@font-face {
    font-family: DMSans;
    src: url('../../fonts/DM_Sans/DMSans-VariableFont_opsz\,wght.ttf');
}

@font-face {
    font-family: Inter;
    src: url('../../fonts/Inter/Inter-VariableFont_slnt\,wght.ttf');
}

body {
    font-family: Inter !important;
}

h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
    font-family: DMSans !important;
    font-weight: 600;
}

.heading-sec {
    font-weight: 700;
    font-size: 40px;
    text-transform: uppercase;
}

.btn-primary-radius {
    background-color: #1D1D21;
    color: #fff !important;
    border-radius: 30px;
    padding: 10px 30px !important;
}
.btn-secondary-radius {
    background-color: #fff;
    color: #28292D !important;
    border-radius: 30px;
    font-weight: 600;
    width: 180px;
    height: 60px;
    line-height: 45px;
    text-align: center;
    font-size: 20px;
}

.btnPrimary {
    background-color: #1D1D21;
    color: #fff !important;
    padding: 15px 30px !important;
    border-radius: 8px;
    font-size: 20px;
    font-weight: 600;
}

/*Navbar*/
.secondary-nav {
    box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.09);
}

.logo-style {
    height: 58px;
    width: 116px;
}

/*Navbar*/


/*====Home====*/


/*====Home====*/
.home_banner_area {
    background-color: #FBFAF9;
}

.site-header {
    background-color: white !important;
}

.home_banner_area {
    padding-bottom: 44px;
}

.home_banner_area .top-left-content {
    position: absolute;
    top: 239px;
    left: 341px;
    white-space: nowrap;
    font-size: 25px;
    line-height: 29px;
    color: #3299cf;

}

.home_banner_area .top-left-content1 {
    position: absolute;
    top: 448px;
    left: 262px;
    white-space: nowrap;
    font-size: 25px;
    line-height: 29px;
}
.banner-img{
    position: relative;
}
.topbanneranimateImg {
    position: absolute;
    right: 44%;
    bottom: 20%;
}

.img-rotate {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 140px;
    height: 140px;
    margin: -70px 0 0 -70px;
    -webkit-animation: spin 10s linear infinite;
    -moz-animation: spin 10s linear infinite;
    animation: spin 10s linear infinite;
}

@-moz-keyframes spin {
    100% {
        -moz-transform: rotate(360deg);
    }
}

@-webkit-keyframes spin {
    100% {
        -webkit-transform: rotate(360deg);
    }
}

@keyframes spin {
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

nav li a {
    color: #878787 !important;
}
.nav-item.active .nav-link {
    color: #1D1D21 !important;
    font-weight: 600;
}
.heading-title {
    padding-left: 72px;
    font-size: 30px;
    line-height: 0.8em;
}

.about-cta .about-text h3 {
    color: #3a3a3a;
    font-size: 30px;
    font-weight: 500;
    font-style: normal;
    font-stretch: normal;
    line-height: 0.73;
    letter-spacing: -0.72px;
}

.text-color__common {
    color: #3399cc;
}

.who-are-we {
    font-size: 22px;
}

.text-color_dark {
    color: #3a3a3a;
}

.team-section {
    background-color: #f1f1f1;
}

.blue-line {
    border-bottom: 3px solid #3299cf;
    display: flex;
    margin: auto;
}

.team-section .blue-line {
    width: 60px;
}

.team-section .our-team__text p {
    font-size: 22px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.59;
    letter-spacing: -0.53px;
    color: #3a3a3a;
}

.team-section .our-team__photos img {
    width: 325px;
    height: 282px;
    border-radius: 4px;
    border: solid 1px #707070;
}

.team-section .our-team__photos .employee-name h4 {
    font-size: 22px;
    font-weight: 500;
    font-style: normal;
    font-stretch: normal;
    line-height: 1;
    letter-spacing: -0.53px;
    color: #636464;
}

.customers {
    background-color: #2BC3A7;
}

.customers h5 {
    font-size: 24px;
    font-weight: 500;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.46;
    letter-spacing: -0.58px;
}

.customers .white-line {
    width: 100px;
}

.white-line {
    border-bottom: 3px solid #ffffff;
    display: flex;
    margin: auto;
}

.customers .our-team__text p {
    font-size: 20px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.82;
    letter-spacing: -0.53px;
}

.promise {
    background-color: #f1f1f1;
}

.text-color__common {
    color: #2BC3A7;
}

.promise .blue-line {
    width: 80px;
}

.blue-line {
    border-bottom: 3px solid #2BC3A7;
    display: flex;
    margin: auto;
}

.text-color_dark {
    color: #3a3a3a;
}

.query .query-div {
    padding-top: 2.5rem !important;
    padding-bottom: 2.5rem !important;
}

.query {
    background-color: #2BC3A7;
    color: #ffffff;
}

.query .query-info {
    color: #363333;
}

.about_area {
    position: relative;
}

.section_gap_top {
    padding-top: 50px;
}

.main_title {
    text-align: center;
    max-width: 680px;
    margin: 0px auto 95px;
}

.main_title .top-part p {
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 600;
}

.main_title p {
    margin-bottom: 0px;
}

.main_title h2 {
    font-family: "Playfair Display", serif;
    font-size: 20px;
    margin-top: 20px;
    margin-bottom: 20px;
}

.section_gap {
    padding: 150px 0;
}

.mapBox {
    height: 420px;
    margin-bottom: 80px;
}

.contact-direction {
    width: 100%;
    height: 100%;
    overflow-x: hidden;
    /* margin-top: 6%; */
}

.contact-direction .feature.map {
    height: 100%;

}

.contact-direction .map iframe {
    width: 100%;
}

.contact_info .info_item {
    position: relative;
    padding-left: 45px;
}

.contact_info .info_item i {
    position: absolute;
    left: 0;
    top: 0;
    font-size: 20px;
    line-height: 24px;
    color: #56c3a7;
    font-weight: 600;
}

.lnr {
    font-family: 'Linearicons-Free';
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.lnr-home:before {
    content: "\e800";
}

.contact_info .info_item h6 {
    font-size: 16px;
    line-height: 24px;
    font-weight: bold;
    margin-bottom: 0px;
    color: #222222;
}

.contact_info .info_item p {
    font-size: 14px;
    line-height: 24px;
    padding: 2px 0px;
    color: #777777;
}

lnr-envelope:before {
    content: "\e818";
}

.contact_form .form-group .form-control {
    font-size: 13px;
    line-height: 26px;
    color: #999;
    border: 1px solid #eeeeee;
    font-family: "Roboto", sans-serif;
    border-radius: 0px;
    padding-left: 20px;
}

.contact_form .form-group textarea.form-control {
    height: 134px;
}

.contact_form .submit_btn {
    margin-top: 20px;
    cursor: pointer;
}

.submit_btn {
    width: auto;
    display: inline-block;
    background: #2BC3A7;
    padding: 0px 50px;
    color: #fff;
    font-family: "Roboto", sans-serif;
    font-size: 14px;
    font-weight: 500;
    line-height: 50px;
    border-radius: 0px;
    outline: none !important;
    box-shadow: none !important;
    text-align: center;
    border: 1px solid #2BC3A7;
    cursor: pointer;
    transition: all 300ms linear 0s;
}

.career-info {
    background-color: white;
    /* box-shadow: 0px 9.5px 15px 0.5px rgb(119, 119, 119); */
    -webkit-box-shadow: 0px 9.5px 25px 5.5px rgb(236, 236, 235);
    box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.08);
    margin-bottom: 5%;
    margin-top: 2%;
}

.career-info-head {
    color: #666666;
}

.career-message-para {
    margin: 3% auto;
    max-width: 77%;
}

.career-message-para p {
    line-height: 1.7;
}

.about .about-info {
    background-color: white;
    border-radius: 3px;
    box-shadow: -1px 5px 20px 4px rgba(0, 0, 0, 0.1);
    margin-bottom: 7%;
}

.about .about-para h1, .about .about-difference h1 {
    color: #666666;
    font-weight: 700;
}

.footer-area {
    min-height: 100%;
}

.footer-area {
    color: #33353E;
}

.footer-area h6 {
    color: #101010;
    margin-bottom: 25px;
    font-size: 18px;
    font-weight: 600;
}

.single-footer-widget p {
    line-height: 26px;
    font-size: 16px;
    font-family: "Roboto", sans-serif;
    font-weight: 500;
    color: #777777;
}

.single-footer-widget .footer-nav li {
    list-style: none;
    margin-bottom: 12px;
}

.single-footer-widget .footer-nav li a {
    color: #33353E;
}

.single-footer-widget .footer-nav li a:hover {
    color: #000;
}

.footer-nav {
    justify-content: space-evenly;
}

a:hover, a:focus {
    text-decoration: none;
    outline: none;
}

.text-secondary {
    color: #777777 !important;
}

.shadow-common {
    box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.08);
    border-radius: 3px;
}

.mail-color {
    color: #222222 !important;
}



main {
    position: relative;
    /*top: 120px;*/
    overflow-x: hidden;
    overflow-y: hidden;
}

.contact-direction {
    width: 100%;
    height: 100%;
    overflow-x: hidden;
    padding-bottom: 10px;
    /*margin-top: 6%;*/
}

.contact-direction .feature.map {
    height: 100%;
    -webkit-filter: grayscale(100%);
    /* Safari 6.0 - 9.0 */
    filter: grayscale(100%);
}

.contact-direction .map iframe {
    width: 100%;
}

.contact-direction .feature.iframe {
    height: 100%;
    width: 100%;
    border: 0;
    /*filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#grayscale"); !* Firefox 10+ *!
    filter: gray; !* IE6-9 *!
    -webkit-filter: grayscale(99%); !* Chrome 19+ & Safari 6+ *!*/
    -webkit-backface-visibility: hidden;
    /* Fix for transition flickering */
}

/* unvisited link */
.email-link:link, .email-link:visited, .email-link:hover, .email-link:active,
.phone-link:link, .phone-link:visited, .phone-link:hover, .phone-link:active {
    color: white;
}

/*.write-us {
    position: relative;
    top: -50%;
    left: -10%;
}*/
.wirte-us--contact {
    background: #2BC3A7;
    color: white;
    position: absolute;
    top: 58%;
    left: 0.5%;
    width: 36%;
}

.wirte-us--none {
    display: none;
    height: 0;
}

.btn-write {
    float: right;
}

.writeus-modaldialog {
    max-width: 100%;
    /*max-height: 100%;*/
    height: 100vh;

    /*width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;*/
}

.writeus-modalcontent {
    background: rgba(24, 62, 132, .8);
    /* height: 100vh !important; */
    height: auto;
    min-height: 100%;
    border-radius: 0;
}

.writeus-border {
    height: 0;
    width: 100%;
    border-bottom: 5px solid #ffffff;
}

.writeus-container {
    padding-top: 6%;
}

.inp-style {
    border-radius: 0;
    background-color: transparent;
    color: white;
    width: 100% !important;
}

.inp-style:focus {
    background-color: transparent;
    border-color: white;
    color: white;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.writeform-btn {
    padding-left: 8.5% !important;
    padding-right: 8.5% !important;
    border-radius: 0;
    text-transform: uppercase;
}

.close-modal-outside {
    position: absolute;
    top: 0;
    right: 0;
    width: 6rem;
    height: 6rem;
    border: 1px solid white;
    border-radius: 0;
}

.close-modal-outside:hover {
    -webkit-transition: all .4s ease;
    -o-transition: all .4s ease;
    transition: all .4s ease;
    color: #343638;
    background: rgba(255, 255, 255, .8);
}

.close_btn {
    color: #ffffff;
    opacity: unset;
    position: absolute;
    top: 15px;
    right: 18px;
}

.notfound .notfound-404 h5 {
    font-family: 'Montserrat', sans-serif;
    font-size: 64px;
    margin: 0;
    font-weight: 900;
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    background: url(../img/bg.jpg) no-repeat;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-size: cover;
    background-position: center;
}

.navbar {
    padding-top: 1rem;
    padding-bottom: 1rem;
}

.sec-gap {
    padding-top: 70px;
    padding-bottom: 70px;

}

.management-sec {
    background-color: #28292D;
    color: #fff;
}

.counter-number {
    font-size: 60px;
    font-weight: 600;
    position: relative;
    top: 16px;
}

p.count-name {
    color: #ABB2C3;
}

.service-content p {
    color: #878787;
}

.our-service {
    background-color: #F9F9FB;
}
.our-service img{
    border-radius: 12px;
}
.our-service .img-sec{
    position: relative;

}
a.btn-img {
    position: absolute;
    z-index: 12;
    bottom: 0px;
    width: auto;
    right: 0px;
    background-color: #28292de6;
    padding: 15px 30px;
    color: #fff;
    font-size: 20px;
    font-weight: 600;
}
a.btn-img:hover{
    background-color: #28292D;
    letter-spacing: 0.5px;
    transition-duration: 0.5s;
}
a.btn-img.btn-img1 {
    border-radius: 15px 0px 15px 0px;
}
a.btn-img.btn-img2{
    left: 0px;
    right: unset;
}

a.btn-img.btn-img2 {
    border-radius: 0px 15px 0px 15px;
}

.service-content h2 {
    font-size: 40px;
    font-weight: 700;
}
.serviceanimateImg{
    text-align: center;
}
.service-img-rotate{
    position: absolute;
    top: 50%;
    left: 50%;
    width: 140px;
    height: 140px;
    margin:-70px 0 0 -70px;
    -webkit-animation:spin 10s linear infinite;
    -moz-animation:spin 10s linear infinite;
    animation: spin 10s linear infinite;
}

.content-why-choose {
    padding-left: 2rem;
}

.content-why-choose h3 {
    font-size: 40px;
    font-weight: 700;
}

.text-gray {
    color: #878787;
}

.choose-point h4 {
    font-size: 22px;
}

.customer-priority h3 {
    font-size: 40px;
    font-weight: 700;
}

.customer-priority {
    background-color: #28292D;
    color: #fff;
}

.second-footer-section {
    margin-top: 3rem;

}

.copyright p, .copyright p a {
    color: #33353E;
    font-weight: 500;
    line-height: 25.6px;
}

.copyright p a {
    text-decoration: underline;
}

ul.socialmedaList {
    list-style: none;
}

ul.socialmedaList li {
    display: inline-block;
    margin-left: 1.5rem;
}

hr.divider {
    margin-top: 3rem;
    margin-bottom: 3rem;
}

.test_carousel {
    margin-top: 4rem;
}

.quot {
    width: 40px !important;

}

.test_carousel p {
    font-weight: 500;
}

.ourPrioritySlidHeading {
    font-size: 20px;
    font-weight: 600;
    text-transform: uppercase;
    margin-bottom: 3rem;
}

.desti {
    color: #757B8A;
}
.offset-md-2.borderRight::before {
    content: "";
    display: block;
    border-left: 1px solid #757B8A;
    height: 100%;
    width: 3px;
    position: absolute;
    left: -92px;
}
.test_carousel .owl-dots {
    position: relative;
    top: 2rem;
}
section.page-header {
    padding-top: 50px;
    padding-bottom: 50px;
}
.page-header .header-content h1{
    font-weight: 700;
    font-size: 40px;
    text-transform: uppercase;
}
.ourMission .content-why-choose {
    padding-left: 0rem;
}
.section-heading{
    font-size: 40px;
    font-weight: 700;
}
.our_approach{
    background-color: #F9F9FB;
}
.our_approach .card {
    padding: 2rem;
    background-color: #fff;
    border-radius: 12px;
    box-shadow: 2px 2px 16px 3px #e4e3e3;
    margin-bottom: 1.5rem;
    min-height: 500px;
}
.txt-gray{
    color: #878787 !important;
}
.fs-20{
    font-size: 20px;
}
.serviceList{
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 2rem;
}
.contact-us{
    background-color: #28292D;
    color: #fff;
}
.form-card {
    padding: 2rem;
    background-color: #fff;
    color: #1D1E25;
    border-radius: 16px;
    /* box-shadow: 0px 0px 12px 4px gray; */
}
.form-card p{
    color: #757B8A;
    font-size: 18px;
    font-weight: 600;
}
input.form-control {
    height: 50px;
    border-radius: 8px;
}
.contactForm ::placeholder{
    font-weight: 600;
    color: #757B8A;
}
.form-content h2 {
    font-weight: 700;
    margin-bottom: 30px;
    letter-spacing: 0.2px;
}
.form-content h2::after {
    content: "";
    width: 94px;
    position: absolute;
    border: 2px solid #fff;
    display: block;
    margin-top: 7px;
}
.list-none{
    list-style: none;
}
.list-none a span{
    font-size: 20px;
    color: #fff;
}
.list-none{
    padding-left: 0px;
    margin-top: 2.5rem;
}
.list-none li{
    margin-bottom: 2rem;
}
.mission-card{
    margin-bottom: 1.5rem;
}
.mission-card .card-content {
    background-color: #A4A4A4;
    color: #fff;
    min-height: 235px;
}
.nav-item.active  a.nav-link.nav-border.btn-primary-radius{
    color: #fff !important;
}
.service-content h3{
    font-size: 30px;
    font-weight: 700;
}
.content p, .service-content p,.choose-point p {
    text-align: justify;
}
/* media query */
@media only screen and (min-width: 1476px) {
    .container-fluid {
        width: 80%;
    }
}
@media only screen and (max-width: 1475px) {
    .container-fluid {
        width: 90%;
    }
    .mission-card .card-content {
        background-color: #A4A4A4;
        color: #fff;
        min-height: 300px;
    }

    .our_approach .card{
        min-height: 550px;
    }
}
@media only screen and (max-width: 1280px) {
    li.nav-item.pr-md-0.pr-lg-2.nav-element.mx-4{
        margin-left: 5px !important;
        margin-right: 5px !important;
    }
    
}

@media only screen and (max-width: 767px){
    .our_approach .card{
        min-height: 540px;
    }
}
@media only screen and (max-width: 1024px){
    .our_approach .card{
        min-height: 615px;
    }
    .mission-card .card-content {
        background-color: #A4A4A4;
        color: #fff;
        min-height: 348px;
    }
    li.nav-item.pr-md-0.pr-lg-2.nav-element.mx-4{
        margin: 0px !important;
        margin: 0px !important;
    }
}
@media only screen and (min-width: 767px) and (max-width: 768px)  {
    .our_approach .card {
        min-height: 748px;
    }
    .mission-card .card-content {
        background-color: #A4A4A4;
        color: #fff;
        min-height: 516px;
    }
    .navbar-nav a.nav-link.nav-border.btn-primary-radius{
        text-align: center;
        display: inline-block;
    }
}

@media only screen and (max-width: 767px) {
    .heading-sec {
        font-size: 30px;
        margin-bottom: 1rem;
    }
    .service-content h3{
        font-size: 23px;
    }
    .mb-sm-4{
        margin-bottom: 2rem;
    }
    .sec-gap {
        padding-top: 40px;
        padding-bottom: 40px;
    }
    .management-sec .text-right{
        margin-top: 3rem;
    }
    .service-content .serviceanimateImg {
        margin-top: 13rem;
    }
    img.img-fluid.circle-icon{
        position: relative;
        bottom: 110px;

    }
    .col-md-5.offset-md-2.borderRight {
        margin-top: 3rem;
    }
    .offset-md-2.borderRight::before{
        display: none;
    }
    footer .d-flex.justify-content-between.align-items-center {
        display: block !important;
    }
    footer .getBtnSec{
        margin-top: 2rem;
    }
    .topbanneranimateImg {
        position: absolute;
        right: 33%;
        bottom: 1%;
    }
    .img-rotate {
        width: 100px;
        height: 100px;
        margin: -50px 0 0 -50px;
    }
    .service-content h2 {
        font-size: 30px;
    }
    a.btn-img{
        font-size: 13px;
    }
    .content-why-choose {
        margin-top: 2rem;
    }
    a.nav-link.nav-border.btn-primary-radius {
        text-align: center;
    }
    .page-header .header-content h1{
        font-size: 40px;
    }
    section.page-header {
        padding-top: 31px;
        padding-bottom: 30px;
    }
    .our_approach .card{
        min-height: unset;
    }
    .d-mbo-block .getBtnSec span{
        display: block;
    }
    .d-mbo-block .getBtnSec a.btnPrimary {
        margin-top: 1rem;
        display: inline-block;
    }
    .mission-card .card-content {
        min-height: unset;
    }
    .content.pr-5{
        padding-right: 0px !important;

    }
    .section-heading{
        font-size: 30px;
    }
    .serviceList {
        font-size: 16px;
    }
    .customer-priority h3{
        font-size: 30px;
    }
    .btnPrimary{
        font-size: 16px;
    }
    .form-content{
        margin-top: 2rem;
    }
    .our_approach .icon img{
        max-width: 50%;
    }
}



@media only screen and (max-device-width: 575.98px) {
    .wirte-us--contact {
        width: 65%;
    }
}

@media only screen and (max-width: 768px) {
    /* For mobile phones: */


}

/*Footer*/



/*Footer*/