@charset "utf-8";
/* CSS Document */
/* font-family: "Inter", sans-serif; */
@import url('https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap');
@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 {
  --bg-blue: #0176B7;
}


* {
    text-decoration: none !important;
    outline: none !important;
}

body {
    font-family: "Inter", sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 25px;
    background: #fff;
    letter-spacing: 0.4px;
    overflow-x: hidden;
    color: #333333;
}

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: "Poppins", sans-serif;
}

p {
    margin: 0;
    padding: 0;
    color: #212121;
    font-size: 16px;
    font-family: "Rubik", sans-serif;
}

b,
strong {
    font-weight: 600;
}

blockquote {
    margin: 0;
    padding: 0;
    border: none;
}

a,
a:hover,
a:visited {
    color: #21a108;
}

/* ::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;
}


/***************
page scrool
**************/
.scrollup {
    right: 15px;
    position: fixed;
    border-radius: 200px;
    bottom: -80px;
    width: 45px;
    height: 45px;
    z-index: 9999;
    background: linear-gradient(45deg, var(--e-global-color-theme-custom-color-start, #25ae60) 25.56%, var(--e-global-color-theme-custom-color2-start, #25ae60) 131.11%);
    -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
    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: 92px;
    right: 15px;
}

/* .scrollup:hover {
    background-color: rgba(37, 37, 37, 0.7);
} */

/***************
page scrool
***************/

/********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: #000;
    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***********/

.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;
}


span.arrow-icon {
    position: absolute;
    right: -20px;
    color: #000;
    top: 21px;
    z-index: 999;
    color: #000000;
    font-size: 14px;
}


/*******************************
********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: #292929;
    font-size: 18px;
    text-transform: capitalize;
    font-weight: 500;
    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: #333;
}

.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: rgba(11, 30, 48, 0.8);
    border-top: 1px #485665 solid;
    text-transform: capitalize;
    font-weight: 500;
    font-size: 18px;
    color: #fff;
    line-height: 25px;
    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: linear-gradient(45deg, var(--e-global-color-theme-custom-color-start, #25ae60) 25.56%, var(--e-global-color-theme-custom-color2-start, #25ae60) 131.11%);
    -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
}

.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;

}


.nav {
    width: 100%;
    justify-content: flex-end;
}

.top-nav 
{
    position: relative;
}


/*******************************
********NAV BAR*****************
*****************************/


/***************** Top Bar *****************/

.top-bar {
    position: relative;
}

.top-bar .info-details ul li {
    display: flex;
    align-items: center;
    margin-right: 15px;
}

.top-bar .info-details ul li a {
    color: #2f0909;
    font-size: 14px;
}

.top-bar .info-details ul span {
    width: 33px;
    height: 33px;
    background: #FFF;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #75bf33;
    margin-right: 10px;
}


.top-social li a {
    width: 33px;
    height: 45px;
    background: #cedec0;
    color: #577b37;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 10px;
}

.top-social li:last-child a {
    margin-right: 0;
}

.logo {
    z-index: 99; 
    position: relative;
}

.banner .slick-list {
    padding: 0 !important;
}

.slick-slide img {
    width: 100%;
}

/************ End Header ***************/

 header {
    position: absolute;
    left: 0;
    right: 0;
    padding: 20px 30px;
}

 .container-fluid {
    padding: 32px 32px 0px;
}

.banner-part 
{
    background: #f0f2f4;
    padding: 100px 30px;
    border-radius: 50px;
    padding-top: 130px;
    position: relative;
}

.delivering-part::before 
{
    content: '';
    position: absolute; 
    background: url(../images/angle-section-end.svg); 
    right: 0;
    top: 0;
    width: 303px;
    height: 111px;
}

.submit-btn {
    background: linear-gradient(45deg, var(--e-global-color-theme-custom-color-start, #25ae60) 100%, var(--e-global-color-theme-custom-color2-start, #25ae60) 131.11%);
    -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
    color: #FFF !important;
    text-transform: capitalize;
    padding: 12px 30px !important;
    border-radius: 50px;
    border: 1px solid linear-gradient(45deg, var(--e-global-color-theme-custom-color-start, #25ae60) 25.56%, var(--e-global-color-theme-custom-color2-start, #25ae60) 131.11%);
    -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
    box-shadow: 0px 4px 8px #00000057;
    font-size: 14px;
    display: flex;
    align-items: center;
    justify-content: center; 
    position: relative;
    z-index: 9;
}
.submit-btn::hover 
{
    
}


.logo:before {
    content: '';
    position: absolute;
    top: -33px;
    left: -30px;
    width: 304px;
    height: 111px;
    background: url(../images/head-shape.svg) 50% 50% no-repeat;
    background-size: cover;
    z-index: -9;
}

.logo img 
{
    position: relative;
    left: 20px;
    top: -20px;
}



/************  Banner Start ***************/


.banner-content {
    position: absolute;
    top: 30%;
    z-index: 99;
    width: 550px;
}

.banner-content h1 {
    font-size: 58px;
    line-height: 70px;
    color: #FFF;
    margin-bottom: 20px;
}

.banner-content h1 span {
    font-size: 58px;
    font-weight: 100;
}

.banner-content h1 strong {
    font-size: 72px;
    color: #75bf33;
}

.button-design {
    background: rgb(95, 154, 42);
    background: linear-gradient(90deg, rgba(95, 154, 42, 1) 0%, rgba(120, 186, 60, 1) 100%);
    color: #FFF !important;
    text-transform: uppercase;
    padding: 12px 30px;
    border-radius: 50px;
    border: 1px solid #79c733;
    box-shadow: 0px 4px 8px #00000057;
}

.banner-content p {
    padding: 5px 0 5px 30px;
    position: relative;
    color: #FFF;
    border-left: 3px solid #6eac37;
    margin-bottom: 20px;
}

.banner-text 
{
    padding-left: 300px;
}

.banner-text h1  
{
    font-size: 82px;
    line-height: 100px; 
    font-weight: 600; 
    margin-bottom: 30px;
}

.banner-from {
    background: #FFF;
    padding: 30px;
    text-align: center;
    border-radius: 30px;
    box-shadow: 0 0 15px #00000021;
}


.banner-from h2 {
    font-size: 40px;
    line-height: 50px;
    color: #0d141e;
    margin-bottom: 30px;
    font-weight: 600;
}

.banner-from input[type="text"], .banner-from input[type="email"], .banner-from select 
{
    height: 45px; 
    border-radius: 10px; 
    box-shadow: none !important; 
    outline: none !important;
}

.banner-from textarea
{
    box-shadow: none !important; 
    outline: none !important;
    border-radius: 10px; 
}


 


/***** Banner End *******/


.grid-str {
  display: grid;
  grid-template-columns: 2fr 1fr 1fr;
  grid-template-rows: auto auto auto;
  gap: 20px;
  padding: 40px;
}

.card {
  border-radius: 20px;
  padding: 40px;
  color: white; 
  overflow: hidden; 
  border: none;
}

.card p   
{
    font-size: 18px;
}

.main {
  grid-row: span 3;
}

.main h1 {
  font-size: 32px;
  margin-bottom: 15px;
}

.main p {
  margin-bottom: 20px;
  line-height: 1.5;
}

/* Small Cards */
.small {
  display: flex;
  flex-direction: column;
  justify-content: center;
  background: linear-gradient(135deg, #c9c3ff, #9fd3ff);
  color: #111;
}

.small h2 {
  font-size: 28px;
  margin-bottom: 10px;
}


.side {
  grid-row: span 1;
  background: linear-gradient(135deg, #d6caff, #9adda2);
  color: #111;
}

.side h2 {
  margin-bottom: 15px;
}


.border-btn 
{
    color: #FFF !important;
    text-transform: capitalize;
    padding: 12px 30px !important;
    border-radius: 50px;
    display: inline-block;
    font-size: 14px;
    align-items: center;
    border-width: 1px;
    border-style: solid;
    border-image: linear-gradient(to right, #d6caff, 9ec5ff) 1;
}

.first-part-grid 
{
    background: url(../images/gen-seo-bg.png) center center no-repeat !important;
    min-height: 560px; 
    background-size: cover !important; 
    position: relative;
}

.first-part-grid::before {
    content: '';
    position: absolute;
    background: url(../images/angle-button-end.svg) no-repeat right; 
    width: 140px;
    height: 140px; 
    right: 0px;
    bottom: 0;
}

.text-area-grid 
{
    width: 685px;
}
 
.text-area-grid h2 {
    color: #FFF;
    font-size: 60px; 
    line-height: 60px;
    margin-bottom: 30px;
}


.text-area-grid p {
    color: #fff;
    line-height: 30px;
    margin-bottom: 30px;
    width: 440px;
}

a.arrow-right-btn {
    background-color: #062B3E;
    position: absolute;
    bottom: 10px;
    right: 13px;
    padding: 25px 25px;
    color: #FFF;
    font-size: 30px;
    border-radius: 15px;
}

a.arrow-top-btn {
    background-color: #062B3E;
    position: absolute;
    top: 10px;
    right: 13px;
    padding: 25px 25px;
    color: #FFF;
    font-size: 30px;
    border-radius: 15px;
}

.last-ctrl-card   
{
    position: relative;
}

.last-ctrl-card::before 
{
    content: '';
    position: absolute;
    background: url(../images/angle-top-end.svg) no-repeat right; 
    width: 140px;
    height: 140px; 
    right: 0px;
    top: -1px;
}

.sec-card 
{
    background: url(../images/satisfied-envato-custommers.png) center center no-repeat;
    background-size: cover;
    display: flex;
    justify-content: end;
}


.sec-card h2  
{
    font-size: 62px;
    font-weight: 600;
    line-height: 1em;
    margin-bottom: 0;
}

.ctri-height 
{
    height: 280px;
}

.third-card 
{
    background: url(../images/successfull-projects.png) center center no-repeat;
    background-size: cover;
    display: flex;
    justify-content: end;
}


.third-card h2  
{
    font-size: 62px;
    font-weight: 600;
    line-height: 1em;
    margin-bottom: 0;
    color: #FFF;
}

.third-card  p   
{
    color: #FFF;
}


.last-ctrl-card 
{
    grid-row: span 2;
    justify-content: end;
}

.last-ctrl-card h2
{
    font-size: 40px;
    font-weight: 600;
    line-height: 1em;
    margin-bottom: 15px; 
}

.avater-area img 
{
    position: relative; 
}


.smart-solution 
{
    padding: 0 50px;
}

.smart-solution h2  
{
    font-size: 50px;
    line-height: 60px;
    font-weight: 600; 
    position: relative;
}

.smart-solution-content p   
{
    color: #716e8b; 
    margin-bottom: 20px;
    font-size: 18px; 
    line-height: 30px;
}

.smart-solution-content ul 
{
    display: flex; 
    flex-flow: wrap; 
    margin-bottom: 30px;
}

.smart-solution-content ul li  
{
    color: #716e8b; 
    margin-bottom: 10px;
    font-size: 18px; 
    line-height: 30px; 
    width: 50%;
    padding-left: 30px; 
    position: relative;
}

.smart-solution-content ul li::before {
    content: '\f00c';
    position: absolute;
    left: 0;
    top: 4px;
    width: 22px;
    height: 22px;
    background: linear-gradient(45deg, var(--e-global-color-theme-custom-color-start, #25ae60) 25.56%, var(--e-global-color-theme-custom-color2-start, #25ae60) 131.11%);
    -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
    border-radius: 50%;
    font-family: fontawesome;
    font-size: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #FFF;
}


.smart-solution::before {
    content: '';
    position: absolute;
    background: url(../images/section-decor.svg) no-repeat left;
    width: 483px;
    height: 480px;
    top: -82px;
    left: -113px;
}

.slide-text-area 
{
    color: #F0F2F4;
    font-size: 72px;
    font-weight: 600;
    text-transform: uppercase;
    line-height: 0.7em;
}



/***********************************/ 

.container-slides .slides {
    width: 100%;
    display: flex;
    border-radius: 10px;
    overflow: hidden;
}
.container-slides .slide {
    list-style-type: none;
    height: 650px;
    width: 148px;
    overflow: hidden;
    -webkit-transition:all 500ms linear;
	-moz-transition:all 500ms linear;
	-o-transition:all 500ms linear;
	-ms-transition:all 500ms linear;
	transition:all 500ms linear;
    margin: 10px;
    border-radius: 15px;
}

/* brands colors */
.brand1{
    background-color: #fff;
    box-shadow: 0px 4px 50px 0px #00000012;

}
.brand2{
    background-color: #fff;
    box-shadow: 0px 4px 50px 0px #00000012;

}
.brand3{
       background-color: #fff;
    box-shadow: 0px 4px 50px 0px #00000012;

}
.brand4{
    background-color: #fff;
    box-shadow: 0px 4px 50px 0px #00000012;

}
.brand5{
    background-color: #fff;
    box-shadow: 0px 4px 50px 0px #00000012;

}

.container-slides .slide a.action{
    display: block;
    height: 100%;
    position: relative;
        background: rgb(0 0 0 / 18%);
}
.container-slides .slide a.action span {
    font-size: 40px;
    font-weight: 600;
    color: #ffffff;
    transform: rotate(270deg);
    position: absolute;
    bottom: 0;
    width: 400px;
    left: 72px;
    top: 190px;
    font-family: "Outfit", sans-serif;
    letter-spacing: 0;
    text-shadow: 0 0 5px #0000001c;
}

.slide-content{
    display: block;
    width: 100%;
    padding-right: 20px;
    height: 100%;
}
.slide-content{
    color:#000;
}
.container-slides .active {
    width:88%;
    background-color: #fff;
    box-shadow: 0px 4px 50px 0px #00000012;
}
.container-slides .active a.action{
    display: none;
}

.acor-image 
{
    flex: 0 0 300px;
}

.acor-image img
{
    width: 300px;
    height: 400px;
    object-fit: cover;
}

.acor-content h2 
{
    font-size: 30px;
    margin-bottom: 15px;
    text-transform: capitalize; 
    position: relative;
}

.acor-content p {
    font-size: 18px;
    margin-bottom: 15px;
    color: #797979;
    position: relative;
    line-height: 30px;
}

.acor-content {
    width: 600px;
    flex: 0 0 600px;
    transition: none;
    height: 100%; 
    position: relative;  
    margin-left: 55px;
}

.acor-content::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url(../images/bg-white-transparent.svg) center center no-repeat; 
    opacity: 0.9;
}

.under-slide-tab {
    padding: 100px 30px 40px;
    height: 100%;
    display: flex;
    flex-flow: column;
    justify-content: flex-end;
    height: 520px;
}

.slide-icon {
    position: relative;
    margin-bottom: 40px;
}



/******* slider dots **********/ 


.slick-dots li.slick-active button:before {
    opacity: 1;
    color: #000;
}

.slick-dots li button:before {
    font-size: 12px; 
}

.slick-dots li 
{
    margin: 0;
}

.slick-dots li button:before {
    color: #21a108; 
}

.banner .slick-dots {
    bottom: 35px; 
}
     
.banner-area .slick-dots li button:before {
    font-size: 45px;
}


 /******* End slider dots **********/


.testimonial-slider 
{
    position: relative; 
    background: #062b3e;
    padding: 100px 50px 0px 20px; 
    border-radius: 30px !important;
}

.testimonial-slider::before {
    content: '';
    position: absolute;
    background: url(../images/angle-start.svg) no-repeat right;
    width: 411px;
    height: 112px;
    bottom: 0;
    left: -3px;
}

.testimonial-slider p {
    color: #FFF;
    font-size: 30px;
    line-height: 40px; 
    padding-left: 80px; 
    padding-right: 50px;
    min-height: 335px;
}

.client-details {
    padding-top: 140px;
    position: relative;
}

.client-image 
{
    width: 80px;
    height: 80px;
    margin-right: 20px;
}

.client-text strong 
{
    font-size: 20px !important;
}


.testimonial-slider .slick-prev, .testimonial-slider .slick-next {
    font-size: 0;
    line-height: 0;
    position: absolute;
    top: inherit;
    display: block;
    width: 20px;
    height: 20px;
    padding: 0;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    cursor: pointer;
    color: transparent;
    border: none;
    outline: none;
    background: #ffffff;
    bottom: 0;
    width: 75px !important;
    height: 75px !important; 
    border-radius: 15px !important;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 999;
}


.testimonial-slider .slick-prev {
    right: 120px;
    left: inherit;
}

.testimonial-slider .slick-next 
{
    right: 40px; 
}

.slick-next:before 
{
    content: '\f061';
    font-family: fontawesome;
    font-size: 20px;
    color: #000;
}

.slick-prev::before 
{
    content: '\f060';
    font-family: fontawesome;
    font-size: 20px;
    color: #000;
}

.ads-click 
{
    background-color: #F0F2F4; 
    position: relative; 
    border-radius: 30px;
	height: 654px;
}

.ads-under-content {
    padding: 50px;  
}

.ads-under-content span  
{
    text-transform: uppercase;
     font-size: 18px; 
     color: #000;
     font-weight: 600;
     line-height: 28px;
}

.ads-under-content h2 {
    font-size: 125px;
    line-height: 125px;
    background: -webkit-linear-gradient(#25ae60, #25ae60);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.ads-click p {
    color: #000;
    font-size: 16px;
    line-height: 30px;
    margin-top: 20px;
}


.recent-news 
{
    padding-top: 50px; 
    padding-bottom: 50px;
}

.blog-area {
    background: #FFF;
    padding: 50px;
    border-radius: 30px;
    position: relative;
    /* min-height: 452px; */
    display: flex;
    flex-flow: column;
    justify-content: space-between;
}

.blog-area::before {
    content: '';
    position: absolute;
    background: url(../images/blog-shape.svg) no-repeat right;
    width: 70px;
    height: 70px;
    bottom: 0;
    right: 0;
}

.blog-area span  
{
    display: inline-block;
    vertical-align: top;
    font-size: 14px; 
}

.blog-area h3 {
    margin-bottom: 15px;
    color: #000;
    font-size: 40px;
    line-height: 45px;
    font-weight: 600;
}

.heading-recent 
{
    font-size: 50px;
    line-height: 60px;
    font-weight: 600; 
    position: relative;
}

.video-area 
{
    border-radius: 30px; 
    overflow: hidden;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.1) !important; 
}

.video-heading 
{
    background: #FFF;
}

.video-heading h4  
{
    font-size: 18px;
}

.footer-bg-color   
{
    background: #062B3E; 
    padding: 100px 50px; 
    border-radius: 30px; 
    position: relative;
}

.footer-bg-color::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 304px;
    height: 111px;
    background: url(../images/head-shape.svg) 50% 50% no-repeat;
    background-size: cover;
}

.footer-bg-color::after {
    content: '';
    position: absolute;
    bottom: -1px;
    right: 0;
    width: 495px;
    height: 111px;
    background: url(../images/angle-footer.svg) 50% 50% no-repeat;
    background-size: cover;
}

 
.footer-logo {
    position: absolute;
    top: 14px;
    z-index: 999;
    left: 8px;
}
.footer-menu h4  
{
    color: #fff;
    font-size: 22px;
    font-weight: bold;
}
.footer-menu ul li a {
    color: #fff;
    font-size: 18px;
    margin-bottom: 10px;
    display: block;
}

.footer-menu img {
    max-width: 193px;
}
.social-link  
{
    background: #0e3244; 
    padding: 20px; 
    border-radius: 20px;
    padding: 30px;
}

.copy-right {
    position: absolute;
    display: flex;
    justify-content: end;
    width: 100%;
    bottom: 24px;
    font-weight: 600;
}

.color-text 
{
    background: -webkit-linear-gradient(#25ae60, #25ae60);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}


.sec-card span {
    font-size: 62px;
    font-weight: 600;
    line-height: 1em;
    margin-bottom: 0; 
}


.third-card span {
    font-size: 62px;
    font-weight: 600;
    line-height: 1em;
    margin-bottom: 0; 
    color: #FFF;
}


.inner-banner-text h1
{
    font-size: 70px; 
    font-weight: 600;
    line-height: 80px; 
    margin-bottom: 20px;
}

.inner-banner-text li, .inner-banner-text li a 
{
    color: #333; 
}

.about-us-part   
{
    padding: 100px 0;
}

.about-us-text 
{
    display: block;
    line-height: 35px;
}

.about-us-text h2
{
    font-family: Inter;
    font-weight: 600;
    font-size: 52px;
    line-height: 1.16em; 
    margin-bottom: 30px;
}

.about-us-text p   
{
    margin-bottom: 15px; 
    line-height: 25px;
}

.first-box   
{
    background: #062B3E;
}

.three-part-box    
{
    padding: 30px; 
    border-radius: 30px;
}

.three-part-box h3   
{
    font-size: 50px;
    line-height: 60px;
    color: #FFF;
    margin-bottom: 30px;
}

.three-part-box  p   
{
    color: #FFF;
}

.sec-box  
{
    background: #F0F2F4;
}

.blacktext  h3
{
    color: #000;
}


.blacktext  p    
{
    color: #000 !important;
}

.third-box   
{
    background: #F0F2F4;
}


.play-btn 
{
    display: flex;
    width: 80px; 
    height: 80px;
    background: #fff;
    border-radius: 50%; 
    flex: 0 0 80px;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
}

.pop-area   
{
    border-radius: 30px; 
    overflow: hidden; 
    padding: 200px 0 !important;
}

.pop-area h2  
{
    font-family: "Inter", Sans-serif;
    font-weight: 600;
    line-height: 1.2em;
    letter-spacing: -0.05em;
    color: #FFFFFF;
    font-size: 50px; 
    margin-bottom: 20px;
}

.pop-area p   
{
    color: #fff;
}

.save-time ul li 
{
    display: flex;
    align-items: center;
    line-height: 28px;
    margin-bottom: 15px;
}

.save-time ul li img 
{
    width: 34px; 
    margin-right: 20px;
}

.save-time strong  
{
    font-size: 24px;
    line-height: 1.3em;
    margin-bottom: 20px; 
    display: block;
}

.pop-area, .what-say 
{
    background-size: cover !important;
}

.what-say  
{
    border-radius: 30px; 
    overflow: hidden;
}

.why-area 
{
    background: url(../images/testimonial-form-cover.svg) no-repeat center center; 
    padding: 100px 100px 100px 160px;
    background-size: contain;
    position: relative;
}

.why-area::before {
    content: '';
    position: absolute;
    top: 0;
    left: 10%;
    width: 200px;
    height: 200px;
    background: url(../images/quote-gradient-icon.svg) center center no-repeat; 
    
}

.why-area span  
{
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
    color: #FFF;
    position: relative;
}


.why-area h2   
{
    font-size: 50px;
    line-height: 60px;
    font-weight: 600; 
    margin-bottom: 30px;
    color: #FFF;
    position: relative;
}

.why-area p  
{
    color: #fff;
    line-height: 30px;
    font-size: 24px;
    position: relative;
}

.what-we-offer  
{
    background: url(../images/marketing-bg.png) no-repeat center center; 
    background-size: cover !important;
    padding: 30px;
}

.shape-area {
    padding: 25px 100px;
    border-radius: 30px;
    overflow: hidden;
}

.what-we-offer 
{
    border-radius: 30px;
    overflow: hidden;
}

.deep-bg-area 
{
    background: #062B3E; 
    padding:100px  50px;
    border-radius: 30px;
    overflow: hidden;
}

.serv-text h2  
{
    font-family: "Inter", Sans-serif;
    font-size: 54px;
    font-weight: 600;
    line-height: 1.16em;
    margin-bottom: 20px;
    color: #FFFFFF;
}

.serv-text p   
{
    color: #fff;
    margin-bottom: 20px;
    font-size: 20px;
}

.delivering-part .accordion-button 
{
font-weight: 600;
}

.delivering-part .accordion-button:not(.collapsed), .delivering-part .accordion-button
{
    background: transparent !important;
}

.delivering-part .accordion-item {
    background-color: #ffffff00;
    border: none;
    box-shadow: inset 0 -1px 0 rgba(0, 0, 0, .125); 
    font-size: 18px;
    
}

.delivering-part .accordion-button:focus {
    z-index: 3;
    border-color: #86b7fe00 !important;
    outline: 0;
    box-shadow: 0 0 0 .25rem rgb(13 110 253 / 0%) !important;
}

.delivering-part .accordion-button:not(.collapsed) {
    color: #000; 
}

.tretments .accordion-button::after 
{
   content: '';
    position: absolute;
    background: url(../images/plus.png) no-repeat !important;
    width: 30px;
    height: 30px;
    right: 15px;
    z-index: 999999;
    background-size: cover !important;
    filter: brightness(0) invert(1);
}

.tretments .accordion-button:not(.collapsed)::after {
    transform: rotate(-225deg);
}


.video-posi   
{
    position: absolute;
    left: 50%; 
    top: 50% ;
    transform: translate(-50%, -50%);
}

.contact-area 
{
    background-color: transparent;
    background-image: linear-gradient(-10deg, #25ae60 25%, #25ae60 100%); 
    padding: 30px;
    border-radius: 30px;
}

.contact-area h2  
{
    font-size: 50px;
    color: #FFF;
    line-height: 60px;
 
}

.info-contact span 
{
    color: #FFF;
    font-size: 16px;
    text-transform: uppercase;
    font-weight: 600;
    display: block;
}

.info-contact p 
{
    color: #FFF;
    font-size: 25px;
    line-height: 35px;
    display: block;
}
.social-ico-con li
{
    margin-right: 20px;
}
.social-ico-con li:last-child 
{
    margin-right: 0;
}

.social-ico-con li a 
{
    color: #FFF;
    font-size: 25px;
}

.get-touch {
    background: url(../images/contact-form-cover.svg) no-repeat center;
    background-size: contain;
    padding: 50px 63px;
    width: 876px;
    height: 601px;
    margin-left: auto;
}

.get-touch h3 
{
    font-family: "Inter", Sans-serif;
    font-size: 42px;
    font-weight: 600;
    line-height: 1.2em;
}

.get-touch .form-control, .get-touch .form-select {
   
    border: none;
    border-bottom: 1px solid #b1b1b1;
    background-color: transparent;
    border-radius: 0;
    box-shadow: none !important;
}

.map-area 
{
    border-radius: 30px;
    overflow: hidden;
}


.grid-item {
    
    padding: 0px;
    margin: 10px 30px;
    border-radius: 20px;
    overflow: hidden;
}

.grid-item img 
{
    width: 100%;
}

.filters-button-group {
    justify-content: center;
    display: flex;
    margin-bottom: 25px;
}

.filters-button-group button   
{
    background: transparent;
    text-transform: uppercase;
    border: none;
    font-size: 16px;
    text-transform: uppercase;
    line-height: 32px;
    border-radius: 25px;
    padding: 5px 20px;
    transition: all 0.4s ease-in-out;
}

.filters-button-group button:hover  
{
    background: #000000 !important;
    color: #FFF;
}

 


/************************ Blog *****************/ 

.blog-image  
{
    border-radius: 30px; 
    overflow: hidden;
    margin-bottom: 20px;
}

.blog-image img 
{
    object-fit: cover;
    height: 100%;
}

.blog-det   
{
    display: block;
    text-transform: uppercase;
    margin-bottom: 10px;
}

.blog-listing p   
{
    margin-bottom: 15px;
}

.blog-listing {
    background: #f5f5f5;
    padding: 20px;
    border-radius: 30px;
    box-shadow: 0px 5px 10px #cfcfcf;
}













