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

/* Theme style */

@font-face {
	font-family: 'FontBody';
	src: url('fonts/Poppins-Regular.ttf?') format('truetype');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'FontHead1';
	src: url('fonts/Poppins-Bold.ttf?') format('truetype');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'FontHead2';
	src: url('fonts/Poppins-Medium.ttf?') format('truetype');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'FontLight';
	src: url('fonts/Poppins-Light.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: 1280px;
  width: 100%;
}

body {
	font-family: 'FontBody', sans-serif;
	font-size: 17px;
	-webkit-overflow-scrolling: touch;
	letter-spacing: 0 !important;
	background: #01001d;
	color: #fff;
}
/*
body.thisPage {
	background: transparent;
}
*/

a {	
	color: #322F5E;
	transition: 0.3s;
}
a:hover,
a:focus {
	color: #000;
	transition: 0.3s;
	text-decoration: underline;
}
p,li {
	line-height: 27px;
	margin: 0;
	margin-bottom: 20px;
}
p.small {
	font-size: 16px;
}
p.large,
.large li,
.page-highlight p {
	font-size: 24px !important;
	font-weight: 500 !important;
	line-height: 35px !important;
	margin-bottom: 30px;
	padding: 0;
}
hr {
	border-color: rgba(0,0,0,0.2) !important;
}
h1, h2, h3, h4, h5, h6 {
	font-family: 'FontHead2';
}

.upper {text-transform: uppercase !important;}
.fw300 {font-weight: 300 !important;}
.fw400 {font-weight: 400 !important;}
.fw500 {font-weight: 500 !important;}
.fw600 {font-weight: 600 !important;}

.sticky-column {
  position: sticky;
  top: 120px;
}
.default-img {
	width: 100%;
	height: auto;
	margin-bottom: 30px;
}
.rounded {
	border-radius: 20px;
}
section {
	padding: 80px 0;
}
section.less {
	padding: 30px 0;
}
section h1 {
	font-size: 78px;
	line-height: 92px;
	padding: 0;
	margin: 30px 0;
}
section h2 {
	font-size: 60px;
	line-height: 82px;
	padding: 0;
	margin: 30px 0;
}
section h3 {
	font-size: 32px;
	line-height: 40px;
	padding: 0;
	margin: 30px 0;
}
section h4 {
	font-size: 18px;
	line-height: 35px;
}
.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);
}
.section-bg-radial-blue {
	background: url('images/bluegrad-en.png') bottom 30% right no-repeat !important;
	background-size: auto !important;
}
.section-bg-linegrad-blue {
	background-image: url('images/grad1.png'), url('images/blue-line-grad-en.png');
	background-position: bottom, center;
	background-size: contain, cover;
	background-repeat: repeat-x, no-repeat;
}
.section-bg-linear-radial-blue {
	background-image: url('images/grad2.png'), url('images/bluegrad-en.png');
	background-position: center top, bottom 30% right;
	background-size: contain, auto;
	background-repeat: no-repeat, no-repeat;
}
.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;
}

.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-beige {color: #d4cdba !important;}
.txt-green {color: #0A4D54 !important;}
.txt-green2 {color: #0AD7A9 !important;}
.txt-brightgreen {color: #96D60B !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: #eee !important;}
.line-gray, .bg-gray2 {background: #424242 !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-beige, .bg-beige {background: #E8E8E3 !important; color: #000 !important;}


.theme-white {
    background: #fff;
    background: -webkit-linear-gradient(360deg, rgba(255, 255, 255, 0.6) 5%, #FFFFFF 50%);
    background: -moz-linear-gradient(360deg, rgba(255, 255, 255, 0.6) 5%, #FFFFFF 50%);
    background: linear-gradient(360deg, rgba(255, 255, 255, 0.6) 5%, #FFFFFF 50%);
        background-clip: border-box;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.wpcf7-form input[type=submit],
.btn-default {
	border: 0 !important;
	background: #000;
	color: #fff;
	border-radius: 12px;
	padding: 15px 35px;
	font-size: 17px;
	font-weight: normal;
	text-align: center;
	text-transform: uppercase;
	transition: all .4s ease-out;
	line-height: 32px;
}

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

.btn-global {
	font-size: 20px;
	font-weight: 500;
	line-height: 30px;
	box-shadow: 0px 0px 0px 0px rgba(4, 1, 38, 1) inset;
	box-shadow: 0px 10.19px 116.5px -17.47px rgba(1, 98, 255, 1);
	background: linear-gradient(268.83deg, rgba(91, 150, 254, 1) 23.64%, rgba(19, 129, 239, 1) 95.23%);
	padding: 20px 35px;
}
.btn-global:hover, 
.btn-global:focus {
	color: #fff;
	padding: 20px 35px;
	background: linear-gradient(-268.83deg, #5B96FE 23.64%, #1381EF 95.23%);
	cursor: pointer;
}
.btn-global img {
	width: 32px !important;
	height: auto !important;
	position: relative;
	right: -20px;
	left: auto;
}

.wpcf7-form input[type=submit],
.btn-global2 {
	font-size: 15px;
	font-weight: 500;
	line-height: 20px;
	padding: 12px 25px;
	border-radius: 6px;
	background: linear-gradient(267.97deg, #233B7E -48.63%, #1381EF 23.15%);
	box-shadow: 0px 0px 0px 0px rgba(4, 1, 38, 1) inset;
	box-shadow: 0px 7px 80px -12px rgba(1, 98, 255, 1);
}
.wpcf7-form input[type=submit]:hover,
.wpcf7-form input[type=submit]:focus,
.btn-global2:hover, 
.btn-global2:focus {
	color: #fff;
	padding: 12px 25px;
	border-radius: 6px;
	background: linear-gradient(-267.97deg, #233B7E -48.63%, #1381EF 23.15%);
}
.btn-global3 {
	font-size: 15px;
	font-weight: 500;
	line-height: 20px;
	padding: 12px 5px;
	border-radius: 6px;
	background-color: transparent !important;
}
.btn-global3:hover, 
.btn-global3:focus {
	color: #fff;
	padding: 12px 15px;
	border-radius: 6px;
	background: transparent !important;
}

.wpcf7-form input[type=submit],
.wpcf7-form input[type=submit]:hover {
	padding: 20px 35px;
}

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

p.label span {
	font-weight: 500;
	font-size: 15px;
	line-height: 20px;
	text-transform: uppercase;
	background: rgba(255, 255, 255, 0.07);
	backdrop-filter: blur(7px);
	border-radius: 30px;
	padding: 9px 17px;
}

#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: #eee !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: 130px;
	margin-top: 10px;
	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: 100px;
	margin-top: 10px;
	margin-bottom: 20px;
	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;
}


.fixed-menu {
	padding: 30px 0;
	position: fixed;
	width: 100%;
	z-index: 999;
	background: transparent;
}
.fixed-menu-block {
	list-style: none;
	padding: 20px 10px;
	padding-bottom: 28px;
	font-size: 14px;
	border: 1px solid rgba(0,0,0,0);
	border-radius: 140px;
	background: rgba(0,0,0,0.9);
	background: rgba(255, 255, 255, 0.05);
	backdrop-filter: blur(60.29021072387695px);
}
.fixed-menu-block .logo {
	height: auto;
	width: 180px;
	padding: 0px 20px;
	position: relative;
	top: 5px;
}
.fixed-menu-block ul {
	list-style: none;
	padding: 0;
	margin: 0;
	margin-top: 5px;
}
.fixed-menu-block li {
	display: inline-block;
	font-size: 19px;
	font-weight: 500;
	line-height: 30px;
	margin: 0 15px;
}
.fixed-menu-block li a {
	color: rgba(255, 255, 255, 0.75);
	text-decoration: none;
}
.fixed-menu-block li a:hover,
.fixed-menu-block li.current_page_item a {
	color: rgba(255, 255, 255, 1);
	text-decoration: none;
}
.fixed-menu-block .last {
	list-style: none;
	padding: 0;
	margin: 0;
	margin-top: 5px;
}
.fixed-menu-block .last li:first-child {
	background: url('images/globe.svg') no-repeat center right;
	min-width: 53px;
	text-align: left;
}
.fixed-menu-block .last li:last-child a {
	background: #000;
	background: linear-gradient(268.83deg, #5B96FE 23.64%, #1381EF 95.23%);
	font-size: 16px;
	font-weight: 500;
	text-transform: uppercase;
	padding: 14px 26px;
	border-radius: 90px;
	box-shadow: 0px 0px 0px 0px rgba(4, 1, 38, 1) inset;
	box-shadow: 0px 8.44px 96.46px -14.47px rgba(17, 15, 223, 1);
	transition: 0.4s;
}
.fixed-menu-block .last li:last-child a:hover {
	background: linear-gradient(-268.83deg, #5B96FE 23.64%, #1381EF 95.23%);
	transition: 0.4s;
}
.fixed-menu-block .mobile img {
  width: 32px;
  height: auto;
  cursor: pointer;
  position: relative;
  top: 2px;
}

.navbar-nav {
  display: flex;
  justify-content: center;
  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: 10px;
}
#header.shrinked .navbar {
	margin-top: 10px;
}

#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: 20px 10px;
	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: rgba(255,255,255,0.1);
	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: rgba(255,255,255,0.3);
	border-radius: 12px;
}
#header.shrinked .navbar-default .navbar-nav > .current_page_item.active > a {
	font-weight: normal;
	color: #000 !important;
	background: #fff;
	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-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;
}

.wpcf7-not-valid-tip,
.wpcf7 form.invalid .wpcf7-response-output, .wpcf7 form.unaccepted .wpcf7-response-output,
.wpcf7 form.sent .wpcf7-response-output {
	border: 0;
	display: table;
	width: 100%;
	text-align: center;
	}
.wpcf7-not-valid-tip {
  font-size: 13px;
  position: relative;
  top: -20px;
  padding: 0 20px;
  text-align: inherit;
  color: #ff6161;
}

.wpcf7-form input,
.wpcf7-form textarea,
.wpcf7-form select {
	background: rgba(0, 0, 0, 0.5);
	border: 1px solid rgba(255, 255, 255, 0.1) !important;
	padding: 15px 20px;
	width: 100%;
	color: #fff;
	border-radius: 12px;
	margin-bottom: 15px;
}
.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 {
	border: 0 !important;
	color: #fff;
	background: rgba(0, 0, 0, 0.8);
	border: 1px solid rgba(255, 255, 255, 0) !important;
	outline: none;
	box-shadow: 0px 10.19px 66.5px 17.47px rgba(1, 98, 255, 0.4);
}
.wpcf7-form p {
	line-height: 32px;
	margin-bottom: 0;
}

.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: 94%;
	position: fixed;
	z-index: 5000;
	top: 0;
	left: 0;
	right: 0;
	overflow-y: auto;
	scrollbar-width: none;
	transition: 0.5s;
	text-transform: none;
	margin: 0 auto;
	margin-top: 10px;
	background: rgba(255, 255, 255, 0.05);
	backdrop-filter: blur(60.29021072387695px);
	border-radius: 20px;
}
.overlay-content {
	position: relative;
	top: 60px;
	width: 100%;
	margin-top: 10px;
	padding: 20px;
}
.overlay-content ul {
	padding: 20px;
	list-style: none;
}
.overlay-content li {
	padding: 10px 0;
	font-size: 22px !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: rgba(255, 255, 255, 0.75);
	text-decoration: none;
}
.overlay-content li.current_page_item a,
.sub-menu li.current-menu-item a {
	color: rgba(255, 255, 255, 1) !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: #fff;
  	position: absolute;
  	top: 20px;
  	right: 20px;
  	font-size: 48px;
  	outline: none;
  	z-index: 6000;
  	cursor: pointer;
}
.menu-overlay img {
	width: 48px;
	height: auto;
}
.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-hero {
	padding-top: 320px;
	padding-bottom: 20px;
	background-image: url('images/grad1.png'), url('images/hero-bg-en.png');
	background-position: bottom, center;
	background-size: contain, cover;
	background-repeat: repeat-x, no-repeat;
	position: relative;
	z-index: 0;
}

.home-hero h1 {
	border: 0 solid red;
	cursor: auto;
	position: relative;
	z-index: 3;
}
.home-hero h1 span {
	border: 0 solid red;
	display: inline-block;
	width: 138px;
	height: 72px;
	margin: 0 10px;
	position: relative;
	top: 15px;
	background: url('images/home-player.svg') no-repeat center #1381EF;
	background-size: cover;
	border-radius: 17px;
	cursor: pointer;
	transition: 0.2s;
}

.home-hero h1 a:hover,
.home-hero h1 a:focus {
	text-decoration: none;
}
.home-hero h1 span:hover {
	box-shadow: 0 0 64px rgba(255, 255, 255, 0.3);	
	transition: 0.2s;
}
.home-hero p {
	position: relative;
	z-index: 3;
}

.page-hero {
	padding-top: 240px;
	padding-bottom:160px;
	background-image: url('images/grad1.png'), url('images/hero-bg-en.png');
	background-position: bottom, center;
	background-size: contain, cover;
	background-repeat: repeat-x, no-repeat;
	position: relative;
}
.page-hero.less {
	padding-top: 240px;
	padding-bottom: 0;
}
.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;
}


.page-hero.single-post h2 {
	font-size: 43px;
	font-weight: 500;
	line-height: 51px;
	padding: 0;
	margin: 20px 0;
}
.page-hero.single-post .logo {
	border: 0 solid red;
	width: auto;
	height: 130px;
}
.single-post p {
	color: rgba(255, 255, 255, 0.75);
}
.single-post p.tag span {
	font-weight: 500;
	font-size: 14px;
	line-height: 20px;
	text-transform: none !important;
	border-radius: 30px;
	padding: 7px 22px;
	backdrop-filter: blur(3.5px);
	background: rgba(255, 255, 255, 0.07);
	color: #fff;
}
.single-post p.tagvalue {
	margin: 20px 22px;
	margin-bottom: 40px;
}
.single-post .intro p {
  font-size: 27px !important;
  font-weight: 500 !important;
  line-height: 42px !important;
  margin: 0;
  padding: 0;
  color: #fff;
}
.single-post .intro .easy-image-gallery {
	display: none;
}
.single-post p.large {
	color: #fff;
	margin-bottom: 20px;
}

footer {
	padding: 160px 0;
	padding-bottom: 80px;
	border-radius: 0;
	margin: 0;
	color: rgba(255, 255, 255, 0.65);
	font-size: 16px;
	font-weight: 400;
	background-image: url('images/sovyal-pattern.png'), url('images/footer-bg.png');
	background-position: bottom left 40px, center;
	background-size: 400px, cover;
	background-repeat: no-repeat, no-repeat;
}
footer h4 {
	font-size: 14px;
	font-weight: 600;
	line-height: 36px;
	text-transform: uppercase;
	margin: 0;
	padding: 0;
}
footer p {
	margin-bottom: 0;
}
footer ul {
	padding: 0;
	margin: 0;
	margin-bottom: 20px;
	list-style: none;
}
footer li {
	margin-bottom: 0;
}
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: 180px;
}
footer hr {
    border-top: 1px solid rgba(0,0,0,0.2) !important;
    margin: 30px 0;
}
footer i {
	font-size: 24px !important;
	margin-left: 0;
	margin-right: 10px;
}
footer p.copyright {
	position: relative;
	margin-top: -45px;
}
footer p.copyright,
footer p.copyright a {
	font-size: 14px !important;
	line-height: 24px !important;
}
footer a {
	color: rgba(255, 255, 255, 0.65);
}
footer a:hover {
	text-decoration: none;
	color: rgba(255, 255, 255, 1);
}

.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: 20px;
	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: 15px;
	line-height: inherit;
}
.checked.columned li {
	display: inline-flex;
	width: 48.333%;
}

/**
 * Tabs
 */
.tabs {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: inherit;
}
.tabs label {
  order: 1;
  display: block;
  padding: 13px 20px;
  min-width: auto;
  margin: 15px 10px;
  cursor: pointer;
  background: transparent;
  border: 1px solid rgba(255,255,255,0.05);
  font-size: 19px;
  font-weight: 600;
  transition: 0.4s;
  border-radius: 10px;
  transition: all 0.2s ease-in-out;
  text-align: center;
  box-shadow: none;
  color: rgba(255,255,255,0.75);
}
/* 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: 40px 0;
}
.tabs input[type="radio"] {
  display: none;
}

.tabs input[type="radio"]:checked + label {
	background: rgba(19, 129, 239, 1);
	box-shadow: 0px 0px 0px 0px rgba(4, 1, 38, 1) inset;
	box-shadow: 0px 10.19px 116.5px -17.47px rgba(1, 98, 255, 1);
}
.tabs label:hover {
  color: #fff;
  border-color: rgba(19, 129, 239, 0.45);
  box-shadow: 0px 0px 0px 0px rgba(4, 1, 38, 1) inset;
  box-shadow: 0px 10.19px 116.5px -17.47px rgba(1, 98, 255, 1);
}

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


/* 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;
}


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

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


/**
 * 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;
}


.easy-image-gallery {
	list-style: none !important;
	padding: 0 !important;
	margin: 0 !important;
	border: 0;
	box-shadow: none;
	background: transparent;
}
.easy-image-gallery li {
	display: block;
	padding: 0;
	margin: 40px 0 !important;
	width: 100%;
}
.easy-image-gallery img {
	width: 100% !important;
	height: auto !important;
	border-radius: 0 !important;
	margin: 0;
	border: 0;
}


.logos-slide {
	padding: 0;
}
.logos-slide li {
	text-align: center;
}
.logos-slide .logos-img {
	width: 160px;
	height: 120px;
	object-fit: contain;
	display: inline-block;
}
/*
.logos-slide:before {
	content: '';
	width: 60px;
	height: 100%;
	background: linear-gradient(to left, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 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, 0) 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; 
}




.stats {
	border: 0;
	list-style: none;
	padding: 0;
	margin: 40px 0;
}
.stats li {
	display: inline-block;
	font-size: 18px;
	font-weight: 400;
	line-height: 26px;
	padding: 15px 20px;
	width: 30.333%;
	display: inline-table !important;
	color: rgba(255,255,255,0.75);
}
.stats.aboutus li {
	width: 18.333%;	
	font-size: 16px;
	background: transparent;
	border-image: linear-gradient(to bottom, rgba(255, 255, 255, 0.5) 0%, rgba(255, 255, 255, 0) 100%) 1;
	border-width: 1px;
	border-style: solid;
	border-top: 0;
	border-bottom: 0;
	border-left: 0;
	padding: 5px;
}
.stats.aboutus li:last-child {
	border-right: 0;
}
.stats li span {
	color: #fff;
	display: inline-block;
	font-size: 50px !important;
	font-weight: 400 !important;
	line-height: 56px !important;
	margin: 0;
	padding-bottom: 20px;
	width: auto;
}
.stats li span span {
	display: inline-block;
}


.panel-default {
	box-shadow: none;
	border-radius: 0;
}
.panel-default img {
	width: 100%;
	height: auto;
}

.panel-home-sevices {
	border: 0;
	background: rgba(255, 255, 255, 0.002);
	box-shadow: 0px 0px 1px 2px rgba(16, 24, 40, 0.06);
	text-align: center;
	padding: 10px 15px;
	border-radius: 15px;
	margin-bottom: 30px;
	transition: 0.2s;
}
.panel-home-sevices .icons {
	width: 80px;
	height: 80px;
	margin-bottom: 15px;
	transition: 0.2s;
}
.panel-home-sevices:hover .icons {
	padding: 3px;
	margin-bottom: 15px;
	transition: 0.2s;
}
.panel-home-sevices h3 {
	font-weight: 600;
	font-size: 24px;
	line-height: 22.8px;
	letter-spacing: 0.5px;
	vertical-align: middle;
	padding: 0;
	margin: 10px 0;
}
.panel-home-sevices p {
	font-family: 'FontLight';
	color: rgba(255,255,255,0.75);
}

.panel-home-work {
	border: 0 solid red;
	border-radius: 16px;
	box-shadow: none;
	margin-bottom: 40px;
	overflow: hidden;
	background: rgba(7, 11, 44, 0.8) !important;
	min-height: 560px;
}
.panel-home-work [class*="col-md-"] {
	padding-left: 0;
	padding-right: 0;
}
.panel-home-work .logo {
	width: auto;
	height: 72px;
	object-fit: contain;
	border: 0 solid red;
}
.panel-home-work .player.even {
	width: 78px;
	height: 78px;
	position: absolute;
	bottom: 20px;
	right: 20px;
	left: auto;
	transition: 0.4s;
}
.panel-home-work .player.odd {
	width: 78px;
	height: 78px;
	position: absolute;
	bottom: 20px;
	right: auto;
	left: 20px;
	transition: 0.2s;
}
.panel-home-work .player.even:hover,
.panel-home-work .player.odd:hover {
	box-shadow: 0px 10.19px 116.5px 17.47px rgba(1, 98, 255, 1);
	border-radius: 16px;
	transition: 0.2s;
}
.panel-home-work img.work-img {
	min-height: 640px;
}
.panel-home-work .content {
	padding: 20px;
	padding-left: 30px;
	padding-right: 120px;
	border: 0 solid red;
	min-height: 560px;
}
.panel-home-work .content h3 {
	position: relative;
	padding: 0;
	margin-top: 160px;
	margin-bottom: 15px;
}
.panel-home-work .content p {
	font-family: 'FontLight' !important;
	margin-bottom: 0;
}
.panel-home-work .cta {
	padding: 0 30px;
	margin-bottom: 0 !important;
}

.panel-cta {
	border: 1px solid rgba(255, 255, 255, 0.13);
	background: url('images/section-cta-bg-en.jpg') center no-repeat;
	background-size: cover;
	box-shadow: 0;
	text-align: center;
	padding: 60px;
	padding-bottom: 40px;
	border-radius: 15px;
	margin-bottom: 30px;
	transition: 0.2s;
}

.panel-work {
	background: transparent;
	border: 0 solid #fff;
	box-shadow: none;
	margin-bottom: 40px;
}
.panel-work .work-img {
	width: 100%;
	height: 380px;
	object-fit: cover;
}
.panel-work .logo {
	width: auto;
	height: 52px;
	position: relative;
	margin-top: -120px;
	margin-left: 15px;
	margin-right: 0;
}
.panel-work h2 {
	font-size: 20px !important;
	line-height: 24px !important;
	margin: 0 !important;
	padding: 0 !important;
	min-height: 32px;
}
.panel-work p {
	font-size: 15px;
	font-family: 'FontLight';
	line-height: 20px;
	margin: 0;
	padding: 10px 0;
	min-height: 64px;
}

/* custom  VIDEO player */
.video-container {
  position: relative;
  display: grid;
  place-items: center;
  margin: 0 auto;
  background: #ccc;
  width: 100%;
  cursor: pointer;
  padding-top: calc(100% * (370/658));
  margin-bottom: 60px;
}

.video-container video {
  position: absolute;
  z-index: 0;
  object-fit: cover;
  width:100%;
    top: 0;
    left: 0;
}

/* Esto oculta los controles en chrome */
/*.video-container video::-webkit-media-controls {
  display:none !important;
}*/

.video-container .video-cover {
	z-index: 1;
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
}

.video-container .video-cover img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.video-container .video-cover .video-play {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    content: "";
    z-index: 2;
    background-image: url('images/btn-video-player.svg');
  	background-repeat: no-repeat;
    background-position: right 30px bottom 30px;
    display: block;
}

.video-container.home .video-cover .video-play {
    background-position: center !important;
}

.youtube-container {
	margin-bottom: 40px;
}
.youtube-container iframe {
	width: 100%;
	height: 480px;
}


#homeIntroVideo {
	top: 5%;
}
.modal-open .modal-backdrop {
	backdrop-filter: saturate(120%) blur(4px);
	background-color: rgba(0, 0, 0, 0.5);
	opacity: 1 !important;
}
#homeIntroVideo .modal-dialog {
	width: 1080px;
	margin: 30px auto;
	padding: 0;
}
#homeIntroVideo .modal-dialog .modal-content {
	background: transparent;
	box-shadow: none;
	border: 0;
}
#homeIntroVideo .modal-dialog .modal-content .modal-body {
	padding: 0;
}
#homeIntroVideo .close {
	opacity: 1 !important;
	margin-bottom: 10px;
}
#homeIntroVideo .close img {
	width: 64px;
}


.panel-design {
	background: linear-gradient(180deg, rgba(217, 217, 217, 0.11) 0%, rgba(237, 237, 237, 0.01) 100%);
	border: 5px solid rgba(255, 255, 255, 0.4);
	box-shadow: none;
	border-radius: 32px;
	padding: 40px;
	padding-top: 70px;
	transition: 0.4s;
}
.panel-design:hover {
	box-shadow: 0px 10.19px 126.5px 17.47px rgba(1, 98, 255, 0.4);
	transition: 0.4s;
	text-decoration: none;
}
.panel-design img {
	width: 120px;
	height: 120px;
	object-fit-contain;
	margin-bottom: 40px;
}
.panel-design h2 {
	margin: 0;
	padding: 0;
}
.panel-design a,
.panel-design h2:hover,
.panel-design h2:focus {
	text-decoration: none;
	color: #fff;
}


.panel-form {
	background: linear-gradient(180deg, rgba(0, 0, 0, 0.51) 0%, rgba(237, 237, 237, 0.06) 100%);
	border: 5px solid rgba(255, 255, 255, 0.4);
	box-shadow: none;
	border-radius: 22px;
	padding: 50px 30px;
	transition: 0.4s;
	overflow: hidden;
}


/* ---- particles.js container ---- */

#particles-js{
  background-position: 50% 50%;
  background-repeat: no-repeat;
}

.particles-js-canvas-el {
	position: absolute;
	z-index: 2;
	top: 0;
}


@media only screen and (max-width: 768px) {
	body {
		font-size: 15px !important;
		line-height: 19px !important;
	}
	body.thisPage {
		background-size: 80% !important;
	}
	#homeIntroVideo .modal-dialog {
	  width: auto;
	  margin: 10px;
	}
	#homeIntroVideo .close img {
		width: 48px;
	}
	.video-container .video-cover .video-play {
		background-size: 64px;
		background-position: right 15px bottom 15px;
	}
	.youtube-container iframe {
		width: 100%;
		height: 218px;
	}
	p.label span {
		font-size: 12px;
		line-height: 17px;
		padding: 7px 15px;
	}
	.btn-global,
	.btn-global:focus,
	.btn-global:hover {
	  font-size: 16px;
	  line-height: 32px;
	  padding: 13px 27px;
	}
	.btn-global img {
	  width: 24px;
	  margin: 0 3px;
	}
	.sticky-column {
	  position: relative;
	  top: auto;
	}
	.line {
		content: '';
		display: block;
		height: 10px;
		width: 70px;
		margin: 20px auto;	
		border-radius: 0;
	}

	.fixed-menu {
		padding: 10px !important;
	}
	.fixed-menu-block {
		padding: 10px 15px;
		padding-bottom: 12px;
		border-radius: 200px;
	}
	.fixed-menu-block .logo {
		height: auto;
		width: 110px;
		padding: 0px 10px;
		position: relative;
		top: 10px;
	}
	.fixed-menu-block .last {
		margin-top: 2px;
	}
	.fixed-menu-block .last li:first-child {
	  min-width: 48px;
	  background-size: 16px;
	  font-size: 16px;
	  position: relative;
	  right: -30px;
	  left: auto;
	}
	.fixed-menu-block .last li:last-child {
	 	display: none;
	}
	#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;
	}

	p.large,
	.page-highlight p {
		font-size: 19px !important;
		line-height: 24px;
		padding: 0;
	}
	section {
		padding: 40px 10px !important;
	}
	section.less {
		padding: 5px 10px !important;
	}
	section h1 {
		font-size: 39px !important;
		line-height: 50px !important;
	}
	section h2 {
	  font-size: 30px !important;
	  line-height: 42px !important;
	}
	section h3 {
		font-size: 22px !important;
		line-height: 32px !important;
	}
	section h4 {
		font-size: 18px;
		line-height: 30px;
	}

	#header .container {
		padding-left: 15px;
		padding-right: 15px;
	}
	#header.shrinked {
		min-height: auto;
	}
	#header .logo img {
	    height: auto;
	    width: 80px;
	    margin: 20px 10px !important;
	}
	#header.shrinked .logo img,
	#header.thisHome.shrinked .logo img {
	    height: auto;
	    width: 64px;
	    margin: 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 {
  	}
	.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;
	}
	.rslides .item {
	  min-height: 400px;
	  height: 400px;
	}
	.home-hero {
		padding-top: 220px !important;
		padding-bottom: 60px !important;
	}

	.home-hero h1 span {
		display: inline-block;
		width: 78px;
		height: 48px;
		position: relative;
		top: 7px;
		margin: 0;
	}
	.page-hero {
		padding-top: 160px !important;
		padding-bottom: 80px !important;
	}
	.page-hero.less {
		padding-top: 160px !important;
		padding-bottom: 20px !important;
	}
	.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: 14px 10px;
		min-width: auto;
		font-size: 14px !important;
		margin: 3px 10px;
	}

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

	.stats {
		margin: 20px 0 !important;
	}
	.stats li,
	.stats.aboutus li {
		padding: 5px 0 !important;
		font-size: 13px !important;
		line-height: 21px !important;
		margin: 3px;
		width: 44.33%;
		display: inline-table !important;
		border: 0 !important;
	}
	.stats li span {
		font-size: 42px !important;
		padding-bottom: 10px;
	}
	.panel-home-sevices {
	}
	.panel-home-sevices .icons {
		width: 64px;
		height: 64px;
		margin-bottom: 15px;
	}
	.panel-home-sevices h3 {
		font-size: 20px;
		line-height: 23.8px;
	}
	.panel-home-sevices p {
		margin-bottom: 0;
		line-height: 23px !important;
	}
	.panel-cta  {
		padding: 20px;
		padding-top: 60px;
	}
	.panel-cta h2 br{
		display: none;
	}
	.page-hero.single-post h2 {
		font-size: 25px !important;
		line-height: 31px !important;
	}
	.page-hero.single-post .logo {
		width: 100%;
		height: 120px;
		object-fit: contain;
	}
	.single-post p.tag span {
	  font-weight: 500;
	  font-size: 13px;
	  line-height: 20px;
	  padding: 5px 16px;
	}
	.single-post p.tagvalue {
	  margin-bottom: 15px;
	}
	.single-post .intro p {
	  font-size: 19px !important;
	  font-weight: 500 !important;
	  line-height: 29px !important;
	}

	.panel-home-work .logo {
	  width: auto;
	  height: 48px;
	  object-fit: contain;
	}
	.panel-home-work {
		min-height: 0 !important;
		margin: 15px 30px;
	}
	.panel-home-work img.work-img {
		min-height: 0;
	}
	.panel-home-work .content {
		padding: 20px !important;
		min-height: auto !important;
		font-size: 13px !important;
		line-height: 19px !important;
	}
	.panel-home-work .content h3 {
	  	margin: 15px 0;
		font-size: 18px !important;
		line-height: 26px !important;
	}
	.panel-home-work .content p {
		margin-bottom: 0;
	}
	.panel-home-work .cta {
		padding: 0 20px;
		padding-bottom: 40px;
	}
	.panel-home-work .player.odd,
	.panel-home-work .player.even {
		width: 64px !important;
		height: 64px !important;
		right: 20px;
		left: auto;
	}
	.panel-design {
		padding: 15px;
		padding-top: 30px;
	}
	.panel-design img {
		width: 64px;
		height: 64px;
		object-fit-contain;
		margin-bottom: 15px;
	}
	.panel-design h2 {
		margin: 0;
		padding: 0;
		font-size: 19px !important;
	}
	.panel-form {
		padding: 10px;
		padding-top: 30px;
		border-width: 2px;
	}
	.panel-work h2,
	.panel-work p {
		min-height: 0;
	}
	footer {
		padding: 40px 10px;
		background-size: 80%, cover !important;
	}
	footer h4 {
		margin-top: 30px;
	}
	footer .copyright {
		margin-top: 20px !important;
	}

}