@font-face{
    font-family:"Lato-Regular";
    font-weight:"normal";
    font-style:"normal";
    src:url("../fonts/Lato-Regular.eot");
    src:url("../fonts/Lato-Regular.eot?#iefix") format("embedded-opentype"),url("../fonts/Lato-Regular.woff") format("woff"),url("../fonts/Lato-Regular.ttf") format("truetype"),url("../fonts/Lato-Regular.svg#Lato-Regular") format("svg")
}
@font-face{
    font-family:"Lato-Light";
    font-weight:"normal";
    font-style:"normal";
    src:url("../fonts/Lato-Light.eot");
    src:url("../fonts/Lato-Light.eot?#iefix") format("embedded-opentype"),url("../fonts/Lato-Light.woff") format("woff"),url("../fonts/Lato-Light.ttf") format("truetype"),url("../fonts/Lato-Light.svg#Lato-Light") format("svg")
}
@font-face{
    font-family:"Lato-Black";
    font-weight:"normal";
    font-style:"normal";
    src:url("../fonts/Lato-Black.eot");
    src:url("../fonts/Lato-Black.eot?#iefix") format("embedded-opentype"),url("../fonts/Lato-Black.woff") format("woff"),url("../fonts/Lato-Black.ttf") format("truetype"),url("../fonts/Lato-Black.svg#Lato-Black") format("svg")
}
@font-face{
    font-family:"Lato-BlackItalic";
    font-weight:"normal";
    font-style:"normal";
    src:url("../fonts/Lato-BlackItalic.eot");
    src:url("../fonts/Lato-BlackItalic.eot?#iefix") format("embedded-opentype"),url("../fonts/Lato-BlackItalic.woff") format("woff"),url("../fonts/Lato-BlackItalic.ttf") format("truetype"),url("../fonts/Lato-BlackItalic.svg#Lato-BlackItalic") format("svg")
}
body,html{
    height:100%;
    width:100%;
    margin-left:auto;
    margin-right:auto;
    font-family:"Lato-Regular";
    color:#232331
}
a{
    -webkit-transition:linear 0.3s;
    -o-transition:linear 0.3s;
    transition:linear 0.3s;
    outline:none;
    text-decoration:none
}
a:hover,a:focus{
    text-decoration:none
}
.text_blue{
    color:#5DB1FF
}
.btn{
    padding:13px 15px;
    min-width:378px;
    min-height:48px;
    cursor:pointer;
    border-radius:25px;
    border:none;
    font-size:18px;
    line-height:22px
}
.btn.btn_primary{
    background-color:#5DB1FF;
    color:#fff
}
.btn.btn_primary:hover,.btn.btn_primary:focus,.btn.btn_primary:active{
    background-color:#5DB1FF;
    color:#fff
}
.btn:hover,.btn:focus{
    outline:none !important;
    box-shadow:none !important
}
@media (max-width: 1680px){
    .btn{
        min-width:250px
    }
}
@media (max-width: 1399px){
    .btn{
        font-size:16px;
        line-height:20px;
        padding:9px 20px;
        min-width:185px;
        min-height:45px
    }
}
@media (min-width: 1200px){
    .container{
        max-width:1180px
    }
}
@media (min-width: 1400px){
    .container{
        max-width:1300px
    }
}
@media (min-width: 1600px){
    .container{
        max-width:1500px
    }
}
@media (max-width: 767px){
    .container{
        max-width:100%
    }
}
.form-group .form-control{
    font-size:18px;
    height:48px;
    color:#7F7F7F;
    border-radius:50px;
    border:1px solid #707070;
    padding:13px 20px
}
.form-group .form-control:focus{
    outline:none;
    box-shadow:none;
    border-color:#5DB1FF
}
.form-group .form-control:-webkit-input-placeholder{
    color:#7F7F7F
}
.form-group .form-control::-moz-placeholder{
    color:#7F7F7F
}
.form-group .form-control:-ms-input-placeholder{
    color:#7F7F7F
}
.form-group .form-control:-moz-placeholder{
    color:#7F7F7F
}
@media (max-width: 1399px){
    .form-group .form-control{
        font-size:15px;
        padding:12px 15px
    }
}
.header .navbar{
    height:161px;
    z-index:0;
    padding:0
}
.header .navbar .shape{
    position:absolute;
    left:0;
    width:calc(100% - 50%);
    height:100%;
    top:0;
    display:block;
    z-index:-1
}
.header .navbar .shape:before,.header .navbar .shape:after{
    content:'';
    position:absolute;
    z-index:-1
}
.header .navbar .shape:before{
    left:0;
    top:0;
    width:100%;
    height:100%;
    background-color:#5DB1FF
}
.header .navbar .shape:after{
    right:0;
    top:0;
    border-top:100px solid #fff;
    border-bottom:61px solid transparent;
    border-right:50px solid #fff;
    width:130px;
    height:100%;
    border-left:80px solid transparent
}
.header .navbar .navbar-brand{
    margin:0;
    padding:0
}
.header .navbar .call_enquiry h2,.header .navbar .call_enquiry h3{
    font-family:"Lato-Black";
    line-height:40px
}
.header .navbar .call_enquiry h2{
    font-size:39px;
    color:#232331;
    margin-bottom:8px
}
.header .navbar .call_enquiry h3{
    font-size:41px;
    color:#5DB1FF;
    margin-bottom:0
}
@media (max-width: 1680px){
    .header .navbar{
        height:120px
    }
    .header .navbar .shape:after{
        border-top:78px solid #fff;
        border-bottom:42px solid transparent;
        border-right:45px solid #fff;
        width:100px;
        height:100%;
        border-left:80px solid transparent
    }
    .header .navbar .navbar-brand img{
        max-width:400px
    }
    .header .navbar .call_enquiry h2,.header .navbar .call_enquiry h3{
        line-height:32px
    }
    .header .navbar .call_enquiry h2{
        font-size:30px
    }
    .header .navbar .call_enquiry h3{
        font-size:30px
    }
}
@media (max-width: 1399px){
    .header .navbar{
        height:90px
    }
    .header .navbar .shape:after{
        border-top:48px solid #fff;
        border-bottom:42px solid transparent;
        border-right:45px solid #fff;
        width:80px;
        height:100%;
        border-left:50px solid transparent
    }
    .header .navbar .navbar-brand img{
        max-width:320px
    }
    .header .navbar .call_enquiry h2,.header .navbar .call_enquiry h3{
        line-height:26px
    }
    .header .navbar .call_enquiry h2{
        font-size:24px;
        margin-bottom:5px
    }
    .header .navbar .call_enquiry h3{
        font-size:24px
    }
}
@media (max-width: 991px){
    .header .navbar{
        height:70px
    }
    .header .navbar .shape:after{
        border-top:35px solid #fff;
        border-bottom:35px solid transparent;
        border-right:40px solid #fff;
        width:60px;
        height:100%;
        border-left:40px solid transparent
    }
    .header .navbar .navbar-brand img{
        max-width:260px
    }
    .header .navbar .call_enquiry h2,.header .navbar .call_enquiry h3{
        line-height:22px
    }
    .header .navbar .call_enquiry h2{
        font-size:20px;
        margin-bottom:5px
    }
    .header .navbar .call_enquiry h3{
        font-size:20px
    }
}
@media (max-width: 767px){
    .header .navbar{
        background-color:#5DB1FF !important;
        height:65px
    }
    .header .navbar .container{
        justify-content:center
    }
    .header .navbar .shape{
        display:none
    }
    .header .navbar .call_enquiry{
        display:none
    }
}
.footer{
    padding:40px 0;
    background-color:#fff;
    text-align:center
}
.footer p{
    font-size:16px;
    line-height:19px;
    color:#707070
}
@media (max-width: 1680px){
    .footer{
        padding:25px 0px
    }
}
@media (max-width: 1399px){
    .footer{
        padding:15px 0px
    }
    .footer p{
        font-size:15px;
        line-height:24px
    }
}
@media (max-width: 767px){
    .footer p{
        font-size:13px;
        line-height:19px
    }
}
.common_heading{
    margin-bottom:85px
}
.common_heading h2{
    font-size:60px;
    font-family:"Lato-Black";
    line-height:70px;
    letter-spacing:0.8px;
    margin-bottom:25px
}
.common_heading p{
    font-size:24px;
    line-height:36px
}
@media (max-width: 1680px){
    .common_heading h2{
        font-size:48px;
        line-height:56px
    }
    .common_heading p{
        font-size:18px;
        line-height:30px
    }
}
@media (max-width: 1399px){
    .common_heading{
        margin-bottom:40px
    }
    .common_heading h2{
        font-size:40px;
        line-height:46px;
        margin-bottom:20px
    }
    .common_heading p{
        font-size:16px;
        line-height:28px
    }
}
@media (max-width: 991px){
    .common_heading h2{
        font-size:34px;
        line-height:40px
    }
}
@media (max-width: 767px){
    .common_heading{
        margin-bottom:30px
    }
    .common_heading h2{
        margin-bottom:15px;
        font-size:26px;
        line-height:30px
    }
    .common_heading p{
        font-size:15px;
        line-height:24px
    }
}
.m_h_page .banner_sec{
    background:url("../images/banner_bg.jpg") no-repeat;
    height:751px;
    width:100%;
    background-size:cover;
    position:relative;
    z-index:0;
    padding:50px 0
}
.m_h_page .banner_sec:after{
    position:absolute;
    z-index:-1;
    content:'';
    height:100%;
    left:0;
    top:0;
    width:100%;
    background-color:rgba(0,0,0,0.58)
}
.m_h_page .banner_sec .container{
    display:flex;
    align-items:center;
    justify-self:center;
    height:100%
}
.m_h_page .banner_sec .content_view{
    max-width:980px;
    width:100%;
    text-align:center;
    margin:0 auto;
    color:#fff
}
.m_h_page .banner_sec .content_view h1{
    font-size:60px;
    font-family:"Lato-Black";
    line-height:70px;
    letter-spacing:0.8px;
    margin-bottom:20px
}
.m_h_page .banner_sec .content_view p{
    font-size:24px;
    line-height:30px;
    margin-bottom:45px;
    letter-spacing:0.8px
}
.m_h_page .banner_sec .content_view .form-group{
    margin-bottom:30px
}
.m_h_page .banner_sec .content_view .form-group label{
    text-align:left;
    display:block;
    margin-bottom:10px;
    margin-left:22px;
    font-size:18px;
    line-height:22px
}
.m_h_page .banner_sec .content_view .btn{
    margin-top:10px
}
.m_h_page .banner_sec .content_view .arw_center{
    position:relative
}
.m_h_page .banner_sec .content_view .arw_center .arrow{
    position:absolute;
    left:0;
    right:0;
    margin:0 auto;
    transform:translateY(-50%);
    top:50%;
    display:inline-block;
    height:25px;
    width:25px
}
.m_h_page .banner_sec .content_view .arw_center .arrow:after{
    position:absolute;
    content:"\f105";
    font-family:FontAwesome;
    font-size:40px;
    color:#5DB1FF;
    z-index:1;
    display:flex;
    align-items:center;
    justify-content:center;
    width:100%;
    height:100%
}
@media (max-width: 1680px){
    .m_h_page .banner_sec{
        height:auto;
    }
    .m_h_page .banner_sec .content_view{
        max-width:850px
    }
    .m_h_page .banner_sec .content_view h1{
        font-size:48px;
        line-height:56px
    }
    .m_h_page .banner_sec .content_view p{
        font-size:20px;
        margin-bottom:40px
    }
    .m_h_page .banner_sec .content_view .arw_center .arrow:after{
        font-size:35px
    }
}
@media (max-width: 1399px){
    .m_h_page .banner_sec{
        height:auto;
    }
    .m_h_page .banner_sec .content_view{
        max-width:780px
    }
    .m_h_page .banner_sec .content_view h1{
        font-size:40px;
        line-height:46px
    }
    .m_h_page .banner_sec .content_view p{
        font-size:18px;
        line-height:28px;
        margin-bottom:35px
    }
    .m_h_page .banner_sec .content_view .form-group label{
        margin-left:15px;
        font-size:16px;
        line-height:20px
    }
    .m_h_page .banner_sec .content_view .arw_center .arrow:after{
        font-size:30px
    }
}
@media (max-width: 991px){
    .m_h_page .banner_sec{
        height:auto;
        padding:40px 0
    }
    .m_h_page .banner_sec .content_view{
        max-width:100%
    }
    .m_h_page .banner_sec .content_view h1{
        font-size:34px;
        line-height:40px;
        margin-bottom:15px
    }
    .m_h_page .banner_sec .content_view p{
        font-size:16px;
        line-height:28px;
        margin-bottom:35px
    }
    .m_h_page .banner_sec .content_view .form-group label{
        margin-bottom:8px;
        margin-left:15px;
        font-size:15px;
        line-height:18px
    }
    .m_h_page .banner_sec .content_view .btn{
        margin-top:0px
    }
}
@media (max-width: 767px){
    .m_h_page .banner_sec{
        padding:30px 0
    }
    .m_h_page .banner_sec .content_view{
        max-width:100%
    }
    .m_h_page .banner_sec .content_view h1{
        font-size:26px;
        line-height:30px;
        margin-bottom:10px
    }
    .m_h_page .banner_sec .content_view p{
        font-size:14px;
        line-height:23px;
        margin-bottom:30px
    }
}
@media (max-width: 575px){
    .m_h_page .banner_sec .content_view .form-group label{
        text-align:center;
        margin-left:0
    }
    .m_h_page .banner_sec .content_view .arw_center .arrow{
        transform:rotate(90deg);
        top:calc(50% - 25px)
    }
}
.m_h_page .choose_sec{
    background-color:#232331;
    padding:80px 0
}
.m_h_page .choose_sec .common_heading h2{
    color:#5DB1FF
}
.m_h_page .choose_sec .common_heading p{
    color:#fff
}
@media (max-width: 1680px){
    .m_h_page .choose_sec{
        padding:50px 0
    }
}
@media (max-width: 1399px){
    .m_h_page .choose_sec{
        padding:40px 0
    }
}
@media (max-width: 767px){
    .m_h_page .choose_sec{
        padding:30px 0
    }
}
.m_h_page .service_sec{
    padding:95px 0 40px
}
.m_h_page .service_sec .row{
    align-items:flex-start
}
.m_h_page .service_sec .col-lg-4:nth-child(2) .card{
    margin-bottom:0
}
.m_h_page .service_sec .col-lg-4:nth-child(2),.m_h_page .service_sec .col-lg-4:nth-child(5){
    margin-top:95px
}
.m_h_page .service_sec .card{
    border-radius:0;
    border:none;
    margin-bottom:50px
}
.m_h_page .service_sec .card img{
    border-radius:0
}
.m_h_page .service_sec .card .card-body{
    text-align:center;
    padding:20px 10px 0
}
.m_h_page .service_sec .card .card-body h3{
    font-size:34px;
    line-height:36px;
    font-family:"Lato-Black";
    color:#2A5B9F;
    margin-bottom:10px
}
.m_h_page .service_sec .card .card-body p{
    font-size:23px;
    line-height:30px
}
@media (max-width: 1680px){
    .m_h_page .service_sec{
        padding:50px 0 20px
    }
    .m_h_page .service_sec .card{
        margin-bottom:40px
    }
    .m_h_page .service_sec .card .card-body h3{
        font-size:26px;
        line-height:32px
    }
    .m_h_page .service_sec .card .card-body p{
        font-size:18px
    }
    .m_h_page .service_sec .col-lg-4:nth-child(2) .card{
        margin-bottom:0px
    }
    .m_h_page .service_sec .col-lg-4:nth-child(2),.m_h_page .service_sec .col-lg-4:nth-child(5){
        margin-top:70px
    }
}
@media (max-width: 1399px){
    .m_h_page .service_sec{
        padding:40px 0 20px
    }
    .m_h_page .service_sec .card{
        margin-bottom:30px
    }
    .m_h_page .service_sec .card .card-body{
        padding:15px 10px 0
    }
    .m_h_page .service_sec .card .card-body h3{
        font-size:20px;
        line-height:26px;
        margin-bottom:5px
    }
    .m_h_page .service_sec .card .card-body p{
        font-size:15px;
        line-height:24px
    }
    .m_h_page .service_sec .col-lg-4:nth-child(2),.m_h_page .service_sec .col-lg-4:nth-child(5){
        margin-top:40px
    }
}
@media (max-width: 991px){
    .m_h_page .service_sec{
        padding:30px 0 10px
    }
    .m_h_page .service_sec .col-lg-4:nth-child(2) .card{
        margin-bottom:30px
    }
    .m_h_page .service_sec .col-lg-4:nth-child(2),.m_h_page .service_sec .col-lg-4:nth-child(5){
        margin-top:0
    }
}
.m_h_page .rating_sec{
    padding:50px 0;
    background-color:#232331
}
.m_h_page .rating_sec img{
    margin-bottom:30px
}
.m_h_page .rating_sec p{
    font-size:20px;
    line-height:30px;
    font-family:"Lato-Light";
    margin-bottom:0
}
@media (max-width: 1680px){
    .m_h_page .rating_sec{
        padding:50px 0
    }
    .m_h_page .rating_sec img{
        max-width:250px
    }
    .m_h_page .rating_sec p{
        font-size:18px
    }
}
@media (max-width: 1399px){
    .m_h_page .rating_sec{
        padding:40px 0
    }
    .m_h_page .rating_sec img{
        margin-bottom:20px;
        max-width:220px
    }
    .m_h_page .rating_sec p{
        font-size:16px;
        line-height:28px
    }
}
@media (max-width: 767px){
    .m_h_page .rating_sec{
        padding:30px 0
    }
    .m_h_page .rating_sec img{
        max-width:200px
    }
    .m_h_page .rating_sec p{
        font-size:15px;
        line-height:24px
    }
}
.m_h_page .congrats_sec{
    padding:90px 0;
    background:url("../images/banner_bg.jpg") no-repeat;
    height:751px;
    width:100%;
    background-size:cover;
    position:relative;
    z-index:0
}
.m_h_page .congrats_sec:after{
    position:absolute;
    z-index:-1;
    content:'';
    height:100%;
    left:0;
    top:0;
    width:100%;
    background-color:rgba(255,255,255,0.9)
}
.m_h_page .congrats_sec .container{
    display:flex;
    align-items:center;
    justify-self:center;
    height:100%
}
.m_h_page .congrats_sec .content_view{
    max-width:730px;
    width:100%;
    text-align:center;
    margin:0 auto
}
.m_h_page .congrats_sec .content_view h1{
    font-size:120px;
    font-family:"Lato-BlackItalic";
    line-height:140px;
    letter-spacing:0.8px;
    color:#5DB1FF;
    margin-bottom:15px
}
.m_h_page .congrats_sec .content_view h2{
    font-size:60px;
    font-family:"Lato-Black";
    line-height:46px;
    letter-spacing:0.8px;
    margin-bottom:50px
}
.m_h_page .congrats_sec .content_view .mover_box{
    -webkit-box-shadow:0px 10px 10px rgba(0,0,0,0.16);
    -moz-box-shadow:0px 10px 10px rgba(0,0,0,0.16);
    box-shadow:0px 10px 10px rgba(0,0,0,0.16);
    margin-bottom:60px
}
.m_h_page .congrats_sec .content_view .mover_box .mover_body{
    padding:25px 20px 20px;
    border:2px solid #5DB1FF;
    border-bottom:0;
    background-color:#fff
}
.m_h_page .congrats_sec .content_view .mover_box .mover_body h3{
    font-size:34px;
    line-height:36px;
    font-family:"Lato-Black";
    color:#2A5B9F;
    margin-bottom:15px
}
.m_h_page .congrats_sec .content_view .mover_box .mover_body ul{
    margin-bottom:0
}
.m_h_page .congrats_sec .content_view .mover_box .mover_body ul li:not(:last-child){
    margin-right:6px
}
.m_h_page .congrats_sec .content_view .mover_box .mover_footer{
    padding:13px;
    border:2px solid #5DB1FF;
    background-color:#2A5B9F;
    color:#fff
}
.m_h_page .congrats_sec .content_view .mover_box .mover_footer p{
    font-size:30px;
    line-height:36px;
    letter-spacing:0.8px;
    font-family:"Lato-Black"
}
@media (max-width: 1680px){
    .m_h_page .congrats_sec .content_view h1{
        font-size:90px;
        line-height:110px
    }
    .m_h_page .congrats_sec .content_view h2{
        font-size:48px;
        line-height:56px;
        margin-bottom:40px
    }
}
@media (max-width: 1399px){
    .m_h_page .congrats_sec{
        height:630px
    }
    .m_h_page .congrats_sec .content_view h1{
        font-size:72px;
        line-height:80px
    }
    .m_h_page .congrats_sec .content_view h2{
        font-size:40px;
        line-height:46px;
        margin-bottom:30px
    }
    .m_h_page .congrats_sec .content_view .mover_box{
        margin-bottom:40px
    }
    .m_h_page .congrats_sec .content_view .mover_box .mover_body{
        padding:20px 20px 20px
    }
    .m_h_page .congrats_sec .content_view .mover_box .mover_body h3{
        font-size:24px;
        line-height:28px
    }
    .m_h_page .congrats_sec .content_view .mover_box .mover_body ul li img{
        max-width:28px
    }
    .m_h_page .congrats_sec .content_view .mover_box .mover_footer p{
        font-size:22px;
        line-height:26px
    }
}
@media (max-width: 991px){
    .m_h_page .congrats_sec{
        height:100vh;
        padding:40px 0
    }
    .m_h_page .congrats_sec .content_view h1{
        font-size:60px;
        line-height:70px
    }
    .m_h_page .congrats_sec .content_view h2{
        font-size:34px;
        line-height:40px
    }
}
@media (max-width: 767px){
    .m_h_page .congrats_sec{
        padding:30px 0
    }
    .m_h_page .congrats_sec .content_view{
        max-width:100%
    }
    .m_h_page .congrats_sec .content_view h1{
        font-size:32px;
        line-height:36px
    }
    .m_h_page .congrats_sec .content_view h2{
        font-size:22px;
        line-height:26px;
        margin-bottom:20px
    }
    .m_h_page .congrats_sec .content_view .mover_box{
        margin-bottom:30px
    }
    .m_h_page .congrats_sec .content_view .mover_box .mover_body{
        padding:15px 15px 15px
    }
    .m_h_page .congrats_sec .content_view .mover_box .mover_body h3{
        font-size:20px;
        line-height:24px;
        margin-bottom:10px
    }
    .m_h_page .congrats_sec .content_view .mover_box .mover_body ul li img{
        max-width:26px
    }
    .m_h_page .congrats_sec .content_view .mover_box .mover_footer{
        padding:10px
    }
    .m_h_page .congrats_sec .content_view .mover_box .mover_footer p{
        font-size:20px;
        line-height:24px
    }
}
 
/*# sourceMappingURL=custom.min.css.map */