/*
=======================================================================
[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;
}
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;
}
.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: 150px;
}
.logo-area a {
    display: block;
}
.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% - 160px);
    position: fixed;
    top: 0;
    right: 60px;
    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: 25px;
}
.menu-container ul li a {
    display: inline-block;
    font-size: 20px;
    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: 1076px) {
    .active .menu-container {
        right: -100%;
    }
}
@media screen and (max-width: 1075px) {
	.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);
    }
}

/*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: 280px;
    margin-top: 10px;
    padding: 10px 0;
    visibility: hidden;
    opacity: 0;
    transition-property: all;
    transition-duration: 0.2s;
    transition-timing-function: ease-in-out;
}
.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: 6px 15px;
}
.menu-container .menu .menu-item-has-children .sub-menu .menu-item a {
    font-size: 16px;
    line-height: 24px;
}
.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: 30px;
}
.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: 28px;
    font-weight: 600;
    line-height: 45px;
    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;
}
.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;
    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: 0;
    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% - 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;
}
.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;
}
.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-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: 100px 0;
    background-image: url(../img/about-bg.svg);
    background-repeat: no-repeat;
    background-position: center right 100px;
    background-size: auto 100%;
    background-color: #373737;
}
.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;
    margin-top: 60px;
}
.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;
}
.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% - 20%);
    top: 100px;
    /* 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: 220px;
    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: 20px;
    font-weight: 600;
    line-height: 34px;
    letter-spacing: 0.5px;
    color: #ffffff;
    margin: 0;
}
.details-button.cutom-heading-buttons a {
	font-size: 16px;
    background-color: transparent;
    color: #78C370;
    min-height: initial;
    min-width: initial;
    border: none;
}
.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: 100%;
    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 {
    margin-top: 30px;
}
.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 {
    color: #ffffffff;
    line-height: 25px;
}
.blog-details-cotnent p:not(:first-child) {
	margin-bottom: 15px;
}
.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;
}
.blog-sidebar-wrapper {
    background-color: #28292A;
    padding: 30px;
}

/*SIDEBAR STYLE*/
.single-blog .blog-sidebar {
    padding-left: 30px;
}
.widget:not(:first-child) {
    margin-top: 50px;
}
.widget .widgets-title {
    margin: 0 0 15px;
}
.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;
}
.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;
}
@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-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: 20px;
    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: 20px;
}
.footer-widgets-content ul li a {
    font-size: 20px;
    font-weight: 300;
    letter-spacing: 0.15px;
    color: #ffffff;
}
.footer-widgets-content p {
    font-size: 20px;
    font-weight: 300;
    line-height: 34px;
    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: 20px;
    font-weight: 400;
    line-height: 34px;
    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: 20px;
    font-weight: 500;
    line-height: 42px;
    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 {
	content: "";
	position: absolute;
/* 	top: 50%; */
	top: 3px;
	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%); */
}
.service-details-cotnent ul li {
	position: relative;
	padding-left: 36px;
	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;
	}
}