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

/* Theme style */

@font-face {
	font-family: 'FontBody';
	src: url('fonts/Almarai-Regular.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'FontLight';
	src: url('fonts/Almarai-Light.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'FontHead1';
	src: url('fonts/Almarai-ExtraBold.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'FontHead2';
	src: url('fonts/Almarai-Bold.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
}

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

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

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

body.thisPage {
	background: #f2f2f2;
}


a {	
	color: #322F5E;
	transition: 0.3s;
}
a:hover,
a:focus {
	color: #1A1A1A;
	transition: 0.3s;
	text-decoration: underline;
}

p,li {
	line-height: 25px;
	margin-bottom: 20px;
}
p.small {
	font-size: 16px;
}
p.large,
.large li,
.page-highlight p {
	font-size: 24px !important;
	line-height: 32px;
	margin-bottom: 20px;
	padding: 0;
}


hr {
	border-color: rgba(255,255,255,0.2) !important;
}

h1, h2, h3 {
	font-family: 'FontHead1';
	font-weight: 800;
}
h3, h4, h5, h6 {
	font-family: 'FontHead2';
	font-weight: 800;
}
.sticky-column {
  position: sticky;
  top: 120px;
}
section {
	padding: 80px 0;
}
section.less {
	padding: 30px 0;
}
section h1 {
	font-size: 52px;
	line-height: 76px;
	padding-bottom: 20px;
}
section h2 {
	font-size: 40px;
	line-height: 49px;
	padding: 0;
	margin: 30px 0;
}
section h3 {
	font-size: 31px;
	line-height: 36px;
	margin-bottom: 10px;
}
section h4 {
	font-size: 24px;
	line-height: 37px;
}
.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-bg7 {
	background: #00a651 !important;
  	padding: 40px 50px;
  	border-radius: 0;
  	box-shadow: 0px 8px 18px 0px rgba(0,0,0,.13);
  	color: #f2f2f2;
}
.section-page {
	padding-top: 120px !important;
	padding-bottom: 80px !important;
	background: #f2f2f2;
	position: relative;
	border-radius: 0;
	margin: 0;
}
section .tagline,
.panel-default .tagline,
.section-page .tagline {
	background: rgba(0, 0, 0, 0.12);
	padding: 12px 24px;
	border-radius: 999px;
	font-size: 12px;
	font-weight: 700;
	letter-spacing: 0.16em;
	text-transform: uppercase;
	margin-bottom: 15px;
	display: inline-flex;
	align-items: center;
	line-height: 17px;
}
.section-page h1 {
	font-size: 78px;
	line-height: 92px;
	margin: 0;
	padding: 20px 0;
}
.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.home .btn {
	margin-left: 0;
	margin-right: 30px;
	margin-bottom: 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;
}


.line {
	content: '';
	display: block;
	height: 25px;
	background: #1A1A1A;
	width: 200px;
	margin: 5px auto;	
	border-radius: 0;
}
.line.left {
	margin: 0;
	margin-bottom: 30px;
}
.line.white {
	background: #f2f2f2;
}
/* 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-white2 {color: #f2f2f2 !important;}
.txt-black {color: #000 !important;}
.txt-black2 {color: #1A1A1A !important;}
.txt-gray {color: #CCCCCC !important;}

/* branding colors */
.txt-purple {color: #5C18EF !important;}
.txt-indigo {color: #1E0F72 !important;}
.txt-lavendar {color: #D4CAFF !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: #CCC !important; color: #1A1A1A !important;}
.line-white2, .bg-white2 {background: #f2f2f2 !important; color: #1A1A1A !important;}
.line-black2, .bg-black2 {background: #1A1A1A !important; color: #f2f2f2 !important;}

/* branding colors */
.line-purple, .bg-purple {background: #5C18EF !important; color: #f2f2f2 !important;}
.line-indigo, .bg-indigo {background: #1E0F72 !important; color: #f2f2f2 !important;}
.line-lavendar, .bg-lavendar {background: #D4CAFF !important; color: #5C18EF !important;}


.bg-black2-grad {
  background: url(images/almada-pattern1.svg) no-repeat top left #1a1a1a !important;
  background-size: 35% !important;
  color: #fff;
}
.bg-purple-grad2 {
  background: url(images/amd-bg2.png?) no-repeat top right #5C18EF !important;
  background-size: 180% !important;
  color: #fff;
  transition: all .3;
}
.bg-purple-grad3 {
  background: url(images/almada-pattern1.svg??) no-repeat top left #5C18EF !important;
  background-size: 100% !important;
  color: #fff;
}
.bg-purple-grad4 {
  background: url(images/almada-pattern2-ar.svg??) no-repeat top right #5C18EF !important;
  background-size: 45% !important;
  color: #fff;
}
.bg-purple-grad {background: linear-gradient(220deg, #5C18EF, #1E0F72) !important;color: #f2f2f2 !important;}
.bg-indigo-grad {background: radial-gradient(circle, #1E0F72, #1A1A1A) !important;color: #f2f2f2 !important;}

.bg-indigo-grad2 {
  background: url(images/almada-pattern2.svg?) no-repeat top left #1E0F72 !important;
  background-size: 50% !important;
  color: #fff;
}
.bg-lavendar-grad {
  background: url(images/almada-pattern3.svg??) no-repeat bottom right #fff !important;
  background-size: 70% !important;
  transition: all .3s ease-out;
}
.bg-lavendar-grad:hover {
  background: url(images/almada-pattern3.svg??) no-repeat center #fff !important;
  background-size: 120% !important;
  transition: all .3s ease-out;
}

.bg-lavendar-grad2 {
  background: url(images/almada-pattern4.svg??) no-repeat top right #D4CAFF !important;
  background-size: 80% !important;
}

.wpcf7-form input[type=submit],
.btn-default {
	border: 0 !important;
	background: #5C18EF;
	color: #f2f2f2;
	border-radius: 999px;
	padding: 15px 25px;
	font-size: 16px;
	font-weight: normal;
	text-align: center !important;
	transition: all .3s ease-out;
	line-height: 32px;
	box-shadow: none;
}

.wpcf7-form input[type=submit]:hover,
.btn-default:hover, 
.btn-default:focus {
	background: #1E0F72;
	border: 0;
	color: #f2f2f2;
	padding: 15px 25px;
	background: linear-gradient(to right, #D4CAFF 50%, #1E0F72 50%);
  	background-size: 203% 103%;
  	background-position: right bottom;
  	transition: all .3s ease-out;
}

.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-white {
	background: #fff;
	color: #5C18EF;
  	box-shadow: 0 12px 42px -8px rgba(30, 15, 114, 1);

}

.btn-white:hover, 
.btn-white:focus {
	background: #1E0F72;
	color: #fff;
	background: linear-gradient(to right, #5C18EF 50%, #1E0F72 50%);
  	background-size: 203% 103%;
  	background-position: right bottom;
  	box-shadow: none;
}

.btn-line {
	background: transparent;
	border: 1px solid #D4CAFF !important;
	color: #fff;
}
.btn-line:hover,
.btn-line:focus {
	background: #D4CAFF;
	border: 1px solid #D4CAFF !important;
	color: #5C18EF;
}

.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: relative;
	width: 100%;
	z-index: 3;
	top: 0;
	padding: 0;
	transition: 0.3s;
	border: 0;
	background: rgba(255,255,255,1) !important;
}
#header.shrinked {
	background: rgba(255,255,255,1) !important;
	backdrop-filter: saturate(0%) blur(7px);
	transition: 0.3s;
	position: fixed;
}

#header.thisHome {
	border-bottom: 0 solid rgba(0,0,0,0.1) !important;
	background: rgba(255,255,255,1) !important;
}
#header.thisHome.shrinked {
	backdrop-filter: saturate(0%) blur(7px);
	border-bottom: 0 solid rgba(0,0,0,0.1) !important;
	background: rgba(255,255,255,1) !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: 200px;
	margin: 30px 0;
	margin-top: 35px;
	margin-bottom: 0;
	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: 200px;
	margin: 15px 0;
	margin-bottom: 0;
	transition: 0.4s;
}


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

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

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

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

.navbar-default .navbar-nav > li > a {
	color: #1A1A1A !important;
	padding: 10px 20px;
	text-transform: none;
	letter-spacing: 0;
	font-size: 16px;
	font-weight: 500;
}

.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: #1A1A1A !important;
}
#header.shrinked .navbar-default .navbar-nav > li > a:hover {
	color: #1A1A1A !important;
	background: transparent;
}
#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: #1A1A1A !important;
	background: rgba(255,255,255,0.1);
	border-radius: 12px;
}
#header.shrinked .navbar-default .navbar-nav > li > a.dropdown-toggle {
	color: #f2f2f2 !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: #1A1A1A !important;
	border-radius: 6px;
}

.navbar-default .navbar-nav > .current_page_item.active > a {
	font-weight: normal;
	color: #5C18EF !important;
	background: transparent;
	border: 1px solid #D4CAFF;
}
#header.shrinked .navbar-default .navbar-nav > .current_page_item.active > a {
	color: #5C18EF !important;
	background: transparent;
	border-radius: 9px;
}


.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: #1A1A1A !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: #f2f2f2;
}

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


#header #menu-last-en.navbar-nav,
#header #menu-last-ar.navbar-nav {
	margin-top: 0;
}
#header #menu-last-en.navbar-nav li,
#header #menu-last-ar.navbar-nav li {
	margin: 0 5px;
}

#header #menu-last-en.navbar-nav > li > a,
#header #menu-last-ar.navbar-nav > li > a {
	padding: 10px 25px !important;
	border-radius: 40px !important;
	font-size: 15px;
	background: transparent !important;
	color: inherit !important;
	border: 1px solid rgba(212, 202, 255, 1) !important;
}
#header #menu-last-en.navbar-nav > li > a:hover,
#header #menu-last-ar.navbar-nav > li > a:hover {
	color: #1a1a1a !important;
	background: rgba(212, 202, 255, 1) !important;
	border: 1px solid rgba(212, 202, 255, 1) !important;
}

#header #menu-last-en.navbar-nav > li:nth-last-child(2) a,
#header #menu-last-ar.navbar-nav > li:nth-last-child(2) a {
	background: rgba(92, 24, 239, 1) !important;
	border: 1px solid rgba(92, 24, 239, 1) !important;
	color: #fff !important;
	border-radius: 40px !important;
	padding: 10px 30px;
}
#header #menu-last-en.navbar-nav > li:nth-last-child(2) a:hover ,
#header #menu-last-ar.navbar-nav > li:nth-last-child(2) a:hover {
	color: #1a1a1a !important;
	background: rgba(212, 202, 255, 1) !important;
	border: 1px solid rgba(92, 24, 239, 0) !important;
}
#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: #f2f2f2;
	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: #1A1A1A;
	border: 1px solid #195158;
	background: #f2f2f2;
}

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

.post-detail {
	background: #f2f2f2;
	-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;
}



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

.wpcf7-form input,
.wpcf7-form textarea,
.wpcf7-form select {
	background: transparent;
	border: 1px solid rgba(0, 0, 0, 0.1) !important;
	padding: 10px 20px;
	width: 100%;
	border-radius: 10px;
	margin-bottom: 20px;
}
.wpcf7-form select {
  padding-bottom: 15px;
  line-height: 32px;
  padding-top: 16px;
}
.wpcf7-form textarea {
	max-height: 160px;
}
.wpcf7-form input[type="text"]:focus,
.wpcf7-form input[type="email"]:focus,
.wpcf7-form input:focus,
.wpcf7-form textarea:focus,
.wpcf7-form select:focus {
	background: transparent;
	border: 1px solid #5C18EF !important;
	box-shadow: none !important;
	outline: none;
}
.wpcf7-form p {
	line-height: inherit;
	margin-bottom: 20px;
}

.wpcf7 .download input[type=submit] {
	color: #b41A1A1Ac;
	background: #f2f2f2;
	font-size: 1em;
	text-transform: uppercase;
	min-width: auto;
	border-radius: 10px;
	border: 1px solid #b41A1A1Ac !important;
	padding: 15px;
	line-height: 1em;
}
.wpcf7 .download input,
.wpcf7 .download input:focus,
.wpcf7 .download input:hover {
	color: #1A1A1A;
	border: 1px solid #1A1A1A;
	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: #1A1A1A;
}
.thisHome.shrinked .menu-end li a,
.shrinked .menu-end li a {
	color: #1A1A1A;
}

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

}
.overlay-content ul {
	padding: 20px;
	padding-bottom: 0;
	list-style: none;
}
.overlay-content li {
	padding: 0;
	font-size: 16px !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: #fff;
	text-decoration: none;
}
.overlay-content li.current_page_item a,
.sub-menu li.current-menu-item a {
	color: #1E0F72 !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: #1A1A1A;
	pointer-events: auto;
}
.menu-overlay .closebtn {
	color: #f2f2f2;
  	position: absolute;
  	top: 20px;
  	right: 20px;
  	font-size: 52px;
  	outline: none;
  	z-index: 6;
}
.menu-overlay img {
	margin: 20px 0;
	width: 160px;
	background: #f2f2f2;
	padding: 5px;
	border-radius: 12px;
}
.menu-overlay p {
	color: #f2f2f2;
	font-size: 14px;
	line-height: 27px;
}
.menu-overlay .text-right {
	text-align: left;
}
.menu-overlay  i {
	color: #f2f2f2;
	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: #1A1A1A !important;
	font-size: 30px;
	cursor: pointer;
	position: absolute;
	top: 10px !important;
	right: 10px;
	left: 0;
	text-align: right;
}
.hamburger img {
	width: 32px;
	height: auto;
	filter: invert(100%);
}
.thisHome .hamburger {
	color: #1A1A1A !important;
}
.shrinked .hamburger,
.thisHome.shrinked .hamburger {
	color: #1A1A1A !important;
	top: 0px !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: #1A1A1A;
	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: 2;
}
.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;
}


.section-contact {
}
footer {
	padding: 100px 0;
	padding-bottom: 60px;
	border-radius: 0;
	margin: 0;
	border-radius: 0;
}
footer h2 {
	font-size: 42px;
	line-height: 54px;
}
footer p {
	color: inherit;
	margin-bottom: 0;
}
footer .logo {
	height: auto;
	width: 320px;
}
footer hr {
    border-top: 1px solid rgba(255,255,255,0.05) !important;
    margin: 30px 0;
}
footer p.copyright,
footer p.copyright a {
	color: #D4CAFF;
}
footer a {
	color: #D4CAFF;
}
footer a:hover,
footer p.copyright a:hover {
	color: #5C18EF;
	text-decoration: none;
}

.footer-menu {
	border: 1px solid rgba(255, 255, 255, 0.05);
	list-style: none;
	padding: 10px;
	margin-bottom: 40px;
	border-radius: 999px;
	text-align: center;
}
.footer-menu li {
	padding: 0 !important;
	margin: 0 15px !important;
	font-size: 15px !important;
	display: inline-block;
}

.checked,
.crossed,
.tagged,
.contact-list {
	padding: 0;
	list-style: none;
}

.checked li {
	background: url(images/tick.svg) left -1px no-repeat;
	background-size: 24px;
	padding-left: 40px;
	padding-right: 0;
	margin-bottom: 20px;
	line-height: inherit;
}
.checked.invert li {
	background: url(images/tick-white.svg) left -1px no-repeat;
	background-size: 24px;
	padding-left: 40px;
	padding-right: 0;
	margin-bottom: 20px;
	line-height: inherit;
}
.crossed li {
	background: url(images/cross.svg) left -1px no-repeat;
	background-size: 24px;
	padding-left: 40px;
	padding-right: 0;
	margin-bottom: 20px;
	line-height: inherit;
}
.checked.columned li {
	display: inline-flex;
	width: 48.333%;
}

.tagged li {
	color: #1E0F72;
	background: rgba(255, 255, 255, 0.7);
	border: 1px solid rgba(255, 255, 255, 0.8);
	width: auto;
	display: inline-flex;
	font-size: 14px;
	line-height: 19px;
	padding: 8px 5px;
	padding-left: 0;
	padding-right: 10px;
	margin: 8px;
	border-radius: 9px;
	box-shadow: 0 0 20px -8px rgba(0, 0, 0, 0.6);
	transition: all .3s ease-out;
}
.tagged li:hover {
	color: #f2f2f2;
	background: rgba(30, 15, 114, 1);
	transition: all .3s ease-out;
	border: 1px solid rgba(255, 255, 255, 0);
}
.tagged li:before {
	content: '';
	display: inline-flex;
	width: 9px;
	height: 9px;
	border-radius: 100%;
	background: #5C18EF;
	margin: 0 10px;
	margin-top: 5px;
}
.tagged li:hover:before {
	background: #7EDF47;
}

.contact-list li {
	border: 0;
	border-left: 4px solid #D4CAFF;
	padding: 0 15px;
	margin-bottom: 30px;
	color: #5C18EF;
	transition: all .3s ease-out;
}
.contact-list li:hover {
	border-color: #5C18EF;
	transition: all .3s ease-out;
}
.contact-list li span {
	display: block;
	color: #1A1a1a;
}
.contact-list li a {
	color: #5C18EF;	
}


.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: #f2f2f2;
  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: #f2f2f2;
  background: #5834AD;
  border: 1px solid #5834AD;
}
.tabs label:hover {
  color: #f2f2f2;
  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: -50px !important;
}
.slick-dots li button {
  background: #CCC !important;
  border-radius: 6px;
  margin: 0 auto;
  height: 1px !important;
}
.slick-dots li.slick-active {
	width: 52px !important;
}
.slick-dots li.slick-active button {
  background: #5C18EF !important;
  width: 52px !important;
}
.slick-dots li button::before {
  font-size: 0 !important;
}



.arrow-divider i {
	color: #ae529f;
	background: #f2f2f2;
	background-image: linear-gradient(#f2f2f2 , #f2f2f2 );
	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: #1A1A1A;
  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: 11A1A1A;
	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: 4;
  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: #1A1A1A;
}

.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: #1A1A1A;
	font-size: 14px;
}



.partners-slide .logos {
	border: 0;
	width: 180px;
	height: 120px;
	object-fit: contain;
	padding: 10px;
	filter: grayscale(0%) brightness(100%);
}
.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 #f2f2f2;
}
.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: #f2f2f2;
  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: #f2f2f2;
}
.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: #f2f2f2;
}
.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);
}




.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;
}


.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 #1A1A1A;
	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
}



.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 #f2f2f2;
	padding: 30px !important;
	margin: 10px;
	color: #f2f2f2;
	background: #1A1A1A;
	background: rgba(0,0,0,0.5);
	backdrop-filter: saturate(170%) blur(6px);
	border-radius: 16px;
}
.stats li span {
	color: #f2f2f2;
	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;
}

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

.panel-default {
	border-radius: 20px;
	border: 0;
	box-shadow: none;
	padding: 40px;
	overflow: hidden;
	background: #fff;
}
.panel-default h2,
.panel-default h3 {
	margin-top: 0;
	margin-bottom: 15px;
}
.panel-default hr {
	border-top: 1px solid rgba(255,255,255,0.15);
}

.panel-light {
	background: rgba(255,255,255,0.15);
}

.panel-cta {
	border-radius: 20px;
	border: 0;
	box-shadow: none;
	padding: 60px 70px;
}
.panel-cta h3 {
	margin-top: 10px;
}
.panel-cta p {
	margin-bottom: 0;
}

.panel-testimonails {
	padding: 0 30px;
}
.panel-testimonails .fa {
	font-size: 48px;
}
.panel-testimonails h3 {
	font-family: 'FontLight';
	font-size: 19px;
	line-height: 27px;
	min-height: 100px;
}
.panel-testimonails p.title {
	font-style: italic;
}
.panel-testimonails p.title::before {
  content: '';
  display: inline-block;
  width: 10px;
  height: 10px;
  border-radius: 100%;
  background: #7EDF47;
  margin: 0 10px;
}

.panel-pillar {
	color: #1a1a1a;
	padding: 30px;
	padding-bottom: 20px;
	transition: all .3s ease-out;
}
.panel-pillar:hover {
	background: #D4CAFF;
	transition: all .3s ease-out;
}
.panel-pillar h3 {
	margin-bottom: 0;
}
.panel-pillar .content {
	font-size: 15px;
	line-height: 18px;
	min-height: 220px;
}
.panel-pillar .content p {
	margin-bottom: 10px;
}
.panel-pillar p.large {
  font-size: 20px !important;
  line-height: 32px;
}
.panel-pillar .btn {
	padding: 7px 25px;
}

.ripple {
  position:relative;
  margin:0  auto;
  width: 20px;
  height: 20px;
  display: inline-block;
  top: 8px;
}
.dot:before{
  content:' ';
  position: absolute;
  z-index:2;
  left: 0;
  top:0;
  width:10px;
  height:10px; 
  background-color: #D4CAFF;
  border-radius: 50%;
}

.dot:after {
  content:' ';
  position: absolute;
  z-index:1;
  width:20px;
  height:20px; 
  background-color: rgba(255,255,255,0.7);
  border-radius: 50%;
  box-shadow: 0 0 10px rgba(0,0,0,.3) inset;
  -webkit-animation-name:'ripple';/*动画属性名，也就是我们前面keyframes定义的动画名*/
  -webkit-animation-duration: 1s;/*动画持续时间*/
  -webkit-animation-timing-function: ease; /*动画频率，和transition-timing-function是一样的*/
  -webkit-animation-delay: 0s;/*动画延迟时间*/
  -webkit-animation-iteration-count: infinite;/*定义循环资料，infinite为无限次*/
  -webkit-animation-direction: normal;/*定义动画方式*/
}

.dot2:before{
  content:' ';
  position: absolute;
  z-index:2;
  left: 0;
  top:0;
  width:10px;
  height:10px; 
  background-color: #5C18EF;
  border-radius: 50%;
}

.dot2:after {
  content:' ';
  position: absolute;
  z-index:1;
  width:20px;
  height:20px; 
  background-color: #8B6BD0;
  border-radius: 50%;
  box-shadow: 0 0 10px rgba(0,0,0,.3) inset;
  -webkit-animation-name:'ripple';/*动画属性名，也就是我们前面keyframes定义的动画名*/
  -webkit-animation-duration: 1s;/*动画持续时间*/
  -webkit-animation-timing-function: ease; /*动画频率，和transition-timing-function是一样的*/
  -webkit-animation-delay: 0s;/*动画延迟时间*/
  -webkit-animation-iteration-count: infinite;/*定义循环资料，infinite为无限次*/
  -webkit-animation-direction: normal;/*定义动画方式*/
}

@keyframes ripple {
   0% {
    left:5px;
    top:5px;
    opacity:75;
    width:0;
    height:0;
  }
  100% {
    left:-20px;
    top:-20px;
    opacity: 0;
    width:50px;
    height:50px;
  }
}


.client-img {
	width: 100%;
	height: 100px;
	object-fit: contain;
	border: 1px solid rgba(0,0,0,0.1);
	background: #fff;
	margin-bottom: 25px;
	border-radius: 12px;
	padding: 15px;
	transition: 0.3s;
}
.client-img:hover {
	background: #fff;
	border-color: #5C18EF;
	transition: 0.3s;
	box-shadow: 0 0 22px rgba(0,0,0,0.1);
}

@media only screen and (max-width: 768px) {
	body {
		font-size: 15px;
		line-height: 21px;
	}
	body.thisPage {
		background-size: 80% !important;
	}
	.bg-black2-grad  {
		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 {
		padding: 10px 20px;
	}
	.line {
		content: '';
		display: block;
		height: 10px;
		width: 70px;
		margin: 20px auto;	
		border-radius: 0;
	}
	#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;
	}
	section {
		padding: 40px 15px !important;
	}
	section h1 {
		font-size: 28px !important;
		line-height: 58px !important;
		margin: 0;
		padding: 0;
	}
	section h2  {
		font-size: 24px !important;
		line-height: 30px !important;
	}
	section h3 {
		  font-size: 24px;
		  line-height: 31px;
		  margin-bottom: 30px;
	}
	section h4 {
		font-size: 18px;
		line-height: 30px;
	}
	.pullup {
		position: relative;
		margin-top: 0;
	}
	.header-line {
		z-index: -1 !important;
		position: relative !important;
	}
	.section-page {
		padding-top: 60px !important;
		padding-bottom: 40px !important;
		margin: 0;
	}
	.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: 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: 20px 10px !important;
	}
	#header.shrinked .logo img,
	#header.thisHome.shrinked .logo img {
	    height: auto;
	    width: 100px;
	    margin: 10px 10px !important;
	}
	#header,
	#header.thisHome {
		padding: 5px !important;
		padding-bottom: 0px !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 {
  	}
	.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;
	}
	.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;
	}
	.easy-image-gallery {
		text-align: center;
	}
	.easy-image-gallery img {
		width: auto !important;
		height: 68px !important;
		border-radius: 0 !important;
	}


	.slick-dots {
	  bottom: -30px !important;
	}
	.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;
	}
	.panel-default {
		padding: 30px;
	}
	.panel-cta {
		padding: 30px;
		padding-bottom: 50px;
	}

	.panel-testimonails {
		padding: 0 0px;
	}
	.panel-testimonails .fa {
		font-size: 32px;
	}
	.panel-testimonails h3 {
		font-size: 16px;
		line-height: 23px;
		min-height: 100px;
	}
	.panel-pillar {
		padding-bottom: 0;
	}
	.panel-pillar .content {
		min-height: 0;
	}
	.client-img {
		width: 100%;
		height: 72px;
		margin-bottom: 20px;
		padding: 5px;
	}
	footer {
		padding: 40px 15px;
		padding-top: 70px;
		background-position: top left !important;
		background-size: 15% !important;
		margin: 0;
	}
	footer h2 {
		font-size: 24px;
		line-height: 37px;
	}
	footer .logo {
	  height: auto;
	  width: 240px;
	}
	.footer-menu {
		margin: 0;
		margin-bottom: 30px;
	}
	.footer-menu li {
		width: auto;
		padding: 0 !important;
		margin: 0 7px !important;
		border: 0;
		text-align: inherit;
		font-size: 14px !important;
	}

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

}