/*
 * DX Good stuff
 */
.adm-pos-tr {
	position: absolute;
	top: 0;
	right: 0;
	z-index: 100;
}
.adm-pos-tl {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 100;
}
.adm-pos-br {
	position: absolute;
	bottom: 0;
	right: 0;
	z-index: 100;
}
.adm-pos-bl {
	position: absolute;
	bottom: 0;
	left: 0;
	z-index: 100;
}
.btn-adm, a.btn-adm {
	position: relative;
	display: inline-block;
	min-width: 30px;
	height: 30px;
	padding: 0;
	background-color: #c5c7ca;
	line-height: 30px;
	text-align: center;
	color: #3d3833;
	font-size: 18px;
	text-decoration: none;
	border: none;
	-webkit-transition: all 0.4s ease 0s;
	transition: all 0.4s ease 0s;
}
.btn-adm .on-label {
	display: inline-block;
	padding: 0 5px;
}
.btn-adm * {
	position: relative;
	z-index: 3;
}
.btn-adm:before,
.btn-adm:after {
	position: absolute;
	top: 0;
	right: 0;
	width: 0;
	height: 100%;
	background-color: #2555a5;
	z-index: 0;
	content: "";
	-webkit-transition: all 0.4s ease 0s;
	transition: all 0.4s ease 0s;
}
.btn-adm:after {
	background-color: #e52b54;
	z-index: 1;
}
.btn-adm:hover {
	color: #fff;
}
.btn-adm:hover:before {
	width: 100%;
}
.btn-adm:hover:after {
	width: 4px;
}
.btn-adm.sm {
	min-width: 24px;
	height: 24px;
	line-height: 24px;
	font-size: 13px;
}
.hide-adm-ui .btn-adm {
	display: none;
}

.form-error-msg {
	display: none;
	padding-top: 4px;
	font-size: 14px;
	color: #d00;
}
.form-error-msg.vis {
	display: block;
}
.form-error-msg.inline.vis {
	display: inline;
}

.dx-g-recaptcha {
	display: none;
}
.dx-recaptcha-notice {
	color: #666;
	font-size: 14px;
}
.dx-recaptcha-notice a {
	color: #666;
	text-decoration: underline;
}
.dx-recaptcha-notice a:hover {
	color: #01592f;
}

/** YT video showcase **/
.welcome-video-fs {
    position: relative;
    width: 100%;
	height: 100vh;
    display: block;
    background-color: #ebebeb;
	z-index: 90;
	overflow: hidden;
}
.welcome-video-fs .player-container {
    position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
    z-index: 0;
}
.welcome-video-fs .video-blind {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    background: #000 url("../img/vid-blind-bg.jpg") scroll 50% 50% no-repeat;
	background-size: cover;
    opacity: 1;
    -webkit-transition: opacity .5s linear 0s;
    -moz-transition: opacity .5s linear 0s;
    -ms-transition: opacity .5s linear 0s;
    -o-transition: opacity .5s linear 0s;
    transition: opacity .5s linear 0s;
}
.welcome-video-fs .video-blind.reveal {
    opacity: 0;
}
.welcome-video-fs .video-blind .video-loader {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	z-index: 1;
}
.welcome-video-fs .video-blind .video-loader:after {
	position: absolute;
	bottom: 0;
	right: 0;
	width: 100%;
	border-top: 10px solid #1aa0c6;
	z-index: 2;
	content: "";
	-ewbkit-transform-origin: 100% 0;
	transform-origin: 100% 0;
	-webkit-animation: underswipe 1s linear infinite;
	animation: underswipe 1s linear infinite;
}
.welcome-video-fs .video-blind .video-loader.ontop,
.welcome-video-fs .video-blind .video-loader.ontop:after {
	top: 0;
	bottom: auto;
}
.welcome-video-fs .mute-button {
	position: absolute;
	z-index: 2;
	top: 10px;
	right: 10px;
	width: 50px;
	height: 50px;
	background: #01592f url("../img/mute-sound.png") scroll 50% 50% no-repeat;
	opacity: 0.8;
	cursor: pointer;
	border-radius: 50%;
}
.welcome-video-fs .mute-button:hover {
	opacity: 1;
}
.welcome-video-fs .mute-button.muted {
	background-image: url("../img/mute-sound-muted.png");
}
.welcome-video-fs .player-container>iframe {
    margin: auto;
}

@keyframes underswipe {
	0% {
		transform: translateX(0) scaleX(0);
	}
	50% {
		transform: translateX(0) scaleX(1);
	}
	100% {
		transform: translateX(-100%) scaleX(0);
	}
}
@-webkit-keyframes underswipe {
	0% {
		-webkit-transform: translateX(0) scaleX(0);
	}
	50% {
		-webkit-transform: translateX(0) scaleX(1);
	}
	100% {
		-webkit-transform: translateX(-100%) scaleX(0);
	}
}

.alert-dismissible.rtl {
	padding-left: 4rem;
	padding-right: 1.25rem;
}
.alert-dismissible.rtl .close {
	left: 0;
	right: auto;
}

.section-top {
	padding: 100px 0 0 0;
}
.section-mid {
	padding: 35px 0 100px 0;
}
.section {
	padding: 100px 0;
}

.acurate {
	margin: 0;
	padding: 0;
}

.form-messages {
	display: none;
}

.form-messages.success {
	color: #28a745;
	display: block;
}

.form-messages.error {
	color: #dc3545;
	display: block;
}

.section-title {
	text-align: center;
}

.section-title h2 {
	font-size: 36px;
	font-weight: 700;
	color: #101010;
	margin-bottom: 35px;
	padding-bottom: 30px;
	position: relative;
	line-height: 32px;
}

.section-title h2:before {
	content: "";
	position: absolute;
	left: 50%;
	bottom: 0;
	width: 50px;
	height: 3px;
	margin-left: -25px;
	background-color: #1aa0c6;
}

.section-title p,
.section-title .p {
	margin-bottom: 50px;
}

.section-title2 {
	text-align: center;
}

.section-title2 h2 {
	position: relative;
	margin-bottom: 40px;
	padding-bottom: 40px;
	line-height: 40px;
	font-size: 48px;
	font-weight: 700;
	color: #101010;
}

.section-title2 h2:after, .section-title2 h2:before {
	position: absolute;
	background-color: #eaeaea;
	bottom: 0;
	left: 50%;
	width: 100%;
	height: 1px;
	max-width: 550px;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	content: '';
}

.section-title2 h2:after {
	max-width: 55px;
	background-color: #fff;
	line-height: 0px;
	font-size: 18px;
	font-weight: normal;
	font-style: normal;
	color: #1aa0c6;
	content: '\f10d';
}

.section-title2 p,
.section-title2 .p {
	margin-bottom: 60px;
}

.section-title.to-right h2,
.section-title.to-right .p {
	text-align: right;
}
.section-title.to-right h2:before {
	right: 0;
	left: auto;
	margin-left: 0;
}

.bg-theme {
	background-color: #1aa0c6;
}

.gray-bg {
	background-color: #e2e2e2 !important;
}

.gray-bg2 {
	background-color: #f6f6f6 !important;
}

.background-image {
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
}

.def-btn {
	display: inline-block;
	position: relative;
	width: 130px;
	height: 45px;
	background-color: #fff;
	line-height: 45px;
	text-align: center;
	font-size: 16px;
	font-weight: 400;
	color: #fff;
	border: none;
	border-radius: 0;
	overflow: hidden;
	z-index: 1;
}
.def-btn:after, .def-btn:before {
	content: '';
	position: absolute;
	left: -49%;
	top: -0px;
	width: 100%;
	height: 130%;
	background-color: #1aa0c6;
	z-index: -1;
	-webkit-transform: skewX(40deg);
	transform: skewX(40deg);
	-webkit-transition: all 0.4s;
	transition: all 0.4s;
}
.def-btn:before {
	left: auto;
	right: -49%;
	-webkit-transform: skewX(40deg);
	transform: skewX(40deg);
}
.def-btn:hover {
	color: #1aa0c6;
	box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
}
.def-btn:hover:after {
	left: -125%;
}
.def-btn:hover:before {
	right: -125%;
}

/* Preloader */
.preloader {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 9999999;
	background-color: #1aa0c6;
	background-image: url("../img/preloader.gif");
	background-repeat: no-repeat;
	background-position: center;
}

.scrollToTop {
	text-align: center;
	height: 50px;
	width: 50px;
	line-height: 49px;
	background-color: #fff;
	color: #1aa0c6;
	border: 1px solid transparent;
	font-size: 18px;
	position: fixed;
	z-index: 999;
	bottom: 40px;
	right: 20px;
	opacity: 0;
	visibility: hidden;
	box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
	border-radius: 50%;
	transition: 0.4s;
	-webkit-transition: 0.4s;
}

.scrollToTop.show {
	opacity: 1;
	visibility: visible;
}

.scrollToTop:hover {
	background-color: #1aa0c6;
	color: #fff;
	border-color: #1aa0c6;
}

/*=====================
    1. body reset content
======================*/
:root {
	font-size: 16px;
}

body {
	direction: rtl;
	text-align: right;
	font-family: "Open Sans Hebrew", Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: 400;
	color: #221b3c;
	overflow-x: hidden;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

iframe {
	border: none;
}

a,
b,
div,
ul,
li {
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
	-webkit-tap-highlight-color: transparent;
	-moz-outline-: none;
}

a:focus,
a:active,
input,
input:hover,
input:focus,
input:active,
textarea,
textarea:hover,
textarea:focus,
textarea:active {
	-moz-outline: none;
	outline: none;
}

img:not([draggable]),
embed,
object,
video {
	max-width: 100%;
	height: auto;
}

a {
	text-decoration: none;
	outline: 0;
	color: #221b3c;
	-webkit-transition: 0.4s;
	transition: 0.4s;
	line-height: 1.9;
}

a:active,
a:focus,
a:hover,
a:visited {
	text-decoration: none;
	outline: 0;
}

a:active,
a:focus,
a:hover {
	color: #1aa0c6;
}

img {
	border: none;
	max-width: 100%;
}

ul, li {
	margin: 0;
	padding: 0;
	list-style: none;
}

.clear-both:before,
.clear-both:after {
	display: table;
	content: "";
	clear: both;
}

.slick-slide,
button:focus {
	outline: none;
}

h1, h2, h3, h4, h5, h6 {
	font-weight: 500;
	line-height: 1.9;
}
h1 {
	font-size: 42px;
}
h2 {
	font-size: 32px;
}
h3 {
	font-size: 30px;
}
h4 {
	font-size: 24px;
}
h5 {
	font-size: 20px;
}
h6 {
	font-size: 16px;
}

p, .p {
	margin-bottom: 30px;
	line-height: 1.9;
}

/*=======================
Content end
=======================*/
/*=======================
element start
=======================*/
/*======================
    element inheritance
======================*/
/*=================================
02. header Top start here
==================================*/
.header-top-wrapper {
	background-color: #eceded;
	padding: 8px 0;
}

.header-top-wrapper .header-top-left p,
.header-top-wrapper .header-top-left .p {
	margin-bottom: 0;
	color: #000;
	font-size: 16px;
}

.header-top-wrapper ul.header-top-right li {
	display: inline-block;
	margin-left: 8px;
}

.header-top-wrapper ul.header-top-right li:last-child {
	margin-left: 0;
}

.header-top-wrapper ul.header-top-right li a {
	color: #273892;
	font-size: 14px;
	display: inline-block;
	-webkit-transition: 0.4s;
	transition: 0.4s;
}

.header-top-wrapper ul.header-top-right li a:hover {
	color: #1aa0c6;
}

/*=================================
03. header Information start here
==================================*/
.header-information-wrapper {
	padding: 38px 0;
}

.header-information-wrapper .single-header-information .icon span {
	display: inline-block;
	width: 50px;
	height: 50px;
	margin-left: 15px;
	background-color: #fff;
	text-align: center;
	line-height: 49px;
	font-size: 20px;
	color: #1aa0c6;
	border: 1px solid #e5e5e5;
	border-radius: 6px;
	-webkit-transition: 0.4s;
	transition: 0.4s;
}

.header-information-wrapper .single-header-information .content {
	padding-top: 3px;
}

.header-information-wrapper .single-header-information .content p,
.header-information-wrapper .single-header-information .content .p {
	margin-bottom: 0;
	line-height: 22px;
}

.header-information-wrapper .single-header-information .content a,
.header-information-wrapper .single-header-information .content .item {
	display: inline-block;
	font-size: 14px;
	font-weight: 300;
	color: #273892;
}
.header-information-wrapper .single-header-information .content .p a {
	line-height: 22px;
	font-size: 16px;
	font-weight: 400;
	color: #221b3c;
}

.header-information-wrapper .single-header-information:hover .icon span {
	background-color: #1aa0c6;
	color: #fff;
	border-color: transparent;
}

.header-information-wrapper.v2 .single-header-information {
	margin-right: 30px;
}

.header-information-wrapper.v2 .single-header-information:last-child {
	margin-right: 0;
}

.header-information-wrapper.v2 .single-header-information .icon span {
	line-height: 50px;
	border-radius: 50%;
}

/*=================================
40. Header start here
==================================*/
header {
	background-color: rgba(0, 0, 0, 1);
	position: relative;
	z-index: 999;
}

header.sticky {
	background-color: black;
	position: fixed !important;
	left: 0;
	right: 0;
	top: 0 !important;
	z-index: 9999;
}

header .logo {
	padding: 0;
}

header nav.main-menu-wrap {
	display: inline-block;
}

header nav.main-menu-wrap ul > li {
	display: inline-block;
	margin: 0 20px;
	position: relative;
}

header nav.main-menu-wrap ul > li:last-child {
	margin-left: 0;
}

header nav.main-menu-wrap ul > li:first-child {
	margin-right: 0;
}

header nav.main-menu-wrap ul > li > a {
	color: #fff;
	display: inline-block;
	font-size: 14px;
	padding: 45px 0;
	font-weight: 700;
	font-size: 16px;
}
header nav.main-menu-wrap ul > li > a:hover {
	color: #1aa0c6;
}
header nav.main-menu-wrap ul > li.active > a {
	color: #1aa0c6;
}

header nav.main-menu-wrap ul > li ul.sub-menu {
	position: absolute;
	background-color: #fff;
	min-width: 280px;
	top: 100%;
	right: 0;
	opacity: 0;
	visibility: hidden;
	-webkit-transform-origin: top;
	transform-origin: top;
	-webkit-transform: rotateX(90deg);
	transform: rotateX(90deg);
	border-radius: 3px;
	-webkit-transition: all 0.4s;
	transition: all 0.4s;
}

header nav.main-menu-wrap ul > li ul.sub-menu li {
	display: block;
	margin: 0 0;
	border-bottom: 1px solid rgba(0, 0, 0, 0.2);
}

header nav.main-menu-wrap ul > li ul.sub-menu li:last-child {
	border-bottom: none;
}

header nav.main-menu-wrap ul > li ul.sub-menu li a {
	color: #221b3c;
	padding: 5px 15px;
	display: block;
}

header nav.main-menu-wrap ul > li ul.sub-menu li a:hover {
	color: #1aa0c6;
	padding-left: 20px;
}

header nav.main-menu-wrap ul > li:hover ul.sub-menu {
	opacity: 1;
	visibility: visible;
	-webkit-transform: rotateX(0deg);
	transform: rotateX(0deg);
}

header nav.main-menu-wrap ul li.submenu-wrap > a {
	position: relative;
	padding-left: 20px;
}

header nav.main-menu-wrap ul li.submenu-wrap > a:before {
	position: absolute;
	top: 57px;
	left: 7px;
	line-height: 5px;
	font-family: "FontAwesome";
	font-size: 14px;
	color: #ededed;
	content: '\f078';
	-webkit-transform: translate(-50%, 0);
	transform: translate(-50%, 0);
	-webkit-transition: 0.4s;
	transition: 0.4s;
}

header nav.main-menu-wrap ul li.submenu-wrap > a:hover:before {
	color: #1aa0c6;
}

header ul.header-btn {
	display: inline-block;
	margin-right: 25px;
}

header ul.header-btn li {
	position: relative;
	display: inline-block;
	margin-left: 30px;
}

header ul.header-btn li:last-child {
	margin-left: 0;
}

header ul.header-btn li input {
	width: 120px;
	height: 45px;
	padding-right: 20px;
	padding-left: 35px;
	color: #7f7f7f;
	border: none;
	border-radius: 20px;
}

header ul.header-btn li input::placeholder {
	color: #7f7f7f;
}

header ul.header-btn li button {
	position: absolute;
	top: 11px;
	left: 10px;
	color: #1aa0c6;
	font-size: 14px;
	background-color: transparent;
	border: none;
	display: inline-block;
}

header ul.header-btn li a {
	color: #fff;
	position: relative;
	display: inline-block;
	font-size: 24px;
	padding-right: 15px;
}

header ul.header-btn li a:hover {
	color: #1aa0c6;
}

header ul.header-btn li a span {
	color: #fff;
	background-color: #1aa0c6;
	position: absolute;
	top: -5px;
	right: 0px;
	padding: 2px 10px;
	font-size: 14px;
	display: inline-block;
	line-height: 24px;
	border-radius: 50%;
}

header.v2 {
	background-color: transparent;
	position: absolute;
	left: 0;
	right: 0;
	top: 127px;
}

header.v2 .inner-wrapper {
	background-color: #1aa0c6;
	margin: 0 15px;
	padding: 0 55px;
	position: relative;
}

header.v2 .inner-wrapper:before, header.v2 .inner-wrapper:after {
	content: '';
	left: -33px;
	top: 16.5px;
	position: absolute;
	border-right: 25.25px solid transparent;
	border-top: 17px solid #1aa0c6;
	border-left: 25.25px solid transparent;
	-webkit-transform: rotate(90deg);
	transform: rotate(90deg);
}

header.v2 .inner-wrapper:after {
	left: auto;
	right: -33px;
	border-top: none;
	border-bottom: 17px solid #1aa0c6;
}

header.v2 nav.main-menu-wrap {
	width: calc(100% - 160px);
}

header.v2 nav.main-menu-wrap > ul {
	display: flex;
	justify-content: space-between;
}

header.v2 nav.main-menu-wrap ul li a {
	padding: 10px 0;
	text-transform: uppercase;
}

header.v2 nav.main-menu-wrap ul li a:hover {
	color: #fff;
}

header.v2 nav.main-menu-wrap ul li a:hover:before {
	color: #fff;
}

header.v2 nav.main-menu-wrap ul li.submenu-wrap > a {
	position: relative;
	padding-right: 20px;
}

header.v2 ul.header-btn {
	text-align: right;
	margin-left: 0;
	width: 100%;
	max-width: 160px;
	padding-right: 15px;
}

header.v2 ul.header-btn li {
	margin-right: 20px;
}

header.v2 ul.header-btn li a {
	font-size: 16px;
	padding-right: 0;
}

header.v2 ul.header-btn li a span {
	font-size: 12px;
	padding: 2px 7px;
	line-height: 17px;
	background-color: #fff;
	color: #1aa0c6;
}

header.v2 ul.header-btn li a:hover {
	color: #fff;
}

header.v2 ul.header-btn li:nth-child(2) a {
	padding-right: 15px !important;
}

header.v2 ul.header-btn li:last-child {
	margin-right: 0 !important;
}

/* meanmenu rtl override */
.mean-container .mean-nav ul li a {
	text-align: right;
}
.mean-container .mean-nav ul li a.mean-expand {
	left: 0;
	right: auto;
}
.mean-container .mean-nav ul li a.mean-expand::after {
	left: 20px;
	right: auto;
}

/*=================================
05. Hero Area start here
==================================*/
.hero-area-slider-wrap {
	position: relative;
	margin-top: -120px;
}

.hero-area-slider-wrap .single-hero-slide {
	min-height: 880px;
	position: relative;
	padding: 290px 0;
}

.hero-area-slider-wrap .single-hero-slide.darkened:before {
	background-color: #000;
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	opacity: 0.2;
	z-index: 0;
	content: '';
}

.hero-area-slider-wrap .single-hero-slide .hero-content {
	text-align: center;
}

.hero-area-slider-wrap .single-hero-slide .hero-content > span {
	font-size: 18px;
	text-transform: capitalize;
	font-weight: 400;
	display: inline-block;
	position: relative;
	color: #fff;
	padding: 0 25px;
	margin-bottom: 15px;
}

.hero-area-slider-wrap .single-hero-slide .hero-content > span:before, .hero-area-slider-wrap .single-hero-slide .hero-content > span:after {
	content: '';
	position: absolute;
	width: 80px;
	height: 2px;
	background-color: #1aa0c6;
	top: 14px;
	left: -80px;
}

.hero-area-slider-wrap .single-hero-slide .hero-content > span:after {
	right: -80px;
	left: auto;
}

.hero-area-slider-wrap .single-hero-slide .hero-content h2 {
	font-size: 60px;
	line-height: 80px;
	color: #fff;
	margin-bottom: 25px;
}

.hero-area-slider-wrap .single-hero-slide .hero-content h2 span {
	color: #1aa0c6;
}

.hero-area-slider-wrap .single-hero-slide .hero-content p,
.hero-area-slider-wrap .single-hero-slide .hero-content .p {
	font-size: 16px;
	line-height: 32px;
	color: #fff;
	margin-bottom: 45px;
}

.hero-area-slider-wrap .single-hero-slide .hero-content a {
	width: 200px;
	height: 55px;
	line-height: 55px;
}

.hero-area-slider-wrap .single-hero-slide.slick-active .hero-content > span {
	animation-duration: 1s;
	animation-fill-mode: both;
	animation-name: cfadeInDown;
	animation-delay: .5s;
}

.hero-area-slider-wrap .single-hero-slide.slick-active .hero-content h2 {
	animation-duration: 1s;
	animation-fill-mode: both;
	animation-name: cfadeInRight;
	animation-delay: .6s;
}

.hero-area-slider-wrap .single-hero-slide.slick-active .hero-content p,
.hero-area-slider-wrap .single-hero-slide.slick-active .hero-content .p {
	animation-duration: 1s;
	animation-fill-mode: both;
	animation-name: cfadeInLeft;
	animation-delay: .7s;
}

.hero-area-slider-wrap .single-hero-slide.slick-active .hero-content a {
	animation-duration: 1s;
	animation-fill-mode: both;
	animation-name: cfadeInUp;
	animation-delay: .8s;
}

.hero-area-slider-wrap .slick-arrow {
	position: absolute;
	top: 50%;
	left: 60px;
	background-color: rgba(255, 255, 255, 0.15);
	color: #ffffff;
	font-size: 16px;
	display: inline-block;
	width: 50px;
	height: 50px;
	margin-top: -25px;
	text-align: center;
	line-height: 50px;
	z-index: 1;
	border: none;
	border-radius: 50%;
	-webkit-transition: 0.4s;
	transition: 0.4s;
}

.hero-area-slider-wrap .slick-arrow:hover {
	background-color: white;
	color: #1aa0c6;
}

.hero-area-slider-wrap .slick-arrow.slick-next {
	left: auto;
	right: 60px;
}

.hero-area-slider-wrap.v2 {
	margin-top: 0;
}

.hero-area-slider-wrap.v2 .slick-arrow {
	right: 100px;
	left: auto;
	top: auto;
	bottom: 40px;
	background-color: transparent;
}

.hero-area-slider-wrap.v2 .slick-arrow:hover {
	background-color: #1aa0c6;
	color: #fff;
}

.hero-area-slider-wrap.v2 .slick-arrow.slick-prev {
	right: 145px;
}

.hero-area-slider-wrap.v2 .single-hero-slide {
	min-height: 900px;
	position: relative;
	padding: 255px 0;
}

.hero-area-slider-wrap.v2 .single-hero-slide:before {
	opacity: 0.50;
}

.hero-area-slider-wrap.v2 .single-hero-slide .hero-image {
	position: absolute;
	right: 215px;
	bottom: 0;
	width: 100%;
	max-width: 630px;
}

.hero-area-slider-wrap.v2 .single-hero-slide .hero-content {
	text-align: left;
}

.hero-area-slider-wrap.v2 .single-hero-slide .hero-content a {
	width: 165px;
	height: 50px;
	line-height: 50px;
	font-size: 14px;
}

.hero-area-slider-wrap.v2 .single-hero-slide .hero-content a:before, .hero-area-slider-wrap.v2 .single-hero-slide .hero-content a:after {
	height: 101%;
}

.hero-area-slider-wrap.v2 .single-hero-slide .hero-content p,
.hero-area-slider-wrap.v2 .single-hero-slide .hero-content .p {
	padding-right: 110px;
}

.hero-area-slider-wrap.v2 .single-hero-slide.slick-active {
	animation-duration: 1s;
	animation-fill-mode: both;
}

.hero-area-slider-wrap.v2 .single-hero-slide.slick-active .hero-content h2 {
	animation-duration: 1s;
	animation-fill-mode: both;
	animation-name: cfadeInLeft;
	animation-delay: .6s;
}

.hero-area-slider-wrap.v2 .single-hero-slide.slick-active .hero-content p,
.hero-area-slider-wrap.v2 .single-hero-slide.slick-active .hero-content .p {
	animation-duration: 1s;
	animation-fill-mode: both;
	animation-name: cfadeInLeft;
	animation-delay: .7s;
}

.hero-area-slider-wrap.v2 .single-hero-slide.slick-active .hero-image {
	animation-duration: 1s;
	animation-fill-mode: both;
	animation-name: cfadeInUp;
	animation-delay: .7s;
}

.hero-area-slider-wrap.v2 a.arrow-down-btn {
	width: 26px;
	height: 50px;
	display: inline-block;
	border: 1px solid #dedede;
	position: absolute;
	bottom: 40px;
	left: 50%;
	color: #fff;
	text-align: center;
	font-size: 5.5px;
	line-height: 0;
	border-radius: 50px;
}

.hero-area-slider-wrap.v2 a.arrow-down-btn i {
	position: absolute;
	left: 0;
	right: 0;
	top: 10px;
	opacity: 0;
	-webkit-transition: 0.4s;
	transition: 0.4s;
	animation-name: bouncing;
	animation-duration: 1.5s;
	animation-iteration-count: infinite;
}

.hero-banner-wrapper {
	position: relative;
	margin-top: -120px;
	text-align: center;
}

.hero-banner-wrapper:before {
	content: '';
	background-color: #000000;
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	opacity: 0.2;
	z-index: 0;
}

.hero-banner-wrapper .banner-content {
	text-align: center;
	position: relative;
	z-index: 1;
	padding-top: 230px;
	padding-bottom: 165px;
}

.hero-banner-wrapper .banner-content h1 {
	color: #ffff;
	font-size: 50px;
	font-weight: 700;
	line-height: 50px;
	margin-bottom: 0;
	text-transform: uppercase;
}

.hero-banner-wrapper ul.breadcrumb-wrap {
	display: inline-block;
	position: absolute;
	bottom: 0;
	left: 50%;
	margin: 0 auto;
	padding: 10px 45px;
	background-color: #1aa0c6;
	text-align: center;
	z-index: 1;
	clip-path: polygon(95% 0, 100% 50%, 95% 100%, 5% 100%, 0 50%, 5% 0);
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
}

.hero-banner-wrapper ul.breadcrumb-wrap li {
	display: inline-block;
	position: relative;
	padding-left: 12px;
	padding-right: 3px;
}

.hero-banner-wrapper ul.breadcrumb-wrap li:last-child {
	padding-right: 0;
}
.hero-banner-wrapper ul.breadcrumb-wrap li:before {
	position: absolute;
	top: 50%;
	left: 0;
	line-height: 22px;
	color: #fff;
	font-size: 14px;
	content: '/';
	-webkit-transform: translateY(-51%);
	transform: translateY(-51%);
}
.hero-banner-wrapper ul.breadcrumb-wrap li:last-child:before {
	display: none;
}

.hero-banner-wrapper ul.breadcrumb-wrap li a {
	color: #fff;
	font-weight: 300;
	text-transform: capitalize;
	display: inline-block;
	font-size: 16px;
}

@keyframes cfadeInUp {
	from {
		opacity: 0;
		transform: translateY(20px);
	}
	to {
		opacity: 1;
		transform: translate3d(0, 0, 0);
		opacity: 1;
		transform: translateY(0);
	}
}

@keyframes cfadeInLeft {
	from {
		opacity: 0;
		transform: translate3d(-100px, 0, 0);
	}
	to {
		opacity: 1;
		transform: translate3d(0, 0, 0);
	}
}

@keyframes cfadeInRight {
	from {
		opacity: 0;
		transform: translate3d(100px, 0, 0);
	}
	to {
		opacity: 1;
		transform: translate3d(0, 0, 0);
	}
}

@keyframes cfadeInDown {
	from {
		opacity: 0;
		transform: translate3d(0, -100px, 0);
	}
	to {
		opacity: 1;
		transform: translate3d(0, 0, 0);
	}
}

@keyframes bouncing {
	0% {
		opacity: 1;
	}
	50% {
		opacity: 1;
	}
	95% {
		top: calc(100% - 15px);
	}
	100% {
		top: 10px;
		opacity: 0;
	}
}

/*=================================
06. Features start here
==================================*/
.top-features-wrap {
	background-color: #f8f8f8;
}

.icon-imager {
	display: block;
	width: 100%;
	margin: 0 auto 20px;
	text-align: center;
}
.icon-imager > img {
	width: auto;
	height: auto;
	max-width: 100%;
}

.top-features-wrap .single-top-features .top-features-icon {
	position: relative;
	width: 85px;
	height: 85px;
	margin: 20px auto 50px;
}

.top-features-wrap .single-top-features .top-features-icon:before, .top-features-wrap .single-top-features .top-features-icon:after {
	content: '';
	position: absolute;
	background-color: #fff;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	z-index: 2;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	-webkit-transition: 0.4s;
	transition: 0.4s;
}

.top-features-wrap .single-top-features .top-features-icon:after {
	background-color: #1aa0c6;
	left: -5px;
	bottom: -10px;
	top: 10px;
	right: 5px;
	z-index: 1;
}

.top-features-wrap .single-top-features .top-features-icon span {
	position: relative;
	z-index: 3;
	color: #1aa0c6;
	font-size: 42px;
	line-height: 85px;
	text-align: center;
	display: inline-block;
	-webkit-transition: all ease 0.4s;
	transition: all ease 0.4s;
	-webkit-transform: rotate(0);
	transform: rotate(0);
}

.top-features-wrap .single-top-features h4 {
	margin-bottom: 15px;
}

.top-features-wrap .single-top-features p,
.top-features-wrap .single-top-features .p {
	margin-bottom: 0;
}

.top-features-wrap .single-top-features:hover .top-features-icon span {
	-webkit-transform: rotate(360deg);
	transform: rotate(360deg);
}

.top-features-wrap .single-top-features:hover .top-features-icon:before, .top-features-wrap .single-top-features:hover .top-features-icon:after {
	box-shadow: 0 0 20px -5px rgba(0, 0, 0, 0.1);
}

/*=================================
07. About Us start here
==================================*/
.about-us-wrapper .about-us-img {
	position: relative;
}

.about-us-wrapper .about-us-img:before {
	content: '';
	position: absolute;
	right: -30px;
	top: 60px;
	bottom: 60px;
	width: 55px;
	background-image: url("../img/bg-images/about-bg-pattern.png");
	background-size: 100% 100%;
	background-position: center;
	background-repeat: no-repeat;
}

.about-us-wrapper .about-us-img .about-us-small-img {
	position: absolute;
	left: 0;
	right: 0;
	top: 50%;
	height: 420px;
	margin-top: -210px;
	border: 10px solid #1aa0c6;
}

.about-us-wrapper .about-us-img .about-us-small-img img {
	max-width: 100%;
	height: 100%;
}

.about-us-wrapper .about-us-img .about-us-big-img {
	width: 330px;
	border: 10px solid #1aa0c6;
	border-left: none;
	margin-left: auto;
	position: relative;
	z-index: 3;
}

.about-us-wrapper .about-us-img .about-us-big-img img {
	width: 100%;
	height: 100%;
}

.about-us-wrapper .about-us-img .about-us-big-img:before, .about-us-wrapper .about-us-img .about-us-big-img:after {
	content: '';
	position: absolute;
	background-color: #1aa0c6;
	width: 10px;
	height: 90px;
	left: -10px;
	top: -10px;
}

.about-us-wrapper .about-us-img .about-us-big-img:after {
	top: auto;
	bottom: -10px;
}

.about-us-wrapper .about-us-content {
	padding-right: 30px;
}

.about-us-wrapper .about-us-content h2 {
	font-size: 30px;
	line-height: 45px;
	margin-bottom: 38px;
}

.about-us-wrapper .about-us-content h2:before {
	right: 0;
	left: auto;
	margin-left: 0;
	width: 60px;
}

.about-us-wrapper .about-us-content h2 span {
	display: block;
}

.about-us-wrapper .about-us-content > p,
.about-us-wrapper .about-us-content > .p {
	margin-bottom: 30px;
}

.about-us-wrapper .about-us-content .about-us-box-wrap {
	margin-bottom: 35px;
}

.about-us-wrapper .about-us-content .about-us-box-wrap .about-us-box .icon span {
	font-size: 38px;
	display: inline-block;
	color: #1aa0c6;
	margin-left: 15px;
	padding-top: 5px;
}

.about-us-wrapper .about-us-content .about-us-box-wrap .about-us-box .content h5 {
	margin-bottom: 5px;
}

.about-us-wrapper .about-us-content .about-us-box-wrap .about-us-box .content p,
.about-us-wrapper .about-us-content .about-us-box-wrap .about-us-box .content .p {
	margin-bottom: 0;
	font-size: 14px;
}

.about-us-wrapper .about-us-content .author-name {
	border-top: 1px solid #f3f3f3;
	padding-top: 25px;
}

.about-us-wrapper .about-us-content .author-name a {
	font-size: 18px;
	color: #101010;
	font-weight: 600;
	display: inline-block;
	text-transform: capitalize;
}

.about-us-wrapper .about-us-content .author-name a:hover {
	color: #1aa0c6;
}

.about-us-wrapper .about-us-content .author-name span {
	display: block;
	color: #273892;
	text-transform: capitalize;
}

.about-us-wrapper.v2 {
	padding-bottom: 60px;
}

.about-us-wrapper.v2 .about-us-img:before {
	display: none;
}

.about-us-wrapper.v2 .about-us-img .slick-arrow {
	position: absolute;
	z-index: 1;
	left: 15px;
	top: 50%;
	width: 45px;
	height: 45px;
	border: none;
	color: #1aa0c6;
	font-size: 18px;
	border-radius: 3px;
	-webkit-transition: 0.4s;
	transition: 0.4s;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}

.about-us-wrapper.v2 .about-us-img .slick-arrow:hover {
	background-color: #1aa0c6;
	color: #fff;
}

.about-us-wrapper.v2 .about-us-img .slick-arrow.slick-next {
	left: auto;
	right: 15px;
}

.about-us-wrapper.v2 .about-us-content {
	padding-left: 0;
}

.about-us-wrapper.v2 .about-us-content h2 {
	width: 100%;
	max-width: 420px;
	margin-bottom: 15px;
}

.about-us-wrapper.v2 .about-us-content h5 {
	color: #1aa0c6;
}

.about-us-wrapper.v2 .about-us-content p,
.about-us-wrapper.v2 .about-us-content .p {
	margin-bottom: 18px;
}

.about-us-wrapper.v2 .about-us-content ul li {
	position: relative;
	font-size: 14px;
	line-height: 32px;
	padding-left: 35px;
	margin-bottom: 5px;
}

.about-us-wrapper.v2 .about-us-content ul li:last-child {
	margin-bottom: 0;
}

.about-us-wrapper.v2 .about-us-content ul li:before {
	content: '\f004';
	position: absolute;
	font-family: 'FontAwesome';
	left: 0;
	background-color: #1aa0c6;
	line-height: 0;
	width: 25px;
	height: 25px;
	line-height: 25px;
	color: #fff;
	text-align: center;
	font-size: 12px;
	top: 2px;
	border-radius: 50%;
}

.about-us-wrapper.v3 .about-us-img {
	position: relative;
	overflow: hidden;
	padding-bottom: 20px;
}

.about-us-wrapper.v3 .about-us-img:before {
	display: none;
}

.about-us-wrapper.v3 .about-us-img .small-img {
	position: absolute;
	right: 0;
	top: 0;
	left: 165px;
	padding-right: 20px;
}

.about-us-wrapper.v3 .about-us-img .small-img img {
	width: 100%;
}

.about-us-wrapper.v3 .about-us-img .small-img:before, .about-us-wrapper.v3 .about-us-img .small-img:after {
	z-index: -1;
	content: '';
	position: absolute;
	width: 55px;
	height: 160px;
	background-image: url("../img/bg-images/about-bg-pattern-v3-1.png");
	background-size: 100% 100%;
	background-repeat: no-repeat;
	background-position: center center;
	right: 0;
	top: 80px;
}

.about-us-wrapper.v3 .about-us-img .small-img:after {
	top: auto;
	bottom: -20px;
	right: 50px;
	width: 60px;
	height: 60px;
	background-image: url("../img/bg-images/about-bg-pattern-v3-2.png");
}

.about-us-wrapper.v3 .about-us-img .small-img .play-btn-wrap {
	position: absolute;
	bottom: -43px;
	right: 100px;
	width: 80px;
	height: 80px;
	border-radius: 50%;
}

.about-us-wrapper.v3 .about-us-img .small-img .play-btn-wrap:before, .about-us-wrapper.v3 .about-us-img .small-img .play-btn-wrap:after {
	content: '';
	background-color: #ffffff;
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	opacity: 1;
	z-index: 1;
	border-radius: 50%;
	animation-name: scaling;
	animation-duration: 2s;
	animation-iteration-count: infinite;
}

.about-us-wrapper.v3 .about-us-img .small-img .play-btn-wrap:after {
	animation-delay: 0.8s;
}

.about-us-wrapper.v3 .about-us-img .small-img .play-btn-wrap a.play-btn {
	width: 100%;
	height: 100%;
	text-align: center;
	background-color: #1aa0c6;
	display: block;
	border-radius: 50%;
	line-height: 80px;
	color: #fff;
	font-size: 22px;
	padding-left: 5px;
	z-index: 2;
	position: relative;
}

.about-us-wrapper.v3 .about-us-img .small-img .bg-shape {
	position: absolute;
	width: 180px;
	height: 180px;
	left: -10px;
	bottom: -10px;
}

.about-us-wrapper.v3 .about-us-img .small-img .bg-shape:before, .about-us-wrapper.v3 .about-us-img .small-img .bg-shape:after {
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	width: 10px;
	height: 100%;
	border-right: 10px solid #fff;
	border-top: 10px solid transparent;
}

.about-us-wrapper.v3 .about-us-img .small-img .bg-shape:after {
	border: none;
	border-top: 10px solid #fff;
	width: 100%;
	height: 10px;
	bottom: 0;
	top: auto;
	border-right: 10px solid transparent;
}

.about-us-wrapper.v3 .about-us-img .big-img {
	margin-right: 150px;
	margin-top: 100px;
	position: relative;
	z-index: -1;
}

.about-us-wrapper.v3 .about-us-img .big-img:before, .about-us-wrapper.v3 .about-us-img .big-img:after {
	content: '';
	position: absolute;
	width: 100%;
	height: 100%;
	left: 20px;
	top: 20px;
	border: 1px solid #1aa0c6;
}

.about-us-wrapper.v3 .about-us-img .big-img:after {
	width: 85px;
	height: 100px;
	bottom: -20px;
	right: -20px;
	top: auto;
	left: auto;
	border: none;
	border-bottom: 10px solid #1aa0c6;
	border-right: 10px solid #1aa0c6;
}

.about-us-wrapper.v3 .about-us-img .big-img img {
	width: 100%;
}

.about-us-wrapper.v3 .about-us-content h2 {
	margin-bottom: 0;
}

.about-us-wrapper.v3 .about-us-content h2:before {
	display: none;
}

.about-us-wrapper.v3 .about-us-content p,
.about-us-wrapper.v3 .about-us-content .p {
	margin-bottom: 20px;
}

.about-us-wrapper.v3 .about-us-content .about-us-box-wrap .about-us-box {
	margin-bottom: 10px;
}

.about-us-wrapper.v3 .about-us-content .about-us-box-wrap .about-us-box .icon {
	padding-top: 5px;
}

.about-us-wrapper.v3 .about-us-content a.def-btn {
	width: 170px;
	height: 50px;
	line-height: 49px;
}

section.about-us-top-wrapper {
	background-color: #f5f6fa;
	padding-top: 80px;
	padding-bottom: 90px;
}

section.about-us-top-wrapper .about-us-top-content h2 {
	margin-bottom: 20px;
}

section.about-us-top-wrapper .about-us-top-content p,
section.about-us-top-wrapper .about-us-top-content .p {
	margin-bottom: 25px;
}

section.about-us-top-wrapper .about-us-top-content a.def-btn {
	width: 240px;
	height: 50px;
	font-weight: 300;
	line-height: 50px;
}

.about-image {
	display: block;
	position: relative;
	width: 100%;
	padding: 10px;
	background-color: #1aa0c6;
}
.about-image > img {
	width: 100%;
	height: auto;
}
@media (min-width: 992px){
	.about-image:before {
		position: absolute;
		top: 10%;
		bottom: 10%;
		left: -30px;
		width: 30px;
		background: transparent url("../img/bg-images/pearlt-bg-pattern.png") scroll 0 0 repeat;
		content: "";
	}
}

/*=================================
08. Features Service Slider start here
==================================*/
.service-slider-wrapper {
	background-color: #f8f8f8;
}

.service-slider-wrapper .service-slider-area .single-service-slider {
	position: relative;
	min-height: 450px;
	margin-top: 5px;
	margin-bottom: 5px;
	-webkit-transition: all 0.4s;
	transition: all 0.4s;
}

.service-slider-wrapper .service-slider-area .single-service-slider:before {
	content: '';
	position: absolute;
	background-color: #1aa0c6;
	left: 0;
	right: 0;
	bottom: 0px;
	height: 15px;
	border-top-right-radius: 200px;
	border-top-left-radius: 200px;
	z-index: -1;
	-webkit-transition: 0.4s;
	transition: 0.4s;
}

.service-slider-wrapper .service-slider-area .single-service-slider:after {
	content: '';
	background-color: black;
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	opacity: 0.65;
	z-index: 1;
}

.service-slider-wrapper .service-slider-area .single-service-slider img {
	height: 100%;
	width: 100%;
}

.service-slider-wrapper .service-slider-area .single-service-slider .service-slider-content {
	position: absolute;
	z-index: 2;
	top: 49%;
	left: 0;
	right: 0;
	padding: 0 30px;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	-webkit-transition: 0.4s;
	transition: 0.4s;
}

.service-slider-wrapper .service-slider-area .single-service-slider .service-slider-content h3 {
	color: #ffffff;
}

.service-slider-wrapper .service-slider-area .single-service-slider .service-slider-content p,
.service-slider-wrapper .service-slider-area .single-service-slider .service-slider-content .p {
	color: #fff;
}

.service-slider-wrapper .service-slider-area .single-service-slider .rating {
	position: absolute;
	bottom: 30px;
	left: 50%;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	z-index: 2;
}

.service-slider-wrapper .service-slider-area .single-service-slider .rating span {
	color: #ffe673;
	font-size: 14px;
	display: inline-block;
	margin-right: 2px;
}

.service-slider-wrapper .service-slider-area .slick-current.slick-active .single-service-slider {
	margin-top: 0;
}

.service-slider-wrapper .service-slider-area .slick-current.slick-active .single-service-slider:before {
	bottom: -10px;
}

/*=================================
09. Work Process Area start here
==================================*/
.work-proess-wrapper {
	padding-bottom: 65px;
}

.work-proess-wrapper .single-work-process {
	margin-bottom: 30px;
}

.work-proess-wrapper .single-work-process .process-icon {
	width: 100px;
	height: 100px;
	display: inline-block;
	background-color: #f8f8f8;
	color: #1aa0c6;
	font-size: 42px;
	line-height: 100px;
	margin-bottom: 30px;
	position: relative;
	border-radius: 50%;
	-webkit-transition: 0.4s;
	transition: 0.4s;
}

.work-proess-wrapper .single-work-process .process-icon:before {
	position: absolute;
	top: 0;
	right: 80%;
	width: 200%;
	height: 50px;
	background-image: url("../img/icons/work-process-arrow.png");
	background-repeat: no-repeat;
	background-size: 100% 100%;
	background-position: center center;
	z-index: -1;
	content: "";
}

.work-proess-wrapper .single-work-process p,
.work-proess-wrapper .single-work-process .p {
	margin-bottom: 0;
}

.work-proess-wrapper .single-work-process:hover .process-icon {
	box-shadow: 0 0 25px -10px #1aa0c6;
	background-color: #fff;
}

.work-proess-wrapper .row > div:last-child .single-work-process .process-icon:before {
	display: none;
}

/*=================================
10. Counter Section start here
==================================*/
.counter-sec-wrapper {
	position: relative;
}

.counter-sec-wrapper:before {
	content: '';
	background-color: #000000;
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	opacity: 0.65;
	z-index: 0;
}

.counter-sec-wrapper .single-counter {
	border: 1px solid #1aa0c6;
	text-align: center;
	padding-top: 20px;
	padding-bottom: 30px;
	width: 100%;
	max-width: 150px;
	position: relative;
	margin-left: auto;
	margin-right: auto;
	border-radius: 6px;
}

.counter-sec-wrapper .single-counter:before {
	position: absolute;
	top: 50%;
	left: -76%;
	width: 40px;
	height: 1px;
	margin-top: -0.5px;
	background-color: #1aa0c6;
	content: "";
}

.counter-sec-wrapper .single-counter span {
	display: block;
	font-size: 36px;
	color: #fff;
	font-weight: 700;
	margin-bottom: 7px;
}

.counter-sec-wrapper .single-counter p,
.counter-sec-wrapper .single-counter .p {
	color: #fff;
	margin-bottom: 0;
	text-transform: capitalize;
}

.counter-sec-wrapper .row > div:last-child .single-counter {
	margin-right: 0;
}

.counter-sec-wrapper .row > div:last-child .single-counter:before {
	display: none;
}

.counter-sec-wrapper .row > div:first-child .single-counter {
	margin-left: 0;
}

/*=================================
11. Package Table start here
==================================*/
.package-table-wrapper {
	padding-bottom: 90px;
}

.package-table-wrapper.inner-pakage-table .single-package-box {
	box-shadow: 0 0 10px 5px rgba(0, 0, 0, 0.07);
}

.package-table-wrapper .section-title p,
.package-table-wrapper .section-title2 p,
.package-table-wrapper .section-title .p,
.package-table-wrapper .section-title2 .p {
	margin-bottom: 40px;
}

.package-table-wrapper .single-package-box {
	background-image: url("../img/bg-images/pricing-table-bg.png");
	background-size: 100% 100%;
	background-position: center center;
	background-repeat: no-repeat;
	padding-top: 30px;
	padding-bottom: 30px;
	background-color: #f8f8f8;
	margin-bottom: 10px;
	margin-top: 10px;
	-webkit-transition: all 0.4s;
	transition: all 0.4s;
}

.package-table-wrapper .single-package-box:hover {
	box-shadow: 0 0 10px 5px rgba(0, 0, 0, 0.07);
}

.package-table-wrapper .single-package-box h4 {
	text-transform: uppercase;
	margin-bottom: 20px;
}

.package-table-wrapper .single-package-box .package-price {
	background-image: url("../img/bg-images/pricing-table-bg-shape.png");
	background-repeat: no-repeat;
	background-size: 100% 100%;
	background-position: center center;
	padding: 70px 0;
	min-height: 260px;
	margin-bottom: 30px;
}

.package-table-wrapper .single-package-box .package-price > span {
	font-size: 18px;
	color: #fff;
	line-height: 31px;
	font-weight: 300;
}

.package-table-wrapper .single-package-box .package-price p,
.package-table-wrapper .single-package-box .package-price .p {
	margin: 10px 0 0;
	line-height: 42px;
	font-size: 40px;
	font-weight: 700;
	color: #fff;
}

.package-table-wrapper .single-package-box ul {
	margin-top: 28px;
	margin-bottom: 30px;
	text-align: right;
	padding: 0 35px;
}

.package-table-wrapper .single-package-box ul li {
	margin-bottom: 15px;
	font-size: 14px;
}

.package-table-wrapper .single-package-box ul li:last-child {
	margin-bottom: 0;
}

.package-table-wrapper .single-package-box ul li .ico {
	margin-left: 10px;
	color: #1aa0c6;
	font-size: 16px;
}

/*=================================
12. Our Service Area start here
==================================*/
.our-service-area-wrapper {
	padding-bottom: 70px;
}

.our-service-area-wrapper .single-service-wrap {
	min-height: 300px;
	position: relative;
	overflow: hidden;
	margin-bottom: 30px;
}

.our-service-area-wrapper .single-service-wrap:before {
	content: '';
	position: absolute;
	background-color: #000;
	visibility: hidden;
	opacity: 0;
	top: 100%;
	left: 0;
	z-index: 2;
	width: 100%;
	height: 100%;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
}

.our-service-area-wrapper .single-service-wrap:after {
	content: '';
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 100px;
	opacity: 1;
	visibility: visible;
	-webkit-transition: all 0.4s;
	transition: all 0.4s;
	background: #000;
	background: linear-gradient(0deg, rgba(0, 0, 0, 0.910802) 48%, rgba(0, 0, 0, 0.770746) 68%, rgba(0, 0, 0, 0.571866) 81%, rgba(0, 0, 0, 0) 100%);
}

.our-service-area-wrapper .single-service-wrap img {
	height: 100%;
	width: 100%;
	-webkit-transform: scale(1);
	transform: scale(1);
	-webkit-transition: 0.4s;
	transition: 0.4s;
}

.our-service-area-wrapper .single-service-wrap > span {
	position: absolute;
	right: 0;
	top: 0;
	z-index: 1;
	color: #fff;
	font-size: 28px;
	padding-right: 15px;
	padding-top: 15px;
	display: inline-block;
	font-weight: 700;
	opacity: 1;
	visibility: visible;
	-webkit-transition: all 0.4s;
	transition: all 0.4s;
}

.our-service-area-wrapper .single-service-wrap > span:before, .our-service-area-wrapper .single-service-wrap > span:after {
	content: '';
	position: absolute;
	right: 0;
	top: 0;
	bottom: 0;
	right: 0;
	z-index: -1;
	border-top: 130px solid #1aa0c6;
	border-left: 130px solid transparent;
}

.our-service-area-wrapper .single-service-wrap > span:after {
	z-index: -2;
	border-top: 130px solid #7dd9ff;
	right: -30px;
	top: 35px;
}

.our-service-area-wrapper .single-service-wrap .service-content {
	position: absolute;
	top: 200px;
	left: 0;
	bottom: 0;
	right: 0;
	padding: 40px 30px;
	padding-top: 43px;
	z-index: 2;
	-webkit-transition: all 0.4s;
	transition: all 0.4s;
}

.our-service-area-wrapper .single-service-wrap .service-content .service-title {
	position: relative;
}

.our-service-area-wrapper .single-service-wrap .service-content .service-title h4 {
	color: #fff;
}

.our-service-area-wrapper .single-service-wrap .service-content .service-title > a {
	position: absolute;
	right: 0;
	top: 4px;
	color: #1aa0c6;
	font-size: 22px;
}

.our-service-area-wrapper .single-service-wrap .service-content .service-text {
	opacity: 0;
	visibility: hidden;
	-webkit-transition: all 0.4s;
	transition: all 0.4s;
}

.our-service-area-wrapper .single-service-wrap .service-content .service-text p,
.our-service-area-wrapper .single-service-wrap .service-content .service-text .p {
	color: #fff;
	font-size: 14px;
}

.our-service-area-wrapper .single-service-wrap .service-content .service-text a.def-btn {
	width: 150px;
}

.our-service-area-wrapper .single-service-wrap:hover img {
	-webkit-transform: scale(1.1);
	transform: scale(1.1);
}

.our-service-area-wrapper .single-service-wrap:hover:before {
	top: 0;
	visibility: visible;
	opacity: 0.75;
}

.our-service-area-wrapper .single-service-wrap:hover:after {
	opacity: 0;
	visibility: hidden;
}

.our-service-area-wrapper .single-service-wrap:hover > span {
	right: -130px;
	top: -130px;
	opacity: 0;
	visibility: hidden;
}

.our-service-area-wrapper .single-service-wrap:hover .service-content {
	top: 0;
}

.our-service-area-wrapper .single-service-wrap:hover .service-content .service-title > a {
	opacity: 0;
	visibility: hidden;
}

.our-service-area-wrapper .single-service-wrap:hover .service-content .service-text {
	opacity: 1;
	visibility: visible;
}

.our-service-area-wrapper.v2 .single-service-wrap:before, .our-service-area-wrapper.v2 .single-service-wrap:after {
	display: none;
}

.our-service-area-wrapper.v2 .single-service-wrap .service-img {
	position: relative;
	overflow: hidden;
	border-top-right-radius: 14px;
	border-top-left-radius: 14px;
}

.our-service-area-wrapper.v2 .single-service-wrap .service-img:before {
	position: absolute;
	content: '';
	left: 0;
	bottom: 0;
	right: 50px;
	height: 5px;
	z-index: 1;
	background-color: #1aa0c6;
	-webkit-transition: 0.4s;
	transition: 0.4s;
}

.our-service-area-wrapper.v2 .single-service-wrap .service-img .service-icon {
	position: absolute;
	top: 50%;
	left: -110%;
	z-index: 3;
	right: 50px;
	text-align: center;
	opacity: 0;
	visibility: hidden;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	-webkit-transition: 0.4s;
	transition: 0.4s;
}

.our-service-area-wrapper.v2 .single-service-wrap .service-img .service-icon a {
	display: inline-block;
	width: 40px;
	height: 40px;
	border: 1px solid #fff;
	text-align: center;
	color: #fff;
	line-height: 40px;
	font-size: 14px;
	margin-right: 9px;
	border-radius: 50%;
}

.our-service-area-wrapper.v2 .single-service-wrap .service-img .service-icon a:hover {
	background-color: #fff;
	color: #1aa0c6;
}

.our-service-area-wrapper.v2 .single-service-wrap .service-content {
	position: static;
	background-color: #f5f5f5;
	padding: 25px 30px;
}

.our-service-area-wrapper.v2 .single-service-wrap .service-content p,
.our-service-area-wrapper.v2 .single-service-wrap .service-content .p {
	margin-bottom: 5px;
}

.our-service-area-wrapper.v2 .single-service-wrap:hover .service-img:before {
	height: 100%;
}

.our-service-area-wrapper.v2 .single-service-wrap:hover .service-img .service-icon {
	left: 0;
	opacity: 1;
	visibility: visible;
}

/*=================================
13. Featured Pojects start here
==================================*/
.featured-projects-wrapper {
	padding-top: 100px;
}

.featured-projects-wrapper .features-projects-area {
	display: flex;
	flex-wrap: wrap;
}

.featured-projects-wrapper .features-projects-area .single-features-projects {
	width: 20%;
	position: relative;
	overflow: hidden;
}

.featured-projects-wrapper .features-projects-area .single-features-projects:before {
	content: '';
	background-color: #000;
	visibility: hidden;
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	opacity: 0;
	z-index: 1;
	-webkit-transition: 0.4s;
	transition: 0.4s;
}

.featured-projects-wrapper .features-projects-area .single-features-projects img {
	width: 100%;
	-webkit-transform: scale(1);
	transform: scale(1);
	-webkit-transition: 0.4s;
	transition: 0.4s;
}

.featured-projects-wrapper .features-projects-area .single-features-projects > span {
	position: absolute;
	top: -25px;
	left: 30px;
	right: 30px;
	color: #fff;
	font-size: 16px;
	font-style: italic;
	z-index: 2;
	opacity: 0;
	visibility: hidden;
	-webkit-transition: 0.4s;
	transition: 0.4s;
}

.featured-projects-wrapper .features-projects-area .single-features-projects .project-content {
	position: absolute;
	bottom: -100px;
	left: 0;
	right: 0;
	z-index: 1;
	padding-left: 30px;
	padding-right: 30px;
	padding-bottom: 25px;
	opacity: 0;
	visibility: hidden;
	-webkit-transition: 0.4s;
	transition: 0.4s;
}

.featured-projects-wrapper .features-projects-area .single-features-projects .project-content h4 {
	color: #fff;
	margin-bottom: 0px;
	-webkit-transition: 0.4s;
	transition: 0.4s;
}

.featured-projects-wrapper .features-projects-area .single-features-projects .project-content h4:hover {
	color: #1aa0c6;
}

.featured-projects-wrapper .features-projects-area .single-features-projects .project-content span {
	color: #fff;
	font-size: 20px;
}

.featured-projects-wrapper .features-projects-area .single-features-projects:hover img {
	-webkit-transform: scale(1.1);
	transform: scale(1.1);
}

.featured-projects-wrapper .features-projects-area .single-features-projects:hover:before {
	opacity: 0.55;
	visibility: visible;
}

.featured-projects-wrapper .features-projects-area .single-features-projects:hover > span {
	opacity: 1;
	visibility: visible;
	top: 25px;
}

.featured-projects-wrapper .features-projects-area .single-features-projects:hover .project-content {
	bottom: 0;
	opacity: 1;
	visibility: visible;
}

/*=================================
14. Latest Blog start here
==================================*/
.laest-blog-wrapper {
	padding-bottom: 70px;
}

.laest-blog-wrapper.v2 {
	background-color: #f6f6f6;
}

.laest-blog-wrapper .single-latest-blog {
	margin-bottom: 30px;
	box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
}

.laest-blog-wrapper .single-latest-blog .blog-meta {
	background-color: #000000;
	text-align: center;
	padding: 11px 0;
}

.laest-blog-wrapper .single-latest-blog .blog-meta span {
	display: inline-block;
	margin-left: 25px;
	color: #fff;
}

.laest-blog-wrapper .single-latest-blog .blog-meta span:last-child {
	margin-left: 0;
}

.laest-blog-wrapper .single-latest-blog .blog-meta span i {
	margin-left: 10px;
}

.laest-blog-wrapper .single-latest-blog .latest-blog-img {
	position: relative;
	min-height: 250px;
	overflow: hidden;
}

.laest-blog-wrapper .single-latest-blog .latest-blog-img img {
	width: 100%;
}

.laest-blog-wrapper .single-latest-blog .latest-blog-img:after, .laest-blog-wrapper .single-latest-blog .latest-blog-img:before {
	content: '';
	background-color: #000000;
	visibility: hidden;
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	opacity: 0;
	z-index: 1;
	-webkit-transition: all 0.4s;
	transition: all 0.4s;
}

.laest-blog-wrapper .single-latest-blog .latest-blog-img:after {
	background-color: transparent;
	background-image: url("../img/bg-images/latest-blog-shape.png");
	background-repeat: no-repeat;
	background-size: 100% 100%;
	background-position: center center;
	z-index: 1;
}

.laest-blog-wrapper .single-latest-blog .latest-blog-img img {
	-webkit-transition: 0.4s;
	transition: 0.4s;
	-webkit-transform: scale(1);
	transform: scale(1);
}

.laest-blog-wrapper .single-latest-blog .latest-blog-img > a {
	position: absolute;
	left: 50%;
	top: 50%;
	background-color: #fff;
	display: inline-block;
	width: 50px;
	height: 50px;
	text-align: center;
	line-height: 50px;
	color: #1aa0c6;
	border-radius: 50%;
	margin-top: -25px;
	margin-left: -25px;
	z-index: 2;
	opacity: 0;
	visibility: hidden;
	-webkit-transform: scale(0);
	transform: scale(0);
	-webkit-transition: all 0.4s;
	transition: all 0.4s;
}

.laest-blog-wrapper .single-latest-blog .latest-blog-content {
	padding: 25px 30px;
}

.laest-blog-wrapper .single-latest-blog .latest-blog-content h4 {
	font-size: 23px;
	line-height: 40px;
	-webkit-transition: 0.4s;
	transition: 0.4s;
}

.laest-blog-wrapper .single-latest-blog .latest-blog-content h4:hover {
	color: #1aa0c6;
}

.laest-blog-wrapper .single-latest-blog .latest-blog-content p,
.laest-blog-wrapper .single-latest-blog .latest-blog-content .p {
	margin-bottom: 25px;
}

.laest-blog-wrapper .single-latest-blog:hover .latest-blog-img img {
	-webkit-transform: scale(1.1);
	transform: scale(1.1);
}

.laest-blog-wrapper .single-latest-blog:hover .latest-blog-img:after {
	visibility: visible;
	opacity: 1;
}

.laest-blog-wrapper .single-latest-blog:hover .latest-blog-img::before {
	visibility: visible;
	opacity: 0.50;
}

.laest-blog-wrapper .single-latest-blog:hover .latest-blog-img > a {
	opacity: 1;
	visibility: visible;
	-webkit-transform: scale(1);
	transform: scale(1);
}

/*=================================
14. Brad Slider
==================================*/
.brand-slider-wrapper {
	background-color: #fff;
}

.brand-slider-wrapper.v2 {
	background-color: #ffffff;
}

.brand-slider-wrapper.v2 .single-brand {
	background-color: #e1e1e1;
}

.brand-slider-wrapper .single-brand {
	height: 60px;
	line-height: 60px;
	background-color: #fff;
}

.brand-slider-wrapper .single-brand a {
	display: block;
	padding: 12px 35px;
	-webkit-transition: 0.2s;
	transition: 0.2s;
}

.brand-slider-wrapper .single-brand a img {
	width: 100%;
	height: 100%;
	position: relative;
	filter: grayscale(1);
	-webkit-transform: scale(1);
	transform: scale(1);
	-webkit-transition: 0.2s;
	transition: 0.2s;
}

.brand-slider-wrapper .single-brand a:hover img {
	-webkit-transform: scale(1.01);
	transform: scale(1.01);
	filter: grayscale(0);
}

.brand-slider-wrapper .slick-track {
	display: -ms-flexbox !important;
	display: flex !important;
	-ms-flex-align: center;
	align-items: center;
}
.brand-slider-wrapper .item {
	padding: 0 40px;
	text-align: center;
}

/*=================================
16. Footer Area
==================================*/
footer {
	background-color: #232628;
}

footer .footer-widget-area span.border {
	width: 100%;
	border: none !important;
	border-bottom: 1px solid #303030 !important;
	margin-bottom: 20px;
}

footer .footer-widget-area .container {
	position: relative;
	padding-top: 90px;
}

footer .footer-widget-area ul.footer-social {
	background-color: #1aa0c6;
	display: inline-block;
	margin-left: auto;
	padding: 10px 25px;
	position: absolute;
	right: 0;
	top: -17px;
	z-index: 1;
}

footer .footer-widget-area ul.footer-social:after, footer .footer-widget-area ul.footer-social:before {
	content: '';
	position: absolute;
	left: -50px;
	top: 0;
	width: 50px;
	height: 50px;
	border-top: 30px solid transparent;
	border-right: 20px solid #23262A;
	border-bottom: 10px solid #232628;
	opacity: 0.5;
}

footer .footer-widget-area ul.footer-social:after {
	left: auto;
	right: -50px;
	border-right: none;
	border-left: 20px solid #232628;
}

footer .footer-widget-area ul.footer-social li {
	display: inline-block;
	margin-left: 7px;
}

footer .footer-widget-area ul.footer-social li:last-child {
	margin-left: 0;
}

footer .footer-widget-area ul.footer-social li span {
	font-size: 14px;
	color: #fff;
	font-weight: 300;
	display: inline-block;
}

footer .footer-widget-area ul.footer-social li a {
	color: #fff;
	display: inline-block;
	width: 30px;
	height: 30px;
	text-align: center;
	line-height: 30px;
	font-size: 16px;
	border: 1px solid #fff;
	border-radius: 50%;
}

footer .footer-widget-area ul.footer-social li a:hover {
	background-color: #fff;
	color: #1aa0c6;
}

footer .footer-widget-area .single-footer-wid {
	padding-bottom: 30px;
}

footer .footer-widget-area .single-footer-wid > h4 {
	position: relative;
	color: #fff;
	font-weight: 700;
	padding-bottom: 9px;
	margin-bottom: 15px;
}

footer .footer-widget-area .single-footer-wid > h4:after, footer .footer-widget-area .single-footer-wid > h4:before {
	content: '';
	position: absolute;
	background-color: #1aa0c6;
	width: 50px;
	height: 2px;
	bottom: 0;
	right: 0;
}

footer .footer-widget-area .single-footer-wid > h4:after {
	right: 55px;
	width: 5px;
	background-color: #fff;
}

footer .footer-widget-area .single-footer-wid p,
footer .footer-widget-area .single-footer-wid .p {
	color: #c4c4c4;
    margin-bottom: 0;
    line-height: 22px;
    font-size: 16px;
}

footer .footer-widget-area .single-footer-wid ul {
	padding-top: 10px;
}

footer .footer-widget-area .single-footer-wid ul li {
	color: #c4c4c4;
	font-weight: 300;
	display: block;
	font-size: 14px;
	margin: 7px 0;
	line-height: 32px;
}

footer .footer-widget-area .single-footer-wid ul li span {
	color: #fff;
	margin-right: 5px;
}

footer .footer-widget-area .single-footer-wid ul li a,
footer .footer-widget-area .single-footer-wid ul li .item {
	margin-right: 0;
	font-size: inherit;
	font-weight: inherit;
	color: inherit;
}

footer .footer-widget-area .single-footer-wid ul li a:hover,
footer .footer-widget-area .single-footer-wid ul li .item:hover {
	color: #fff;
}

footer .footer-widget-area .single-footer-wid ul li a i,
footer .footer-widget-area .single-footer-wid ul li .item i {
	color: #1aa0c6;
	margin-left: 10px;
	font-size: 16px;
}

footer .footer-widget-area .single-footer-wid ul li:first-child a,
footer .footer-widget-area .single-footer-wid ul li:first-child .item {
	padding-top: 0;
}

footer .footer-widget-area .single-footer-wid .footer-gallery {
	display: grid;
	grid-template-columns: auto auto auto;
	grid-column-gap: 10px;
	grid-row-gap: 10px;
	padding-top: 20px;
}

footer .footer-widget-area .single-footer-wid .footer-gallery div {
	position: relative;
	overflow: hidden;
}

footer .footer-widget-area .single-footer-wid .footer-gallery div:before {
	content: '';
	background-color: #000000;
	visibility: hidden;
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	opacity: 0;
	z-index: 0;
	-webkit-transition: 0.4s;
	transition: 0.4s;
}

footer .footer-widget-area .single-footer-wid .footer-gallery div a {
	color: #fff;
	font-size: 12px;
	position: absolute;
	top: 50%;
	left: 50%;
	width: 35px;
	height: 35px;
	text-align: center;
	line-height: 34px;
	border: 1px solid transparent;
	background-color: #1aa0c6;
	opacity: 0;
	visibility: hidden;
	z-index: 1;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	-webkit-transition: 0.4s;
	transition: 0.4s;
	border-radius: 50%;
}

footer .footer-widget-area .single-footer-wid .footer-gallery div a:hover {
	color: #1aa0c6;
	border-color: #1aa0c6;
	background-color: #fff;
}

footer .footer-widget-area .single-footer-wid .footer-gallery div:hover:before {
	opacity: 0.55;
	visibility: visible;
}

footer .footer-widget-area .single-footer-wid .footer-gallery div:hover a {
	opacity: 1;
	visibility: visible;
}

footer .footer-widget-area .single-footer-wid .single-footer-blog {
	margin-bottom: 10px;
}

footer .footer-widget-area .single-footer-wid .single-footer-blog:last-child {
	margin-bottom: 0;
}

footer .footer-widget-area .single-footer-wid .single-footer-blog a {
	display: block;
	color: #a5a5a5;
	font-size: 14px;
	line-height: 36px;
}

footer .footer-widget-area .single-footer-wid .single-footer-blog a:hover {
	color: #fff;
}

footer .footer-widget-area .single-footer-wid .single-footer-blog span {
	color: #fff;
	font-size: 14px;
	display: inline-block;
	margin-left: 20px;
}

footer .footer-widget-area .single-footer-wid .single-footer-blog span i {
	color: #1aa0c6;
	font-size: 16px;
	margin-left: 10px;
}

footer .footer-widget-area .single-footer-wid form.footer-form input {
	width: 100%;
	height: 40px;
	padding: 0 15px;
	color: #838383;
	border: none;
	margin-bottom: 10px;
	margin-top: 20px;
	border-radius: 4px;
}

footer .footer-widget-area .single-footer-wid form.footer-form input::placeholder {
	color: #838383;
}

footer .footer-widget-area .single-footer-wid form.footer-form button {
	width: 120px;
	height: 40px;
	border: none;
	font-size: 14px;
	line-height: 40px;
	-webkit-transition: 0.4s;
	transition: 0.4s;
}

footer .footer-widget-area .single-footer-wid form.footer-form button:hover {
	color: #1aa0c6;
}

footer .footer-widget-area .single-footer-wid .footer-banner {
	width: 100%;
	min-height: 250px;
	background-image: url("../img/footer-img/footer-banner-img-bg.png");
	background-repeat: no-repeat;
	background-size: 100% 100%;
	background-position: center;
	position: relative;
	margin-top: 10px;
}

footer .footer-widget-area .single-footer-wid .footer-banner h4 {
	position: absolute;
	top: 40px;
	right: 95px;
	left: 0;
	color: #fff;
	font-style: italic;
	line-height: 35px;
}

footer .footer-widget-area .single-footer-wid .footer-banner h4 span {
	font-size: 36px;
	color: #1aa0c6;
}

footer .footer-widget-area .single-footer-wid .footer-banner img {
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
	max-width: 100%;
}

footer .footer-widget-area .single-footer-wid .footer-banner a.def-btn {
	position: absolute;
	bottom: 40px;
	right: 96px;
	background-color: #fff;
	color: #1aa0c6;
}

footer .footer-widget-area .single-footer-wid .footer-banner a.def-btn:before, footer .footer-widget-area .single-footer-wid .footer-banner a.def-btn:after {
	background-color: #fff;
}

footer .footer-widget-area .single-footer-wid .footer-banner a.def-btn:hover {
	background-color: #1aa0c6;
	color: #fff;
}

footer .footer-widget-area .single-footer-wid.footer-about img {
	margin-bottom: 32px;
}

footer .footer-widget-area .single-footer-wid.footer-links ul {
	padding-top: 15px;
}

footer .footer-widget-area .single-footer-wid.footer-links ul li {
	margin: 0 0;
}

footer .footer-widget-area .single-footer-wid.footer-links ul li a {
	font-size: inherit;
	color: inherit;
	font-weight: inherit;
	display: block;
	position: relative;
	padding: 5px 0;
	border-bottom: 1px solid #303030;
}

footer .footer-widget-area .single-footer-wid.footer-links ul li a:after {
	position: absolute;
	top: 5px;
	left: 0;
	font-family: 'FontAwesome';
	-webkit-transition: all 0.4s;
	transition: all 0.4s;
	content: '\f104';
}

footer .footer-widget-area .single-footer-wid.footer-links ul li a:hover {
	color: #fff;
}

footer .footer-widget-area .single-footer-wid.footer-links ul li a:hover:after {
	color: #fff;
}

footer .footer-widget-area .single-footer-wid.footer-blog h4 {
	margin-bottom: 25px;
}

footer .footer-widget-area .single-footer-wid.footer-subscribe h4 {
	margin-bottom: 25px;
}

footer .footer-copyright-wrap {
	border-top: 1px solid #303030;
	padding: 25px 0;
}

footer .footer-copyright-wrap .footer-copyright p,
footer .footer-copyright-wrap .footer-copyright .p {
	color: #a5a5a5;
	margin-bottom: 0;
	font-size: 14px;
}

footer .footer-copyright-wrap .footer-copyright p span,
footer .footer-copyright-wrap .footer-copyright .p span {
	color: #fff;
}

footer .footer-copyright-wrap ul.footer-links {
	text-align: right;
}

footer .footer-copyright-wrap ul.footer-links li {
	display: inline-block;
	margin-right: 25px;
}

footer .footer-copyright-wrap ul.footer-links li:last-child {
	margin-right: 0;
}

footer .footer-copyright-wrap ul.footer-links li a {
	color: #a5a5a5;
	font-size: 14px;
	display: inline-block;
}

footer .footer-copyright-wrap ul.footer-links li a:hover {
	color: #1aa0c6;
}

.footer-copyright-wrap .credits,
.footer-copyright-wrap .credits a {
	font-size: 14px;
	color: #a5a5a5;
}
.footer-copyright-wrap .credits a:hover {
	color: #1aa0c6;
}

/*=================================
17. About Us Features
==================================*/
.about-us-features-wrap {
	padding-bottom: 70px;
}

.about-us-features-wrap .single-about-features {
	text-align: center;
	background-color: #f6f6f6;
	padding-top: 40px;
	min-height: 280px;
	margin-bottom: 30px;
	overflow: hidden;
	position: relative;
	border-radius: 4px;
	-webkit-transition: 0.4s;
	transition: 0.4s;
}

.about-us-features-wrap .single-about-features:before {
	content: '';
	background-position: center;
	background-size: 100% 100%;
	background-image: url("../img/bg-images/about-features-bg.jpg");
	visibility: hidden;
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	opacity: 0;
	z-index: 0;
	-webkit-transition: 0.4s;
	transition: 0.4s;
}

.about-us-features-wrap .single-about-features .about-features-content {
	position: absolute;
	left: 0;
	right: 0;
	bottom: -60px;
	-webkit-transition: 0.4s;
	transition: 0.4s;
}

.about-us-features-wrap .single-about-features .about-features-content .icon {
	position: relative;
	margin-bottom: 20px;
	opacity: 1;
	visibility: visible;
	-webkit-transition: 0.2s;
	transition: 0.2s;
}

.about-us-features-wrap .single-about-features .about-features-content .icon:after {
	position: absolute;
	left: 50%;
	bottom: -4px;
	width: 60px;
	height: 60px;
	background-color: #9dd8f0;
	content: '';
	margin-left: -30px;
	border-radius: 50%;
}

.about-us-features-wrap .single-about-features .about-features-content .icon span {
	width: 60px;
	height: 60px;
	display: inline-block;
	background-color: #1aa0c6;
	color: #fff;
	line-height: 59px;
	position: relative;
	font-size: 26px;
	z-index: 1;
	border-radius: 50%;
}

.about-us-features-wrap .single-about-features .about-features-content h5 {
	margin-bottom: 15px;
	-webkit-transition: 0.3s;
	transition: 0.3s;
}

.about-us-features-wrap .single-about-features .about-features-content p,
.about-us-features-wrap .single-about-features .about-features-content .p {
	border-bottom: 1px solid transparent;
	padding: 0 15px;
	padding-bottom: 25px;
	color: #7e7e7e;
	margin-bottom: 15px;
	font-size: 15px;
	line-height: 26px;
	-webkit-transition: 0.3s;
	transition: 0.3s;
}

.about-us-features-wrap .single-about-features .about-features-content a.def-btn {
	background-color: #fff;
	color: #1aa0c6;
	opacity: 0;
	visibility: hidden;
}

.about-us-features-wrap .single-about-features .about-features-content a.def-btn:hover {
	background-color: #47c2f5;
	color: #fff;
}

.about-us-features-wrap .single-about-features .about-features-content a.def-btn:after, .about-us-features-wrap .single-about-features .about-features-content a.def-btn:before {
	background-color: #fff;
}

.about-us-features-wrap .single-about-features:hover {
	background-color: #1aa0c6;
	box-shadow: 0 0 20px -9px #1aa0c6;
}

.about-us-features-wrap .single-about-features:hover::before {
	opacity: 1;
	visibility: visible;
}

.about-us-features-wrap .single-about-features:hover .about-features-content {
	bottom: 10px;
}

.about-us-features-wrap .single-about-features:hover .about-features-content .icon {
	opacity: 1;
	visibility: hidden;
}

.about-us-features-wrap .single-about-features:hover .about-features-content h5 {
	color: #fff;
}

.about-us-features-wrap .single-about-features:hover .about-features-content p,
.about-us-features-wrap .single-about-features:hover .about-features-content .p {
	color: #fff;
	border-color: #47c2f5;
}

.about-us-features-wrap .single-about-features:hover .about-features-content a.def-btn {
	opacity: 1;
	visibility: visible;
}

/*=================================
18. Video CTA
==================================*/
.video-cta-wrapper {
	background-color: #1aa0c6;
	padding: 90px 0;
	position: relative;
}

.video-cta-wrapper:before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	opacity: 0.65;
	z-index: 0;
	background-color: #005eae;
}

.video-cta-wrapper .btn-wrap {
	width: 70px;
	height: 70px;
	position: relative;
	display: block;
	margin: 0 auto;
}

.video-cta-wrapper .btn-wrap:before, .video-cta-wrapper .btn-wrap:after {
	content: '';
	background-color: #ffffff;
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	opacity: 0.4;
	z-index: 1;
	border-radius: 50%;
	animation-name: scaling;
	animation-duration: 2s;
	animation-iteration-count: infinite;
}

.video-cta-wrapper .btn-wrap:after {
	animation-delay: 0.8s;
}

.video-cta-wrapper .btn-wrap a {
	width: 100%;
	height: 100%;
	line-height: 67px;
	color: #fff;
	background-color: #1aa0c6;
	display: inline-block;
	font-size: 24px;
	padding-left: 3px;
	z-index: 2;
	position: relative;
	text-align: center;
	border-radius: 50%;
}

.video-cta-wrapper .btn-wrap a:hover {
	background-color: #fff;
	color: #1aa0c6;
}

.video-cta-wrapper .video-cta-content h1 {
	color: #fff;
	margin-bottom: 20px;
	line-height: 60px;
}

.video-cta-wrapper .video-cta-content p,
.video-cta-wrapper .video-cta-content .p {
	color: #fff;
	margin-bottom: 0;
}

@keyframes scaling {
	0% {
		transform: scale(1);
	}
	80% {
		transform: scale(1.6);
	}
	100% {
		opacity: 0;
	}
}

/*=================================
19. Team Member
==================================*/
.team-member-wrap {
	padding-top: 100px;
	padding-bottom: 70px;
}

.team-member-wrap .pagination-wrapper {
	margin-bottom: 30px;
}

.team-member-wrap .single-team-member {
	margin-bottom: 30px;
	text-align: center;
	position: relative;
	overflow: hidden;
}

.team-member-wrap .single-team-member img {
	width: 100%;
}

.team-member-wrap .single-team-member:before {
	content: '';
	visibility: hidden;
	background-color: #000000;
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	opacity: 0;
	z-index: 0;
	-webkit-transition: 0.4s;
	transition: 0.4s;
}

.team-member-wrap .single-team-member .member-thumb {
	position: absolute;
	top: 45px;
	top: -230px;
	left: 50%;
	width: 180px;
	height: 180px;
	border: 1px dashed #1aa0c6;
	padding: 10px;
	border-radius: 50%;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	-webkit-transition: 0.4s;
	transition: 0.4s;
}

.team-member-wrap .single-team-member .member-thumb:before {
	content: '';
	position: absolute;
	left: 50%;
	bottom: -50px;
	width: 1px;
	height: 50px;
	border-left: 1px dashed #1aa0c6;
	margin-left: -0.5px;
	opacity: 0;
	visibility: hidden;
	-webkit-transition: 0.5s;
	transition: 0.5s;
}

.team-member-wrap .single-team-member .member-thumb img {
	width: 100%;
	height: 100%;
	border-radius: 50%;
}

.team-member-wrap .single-team-member .member-text {
	position: absolute;
	bottom: -75px;
	background-color: rgba(86, 193, 237, 0.85);
	right: 0;
	left: 0;
	padding-top: 30px;
	padding-left: 30px;
	padding-right: 30px;
	-webkit-transition: 0.4s;
	transition: 0.4s;
}

.team-member-wrap .single-team-member .member-text h5 {
	color: #fff;
	margin-bottom: 5px;
	line-height: 22px;
}

.team-member-wrap .single-team-member .member-text span {
	color: #fff;
	text-transform: capitalize;
	font-weight: 300;
	font-size: 16px;
	margin-bottom: 10px;
	display: inline-block;
}

.team-member-wrap .single-team-member .member-text ul {
	border-top: 1px solid transparent;
	padding-top: 20px;
	padding-bottom: 30px;
	opacity: 0;
	visibility: hidden;
	-webkit-transition: 0.4s;
	transition: 0.4s;
}

.team-member-wrap .single-team-member .member-text ul li {
	display: inline-block;
	margin-right: 8px;
}

.team-member-wrap .single-team-member .member-text ul li:last-child {
	margin-right: 0;
}

.team-member-wrap .single-team-member .member-text ul li a {
	display: inline-block;
	width: 40px;
	height: 40px;
	text-align: center;
	background-color: #fff;
	color: #1aa0c6;
	line-height: 40px;
	font-size: 14px;
	border-top-right-radius: 22px;
	border-bottom-left-radius: 22px;
}

.team-member-wrap .single-team-member .member-text ul li a:hover {
	border-top-right-radius: 0;
	border-bottom-left-radius: 0;
	border-top-left-radius: 22px;
	border-bottom-right-radius: 22px;
}

.team-member-wrap .single-team-member:hover:before {
	opacity: 0.60;
	visibility: visible;
}

.team-member-wrap .single-team-member:hover .member-thumb {
	top: 45px;
}

.team-member-wrap .single-team-member:hover .member-thumb:before {
	opacity: 1;
	visibility: visible;
}

.team-member-wrap .single-team-member:hover .member-text {
	bottom: 0;
	background-color: #56c1ed;
}

.team-member-wrap .single-team-member:hover .member-text ul {
	opacity: 1;
	visibility: visible;
	border-color: #6ccbf3;
}

.v2-team-slider .slick-arrow {
	position: absolute;
	left: -100px;
	top: 50%;
	z-index: 1;
	width: 50px;
	height: 50px;
	font-size: 18px;
	border: none;
	background-color: #fff;
	box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.05);
	color: #1aa0c6;
	margin-top: -25px;
	-webkit-transition: 0.4s;
	transition: 0.4s;
}

.v2-team-slider .slick-arrow.slick-next {
	left: auto;
	right: -100px;
}

.v2-team-slider .slick-arrow:hover {
	background-color: #1aa0c6;
	color: #fff;
}

@media (min-width: 992px) {
	.team-member-wrap .slick-current.slick-active .single-team-member:before {
		opacity: 0.60;
		visibility: visible;
	}
	.team-member-wrap .slick-current.slick-active .single-team-member .member-thumb {
		top: 45px;
	}
	.team-member-wrap .slick-current.slick-active .single-team-member .member-thumb:before {
		opacity: 1;
		visibility: visible;
	}
	.team-member-wrap .slick-current.slick-active .single-team-member .member-text {
		bottom: 0;
		background-color: #56c1ed;
	}
	.team-member-wrap .slick-current.slick-active .single-team-member .member-text ul {
		opacity: 1;
		visibility: visible;
		border-color: #6ccbf3;
	}
}

/*=================================
20. Testomonial Area
==================================*/
.testomonial-slider-wrapper {
	background-color: #f7f7f7;
}

.testomonial-slider-wrapper .single-testomonial {
	background-image: url("../img/bg-images/testomonial-bg.png");
	background-size: 100% 100%;
	background-position: center center;
	background-repeat: no-repeat;
	min-height: 515px;
	text-align: center;
	padding-top: 17px;
}

.testomonial-slider-wrapper .single-testomonial h4 {
	color: #fff;
	margin-bottom: 0px;
	line-height: 36px;
}

.testomonial-slider-wrapper .single-testomonial span {
	color: #fff;
	font-size: 16px;
}

.testomonial-slider-wrapper .single-testomonial span.rating {
	display: block;
	color: #ffe4a8;
	font-size: 14px;
}

.testomonial-slider-wrapper .single-testomonial span.rating i {
	margin-right: 3px;
}

.testomonial-slider-wrapper .single-testomonial span.rating i:last-child {
	margin-right: 0;
}

.testomonial-slider-wrapper .single-testomonial span.quote {
	font-size: 30px;
	color: #fff;
	line-height: 22px;
	display: block;
	margin-top: 55px;
	margin-bottom: 25px;
}

.testomonial-slider-wrapper .single-testomonial p,
.testomonial-slider-wrapper .single-testomonial .p {
	padding: 0 63px;
	color: #fff;
	margin-bottom: 20px;
	line-height: 27px;
	font-size: 14px;
}

.testomonial-slider-wrapper .single-testomonial .author-img {
	width: 110px;
	height: 110px;
	margin: 0 auto;
	background-color: #1aa0c6;
	padding: 15px;
	box-shadow: 0 0 15px 10px rgba(255, 255, 255, 0.5);
	margin-bottom: 15px;
	-webkit-transform: scale(1);
	transform: scale(1);
	-webkit-transition: all ease 0.4s;
	transition: all ease 0.4s;
	border-radius: 50%;
}

.testomonial-slider-wrapper .single-testomonial .author-img img {
	width: 100%;
	height: 100%;
	box-shadow: 0 0 20px 11px rgba(255, 255, 255, 0.6);
	border-radius: 50%;
}

.testomonial-slider-wrapper .single-testomonial:hover .author-img {
	-webkit-transform: scale(1.1);
	transform: scale(1.1);
}

.testomonial-sec-wrapper {
	position: relative;
}

.testomonial-sec-wrapper:before {
	content: '';
	position: absolute;
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	opacity: 0.65;
	z-index: 0;
	background-color: #000000;
}

.testomonial-sec-wrapper .section-title h2 {
	color: #fff;
}

.testomonial-sec-wrapper .section-title p,
.testomonial-sec-wrapper .section-title .p {
	color: #fff;
}

.testomonial-sec-wrapper .single-testomonial {
	text-align: center;
}

.testomonial-sec-wrapper .single-testomonial .testomonial-author {
	width: 80px;
	height: 80px;
	margin: 0 auto;
	margin-bottom: 35px;
	position: relative;
	z-index: 3;
	margin-top: 10px;
	border-radius: 50%;
}

.testomonial-sec-wrapper .single-testomonial .testomonial-author:before {
	content: '\f10e';
	position: absolute;
	width: 30px;
	height: 30px;
	background-color: #1aa0c6;
	color: #fff;
	font-family: "FontAwesome";
	line-height: 30px;
	font-size: 12px;
	right: -6px;
	top: -6px;
	border-radius: 50%;
}

.testomonial-sec-wrapper .single-testomonial .testomonial-author img {
	width: 100%;
	height: 100%;
	border-radius: 50%;
}

.testomonial-sec-wrapper .single-testomonial .testomonial-content {
	background-color: #1aa0c6;
	position: relative;
	padding: 25px 35px;
	z-index: 1;
	margin-bottom: 45px;
}

.testomonial-sec-wrapper .single-testomonial .testomonial-content span {
	position: absolute;
	left: 0;
	right: 0;
	bottom: -15px;
	font-size: 13px;
	color: #fff;
}

.testomonial-sec-wrapper .single-testomonial .testomonial-content:before, .testomonial-sec-wrapper .single-testomonial .testomonial-content:after {
	content: '';
	position: absolute;
	left: 50%;
	bottom: -45px;
	margin-left: -145px;
	background-color: #1aa0c6;
	width: 230px;
	height: 174px;
	z-index: -1;
	-webkit-transform: rotate(45deg) skew(-23deg, -23deg);
	transform: rotate(45deg) skew(-23deg, -23deg);
}

.testomonial-sec-wrapper .single-testomonial .testomonial-content:after {
	bottom: auto;
	top: -45px;
	margin-left: -85px;
	background-color: transparent;
	border-left: 1px solid #1aa0c6;
	border-top: 1px solid #1aa0c6;
}

.testomonial-sec-wrapper .single-testomonial .testomonial-content p,
.testomonial-sec-wrapper .single-testomonial .testomonial-content .p {
	color: #fff;
	margin-bottom: 0;
}

/*=================================
21. Work Process Slider
==================================*/
.work-process-slider-wrapper {
	padding-top: 100px;
	padding-bottom: 70px;
}

.work-process-slider-wrapper .single-work-process-slide {
	padding: 20px;
	background-color: #f7f7f7;
	text-align: center;
	position: relative;
	margin-bottom: 32px;
	border-bottom: 3px solid #1aa0c6;
	-webkit-transition: all 0.4s;
	transition: all 0.4s;
	overflow: hidden;
}

.work-process-slider-wrapper .single-work-process-slide h5 {
	position: relative;
	padding-bottom: 14px;
	margin-bottom: 25px;
	margin-top: 30px;
	-webkit-transition: all 0.4s;
	transition: all 0.4s;
}

.work-process-slider-wrapper .single-work-process-slide h5:before {
	content: '';
	position: absolute;
	width: 50px;
	height: 2px;
	background-color: #1aa0c6;
	bottom: 0;
	left: 50%;
	margin-left: -25px;
	-webkit-transition: all 0.2s;
	transition: all 0.2s;
}

.work-process-slider-wrapper .single-work-process-slide p,
.work-process-slider-wrapper .single-work-process-slide .p {
	margin-bottom: 15px;
	padding: 0 10px;
	-webkit-transition: all 0.2s;
	transition: all 0.2s;
}

.work-process-slider-wrapper .single-work-process-slide > span {
	position: absolute;
	font-size: 20px;
	color: #273892;
	right: 0;
	top: 0;
	font-weight: 700;
	z-index: 1;
	padding-right: 20px;
	padding-top: 20px;
	line-height: 22px;
	-webkit-transition: all 0.4s;
	transition: all 0.4s;
}

.work-process-slider-wrapper .single-work-process-slide > span:before {
	border-top: 90px solid #f7f7f7;
	border-left: 90px solid transparent;
	content: '';
	position: absolute;
	top: 0;
	bottom: 0;
	right: 0;
	z-index: -1;
	-webkit-transition: all 0.4s;
	transition: all 0.4s;
}

.work-process-slider-wrapper .single-work-process-slide > span:after {
	content: '';
	width: 30px;
	height: 170px;
	background-color: transparent;
	top: -60px;
	left: -9px;
	position: absolute;
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
	box-shadow: 0 0 25px 5px rgba(0, 0, 0, 0.3);
	z-index: -2;
	-webkit-transition: all 0.4s;
	transition: all 0.4s;
	opacity: 0;
	visibility: hidden;
}

.work-process-slider-wrapper .single-work-process-slide .work-process-img {
	position: relative;
}

.work-process-slider-wrapper .single-work-process-slide .work-process-img:before {
	content: '';
	background-color: #000000;
	visibility: hidden;
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	opacity: 0;
	z-index: 0;
	-webkit-transition: all 0.4s;
	transition: all 0.4s;
	height: 0;
	bottom: 0;
	top: auto;
}

.work-process-slider-wrapper .single-work-process-slide .work-process-img img {
	width: 100%;
}

.work-process-slider-wrapper .single-work-process-slide .work-process-img a {
	width: 40px;
	height: 40px;
	position: absolute;
	left: 50%;
	top: 50%;
	background-color: #1aa0c6;
	color: #fff;
	text-align: center;
	line-height: 40px;
	font-size: 14px;
	margin-top: -20px;
	margin-left: -20px;
	-webkit-transform: scale(0);
	transform: scale(0);
	border-radius: 50%;
	-webkit-transition: all 0.4s;
	transition: all 0.4s;
}

.work-process-slider-wrapper .single-work-process-slide:hover {
	background-color: #1aa0c6;
}

.work-process-slider-wrapper .single-work-process-slide:hover h5 {
	color: #fff;
}

.work-process-slider-wrapper .single-work-process-slide:hover h5:before {
	background-color: #fff;
}

.work-process-slider-wrapper .single-work-process-slide:hover p,
.work-process-slider-wrapper .single-work-process-slide:hover .p {
	color: #fff;
}

.work-process-slider-wrapper .single-work-process-slide:hover > span {
	color: #fff;
}

.work-process-slider-wrapper .single-work-process-slide:hover > span:before {
	border-top-color: #1aa0c6;
}

.work-process-slider-wrapper .single-work-process-slide:hover > span:after {
	opacity: 1;
	visibility: visible;
}

.work-process-slider-wrapper .single-work-process-slide:hover .work-process-img:before {
	height: 100%;
	opacity: 0.70;
	visibility: visible;
}

.work-process-slider-wrapper .single-work-process-slide:hover .work-process-img a {
	-webkit-transform: scale(1);
	transform: scale(1);
}

.work-process-slider-wrapper.v2 {
	background-color: #f5f6fa;
}

.work-process-slider-wrapper.v2 .single-work-process-slide {
	padding: 0;
	background-color: transparent;
	border-bottom: none;
	padding-bottom: 35px;
}

.work-process-slider-wrapper.v2 .single-work-process-slide:before {
	content: '';
	position: absolute;
	left: 0;
	top: 125px;
	bottom: 0;
	right: 0;
	z-index: -1;
	background-color: #fff;
	opacity: 0;
	visibility: hidden;
	-webkit-transition: 0.4s;
	transition: 0.4s;
}

.work-process-slider-wrapper.v2 .single-work-process-slide .work-process-img {
	width: 245px;
	height: 245px;
	border-radius: 50%;
	overflow: hidden;
	margin: 0 auto;
	margin-bottom: 25px;
	padding: 4px;
	background-color: #1aa0c6;
}

.work-process-slider-wrapper.v2 .single-work-process-slide .work-process-img img {
	width: 100%;
	height: 100%;
}

.work-process-slider-wrapper.v2 .single-work-process-slide .work-process-img:after {
	content: '';
	top: 4px;
	bottom: 4px;
	left: 4px;
	right: 4px;
	position: absolute;
	background-image: url("../img/bg-images/work-process-shape-1.png");
	background-size: 100% 100%;
	background-repeat: no-repeat;
	background-size: cover;
}

.work-process-slider-wrapper.v2 .single-work-process-slide .work-process-img:before {
	content: '';
	position: absolute;
	top: 12px;
	left: 12px;
	bottom: 12px;
	right: 12px;
	width: auto;
	height: auto;
	background-color: transparent;
	background-image: url("../img/bg-images/work-process-shape-2.png");
	background-repeat: no-repeat;
	background-position: center center;
	background-size: 100% 100%;
	opacity: 0;
	-webkit-transition: 0.4s;
	transition: 0.4s;
}

.work-process-slider-wrapper.v2 .single-work-process-slide .work-process-img a {
	background-color: #fff;
	color: #1aa0c6;
	z-index: 2;
}

.work-process-slider-wrapper.v2 .single-work-process-slide h4 {
	margin-bottom: 15px;
}

.work-process-slider-wrapper.v2 .single-work-process-slide p,
.work-process-slider-wrapper.v2 .single-work-process-slide .p {
	margin-bottom: 22px;
}
.work-process-slider-wrapper.v2 .single-work-process-slide p:hover,
.work-process-slider-wrapper.v2 .single-work-process-slide .p:hover {
	color: #221b3c;
}

.work-process-slider-wrapper.v2 .single-work-process-slide a.def-btn {
	width: 140px;
	height: 50px;
	line-height: 50px;
}

.work-process-slider-wrapper.v2 .single-work-process-slide:hover:before {
	opacity: 1;
	visibility: visible;
}

.work-process-slider-wrapper.v2 .single-work-process-slide:hover .work-process-img:before {
	opacity: 1;
}

.work-process-slider-wrapper.v2 .single-work-process-slide:hover p,
.work-process-slider-wrapper.v2 .single-work-process-slide:hover .p {
	color: #221b3c;
}

@media (min-width: 992px) {
	.work-process-slider-wrapper .slick-current.slick-active .single-work-process-slide {
		background-color: #1aa0c6;
	}
	.work-process-slider-wrapper .slick-current.slick-active .single-work-process-slide h5 {
		color: #fff;
	}
	.work-process-slider-wrapper .slick-current.slick-active .single-work-process-slide h5:before {
		background-color: #fff;
	}
	.work-process-slider-wrapper .slick-current.slick-active .single-work-process-slide p,
	.work-process-slider-wrapper .slick-current.slick-active .single-work-process-slide .p {
		color: #fff;
	}
	.work-process-slider-wrapper .slick-current.slick-active .single-work-process-slide > span {
		color: #fff;
	}
	.work-process-slider-wrapper .slick-current.slick-active .single-work-process-slide > span:before {
		border-top-color: #1aa0c6;
	}
	.work-process-slider-wrapper .slick-current.slick-active .single-work-process-slide > span:after {
		opacity: 1;
		visibility: visible;
	}
	.work-process-slider-wrapper .slick-current.slick-active .single-work-process-slide .work-process-img:before {
		height: 100%;
		opacity: 0.70;
		visibility: visible;
	}
	.work-process-slider-wrapper .slick-current.slick-active .single-work-process-slide .work-process-img a {
		-webkit-transform: scale(1);
		transform: scale(1);
	}
	.work-process-slider-wrapper.v2 .slick-current.slick-active .single-work-process-slide {
		padding: 0;
		background-color: transparent;
		margin-bottom: 0;
		padding-bottom: 35px;
	}
	.work-process-slider-wrapper.v2 .slick-current.slick-active .single-work-process-slide:before {
		opacity: 1;
		visibility: visible;
	}
	.work-process-slider-wrapper.v2 .slick-current.slick-active .single-work-process-slide p,
	.work-process-slider-wrapper.v2 .slick-current.slick-active .single-work-process-slide .p {
		color: #221b3c;
	}
	.work-process-slider-wrapper.v2 .slick-current.slick-active .single-work-process-slide .work-process-img:before {
		height: auto;
		opacity: 1;
		visibility: visible;
	}
}

/*=================================
22. Special Service Area
==================================*/
.special-service-wrapper {
	position: relative;
	padding-bottom: 90px;
}

.special-service-wrapper:before {
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-color: #00325d;
	opacity: 0.70;
	z-index: 0;
}

.special-service-wrapper .special-service-title {
	background-color: #1aa0c6;
	text-align: center;
	clip-path: polygon(97% 0, 100% 50%, 97% 100%, 3% 100%, 0 50%, 3% 0);
	position: relative;
	margin-bottom: -37px;
	z-index: 1;
}

.special-service-wrapper .special-service-title h1 {
	color: #ffff;
	font-weight: 700;
	font-size: 48px;
	line-height: 64px;
	margin-bottom: 0;
	padding-bottom: 12px;
}

.special-service-wrapper .speical-service-img {
	clip-path: polygon(95% 0, 100% 50%, 95% 100%, 5% 100%, 0 50%, 5% 0);
}

.special-service-wrapper .speical-service-img .slick-arrow {
	position: absolute;
	left: 0;
	top: 50%;
	z-index: 1;
	height: 120px;
	width: 20px;
	text-align: center;
	border: none;
	color: #1aa0c6;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	-webkit-transition: 0.4s;
	transition: 0.4s;
}

.special-service-wrapper .speical-service-img .slick-arrow:hover {
	background-color: #1aa0c6;
	color: #fff;
}

.special-service-wrapper .speical-service-img .slick-arrow.slick-next {
	left: auto;
	right: 0;
}

.special-service-wrapper .special-service-content {
	text-align: center;
	padding-top: 40px;
}

.special-service-wrapper .special-service-content h2 {
	color: #fff;
	margin-bottom: 15px;
	font-weight: 700;
}

.special-service-wrapper .special-service-content p,
.special-service-wrapper .special-service-content .p {
	color: #fff;
	margin-bottom: 20px;
}

.special-service-wrapper .special-service-content span {
	color: #fff;
	font-size: 30px;
	font-weight: 700;
	display: block;
	margin-bottom: 30px;
}

.special-service-wrapper .special-service-content span sub,
.special-service-wrapper .special-service-content span sup {
	font-size: 16px;
	margin: 0 15px;
}

/*=================================
23. Pagination
==================================*/
ul.pagination-wrapper {
	text-align: center;
	line-height: 0;
	margin-top: 30px;
}

ul.pagination-wrapper li {
	line-height: 0;
	display: inline-block;
	margin-right: 4px;
}

ul.pagination-wrapper li a {
	width: 45px;
	height: 45px;
	display: inline-block;
	line-height: 44px;
	color: #5a5a5a;
	font-size: 16px;
	font-weight: 400;
	box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
	text-align: center;
	border-radius: 3px;
}

ul.pagination-wrapper li a.active, ul.pagination-wrapper li a:hover {
	color: #fff;
	border-color: #1aa0c6;
	background-color: #1aa0c6;
}

/*=================================
24. Isotope Section
==================================*/
.isotope-sec-wrapper {
	padding-top: 50px;
}

.isotope-sec-wrapper .projects-menu {
	margin-bottom: 35px;
}

.isotope-sec-wrapper .projects-menu button {
	display: inline-block;
	margin-left: 25px;
	padding: 5px 20px;
	background-color: transparent;
	line-height: 24px;
	font-size: 16px;
	font-weight: 700;
	color: #292929;
	text-transform: uppercase;
	border: none;
	border-radius: 6px;
	-webkit-transition: 0.4s;
	transition: 0.4s;
	border: 1px #292929 solid;
}

.isotope-sec-wrapper .projects-menu button:hover, .isotope-sec-wrapper .projects-menu button.active {
	background-color: #1aa0c6;
	color: #fff;
}

.isotope-sec-wrapper .project-wrap .grid-item {
	width: calc(20% - 4px);
	float: left;
	padding: 5px;
}

.isotope-sec-wrapper .project-wrap .grid-item img {
	width: 100%;
	height: auto;
}

.isotope-sec-wrapper .project-wrap .single-project {
	position: relative;
	-webkit-transition: all ease 0.4s;
	transition: all ease 0.4s;
}

.isotope-sec-wrapper .project-wrap .single-project:before {
	content: '';
	position: absolute;
	left: 5px;
	top: 5px;
	bottom: 5px;
	right: 5px;
	background-color: rgba(0, 0, 0, 0.7);
	opacity: 0;
	visibility: hidden;
	-webkit-transform: scale(0);
	transform: scale(0);
	-webkit-transition: all ease 0.4s;
	transition: all ease 0.4s;
}

.isotope-sec-wrapper .project-wrap .single-project a {
	position: absolute;
	width: 120px;
	height: 60px;
	line-height: 60px;
	font-size: 16px;
	text-transform: uppercase;
	font-weight: 700;
	border-radius: 6px;
	top: 50%;
	left: 50%;
	opacity: 1;
	visibility: hidden;
	-webkit-transform: scale(0) translate(-50%, -50%);
	transform: scale(0) translate(-50%, -50%);
	-webkit-transition: all ease 0.4s;
	transition: all ease 0.4s;
}

.isotope-sec-wrapper .project-wrap .single-project a:hover:before {
	right: -140%;
}

.isotope-sec-wrapper .project-wrap .single-project a.icon-btn {
	position: absolute;
	visibility: visible;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: transparent;
	font-size: 24px;
	color: #fff;
	opacity: 0;
	z-index: 12;
	-webkit-transform: none;
	transform: none;
}
.isotope-sec-wrapper .project-wrap .single-project a.icon-btn > i.fa {
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}
.isotope-sec-wrapper .project-wrap .single-project:hover a.icon-btn {
	opacity: .6;
	-webkit-transform: none;
	transform: none;
}

.isotope-sec-wrapper .project-wrap .single-project:hover:before {
	opacity: 1;
	visibility: visible;
	-webkit-transform: scale(1);
	transform: scale(1);
}

.isotope-sec-wrapper .project-wrap .single-project:hover a {
	opacity: 1;
	visibility: visible;
	-webkit-transform: scale(1) translate(-50%, -50%);
	transform: scale(1) translate(-50%, -50%);
}

.launcher-item .inner-bound {
	position: relative;
	overflow: hidden;
	-webkit-transition: all ease 0.4s;
	transition: all ease 0.4s;
}
.launcher-item .inner-bound:before {
	content: '';
	position: absolute;
	left: 5px;
	top: 5px;
	bottom: 5px;
	right: 5px;
	background-color: rgba(0, 0, 0, 0.7);
	opacity: 0;
	visibility: hidden;
	-webkit-transform: scale(0);
	transform: scale(0);
	-webkit-transition: all ease 0.4s;
	transition: all ease 0.4s;
}
.launcher-item .inner-bound a.icon-btn {
	position: absolute;
	visibility: visible;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: transparent;
	font-size: 24px;
	color: #fff;
	opacity: 0;
	z-index: 12;
	-webkit-transform: none;
	transform: none;
}
.launcher-item .inner-bound a.icon-btn > i.fa {
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}
.launcher-item .inner-bound:hover a.icon-btn {
	opacity: .6;
	-webkit-transform: none;
	transform: none;
}

.launcher-item .inner-bound:hover:before {
	opacity: 1;
	visibility: visible;
	-webkit-transform: scale(1);
	transform: scale(1);
}

.launcher-item .inner-bound:hover a {
	opacity: 1;
	visibility: visible;
	-webkit-transform: scale(1) translate(-50%, -50%);
	transform: scale(1) translate(-50%, -50%);
}
.launcher-item .inner-bound .captioner {
	position: absolute;
	bottom: 0;
	right: 0;
	width: 100%;
	padding: 0 15px 10px;
	font-size: 16px;
	font-weight: 600;
	color: #fff;
	-webkit-transform: translate(0, 100%);
	transform: translate(0, 100%);
	transition: -webkit-transform 0.4s ease-in-out;
	transition: transform 0.4s ease-in-out;
	transition: transform 0.4s ease-in-out, -webkit-transform 0.4s ease-in-out;
}
.launcher-item .inner-bound:hover .captioner {
	-webkit-transform: translate(0, 0);
	transform: translate(0, 0);
}

/*=================================
25. Contact Us Top Information
==================================*/
.contact-top-info-wrappper {
	background-color: #f7f7f7;
	padding-bottom: 100px;
	padding-top: 80px;
}

.contact-top-info-wrappper .contact-top-information h2 {
	font-size: 34px;
	margin-bottom: 5px;
}

.contact-top-info-wrappper .contact-top-information p,
.contact-top-info-wrappper .contact-top-information .p {
	font-size: 18px;
	color: #4e4e4e;
	margin-bottom: 25px;
}

.contact-top-info-wrappper .contact-top-information span {
	position: relative;
	color: #1aa0c6;
	font-size: 48px;
	display: block;
	margin-bottom: 20px;
}

.contact-top-info-wrappper .contact-top-information span:before {
	content: '';
	position: absolute;
	top: 50%;
	left: 50%;
	width: 63%;
	height: 1px;
	background-color: #dedede;
	z-index: 1;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}

.contact-top-info-wrappper .contact-top-information span i {
	position: relative;
	z-index: 2;
	background-color: #f7f7f7;
	padding: 0 15px;
}

.contact-top-info-wrappper .contact-top-information h3 {
	font-weight: 300;
	margin-bottom: 0;
	line-height: 1;
}

.contact-top-info-wrappper .contact-top-information h3 a {
	font-weight: inherit;
	font-size: inherit;
	line-height: inherit;
	color: inherit;
}

.contact-top-info-wrappper .contact-top-information h3 a:hover {
	color: #1aa0c6;
}

/*=================================
26. Contact Informtion Box
==================================*/
.contact-information-wrapper {
	padding-top: 0px;
}

.contact-information-wrapper .contact-us-left {
	position: relative;
}

.contact-information-wrapper .contact-us-left .map-wrap {
	width: 200px;
	height: 150px;
	position: absolute !important;
	top: 0;
	left: 0;
	z-index: 1;
}

.contact-information-wrapper .contact-us-left > a {
	position: absolute;
	right: 0;
	top: 0;
	left: 200px;
	text-align: center;
	background-color: #1aa0c6;
	color: #fff;
	padding: 8px 0;
	display: inline-block;
	text-transform: capitalize;
	z-index: 1;
}

.contact-information-wrapper .contact-us-left > a:before {
	content: '';
	position: absolute;
	bottom: 0;
	left: 50%;
	width: 14px;
	height: 14px;
	bottom: -7px;
	background-color: #1aa0c6;
	margin-left: -7px;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}

.contact-information-wrapper .contact-us-left .contact-img-slide .slick-arrow {
	position: absolute;
	top: 50%;
	left: 20px;
	z-index: 1;
	width: 50px;
	height: 50px;
	font-size: 18px;
	color: #1aa0c6;
	border: none;
	background-color: #fff;
	border-radius: 3px;
	margin-top: -25px;
}

.contact-information-wrapper .contact-us-left .contact-img-slide .slick-arrow.slick-next {
	right: 20px;
	left: auto;
}

.contact-information-wrapper .contact-us-left .contact-img-slide .slick-arrow:hover {
	background-color: #1aa0c6;
	color: #fff;
}

.theme-band {
	display: block;
	padding: 20px;
	background-color: #1aa0c6;
	font-size: 16px;
	color: #fff;
}

.contact-information-wrapper .contact-us-information {
	background-color: #f7f7f7;
	background-image: url("../img/bg-images/contact-us-bg.jpg");
	background-size: 100% 100%;
	background-position: bottom center;
	background-repeat: no-repeat;
}

.contact-information-wrapper .contact-us-information h4 {
	text-align: center;
	margin-bottom: 0;
	padding: 17px 0;
}

.contact-information-wrapper .contact-us-information ul.nav-tabs {
	background-color: #1aa0c6;
}

.contact-information-wrapper .contact-us-information li a.active:before {
	opacity: 1;
	visibility: visible;
}

.contact-information-wrapper .contact-us-information .tab-content .tab-pane {
	padding: 40px 30px;
	min-height: 470px;
}

.contact-information-wrapper .contact-us-information .tab-content .tab-pane h5 {
	font-weight: 500;
	font-size: 22px;
	line-height: 1;
	margin-bottom: 7px;
}

.contact-information-wrapper .contact-us-information .tab-content .tab-pane > p,
.contact-information-wrapper .contact-us-information .tab-content .tab-pane > .p {
	margin-bottom: 20px;
}

.contact-informer .single-information,
.contact-information-wrapper .contact-us-information .tab-content .tab-pane .single-information {
	margin-bottom: 27px;
}

.contact-informer .single-information .icon span,
.contact-information-wrapper .contact-us-information .tab-content .tab-pane .single-information .icon span {
	display: inline-block;
	width: 40px;
	height: 40px;
	margin-left: 20px;
	background-color: #1aa0c6;
	line-height: 42px;
	text-align: center;
	font-size: 20px;
	color: #fff;
	border-radius: 50%;
}

.contact-information-wrapper .contact-us-information .tab-content .tab-pane .single-information .text p,
.contact-information-wrapper .contact-us-information .tab-content .tab-pane .single-information .text .p {
	margin-bottom: 0;
	color: #273892;
	line-height: 26px;
}

.contact-information-wrapper .contact-us-information .tab-content .tab-pane .single-information .text p span,
.contact-information-wrapper .contact-us-information .tab-content .tab-pane .single-information .text .p span {
	display: block;
}

.contact-information-wrapper .contact-us-information .tab-content .tab-pane .single-information .text p a,
.contact-information-wrapper .contact-us-information .tab-content .tab-pane .single-information .text .p a {
	display: inline-block;
	font-family: inherit;
	font-size: inherit;
	font-weight: inherit;
	margin-right: 10px;
}

.socials {
	display: block;
	padding: 0;
	list-style: none;
}
.socials > li {
	display: inline-block;
}
.socials > li a {
	display: inline-block;
	position: relative;
	margin-left: 10px;
	padding-left: 20px;
	line-height: 22px;
	font-size: 16px;
	color: #a3a3a3;
}
.socials > li a:hover {
	color: #1aa0c6;
}
.socials > li a:before {
	position: absolute;
	top: 50%;
	left: 0;
	width: 10px;
	height: 1px;
	margin-top: -0.5px;
	background-color: #dbdbdb;
	content: "";
}
.socials > li:last-child a {
	margin-left: 0;
	padding: 0;
}
.socials > li:last-child a:before {
	display: none;
}

.contact-information-wrapper .contact-us-information .tab-content .tab-pane .contact-social-links {
	padding-top: 10px;
}

.contact-information-wrapper .contact-us-information .tab-content .tab-pane .contact-social-links span {
	display: inline-block;
	margin-left: 20px;
	line-height: 22px;
	font-size: 18px;
	font-weight: 500;
	color: #000;
}

.contact-information-wrapper .contact-us-information .tab-content .tab-pane .contact-social-links a {
	position: relative;
	display: inline-block;
	padding-left: 20px;
	margin-left: 10px;
	line-height: 22px;
	font-size: 16px;
	color: #a3a3a3;
}

.contact-information-wrapper .contact-us-information .tab-content .tab-pane .contact-social-links a:before {
	content: '';
	position: absolute;
	right: 0;
	top: 50%;
	width: 10px;
	height: 1px;
	background-color: #dbdbdb;
	margin-top: -0.5px;
}

.contact-information-wrapper .contact-us-information .tab-content .tab-pane .contact-social-links a:last-child {
	margin-left: 0;
	padding-left: 0;
}

.contact-information-wrapper .contact-us-information .tab-content .tab-pane .contact-social-links a:last-child:before {
	display: none;
}

.contact-information-wrapper .contact-us-information .tab-content .tab-pane .contact-social-links a:hover {
	color: #1aa0c6;
}

/*=================================
27. Contact Form Area
==================================*/
.contact-us-form-wrapper {
	padding-top: 90px;
}

.contact-us-form-wrapper .section-title h2 {
	padding-bottom: 0;
	margin-bottom: 25px;
}

.contact-us-form-wrapper .section-title h2:before {
	display: none;
}

.contact-us-form-wrapper form.contact-form .form-group {
	margin-bottom: 20px;
}

.form-theme,
.contact-us-form-wrapper form.contact-form .form-group input,
.contact-us-form-wrapper form.contact-form .form-group textarea {
	height: 50px;
	color: #8d8d8d;
	padding-left: 20px;
	border: 1px solid #4c4747;
	font-size: 14px;
	border-radius: 3px;
}
.form-theme.error {
	border-color: #d00;
}

.contact-us-form-wrapper form.contact-form .form-group textarea {
	height: 200px;
	padding-top: 18px;
}

.contact-us-form-wrapper form.contact-form button.def-btn {
	width: 170px;
	height: 50px;
	border: none;
	-webkit-transition: 0.4s;
	transition: 0.4s;
}

.contact-us-form-wrapper form.contact-form button.def-btn:hover {
	color: #1aa0c6;
	box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
}

/*=================================
28. Sidebar Style
==================================*/
aside .sidebar-title {
	position: relative;
	padding-left: 30px;
	margin-top: 40px;
	margin-bottom: 30px;
}

aside .sidebar-title:before {
	border-top-right-radius: 3px;
	content: '';
	position: absolute;
	left: 0;
	top: 50%;
	height: 30px;
	width: 3px;
	background-color: #1aa0c6;
	margin-top: -15px;
	border-top-right-radius: 4px;
	border-bottom-right-radius: 4px;
}

aside .sidebar-title h5 {
	line-height: 22px;
	position: relative;
	padding-bottom: 13px;
	margin-bottom: 0;
	display: inline-block;
}

aside .sidebar-title h5:before, aside .sidebar-title h5:after {
	content: '';
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 2px;
	background-color: #000000;
}

aside .sidebar-title h5:after {
	width: 5px;
	right: -10px;
	left: auto;
	background-color: #1aa0c6;
}

aside .single-sidebar-box {
	overflow: hidden;
	box-shadow: 0 0 9px -4px #1aa0c6;
	margin-bottom: 40px;
}

aside .single-sidebar-box ul li {
	display: block;
}

aside .single-sidebar-box ul li a {
	display: block;
	font-weight: 300;
	padding: 15px 20px;
	position: relative;
	text-transform: capitalize;
	border-bottom: 1px solid #eceef4;
}

aside .single-sidebar-box ul li a.active, aside .single-sidebar-box ul li a:hover {
	background-color: #1aa0c6;
	color: #fff;
	border-color: transparent;
}

aside .single-sidebar-box ul li:last-child a {
	border-bottom: none;
}

aside .single-sidebar-box ul.service-links li a {
	padding-left: 35px;
}

aside .single-sidebar-box ul.service-links li a:before {
	content: '\f0da';
	position: absolute;
	left: 20px;
	top: 50%;
	font-weight: 900;
	font-size: 17px;
	color: #4d5254;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	-webkit-transition: 0.4s;
	transition: 0.4s;
}

aside .single-sidebar-box ul.service-links li a.active:before, aside .single-sidebar-box ul.service-links li a:hover:before {
	color: #fff;
}

aside .single-sidebar-box .single-comment {
	padding: 40px 30px;
	position: relative;
	overflow: hidden;
}

aside .single-sidebar-box .single-comment:before {
	content: '\f10e';
	font-family: "FontAwesome";
	position: absolute;
	color: #fafafa;
	z-index: -1;
	font-size: 300px;
	bottom: 0;
	right: -28px;
	line-height: 100px;
}

aside .single-sidebar-box .single-comment p,
aside .single-sidebar-box .single-comment .p {
	font-size: 14px;
	line-height: 26px;
	color: #333333;
	margin-bottom: 15px;
}

aside .single-sidebar-box .single-comment h6 {
	color: #1aa0c6;
	text-transform: uppercase;
	font-weight: 700;
	margin-bottom: 5px;
}

aside .single-sidebar-box .single-comment span {
	font-size: 14px;
	display: block;
}

aside .single-sidebar-box.sidebar-contact {
	background-color: #1aa0c6;
	padding-bottom: 30px;
}

aside .single-sidebar-box.sidebar-contact .sidebar-title h5 {
	color: #fff;
}

aside .single-sidebar-box.sidebar-contact .sidebar-title h5:before, aside .single-sidebar-box.sidebar-contact .sidebar-title h5:after {
	background-color: #fff;
}

aside .single-sidebar-box.sidebar-contact .sidebar-title:before {
	background-color: #fff;
}

aside .single-sidebar-box.sidebar-contact > p,
aside .single-sidebar-box.sidebar-contact > .p {
	border-bottom: 1px dashed #ffff;
	margin: 0 30px;
	color: #fff;
	padding-bottom: 10px;
}

aside .single-sidebar-box.sidebar-contact .information-box {
	padding: 0 30px;
	margin-top: 15px;
}

aside .single-sidebar-box.sidebar-contact .information-box p,
aside .single-sidebar-box.sidebar-contact .information-box .p {
	color: #fff;
	margin-bottom: 6px;
	position: relative;
	padding-left: 25px;
}

aside .single-sidebar-box.sidebar-contact .information-box p a,
aside .single-sidebar-box.sidebar-contact .information-box .p a {
	color: inherit;
	font-weight: inherit;
	font-size: inherit;
	font-family: inherit;
}

aside .single-sidebar-box.sidebar-contact .information-box p i,
aside .single-sidebar-box.sidebar-contact .information-box .p i {
	position: absolute;
	top: 8px;
	left: 0;
}

aside .single-sidebar-box form.sidebar-search {
	padding: 0 30px;
	padding-bottom: 40px;
}

aside .single-sidebar-box form.sidebar-search input {
	width: calc(100% - 100px);
	height: 45px;
	border: 1px solid #f2f2f2;
	background-color: #f7f7f7;
	padding-left: 20px;
	color: #272727;
	font-size: 13px;
	border-top-left-radius: 4px;
	border-bottom-left-radius: 4px;
}

aside .single-sidebar-box form.sidebar-search button {
	width: 100px;
	height: 45px;
	font-size: 14px;
	line-height: 43px;
	border: none;
	border-top-left-radius: 0;
	border-bottom-left-radius: 0;
	border: 1px solid transparent;
	-webkit-transition: 0.4s;
	transition: 0.4s;
}

aside .single-sidebar-box form.sidebar-search button:hover {
	border-color: #1aa0c6;
	color: #1aa0c6;
	box-shadow: none;
}

aside .single-sidebar-box .sidebar-admin-box {
	padding: 0 30px;
	padding-bottom: 40px;
}

aside .single-sidebar-box .sidebar-admin-box img {
	margin-bottom: 15px;
}

aside .single-sidebar-box .sidebar-admin-box h5 {
	font-weight: 600;
}

aside .single-sidebar-box .sidebar-admin-box h5 span {
	font-size: 14px;
	display: inline-block;
	margin-left: 15px;
}

aside .single-sidebar-box .sidebar-admin-box h5 span i {
	margin-right: 10px;
	color: #1aa0c6;
}

aside .single-sidebar-box .sidebar-admin-box p,
aside .single-sidebar-box .sidebar-admin-box .p {
	margin-bottom: 15px;
}

aside .single-sidebar-box .sidebar-admin-box a.link-btn {
	display: inline-block;
	color: #1aa0c6;
	text-decoration: underline;
	text-transform: capitalize;
}

aside .single-sidebar-box ul.categories-links {
	padding: 0 30px;
	padding-bottom: 20px;
}

aside .single-sidebar-box ul.categories-links li a {
	border-color: #f2f2f2;
	padding: 10px 0;
}

aside .single-sidebar-box ul.categories-links li a i {
	margin-right: 10px;
}

aside .single-sidebar-box ul.categories-links li a.active, aside .single-sidebar-box ul.categories-links li a:hover {
	background-color: transparent;
	color: #1aa0c6;
}

aside .single-sidebar-box .sidebar-post-wrap {
	padding: 0 30px;
	padding-bottom: 20px;
}

aside .single-sidebar-box .sidebar-post-wrap .sidebar-recent-post {
	margin-bottom: 20px;
}

aside .single-sidebar-box .sidebar-post-wrap .sidebar-recent-post .sidebar-post-img {
	width: 80px;
	margin-right: 15px;
	height: 80px;
	position: relative;
}

aside .single-sidebar-box .sidebar-post-wrap .sidebar-recent-post .sidebar-post-img:before {
	visibility: hidden;
	position: absolute;
	background-color: #000000;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	opacity: 0;
	z-index: 0;
	content: '';
	-webkit-transition: 0.4s;
	transition: 0.4s;
}

aside .single-sidebar-box .sidebar-post-wrap .sidebar-recent-post .sidebar-post-img a {
	position: absolute;
	font-size: 18px;
	color: #1aa0c6;
	top: 50%;
	left: 50%;
	display: inline-block;
	opacity: 0;
	visibility: hidden;
	border-radius: 50%;
	-webkit-transition: 0.4s;
	transition: 0.4s;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}

aside .single-sidebar-box .sidebar-post-wrap .sidebar-recent-post .sidebar-post-img a:before {
	height: 100%;
	border: 2px solid #1aa0c6;
	top: -5px;
	border-radius: 50%;
}

aside .single-sidebar-box .sidebar-post-wrap .sidebar-recent-post .sidebar-post-img:hover:before {
	opacity: 0.60;
	visibility: visible;
}

aside .single-sidebar-box .sidebar-post-wrap .sidebar-recent-post .sidebar-post-img:hover a {
	opacity: 1;
	visibility: visible;
}

aside .single-sidebar-box .sidebar-post-wrap .sidebar-recent-post .sidebar-post-content {
	width: calc(100% - 95px);
}

aside .single-sidebar-box .sidebar-post-wrap .sidebar-recent-post .sidebar-post-content a {
	line-height: 24px;
	display: block;
	font-size: 14px;
	margin-bottom: 5px;
}

aside .single-sidebar-box .sidebar-post-wrap .sidebar-recent-post .sidebar-post-content span {
	font-size: 12px;
	color: #5a5a5a;
	font-weight: 300;
}

aside .single-sidebar-box .sidebar-tag-list {
	padding: 0 30px;
	padding-bottom: 30px;
}

aside .single-sidebar-box .sidebar-tag-list a {
	display: inline-block;
	border: 1px solid #ededed;
	font-size: 12px;
	font-weight: 300;
	text-transform: capitalize;
	padding: 9px 18px;
	line-height: 22px;
	margin-right: 9px;
	margin-bottom: 10px;
	border-radius: 4px;
}

aside .single-sidebar-box .sidebar-tag-list a:hover {
	color: #fff;
	background-color: #1aa0c6;
	border-color: transparent;
}

aside .single-sidebar-box .sidebar-filter-box {
	padding: 0 30px;
	padding-top: 10px;
}

aside .single-sidebar-box .sidebar-filter-box .range-slider-wrap .price-area {
	margin-top: 30px;
	margin-bottom: 40px;
}

aside .single-sidebar-box .sidebar-filter-box .range-slider-wrap .price-area a.def-btn {
	width: 90px;
	height: 40px;
	font-size: 14px;
	margin-right: 30px;
}

aside .single-sidebar-box .sidebar-filter-box .range-slider-wrap .price-area input {
	height: 50px;
	text-align: center;
	background-color: transparent;
	border: none;
	font-size: 16px;
	color: #000000;
	width: calc(100% - 130px);
}

aside .single-sidebar-box .sidebar-filter-box .range-slider-wrap .ui-widget.ui-widget-content {
	background-color: #e6e6e6;
	border: none;
	height: 2px;
}

aside .single-sidebar-box .sidebar-filter-box .range-slider-wrap .ui-slider .ui-widget-header {
	background-color: #1aa0c6;
}

aside .single-sidebar-box .sidebar-filter-box .range-slider-wrap .ui-slider .ui-slider-handle {
	border: 2px solid #1aa0c6;
	margin-top: -1.5px;
	width: 15px;
	height: 15px;
	background-color: #fff;
	border-radius: 50%;
}

aside.v2 .single-sidebar-box {
	box-shadow: none;
	background-color: #f7f7f7;
}

aside.v2 .single-sidebar-box .sidebar-post-wrap .post-product .sidebar-post-content a {
	font-size: 16px;
	font-weight: 700;
	margin-bottom: 10px;
}

aside.v2 .single-sidebar-box .sidebar-post-wrap .post-product .sidebar-post-content span {
	font-size: 16px;
	color: #000000;
}

aside.v2 .single-sidebar-box .sidebar-search input {
	background-color: #fff;
}

/*=================================
29. Service Details
==================================*/
.service-details-wrapper {
	padding-top: 100px;
	padding-bottom: 70px;
}

.service-details-wrapper .service-details-content .service-details-img {
	margin-bottom: 20px;
}

.service-details-wrapper .service-details-content .single-service-box {
	border: 1px solid #1aa0c6;
	margin-bottom: 30px;
	padding: 15px 25px;
}

.service-details-wrapper .service-details-content .single-service-box .icon {
	width: 55px;
	margin-right: 20px;
	margin-top: 15px;
}

.service-details-wrapper .service-details-content .single-service-box .text {
	width: calc(100% - 75px);
}

.service-details-wrapper .service-details-content .single-service-box .text p,
.service-details-wrapper .service-details-content .single-service-box .text .p {
	margin-bottom: 0;
	font-size: 15px;
}

/*=================================
30. Blog List style
==================================*/
.blog-list-wrapper {
	padding-top: 100px;
}

.blog-list-wrapper .blog-list-content-area .single-blog-list {
	padding-bottom: 55px;
}

.blog-list-wrapper .blog-list-content-area .single-blog-list .blog-list-img {
	position: relative;
	overflow: hidden;
}

.blog-list-wrapper .blog-list-content-area .single-blog-list .blog-list-img img {
	width: 100%;
	-webkit-transition: 0.4s;
	transition: 0.4s;
	-webkit-transform: scale(1);
	transform: scale(1);
}

.blog-list-wrapper .blog-list-content-area .single-blog-list .blog-list-img:hover img {
	-webkit-transform: scale(1.05);
	transform: scale(1.05);
}

.blog-list-wrapper .blog-list-content-area .single-blog-list .blog-list-img:before {
	content: '';
	background-color: #000000;
	visibility: hidden;
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	opacity: 0;
	z-index: 1;
	-webkit-transform: scale(0);
	transform: scale(0);
	-webkit-transition: 0.4s;
	transition: 0.4s;
}

.blog-list-wrapper .blog-list-content-area .single-blog-list .blog-list-img a {
	color: #1aa0c6;
	font-size: 20px;
	display: inline-block;
	position: absolute;
	left: 50%;
	top: 50%;
	z-index: 1;
	text-align: center;
	opacity: 0;
	visibility: hidden;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}

.blog-list-wrapper .blog-list-content-area .single-blog-list .blog-list-img a span {
	color: #fff;
	font-size: 14px;
	font-weight: 300;
	text-transform: capitalize;
	line-height: 26px;
	display: block;
}

.blog-list-wrapper .blog-list-content-area .single-blog-list .blog-list-img:hover:before {
	opacity: 0.55;
	visibility: visible;
	-webkit-transform: scale(1);
	transform: scale(1);
}

.blog-list-wrapper .blog-list-content-area .single-blog-list .blog-list-img:hover a {
	opacity: 1;
	visibility: visible;
}

.blog-list-wrapper .blog-list-content-area .single-blog-list .blog-list-img-slider .slick-arrow {
	position: absolute;
	left: 20px;
	top: 50%;
	z-index: 1;
	width: 50px;
	height: 50px;
	font-size: 16px;
	border: none;
	background-color: #fff;
	margin-top: -25px;
	color: #1aa0c6;
	border-radius: 3px;
	-webkit-transition: 0.4s;
	transition: 0.4s;
}

.blog-list-wrapper .blog-list-content-area .single-blog-list .blog-list-img-slider .slick-arrow.slick-next {
	left: auto;
	right: 20px;
}

.blog-list-wrapper .blog-list-content-area .single-blog-list .blog-list-img-slider .slick-arrow:hover {
	background-color: #1aa0c6;
	color: #fff;
}

.blog-list-wrapper .blog-list-content-area .single-blog-list .blog-list-content {
	padding-left: 30px;
}

.blog-list-wrapper .blog-list-content-area .single-blog-list .blog-list-content h4 {
	margin-bottom: 25px;
}

.blog-list-wrapper .blog-list-content-area .single-blog-list .blog-list-content p,
.blog-list-wrapper .blog-list-content-area .single-blog-list .blog-list-content .p {
	margin-bottom: 20px;
}

.blog-list-wrapper .blog-list-content-area .single-blog-list .blog-list-content a.def-btn {
	width: 140px;
	height: 50px;
	line-height: 50px;
	font-weight: 300;
}

.blog-list-wrapper .blog-list-content-area .single-blog-list .blog-list-content .blog-list-author {
	margin-top: 30px;
	margin-bottom: 20px;
}

.blog-list-wrapper .blog-list-content-area .single-blog-list .blog-list-content .blog-list-author .blog-list-author-img {
	width: 50px;
	height: 50px;
	border-radius: 50%;
	overflow: hidden;
	margin-right: 15px;
}

.blog-list-wrapper .blog-list-content-area .single-blog-list .blog-list-content .blog-list-author .blog-list-author-meta p,
.blog-list-wrapper .blog-list-content-area .single-blog-list .blog-list-content .blog-list-author .blog-list-author-meta .p {
	margin-bottom: 0;
	font-size: 14px;
}

.blog-list-wrapper .blog-list-content-area .single-blog-list .blog-list-content .blog-list-author .blog-list-author-meta span {
	display: inline-block;
	margin-right: 30px;
}

.blog-list-wrapper .blog-list-content-area .single-blog-list .blog-list-content .blog-list-author .blog-list-author-meta span i {
	color: #1aa0c6;
	margin-right: 10px;
}

.blog-list-wrapper .blog-list-content-area .single-blog-list .blog-list-content .blog-list-author .blog-list-author-meta span a {
	color: #1aa0c6;
	margin-left: 10px;
}

.blog-list-wrapper .blog-list-content-area .single-blog-list.blog-quote .blog-list-content {
	padding: 40px 30px !important;
	box-shadow: 0 0 10px -2px rgba(0, 0, 0, 0.1);
	overflow: hidden;
	position: relative;
}

.blog-list-wrapper .blog-list-content-area .single-blog-list.blog-quote .blog-list-content:before {
	content: '\f10e';
	position: absolute;
	font-family: 'FontAwesome';
	font-size: 48px;
	right: 40px;
	top: 45px;
	text-shadow: 0 0 2px #1aa0c6;
	color: #fff;
	line-height: 40px;
	background-color: #f2fafe;
	padding: 5px 10px;
	box-shadow: inset 0 0 45px 0 #fff;
}

.blog-list-wrapper .blog-list-content-area .single-blog-list.blog-quote .blog-list-content .blog-list-author {
	margin-top: 0;
}

.blog-list-wrapper .blog-list-content-area .single-blog-list .blog-video {
	position: relative;
}

.blog-list-wrapper .blog-list-content-area .single-blog-list .blog-video:before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	opacity: 0.55;
	z-index: 0;
	background-color: #000000;
}

.blog-list-wrapper .blog-list-content-area .single-blog-list .blog-video a {
	position: absolute;
	left: 50%;
	top: 50%;
	z-index: 1;
	width: 100px;
	height: 100px;
	text-align: center;
	color: #fff;
	background-color: transparent;
	line-height: 100px;
	font-size: 36px;
	box-sizing: border-box;
	border-radius: 100%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}

.blog-list-wrapper .blog-list-content-area .single-blog-list .blog-video a:before, .blog-list-wrapper .blog-list-content-area .single-blog-list .blog-video a:after {
	box-sizing: border-box;
	content: '';
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	border-radius: 100%;
}

.blog-list-wrapper .blog-list-content-area .single-blog-list .blog-video a:before {
	border: 2px solid transparent;
	animation-name: spainBefore;
	animation-duration: 1.3s;
	animation-iteration-count: infinite;
}

.blog-list-wrapper .blog-list-content-area .single-blog-list .blog-video a:after {
	border: 0 solid transparent;
	animation-name: spainAfter;
	animation-duration: 1.3s;
	animation-iteration-count: infinite;
}

.blog-list-author {
	margin-top: 30px;
	margin-bottom: 20px;
}

.blog-list-author .blog-list-author-img {
	width: 50px;
	height: 50px;
	border-radius: 50%;
	overflow: hidden;
	margin-right: 15px;
}

.blog-list-author .blog-list-author-meta p,
.blog-list-author .blog-list-author-meta .p {
	margin-bottom: 0;
	font-size: 14px;
}

.blog-list-author .blog-list-author-meta span {
	display: inline-block;
	margin-right: 30px;
}

.blog-list-author .blog-list-author-meta span i {
	color: #1aa0c6;
	margin-right: 10px;
}

.blog-list-author .blog-list-author-meta span a {
	color: #1aa0c6;
	margin-left: 10px;
}

@keyframes spainBefore {
	0% {
		border-top-color: #ffff;
	}
	92% {
		border-top-color: #ffff;
		border-right-color: #fff;
	}
	97% {
		border-top-color: #ffff;
		border-right-color: #fff;
		border-bottom-color: #ffff;
	}
	100% {
		border: 2px solid transparent;
		border-top-color: transparent;
	}
}

@keyframes spainAfter {
	0% {
		transform: rotate(270deg);
	}
	97% {
		transform: rotate(270deg);
		border-left-width: 2px;
		border-top: 2px solid #ffff;
	}
	100% {
		transform: rotate(270deg);
		border-top: 2px solid #ffff;
		border-left-width: 2px;
		border-right-width: 2px;
		border-bottom-width: 2px;
	}
}

/*=================================
31. Blog Details
==================================*/
.blog-details-wrapper .blog-details-content-area .img {
	overflow: hidden;
}

.blog-details-wrapper .blog-details-content-area .img img {
	width: 100%;
	-webkit-transition: 0.4s;
	transition: 0.4s;
	-webkit-transform: scale(1);
	transform: scale(1);
}

.blog-details-wrapper .blog-details-content-area .img:hover img {
	-webkit-transform: scale(1.05);
	transform: scale(1.05);
}

.blog-details-wrapper .blog-details-content-area .blog-details-content .img-box img {
	width: 100%;
}

.blog-details-wrapper .blog-details-content-area .blog-details-content .blog-list-author {
	padding-left: 30px;
}

.blog-details-wrapper .blog-details-content-area .blog-details-content h4 {
	padding-left: 30px;
	margin-bottom: 25px;
}

.blog-details-wrapper .blog-details-content-area .blog-details-content > p,
.blog-details-wrapper .blog-details-content-area .blog-details-content > .p {
	padding-left: 30px;
	margin-bottom: 0;
	padding-bottom: 30px;
}

.blog-details-wrapper .blog-details-content-area .blog-details-content .img-box.row {
	margin-bottom: 25px;
}

.blog-details-wrapper .blog-details-content-area .blog-details-content .img-box.row img {
	width: 100%;
}

.blog-details-wrapper .blog-details-content-area .blog-details-content blockquote {
	background-color: #1aa0c6;
	background-image: url("../img/bg-images/blockquote-bg.jpg");
	background-size: 100% 100%;
	background-position: center center;
	background-repeat: no-repeat;
	position: relative;
	padding: 40px 30px;
	margin-top: 10px;
	margin-bottom: 30px;
}

.blog-details-wrapper .blog-details-content-area .blog-details-content blockquote::before {
	content: '\f10e';
	position: absolute;
	left: 20px;
	top: 30px;
	color: #56cdff;
	font-family: "FontAwesome";
	font-size: 48px;
	line-height: 42px;
	z-index: 0;
}

.blog-details-wrapper .blog-details-content-area .blog-details-content blockquote p,
.blog-details-wrapper .blog-details-content-area .blog-details-content blockquote .p {
	color: #fff;
	font-size: 18px;
	line-height: 30px;
	font-weight: 300;
	position: relative;
}

.blog-details-wrapper .blog-details-content-area .blog-details-content blockquote span {
	position: relative;
	color: #fff;
	font-weight: 300;
	font-size: 22px;
	font-style: italic;
	padding-bottom: 10px;
	margin-top: 20px;
	display: inline-block;
}

.blog-details-wrapper .blog-details-content-area .blog-details-content blockquote span:before {
	content: '';
	position: absolute;
	right: -10px;
	bottom: 0;
	background-color: #fff;
	height: 1px;
	width: 55px;
	z-index: 1;
}

.blog-details-wrapper .blog-details-content-area .blog-details-content .tag-link-wrap {
	border-top: 1px dashed #ededed;
	border-bottom: 1px dashed #ededed;
	padding: 15px 0;
	margin-bottom: 60px;
}

.blog-details-wrapper .blog-details-content-area .blog-details-content .tag-link-wrap span {
	font-size: 18px;
	font-weight: 700;
	line-height: 24px;
	display: inline-block;
	margin-right: 15px;
}

.blog-details-wrapper .blog-details-content-area .blog-details-content .tag-link-wrap .blog-tags {
	padding-top: 6px;
}

.blog-details-wrapper .blog-details-content-area .blog-details-content .tag-link-wrap .blog-tags a {
	display: inline-block;
	border: 1px solid #ededed;
	font-size: 14px;
	font-weight: 300;
	text-transform: capitalize;
	padding: 1px 15px;
	margin-right: 8px;
	border-radius: 4px;
}

.blog-details-wrapper .blog-details-content-area .blog-details-content .tag-link-wrap .blog-tags a:last-child {
	margin-right: 0;
}

.blog-details-wrapper .blog-details-content-area .blog-details-content .tag-link-wrap .blog-tags a:hover {
	border-color: transparent;
	color: #fff;
	background-color: #1aa0c6;
}

.blog-details-wrapper .blog-details-content-area .blog-details-content .tag-link-wrap .blog-social-links a {
	display: inline-block;
	width: 40px;
	height: 40px;
	border: 1px solid #ededed;
	text-align: center;
	line-height: 39px;
	border-radius: 50%;
	font-size: 14px;
	margin-right: 8px;
}

.blog-details-wrapper .blog-details-content-area .blog-details-content .tag-link-wrap .blog-social-links a:last-child {
	margin-right: 0;
}

.blog-details-wrapper .blog-details-content-area .blog-details-content .tag-link-wrap .blog-social-links a.facebook {
	color: #1aa0c6;
	background-color: #fff;
	border-color: #1aa0c6;
}

.blog-details-wrapper .blog-details-content-area .blog-details-content .tag-link-wrap .blog-social-links a.facebook:hover {
	background-color: #1aa0c6;
	border-color: transparent;
	color: #fff;
}

.blog-details-wrapper .blog-details-content-area .blog-details-content .tag-link-wrap .blog-social-links a.twitter {
	color: #00acee;
	border-color: #00acee;
	background-color: #fff;
}

.blog-details-wrapper .blog-details-content-area .blog-details-content .tag-link-wrap .blog-social-links a.twitter:hover {
	color: #fff;
	border-color: transparent;
	background-color: #00acee;
}

.blog-details-wrapper .blog-details-content-area .blog-details-content .tag-link-wrap .blog-social-links a.google {
	color: #db4a39;
	border-color: #db4a39;
	background-color: #ffff;
}

.blog-details-wrapper .blog-details-content-area .blog-details-content .tag-link-wrap .blog-social-links a.google:hover {
	color: #fff;
	border-color: transparent;
	background-color: #db4a39;
}

.blog-details-wrapper .blog-details-content-area .blog-details-content .tag-link-wrap .blog-social-links a.linkedin {
	color: #0077b5;
	border-color: #0077b5;
	background-color: #fff;
}

.blog-details-wrapper .blog-details-content-area .blog-details-content .tag-link-wrap .blog-social-links a.linkedin:hover {
	color: #fff;
	border-color: transparent;
	background-color: #0077b5;
}

.blog-details-wrapper .comment-collaps-area {
	background-color: #1aa0c6;
	padding: 25px 30px;
	border-radius: 3px;
}

.blog-details-wrapper .comment-collaps-area p,
.blog-details-wrapper .comment-collaps-area .p {
	margin-bottom: 0;
	font-size: 14px;
	margin-right: 20px;
	color: #fff;
}

.blog-details-wrapper .comment-collaps-area button {
	border: none;
	width: 120px;
	height: 40px;
	line-height: 40px;
	color: #1aa0c6;
	background-color: #fff;
	font-size: 14px;
	-webkit-transition: 0.4s;
	transition: 0.4s;
	border-radius: 4px;
	position: relative;
	padding-right: 15px;
}

.blog-details-wrapper .comment-collaps-area button:before {
	content: '\f0d8';
	font-family: "FontAwesome";
	position: relative;
	float: right;
	line-height: 35px;
	font-size: 16px;
}

.blog-details-wrapper .comment-collaps-area button.collapsed:before {
	content: '\f0d7';
}

.blog-details-wrapper .comment-collaps-area button:hover {
	color: #fff;
	background-color: #56cdff;
}

.blog-details-wrapper .blog-comment-area h4 {
	padding-top: 25px;
	margin-bottom: 0;
}

.blog-details-wrapper .blog-comment-area .single-comment-wrap {
	padding: 45px 0;
	border-bottom: 1px solid #dddddd;
}

.blog-details-wrapper .blog-comment-area .single-comment-wrap .comment-author {
	width: 100px;
	height: 100px;
	overflow: hidden;
	margin-right: 25px;
	border-radius: 50%;
}

.blog-details-wrapper .blog-comment-area .single-comment-wrap .comment-content {
	width: calc(100% - 125px);
}

.blog-details-wrapper .blog-comment-area .single-comment-wrap .comment-content p,
.blog-details-wrapper .blog-comment-area .single-comment-wrap .comment-content .p {
	margin-bottom: 15px;
}

.blog-details-wrapper .blog-comment-area .single-comment-wrap .comment-content span {
	font-weight: 500;
	color: #777777;
	font-size: 13px;
	display: inline-block;
}

.blog-details-wrapper .blog-comment-area .single-comment-wrap .comment-content a {
	float: right;
	font-size: 14px;
	color: #000;
}

.blog-details-wrapper .blog-comment-area .single-comment-wrap .comment-content i {
	margin-right: 10px;
	font-size: 13px;
	color: #1aa0c6;
	-webkit-transform: rotateX(180deg);
	transform: rotateX(180deg);
}

.blog-details-wrapper .blog-comment-area .single-comment-wrap.comment-replay {
	margin-left: 70px;
}

.blog-details-wrapper form.comment-form {
	padding-top: 50px;
}

.blog-details-wrapper form.comment-form h4 {
	margin-bottom: 0px;
}

.blog-details-wrapper form.comment-form p,
.blog-details-wrapper form.comment-form .p {
	margin-bottom: 25px;
	font-size: 14px;
}

.blog-details-wrapper form.comment-form .form-group {
	margin-bottom: 20px;
}

.blog-details-wrapper form.comment-form .form-group input,
.blog-details-wrapper form.comment-form .form-group textarea {
	height: 50px;
	font-size: 14px;
	border-radius: 0;
	border: 1px solid #e5e5e5;
	padding-left: 20px;
}

.blog-details-wrapper form.comment-form .form-group textarea {
	height: 200px;
	padding-top: 15px;
}

.blog-details-wrapper form.comment-form button {
	border: none;
	width: 170px;
	height: 50px;
	border-radius: 0;
	-webkit-transition: 0.4s;
	transition: 0.4s;
}

.blog-details-wrapper form.comment-form button:hover {
	color: #1aa0c6;
}

/*=================================
32. Shop Product
==================================*/
.shop-wrapper .shop-filter-bar {
	padding-bottom: 30px;
}

.shop-wrapper .shop-filter-bar p,
.shop-wrapper .shop-filter-bar .p {
	margin-bottom: 0;
}

.shop-wrapper .shop-filter-bar .nice-select {
	width: 195px;
	float: none;
	display: inline-block;
	font-size: 14px;
	height: 45px;
	line-height: 45px;
	border: 1px solid #e5e5e5;
	border-radius: 4px;
}

.shop-wrapper .shop-filter-bar .nice-select:after {
	width: 8px;
	height: 8px;
	right: 15px;
	font-weight: 300;
}

.shop-wrapper .shop-filter-bar .nice-select .list {
	width: 100%;
}

.shop-wrapper .shop-filter-bar a {
	display: inline-block;
	font-size: 22px;
	color: #b2b2b2;
	margin-right: 25px;
}

.shop-wrapper .shop-filter-bar a:hover {
	color: #1aa0c6;
}

.shop-wrapper .shop-product-area .single-shop-product {
	margin-bottom: 30px;
}

.shop-wrapper .shop-product-area .single-shop-product .product-header {
	background-color: #f5f5f5;
	position: relative;
	text-align: center;
	overflow: hidden;
}

.shop-wrapper .shop-product-area .single-shop-product .product-header span {
	width: 45px;
	height: 45px;
	display: inline-block;
	position: absolute;
	right: 15px;
	top: 15px;
	color: #221b3c;
	background-color: #fff;
	text-align: center;
	font-size: 12px;
	z-index: 3;
	text-transform: capitalize;
	line-height: 43px;
	border-radius: 50%;
}

.shop-wrapper .shop-product-area .single-shop-product .product-header ul {
	position: absolute;
	left: 0;
	right: 0;
	bottom: -60px;
	text-align: center;
	opacity: 0;
	visibility: hidden;
	-webkit-transition: 0.4s;
	transition: 0.4s;
}

.shop-wrapper .shop-product-area .single-shop-product .product-header ul li {
	display: inline-block;
	margin-right: 9px;
}

.shop-wrapper .shop-product-area .single-shop-product .product-header ul li:last-child {
	margin-right: 0;
}

.shop-wrapper .shop-product-area .single-shop-product .product-header ul li a {
	width: 45px;
	height: 45px;
	background-color: #fff;
	line-height: 45px;
	font-size: 12px;
	color: #a3a3a3;
	box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.1);
	display: inline-block;
	border-radius: 50%;
}

.shop-wrapper .shop-product-area .single-shop-product .product-header ul li a:hover {
	background-color: #1aa0c6;
	color: #fff;
}

.shop-wrapper .shop-product-area .single-shop-product .product-header .poduct-img-wrap img {
	width: 100%;
	-webkit-transform: scale(1);
	transform: scale(1);
	-webkit-transition: 0.4s;
	transition: 0.4s;
}

.shop-wrapper .shop-product-area .single-shop-product .product-header .product-img-slider .slick-arrow {
	position: absolute;
	left: 15px;
	top: 50%;
	z-index: 1;
	font-size: 14px;
	width: 45px;
	height: 45px;
	border: none;
	background-color: #fff;
	margin-top: -22.5px;
	-webkit-transition: 0.4s;
	transition: 0.4s;
	border-radius: 50%;
}

.shop-wrapper .shop-product-area .single-shop-product .product-header .product-img-slider .slick-arrow:hover {
	color: #fff;
	background-color: #1aa0c6;
	box-shadow: 0 0 0px 8px rgba(0, 0, 0, 0.05);
}

.shop-wrapper .shop-product-area .single-shop-product .product-header .product-img-slider .slick-arrow.slick-next {
	right: 15px;
	left: auto;
}

.shop-wrapper .shop-product-area .single-shop-product .product-header.corner-shape:before {
	content: '';
	position: absolute;
	right: -8px;
	top: -8px;
	width: 19px;
	height: 19px;
	background-color: #1aa0c6;
	border-radius: 100%;
}

.shop-wrapper .shop-product-area .single-shop-product .product-text {
	text-align: center;
	padding-top: 10px;
}

.shop-wrapper .shop-product-area .single-shop-product .product-text span {
	color: #ffcc00;
	display: inline-block;
	font-size: 12px;
	margin-bottom: 0;
}

.shop-wrapper .shop-product-area .single-shop-product .product-text span i {
	margin: 0 1px;
}

.shop-wrapper .shop-product-area .single-shop-product .product-text h5 {
	font-weight: 700;
	margin-bottom: 5px;
	line-height: 26px;
}

.shop-wrapper .shop-product-area .single-shop-product .product-text span.price, .shop-wrapper .shop-product-area .single-shop-product .product-text span.del {
	font-size: 18px;
	color: #000;
	margin-bottom: 0;
	font-weight: 700;
}

.shop-wrapper .shop-product-area .single-shop-product .product-text span.del {
	text-decoration: line-through;
	margin-right: 10px;
	color: #1aa0c6;
}

.shop-wrapper .shop-product-area .single-shop-product:hover .product-header ul {
	opacity: 1;
	visibility: visible;
	bottom: 15px;
}

.shop-wrapper .shop-product-area .single-shop-product:hover .product-header .poduct-img-wrap img {
	-webkit-transform: scale(1.01);
	transform: scale(1.01);
}

/*=================================
33. Shop Details
==================================*/
.shop-details-wrapper .shop-details-img-wrapper .shop-details-slider-area {
	background-color: #f5f5f5;
	position: relative;
	overflow: hidden;
}

.shop-details-wrapper .shop-details-img-wrapper .shop-details-slider-area:before {
	content: '';
	position: absolute;
	left: -8px;
	top: -8px;
	width: 19px;
	height: 19px;
	background-color: #1aa0c6;
	border-radius: 100%;
}

.shop-details-wrapper .shop-details-img-wrapper .shop-details-slider-area .shop-slider-nav {
	text-align: center;
	padding-top: 10px;
	margin-left: -5px;
	margin-right: -5px;
}

.shop-details-wrapper .shop-details-img-wrapper .shop-details-slider-area .shop-slider-nav .single-slide-nav {
	padding: 0 5px;
}

.shop-details-wrapper .shop-details-img-wrapper .shop-details-slider-area .shop-slider-nav .single-slide-nav img {
	width: 100%;
	border: 2px solid transparent;
	box-shadow: 0 0 15px -2px rgba(0, 0, 0, 0.1);
	-webkit-transition: 0.4s;
	transition: 0.4s;
}

.shop-details-wrapper .shop-details-img-wrapper .shop-details-slider-area .shop-slider-nav .single-slide-nav.slick-current img {
	border-color: #1aa0c6;
	box-shadow: none;
}

.shop-details-wrapper .shop-details-img-wrapper .shop-details-slider-area .shop-product-slider {
	text-align: center;
}

.shop-details-wrapper .shop-details-img-wrapper .shop-details-slider-area .shop-product-slider .slick-arrow {
	position: absolute;
	right: 15px;
	bottom: 25px;
	z-index: 1;
	font-size: 14px;
	width: 45px;
	height: 45px;
	border: none;
	background-color: #fff;
	-webkit-transition: 0.4s;
	transition: 0.4s;
	border-radius: 50%;
}

.shop-details-wrapper .shop-details-img-wrapper .shop-details-slider-area .shop-product-slider .slick-arrow:hover {
	color: #fff;
	background-color: #1aa0c6;
	box-shadow: 0 0 0px 8px rgba(0, 0, 0, 0.05);
}

.shop-details-wrapper .shop-details-img-wrapper .shop-details-slider-area .shop-product-slider .slick-arrow.slick-prev {
	right: 75px;
}

.shop-details-wrapper .shop-details-img-wrapper .shop-details-slider-area .shop-product-slider .single-product-slide img {
	width: 100%;
	-webkit-transition: 0.4s;
	transition: 0.4s;
	-webkit-transform: scale(1);
	transform: scale(1);
}

.shop-details-wrapper .shop-details-img-wrapper .shop-details-slider-area .shop-product-slider .single-product-slide a {
	position: absolute;
	right: 15px;
	top: 15px;
	width: 45px;
	height: 45px;
	line-height: 45px;
	font-size: 14px;
	display: inline-block;
	background-color: #fff;
	z-index: 3;
	-webkit-transition: 0.4s;
	transition: 0.4s;
	border-radius: 50%;
}

.shop-details-wrapper .shop-details-img-wrapper .shop-details-slider-area .shop-product-slider .single-product-slide a:hover {
	color: #fff;
	background-color: #1aa0c6;
	box-shadow: 0 0 0px 8px rgba(0, 0, 0, 0.05);
}

.shop-details-wrapper .shop-details-img-wrapper .shop-details-slider-area .shop-product-slider .single-product-slide:hover img {
	-webkit-transform: scale(1.05);
	transform: scale(1.05);
}

.shop-details-wrapper .shop-details-content-wrap > p,
.shop-details-wrapper .shop-details-content-wrap > .p {
	margin-bottom: 0;
	line-height: 22px;
}

.shop-details-wrapper .shop-details-content-wrap > p i,
.shop-details-wrapper .shop-details-content-wrap > .p i {
	color: #ffcc00;
	font-size: 12px;
	margin-right: 1px;
}

.shop-details-wrapper .shop-details-content-wrap .text-box {
	border-top: 1px dashed #d9d9d9;
	margin-top: 28px;
	padding-top: 30px;
}

.shop-details-wrapper .shop-details-content-wrap .text-box .price-area {
	margin-bottom: 20px;
}

.shop-details-wrapper .shop-details-content-wrap .text-box .price-area span {
	font-size: 24px;
	font-weight: 700;
	display: inline-block;
	margin-right: 30px;
	line-height: 22px;
	color: #000000;
}

.shop-details-wrapper .shop-details-content-wrap .text-box .price-area del {
	color: #1aa0c6;
}

.shop-details-wrapper .shop-details-content-wrap .text-box .price-area span.discount {
	background-color: #1aa0c6;
	color: #fff;
	font-weight: 400;
	font-size: 12px;
	padding: 5px 13px;
	border-radius: 4px;
	position: relative;
	overflow: hidden;
	display: inline-block;
	line-height: 15px;
}

.shop-details-wrapper .shop-details-content-wrap .text-box .price-area span.discount:before {
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	bottom: 0;
	width: 5px;
	background-color: #1aa3dc;
	border-top-left-radius: 4px;
	border-bottom-left-radius: 4px;
}

.shop-details-wrapper .shop-details-content-wrap .text-box p,
.shop-details-wrapper .shop-details-content-wrap .text-box .p {
	margin-bottom: 25px;
	line-height: 26px;
}

.shop-details-wrapper .shop-details-content-wrap .text-box .cart-option {
	margin-bottom: 30px;
}

.shop-details-wrapper .shop-details-content-wrap .text-box .cart-option .ui-spinner {
	border: none;
	width: 80px;
	margin-right: 20px;
}

.shop-details-wrapper .shop-details-content-wrap .text-box .cart-option .ui-spinner input {
	width: 100%;
	text-align: center;
	height: 50px;
	padding-right: 25px;
	margin: 0;
	border: 1px solid #cccccc;
	border-radius: 4px;
	font-size: 20px;
}

.shop-details-wrapper .shop-details-content-wrap .text-box .cart-option .ui-spinner input::placeholder {
	color: #000;
}

.shop-details-wrapper .shop-details-content-wrap .text-box .cart-option .ui-spinner a.ui-spinner-button {
	background-color: #e8e8e8;
	border: none;
	width: 20px;
	cursor: pointer;
}

.shop-details-wrapper .shop-details-content-wrap .text-box .cart-option .ui-spinner a.ui-spinner-button:before {
	content: '\f0d8';
	font-family: "FontAwesome";
	color: #a7a7a7;
	font-size: 13px;
}

.shop-details-wrapper .shop-details-content-wrap .text-box .cart-option .ui-spinner a.ui-spinner-button.ui-spinner-down:before {
	content: '\f0d7';
}

.shop-details-wrapper .shop-details-content-wrap .text-box .cart-option .ui-spinner a.ui-spinner-button:hover {
	background-color: #1aa0c6;
}

.shop-details-wrapper .shop-details-content-wrap .text-box .cart-option .ui-spinner a.ui-spinner-button:hover:before {
	color: #fff;
}

.shop-details-wrapper .shop-details-content-wrap .text-box .cart-option a.def-btn {
	width: 150px;
	height: 50px;
	line-height: 50px;
}

.shop-details-wrapper .shop-details-content-wrap .text-box .shop-details-meta > a {
	font-size: 14px;
	text-transform: capitalize;
	line-height: 22px;
	display: inline-block;
	margin-bottom: 15px;
}

.shop-details-wrapper .shop-details-content-wrap .text-box .shop-details-meta > a i {
	margin-right: 10px;
	color: #1aa0c6;
}

.shop-details-wrapper .shop-details-content-wrap .text-box .shop-details-meta p,
.shop-details-wrapper .shop-details-content-wrap .text-box .shop-details-meta .p {
	font-size: 14px;
	line-height: 22px;
	margin-bottom: 10px;
}

.shop-details-wrapper .shop-details-content-wrap .text-box .shop-details-meta a {
	margin-left: 5px;
}

.shop-details-wrapper .title h5 {
	display: inline-block;
	position: relative;
	padding-bottom: 10px;
	margin-bottom: 20px;
}

.shop-details-wrapper .title h5:before {
	content: '';
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 2px;
	background-color: #1aa0c6;
}

.shop-details-wrapper .product-description {
	padding-top: 45px;
	padding-bottom: 30px;
	border-bottom: 1px dashed #d9d9d9;
}

.shop-details-wrapper .product-description p,
.shop-details-wrapper .product-description .p {
	margin-bottom: 20px;
}

.shop-details-wrapper .product-description ul li {
	display: block;
	padding-left: 20px;
	position: relative;
	line-height: 22px;
	margin-bottom: 15px;
}

.shop-details-wrapper .product-description ul li:last-child {
	margin-bottom: 0;
}

.shop-details-wrapper .product-description ul li:before {
	content: '';
	position: absolute;
	left: 0;
	top: 7px;
	width: 7px;
	height: 7px;
	background-color: #1aa0c6;
	border-radius: 50%;
}

.shop-details-wrapper .product-review {
	padding-top: 50px;
}

.shop-details-wrapper .product-review .single-review {
	padding-top: 10px;
}

.shop-details-wrapper .product-review .single-review .review-author {
	width: 70px;
	height: 70px;
	margin-right: 30px;
}

.shop-details-wrapper .product-review .single-review .review-author img {
	width: 100%;
}

.shop-details-wrapper .product-review .single-review .review-content {
	width: calc(100% - 100px);
	border: 1px solid #e5e5e5;
	position: relative;
	padding: 25px 30px;
}

.shop-details-wrapper .product-review .single-review .review-content:before {
	content: '';
	position: absolute;
	top: 10px;
	left: -8px;
	width: 14px;
	height: 14px;
	border-top: 1px solid #e5e5e5;
	border-left: 1px solid #e5e5e5;
	background-color: #fff;
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
}

.shop-details-wrapper .product-review .single-review .review-content > span {
	position: absolute;
	top: 30px;
	right: 30px;
	color: #1aa0c6;
}

.shop-details-wrapper .product-review .single-review .review-content h5 span {
	margin-left: 20px;
}

.shop-details-wrapper .product-review .single-review .review-content h5 span i {
	color: #ffcc00;
	margin-right: 2px;
	font-size: 16px;
}

.shop-details-wrapper .product-review .single-review .review-content p,
.shop-details-wrapper .product-review .single-review .review-content .p {
	margin-bottom: 0;
}

.shop-details-wrapper form.review-form-wrap {
	padding-top: 50px;
}

.shop-details-wrapper form.review-form-wrap .title {
	padding-bottom: 5px;
}

.shop-details-wrapper form.review-form-wrap .form-group {
	margin-bottom: 20px;
}

.shop-details-wrapper form.review-form-wrap .form-group input[type="checkbox"] {
	width: 12px;
	height: 12px;
	margin-right: 2px;
	appearance: none;
	-webkit-appearance: none;
	cursor: pointer;
	position: relative;
	-webkit-transition: .15s;
	transition: .15s;
}

.shop-details-wrapper form.review-form-wrap .form-group input[type="checkbox"]:before,
.shop-details-wrapper form.review-form-wrap .form-group input[type="checkbox"]:checked:before {
	color: #ffcc00;
	content: '\f005';
	font-family: "FontAwesome";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	text-align: center;
	line-height: 15px;
}

.shop-details-wrapper form.review-form-wrap .form-group input[type="checkbox"]:checked:before {
	content: "\f005";
	font-weight: 900;
	/* Checked Content */
}

.shop-details-wrapper form.review-form-wrap .form-group span {
	display: inline-block;
	line-height: 22px;
	font-size: 14px;
	font-weight: 500;
	margin-right: 15px;
}

.shop-details-wrapper form.review-form-wrap .form-group input[type='text'],
.shop-details-wrapper form.review-form-wrap .form-group input[type='email'],
.shop-details-wrapper form.review-form-wrap .form-group textarea {
	width: 100%;
	height: 50px;
	padding-left: 20px;
	border: 1px solid #e5e5e5;
	border-radius: 4px;
	font-size: 14px;
	color: #000000;
}

.shop-details-wrapper form.review-form-wrap .form-group input[type='text']::placeholder,
.shop-details-wrapper form.review-form-wrap .form-group input[type='email']::placeholder,
.shop-details-wrapper form.review-form-wrap .form-group textarea::placeholder {
	color: #000000;
}

.shop-details-wrapper form.review-form-wrap .form-group textarea {
	padding-top: 15px;
	min-height: 200px;
}

.shop-details-wrapper form.review-form-wrap button.def-btn {
	width: 170px;
	height: 50px;
	border: none;
	line-height: 49px;
	-webkit-transition: 0.4s;
	transition: 0.4s;
}

.shop-details-wrapper form.review-form-wrap button.def-btn:hover {
	color: #1aa0c6;
}

/*=================================
34. Related Product slider
==================================*/
.related-product-wrapper {
	background-color: #f7f7f7;
}

.related-product-wrapper .section-title h2 {
	padding-bottom: 0;
}

.related-product-wrapper .section-title h2:before {
	display: none;
}

.related-product-wrapper .related-product-slider > .slick-arrow {
	position: absolute;
	top: 50%;
	left: -100px;
	z-index: 1;
	width: 50px;
	height: 50px;
	background-color: #fff;
	border: none;
	font-size: 15px;
	margin-top: -25px;
	color: #1aa0c6;
	border-radius: 4px;
	-webkit-transition: 0.4s;
	transition: 0.4s;
}

.related-product-wrapper .related-product-slider > .slick-arrow.slick-next {
	left: auto;
	right: -100px;
}

.related-product-wrapper .related-product-slider > .slick-arrow:hover {
	color: #fff;
	background-color: #1aa0c6;
}

.related-product-wrapper .related-product-slider .single-shop-product .product-header {
	background-color: #fff;
}

.related-product-wrapper .related-product-slider .single-shop-product .product-header .poduct-img-wrap button.slick-arrow {
	border: 1px solid rgba(0, 0, 0, 0.05);
	-webkit-transition: 0.4s;
	transition: 0.4s;
}

.related-product-wrapper .related-product-slider .single-shop-product .product-header .poduct-img-wrap button.slick-arrow:hover {
	border-color: transparent;
}

.related-product-wrapper .related-product-slider .single-shop-product .product-header ul li a {
	box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.1);
}

/*=================================
35. Sidebar Overly
==================================*/
.overly-sidebar-wrapper {
	position: fixed;
	z-index: 99999;
	right: 0;
	top: 0;
	height: 100%;
	width: 0;
	background-color: rgba(0, 0, 0, 0.75);
	opacity: 0;
	visibility: hidden;
	cursor: url("../img/icons/cancel.png"), auto;
	-webkit-transition: all ease 0.8s;
	transition: all ease 0.8s;
}

.overly-sidebar-wrapper .overly-sidebar-content {
	background-color: #fff;
	width: 450px;
	margin-left: auto;
	padding: 80px 30px;
	height: 100%;
	overflow: scroll;
	position: relative;
	right: -500px;
	cursor: auto;
	-webkit-transition: all ease 1s;
	transition: all ease 1s;
}

.overly-sidebar-wrapper .overly-sidebar-content::-webkit-scrollbar-track {
	box-shadow: inset 0 0 1px rgba(0, 0, 0, 0.1);
	background-color: #F5F5F5;
}

.overly-sidebar-wrapper .overly-sidebar-content::-webkit-scrollbar {
	width: 2px;
	background-color: #F5F5F5;
}

.overly-sidebar-wrapper .overly-sidebar-content > button {
	position: absolute;
	top: 20px;
	right: 20px;
	width: 40px;
	height: 40px;
	font-size: 20px;
	background-color: #fff;
	color: #1aa0c6;
	border: 1px solid #1aa0c6;
	border-radius: 50%;
}

.overly-sidebar-wrapper .overly-sidebar-content .sidebar-about {
	margin-bottom: 40px;
}

.overly-sidebar-wrapper .overly-sidebar-content .sidebar-about img {
	width: 100%;
	max-width: 200px;
	margin-bottom: 30px;
}

.overly-sidebar-wrapper .overly-sidebar-content .sidebar-about p,
.overly-sidebar-wrapper .overly-sidebar-content .sidebar-about .p {
	margin-bottom: 0;
}

.overly-sidebar-wrapper .overly-sidebar-content .sidebar-contact .single-information {
	margin-bottom: 20px;
}

.overly-sidebar-wrapper .overly-sidebar-content .sidebar-contact .single-information > span {
	width: 40px;
	height: 40px;
	background-color: #1aa0c6;
	margin-right: 20px;
	color: #fff;
	text-align: center;
	border-radius: 50%;
	line-height: 40px;
	font-size: 14px;
}

.overly-sidebar-wrapper .overly-sidebar-content .sidebar-contact .single-information p,
.overly-sidebar-wrapper .overly-sidebar-content .sidebar-contact .single-information .p {
	width: calc(100% - 60px);
	margin-bottom: 0;
	line-height: 22px;
}

.overly-sidebar-wrapper .overly-sidebar-content form.sidebar-subscribe-form {
	padding-top: 20px;
	position: relative;
	margin-bottom: 60px;
}

.overly-sidebar-wrapper .overly-sidebar-content form.sidebar-subscribe-form label {
	display: block;
	font-size: 22px;
	font-weight: 700;
	text-transform: capitalize;
	margin-bottom: 20px;
	line-height: 22px;
}

.overly-sidebar-wrapper .overly-sidebar-content form.sidebar-subscribe-form input {
	height: 60px;
	color: #8d8d8d;
	padding-left: 20px;
	border: none;
	font-size: 16px;
	width: 100%;
	box-shadow: 0 0 15px -7px #1aa0c6;
	border-radius: 50px;
}

.overly-sidebar-wrapper .overly-sidebar-content form.sidebar-subscribe-form button {
	position: absolute;
	right: 15px;
	bottom: 15px;
	border: none;
	background-color: transparent;
	color: #1aa0c6;
	font-size: 18px;
}

.overly-sidebar-wrapper .overly-sidebar-content ul.sidebar-social-links {
	text-align: center;
	margin-bottom: 40px;
}

.overly-sidebar-wrapper .overly-sidebar-content ul.sidebar-social-links li {
	display: inline-block;
	margin: 0 5px;
}

.overly-sidebar-wrapper .overly-sidebar-content ul.sidebar-social-links li a {
	width: 45px;
	height: 45px;
	background-color: #fff;
	line-height: 44px;
	font-size: 12px;
	color: #a3a3a3;
	border: 1px solid #e5e5e5;
	display: inline-block;
	border-radius: 50%;
}

.overly-sidebar-wrapper .overly-sidebar-content ul.sidebar-social-links li a:hover {
	border-color: transparent;
	color: #fff;
	background-color: #1aa0c6;
}

.overly-sidebar-wrapper .overly-sidebar-content .sidebar-cta-btn a.def-btn {
	width: 70%;
	height: 55px;
	font-size: 18px;
	line-height: 55px;
	margin: 0 auto;
	display: block;
}

.overly-sidebar-wrapper.show {
	opacity: 1;
	visibility: visible;
	width: 100%;
	-webkit-transition: all ease 0.8s;
	transition: all ease 0.8s;
}

.overly-sidebar-wrapper.show .overly-sidebar-content {
	right: 0;
	opacity: 1;
	visibility: visible;
	right: 0;
	-webkit-transition: all ease 1s;
	transition: all ease 1s;
}

.overly-sidebar-wrapper.show .overly-sidebar-content > button {
	animation-duration: 1s;
	animation-fill-mode: both;
	animation-name: cfadeInDown;
	animation-delay: 0.6s;
}

.overly-sidebar-wrapper.show .overly-sidebar-content .sidebar-about {
	animation-duration: 1s;
	animation-fill-mode: both;
	animation-name: cfadeInDown;
	animation-delay: 0.8s;
}

.overly-sidebar-wrapper.show .overly-sidebar-content .sidebar-contact {
	animation-duration: 1s;
	animation-fill-mode: both;
	animation-name: cfadeInRight;
	animation-delay: 1s;
}

.overly-sidebar-wrapper.show .overly-sidebar-content form.sidebar-subscribe-form {
	animation-duration: 1s;
	animation-fill-mode: both;
	animation-name: cfadeInRight;
	animation-delay: 1.2s;
}

.overly-sidebar-wrapper.show .overly-sidebar-content ul.sidebar-social-links {
	animation-duration: 1s;
	animation-fill-mode: both;
	animation-name: cfadeInUp;
	animation-delay: 1.5s;
}

.overly-sidebar-wrapper.show .overly-sidebar-content .sidebar-cta-btn {
	animation-duration: 1s;
	animation-fill-mode: both;
	animation-name: cfadeInRight;
	animation-delay: 1.6s;
}

/*=================================
36. Search Box Overly
==================================*/
.popup-search-box {
	position: fixed;
	bottom: 0;
	left: 50%;
	background-color: rgba(0, 0, 0, 0.95);
	height: 0;
	width: 0;
	overflow: hidden;
	z-index: 99999;
	opacity: 0;
	visibility: hidden;
	cursor: url("../img/icons/cancel.png"), auto;
	border-radius: 50%;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	-webkit-transition: all ease 0.4s;
	transition: all ease 0.4s;
}

.popup-search-box button.searchClose {
	width: 45px;
	height: 45px;
	position: absolute;
	top: 40px;
	right: 40px;
	border: 1px solid #fff;
	background-color: transparent;
	color: #fff;
	font-size: 18px;
	border-radius: 50%;
}

.popup-search-box form {
	position: absolute;
	top: 50%;
	left: 50%;
	display: inline-block;
	padding-bottom: 40px;
	cursor: auto;
	width: 100%;
	max-width: 900px;
	-webkit-transform: translate(-50%, -2000%);
	transform: translate(-50%, -2000%);
	-webkit-transition: all ease 1s;
	transition: all ease 1s;
}

.popup-search-box form input {
	font-size: 18px;
	height: 70px;
	width: 100%;
	border: 1px solid #ccc;
	background-color: transparent;
	padding-left: 30px;
	color: #fff;
	border-radius: 50px;
}

.popup-search-box form input::placeholder {
	color: #fff;
}

.popup-search-box form button {
	position: absolute;
	top: 0px;
	background-color: transparent;
	border: none;
	color: #fff;
	font-size: 22px;
	right: 10px;
	cursor: pointer;
	width: 70px;
	height: 70px;
}

.popup-search-box.show {
	opacity: 1;
	visibility: visible;
	width: 100.1%;
	height: 100%;
	border-radius: 0;
	-webkit-transition: all ease 0.4s;
	transition: all ease 0.4s;
}

.popup-search-box.show form {
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	-webkit-transition: all ease 1s;
	transition: all ease 1s;
}

/*=================================
37. Checkout
==================================*/
.vs-checkout-area .nice-select,
.vs-checkout-area .form-control {
	border: 1px solid rgba(0, 0, 0, 0.1);
	height: 50px;
	padding-left: 20px;
	border-radius: 0;
	width: 100%;
}

.vs-checkout-area .def-btn {
	border: none;
	padding: 0;
}

.vs-checkout-area .def-btn:hover {
	color: #221b3c;
}

.vs-checkout-area .nice-select {
	line-height: 50px;
}

.vs-checkout-area .vs-billing-differentAddress {
	display: none;
}

.vs-checkout-area .vs-cart-coupon label {
	font-size: 24px;
	line-height: 1;
	margin-bottom: 20px;
	text-transform: none;
	color: #101010;
	font-weight: 600;
}

.vs-checkout-area table td + td,
.vs-checkout-area table th + th {
	text-align: right;
}

.vs-checkout-area .vs-checkout-submit label {
	line-height: 1.4;
	margin-top: -2px;
}

table.checkout-ordertable td,
table.checkout-ordertable th {
	padding: 0;
	padding-bottom: 10px;
	padding-top: 10px;
}

table.checkout-ordertable tr {
	border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

table.checkout-ordertable thead th {
	font-size: 18px;
	font-weight: 700;
	padding-top: 0;
}

table.checkout-ordertable tfoot td {
	font-weight: 700;
}

table.checkout-ordertable tfoot tr:last-child {
	border-bottom: none;
}

table.checkout-ordertable tfoot tr:last-child td {
	font-size: 22px;
}

@media (max-width: 768px) {
	.vs-checkout-area .vs-checkout-payment {
		font-size: 14px;
	}
	.vs-checkout-area .vs-checkout-payment .title {
		font-size: 20px;
		margin-bottom: 10px;
	}
	.vs-checkout-area table.checkout-ordertable thead th {
		font-size: 15px;
	}
	.vs-checkout-area .vs-orderinfo-wrap table.checkout-ordertable td,
	.vs-checkout-area .vs-orderinfo-wrap table.checkout-ordertable th {
		padding: 0;
		padding-bottom: 10px;
		padding-top: 10px;
		font-size: 12px;
	}
	.vs-checkout-area .vs-orderinfo-wrap table.checkout-ordertable th {
		padding-top: 0 !important;
	}
	.vs-checkout-area .vs-orderinfo-wrap table.checkout-ordertable tfoot tr:last-child td {
		font-size: 16px;
	}
}

/*=================================
38. Cart
==================================*/
.vs-cart-wrapper .quantity-box {
	display: flex;
	justify-content: center;
}

.vs-cart-wrapper .quantity-box input,
.vs-cart-wrapper .quantity-box button {
	width: 50px;
	height: 50px;
	text-align: center;
	border: none;
	font-size: 16px;
	line-height: 50px;
	color: #101010;
}

.vs-cart-wrapper .quantity-box input {
	color: #fff;
	background-color: #1aa0c6;
}

.vs-cart-wrapper .def-btn {
	border: none;
	padding: 0;
}

.vs-cart-wrapper button.def-btn:hover {
	color: #1aa0c6;
}

.vs-cart-wrapper a:not(.def-btn) {
	color: inherit;
}

.vs-cart-wrapper img {
	max-width: 120px;
	border: 1px solid #eee;
}

.vs-cart-wrapper .cart-removeproduct {
	border: none;
	color: #101010;
	font-size: 20px;
	background-color: transparent;
	padding: 0;
	display: inline-block;
}

.vs-cart-wrapper .cart-table,
.vs-cart-wrapper .cart-table th {
	text-align: center;
}

.vs-cart-wrapper .cart-table td {
	vertical-align: middle;
}

.vs-cart-wrapper .cart-table .actions {
	text-align: right;
	vertical-align: middle;
	padding: 0.7rem 1rem;
	padding-top: 1rem;
}

.vs-cart-wrapper .cart-table .actions form {
	float: left;
	margin-bottom: 0;
}

.vs-cart-wrapper .vs-cart-summary {
	text-align: right;
}

.vs-cart-wrapper .vs-cart-summary .summary-title {
	letter-spacing: 0;
	font-size: 26px;
	margin-bottom: 10px;
	text-align: right;
	font-weight: 700;
}

.vs-cart-wrapper .table-totals tfoot tr td,
.vs-cart-wrapper .table-totals tbody tr td {
	padding: 0;
	padding-bottom: 10px;
	padding-top: 10px;
	text-align: right;
}

.vs-cart-wrapper .table-totals tfoot tr td {
	font-weight: 700;
}

.vs-cart-wrapper .vs-cart-coupon {
	display: flex;
	flex-wrap: wrap;
	margin-bottom: 30px;
}

.vs-cart-wrapper .vs-cart-coupon label {
	font-size: 22px;
	font-weight: 500;
	margin-top: -10px;
	color: #101010;
	display: block;
}

.vs-cart-wrapper .vs-cart-coupon input {
	border-radius: 0;
	height: 45px;
	padding-left: 20px;
	font-size: 14px;
	display: inline-block;
	border: 1px solid rgba(0, 0, 0, 0.1);
	width: calc(100% - 120px);
	border-right: none;
}

.vs-cart-wrapper .vs-cart-coupon button {
	width: 120px;
	box-shadow: none;
	border-radius: 0;
}

@media (max-width: 1199px) {
	.vs-cart-wrapper .cart-table .actions {
		text-align: center;
	}
	.vs-cart-wrapper .cart-table .actions form {
		float: none;
		margin-bottom: 20px;
	}
	.vs-cart-wrapper .cart-table img {
		max-width: 70px;
	}
	.vs-cart-wrapper .cart-table td {
		font-size: 14px;
	}
	.vs-cart-wrapper .cart-table .cart-removeproduct {
		font-size: 14px;
	}
}

@media (max-width: 992) {
	.vs-cart-wrapper {
		text-align: center;
	}
	.vs-cart-wrapper .def-btn {
		display: block;
		margin: 0 auto;
		margin-bottom: 20px !important;
	}
	.vs-cart-wrapper .actions form {
		margin-bottom: 0;
	}
	.vs-cart-wrapper .cart-table table {
		min-width: 700px;
	}
	.vs-cart-wrapper .vs-cart-summary {
		text-align: center;
	}
	.vs-cart-wrapper .vs-cart-summary .summary-title {
		font-size: 22px;
		text-align: center;
	}
	.vs-cart-wrapper .vs-cart-summary .table-totals {
		text-align: center;
	}
	.vs-cart-wrapper .vs-cart-summary .table-totals tfoot tr td,
	.vs-cart-wrapper .vs-cart-summary .table-totals tbody tr td {
		text-align: left;
	}
	.vs-cart-wrapper .vs-cart-summary .table-totals tfoot tr td + td,
	.vs-cart-wrapper .vs-cart-summary .table-totals tbody tr td + td {
		text-align: right;
	}
}

/*=================================
39. Sign In & Sign Up
==================================*/
.signup-form input:not([type="checkbox"]),
.login-form input:not([type="checkbox"]) {
	height: 50px;
	width: 100%;
	padding-left: 20px;
	border: 1px solid rgba(0, 0, 0, 0.1);
	border-radius: 0;
}

.signup-form button,
.login-form button {
	box-shadow: none;
	border: none;
	padding: 0;
	border-radius: 0;
	-webkit-transition: all ease 0.4s;
	transition: all ease 0.4s;
}

.signup-form button:hover,
.login-form button:hover {
	box-shadow: none;
	color: #1aa0c6;
}

/*=================================
40. Cookies Box
==================================*/
.cookies-box-popup {
	position: fixed;
	bottom: 0;
	left: 0;
	right: 0;
	z-index: 9;
}

.cookies-box-popup .cookies-text {
	font-size: 14px;
	line-height: 24px;
	margin-bottom: 0;
}

.cookies-box-popup .text-underline {
	text-decoration: underline;
}

/*=======================
element End
=======================*/

/* ***Responsive media query*** */

/* Extra large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) and (max-width:1500px) {
	.featured-projects-wrapper .features-projects-area .single-features-projects>span {
		left: 15px;
		right: 15px;
	}

	.featured-projects-wrapper .features-projects-area .single-features-projects .project-content {
		padding-left: 15px;
		padding-right: 15px;
		padding-bottom: 20px;
	}

	.featured-projects-wrapper .features-projects-area .single-features-projects .project-content h4 {
		font-size: 18px;
		line-height: 22px;
	}

	.featured-projects-wrapper .features-projects-area .single-features-projects>span {
		font-size: 12px;
	}

	.featured-projects-wrapper .features-projects-area .single-features-projects .project-content span {
		font-size: 14px;
	}

	.hero-area-slider-wrap.v2 .single-hero-slide .hero-image {
		right: 30px;
		max-width: 630px;
	}

	.isotope-sec-wrapper .project-wrap .grid-item:nth-child(2) {
		height: 220px;
		width: 20%;
	}

	.isotope-sec-wrapper .project-wrap .grid-item:nth-child(4) {
		width: 30%;
		height: 220px;
	}

	.isotope-sec-wrapper .project-wrap .grid-item:nth-child(1) {
		width: 25%;
		height: 320px;
	}

	.isotope-sec-wrapper .project-wrap .grid-item:nth-child(5) {
		width: 25%;
		height: 275px;
	}

	.isotope-sec-wrapper .project-wrap .grid-item:nth-child(6) {
		height: 320px;
		width: 30%;
	}

	.isotope-sec-wrapper .project-wrap .grid-item:nth-child(7) {
		width: 18%;
		height: 320px;
	}

	.isotope-sec-wrapper .project-wrap .grid-item:nth-child(8) {
		height: 520px;
		width: 24.80%;
	}

	.isotope-sec-wrapper .project-wrap .grid-item:nth-child(9) {
		height: 350px;
		width: 25%;
	}

	.isotope-sec-wrapper .project-wrap .grid-item:nth-child(11) {
		height: 220px;
		width: 25%;
	}

	.isotope-sec-wrapper .project-wrap .grid-item:nth-child(10) {
		height: 220px;
		width: 24%;
	}

	.isotope-sec-wrapper .project-wrap .grid-item:nth-child(12) {
		height: 305px;
		width: 48.5%;
	}

	.isotope-sec-wrapper .project-wrap .grid-item:nth-child(13) {
		height: 305px;
		width: 49%;
	}

	.isotope-sec-wrapper .project-wrap .grid-item:nth-child(14) {
		height: 270px;
		width: 48.48%;
	}
}

/* Large devices (desktops, 992px and up) */
@media (min-width: 992px) and (max-width: 1199.98px) {
	p {
		font-size: 14px;
	}

	header ul.header-btn li.search-input-area {
		display: none;
	}

	.about-us-wrapper .about-us-img .about-us-big-img {
		width: 270px;
	}

	.about-us-wrapper .about-us-img .about-us-small-img {
		height: 320px;
		margin-top: -160px;
	}

	.about-us-wrapper .about-us-content h2 {
		font-size: 24px;
		line-height: 32px;
		margin-bottom: 20px;
	}

	.about-us-wrapper .about-us-content .about-us-box-wrap .about-us-box .content h5 {
		margin-bottom: 0;
		font-size: 16px;
	}

	.about-us-wrapper .about-us-content .about-us-box-wrap .about-us-box .content p {
		font-size: 12px;
		line-height: 22px;
	}

	.about-us-wrapper .about-us-content .author-name {
		padding-top: 10px;
	}

	.about-us-wrapper .about-us-content .about-us-box-wrap {
		margin-bottom: 20px;
	}

	.work-proess-wrapper .single-work-process .process-icon::before {
		width: 140%;
		height: 30px;
	}

	.single-work-process h4 {
		font-size: 20px;
		margin-bottom: 10px;
	}

	.work-proess-wrapper .single-work-process p {
		margin-bottom: 0;
		font-size: 14px;
		line-height: 22px;
	}

	.counter-sec-wrapper .single-counter::before {
		right: -70%;
	}

	.counter-sec-wrapper .single-counter span {
		font-size: 32px;
		margin-bottom: 0px;
	}

	.package-table-wrapper .single-package-box .package-price {
		padding: 55px 0;
		min-height: 210px;
	}

	.package-table-wrapper .single-package-box .package-price p {
		font-size: 38px;
		line-height: 38px;
		margin: 0px 0;
	}

	.package-table-wrapper .single-package-box h4 {
		margin-bottom: 20px;
		font-size: 18px;
	}

	.package-table-wrapper .single-package-box ul {
		padding: 0 20px;
	}

	.package-table-wrapper .single-package-box ul li {
		margin-bottom: 8px;
		font-size: 10px;
	}

	.our-service-area-wrapper .single-service-wrap .service-content {
		padding: 15px 15px;
		padding-top: 35px;
	}

	.our-service-area-wrapper .single-service-wrap .service-content .service-title h4 {
		font-size: 20px;
	}

	.our-service-area-wrapper .single-service-wrap {
		min-height: 250px;
	}

	.our-service-area-wrapper .single-service-wrap .service-content .service-text p {
		font-size: 12px;
		line-height: 22px;
		margin-bottom: 10px;
	}

	.our-service-area-wrapper .single-service-wrap .service-content {
		top: 150px;
	}

	.our-service-area-wrapper .single-service-wrap .service-content .service-text a.def-btn {
		width: 130px;
		height: 40px;
		line-height: 40px;
		font-size: 14px;
	}


	.our-service-area-wrapper .single-service-wrap>span::before,
	.our-service-area-wrapper .single-service-wrap>span::after {
		border-top: 100px solid #44baeb;
		border-left: 100px solid transparent;
	}

	.our-service-area-wrapper .single-service-wrap>span::after {
		z-index: -2;
		border-top: 130px solid #7dd9ff;
		right: -25px;
		top: 15px;
		-webkit-transform: rotate(-5deg);
		-ms-transform: rotate(-5deg);
		transform: rotate(-5deg);
	}

	.our-service-area-wrapper .single-service-wrap>span {
		font-size: 24px;
		padding-right: 10px;
		padding-top: 10px;
	}

	.about-us-wrapper .about-us-content>p {
		font-size: 14px;
	}

	.top-features-wrap .single-top-features p {
		font-size: 14px;
	}

	.featured-projects-wrapper .features-projects-area .single-features-projects>span {
		left: 10px;
		right: 10px;
		font-size: 10px;
	}

	.featured-projects-wrapper .features-projects-area .single-features-projects .project-content h4 {
		font-size: 14px;
	}

	.featured-projects-wrapper .features-projects-area .single-features-projects .project-content span {
		font-size: 16px;
	}

	.featured-projects-wrapper .features-projects-area .single-features-projects .project-content {
		padding-left: 10px;
		padding-right: 10px;
		padding-bottom: 10px;
	}

	.hero-area-slider-wrap .single-hero-slide {
		min-height: 780px;
		position: relative;
		padding: 200px 0;
	}

	footer .footer-widget-area span.border {
		display: none;
	}

	footer .footer-widget-area .single-footer-wid .footer-banner h4 {
		left: 170px;
	}

	footer .footer-widget-area .single-footer-wid .footer-banner a.def-btn {
		left: 170px;
	}

	.header-information-wrapper .single-header-information .content p {
		font-size: 13px;
	}

	.header-information-wrapper .single-header-information .content a {
		font-size: 10px;
	}

	.header-information-wrapper.v2 .single-header-information .icon span {
		line-height: 50px;
		border-radius: 50%;
		width: 40px;
		height: 40px;
		line-height: 40px;
		font-size: 15px;
	}


	header.v2 .inner-wrapper {
		margin: 0 15px;
		padding: 0 15px;
	}

	.hero-area-slider-wrap.v2 .single-hero-slide .hero-content {
		text-align: center;
		padding: 0 70px;
	}

	.hero-area-slider-wrap.v2 .single-hero-slide .hero-content p {
		padding-right: 0;
	}

	.hero-area-slider-wrap.v2 .single-hero-slide .hero-image {
		display: none;
	}

	.about-us-wrapper.v2 .about-us-content ul li {
		font-size: 11px;
		line-height: 28px;
		padding-left: 35px;
		margin-bottom: 3px;
	}

	.about-us-wrapper.v2 .about-us-content p {
		margin-bottom: 10px;
	}

	.about-us-features-wrap .single-about-features .about-features-content p {
		font-size: 13px;
	}

	.team-member-wrap .single-team-member .member-text ul {
		padding-top: 15px;
		padding-bottom: 15px;
	}

	.team-member-wrap .single-team-member .member-text {
		padding-top: 15px;
		padding-left: 20px;
		padding-right: 20px;
	}


	.team-member-wrap .single-team-member:hover .member-thumb,
	.team-member-wrap .slick-current.slick-active .single-team-member .member-thumb {
		top: 30px;
	}

	.team-member-wrap .single-team-member .member-thumb {
		width: 130px;
		height: 130px;
	}


	.our-service-area-wrapper.v2 .single-service-wrap .service-content {
		padding: 10px 25px;
	}

	.testomonial-slider-wrapper {
		padding: 100px 80px;
	}

	.work-process-slider-wrapper .single-work-process-slide {
		padding: 15px;
	}

	.work-process-slider-wrapper .single-work-process-slide h5 {
		margin-bottom: 15px;
	}

	.service-details-wrapper .service-details-content .single-service-box .icon {
		margin-right: 15px;
	}

	.service-details-wrapper .service-details-content .single-service-box {
		padding: 15px 10px;
	}

	aside .single-sidebar-box.sidebar-contact .information-box {
		padding: 0 30px;
		margin-top: 15px;
		padding-right: 10px;
	}

	.blog-details-wrapper .blog-details-content-area .blog-details-content .tag-link-wrap .blog-tags a {
		font-size: 12px;
		margin-right: 2px;
	}

	.blog-details-wrapper .blog-details-content-area .blog-details-content .tag-link-wrap span {
		margin-right: 5px;
	}

	.related-product-slider.shop-product-area {
		padding: 0 120px;
	}

	.isotope-sec-wrapper .project-wrap .grid-item:nth-child(1),
	.isotope-sec-wrapper .project-wrap .grid-item:nth-child(2),
	.isotope-sec-wrapper .project-wrap .grid-item:nth-child(3),
	.isotope-sec-wrapper .project-wrap .grid-item:nth-child(4),
	.isotope-sec-wrapper .project-wrap .grid-item:nth-child(5),
	.isotope-sec-wrapper .project-wrap .grid-item:nth-child(6),
	.isotope-sec-wrapper .project-wrap .grid-item:nth-child(7),
	.isotope-sec-wrapper .project-wrap .grid-item:nth-child(8),
	.isotope-sec-wrapper .project-wrap .grid-item:nth-child(9),
	.isotope-sec-wrapper .project-wrap .grid-item:nth-child(10),
	.isotope-sec-wrapper .project-wrap .grid-item:nth-child(11),
	.isotope-sec-wrapper .project-wrap .grid-item:nth-child(12),
	.isotope-sec-wrapper .project-wrap .grid-item:nth-child(13),
	.isotope-sec-wrapper .project-wrap .grid-item:nth-child(14){
		width: 49%;
		height: auto;
	}

	.about-us-wrapper.v3 .about-us-content {
		padding-left: 0;
	}

	.shop-details-content-wrap h4 {
		line-height: 1.4;
	}

	header.v2 {
		top: 124px;
	}
}
/* lg end  */

@media (min-width: 991px) {
	nav.main-menu-wrap {
		display: inline-block !important;
	}
}

/* Medium devices (tablets, 768px and up) */
@media (min-width: 768px) and (max-width: 991.98px) {
	p {
		font-size: 14px;
	}

	.header-information-wrapper .single-header-information .icon span {
		width: auto;
		height: auto;
		border: none;
		margin-right: 10px;
		line-height: 1;
		font-size: 18px;
	}

	.header-information-wrapper .single-header-information .icon {
		margin-bottom: 15px;
	}

	.header-information-wrapper .single-header-information:hover .icon span {
		background-color: #fff;
		color: #44baeb;
	}

	.header-information-wrapper .single-header-information .content a {
		font-size: 11px;
	}

	.header-information-wrapper .single-header-information .content p {
		line-height: 18px;
		font-size: 15px;
	}

	header ul.header-btn {
		display: none;
	}

	header .container {
		width: 100%;
		max-width: 100%;
	}

	header {
		background-color: rgba(0, 0, 0, 1);
	}

	.hero-area-slider-wrap {
		margin-top: 0;
	}

	.hero-area-slider-wrap .single-hero-slide .hero-content h2 {
		font-size: 38px;
		line-height: 52px;
		color: #fff;
		margin-bottom: 25px;
	}

	.hero-area-slider-wrap .single-hero-slide {
		min-height: 510px;
		padding: 120px 0;
	}

	.single-top-features {
		margin-bottom: 40px;
	}

	.top-features-wrap.section {
		padding-bottom: 60px;
	}

	.about-us-wrapper .about-us-img {
		margin-bottom: 40px;
	}

	.about-us-wrapper .about-us-content h2 {
		font-size: 24px;
		line-height: 34px;
		margin-bottom: 30px;
	}

	.about-us-wrapper .about-us-content h2::before {
		left: 50%;
		margin-left: -30px;
		width: 60px;
	}

	.service-slider-wrapper .service-slider-area .single-service-slider {
		min-height: 400px;
	}

	.service-slider-wrapper .service-slider-area .single-service-slider .service-slider-content {
		top: 45%;
	}

	.service-slider-wrapper .service-slider-area .single-service-slider .service-slider-content p {
		font-size: 14px;
	}

	.work-proess-wrapper .single-work-process .process-icon::before {
		display: none;
	}

	.counter-sec-wrapper .single-counter::before {
		display: none;
	}

	.package-table-wrapper .single-package-box .package-price {
		padding: 50px 0;
		min-height: 220px;
	}

	.package-table-wrapper .single-package-box ul {
		padding: 0 20px;
	}

	.package-table-wrapper .single-package-box ul li {
		margin-bottom: 10px;
		font-size: 12px;
	}

	.package-table-wrapper .single-package-box h4 {
		font-size: 20px;
	}

	.our-service-area-wrapper .single-service-wrap .service-content .service-text p {
		font-size: 12px;
		margin-bottom: 15px;
	}

	.our-service-area-wrapper .single-service-wrap {
		min-height: 250px;
	}

	.our-service-area-wrapper .single-service-wrap .service-content {
		top: 170px;
	}

	.our-service-area-wrapper .single-service-wrap .service-content .service-text a.def-btn {
		width: 120px;
		height: 40px;
		font-size: 13px;
		line-height: 40px;
	}

	.our-service-area-wrapper .single-service-wrap .service-content .service-title h4 {
		color: #fff;
		font-size: 18px;
	}

	.our-service-area-wrapper .single-service-wrap .service-content .service-title>a {
		top: -2px;
	}

	.featured-projects-wrapper .features-projects-area .single-features-projects {
		width: 50%;
	}

	.laest-blog-wrapper .single-latest-blog .blog-meta span {
		margin-right: 15px;
		font-size: 12px;
	}

	.laest-blog-wrapper .single-latest-blog .latest-blog-img {
		min-height: auto;
	}

	.laest-blog-wrapper .single-latest-blog .latest-blog-content h4 {
		font-size: 18px;
		line-height: 28px;
	}

	.laest-blog-wrapper .single-latest-blog .latest-blog-content {
		padding: 20px 20px;
	}

	footer .footer-copyright-wrap ul.footer-links li {
		margin-right: 16px;
	}

	.header-information-wrapper.v2 .container {
		width: 100%;
		max-width: 100%;
	}

	.header-information-wrapper {
		padding: 25px 0;
	}

	.header-information-wrapper.v2 .mean-container .mean-bar {
		top: 22px;
	}

	.header-information-wrapper.v2 .mean-container a.meanmenu-reveal {
		top: 8px;
		right: 15px !important;
	}

	.hero-area-slider-wrap.v2 .single-hero-slide {
		min-height: 620px;
		padding: 150px 0;
	}

	.hero-area-slider-wrap.v2 .single-hero-slide .hero-image {
		display: none;
	}

	.hero-area-slider-wrap.v2 .single-hero-slide .hero-content {
		text-align: center;
		padding: 0 50px;
	}

	.hero-area-slider-wrap.v2 .single-hero-slide .hero-content p {
		padding-right: 0;
	}

	.about-us-img img {
		width: 100%;
	}

	.about-us-features-wrap .single-about-features:hover .about-features-content {
		bottom: 30px;
	}

	.video-cta-content {
		text-align: center;
		margin-top: 40px;
		padding: 0 40px;
	}

	.team-member-wrap .single-team-member .member-text ul {
		padding-top: 15px;
		padding-bottom: 15px;
	}

	.team-member-wrap .single-team-member .member-text {
		padding-top: 15px;
		padding-left: 20px;
		padding-right: 20px;
	}

	.team-member-wrap .single-team-member:hover .member-thumb {
		top: 70px;
	}

	.team-member-wrap .single-team-member .member-thumb {
		width: 130px;
		height: 130px;
	}

	.special-service-wrapper .special-service-title h1 {
		font-size: 34px;
		line-height: 46px;
	}

	.special-service-wrapper .special-service-title {
		margin-bottom: -30px;
	}

	.testomonial-slider-wrapper .single-testomonial p {
		padding: 0 60px;
		margin-bottom: 30px;
		line-height: 24px;
		font-size: 11px;
	}
	.hero-banner-wrapper {
		margin-top: 0;
	}

	.contact-top-info-wrappper .contact-top-information h2 {
		font-size: 28px;
		margin-bottom: 10px;
		line-height: 1;
	}

	.service-details-wrapper .service-details-content .single-service-box {
		padding: 10px 15px;
	}

	.service-details-wrapper .service-details-content .single-service-box .text p {
		font-size: 14px;
	}

	.service-details-wrapper .service-details-content .single-service-box .text h5 {
		margin-bottom: 0;
		font-size: 18px;
	}

	aside .single-sidebar-box .sidebar-admin-box h5 {
		font-size: 16px;
	}

	aside .single-sidebar-box .sidebar-admin-box h5 span {
		font-size: 12px;
	}

	.blog-details-wrapper .blog-details-content-area .blog-details-content .tag-link-wrap .blog-tags a {
		font-size: 12px;
	}

	.shop-details-img-wrapper {
		margin-bottom: 40px;
	}

	.shop-details-wrapper .shop-details-content-wrap {
		padding-left: 0;
	}

	.isotope-sec-wrapper .project-wrap .grid-item:nth-child(1),
	.isotope-sec-wrapper .project-wrap .grid-item:nth-child(2),
	.isotope-sec-wrapper .project-wrap .grid-item:nth-child(3),
	.isotope-sec-wrapper .project-wrap .grid-item:nth-child(4),
	.isotope-sec-wrapper .project-wrap .grid-item:nth-child(5),
	.isotope-sec-wrapper .project-wrap .grid-item:nth-child(6),
	.isotope-sec-wrapper .project-wrap .grid-item:nth-child(7),
	.isotope-sec-wrapper .project-wrap .grid-item:nth-child(8),
	.isotope-sec-wrapper .project-wrap .grid-item:nth-child(9),
	.isotope-sec-wrapper .project-wrap .grid-item:nth-child(10),
	.isotope-sec-wrapper .project-wrap .grid-item:nth-child(11),
	.isotope-sec-wrapper .project-wrap .grid-item:nth-child(12),
	.isotope-sec-wrapper .project-wrap .grid-item:nth-child(13),
	.isotope-sec-wrapper .project-wrap .grid-item:nth-child(14) {
		width: 50%;
		height: auto;
	}

	.isotope-sec-wrapper .projects-menu button {
		font-size: 16px;
		line-height: 22px;
		padding: 12px 18px;
		margin-right: 15px;
		margin-bottom: 10px;
	}

	.about-us-wrapper.v3 .about-us-img {
		padding-bottom: 40px;
	}
	footer .footer-widget-area ul.footer-social:after,
	footer .footer-widget-area ul.footer-social:before {
		display: none;
	}

	.no-m-sm {
		margin-left: 0;
		margin-right: 0;
		margin-top: 0;
		margin-bottom: 0;
	}

	.header-information-wrapper.v2 {
		position: sticky;
		top: 0;
		z-index: 9999;
		background-color: #fff;
		box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
	}

	header .logo {
		position: relative;
		z-index: 111;
	}

	.hero-banner-wrapper .banner-content {
		padding-top: 70px;
		padding-bottom: 130px;
	}

}
/* md end */

/* Extra small devices (portrait phones, less than 768px) */
@media (max-width: 767.98px) {
	.def-btn {
		width: 120px;
		height: 40px;
		line-height: 40px;
		font-size: 12px;
	}

	.section {
		padding: 60px 0;
	}

	p {
		font-size: 14px;
	}

	.section-title h2 {
		font-size: 24px;
		margin-bottom: 20px;
		padding-bottom: 20px;
		line-height: 32px;
	}

	.about-us-wrapper .about-us-img .about-us-big-img {
		width: 100%;
		border: 5px solid #44baeb;
		border-left: 5px solid #44baeb;
		margin-bottom: 40px;
	}

	.about-us-wrapper .about-us-img .about-us-big-img:after,
	.about-us-wrapper .about-us-img .about-us-big-img:before {
		display: none;
	}

	.about-us-wrapper .about-us-img::before {
		display: none;
	}


	.header-top-wrapper {
		display: none;
	}

	.header-information-wrapper {
		display: none;
	}

	header ul.header-btn {
		display: none;
	}

	.hero-area-slider-wrap {
		margin-top: 0;
	}

	header {
		background-color: rgba(0, 0, 0, 1);
	}


	header .logo {
		padding: 20px 0;
	}

	.mean-container .mean-bar {
		top: 5px;
	}

	.mean-container a.meanmenu-reveal {
		width: 50px;
		height: 40px;
		top: 20px;
	}

	.hero-area-slider-wrap .single-hero-slide .hero-content h2 {
		font-size: 22px;
		line-height: 42px;
		margin-bottom: 20px;
	}

	.hero-area-slider-wrap .single-hero-slide .hero-content>span {
		font-size: 14px;
		padding: 0 25px;
		margin-bottom: 10px;
		padding-bottom: 20px;
	}

	.hero-area-slider-wrap .single-hero-slide .hero-content p {
		font-size: 11px;
		line-height: 26px;
		margin-bottom: 25px;
	}

	.hero-area-slider-wrap .single-hero-slide .hero-content a {
		width: 170px;
		height: 50px;
		line-height: 50px;
		font-size: 14px;
	}

	.hero-area-slider-wrap .single-hero-slide .hero-content>span::before,
	.hero-area-slider-wrap .single-hero-slide .hero-content>span::after {
		content: '';
		position: absolute;
		width: 30%;
		height: 2px;
		background-color: #44baeb;
		top: auto;
		left: 50%;
		bottom: 0;
		margin-left: -15%;
	}

	.hero-area-slider-wrap .single-hero-slide .hero-content>span::after {
		display: none;
	}

	.hero-area-slider-wrap .single-hero-slide {
		min-height: 200px;
		padding: 80px 0;
	}

	.single-top-features {
		margin-bottom: 40px;
	}

	.top-features-wrap {
		padding-bottom: 20px;
	}

	.about-us-wrapper .about-us-img .about-us-small-img {
		position: static;
		top: 0;
		margin-top: 0;
		border: 5px solid #44baeb;
		margin-bottom: 30px;
	}

	.about-us-wrapper .about-us-img .about-us-small-img img {
		width: 100%;
	}

	.about-us-wrapper .about-us-content h2 {
		font-size: 23px;
		line-height: 36px;
		margin-bottom: 30px;
	}

	.about-us-wrapper .about-us-content {
		padding-left: 0;
	}

	.about-us-wrapper .about-us-content h2 span {
		display: inline;
	}

	.about-us-wrapper .about-us-content h2::before {
		right: 50%;
		margin-right: -30px;
		width: 60px;
	}

	.about-us-box.d-lg-flex.w-50 {
		width: 100% !important;
		margin-bottom: 30px;
		padding: 0 20px;
	}

	.service-slider-wrapper .service-slider-area .single-service-slider {
		min-height: auto;
	}

	.service-slider-wrapper .service-slider-area .single-service-slider .service-slider-content h3 {
		font-size: 22px;
	}

	.service-slider-wrapper .service-slider-area .single-service-slider .service-slider-content p {
		font-size: 12px;
		margin-bottom: 15px;
	}

	.service-slider-wrapper .service-slider-area .single-service-slider .service-slider-content {
		top: 45%;
	}

	.single-work-process h4 {
		font-size: 22px;
	}

	.work-proess-wrapper .single-work-process .process-icon::before {
		display: none;
	}

	.work-proess-wrapper .single-work-process {
		margin-bottom: 40px;
	}

	.work-proess-wrapper {
		padding-bottom: 20px;
	}

	.counter-sec-wrapper .single-counter::before {
		display: none;
	}

	.counter-sec-wrapper .single-counter {
		width: 100%;
		max-width: 100%;
		margin-bottom: 40px;
	}


	.counter-sec-wrapper {
		padding-bottom: 20px;
	}

	.package-table-wrapper .single-package-box .package-price {
		padding: 40px 0;
		min-height: 215px;
	}

	.package-table-wrapper .single-package-box ul {
		padding: 0 20px;
	}

	.package-table-wrapper .single-package-box ul li {
		margin-bottom: 11px;
		font-size: 11px;
	}

	.our-service-area-wrapper .single-service-wrap .service-content .service-text p {
		font-size: 12px;
		margin-bottom: 15px;
	}

	.our-service-area-wrapper .single-service-wrap .service-content .service-text a.def-btn {
		width: 120px;
	}

	.our-service-area-wrapper .single-service-wrap .service-content .service-title h4 {
		font-size: 18px;
	}

	.our-service-area-wrapper .single-service-wrap .service-content .service-title>a {
		right: 0;
		top: 0px;
		font-size: 18px;
	}

	.featured-projects-wrapper .features-projects-area .single-features-projects {
		width: 100%;
	}

	.laest-blog-wrapper .single-latest-blog .blog-meta span {
		margin-right: 15px;
		font-size: 11px;
	}

	.laest-blog-wrapper .single-latest-blog .latest-blog-img {
		min-height: auto;
	}

	.laest-blog-wrapper .single-latest-blog .latest-blog-content {
		padding: 15px 15px;
	}


	.laest-blog-wrapper .single-latest-blog .latest-blog-content h4 {
		font-size: 18px;
		line-height: 28px;
	}

	.brand-slider-wrapper .single-brand {
		height: auto;
	}

	footer .footer-widget-area ul.footer-social {
		display: block;
		padding: 10px 15px;
		right: 0;
		top: -17px;
		width: 100%;
		text-align: center;
	}

	footer .footer-widget-area ul.footer-social li a {
		line-height: 28px;
	}

	footer .footer-copyright-wrap ul.footer-links {
		text-align: right;
		display: none;
	}

	footer .footer-widget-area ul.footer-social::after,
	footer .footer-widget-area ul.footer-social::before {
		display: none;
	}


	.our-service-area-wrapper .single-service-wrap {
		min-height: auto;
	}

	.our-service-area-wrapper .single-service-wrap .service-content {
		top: 70%;
		padding: 0 30px;
		padding-top: 20px;
	}

	.our-service-area-wrapper .single-service-wrap>span {
		font-size: 22px;
		padding-right: 10px;
		padding-top: 15px;
	}

	.our-service-area-wrapper .single-service-wrap>span::before,
	.our-service-area-wrapper .single-service-wrap>span::after {
		border-top: 100px solid #44baeb;
		border-left: 100px solid transparent;
	}

	.our-service-area-wrapper .single-service-wrap>span::after {
		border-top: 100px solid #7dd9ff;
	}

	.our-service-area-wrapper .single-service-wrap .service-content .service-text a.def-btn {
		width: 106px;
		height: 35px;
		line-height: 35px;
		font-size: 10px;
	}

	.header-information-wrapper.v2 {
		display: block;
		padding: 25px 0;
	}

	header.v2 {
		display: none;
	}

	.hero-area-slider-wrap.v2 .single-hero-slide {
		min-height: 520px;
		position: relative;
		padding: 80px 0;
	}

	.hero-area-slider-wrap.v2 .single-hero-slide .hero-content p {
		padding-right: 0;
	}

	.hero-area-slider-wrap.v2 .single-hero-slide .hero-content {
		text-align: center;
	}

	.hero-area-slider-wrap.v2 .single-hero-slide .hero-image {
		display: none;
	}

	.section-title2 h2 {
		font-size: 26px;
		margin-bottom: 30px;
		padding-bottom: 20px;
		line-height: 28px;
	}

	.about-us-img.about-img-slide-active {
		margin-bottom: 35px;
	}

	.about-us-wrapper.v2 .about-us-content {
		text-align: center;
	}

	.about-us-wrapper.v2 .about-us-content h5 {
		font-size: 17px;
		margin-bottom: 20px;
	}

	.about-us-wrapper.v2 .about-us-content ul li {
		font-size: 12px;
		line-height: 25px;
		padding-left: 35px;
		margin-bottom: 10px;
		text-align: left;
	}

	.about-us-wrapper.v2 .about-us-content ul li::before {
		font-size: 12px;
		top: 5px;
	}

	.about-us-features-wrap .single-about-features .about-features-content p {
		padding: 0 10px;
		padding-bottom: 15px;
		margin-bottom: 15px;
		font-size: 13px;
	}

	.video-cta-wrapper .video-cta-content h1 {
		margin-bottom: 20px;
		line-height: 42px;
		font-size: 28px;
	}

	.video-cta-content {
		text-align: center;
		margin-top: 40px;
	}

	.team-member-wrap {
		padding-top: 60px;
		padding-bottom: 30px;
	}

	.team-member-wrap .single-team-member .member-text ul {
		padding-top: 15px;
		padding-bottom: 15px;
	}

	.team-member-wrap .single-team-member .member-text {
		padding-top: 15px;
		padding-left: 20px;
		padding-right: 20px;
	}

	.team-member-wrap .single-team-member:hover .member-thumb {
		top: 20px;
	}

	.team-member-wrap .single-team-member .member-thumb {
		width: 130px;
		height: 130px;
	}


	.special-service-wrapper .special-service-title h1 {
		font-size: 26px;
		line-height: 45px;
	}

	.special-service-wrapper .special-service-title {
		margin-bottom: 5px;
		margin-top: 30px;
		background-color: transparent;
	}

	.special-service-wrapper .speical-service-img .slick-arrow {
		height: 50px;
		width: 30px;
		border-top-right-radius: 18px;
		border-bottom-right-radius: 18px;
	}

	.special-service-wrapper .speical-service-img .slick-arrow.slick-next {
		border-top-right-radius: 0;
		border-bottom-right-radius: 0;
		border-top-left-radius: 18px;
		border-bottom-left-radius: 18px;

	}

	.special-service-wrapper .special-service-content {
		padding-top: 15px;
	}

	.special-service-wrapper .special-service-content h2 {
		margin-bottom: 15px;
		font-size: 24px;
		line-height: 34px;
	}

	.special-service-wrapper .special-service-content span {
		font-size: 22px;
		font-weight: 700;
		margin-bottom: 0;
	}

	.special-service-wrapper .special-service-content span sub,
	.special-service-wrapper .special-service-content span sup {
		font-size: 12px;
	}

	.special-service-wrapper {
		padding-bottom: 60px;
	}

	.our-service-area-wrapper.v2 .single-service-wrap .service-content {
		padding: 15px 20px;
	}

	.testomonial-slider-wrapper .single-testomonial p {
		padding: 0 40px;
		margin-bottom: 20px;
		line-height: 27px;
		font-size: 13px;
	}

	.testomonial-slider-wrapper .single-testomonial span.quote {
		margin-top: 50px;
		margin-bottom: 10px;
	}

	.testomonial-slider-wrapper .single-testomonial span {
		font-size: 14px;
	}


	.testomonial-slider-wrapper .single-testomonial .author-img {
		margin-bottom: 10px;
	}

	.about-us-wrapper.v2 .about-us-content h2 {
		width: 100%;
		max-width: 100%;
	}
	.package-table-wrapper {
		padding-bottom: 50px;
	}

	.hero-banner-wrapper {
		margin-top: 0;
	}

	.hero-banner-wrapper ul.breadcrumb-wrap {
		padding: 5px 30px;
	}

	.hero-banner-wrapper .banner-content h1 {
		font-size: 28px;
		line-height: 35px;
	}

	.team-member-wrap .single-team-member .member-thumb::before {
		bottom: -400px;
		height: 400px;
	}

	ul.pagination-wrapper li a {
		width: 35px;
		height: 35px;
		line-height: 32px;
		font-size: 12px;
	}

	.contact-information-wrapper .contact-us-information h4 {
		padding: 14px 0;
		font-size: 16px;
	}

	.contact-information-wrapper .contact-us-information .tab-content .tab-pane {
		padding: 30px 15px;
		min-height: auto;
	}

	.contact-information-wrapper .contact-us-information .tab-content .tab-pane .single-information .text p {
		line-height: 22px;
		font-size: 12px;
	}
	.contact-information-wrapper .contact-us-information .tab-content .tab-pane .single-information .text p span {
		display: inline;
	}

	.contact-information-wrapper .contact-us-information .tab-content .tab-pane .single-information .icon span {
		font-size: 15px;
		height: 35px;
		width: 35px;
		line-height: 35px;
		margin-right: 15px;
	}

	.contact-information-wrapper .contact-us-information .tab-content .tab-pane .single-information {
		margin-bottom: 20px;
	}

	.contact-information-wrapper .contact-us-information .tab-content .tab-pane .contact-social-links span {
		font-size: 16px;
		display: block;
		margin-right: 0;
		line-height: 20px;
		margin-bottom: 15px;
	}
	.contact-information-wrapper .contact-us-information .tab-content .tab-pane .contact-social-links {
		padding-top: 5px;
		text-align: center;
	}

	.contact-information-wrapper .contact-us-information li a {
		line-height: 40px;
		height: 40px;
		line-height: 40px;
		font-size: 12px;
	}

	.contact-information-wrapper .contact-us-information .tab-content .tab-pane h5 {
		font-size: 18px;
	}

	.contact-information-wrapper .contact-us-left>a {
		position: static;
		right: 0;
		top: 0;
		left: 0;
		padding: 8px 0;
		display: block;
		width: 100%;
	}

	.contact-information-wrapper .contact-us-left>a:before {
		display: none;
	}

	.contact-information-wrapper .contact-us-left .map-wrap {
		height: 250px;
		position: relative !important;
		top: 0;
		left: 0;
		z-index: 1;
		width: 100%;
		margin-bottom: 20px;
	}

	.contact-information-wrapper .contact-us-left .contact-img-slide .slick-arrow {
		position: absolute;
		top: 50%;
		left: 20px;
		z-index: 1;
		width: 35px;
		height: 35px;
		font-size: 13px;
		margin-top: -17.5px;
	}

	.contact-information-wrapper {
		padding-top: 90px;
	}

	.contact-top-info-wrappper .contact-top-information h2 {
		font-size: 20px;
		margin-bottom: 10px;
		line-height: 33px;
	}

	.contact-top-info-wrappper .contact-top-information p {
		font-size: 14px;
		margin-bottom: 20px;
	}

	.contact-top-info-wrappper .contact-top-information span {
		font-size: 28px;
		margin-bottom: 20px;
	}

	.contact-top-info-wrappper .contact-top-information h3 {
		margin-bottom: 0;
		line-height: 26px;
		font-size: 22px;
	}

	.contact-top-info-wrappper {
		padding-bottom: 70px;
		padding-top: 60px;
	}

	.contact-top-info-wrappper .contact-top-information span::before {
		width: 90%;
	}
	.service-details-wrapper .service-details-content .text h2 {
		font-size: 23px;
		line-height: 34px;
	}
	.service-details-wrapper {
		padding-top: 60px;
		padding-bottom: 30px;
	}

	.service-details-wrapper .service-details-content .single-service-box {
		margin-bottom: 30px;
		padding: 25px 20px;
		text-align: center;
	}

	.service-details-wrapper .service-details-content .single-service-box .icon {
		width: 55px;
		margin-right: auto;
		margin-left: auto;
		margin-bottom: 15px;
	}

	.service-details-wrapper .service-details-content .single-service-box .text {
		width: 100%;
	}


	.service-details-content {
		text-align: center;
	}

	.blog-list-wrapper .blog-list-content-area .single-blog-list .blog-list-content {
		padding-left: 0;
		text-align: center;
	}

	.blog-list-wrapper .blog-list-content-area .single-blog-list .blog-list-content .blog-list-author .blog-list-author-meta p {
		margin-bottom: 0;
		font-size: 10px;
		text-align: left;
	}

	.blog-list-wrapper .blog-list-content-area .single-blog-list .blog-list-content .blog-list-author .blog-list-author-meta span {
		margin-right: 10px;
	}
	.blog-list-wrapper .blog-list-content-area .single-blog-list .blog-list-content .blog-list-author .blog-list-author-meta span i {
		margin-right: 5px;
	}

	.blog-list-wrapper .blog-list-content-area .single-blog-list.blog-quote .blog-list-content {
		padding: 10px 10px !important;
	}

	.blog-list-wrapper .blog-list-content-area .single-blog-list .blog-list-content h4 {
		margin-bottom: 25px;
		font-size: 18px;
		line-height: 28px;
	}

	.blog-list-wrapper .blog-list-content-area .single-blog-list .blog-list-img-slider .slick-arrow {
		width: 35px;
		height: 35px;
		font-size: 12px;
		margin-top: -17px;
	}

	.blog-list-wrapper .blog-list-content-area .single-blog-list .blog-list-img-slider .slick-arrow.slick-next {
		right: 5px;
	}

	.blog-list-wrapper .blog-list-content-area .single-blog-list .blog-video a {
		width: 60px;
		height: 60px;
		line-height: 60px;
		font-size: 16px;
	}

	.blog-list-wrapper {
		padding-top: 60px;
		padding-bottom: 30px;
	}

	aside .single-sidebar-box .sidebar-post-wrap .sidebar-recent-post .sidebar-post-content a {
		line-height: 20px;
		font-size: 11px;
	}

	aside .single-sidebar-box .sidebar-admin-box h5 {
		font-size: 15px;
	}

	aside .single-sidebar-box .sidebar-admin-box {
		padding: 0 10px;
		padding-bottom: 30px;
	}

	aside .single-sidebar-box .sidebar-admin-box h5 span {
		font-size: 12px;
		margin-left: 10px;
	}

	aside .single-sidebar-box form.sidebar-search {
		padding: 0 10px;
		padding-bottom: 40px;
	}

	aside .single-sidebar-box form.sidebar-search input {
		width: 100%;
		margin-bottom: 20px;
	}

	aside .single-sidebar-box form.sidebar-search button {
		width: 100%;
	}

	aside .single-sidebar-box ul.categories-links {
		padding: 0 10px;
		padding-bottom: 20px;
	}

	aside .single-sidebar-box .sidebar-post-wrap {
		padding: 0 10px;
		padding-bottom: 20px;
	}

	aside .single-sidebar-box .sidebar-tag-list {
		padding: 0 10px;
		padding-bottom: 30px;
	}

	aside .single-sidebar-box.sidebar-contact>p {
		margin: 0 10px;
		padding-bottom: 10px;
	}

	aside .single-sidebar-box.sidebar-contact .information-box {
		padding: 0 10px;
	}

	aside .sidebar-title {
		padding-left: 15px;
	}

	.blog-details-wrapper .blog-details-content-area .blog-details-content .blog-list-author {
		padding-left: 0;
	}

	.blog-list-author .blog-list-author-meta span {
		margin-right: 15px;
	}

	.blog-list-author .blog-list-author-meta span a {
		margin-left: 5px;
	}

	.blog-list-author .blog-list-author-meta p {
		font-size: 11px;
		text-align: left;
	}

	.blog-details-wrapper .blog-details-content-area .blog-details-content h4 {
		padding-left: 0;
		margin-bottom: 15px;
		font-size: 18px;
		line-height: 28px;
	}

	.blog-details-wrapper .blog-details-content-area .blog-details-content>p {
		padding-left: 0;
		margin-bottom: 0;
		padding-bottom: 25px;
	}

	.blog-details-content {
		text-align: center;
	}

	.blog-details-wrapper .blog-details-content-area .blog-details-content blockquote p {
		color: #fff;
		font-size: 14px;
		line-height: 24px;
		font-weight: 300;
		position: relative;
	}

	.blog-details-wrapper .blog-details-content-area .blog-details-content blockquote {
		padding: 20px 20px;
	}

	.blog-details-wrapper .blog-details-content-area .blog-details-content blockquote span {
		font-size: 16px;
	}

	.img-box.row img {
		margin-bottom: 20px;
	}

	.blog-tags.w-50 {
		width: 100% !important;
		text-align: left;
		margin-bottom: 25px;
	}

	.blog-details-wrapper .blog-details-content-area .blog-details-content .tag-link-wrap .blog-tags a {
		font-size: 10px;
		padding: 1px 10px;
		margin-right: 5px;
	}

	.blog-social-links.text-right.w-50 {
		width: 100% !important;
		text-align: left !important;
	}

	.blog-details-wrapper .blog-details-content-area .blog-details-content .tag-link-wrap .blog-social-links a {
		width: 35px;
		height: 35px;
		text-align: center;
		line-height: 33px;
		font-size: 12px;
		margin-right: 8px;
	}

	.blog-details-wrapper .blog-details-content-area .blog-details-content .tag-link-wrap {
		padding: 15px 0;
		margin-bottom: 30px;
	}

	.blog-details-wrapper .comment-collaps-area p {
		font-size: 12px;
		margin-right: 0;
		margin-bottom: 15px;
	}

	.blog-details-wrapper .comment-collaps-area {
		padding: 15px 20px;
		border-radius: 3px;
	}

	.blog-details-wrapper .comment-collaps-area button {
		width: 110px;
		height: 35px;
		line-height: 35px;
		font-size: 10px;
		padding-right: 15px;
	}

	.blog-details-wrapper form.comment-form {
		padding-top: 25px;
	}
	.blog-details-wrapper form.comment-form h4 {
		margin-bottom: 0px;
		font-size: 20px;
	}

	.blog-details-wrapper form.comment-form p {
		margin-bottom: 20px;
		font-size: 12px;
	}

	.shop-wrapper .shop-product-area .single-shop-product .product-header .product-img-slider .slick-arrow {
		left: 10px;
		font-size: 12px;
		width: 35px;
		height: 35px;
		margin-top: -17.5px;
	}

	.shop-wrapper .shop-product-area .single-shop-product .product-header .product-img-slider .slick-arrow.slick-next {
		right: 10px;
		left: auto;
	}

	.shop-wrapper .shop-filter-bar .nice-select {
		width: 160px;
		float: right;
	}

	.shop-wrapper .shop-filter-bar p {
		text-align: center;
		margin-bottom: 30px;
	}

	.shop-details-wrapper .shop-details-content-wrap {
		padding-left: 0;
	}

	.shop-details-content-wrap h4 {
		font-size: 20px;
	}

	.shop-details-content-wrap {
		padding-top: 40px;
	}

	.shop-details-wrapper .shop-details-content-wrap .text-box .price-area span {
		font-size: 17px;
		margin-right: 15px;
	}

	.shop-details-wrapper .product-review .single-review .review-content {
		width: 100%;
		border: none;
		padding: 0 0;
	}

	.shop-details-wrapper .product-review .single-review .review-content:before {
		display: none;
	}

	.review-content h5 {
		font-size: 16px;
	}

	.shop-details-wrapper .product-review .single-review .review-content h5 span {
		margin-left: 15px;
	}

	.shop-details-wrapper .product-review .single-review .review-content h5 span i {
		font-size: 12px;
	}

	.shop-details-wrapper .product-review .single-review .review-content>span {
		position: static;
		top: 0;
		right: 0;
		margin-bottom: 10px;
		display: block;
		font-size: 12px;
	}

	.shop-details-wrapper .product-review .single-review .review-author {
		width: 90px;
		height: 90px;
		margin-right: 0;
		margin-bottom: 10px;
	}

	.shop-details-wrapper .product-description ul li {
		font-size: 12px;
	}

	.isotope-sec-wrapper .project-wrap .grid-item {
		width: 100%;
		height: auto;
	}

	.isotope-sec-wrapper .projects-menu button {
		font-size: 16px;
		line-height: 22px;
		padding: 12px 18px;
		margin-right: 15px;
		margin-bottom: 10px;
	}

	section.about-us-top-wrapper {
		padding-top: 40px;
		padding-bottom: 55px;
	}

	section.about-us-top-wrapper .about-us-top-content h2 {
		margin-bottom: 20px;
		font-size: 24px;
		margin-bottom: 10px;
	}

	section.about-us-top-wrapper .about-us-top-content a.def-btn {
		width: 200px;
	}

	.about-us-wrapper.v3 .about-us-img .small-img {
		position: static;
		right: 0;
		top: 0;
		left: 0;
		padding-right: 0;
	}

	.about-us-wrapper.v3 .about-us-img .big-img {
		margin-right: 0;
		margin-top: 20px;
	}

	.about-us-wrapper.v3 .about-us-img .big-img::before,
	.about-us-wrapper.v3 .about-us-img .big-img::after,
	.about-us-wrapper.v3 .about-us-img .small-img .bg-shape ,
	.about-us-wrapper.v3 .about-us-img .small-img::before,
	.about-us-wrapper.v3 .about-us-img .small-img::after {
		display: none;
	}

	.about-us-wrapper.v3 .about-us-img .small-img .play-btn-wrap {
		position: absolute;
		bottom: 0;
		right: auto;
		left: 50%;
		margin-left: -40px;
	}

	.about-us-wrapper.v3 .about-us-img {
		margin-bottom: 30px;
	}

	.testomonial-sec-wrapper .single-testomonial .testomonial-content {
		padding: 25px 10px;
		margin-bottom: 45px;
	}

	.blog-list-wrapper .blog-list-content-area .single-blog-list.blog-quote .blog-list-content::before {
		display: none;
	}

	.blog-details-wrapper .blog-comment-area .single-comment-wrap .comment-content {
		width: 100%;
		margin-top: 20px;
	}

	.blog-details-wrapper .blog-comment-area .single-comment-wrap.comment-replay {
		margin-left: 30px;
	}

	.no-m-sm {
		margin-left: 0;
		margin-right: 0;
		margin-top: 0;
		margin-bottom: 0;
	}

	footer .footer-widget-area ul.footer-social:after,
	footer .footer-widget-area ul.footer-social:before {
		display: none;
	}

	.header-information-wrapper.v2 {
		position: sticky;
		top: 0;
		z-index: 9999;
		background-color: #fff;
		box-shadow: 0 0 10px 0 rgba(0,0,0,0.1);
	}

	header.sticky {
		position: sticky !important;
		position: -webkit-sticky !important;
		left: 0;
		right: 0;
		top: 0 !important;
		z-index: 9999;
	}

	header .logo {
		position: relative;
		z-index: 111;
	}

	.hero-banner-wrapper .banner-content {
		padding-top: 70px;
		padding-bottom: 115px;
	}
}
/* sm end  */

/* Small devices (landscape phones, 576px and up) */
@media (max-width: 480px){
	.logo img {
		max-width: 170px;
	}
}

 @media (min-width: 480px) and (max-width: 767.98px) {
	.testomonial-slider-active,
	.package-box-slider-active {
		padding: 0 70px;
	}

	.testomonial-slider-wrapper .single-testomonial p {
		padding: 0 60px;
		min-height: 130px;
	}

	.team-slider-active {
		padding: 0 90px;
	}

	.team-member-wrap .single-team-member:hover .member-thumb {
		top: 50px;
	}

	.team-member-wrap .single-team-member .member-thumb::before {
		bottom: -130px;
		height: 130px;
	}
	.hero-area-slider-wrap.v2 .single-hero-slide {
		min-height: 420px;
	}

	.header-information-wrapper.v2 {
		padding: 20px 0;
	}
	.about-us-wrapper.v2 .about-us-content ul li::before {
		top: 0px;
	}

	.header-information-wrapper.v2 .container {
		max-width: 100%;
	}

	.our-service-area-wrapper .single-service-wrap .service-content {
		top: 80%;
	}

	.our-service-area-wrapper .single-service-wrap:hover .service-content {
		top: 30%;
	}

	header .container {
		max-width: 100%;
	}

	.shop-product-area {
		padding: 0 100px;
	}

	.team-member-wrap .single-team-member .member-thumb::before {
		display: none;
	}

	.package-table-wrapper .single-package-box .package-price {
		padding: 60px 0;
		min-height: 240px;
	}
}
.header-top-right i {
	font-size: 18px;
    border: 2px gray solid;
    padding: 8px 9px;
    height: 36px;
    border-radius: 20px;
    width: 36px;
}

.gmap {
	display: block;
	width: 100%;
	height: 600px;
}

.btn-hovers {
	position: fixed;
	bottom: 60px;
	left: 0;
	z-index: 8000;
}
.btn-hovers .s-btn {
	position: absolute;
	left: -3px;
	bottom: 65px;
	width: 46px;
	height: 46px;
	max-width: none;
	padding: 0;
	margin: 0;
	background-color: #1aa0c6;
	text-align: center;
	font-size: 24px;
	color: #fff;
	border: 2px solid #fff;
	border-left: none;
	border-radius: 0 50% 50% 0;
	cursor: pointer;
	z-index: 0;
}
.btn-hovers .s-btn.wa-btn {
	background-color: #36dc54;
}
.single-top-features {
	padding: 10px;
    background: #fff;
	min-height: 500px;
}