body {
    font-family: 'Poppins-Regular';
    font-weight: 400;
    height: 100%;
    min-height: 100vh;
    font-size: 0.9rem;
}

a,
a:link,
a:visited,
a:hover,
a:active {
    text-decoration: none;
    outline: 0;
}

.banner {
    height: 750px;
    padding-top: 10px;
    position: relative;
    background-image: url("../images/consultation.jpg");
    background-position: top center;
    background-size: cover;
    background-repeat: no-repeat;
    color: #fff;
}

.banner h1 {
    font-family: 'Lato-Black';
    margin-bottom: 40px;
    font-size: 48px;
    animation: fadeInDown 1s both;
}

.banner p {
    font-size: 24px;
    animation: fadeInDown 1s both 0.2s;
    margin-bottom: 5px;
}

.banner section ul {
    padding: 0px;
    font-size: 24px;
    animation: fadeInDown 1s both 0.2s;
    margin-bottom: 5px;
}

.banner section ul li {
    padding-left: 32px;
    position: relative;
    line-height: 50px;
}

.banner section ul li::before {
    font-size: 22px;
    content: "\F270";
    color: #c2df93;
    font-family: "bootstrap-icons";
    margin-right: 10px;
    left: 0;
    position: absolute;
}

.banner .logo {
    /* width: 35%; */
    margin: 20px 0px 10px 40px;
}

.banner section {
    padding: 40px;
    text-align: left;
}

.wcall {
    color: #fff;
    font-size: 24px;
    /* top: -40px; */
    position: relative;
}

.wcall:hover {
    color: #25d366;
    font-size: 24px;
}

.cform {
    background: #e1f0e6;
    position: relative;
    border-radius: 14px;
    box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.3);
    border-top: 6px solid #198f4e;
    /* top: -70px; */
}

.cform section {
    padding: 30px 30px 20px 30px;
    text-align: left;
}

.cform section h6 {
    font-size: 16px;
    padding: 10px 0px;
    font-family: 'Poppins-Regular';
    position: relative;
    color: #1a1a1a;
}

.cform section p {
    font-family: 'Poppins-SemiBold';
    font-size: 36px;
    width: 100%;
    line-height: 32px;
    padding: 0px;
    color: #251b14;
}

.cform form {
    font-family: 'Poppins-Regular';
}

.cform .form-group {
    padding: 0px 0px 0px 0px;
    margin-bottom: 0px;
    position: relative;
}

.cform input,
textarea {
    line-height: 40px;
    color: #0d0d0d;
    padding: 0 40px 0 20px;
    margin: 0px;
    background: #fff;
    transition: 0.5s;
    margin-bottom: 10px;
    border-radius: 4px;
    font-size: 16px;
    width: 100%;
    transition: 0.5s;
    border: 1px solid #fff;
    box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.10);
    outline: 0;
}

.cform textarea {
    line-height: 40px;
    border: 0px;
    background: #fff;
    color: #000;
    width: 358px;
}

.cform i {
    position: absolute;
    top: 22px;
    transform: translateY(-50%);
    z-index: 1;
    right: 15px;
    color: #251b14;
    font-size: 18px;
    font-weight: 600;
}

.cform input:focus,
.cform textarea:focus {
    border: 1px solid #251b14;
    transition: 0.5s;
}

.cform .form-check {
    margin-left: 0px;
    padding-left: 0px;
    font-size: 12px;
    color: #1a1a1a;
}

.cform .form-check input {
    width: 1em;
    height: 1em;
    padding: 0px;
    margin: 5px 15px 0px 0px;
    border: 1px solid #a79ed6;
}

.cform .form-check label {
    display: block;
    padding-bottom: 5px;
    padding-left: 30px;
    position: relative;
    text-align: justify;
    line-height: 16px;
}

.cform .form-check p {
    font-size: 12px;
    line-height: 16px;
    font-family: 'Poppins-Regular';
    color: #1a1a1a;
    border-top: 1px solid #bababa;
    padding: 5px 0px 10px 0px;
}

.cform .form-check p a {
    text-decoration: underline;
}

.cform .subbut {
    border: none;
    border-radius: 4px;
    background: #251b14;
    color: #ffffff;
    height: 46px;
    cursor: pointer;
    padding: 0px 20px;
    transition: 0.5s;
    text-transform: uppercase;
    font-family: 'Poppins-Medium';
    font-size: 16px;
}

.cform .subbut:hover {
    background: #000;
    color: #fff;
}

.company {
    position: relative;
    padding: 80px 0px;
}

.services {
    position: relative;
    background: #f8f9fd;
    padding: 80px 0px;
    text-align: center;
}

.services span {
    font-size: 16px;
    color: #076933;
    font-family: 'Poppins-Semibold';
    width: 100%;
    display: inline-block;
}

.services h2 {
    font-family: 'Poppins-Bold';
    color: #111111;
    font-size: 36px;
    padding: 0% 28%;
    margin-bottom: 50px
}

.services .card {
    border-radius: .85rem;
    border: 0px;
    transition: all .3s ease-in-out;
    border: 1px solid rgba(0, 0, 0, .125);
}

.services .card:hover {
    box-shadow: 0px 4px 50px 0px rgba(0, 0, 0, 0.1);
}

.services .card img {
    border-top-left-radius: .85rem;
    border-top-right-radius: .85rem;
    height: 180px;
}

.card-body {
    padding: 20px 40px;
}

.card-body h4 {
    font-family: 'Poppins-Semibold';
    color: #251b14;
    ;
}

.card-body h5 span {
    /* color: #01022e; */
}

.card-body h5 {
    font-family: 'Poppins-Semibold';
    font-size: 24px;
}

.card-body p {
    font-size: 16px;
    margin-top: 20px !important;
    font-family: 'Poppins-Regular' !important;
    line-height: 26px;
}

.card a {
    font-family: 'Poppins-Semibold';
    font-size: 16px;
    color: #fff;
    transition: all .3s ease-in-out;
    background: #251b14;
    padding: 10px 30px;
    /* width: 100%; */
    display: inline-block;
    border-radius: 44px;
    padding: 10px 30px;
}

.card-body a:hover {
    color: #fff;
    background: #07372d;
}

.card-body a i {
    font-size: 20px;
    vertical-align: -.135em;
}

.icn {
    width: 70px;
    height: 70px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #0f0d1f;
    color: #fff;
    font-size: 40px;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    -o-border-radius: 15px;
    -ms-border-radius: 15px;
    border-radius: 15px;
    position: absolute;
    left: 37px;
    top: 171px;
}

.services-shape img {
    /* position: absolute;
right: 0;
bottom: 0; */
    z-index: -1;
    opacity: 0.3;
    filter: grayscale(1);
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
    margin-top: -50px;
}

.services .card:hover .services-shape img {
    opacity: 1;
    filter: grayscale(0);
}

.servicesbg img {
    position: absolute;
}

.servicesbg img:nth-child(1) {
    right: 0;
    top: 0px;
    mix-blend-mode: luminosity;
    opacity: 0.6;
}

.servicesbg img:nth-child(2) {
    left: 0;
    bottom: 0;
    opacity: 0.6;
}

.services p {
    margin-top: 50px;
    font-size: 16px;
    font-family: 'Poppins-Medium';
}

.services .red {
    color: #ed212b;
}

.cc {
    position: relative;
    background: #251b14;
}

.cc .pdng {
    padding: 0px;
}


/* 
.cc-container {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto
} */

.cc p {
    color: #fff;
    font-family: 'Poppins-Light';
    font-size: 18px;
}

.cc .but {
    color: #fff;
    font-size: 15px;
    display: inline-block;
    padding: 8px 22px;
    border-radius: 50px;
    transition: all .3s ease-in-out;
    background: #ed212b;
    position: relative;
    z-index: 9;
    margin: 20px 0px 0px 30px;
}

.cc .but:hover {
    background: #fff;
    color: #000;
}

.cc img {
    height: 650px;
}


/* .cc form {
    position: relative;
} */

.cc section {
    padding: 80px 10px;
    text-align: left;
}

.cc section h2 {
    color: #fff;
    font-size: 36px;
    margin-bottom: 30px;
    font-family: 'Poppins-Bold';
}

.cc section form h6 {
    font-size: 16px;
    padding: 10px 0px;
    font-family: 'Poppins-Regular';
    position: relative;
    color: #1a1a1a;
}

.cc section form p {
    font-family: 'Poppins-SemiBold';
    font-size: 36px;
    width: 100%;
    line-height: 32px;
    padding: 0px;
    color: #2c2363;
}

.cc section form form {
    font-family: 'Poppins-Regular';
}

.cc section form .form-group {
    padding: 0px 0px 0px 0px;
    margin-bottom: 0px;
    position: relative;
    display: inline-block;
}

.cc section form input,
textarea {
    line-height: 40px;
    color: #fff;
    padding: 0 20px;
    background: transparent;
    margin-bottom: 30px;
    border-radius: 4px;
    font-size: 16px;
    width: 350px;
    transition: 0.5s;
    border: 1px solid #372c29;
    box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.10);
    margin-right: 10px;
}

.cc section form select {
    line-height: 40px;
    color: #96918d;
    padding: 8px 20px 8px 20px;
    margin: 0px;
    background: transparent;
    transition: 0.5s;
    margin-bottom: 10px;
    border-radius: 4px;
    font-size: 16px;
    border: 1px solid #372c29;
    box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.10);
    width: 350px;
    margin-right: 10px;
}

.cc section form select option {
    color: #000;
    background: #fff;
    font-family: 'Poppins-Regular' !important;
}

.cc section form textarea,
select {
    line-height: 40px;
}

.cc section form i {
    position: absolute;
    top: 22px;
    transform: translateY(-50%);
    z-index: 1;
    right: 15px;
    color: #4532a4;
    font-size: 18px;
    font-weight: 600;
}

.cc section form input:focus,
.cc section form textarea:focus,
.cc section form select:focus {
    border: 1px solid #9f908a;
    transition: 0.5s;
    outline: 0;
}

.cc section form .subbut {
    border: none;
    border-radius: 4px;
    background: #095646;
    color: #ffffff;
    height: 46px;
    cursor: pointer;
    padding: 0px 20px;
    transition: 0.5s;
    text-transform: uppercase;
    font-family: 'Poppins-Medium';
    font-size: 16px;
    margin-top: 20px;
}

.cc section form .subbut:hover {
    background: #111;
    color: #fff;
}


/* ------------ */


/* ------------ */

.counter {
    position: relative;
    background: #e1f0e6;
    padding: 80px 0px;
    text-align: center;
}

.counter h2 {
    font-size: 36px;
    text-transform: capitalize;
    font-family: 'Poppins-Bold';
    color: #111111;
    margin-bottom: 20px;
}

.counter p {
    font-size: 16px;
    margin-bottom: 40px;
}

.counter section {
    font-family: 'Poppins-Regular';
    position: relative;
    display: block;
    margin: 20px 0px;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}

.counter section:hover {
    transform: translateY(-10px);
}

.text {
    position: relative;
    display: block;
    overflow: hidden;
    padding: 20px;
}

.text:before {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    content: "";
    background-color: rgba(1, 95, 201, 0.1);
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
    opacity: 1;
    -webkit-transform-origin: bottom;
    transform-origin: bottom;
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
    -webkit-transform: scaleY(0);
    transform: scaleY(0);
    z-index: 1;
}

.counter section:hover .text:before {
    -webkit-transform: scaleY(1);
    transform: scaleY(1);
}

.hd {
    position: relative;
    display: block;
    background-color: white;
    box-shadow: 0px 10px 60px 0px rgba(0, 0, 0, 0.1);
    border-top-right-radius: 10px;
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    z-index: 1;
}

.hd-inner {
    position: relative;
    display: flex;
    align-items: center;
    border-top-right-radius: 10px;
    border-bottom-left-radius: 0px;
    border-bottom-right-radius: 0px;
    overflow: hidden;
    z-index: 1;
}

.hd-inner:before {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    content: "";
    background-color: #095646;
    border-top-right-radius: 10px;
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    transform: translateX(-100%);
    transition: all 700ms ease;
    z-index: -1;
}

.counter section:hover .hd-inner:before {
    transform: translateX(0);
}

.sbicn {
    position: relative;
    display: flex;
    align-items: center;
    max-width: 84px;
    width: 100%;
    min-height: 100px;
    justify-content: center;
    background-color: #095646;
    border-bottom-left-radius: 10px;
    border-top-left-radius: 10px;
}

.sbicn i {
    font-size: 40px;
    color: #fff;
    position: relative;
    display: inline-block;
}

.text-box {
    position: relative;
    display: block;
    padding-left: 20px;
}

.text-box:before {
    position: absolute;
    content: "";
    top: 1px;
    bottom: -2px;
    left: 0;
    width: 2px;
    background-color: rgb(22, 118, 98, 0.8);
    transform: scaleY(0);
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}

.counter section:hover .text-box:before {
    transform: scaleY(1);
    transition-delay: 700ms;
}

.text-box h3 {
    font-family: 'Poppins-Semibold';
    font-size: 30px;
    color: #251b14;
    text-align: left;
    margin-bottom: 0px;
}

.text-box p {
    font-size: 16px;
    color: #000;
    line-height: 25px;
    transition: all 700ms ease;
    text-align: left !important;
    margin-bottom: 0px !important;
}

.counter section:hover .text-box p {
    color: #fff;
    text-decoration: none;
}

.counter section:hover .text-box h3 {
    color: #fff;
    text-decoration: none;
}


/* ------------ */


/* ------------ */

.reviews {
    padding: 30px 0px 80px 0px;
    position: relative;
    font-family: 'Poppins-Regular';
    background: #f8f9fd;
}

.reviews h2 {
    font-size: 36px;
    text-transform: capitalize;
    font-family: 'Poppins-Bold';
    color: #111111;
    margin-bottom: 20px;
    text-align: center;
}

.reviews p {
    font-size: 16px;
    margin-bottom: 40px;
    text-align: center;
}

.reviews section {
    position: relative;
    padding: 20px 30px 10px 30px;
    background: #e9f8ee;
    margin-bottom: 30px;
}

.reviews section i {
    content: "\F6B0";
    position: absolute;
    top: -20px;
    left: 30px;
    font-size: 48px;
    line-height: 10px;
    font-family: "bootstrap-icons ";
    color: #095646;
    background: #fff;
    border-radius: 6px;
    padding: 0px 5px;
    box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.1);
}

.reviews section .author-left img {
    display: inline-block;
    border-radius: 50%;
    border: 2px solid #FFF;
    box-shadow: 0 2px 8px -1px #c0c0c0;
    margin: 0 auto;
    width: 60px;
    height: 60px;
}

.reviews section .author-left {
    float: left;
    margin-bottom: 20px;
}

.reviews section .author-info {
    display: block;
    float: right;
    margin: 18px 0px 10px 16px;
    ;
}

.reviews h4 {
    color: #111;
    font-size: 20px;
    font-family: 'Poppins-Medium';
    margin-bottom: 0px;
}

.reviews section .author-info p {
    color: #696969;
    font-size: 14px;
    margin-top: 0px;
}

.reviews section p {
    font-size: 16px;
    margin: 24px 0px;
    text-align: left;
}

.reviews a {
    font-family: 'Poppins-Regular';
    font-size: 16px;
    color: #251b14;
    transition: all .3s ease-in-out;
    border: 1px solid #251b14;
    width: 100%;
    display: inline-block;
    border-radius: 44px;
    padding: 5px 30px;
    width: fit-content;
    margin: 0 auto;
}

.reviews a:hover {
    color: #fff;
    background: #251b14;
}

.mttp {
    margin-top: 26px;
}

@media only screen and (min-width:320px)and (max-width:479px) {
    .banner {
        height: auto;
    }
    .banner .logo {
        margin: 20px 0px 0px 0px;
        width: 20%;
    }
    .wcall {
        font-size: 20px;
        top: -50px;
    }
    .banner section {
        padding: 0px 0px 20px 0px;
    }
    .banner section ul {
        font-size: 20px;
    }
    .banner section ul li {
        line-height: 36px;
    }
    .banner h2 {
        font-size: 26px;
        margin-bottom: 10px;
    }
    .cform {
        margin-bottom: 40px;
    }
    .cform section {
        padding: 20px;
    }
    .cform section p {
        font-size: 26px;
        padding-top: 10px;
    }
    .company {
        padding: 40px 0px;
    }
    .services {
        padding: 40px 0px;
    }
    .servicesbg img:nth-child(1),
    .servicesbg img:nth-child(2) {
        max-width: 250px;
    }
    .services span {
        z-index: 1;
    }
    .services h2 {
        font-size: 22px;
        padding: 0px;
        z-index: 1;
        margin-bottom: 20px;
    }
    .services p {
        padding: 0% 20%;
        z-index: 1;
    }
    .card-body p {
        padding: 0px;
    }
    .cc {
        text-align: center;
    }
    .cc h2 {
        font-size: 20px;
    }
    .cc .but {
        margin: 20px 0px 0px 0px;
    }
    .cc section {
        padding: 40px;
    }
    .cc section h2 {
        font-size: 22px;
    }
    .cc section form input,
    textarea {
        margin-right: 0px;
        width: 370px;
        margin-bottom: 10px;
    }
    .cform textarea {
        width: 100%;
    }
    .cc section form select {
        width: 370px;
    }
    .cc section form .subbut {
        margin-top: 0px;
    }
    .cc img {
        height: auto;
    }
    .counter {
        padding: 40px 0px;
    }
    .counter h2 {
        font-size: 22px;
    }
    .counter p {
        font-size: 14px;
        margin-bottom: 20px;
    }
    .counter section {
        margin: 10px 0px;
    }
    .cc section {
        padding: 40px;
    }
    .reviews {
        padding: 40px 0px;
    }
    .reviews h2 {
        font-size: 22px;
    }
}

@media only screen and (min-width:480px)and (max-width:767px) {
    .banner {
        height: auto;
    }
    .banner .logo {
        margin: 20px 0px 20px 0px;
    }
    .wcall {
        font-size: 20px;
        top: -50px;
    }
    .banner section {
        padding: 0px 0px 20px 0px;
    }
    .banner section ul {
        font-size: 20px;
    }
    .banner section ul li {
        line-height: 36px;
    }
    .banner h2 {
        font-size: 26px;
        margin-bottom: 10px;
    }
    .cform {
        margin-bottom: 40px;
    }
    .cform section {
        padding: 20px;
    }
    .cform section p {
        font-size: 26px;
        padding-top: 10px;
    }
    .company {
        padding: 40px 0px;
    }
    .services {
        padding: 40px 0px;
    }
    .servicesbg img:nth-child(1),
    .servicesbg img:nth-child(2) {
        max-width: 250px;
    }
    .services span {
        z-index: 1;
    }
    .services h2 {
        font-size: 22px;
        padding: 0px;
        z-index: 1;
    }
    .services p {
        padding: 0% 20%;
        z-index: 1;
    }
    .card-body p {
        padding: 0px;
    }
    .cc {
        text-align: center;
    }
    .cc section h2 {
        font-size: 22px;
    }
    .cc h2 {
        font-size: 20px;
    }
    .cc .but {
        margin: 20px 0px 0px 0px;
    }
    .cc img {
        height: auto;
    }
    .counter {
        padding: 40px 0px;
    }
    .counter h2 {
        font-size: 22px;
    }
    .counter p {
        font-size: 14px;
    }
    .counter section {
        margin: 10px 0px;
    }
    .cc section form input,
    textarea {
        margin-right: 0px;
        width: 370px;
        margin-bottom: 10px;
    }
    .reviews {
        padding: 40px 0px;
    }
    .reviews h2 {
        font-size: 22px;
    }
}

@media only screen and (min-width:768px)and (max-width:1024px) {
    .banner {
        height: auto;
    }
    .banner .logo {
        width: 14%;
        margin: 20px 0px 10px 0px;
    }
    .wcall {
        font-size: 20px;
        top: -70px;
    }
    .banner section {
        padding: 20px;
    }
    .banner section ul {
        font-size: 20px;
    }
    .banner section ul li {
        line-height: 36px;
    }
    .banner h2 {
        font-size: 26px;
        margin-bottom: 10px;
    }
    .cform {
        margin-bottom: 40px;
    }
    .cform section {
        padding: 20px;
    }
    .cform section p {
        font-size: 26px;
        padding-top: 10px;
    }
    .company {
        padding: 40px 0px;
    }
    .services {
        padding: 40px 0px;
    }
    .servicesbg img:nth-child(1),
    .servicesbg img:nth-child(2) {
        max-width: 250px;
    }
    .services span {
        z-index: 1;
    }
    .services h2 {
        font-size: 22px;
        padding: 0px;
        z-index: 1;
    }
    .services p {
        padding: 0% 20%;
        z-index: 1;
    }
    .card-body p {
        padding: 0px;
    }
    .icn {
        width: 60px;
        height: 60px;
        font-size: 30px;
        top: 125px;
    }
    .cc h2 {
        font-size: 20px;
    }
    .cc {
        text-align: center;
    }
    .cc section {
        padding: 40px;
    }
    .cc section h2 {
        font-size: 22px;
    }
    .cc h2 {
        font-size: 20px;
        text-align: left;
        padding: 0px;
    }
    .cc .but {
        margin: 20px 0px 0px 0px;
    }
    .cc img {
        height: auto;
    }
    .cform textarea {
        width: 100%;
    }
    .counter {
        padding: 40px 0px;
    }
    .counter h2 {
        font-size: 22px;
    }
    .counter p {
        font-size: 14px;
    }
    .counter section {
        width: 100%;
        margin: 10px 0px;
    }
    .cc section form input,
    textarea {
        width: 340px;
        margin-bottom: 10px;
    }
    .cc section form select {
        width: 340px;
    }
    .reviews {
        padding: 40px 0px;
    }
    .reviews h2 {
        font-size: 22px;
    }
}

@media only screen and (min-width:1024px) and (max-width:1320px) {
    .wcall {
        font-size: 20px;
        top: -10px;
    }
    .banner .logo {
        width: auto;
        margin: 20px 0px 10px 0px;
    }
    .banner h2 {
        font-size: 34px;
        margin-bottom: 40px;
    }
    .banner section ul {
        font-size: 24px;
    }
    .banner section ul li {
        line-height: 50px;
    }
    .cc section {
        padding: 30px;
    }
    .cc section form input,
    textarea {
        width: 296px !important;
        margin-bottom: 10px;
    }
    .cc section form select {
        width: 250px;
    }
}

@media only screen and (min-width:1200px) and (max-width:1440px) {
    .cc section {
        padding: 40px;
    }
    .cc section form input,
    textarea {
        width: 360px;
        margin-bottom: 20px;
    }
    .cc section form select {
        width: 360px;
    }
}