@import url('https://fonts.googleapis.com/css2?family=Karla:ital,wght@0,200;0,300;0,400;0,500;0,600;0,700;0,800;1,200;1,300;1,400;1,500;1,600;1,700;1,800&display=swap');
html {
	position: relative;
    min-height: 100%;
}
body {
	/* font-family: 'Barlow', sans-serif; */
	font-family: 'Karla', sans-serif;
	font-size: 15px;
	font-weight: 400;
	line-height: 28px;
	color: #1b1b1b;
	text-align: left;
	background-color: #fff;
	overflow-x: hidden;
	direction: rtl;
    text-align: right;
}
a {
	-webkit-transition: all 0.3s ease 0s;
	-moz-transition: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
	color: #ef790e;
}
a:hover {
    text-decoration: none;
	color: #ef790e;
}
h1 {
	font-family: 'Montserrat', sans-serif;
	font-size: 120px;
	line-height: 90px;
	font-weight: 900;
	margin-bottom: 20px;
	color: #e6e6e6;
}
h2 {	
	font-family: 'Montserrat', sans-serif;
	font-size: 100px;
    line-height: 75px;
    font-weight: 900;
    margin-bottom: 16px;
	color: #e6e6e6;
}
h3 {
	font-size: 46px;
    line-height: 48px;
    font-weight: 600;
    margin-bottom: 10px;
}
h4 {
	font-size: 36px;
	line-height: 36px;
	font-weight: 400;
	margin-bottom: 8px;
}
h5 {
	font-size: 30px;
    line-height: 34px;
    font-weight: 400;
    margin-bottom: 6px;
}
h6 {
	font-size: 16px;
    line-height: 20px;
    font-weight: 500;
    margin-bottom: 6px;
}
p {
    color: #4c4e4e;
	line-height: 26px;
}
button:focus {
    outline: 0;
}
.btn {
    font-size: 18px;
    line-height: 18px;
    padding: 14px 24px;
    border-radius: 10px;
    font-weight: 500;
    border: none;
	-webkit-transition: all 0.5s ease 0s;
	-moz-transition: all 0.5s ease 0s;
	-o-transition: all 0.5s ease 0s;
	transition: all 0.5s ease 0s;
}
.btn-primary {
	color: #fff;
    background-color: #fbb03b;
    border-color: #fbb03b;
	background-size: 200% auto;
	background-image: linear-gradient(to right, #fbb03b 0%, #f15a24 50%,  #fbb03b 100%);
	-webkit-box-shadow: 4px 4px 10px 0px rgba(0,0,0,0.25);
	-moz-box-shadow: 4px 4px 10px 0px rgba(0,0,0,0.25);
	box-shadow: 4px 4px 10px 0px rgba(0,0,0,0.25);
}
.btn-primary:hover {
	color: #fff;
	background-color: #d8172a;
	border-color: #d8172a;
	background-position: right center;
	-webkit-box-shadow: 4px 4px 10px 0px rgba(0,0,0,0.25);
	-moz-box-shadow: 4px 4px 10px 0px rgba(0,0,0,0.25);
	box-shadow: 8px 8px 20px 0px rgba(0,0,0,0.25);
}
.btn-primary:focus, .btn-primary.focus {
	color: #fff;
	background-color: #fbb03b;
	border-color: #fbb03b;
	box-shadow: none;
}
.btn-primary:not(:disabled):not(.disabled):active, .btn-primary:not(:disabled):not(.disabled).active, .show > .btn-primary.dropdown-toggle {
    color: #fff;
    background-color: #fbb03b;
    border-color: #fbb03b;
}
.btn-primary:not(:disabled):not(.disabled):active:focus, .btn-primary:not(:disabled):not(.disabled).active:focus, .show > .btn-primary.dropdown-toggle:focus {
    box-shadow: none;
}
.btn-outline-light:focus, .btn-outline-light.focus {
    box-shadow: none;
}
.btn-outline-light:not(:disabled):not(.disabled):active:focus, .btn-outline-light:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-light.dropdown-toggle:focus {
    box-shadow: none;
}
.btn-dark {
    color: #fff;
    background-color: #1b1b1b;
    border-color: #1b1b1b;
}
.btn-dark:hover {
    background-color: #1b1b1b;
    border-color: #1b1b1b;
}
.btn-dark:focus, .btn-dark.focus {
    color: #fff;
    background-color: #23272b;
    border-color: #1d2124;
    box-shadow: none;
}
.btn-dark:not(:disabled):not(.disabled):active:focus, .btn-dark:not(:disabled):not(.disabled).active:focus, .show > .btn-dark.dropdown-toggle:focus {
    box-shadow: none;
}

input[type="radio"]:checked, input[type="radio"]:not(:checked) {
    position: absolute;
    left: -9999px;
}
input[type="radio"]:checked + label, input[type="radio"]:not(:checked) + label {
    position: relative;
    padding-left: 22px;
    cursor: pointer;
    line-height: 14px;
    display: inline-block;
}
input[type="radio"]:checked + label:before, input[type="radio"]:not(:checked) + label:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 14px;
    height: 14px;
    border: 1px solid #8b8b8b;
    border-radius: 100%;
    background: #fff;
}
input[type="radio"]:checked + label:after, input[type="radio"]:not(:checked) + label:after {
    content: '';
    width: 6px;
    height: 6px;
    background: #ea1f33;
    position: absolute;
    top: 4px;
    left: 4px;
    border-radius: 100%;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
}
input[type="radio"]:not(:checked) + label:after {
    opacity: 0;
    -webkit-transform: scale(0);
    transform: scale(0);
}
input[type="radio"]:checked + label:before {
	border-color: #ea1f33;
}
input[type="radio"]:checked + label:after {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
}
input[type="checkbox"]:checked, input[type="checkbox"]:not(:checked) {
    position: absolute;
    left: -9999px;
}
input[type="checkbox"]:checked + label, input[type="checkbox"]:not(:checked) + label {
    position: relative;
    padding-left: 22px;
    cursor: pointer;
    line-height: 14px;
    display: inline-block;
}
input[type="checkbox"]:checked + label:before, input[type="checkbox"]:not(:checked) + label:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 16px;
    height: 16px;
    border: 1px solid #cfcfcf;
    border-radius: 3px;
    background: #fff;
}
input[type="checkbox"]:checked + label:after, input[type="checkbox"]:not(:checked) + label:after {
    content: '';
    width: 16px;
    height: 16px;
    background-color: #ea1f33;
	background-image: url(../img/checkbox-tick.png);
    background-repeat: no-repeat;
    background-position: center;
    position: absolute;
    top: 0;
    left: 0;
    border-radius: 4px;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
}
input[type="checkbox"]:not(:checked) + label:after {
    opacity: 0;
    -webkit-transform: scale(0);
    transform: scale(0);
}
input[type="checkbox"]:checked + label:before {
	border-color: #ea1f33;
}
input[type="checkbox"]:checked + label:after {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
}
select {
    padding-right: 25px;
    padding-left: 15px;
    -webkit-appearance: none;
    background-image: url(../img/select-arrow.png);
    background-repeat: no-repeat;
    background-size: 10px 5px;
    background-position: 10px center;
}
label {
    margin-bottom: 6px;
    color: #15314a;
    font-weight: 600;
    line-height: 24px;
}
form label span {
    color: #ea1f33;
}
.form-control {
    border-radius: 8px;
    background-color: #fff;
    font-size: 16px;
    line-height: 16px;
    padding: 12px 14px;
    height: auto;
	border: 1px solid #ccd1d8;
}
.form-control:focus {
    color: #000;
    background-color: #fff;
    border-color: #fbb03b;
    outline: 0;
    box-shadow: none;
}
.form-check-label {
    font-weight: 500;
    margin-bottom: 0;
    line-height: 16px;
    font-size: 15px;
}
.form-control-file:focus {
    border: 0;
	outline: 0;
}
.input-file {
	visibility: hidden;
	position: absolute;
}
.custom-input-file > div {
	display: inline-block;
	position: relative;
}
.custom-input-file input {
	border: none;
    background: transparent !important;
    padding-left: 0;
}
.form-group {
    margin-bottom: 22px;
}
.dropdown-item.active, .dropdown-item:active {
    color: #fff;
    text-decoration: none;
    background-color: #ea1f33;
}
ul {
	padding-right: 0;
}

/*---Header----------------------------------------------------------*/
header {
	position: fixed;
	top: 0;
	z-index: 99;
	width: 100%;
	background: rgba(242, 242, 242, 0.7);
	-webkit-transition: all 0.5s ease 0s;
	-moz-transition: all 0.5s ease 0s;
	-o-transition: all 0.5s ease 0s;
	transition: all 0.5s ease 0s;
	direction: ltr;
    text-align: left;
}
.header-top {
	padding-top: 16px;
	-webkit-transition: all 0.5s ease 0s;
	-moz-transition: all 0.5s ease 0s;
	-o-transition: all 0.5s ease 0s;
	transition: all 0.2s ease 0s;
}
header  .menu-bar {
	padding: 0;
}
header .navbar-brand {
	width: 160px;
	padding: 0;
    margin: 0;
}
header .navbar-brand img {
	max-width: 100%;
}
header .menu {
	margin-right: 16px;
}
.menu-bar .nav-link {
	font-size: 16px;
	color: #0b8b99;
	padding: 2px;
	font-weight: 600;
	text-transform: uppercase;
}
.menu-bar .active .nav-link, .menu-bar .nav-link:hover {
	color: #ef790e;
}
.menu.navbar-nav .nav-link {
	margin: 0 28px 0 0;
    padding: 0;
	height: 60px;
    line-height: 60px;
}
.menu-toggler {
	width: 25px;
    height: 22px;
    background: no-repeat center center;
    background-size: 100% 100%;
}
.menu-toggler {
	background-image: url(../img/menu-icon.png);
}
.header-top-rgt a {
	font-weight: 700;
}
.header-contact {
	text-align: right;
	margin-bottom: 10px;
}
.header-contact .phone {
	color: #0b8b99;
	font-size: 16px;
	font-weight: 700;
}
header .social-nav .nav-link {
    padding: 0;
    color: #fff;
    font-size: 14px;
    background: #0b8b99;
    border-radius: 50%;
    width: 26px;
    height: 26px;
    text-align: center;
    line-height: 26px;
	margin-left: 10px;
	-webkit-box-shadow: 4px 4px 10px 0px rgba(0,0,0,0.25);
	-moz-box-shadow: 4px 4px 10px 0px rgba(0,0,0,0.25);
	box-shadow: 4px 4px 10px 0px rgba(0,0,0,0.25);
}
header .social-nav .nav-link:hover {
	color: #fff;
	background-color: #ef790e;
}
.sticky-header {
	background: rgba(242, 242, 242, 1);
	-webkit-box-shadow: 0px 13px 25px -12px rgba(0,0,0,0.25);
	-moz-box-shadow: 0px 13px 25px -12px rgba(0,0,0,0.25);
	box-shadow: 0px 13px 25px -12px rgba(0,0,0,0.25);
}
.sticky-header .header-top {
	height: 0;
	overflow: hidden;
	padding: 0;
	opacity: 0;
}
.sticky-header .navbar-brand {
	width: 100px;
}
.sticky-header .menu .nav-link  {
	height: 60px;
	line-height: 60px;
}

@media (max-width: 991px) {
	header .navbar-brand {
		width: 160px;
	}
	.nav-rgt {
		position: absolute;
		right: 50px;
		top: 20px;
	}
	.navbar-toggler {
		height: 50px;
		padding: 0;
	}
	header .menu {
		margin-right: 0;
		margin-bottom: 20px;
	}
	.menu.navbar-nav .nav-link {
		margin: 8px 0;
		padding: 0;
		height: inherit;
		line-height: inherit;
		text-align: center;
	}
	header .social-nav {
		padding: 12px 0;
		position: absolute;
		right: 0;
		top: 0;
	}
}

@media (max-width: 767px) {
	header {
		text-align: center;
	}
	header .navbar-brand, .sticky-header .navbar-brand {
		width: 160px;
	}
	.header-top-rgt {
		position: absolute;
		width: 100%;
		left: 0;
		top: 8px;
		z-index: 999;
		font-size: 14px;
	}
	.header-top-lft {
		margin-bottom: 8px;
	}
	.header-contact {
		margin-bottom: 2px;
	}
	.header-contact .phone {
		font-size: 13px;
	}					 				
	.header-top-lft .btn {
		font-size: 12px;
		line-height: 12px;
		padding: 8px 14px;
		border-radius: 8px;
	}
}

/*---Banner----------------------------------------------------------*/
/* home-slider */
.home-banner-block {
    background: rgba(0,0,0,.3);
}
#banner-video {
	object-fit: cover;
	width: 100vw;
	height: 100vh;
	position: fixed;
	top: 0;
	left: 0;
	z-index: -1;
}
#home-slider {
	height: 100vh;
}
#home-slider .carousel-inner {
    width: 100%;
    height: 100%;
}
#home-slider .carousel-caption {
	text-align: center;
	right: 0;
    left: 0;
    bottom: 40px;
	color: #1b1b1b;
	text-transform: uppercase;
}
#home-slider .carousel-item {
	opacity: 0;
	transition-duration: 1s;
	transition-property: opacity;
	width: 100%;
	height: 100%;
}
#home-slider .carousel-caption h2 {
	font-size: 34px;
    line-height: 46px;
	font-weight: 700;
	margin-bottom: 10px;
}
#home-slider  .carousel-item.active,
#home-slider  .carousel-item-next.carousel-item-left,
#home-slider  .carousel-item-prev.carousel-item-right {
	opacity: 1;
}
#home-slider .active.carousel-item-left,
#home-slider  .active.carousel-item-right {
	opacity: 0;
}
#home-slider  .carousel-item-next,
#home-slider .carousel-item-prev,
#home-slider .carousel-item.active,
#home-slider .active.carousel-item-left,
#home-slider  .active.carousel-item-prev {
	transform: translateX(0);
	transform: translate3d(0, 0, 0);
}
@-webkit-keyframes sliderUp {
	from {
	  	opacity: 0;
	  	-webkit-transform: translate3d(0, 100%, 0);
	  	transform: translate3d(0, 100%, 0);
	}
  
	to {
	  	opacity: 1;
	  	-webkit-transform: translate3d(0, 0, 0);
	  	transform: translate3d(0, 0, 0);
	}
}
  
@keyframes sliderUp {
	from {
	  	opacity: 0;
	  	-webkit-transform: translate3d(0, 100%, 0);
	  	transform: translate3d(0, 100%, 0);
	}
  
	to {
	  	opacity: 1;
	  	-webkit-transform: translate3d(0, 0, 0);
	  	transform: translate3d(0, 0, 0);
	}
}
.sliderUp {
	-webkit-animation-name: sliderUp;
	animation-name: sliderUp;
}   
#home-slider .carousel-caption h2 {
	animation-name: sliderUp;
	-webkit-animation-duration: .5s;
	animation-duration: .5s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
	-webkit-animation-delay: .7s;
	animation-delay: .7s;
}

/* inner-slider */
#inner-slider .slider-img {
	height: 400px;
}
#inner-slider .carousel-caption {
	right: 0;
    left: 0;
    top: 0;
    bottom: 0;
	padding-bottom: 50px;
	-ms-flex-align: center;
    align-items: center;
	display: -ms-flexbox;
    display: flex;
	-ms-flex-pack: center;
    justify-content: center;
}
#inner-slider .carousel-caption h1 {
	font-size: 70px;
	font-weight: 900;
	line-height: 70px;
	margin-bottom: 0;
	color: #bfc0c0;
	text-align: left;
	text-transform: uppercase;
}
.slider-img {
	width: 100%;
    background-repeat: no-repeat;
    background-position: top center;
    background-size: cover;
    background-attachment: fixed;
}

@media (max-width: 1400px) {
	#home-slider .slider-img {
		height: 600px;
	}
}
@media (max-width: 991px) {
	#home-slider .slider-img {
		height: 500px;
	}
	#home-slider .carousel-caption h2 {
		font-size: 30px;
		font-weight: 700;
		line-height: 40px;
		margin-bottom: 10px;
	}
	#home-slider .carousel-caption h3 {
		font-size: 40px;
		line-height: 40px;
		margin-bottom: 10px;
	}
	#home-slider .carousel-caption h1 {
		font-size: 90px;
		line-height: 90px;
	}
	#inner-slider .slider-img {
		height: 310px;
	}
	#inner-slider .carousel-caption h1 {
		font-size: 40px;
		line-height: 40px;
	}
}
@media (max-width: 767px) {
	#home-slider .slider-img {
		height: 400px;
	}
	#home-slider .carousel-caption {
		padding: 0 20px;
	}
	#home-slider .carousel-caption h2 {
		font-size: 18px;
		font-weight: 700;
		line-height: 28px;
		margin-bottom: 10px;
	}









	#inner-slider .carousel-caption h2 {
		font-size: 30px;
		line-height: 30px;
	}		
}

/*---Footer----------------------------------------------------------*/
footer {
	position: absolute !important;
    bottom: 0;
	width: 100%;
    line-height: 20px;
	background: #033b4a;
	color: #fff;
	padding: 100px 0;
}
footer.bg-img {
	width: 100%;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}
footer.bg-img:before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    bottom: 0;
    left: 0;
    background: linear-gradient(to top, rgba(89, 89, 89, .5), rgba(89, 89, 89, .5));
}
.footer-brand {
	width: 160px;
    padding: 0;
    margin: 0;
	display: inline-block;
}
.footer-brand img {
    max-width: 100%;
}
.footer-heading {
	color: #f6a22c;
	font-weight: 600;
	margin-bottom: 6px;
}
footer .footer-nav .nav-link {
	padding: 2px 0 2px 2px;
    color: #fff;
	font-size: 14px;
	display: flex;
    align-items: center;
}
footer .footer-nav .nav-link:before {
	content: "\f053";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    width: 10px;
    height: 10px;
    background: linear-gradient(to right, #fbb03b, #f15a24);
    font-size: 6px;
    display: inline-block;
    line-height: 10px;
    text-align: center;
    border-radius: 50%;
    margin-left: 5px;
	color: #fff;
}
footer .nav-link:hover {
	color: #f6a22c;
}
footer .footer-nav .nav-link:hover:before {
	color: #fff;
}
footer .social-nav {
	padding: 14px 0;
}
footer .social-nav .nav-link {
    padding: 0;
    color: #fff;
    font-size: 14px;
    background: #0b8b99;
    border-radius: 50%;
    width: 26px;
    height: 26px;
    text-align: center;
    line-height: 26px;
	margin-left: 10px;
	-webkit-box-shadow: 4px 4px 10px 0px rgba(0,0,0,0.25);
	-moz-box-shadow: 4px 4px 10px 0px rgba(0,0,0,0.25);
	box-shadow: 4px 4px 10px 0px rgba(0,0,0,0.25);
}
footer .social-nav .nav-link:hover {
	color: #fff;
	background-color: #ef790e;
}
footer p, footer p a {
	color: #fff;
	font-size: 14px;
	margin-bottom: 0;
}
.copy-right {
    direction: ltr;
}

@media (max-width: 767px) {
	footer {
		text-align: center;
		font-size: 13px;
		padding: 50px 0;
	}
	footer .social-nav {
		padding: 16px 0;
		-ms-flex-pack: center;
		justify-content: center;
	}
	footer .footer-nav .nav-link {
		width: 100px;
		margin: auto;
		text-align: right;
	}
	.footer-heading {
		margin-top: 30px;
		font-size: 15px;
	}
}

/*---Content area----------------------------------------------------------*/
.content-area {
    background-repeat-x: no-repeat;
    background-position: top left;
	background-size: 100%;
	background-color: #fff;
}
.content-area-block {
	padding: 120px 0;
	width: 100%;
}
.content-area-block.light {
    background-color: rgba(0,0,0,0.02);
}
.content-area-block.dark {
	background-color: #033b4a;
}
.content-area-block.dark p {
	color: #becacd;
}
.content-area-block.dark  h1,
.content-area-block.dark  h2,
.content-area-block.dark  h3,
.content-area-block.dark  h4,
.content-area-block.dark  h5,
.content-area-block.dark  h6 {
	color: #fff;
}
.content-area-block.darck-bg-img {
    background-position: center;
    background-size: cover;
	position: relative;
	background-attachment: fixed;
}
.content-area-block.darck-bg-img:before {
	content: '';
	background: #000;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0.2;
}
.content-area-block.darck-bg-img  h1,
.content-area-block.darck-bg-img  h2,
.content-area-block.darck-bg-img  h3,
.content-area-block.darck-bg-img  h4,
.content-area-block.darck-bg-img  h5,
.content-area-block.darck-bg-img  h6 {
	color: #fff;
	font-weight: 900;
}
.content-area-block.darck-bg-img  p {
	color: #fff;
}
.img-rounded {
	border-radius: 16px;
}
.img-with-100 {
	width: 100%
}
.bg-icon-rgt {
	background-position: 0%;
    background-repeat: no-repeat;
	background-size: contain;
	padding: 12px 0;
	-webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;		  
}
.content-area-block.bg-img {
	background-position: center;
    background-size: cover;
	position: relative;
	background-attachment: fixed;
}
.list-card {
	padding: 24px;
	border-radius: 20px;
	margin-top: 26px;
	-webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}
.list-card:hover {
	background-color: #fff;
	-webkit-box-shadow: 0px 0px 20px rgba(0,0,0,0.1);
	-moz-box-shadow: 0px 0px 20px rgba(0,0,0,0.1);
	box-shadow: 0px 0px 20px rgba(0,0,0,0.1);
}
.list-card h6 {
	font-size: 18px;
    font-weight: 600;
	-webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;									  
}
.list-card p {
	font-size: 16px;
    line-height: 22px;
    margin-bottom: 0;
}
.list-card:hover h6 {
	color: #f6a22c;
    -webkit-transform: translateY(-6px);
    -moz-transform: translateY(-6px);
    -o-transform: translateY(-6px);
    transform: translateY(-6px);
}
.list-card:hover .bg-icon-rgt {
	background-position: 10%;
}			

@media (max-width: 991px) {
	.content-area-block {
		padding: 90px 0;
		overflow-x: hidden;
	}
	h1 {
		font-size: 90px;
		margin-bottom: 10px;
	}
	h2 {
		font-size: 80px;
		line-height: 60px;
	}	
	h4 {
		font-size: 30px;
		line-height: 36px;
	}	
}
@media (max-width: 767px) {
	.content-area-block {
		padding: 60px 0;
	}
	h1 {
		font-size: 50px;
		margin-bottom: 10px;
		line-height: 40px;
	}
	h2 {
		font-size: 40px;
		line-height: 30px;
	}
	.list-card {
		background-color: #fff;
		margin-top: 20px;
	}
}

/*---Slick slider----------------------------------------------------------*/
.slick-slide {
    display: none;
    float: left;
    height: 100%;
    min-height: 1px;
}
.slick-slider {
    position: relative;
    display: block;
    box-sizing: border-box;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
            user-select: none;
    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
        touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
	direction: ltr;
}
.slick-list {
    position: relative;
    display: block;
    overflow: hidden;
    margin: 0;
    padding: 0;
}
.slick-list:focus {
    outline: none;
}
.slick-list.dragging {
    cursor: pointer;
    cursor: hand;
}
.slick-slider .slick-track,
.slick-slider .slick-list {
    -webkit-transform: translate3d(0, 0, 0);
       -moz-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
         -o-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
}
.slick-track {
    position: relative;
    top: 0;
    left: 0;
}
.slick-track:before,
.slick-track:after {
    display: table;
    content: '';
}
.slick-track:after {
    clear: both;
}
.slick-loading .slick-track {
    visibility: hidden;
}
.slick-slide:focus {
	outline: -webkit-focus-ring-color auto 0;
	outline: 0;
}
[dir='rtl'] .slick-slide {
    float: right;
}
.slick-slide.slick-loading img {
    display: none;
}
.slick-slide.dragging img {
    pointer-events: none;
}
.slick-initialized .slick-slide {
    display: block;
}
.slick-loading .slick-slide {
    visibility: hidden;
}
.slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
    display: none;
}
.slick-prev, .slick-next {
	border-radius: 50%;
    position: absolute;
    top: 50%;
	margin-top: -21px;
    width: 42px;
    height: 42px;
    padding: 0;
    cursor: pointer;
    border: none;
    outline: none;
	z-index: 10;
	font-size: 0;
	-webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
	opacity: 0;
	background: linear-gradient(to right, #fbb03b, #f15a24);
}
.slick-prev {
    left: -42px;
}
.slick-next {
    right: -42px;
}
.slick-prev:before, .slick-next:before {
    opacity: 1;
    color: #fff;
	content: '';
	width: 42px;
    height: 42px;
    display: block;
	background-size: cover;
}
.slick-prev:before {
	background-image: url('../img/prev-icon.svg');
}
.slick-next:before {
    background-image: url('../img/next-icon.svg');
}
.slick-vertical .slick-prev, .slick-vertical .slick-next {
	left: 50%;
	margin-left: -21px;
	margin-top: inherit;
	top: inherit;
}
.slick-vertical .slick-prev {
	top: -42px;
}
.slick-vertical .slick-next {
	bottom: -42px;
}
.slick-vertical .slick-prev:before {
	background-image: url('../img/up-icon.svg');
}
.slick-vertical .slick-next:before {
    background-image: url('../img/down-icon.svg');
}
.slick-disabled.slick-prev, .slick-disabled.slick-next {
	background: #ccc;
	cursor: auto;
}
.slider:hover .slick-prev, .slider:hover .slick-next {
	opacity: 1;
}
.slick-dots {
	position: absolute;
    bottom: -38px;
	left: 0;
    display: block;
    width: 100%;
    padding: 0;
    margin: 0;
    list-style: none;
    text-align: center;
}
.slick-dots li {
	position: relative;
    display: inline-block;
    width: 10px;
    height: 10px;
    margin: 0 4px;
    padding: 0;
    cursor: pointer;
	background: #dcdcdc;
	border-radius: 10px;	
}
.slick-dots li.slick-active {
	background: #fbb03b;
	background: linear-gradient(to right, #fbb03b, #f15a24);
}
.slick-dots li button {
    display: none;
}
@media (max-width: 991px) {	

	.slick-prev {
		left: 0;
	}
	.slick-next {
		right: 0;
	}	
}

/*---Modal----------------------------------------------------------*/
.modal-sidebar {
	position: fixed;
    top: 0;
    z-index: 100;
	width: 350px;
	max-width: 100%;
	height: 100%;
    align-items: center;
    display: flex;
	-webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}
.modal-sidebar.m-right {
	right: 0;
	margin-right: -350px;
}
.modal-sidebar.m-right.m-open {
	margin-right: 0;
}
.modal-content-area {
	background: #fff;
	overflow: hidden;
	-webkit-box-shadow: 0px 0px 30px rgba(0,0,0,0.1);
	-moz-box-shadow: 0px 0px 30px rgba(0,0,0,0.1);
	box-shadow: 0px 0px 30px rgba(0,0,0,0.1);
}
.modal-sidebar.m-right .modal-content-area {
	border-radius: 15px 0 0 15px;
}
.modal-sidebar .modal-close-btn {
    font-size: 16px;
    line-height: 1;
    color: #fff;
    opacity: 1;
    position: absolute;
    left: -30px;
    top: 50%;
    width: 60px;
    height: 60px;
	margin-top: -30px;
	text-align: center;
	line-height: 60px;
	cursor: pointer;
	border-radius: 50%;
    background: linear-gradient(to right, #fbb03b, #f15a24);
	-webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
	-webkit-box-shadow: 4px 4px 10px 0px rgba(0,0,0,0.25);
	-moz-box-shadow: 4px 4px 10px 0px rgba(0,0,0,0.25);
	box-shadow: 4px 4px 10px 0px rgba(0,0,0,0.25);
}
.modal-sidebar.m-close .modal-close-btn {
	left: -80px;
	-moz-animation: bounce 3s infinite;
	-webkit-animation: bounce 3s infinite;
	animation: bounce 3s infinite;
}
.modal-sidebar.m-open .modal-close-btn i {
	transform: rotateZ(180deg);
}

@-webkit-keyframes bounce {
  0%, 20%, 50%, 80%, 100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  40% {
    -webkit-transform: translateY(-30px);
    transform: translateY(-30px);
  }
  60% {
    -webkit-transform: translateY(-15px);
    transform: translateY(-15px);
  }
}
@keyframes bounce {
  0%, 20%, 50%, 80%, 100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  40% {
    -webkit-transform: translateX(30px);
    transform: translateX(30px);
  }
  60% {
    -webkit-transform: translateX(15px);
    transform: translateX(15px);
  }
}
.ads-area img {
	width: 100%;
}
.qr-code-area {
	display: flex;
	padding: 20px;
	-ms-flex-align: center;
    align-items: center;
}
.qr-code-area .qr-code-img {
	width: 70px;
}
.qr-code-content {
	padding-right: 20px;
}
.qr-code-area h6 {
	font-size: 20px;
	font-weight: 500;
	color: #000;
	margin-bottom: 3;
}
.qr-code-area p {
	font-size: 14px;
	color: #898989;
	line-height: 20px;
    margin-bottom: 0;
}
@media (max-width: 767px) {

.modal-sidebar .modal-close-btn {
	width: 46px;
	height: 46px;
	margin-top: -23px;
	line-height: 46px;
	left: 10px;
}
.modal-sidebar.m-close .modal-close-btn {
	left: -64px;
}
}
@media (max-width: 574px) {
.modal-sidebar {
	width: 100%;
	padding: 0 10px;
}
.modal-content-area {
	margin: auto;
	border-radius: 15px !important;
}
.modal-sidebar.m-right {
    margin-right: -100%;
	
}	
}					 
/*---Home----------------------------------------------------------*/
.h-about {
	background-image: url(../img/bg-pattern-01.jpg);
	background-repeat: no-repeat;
    background-size: cover;
	background-position: top left;
}
.h-about .container {
	background-image: url(../img/bg-pattern-02.png);
	background-repeat: no-repeat;
	background-position: bottom left;
}
.h-about-img {
	text-align: center;
	position: relative;
	margin-top: 24px;
}
.h-about-img:before {
    content: "";
    padding-top: calc(90% - 40px);
    border: 20px solid #0cafa3;
    border-radius: 50%;
    position: absolute;
    top: -20px;
    left: 10px;
    width: 90%;
	opacity: 0.15;
}
.h-about-img img:nth-child(1){
	border-radius: 50%;
    width: 90%;
	position: relative;
	margin-top: 14px;
	-webkit-box-shadow: 15px 15px 30px rgba(0,0,0,0.1);
	-moz-box-shadow: 15px 15px 30px rgba(0,0,0,0.1);
	box-shadow: 15px 15px 30px rgba(0,0,0,0.1);
}
.h-about-img img:nth-child(2){
	border-radius: 50%;
    width: 44%;
    position: absolute;
    right: 0;
    bottom: -50px;
}
.h-about h5 {
	color: #0cafa3;
	font-weight: 500;
	margin-bottom: 10px;
}
.h-about h3 {
	color: #f6a22c;
	font-weight: 900;
	margin-bottom: 20px;
}
.h-about p {
	font-size: 17px;
	color: #333333;
	font-weight: 500;
}
.h-about .btn {
    margin-top: 16px;
}
.h-benefits h1 {
	color: #ccc;
}
.h-benefits h4 {
	color: #f6a22c;
    line-height: 40px;
    font-weight: 900;
    margin-bottom: 50px;
}
.h-benefits .icon {
	height: 50px;
	margin-bottom: 10px;
	-webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;					
}
.h-benefits h6 {
	font-size: 20px;
	font-weight: 700;
	color: #000;
	-webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}
.h-benefits p {
	font-size: 16px;
	color: #000;
}
.h-benefits > div > div > div:hover .icon {
	-webkit-transform: translateY(-12px);
	-moz-transform: translateY(-12px);
	-o-transform: translateY(-12px);
	transform: translateY(-12px);
}
.h-benefits > div > div > div:hover h6 {
	color: #f6a22c;
	-webkit-transform: translateY(-6px);
	-moz-transform: translateY(-6px);
	-o-transform: translateY(-6px);
	transform: translateY(-6px);
}							  
.h-service h4 {
	color: #f6a22c;
    line-height: 40px;
    font-weight: 900;
    margin-bottom: 50px;	
}
.h-service .nav-pills .nav-link {
    border-radius: 20px;
	margin: 24px 10px;
    padding: 40px 24px;
	text-align: center;
}
.h-service .nav-pills .nav-link p {
	margin-bottom: 0;
    font-size: 16px;
    font-weight: 600;
    color: #000;
    margin-top: 8px;
	line-height: 20px;
	-webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;					
}
.h-service .nav-pills .nav-link.active {
    background-color: #fff;
	-webkit-box-shadow: 0px 0px 30px rgba(0,0,0,0.1);
	-moz-box-shadow: 0px 0px 30px rgba(0,0,0,0.1);
	box-shadow: 0px 0px 30px rgba(0,0,0,0.1);
}
.h-service .icon {
	height: 88px;
	-webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}
.h-service .nav-pills .slick-slide:hover .icon {
	-webkit-transform: translateY(-12px);
	-moz-transform: translateY(-12px);
	-o-transform: translateY(-12px);
	transform: translateY(-12px);
}
.h-service .nav-pills .slick-slide:hover p {
	-webkit-transform: translateY(-6px);
	-moz-transform: translateY(-6px);
	-o-transform: translateY(-6px);
	transform: translateY(-6px);
}								 
.h-service .tab-content > .tab-pane {
    background-color: rgba(255,255,255,0.6);
    border-radius: 20px;
    padding: 27px;
}
.h-service .tab-content h6 {
	color: #000;
    font-size: 18px;
    font-weight: 600;
}
.h-service .tab-content h6:before {
	content: '-';
	margin-right: -9px;
    margin-left: 2px;
}
.h-service .tab-content p {
	font-size: 16px;
    margin-bottom: 24px;
}
.h-service .tab-content p:last-child {
	margin-bottom: 0;
}
.h-review  {
	background-color: #fff;
    padding: 46px;
	border-radius: 20px;
	-webkit-box-shadow: 6px 6px 30px rgba(0,0,0,0.1);
	-moz-box-shadow: 6px 6px 30px rgba(0,0,0,0.1);
	box-shadow: 6px 6px 30px rgba(0,0,0,0.1);
}
.h-review h6 {
	font-weight: 700;
    font-size: 17px;
	margin-bottom: 10px;
}
.h-review p {
    font-size: 17px;
}
.h-review figure {
	display: flex;
    align-items: center;
	margin-bottom: 0;
    direction: rtl;	
}
.h-review figure img {
	width: 80px;
    border-radius: 50%;
    margin-left: 20px;
}
.h-review figure figcaption {
	font-weight: 700;
    font-size: 16px;
	line-height: 20px;
}
.h-members {
	text-align: center;
	margin-top: 46px;
	margin-bottom: -24px;
}
.h-members .slick-slide {
	margin: 24px 15px;
    border: 2px solid #fff;
    padding: 10px;
    border-radius: 20px;
	-webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}
.h-members .slick-slide:hover {
	background-color: #fff;
	-webkit-box-shadow: 0px 0px 30px rgba(0,0,0,0.1);
	-moz-box-shadow: 0px 0px 30px rgba(0,0,0,0.1);
	box-shadow: 0px 0px 30px rgba(0,0,0,0.1);
}
.h-members img {
	width: 100%;
    margin: auto;
    margin-bottom: 20px;
	-webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}
.h-members h5 {
	margin-bottom: 2px;
    font-size: 20px;
    line-height: 20px;
    font-weight: 600;
	-webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;		   
}
.h-members p {
	margin-bottom: 0;
	-webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}

.h-members .slick-slide:hover img {
	-webkit-transform: scale(.9);
	-moz-transform: scale(.9);
	-o-transform: scale(.9);
	transform: scale(.9);
}
.h-members .slick-slide:hover h5 {
	color: #f6a22c;
	-webkit-transform: translateY(-10px);
	-moz-transform: translateY(-10px);
	-o-transform: translateY(-10px);
	transform: translateY(-10px);
}
.h-members .slick-slide:hover p {
	-webkit-transform: translateY(-7px);
	-moz-transform: translateY(-7px);
	-o-transform: translateY(-7px);
	transform: translateY(-7px);
}								 
.h-partner {
	margin-top: 30px;
}
.h-partner .slick-slide {
	margin: 0 40px;
}
.h-partner  .slick-track {
    display: flex;
    align-items: center;
}

@media (max-width: 991px) {
	.h-service h4 {
		margin-bottom: 20px;
	}
	.h-service .nav-pills .nav-link {
		padding: 25px 20px;
	}
	.h-service .icon {
		height: 60px;
	}	
	.h-service .nav-pills .nav-link p {
		font-size: 14px;
		margin-top: 10px;
		line-height: 16px;
	}
	.h-review {
		margin-top: 40px;
	}
	.h-members {
		margin-top: 0;
	}
}
@media (max-width: 767px) {
	.h-about-img {
		margin: 30px 0 80px 0px;
	}
	.h-benefits h4 {
		margin-bottom: 16px;
	}
	.h-review {
		padding: 26px;
	}
}

/*---About----------------------------------------------------------*/
.about-content {
	margin-top: 130px;
    margin-bottom: -50px;
}
.about-content h3 {
    color: #f6a22c;
    font-weight: 900;
    margin-bottom: 15px;
}
.about-content h5 {
    color: #0cafa3;
    font-weight: 500;
    margin-bottom: 10px;
	font-size: 22px;
    line-height: 34px;
}
.about-content p {
    font-size: 17px;
    color: #333333;
    font-weight: 500;
}

@media (max-width: 767px) {
	.about-content {
		padding: 30px;
		margin-bottom: -20px;
		margin-left: 15px;
		margin-right: 15px;
		background-color: rgba(255,255,255,0.8);
		border-radius: 20px;
	}
}

/*---Career----------------------------------------------------------*/
.career-list {
	list-style: none;
    padding-left: 0;
    padding-right: 0;
}
.career-list li {
	display: flex;
    background: #808080;
    padding: 34px;
	margin-bottom: 30px;
	-webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;				 
}
.career-list li:last-child {
	margin-bottom: 0;
}
.career-list li:hover {
	-webkit-transform: scale(1.03);
    -moz-transform: scale(1.03);
    -o-transform: scale(1.03);
    transform: scale(1.03);
}						
.career-list h5 {
	color: #fff;
    font-size: 24px;
    font-weight: 500;
    margin-bottom: 10px;
    line-height: 28px;
}
.career-list .career-count {
	padding-left: 20px;
}
.career-list .career-contant {
	padding-left: 70px;
}
.career-list .career-contant p {
	margin-bottom: 0;
	color: #fff;
}
.career-list .career-action {
	display: -ms-flexbox;
    display: flex;
	-ms-flex-align: end;
    align-items: flex-end;
}
.career-list .career-action .btn {
	min-width: 170px;
}

@media (max-width: 767px) {
	.career-list li {
		display: block;
	}
	.career-list .career-contant {
		padding-left: 0;
	}
	.career-list .career-action {
		margin-top: 24px;
	}
}

/*---Gallery----------------------------------------------------------*/

.gallery-category {
	position: -webkit-sticky;
    position: sticky;
    top: 100px;
}
.gallery-category h5 {
	margin-bottom: 14px;
    font-weight: 600;
    text-transform: uppercase;
    text-align: left;
    font-size: 24px;
    line-height: 24px;
}
.gallery-category .nav-link {
    border-radius: 0;
    margin-bottom: 10px;
    color: #000;
    display: block;
    padding: 10px 12px;
    width: 100%;
    text-align: left;
    font-size: 18px;
    font-weight: 600;
	border-radius: 10px;				 
}
.gallery-category .nav-link.active, .gallery-category .show > .nav-link, .gallery-category .nav-link:hover {
    color: #ef790e;
	-webkit-box-shadow: 0px 0px 10px rgba(0,0,0,0.1);
	-moz-box-shadow: 0px 0px 10px rgba(0,0,0,0.1);
	box-shadow: 0px 0px 10px rgba(0,0,0,0.1);				
}
.gallery {
    margin-bottom: -30px;
}
.gallery li {
	margin-bottom: 30px;
	cursor: pointer;
}
.gallery-img {
	border-radius: 15px;
	overflow: hidden;
	-webkit-box-shadow: 4px 4px 5px 0px rgb(0,0,0,0.1);
    -moz-box-shadow: 4px 4px 5px 0px rgb(0,0,0,0.1);
    box-shadow: 4px 4px 5px 0px rgb(0,0,0,0.05);
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}
.gallery li:hover .gallery-img {
	-webkit-box-shadow: 15px 15px 20px 0px rgb(0,0,0,0.3);
	-moz-box-shadow: 15px 15px 20px 0px rgb(0,0,0,0.3);
	box-shadow: 15px 15px 20px 0px rgb(0,0,0,0.1);
}
.gallery-img img {
	-webkit-transition: -webkit-transform 0.15s ease 0s;
    -moz-transition: -moz-transform 0.15s ease 0s;
    -o-transition: -o-transform 0.15s ease 0s;
    transition: transform 0.15s ease 0s;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
    height: 100%;
    width: 100%;
}
.gallery li:hover .gallery-img img {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
}
.gallery-img-title {
	font-size: 18px;
    font-weight: 500;
    margin-top: 10px;
    line-height: 28px;
	-webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}
.gallery li:hover .gallery-img-title {
	color: #ef790e;
}
.lg-outer {
	direction: ltr;
}

@media (max-width: 991px) {
	.gallery-category-nav {
		overflow-x: scroll;
		overflow-y: hidden;
		white-space: nowrap;
		display: inline-block;
		height: 50px;
		margin-bottom: 20px;
		width: 100%;
		-webkit-overflow-scrolling: touch;
		direction: ltr;
	}
	.gallery-category-nav::-webkit-scrollbar {
		display: none;
	}
	.gallery-category-nav .nav-link {
		display: inline-block;
		padding: 0 20px;
		height: 50px;
		line-height: 50px;
		width: initial;
		background: #f3f3f3;
		border-radius: 7px;
		margin-right: 3px;
	}
	.gallery-category h5 {
		text-align: right;
	}
}

/*---Contact us----------------------------------------------------------*/
.contact-area {
	border-radius: 20px;
    overflow: hidden;
	margin: 0;
	background-color: #fff;
	-webkit-box-shadow: 0px 0px 20px rgba(0,0,0,0.1);
	-moz-box-shadow: 0px 0px 20px rgba(0,0,0,0.1);
	box-shadow: 0px 0px 20px rgba(0,0,0,0.1);
}
.contact-area h3 {
	font-size: 30px;
	line-height: 30px;
}
.contact-area h6 {
	color: #ef790e;
}
.contact-details {
	background: linear-gradient(to right, #fbb03b, #f15a24);
	color: #fff;
	padding: 50px;
}
.contact-list {
	padding: 0;
	list-style: none;
	margin: 0;
}
.contact-list li {
	padding: 15px 0;
}
.contact-list .list-icon  span {
    display: flex;
    border-radius: 6px;
	margin-left: 20px;
	-ms-flex-pack: center;
	justify-content: center;
	-ms-flex-align: center;
	align-items: center;
}
.contact-list .list-icon img {
	width: 50px;
	-webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}
.contact-list li:hover .list-icon img {
  -webkit-animation-name: wobble;
  animation-name: wobble;
  -webkit-animation-duration: 0.8s;
  -webkit-animation-timing-function: linear;
  -webkit-transform-origin: 50% 100%;
}
@-webkit-keyframes wobble {
  0% {
    -webkit-transform: none;
    transform: none;
  }
  15% {
    -webkit-transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
    transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
  }
  30% {
    -webkit-transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
    transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
  }
  45% {
    -webkit-transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
    transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
  }
  60% {
    -webkit-transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
    transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
  }
  75% {
    -webkit-transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
    transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
  }
  100% {
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes wobble {
  0% {
    -webkit-transform: none;
    transform: none;
  }
  15% {
    -webkit-transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
    transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
  }
  30% {
    -webkit-transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
    transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
  }
  45% {
    -webkit-transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
    transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
  }
  60% {
    -webkit-transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
    transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
  }
  75% {
    -webkit-transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
    transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
  }
  100% {
    -webkit-transform: none;
    transform: none;
  }  
}
.contact-list h5 {
	font-size: 18px;
    line-height: 18px;
    font-weight: 600;
	margin-bottom: 8px;
}
.contact-list p {
    color: #fff;
    margin-bottom: 0;
    font-size: 16px;
    font-weight: 500;
	line-height: 22px;
}
.contact-form {
	padding: 50px;	
}
.contact-form form {
	padding-top: 18px;
}
.contact-form .form-group {
    margin-bottom: 18px;
	position: relative;
}
.contact-form .form-control {
    border-radius: 8px;
    background: #f1f6fc;
    font-size: 16px;
    line-height: 16px;
    padding: 14px 16px;
    height: auto;
	border: 1px solid #f1f6fc;
}
.contact-form .form-control:focus {
    color: #000;
    background-color: #f1f6fc;
    border-color: #fbb03b;
    outline: 0;
    box-shadow: none;
}
.map-block {
	display: flex;
    height: 500px;
    width: 100%;
}

@media (max-width: 767px) {
	.contact-list li {
		padding: 10px 0;
	}
	.contact-list .list-icon img {
		width: 36px;
	}	
}
@media (max-width: 576px) {
	.contact-details {
		padding: 30px;
	}
	.contact-form {
		padding: 30px;
	}
}

/*---Services----------------------------------------------------------*/
.service-nav {
	width: 250px;
    float: left;
}
.service-nav .nav-link {
    border-radius: 20px;
	margin: 14px 20px;
    padding: 25px 20px;
	text-align: center;
}
.service-nav .nav-link p {
	margin-bottom: 0;
    font-size: 16px;
    font-weight: 600;
    color: #000;
    margin-top: 8px;
	line-height: 20px;
	-webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;				
}
.service-nav .nav-link.active {
    background-color: #fff;
	-webkit-box-shadow: 0px 0px 30px rgba(0,0,0,0.1);
	-moz-box-shadow: 0px 0px 30px rgba(0,0,0,0.1);
	box-shadow: 0px 0px 30px rgba(0,0,0,0.1);
}
.service-nav .icon {
	height: 88px;
	-webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;										   
}
.service-nav .slick-prev, .service-nav .slick-next {
	width: 88px;
    height: 32px;
    background: transparent;
    margin-left: -44px;
}
.service-nav .slick-prev {
    top: -32px;
}
.service-nav .slick-next {
    bottom: -32px;
}
.service-nav .slick-prev:before, .service-nav .slick-next:before {
    opacity: 1;
    color: #fff;
	content: '';
	width: 88px;
    height: 32px;
    display: block;
	background-size: cover;
}
.service-nav .slick-prev:before {
	background-image: url('../img/top-icon.svg');
}
.service-nav .slick-next:before {
    background-image: url('../img/bottom-icon.svg');
}
.service-nav .slick-disabled.slick-prev, .service-nav .slick-disabled.slick-next {
	filter: grayscale(100%);
}
.service-nav .slick-disabled.slick-prev:before, .service-nav .slick-disabled.slick-next:before {
	opacity: 0.5;
}
.service-nav .slick-slide:hover .icon {
    -webkit-transform: translateY(-12px);
    -moz-transform: translateY(-12px);
    -o-transform: translateY(-12px);
    transform: translateY(-12px);
}
.service-nav .slick-slide:hover p {
    -webkit-transform: translateY(-6px);
    -moz-transform: translateY(-6px);
    -o-transform: translateY(-6px);
    transform: translateY(-6px);
}
.service-content {
	padding-left: 30px;
	margin-top: 22px;
	height: 100%;
	position: relative;
	width: calc(100% - 250px);
	float: left;
}
.service-content .tab-pane {
	background: #ececec;
	padding: 60px;
	border-radius: 20px;
	height: 100%;
}
.service-content h6 {
	color: #000;
    font-size: 18px;
    font-weight: 600;
}
.service-content h6:before {
	content: '-';
	margin-left: -9px;
    margin-right: 2px;	
}
.service-content p {
	font-size: 16px;
    margin-bottom: 24px;
}
.service-content p:last-child {
	margin-bottom: 0;
}
.service-content:before {
	content: '';
	background-image: url('../img/service-top.svg');
	width: 102px;
    height: 62px;
    position: absolute;
    top: 0;
    left: -5px;
	z-index: 1;
}

@media (max-width: 991px) {
	.service-nav {
		width: 200px;
	}
	.service-content {
		width: calc(100% - 200px);
	}
	.service-nav .slick-prev, .service-nav .slick-next {
		opacity: 1;
	}
	.service-nav .icon {
		height: 70px;
	}

}

@media (max-width: 767px) {
	.service-nav {
		width: 100%;
	}
	.service-content {
		width: 100%;
		padding-left: 0;
		height: inherit;
		margin-top: 0;
	}
	.service-nav .slick-prev {
		left: 17px;
		top: 50%;
		transform: rotate(-90deg);	
	}
	.service-nav .slick-next {
		right: -27px;
		bottom: inherit;
		top: 50%;
		transform: rotate(-90deg);	
	}
	.service-content .tab-pane {
		padding: 40px;
	}
	.service-content:before {
		display: none;
	}
}

/*---Offers----------------------------------------------------------*/
.offer-nav {
	width: 200px;
    float: right;
}
.offer-nav .nav-link {
	padding: 0;
    margin: 6px 0;
    border-radius: 8px;
    overflow: hidden;
	border: 2px solid transparent;
	-webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}
.offer-nav .nav-link:hover {
	-webkit-transform: scale(0.9);
    -moz-transform: scale(0.9);
    -o-transform: scale(0.9);
	transform: scale(0.9);				   
}
.offer-nav .nav-link.active {
	border-color: #ef790e;
}
.offer-nav .nav-link img {
	width: 100%;
}
.offer-nav.slick-vertical .slick-prev {
    top: -18px;
}
.offer-nav.slick-vertical .slick-next {
    bottom: -18px;
}
.offer-content {
	height: 100%;
	position: relative;
	width: calc(100% - 250px);
	float: left;
	margin-top: 8px;
}
.offer-content .tab-pane {
	border-radius: 20px;
	overflow: hidden;
	position: relative;
	-webkit-box-shadow: 10px 10px 20px 0px rgb(0,0,0,0.3);
	-moz-box-shadow: 10px 10px 20px 0px rgb(0,0,0,0.3);
	box-shadow: 10px 10px 20px 0px rgb(0,0,0,0.1);
	-webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}
.offer-content .tab-pane:hover {
	-webkit-box-shadow: 10px 10px 20px 0px rgb(0,0,0,0.3);
	-moz-box-shadow: 10px 10px 20px 0px rgb(0,0,0,0.3);
	box-shadow: 20px 20px 30px 0px rgb(0,0,0,0.1);
}
.offer-content img {
	width: 100%;
}
.offer-content .offer-text {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
    background-color: rgba(255,255,255,0.7);
    padding: 30px 40px;
    color: #b35908;
    font-size: 40px;
    font-weight: 500;
    line-height: 42px;
	-webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}
.offer-content .tab-pane:hover .offer-text {
	padding: 50px 40px;				
}
@media (max-width: 991px) {
	.offer-nav {
		width: 100px;
		float: right;
	}
	.offer-nav .slick-prev, .offer-nav .slick-next {
		opacity: 1;
	}	
	.offer-content {
		width: calc(100% - 150px);
	}	
}
@media (max-width: 767px) {
	.offer-nav {
		width: 100%;
		float: left;
	}
	.offer-nav .nav-link {
		margin: 0 6px;
	}
	.offer-content {
		width: 100%;
		margin-top: 18px;
	}
	.offer-content .offer-text {
		padding: 26px 36px;
		font-size: 36px;
		font-weight: 500;
		line-height: 40px;
	}

}