body {
    font-size: 15px;
    background-color: #f5f5f5;
    padding-top: 87px;
    font-family: Poppins, sans-serif !important;
    color: var(--global-color)
}

:root {
    --green: #8ccb32;
    --green-hover: #80b92f;
    --primary: #5585B6;
    --primary-hover: #4f7dac;
    --blue: #09345a;
    --blue-hover: #103f68;
    --global-color: #253243;
    --green-bg: #197E37;
    --fontw-700: 700
}

img {
    max-width: 100%;
    height: auto;
}

.navbar-nav .nav-item {
    margin: 0px 20px;
}

.navbar-nav .nav-link,
.navbar-nav .nav-link:visited,
.navbar-nav .nav-link:hover,
.navbar-nav .nav-link.active {
    color: #000;
}

.navbar-nav .nav-link.active {
    color: var(--green);
}

.dropdown-item:focus,
.dropdown-item:hover {
    background-color: var(--green);
    color: white;
}

.navbar-nav .nav-link {
    line-height: 22px;
    padding: 5px 0px !important;
    text-transform: capitalize;
    letter-spacing: 1px;
    font-weight: 600;
    white-space: nowrap;
}

.nav-item {
    position: relative;
}

/* .container-fluid {
    padding: 0px;
} */

/* .navbar-nav .nav-link.active::before {
    border: 2px solid var(--green);
    bottom: 0px;
    content: "";
    left: 0;
    position: absolute;
    width: 100%;
} */

.btn-main {
    border-radius: 70px;
    color: #fff;
    font-size: 16px;
    font-weight: 500;
    justify-content: center;
    padding: .6rem 2rem;
    background: var(--green);
    display: inline-flex;
    align-items: center;
    margin: .5rem;
    text-decoration: none;
}

.btn-main:hover {
    background: var(--green-hover);
    color: #fff
}

.btn-main span {
    padding-right: .5rem;
}

.phone-link {
    text-decoration: none;
    color: #000;
    font-weight: 500;
    font-size: 15px;
}


/* Default Before Media Queries */


.content-box {
    border: 1px solid #ccc;
    border-radius: 12px;
    background-color: white;
    margin-top: 20px;
    margin-right: 20px;
    margin-left: 20px;
    padding: 0;
}

.padding-20 {
    padding: 20px;
}

.padding-10 {
    padding: 10px;
}

.padding-sponsor {
    padding: 15px 10px 5px 10px;
}

.col-lg-3.content-box,
.col-lg-4.content-box,
.col-lg-6.content-box,
.col-lg-8.content-box {
    width: calc(100% - 40px);
}

.col-md-2.content-box {
    width: calc(100% - 40px);
}

.col-2.content-box {
    width: calc(16.66666667% - 40px);
}

.panel-heading {
    font-size: 24px;
    font-weight: 600;
    padding-bottom: 20px;
}

.color-primary {
    color: var(--green);
}

.color-white {
    color: #fff;
}

.color-green {
    background-color: #00c853;
}

.color-purple {
    background-color: #7b1fa2;
}

.color-teal {
    background-color: #00796b;
}

.text-justify {
    text-align: justify;
}



.section-header {
    margin: 0 0 3rem;
}

.section-header h1 {
    margin: 0px;
    padding: 20px;
    font-size: 28px;
}

.section-header h2 {
    margin: 1rem 0 1rem 0;
    font-size: 38px;
    font-weight: 500
}

.section-header h2 mark {
    background: 0 0;
    font-weight: 600
}

.card {
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
}

/* Banner Start*/
.banner {
    background: #e6f2ea;

    /* background: url(../img/home/banner-ring.svg) #e6f2ea;
    background-position: left bottom;
    background-repeat: no-repeat;
    background-size: 15%; */
    padding: 2rem 0 5rem 0;
}

.banner .wrapper {
    display: flex;
    justify-content: space-between;
    align-items: center
}

.banner .left {
    width: 33%
}

/* .banner .left span {
    background: #e7fae4;
    color: var(--green);
    font-weight: 500;
    font-size: 14px;
    display: inline-flex;
    padding: .4rem 1.5rem;
    border-radius: 100px
} */

/* .banner .left a {
    border-radius: 70px;
    width: 228px;
    color: #fff;
    font-size: 16px;
    font-weight: 500;
    justify-content: center;
    padding: .6rem 2rem;
    background: #56ba4b;
    display: inline-flex;
    align-items: center;
    margin: .5rem;
} */

.banner .left h1 {
    font-size: 40px;
    line-height: 53px;
    margin: 1rem 0;
    font-weight: 500;
    color: var(--global-color)
}

.banner .left h1 mark {
    /* color: #000; */
    background: 0 0;
    padding: 0
}

.banner .right {
    width: 66%
}

.banner .services {
    display: flex;
    justify-content: center;
    animation: up-down 1s infinite alternate;
}

.banner .services .box {
    border-radius: 16px;
    position: relative;
    overflow: hidden;
    width: 49%;
    padding: 3rem;
    color: #fff
}

.banner .services .box h2 {
    font-weight: var(--fontw-700);
    font-size: 28px
}

.banner .services .box p {
    font-size: 18px;
    margin-bottom: 2rem
}

.banner .services .box.box2 {
    background: #5585b6;
    background-size: 75%;
    position: relative
}

.banner .services .box.box1 {
    background: #31964C;
    background-size: 75%;
    position: relative
}

.banner .services .box a {
    border-radius: 70px;
    width: 228px;
    font-size: 16px;
    font-weight: 500;
    justify-content: center;
    padding: .6rem 2rem;
    background: #fff;
    display: inline-flex;
    align-items: center
}

.banner .services .box a img {
    margin-left: .5rem;
    -webkit-transition: .3s ease-out;
    -moz-transition: .3s ease-out;
    transition: .3s ease-out
}

.banner .services .box a:hover img {
    -webkit-transform: rotateZ(40deg);
    -moz-transform: rotateZ(40deg);
    transform: rotateZ(40deg)
}

.banner .services .box.box2 a:hover {
    background: #dbedff
}

.banner .services .box.box1 a:hover {
    background: #dcffe6
}

.home-about {
    background: #fff;
    padding: 4rem 0
}

.home-about .container-fluid {
    position: relative
}

.home-about .wrapper {
    display: flex;
    justify-content: space-between
}

/* .home-about .heading {
    margin: 0 0 3rem;
}

.home-about h2 {
    margin: 1rem 0 1rem 0;
    font-size: 38px;
    font-weight: var(--fontw-700)
}

.home-about h2 mark {
    background: 0 0;
    color: var(--green);
    font-weight: var(--fontw-700)
} */

.home-about .left img {
    width: 85%;
    padding: 30px;
}

.home-about .right p {
    font-size: 18px;
    font-weight: 500;
}

/* .home-about .right a {
    border-radius: 70px;
    width: 228px;
    color: #fff;
    font-size: 16px;
    font-weight: 500;
    justify-content: center;
    padding: .6rem 2rem;
    background: #56ba4b;
    display: inline-flex;
    align-items: center;
    margin: .5rem;
}

.home-about .right a span {
    padding-right: .5rem;
} */

.home-services {
    background: linear-gradient(0deg, rgba(255, 255, 255, 1) 0%, rgba(240, 245, 253, 1) 100%);
}

.home-services div.wrapper {
    padding: 4rem 0;
}

/* .home-services h2 {
    margin: 1rem 0 3rem 0;
    font-size: 38px;
    font-weight: var(--fontw-700)
}

.home-services h2 mark {
    color: var(--green);
    background: 0 0;
    padding: 0
} */

.services .wrapper {
    padding: 15px 0;
}

.services .content {
    margin: 2.5rem 0;
    align-items: center;
    background: #fff;
    padding: 4rem 0;

}

.services .content ul {
    list-style: none;
    padding: 5px;
}

.services .content ul li {
    margin-bottom: 10px;
    text-align: left;
}

.services .content ul li span {
    color: #000;
    font-weight: 500;
    font-size: 17px;
    font-style: normal;
    padding-left: 10px;
}

.services .content .box {
    padding: 0 20px;
}

.services .content img {
    border-radius: 25px;
}
.services .content i span {
    padding: 0 .5rem;
    color: #000;
}

@keyframes up-down {
    from {
        transform: translateY(0);
    }

    to {
        transform: translateY(8px);
    }
}

.services p {
    font-size: 16px;
    font-weight: 500;
}

/* .services h2 {
    margin: 1rem 0 1rem 0;
    font-size: 38px;
    font-weight: var(--fontw-700)
}

.services h2 mark {
    color: var(--green);
    background: 0 0;
    padding: 0
} */

/* .services .content a {
    border-radius: 70px;
    width: 228px;
    color: #fff;
    font-size: 16px;
    font-weight: 500;
    justify-content: center;
    padding: .6rem 2rem;
    background: #56ba4b;
    display: inline-flex;
    align-items: center;
    margin: .5rem;
} */

.services-banner {
    padding: 2rem 0 3rem 0;
    background: #e6f2ea;
}

.services-banner h1 mark {
    /* color: var(--green); */
    background: 0 0;
    padding: 0
}


.about .wrapper {
    padding: 15px 0;
    background: #fff;
}

.about .content {
    margin: 2.5rem;
}

.about .service1 {
    padding: 4rem 0;
    background: #edf2f8
}

.about .service2 {
    padding: 4rem 0;
    background: #fff7ea
}

.about .service3 {
    padding: 4rem 0;
    background: #E3FAF2
}

.about p {
    font-size: 18px;
    font-weight: 500;
}

/* .about h2 {
    margin: 1rem 0 1rem 0;
    font-size: 38px;
    font-weight: var(--fontw-700)
}

.about h2 mark {
    color: var(--green);
    background: 0 0;
    padding: 0
} */

.about .content a {
    border-radius: 70px;
    width: 228px;
    color: #fff;
    font-size: 16px;
    font-weight: 500;
    justify-content: center;
    padding: .6rem 2rem;
    background: #56ba4b;
    display: inline-flex;
    align-items: center;
    margin: .5rem;
}

.about-banner {
    padding: 2rem 0 5rem 0;
    background: #e6f2ea;
}

.about-banner h2 {
    margin: 1rem 0 1rem 0;
    font-size: 38px;
    font-weight: var(--fontw-700)
}

.about-banner h1 mark {
    /* color: var(--green); */
    background: 0 0;
    padding: 0
}

/* .about-banner a {
    border-radius: 70px;
    width: 228px;
    color: #fff;
    font-size: 16px;
    font-weight: 500;
    justify-content: center;
    padding: .6rem 2rem;
    background: #56ba4b;
    display: inline-flex;
    align-items: center;
    margin: .5rem;
} */

.about .card-box {
    padding: 40px;
    margin: 0.8rem;
    background: #fff;
    border: 1.5px solid #e7eaee;
    box-shadow: 0 0 40px rgba(0, 0, 0, .05);
    border-radius: 20px;
}

.about-certificate .left img {
    max-width: 60%;
}

.about-certificate {
    background: linear-gradient(0deg, rgba(255, 255, 255, 1) 0%, rgba(240, 245, 253, 1) 100%);
    padding: 15px;
}

.about-certificate .content {
    align-items: center;

}

.about-certificate .right p {
    font-size: 18px;
    font-weight: 500;
}

/* .about-certificate a {
    border-radius: 70px;
    width: 228px;
    color: #fff;
    font-size: 16px;
    font-weight: 500;
    justify-content: center;
    padding: .6rem 2rem;
    background: #56ba4b;
    display: inline-flex;
    align-items: center;
    margin: .5rem;
} */

.home-contact {
    background: linear-gradient(0deg, rgba(255, 255, 255, 1) 0%, rgba(240, 245, 253, 1) 100%);
}

.home-contact .content {
    padding: 3rem 0;
}

.home-contact .left img {
    max-width: 50%;
}

.home-contact .right p {
    font-size: 18px;
    font-weight: 500;
}

.home-testimonials {
    color: #000;
    background-color: #f3f2f2;
}

.home-testimonials .text-info {
    color: var(--green) !important;
}

/*--------------------------------------------------------------
# Contact
--------------------------------------------------------------*/
.contact {
    padding: 30px;
}

.contact-banner {
    background: #e6f2ea;
    background-size: cover;
    padding: 2rem 0 5rem 0;
    align-items: center;
}

/* .contact-banner h1 {
    color: #fff;
} */

.contact .info {
    border-top: 3px solid var(--green);
    border-bottom: 3px solid var(--green);
    padding: 30px;
    background: #fff;
    width: 100%;
    box-shadow: 0 0 24px 0 rgba(0, 0, 0, 0.12);
}

.contact .info i {
    font-size: 20px;
    color: var(--green);
    float: left;
    width: 44px;
    height: 44px;
    background: #eaf6ed;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50px;
    transition: all 0.3s ease-in-out;
}

.contact .info h4 {
    padding: 0 0 0 60px;
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 5px;
    color: #222222;
}

.contact .info p {
    padding: 0 0 10px 60px;
    margin-bottom: 20px;
    font-size: 14px;
    color: #555555;
}

.contact .info .social-links {
    padding-left: 60px;
}

.contact .info .social-links a {
    font-size: 18px;
    display: inline-block;
    background: #333;
    color: #fff;
    line-height: 1;
    padding: 8px 0;
    border-radius: 50%;
    text-align: center;
    width: 36px;
    height: 36px;
    transition: 0.3s;
    margin-right: 10px;
}

.contact .info .social-links a:hover {
    background: var(--green);
    color: #fff;
}

.email-link {
    color: #555555;
    text-decoration: none;
}

.email-footer {
    color: #fff;
    text-decoration: none;
}

.contact .info .email:hover i,
.contact .info .address:hover i,
.contact .info .phone:hover i {
    background: var(--green);
    color: #fff;
}

.contact .php-email-form {
    width: 100%;
    border-top: 3px solid var(--green);
    border-bottom: 3px solid var(--green);
    padding: 30px;
    background: #fff;
    box-shadow: 0 0 24px 0 rgba(0, 0, 0, 0.12);
}

.contact .php-email-form .form-group {
    padding-bottom: 8px;
}

.contact .php-email-form .error-message {
    display: none;
    color: #fff;
    background: #ed3c0d;
    text-align: left;
    padding: 15px;
    font-weight: 600;
}

.contact .php-email-form .error-message br+br {
    margin-top: 25px;
}

.contact .php-email-form .sent-message {
    display: none;
    color: #fff;
    background: #18d26e;
    text-align: center;
    padding: 15px;
    font-weight: 600;
}

.contact .php-email-form .loading {
    display: none;
    background: #fff;
    text-align: center;
    padding: 15px;
}

.contact .php-email-form .loading:before {
    content: "";
    display: inline-block;
    border-radius: 50%;
    width: 24px;
    height: 24px;
    margin: 0 10px -6px 0;
    border: 3px solid #18d26e;
    border-top-color: #eee;
    animation: animate-loading 1s linear infinite;
}

.contact .php-email-form input,
.contact .php-email-form textarea {
    border-radius: 0;
    box-shadow: none;
    font-size: 14px;
    border-radius: 4px;
}

.contact .php-email-form input:focus,
.contact .php-email-form textarea:focus {
    border-color: #5cb874;
}

.contact .php-email-form input {
    height: 44px;
}

.contact .php-email-form textarea {
    padding: 10px 12px;
}

/*appservices & UI/UX starts(common class for both page)*/

.appservice-banner {
    background-color: #2196F3;
    background-size: cover;
    background-image: linear-gradient(to right, #80b92f, #0dcaf0, #80b92f);
}

.appservice-banner h1 {
    color: #fff;
}

.appservice-banner a {
    background: #fcfcfc;
    border-radius: 5px;
    padding: 0 2.875rem;
    color: #2196F3 !important;
    font-size: 15px;
    font-weight: 400;
    line-height: 3rem;
    display: inline-block;
    text-decoration: none;
    -webkit-transition: all .45s cubic-bezier(.65, 0, .076, 1);
    -o-transition: all .45s cubic-bezier(.65, 0, .076, 1);
    transition: all .45s cubic-bezier(.65, 0, .076, 1)
}

.services-layout1 h4 {
    color: #80b92f;
    padding-top: 30px;
    padding-bottom: 20px;
    text-align: center;
}

.services-layout1 h3 {
    color: #80b92f;

}

.services-layout1 h5 {
    color: #80b92f;
}

.services-layout1 p {
    font-size: 16px;
    line-height: 1.78;
    margin-bottom: 18px;
    margin-top: 0;
}

.services-layout1 .services-layout1-header {
    background-color: #f0f8ff;
    align-items: center;
}

.services-layout1 .services-header {
    text-align: center;
}

.services-layout1-header p {
    text-align: start;
    padding-top: 30px;
    font-size: 20px;
    font-weight: 400;
    line-height: 1.78;
    margin-bottom: 18px;
    margin-top: 0;
}

.services-layout1 .card .image {
    padding: 1rem 0;
    max-width: 200px;
    max-height: 200px;
}

.services-layout1 .services-img {
    padding-right: 50px;

}

.services-layout1 .services-img-1 {
    height: 100%;
    width: 6%;
    display: flex;
    justify-content: center;
}

.services-layout1 .card {
    background-color: #FFF;
    border-color: #80b92f;
    display: flex;
    padding-inline-start: 20px;
    padding-inline-end: 20px;
    height: 100%;
}

.services-layout1 .card-center {
    border: none;
    /* height: 35%; */
}

.services-layout1 .card-align {
    justify-content: center;
    width: 100%;
}

.services-layout1 .align-footer {
    justify-content: center;
}

.app-services-card {
    background-color: #c9e6fd45;
    padding-inline-start: 150px;
    padding-inline-end: 150px;
}

/*end appservices & UI/UX starts(common class for both page)*/

/*clouds services*/

.services-layout2 {
    text-align: center;
}

.services-layout2 p {
    font-size: 16px;
    line-height: 1.78;
    margin-bottom: 18px;
    margin-top: 0;
}

.services-layout2 .rightside-paragraph p {
    text-align: start;
    padding-top: 30px;
    font-size: 20px;
    font-weight: 400;
    line-height: 1.78;
    margin-bottom: 18px;
    margin-top: 0;
}

.services-layout2 .services-header {
    /* background-color: #f0f8ff; */

}

.services-layout2 h4,
h2 {
    color: #8ccb32;
}

.services-layout2 h4 :hover {
    display: none !important;
}

.chevron-right-icon {
    display: inline-block;
    width: 20px;
    height: 10px;
    border-top: 8px solid transparent;
    border-bottom: 8px solid transparent;
    border-left: 18px solid #8ccb32;
    margin-right: 2px;

}

.services-layout2 .image {
    height: 56px;
}

.cloud-include {
    margin: 5%;
    padding-top: 0%;
    padding-bottom: 0%;
}

.services-layout2 .services-color {
    background-color: #c9e6fd45;
    ;
}

.services-layout2 .card {
    height: 100%;
    border: 1px solid;
    border-color: #8ccb32;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}

.services-layout2 .card-header {
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    border: none;
}

.cloudservices-line {
    display: flex;
}

.services-verticalline {
    border-right: 2px solid #8ccb32;
    padding-right: 20px;
    margin-right: 20px;
}

.services-layout2 .image-1 {
    height: 30%;
    width: 50%;
}

.services-bottom {
    margin: 2% 12% 0;
}

.services-layout2 .py-5 {
    padding-top: 5rem !important;
    padding-bottom: 3rem !important;

}

.services-layout2 .header {
    height: 900px;
}

.services-layout2 h3 {
    color: #8ccb32;
}

.services-layout2 .card-services {
    border: none;
    background-color: #e8f1fc;
    width: 100%;
    padding-inline-start: 5px;
    padding-inline-end: 20px;
}

/*End clouds services*/

.contact-section {
    background-color: antiquewhite;
    padding: 16px;
    margin-top: 3rem;
    font-size: 16px;
}

.contact-section a {
    align-items: center;
    background: #fcfcfc;
    border-radius: 5px;
    padding: 0 2.875rem;
    font-size: 15px;
    font-weight: 400;
    line-height: 3rem;
    display: inline-block;
    text-decoration: none;
    -webkit-transition: all .45s cubic-bezier(.65, 0, .076, 1);
    -o-transition: all .45s cubic-bezier(.65, 0, .076, 1);
    transition: all .45s cubic-bezier(.65, 0, .076, 1)
}

/* .contact .php-email-form button[type=submit] {
    background: #5cb874;
    border: 0;
    padding: 10px 24px;
    color: #fff;
    transition: 0.4s;
    border-radius: 4px;
}

.contact .php-email-form button[type=submit]:hover {
    background: #6ec083;
} */

/* Banner Ends*/
@media screen and (min-width: 1440px) {

    .banner .services .box {
        padding: 2.5rem
    }

    .banner .left {
        width: 38%
    }

    .banner .right {
        width: 60%
    }

    .banner .left h1 {
        font-size: 40px;
        line-height: 51px
    }

    .banner .left .usps li {
        font-size: 17px
    }

    .section .container {
        width: 1200px !important;
        max-width: 1200px !important
    }
}

@media screen and (max-width: 1330px) {
    .nav-contact {
        flex-direction: column !important;
    }
}

@media screen and (max-width: 1280px) {
    .container {
        width: 98%;
        max-width: 98%
    }

    .banner .left h1 {
        font-size: 35px
    }

    .banner .left h1 br {
        display: none
    }

    .banner .left .usps {
        justify-content: space-between
    }

    .banner .left .usps li,
    .banner .left .usps li strong {
        font-size: 14px
    }

    .banner .left .usps li {
        padding-left: 0
    }


    .banner .services .box {
        padding: 2rem 2.5rem
    }
}

@media screen and (max-width: 1080px) {
    h2 {
        font-size: 30px
    }

    .home-about .wrapper .box::after {
        display: none
    }

    .home-about .wrapper .box p {
        font-size: 13px
    }

    .about_company .left img {
        max-width: 100%
    }

    .banner .wrapper {
        flex-direction: column
    }

    .banner .left,
    .banner .right {
        width: auto
    }

    .banner .left {
        text-align: center;
        margin-bottom: 2rem
    }

    .banner .left .usps {
        justify-content: center
    }

    .section {
        padding: 2rem 0
    }


}

@media screen and (max-width: 992px) {
    h2 {
        font-size: 23px !important
    }

    .banner .wrapper {
        flex-direction: column
    }

    .banner .left,
    .banner .right {
        width: auto
    }

    .banner {
        padding: 1rem 0 3rem 0
    }

    .banner .left {
        text-align: center;
        margin: 2rem 0
    }

    .banner .left h1 {
        font-size: 30px;
        margin-bottom: 0
    }

    .banner .left h1 br {
        display: none
    }

    .banner .left .usps {
        margin-top: .5rem
    }

    .banner .services .box h2 {
        font-size: 25px
    }

    .banner .services .box p {
        font-size: 16px
    }

    .home-about {
        text-align: center;
        padding: 2rem 0
    }

    .home-about .wrapper .box::after {
        display: none
    }

    .home-about .wrapper .box strong {
        font-size: 16px
    }

    .home-about .wrapper .box p {
        font-size: 13px
    }

    .home-about .wrapper .box p br {
        display: none
    }

    .home-about .wrapper .box {
        padding: 1rem !important;
        background: url(../../img/new-theme/direction_arow.svg) center center no-repeat;
        background-position: 100% 24%
    }

    .home-about .wrapper .box:last-child {
        background: 0 0
    }

    .home-about .btn-success {
        position: relative;
        right: auto;
        top: auto
    }

    .section {
        padding: 2rem 0
    }

}

@media screen and (max-width: 768px) {

    .banner {
        background-position: right;
    }

    .btn-blue,
    .btn-success {
        font-size: 14px;
        padding: .6rem 2rem;
        width: auto
    }

    .btn-blue img,
    .btn-primary img,
    .btn-success img,
    .primary-link img {
        width: 20px;
        height: 20px
    }

    p {
        font-size: 13px;
        text-align: start;
    }

    h2 {
        font-size: 23px !important
    }


    .banner .services {
        align-items: flex-start;

    }

    .banner .services .box {
        padding: 1.8rem
    }

    .banner .services .box h2 {
        font-size: 22px !important
    }

    .banner .services .box .off_tag {
        font-size: 13px
    }

    .banner .services .box.box1 .off_tag {
        justify-content: end
    }

    .banner .services .box.box1 .off_tag img {
        max-width: 55%
    }

    .banner .services .box img.icon {
        width: 40px;
        height: auto
    }

    .banner .services .box a {
        font-size: 14px;
        padding: .5rem 0;
        width: 200px
    }

    .banner {
        padding: 1rem 0 1.5rem 0
    }

    .banner .services .box p {
        font-weight: 500;
        font-size: 13px;
        margin-bottom: 1rem
    }

    .banner .left h1 {
        font-size: 25px;
        margin-top: .5rem;
        text-align: center;
        line-height: 32px
    }

    .banner .left h1 br {
        display: none
    }

    .banner .left,
    .banner .right {
        width: 100%
    }

    .banner .left {
        margin-bottom: 1rem;
        margin-top: 0
    }

    .home-about {
        padding: 1.5rem 0;
        margin: .75rem;
        text-align: center;
        background: #fff;
        box-shadow: 0 1px 5px rgba(0, 0, 0, .15);
        border-radius: 20px;
        border-radius: 20px
    }

    .home-about p {
        font-size: 13px !important;
    }

    .home-about h2 {
        text-align: center;
        margin: 0 0 1rem 0
    }

    .home-about .btn-success {
        position: relative;
        right: auto;
        top: auto
    }

    .home-about .wrapper {
        box-sizing: border-box;
        white-space: nowrap;
        overflow-x: auto;
        overflow-y: hidden;
        -webkit-overflow-scrolling: touch
    }

    .home-about .wrapper .box strong {
        font-size: 15px
    }

    .home-about .wrapper .box img {
        width: 40px;
        height: auto
    }

    .home-about .wrapper .box p {
        font-size: 12px;
        line-height: 16px
    }

    .home-about .wrapper .box p br {
        display: inline-block
    }

    .home-about .small_txt {
        font-weight: 500;
        color: #263344;
        font-size: 18px;
        display: block
    }

    .section {
        padding: 1rem 0;
        background: #fff
    }

    .section .container {
        width: auto
    }

    /* .services .content .box {
        text-align: center !important;
    } */
    

    .services .content img {
        padding-top: 20px !important;
        padding-bottom: 20px !important;
    }
}

@media screen and (max-width: 600px) {
    .banner .services .box {
        padding: 1.2rem
    }
}

@media screen and (max-width: 480px) {
    .banner .wrapper {
        flex-direction: column
    }

    .banner .services .box {
        width: 100%;
        padding: 1.5rem;
        margin: 0.75rem
    }

    .banner .services {
        flex-direction: column
    }

    .banner .services .box.box1 {
        margin-top: .75rem
    }

    .banner .services .box p {
        font-size: 14px
    }

}

@media screen and (max-width: 320px) {
    h2 {
        font-size: 18px !important
    }

}

/* Footer Starts */
.footer-contact-bg {
    background-color: var(--green);
}

.footer-contact {
    color: #FFFFFF;
    padding: 70px 0px 90px 0px;
}

.footer-contact-text {
    padding: 30px 0px 0px 0px;
    font-size: 16px;
    font-weight: 600;
}

.footer-section {
    padding: 20px 0px 0px 0px;
}

.footer-copy-bg {
    background-color: #FFFFFF;
}

.footer-copy-text {
    color: #222222;
    padding: 20px 0px 20px 0px;
}

.footer-social-text {
    padding: 0px 0px 10px 0px;
    font-size: 16px;
    font-weight: 600;
}

.footer-section .social-link a {
    padding: 0 5px;
    color: #fff;
}

.poweredby {
    color: #222222;
}

.poweredby:hover {
    color: #03a9f4;
}

/* Footer Ends */

.box h3 {
    font-size: 21px;
    font-weight: 700;
}

.services h6 {
    font-weight: 700;
}

.card-shadow {
    box-shadow: none;
    border-radius: 20px;
    height: 100%;
}

.btn-home-card {
    margin-bottom: 20px;
    display: flex;
    justify-content: center;
}

.card-center {
    padding-inline-end: 20px;
    padding-inline-start: 20px;
}

.home-services h2 {
    margin-bottom: 30px;
}

.navbar .nav-item:hover .nav-link {
    color: #8ccb32;
}

.btn-color:hover {
    color: #8ccb32;
}

.btn-b:hover {
    color: #5585b6;
}

.card-height {
    height: 100%;
}

.arrow-c {
    margin-left: 5px;
}

.flex-about {
    display: flex;
    justify-content: center;
}

.about-flex {
    padding-bottom: 20px;
}

.btn-contactus {
    padding-top: 10px;
}

btn-cus {
    width: 400px !important;
}

.btn-size {
    width: 100px;
    border-radius: 40px !important;
    text-size-adjust: 150% !important;
    font-size: 16px !important;
    font-weight: 500 !important;
}

.font-s {
    background: linear-gradient(0deg, rgba(255, 255, 255, 1) 0%, rgba(240, 245, 253, 1) 100%);
    font-weight: 500;
    line-height: 1.2;
    margin-top: 0;
    margin-bottom: 0.5rem;
}

.space {
    padding-bottom: 20px;
}

.btn-space {
    border-radius: 70px;
    width: 228px;
    color: #fff;
    font-size: 16px;
    font-weight: 500;
    justify-content: center;
    padding: .6rem 2rem;
    background: var(--green);
    display: inline-flex;
    align-items: center;
    margin: 0;
    text-decoration: none;
}

@media (min-width: 1200px) {

    .h2,
    h2,
    font-s,
    space {
        font-size: 2rem !important;
    }
}