<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/***************************************************************************************************************
* 1. common styles
* 2. topbar styles
* 3. header styles
* 4. slider styles
* 5. about styles
* 6. search-popup styles
* 7. footer styles
* 8. inner-banner styles
* 9. contact styles
* 10. sidebar styles
* 11. blog styles
* 12. faq styles
* 13. service styles
* 14. portfolio styles
* 15. cta styles
* 16. fact styles
* 17. team styles
* 18. feature styles
* 19. testimonials styles
* 20. video styles
* 21. shop styles
* 22. cart styles
* 23. checkout styles
* 24. history styles
***************************************************************************************************************/
/*
* 1. common styles
*/
body {
	/*font-family: "Helvetica Neue", Helvetica, Arial, sans-serif!important;*/
	font-family: "Poppins",sans-serif!important;
	font-size: 17px!important;
	line-height: 1.4!important;
}

#zqMessageDiv{    
    position: fixed;
    bottom: 0;
    right: 0;
    z-index: 2;
}
a,
a:hover,
a:active,
a:focus {
	text-decoration: none;
}
img{max-width: 100%;}
p {
    margin: 0 0 6px;
}
.clear { clear:both; margin:0; padding:0; height:0; font-size:0; line-height:0; width:0 }
h4{font-size: 22px;}
.bg{
	background: #42bdcd;
    color: #fff;
    text-align: center;
    font-size: 20px;
    padding: 10px;
}
.page-wrapper {
	position: relative;
	margin: 0 auto;
	width: 100%;
	min-width: 300px;
	overflow: hidden;
}
.about-box h3{color: #0965b1;font-size: 26px}
.about-box h6{  font-weight: 600; font-size: 30px;margin: 20px 0;}
.center{text-align: center;}
h5{font-size: 20px;}

@media (min-width: 1200px) {
	.container {
		max-width: 1200px;
	}
}

.block-title {
	margin-bottom: 50px;
}

.block-title__tag-line {
	margin: 0;
	line-height: 1em;
	text-transform: uppercase;
	color: #ff5860;
	font-size: 17px;
	letter-spacing: .1em;
}

.block-title__tag-line.block-title__white {
	opacity: .7;
}

.block-title__title {
	margin: 0;
    font-size: 35px;
    line-height: 1.5;
    margin-top: 10px;
    color: #a9283d;
    margin-bottom: 8px;
    font-weight: bold;
}

@media (max-width: 480px) {
	.block-title__title br {
		display: none;
	}
}

@media (max-width: 320px) {
	.block-title__title {
		font-size: 30px;
	}
}

.block-title__text {
	margin: 0;
	color: #848484;
	font-size: 15px;
	line-height: 26px;
	margin-top: 25px;
}

.block-title__bold {
	font-weight: 700;
}

.block-title__white {
	color: #fff;
}

.block-title__base {
	color: #ff5860;
}

.block-title__black {
	color: #222222;
}

.post-filter {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	margin: 0;
	margin-bottom: 50px;
}

.post-filter li+li {
	margin-left: 25px;
}

.post-filter li span {
	font-size: 15px;
	font-weight: 500;
	color: #222222;
	text-transform: uppercase;
	position: relative;
	cursor: pointer;
}

.post-filter li span:before {
	content: '';
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%) scale(0, 1);
	transform: translate(-50%, -50%) scale(0, 1);
	height: 2px;
	width: 120%;
	background-color: #ff5860;
	-webkit-transition: -webkit-transform .4s ease;
	transition: -webkit-transform .4s ease;
	transition: transform .4s ease;
	transition: transform .4s ease, -webkit-transform .4s ease;
	-webkit-transform-origin: center center;
	transform-origin: center center;
}

.post-filter li.active span:before,
.post-filter li:hover span:before {
	-webkit-transform: translate(-50%, -50%) scale(1, 1);
	transform: translate(-50%, -50%) scale(1, 1);
}

.thm-btn {
	border: none;
	outline: none;
	background-color: #ff5860;
	display: inline-block;
	vertical-align: middle;
	font-weight: 600;
	font-size: 17px;
	color: #fff;
	padding: 18px 31.4px;
	-webkit-transition: all .4s ease;
	transition: all .4s ease;
}

.thm-btn:hover {
	background-color: #222222;
	color: #fff;
}

.thm-btn i {
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	vertical-align: middle;
	font-size: 18px;
	margin-left: 13px;
}

/* Cursor Style */
.cursor {
	position: absolute;
	background-color: #fff;
	width: 6px;
	height: 6px;
	border-radius: 100%;
	z-index: 1;
	-webkit-transition: 0.2s cubic-bezier(0.75, -0.27, 0.3, 1.33) opacity, 0.3s cubic-bezier(0.75, -1.27, 0.3, 2.33) -webkit-transform;
	transition: 0.2s cubic-bezier(0.75, -0.27, 0.3, 1.33) opacity, 0.3s cubic-bezier(0.75, -1.27, 0.3, 2.33) -webkit-transform;
	transition: 0.3s cubic-bezier(0.75, -1.27, 0.3, 2.33) transform, 0.2s cubic-bezier(0.75, -0.27, 0.3, 1.33) opacity;
	transition: 0.3s cubic-bezier(0.75, -1.27, 0.3, 2.33) transform, 0.2s cubic-bezier(0.75, -0.27, 0.3, 1.33) opacity, 0.3s cubic-bezier(0.75, -1.27, 0.3, 2.33) -webkit-transform;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	pointer-events: none;
	z-index: 10000;
	-webkit-transform: scale(1);
	transform: scale(1);
	visibility: hidden;
}

.cursor {
	visibility: visible;
}

.cursor.active {
	opacity: 0.5;
	-webkit-transform: scale(0);
	transform: scale(0);
}

.cursor.hovered {
	opacity: 0.08;
}

.cursor-follower {
	position: absolute;
	background-color: RGBA(255, 255, 255, 0.3);
	width: 50px;
	height: 50px;
	border-radius: 100%;
	z-index: 1;
	-webkit-transition: 0.2s cubic-bezier(0.75, -0.27, 0.3, 1.33) opacity, 0.6s cubic-bezier(0.75, -1.27, 0.3, 2.33) -webkit-transform;
	transition: 0.2s cubic-bezier(0.75, -0.27, 0.3, 1.33) opacity, 0.6s cubic-bezier(0.75, -1.27, 0.3, 2.33) -webkit-transform;
	transition: 0.6s cubic-bezier(0.75, -1.27, 0.3, 2.33) transform, 0.2s cubic-bezier(0.75, -0.27, 0.3, 1.33) opacity;
	transition: 0.6s cubic-bezier(0.75, -1.27, 0.3, 2.33) transform, 0.2s cubic-bezier(0.75, -0.27, 0.3, 1.33) opacity, 0.6s cubic-bezier(0.75, -1.27, 0.3, 2.33) -webkit-transform;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	pointer-events: none;
	z-index: 10000;
	visibility: hidden;
}

.cursor-follower {
	visibility: visible;
}

.cursor-follower.active {
	opacity: 0.7;
	-webkit-transform: scale(1);
	transform: scale(1);
}

.cursor-follower.hovered {
	opacity: 0.08;
}

.cursor-follower.close-cursor:before {
	position: absolute;
	content: '';
	height: 25px;
	width: 2px;
	background: #fff;
	left: 48%;
	top: 12px;
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
	display: inline-block;
}

.cursor-follower.close-cursor:after {
	position: absolute;
	content: '';
	height: 25px;
	width: 2px;
	background: #fff;
	right: 48%;
	top: 12px;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}

/* bootstrap select */
.bootstrap-select .btn-light:not(:disabled):not(.disabled).active,
.bootstrap-select .btn-light:not(:disabled):not(.disabled):active,
.bootstrap-select .show&gt;.btn-light.dropdown-toggle {
	background-color: transparent !important;
	-webkit-box-shadow: none !important;
	box-shadow: none !important;
	outline: none !important;
}

.bootstrap-select&gt;.dropdown-toggle {
	-webkit-box-shadow: none !important;
	box-shadow: none !important;
}

.bootstrap-select .dropdown-toggle:focus,
.bootstrap-select&gt;select.mobile-device:focus+.dropdown-toggle {
	outline: none !important;
}

.bootstrap-select .dropdown-menu {
	padding-top: 0;
	padding-bottom: 0;
	margin-top: 0;
	z-index: 991;
}

.bootstrap-select .dropdown-menu&gt;li+li&gt;a {
	border-top: 1px solid #f2f2f2;
}

.bootstrap-select .dropdown-menu&gt;li:first-child&gt;a {
	padding-top: 10px;
}

.bootstrap-select .dropdown-menu&gt;li:last-child&gt;a {
	padding-bottom: 10px;
}

.bootstrap-select .dropdown-menu&gt;li.selected&gt;a {
	background: #ff5860;
	color: #fff;
}

.bootstrap-select .dropdown-menu&gt;li&gt;a {
	font-size: 16px;
	font-weight: 500;
	padding: 9px 20px;
	color: #222222;
	-webkit-transition: all .4s ease;
	transition: all .4s ease;
}

.bootstrap-select .dropdown-menu&gt;li&gt;a:hover {
	background: #ff5860;
	color: #fff;
	cursor: pointer;
}

.preloader {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 9999;
	background-color: #fff;
}

.preloader span {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-position: center center;
	background-repeat: no-repeat;
	background-image: url(../images/resources/preloader.gif);
}

.scroll-to-top {
	display: inline-block;
	width: 60px;
	height: 60px;
	background: #ff5860;
	position: fixed;
	bottom: 40px;
	right: 40px;
	z-index: 990;
	text-align: center;
	-webkit-transition: all .4s ease;
	transition: all .4s ease;
	display: none;
	border-radius: 50%;
}

@media (max-width: 480px) {
	.scroll-to-top {
		width: 40px;
		height: 40px;
	}
}

.scroll-to-top i {
	font-size: 20px;
	line-height: 60px;
	color: #fff;
	position: relative;
	z-index: 10;
	-webkit-transition: all .4s ease;
	transition: all .4s ease;
}

@media (max-width: 480px) {
	.scroll-to-top i {
		font-size: 14px;
		line-height: 40px;
	}
}

.scroll-to-top:hover {
	background: #222222;
}

.scroll-to-top:hover i {
	color: #fff;
}

/*
* 2. topbar styles
*/
.topbar-one {
	background-color: #a9283d; 
	padding: 13px 0;
}
.topbar-one__left,.topbar-one__right{
	width: 50%
}
.topbar-one .container {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

@media (max-width: 991px) {
	.topbar-one .container {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
	}
}

@media (max-width: 991px) {
	
	.topbar-one__left, .topbar-one__right{
		width: auto;
	}
}

.topbar-one__social {
	text-align: right;
}

.topbar-one__social a {
	font-size: 13px;
	color: #fff;
	-webkit-transition: all .4s ease;
	transition: all .4s ease;
}

.topbar-one__social a+a {
	margin-left: 30px;
}

.topbar-one__social a:hover {
	color: #ff5860;
}

.topbar-one__links {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

@media (max-width: 767px) {
	.topbar-one__links a {
		-webkit-box-flex: 1;
		-ms-flex: 1 1 50%;
		flex: 1 1 50%;
		text-align: center;
	}
}

.topbar-one__links a+a {
	padding-left: 30px;
	margin-left: 30px;
	border-left: 1px dashed rgba(225, 227, 226, 0.2);
}

@media (max-width: 767px) {
	.topbar-one__links a+a{
		padding-left: 0;
		margin-left: 0;
		border: none;
	}
	.topbar-one__social a+a{
		margin-left: 5px;
		border: none;
	}
}

.topbar-one__search,
.topbar-one__cart {
	font-size: 19px;
	color: rgba(255, 255, 255, 0.5);
	-webkit-transition: all .4s ease;
	transition: all .4s ease;
}

@media (max-width: 767px) {

	.topbar-one__search,
	.topbar-one__cart {
		border-bottom: 1px dashed rgba(225, 227, 226, 0.2) !important;
		padding-bottom: 10px;
		margin-bottom: 10px;
	}
}

@media (max-width: 425px) {

	.topbar-one__search,
	.topbar-one__cart {
		margin-bottom: 0;
	}
}

.topbar-one__search:hover,
.topbar-one__cart:hover {
	color: #fff;
}

.topbar-one__link {
	color: #eee;
	font-size: 15px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-transition: all .4s ease;
	transition: all .4s ease;
}

.topbar-one__link:hover {
	/* color: #fff; */
}

.topbar-one__link i {
	color: #fff;
	font-size: 18px;
	margin-right: 10px;
}

@media (max-width: 425px) {
	.topbar-one__link {
		text-align: center;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
	}
}

@media (max-width: 375px) {
	.topbar-one__link {
		-webkit-box-flex: 1 !important;
		-ms-flex: 1 1 100% !important;
		flex: 1 1 100% !important;
	}
}

/*
* 3. header styles
*/
.header-navigation {
	background-color: transparent;
	margin-bottom: 0;
	border: none;
	border-radius: 0;
	padding: 0;
	position: relative;
	background-color: transparent;
}

.header-navigation .container {
	background: transparent;
	position: relative;
	display: block;
}

.header-navigation .container .logo-box {
	float: left;
}

.header-navigation .container .navbar-brand {
	height: auto;
	margin: 5px;
}

.header-navigation .container .menu-toggler {
	display: none;
}

.header-navigation .container .right-side-box {
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	right: 15px;
}

.header-navigation .main-navigation {
	float: right;
	text-align: right;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

@media (min-width: 1200px) {
	.header-navigation .main-navigation {
		display: -webkit-box !important;
		display: -ms-flexbox !important;
		display: flex !important;
	}
}

.header-navigation ul.navigation-box {
	margin: 0;
	padding: 0;
	list-style: none;
}
.header-navigation ul.navigation-box li a .fa{margin-right: 3px}
.header-navigation ul.navigation-box li a .sub-nav-toggler {
	display: none;
}

.header-navigation ul.navigation-box&gt;li {
	position: relative;
	padding: 28px 0;
	display: inline-block;
	vertical-align: middle;
}

.header-navigation ul.navigation-box&gt;li+li {
	margin-left: 30px;
}

.header-navigation ul.navigation-box&gt;li:first-child {
	padding-left: 0;
}

.header-navigation ul.navigation-box&gt;li:last-child {
	padding-right: 0;
}

.header-navigation ul.navigation-box&gt;li&gt;a {
	font-weight: 500;
	
	font-size: 17px;
	color: #222222;
	padding: 0;
	-webkit-transition: all .4s ease;
	transition: all .4s ease;
	position: relative;
}

.header-navigation ul.navigation-box&gt;li&gt;a:after {
	content: "\f107";
	font-family: FontAwesome;
	margin-left: 10px;
}

.header-navigation ul.navigation-box&gt;li&gt;a:only-child:after {
	content: '';
	display: none;
}

.header-navigation ul.navigation-box&gt;li.current&gt;a,
.header-navigation ul.navigation-box&gt;li:hover&gt;a {
	color: #ff5860;
}

.header-navigation ul.navigation-box&gt;li&gt;.submenu {
	position: absolute;
	top: 100%;
	left: 0;
	z-index: 1000;
	float: left;
	min-width: 320px;
	padding: 0px 0px;
	text-align: left;
	list-style: none;
	background-color: #f5f5f5;
	background-clip: padding-box;
	opacity: 0;
	border-radius: 0px;
	visibility: hidden;
	transform: translateY(30px);
	/* -webkit-transition: opacity .4s ease, visibility .4s ease, transform .5s ease; */
	/* transition: opacity .4s ease, visibility .4s ease, transform .5s ease; */
	border-top: 4px solid #a9283d;
	box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
}

@media (min-width: 1200px) {
	.header-navigation ul.navigation-box&gt;li&gt;.submenu {
		display: block !important;
	}
}

.header-navigation ul.navigation-box&gt;li&gt;.submenu.right-align {
	left: auto;
	right: 0;
}

.header-navigation ul.navigation-box&gt;li&gt;.submenu.center-align {
	left: 50%;
	-webkit-transform: translateX(-50%)  translateY(30px);;
	transform: translateX(-50%) translateY(30px);;
}

.header-navigation ul.navigation-box&gt;li&gt;.submenu&gt;li {
	display: block;
	position: relative;
	/* -webkit-transition: all .4s ease; */
	/* transition: all .4s ease; */
}

.header-navigation ul.navigation-box&gt;li&gt;.submenu&gt;li+li {
	border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.header-navigation ul.navigation-box&gt;li&gt;.submenu&gt;li&gt;a {
	font-size: 15px;
	color: #000;
	font-weight: 400;
	padding: 5px 20px;
	display: block;
	line-height: 26px;
	/* white-space: nowrap; */
	position: relative;
	/* -webkit-transition: all .4s ease; */
	/* transition: all .4s ease; */
}

.header-navigation ul.navigation-box&gt;li&gt;.submenu&gt;li:hover&gt;a {
	color: #fff;
	background: #a9283d;
}

.header-navigation ul.navigation-box&gt;li:hover:before {
	-webkit-transform: scale(1, 1);
	transform: scale(1, 1);
	-webkit-transform-origin: left bottom;
	transform-origin: left bottom;
}

.header-navigation ul.navigation-box&gt;li:hover&gt;.submenu {
	opacity: 1;
	visibility: visible;
	transform: translateY(0px);
}

.header-navigation ul.navigation-box&gt;li&gt;ul&gt;li&gt;.submenu {
	position: absolute;
	top: 0%;
	left: 100%;
	z-index: 1000;
	float: left;
	min-width: 300px;
	padding: 0px 0px;
	text-align: left;
	list-style: none;
	background-color: #f5f5f5;
	background-clip: padding-box;
	opacity: 0;
	border-radius: 0px;
	visibility: hidden;
	transform: translateX(30px);
	-webkit-transition: opacity .4s ease, visibility .4s ease, transform .5s ease;
	transition: opacity .4s ease, visibility .4s ease, transform .5s ease;
	/* border-top: 4px solid #21bcd8; */
	box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
}

@media (min-width: 1200px) {
	.header-navigation ul.navigation-box&gt;li&gt;ul&gt;li&gt;.submenu {
		display: block !important;
	}
}
@media (max-width: 1120px) {
	.header-navigation ul.navigation-box&gt;li{
		padding: 10px 0;
	}	
}

.header-navigation ul.navigation-box&gt;li&gt;ul&gt;li&gt;.submenu.right-align {
	left: auto;
	right: 100%;
}

.header-navigation ul.navigation-box&gt;li&gt;ul&gt;li&gt;.submenu.center-align {
	left: 50%;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
}

.header-navigation ul.navigation-box&gt;li&gt;ul&gt;li&gt;.submenu&gt;li {
	display: block;
	position: relative;
	-webkit-transition: all .4s ease;
	transition: all .4s ease;
}

.header-navigation ul.navigation-box&gt;li&gt;ul&gt;li&gt;.submenu&gt;li+li {
	border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.header-navigation ul.navigation-box&gt;li&gt;ul&gt;li&gt;.submenu&gt;li&gt;a {
	font-size: 15px;
	color: #000;
	font-weight: 400;
	padding: 5px 20px;
	display: block;
	line-height: 26px;
	/* white-space: nowrap; */
	position: relative;
	-webkit-transition: all .4s ease;
	transition: all .4s ease;
}

.header-navigation ul.navigation-box&gt;li&gt;ul&gt;li&gt;.submenu&gt;li:hover&gt;a {
	color: #fff;
	background: #a9283d;
}

.header-navigation ul.navigation-box&gt;li&gt;ul&gt;li:hover&gt;.submenu {
	opacity: 1;
	visibility: visible;
	transform: translateX(0);
	border-left: 1px solid #ccc;
}

.header-navigation ul.navigation-box&gt;li&gt;ul&gt;li ul {
	/* no more nested showen */
	display: none;
}

.stricked-menu {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 999;
	background-color: #fff;
	-webkit-box-shadow: 0px 6px 13px 0px RGBA(0, 0, 0, 0.06);
	box-shadow: 0px 6px 13px 0px RGBA(0, 0, 0, 0.06);
	opacity: 0;
	-webkit-transform: translateY(-110%);
	transform: translateY(-110%);
	-webkit-transition: all .4s ease;
	transition: all .4s ease;
}

.stricked-menu ul.navigation-box&gt;li {
	padding-top: 28px;
	padding-bottom: 28px;
}

.stricked-menu.stricky-fixed {
	opacity: 1;
	-webkit-transform: translateY(0%);
	transform: translateY(0%);
}
@media (max-width: 1120px) {
	.stricked-menu ul.navigation-box&gt;li{
		padding: 10px 0;
	}	
}

.header-one__btn {
	padding: 12px 37px;
}

.site-header__header-one .header-navigation {
	z-index: 991;
	border-bottom: 1px solid #eee;
}


.site-header__header-one .stricked-menu .logo-box:before {
	height: 30px;
}

.site-header__header-one .header-navigation .main-navigation {
	float: none;
	text-align: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	/*padding-left: 55px;*/
}

.site-header__header-one .header-navigation .container {
	padding-right: 15px;
}

.site-header__header-one .header-navigation ul.navigation-box+ul.navigation-box {
	margin-left: 50px;
}

.site-header__header-one .header-navigation ul.navigation-box&gt;li&gt;a {
	font-size: 17px;
	font-weight: 500;
	
	color: #222222;
}

.site-header__header-one .header-navigation ul.navigation-box&gt;li.current&gt;a,
.site-header__header-one .header-navigation ul.navigation-box&gt;li:hover&gt;a {
	color: #a9283d;
}

.site-header__header-two {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	background-color: transparent;
}

.site-header__header-two .header-navigation {
	background-color: #fff;
	max-width: 1170px;
	width: 100%;
	padding-left: 15px;
	padding-right: 15px;
	margin-left: auto;
	margin-right: auto;
}

.site-header__header-two .header-navigation .main-navigation {
	padding-left: 0;
}

.site-header__header-two .header-navigation .logo-box {
	padding: 0;
	background-color: transparent;
}

.site-header__header-two .header-navigation .logo-box::before {
	display: none;
}

.site-header__header-two .stricked-menu {
	width: 100%;
	max-width: 100%;
}

.site-header__header-four {
	background-color: #21bcd8;
}

.site-header__header-four .header-navigation .logo-box {
	background-color: transparent;
	padding: 0;
}

.site-header__header-four .header-navigation .logo-box::before {
	display: none;
}

.site-header__header-four .header-navigation ul.navigation-box&gt;li&gt;a {
	color: #BFF5FF;
}

.site-header__header-four .header-navigation .main-navigation {
	padding-left: 0;
}

.site-header__header-four .site-header__qoute-btn {
	background-color: #fff;
	color: #222222;
}

.site-header__header-four .site-header__qoute-btn:hover {
	background-color: #ff5860;
	color: #fff;
}

.site-header__header-four .stricked-menu {
	background-color: #21bcd8;
}

.site-header__header-five {
	background-color: transparent;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 99;
}

.site-header__header-five .header-navigation .logo-box {
	background-color: transparent;
	padding: 0;
}

.site-header__header-five .header-navigation .logo-box::before {
	display: none;
}

.site-header__header-five .header-navigation ul.navigation-box&gt;li&gt;a {
	color: #ffffff;
}

.site-header__header-five .header-navigation .main-navigation {
	padding-left: 0;
}

.site-header__header-five .stricked-menu {
	background-color: #21bcd8;
}

.site-header__home-one .header-navigation .logo-box {
	padding-left: 0;
	padding-right: 85px;
	background-color: transparent;
}

.site-header__home-one .header-navigation .logo-box img {
	position: relative;
	z-index: 13;
}

.site-header__home-one .header-navigation .logo-box::before {
	top: 0;
	right: 0;
	height: calc(100% + 20px);
	width: 100000px;
	left: auto;
	-webkit-transform: skewX(-10deg);
	transform: skewX(-10deg);
	-webkit-clip-path: none;
	clip-path: none;
	z-index: 12;
}
@media (max-width: 768px) {
	.header-navigation ul.navigation-box&gt;li+li{
		margin-left: 20px;
	}
	.site-header__header-one .header-navigation ul.navigation-box&gt;li&gt;a{
		font-size: 16px;
	}
}
@media (max-width: 1199px) {
	.site-header__home-one .header-navigation .logo-box::before {
		display: none;
	}
}

.site-header__home-one .header-navigation .logo-box:after {
	content: '';
	position: absolute;
	background-color: #21bcd8;
	z-index: 10;
	top: 0;
	right: -15px;
	height: calc(100% + 35px);
	width: 100000px;
	opacity: 0.2;
	-webkit-transform: skewX(-10deg);
	transform: skewX(-10deg);
}

@media (max-width: 1199px) {
	.site-header__home-one .header-navigation .logo-box:after {
		display: none;
	}
}

.site-header__home-one .header-navigation .main-navigation {
	padding-left: 80px;
}

.site-header__home-one .stricked-menu .logo-box {
	padding-top: 15px;
	padding-bottom: 5px;
}

.site-header__home-one .stricked-menu .logo-box::before {
	height: calc(100% + 10px);
}

.site-header__home-one .stricked-menu .logo-box:after {
	content: '';
	height: calc(100% + 25px);
}

/*
* 4. slider styles
*/
.slider-one__title {
	margin: 0;
	font-family: -webkit-pictograph;
	color: #000;
	font-size: 60px;
	line-height: 75px;
	font-weight: 700;
	-webkit-animation-duration: 2s;
	animation-duration: 2s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
	-webkit-backface-visibility: visible !important;
	backface-visibility: visible !important;
}

@media (max-width: 767px) {
	.slider-one__title {
		font-size: 35px;
		line-height: 1.25em;
	}
}

@media (max-width: 375px) {
	.slider-one__title {
		font-size: 35px;
	}
}

@media (max-width: 320px) {
	.slider-one__title {
		font-size: 28px;
	}

	.slider-one__title br {
		display: none;
	}
}

.slider-one__text {
	margin: 0;
	color: #555;
	font-size: 20px;
	letter-spacing: .02em;
	margin-top: 15px;
	-webkit-animation-duration: 1s;
	animation-duration: 1s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
	-webkit-backface-visibility: visible !important;
	backface-visibility: visible !important;
}

@media (max-width: 767px) {
	.slider-one__text {
		width: 70%;
		line-height: 1.4em;
	}
}
@media (max-width: 550px) {
	.slider-one__text{ width: 95%; }
}
@media (max-width: 375px) {
	.slider-one__text {
		width: 100%;
	}
}

.slider-one .active .slider-one__title {
	-webkit-animation-name: fadeInDown;
	animation-name: fadeInDown;
	-webkit-animation-delay: .5s;
	animation-delay: .5s;
}

.slider-one .active .slider-one__text {
	-webkit-animation-name: fadeInUp;
	animation-name: fadeInUp;
	-webkit-animation-delay: 1s;
	animation-delay: 1s;
}

[class*=slider-one__slider-],
[class*=slider-two__slider-],
[class*=slider-three__slider-] {
	/*background-color: #222222;*/
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
}

/*[class*=slider-one__slider-] {
	padding-top: 196px;
	padding-bottom: 281px;
}*/

@media (max-width: 767px) {
	/*[class*=slider-one__slider-] {
		padding-top: 140.5px;
		padding-bottom: 140.5px;
	}*/
}

/*[class*=slider-two__slider-] {
	padding-top: 100px;
	padding-bottom: 100px;
}

@media (max-width: 767px) {
	[class*=slider-two__slider-] {
		padding-top: 50px;
		padding-bottom: 50px;
	}
}

@media (max-width: 375px) {
	[class*=slider-two__slider-] {
		background-position: top left;
	}
}
*/

.slider-one .owl-theme .owl-dots,
.slider-two .owl-theme .owl-dots {
	position: absolute;
	top: 50%;
	left: 2%;
	transform: translateY(-50%);
	display: flex;
	flex-direction: column;
}

@media(max-width: 767px) {

	.slider-one .owl-theme .owl-dots,
	.slider-two .owl-theme .owl-dots {
		display: none !important;
	}
}

.slider-two .owl-theme .owl-dots .owl-dot+.owl-dot,
.slider-one .owl-theme .owl-dots .owl-dot+.owl-dot {
	margin-top: 15px;
}

.slider-one .owl-theme .owl-dots .owl-dot span,
.slider-two .owl-theme .owl-dots .owl-dot span {
	padding: 0;
	margin: 0;
	width: 16px;
	height: 16px;
	background-color: transparent;
	border: 2px solid #ddd;
	transition: all 500ms ease;
}

.slider-one .owl-theme .owl-dots .owl-dot:hover span,
.slider-two .owl-theme .owl-dots .owl-dot:hover span,
.slider-two .owl-theme .owl-dots .owl-dot.active span,
.slider-one .owl-theme .owl-dots .owl-dot.active span {
	background-color: #ff5860;
	border: 2px solid #ff5860;
}

.slider-two__linear-text {
	-webkit-text-fill-color: transparent;
	-webkit-text-stroke-width: 2px;
	-webkit-text-stroke-color: #f00;
	letter-spacing: 3px;
}

.slider-two__btn {
	margin-top: 50px;
	padding-left: 36px;
	padding-right: 36px;
	margin-left: 15px;
	-webkit-animation-duration: 1s;
	animation-duration: 1s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
	-webkit-backface-visibility: visible !important;
	backface-visibility: visible !important;
}

@media (max-width: 767px) {
	.slider-two__btn {
		margin-top: 20px;
	}
}

.slider-two .slider-one__title {
	font-size: 60px;
	line-height: 65px;
}

@media (max-width: 767px) {
	.slider-two .slider-one__title {
		font-size: 40px;
		line-height: 45px;
	}
}

@media (max-width: 375px) {
	.slider-two .slider-one__title {
		font-size: 35px;
		line-height: 40px;
	}
}

@media (max-width: 320px) {
	.slider-two .slider-one__title {
		font-size: 27px;
		line-height: 35px;
	}
}

.slider-two .slider-one__text {
	margin-top: 30px;
}

@media (max-width: 767px) {
	.slider-two .slider-one__text {
		margin-top: 10px;
	}
}

.slider-two .active .slider-one__title {
	-webkit-animation-name: fadeInDown;
	animation-name: fadeInDown;
	-webkit-animation-delay: .5s;
	animation-delay: .5s;
}

.slider-two .active .slider-one__text {
	-webkit-animation-name: fadeInUp;
	animation-name: fadeInUp;
	-webkit-animation-delay: 1s;
	animation-delay: 1s;
}

.slider-two .active .slider-two__btn {
	-webkit-animation-name: fadeInUp;
	animation-name: fadeInUp;
	-webkit-animation-delay: 1.5s;
	animation-delay: 1.5s;
}

.slider-one__home-three [class*=slider-one__slider-] {
	text-align: center;
}

.slider-one__home-four [class*=slider-one__slider-] {
	padding-top: 183px;
	padding-bottom: 298px;
}

.slider-two__home-five [class*=slider-two__slider-] {
	padding-top: 260px;
	padding-bottom: 280px;
}

.slider-two__home-five .slider-two__btn {
	background-color: #fff;
	color: #222222;
}
.slider-two__home-five .slider-two__btn:hover {
	background-color: #21bcd8;
	color: #ffffff;
}

/*
* 5. about styles
*/
.about-one .block-title {
	border-bottom: 1px solid #e5e5e5;
	margin-bottom: 40px;
	padding-bottom: 35px;
}

@media (max-width: 991px) {
	.about-one .block-title {
		margin-bottom: 20px;
	}
}

.about-one__inner-container {
	padding-left: 60px;
	padding-right: 60px;
	padding-top: 70px;
	padding-bottom: 70px;
	background-color: #fff;
	-webkit-box-shadow: 0px 21px 35px 0px RGBA(28, 58, 104, 0.1);
	box-shadow: 0px 21px 35px 0px RGBA(28, 58, 104, 0.1);
	position: relative;
	z-index: 100;
	margin-top: -100px;
}

@media (max-width: 767px) {
	.about-one__inner-container {
		margin-top: -50px;
	}
}

@media (max-width: 480px) {
	.topbar-one__social a+a{
		margin-left: 5px;
	}
	.about-one__inner-container {
		margin-top: -40px;
	}
}

@media (max-width: 375px) {
	.about-one__inner-container {
		padding-left: 15px;
		padding-right: 15px;
	}
}

.about-one__inner-container::before,
.about-one__inner-container::after {
	content: '';
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	background-color: #fff;
}

.about-one__inner-container::before {
	top: -15px;
	-webkit-transform: scaleX(0.948);
	transform: scaleX(0.948);
	opacity: 0.7;
}

.about-one__inner-container::after {
	top: -30px;
	-webkit-transform: scaleX(0.897);
	transform: scaleX(0.897);
	opacity: 0.5;
}

.about-one__inner-container .row {
	position: relative;
	z-index: 10;
}

.about-one__feature {
	width: 100%;
	max-width: 267px;
}

@media (max-width: 991px) {
	.about-one__feature {
		margin-top: 40px;
	}
}

.about-one__feature-icon {
	font-size: 60px;
	color: #ff5860;
}

.about-one__feature-title {
	margin: 0;
	font-size: 24px;
	color: #222222;
	margin-top: 45px;
}

.about-one__feature-title a {
	color: inherit;
	-webkit-transition: all .4s ease;
	transition: all .4s ease;
}

.about-one__feature-title a:hover {
	color: #ff5860;
}

.about-one__feature-text {
	margin: 0;
	font-size: 15px;
	line-height: 26px;
	color: #222222;
	margin-top: 20px;
}

@media (min-width: 1200px) {
	.about-one__content .row {
		position: relative;
	}

	.about-one__content .row:before {
		content: '';
		width: 1px;
		height: 222px;
		background-color: #e5e5e5;
		position: absolute;
		top: 50%;
		left: 44.5%;
		transform: translate(-50%, -50%);
	}
}

@media (max-width: 1199px) {
	.about-one__image {
		display: none;
	}
}

@media (max-width: 991px) {
	.about-one__image {
		display: inline-block;
		position: absolute;
		bottom: 0px;
		right: -100px;
	}
}

@media (max-width: 767px) {
	.about-one__image {
		position: relative;
		bottom: 0px;
		right: 0px;
		margin-top: 40px;
		max-width: 100%;
	}
}



.about-two__img {
	position: relative;
	display: inline-block;
}

.about-two__img::before {
	content: '';
	background-image: url(../images/resources/pattern-1-1.png);
	background-position: 0 0;
	width: 125px;
	height: 125px;
	position: absolute;
	top: 28%;
	left: -1.5%;
	-webkit-transform: translateY(-50%) translateX(-50%);
	transform: translateY(-50%) translateX(-50%);
	z-index: -1;
}

[class*=about-two__img-] {
	-webkit-box-shadow: 0px 30px 50px 0px rgba(8, 13, 62, 0.15);
	box-shadow: 0px 30px 50px 0px rgba(8, 13, 62, 0.15);
}

.about-two__img-2 {
	position: absolute;
	top: 0;
	right: 0;
	z-index: 10;
	-webkit-transform: translateX(-70%) translateY(50%);
	transform: translateX(-70%) translateY(50%);
}

.about-two {
	background: #f8f8f8;
	padding-top: 50px;
	padding-bottom: 20px;
}

.about-two .block-title {
	margin-bottom: 0;
}

.about-two__text {
	font-size: 15px;
	line-height: 26px;
	color: #555;
	margin: 0;
	margin-top: 10px;
}

.about-two__list {
	margin: 0;
	margin-top: 20px;
	margin-bottom: 30px;
}

.about-two__list li {
	position: relative;
	font-size: 15px;
	color: #222222;
	padding-left: 25px;
}

.about-two__list li+li {
	margin-top: 15px;
}

.about-two__list li i {
	color: #ff5860;
	font-size: 10px;
	left: 0;
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}

.about-two__home-two .about-two__img {
	padding-right: 0;
}

.about-two__home-two .about-two__content {
	padding-left: 0;
	padding-right: 30px;
}

.about-two__home-two .row {
	-webkit-box-orient: horizontal;
	-webkit-box-direction: reverse;
	-ms-flex-direction: row-reverse;
	flex-direction: row-reverse;
}


.about-two__img-1{
	max-width: 100%;
}
.about-two__home-three [class*=about-two__img-] {
	-webkit-box-shadow: 0px 30px 50px 0px rgba(8, 13, 62, 0);
	box-shadow: 0px 30px 50px 0px rgba(8, 13, 62, 0);
}

.about-two__home-three .about-two__img::before {
	display: none;
}

.about-two__home-three .about-two__text {
	/* margin-bottom: 30px; */
}



/*-- team --*/
h3.heading {
    text-align: center;
    font-size: 40px;
    margin-bottom: 1em;
    color: #0965b1;
    text-transform: capitalize;
    position: relative;
    padding-bottom: 0.3em;
}
.heading {
    position: relative;
    text-align: center;
    color: #999;
}
.heading:before, .heading:after {
    content: '';
    position: absolute;
    bottom: 0%;
    background: #0965b1;
    width: 12%;
    height: 2px;
    left: 50.7%;
}
.heading:before {
    left: 36.65%;
}
.heading span:before {
    content: '';
    position: absolute;
    bottom: -15%;
    left: 49%;
    border: 2px solid #0965b1;
    width: 20px;
    background: #0965b1;
    height: 20px;
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
}
.team{padding-bottom: 50px;}
.team-heading p{
	color:#666;
}

b,strong{font-weight: bold;}


@media screen and (max-width: 480px) {
	.about-two{padding-top: 0}
	.about-two__home-three .about-two__text{
		display: -webkit-box;
		-webkit-line-clamp:9;
		-webkit-box-orient:vertical;
		overflow: hidden;
	}
	.blog-one__image&gt;img{border: 1px solid #ddd;}
	.team{padding-bottom: 20px;}
	
	
}

.resp-tabs-list li{
     border:3px solid #fff;
    margin-right: 15px;
    border-radius: 50%;
	-webkit-border-radius: 50%;
	-o-border-radius: 50%;
	-moz-border-radius: 50%;
	-ms-border-radius: 50%;
}
.resp-tabs-container {
    margin: 0em 0 0 0;
}
.resp-tab-content {
    background: #ddd;
    background: #7fc2f7;
    padding: 2em;
}
li.resp-tab-item.resp-tab-active{
    border: 3px solid #ff9800;
    border-radius: 50%;
	-webkit-border-radius: 50%;
	-o-border-radius: 50%;
	-moz-border-radius: 50%;
	-ms-border-radius: 50%;
}
ul.resp-tabs-list {
    text-align: center;
}
.resp-tabs-list li img {
	box-shadow: 0 10px 20px rgba(0, 0, 0, 0.16);
    -webkit-box-shadow: 0 10px 20px rgba(0, 0, 0, 0.16);
    -moz-box-shadow: 0 10px 20px rgba(0, 0, 0, 0.16);
    -o-box-shadow: 0 10px 20px rgba(0, 0, 0, 0.16);
    -ms-box-shadow: 0 10px 20px rgba(0, 0, 0, 0.16);
    width: 100px;
	height: 100px;
    border-radius: 50%;
	-webkit-border-radius: 50%;
	-o-border-radius: 50%;
	-moz-border-radius: 50%;
	-ms-border-radius: 50%;
    background: #dbdbdb;
}
.inner_w3l_agile_grids {
    margin-top: 2em;
}
.w3_agileits_social_media.team_agile_w3l {
    margin: 0;
    float: none;
    padding: 0;
}
li.agileinfo_share.team {
    color: #444;
    font-weight: 700;
    letter-spacing: 4px;
}
.w3_agileits_social_media {
    float: right;
    padding: 6em 6em 0 0em;
       margin-top: 7em;
}

li.agileinfo_share {
    color: #212121;
    letter-spacing: 1px;
    margin-right: 10px;
    font-size: 1.3em;
    font-weight: 600;
}
/*-- //team --*/




/*
* 6. search-popup styles
*/
.search-popup {
	position: fixed;
	top: 0;
	left: 0;
	width: 100vw;
	height: 100vh;
	z-index: 1000;
	-webkit-transform: scale(1, 0);
	transform: scale(1, 0);
	-webkit-transform-origin: bottom center;
	transform-origin: bottom center;
	-webkit-transition: -webkit-transform .7s ease;
	transition: -webkit-transform .7s ease;
	transition: transform .7s ease;
	transition: transform .7s ease, -webkit-transform .7s ease;
}

.search-popup.active {
	-webkit-transform-origin: top center;
	transform-origin: top center;
	-webkit-transform: scale(1, 1);
	transform: scale(1, 1);
}

.search-popup__overlay {
	width: 100%;
	height: 100%;
	background-color: #000;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 999;
	opacity: .7;
	cursor: none;
}

.search-popup__inner {
	position: absolute;
	width: 100%;
	height: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}



/*
* 7. footer styles
*/
/*footer widget*/
@media (max-width: 991px) {
	.footer-widget {
		margin-bottom: 20px;
	}
}
@media (max-width: 500px) {
	.footer-widget {
		margin-bottom: 0px;
	}
}

.footer-widget__title {
	margin: 0;
	color: #a9283d;
	font-size: 24px;
	font-weight: 500;
	margin-bottom: 25px;
}

.footer-widget_text {
	margin: 0;
	font-size: 15px;
	line-height: 26px;
	color: #333;
}
.footer-widget_text a{
}

.footer-widget_text+.footer-widget_text {
	margin-top: 10px;
}
.footer-widget_text+.footer-widget_text a:hover{
	color: #ff5860;
}
.footer-widget__logo {
	display: inline-block;
}

.footer-widget__social {
	margin-top: 20px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.footer-widget__social a {
	width: 40px;
	height: 40px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	color: #fff;
	font-size: 20px;
	border-radius: 50%;
	-webkit-transition: all .4s ease;
	transition: all .4s ease;
}

.footer-widget__social a+a {
	margin-left: 10px;
}

.footer-widget__social a.fa-facebook-f {
	background-color: #4a6fbe;
}

.footer-widget__social a.fa-facebook-f:hover {
	color: #4a6fbe;
	background-color: #fff;	
	border: 1px solid #ddd;
}

.footer-widget__social a.fa-google-plus {
	background-color: #dd4b39;
}

.footer-widget__social a.fa-google-plus:hover {
	color: #dd4b39;
	background-color: #fff;
}

.footer-widget__social a.fa-linkedin {
	background-color: #EA4C89;
}

.footer-widget__social a.fa-linkedin:hover {
	color: #EA4C89;
	background-color: #fff;
}

.footer-widget__social a.fa-twitter {
	background-color: #55ACEE;
}

.footer-widget__social a.fa-twitter:hover {
	color: #55ACEE;
	background-color: #fff;
}

.footer-widget__social a.fa-instagram {
	background-color: #EA4C89;
}

.footer-widget__social a.fa-instagram:hover {
	color: #4a6fbe;
	background-color: #fff;
	border: 1px solid #ddd;
}


.footer-widget__about-widget .footer-widget_text {
	width: 92%;
}

@media (max-width: 1199px) {
	.footer-widget__about-widget .footer-widget_text {
		width: 100%;
	}
}

.footer-widget__links-widget {
	/* padding-left: 60px; */
}

@media (max-width: 1199px) {
	.footer-widget__links-widget {
		padding-left: 30px;
	}
}

@media (max-width: 991px) {
	.footer-widget__links-widget {
		padding-left: 0px;
	}
}

.footer-widget__contact-widget {
	/* padding-left: 29px; */
}

@media (max-width: 1199px) {
	.footer-widget__contact-widget {
		padding-left: 0px;
	}
}

.footer-widget__links li+li {
	margin-top: 18px;
}

.footer-widget__links li a {
	color: #333;
	font-size: 15px;
	position: relative;
	display: inline-block;
	padding-left: 10px;
	-webkit-transition: all .4s ease;
	transition: all .4s ease;
}

.footer-widget__links li a:before {
	content: '\f105';
	font-family: 'FontAwesome';
	position: absolute;
	top: 50%;
	left: 0;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}

.footer-widget__links li a:after {
	content: '';
	width: 100%;
	height: 1px;
	background-color: #f4c81f;
	position: absolute;
	bottom: 0;
	left: 0;
	-webkit-transform: scale(0, 1);
	transform: scale(0, 1);
	-webkit-transform-origin: left center;
	transform-origin: left center;
	-webkit-transition: -webkit-transform .4s ease;
	transition: -webkit-transform .4s ease;
	transition: transform .4s ease;
	transition: transform .4s ease, -webkit-transform .4s ease;
}

.footer-widget__links li:hover a {
	color: #f4c81f;
}

.footer-widget__links li:hover a:after {
	-webkit-transform: scale(1, 1);
	transform: scale(1, 1);
	-webkit-transform-origin: right center;
	transform-origin: right center;
}
#zq_bott4{
	padding: 15px 0;
	border-top: 1px solid #ddd;
	background: #a9283d;
}
#zq_bott4 p{
	color: #fff;
	font-size: 13px;
	margin-bottom: 3px;
}
#zq_bott4 span{
	color: #eee;
	font-size: 14px;
}
/*site footer bottom*/
.site-footer {
	border-top: 1px solid #ddd;
}

.site-footer__upper {
	padding-top: 40px;
	padding-bottom: 40px;
}

@media (max-width: 991px) {
	.site-footer__upper {
		padding-bottom: 20px;
	}
}

@media (max-width: 767px) {
	
	.site-footer__upper .row .footer__links{
		display: none;
	}
}
.site-footer__bottom {
	background-color: #0E0F1D;
	padding-top: 23px;
	padding-bottom: 23px;
}

.site-footer__bottom .container {
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

@media (max-width: 480px) {
	.site-footer__bottom .container {
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
	}

}

.site-footer__copy {
	margin: 0;
	font-size: 15px;
	color: #cdced1;
}

.site-footer__copy a {
	color: #ff5860;
}

@media (max-width: 480px) {
	.site-footer__copy {
		margin-bottom: 10px;
	}
}

.site-footer__brand-carousel {
	padding-top: 30px;
	padding-bottom: 30px;
}

.site-footer__brand-hr {
	margin: 0;
	border-color: rgba(255, 255, 255, 0.15);
	border-width: 1px;
}

/*
* 8. inner-banner styles
*/
.inner-banner {
	position: relative;
	background-position: center top;
	background-image: url(../images/backgrounds/inner-banner-bg-1-1.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	background-attachment: fixed;
}

.inner-banner::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: #000;
	opacity: 0.65;
}

.inner-banner .container {
	padding-top: 193px;
	padding-bottom: 213px;
	position: relative;
	text-align: center;
}

.inner-banner__title {
	margin: 0;
	color: #fff;
	font-size: 50px;
	font-weight: bold;
}


/*
* 9. contact styles
*/
.contact-info-one {
	padding-top: 120px;
	padding-bottom: 90px;
}

.contact-info-one__single {
	text-align: center;
	background-color: white;
	-webkit-box-shadow: 0px 12px 39px 0px rgba(8, 18, 109, 0.08);
	box-shadow: 0px 12px 39px 0px rgba(8, 18, 109, 0.08);
	padding-top: 78px;
	padding-bottom: 78px;
	margin-bottom: 30px;
}

.contact-info-one [class*=indext-icon-] {
	font-size: 62px;
	color: #ff5860;
}

.contact-info-one__title {
	margin: 0;
	font-size: 24px;
	font-weight: 500;
	color: #222222;
	margin-top: 40px;
}

.contact-info-one__text {
	margin: 0;
	color: #848484;
	font-size: 17px;
	line-height: 26px;
	margin-top: 30px;
}

.contact-form-one {
	overflow: hidden;
	background-color: #21bcd8;
}

.contact-form-one__img {
	width: 100%;
	height: 758px;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
}

.contact-form-one__form-wrap {
	width: 100%;
	max-width: 660px;
	margin-left: auto;
	margin-right: auto;
}

@media (max-width: 1440px) {
	.contact-form-one__form-wrap {
		padding-left: 50px;
		padding-right: 50px;
	}
}

@media (max-width: 991px) {
	.contact-form-one__form-wrap {
		padding-left: 15px;
		padding-right: 15px;
		padding-top: 50px;
		padding-bottom: 50px;
	}
}

.contact-form-one__form&gt;.row&gt;[class*=col-lg-] {
	padding-left: 10px;
	padding-right: 10px;
}

.contact-form-one__form input,
.contact-form-one__form textarea {
	border: none;
	outline: none;
	display: block;
	background-color: #fff;
	width: 100%;
	height: 60px;
	color: #848484;
	font-size: 15px;
	padding-left: 30px;
	margin-bottom: 20px;
}

.contact-form-one__form input::-webkit-input-placeholder,
.contact-form-one__form textarea::-webkit-input-placeholder {
	/* Chrome/Opera/Safari */
	color: #848484;
}

.contact-form-one__form input::-moz-placeholder,
.contact-form-one__form textarea::-moz-placeholder {
	/* Firefox 19+ */
	color: #848484;
}

.contact-form-one__form input:-ms-input-placeholder,
.contact-form-one__form textarea:-ms-input-placeholder {
	/* IE 10+ */
	color: #848484;
}

.contact-form-one__form input:-moz-placeholder,
.contact-form-one__form textarea:-moz-placeholder {
	/* Firefox 18- */
	color: #848484;
}

.contact-form-one__form textarea {
	height: 150px;
	padding-top: 10px;
}

.contact-form-one__form-btn {
	margin-top: 30px;
}

.google-map__contact {
	width: 100%;
	height: 758px;
	border: none;
	display: block;
}

/*
* 10. sidebar styles
*/
@media (max-width: 991px) {
	.sidebar {
		width: 100%;
		max-width: 370px;
	}
}




@media screen and (max-width: 480px) {
	 .icon-both{clear: both;}


}
.comment-block {
	margin-top: 70px;
}

.comment-block__single {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.comment-block__single+.comment-block__single {
	border-top: 1px solid #e5e5e5;
	padding-top: 45px;
	margin-top: 45px;
}

.comment-block__img-block {
	width: 80px;
	-webkit-box-flex: 1;
	-ms-flex: 1 1 80px;
	flex: 1 1 80px;
}

.comment-block__img {
	border-radius: 50%;
	max-width: 100%;
}

.comment-block__content {
	position: relative;
	padding-left: 30px;
	-webkit-box-flex: 1;
	-ms-flex: 1 1 calc(100% - 80px);
	flex: 1 1 calc(100% - 80px);
}

.comment-block__title,
.comment__title {
	margin: 0;
	color: #222222;
	font-size: 24px;
	font-weight: 500;
}

.comment__title {
	margin-bottom: 40px;
}

.comment-block__title {
	font-size: 20px;
	line-height: 1em;
}

.comment-block__text {
	margin: 0;
	font-size: 15px;
	line-height: 26px;
	margin-top: 10px;
}

.comment-block__date {
	font-size: 15px;
	font-style: italic;
	color: #848484;
	margin: 0;
	margin-top: 5px;
	margin-bottom: 5px;
}

.comment-block__btn {
	font-size: 15px;
	padding: 4px 15px;
	position: absolute;
	top: 0;
	right: 0;
}

.leave-comment {
	margin-top: 70px;
}

.leave-comment__input {
	border: none;
	outline: none;
	background-color: transparent;
	width: 100%;
	height: 55px;
	border: 1px solid #e5e5e5;
	padding-left: 20px;
	display: block;
	margin-bottom: 30px;
}

textarea.leave-comment__input {
	height: 200px;
	padding-top: 15px;
}

.blog-classic__home-four {
	padding-bottom: 120px;
}



.blog-pagination {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.blog-pagination__link {
	border-style: solid;
	border-width: 2px;
	border-color: rgba(142, 209, 88, 0.5);
	background-color: rgba(255, 255, 255, 0);
	color: #848484;
	font-size: 17px;
	font-weight: 500;
	padding: 15px 23px;
	-webkit-transition: all .4s ease;
	transition: all .4s ease;
}

.blog-pagination__link.active,
.blog-pagination__link:hover {
	border-color: #ff5860;
	color: #fff;
	background-color: #ff5860;
}

.blog-pagination__link+.blog-pagination__link {
	margin-left: 10px;
}

/*
* 12. faq styles
*/
.faq-page {
	padding-top: 120px;
	padding-bottom: 120px;
}

.faq-page .accrodion-grp .accrodion {
	border-style: solid;
	border-width: 1px;
	border-color: #e6e6e6;
}

.faq-page .accrodion-grp .accrodion+.accrodion {
	margin-top: 20px;
}

.faq-page .accrodion.active {
	border-color: transparent;
	background-color: white;
	-webkit-box-shadow: 0px 21px 35px 0px rgba(28, 58, 104, 0.1);
	box-shadow: 0px 21px 35px 0px rgba(28, 58, 104, 0.1);
}

.faq-page .accrodion-title {
	padding: 33px 0;
	padding-left: 40px;
	padding-right: 40px;
	cursor: pointer;
}

.faq-page .accrodion-title h4 {
	margin: 0;
	font-size: 20px;
	font-weight: 500;
	
	color: #222222;
	position: relative;
	padding-left: 0px;
}

.faq-page .accrodion-title h4:before {
	content: '\f107';
	font-family: FontAwesome;
	width: 35px;
	height: 35px;
	text-align: center;
	font-size: 18px;
	color: #222222;
	border-radius: 50%;
	background-color: #f3f4f7;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	position: absolute;
	top: 50%;
	right: 0;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}

.faq-page .accrodion-content {
	padding: 27px 0;
	padding-top: 0;
	padding-left: 40px;
	padding-right: 40px;
}

.faq-page .accrodion-content p {
	margin: 0;
	color: #848484;
	font-size: 15px;
	line-height: 26px;
}

.faq-page .accrodion.active .accrodion-title h4:before {
	content: '\f106';
}



/*
* 13. service styles
*/
.service-one {
	background-color: #16172e;
	padding-top: 110px;
	position: relative;
	margin-bottom: 160px;
}

.service-one__cog {
	position: absolute;
	top: -80px;
	left: -80px;
	opacity: 0.05;
	animation: cogMove 10s linear infinite;
}

@keyframes cogMove {
	0% {
		transform: rotate(0deg);
	}

	25% {
		transform: rotate(45deg);
	}

	50% {
		transform: rotate(90deg);
	}

	75% {
		transform: rotate(135deg);
	}

	100% {
		transform: rotate(180deg);
	}
}

.service-one__moc {
	position: absolute;
	bottom: -22%;
	left: 45px;
	animation: carenMove 5s ease-in infinite;

}

@keyframes carenMove {
	0% {
		transform: translateY(0px);
	}

	25% {
		transform: translateY(15px);
	}

	50% {
		transform: translateY(30px);
	}

	75% {
		transform: translateY(15px);
	}

	100% {
		transform: translateY(0px);
	}
}

.service-one__title-block .block-title {
	margin-bottom: 35px;
}

.service-one__title-block .block-title__text {
	margin-top: 25px;
}

.service-one__title-block .block-title__title,
.service-one__title-block .block-title__text {
	color: #fff;
}

.service-one__img {
	overflow: hidden;
	position: relative;
}

.service-one__img::before {
	content: '';
	background-color: #222222;
	opacity: 0;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	-webkit-transform: perspective(300px) translateZ(100px);
	transform: perspective(300px) translateZ(100px);
	z-index: 10;
	-webkit-transition: opacity .4s ease, -webkit-transform .4s ease;
	transition: opacity .4s ease, -webkit-transform .4s ease;
	transition: transform .4s ease, opacity .4s ease;
	transition: transform .4s ease, opacity .4s ease, -webkit-transform .4s ease;
}

.service-one__img&gt;img {
	width: 100%;
	-webkit-transform: scale(1);
	transform: scale(1);
	-webkit-transition: -webkit-transform .4s ease;
	transition: -webkit-transform .4s ease;
	transition: transform .4s ease;
	transition: transform .4s ease, -webkit-transform .4s ease;
}

.service-one__single:hover .service-one__img::before {
	opacity: 0.85;
	-webkit-transform: perspective(300px) translateZ(0px);
	transform: perspective(300px) translateZ(0px);
}

.service-one__single:hover .service-one__img&gt;img {
	-webkit-transform: scale(1.1);
	transform: scale(1.1);
}

.service-one__content {
	margin-left: -5px;
	margin-right: -5px;
	margin-top: -10px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	padding-left: 40px;
	position: relative;
	top: 160px;
	margin-top: -160px;
}

.service-one__single {
	padding-left: 5px;
	padding-right: 5px;
	margin-top: 10px;
	-webkit-box-flex: 1;
	-ms-flex: 1 1 50%;
	flex: 1 1 50%;
	max-width: 50%;
}

.service-one__single:hover i {
	color: #ffffff;
}

.service-one__single i {
	font-size: 60px;
	color: #ff5860;
	z-index: 11;
	transition: all 500ms ease;
}

.service-one__single-inner {
	padding-top: 71px;
	padding-bottom: 71px;
	padding-left: 50px;
	padding-right: 50px;
	background-color: #fff;
	-webkit-box-shadow: 0px 12px 39px 0px rgba(8, 18, 109, 0.08);
	box-shadow: 0px 12px 39px 0px rgba(8, 18, 109, 0.08);
	transition: all 500ms ease;
}

.service-one__title {
	margin: 0;
	color: #222222;
	font-weight: 500;
	font-size: 24px;
	margin-top: 45px;
}

.service-one__title a {
	color: inherit;
	-webkit-transition: all .4s ease;
	transition: all .4s ease;
}

.service-one__title a:hover {
	color: #fff;
}
.service-one__single:hover .service-one__single-inner {
	background-color:#ff5860;
}
.service-one__single:hover .service-one__title a,
.service-one__single:hover .service-one__single i {
	color: #fff;
}

.service-one__text {
	margin: 0;
	color: #848484;
	font-size: 15px;
	line-height: 24px;
	margin-top: 20px;
	transition: all 500ms ease;
}

.service-one__single:hover .service-one__text {
	color: #ffffff;
}

.service-one__btn:hover {
	background-color: #fff;
	color: #222222;
}

.service-two {
	padding-top: 120px;
	padding-bottom: 90px;
}

.service-two .service-one__single {
	-webkit-box-shadow: 0px 12px 39px 0px rgba(8, 18, 109, 0);
	box-shadow: 0px 12px 39px 0px rgba(8, 18, 109, 0);
	-webkit-box-flex: 1;
	-ms-flex: 1 1 100%;
	flex: 1 1 100%;
	max-width: 100%;
	margin-bottom: 30px;
	border-style: solid;
	border-width: 1px;
	border-color: #e7e7e7;
	-webkit-transition: all .4s ease;
	transition: all .4s ease;
	padding: 0;
}

.service-two .service-one__single .service-one__single-inner {
	-webkit-box-shadow: none;
	box-shadow: none;
	padding-left: 45px;
	padding-right: 45px;
}

.service-two .service-one__single:hover {
	border-color: transparent;
	-webkit-box-shadow: 0px 12px 39px 0px rgba(8, 18, 109, 0.08);
	box-shadow: 0px 12px 39px 0px rgba(8, 18, 109, 0.08);
}



.service-two__upper {
	background-color: #16172e;
	padding-top: 120px;
	padding-bottom: 30px;
}

.service-two__upper .block-title {
	margin-bottom: 0;
}

.service-two__home-two {
	padding-top: 0;
	padding-bottom: 0;
}

.service-two__carousel {
	margin-top: -160px;
	padding-bottom: 120px;
}

.service-two__carousel .owl-stage-outer {
	-webkit-box-shadow: 0px 12px 39px 0px rgba(8, 18, 109, 0.08);
	box-shadow: 0px 12px 39px 0px rgba(8, 18, 109, 0.08);
}

.service-two__carousel .service-one__single {
	border: none;
	margin-bottom: 0;
	-webkit-box-shadow: 0px 12px 39px 0px rgba(8, 18, 109, 0.08);
	box-shadow: 0px 12px 39px 0px rgba(8, 18, 109, 0.08);
}

.service-two__carousel .owl-dots .owl-dot {
	outline: none;
}

.service-two__carousel .owl-dots .owl-dot span {
	width: 16px;
	height: 16px;
	background-color: transparent;
	border-radius: 50%;
	border-style: solid;
	border-width: 2px;
	border-color: #dedddc;
	-webkit-transition: all .4s ease;
	transition: all .4s ease;
	margin: 0 7.5px;
	padding: 0;
}

.service-two__carousel .owl-dots .owl-dot:hover span,
.service-two__carousel .owl-dots .owl-dot.active span {
	background-color: #ff5860;
	border-color: #ff5860;
}

.service-two__carousel .owl-nav.disabled+.owl-dots {
	margin-top: 60px;
}

.service-two__home-three {
	background-color: #16172e;
	padding-top: 110px;
}

.service-two__home-three .service-two__upper {
	padding-top: 0;
}
.service-two__upper .block-title__title{font-size: 20px;line-height: 26px;}
.service-two__home-three .service-one__single .service-one__single-inner {
	background-color: transparent;
	border: 1px solid rgba(255, 255, 255, 0.17);
	padding-top: 71px;
	padding-bottom: 71px;
	-webkit-transition: all .4s ease;
	transition: all .4s ease;
}

.service-two__home-three .service-one__single:hover .service-one__single-inner {
	background-color: #ff5860;
	border-color: #ff5860;
}

.service-two__home-three .service-one__single i {
	width: auto;
	height: auto;
	background-color: transparent !important;
	border-radius: 0%;
	color: #ff5860;
}

.service-two__home-three .service-one__single .service-one__title {
	color: #fff;
	margin-top: 50px;
}

.service-two__home-three .service-one__single .service-one__title:hover a {
	color: #ffffff;
}

.service-two__home-three .service-one__single .service-one__text {
	margin-bottom: 0;
	color: rgba(255, 255, 255, 0.7);
	margin-top: 18px;
}

.service-two__about-one {
	padding-top: 150px;
}



.service-two__home-four {
	padding: 0;
	background-color: #fff2f2;
}

.service-two__home-four .service-one__single {
	position: relative;
	z-index: 10;
	margin-top: -100px;
	background-color: #fff;
	border: none;
}

.service-two__home-four .service-one__title,
.service-two__home-four .service-one__text,
.service-two__home-four i {
	-webkit-transition: color .4s ease;
	transition: color .4s ease;
}

.service-two__home-four .service-one__single-inner {
	-webkit-transition: all .4s ease;
	transition: all .4s ease;
	-webkit-box-shadow: 0px 12px 39px 0px rgba(8, 18, 109, 0.08);
	box-shadow: 0px 12px 39px 0px rgba(8, 18, 109, 0.08);
}

.service-two__home-four .service-one__single-inner:hover {
	background-color: #ff5860;
}

.service-two__home-four .service-one__single-inner:hover .service-one__title a,
.service-two__home-four .service-one__single-inner:hover .service-one__text,
.service-two__home-four .service-one__single-inner:hover i {
	color: #fff;
}


.service-one__home-four .service-two__carousel .service-one__single {
	-webkit-box-flex: 1;
	-ms-flex: 1 1 100%;
	flex: 1 1 100%;
	max-width: 100%;
	-webkit-box-shadow: none;
	box-shadow: none;
}

.service-one__home-four .service-two__carousel {
	margin-top: 0;
	padding-bottom: 0;
}

.service-one__home-four .service-one__single-inner {
	border-style: solid;
	border-width: 1px;
	border-color: #e7e7e7;
	background-color: white;
	-webkit-box-shadow: none;
	box-shadow: none;
}

.service-one__home-four .service-two__carousel .owl-stage-outer {
	-webkit-box-shadow: none;
	box-shadow: none;
}

/*
* 14. portfolio styles
*/
.project-one {
	padding-top: 120px;
	padding-bottom: 110px;
}

.project-one .owl-theme .owl-nav.disabled+.owl-dots {
	margin-top: 60px;
}

.project-one .owl-theme .owl-dots .owl-dot {
	border: none;
	outline: none;
}

.project-one .owl-theme .owl-dots .owl-dot span {
	border-style: solid;
	border-width: 2px;
	border-color: #dedddc;
	border-radius: 50%;
	width: 16px;
	height: 16px;
	background-color: transparent;
	margin: 0 7.5px;
	-webkit-transition: all .4s ease;
	transition: all .4s ease;
}

.project-one .owl-theme .owl-dots .owl-dot.active span {
	background-color: #ff5860;
	border-color: #ff5860;
}

.project-one__single {
	position: relative;
	overflow: hidden;
}

.project-one__single img {
	width: 100%;
}

.project-one__single:hover .project-one__content {
	opacity: 1;
	-webkit-transform: perspective(0px) translateZ(0px);
	transform: perspective(0px) translateZ(0px);
}

.project-one__content {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: rgba(255, 88, 96, 0.9);
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: end;
	-ms-flex-align: end;
	align-items: flex-end;
	padding-left: 40px;
	padding-bottom: 30px;
	opacity: 0;
	-webkit-transform: perspective(250px) translateZ(50px);
	transform: perspective(250px) translateZ(50px);
	-webkit-transition: opacity .4s ease, -webkit-transform .4s ease;
	transition: opacity .4s ease, -webkit-transform .4s ease;
	transition: opacity .4s ease, transform .4s ease;
	transition: opacity .4s ease, transform .4s ease, -webkit-transform .4s ease;
}

.project-one__title {
	color: #fff;
	font-size: 24px;
	font-weight: 500;
	width: 60%;
}

.project-one__title a {
	color: inherit;
	-webkit-transition: all .4s ease;
	transition: all .4s ease;
}

.project-one__title a:hover {
	color: #222222;
}

.project-one__home-two {
	padding-bottom: 0;
}

.project-one__home-two .container-fluid {
	padding-left: 0;
	padding-right: 0;
}

.project-one__project-page-one {
	padding-bottom: 90px;
}

.project-one__project-page-one .project-one__single {
	margin-bottom: 30px;
}

.project-one__project-page-one .project-one__title {
	width: 63%;
}

.project-one__project-page-two {
	padding-bottom: 65px;
}

.project-one__project-page-two .project-one__single {
	margin-bottom: 45px;
}

.project-one__project-page-two .project-one__title {
	width: auto;
	color: #222222;
	margin: 0;
	margin-top: 10px;
}

.project-one__project-page-two .project-one__category {
	font-size: 14px;
	font-weight: 500;
	text-transform: uppercase;
	color: #ff5860;
	margin: 0;
	
	margin-top: 25px;
}

.project-one__project-page-two .project-one__content {
	position: relative;
	top: auto;
	left: auto;
	right: auto;
	bottom: auto;
	background-color: transparent;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	opacity: 1;
	-webkit-transform: translateZ(0);
	transform: translateZ(0);
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	padding: 0;
}

.project-one__project-page-two .project-one__img {
	overflow: hidden;
	position: relative;
}

.project-one__project-page-two .project-one__img::before {
	content: '';
	background-color: #222222;
	opacity: 0;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	-webkit-transform: perspective(300px) translateZ(100px);
	transform: perspective(300px) translateZ(100px);
	z-index: 10;
	-webkit-transition: opacity .4s ease, -webkit-transform .4s ease;
	transition: opacity .4s ease, -webkit-transform .4s ease;
	transition: transform .4s ease, opacity .4s ease;
	transition: transform .4s ease, opacity .4s ease, -webkit-transform .4s ease;
}

.project-one__project-page-two .project-one__img&gt;img {
	width: 100%;
	-webkit-transform: scale(1);
	transform: scale(1);
	-webkit-transition: -webkit-transform .4s ease;
	transition: -webkit-transform .4s ease;
	transition: transform .4s ease;
	transition: transform .4s ease, -webkit-transform .4s ease;
}

.project-one__project-page-two .project-one__single:hover .project-one__img::before {
	opacity: 0.85;
	-webkit-transform: perspective(300px) translateZ(0px);
	transform: perspective(300px) translateZ(0px);
}

.project-one__project-page-two .project-one__single:hover .project-one__img&gt;img {
	-webkit-transform: scale(1.1);
	transform: scale(1.1);
}

.project-one__project-page-three {
	padding-bottom: 0px;
}

.project-one__project-page-three .project-one__single {
	margin-bottom: 0px;
}

.project-one__project-page-three .project-one__title {
	width: 63%;
}




/*
* 19. testimonials styles
*/
.testimonials-one {
	border-top: 1px solid #e5e5e5;
	padding-top: 120px;
	padding-bottom: 160px;
}

.testimonials-one .block-title__title {
	margin-top: 0;
}

.testimonials-one .container {
	position: relative;
}

.testimonials-one__carousel {
	padding: 50px;
	background-color: white;
	-webkit-box-shadow: 0px 21px 35px 0px rgba(28, 58, 104, 0.1);
	box-shadow: 0px 21px 35px 0px rgba(28, 58, 104, 0.1);
}

.testimonials-one__carousel .owl-item img {
	width: auto;
	display: inline-block;
}

.testimonials-one__carousel .owl-nav {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	position: absolute;
	right: 50px;
	bottom: 50px;
}

.testimonials-one__carousel .owl-nav button.owl-next,
.testimonials-one__carousel .owl-nav button.owl-prev {
	outline: none;
	padding: 0;
	margin: 0;
	background-color: transparent !important;
}

.testimonials-one__content {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	margin-top: 30px;
}

.testimonials-one__content img {
	border-radius: 50%;
	margin-right: 20px;
}

.testimonials-one__title {
	font-size: 20px;
	font-weight: 500;
	
	color: #222222;
	margin: 0;
	line-height: 1em;
}

.testimonials-one__text {
	font-size: 18px;
	line-height: 34px;
	color: #222222;
	margin: 0;
	margin-top: 30px;
}

.testimonials-one__stars {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	margin-top: 15px;
}

.testimonials-one__stars i {
	font-size: 15px;
	color: #fed61d;
}

.testimonials-one__nav-left,
.testimonials-one__nav-right {
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.testimonials-one__nav-left i,
.testimonials-one__nav-right i {
	display: inline-block;
	font-size: 43px;
	color: #848484;
	-webkit-transform: rotate(0) scale(1);
	transform: rotate(0) scale(1);
	line-height: 14px;
	-webkit-transition: -webkit-transform .4s ease;
	transition: -webkit-transform .4s ease;
	transition: transform .4s ease;
	transition: transform .4s ease, -webkit-transform .4s ease;
}

.testimonials-one__nav-left:hover i,
.testimonials-one__nav-right:hover i {
	-webkit-transform: rotate(0) scale(0);
	transform: rotate(0) scale(0);
}

.testimonials-one__nav-left:hover .testimonials-one__nav-text,
.testimonials-one__nav-right:hover .testimonials-one__nav-text {
	-webkit-transform: translate(-50%, -50%) scale(1);
	transform: translate(-50%, -50%) scale(1);
}

.testimonials-one__nav-right {
	border-left: 1px solid #848484;
	padding-left: 20px;
	margin-left: 20px;
}

.testimonials-one__nav-right i {
	-webkit-transform: rotate(180deg);
	transform: rotate(180deg);
}

.testimonials-one__nav-right:hover i {
	-webkit-transform: rotate(180deg) scale(0);
	transform: rotate(180deg) scale(0);
}

.testimonials-one__nav-text {
	font-size: 18px;
	color: #848484;
	
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%) scale(0);
	transform: translate(-50%, -50%) scale(0);
	display: block;
	-webkit-transition: -webkit-transform .4s ease;
	transition: -webkit-transform .4s ease;
	transition: transform .4s ease;
	transition: transform .4s ease, -webkit-transform .4s ease;
	line-height: 14px;
}



.testimonials-two .inner-container {
	background-color: #fff2f2;
	position: relative;
}

.testimonials-two .inner-container::before {
	content: '';
	background-image: url(../images/resources/pattern-1-1.png);
	background-position: 0 0;
	width: 125px;
	height: 125px;
	position: absolute;
	bottom: -22.4%;
	right: -8.5%;
	-webkit-transform: translateY(-50%) translateX(-50%);
	transform: translateY(-50%) translateX(-50%);
	z-index: -1;
}

.testimonials-two .my-auto {
	width: 100%;
}

.testimonials-two .testimonials-one__carousel {
	padding: 0;
	max-width: 470px;
	margin-right: auto;
	background-color: transparent;
	text-align: center;
	-webkit-box-shadow: none;
	box-shadow: none;
	right: 30px;
}

.testimonials-two .testimonials-one__stars,
.testimonials-two .testimonials-one__content {
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	text-align: center;
}

.testimonials-two .testimonials-one__info {
	width: 100%;
}

.testimonials-two .testimonials-one__text {
	line-height: 30px;
}

.testimonials-two .owl-nav {
	display: none !important;
}

.testimonials-two .testimonials-one__nav-wrap {
	position: absolute;
	bottom: 30px;
	right: 30px;
}

.testimonials-two .testimonials-one__nav-wrap button {
	padding: 0;
	border: none;
	outline: none;
	background-color: transparent;
}

.testimonials-two .testimonials-one__nav-left i,
.testimonials-two .testimonials-one__nav-right i {
	color: #ccbcbc;
}

.testimonials-two .testimonials-one__qoute {
	width: 90px;
	height: 90px;
	background-color: #f7ebeb;
	text-align: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	margin-left: auto;
	margin-right: auto;
	border-radius: 50%;
}

.testimonials-two .testimonials-one__text {
	margin-bottom: 10px;
}

.testimonials-two .testimonials-one__title {
	font-weight: 400;
}

.testimonials-two__img {
	position: relative;
	display: inline-block;
}

.testimonials-two__img::before {
	content: '';
	background-image: url(../images/resources/pattern-1-1.png);
	background-position: 0 0;
	width: 125px;
	height: 125px;
	position: absolute;
	top: 30%;
	right: -25%;
	-webkit-transform: translateY(-50%) translateX(-50%);
	transform: translateY(-50%) translateX(-50%);
	z-index: 9;
}

.testimonials-two__img&gt;img {
	position: relative;
	z-index: 11;
}

.testimonials-three {
	padding-top: 30px;
	padding-bottom: 50px;
}

.testimonials-three .block-title {
	margin-bottom: 20px;
}

.testimonials-three .owl-theme .owl-nav.disabled+.owl-dots {
	margin-top: 60px;
}

.testimonials-three .owl-theme .owl-dots .owl-dot {
	border: none;
	outline: none;
}

.testimonials-three .owl-theme .owl-dots .owl-dot span {
	border-style: solid;
	border-width: 2px;
	border-color: #dedddc;
	border-radius: 50%;
	width: 16px;
	height: 16px;
	background-color: transparent;
	margin: 0 7.5px;
	-webkit-transition: all .4s ease;
	transition: all .4s ease;
}

.testimonials-three .owl-theme .owl-dots .owl-dot.active span {
	background-color: #ff5860;
	border-color: #ff5860;
}

.testimonials-three .owl-carousel .owl-item img {
	width: auto;
}

.testimonials-three__home-three {
	border-bottom: 1px solid #e5e5e5;
}

.testimonials-three__single {
	padding: 0 50px;
	padding-top: 70px;
	padding-bottom: 40px;
	text-align: center;
	border-style: solid;
	border-width: 1px;
	border-color: #e5e5e5;
	position: relative;
	margin-top: 50px;
}

.testimonials-three__text {
	margin: 0;
	color: #222222;
	
	font-size: 15px;
	line-height: 22px;
}

.testimonials-three__name {
	margin: 0;
	color: #222222;
	font-size: 20px;
	font-weight: 500;
	margin-bottom: 15px;
}

.testimonials-three__designation {
	margin: 0;
	font-size: 15px;
	color: #848484;
	margin-top: 0px;
}

.testimonials-three__qoute {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	text-align: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-shadow: 0px 20px 70px 0px rgba(8, 18, 109, 0.13);
	box-shadow: 0px 20px 70px 0px rgba(8, 18, 109, 0.13);
	width: 90px;
	height: 90px;
	position: absolute;
	top: 0;
	left: 50%;
	-webkit-transform: translateX(-50%) translateY(-50%);
	transform: translateX(-50%) translateY(-50%);
	background-color: #fff;
}

.testimonials-four {
	padding-top: 120px;
	padding-bottom: 120px;
	background-color: #fff2f2;
	background-image: url(../images/backgrounds/testi-bg-3.jpg);
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
}

.testimonials-four .block-title {
	margin-bottom: 20px;
}

.testimonials-four .owl-theme .owl-nav.disabled+.owl-dots {
	margin-top: 60px;
}

.testimonials-four .owl-theme .owl-dots .owl-dot {
	border: none;
	outline: none;
}

.testimonials-four .owl-theme .owl-dots .owl-dot span {
	border-style: solid;
	border-width: 2px;
	border-color: #dedddc;
	border-radius: 50%;
	width: 16px;
	height: 16px;
	background-color: transparent;
	margin: 0 7.5px;
	-webkit-transition: all .4s ease;
	transition: all .4s ease;
}

.testimonials-four .owl-theme .owl-dots .owl-dot.active span {
	background-color: #ff5860;
	border-color: #ff5860;
}

.testimonials-four .owl-carousel .owl-item img {
	width: auto;
}

.testimonials-four__single {
	padding: 0 55px;
	padding-top: 90px;
	padding-bottom: 40px;
	text-align: center;
	background-color: #fff;
	position: relative;
	margin-top: 92.5px;
}

.testimonials-four__text {
	margin: 0;
	color: #222222;
	
	font-size: 17px;
	line-height: 30px;
}

.testimonials-four__name {
	margin: 0;
	color: #222222;
	font-size: 18px;
	font-weight: 500;
	margin-top: 25px;
}

.testimonials-four__designation {
	margin: 0;
	font-size: 15px;
	color: #848484;
	margin-top: 0px;
}

.testimonials-four__qoute {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	text-align: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	border-radius: 50%;
	position: absolute;
	top: 0;
	left: 50%;
	-webkit-transform: translateX(-50%) translateY(-50%);
	transform: translateX(-50%) translateY(-50%);
}

.testimonials-four__qoute&gt;img {
	border-radius: 50%;
	-webkit-box-shadow: 0px 20px 70px 0px rgba(8, 18, 109, 0.13);
	box-shadow: 0px 20px 70px 0px rgba(8, 18, 109, 0.13);
}

.testimonials-four__qoute&gt;span {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	text-align: center;
	background-color: #ff5860;
	width: 35px;
	height: 35px;
	border-radius: 50%;
	position: absolute;
	bottom: 0;
	right: 0;
	-webkit-box-shadow: 0px 20px 70px 0px rgba(8, 18, 109, 0.13);
	box-shadow: 0px 20px 70px 0px rgba(8, 18, 109, 0.13);
}

.testimonials-one__about-page-two {
	border-bottom: 1px solid #e5e5e5;
}

.testimonials-five {
	background-color: #fff2f2;
	position: relative;
	padding-top: 265px;
}

.testimonials-five:before {
	content: '';
	width: 100%;
	height: calc(100% - 140px);
	position: absolute;
	top: 0;
	left: 0;
	background-image: url(../images/backgrounds/testi-bg-4.jpg);
	background-attachment: fixed;
	background-size: cover;
	background-position: center center;
	z-index: 8;
}

.testimonials-five:after {
	content: '';
	width: 100%;
	height: calc(100% - 140px);
	position: absolute;
	top: 0;
	left: 0;
	z-index: 9;
	opacity: 0.2;
	background-color: #16172e;
}

.testimonials-five__content {
	-webkit-box-shadow: 0px 12px 39px 0px rgba(8, 18, 109, 0.031);
	box-shadow: 0px 12px 39px 0px rgba(8, 18, 109, 0.031);
	position: relative;
	z-index: 10;
	background-color: #21bcd8;
	background-image: url(../images/resources/testi-bg-map-1-1.png);
	background-position: center right;
	background-repeat: no-repeat;
	width: 100%;
	max-width: 960px;
	margin-left: auto;
	padding: 100px 115px;
	padding-right: 170px;
}

.testimonials-five__text {
	font-size: 20px;
	line-height: 40px;
	font-style: italic;
	color: #fff;
	margin: 0;
	
}

.testimonials-five__title {
	margin: 0;
	font-size: 20px;
	font-weight: 500;
	
	color: #fff;
	margin-top: 20px;
}

.testimonials-five__stars {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	margin-top: 10px;
}

.testimonials-five__stars i {
	color: #fed61d;
	font-size: 15px;
}

.testimonials-five__stars i+i {
	margin-left: 5px;
}

.testimonials-five .owl-carousel .owl-nav button.owl-next,
.testimonials-five .owl-carousel .owl-nav button.owl-prev,
.testimonials-five .owl-carousel button.owl-dot {
	background-color: transparent !important;
}

.testimonials-five .testimonials-one__nav-text {
	color: #fff;
}

.testimonials-five .testimonials-one__nav-right {
	border-color: #fff;
}

.testimonials-five .testimonials-one__nav-left i,
.testimonials-five .testimonials-one__nav-right i {
	color: #fff;
}

.testimonials-five .owl-theme .owl-nav {
	text-align: left;
	margin-top: 50px;
}

.testimonials-five .block-title {
	margin-bottom: 35px;
}



.related-product__carousel .shop-one__single {
	margin-bottom: 0;
}


/**/
.py-md-5{padding-top: 3rem;padding-bottom: 3rem}
.w3l-grids-block-5 .row{
	margin: 0 auto;
	display: flex;
    justify-content: center;
	
}
.w3l-grids-block-5 .col-md-4{
	margin-bottom: 15px;
}
.title-style {
    font-size: 42px;
    line-height: 52px;
    font-weight: 600;
    position: relative;
}
.title-style:before {
    content: "";
    position: absolute;
    top: 0px;
    background: #ff4c4c;
    width: 40px;
    height: 3px;
}
.lead {
    font-size: 16px;
    font-weight: 300;
    margin-bottom: 40px;
}

.w3l-grids-block-5 .grids5-info h4 a {
  color: #060606;
  font-size: 22px;
  margin-bottom: 10px;
  display: block;
  font-weight: bold;
}

.w3l-grids-block-5 .grids5-info h4 a:hover {
  color: #0099e5;
}

.w3l-grids-block-5 .blog-card-single {
  background: #fff;
  transition: .3s ease;
  -webkit-transition: .3s ease;
  text-align: center;
}

.w3l-grids-block-5 .blog-card-single:hover {
  box-shadow: 0px 0px 10px -3px rgb(0 0 0);
  border-color: transparent;
}

.w3l-grids-block-5 .grids5-info a img {
  display: block;
  width: 100%;
}

.w3l-grids-block-5 .blog-info {
  background-color: #a1f64c;
}
.w3l-grids-block-5 .blog-info p{
	padding: 5px;
	font-size: 16px;
}


.btn-style {
    display: inline-block;
    font-size: 1em;
    color: #fff;
    background: #ffcc54;
    padding: 7px 45px;
    margin-top: 15px;
    border-radius: 4px;
    -webkit-transition: .5s all;
    -moz-transition: .5s all;
    transition: .5s all;
}
.btn-style:hover {
    opacity: .7;
    color: #fff;
}
.causes_shape_1 {
    height: 90px;
    width: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    position: absolute;
    bottom: 0px;
    left: 0;
    z-index: 5;
}
.causes_shape_1 p {
    font-size: 16px;
    line-height: 28px;
    color: #1F152D;
    height: 100%;
    margin-top: 50px;
    text-align: center;
}
/*-- services-bottom --*/
.services-bottom {
    background: url(../images/11.jpg) no-repeat 0px 0px;
    background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    -ms-background-size: cover;
    background-attachment: fixed;
}
.banner-dott1 {
    padding: 5em 0;
    background: rgba(0, 0, 0, 0.18);
}
h3.w3l_header.two {
    color: #fff;
}
h3.w3l_header.two span{
    color: #fff;
}
.w3l_tix {
    font-size: 2.2em;
    color: #262c38;
    letter-spacing: 1px;
    position: relative;
    font-weight: 600;
}
.w3l_header {
    font-size: 3em;
    color: #262c38;
    letter-spacing: 1px;
    position: relative;
    font-weight: 600;
    text-align: center;
}
.w3l_header span {
    color: #333;
    font-family: "Poppins script=latin rev=2";
    font-weight: 200;
    display: inline-block;
}
.w3l_header span:after {
    border-top: 2px solid #ffcc54;
    display: block;
    width: 81px;
    content: "";
    margin: 8px 0 0;
}
.wthree_head_section p {
    font-size: 15px;
    text-align: center;
    margin: 20px auto;
    width: 70%;
    color: #5e5e5e;
    line-height: 1.8em;
}
p.tho {
    color: #fff;
}
	
.wthree_head_section {
    margin-bottom: 4em;
}
/*-- counter--*/
.agile_count_grid_left {
    float: left;
    width: 20%;
    text-align: center;
}
.agile_count_grid_left span,.agile_count_grid_right p{
	font-size: 22px;
    text-align: left;
}
.agile_count_grid_right {
    float: left;
    margin-left: 0em;
    width: 80%;
    text-align: center;
}
.agile_count_grid_left span.glyphicon.glyphicon-thumbs-up{
	    font-size: 1.7em;
		line-height: 40px;
}
.agile_count_grid_left span.glyphicon.glyphicon-user{
	    font-size: 1.7em;
		line-height: 40px;
}
.agile_count_grid_left span.glyphicon.glyphicon-heart-empty{
	    font-size: 1.7em;
		line-height: 40px;
}
span.fa.fa-trophy{
	    font-size: 1.7em;
		line-height: 45px;
}
.agile_count_grid_right p{
	color: #fff;
    font-weight: bold;
}
.w3_agile_stats_grid h4 {
    font-size: 1.3em;
    color: #ffcc54;
    margin: 1em 0 0;
    text-transform:uppercase;
    letter-spacing: 1px;
    position: relative;
    text-align: center;
}
.agile_count_grid_left span {
    color:#ffcc54;
    margin-top: 5px;
}
.w3_agile_stats_grid {
    background: rgba(221, 223, 226, 0.23);
    padding: 2em 1em;
}
/*-- //counter--*/
h3.line{color: #000;font-size: 26px;}
h3.line:after {
    border-top: 2px solid #ffcc54;
    display: block;
    width: 50px;
    content: "";
    margin: 8px 0 0;
}
.grids-feature{
	padding: 32px 15px;
}
.w3l-bottom .area-box {
    padding: 50px 35px;
    position: relative;
    z-index: 1;
    border-radius: 15px;
    background-color: #fff;
    box-shadow: 0 5px 20px rgb(0 0 0 / 18%);
}
.w3l-bottom h4.title-head {
    display: block;
    color: #060606;
    font-weight: 600;
    line-height: 1.2;
    margin-bottom: 15px;
    font-size: 22px;
    border-left: 4px solid #ffcc54;
    padding-left: 8px;
}
/*dibu*/
.footnav { background: #FCD201;margin-top: 20px; }
.footnav ul { width: 1200px; overflow: hidden; margin: auto }
.footnav li { display: inline-block; padding: 0 45px; line-height: 60px; position: relative; float: left }
.footnav li:after { position: absolute; width: 1px; height: 20px; content: ""; top: 20px; right: 0; background: #DCB705 }
.footnav li a {color: #352e2e;font-weight: 600;}
.footnav li a:hover { font-weight: bold; }
@media screen and (min-width: 960px) and (max-width: 1199px) {
    .footnav ul { width: 100% }
    .footnav li { padding: 0 30px }
}
@media screen and (min-width: 768px) and (max-width: 959px) {
    .footnav ul { width: 100% }
    .footnav li {padding: 0 20px;}
}
@media only screen and (max-width: 767px){
    .footnav ul {width: 100%; }
    .footnav li {
        padding: 0 18px;
        line-height: 40px;
    }
    .footnav li:after{
    	top: 10px;
    }
    .banner-dott1{padding: 3em 0;}
    .wthree_head_section p{width: 80%;}
    .wthree-agile-counter .col-sm-3{
    	width: 50%;
    	float: left;
    }
}
@media only screen and (max-width: 640px){
	.footnav li {
        padding: 0 14px;
    }
    .w3l-bottom .area-box {
	    padding: 30px 20px;
	    box-shadow: 0 10px 20px rgb(0 0 0 / 18%);
	}
	.grids-feature{
		padding: 20px 15px;
	}
	.wthree-agile-counter .col-sm-3{
    	width: 100%;
    	float: left;
    }
    .wthree_head_section{margin-bottom: 2em;}
    .w3l_header{font-size: 2em;}
    .w3l_header span:after{width: 40px;}
}

@media (min-width: 768px){
.container {
    width: 92%;
}
}</pre></body></html>