html{
    overflow-x:hidden
}
body {
    font-family: 'Ubuntu', sans-serif;
    padding: 0;
    margin: 0;
    color: #696e7b;
    overflow-x:hidden
}
a {
    outline: 0 !important;
    text-decoration: none;
    display: inline-block;
}
p{
    font-size: 16px;
    color: #222233;
}
a:hover, a:focus {
    color: #3d59e8;
    text-decoration: none;
}
.section-space{
    padding-top: 60px;
    padding-bottom: 60px;
}
.inner-wrap{
    padding-top: 50px
}
.sub-h{
    color: #c41f43;
    font-weight: bold;
    font-size: 1rem;
    margin-bottom: 0rem;
}
.m-heading{
    font-weight: 800;
    font-size: 40px;
    line-height: 1.2em;
    margin-top: 7px;
    color: #00435a;
    margin-bottom: 1rem;
}
.m-heading span{
    color: #c41f43;
}
.m-heading.blue-h{
    color: #3d59e8
}
.big-h{
    font-size: 2.3rem;
    color: #2a2834;
    font-weight: 700;
}
.btn:hover, .btn:focus{
    outline: none;
    color:#fff;
}
.btn:hover{
    color: #fff;
}
.btn-m-top{
    margin-top: 20px
}
.blue{
    letter-spacing: .5px;
    border-radius: 0px;
    text-transform: uppercase;
    padding: 14px 40px;
    font-weight: 500;
    font-size: 16px;
    color: #fff;
    background: #262262;
    background: -webkit-linear-gradient(to right, #262262, #2684c6);
    background: linear-gradient(to right, #262262, #2684c6);
    background-repeat: repeat-x;
    transition:
        all 0.2s ease-in-out 0s;
}
.blue:hover{
    background: #2684c6;
    background: -webkit-linear-gradient(to right, #2684c6, #262262);
    background: linear-gradient(to right, #2684c6, #262262);
    color: #ffffff;
}
.blue.inverted-btn{
    background: #00435a ;
    color: #fff
}
.blue.inverted-btn:hover{
    background-color:  #09091a;
    color: #fff
}
.btn-mr-top{
    margin-top: 30px
}
.inner-header{
    padding-top: 110px;
    padding-bottom: 30px;
    position: relative;
    background: #C9D6FF;  /* fallback for old browsers */
background: -webkit-linear-gradient(to bottom, #E2E2E2, #C9D6FF);  /* Chrome 10-25, Safari 5.1-6 */
background: linear-gradient(to bottom, #E2E2E2, #C9D6FF); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */

    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    position: relative;
    /* background-attachment: fixed; */
}
.inner-header .breadcrumb-item.active {
    color: #696969;
}
.inner-header:before{
    content: '';
    position: absolute;
    bottom: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    background: #f5f5f524;
    opacity: .8
}
.inner-header .container{
    position: relative;
}
.inner-header h1{
    color: #27245e;
    font-weight: 600;
}
.inner-header .breadcrumb{
    margin-bottom: 0px;
    position: relative;
    display: inline-flex;
}
.inner-header .breadcrumb-item+.breadcrumb-item::before, .inner-header .breadcrumb a{
    color: #2684c6;
    font-size: 17px
}
.m-list{

}
.m-list li{
    position: relative;
    margin-bottom: 15px;
    padding-left: 27px;
    color: #222233;
}
.m-list li:before{
    font-family: "Font Awesome 6 Free";
    content: "\f058";
    font-weight: 900;
    position: absolute;
    left: 0;
    color: #2684c6;
}
/* Navbar */
.logo{
    width: 300px;
}
.navbar-light{
    z-index: 1050;
    padding-top: 8px;
    padding-bottom: 8px;
}
.navbar-light .navbar-nav .nav-link.last{
    color: #ffffff;
    background: #262262;
    background: -webkit-linear-gradient(to right, #262262, #2684c6);
    background: linear-gradient(to right, #262262, #2684c6);
}
.navbar-light .navbar-nav .nav-link.last:focus, .navbar-light .navbar-nav .nav-link.last:hover{
    background: #2684c6;
    background: -webkit-linear-gradient(to right, #2684c6, #262262);
    background: linear-gradient(to right, #2684c6, #262262);
    color: #ffffff;
}
.navbar-light .dropdown-menu{
    width: 100%;
    padding: 0px;
    border-radius: 0px;
    border: 0px;
    background: #262262;
    background: -webkit-linear-gradient(to right, #262262, #2684c6);
    background: linear-gradient(to right, #262262, #2684c6);
    color: #fff;
}
.navbar-light .navbar-nav .nav-link{
    font-size: 16px;
    color: #00435a;
    text-transform: uppercase;
    margin-left: 0px;
    font-weight: 500;
    padding: 14px 26px;
    margin-bottom: -1px;
    letter-spacing: .5px;
}
.navbar-light .navbar-nav .nav-link:focus, .navbar-light .navbar-nav .nav-link:hover, .navbar-light .navbar-nav .dropdown.show .nav-link {
    color: #ffffff;
    background: #262262;
    background: -webkit-linear-gradient(to right, #262262, #2684c6);
    background: linear-gradient(to right, #262262, #2684c6);
}
.navbar-light.is-sticky {
    background-color: #fff;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 999;
    -webkit-box-shadow: 0 7px 13px 0 rgba(0, 0, 0, 0.1);
    box-shadow: 0 7px 13px 0 rgba(0, 0, 0, 0.1);
    -webkit-animation: 500ms ease-in-out 0s normal none 1 running fadeInDown;
    animation: 500ms ease-in-out 0s normal none 1 running fadeInDown;
}
.navbar-light.is-sticky .logo{
    width: 250px
}
.custom-dropdown .dropdown-menu a {
    border-bottom: 1px solid rgb(255 255 255 / 16%);
    font-size: 15px;
    padding: 15px 5px;
    position: relative;
    color: #fff;
    text-transform: uppercase;
    text-align: center;
}
.custom-dropdown .dropdown-menu a > span {
    padding: 2px 4px;
    border-radius: 2px;
    font-size: 10px;
    color: #fff;
    background: #fd7e14;
}
.custom-dropdown .dropdown-menu a:hover, .custom-dropdown .dropdown-menu a:active, .custom-dropdown .dropdown-menu a:focus {
    background: #2684c6;
    background: -webkit-linear-gradient(to right, #2684c6, #262262);
    background: linear-gradient(to right, #2684c6, #262262);
    color: #ffffff;
}

/* Main Banner */
.main{
    position: relative;
    background-size: cover;
    background-repeat: no-repeat;
    padding-top: 150px;
    padding-bottom: 150px;
    background-image: url(../../assets/img/hero-bg.jpg);
}

.main .btn-ab{
    margin-top: 40px;
}
.main .sub-span{
    color: #1fb9d5;
    font-size: 24px;
    font-weight: 400;
    display: block;
    margin-bottom: 6px;
}
.main .slider-content{
    z-index: 5;
    display: block;
    margin-top: 20px;
    position: relative;
}
.main .slider-content h1{
    color: #27245e;
    font-weight: 600;
    font-size: 63px;
    line-height: 86px;
}
.main .slider-content h1 span{
    color: #2684c6;
}
.main .slider-content p{
    color: #456eb6;
    font-weight: 500;
    margin-bottom: 30px;
    font-size: 25px;
}
.main .slider-content .blue{
    margin-top: 30px
}
.main-heading{
    color: #27245e;
    font-weight: 600;
    font-size: 45px;
    margin-bottom: 25px;
    line-height: 59px;
}
.main-heading span{
    color: #2684c6;
}
.sub-heading{
    color: #27245e;
    font-size: 24px;
    font-weight: 400;
    display: block;
    margin-bottom: 6px;
}

.home-ab-img{
    position: relative;
    box-sizing: border-box
}
.home-ab-img .ab-img{
    border: 6px solid #fff;
    position: absolute;

}
.home-ab-img .ab-img-1{

}
.home-ab-img .ab-img-2{
    bottom:-40px;
    right: -40px
}
.ab-box{
    width: 38%;
    float: right;
    background: #262262;
    background: -webkit-linear-gradient(to right, #262262, #2684c6);
    background: linear-gradient(to right, #262262, #2684c6);
    padding: 50px 30px;
    z-index: 444;
    position: relative;
    margin-top: 70px;
    margin-right: 50px;
}
.ab-box:after{

}
.ab-box h3{
    font-size: 20px;
    color: #fff;
    line-height: 1.5;
}
.service-sec{
    background-color: #daeaf942;
    margin-top: 50px
}
.service-box{
    background: #fff;
    padding: 10px;
    border-radius: 6px;
    position: relative;
    display: flex;
    gap: 13px;
    align-items: center;
    margin-top: 30px;
    border: 1px solid #2684c630
}
.service-box .service-icon{
    width: 50px;
    height: 50px;
    background: #2684c617;
    border-radius: 6px;
    padding: 7px;
}
.service-box .service-icon img{

}
.service-box .service-title{
    font-size: 16px;
    margin-bottom: 0pc;
    color: #27245e;
}
.service-sec .blue{
    margin-top: 50px
}
.big-box{
    padding: 50px;
    border-radius: 16px;
    background: #262262;
    background: -webkit-linear-gradient(to right, #262262, #2684c6);
    background: linear-gradient(to right, #262262, #2684c6);
    box-shadow: 0px 10px 60px 0px rgba(38.00000000000001, 103.00000000000009, 255, 0.1);

}
.big-box p{
    color: #fff
}
.big-box .main-heading{
    color: #fff
}
.big-box .main-heading span{
    color: #222
}
.query-form{
    padding: 40px 40px;
    background-color: #daeaf942;
    margin-bottom: -4px;
    position: relative;
    background-image: url(../../assets/img/query-bg.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    background-attachment: fixed;
    width: 100%
}
.query-form .plane{
    position: absolute;
    left: -10px;
    bottom: 3%
}
.query-form:after{
    position: absolute;
    height: 100%;
    width: 100%;
    left: 0;
    top: 0;
    content: '';
    background: #daeaf942;
    opacity: 0.9;
    z-index: 1;
}
.query-form .query-inn{
    position: relative;
    z-index: 2
}
.query-form .form-control{
    border: 1px solid #bdbdbd;
    color: #000;
}
.query-form .form-control:focus{
    border: 1px solid #27245e;

}
.query-form .form-control::placeholder {


}

.query-form .form-control::-ms-input-placeholder {

}
.query-form .m-btn{
    background-color: #1e1e1e
}
.query-form .m-heading{
    font-size: 2.5em;
    color: #fff;
    margin-bottom: 10px;
}
.query-form p{
    font-size: 20px;
    margin-bottom: 30px;
    color: #2684c6;
}
.query-form textarea{
    height: 80px
}
.query-form .form-group{
    margin-bottom: 25px
}
.form-control:focus {
    color: #333;
    background-color: transparent;
    border-color: #006297;
    outline: 0;
    box-shadow: none;
}
.form-control{
    font-size: 14px;
    border-radius: 6px;
    display: block;
    width: 100%;
    height: 46px;
    font-weight: 500;
    line-height: 1.5;
    color: #333;
    background-color: transparent;
    background-clip: padding-box;
    border: 1px solid #d1d3e2;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
.m-map{
    margin-bottom: -6px
}
.con-box {
    position: relative;
    margin-top: 2rem;
    margin-bottom: 3rem;
    text-align: left;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
}

.con-box i {
    color: #ffffff;
    font-size: 18px;
    border-radius: 50px;
    width: 50px;
    height: 50px;
    line-height: 50px;
    display: block;
    text-align: center;
    position: absolute;
    left: 0;
    background: #262262;
    background: -webkit-linear-gradient(to right, #262262, #2684c6);
    background: linear-gradient(to right, #262262, #2684c6);
}

.con-box .con-box-text {
    padding-left: 64px;
    padding-top: 4px;
}

.con-box .con-box-text h6 {
    color: #27245e;
    margin-bottom: 0px;
    font-size: 19px;
    font-weight: 600;
}

.con-box .con-box-text p {
    font-size: 14px;
    color: #333;
}
/* footer */

.m-footer{
    padding-top: 80px;
    bottom: 0;
    left: 0;
    width: 100%;
    opacity: 1;
    background-color: #1e1e1e;
    position: relative;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}
.footer-link-list{
    list-style: none;
    padding: 0;
    margin: 0;
}
.footer-link-list li a{
    position: relative;
    color: #e5e5e5;
    margin-right: 30px;
    font-size: 14px;
    transition: all 0.5s ease-out;
}
.m-footer p{
    color: #e5e5e5;
    font-size: 14px;
    line-height: 1.9;
}
.m-footer h6{
    color: #ffffff;
    font-size: 19px;
    font-weight: 600;
    margin-bottom: 50px;
    position: relative;
}
.m-footer h6:after{
    content: '';
    position: absolute;
    bottom: -12px;
    left: 0px;
    height: 2px;
    background: #ffffff;
    width: 50px;
}
.footer-middle{
    padding-bottom: 40px;
}
.footer-social-list{
    list-style: none;
    padding: 0;
    margin: 0;
}
.footer-social-list a{
    color: #ffffff;
    font-size: 16px;
    transition: .2s;
    width: 40px;
    background: #262262;
    background: -webkit-linear-gradient(to right, #262262, #2684c6);
    background: linear-gradient(to right, #262262, #2684c6);
    height: 40px;
    border-radius: 100%;
    text-align: center;
    line-height: 42px;
}
.footer-social-list a:hover{
    color: #27245e;
    background: #ffffff;
}
.footer-link-list li a{
    padding-bottom: 6px;
    margin-bottom: 10px;
    padding-left: 10px;
}
.footer-link-list li a:hover{
    color: #fff;
}
.footer-widget{
    margin-top: 10px;
    padding-bottom: 25px;
}
.footer-bottom{
    margin-bottom: 0px;
    margin-top: 0;
    padding: 15px 0;
    width: 100%;
    background-color: #1e1e1e;
}
.footer-bottom p{
    margin-bottom: 0px;
    font-size: 14px;
    color: #fff
}
.footer-bottom .container{
    border-top: 1px solid rgba(255,255,255,.2);
    padding-top: 20px;
}
.footer-bottom p span{
    color: #2684c6;
}
.footer-bar{
    border-bottom: 1px solid rgba(132,132,132,.17);
    margin-bottom: 60px;
    padding: 25px 0 22px;
}
.address-ul{
    color: #e5e5e5;
    font-size: 16px;
}
.address-ul li{
    padding-bottom: 6px;
    margin-bottom: 10px;
    position: relative;
    padding-left: 26px;
    font-size: 14px;
}
.address-ul li i{
    color: #ffffff;
    font-size: 15px;
    margin-right: 3px;
    position: absolute;
    left: 0;
    margin-top: 3px;
}
.footer-link-list li a:after{
    content: "";
    content: "";
    position: absolute;
    width: 8px;
    height: 8px;
    border-left: 2px solid #2684c6;
    border-bottom: 2px solid #2684c6;
    top: 6px;
    left: -7px;
    -moz-transform: rotate(224deg);
    -o-transform: rotate(224deg);
    -ms-transform: rotate(224deg);
    -webkit-transform: rotate(224deg);
    transform: rotate(224deg);
    transition: all 0.5s ease-out;
}
.footer-link-list li a:hover:after{
    border-left: 2px solid #fff;
    border-bottom: 2px solid #fff;
}
.ft-logo{
        width: 270px;
    filter: invert(100%) grayscale(1) brightness(2.5);
}
#backToTop {
    position: fixed;
    bottom: 30px;
    right: 30px;
    width: 60px;
    height: 60px;
    background: white;
    border-radius: 50%;
    overflow: hidden;
    border: none;
    padding: 0;
    z-index: 999;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
}

#backToTop svg {
    position: absolute;
    top: 0;
    left: 0;
    transform: rotate(-90deg);
}

.base,
.progress {
    fill: none;
    stroke-width: 5; /* Thinner for edge precision */
}

.base {
    stroke: #e6e6e6;
}

.progress {
    stroke: #007bff;
    stroke-dasharray: 182.2; /* 2 * π * 29 */
    stroke-dashoffset: 182.2;
    transition: stroke-dashoffset 0.2s ease-out;
}

#backToTop span {
    position: relative;
    font-size: 20px;
    z-index: 1;
    color: #333;
}
/* Service-box inn */
.sol-box {
    padding: 10px;
    background: #f6f6f8;
    position: relative;
    width: 100%;
    overflow: hidden;
    border: 1px solid #e7e8ec;
    border-radius: 15px;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    -ms-border-radius: 15px;
    -o-border-radius: 15px;
    margin-top: 30px
}
.sol-box .sol-icon{
    width: 58px;
    height: 58px;
    background: #2684c617;
    background: #262262;
    background: -webkit-linear-gradient(to right, #262262, #2684c6);
    background: linear-gradient(to right, #262262, #2684c6);
    border-radius: 6px;
    padding: 7px;
    margin-bottom: 20px;
}
.sol-box .sol-icon img{
        filter: invert(100%) grayscale(1) brightness(2.5);
}
.sol-box::before {
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    opacity: 0;
    z-index: 1;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    background: linear-gradient(122deg, rgba(38, 34, 98, 0) 0%, rgba(38, 132, 198, 0.6) 34.54%, #6caee3 62.5%, rgba(38, 34, 98, 0.4) 100%), radial-gradient(74.51% 50% at 50% 100%, white 24.09%, #e0e7f5 100%);

}
.sol-box:hover::before {
    opacity: 1;
}
.sol-box .sol-item {
    position: relative;
    z-index: 2;
    padding: 20px;
    background: #fff;
    border: 1px solid #e6e7ec;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
    height: 100%
}
.sol-box .sol-item .sol-title{
    color: #2684c6;
    font-size: 18px;
    font-weight: 600;
}
.sol-box .sol-item p{
    font-size: 15px;
    font-weight: 400;
}
/* ================= Media Queires ================= */
@media (max-width: 1024.1px){
    .navbar-light{
        background-color: #fff
    }
    .navbar-light .navbar-nav .nav-link{
        display: inline-block;
        padding-left: 0px
    }
    .navbar-light .navbar-nav .nav-link.last{
        padding-left: 14px;
        margin-bottom: 15px
    }
}
@media (max-width: 767.1px){
    .logo {
        width: 150px;
    }
    .main .slider-content h1 {
        font-size: 36px;
        line-height: 46px;
    }
    .slider-content{
        text-align: center
    }
    .main{
        padding-top: 70px;
        padding-bottom: 0px;
    }
    .home-ab-img .ab-img-2{
        display: none
    }
    .home-ab-img .ab-img-1{
        position: relative;
        margin-top: 20px
    }
    .ab-box{
        float: none;
        position: absolute;
        width: 100%;
        margin-top: 0;
        margin-right: 0;
        bottom: 0;
        padding: 20px;
    }
    .service-box{
        display: block;
        text-align: center
    }
    .service-box .service-icon{
        margin: auto
    }
    .service-box .service-title {
        font-size: 14px;
        margin-top: 15px;
    }
    .big-box{
        padding: 20px
    }
    .big-box .main-heading br{
        display: none
    }
    .main-heading {
        font-size: 30px;
        line-height: 36px;
    }
    .query-form .plane{
        display: none
    }
}