/*
------------------------------------------------------------------------
* Template Name    : INNOVAX | Responsive Bootstrap 4 Personal Template    * 
* Version          : 1.0.0                                             *
* Created          : March 3 2020                                   *
* File Description : Main Css file of the template                     *
*-----------------------------------------------------------------------
*/

/***********************

    1.BASIC                                  *
    2.PRELOADER                              *
    3.HELPER                                 *
    4.NAVBAR                                 *
    5.HOME                                   *
    6.SERVICES                               *
    7.COURESES (category)                    *
    8.COURESES                               *
    9.rejister                               *
    10.OUR PROCESS                            *
    11.courback                              *
    12.BLOG                                  *
    13.CONTACT/FOOTER                        *
    14.GET StartED NOW                       *
    15.RESPONSIVE                            *

************************/

@import url('https://fonts.googleapis.com/css?family=Montserrat:300,400,500,600|Open+Sans:400,600,700');
/*======================
        1.BASIC
========================*/
/* width */
::-webkit-scrollbar {
  width: 10px;
}

/* Track */
::-webkit-scrollbar-track {
  background: #f1f1f1; 
}
 
/* Handle */
::-webkit-scrollbar-thumb {
    background: linear-gradient(to top, #fea418 40%, #fedd48 100%); 
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
   background: -webkit-linear-gradient(left,#fee651 0,#ffad1a 100%);
}

body {
    font-family: 'Open Sans', sans-serif;
    overflow-x: hidden;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'Montserrat', sans-serif;
}

h1.font-weight-bold,
h2.font-weight-bold,
h3.font-weight-bold,
h4.font-weight-bold,
h5.font-weight-bold,
h6.font-weight-bold {
    font-weight: 600 !important;
}

a,
a:hover,
a:focus,
button,
button:focus {
    text-decoration: none !important;
    outline: none !important;
    box-shadow: none !important;
}





::selection {
    background: rgba(166, 175, 189, 0.3);
}

::-moz-selection {
    background: rgba(166, 175, 189, 0.3);
    
}

.back_top {
    text-align: center;
    position: fixed;
    bottom: 15px;
    height: 35px;
    width: 35px;
    background-color: #ffbd25;
    display: none;
    z-index: 10000;
    border-radius: 3px;
    right: 20px;
    transition: all 0.5s;
}

.back_top i {
    color: #fff;
    line-height: 35px;
    font-size: 32px;
    display: block;
}


@font-face {
    font-family: 'icomoon';
    src:url('../fonts/icomoon/icomoon.eot');
    src:url('../fonts/icomoon/icomoon.eot?#iefix') format('embedded-opentype'),
        url('../fonts/icomoon/icomoon.woff') format('woff'),
        url('../fonts/icomoon/icomoon.ttf') format('truetype'),
        url('../fonts/icomoon/icomoon.svg#icomoon') format('svg');
    font-weight: normal;
    font-style: normal;
}

/* General button style (reset) */

/*.btn {
    border: none;
    font-family: roboto;
    font-size: 16px;
    color: #fff;
    background: #ffbc29;
    cursor: pointer;
    padding: 25px 80px;
    display: inline-block;
    margin: 15px 30px;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-weight: 700;
    outline: none;
    position: relative;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
}*/

.btn {
    border: 1px solid;
    font-family: roboto;
    font-size: 16px;
    /*color: #a5a5a5;*/
    /* background: #ffbc29; */
    cursor: pointer;
    padding: 25px 80px;
    display: inline-block;
    /* margin: 15px 30px; */
    text-transform: uppercase;
    letter-spacing: 1px;
    /*font-weight: 700;*/
    outline: none;
    position: relative;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
}

.btn:after {
    content: '';
    position: absolute;
    z-index: -1;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
}

/* Pseudo elements for icons */
.btn:before,
.icon-heart:after,
.icon-star:after,
.icon-plus:after,
.icon-file:before {
    font-family: 'icomoon';
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    position: relative;
    -webkit-font-smoothing: antialiased;
}

.icon-envelope:before {
    content: "\e000";
}

.icon-cart:before {
    content: "\e007";
}

.icon-cart-2:before {
    content: "\e008";
}

.icon-heart:before {
    content: "\e009";
}

/* Filled heart */
.icon-heart:after,
.icon-heart-2:before {
    content: "\e00a";
}

.icon-star:before {
    content: "\e00b";
}

/* Filled star */
.icon-star:after,
.icon-star-2:before {
    content: "\e00c";
}

.icon-arrow-right:before {
    content: "\e00d";
}

.icon-arrow-left:before {
    content: "\e003";
}

.icon-truck:before {
    content: "\e00e";
}

.icon-remove:before {
    content: "\e00f";
}

.icon-cog:before {
    content: "\e010";
}

.icon-plus:before,
.icon-plus:after {
    content: "\e011";
}

.icon-minus:before {
    content: "\e012";
}

.bh-icon-smiley:before {
    content: "\e001";
}

.bh-icon-sad:before {
    content: "\e002";
}

.icon-file:before {
    content: "\e004";
}

.icon-remove-2:before {
    content: "\e005";
}

/*==========================
        2.PRELOADER
============================*/

.loader-wrapper {
    position: fixed;
    width: 100%;
    height: 100%;
    background-color: #fff;
    z-index: 9999;
}

.loader {
    height: 1px;
    background: #ffbd25;
    position: absolute;
    z-index: 9999;
}


/*==========================
        3.HELPER
============================*/

.section {
    padding-top: 80px;
    padding-bottom: 80px;
    position: relative;
    background-color: #fff;
}

.section_subtitle {
    max-width: 100%;
    line-height: 1.6;
}

.nr_line {
    height: 34px;
    width: 3px;
    background-color: #fee01e;
    border-bottom: 18px solid #000;
}
.nr_line1 {
    height: 34px;
    width: 3px;
    background-color: #fee01e;
    border-bottom: 18px solid #fff;
}

.bg-dark {
    background-color: #000;
}

.bg-custom {
    background-color: #fee01e;
}

.text-dark {
    color: #000 !important;
}

.text-muted {
    color: #777;
}

.text-custom {
    color: #000000bf !important;
}

.h-100vh {
    height: 100vh;
}

.z-index {
    z-index: 2;
}

.bg-custom {
    background-color: #000;
}

.bg-overlay-gradient {
    background: #101010;
    /* fallback for old browsers */
    background: -webkit-linear-gradient(to right, #3c405a, #101010);
    /* Chrome 10-25, Safari 5.1-6 */
    /*background: linear-gradient(to right, #3c405a, #101010);*/
    background: linear-gradient(to right, #ffa114, #fee01ead);
    /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
    opacity: 0.9;
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
}

.bg-overlay {
    background: rgba(0, 0, 0, 0.66);
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
}

.btn {
    padding: 10px 26px;
}

.btn-rounded {
    border-radius: 30px !important;
}

.btn-outline-custom {
    border: 2px solid #fff;
    color: #fff;
    letter-spacing: 1px;
    transition: all 0.5s;
    border-radius: 5px;
    text-transform: capitalize;
}

.btn-outline-custom:hover,
.btn-outline-custom:focus,
.btn-outline-custom:active,
.btn-outline-custom.active,
.btn-outline-custom.focus,
.btn-outline-custom:active,
.btn-outline-custom:focus,
.btn-outline-custom:hover,
.open>.dropdown-toggle.btn-outline-custom {
    background: #fff;
    border-color: #fff !important;
    color: #000 !important;
}

.btn-custom {
    background-color: #fee01e;
    border: 2px solid #fee01e;
    color: #fff;
    transition: all 0.5s;
    border-radius: 5px;
    letter-spacing: 1px;
    text-transform: capitalize;
}

.btn-custom:hover,
.btn-custom:focus,
.btn-custom:active,
.btn-custom.active,
.btn-custom.focus,
.btn-custom:active,
.btn-custom:focus,
.btn-custom:hover,
.open>.dropdown-toggle.btn-custom {
    background-color: #fee01e;
    border-color: #fee01e;
    color: #000;
}

.vertical-content {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    -webkit-align-items: center;
    justify-content: center;
    -webkit-justify-content: center;
    flex-direction: row;
    -webkit-flex-direction: row;
}


/******************
    3. TOPBAR/TAGLINE
********************/

.tagline {
    background: #000000;
    font-size: 13px;
    color: #ffffff !important;
    position: absolute;
    width: 100%;
    z-index: 99;
}

.phone {
    display: inline-block;
    vertical-align: top;
    margin-right: 20px;
    padding: 11px 0;
    font-size: 15px;
}

.phone i {
    margin-right: 8px;
}

.tagline .pull-left i {
    font-weight: 400;
    display: inline-block;
    margin-right: 5px;
}

.top_socials {
    margin-bottom: 0;
}

.top_socials li {
    width: 30px;
    display: inline-block;
    vertical-align: top;
    margin-right: 0;
    padding: 0;
    text-align: right;
}

.top_socials a {
    display: block;
    line-height: 40px;
    transition: all 3s ease;
    -webkit-transition: all 3s ease;
    color: #ffffff;
    background-color: transparent;
    font-size: 15px;
    font-weight: 400;
    padding: 2px 0;
}

.top_socials a:hover {
    color: #a3c85e;
}

.tagline>.container-fluid {
    width: 90%;
}

.defaultmenu .container-fluid {
    width: 90% !important;
}


/*==========================
        4.NAVBAR
============================*/



.stickyadd .logo .logo-light {
    display: none;
}

.logo .logo-light {
    display: inline-block;
}

.logo .logo-dark {
    display: none;
}
.stickyadd .logo .logo-dark {
    display: inline-block;
}


a.logo img {
    height: auto;
    width: 150px;
}

/*==========================
        5.HOME
============================*/

.home-bg-img {
    background-image: url(../images/home-bg-6.jpg);
    background-size: cover;
    background-position: center center;
    position: relative;
}

.home-table-center {
    display: table-cell;
    vertical-align: middle;
}

.home-table {
    display: table;
    width: 100%;
    height: 100%;
}

.header_title {
    font-size: 66px;
    font-weight: 400;
    line-height: 1.2;
    text-transform: capitalize;
}

.header_subtitle {
    line-height: 2.0;
    font-size: 18px;
    max-width: 600px;
}

.nri_home li::after {
    content: "|";
    margin: 0 20px;
    color: #fff;
}

.nri_home {
    background: transparent linear-gradient(to right, rgba(255, 255, 255, 0), #212529, rgba(255, 255, 255, 0)) repeat scroll 0 0;
    position: relative;
    display: inline-block;
    padding: 5px 40px;
    margin-top: 130px;
}

.nri_home li:last-child:after {
    content: "";
}

.social_home li a {
    font-size: 18px;
    color: #ffffff;
    display: inline-block;
    width: 30px;
    text-align: center;
}

.scroll_down {
    position: absolute;
    bottom: 5vh;
    width: 100%;
    text-align: center;
    color: #fff;
    z-index: 8;
}

.scroll_down i {
    position: relative;
    -webkit-animation: bounce 2s infinite;
    animation: bounce 2s infinite;
    height: 50px;
    width: 30px;
    line-height: 60px;
    border-radius: 30px;
    border: 2px solid #ffffff;
    display: inline-block;
    color: #fff;
    font-size: 22px;
}

.scroll_down i:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    z-index: -1;
    transition: all .2s;
}



.creative:after {
    content: "";
    position: absolute;
    bottom: -40px;
    left: 0;
    z-index: 1;
    width: 100%;
    height: 100px;
    background: transparent;
    background-size: 100% 100%;
    background-image: url(../images/bottom-color.png);
}



.clip-home {
    clip-path: polygon(0 0, 100% 0, 100% 83%, 50% 100%, 0 83%);
}



.jarallax {
    background-size: cover;
    background-position: center center;
}

/*----DEMO 14----*/

.bg-home-slider {
    position: relative;
}

.bg-home-slider .carousel-control-next,
.carousel-control-prev {
    width: 6%;
}

.bg-home-slider .carousel-item,
.bg-home-slider .carousel {
    width: 100%;
}

.bg-home-slider .carousel-item {
    background-position: center center !important;
    background-size: cover !important;
}

.carousel-control-prev>span,
.carousel-control-next>span {
    font-size: 44px;
}


/*==========================
        5.SECOUND HOME
============================*/


img.img-subheader-icon {
    margin: 6px 10px;
}

.tb
{
    display: table;
    width: 100%;
}

.td
{
    display: table-cell;
    vertical-align: middle;
}

input, button
{
    color: #fff;
    font-family: Nunito;
    padding: 0px;
    margin: 0;
    border: 0;
    background-color: transparent;
}

#cover {
    position: absolute;
    /* top: 50%; */
    left: 0;
    right: 0;
    /* margin: 0px 300px; */
    /* width: 550px; */
    padding: 0;
    /* margin: 140px auto 0 auto; */
    background-color: #ffbd25;
    border-radius: 60px;
    box-shadow: 0 10px 40px #ffbd25, 0 0 0 12px #ffffffeb;
    transform: scale(0.6);
}



input[type="text"] {
    outline: none;
    width: 90%;
    height: 50px;
    font-size: 40px;
    line-height: 0;
    /*margin: -30px 30px;*/
    color: #000!important;
}

input[type="text"]::placeholder
{
    color: #f4f4f4;
}

#s-cover
{
    width: 1px;
    padding-left: 35px;
}

button {
    position: relative;
    display: block;
    width: 100px;
    height: 102px;
    cursor: pointer;
}


#s-circle {
    position: relative;
    top: -10px;
    left: 0;
    width: 43px;
    height: 43px;
    /* margin-top: 0; */
    border-width: 15px;
    border: 15px solid #fff;
    background-color: transparent;
    border-radius: 50%;
    transition: 0.5s ease all;
}

button span
{
    position: absolute;
    top: 68px;
    left: 43px;
    display: block;
    width: 45px;
    height: 15px;
    background-color: transparent;
    border-radius: 10px;
    transform: rotateZ(52deg);
    transition: 0.5s ease all;
}

button span:before, button span:after
{
    content: '';
    position: absolute;
    bottom: -10px;
    right: 30px;
    width: 36px;
    height: 14px;
    background-color: #fff;
    border-radius: 10px;
    transform: rotateZ(0);
    transition: 0.5s ease all;
}

#s-cover:hover #s-circle
{
    top: -1px;
    width: 67px;
    height: 15px;
    border-width: 0;
    background-color: #fff;
    border-radius: 20px;
}

#s-cover:hover span
{
    top: 50%;
    left: 56px;
    width: 25px;
    margin-top: -9px;
    transform: rotateZ(0);
}

#s-cover:hover button span:before
{
    bottom: 11px;
    transform: rotateZ(52deg);
}

#s-cover:hover button span:after
{
    bottom: -11px;
    transform: rotateZ(-52deg);
}
#s-cover:hover button span:before, #s-cover:hover button span:after
{
    right: -6px;
    width: 40px;
    background-color: #fff;
}


/*==========================
        6. SERVICES
============================*/

.section_title.text-center h3 {
    margin-top: 100px;
}

section#OurServices h3 {
    margin-top: 100px;
}

.what-we-do{
    background:#ffffff;
    padding-bottom: 40px;
}
.what-we-do .card{
    padding: 1rem!important;
    border: none;
    margin-bottom:1rem;
    -webkit-transition: .5s all ease;
    -moz-transition: .5s all ease;
    transition: .5s all ease;
}
.what-we-do .card:hover{
    -webkit-box-shadow: 5px 7px 9px -4px rgb(158, 158, 158);
    -moz-box-shadow: 5px 7px 9px -4px rgb(158, 158, 158);
    box-shadow: 5px 7px 9px -4px rgb(158, 158, 158);
}
.what-we-do .card .card-block{
    padding-left: 50px;
    position: relative;
}
.what-we-do .card .card-block a{
    color: #007b5e !important;
    font-weight:700;
    text-decoration:none;
}
.what-we-do .card .card-block a i{
    display:none;
    
}
.what-we-do .card:hover .card-block a i{
    display:inline-block;
    font-weight:700;
    
}
.what-we-do .card .card-block:before{
    font-family: FontAwesome;
    position: absolute;
    font-size: 30px;
    margin: 10px 0 0 0;
    color: #ffbd25;
    left: 0;
    -webkit-transition: -webkit-transform .2s ease-in-out;
    transition:transform .2s ease-in-out;
}

.what-we-do .card:hover .card-block:before{
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);  
    -webkit-transition: .5s all ease;
    -moz-transition: .5s all ease;
    transition: .5s all ease;
}


.what-we-do .card .block-1:before{
    content: "\f044";
}
.what-we-do .card .block-2:before{
    content: "\f127";
}
.what-we-do .card .block-3:before{
    content: "\f108";
}
.what-we-do .card .block-4:before{
    content: "\f0eb";
}
.what-we-do .card .block-5:before{
    content: "\f085";
}
.what-we-do .card .block-6:before{
    content: "\f086";
}




/*==========================
    7.education (category)
============================*/

.education_menu li {
    margin-right: 0px !important;
}

.education_menu li:last-child:after {
    content: "";
    display: none;
}

.education_menu li a {
    letter-spacing: 0.03em;
    padding: 6px 16px;
    border-radius: 0px;
    font-weight: 400;
    display: inline-block;
    cursor: pointer;
    margin-bottom: 5px;
    margin-top: 5px;
    transition: all 0.5s;
    font-size: 14px;
    color: #9a9a9a;
}

.education_menu li a.active {
    background-color: #ffbd25;
    color: #ffffff;
}

.education_menu li a:hover {
    background-color: #ffbd25;
    color: #ffffff !important;
}

.education_imgbox {
    border: none;
    margin: 15px 0px;
    overflow: hidden;
    border-radius: 0;
    position: relative;
}

.education_imgbox {
    position: relative;
    overflow: hidden;
}

.education_imgbox a {
    position: absolute;
    left: 0;
    width: 100%;
    z-index: 15;
    height: 100%;
    top: 0;
}

.education_imgbox .education_images {
    position: relative;
}

.education_imgbox .education_images img {
    transition: all 0.5s;
    width: 100%;
}

.education_imgbox .education_images .education_overlay {
    top: 10px;
    position: absolute;
    overflow: hidden;
    left: 10px;
    bottom: 10px;
    right: 10px;
}

.education_imgbox .education_images .education_overlay a {
    height: 100%;
    width: 100%;
}

.education_imgbox .education_images .education_overlay:after {
    content: '';
    left: 50%;
    top: 50%;
    background: rgba(0, 0, 0, 0.85);
    border-radius: 30%;
    width: 0;
    position: absolute;
    bottom: 50%;
    opacity: 0;
    height: 50%;
    height: 0;
    transition: all 150ms ease-in-out 200ms;
}

.education_imgbox .education_images .education_overlay h4 {
    overflow: hidden;
    position: absolute;
    font-size: 13px;
    text-align: center;
    top: 100px;
    z-index: 2;
    color: transparent;
    transition: color 150ms ease-in-out 200ms;
    right: 25px;
    padding: 0 10px;
}

.education_imgbox .education_images .education_overlay h6 {
    color: transparent;
    overflow: hidden;
    position: absolute;
    top: 75px;
    right: 25px;
    z-index: 2;
    font-size: 18px;
    transition: color 150ms ease-in-out 200ms;
    text-align: center;
    padding: 0 10px;
}
.education_imgbox:hover img {
    transform: scale(1.1);
}

.education_imgbox:hover .education_overlay:after {
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 100%;
    border-radius: 0;
    transition: all 150ms ease-in-out 200ms;
    opacity: 1;
}

.education_imgbox:hover .education_overlay h4 {
    color: rgba(255, 255, 255, 0.6);
}

.education_imgbox:hover .education_overlay h4:before {
    right: -100%;
}

.education_imgbox:hover .education_overlay h6 {
    color: white;
}

.education_imgbox:hover .education_overlay h6:before {
    left: -100%;
}






/*===========================
        8.COURESES
=============================*/


.courses-icon.text-right span i {
    color: #ffa114;
    margin-left: 10px;
}

.rating i {
    color: #ffbd25;
}
.rating {
    margin-left: 190px;
    /*margin-top: 20px;*/
}
.bg-courses {
    background-image: url('../images/our-company-hero-01.jpg');
    background-size: cover;
    background-position: center center;
    background-attachment: fixed;
}

.Courses_box {
    padding: 6px 20px;
    margin: 0px 15px;
    position: relative;
    overflow: hidden;
}

.Courses_box .Courses_img img {
    max-width: 85px;
}

.client_review {
    font-size: 17px !important;
}

.courses_name {
    font-size: 16px;
}


.Courses_box .bus_courses_icon {
    font-size: 80px;
    line-height: 60px;
    position: absolute;
    top: -15px;
    color: #FFAB2E !important;
    height: 60px;
    width: 80px;
    border-radius: 14px;
}

.owl-theme .owl-controls .owl-page {
    margin: 20px 0px;
}

.owl-theme .owl-controls .owl-page span {
    display: block;
    width: 6px;
    height: 6px;
    margin: 5px 4px;
    filter: Alpha(Opacity=50);
    opacity: 0.3;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
    transition: all 0.5s;
    background: #ffab2c !important;
}

.client_section .owl-theme .owl-controls .owl-page.active span {
    width: 20px;
    opacity: 1;
}

.logo_img img {
    opacity: 0.6;
}



/*==========================
        9.rejister
============================*/

.section_title.mt-100 {
    margin-top: 60px;
}

.contact_form{
    padding: 30px;
    max-width: 500px;
}

.contact_img_bg {
    background: url(../images/bg-contact.jpg) scroll center no-repeat;
    background-size: cover;
    position: absolute;
    height: 100%;
}

.contact_info p{
    color: #fff !important;
}

.contact_info_main{
    padding: 20px 0; 
}

.contact_info i{
    height: 60px;
    width: 60px;
    font-size: 22px;
    border-radius: 50%;
    line-height: 60px;
    display: inline-block;
    box-shadow: 0 0px 0px 10px rgba(255, 255, 255, 0.33);
    background-color: #fff;
}

.contact_form .form-control {
    box-shadow: none !important;
    height: 48px;
    background-color: #f8f9fa;
    border-radius: 0px;
    border: 1px solid #edf0f3;
    font-size: 14px;
}

.contact_form textarea.form-control {
    height: auto;
}

.contact_form .form-control:focus {
    border-color: #ffa114;
}

.contact_detail{
    background: #f47a65;
    background: -webkit-linear-gradient(to right, #ff4f64, #f47a65);
    background: linear-gradient(to right, #f47a65, #ff4f64);
    padding: 40px 20px;
    max-width: 350px;
}



/*==========================
        10.OUR PROCESS (staps)
============================*/

.nri_box {
    z-index: 10;
    position: relative;
}

.nri-arrow .nri-first{
    transform: rotatex(180deg);
}

.nri-arrow img{
    position: absolute;
    width: 70%;
    right: -40%;
    top: 15px;
}

.nri-arrow img.nri-second{
    position: absolute;
    width: 70%;
    right: -40%;
    top: 66px;
}

.nri_box .hit_icon {
    font-size: 32px;
    height: 64px;
    width: 64px;
    line-height: 64px;
    display: inline-block;
    text-align: center;
    box-shadow: 0 0px 0px 10px rgba(255, 79, 100, 0.18);
    border-radius: 50%;
    background: #f47a65;
    background: -webkit-linear-gradient(to right, #ff4f64, #f47a65);
    background: linear-gradient(to right, #f47a65, #ff4f64);
}

.nri_box .nri_number h1 {
    font-size: 32px;
    height: 64px;
    width: 64px;
    color: #fff;
    font-weight: 700;
    line-height: 64px;
    display: inline-block;
    text-align: center;
    box-shadow: 0 0px 0px 10px rgba(255, 79, 100, 0.18);
    border-radius: 50%;
    background: #f47a65;
    background: -webkit-linear-gradient(to right, #ffbd25, #ffbd25);
    background: linear-gradient(to right, #ffbd25, #ffbd25);
}

.education_icons_left i,
.education_icons_right i {
    font-size: 24px;
    position: absolute;
    background: #f47a65;
    background: -webkit-linear-gradient(to right, #ffbd25, #ffbd25);
    background: linear-gradient(to right, #ffbd25 , #ffbd25);
    height: 40px;
    width: 40px;
    line-height: 40px;
    border-radius: 50%;
    z-index: 998;
}

.education_icons_left i {
    left: 63%;
    transform: rotate(5deg);    
    top: 45px;
}

.education_icons_right i {
    left: 30%;
    top: 129px;
    transform: rotate(-6deg);
}



/*==========================
        11.courback
============================*/

.cou_exm_icon.text-custom.mb-3 i {
    color: #fff;
}

.bg-courback {
    background-size: cover;
    background-image: url('../images/photo.jpg');
    background-position: center center;
    background-attachment: fixed;
}

.cou_exm_icon i {
    font-size: 50px;
}

.border_left {
    border-left: 1px dotted rgba(255, 255, 255, 0.27);
}

.coufeau_funfact .cou_exm_name {
    font-size: 15px;
    color: rgba(255, 255, 255, 0.7);
}



/*==========================
        12.BLOG
============================*/

.blog_detail p {
    font-size: 14px;
}

.blog_detail .blog_detail_badge {
    background-color: #ffbd25;
    padding: 5px 12px;
    position: relative;
    top: -18px;
    font-size: 12px;
    color: #fff;
}

.blog_divider {
    height: 24px;
    width: 2px;
    background-color: #ffbd25;
    border-bottom: 13px solid #000;
}

.blog_more {
    font-size: 14px;
}

/*==========================
        13. CONTACT/FOOTER 
============================*/
.footer {
    background-color: #000;
}

.footer hr {
    margin-bottom: 0px;
    margin-top: 0px;
    border-top: 1px solid #40464c;
}

.footer-item li, .footer-contact li {
    margin-top: 10px;
}

.footer-item li a {
    /* color: #c1c1c1; */
    color: #77828c;
    transition: all 0.3s ease;
}

.footer-item li i {
    font-size: 14px;
}

.footer-item li {
    font-size: 14px;
}

.footer-item li a:hover {
    margin-left: 2px;
    color: #ffbd25;
}

.footer-head h5 {
    font-size: 14px;
    letter-spacing: 0.7px;
    font-weight: 400;
}

.section-30 {
    padding: 30px 0 !important;
    position: relative;
        background-color: #77828c;
}

.section-two {
    padding: 60px 0 !important;
    position: relative;
}

.footer-alt {
    padding-top: 60px;
    padding-bottom: 60px;
    position: relative;
}

.text-footer-clr {
    color: #77828c !important;
    font-size: 14px;
}

.copy-rights {
    font-size: 15px;
    color:#85909a !important;
}

.footer-three {
    padding: 30px 0;
    position: relative;
}

.subcribed-form input {
    padding: 10px 15px;
    width: 100%;
    font-size: 16px;
    color: #4c5667 !important;
    border: none;
    outline: none !important;
    padding-right: 50px;
    border-radius: 3px;
}

.subcribed-form button {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 10px;
    outline: none !important;
    font-size: 25px;
    background-color: transparent;
    color: #a3c85e;
}

.subscribed-form form {
    position: relative;
    max-width: 600px;
    margin: 0px auto;
    border: none;
}

/**BACK TO TOP**/

.back-to-top {
    width: 30px;
    height: 30px;
    position: fixed;
    bottom: 20px;
    right: 20px;
    display: none;
    text-align: center;
    border: 1px solid #ffffff;
    z-index: 10000;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    background-color: #a3c85e;
    transition: all 0.8s ease;   
     -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

.back-to-top i {
    color: #fff;
    font-size: 22px;
    display: block;
    line-height: 27px;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
}


.social-icon > li a, .social-icon a, .team-icon > li a, .main-icon i {
    background-color: transparent;
    font-size: 15px;
    border-radius: 50%;
    color: #85909a;
    border: 1.4px solid #85909a;
    display: inline-block;
    height: 36px;
    line-height: 34px;
    text-align: center;
    width: 36px;
    transition: all 0.5s;
}

.team-icon > li a {
    color: #ffffff;
    border: 1px solid #ffffff;
    background-color: #a3c85e;
}

.team-icon a:hover {
    background-color: #ffffff;
    color: #a3c85e;   
}

.social-icon a:hover {
    background: #ffbd25;
    border: 1.4px solid #ffbd25;
    color: #fff !important;
    -webkit-transition: all ease 0.5s;
    transition: all ease 0.5s;
}

.list-inline-item:not(:last-child) {
     margin-right: 5px; 
}


.menu-privacy-container ul li {
    display: inline-block;
    float: right;
    text-decoration: none;
    color: #f4f4f4;
}

a.tc-menu-inner {
    margin-left: 10px;
    color: #ffbd25;
    font-size: 14px;
}



/*==========================
        14.GET StartED NOW
============================*/

.bg-coursesone {
    position: relative;
    overflow: hidden;
}

.bg-courses-overlay {
    background: url(../images/wave-mask.png);
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    width: 100%;
    height: 100%;
}

.Courses_side {
    position: absolute;
    right: 50vw;
    width: calc(50vw + 215px);
    top: 50%;
    transform: translateY(-50%);
}

.pro_desc .section_title .section_subtitle {
    color: rgb(255, 255, 255);
}

.pro_best_fet p {
    border-radius: 3px;
    border: 1px solid rgba(247, 247, 247, 0.14);
    padding: 10px 12px;
    font-size: 15px;
    color: rgba(255, 255, 255, 0.86);
    cursor: pointer;
    transition: all 0.5s;
}

.pro_best_fet p:hover {
    color: #000000;
    background-color: #fff;
    transform: translate(0, -4px)
}

.pro_best_fet {
    max-width: 350px;
}

.pro_best_fet.mt-4.pt-3 {
    margin-left: 380px;
}


.back_top, .bg-gradient, .home-bg, .btn-gradient, .features_border, .in_features, .bg-coursesone {
    background: #000000;
    background: -webkit-linear-gradient(left,#fee651 0,#ffad1a 100%);
}







/* courses new page css best curriculum */

/*===========================
        1.home
=============================*/

.home-bg-img1 {
    background-image: url(../images/teachingaclass.jpg);
    background-size: cover;
    background-position: center center;
    position: relative;
    height: 50vh;
}


/*===========================
        1.best curriculum
=============================*/

.cv_edu {
    padding: 10px 0;
    position: relative;
}

.cv_edu::after {
    content: "";
    height: 100%;
    left: 0;
    background-color: #e7e7e7;
    margin: 0;
    position: absolute;
    right: 0;
    top: 0;
    width: 1px;
}

.cv_edu .cv_edu_box {
    border-radius: 7px;
    border: 1px solid #efefef;
    margin-left: 20px;
    padding: 20px;
    box-shadow: 0px 4px 0px 2px rgba(0, 0, 0, 0.06);
}

.cv_edu .cv_edu_box .cv_edu_year {
    position: relative;
    margin: 0 0 10px 15px !important;
}

.cv_edu .cv_edu_box .cv_edu_year::after {
    border: 4px solid #fff;
    border-radius: 50%;
    content: "";
    height: 20px;
    box-shadow: 0 0 0 1px #e6e6e6;
    background-color: #fee01e;
    position: absolute;
    left: -65px !important;
    width: 20px;
    z-index: 1;
}

.cv_edu .cv_edu_box .cb_edu_detail {
    text-align: left;
    margin-left: 15px;
    float: left;
    border-radius: 0;
}

.cv_edu h4,
.cb_edu_detail h4 {
    font-size: 18px;
    font-weight: 600;
    margin-top: 0;
    text-transform: capitalize;
}

.cv_desc {
    line-height: 26px;
    font-size: 15px;
    color: #666;
}

.cv_exp {
    padding: 10px 0;
    position: relative;
}

.cv_exp::after {
    content: "";
    height: 100%;
    background-color: #e7e7e7;
    margin: 0;
    position: absolute;
    right: 0;
    top: 0;
    width: 1px;
}

.cv_exp .cou_title {
    border-radius: 7px;
    border: 1px solid #efefef;
    margin-right: 20px;
    padding: 20px;
    box-shadow: 0px 4px 0px 2px rgba(0, 0, 0, 0.06);
}

.cv_exp .cou_title .cou_point {
    position: relative;
    margin: 0 0 10px 15px !important;
}

.cv_exp .cou_title .cou_point::after {
    border: 4px solid #fff;
    border-radius: 50%;
    content: "";
    height: 20px;
    box-shadow: 0 0 0 1px #e6e6e6;
    background-color: #fee01e;
    position: absolute;
    right: -51px !important;
    width: 20px;
    z-index: 1;
}

.cv_exp .cou_title .lecture_detail {
    text-align: right;
    margin-left: 15px;
    float: left;
    border-radius: 0;
}

.cv_exp h4,
.lecture_detail h4 {
    font-size: 18px;
    font-weight: 600;
    margin-top: 0;
    text-transform: capitalize;
}



/*=====================
        2.Instructor 
=======================*/

.bg-instructor {
    background-image: url('../images/our-company-hero-01.jpg');
    background-size: cover;
    background-position: center center;
    background-attachment: fixed;
}

.instructor_box .instructor_con_box p {
    font-size: 14px;
     }
 .instructor_box .instructor_det p {
    font-size: 13px; 
}
 .instructor_box .instructor_det h5 {
    font-size: 15px;
     }
 .owl-theme .owl-controls .owl-page {
    margin: 20px 0px; 
}
  .owl-theme .owl-controls .owl-page span {
      display: block;
      width: 12px;
      height: 6px;
      margin: 5px 4px;
      filter: Alpha(Opacity=50);
      opacity: 0.5;
      -webkit-border-radius: 20px;
      -moz-border-radius: 20px;
      border-radius: 20px;
      transition: all 0.5s;
      background: #000000 !important; 
  }

.owl-theme .owl-controls .owl-page.active span {
      width: 20px;
      opacity: 1;
       }




/*==========================
        3.Reviews
============================*/



/* Button 1e */
.features-button-1e{
    overflow: hidden;
}

.features-button-1e:after {
    width: 100%;
    height: 0;
    top: 50%;
    left: 50%;
    background: #fff;
    opacity: 0;
    -webkit-transform: translateX(-50%) translateY(-50%) rotate(45deg);
    -moz-transform: translateX(-50%) translateY(-50%) rotate(45deg);
    -ms-transform: translateX(-50%) translateY(-50%) rotate(45deg);
    transform: translateX(-50%) translateY(-50%) rotate(45deg);
}

.features-button-1e:hover,
.features-button-1e:active {
    color: #0e83cd;
}

.features-button-1e:hover:after {
    height: 260%;
    opacity: 1;
}

.features-button-1e:active:after {
    height: 400%;
    opacity: 1;
}



.coufeau_funfact.active{
    margin-top: 70px !important;
}

.fun_effect{
    height: 160px;
    width: 160px;
    display: inline-block;
    background-color: rgba(254, 254, 254, 0.15);
    border-radius: 50%;
    position: absolute;
    top: -60px;
    left: -45px;
    transition: all 0.5s;
}

.coufeau_funfact:hover .fun_effect{
    top: -50px;
    left: -35px;
}

.bg-funfact {
    background-image: url(../images/services-bg.jpg);
    background-position: center center;    
}



/*==========================
        4.Overview
============================*/

.bg-features{
    background: #f47a65;
    background: -webkit-linear-gradient(to right, #ffbd25, #ffffff);
    background: linear-gradient(to right, #fee01ec4, #fea116);
    position: relative;
    overflow: hidden;
}

.bg-features-overlay{
    background: url(../images/wave-mask.png);
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    background-size: cover;
    background-position: center center;  
    background-repeat: no-repeat;
    width: 100%;
    height: 100%;
}

.Courses_side {
    position: absolute;
    right: 40vw;
    width: calc(50vw + 242px);
    top: 50%;
    transform: translateY(-50%);
}

.cour_overview .features-heading {
    line-height: 1.4;
}

.cour_overview .features {
    position: relative;
    margin-top: 32px;
}

.cour_overview .features .features-icon {
    float: left;
    font-size: 18px;
    width: 26px;
    text-align: center;
    height: 26px;
    position: absolute;
    border-radius: 50%;
    top: 17%;
    transform: translateY(-50%);
    background: #fff;
    color: #ff4f64;
    line-height: 26px;
}

.cour_overview .features .cour-overview {
    margin-left: 8%;
}

.cour_overview .features .cour-overview .features-title {
    font-size: 18px;
}

.cour_overview .features .cour-overview .features-sub-title {
    font-size: 15px;
    color: rgba(255,255,255,0.7);
    line-height: 22px;
}





/*==========================
        1About us  page css
============================*/

/*==========================
        4.HOME
============================*/

.home-bg {
    position: relative;
    padding: 180px 0px 100px 0px;
}

.bg-overlay-home {
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0.3;
    width: 100%;
    height: 100%;
}

.curv-img {
    position: absolute;
    width: 100%;
    bottom: 0px;
    z-index: 1;
}

.bg-overlay-home {
    background-size: auto;
    -webkit-animation: bg-animation 7s ease-in-out infinite;
    animation: bg-animation 7s ease-in-out infinite;
}

@-webkit-keyframes bg-animation {
    0% {
        background-position: top;
    }
    50% {
        background-position: bottom;
    }
    100% {
        background-position: top;
    }
}

@keyframes bg-animation {
    0% {
        background-position: top;
    }
    50% {
        background-position: bottom;
    }
    100% {
        background-position: top;
    }
}

.home-table-center {
    display: table-cell;
    vertical-align: middle;
}

.home-table {
    display: table;
    width: 100%;
    height: 100%;
}

.header_title {
    font-size: 36px;
    line-height: 1.4;
    max-width: 850px;
    text-transform: capitalize;
}

.small_title p {
    font-size: 14px;
    border-radius: 30px;
    padding: 4px 18px;
    background-color: rgba(255, 255, 255, 0.1);
    display: inline-block;
    color: rgba(255, 255, 255, 0.72);
}

.header_subtitle {
    line-height: 1.8;
    max-width: 450px;
    color: rgba(255, 255, 255, 0.6) !important;
}

.scoial_home .social_icon_main .social-icon {
    border-radius: 50%;
    background-color: rgba(255, 255, 255, 0.05);
    transition: all 0.5s;
    width: 38px;
    color: rgba(255, 255, 255, 0.42);
    height: 38px;
    display: block;
    font-size: 18px;
    line-height: 38px;
    text-align: center;
}

.scoial_home .social_icon_main .social-icon:hover {
    color: #3ecf8e !important;
    z-index: 100;
    background-color: #fff;
}


/*DEMO 2*/

.home_curv {
    position: relative;
    padding-bottom: 0px;
    padding-top: 180px;
}

.home-desk {
    position: relative;
    top: 60px;
    z-index: 100;
}

.home_curv .curv-img {
    position: absolute;
    width: 100%;
    bottom: 0px;
    z-index: 1;
}

.curv-img svg {
    display: block;
}


/*DEMO 5*/

.subcribe-home form {
    max-width: 450px;
}

.subcribe-home form button {
    position: absolute;
    top: 3px;
    right: 3px;
    outline: none !important;
    border-radius: 30px;
    font-size: 14px;
    padding: 10px 30px;
}

.subcribe-home form input {
    padding: 14px 15px;
    width: 100%;
    font-size: 14px;
    color: #4c5667 !important;
    outline: none !important;
    padding-right: 150px;
    padding-left: 20px;
    border-radius: 30px;
    border: 1px solid #e7e7e7;
}


/********************
    2 about us section in services and ..
*********************/


.section_title.text-center h3 {
    margin-top: 100px;
}

section#OurServices h3 {
    margin-top: 100px;
}

.what-we-do1{
    background: #f8f9fa;
    padding-bottom: 40px;
}
.what-we-do1 .card{
    padding: 1rem!important;
    border: none;
    margin-bottom:1rem;
    -webkit-transition: .5s all ease;
    -moz-transition: .5s all ease;
    transition: .5s all ease;
}
.what-we-do1 .card:hover{
    -webkit-box-shadow: 5px 7px 9px -4px rgb(158, 158, 158);
    -moz-box-shadow: 5px 7px 9px -4px rgb(158, 158, 158);
    box-shadow: 5px 7px 9px -4px rgb(158, 158, 158);
}
.what-we-do1 .card .card-block{
    padding-left: 50px;
    position: relative;
}
.what-we-do1 .card .card-block a{
    color: #007b5e !important;
    font-weight:700;
    text-decoration:none;
}
.what-we-do1 .card .card-block a i{
    display:none;
    
}
.what-we-do1 .card:hover .card-block a i{
    display:inline-block;
    font-weight:700;
    
}
.what-we-do1 .card .card-block:before{
    font-family: FontAwesome;
    position: absolute;
    font-size: 30px;
    margin: 10px 0 0 0;
    color: #ffbd25;
    left: 0;
    -webkit-transition: -webkit-transform .2s ease-in-out;
    transition:transform .2s ease-in-out;
}

.what-we-do1 .card:hover .card-block:before{
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);  
    -webkit-transition: .5s all ease;
    -moz-transition: .5s all ease;
    transition: .5s all ease;
}


.what-we-do1 .card .block-1:before{
    content: "\f044";
}
.what-we-do1 .card .block-2:before{
    content: "\f127";
}
.what-we-do1 .card .block-3:before{
    content: "\f108";
}
.what-we-do1 .card .block-4:before{
    content: "\f0eb";
}
.what-we-do1 .card .block-5:before{
    content: "\f085";
}
.what-we-do1 .card .block-6:before{
    content: "\f086";
}



/********************
    2 section in progress bar and ..
*********************/

.about-img:before {
    content: '';
    position: absolute;
    top: 30px;
    right: 10px;
    left: 50px;
    bottom: 0;
    border: 10px solid #efefef;
}

.about-img img {
    box-shadow: -20px -19px 0px -4px #efefef;
}

.about-img {
    padding: 0 30px 30px 15px;
}

.about-work li {
    font-size: 18px;
}

.about-work li::after {
    content: "";
    height: 3px;
    width: 3px;
    border-radius: 50%;
    background-color: #757575;
    margin: 0px 12px;
    position: relative;
    display: inline-block;
    top: -3px;
}

.about-work li:last-child:after {
    content: "";
    display: none;
}

.pro_custom .progress {
    height: 10px;
    margin-bottom: 20px;
    background-color: #f5f5f5;
    margin-top: 10px;
    border: 1px solid #e0e0e0;
}

.pro_custom .progress-bar {
    background: #6092d6;
    /* fallback for old browsers */
    background: -webkit-linear-gradient(to right, #3648ff, #6092d6);
    /* Chrome 10-25, Safari 5.1-6 */
    /*background: linear-gradient(to right, #3648ff, #6092d6);*/
    background: linear-gradient(to right, #fea318, #fee651);
    /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
}



/*==========================
       We Are The Best Online Course Professionals
============================*/

.faq {
    max-width: 650px;
}

.faq.onlinecourse [data-toggle=collapse] {
    color: #fea318;
}

.faq h6 > span.float-right {
    position: absolute;
    right: 0;
    top: 0;
}

.faq h6 i {
    font-size: 12px;
    color: #626262
}

.faq h6 {
    cursor: pointer;
}

.onlinecourse .card-header .faq_head:after {
    font-family: 'Material Design Icons';
    content: "\F374";
    float: right;
}

.onlinecourse .card-header .faq_head.collapsed:after {
    /* symbol for "collapsed" panels */
    content: "\F415";
}

.faq.onlinecourse .collapsed {
    color: #000;
}

.faq .card {
    border: 1px solid #ecf0f3 !important;
    margin: 10px 0;
}

.card-body {
    border-top: none !important;
}

.faq .card-header {
    background-color: #f8f9fa;
    border-bottom: none !important;
}




/*==========================
    End Why Choose Us about us 
============================*/

.services_img_bg {
    background: url(../images/showcase-1.jpg) center no-repeat;
    /*background-image: url(../images/showcase-1.jpg) center no-repeat;*/
    background-size: cover;
    position: absolute;
    height: 100%;
}

.services_clip {
    clip-path: polygon(14% 0,100% 0,100% 100%,0 100%);
}



h2.text-capitalize.section_header.mt-50 {
    margin-top: 20px;
}





/*==========================
    meet our team
============================*/

.team_about h6 {
    font-size: 16px;
    background-color: #febe42;
    background: -webkit-linear-gradient(to right, #01BF81, #41C3D3);
    background: linear-gradient(to bottom right, #ffae30, #ffdd65);
    display: inline-block;
    color: #fff;
    padding: 7px 24px;
}

.team_about p {
    font-size: 14px!important
}

.team_social li a {
    border: 1px solid #e8e7e7;
    color: rgba(0, 0, 0, .41);
    height: 36px;
    width: 36px;
    display: inline-block;
    line-height: 36px;
    transition: all .5s;
    text-align: center
}

.team_social li:hover a {
    border-color: #ffba3e;
    background-color: #ffba3e;
    background: -webkit-linear-gradient(to right, #01BF81, #41C3D3);
    /*background: linear-gradient(to bottom right, #01BF81, #41C3D3);
    */background: linear-gradient(to bottom right, #ffd45a, #ffb93d);
    color: #fff
}

.team_box {
    margin: 0 15px
}

#owl-team .owl-controls .owl-page {
    margin: 20px 0
}

#owl-team .owl-controls .owl-page span {
    display: block;
    width: 8px;
    height: 8px;
    margin: 5px 4px;
    filter: Alpha(Opacity=50);
    opacity: .3;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
    transition: all .5s;
    background: #01BF81!important
}

#owl-team .owl-controls .owl-page.active span {
    opacity: 1
}


/*==========================
        16.CLIENT
============================*/



.bg-Courses1 .Courses_box {
    /*padding: 30px 20px;*/
    margin: 0px 15px;
    position: relative;
    overflow: hidden;
}

.bg-Courses1 .testi_icon_center{
    font-size: 300px;
    line-height: 0.6;
    text-align: center;
    left: 0px;
    right: 0px;
    position: absolute;
    opacity: 0.08;
}

.bg-Courses1 .Courses_box .bus_courses_icon {
    font-size: 80px;
    line-height: 60px;
    position: absolute;
    top: -15px;
    color: #FFAB2E !important;
    height: 60px;
    width: 80px;
    border-radius: 14px;
}

.bg-Courses1 .Courses_box .Courses_img img {
    max-width: 100px;
}

.bg-Courses1 .Courses_box .client_review {
    font-size: 20px !important;
}

.bg-Courses1 .Courses_box .courses_name {
    font-size: 16px;
}

.owl-theme .owl-controls .owl-page {
    margin: 20px 0px;
}

.owl-theme .owl-controls .owl-page span {
    display: block;
    width: 6px;
    height: 6px;
    margin: 5px 4px;
    filter: Alpha(Opacity=50);
    opacity: 0.3;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
    transition: all 0.5s;
    background: #FFAB2E !important;
}

.owl-theme .owl-controls .owl-page.active span {
    width: 20px;
    opacity: 1;
}

.logo_img img {
    opacity: 0.3;
}




/*  contact us page css */

/**********************
    23. CONTACT US
***********************/

.bg-overlay1 {
    background-color: rgba(37, 41, 52, 0.6);
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
}

.education-home-shape {
    display: block;
    position: absolute;
    width: 100%;
    height: auto;
    bottom: -1px;
    left: 0;
}

.bg-home6 {
    background-size: cover;
    background-position: center center;
    align-self: center;
    /*height: 100vh;*/
    position: relative;
}


.contact-form {
    background: #f9f9f9;
    border: 1px solid #f1f1f1;
    overflow: hidden;
}

.contact-form h4 {
    font-size: 16px;
    font-weight: 600;
    text-transform: uppercase;
}

.contact-form .send {
    display: inline-block;
}

.form-group {
    position: relative;
    width: 100%;
    margin-bottom: 20px;
}

.form-group .form-control {
    outline: none;
    box-shadow: none;
    border: 1px solid #efeeee;
    width: 100%;
    font-size: 14px;
    color: #696666;
    background: #fff;
    border-radius: 3px;
}

.form-group .form-control.form-xl {
    height: 55px;
    border: 1px solid #ddd;
    font-size: 16px;
    border-bottom: 2px solid #ddd;
}

.form-group textarea.form-control {
    height: 100px;
}

.form-group textarea.form-control.form-xl {
    height: 170px; 
}

.form-group .input-focus-effect {
    width: 0 !important;
    position: absolute;
    bottom: 0;
    left: 0;
    -webkit-transition: ease all 0.3s;
    transition: ease all 0.3s;
    height: 2px;
}

.form-group textarea:focus:not([readonly]) + span.input-focus-effect,
.form-group input:focus:not([readonly]) + span.input-focus-effect,
.form-group select:focus:not([readonly]) + span.input-focus-effect {
    width: 100% !important;
}

.contact-icon i {
    font-size: 35px;
    color: #fecf3a;
    background-color: transparent;
    height: 80px;
    width: 80px;
    line-height: 80px;
    border-radius: 50px;
}

.contact-icon {
    position: absolute;
    right: 0;
    left: 0;
    top: -15px;
    z-index: 2;
}

.contact-head {
    margin-top: 15px;
}

.contact-details:hover .info-title {
    color: #fee34e;
}

.info-title {
    color: #ffffff;
    margin-top: 70px;
    font-size: 16px;
    transition: all 0.5s ease;
}

.error {
  margin: 8px 0px;
  display: none;
  color: #f24734;
}

#ajaxsuccess {
  font-size: 16px;
  width: 100%;
  display: none;
  clear: both;
  margin: 8px 0px;
}

.error_message {
  padding: 10px;
  margin-bottom: 20px;
  text-align: center;
  border: 2px solid #f24734;
  color: #f24734;
  border-radius: 5px;
  font-size: 14px;
}

.contact-loader {
  display: none;
}

#success_page {
  text-align: center;
  margin-bottom: 50px;
}

#success_page h3 {
  color: #28d628;
  font-size: 22px;
}

.home-center {
    display: table;
    width: 100%;
    height: 100%;
}
.home-about-center {
    display: table-cell;
    vertical-align: middle;
}
.title-perticle {
    position: relative;
    z-index: 1;
    margin-top: 100px;
}
.title-heading {
    line-height: 26px;
}
.title-heading h3 {
    font-size: 20px;
    text-transform: capitalize;
    font-weight: 700;
}
.title-heading h1 {
    color: #fff;
    font-size: 48px;
    text-transform: capitalize;
    font-weight: 700;
}

.title-heading p {
    margin-bottom: 30px;
}

.text-white-50 {
    color: rgba(255,255,255,.5)!important;
}
.btn-custom, .registration-input-box:focus, .form-control:focus, .team-social li a:hover, .testi-icon, .social .social-icon:hover, .main-slider .flex-control-paging li a, #carouselExampleIndicators .carousel-control-prev span, #carouselExampleIndicators .carousel-control-next span {
    border-color: #fee01e;
}

.bg-custom, .btn-custom, .main-slider .flex-control-paging li a.flex-active, .team-social li a:hover, .contact-border, .back-to-top:hover, .social .social-icon:hover, #carouselExampleIndicators .carousel-indicators .active {
    background-color: #fee01e;
}

.btn-custom-white {
    border: 1px solid #ffffff !important;
    color: #ffffff;
}

.btn-outline-white, .btn-outline-custom, .btn-custom-white {
    /*background-color: transparent;*/
    background-color: transparent;
    font-size: 13px;
    letter-spacing: 0.7px;
    transition: all 0.3s;
    text-transform: uppercase;
    border: 1px solid
}

.btn-custom-black {
    border: 1px solid #fee04b !important;
    color: #ffffff;
}

.btn-outline-black, .btn-outline-custom, .btn-custom-black {
    background-color: #fee04b;
    font-size: 13px;
    letter-spacing: 0.7px;
    transition: all 0.3s;
    text-transform: uppercase;
}


/*==========================
        9.CONTACT US
============================*/

.form-group .icons {
    position: absolute;
    top: 0;
    left: 0;
    line-height: 100px;
    font-size: 18px;
}

.btn-primary:hover {
    color: #fff;
    background-color: #ffbc29;
    border-color: #ffbc29;
}

.contact-iconbox .contact-icon i {
    height: 58px;
    width: 58px;
    display: inline-block;
    font-size: 26px;
    box-shadow: 0 0 0px 8px rgba(254, 216, 68, 0.47);
    line-height: 58px;
    background: #ffad1a;
    background: -webkit-gradient(linear, left top, right bottom, from(#ffad1a), to(#6ec5ff));
    /*background: linear-gradient(to bottom right, #2154cf, #6ec5ff);*/
    background: linear-gradient(to bottom right, #fee651, #ffad1a);
    color: #fff;
    border-radius: 50%;
    text-align: center;
}

.contact-iconbox .contact-detail p {
    font-size: 15px;
}

.contact-detail h6 {
    font-size: 18px;
}

.contact_form .form-control {
    text-transform: lowercase;
    box-shadow: none !important;
    height: 48px;
    border-radius: 0px;
    border: 1px solid #ececec;
    font-size: 14px;
}

.contact_form textarea.form-control {
    height: auto;
}

.contact_form .form-control:focus {
    border-color: #ffad1a;
}
#con-iframe{
    margin-top: 100px;
}




/***** Pagination ******/
.pagination {
    margin-bottom: 0;
}

.pagination-full {
    padding-left: 0px !important;
}

.pagination > li {
    display: inline-block;
    margin-right: 2px;
}

.pagination > li > a {
    background-color: #ffffff;
    color: #4c5667;
    border: 1px solid #e5e5e5;
    display: inline-block;
    height: 35px;
    line-height: 35px;
    text-align: center;
    width: 35px;
    margin-left: 12px;
    transition: all 0.5s;
}

.pagination > .active > a {
    background: #ffbd25 none repeat scroll 0 0;
    border-color: #ffbd25;
    color: #ffffff;
}

.pagination > li > a:hover,
.pagination > li > a:focus {
    background: #ffbd25 none repeat scroll 0 0;
    border-color: #ffbd25;
    color: #ffffff;
}

.pagination > .active > a,
.pagination > .active > a:focus,
.pagination > .active > a:hover {
    background-color: #ffbd25;
    border-color: #ffbd25;
    color: #fff;
    cursor: default;
    z-index: 3;
}




/* services page css */

/* home */


.education-home-shape {
    display: block;
    position: absolute;
    width: 100%;
    height: auto;
    bottom: -1px;
    left: 0;
}

.education-home-shape img {
    width: 100%;
    height: auto;
}

.bg-home {
    background-size: cover;
    background-position: center center;
    align-self: center;
    height: 100vh;
    position: relative;
}


/* about us services */

.aboutfaxbox {
    display: block;
    margin-right: 40px;
    padding-left: 40px;
    padding-top: 40px;
    position: relative;
    z-index: 1;
}

.aboutfaxbox:before {
    border: 8px solid #ffa114;
    bottom: 40px;
    content: "";
    left: 0;
    position: absolute;
    right: 40px;
    top: 0;
    z-index: -1;
}

/* cta section (courses technology area)*/ 


.bg-cta-img {
    background-image: url(../images/bg-cta-image.jpg);
    background-size: cover;
    align-self: center;
    background-position: center center;
    background-attachment: fixed;
}


.project-video .play-icon {
    height: 50px;
    width: 50px;
    line-height: 50px;
    text-align: center;
    border-radius: 50%;
    display: inline-block;
    color: #ffa114;
    background-color: #ffffff;
    box-shadow: 0 0 0px 12px rgba(255, 255, 255, 0.3);
    margin-top: 20px;
}







/* btn css */


.btn-sm {
    padding: 8px 15px;
}

.btn-rounded {
    border-radius: 30px !important;
}

.btn-outline-custom {
    border: 2px solid #0ebdca;
    color: #0ebdca;
    letter-spacing: 1px;
    transition: all 0.5s;
    border-radius: 5px;
    text-transform: capitalize;
}



.btn-outline-custom:active,
.btn-outline-custom:focus,
.btn-outline-custom:hover,
.btn-outline-custom:hover,
.btn-outline-custom:focus,
.btn-outline-custom:active,
.btn-outline-custom.active,
.btn-outline-custom.focus,
.open>.dropdown-toggle.btn-outline-custom {
    background: #1ba555;
    border-color: #1ba555 !important;
    color: #fff !important;
}

.button {
  padding: 14px 35px;
  background: #fff;
  position: relative;
  z-index: 3;
  -webkit-transition: all .4s;
  transition: all .4s;
  cursor: pointer;
  outline: none !important;
}
.button span {
  font-weight: 500;
  position: relative;
  z-index: 2;
}
.button:after {
  content: '';
  width: 100%;
  height: 100%;
  border: 1px solid #5580ff;
  position: absolute;
  left: 4px;
  top: 4px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  z-index: 1;
}
.button:hover:after {
  left: 0;
  top: 0;
}

.button-nr {
  background: #fece3a;
  color: #fff;
}
.button-nr:after {
  border-color: #4c5667;
}
.button-nr:hover {
  background: #ffffff;
}
.button-nr:hover span {
  color: #000;
}

[data-overlay-dark] .button-nr:after {
  border-color: #eee;
}
[data-overlay-dark] .button-nr:hover {
  background: #eee;
}

.button-nr-white {
  background: #fff;
  color: #ffa114;
}
.button-nr-white:after {
  border-color: #4c5667;
}
.button-nr-white:hover {
  background: #ffc72e;
}
.button-nr-white:hover span {
  color: #fff;
}

[data-overlay-dark] .button-nr-white:after {
  border-color: #eee;
}
[data-overlay-dark] .button-nr-white:hover {
  background: #eee;
}



/* login page csss */

.home-table .home-table-center .forgotbox {
    box-shadow: 10px -10px 0 4px #fee44fa3;
    padding: 50px 40px;
}

#forgotlogin{
    margin-bottom: 100px;
}

#allcourses{
    margin-top: 100px;
    margin-bottom: 100px;
}




/*  coures......... */

.sidebar .ansinnovax .ansinnovax-search form {
  position: relative;
}

.sidebar .ansinnovax .ansinnovax-search input[type="text"], .sidebar .ansinnovax .searchform input[type="text"] {
  -webkit-box-shadow: none;
          box-shadow: none;
  padding: 12px 15px;
  height: 45px;
  font-size: 14px;
  display: block;
  width: 100%;
  outline: none !important;
  padding-right: 45px;
}

.sidebar .ansinnovax .ansinnovax-search input[type="submit"], .sidebar .ansinnovax .searchform input[type="submit"] {
  position: absolute;
  top: 5px;
  right: 10px;
  opacity: 0;
  width: 40px;
  height: 40px;
}

.sidebar .ansinnovax .ansinnovax-search .searchform:after {
  content: "\F349";
  position: absolute;
  font-family: "Material Design Icons";
  right: 16px;
  top: 15px;
  font-size: 20px;
  line-height: 20px;
  pointer-events: none;
}

.sidebar .ansinnovax .ansinnovax-title {
  font-size: 18px;
}

.sidebar .ansinnovax .catagories li {
  padding-bottom: 10px;
}

.sidebar .ansinnovax .catagories li:last-child {
  padding-bottom: 0;
}

.sidebar .ansinnovax .catagories li a, .sidebar .ansinnovax .catagories li span {
  font-size: 15px;
}

.sidebar .ansinnovax .catagories li a {
  color: #3c4858;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.sidebar .ansinnovax .catagories li a:hover {
  color: #ffb31d;
}

.sidebar .ansinnovax .post-recent {
  padding-bottom: 15px;
}

.sidebar .ansinnovax .post-recent:last-child {
  padding-bottom: 0;
}

.sidebar .ansinnovax .post-recent .post-recent-thumb {
  width: 25%;
}

.sidebar .ansinnovax .post-recent .post-recent-content {
  width: 75%;
  padding-left: 10px;
}

.sidebar .ansinnovax .post-recent .post-recent-content a {
  display: block;
  color: #3c4858;
  font-size: 15px;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.sidebar .ansinnovax .post-recent .post-recent-content a:hover {
  color: #2f55d4;
}

.sidebar .ansinnovax .post-recent .post-recent-content span {
  font-size: 13px;
}

.sidebar .ansinnovax .tagcloud > a {
  background: #e9ecef;
  color: #3c4858;
  display: inline-block;
  font-size: 9px;
  letter-spacing: 1px;
  margin: 5px 10px 5px 0;
  padding: 8px 12px;
  text-transform: uppercase;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.sidebar .ansinnovax .tagcloud > a:hover {
  background: #ffbd25;
  color: #ffffff;
}

.page-title {
  font-size: 20px;
}

.comment-area .media-list .media img {
  width: 80px;
}

.comment-area .media-list .media .media-body a:hover {
  color: #2f55d4 !important;
}

.comment-area .media-list .media .media-body .media-heading, .comment-area .media-list .media .media-body .media-para {
  font-size: 16px;
}

.comment-area .media-list .media .media-body .media-para {
  background: #f8f9fc;
}

.rounded {
    border-radius: 1.25rem!important;
}
/*.rating i {
    color: #ffbd25;
}*/
.rating1 {
    margin-left: 150px;
    /*margin-top: 20px;*/
}
.rating1 i {
    color: #ffa114;
}
ul.pagination.justify-content-center.mb-0.list-unstyled {
    margin-left: 36vh;
}
.bg-black {
    background-color: #b9b9b929!important;
}

/*  index_3 css */

/* swiper slider css */


.swiper-slider-interior {
  height: 100vh;
}

.swiper-slider-interior .swiper-container {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}

.swiper-slider-interior .swiper-container .swiper-slide .slide-inner {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  background-size: cover;
  background-position: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: left;
}

.swiper-slider-interior .swiper-container .swiper-button-prev, .swiper-slider-interior .swiper-container .swiper-button-next {
  background: rgba(255, 255, 255, 0);
  width: 35px;
  height: 35px;
  line-height: 35px;
  margin-top: -30px;
  text-align: center;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.swiper-slider-interior .swiper-container .swiper-button-prev:before, .swiper-slider-interior .swiper-container .swiper-button-next:before {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  color: #ffffff;
}

.swiper-slider-interior .swiper-container .swiper-button-prev:hover, .swiper-slider-interior .swiper-container .swiper-button-next:hover {
    background: #fece3a;
}

.swiper-slider-interior .swiper-container .swiper-button-prev {
  left: 25px;
}

.swiper-slider-interior .swiper-container .swiper-button-prev:before {
  content: "\f104";
}

.swiper-slider-interior .swiper-container .swiper-button-next {
  right: 25px;
}

.swiper-slider-interior .swiper-container .swiper-button-next:before {
  content: "\f105";
}

.swiper-slider-interior .swiper-pagination-bullet {
  font-size: 15px;
  color: #dee2e6;
  margin: 0 5px;
  opacity: 1;
  background: transparent;
  position: relative;
}

.swiper-slider-interior .swiper-pagination-bullet:before {
  content: "";
  background: #ffffff;
  width: 1px;
  height: 15px;
  position: absolute;
  left: 3px;
  top: 0;
  opacity: 0;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.swiper-slider-interior .swiper-pagination-bullet-active {
  color: #fece3a;
}

.swiper-slider-interior .swiper-pagination-bullet-active:before {
  opacity: 1;
  top: -20px;
}

.swiper-slider-interior .swiper-container-horizontal > .swiper-pagination-bullets,
.swiper-slider-interior .swiper-pagination-custom, .swiper-slider-interior .swiper-pagination-fraction {
  bottom: 45px;
}

.swiper-slider-interior .swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 13px;
}



/* bg -video css */

#bg-videotext{
    margin-top: 120px;
}

/* blog_3 css */

.blog_img1 {
    float: left;
    margin-right: 20px;
}

/* single services  css */

#ser_title{
    margin-top: 50px;
}


/* news letter section css */

.subscribe-area {
    background-image: linear-gradient(to top, #fea418 0%, #fedd48 100%);
}
.pb-50 {
    padding-bottom: 50px;
}
.pt-70 {
    padding-top: 70px;
}

.mb-15 {
    margin-bottom: 15px;
}

.subscribe-text span {
    font-size: 12px;
    font-weight: 700;
    color: #fff;
    letter-spacing: 5px;
}
.subscribe-text h2 {
    color: #fff;
    font-size: 26px;
    font-weight: 300;
    margin-bottom: 0;
    margin-top: 6px;
}
.subscribe-wrapper {
    overflow: hidden;
}
.mb-15 {
    margin-bottom: 15px;
}

.subscribe2-wrapper .subscribe-form input {
    text-transform: lowercase;
    outline: none;
    background: none;
    border: 1px solid #fff;
    border-radius: 30px;
    color: #fff;
    display: inline-block;
    font-size: 20px;
    font-weight: 300;
    height: 57px;
    margin-right: 17px;
    padding-left: 35px;
    width: 100%;
    cursor: pointer;
}
 
.subscribe2-wrapper .subscribe-form button {
    background: #ffff;
    border: none;
    border-radius: 30px;
    color: #4b5d73;
    display: inline-block;
    font-size: 18px;
    font-weight: 400;
    line-height: 1;
    padding: 18px 46px;
    transition: all 0.3s ease 0s;
}
.subscribe2-wrapper .subscribe-form button i {
    font-size: 18px;
    padding-left: 5px;
}
#newsp {
    /*margin-top: 40px;*/
    padding-bottom: 20px;
    padding-top: 30px;
}





/*==============================
       index_4 html  PORTFOLIO/WORK css
==============================*/
.container-filter {
    margin-right: 0;
    margin-left: 0;
    margin-bottom: 30px;
    padding: 0;
}

.container-filter li {
    list-style: none;
    display: inline-block;
    margin-bottom: 15px;
}

.container-filter li a {
    display: block;
    font-size: 12px;
    border: 1px solid #e4e4e4;
    padding: 0px 12px;
    margin: 0px 4px;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 1px;
    cursor: pointer;
    line-height: 30px;
    -webkit-transition: all 0.6s ease;
    border-radius: 3px;
}

.container-filter li a:hover, .container-filter li a.active {
    color: #fff !important;
    background-color: #ffb926;
    border: 1px solid #ffbb27;
}

.portfolio-box {
    overflow: hidden;
    position: relative;
    padding: 0;
    margin-top: 15px;
    margin-bottom: 15px;
}

.sec-portoverlay {
    position: absolute;
    bottom: 12px;
    left: 12px;
    right: 12px;
    top: 12px;
    opacity: 0;
    -webkit-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
    background-color: #696666;
    transform: translateX(100px);
}

.portfolio-box:hover .sec-portoverlay {
    opacity: 0.6;
    transform: translate(0px);
}

.portfolio-box .portfolio-box-img {
    position: relative;
    overflow: hidden;
}

.portfolio-box:hover img {
    opacity: 0.85;
}

.portfolio-box .portfolio-box-img:after {
    content: " ";
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    border-radius: 0px;
    transition: all 0.27s cubic-bezier(0.3, 0.1, 0.58, 1);
}

.portfolio-box .portfolio-box-img > img {
    transition: all 0.7s cubic-bezier(0.5, 0.5, 0.5, 0.5);
    border-radius: 0;
}

.portfolio-box .portfolio-box-detail {
    opacity: 0;
    color: #ffffff;
    width: 100%;
    padding: 20px;
    box-sizing: border-box;
    position: absolute;
    left: 0;
    overflow: hidden;
    transition: all 0.27s cubic-bezier(0.3, 0.1, 0.58, 1);
}

.portfolio-box .portfolio-box-detail h4 {
    margin-bottom: 0;
    margin-top: 5px;
    font-size: 16px;
}

.portfolio-box .portfolio-box-detail p {
    margin-bottom: 0;
    color: rgba(255, 255, 255, 0.6);
    font-size: 13px;
    font-weight: 500;
}

.portfolio-box:hover .portfolio-box-detail {
    z-index: 3;
    opacity: 1;
}

.portfolio-box:hover .portfolio-box-img:after {
    background: rgba(40, 40, 46, 0.55);
}

.portfolio-box:hover .portfolio-box-img > img {
    transform: scale(1.1);
}

.gallary-title {
    padding: 25px 0;
    background: #f5f5f5;
    box-shadow: 0 0 0 4px rgb(163, 200, 94, 0.5);
}

.gallary-title h3 {
    color: #555;
    font-size: 16px;
    font-weight: bold;
    text-transform: uppercase;
    transition: all 0.4s ease-in-out 0s;
}

.gallary-title span {
    font-size: 14px;
    text-transform: capitalize;
}

.gallary-title a {
    color: #696666;
}

.portfolio-box .gallary-title h6:hover a {
    color: #a3c85e;
    transition: all 0.5s;
}

.project-info {
    border: 2px solid #e4e4e4;
    border-radius: 4px;
}

.project-info i {
    font-size: 18px;
}



/* index_3 step section css */


.process-box{
    background: #fff;
    padding: 10px;
    border-radius: 15px;
    position: relative;
    box-shadow: 2px 2px 7px 0 #00000057;
}
.process-left:after{
        content: "";
    border-top: 15px solid #ffffff;
    border-bottom: 15px solid #ffffff;
    border-left: 15px solid #ffffff;
    border-right: 15px solid #ffffff;
    display: inline-grid;
    position: absolute;
    right: -15px;
    top: 42%;
    transform: rotate(45deg);
    box-shadow: 3px -2px 3px 0px #00000036;
    z-index: 1;
}
.process-right:after{
        content: "";
    border-top: 15px solid #ffffff00;
    border-bottom: 15px solid #ffffff;
    border-left: 15px solid #ffffff;
    border-right: 15px solid #ffffff00;
    display: inline-grid;
    position: absolute;
    left: -15px;
    top: 42%;
    transform: rotate(45deg);
    box-shadow: -1px 1px 3px 0px #0000001a;
    z-index: 1;
}
.process-step{
    background: #fee02b;
    text-align: center;
    width: 80%;
    margin: 0 auto;
    color: #fff;
    height: 100%;
    padding-top: 8px;
    position: relative;
    top: -26px;
    border-radius: 0px 0px 10px 10px;
    box-shadow: -6px 8px 0px 0px #00000014;
}
.process-point-right{
    background: #ffffff;
    width: 25px;
    height: 25px;
    border-radius: 50%;
    border: 8px solid #fee02d;
    box-shadow: 0 0 0px 4px #5c5c5c;
    margin: auto 0;
    position: absolute;
    bottom: 40px;
    left: -63px;
}
.process-point-right:before{
    content: "";
    height: 144px;
    width: 11px;
    background: #5c5c5c;
    display: inline-grid;
    transform: rotate(36deg);
    position: relative;
    left: -50px;
    top: -0px;
}
.process-point-left{
    background: #ffffff;
    width: 25px;
    height: 25px;
    border-radius: 50%;
    border: 8px solid #fee02d;
    box-shadow: 0 0 0px 4px #5c5c5c;
    margin: auto 0;
    position: absolute;
    bottom: 40px;
    right: -63px;
}
.process-point-left:before {
    content: "";
    height: 144px;
    width: 11px;
    background: #5c5c5c;
    display: inline-grid;
    transform: rotate(-38deg);
    position: relative;
    left: 50px;
    top: 0px;

}

.process-last:before{
    display: none;
}
.process-box p{
    z-index: 9;
}
.process-step p{
    font-size: 20px;
}
.process-step h2{
    font-size: 39px;
}
.process-step:after{
    content: "";
    border-top: 8px solid #04889800;
    border-bottom: 8px solid #ffb31d;
    border-left: 8px solid #04889800;
    border-right: 8px solid #ffb31d;
    display: inline-grid;
    position: absolute;
    left: -16px;
    top: 0;
}
.process-step:before{
    content: "";
    border-top: 8px solid #ff000000;
    border-bottom: 8px solid #ffb31d;
    border-left: 8px solid #ffb31d;
    border-right: 8px solid #ff000000;
    display: inline-grid;
    position: absolute;
    right: -16px;
    top: 0;
}
.process-line-l{
    background: white;
    height: 4px;
    position: absolute;
    width: 136px;
    right: -153px;
    top: 64px;
    z-index: 9;
}
.process-line-r{
    background: white;
    height: 4px;
    position: absolute;
    width: 136px;
    left: -153px;
    top: 63px;
    z-index: 9;
}

#stepind{
    margin-top: 100px;
    margin-bottom: 100px;
}



/* about us 02 css */

.rounded-circle {
    border-radius: 50%!important;
}

.img-thumbnail1 {
    padding: .25rem;
    background-color: #fff;
    border: 1px solid #dee2e6;
    border-radius: .25rem;
    max-width: 100%;
    height: auto;
}


/* services with image css */


.work-process {
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.work-process .title {
  font-size: 20px;
}

.work-process .step, .work-process .step-icon {
  font-size: 45px;
  opacity: 0.06;
}

.work-process a {
  font-size: 15px;
}

.work-process a:hover {
  color: #2443ac !important;
}

.work-process:hover {
  -webkit-transform: translateY(-10px);
          transform: translateY(-10px);
}

.event-container .content {
    position: absolute;
    z-index: 1;
    bottom: 5%;
    left: 5%;
}

.event-container .client {
    position: absolute;
    z-index: 1;
    right: 5%;
    top: 5%;
}



.event-container .overlay-event {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    opacity: 0;
    border-radius: 10px;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
    background-color: #3c4858 !important;
    z-index: 1;
}

.event-container:hover img {
    -webkit-transform: scale(1.1) rotate(3deg);
    transform: scale(1.1) rotate(3deg);
}

.event-container img {
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.rounded {
    border-radius: 10px !important;
}


/* 404 error page css */


.back-to-home a {
    font-size: 22px;
    width: 40px;
    height: 40px;
    line-height: 40px;
    background: #fee02c;
} 

.back-to-home {
    position: absolute;
    top: 4%;
    right: 2%;
    z-index: 1;
}


/* comming soon page */

.coming-soon, .maintenance, .error-page {
  font-size: 40px;
  letter-spacing: 1px;
}

#countdown .count-down {
  display: inline-block;
  margin: 30px 10px;
  color: #ffffff;
  border-radius: 50%;
  text-align: center;
  border: 4px solid #fece3a;
  height: 130px;
  width: 130px;
}

#countdown .count-down .count-number {
  font-size: 40px;
  line-height: 95px;
}

#countdown .count-down .count-head {
  display: block;
  position: relative;
  margin-top: -20px;
  text-transform: uppercase;
  font-size: 14px;
  letter-spacing: 1px;
}

#clock {
  color: #ffffff;
}

#clock p {
  width: 80px;
}

#clock p span {
  font-size: 40px;
}

#clock p span.indicator {
  font-size: 18px;
}

@media (min-width: 200px) and (max-width: 767px) {
  .coming-soon, .maintenance, .error-page {
    font-size: 32px;
  }
}



/* gallary page css */

.portfolio1-box .work-img .overlay-event {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    opacity: 0;
    -webkit-transition: all 0.9s ease;
    transition: all 0.9s ease;
    -webkit-transform: scale(1);
    transform: scale(1);
    background-color: rgba(27, 27, 27, 0.8);
    z-index: 1;
}

.portfolio1-box .work-img .overlay-event .icon i {
    width: 40px;
    height: 40px;
    line-height: 40px;
    font-size: 20px;
}

.gallarybox1 {
    border: none;
    /*margin: 15px 0px;*/
    overflow: hidden;
    border-radius: 0;
    position: relative;
}

.gallarybox1 {
    position: relative;
    overflow: hidden;
}

.gallarybox1 a {
    position: absolute;
    left: 0;
    width: 100%;
    z-index: 15;
    height: 100%;
    top: 0;
}

.gallarybox1 .gallary_img {
    position: relative;
}

.gallarybox1 .gallary_img img {
    transition: all 0.5s;
    width: 100%;
}

.gallarybox1 .gallary_img .work_overlay {
    top: 10px;
    position: absolute;
    overflow: hidden;
    border-radius: 7px;
    left: 10px;
    bottom: 10px;
    right: 10px;
}

.gallarybox1 .gallary_img .work_overlay a {
    height: 100%;
    width: 100%;
}

.gallarybox1 .gallary_img .work_overlay:after {
    content: '';
    left: 50%;
    top: 50%;
    background: rgba(0, 0, 0, 0.85);
    border-radius: 30%;
    width: 0;
    position: absolute;
    bottom: 50%;
    opacity: 0;
    height: 50%;
    height: 0;
    transition: all 150ms ease-in-out 200ms;
}

.gallarybox1 .gallary_img .work_overlay h4 {
    overflow: hidden;
    position: absolute;
    font-size: 13px;
    text-align: center;
    top: 54px;
    z-index: 2;
    color: transparent;
    transition: color 150ms ease-in-out 200ms;
    right: 25px;
    padding: 0 10px;
}

.gallarybox1 .gallary_img .work_overlay h6 {
    color: transparent;
    overflow: hidden;
    position: absolute;
    top: 30px;
    right: 25px;
    z-index: 2;
    font-size: 18px;
    transition: color 150ms ease-in-out 200ms;
    text-align: center;
    padding: 0 10px;
}

.gallarybox1 .gallary_img .work_overlay h4:before {
    content: '';
    background: #fff;
    width: 100%;
    position: absolute;
    right: 100%;
    top: 0;
    bottom: 0;
    transition: right 600ms ease-in-out 0s;
}

.gallarybox1 .gallary_img .work_overlay h6::before {
    content: '';
    background: #ffbd25;
    bottom: 0;
    right: auto;
    position: absolute;
    left: 100%;
    top: 0;
    width: 100%;
    transition: left 600ms ease-in-out 0s;
}

.gallarybox1:hover img {
    transform: scale(1.1);
}

.gallarybox1:hover .work_overlay:after {
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 100%;
    border-radius: 0;
    transition: all 150ms ease-in-out 200ms;
    opacity: 1;
}

.gallarybox1:hover .work_overlay h4 {
    color: rgba(255, 255, 255, 0.6);
}

.gallarybox1:hover .work_overlay h4:before {
    right: -100%;
}

.gallarybox1:hover .work_overlay h6 {
    color: white;
}

.gallarybox1:hover .work_overlay h6:before {
    left: -100%;
}


/* event page css */

.play-icon i {
    height: 75px;
    -webkit-text-stroke: 2px #fece3a;
    -webkit-text-fill-color: transparent;
    width: 75px;
    font-size: 25px;
    line-height: 75px;
    display: inline-block;
}


.play-icon {
    position: absolute;
    bottom: 50%;
    -webkit-transform: translateY(50%);
    transform: translateY(50%);
    right: 0;
    left: 0;
    text-align: center;
}

.alert.alert-light {
    background-color: #f8f9fc;
    color: #3c4858;
    border-color: #dee2e6;
}
.alert {
    padding: 8px 15px;
    border-radius: 10px;
}

.rounded-pill {
    border-radius: 50rem!important;
}

.badge.badge-secondary {
    background-color: #5a6d90 !important;
}


.title-heading1 .heading {
    font-size: 45px;
    letter-spacing: 1px;
}


#eventsec{
    margin-top: 100px;
    margin-bottom: 100px;
}


/* price section */



.event-price {
  position: relative;
  z-index: 1;
  border-bottom: 3px solid #adb5bd;
}

.event-price .title {
  font-weight: 700;
  font-size: 16px;
}

.event-price .feature .feature-list {
  margin: auto auto 5px;
  font-size: 14px;
}

.event-price.business-rate {
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.event-price.business-rate:hover {
  -webkit-transform: scale(1.03);
          transform: scale(1.03);
  z-index: 2;
  border-color: #fecd3b;
}

.event-price.business-rate:hover .title {
  color: #ffb31d;
}

.event-price.starter-plan {
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
  z-index: 2;
  border-color: #2f55d4;
}

@media (max-width: 767px) {
  .event-price.starter-plan {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}


.bg-cta-img3 {
    background-image: url(../images/bg-cta-image3.jpg);
    background-size: cover;
    align-self: center;
    background-position: center center;
    background-attachment: fixed;
}




/* blog 4 css */

.blog4-box {
    position: relative;
    border: 1px solid #e8e7e7;
}

.blogquote {
    border: 1px solid #e7e7e7;
    border-left: 4px solid #d6d6d6;
    background-color: #f8f9fa;
    padding: 14px 20px;
}

.blogquote {
    margin-bottom: 1rem;
    font-size: 1.25rem;
}

.blog4-box .blog_detail .blog_detail_devider {
    height: 1px;
    width: 100%;
    background-color: #e8e8e8;
}

.clearfix::after {
    display: block;
    clear: both;
    content: "";
}

.blog_tag a {
    background: #f8f9fa;
    border-radius: 2px;
    border: 1px solid #e7e7e7;
    color: #9c9c9c;
    display: inline-block;
    transition: all .5s;
    font-size: 9px;
    letter-spacing: 1px;
    margin: 5px 10px 5px 0;
    padding: 7px 8px 5px 10px;
    text-transform: uppercase;
}

.blog4-box h6 .blog-deta4 { 
    padding: 5px 15px;
    display: inline-block;
    position: absolute;
    z-index: 100;
    font-size: 12px;
    background-color: #ffb31d;
    background: -webkit-linear-gradient(to right,#01BF81,#41C3D3);
    background: linear-gradient(to bottom right,#ffb31d,#fee02f);
    color: #fff;
    letter-spacing: 2px;
    top: 12px;
    right: 12px;
}
.text-uppercase {
    text-transform: uppercase!important;
}


.comt-blog .comt-read {
    padding-bottom: 30px;
    margin-bottom: 50px;
    border-bottom: 1px solid #e7e7e7
}

.comt-blog .comt-read:nth-child(odd) {
    margin-left: 80px
}

.comt-blog .comt-read:last-child {
    margin-bottom: 0
}

.comt-blog .comt-read .comt-img {
    width: 80px;
    float: left
}

.comt-blog .comt-read .comt-data {
    margin-left: 100px
}

.comt-blog .comt-read .comt-data h6 {
    font-size: 14px
}

.comt-data h6 span {
    font-size: 12px;
    margin-top: 8px;
    color: #777
}

.comt-blog .comt-read .comt-data .comt-repy {
    margin-top: 10px;
    font-weight: 600;
    font-size: 14px
}

.comt-blog .comt-read .comt-data .comt-repy i {
    padding-right: 2px;
    font-size: 14px
}

.comt-form .comment-form-input .form-control {
    height: 46px;
    box-shadow: none!important
}

.comt-form .comment-form-input .form-control:focus {
    border-color: #01BF81
}

.comt-form .comment-form-input textarea.form-control {
    height: auto
}



/* icon page css */

.icon-list-demo div i {
    display: inline-block;
    font-size: 20px;
    margin: 0;
    -webkit-transition: all 0.2s;
    transition: all 0.2s;
    width: 40px;
}

.icon-list-demo div {
    cursor: pointer;
    line-height: 50px;
    white-space: nowrap;
    color: #3e3e3e;
}


.icon-list-demo div:hover {
    color: #ffb31d;
}



/* progress bar new page css */


.skills.chart {
    display: inline-block;
    width: 130px;
    height: 130px;
}
.skills .pie-chart-value {
    display: inline-block;
    line-height: 130px;
    font-size: 24px;
}
.skills.chart canvas {
    position: absolute;
    top: 0;
    left: 0;
    width: 130px;
    height: 130px;
}


/* component page css */

.avatar.avatar-small {
    height: 80px;
}
.avatar.avatar-medium {
    height: 110px;
}
.avatar.avatar-large {
    height: 140px;
}





















































/*==========================
        15.RESPONSIVE
============================*/

@media (max-width: 768px) {
    .custom-nav {
        margin-top: 0px;
        padding: 10px 0px !important;
        background-color: #fff !important;
    }
    .custom-nav .navbar-nav li a:before {
        content: '';
        display: none;
    }
    .custom-nav .navbar-nav li a {
        margin: 0 0px;
        padding: 6px 0;
        color: #000;
    }
    .custom-nav .navbar-nav li.active a {
        color: #fee01e;
    }
    .custom-nav>.container {
        width: 90%;
    }
    .custom-nav .logo .logo-dark {
        display: inline-block;
    }
    .custom-nav .logo .logo-light {
        display: none;
    }
    .navbar-nav {
        margin-top: 0px;
    }
    .navbar-toggler {
        font-size: 29px;
        margin-top: 0px;
        margin-bottom: 0px;
        color: #000;
    }
    .header_title {
        font-size: 38px;
        line-height: 1.2;
    }
    .header_subtitle {
        font-size: 15px;
        line-height: 1.8;
    }
    .h-100vh {
        height: auto;
    }
    .clip-home {
        clip-path: none;
    }
    .vertical-content {
        display: inherit;
    }
    .home-bg-color,
    .h-100vh.jarallax,
    .home-bg-img,
    .home-bg-color-gradient,
    .h-100vh,
    .home-half,
    .half-slider {
        padding: 130px 0 145px 0;
    }
    .custom-nav .navbar-brand.logo img {
        height: 26px;
    }
    .copy-rights {
        line-height: 26px;
    }
    .logo_img img {
        margin-top: 10px;
    }
    .border_left {
        border: none;
    }
    .bg-home-slider .carousel-control-next,
    .carousel-control-prev {
        width: 6%;
    }
    .nri_home li::after {
        display: none;
    }
    .nri_home li {
        display: block;
    }
    .education_menu li:after {
        display: none;
    }
    .nri-arrow img.nri-second {
    position: absolute;
    width: 70%;
    right: 0;
    top: 66px;
    }
    .nri-arrow img {
    position: absolute;
    width: 70%;
    right: 0;
    top: 15px;
    }
    
    .aboutfaxbox {
    margin-top: 100px;
    }
    .title-heading {
    line-height: 20px;
    }
    .title-heading h1 {
    color: #fff;
    font-size: 28px;
    text-transform: capitalize;
    font-weight: 700;
    margin-top: 60px;
    }
    .services_clip {
    clip-path: polygon(0% 0,100% 0,100% 100%,0 100%);
    }
    ul.pagination.justify-content-center.mb-0.list-unstyled {
    margin-left: 12vh;
    }
    .comt-blog .comt-read:nth-child(odd) {
        margin-left: 34px
    }
    #btnsubscribe{
        margin-top: 10px;
    }
    #newsp {
    /* margin-top: 40px; */
    padding-bottom: 50px;
    padding-top: 30px;
    }
    .rating {
    /*margin-left: 73px;*/
    /* margin-top: 20px; */
    }
    .rating1 {
    margin-left: 200px;
    }
    .bg-Courses1 .Courses_box .client_review {
    font-size: 20px !important;
    margin-top: 50px;
    }
    .container-fluid {
    width: 80%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
    }
    .bg-home {
    background-size: cover;
    background-position: center center;
    align-self: center;
    height: 250vh;
    position: relative;
    }
}


@media (min-width: 576px){
.mt-sm-0, .my-sm-0 {
    margin-top: 20!important;
    }
}

