/*------------------------------------------------------------------
[Master Stylesheet]
Theme Name:     FiGo | Finance, Business, Consulting HTML5 Template
Version:        1.0.0
-------------------------------------------------------------------*/


/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
#0.1  Theme Reset Style
#0.2  Global Elements
#0.3  header
#0.4  hero-slider
#0.5  footer
#0.6  features-section
#0.7  about-section
#0.8  services-section
#0.9  cta-section
#1.0  project-section
#1.1  testimonials-section
#1.2  contact-section
#1.3  partners-section
#1.4  news-section
#1.5  recent-blog-section
#1.6  social-newsletter-section

--------------------------------------------------------------
#home style 2
--------------------------------------------------------------
#2.0  about-section-s2
#2.1  services-section-s2
#2.2  cta-s2-section
#2.3  project-section-s2
#2.4  testimonials-s2-section
#2.5  experience-section

--------------------------------------------------------------
#home style 3
--------------------------------------------------------------
#3.0  services-section-s3
#3.1  about-section-s3

--------------------------------------------------------------
#about page
--------------------------------------------------------------
#4.0  mission-vision-section
#4.1  about-pg-history
#4.2  fun-fact-section
#4.3  team-section

--------------------------------------------------------------
#contact page
--------------------------------------------------------------
#5.0  contact-page-section
#5.1  contact-map-section

--------------------------------------------------------------
#service single page
--------------------------------------------------------------
#6.0  service-single-section

--------------------------------------------------------------
#project single page
--------------------------------------------------------------
#7.0  project-single-section

--------------------------------------------------------------
#blog page
--------------------------------------------------------------
#8.0  blog-pg-section

--------------------------------------------------------------
#blog single page
--------------------------------------------------------------
#9.0  blog-single-section

--------------------------------------------------------------
#shop page
--------------------------------------------------------------
#10.1 shop-section

--------------------------------------------------------------
#shop single page
--------------------------------------------------------------
#11.1 shop-single-section

--------------------------------------------------------------
#404 page
--------------------------------------------------------------
#12.0   error-404-section

----------------------------------------------------------------*/


/*---------------------------
Fonts
----------------------------*/

@import url("font/primary-iran-yekan.css");
@import url("font/secondary-palatino-sans.css");

/*--------------------------------------------------------------
#0.1    Theme Reset Style
--------------------------------------------------------------*/

html {
	font-size: 15px;
}
body {
	font-family: "primary-font", "segoe ui", "tahoma";
	direction: rtl;
	background-color: #fff;
	font-size: 16px;
	color: #6b6b6b;
	-webkit-font-smoothing: antialiased;
	overflow-x: hidden;
}
@media (max-width: 767px) {
	body {
		font-size: 14px;
	}
}
.ltr_text {
	display: inline-block;
	direction: ltr;
}
.equal {
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}
.fa {
	vertical-align: middle;
}
.primary-font{
	font-family: "primary-font", "segoe ui", "tahoma" !important;
}
.secondary-font{
	font-family: "secondary-font", "primary-font", "segoe ui", "tahoma" !important;
}
p {
	color: #6b6b6b;
	line-height: 2;
	margin-bottom: 1.4em;
}
h1,
h2,
h3,
h4,
h5,
h6 {
	font-weight: bold;
	color: #2d2c2c;
	margin-top: -0.2em;
	line-height: 1.85;
}
h1,
h2 {
	font-family: "secondary-font", "primary-font", "segoe ui", "tahoma";
}
ul {
	list-style-type: none;
	padding-right: 0;
	margin: 0;
}
a,
button {
	text-decoration: none;
	-webkit-transition: all 0.2s;
	-moz-transition: all 0.2s;
	-o-transition: all 0.2s;
	-ms-transition: all 0.2s;
	transition: all 0.2s;
}
a {
	color: #051429;
	margin: 0;
	padding: 0;
	text-decoration: none;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
a:hover,
a:focus {
	color: #F6BA18;
	text-decoration: none;
	outline: none;
}
img {
	max-width: 100%;
}

/*--------------------------------------------------------------
#0.2    Global Elements
--------------------------------------------------------------*/

.page-wrapper {
	position: relative;
	overflow: hidden;
}
.wow {
	visibility: hidden;
}
.fi:before {
	margin: 0;
     font-size: 3.33333rem;
    color: #F6BA18;
}
.section-padding {
	padding: 100px 0;
}
@media (max-width: 991px) {
	.section-padding {
		padding: 90px 0;
	}
}
@media (max-width: 767px) {
	.section-padding {
		padding: 80px 0;
	}
}
.owl-carousel .owl-item img {
	width: auto;
	max-width: 100%;
}
.isotope-filter-center {
	text-align: center;
}
.isotope-filter-center > ul {
	display: inline-block;
}

/*** contact form error handling ***/

.contact-validation-active .error-handling-messages {
	margin-top: 15px;
}
.contact-validation-active label.error {
	color: red;
	font-size: 0.93333rem;
	font-weight: normal;
	margin: 5px 0 0 0;
	text-align: right;
	display: block;
}
.contact-validation-active #loader {
	display: none;
	margin-top: 10px;
}
.contact-validation-active #loader i {
	font-size: 30px;
	font-size: 2rem;
	color: #F6BA18;
	display: inline-block;
	-webkit-animation: rotating linear 2s infinite;
	animation: rotating linear 2s infinite;
}
.contact-validation-active #success,
.contact-validation-active #error {
	width: 100%;
	color: #fff;
	padding: 5px 10px;
	font-size: 16px;
	text-align: center;
	display: none;
	line-height: 1.85;
}
@media (max-width: 767px) {
	.contact-validation-active #success,
	.contact-validation-active #error {
		font-size: 15px;
	}
}
.contact-validation-active #success {
	background-color: #009a00;
	border-right: 5px solid green;
	margin-bottom: 5px;
}
.contact-validation-active #error {
	background-color: #ff1a1a;
	border-right: 5px solid red;
}

/*** back to top **/

.back-to-top {
	background-color: rgba(246, 198, 6, 0.9);
	width: 45px;
	height: 45px;
	line-height: 45px;
	text-align: center;
	display: none;
	position: fixed;
	z-index: 999;
	left: 15px;
	bottom: 15px;
	-webkit-transition: all 0.2s;
	-moz-transition: all 0.2s;
	-o-transition: all 0.2s;
	-ms-transition: all 0.2s;
	transition: all 0.2s;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	-o-border-radius: 3px;
	-ms-border-radius: 3px;
	border-radius: 3px;
}
@media (max-width: 991px) {
	.back-to-top {
		width: 35px;
		height: 35px;
		line-height: 35px;
	}
}
.back-to-top:hover {
	background-color: #F6BA18;
}
.back-to-top i {
	font-size: 18px;
	font-size: 1.2rem;
	color: #fff;
	position: absolute;
	right: 50%;
	top: 50%;
	-webkit-transform: translate(50%, -50%);
	-moz-transform: translate(50%, -50%);
	-o-transform: translate(50%, -50%);
	-ms-transform: translate(50%, -50%);
	transform: translate(50%, -50%);
}
@-webkit-keyframes rotating {
	from {
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg);
	}
	to {
		-webkit-transform: rotate(-360deg);
		transform: rotate(-360deg);
	}
}
@keyframes rotating {
	from {
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg);
	}
	to {
		-webkit-transform: rotate(-360deg);
		transform: rotate(-360deg);
	}
}
.rotating {
	-webkit-animation: rotating 5s alternate infinite;
	animation: rotating 5s alternate infinite;
}

/** for popup image ***/

.mfp-wrap {
	background-color: rgba(0, 0, 0, 0.9);
	z-index: 99999;
}
.mfp-with-zoom .mfp-container,
.mfp-with-zoom.mfp-bg {
	opacity: 0;
	-webkit-backface-visibility: hidden;
	-webkit-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
}
.mfp-with-zoom.mfp-ready .mfp-container {
	opacity: 1;
}
.mfp-with-zoom.mfp-ready.mfp-bg {
	opacity: 0.8;
}
.mfp-with-zoom.mfp-removing .mfp-container,
.mfp-with-zoom.mfp-removing.mfp-bg {
	opacity: 0;
}

/*** for fancybox video ***/

.fancybox-overlay {
	background: rgba(0, 0, 0, 0.9);
	z-index: 9999 !important;
}
.fancybox-wrap {
	z-index: 99999 !important;
}
.section-title,
.section-title-s4 {
	text-align: center;
	margin-bottom: 50px;
	position: relative;
}
.hero-mobile {display:none;}
.section-title > span,
.section-title-s2 > span,
.section-title-s4 > span,
.section-title-s3 > span {
	font-size: 16px;
	color: #F6BA18;
	display: block;
	margin-top: -1em;
	line-height: 1.85;
}
.section-title h2,
.section-title-s2 h2,
.section-title-s4 h2,
.section-title-s3 h2 {
	font-size: 48px;
	margin-bottom: 25px;
}
.section-title > span + h2,
.section-title-s2 > span + h2,
.section-title-s4 > span + h2,
.section-title-s3 > span + h2 {
	margin-top: 10px;
}
@media (max-width: 991px) {
	.section-title h2,
	.section-title-s2 h2,
	.section-title-s4 h2,
	.section-title-s3 h2 {
		font-size: 40px;
		font-size: 2.66667rem;
	}
}
@media (max-width: 767px) {
	.section-title h2,
	.section-title-s2 h2,
	.section-title-s4 h2,
	.section-title-s3 h2 {
		font-size: 32px;
		font-size: 2.13333rem;
	}
}
.section-title-s2 {
	margin-bottom: 55px;
	position: relative;
}
.section-title-s3 {
	margin-bottom: 55px;
	position: relative;
}
.section-title-s2:before {
	content: "";
	background: url("../images/add/line.png") center center/auto no-repeat local;
	width: 200px;
	height: 16px;
	position: absolute;
	right: 18%;
	top: 114%;
	-webkit-transform: translateX(50%);
	-moz-transform: translateX(50%);
	-o-transform: translateX(50%);
	-ms-transform: translateX(50%);
	transform: translateX(50%);
}
.section-title-s2 h2,
.section-title-s4 h2 {
	margin-bottom: 25px;
}
@media screen and (min-width: 1200px) {
	.section-title-s4 h2 {
		padding: 0 25px;
	}
}
.section-title p,
.section-title-s4 p {
	font-size: 16px;
	margin-top: 45px;
	position: relative;
}
.section-title p:before,
.section-title-s4 p:before {
	content: "";
	background: url("../images/add/line.png") center center/auto no-repeat local;
	width: 200px;
	height: 16px;
	position: absolute;
	top: -30px;
	right: 50%;
	-webkit-transform: translateX(50%);
	-moz-transform: translateX(50%);
	-o-transform: translateX(50%);
	-ms-transform: translateX(50%);
	transform: translateX(50%);
}
@media (max-width: 991px) {
	.section-title p,
	.section-title-s4 p {
		font-size: 15px;
		font-size: 1rem;
	}
}
.section-title-s3 {
	margin-bottom: 50px;
}
@media (max-width: 767px) {
	.section-title-s3 {
		margin-bottom: 45px;
	}
}
.section-title-s4 {
	text-align: right;
}
.section-title-s4 h2 {
	padding: 0;
}
.theme-btn,
.theme-btn-s2,
.theme-btn-s4,
.theme-btn-s5,
.theme-btn-s6 {
	background-color: #fff;
	font-size: 16px;
	font-weight: 500;
	color: #222a35;
	height: 50px;
	line-height: 50px;
	padding: 0 25px;
	border: 0;
	outline: none;
	display: inline-block;
	border-radius: 50px;
}
@media (max-width: 991px) {
	.theme-btn,
	.theme-btn-s2,
	.theme-btn-s4,
	.theme-btn-s5,
	.theme-btn-s6 {
		font-size: 17px;
		font-size: 1.13333rem;
		height: 45px;
		line-height: 45px;
		padding: 0 20px;
	}
}
.theme-btn:hover,
.theme-btn-s2:hover,
.theme-btn-s4:hover,
.theme-btn-s5:hover,
.theme-btn-s6:hover,
.theme-btn:focus,
.theme-btn-s2:focus,
.theme-btn-s4:focus,
.theme-btn-s5:focus,
.theme-btn-s6:focus,
.theme-btn:active,
.theme-btn-s2:active,
.theme-btn-s4:active,
.theme-btn-s5:active,
.theme-btn-s6:active {
	background-color: #051429;
	color: #fff;
}
.theme-btn-s2,
.theme-btn-s4,
.theme-btn-s5,
.theme-btn-s6 {
	background-color: #051429;
	color: #fff;
}
.theme-btn-s2:hover,
.theme-btn-s4:hover,
.theme-btn-s5:hover,
.theme-btn-s6:hover,
.theme-btn-s2:focus,
.theme-btn-s4:focus,
.theme-btn-s5:focus,
.theme-btn-s6:focus,
.theme-btn-s2:active,
.theme-btn-s4:active,
.theme-btn-s5:active,
.theme-btn-s6:active {
	background-color: #F6BA18;
	color: #fff;
}
.theme-btn-s3 {
	font-size: 18px;
	font-size: 1.2rem;
	font-weight: 600;
	color: #222a35;
}
.theme-btn-s3:hover {
	color: #F6BA18;
}
.theme-btn-s3 i {
	font-size: 16px;
	display: inline-block;
	padding-right: 3px;
}
.theme-btn-s4:hover,
.theme-btn-s4:focus,
.theme-btn-s4:active {
	background-color: #14141d;
	color: #fff;
}
.theme-btn-s5,
.theme-btn-s6 {
	background-color: #F6BA18;
	color: #fff;
}
.theme-btn-s5:hover,
.theme-btn-s6:hover,
.theme-btn-s5:focus,
.theme-btn-s6:focus,
.theme-btn-s5:active,
.theme-btn-s6:active {
	background-color: #ddb205;
	color: #fff;
}
.theme-btn-s6 {
	font-size: 16px;
	font-size: 1.06667rem;
	height: 40px;
	line-height: 40px;
	padding: 0 18px;
}
.theme-btn-s6:hover {
	background-color: #051429;
}
.theme-btn-s7 {
	background-color: #F6BA18;
	font-size: 16px;
	font-weight: 500;
	color: #fff;
	height: 50px;
	line-height: 50px;
	padding: 0 25px;
	border: 0;
	outline: none;
	display: inline-block;
	border-radius: 50px;
}
.theme-btn-s7:hover,
.theme-btn-s7:active {
	background-color: #fff;
	color: #051429;
}
.form input,
.form textarea,
.form select {
	border-color: #bfbfbf;
	border-radius: 0;
	outline: 0;
	-webkit-box-shadow: none;
	box-shadow: none;
	color: #595959;
}
.form input:focus,
.form textarea:focus,
.form select:focus {
	border-color: #F6BA18;
	-webkit-box-shadow: 0 0 5px 0 #fad335;
	-moz-box-shadow: 0 0 5px 0 #fad335;
	-o-box-shadow: 0 0 5px 0 #fad335;
	-ms-box-shadow: 0 0 5px 0 #fad335;
	box-shadow: 0 0 5px 0 #fad335;
}
.form::-webkit-input-placeholder {
	font-size: 14px;
	color: #595959;
}
.form:-moz-placeholder {
	font-size: 14px;
	color: #595959;
}
.form::-moz-placeholder {
	font-size: 14px;
	color: #595959;
}
.form:-ms-input-placeholder {
	font-size: 14px;
	color: #595959;
}
.form select {
	display: inline-block;
	-webkit-appearance: none;
	-moz-appearance: none;
	-ms-appearance: none;
	appearance: none;
	cursor: pointer;
}
.form select::-ms-expand {
	/* for IE 11 */
	display: none;
}

/******************************
#page title
******************************/

.page-title {
	background: url("../images/page-title.jpg") center center/cover no-repeat local;
	width: 100%;
	height: 450px;
	text-align: center;
	position: relative;
	padding-top: 100px;
}
@media (max-width: 1199px) {
	.page-title {
		padding-top: 0px;
		height: 350px;
	}
}
@media (max-width: 991px) {
	.page-title {
		height: 300px;
		padding-top: 0px;
	}
}
.page-title:before {
	content: "";
	background-color: rgba(5, 20, 41, 0.70);
	width: 100%;
	height: 100%;
	position: absolute;
	right: 0;
	top: 0;
}
.page-title .container {
	height: 100%;
	display: table;
	padding: 0;
}
.page-title .container > .row {
	vertical-align: middle;
	display: table-cell;
}
.page-title h2,
.page-title ol {
	color: #fff;
}
.page-title h2 {
	font-size: 50px;
	color: #fff;
	margin: 0;
	float: right;
}
@media (max-width: 767px) {
	.page-title h2 {
		float: none;
		font-size: 36px;
	}
}
.page-title .breadcrumb {
	background-color: transparent;
	padding: 0;
	margin-top: 36px;
	float: left;
}
@media (max-width: 767px) {
	.page-title .breadcrumb {
		text-align: center;
		float: none;
	}
}
.page-title .breadcrumb li {
	font-size: 16px;
	font-size: 1.06667rem;
	color: #fff;
	margin-left: 5px;
	position: relative;
}
@media (max-width: 767px) {
	.page-title .breadcrumb li {
		font-size: 14px;
		font-size: 0.93333rem;
	}
}
.page-title .breadcrumb li a {
	color: #F6BA18;
}
.page-title .breadcrumb li a:hover {
	color: #ddb205;
}
.page-title .breadcrumb > li + li {
	margin-right: 20px;
	padding-right: 15px;
}
.page-title .breadcrumb > li + li:before {
	content: "";
	background-color: #fff;
	width: 6px;
	height: 6px;
	padding: 0;
	position: absolute;
	right: -10px;
	top: 9px;
}
.preloader {
	background-color: #fff;
	width: 100%;
	height: 100%;
	position: fixed;
	z-index: 1000;
}
.preloader .sk-cube-grid {
	width: 60px;
	height: 60px;
	position: absolute;
	right: calc(50% - 30px);
	top: calc(50% - 30px);
}
.preloader .sk-cube-grid .sk-cube {
	width: 33%;
	height: 33%;
	background-color: #F6BA18;
	float: right;
	-webkit-animation: sk-cubeGridScaleDelay 1.3s infinite ease-in-out;
	animation: sk-cubeGridScaleDelay 1.3s infinite ease-in-out;
}
.preloader .sk-cube-grid .sk-cube1 {
	-webkit-animation-delay: 0.2s;
	animation-delay: 0.2s;
}
.preloader .sk-cube-grid .sk-cube2 {
	-webkit-animation-delay: 0.3s;
	animation-delay: 0.3s;
}
.preloader .sk-cube-grid .sk-cube3 {
	-webkit-animation-delay: 0.4s;
	animation-delay: 0.4s;
}
.preloader .sk-cube-grid .sk-cube4 {
	-webkit-animation-delay: 0.1s;
	animation-delay: 0.1s;
}
.preloader .sk-cube-grid .sk-cube5 {
	-webkit-animation-delay: 0.2s;
	animation-delay: 0.2s;
}
.preloader .sk-cube-grid .sk-cube6 {
	-webkit-animation-delay: 0.3s;
	animation-delay: 0.3s;
}
.preloader .sk-cube-grid .sk-cube7 {
	-webkit-animation-delay: 0s;
	animation-delay: 0s;
}
.preloader .sk-cube-grid .sk-cube8 {
	-webkit-animation-delay: 0.1s;
	animation-delay: 0.1s;
}
.preloader .sk-cube-grid .sk-cube9 {
	-webkit-animation-delay: 0.2s;
	animation-delay: 0.2s;
}
@-webkit-keyframes sk-cubeGridScaleDelay {
	0%,
	70%,
	100% {
		-webkit-transform: scale3D(1, 1, 1);
		transform: scale3D(1, 1, 1);
	}
	35% {
		-webkit-transform: scale3D(0, 0, 1);
		transform: scale3D(0, 0, 1);
	}
}
@keyframes sk-cubeGridScaleDelay {
	0%,
	70%,
	100% {
		-webkit-transform: scale3D(1, 1, 1);
		transform: scale3D(1, 1, 1);
	}
	35% {
		-webkit-transform: scale3D(0, 0, 1);
		transform: scale3D(0, 0, 1);
	}
}

/****************************************
service single sidebar
****************************************/

.service-sidebar {
	/*** service-list-widget ***/
	/*** download-widget ***/
	/*** contact-widget ***/
}
@media (max-width: 991px) {
	.service-sidebar {
		margin-top: 80px;
	}
}
.service-sidebar > .widget + .widget {
	margin-top: 60px;
}
.service-sidebar .widget {
	background-color: #f5f5f5;
}
.service-sidebar .service-list-widget ul {
	list-style: none;
	border: 1px solid #e6e6e6;
	border-bottom: 0;
}
.service-sidebar .service-list-widget ul li {
	border-bottom: 1px solid #e6e6e6;
}
.service-sidebar .service-list-widget a {
	background-color: #f5f5f5;
	display: block;
	font-weight: 500;
	color: #404040;
	padding: 15px 40px 15px 20px;
	position: relative;
}
.service-sidebar .service-list-widget ul li a:before {
	font-family: "themify";
	content: "\e662";
	position: absolute;
	right: 20px;
	font-size: 12px;
	top: 18px;
}
.service-sidebar .service-list-widget a:hover,
.service-sidebar .service-list-widget .current a {
	background-color: #051429;
	color: #fff;
}
.service-sidebar .download-widget ul {
	list-style: none;
}
.service-sidebar .download-widget ul > li + li {
	margin-top: 5px;
}
.service-sidebar .download-widget ul a {
	border-bottom: 2px solid #fff;
	color: #0a172b;
	padding: 15px 25px;
	font-weight: 500;
	display: block;
}
.service-sidebar .download-widget ul i {
	display: inline-block;
	padding-left: 10px;
	color: #F6BA18;
}
.service-sidebar .download-widget ul a:hover {
	color: #F6BA18;
}
.service-sidebar .help-widget,
.service-sidebar .newsletter-widget {
	padding: 35px 30px;
}
.service-sidebar .help-widget h3,
.service-sidebar .newsletter-widget h3 {
	font-size: 22px;
	font-weight: 600;
	margin-bottom: 0.8em;
	font-family: "secondary-font", "primary-font", "segoe ui", "tahoma";
}
.service-sidebar .help-widget p,
.service-sidebar .newsletter-widget p {
	font-size: 14px;
}
.service-sidebar .contact-widget {
	padding: 45px 30px;
}
.service-sidebar .contact-widget h4 {
	font-size: 22px;
	font-size: 1.46667rem;
	font-weight: 600;
	margin-bottom: 0.8em;
	font-family: "secondary-font", "primary-font", "segoe ui", "tahoma";
}
.service-sidebar .contact-widget ul li {
	font-size: 14px;
	font-size: 0.93333rem;
	color: #051429;
	position: relative;
	padding-right: 25px;
	line-height: 1.85;
}
.service-sidebar .contact-widget ul li i {
	position: absolute;
	right: 0;
	top: 7px;
	color: #F6BA18;
}
.service-sidebar .contact-widget ul > li + li {
	margin-top: 12px;
}
.service-sidebar .newsletter-widget .form > div + div {
	margin-top: 15px;
}
.service-sidebar .newsletter-widget .form {
	height: 45px;
}
.service-sidebar .newsletter-widget .form input {
	background-color: #fff;
	border-color: #e8e5e5;
	-webkit-box-shadow: none;
	box-shadow: none;
}
.service-sidebar .newsletter-widget .form input:focus {
	border-color: #f6ba18;
}
.service-sidebar .newsletter-widget .form .theme-btn-s5 {
	width: 100%;
}

/****************************************
blog sidebar
****************************************/

.blog-sidebar {
	/*** search-widget ***/
	/*** categories-widget ***/
	/*** popular-product-widget ***/
	/*** tag-widget ***/
}
@media (max-width: 991px) {
	.blog-sidebar {
		margin-top: 70px;
	}
}
.blog-sidebar > .widget + .widget {
	margin-top: 65px;
}
.blog-sidebar .widget {
	padding: 0;
}
.blog-sidebar .widget > h3 {
	font-size: 22px;
	font-size: 1.46667rem;
	font-weight: 600;
	padding-bottom: 10px;
	margin-bottom: 20px;
	position: relative;
	font-family: "secondary-font", "primary-font", "segoe ui", "tahoma";
}
.blog-sidebar .widget > h3:before {
	content: "";
	background-color: #f6ba18;
	width: 70px;
	height: 3px;
	position: absolute;
	right: 0;
	bottom: 0;
}
.blog-sidebar .widget ul {
	list-style: none;
}
.blog-sidebar .search-widget div {
	position: relative;
}
.blog-sidebar .instagram-widget > ul {
	overflow: hidden;
}
.blog-sidebar .instagram-widget > ul > li img {
	width: 100%;
}
.blog-sidebar .instagram-widget > ul > li {
	width: 33.33%;
	float: right;
	border: 3px solid transparent;
}
@media (min-width: 451px) and (max-width: 600px) {
	.blog-sidebar .instagram-widget > ul > li {
		width: 25%;
	}
}
@media (min-width: 601px) and (max-width: 991px) {
	.blog-sidebar .instagram-widget > ul > li {
		width: 20%;
	}
}
.blog-sidebar .search-widget form div {
	position: relative;
}
.search-widget .theme-btn-s3 {
	height: 50px;
	width: 100%;
	text-align: center;
	line-height: 47px;
	font-size: 16px;
	font-size: 1.06667rem;
	color: #fff;
	border: 2px solid #F9BF26;
	padding: 0;
	display: inline-block;
	background: #F9BF26;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-o-transition: all 0.3s;
	-ms-transition: all 0.3s;
	transition: all 0.3s;
}
.blog-sidebar .search-widget button {
	background: transparent;
	font-size: 20px;
	font-size: 1.33333rem;
	color: #F6BA18;
	border: 0;
	outline: 0;
	padding: 0;
	margin: 0;
	position: absolute;
	left: 15px;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}
.blog-sidebar .search-widget input {
	background-color: #fbfbfb;
	height: 50px;
	padding: 6px 20px 6px 40px;
	border: 1px solid #F6BA18;
	border-radius: 0px;
	-webkit-box-shadow: none;
	box-shadow: none;
}
.blog-sidebar .categories-widget ul li {
	position: relative;
	color: #727780;
}
.blog-sidebar .categories-widget ul li span {
	background: rgba(246, 198, 6, 0.3);
	width: 25px;
	height: 25px;
	line-height: 25px;
	font-size: 13px;
	font-size: 0.86667rem;
	text-align: center;
	color: #8b8b8b;
	border-radius: 50%;
	position: absolute;
	left: 0;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}
.blog-sidebar .categories-widget ul li a {
	color: #727780;
}
.blog-sidebar .categories-widget ul > li + li {
	margin-top: 15px;
}
.blog-sidebar .categories-widget ul li a:hover {
	color: #F6BA18;
}
.blog-sidebar .popular-post-widget ul li {
	overflow: hidden;
}
.blog-sidebar .popular-post-widget ul > li + li {
	margin-top: 20px;
}
.blog-sidebar .popular-post-widget .post-image {
	width: 70px;
	float: right;
}
.blog-sidebar .popular-post-widget .post-info {
	width: calc(100% - 70px);
	float: right;
	padding-right: 20px;
	margin-top: -5px;
}
.blog-sidebar .popular-post-widget .post-title {
	font-size: 15px;
	font-size: 1rem;
	line-height: 1.85;
}
@media (max-width: 991px) {
	.blog-sidebar .popular-post-widget .post-title {
		font-size: 15px;
		font-size: 1rem;
	}
}
.blog-sidebar .popular-post-widget .date {
	font-size: 12px;
	font-size: 0.8rem;
	font-weight: 500;
	color: #F6BA18;
}
.blog-sidebar .popular-post-widget .date i {
	display: inline-block;
}
.blog-sidebar .popular-post-widget .post-info > a {
	color: #727780;
	display: block;
	margin-bottom: 2px;
}
.blog-sidebar .popular-post-widget .post-info > a:hover {
	color: #F6BA18;
}
.blog-sidebar .tag-widget .tagcloud a {
	font-size: 14px;
	font-size: 0.93333rem;
	color: #727780;
	display: inline-block;
	border: 1px solid #e8e8e8;
	padding: 6px 15px;
	border-radius: 32px;
	margin: 0 0 5px 5px;
}
.blog-sidebar .tag-widget .tagcloud a:hover {
	background-color: #F6BA18;
	border-color: #F6BA18;
	color: #fff;
}
@media screen and (min-width: 1200px) {
	.blog-with-left-sidebar .blog-sidebar {
		padding: 0 0 0 20px;
	}
}

/**** pagination ****/

.pagination-wrapper {
	max-height: 45px;
	text-align: center;
	margin-top: 60px;
}
@media (max-width: 991px) {
	.pagination-wrapper {
		text-align: right;
		margin-top: 45px;
	}
}
.pagination-wrapper .pg-pagination {
	display: inline-block;
	overflow: hidden;
	list-style-type: none;
	text-align: center;
}
.pagination-wrapper .pg-pagination li {
	float: right;
	margin-left: 10px;
}
@media (max-width: 767px) {
	.pagination-wrapper .pg-pagination li {
		margin-left: 5px;
	}
}
.pagination-wrapper .pg-pagination li:last-child {
	margin-left: 0;
}
.pagination-wrapper .pg-pagination li a {
	width: 45px;
	height: 45px;
	line-height: 45px;
	font-size: 20px;
	font-size: 1.33333rem;
	border: 1px solid transparent;
	color: #222a35;
	display: block;
	border-radius: 50%;
}
@media (max-width: 991px) {
	.pagination-wrapper .pg-pagination li a {
		width: 40px;
		height: 40px;
		line-height: 40px;
		font-size: 18px;
		font-size: 1.2rem;
	}
}
.pagination-wrapper .pg-pagination .active a,
.pagination-wrapper .pg-pagination li a:hover {
	border-color: #F6BA18;
	color: #F6BA18;
}
.pagination-wrapper-left {
	text-align: right;
}
.pagination-wrapper-right {
	text-align: left;
}
@media screen and (min-width: 1200px) {
	.pagination-wrapper-right {
		padding-left: 50px;
	}
}
@media (max-width: 991px) {
	.pagination-wrapper-right {
		margin-top: 45px;
		text-align: right;
	}
}

/****************************************
shop sidebar
****************************************/

.shop-sidebar {
	/*** search-widget ***/
	/*** categories-widget ***/
	/*** popular-product-widget ***/
	/*** tag-widget ***/
}
@media (max-width: 991px) {
	.shop-sidebar {
		margin-top: 70px;
	}
}
@media screen and (min-width: 1200px) {
	.shop-sidebar .widget {
		border: 1px solid #eee;
		padding: 40px 20px;
	}
}
@media (max-width: 991px) {
	.shop-sidebar .widget {
		border: 1px solid #eee;
		padding: 40px 20px;
	}
}
.shop-sidebar > .widget + .widget {
	margin-top: 65px;
}
.shop-sidebar .widget > h3 {
	font-size: 20px;
	font-size: 1.33333rem;
	font-weight: 600;
	margin: 0 0 1.5em;
	font-family: "secondary-font", "primary-font", "segoe ui", "tahoma";
}
.shop-sidebar .widget ul {
	list-style: none;
}
.shop-sidebar .search-widget div {
	position: relative;
}
.shop-sidebar .search-widget button {
	background: transparent;
	font-size: 20px;
	font-size: 1.33333rem;
	color: #F6BA18;
	border: 0;
	outline: 0;
	padding: 0;
	margin: 0;
	position: absolute;
	left: 15px;
	top: 55%;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}
.shop-sidebar .search-widget input {
	background-color: #f3f3f3;
	height: 50px;
	padding: 6px 20px 6px 40px;
	border: 0;
	border-radius: 0;
	-webkit-box-shadow: none;
	box-shadow: none;
}
.shop-sidebar .categories-widget ul li {
	position: relative;
	color: #727780;
}
.shop-sidebar .categories-widget ul li span {
	width: 25px;
	height: 25px;
	line-height: 25px;
	font-size: 13px;
	font-size: 0.86667rem;
	text-align: center;
	color: #8b8b8b;
	border-radius: 50%;
	position: absolute;
	left: 0;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}
.shop-sidebar .categories-widget ul li a {
	color: #727780;
}
.shop-sidebar .categories-widget ul > li + li {
	margin-top: 15px;
}
.shop-sidebar .categories-widget ul li a:hover {
	color: #F6BA18;
}
.shop-sidebar .popular-product-widget ul li {
	overflow: hidden;
}
.shop-sidebar .popular-product-widget ul > li + li {
	margin-top: 30px;
}
.shop-sidebar .popular-product-widget .product-image {
	width: 70px;
	float: right;
}
.shop-sidebar .popular-product-widget .product-info {
	width: calc(100% - 70px);
	float: right;
	padding-right: 20px;
}
.shop-sidebar .popular-product-widget .product-info > a {
	color: #727780;
	display: block;
	margin-bottom: 4px;
	line-height: 1.85;
	font-size: 15px;
	margin-top: -6px;
}
.shop-sidebar .popular-product-widget .product-info > a:hover {
	color: #F6BA18;
}
.shop-sidebar .popular-product-widget .price-box {
	font-size: 15px;
}
.shop-sidebar .popular-product-widget .star-rating {
	margin-bottom: 5px;
}
.shop-sidebar .popular-product-widget .star-rating i {
	font-size: 12px;
	font-size: 0.8rem;
	color: #F6BA18;
}
.shop-sidebar .tag-widget .tagcloud a {
	font-size: 14px;
	font-size: 0.93333rem;
	color: #727780;
	display: inline-block;
	border: 1px solid #e8e8e8;
	padding: 6px 15px;
	border-radius: 32px;
	margin: 0 0 5px 5px;
}
.shop-sidebar .tag-widget .tagcloud a:hover {
	background-color: #F6BA18;
	border-color: #F6BA18;
	color: #fff;
}
.theme-accordion-s1,
.theme-accordion-s2 {
	margin-bottom: 0;
}
.theme-accordion-s1 .panel-default,
.theme-accordion-s2 .panel-default {
	background: transparent;
	border: 0;
	border-radius: 0;
	-webkit-box-shadow: none;
	box-shadow: none;
}
.theme-accordion-s1 .panel-heading,
.theme-accordion-s2 .panel-heading {
	background-color: transparent;
	padding: 0;
	border-radius: 0;
}
.theme-accordion-s1 .panel + .panel,
.theme-accordion-s2 .panel + .panel {
	margin-top: 15px;
}
.theme-accordion-s1 .panel-heading a,
.theme-accordion-s2 .panel-heading a {
	background-color: #F6BA18;
	font-size: 20px;
	font-size: 1.33333rem;
	color: #fff;
	display: block;
	padding: 18px 25px;
	position: relative;
}
@media (max-width: 991px) {
	.theme-accordion-s1 .panel-heading a,
	.theme-accordion-s2 .panel-heading a {
		font-size: 16px;
		font-size: 1.06667rem;
		padding: 15px 25px;
	}
}
@media (max-width: 767px) {
	.theme-accordion-s1 .panel-heading a,
	.theme-accordion-s2 .panel-heading a {
		padding: 12px 15px;
	}
}
.theme-accordion-s1 .panel-heading a:before,
.theme-accordion-s2 .panel-heading a:before {
	font-family: "themify";
	content: "\e64b";
	font-size: 15px;
	font-size: 1rem;
	position: absolute;
	left: 25px;
	-webkit-transform: rotate(-180deg);
	-ms-transform: rotate(-180deg);
	transform: rotate(-180deg);
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-o-transition: all 0.3s;
	-ms-transition: all 0.3s;
	transition: all 0.3s;
}
@media (max-width: 991px) {
	.theme-accordion-s1 .panel-heading a:before,
	.theme-accordion-s2 .panel-heading a:before {
		font-size: 18px;
		font-size: 1.2rem;
		left: 20px;
	}
}
.theme-accordion-s1 .panel-heading a:focus,
.theme-accordion-s2 .panel-heading a:focus {
	text-decoration: none;
}
.theme-accordion-s1 .panel-heading .collapsed,
.theme-accordion-s2 .panel-heading .collapsed {
	background-color: #f1f1f1;
	color: #222a35;
}
.theme-accordion-s1 .panel-heading .collapsed:before,
.theme-accordion-s2 .panel-heading .collapsed:before {
	-webkit-transform: rotate(0);
	-ms-transform: rotate(0);
	transform: rotate(0);
}
.theme-accordion-s1 .panel-heading + .panel-collapse > .panel-body,
.theme-accordion-s2 .panel-heading + .panel-collapse > .panel-body {
	background-color: #fbfbfb;
	font-size: 18px;
	font-size: 1.2rem;
	border: 0;
	padding: 40px 25px 15px;
}
@media (max-width: 991px) {
	.theme-accordion-s1 .panel-heading + .panel-collapse > .panel-body,
	.theme-accordion-s2 .panel-heading + .panel-collapse > .panel-body {
		padding: 20px 25px 10px;
		font-size: 16px;
		font-size: 1.06667rem;
	}
}
@media (max-width: 767px) {
	.theme-accordion-s1 .panel-heading + .panel-collapse > .panel-body,
	.theme-accordion-s2 .panel-heading + .panel-collapse > .panel-body {
		padding: 15px 15px 8px;
	}
}
.theme-accordion-s1 .panel-heading + .panel-collapse > .panel-body p,
.theme-accordion-s2 .panel-heading + .panel-collapse > .panel-body p {
	margin-bottom: 1.3em;
}
.theme-accordion-s2 .panel-default {
	border: 0;
	position: relative;
}
.theme-accordion-s2 .panel-heading a {
	background-color: #fff;
	color: #F6BA18;
	display: block;
	padding: 12px 25px;
	border: 1px solid #dde2e8;
	position: relative;
}
@media (max-width: 991px) {
	.theme-accordion-s2 .panel-heading a {
		padding: 12px 20px;
	}
}
@media (max-width: 767px) {
	.theme-accordion-s2 .panel-heading a {
		padding: 12px 15px;
	}
}
.theme-accordion-s2 .panel-heading a .icon {
	background: #F6BA18;
	width: 47px;
	height: 47px;
	line-height: 47px;
	color: #fff;
	font-size: 20px;
	font-size: 1.33333rem;
	position: absolute;
	left: 0;
	top: 0;
	text-align: center;
}
@media (max-width: 767px) {
	.theme-accordion-s2 .panel-heading a .icon {
		display: none;
	}
}
.theme-accordion-s2 .panel-heading a .icon:before {
	-webkit-transform: rotate(-180deg);
	-ms-transform: rotate(-180deg);
	transform: rotate(-180deg);
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-o-transition: all 0.3s;
	-ms-transition: all 0.3s;
	transition: all 0.3s;
}
.theme-accordion-s2 .panel-heading a:before {
	display: none;
}
.theme-accordion-s2 .panel-heading .collapsed {
	color: #1e2331;
}
.theme-accordion-s2 .panel-heading .collapsed .icon:before {
	content: "\f107";
}
.theme-accordion-s2 .panel-heading + .panel-collapse > .panel-body {
	padding-right: 130px;
	min-height: 135px;
	position: relative;
}
@media (max-width: 767px) {
	.theme-accordion-s2 .panel-heading + .panel-collapse > .panel-body {
		padding-right: 15px;
		min-height: auto;
	}
}
.theme-accordion-s2 .panel-heading + .panel-collapse > .panel-body .img-holder {
	position: absolute;
	right: 0;
	top: 30px;
}
@media (max-width: 767px) {
	.theme-accordion-s2 .panel-heading + .panel-collapse > .panel-body .img-holder {
		position: static;
		margin-bottom: 15px;
	}
}

/*--------------------------------------------------------------
#0.3  header
--------------------------------------------------------------*/

.site-header {
	/* navigation open and close btn hide for width screen */
	/* style for navigation less than 992px */
	/*navbar collaps less then 992px*/
}
.site-header .navigation {
	background-color: #fff;
	margin-bottom: 0;
	border: 0;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	-o-border-radius: 0;
	-ms-border-radius: 0;
	border-radius: 0;
}
.site-header .navigation.original {
	z-index: 99999;
}
.site-header .navigation > .container {
	position: relative;
}
.site-header #navbar {
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-o-transition: all 0.5s;
	-ms-transition: all 0.5s;
	transition: all 0.5s;
	/*** mega-menu style ***/
}
.site-header #navbar > ul li a:hover,
.site-header #navbar > ul li a:focus {
	text-decoration: none;
	color: #F6BA18;
}
@media screen and (min-width: 992px) {
	.site-header #navbar {
		/*** hover effect ***/
	}
	.site-header #navbar li {
		position: relative;
	}
	.site-header #navbar > ul > li > a {
		font-weight: 600;
		position: relative;
		z-index: 2;
	}
	.site-header #navbar > ul > li > a:hover {
		color: #F6BA18;
	}
	.site-header #navbar > ul > li.current-menu-parent > a:before,
	.site-header #navbar > ul > li.current-menu-item > a:before {
		opacity: 1;
	}
	.site-header #navbar > ul > li.current-menu-parent > a,
	.site-header #navbar > ul > li.current-menu-item > a {
		color: #FFF;
	}
	.site-header #navbar > ul .sub-menu {
		background-color: #fff;
		width: 250px;
		padding: 5px 12px;
		position: absolute;
		right: 0;
		top: 130%;
		z-index: 10;
		visibility: hidden;
		opacity: 0;
		-webkit-transition: all 0.3s;
		-moz-transition: all 0.3s;
		-o-transition: all 0.3s;
		-ms-transition: all 0.3s;
		transition: all 0.3s;
		-webkit-box-shadow: 0px 15px 60px -19px black;
		box-shadow: 0px 15px 60px -19px black;
	}
	.site-header #navbar > ul .sub-menu li.current-menu-item a {
		color: #F6BA18;
	}
	.site-header #navbar > ul .sub-menu li.current-menu-parent > a {
		color: #F6BA18;
	}
	.site-header #navbar > ul > li .sub-menu li {
		border-bottom: 1px solid #f2f2f2;
	}
	.site-header #navbar > ul > li .sub-menu li:last-child {
		border-bottom: 0;
	}
	.site-header #navbar > ul > li .sub-menu a {
		font-size: 15px;
		font-size: 1rem;
		font-weight: normal;
		color: #222a35;
		display: block;
		padding: 10px 15px;
	}
	.site-header #navbar > ul > li .sub-menu a:hover {
		color: #F6BA18;
	}
	.site-header #navbar > ul > li > .sub-menu .sub-menu {
		right: 110%;
		top: 0;
	}
	.site-header #navbar > ul > li > .sub-menu > .menu-item-has-children > a {
		position: relative;
	}
	.site-header #navbar > ul > li > .sub-menu > .menu-item-has-children > a:before {
		font-family: "themify";
		content: "\e64a";
		font-size: 11px;
		font-size: 0.73333rem;
		position: absolute;
		left: 15px;
		top: 50%;
		-webkit-transform: translateY(-50%);
		-moz-transform: translateY(-50%);
		-o-transform: translateY(-50%);
		-ms-transform: translateY(-50%);
		transform: translateY(-50%);
	}
	.site-header #navbar > ul > li:hover > .sub-menu {
		top: 100%;
		visibility: visible;
		opacity: 1;
	}
	.site-header #navbar .sub-menu > li:hover > .sub-menu {
		right: 100%;
		visibility: visible;
		opacity: 1;
	}
}
@media (max-width: 991px) {
	.site-header #navbar > ul > li a {
		display: block;
		font-size: 14px;
		font-size: 0.93333rem;
		line-height: 1.6;
	}
	.site-header #navbar > ul > li .sub-menu li {
		border-bottom: 1px solid #e6e6e6;
	}
	.site-header #navbar > ul .sub-menu > li:last-child {
		border-bottom: 0;
	}
	.site-header #navbar > ul > li > .sub-menu a {
		padding: 8px 45px 8px 15px;
	}
	.site-header #navbar > ul > li > .sub-menu .sub-menu a {
		padding: 8px 65px 8px 15px;
	}
	.site-header #navbar > ul .menu-item-has-children > a {
		position: relative;
	}
	.site-header #navbar > ul .menu-item-has-children > a:before {
		font-family: "themify";
		content: "\e64b";
		font-size: 11px;
		font-size: 0.73333rem;
		position: absolute;
		left: 15px;
		top: 50%;
		-webkit-transform: translateY(-50%);
		-moz-transform: translateY(-50%);
		-o-transform: translateY(-50%);
		-ms-transform: translateY(-50%);
		transform: translateY(-50%);
	}
}
@media screen and (min-width: 992px) {
	.site-header #navbar {
		/*** hover effect ***/
	}
	.site-header #navbar .has-mega-menu {
		position: static;
	}
	.site-header #navbar .mega-menu,
	.site-header #navbar .half-mega-menu {
		background-color: #fff;
		padding: 20px;
		border-top: 2px solid #F6BA18;
		position: absolute;
		left: 0;
		top: 120%;
		z-index: 10;
		visibility: hidden;
		opacity: 0;
		-webkit-transition: all 0.3s;
		-moz-transition: all 0.3s;
		-o-transition: all 0.3s;
		-ms-transition: all 0.3s;
		transition: all 0.3s;
	}
	.site-header #navbar .mega-menu {
		width: 1140px;
		left: 15px;
	}
	.site-header #navbar .half-mega-menu {
		width: 585px;
	}
	.site-header #navbar .mega-menu-box-title {
		font-size: 14px;
		font-size: 0.93333rem;
		font-weight: bold;
		display: block;
		padding-bottom: 7px;
		margin-bottom: 7px;
		border-bottom: 1px solid #e6e6e6;
	}
	.site-header #navbar .mega-menu-list-holder li a {
		font-size: 14px;
		font-size: 0.93333rem;
		display: block;
		padding: 7px 8px;
		margin-right: -8px;
	}
	.site-header #navbar .has-mega-menu:hover > ul {
		top: 100%;
		visibility: visible;
		opacity: 1;
	}
}
@media (max-width: 1199px) {
	.site-header #navbar > ul .mega-menu {
		width: 950px;
		left: 15px;
	}
	.site-header #navbar > ul .half-mega-menu {
		width: 485px;
	}
}
@media (max-width: 991px) {
	.site-header #navbar > ul .mega-menu,
	.site-header #navbar > ul .half-mega-menu {
		width: auto;
	}
	.site-header #navbar > ul .mega-menu .row,
	.site-header #navbar > ul .half-mega-menu .row {
		margin: 0;
	}
	.site-header #navbar .mega-menu-content > .row > .col {
		margin-bottom: 25px;
	}
}
@media (max-width: 991px) {
	.site-header #navbar .mega-menu .mega-menu-list-holder a {
		padding: 5px 40px 5px 15px;
	}
	.site-header #navbar .mega-menu .mega-menu-box-title {
		font-size: 14px;
		font-size: 0.93333rem;
		display: block;
		border-bottom: 1px dotted #b3b3b3;
		padding: 0 5px 4px 0;
		margin: 0 25px 8px 25px;
	}
}
@media screen and (min-width: 992px) {
	.site-header .navbar-header .open-btn {
		display: none;
	}
	.site-header #navbar .close-navbar {
		display: none;
	}
}
@media (max-width: 991px) {
	.site-header {
		/* class for show hide navigation */
	}
	.site-header .container {
		width: 100%;
	}
	.site-header .navbar-header button {
		background-color: #F6BA18;
		width: 40px;
		height: 35px;
		border: 0;
		padding: 5px 10px;
		-webkit-border-radius: 3px;
		-moz-border-radius: 3px;
		-o-border-radius: 3px;
		-ms-border-radius: 3px;
		border-radius: 3px;
		outline: 0;
		position: absolute;
		left: 15px;
		top: 6px;
		z-index: 20;
	}
	.site-header .navbar-header button span {
		background-color: #fff;
		display: block;
		height: 2px;
		margin-bottom: 5px;
	}
	.site-header .navbar-header button span:last-child {
		margin: 0;
	}
	.site-header #navbar {
		background: #fff;
		display: block !important;
		width: 280px;
		height: 100% !important;
		margin: 0;
		padding: 0;
		border-right: 1px solid #cccccc;
		border-left: 1px solid #cccccc;
		position: fixed;
		left: -300px;
		top: 0;
		z-index: 100;
	}
	.site-header #navbar ul a {
		color: #000;
	}
	.site-header #navbar ul a:hover,
	.site-header #navbar ul li.current a {
		color: #F6BA18;
	}
	.site-header #navbar .navbar-nav {
		height: 100%;
		overflow: auto;
	}
	.site-header #navbar .close-navbar {
		background-color: #F6BA18;
		width: 40px;
		height: 40px;
		color: #fff;
		border: 0;
		-webkit-border-radius: 50%;
		-moz-border-radius: 50%;
		-o-border-radius: 50%;
		-ms-border-radius: 50%;
		border-radius: 50%;
		outline: none;
		position: absolute;
		right: -18px;
		top: 10px;
		z-index: 20;
	}
	.site-header #navbar > ul > li {
		border-bottom: 1px solid #cccccc;
	}
	.site-header #navbar > ul > li > a {
		padding: 10px 35px 10px 15px;
	}
	.site-header .slideInn {
		left: 0 !important;
	}
}
@media (max-width: 767px) {
	.site-header .navbar-header .navbar-brand {
		font-size: 24px;
	}
	.site-header #navbar .navbar-nav {
		margin: 0;
	}
}
@media (max-width: 991px) {
	.site-header .navbar-collapse.collapse {
		display: none;
	}
	.site-header .navbar-collapse.collapse.in {
		display: block;
	}
	.site-header .navbar-header .collapse,
	.site-header .navbar-toggle {
		display: block;
	}
	.site-header .navbar-header {
		float: none;
	}
	.site-header .navbar-right {
		float: none;
	}
	.site-header .navbar-nav {
		float: none;
		display: block;
	}
	.site-header .navbar-nav > li {
		float: none;
	}
}
.site-header .navbar .navbar-header,
.site-header .navbar .navbar-header .navbar-brand {
	padding: 0;
	margin: 0;
	height: 100px;
	line-height: 100px;
}
.site-header .navbar .navbar-header img {
	display: inline-block;
	vertical-align: middle;
	max-height: 80px;
}
@media (max-width: 991px) {
	.site-header .navbar .navbar-header,
	.site-header .navbar .navbar-header .navbar-brand {
		height: 80px;
		line-height: 80px;
	}
	.site-header .navbar .navbar-header img {
		max-height: 60px;
	}
}

.cart-search-contact .header-search-form button i {
	color: #F6BA18;
}

/*----------------------------------------------
header style 1
------------------------------------------------*/

.header-style-1,
.header-style-3 {
	/*** topbar ****/
	/*** navigation ***/
	/*** cart-search-contact ***/
}
.header-style-1 .topbar,
.header-style-3 .topbar {
	padding: 18px 0 13px;
	border-bottom: 1px solid #eee;
}
@media (max-width: 991px) {
	.header-style-1 .topbar,
	.header-style-3 .topbar {
		text-align: center;
	}
}
.header-style-1 .contact-info ul,
.header-style-3 .contact-info ul {
	overflow: hidden;
	position: relative;
	top: -1px;
}
@media (max-width: 991px) {
	.header-style-1 .contact-info ul,
	.header-style-3 .contact-info ul {
		text-align: center;
		font-size: 14px;
		font-size: 0.93333rem;
	}
}
.header-style-1 .contact-info ul li,
.header-style-3 .contact-info ul li {
	font-size: 14px;
	font-size: 0.93333rem;
	float: right;
	color: #222a35;
	line-height: 1.85;
}
@media (max-width: 991px) {
	.header-style-1 .contact-info ul li,
	.header-style-3 .contact-info ul li {
		float: none;
	}
}
.header-style-1 .contact-info ul li i,
.header-style-3 .contact-info ul li i {
	color: #F6BA18;
	display: inline-block;
	padding-left: 3px;
	position: relative;
}
.header-style-1 .contact-info ul > li + li,
.header-style-3 .contact-info ul > li + li {
	margin-right: 40px;
}
@media (max-width: 991px) {
	.header-style-1 .contact-info ul > li + li,
	.header-style-3 .contact-info ul > li + li {
		margin: 8px 0 0;
	}
}
.header-style-1 .contact-info ul > li:last-child i,
.header-style-3 .contact-info ul > li:last-child i {
	top: 2px;
}
.header-style-1 .social-links ul,
.header-style-3 .social-links ul {
	float: left;
	overflow: hidden;
	position: relative;
	top: -1px;
}
@media (max-width: 991px) {
	.header-style-1 .social-links ul,
	.header-style-3 .social-links ul {
		float: none;
		display: inline-block;
		margin-top: 20px;
	}
}
.header-style-1 .social-links ul li,
.header-style-3 .social-links ul li {
	float: right;
}
.header-style-1 .social-links ul li + li,
.header-style-3 .social-links ul li + li {
	margin-right: 15px;
}
@media (max-width: 1199px) {
	.header-style-1 .social-links ul li + li,
	.header-style-3 .social-links ul li + li {
		margin-right: 12px;
	}
}
.header-style-1 .social-links ul a,
.header-style-3 .social-links ul a {
	color: #222a35;
}
.header-style-1 .social-links ul a:hover,
.header-style-3 .social-links ul a:hover {
	color: #F6BA18;
}
.header-style-1 .navbar-brand,
.header-style-3 .navbar-brand {
	height: auto;
	margin-top: 8px;
}
@media (max-width: 991px) {
	.header-style-1 .navbar-brand,
	.header-style-3 .navbar-brand {
		margin-top: 0;
	}
}
@media screen and (min-width: 992px) {
	.header-style-1 #navbar {
		margin-left: 100px;
	}
	.header-style-1 #navbar > ul > li > a {
		padding: 40px 14px;
		color: #222a35;
	}
}
@media screen and (min-width: 992px) {
	.header-style-3 #navbar {
		margin-left: 100px;
	}
	.header-style-3 #navbar > ul > li > a {
		padding: 40px 14px;
		color: #fff;
	}
}
@media screen and (min-width: 1200px) {
	.header-style-1 #navbar > ul > li > a,
	.header-style-3 #navbar > ul > li > a {
		padding: 40px 17px;
		font-size: 16px;
	}
}
@media (max-width: 991px) {
	.header-style-1 .navbar-header button,
	.header-style-3 .navbar-header button {
		top: 23px;
	}
}
.header-style-1 .cart-search-contact,
.header-style-3 .cart-search-contact {
	position: absolute;
	left: 27px;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	z-index: 10;
}
.header-style-1 .cart-search-contact:before,
.header-style-3 .cart-search-contact:before {
	content: "";
	width: 1px;
	height: 100px;
	background: rgba(255, 255, 255, 0.1);
	position: absolute;
	right: -22px;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}
@media (max-width: 991px) {
	.header-style-1 .cart-search-contact:before,
	.header-style-3 .cart-search-contact:before {
		display: none;
	}
}
@media (max-width: 991px) {
	.header-style-1 .cart-search-contact,
	.header-style-3 .cart-search-contact {
		left: 95px;
	}
}
@media (max-width: 450px) {
	.header-style-1 .cart-search-contact,
	.header-style-3 .cart-search-contact {
		left: 80px;
	}
}
.header-style-1 .cart-search-contact button,
.header-style-3 .cart-search-contact button {
	background: transparent;
	padding: 0;
	border: 0;
	outline: 0;
}
.header-style-1 .cart-search-contact i {
	font-size: 30px;
	font-size: 2rem;
	color: #222a35;
}
.header-style-3 .cart-search-contact i {
	font-size: 30px;
	font-size: 2rem;
	color: #fff;
}
.header-style-1 .cart-search-contact > div,
.header-style-3 .cart-search-contact > div {
	float: right;
	position: relative;
}
.header-style-1 .cart-search-contact > div + div,
.header-style-3 .cart-search-contact > div + div {
	margin-right: 20px;
}
.header-style-1 .cart-search-contact .header-search-form,
.header-style-3 .cart-search-contact .header-search-form {
	position: absolute;
	width: 250px;
	left: -25px;
	top: 72px;
	opacity: 0;
	visibility: hidden;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-o-transition: all 0.5s;
	-ms-transition: all 0.5s;
	transition: all 0.5s;
	-webkit-box-shadow: 0px 15px 60px -19px black;
	box-shadow: 0px 15px 60px -19px black;
}
@media (max-width: 991px) {
	.header-style-1 .cart-search-contact .header-search-form,
	.header-style-3 .cart-search-contact .header-search-form {
		top: 62px;
	}
}
@media (max-width: 450px) {
	.header-style-1 .cart-search-contact .header-search-form,
	.header-style-3 .cart-search-contact .header-search-form {
		left: -55px;
	}
}
.header-style-1 .cart-search-contact .header-search-form-wrapper i:before,
.header-style-3 .cart-search-contact .header-search-form-wrapper i:before {
	font-size: 22px;
	font-size: 1.46667rem;
}
.header-style-1 .cart-search-contact form div,
.header-style-3 .cart-search-contact form div {
	position: relative;
}
.header-style-1 .cart-search-contact form div button,
.header-style-3 .cart-search-contact form div button {
	position: absolute;
	left: 15px;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}
.header-style-1 .cart-search-contact input,
.header-style-3 .cart-search-contact input {
	width: 100%;
	height: 50px;
	padding: 6px 20px;
	border: 0;
	border-radius: 0;
	-webkit-box-shadow: none;
	box-shadow: none;
}
.header-style-1 .cart-search-contact .mini-cart i:before,
.header-style-3 .cart-search-contact .mini-cart i:before {
	font-size: 25px;
	font-size: 1.66667rem;
}
.header-style-1 .cart-search-contact .mini-cart .cart-count,
.header-style-3 .cart-search-contact .mini-cart .cart-count {
	background: #F6BA18;
	width: 22px;
	height: 22px;
	line-height: 22px;
	font-size: 10px;
	font-size: 0.66667rem;
	color: white;
	position: absolute;
	top: 0;
	left: -11px;
	border-radius: 50%;
}
.header-style-1 .cart-search-contact .mini-cart-content,
.header-style-3 .cart-search-contact .mini-cart-content {
	background: #fff;
	width: 300px;
	border-top: 2px solid #F6BA18;
	z-index: 10;
	position: absolute;
	left: -25px;
	top: 72px;
	opacity: 0;
	visibility: hidden;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-o-transition: all 0.5s;
	-ms-transition: all 0.5s;
	transition: all 0.5s;
	-webkit-box-shadow: 0px 15px 60px -19px black;
	box-shadow: 0px 15px 60px -19px black;
}
@media (max-width: 991px) {
	.header-style-1 .cart-search-contact .mini-cart-content,
	.header-style-3 .cart-search-contact .mini-cart-content {
		top: 62px;
	}
}
@media (max-width: 450px) {
	.header-style-1 .cart-search-contact .mini-cart-content,
	.header-style-3 .cart-search-contact .mini-cart-content {
		left: -55px;
	}
}
.header-style-1 .cart-search-contact .mini-cart-content .mini-cart-title,
.header-style-3 .cart-search-contact .mini-cart-content .mini-cart-title {
	padding: 12px 15px;
	border-bottom: 1px solid #efefef;
}
.header-style-1 .cart-search-contact .mini-cart-content p,
.header-style-3 .cart-search-contact .mini-cart-content p {
	font-size: 15px;
	font-size: 1rem;
	font-weight: 500;
	color: #222a35;
	margin: 0;
}
.header-style-1 .cart-search-contact .mini-cart-content .mini-cart-items,
.header-style-3 .cart-search-contact .mini-cart-content .mini-cart-items {
	padding: 15px;
}
.header-style-1 .cart-search-contact .mini-cart-content .mini-cart-item,
.header-style-3 .cart-search-contact .mini-cart-content .mini-cart-item {
	padding-top: 15px;
	margin-top: 15px;
	border-top: 1px solid #efefef;
}
.header-style-1 .cart-search-contact .mini-cart-content .mini-cart-item:first-child,
.header-style-3 .cart-search-contact .mini-cart-content .mini-cart-item:first-child {
	padding-top: 0;
	margin-top: 0;
	border-top: 0;
}
.header-style-1 .cart-search-contact .mini-cart-content .mini-cart-item-image,
.header-style-3 .cart-search-contact .mini-cart-content .mini-cart-item-image {
	width: 50px;
	height: 50px;
	border: 2px solid #eee;
	float: right;
	margin-left: 15px;
}
.header-style-1 .cart-search-contact .mini-cart-content .mini-cart-item-image a,
.header-style-3 .cart-search-contact .mini-cart-content .mini-cart-item-image a,
.header-style-1 .cart-search-contact .mini-cart-content .mini-cart-item-image img,
.header-style-3 .cart-search-contact .mini-cart-content .mini-cart-item-image img {
	display: block;
	width: 46px;
	height: 46px;
}
.header-style-1 .cart-search-contact .mini-cart-content .mini-cart-item-image:hover,
.header-style-3 .cart-search-contact .mini-cart-content .mini-cart-item-image:hover {
	border-color: #fdc900;
}
.header-style-1 .cart-search-contact .mini-cart-content .mini-cart-item-des,
.header-style-3 .cart-search-contact .mini-cart-content .mini-cart-item-des {
	position: relative;
	overflow: hidden;
	margin-top: -3px;
}
.header-style-1 .cart-search-contact .mini-cart-content .mini-cart-item-des a,
.header-style-3 .cart-search-contact .mini-cart-content .mini-cart-item-des a {
	font-size: 14px;
	font-size: 0.93333rem;
	font-weight: 500;
	text-align: right;
	color: #222a35;
	line-height: 1.85;
}
.header-style-1 .cart-search-contact .mini-cart-content .mini-cart-item-des a:hover,
.header-style-3 .cart-search-contact .mini-cart-content .mini-cart-item-des a:hover {
	color: #F6BA18;
}
.header-style-1 .cart-search-contact .mini-cart-content .mini-cart-item-des .mini-cart-item-price,
.header-style-3 .cart-search-contact .mini-cart-content .mini-cart-item-des .mini-cart-item-price {
	font-size: 13px;
	font-size: 0.86667rem;
	color: #888;
	display: block;
	margin-top: 3px;
	line-height: 1.85;
}
.header-style-1 .cart-search-contact .mini-cart-content .mini-cart-item-des .mini-cart-item-quantity,
.header-style-3 .cart-search-contact .mini-cart-content .mini-cart-item-des .mini-cart-item-quantity {
	font-size: 12px;
	font-size: 0.8rem;
	color: #444;
	display: block;
	position: absolute;
	left: 0;
	top: 5px;
}
.header-style-1 .cart-search-contact .mini-cart-content .mini-cart-action,
.header-style-3 .cart-search-contact .mini-cart-content .mini-cart-action {
	padding: 20px 15px;
	border-top: 1px solid #efefef;
}
.header-style-1 .cart-search-contact .mini-cart-content .mini-cart-action .theme-btn-s2,
.header-style-3 .cart-search-contact .mini-cart-content .mini-cart-action .theme-btn-s2,
.header-style-1 .cart-search-contact .mini-cart-content .mini-cart-action .theme-btn-s4,
.header-style-3 .cart-search-contact .mini-cart-content .mini-cart-action .theme-btn-s4,
.header-style-1 .cart-search-contact .mini-cart-content .mini-cart-action .theme-btn-s5,
.header-style-3 .cart-search-contact .mini-cart-content .mini-cart-action .theme-btn-s5,
.header-style-1 .cart-search-contact .mini-cart-content .mini-cart-action .theme-btn-s6,
.header-style-3 .cart-search-contact .mini-cart-content .mini-cart-action .theme-btn-s6 {
	float: left;
}
.header-style-1 .cart-search-contact .mini-cart-content .mini-cart-action .mini-checkout-price,
.header-style-3 .cart-search-contact .mini-cart-content .mini-cart-action .mini-checkout-price {
	font-size: 15px;
	font-size: 1rem;
	font-weight: 500;
	color: #222a35;
	margin-top: 10px;
	display: inline-block;
}
.header-style-1 .cart-search-contact .mini-cart-content-toggle,
.header-style-3 .cart-search-contact .mini-cart-content-toggle,
.header-style-1 .cart-search-contact .header-search-content-toggle,
.header-style-3 .cart-search-contact .header-search-content-toggle {
	opacity: 1;
	visibility: visible;
	left: 0;
}
@media (max-width: 450px) {
	.header-style-1 .cart-search-contact .mini-cart-content-toggle,
	.header-style-3 .cart-search-contact .mini-cart-content-toggle,
	.header-style-1 .cart-search-contact .header-search-content-toggle,
	.header-style-3 .cart-search-contact .header-search-content-toggle {
		left: -80px;
	}
}

/*----------------------------------------------
header style 2
------------------------------------------------*/

.header-style-2 {
	/*** topbar ***/
	/*** navigation ***/
	/*** cart-search-contact ***/
}
.header-style-2 .upper-topbar {
	background-color: #051429;
	padding: 12px 0;
}
@media (max-width: 991px) {
	.header-style-2 .upper-topbar {
		text-align: center;
	}
}
.header-style-2 .upper-topbar p {
	color: #fff;
	margin: 0;
}
.header-style-2 .social-links {
	margin-top: 1px;
}
.header-style-2 .social-links ul {
	float: left;
	padding-top: 3px;
	overflow: hidden;
}
@media (max-width: 991px) {
	.header-style-2 .social-links ul {
		float: none;
		display: inline-block;
		margin-top: 10px;
	}
}
.header-style-2 .social-links ul li {
	float: right;
}
.header-style-2 .social-links ul li + li {
	margin-right: 15px;
}
@media (max-width: 1199px) {
	.header-style-2 .social-links ul li + li {
		margin-right: 12px;
	}
}
.header-style-2 .social-links ul a {
	color: #fff;
}
.header-style-2 .social-links ul a:hover {
	color: #F6BA18;
}
.header-style-2 .lower-topbar .container {
	position: relative;
}
@media (max-width: 991px) {
	.header-style-2 .lower-topbar .container {
		text-align: center;
	}
}
@media (max-width: 991px) {
	.header-style-2 .lower-topbar .site-logo {
		overflow: hidden;
		border-bottom: 1px solid #eee;
	}
	.header-style-2 .lower-topbar .site-logo .navbar-brand {
		display: inline-block;
		margin: 0 auto;
		float: none;
		vertical-align: top;
	}
}
.header-style-2 .lower-topbar .contact-info {
	overflow: hidden;
}
.header-style-2 .lower-topbar .contact-info ul {
	float: left;
}
@media (min-width: 768px) and (max-width: 991px) {
	.header-style-2 .lower-topbar .contact-info ul {
		width: 100%;
	}
}
@media (max-width: 767px) {
	.header-style-2 .lower-topbar .contact-info ul {
		float: none;
	}
	.header-style-2 .lower-topbar .contact-info ul > li:first-child {
		border-top: 0;
	}
}
.header-style-2 .lower-topbar .contact-info li {
	float: right;
	padding: 25px 70px 25px 0px;
	position: relative;
}
@media (min-width: 768px) and (max-width: 991px) {
	.header-style-2 .lower-topbar .contact-info li {
		float: none;
		display: inline-block;
		padding: 20px 35px;
	}
}
@media (max-width: 767px) {
	.header-style-2 .lower-topbar .contact-info li {
		float: none;
		border-left: 0;
		border-top: 1px solid #eee;
		padding: 20px 0px;
	}
}
.header-style-2 .lower-topbar .contact-info .icon {
	position: absolute;
	right: 25px;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}
.header-style-2 .lower-topbar .contact-info i:before {
	font-size: 28px;
	font-size: 1.86667rem;
	color: #F6BA18;
}
.header-style-2 .lower-topbar .contact-info h5 {
	font-size: 18px;
	font-size: 1.2rem;
	font-weight: 600;
	margin: 0 0 0.3em;
}
.header-style-2 .lower-topbar .contact-info .right {
	text-align: left;
}
@media (max-width: 991px) {
	.header-style-2 .navigation > .container {
		height: 80px;
	}
	.header-style-2 .lower-topbar .contact-info .right {
		text-align: center;
	}
}
.header-style-2 .site-logo,
.header-style-2 .site-logo .navbar-brand {
	padding: 0;
	margin: 0;
	height: 111px;
	line-height: 111px;
}
.header-style-2 .site-logo img {
	display: inline-block;
	vertical-align: middle;
	max-height: 91px;
}
@media (max-width: 991px) {
	.header-style-2 .site-logo,
	.header-style-2 .site-logo .navbar-brand {
		height: 80px;
		line-height: 80px;
	}
	.header-style-2 .site-logo img {
		max-height: 60px;
	}
}
@media screen and (min-width: 992px) {
	.header-style-2 #navbar {
		background-color: #051429;
		padding-left: 100px;
		position: relative;
		z-index: 10;
	}
	.header-style-2 #navbar > ul > li > a {
		padding: 40px 14px;
		color: #fff;
	}
}
@media screen and (min-width: 1200px) {
	.header-style-2 #navbar > ul > li > a {
		padding: 40px 17px;
	}
}
@media (max-width: 991px) {
	.header-style-2 .navbar-header button {
		top: 24px;
	}
}
.header-style-2 .cart-search-contact {
	position: absolute;
	left: 42px;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	z-index: 10;
}
.header-style-2 .cart-search-contact:before {
	content: "";
	width: 1px;
	height: 104px;
	background: rgba(238, 238, 238, 0.47843137254901963);
	position: absolute;
	right: -22px;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}
@media (max-width: 991px) {
	.header-style-2 .cart-search-contact:before {
		display: none;
	}
}
@media (max-width: 991px) {
	.header-style-2 .cart-search-contact {
		left: 95px;
	}
}
@media (max-width: 450px) {
	.header-style-2 .cart-search-contact {
		left: 80px;
	}
}
.header-style-2 .cart-search-contact button {
	background: transparent;
	padding: 0;
	border: 0;
	outline: 0;
}
.header-style-2 .cart-search-contact i {
	font-size: 30px;
	font-size: 2rem;
	color: #fff;
}
@media (max-width: 991px) {
	.header-style-2 .cart-search-contact i {
		color: #2d2c2c;
	}
}
.header-style-2 .cart-search-contact > div {
	float: right;
	position: relative;
}
.header-style-2 .cart-search-contact > div + div {
	margin-right: 20px;
}
.header-style-2 .cart-search-contact .header-search-form {
	position: absolute;
	width: 250px;
	left: -25px;
	top: 72px;
	opacity: 0;
	visibility: hidden;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-o-transition: all 0.5s;
	-ms-transition: all 0.5s;
	transition: all 0.5s;
	-webkit-box-shadow: 0px 15px 60px -19px black;
	box-shadow: 0px 15px 60px -19px black;
}
@media (max-width: 991px) {
	.header-style-2 .cart-search-contact .header-search-form {
		top: 62px;
	}
}
@media (max-width: 450px) {
	.header-style-2 .cart-search-contact .header-search-form {
		left: -55px;
	}
}
.header-style-2 .cart-search-contact .header-search-form-wrapper i:before {
	font-size: 22px;
	font-size: 1.46667rem;
}
.header-style-2 .cart-search-contact form div {
	position: relative;
}
.header-style-2 .cart-search-contact form div button {
	position: absolute;
	left: 15px;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}
.header-style-2 .cart-search-contact input {
	width: 100%;
	height: 50px;
	padding: 6px 20px;
	border: 0;
	border-radius: 0;
	-webkit-box-shadow: none;
	box-shadow: none;
}
.header-style-2 .cart-search-contact .mini-cart i:before {
	font-size: 25px;
	font-size: 1.66667rem;
}
.header-style-2 .cart-search-contact .mini-cart .cart-count {
	background: #F6BA18;
	width: 22px;
	height: 22px;
	line-height: 22px;
	font-size: 10px;
	font-size: 0.66667rem;
	color: white;
	position: absolute;
	top: 0;
	left: -11px;
	border-radius: 50%;
}
.header-style-2 .cart-search-contact .mini-cart-content {
	background: #fff;
	width: 300px;
	border-top: 2px solid #F6BA18;
	z-index: 10;
	position: absolute;
	left: -25px;
	top: 72px;
	opacity: 0;
	visibility: hidden;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-o-transition: all 0.5s;
	-ms-transition: all 0.5s;
	transition: all 0.5s;
	-webkit-box-shadow: 0px 15px 60px -19px black;
	box-shadow: 0px 15px 60px -19px black;
}
@media (max-width: 991px) {
	.header-style-2 .cart-search-contact .mini-cart-content {
		top: 62px;
	}
}
@media (max-width: 450px) {
	.header-style-2 .cart-search-contact .mini-cart-content {
		left: -55px;
	}
}
.header-style-2 .cart-search-contact .mini-cart-content .mini-cart-title {
	padding: 12px 15px;
	border-bottom: 1px solid #efefef;
}
.header-style-2 .cart-search-contact .mini-cart-content p {
	font-size: 15px;
	font-size: 1rem;
	font-weight: 500;
	color: #222a35;
	margin: 0;
}
.header-style-2 .cart-search-contact .mini-cart-content .mini-cart-items {
	padding: 15px;
}
.header-style-2 .cart-search-contact .mini-cart-content .mini-cart-item {
	padding-top: 15px;
	margin-top: 15px;
	border-top: 1px solid #efefef;
}
.header-style-2 .cart-search-contact .mini-cart-content .mini-cart-item:first-child {
	padding-top: 0;
	margin-top: 0;
	border-top: 0;
}
.header-style-2 .cart-search-contact .mini-cart-content .mini-cart-item-image {
	width: 50px;
	height: 50px;
	border: 2px solid #eee;
	float: right;
	margin-left: 15px;
}
.header-style-2 .cart-search-contact .mini-cart-content .mini-cart-item-image a,
.header-style-2 .cart-search-contact .mini-cart-content .mini-cart-item-image img {
	display: block;
	width: 46px;
	height: 46px;
}
.header-style-2 .cart-search-contact .mini-cart-content .mini-cart-item-image:hover {
	border-color: #fdc900;
}
.header-style-2 .cart-search-contact .mini-cart-content .mini-cart-item-des {
	position: relative;
	overflow: hidden;
}
.header-style-2 .cart-search-contact .mini-cart-content .mini-cart-item-des a {
	font-size: 14px;
	font-size: 0.93333rem;
	font-weight: 500;
	text-align: right;
	color: #222a35;
	line-height: 1.85;
}
.header-style-2 .cart-search-contact .mini-cart-content .mini-cart-item-des a:hover {
	color: #F6BA18;
}
.header-style-2 .cart-search-contact .mini-cart-content .mini-cart-item-des .mini-cart-item-price {
	font-size: 13px;
	font-size: 0.86667rem;
	color: #888;
	display: block;
	margin-top: 3px;
	line-height: 1.85;
}
.header-style-2 .cart-search-contact .mini-cart-content .mini-cart-item-des .mini-cart-item-quantity {
	font-size: 12px;
	font-size: 0.8rem;
	color: #444;
	display: block;
	position: absolute;
	left: 0;
	top: 5px;
}
.header-style-2 .cart-search-contact .mini-cart-content .mini-cart-action {
	padding: 20px 15px;
	border-top: 1px solid #efefef;
}
.header-style-2 .cart-search-contact .mini-cart-content .mini-cart-action .theme-btn-s2,
.header-style-2 .cart-search-contact .mini-cart-content .mini-cart-action .theme-btn-s4,
.header-style-2 .cart-search-contact .mini-cart-content .mini-cart-action .theme-btn-s5,
.header-style-2 .cart-search-contact .mini-cart-content .mini-cart-action .theme-btn-s6 {
	float: left;
}
.header-style-2 .cart-search-contact .mini-cart-content .mini-cart-action .mini-checkout-price {
	font-size: 15px;
	font-size: 1rem;
	font-weight: 500;
	color: #222a35;
	margin-top: 10px;
	display: inline-block;
}
.header-style-2 .cart-search-contact .mini-cart-content-toggle,
.header-style-2 .cart-search-contact .header-search-content-toggle {
	opacity: 1;
	visibility: visible;
	left: 0;
}
@media (max-width: 450px) {
	.header-style-2 .cart-search-contact .mini-cart-content-toggle,
	.header-style-2 .cart-search-contact .header-search-content-toggle {
		left: -80px;
	}
}

/*----------------------------------------------
header style 3
------------------------------------------------*/

@media screen and (min-width: 992px) {
	.header-style-3 .cart-search-contact i {
		color: #F6BA18;
	}
}
@media screen and (min-width: 1200px) {
	.header-style-3 {
		width: 100%;
		position: absolute;
		right: 0;
		top: 0;
		z-index: 99;
	}
	.header-style-3 .navigation {
		background-color: rgba(5, 20, 41, 0.68);
		border-bottom: 1px solid rgba(255, 255, 255, 0.08);
	}
	.header-style-3 .topbar {
		border-bottom: 0;
	}
	.header-style-3 .topbar .container {
		position: relative;
	}
	.header-style-3 .topbar .container .separator {
		background-color: rgba(255, 255, 255, 0.08);
		width: calc(100% - 30px);
		height: 1px;
		position: absolute;
		right: 15px;
		bottom: -15px;
	}
	.header-style-3 #navbar > ul > li > a {
		font-weight: 500;
	}
	.header-style-3 .contact-info ul li,
	.header-style-3 .social-links ul a {
		color: #dedede;
	}
	.header-style-3 #navbar > ul > li > a {
		color: #fff;
	}
	.header-style-3 .cart-search-contact:before {
		background-color: rgba(255, 255, 255, 0.1);
	}
}
@media (max-width: 1199px) {
	.header-style-3 .navigation {
		background-color: #051429;
		border-bottom: 1px solid rgba(255, 255, 255, 0.08);
	}
}
@media (max-width: 991px) {
	.header-style-3 .navigation {
		background-color: #051429;
	}
	.header-style-3 .cart-search-contact i {
		color: #fff;
	}
}

/*--------------------------------------------------------------
#0.4  hero slider
--------------------------------------------------------------*/

.hero {
	position: relative;
	height: 90vh;
	/** slider controls **/
	/*** hero slider animation ***/
}
@media (max-width: 767px) {
	.hero {
		min-height: 420px;
	}
}
.hero .slide {
	height: 90vh;
	position: relative;
	background-repeat: no-repeat;
	position: relative;
}
@media (max-width: 767px) {
	.hero .slide {
		min-height: 420px;
	}
}
.hero .slide .slider-bg {
	display: none;
}
.hero .slide:focus {
	outline: none;
}
.hero .slide .container {
	height: 100%;
	display: table;
	padding: 0;
}
.hero .slide .row {
	display: table-cell;
	vertical-align: middle;
}
.hero .slick-prev,
.hero .slick-next {
	background-color: transparent;
	border: 1px solid #fff;
	width: 45px;
	height: 45px;
	z-index: 10;
	border-radius: 4px;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-o-transition: all 0.5s;
	-ms-transition: all 0.5s;
	transition: all 0.5s;
}
.hero .slick-prev:hover,
.hero .slick-next:hover {
	opacity: 1;
}
@media (max-width: 991px) {
	.hero .slick-prev,
	.hero .slick-next {
		display: none !important;
	}
}
.hero .slick-prev {
	right: 25px;
}
.hero .slick-prev:before {
	font-family: "themify";
	content: "\e649";
	opacity: 1;
}
.hero .slick-next {
	left: 25px;
}
.hero .slick-next:before {
	font-family: "themify";
	content: "\e64a";
	opacity: 1;
}
.hero .slick-dots {
	bottom: 30px;
}
@media screen and (min-width: 992px) {
	.hero .slick-dots {
		display: none !important;
	}
}
.hero .slick-dots li {
	margin: 0;
}
.hero .slick-dots button {
	width: 14px;
	height: 14px;
	border: 1px solid #fff;
	border-radius: 50%;
}
.hero .slick-dots .slick-active button {
	background-color: #F6BA18;
}
.hero .slick-dots button:before,
.hero .slick-dots button:before {
	display: none;
}
.hero .slide-caption > div * {
	-webkit-animation: fadeOutRight 1.5s both;
	animation: fadeOutRight 1.5s both;
}
.hero .slide-caption > div.slide-title * {
	-webkit-animation-delay: 0s;
	animation-delay: 0s;
}
.hero .slide-caption > div.slide-subtitle * {
	-webkit-animation-delay: 0s;
	animation-delay: 0s;
}
.hero .slide-caption > div.btns * {
	-webkit-animation-delay: 0s;
	animation-delay: 0s;
}
.hero .hero-slider .slick-current .slide-caption > div * {
	-webkit-animation-name: fadeInRight;
	animation-name: fadeInRight;
}
.hero .hero-slider .slick-current .slide-caption > div.slide-title * {
	-webkit-animation-delay: 1s;
	animation-delay: 1s;
}
.hero .hero-slider .slick-current .slide-caption > div.slide-subtitle * {
	-webkit-animation-delay: 0.5s;
	animation-delay: 0.5s;
}
.hero .hero-slider .slick-current .slide-caption > div.btns * {
	-webkit-animation-delay: 1.5s;
	animation-delay: 1.5s;
}

/*-------------------------------------------
#hero style 1
--------------------------------------------*/

.hero-style-1,
.hero-style-2 {
	position: relative;
	height: 700px;
}
@media (max-width: 1199px) {
	.hero-style-1,
	.hero-style-2 {
		height: 600px;
	}
}
@media (max-width: 991px) {
	.hero-style-1,
	.hero-style-2 {
		height: 500px;
	}
}
@media (max-width: 767px) {
	.hero-style-1,
	.hero-style-2 {
		min-height: 450px;
		height: 100vh;
	}
}
.hero-style-1 .slide,
.hero-style-2 .slide {
	height: 700px;
	position: relative;
}
.hero-style-1 .slide .rect,
.hero-style-2 .slide .rect {
	background: #F6BA18;
	width: 100%;
	height: 100%;
	position: absolute;
	right: -50%;
	top: 0;
	z-index: 1;
	-webkit-transform: skew(10deg);
	-moz-transform: skew(10deg);
	-o-transform: skew(10deg);
	-ms-transform: skew(10deg);
	transform: skew(10deg);
}
.hero-style-1 .slide .container,
.hero-style-2 .slide .container {
	position: relative;
	z-index: 2;
}
@media (max-width: 1199px) {
	.hero-style-1 .slide,
	.hero-style-2 .slide {
		height: 600px;
	}
}
@media (max-width: 991px) {
	.hero-style-1 .slide,
	.hero-style-2 .slide {
		height: 500px;
	}
}
@media (max-width: 767px) {
	.hero-style-1 .slide,
	.hero-style-2 .slide {
		min-height: 450px;
		height: 100vh;
	}
}
.hero-style-1 .slide:before {
	content: "";
	background-color: rgba(5, 20, 41, 0.66);
	width: 100%;
	height: 100%;
	position: absolute;
	left: -40%;
	top: 0;
	opacity: 0.5;
	-webkit-transform: skew(10deg);
	-moz-transform: skew(10deg);
	-o-transform: skew(10deg);
	-ms-transform: skew(10deg);
	transform: skew(10deg);
}
.hero-style-1 .slide-caption .slide-subtitle h5,
.hero-style-2 .slide-caption .slide-subtitle h5 {
	font-size: 16px;
	font-weight: 500;
	color: #fff;
	margin-bottom: 0;
}
@media (max-width: 767px) {
	.hero-style-1 .slide-caption .slide-subtitle h5,
	.hero-style-2 .slide-caption .slide-subtitle h5 {
		font-size: 14px;
	}
}
.hero-style-1 .slide-caption .slide-title h2,
.hero-style-2 .slide-caption .slide-title h2 {
	font-size: 48px;
	color: #fff;
	margin: 0.38em 0 0.63em;
}
@media (max-width: 1199px) {
	.hero-style-1 .slide-caption .slide-title h2,
	.hero-style-2 .slide-caption .slide-title h2 {
		font-size: 40px;
	}
}
@media (max-width: 991px) {
	.hero-style-1 .slide-caption .slide-title h2,
	.hero-style-2 .slide-caption .slide-title h2 {
		font-size: 36px;
	}
}
@media (max-width: 767px) {
	.hero-style-1 .slide-caption .slide-title h2,
	.hero-style-2 .slide-caption .slide-title h2 {
		font-size: 30px;
	}
}
.hero-style-1 .slide-caption .btns > a:first-child,
.hero-style-2 .slide-caption .btns > a:first-child {
	margin-left: 10px;
}

/*-------------------------------------------
#hero style 2
--------------------------------------------*/

.hero-style-2 {
	position: relative;
}
.hero-style-2 .slide:before {
	background-color: rgba(5, 20, 41, 0.66);
	width: 100%;
	height: 100%;
	content: "";
	position: absolute;
	right: 0;
	top: 0;
}
.hero-style-2 .slide-caption .slide-subtitle h5 {
	color: #F6BA18;
}

/*-------------------------------------------
#hero style 3
--------------------------------------------*/

.hero-style-3 {
	min-height: 700px;
}
@media (max-width: 991px) {
	.hero-style-3 {
		min-height: 500px;
	}
}
@media (max-width: 767px) {
	.hero-style-3 {
		min-height: 450px;
	}
}
.hero-style-3 .slide {
	min-height: 700px;
}
@media (max-width: 991px) {
	.hero-style-3 .slide {
		min-height: 500px;
	}
}
@media (max-width: 767px) {
	.hero-style-3 .slide {
		min-height: 450px;
	}
.hero-mobile {display:block;}
.hero-desktop {display:none;}
}
.hero-style-3 .slide:before {
	content: "";
	background: rgba(5, 20, 41, 0.33);
	width: 100%;
	height: 100%;
	position: absolute;
	right: 0;
	top: 0;
}
.hero-style-3 .slide-caption {
	text-align: right;
}
@media screen and (min-width: 1200px) {
	.hero-style-3 .slide-caption {
		padding-top: 65px;
	}
}
.hero-style-3 .slide-caption .slide-subtitle p {
	color: #fff;
	font-size: 20px;
	margin-bottom: 40px;
}
@media (max-width: 767px) {
	.hero-style-3 .slide-caption .slide-subtitle p {
		font-size: 18px;
	}
}
.hero-style-3 .slide-caption .slide-title h2 {
	font-size: 46px;
	color: #fff;
	margin: 0.38em 0 0.63em;
}
@media (max-width: 767px) {
	.hero-style-3 .slide-caption .slide-title h2 {
		font-size: 34px;
	}
}
.hero-style-3 .slide-caption .slide-title h2 span {
	color: #f5b918
}
.hero-style-3 .slide-caption .btns > a:first-child {
	margin-left: 10px;
}

/*--------------------------------------------------------------
#0.7  about-section
--------------------------------------------------------------*/


.about-section {padding-top:0px;}
.about-section2,
.about-section-s2 {
	padding-top: 100px;
}
.about-text {
	margin-bottom: 90px;
}
@media (max-width: 991px) {
	.dis-none {
	}
	.mar-b {
		margin-bottom: 40px;
	}
}
@media screen and (min-width: 1200px) {
	.about-section-s2 .about-text {
		padding-left: 80px;
		padding-top: 20px;
	}
}
@media (max-width: 991px) {
	.about-section .about-info,
	.about-section-s2 .about-info {
		margin-bottom: 60px;
	}
}
@media (max-width: 991px) {
	.about-section .section-title-s2:before {
		display: none;
	}
}
.about-section .about-text h3 {
	font-size: 28px;
	font-weight: 400;
	margin-bottom: 20px;
}
.about-section .about-text h3 span {
	font-weight: bold;
}
.about-section-s2 .about-info .img-holder {
	margin-bottom: 40px;
}
.about-section .about-info h3,
.about-section-s2 .about-info h3 {
	font-size: 22px;
	font-size: 1.46667rem;
	font-weight: 600;
	margin: 0 0 1em;
}
.about-info .img-holder {
	text-align: center;
}

/*--------------------------------------------------------------
#2.5  experience-section
--------------------------------------------------------------*/

.experience-section {
	padding-top: 100px;
	position: relative;
}
.experience-section .experience-wrapper {
	position: relative;
	margin-bottom: 50px;
}
@media (max-width: 991px) {
	.experience-section .experience-wrapper {
		margin-bottom: 93px;
	}
}
@media (max-width: 767px) {
	.experience-section .experience-wrapper {
		margin-bottom: 73px;
	}
}
@media (max-width: 500px) {
	.experience-section .experience-wrapper {
		margin-bottom: 30px;
	}
}
.experience-section h1 {
	margin-bottom: 20px;
}
.experience-section h3 {
	font-size: 26px;
	font-weight: 400;
	margin-bottom: 20px;
}
.experience-section h4 {
	margin-bottom: 20px;
}
.experience-section .funfact-grids {
	margin-top: 45px;
	overflow: hidden;
}
.experience-section .funfact-grids .grid {
	width: 25%;
	float: right;
	position: relative;
}
@media (max-width: 500px) {
	.experience-section .funfact-grids .grid {
		width: 50%;
		margin-bottom: 50px;
	}
}
.experience-section .funfact-grids h3 {
	font-size: 40px;
	font-weight: 300;
	margin: 0;
	line-height: 0.9em;
}
@media (max-width: 1199px) {
	.experience-section .funfact-grids h3 {
		font-size: 30px;
	}
}
.experience-section .funfact-grids p {
	font-size: 16px;
	color: #f6ba18;
	margin-top: 15px;
}
.experience-section .video-holder {
	position: relative;
}
.experience-section .video-holder img {
	width: 100%;
}
.experience-section .video-holder:before {
	content: "";
	background-color: rgba(0, 0, 0, 0.3);
	width: 100%;
	height: 100%;
	position: absolute;
	right: 0;
	top: 0;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-o-transition: all 0.3s;
	-ms-transition: all 0.3s;
	transition: all 0.3s;
}
.experience-section .video-holder:hover:before {
	background-color: rgba(0, 0, 0, 0.5);
}
.experience-section .video-holder a {
	position: absolute;
	right: 50%;
	top: 50%;
	-webkit-transform: translate(50%, -50%);
	-moz-transform: translate(50%, -50%);
	-o-transform: translate(50%, -50%);
	-ms-transform: translate(50%, -50%);
	transform: translate(50%, -50%);
}
.experience-section .video-holder i:before {
	font-size: 60px;
	font-size: 4rem;
	color: #F6BA18;
}

/*--------------------------------------------------------------
cta
----------------------------------------------------------------*/

.cta {
	background-color: #051429;
	padding: 50px 0;
}
@media (max-width: 991px) {
	.cta {
		text-align: center;
	}
}
.cta .container {
	position: relative;
}
.cta h3 {
	font-size: 20px;
	color: #fff;
	margin: 0;
	position: relative;
	top: 3px;
	font-weight: 500;
}
@media (max-width: 991px) {
	.cta h3 {
		margin: 0 0 1.5em;
		top: 0;
	}
}
@media (max-width: 767px) {
	.cta h3 {
		font-size: 17px;
		font-size: 1.13333rem;
	}
}
.cta .theme-btn-s3,
.cta .theme-btn-s5 {
	float: left;
}
@media (max-width: 991px) {
	.cta .theme-btn-s3,
	.cta .theme-btn-s5 {
		float: none;
	}
}
.cta .theme-btn-s3:hover,
.cta .theme-btn-s5:hover {
	background-color: #d39c08;
}
.cta p {
	font-size: 16px;
	font-size: 1.06667rem;
	color: #a7a7a7;
}

/***************************************************
advisor style 1
****************************************************/

.advisor-section {
	padding-bottom: 100px;
}
@media (max-width: 479px) {
	.advisor-s1 .col {
		width: 100%;
	}
}
.advisor-s1 .grid {
	text-align: center;
	-webkit-box-shadow: 0px 5px 40px 0px rgba(0, 0, 0, 0.14);
	-moz-box-shadow: 0px 5px 40px 0px rgba(0, 0, 0, 0.14);
	box-shadow: 0px 5px 40px 0px rgba(0, 0, 0, 0.14);
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
@media (max-width: 1199px) {
	.advisor-s1 .grid {
		margin-bottom: 30px;
	}
}
.advisor-s1-bg {
	background: #fafafa !important;
}
.advisor-s1 .grid .img-holder {
	position: relative;
}
.advisor-s1 .grid .img-holder img {
	width: 100%;
}
.advisor-s1 .grid .member-info {
	position: relative;
}
.advisor-s1 .grid .social-links {
	padding: 10px 0;
	visibility: visible;
	background: #051429;
}
.advisor-s1 .grid .social-links li {
	margin-left: 5px;
	float: none;
	display: inline-block;
}
.advisor-s1 .grid .social-links li:last-child {
	margin-left: 0;
}
.advisor-s1 .grid .social-links a {
	display: block;
	width: 30px;
	height: 30px;
	line-height: 30px;
	color: #fff;
}
.advisor-s1 .grid .member-info .details {
	border-top: 5px solid #F6BA18;
	text-align: center;
	padding: 22px 15px;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-o-transition: all 0.3s;
	-ms-transition: all 0.3s;
	transition: all 0.3s;
}
.advisor-s1 .member-info .details h3 {
	font-size: 24px;
	font-weight: 500;
	color: #2d2c2c;
	margin: -9px 0 10px;
}
@media (max-width: 767px) {
	.advisor-s1 .member-info .details h3 {
		font-size: 15px;
	}
}
.advisor-s1 .member-info .details .post {
	color: #f6ba18;
}

/*--------------------------------------------------------------
#1.0  project-section
--------------------------------------------------------------*/

.project-section {
	background: #F2F2F2;
}
@media (max-width: 767px) {
	.project-section {
		text-align: center;
	}
}
.project-section .isotope-filter-center {
	margin-bottom: 0px;
	padding-top: 50px;
}
@media (max-width: 991px) {
	.project-section .isotope-filter-center {
		margin-bottom: 40px;
		padding-top: 0;
	}
}
@media (max-width: 767px) {
	.project-section .isotope-filter-center {
		text-align: center;
	}
}
.project-section .grids-filters ul {
	overflow: hidden;
	padding-right: 60px;
}
@media (max-width: 991px) {
	.project-section .grids-filters ul {
		display: inline-block;
		padding-right: 0px;
	}
}
.project-section .grids-filters ul li {
	float: right;
}
@media (max-width: 767px) {
	.project-section .grids-filters ul li {
		float: none;
	}
}
.project-section .grids-filters ul > li + li {
	padding-right: 25px;
}
@media (max-width: 991px) {
	.project-section .grids-filters ul > li + li {
		padding-right: 15px;
	}
}
@media (max-width: 767px) {
	.project-section .grids-filters ul > li + li {
		margin: 15px 0 0;
		padding-right: 0;
	}
}
.project-section .grids-filters ul a {
	color: #484848;
	font-size: 16px;
	font-weight: 500;
	padding: 10px 18px;
	border: 1px solid #051429;
	position: relative;
}
@media (max-width: 1199px) {
	.project-section .grids-filters ul a {
		padding: 10px 5px;
	}
}
@media (max-width: 991px) {
	.project-section .grids-filters ul a {
		font-size: 16px;
	}
}
@media (max-width: 767px) {
	.project-section .grids-filters ul a {
		border: transparent;
	}
}
.project-section .grids-filters ul a.current {
	color: #F6BA18;
	border: none;
}
.project-section .grids-filters ul a.current:before {
	opacity: 1;
}
@media (max-width: 991px) {
	.project-section,
	.project-section {
		padding-bottom: 70px;
	}
}
@media (max-width: 767px) {
	.project-section,
	.project-section {
		padding-bottom: 50px;
	}
}
.project-section .projects-grids {
	margin: 0 -15px;
}
.project-section .projects-grids .grid {
	position: relative;
	width: calc(33.33% - 30px);
	float: right;
	margin: 0 15px 30px;
}
@media (max-width: 991px) {
	.project-section .projects-grids .grid {
		width: calc(50% - 30px);
	}
}
@media (max-width: 650px) {
	.project-section .projects-grids .grid {
		width: calc(100% - 30px);
		float: none;
	}
}
.project-section .projects-grids .grid .details {
	line-height: 1.85;
	margin-top: 10px;
}
.project-section .projects-grids .grid .details h3 {
	margin-top: -1px;
}
.project-section .grid .img-holder {
	position: relative;
}
.project-section .grid .img-holder:before {
	content: "";
	background-color: rgba(5, 20, 41, 0.66);
	width: 100%;
	height: 100%;
	position: absolute;
	right: 0;
	top: 0;
	opacity: 0;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-o-transition: all 0.5s;
	-ms-transition: all 0.5s;
	transition: all 0.5s;
}
.project-section .grid:hover .img-holder:before {
	opacity: 1;
}
.project-section .grid .title {
	width: 100%;
	position: absolute;
	bottom: 0;
	z-index: 10;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-o-transition: all 0.5s;
	-ms-transition: all 0.5s;
	transition: all 0.5s;
}
@media screen and (min-width: 768px) {
	.project-section .grid .title {
		bottom: -60px;
		opacity: 0;
	}
}
.project-section .grid .title p {
	font-size: 17px;
	font-weight: 500;
	margin: 0;
}
@media (max-width: 1199px) {
	.project-section .grid .title p {
		font-size: 15px;
	}
}
.project-section .grid .title p a {
	background-color: #051429;
	display: block;
	color: #fff;
	padding: 20px;
}
@media (max-width: 1199px) {
	.project-section .grid .title p a {
		padding: 15px;
	}
}
.project-section .grid .fancybox {
	background-color: #f6ba18;
	width: 55px;
	height: 55px;
	line-height: 55px;
	font-size: 18px;
	font-size: 1.2rem;
	color: #fff;
	text-align: center;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-o-border-radius: 50%;
	-ms-border-radius: 50%;
	border-radius: 50%;
	position: absolute;
	right: 50%;
	top: 50%;
	-webkit-transform: translate(50%, -50%);
	-moz-transform: translate(50%, -50%);
	-o-transform: translate(50%, -50%);
	-ms-transform: translate(50%, -50%);
	transform: translate(50%, -50%);
	z-index: 10;
	margin-top: -20px;
	opacity: 0;
	visibility: hidden;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-o-transition: all 0.5s;
	-ms-transition: all 0.5s;
	transition: all 0.5s;
}
@media (max-width: 1199px) {
	.project-section .grid .fancybox {
		width: 45px;
		height: 45px;
		line-height: 45px;
		font-size: 15px;
		font-size: 1rem;
	}
}
.project-section .grid:hover .fancybox {
	opacity: 1;
	visibility: visible;
	margin-top: 0;
}
.project-section .grid:hover .title {
	opacity: 1;
	bottom: 0;
}

/*--------------------------------------------------------------
#1.0  project-section-s2
--------------------------------------------------------------*/

.project-section-s2 {
	padding-bottom: 90px;
}
@media (max-width: 991px) {
	.project-section-s2 {
		padding-bottom: 70px;
	}
}
@media (max-width: 767px) {
	.project-section-s2 {
		padding-bottom: 50px;
	}
}
.project-section-s2 .grids-filters {
	margin-bottom: 50px;
}
@media (max-width: 991px) {
	.project-section-s2 .grids-filters {
		margin-bottom: 40px;
	}
}
@media (max-width: 767px) {
	.project-section-s2 .grids-filters {
		text-align: center;
	}
}
.project-section-s2 .grids-filters ul {
	overflow: hidden;
}
@media (max-width: 767px) {
	.project-section-s2 .grids-filters ul {
		display: inline-block;
	}
}
.project-section-s2 .grids-filters ul li {
	float: right;
}
@media (max-width: 767px) {
	.project-section-s2 .grids-filters ul li {
		float: none;
	}
}
.project-section-s2 .grids-filters ul > li + li {
	margin-right: 30px;
}
@media (max-width: 991px) {
	.project-section-s2 .grids-filters ul > li + li {
		margin-right: 20px;
	}
}
@media (max-width: 767px) {
	.project-section-s2 .grids-filters ul > li + li {
		margin: 10px 0 0;
	}
}
.project-section-s2 .grids-filters ul a {
	font-size: 18px;
	font-size: 1.2rem;
	color: #222a35;
	display: inline-block;
	padding-right: 20px;
	position: relative;
}
@media (max-width: 991px) {
	.project-section-s2 .grids-filters ul a {
		font-size: 16px;
		font-size: 1.06667rem;
	}
}
.project-section-s2 .grids-filters ul a:before {
	content: "";
	background-color: #f6c606;
	width: 10px;
	height: 3px;
	position: absolute;
	right: 0;
	top: 11px;
	opacity: 0;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-o-transition: all 0.3s;
	-ms-transition: all 0.3s;
	transition: all 0.3s;
}
.project-section-s2 .grids-filters ul a.current {
	color: #f6c606;
}
.project-section-s2 .grids-filters ul a.current:before {
	opacity: 1;
}
.project-section-s2 .projects-grids {
	margin: 0 -15px;
}
.project-section-s2 .projects-grids .grid {
	width: calc(33.33% - 30px);
	float: right;
	margin: 0 15px 30px;
	position: relative;
}
@media (max-width: 991px) {
	.project-section-s2 .projects-grids .grid {
		width: calc(50% - 30px);
	}
}
@media (max-width: 650px) {
	.project-section-s2 .projects-grids .grid {
		width: calc(100% - 30px);
		float: none;
	}
}
.project-section-s2 .grid:hover:after {
	opacity: 0.9;
}
.project-section-s2 .grid:hover:before {
	opacity: 0;
}
.project-section-s2 .grid .details {
	width: 100%;
	padding: 15px 25px;
	position: absolute;
	right: 0;
	bottom: 0;
	z-index: 2;
	background: #051429;
}
@media (max-width: 991px) {
	.project-section-s2 .grid .details {
		padding: 15px 25px;
	}
}
.project-section-s2 .details .cat {
	color: #f6ba18;
}
.project-section-s2 .details h3 {
	font-size: 20px;
	font-weight: 600;
	margin-top: 10px;
	margin-bottom: 0;
}
@media (max-width: 991px) {
	.project-section-s2 .details h3 {
		font-size: 18px;
	}
}
.project-section-s2 .details h3 a {
	color: #fff;
}

/*--------------------------------------------------------------
.services-section-s4
--------------------------------------------------------------*/

@media (max-width: 991px) {
	.services-section-s4 .about-features {
		margin: 0 -22px;
	}
}
.services-section-s4 #carouselExampleIndicators img {
	width: 100%;
	height: auto;
}
.services-section-s4 .carousel-indicators li.active:before {
	display: none;
}
.services-section-s4 .carousel-indicators {
	display: block;
	margin: 0;
	width: 100%;
	position: relative;
}
.services-section-s4 .carousel-indicators li {
	text-indent: 0;
	width: 70%;
	height: auto;
	border: none;
	background: transparent;
	opacity: 1;
	margin-bottom: 31px;
}
@media (max-width: 991px) {
	.services-section-s4 .carousel-indicators li {
		margin-bottom: 13px;
	}
}
@media (max-width: 767px) {
	.services-section-s4 .carousel-indicators li {
		display: none;
	}
}
.services-section-s4 .carousel-indicators li img {
	width: 100%;
	height: auto;
}
@media (max-width: 1199px) {
	.services-section-s4 .carousel-indicators li {
		margin-bottom: 11px;
	}
	.services-section-s4 .carousel-indicators li img {
		width: 70%;
	}
}
@media (max-width: 991px) {
	.services-section-s4 .carousel-indicators li {
		margin-bottom: 10px;
	}
}
.services-section-s4 .grid {
	width: 33.33%;
	float: right;
	padding: 60px 100px 0px 35px;
	position: relative;
}
@media (max-width: 1199px) {
	.services-section-s4 .grid {
		width: calc(50% - 30px);
	}
}
@media (max-width: 650px) {
	.services-section-s2 .services-grids .grid {
		width: calc(100% - 30px);
		float: none;
	}
}
@media (max-width: 600px) {
	.services-section-s4 .grid {
		width: 100%;
		float: none;
	}
}
.services-section-s4 .grid i:before {
	font-size: 50px;
	font-size: 3.33333rem;
	color: #F6BA18;
}
@media (max-width: 767px) {
	.services-section-s4 .grid i:before {
		font-size: 40px;
		font-size: 2.66667rem;
	}
}
.services-section-s4 .grid .icon {
	position: absolute;
	right: 30px;
	top: 70px;
}
.services-section-s4 .details {
	position: relative;
	margin-top: -45px;
}
.services-section-s4 .count {
	font-size: 200px;
	color: #f7f7f7;
	position: absolute;
	right: 0;
	top: 0;
	z-index: -1;
}
@media (max-width: 767px) {
	.services-section-s4 .count {
		font-size: 62px;
		font-size: 4.13333rem;
	}
}
.services-section-s4 .details h3 {
	font-size: 22px;
	font-weight: 600;
	padding: 2.6em 0 0;
	font-family: "secondary-font", "primary-font", "segoe ui", "tahoma";
}
@media (max-width: 767px) {
	.services-section-s4 .details h3 {
		font-size: 18px;
	}
}
.services-section-s4 .details p {
	margin: 0;
}
.services-section-s4 .more-about {
	margin-top: -10px;
	line-height: 0.5em;
}
@media (max-width: 991px) {
	.services-section-s4 .more-about {
		margin-top: 50px;
	}
}
.services-section-s4 .more-about a {
	font-weight: 500;
	color: #F6BA18;
}
.services-section-s4 .more-about a i {
	display: inline-block;
	padding: 0 3px 0 0;
}
.services-section-s4 .more-about a:hover {
	color: #ffac01;
}

/*--------------------------------------------------------------
video-section
--------------------------------------------------------------*/

.video-section {
	position: relative;
	height: 400px;
	text-align: center;
	background: url(../images/slider/slide-3.jpg) center center/cover no-repeat fixed;
}
.video-section:before {
	content: "";
	position: absolute;
	right: 0;
	top: 0;
	opacity: 1;
	width: 100%;
	height: 100%;
	background: rgba(5, 20, 41, 0.70);
}
.video-section .video-holder {
	margin-top: 30px;
}
@media (max-width: 767px) {
	.video-section .video-holder {
		margin-top: 40px;
	}
}
.video-holder a {
	right: 50%;
	top: 50%;
	-webkit-transform: translate(50%, -50%);
	-moz-transform: translate(50%, -50%);
	-o-transform: translate(50%, -50%);
	-ms-transform: translate(50%, -50%);
	transform: translate(50%, -50%);
}
.video-holder i:before {
	font-size: 60px;
	font-size: 4rem;
	color: #f6c606;
}
.video-section .video-holder h3 {
	color: #fff;
	line-height: 40px;
	margin-top: 15px;
}

/*--------------------------------------------------------------
#1.6  social-newsletter-section
--------------------------------------------------------------*/

.newsletter-section {
	background: url(../images/slider/slide-3.jpg) center center no-repeat;
	text-align: center;
	position: relative;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}
.newsletter-section:before {
	content: "";
	position: absolute;
	right: 0;
	top: 0;
	opacity: 1;
	width: 100%;
	height: 100%;
	background: rgba(5, 20, 41, 0.70);
}
.newsletter-section .container {
	position: relative;
	padding-top: 100px;
	padding-bottom: 100px;
}
@media (max-width: 767px) {
	.newsletter-section .container {
		padding-top: 60px;
		padding-bottom: 60px;
	}
}
.newsletter-bg {
	background: transparent !important;
}
.newsletter-section .newsletter-titele h2 {
	font-size: 36px;
	color: #ffffff;
	margin-bottom: 20px;
}
.newsletter-section .newsletter-titele p {
	color: #f6ba18;
	margin: 40px 0;
	font-size: 18px;
}
.newsletter-section .newsletter {
	max-width: 500px;
	margin: 0 auto;
	text-align: center;
	position: relative;
}
@media (max-width: 991px) {
	.newsletter-section .newsletter {
		max-width: 400px;
	}
	.newsletter-section .input-row + .input-row {
		margin-top: 10px;
	}
}
@media (max-width: 767px) {
	.newsletter-section .newsletter {
		max-width: 300px;
	}
}
.newsletter-section .newsletter form {
	position: relative;
}
.newsletter-section .newsletter input {
	background-color: rgba(255, 255, 255, 0.3);
	height: 50px;
	font-size: 14px;
	color: #fff;
	padding: 6px 30px 6px 80px;
	border: 0;
	border-radius: 60px;
	-webkit-box-shadow: none;
	box-shadow: none;
	text-align: right;
}
@media (max-width: 991px) {
	.newsletter-section .newsletter input {
		height: 55px;
	}
}
@media (max-width: 767px) {
	.newsletter-section .newsletter input {
		height: 50px;
		font-size: 14px;
		font-size: 0.93333rem;
		padding: 6px 20px 6px 60px;
	}
}
.newsletter-section .newsletter button {
	background: transparent;
	border: 0;
	outline: 0;
	position: absolute;
	left: 20px;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}
.newsletter-section .newsletter button i {
	color: #F6BA18;
	font-size: 25px;
	font-size: 1.66667rem;
}
@media (max-width: 767px) {
	.newsletter-section .newsletter button i {
		font-size: 20px;
		font-size: 1.33333rem;
	}
}

/*--------------------------------------------------------------
#1.3  partners-section
--------------------------------------------------------------*/

.partners-section {
	margin-bottom: 100px;
}
@media (max-width: 991px) {
	.partners-section {
		margin-bottom: 100px;
	}
}
@media (max-width: 767px) {
	.partners-section {
		margin-bottom: 80px;
	}
}
@media (max-width: 767px) {
	.partners-section .partner-grids {
		padding: 40px 20px 33px;
	}
}
.blog-pg-section .post-slider .owl-controls {
	width: 100%;
	margin: 0;
	position: absolute;
	right: 0;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}
.partners-section .owl-controls .owl-nav [class*=owl-] {
	background: rgba(246, 198, 6, 0.8);
	width: 30px;
	height: 50px;
	line-height: 50px;
	padding: 0;
	margin: 0;
	border-radius: 0;
}
.partners-section .owl-controls .owl-nav .owl-prev,
.partners-section .owl-controls .owl-nav .owl-next {
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}
.partners-section .owl-controls .owl-nav .owl-prev {
	right: -50px;
}
.partners-section .owl-controls .owl-nav .owl-next {
	left: -50px;
}

/*--------------------------------------------------------------
#2.1  services-section-s2
--------------------------------------------------------------*/

.services-section-s2 {
	background-color: #fff;
	padding-bottom: 90px;
}
@media (max-width: 991px) {
	.services-section-s2 {
		padding-bottom: 70px;
	}
}
@media (max-width: 767px) {
	.services-section-s2 {
		padding-bottom: 50px;
	}
}
.services-section-s2 .services-grids {
	margin: 0 -15px;
}
.services-section-s2 .services-grids .grid {
	width: calc(33.33% - 30px);
	float: right;
	margin: 0 15px 30px;
	padding: 40px 45px 20px 45px;
	position: relative;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-o-transition: all 0.3s;
	-ms-transition: all 0.3s;
	transition: all 0.3s;
	background-color: rgba(206, 206, 206, 0.1);
}
@media (max-width: 1199px) {
	.services-section-s2 .services-grids .grid {
		padding: 30px 25px 15px;
	}
}
@media (max-width: 1199px) {
	.services-section-s2 .services-grids .grid {
		width: calc(50% - 30px);
	}
}
@media (max-width: 650px) {
	.services-section-s2 .services-grids .grid {
		width: calc(100% - 30px);
		float: none;
	}
}
.services-section-s2 .services-grids .grid:hover {
	background: #F2F2F2;
}
.services-section-s2 .grid .icon {
	margin-bottom: 20px;
	position: relative;
}
.services-section-s2 i:before {
	font-size: 45px;
	font-size: 3rem;
	color: #F6BA18;
}
.services-section-s2 .details {
	position: relative;
}
.services-section-s2 .count {
	font-size: 200px;
	color: rgba(241, 241, 241, 0.47843137254901963);
	right: 0;
	top: 0;
	position: absolute;
}
@media (max-width: 767px) {
	.services-section-s2 .count {
		font-size: 62px;
		font-size: 4.13333rem;
	}
}
.services-section-s2 .details h3 {
	font-size: 20px;
	font-size: 1.33333rem;
	font-weight: 600;
	line-height: 1.2em;
	margin: 0 0 0.6em;
	z-index: 1;
}
.services-section-s2 .details h3 a {
	color: #222a35;
	z-index: 1;
	font-family: "secondary-font", "primary-font", "segoe ui", "tahoma";
}
.services-section-s2 .details h3 a:hover {
	color: #F6BA18;
}

/*--------------------------------------------------------------
#1.5  recent-blog-section
--------------------------------------------------------------*/

.recent-blog-section {
	background-color: #fff;
}
.recent-blog-section .blog-grids {
	margin: 0 -15px;
}
.recent-blog-section .blog-grids .grid {
	width: calc(33.33% - 30px);
	float: right;
	margin: 0 15px 30px;
}
.recent-blog-section .blog-grids .grid .img-holder img {
	width: 100%;
}
@media (max-width: 991px) {
	.recent-blog-section .blog-grids .grid {
		width: calc(50% - 30px);
	}
	.recent-blog-section .blog-grids .grid:first-child {
		width: calc(100% - 30px);
	}
}
@media (max-width: 650px) {
	.recent-blog-section .blog-grids .grid {
		width: calc(100% - 30px);
	}
}
.recent-blog-section .grid .details {
	background-color: #fff;
	padding: 30px 20px 30px;
	-webkit-box-shadow: 0px 5px 40px 0px rgba(0, 0, 0, 0.05);
	box-shadow: 0px 5px 40px 0px rgba(0, 0, 0, 0.05);
	border-right: 5px solid #d6d4d4;
}
@media (max-width: 767px) {
	.recent-blog-section .grid .details {
		padding: 20px 15px 25px;
	}
}
.recent-blog-section .grid .details h3 {
	font-size: 18px;
	font-weight: normal;
	margin: 0.7em 0 0;
}
@media (max-width: 1199px) {
	.recent-blog-section .grid .details h3 {
		font-size: 16px;
	}
}
.recent-blog-section .grid .details h3 a {
	color: #051429;
	font-weight: 500;
}
.recent-blog-section .grid .details h3 a:hover {
	color: #F6BA18;
}
.recent-blog-section .grid .details p {
	margin-top: 20px;
	margin-bottom: -5px;
}
.recent-blog-section .entry-meta {
	list-style: none;
	overflow: hidden;
	border-bottom: 1px solid rgba(229, 229, 229, 0.60);
	padding-bottom: 10px;
}
.recent-blog-section .entry-meta li {
	float: right;
	margin-left: 23px;
	line-height: 1.75;
}
.recent-blog-section .entry-meta > li:last-child {
	margin-left: 0;
}
.recent-blog-section .entry-meta li a {
	font-size: 12px;
	font-weight: 500;
}
.blog-color {
	color: #f9f9f9 !important;
}
@media (max-width: 1199px) {
	.recent-blog-section .entry-meta li a {
		font-size: 12px;
	}
}
.recent-blog-section .entry-meta i {
	display: inline-block;
	padding-left: 3px;
	color: #F6BA18;
}
.recent-blog-section .entry-meta li a:hover {
	color: #F6BA18;
}
.de-bg {
	background: #051429 !important;
	border-right: 0 !important;
}
.de-col {
	color: #fff !important;
}

/*--------------------------------------------------------------
#4.1  about-pg-history
--------------------------------------------------------------*/

.about-pg-history {
	border-top: 1px solid #eee;
}
.about-pg-history .section-title,
.about-pg-history .section-title-s2,
.about-pg-history .section-title-s4,
.about-pg-history .section-title-s3 {
	padding-right: 0;
}
.about-pg-history .history-grids .grid {
	width: calc(50% - 70px);
	float: right;
	padding: 0 50px 0 0;
	position: relative;
}
@media (max-width: 991px) {
	.about-pg-history .history-grids .grid {
		width: calc(50% - 10px);
		margin-bottom: 60px;
	}
}
@media (max-width: 767px) {
	.about-pg-history .history-grids .grid {
		width: 100%;
		margin-bottom: 50px;
	}
}
.about-pg-history .history-grids .grid:before {
	content: "";
	background-color: #eee;
	width: 5px;
	height: 100%;
	position: absolute;
	right: 0;
	top: 0;
}
.about-pg-history .history-grids .grid:after {
	content: "";
	background-color: #F6BA18;
	width: 15px;
	height: 15px;
	border: 2px solid #fff;
	border-radius: 50%;
	position: absolute;
	right: -6px;
	top: 32px;
}
.about-pg-history .history-grids .grid:nth-child(odd) {
	width: calc(50% + 70px);
	padding-left: 150px;
}
@media (max-width: 991px) {
	.about-pg-history .history-grids .grid:nth-child(odd) {
		width: calc(50% + 10px);
		padding-left: 35px;
	}
}
@media (max-width: 767px) {
	.about-pg-history .history-grids .grid:nth-child(odd) {
		width: 100%;
	}
}
.about-pg-history .history-grids .date {
	font-size: 16px;
	font-size: 1.06667rem;
	font-weight: 500;
	color: #F6BA18;
}
.about-pg-history .history-grids .grid h3 {
	font-size: 18px;
	margin: 0.5em 0 1em;
	position: relative;
}

/*--------------------------------------------------------------
#4.2  fun-fact-section
--------------------------------------------------------------*/

.fun-fact-section {
	background: url("../images/add/fun-fact-bg.jpg") center center/cover no-repeat fixed;
	padding: 80px 0 90px;
	position: relative;
}
.fun-fact-section:before {
	content: "";
	background-color: rgba(5, 20, 41, 0.90);
	width: 100%;
	height: 100%;
	position: absolute;
	right: 0;
	top: 0;
}
@media (max-width: 991px) {
	.fun-fact-section {
		padding: 70px 0 20px;
	}
}
.fun-fact-section .funfact-grids {
	overflow: hidden;
}
.fun-fact-section .funfact-grids .grid {
	width: 25%;
	float: right;
	position: relative;
	padding-right: 70px;
}
@media (max-width: 1199px) {
	.fun-fact-section .funfact-grids .grid {
		padding-right: 60px;
	}
}
@media (max-width: 991px) {
	.fun-fact-section .funfact-grids .grid {
		width: 50%;
		margin-bottom: 50px;
	}
}
@media (max-width: 767px) {
	.fun-fact-section .funfact-grids .grid {
		padding-right: 50px;
	}
}
@media (max-width: 500px) {
	.fun-fact-section .funfact-grids .grid {
		width: 100%;
		float: none;
	}
}
.fun-fact-section .icon {
	right: 0;
	top: 5px;
}
.fun-fact-section i:before {
	font-size: 50px;
	color: #F6BA18;
}
@media (max-width: 1199px) {
	.fun-fact-section i:before {
		font-size: 40px;
		font-size: 40px;
	}
}
@media (max-width: 767px) {
	.fun-fact-section i:before {
		font-size: 35px;
		font-size: 35px;
	}
}
.fun-fact-section h3 {
	font-size: 60px;
	font-size: 60px;
	font-weight: 300;
	color: #fff;
	margin: 0;
	line-height: 0.9em;
}
@media (max-width: 1199px) {
	.fun-fact-section h3 {
		font-size: 50px;
		font-size: 50px;
	}
}
@media (max-width: 991px) {
	.fun-fact-section h3 {
		font-size: 45px;
		font-size: 45px;
	}
}
@media (max-width: 767px) {
	.fun-fact-section h3 {
		font-size: 40px;
		font-size: 40px;
	}
}
.fun-fact-section p {
	font-size: 18px;
	font-size: 1.2rem;
	color: #bcbcbc;
	margin: 0;
}
@media (max-width: 991px) {
	.fun-fact-section p {
		font-size: 16px;
		font-size: 1.06667rem;
	}
}
@media (max-width: 767px) {
	.fun-fact-section p {
		font-size: 14px;
		font-size: 0.93333rem;
	}
}

/*--------------------------------------------------------------
#7.0  project-single-section
--------------------------------------------------------------*/

.project-single-section .content h2 {
	font-size: 28px;
	font-size: 1.86667rem;
	font-weight: 600;
	margin-bottom: 0.8em;
}
@media (max-width: 991px) {
	.project-single-section .content h2 {
		font-size: 26px;
		font-size: 1.73333rem;
	}
}
.project-single-section .content .challange {
	overflow: hidden;
}
.project-single-section .content h3 {
	font-size: 24px;
	font-size: 1.6rem;
	margin: 1.2em 0;
	font-weight: 600;
	font-family: "secondary-font", "primary-font", "segoe ui", "tahoma";
}
.project-single-section .content p {
	margin-bottom: 1.5em;
	line-height: 2em;
}
.project-single-section .content ul {
	list-style: none;
	padding-top: 10px;
	margin-bottom: 1.5em;
}
.project-single-section .content ul > li + li {
	margin-top: 12px;
}
.project-single-section .content ul li {
	position: relative;
	padding-right: 25px;
	line-height: 1.7em;
	color: #222a35;
}
.project-single-section .content ul li i {
	color: #F6BA18;
	position: absolute;
	right: 0;
	top: 5px;
}
.project-single-section .overview-info {
	overflow: hidden;
	margin-top: 70px;
}
@media (max-width: 991px) {
	.project-single-section .overview-info {
		margin-top: 60px;
	}
}
@media (max-width: 767px) {
	.project-single-section .overview-info {
		margin-top: 50px;
	}
}
.project-single-section .overview-info .overview {
	width: calc(100% - 340px);
	float: right;
	padding-right: 55px;
}
@media (max-width: 991px) {
	.project-single-section .overview-info .overview {
		width: 100%;
		float: none;
		padding-right: 0;
	}
}
.project-single-section .overview-info .project-info {
	width: 340px;
	border-left: 1px solid #eee;
	padding-left: 55px;
	float: right;
	margin-bottom: 1.5em;
}
@media (max-width: 991px) {
	.project-single-section .overview-info .project-info {
		width: 100%;
		float: none;
		border-right: 2px solid #eee;
		padding-right: 45px;
		margin-bottom: 35px;
	}
}
@media (max-width: 767px) {
	.project-single-section .overview-info .project-info {
		padding-right: 20px;
		margin-bottom: 35px;
	}
}
.project-single-section .project-info ul {
	list-style: none;
	padding: 0;
}
.project-single-section .project-info ul li {
	padding-right: 0;
	line-height: 1.7em;
}
@media (max-width: 1199px) {
	.project-single-section .project-info ul li {
		font-size: 14px;
		font-size: 0.93333rem;
		line-height: 1.64em;
	}
}
.project-single-section .project-info ul > li + li {
	margin-top: 12px;
}
.project-single-section .project-info ul li span {
	color: #222a35;
	font-weight: 500;
}
.project-single-section .prev-next {
	max-height: 45px;
	text-align: center;
	margin-top: 60px;
}
.project-single-section .prev-next ul {
	list-style: none;
	overflow: hidden;
	display: inline-block;
}
.project-single-section .prev-next ul li {
	display: inline-block;
}
.project-single-section .prev-next ul a {
	background-color: #F6BA18;
	display: block;
	padding: 12px 15px 12px 25px;
	color: #fff;
	font-weight: 500;
}
.project-single-section .prev-next ul a i {
	display: inline-block;
	padding: 0 5px;
}
.project-single-section .prev-next ul a:hover {
	background-color: #ddb205;
}
.project-single-section .prev-next ul li:last-child a {
	padding: 12px 25px 12px 15px;
}
.project-single-section .owl-controls {
	width: 100%;
	position: absolute;
	right: 0;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	margin: 0;
}
.project-single-section .owl-controls .owl-nav [class*=owl-] {
	background: rgba(246, 198, 6, 0.5);
	width: 55px;
	height: 55px;
	line-height: 55px;
	padding: 0;
	margin: 0;
	border-radius: 50%;
}
@media (max-width: 767px) {
	.project-single-section .owl-controls .owl-nav [class*=owl-] {
		width: 45px;
		height: 45px;
		line-height: 45px;
	}
}
.project-single-section .owl-controls .owl-nav [class*=owl-]:hover {
	background-color: #F6BA18;
}
.project-single-section .owl-controls .owl-nav .owl-next,
.project-single-section .owl-controls .owl-nav .owl-prev {
	position: absolute;
	right: 15px;
	top: -25px;
}
@media (max-width: 767px) {
	.project-single-section .owl-controls .owl-nav .owl-next,
	.project-single-section .owl-controls .owl-nav .owl-prev {
		top: -22px;
	}
}
.project-single-section .owl-controls .owl-nav .owl-next {
	right: auto;
	left: 15px;
}

/*--------------------------------------------------------------
#0.5  footer
--------------------------------------------------------------*/

.site-footer {
	background-color: #051429;
	/*** about-widget ***/
	/*** link-widget ***/
	/*** service-link-widget ***/
	/*** contact-widget ***/
	/*** lower-footer ***/
}
.site-footer ul {
	list-style: none;
}
.site-footer p {
	color: #deb509;
}
.site-footer li {
	color: #fff;
}
.site-footer .upper-footer {
	padding: 90px 0;
}
@media (max-width: 991px) {
	.site-footer .upper-footer {
		padding: 90px 0 20px;
	}
}
@media (max-width: 767px) {
	.site-footer .upper-footer {
		padding: 80px 0 10px;
	}
}
@media (max-width: 991px) {
	.site-footer .upper-footer .col {
		margin-bottom: 70px;
	}
}
@media (max-width: 767px) {
	.site-footer .upper-footer .col {
		margin-bottom: 60px;
		width: 100%
	}
}
.site-footer .widget-title {
	margin-bottom: 35px;
}
@media (max-width: 767px) {
	.site-footer .widget-title {
		margin-bottom: 25px;
	}
}
.site-footer .widget-title h3 {
	font-size: 24px;
	font-weight: 600;
	color: #fff;
	margin: 0;
	padding-bottom: 0.4em;
	position: relative;
	font-family: "secondary-font", "primary-font", "segoe ui", "tahoma";
}
.site-footer .widget-title h3:after {
	content: "";
	background-color: #F6BA18;
	width: 45px;
	height: 2px;
	position: absolute;
	right: 0;
	bottom: 0;
}
@media (max-width: 767px) {
	.site-footer .widget-title h3 {
		font-size: 22px;
	}
}
@media screen and (min-width: 1200px) {
	.site-footer .about-widget {
		padding-left: 75px;
		position: relative;
	}
	.site-footer .about-widget:after {
		content: "";
		background: rgba(255, 255, 255, 0.05);
		width: 1px;
		height: 100%;
		position: absolute;
		left: 35px;
		top: 0;
	}
}
@media (max-width: 1199px) {
	.site-footer .about-widget .logo {
		max-width: 90%;
	}
}
.site-footer .about-widget p {
	margin-bottom: 1.6em;
	line-height: 1.9em;
}
.site-footer .about-widget p:last-child {
	margin-bottom: 0;
}
.site-footer .about-widget .social-icons ul {
	overflow: hidden;
	padding-top: 15px;
}
@media (max-width: 767px) {
	.site-footer .about-widget .social-icons ul {
		padding-top: 8px;
	}
}
.site-footer .about-widget .social-icons ul li {
	float: right;
}
.site-footer .about-widget .social-icons ul > li + li {
	margin-right: 15px;
}
.site-footer .about-widget .social-icons ul a {
	color: #9e9e9e;
}
.site-footer .about-widget .social-icons ul a:hover {
	color: #F6BA18;
}
@media (max-width: 1199px) {
	.site-footer .link-widget {
		padding-right: 20px;
	}
}
@media (max-width: 991px) {
	.site-footer .link-widget {
		padding-right: 0;
	}
}
.site-footer .link-widget ul li {
	position: relative;
	padding-right: 15px;
}
.site-footer .link-widget ul li:before {
	content: "";
	background-color: #deb509;
	width: 6px;
	height: 1px;
	position: absolute;
	right: 0;
	top: 9px;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-o-transition: all 0.3s;
	-ms-transition: all 0.3s;
	transition: all 0.3s;
}
.site-footer .link-widget ul li:hover:before {
	background: #F6BA18;
}
.site-footer .link-widget ul a {
	color: #fff;
}
.site-footer .link-widget ul a:hover,
.site-footer .link-widget ul li:hover:before {
	color: #F6BA18;
}
.site-footer .link-widget ul > li + li {
	margin-top: 15px;
}
@media screen and (min-width: 1200px) {
	.site-footer .service-link-widget {
		padding-right: 25px;
	}
}
.site-footer .contact-widget li span {
	color: #F6BA18;
	display: inline-block;
	padding-left: 5px;
}
.site-footer .contact-widget ul li {
	line-height: 1.9em;
}
@media (max-width: 767px) {
	.site-footer .contact-widget ul li {
		font-size: 15px;
		font-size: 1rem;
	}
}
.site-footer .contact-widget ul > li + li {
	margin-top: 12px;
}
.site-footer .lower-footer {
	text-align: center;
}
@media (max-width: 991px) {
	.site-footer .lower-footer {
		text-align: right
	}
}
.site-footer .lower-footer .row {
	padding: 30px 0 10px;
	position: relative;
}
@media (max-width: 991px) {
	.site-footer .lower-footer .row {
		text-align: center;
	}
}
.site-footer .lower-footer .row .separator {
	background: rgba(255, 255, 255, 0.05);
	width: calc(100% - 30px);
	height: 1px;
	position: absolute;
	right: 15px;
	top: 0;
}
.site-footer .lower-footer .copyright {
	float: right;
	color: #fff;
}
.site-footer .lower-footer .copyright a {
	color: #deb509;
}
@media (max-width: 991px) {
	.site-footer .lower-footer .copyright {
		float: none;
	}
}
.site-footer .lower-footer ul {
	display: inline-block;
	overflow: hidden;
	float: left;
	margin-top: 6px;
}
@media (max-width: 991px) {
	.site-footer .lower-footer ul {
		float: none;
		margin-bottom: 1.4em;
	}
}
.site-footer .lower-footer ul li {
	font-size: 15px;
	font-size: 1rem;
	float: right;
}
@media (max-width: 767px) {
	.site-footer .lower-footer ul li {
		font-size: 14px;
		font-size: 0.93333rem;
	}
}
.site-footer .lower-footer ul > li + li {
	margin-right: 30px;
	position: relative;
}
@media (max-width: 767px) {
	.site-footer .lower-footer ul > li + li {
		margin-right: 15px;
	}
}
.site-footer .lower-footer ul a {
	color: #fff;
}
.site-footer .lower-footer ul a:hover {
	color: #F6BA18;
}
.site-footer .recent-news-widget .post img {
	float: right;
}
.site-footer .recent-news-widget .post {
	margin-bottom: 10px;
	padding-bottom: 10px;
	border-bottom: 1px dashed #3a3a3a;
	overflow: hidden;
}
.site-footer .recent-news-widget .post:last-child {
	margin: 0;
	padding: 0;
	border: 0;
}
.site-footer .recent-news-widget h4 {
	font-weight: 500;
	margin: -4px 95px 0.5em 0;
	font-size: 15px;
	overflow: hidden;
}
.site-footer .recent-news-widget h4 a {
	color: #fff;
	font-weight: normal;
}
.site-footer .recent-news-widget .date {
	font-size: 13px;
	font-size: 0.8rem;
	margin-right: 95px;
	overflow: hidden;
}
.site-footer .recent-news-widget .date i {
	margin-left: 5px;
	position: relative;
	top: -1px;
}
.site-footer .instagram-widget > ul {
	overflow: hidden;
}
.site-footer .instagram-widget > ul > li img {
	width: 100%;
}
.site-footer .instagram-widget > ul > li {
	width: 33.33%;
	float: right;
	border: 3px solid transparent;
}
@media (max-width: 767px) {
	.site-footer .instagram-widget > ul > li {
		width: 16.66%;
	}
}
@media (max-width: 479px) {
	.site-footer .instagram-widget > ul > li {
		width: 33.33%;
	}
}
.site-header .sticky-header {
	width: 100%;
	position: fixed;
	right: 0;
	top: -200px;
	z-index: 9999;
	opacity: 0;
	-webkit-transition: all 0.7s;
	-moz-transition: all 0.7s;
	-o-transition: all 0.7s;
	-ms-transition: all 0.7s;
	transition: all 0.7s;
	-webkit-box-shadow: 0 2px 15px #f4f4f4;
	box-shadow: 0 2px 15px #f4f4f4;
}
.site-header .sticky-on {
	opacity: 1;
	top: 0;
}
.header-style-3 .sticky-header {
	background-color: #051429;
}
@media screen and (min-width: 992px) {
	.header-style-2 .sticky-header .cart-search-contact {
		left: 27px;
	}
	.header-style-2 .sticky-header #navbar {
		border: 0;
		padding-right: 0;
	}
}

/*--------------------------------------------------------------
#0.6  features-section
--------------------------------------------------------------*/

.features-section .features-grids {
	overflow: hidden;
}
.features-section .features-grids .grid {
	width: 33.33%;
	float: right;
	padding: 0 40px 35px;
	border-left: 1px solid #eee;
	border-bottom: 1px solid #eee;
}
@media (max-width: 991px) {
	.features-section .features-grids .grid {
		width: 100%;
		float: none;
		border-left: 0;
	}
	.features-section .features-grids .grid:last-child {
		border-bottom: 0;
	}
}
@media (max-width: 767px) {
	.features-section .features-grids .grid {
		padding: 0 20px 25px;
	}
}
@media (max-width: 991px) {
	.features-section .features-grids > .grid + .grid {
		padding-top: 35px;
	}
}
@media (max-width: 767px) {
	.features-section .features-grids > .grid + .grid {
		padding-top: 25px;
	}
}
.features-section .features-grids > .grid:last-child {
	border-left: 0;
}
.features-section .grid h3 {
	font-size: 25px;
	font-size: 1.66667rem;
	font-weight: 600;
	margin: -0.2em 0 0.84em;
	font-family: "secondary-font", "primary-font", "segoe ui", "tahoma";
}
@media (max-width: 991px) {
	.features-section .grid h3 {
		font-size: 22px;
		font-size: 1.46667rem;
		margin: -0.2em 0 0.54em;
	}
}
.features-section .grid p {
	margin: 0;
}
.features-section-s2 {
	padding-top: 115px;
}
@media (max-width: 991px) {
	.features-section-s2 {
		padding-top: 95px;
	}
}
@media (max-width: 767px) {
	.features-section-s2 {
		padding-top: 75px;
	}
}

/*--------------------------------------------------------------
#0.9  cta-section
--------------------------------------------------------------*/

.cta-section {
	background-color: #051429;
	padding: 100px 0;
	position: relative;
}
@media (max-width: 991px) {
	.cta-section {
		padding: 90px 0;
	}
}
@media (max-width: 767px) {
	.cta-section {
		padding: 80px 0;
	}
}
.cta-section h2,
.cta-section .theme-btn-s4,
.cta-section a {
	position: relative;
	z-index: 2;
}
.cta-section .shape {
	background: url("../images/cta-bg.jpg") center center/cover no-repeat local;
	position: absolute;
	width: 55%;
	height: 100%;
	position: absolute;
	left: -10%;
	top: 0;
	-webkit-transform: skew(10deg);
	-moz-transform: skew(10deg);
	-o-transform: skew(10deg);
	-ms-transform: skew(10deg);
	transform: skew(10deg);
}
.cta-section .shape:before,
.cta-section .shape:after {
	content: "";
	width: 100%;
	height: 100%;
	background: rgba(246, 198, 6, 0.1);
	position: absolute;
	left: 0;
	top: 0;
}
.cta-section .shape:after {
	width: 96%;
	background: rgba(246, 198, 6, 0.7);
}
.cta-section h3 {
	font-size: 35px;
	font-size: 2.33333rem;
	font-weight: 600;
	line-height: 1.3em;
	margin-bottom: 1em;
	color: #fff;
}
@media (max-width: 767px) {
	.cta-section h3 {
		font-size: 30px;
		font-size: 2rem;
	}
}

/*--------------------------------------------------------------
#1.2  contact-section
--------------------------------------------------------------*/

.contact-section {
	position: relative;
	padding-bottom: 105px;
}
@media (max-width: 991px) {
	.contact-section {
		padding-bottom: 85px;
	}
}
@media (max-width: 767px) {
	.contact-section {
		padding-bottom: 75px;
	}
}
.contact-section .contact-form {
	position: relative;
}
.contact-section .contact-form form > div {
	margin-bottom: 35px;
}
.contact-section .contact-form form > div:last-child {
	margin-bottom: 0;
}
@media screen and (min-width: 767px) {
	.contact-section .contact-form form > div.half_size {
		width: calc(50% - 10px);
	}
	.contact-section .contact-form form > div.half_size.right_side {
		float: right;
	}
	.contact-section .contact-form form > div.half_size.left_side {
		float: left;
	}
}
.contact-section .contact-form input,
.contact-section .contact-form textarea {
	font-size: 15px;
	font-size: 1rem;
	background: transparent;
	height: 50px;
	padding: 6px 15px;
	border: 2px solid #e4e4e4;
	border-radius: 0;
	-webkit-box-shadow: none;
	box-shadow: none;
	text-align: right;
}
.contact-section .contact-form input:focus,
.contact-section .contact-form textarea:focus {
	-webkit-box-shadow: none;
	box-shadow: none;
}
@media (max-width: 767px) {
	.contact-section .contact-form input,
	.contact-section .contact-form textarea {
		font-size: 14px;
		font-size: calc(14);
	}
}
.contact-section .contact-form textarea {
	height: 150px;
}
.contact-section .contact-form .submit-btn-wrapper {
	margin-bottom: 0;
}
.contact-section .contact-form .submit-btn-wrapper button {
	border: 0;
}
.contact-section .contact-dotted-map {
	background: url("../images/contact-dotted-map.png") center top/contain no-repeat local;
	position: relative;
}
@media (max-width: 991px) {
	.contact-section .contact-dotted-map {
		height: auto !important;
		min-height: 150px !important;
		margin-top: 100px;
	}
}
.contact-section .contact-info {
	background-color: #fff;
	padding: 35px;
	font-size: 14px;
	font-size: 0.93333rem;
	position: absolute;
	right: 50%;
	top: 40%;
	-webkit-transform: translate(50%, -50%);
	-moz-transform: translate(50%, -50%);
	-o-transform: translate(50%, -50%);
	-ms-transform: translate(50%, -50%);
	transform: translate(50%, -50%);
	-webkit-box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
	box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
}
@media (max-width: 1199px) {
	.contact-section .contact-info {
		min-width: 250px;
		padding: 25px;
	}
	.contact-section .contact-form {
		margin-top: 50px;
	}
}
@media (max-width: 991px) {
	.contact-section .contact-info {
		position: relative;
		right: 0;
		-webkit-transform: none;
		-moz-transform: none;
		-o-transform: none;
		-ms-transform: none;
		transform: none;
	}
}
.contact-section .contact-form h3 {
	margin-bottom: 30px;
	font-family: "secondary-font", "primary-font", "segoe ui", "tahoma";
}
.contact-section .contact-title h2 {
	margin-bottom: 20px;
}
.contact-section .contact-info ul > li + li {
	margin-top: 10px;
}
.contact-section .contact-info li span {
	font-weight: 500;
	color: #222a35;
}
.contact-section .details {
	padding-left: 25px;
}
.contact-section .details ul {
	list-style: none;
	margin-top: 50px;
}
.contact-section .details ul li {
	width: 50%;
	float: right;
	position: relative;
	padding-right: 75px;
	padding-top: 10px;
	margin-bottom: 45px;
}
@media (max-width: 767px) {
	.contact-section .details ul li {
		padding-right: 60px;
		padding-top: 5px;
	}
}
@media (max-width: 600px) {
	.contact-section .details ul li {
		width: 100%;
	}
}
.contact-section .details ul h5 {
	font-size: 16px;
	font-weight: normal;
	color: #484848;
	margin: -9px 0 0.38em;
}
@media (max-width: 767px) {
	.contact-section .details ul h5 {
		font-size: 14px;
		margin-top: -5px;
	}
}
.contact-section .details ul span {
	font-size: 15px;
	font-weight: normal;
	color: #8f9aa7;
}
@media (max-width: 767px) {
	.contact-section .details ul span {
		font-size: 13px;
	}
}
.contact-section .details ul > li:nth-child(3n) {
	margin-right: 0;
}
.contact-section .details .icon {
	width: 60px;
	height: 60px;
	line-height: 57px;
	text-align: center;
	border: 1px solid #f7f4f4;
	border-radius: 12px;
	-webkit-box-shadow: 0px 6px 12.35px 0.65px rgba(0, 0, 0, 0.1);
	box-shadow: 0px 6px 12.35px 0.65px rgba(0, 0, 0, 0.1);
	position: absolute;
	right: 0;
	top: 0;
}
@media (max-width: 767px) {
	.contact-section .details .icon {
		width: 50px;
		height: 50px;
		line-height: 48px;
	}
}
.contact-section .details .icon i {
	font-size: 25px;
	color: #F6BA18;
}
@media (max-width: 767px) {
	.contact-section .details .icon i {
		font-size: 20px;
	}
}

/*--------------------------------------------------------------
#1.4  news-section
--------------------------------------------------------------*/

.news-section {
	background-color: #fff;
}

/*--------------------------------------------------------------
#home style 2
--------------------------------------------------------------*/


/*--------------------------------------------------------------
#2.0  about-section-s2
--------------------------------------------------------------*/

.about-section-s2 {
	padding: 120px 0 0;
}
@media (max-width: 991px) {
	.about-section-s2 {
		padding: 100px 0 0;
	}
}
@media (max-width: 767px) {
	.about-section-s2 {
		padding: 80px 0 0;
	}
}

/*--------------------------------------------------------------
#2.2  cta-s2-section
--------------------------------------------------------------*/

.cta-s2-section {
	background: url("../images/cta-s2-bg.jpg") center center/cover no-repeat fixed;
	padding: 100px 0;
	text-align: center;
	position: relative;
}
@media (max-width: 991px) {
	.cta-s2-section {
		padding: 90px 0;
	}
}
@media (max-width: 767px) {
	.cta-s2-section {
		padding: 80px 0;
	}
}
.cta-s2-section:before {
	content: "";
	background-color: rgba(30, 31, 44, 0.94);
	width: 100%;
	height: 100%;
	position: absolute;
	right: 0;
	top: 0;
}
.cta-s2-section h3 {
	font-size: 40px;
	font-size: 2.66667rem;
	font-weight: 500;
	margin-bottom: 0.8em;
	line-height: 1.2em;
	color: #fff;
}
@media (max-width: 991px) {
	.cta-s2-section h3 {
		font-size: 35px;
		font-size: 2.33333rem;
	}
}
@media (max-width: 767px) {
	.cta-s2-section h3 {
		font-size: 30px;
		font-size: 2rem;
	}
}
.cta-s2-section .contact-info {
	width: 500px;
	margin: 40px auto 0;
	padding: 10px 0;
	overflow: hidden;
	position: relative;
}
@media (max-width: 767px) {
	.cta-s2-section .contact-info {
		width: auto;
		padding: 0;
		margin: 20px auto 0;
	}
}
.cta-s2-section .contact-info:before {
	content: "";
	background-color: rgba(246, 198, 6, 0.2);
	width: 1px;
	height: 100%;
	position: absolute;
	right: 50%;
	top: 0;
}
@media (max-width: 767px) {
	.cta-s2-section .contact-info:before {
		display: none;
	}
}
.cta-s2-section .contact-info h4 {
	font-size: 30px;
	font-size: 2rem;
	font-weight: 500;
	margin: 0.25em 0 0;
	color: #F6BA18;
	float: right;
}
@media (max-width: 991px) {
	.cta-s2-section .contact-info h4 {
		font-size: 25px;
		font-size: 1.66667rem;
	}
}
@media (max-width: 767px) {
	.cta-s2-section .contact-info h4 {
		float: none;
		margin: 0.25em 0 1em;
	}
}
.cta-s2-section .contact-info a {
	float: left;
}
@media (max-width: 767px) {
	.cta-s2-section .contact-info a {
		float: none;
	}
}

/*--------------------------------------------------------------
#2.4  testimonials-s2-section
--------------------------------------------------------------*/

.testimonials-s2-section .client-info {
	margin: 0 0 35px;
}

/*--------------------------------------------------------------
#home style 3
--------------------------------------------------------------*/


/*--------------------------------------------------------------
#3.1  about-section-s3
--------------------------------------------------------------*/

@media (max-width: 991px) {
	.about-section-s3 {
		padding-bottom: 45px;
	}
}
@media (max-width: 767px) {
	.about-section-s3 {
		padding-bottom: 25px;
	}
}
.about-section-s3 .about-features {
	overflow: hidden;
	padding: 40px 65px 0 0;
	position: relative;
}
@media (max-width: 991px) {
	.about-section-s3 .about-features {
		padding: 10px 0 0;
		margin-top: 50px;
		margin-right: -25px;
		margin-left: -25px;
	}
}
.about-section-s3 .about-features:before {
	content: "";
	background-color: rgba(0, 0, 0, 0.05);
	width: 1px;
	height: 100%;
	position: absolute;
	right: 25px;
	top: 0;
}
@media (max-width: 991px) {
	.about-section-s3 .about-features:before {
		display: none;
	}
}
.about-section-s3 .about-features .grid {
	width: 50%;
	float: right;
	padding: 0 25px 50px;
}
@media (max-width: 500px) {
	.about-section-s3 .about-features .grid {
		width: 100%;
		float: none;
	}
}
.about-section-s3 .grid .icon {
	background-color: rgba(246, 198, 6, 0.2);
	width: 90px;
	height: 90px;
	line-height: 90px;
	text-align: center;
	border-radius: 50%;
	position: relative;
}
@media (max-width: 991px) {
	.about-section-s3 .grid .icon {
		width: 80px;
		height: 80px;
		line-height: 80px;
	}
}
@media (max-width: 767px) {
	.about-section-s3 .grid .icon {
		width: 70px;
		height: 70px;
		line-height: 70px;
	}
}
.about-section-s3 .grid .icon:before {
	content: "";
	background-color: rgba(246, 198, 6, 0.15);
	width: 100%;
	height: 100%;
	position: absolute;
	right: -5px;
	top: -5px;
	border-radius: 50%;
}
.about-section-s3 .icon i:before {
	font-size: 40px;
	font-size: 2.66667rem;
	color: #ddb205;
}
@media (max-width: 991px) {
	.about-section-s3 .icon i:before {
		font-size: 35px;
		font-size: 2.33333rem;
	}
}
@media (max-width: 767px) {
	.about-section-s3 .icon i:before {
		font-size: 30px;
		font-size: 2rem;
	}
}
.about-section-s3 .grid h3 {
	font-size: 20px;
	font-size: 1.33333rem;
	font-weight: 600;
	margin: 1em 0 0.7em;
}
@media (max-width: 767px) {
	.about-section-s3 .grid h3 {
		font-size: 18px;
		font-size: 1.2rem;
	}
}
.about-section-s3 .grid p {
	margin: 0;
}

/*--------------------------------------------------------------
#about page
--------------------------------------------------------------*/


/*--------------------------------------------------------------
#4.0  mission-vision-section
--------------------------------------------------------------*/

.mission-vision-section {
	padding-top: 0;
	padding-bottom: 90px;
}
@media (max-width: 991px) {
	.mission-vision-section {
		padding-bottom: 70px;
	}
}
@media (max-width: 767px) {
	.mission-vision-section {
		padding-bottom: 50px;
	}
}
@media (max-width: 991px) {
	.mission-vision-section .mission-vision > .col + .col {
		margin-top: 40px;
	}
}
.mission-vision-section .mission-vision h3 {
	font-size: 30px;
	font-size: 2rem;
	font-weight: 600;
	margin-bottom: 0.6em;
}
@media (max-width: 991px) {
	.mission-vision-section .mission-vision h3 {
		font-size: 22px;
		font-size: 1.46667rem;
	}
}
@media (max-width: 767px) {
	.mission-vision-section .mission-vision h3 {
		font-size: 20px;
		font-size: 1.33333rem;
	}
}

/*--------------------------------------------------------------
#4.3  team-section
----------------------------------------------------------------*/

.team-section {
	background-color: #fff;
	padding-bottom: 90px;
}
@media (max-width: 991px) {
	.team-section {
		padding-bottom: 70px;
	}
}
@media (max-width: 767px) {
	.team-section {
		padding-bottom: 60px;
	}
}
.team-section .team-grids .grid {
	width: calc(25% - 1px);
	float: right;
	margin: 0 0 30px 1px;
}
@media (max-width: 991px) {
	.team-section .team-grids .grid {
		width: calc(50% - 1px);
	}
}
@media (max-width: 500px) {
	.team-section .team-grids .grid {
		width: calc(100% - 1px);
		float: none;
	}
}
.team-section .grid .details {
	background-color: #fff;
	padding: 30px;
	-webkit-box-shadow: 0px 8px 48.38px 10.62px rgba(0, 0, 0, 0.03);
	box-shadow: 0px 8px 48.38px 10.62px rgba(0, 0, 0, 0.03);
}
@media (max-width: 767px) {
	.team-section .grid .details {
		padding: 20px;
	}
}
.team-section .grid .details h3 {
	font-size: 20px;
	font-size: 1.33333rem;
	font-weight: 500;
	margin-bottom: 0.4em;
}
@media (max-width: 767px) {
	.team-section .grid .details h3 {
		font-size: 18px;
		font-size: 1.2rem;
	}
}
.team-section .grid .details h3 + span {
	font-size: 14px;
	font-size: 0.93333rem;
	color: #F6BA18;
}

/*--------------------------------------------------------------
#contact page
--------------------------------------------------------------*/


/*--------------------------------------------------------------
#5.0  contact-page-section
--------------------------------------------------------------*/

.contact-page-section {
	position: relative;
	padding-bottom: 105px;
	/*** contact-info-area ***/
}
@media (max-width: 991px) {
	.contact-page-section {
		padding-bottom: 85px;
	}
}
@media (max-width: 767px) {
	.contact-page-section {
		padding-bottom: 75px;
	}
}
.contact-page-section .contact-form {
	position: relative;
}
.contact-page-section .contact-form form > div {
	margin-bottom: 35px;
}
.contact-page-section .contact-form form > div:last-child {
	margin-bottom: 0;
}
@media screen and (min-width: 767px) {
	.contact-page-section .contact-form form > div.half_size {
		width: calc(50% - 10px);
	}
	.contact-page-section .contact-form form > div.half_size.right_side {
		float: right;
	}
	.contact-page-section .contact-form form > div.half_size.left_side {
		float: left;
	}
}
.contact-page-section .contact-form input,
.contact-page-section .contact-form textarea {
	font-size: 15px;
	font-size: 1rem;
	background: transparent;
	height: 50px;
	padding: 6px 15px;
	border: 2px solid #e4e4e4;
	border-radius: 0;
	-webkit-box-shadow: none;
	box-shadow: none;
	text-align: right;
}
.contact-page-section .contact-form input:focus,
.contact-page-section .contact-form textarea:focus {
	-webkit-box-shadow: none;
	box-shadow: none;
}
@media (max-width: 767px) {
	.contact-page-section .contact-form input,
	.contact-page-section .contact-form textarea {
		font-size: 14px;
		font-size: calc(14);
	}
}
.contact-page-section .contact-form textarea {
	height: 150px;
}
.contact-page-section .contact-form .submit-btn-wrapper {
	margin-bottom: 0;
}
.contact-page-section .contact-form .submit-btn-wrapper button {
	border: 0;
}
.contact-page-section .contact-info-area {
	padding-right: 100px;
	background: url("../images/contact-dotted-map.png") center center/100% no-repeat local;
}
@media (max-width: 1199px) {
	.contact-page-section .contact-info-area {
		padding-right: 60px;
	}
}
@media (max-width: 991px) {
	.contact-page-section .contact-info-area {
		margin-top: 70px;
		padding-right: 0;
	}
}
@media (max-width: 767px) {
	.contact-page-section .contact-info-area {
		margin-top: 60px;
	}
}
.contact-page-section .contact-info-area .title h3 {
	font-size: 32px;
	font-size: 2.13333rem;
	font-weight: bold;
	margin-bottom: 0.56em;
	font-family: "secondary-font", "primary-font", "segoe ui", "tahoma";
}
@media (max-width: 991px) {
	.contact-page-section .contact-info-area .title h3 {
		font-size: 28px;
		font-size: 1.86667rem;
	}
}
.contact-page-section .contact-info ul {
	list-style: none;
	margin-top: 45px;
}
@media (max-width: 991px) {
	.contact-page-section .contact-info ul {
		margin-top: 45px;
	}
}
@media (max-width: 767px) {
	.contact-page-section .contact-info ul {
		margin-top: 35px;
	}
}
.contact-page-section .contact-info ul li {
	position: relative;
	padding-right: 75px;
	color: #595757;
	line-height: 60px;
}
.contact-page-section .contact-info ul > li + li {
	margin-top: 40px;
}
.contact-page-section .contact-info ul .icon {
	width: 60px;
	height: 60px;
	line-height: 58px;
	text-align: center;
	border: 1px solid #F6BA18;
	border-radius: 50%;
	-webkit-box-shadow: 0px 0px 40px 0px rgba(0, 0, 0, 0.18);
	box-shadow: 0px 0px 40px 0px rgba(0, 0, 0, 0.18);
	position: absolute;
	right: 0;
	top: 0;
}
.contact-page-section .contact-info ul .icon i {
	font-size: 25px;
	font-size: 1.66667rem;
	color: #F6BA18;
}
.contact-page-section .contact-info ul p {
	font-size: 18px;
	font-size: 1.09rem;
	line-height: 1.85em;
	font-weight: normal;
	color: #595757;
	margin: 0;
	display: inline-block;
	vertical-align: middle;
}
@media (max-width: 991px) {
	.contact-page-section .contact-info ul p {
		font-size: 16px;
		font-size: 1.06667rem;
	}
}

/*--------------------------------------------------------------
#5.1  contact-map-section
--------------------------------------------------------------*/

.contact-map-section {
	padding-top: 0;
}
.contact-map-section .contact-map {
	width: 100%;
	height: 450px;
}
@media (max-width: 767px) {
	.contact-map-section .contact-map {
		height: 350px;
	}
}
.contact-map-section iframe {
	width: 100%;
	height: 100%;
	border: 0;
	outline: 0;
}

/*--------------------------------------------------------------
#service single page
--------------------------------------------------------------*/


/*--------------------------------------------------------------
#6.0  service-single-section
--------------------------------------------------------------*/

.service-single-section {
	/*** service single tab ***/
}
@media screen and (min-width: 1200px) {
	.service-single-section .service-single-content {
		padding-right: 20px;
	}
}
.service-single-section .service-single-content .service-pic {
	margin-bottom: 50px;
}
.service-single-section .service-single-content .theme-btn,
.service-single-section .service-single-content .theme-btn-s2,
.service-single-section .service-single-content .theme-btn-s4,
.service-single-section .service-single-content .theme-btn-s5,
.service-single-section .service-single-content .theme-btn-s6 {
	margin-top: 20px;
}
.service-single-section .service-single-content h2 {
	font-size: 34px;
	font-size: 2.26667rem;
	font-weight: 600;
	margin: 1em 0;
}
@media (max-width: 767px) {
	.service-single-section .service-single-content h2 {
		font-size: 30px;
		font-size: 2rem;
	}
}
.service-single-section .service-single-content h3 {
	font-size: 24px;
	font-size: 1.6rem;
	font-weight: 600;
	margin: 1.7em 0 1em;
	font-family: "secondary-font", "primary-font", "segoe ui", "tahoma";
}
.service-single-section .service-single-content p {
	margin-bottom: 1.3em;
}
.service-single-section .service-single-content ul {
	list-style: none;
	margin-bottom: 40px;
}
@media (max-width: 767px) {
	.service-single-section .service-single-content ul {
		font-size: 15px;
		font-size: 1rem;
	}
}
.service-single-section .service-single-content ul li {
	position: relative;
	padding-right: 25px;
	line-height: 1.85em;
	color: #121212;
}
.service-single-section .service-single-content ul > li + li {
	margin-top: 8px;
}
.service-single-section .service-single-content ul li i {
	display: inline-block;
	color: #F6BA18;
	position: absolute;
	right: 0;
	top: 5px;
}
.service-single-section .service-single-tab {
	margin-top: 60px;
	margin-bottom: 40px;
}
@media (max-width: 991px) {
	.service-single-section .service-single-tab {
		margin-top: 50px;
	}
}
@media (max-width: 767px) {
	.service-single-section .service-single-tab {
		margin-top: 40px;
	}
}
.service-single-section .service-single-tab .nav {
	overflow: hidden;
	margin: 0;
}
.service-single-section .service-single-tab .nav li {
	float: right;
	padding-right: 0;
}
.service-single-section .service-single-tab .nav > li + li {
	margin-top: 0;
	margin-right: 3px;
}
@media (max-width: 767px) {
	.service-single-section .service-single-tab .nav > li + li {
		margin-right: 1px;
	}
}
.service-single-section .service-single-tab .nav a {
	font-size: 16px;
	font-size: 1.06667rem;
	font-weight: 600;
	color: #051429;
	padding: 10px 25px;
}
@media (max-width: 767px) {
	.service-single-section .service-single-tab .nav a {
		font-size: 14px;
		font-size: 0.93333rem;
		padding: 8px 12px;
	}
}
@media (max-width: 350px) {
	.service-single-section .service-single-tab .nav a {
		padding: 8px;
	}
}
.service-single-section .service-single-tab .nav li a.active,
.service-single-section .service-single-tab .nav li a.active:hover {
	background: #f5f5f5;
	color: #000;
}
.service-single-section .tab-content {
	background-color: #f5f5f5;
	padding: 35px 40px;
}
@media (max-width: 767px) {
	.service-single-section .tab-content {
		padding: 25px 20px;
	}
}
.service-single-section .tab-content .tab-pane p {
	margin-bottom: 20px;
}
@media (max-width: 767px) {
	.service-single-section .tab-content .tab-pane p {
		margin-bottom: 15px;
	}
}
.service-single-section .tab-content .tab-pane p:last-child {
	margin-bottom: 0;
}

/*--------------------------------------------------------------
#project single page
--------------------------------------------------------------*/


/*--------------------------------------------------------------
#blog page
--------------------------------------------------------------*/


/*--------------------------------------------------------------
#8.0  blog-pg-section
--------------------------------------------------------------*/

.blog-pg-section .post {
	position: relative;
}
.blog-pg-section .blog-content > .post + .post {
	margin-top: 80px;
}
@media (max-width: 991px) {
	.blog-pg-section .blog-content > .post + .post {
		margin-top: 70px;
	}
}
@media (max-width: 767px) {
	.blog-pg-section .blog-content > .post + .post {
		margin-top: 60px;
	}
}
.blog-pg-section .post .entry-media {
	margin-bottom: 35px;
}
.blog-pg-section .entry-body {
	background-color: #fff;
	position: relative;
	z-index: 10;
}
.blog-pg-section .post h3 {
	font-size: 28px;
	font-size: 1.86667rem;
	font-weight: 600;
	margin: 1em 0;
}
@media (max-width: 991px) {
	.blog-pg-section .post h3 {
		font-size: 24px;
		font-size: 1.6rem;
	}
}
@media (max-width: 767px) {
	.blog-pg-section .post h3 {
		font-size: 22px;
		font-size: 1.46667rem;
	}
}
.blog-pg-section .post h3 a {
	color: #222a35;
	display: inline-block;
}
.blog-pg-section .post h3 a:hover {
	color: #F6BA18;
}
.blog-pg-section .post .meta {
	list-style: none;
	overflow: hidden;
}
.blog-pg-section .post .meta li {
	float: right;
	color: #868686;
	position: relative;
	margin-left: 25px;
}
@media (max-width: 767px) {
	.blog-pg-section .post .meta li {
		font-size: 12px;
		font-size: 0.8rem;
		margin-left: 20px;
		margin-bottom: 5px;
	}
}
.blog-pg-section .post .meta > li:last-child {
	margin-left: 0;
}
.blog-pg-section .post .meta a,
.blog-pg-section .post .meta i {
	color: #868686;
	font-weight: normal;
}
.blog-pg-section .post .meta i {
	color: #F6BA18;
	display: inline-block;
	padding-left: 5px;
}
.blog-pg-section .post .meta a:hover {
	color: #F6BA18;
}
.blog-pg-section .entry-details {
	margin-top: 25px;
}
@media (max-width: 991px) {
	.blog-pg-section .entry-details {
		margin-top: 20px;
	}
}
.blog-pg-section .entry-details p {
	margin: 0 0 1.5em;
}
.blog-pg-section .post-slider {
	position: relative;
}
.blog-pg-section .post-slider .owl-controls {
	width: 100%;
	margin: 0;
	position: absolute;
	right: 0;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}
.blog-pg-section .post-slider .owl-controls .owl-nav [class*=owl-] {
	background: rgba(246, 198, 6, 0.8);
	width: 30px;
	height: 50px;
	line-height: 50px;
	padding: 0;
	margin: 0;
	border-radius: 0;
}
.blog-pg-section .post-slider .owl-controls .owl-nav .owl-prev,
.blog-pg-section .post-slider .owl-controls .owl-nav .owl-next {
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}
.blog-pg-section .post-slider .owl-controls .owl-nav .owl-prev {
	right: 0;
}
.blog-pg-section .post-slider .owl-controls .owl-nav .owl-next {
	left: 0;
}
.blog-pg-section .video-post .video-holder {
	position: relative;
	text-align: center;
}
.blog-pg-section .video-post .video-holder:before {
	content: "";
	background-color: rgba(0, 0, 0, 0.4);
	width: 100%;
	height: 100%;
	position: absolute;
	right: 0;
	top: 0;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-o-transition: all 0.3s;
	-ms-transition: all 0.3s;
	transition: all 0.3s;
}
.blog-pg-section .video-post .video-holder:hover:before {
	background-color: rgba(0, 0, 0, 0.8);
	width: 100%;
	height: 100%;
	position: absolute;
	right: 0;
	top: 0;
}
.blog-pg-section .video-post .video-holder a {
	position: absolute;
	right: 50%;
	top: 50%;
	-webkit-transform: translate(50%, -50%);
	-moz-transform: translate(50%, -50%);
	-o-transform: translate(50%, -50%);
	-ms-transform: translate(50%, -50%);
	transform: translate(50%, -50%);
}
.blog-pg-section .video-post .video-holder i {
	padding-right: 8px;
}
.blog-pg-section .video-post .video-holder i:before {
	font-size: 80px;
	font-size: 5.33333rem;
	color: #F6BA18;
}
@media (max-width: 767px) {
	.blog-pg-section .video-post .video-holder i:before {
		font-size: 60px;
		font-size: 4rem;
	}
}
.blog-pg-section .quote-post {
	background-color: #fff;
	padding: 45px;
	border: 1px solid #eee;
}
@media (max-width: 767px) {
	.blog-pg-section .quote-post {
		padding: 35px 25px;
	}
}
.blog-pg-section .quote-post .quote-icon {
	background-color: #F6BA18;
	padding: 7px 10px;
	position: absolute;
	left: 0;
	top: 0;
}
.blog-pg-section .quote-post .quote-icon:before {
	content: "";
	border: 28px solid transparent;
	border-top: 25px solid #F6BA18;
	position: absolute;
	right: 0;
	bottom: -100%;
}
.blog-pg-section .quote-post .quote-icon i {
	font-size: 35px;
	font-size: 2.33333rem;
	color: #fff;
}

/*--------------------------------------------------------------
#blog single page
--------------------------------------------------------------*/


/*--------------------------------------------------------------
#9.0  blog-single-section
--------------------------------------------------------------*/

.blog-single-section {
	/*** tag-share ***/
	/*** author-box ***/
	/*** more-posts ***/
	/*** comments area ***/
	/*** comment-respond ***/
}
.blog-single-section .post {
	position: relative;
}
.blog-single-section .post .entry-media {
	margin-bottom: 35px;
}
.blog-single-section .post h2 {
	font-size: 30px;
	font-size: 2rem;
	font-weight: 600;
	margin: 1em 0;
	font-family: inherit;
}
@media (max-width: 991px) {
	.blog-single-section .post h2 {
		font-size: 26px;
		font-size: 1.73333rem;
	}
}
@media (max-width: 767px) {
	.blog-single-section .post h2 {
		font-size: 24px;
		font-size: 1.6rem;
	}
}
.blog-single-section .post h3 {
	font-size: 26px;
	font-size: 1.73333rem;
	font-weight: 600;
	line-height: 1.4em;
	margin: 1.8em 0 1em;
}
@media (max-width: 991px) {
	.blog-single-section .post h3 {
		font-size: 24px;
		font-size: 1.6rem;
	}
}
@media (max-width: 767px) {
	.blog-single-section .post h3 {
		font-size: 20px;
		font-size: 1.33333rem;
	}
}
.blog-single-section .post .meta {
	list-style: none;
	overflow: hidden;
}
.blog-single-section .post .meta li {
	float: right;
	color: #868686;
	position: relative;
	margin-left: 25px;
}
@media (max-width: 767px) {
	.blog-single-section .post .meta li {
		font-size: 12px;
		font-size: 0.8rem;
		margin-left: 20px;
		margin-bottom: 5px;
	}
}
.blog-single-section .post .meta > li:last-child {
	margin-left: 0;
}
.blog-single-section .post .meta a,
.blog-single-section .post .meta i {
	color: #868686;
	font-weight: normal;
}
.blog-single-section .post .meta i {
	display: inline-block;
	padding-left: 5px;
	color: #F6BA18;
}
.blog-single-section .post .meta a:hover {
	color: #F6BA18;
}
.blog-single-section .entry-details {
	margin-top: 35px;
}
@media (max-width: 991px) {
	.blog-single-section .entry-details {
		margin-top: 20px;
	}
}
.blog-single-section .entry-details p {
	font-size: 16px;
	font-size: 1.06667rem;
	line-height: 1.9em;
	margin: 0 0 1.5em;
}
@media (max-width: 991px) {
	.blog-single-section .entry-details p {
		font-size: 15px;
		font-size: 1rem;
	}
}
.blog-single-section .entry-details blockquote {
	background-color: #f8f8f8;
	font-size: 20px;
	font-size: 1.33333rem;
	color: #838383;
	line-height: 1.9em;
	padding: 30px 25px;
	margin: 50px 0;
	border-color: #fad335;
}
@media (max-width: 767px) {
	.blog-single-section .entry-details blockquote {
		font-size: 18px;
		font-size: 1.2rem;
		padding: 25px 20px;
	}
}
.blog-single-section .tag-share {
	min-height: 59px;
	border-top: 1px solid #ebebf1;
	border-bottom: 1px solid #ebebf1;
	margin: 60px 0 70px;
	overflow: hidden;
}
.blog-single-section .tag-share ul {
	list-style: none;
}
@media (max-width: 767px) {
	.blog-single-section .tag-share {
		border-left: 1px solid #ebebf1;
	}
}
.blog-single-section .tag-share .tag,
.blog-single-section .tag-share .share {
	min-height: 59px;
	line-height: 59px;
	display: inline-block;
	padding-right: 80px;
	position: relative;
}
@media (max-width: 767px) {
	.blog-single-section .tag-share .tag,
	.blog-single-section .tag-share .share {
		display: block;
	}
}
.blog-single-section .tag-share .tag > i,
.blog-single-section .tag-share .share > i {
	background: #ebebf1;
	width: 60px;
	height: 60px;
	line-height: 60px;
	text-align: center;
	position: absolute;
	right: 0;
	top: 0;
}
.blog-single-section .tag-share .tag {
	float: right;
}
@media (max-width: 767px) {
	.blog-single-section .tag-share .tag {
		float: none;
	}
}
.blog-single-section .tag-share .tag a {
	font-size: 17px;
	font-size: 1.13333rem;
	color: #848484;
}
.blog-single-section .tag-share .tag a:hover {
	color: #F6BA18;
}
.blog-single-section .tag-share .tag ul li {
	padding-left: 5px;
	position: relative;
}
.blog-single-section .tag-share .tag ul li:after {
	content: ",";
	position: absolute;
	left: 0;
	bottom: 0;
}
.blog-single-section .tag-share .tag ul li:last-child:after {
	display: none;
}
.blog-single-section .tag-share .tag ul > li + li {
	margin-right: 10px;
}
.blog-single-section .tag-share .share {
	float: left;
}
@media (max-width: 767px) {
	.blog-single-section .tag-share .share {
		float: none;
		border-top: 1px solid #ebebf1;
		margin-top: 1px;
	}
}
.blog-single-section .tag-share .share ul > li + li {
	margin-right: 15px;
}
.blog-single-section .tag-share .share a {
	color: #848484;
}
.blog-single-section .tag-share .share a:hover {
	color: #F6BA18;
}
.blog-single-section .tag-share ul {
	overflow: hidden;
}
.blog-single-section .tag-share ul li {
	float: right;
}
.blog-single-section .author-box {
	padding: 45px 50px;
	margin: 70px 0;
	border: 1px solid #eaeaea;
}
@media (max-width: 991px) {
	.blog-single-section .author-box {
		padding: 35px 40px;
	}
}
@media (max-width: 767px) {
	.blog-single-section .author-box {
		padding: 25px;
	}
}
.blog-single-section .author-box .author-avatar {
	float: right;
}
@media (max-width: 767px) {
	.blog-single-section .author-box .author-avatar {
		float: none;
	}
}
.blog-single-section .author-box .author-avatar img {
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-o-border-radius: 50%;
	-ms-border-radius: 50%;
	border-radius: 50%;
}
.blog-single-section .author-box .author-content {
	display: block;
	overflow: hidden;
	padding-right: 25px;
}
@media (max-width: 767px) {
	.blog-single-section .author-box .author-content {
		padding: 0;
		margin: 15px 0 0 0;
	}
}
.blog-single-section .author-box .author-content p {
	font-size: 16px;
	font-size: 1.06667rem;
	margin-bottom: 20px;
}
.blog-single-section .author-box .author-name {
	font-size: 22px;
	font-size: 1.46667rem;
	display: inline-block;
	margin-bottom: 10px;
	color: #222a35;
}
@media (max-width: 991px) {
	.blog-single-section .author-box .author-name {
		font-size: 20px;
		font-size: 1.33333rem;
	}
}
.blog-single-section .author-box .social-lnk {
	display: inline-block;
	list-style: none;
}
.blog-single-section .author-box .social-lnk li {
	float: right;
	margin-left: 15px;
}
.blog-single-section .author-box .social-lnk a {
	display: block;
	font-size: 18px;
	font-size: 1.2rem;
	color: #777;
}
.blog-single-section .author-box .social-lnk a:hover {
	color: #F6BA18;
}
.blog-single-section .more-posts {
	overflow: hidden;
	border-top: 1px solid #ebebf1;
	border-bottom: 1px solid #ebebf1;
	background: #f5f5f5;
	position: relative;
}
.blog-single-section .more-posts:after {
	content: '';
	width: 1px;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: #e8e8e8;
	margin: auto;
}
@media (max-width: 767px) {
	.blog-single-section .more-posts {
		border-right: 1px solid #ebebf1;
		border-left: 1px solid #ebebf1;
	}
}
.blog-single-section .more-posts > div {
	width: 50%;
	float: right;
}
@media (max-width: 767px) {
	.blog-single-section .more-posts > div {
		width: 100%;
		float: none;
	}
}
.blog-single-section .more-posts > div > a {
	display: inline-block;
}
.blog-single-section .more-posts .previous-post,
.blog-single-section .more-posts .next-post {
	padding: 40px 0;
}
@media (max-width: 767px) {
	.blog-single-section .more-posts .previous-post,
	.blog-single-section .more-posts .next-post {
		padding: 25px 15px !important;
	}
}
.blog-single-section .more-posts .next-post {
	background: #f5f5f5;
	padding-right: 50px;
	padding-left: 15px;
}
@media (max-width: 767px) {
	.blog-single-section .more-posts .next-post {
		text-align: right;
		border-top: 1px solid #e8e8e8;
	}
	.blog-single-section .more-posts:after {
		display: none;
	}
}
.blog-single-section .more-posts .previous-post {
	padding-left: 15px;
	padding-right: 50px;
	background: #f5f5f5;
}
.blog-single-section .more-posts .previous-post > a > span,
.blog-single-section .more-posts .next-post > a > span {
	display: block;
}
.blog-single-section .more-posts .post-control-link {
	color: #a7a7a7;
}
.blog-single-section .more-posts .post-name {
	font-size: 20px;
	font-size: 1.33333rem;
	color: #222a35;
	margin: 0.5em 0 0;
	line-height: 1.85;
}
@media (max-width: 991px) {
	.blog-single-section .more-posts .post-name {
		font-size: 18px;
		font-size: 1.2rem;
	}
}
.blog-single-section .more-posts a:hover .post-control-link {
	color: #F6BA18;
}
.blog-single-section .comments-area {
	margin-top: 70px;
}
.blog-single-section .comments-area ul,
.blog-single-section .comments-area ol {
	list-style: none;
}
.blog-single-section .comments-area .comments {
	border: 1px solid #ebebf1;
	border-bottom: 0;
}
.blog-single-section .comments-area li > div {
	border-bottom: 1px solid #ebebf1;
	padding: 35px 25px;
}
.blog-single-section .comments-area ol {
	list-style-type: none;
	padding-right: 0;
}
.blog-single-section .comments-area ol ul {
	padding-right: 30px;
}
.blog-single-section .comments-area .comments-title {
	font-size: 24px;
	font-size: 1.6rem;
	font-weight: 600;
	margin: 0 0 1.5em;
	font-family: "secondary-font", "primary-font", "segoe ui", "tahoma";
}
@media (max-width: 991px) {
	.blog-single-section .comments-area .comments-title {
		font-size: 22px;
		font-size: 1.46667rem;
	}
}
.blog-single-section .comments-area li > div {
	position: relative;
}
.blog-single-section .comments-area .comment-theme {
	position: absolute;
	right: 25px;
}
@media (max-width: 767px) {
	.blog-single-section .comments-area .comment-theme {
		position: static;
	}
}
.blog-single-section .comments-area .comment-theme img {
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-o-border-radius: 50%;
	-ms-border-radius: 50%;
	border-radius: 50%;
}
.blog-single-section .comments-area .comment-main-area {
	padding-right: 100px;
}
@media (max-width: 767px) {
	.blog-single-section .comments-area .comment-main-area {
		padding-right: 0;
		margin-top: 25px;
	}
}
.blog-single-section .comments-area .comment-main-area p {
	margin-bottom: 20px;
}
.blog-single-section .comments-area .comments-meta h4 {
	font-size: 18px;
	font-size: 1.2rem;
	color: #6d6d6d;
	margin: 0 0 1em;
}
.blog-single-section .comments-area .comments-meta h4 span {
	font-weight: normal;
	color: #949494;
	display: inline-block;
	margin-right: 15px;
	font-size: 16px;
	font-size: 1.06667rem;
}
.blog-single-section .comments-area .comment-reply-link {
	background: #F6BA18;
	font-size: 14px;
	font-size: 0.93333rem;
	color: #fff;
	display: inline-block;
	padding: 0 5px;
	line-height: 1.85;
}
.blog-single-section .comments-area .comment-reply-link:hover {
	background-color: #c49e05;
}
.blog-single-section .comment-respond {
	margin-top: 70px;
}
.blog-single-section .comment-respond .comment-reply-title {
	font-size: 24px;
	font-size: 1.6rem;
	font-weight: 600;
	margin: 0 0 1.5em;
	font-family: "secondary-font", "primary-font", "segoe ui", "tahoma";
}
@media (max-width: 991px) {
	.blog-single-section .comment-respond .comment-reply-title {
		font-size: 22px;
		font-size: 1.46667rem;
	}
}
.blog-single-section .comment-respond form input,
.blog-single-section .comment-respond form textarea {
	background-color: #f8f8f8;
	width: 100%;
	height: 50px;
	border: 1px solid #f8f8f8;
	padding: 6px 15px;
	margin-bottom: 15px;
	outline: 0;
	-webkit-box-shadow: none;
	box-shadow: none;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-o-transition: all 0.3s;
	-ms-transition: all 0.3s;
	transition: all 0.3s;
	text-align: right;
}
.blog-single-section .comment-respond form input:focus,
.blog-single-section .comment-respond form textarea:focus {
	-webkit-box-shadow: none;
	box-shadow: none;
	border-color: #F6BA18;
}
@media (max-width: 991px) {
	.blog-single-section .comment-respond form input,
	.blog-single-section .comment-respond form textarea {
		height: 40px;
	}
}
.blog-single-section .comment-respond form textarea {
	height: 220px;
	padding: 15px;
}
@media (max-width: 991px) {
	.blog-single-section .comment-respond form textarea {
		height: 150px;
	}
}
.blog-single-section .comment-respond .form-inputs {
	overflow: hidden;
}
.blog-single-section .comment-respond .form-inputs > input.half_size {
	width: 49%;
}
.blog-single-section .comment-respond .form-inputs > input.half_size.right_side {
	float: right;
}
.blog-single-section .comment-respond .form-inputs > input.half_size.left_side {
	float: left;
}
@media (max-width: 767px) {
	.blog-single-section .comment-respond .form-inputs > input.half_size {
		width: 100%;
	}
	.blog-single-section .comment-respond .form-inputs > input.half_size.right_side,
	.blog-single-section .comment-respond .form-inputs > input.half_size.left_side {
		float: none;
	}
}
.blog-single-section .comment-respond .form-submit input {
	max-width: 180px;
	background-color: #F6BA18;
	color: #fff;
	font-weight: 500;
	margin-bottom: 0;
	border: 0;
	border-radius: 50px;
	outline: 0;
	text-align: center;
}
.blog-single-section .comment-respond .form-submit input:hover {
	background-color: #ddb205;
}
@media screen and (min-width: 992px) {
	.blog-single-with-left-sidebar .blog-sidebar {
		padding: 0 0 0 20px;
	}
}

/*--------------------------------------------------------------
#shop page
--------------------------------------------------------------*/


/*--------------------------------------------------------------
#10.1 shop-section
--------------------------------------------------------------*/

.shop-section .shop-grids {
	margin: 0 -10px;
}
.shop-section .shop-grids .grid {
	width: calc(33.33% - 20px);
	float: right;
	margin: 0 10px 25px;
}
@media (max-width: 767px) {
	.shop-section .shop-grids .grid {
		width: calc(50% - 20px);
	}
}
@media (max-width: 550px) {
	.shop-section .shop-grids .grid {
		width: calc(100% - 20px);
		float: none;
	}
}
.shop-section .img-addtocart {
	position: relative;
}
.shop-section .img-addtocart ul {
	list-style: none;
	overflow: hidden;
	position: absolute;
	right: 0%;
	-webkit-transform: translateX(50%);
	-moz-transform: translateX(50%);
	-o-transform: translateX(50%);
	-ms-transform: translateX(50%);
	transform: translateX(50%);
	bottom: 0;
	opacity: 0;
	visibility: hidden;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-o-transition: all 0.5s;
	-ms-transition: all 0.5s;
	transition: all 0.5s;
}
.shop-section .img-addtocart ul > li + li {
	margin-top: 10px;
}
.shop-section .img-addtocart ul a {
	background-color: #F6BA18;
	width: 40px;
	height: 40px;
	line-height: 39px;
	text-align: center;
	font-size: 20px;
	font-size: 1.33333rem;
	color: #fff;
	display: block;
}
.shop-section .shop-grids .grid:hover .img-addtocart ul {
	opacity: 1;
	visibility: visible;
	bottom: 30px;
	right: 35px;
}
.shop-section .grid .details {
	padding: 25px 35px;
	-webkit-box-shadow: 0px 8px 48.38px 10.62px rgba(0, 0, 0, 0.06);
	box-shadow: 0px 8px 48.38px 10.62px rgba(0, 0, 0, 0.06);
	overflow: hidden;
}
.shop-section .grid .details ul li {
	display: inline-block;
	color: #ffbd34;
	margin: 4px 0;
}
.shop-section .grid .details h4 {
	font-size: 20px;
	font-size: 1.2rem;
	font-weight: 400;
	margin: 0 0 0.5em;
}
@media (max-width: 991px) {
	.shop-section .grid .details h4 {
		font-size: 18px;
		font-size: 1.1rem;
	}
}
.shop-section .grid .details h4 a {
	color: #222a35;
}
.shop-section .grid .details h4 a:hover {
	color: #F6BA18;
}
.shop-section .grid .details .price {
	font-size: 20px;
	font-size: 1.2rem;
	color: #F6BA18;
	line-height: 1.85;
}
@media (max-width: 991px) {
	.shop-section .grid .details .price {
		font-size: 18px;
		font-size: 1.1rem;
	}
}

/*--------------------------------------------------------------
#shop single page
--------------------------------------------------------------*/


/*--------------------------------------------------------------
#11.1 shop-single-section
--------------------------------------------------------------*/

.shop-single-section {
	/*** product slider ***/
	/*** product info ***/
}
.shop-single-section .shop-single-slider .slider-for {
	text-align: center;
}
.shop-single-section .shop-single-slider .slider-for img {
	display: inline-block;
	width: 100%;
}
.shop-single-section .shop-single-slider .slider-nav {
	padding: 0 25px;
	margin-top: 35px;
}
.shop-single-section .shop-single-slider .slider-nav > i {
	position: absolute;
	top: 50%;
	right: 0;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	z-index: 100;
}
.shop-single-section .shop-single-slider .slider-nav > i:hover {
	cursor: pointer;
}
.shop-single-section .shop-single-slider .slider-nav .nav-btn-rt {
	right: auto;
	left: 0;
}
.shop-single-section .shop-single-slider .slider-nav .slick-slide {
	text-align: center;
}
.shop-single-section .shop-single-slider .slider-nav .slick-slide img {
	display: inline-block;
	width: -webkit-calc(100% - 30px);
	width: -moz-calc(100% - 30px);
	width: calc(100% - 30px);
}
.shop-single-section .product-details {
	padding: 30px 30px 0;
	/*** product option ***/
}
@media (max-width: 1199px) {
	.shop-single-section .product-details {
		padding: 40px 30px 0;
	}
}
@media (max-width: 991px) {
	.shop-single-section .product-details {
		margin-top: 45px;
	}
}
@media (max-width: 767px) {
	.shop-single-section .product-details {
		padding: 0;
	}
}
.shop-single-section .product-details h2 {
	font-size: 28px;
	font-size: 1.86667rem;
	font-weight: 600;
	margin: 0 0 0.33em;
	font-family: inherit;
}
@media (max-width: 767px) {
	.shop-single-section .product-details h2 {
		font-size: 22px;
		font-size: 1.46667rem;
	}
}
.shop-single-section .product-details .price {
	font-size: 36px;
	font-size: 2.4rem;
	color: #F6BA18;
	margin: 7px 0 14px;
	line-height: 1.85;
}
@media (max-width: 991px) {
	.shop-single-section .product-details .price {
		font-size: 30px;
		font-size: 2rem;
	}
}
@media (max-width: 767px) {
	.shop-single-section .product-details .price {
		font-size: 25px;
		font-size: 1.66667rem;
	}
}
.shop-single-section .product-details .price .old {
	font-size: 24px;
	font-size: 1.6rem;
	font-weight: normal;
	color: #c1c1c0;
	text-decoration: line-through;
	display: inline-block;
	margin-right: 5px;
}
@media (max-width: 991px) {
	.shop-single-section .product-details .price .old {
		font-size: 20px;
		font-size: 1.33333rem;
	}
}
@media (max-width: 767px) {
	.shop-single-section .product-details .price .old {
		font-size: 18px;
		font-size: 1.2rem;
	}
}
.shop-single-section .product-details p {
	margin-bottom: 1.3em;
}
.shop-single-section .product-details p:last-child {
	margin: 0;
}
.shop-single-section .product-details .product-option {
	margin-top: 45px;
}
.shop-single-section .product-details .product-option .product-row {
	overflow: hidden;
}
.shop-single-section .product-details .product-option .product-row > div {
	height: 35px;
	display: inline-block;
	float: right;
}
.shop-single-section .product-details .product-option .product-row > div + div {
	margin-right: 15px;
}
@media (max-width: 330px) {
	.shop-single-section .product-details .product-option .product-row > div + div {
		margin-right: 11px;
	}
}
.shop-single-section .product-details .product-option .product-row > div:first-child {
	width: 85px;
}
.shop-single-section .product-details .product-option .product-row > div:last-child .theme-btn:hover,
.shop-single-section .product-details .product-option .product-row > div:last-child .theme-btn-s2:hover,
.shop-single-section .product-details .product-option .product-row > div:last-child .theme-btn-s4:hover,
.shop-single-section .product-details .product-option .product-row > div:last-child .theme-btn-s5:hover,
.shop-single-section .product-details .product-option .product-row > div:last-child .theme-btn-s6:hover {
	background: #F6BA18;
	border-color: #F6BA18;
	color: #fff;
}
.shop-single-section .product-details .product-option .theme-btn,
.shop-single-section .product-details .product-option .theme-btn-s2,
.shop-single-section .product-details .product-option .theme-btn-s4,
.shop-single-section .product-details .product-option .theme-btn-s5,
.shop-single-section .product-details .product-option .theme-btn-s6 {
	background-color: transparent;
	color: #333;
	font-size: 14px;
	font-size: 0.93333rem;
	padding: 0 20px;
	height: 35px;
	line-height: 32px;
	outline: 0;
}
.shop-single-section .product-details .product-option .theme-btn:hover,
.shop-single-section .product-details .product-option .theme-btn-s2:hover,
.shop-single-section .product-details .product-option .theme-btn-s4:hover,
.shop-single-section .product-details .product-option .theme-btn-s5:hover,
.shop-single-section .product-details .product-option .theme-btn-s6:hover {
	background-color: #F6BA18;
	color: #fff;
}
@media (max-width: 767px) {
	.shop-single-section .product-details .product-option .theme-btn,
	.shop-single-section .product-details .product-option .theme-btn-s2,
	.shop-single-section .product-details .product-option .theme-btn-s4,
	.shop-single-section .product-details .product-option .theme-btn-s5,
	.shop-single-section .product-details .product-option .theme-btn-s6 {
		font-size: 14px;
		font-size: 0.93333rem;
	}
}
.shop-single-section .product-details .product-option .theme-btn:before,
.shop-single-section .product-details .product-option .theme-btn-s2:before,
.shop-single-section .product-details .product-option .theme-btn-s4:before,
.shop-single-section .product-details .product-option .theme-btn-s5:before,
.shop-single-section .product-details .product-option .theme-btn-s6:before {
	display: none;
}
.shop-single-section .product-details .product-option .product-row > div:last-child .theme-btn,
.shop-single-section .product-details .product-option .product-row > div:last-child .theme-btn-s2,
.shop-single-section .product-details .product-option .product-row > div:last-child .theme-btn-s4,
.shop-single-section .product-details .product-option .product-row > div:last-child .theme-btn-s5,
.shop-single-section .product-details .product-option .product-row > div:last-child .theme-btn-s6 {
	background-color: #fff;
	font-size: 18px;
	font-size: 1.2rem;
	color: #6b6b6b;
	border: 1px solid #e6e6e6;
}
.shop-single-section .product-details #product-count {
	border-radius: 0;
	border: 1px solid #e6e6e6;
}
.shop-single-section .product-details #product-count:focus {
	-webkit-box-shadow: none;
	box-shadow: none;
	outline: none;
}
.shop-single-section .product-details .bootstrap-touchspin .input-group-btn-vertical {
	position: relative;
	top: -18px;
	right: -1px;
	font-size: 16px;
}
.shop-single-section .product-details .bootstrap-touchspin .input-group-btn-vertical .bootstrap-touchspin-up,
.shop-single-section .product-details .bootstrap-touchspin .input-group-btn-vertical .bootstrap-touchspin-down {
	border-radius: 0;
	border-color: #e6e6e6;
	padding-top: 0;
	padding-bottom: 0;
	line-height: 12px;
	vertical-align: top;
}
.shop-single-section .product-details .bootstrap-touchspin .input-group-btn-vertical .bootstrap-touchspin-up:hover,
.shop-single-section .product-details .bootstrap-touchspin .input-group-btn-vertical .bootstrap-touchspin-down:hover {
	background-color: #F6BA18;
	color: #fff;
}
.shop-single-section .product-details .bootstrap-touchspin .input-group-btn-vertical .bootstrap-touchspin-down {
	margin-top: -6px;
}
.shop-single-section .product-info {
	margin-top: 75px;
}
.shop-single-section .product-info h4 {
	font-size: 15px;
	font-size: 1rem;
}
.shop-single-section .product-info p {
	margin-bottom: 1.3em;
}
.shop-single-section .product-info .tab-pane p {
	font-size: 15px;
	font-size: 1rem;
}
@media (max-width: 767px) {
	.shop-single-section .product-info .tab-pane p {
		font-size: 14px;
	}
}
.shop-single-section .product-info .tab-pane p:last-child {
	margin-bottom: 0;
}
.shop-single-section .product-info .nav-tabs {
	border: 0;
	margin-bottom: 30px;
}
@media (max-width: 767px) {
	.shop-single-section .product-info .nav-tabs {
		margin-bottom: 20px;
	}
}
.shop-single-section .product-info .nav-tabs li a.active {
	border: 0;
	outline: 0;
}
.shop-single-section .product-info .nav-tabs a {
	font-size: 15px;
	font-size: 1rem;
	font-weight: 500;
	color: #6b6b6b;
	border: 0;
	border-radius: 0;
	margin: 0;
	display: block;
	padding: 10px 15px;
}
@media (max-width: 767px) {
	.shop-single-section .product-info .nav-tabs a {
		font-size: 14px;
		font-size: 0.93333rem;
		font-weight: normal;
		padding: 9px 10px;
	}
}
.shop-single-section .product-info .nav-tabs li a.active:hover,
.shop-single-section .product-info .nav-tabs li a.active {
	background: #f5f5f5;
	color: #000;
}
.shop-single-section .product-info .client-rv {
	overflow: hidden;
	margin-bottom: 30px;
}
.shop-single-section .product-info .client-rv:last-child {
	margin-bottom: 0;
}
.shop-single-section .product-info .client-rv .client-pic {
	width: 60px;
	float: right;
}
.shop-single-section .product-info .client-rv .details {
	width: calc(100% - 80px);
	float: left;
}
.shop-single-section .product-info .client-rv .name-rating-time {
	border-bottom: 1px solid #e6e6e6;
}
@media (max-width: 767px) {
	.shop-single-section .product-info .client-rv .name-rating-time {
		padding-bottom: 3px;
	}
}
.shop-single-section .product-info .client-rv .name-rating-time > div,
.shop-single-section .product-info .client-rv .name-rating > div {
	display: inline-block;
	font-size: 14px;
	font-size: 0.93333rem;
}
@media (max-width: 767px) {
	.shop-single-section .product-info .client-rv .name-rating-time > div,
	.shop-single-section .product-info .client-rv .name-rating > div {
		font-size: 12px;
		font-size: 0.8rem;
		display: block;
	}
}
.shop-single-section .product-info .client-rv .rating {
	font-size: 12px;
	color: #F6BA18;
	padding-right: 12px;
}
@media (max-width: 767px) {
	.shop-single-section .product-info .client-rv .rating {
		padding-right: 0;
		margin: 4px 0 7px;
	}
}
.shop-single-section .product-info .client-rv .name-rating-time .time {
	float: left;
	color: #b3b3b3;
}
@media (max-width: 767px) {
	.shop-single-section .product-info .client-rv .name-rating-time .time {
		float: none;
		margin-bottom: 5px;
	}
}
.shop-single-section .product-info .client-rv .review-body {
	padding-top: 12px;
}
@media screen and (min-width: 1200px) {
	.shop-single-section .product-info .review-form-wrapper {
		padding-right: 45px;
	}
}
@media (max-width: 991px) {
	.shop-single-section .product-info .review-form {
		margin-top: 45px;
	}
}
.shop-single-section .product-info .review-form h4 {
	margin-bottom: 1.73em;
}
.shop-single-section .product-info .review-form form input,
.shop-single-section .product-info .review-form form textarea {
	border-radius: 0;
	text-align: right;
}
.shop-single-section .product-info .review-form form input:focus,
.shop-single-section .product-info .review-form form textarea:focus {
	-webkit-box-shadow: none;
	box-shadow: none;
	outline: none;
}
.shop-single-section .product-info .review-form form textarea {
	height: 130px;
}
.shop-single-section .product-info .review-form form > div {
	margin-bottom: 27px;
}
.shop-single-section .product-info .review-form form > div:last-child {
	margin-bottom: 0;
}
.shop-single-section .product-info .review-form form .rating-wrapper > div {
	display: inline-block;
}
@media (max-width: 767px) {
	.shop-single-section .product-info .review-form form .rating-wrapper > div {
		display: block;
		float: none !important;
	}
}
.shop-single-section .product-info .review-form form .rating-wrapper > div:last-child {
	float: left;
}
@media (max-width: 767px) {
	.shop-single-section .product-info .review-form form .rating-wrapper > div:last-child {
		margin-top: 20px;
	}
}
.shop-single-section .product-info .review-form form .rating a {
	font-size: 14px;
	color: #cccccc;
	display: inline-block;
	margin-left: 10px;
}
@media (max-width: 767px) {
	.shop-single-section .product-info .review-form form .rating a {
		font-size: 12px;
	}
}
.shop-single-section .product-info .review-form form .rating a:last-child {
	margin: 0;
}
.shop-single-section .product-info .review-form form .rating a:hover {
	color: #F6BA18;
}
.shop-single-section .product-info .review-form form .theme-btn-s4 {
	background-color: transparent;
	color: #908f8f;
	outline: 0;
	-webkit-box-shadow: none;
	box-shadow: none;
}
.shop-single-section .product-info .review-form form .theme-btn-s4:hover {
	background-color: #F6BA18;
	color: #fff;
}
@media screen and (min-width: 767px) {
	.shop-single-section .product-info .review-form form .theme-btn-s4 {
		font-size: 15px;
		font-size: 1rem;
		padding: 0 20px;
	}
}
.shop-single-section .slider-nav .slick-slide:focus {
	outline: none;
}

/*--------------------------------------------------------------
#404 page
----------------------------------------------------------------*/


/*--------------------------------------------------------------
#12.0   error-404-section
----------------------------------------------------------------*/

.error-404-section .content {
	text-align: center;
}
.error-404-section .content h2 {
	font-size: 200px;
	font-size: 13.33333rem;
	color: #F6BA18;
	line-height: 0.73em;
	margin: 0 0 0.4em;
}
@media (max-width: 991px) {
	.error-404-section .content h2 {
		font-size: 150px;
		font-size: 10rem;
	}
}
@media (max-width: 767px) {
	.error-404-section .content h2 {
		font-size: 120px;
		font-size: 8rem;
	}
}
.error-404-section .content h3 {
	font-size: 30px;
	font-size: 2rem;
	font-weight: normal;
	margin: 0 0 1.5em;
}
.error-404-section .content h3 span {
	color: #F6BA18;
}
@media (max-width: 991px) {
	.error-404-section .content h3 {
		font-size: 25px;
		font-size: 1.66667rem;
		line-height: 1.3em;
	}
}
@media (max-width: 767px) {
	.error-404-section .content h3 {
		font-size: 20px;
		font-size: 1.33333rem;
	}
}
.error-404-section .content p {
	font-size: 18px;
	font-size: 1.2rem;
	margin: 0 0 2em;
}
@media (max-width: 991px) {
	.error-404-section .content p {
		font-size: 17px;
		font-size: 1.13333rem;
	}
}
@media (max-width: 767px) {
	.error-404-section .content p {
		font-size: 15px;
		font-size: 1rem;
	}
}

/*--------------------------------------------------------------
services
----------------------------------------------------------------*/

.service-area {
	padding: 120px 0;
	position: relative;
	z-index: 0;
}
#sm_submenu {
	position: relative;
	z-index: 9;
	text-align: center;
}
#demo {
	width: 90%;
	margin: 0 auto 30px;
	position: relative;
}
.sm_submenu-item {
	display: inline-block;
	width: 33.33%;
}
.sm_slider-inner .sm_slide img {
	width: 100%;
	height: auto;
}
.sm_slide {
	height: auto;
}
.sm_slide.active {
	display: table;
	vertical-align: middle;
}
.sm_submenu-item {
	background: #f2f2f2;
	padding: 35px 40px;
	border: 1px solid #fff;
}
@media only screen and (max-width: 991px) {
	.sm_submenu-item {
		margin: 0;
		width: 100%;
		display: block;
		margin-bottom: 30px;
	}
}
.sm_submenu-item h4 {
	font-size: 24px;
}
.sm_submenu-item h4 i {
	font-size: 36px;
	margin-left: 15px;
	color: #f5b918
}
.sm_submenu-item p {
	margin: 20px 0;
}
.sm_submenu-item a {
	color: #f5b918;
}
.sm_submenu-item a i {
	position: relative;
	bottom: -3px;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.sm_submenu-item a:hover i {
	left: -10px;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.sm_submenu-item.active {
	background: #F2F2F2;
	border-bottom: 2px solid #051429;
	position: relative;
	z-index: 2;
	-webkit-box-shadow: 0px 6px 12.35px 0.65px rgba(0, 0, 0, 0.1);
	-moz-box-shadow: 0px 6px 12.35px 0.65px rgba(0, 0, 0, 0.1);
	box-shadow: 0px 6px 12.35px 0.65px rgba(0, 0, 0, 0.1);
	-webkit-transform: scale(1.05);
	-moz-transform: scale(1.05);
	-ms-transform: scale(1.05);
	-o-transform: scale(1.05);
	transform: scale(1.05);
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	-ms-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}
.sm_submenu-item.active h4 {
	color: #051429;
}
.sm_submenu-item.active p {
	color: #5d5d5d;
}
.sm_submenu-item.active a {
	color: #051429;
}
.sm_prev,
.sm_next {
	top: 50%;
	width: 42px;
	height: 42px;
	background: #051429;
	opacity: 1;
	border-width: 0;
	margin-top: 0;
	-webkit-transform: rotate(0deg) translateY(-50%);
	-moz-transform: rotate(0deg) translateY(-50%);
	-ms-transform: rotate(0deg) translateY(-50%);
	-o-transform: rotate(0deg) translateY(-50%);
	transform: rotate(0deg) translateY(-50%);
}
.sm_prev:before {
	font-family: "themify";
	content: "\e628";
	opacity: 1;
	position: absolute;
	right: 0;
	top: 0;
	z-index: 1;
	width: 42px;
	height: 42px;
	background: #FFFFFF;
	text-align: center;
	color: #051429;
	font-size: 25px;
	line-height: 42px;
	-webkit-box-shadow: 0px 0px 40px 0px rgba(43, 50, 178, 0.5);
	-moz-box-shadow: 0px 0px 40px 0px rgba(43, 50, 178, 0.5);
	box-shadow: 0px 0px 40px 0px rgba(43, 50, 178, 0.5);
}
.sm_next:before {
	font-family: "themify";
	content: "\e629";
	opacity: 1;
	position: absolute;
	right: 0;
	top: 0;
	z-index: 1;
	width: 42px;
	height: 42px;
	background: #FFFFFF;
	text-align: center;
	color: #051429;
	font-size: 25px;
	line-height: 42px;
	-webkit-box-shadow: 0px 0px 40px 0px rgba(43, 50, 178, 0.5);
	-moz-box-shadow: 0px 0px 40px 0px rgba(43, 50, 178, 0.5);
	box-shadow: 0px 0px 40px 0px rgba(43, 50, 178, 0.5);
}
.sm_prev:hover:before,
.sm_next:hover:before {
	background: #051429;
	color: #ffffff;
}
.sm_prev {
	right: 0;
}
.sm_next {
	left: 0;
}

/*------------------------------------------------ 
13. Testimonial CSS 
--------------------------------------------------*/

.testimonial-area {
	padding: 120px 0;
	background: #F2F2F2;
}
.testimonial-area .testimonial-col {
	text-align: center;
}
.testimonial-area .testimonial-col .testimonial-item {
	border: 1px solid #dadada;
	padding: 40px;
}
.testimonial-area .testimonial-col .testimonial-item p {
	font-size: 20px;
	color: #000;
	font-weight: normal;
	margin-bottom: 20px;
}
.testimonial-area .testimonial-col .testimonial-item h6 {
	font-size: 16px;
	font-weight: normal;
	margin-bottom: 0;
}
.testimonial-area .testimonial-col .carousel-indicators {
	margin: 0;
	padding: 0;
	position: relative;
	margin-top: 40px;
}
.testimonial-area .testimonial-col .carousel-indicators li {
	background: transparent;
	display: inline-grid;
	width: 80px;
	height: auto;
	margin: 0 10px;
	border: 1px solid transparent;
}
.testimonial-area .testimonial-col .carousel-indicators {
	width: 100%;
}
.testimonial-area .testimonial-col .carousel-indicators li img {
	width: 100%;
	height: auto;
	border-radius: 50%;
	border: 5px solid #fff;
}
.testimonial-area .testimonial-col .carousel-control-next,
.testimonial-area .testimonial-col .carousel-control-prev {
	display: none;
}
.testimonial-area .carousel-indicators li.active {
	width: 100px !important;
	position: relative;
}
.testimonial-area .carousel-indicators li.active:before {
	content: "";
	position: relative;
	top: -60px;
	right: 50%;
	z-index: 0;
	width: 2px;
	height: 50px;
	background: #051429;
}

/*------------------------------------------------ 
>>>>>>>>>> 14. Testimonial Two CSS <<<<<<<<<< 
--------------------------------------------------*/

.testimonial-area-two.default-section {
	padding: 120px 0;
	background: #F2F2F2;
}
.testimonial-col-two {
	margin-bottom: 60px;
	display: inline-block;
	vertical-align: top;
}
.testimonial-col-two.testimonial-content {
	margin-bottom: 0;
}
.testimonial-col-two .nav-tabs {
	border: none;
}
.testimonial-col-two nav .nav-link {
	padding: 0;
	border: none;
	border: 5px solid transparent;
	margin-bottom: 10px;
	margin-left: 10px;
}
.testimonial-col-two nav .nav-link:last-child {
	margin-left: 0;
}
.testimonial-col-two nav .nav-link:hover {
	border-color: transparent;
}
.testimonial-col-two nav .nav-link.active {
	border: 5px solid #fff;
}
.testimonial-col-two nav .nav-link img {
	width: 115px;
	height: auto;
}
.testimonial-col-two .testimonial-box {
	position: relative;
	overflow: hidden;
}
.testimonial-col-two .testimonial-box img {
	max-width: 245px;
	height: auto;
	float: right;
}
.testimonial-col-two .testimonial-box .testimonial-content-block {
	margin-right: 280px;
	overflow: hidden;
}
@media (max-width: 767px) {
	.testimonial-col-two .testimonial-box img {
		float: none;
		display: block;
		margin: 0 auto;
	}
	.testimonial-col-two .testimonial-box .testimonial-content-block {
		margin-right: 0;
		margin-top: 20px;
	}
}
.testimonial-col-two .testimonial-box i {
	color: #051429;
	font-size: 60px;
	opacity: 0.2;
}
.testimonial-col-two .testimonial-box p {
	font-size: 22px;
	margin-bottom: 30px;
}
@media (max-width: 991px) {
	.testimonial-col-two .testimonial-box p {
		font-size: 20px;
	}
}
@media (max-width: 767px) {
	.testimonial-col-two .testimonial-box p {
		font-size: 18px;
	}
}
@media (max-width: 479px) {
	.testimonial-col-two .testimonial-box p {
		font-size: 16px;
	}
}
.testimonial-col-two .testimonial-box h6 {
	font-size: 18px;
	margin-bottom: 20px;
}
.testimonial-col-two .testimonial-box .testimonial-stars a i {
	color: #F6BA18;
	font-size: 20px;
	opacity: 1;
}
[class^="ti-"],
[class*=" ti-"] {
	vertical-align: middle;
}
.odometer.odometer-auto-theme,
.odometer.odometer-theme-default {
	font-family: inherit;
	direction: ltr;
}
.odometer-inside {
	white-space: nowrap;
}
.fun-fact-section .odometer-digit-spacer,
.fun-fact-section .odometer-value {
	width: 44px;
}
.fun-fact-section .odometer-inside {
	margin-left: 4px;
}
.fun-fact-section .odometer.odometer-auto-theme .odometer-digit,
.fun-fact-section .odometer.odometer-theme-default .odometer-digit {
	margin-right: -4px;
	margin-left: -4px;
}
@media (max-width: 1199px) {
	.fun-fact-section .odometer-digit-spacer,
	.fun-fact-section .odometer-value {
		width: 37px;
	}
	.fun-fact-section .odometer-inside {
		margin-left: 3px;
	}
	.fun-fact-section .odometer.odometer-auto-theme .odometer-digit,
	.fun-fact-section .odometer.odometer-theme-default .odometer-digit {
		margin-right: -3px;
		margin-left: -3px;
	}
}
@media (max-width: 991px) {
	.fun-fact-section .odometer-digit-spacer,
	.fun-fact-section .odometer-value {
		width: 33px;
	}
}
@media (max-width: 767px) {
	.fun-fact-section .odometer-digit-spacer,
	.fun-fact-section .odometer-value {
		width: 30px;
	}
}
.experience-section .odometer-digit-spacer,
.experience-section .odometer-value {
	width: 30px;
}
.experience-section .odometer-inside {
	margin-left: 2px;
}
.experience-section .odometer.odometer-auto-theme .odometer-digit,
.experience-section .odometer.odometer-theme-default .odometer-digit {
	margin-right: -2px;
	margin-left: -2px;
}
@media (max-width: 1199px) {
	.experience-section .odometer-digit-spacer,
	.experience-section .odometer-value {
		width: 22px;
	}
}
@media (min-width: 1200px) and (max-width: 1300px) {
	.slide-caption {
		padding-right: 65px;
		padding-left: 65px;
	}
}
@media (min-width: 992px) and (max-width: 1102px) {
	.slide-caption {
		padding-right: 70px;
		padding-left: 70px;
	}
}
.reviews-row {
	padding-top: 10px;
}
