@import url("https://fonts.googleapis.com/css2?family=Montserrat:wght@100;200;300;400;500;600&display=swap");
* {
    font-family: 'Montserrat', sans-serif;
    margin: 0;
    padding: 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    outline: none;
    border: none;
    text-decoration: none;
    -webkit-transition: all .2s linear;
    transition: all .2s linear;
}

html {
    font-size: 62.5%;
    overflow-x: hidden;
    scroll-behavior: smooth;
    scroll-padding-top: 6rem;
}

html::-webkit-scrollbar {
    width: 1rem;
}

html::-webkit-scrollbar-track {
    background: #fff;
}

html::-webkit-scrollbar-thumb {
    background: #2597f4;
    border-radius: 5rem;
}

section {
    padding: 5rem 10%;
}

.heading {
    text-align: center;
    margin-bottom: 3rem;
    font-size: 4rem;
    text-transform: capitalize;
    color: #334;
}

.heading span {
    color: #2597f4;
}

.btn {
    display: inline-block;
    margin-top: 1rem;
    padding: 1rem 3rem;
    cursor: pointer;
    background: #fff;
    font-size: 1.7rem;
    text-transform: capitalize;
    color: #334;
    border: 0.2rem solid #334;
}

.btn:hover {
    background: #2597f4;
    border-color: #2597f4;
    color: #fff;
}

.header .contact-info {
    padding: 2rem 10%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    background: #2597f4;
}

.header .contact-info p {
    font-size: 1.5rem;
    color: #fff;
}

.header .contact-info p i {
    padding-right: .5rem;
    color: yellow;
}

.header .navbar {
    padding: 0 5%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    background: #fff;
    border-bottom: 0.2rem solid #334;
    position: relative;
    z-index: 1000;
}

.header .navbar.active {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    border-bottom: none;
    -webkit-box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.1);
    box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.1);
}

.header .navbar .logo {
    font-size: 2.5rem;
    text-transform: capitalize;
    color: #334;
    font-weight: bolder;
}

.header .navbar .logo img {
    width: 100%;
    height: 100px;
}

.header .navbar .links a {
    margin-left: 2rem;
    font-size: 2rem;
    text-transform: capitalize;
    color: #334;
    font-weight: 700;
}

.header .navbar .links a:hover {
    text-decoration: underline;
    color: #2597f4;
}

.header #menu-btn {
    font-size: 3rem;
    cursor: pointer;
    color: #334;
    display: none;
}


/* slider */

#slider {
    margin: 0 auto;
    overflow: hidden;
}

.slides {
    overflow: hidden;
    animation-name: fade;
    animation-duration: 1s;
    display: none;
}

img {
    width: 100%;
}

#dot {
    margin: 0 auto;
    text-align: center;
}

.dot {
    display: inline-block;
    border-radius: 50%;
    background: #d3d3d3;
    padding: 8px;
    margin: 10px 5px;
}

.active {
    background: black;
}

@media (max-width:567px) {
    #slider {
        width: 100%;
    }
}

#heading {
    display: block;
    text-align: center;
    font-size: 2em;
    margin: 10px 0px;
}


/* slider */

.home {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 3rem;
}

.home .image {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 42rem;
    flex: 1 1 42rem;
}

.home .image img {
    width: 100%;
}

.home .content {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 42rem;
    flex: 1 1 42rem;
}

.home .content h3 {
    font-size: 4.5rem;
    text-transform: capitalize;
    color: #334;
}

.home .content p {
    font-size: 1.5rem;
    line-height: 2;
    color: #777;
    padding: 1rem 0;
}


/* new services */


/*  end services */

.fun-fact {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: (minmax(25rem, 1fr))[auto-fit];
    grid-template-columns: repeat(auto-fit, minmax(25rem, 1fr));
    gap: 2rem;
    background: #f5f5f5;
    gap: 3.5rem;
}

.fun-fact .box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 2rem;
}

.fun-fact .box img {
    height: 10rem;
}

.fun-fact .box h3 {
    font-size: 4rem;
    text-transform: capitalize;
    color: #334;
}

.fun-fact .box p {
    font-size: 1.5rem;
    line-height: 2;
    color: #777;
    padding-top: .5rem;
}

.about {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap-reverse;
    flex-wrap: wrap-reverse;
    gap: 3rem;
    padding-top: 0;
}

.about .image {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 42rem;
    flex: 1 1 42rem;
}

.about .image img {
    width: 100%;
    height: 500px;
}

.about .content {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 42rem;
    flex: 1 1 42rem;
}

.about .content h3 {
    font-size: 3rem;
    text-transform: capitalize;
    color: #334;
    padding-bottom: .5rem;
}

.about .content p {
    font-size: 1.8rem;
    color: #021727;
    padding: 1rem 0;
    font-weight: 500;
}

.services {
    background: #f5f5f5;
}

.services .box-container {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: (minmax(30rem, 1fr))[auto-fit];
    grid-template-columns: repeat(auto-fit, minmax(30rem, 1fr));
    gap: 2rem;
}

.services .box-container .box {
    text-align: center;
    background: #fff;
    border: 0.2rem solid #334;
    -webkit-box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.1);
    box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.1);
    padding: 3rem 2rem;
}

.services .box-container .box:hover {
    background: #334;
}

.services .box-container .box:hover h3 {
    color: #fff;
}

.services .box-container .box:hover p {
    color: #fff;
}

.services .box-container .box img {
    height: 7rem;
    margin-bottom: .5rem;
}

.services .box-container .box h3 {
    font-size: 2rem;
    text-transform: capitalize;
    color: #334;
    padding: 1rem 0;
}

.services .box-container .box p {
    font-size: 1.5rem;
    line-height: 2;
    color: #777;
}


/* services-home-new */

@media (min-width: 670px) {
    #secondary .cols {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }
    .container,
    .container-lg {
        max-width: 1040px;
    }
    .container,
    .container-fluid,
    .container-lg,
    .container-wide,
    .container-xl {
        margin: 0 auto;
        padding: 0 20px;
        width: 100%;
    }
    main h2[class^=common-Uppercase] {
        color: #24b47e;
    }
    .common-UppercaseText {
        font-size: 17px;
        line-height: 28px;
        font-weight: 600;
        text-transform: uppercase;
        letter-spacing: .025em;
    }
    * {
        /* -webkit-box-sizing: border-box; */
        box-sizing: border-box;
    }
    #secondary .common-BodyText {
        margin: 15px 0 18px;
    }
    .common-BodyText {
        font-weight: 400;
        font-size: 17px;
        line-height: 28px;
        color: #525f7f;
    }
    #primary .heading-icon,
    #secondary .heading-icon {
        display: block;
        width: 150px;
        height: 150px;
        margin-bottom: 30px;
    }
    #always-improving,
    #global-scale {
        padding: 20px 0;
        border: 1px solid #f6f9fc;
    }
    #always-improving {
        border-width: 0 0 1px;
    }
    #global-scale {
        border-width: 1px 0 0;
    }
}

@media (min-width: 670px) {
    #secondary .cols {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }
    #always-improving {
        padding-right: 20px;
        border-width: 0 1px 0 0;
    }
    #always-improving,
    #global-scale {
        -webkit-box-flex: 1;
        -ms-flex: 1;
        flex: 1;
    }
    #global-scale {
        padding-left: 20px;
        border-width: 0 0 0 1px;
    }
}

@media (min-width: 1040px) {
    #always-improving {
        padding: 70px 70px 70px 0;
    }
    #global-scale {
        padding: 70px 0 70px 70px;
    }
}


/* our projects */

.projects {
    background: black;
}

.projects .heading {
    color: white;
}

.projects .box-container {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: (minmax(30rem, 1fr))[auto-fit];
    grid-template-columns: repeat(auto-fit, minmax(30rem, 1fr));
    gap: 2rem;
}

.projects .box-container .box {
    cursor: initial;
}

.projects .box-container .box:hover .image img {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}

.projects .box-container .box .image {
    height: 26rem;
    overflow: hidden;
}

.projects .box-container .box .image img {
    height: 100%;
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -webkit-transition: .2s linear;
    transition: .2s linear;
}

.projects .box-container .box .content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    background: rgb(255, 255, 255);
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.projects .box-container .box .content .info {
    padding: 1rem 2rem;
}

.projects .box-container .box .content .info h3 {
    font-size: 1.7rem;
    color: black;
}

.projects .box-container .box .content .info p {
    font-size: 1.5rem;
    color: gray;
    line-height: 2;
}

.projects .box-container .box .content i {
    width: 5.5rem;
    font-size: 3rem;
    background: #31ee5d;
    color: white;
    cursor: pointer;
    text-align: center;
    line-height: 5.5rem;
}


/* projects end */


/* services-home-new-end */

.gallery .gallery-container {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: (minmax(30rem, 1fr))[auto-fit];
    grid-template-columns: repeat(auto-fit, minmax(30rem, 1fr));
    gap: 2rem;
}

.gallery .gallery-container .box {
    height: 25rem;
    overflow: hidden;
}

.gallery .gallery-container .box:hover img {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}

.gallery .gallery-container .box img {
    height: 100%;
    width: 100%;
    /* -o-object-fit: cover; */
    /* object-fit: cover; */
}

.facilities {
    background: #f5f5f5;
}

.facilities .box-container {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: (minmax(30rem, 1fr))[auto-fit];
    grid-template-columns: repeat(auto-fit, minmax(30rem, 1fr));
    gap: 2rem;
}

.facilities .box-container .box {
    background: #fff;
    padding: 3rem;
    /* text-align: center; */
    border: 0.2rem solid #334;
    -webkit-box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.1);
    box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.1);
}

.facilities .box-container .box h3 {
    color: orange;
}

.facilities .box-container .box p {
    color: black;
}

.facilities .box-container .box ul {
    font-size: 15px;
    margin-top: 2rem;
    font-weight: 500;
}

.facilities .box-container .box:hover {
    background: #334;
}

.facilities .box-container .box:hover h3,
.facilities .box-container .box:hover h2,
.facilities .box-container .box:hover ul {
    color: #fff;
}

.facilities .box-container .box:hover p {
    color: #fff;
}

.facilities .box-container .box h3 {
    padding: 1rem 0;
    font-size: 2.2rem;
    text-transform: capitalize;
    color: #f8bb00;
}

.facilities .box-container .box h2 {
    padding: 1rem 0;
    font-size: 1.8rem;
    text-transform: capitalize;
    color: #000000;
}

.facilities .box-container .box p {
    font-size: 1.8rem;
    font-weight: 500;
    color: #403131;
}

.team .box-container {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: (minmax(25rem, 1fr))[auto-fit];
    grid-template-columns: repeat(auto-fit, minmax(25rem, 1fr));
    gap: 2rem;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
}

.team .box-container .box {
    overflow: hidden;
    text-align: center;
}

.team .box-container .box:hover .content {
    margin-bottom: 0;
}

.team .box-container .box img {
    width: 50%;
}

.team .box-container .box .content {
    padding: 2rem;
    margin-bottom: -7rem;
}

.team .box-container .box .content h3 {
    font-size: 2rem;
    text-transform: capitalize;
    color: #334;
}

.team .box-container .box .content p {
    font-size: 1.7rem;
    line-height: 2;
    font-weight: 500;
    color: #0d0d0d;
    padding: 0.5rem 0;
}

.team .box-container .box .content .share {
    margin-top: 1.5rem;
}

.team .box-container .box .content .share a {
    height: 4.5rem;
    width: 4.5rem;
    line-height: 4.5rem;
    font-size: 1.7rem;
    margin: 0 .3rem;
    background: #334;
    color: #fff;
}

.team .box-container .box .content .share a:hover {
    background: #2597f4;
}


/* clients section-starts */

.clients .clients-container {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: (minmax(20rem, 1fr))[auto-fit];
    grid-template-columns: repeat(auto-fit, minmax(20rem, 1fr));
    gap: 2rem;
}

.clients .clients-container .box {
    height: 20rem;
    overflow: hidden;
}

.clients .clients-container .box:hover img {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}

.clients .clients-container .box img {
    height: 70%;
    width: 70%;
    /* -o-object-fit: cover; */
    /* object-fit: cover; */
}


/* clients section-end */


/* logo Container */

.logo-container {
    text-align: center;
}

.logo-container img {
    height: 10rem;
    pointer-events: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}


/* logo Container end */

.contact .row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 3rem;
}

.contact .row .map {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 42rem;
    flex: 1 1 42rem;
    width: 100%;
}

.contact .row form {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 42rem;
    flex: 1 1 42rem;
    padding: 2rem;
    border: 0.2rem solid #334;
}

.contact .row form h3 {
    font-size: 2.5rem;
    text-transform: capitalize;
    color: #334;
    padding-bottom: 1rem;
}

.contact .row form .inputBox {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.contact .row form .inputBox input {
    width: 49%;
}

.contact .row form .inputBox input,
.contact .row form textarea {
    padding: 1.2rem 1.4rem;
    font-size: 1.6rem;
    color: #777;
    margin: .7rem 0;
    border: 0.2rem solid #334;
}

.contact .row form .inputBox input:focus,
.contact .row form textarea:focus {
    background: #334;
    color: #fff;
}

.contact .row form .inputBox input:focus::-webkit-input-placeholder,
.contact .row form textarea:focus::-webkit-input-placeholder {
    color: #fff;
}

.contact .row form .inputBox input:focus:-ms-input-placeholder,
.contact .row form textarea:focus:-ms-input-placeholder {
    color: #fff;
}

.contact .row form .inputBox input:focus::-ms-input-placeholder,
.contact .row form textarea:focus::-ms-input-placeholder {
    color: #fff;
}

.contact .row form .inputBox input:focus::placeholder,
.contact .row form textarea:focus::placeholder {
    color: #fff;
}

.contact .row form textarea {
    width: 100%;
    height: 15rem;
    resize: none;
}

.footer {
    background: #f5f5f5;
}

.footer .box-container {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: (minmax(25rem, 1fr))[auto-fit];
    grid-template-columns: repeat(auto-fit, minmax(25rem, 1fr));
    gap: 2rem;
}

.footer .box-container .box h3 {
    font-size: 2.2rem;
    text-transform: capitalize;
    color: #334;
    padding: 1rem 0;
}

.footer .box-container .box .link {
    display: block;
    padding: 0.5rem 0;
    font-size: 2rem;
    line-height: 2;
    color: #777;
    font-weight: 700;
}

.footer .box-container .box .link i {
    padding-right: .5rem;
    color: #2597f4;
}

.footer .box-container .box .link:hover {
    color: #2597f4;
}

.footer .box-container .box .link:hover i {
    padding-right: 2rem;
}

.footer .box-container .box p {
    padding: .5rem 0;
    font-size: 1.8rem;
    line-height: 2;
    color: #777;
}

.footer .box-container .box p span {
    color: #2597f4;
}

.footer .box-container .box .email {
    width: 100%;
    border: 0.2rem solid #334;
    padding: 1.6rem 1.4rem;
    font-size: 1.6rem;
    color: #777;
    margin: 1rem 0;
}

.footer .box-container .box .share {
    margin-top: 2rem;
}

.footer .box-container .box .share a {
    height: 4.5rem;
    width: 4.5rem;
    line-height: 4.5rem;
    font-size: 1.7rem;
    background: #334;
    color: #fff;
    margin-right: .3rem;
    text-align: center;
}

.footer .box-container .box .share a:hover {
    background: #2597f4;
}

.footer .credit {
    font-size: 2rem;
    text-transform: capitalize;
    color: #334;
    margin-top: 3rem;
    padding-top: 3rem;
    border-top: 0.2rem solid #334;
    text-align: center;
}

.footer .credit span {
    color: #2597f4;
}

@media (min-width: 1400px) {
    .header .navbar .logo img {
        width: 100%;
    }
}

@media (max-width: 1200px) {
    .header .contact-info {
        padding: 2rem 5%;
    }
    .header .navbar {
        padding: 2rem 5%;
    }
    section {
        padding: 3rem 5%;
    }
}

@media (max-width: 991px) {
    .header .navbar .logo img {
        width: 100%;
    }
    html {
        font-size: 55%;
    }
    .header .contact-info {
        padding: 2rem;
    }
    .header .navbar {
        padding: 2rem;
    }
    section {
        padding: 3rem 2rem;
    }
}

@media (max-width: 768px) {
    .header .navbar .logo img {
        width: 100%;
        height: 100px;
    }
    .header .contact-info {
        display: none;
    }
    .header #menu-btn {
        display: inline-block;
    }
    .header #menu-btn.fa-times {
        -webkit-transform: rotate(180deg);
        transform: rotate(180deg);
    }
    .header .navbar .links {
        position: absolute;
        top: 99%;
        left: 0;
        right: 0;
        background: #fff;
        border-top: 0.2rem solid #334;
        border-bottom: 0.2rem solid #334;
        -webkit-clip-path: polygon(0 0, 100% 0, 100% 0, 0 0);
        clip-path: polygon(0 0, 100% 0, 100% 0, 0 0);
    }
    .header .navbar .links.active {
        -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
        clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
    }
    .header .navbar .links a {
        display: block;
        margin: 2.5rem 2rem;
        font-size: 2.5rem;
    }
    .fun-fact {
        padding: 5rem 2rem;
    }
    .fun-fact .box {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-flow: column;
        flex-flow: column;
        text-align: center;
    }
}

@media (max-width: 450px) {
    html {
        font-size: 50%;
    }
    .home .content h3 {
        font-size: 3rem;
    }
    .contact .row form .inputBox input {
        width: 100%;
    }
    .heading {
        font-size: 3rem;
    }
    .dot {
        padding: 5px;
    }
    .about .image img {
        height: 350px;
    }
    .team .box-container .box img {
        width: 60%;
        height: 200px;
    }
    .header .navbar .logo img {
        width: 100%;
        height: 100px;
    }
}