/*
=======================================================================
[Table of contents]
=========================================================================
01. COMMON STYLES 
02. HEADER 
03. NAV 
04. WELCOME SECTION 
*/

/*---------------------------------------
PRELOADER STYLES             
-----------------------------------------*/
#overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #000000;
    transition: 1s 0.4s;
    z-index: 9999999;
}
#progress {
  height:1px;
  background:#fff;
  position:absolute;
  width:0;
  top:50%;
}
#progstat {
  font-size:0.7em;
  letter-spacing: 3px;
  position:absolute;
  top:50%;
  margin-top:-40px;
  width:100%;
  text-align:center;
  color:#fff;
}

/*---------------------------------------
	COMMON STYLES             
-----------------------------------------*/
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
html {
    overflow-x: hidden !important;
    position: relative;
    font-size: 10px;
    margin: 0;
	scroll-behavior: inherit!important;
}
@media only screen and (max-width: 1728px) {
    html{
        font-size: 9px;
    }
}
@media only screen and (max-width: 1536px) {
    html{
        font-size: 8px;
    }
}
@media only screen and (max-width: 1344px) {
    html{
        font-size: 7px;
    }
}
@media only screen and (max-width: 1152px) {
    html{
        font-size: 6px;
    }
}
@media only screen and (max-width: 1050px) {
    html{
        font-size: 10px;
    }
}
/* @media only screen and (min-width: 2112px) {
    html{
        font-size: 11px;
    }
}
@media only screen and (min-width: 2304px) {
    html{
        font-size: 12px;
    }
}
@media only screen and (min-width: 2496px) {
    html{
        font-size: 13px;
    }
}
@media only screen and (min-width: 2688px) {
    html{
        font-size: 14px;
    }
}
@media only screen and (min-width: 2880px) {
    html{
        font-size: 15px;
    }
}
@media only screen and (min-width: 3072px) {
    html{
        font-size: 16px;
    }
}
@media only screen and (min-width: 3264px) {
    html{
        font-size: 17px;
    }
}
@media only screen and (min-width: 3456px) {
    html{
        font-size: 18px;
    }
}
@media only screen and (min-width: 3648px) {
    html{
        font-size: 19px;
    }
}
@media only screen and (min-width: 3840px) {
    html{
        font-size: 20px;
    }
} */
body {
    font-family: 'Poppins', sans-serif;
    font-size: 15px;
    overflow-x: hidden !important;
}
a, a:hover, a:focus {
    color: #50B848;
    outline: none;
    text-decoration: none;
}
ul, ol {
    list-style: none;
    margin: 0;
    padding: 0;
}
img {
    max-width: 100%;
}

h1, h2, h3, h4, h5, h6 {
    font-family: 'Gilroy-ExtraBold';
}
p{
    margin: 0;
}
.container {
	position: relative;
	padding-left: 1.5rem;
	padding-right: 1.5rem;
}
.page .lazy-hidden, .page .entry img.lazy-hidden, .page img.thumbnail.lazy-hidden {
    opacity: 1;
    background-color: transparent;
}
@media screen and (min-width: 1700px) {
    .container {
        max-width: 1600px;
    }
    .fullpage-wrapper .elementor-section.elementor-section-boxed > .elementor-container {
        max-width: 1600px;
        padding: 0 15px;
        margin: 0 auto;
    }
    .elementor-section.elementor-inner-section.elementor-section-boxed > .elementor-container {
        max-width: 1600px;
        padding: 0 15px;
        margin: 0 auto;
    }
    .single-director .elementor-section.elementor-inner-section.elementor-section-boxed > .elementor-container {
        padding: 0;
    }
}
@media screen and (min-width: 1200px) and (max-width: 1700px) {
    .container {
        max-width: calc(100% - 100px);
    }
    .fullpage-wrapper .elementor-section.elementor-section-boxed > .elementor-container {
        max-width: calc(100% - 100px);
        padding: 0 15px;
        margin: 0 auto;
    }
    .elementor-section.elementor-inner-section.elementor-section-boxed > .elementor-container {
        max-width: calc(100% - 100px);
        padding: 0 15px;
        margin: 0 auto;
    }
    .single-director .elementor-section.elementor-inner-section.elementor-section-boxed > .elementor-container {
        max-width: 100%;
        padding: 0;
    }
}
@media screen and (max-width: 1075px) {
    .container {
        max-width: 100%;
    }
    .fullpage-wrapper .elementor-section.elementor-section-boxed > .elementor-container {
        max-width: 100%;
        padding: 0 15px;
        margin: 0 auto;
    }
    .elementor-section.elementor-inner-section.elementor-section-boxed > .elementor-container {
        max-width: 100%;
        padding: 0 15px;
        margin: 0 auto;
    }
}
.parallaxParent {
    height: 100vh;
}
.parallaxParent > * {
    height: 100%;
    position: relative;
}
.parallaxParent .elementor-container {
    height: 100%;
}
.parallaxParent .elementor-element {
    height: 100%;
}
.parallaxParent .elementor-widget-container {
    height: 100%;
    display: flex;
    flex-flow: wrap row;
}
@media screen and (max-width: 1075px) {
    .front-page .page-content {
        padding-right: 65px;
        background-color: #363636;
    }
}


/*******************************
HEADER STYLE
*********************************/
/*
.header-area {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 999999;
}
.header-area:not(.sticky-menu) {
    background-color: #373737;
}
.menu-wrapper {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.logo-area {
    padding: 15px 0;
    max-width: 238px;
}
.logo-area a {
    display: flex;
    align-items: center;
}
.logo-telstra {
    margin-left: 15px;
}
.logo-telstra img {
    max-height: 45px;
}
/*.logo-area img {
    display: none;
}*/
.sticky-menu .normal-logo {
    display: block;
}
/*.header-area:not(.sticky-menu) .logo-area .normal-logo {
    display: block;
}*/
.menu-area {
    border-bottom: 1px solid #58595B;
}
.fp-viewing-intro-area .menu-area {
    display: none;
}
.sticky-menu .menu-container {
    display: none;
}
.inner-page .sticky-menu .menu-container {
    display: flex;
}
.menu-container {
    max-width: calc(100% - 220px);
    position: fixed;
    top: 0;
    right: 128px;
    height: 63px;
    display: flex;
    gap: 20px;
    transition: all 0.3s ease 0s;
}
.phone-wrapper {
    align-self: center;
    order: 2;
    padding-left: 10px;
    padding-right: 15px;
    border-left: 2px solid #50B848;
}
.phone-wrapper p {
    font-size: 15px;
    line-height: 18px;
    color: #ffffff;
}
.phone-wrapper p strong, .phone-wrapper p strong a {
    font-size: 20px;
    font-weight: 700;
    line-height: 25px;
    color: #ffffff;
}
.get-in-touch {
    order: 3;
    height: 100%;
    display: flex;
    min-width: 160px;
}
.get-in-touch a {
    display: flex;
    width: 100%;
    height: 100%;
    background-color: #78C370;
    align-items: center;
    justify-content: center;
    color: #ffffff;
    font-size: 18px;
    text-transform: uppercase;
    font-weight: 700;
    letter-spacing: 0.5px;
    line-height: 30px;
}
.menu-container ul {
    align-self: center;
    display: flex;
    gap: 24px;
}
.menu-container ul li a {
    display: inline-block;
    font-size: 16px;
    line-height: 30px;
    color: #ffffff;
    font-weight: 500;
}
.menu-container .menu > .menu-item > a {
    padding: 16px 0;
}
.header-navication-tab-area {
    position: fixed;
    top: 0;
    right: 0;
    height: 100%;
    width: 65px;
    background-color: #28292A;
    border-left: 1px solid #515151;
    z-index: 99999999;
}
.inner-page .header-navication-tab-area {
    border-left: 0;
    background-color: transparent;
}
.home.inner-page .header-navication-tab-area {
    border-left: 1px solid #515151;
    background-color: #28292A;
}
/* .inner-page .header-area {
    background-color: rgba(55, 55, 55, 0.71);
} */
/* .header-area:not(.sticky-menu) {
    background-color: rgba(55, 55, 55, 1);
} */
.menu-area .mobile-menu-toggler {
    display: none;
    position: absolute;
    top: 0;
    right: 0;
}
.fp-viewing-intro-area .menu-area .mobile-menu-toggler {
    display: flex;
}
.mobile-menu-toggler {
    background-color: #50B848;
    width: 65px;
    height: 63px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: 0;
    right: 0;
    z-index: 9999999999;
}
.mobile-menu-toggler button{
    display: flex;
    align-items: center;
    flex-direction: column;
    cursor: pointer;
    background-color: transparent;
    border: none;
    box-shadow: none;
}
.mobile-menu-toggler button:focus {
    outline: none;
    border: none;
    box-shadow: none;
}
.mobile-menu-toggler button span{
    background-color: ghostwhite;
    width: 2em;
    height: 0.2em;
    margin: 0.26em 0;
    display: block;
    transition: all 0.4s ease;
    transform-origin: 0 0;
}
.menu-area .mobile-menu-toggler button.active span:nth-child(1), .header-navication-tab-area:not(.active) .mobile-menu-toggler button span:nth-child(1) {
    transform: rotate(45deg) translate(1px, -1px);
}

.menu-area .mobile-menu-toggler button.active span:nth-child(2), .header-navication-tab-area:not(.active) .mobile-menu-toggler button span:nth-child(2) {
    Transform: scaleX(0);
}

.menu-area .mobile-menu-toggler button.active span:nth-child(3), .header-navication-tab-area:not(.active) .mobile-menu-toggler button span:nth-child(3) {
    transform: rotate(-45deg) translate(1px, 0);
}

/* welcome menu toggler */
.fp-viewing-intro-area .menu-area .mobile-menu-toggler button.active span:nth-child(1), 
.fp-viewing-intro-area .header-navication-tab-area:not(.active) .mobile-menu-toggler button span:nth-child(1) {
    transform: rotate(0deg) translate(1px, -1px);
}
.fp-viewing-intro-area .menu-area .mobile-menu-toggler button.active span:nth-child(2), 
.fp-viewing-intro-area .header-navication-tab-area:not(.active) .mobile-menu-toggler button span:nth-child(2) {
    Transform: scaleX(1);
}
.fp-viewing-intro-area .menu-area .mobile-menu-toggler button.active span:nth-child(3), 
.fp-viewing-intro-area .header-navication-tab-area:not(.active) .mobile-menu-toggler button span:nth-child(3) {
    transform: rotate(0deg) translate(1px, 0);
}
/* welcome menu toggler */

.inner-page .navigation-tab-wrapper {
    display: none;
}
.home.inner-page .navigation-tab-wrapper {
    display: block;
}
.navigation-tab-wrapper {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    display: flex;
    justify-content: center;
}
.navigation-tab-wrapper ul {
    display: flex;
    flex-flow: column;
    /* text-align: left; */
    row-gap: 18px;
}
.navigation-tab-wrapper ul li {
    position: relative;
    width: 100%;
    padding: 0 15px;
}
.navigation-tab-wrapper ul li::after {
    content: "";
    position: absolute;
    right: 0;
    top: 50%;
    width: 0;
    border-bottom: 2px solid #ffffff;
    transition: all 0.3s ease 0s;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
}
.navigation-tab-wrapper ul li:hover a::after {
    content: attr(title);
    position: absolute;
    top: 0;
    right: 100%;
    margin-right: 10px;
}
.fp-viewing-intro-area .header-navication-tab-area, .home.fp-viewing-intro-area .header-navication-tab-area {
    background-color: transparent;
}
.header-area:not(.sticky-menu) .navigation-tab-wrapper ul li.active::after, .header-area:not(.sticky-menu) .navigation-tab-wrapper ul li:hover::after {
    border-color: #50B848;
}
.navigation-tab-wrapper ul li.active::after, .navigation-tab-wrapper ul li:hover::after {
    width: 16px;
}
.header-area:not(.sticky-menu) .navigation-tab-wrapper ul li.active a, .header-area:not(.sticky-menu) .navigation-tab-wrapper ul li:hover a {
    color: #50B848;
}
.navigation-tab-wrapper ul li.active a, .navigation-tab-wrapper ul li:hover a {
    color: #ffffff;
    font-size: 20px;
}
.inner-page .header-area .navigation-tab-wrapper ul li.active a, .inner-page .header-area .navigation-tab-wrapper ul li:hover a {
    color: #50B848;
}
.navigation-tab-wrapper ul li a {
    font-size: 16px;
    line-height: 20px;
    font-weight: 500;
    color: #777777;
    width: 30px;
    display: block;
    transition: all 0.3s ease 0s;
}
.inner-page .scroll-next-wrapper {
    display: none;
}
.home.inner-page .scroll-next-wrapper {
    display: block;
}
.scroll-next-wrapper {
    position: absolute;
    bottom: 150px;
    left: 50%;
    transform: translate(-50%, 0) rotate(90deg);
    width: 150px;
}
.scroll-next-wrapper a {
    position: relative;
    font-size: 15px;
    font-weight: 500;
    line-height: 30px;
    letter-spacing: 1.2px;
    color: #ffffff;
    padding-right: 10px;
}
.header-area:not(.sticky-menu) .scroll-next-wrapper a {
    color: #777777;
}
.scroll-next-wrapper a::after {
    content: "";
    position: absolute;
    top: -50%;
    left: 100%;
    height: 50px;
    width: 10px;
    background-image: url(../img/scroll-down.svg);
    background-repeat: no-repeat;
    background-size: auto;
    transform: rotate(-90deg) translate(50%, 20px);
}
.fp-viewing-about-area .header-area, .fp-viewing-about-area .header-area .header-navication-tab-area {
    background-color: #373737;
}
.fp-viewing-services-area .header-area, .fp-viewing-services-area .header-area .header-navication-tab-area {
    background-color: #28292A;
}
.fp-viewing-solutions-area .header-area, .fp-viewing-solutions-area .header-area .header-navication-tab-area {
    background-color: #373737;
}
.fp-viewing-blog-area .header-area, .fp-viewing-blog-area .header-area .header-navication-tab-area {
    background-color: #28292A;
}
.fp-viewing-contact-area .header-area .header-navication-tab-area {
    background-color: #28292A;
}
.fp-viewing-6 .header-area .header-navication-tab-area {
    background-color: #28292A;
}
@media screen and (min-width: 1201px) {
    .active .menu-container {
        right: -100%;
    }
}
@media screen and (max-width: 1200px) {
    .fp-viewing-intro-area .menu-area {
        display: block;
        border-bottom: 0;
    }
    .sticky-menu .menu-container {
        display: block;
    }
    .menu-area .mobile-menu-toggler {
        display: flex;
    }
    .solutions-content-wrapper .solutions-images {
        height: calc(50% - 10%);
        top: 50%;
    }
    .scroll-next-wrapper {
        display: none;
    }
    .header-navication-tab-area.active .navigation-tab-wrapper {
        z-index: -2;
    }
    
    /*MENU STYLE*/
    .front-page .header-navication-tab-area {
        opacity: 1;
        visibility: visible;
    }
    .header-navication-tab-area {
        opacity: 0;
        visibility: hidden;
    }
    .header-navication-tab-area.active {
        opacity: 1;
        visibility: visible;
    }
    .inner-page .sticky-menu .menu-container {
        display: block;
    }
    .menu-container {
        display: block;
        top: 0;
        left: 0;
        max-width: 100%;
        width: 100%;
        height: 100%;
        padding: 100px 20px;
        background-color: #373737;
        text-align: center;
        visibility: hidden;
        opacity: 0;
        overflow-y: auto;
        transition: all 0.3s ease 0s;
        z-index: 10;
    }
    .active .menu-container {
        visibility: visible;
        opacity: 1;
    }
    .phone-wrapper {
        margin: 20px auto;
        display: table;
    }
    .get-in-touch {
        height: 50px;
        display: inline-flex;
    }
    .get-in-touch a {
        width: auto;
        min-width: 200px;
    }
    .menu-container ul {
        display: inline-block;
    }
    .menu-container ul li:not(:first-child) {
        margin-top: 15px;
    }
    
    .header-navication-tab-area::after, .header-navication-tab-area::before, .header-navication-tab-area .menu-container::after {
        content: "";
        position: fixed;
        display: block;
        width: 200%;
        left: -53%;
        top: -25%;
        height: 40%;
        background-color: #373737;
        transition: all 0.3s ease 0s;
        z-index: -1;
    }
    .header-navication-tab-area .menu-container::after {
        left: -34%;
        top: 0;
        transform: rotate(-45deg) translateY(-152%);
    }
    .header-navication-tab-area.active .menu-container::after {
        transform: translate(0%, 0%) matrix(0.70711, -0.7071, 3.99971, 1.999911, -950.00765, 0);
    }
    .header-navication-tab-area::after {
        top: 29%;
        left: -53%;
        transform: rotate(-45deg) scaleY(0);
    }
    .header-navication-tab-area.active::after {
        transform: matrix(0.70711, -0.7071, 0.2071, 1.8071, 0, 0);
    }
    .header-navication-tab-area::before {
        top: 100%;
        transform: rotate(-45deg) translateY(25%);
        left: -5%;
    }
    .header-navication-tab-area.active::before {
        transform: translate(0%, -70%) matrix(0.70711, -0.7071, 1.7071, 2.29711, -0.6949, 0);
    }
}
@media screen and (max-width: 991px) {
    .home.inner-page .scroll-next-wrapper {
        display: none;
    }
}
@media screen and (max-width: 575px) {
    .header-navication-tab-area.active .menu-container::after {
        transform: translate(0%, 0%) matrix(0.70711, -0.7071, 4.99971, 1.999911, -950.00765, 0);
    }
}
@media screen and (max-width: 480px) {
    .header-navication-tab-area.active .menu-container::after {
        transform: translate(0%, 0%) matrix(0.70711, -0.7071, 15.99971, 0.799911, -950.00765, 0);
    }
}
@media screen and (max-width: 320px) {
    .logo-area {
        max-width: 146px;
    }
}

/*DROP DOWN MENU*/
.menu-container .menu .menu-item-has-children {
    position: relative;
}
.menu-container .menu .sub-menu {
    position: absolute;
    left: 0;
    top: 100%;
    display: grid;
    grid-gap: 0;
    background-color: #212529;
    box-shadow: 0px 3px 10px rgb(0 0 0 / 20%);
    white-space: nowrap;
    min-width: 235px;
    margin-top: 10px;
    padding: 14px 0;
    visibility: hidden;
    opacity: 0;
    transition-property: all;
    transition-duration: 0.2s;
    transition-timing-function: ease-in-out;
    border-top: 3px solid #78C370;
}
.menu-container .menu .menu-item-has-children:nth-last-child(-n+2) .sub-menu {
    right: 0;
    left: initial;
}
.menu-container .menu .menu-item-has-children:hover > .sub-menu {
    visibility: visible;
    opacity: 1;
    margin-top: 0;
}
.menu-container .menu .menu-item-has-children .sub-menu .menu-item-has-children .sub-menu {
    top: 0;
    left: 100%;
    margin-top: 0;
    margin-left: -10px;
}
.menu-container .menu .menu-item-has-children .sub-menu .menu-item-has-children:hover > .sub-menu {
    margin-left: 0;
}
.menu-container .menu .menu-item-has-children:nth-last-child(-n+2) .sub-menu .menu-item-has-children .sub-menu {
    right: 100%;
    left: initial;
    margin-left: 10px;
}
.menu-container .menu .menu-item-has-children:nth-last-child(-n+2) .sub-menu .menu-item-has-children:hover > .sub-menu {
    margin-left: 0;
}
.menu-container .menu .sub-menu .menu-item {
    padding: 8px 18px;
}
.menu-container .menu .menu-item-has-children .sub-menu .menu-item a {
    font-size: 14px;
    line-height: 24px;
}
.menu-container .menu .menu-item-has-children .sub-menu .menu-item a:not([href]):not([class]) {
    color: #fff;
}
/* .menu .sub-menu .menu-item a:hover {
    color: #78C370;
} */
/* .menu .sub-menu .menu-item.current-menu-item > a {
    color: #78C370;
}
.menu .menu-item.current-solution-parent > a {
    color: #78C370;
}
.menu-container .menu .current-menu-ancestor > a {
    color: #78C370;
} */
@media screen and (max-width: 1170px) {
    .menu-container {
        gap: 10px;
    }
    .menu-container ul {
        gap: 15px;
    }
    .menu-container ul li a {
        font-size: 16px;
    }
    .phone-wrapper {
        padding-left: 5px;
        padding-right: 0;
    }
    .menu-container .menu .menu-item-has-children .sub-menu .menu-item a {
        font-size: 15px;
    }
    .phone-wrapper p strong, .phone-wrapper p strong a {
        font-size: 16px;
    }
    .get-in-touch a {
        font-size: 16px;
    }
}
@media screen and (max-width: 1075px) {
    .menu-container .menu .menu-item {
        margin-top: 15px;
    }
    .menu-container .menu > .menu-item > a {
        padding: 0;
    }
    .dropdown-indicator {
        position: absolute;
        right: -40px;
        top: 0;
        width: 40px;
        height: 30px;
        display: flex;
        align-items: center;
        justify-content: center;
        padding-bottom: 4px;
    }
    .dropdown-indicator::after {
        content: "+";
        font-size: 20px;
        font-weight: 700;
        color: #ffffff;
        display: inline-block;
        line-height: 1;
    }
    .dropdown-indicator.active::after {
        content: "-";
    }
    .menu-container .menu .sub-menu {
        position: relative;
        top: initial;
        left: initial;
        right: initial;
        padding: 0;
        margin-top: 0;
        margin-left: 0;
        background-color: transparent;
        box-shadow: none;
        visibility: visible;
        opacity: 1;
        display: none;
    }
    .menu-container .menu .sub-menu .menu-item {
        padding: 0;
    }
    .menu-container .menu .menu-item-has-children .sub-menu .menu-item-has-children .sub-menu {
        top: 0;
        left: initial;
        margin-top: 0;
        margin-left: 0;
    }
    .menu-container .menu .menu-item-has-children.active > .sub-menu {
        display: block;
    }
}
*/


/*******************************
INTRO SECTION STYLE
*********************************/
.section .welcome-content-area, .section.welcome-content-area {
    width: 100%;
    z-index: 1;
}
.welcome-content-area {
    display: flex;
    flex-flow: wrap row;
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
}
#intro-video {
    position: absolute;
    right: 0;
    bottom: 0;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: 1;
}
.welcome-content-area::after {
    content: "";
    position: absolute;
    top: 0;
    left: -15%;
    height: 100%;
    width: 100%;
    background-image: url(../img/banner-left-exceed.svg);
    background-position: top left;
    background-repeat: no-repeat;
    background-size: auto 100%;
    z-index: 2;
}
.welcome-content-wrapper {
    width: 100%;
    display: flex;
    flex-flow: wrap row;
}
.welcome-content-area .container {
    align-self: center;
}
.intro-content {
    position: relative;
    display: flex;
    flex-flow: wrap row;
    align-items: center;
    justify-content: center;
    z-index: 3;
}
.intro-content-wrapper {
    width: 100%;
    text-align: center;
}
.intro-content-wrapper h3 {
    color: #50B848;
    font-size: 40px;
    line-height: 54px;
    letter-spacing: 7.7px;
    text-transform: uppercase;
    margin: 0;
}
.intro-content-wrapper p {
    font-size: 42px;
    line-height: 62px;
    color: #ffffff;
    letter-spacing: 1.4px;
    margin: 0;
}
.intro-buttons {
    margin-top: 50px;
}
.intro-buttons a {
    position: relative;
    display: flex;
    gap: 10px;
    align-items: center;
    border: 1px solid #78C370;
    min-height: 60px;
    min-width: 220px;
    justify-content: center;
    font-size: 17px;
    line-height: 30px;
    letter-spacing: 0.75px;
    font-weight: 600;
    color: #F7F7F7;
    transition: all 0.3s ease 0s;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
}
.intro-buttons a:hover {
    gap: 20px;
}
.intro-buttons a span {
    position: relative;
}
.intro-buttons a span::after {
    content: "";
    position: absolute;
    top: 50%;
    left: 45%;
    width: 32px;
    height: 32px;
    border-top-right-radius: 100%;
    border-bottom-right-radius: 100%;
    border: 1px solid #ffffff;
    border-top-left-radius: 100%;
    border-left: 0;
    border-bottom-left-radius: 100%;
    transform: translate(0, -50%);
}
.banner-social-wrapper {
    position: absolute;
    width: 100%;
    bottom: 50px;
    left: 0;
    z-index: 3;
}
.banner-social-links ul {
    display: flex;
    gap: 50px;
}
.banner-social-links ul li a {
    font-size: 25px;
    color: #ffffff;
}
.banner-social-links ul li a:hover {
    color: #50B848;
}
@media screen and (max-width: 1075px) {
    .section .welcome-content-area, .section.welcome-content-area {
        width: calc(100% + 65px);
    }
}
@media screen and (max-width: 767px) {
    .intro-content-wrapper h3 {
        font-size: 35px;
        line-height: 45px;
    }
    .intro-content-wrapper p {
        font-size: 35px;
        line-height: 50px;
    }
}
@media screen and (max-width: 480px) {
    .intro-content-wrapper h3 {
        font-size: 30px;
    }
    .intro-content-wrapper p {
        font-size: 30px;
        line-height: 45px;
    }
}

/*******************************
CUSTOM HEADINGS WIDGETS STYLE
*********************************/
.custom-heading-wrapper {
    width: 100%;
    align-self: center;
}
.custom-headings {
    display: flex;
    justify-content: flex-start;
}
.text-position-center .custom-headings {
    justify-content: center;
}
.text-position-right .custom-headings {
    justify-content: flex-end
}
.custom-headings h3, .custom-headings h2, .custom-headings h1 {
    font-family: 'Gilroy-ExtraBold';
    font-size: 40px;
    line-height: 53px;
    text-transform: uppercase;
    font-weight: 900;
    color: #ffffff;
    position: relative;
    padding-left: 40px;
    padding-right: 25px;
    margin: 0;
}
.custom-headings.hide-icon h3 {
    padding-left: 0;
}
.custom-headings.hide-icon h3::before {
    display: none;
}
.custom-headings h3::before, .custom-headings h2::before, .custom-headings h1::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    background-image: url(../img/heading-icon.svg);
    background-repeat: no-repeat;
    background-position: left center;
    background-size: 23px auto;
    width: 23px;
    height: 35px;
    transform: translate(0, -50%);
}
.custom-headings h3::after, .custom-headings h2::after, .custom-headings h1::after {
    content: "";
    position: absolute;
    top: 25px;
    left: 100%;
    width: 15px;
    height: 15px;
    background-color: #78C370;
    border-radius: 100%;
}
.custom-heading-contents {
    margin-top: 5px;
}
.text-position-center .custom-heading-contents {
    text-align: center;
}
.text-position-right .custom-heading-contents {
    text-align: right;
}
.custom-heading-contents p {
    font-size: 20px;
    font-weight: 400;
    line-height: 34px;
    letter-spacing: 0.5px;
    color: #FFFFFF;
    margin: 0;
}
.custom-heading-contents p:not(:first-child) {
    margin-top: 30px;
}
.custom-heading-contents p:first-child strong {
    font-size: 18px;
    font-weight: 500;
    line-height: 36px;
    color: #50B748;
}
.cutom-heading-buttons {
    margin-top: 30px;
}
.text-position-center .cutom-heading-buttons {
    text-align: center;
}
.text-position-right .cutom-heading-buttons {
    text-align: right;
}
.cutom-heading-buttons a, .cutom-heading-buttons button {
    position: relative;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    min-height: 60px;
    min-width: 220px;
    border: 1px solid #78C370;
    background-color: #78C370;
    font-size: 14px;
    font-weight: 600;
    line-height: 23px;
    letter-spacing: 0.75px;
    color: #F7F7F7;
    text-transform: uppercase;
    transition: all 0.3s ease 0s;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
}
.cutom-heading-buttons a:hover, .cutom-heading-buttons button:hover {
    gap: 20px;
}
.cutom-heading-buttons a span, .cutom-heading-buttons button span {
    position: relative;
}
.cutom-heading-buttons a span::after, .cutom-heading-buttons button span::after {
    content: "";
    position: absolute;
    top: 50%;
    left: 45%;
    width: 32px;
    height: 32px;
    border-top-right-radius: 100%;
    border-bottom-right-radius: 100%;
    border: 1px solid #ffffff;
    border-top-left-radius: 100%;
    border-left: 0;
    border-bottom-left-radius: 100%;
    transform: translate(0, -50%);
}

@media screen and (max-width: 575px) {
    .custom-headings h3, .custom-headings h2, .custom-headings h1 {
        font-size: 35px;
        line-height: 45px;
    }
    .custom-heading-contents p:first-child strong {
        font-size: 20px;
        line-height: 35px;
    }
    .text-position-center .custom-headings h3 {
        text-align: center;
        padding-right: 0;
    }
    .text-position-left .custom-headings h3 {
        text-align: left;
        padding-right: 0;
    }
    .text-position-right .custom-headings h3 {
        text-align: right;
        padding-right: 0;
    }
}
@media screen and (max-width: 480px) {
    .custom-headings h3, .custom-headings h2, .custom-headings h1 {
        font-size: 30px;
        line-height: 40px;
    }
}
@media screen and (max-width: 400px) {
    .custom-headings h3, .custom-headings h2, .custom-headings h1 {
        font-size: 25px;
        line-height: 35px;
    }
}


/*******************************
FAQ WIDGETS STYLE
*********************************/
.faq-lists-area {
    max-width: 960px;
    margin: 0 auto;
}
.faq-item {
    background-color: #3B3B3B;
    padding: 25px;
    /*box-shadow: 0 4px 0 5px #363636;*/
    border-radius: 5px;
}
.faq-item:not(:first-child) {
    margin-top: 15px;
}
.faq-item h3 {
    position: relative;
    font-family: 'Poppins', sans-serif;
    font-size: 20px;
    font-weight: 600;
    line-height: 25px;
    letter-spacing: 0.25px;
    color: #ffffff;
    cursor: pointer;
    padding-right: 30px;
    margin: 0;
}
.faq-item.active > h3 {
    color: #50B748;
}
.faq-item h3::after {
    content: "";
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: 50%;
    right: 0;
    width: 24px;
    height: 24px;
    border: 1px solid #CBCBCB;
    border-radius: 100%;
    transform: translate(0, -50%);
    background-image: url(../img/down-arrow-icon.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: 8px auto;
}
.faq-item.active > h3::after {
    background-image: url(../img/down-arrow-icon-green.svg);
    border-color: #50B748;
}
.faq-item.active h3::after {
    transform: translate(0, -50%) rotate(180deg);
}
.faq-item-content {
    display: none;
    padding-top: 15px;
}
.faq-item-content p {
    font-size: 16px;
    line-height: 28px;
    letter-spacing: 0.25px;
    color: #ffffff;
}


/*******************************
RECENT WIDGETS STYLE
*********************************/
.widget_recent_entries ul, .widget_categories ul {
    background: #28292A;
}
.single-recent-post {
    display: flex;
    padding: 25px 0;
    border-bottom: 1px solid #58595B;
    flex-direction: column;
}
.single-recent-post a .single-recent-post-img {
    width: 100%;
    height: 106px;
    display: block;
    margin-bottom: 7px;
}
.single-recent-post .single-recent-post-img {
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}
.single-recent-post-right {
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.single-recent-post-right h3 {
    font-size: 13px;
    line-height: 16px;
    margin: 0;
    font-weight: 600;
}
.single-recent-post-right h3 a {
    color: #ffffff;
}
.single-recent-post-right p {
    margin: 0;
    font-size: 12px;
}
.post-time {
    color: #ffffff;
}


/*******************************
ABOUT SECTION STYLE
*********************************/
.about-content-wrapper {
    width: 100%;
    display: flex;
    flex-flow: wrap row;
    justify-content: space-between;
    align-items: center;
    gap: 30px;
    background-image: url(../img/about-bg.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: auto 110%;
    background-color: #373737;
}
.about-area-contents-wrapper {
    display: flex;
    flex-flow: wrap row;
    justify-content: space-between;
    align-items: center;
}
.about-contents {
    width: calc(50% - 15px);
}
.about-image-wrapper {
    position: relative;
    width: calc(45% - 15px);
    align-self: center;
    display: flex;
    align-items: center;
    justify-content: center;
}
.about-image {
    position: relative;
    background-color: #333333;
    /* border: 1px solid #707070; */
    border-radius: 100%;
    padding: 70px;
    z-index: 1;
}
.about-image::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;
    height: 100%;
    box-shadow: 0 3px 38px 0 #2C2C2C;
    border-radius: 100%;
    background-color: #333333;
    transform: translate(-50%, -50%);
}
.about-image::after {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    width: calc(100% + 120px);
    height: calc(100% + 120px);
    border-radius: 100%;
    box-shadow: 0 3px 38px 0 rgba(42, 42, 42, 0.16);
    background-color: #303030;
    z-index: -1;
    transform: translate(-50%, -50%);
}
.animated-image-link {
    animation: rotate-animation 20s infinite linear;
    -webkit-animation: rotate-animation 20s infinite linear;
    -moz-animation: rotate-animation 20s infinite linear;
    width: 450px;
    height: 450px;
    background-repeat: no-repeat;
    background-position: revert;
    background-size: auto 100%;
}
.about-image:hover .animated-image-link {
    -webkit-animation-play-state: paused;
    -moz-animation-play-state: paused;
    -o-animation-play-state: paused;
    animation-play-state: paused;
}
.animated-image-logo {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    max-width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.elementor .animated-image-logo img {
    max-width: 115px;
}
.animated-image-logo::after {
    /*content: "";*/
    /*position: absolute;*/
    /*top: 6px;*/
    /*left: 5px;*/
    /*width: 175px;*/
    /*height: 100%;*/
    /*background-image: url(../img/animated-logo-bg.png);*/
    /*background-repeat: no-repeat;*/
    /*background-position: center;*/
    /*background-size: 175px auto;*/
    /*display: none;*/
}

@keyframes rotate-animation {
  0% {
    transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
  }
}
@-moz-keyframes rotate-animation{
  0% {
    transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
  }
}
@-webkit-keyframes rotate-animation{
  0% {
    transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
  }
}
@media screen and (max-width: 1299px) {
    .about-contents {
        width: 100%;
        padding: 80px 0;
        order: 2;
    }
    .about-image-wrapper {
        width: 100%;
        margin-top: 150px;
        order: 1;
    }
    .animated-image-link {
        width: 300px;
        height: 300px;
    }
}
@media screen and (max-width: 1075px) {
    .animated-image-link {
        width: 250px;
        height: 250px;
    }
}
@media screen and (max-width: 767px) {
    .animated-image-link {
        width: 200px;
        height: 200px;
    }
    .about-image {
        padding: 30px;
    }
    .about-image::after {
        width: calc(100% + 80px);
        height: calc(100% + 80px);
    }
}
@media screen and (max-width: 575px) {
    .about-image-wrapper {
        margin-top: 80px;
        display: none;
    }
}


/*******************************
SERVICES SECTION STYLE
*********************************/
.service-content-wrapper {
    width: 100%;
    padding-top: 50px;
    background-color: #28292A;
}
.service-content-wrapper .container {
    padding: 0;
}
.services-list-area {
    display: flex;
    flex-flow: wrap row;
    gap: 30px;
    margin-top: 50px;
}
.service-item {
    position: relative;
    width: calc(20% - 24px);
    background-color: #3A3A3A;
    background-image: url(../img/service-item-bg.svg);
    background-repeat: no-repeat;
    background-position: bottom right;
    background-size: auto;
    min-height: 370px;
    overflow: hidden;
}
.service-type-two .service-item {
    width: calc(50% - 15px);
    padding: 50px;
}
.service-item-content {
    padding: 30px 20px;
    text-align: center;
}
.service-item-content h3 {
    position: relative;
    font-family: 'Gilroy-ExtraBold';
    font-size: 20px;
    line-height: 35px;
    letter-spacing: 0.25px;
    text-transform: uppercase;
    color: #ffffff;
    padding-bottom: 40px;
    margin: 0;
    transition: all 0.3s ease 0s;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
}
.service-item:hover .service-item-content h3 {
    padding-bottom: 15px;
    font-size: 16px;
}
.service-item-content h3::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 50%;
    width: 60px;
    border-bottom: 1px solid #78C370;
    transform: translate(-50%, 0);
}
.service-icon-wrapper {
    display: flex;
    align-items: center;
    gap: 30px;
}
.service-item-icon {
    position: relative;
    perspective: 1000px;
    min-height: 350px;
    display: flex;
    flex-flow: wrap row;
    align-items: center;
}
.service-item-icon-wrapper {
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    padding: 50px 0;
    transform: translate(0, -50%);
    -webkit-transform: translate(0, -50%);
    -moz-transform: translate(0, -50%);
    transform-style: preserve-3d;
    /* background-color: #3A3A3A; */
    backface-visibility: hidden;
    transition: all 0.3s ease 0s;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    opacity: 1;
    display: flex;
    justify-content: center;
}
.service-item:hover .service-item-icon-wrapper {
    transform: translate(0, -50%) rotateX(180deg);
    -webkit-transform: translate(0, -50%) rotateX(180deg);
    -moz-transform: translate(0, -50%) rotateX(180deg);
    opacity: 0;
}
.service-item-icon-wrapper img {
    background-color: transparent;
}
.service-item-content-area {
/*     min-height: 250px; */
    width: 100%;
/*     padding: 30px 0; */
    margin-top: 30px;
    transform: rotateX(180deg);
    -webkit-transform: rotateX(180deg);
    -moz-transform: rotateX(180deg);
    transform-style: preserve-3d;
    backface-visibility: hidden;
    transition: all 0.3s ease 0s;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    opacity: 0;
}
.service-type-two .service-item-content-area {
    transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    opacity: 1;
}
.service-item-content-area p, .service-details-cotnent .service-item-content-area p {
    font-size: 20px;
    font-weight: 500;
    line-height: 27px;
    letter-spacing: 0.5px;
    color: #FFFFFF;
}
.service-item-content-area p:not(:first-child) {
    margin-top: 25px;
}
.service-item-content-area ul {
    margin-top: 15px;
}
.service-item-content-area ul li, .service-details-cotnent .service-item-content-area ul li {
    font-size: 16px;
    font-weight: 600;
    line-height: 22px;
    letter-spacing: 0.50px;
    color: #78C370;
    padding-left: 30px;
    position: relative;
    margin-bottom: 15px;
}
.service-item-content-area ul li::after {
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    width: 15px;
    height: 15px;
    background-image: url(../img/list-icon.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 12px auto;
    transform: translate(0, -50%);
}
.service-details-cotnent .service-item-content-area ul li::before {
    display: none;
}
.services-list-area .service-item-content-area ul li {
    text-align: left;
}
.service-item:hover .service-item-content-area {
    transform: rotateX(0deg);
    opacity: 1;
}
.service-item-button.cutom-heading-buttons {
    margin-top: 30px;
    position: absolute;
    left: 0;
    width: 100%;
    bottom: -50px;
    transition: all 0.3s ease 0s;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
}
.service-type-two .service-item-button.cutom-heading-buttons {
    position: relative;
    bottom: initial;
    width: inherit;
}
.service-item:hover .service-item-button.cutom-heading-buttons {
    bottom: 0;
}
.service-item-button.cutom-heading-buttons a {
    width: 100%;
}
.service-type-two .service-item-button.cutom-heading-buttons a {
    min-width: 220px;
    width: auto;
}
.service-cta-wrapper {
    max-width: 1220px;
    padding: 100px 0 50px;
    margin: 0 auto;
}
.service-cta-area {
    position: relative;
    background-color: #3A3A3A;
    padding: 50px 120px 50px 60px;
    border-radius: 10px 0 0 10px;
    box-shadow: 0 16px 49px 0 rgba(29, 29, 29, 0.27);
    background-image: url(../img/cta-arrow-bg.svg);
    background-repeat: no-repeat;
    background-position: center right 39%;
    background-size: auto;
    display: flex;
    flex-flow: wrap row;
    align-items: center;
    gap: 30px;
    z-index: 1;
}
.service-cta-area::after {
    content: "";
    position: absolute;
    top: -1px;
    left: calc(100% - 93px);
    width: 100%;
    height: calc(100% + 1px);
    background-image: url(../img/cta-bg.svg);
    background-repeat: no-repeat;
    background-position: top left;
    background-size: auto 100%;
    z-index: -1;
}
.service-cta-content {
    width: calc(100% - 250px);
}
.service-cta-content h3, .service-cta-content h2, .service-cta-content h1 {
    font-family: 'Gilroy-ExtraBold';
    font-size: 24px;
    line-height: 32px;
    letter-spacing: 0.25px;
    font-weight: 700;
    color: #ffffff;
    text-transform: uppercase;
    margin-bottom: 0;
}
.service-icon-wrapper h3 {
    font-size: 35px;
    line-height: 45px;
    letter-spacing: 0.25px;
    color: #ffffff;
    margin: 0;
}
.service-cta-button.cutom-heading-buttons {
    margin: 0;
}
.service-type-two .blog-list-button {
    border-radius: 0;
    width: calc(50% - 15px);
    padding: 50px;
}
.blog-details-button.cutom-heading-buttons {
    width: 100%;
    text-align: center;
}
.solution-type-two .blog-details-button.cutom-heading-buttons {
    margin-top: 50px;
}
.solution-type-two .blog-details-button-content h3 {
    margin-top: auto;
    margin-bottom: 0;
}
@media screen and (max-width: 1600px) {
    .service-item {
        width: calc(25% - 25px);
    }
}
@media screen and (max-width: 1299px) {
    .service-item {
        width: calc(33% - 17px);
    }
}
@media screen and (max-width: 991px) {
    .service-item {
        width: calc(50% - 20px);
    }
    .service-cta-content h3 br, .service-cta-content h2 br, .service-cta-content h1 br {
        display: inline-block;
        width: 8px;
        position: relative;
        content: "";
    }
}
@media screen and (max-width: 767px) {
    .service-cta-content {
        width: 100%;
    }
    .service-cta-area {
        max-width: calc(100% - 90px);
    }
    .service-type-two .service-item {
        width: 100%;
        padding: 20px;
    }
    .service-type-two .blog-list-button {
        width: 100%;
        padding: 20px;
    }
}
@media screen and (max-width: 575px) {
    .service-item {
        width: 100%;
    }
    .service-cta-area {
        padding: 20px;
        max-width: 100%;
    }
    .service-cta-area::after {
        left: calc(100% - 56px);
    }
    .service-cta-content h3, .service-cta-content h2, .service-cta-content h1 {
        font-size: 20px;
        line-height: 30px;
    }
}
@media screen and (max-width: 480px) {
    .service-cta-area {
        max-width: 100%;
    }
}

/*******************************
SINGLE SERVICE STYLE
*********************************/
.single-service-wrapper {
    background-color: #373737;
    padding: 50px 0;
}
.single-service-content-wrapper {
    background-color: #28292A;
    padding: 20px;
}
.single-service-img {
    min-height: 600px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}
.single-service-img img {
    width: 100%;
    height: auto;
}
.service-details-cotnent {
    margin-top: 30px;
}
.service-title {
    padding: 20px 0;
}
.service-title h2 {
    font-size: 35px;
    line-height: 43px;
    letter-spacing: 0.25px;
    text-transform: uppercase;
    color: #78C370;
    font-weight: 900;
    margin: 0;
}
.service-details-cotnent p {
    font-size: 17px;
    line-height: 20px;
    letter-spacing: 0.25px;
    color: #ffffff;
    margin: 0;
}
.service-details-cotnent p:not(:first-child) {
    margin-top: 30px;
}
.service-details-cotnent ul {
    margin-top: 20px;
}
.service-details-cotnent ul li {
    font-size: 20px;
    line-height: 40px;
    letter-spacing: 0.25px;
    color: #ffffff;
}
.service-sidebar-wrapper .widget {
    background-color: #28292A;
    border-radius: 10px;
}
.service-sidebar-wrapper .widget:not(:first-child) {
    margin-top: 20px;
}
.service-sidebar-quote .blog-details-button-content {
    background-image: url(../img/service-item-bg.svg);
    background-repeat: no-repeat;
    background-position: bottom right;
    background-repeat: no-repeat;
}
.service-sidebar-quote .blog-details-button-content {
    padding: 30px;
}
.service-sidebar-quote .blog-details-button.cutom-heading-buttons {
    margin-top: 70px;
}
.page-banner-content.solution-page-banner {
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
}
.solution-banner-text {
    color: #fff;
    max-width: 991px;
    padding: 11px 0;
    font-size: 21px;
    line-height: 1.4em;
}
.related-service-wrappper {
    background-color: #28292A;
    border-radius: 10px;
}
.related-service-wrappper > h3 {
    font-size: 22px;
    line-height: 25px;
    letter-spacing: 0.77px;
    margin: 0;
    text-transform: uppercase;
    color: #ffffff;
    padding: 20px;
    text-align: center
}
.related-service-lists {
    padding: 20px;
}
.related-service-item {
    padding-top: 15px;
    padding-bottom: 15px;
    border-top: 1px solid #464646;
}
.related-service-item ul {
    margin-top: 20px;
}
.related-service-item ul li {
    color: #ffffff;
}
.related-service-item h4 {
    font-size: 22px;
    line-height: 20px;
    letter-spacing: 0.39px;
    margin: 0;
    text-transform: uppercase;
    color: #78C370;
}
.related-service-item h4 a {
    font-size: 22px;
    line-height: 20px;
    letter-spacing: 0.39px;
    text-transform: uppercase;
    color: #78C370;
}
.related-service-item p {
    font-size: 14px;
    line-height: 20px;
    color: #ffffff;
    margin: 20px 0 0;
}

/*NAVIGATION SINGLE SERVICE STYLE*/
.service-single-navigation {
    background-color: #373737;
    padding-bottom: 50px;
}
.service-single-navigation .container {
    display: flex;
}
.single-service-prev a {
    display: flex;
    align-items: center;
    gap: 50px;
}
.single-service-prev .service-item-button {
    order: 1;
    transform: rotate(180deg);
}
.prev-service-details {
    width: calc(100% - 100px);
}
.single-service-prev .prev-service-details {
    order: 2;
}
.single-service-prev, .single-service-next {
    position: relative;
    background-color: #28292A;
    padding: 30px;
    width: 50%;
}
.single-service-prev::after {
    content: "";
    position: absolute;
    right: 0;
    top: 50%;
    transform: translate(0, -50%);
    height: calc(100% - 30px);
    border-left: 1px solid #373737;
}
.single-service-next a {
    display: flex;
    align-items: center;
    gap: 50px;
}
.prev-service-details p {
    font-size: 15px;
    line-height: 20px;
    color: #ffffff;
    margin: 0;
}
.service-item-button {
    width: 50px;
    align-self: center;
}
.service-single-navigation .service-item-button span {
    position: relative;
    display: block;
}
.service-single-navigation .service-item-button span::after {
    content: "";
    position: absolute;
    top: 50%;
    left: 45%;
    width: 35px;
    height: 36px;
    border-top-right-radius: 100%;
    border-bottom-right-radius: 100%;
    border: 1px solid #ffffff;
    border-top-left-radius: 100%;
    border-left: 0;
    border-bottom-left-radius: 100%;
    transform: translate(0, -50%);
    margin-left: -9px;
}
@media screen and (max-width: 1075px) {
    .service-sidebar {
        margin-top: 20px;
        flex: 100% 0 0;
    }
}
@media screen and (max-width: 991px) {
    .single-service-prev, .single-service-next {
        padding: 20px;
    }
    .single-service-prev a {
        gap: 20px;
    }
}
@media screen and (max-width: 767px) {
    .service-single-navigation .container {
        flex-flow: wrap row;
        gap: 20px;
    }
    .single-service-prev, .single-service-next {
        width: 100%;
    }
    .single-service-prev::after {
        display: none;
    }
}


/*******************************
OUR SOLUTIONS SECTION STYLE
*********************************/
.solutions-content-wrapper {
    width: 100%;
    padding: 127px 0 112px;
    background-image: url(../img/about-bg.svg);
    background-repeat: no-repeat;
    /* background-position: center right 100px; */
    background-position: center;
    background-size: auto 100%;
    background-color: #373737;
}
.solutions-content-wrapper .container {
    height: 100%;
}
.solutions-content-wrapper .custom-heading-wrapper {
    width: calc(100% - 41%);
}
.solutions-content-wrapper .custom-heading-wrapper br {
    display: none;
}
.solutions-navigation {
    display: flex;
    flex-flow: wrap row;
    gap: 80px;
    padding: 0 0 80px;
    height: calc(100% - 80px);
    align-items: center;
}
.solutions-navigation-wrapper ul {
    display: flex;
    flex-flow: column;
    gap: 30px;
    /* border-left: 1px dotted #78C370; */
    line-height: 1;
    position: relative;
    background-image: linear-gradient(#78C370 33%, rgba(255,255,255,0) 0%);
    background-position: top left;
    background-size: 1px 8px;
    background-repeat: repeat-y;
}
.solutions-navigation-wrapper ul li a {
    position: relative;
    font-size: 20px;
    font-weight: 500;
    line-height: 34px;
    padding-left: 10px;
    text-transform: uppercase;
    color: #ffffff;
}
.solutions-navigation-wrapper ul li a.slick-active::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    border-left: 1px solid #78C370;
    z-index: 1;
}
.solutions-navigation-wrapper ul li a:hover {
    color: #50B848;
}
.solutions-navigation-contents {
    position: relative;
    max-width: 810px;
    z-index: 2;
}
.solutions-contents-block {
    background-color: #3A3A3A;
    box-shadow: 0 30px 65px 0 rgba(22, 22, 22, 0.28);
    padding: 70px 50px;
    color: #fff;
}
.solutions-contents-block h3 {
    position: relative;
    font-family: 'Gilroy-ExtraBold';
    font-size: 24px;
    line-height: 32px;
    letter-spacing: 0.25px;
    color: #ffffff;
    text-transform: uppercase;
    padding-bottom: 15px;
    margin: 0 0 30px;
}
.solutions-contents-block h3::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 60px;
    border-bottom: 1px solid #78C370;
}
.solutions-contents-block p {
    font-size: 20px;
    line-height: 34px;
    letter-spacing: 0.5px;
    color: #ffffff;
    margin: 0;
}
.solutions-contents-block p:not(:first-child) {
    margin-top: 30px;
}
.solutions-navigation-contents .solutions-contents-block p:not(:first-child) {
    margin-top: 15px;
}
.solutions-content-wrapper .solutions-images {
    position: absolute;
    right: 60px;
    width: 38%;
    height: calc(100% - 240px);
    top: 126px;
    /* transform: translate(0, -50%); */
    text-align: right;
    z-index: 1;
}
.solutions-images img {
    height: 100%;
    width: auto; 
}
.solutions-images .slick-list {
    height: 100%;
}
.solutions-images .slick-track {
    display: flex;
    height: 100%;
}
.solutions-content-wrapper .solutions-images .slide-item {
    float: none;
    height: 100%;
    width: 100%;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}
.solutions-content-wrapper .slide-item:focus {
    outline: none;
}
.home .service-content-wrapper.solutions-grids-wrapper {
    padding: 80px 0;
}
.service-content-wrapper.solutions-grids-wrapper {
    padding: 0;
}
.solutions-grids-wrapper .blog-details-button-content {
    padding: 0;
}
.solutions-grids-wrapper .service-content-wrapper {
    padding: 0;
}
.solution-type-two .service-item {
    width: calc(50% - 15px);
    /*padding: 50px;*/
}

.solution-type-two .service-icon-wrapper {
    display: block;
}
.solution-type-two .solution-icon-wrapper {
    overflow: hidden;
}
.solution-type-two .service-icon {
    position: relative;
    width: 100%;
    height: 350px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    transition: all 0.3s ease 0s;
}
.solution-type-two .service-item:hover .service-icon {
    transform: scale(1.1);
}
.solution-type-two .service-item:hover .service-icon::after {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    width: calc(100% - 15%);
    height: calc(100% - 21%);
    border: 1px solid #ffffff;
    transform: translate(-50%, -50%);
}
.solution-type-two .service-icon-wrapper h3 {
    padding: 20px 50px 0;
    transition: all 0.3s ease 0s;
}
.solution-type-two .service-item:hover .service-icon-wrapper h3 {
    letter-spacing: 3px;
}
.solution-type-two .service-item-content-area {
    min-height: initial;
    transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    opacity: 1;
    padding: 30px 50px;
}
.solution-type-two .service-item-button.cutom-heading-buttons {
    position: relative;
    bottom: initial;
    padding: 0 50px 50px;
}
.solution-type-two .service-item-button.cutom-heading-buttons a {
    width: auto;
    min-width: 200px;
    display: inline-flex;
}
.solution-type-two .blog-list-button {
    padding: 50px;
    border-radius: 0;
    width: calc(50% - 15px);
}
.solution-type-one .service-item-icon {
    padding: 20px 0;
}
.solutions-grids-wrapper .service-item-icon {
    height: 310px;
}
.solution-type-one .service-icon {
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    height: calc(100% - 50px);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    transform-style: preserve-3d;
    transform: rotateX(0deg) translate(0, -50%);
    -webkit-transform: rotateX(0deg) translate(0, -50%);
    transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -webkit-transition: all 0.3s ease 0s;
    opacity: 1;
}
.solution-type-one .service-item:hover .service-icon {
    opacity: 0;
    backface-visibility: hidden;
    transform: rotateX(180deg) translate(0, -50%);
    -webkit-transform: rotateX(180deg) translate(0, -50%);
}
.solution-type-one .service-item-content-area {
/*     width: 100%;
    transform: rotate(0deg);
    opacity: 1; */
}
.solution-type-one .blog-list-button {
    max-width: 1220px;
    width: 100%;
    margin: 50px auto 0;
}
.solution-type-one .blog-details-button-content {
    display: flex;
    align-items: center;
    padding: 30px;
    gap: 30px;
}
.solution-type-one .blog-details-button-content h3 {
    width: calc(100% - 250px);
}
.solution-type-one .blog-details-button-content .cutom-heading-buttons {
    width: auto;
    margin: 0;
}
.solution-type-one .service-cta-area::after {
    content: "";
    position: absolute;
    top: -1px;
    left: calc(100% - 100px);
    width: 100%;
    height: calc(100% + 1px);
    background-image: url(../img/cta-bg.svg);
    background-repeat: no-repeat;
    background-position: top left;
    background-size: auto 100%;
    z-index: -1;
}
@media screen and (max-width: 1075px) {
    .solutions-content-wrapper .solutions-images {
        position: relative;
        right: initial;
        width: 100%;
        height: auto;
        top: initial;
        padding: 0 15px;
        margin-top: 50px;
    }
    .solutions-content-wrapper .solutions-images .slide-item {
        height: 300px;
    }
    .solutions-navigation-contents {
        max-width: 100%;
    }
    .solutions-content-wrapper .custom-heading-wrapper {
        width: 100%;
    }
}
@media screen and (max-width: 767px) {
    .solution-type-two .service-item {
        width: 100%;
    }
    .solution-type-two .blog-list-button {
        padding: 20px;
        width: 100%;
    }
    .solution-type-two .service-icon-wrapper h3 {
        padding: 20px 20px 0;
    }
    .solution-type-two .service-item-content-area {
        opacity: 1;
        padding: 20px;
    }
    .solutions-contents-block {
        padding: 50px 20px;
    }
    .solutions-navigation {
        gap: 30px;
        margin-top: 30px;
    }
    .solution-type-two .service-item-button.cutom-heading-buttons {
        padding: 0 20px 20px;
    }
    .solution-type-two .service-item-button.cutom-heading-buttons a {
        width: auto;
    }
    .solution-type-two .blog-details-button.cutom-heading-buttons {
        margin-top: 100px;
    }
    .page-banner-content.solution-page-banner {
        padding-top: 80px;
        padding-bottom: 60px;
    }
    .solution-banner-text {
        padding-top: 25px;
    }
}


/*******************************
OUR SOLUTIONS SECTION STYLE
*********************************/
.testimonial-wrapper {
    margin-top: 50px;
}
.testimonial-slider .slick-track {
    display: flex;
    /*gap: 30px;*/
}
.testimonial-slider .slide-item {
    float: none;
    max-width: 450px;
    width: 33%;
    margin-right: 30px;
}
.testimonial-slider .slide-item:focus {
    outline: none;
}
.review-content-wrapper {
    display: flex;
    border: 1px solid #535353;
    border-radius: 10px;
    padding: 35px 25px;
    gap: 20px;
}
.client-thumb {
    align-self: flex-start;
    width: 40px;
    height: 40px;
    border-radius: 100%;
}
.review-content-area {
    width: calc(100% - 60px);
}
.review-content-area p {
    font-size: 14px;
    line-height: 26px;
    letter-spacing: 0.26px;
    color: #ffffff;
    margin: 0;
}
.client-name {
    border-top: 1px solid #535353;
    margin-top: 25px;
    padding-top: 20px;
}
.client-name h4 {
    font-size: 15px;
    font-weight: 600;
    line-height: 26px;
    letter-spacing: 0.5px;
    color: #78C370;
    margin: 0;
}
.slick-arrow {
    background-color: #FFFFFF;
    border: 1px solid #E6E6E6;
    width: 55px;
    height: 55px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 100%;
    box-shadow: 0 18px 34px 0 rgba(83, 83, 83, 0.16);
    z-index: 2;
}
.slick-arrow[aria-disabled="true"] {
    opacity: 0;
    cursor: default;
}
.slick-arrow::before {
    opacity: 1;
    content: "";
    background-image: url(../img/angle-left.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: auto 20px;
    width: 100%;
    height: 30px;
}
.slick-arrow.slick-prev::before {
    transform: rotate(180deg);
}
.slick-arrow.slick-prev {
    left: 0;
}
.slick-arrow.slick-next {
    right: 0;
}
.slick-arrow.slick-prev:hover, .slick-arrow.slick-prev:focus, .slick-arrow.slick-next:hover, .slick-arrow.slick-next:focus {
    background-color: #FFFFFF;
}
@media screen and (min-width: 1701px) {
    .testimonial-wrapper .slick-list {
        width: calc(100% + 10%);
    }
}
@media screen and (max-width: 1700px) and (min-width: 1600px) {
    .testimonial-wrapper .slick-list {
        width: calc(1600px + 100px);
    }
}
@media screen and (max-width: 1600px) {
    .testimonial-wrapper .slick-list {
        width: 100%;
    }
}
@media screen and (max-width: 480px) {
    .testimonial-slider .slide-item {
        max-width: calc(450px - 75px);
    }
}

/*BLOG AREA STYLE*/
.blog-content-wrapper {
    position: relative;
    width: 100%;
    padding-top: 80px;
    background-color: #28292A;
    overflow: hidden;
}
.blog-lists-wrapper {
    display: flex;
    flex-flow: wrap row;
    gap: 30px;
    margin-top: 50px;
}
.blog-item {
    width: calc(25% - 23px);
    background-color: #373737;
    border: 1px solid #373737;
    border-radius: 10px;
}
.blog-thumbs {
    height: 185px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    border-radius: 10px 10px 0 0;
}
.blog-item-contents {
    padding: 35px 30px;
}
.blog-item-contents h3 {
    font-size: 17px;
    font-weight: 600;
    line-height: 26px;
    letter-spacing: 0.5px;
    color: #ffffff;
    margin: 0;
    font-family: Poppins;
    min-height: 52px;
}
.details-button.cutom-heading-buttons a {
    font-size: 14px;
    background-color: transparent;
    color: #78C370;
    min-height: initial;
    min-width: initial;
    border: none;
    font-family: Poppins;
}
.details-button.cutom-heading-buttons a span::after {
    border: 1px solid #78C370;
    border-left: 0;
}
.blog-list-button {
    background-color: #373737;
    background-image: url(../img/service-item-bg.svg);
    background-position: bottom right;
    background-repeat: no-repeat;
    background-size: auto;
    width: calc(25% - 23px);
    border: 1px solid #373737;
    border-radius: 10px;
}
.blog-details-button-content {
    width: 100%;
    height: 100%;
    padding: 70px 50px 50px;
    display: flex;
    justify-content: center;
    flex-flow: wrap row;
    gap: 20px;
}
.blog-details-button-content h3 {
    font-family: 'Gilroy-ExtraBold';
    font-size: 32px;
    line-height: 45px;
    letter-spacing: 1.54px;
    color: #ffffff;
    text-transform: uppercase;
    margin-bottom: auto;
}
.blog-details-button.cutom-heading-buttons {
    margin-top: 50px;
}
.blog-details-button.cutom-heading-buttons span::after {
    border-color: #ffffff;
}

@media screen and (max-width: 1600px) {
    .blog-item {
        width: calc(33% - 20px);
    }
    .blog-list-button {
        width: calc(33% - 20px);
    }
}
@media screen and (max-width: 1199px) {
    .blog-item {
        width: calc(50% - 20px);
    }
    .blog-list-button {
        width: calc(50% - 20px);
    }
}
@media screen and (max-width: 991px) {
    .blog-item {
        width: calc(50% - 20px);
    }
    .blog-details-button-content {
        padding: 30px;
    }
}
@media screen and (max-width: 767px) {
    .blog-item {
        width: 100%;
    }
    .blog-list-button {
        width: 100%;
    }
    .blog-details-button.cutom-heading-buttons {
        width: 100%;
        text-align: center;
    }
}


/*******************************
BRAND WIDGETS STYLE
*********************************/
.brand-gallery-wrapper {
    padding: 80px 0;
}
.media-gallery-carousel {
    margin-top: 50px;
}
.media-gallery-carousel .slick-list {
    margin: 0 -10px;
}
.media-gallery-carousel .slick-track {
    display: flex;
    gap: 20px;
}
.media-gallery-carousel .slick-track .gallery-item {
    float: none;
    height: 200px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    /* margin-right: 30px; */
    display: flex;
    align-items: center;
    justify-content: center;
/*     background-color: #ffffff; */
}
.media-gallery-carousel .slick-track .gallery-item:focus {
    outline: none;
}
.media-gallery-carousel .slick-track .gallery-item img {
    max-width: 100%;
    height: auto;
    max-height: 100px;
    width: auto;
}


/*******************************
SEARCH RESULT PAGE STYLE
*********************************/
.search-results .page-banner-content .custom-headings h1::after {
    display: none;
}


/*******************************
SINGLE BLOG PAGE STYLE
*********************************/
.single-post .custom-headings h1 {
    text-transform: initial;
    font-size: 35px;
}
.single-post .custom-headings h1::after {
    display: none;
}
.single-post .custom-headings h1::before {
    top: 25px;
}
.single-blog .single-blog-content {
    padding-right: 30px;
}
.single-blog {
    padding: 50px 0;
    background-color: #373737;
}
.blog-details-cotnent ul, .blog-details-cotnent ol {
    margin-top: 30px;
    padding-left: 20px;
}
.single-blog-content-wrapper {
    background-color: #28292A;
    padding: 50px;
}
.blog-cat {
    color: #ffffff;
}
.blog-metas {
    padding: 20px 0 0;
}
.blog-meta-data {
    padding: 0 0 20px;
    border-bottom: 1px solid #58595B;
}
.single-blog-title-metas {
    display: flex;
    flex-flow: wrap row;
    gap: 20px;
    margin-top: 10px;
}
.single-blog-tag-lists i {
    color: #ffffff;
}
.blog-details-cotnent {
    padding: 20px 0;
}
.blog-details-cotnent h2 {
    color: #fff;
    margin-top: 20px;
}
.blog-title h2 {
    color: #ffffff;
    margin: 0;
}
.blog-author {
    color: #ffffff;
}
.blog-details-cotnent p, .blog-details-cotnent li {
    color: #ffffffff;
    line-height: 25px;
}
.blog-details-cotnent table {
    color: #fff;
    margin-bottom: 19px;
}
.blog-details-cotnent p:not(:first-child) {
    margin-bottom: 15px;
}
.blog-details-cotnent ol{
	margin-bottom:30px;
}
.blog-details-cotnent h4 {
    margin-bottom: 20px;
}
.blog-details-cotnent h1, .blog-details-cotnent h2, .blog-details-cotnent h3, .blog-details-cotnent h4, .blog-details-cotnent h5, .blog-details-cotnent h6 {
    color: #fff;
}
.blog-details-cotnent ul li {
    color: #ffffffff;
    line-height: 25px;
    list-style: disc;
    margin-bottom: 13px;
}
.blog-details-cotnent ol li{
    color: #ffffffff;
    line-height: 25px;
    list-style: decimal;
    margin-bottom: 13px;
}
.blog-sidebar-wrapper {
    background-color: #28292A;
    padding: 30px;
}

/*SIDEBAR STYLE*/
.single-blog .blog-sidebar {
    padding-left: 30px;
}
.widget:not(:first-child) {
    margin-top: 35px;
}
.widget .widgets-title {
    margin: 0 0 26px;
}
.widget_search .search-box {
    position: relative;
    display: flex;
}
.widget_search .search-field {
    width: calc(100% - 50px);
    background-color: #ffffff;
    border: 1px solid #ffffff;
    padding: 10px;
    font-size: 13px;
    border-radius: 0 !important;
}
.widget_search .search-submit {
    width: 50px;
    border: none;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #78C370;
    color: #ffffff;
}
.widget_search .search-field:focus {
    outline: none;
}
.widget_recent_entries .widgets-title {
    margin-bottom: 5px;
}
.widget-postx-6293 .single-recent-post-img {
    background-position: top center;
}
@media screen and (max-width: 1075px) {
    .single-blog .single-blog-content {
        padding-right: 15px;
    }
    .single-blog-content {
        width: 100%;
    }
    .blog-sidebar-wrapper {
        margin-top: 30px;
    }
    .single-blog .blog-sidebar {
        padding-left: 15px;
    }
    .blog-sidebar {
        width: 100%;
    }
}



/*******************************
SCROLL ANIMATION STYLE
*********************************/
.custom-headings h3.words .char, .page-banner-area .custom-headings h1 .char {
    -webkit-animation: transform .3s cubic-bezier(.3, 0, .3, 1), opacity .3s linear;
    transition: transform .3s cubic-bezier(.3, 0, .3, 1), opacity .3s linear;
    transition-delay: calc( 30ms * var(--char-index) );
    -webkit-transition-delay: calc( 30ms * var(--char-index) );
}
.section.active .custom-headings h3.word[data-scroll="in"] .char {
    -webkit-animation: transform 800ms cubic-bezier(0.3, 0, 0.3, 1), opacity 800ms linear;
    transition: transform 800ms cubic-bezier(0.3, 0, 0.3, 1), opacity 800ms linear;
    transition-delay: calc( 30ms * var(--char-index) );
    -webkit-transition-delay: calc( 30ms * var(--char-index) );
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
}
.custom-headings h3.words[data-scroll="out"] .char, .page-banner-area .custom-headings h1[data-scroll="out"] .char {
    -webkit-transform: translateY( .7em );
    transform: translateY( .7em );
    opacity: 0.1;
}
.section.active .custom-headings h3[data-scroll="out"] .char {
    -webkit-animation: transform 800ms cubic-bezier(0.3, 0, 0.3, 1), opacity 800ms linear;
    transition: transform 800ms cubic-bezier(0.3, 0, 0.3, 1), opacity 800ms linear;
    transition-delay: calc( 30ms * var(--char-index) );
    -webkit-transition-delay: calc( 30ms * var(--char-index) );
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
}
.section .custom-headings .char {
    -webkit-transform: translateY( .7em );
    transform: translateY( .7em );
    opacity: 0.1;
}
.section .custom-headings h3[data-scroll="in"] .char {
    -webkit-animation: transform 800ms cubic-bezier(0.3, 0, 0.3, 1), opacity 800ms linear;
    transition: transform 800ms cubic-bezier(0.3, 0, 0.3, 1), opacity 800ms linear;
    transition-delay: calc( 30ms * var(--char-index) );
    -webkit-transition-delay: calc( 30ms * var(--char-index) );
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
}
@media screen and (max-width: 1075px) {
    .section.active .custom-headings h3[data-scroll="in"] .char {
        -webkit-animation: transform 800ms cubic-bezier(0.3, 0, 0.3, 1), opacity 800ms linear;
        transition: transform 800ms cubic-bezier(0.3, 0, 0.3, 1), opacity 800ms linear;
        transition-delay: calc( 30ms * var(--char-index) );
        -webkit-transition-delay: calc( 30ms * var(--char-index) );
        -webkit-transform: translateY(0);
        transform: translateY(0);
        opacity: 1;
    }
}




/*******************************
CONTACT SECTION STYLE
*********************************/
.contact-area {
    background-color: #28292A;
    padding-top: 100px;
}
.contact-area-contents {
    text-align: center;
    padding: 50px 0;
}
.contact-area-contents h3 {
    font-family: 'Gilroy-ExtraBold';
    font-size: 49px;
    line-height: 65px;
    text-transform: uppercase;
    color: #ffffff;
    margin: 0;
}
.contact-area-contents p {
    font-size: 20px;
    font-weight: 600;
    line-height: 34px;
    letter-spacing: 0.5px;
    color: #ffffff;
    margin: 0;
}
.map-wrapper {
    width: 100%;
    position: relative;
    margin-top: 50px;
}
.contact-area-map {
    margin-top: 50px;
    width: 100%;
    height: 300px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}
.contact-area-map a {
    display: block;
    width: 100%;
    height: 100%;
}
@media screen and (max-width: 991px) {
    .contact-area-contents h3 {
        font-size: 40px;
        line-height: 55px;
    }
}
@media screen and (max-width: 767px) {
    .contact-area-contents h3 {
        font-size: 35px;
        line-height: 45px;
    }
}

/*******************************
HOME CONTACT STYLE
*********************************/
.home .contact-area-contents p:not(:first-child) {
    margin-top: 0;
}
.home .contact-area-contents {
    padding: 0;
}


/*******************************
ANIMATION WIDGETS STYLE
*********************************/
.about-image-wrapper.animation-image-wrapper {
    width: 100%;
}


/*******************************
IMAGE WITH TEXT BOX WIDGETS STYLE
*********************************/
.custom-image-with-text-box-area {
    position: relative;
}
.custom-image-box-text-wrapper {
    position: relative;
    padding: 100px 0;
    background-color: #28292A;
    background-repeat: no-repeat;
    background-size: auto;
}
.image-left .custom-image-box-text-wrapper {
    background-position: bottom left 100%;
}
.image-right .custom-image-box-text-wrapper {
    background-position: bottom left;
}
.image-left .custom-heading-wrapper {
    max-width: 50%;
    margin-left: auto;
    padding-left: 50px;
}
.image-right .custom-heading-wrapper {
    max-width: 50%;
    margin-right: auto;
    padding-right: 50px;
}
.box-image-area {
    position: absolute;
    top: 0;
    max-width: 50%;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}
.image-left .box-image-area {
    left: 0;
}
.image-right .box-image-area {
    right: 0;
}
@media screen and (max-width: 1024px) {
    .custom-image-with-text-box-area {
        display: flex;
        flex-flow: wrap row;
        gap: 30px;
    }
    .image-right .custom-image-box-text-wrapper {
        order: 1;
    }
    .image-right .custom-heading-wrapper {
        max-width: 100%;
        padding-right: 0;
    }
    .image-right .box-image-area {
        right: initial;
        position: relative;
        order: 2;
        min-height: 350px;
        max-width: 100%;
        top: initial;
    }
    .custom-image-with-text-box-area.image-left {
        gap: 0;
    }
    .image-left .box-image-area {
        left: initial;
        position: relative;
        order: 1;
        max-width: 100%;
        min-height: 350px;
    }
    .image-left .custom-image-box-text-wrapper {
        order: 2;
        padding-top: 50px;
    }
    .image-left .custom-heading-wrapper {
        max-width: 100%;
        padding-left: 0;
    }
}


/*******************************
CUSTOM CONTACT WIDGETS STYLE
*********************************/
.contact-info-area {
    padding: 30px;
    display: flex;
    flex-flow: wrap row;
    gap: 25px;
    justify-content: space-between;
}
.contact-item {
    display: flex;
    gap: 15px;
    max-width: calc(25% - 15px);
}
.contact-info-area .contact-item:nth-child(3) {
	width: 300px;
	max-width: 100%;
}
.contact-icon {
    width: 30px;
    align-self: flex-start;
}
.contact-icon img, .contact-icon span {
    max-width: 20px;
    font-size: 20px;
    color: #78C370;
}
.contact-info {
    width: calc(100% - 45px);
}
.contact-info label {
    font-size: 20px;
    line-height: 15px;
    font-weight: 500;
    letter-spacing: 0.5px;
    color: #78C370;
    text-transform: uppercase;
}
.contact-info h4 {
    font-family: 'Poppins', sans-serif;
    font-size: 22px;
    font-weight: 500;
    line-height: 31px;
    color: #ffffff;
    margin: 0;
}
.contact-item:last-child {
    padding-left: 30px;
    border-left: 1px solid #C2C2C2;
}
@media screen and (max-width: 1399px) {
    .contact-info label {
        font-size: 16px;
    }
    .contact-info h4 {
        font-size: 18px;
    }
}
@media screen and (max-width: 991px) {
    .contact-item {
        max-width: calc(50% - 15px);
    }
}
@media screen and (max-width: 575px) {
    .contact-item {
        max-width: 100%;
        width: 100%;
    }
    .contact-item:last-child {
        padding-left: 0;
        border-left: 0;
    }
}
@media screen and (max-width: 575px) {
    .contact-info label {
        font-size: 14px;
    }
    .contact-info h4 {
        font-size: 16px;
    }
}

/*******************************
VIDEO POPUP WIDGETS STYLE
*********************************/
.video-popup-wrapper {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,0.94);
    display: none;
    z-index: 999999;
}
.video-wrapper-button a {
    display: flex;
    position: relative;
    width: 80px;
    height: 80px;
    border: 1px dashed #78C370;
    border-radius: 100%;
}
.video-wrapper-button a span {
    display: block;
    font-size: 20px;
    position: absolute;
    width: max-content;
    top: 50%;
    left: 100%;
    transform: translate(0, -50%);
    padding-left: 15px;
    line-height: 36px;
    letter-spacing: 0.25px;
    font-weight: 600;
}
.video-wrapper-button a::after {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    width: calc(100% - 20px);
    height: calc(100% - 20px);
    background-color: #78C370;
    transform: translate(-50%, -50%);
    border-radius: 100%;
}
.video-wrapper-button a::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-30%, -50%);
    border-left: 15px solid #ffffff;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    z-index: 1;
}
.video-popup-content-wrapper {
    position: absolute;
    width: 100%;
    height: 100%;
    padding: 15px;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
}
.video-popup-content {
    max-width: calc(100% - 60px);
    width: 100%;
    margin: 0 auto;
    background-color: #ffffff;
    position: relative;
    min-height: calc(100% - 5px);
}
.elementor .video-popup-content video {
    position: absolute;
    width: calc(100% - 40px);
    height: calc(100% - 10px);
    top: 5px;
    left: 20px;
    right: 20px;
    bottom: 5px;
    object-fit: cover;
}
.elementor .video-popup-content iframe {
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: absolute;
    top: 0;
    left: 0;
}
.popup-close-button {
    position: absolute;
    top: 0;
    right: 0;
}
.popup-close-button a {
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #ffffff;
    font-size: 20px;
    font-weight: 400;
}
@media screen and (max-width: 575px) {
    .video-popup-content {
        min-height: 250px;
        width: 100%;
    }
    .elementor .video-popup-content video {
        width: calc(100% - 20px);
        left: 10px;
        right: 10px;
    }
}


/*******************************
SINGLE DIRECTOR TEMPLATE STYLE
*********************************/
.single-director-wrapper {
    background-color: #373737;
    padding: 50px 0;
}
.about-director-wrapper {
    position: relative;
    background-color: #28292A;
    display: grid;
    grid-template-columns: 320px 1fr;
    padding: 30px 0;
    background-image: url(../img/director-about-bg.svg);
    background-repeat: no-repeat;
    background-position: right top;
    background-size: auto 100%;
    z-index: 1;
}
.director-image-wrapper {
    padding: 0 30px;
}
.director-image-wrapper img {
    border-radius: 12px;
}
.director-image-view {
    height: 100%;
    width: 100%;
    background-repeat: no-repeat;
    background-position: top center;
    background-size: cover;
    border-radius: 12px;
}
.director-image-wrapper.default-thumbnail .director-image-view {
    background-position: center;
}
.director-information-top {
    padding-right: 30px;
    padding-bottom: 15px;
    display: grid;
    grid-template-columns: 1fr 220px;
    grid-gap: 20px;
    align-items: center;
}
.director-name-designation h3 {
    display: inline-block;
    position: relative;
    font-size: 40px;
    line-height: 49px;
    letter-spacing: 0.5px;
    color: #ffffff;
    text-transform: uppercase;
    margin: 0;
}
.director-name-designation h3::after {
    content: "";
    position: absolute;
    bottom: 10px;
    right: -20px;
    width: 10px;
    height: 10px;
    border-radius: 100%;
    background-color: #78C370;
}
.director-name-designation p {
    font-size: 24px;
    font-weight: 500;
    line-height: 36px;
    letter-spacing: 0.25px;
    color: #50B748;
    margin: 0;
}
.director-download-vcard {
    display: grid;
    grid-gap: 15px;
}
.director-download-vcard a {
    display: grid;
    grid-template-columns: auto auto;
    justify-content: center;
    grid-gap: 15px;
    align-items: center;
    width: 100%;
    background-color: #78C370;
    padding: 10px 15px;
    font-size: 14px;
    font-weight: 600;
    line-height: 23px;
    letter-spacing: 0.25px;
    text-transform: uppercase;
    color: #ffffff;
}
.director-about-tagline {
    padding-top: 15px;
    box-shadow: 0 -1px 1px -1px #919191;
}
.director-about-tagline p {
    font-size: 24px;
    font-weight: 300;
    line-height: 28px;
    color: #ffffff;
    margin: 0;
}
.director-contact-wrapper {
    display: grid;
    grid-template-columns: 1fr 100px;
    grid-gap: 20px;
    align-items: flex-end;
    padding-right: 30px;
    margin-top: 40px;
}
.director-contact-details ul {
    display: grid;
    grid-gap: 15px;
}
.director-contact-details ul li {
    display: grid;
    grid-template-columns: 20px 1fr;
    align-items: center;
    grid-gap: 20px;
}
.director-contact-details ul li {
    font-size: 20px;
    line-height: 28px;
}
.director-contact-details p {
    font-size: 20px;
    line-height: 28px;
    color: #ffffff;
}
.director-contact-details ul li .fa-phone {
    transform: rotate(90deg);
}
.director-contact-details ul li i {
    color: #50B848;
}
.director-contact-details ul li a {
    font-size: 20px;
    line-height: 28px;
    color: #ffffff;
}
.single-director-navigation .custom-headings {
    margin: 50px 0;
}
.single-director-content p:not(:first-child) {
    margin-top: 30px;
}
.single-director-content p, .single-director-content ul, .single-director-content li {
    font-size: 20px;
    line-height: 40px;
    color: #ffffff;
}
.single-director-navigation {
    background-color: #373737;
    padding-top: 50px;
    box-shadow: 0 -1px 1px -1px #ffffff;
}
.single-director-navigation-wrapper {
    display: flex;
    flex-flow: wrap row;
    gap: 20px;
    justify-content: space-between;
}
.single-director-prev {
    display: grid;
    flex-flow: wrap row;
    grid-template-columns: 150px 1fr;
    align-items: center;
    gap: 20px;
    background-color: #28292A;
    padding: 20px;
    width: calc(50% - 10px);
}
.prev-director-thumb {
    width: 150px;
    height: 150px;
}
.prev-director-details {
    width: calc(100% - 210px);
}
.prev-director-details p {
    font-size: 20px;
    line-height: 36px;
    letter-spacing: 0.25px;
    font-weight: 500;
    color: #50B748;
    margin: 0;
}
.prev-director-details h3, .prev-director-details h3 a {
    font-size: 24px;
    line-height: 29px;
    letter-spacing: 1.9px;
    text-transform: uppercase;
    color: #ffffff;
    margin: 0;
    display: inline-block;
    position: relative;
}
.single-director-next {
    display: grid;
    flex-flow: wrap row;
    grid-template-columns: 150px 1fr;
    align-items: center;
    gap: 20px;
    background-color: #28292A;
    padding: 20px;
    width: calc(50% - 10px);
}
.next-director-thumb {
    width: 150px;
    height: 150px;
}
.next-director-details {
    width: calc(100% - 210px);
}
.next-director-details h3, .next-director-details h3 a {
    font-size: 24px;
    line-height: 29px;
    letter-spacing: 1.9px;
    text-transform: uppercase;
    color: #ffffff;
    margin: 0;
    display: inline-block;
    position: relative;
}
.next-director-details h3::after {
    content: "";
    position: absolute;
    bottom: 5px;
    right: -20px;
    width: 10px;
    height: 10px;
    background-color: #78C370;
    border-radius: 100%;
}
.next-director-details p {
    font-size: 20px;
    line-height: 36px;
    letter-spacing: 0.25px;
    font-weight: 500;
    color: #50B748;
    margin: 0;
}
.prev-director-thumb a, .next-director-thumb a {
    display: flex;
    width: 100%;
    height: 100%;
    background-position: top center;
    background-repeat: no-repeat;
    background-size: cover;
    border-radius: 10px;
}
.prev-director-thumb.default-thumbnail a {
    background-position: center;
}
.next-director-thumb.default-thumbnail a {
    background-position: center;
}
@media screen and (max-width: 991px) {
    .about-director-wrapper {
        align-items: flex-start;
    }
    .director-image-wrapper {
        height: 300px;
    }
    .director-information-top {
        grid-template-columns: 100%;
    }
    .director-download-vcard {
        max-width: 300px;
    }
    .director-contact-wrapper {
        grid-template-columns: 100%;
    }
    .single-director-prev {
        width: 100%;
    }
    .single-director-next {
        width: 100%;
    }
}
@media screen and (max-width: 767px) {
    .about-director-wrapper {
        grid-template-columns: 100%;
    }
    .director-image-wrapper {
        max-width: 300px;
    }
    .director-information {
        padding: 30px;
    }
    .director-contact-wrapper {
        padding-right: 0;
    }
}
@media screen and (max-width: 480px) {
    .director-name-designation h3 {
        font-size: 30px;
        line-height: 40px;
    }
    .director-name-designation p {
        font-size: 18px;
        line-height: 25px;
    }
    .director-about-tagline p {
        font-size: 18px;
        line-height: 25px;
    }
    .director-contact-details ul li a {
        font-size: 16px;
        line-height: 24px;
    }
    .prev-director-details {
        width: 100%;
    }
    .next-director-details {
        width: 100%;
    }
    .single-director-next {
        grid-template-columns: 100%;
    }
    .next-director-details h3, .next-director-details h3 a {
        font-size: 20px;
    }
    .next-director-details p {
        font-size: 18px;
        line-height: 30px;
    }
    .single-director-prev {
        grid-template-columns: 100%;
    }
}
@media screen and (max-width: 460px) {
    .director-image-wrapper {
        max-width: 100%;
    }
}
@media screen and (max-width: 360px) {
    .about-director-wrapper {
        padding: 0;
    }
    .director-image-wrapper {
        padding: 15px;
    }
    .director-information {
        padding: 15px;
    }
    .single-director-next {
        padding: 15px;
    }
    .prev-director-thumb {
        width: 100%;
        height: 250px;
    }
    .next-director-thumb {
        width: 100%;
        height: 250px;
    }
}



/*******************************
CUSTOM TEAM WIDGETS STYLE
*********************************/
.custom-team-wrapper {
    position: relative;
    margin-top: 100px;
    z-index: 1;
}
.custom-team-wrapper::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 50%;
    /*background-color: #28292A;*/
    z-index: -1;
}
.custom-team-lists {
    position: relative;
    display: flex;
    flex-flow: wrap row;
    gap: 30px;
}
.member-item {
    position: relative;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top center;
    min-height: 550px;
    width: calc(33% - 20px);
    border-radius: 20px;
    z-index: 1;
}
.member-item::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(to top, rgba(0,0,0,1) 0%, rgba(0,0,0,0.53) 50%, rgba(0,0,0,0) 100%);
    border-radius: 20px;
    z-index: -1;
}
.member-item a {
    position: relative;
    display: flex;
    width: 100%;
    height: 100%;
}
.member-item-contents {
    position: absolute;
    bottom: 50px;
    left: 0;
    width: 100%;
    padding: 0 15px;
    text-align: center;
}
.member-item-contents h3 {
    font-family: 'Gilroy-ExtraBold';
    font-size: 24px;
    font-weight: 900;
    line-height: 29px;
    letter-spacing: 1.9px;
    color: #ffffff;
    text-transform: uppercase;
    margin: 0;
}
.member-item-contents p {
    font-size: 24px;
    font-weight: 500;
    line-height: 36px;
    letter-spacing: 0.25px;
    color: #50B748;
    margin: 0;
}
@media screen and (max-width: 1399px) {
    .member-item {
        width: calc(33% - 23px);
    }
}
@media screen and (max-width: 991px) {
    .member-item {
        width: calc(50% - 23px);
    }
}
@media screen and (max-width: 600px) {
    .custom-team-lists {
        justify-content: center;
    }
    .member-item {
        width: 100%;
        max-width: 400px;
    }
}



/*******************************
PAGE STYLE STYLE
*********************************/
.page-banner-area {
    position: relative;
    padding-top: 60px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    z-index: 1;
}
.page-banner-area::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,0.5);
    z-index: -1;
}
.page-banner-content {
    min-height: 400px;
    display: flex;
    align-items: center;
}
.page-banner-content h1 {
    font-size: 40px;
    color: #fff;
    text-transform: uppercase;
}
.blog-area {
    padding: 50px 0;
    background-color: #373737;
}
.blog-lists-area .blog-item {
    background-color: #28292A;
}
.custom-pagination {
    margin-top: 50px;
}
.pagination {
    gap: 10px;
}
.pagination li a {
    display: flex;
    width: 50px;
    height: 50px;
    align-items: center;
    justify-content: center;
    border: 1px solid #58595B;
    color: #ffffff;
    font-size: 15px;
}
.pagination .active a {
    background-color: #58595B;
}
.pagination li a i {
    color: #78C370;
}
@media screen and (max-width: 767px) {
    .page-banner-content {
        min-height: 250px;
    }
    .page-banner-content h1 {
        font-size: 30px;
        line-height: 45px;
    }
}


/*******************************
FOOTER AREA STYLE
*********************************/
.footer-area {
    background-color: #28292A;
    width: 100%;
}
.footer-top {
    padding: 50px 0;
}
.footer-top-wrapper {
    display: flex;
    flex-flow: wrap row;
    justify-content: space-between;
    align-items: center;
}
.footer-top-wrapper p {
    font-size: 16px;
    font-weight: 400;
    line-height: 32px;
    letter-spacing: 0.25px;
    color: #ffffff;
    margin: 0;
}
.footer-top-wrapper .footer-widgets-one {
    flex: 30% 0 0;
    padding-right: 50px;
}
.footer-top-wrapper .footer-widgets-four {
    flex: 20% 0 0;
}
.footer-top-wrapper .footer-widgets-five {
    flex: 25% 0 0;
}
.widgets-title {
    font-size: 18px;
    font-weight: 700;
    line-height: 23px;
    letter-spacing: 1.1px;
    color: #78C370;
    text-transform: uppercase;
    margin: 0 0 30px;
}
.footer-widgets-content .footer-logo, .widget_media_image {
    margin-bottom: 35px;
}
.footer-widgets-content ul li:not(:first-child) {
    margin-top: 10px;
}
.footer-widgets-content ul li a {
    font-size: 20px;
    font-weight: 300;
    letter-spacing: 0.15px;
    color: #ffffff;
}
.footer-widgets-content p {
    font-size: 18px;
    font-weight: 300;
    line-height: 30px;
    letter-spacing: 0.25px;
    color: #ffffff;
    margin: 0;
}
.footer-contact ul li {
    display: flex;
    gap: 20px;
}
.footer-contact ul li span {
    font-size: 22px;
    color: #ffffff;
}
.footer-contact ul li span .fa-phone {
    transform: rotate(90deg);
}
.footer-widgets-content form input {
    width: 100%;
    border-width: 0 0 1px;
    border-style: solid;
    border-color: #49555D;
    background-color: transparent;
    padding: 0 15px;
    font-size: 18px;
    color: #ffffff;
    font-weight: 300;
    line-height: 45px;
}
.footer-widgets-content form input::-webkit-input-placeholder { /* Edge */
    color: #ffffff;
}
.footer-widgets-content form input:-ms-input-placeholder { /* Internet Explorer 10-11 */
    color: #ffffff;
}
.footer-widgets-content form input::placeholder {
    color: #ffffff;
}
.footer-widgets-content form input:focus {
    outline: none;
}
.footer-widgets-content .cutom-heading-buttons button {
    min-height: 45px;
    min-width: 180px;
}
.footer-widgets-content .cutom-heading-buttons button:focus {
    outline: none;
}
.footer-widgets-content .cutom-heading-buttons button span::after {
    width: 25px;
    height: 26px;
}
.footer-bottom {
    position: relative;
    padding: 30px 0;
    border-top: 1px solid #324048;
}
.footer-bottom-wrapper {
    display: flex;
    justify-content: space-between;
    flex-flow: wrap row;
}
.footer-bottom-wrapper p {
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    letter-spacing: 0.25px;
    color: #ffffff;
    margin: 0;
}
.footer-menu {
    display: flex;
    align-items: center;
    gap: 30px;
}
.footer-menu ul {
    display: flex;
    gap: 30px;
}
.footer-menu ul li a {
    font-size: 16px;
    font-weight: 500;
    line-height: 21px;
    color: #868694;
    text-transform: uppercase;
}
a.scrolltop {
    position: absolute;
    top: 50%;
    right: 80px;
    transform: translate(0, -50%);
    display: flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    background-color: #58595B;
    border-radius: 100%;
    color: #ffffff;
    font-weight: 300;
}
@media screen and (max-width: 1600px) {
    a.scrolltop {
        right: 15px;
    }
}
@media screen and (max-width: 1075px) {
    .footer-top-wrapper .row {
        gap: 30px;
    }
    .footer-top-wrapper .col {
        flex: calc(50% - 20px);
    }
}
@media screen and (max-width: 767px) {
    .footer-top-wrapper .col {
        flex: 100%;
    }
    .footer-top-wrapper .col.footer-widgets-two, .footer-top-wrapper .col.footer-widgets-three {
        flex: calc(50% - 15px) 0 0;
    }
    .copyright {
        width: 100%;
        text-align: center;
    }
    .footer-menu {
        width: 100%;
        justify-content: center;
    }
}
@media screen and (max-width: 575px) {
    .footer-menu ul li a {
        font-size: 16px;
        line-height: 30px;
    }
}
@media screen and (max-width: 480px) {
    .footer-top-wrapper .col.footer-widgets-two, .footer-top-wrapper .col.footer-widgets-three {
        flex: 100% 0 0;
    }
}

.service-details-cotnent ul li::before, .eti-text ul li::before {
    content: "";
    position: absolute;
    /* top: 50%; */
    top: 2px;
    left: 0;
    background-image: url(../img/heading-icon.svg);
    background-repeat: no-repeat;
    background-position: left center;
    background-size: 23px auto;
    width: 16px;
    height: 22px;
    /* transform: translate(0, -50%); */
    background-size: contain;
}
.service-details-cotnent ul li {
    position: relative;
    padding-left: 25px;
    line-height: 26px;
    margin-bottom: 20px;
}


/* theme style */

.single-solution.iot-geotab-vehicle-telematics .single-service-img, .single-solution.iot .single-service-img {
    display: none;
}
.single-solution.iot-geotab-vehicle-telematics .single-service-wrapper .single-blog-content, .single-solution.iot .single-service-wrapper .single-blog-content {
    width: 100%;
}
.single-solution.iot-geotab-vehicle-telematics .single-service-wrapper .service-sidebar, .single-solution.iot .single-service-wrapper .service-sidebar {
    display: none;
}
.single-solution.iot-geotab-vehicle-telematics .single-service-wrapper .single-blog-content .service-title, .single-solution.iot .single-service-wrapper .single-blog-content .service-title {
    display: none;
}
.single-solution.iot-geotab-vehicle-telematics .single-service-wrapper .single-blog-content .single-service-content-wrapper {
    background-color: transparent;
    padding: 0;
}
.oit-image-sec img {
    width: 100%;
}

.single-solution-video-wrapper {
    margin-top: 50px;
}

.home #widget_button_option_1, .home #widget_popup_option_2 {
    display: none !important;
}
.keyless-entry .single-service-content-wrapper .service-title {
    display: none;
}
.privacy-policy .page-content h2, .privacy-policy .page-content h3 {
    margin-bottom: 0;
}
/* .privacy-policy .page-content p {
    margin-bottom: 10px;
} */
.terms-and-conditions .page-content p, .terms-and-conditions .page-content ul li {
    margin-bottom: 15px;
}
.marker-animation div[role="button"] {
    position: relative;
    transform: rotateX(55deg);
    -webkit-transform: rotateX(55deg);
    overflow: visible !important;
}
/* .marker-animation div[role="button"]::before {
    content: "";
    position: absolute;
    bottom: -13px;
    left: 21px;
    width: 15px;
    height: 15px;
    background-color: #78c370;
    border-radius: 100%;
    z-index: -2;
} */
.marker-animation div[role="button"]::after {
    content: "";
    position: absolute;
    bottom: -25px;
    left: 9px;
    height: 40px;
    width: 40px;
    box-shadow: 0 0 1px 2px #78C370;
    border-radius: 100%;
    -webkit-animation: rollingMarker 4s 0.7s ease-in-out infinite;
    -moz-animation: rollingMarker 4s 0.7s ease-in-out infinite;
    animation: rollingMarker 4s 0.7s ease-in-out infinite;
    animation-delay: 1s;
    opacity: 0;
    z-index: -1;
}
.marker-animation div[role="button"] img {
    position: relative;
    animation: bounce 2s linear infinite;
    -webkit-animation: bounce 2s linear infinite;
    -moz-animation: bounce 2s linear infinite;
}
@keyframes bounce {
    0% {transform: translateY(0);}
    40% {transform: translateY(-30px);}
    60% {transform: translateY(-15px);}
}
@-moz-keyframes bounce {
    0% {transform: translateY(0);}
    40% {transform: translateY(-30px);}
    60% {transform: translateY(-15px);}
}
@-webkit-keyframes bounce {
    0% {transform: translateY(0);}
    40% {transform: translateY(-30px);}
    60% {transform: translateY(-15px);}
}

@-moz-keyframes rollingMarker {
    0% {
        transform: scale(0.1, 0.1);
        -webkit-transform: scale(0.1, 0.1);
        opacity: 0;
    }
    50% {
        opacity: 1;
    }
    100% {
        transform: scale(1.2, 1.2);
        -webkit-transform: scale(1.2, 1.2);
        opacity: 0;
    }
}
@-webkit-keyframes rollingMarker {
    0% {
        transform: scale(0.1, 0.1);
        -webkit-transform: scale(0.1, 0.1);
        opacity: 0;
    }
    50% {
        opacity: 1;
    }
    100% {
        transform: scale(1.2, 1.2);
        -webkit-transform: scale(1.2, 1.2);
        opacity: 0;
    }
}
@keyframes rollingMarker {
    0% {
        transform: scale(0.1, 0.1);
        -webkit-transform: scale(0.1, 0.1);
        opacity: 0;
    }
    50% {
        opacity: 1;
    }
    100% {
        transform: scale(1.2, 1.2);
        -webkit-transform: scale(1.2, 1.2);
        opacity: 0;
    }
}

.iot .service-item-content h3 {
    font-size: 16px;
}

@media only screen and (max-width: 767px) {
    .single-service-padding {
        padding: 0;
    }
}


/* YOUTUBE VIDEO STYLE */
.video-wrapper {
    position: relative;
    width: 100%;
    height: 100%;
    overflow: hidden;
}
.tv {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    width: 100%;
    height: 100%;
    overflow: hidden;
}
.tv .screen {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1;
    margin: auto;
    transition: opacity 0.5s;
}

/* 404 page */
.not-found-page-content {
    padding-top: 125px;
    padding-bottom: 72px;
}
.not-found-page-content .row {
    align-items: center;
}
.error-content h1 {
    font-size: 52px;
    font-weight: 600;
    line-height: 45px;
    color: #50B748;
    margin-bottom: 11px;
}
.error-content p {
    margin-bottom: 40px;
    font-size: 16px;
}
.cutom-heading-buttons.error-content .back-top-home {
    min-width: 266px;
}
@media only screen and (max-width: 767px) {
    .error-content {
        text-align: center;
    }
}




/*Aspect Landing page*/

.container-aspect {
    max-width: 1331px;
}
.aspect-slider-area-inner .container-aspect {
    max-width: 2660px
}
.aspect-slider-area {
    height: calc(100vh - 184px);
    min-height: 1200px;
    background-repeat: no-repeat;
    background-position: left;
    background-size: contain;
    position: relative;
    background-color: #2E2E2E;
    margin-bottom: 184px;
}
.aspect-slider-area-inner {
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-size: auto;
    background-position: bottom right;
}
.aspect-slider-area::before {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background-color: rgba(46, 46, 46, 0.5);
}
.aspect-slider-area .container {
    height: 100%;
}
.aspect-slider-row {
    height: 100%;
    display: flex;
}
.aspect-slider-content {
    width: calc(100% - 1148px);
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding-top: 164px;
}
.aspect-slider-content h3 {
    font-size: 86px;
    line-height: 116px;
    font-family: Poppins;
    color: #fff;
    max-width: 1228px;
}
.aspect-slider-buttons {
    margin-top: 122px;
    display: flex;
    align-items: center;
}
.aspect-slider-button1 {
    width: 508px;
    height: 144px;
    background-color: #50B848;
    border-radius: 10px;
    font-family: Poppins;
    font-style: normal;
    font-weight: bold;
    font-size: 40px;
    line-height: 40px;
    color: #fff;
    text-transform: uppercase;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all .3s;
}
.aspect-slider-button1:focus {
    color: #fff;
}
.aspect-slider-button1 span {
    width: 80px;
    height: 80px;
    border-radius: 50%;
    background-color: #FFFFFF;
    box-shadow: 0px 4px 11px rgba(59, 134, 54, 0.96);
    display: flex;
    align-items: center;
    justify-content: center;
    margin-left: 36px;
}
.aspect-slider-content-style2 h3 {
    font-size: 79px;
    line-height: 75px;
    font-weight: 500;
    margin: 0;
}
.aspect-slider-content-style2 img {
    margin-bottom: 20px;
}
.aspect-slider-buttons.style2 .aspect-slider-button1 {
    width: 668px;
    font-size: 36px;
}
.aspect-slider-content-style2 h3 strong {
    font-weight: 500;
    color: #50B848;
}
.aspect-slider-button1:hover {
    color: #fff;
    border: 2px solid #50B848;
    background-color: transparent;
}
.aspect-slider-buttons .intro-buttons {
    margin-top: 0;
    margin-left: 29px;
}
.aspect-slider-buttons .intro-buttons a {
    width: 508px;
    height: 144px;
    border-radius: 10px;
    border-width: 4px;
    font-weight: bold;
    font-size: 40px;
    line-height: 40px;
    color: #fff;
    text-transform: uppercase;
}
.aspect-slider-form {
    display: flex;
    align-items: flex-end;
    margin-bottom: -184px;
    width: 1148px;
}
.aspect-slider-form-wrapper {
    background-color: #50B848;
    border-radius: 36px 36px 36px 0;
    padding: 200px 154px 154px 150px;
    position: relative;
}
.aspect-slider-animated-bg {
    position: absolute;
    bottom: 0;
    left: 0;
}
/* .slider-style-s5g {
    overflow: hidden;
} */
.slider-style-s5g .aspect-slider-area-inner {
    position: relative;
    z-index: 1;
}
.slider-style-s5g .aspect-slider-content-style2 h3 {
    font-size: 82px;
    line-height: 118px;
    color: #fff;
    font-weight: 600;
}
.slider-style-s5g .aspect-slider-content-style2 img {
    display: none;
}
.slider-style-s5g .aspect-slider-buttons .intro-buttons {
    margin-left: 0;
}
.slider-style-s5g .aspect-slider-buttons .intro-buttons a {
    background-color: #78C370;
}

.aspect-form-image {
    width: 222px;
    height: 222px;
    background-color: #fff;
    border-radius: 36px 36px 0px 36px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: -92px;
    left: -120px;
    box-shadow: rgba(255, 255, 255, 0.1) 0px 1px 1px 0px inset, rgba(50, 50, 93, 0.25) 0px 50px 100px -20px, rgba(0, 0, 0, 0.3) 0px 30px 60px -30px;
}
.aspect-form-title h2 {
    font-family: Poppins;
    font-weight: 600;
    font-size: 74px;
    line-height: 74px;
    color: #fff;
    margin-bottom: 64px;
}
.page-id-5484 .aspect-form-title h2 {
    font-size: 49px;
    line-height: 60px;   
}
.aspect-form-box input {
    height: 44px;
    margin-top: 40px !important;
    outline: none;
    border: none;
    background: none;
    border-bottom: 3px solid #7AC672;
    border-bottom: 3px solid #7AC672;
    color: #fff;
    font-size: 16px !important;
    line-height: 18px;
}
.aspect-form-box input {
    height: 128px;
    margin-top: 0 !important;
    outline: none;
    border: none;
    background: none;
    border-bottom: 4px solid #7AC672;
    color: #fff;
    font-size: 32px !important;
    line-height: 36px;
    padding: 0 !important;
    transition: all .3s;
}
.aspect-form-box input:focus {
    border-bottom: 4px solid #fff;
}
.aspect-form-box input::placeholder {
  color: #fff;
  opacity: 1;
}
.aspect-form-box input:-ms-input-placeholder {
  color: #fff;
}
.aspect-form-box input::-ms-input-placeholder {
  color: #fff;
}
.aspect-form-box .gform_button {
    width: 494px;
    height: 140px;
    background: #FFFFFF;
    border-radius: 10px;
    margin-bottom: 0 !important;
    font-family: Poppins;
    font-weight: bold;
    font-size: 42px !important;
    line-height: 36px;
    text-transform: uppercase;
    color: #50B848;
    margin-top: 90px !important;
}
.aspect-download-popup-area {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    background-color: rgba(0, 0, 0, .8);
    align-items: center;
    justify-content: center;
    z-index: 999;
    display: none;
}
.aspect-download-popup-area.popup-open {
    display: flex;
}

.aspect-download-popup {
    width: 100%;
    max-width: 680px;
    background-color: #fff;
    padding: 50px 30px;
    border-top: 5px solid #50B848;
    border-radius: 6px;
    position: relative;
}
.aspect-download-popup > a {
    position: absolute;
    top: 0;
    right: 0;
    font-size: 27px;
    background-color: #50B848;
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    line-height: 27px;
}
.aspect-download-title h2 {
    font-family: Poppins;
    font-weight: 600;
    font-size: 37px;
    line-height: 37px;
    color: #50B848;
    margin-bottom: 28px;
}
.aspect-download-popup .gform_wrapper .gfield_error [aria-invalid="true"] {
    border: none;
    border-bottom: 2px solid #c02b0a;
}
.aspect-download-form input {
    height: 56px;
    margin-top: 0 !important;
    outline: none;
    border: none;
    border-bottom-color: currentcolor;
    border-bottom-style: none;
    border-bottom-width: medium;
    background: none;
    border-bottom: 2px solid #7AC672;
    color: #7AC672;
    font-size: 16px !important;
    line-height: 18px;
    padding: 0 !important;
    transition: all .3s;
}
.aspect-download-form .gform_wrapper .gfield_validation_message, .aspect-download-form .gform_wrapper .validation_message {
    background: transparent;
    border: none;
    font-size: 12px;
    margin-top: 0;
    padding: 0;
    padding-top: 3px !important;
}
/*.aspect-download-form input:focus {
    border-bottom: 2px solid #fff;
}*/
.aspect-download-form input::placeholder {
  color: #7AC672;
  opacity: 1;
}
.aspect-download-form input:-ms-input-placeholder {
  color: #7AC672;
}
.aspect-download-form input::-ms-input-placeholder {
  color: #7AC672;
}
.aspect-download-form .gform_button {
    width: 215px;
    height: 60px;
    background: #7AC672;
    border-radius: 5px;
    margin-bottom: 0 !important;
    font-family: Poppins;
    font-weight: 600;
    font-size: 21px !important;
    line-height: 18px;
    text-transform: uppercase;
    color: #fff;
    margin-top: 34px !important;
}
.page-id-5597 .header-area .menu-area .container, .page-id-5404 .header-area .menu-area .container, .page-id-5484 .header-area .menu-area .container, .page-id-5803 .header-area .menu-area .container {
        max-width: 2660px
}
.aspect-slider-content .intro-buttons a span::after {
    content: "";
    position: absolute;
    top: 50%;
    left: 45%;
    width: 64px;
    height: 64px;
    border-top-right-radius: 100%;
    border-bottom-right-radius: 100%;
    border: 2px solid #ffffff;
    border-top-left-radius: 100%;
    border-left: 0;
    border-bottom-left-radius: 100%;
    transform: translate(0, -50%);
}
.page-id-5484 .aspect-slider-content-style2 h3 {
    max-width: 617px;
    line-height: 109px;
}
.smart-bin-slider .aspect-slider-content-style2 h3 {
    font-weight: 500;
    font-size: 132px;
    line-height: 150px;
}
.slider-style-scradlepoint .aspect-slider-content-style2 > img {
    max-width: 211px;
    margin-bottom: 26px;
}
.slider-style-scradlepoint .ascr-ttl2 {
    margin-top: 26px;
    color: #fff;
    font-size: 24px;
    line-height: 38px;
    font-weight: 400;
    margin-bottom: 0;
    letter-spacing: -0.01em;
    font-family: 'Poppins';
    max-width: 668px;
}
.slider-style-scradlepoint .aspect-form-image img {
    max-width: 96px !important;
}
.wi-banner .aspect-slider-content h3 {
    font-size: 68px;
    line-height: 81px;
    font-weight: 500;
    color: #50B848;
    max-width: 1212px;
}
.wi-banner .aspect-slider-buttons {
    margin-top: 88px;
}
.wi-banner .aspect-slider-buttons .intro-buttons {
    margin-left: 0;
}
.wi-banner .aspect-slider-content h3 span h2 {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 600;
    font-size: 116px;
    line-height: 146px;
    color: #FFFFFF;
    margin-bottom: 32px;
}
.wi-page .aspect-slider-area .container {
    max-width: 2600px;
} 
.wi-banner .aspect-form-image img {
    width: 108px;
}
/* .wi-banner .aspect-slider-buttons .intro-buttons a {
    width: 482px;
    height: 124px;
    font-size: 32px;
} */
.wi-banner .aspect-slider-content h3 img {
    display: block;
    margin-bottom: 36px;
    max-width: 400px;
}
@media only screen and (max-width: 2700px) {
    .page-id-5597 .header-area .menu-area .container, .page-id-5404 .header-area .menu-area .container, .page-id-5484 .header-area .menu-area .container, .page-id-5803 .header-area .menu-area .container {
            max-width: 1600px
    }
    .page-id-5484 .aspect-slider-content-style2 h3 {
        max-width: 308px;
        line-height: 55px;
    }
    .aspect-slider-area-inner .container-aspect {
        max-width: 1331px;
    }
    .aspect-slider-content {
        width: calc(100% - 574px);
        padding-top: 82px;
    }
    .aspect-slider-area {
        height: calc(100vh - 92px);
        min-height: 600px;
        margin-bottom: 92px;
    }
    .aspect-slider-form {
        margin-bottom: -92px;
        width: 574px;
    }
    .aspect-slider-content h3 {
        font-size: 43px;
        line-height: 58px;
        font-family: Poppins;
        color: #fff;
        max-width: 641px;
    }
    .page-id-5597 .aspect-slider-content h3 {
        font-size: 41px;
        line-height: 53px;
    }
    .aspect-slider-buttons {
        margin-top: 61px;
    }
    .aspect-slider-buttons .intro-buttons a {
        width: 254px;
        height: 72px;
        border-radius: 5px;
        border-width: 2px;
        font-size: 20px;
        line-height: 20px;
    }
    .aspect-slider-buttons .intro-buttons a.watm-btn {
        width: 369px;
    }
    .aspect-slider-form-wrapper {
        border-radius: 18px 18px 18px 0;
        padding: 51px 77px 65px 75px;
    }
    .aspect-form-image {
        width: 111px;
        height: 111px;
        border-radius: 18px 18px 0px 18px;
        top: -46px;
        left: -60px;
    }
    .aspect-form-image img {
        max-width: 45px!important;
    }
    .page-id-5404 .aspect-form-image img {
        max-width: 72px!important;
    }
    .page-id-5484 .aspect-form-image img {
        max-width: 80px!important;
    }
    .page-id-5803 .aspect-form-image img {
        max-width: 82px!important;
    }
    .page-id-6090 .aspect-form-image img {
        max-width: 54px!important;
    }
    .page-id-5484 .aspect-slider-content-style2 img {
        max-width: 300px;
    }
    .page-id-6090 .aspect-slider-content-style2 img {
        max-width: 160px;
    }
    .page-id-5803 .aspect-slider-animated-bg img {
        max-width: 895px;
    }
    .aspect-form-title h2 {
        font-size: 37px;
        line-height: 37px;
        margin-bottom: 32px;
    }
    .page-id-5484 .aspect-form-title h2 {
        font-size: 26px;
        line-height: 32px;   
    }
    .aspect-form-box input {
        height: 64px;
        border-bottom: 2px solid #7AC672;
        color: #fff;
        font-size: 16px !important;
        line-height: 18px;
    }
    .aspect-form-box input:focus {
        border-bottom: 2px solid #fff;
    }
    .aspect-form-box .gform_button {
        width: 247px;
        height: 70px;
        border-radius: 5px;
        font-size: 21px !important;
        line-height: 18px;
        margin-top: 18px !important;
    }
    .aspect-slider-area-inner {
        background-size: 700px;
    }
    .aspect-slider-content .intro-buttons a span::after {
        width: 32px;
        height: 32px;
        border: 1px solid #ffffff;
    }
    .aspect-slider-content .intro-buttons a span img {
        max-width: 46px!important;
    }
    .aspect-slider-content h3 img {
        max-width: 209px;
    }
    .aspect-slider-button1 {
        width: 254px;
        height: 72px;
        border-radius: 5px;
        font-size: 20px;
        line-height: 20px;
    }
    .aspect-slider-button1 span {
        width: 40px;
        height: 40px;
        margin-left: 18px;
    }
    .aspect-slider-button1 span img {
        max-width: 14px;
    }
    .aspect-slider-buttons.style2 .aspect-slider-button1 {
        width: 334px;
        font-size: 18px;
        max-width: 100%;
    }
    .page-id-5484 .aspect-slider-content-style2 h3 img {
        max-width: 66px;
        margin-top: 13px;
    }
    .slider-style-s5g .aspect-slider-content-style2 h3 {
        font-size: 41px;
        line-height: 59px;
    }
    .smart-bin-slider .aspect-slider-content-style2 h3 {
        font-size: 66px;
        line-height: 73px;
    }
    .wi-page .container {
        max-width: 1300px;
    }
    .wi-banner .aspect-slider-content h3 img {
        display: block;
        margin-bottom: 18px;
    }
    .wi-banner .aspect-slider-content h3 {
        font-size: 34px;
        line-height: 41px;
        font-weight: 500;
        color: #50B848;
        max-width: 606px;
    }
    .wi-banner .aspect-slider-buttons {
        margin-top: 44px;
    }
    .wi-banner .aspect-slider-buttons .intro-buttons {
        margin-left: 0;
    }
    .wi-banner .aspect-slider-content h3 span h2 {
        font-family: 'Poppins';
        font-style: normal;
        font-weight: 600;
        font-size: 58px;
        line-height: 73px;
        color: #FFFFFF;
        margin-bottom: 16px;
    }
    .wi-page .aspect-slider-area .container {
        max-width: 1300px;
    } 
    .wi-banner .aspect-form-image img {
        width: 54px;
    }
    /* .wi-banner .aspect-slider-buttons .intro-buttons a {
        width: 242px;
        height: 62px;
        font-size: 16px;
    } */
    .wi-banner .aspect-slider-content h3 img {
        max-width: 200px;
    }
    .page-id-9942 .aspect-slider-button1 {
        width: 282px;
    }
    .page-id-9942 .intro-buttons a span {
        width: 39px;
    }
}
@media only screen and (max-width: 2300px) {
    .aspect-slider-area-inner {
        background-size: 544px;
    }   
}
@media only screen and (max-width: 1600px) {
    .aspect-slider-form-wrapper {
        padding: 80px 57px 75px 55px;
    }
    .aspect-form-box input {
        height: 51px;
    }
    .aspect-form-title h2 {
        font-size: 32px;
        line-height: 32px;
        margin-bottom: 21px;
    }
    .aspect-form-box .gform_button {
        margin-top: 28px !important;
    }
}
@media only screen and (max-width: 1450px) {
    .aspect-slider-area {
        height: calc(100vh - 71px);
    }
    .aspect-slider-form-wrapper {
        padding: 70px 30px 50px 30px;
    }
    .aspect-form-box input {
        height: 54px;
    }
    .aspect-form-title h2 {
        font-size: 30px;
        line-height: 30px;
        margin-bottom: 15px;
    }
    .aspect-slider-area-inner {
        background-image: none!important;
    }
    #gform_submit_button_1 {
        width: 180px;
        height: 55px;
        margin-top: 23px !important;
    }
    .aspect-slider-form {
        margin-bottom: -84px;
        align-items: center;
    }
    .aspect-slider-area.slider-style-scradlepoint {
        margin-bottom: 0;
    }
}
@media only screen and (max-width: 1150px) {
    .aspect-slider-area {
        height: calc(100vh - 71px);
        margin-bottom: 0;
    }
    .aspect-slider-form {
        width: 450px;
        margin-bottom: 0;
        align-items: center;
    }
    .aspect-slider-content {
        width: calc(100% - 450px);
    }
}
@media only screen and (max-width: 991px) {
    .aspect-slider-area {
        height: auto;
        padding-top: 111px;
        padding-bottom: 80px;
    }
    .aspect-slider-row {
        flex-wrap: wrap;
    }
    .aspect-slider-content {
        width: 100%;
        padding: 0;
        margin-bottom: 50px;
    }
    .aspect-slider-content h3 {
        font-size: 33px;
        line-height: 46px;
    }
    .aspect-slider-buttons {
        margin-top: 22px;;
    }
    .aspect-slider-button1, .aspect-slider-buttons .intro-buttons a {
        width: 234px;
        height: 58px;
        font-size: 16px;
    }
    .aspect-slider-buttons .intro-buttons a.watm-btn {
        width: 262px;
        font-size: 12px;
    }
    .aspect-slider-form {
        width: 100%;
    }
    .aspect-slider-form-wrapper, .zf-right-form .aspect-slider-form-wrapper {
        width: 100%;
        border-radius: 5px;
    }
    .aspect-form-image {
        display: none;
    }
}
@media only screen and (max-width: 500px) {
    .aspect-slider-buttons {
        flex-wrap: wrap;
    }
    .aspect-slider-buttons .intro-buttons {
        margin-top: 20px;
        margin-left: 0;
    }
    .aspect-slider-buttons {
        flex-wrap: wrap;
        flex-direction: column;
    }
    .aspect-slider-form-wrapper, .zf-right-form .aspect-slider-form-wrapper {
        padding: 40px 15px;
    }
}


.aspect-video-area {
    padding-top: 166px;
    padding-bottom: 164px;
}
.aspect-video-wrapper {
    background-color: #F8F8F8;
    border-radius: 24px;
    position: relative;
    padding: 66px 56px 66px 64px;
    display: flex;
    align-items: center;
}
.aspect-video-area.style2 .aspect-video-wrapper {
    padding-top: 100px;
    padding-bottom: 100px;
}
.aspect-video-area.style2 h2 {
    margin-bottom: 22px;
}
.aspect-video-preview {
    width: 590px;
    height: 434px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    border-radius: 24px;
    overflow: hidden;
    background-color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
}
.aspect-video-area.style2 .aspect-video-preview {
    position: relative;
    overflow: inherit;
}

.aspect-box-area.style2 {
    padding-bottom: 182px;
}
.aspect-box-area.style2 .aspect-box-list {
    flex-wrap: wrap;
}
.aspect-box-area.style2 .aspect-box-single {
    width: calc(33.333% - 17px);
    padding: 33px;
    padding-bottom: 40px;
    margin-bottom: 26px;
}
.aspect-box-area.style2 .aspect-box-single-content p {
    min-height: 156px;
}
.aspect-box-area.style2 .aspect-box-single-content h4 {
    max-width: 336px;
}
.aspect-video-area.style2 .aspect-video-preview > a::after, .page-id-5597  .aspect-video-preview > a::after {
    top: calc(50% - 13px);
}
.aspect-video-preview .aspect-v1 {
    position: absolute;
    top: -60px;
    left: 14px;
}
.aspect-video-preview .aspect-v2 {
    position: absolute;
    left: -44px;
    bottom: -41px;
}
.aspect-video-preview .aspect-v3 {
    position: absolute;
    bottom: -142px;
    right: -45px;
}
.crypto-ranson .aspect-video-area.style2 .aspect-v2 {
    max-width: 78px;
}
.crypto-ranson .aspect-video-area.style2 .aspect-v1 {
    max-width: 83px;
}
.crypto-ranson .aspect-video-area.style2 {
    padding-top: 49px;
}
.crypto-ranson .aspect-video-area.style2 .aspect-video-wrapper {
    flex-direction: row-reverse;
}
.crypto-ranson .aspect-video-content {
    padding-left: 0;
    padding-right: 70px;
}
.crypto-ranson .aspect-video-p1 {
    right: inherit;
    left: -64px;
}

.aspect-video-content {
    width: calc(100% - 590px);
    padding-left: 70px;
}
.aspect-video-preview > a {
    margin-right: 21px;
    margin-top: 41px;
    position: relative;
}
.aspect-video-area.style2 .aspect-video-preview > a::after, .page-id-5597 .aspect-video-preview > a::after {
    top: calc(50% - 15px);
}
.aspect-video-preview > a::after {
    content: "";
    position: absolute;
    left: 50%;
    top: calc(50% - 9px);
    transform: translateX(-50%) translateY(-50%);
    display: block;
    width: 114px;
    height: 114px;
    border: 3px solid #50B848;
    border-radius: 50%;
    animation: pulse-border 1.5s ease-out infinite;
    z-index: 1;
}
@keyframes pulse-border {
  0%   {
    transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
    opacity: 1;
  }
  100% {
    transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
    opacity: 0;
  }
}
.aspect-video-content h2 {
    font-family: Poppins;
    font-weight: 600;
    font-size: 38px;
    line-height: 53px;
    color: #50B848;
    margin-bottom: 41px;
}
.aspect-video-content p {
    font-size: 24px;
    line-height: 46px;
    color: #353535;
}
.aspect-video-p1 {
    position: absolute;
    right: -64px;
    bottom: -37px;
}
@media only screen and (max-width: 1170px) {
    .aspect-video-area {
        padding-top: 80px;
        padding-bottom: 80px;
    }
    .aspect-video-wrapper {
        padding: 20px;
    }
}
@media only screen and (max-width: 991px) {
    .aspect-video-wrapper {
        flex-wrap: wrap;
    }
    .aspect-video-preview {
        width: 100%;
        margin-bottom: 25px;
    }
    .aspect-video-content {
        width: 100%;
        padding: 0;
    }
    .aspect-video-content h2 {
        font-size: 30px;
        line-height: 45px;
        margin-bottom: 4px;
    }
    .aspect-video-content p {
        font-size: 22px;
        line-height: 32px;
        color: #353535;
    }
    .aspect-video-area.style2 .aspect-video-preview > img {
        display: none;
    }
    .crypto-ranson .aspect-video-content {
        padding-right: 0;
    }
}
@media only screen and (max-width: 500px) {
    .aspect-video-area .container.container-aspect {
        padding: 0;
    }
    .aspect-video-preview {
        height: 250px;
    }
}

.aspect-box-area {
    padding-bottom: 272px;
    background-color: #F8F8F8;
}
.aspect-box-upper {
    background-color: #50B848;
    padding-top: 127px;
    padding-bottom: 292px;
}
.aspect-box-upper {
    background-color: #50B848;
    padding-top: 127px;
    padding-bottom: 292px;
    text-align: center;
    color: #fff;
}
.aspect-box-title h2 {
    font-family: Poppins;
    font-weight: 600;
    font-size: 60px;
    line-height: 65px;
    margin-bottom: 32px;
}
.aspect-box-title p {
    max-width: 928px;
    margin: 0 auto;
    font-size: 32px;
    line-height: 56px;
}
.aspect-box-list {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    margin-top: -227px;
}
.aspect-box-single {
    width: calc(25% - 25px);
    background: #FFFFFF;
    border-radius: 12.1975px;
    padding: 22px 24px 40px;
    text-align: center;
}
.aspect-box-single .image {
    width: 100%;
    height: 173px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    margin-bottom: 41px;
}
.aspect-box-single-content h4 {
    max-width: 211px;
    margin: 0 auto;
    min-height: 57px;
    margin-bottom: 26px;
    font-size: 24px;
    line-height: 28px;
    text-transform: uppercase;
    display: flex;
    align-items: center;
    justify-content: center;
}
.aspect-box-single-content p {
    font-size: 20px;
    line-height: 26px;
    color: #353535;
    min-height: 90px;
}
@media only screen and (max-width: 1170px) {
    .aspect-box-upper {
        padding-top: 82px;
    }
    .aspect-box-title h2 {
        font-size: 48px;
        line-height: 57px;
        margin-bottom: 6px;
    }
    .aspect-box-title p {
        max-width: 928px;
        font-size: 22px;
        line-height: 28px;
    }
    .aspect-box-area {
        padding-bottom: 192px;
    }
}
@media only screen and (max-width: 991px) {
    .aspect-box-list {
        margin-top: 38px;
        flex-wrap: wrap;
    }
    .aspect-box-upper {
        padding-bottom: 45px;
        padding-top: 45px;
    }
    .aspect-box-single, .aspect-box-area.style2 .aspect-box-single {
        width: 100%;
        margin-bottom: 30px;
    }
    .aspect-box-single-content h4, .aspect-box-single-content p {
        min-height: auto;
    }

}



.aspect-cta-area .service-cta-area {
    padding: 45px 88px 42px 63px;
    margin-top: -90px;
}
.aspect-cta-area .service-cta-content h2 {
    font-family: Poppins;
    font-weight: 800;
    font-size: 30px;
    line-height: 45px;
    margin: 0;
}
.aspect-cta-area .service-cta-content {
    width: calc(100% - 300px);
}
.aspect-cta-area .cutom-heading-buttons a {
    border-radius: 5px;
}
.aspect-cta-area .service-cta-area::after {
    background-image: url(../img/aspect/cta-bg2.png);
    left: calc(100% - 51px);
    top: 0;
}
@media only screen and (max-width: 767px) {
    .service-cta-area::after {
        display: none;
    }
    .aspect-cta-area .service-cta-area {
        padding: 30px 15px;
        flex-direction: column;
        align-items: flex-start;
        max-width: 100%;
        border-radius: 7px;
    }
    .aspect-cta-area .service-cta-content {
        width: 100%;
    } 
}


.blog-content-wrapper.aspect-blog {
    background-color: #fff;
    padding-top: 130px;
    padding-bottom: 148px;
}
.aspect-blog .custom-headings {
    justify-content: center;
    margin-bottom: 70px;
}
.aspect-blog .custom-headings h3 {
    color: #50B848;
    font-size: 60px;
    line-height: 65px;
    font-family: Poppins;
    text-transform: none;
    font-weight: 600;
}
.aspect-blog .custom-headings h3::before, .aspect-blog .custom-headings h3::after {
    display: none;
}
.aspect-blog .blog-thumbs {
    height: 173px;
}
.aspect-blog .blog-item-contents {
    padding: 21px 26px 37px;
}
.aspect-blog .blog-item-contents h3 {
    font-family: Poppins;
    font-weight: 600;
    font-size: 15px;
    line-height: 22px;
    min-height: 112px;
    color: #2E2E2E;
}
.aspect-blog .blog-item {
    width: calc(25% - 23px);
    background-color: #F8F8F8;
    border: none;
}
.aspect-blog .cutom-heading-buttons {
    margin-top: 26px;
    display: flex;
    align-items: flex-end;
}
.aspect-blog .blog-list-button {
    background-color: #fff;
    border-color: #E6E6E6;
    background-image: url(../img/aspect/blog-bg.png);
}
.aspect-blog .blog-details-button-content {
    padding: 46px 40px 62px 42px;
}
.aspect-blog .blog-details-button-content h3 {
    font-weight: 800;
    font-size: 28px;
    line-height: 35px;
    color: #58595B;
}
.aspect-blog .cutom-heading-buttons a {
    min-height: 50px;
    border-radius: 6px;
    font-size: 12px;
    line-height: 12px;
    font-weight: 600;
}
@media only screen and (max-width: 1600px) {
    .blog-list-button {
        width: calc(25% - 23px);
    }
}
@media only screen and (max-width: 1199px) {
    .aspect-blog .blog-lists-wrapper {
        flex-wrap: wrap;
    }
    .blog-list-button, .aspect-blog .blog-item {
        width: calc(50% - 23px);
    }
    .aspect-blog .custom-headings h3 {
        font-size: 45px;
    }
    .aspect-blog .custom-headings {
        margin-bottom: 30px;
    }
}
@media only screen and (max-width: 767px) {
    .blog-list-button, .aspect-blog .blog-item {
        width: 100%;
    }
}


.aspect-cta .contact-area {
    padding-top: 87px;
    padding-bottom: 87px;
    background-color: #F8F8F8;
}
.aspect-cta .contact-area .contact-area-contents {
    padding: 0;
}
.aspect-cta .contact-area-contents h3 {
    font-weight: 800;
    font-size: 55px;
    line-height: 68px;
    color: #58595B;
    margin-bottom: 14px;
}
.aspect-cta .contact-area-contents p {
    font-family: Poppins;
    font-weight: 600;
    font-size: 19px;
    line-height: 29px;
    color: #2E2E2E;
}
.aspect-cta .cutom-heading-buttons {
    margin-top: 38px;
}
.aspect-cta .cutom-heading-buttons a {
    min-height: 60px;
    min-width: 205px;
    border-radius: 6px;
}
/*.page-id-5404 .intro-buttons a span::after {
    width: 35px;
    height: 37px;
    background-image: url(../img/aspect/path.png);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    border: none!important;
}*/


/* 5g solution box */
.single-sol-list-image {
    height: 207px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    border-radius: 10px;
}
.single-sol-list-content {
    padding: 70px 35px 20px 35px;
    background-color: #fff;
    margin-top: -48px;
    border: 1px solid #D3D3D3;
    box-shadow: 0px 6px 8px rgba(188, 188, 188, 0.25);
    border-radius: 0px 0px 10px 10px;
}
.single-sol-list-image {
    height: 207px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    border-radius: 10px;
    position: relative;
}
.single-sol-list-content h2 {
    padding-bottom: 15px;
    margin-bottom: 10px;
    border-bottom: 1px solid #F0F0F0;
}
.single-sol-list-items ul {
    padding: 0;
    display: flex;
    align-items: flex-start;
    flex-wrap: wrap;
    justify-content: space-between;
}
.single-sol-list-items ul li {
    width: calc(50% - 12px);
    font-size: 13px;
    line-height: 23px;
    padding: 9px 0;
    list-style: none;
    border-bottom: 1px solid #F0F0F0;
    position: relative;
    min-height: 65px;
    display: flex;
    align-items: center;
}
/* .single-sol-list-items ul li::before {
    content: '';
    width: 3px;
    height: 3px;
    position: absolute;
    top: 19px;
    left: 0;
    background-color: #464646;
    border-radius: 50%;
} */
.single-sol-list-items ul li:nth-child(5), .single-sol-list-items ul li:nth-child(6) {
    border: none;   
}
.aspect-slider-area.slider-style-s5g {
    background-image: none !important;
}
.fiveg-page-area .aspect-video-preview {
    background-size: cover;
    height: 490px;
}
.fiveg-page-area .aspect-video-content br {
    display: block;
    margin-top: 16px;
}
.fiveg-page-area .aspect-video-content h2 {
    margin-bottom: 26px;
}
.fiveg-page-area .aspect-video-area {
    padding-top: 150px;
}
.fiveg-page-area .aspect-cta .contact-area {
    background-color: #fff;
}
.fiveg-page-area .aspect-video-content {
    padding-left: 61px;
}

@media only screen and (max-width: 991px) {
    .fiveg-page-area .aspect-video-content {
        padding-left: 0;
    }
}
@media only screen and (max-width: 500px) {
    .single-sol-list-items ul li {
        width: 100%;
        min-height: auto;
    }
    .single-sol-list-content {
        padding-left: 15px;
        padding-right: 15px;
    }
}



/*smart bin*/
.smart-bin-page .cutom-heading-buttons a {
    background-color: transparent;
    border: 2px solid #50B848;
    color: #2E2E2E;
    border-radius: 4px;
}
.image-slide.slick-slide.slick-current.slick-active {
    height: 434px;
    border-radius: 25px;
}
.image-slide {
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}
.image-slider-navigation .slick-arrow {
    width: 47px;
    height: 47px;
    border-radius: 0;
    background-color: transparent;
    border: none;
}
.image-slider-navigation .slick-arrow:hover {
    border-radius: 0!important;
    background-color: transparent!important;
}
.image-slider-navigation .slick-arrow::before {
    display: none;
}
.image-slider-navigation .slick-arrow.slick-next {
    right: -23px;
}
.image-slider-navigation .slick-arrow.slick-prev {
    left: -23px;
}
.smart-bin-page .cutom-heading-buttons a span::after {
    border-color: #2E2E2E;
}

/*bin box*/
.bin-box-upper {
    min-height: 822px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}
.bin-container {
    max-width: 1330px;
    margin: 0 auto;
    padding: 0 15px;
}
.bin-upper-row {
    color: #fff;
    padding-top: 100px;
    text-align: center;
    margin-bottom: 60px;
}
.bin-upper-row h2 {
    font-size: 63px;
    line-height: 63px;
    margin-bottom: 25px;
    font-weight: 600;
    color: #50B848;
}
.bin-upper-row p {
    font-size: 32px;
    line-height: 56px;
}
.bin-box-row {
    margin-top: -485px;
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
}
.bin-box-sigle {
    width: 33.333%;
    /*border-right: 1px solid #3A3A3A;*/
    text-align: center;
    margin-top: 100px;
    background-color: #fff;
}
.bin-box-sigle-upper {
    background-color: #2E2E2E;
}
.bin-box-sigle-upper .image {
    height: 300px;
    display: flex;
    align-items: flex-end;
    justify-content: center;
    padding-bottom: 48px;
}
.bin-box-sigle:last-child {
    border-right: none;
}
.bin-box-sigle-upper .logo {
    height: 86px;
    border-bottom: 1px solid #3A3A3A;
}
.bin-box-sigle-upper {
    border-right: 1px solid #3A3A3A;
}
.bin-box-sigle-upper .text {
    min-height: 136px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
    line-height: 28px;
    color: #FFFFFF;
}
.bin-box-sigle-upper .text p {
    max-width: 367px;
}
.bin-box-sigle:first-child .bin-box-sigle-upper {
    border-radius: 12px 0 0 12px;
}
.bin-box-sigle:last-child .bin-box-sigle-upper {
    border-radius: 0 12px 12px 0;
}
.bin-box-sigle-list {
    padding-top: 53px;
    padding-bottom: 28px;
    border-right: 1px solid #DCDCDC;
    background-color: #fff;
    min-height: 745px;
}
.bin-box-sigle-list-item {
    max-width: 348px;
    margin: 0 auto 25px auto;
    text-align: left;
    padding-left: 25px;
}
.bin-box-sigle-list-item h4 {
    font-weight: 600;
    font-size: 16px;
    line-height: 26px;
    color: #353535;
    margin-bottom: 5px;
    position: relative;
}
.bin-box-sigle-list-item p {
    font-size: 16px;
    line-height: 26px;
}
.bin-box-sigle-list-item h4::before {
    content: '';
    width: 14px;
    height: 14px;
    background-color: #50B848;
    border-radius: 50%;
    position: absolute;
    top: 6px;
    left: -27px;
}
.bin-box-sigle:last-child .bin-box-sigle-upper, .bin-box-sigle:last-child .bin-box-sigle-list {
    border: none;
}
.bin-box-sigle:first-child .bin-box-sigle-list {
    border-bottom-left-radius: 12px;
}
.bin-box-sigle:last-child .bin-box-sigle-list {
    border-bottom-right-radius: 12px;
}
.bin-box-sigle:first-child {
    border-radius: 20px 0 0 20px;
}
.bin-box-sigle:last-child {
    border-radius: 0 20px 20px 0;
}
.bin-list .elementor-icon-list-text {
    max-width: 285px;
}
.bin-box-sigle-upper .bx-title {
    font-size: 32px;
    color: #50B848;
    margin-bottom: 22px;
    text-transform: uppercase;
    font-weight: 600;
    line-height: 1.2;
}
.bin-box-row-col4 .bin-box-sigle-upper .text {
    font-size: 16px;
    line-height: 28px;
    min-height: 253px;
    padding: 0 15px 25px;
}
.bin-box-row-col4 .bin-box-sigle {
    width: 25%;
}
.bin-box-row-col4 .image img {
    max-height: 407px;
}
.bin-box-row-col4 .bin-box-sigle-list {
    min-height: 484px;
    padding: 20px 15px 30px;
}
@media only screen and (max-width: 1500px) {
    .bin-guy-aea {
        background-image: none!important;
    }
}

@media only screen and (max-width: 1100px) {
    .bin-box-sigle, .bin-box-row-col4 .bin-box-sigle {
        width: 100%;
        margin-bottom: 73px;
    }
    .bin-box-sigle-upper .text p {
        max-width: 100%;
        padding: 0 15px;
    }
    .bin-box-sigle-list-item {
        max-width: 100%;
        padding-left: 41px;
        padding-right: 15px;
    }
    .bin-box-sigle-list {
    }
    .bin-box-row-col4 .bin-box-sigle-list {
        min-height: auto;
        padding: 20px 0;
    }
    .bin-box-row {
        margin-top: -314px;
    }
    .smart-bin-slider .aspect-slider-content-style2 h3 {
        font-size: 42px;
        line-height: 55px;
        margin-bottom: 30px;
    }
    .bin-box-row-col4 .bin-box-sigle-upper .text {
        min-height: auto;
    }
}


.aspect-video-preview .video-wrapper-button a {
    display: inherit;
    width: inherit;
    height: inherit;
    border: none;
    border-radius: 0;
}
.aspect-video-preview .video-wrapper-button a::before, .aspect-video-preview .video-wrapper-button a::after {
    display: none;
}

.single-recent-post a .single-recent-post-img {
    width: 100%;
    height: 106px;
    display: block;
    margin-bottom: 7px;
}
.blog-itx-id-6293 .blog-thumbs {
    background-position: top center;
}
@media only screen and (max-width: 991px) {
    .single-blog .single-blog-content, .single-blog .blog-sidebar {
        padding-left: 0;
        padding-right: 0;
    }
    .single-blog-content-wrapper {
        padding: 15px;
    }
    .blog-details-cotnent img {
        max-width: 100%;
        height: auto;
    }
    .custom-headings h1::after {
        display: none;
    }
    .blog-sidebar-wrapper {
        padding-left: 15px;
        padding-right: 15px;
    }
}




/*lite theme mood*/
.lite-switch-area {
    position: fixed;
    top: 125px;
    right: -22px;
    z-index: 999999;
    transform: rotate(90deg);
    color: #fff;
    display: flex;
    font-size: 9px;
    font-weight: 600;
    text-transform: uppercase;
    align-items: center;
}
.xlite .lite-switch-area {
    color: #2E2E2E;
}
.onoffbtn {
    width: 48px;
    height: 26px;
    border-radius: 15px;
    background: #222222;
    display: block;
    position: relative;
    margin: 0 7px;
}
.onoffbtn.active {
    background-color: #DFDFDF;
}
.onoffbtn::after {
    position: absolute;
    height: 20px;
    width: 20px;
    display: block;
    border-radius: 50%;
    background: #2E2E2E;
    bottom: 3px;
    right: 3px;
    content: '';
    -webkit-transition: all 200ms ease-in-out;
    -moz-transition: all 200ms ease-in-out;
    -o-transition: all 200ms ease-in-out;
    transition: all 200ms ease-in-out;
}
.onoffbtn.active::after {
    background: #fff;
    content: '';
    right: auto;
    left: 3px;
}
.onoffbtn input[type="checkbox"]{
  opacity:0;
}


.header-color-switch {
    right: 63px;
    position: relative;
}
.header-color-switch a {
    width: 63px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #2E2E2E;
    padding: 10px;
    height: 63px;
    position: relative;
}
.menu-wrapper .header-color-switch {
    right: 54px;
    display: none;
}
.header-color-switch a img {
    max-width: 29px;
}
.dark-mood {
    display: none;
}
.xlite .header-color-switch a {
    background-color: #f5f6f6;
}
.header-color-switch a label {
    position: absolute;
    background-color: #fff;
    padding: 5px 10px;
    bottom: -21px;
    right: -7px;
    font-size: 10px;
    width: 75px;
    text-align: center;
    line-height: 10px;
    display: none;
    box-shadow: rgba(99, 99, 99, 0.04) 0px 1px 5px 0px;
}
.header-color-switch a:hover label {
    display: block;
}
.xlite .dark-mood {
    display: block;
}
.xlite .light-mood {
    display: none;
}

.xlite .about-content-wrapper, .xlite .solutions-content-wrapper {
    background-color: #fff;
    background-image: url(../img/about-bg-white.png);
}
.xlite .solutions-content-wrapper, .xlite .single-service-wrapper, .xlite .service-single-navigation, .xlite .single-service-wrapper, 
.xlite .single-director-wrapper, .xlite .single-director-navigation, .xlite .blog-area, .xlite .single-blog {
    background-color: #f5f6f6;
}
.xlite .single-service-content-wrapper, .xlite .related-service-wrappper, .xlite .about-director-wrapper, .xlite .single-blog-content-wrapper, 
.xlite .blog-sidebar-wrapper, .xlite .widget_recent_entries ul, .xlite .widget_categories ul {
    background-color: #fff;
}
.xlite .xwhite-bg, .xlite .service-content-wrapper, .xlite .blog-content-wrapper, .xlite .contact-area, .xlite .contact-xwhite-bg > .elementor-widget-container {
    background-color: #fff!important;
}
.xlite .xwhite-bg2, .xlite .xwhite-bg2-col .elementor-column-wrap.elementor-element-populated, .xlite .xwhite-bg2-col .elementor-column-wrap.elementor-element-populated .elementor-widget-wrap {
    background-color: #f5f6f6 !important;
}
.xlite .xwhite p {
    color: #fff!important;
}
.xlite .custom-headings h3, .xlite .custom-headings h2, .xlite .custom-headings h1, .xlite .custom-heading-contents p,
.xlite .blog-details-button-content h3, .xlite .contact-area-contents h3, .xlite .header-area:not(.sticky-menu) .scroll-next-wrapper a, 
.xlite .review-content-area p, .xlite .service-details-cotnent p, .xlite .related-service-wrappper > h3, .xlite .director-name-designation h3, 
.xlite .service-icon-wrapper h3 {
    color: #58595B;
}
.xlite .xdark, .xlite .xdark h2, .xlite .xdark h2 span, .xlite .xdark p, .xlite .xdark ul li, .xlite .xdark ul li span, .xlite .custom-heading-contents h2 span {
    color: #58595B!important;
}
.xlite .solutions-navigation-wrapper ul li a, .xlite .solutions-contents-block h3, .xlite .solutions-contents-block p, .xlite .blog-item-contents h3,
.xlite .contact-area-contents p, .xlite .menu-container ul li a, .xlite .phone-wrapper p, .xlite .phone-wrapper p strong, .xlite .phone-wrapper p strong a, 
.xlite .related-service-item p, .xlite .director-about-tagline p, .xlite .director-contact-details ul li a, .xlite .director-contact-details p, 
.xlite .single-director-content p, .xlite .single-director-content ul, .xlite .single-director-content li {
    color: #2E2E2E;
} 
.xlite.fp-viewing-intro-area .menu-container ul li a, .xlite.fp-viewing-intro-area .phone-wrapper p, .xlite.fp-viewing-intro-area .phone-wrapper p strong, 
.xlite.fp-viewing-intro-area .phone-wrapper p strong a, .xlite .page-banner-content .custom-headings h1, .xlite .green-cta .custom-headings h3 
, .xlite .green-cta .custom-heading-contents p {
    color: #fff;
}
.xlite .menu-container ul li .sub-menu a, .xlite .service-details-cotnent .faq-item-content p {
    color: #fff;
}
.xlite .about-image::after {
    background-color: #fff;
    box-shadow: 0 3px 38px rgba(219, 219, 219, .16);
}
.xlite .about-image::before {
    background-color: #fff;
    box-shadow: 0 3px 38px rgba(206, 206, 206, .16);
}
.ail-white {
    display: none;
}
.xlite .ail-white {
    display: block;
}
.xlite .ail-black {
    display: none;
}
.xlite .blog-details-button-content .ail-white {
    display: inline-block;
}
.xlite .service-item {
    background-color: #FBFBFB;
}
.xlite .service-item-content h3, .xlite .service-item-content-area p, .xlite .service-details-cotnent .service-item-content-area p {
    color: #2E2E2E;
}
.xlite .solutions-contents-block {
    background-color: #fff;
    box-shadow: 0 48px 99px rgba(194, 194, 194, .09);
    color: #2E2E2E;
}
.xlite .blog-item, .xlite .blog-list-button {
    background-color: #fff;
    border-color: #E6E6E6;
}
.home.xlite .header-navication-tab-area {
    background-color: #fff;
    border-color: #EEEEEE;
}
.xlite .navigation-tab-wrapper ul li.active a, .xlite  .navigation-tab-wrapper ul li:hover a {
    color: #50B848;
}
.xlite .media-gallery-carousel {
    background-color: #28292A;
    padding: 0 86px;
}
.xlite .media-gallery-carousel .slick-prev {
    left: 15px;
}
.xlite .media-gallery-carousel .slick-next {
    right: 15px;
}
.xlite.fp-viewing-about-area .header-area, .xlite.fp-viewing-about-area .header-area .header-navication-tab-area, 
.xlite.fp-viewing-services-area .header-area, .xlite.fp-viewing-services-area .header-area .header-navication-tab-area, 
.xlite .header-area:not(.sticky-menu), .xlite.fp-viewing-solutions-area .header-area, 
.xlite.fp-viewing-solutions-area .header-area .header-navication-tab-area, 
.xlite.fp-viewing-blog-area .header-area, .xlite.fp-viewing-blog-area .header-area .header-navication-tab-area, 
.xlite.fp-viewing-contact-area .header-area .header-navication-tab-area {
    background-color: #fff;
}
.ytrfg {
    background-color: #fff;
}
/* .xlite .menu-area {
    border-bottom: 1px solid #EEEEEE;
}
.fp-viewing-intro-area.xlite .menu-area {
    border-color: transparent;
}
.xlite.inner-page .header-area {
    background-color: rgba(255, 255, 255, 0.95);
} */
.xlite .related-service-item {
    border-color: #EEEEEE;
}
.xlite .con-cta-xwhite-bg > .elementor-column-wrap.elementor-element-populated {
    background-color: #fff !important;
    border-color: #eee!important;
}
.xlite .aspect-blog .blog-item {
    background-color: #F8F8F8;
}
.xlite .aspect-cta .contact-area {
    background-color: #F8F8F8 !important;
}
.xlite .pagination li a {
    border-color: #fff;
    color: #58595B;
}
.xlite .pagination .active a {
    background-color: #fff;
}
.xlite .blog-cat, .xlite .blog-title h2, .xlite .single-blog-tag-lists i, .xlite .blog-author, .xlite .blog-details-cotnent p, 
.xlite .blog-details-cotnent h1, .xlite .blog-details-cotnent h2, .xlite .blog-details-cotnent h3, 
.xlite .blog-details-cotnent h4, .xlite .blog-details-cotnent h5, .xlite .blog-details-cotnent h6, .xlite .single-recent-post-right h3 a, 
.xlite .post-time, .xlite .blog-details-cotnent ul li, .xlite .blog-details-cotnent ol li {
    color: #58595B;
}
.xlite .widget_search .search-field, .xlite .single-recent-post, .xlite .blog-meta-data {
    border-color: #eee;
}
.xlite.fp-viewing-intro-area .header-navication-tab-area,.xlite .home.fp-viewing-intro-area .header-navication-tab-area {
    background-color: transparent;
}
.xico-left {
    text-align: left;
}
.xlite.page-id-6329 .custom-headings h1 {
    color: #fff !important;
}
@media only screen and (max-width: 1074px) {
    .menu-wrapper .header-color-switch {
        display: block;
    }
    .logo-area img {
        max-height: 24px;
    }
    .xlite .menu-container ul li a, .xlite .phone-wrapper p, .xlite .phone-wrapper p strong a {
        color: #fff;
    }
    .fp-viewing-intro-area.xlite .logo-area .ail-black {
        display: block!important;
    }
    .fp-viewing-intro-area.xlite .logo-area .ail-white {
        display: none!important;
    }
}



.image-box {
    overflow: hidden;
    position: relative;
    transform: translateX(-101%);
}
.animate .image-box {
    transform: translateX(0);
    transition: transform 0.6s cubic-bezier(0.565, 0.43, 0.24, 0.92);
}
.image-box::before {
    content: '';
    display: block;
    top: 0;
    left: 0;
    position: absolute;
    width: 100%;
    height: 100%;
    /*background-image: linear-gradient(90deg, #009EE0, #0B72B5);*/
    background-image: linear-gradient(90deg, #727270, #959592);
    transform: scaleX(1);
    transform-origin: right center;
    z-index: 6;
}
.animate .image-box::before {
    transform: scaleX(0);
    transition: transform 0.6s cubic-bezier(0.565, 0.43, 0.24, 0.92) 0.45s;
}
.image-box img {
    transform-origin: right top;
    transform: scale(1.2);
}
.animate .image-box img {
    transform: scale(1);
    transition: transform 1.3s cubic-bezier(0.34, 0.615, 0.4, 0.985) 0.55s;
}
.image-box img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}



.adm-isec-title {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 18px;
}
.adm-isec-title h2 {
    margin: 0;
    font-family: 'Poppins';
    font-weight: 600;
    font-size: 40px;
    line-height: 60px;
    color: #58595B;
    text-shadow: 0px 4px 12px rgba(152, 152, 152, 0.2);
}
.adm-faq .faq-item {
    background-color: #fff;
}
.adm-faq .faq-item h3 {
    color: #58595B;
}
.adm-faq .faq-item-content p {
    color: #58595B;
}
.adm-faq .faq-item.active h3 {
    border-bottom: 1px solid #EDEDED;
    padding-bottom: 19px;
}
.adm-faq .faq-item h3::after {
    border: none;
    top: 9px;
    background-image: url(../img/adm-fqa.png);
    background-size: 15px;
}
.adm-cta .contact-area {
    padding-top: 0;
    background-color: #fff;
}
.adm-cta .contact-area-contents {
    padding: 90px 0;
}
.adm-cta .cutom-heading-buttons a {
    border-radius: 6px;
}
.adm-cta .contact-area-contents h3 {
    color: #58595B;
}
.adm-cta .contact-area-contents p {
    color: #2E2E2E;
}


@media only screen and (max-width: 991px) {
    .adm-isec-title h2 {
        font-size: 26px;
        line-height: 1.2;
        text-align: center;
    }
    .adm-isec-title .icon img {
        width: 24px;
    }
    .adm-faq .faq-item {
        padding: 20px 13px;
    }
    .adm-faq .faq-item h3 {
        font-size: 16px;
        line-height: 21px;
        padding-right: 24px;
    }
}



/*home black/white style*/

.about-content-wrapper  {
  background-color: #fff;
  background-image: url(../img/about-bg-white.png);
}
.solutions-content-wrapper {
  background-color: #f5f6f6;
  background-image: url(../img/about-bg-white.png);
}
.home .xwhite-bg-home .xwhite-bg, .home .blog-content-wrapper {
    background-color: #fff !important;
}
.home .about-content-wrapper .custom-headings h3, .home .about-content-wrapper .custom-heading-contents p, .home .solutions-content-wrapper .custom-headings h3, 
.home .solutions-navigation-wrapper ul li a, .home .solutions-contents-block h3, .solutions-contents-block, .home .blog-content-wrapper .custom-headings h3, 
.home .blog-item-contents h3, .home .blog-details-button-content h3, .home .brand-gallery-wrapper .custom-headings h3 {
    color: #58595B;
}
.about-image::before, .about-image::after {
  background-color: #fff;
  box-shadow: 0 3px 38px rgba(206, 206, 206, .16);
}
.about-content-wrapper .ail-black, .home .blog-details-button-content .ail-black {
  display: none!important;
}
.home .about-content-wrapper .ail-white, .home .blog-details-button-content .ail-white {
    display: block!important;
}
.solutions-contents-block {
    background-color: #fff;
    box-shadow: 0 48px 99px rgba(194, 194, 194, .09);
    color: #2E2E2E;
    min-height: 354px;
    font-size: 17px;
    line-height: 30px;
}
.home .blog-item, .home .blog-list-button {
  background-color: #fff;
  border-color: #E6E6E6;
}
.home .media-gallery-carousel {
    background-color: #28292A;
    padding: 0 86px;
}
.home .media-gallery-carousel .slick-prev {
    left: 15px;
}
.home .media-gallery-carousel .slick-next {
    right: 15px;
}
@media only screen and (max-width: 1700px) {
    .media-gallery-carousel {
        margin-right: 50px;
    }    
}
@media only screen and (max-width: 1074px) {
    .media-gallery-carousel {
        margin-right: 0;
    }    
}
@media screen and (max-width: 1500px) {
    .solutions-content-wrapper .custom-heading-contents p, .solutions-content-wrapper .custom-heading-contents p:first-child strong {
        font-size: 14px;
        line-height: 19px;
    }
    .solutions-content-wrapper {
        padding: 80px 0 70px;
    }
    .solutions-content-wrapper .solutions-images {
        height: calc(100% - 150px);
        top: 80px;
    }
}
@media screen and (max-width: 991px) {
    .solutions-content-wrapper .container {
        height: auto;
    }
    .solutions-content-wrapper .solutions-images {
        height: auto;
        top: 0;
        position: static;
    }
}