@charset "utf-8";
/* CSS Document */

/* Bootstrap Icon  */
@import url("https://cdn.jsdelivr.net/npm/bootstrap-icons@1.13.1/font/bootstrap-icons.min.css");


/*html, body {
	width: 100%;
	overflow-x: hidden;
} */



:root {
    --font-titel: 'Montserrat';
    --font-paragraph: 'Montserrat';
    --green-color: #01A95E;
    --orange-color: #F7953E;
    --title-color: #000;
    --text-white: #FFF;
    --para-color: #434343;
}

.container-fluid {
    max-width: 1825px;
}


@font-face {
    font-display: swap;
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 100;
    src: url('../fonts/montserrat-v31-latin-100.woff2') format('woff2');
}

@font-face {
    font-display: swap;
    font-family: 'Montserrat';
    font-style: italic;
    font-weight: 100;
    src: url('../fonts/montserrat-v31-latin-100italic.woff2') format('woff2');
}

@font-face {
    font-display: swap;
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 200;
    src: url('../fonts/montserrat-v31-latin-200.woff2') format('woff2');
}

@font-face {
    font-display: swap;
    font-family: 'Montserrat';
    font-style: italic;
    font-weight: 200;
    src: url('../fonts/montserrat-v31-latin-200italic.woff2') format('woff2');
}

@font-face {
    font-display: swap;
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 300;
    src: url('../fonts/montserrat-v31-latin-300.woff2') format('woff2');
}

@font-face {
    font-display: swap;
    font-family: 'Montserrat';
    font-style: italic;
    font-weight: 300;
    src: url('../fonts/montserrat-v31-latin-300italic.woff2') format('woff2');
}

@font-face {
    font-display: swap;
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 400;
    src: url('../fonts/montserrat-v31-latin-regular.woff2') format('woff2');
}

@font-face {
    font-display: swap;
    font-family: 'Montserrat';
    font-style: italic;
    font-weight: 400;
    src: url('../fonts/montserrat-v31-latin-italic.woff2') format('woff2');
}

@font-face {
    font-display: swap;
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 500;
    src: url('../fonts/montserrat-v31-latin-500.woff2') format('woff2');
}

@font-face {
    font-display: swap;
    font-family: 'Montserrat';
    font-style: italic;
    font-weight: 500;
    src: url('../fonts/montserrat-v31-latin-500italic.woff2') format('woff2');
}

@font-face {
    font-display: swap;
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 600;
    src: url('../fonts/montserrat-v31-latin-600.woff2') format('woff2');
}

@font-face {
    font-display: swap;
    font-family: 'Montserrat';
    font-style: italic;
    font-weight: 600;
    src: url('../fonts/montserrat-v31-latin-600italic.woff2') format('woff2');
}

@font-face {
    font-display: swap;
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 700;
    src: url('../fonts/montserrat-v31-latin-700.woff2') format('woff2');
}

@font-face {
    font-display: swap;
    font-family: 'Montserrat';
    font-style: italic;
    font-weight: 700;
    src: url('../fonts/montserrat-v31-latin-700italic.woff2') format('woff2');
}

@font-face {
    font-display: swap;
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 800;
    src: url('../fonts/montserrat-v31-latin-800.woff2') format('woff2');
}

@font-face {
    font-display: swap;
    font-family: 'Montserrat';
    font-style: italic;
    font-weight: 800;
    src: url('../fonts/montserrat-v31-latin-800italic.woff2') format('woff2');
}

@font-face {
    font-display: swap;
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 900;
    src: url('../fonts/montserrat-v31-latin-900.woff2') format('woff2');
}

@font-face {
    font-display: swap;
    font-family: 'Montserrat';
    font-style: italic;
    font-weight: 900;
    src: url('../fonts/montserrat-v31-latin-900italic.woff2') format('woff2');
}



* {
    text-decoration: none !important;
    outline: none !important;
}

body {
    font-family: var(--font-paragraph);
    font-weight: 400;
    font-size: 16px;
    line-height: 28px;
    background: #fff;
    overflow-x: hidden;
    color: #333333;
    margin: 0;
    padding: 0;
    font-weight: normal;
    font-style: normal;
    font-family: var(--font-paragraph);
    /* Font-er pixel gulo smooth korar jonne */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    text-rendering: optimizeLegibility;
    /* Letter spacing thik korun (Google Fonts ektu tight thake) */
    letter-spacing: -0.015em;
}

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

ul,
ol {
    margin: 0;
    padding: 0;
    list-style: none;
}

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

ol {
    list-style: decimal inside;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0;
    padding: 0;
    font-weight: 500;
    font-size: 20px;
    color: #0d141e;
    line-height: 30px;
    font-family: var(--font-titel);
}

p {
    margin: 0;
    padding: 0;
    color: #212121;
    font-size: 16px;
    line-height: 28px;
    font-family: var(--font-paragraph);
}

b,
strong {
    font-weight: 600;
}

blockquote {
    margin: 0;
    padding: 0;
    border: none;
}



/* ::selection 
{
    background: #21a108;
    color: #fff;
}
::-moz-selection 
{
    background: #21a108;
    color: #fff;
} */
a:focus,
p:focus,
div:focus,
input:focus,
textarea:focus,
submit:focus,
button:focus {
    outline: none;
}




/********HAMBURGER ICON***********/
.hamburger {
    padding: 0px;
    display: inline-block;
    cursor: pointer;
    transition-property: opacity, filter;
    transition-duration: 0.15s;
    transition-timing-function: linear;
    font: inherit;
    color: inherit;
    text-transform: none;
    background-color: transparent;
    border: 0;
    margin: 0;
    overflow: visible;
}

.hamburger:hover {
    opacity: 1;
}

.hamburger-box {
    width: 30px;
    height: 24px;
    display: inline-block;
    position: relative;
}

.hamburger-inner {
    display: block;
    top: 50%;
    margin-top: -2px;
}

.hamburger-inner,
.hamburger-inner::before,
.hamburger-inner::after {
    width: 30px;
    height: 2px;
    background-color: #0B1D31;
    border-radius: 4px;
    position: absolute;
    transition-property: transform;
    transition-duration: 0.15s;
    transition-timing-function: ease;
}

.hamburger-inner::before,
.hamburger-inner::after {
    content: "";
    display: block;
}

.hamburger-inner::before {
    top: -10px;
}

.hamburger-inner::after {
    bottom: -10px;
}

/** Spring **/
.hamburger--spring .hamburger-inner {
    top: 2px;
    transition: background-color 0s 0.13s linear;
}

.hamburger--spring .hamburger-inner::before {
    top: 10px;
    transition: top 0.1s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.hamburger--spring .hamburger-inner::after {
    top: 20px;
    transition: top 0.2s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.hamburger--spring.is-active .hamburger-inner {
    transition-delay: 0.22s;
    background-color: transparent;
}

.hamburger--spring.is-active .hamburger-inner::before {
    top: 0;
    transition: top 0.1s 0.15s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.13s 0.22s cubic-bezier(0.215, 0.61, 0.355, 1);
    transform: translate3d(0, 10px, 0) rotate(45deg);
}

.hamburger--spring.is-active .hamburger-inner::after {
    top: 0;
    transition: top 0.2s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.13s 0.22s cubic-bezier(0.215, 0.61, 0.355, 1);
    transform: translate3d(0, 10px, 0) rotate(-45deg);
}

/** Spring **/

/********HAMBURGER ICON***********/


/***************** Navbar *******************************/



/*******************************
********NAV BAR*****************
*****************************/
#pull {
    display: none;
}

.nav>ul>li {
    position: relative;
    display: inline-block;
    vertical-align: top;
    width: auto;
    height: auto;
    margin: 0px 44px 0px 0px;
}

.nav>ul>li:last-child,
.nav>ul>li:only-child {
    margin: 0;
}

/* .nav>ul>li::before {
    position: absolute;
    bottom: 10px;
    left: 0px;
    z-index: 1;
    content: " ";
    width: 20px;
    height: 3px;
    background: #1db315;
    transform: scaleX(0);
    -webkit-transform: scaleX(0);
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    margin: 0 auto;
    left: 0;
    right: 0;
}

.nav>ul>li:hover::before,
.nav>ul>li.current-menu-item::before,
.nav>ul>li.current-menu-parent::before,
.nav>ul>li.current-menu-ancestor::before {
    transform: scaleX(1);
    -webkit-transform: scaleX(1);
} */

.nav>ul>li>a {
    position: relative;
    z-index: 1;
    display: block;
    width: auto;
    height: auto;
    padding: 20px 0px;
    color: #000;
    font-size: 16px;
    text-transform: capitalize;
    font-weight: 600;
    line-height: 25px;
    cursor: pointer;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
}

.nav>ul>li:hover>a,
.nav>ul>li.current-menu-item>a,
.nav>ul>li.current-menu-parent>a,
.nav>ul>li.current-menu-ancestor>a {
    color: #1db315;
}

.nav>ul>li>ul {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 9999;
    width: 300px;
    height: auto;
    padding: 0px 0px 0px 0px;
    background: none;
    text-align: left;
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
}

.nav>ul>li:last-child>ul,
.nav>ul>li:nth-last-child(2)>ul {
/*     left: auto; */
    right: 0;
}

.nav>ul>li:hover>ul {
    top: 100%;
    opacity: 1;
    visibility: visible;
}

.nav>ul>li>ul>li,
.nav>ul>li>ul>li>ul>li {
    position: relative;
    width: 100%;
    height: auto;
    float: left;
}

.nav>ul>li>ul>li>a,
.nav>ul>li>ul>li>ul>li>a {
    display: block;
    width: auto;
    height: auto;
    padding: 2px 15px 1px 15px;
    background: #333;
    border-top: 1px #485665 solid;
    text-transform: capitalize;
    font-weight: 500;
    font-size: 12px;
    color: #fff;
    line-height: 18px;
    cursor: pointer;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
}

.nav>ul>li:hover>ul>li>a,
.nav>ul>li:hover>ul>li>ul>li>a {
    padding: 9px 15px 10px 15px;
}

.nav>ul>li>ul>li:hover>a,
.nav>ul>li>ul>li.current-menu-item>a,
.nav>ul>li>ul>li.current-menu-parent>a,
.nav>ul>li>ul>li>ul>li:hover>a,
.nav>ul>li>ul>li>ul>li.current-menu-item>a,
.nav>ul>li>ul>li>ul>li.current-menu-parent>a {
    background: var(--orange-color);
}

.nav>ul>li>ul>li>ul {
    position: absolute;
    top: 10%;
    left: 100%;
    z-index: 9999;
    width: 240px;
    height: auto;
    background: none;
    text-align: left;
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
}

.nav>ul>li:last-child>ul>li>ul,
.nav>ul>li:nth-last-child(2)>ul>li>ul {
    left: auto;
    right: 100%;
}

.nav>ul>li>ul>li:hover>ul {
    top: 0;
    opacity: 1;
    visibility: visible;
}

.middle-conter {
    width: 100%;
    display: inline-block;
    vertical-align: top;
}



.top-nav {
    position: relative;
}


span.arrow-icon {
    position: absolute;
    top: 18px;
    right: -20px;
    font-size: 12px;
}

.drop>ul>.drop .arrow-icon {
    right: 10px !important;
    top: 6px !important;
    color: #FFF !important;
    rotate: -90deg;
}



/*******************************
********NAV BAR*****************
*****************************/


.scrollup {
    right: 15px;
    position: fixed;
    border-radius: 200px;
    bottom: -80px;
    width: 50px;
    height: 50px;
    font-size: 28px;
    z-index: 9999;
    background: rgb(95, 154, 42);
    background: linear-gradient(90deg, rgba(95, 154, 42, 1) 0%, rgba(120, 186, 60, 1) 100%);
    cursor: pointer;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    text-align: center;
    color: #FFF;
    padding: 10px;
}

.scrollup.active {
    bottom: 27%;
    right: 0;
}

.head-top {
    background: var(--green-color);
    padding: 10px 0;
}

.head-info ul {
    justify-content: flex-end;
}

.head-info ul li a {
    display: flex;
    align-items: center;
}

.social ul li a {
    color: #FFF;
    font-size: 25px;
    margin-right: 10px;
}

.social ul li:last-child a {
    margin-right: 0;
}

.head-info li:first-child {
    margin-right: 30px;
}

.head-info li a span {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    flex: 0 0 40px;
    border: 2px solid #FFF;
    border-radius: 50%;
    margin-right: 10px;
}

.head-info li a span i {
    font-size: 25px;
    color: #FFF;
}

.head-info li p {
    line-height: 20px;
    color: #FFF;
}

.green-btn {
    background: #F7953E;
}

.orange-btn {
    background: var(--orange-color);
}

.two-btn a {
    color: #FFF;
    padding: 10px 15px;
    color: #FFF;
    font-weight: 600;
    text-transform: capitalize;
    border-radius: 50px;
}


/*************** Nav Fixed Top ************************/

.topmines {
    top: -100px;
}

.nav-active {
    position: fixed;
    top: 0 !important;
    z-index: 9999;
    cursor: pointer;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    width: 100%;
    background: #ffffff;
    box-shadow: 0 0 5px #d9d9d9;
}

.nav-active .logo {
    margin-top: 0;
    position: relative;
    z-index: 99;
    width: 150px;
    flex: 0 0 150px;
}

.nav-active .menu-part {
    align-items: center;
}


/*****************************************/


.banner {
    height: 800px;
    overflow: hidden;
    position: relative;
    border-bottom: 10px solid var(--orange-color);
}

.banner-content {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 100px 0;
    z-index: 9;
}

.banner-from {
    background: #FFF;
    padding: 30px;
    border-radius: 20px;
}

.banner-from strong {
    font-size: 30px;
    line-height: 35px;
    color: #000;
}

.banner-from p {
    font-weight: 700;
    color: #000 !important;
}

.banner-from .form-control,
.banner-from .form-select {
    height: 45px;
    font-size: 15px;
    box-shadow: none;
}

.banner-from textarea.form-control {
    height: auto;
}


.get-btn {
    width: 100%;
    padding: 10px;
    background: var(--green-color);
    color: #FFF;
    border-radius: 10px;
    border: none;
    box-shadow: none;
    font-weight: bold;
}

.sub-head {
    color: #fff;
    font-size: 32px;
    line-height: 40px;
}

.banner-content h1 {
    color: #FFF;
    font-size: 50px;
    font-weight: bold;
    line-height: 70px;
    margin-bottom: 20px;
}

.inner-banner {
    height: auto !important;
}

.inner-banner .banner-content h1 {
    margin-bottom: 40px;
    position: relative;
}

.inner-banner .banner-content h1::before {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    border-bottom: 2px solid var(--orange-color);
    bottom: -20px;
    max-width: 250px;
    margin: 0 auto;
}

.inner-banner .banner-content {
    padding-top: 150px;
}

.round-call {
    width: 40px;
    height: 40px;
    flex: 0 0 40px;
    border-radius: 50%;
    border: 2px solid var(--orange-color);
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--orange-color);
    font-size: 25px;
    margin-right: 15px;
}

.g-color-text {
    color: #4385f5;
    font-weight: bold;
}

.g-color-text span.red {
    color: #eb4235;
}

.g-color-text span.yellow {
    color: #f9bc04;
}

.g-color-text span.green {
    color: #34a853;
}

.banner-content div p {
    color: #FFF;
}

.green-banner-btn {
    background: var(--green-color);
    color: #FFF !important;
    font-weight: 700;
    padding: 10px 30px;
    margin-top: 15px;
    display: inline-block;
    border-radius: 50px;
}

.border-left {
    border-left: 1px solid #FFF;
}

.icon-bar {
    background: #FFF;
    padding: 10px;
    position: relative;
    top: -90px;
    box-shadow: 0px 5px 10px #e3e3e3;
    border-radius: 15px;
    position: relative;
    z-index: 9;
}

.icon-bar li {
    border-right: 1px solid #A9A9A9;
}

.icon-bar li:last-child {
    border-right: none;
}

/*****************************/

.section-gap {
    padding: 80px 0;
}

.video-box {
    border-radius: 20px;
    overflow: hidden;
    display: flex;
    flex-flow: column;
}

.video-descriptopn {
    background: #01A95E;
    padding: 10px;
}

.video-descriptopn p {
    color: #FFF;
    text-align: center;
    font-weight: 600;
    font-size: 18px;
}

.heading-content {
    text-align: center;
    position: relative;
}

/* .heading-content::before { 
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    width: 80px;
    height: 2px;
    background: var(--green-color);
    margin: 0 auto;
    bottom: -20px;
} */

.heading-content h2 {
    font-size: 35px;
    font-weight: bold;
    margin-bottom: 15px;
}


.service-sec {
    background: url(../images/service-bg.webp) no-repeat center;
    background-size: cover;
}


.service-area {
    background: #FFF;
    padding: 20px;
    border-radius: 25px 25px 85px 25px;
    border: 1px solid #01A95E;
    position: relative;
    min-height: 350px;
}

.service-area h4 {
    font-size: 25px;
    font-weight: 700;
    line-height: 65px;
    color: #01A95E;
}

.service-area p {
    font-size: 20px;
    color: #000;
    line-height: 28px;
    font-weight: 500;
}

.service-more-btn {
    margin-top: 80px;
    color: #000 !important;
    font-weight: bold;
    display: flex;
    align-items: center;
}

.service-more-btn i {
    font-size: 25px;
    background: #FFF;
    width: 46px;
    height: 46px;
    border-radius: 50%;
    box-shadow: 0 0 5px #c3c3c3;
    display: flex;
    align-items: center;
    justify-content: center;
    flex: 0 0 46px;
    margin-right: 10px;
    color: #000 !important;

}



.rounded-icon {
    background: #F7953E;
    padding: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 120px;
    height: 120px;
    flex: 0 0 120px;
    border-radius: 50%;
}

.outer-icon {
    border: 1px solid #01A95E;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 140px;
    height: 140px;
    flex: 0 0 140px;
    border-radius: 50%;
    position: absolute;
    right: -12px;
    bottom: -18px;
    background: #faeff8;
}

.team-image {
    margin-bottom: 10px;
}

.team-image img {
    width: 100%;
}


.myteam .swiper-button-prev svg,
.myteam .swiper-button-next svg {
    display: none;
}

.myteam .swiper-button-prev,
.myteam .swiper-button-next {
    color: #000 !important;
    font-weight: bold;
    display: flex;
    align-items: center;
}

.myteam .swiper-button-prev i,
.myteam .swiper-button-next i {
    font-size: 25px;
    background: #FFF;
    width: 46px;
    height: 46px;
    border-radius: 50%;
    box-shadow: 0 0 5px #c3c3c3;
    display: flex;
    align-items: center;
    justify-content: center;
    flex: 0 0 46px;
    margin-right: 20px;
    color: #000 !important;
}

.team-area strong {
    font-size: 20px;
    font-weight: 700;
}

.team-area p {
    font-size: 18px;
}

.contact-info {
    background: url(../images/contact-bg.webp) no-repeat center;
    background-size: cover;
    padding: 80px 0;
}


.con-info {
    background: var(--orange-color);
    padding: 30px;
    border-radius: 25px;
    height: 100%;
}

.from-bg-area {
    background: #FFF;
    padding: 30px;
    border-radius: 25px;
    margin-left: 50px;
}



.con-heading {
    margin-bottom: 20px;
    font-weight: 600;
    font-size: 25px;
}

.con-info ul li {
    margin-bottom: 15px;
}

.con-info ul li a {
    display: flex;
    align-items: center;
}

.con-info ul li a p {
    color: #FFF;
    font-size: 20px;
    font-weight: 600;
}

.icon-con {
    background: #FFF;
    width: 64px;
    height: 64px;
    flex: 0 0 64px;
    border-radius: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 15px;
}


.con-info .social ul li a {
    font-size: 30px;
}

.as-seen-icon-list ul {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
}

.as-seen-icon-list ul li {
    padding: 10px;
}

.as-seen-faq {
    background: url(../images/as-seen-faq-bg.webp) no-repeat right top;
}

.green-border {
    border: 1px solid #D5D5D5;
    padding: 30px;
    border-radius: 20px;
    background: #FFF;
}

.faq-area .accordion-button {
    font-size: 20px;
    font-weight: 600;
    background: transparent;
    border-radius: 0 !important;
    box-shadow: none;
    border-bottom: 2px solid #efefef;
}

.faq-area .accordion-item {
    border: none;
}

.accordion-button:not(.collapsed) {
    color: var(--orange-color)
}


.blog-area {
    background: url(../images/service-bg.webp) no-repeat center;
    background-size: cover;
}

.exept-blog h4 {
    font-size: 25px;
    font-weight: bold;
    margin-bottom: 10px;
}
.exept-blog h4 a{
    color: var(--green-color);
}

.exept-blog p {
    font-size: 18px;
}

.blog-date {
    background: var(--green-color);
    padding: 10px 20px;
    color: #FFF;
    border-radius: 50px;
    display: inline-block;
    position: absolute;
    left: 20px;
    bottom: -20px;
    border: 2px solid #FFF;
}

.blog-image {
    position: relative;
}

.logo-slider .swiper-slide {
    border: 2px solid var(--green-color);
    border-radius: 15px;
}

.logo-slider .swiper-slide img {
    width: 100%;
    height: 100%;
    border-radius: 15px !important;
}


footer {
    background: #06150E;
    padding-top: 60px;
}

.footer-holder h4 {
    font-size: 20px;
    font-weight: bold;
    color: var(--orange-color);
    margin-bottom: 20px;
}

.footer-holder p {
    color: #FFF;
    max-width: 500px;
}

.footer-holder ul li a {
    color: #FFF;
    position: relative;
    padding-left: 20px;
    line-height: 35px;
}

.footer-holder ul li a::before {
    content: '';
    position: absolute;
    width: 8px;
    height: 8px;
    border-radius: 50px;
    left: 0;
    top: 5px;
    background: #FFF;

}


.foot-info {
    background: var(--green-color);
    padding: 20px;
    border-radius: 30px;
}

.foot-info ul {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.foot-info ul li a {
    display: flex;
    align-items: center;

}

.foot-info ul li a p {
    color: #FFF;
    font-size: 18px;
    font-weight: 600;
}

.foot-social {
    border-bottom: 1px solid #FFF;
}



.whatsapp-call {
    position: fixed;
    top: 50%;
    right: 0;
    z-index: 99;
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.whatsapp-call a {
    width: 50px;
    height: 50px;
    display: flex;
    flex: 0 0 50px;
}



.ppc-campaign ul li {
    padding-left: 30px;
    position: relative;
}

.ppc-campaign ul li:before {
    font-family: 'Line Awesome Free';
    content: "\f00c";
    position: absolute;
    left: 0;
    background: var(--green-color);
    width: 20px;
    height: 20px;
    font-size: 12px;
    border-radius: 50%;
    color: #FFF;
    top: 5px;
    font-weight: 900;
    display: flex;
    align-items: center;
    justify-content: center;
}

.service-content h2 {
    font-size: 25px;
    margin-bottom: 15px;
    font-weight: bold;
}

.service-content p,
.service-content img {
    margin-bottom: 15px;
}

.service-content h1 {
    font-size: 40px;
    margin-bottom: 20px;
    font-weight: bold;
    color: var(--green-color);
}

.serv-viya {
    background: #F9F9F9;
    padding: 20px;
    margin-bottom: 20px;
    height: 250px;
    /* height:180px; */
    border-radius: 15px;

}

.serv-viya h3 {
    font-weight: bold;
    font-size: 20px;
    margin-bottom: 15px;


}

.sidebar-from {
    border: 1px solid #D5D5D5;
    border-radius: 15px;
}

.recent-post {
    background: #FFFBF8;
    padding: 20px;
    border-radius: 20px;
}

.recent-post h3 {
    margin-bottom: 20px;
    font-weight: bold;

}

.recent-post .r-post-img {
    width: 120px;
    height: 98px;
    border-radius: 15px;
    overflow: hidden;
    margin-right: 15px;
    flex: 0 0 120px;
}


.recent-post ul li {
    display: flex;
    align-items: center;
    margin-bottom: 10px;
}

.rp-content span {
    font-size: 14px;
    font-weight: bold;
    display: flex;
    align-items: center;
}

.rp-content span i {
    font-size: 18px;
    margin-right: 10px;
}

.rp-content p {
    font-size: 14px;
    font-weight: 500;
    line-height: 22px;
}

.call-us-side {
    background: var(--green-color);
    padding: 25px;
    border-radius: 20px;
}

.call-us-side h4 {
    font-size: 30px;
    font-weight: 600;
    color: #FFF;
    line-height: 40px;
    margin-bottom: 15px;
}

.call-us-side .round-call {
    border-color: #FFF;
    color: #FFF;
}

.call-us-side a {
    font-size: 28px;
    color: #FFF;
    font-weight: bold;
}

aside {
    position: relative;
    display: block;
}

.sidebar-sticky-container {
    position: static;
    top: 50px;
    bottom: auto;
    width: auto;
}


.bg-gray {
    background: #f5f5f5;
}

.ab-part b {
    color: var(--green-color);
    font-weight: bold !important;
    display: block;
}

.ab-part h3 {
    font-weight: bold;
    font-size: 20px;
    line-height: 26px;
    margin-bottom: 15px;
}

.ab-part p {
    font-size: 18px;
    line-height: 30px;
    margin-bottom: 10px;
}

.ab-part a {
    font-size: 18px;
    line-height: 30px;
    color: var(--orange-color);
    font-weight: 600;
}

.add-padd-contact {
    padding: 150px 0;
}

.contact-info-page .heading-content::before {
    right: inherit !important;
}

.contact-info-page .icon-con {
    background: var(--orange-color);
    width: 72px;
    height: 72px;
    flex: 0 0 72px;
    display: flex;
    align-items: center;
    justify-content: center;
}


.ready-to-take {
    background: var(--green-color);
    padding: 70px 0;
}

.ready-to-take h3 {
    color: #FFF;
    font-size: 50px;
    line-height: 60px;
    margin-bottom: 20px;
    font-weight: bold;
}

.ready-to-take p {
    color: #FFF;
}

.ready-to-take .green-banner-btn {
    background: var(--orange-color) !important;
}

.inner-banner .banner-content {
    background: hsla(0, 0%, 0%, 0.359);
}

.serv-viya p {
    font-size: 16px;
    color: #000;
    line-height: 20px;
}


.serv-viya h3 .logos {
    border-radius: 50% !important;
    background: #01A95E !important;
    padding: 10px 12px !important;
    color: #ffffff !important;
    line-height: 50px !important;
}

.logos i {
    padding: 0 !important;
}

.phase-2 {
    margin-top: 50px !important;
}

.phase-2 p {
    margin-bottom: 0;
}

.phase-2 h4 {
    font-size: 14px;
    font-weight: 600;
}

.phase-2-lists {
    font-size: 16px;
    padding: 10px 0;
    border-bottom: 1px solid #01A95E;
    font-weight: 500;
}

.ri-arrow-right-double-line {
    color: #01A95E;
    font-size: 20px;
    font-weight: 500;
}

#phase-3 {
    margin-top: 50px;
}

#phase-3 .serv-viya p {
    font-size: 14px;
    color: #ffffff;
    line-height: 20px;
}



#phase-4 {
    margin-top: 50px;
}


#phase-4 .serv-viya-p-4 {
    height: 300px;
}

#phase-4 .serv-viya p {
    font-size: 14px;
    color: #ffffff;
    line-height: 20px;
}


#phase-5 {
    margin-top: 50px;
}


#phase-5 .serv-viya-p-5 {
    height: 300px;
}

#phase-5 .serv-viya p {
    font-size: 14px;
    color: #ffffff;
    line-height: 20px;
}


#phase-6 {
    margin-top: 50px;
}

.ri-arrow-right-up-long-fill {
    color: #01A95E;
    font-size: 20px;
}

.ri-send-plane-2-line {
    color: #01A95E;
    font-size: 20px;
}


#phase-7 {
    margin-top: 50px;
}

#phase-8 {
    margin-top: 50px;
}


#phase-9 {
    margin-top: 50px;
}

#phase-9 h3 {
    margin-bottom: 30px;
}

#phase-9 .serv-viya-p-9 {
    height: 300px;

}

#phase-9 .serv-viya p {
    font-size: 14px;
    color: #ffffff;
    line-height: 20px;
}

#phase-9 h4 {
    margin-bottom: 30px;
}

#phase-9 .serv-viya-p-9-t {
    height: auto;

}

#last {
    margin-top: 50px;
}

#last .serv-viya-p-9-l {
    height: auto;

}

#last .serv-viya-p-9-l p {
    color: #ffffff;
    font-size: 14px;

}

#last .serv-viya-p-9-l h3 {
    color: #ffffff;
    font-size: 32px;
}


.serv-viya-p-1 {
    background-color: #01A95E;
    height: 200px;
}

.serv-viya-p-1 h3 {
    color: #ffffff;
    line-height: 35px;
}

.serv-viya-p-3 {
    background-color: #01A95E;

}

.serv-viya-p-3 h3 {
    color: #ffffff;
    line-height: 35px;
}

.serv-viya-p-4 {
    background-color: #01A95E;

}

.serv-viya-p-4 h3 {
    color: #ffffff;
    line-height: 35px;
}

.serv-viya-p-5 {
    background-color: #01A95E;

}

.serv-viya-p-5 h3 {
    color: #ffffff;
}

.serv-viya-p-9 {
    height: 350px !important;
    background-color: #01A95E;

}

.serv-viya-p-9 h3 {
    color: #ffffff;
    line-height: 35px;
}

.serv-viya-p-9-t {
    background-color: #01A95E;

}

.serv-viya-p-9-t h3 {
    color: #ffffff;
}

.serv-viya-p-9-l {
    background-color: #01A95E;

}

/* Mobile App developement */

.app-heading {
    line-height: 40px;
}

.key-dev-lists {
    font-size: 16px;
    padding: 10px 0;
    border-bottom: 1px solid #01A95E;
    font-weight: 500;
}

.para-after-key {
    margin: 30px 0;
}

.serv-viya-m-d {
    background-color: #01A95E;
    height: 300px;
    padding: 20px 10px !important;

}

.serv-viya-m-d h3 {
    color: #ffffff;
    line-height: 40px;

}

.serv-viya-m-d p {
    color: #ffffff;
    font-size: 14px;
    margin: 0 !important;
}

.app-dev-heading {
    margin: 30px 0;
}

.heading-para {
    margin: 30px 0;
}

.last-q h3 {
    margin: 10px 0;
}

.new-logos {
    border-radius: 50%;
    background-color: #ffffff;
    color: #01A95E;
    padding: 10px 12px;
    margin-right: 5px;
    margin-bottom: 10px;
}

.new-logos i {
    color: #01A95E;
    font-size: 22px;
}

/* Team image */

.team-image img {
    width: 350px;
    height: 400px;
    object-fit: cover;
}

.icon-bar>ul>li>a>img {
    width: 300px;
    max-height: 150px;
}

.menu-bg>li>a {
    word-wrap: break-word !important;
}

/* Background video */
.bg-video {
    width: 100%;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 2;
}

.banner::before {
    content: "";
    position: absolute;
    background-color: #000000;
    opacity: 0.6;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 3;
}

.icon-con-c {
    padding-left: 0 !important;
    width: 64px;
    height: 64px;
    flex: 0 0 64px;
    border-radius: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 15px;
    background-color: #01A95E !important;
}

.icon-con-c i {
    color: #ffffff;
    font-size: 40px;
}



.first {
    width: 100%;
    height: 5px;
    background-color: #F7953E;
}



.hello {
    line-height: 20px;
}


.blogs {
/*     border: 1px solid rgba(0, 0, 0, 0.225);
    border-radius: 10px; */
    padding: 10px;
}


.blogs img {
    width: 100%;
    height: 200px;
}

.blog-title {
    font-weight: 800;
    margin-bottom: 10px;
}
.blog-title a{
color:#01a95e;
}

.pagination {
    margin-top: 20px;
}

.b-name,
.b-date {
    font-size: 13px;
}

/* Pagination */
.pagination .page-link {
    color: #01A95E;
    border-color: #01A95E;
}

.pagination .page-link:hover {
    color: #ffffff;
    background-color: #01A95E;
    border-color: #01A95E;
}

.pagination .page-item.active .page-link {
    color: #ffffff;
    background-color: #01A95E;
    border-color: #01A95E;
}

.map {
    padding: 0 !important;
}

/*----- For underline on SEo text -----*/
/* Subtle top background curve effect (matches top left of the image) */
body::before {
    content: "";
    position: absolute;
    top: -100px;
    left: -100px;
    width: 400px;
    height: 300px;
    background: radial-gradient(circle, rgba(230, 215, 240, 0.4) 0%, rgba(255, 255, 255, 0) 70%);
    border-radius: 50%;
    z-index: -1;
}

/* Heading container */
.title-container {
    position: relative;
    text-align: center;
    display: inline-block;
    padding: 20px;
}


.com-title {
    margin-bottom: 20px !important;
    font-weight: 600;
    text-align: center;
}


.fa-check {
    color: #ffffff;
    font-size: 12px !important;
}

.fa-x {
    color: #fff;
    padding: 0 !important;
    margin: 0;
    line-height: 1;
    font-size: 12px;
}

.com-icon {
    background-color: #01A95E;
    width: 25px;
    height: 25px;
    flex: 0 0 30px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    /* background-color:red; */
    border-radius: 50% !important;
    padding: 0 !important;
    margin-right: 5px;
}


.icon-com {
    width: 25px;
    height: 25px;
    flex: 0 0 30px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background-color: red;
    border-radius: 50% !important;
    padding: 0 !important;
    margin-right: 5px;
}


.com-l-1 {
    border: 1px solid #d5d5d5;
    border-top-left-radius: 15px;
    border-bottom-left-radius: 15px;
}

.com-l-2 {
    border: 1px solid #d5d5d5;
    border-top-right-radius: 15px;
    border-bottom-right-radius: 15px;
}

.seo-compare {
    padding: 0 10px;
}

/* New Accordion */
.accordion .accordion-button {
    font-size: 20px;
    font-weight: 600;
    background: transparent;
    border-radius: 0 !important;
    box-shadow: none;
    border-bottom: 2px solid #efefef;
}

.accordion .accordion-item {
    border: none;
}

.accordion .accordion-button:not(.collapsed) {
    color: var(--orange-color);
}

/*-------- Blog page design  --------*/
.blog-img {
    position: relative;
}

.bg-img-2 {
    position: absolute;
    bottom: 20px;
    right: 10px;
    color: #ffffff;
    border-radius: 50%;
    width: 30px;
    height: 30px;
    background-color: #01A95E;
    z-index: 2;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 20px;
    transition: all 0.3s ease-in;
}

.bg-img-2:hover {
    /* Glossy gradient: top reflection transitioning into rich green */
    background: linear-gradient(180deg,
            #13C275 0%,
            #01A95E 50%,
            #008A4C 100%);
    box-shadow: 0 6px 18px rgba(1, 169, 94, 0.45);
    transform: translateY(-2px);
}

.main-blog-img {
    width: 100% !important;
    height: auto !important;
}

.blog-title-main {
    font-size: 28px;
    font-weight: 600;
    margin-bottom: 20px;
}

.main-bg-name {
    margin-bottom:10px ;
    padding:10px 10px ;
   border:  1px solid rgba(0, 0, 0, 0.225);
}

/* =========================================================
   CF7 CUSTOM VALIDATION
   Get A Quote Form
   ========================================================= */

/* -----------------------------------------
   FIELD SPACING
----------------------------------------- */

.wpcf7 .mb-3 {
    margin-bottom: 18px !important;
}


/* -----------------------------------------
   NORMAL INPUT
----------------------------------------- */

.wpcf7 input.form-control,
.wpcf7 select.form-select,
.wpcf7 textarea.form-control {
    width: 100%;
    box-sizing: border-box;

    border: 1px solid #d8d8d8;
    border-radius: 7px;

    background: #fff;
    color: #333;

    outline: none;

    transition:
        border-color 0.25s ease,
        box-shadow 0.25s ease,
        background-color 0.25s ease;
}


/* -----------------------------------------
   INPUT HEIGHT
----------------------------------------- */

.wpcf7 input.form-control,
.wpcf7 select.form-select {
    min-height: 45px;
}


/* -----------------------------------------
   FOCUS
----------------------------------------- */

.wpcf7 input.form-control:focus,
.wpcf7 select.form-select:focus,
.wpcf7 textarea.form-control:focus {

    border-color: #08b463 !important;

    box-shadow:
        0 0 0 3px rgba(8, 180, 99, 0.10) !important;

    outline: none;
}


/* =========================================================
   INVALID FIELD
   ========================================================= */

.wpcf7 input.form-control.wpcf7-not-valid,
.wpcf7 select.form-select.wpcf7-not-valid,
.wpcf7 textarea.form-control.wpcf7-not-valid {

    border-color: #e53935 !important;

    background-color: #fffafa !important;

    box-shadow:
        0 0 0 3px rgba(229, 57, 53, 0.08) !important;
}


/* -----------------------------------------
   INVALID FIELD FOCUS
----------------------------------------- */

.wpcf7 input.form-control.wpcf7-not-valid:focus,
.wpcf7 select.form-select.wpcf7-not-valid:focus,
.wpcf7 textarea.form-control.wpcf7-not-valid:focus {

    border-color: #e53935 !important;

    box-shadow:
        0 0 0 3px rgba(229, 57, 53, 0.12) !important;
}


/* =========================================================
   CF7 ERROR MESSAGE
   ========================================================= */

.wpcf7 .wpcf7-not-valid-tip {

    display: block;

    margin-top: 6px;
    margin-left: 3px;

    color: #e53935 !important;

    font-size: 13px;
    font-weight: 500;

    line-height: 1.4;

    animation: cf7ErrorFade 0.25s ease;
}


/* -----------------------------------------
   ERROR ICON
----------------------------------------- */

.wpcf7 .wpcf7-not-valid-tip::before {

    content: "⚠";

    display: inline-block;

    margin-right: 6px;

    font-size: 12px;
    font-weight: 700;
}


/* -----------------------------------------
   ERROR ANIMATION
----------------------------------------- */

@keyframes cf7ErrorFade {

    from {
        opacity: 0;
        transform: translateY(-4px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }

}


/* =========================================================
   RESPONSE MESSAGE
   ========================================================= */

.wpcf7 .wpcf7-response-output {

    margin: 15px 0 0 !important;

    padding: 12px 15px !important;

    border-radius: 7px !important;

    font-size: 14px;

    line-height: 1.5;
}


/* -----------------------------------------
   FORM INVALID
----------------------------------------- */

.wpcf7 form.invalid .wpcf7-response-output {

    border: 1px solid #f1b5b5 !important;

    background: #fff5f5;

    color: #d32f2f;
}


/* -----------------------------------------
   FORM SUCCESS
----------------------------------------- */

.wpcf7 form.sent .wpcf7-response-output {

    border: 1px solid #a8dfc3 !important;

    background: #f0fff7;

    color: #087f46;
}


/* =========================================================
   SUBMIT BUTTON
   ========================================================= */

.wpcf7 .get-btn {

    width: 100%;

    min-height: 50px;

    border: 0 !important;
    border-radius: 7px !important;

    background: #08b463 !important;

    color: #fff !important;

    font-size: 16px !important;
    font-weight: 600 !important;

    cursor: pointer;

    transition:
        background 0.25s ease,
        box-shadow 0.25s ease,
        transform 0.15s ease;
}


.wpcf7 .get-btn:hover {

    background: #079b56 !important;

    box-shadow:
        0 5px 15px rgba(8, 180, 99, 0.20);
}


.wpcf7 .get-btn:active {

    transform: translateY(1px);
}


/* =========================================================
   SELECT ARROW / INVALID SELECT
   ========================================================= */

.wpcf7 select.form-select.wpcf7-not-valid {

    color: #555;

    border-color: #e53935 !important;
}


/* =========================================================
   MOBILE
   ========================================================= */

@media (max-width: 767px) {

    .wpcf7 .mb-3 {
        margin-bottom: 15px !important;
    }

    .wpcf7 input.form-control,
    .wpcf7 select.form-select {

        min-height: 46px;

        font-size: 14px;
    }

    .wpcf7 .wpcf7-not-valid-tip {

        font-size: 12px;

        margin-top: 5px;
    }

    .wpcf7 .get-btn {

        min-height: 48px;

        font-size: 15px !important;
    }

}


/* =========================================================
   SMALL MOBILE
   ========================================================= */

@media (max-width: 480px) {

    .wpcf7 input.form-control,
    .wpcf7 select.form-select {

        min-height: 44px;

        font-size: 14px;
    }

    .wpcf7 .wpcf7-not-valid-tip {

        font-size: 11.5px;
    }

}
/* =========================================
   CF7 - Hide Validation Error Text
   Keep Only Red Border
   ========================================= */

/* Hide CF7 validation message */
.wpcf7 .wpcf7-not-valid-tip {
    display: none !important;
}

/* Red border for invalid fields */
.wpcf7 input.wpcf7-not-valid,
.wpcf7 select.wpcf7-not-valid,
.wpcf7 textarea.wpcf7-not-valid {
    border: 1px solid #e53935 !important;
    background-color: #fffafa !important;
    box-shadow: 0 0 0 2px rgba(229, 57, 53, 0.08) !important;
}

/* Red border when invalid field is focused */
.wpcf7 input.wpcf7-not-valid:focus,
.wpcf7 select.wpcf7-not-valid:focus,
.wpcf7 textarea.wpcf7-not-valid:focus {
    border-color: #e53935 !important;
    box-shadow: 0 0 0 3px rgba(229, 57, 53, 0.12) !important;
}
/* =========================================
   CF7 - REMOVE ALL VALIDATION MESSAGES
   Keep only red border
   ========================================= */

/* Remove field-level error text */
.wpcf7 .wpcf7-not-valid-tip {
    display: none !important;
}

/* Remove bottom form-level validation message */
.wpcf7 form.invalid .wpcf7-response-output {
    display: none !important;
}

/* Red border for invalid fields */
.wpcf7 input.wpcf7-not-valid,
.wpcf7 select.wpcf7-not-valid,
.wpcf7 textarea.wpcf7-not-valid {
    border: 1px solid #e53935 !important;
    background: #fff !important;
    box-shadow: none !important;
}

/* Red border when invalid field is focused */
.wpcf7 input.wpcf7-not-valid:focus,
.wpcf7 select.wpcf7-not-valid:focus,
.wpcf7 textarea.wpcf7-not-valid:focus {
    border-color: #e53935 !important;
    box-shadow: 0 0 0 2px rgba(229, 57, 53, 0.10) !important;
}

.contact-info-page h2 {
	color: var(--green-color);
	margin-top:10px
}