@import url('https://fonts.googleapis.com/css2?family=Inter:wght@100;200;300;400;500;600;700;800;900&display=swap');
@font-face {
    font-family: 'Inter', sans-serif;
    src: url("../Inter-Regular.ttf");
  }
body {
    font-size: 15px;
    line-height: 1.5;
    font-family: 'Inter', sans-serif !important;
}
a:hover {
    text-decoration: none !important;
}
body::-webkit-scrollbar {
    width: 5px;
}
body::-webkit-scrollbar-track {
    background: #bebebe;
}
body::-webkit-scrollbar-thumb,body::-webkit-scrollbar-thumb:hover {
    background: #1a63c3;
}
::-moz-selection,::selection {
    background:#1effd5;
}
.container {
    margin: 0 auto;
    max-width: 1180px;
}
img {
    width: 100%;
}
a:hover {
    color: #1a63c3 !important;
}
.banner-home {
    background-image: url(../images/banner-bg.png);
    position: relative;
}
.content-banner h2 {
    color: #fff !important;
    padding-top: 30px;
    font-size: 30px;
    font-weight: 600;
    line-height: 1.5;
}
.content-banner img {
    width: 85px;
}
.content-banner {
    padding-top: 101px;
    padding-bottom: 100px;
}
.banner-home:before {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    background-image: url(../images/banner-bg-b.png);
    background-size: 100% 100%;
}
.banner-home:after {
    content: "";
    position: absolute;
    background-image: url(../images/banner-hand.png);
    width: 100%;
    max-width: 540px;
    height: 100%;
    bottom: -48px;
    background-repeat: no-repeat;
    right: 0;
    background-size: 50%;
}
ul.navbar-nav {
    position: absolute;
    right: 0px;
}
div#navbarSupportedContent {
    position: relative;
    width: 100%;
}
.btn-cont:hover {
    background: #5ca2fc;
    color: #fff !important;
}
li.nav-item.active a {
    color: #1a63c3 !important;
}
li.nav-item.active a {
    border-bottom: 1px solid #1a63c3;
}
a.nav-link {
    margin-left: 20px;
    font-size: 16px;
    font-weight: 400;
    padding: 8px 0 !important;
}
.navbar-light .navbar-nav a {
    color: rgb(0 0 0) !important;
}
a.btn-cont {
    padding-left: 8px !important;
    padding-right: 8px !important;
    background: #1A63C3;
    color: #fff !important;
    border-radius: 4px;
}
.work-better {
    background: #1A63C3;
    padding: 80px 0;
}
.heading-work h2 {
    font-size: 50px;
    font-weight: 700;
    color: #fff !important;
}
.heading-work p {
    font-size: 24px;
    font-weight: 400;
    color: #fff !important;
}
.icon-wo img {
    width: 50px;
}
.content-work p {
    color: #fff;
    font-size: 18px;
    font-weight: 400;
    line-height: 1.7;
}
.content-work h4 {
    font-size: 36px;
    font-weight: 400;
    color: #fff;
}
.icon-wo {
    padding: 30px 0 20px;
}
.content-work-office p {
    color: #8B8B8B;
    margin-bottom: 30px;
    margin-top: 20px;
    font-size: 18px;
    font-weight: 400;
    line-height: 1.7;
}
.content-work-office h2 {
    font-size: 45px;
    font-weight: 700;
}
.content-work-office a {
    padding: 10px 20px !important;
    border-radius: 0;
}
.make-office:before {
    content: "";
    position: absolute;
    background: #1a63c3;
    width: 30%;
    height: 100%;
    right: 0;
}
.make-office {
    position: relative;
    margin: 50px 0;
}
.make-office img {
    margin: 60px 0px;
}
.content-work-office {
    padding-top: 60px;
    padding-bottom: 60px;
}
.callslider {
    background: #1a63c3;
}
.callslider img {
    height: 330px;
    width: 470px;
    margin: 0 auto;
}
.content-slider {
    padding: 72px 0;
}
.content-slider h4 {
    font-size: 45px;
    color: #fff;
    font-weight: 700;
}
.content-slider p {
    color: #fff;
    font-size: 18px;
    font-weight: 400;
}
.carousel-indicators{
    margin-right: 45px !important;
}
.other-feature {
    padding: 60px 0;
    background: #F8F8F8;
}
.heading-feature p {
    color: #133240;
    font-size: 18px;
    font-weight: 400;
    margin-bottom: 45px;
}
.heading-feature h2 {
    color: #133240 !important;
    font-size: 35px;
    font-weight: 800;
}
.heading-feature {
    text-align: center;
}
.icon-feature img {
    width: 40px;
    margin-bottom: 25px;
}
.content-feature p {
    color: #B0AFB0;
    font-size: 16px;
    font-weight: 400;
}
.content-feature h4 {
    font-size: 18px;
    color: #133240 !important;
}
.feature-box {
    background: #fff;
    padding: 22px 28px;
    border-radius: 14px;
    box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.04), 0px 0px 2px rgba(0, 0, 0, 0.06), 0px 0px 1px rgba(0, 0, 0, 0.04);
    margin: 10px 10px;
    width: calc(25% - 20px);
}
.blog:before {
    content: "";
    position: absolute;
    background: rgba(26, 99, 195, 0.2);
    width: 100%;
    height: 50%;
}
.blog {
    position: relative;
    background: #F8F8F8;
    padding-bottom: 40px;
}
.blog-heading h2 {
    font-size: 35px;
    font-weight: 700;
}
.blog-heading a {
    position: absolute;
    top: 54px;
    right: 0;
    padding: 10px 20px !important;
    border-radius: 0;
}
.blog-heading {
    padding: 50px 0 40px;
    position: relative;
}
.blog-heading h2 mark {
    padding: 0;
    background: transparent;
    color: #1a63c3;
}
.blog-box h3 {
    font-size: 24px;
    font-weight: 600;
    color: #121212;
    padding: 0px 0 10px;
    border-bottom: 1px solid #DEDEDE;
}
.blog-box h8 {
    font-size: 14px;
    font-weight: 400;
    color: #707070 !important;
    margin: 0px 0 10px !important;
    display: block;
}
.blog-box a {
    color: #1A63C3;
    font-size: 14px;
    font-weight: 600;
}
.blog-box a i {
    margin-left: 10px;
}
.content-blog {
    background: #fff;
    padding: 20px 20px 20px;
}
.client-feedback {
    margin: 40px 0;
}
.heading-feedback p {
    font-size: 18px;
    font-weight: 400;
    padding: 8px 0;
}
.heading-feedback {
    text-align: center;
}
.heading-feedback h2 {
    font-size: 35px;
    font-weight: 800;
}
.image-cont img {
    width: 70%;
}
.content-ab {
    background: #1A63C3;
}
.image-cont {
    position: relative;
}
.content-ab {
    background: #1A63C3;
    position: absolute;
    bottom: -60px;
    width: 50%;
    right: 0;
    padding: 30px 30px;
}
.padding-bottom {
    padding-bottom: 60px;
}
.content-ab img {
    width: 80px;
    float: right;
}
.content-ab p {
    font-size: 16px;
    color: #fff;
    font-weight: 200;
    padding-top: 10px;
    line-height: 1.8;
}
.content-ab h5 {
    color: #fff;
    font-size: 14px;
    font-weight: 200;
}
.content-ab h4 {
    font-size: 16px;
    color: #fff;
}
.content-ab img {
    width: 80px;
    float: right;
}
span.carousel-control-next-icon {
    background: #000;
    width: 112px;
    padding: 18px 10px;
    height: 61px;
    position: absolute;
    font-size: 19px;
    bottom: 0;
    left: -13px;
}
.carousel-control-next {
    left: -99px !important;
    top: 165px !important;
    opacity: 1 !important;
}
span.carousel-control-next-icon i {
    margin-left: 14px;
}
.footer-logo {
    text-align: center;
    padding: 0px 0 20px;
    border-bottom: 1px solid #fff;
}
.footer-logo img {
    width: 120px;
}
.footer {
    background: rgba(92, 162, 252, 0.1);
    border-radius: 24px;
}
.footer {
    background: rgba(92, 162, 252, 0.1);
    border-radius: 24px;
    margin: 0px 20px 20px;
    padding: 20px 0;
}
.footer-nav ul {
    list-style: none;
    padding: 0;
}
.footer-nav {
    padding-top: 30px;
}
.cont-head h5 {
    font-size: 18px;
    font-weight: 600;
}
.cont-head ul li {
    padding: 8px 0;
}
.cont-head ul li a {
    font-size: 16px;
    font-weight: 400;
    color: #000;
}
.cont-head ul li img {
    width: 14px;
    position: absolute;
    left: 0;
    top: 14px;
}
ul.addres-icon li {
    position: relative;
    padding-left: 25px;
}
.letter-box-footer h4 {
    font-size: 18px;
    font-weight: 600;
    color: #fff;
}
.letter-box-footer {
    background: #1a63c3;
    padding: 20px 20px;
    border-radius: 24px;
}
.letter-box-footer input {
    background: transparent;
    color: #fff !important;
}
.letter-box-footer form {
    position: relative;
}
.letter-box-footer form button.sub {
    position: absolute;
    top: 0px;
    right: 0;
    border: 0;
    border-top-right-radius: 4px;
    font-size: 12px;
    border-bottom-right-radius: 4px;
    font-weight: 500;
    padding: 9px 14px;
    background: rgba(255, 255, 255, 0.2);
    color: #fff;
}
.letter-box-footer input {
    background: rgba(255, 255, 255, 0.1);
    border: none;
}
.form-control:focus {
    color:#fff;
    background-color:  rgba(255, 255, 255, 0.1);
    border-color: none;
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgb(0 123 255 / 25%);
}
.footer-in::-webkit-input-placeholder {
    color: #ffffff40 !important;
    font-size: 14px;
}
.letter-box-footer p {
    color: #ffffff78;
    font-size: 13px;
    font-weight: 500;
    padding-top: 12px;
}
.about-banner {
    background-image: url(../images/about-banner.png);
    height: 350px;
    background-size: 100% 100%;
}
.detail-story h2 mark {
    background: transparent;
    padding: 0;
    color: #1a63c3;
}
.detail-story h2 {
    text-align: center;
    font-size: 35px;
    font-weight: 800;
    margin-bottom: 20px;
}
.ourstory {
    padding: 50px 0;
}
.detail-story p, .para-b p {
    text-align: justify;
    font-size: 18px;
    font-weight: 400;
    color: #2D3C3C;
    line-height: 2;
}
.hedin-bg {
    background: #1A63C3;
    padding: 40px 0;
}
.ad-de h4 {
    font-size: 42px;
    font-weight: 400;
    line-height: 2;
    color: #fff;
}
.ad-de {
    text-align: center;
}
.para-b p {
    padding: 40px 0;
}
.team {
    background: #F8F8F8;
    padding: 40px 0;
    margin-bottom: 30px;
}
.team-details img {
    width: 40%;
}
.team-details p {
    font-size: 20px;
    font-weight: 400;
    color: #9A999C;
}
.team-details h3 {
    font-size: 28px;
    font-weight: 600;
    padding-top: 21px;
}
.team-details:before {
    position: absolute;
    content: "";
    background-image: url(../images/team-bg.png);
    width: 80%;
    height: 61%;
    z-index: -1;
    left: 0;
    right: 0;
    margin: 0 auto;
    background-size: 100% 100%;
}
.team-details {
    position: relative;
    text-align: center;
    margin-top: 50px;
    z-index: 9;
}
.blog-banner {
    background-image: url(../images/blogbg.png);
    height: 350px;
    background-size: 100% 100%;
    position: relative;
}
.blog-banner:before {
    position: absolute;
    content: "";
    background-image: url(../images/blogbannerimg.png);
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-size: 100% 100%;
}
.content-banner-blog {
    text-align: center;
    padding: 94px 0;
}
.content-banner-blog h3 {
    font-size: 48px;
    font-weight: 400;
    color: #fff;
    line-height: 1.8;
}
.blog-details-sec {
    margin: 50px 0;
}
.leftdetailsblog ul li a {
    font-size: 13px;
    font-weight: 500;
    color: #2D3C3C;
}
.leftdetailsblog ul li {
    padding-right: 20px;
}
.leftdetailsblog ul {
    display: flex;
    list-style: none;
    padding: 0;
}
a.activehead {
    background: #EBF2FE;
    padding: 10px 10px;
    border-radius: 4px;
    color: #1a63c3 !important;
}
.leftdetailsblog p {
    font-size: 18px;
    font-weight: 400;
}
.leftdetailsblog h4 {
    font-size: 28px;
    font-weight: 700;
    padding: 11px 0 5px;
    line-height: 1.5;
}
.leftdetailsblog {
    padding-top: 22px;
    padding-bottom: 18px;
}
.blog-details-sec .row {
    padding-top: 20px;
    padding-bottom: 20px;
    border-bottom: 2px solid #EBF2FE;
}
nav.pagging-blog ul li {
    margin: 0 8px;
    cursor: pointer;
}
.pagging-blog .page-link {
    color: #133240;
    pointer-events: none;
    cursor: auto;
    background-color: #fff;
    border-radius: 4px;
    border-color: #C4C4C4;
    padding: 10px 10px;
}
a.page-link i {
    margin: 0 4px;
}
.pagging-blog .pagination {
    justify-content: flex-end;
}
.left-formcontact h2 {
    text-align: left;
}
.form-contact:before {
    position: absolute;
    content: "";
    background-image: url(../images/contact-img.png);
    width: 30%;
    height: 100%;
    right: 0;
    top: 0;
    background-repeat: no-repeat;
}
.form-contact:after {
    position: absolute;
    content: "";
    background-image: url(../images/contact-form-bg.png);
    width: 30%;
    height: 100%;
    right: 0;
    top: 0;
    background-repeat: no-repeat;
    background-size: 100% 100%;
}
.form-contact {
    position: relative;
    margin: 60px 0;
}
.form-contact .form-control {
    border-radius: inherit;
    padding: 15px 15px;
}
.form-contact form{
    padding-top:20px;
}
select#selct-input {
    padding: unset;
    padding-left: 11px;
    height: 50px;
}
.contact-bt {
    width: 100%;
    margin-top: 20px;
    background: #1A63C3;
    font-size: 22px;
    border-color: #1A63C3;
}
.form-contact .form-control:focus {
    color: #000;
}
.address-det ul {
    display: flex;
    list-style: none;
    padding: 0;
    justify-content: space-between;
    padding: 20px 0;
    flex-wrap: wrap;
}
.address-det img {
    width: 25px;
}
.address-det li img {
    position: absolute;
    left: 0;
    top: 10px;
}
.address-det li {
    position: relative;
    padding-bottom: 20px;
    padding-left: 38px;
}
.address-det ul li a mark {
    background: transparent;
    padding: 0;
    color: #1A63C3;
}
.address-det ul li a {
    color: #133240;
    font-size: 14px;
    font-weight: 400;
}
.map-right {
    padding: 60px 24px;
    z-index: 1;
    overflow: hidden;
}
.privacy-banner {
    background-image: url(../images/privacy-banner.png);
    height: 350px;
    background-size: 100% 100%;
}
.privacy-contact {
    margin: 40px 0;
}
.contant-pr p {
    font-size: 18px;
    font-weight: 400;
    text-align: justify;
    padding-bottom: 10px;
}
.privacy-contact h2 {
    margin-bottom: 40px;
}
li.login-nav {
    margin-left: 20px;
}
button.head-login-btn {
    background: #1a63c3;
    border-color: #1a63c3;
}
button.head-login-btn {
    background: transparent !important;
    color: #2D3C3C;
    border: none;
    padding: 9px 0;
}
.left-detils-login {
    width: 50%;
    padding:180px 0;
}
.img-bg-login {
    background-image: url(../images/login-bg.jpg);
    background-size: 100% 100%;
    position: relative;
}
.img-bg-login:before {
    content: "";
    background: #00000059;
    position: absolute;
    width: 100%;
    height: 100%;
}
.in-lgin {
    padding: 40px 40px !important;
}
.left-detils-login p {
    font-size: 19px;
    font-weight: 400;
    color: #fff;
}
.left-detils-login h2 {
    color: #fff !important;
    font-size: 40px;
    font-weight: 600;
}
.cops p {
    position: absolute;
    top: 50%;
}
.cops h2 {
    position: absolute;
    top: 40%;
}
.right-login-form img {
    width: 100%;
    max-width: 180px;
    text-align: center;
    margin: 0 auto;
    position: absolute;
    left: 0;
    right: 0;
    top: 20px;
}
.head-login {
    border: 0 !important;
    padding: 0 !important;
}
.right-login-form {
    width: 50%;
    background: #fff;
    padding: 0 30px !important;
    border-radius: 10px;
    position: relative;
    box-shadow: 0 0 20px #6c6c6c73;
}
.right-login-form form {
    margin-top: 130px;
}
.right-login-form form label {
    font-size: 18px;
    font-weight: 400;
    color: #404040;
}
.right-login-form form .form-control {
    background: rgba(45, 60, 60, 0.05);
    border: 0;
}
.right-login-form a {
    color: #2D3C3C;
    font-size: 18px;
    font-weight: 400;
}
.bottom-sin a {
    color: #1A63C3;
}
/* .bottom-sin {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
} */
.justify-content-space-between {
    justify-content: space-between;
}
.bottom-sin a:hover {
    color: #2D3C3C !important;
}
.right-login-form a:hover {
    color: #1A63C3;
}
.login-close {
    color: #ffffff !important;
    opacity: 1;
    right: 20px;
    top: 8px;
}
.forgot-left {
    padding: 80px 0;
}
.modal-dialog {
    max-width: 890px !important;
}
button.head-login-btn:hover {
    color: #1a63c3;
}
button.rest-pass {
    margin-bottom: 30px;
}
.blog-box {
    margin-bottom: 30px;
}
@media (max-width: 1175px){
    .banner-home:after {
        bottom: -93px;
    }
}
@media (max-width: 991px){
    ul.navbar-nav {
        position: unset;
        right: unset;
    }
    button.head-login-btn {
        padding: 10px 0 15px;
    }
    .banner-home:after {
       display: none;
    }
    .btn-cont {
        width: 120px;
    }
    .left-detils-login {
        padding: 0px 0;
        width: 100%;
    }
    .bottom-sin {
        position: unset;
    }
    .right-login-form {
        width: 100%;
    }
}
@media (max-width: 900px){
    .content-ab {
        position: relative;
        bottom: 0;
        width: 100%;
        right: 0;
        padding: 30px 30px;
    }
    .content-ab img {
        width: 70px !important;
    }
    span.carousel-control-next-icon {
        display: none;
    }
    .image-cont img {
        width: 100%;
    }
}
@media (max-width: 782px){
    .feature-box {
        width: calc(50% - 20px);
    }
}
@media (max-width: 760px){
    .make-office img {
        margin: 0;
    }
    .address-det li {
        width: 100%;
    }
    .make-office:before, .form-contact:before, .form-contact:after {
        display: none;
    }
}
@media (max-width: 600px){
    .content-banner-blog h3 {
        font-size: 33px;
    }
    .left-detils-login {
        padding: 0px 0;
        width: 100%;
    }
    .bottom-sin {
        position: unset;
    }
    .right-login-form {
        width: 100%;
    }
}

@media (max-width: 468px){
    .callslider img {
        height: 100%;
        width: 100%;
    }
    .feature-box {
        width: calc(100% - 20px);
    }
    a.page-link i {
        display: none;
    }
    .content-banner {
        padding-top: 61px;
        padding-bottom: 60px;
    }
}
.navbar-light .navbar-toggler {
    color: rgb(26 99 195);
    border-color: rgb(26 99 195);
    
}
.success-stories:before {
    position: absolute;
    background: #2a2a2ab8;
    content: "";
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    z-index: -1;
}
.success-stories {
    position: relative;
    background-image: url(../images/social-background.jpg);
    margin: 40px 0;
    padding: 40px 0;
    text-align: center;
    background-size: 100% 100%;
    z-index: 99;
}
.cont-suces h2 {
    color: #fff !important;
    font-size: 48px;
    font-weight: 700;
    line-height: 1.4;
    margin: 0 130px 30px;
}
.cont-suces p {
    color: #fff;
    padding: 0 110px;
    font-size: 23px;
}
.success-stories a {
    padding: 10px 30px !important;
    font-size: 20px;
    margin-top: 11px;
    display: inline-block;
}
.cont-suces mark {
    padding: 0;
    background: transparent;
    color: #fff;
    font-size: 30px;
    font-weight: 600;
}