/** ------------------------------------------------------------------
							Install Style
------------------------------------------------------------------ **/

::-webkit-input-placeholder { /* WebKit, Blink, Edge */
    color:    #666;
}
:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
   color:   #666;
}
::-moz-placeholder { /* Mozilla Firefox 19+ */
   color:   #666;
}
:-ms-input-placeholder { /* Internet Explorer 10-11 */
	color:    #666;
}
*{
	margin:0;
	padding:0;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
	-webkit-tap-highlight-color: none !important;
	}
html,
body {
	font-size: 17px;
	height: 100%;
	}
.mark, mark {
	padding: 0;
	background: transparent;
}
h1, h2, h3, h4, h5, h6,	figure, label, dl, ol, ul, p, a, div, span, p {
	margin: 0;
}
h1 {
	font-size: 25px;
}
h2 {
	font-size: 20px;
}
h3 {
	font-size: 18px;
}
h4 {
	font-size: 16px;
}
h5 {
	font-size: 14px;
}
h6 {
	font-size: 12px;
	}

a {
	text-decoration: none;
	transition: all 0.35s;
	-webkit-transition: all 0.35s;
	-moz-transition: all 0.35s;
	-ms-transition: all 0.35s;
	-o-transition: all 0.35s;
	font-size: 17px;
	}

a:hover {
	text-decoration: none;
	}

p {
	line-height: 170%;
	font-size: 17px;
	}
	
img {
	border:none;
	max-width: 100%;
	height: auto;
	}

div,
span,
input,
textarea {

	}

input[type=text],
input[type=password],
input[type=email],
textarea {
	border-width: 1px;
	border-style: solid;
	border-color: rgb(180, 187, 195);
	padding: 13px 18px;
	width: 100%;
	transition: all 0.1s;
	-webkit-transition: all 0.35s;
	-moz-transition: all 0.35s;
	-ms-transition: all 0.35s;
	-o-transition: all 0.35s;
	resize: none;
	color: rgb(48, 59, 67);
	border-radius: 2px;
	font-size: 17px;
	-webkit-appearance: none;
	box-shadow: none !important;
	}
textarea {
	height: 160px;
}
input[type=text]:focus,
input[type=password]:focus,
input[type=email]:focus,
textarea:focus {
	border-color: #000;
}
img {
  user-drag: none;
  user-select: none;
  -webkit-user-drag: none;
}


input[type=submit] {
	color: #fff;
	border-radius: 2px;
	font-size: 16px;
	-webkit-transition: all 0.35s;
	-moz-transition: all 0.35s;
	-ms-transition: all 0.35s;
	-o-transition: all 0.35s;
	background: #000000;
	border: none;
	padding: 12px 30px;
	cursor: pointer;
}
button {
	border: none;
	padding: 7px 10px;
	cursor: pointer;
	transition: all 0.1s;
	-webkit-transition: all 0.35s;
	-moz-transition: all 0.35s;
	-ms-transition: all 0.35s;
	-o-transition: all 0.35s;
	font-size: 17px;
	}
	
input[type=submit]:hover,
button:hover{
	
}

i {}

input:focus,
select:focus,
textarea:focus,
button:focus {
    outline: none;
}

:focus {
	outline: none;
	}

::-moz-focus-inner {
	border: 0;
	}

:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
   opacity:  1;
  
}
::-moz-placeholder { /* Mozilla Firefox 19+ */
   opacity:  1;
 
}
.container {
	max-width: 1490px;
	padding-left: 80px;
	padding-right: 80px;
}

/** ------------------------------------------------------------------
							Font Family
------------------------------------------------------------------ **/
html,
body  {
	font-family: Outfit;
	font-weight: 400;
}

a {
	font-family: Outfit;
	font-weight: 400;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-family: Outfit;
	font-weight: 700;
}

p {
	font-family: Outfit;
	font-weight: 400;
}

input[type=text],
input[type=password],
input[type=email],
input[type=search],
textarea {
	font-family: Outfit;
	font-weight: 400;
	}
button,
input[type=submit] {
	font-family: Outfit;
	font-weight: 700;
	}


/** ------------------------------------------------------------------
							Important Elements
------------------------------------------------------------------ **/
.oflow-hd{
	overflow: hidden;
	}
.oflow-at{
	overflow: auto;
	}
.oflow-vs{
	overflow: visible;
	}
.floatright {
	float: right;
	}
.floatleft{
	float: left;
	}
.floatnone{
	float: none;
	}
.list-style-none ul {
	list-style: none;
}
.border-box {
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
}
.jg-space {
	width: 100%;
	display: block;
	overflow: hidden;
}

/** ------------------------------------------------------------------
					Mobile Header and Menu
------------------------------------------------------------------ **/
.body-mobile {
	overflow: hidden;
	height: 100%;
}
.mobile-header-area {
	position: fixed;
	width: 100%;
	top: 0;
	left: 0;
	text-align: center;
	z-index: 1000;
	display: none;
	background: #fff;
}

.mobile-header-logo {
	line-height: 0;
	padding: 20px 0;
	float: left;
	margin-left: 60px;
}
.mobile-header-logo a img{
	height: 30px;
	width: auto;
}
.header-mobile-menu-trigger {
	font-size: 22px;
	padding: 0;
	text-align: center;
	background: transparent;
	color: #222;
	line-height: 1;
	position: absolute;
	top: 50%;
	transform: translate(0, -50%);
	display: none;
}
#header-mobile-menu-trigger-left {
	left: 15px;
}
#header-mobile-menu-trigger-right {
	right: 10px;
}
.black-bg {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: #000;
	opacity: 0.7;
	z-index: 2000;
	display: none;
}
.mobile-bar-menu-remove {
	position: fixed;
	top: 40px;
	color: #000;
	z-index: 10001;
	padding: 0;
	background: transparent;
	font-size:30px;
	display: none;
}
#mobile-product-menu-remove-left {
	right: 15px;
}
#mobile-product-menu-remove-right {
	left: 10px;
}
.mobile-menu-bar {
	position: fixed;
	top: 0;
	width: 100%;
	background: #fff;
	height: 100%;
	z-index: 3000;
	transition: all 0.1s;
}
#mobile-menu-bar-left {
	left: 0;
	margin-left: -100%;
}
#mobile-menu-bar-right {
	right: 0;
	margin-right: -100%;
}
.menu-bar-search-box {
	margin-bottom: 30px;
	padding: 0 25px;
}
.header-landscape-ad {
	line-height: 0;
}
.menu-bar-search-box .aal-search-box{
	position: relative;
}
.menu-bar-search-box input[type=text]{
	padding: 10px 55px 10px 20px;
	border-bottom: 1px solid #dadada;
	border-top-width: 0;
	border-left-width: 0;
	border-right-width: 0;
	transition: all 1s;
}
.menu-bar-search-box input[type=text]:focus{
	border-color: #aaa;
}
.menu-bar-search-box input[type=submit]{
	font-family: Font Awesome\ 5 Free;
	position: absolute;
	top: 0;
	right: 0;
	height: 100%;
	font-size: 15px;
	background: transparent;
	padding: 0 10px;
}
.mobile-bar-admin-ul {
	padding: 0 20px;
}
.mobile-bar-admin-ul ul{
	list-style: none;
}
.mobile-bar-admin-ul ul li{
	position: relative;
	padding-bottom: 15px;
	margin-bottom: 15px;
	padding-right: 30px;
	border-bottom: 1px solid #ccc;
}
.mobile-bar-admin-ul ul li ul li {
	padding-right: 0;
	padding-left: 40px;
	padding-bottom: 0;
	border-bottom: 0 solid #000;
	margin-bottom: 15px;
}
.mobile-bar-admin-ul ul li ul {
	display: none;
}
.mobile-bar-admin-ul ul li ul li:last-child{
	margin-bottom: 0;
}
.mobile-bar-admin-ul .menu-has-child-button {
	position: absolute;
	top: -5px;
	font-size: 18px;
	right: 0;
	line-height: 1;
	color: #999;
	background: transparent;
	padding: 7px 20px;
}
.mobile-bar-admin-ul ul li ul .menu-has-child-button {
	right: -30px;
}
.menu-has-child-button-active {
	transform: rotate(180deg);
	color: #444;
}
.mobile-bar-admin-ul ul li a span.dashicons {
	display: none;
}
.mobile-bar-admin-ul ul li a{
	display: inline-block;
	font-size: 17px;
	font-weight: 700;
	color: #333;
	opacity: 1;
}
.mobile-bar-admin-ul ul li img{
	height: 20px;
	padding: 0 !important;
}
.mobile-bar-admin-ul ul li img:first-child{
	display: block !important;
	opacity: 1 !important;
}
.mobile-bar-admin-ul ul li img:last-child{
	display: none !important;
}
.mobile-bar-admin-ul ul li span{
	padding-left: 6px !important;
}
.mobile-bar-admin-ul ul li.current-menu-item > a {
	
}
.mobile-bar-admin-ul ul li a i{
	margin-right: 10px;
}
.mobile-bar-admin-ul ul li a span{
	margin-right: 0;
	float: left;
}
.mobile-bar-admin-ul ul li a span.menu-image-title-after{
	padding: 0 !important;
	margin: 0 !important;
}
.mobile-bar-admin-ul ul li ul li a {
	font-size: 15px;
}
.mobile-bar-admin-ul ul li ul {
	margin-top: 15px;
	background: #f7f7f7;
	margin-left: -20px;
	margin-right: -50px;
	padding-top: 15px;
	padding-bottom: 15px;
}
.mobile-logo-menu-bar {
	line-height: 0;
	text-align: center;
	margin-top: 40px;
	margin-bottom: 40px;
}
.mobile-search-menu-bar {
	padding: 0 20px;
	position: relative;
	margin-bottom: 30px;
}
.mobile-search-menu-bar input[type=text] {
	border-width: 0 !important;
	padding-right: 45px;
}
.header-search-bar #searchsubmit {
	right: 10px !important;
}
.mobile-search-menu-bar #searchsubmit {
	position: absolute;
	top: 0;
	right: 20px;
	line-height: 0;
	height: 100%;
	color: #000 !important;
	background: transparent;
}
.mobile-logo-menu-bar a img{
	max-width: 130px;
	height: auto;
	display: inline-block;
}
.mobile-menu-bar .aal-social-links {
	text-align: center;
	margin-bottom: 30px;
}
.mobile-menu-bar .aal-social-links li{
	float: none;
	display: inline-block;
	margin-right: 12px;
}
.mobile-menu-bar .aal-social-links li:last-child{
	margin-right: 0;
}
.mobile-menu-bar .aal-social-links li a{
	font-size: 14px;
	color: #001919;
}
.mobile-bar-logo {
	text-align: left;
	margin: 30px 0 30px 0;
	padding-left: 20px;
}
.mobile-bar-logo img{
	width: auto;
	height: 55px;
}
.row_middle {
	align-items: center;
}




/** ------------------------------------------------------------------
						Additional
------------------------------------------------------------------ **/
.mobileview {
	display: none;
}
.writing_page_area {}
.writing_page_area .container {
	max-width: 900px;
}
.writing_page_box_content_title {
	margin-bottom: 20px;
}
.writing_page_box_content_title h1 {
	font-size: 32px;
	line-height: 130%;
}
.writing_page_box_content {}
.writing_page_box_content ol,
.writing_page_box_content ul{
	margin-top: 10px;
	margin-left: 30px;
}
.writing_page_box_content ol li,
.writing_page_box_content ul li{
	margin-bottom: 6px;
}
.writing_page_box_content ol li:last-child,
.writing_page_box_content ul li:last-child{
	margin-bottom: 0;
}
.writing_page_box_content li,
.writing_page_box_content p{
	font-size: 16px;
	line-height: 175%;
	color: #666;
}
.writing_page_box_content a {
	color: #08DAB0;
	font-weight: 500;
	text-decoration: underline;
}
.writing_page_box_content h1,
.writing_page_box_content h2,
.writing_page_box_content h3,
.writing_page_box_content h4,
.writing_page_box_content h5,
.writing_page_box_content h6 {
	color: #000;
	line-height: 130%;
	margin-bottom: 8px;
}
.writing_page_box_content h1 {
	font-size: 32px;
}
.writing_page_box_content h2 {
	font-size: 24px;
}
.writing_page_box_content h3 {
	font-size: 20px;
}
.writing_page_box_content h4 {
	font-size: 18px;
}
.writing_page_box_content h5 {
	font-size: 16px;
}
.writing_page_box_content h6 {
	font-size: 18px;
}



/** ------------------------------------------------------------------
						Header Area
------------------------------------------------------------------ **/
.sticky_header_active .header_area {
	padding: 18px 0;
	box-shadow: 0 -5px 45px 60px rgba(255,255,255,1);
}

.sticky_header_active .header_logo {
	width: 30px;
}
.fix_header {
	height: 107px;
	transition: all 0.35s;
}
.fix_header.active {
	height: 90px;
}
.header_logo {
	transition: all 0.35s;
	overflow: hidden;
	display: block;
	width: 220px;
}
.header_area {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	padding: 25px 0;
	z-index: 1000;
	transition: all 0.35s;
	background: #fff;
}
#quadmenu.quadmenu-default_theme {
	background-color: transparent !important;
}
.quadmenu-navbar-nav > li {
	height: initial !important;
	margin-right: 9px !important;
}
.quadmenu-navbar-nav > li:before {
	position: fixed;
	top: 0;
	left: 0;
	content: '';
}
.quadmenu-navbar-nav > li:last-child {
	margin-right: 0 !important;
}
.quadmenu-navbar-nav > li > a > span,
.quadmenu-navbar-nav > li > a {
	font-family: outfit !important;
	color: #444 !important;
	font-size: 17px !important;
	text-transform: none !important;
}
.quadmenu-navbar-nav > li > a > span {
	line-height: 175% !important;
	padding: 5px 18px !important;
	border-radius: 11px !important;
	border: 2px solid transparent !important;
	transition: all 0.35s !important;
}
.quadmenu-navbar-nav > li:hover > a > span {
	border-color: #ddd !important;
}
.quadmenu-navbar-nav > li.current-menu-item > a > span {
	border-color: #08DAB0 !important;
}
#quadmenu.quadmenu-is-horizontal .quadmenu-navbar-nav > li.quadmenu-item.quadmenu-has-caret > a > .quadmenu-item-content > .quadmenu-text {
	padding-right: 8px !important;
}

body .quadmenu-navbar-nav > li,
body .quadmenu-navbar-nav > li:hover {
	background: transparent !important;
}
.header_cta_button a{
	background: #000;
	color: #fff;
	font-weight: 700;
	display: block;
	padding: 10px 10px 10px 19px;
	border-radius: 13px;
}
.header_cta_button a span {
	margin-right: 12px;
}
.header_cta_button a span,
.header_cta_button a svg {
	display: inline-block;
	vertical-align: middle;
}
#serialcursor-pointer {
  height: 8px;
  width: 8px;
  background-color: #08DAB0 !important;
}
.header_logo {
	margin-top: 7px;
}
.header_logo img{
	height: 40px;
	width: auto;
	max-width: initial;
	transition: all 0.35s;
}
#serialcursor-inner,
#serialcursor-pointer {
	z-index: 1100 !important;
}

/** Button Animation **/
.button-wrapper {
  position: relative;
}


.button {

}

.button-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: calc(100% + 6px);
  height: calc(100% + 6px);
  background: linear-gradient(90deg, #FF8038 0%, #08DAB0 30.43%, #00EBEB 68.23%, #DB00FF 100%);
  background-size: 600% 600%;
  border-radius: 14px;
  animation: AnimateBorder 4s ease infinite;
  -webkit-animation: AnimateBorder 4s ease infinite;
  -moz-animation: AnimateBorder 4s ease infinite;
  z-index: -1;
  transform: translate(-3px, -3px);
  transition: filter 1s ease-in;
}

.button-wrapper:hover .button-bg {
  filter: blur(10px);
  transition: filter .4s ease-in;
}


@-webkit-keyframes AnimateBorder {
    0%{background-position:0% 50%}
    50%{background-position:100% 50%}
    100%{background-position:0% 50%}
}
@-moz-keyframes AnimateBorder {
    0%{background-position:0% 50%}
    50%{background-position:100% 50%}
    100%{background-position:0% 50%}
}
@keyframes AnimateBorder {
    0%{background-position:0% 50%}
    50%{background-position:100% 50%}
    100%{background-position:0% 50%}
}
/** #Button Animation **/

.header_menu {
    
    margin-top: 5px;
    position: relative;
    border-right: 2px solid rgba(0,0,0,0.08);
	margin-right: 40px;
    padding-right: 20px;
}
.blur_bg {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(255,255,255,.22);
	backdrop-filter: blur(10px);
	opacity: 0;
	visibility: hidden;
	transition: all 0.35s;
}
.dropdown .blur_bg {
	opacity: 1;
	visibility: visible;
}

.quadmenu_btt {
	border-radius: 20px !important;
	background: transparent !important;
	box-shadow: none !important;
	padding: 22px !important;
	box-shadow: 0 8px 25px 0 rgba(0,0,0,.07) !important;
}
.quadmenu_btt:before {
	position: absolute !important;
	z-index: 1 !important;
    background: rgba(255,255,255,0.7);
    backdrop-filter: blur(10px);
	height: 100%;
	width: 100%;
	content: '';
	top: 0;
	left: 0;
	border-radius: 20px;
}
.quadmenu_btt > ul {
	position: relative !important;
	z-index: 2 !important;
}
ul.customdropdown {}
ul.customdropdown li{
	margin-bottom: 25px !important;
}
ul.customdropdown li:last-child{
	margin-bottom: 0 !important;
}
ul.customdropdown li h2{
	font-size: 20px;
	font-weight: 600;
	color: #fff;
}
ul.customdropdown li p{
	font-size: 17px;
	color: #fff;
	margin-top: 8px;
}
ul.customdropdown li a {
	display: block;
	transition: all 0.35s !important;
}
ul.customdropdown li a:hover {
	opacity: 0.6 !important;
}
.customdropdown_img {
	width: 150px;
	display: inline-block;
	vertical-align: middle;
}
.customdropdown_img img {
	width: 100%;
	height: auto;
	border-radius: 10px;
}
.customdropdown_details {
	display: inline-block;
	width: calc(100% - 155px);
	vertical-align: middle;
	padding-left: 20px;
}


/** ------------------------------------------------------------------
						Footer Area
------------------------------------------------------------------ **/
.footer_area {}
.footer_area_top {
	background-image: url(../images/footerbg.png);
	background-repeat: no-repeat;
	background-size: 100% 100%;
	position: relative;
}
.footer_area_top:before {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: transparent;
	content: '';
	z-index: 1;
}
.footer_big_img {}
.footer_big_img img{
	width: 100%;
	height: auto;
}
.footer_area_bottom {
	box-shadow: 0px -54px 50px rgba(8, 218, 176, 0.18);
	
}
.footer_quote_section {
	padding: 38px 0;
	border-bottom: 3px solid rgba(0,0,0,.06);
}
.footer_external_section {
	padding: 38px 0;
	border-bottom: 3px solid rgba(0,0,0,.06);
}
.footer_navigation_section {
	padding: 50px 0;
	border-bottom: 3px solid rgba(0,0,0,.06);
}
.footer_copyright_section {
	padding: 28px 0;
	border-bottom: 3px solid rgba(0,0,0,.06);
}
.footer_child_company {
	padding: 30px 0;
}
.footer_quote h2 {
	font-weight: 600;
	color: #aaa;
	line-height: 155%;
	letter-spacing: 0.4px;
	font-size: 25.2px;
	text-align: center;
}
.footer_external {}
.footer_external ul {
	display: flex;
	justify-content: space-between;
	text-align: center;
	list-style: none;
}
.footer_external ul li{}
.footer_external ul li a{
	display: inline-block;
}
.footer_external ul li a:hover{
	opacity: 0.6;
}
.footer_external ul li a img{
	height: 38px;
	width: auto;
}
.footer_external ul li a p{
	color: #444;
	line-height: 175%;
	margin-top:8px;
}
.footer_copyright_section  ul {
	display: flex;
	justify-content: space-between;
	text-align: center;
	list-style: none;
}
.footer_copyright_section  ul li{}
.footer_copyright_section  ul li a{
	color: #444;
	line-height: 175%;
}
.footer_copyright_section ul li a:hover{
	text-decoration: underline;
	color: #08DAB0;
}
.footer_copyright_section  ul li span{
	color: #444;
	line-height: 175%;
}
.footer_external ul li a p{
	color: #444;
	line-height: 175%;
}
.footer_child_company_box {}
.footer_child_company_box a:hover {
	opacity: 0.6;
}
.footer_child_company_box a{
	display: block;
	background: #14121F;
	border-radius: 16px;
	padding: 27px 42px 27px 35px;
	overflow: hidden;
	position: relative;
}
.footer_child_company_box a > span:nth-child(1) {
	position: absolute;
	top: 0;
	right: 0;
	width: 100%;
	height: 5px;
	border-radius: 5px;
	background: linear-gradient(to right, #14121F, #08DAB0);
	animation: animate1 2s linear infinite;
}

@keyframes animate1 {
	0% {
		transform: translateX(-100%);
	}
	100% {
		transform: translateX(100%);
	}
}

.footer_child_company_box a > span:nth-child(2) {
	position: absolute;
	top: 0;
	right: 0;
	height: 100%;
	width: 5px;
	background: linear-gradient(to bottom, #14121F, #08DAB0);
	animation: animate2 2s linear infinite;
	animation-delay: 1s;
	border-radius: 5px;
}
@keyframes animate2 {
	0% {
		transform: translateY(-100%);
	}
	100% {
		transform: translateY(100%);
	}
}

.footer_child_company_box a > span:nth-child(3) {
	position: absolute;
	bottom: 0;
	right: 0;
	width: 100%;
	height: 5px;
	background: linear-gradient(to left, #14121F, #08DAB0);
	animation: animate3 2s linear infinite;
	border-radius: 5px;
}

@keyframes animate3 {
	0% {
		transform: translateX(100%);
	}
	100% {
		transform: translateX(-100%);
	}
}

.footer_child_company_box a > span:nth-child(4) {
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 5px;
	background: linear-gradient(to top, #14121F, #08DAB0);
	animation: animate4 2s linear infinite;
	animation-delay: 1s;
	border-radius: 5px;
}

@keyframes animate4 {
	0% {
		transform: translateY(100%);
	}
	100% {
		transform: translateY(-100%);
	}
}
.footer_child_company_box h4 span {
	font-weight: 700;
}
.footer_child_company_box h4 {
	font-size: 24px;
	font-weight: 400;
	color: #fff;
	line-height: 175%;
	float: left;
	margin-top: 2px;
}
.footer_child_company_box img {
	float: right;
	height: 46px;
	width: auto;
}
.navigation_wrapper {
	display: flex;
	justify-content: space-between;
}
.single_navigation_wrapper h3 {
    font-size: 21px;
    margin-bottom: 20px;
    color: #ccc;
    font-weight: 500;
}
.single_navigation_wrapper ul li {
	margin-bottom: 17px;
}
.single_navigation_wrapper ul li:last-child {
	margin-bottom: 0;
}
.single_navigation_wrapper ul li a {
	font-size: 17px;
	line-height: 175%;
	color: #444;
}
.single_navigation_wrapper ul li a:hover{
	text-decoration: underline;
	color: #08DAB0;
}
.customdropdown2 {
	display: flex;
}
.customdropdown2_menu_wrapper {
	width: 55%;
	max-width: 55%;
	padding-right: 40px;
}
.customdropdown2_details * {
	color: #000;
}
.customdropdown2_menu_img {
	width: 45%;
	max-width: 45%;
}
.customdropdown2_details h2{
	font-size: 20px;
	font-weight: 600;
	color: #000;
}
.customdropdown2_details p {
	font-size: 17px;
	color: #000;
	margin-top: 5px;
}
.customdropdown2_menu_img img {
    height: 100%;
    object-fit: cover;
    border-radius: 8px;
}
.customdropdown2_menu {
	list-style: none;
}
.customdropdown2_menu li {
	margin-bottom: 20px !important;
	padding-bottom: 20px !important;
	border-bottom: 1px dashed rgba(0, 0, 0, 0.3) !important;
}
.customdropdown2_menu li:last-child {
	margin-bottom: 0 !important;
	padding-bottom: 0 !important;
	border-bottom: 0 dashed rgba(0, 0, 0, 0.2) !important;
}
.customdropdown2_menu li a{
	position: relative !important;
	display: block;
}
.customdropdown2_menu li a img {
	position: absolute;
	top: 50%;
	right: 200px;
	transform: translate(0, -50%);
	transition: all 0.3s !important;
	opacity: 0;
}
.customdropdown2_menu li a:hover img {
	right: 0;
	opacity: 1;
}
.customdropdown2_details {
	transition: all 0.3s !important;
}
.customdropdown2_menu li a:hover .customdropdown2_details {
	opacity: 0.6;
}
.customdropdown_menu_wrapper {
	padding-right: 0 !important;
	padding-left: 40px;
}
.home_hero_area {
	padding-top: 80px;
}
.home_hero_available {
	color: #000;
	font-size: 18px;
	font-weight: 400;
	line-height: 140%;
	position: relative;
	padding-left: 20px;
	margin-bottom: 10px;
}
.home_hero_available:before {
	position: absolute;
	top: 6px;
	left: 0;
	width: 10px;
	height: 10px;
	content: '';
	border-radius: 50%;
	background: #70BF44;
	box-shadow: 0px 0px 10px 2px rgba(112, 191, 68, 0.54);
}
.home_hero_wrapper {
    max-width: 700px;
}
.home_hero_heading {}
.home_hero_heading h1{
	font-size: 60px;
	line-height: 130%;
	font-weight: 700;
}
.home_hero_heading h1 span {
	color: #08DAB0;
}
.home_hero_row {
    align-items: end;
}
.home_hero_des_wrapper {
    float: right;
    max-width: 337px;
}
.home_hero_des_des {
	margin-bottom: 27px;
}
.home_hero_des_des p {
    font-size: 18px;
    line-height: 162%;
	color: #444;
}
.home_hero_des_des_imgs ul{
	list-style: none;
}
.home_hero_des_des_imgs ul li{
	float: left;
	width: 48%;
	margin-right: 2%;
}
.home_hero_des_des_imgs ul li:last-child{
	margin-right: 0;
	margin-left: 2%;
}
.home_hero_des_des_imgs ul li img{
	width: 100%;
	height: auto;
}
.home_hero_btns {
	padding: 45px 0;
}
.home_hero_btns ul{
	list-style: none;
}
.home_hero_btns ul li{
	display: inline-block;
}
.home_hero_btns ul li a{}
.home_hero_btns ul li a:hover{}
.home_hero_service_area {}
.home_hero_service_area .row{
	margin: 0;
}
.home_hero_service_area .row > div{
	padding: 0;
}
.home_hero_service_single img {
	width: 100%;
	height: auto;
}
.home_hero_service_single a:hover {
	opacity: 0.6;
}
.home_hero_service_area .row > div:first-child img {
	border-radius: 15px 0 0 15px;
}
.home_hero_service_area .row > div:last-child img {
	border-radius: 0 15px 15px 0;
}
.home_hero_service_area .row > div:nth-child(2) .home_hero_service_single {
	box-shadow: -16px 0px 34px rgba(0, 0, 0, 0.25);
}
.home_hero_service_area .row > div:nth-child(3) .home_hero_service_single {
	box-shadow: -16px 0px 34px rgba(0, 0, 0, 0.25);
}
.home_hero_service_area .row > div:nth-child(4) .home_hero_service_single {
	box-shadow: -16px 0px 34px rgba(0, 0, 0, 0.20);
}
.home_hero_brands_area {
	margin-top: 60px;
}
.home_hero_brands_slider {
	position: relative;
}
.home_hero_brands_slider:before {
	content: '';
	position: absolute;
	z-index: 2;
	height: 100%;
	width: 250px;
	background: linear-gradient(90deg, white 0%, rgba(255, 255, 255, 0) 100%);
	top: 0;
	left: 0;
}
.home_hero_brands_slider:after {
	content: '';
	position: absolute;
	z-index: 2;
	height: 100%;
	width: 250px;
	background: linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, white 100%);
	top: 0;
	right: 0;
}
.slick-list {
	margin: 0 -15px;
}
.slick-slide {
	padding: 0 15px;
}
.home_hero_brands_slider_main {
	text-align: center;
}
.home_hero_brands_slider_main img{
	height: 50px;
	width: auto;
}
.hero_cta a {
    background: #fff;
    color: #000;
    font-weight: 500;
    display: block;
    border-radius: 13px;
    line-height: 130%;
	margin-left: 20px;
	text-decoration: underline;
}
.hero_cta a:hover {
	color: #08DAB0;
}
.section_title {
	margin-bottom: 35px;
}
.section_title h3{
	color: #000;
	font-weight: 400;
	font-size: 18px;
	line-height: 120%;
	position: relative;
	padding-bottom: 8px;
	margin-bottom: 18px;
}
.section_title h3:before{
	width: 80px;
	height: 4px;
	border-radius: 4px;
	content: '';
	background: #08DAB0;
	left: 0;
	bottom: 0;
	position: absolute;
}
.section_title h2{
	font-size: 40px;
	line-height: 130%;
	font-weight: 600;
}
.section_title h2 span{
	color: #08DAB0;
}
.single_video_testimonial {
	cursor: pointer;
	position: relative;
	border-radius: 15px;
	display: block;
}
.single_video_testimonial .svg {
	transition: all 0.35s;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	height: 70px !important;
	width: 70px !important;
	border-radius: 50%;
	z-index: 2;
	background: rgba(255,255,255,.4);
	backdrop-filter: blur(15px);
}
.single_video_testimonial .svg svg {
	height: 35% !important;
	width: auto !important;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	margin-left: 3%;
	transition: all 0.35s;
}
.single_video_testimonial:hover .svg {
	height: 95px !important;
	width: 95px !important;
}
.single_video_testimonial_brand_border {
    top: 10px;
    right: 10px;
    border-radius: 7px 7px 12px 12px;
    position: absolute;
    border-bottom: 6px solid rgba(255, 255, 255, 0.46);
	background: rgba(255, 255, 255, 0.46);
	z-index: 2;
}
.single_video_testimonial_brand {
    background: #fff;
    height: 47px;
    width: 47px;
	 border-radius: 7px;
}
.single_video_testimonial_brand img{
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	height: 25px;
	width: auto;
}
.home_view_testimonials_row {
	margin: -15px;
}
.home_view_testimonials_row > div {
	padding: 15px;
}
.single_video_testimonial h2 {
	font-size: 23px;
	font-weight: 700;
	text-align: center;
	color: #fff;
	position: absolute;
	bottom: 50px;
	width: 100%;
	left: 0;
	opacity: 0;
	transition: all 0.4s;
	z-index: 2;
}
.single_video_testimonial h3 {
	font-size: 17px;
	font-weight: 600;
	text-align: center;
	color: #fff;
	position: absolute;
	bottom: 20px;
	width: 100%;
	left: 0;
	opacity: 0;
	transition: all 0.8s;
	z-index: 2;
}
.single_video_testimonial:hover h3 {
	bottom: 40px;
	opacity: 1;
}
.single_video_testimonial:hover h2 {
	bottom: 70px;
	opacity: 1;
}
.single_video_testimonial:before {
	background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, black 100%);
	backdrop-filter: blur(2px);
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 1;
	opacity: 0;
	transition: all 0.4s;
}
.single_video_testimonial:hover:before {
	opacity: 1;
}