/* 
Theme Name: Rafah WP LMS
Version: 1.0
Author: Surajit Kayal
Description: Custom WP Theme
*/

/* Theme style */


@font-face {
	font-family: 'FontBody';
	src: url('fonts/ElMessiri-Regular.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'FontBodyLight';
	src: url('fonts/ElMessiri-Regular.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'FontHead';
	src: url('fonts/Lato-Bold.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'FontBodyAR';
	src: url('fonts/ElMessiri-Regular.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'FontHeadAR';
	src: url('fonts/ElMessiri-SemiBold.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'FontHeadAR2';
	src: url('fonts/ElMessiri-SemiBold.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
}

::-moz-selection {
	color: #fff;
    background: #333;
    text-shadow: none;
}

::selection {
	color: #fff;
    background: #333;
    text-shadow: none;
}
.container {
  max-width: 1080px;
  width: 100%;
}

body {
	font-family: 'FontBody', sans-serif;
	font-size: 15px;
	-webkit-overflow-scrolling: touch;
	letter-spacing: 0 !important;
	background: #e4f2f0;
	color: #514439;
	margin-top: -3px;
}

body.thisPage {
	/*background: url(images/page-bg.png) no-repeat top right #0A4D54 !important;
	background-size: 30% !important;*/
	background: transparent;
}

.loggedin-link {
    display: none !important;
}
body.logged-in .loggedin-link {
    display: inline-block !important; 
}
body.logged-in .loggedin-link-remove {
   display: none !important;
}



a {	
	color: #000;
	transition: 0.3s;
}
a:hover,
a:focus {
	color: #514439;
	transition: 0.3s;
	text-decoration: underline;
}

p,li {
	line-height: 27px;
	margin-bottom: 20px;
}
p.small {
	font-size: 16px;
}
p.large,
.large li,
.page-highlight p {
	font-size: 22px !important;
	line-height: 30px;
	margin-bottom: 30px;
	padding: 0 15px;
}


hr {
	border-color: rgba(0,0,0,0.2); !important;
}
h1, h2, h3 {
	font-family: 'FontHead1';
	font-weight: 500;
}
h3, h4, h5, h6 {
	font-family: 'FontHead2';
	color: #030917;
}
.sticky-column {
  position: sticky;
  top: 120px;
}
section {
	padding: 40px 0;
}
section.less {
	padding: 20px 0;
}
section h1 {
	font-size: 42px;
	line-height: 76px;
	padding-bottom: 20px;
}
section h2 {
	font-size: 36px;
	line-height: 56px;
	padding: 0;
	margin: 30px 0;
}
section h3 {
	font-size: 24px;
	line-height: 30px;
	margin-bottom: 20px;
}
section h4 {
	font-size: 18px;
	line-height: 35px;
}
section.hero-bg {
	padding-top: 120px;
	padding-bottom: 20px;
	margin-bottom: 0px;
	background: none;
}
section.hero-bg .panel-page {
	padding: 80px 40px;
	padding-top: 300px;
	border-radius: 20px;
	box-shadow: none;
	background: #274F6F;
	background-size: cover;
	background-position: center center !important;
	border: 0;
}
section.hero a {
	color: #fff;
	border-bottom: 1px solid rgba(255,255,255,0.4);
	font-weight: 600;
}
section.hero a:hover {
	border-bottom: 1px solid rgba(255,255,255,1);
}
section.hero-bg h1 {
	font-size: 44px;
	font-weight: 400;
	line-height: 52px;
	margin: 0;
	padding: 0;
}
section.hero-bg h2 {
	font-size: 25px;
	font-weight: 600;
	line-height: 40px;
	margin: 0;
	margin-top: 30px;
	padding: 0;
}
section.hero h3 {
	font-size: 24px;
	font-weight: 400;
	margin-top: 60px;
	margin-bottom: 10px;
}
section.hero img {
	width: 100%;
	height: auto;
}
section.hero img.profile-pic {
	border-radius: 230px 230px 0 0;
	box-shadow: 20px 20px 0 rgba(0,0,0,0.15);
	box-shadow: none;
}
section.hero .btn-default {
	color: #195158;
	background: rgba(176, 209, 194,0.2);
	border: 1px solid rgba(176, 209, 194,0.4) !important;
	font-weight: 400;
}
section.hero .btn-default:hover {
	color: #195158 !important;
	background: linear-gradient(to right, #b0d1c2 50%, transparent 50%);
  	background-size: 203% 103%;
  	background-position: right bottom;
  	transition: all .6s ease-out;
	border: 1px solid #b0d1c2 !important;
}
section.slogan {
	padding: 0;
	text-align: center;
}
section.slogan h2 {
	font-size: 24px;
}

section.withbg {
	background-position: center !important;
	background-repeat: no-repeat !important;
	background-size: cover !important;
	min-height: 560px;
	margin-bottom: 60px;
}
section.withbg2 {
	background-size: 1250px !important;
	margin-top: 60px;
}
section.withbg3 {
	background-size: 1250px !important;
	margin-top: 60px;
	min-height: 400px;
	padding-top: 100px;
}
section.withbgfull {
	background-size: cover !important;
	margin: 0;
	min-height: 600px;
	padding-top: 240px;
}
section.withbg.home {
	min-height: 520px;
}
section .all-white {
	color: #fff !important;
}
section.white-outline {
	background: url(images/logo-outline.png) no-repeat right center !important;
	background-size: 70% !important;
	background-attachment: scroll !important;
}
section.dark {
	background: rgba(0,0,0,0.91);
}
.section-light {
	background: rgba(255,255,255,0.89);
	backdrop-filter: saturate(170%) blur(6px);
	margin-top: auto;
	padding: 20px;
  	box-shadow: 0px 8px 16px 0px rgba(0,0,0,.05);
  	border-radius: 16px;
  	border: 1px solid rgba(0,0,0,0.1);
}

.pullup {
	position: relative;
	margin-top: -160px;
}
.pullup2 {
	position: relative;
	margin-top: -130px;
}
.pullup.home {
	position: relative;
	margin-top: -340px;
}
.pushdown {
	margin-top: 5%;
}
.pushdown2 {
	margin-top: 10%;
}
.section-bg1 {
	background: linear-gradient(90deg, #003636 60%, #916543 60% );
	background: linear-gradient(to left, rgba(0,134,129,0.9) 40%, rgba(0,54,54,0.9) 40% ), url('images/pattern2.png') !important;
	color: #fff !important;
	background-repeat: no-repeat !important;
	background-position: right !important;
	background-size: contain !important;
}
.section-bg2 {
	background: #a4bdbc !important;
}
.section-bg3 {
	background: linear-gradient(220.55deg, #6c7a89 0%, #bfbfbf 100%) !important;
	background: rgba(0,166,81,0.98) !important;
	padding: 50px;
  	box-shadow: 0px 8px 25px 0px rgba(0,0,0,.13);
}
.section-bg4 {
	background: linear-gradient(220.55deg, #d9fefb 0%, #fff 100%) !important;
  	padding: 40px 50px;
  	border-radius: 6px;
  	box-shadow: 0px 8px 25px 0px rgba(0,0,0,.13);
}
.section-bg5 {
  background: linear-gradient(to right, #111 0%, #404040 100%) !important;
  background: linear-gradient(to right, rgba(0,0,0,0.76) 0%, rgba(0,0,0,0.9) 100%) !important;
  backdrop-filter: saturate(170%) blur(12px);
  border-radius: 0;
  color: #fff;
}
.section-bg6 {
	background: #d4cdba !important;
  	padding: 20px;
  	border-radius: 30px;
  	box-shadow: none;
  	color: #000;
  	margin: 10px;
}
.section-bg7 {
	background: #00a651 !important;
  	padding: 40px 50px;
  	border-radius: 0;
  	box-shadow: 0px 8px 18px 0px rgba(0,0,0,.13);
  	color: #fff;
}
.section-page {
	padding-top: 160px !important;
	padding-bottom: 30px !important;
	background: #e4f2f0 !important;
	background-size: 70% !important;
	position: relative;
	border-radius: 16px;
	margin: 5px;
}
.section-page.less {
}
.section-page.less.contact {
}
.section-page.home {
}
.section-page .panel-page {
	padding: 20px 20px;
	padding-top: 140px;
	border-radius: 20px;
	box-shadow: none;
	background: #274F6F;
	background-size: cover;
	background-position: center center !important;
	border: 0;
}
.section-page h1 {
	font-size: 42px;
	line-height: 64px;
	margin: 0;
	padding: 20px 0;
	text-transform: none;
}
.section-page.less h1 {
	margin-bottom: 40px;
}
.section-page.home h1 {
	font-size: 64px;
	line-height: 86px;
	margin: 0;
	padding: 20px 0;
	text-transform: uppercase;
}
.section-page h2 {
	padding-bottom: 0;
}
.section-page h3 {
	margin: 0;
	padding-bottom: 20px;
	border: 0;
	font-size: 26px;
}
.section-page p {
	font-size: inherit;
}
.section-page p.large {
	margin-bottom: 0;
	padding: 0;
}
.section-page p.large span {
	color: #0A4D54 !important;
	padding: 10px 20px;
}
.section-img1 {
	width: 100%;
	height: auto;
	object-fit: contain;
	border-radius: 0;
	box-shadow: -30px 30px 0 #00aeef;
	margin-top: 20%;
}
.section-img.reverse {
	float: right;
}

.section-bg4 [class^="col-md"] {
	padding: 0 30px;
	margin-bottom: 30px;
}
.col-highlight [class^="col-md"] {
	padding: 15px 40px;
}
.col-highlight [class^="col-md"] h3 {
  font-size: 16px;
}
.col-highlight [class^="col-md"] h2 {
	color: #c0c0c0;
	margin: 0;
	padding: 0;
	font-size: 40px;
	transition: 0.5s;
}
.col-highlight [class^="col-md"] h2:after {
	content: '';
	display: block;
	height: 2px;
	background: #fff;
	width: 50px;
	margin: 0;
	transition: 0.5s;
	position: relative;
	top: 5px;
}
.col-highlight [class^="col-md"]:hover h2:after {
	background: #00a550;
	background: linear-gradient(to right, #eee, #00a550);
	width: 99%;
	transition: 0.5s;
}
.col-highlight [class^="col-md"] h2.txt-green {
	color: #00a550 !important;
	font-weight: 100 !important;
}

.line {
	content: '';
	display: block;
	height: 25px;
	background: #000;
	width: 200px;
	margin: 5px auto;	
	border-radius: 0;
}
.line.left {
	margin: 0;
	margin-bottom: 30px;
}
.line.white {
	background: #fff;
}
/* centegreen columns styles */
.row-centered {
    text-align:inherit;
}
.col-centered {
    display:inline-block;
    float:none;
    /* reset the text-align */
    /* inline-block space fix */
    margin-right:-4px;
}
.upper {text-transform: uppercase;}

.txt-white {color: #fff !important;}
.txt-black {color: #030917 !important;}
.txt-gray {color: #3d3d3d !important;}
.txt-gray2 {color: #696969 !important;}

/* branding colors */
.txt-brown {color: #514439 !important;}
.txt-green {color: #0A4D54 !important;}
.txt-green2 {color: #0AD7A9 !important;}
.txt-orange {color: #ffa970 !important;}
.txt-purple {color: #5834AD !important;}


.line-white, .bg-white {background: #fff !important; color: #000 !important;}
.line-black, .bg-black {background: #000 !important; color: #fff !important;}
.line-gray, .bg-gray {background: #F9F9FA !important;}
.line-gray, .bg-gray2 {background: #030917 !important;color: #fff !important;}

/* branding colors */
.line-purple, .bg-purple {background: #CFB2FC !important; color: #000 !important;}
.line-green, .bg-green {background: #0AD7A9 !important; color: #000 !important;}
.line-green2, .bg-green2 {background: #0A4D54 !important; color: #0A4D54 !important;}
.line-green3, .bg-green3 {background: #96D60B !important; color: #fff !important;}
.line-brown, .bg-brown {background: #514439 !important; color: #514439 !important;}


.bg-graybg {
	background: url(images/team-section-bg.png) bottom center no-repeat #030917;
	background-size: cover;
}
.bg-graybg2 {
	background: url(images/slide-bg-en.png) top left no-repeat #030917;
	background-size: contain;
}

.theme-red {
    background: #1A2E85;
    background: -webkit-linear-gradient(to right, #be1622 0%, #ff0033 50%, #be1622 100%);
    background: -moz-linear-gradient(to right, #be1622 0%, #ff0033 50%, #be1622 100%);
    background: linear-gradient(to right, #be1622 0%, #ff0033 50%, #be1622 100%);
        background-clip: border-box;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.txt-white p {color: #fff !important;}


button,
.learndash-wrapper:not(.ld-registration__outer-wrapper):not(.learndash-wrapper--modern) #btn-join, 
.learndash-wrapper:not(.ld-registration__outer-wrapper):not(.learndash-wrapper--modern) .btn-join,
#place_order.button,
.woocommerce div.product form.cart .button,
.button.wc-forward,
.wc-block-components-button,
.wpcf7-form input[type=submit],
.btn-default {
	border: 0 !important;
	background: #ffa970 !important;
	color: #000 !important;
	border-radius: 32px !important;
	padding: 12px 25px !important;
	font-size: 15px !important;
	font-weight: normal;
	text-align: center;
	transition: all .3s ease-out;
	line-height: 24px !important;
}

button:hover,
.learndash-wrapper:not(.ld-registration__outer-wrapper):not(.learndash-wrapper--modern) #btn-join:hover, 
.learndash-wrapper:not(.ld-registration__outer-wrapper):not(.learndash-wrapper--modern) .btn-join:hover,
#place_order.button:hover,
.woocommerce div.product form.cart .button:hover,
.button.wc-forward:hover,
.wc-block-components-button:hover,
.wpcf7-form input[type=submit]:hover,
.btn-default:hover, 
.btn-default:focus {
	background: #514439 !important;
	border: 0;
	color: #000 !important;
	padding: 12px 25px !important;
	background: linear-gradient(to right, #514439 50%, #ffa970 50%) !important;
  	background-size: 203% 103% !important;
  	background-position: right bottom !important;
  	transition: all .3s ease-out;
  	text-decoration: none;
	font-size: 15px;
	font-weight: normal;
	text-align: center;
	transition: all .3s ease-out;
	line-height: 24px !important;
}

.wpcf7-form input[type=submit],
.wpcf7-form input[type=submit]:hover {
	max-width: 200px;
	float: right;
}

.btn-default img {
	border: 0;
	margin: 0 3px;
	position: relative;
	top: -2px;
	transition: all .3s ease-out;
}
.btn-default:hover img {
	filter: invert(100%);
	transition: all .3s ease-out;
}
.btn-large,
.btn-large:hover,
.btn-large:focus {
	padding: 20px 40px !important;
	font-size: 26px !important;
}
.btn-large {
	background: #5834AD;
	color: #E8E8E3;
}
.btn-dark {
	background: #0B111D !important;
	border-color: #0B111D;
	color: #fff !important;
	font-size: 17px;
	padding: 10px 40px;
}
.btn-dark:hover,
.btn-dark:focus {
	background: #A08D6D !important;
	border-color: #0095da;
	color: #fff !important;
	font-size: 17px;
	padding: 10px 40px;
}
.btn-solid {
	background: #edd1c8 !important;
	border-color: #edd1c8;
	color: #111 !important;
	transition: all .3s ease-out;
}
.btn-solid:hover,
.btn-solid:focus {
	color: #111 !important;
	background: linear-gradient(to right, rgba(237, 208, 200, 0.55) 50%, rgba(237, 208, 200,1) 50%) !important;
  	background-size: 203% 103% !important;
  	background-position: right bottom !important;
  	transition: all .6s ease-out;
}
.btn-line {
	background: #fff;
	border: 1px solid #000 !important;
	color: #000;
}
.btn-line:hover,
.btn-line:focus {
	background: #fff;
	border: 1px solid #999 !important;
	color: #999;
}

.btn-small {
	font-size: 15px !important;
	padding: 10px 15px !important;
	border-radius: 0 !important;
}
.btn-thin,
.btn-thin:hover,
.btn-thin:focus {
	font-size: 13px;
	padding: 8px 10px;
}

.mt, .mb {
	padding: 90px 0;
}

.post-entry {
	min-height: 200px;
}

#header {
	position: fixed;
	width: 100%;
	z-index: 2000;
	top: 0;
	padding: 0;
	padding-top: 30px;
	padding-bottom: 20px;
	transition: 0.3s;
	border: 0;
	background: transparent !important;
	box-shadow: none;
}
#header.shrinked {
	background: rgba(255,255,255,0.7) !important;
	backdrop-filter: saturate(0%) blur(7px);
	padding-top: 10px;
	padding-bottom: 0px;
	transition: 0.3s;
	border-bottom: 1px solid rgba(0,0,0,0.1);
}

#header.thisHome {
	border-bottom: 0 solid rgba(0,0,0,0.1) !important;
	background: transparent !important;
}
#header.thisHome.shrinked {
	backdrop-filter: saturate(0%) blur(7px);
	border-bottom: 1px solid rgba(0,0,0,0.1) !important;
	background: rgba(255,255,255,0.7) !important;
}
#header .lined {
	background: rgba(217, 217, 217, 0.2);
	height: 1px;
	width: 100%;
	display: inline-block;
}
#header.shrinked .lined {
	display: none;
}

#header .logo img {
	height: auto;
	width: 180px;
	margin-top: 10px;
	margin-bottom: 10px;
	filter: none;
	transition: 0.4s;
}
#header.thisHome .logo img {
}
#header.shrinked .logo img,
#header.thisHome.shrinked .logo img {
	filter: invert(0%) brightness(100%) !important;
	width: 180px;
	margin-top: 10px;
	margin-bottom: 10px;
	transition: 0.4s;
}
#header .logoname {
	padding: 0;
	margin: 0;
	margin-top: 28px;
	font-weight: 500;
	font-size: 27px;
	text-transform: none;
}
#header .logoname a,
#header .logoname a:hover {
	color: #000;
}



.navbar-nav {
  display: flex;
  justify-content: center ;
  justify-content: right;
  width: 100%;
}

#navbar-last {
  float: right;
  margin-right: -15px !important;
}

.navbar-default {
    background: transparent;
    border: 0;
    padding: 0;
}
#header .navbar {
    margin: 0 auto;
    margin-top: 0px;
}
#header.shrinked .navbar {
	margin-top: 0px;
}

#header .navbar-default .navbar-nav > li, 
#header.thisHome .navbar-default .navbar-nav > li {
	margin: 0 10px;
}

.navbar-default .navbar-nav > li > a {
	color: #000 !important;
	margin: 0 1px;
	font-size: 15px;
	padding: 10px 15px;
	text-transform: none;
	letter-spacing: 0;
}

.navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:hover, .navbar-default .navbar-nav > .open > a:focus {
	background: transparent;
}
#header.thisHome .navbar-default .navbar-nav > li > a,
#header.shrinked .navbar-default .navbar-nav > li > a {
	color: #000 !important;
}
#header.shrinked .navbar-default .navbar-nav > li > a:hover {
	color: #000 !important;
	background: #fff;
}
#header .navbar-default .navbar-nav > li > a:hover, 
#header .navbar-default .navbar-nav > li > a:focus,
#header .navbar-default .navbar-nav > li > a.dropdown-toggle:hover {
	color: #000 !important;
	background: #ffa970;
	border-radius: 12px;
}
#header.shrinked .navbar-default .navbar-nav > li > a.dropdown-toggle {
	color: #fff !important;
}
.navbar-default .navbar-nav > li > a:after,
#header.shrinked .navbar-default .navbar-nav > li > a:after {
  display:block;
  content: '';
  padding-top: 0px;
  border-bottom: 0 solid #CFB2FC;  
  transform: scaleX(0);  
  transition: transform 250ms ease-in-out;
}
#header.thisHome .navbar-default .navbar-nav > li > a:after,
#header.shrinked .navbar-default .navbar-nav > li > a:after {
	border-color: #CFB2FC;
}
.navbar-default .navbar-nav > li > a:hover:after,
#header.shrinked .navbar-default .navbar-nav > li > a:hover:after,
.navbar-default .navbar-nav > .current_page_item.active > a:after {
	transform: scaleX(1);
}


#header.thisHome.shrinked .navbar-default .navbar-nav > .active > a,
#header.shrinked .navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a, 
.navbar-default .navbar-nav > .active > a:hover, 
.navbar-default .navbar-nav > .active > a:focus {
	color: #000 !important;
	background: rgba(255,255,255,0.3);
	border-radius: 12px;
}

.navbar-default .navbar-nav > .current_page_item.active > a {
	font-weight: normal;
	color: #000 !important;
	background: #ffa970;
	border-radius: 12px;
}
#header.shrinked .navbar-default .navbar-nav > .current_page_item.active > a {
	font-weight: normal;
	color: #000 !important;
	background: #ffa970;
	border-radius: 12px;
}


.dropdown-menu {
	background: rgba(255,255,255,1);
  	backdrop-filter: saturate(150%) blur(10px);
	box-shadow: none;
	border: 1px solid rgba(0,0,0,0.1);
	border-top: 0;
	border-radius: 0;
	min-width: 160px;
	padding: 20px 0;
}
#header.shrinked .dropdown-menu {
	background: linear-gradient(-180deg,rgba(255, 255, 255, 0.9)0%, rgba(255, 255, 255, 0.9) 100%) !important;
  	backdrop-filter: saturate(150%) blur(10px);
}

.navbar-nav > li > .dropdown-menu {
	margin-top: 0;
	width: 100%;
}

.dropdown-menu li a {
	color: #003636 !important;
	font-size: 15px;
	line-height: 32px;
	text-transform: none;
}

.dropdown-menu li a:hover {
	color: #111 !important;
	background: transparent;
}
.dropdown:hover .dropdown-menu {
    display: block;
}

.dropdown-menu > .active > a, .dropdown-menu > .active > a:hover, 
.dropdown-menu > .active > a:focus,
.dropdown-menu > .current_page_item.active > a,
.navbar-default .navbar-nav .open .dropdown-menu > .active > a, 
.navbar-default .navbar-nav .open .dropdown-menu > .active > a:hover, 
.navbar-default .navbar-nav .open .dropdown-menu > .active > a:focus {
	background: transparent;
	color: #b0d1c2 !important;
}
.dropdown.active a.dropdown-toggle {
	color: #000 !important;
}

.navbar-toggle,
.navbar-toggle:hover
.navbar-toggle:focus {
	border: 0;
	background: #4d4e4e !important;
	margin-top: -40px;
	border-radius: 0;
}

.navbar-default .navbar-collapse, .navbar-default .navbar-form {
    border: 0 none;
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
    box-shadow: none;
}
.navbar-default .navbar-toggle .icon-bar {
    background-color: #fff;
}

#header .navbar-default .navbar-nav > li:last-child {
	margin-right: 0;
}

#header .navbar-default .navbar-nav > li:nth-last-child(2) {
	font-weight: normal;
}



#header #menu-last-en.navbar-nav > li > a,
#header #menu-last-ar.navbar-nav > li > a {
	color: #fff !important;
	border: 1px solid #fff;
	padding: 10px 10px;
	border-radius: 6px !important;
	font-size: 16px;
	background: url(images/arrow-right.svg) center right 20px no-repeat transparent;
	background: none;
}
#header #menu-last-en.navbar-nav > li > a:hover,
#header #menu-last-ar.navbar-nav > li > a:hover  {
	color: #fff !important;
	border: 1px solid #CFB2FC;
	background: #CFB2FC !important;
	border: 1px solid #CFB2FC;
}
#menu-last-en,
#menu-last-ar {
	position: relative;
	margin-top: 10px;
}
#menu-last-en li a:after,
#menu-last-ar li a:after {
	display: none;
}

#paging {
	text-align: center;
	padding: 10px 0;
}

.paging .wp-pagenavi a {
	background: #fff;
	color: #444;
	text-decoration: none;
	border: 1px solid #d9d9d9;
	width: 28px;
	margin: 5px;
	display: inline-block;
	border-radius: 6px;
}

.paging .wp-pagenavi a:hover {
	color: #000;
	border: 1px solid #195158;
	background: #fff;
}

.paging .wp-pagenavi .current {
	color: #fff;
	border: #195158;
	background: #195158;
	width: 28px;
	margin: 3px;
	display: inline-block;
	border-radius: 4px;
}

.post-detail {
	background: #fff;
	-moz-box-shadow: 1px 1px 5px #d9d9d9;
	-webkit-box-shadow: 1px 1px 5px #d9d9d9;
	box-shadow: 1px 1px 5px #d9d9d9;
	margin-top: 30px;
	margin-bottom: 50px;
	padding-bottom: 40px;
}

.post-detail .title {
	color: #2a2a2a;
	font-size: 1.65em;
	font-weight: 600;
	text-align: right;
	padding: 10px 0;
	margin-top: 30px;
	margin-bottom: 10px;
	border-bottom: 1px solid #2a2a2a;
}

.post-pic img {
	width: 100%;
	height: auto;
	border-radius: 0;
	border: 1px solid rgba(0,0,0,0.1);
}

.post-detail .post-desc {
	border-bottom: 1px solid #eee;
	padding: 40px 0;
}
.post-desc .about-image {
	width: 100%;
	height: 240px;
	object-fit: cover;
	object-position: center;
	border-radius: 4px;
}
.post-desc .legends {
	border-bottom: 1px solid rgba(0,0,0,0.1);
	margin-bottom: 0;
	padding: 10px 0;
}
.post-desc .legends span {
	min-width: 80px;
	display: inline-block;
	font-size: 14px;
}


.team-pic img {
	width: 240px;
	height: 240px;
	object-fit: cover;
	border-radius: 100%;
	border: 1px solid #eee;
}
.comment-form label {
	display: block;
}

.comment-form input,
.comment-form textarea {
	border: 1px solid #d9d9d9;
	padding: 7px;
}

.comment-form input[type="submit"] {
	color: #fff;
	background: #6c7a89;
	border: 1px solid #6c7a89;
	margin-top: 30px;
	padding: 10px 30px;
}

.comment-form input[type="submit"]:hover {
	color: #6c7a89;
	background: #fff;
	border: 1px solid #6c7a89;
}

.wpcf7-not-valid-tip,
.wpcf7 form.invalid .wpcf7-response-output, .wpcf7 form.unaccepted .wpcf7-response-output,
.wpcf7 form.sent .wpcf7-response-output {
    background: #fff;
    border-radius: 5px;
    font-size: 14px;
}

.woocommerce-form input[type=text],
.woocommerce-ResetPassword input[type=text],
.woocommerce-form input[type=password],
.woocommerce-form input[type=email],
.wc-block-components-form .wc-block-components-text-input input[type=text],
.wc-blocks-components-select .wc-blocks-components-select__select,
.wc-block-components-form .wc-block-components-text-input input[type=tel],
.wc-block-components-form .wc-block-components-text-input input[type=email],
.wpcf7-form input,
.wpcf7-form textarea,
.wpcf7-form select {
	background: #e4f2f0 !important;
	border: 1px solid rgba(0, 0, 0, 0.1) !important;
	padding: 10px 20px;
	width: 100%;
	color: #000;
	border-radius: 8px !important;
	margin-bottom: 20px;
	font-size: 16px;
}
.wpcf7-form select {
  padding-bottom: 15px;
  line-height: 32px;
  padding-top: 16px;
}
.wpcf7-form textarea {
	max-height: 160px;
}
.woocommerce-form input[type=text]:focus,
.woocommerce-form input[type=password]:focus,
.woocommerce-form input[type=email]:focus,
.wpcf7-form input[type="text"]:focus,
.wpcf7-form input[type="email"]:focus,
.wpcf7-form input:focus,
.wpcf7-form textarea:focus,
.wpcf7-form select:focus {
	border: 0 !important;
	color: #000;
	background: transparent;
	border: 1px solid rgba(0, 0, 0, 0.3) !important;
	box-shadow: none !important;
	outline: none;
}
.wpcf7-form p {
	line-height: 32px;
	margin-bottom: 0;
}

.wpcf7 .download input[type=submit] {
	color: #b4000c;
	background: #fff;
	font-size: 1em;
	text-transform: uppercase;
	min-width: auto;
	border-radius: 10px;
	border: 1px solid #b4000c !important;
	padding: 15px;
	line-height: 1em;
}
.wpcf7 .download input,
.wpcf7 .download input:focus,
.wpcf7 .download input:hover {
	color: #000;
	border: 1px solid #000;
	box-shadow: none;
}

.wpcf7 ::placeholder {
    color: #444 !important;
    opacity: 1;
}

.w3-animate-opacity{animation:opac 0.8s}@keyframes opac{from{opacity:0} to{opacity:1}}
.w3-animate-top {position:relative;animation:animatetop 0.4s}@keyframes animatetop{from{top:-300px;opacity:0} to{top:0;opacity:1}}
.w3-animate-bottom{position:relative;animation:animatebottom 0.4s}@keyframes animatebottom{from{bottom:-300px;opacity:0} to{bottom:0;opacity:1}}

.menu-end {
	padding: 0;
	list-style: none;
	margin-top: 30px;
	text-align: right;
	font-size: 20px;
}
.shrinked .menu-end {
	margin-top: 29px;
}
.menu-end li {
	display: inline-block;
	font-size: 0.82em;
	margin-left: 20px;
	margin-right: 0;
}

.thisHome .menu-end li a {
	color: #000;
}
.thisHome.shrinked .menu-end li a,
.shrinked .menu-end li a {
	color: #000;
}

.menu-overlay {
  height: 0%;
  width: 100%;
  position: fixed;
  z-index: 5000;
  top: 0;
  left: 0;
  backdrop-filter: saturate(170%) blur(12px);
  background-size: 80%;
  background: #f4f1e9;
  overflow-y: auto;
  transition: 0.5s;
  text-transform: none;
}
.overlay-content {
  position: relative;
  top: 80px;
  width: 100%;
  margin-top: 10px;
  padding: 30px;
}
.overlay-content .logo img {
	width: 120px;
	height: auto;
	margin-bottom: 30px;
}
.overlay-content p {

}
.overlay-content ul {
	padding: 20px;
	list-style: none;
}
.overlay-content li {
	padding: 10px 0;
	font-size: 17px !important;
	list-style: none;
	width: 100%;
	display: block;
	border: 0;
	letter-spacing: 0;
}
.overlay-content li a,
.overlay-content li a:hover,
.overlay-content li a:focus,
.overlay-content li a:visited {
	color: #514439;
	text-decoration: none;
}
.overlay-content li.current_page_item a,
.sub-menu li.current-menu-item a {
	color: #000 !important;
}
.overlay-content li.menu-item-has-children a {
	/*pointer-events: none;*/
}
.overlay-content .sub-menu {
	border: 0;
	margin: 10px 0;
	background: rgba(0,0,0,0.05);
	padding: 10px;
	border-radius: 10px;
}
.overlay-content .sub-menu li {
	font-size: 17px;
	padding: 10px 5px;
	display: inline-flex;
	width: 45.6%;
	width: 100%;
}
.overlay-content .sub-menu li a {
	color: #000;
	pointer-events: auto;
}
.menu-overlay .closebtn {
	color: #514439;
  	position: absolute;
  	top: 40px;
  	right: 30px;
  	font-size: 64px;
  	outline: none;
  	z-index: 6000;
}
.menu-overlay img {
	margin: 20px 0;
	width: 160px;
	background: #fff;
	padding: 5px;
	border-radius: 12px;
}
.menu-overlay p {
	color: #fff;
	font-size: 14px;
	line-height: 27px;
}
.menu-overlay .text-right {
	text-align: left;
}
.menu-overlay  i {
	color: #fff;
	margin: 20px 10px;
	font-size: 28px;
}

#menu-last-en-1,
#menu-last-ar-1,
#menu-last-en-mobile,
#menu-last-ar-mobile {
	border-top: 1px solid rgba(255,255,255,0.1) !important;
}

.hamburger {
	color: #000 !important;
	font-size: 30px;
	cursor: pointer;
	position: absolute;
	top: 25px !important;
	right: 10px;
	left: 0;
	text-align: right;
}
.hamburger img {
	width: 32px;
	height: auto;
	filter: invert(100%);
}
.thisHome .hamburger {
	color: #000 !important;
}
.shrinked .hamburger,
.thisHome.shrinked .hamburger {
	color: #000 !important;
	top: 10px !important;
}


.home-slider {
	margin-top: 140px;
	padding-top: 100px;
	padding-bottom: 60px;
}
.home-slider .content {
	padding: 20px 60px;
}
.home-slider img {
	height: 400px;
	width: 100%;
	border-radius: 16px;
	object-fit: cover;
}
.home-slider .content h1 {
	margin-top: 100px;
	margin-bottom: 30px;
	font-size: 25px;
	line-height: inherit;
}
.home-slider .btn {
	margin-top: 20px;
}

.slick-prev:before,
.slick-next:before {
	color: #000;
	font-size: 56px;
}
.slick-prev::before {
	font-family: "Material Icons";
	content: "\e5cb";
}
.slick-next::before {
	font-family: "Material Icons";
	content: "\e5cc";
}
.slick-prev {
	left: 0px;
	right: auto;
	z-index: 2000;
}
.slick-next {
	right: 0px;
	left: auto;
}
.home-pic {
	width: 400px;
	height: auto;
	margin: 20px 0;
	margin-bottom: 40px;
}
.about-pic {
	width: 100%;
	height: auto;
	margin: 30px auto;
	border-radius: 16px;
}
.about-pic2 {
	width: 92%;
	height: auto;
	margin-bottom: 40px;
}
.about-pic3 {
	width: 62%;
	height: auto;
	margin: 15px 0;
}
.request-pic {
	width: 110%;
	height: 460px;
	margin: 0;
	padding: 10px;
	position: relative;
	float: right;
}

.contact-form {
	border: 0;
	overflow: hidden;
	padding: 30px 15px;
}

.section-contact {
}
footer {
	padding: 100px 0;
	padding-bottom: 60px;
	border-radius: 0;
	margin: 0;
	margin: 5px;
	border-radius: 16px;
	background: #514439 !important;
}
footer h2 {
	font-size: 42px;
	line-height: 56px;
}
footer p {
	color: #fff;
	margin-bottom: 0;
}
footer ul {
	padding: 0;
	margin: 0;
	padding-bottom: 15px;
	text-align: center;
}
footer li {
	color: #d4cdba;
	display: inline-block;
	font-size: 20px !important;
	line-height: 32px !important;
}
footer .sep {
	display: inline-block;
	width: 1px;
	height: 14px;
	background: rgba(255,255,255,0);
	position: relative;
	margin: 0 20px;
	top: 2px;
}
footer .logo {
	height: auto;
	width: 288px;
}
footer hr {
    border-top: 1px solid rgba(0,0,0,0.2) !important;
    margin: 30px 0;
}
footer p.copyright,
footer p.copyright a {
	color: #fff;
	font-size: 18px !important;
	line-height: 24px !important;
}
footer a {
	color: #fff;
}
footer a:hover {
	color: #fff;
	text-decoration: none;
}

.checked {
	padding: 0;
	list-style: none;
}

.checked li {
	background: url(images/check-circle.svg) left 2px no-repeat;
	background-size: 20px;
	padding-left: 30px;
	padding-right: 0;
	margin-bottom: 10px;
	line-height: inherit;
}
.checked.invert li {
	background: url(images/check-white.png) left 3px no-repeat;
	background-size: 18px;
	padding-left: 30px;
	padding-right: 0;
	margin-bottom: 10px;
	line-height: inherit;
}
.checked.columned li {
	display: inline-flex;
	width: 48.333%;
}

.page-default-img {
	width: 100%;
	height: auto;
	margin-bottom: 30px;
	border-radius: 0;
}


/**
 * Tabs
 */
.tabs {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: inherit;
}
.tabs label {
  order: 1;
  display: block;
  padding: 25px 20px;
  min-width: auto;
  margin: 15px 5px;
  cursor: pointer;
  background: #fff;
  border: 0;
  border: 1px solid #CFB2FC;
  font-size: 15px;
  font-weight: 400;
  transition: 0.4s;
  border-radius: 0;
  transition: all 0.2s ease-in-out;
  text-align: center;
  box-shadow: none;
  color: rgba(0,0,0,0.6);
  color: #5834AD;
}
/* animate tab */
.w3-animate-right{
  position:relative;animation:animateright 0.5s}
  @keyframes animateright{from{right:-300px;opacity:0} to{right:0;opacity:1}
}
.w3-animate-opacity{animation:opac 0.4s}
  @keyframes opac{from{opacity:0} to{opacity:1}
}
.w3-animate-bottom{position:relative;animation:animatebottom 0.4s}
  @keyframes animatebottom{from{bottom:-300px;opacity:0} to{bottom:0;opacity:1}
}

.tabs .tab {
  order: 99;
  flex-grow: 1;
  width: 100%;
  display: none;
  padding: 0;
  background: transparent;
  transition: 0.4s;
  margin-right: 5px;
  margin-left: 5px;
  margin-top: 5px;
}
.tabs input[type="radio"] {
  display: none;
}

.tabs input[type="radio"]:checked + label {
  color: #fff;
  background: #5834AD;
  border: 1px solid #5834AD;
}
.tabs label:hover {
  color: #fff;
  background: #5834AD;
  border: 1px solid #5834AD;
}

.tabs input[type="radio"]:checked + label .bar {
  position:relative;animation:animateright 0.3s}
  @keyframes animate{from{right:-320px;opacity:0.3} to{right:0;opacity:1}
}

.tabs input[type="radio"]:checked + label + .tab {
  display: block;
}

p.smallest {
	font-size: 15px;
	color: #666;
}
p.smallest a,
p.smallest a:hover {
	color: #333;
	padding: 0;
	margin: 0;
}


/* slick */
.slick-slide{
}
.slick-prev::before, .slick-next::before {
  color: #404040 !important;
  font-size: 28px !important;
}
.slick-next::before {
    content: '' !important;
    background: url(images/slider-arrow.svg) no-repeat;
    background-size: contain;
    display: block;
    width: 24px;
    height: 24px;
    transform: rotate(180deg);
}
.slick-prev::before {
    content: '' !important;
    background: url(images/slider-arrow.svg) no-repeat;
    background-size: contain;
    display: block;
    width: 24px;
    height: 24px;
    transform: rotate(0deg);
}
.slick-dots {
  bottom: -60px !important;
}
.slick-dots li button {
  background: #eee !important;
  border-radius: 100%;
  width: 10px !important;
  height: 10px !important;
}
.slick-dots li.slick-active button {
  background: #000 !important;
}
.slick-dots li button::before {
  font-size: 0 !important;
}

.bio-img {
	border-radius: 100%;
	width: 160px;
	height: 160px;
	border: 3px solid #eee;
	object-fit: cover;
}

.arrow-divider i {
	color: #ae529f;
	background: #fff;
	background-image: linear-gradient(#fff , #fff );
	transform: rotate(180deg);
	width: 60px;
	height: 60px;
	line-height: 50px;
	text-align: center;
	font-size: 24px;
	border-radius: 100%;
	position: relative;
	bottom: -70px;
	border: 1px solid rgba(0,0,0,0.1);
	outline: 0 !important;
	box-shadow: 0 -10px 20px rgba(0,0,0,0.2);
}
.arrow-divider.home i {
	padding: 0;
	font-size: 30px;
}
.arrow-divider a {
	outline: none;
}
.bouncing {
  animation: bounce2 2s ease infinite;
}
@keyframes bounce2 {
	0%, 20%, 50%, 80%, 100% {transform: translateY(0);}
	40% {transform: translateY(-30px);}
	60% {transform: translateY(-15px);}
}

#wrap-slider {
  background: #000;
  margin: 10px;
  border-radius: 30px;
}

#wrap-slider {
  padding: 0;
  padding-bottom: 0;
  min-height: 860px;
  height: 860px;
}

#wrap-slider h1 {
	font-size: 62px;
	position: relative;
	margin-top: 35%;
	padding: 30px 0;
}
#wrap-slider p {
	font-size: 42px;
}

.rslides {
  position: relative;
  list-style: none;
  overflow: hidden;
  padding: 0;
  margin: 0;
}

.rslides .item {
  -webkit-backface-visibility: hidden;
  position: absolute;
  display: none;
  width: 100%;
  left: 0;
  top: 0;
  display: block;
  min-height: 860px;
  height: 860px;
  border-radius: 30px;
}


.rslides_tabs {
	z-index: 1000;
	position: relative;
	margin: 0 auto;
	margin-top: -100px;
	max-width: 1240px;
	padding: 0;
	text-align: inherit;
}

.rslides_tabs li {
	display: inline;
	float: none;
	margin: 0 5px;
}

.rslides_tabs a {
	width: 40px;
	height: 4px;
	background: transparent;
	display: inline-block;
	background: rgba(255, 255, 255, 1);
	border: 0;
	border-radius: 12px;
	font-size: 0;
}

.rslides_tabs .rslides_here a {
	background: rgba(255, 255, 255, 1);
	background: #96D60B;
  	width: 80px;
}

.rslides_nav {
  position: absolute;
  margin: 0 auto;
  margin-top: -200px;
  left: 10%;
  opacity: 0.7;
  z-index: 4000;
  height: 48px;
  width: 48px;
  object-fit: contain;
  background: transparent url(images/slider-arrow2.svg) no-repeat center;
  font-size: 0;
}

.rslides_nav:hover {
  -moz-opacity: 1;
  -webkit-opacity: 1;
  opacity: 1;
  outline: none;
}

.rslides_nav.next {
  left: auto;
  background-position: center;
  right: 10%;
  transform: rotate(180deg);
}

 /* Style the buttons that are used to open and close the accordion panel */
.accordion {
  background: no-repeat;
  cursor: pointer;
  padding: 20px 0;
  width: 100%;
  border: none;
  outline: none;
  transition: 0.4s;
  text-align: inherit;
  font-weight: normal;
  border-bottom: 0;
  color: #000;
}

.accordion:after {
  content: '\02795'; /* Unicode character for "plus" sign (+) */
  font-size: 12px;
  float: right;
  margin-left: 5px;
}

.accordion.active:after {
  content: "\2796"; /* Unicode character for "minus" sign (-) */
}

/* Add a background color to the button if it is clicked on (add the .active class with JS), and when you move the mouse over it (hover) */
.accordion .active, .accordion:hover {
  background: none;
  color: #555;
  transition: 0.4s;
}

/* Style the accordion panel. Note: hidden by default */
.panel-faq {
  padding: 20px;
  background-color: #00a550;
  display: none;
  overflow: hidden;
  border-bottom: 1px solid #f2f2f2;
  transition: 0.4s;
}
.panel-faq p {
	color: #000;
	font-size: 14px;
}

.partners-slide .logos:hover {
	filter: grayscale(100%) brightness(100%);
}
.partner .logo {
	width: 140px !important;
	height: 100px !important;
	object-fit: contain !important;
	padding: 20px 10px;
	border-radius: 10px;
	background: transparent;
	transition: 0.4s;
	border: 1px solid #fff;
}
.partner .logo:hover {
	box-shadow: 0 0 16px rgba(0,0,0,0.1);
	transition: 0.4s;
	border: 1px solid #d9d9d9;
}

.icons {
	width: auto;
	height: 64px;
	margin-bottom: 15px;
	filter: grayscale(0%)
}

/**
 * Hero Video
**/
#video-home-section {
  padding: 0;
  background: #fff;
  margin-top: 100px;
}
#heroVideo {
  width: 100%;
  height: auto;
}
#video-home-section .content {
  position: absolute;
  top: 70%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 66%;
  background: rgba(0,0,0,0.4);
  background: linear-gradient(to left, transparent, rgba(0,0,0,0.6), transparent);
  padding: 0px;
  text-align: center;
}
#video-home-section .content h1 {
	color: #fff;
}
.section-hero {	
	background: #444;
	padding-top: 200px;
	padding-bottom: 100px;
	background: linear-gradient(to left, rgba(0,135,129,0.8), rgba(49,104,163,0.9)), url('images/wave.svg') !important;
	background-repeat: no-repeat;
	background-size: 120% !important;
	background-position: bottom center !important;
}
.section-hero .content {
	padding: 30px 60px;
}
.section-hero h1 {
	font-size: 43px;
	line-height: 49px;
}
.section-hero video {
	border-radius: 16px;
}

.section-info h4 {
	font-weight: 500;
	font-size: 16px;
}
.section-info p {
	font-weight: 700;
}
.section-info .social i {
	color: #916543;
	font-size: 22px;
	margin-bottom: 10px;
	margin-left: 0;
	margin-right: 10px;
}
.section-info .social i:hover {
	color: #404040;
}

.easy-image-gallery {
	list-style: none !important;
	padding: 10px !important;
	margin: 30px 0 !important;
	border: 1px solid rgba(0,0,0,0.1);
	border: 5px solid #CFB2FC;
	box-shadow: none;
	background: #fff;
}
.easy-image-gallery li {
	display: inline-block;
	padding: 0;
	margin: 0 !important;
}
.easy-image-gallery img {
	width: auto !important;
	height: 100px !important;
	border-radius: 0 !important;
	margin: 5px;
	border: 1px solid rgba(0,0,0,0.2);
}


.tags {
  padding: 0;
  list-style: none;
  text-align: center;
}
.tags li {
  width: auto;
  display: inline-block;
}
.tags li a {
  color: #eee;
  padding: 10px 20px;
  margin: 5px;
  border-radius: 0;
  font-size: 15px;
  border: 1px solid rgba(255,255,255,0.1);
  tansition: 0.4s;
}
.tags li a span {
	background: #000;
	padding: 0 6px;
	margin: 0 3px;
}
.tags li a:hover {
  border: 1px solid rgba(178,209,255,0.4);
  tansition: 0.4s;
}



.section-service h2,
.section-quotes h2 {
	font-size: 48px;
	margin-top: 0;
	margin-bottom: 60px;
}

.section-vision p {
	color: #bcbcbc;
	padding: 0 0 0 200px;
}
.section-vision .vision-img {
	width: 148%;
	height: auto;
}
.section-vision h2 {
	font-size: 62px;
	font-family: 'FontHead';
	line-height: 90px;
	text-transform: uppercase;
	width: 50%;
	margin-top: 15%;
	position: relative;
	z-index: 1;
}
.section-vision h2::before {
	content: '';
	display: inline-block;
	width: 50px;
	height: 50px;
	background: transparent;
	position: absolute;
	z-index: -1;
	top: 15px;
	left: -20px;
	right: auto;
}
.section-vision h2::after {
	content: '';
	display: inline-block;
	width: 90px;
	height: 10px;
	background: #CFB2FC;
	margin: 0 5px;
}

.section-service .subtitle,
.section-quotes .subtitle {
	font-size: 16px;
}
.section-service .subtitle img {
	position: relative;
	top: -3px;
	margin-left: 10px;
	margin-right: 0;
	transition: 0.4s;
}
.section-service .subtitle a,
.section-service .subtitle a:hover {
	color: #CFB2FC;
	text-decoration: none;
	transition: 0.4s;
}
.section-service .subtitle a:hover img {
	margin-left: 5px;
	margin-right: 0;
}


.logos-slide {
	margin-top: 100px;
}
.logos-slide .logos-img {
	width: 74px;
	height: 74px;
	object-fit: contain;
}


.logos-slide:before {
	content: '';
	width: 60px;
	height: 100%;
	background: linear-gradient(to left, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 1) 100.41%);
	display: block;
	position: absolute;
	z-index: 3;
	top: 0;
	left: 0;
	right: auto;
}
.logos-slide:after {
	content: '';
	width: 60px;
	height: 100%;
	background: linear-gradient(to right, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 1) 100.41%);
	display: block;
	position: absolute;
	z-index: 3;
	top: 0;
	right: 0;
	left: auto;
}

.client-quote-slide:before {
	content: '';
	width: 80px;
	height: 100%;
	background: linear-gradient(to left, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 1) 100.41%);
	display: block;
	position: absolute;
	z-index: 3;
	top: 0;
	left: 0;
	right: auto;
}
.client-quote-slide:after {
	content: '';
	width: 80px;
	height: 100%;
	background: linear-gradient(to right, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 1) 100.41%);
	display: block;
	position: absolute;
	z-index: 3;
	top: 0;
	right: 0;
	left: auto;
}


.logos-slide .swiper-wrapper,
.client-quote-slide .swiper-wrapper {
  -webkit-transition-timing-function: linear !important;
  transition-timing-function: linear !important; 
}


.section-counter {
	border: 0 solid red;
}
.section-counter .col-md-4 {
	width: 28.33%;
}
.section-counter .legend {
	font-family: 'FontBody';
	font-size: 17px !important;
	line-height: 25px;
	margin-top: 15px;
}
.section-counter .cont {
	border-left: 1px solid #000;
	padding: 30px 20px;
	padding-bottom: 20px;
}
.section-counter .odometer {
	color: #312C76;
	font-size: 78px !important;
	line-height: 116px;
	margin: 0;
	padding: 0;
	direction: ltr !important;
	display: inline-block !important;
	position: relative !important;
	max-width: 100%;
}
.section-counter .plus {
	color: #312C76;
	font-size: 78px !important;
	display: inline-block;
	padding: 0 10px;
	margin: 0;
	position: absolute;
	top: 40px;
	float: right;
}


/* Odometer Transition */
.odometer.odometer-auto-theme.odometer-animating-up .odometer-ribbon-inner, 
.odometer.odometer-theme-minimal.odometer-animating-up .odometer-ribbon-inner,
.odometer.odometer-auto-theme.odometer-animating-down.odometer-animating .odometer-ribbon-inner, .odometer.odometer-theme-minimal.odometer-animating-down.odometer-animating 
.odometer-ribbon-inner {
  -webkit-transition-duration: 2s !important;
  -moz-transition-duration: 2s !important;
  -ms-transition-duration: 2s !important;
  -o-transition-duration: 2s !important;
  transition-duration: 2s !important
}

/* STYLE FOR HOME CARD STACK */
	.bg-black-stack {
		background: url(images/our-values.png) center no-repeat;
		background-attachment: fixed;
		background-size: 1000px;
		transition: 0.5s ease-in-out;
	}
      .center {
        width: 100%;
        height: fit-content;
        display: flex;
        align-items: center;
        justify-content: center;
        flex-direction: column;
      }
      .stack-area {
        width: 100%;
        height: 250vh;
        position: relative;
        display: flex;
        justify-content: center;
      }
      /*
      .right,
      .left {
        height: 80vh;
        display: flex;
        align-items: center;
        justify-content: center;
        position: sticky;
        top: 0;
        box-sizing: border-box;
        flex-basis: 100%;
      }*/
      .cards {
        width: 100%;
        height: 100%;
        position: relative;
      }
      .card {
        width: 330px;
        height: 380px;
        box-sizing: border-box;
        padding: 30px;
        border-radius: 50px;
        display: flex;
        /*justify-content: space-between;*/
        flex-direction: column;
        position: absolute;
        top: 60%;
        left: 50%;
        transition: 0.5s ease-in-out;
      }
      .card img {
        width: 100px;
        height: 100px;
        object-fit: contain;
        margin-bottom: 30px;
      }
      .card:nth-child(1) {
        background: rgb(64, 122, 255);
        background: linear-gradient(180deg, #E2FF95 0%, #575EFF 100%);
        box-shadow: 0 0 5px rgba(0,0,0,0.1);
        z-index: 4;
      }
      .card:nth-child(2) {
        background: rgb(221, 62, 88);
        background: linear-gradient(180deg, #E2FF95 0%, #575EFF 100%);
        box-shadow: 0 0 5px rgba(0,0,0,0.1);
        z-index: 3;
      }
      .card:nth-child(3) {
        background: rgb(186, 113, 245);
        background: linear-gradient(180deg, #E2FF95 0%, #575EFF 100%);
        box-shadow: 0 0 5px rgba(0,0,0,0.1);
        z-index: 2;
      }
      .card:nth-child(4) {
        background: rgb(247, 92, 208);
        background: linear-gradient(180deg, #E2FF95 0%, #575EFF 100%);
        box-shadow: 0 0 5px rgba(0,0,0,0.1);
        z-index: 1;
      }
      .sub {
        font-size: 29px;
        color: #fff;
        margin-bottom: 20px;
      }
      .content {
        font-size: 16px;
        font-weight: 400;
        line-height: 24px;
        color: #fff;
      }
      .card.active {
        transform-origin: bottom left;
      }
      .left {
        align-items: center;
        flex-direction: column;
      }
      .top,
      .bottom {
        width: 100%;
        height: 100vh;
        font-size: 70px;
        display: flex;
        align-items: center;
        justify-content: center;
      }

      /*CSS Code for responsiveness*/
      @media screen and (max-width: 800px) {
		.bg-black-stack {
			background: url(images/our-values.png) top 30px center no-repeat;
			background-attachment: fixed;
			background-size: 80%;
			transition: 0.5s ease-in-out;
		}/*
	      .right,
	      .left {
	        overflow-x: hidden !important;
	      }*/
        .card {
          width: 280px;
          height: 320px;
          box-sizing: border-box;
          padding: 20px;
          border-radius: 40px;
        }
        .card img {
          width: 80px;
          height: 80px;
          object-fit: contain;
          margin-bottom: 20px;
        }
        .sub {
          font-size: 24px;
        }
        .content {
          font-size: 15px;
          line-height: 22px;
        }

      }

/* STYLE FOR HOME CARD STACK */

[data-tab-content] {
  display: none;
}

.active[data-tab-content] {
  display: block;
}
.tabbed {
  display: flex;
  justify-content: space-around;
  list-style-type: none;
  margin: 0;
  padding: 0;
  border-top: 1px solid rgba(217, 217, 217, 0.2);
}
.tabbed .col-md-4 {
	padding: 0;
}
.tab {
  cursor: ;
  padding: 20px;
  color: inherit;
  border-bottom: 8px solid transparent !important;
}
.tab.active {
  color: #A08D6D;
  border-bottom: 8px solid #A08D6D !important;
}
.tab:hover {
}
.tab-content {
  margin: 0;
}


h1.values-title {
	font-size: 120px !important;
	text-transform: uppercase;
	position: sticky !important;
	top: 60px;
}

.about-logos {
	background: none;
	list-style: none;
	padding: 0;
}
.about-logos li {
	display: inline-block;
}
.about-logos li img {
	border: 0 solid #000 !important;
	padding: 10px 15px;
	min-width: 120px;
	max-width: 220px;
	height: 106px;
	object-fit: contain;
	margin: 10px;
	background: #fff;
}

.service-img {
	width: 100%;
	height: 360px;
	object-fit: cover;
	margin-bottom: 20px;
	border-radius: 16px;
}
.service-img {
	width: 100%;
	height: 360px;
	object-fit: cover;
	margin-bottom: 20px;
	border-radius: 16px;
}
.service-img.home {
	width: 100%;
	height: 260px;
	object-fit: cover;
	margin-bottom: 20px;
	border-radius: 16px;
}
.service-img.alternate {
	float: right;
}

.stats {
	border: 0;
	list-style: none;
	padding: 0;
	margin: 40px 0;
}
.stats li {
	display: inline-block;
	font-size: 15px;
	line-height: 26px;
	border-right: 0;
	border-left: 0 solid #fff;
	padding: 30px !important;
	margin: 10px;
	color: #fff;
	background: #000;
	background: rgba(0,0,0,0.5);
	backdrop-filter: saturate(170%) blur(6px);
	border-radius: 16px;
}
/*
.stats li:first-child {
	border-left: 0;
	padding-left: 0;
}
.stats li:last-child {
	border-right: 0;
}
*/
.stats li span {
	color: #fff;
	display: inline-block;
	font-size: 34px;
	font-weight: 600;
	line-height: inherit;
	margin: 0;
	padding-bottom: 20px;
	width: auto;
}
.stats li span span {
	display: inline-block;
}

.members-slide {
	padding-bottom: 20px;
}
.members-slide .slick-prev {
	top: auto !important;
	bottom: 0 !important;
	left: 10px !important;
	right: auto !important;
	opacity: 0.6;
}
.members-slide .slick-next {
	top: auto !important;
	bottom: 0 !important;
	left: 50px !important;
	right: auto !important;
}


.tab h4 {
	margin: 20px 0;
}
.tab h3 span {
	background: #CFB2FC;
	padding: 0 10px;
	color: #fff;
	font-size: 46px;
}
.tab h4 span {
	background: #96D60B;
	padding: 10px;
	color: #fff;
}

.home-block1 {
	border: 1px solid #fff;
	border-radius: 16px;
	padding: 30px;
	background: #fff;
	background: rgba(255,255,255,0.1);
	backdrop-filter: saturate(170%) blur(6px);
}

.home-block2 {
	border: 3px solid rgba(212,205,186,0.92);
	border-radius: 16px;
	padding: 40px 30px;
	background: #d4cdba;
	background: rgba(212,205,186,0.92);
	backdrop-filter: saturate(170%) blur(6px);
	position: relative;
	z-index: 1;
	margin-top: 0%;
}
.home-block1 h2,
.home-block2 h2
.home-block1 h3,
.home-block2 h3 {
	padding: 0;
}

.home-pic1 {
	width: 65%;
	height: auto;
	margin: 0;
	margin-top: 10%;
	border-radius: 16px;
}
.home-pic2 {
	width: 100%;
	height: auto;
	margin: 0;
	margin-top: 0%;
	padding-left: 0;
	padding-right: 0;
	border-radius: 16px;
	float: right;
}


/* WooCommerce CSS */
/* Disable mouse hover zoom effect on main product image */
.related.products {
  display: none;
}
.woocommerce-product-gallery__wrapper .zoomImg {
    display: none !important;
}
.woocommerce-product-gallery__image img {
    pointer-events: none;
}
/* hide category name */
.product_meta {
    display: none !important;
}
.button.wc-forward,
.button.wc-forward:hover {
	color: #fff !important;
	background-color: #514439 !important; 
	background-image: none;
	padding: 15px 20px !important;
	border-radius: 12px !important;
}
.summary.entry-summary  p.price {
	font-size: 24px;
	font-weight: 600;
}
.summary.entry-summary .woocommerce-product-details__short-description p {
	margin: 0;
	font-size: inherit;
}
.wc-block-cart__empty-cart__title.with-empty-cart-icon::before {
	display: none !important;
}

.wc-block-cart__empty-cart__title {
	font-family: 'FontBodyRegular';
	font-size: 20px;
}
.wp-block-woocommerce-checkout-order-summary-block {
  background: #fff;
  border-radius: 16px;
}
.wp-block-woocommerce-empty-cart-block .wp-block-heading {
	display: none;
}
.wp-block-woocommerce-empty-cart-block .wc-block-cart__empty-cart__title {
	display: inline-block;
}
.woocommerce-notice.woocommerce-notice--success.woocommerce-thankyou-order-received {
  font-size: 18px;
  background: #fff;
  padding: 15px;
  border-radius: 12px;
  color: #00cca7;
  font-weight: 600;
}
.woocommerce ul.order_details {
	padding: 0;
}
.woocommerce-thankyou-order-details.order_details li {
	border: 1px solid #fff !important;
	padding: 7px !important;
	background: #fff;
	border-radius: 8px;
}
.woocommerce-order-details,
.woocommerce-customer-details {
	padding: 0;
}
#order_review_heading,
.woocommerce-order-details h2,
.woocommerce-customer-details h2 {
	font-size: 22px;
	font-family: 'FontBodyRegular';
	line-height: 30px;
}
.woocommerce-checkout-review-order table,
.woocommerce-order-details table,
.woocommerce-customer-details address {
	background: #fff;
}
.woocommerce .woocommerce-customer-details .woocommerce-customer-details--email, 
.woocommerce .woocommerce-customer-details .woocommerce-customer-details--phone {
  padding-left: 2.5em;
  display: inline-block;
  margin: 0;
}

.woocommerce-message .button.wc-forward {
	display: none;
}
.woocommerce-loop-product__title {
	line-height: 24px;
}

.woocommerce-info::before {
  color: #630084;
}
.woocommerce-info {
  border: 2px solid #ffc001;
  background: #ffe28b;
  font-weight: 600;
  border-radius: 8px;
}
.woocommerce-error, .woocommerce-info, .woocommerce-message {
	border-width: 2px;
	border-radius: 8px;
}
.woocommerce-error {
	border: 2px solid #fd2e38;
	background: #ffe3e3;
	font-weight: 600;
	color: #750101;
}
.woocommerce form.checkout_coupon, .woocommerce form.login, .woocommerce form.register {
  border: 1px solid #cfc8d8;
  padding: 20px;
  margin: 2em 0;
  text-align: left;
  border-radius: 12px;
  background: #fff;
}
:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce button.button {
  background: #630084;
  color: #fff;
}
.wp-block-woocommerce-cart-order-summary-totals-block {
  border: 0 solid #00cca7 !important;
  padding: 10px !important;
  border-radius: 8px;
  background: transparent;
  font-weight: 600;
}
.wc-block-components-chip.wc-block-components-chip--radius-large {
  background: #ffe28b;
  border-color: #ffe28b;
}
.wc-block-components-chip .wc-block-components-chip__remove {
  background: #ff5656 !important;
}
.wc-block-components-chip .wc-block-components-chip__remove-icon {
  fill: #fff !important;
}
.wc-block-components-totals-footer-item,
.wc-block-components-address-card {
  background: #d9fff8 !important;
  border: 2px solid #00cca7;
  padding: 10px !important;
  font-size: 13px;
  border-radius: 8px !important;
}
.wc-block-components-sidebar-layout .wc-block-components-main,
.wc-block-cart .wp-block-woocommerce-cart-order-summary-block {
	border: 1px solid hsla(0,0%,7%,.11) !important;
	margin-bottom: 15px !important;
	background: #fff;
	padding: 20px !important;
	border-radius: 8px;
	box-shadow: 0 0 18px rgba(0,0,0,0.1);
}
.wp-block-woocommerce-checkout-order-summary-block {
  border-radius: 12px !important;
  box-shadow: 0 0 18px rgba(0,0,0,0.1);
}
.wc-block-components-totals-wrapper {
  padding: 10px !important;
}
table.wc-block-cart-items .wc-block-cart-items__row .wc-block-cart-item__quantity .wc-block-cart-item__remove-link {
  background: #ff5656 !important;
  color: #fff !important;
  padding: 5px !important;
  text-decoration: none !important;
  border-radius: 6px !important;
}
.wc-block-grid__product-add-to-cart.wp-block-button .wp-block-button__link {
  background: #7a2cc1;
  color: #fff;
  padding: 5px;
  border-radius: 6px;
}
.wc-block-grid.has-4-columns:not(.alignwide):not(.alignfull) .wc-block-grid__product {
  background: #fff;
  padding-top: 20px;
  border-radius: 12px;
}

.wc-block-cart .wp-block-woocommerce-cart-order-summary-block .wc-block-components-panel, 
.wc-block-cart .wp-block-woocommerce-cart-order-summary-block .wc-block-components-totals-coupon {
    background: #ffe28b;
    padding: 10px !important;
    border-radius: 8px;
    font-weight: 600;
    border: 2px solid #fff;
}
.wc-block-components-totals-discount .wc-block-components-totals-item__value {
  color: #0db798;
  background: #d9fff8;
}
.wc-block-components-totals-footer-item .wc-block-components-totals-item__label, 
.wc-block-components-totals-footer-item .wc-block-components-totals-item__value {
  font-size: 17px !important;
}

.widget_ldcoursenavigation .course_navigation .learndash_navigation_lesson_topics_list,
.widget_ldcoursenavigation .course_navigation .learndash_navigation_lesson_topics_list .lesson {
	font-size: 20px !important;
}

.woocommerce div.product div.images.woocommerce-product-gallery {
  position: relative;
  opacity: 1 !important;
}
.woocommerce div.product div.images.woocommerce-product-gallery img {
  border-radius: 16px;
}
.woocommerce div.product form.cart .button {
	float: right;
}
.woocommerce div.product form.cart {
  padding: 20px 0;
}
.wc-block-checkout__add-note {
	display: none !important;
}

.learndash-wrapper {
	font-size: 16px !important;
}


.panel-course {
	border: 0;
	box-shadow: none;
	padding: 10px !important;
	border-radius: 16px;
	box-shadow: 0 0 18px rgba(0,0,0,0.1);
}
.panel-course a,
.panel-course a:hover {
	text-decoration: none;
}
.panel-course img {
	width: 100%;
	height: auto;
	border-radius: 16px;
}
.panel-course h2 {
  font-size: 18px;
  line-height: 24px;
  margin-bottom: 20px;
}
.panel-course p {
  font-size: 14px;
  line-height: 23px !important;
  color: #86786d;
}

.learndash-wrapper .ld-item-list {
  background: #f4f1e9;
  padding: 15px;
  border-radius: 16px;
}
.learndash-wrapper .ld-item-list .ld-item-list-item {
	border: 1px solid hsla(0,0%,7%,.11) !important;
	border-radius: 16px;
	box-shadow: 0 0 12px rgba(0,0,0,0.1);
}
.ld-item-list .ld-item-title {
	padding-top: 5px;
}

.learndash-wrapper .ld-course-status.ld-course-status-enrolled,
.learndash-wrapper .ld-breadcrumbs {
	font-size: 20px;
	font-weight: normal;
	background: #d9fff8 !important;
	border: 1px solid #00cca7 !important;
}

.learndash-wrapper .ld-course-status.ld-course-status-not-enrolled {
	border-radius: 16px;
	background: #f4f1e9;
}
.learndash-wrapper .ld-course-status.ld-course-status-not-enrolled > * {
  border-right: 1px solid #c8c4bb !important;
  border-left: 0 !important;
}
.learndash-wrapper .ld-course-status.ld-course-status-not-enrolled > :first-child {
	border-right: 0 !important;
}
.learndash-wrapper .ld-course-status.ld-course-status-not-enrolled > :last-child {
  border-right: 1px solid #c8c4bb !important;
  border-left: 0 !important;
}
.learndash-wrapper .ld-course-status.ld-course-status-not-enrolled .ld-course-status-label {
  font-size: 18px;
  font-weight: 500;
}
.learndash-wrapper .ld-status {
	padding: 15px;
	font-size: 15px;
	font-weight: 500;
}
.ld-tooltip:not(.ld-tooltip--modern) [role="tooltip"] {
  font-size: 12px !important;
  font-weight: 400;
  box-shadow: none !important;
  margin-top: 10px;
}
.learndash-wrapper .ld-course-status.ld-course-status-not-enrolled .ld-course-status-price {
	color: #000;
}
.learndash-wrapper:not(.ld-registration__outer-wrapper):not(.learndash-wrapper--modern) .learndash_mark_complete_button {
	font-weight: 500 !important;
	line-height: 16px !important;
}

.woocommerce-MyAccount-navigation ul {
	list-style: none;
	padding: 0;
	border-bottom: 1px solid #e4f2f0;
	padding-bottom: 10px;
	margin-bottom: 40px;
}
.woocommerce-MyAccount-navigation ul li {
	display: inline-block;
	margin: 0;
}
.woocommerce-MyAccount-navigation ul li a {
	background: #ffa970;
	text-decoration: none;
	font-size: 14px;
	padding: 7px 15px;
	border-radius: 7px;
}
.woocommerce-MyAccount-navigation ul li.is-active a {
	background: #dad2eb;
}

.ld-profile-stat.ld-profile-stat-certificates,
.ld-profile-stat.ld-profile-stat-points,
.ld-search-prompt,
.ld-expand-button  {
	display: none !important;
}

.ld-profile-stat.ld-profile-stat-courses,
.ld-profile-stat.ld-profile-stat-completed {
	border: 1px solid #ffa970 !important;
	margin: 5px;
	background: #fff !important;
	border-radius: 12px;
}

.ld-section-heading {
	color: red;
	display: none !important; /* to disable the title Course Content */
}

@media only screen and (max-width: 768px) {

	.learndash-wrapper .ld-course-status.ld-course-status-not-enrolled > * {
		border: 0 !important;
		border-top: 2px solid #bec5cb !important;
		border-bottom: 2px solid #bec5cb !important;
	}
	.learndash-wrapper .ld-course-status.ld-course-status-not-enrolled > :first-child,
	.learndash-wrapper .ld-course-status.ld-course-status-not-enrolled > :last-child {
		border: 0 !important;
	}
	.woocommerce-MyAccount-navigation ul li {
		margin-bottom: 12px;
	}

	body {
		font-size: 15px;
		line-height: 22px;
	}
	body.thisPage {
		background-size: 80% !important;
	}
	.sticky-column {
	  position: relative;
	  top: auto;
	}
	.btn-default,
	.wpcf7-form input[type=submit],
	.btn-default .wpcf7-form input[type=submit]:hover,
	.btn-default:hover, 
	.btn-default:focus {
	}
	h1.values-title {
	  font-size: 53px !important;
	  text-transform: uppercase;
	  line-height: 80px !important;
	}
	section.white-outline {
		background: none !important;
	}
	.section-bg1 {
		background: linear-gradient(180deg, #916543 40%, #003636 40% ) !important;
		color: #fff !important;
	}
	.section-hero {	
		padding-top: 100px;
		padding-bottom: 20px;
	}
	.section-hero .content {
		padding: 20px 15px;
	}
	.section-hero h1 {
		font-size: 23px;
		line-height: 29px;
	}
	.line {
		content: '';
		display: block;
		height: 10px;
		width: 70px;
		margin: 20px auto;	
		border-radius: 0;
	}
	#heroVideo {

	}
	#video-home-section {
		padding: 0 !important;
		margin-top: 70px;
	}
	#video-home-section .content {
		position: relative;
		width: 100%;
		padding: 10px;
		bottom: 0;
		margin: 0 auto;
		margin-top: -60px;
	}
	#video-home-section .content h1 {
		font-size: 22px;
		line-height: 26px;
		padding: 0;
		margin: 0;
	}
	#video-home-section .content em {
		font-size: 15px;
		padding-top: 10px;
	}
	.icons {
		width: auto;
		height: 42px;
		margin-top: 15px;
		margin-bottom: 5px;
	}
	p.large,
	.page-highlight p {
		font-size: 17px !important;
		line-height: 23px;
		padding: 0 15px;
	}
	section {
		padding: 30px 15px !important;
	}
	section h1 {
		font-size: 28px !important;
		line-height: 37px !important;
		margin: 0;
		padding: 0;
	}
	section h2  {
		font-size: 22px !important;
		line-height: 30px !important;
	}
	section h3 {
		font-size: 18px;
		line-height: 32px;
		margin-bottom: 20px;
	}
	section h4 {
		font-size: 16px;
		line-height: 30px;
	}
	section.hero img.profile-pic {
		box-shadow: 20px 20px 0 rgba(0,0,0,0.2);
		box-shadow: none;
	}
	section.withbg {
	  background-size: cover !important;
	  min-height: 380px;
	  width: 100%;
	  margin-bottom: 20px;
	  transition: 0.4s;
	  background-attachment: scroll !important;
	  padding: 20px;
	}
	section.withbg2 {
	  background-size: cover !important;
	  margin-top: 0px;
	  min-height: 300px;
	  width: 100%;
	}
	section.withbgfull {
	  min-height: 500px;
	  padding-top: 200px;
	}
	.section-bg4, .section-bg5, .section-bg3, .section-bg6 {
	  padding: 30px 20px;
	  margin: 0 20px;
	}
	.pullup {
		position: relative;
		margin-top: 0;
	}
	.header-line {
		z-index: -1 !important;
		position: relative !important;
	}
	.section-page {
		padding-top: 80px !important;
		padding-bottom: 20px !important;
		margin: 10px 5px;
		background-size: 160% !important;
	}
	.section-page p.large span {
		padding: 5px;
	}
	.section-page.less {
		padding-top: 0 !important;
	}
	.section-page.less.contact {
		background-size: cover !important;
	}
	.section-page h1 {
		font-size: 30px !important;
		line-height: 36px !important;
		margin-bottom: 0;
	}
	.section-page h3 {
		font-size: 22px;
		padding-bottom: 15px;
	}
	.section-img1 {
	  width: 70%;
	  height: auto;
	  object-fit: cover;
		box-shadow: -20px 20px 0 #00aeef;
		margin-top: 0%;
		margin-bottom: 20px;
	}
	.section-light {
		margin-top: 0;
		margin: 0;
		padding: 20px;
	}


	.text-center-mobile {text-align: center !important;}


	.page-default-img {
		width: 100%;
		height: auto;
		margin-bottom: 30px;
	}
	#header {
	}
	#header .container {
		padding-left: 15px;
		padding-right: 15px;
	}
	#header.shrinked {
		min-height: auto;
	}
	#header .logo img {
	    height: auto;
	    width: 120px;
	    margin: 30px 10px !important;
	}
	#header.shrinked .logo img,
	#header.thisHome.shrinked .logo img {
	    height: auto;
	    width: 120px;
	    margin: 30px 10px !important;
	}
	#header,
	#header.thisHome {
		padding: 5px !important;
		padding-bottom: 10px !important;
	}
	#header.thisHome .logo img {
	    filter: invert(0%);
	}
	#header .logoname {
	  margin-top: 24px;
	  font-weight: 400;
	  font-size: 21px;
	}

	#header .logo-text {
		position: absolute;
		top: 32px;
		left: 115px;
		right: auto;
	}
	#header .logo-text img {
		display: inline;
		width: 90px;
		height: auto;
	}
	#header.shrinked .logo-text {
		position: absolute;
		top: 30px;
		left: 95px;
		right: auto;
	}
	#header.shrinked .logo-text img {
		display: inline;
		width: 72px;
		height: auto;
	}
	#header {
		padding-bottom: 0;
	}
	.slick-slide {
		padding: 0;
	}
	.slick-prev::before, .slick-next::before {
  	}
	.checked.columned li {
		width: 100%;
	}

	.arrow-divider i {
		bottom: -45px;
		box-shadow: none;
	}
	#wrap-slider {
	  min-height: 400px;
	  height: 400px;
	  margin: 10px 5px;
	  padding: 0 !important;
	}
	.rslides_tabs {
		padding: 0 30px;
		margin-top: -50px;
	}
	#wrap-slider h1 {
	  font-size: 42px;
	  margin-top: 35%;
	  padding: 15px;
	}
	#wrap-slider p {
	  font-size: 19px;
	  padding: 0 15px;
	}
	.rslides .item {
	  min-height: 400px;
	  height: 400px;
	}


  .mobile-only {
  	background: ;
  	padding: 0 30px;
  }
  .mobile-only .btn-white {
  	border-color: #96358e;
  	color: #96358e !important;
  	padding: 15px 30px;
  }

	.partners-slide .logos {
		border: 0;
		width: 110px;
		height: 110px;
		object-fit: contain;
		padding: 10px;
	}
	.home-slider {
		padding-top: 60px;
		margin-top: 100px;
	}
	.home-slider .content {
		padding: 10px 30px;
	}
	.home-slider img {
		height: 240px;
		width: 100%;
		border-radius: 14px;
		object-fit: cover;
		margin: 0 15px;
	}
	.home-slider .content h1 {
		margin-bottom: 0px;
		margin-top: 30px;
		font-size: 16px;
	}
	.home-slider .btn {
		margin-top: 20px;
	}
	.tabs label {
		padding: 11px 10px;
		min-width: auto;
		font-size: 13px !important;
		margin-bottom: 0;
	}
	.tab h4 span {
	  padding: 5px;
	  font-size: 14px;
	}
	.tags li {
		margin-bottom: 10px;
	}
	.tags li a {
		font-size: 13px;
		line-height: 42px;
		padding: 10px;
	}
	.easy-image-gallery {
		text-align: center;
	}
	.easy-image-gallery img {
		width: auto !important;
		height: 68px !important;
		border-radius: 0 !important;
	}

	section.hero-bg {
	  padding-top: 120px;
	  padding-bottom: 0px;
	  margin-bottom: 0px;
	}
	section.hero-bg .col-md-12,
	.section-page .col-md-12 {
		padding: 0;
	}
	section.hero-bg .panel-page {
	  padding: 30px 20px;
	  padding-top: 220px;
	}
	section.hero-bg h1 {
	  font-size: 26px;
	  line-height: 32px;
	}
	section.hero-bg h2 {
	  font-size: 17px;
	  line-height: 28px;
	}
	section.slogan h2 {
		font-size: 20px;
		padding: 0 15px;
	}
	.slick-dots {
	  bottom: -30px !important;
	}
	.brand-message h3 {
	  font-size: 30px;
	  min-height: 40px;
	  line-height: 34px;
	  position: relative;
	  z-index: 1;
	}
	.contact-form {
		border: 0 !important;
	}
	.contact-form .col-md-6,
	.contact-form .col-md-12 {
		padding: 0;
	}
	.section-service h2 {
		font-size: 28px;
		margin-bottom: 30px;
	}

	.section-vision .vision-img {
		width: 70%;
		height: auto;
	}
	.section-vision p {
		padding: 0 !important;
		position: relative !important;
		margin-top: 20% !important;
	}

	.section-vision h2 {
		margin-top: -40%;
		margin-left: 10%;
		margin-right: 0;
		font-size: 44px !important;
		line-height: 60px;
	}
	.section-vision h2:before {
		top: -5px;
		left: -10px;
		right: auto;
		width: 44px;
		height: 44px;
	}
	.section-vision h2:after {
		position: absolute;
		bottom: 7px;
		width: 60px;
		height: 5px;
	}

	.section-counter .col-md-4 {
		width: 50%;
	}
	.section-counter .odometer {
		line-height: 80px !important;
	}
	.section-counter .plus {
	}
	.section-counter .cont {
		border: 0 !important;
		padding: 20px 15px !important;
	}
	.tab {
	  cursor: pointer;
	  padding: 10px 5px;
	  border-bottom: 6px solid transparent !important;
	}
	.tab.active {
	  color: #A08D6D;
	  border-bottom: 6px solid #A08D6D !important;
	}
	.home-block1 {
		position: relative;
	}
	.home-block2 {
		position: relative;
		margin-top: 0 !important;
	}
	.home-pic1,
	.home-pic2 {
		width: 50%;
		height: auto;
		margin-top: 0;
		margin-bottom: 30px;
	}
	.home-pic2 {
		float: none;
	}
	.about-pic {
		width: 75%;
		height: auto;
		margin-bottom: 20px;
	}
	.about-pic3 {
		width: 92%;
		height: auto;
		margin: 15px 0;
	}

	.about-logos ul {
		text-align: center;
	}
	.about-logos li {
		width: 49%;
		margin: 0;
		text-align: center;
	}
	.about-logos li img {
		padding: 5px !important;
		width: 100% !important;
		height: 95px !important;
		margin: 3px;
	}
	.service-img {
		width: 100%;
		height: 280px;
		object-fit: cover;
		margin-bottom: 0;
	}
	.stats {
		margin: 20px 0 !important;
	}
	.stats li {
		border: 0 solid red !important;
		padding: 15px 5px !important;
		font-size: 13px !important;
		line-height: 21px !important;
		margin: 5px;
		width: 33.33%;
		display: inline-table !important;
	}
	.stats li span {
		font-size: 30px !important;
	}

	footer {
		padding: 40px 15px;
		padding-top: 70px;
		background-position: top left !important;
		background-size: 15% !important;
		margin: 5px;
	}
	footer h2 {
		font-size: 36px;
		line-height: 47px;
	}
	footer .logo {
		margin-top: 40px;
		width: 60%;
	}
	footer .sep {
		display: none;
	}
	footer li {
		line-height: 42px;
		width: 100%;
	}

	.text-right {
	    text-align: left !important;
	}

}