

@import url("https://pro.fontawesome.com/releases/v5.10.0/css/all.css");
@import url('https://fonts.googleapis.com/css?family=Poppins:100,100i,200,200i,300,300i,400,400i,500,500i,600,600i,700,700i,800,800i,900,900i&subset=devanagari,latin-ext');

/* #Primary
================================================== */
.inner-video-banner img{
    height:505px !important;
}
body{
    font-family: 'Poppins', sans-serif;
    font-size: 16px;
    line-height: 24px;
    font-weight: 400;
    overflow-x: hidden;
    transition: all 200ms linear;
}
::selection {
    color: #fff;
    background-color: #b98900	;
}
::-moz-selection {
    color: #fff;
    background-color: #b98900	;
}
.font-12{
    font-size: 12px;
}
.bg-brown{
    background: #b98900;
}
.color-brown{
    color: #db0f16 !important;
}
.bg-blue{
    background: #6339b7;
}
.color-blue{
    color: #1d3c50;
}
.btn:focus{
    box-shadow: 0px 0px 0px transparent;
}
.radius-6{
    border-radius: 6px;
}
/* #Navigation
================================================== */
.submit-btn{
    background-color: #fff;
    padding: 8px 25px;
    border-radius: 30px;
    color: #6339b7;
    font-weight: bold;
    border: 1px solid #fff;
}
.submit-btn:hover{
    background-color: transparent;
    color: #fff;
}
.start-header {
    opacity: 1;
    transform: translateY(0);
    padding: 10px 0;
    box-shadow: 0 10px 30px 0 rgba(138, 155, 165, 0.15);
    -webkit-transition : all 0.3s ease-out;
    transition : all 0.3s ease-out;
    background: rgba(255,255,255,1);
    z-index: 11111;
    position: relative;
}
.start-header.scroll-on {
    box-shadow: 0 5px 10px 0 rgba(138, 155, 165, 0.15);
    padding: 10px 0;
    -webkit-transition : all 0.3s ease-out;
    transition : all 0.3s ease-out;
}
.start-header.scroll-on .navbar-brand img{
    height: 63px;
    -webkit-transition : all 0.3s ease-out;
    transition : all 0.3s ease-out;
}
.navigation-wrap{
    position: fixed;
    width: 100%;
    top: 0;
    left: 0;
    z-index: 111;
    -webkit-transition : all 0.3s ease-out;
    transition : all 0.3s ease-out;
}
.navbar{
    padding: 0;
}
.navbar-brand img{
    height: 70px;
    width: auto;
    display: block;
    -webkit-transition : all 0.3s ease-out;
    transition : all 0.3s ease-out;
}
.navbar-toggler {
    float: right;
    border: none;
    padding-right: 0;
}
.navbar-toggler:active,
.navbar-toggler:focus {
    outline: none;
}
.navbar-light .navbar-toggler-icon {
    width: 24px;
    height: 17px;
    background-image: none;
    position: relative;
    border-bottom: 1px solid #1d3c50;
    transition: all 300ms linear;
}
.navbar-light .navbar-toggler-icon:after,
.navbar-light .navbar-toggler-icon:before{
    width: 24px;
    position: absolute;
    height: 1px;
    background-color: #1d3c50;
    top: 0;
    left: 0;
    content: '';
    z-index: 2;
    transition: all 300ms linear;
}
.navbar-light .navbar-toggler-icon:after{
    top: 8px;
}
.navbar-toggler[aria-expanded="true"] .navbar-toggler-icon:after {
    transform: rotate(45deg);
}
.navbar-toggler[aria-expanded="true"] .navbar-toggler-icon:before {
    transform: translateY(8px) rotate(-45deg);
}
.navbar-toggler[aria-expanded="true"] .navbar-toggler-icon {
    border-color: transparent;
}
.nav-link{
    color: #6339b7 !important;
    font-weight: 500;
    transition: all 200ms linear;
}
.nav-item:hover .nav-link{
    color: #6339b7  !important;
}
.nav-item.active .nav-link{
    color: #b98900 !important;
}
.nav-link {
    position: relative;
    padding: 5px 0 !important;
    display: inline-block;
}
.nav-item:after{
    position: absolute;
    bottom: -5px;
    left: 0;
    width: 100%;
    height: 2px;
    content: '';
    background-color: #6339b7	;
    opacity: 0;
    transition: all 200ms linear;
}
.nav-item:hover:after{
    bottom: 0;
    opacity: 1;
}
.nav-item.active:hover:after{
    opacity: 0;
}
.nav-item{
    position: relative;
    transition: all 200ms linear;
}

/* #Primary style
================================================== */

.bg-light {
    background-color: #fff !important;
    transition: all 200ms linear;
}
.section {
    position: relative;
    width: 100%;
    display: block;
}
.full-height {
    height: 100vh;
}

.nav-item .dropdown-menu {
    transform: translate3d(0, 10px, 0);
    visibility: hidden;
    opacity: 0;
    max-height: 0;
    display: block;
    padding: 0;
    margin: 0;
    transition: all 200ms linear;
}
.nav-item.show .dropdown-menu {
    opacity: 1;
    visibility: visible;
    max-height: 999px;
    transform: translate3d(0, 0px, 0);
}
.dropdown-menu {
    padding: 10px!important;
    margin: 0;
    font-size: 13px;
    letter-spacing: 1px;
    color: #212121;
    background-color: #fcfaff;
    border: none;
    border-radius: 3px;
    box-shadow: 0 5px 10px 0 rgba(138, 155, 165, 0.15);
    transition: all 200ms linear;
}
.inner-content-div  {
    width: 100%;
}
.dropdown-toggle::after {
    display: none;
}

.dropdown-item {
    padding: 3px 15px;
    color: #212121;
    border-radius: 2px;
    transition: all 200ms linear;
}
.dropdown-item:hover,
.dropdown-item:focus {
    color: #fff;
    background: #b98900;
}


.content {
    color: #f1f1f1;
    width: 100%;
    padding: 20px;
    display: flex;
    align-items: center;
    z-index: 11;
    justify-content: center;
    height: 500px;
    background-image: url("https://globalcomm.tech/front/images/23324.jpg");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    position: relative;
}
.content::after{
    position: absolute;
    content: "";
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    background: rgba(0,0,0,0.8);
}
.banner-wrapper{
    display: flex;
    flex-wrap: wrap;
    margin-top: 100px;
    background: rgba(185,137,0,0.3);
}
.inner-content-div h1{
    font-size: 50px;
    font-weight: bold;
    color: #fff;
}
.inner-content-div h1 span{
    color: #6339b7;
    font-weight: bold;
}
.inner-content-div{
    position: relative;
    z-index: 111;
}
.inner-content-div p{
    padding: 20px 0px;
    color: #fff;
}
.btn{
    background: #ff5e17 ;
    border-radius: 40px;
    padding: 12px 30px;
    font-weight: bold;
    margin-right: 10px;
    border: 1px solid #ff5e17 ;
    transition: all 0.5s;
    color: #fff;
    margin-top: 15px;
}
.dark-btn{
    background: #ff5e17 ;
    border-radius: 40px !important;
    padding: 12px 30px;
    font-weight: bold;
    margin-right: 10px;
    border:1px solid #ff5e17 ;
    transition: all 0.5s;
    color: #fff;
}
.dark-btn:hover{
    background: transparent;
    color: #6339b7;
    text-decoration: none !important;
    border-color: #6339b7 !important;
}
.btns .btn:nth-child(2){
    background: transparent;
    color: #b98900;
    border-color: #b98900;
}
.btns .btn:nth-child(2):hover{
    color:  #fff;
    background:#b98900;
}
.btns .btn:hover{
    background: transparent;
    color: #ff5e17;
    transition: all 0.5s;
    border-color: #ff5e17 !important;
}
.benifits-section h2{
    color: #1d3c50;
}

#videoModal .modal-dialog{
    max-width: 70%;
    z-index: 111111111;
}
.header-svg{
    display: none;
}
.brands-section img{
    height: 100px;
}
.brands-section{
    border-bottom:3px solid #1d3c50;
}
.benifit-col img{
    height: 70px;
}
.benifit-col h3{
    color: #1d3c50;
    font-size: 20px;
    font-weight: bold;
    padding: 20px 0px;
    margin-bottom: 0px;
}
.benifit-col{
    text-align: center;
    height: 450px;
}
.benifit-col p{
    color: gray;
    font-size: 14px;
}
.benifit-inner-col{
    box-shadow: 0px 0px 20px #ebeaea;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    padding: 0px 20px;
    border:1px solid transparent;
    transition: all 0.5s;
}
.benifit-inner-col:hover{
    border:1px solid #1d3c50;
    box-shadow: 0px 0px 0px transparent;
    transition: all 0.5s;
    transform: translateX(-5px);
    transform: translateY(-15px);
}
.benifits-section{
    padding: 100px 0px;
}
.heading-border{
    border-bottom: 2px solid #ff5e17 ;
}

/*start testmonial section design*/
#demo {
    background: linear-gradient(112deg, #ffffff 50%,  #eadbb2 50%);
    max-width: 900px;
    margin: auto
}

.carousel-caption {
    position: initial;
    z-index: 10;
    padding: 5rem 8rem;
    color: rgba(78, 77, 77, 0.856);
    text-align: center;
    font-size: 1.2rem;
    font-style: italic;
    line-height: 2rem
}
.carousel-caption p{
    min-height: 150px;
}
.carousel-caption img {
    width: 6rem;
    border-radius: 5rem;
    margin-top: 2rem
}

.carousel-control-prev {
    justify-content: flex-start
}

.carousel-control-next {
    justify-content: flex-end
}
.carousel-control-prev i, .carousel-control-next i{
    height: 50px;
    width: 50px;
    background: #1d3c50;
    display: flex;
    align-items: center;
    justify-content: center;
}

.carousel-control-prev,
.carousel-control-next {
    transition: none;
    opacity: unset;
}
.testimonial-section{
    background-image: url("../images/testimonial-bg.jpg");
    background-size: cover;
    background-position: center;
    position: relative;
}
.testimonial-section::after{
    position: absolute;
    content: "";
    background: rgba(23,39,61,0.8);
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}
.testimonial-section .container{
    position: relative;
    z-index: 1;
    padding: 100px 0px;
}
.footer-menu li a{
    color: #fff;
    text-decoration: none;
}
.footer-menu li{
    list-style: none;
    display: inline-block;
    padding: 0px 10px;
    border-right: 1px solid #fff;
}
.footer-menu li:nth-child(2){
    border-right: 0px;
}


/*Start other pages style*/

.field-icon {
    float: right;
    margin-top: -25px;
    position: relative;
    z-index: 2;
    margin-right: 8px;
}
.registration-form{
    padding: 150px 0px 100px 0px;
}
.registration-form label{
    font-weight: bold;
    color: #1d3c50;
}
.registration-form input{
    margin-bottom: 20px;
    border-radius: 0px;
    border-color: #e1e1e1;
}
.registration-header{
    background-image: url("../images/header-bg.jpg");
    height: 400px;
    background-size: cover;
    background-position: center;
    margin-top: 100px;
    position: relative;
}
.registration-header::after{
    position: absolute;
    content: "";
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(23,39,61,0.5);
}
.registration-header .container{
    position: relative;
    z-index: 1111;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
}
.captcha-img{
    height: 80px;
}
.form-btn{
    background: #b98900 !important;
    border-color: #b98900 !important;
}
.form-btn:hover{
    background: transparent !important;
    color: #b98900;
}
.form-img{
    background-image: url("../images/form-img.jpg");
    background-size: cover;
    background-position: center;
    position: relative;
}
.form-img::after{
    position: absolute;
    content: "";
    background:rgba(31,59,95,0.8);
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}
.form-col{
    box-shadow: 3px 0px 10px lightgray;
}
.person-img{
    position: absolute;
    height: 370px;
    z-index: 111111;
    right: 0;
    bottom: -200px;
    display: none;
}
.plans-li li{
    list-style: none;
    color: #1d3c50;
    display: flex;
    align-items: center;
}
.plans-li li i{
    color: #6339b7;
    padding-right: 9px;
    font-size: 40px;
}
.small-text{
    font-size: 12px;
    line-height: 14px !important;
    padding-top: 5px;
}
.terms-container{
    box-shadow: 0px 0px 30px #ebebeb;
    margin: 200px auto 100px auto;
    width: 80% !important;
}
.terms-container h3{
    color: #b98900;
    font-size: 20px;
    font-weight: 600;
}
.terms-container h4{
    font-weight: bold;
    font-size: 16px;
    padding-top: 10px;
    color: #1d3c50 ;
}
.alphabet-lists span{
    color: #b98900;
    font-weight: bold;padding-right: 5px;
}
.chapter-lists p{
    margin-bottom: 0px;
}
.form-left-col{
    background-image: url("../images/form-img.jpg");
    background-size: cover;
    background-position: center;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}
.form-col textarea{
    height: 100px;
}
.form-left-col h2{
    z-index: 1111;
    position: relative;
    color: #fff;
    font-size: 50px !important;
}
.form-left-col::after{
    position: absolute;
    content: "";
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    background: rgba(29,60,80,0.7);
}
@media only screen and (max-width: 1024px){

    .inner-content-div h1{
        font-size: 30px;
    }
    .btns .btn{
        padding: 10px 20px;
        margin-right: 0px !important;
    }

    .container{
        width: 95%;
        max-width: 95%;
    }
}
@media only screen and (max-width: 768px) {
    .form-left-col h2{
        font-size: 32px !important;
    }
    .form-left-col{
        height: 250px;
    }
    .content{
        height: 350px;
    }
    .benifit-col{
        width: 100% !important;
        max-width: 100% !important;
        margin-bottom: 40px;
    }
    .benifits-section {
        padding: 70px 0px;
    }
    .benifits-row{
        flex-direction: column;
    }
    .benifit-inner-col{
        padding: 40px 20px;
    }
    .carousel-caption img {
        width: 4rem;
        border-radius: 4rem;
        margin-top: 1rem
    }
    #image-caption {
        font-style: normal;
        font-size: 0.6rem;
        margin-top: 0.5rem
    }
    .carousel-caption {
        position: initial;
        z-index: 10;
        padding: 3rem 2rem;
        color: rgba(78, 77, 77, 0.856);
        text-align: center;
        font-size: 0.7rem;
        font-style: italic;
        line-height: 1.5rem
    }

    .banner-wrapper{
        margin-top: 70px;
    }
    .inner-content-div{
        width: 100%;
    }
    .inner-content-div h1{
        font-size: 20px;
    }
    .inner-content-div p{
        padding: 0px;
        font-size: 14px;
    }
    .inner-content-div .btn{
        font-size: 14px;
    }
    .nav-item:after{
        display: none;
    }
    .nav-item::before {
        position: absolute;
        display: block;
        top: 15px;
        left: 0;
        width: 11px;
        height: 1px;
        content: "";
        border: none;
        background-color: #1d3c50;
        vertical-align: 0;
    }
    .dropdown-toggle::after {
        position: absolute;
        display: block;
        top: 10px;
        left: -23px;
        width: 1px;
        height: 11px;
        content: "";
        border: none;
        background-color: #1d3c50;
        vertical-align: 0;
        transition: all 200ms linear;
    }
    .dropdown-toggle[aria-expanded="true"]::after{
        transform: rotate(90deg);
        opacity: 0;
    }
    .dropdown-menu {
        padding: 0 !important;
        background-color: transparent;
        box-shadow: none;
        transition: all 200ms linear;
    }
    .dropdown-toggle[aria-expanded="true"] + .dropdown-menu {
        margin-top: 10px !important;
        margin-bottom: 20px !important;
    }
    .terms-container{
        width: 95% !important;
    }
}
@media only screen and (max-width: 576px){

    p, li, label{
        font-size: 12px !important;
    }
    ::placeholder{
        font-size: 12px !important;
    }
    .form-card{
        padding: 40px 10px !important;
    }
    .video-banner{
        display: none;
    }

    .content .inner-content-div{
        text-align: left !important;
        padding: 60px 0px;
    }
    .content .inner-content-div h1{
        font-size: 30px;
    }
    .content .inner-content-div p{
        padding:0px 0px;
        font-size: 16px;
    }
    #videoModal .modal-dialog{
        max-width: 100%;
    }
    .navbar-brand img{
        height: 40px;
    }
    .header-svg{
        height: 1000px;
        width: 500px;
        opacity: 0.3;
        position: absolute;
        top: -250px;
        display: block;
        left: -200px;
    }

    .banner-wrapper{
        background: transparent;
    }
    #videoModal{
        margin-top: 50px;
    }
    .brands-section img{
        height: auto;
    }
    .brands-section{
        border-top: 3px solid #1d3c50;
    }
    h2{
        font-size: 20px;
    }
    .carousel-control-prev i, .carousel-control-next i{
        height: 25px;
        width: 25px;
    }
    .registration-header {
        height: 200px;
        margin-top: 70px;
    }
    .registration-header h1{
        font-size: 28px;
    }
    .registration-form{
        padding: 50px 0px 50px 0px;
    }
    .person-img {
        height: 250px;
        bottom: -185px;
    }
    .radio-inputs{
        flex-wrap: wrap;
    }
    .radio-inputs p{
        width: 100% !important;
    }
    .radio-inputs .radio-btns{
        width: 100%;
    }
}

.btn.dark-btn:hover{
    background: transparent !important;
    color: #ff5e17  !important;
    border-color: #ff5e17  !important;
}


.email-popup .modal-dialog{

    background-image: url("../images/header-img1.jpg");

    background-size: cover;

    background-position: center;

}

.email-popup .modal-dialog::after{

    position: absolute;

    content: "";

    background-color: rgba(0,66,116,0.8);

    top: 0;

    bottom: 0;

    right: 0;

    left: 0;

}

.email-popup .modal-dialog .modal-content{

    background-color: transparent !important;

    position: relative;

    z-index: 111;

    color: #fff;

}