@charset "utf-8";

/*
Career Box
coures-list
Accordions
toggle
Countdown
Fun Factors
Typist
Testimonial
Pricing Table
Promo Box
Portfolio
Pagination
Contacts Form
Owl Carousel
Magnific Popup
FlexSlider
Custom Carousel
jAlert
Product
Blog
Post
*/

.text-start{
	text-align: right !important;
}
.text-end{
	text-align: left !important;
}

/*======================================================
*===================== Career Box ======================
*=====================================================*/
.career-list {
	position: relative;
}
.career-box {
	display: inline-block;
	margin-bottom: 30px;
	padding: 50px 30px;
	border: 1px solid #eaeaea;
	background: #fff;
	width: 100%;
	box-shadow: 0 0 20px #ccc;
}
.career-box .desc{
	min-height: 162px !important;
}
a.show-detail {
	display: inline-block;
	margin-top: 20px;
	text-transform: uppercase;
	color: #cbcbcb;
	font-size: 15px;
}
a.show-detail:after {
	padding-right: 10px;
	content: "\f107";
	font-family: "Font Awesome 6 Free";
	font-weight: 900; 
	font-size: 17px;
}
.career-details-info {

}
.career-details-info {
	z-index: 1;
	padding: 30px 0 0 0;
	background: #fff;
}
.career-details-info {
	float: right;
	text-align: right;
}
.career-details-info .c-list-row {
	display: block;
	margin-bottom: 10px;
}
.career-details-info .c-list-row label {
	letter-spacing: 1px;
	text-transform: uppercase;
	font-size: 16px;
	font-weight: 500;
}
.career-details-info .c-list-row .info {
	color: #7e7e7e;
	font-size: 18px;
	display: inline-block;
}
.info-pad-less{
	padding-right: 20px !important;
}
.info-pad-less p {
	line-height: normal !important;
}
.career-details-info .c-list-row ul,.career-details-info .c-list-row ol {
	padding: 0;
}
.career-details-info .c-list-row ul li, .career-details-info .c-list-row ol li  {
	padding: 0;
	color: #7e7e7e;
	font-size: 18px;
	line-height: 30px;
}
.career-details-info .c-list-row ol li {
	list-style-type: none;
	counter-increment: step-counter;
}
.career-details-info .c-list-row ul li:before{
	font-family: 'Font Awesome 6 Free';
	font-weight: 900; 
	content: '\f00c';
	margin-left: 10px;
}
.career-details-info .c-list-row ol li:before{
	content: counter(step-counter) ". ";
	font-size: 17px;
	font-weight: 600;
	margin-right: 5px;
}
.career-form .form-control {
	margin-bottom: 30px;
	border: 1px solid #e4e4e4;
	box-shadow: none;
}
.career-form label {
	font-weight: normal;
}
/*------------------------------------------------
Responsive
------------------------------------------------*/
@media screen and (min-width: 992px) and (max-width: 1199px) {
	.career-box .desc{
		min-height: 192px !important;
	}
}
@media screen and (max-width:992px){
	.career-box {
		padding: 20px;
	}
}
@media screen and (max-width:480px){
	.career-box {
		padding: 20px 10px;
	}
}
/*======================================================
*===================== End Career ======================
*=====================================================*/
.coures-list ul {
	padding: 0;
}
.coures-list p {
	margin-bottom: 20px !important;
	font-size: 18px;
}
.coures-list strong, .coures-list b{
	font-size: 22px;
	font-weight: 400;
}
.coures-list h4, .coures-list h4 strong {
	font-size: 22px;
}
.coures-list h3, .coures-list h3 strong {
	font-size: 24px;
}
.coures-list h2, .coures-list h2 strong {
	font-size: 26px;
}
.coures-list h3{
	margin-bottom: 10px;
	text-align: right !important;
}
.coures-list strong{
	color: #aaa;
}
.coures-list ul li::before{
	content: '\f00c';
}
.coures-list ul li::before {
	font-family: 'Font Awesome 6 Free';
	font-weight: 900;
	padding: 0 15px 0 10px;
	/*display: table-cell;*/
	font-size: 24px;
	display: inline-block;
	color: var(--first-color);
}
.coures-list ol li::marker {
	font-family: 'Arial';
	font-weight: 500;
	/*display: table-cell;*/
	font-size: 20px;
	display: inline-block;
	color: var(--first-color);
}
.coures-list ul{
	margin-bottom: 0px;
}
.coures-list ul li, .coures-list ol li{
	/*display: table-row;*/
	list-style-position: outside;
	text-align: justify;
	padding: 0;
	line-height: 28px;
	color: inherit;
	width: 100%;
	display: flex;
}
.coures-list ol li{
	padding-right: 10px;
}
.btn-end{
	position: absolute;
	bottom: 20px;
	right: 20px;
}
.article-list ul {
	padding: 0;
}
.article-list p, .article-list span, .article-list b, .article-list p b, .article-list p b span, .article-list p span{
	margin-bottom: 10px !important;
	font-size: 18px;
}
.article-list strong, .article-list b{
	font-size: 20px;
	line-height: 22px;
}
.article-list h4, .article-list h4 strong {
	font-size: 20px;
	line-height: 20px;
}
.article-list h3, .article-list h3 strong {
	font-size: 20px;
	line-height: 22px;
}
.article-list h2, .article-list h2 strong {
	font-size: 22px;
	line-height: 24px;
}
.article-list h3{
	margin-bottom: 10px;
	text-align: right !important;
}
.article-list ul li::before{
	font-family: 'Font Awesome 6 Free';
	content: '\2a';
}
.article-list ul li::before {
	font-family: 'Font Awesome 6 Free';
	font-weight: 900;
	padding: 0 15px 0 10px;
	/*display: table-cell;*/
	font-size: 20px;
	display: inline-block;
	color: var(--first-color);
}
.article-list ol li::marker  {
	font-family: 'Arial';
	font-weight: 500;
	/*display: table-cell;*/
	font-size: 20px;
	display: inline-block;
	color: var(--first-color);
}
.article-list ul li, .article-list ol li{
	/*display: table-row;*/
	list-style-position: outside;
	text-align: justify;
	padding: 0;
	line-height: 30px;
	color: inherit;
	width: 100%;
	display: flex;
}
.article-list ol li{
	padding-right: 10px;
}
.article-list ul li span, .article-list ol li span{
}
.has-list h2, .has-list h3, .has-list h4, .coures-list h2, .coures-list h3, .coures-list h4, .article-list h2, .article-list h3, .article-list h4{
	display: inline-block;
	width: calc(100% - 32px);
}
/*======================================================
*====================== End List =======================
*=====================================================*/
/*======================================================
*====================== Accordions =====================
*=====================================================*/
.accordion > dt {
	margin-bottom: 10px;
	letter-spacing: 1px;
	text-transform: uppercase;
	font-size: 17px;
	font-weight: 400;
}

.accordion.time-line > dt > a {
	background: none;
}

.accordion > dt > a {
	position: relative;
	display: block;
	padding: 14px 20px;
	text-decoration: none;
	letter-spacing: 1px;
	color: #222;
	border: 1px solid #e8e8e8;
	background: #e8e8e8;
}

.accordion > dt > a:hover {
	text-decoration: none;
}

.accordion > dt > a:hover,
.accordion > dt > a.active {
	cursor: pointer;
	color: #fff;
	border-color: #222;
	background: #222;
}

.accordion > dt > a:after {
	position: absolute;
	top: 50%;
	left: 10px;
	width: 15px;
	height: 15px;
	margin-top: -8px;
	content: "\f078";
	text-align: center;
	text-transform: none;
	color: #696969;
	font-family: "Font Awesome 6 Free";
	font-size: 17px;
	font-weight: 900; 
	font-style: normal;
	font-variant: normal;
	line-height: 18px;

	-webkit-font-smoothing: antialiased;
	speak: none;
}

.accordion > dt > a.active:after,
.accordion > dt > a.active:hover:after {
	content: "\f077";
	color: #fff;
}

.accordion > dt > a:hover:after {
	color: #fff;
}

.accordion > dd {
	margin-bottom: 10px;
	padding: 30px 20px 20px;
	color: #777;
	font-size: 17px;
	line-height: 1.8;
	-webkit-transition-duration: .0s !important;
	transition-duration: .0s !important;
}

.accordion > dt > a,
.accordion > dt > a:after {
	-webkit-transition: all .27s cubic-bezier(0, 0, .58, 1);
	transition: all .27s cubic-bezier(0, 0, .58, 1);
}
/*------------------------------------------------------
timeline accordions
------------------------------------------------------*/
dl.accordion.time-line {
	position: relative;
}

dl.accordion.time-line:before {
	position: absolute;
	z-index: 0;
	top: 25px;
	bottom: 10px;
	right: 15px;
	content: "";
	border-right: 1px dashed #cecece;
}

.accordion.time-line > dd {
	margin-bottom: 10px;
	padding: 0px 40px 0px 20px;
	color: #777;
	font-size: 17px;
	line-height: 1.8;
}

.accordion.time-line > dt > a:after {
	position: absolute;
	top: 50%;
	right: 0;
	width: 30px;
	height: 30px;
	margin-top: -15px;
	padding-right: 3px;
	content: "\f078";
	text-align: center;
	text-transform: none;
	color: #fff;
	background: #222;
	font-family: "Font Awesome 6 Free";
	font-size: 20px;
	font-weight: 900; 
	font-style: normal;
	font-variant: normal;
	line-height: 30px;

	-webkit-font-smoothing: antialiased;
	speak: none;
}

.accordion.time-line > dt > a.active:after,
.accordion.time-line > dt > a.active:hover:after {
	content: "\f077";
	color: #fff;
}

.accordion.time-line > dt > a {
	position: relative;
	display: block;
	padding: 14px 40px 14px 20px;
	text-decoration: none;
	letter-spacing: 1px;
	color: #222;
	border: none;
}

.accordion.time-line > dt > a:hover,
.accordion.time-line > dt > a.active {
	background: none !important;
}
/*======================================================
*==================== End Accordions ===================
*=====================================================*/
/*======================================================
*======================= toggle ========================
*=====================================================*/
.toggle > dt {
	margin-bottom: 10px;
	letter-spacing: 1px;
	text-transform: uppercase;
	font-size: 17px;
	font-weight: 400;
}
.toggle > dt > a {
	position: relative;
	display: block;
	padding: 14px 20px;
	text-decoration: none;
	letter-spacing: 1px;
	color: #222;
	border: 1px solid #e8e8e8;
	background: #cccccc;
}
.toggle.time-line > dt > a {
	background: none;
}
.toggle > dt > a:hover {
	text-decoration: none;
}
.toggle > dt > a:hover,
.toggle > dt > a.active {
	cursor: pointer;
	color: #fff;
	border-color: #222;
	background: #222;
}
.toggle > dt > a:after {
	position: absolute;
	top: 50%;
	left: 10px;
	width: 15px;
	height: 15px;
	margin-top: -8px;
	content: "\f078";
	text-align: center;
	text-transform: none;
	color: #fff;
	font-family: "Font Awesome 6 Free";
	font-size: 15px;
	font-weight: 900; 
	font-style: normal;
	font-variant: normal;
	line-height: 15px;
	-webkit-font-smoothing: antialiased;
	speak: none;
}
.toggle > dt > a.active:after,
.toggle > dt > a.active:hover:after {
	content: "\f077";
	color: #fff;
}
.toggle > dt > a:hover:after {
	color: #fff;
}
.toggle > dd {
	margin-bottom: 10px;
	padding: 10px 20px 20px;
	color: #777;
	font-size: 17px;
	line-height: 1.8;
	-webkit-transition-duration: .0s !important;
	transition-duration: .0s !important;
}
/*------------------------------------------------------------------
timeline toggle
-------------------------------------------------------------------*/
dl.toggle.time-line {
	position: relative;
}
dl.toggle.time-line:before {
	position: absolute;
	/*width: 1px;*/
	z-index: 0;
	top: 25px;
	bottom: 10px;
	right: 15px;
	content: "";
	/*background-color: #d1d1d1;*/
	border-right: 1px dashed #cecece;
}
.toggle.time-line > dd {
	margin-bottom: 10px;
	padding: 10px 40px 20px 20px;
	color: #777;
	font-size: 17px;
	line-height: 1.8;
}
.toggle.time-line > dt > a:after {
	position: absolute;
	top: 50%;
	right: 0;
	width: 30px;
	height: 30px;
	margin-top: -15px;
	padding-right: 3px;
	content: "\f078";
	text-align: center;
	text-transform: none;
	color: #fff;
	background: #222;
	font-family: "Font Awesome 6 Free";
	font-size: 20px;
	font-weight: 900; 
	font-style: normal;
	font-variant: normal;
	line-height: 30px;
	-webkit-font-smoothing: antialiased;
	speak: none;
}
.toggle.time-line > dt > a.active:after,
.toggle.time-line > dt > a.active:hover:after {
	content: "\f077";
	color: #fff;
}
.toggle.time-line > dt > a {
	position: relative;
	display: block;
	padding: 14px 40px 14px 20px;
	text-decoration: none;
	letter-spacing: 1px;
	color: #222;
	border: none;
}
.toggle.time-line > dt > a:hover,
.toggle.time-line > dt > a.active {
	background: none !important;
}
.toggle > dt > a,
.toggle > dt > a:after {
	-webkit-transition: all .27s cubic-bezier(0, 0, .58, 1);
	transition: all .27s cubic-bezier(0, 0, .58, 1);
}
/*======================================================
*===================== End toggle ======================
*=====================================================*/

/*======================================================
*====================== Countdown ======================
*=====================================================*/
.count-down,
.count-down-alt {
	text-transform: uppercase;
}
.count-down .c-grid,
.count-down-alt .c-grid {
	display: inline-block;
	width: 150px;
	height: 150px;
	margin: 0 20px;
	padding-top: 42px;
	text-align: center;
}
.count-down.light-bg .c-grid,
.count-down-alt.light-bg .c-grid {
	background: #fff;
}
.count-down-alt .c-grid {
	border: 5px solid rgba(0, 0, 0, .2);
}
.count-down .c-grid {
	border: 1px solid #e0e0e0;
}
.count-down .c-grid,
.count-down.light .c-grid {
	border: 1px solid #fff;
}
.count-down.light .c-value,
.count-down.light .c-title,
.count-down-alt.light .c-value,
.count-down-alt.light .c-title {
	color: #fff;
}
.count-down .c-value,
.count-down .c-title,
.count-down-alt .c-value,
.count-down-alt .c-title {
	display: block;
}
.count-down .c-value,
.count-down-alt .c-value {
	font-size: 30px;
}
.count-down .c-title,
.count-down-alt .c-title {
	letter-spacing: 1px;
	font-size: 17px;
}
.count-down.circle .c-grid,
.count-down-alt.circle .c-grid {
	border-radius: 50% !important;
}
.count-down.round .c-grid,
.count-down-alt.round .c-grid {
	border-radius: 5px !important;
}
.count-parallax {
	background-image: url("../../images/parallax/5.jpg");
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-position: center;
	background-size: cover;
}
.count-icon {
	position: absolute;
	top: 50px;
	left: 0;
}
.count-icon i {
	font-size: 40px;
}
/*------------------------------------------------
Responsive
------------------------------------------------*/
@media screen and (max-width:1024px){
	.count-down .c-grid,
	.count-down-alt .c-grid {
		margin: 10px;
	}
	.count-icon {
		left: 40px;
	}
}
@media screen and (max-width:767px){
	.count-down .c-grid,
	.count-down-alt .c-grid {
		margin: 20px;
	}
	.tp-caption .btn {
		padding: 5px;
		font-size: 13px;
	}
}
@media screen and (max-width:480px){
	.count-down .c-grid,
	.count-down-alt .c-grid {
		margin: 10px 20px;
	}
}
@media screen and (max-width: 479px) {
	.count-down .c-grid,
	.count-down-alt .c-grid {
		float: right;
		width: 100%;
		height: 70px;
		padding-top: 5px;
		margin: 10px 0;
	}
	.count-down.circle .c-grid,
	.count-down-alt.circle .c-grid {
		border-radius: 0 !important;
	}
	.count-down.round .c-grid,
	.count-down-alt.round .c-grid {
		border-radius: 0 !important;
	}
	.tp-caption .btn {
		padding: 5px;
		font-size: 10px;
	}
	.count-down .c-value,
	.count-down-alt .c-value {
		font-size: 20px;
	}
	.count-down .c-title,
	.count-down-alt .c-title {
		letter-spacing: 1px;
		font-size: 15px;
	}
}
/*======================================================
*==================== End countdown ====================
*=====================================================*/
/*======================================================
*===================== Fun Factors =====================
*=====================================================*/
.fun-factor .icon {
	float: right;
	margin-top: 10px;
}
.fun-factor .icon i {
	color: #222;
	font-size: 36px;
}
.fun-factor .fun-info {
	padding-right: 100px;
}
.fun-factor .fun-info span {
	display: block;
	letter-spacing: 0px;
	text-transform: uppercase;
}
.fun-factor .fun-info h1,
.fun-factor .fun-info h2,
.fun-factor .fun-info h3,
.fun-factor .fun-info h4,
.fun-factor .fun-info h5,
.fun-factor .fun-info h6 {
	margin-bottom: 0;
	color: #222;
	font-weight: normal;
}
.fun-factor .fun-info {
	position: relative;
}
.fun-factor .fun-info:before {
	position: absolute;
	top: 0;
	right: 75px;
	width: 1px;
	height: 80px;
	content: "";
	-webkit-transform: rotate(30deg);
	-ms-transform: rotate(30deg);
	transform: rotate(30deg);
	background: rgba(0, 0, 0, .2);
}
.fun-factor-parallax {
	height: auto;
	background-image: url(../../images/parallax/2.jpg);
	background-repeat: repeat;
	background-attachment: fixed;
	background-position: center;
	background-size: cover;
}
.dark .fun-factor .icon i,
.dark .fun-factor .fun-info h1,
.dark .fun-factor .fun-info h2,
.dark .fun-factor .fun-info h3,
.dark .fun-factor .fun-info h4,
.dark .fun-factor .fun-info h5,
.dark .fun-factor .fun-info h6,
.dark .fun-factor .fun-info span {
	color: #fff;
}
.dark .fun-factor .fun-info:before {
	background: rgba(255, 255, 255, .4);
}
.fun-factor.alt {
	text-align: center;
}
.fun-factor.alt .fun-info {
	padding-right: 0;
}
.fun-factor.alt .icon {
	display: inline-block;
	float: none;
	margin-top: 0;
	margin-bottom: 10px;
}
.fun-factor.alt .fun-info:before {
	content: "";
	background: none;
}
.gray-border-factor .fun-factor {
	padding: 100px 0;
	border-top: 1px solid #f5f5f5;
	border-bottom: 1px solid #f5f5f5;
}
.gray-border-factor.dark .fun-factor {
	padding: 100px 0;
	border-top: none;
	border-bottom: none;
}
.gray-border-factor .f-grid:nth-child(2n+2) {
	background-color: #f5f5f5;
}
.gray-border-factor.dark .f-grid {
	background-color: #323232;
}
.gray-border-factor.dark .f-grid:nth-child(2n+2) {
	background-color: #3a3a3a;
}
.gray-border-factor .col-lg-1,
.gray-border-factor .col-lg-10,
.gray-border-factor .col-lg-11,
.gray-border-factor .col-lg-12,
.gray-border-factor .col-lg-2,
.gray-border-factor .col-lg-3,
.gray-border-factor .col-lg-4,
.gray-border-factor .col-lg-5,
.gray-border-factor .col-lg-6,
.gray-border-factor .col-lg-7,
.gray-border-factor .col-lg-8,
.gray-border-factor .col-lg-9,
.gray-border-factor .col-md-1,
.gray-border-factor .col-md-10,
.gray-border-factor .col-md-11,
.gray-border-factor .col-md-12,
.gray-border-factor .col-md-2,
.gray-border-factor .col-md-3,
.gray-border-factor .col-md-4,
.gray-border-factor .col-md-5,
.gray-border-factor .col-md-6,
.gray-border-factor .col-md-7,
.gray-border-factor .col-md-8,
.gray-border-factor .col-md-9,
.gray-border-factor .col-sm-1,
.gray-border-factor .col-sm-10,
.gray-border-factor .col-sm-11,
.gray-border-factor .col-sm-12,
.gray-border-factor .col-sm-2,
.gray-border-factor .col-sm-3,
.gray-border-factor .col-sm-4,
.gray-border-factor .col-sm-5,
.gray-border-factor .col-sm-6,
.gray-border-factor .col-sm-7,
.gray-border-factor .col-sm-8,
.gray-border-factor .col-sm-9,
.gray-border-factor .col-xs-1,
.gray-border-factor .col-xs-10,
.gray-border-factor .col-xs-11,
.gray-border-factor .col-xs-12,
.gray-border-factor .col-xs-2,
.gray-border-factor .col-xs-3,
.gray-border-factor .col-xs-4,
.gray-border-factor .col-xs-5,
.gray-border-factor .col-xs-6,
.gray-border-factor .col-xs-7,
.gray-border-factor .col-xs-8,
.gray-border-factor .col-xs-9 {
	padding-left: 0;
	padding-right: 0;
}
.fun-icon-text-parallel .icon i,
.fun-icon-text-parallel .icon h1 {
	display: inline-block;
	margin-bottom: 0;
}
.fun-icon-text-parallel .icon i {
	padding-left: 10px;
	font-size: 36px;
}
/*------------------------------------------------
Responsive
------------------------------------------------*/
@media screen and (max-width:767px){
	.fun-factor {
		padding: 30px 0;
	}
}
/*======================================================
*=================== End Fun Factors ===================
*=====================================================*/

/*======================================================
*======================= Typist ========================
*=====================================================*/
@-webkit-keyframes blink {
	0% {
		opacity: 1.0;
	}
	50% {
		opacity: .0;
	}
	100% {
		opacity: 1.0;
	}
}
@keyframes blink {
	0% {
		opacity: 1.0;
	}
	50% {
		opacity: .0;
	}
	100% {
		opacity: 1.0;
	}
}
.typist-blink:after {
	position: relative;
	top: 10px;
	display: inline-block;
	height: 47px;
	margin-left: 7px;
	margin-right: 3px;
	content: " ";
	-webkit-animation: blink 1s step-start 0s infinite;
	animation: blink 1s step-start 0s infinite;
	border-left: 2px solid;
}
.typist-blink > .selectedText {
	display: none;
}
.typist-mark > .selectedText {
	color: #fff;
	background-color: #222;
	font-style: normal;
}
/*======================================================
*===================== End Typist ======================
*=====================================================*/
/*======================================================
*===================== Testimonial =====================
*=====================================================*/
.testimonial {
	overflow: hidden;
	margin: 0;
	padding: 0;
	list-style: none;
}

.testimonial li {
	position: relative;
	float: right;
	padding: 40px 40px 40px 20px;
}

.testimonial.grid-2 li {
	width: 50%;
}

/**/
.testimonial.plus-box li:before {
	top: 0;
	left: -2px;
	height: 100%;
	border-left: 1px solid #ececec;
}

.testimonial.plus-box li:after {
	top: auto;
	left: 0;
	bottom: -1px;
	width: 100%;
	height: 0;
	border-bottom: 1px solid #ececec;
}

.testimonial.plus-box li:after,
.testimonial.plus-box li:before {
	position: absolute;
	content: "";
}

/*----*/
.testimonial .avatar,
.testimonial .avatar a,
.testimonial .avatar i,
.testimonial .avatar img {
	display: table;
	width: 130px;
	height: 130px;
	border-radius: 50%;
}

#testimonial-2 .avatar,
#testimonial-2 .avatar a,
#testimonial-2 .avatar i,
#testimonial-2 .avatar img,
#testimonial-3 .avatar,
#testimonial-3 .avatar a,
#testimonial-3 .avatar i,
#testimonial-3 .avatar img {
	display: inline-block;
	width: 100px;
	height: 100px;
	margin-bottom: 30px;
	border-radius: 50%;
}

.testimonial .avatar {
	float: right;
	margin-left: 35px;
}

.testimonial .content {
	position: relative;
	overflow: hidden;
	padding-left: 18px;
}

.testimonial .content p {
	color: #7e7e7e;
	display: block;
	overflow: hidden;
	margin-bottom: 0px;
}

.testimonial-meta {
	margin-top: 10px;
	letter-spacing: 1px;
	text-transform: uppercase;
	color: #222;
}
.testimonial-meta h2{
	font-weight: bold;
	font-size: 18px;
	margin-bottom: 5px !important;
}
.testimonial-meta span {
	display: block;
	color: #7f7f7f;
	font-size: 12px;
}
.testimonial-meta del {
	color: lightgrey !important;
}
.light-txt .testimonial-meta,
.light-txt .testimonial-meta span {
	color: #fff;
}

/*-------*/
#testimonial-2 .item {
	margin: 20px;
	text-align: center;
}

#testimonial-2 .item img {
	display: block;
	width: 100%;
	height: auto;
}

#testimonial-2.owl-theme .owl-controls .owl-page span {
	background: #cecece;
}

.light-txt.owl-theme .owl-controls .owl-page span {
	background: #cecece;
}

#testimonial-3.owl-theme .owl-controls .owl-page span {
	width: 30px;
	height: 5px;
}

#testimonial-2 .item .icon,
#testimonial-3 .item .icon {
	display: inline-block;
	margin-bottom: 30px;
	font-size: 30px;
}

.big-icon .item .icon {
	font-size: 60px !important;
}

#testimonial-2 .content p,
#testimonial-3 .content p,
.light-txt .content p {
	font-size: 16px;
	font-style: italic;
	line-height: 30px;
}

.light-txt.owl-theme .owl-controls {
	margin-top: 20px;
	text-align: center;
}

.tst-thumb {
	display: inline-block;
	width: 100px;
	height: auto;
	margin-bottom: 20px;
}
/**/
.testimonial-parallax {
	background-image: url("../../images/parallax/para-1.jpg");
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-position: 50% 50%;
	background-size: cover;
}

.testimonial-alt .testi-auth .avatar {
	float: right;
	margin-left: 30px;
	margin-right: 15px;
}

.testimonial-alt .content {
	position: relative;
	display: inline-block;
	margin-bottom: 40px;
	padding: 24px 34px;
	border-radius: 18px;
	background: #f5f5f5;
	box-shadow: 0 0 8px #DDD;
	max-width: 96% !important;
	margin-left: 2%;
	margin-right: 2%;
}

.testimonial-alt .content:after {
	position: absolute;
	bottom: -20px;
	right: 40px;
	display: block;
	width: 40px;
	height: 40px;
	content: "";
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
	border-style: none;
	border-color: #f5f5f5;
	border-left: 1px solid #f5f5f5;
	-o-border-image: none;
	border-image: none;
	background-color: #f5f5f5;
	box-shadow: 2px 2px 2px #eee;
}

.testimonial-alt .content p {
	margin: 0;
	padding: 0;
	letter-spacing: 0px;
}

.testimonial-alt .testi-auth .testimonial-meta {
	display: inline-block;
	margin-top: 15px;
}

.testimonial-alt .testi-auth .avatar,
.testimonial-alt .testi-auth .avatar a,
.testimonial-alt .testi-auth .avatar img {
	width: 90px;
	height: 90px;
	border-radius: 50%;
}
.testimonial-alt .testi-auth .avatar img {
	padding: 5px;
	border: 1px solid #CCC;
}
#testimonial-4.owl-theme .owl-controls .owl-page span {
	width: 8px;
	height: 8px;
	background: #cecece;
}

.testimonial-thumb {
	display: inline-block;
	width: 100px;
	height: 100px;
	margin-bottom: 50px;
}

.testimonial-thumb img {
	width: 100%;
	height: auto;
}
.testimonial.grid-1 li {
	width: 100%;
	display: table;
}
.c-info-row .c-info,
.c-info-row .c-slide {

}
.testimonials
{
	width: 100%;
	background: #1a1a1a;
}
.testimonials_background_container
{
	position: absolute;
	top: 0;
	right: 0;
	width: 100%;
	height: 100%;
}
.testimonials_background
{
	width: 100%;
	height: 100%;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
	opacity: 0.27;
}
.testimonials .section_title h1
{
	color: #FFFFFF;
}
.testimonials_slider_container
{
	padding-right: 30px;
	padding-left: 30px;
	margin-top: 56px;
}
.testimonials_item
{
	width: 100%;
	padding-bottom: 75px;
}
.quote{
	font-size: 36px;
}
.testimonials_text
{
	color: #FFFFFF;
	margin-bottom: 0px;
}
.testimonial_user
{
	margin-top: 43px;
}
.testimonial_image
{
	width: 98px;
	height: 98px;
	border-radius: 50%;
	overflow: hidden;
}
.testimonial_image img
{
	width: 100%;
	height: auto;
}
.testimonial_name
{
	font-size: 16px;
	font-weight: 700;
	text-transform: uppercase;
	color: #f6af03;
	margin-top: 21px;
}
.testimonial_title
{
	font-size: 14px;
	font-weight: 500;
	color: #FFFFFF;
	margin-top: 6px;
}
.testimonials_slider .owl-dots
{
	display: -webkit-box !important;
	display: -moz-box !important;
	display: -ms-flexbox !important;
	display: -webkit-flex !important;
	display: flex !important;
	flex-direction: row !important;
	justify-content: center;
	align-items: center;
}
.testimonials_slider .owl-dot span
{
	width: 8px !important;
	height: 8px !important;
	border: solid 2px #FFFFFF;
	background: transparent !important;
}
.testimonials_slider .owl-dot.active span
{
	width: 16px !important;
	height: 16px !important;
	border: none;
	background: #aaa;
}
/*------------------------------------------------
Responsive
------------------------------------------------*/
@media screen and (max-width: 800px) {
	.testimonial.grid-2 li {
		width: 100%;
	}
}
@media screen and (max-width: 767px) {
	.testimonial .avatar {
		height: auto;
		float: none;
		margin: auto auto 20px !important;
	}
	.testimonial .avatar img{
		margin: auto !important;
	}
	.testimonial.grid-2 li,
	.c-info-row .c-info,
	.c-info-row .c-slide {
		width: 100%;
		display: table;
	}
}
@media only screen and (max-width: 991px){
	.testimonials_slider_container{
		padding-right: 0px;
		padding-left: 0px;
	}
}
@media only screen and (max-width: 575px){
	.testimonials_slider .owl-dots{
		display: none !important;
	}
	.testimonials_item{
		padding-bottom: 0px;
	}
}
@media screen and (max-width: 479px) {
	.testimonial.grid-2 li {
		width: 100%;
	}
}
/*======================================================
*=================== End Testimonial ===================
*=====================================================*/

/*======================================================
*==================== Pricing Table ====================
*=====================================================*/
.price-col {
	padding: 50px;
	text-align: center;
	border: 1px solid #e8e8e8;
	background: #fff;
}

.price-col.feature {
	border: 1px solid #222;
	background: #222;
}

.price-col h1 {
	margin-bottom: 30px;
	text-transform: uppercase;
	font-size: 17px;
}

.price-col .p-value {
	margin-bottom: 40px;
	padding: 25px 0;
	border-top: 1px solid #e5e5e5;
	border-bottom: 1px solid #e5e5e5;
}

.price-col.feature .p-value {
	margin-bottom: 40px;
	padding: 25px 0;
	border-top: 1px solid rgba(255, 255, 255, .2);
	border-bottom: 1px solid rgba(255, 255, 255, .2);
}

.price-col .dollar {
	font-size: 42px;
	font-weight: normal;
}

.price-col .dollar span {
	margin-right: -10px;
	font-size: 17px;
}

.price-col .duration {
	text-transform: uppercase;
	font-size: 15px;
}

.price-col ul {
	display: block;
	margin-bottom: 40px;
	padding: 0;
	list-style: none;
}

.price-col ul li {
	margin-bottom: 15px;
	color: #222;
}

.price-col.feature ul li {
	color: #7d7d7d;
}

.price-col .p-btn {
	display: inline-block;
	display: inherit;
	padding: 15px 20px;
	text-transform: uppercase;
	color: #222;
	border: 1px solid #e8e8e8;
	font-weight: normal;
	/*letter-spacing: 2px;*/
}

.price-col .p-btn:hover {
	border: 1px solid #222;
	background: #222;
}

.price-col.feature .p-btn,
.price-col.feature .p-btn:hover {
	color: #222;
	background: #fff;
}

.price-col.feature .p-btn:hover,
.price-col .p-btn:hover,
.price-col.feature {
	color: #fff;
}

.p-table-gutter-less .col-lg-1,
.p-table-gutter-less .col-lg-10,
.p-table-gutter-less .col-lg-11,
.p-table-gutter-less .col-lg-12,
.p-table-gutter-less .col-lg-2,
.p-table-gutter-less .col-lg-3,
.p-table-gutter-less .col-lg-4,
.p-table-gutter-less .col-lg-5,
.p-table-gutter-less .col-lg-6,
.p-table-gutter-less .col-lg-7,
.p-table-gutter-less .col-lg-8,
.p-table-gutter-less .col-lg-9,
.p-table-gutter-less .col-md-1,
.p-table-gutter-less .col-md-10,
.p-table-gutter-less .col-md-11,
.p-table-gutter-less .col-md-12,
.p-table-gutter-less .col-md-2,
.p-table-gutter-less .col-md-3,
.p-table-gutter-less .col-md-4,
.p-table-gutter-less .col-md-5,
.p-table-gutter-less .col-md-6,
.p-table-gutter-less .col-md-7,
.p-table-gutter-less .col-md-8,
.p-table-gutter-less .col-md-9,
.p-table-gutter-less .col-sm-1,
.p-table-gutter-less .col-sm-10,
.p-table-gutter-less .col-sm-11,
.p-table-gutter-less .col-sm-12,
.p-table-gutter-less .col-sm-2,
.p-table-gutter-less .col-sm-3,
.p-table-gutter-less .col-sm-4,
.p-table-gutter-less .col-sm-5,
.p-table-gutter-less .col-sm-6,
.p-table-gutter-less .col-sm-7,
.p-table-gutter-less .col-sm-8,
.p-table-gutter-less .col-sm-9,
.p-table-gutter-less .col-xs-1,
.p-table-gutter-less .col-xs-10,
.p-table-gutter-less .col-xs-11,
.p-table-gutter-less .col-xs-12,
.p-table-gutter-less .col-xs-2,
.p-table-gutter-less .col-xs-3,
.p-table-gutter-less .col-xs-4,
.p-table-gutter-less .col-xs-5,
.p-table-gutter-less .col-xs-6,
.p-table-gutter-less .col-xs-7,
.p-table-gutter-less .col-xs-8,
.p-table-gutter-less .col-xs-9,
.price-table-row .p-table-gutter-less .col-lg-1,
.price-table-row .p-table-gutter-less .col-lg-10,
.price-table-row .p-table-gutter-less .col-lg-11,
.price-table-row .p-table-gutter-less .col-lg-12,
.price-table-row .p-table-gutter-less .col-lg-2,
.price-table-row .p-table-gutter-less .col-lg-3,
.price-table-row .p-table-gutter-less .col-lg-4,
.price-table-row .p-table-gutter-less .col-lg-5,
.price-table-row .p-table-gutter-less .col-lg-6,
.price-table-row .p-table-gutter-less .col-lg-7,
.price-table-row .p-table-gutter-less .col-lg-8,
.price-table-row .p-table-gutter-less .col-lg-9,
.price-table-row .p-table-gutter-less .col-md-1,
.price-table-row .p-table-gutter-less .col-md-10,
.price-table-row .p-table-gutter-less .col-md-11,
.price-table-row .p-table-gutter-less .col-md-12,
.price-table-row .p-table-gutter-less .col-md-2,
.price-table-row .p-table-gutter-less .col-md-3,
.price-table-row .p-table-gutter-less .col-md-4,
.price-table-row .p-table-gutter-less .col-md-5,
.price-table-row .p-table-gutter-less .col-md-6,
.price-table-row .p-table-gutter-less .col-md-7,
.price-table-row .p-table-gutter-less .col-md-8,
.price-table-row .p-table-gutter-less .col-md-9,
.price-table-row .p-table-gutter-less .col-sm-1,
.price-table-row .p-table-gutter-less .col-sm-10,
.price-table-row .p-table-gutter-less .col-sm-11,
.price-table-row .p-table-gutter-less .col-sm-12,
.price-table-row .p-table-gutter-less .col-sm-2,
.price-table-row .p-table-gutter-less .col-sm-3,
.price-table-row .p-table-gutter-less .col-sm-4,
.price-table-row .p-table-gutter-less .col-sm-5,
.price-table-row .p-table-gutter-less .col-sm-6,
.price-table-row .p-table-gutter-less .col-sm-7,
.price-table-row .p-table-gutter-less .col-sm-8,
.price-table-row .p-table-gutter-less .col-sm-9,
.price-table-row .p-table-gutter-less .col-xs-1,
.price-table-row .p-table-gutter-less .col-xs-10,
.price-table-row .p-table-gutter-less .col-xs-11,
.price-table-row .p-table-gutter-less .col-xs-12,
.price-table-row .p-table-gutter-less .col-xs-2,
.price-table-row .p-table-gutter-less .col-xs-3,
.price-table-row .p-table-gutter-less .col-xs-4,
.price-table-row .p-table-gutter-less .col-xs-5,
.price-table-row .p-table-gutter-less .col-xs-6,
.price-table-row .p-table-gutter-less .col-xs-7,
.price-table-row .p-table-gutter-less .col-xs-8,
.price-table-row .p-table-gutter-less .col-xs-9 {
	padding: 0;
}

.p-table-gutter-less .price-col {
	margin-left: -1px;
}

.price-table-parallax {
	background-image: url("../../images/parallax/2.jpg");
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-position: center;
	background-size: cover;
}

.price-table-row .col-lg-1,
.price-table-row .col-lg-10,
.price-table-row .col-lg-11,
.price-table-row .col-lg-12,
.price-table-row .col-lg-2,
.price-table-row .col-lg-3,
.price-table-row .col-lg-4,
.price-table-row .col-lg-5,
.price-table-row .col-lg-6,
.price-table-row .col-lg-7,
.price-table-row .col-lg-8,
.price-table-row .col-lg-9,
.price-table-row .col-md-1,
.price-table-row .col-md-10,
.price-table-row .col-md-11,
.price-table-row .col-md-12,
.price-table-row .col-md-2,
.price-table-row .col-md-3,
.price-table-row .col-md-4,
.price-table-row .col-md-5,
.price-table-row .col-md-6,
.price-table-row .col-md-7,
.price-table-row .col-md-8,
.price-table-row .col-md-9,
.price-table-row .col-sm-1,
.price-table-row .col-sm-10,
.price-table-row .col-sm-11,
.price-table-row .col-sm-12,
.price-table-row .col-sm-2,
.price-table-row .col-sm-3,
.price-table-row .col-sm-4,
.price-table-row .col-sm-5,
.price-table-row .col-sm-6,
.price-table-row .col-sm-7,
.price-table-row .col-sm-8,
.price-table-row .col-sm-9,
.price-table-row .col-xs-1,
.price-table-row .col-xs-10,
.price-table-row .col-xs-11,
.price-table-row .col-xs-12,
.price-table-row .col-xs-2,
.price-table-row .col-xs-3,
.price-table-row .col-xs-4,
.price-table-row .col-xs-5,
.price-table-row .col-xs-6,
.price-table-row .col-xs-7,
.price-table-row .col-xs-8,
.price-table-row .col-xs-9 {
	position: relative;
	min-height: 1px;
	padding-left: 15px;
	padding-right: 15px;
}
/*======================================================
*================== End Pricing Table ==================
*=====================================================*/
/*======================================================
*====================== Promo Box ======================
*=====================================================*/
.f-promo-box {
	display: block;
	width: 80%;
	padding: 30px 40px;
	margin: 0 auto;
	height: 154px;
}
.promo-box {
	display: block;
	width: 100%;
	padding: 40px;
}
.promo-box, .f-promo-box,
.text-center .promo-btn,
.text-center .promo-btn a,
.full-width.promo-box .container,
.full-width.f-promo-box .container {
	position: relative;
}
.promo-box h1, .f-promo-box h1,
.promo-box h2, .f-promo-box h2,
.promo-box h3, .f-promo-box h3,
.promo-box h4, .f-promo-box h4,
.promo-box h5, .f-promo-box h5,
.promo-box h6, .f-promo-box h6 {
	margin-bottom: 0;
	letter-spacing: 1px;
	text-transform: uppercase;
}
.text-center .promo-btn,
.text-center .promo-btn a,
.text-center .promo-info span,
.text-center .promo-info {
	display: inline-block;
}
.promo-info {
	padding-left: 200px;
}
.text-center .promo-info {
	padding-left: 0;
}
.promo-info h1 span,
.promo-info h2 span,
.promo-info h3 span,
.promo-info h4 span,
.promo-info h5 span,
.promo-info h6 span {
	display: inline;
	margin-top: 0;
}
.promo-info span {
	display: block;
	margin-top: 10px;
	color: #7e7e7e;
}
.promo-box.gray-bg, .f-promo-box.gray-bg {
	background: #f5f5f5;
}
.promo-box.dark-bg, .f-promo-box.dark-bg {
	background: #222;
}
.promo-btn {
	position: absolute;
	top: 50%;
	left: 40px;
	margin-top: -28px;
}
.promo-btn a.btn {
	margin-left: 0;
}
.text-center .promo-info span {
	width: 100%;
	margin-bottom: 20px;
}
.promo-btn a.btn,
.promo-box a.btn,
.f-promo-box a.btn{
	padding: 15px 30px;
}
.promo-box.border-box,
.f-promo-box.border-box {
	border: 1px solid #ececec;
}
.full-width.promo-box,
.full-width.f-promo-box {
	padding: 60px 0;
}
.full-width.promo-box .promo-btn,
.full-width.fpromo-box .promo-btn {
	left: 0;
}
.promo-pattern {
	height: auto;
	background-image: url(../../images/div/pattern.png);
	background-repeat: repeat;
}
.promo-parallax {
	height: auto;
	background-image: url(../../images/parallax/promo_para.jpg);
	background-repeat: repeat;
	background-attachment: fixed;
}
/*------------------------------------------------
Responsive
------------------------------------------------*/
@media screen and (max-width:767px){
	.promo-info {
		padding-left: 0;
	}
	.promo-btn {
		position: relative;
		top: 0;
		left: 0;
		margin-top: 0;
		margin-top: 20px;
	}
}
/*======================================================
*==================== End Promo Box ====================
*=====================================================*/
/*======================================================
*===================== Portfolio =======================
*=====================================================*/
.portfolio {
	margin: 50px 0;
}
.portfolio .portfolio-item {
	float: right;
}
.portfolio .portfolio-item .thumb {
	position: relative;
	max-width: calc(100% - 24px);
	margin: 12px;
}
.portfolio .portfolio-item .thumb img {
	display: block;
	width: 100%;
	height: auto;
	margin: auto;
}
.portfolio .portfolio-item .vthumb {
	position: relative;
	max-height: 200px;
	margin: auto;
}
.portfolio .portfolio-item .vthumb img {
	display: block;
	width: auto;
	height: 200px;
	margin: auto;
}
.portfolio-hover {
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	margin: 0;
	-webkit-transition: all .3s;
	transition: all .3s;
	opacity: 0;
	border: 2px solid rgba(0, 0, 0, .1);
	background-color: rgba(0, 8, 52, .3);
}
.portfolio-item:hover .portfolio-hover,
.portfolio-item:hover .portfolio-hover .portfolio-description,
.portfolio-item:hover .portfolio-hover .action-btn {
	opacity: 1;
}
.portfolio-item:hover .portfolio-hover .portfolio-description {
	bottom: 45%;
	margin-bottom: -90px;
}
.portfolio-item:hover .portfolio-hover .action-btn {
	top: 40%;
	margin-top: -55px;
}
.portfolio-hover .portfolio-description {
	position: absolute;
	bottom: 0;
	width: 100%;
	-webkit-transition: all .3s;
	transition: all .3s;
	-webkit-transform: translateY(-55%);
	-ms-transform: translateY(-55%);
	transform: translateY(-55%);
	opacity: 0;
}
.portfolio-hover .action-btn {
	position: absolute;
	top: 0;
	right: 0;
	width: 100%;
	-webkit-transition: all .3s;
	transition: all .3s;
	-webkit-transform: translateY(45%);
	-ms-transform: translateY(45%);
	transform: translateY(45%);
	text-align: center;
	opacity: 0;
	font-size: 35px;
}
.portfolio-description,
.portfolio-description h2 a,
.portfolio-description h4 a,
.portfolio-hover .action-btn a {
	text-align: center;
	color: #222;
}
.portfolio-description h2 {
	margin-bottom: 5px;
	letter-spacing: 1px;
	text-transform: uppercase;
	font-size: 18px;
}
.portfolio-description h4 {
	margin-bottom: 5px;
	letter-spacing: 1px;
	text-transform: uppercase;
	font-size: 18px;
}
.portfolio-description h6 {
	margin-bottom: 0;
	letter-spacing: 1px;
	text-transform: uppercase;
	color: #757575;
	font-size: 14px;
	font-weight: normal;
}
.portfolio-description p {
	margin-bottom: 0;
	letter-spacing: 1px;
	text-transform: uppercase;
	color: #757575;
	font-size: 14px;
	font-weight: normal;
}
.portfolio-description a,
.portfolio-title a {
	color: #757575;
}
/*gutter*/
.portfolio.gutter .portfolio-item {
	padding: 10px;
}
/*portfolio 2 grid*/
.portfolio.item-2 .portfolio-item {
	width: 49.99%;
}
/*portfolio 3 grid*/
.portfolio.item-3 .portfolio-item {
	width: 33.3333333%;
}
/*portfolio 4 grid*/
.portfolio.item-4 .portfolio-item {
	width: 24.98%;
}
/*portfolio 5 grid*/
.portfolio.item-5 .portfolio-item {
	width: 19.99%;
}
/*portfolio 6 grid*/
.portfolio.item-6 .portfolio-item {
	width: 16.666666667%;
}
.portfolio-filter {
	margin: 0;
	padding: 0;
	list-style: none;
}
.portfolio-filter li {
	display: inline-block;
}
.portfolio-filter li button{
	background-color: transparent;
}
.portfolio-filter li a, .portfolio-filter li button {
	margin: 0 15px;
	letter-spacing: 1px;
	text-transform: uppercase;
	color: #a9a8a8;
	font-size: 17px;
}
.portfolio-filter li button:hover,
.portfolio-filter li.active button,
.portfolio-filter li a:hover,
.portfolio-filter li.active a {
	color: #222;
}
/* ----------------------------------------------------------------
portfolio with title
-----------------------------------------------------------------*/
.portfolio-with-title .portfolio-item:hover .portfolio-hover .action-btn {
	top: 50%;
	margin-top: -45px;
}
.portfolio-with-title .portfolio-title {
	padding: 15px 0;
	direction: rtl !important;
}
.portfolio-with-title .portfolio-title h4,
.portfolio-with-title .portfolio-title h4 a {
	margin: 0;
	letter-spacing: 1px;
	text-transform: uppercase;
	color: #222;
	font-size: 17px;
	height: 44px;
	max-height: 44px;
}
.portfolio-with-title .portfolio-title h3,
.portfolio-with-title .portfolio-title h3 a {
	margin: 0 0 10px 0;
	letter-spacing: 1px;
	text-transform: uppercase;
	color: #222;
	font-size: 18px;
}
.portfolio-with-title .portfolio-title p {
	margin: 0;
	letter-spacing: 1px;
	text-transform: uppercase;
	color: #7e7e7e;
	font-size: 15px;
	font-weight: normal;

	white-space: pre;           /* CSS 2.0 */
	white-space: pre-wrap;      /* CSS 2.1 */
	white-space: pre-line;      /* CSS 3.0 */
	white-space: -pre-wrap;     /* Opera 4-6 */
	white-space: -o-pre-wrap;   /* Opera 7 */
	white-space: -moz-pre-wrap; /* Mozilla */
	white-space: -hp-pre-wrap;  /* HP Printers */
	word-wrap: break-word;
	-moz-hyphens: auto;
	-webkit-hyphens: auto;
	-o-hyphens: auto;
	hyphens: auto;
	text-align: justify;
}
.portfolio-with-title.portfolio-masonry .portfolio-title {
	padding: 15px;
}
.portfolio-with-title.portfolio-masonry.gutter .portfolio-title {
	padding: 15px 0;
}
/* ----------------------------------------------------------------
portfolio masonry
-----------------------------------------------------------------*/
/* clear fix */
.portfolio-masonry:after {
	display: block;
	clear: both;
	content: "";
}
/* ---- .grid-item ---- */
.portfolio-masonry .portfolio-item {
	float: right;
}
.portfolio-masonry .portfolio-item-width2 {
	width: 200px;
}
.portfolio-masonry .portfolio-item-height2 {
	height: 200px;
}
.portfolio-nav-row {
	position: relative;
	padding: 40px 0;
}
.portfolio-nav {
	position: absolute;
	top: 50%;
	left: 10px;
	right: auto;
	max-width: 300px;
	margin-top: -12px;
}
.portfolio-nav.left {
	position: absolute;
	top: 50%;
	left: auto;
	right: 0;
	max-width: 300px;
	margin-top: -12px;
}
.portfolio-nav a {
	display: block;
	float: right;
	margin-right: 20px;
	text-align: center;
	color: #aeaeae;
}
.portfolio-nav.left a {
	margin-left: 20px;
	margin-right: 0;
}
.portfolio-nav a:hover,
.portfolio-nav a:hover span {
	-webkit-transition: all .3s;
	transition: all .3s;
	color: #323232;
}
.portfolio-nav a span,
.portfolio-nav a span i {
	display: inline-block;
	margin-top: 0;
	-webkit-transition: all .3s;
	transition: all .3s;
}
.portfolio-gap-less .portfolio {
	margin: 0;
}
/*------------------------------
blog-masonry
------------------------------*/
.portfolio-with-title.blog-m .portfolio-title p {
	margin: 5px 0 0 0;
	text-transform: none;
	color: #757575;
	font-size: 17px;
	font-weight: normal;
	line-height: 26px;
}
.portfolio-with-title.blog-m .portfolio-title p {
	display: block;
	margin-bottom: 20px;
}
.portfolio-with-title.blog-m .portfolio-title .date {
	display: block;
	margin: 5px 0 20px 0;
	letter-spacing: 1px;
	text-transform: uppercase;
	font-size: 15px;
}
.portfolio-with-title.blog-m .portfolio-title .date,
.portfolio-with-title.blog-m .portfolio-title .date a {
	color: #a8a8a8;
}
.portfolio-with-title.blog-m .portfolio-title h4 a {
	font-size: 17px;
}
.portfolio-with-title.blog-m .portfolio-title p {
	letter-spacing: normal;
}
/*portfolio-meta*/
.portfolio-meta {
	padding: 0;
	list-style: none;
}
.portfolio-meta li {
	margin: 15px 0;
	color: #666;
}
.portfolio-meta li span {
	display: inline-block;
	width: 140px;
	letter-spacing: 1px;
	text-transform: uppercase;
	color: #000;
	font-size: 15px;
}
.portfolio-meta li a {
	margin-left: 10px;
	color: #cdcdcd;
}
.portfolio-meta li a:hover {
	color: #323232;
}
.portfolio-meta .form-control:focus {
	border-color: #000;
	box-shadow: none;
}
.portfolio-meta .form-control {
	box-shadow: none;
}
/*------------------------------------------------------------------
carousel portfolio
-------------------------------------------------------------------*/
#portfolio-carousel .portfolio-item img,
#portfolio-carousel-alt .portfolio-item img {
	display: block;
	width: 100%;
	height: auto;
}
#portfolio-carousel.portfolio.item-3 .portfolio-item,
#portfolio-carousel-alt.portfolio.item-3 .portfolio-item {
	width: 100%;
}
#portfolio-carousel.portfolio .portfolio-item,
#portfolio-carousel-alt.portfolio .portfolio-item {
	padding: 5px;
}
#portfolio-carousel.owl-theme .owl-controls {
	position: absolute;
	top: -100px;
	left: 0;
	margin-top: 10px;
	text-align: center;
}
#portfolio-carousel-alt.owl-theme .owl-controls {
	position: absolute;
	bottom: 40px;
	right: -130px;
	margin-top: 10px;
	text-align: center;
	z-index: 10000;
}
#portfolio-carousel.owl-theme .owl-controls .owl-buttons div,
#portfolio-carousel-alt.owl-theme .owl-controls .owl-buttons div {
	padding: 8px 16px;
	border-radius: 0;
	background: #e5e5e5;
	float: right;
}
#portfolio-carousel.owl-theme .owl-controls .owl-buttons div i,
#portfolio-carousel-alt.owl-theme .owl-controls .owl-buttons div i {
	color: #000;
	font-weight: bold;
}
#portfolio-carousel-alt.portfolio {
	margin: 0;
}
/*------------------------------------------------
Responsive
------------------------------------------------*/
@media screen and (max-width:1024px){
	.portfolio-filter{
		-webkit-appearance: none;
		-moz-appearance: none;
		appearance: none;
		background: #FFF url("../../images/div/select-btn.png") no-repeat scroll 2% center;
		cursor: pointer;
	}
	.porfolio-box{
		width: 90%;
	}
	.portfolio-filter li {
		display: inline-block;
		line-height: 40px;
	}
}
@media screen and (max-width:992px){
	.portfolio.item-2 .portfolio-item,
	.portfolio.item-3 .portfolio-item,
	.portfolio.item-4 .portfolio-item,
	.portfolio.item-5 .portfolio-item,
	.portfolio.item-6 .portfolio-item {
		width: 33.3333333%;
		/*width: 50%;*/
	}
}
@media screen and (max-width: 800px) {
	.portfolio.item-2 .portfolio-item,
	.portfolio.item-3 .portfolio-item,
	.portfolio.item-4 .portfolio-item,
	.portfolio.item-5 .portfolio-item,
	.portfolio.item-6 .portfolio-item {
		/*width: 33.3333333%;*/
		width: 50%;
	}
}
@media screen and (max-width:767px){
	.portfolio-filter{
		top: 50px !important;
	}
	.portfolio-filter li {
		display: inline-block;
		line-height: 40px;
	}
	#portfolio-carousel.owl-theme .owl-controls,
	#portfolio-carousel-alt.owl-theme .owl-controls {
		position: absolute;
		top: auto;
		left: 0;
		bottom: -48px;
		right: 0;
		margin-top: 10px;
		text-align: center;
	}
}
@media screen and (max-width:480px){
	.portfolio.item-2 .portfolio-item,
	.portfolio.item-3 .portfolio-item,
	.portfolio.item-4 .portfolio-item,
	.portfolio.item-5 .portfolio-item,
	.portfolio.item-6 .portfolio-item,
	.testimonial.grid-2 li {
		width: 100%;
		/*width: 50%;*/
	}
}
/*======================================================
*=================== End Portfolio =====================
*=====================================================*/
/*======================================================
*===================== Pagination ======================
*=====================================================*/
.paglink{
	height: 100px;
	width: 80%;
	display: table;
	margin: 0 auto;
	padding: 30px 0px 0px;
	position: relative;
	text-align: center;
}
.paglink a, .paglink strong{
	display: inline-block;
	background-color: transparent!important;
	border: none;
	font-size: 34px;
	line-height: 38px;
	font-weight: 500;
	font-family: var(--glida);
	margin: 5px 8px!important;
	padding: 5px 5px !important;
	text-decoration: none !important;
}
.paglink a:hover, .paglink strong{
	color: var(--first-color);
}
.paglink-fl, .paglink-np{
	font-family: Arial;
	display: inline-block;
	vertical-align: text-top;
	padding-top: 8px;
}
.paglink-fl {
	font-size: 56px;
	line-height: 26px;
}
.paglink-np {
	font-size: 30px;
	line-height: 30px;
}
@media screen and (max-width: 640px) {
	.paglink{
		width: 100%;
	}
	.paglink a{
		margin: 5px 2px!important;
	}
}
.paglink a:active{
	font-size: 38px;
	font-weight: 500;
	display: inline-block;
}
/*======================================================
*=================== End Pagination ====================
*=====================================================*/
/*======================================================
*==================== Contacts Form ====================
*=====================================================*/
.contentpg,.contentpg_end {
    display: block;
    clear:both;
    width:100%;
    margin:0 0 -5px !important;
    overflow:hidden;
    padding: 0px !important;
}
.contacts_container_a{padding:0;}
.contacts_container{ padding:36px 20px; text-align:center; margin:0;}
.contacts_container_a h1{line-height:1; font-size:36px; margin:0 0 30px;}
.contacttable{
    display:block;
    width:100%;
    margin:0px;
    padding:0px;
    border:none !important;
    border-collapse:collapse !important;
    font-size:14px;
    font-style:normal;
    font-weight:300;
    line-height:26px;
	font-family: var(--glida);
}
.contacttable tbody{
	width: 100% !important;
	display: table;
}
.contacttblname{width:40% !important; height:28px; vertical-align:top; text-align:right;}
.contacttblinfo{width:68% !important; vertical-align:top; text-align:right; }
.contacthr{ width:74%; margin:25px 13% 35px !important; display:none; visibility:hidden;}
.gmap {
	width: 100%;
    height: 260px;
    border: 1px solid #999;
    margin: 20px;
    overflow: hidden;
    opacity:1;
    -webkit-transition:all 2s ease;
    -moz-transition:all 2s ease;
    -o-transition:all 2s ease;
    -ms-transition:all 2s ease;
    transition:all 2s ease;
}
.map_container{
    padding:0px;
    margin-bottom:25px;
    text-align:center;
}
.map_container h4{text-align:right !important;}
.map_container small a{line-height:25px;}
.map_container img{width:60%; display:block; margin: 25% auto;}
.map_frame{width: 100%; height: 500px;}
.gmap:hover {
    filter: none;
    opacity:1;	
}
.form-control {
    margin: 4px auto 8px !important;
    resize: none;
}
.custom-select {
    display: inline-block;
    width: 100%;
    height: 36px;
    padding: 6px 12px;
    margin: 4px auto 8px !important;
    color: #555;
    vertical-align: middle;
    background: #fff url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'%3E%3Cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3E%3C/svg%3E") no-repeat left 12px center;
    background-size: auto;
    background-size: 8px 10px;
    border: 1px solid #ced4da;
    border-radius: 4px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}
.support-form{
	display: table;
	background-color: #fff !important;
	padding: 90px 80px 100px !important;
	border: none !important;

}
.support-form input{
	border: none !important;
	margin: 4px auto 8px !important;
	resize: none;
	display: block;
	width: 100%;
	height: 40px;
	padding: 6px 12px;
	font-size: 14px;
	line-height: 1.42857143;
	color: #555;
	background-color: #fff;
	background-image: none;
	border: 1px solid #ccc;
	border-radius: 4px;
	-webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
	box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
	-webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
	-o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
	transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
}
.support-form .btn{
	width: 150px !important;
	height: 50px !important;
	display: inline-block;
	margin: 0 10px !important;
}
.support-form #captchaVal{
	height: 80px !important;
	display: inline-block;
	margin: 0 20px !important;
}
.contactdetail{padding: 40px 30px 30px; margin-top:0px; border: 1px solid #999;}
.formdiv{
    width:100%; padding:0px;
    margin:80px 0 0;
	font-family:var(--glida);
    color:#666;
    font-size:16px;
    font-style:normal;
    font-weight:300;
    line-height:18px;
    text-align:right;
}
.formdiv_main_text{height:22px; width:100%; padding:0px; margin:0px 0px 20px 0px; float:right; text-align:right;}
.formtextdiv, .formtextdivB{
    margin-bottom:10px;
    padding:0px;
    float:right;
	font-family:var(--glida);
    color:#666;
    font-size:16px;
    font-style:normal;
    font-weight:200;
    line-height:18px;
}
.formtextdiv{width:46%; margin-right:0px; margin-left:4%;}
.formtextedg{width:50% !important; margin-left:0 !important;}
.contmainform{padding-left:0 !important; padding-right:60px !important; margin-top:0 !important; padding-bottom:30px !important; display:table;}
.formtextdivB{width:100%; margin-right:0px; margin-left:0px;}
.formtextdiv label, .formtextdivB label{font-weight:300; font-size:17px; color:#666; margin-bottom: 10px;}
.mandatory_text{font-size:14px; width:98%; margin:8px auto 0; color:#999; text-align:left !important; display:block;}
.formtextdiv span sub, .formtextdivB span sub, .mandatory_text sub{color:#F00; font-size:20px; margin:0px 5px;}
.form_textBox{font-size:17px; height:38px; width:100%; margin-top:5px; border:1px solid #999; padding:10px;}
.form_captsha_text{font-size:28px; font-weight:bold; width:40%; max-width:160px; height:60px; max-height:60px; margin:10px 5% 0; border:1px solid #999; padding:6px 20px;}
.form_captsha_img{width:40%; max-width:160px; height:60px; max-height:60px; margin:-10px 0 0 !important; border:1px solid #999; padding:0px 10px; cursor:none;
user-select: none;
-ms-user-select: none;
-moz-user-select: none;
-o-user-select: none;
-webkit-user-select: none;
user-drag: none;
-ms-user-drag: none;
-moz-user-drag: none;
-o-user-drag: none;
-webkit-user-drag: none;
pointer-events: none;}
.form_captsha_refresh{ width:10%; max-width:25px; cursor:pointer; margin:27px 0 0 !important;}
.form_textArea{width:100%; resize:none; margin-top:5px; border:1px solid #999; font-size:17px; line-height: 22px; padding: 15px;}
.form_textSelect{
    width:100% !important;
    height:40px !important;
    margin:5px auto 0 !important;
    padding:0px 2px;
    border:1px solid #999;
    color:#666;
    font-size:17px;
    text-indent: 1px;
    text-overflow: '';
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background: #fff url("../../images/div/select-btn.png") no-repeat scroll 2% center;
    cursor:pointer;
}
.form_textSelect option{padding:3px 10px; text-transform:capitalize;}
.form_btn{height:28px; width:100%; text-align:center; margin-top:15px; margin-bottom:0px; float:right;}
.message_text{ width:75%; padding:0; margin:30px auto 50px;}
.message_text p{line-height:30px; text-align:center;}

.drop-space {
	position: relative;
	display: flex;
	gap: 10px;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	height: 200px;
	padding: 20px;
	border-radius: 10px;
	border: 2px dashed #acacac4f;
	color: #ffffff;
	cursor: pointer;
	transition: background .2s ease-in-out, border .2s ease-in-out;
}
.drop-space:hover,
.drop-space.drag-active {
	background: #eee;
	border-color: #111;
}
.drop-space:hover .drop-header,
.drop-space.drag-active .drop-header {
	color: #222;
}
.drop-header {
	color: #444;
	font-size: 20px;
	font-weight: bold;
	text-align: center;
	transition: color .2s ease-in-out;
}
.dropfile::file-selector-button {
	margin-right: 20px;
	border: none;
	padding: 10px 20px;
	border-radius: 10px;
	color: #fff;
	cursor: pointer;
	transition: background .2s ease-in-out;
	display: none;
	visibility: hidden;
}
/*------------------------------------------------
 Responsive
------------------------------------------------*/
@media screen and (max-width:992px){
    .contmainform{padding-left:0 !important; padding-right:0px !important; margin-top:50px !important; padding-bottom:30px !important; display:table;}
    .map_container{padding:0px;}
    .contacthr{display:inline-block; visibility:visible;}
    .contactdetail{padding-right: 30px !important; margin-top:15px;}
}
@media screen and (max-width:767px){
    .contacts_container, .contacts_container_a{width:90%; padding:0px; margin:0px 5% 20px 5%; height:360px; float:none;}
    .gmap {
	    height: 270px;
    	margin: 20px 10px;
    }
    .map_frame{width:100%; height:270px;}
    .contactdetail{margin-top:0px;}
    .contacttable{
        float:none;
        width:90%;
        margin:0px 5% 0px 5%;
        font-size:14px;
        font-weight:200;
    }
    .formdiv_main_text{text-align:center;}
    .formtextdiv, .formtextdivB{
        width:100%;
        margin-right:0;
        margin-left:0;
        margin-bottom:10px;
        font-size:14px;
    }
    .formtextdivB{width:100%;}
    .formtextedg{width:100% !important;}
    .message_text{margin-right:auto; margin-left:auto; padding:18px 3%;}
    .message_text p{line-height:18px; font-size:15px;}
}
/*======================================================
*===================== End Contact =====================
*=====================================================*/
/*======================================================
*=========== ore Owl Carousel CSS File v1.3.3 ==========
======================================================*/
/**
 * Owl Carousel v2.3.4
 * Copyright 2013-2018 David Deutsch
 * Licensed under: SEE LICENSE IN https://github.com/OwlCarousel2/OwlCarousel2/blob/master/LICENSE
 */
.owl-carousel,.owl-carousel .owl-item{-webkit-tap-highlight-color:transparent;position:relative}.owl-carousel{display:none;width:100%;z-index:1}.owl-carousel .owl-stage{position:relative;-ms-touch-action:pan-Y;touch-action:manipulation;-moz-backface-visibility:hidden}.owl-carousel .owl-stage:after{content:".";display:block;clear:both;visibility:hidden;line-height:0;height:0}.owl-carousel .owl-stage-outer{position:relative;overflow:hidden;-webkit-transform:translate3d(0,0,0)}.owl-carousel .owl-item,.owl-carousel .owl-wrapper{-webkit-backface-visibility:hidden;-moz-backface-visibility:hidden;-ms-backface-visibility:hidden;-webkit-transform:translate3d(0,0,0);-moz-transform:translate3d(0,0,0);-ms-transform:translate3d(0,0,0)}.owl-carousel .owl-item{min-height:1px;float:left;-webkit-backface-visibility:hidden;-webkit-touch-callout:none}.owl-carousel .owl-item img{display:block;width:100%}.owl-carousel .owl-dots.disabled,.owl-carousel .owl-nav.disabled{display:none}.no-js .owl-carousel,.owl-carousel.owl-loaded{display:block}.owl-carousel .owl-dot,.owl-carousel .owl-nav .owl-next,.owl-carousel .owl-nav .owl-prev{cursor:pointer;-webkit-user-select:none;-khtml-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.owl-carousel .owl-nav button.owl-next,.owl-carousel .owl-nav button.owl-prev,.owl-carousel button.owl-dot{background:0 0;color:inherit;border:none;padding:0!important;font:inherit}.owl-carousel.owl-loading{opacity:0;display:block}.owl-carousel.owl-hidden{opacity:0}.owl-carousel.owl-refresh .owl-item{visibility:hidden}.owl-carousel.owl-drag .owl-item{-ms-touch-action:pan-y;touch-action:pan-y;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.owl-carousel.owl-grab{cursor:move;cursor:grab}.owl-carousel.owl-rtl{direction:rtl}.owl-carousel.owl-rtl .owl-item{float:right}.owl-carousel .animated{animation-duration:1s;animation-fill-mode:both}.owl-carousel .owl-animated-in{z-index:0}.owl-carousel .owl-animated-out{z-index:1}.owl-carousel .fadeOut{animation-name:fadeOut}@keyframes fadeOut{0%{opacity:1}100%{opacity:0}}.owl-height{transition:height .5s ease-in-out}.owl-carousel .owl-item .owl-lazy{opacity:0;transition:opacity .4s ease}.owl-carousel .owl-item .owl-lazy:not([src]),.owl-carousel .owl-item .owl-lazy[src^=""]{max-height:0}.owl-carousel .owl-item img.owl-lazy{transform-style:preserve-3d}.owl-carousel .owl-video-wrapper{position:relative;height:100%;background:#000}.owl-carousel .owl-video-play-icon{position:absolute;height:80px;width:80px;left:50%;top:50%;margin-left:-40px;margin-top:-40px;background:url(owl.video.play.png) no-repeat;cursor:pointer;z-index:1;-webkit-backface-visibility:hidden;transition:transform .1s ease}.owl-carousel .owl-video-play-icon:hover{-ms-transform:scale(1.3,1.3);transform:scale(1.3,1.3)}.owl-carousel .owl-video-playing .owl-video-play-icon,.owl-carousel .owl-video-playing .owl-video-tn{display:none}.owl-carousel .owl-video-tn{opacity:0;height:100%;background-position:center center;background-repeat:no-repeat;background-size:contain;transition:opacity .4s ease}.owl-carousel .owl-video-frame{position:relative;z-index:1;height:100%;width:100%}
/**
 * Owl Carousel v2.3.4
 * Copyright 2013-2018 David Deutsch
 * Licensed under: SEE LICENSE IN https://github.com/OwlCarousel2/OwlCarousel2/blob/master/LICENSE
 */
/**
* Owl Carousel v2.3.4
* Copyright 2013-2018 David Deutsch
* Licensed under: SEE LICENSE IN https://github.com/OwlCarousel2/OwlCarousel2/blob/master/LICENSE
*/
/*
* 	Default theme - Owl Carousel CSS File
*/
.owl-theme .owl-nav {
	margin-top: 10px;
	text-align: center;
	-webkit-tap-highlight-color: transparent;
}
.owl-theme .owl-nav [class*='owl-'] {
	color: #FFF;
	font-size: 14px;
	margin: 5px;
	padding: 4px 7px;
	background: #D6D6D6;
	display: inline-block;
	cursor: pointer;
	border-radius: 3px;
}
.owl-theme .owl-nav [class*='owl-']:hover {
	background: #869791;
	color: #FFF;
	text-decoration: none;
}
.owl-theme .owl-nav .disabled {
	opacity: 0.5;
	cursor: default;
}

.owl-theme .owl-nav.disabled + .owl-dots {
	margin-top: 10px;
}

.owl-theme .owl-dots {
	text-align: center;
	-webkit-tap-highlight-color: transparent;
}
.owl-theme .owl-dots .owl-dot {
	display: inline-block;
	zoom: 1;
	*display: inline;
}
.owl-theme .owl-dots .owl-dot span {
	width: 10px;
	height: 10px;
	margin: 5px 7px;
	background: #D6D6D6;
	display: block;
	-webkit-backface-visibility: visible;
	transition: opacity 200ms ease;
	border-radius: 30px;
}
.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
	background: #869791;
}
.owlCarousel{
	direction: rtl !important;
}
.owl-continuous .owl-stage {
	display: flex;
	animation: scrollLeft 40s linear infinite;
}
.owl-continuous:hover .owl-stage {
	animation-play-state: paused !important;
}
.owl-continuous:active .owl-stage {
	animation-play-state: paused !important;
}
@keyframes scrollLeft {
	0%   {
		transform: translateX(0);
	}
	100% {
		transform: translateX(50%);
	}
}
/*=======================================================
*=================== End Owl Carousel ===================
=======================================================*/

/*=======================================================
*================== Magnific Popup CSS ==================
=======================================================*/
.mfp-bg {
	top: 0;
	right: 0;
	width: 100%;
	height: 100%;
	z-index: 10042;
	overflow: hidden;
	position: fixed;
	background: #0b0b0b;
	opacity: 0.8;
	filter: alpha(opacity=80);
}
.mfp-wrap {
	top: 0;
	right: 0;
	width: 100%;
	height: 100%;
	z-index: 10043;
	position: fixed;
	outline: none !important;
	-webkit-backface-visibility: hidden;
}
.mfp-container {
	text-align: center;
	position: absolute;
	width: 100%;
	height: 100%;
	right: 0;
	top: 0;
	padding: 0 8px;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
}
.mfp-container:before {
	content: '';
	display: inline-block;
	height: 100%;
	vertical-align: middle;
}
.mfp-align-top .mfp-container:before {
	display: none;
}
.mfp-content {
	position: relative;
	display: inline-block;
	vertical-align: middle;
	margin: 0 auto;
	text-align: right;
	z-index: 1045;
}
.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
	width: 100%;
	cursor: auto;
}
.mfp-ajax-cur {
	cursor: progress;
}
.mfp-zoom-out-cur, .mfp-zoom-out-cur .mfp-image-holder .mfp-close {
	cursor: -moz-zoom-out;
	cursor: -webkit-zoom-out;
	cursor: zoom-out;
}
.mfp-zoom {
	cursor: pointer;
	cursor: -webkit-zoom-in;
	cursor: -moz-zoom-in;
	cursor: zoom-in;
}
.mfp-auto-cursor .mfp-content {
	cursor: auto;
}
.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
	-webkit-user-select: none;
	-moz-user-select: none;
	user-select: none;
}
.mfp-loading.mfp-figure {
	display: none;
}
.mfp-hide {
	display: none !important;
}
.mfp-preloader {
	color: #CCC;
	position: absolute;
	top: 50%;
	width: auto;
	text-align: center;
	margin-top: -0.8em;
	left: 8px;
	left: 8px;
	z-index: 1044;
}
.mfp-preloader a {
	color: #CCC;
}
.mfp-preloader a:hover {
	color: #FFF;
}
.mfp-s-ready .mfp-preloader {
	display: none;
}
.mfp-s-error .mfp-content {
	display: none;
}
button.mfp-close,
button.mfp-arrow {
	overflow: visible;
	cursor: pointer;
	background: transparent;
	border: 0;
	-webkit-appearance: none;
	display: block;
	outline: none;
	padding: 0;
	z-index: 1046;
	-webkit-box-shadow: none;
	box-shadow: none;
	touch-action: manipulation;
}
button::-moz-focus-inner {
	padding: 0;
	border: 0;
}
.mfp-close {
	width: 44px;
	height: 44px;
	line-height: 44px;
	position: absolute;
	left: 0;
	top: 0;
	text-decoration: none;
	text-align: center;
	opacity: 0.65;
	filter: alpha(opacity=65);
	padding: 0 0 18px 10px;
	color: #FFF;
	font-style: normal;
	font-size: 28px;
	font-family: var(--glida);
}
.mfp-close:hover,
.mfp-close:focus {
	opacity: 1;
	filter: alpha(opacity=100);
}
.mfp-close:active {
	top: 1px;
}
.mfp-close-btn-in .mfp-close {
	color: #333;
}
.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
	color: #FFF;
	left: -6px;
	text-align: left;
	padding-left: 6px;
	width: 100%;
}
.mfp-counter {
	position: absolute;
	top: 0;
	left: 0;
	color: #CCC;
	font-size: 12px;
	line-height: 18px;
	white-space: nowrap;
}
.mfp-arrow {
	position: absolute;
	opacity: 0.65;
	filter: alpha(opacity=65);
	margin: 0;
	top: 50%;
	margin-top: -55px;
	padding: 0;
	width: 90px;
	height: 110px;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
.mfp-arrow:active {
	margin-top: -54px;
}
.mfp-arrow:hover,
.mfp-arrow:focus {
	opacity: 1;
	filter: alpha(opacity=100);
}
.mfp-arrow:before,
.mfp-arrow:after, .mfp-arrow .mfp-b, .mfp-arrow .mfp-a {
	content: '';
	display: block;
	width: 0;
	height: 0;
	position: absolute;
	right: 0;
	top: 0;
	margin-top: 35px;
	margin-right: 35px;
	border: medium inset transparent;
}
.mfp-arrow:after, .mfp-arrow .mfp-a {
	border-top-width: 13px;
	border-bottom-width: 13px;
	top: 8px;
}
.mfp-arrow:before, .mfp-arrow .mfp-b {
	border-top-width: 21px;
	border-bottom-width: 21px;
	opacity: 0.7;
}
.mfp-arrow-right {
	right: 0;
}
.mfp-arrow-right:after, .mfp-arrow-right .mfp-a  {
	border-left: 17px solid #FFF;
	margin-right: 31px;
}
.mfp-arrow-right:before, .mfp-arrow-right .mfp-b {
	margin-right: 25px;
	border-left: 27px solid #3F3F3F;
}
.mfp-arrow-left {
	left: 0;
}
.mfp-arrow-left:after, .mfp-arrow-left .mfp-a {
	border-right: 17px solid #FFF;
	margin-right: 39px;
}
.mfp-arrow-left:before, .mfp-arrow-left .mfp-b {
	border-right: 27px solid #3F3F3F;
}
.mfp-iframe-holder {
	padding-top: 40px;
	padding-bottom: 40px;
}
.mfp-iframe-holder .mfp-content {
	line-height: 0;
	width: 100%;
	max-width: 900px;
}
.mfp-iframe-holder .mfp-close {
	top: -40px;
}
.mfp-iframe-scaler {
	width: 100%;
	height: 0;
	overflow: hidden;
	padding-top: 56.25%;
}
.mfp-iframe-scaler iframe {
	position: absolute;
	display: block;
	top: 0;
	right: 0;
	width: 100%;
	height: 100%;
	box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
	background: #000;
}
/* Main image in popup */
img.mfp-img {
	width: auto;
	max-width: 100%;
	height: auto;
	display: block;
	line-height: 0;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding: 40px 0 40px;
	margin: 0 auto;
}
/* The shadow behind the image */
.mfp-figure {
	line-height: 0;
}
.mfp-figure:after {
	content: '';
	position: absolute;
	right: 0;
	top: 40px;
	bottom: 40px;
	display: block;
	left: 0;
	width: auto;
	height: auto;
	z-index: -1;
	box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
	background: #444;
}
.mfp-figure small {
	color: #BDBDBD;
	display: block;
	font-size: 12px;
	line-height: 14px;
}
.mfp-figure figure {
	margin: 0;
}
.mfp-bottom-bar {
	margin-top: -36px;
	position: absolute;
	top: 100%;
	right: 0;
	width: 100%;
	cursor: auto;
}
.mfp-title {
	text-align: right;
	line-height: 18px;
	color: #F3F3F3;
	word-wrap: break-word;
	padding-left: 36px;
}
.mfp-image-holder .mfp-content {
	max-width: 100%;
}
.mfp-gallery .mfp-image-holder .mfp-figure {
	cursor: pointer;
}
.mfp-ie7 .mfp-img {
	padding: 0;
}
.mfp-ie7 .mfp-bottom-bar {
	width: 600px;
	right: 50%;
	margin-right: -300px;
	margin-top: 5px;
	padding-bottom: 5px;
}
.mfp-ie7 .mfp-container {
	padding: 0;
}
.mfp-ie7 .mfp-content {
	padding-top: 44px;
}
.mfp-ie7 .mfp-close {
	top: 0;
	left: 0;
	padding-top: 0;
}

@media all and (max-width: 900px) {
	.mfp-arrow {
		-webkit-transform: scale(0.75);
		transform: scale(0.75);
	}
	.mfp-arrow-right {
		-webkit-transform-origin: 0;
		transform-origin: 0;
	}
	.mfp-arrow-left {
		-webkit-transform-origin: 100%;
		transform-origin: 100%;
	}
	.mfp-container {
		padding-right: 6px;
		padding-left: 6px;
	}
}

@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
	/**
	* Remove all paddings around the image on small screen
	*/
	.mfp-img-mobile .mfp-image-holder {
		padding-right: 0;
		padding-left: 0;
	}
	.mfp-img-mobile img.mfp-img {
		padding: 0;
	}
	.mfp-img-mobile .mfp-figure:after {
		top: 0;
		bottom: 0;
	}
	.mfp-img-mobile .mfp-figure small {
		display: inline;
		margin-right: 5px;
	}
	.mfp-img-mobile .mfp-bottom-bar {
		background: rgba(0, 0, 0, 0.6);
		bottom: 0;
		margin: 0;
		top: auto;
		padding: 3px 5px;
		position: fixed;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
	}
	.mfp-img-mobile .mfp-bottom-bar:empty {
		padding: 0;
	}
	.mfp-img-mobile .mfp-counter {
		left: 5px;
		top: 3px;
	}
	.mfp-img-mobile .mfp-close {
		top: 0;
		left: 0;
		width: 35px;
		height: 35px;
		line-height: 35px;
		background: rgba(0, 0, 0, 0.6);
		position: fixed;
		text-align: center;
		padding: 0;
	}
}
/*=======================================================
*================ End Magnific Popup CSS ================
=======================================================*/

/*=======================================================
*================== FlexSlider v2.2.0 ===================
=======================================================*/
/* Copyright 2012 WooThemes
* Free to use under the GPLv2 license.
* http://www.gnu.org/licenses/gpl-2.0.html
*
* Contributing author: Tyler Smith (@mbmufffin)
*/

.flex-container a:active,
.flexslider a:active,
.flex-container a:focus,
.flexslider a:focus  {
	outline: none;
	border: none;
}
.slides,
.flex-control-nav,
.flex-direction-nav {
	margin: 0;
	padding: 0;
	list-style: none;
}

@font-face {
	font-family: 'flexslider-icon';
	src: url('../../fonts/main/flexslider-icon.eot');
	src: url('../../fonts/main/flexslider-icon.eot?#iefix') format('embedded-opentype'),
	url('../../fonts/main/flexslider-icon.woff') format('woff'),
	url('../../fonts/main/flexslider-icon.ttf') format('truetype'),
	url('../../fonts/main/flexslider-icon.svg#flexslider-icon') format('svg');
	font-weight: normal;
	font-style: normal;
}

/* FlexSlider Necessary Styles */
.flexslider {
	margin: 0;
	padding: 0;
	position: relative;
}
.flexslider .slides > li {
	display: none;
	-webkit-backface-visibility: hidden;
} /* Hide the slides before the JS is loaded. Avoids image jumping */
.flexslider .slides img {
	width: 100%;
	display: block;
}
.flex-pauseplay span {
	text-transform: capitalize;
}

/* Clearfix for the .slides element */
.slides:after {
	content: "\0020";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
html[xmlns] .slides {
	display: block;
}
* html .slides {
	height: 1%;
}

.no-js .slides > li:first-child {
	display: block;
}

/* FlexSlider Default Theme */
.flexslider {
	margin: 0 0 60px;
	background: #fff;
	border: 4px solid #fff;
	position: relative;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	-o-border-radius: 4px;
	border-radius: 4px;
	-webkit-box-shadow: 0 1px 4px rgba(0,0,0,.2);
	-moz-box-shadow: 0 1px 4px rgba(0,0,0,.2);
	-o-box-shadow: 0 1px 4px rgba(0,0,0,.2);
	box-shadow: 0 1px 4px rgba(0,0,0,.2);
	zoom: 1;
}
.flex-viewport {
	max-height: 2000px;
	-webkit-transition: all 1s ease;
	-moz-transition: all 1s ease;
	-o-transition: all 1s ease;
	transition: all 1s ease;
}
.loading .flex-viewport {
	max-height: 300px;
}
.flexslider .slides {
	zoom: 1;
}
.carousel li {
	margin-left: 5px;
}

/* Direction Nav */
.flex-direction-nav {
	*
	height: 0;
}
.flex-direction-nav a  {
	text-decoration: none;
	display: block;
	width: 40px;
	height: 40px;
	margin: -20px 0 0;
	position: absolute;
	top: 50%;
	z-index: 10;
	overflow: hidden;
	opacity: 0;
	cursor: pointer;
	color: rgba(0,0,0,0.8);
	text-shadow: 1px 1px 0 rgba(255,255,255,0.3);
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	transition: all .3s ease;
}
.flex-direction-nav .flex-prev {
	right: -50px;
}
.flex-direction-nav .flex-next {
	left: -50px;
	text-align: left;
}
.flexslider:hover .flex-prev {
	opacity: 0.7;
	right: 10px;
}
.flexslider:hover .flex-next {
	opacity: 0.7;
	left: 10px;
}
.flexslider:hover .flex-next:hover, .flexslider:hover .flex-prev:hover {
	opacity: 1;
}
.flex-direction-nav .flex-disabled {
	opacity: 0!important;
	filter: alpha(opacity=0);
	cursor: default;
}
.flex-direction-nav a:before  {
	font-family: "flexslider-icon";
	font-size: 40px;
	display: inline-block;
	content: '';
}
.flex-direction-nav a.flex-next:before  {
	content: '';
}

/* Pause/Play */
.flex-pauseplay a {
	display: block;
	width: 20px;
	height: 20px;
	position: absolute;
	bottom: 5px;
	right: 10px;
	opacity: 0.8;
	z-index: 10;
	overflow: hidden;
	cursor: pointer;
	color: #000;
}
.flex-pauseplay a:before  {
	font-family: "flexslider-icon";
	font-size: 20px;
	display: inline-block;
	content: '\f004';
}
.flex-pauseplay a:hover  {
	opacity: 1;
}
.flex-pauseplay a.flex-play:before {
	content: '\f003';
}

/* Control Nav */
.flex-control-nav {
	padding: 0;
	list-style: none;
	border: none;
}
.flex-control-nav li {
	display: inline-block;
	zoom: 1; *
	display: inline;
}
.flex-control-paging li a {
	width: 11px;
	height: 11px;
	display: block;
	background: #666;
	background: rgba(0,0,0,0.5);
	cursor: pointer;
	text-indent: -9999px;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	-o-border-radius: 20px;
	border-radius: 20px;
	-webkit-box-shadow: inset 0 0 3px rgba(0,0,0,0.3);
	-moz-box-shadow: inset 0 0 3px rgba(0,0,0,0.3);
	-o-box-shadow: inset 0 0 3px rgba(0,0,0,0.3);
	box-shadow: inset 0 0 3px rgba(0,0,0,0.3);
}
.flex-control-paging li a:hover {
	background: #333;
	background: rgba(0,0,0,0.7);
}
.flex-control-paging li a.flex-active {
	background: #000;
	background: rgba(0,0,0,0.9);
	cursor: default;
}

.flex-control-thumbs {
	margin: 5px 0 0;
	position: static;
	overflow: hidden;
}
.flex-control-thumbs li {
	width: 25%;
	float: right;
	margin: 0;
}
.flex-control-thumbs img {
	width: 100%;
	display: block;
	opacity: .7;
	cursor: pointer;
}
.flex-control-thumbs img:hover {
	opacity: 1;
}
.flex-control-thumbs .flex-active {
	opacity: 1;
	cursor: default;
}
/*=======================================================
*==================== End FlexSlider ====================
=======================================================*/

/*======================================================
*=================== Custom Carousel ===================
*=====================================================*/
.owl-carousel .owl-item{
	float: right;
}
.owl-pagination{
	display: inline-block;
}
.magazine-slider {
	margin-top: 0;
}
.magazine-slider img {
	height: 424px;
}
.magazine-slider .container {
	width: auto;
}
/*latest-news text bar*/
.magazine-latest-news {
	position: relative;
	padding: 20px;
	background: #eee;
}
.breaking {
	position: absolute;
	top: 0;
	right: 0;
	float: right;
	margin-left: 30px;
	padding: 20px;
	text-transform: uppercase;
	color: #fff;
	background: #333;
}
.breaking:after {
	position: absolute;
	top: 50%;
	right: 100%;
	width: 0;
	height: 0;
	margin-top: -10px;
	content: " ";
	pointer-events: none;
	border: solid transparent;
	border-width: 10px;
	border-color: rgba(51, 51, 51, 0);
	border-right-color: #333;
}
.magazine-latest-news .news-slider {
	margin: 0  180px 0 100px;
}
.magazine-latest-news .flex-control-nav {
	bottom: 25px;
}
.magazine-latest-news a {
	color: #333;
}
/*End latest-news text bar*/
#img-carousel .item {
	margin: 5px;
}
#img-carousel .item img {
	display: block;
	width: 100%;
	height: auto;
}
.c-info-row .c-info {
	width: 30%;
}
.c-info-row .c-info {
	padding-right: 30px;
}
.c-info-row .c-slide {
	width: 70%;
}
.c-info-row .c-info,
.c-info-row .c-slide {
	float: right;
}
.slides li,
.carousel.slide .carousel-inner {
	position: relative;
}
.slides .caption,
.carousel.slide .carousel-inner .caption {
	position: absolute;
	bottom: 50px;
	right: 0;
	padding: 15px 20px;
	color: #fff;
	background: rgba(0, 0, 0, .5);
	font-size: 24px;
}
/*---arrow carousel---*/
.full-width img {
	width: 100%;
	height: auto;
}
.carousel.slide .carousel-control {
	z-index: 90;
	width: 50%;
}
.carousel.slide a.right.carousel-control:hover {
	cursor: url(../../images/div/arrow_left.png), auto;
}
.carousel.slide a.left.carousel-control:hover {
	cursor: url(../../images/div/arrow_right.png), auto;
}
.carousel.slide a.left.carousel-control,
.carousel.slide a.right.carousel-control {
	background-image: none;
}
.carousel.slide .carousel-fade .carousel-control {
	z-index: 5000;
}
.carousel.slide .carousel-control:hover,
.carousel.slide .carousel-control:focus {
	opacity: 1;

	filter: alpha(opacity=100);
}
.carousel-fade .carousel-inner .item {
	-webkit-transition-property: opacity;
	transition-property: opacity;
	opacity: 0;
}
.carousel-fade .carousel-inner .active {
	opacity: 1;
}
.carousel-fade .carousel-inner .active.left,
.carousel-fade .carousel-inner .active.right {
	z-index: 1;
	left: 0;
	opacity: 0;
}
.carousel-fade .carousel-inner .next.left,
.carousel-fade .carousel-inner .prev.right {
	opacity: 1;
}
.carousel-fade .carousel-control {
	z-index: 5000;
}
.side-object .object {
	position: relative;
	width: 30%;
	height: 400px;
	margin-top: 100px;
}
.side-object .object img {
	/*position: absolute;*/
	bottom: 0;
	left: 0;
	width: 100%;
	max-width: 100%;
}
.side-object .content {
	padding: 200px 50px 0 0;
	text-align: right;
}
.side-object .content-alt {
	padding: 200px 0 0 50px;
	text-align: right;
}
.side-object .object,
.side-object .content,
.side-object .content-alt{
	float: left;
}
#carousel-object .owl-controls {
	/*position: absolute;
	right: 0;
	bottom: 30px;*/
	padding-bottom: 70px;
}
.slider-full-screen,
.slider-full-width,
.slider-boxed .container {
	position: relative;
}
.slider-full-screen img {
	width: 100%;
	height: 100vh;
}
.slider-full-width img,
.slider-boxed img {
	display: block;
	overflow: hidden;
	width: 100%;
	height: auto;
}
.slider-boxed {
	margin-top: 50px;
}
.slider-boxed .container {
	padding: 0;
}
#owl-slider .owl-item div {
	padding: 0;
}
#owl-slider .owl-item img {
	display: block;
	width: 100%;
	height: auto;
}
#owl-slider .owl-pagination {
	position: relative;
	bottom: 50px;
}
#owl-slider.owl-theme .owl-controls .owl-page span {
	display: block;
	width: 50px;
	height: 5px;
	margin: 5px 7px;
	opacity: .5;
	border-radius: 0;

	filter: Alpha(Opacity=50);
}
#owl-slider.owl-theme .owl-controls .owl-page.active span {
	z-index: 1200;
	opacity: 1;

	filter: Alpha(Opacity=100);
}
#owl-slider .owl-buttons {
	position: absolute;
	top: 50%;
	right: 30px;
	margin-top: -70px;
}
#owl-slider.owl-theme .owl-controls .owl-buttons div {
	display: block;
	zoom: 1;
	margin: 5px;
	padding: 5px 15px;
	opacity: .5;
	color: #fff;
	border-radius: 0;
	background: #000;
	font-size: 20px;
	filter: Alpha(Opacity=50);
}
#owl-slider.owl-theme .owl-controls .owl-buttons div:hover {
	opacity: 1;
}
.parallax {
	height: 100vh;
	background-image: url("../img/demo.jpg");
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-position: 50% 50%;
	background-size: cover;
}
.parallax-inner {
	padding: 150px 0;
	background-image: url("../img/demo.jpg");
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-position: 50% 50%;
	background-size: cover;
}
.banner-state {
	height: 100vh;
	background-image: url("../../images/banners/menu_banner.jpg");
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-position: 50% 50%;
	background-size: cover;
}
.full-banner {
	position: relative;
	background-image: url("../../images/banners/creative-banner.jpg");
	background-position: 50% 50%;
	background-size: cover;
}
/*==============================================
Banner: Flex
===============================================*/
.flex-direction-nav {
	display: none;
}
.flex-control-nav {
	position: absolute;
	z-index: 10;
	left: 15px;
	bottom: 15px;
	margin: 0;
	text-align: center;
}
.flex-control-nav li {
	float: right;
	width: 10px;
	height: 10px;
	margin: 0 3px;
}
.flex-control-nav li a {
	display: block;
	width: 10px;
	height: 10px;
	cursor: pointer;
	-webkit-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
	text-indent: -9999px;
	border: 1px solid #fff;
	border-radius: 50%;
}
.flex-control-nav li:hover a,
.flex-control-nav li a.flex-active {
	background-color: #fff;
}
.flex-direction-nav {
	margin: 0;
	padding: 0;
	list-style: none;
}
.flex-direction-nav {
	*
	height: 0;
}
.flex-direction-nav a {
	position: absolute;
	z-index: 200;
	top: 50%;
	display: block;
	overflow: hidden;
	width: 40px;
	height: 40px;
	margin: -40px 0 0;
	cursor: pointer;
	-webkit-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
	text-decoration: none;
	color: rgba(0, 0, 0, .8);
	background-color: rgba(0, 0, 0, .5);
	line-height: 40px;
}
.flex-direction-nav a:hover {
	background-color: rgba(0, 0, 0, .7);
}
.flex-direction-nav a:before {
	display: block;
	width: 40px;
	content: "\f105";
	text-align: center;
	color: #fff;
	font-family: "Font Awesome 6 Free";
	font-weight: 900; 
	font-size: 17px;
}
.flex-direction-nav a.flex-next:before {
	content: "\f104";
}
.flex-direction-nav .flex-prev {
	right: 0;
}
.flex-direction-nav .flex-next {
	left: 0;
	text-align: left;
}
/*==============================================
Banner: Revolution
===============================================*/
.tp-banner-container {
	position: relative;
	width: 100%;
	padding: 0;
}
.tp-banner {
	position: relative;
	width: 100%;
}
.tp-banner > ul {
	padding: 0;
	list-style: none;
}
.tp-banner-fullscreen-container {
	position: relative;
	width: 100%;
	padding: 0;
}
.rev-heading {
	letter-spacing: 1px;
	text-transform: uppercase;
	color: #333;
	font: normal 60px/1.5;
	font-weight: 300;
}
.rev-subheading {
	letter-spacing: 1px;
	text-transform: uppercase;
	color: #555;
	font-size: 20px;
}
.rev-desc {
	color: #454545;
	font-size: 17px;
	line-height: 26px;
}
.rev-white {
	color: #fff;
}
/*==============================================
Banner: Bootstrap
===============================================*/
.bs-hero.full-screen .carousel-inner .item img {
	width: 100%;
	/*height: 100vh;*/
	height: auto;
}
.bs-hero.full-screen .carousel-inner .item .bs-info {
	position: absolute;
	top: 40%;
	right: 12%;
}
.bs-hero.full-screen .carousel-inner .item .bs-info-center {
	position: absolute;
	top: 30%;
	right: 50%;
	width: 1000px;
	margin-right: -500px;
	text-align: center;
}
.bs-hero.full-screen .carousel-inner .item .bs-info-right {
	position: absolute;
	/*width: 1170px;*/
	top: 35%;
	left: 12%;
	text-align: left;
}
.bs-hero.full-screen .carousel-inner .item .bs-info h1 {
	text-transform: uppercase;
}
.bs-hero.full-screen .carousel-indicators {
	z-index: 1200;
}
.bs-hero.full-screen .carousel-inner .item .bs-info h1 span {
	font-size: 18px;
}
.bs-hero.full-screen .carousel.slide .carousel-control {
	width: 30%;
	margin-top: 180px;
	margin-bottom: 120px;
}
/*===============================================
Banner: Static
===============================================*/
.banner-box {
	max-width: 650px;
	margin: 0 auto;
}
.banner-box h1,
.banner-box h3,
.banner-title h1,
.banner-title h3,
.banner-box h2,
.banner-box h2,
.banner-title h2,
.banner-title h2 {
	margin-bottom: 0;
}
.banner-box h1,
.banner-title h1 {
	letter-spacing: 1px;
	font-size: 60px;
	font-weight: bold;
}
.banner-box h3,
.banner-title h3 {
	letter-spacing: 1px;
	font-size: 20px;
}
.banner-title.light-txt h1,
.banner-title.light-txt h2,
.banner-title.light-txt h3 {
	color: #fff;
}
.b-lg-txt {
	font-size: 100px !important;
	font-weight: 300;
}
.hero-text {
	position: relative;
	z-index: 6000;
}
.hero-text h1 {
	margin-bottom: 10px;
}
.hero-text a {
	margin: 10px 5px;
}
.banner-scroll a {
	position: absolute;
	z-index: 10;
	bottom: 20px;
	right: 50%;
	margin-right: -11px;
	text-transform: uppercase;
	color: #fff;
	font-size: 15px;
}
.banner-scroll a:before {
	display: block;
	width: 25px;
	height: 35px;
	margin-bottom: 5px;
	margin-right: 5px;
	content: "";
	border: 2px solid #fff;
	border-radius: 15px;
}
.banner-scroll .scroll-down {
	position: absolute;
	z-index: 2;
	top: 8px;
	right: 50%;
	display: block;
	width: 2px;
	height: 8px;
	margin-right: -3px;
	-webkit-animation: 3s arrow infinite ease;
	animation: 3s arrow infinite ease;
	background: #fff;
}
/*==============================================
Banner: Video
===============================================*/
.video-banner {
	position: relative;
	display: block;
	overflow: hidden;
	width: 100%;
	height: 100vh;
}
.video-banner.overlay-background .container {
	position: absolute;
	z-index: 300;
}
.overlay-background {
	position: relative;
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-position: 50% 0;
	background-size: cover;
}
.overlay-background .container {
	position: relative;
	z-index: 300;
}
.overlay-block {
	position: absolute;
	z-index: 200;
	top: 0;
	right: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, .7);
}
.overlay-block-light {
	position: absolute;
	z-index: 200;
	top: 0;
	right: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, .30);
}
/*==============================================
Video Parallax
===============================================*/
.video-parallax {
	position: relative;
	overflow: hidden;
}
.video-parallax .container {
	position: absolute;
	z-index: 100;
	top: 50%;
	left: 0;
	right: 0;
	margin-top: -80px;
	color: #fff;
}
.video-parallax .container i {
	display: block;
	margin-bottom: 30px;
	font-size: 50px;
}
.video-parallax .container + .video-wrap {
	z-index: 1;
}
.video-wrap {
	position: relative;
	overflow: hidden;
	width: 100%;
}
.video-overlay,
.banner-overaly {
	position: absolute;
	z-index: 5;
	top: 0;
	right: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, .5);

	-webkit-backface-visibility: hidden;
}
@media all and (transform-3d), (-webkit-transform-3d) {
	.carousel-fade .carousel-inner > .item.next,
	.carousel-fade .carousel-inner > .item.active.right {
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
		opacity: 0;
	}
	.carousel-fade .carousel-inner > .item.prev,
	.carousel-fade .carousel-inner > .item.active.left {
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
		opacity: 0;
	}
	.carousel-fade .carousel-inner > .item.next.left,
	.carousel-fade .carousel-inner > .item.prev.right,
	.carousel-fade .carousel-inner > .item.active {
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
		opacity: 1;
	}
}
/*------------------------------------------------
Responsive
------------------------------------------------*/
@media screen and (max-width: 1024px) {
	.bs-hero.full-screen .carousel.slide .carousel-control {
		width: 30%;
		margin-top: 0;
		margin-bottom: 0;
	}
	.bs-hero.full-screen .carousel-inner .item img {
		width: 100%;
		height: auto;
	}
	.bs-hero.full-screen .carousel-inner .item .bs-info-center {
		width: 100%;
		margin-right: -50%;
	}
	.bs-hero.full-screen .carousel-inner .item .bs-info-right {
		width: 100%;
	}
	.bs-hero.full-screen .carousel-inner .item .bs-info-right {
		top: 45%;
		left: 0;
		right: 0;
		text-align: center;
	}
	.banner-box h1,
	.banner-title h1 {
		font-size: 30px;
	}
	.banner-box h3,
	.banner-title h3 {
		font-size: 18px;
	}
}
@media screen and (max-width: 991px) {
	.side-object .content,
	.side-object .content-alt{
		padding: 200px 20px 0;
		text-align: left;
	}
}
@media screen and (max-width: 860px) {
	.flex-direction-nav .flex-prev {
		right: 0;
		opacity: 1;
	}
	.flex-direction-nav .flex-next {
		left: 0;
		opacity: 1;
	}
}
@media screen and (max-width: 800px) {
	.bs-hero.full-screen .carousel-inner .item img {
		width: 100%;
		height: 100vh;
	}
}
@media screen and (max-width: 767px) {
	.bs-hero.full-screen .carousel-inner .item img {
		width: 100%;
		height: 100%;
	}
	.owl-pagination{
		display: none;
	}
}
/*======================================================
*================= End Custom Carousel =================
*=====================================================*/
/*======================================================
*================ jAlert version 4.5.1 =================
*=====================================================*/
.ja_wrap{
    padding: 0px;
    margin: 0px;
    text-align: center;
	position: fixed;
	z-index: 99999;
	overflow-y: auto;
	width: 100%;
	height: 100%;
	top: 0px;
	right: 0px;
   -moz-user-select: -moz-none;
   -khtml-user-select: none;
   -webkit-user-select: none;
   -o-user-select: none;
   user-select: none;
}
.ja_wrap.ja_wrap_white{
    background: rgba(255,255,255,.75);
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(GradientType=1, StartColorStr='#BFFFFFFF', EndColorStr='#BFFFFFFF')";
    filter: progid:DXImageTransform.Microsoft.Gradient(GradientType=1, StartColorStr='#BFFFFFFF', EndColorStr='#BFFFFFFF');
    zoom: 1!important;
}
.ja_wrap.ja_wrap_black{
    background: rgba(0,0,0,.75);
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(GradientType=1, StartColorStr='#BF000000', EndColorStr='#BF000000')";
    filter: progid:DXImageTransform.Microsoft.Gradient(GradientType=1, StartColorStr='#BF000000', EndColorStr='#BF000000');
    zoom: 1!important;
}
body.ja_blur > *:not(.ja_wrap){
    -webkit-filter: blur(5px) grayscale(.7);
    filter: blur(5px) grayscale(.7);
}
 /* jAlert */
.jAlert{
	font-family: var(--glida);
    text-align: right;
    word-wrap: break-word;
	background: white;
	border-radius: 5px;
	max-width: 96%;
	margin: 2% auto;
	margin-top: 100px;
	margin-bottom: 100px;
	display: inline-block;
    -webkit-box-shadow: 0px 2px 10px 0px rgba(0,0,0,0.75);
    -moz-box-shadow: 0px 2px 10px 0px rgba(0,0,0,0.75);
    box-shadow: 0px 2px 10px 0px rgba(0,0,0,0.75);
}
.jAlert > div{
    position: relative;
}
.jAlert.ja_setheight > div{
    height: 100%;
}
 /* SIZES */
.ja_xsm{ width: 250px; }
.ja_sm{ width: 350px; }
.ja_md{ width: 550px; }
.ja_lg{ width: 850px; }
.ja_xlg{ width: 1200px; }
.ja_full{ width: 100%; }
.ja_auto{ width: auto; }
/* CLOSE BTN */
.ja_close{
    position: absolute;
    top: 3px;
    left: 3px;
    border-radius: 5px;
    background: #F3F3F3;
    color: #555;
    padding: 5px 10px 5px 10px;
    cursor: pointer;
    font-weight: bold;
    z-index: 99999;
}
.ja_close_round, .ja_close_round_white {
    border-radius: 50%;
    background: #e0e0e0;
    color: #232323;
    padding: 5px 7px;
    left: 10px;
    top: 6px;
    border: 0px;
    line-height: 13px;
    font-size: 18px;
}
.ja_default .ja_close_round, .ja_default .ja_close_round_white{
    color: #FFF;
    background: rgba(0, 0, 0, 0.3) none repeat scroll 0% 0%;
}
.ja_close_alt{
    border-radius: 50%;
    background: #D51C1C;
    color: rgb(255, 255, 255);
    top: -16px;
    left: -18px;
    border: 1px solid rgb(55, 55, 55);
    padding: 3px 8px 1px 7px;
}
.ja_close:hover{
    background: #d4d4d4;
}
.ja_close_alt:hover{
    background: #DF2020;
}
.ja_close_round:hover, .ja_close_round:active{
    color: #FFF;
    background: rgba(0,0,0,.5);
}
.ja_close_round_white:hover, .ja_close_round_white:active{
    background: white;
}
/* TITLE */
.ja_noTitle .ja_body{
    border-radius: 5px;
}
.ja_noTitle .ja_close_round{
    left: -11px;
    top: -11px;
    background: rgba(0, 0, 0, 0.7) none repeat scroll 0% 0%;
}
.ja_noTitle .ja_close_round:hover{
    background: black;
}
.ja_noTitle .ja_close_round_white{
    background: #e0e0e0;
    color: #232323;
}
.ja_noTitle .ja_close_round_white:hover{
     background: white;
 }
.ja_title{
	width: 100%;
    border-top-right-radius: 5px;
    border-top-left-radius: 5px;
}
.ja_title > div{
    color: #505050;
    font-size: 18px;
    font-weight: bold;
    padding: 10px 20px 10px 20px;
}
/* THEMES */
.ja_default{
    background: #E0E0E0;
}
.ja_green{
    background: #00B700;
}
.ja_dark_green{
    background: #006D00;
}
.ja_yellow{
    background: #FFFF54;
}
.ja_gray{
    background: #616161;
}
.ja_dark_gray{
    background: #424242;
}
.ja_brown{
    background: #633824;
}
.ja_black{
    background: #232323;
}
.ja_blue{
    background: #008FE4;
}
.ja_dark_blue{
    background: #024986;
}
.ja_red{
    background: #DE0E0E;
}
.ja_dark_red{
    background: #A20000;
}
.ja_default > div{
    color: #505050 !important;
}
.ja_yellow .ja_title > div{
    color: #636300 !important;
}
.ja_green .ja_title > div,
.ja_dark_green .ja_title > div,
.ja_gray .ja_title > div,
.ja_brown .ja_title > div,
.ja_dark_gray .ja_title > div,
.ja_black .ja_title > div,
.ja_blue .ja_title > div,
.ja_dark_blue .ja_title > div,
.ja_red .ja_title > div,
.ja_dark_red .ja_title > div{
    color: white !important;
}
 /* CONTENT WRAP */
.ja_body{
    background: white;
    color: #616161;
    padding: 20px;
    -moz-user-select: text;
    -khtml-user-select: text;
    -webkit-user-select: text;
    -o-user-select: text;
    user-select: text;
    border-bottom-right-radius: 5px;
    border-bottom-left-radius: 5px;
}
.ja_setheight .ja_body{
    height: 100%;
    height: calc(100% - 40px);
}
 /* CONTENT */
.ja_media_wrap{
    position: relative;
    text-align: center;
}
.ja_iframe{
    width: 100%;
    border: 0px;
    display: none;
    border: 0px;
}
.ja_video{
    width: 100%;
    height: 0px;
    padding-bottom: 65%;
    position: relative;
    display: none;
}
.ja_video iframe{
    position: absolute;
    top: 0px;
    right: 0px;
    width: 100%;
    height: 100%;
    border: 0px;
}
.ja_img{
    max-width: 100%;
    display: inline-block;
    display: none;
}
/* Full Screen */
.ja_fullscreen{
    width: 100%;
    height: 100%;
    max-height: 100%;
    max-width: 100%;
    min-width: 100%;
    min-height: 100%;
    border-radius: 0px;
    margin-top: 0px !important;
}
.ja_fullscreen .ja_title{
    border-top-right-radius: 0px;
    border-top-left-radius: 0px;
}
.ja_fullscreen .ja_body{
    height: 100%;
}
.ja_fullscreen .ja_close_round{
    left: 5px;
    top: 5px;
}
 /* BTNS */
.ja_btn_wrap{
    text-align: center;
    position: relative;
    display: block;
    margin-top: 10px;
    margin-bottom: -10px;
}
.ja_btn_wrap.optBack{
  background: #f3f3f3;
  margin-top: 25px;
  margin: 25px -20px -20px -20px;
  padding: 5px 0px;
  border-bottom-right-radius: 5px;
  border-bottom-left-radius: 5px;
}
.ja_btn, .ja_btn:link, .ja_btn:visited, .ja_btn:active{
  margin-top: 3px;
  padding: 3px 10px;
  display: inline-block;
  text-decoration: none;
  border-radius: 5px;
}
@media screen and (max-width: 450px){
    .ja_btn{
            width: 90%;
    }
}
.ja_btn:hover{
    text-decoration: none;
}
.ja_btn_default, .ja_btn_default:link, .ja_btn_default:visited{
  color: #575757;
  background: #f3f3f3;
}
.ja_btn_default:hover{
    background: #FBFBFB;
}
.ja_btn_default:active{
    background: #EEE;
 }
.ja_btn_green, .ja_btn_green:link, .ja_btn_green:visited{
    background: #00A000;
    color: white;
}
.ja_btn_green:hover{
    background: #2EB71F;
}
.ja_btn_green:active{
    background: #259818;
 }
.ja_btn_red, .ja_btn_red:link, .ja_btn_red:visited{
    background: #B90808;
    color: white;
}
.ja_btn_red:hover{
    background: #D62828;
}
.ja_btn_red:active{
    background: #9F2020;
 }
.ja_btn_black, .ja_btn_black:link, .ja_btn_black:visited{
    background: #535353;
    color: white;
}
.ja_btn_black:hover{
    background: #666666;
}
.ja_btn_black:active{
    background: #444444;
 }
.ja_btn_blue, .ja_btn_blue:link, .ja_btn_blue:visited{
    background: #0877B9;
    color: white;
}
.ja_btn_blue:hover{
    background: #0896E9;
}
.ja_btn_blue:active{
    background: #056FAD;
 }
 /* LOADER */
@-moz-keyframes ja-loader {
  0% {
    -moz-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -moz-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@-webkit-keyframes ja-loader {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes ja-loader {
  0% {
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
/* :not(:required) hides this rule from IE9 and below */
.ja_loader:not(:required) {
    -moz-animation: ja-loader 1500ms infinite linear;
    -webkit-animation: ja-loader 1500ms infinite linear;
    animation: ja-loader 1500ms infinite linear;
    -moz-border-radius: 0.5em;
    -webkit-border-radius: 0.5em;
    border-radius: 0.5em;
    -moz-box-shadow: rgba(0, 0, 51, 0.3) 1.5em 0 0 0, rgba(0, 0, 51, 0.3) 1.1em 1.1em 0 0, rgba(0, 0, 51, 0.3) 0 1.5em 0 0, rgba(0, 0, 51, 0.3) -1.1em 1.1em 0 0, rgba(0, 0, 51, 0.3) -1.5em 0 0 0, rgba(0, 0, 51, 0.3) -1.1em -1.1em 0 0, rgba(0, 0, 51, 0.3) 0 -1.5em 0 0, rgba(0, 0, 51, 0.3) 1.1em -1.1em 0 0;
    -webkit-box-shadow: rgba(0, 0, 51, 0.3) 1.5em 0 0 0, rgba(0, 0, 51, 0.3) 1.1em 1.1em 0 0, rgba(0, 0, 51, 0.3) 0 1.5em 0 0, rgba(0, 0, 51, 0.3) -1.1em 1.1em 0 0, rgba(0, 0, 51, 0.3) -1.5em 0 0 0, rgba(0, 0, 51, 0.3) -1.1em -1.1em 0 0, rgba(0, 0, 51, 0.3) 0 -1.5em 0 0, rgba(0, 0, 51, 0.3) 1.1em -1.1em 0 0;
    box-shadow: rgba(0, 0, 51, 0.3) 1.5em 0 0 0, rgba(0, 0, 51, 0.3) 1.1em 1.1em 0 0, rgba(0, 0, 51, 0.3) 0 1.5em 0 0, rgba(0, 0, 51, 0.3) -1.1em 1.1em 0 0, rgba(0, 0, 51, 0.3) -1.5em 0 0 0, rgba(0, 0, 51, 0.3) -1.1em -1.1em 0 0, rgba(0, 0, 51, 0.3) 0 -1.5em 0 0, rgba(0, 0, 51, 0.3) 1.1em -1.1em 0 0;
    display: inline-block;
    font-size: 10px;
    width: 1em;
    height: 1em;
    margin: 1.5em;
    overflow: hidden;
    text-indent: 100%;
}
/* No padding option */
.ja_no_pad .ja_body{
    padding: 0px;
}
.ja_no_pad .ja_loader{
    margin: 40px 0px;
}
/*======================================================
*====================== End jAlert ===================== 
*=====================================================*/
/*======================================================
*======================== @media ======================= 
*=====================================================*/
@media screen and (max-width: 1199px) {
	h2 {
		font-size: 24px;
	}
}
@media screen and (max-width:1024px){
    .left-home-video, .right-home-video{width:90% !important; display:table; margin-bottom:40px; margin-right:auto !important; margin-left:auto !important; float:none !important;}
    h1 {
        font-size: 26px;
    }
    h3 {
        font-size: 22px;
    }
}
@media screen and (max-width: 992px) {
    .social-link.pull-right {
        float: right !important;
        margin-top: 10px;
    }
    .side-object .content {
        width: 100%; 
        padding: 0 20px;
        text-align: center;
        margin-top: 50px;
    }
}
@media screen and (max-width: 767px) {
    .side-object .object {
        display: none;
    }
}
@media screen and (max-width:640px){
    .form_captsha_text{width:120px; height:40px; margin:10px 10px 0;}
    .form_captsha_img{height:40px; width:120px;}
    .form_captsha_refresh{margin-top:0px !important;}
}
/*======================================================
*====================== End @media =====================
*=====================================================*/
/*======================================================
*======================= Product =======================
*=====================================================*/
.cart-info .megamenu-quarter-width {
    width: 450px !important;
}
.cart-table-list,
.cart-table-list i {
    color: #222;
    border: none;
}
header li.nav-icon .cart-table-list a {
    color: #222;
    line-height: normal;
}
.total-cart {
    display: inline-block;
    float: left;
    width: 100%;
    margin-bottom: 20px;
    padding-top: 20px;
    text-align: left;
    color: #222;
    border-top: 1px solid rgba(0, 0, 0, .2);
}
.total-cart ul {
    float: left;
    width: 100%; 
    padding: 0;
    list-style: none;
}
.total-cart ul li {
    display: block;
    overflow: hidden;
}
.total-cart ul li span {
    display: inline-block;
    width: 100px;
    text-align: left;
    white-space: nowrap;
}
.cart-table-list a.close img {
    width: 11px;
    height: 11px;
}
.cart-table-list td img {
    width: 50px;
    height: auto;
}
.s-cart-btn a {
    margin: 0 10px 10px 0;
    color: #fff !important;
}
.cart-table-list.table > tbody > tr > td {
    height: 20px;
    vertical-align: middle; 
    border: none;
    line-height: 20px;
}
.product_detail_thumb{
    width: 75px !important;
    height: auto !important;
    padding: 5px;
    display: inline-block;
    cursor: pointer;
}
.product_detail_thumb img{
    max-width: 100% !important;
}
.js-image-zoom__zoomed-image{
    z-index:  1100 !important;
    width: 300px !important;
    height: 300px !important;
}
.product-list {
    min-height: 440px; 
    margin-bottom: 50px;
}
.product-list .product-img {
    position: relative;
    overflow: hidden;
    width: 100%;
    margin-bottom: 20px;
	max-height: 300px;
	max-width: 300px;
	margin-left: auto;
	margin-right: auto;
}
.product-img:hover > a:nth-of-type(2) {
    z-index: 2; 
    opacity: 1;
}
.product-img > a:nth-of-type(2) {
    position: absolute;
    z-index: -1;
    top: 0;
    right: 0; 
    opacity: 0;
}
.label-container{
   position: absolute;
    top: 0px;
    right: 0px;
    padding: 10px 5px 0;
    width: 100%;
    overflow: hidden;
    z-index: 100;
}
.sale-label {
    background: #aaa none repeat scroll 0 0;
    float: right;
    width: 50px;
    height: 50px;
    margin: 5px;
    text-align: center;
    text-transform: uppercase;
    color: #fff;
    border-radius: 50%;
    line-height: 44px;
    font-size: 16px;
}
.new-label{
    background: #01812e none repeat scroll 0 0;
    float: right;
    width: 50px;
    height: 50px;
    margin: 5px;
    text-align: center;
    text-transform: uppercase;
    color: #fff;
    border-radius: 50%;
    line-height: 43px;
    font-size: 16px;
}
.out-of-stock-label{
    background: #ff9600 none repeat scroll 0 0;
    float: right;
    width: 50px;
    height: 50px;
    margin: 5px;
    text-align: center;
    text-transform: uppercase;
    color: #fff;
    border-radius: 50%;
    line-height: 43px;
    font-size: 16px;
}
.sold-out-div{
    width: 100%;
    text-align: center;
    border: dashed 2px #aaa;
    padding: 15px 10px 22px;
}
.sold-out-div span{
    margin: 0;
    padding: 0;
    font-size: 24px;
    color: #aaa;
}
.product-img > a,
.product-img:hover > a {
    -webkit-transition: all .5s ease;
            transition: all .5s ease;
}
.product-list .product-img img,
.product-img img,
.product-img > a {
    display: block;
    width: 100%;
    height: 100%;
}
.product-title h5 {
    margin-bottom: 10px;
    text-transform: uppercase;
    font-size: 15px;
    font-weight: 600;
}
.product-title h5 a {
    color: #222;
}
.product-price {
    margin-bottom: 5px; 
    font-size: 18px;
    display: flex;
}
.product-price del {
	color: #888888;
    font-size: 17px;
}
.product-rating {
    display: inline-block;
    width: 100%;
    margin-bottom: 15px;
    color: #9b9a9a;
}
.product-cart {
    font-size: 15px;
}
.product-grid input {
    height: 40px; 
    border-radius: 0;
    box-shadow: none;
}
.product-grid input:focus,
.product-grid .form-control:focus{
    border-color: #000;
    box-shadow: none;
}
.product-grid button.btn,
.p-values {
    width: 100%;
}

.fit-img img {
    width: 100%;
    height: auto;
}
.product-grid .form-control,
.p-quantity .form-control{
    box-shadow: none;
}
.p-quantity {
    margin-bottom: 0;
    /*padding: 0;*/
    list-style: none;
    overflow: hidden;
}
.p-values {
    display: inline-block;
}
.p-values ul {
    float: right;
}
.p-quantity li {
    float: right;
    width: 140px;
    margin: 15px 0;
    letter-spacing: 1px;
    text-transform: uppercase;
    color: #000;
    font-size: 15px;
}
.p-quantity li label {
    padding-top: 7px;
    font-weight: normal;
}
.p-quantity .input-group-btn:first-child > .btn,
.p-quantity .input-group-btn:first-child > .btn-group {
    margin-left: -1px;
}
#product_qu{width: 70px;}
.p-quantity .btn{
    font-size: 22px !important;
        color: #222 !important;
        font-weight: 900 !important;
        padding: 0 12px 1px !important;
}
.p-quantity .btn.focus,
.p-quantity .btn:focus,
.p-quantity .btn:hover {
    color: #222 !important;
    background-color: #e1e1e1 !important;
}
.product-grid .col-lg-1,
.product-grid .col-lg-10,
.product-grid .col-lg-11,
.product-grid .col-lg-12,
.product-grid .col-lg-2,
.product-grid .col-lg-3,
.product-grid .col-lg-4,
.product-grid .col-lg-5,
.product-grid .col-lg-6,
.product-grid .col-lg-7,
.product-grid .col-lg-8,
.product-grid .col-lg-9,
.product-grid .col-md-1,
.product-grid .col-md-10,
.product-grid .col-md-11,
.product-grid .col-md-12,
.product-grid .col-md-2,
.product-grid .col-md-3,
.product-grid .col-md-4,
.product-grid .col-md-5,
.product-grid .col-md-6,
.product-grid .col-md-7,
.product-grid .col-md-8,
.product-grid .col-md-9,
.product-grid .col-sm-1,
.product-grid .col-sm-10,
.product-grid .col-sm-11,
.product-grid .col-sm-12,
.product-grid .col-sm-2,
.product-grid .col-sm-3,
.product-grid .col-sm-4,
.product-grid .col-sm-5,
.product-grid .col-sm-6,
.product-grid .col-sm-7,
.product-grid .col-sm-8,
.product-grid .col-sm-9,
.product-grid .col-xs-1,
.product-grid .col-xs-10,
.product-grid .col-xs-11,
.product-grid .col-xs-12,
.product-grid .col-xs-2,
.product-grid .col-xs-3,
.product-grid .col-xs-4,
.product-grid .col-xs-5,
.product-grid .col-xs-6,
.product-grid .col-xs-7,
.product-grid .col-xs-8,
.product-grid .col-xs-9 {
    padding-left: 15px;
    padding-right: 15px;
}
.product-grid .row {
    margin-left: -15px;
    margin-right: -15px;
}
.stock .number-item {
    color: #757575;
    font-size: 30px;
}
.stock .status {
    display: initial;
    padding: 5px 10px;
    letter-spacing: normal;
    color: #fff;
    border-radius: 2px;
}
.review-avatar {
    width: 60px;
    height: auto; 
    margin-left: 10px;
}
.review-rating i {
    padding: 0 !important;
}
.review-rating {
    float: left;
}
.cart-table {
    border: 1px solid #ddd;
}
.cart-table td a {
    color: #222;
}
.cart-table td a:hover {
    color: #000;
}
.cart-table thead th {
    text-transform: uppercase;
}
.cart-table.table > tbody > tr > td,
.cart-table.table > tbody > tr > th,
.cart-table.table > tfoot > tr > td,
.cart-table.table > tfoot > tr > th,
.cart-table.table > thead > tr > td,
.cart-table.table > thead > tr > th {
    vertical-align: middle;
}
.cart-img img {
    width: 60px;
    height: auto;
}
.cart-action input {
    padding: 6px 6px 6px 3px;
}
.cart-action input,
.cart-action button {
    float: right;
    margin-left: 3px;
}
.cart-action button:hover i {
    color: #222;
}
.cart-quantity {
    width: 45px;
    border-radius: 0;
}
.coupon-form input {
    height: 40px;
    border-radius: 0;
}
.coupon-form label {
    text-transform: uppercase;
    font-weight: normal;
}
.cart-total {
    font-size: 17px;
}
.cart-btn-row a {
    margin-left: 0;
    margin-right: 10px;
}
.coupon-form label {
    margin-left: 20px;
}
.coupon-form input {
    margin-left: 10px;
}
.pro-box .one-third{
    padding: 10px 5px;
}
.panel {
    margin-bottom: 20px;
    border: none;
    border-radius: 0;
    background-color: #fff;
    box-shadow: none;
}
.shop-view-mode {
    display: inline-block; 
    margin-top: 5px;
}
.shop-view-mode a {
    margin-right: 15px;
    color: #adadad;
}
.shop-view-mode a:hover {
    color: #222;
}
.list-div{
    display: block;
    width: 100%;
    overflow: hidden;
    margin: 0 0 20px;
    margin-bottom: 20px;
    border-bottom: solid 1px #a1a1a1;
    padding: 0 0 10px;
    height: auto;
}
.list-thumb{
    float: right;
    width: 120px;
    height: auto;
    margin-left: 20px;
}
.list-thumb img{
  width: 100% !important;
  height: auto !important;
  max-width: 100% !important;
}
.list-div span {
    display: block;
}
.list-div del{
	color: lightgrey !important;
}
/*------------------------------------------------
 Responsive
------------------------------------------------*/
@media screen and (max-width:1024px){
    .cart-info .megamenu-quarter-width {
        width: auto !important;
    }
}
@media screen and (max-width:767px){
    .p-quantity{
        padding: 0;
    }
}
@media screen and (max-width:480px){

}
/*======================================================
*===================== End Product =====================
*=====================================================*/

/*======================================================
*======================== Blog ========================= 
*=====================================================*/
.programe-list{
    margin: 0 0 20px !important;
    list-style: none;
}
.programe-list > li{
   width: 100%;
   padding: 0 !important;
   line-height: 40px;
   border-bottom: 1px solid #aaa; 
}

.programe-list > li > a{
   width: 100%;
   display: block;
   text-decoration: none;
   outline: none;
   line-height: 40px;
}
.programe-list > li > a:after{
  font-family: 'Font Awesome 6 Free';
  font-weight: 900; 
  font-size: 1em !important;
  margin: 0;
  content: "\f177"; 
  padding-right: 10px;
  float: left;
  width: 30px;
  overflow: hidden;
}
.programe-list > li > a > i {
   width: 65px;
   font-style: normal !important;
   display: inline-block;
   line-height: 40px;
   padding-left: 10px;
   overflow: hidden;
}
.programe-list > li > a > span{
   width: 165px;
   font-style: normal !important;
   display: inline-block;
   line-height: 40px;
   overflow: hidden;
}
.blog-classic {
    margin-bottom: 70px;
    padding-bottom: 70px;
    border-bottom: 1px solid #efefef;
    min-height: 350px;
}

.blog-classic .date {
    float: right;
    width: 100px;
    height: 100px;
    margin-left: 40px; 
    padding-top: 15px;
    text-align: center;
    color: #fff;
    background: #222;
    font-size: 30px;
}

.blog-classic .date.right {
    float: left;
    margin-left: 0; 
    margin-right: 40px;
}

.blog-classic .date span {
    display: block; 
    font-size: 15px;
}

.blog-classic .blog-post {
    overflow: hidden;
    ont-size: 18px;
    line-height: 34px;
}

.blog-classic .blog-post .full-width {
    margin-bottom: 50px;
}
.blog-classic .blog-post p {
    margin-bottom: 20px !important;
	font-size:18px !important;
	font-weight:normal !important;
}
.blog-post h4 a {
    color: #222;
}

.blog-post h4 {
    margin-bottom: 10px;
}

.post-meta {
    margin-bottom: 40px; 
    padding: 0;
    list-style: none;
}

.post-meta li {
    display: inline-block;
    margin-left: 10px;
    text-transform: uppercase;
    color: #a7a7a7;
    font-size: 15px;
}

.post-meta li a {
    margin-left: 5px;
    color: #a7a7a7;
}

.post-meta li i {
    padding-left: 10px;
}

.blog-post blockquote {
    margin: 0 0 20px;
    padding: 0;
    border-right: none;
    font-size: 17.5px;
    font-style: italic;
}

.quote-post p:before {
    padding-left: 10px;
    content: "\f10e";
    color: #837f7e;
    font-family: "Font Awesome 6 Free";
	font-weight: 900; 
}

.quote-post p:after {
    padding-right: 10px;
    content: "\f10d";
    color: #837f7e;
    font-family: "Font Awesome 6 Free";
	font-weight: 900; 
}
.video-fit {
    position: relative; 
    width: 100%;
    padding-top: 50%;
}

.audio-fit {
    position: relative; 
    width: 100%;
    padding-top: 20%;
}

.video-fit iframe,
.video-fit object,
.video-fit embed {
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    border: none;
}

.audio-fit iframe {
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    border: none;
}

/*search-row*/
.search-row {
    position: relative;
}

.search-btn {
    position: absolute;
    top: 50%;
    left: 1px;
    overflow: hidden;
    width: 40px;
    height: 40px;
    margin-top: -20px;
    color: #ccc;
    border: none;
    outline: none;
    background: transparent;
    font-size: 17px; 
    line-height: 36px;
}

.search-row input {
    width: 100% !important;
    height: 40px;
    border-radius: 0;
    box-shadow: none;
}

.search-row input:focus {
    border-color: #333;
    outline: 0;
    box-shadow: none;
}
/*widget*/
.widget {
    display: inline-block;
    width: 100%; 
    margin-bottom: 60px;
}

.widget h6 {
    font-size: 17px;
    font-weight: 600;
}

.widget .avatar {
    display: block; 
    margin-bottom: 30px;
}

.widget-latest-post,
.widget-category,
.widget-comments {
    padding: 0; 
    list-style: none;
}

.widget-latest-post li,
.widget-category li,
.widget-comments li {
    float: right;
    width: 100%;
    margin-bottom: 30px;
}

.widget-category li,
.widget-comments li {
    margin-bottom: 20px;
}

.widget-category li a,
.widget-comments li a {
    color: #837f7e;
}

.widget-category li a:before {
    padding-left: 10px;
    content: "\f104";
    font-family: "Font Awesome 6 Free";
	font-weight: 900; 
}

.widget-comments li:before {
    padding-left: 10px;
    content: "\f0e6";
    color: #837f7e;
    font-family: "Font Awesome 6 Free";
	font-weight: 900; 
}

.widget-latest-post li:last-child {
    margin-bottom: 0;
}

.widget-latest-post .thumb {
    float: right;
    width: 75px;
    height: auto; 
    margin-left: 20px;
}

.widget-latest-post .thumb img {
    width: 100%;

}

.widget-latest-post .w-desk {
    display: inherit; 
    overflow: hidden;
    color: #9b9a9a;
}

.widget-latest-post .w-desk a {
    display: block;
    text-transform: uppercase;
    color: #333;
    font-size: 15px;
}

.widget-social-link a {
    float: right;
}

.widget-social-link a {
    width: 35px;
    height: 35px;
    margin: 0 0 15px 15px; 
    text-align: center;
    color: #5a5a5a;
    border: 1px solid #5a5a5a;
    font-size: 17px;
    line-height: 35px;
}

.widget-social-link a:hover,
.widget-tags a:hover {
    color: #fff;
}

.widget-tags a {
    float: right;
    margin-left: 10px;
    margin-bottom: 10px;
    padding: 3px 10px;
    color: #837f7e;
    border: 1px solid #d3d3d3;
    border-radius: 50px;
}
/*------------------------------
comments-list
------------------------------*/
.comments-list .comment-author a {
    letter-spacing: 1px;
    text-transform: uppercase;
    color: #222;
    font-size: 15px;
    font-weight: bold;
}

.comments-list .media > .pull-left {
    padding-left: 20px;
}

.comments-list .comment-info,
.comments-list .comment-info a {
    color: #a7a7a7;
}

.comments-list .comment-info .comment-author a {
    color: #222;
}

.comments-list .comment-info i {
    padding: 0 10px;
}

.comments-list .comment-avatar {
    width: 50px;
    height: auto;
}

.blog-comments .col-md-6,
.blog-comments .col-md-12 {
    padding-left: 15px;
    padding-right: 15px;
}

.blog-comments .form-control {
    border-radius: 0;
    box-shadow: none;
}

.blog-comments .form-control:focus {
    border-color: #222;
}
.sub_comment{
padding:5px 90px 5px 5px;
}
.comment_box {
padding:10px 0 0;
list-style: none;
}
/*------------------------------------------------
 Responsive
------------------------------------------------*/
@media screen and (max-width:1199px){
	.widget-latest-post li{
		width: 33.3%;
	}
}
@media screen and (max-width:1024px){

}
@media screen and (max-width:991px){
	.widget-latest-post li{
		width: 50%;
	}
}
@media screen and (max-width:767px){

}
@media screen and (max-width:480px){
	.widget-latest-post li{
		width: 100%;
	}
}
/*======================================================
*====================== End Blog ======================= 
*=====================================================*/

/*======================================================
*======================== Post =========================
*=====================================================*/
.post-grid,
.post-list-aside {
    display: inline-block;
    width: 100%;
}
.post-grid {
    margin: 0 15px;
}
.post-grid .col-lg-1,
.post-grid .col-lg-10,
.post-grid .col-lg-11,
.post-grid .col-lg-12,
.post-grid .col-lg-2,
.post-grid .col-lg-3,
.post-grid .col-lg-4,
.post-grid .col-lg-5,
.post-grid .col-lg-6,
.post-grid .col-lg-7,
.post-grid .col-lg-8,
.post-grid .col-lg-9,
.post-grid .col-md-1,
.post-grid .col-md-10,
.post-grid .col-md-11,
.post-grid .col-md-12,
.post-grid .col-md-2,
.post-grid .col-md-3,
.post-grid .col-md-4,
.post-grid .col-md-5,
.post-grid .col-md-6,
.post-grid .col-md-7,
.post-grid .col-md-8,
.post-grid .col-md-9,
.post-grid .col-sm-1,
.post-grid .col-sm-10,
.post-grid .col-sm-11,
.post-grid .col-sm-12,
.post-grid .col-sm-2,
.post-grid .col-sm-3,
.post-grid .col-sm-4,
.post-grid .col-sm-5,
.post-grid .col-sm-6,
.post-grid .col-sm-7,
.post-grid .col-sm-8,
.post-grid .col-sm-9,
.post-grid .col-xs-1,
.post-grid .col-xs-10,
.post-grid .col-xs-11,
.post-grid .col-xs-12,
.post-grid .col-xs-2,
.post-grid .col-xs-3,
.post-grid .col-xs-4,
.post-grid .col-xs-5,
.post-grid .col-xs-6,
.post-grid .col-xs-7,
.post-grid .col-xs-8,
.post-grid .col-xs-9 {
    padding-left: 0; 
    padding-right: 0;
}
.post-single .post-img,
.post-single .post-desk .date,
.post-single .post-desk2 .date,
.post-single .post-cat li a,
.post-single .post-desk,
.post-single .post-desk2,
.post-list .post-single .post-desk a.author,
.post-list .post-single .post-desk2 a.author {
    position: relative;
}
.post-grid .post-single .post-img {
    width: 100%;
    height: 309px;
}
.post-grid .post-single .post-img img {
    width: 100%;
    height: 100%;
}
.post-single .post-img.top:after {
    top: -7px;
}
.post-single .post-img.bottom:after {
    bottom: -7px;
}
.post-single .post-img.top:after,
.post-single .post-img.bottom:after {
    position: absolute;
    right: 50%;
    display: block;
    width: 15px; 
    height: 14px;
    margin-right: -7px;
    content: "";
    -webkit-transform: rotate(45deg);
       -moz-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
            transform: rotate(45deg);
    border-style: none;
    border-color: #fff;
    border-left: 1px solid #fff;
    -o-border-image: none;
       border-image: none;
    background-color: #fff;
}
.post-desk {
    height: 680px; 
    padding: 30px 0;
}
.post-desk2 {
    height: 309px; 
    padding: 30px 0;
}
.post-single{
    height: 360px; 
    padding: 30px 0;
}
.post-single .post-desk {
    height: 309px;
    padding: 30px 0;
}
.post-grid .post-single .post-desk,
.post-grid .post-single .post-desk2{
    height: 309px; 
    padding: 40px;
}
.pad-left-less {
    padding-right: 0 !important;
}
.post-single .post-desk h4,
.post-single .post-desk2 h4,
.post-single .post-desk .date,
.post-single .post-desk2 .date,
.post-single .post-cat li a,
.p-read-more,
.post-sub-title {
    letter-spacing: 1px;
}
.post-single .post-desk .date,
.post-single .post-desk2 .date,
.post-single .post-desk h4 a,
.post-single .post-desk2 h4 a,
.p-read-more:hover {
    color: #222;
}
.post-sub-title {
    font-size: 17px;
}
.post-single .post-desk .date,
.post-single .post-desk2 .date  {
    float: right;
    width: 100%;
    height: auto;
    margin-left: 0; 
    margin-bottom: 25px;
    padding-top: 0;
    letter-spacing: 1px;
    text-transform: uppercase;
    color: transparent;
    background: none;
    font-size: 17px;
}
.post-single .post-desk .date:after,
.post-single .post-desk2 .date:after  {
    position: absolute;
    top: 30px;
    right: 0;
    width: 60px;
    height: 1px;
    content: "";
    background: #222;
}
.post-single .post-desk .mid-align,
.post-single .post-desk2 .mid-align {
    position: absolute;
    top: 50%;
    padding-left: 40px; 
    -webkit-transform: translate(0, -50%);
        -ms-transform: translate(0, -50%);
            transform: translate(0, -50%);
}
.post-single .post-cat {
    padding: 0;
    list-style: none;
}
.post-single .post-cat li {
    display: inline-block;
    margin-left: 10px;
}
.post-single .post-cat li a {
    text-transform: uppercase;
    color: #909090;
    font-size: 15px;
}
.post-single .post-cat li a:after {
    content: ",";
}
.post-list .post-single .post-desk p,
.post-list .post-single .post-desk2 p,
.post-list-aside .post-single .post-desk p,
.post-list-aside .post-single .post-desk2 p {
    line-height: 30px;
}
.post-list .post-single .post-desk,
.post-list .post-single .post-desk2 {
    padding: 40px 0;
}
.post-list .post-single .post-desk .date,
.post-list .post-single .post-desk2 .date,
.post-list-aside .post-single .post-desk .date,
.post-list-aside .post-single .post-desk2 .date,
.post-list .post-single .post-desk a.author,
.post-list .post-single .post-desk2 a.author,
.post-list-aside .post-desk a.author,
.post-list-aside .post-desk2 a.author {
    color: #909090;
    font-size: 15px;
}
.post-list .post-single .post-desk h4,
.post-list .post-single .post-desk2 h4 {
    margin-bottom: 10px;
}
.post-list .post-single .post-desk .date:after,
.post-list .post-single .post-desk2 .date:after,
.post-list-aside .post-single .post-desk .date:after,
.post-list-aside .post-single .post-desk2 .date:after  {
    background: none;
}
.post-list .post-single .post-desk a.author:after,
.post-list .post-single .post-desk2 a.author:after  {
    padding-left: 5px; 
    padding-right: 10px;
    content: "|";
}
.post-list .post-single .post-img img {
    width: 100%;
    height: auto;
}
.post-list .post-single .post-cat li a:hover {
    color: #000;
}
.p-read-more {
    position: relative;
    text-transform: uppercase;
    display: block;
}
.p-read-more i {
    position: absolute;
    top: 7px;
    margin-right: 8px;
	font-size: 24px;
    font-weight: bold;
}
.post-list-aside .post-single .post-desk h4,
.post-list-aside .post-single .post-desk2 h4 {
    margin-bottom: 10px;
}
.post-list-aside .post-img img {
    width: 100%;
    height: auto;
}
.post-list-aside .post-desk a.author:after,
.post-list-aside .post-desk2 a.author:after {
    padding-left: 5px; 
    padding-right: 10px;
    content: "|";
}
.post-parallax {
    overflow: hidden;
    width: 100% !important;
    height: 100%;
    background-image: url("../../images/parallax/4.jpg");
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-position: 50% 50%; 
    background-size: cover;
}
.post-parallax .relative {
    float: right;
}
.post-parallax .space {
    padding: 0 30px;
}
.post-parallax .massive-progress {
    background: #606060;
}
.post-parallax .massive-progress .progress-bar {
    color: #222; 
    background: #fff;
}
.post-parallax .massive-progress .progress-bar > span {
    color: #222 !important; 
    background-color: #a4a4a4 !important;
}
.post-parallax .massive-progress .progress-bar > span:before {
    border-color: #a4a4a4;
    border-left: 1px solid #a4a4a4; 
    -o-border-image: none;
       border-image: none;
    background-color: #a4a4a4;
}
.post-parallax .dark-overlay {
    position: absolute; 
    top: 0;
    left: 0;
    width: 50%;
    height: 100%;
    content: "";
    background: rgba(0, 0, 0, .5);
}
.post-parallax .full-dark-overlay {
    position: absolute; 
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    content: "";
    background: rgba(0, 0, 0, .5);
}
.post-parallax .container {
    /*z-index: 100;*/
    position: relative;
}
.img-post.item-2 .item {
    width: 50%;
}
.img-post.item-3 .item {
    width: 33.3333333%;
}
.img-post.item-4 .item {
    width: 25%;
}
.img-post .item {
    position: relative;
    float: right;
    cursor: pointer;
}
.img-post .item img {
    /* width: 100%; */
    height: auto;
}
.img-post .post-desk,
.img-post .post-desk2 {
    position: absolute;
    top: 10%;
    right: 0;
    padding: 10%;
}
.img-post.item-3 .post-desk,
.img-post.item-3 .post-desk2  {
    top: 15%;
    padding: 5%;
}
.img-post.item-4 .post-desk,
.img-post.item-4 .post-desk2 {
    top: 0;
    padding: 5%;
}
.img-post .post-desk .light-txt a,
.img-post .post-desk2 .light-txt a {
    color: #fff;
}
.post-slider-thumb .flex-control-thumbs {
    position: relative;
    z-index: 10;
    top: 10px;
    left: auto;
    right: auto; 
    margin: 0 auto;
    text-align: right;
}
.post-slider-thumb .flex-control-thumbs li {
    display: inline-block;
    float: none;
    width: 80px;
    height: auto;
    margin: 0 0 0 3px;
    cursor: pointer;
}
.post-slider .flex-direction-nav,
.post-slider-thumb .flex-direction-nav {
    display: block;
}
.post-slider .flex-direction-nav .flex-prev,
.post-slider .flex-direction-nav .flex-next,
.post-slider-thumb .flex-direction-nav .flex-prev,
.post-slider-thumb .flex-direction-nav .flex-next {
    opacity: 0;
}
.post-slider:hover .flex-direction-nav .flex-prev,
.post-slider:hover .flex-direction-nav .flex-next,
.post-slider-thumb:hover .flex-direction-nav .flex-prev,
.post-slider-thumb:hover .flex-direction-nav .flex-next {
    opacity: 1;
}
.post-list-aside .post-img img {
    border: 2px solid transparent;
}
.post-list-aside .post-img img.flex-active {
    border: 2px solid rgba(0, 0, 0, .8);
}
.post-slider .flex-control-thumbs {
    display: none;
}
/*============== Post Prev & Next Arrow ==============*/
.pagination-row {
    overflow: hidden;
}
.pagination-row {
    margin-bottom: 60px; 
    padding: 30px 0;
    text-align: center;
    text-transform: uppercase;
    border-top: 1px solid #efefef;
    border-bottom: 1px solid #efefef;
}
.pagination-post .prev-post {
    float: right;
    text-align: right;
}
.pagination-post .prev-post,
.pagination-post .next-post {
    width: 45%;
}
.pagination-post .post-list-link {
    float: right;
    width: 10%;
    margin-top: 5px; 
    text-align: center;
}
.pagination-post .next-post {
    float: left;
    text-align: left;
}
.pagination-post .prev-post .arrow {
    float: right;
    margin-left: 20px;
}

.pagination-post .arrow {
    color: #e5e5e5;
    font-size: 50px;
    line-height: 50px;
}
.pagination-post .next-post .arrow {
    float: left;
    margin-right: 20px;
}
.pagination-post .post-list-link a {
    color: #d2d2d2;
    outline: none; 
    font-size: 30px;
}
.pagination-post .pagination-txt {
    margin-top: 18px;
}
.pagination-post a {
    color: #d2d2d2;
}
.pagination-post a:hover,
.pagination-post a:hover .arrow {
    color: #222;
}
.pagination-post a,
.pagination-post a .arrow,
.pagination-post a:hover,
.pagination-post a:hover .arrow {
    -webkit-transition: all .3s;
            transition: all .3s;
}
/*==============================================
 obj fit
 ===============================================*/
.btn-video{
    margin: 20px 0;
    padding: 0 !important;
    text-align: left;
}
.video-fit {
    position: relative; 
    width: 100%;
    padding-top: 50%;
}
.audio-fit {
    position: relative; 
    width: 100%;
    padding-top: 20%;
}
.video-fit iframe,
.video-fit object,
.video-fit embed {
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    border: none;
}
.audio-fit iframe {
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    /*height: 100%;*/
    border: none;
}
/*------------------------------------------------
 Responsive
------------------------------------------------*/
@media screen and (max-width:1024px){
    .post-single .post-desk {
        height: auto;
    }
}
@media screen and (max-width: 991px) {
	.post-parallax .dark-overlay {
		width: 100% !important;
	}
}
@media screen and (max-width: 860px) {
    .flex-direction-nav .flex-prev,
    .post-slider .flex-direction-nav .flex-prev,
    .post-slider-thumb .flex-direction-nav .flex-prev {
        right: 0; 
        opacity: 1;
    }
    .flex-direction-nav .flex-next,
    .post-slider .flex-direction-nav .flex-next,
    .post-slider-thumb .flex-direction-nav .flex-next {
        left: 0; 
        opacity: 1;
    }
}
@media screen and (max-width: 800px) {
    .img-post.item-2 .item,
    .img-post.item-3 .item,
    .img-post.item-4 .item {
        width: 100%;
    }
    .post-list-aside {
        margin-bottom: 50px;
    }
}
@media screen and (max-width:767px){
        .post-grid {
        margin: 0;
    }
    .post-grid .col-lg-1,
    .post-grid .col-lg-10,
    .post-grid .col-lg-11,
    .post-grid .col-lg-12,
    .post-grid .col-lg-2,
    .post-grid .col-lg-3,
    .post-grid .col-lg-4,
    .post-grid .col-lg-5,
    .post-grid .col-lg-6,
    .post-grid .col-lg-7,
    .post-grid .col-lg-8,
    .post-grid .col-lg-9,
    .post-grid .col-md-1,
    .post-grid .col-md-10,
    .post-grid .col-md-11,
    .post-grid .col-md-12,
    .post-grid .col-md-2,
    .post-grid .col-md-3,
    .post-grid .col-md-4,
    .post-grid .col-md-5,
    .post-grid .col-md-6,
    .post-grid .col-md-7,
    .post-grid .col-md-8,
    .post-grid .col-md-9,
    .post-grid .col-sm-1,
    .post-grid .col-sm-10,
    .post-grid .col-sm-11,
    .post-grid .col-sm-12,
    .post-grid .col-sm-2,
    .post-grid .col-sm-3,
    .post-grid .col-sm-4,
    .post-grid .col-sm-5,
    .post-grid .col-sm-6,
    .post-grid .col-sm-7,
    .post-grid .col-sm-8,
    .post-grid .col-sm-9,
    .post-grid .col-xs-1,
    .post-grid .col-xs-10,
    .post-grid .col-xs-11,
    .post-grid .col-xs-12,
    .post-grid .col-xs-2,
    .post-grid .col-xs-3,
    .post-grid .col-xs-4,
    .post-grid .col-xs-5,
    .post-grid .col-xs-6,
    .post-grid .col-xs-7,
    .post-grid .col-xs-8,
    .post-grid .col-xs-9 {
        padding-left: 20px; 
        padding-right: 20px;
    }
    .post-desk.pad-left-less {
        padding-right: 40px !important;
    }
    .img-post .post-desk {
        /* padding: 10px; */
    }
    .btn-video{
        text-align: right;
    }
}
@media screen and (max-width:480px){

}
/*======================================================
*====================== End Post ======================= 
*=====================================================*/