/*minified*/

* {
    font-family: Roboto, sans-serif;
    padding: 0;
    margin: 0;
}
html{
    scroll-padding-top:300px;
    scroll-behaviour:smooth;
}
a {
    text-decoration: none;
    display: inline-block;
}
.banner_title {
    font-weight: 500;
    font-size: 42px;
    line-height: 65px;
    color: #111d36;
}
.main_title {
    font-weight: 300;
    font-size: 40px;
    line-height: 55px;
    color: #fff;
}
iframe {
    border: 0;
    min-height: 367px;
    box-shadow: 0 4px 4px rgb(0 0 0 / 25%);
    border: 10px solid #fff;
    margin-top: -16px;
}
.contact-banner{
    display: flex;
    height: 100%;
    align-items: center;
    justify-content: center;
    padding:40px;
}

.contact-banner img{
    max-width: 550px;
    width: 100%;
    
}
.vdo {
    background: #ddf4ff;
    padding: 50px;
    padding-top: 0 !important;
}
.sub_title {
    font-weight: 400;
    font-size: 25px;
    line-height: 50px;
    color: #111d36;
}
.para {
    font-weight: 300;
    font-size: 16px;
    line-height: 32px;
    color: #8a8e98;
}
.demo_btn {
    font-weight: 600;
    font-size: 13px;
    line-height: 30px;
    color: #fff;
    background: #111d36;
    border-radius: 8px;
    padding: 10px 22px;
    border: none;
}
.vdo_btn {
    padding: 0;
    background-color: #edf5f8;
    position: relative;
    border-radius: 50%;
    width: 50px;
    height: 50px;
    display: inline-block;
    position: relative;
}
.vdo_btn::after {
    content: "";
    background-image: url(../img/vid.svg);
    background-position: center;
    background-repeat: no-repeat;
    position: absolute;
    top: 16px;
    left: 20px;
    width: 14px;
    height: 19px;
}
.demo_btn.wht {
    background: #edf5f8;
    color: #111d36 !important;
    float: right;
}
.logo_wrap {
    padding-left: 10px;
}
.logo_wrap img {
    display: block;
    width: 160px;
}
header {
    padding: 15px;
}
.bnr .banner_title {
    margin-bottom: 30px;
}
.bnr_img_wrap {
    width: 100%;
}
.bnr_img_wrap img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}
.tc {
    text-align: center;
}
.abt {
    background-color: #1a4ab9;
    padding-top: 80px;
}
.features {
    margin: 80px 0;
}
.features img {
    width: 50px !important;
    height: 75px !important;
    object-fit: contain;
}
.stnt_img_wrap {
    width: 100%;
    height: 500px;
}
.stnt_img_wrap img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}
.color-bg .row {
    min-height: 80vh;
}
.color-bg .row .mouckups {
    width: 70%;
    margin: 30px auto;
}
.color_content {
    padding-left: 10%;
    padding-right: 10%;
    padding-top: 10%;
    padding-bottom: 10%;
}
.features p {
    margin-bottom: 10px !important;
}
.icon-white span,.icon-blk span {
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    display: flex;
    align-items: center;
    text-transform: capitalize;
    color: #fff;
    margin-right: 20px;
    display: inline-block;
    float: left;
    margin-bottom: 15px;
    min-height: 30px;
}
.icon-blk span{
    color:#111D36;
}
.icon-blk span i{
    mix-blend-mode:difference;
     margin-right: 10px;
}
.icon-white span i {
    margin-right: 5px;
}
.blk {
    color: #111d36;
}
.mob_mckup {
    padding: 80px 0;
    padding-bottom: 0;
}
.count_head {
    font-weight: 300;
    font-size: 30px;
    line-height: 40px;
    align-items: center;
    text-align: center;
    color: #fff;
    margin-bottom: 40px;
}
.para.bold {
    color: #fff;
    font-weight: 400;
    font-size: 20px;
    line-height: 40px;
    text-transform: capitalize;
    padding-top: 60px;
}
.testmon_wrap .para {
    margin-bottom: 0;
}
.testmon_wrap {
    margin: 0 auto;
}
.test_img_wrap {
    width: 90px;
    height: 90px;
    background: #c4c4c4;
    border-radius: 50%;
    overflow: hidden;
    margin: 0 auto;
    margin-bottom: 12px;
}
.testmon_wrap .para span {
    color: #31375e;
    display: block;
}
.test_img_wrap img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.testmon_wrap .para b {
    font-weight: 600;
    color: #111d36;
    font-size: 20px;
}
.testmonials {
    padding: 60px 0;
}
.client_logo {
    width: 100%;
    height: 100px;
    padding: 15px;
}
.client_logo img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}
.offr_img_wrap {
    width: 80%;
}
footer {
    background: #1a4ab9;
    padding: 0 !important;
}
footer .para.bold {
    margin-bottom: 5px;
}
footer .loctn {
    padding-bottom: 30px;
}
footer .social_media_icons {
    display: block;
    padding: 0 5px;
    border-radius: 0;
    margin: 0 auto;
    padding-bottom: 0;
    border-top: 1.5px dashed #09f;
    padding-top: 5px;
    padding-bottom: 5px;
}
footer .social_media_icons a {
    display: inline-block;
}
footer .social_media_icons i {
    font-size: 30px;
    color: #fff;
    margin: 5px;
    transition: 0.4s;
}
footer .social_media_icons i:hover {
    transition: 0.4s;
}
footer .nob_dtl {
    background: #09f;
}
.nob_dtl .cntct a {
    color: #fff;
    font-size: 20px;
    font-weight: 400;
    text-decoration: underline;
}
.nob_dtl .cntct.call a {
    text-decoration: none;
}
.cntct {
    padding: 50px 0;
}
.nob_dtl .cntct i {
    font-size: 22px;
    color: #fff;
    padding-right: 10px;
}
.copyright {
    background: #111d36;
    font-weight: 300;
    font-size: 12px;
    color: #fff;
    padding: 12px;
}

.g-recaptcha iframe{
    box-shadow:none !important;
}
form input,
form textarea {
    border: 1px solid #ccc;
    box-sizing: border-box;
    border-radius: 5px;
    padding: 10px;
    width: 100%;
    background:transparent;
    outline: none;
}

form select {
    border: 1px solid #ccc;
    box-sizing: border-box;
    border-radius: 5px;
    padding: 10px;
    width: 100%;
    background:transparent;
}


.mb30{
    margin-bottom: 30px;
}
#country option{
    color: #000;
}

form label {
    display: block;
    font-weight: 400;
    font-size: 15px;
    line-height: 25px;
    color: #111d36;
    margin-bottom: 6px;
}
.close_btn {
    display: block;
}
.close_btn .btn-close.pstn {
    float: right;
}
.type_btn {
    font-weight: 600;
    font-size: 18px;
    line-height: 30px;
    color: #111d36;
    display: block;
    border: none;
    margin-top: 10px;
}
.services a span {
    color: #1a4ab9;
    font-size: 15px;
    font-weight: 600;
}
.services a i {
    color: #1a4ab9;
    font-size: 16px;
    padding-left: 5px;
    transition: 0.5s;
}
.services a:hover i {
    padding-left: 10px;
    transition: 0.5s;
}
.clur_btn {
    padding: 7px 15px;
    border-radius: 50px;
}
.icVideo-modal-overlay {
    position: fixed;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.7);
    z-index: 999998;
    display: none;
    top: 0;
    left: 0;
}
.icVideo-modal {
    position: absolute;
    width: 95%;
    height: 95%;
    max-width: 700px;
    max-height: 400px;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    background-color: #fff;
    border-radius: 5px;
    z-index: 999999;
    box-shadow: 0 0 3px 2px rgba(0, 0, 0, 0.15);
}
.video-modal-header {
    position: relative;
    width: 100%;
    padding: 10px 50px 10px 15px;
}
.video-modal-header:after {
    width: 100%;
    display: block;
    clear: both;
    content: "";
}
.video-modal-header h5 {
    color: #222;
    font-size: 22px;
    line-height: 30px;
    float: left;
}
button.close {
    position: absolute;
    right: 0;
    top: -40px;
    font-size: 25px;
    background: 0 0;
    border: none;
    color: #fff;
}
.video-modal-body {
    width: 100%;
    height: 400px;
}
.box {
    align-items: center;
    display: flex;
    flex-wrap: nowrap;
    flex-direction: column;
    justify-content: center;
}
.box .allTime {
    align-items: center;
    display: flex;
    flex-wrap: nowrap;
    flex-direction: row;
    font-size: 4rem;
    font-weight: 800;
    justify-content: center;
    color: #fff;
    margin-bottom: 30px;
}
.box .allTime1 {
    align-items: center;
    display: flex;
    flex-wrap: nowrap;
    flex-direction: row;
    font-size: 4rem;
    font-weight: 800;
    justify-content: center;
    color: #fff;
    margin-bottom: 30px;
}
.box .allTime .wp {
    align-items: center;
    display: inline-flex;
    flex-flow: column wrap;
    justify-content: center;
    padding: 0 0.375em;
    font-size: 50px;
    font-weight: 300;
    border: 1px solid #ad2f92;
    margin: 5px;
    min-width: 100px;
    min-height: 130px;
}
.box .allTime1 .wp span {
    font-size: 1rem;
}
.box .allTime1 .wp {
    align-items: center;
    display: inline-flex;
    flex-flow: column wrap;
    justify-content: center;
    padding: 0 0.375em;
    font-size: 50px;
    font-weight: 300;
    border: 1px solid #ad2f92;
    margin: 5px;
    min-width: 100px;
    min-height: 130px;
}
.box .allTime .wp span {
    font-size: 1rem;
}
.cntct_form {
    padding: 50px;
}
.demo_btn:hover {
    color: #fff;
}

.didac_sec .main_title {
    font-weight: 800;
    font-size: 45px;
    text-transform: uppercase;
    color: #111D36;
}

.didac_sec .para.bold {
    color:#fff !important;
    font-weight: 700 !important;
    font-size: 24px !important;
}

.didac_sec .para {
    font-weight: 500;
    font-size: 20px;
    color: #111D36;
}

.didac_sec span {
    display:inline-block;
    margin: 0 auto;
    font-weight: 700;
    font-size: 21px;
    color: #485F67;
    background: #fff;
    padding: 10px 20px;
    border-radius: 10px;
}

























@media (max-width: 1399.98px) {
    .banner_title {
        font-size: 39px;
        line-height: 60px;
    }
    .color-bg .row .mouckups {
        width: 85%;
    }
    .color_content {
        padding-top: 10%;
        padding-bottom: 10%;
    }
    .color_content.timer {
        padding-bottom: 0;
    }
}
@media (max-width: 991.98px) {
    .banner_title {
        font-size: 30px;
        line-height: 48px;
    }
    .demo_btn {
        font-size: 12px;
        padding: 7px 20px;
    }
    .vdo_btn {
        width: 44px;
        height: 44px;
    }
    .vdo_btn::after {
        content: "";
        top: 15px;
        left: 18px;
        width: 11px;
        height: 15px;
    }
    .main_title {
        font-size: 29px;
        line-height: 38px;
    }
    .para {
        font-size: 13px;
        line-height: 23px;
    }
    .icon-white span {
        font-size: 12px;
        margin-bottom: 7px;
    }
    .icon-white span i img {
        width: 15px;
        height: 15px;
        object-fit: contain;
    }
    .features img {
        width: 40px;
        height: 60px;
        object-fit: contain;
    }
    .box .allTime .wp {
        font-size: 30px;
        font-weight: 300;
        border: 1px solid #ad2f92;
        margin: 5px;
        min-width: 75px;
        min-height: 100px;
    }
    .box .allTime1 .wp {
        font-size: 30px;
        font-weight: 300;
        border: 1px solid #ad2f92;
        margin: 5px;
        min-width: 75px;
        min-height: 100px;
    }
    .count_head {
        margin-bottom: 10px;
        font-size: 25px;
    }
    .box {
        margin: 133px 0;
    }
    @media (max-width: 767.98px) {
        
        .didac_sec {
            padding-top: 50px !important;
            padding-bottom: 50px !important;
        }
        
        .didac_sec .main_title {
            line-height: normal;
        }
        
        .didac_sec .para {
            font-size: 15px;
        }
        
        .box .allTime .wp {
            font-size: 30px;
            font-weight: 300;
            border: 1px solid #ad2f92;
            margin: 5px;
            min-width: 50px;
            min-height: 100px;
        }
        .box .allTime1 .wp {
            font-size: 30px;
            font-weight: 300;
            border: 1px solid #ad2f92;
            margin: 5px;
            min-width: 50px;
            min-height: 100px;
        }
        iframe {
            border: 0;
            min-height: 300px;
            box-shadow: 0 4px 4px rgb(0 0 0 / 25%);
            border: 10px solid #fff;
        }
        .video-modal-body {
            height: 307px;
        }
        .icVideo-modal {
            max-height: 357px;
            max-width: 547px;
        }
        .color-bg .row {
            min-height: 0;
        }
        .features {
            margin: 60px 0;
        }
        .bnr_img_wrap {
            margin-top: 50px;
        }
        .bnr .banner_title {
            margin-top: 25px;
        }
        .logo_wrap img {
            width: 140px;
        }
        .features .services {
            text-align: center;
        }
        .schl_mgt .services{
            text-align:center;
        }
        footer .loctn {
            padding-bottom: 0;
            text-align: center;
        }
        footer .social_media_icons {
            margin-top: 40px;
        }
        .cntct {
            padding: 10px 0;
        }
        .copyright {
            font-size: 10px;
        }
        .loctn .para.bold {
            padding-top: 30px;
        }
        .color-bg .row .mouckups {
            width: 100%;
        }
        .box {
            margin: 30px 0;
        }
        .cntct_form {
            padding: 20px;
        }
        form input {
            margin-bottom: 18px;
        }
        .nob_dtl .cntct i {
            font-size: 15px;
        }
        .nob_dtl .cntct a {
            font-size: 17px;
        }
        
        .contact-banner img {
            width: 80%;
        }
        .mb30 {
            margin-bottom: 0px;
        }
        .features{
            text-align:center !important;
        }
        .features img {
    margin:auto;
}

html{
    scroll-padding-top:100px;
}
    }
    @media (max-width: 479px) {
        .video-modal-body {
            height: 200px;
        }
        .icVideo-modal {
            max-height: 250px;
            max-width: 304px;
        }
        .video-modal-header h5 {
            font-size: 17px;
        }
        iframe {
            border: 0;
            min-height: 196px;
            box-shadow: 0 4px 4px rgb(0 0 0 / 25%);
            border: 10px solid #fff;
        }
    }
}
