/* Fonts */
@font-face {
    font-family: "MyriadPro-Regular";
    src: url("../fonts/MYRIADPRO-REGULAR.woff") format("woff"), /* Modern Browsers */
    url("../fonts/MYRIADPRO-REGULAR.woff2") format("woff2"); /* Modern Browsers */
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: "MyriadPro-Bold";
    src: url("../fonts/MYRIADPRO-BOLD.woff") format("woff"), /* Modern Browsers */
    url("../fonts/MYRIADPRO-BOLD.woff2") format("woff2"); /* Modern Browsers */
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: "HIMALAYATTFONT";
    
    src: url("../fonts/HimalayaTTFont.woff") format("woff"), /* Modern Browsers */
    url("../fonts/HimalayaTTFont.woff2") format("woff2"); /* Modern Browsers */
    font-weight: normal;
    font-style: normal;
}

.myriad-regular{
    font-family: "MyriadPro-Regular";
}
.myriad-bold{
    font-family: "MyriadPro-Bold";
}
.nepali{
    font-family: "HIMALAYATTFONT";
}
body{
    font-family: "Roboto", sans-serif;
    overflow-x: hidden;
}
p{
    font-size:14px;
}
a:hover{
    text-decoration:none;
    color:inherit;
}
.red-color{
    color:#C1272D;
}
.blue-color{
    color:#054DA1;
}
.alt-blue{
    color:#29ABE2;
}
.text-uppercase{
    text-transform: uppercase;
}
.navbar-light .navbar-nav .nav-link{
    font-size: 16px;
    font-weight: 500;
    color: #747474;
    padding-right: 22px;
    padding-left: 14px;
    position: relative;
    padding-top: 0;
    padding-bottom: 0;
    border-right: 1px solid #999999;
}
.navbar-light .navbar-nav .nav-item:last-of-type > .nav-link{
    border-right:none;
}
.navbar-light .navbar-nav .active>.nav-link, .navbar-light .navbar-nav .nav-link.active, .navbar-light .navbar-nav .nav-link.show, .navbar-light .navbar-nav .show>.nav-link{
    color:#747474;
}
.navbar-light .navbar-nav .nav-link.button{
    padding:2px;
    background-color:#054DA1;
    color:#fff;
    padding:3px 40px;
    border-radius:4px;
    margin-left:16px;
}
.button{
    padding:2px;
    background-color:#054DA1;
    color:#fff;
    border-radius: 6px;
    padding:8px 40px;
    font-size:18px;
    position: relative;
    display:inline-block
}
.btn-primary{
    background-color:#054DA1;
    color:#fff;
    /* padding:10px 40px;
    font-size:20px; */
    display:inline-block
}
.btn-primary:hover{
    background-color: #033875;
}
.button:hover{
    background-color: #033875;
    color:#fff;
}
/* .button:after, .button:after{
    content:'';
    height:100%;
    width:50px;
    position: absolute;
    top:0;
    background-color: #054DA1;
    border-radius: 50%;
    z-index:0;
}
.button:after{
    left:-8px;
}
.button:after{
    right:-8px;
} */
.full-height{
    position: relative;
}
.langs{
    position: absolute;
    top:35px;
    right:35px;
    z-index:99;
}
.banner{
    background-size:70%;
    background-position-y: top;
    background-repeat: no-repeat;
}
.banner-list li{
    display: flex;
    flex-direction: row;
    justify-content: start;
    align-items: flex-start;
    
}
.item{
    
    text-align: justify;
    height:calc(100vh - 50px);
    overflow:auto;
    background-color:#fff;
}
.owl-nav .owl-prev.disabled,
.owl-nav .owl-next.disabled {
   display: none;
}
.banner-list li span:first-of-type{
    width:30px;
}
.light{
    font-weight: 400;
}
.biggest{
    font-weight: 800;
}
.thin{
    font-weight: 300;
}
.thinnest{
    font-weight: 200;
}
.big-twolined{
    width: 350px;
    display: block;
    line-height: 34px;
    font-weight: 800;
    display: block;
    margin: 0 auto;
}
.fs-60{
    font-size: 60px;
}
.fs-50{
    font-size: 50px;
}
.fs-42{
    font-size: 42px;
}
.fs-36{
    font-size: 36px;
}
.fs-32{
    font-size: 32px;
}
.fs-28{
    font-size: 28px;
}
.fs-26{
    font-size: 26px;
}
.fs-24{
    font-size: 24px;
}
.fs-20{
    font-size: 20px;
}
.fs-18{
    font-size: 18px;
}
.fs-16{
    font-size:16px;
}
.fs-14{
    font-size:14px;
}
.fs-13{
    font-size: 13px;
}

.bg-gray{
    background-color:#f2f2f2;
}
.bg-blue{
    background-color:rgba(5, 77, 161, 0.1);
}
.bg-pink{
    background-color:rgba(255, 0, 255, 0.1);
}
.bg-green{
    background-color:#00a99d;
}
.pink{
    background-color:#d64b9a;
}
.yellow{
    background-color:#eac900;
}
.blue{
    background-color:#00b8f1;
}
.orange{
    background-color:#f6931f;
}
.green{
    background-color:#86c43f;
}
.red{
    background-color:#d70045;
}
.blue-boxes{
    background-color: #054DA1;
    border:2px solid #fff;
    position: relative;
    padding-bottom:110px !important;
}
/* .scale{
    transform:scale(1.2)
} */
/* .navbar-light .navbar-nav .nav-link:after{
    content:'';
    width:2px;
    height:100%;
    background-color: #054DA1;
    position: absolute;
    right:10px;
    top:0;
    z-index:2;
} */
.sec-2{
    padding-left:20px;
}
.logo-big{
    max-width:50%;
    height:auto !important;
}
.colored-boxes{
    padding:70px 2px !important;
}
.colored-boxes p{
    color:#fff;
}
.box-list{
    text-align: center;
}
.box-list li{
    display: inline-block;
    font-size:18px;
    font-weight:400;
    padding:1px 6px;
    border-left:1px solid #fefefe;
    color:#fefefe;
}
.box-list li:first-of-type{
    border-left:none;
}
.btn-white{
    background-color:#fff;
    color:#212529;
}
.btn-white:hover{
    background-color:#fff;
    color:#212529;
}
.blue-boxes .btn-white{
    position: absolute;
    bottom:10px;
    padding:8px 42px;
    left:50%;
    transform:translateX(-50%);
}
.answer{
    padding-left:20px;
}
.faq-form .form-control{
    border-radius:0;
    width:80%;
}
.faq-form .form-control::-webkit-input-placeholder { /* Chrome/Opera/Safari */
    text-transform: uppercase;
    font-weight:200;
}
.faq-form .form-control::-moz-placeholder { /* Firefox 19+ */
    text-transform: uppercase;
    font-weight:200;
}
.faq-form .form-control:-ms-input-placeholder { /* IE 10+ */
    text-transform: uppercase;
    font-weight:200;
}
.faq-form .form-control:-moz-placeholder { /* Firefox 18- */
    text-transform: uppercase;
    font-weight:200;
}

.faq-form textarea.form-control::-webkit-input-placeholder { /* Chrome/Opera/Safari */
    text-transform: uppercase;
    font-size:50px;
    font-weight:200;
}
.faq-form textarea.form-control::-moz-placeholder { /* Firefox 19+ */
    text-transform: uppercase;
    font-size:50px;
    font-weight:200;
}
.faq-form textarea.form-control:-ms-input-placeholder { /* IE 10+ */
    text-transform: uppercase;
    font-size:50px;
    font-weight:200;
}
.faq-form textarea.form-control:-moz-placeholder { /* Firefox 18- */
    text-transform: uppercase;
    font-size:50px;
    font-weight:200;
}
.faq-form button{
    text-align: center;
    text-transform: uppercase;
    font-weight: 800;
    margin-left:-120px;
    padding:4px 30px;
}
.faq-form button:hover{
    /* background: transparent; */
    border:none;
}
.faq-form.enroll-form .form-control{
    width:100%;
    text-align: center;
}
.btn-primary.refere{
    font-size:24px;
    padding:4px 16px;
}
.footer{
    padding:32px  0;
    background: rgb(46,169,224);
    background: linear-gradient(74deg, rgba(46,169,224,1) 48%, rgba(255,255,255,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#2ea9e0",endColorstr="#ffffff",GradientType=1);
}
.footer-list li {
    display:inline-block;
}
.footer-list li a{
    display:block;
    padding:0px 4px;
    margin-bottom:2px;
    font-size:14px;
    border-right:1px solid #212529;
}
.footer-list li:last-of-type a{
    border-right:none;
    padding-left:0 !important;
}
.social-list li{
    display: inline-block;
}
.social-list li a{
    display:block;
    padding:6px 12px;
    margin-bottom:2px;
    font-size:20px;
    color:#054DA1;
    border:1px solid #054DA1;
    border-radius:50%;
}
.sec2{
    position: relative;
}
.alt-body{
        padding: 25px 100px 0 100px;
        height:100vh;
        overflow:hidden;
}
.modal-body p{
    font-size:14px;
}
.modal-body ul li {
    font-size:14px;
    padding: 5px 10px;
    margin-left: 30px;
}
.btn-primary.red-color{
    background-color:#C1272D;
}
.btn-primary.red-color:hover{
    background-color:#9e2226;
}
.padleft50 {
    padding-left: 50px;
}
.abs-img{
    position: absolute;
    bottom:0;
    right:20px;
    width:250px;
}

.booking-form{
    box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.25);
    padding:10px 40px;
    background-color: #fff;
}
.bk-alt{
    height:600px;
}
.about-page-text{
    margin-top:24px;
    line-height:48px;
}
.numbered-list{
    list-style-type: decimal;
    padding:2px 12px;
}
.numbered-list li{
    margin-bottom:8px;
}
.custom-fluid-padding{
    /* padding: 40px 100px 0 100px; */
    background-color: #fff !important;
}
.owl-nav button:focus {
    outline: none;
    outline: none;
}
.owl-nav .owl-prev, .owl-nav .owl-next{
    position: absolute;
    top:50%;
    transform:translateY(-50%);
    z-index:99;
}
.owl-nav .owl-prev{
    left:-25px;
}
.owl-nav .owl-next{
    right:-25px;
}
.owl-nav .owl-prev span, .owl-nav .owl-next span{
    font-size:42px;
}
#accordion .card{
    border:none;
}
#accordion .card{
        background-color: transparent !important;
    }
.card-header{
   padding:1rem 1.25rem;
}
.card-header .btn.btn-link{
    display: block;
    width: 100%;
    text-align: left;
    color:#212529;
}
.pay{
    width:180px;
    margin:12px 0;
    display:inline-block;
}
.card-header .btn.btn-link:hover{
    color:#000;
    text-decoration: none;
}
.card-header .fs-28{
    font-size:22px !important;
}
.item .container-fluid{
    padding-left:24px;
    padding-right:24px;
}
.sec-break{
    padding:32px  0;
}
.faq-wrap{
    height:400px;
    overflow-y:auto;
}

@media only screen and (min-width:768px){
   
    .no-padding{
        padding:0;
    }
    .mobile-only{
        display: none;
    }
    /* .navbar-light{
        background-color: transparent !important;
        position: absolute;
        top:0;
        left:0;
        width:100%;
        z-index:99;
        transition: all 0.3s ease-in-out;
    } */
    .navbar-fixed{
        position: fixed;
        background-color:#fff !important;
box-shadow: 0px 3px 11px -4px rgba(0,0,0,0.75);
    }
    .navbar-brand img{
        width:140px;
    }
    .sec4 img{
        margin-top:-140px;
    }
    .section-has-align .row{
        align-items: center;
    }
    .faqs{
        padding-left:40px;
        padding-right:40px;
    }
    
    .follow{
        margin-top:-20px;
    }
    .sec3 [class^="col-"], .sec4 [class^="col-"], .sec5 [class^="col-"], .sec6 [class^="col-"], .sec7 [class^="col-"], .sec8 [class^="col-"], .sec9 [class^="col-"]{
    height:504px;
}
.sec3 [class^="col-"] img, .sec4 [class^="col-"] img, .sec5 [class^="col-"] img, .sec6 [class^="col-"] img, .sec7 [class^="col-"] img, .sec8 [class^="col-"] img, .sec9 [class^="col-"] img{
    height:504px;
}
.order-sm-2 img{
    display:block;
    margin-left:auto;
}
    /* .sec-break{
        margin-top:-110px;
    } */
}
@media only screen and (max-width:768px){
    .banner{
        background: none !important;
    }
    .full-height{
        height:auto;
    }
    .banner img{
        margin-bottom:32px;
        margin-left: -15px;
    }
    .fs-36{
        font-size: 28px;
    }
    .fs-32{
        font-size: 24px;
    }
    .fs-28{
        font-size: 20px;
    }
    .navbar-light .navbar-nav .nav-link{
        
        border-right:none;
    }
    .abs-img{
       display: none;
    }
}
@media only screen and (max-width:600px){
    .navbar-brand img{
        width:120px;
        margin-top:6px;
    }
    .fs-60{
        font-size:42px;
    }
    .fs-50{
        font-size:36px;
    }
    .fs-42{
        font-size:32px;
    }
    .fs-36{
        font-size: 24px;
    }
    .fs-32{
        font-size: 20px;
    }
    .fs-28{
        font-size: 18px;
    }
    .fs-16{
        font-size: 14px;
    }
    .big-twolined {
        width: 250px;
        display: block;
        line-height: 20px;
        font-weight: 800;
        display: block;
        margin: 0 auto;
    }
    .button{
        margin-bottom:40px;
    }
    .nav-link.button {
        margin-bottom: 12px;
    }
    .button {
        padding: 2px;
        background-color: #054DA1;
        color: #fff;
        padding: 8px 40px;
        border-radius: 4px;
        font-size: 18px;
    }
    .footer .col-sm-6, .footer .col-sm-3{
        margin-bottom:32px;
    }
    .faq-form textarea.form-control::-webkit-input-placeholder { /* Chrome/Opera/Safari */
        text-transform: uppercase;
        font-size:24px;
        font-weight:200;
    }
    .faq-form textarea.form-control::-moz-placeholder { /* Firefox 19+ */
        text-transform: uppercase;
        font-size:24px;
        font-weight:200;
    }
    .faq-form textarea.form-control:-ms-input-placeholder { /* IE 10+ */
        text-transform: uppercase;
        font-size:24px;
        font-weight:200;
    }
    .faq-form textarea.form-control:-moz-placeholder { /* Firefox 18- */
        text-transform: uppercase;
        font-size:24px;
        font-weight:200;
    }
    .faq-form .form-control {
        border-radius: 0;
        width: 100%;
    }
    .sec2 {
        position: relative;
        padding-bottom: 30px;
    }
    
    .sec2 .text-left{
        text-align: center !important;
    }
    .app-plug img{
        margin-bottom:32px;
    }
    .footer-list{
        text-align: center;
    }
    .faq-form button{
        text-align: center;
        text-transform: uppercase;
        font-weight: 800;
        margin-left:0;
    }
    /* .custom-fluid-padding {
        padding: 40px 20px 0 20px;
    } */
    .alt-body{
        padding: 10px 10px 0 10px;
}
    
    
    .langs {
        position: static;
        top: 30px;
        right: 0px;
        z-index: 99;
    }
    .owl-carousel {
        background-color: #fff;
        min-height: auto;
        max-height: none;
    }
    .owl-nav{
        display:none;
    }
    .owl-nav .owl-prev{
        left:-25px;
    }
    .owl-nav .owl-next{
        right:-25px;
    }
    .alt-body {
        
        overflow: auto;
    }
}

/*SPACING*/
.mr0 {
    margin-right: 0;
}
.mb0 {
    margin-bottom: 0 !important;
}
.mb8 {
    margin-bottom: 8px;
}
.mb16 {
    margin-bottom: 16px;
}
.mb24 {
    margin-bottom: 24px;
}
.mb30 {
    margin-bottom: 30px;
}
.mb32 {
    margin-bottom: 32px;
}
.mb40 {
    margin-bottom: 40px;
}
.mb48 {
    margin-bottom: 48px;
}
.mb56 {
    margin-bottom: 56px;
}
.mb64 {
    margin-bottom: 64px;
}
.mb72 {
    margin-bottom: 72px;
}
.mb80 {
    margin-bottom: 80px;
}
.mb88 {
    margin-bottom: 88px;
}
.mb96 {
    margin-bottom: 96px;
}
.mb104 {
    margin-bottom: 104px;
}
.mb112 {
    margin-bottom: 112px;
}
.mb120 {
    margin-bottom: 120px;
}
.mb160 {
    margin-bottom: 160px;
}
.mt0 {
    margin-top: 0 !important;
}
.mt8 {
    margin-top: 8px;
}
.mt16 {
    margin-top: 16px;
}
.mt24 {
    margin-top: 24px;
}
.mt32 {
    margin-top: 32px;
}
.mt40 {
    margin-top: 40px;
}
.mt48 {
    margin-top: 48px;
}
.mt56 {
    margin-top: 56px;
}
.mt64 {
    margin-top: 64px;
}
.mt72 {
    margin-top: 72px;
}
.mt80 {
    margin-top: 80px;
}
.mt88 {
    margin-top: 88px;
}
.mt96 {
    margin-top: 96px;
}
.mt104 {
    margin-top: 104px;
}
.mt112 {
    margin-top: 112px;
}
.mt120 {
    margin-top: 120px;
}
.mt160 {
    margin-top: 160px;
}
.p32 {
    padding: 0 32px;
}
.p24 {
    padding: 24px;
}
.p0 {
    padding: 0;
}
.pt0 {
    padding-top: 0;
}
.pt8 {
    padding-top: 8px;
}
.pt16 {
    padding-top: 16px;
}
.pt24 {
    padding-top: 24px;
}
.pt32 {
    padding-top: 32px;
}
.pt40 {
    padding-top: 40px;
}
.pt48 {
    padding-top: 48px;
}
.pt64 {
    padding-top: 64px;
}
.pt72 {
    padding-top: 72px;
}
.pt80 {
    padding-top: 80px;
}
.pt88 {
    padding-top: 88px;
}
.pt96 {
    padding-top: 96px;
}
.pt104 {
    padding-top: 104px;
}
.pt112 {
    padding-top: 112px;
}
.pt120 {
    padding-top: 120px;
}
.pt160 {
    padding-top: 160px;
}
.pt180 {
    padding-top: 180px;
}
.pt240 {
    padding-top: 240px;
}
.pb0 {
    padding-bottom: 0;
}
.pb8 {
    padding-bottom: 8px;
}
.pb16 {
    padding-bottom: 16px;
}
.pb24 {
    padding-bottom: 24px;
}
.pb32 {
    padding-bottom: 32px;
}
.pb40 {
    padding-bottom: 40px;
}
.pb48 {
    padding-bottom: 48px;
}
.pb56 {
    padding-bottom: 56px;
}
.pb64 {
    padding-bottom: 64px;
}
.pb72 {
    padding-bottom: 72px;
}
.pb80 {
    padding-bottom: 80px;
}
.pb88 {
    padding-bottom: 88px;
}
.pb96 {
    padding-bottom: 96px;
}
.pb104 {
    padding-bottom: 104px;
}
.pb112 {
    padding-bottom: 112px;
}
.pb120 {
    padding-bottom: 120px;
}
.pb160 {
    padding-bottom: 160px;
}
.pb180 {
    padding-bottom: 180px;
}
.pb240 {
    padding-bottom: 240px;
}
@media all and (max-width: 990px) {
    .mb-s-0 {
        margin-bottom: 0;
    }
    .mb-s-8 {
        margin-bottom: 8px;
    }
    .mb-s-16 {
        margin-bottom: 16px;
    }
    .mb-s-24 {
        margin-bottom: 24px;
    }
    .mb-s-32 {
        margin-bottom: 32px;
    }
    .mb-s-40 {
        margin-bottom: 40px;
    }
    .mb-s-48 {
        margin-bottom: 48px;
    }
    .mb-s-64 {
        margin-bottom: 64px;
    }
    .mb-s-72 {
        margin-bottom: 72px;
    }
    .mb-s-80 {
        margin-bottom: 80px;
    }
    .mb-s-88 {
        margin-bottom: 88px;
    }
    .mb-s-96 {
        margin-bottom: 96px;
    }
    .mb-s-104 {
        margin-bottom: 104px;
    }
    .mb-s-112 {
        margin-bottom: 112px;
    }
    .mb-s-120 {
        margin-bottom: 120px;
    }
}
@media all and (max-width: 990px) {
    .mb-sm-0 {
        margin-bottom: 0;
    }
    .mb-sm-8 {
        margin-bottom: 8px;
    }
    .mb-sm-16 {
        margin-bottom: 16px;
    }
    .mb-sm-24 {
        margin-bottom: 24px;
    }
    .mb-sm-32 {
        margin-bottom: 32px;
    }
    .mb-sm-40 {
        margin-bottom: 40px;
    }
    .mb-sm-48 {
        margin-bottom: 48px;
    }
    .mb-sm-64 {
        margin-bottom: 64px;
    }
    .mb-sm-72 {
        margin-bottom: 72px;
    }
    .mb-sm-80 {
        margin-bottom: 80px;
    }
    .mb-sm-88 {
        margin-bottom: 88px;
    }
    .mb-sm-96 {
        margin-bottom: 96px;
    }
    .mb-sm-104 {
        margin-bottom: 104px;
    }
    .mb-sm-112 {
        margin-bottom: 112px;
    }
    .mb-sm-120 {
        margin-bottom: 120px;
    }
    .mt-sm-0 {
        margin-top: 0 !important;
    }
    .mt-sm-8 {
        margin-top: 8px;
    }
    .mt-sm-16 {
        margin-top: 16px;
    }
    .mt-sm-24 {
        margin-top: 24px;
    }
    .mt-sm-32 {
        margin-top: 32px;
    }
    .mt-sm-40 {
        margin-top: 40px;
    }
    .mt-sm-48 {
        margin-top: 48px;
    }
    .mt-sm-56 {
        margin-top: 56px;
    }
    .mt-sm-64 {
        margin-top: 64px;
    }
    .mt-sm-72 {
        margin-top: 72px;
    }
    .mt-sm-80 {
        margin-top: 80px;
    }
    .mt-sm-88 {
        margin-top: 88px;
    }
    .mt-sm-96 {
        margin-top: 96px;
    }
    .mt-sm-104 {
        margin-top: 104px;
    }
    .mt-sm-112 {
        margin-top: 112px;
    }
    .mt-sm-120 {
        margin-top: 120px;
    }
    .p0-sm {
        padding: 0;
    }
    .pt-sm-0 {
        padding-top: 0;
    }
    .pt-sm-8 {
        padding-top: 8px;
    }
    .pt-sm-16 {
        padding-top: 16px;
    }
    .pt-sm-24 {
        padding-top: 24px;
    }
    .pt-sm-32 {
        padding-top: 32px;
    }
    .pt-sm-40 {
        padding-top: 40px;
    }
    .pt-sm-48 {
        padding-top: 48px;
    }
    .pt-sm-64 {
        padding-top: 64px;
    }
    .pt-sm-72 {
        padding-top: 72px;
    }
    .pt-sm-80 {
        padding-top: 80px;
    }
    .pt-sm-88 {
        padding-top: 88px;
    }
    .pt-sm-96 {
        padding-top: 96px;
    }
    .pt-sm-104 {
        padding-top: 104px;
    }
    .pt-sm-112 {
        padding-top: 112px;
    }
    .pt-sm-120 {
        padding-top: 120px;
    }
    .pt-sm-160 {
        padding-top: 160px;
    }
    .pb-sm-0 {
        padding-bottom: 0;
    }
    .pb-sm-8 {
        padding-bottom: 8px;
    }
    .pb-sm-16 {
        padding-bottom: 16px;
    }
    .pb-sm-24 {
        padding-bottom: 24px;
    }
    .pb-sm-32 {
        padding-bottom: 32px;
    }
    .pb-sm-40 {
        padding-bottom: 40px;
    }
    .pb-sm-48 {
        padding-bottom: 48px;
    }
    .pb-sm-64 {
        padding-bottom: 64px;
    }
    .pb-sm-72 {
        padding-bottom: 72px;
    }
    .pb-sm-80 {
        padding-bottom: 80px;
    }
    .pb-sm-88 {
        padding-bottom: 88px;
    }
    .pb-sm-96 {
        padding-bottom: 96px;
    }
    .pb-sm-104 {
        padding-bottom: 104px;
    }
    .pb-sm-112 {
        padding-bottom: 112px;
    }
    .pb-sm-120 {
        padding-bottom: 120px;
    }
}
@media all and (max-width: 767px) {
    .mb-xs-0 {
        margin-bottom: 0;
    }
    .mb-xs-8 {
        margin-bottom: 8px;
    }
    .mb-xs-16 {
        margin-bottom: 16px;
    }
    .mb-xs-24 {
        margin-bottom: 24px;
    }
    .mb-xs-32 {
        margin-bottom: 32px;
    }
    .mb-xs-40 {
        margin-bottom: 40px;
    }
    .mb-xs-48 {
        margin-bottom: 48px;
    }
    .mb-xs-64 {
        margin-bottom: 64px;
    }
    .mb-xs-72 {
        margin-bottom: 72px;
    }
    .mb-xs-80 {
        margin-bottom: 80px;
    }
    .mb-xs-88 {
        margin-bottom: 88px;
    }
    .mb-xs-96 {
        margin-bottom: 96px;
    }
    .mb-xs-104 {
        margin-bottom: 104px;
    }
    .mb-xs-112 {
        margin-bottom: 112px;
    }
    .mb-xs-120 {
        margin-bottom: 120px;
    }
    .mt-xs-0 {
        margin-top: 0 !important;
    }
    .mt-xs-8 {
        margin-top: 8px;
    }
    .mt-xs-16 {
        margin-top: 16px;
    }
    .mt-xs-24 {
        margin-top: 24px;
    }
    .mt-xs-32 {
        margin-top: 32px;
    }
    .mt-xs-40 {
        margin-top: 40px;
    }
    .mt-xs-48 {
        margin-top: 48px;
    }
    .mt-xs-56 {
        margin-top: 56px;
    }
    .mt-xs-64 {
        margin-top: 64px;
    }
    .mt-xs-72 {
        margin-top: 72px;
    }
    .mt-xs-80 {
        margin-top: 80px;
    }
    .mt-xs-88 {
        margin-top: 88px;
    }
    .mt-xs-96 {
        margin-top: 96px;
    }
    .mt-xs-104 {
        margin-top: 104px;
    }
    .mt-xs-112 {
        margin-top: 112px;
    }
    .mt-xs-120 {
        margin-top: 120px;
    }
    .p0-xs {
        padding: 0;
    }
    .pt-xs-0 {
        padding-top: 0;
    }
    .pt-xs-8 {
        padding-top: 8px;
    }
    .pt-xs-16 {
        padding-top: 16px;
    }
    .pt-xs-24 {
        padding-top: 24px;
    }
    .pt-xs-32 {
        padding-top: 32px;
    }
    .pt-xs-40 {
        padding-top: 40px;
    }
    .pt-xs-48 {
        padding-top: 48px;
    }
    .pt-xs-64 {
        padding-top: 64px;
    }
    .pt-xs-72 {
        padding-top: 72px;
    }
    .pt-xs-80 {
        padding-top: 80px;
    }
    .pt-xs-88 {
        padding-top: 88px;
    }
    .pt-xs-96 {
        padding-top: 96px;
    }
    .pt-xs-104 {
        padding-top: 104px;
    }
    .pt-xs-112 {
        padding-top: 112px;
    }
    .pt-xs-120 {
        padding-top: 120px;
    }
    .pt-xs-160 {
        padding-top: 160px;
    }
    .pt-xs-180 {
        padding-top: 180px;
    }
    .pt-xs-240 {
        padding-top: 240px !important;
    }
    .pb-xs-0 {
        padding-bottom: 0;
    }
    .pb-xs-8 {
        padding-bottom: 8px;
    }
    .pb-xs-16 {
        padding-bottom: 16px;
    }
    .pb-xs-24 {
        padding-bottom: 24px;
    }
    .pb-xs-32 {
        padding-bottom: 32px;
    }
    .pb-xs-40 {
        padding-bottom: 40px;
    }
    .pb-xs-48 {
        padding-bottom: 48px;
    }
    .pb-xs-64 {
        padding-bottom: 64px;
    }
    .pb-xs-72 {
        padding-bottom: 72px;
    }
    .pb-xs-80 {
        padding-bottom: 80px;
    }
    .pb-xs-88 {
        padding-bottom: 88px;
    }
    .pb-xs-96 {
        padding-bottom: 96px;
    }
    .pb-xs-104 {
        padding-bottom: 104px;
    }
    .pb-xs-112 {
        padding-bottom: 112px;
    }
    .pb-xs-120 {
        padding-bottom: 120px;
    }
    .pb-xs-180 {
        padding-bottom: 180px;
    }
    .pb-xs-240 {
        padding-bottom: 240px !important;
    }
}

@media only screen and (min-width:1920px){
    .container-fluid, section{
        display: block;
        margin-left: auto;
        margin-right: auto;
        max-width:1440px;
    }
    .navbar-light {
        background-color: transparent !important;
        position: absolute;
        top: 0;
        left: 50%;
        max-width: 1440px;
        z-index: 99;
        transform: translateX(-50%);
        transition: all 0.3s ease-in-out;
    }
    .item{
        height:768px;
    }
}

@media only screen and (min-width:992px) and (max-width: 1300px){
    .sec-break{
        padding:0;
        height:97px;
        overflow:hidden;
        padding-top:9px;
    }
    .colored-boxes{
        padding:10px 0 !important;
        height:246.5px;
    }
     .sec2 [class^="col-"], .sec3 [class^="col-"], .sec4 [class^="col-"], .sec5 [class^="col-"], .sec6 [class^="col-"], .sec7 [class^="col-"], .sec8 [class^="col-"], .sec9 [class^="col-"]{
    height:493px;
    }
    .sec2 [class^="col-"] img, .sec3 [class^="col-"] img, .sec4 [class^="col-"] img, .sec5 [class^="col-"] img, .sec6 [class^="col-"] img, .sec7 [class^="col-"] img, .sec8 [class^="col-"] img, .sec9 [class^="col-"] img{
        height:493px;
    }
    .about-page-text.fs-50.text-center.biggest.pt32.pb-xs-16{
        padding-top:0;
    }
}




/* New Edition Css */
.navbar-fixed{
    width: 100%;
    left:0;
    top: 0;
    z-index: 2;
}
.title{
    position: relative;
}
.title:after{
content: "";
height: 3px;
width: 60px;
display: block;
background-color: #154B8A;
margin: 15px 0;
}

.form-control{
    height: auto;
}

.ampitude-form-wrapper .form-control{
    background-color: #f7f7f7;
}


.ampitude-form-wrapper > .container{
    position: relative;
    z-index: 1;
}
.register-form-right-bar{
   
    padding: 50px;
    background-color: #F5F5EA;
}
@media (min-width: 992px) { 
    
    .ampitude-form-wrapper:after{
    content: "";
    position: absolute;
    width: calc(100% - 550px);
    background-color: #F5F5EA;
    height: 100%;
    position: absolute;
    right: 0;
    top: 0;
}
    .register-form-right-bar{
        background-color: transparent;
       margin-left: 60px;
    margin-right: -75px;
    }
}

@media (min-width: 1200px) {
    .ampitude-form-wrapper:after{
   
    width: calc(100% - 730px);

}
 }
 @media (min-width: 1400px) {
    .ampitude-form-wrapper:after{
   
    width: calc(100% - 790px);

}
 }

 .main-header.main{    position: relative;
    z-index: 1;}