/* GOOGLE FONTs */

@import url('https://fonts.googleapis.com/css?family=Montserrat|Open+Sans|Oswald|Raleway|Varela+Round');
@import url('https://fonts.googleapis.com/css?family=Poppins:300,300i,400,400i,500,500i,600,600i,700');
@import url('https://fonts.googleapis.com/css?family=Open+Sans:400,400i,600,600i,700,700i');







/* OTHER IMPORTED CSS */

@import url('bootstrap-dropdownhover.css');
@import url('font-awesome.css');
@import url('set2.css');
@import url('font-awesome-animation.min.css');
@import url('animate.min.css');
@import url('custom-animation.css');
@import url('magnific-popup.css');
@import url('owl.carousel.min.css');
@import url('owl.theme.default.css');
@import url('menu.css');



/*****=====*****=====*****=====*****=====

    02. General CSS 

=====*****=====*****=====*****=====*****/



@font-face {
	font-family: 'Conv_FiraSans-Book';
	src: url('../fonts/FiraSans-Book.eot');
	src: local('☺'), url('../fonts/FiraSans-Book.woff') format('woff'), url('../fonts/FiraSans-Book.ttf') format('truetype'), url('../fonts/FiraSans-Book.svg') format('svg');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'Conv_Dosis-Book';
	src: url('../fonts/Dosis-Book.eot');
	src: local('☺'), url('../fonts/Dosis-Book.woff') format('woff'), url('../fonts/Dosis-Book.ttf') format('truetype'), url('../fonts/Dosis-Book.svg') format('svg');
	font-weight: normal;
	font-style: normal;
}

* {
	margin: 0;
	padding: 0;
}

body {
	background: #ffffff;
	font-family: 'Open Sans', sans-serif;
	font-size: 16px;
	margin: 0px;
	padding: 0px;
	font-weight: 400;
	line-height: 26px;
	color: #000000;
	overflow-x: hidden;
}

.no-padding {
	padding: 0;
}

/* Common CSS */

h1,
h2,
h3,
h4,
h5,
h6 {
	font-family: 'Poppins', sans-serif;
	color: #111111;
	font-weight: 300;
	margin-top: 0;
	margin-bottom: 10px;
	padding: 0;
}

p {
	margin: 0;
	padding: 0;
}

a {
	color: #666;
	text-decoration: none;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
	outline: none;
}

a:focus,
a:hover {
	text-decoration: none;
	color: #f59000;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}

.btn:hover {
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}

ul {
	margin: 0;
	padding: 0;
}

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

img {
	width: 100%;
	height: auto;
}

section {
	position: relative;
	overflow: hidden;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
}

/* Form CSS */

input {
	resize: none;
	box-shadow: none;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	border-radius: 0px;
	-moz-border-radius: 0px;
	-webkit-border-radius: 0px;
}

/* Form CSS */

.form-control {
	resize: none;
	box-shadow: none;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	border-radius: 0px;
	-moz-border-radius: 0px;
	-webkit-border-radius: 0px;
}

.form-control:focus {
	border-color: #333;
	box-shadow: none;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
}

::-webkit-input-placeholder {
	color: #999 !important;
}

::-moz-placeholder {
	color: #999 !important;
}

:-ms-input-placeholder {
	color: #999 !important;
}

input:-moz-placeholder {
	color: #999 !important;
}

section {
	position: relative;
	overflow: hidden;
}

.section-title {
	margin-bottom: 70px;
}

.hover-scale img {
	-webkit-transition: all 1.5s ease-out;
	-moz-transition: all 1.5s ease-out;
	-ms-transition: all 1.5s ease-out;
	-o-transition: all 1.5s ease-out;
	transition: all 1.5s ease-out;
}

.hover-scale:hover img {
	-webkit-transform: scale(1.1, 1.1);
	-moz-transform: scale(1.1, 1.1);
	-ms-transform: scale(1.1, 1.1);
	-o-transform: scale(1.1, 1.1);
	transform: scale(1.1, 1.1);
}

/*======= ****========****=======

    Color Style ( Default Theme Color Style )

/*======= ****========****=======*/

.theme-color {
	color: #f59000;
}

.bg-theme-color {
	background: #f59000;
}

.over-layer-black,
.over-layer-white {
	position: relative;
}

.over-layer-black:before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 0;
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#000000+0,000000+100&0+22,0.67+100 */

	background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 22%, rgba(0, 0, 0, 0.80) 100%);
	/* FF3.6-15 */
	background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 22%, rgba(0, 0, 0, 0.80) 100%);
	/* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 22%, rgba(0, 0, 0, 0.80) 100%);
	/* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#ab000000', GradientType=0);
	/* IE6-9 */
}

.over-layer-white:before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 0;
	background-color: rgba(255, 255, 255, 0.9);
}

/*****=====*****=====*****=====*****=====

    Button Style Css

=====*****=====*****=====*****=====*****/

.btn {
	cursor: pointer;
}

.btn-theme,
.btn-theme-1,
.btn-black,
.btn-white,
.btn-transparent,
.btn-bordered {
	outline: none;
	padding: .85rem 1.4rem;
	border-radius: 0;
	border: none;
	color: #fff;
	background: #f59000;
	letter-spacing: 1px;
	-webkit-transition: all 0.4s ease-in-out;
	-moz-transition: all 0.4s ease-in-out;
	-o-transition: all 0.4s ease-in-out;
	-ms-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;
}

.btn-theme:hover,
.btn-theme-1:hover,
.btn-black:hover,
.btn-white:hover,
.btn-transparent:hover,
.btn-bordered:hover {
	outline: none;
	color: #ffffff;
	background: #ff8a00;
	border: none;
	-webkit-transition: all 0.4s ease-in-out;
	-moz-transition: all 0.4s ease-in-out;
	-o-transition: all 0.4s ease-in-out;
	-ms-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;
}

.btn.focus,
.btn:focus {
	box-shadow: none;
}

.btn-theme-1 {
	color: #ffffff;
	background: #f59000;
}

.btn-theme-1:hover {
	color: #ffffff;
	background: #f59000;
}

.btn-black {
	color: #ffffff;
	background: #333;
}

.btn-black:hover {
	color: #ffffff;
	background: #f59000;
}

.btn-white {
	color: #333;
	background: #ffffff;
	border: 1px solid #333;
}

.btn-white:hover {
	color: #ffffff;
	background: #f59000;
	border: 1px solid #f59000;
}

.btn-transparent {
	color: #f59000;
	background: transparent;
}

.btn-transparent:hover {
	color: #ffffff;
	background: #f59000;
}

.btn-bordered {
	color: #f59000;
	background: transparent;
	border: 1px solid #f59000;
}

.btn-bordered:hover {
	color: #ffffff;
	background: #f59000;
	border: 1px solid #f59000;
}

/*****=====*****=====*****=====*****=====

    Main Slider Style Css

=====*****=====*****=====*****=====*****/



.bs-slider {
	overflow: hidden;
	max-height: 801px;
	position: relative;
	background: #000000;
}

.bs-slider:hover {
	cursor: -moz-grab;
	cursor: -webkit-grab;
}

.bs-slider:active {
	cursor: -moz-grabbing;
	cursor: -webkit-grabbing;
}

.bs-slider .bs-slider-overlay {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.30);
}

.bs-slider>.carousel-inner>.item>img,
.bs-slider>.carousel-inner>.item>a>img {
	margin: auto;
	width: 100% !important;
}

/*---------- LEFT/RIGHT ROUND CONTROL ----------*/

.control-round .carousel-control {
	top: 47%;
	opacity: 0;
	width: 45px;
	height: 45px;
	z-index: 100;
	color: #ffffff;
	display: block;
	font-size: 45px;
	padding: 0 15px;
	cursor: pointer;
	overflow: hidden;
	line-height: 43px;
	text-shadow: none;
	position: absolute;
	font-weight: normal;
	background: transparent;
	-webkit-border-radius: 100px;
	border-radius: 100px;
}

.control-round:hover .carousel-control {
	opacity: 1;
}

.control-round .carousel-control.left {
	left: 1%;
}

.control-round .carousel-control.right {
	right: 1%;
}

.control-round .carousel-control.left:hover,
.control-round .carousel-control.right:hover {
	color: #fdfdfd;
	border: 0px transparent;
}

.control-round .carousel-control.left>span:nth-child(1) {
	left: 45%;
}

.control-round .carousel-control.right>span:nth-child(1) {
	right: 45%;
}

/*---------- INDICATORS CONTROL ----------*/

.indicators-line>.carousel-indicators {
	right: 45%;
	bottom: 3%;
	left: auto;
	width: 90%;
	height: 20px;
	font-size: 0;
	overflow-x: auto;
	text-align: right;
	overflow-y: hidden;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 1px;
	white-space: nowrap;
}

.indicators-line>.carousel-indicators li {
	padding: 0;
	width: 15px;
	height: 15px;
	text-indent: 0;
	overflow: hidden;
	text-align: left;
	position: relative;
	letter-spacing: 1px;
	background: #FFF;
	-webkit-font-smoothing: antialiased;
	-webkit-border-radius: 50%;
	border-radius: 50%;
	margin-right: 5px;
	-webkit-transition: all 0.5s cubic-bezier(0.22, 0.81, 0.01, 0.99);
	transition: all 0.5s cubic-bezier(0.22, 0.81, 0.01, 0.99);
	z-index: 10;
	cursor: pointer;
}

.indicators-line>.carousel-indicators li:last-child {
	margin-right: 0;
}

.indicators-line>.carousel-indicators .active {
	margin: 1px 5px 1px 1px;
	box-shadow: 0 0 0 2px #f59000;
	background-color: transparent;
	position: relative;
	border-color: #f59000;
	-webkit-transition: box-shadow 0.3s ease;
	-moz-transition: box-shadow 0.3s ease;
	-o-transition: box-shadow 0.3s ease;
	transition: box-shadow 0.3s ease;
	-webkit-transition: background-color 0.3s ease;
	-moz-transition: background-color 0.3s ease;
	-o-transition: background-color 0.3s ease;
	transition: background-color 0.3s ease;
}

.indicators-line>.carousel-indicators .active:before {
	transform: scale(0.5);
	background-color: #f59000;
	content: "";
	position: absolute;
	left: -1px;
	top: -1px;
	width: 15px;
	height: 15px;
	border-radius: 50%;
	-webkit-transition: background-color 0.3s ease;
	-moz-transition: background-color 0.3s ease;
	-o-transition: background-color 0.3s ease;
	transition: background-color 0.3s ease;
}

/*---------- SLIDE CAPTION ----------*/

.slide-style-left {
	text-align: left !important;
}

.slide-style-right {
	text-align: right !important;
}

.slide-style-center {
	text-align: center !important;
}

.video_play_button {
	position: absolute;
	bottom: 30px;
	left: 30px;
	font-size: 90px;
	color: #FFF;
	z-index: 99;
}

.video_play_button:hover {
	color: #fc3b50;
}

.slide-text {
	left: 15%;
	top: 25%;
	z-index: 99;
	right: 15%;
	margin: auto;
	padding: 10px;
	position: absolute;
	text-align: left;
	padding: 10px 85px;
}

.slide-text>h2 {
	padding: 0;
	color: #ffffff;
	font-family: 'Conv_Dosis-Book';
	font-size: 72px;
	font-style: normal;
	line-height: 90px;
	display: inline-block;
	-webkit-animation-delay: 0.7s;
	animation-delay: 0.7s;
}

.slide-text>h1 {

	padding: 0;
	color: #ffffff;
	font-family: 'Conv_Dosis-Book';
	font-size: 72px;
	font-style: normal;
	line-height: 90px;
	display: inline-block;
	-webkit-animation-delay: 0.7s;
	animation-delay: 0.7s;

}

.slide-text>p {
	padding: 0;
	color: #ffffff;
	font-size: 18px;
	font-weight: 300;
	margin-bottom: 40px;
	margin-top: 20px;
	letter-spacing: 1px;
	-webkit-animation-delay: 1.1s;
	animation-delay: 1.1s;
	text-transform: capitalize;
}

.slide-text>a.btn-default {
	color: #Fff;
	font-weight: 400;
	font-size: 18px;
	line-height: 15px;
	border-radius: 0;
	margin-right: 10px;
	text-align: center;
	padding: 17px 30px;
	white-space: nowrap;
	letter-spacing: 1px;
	display: inline-block;
	border: 2px solid #FFF;
	text-transform: uppercase;
	-webkit-animation-delay: 2s;
	animation-delay: 2s;
	-webkit-transition: background 0.3s ease-in-out, color 0.3s ease-in-out;
	transition: background 0.3s ease-in-out, color 0.3s ease-in-out;
}

.slide-text>a.btn-primary {
	color: #ffffff;
	cursor: pointer;
	font-weight: 400;
	border-radius: 0;
	font-size: 13px;
	line-height: 15px;
	margin-left: 10px;
	text-align: center;
	padding: 17px 30px;
	white-space: nowrap;
	letter-spacing: 1px;
	background: #f59000;
	display: inline-block;
	text-decoration: none;
	text-transform: uppercase;
	border: none;
	-webkit-animation-delay: 2s;
	animation-delay: 2s;
	-webkit-transition: background 0.3s ease-in-out, color 0.3s ease-in-out;
	transition: background 0.3s ease-in-out, color 0.3s ease-in-out;
}

.slide-text>a:hover,
.slide-text>a:active {
	color: #ffffff;
	background: #222222;
	border: 1px solid transparent;
	-webkit-transition: background 0.5s ease-in-out, color 0.5s ease-in-out;
	transition: background 0.5s ease-in-out, color 0.5s ease-in-out;
}

/* Type-slider Css */



.type-slider {
	padding-top: 220px;
	padding-bottom: 170px;
}

.type-slider p {
	color: #eee;
}

/* Flexslider */



.flexslider {
	height: 600px;
	margin: 0 auto;
	box-shadow: none;
	overflow: hidden;
	border: none;
}

.flexslider li {
	position: relative;
}

.flexslider li .meta {
	position: absolute;
	top: 25%;
	left: 20%;
	color: white;
	display: flex;
	flex-direction: column;
	justify-content: flex-start;
	align-items: flex-start;
}

.flexslider li .meta.slide-center,
.flexslider li .meta.slide-center h2,
.flexslider li .meta.slide-center p,
.flexslider li .meta.slide-center .category {
	left: 0;
	right: 0;
	margin: auto;
	text-align: center;
}

.flexslider li .meta.slide-center h2,
.flexslider li .meta.slide-center p,
.flexslider li .meta.slide-center .category {
	margin-bottom: 20px;
}

.flexslider li .meta.slide-center p {
	margin-bottom: 30px;
}

.flexslider li h2 {
	background: rgba(51, 51, 51, 0.5);
	padding: 12px 18px 12px;
	font-size: 1.8em;
	font-weight: 300;
	color: #fff;
}

.flexslider li p {
	background: rgba(51, 51, 51, 0.5);
	padding: 13px 18px 11px;
	font-size: 1.1em;
	font-weight: 300;
	margin-bottom: 20px;
}

.flexslider li h2,
.flexslider li p,
.flexslider li .category button,
.flexslider li .category button {
	-webkit-animation-duration: .6s;
	animation-duration: .6s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
	-webkit-animation-name: fadeOutLeft;
	animation-name: fadeOutLeft;
}

.flexslider li.flex-active-slide .meta h2,
.flexslider li.flex-active-slide .meta p,
.flexslider li.flex-active-slide .meta .category button,
.flexslider li.flex-active-slide .meta .category button {
	-webkit-animation-delay: .4s;
	animation-delay: .4s;
	-webkit-animation-duration: .6s;
	animation-duration: .6s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
	-webkit-animation-name: fadeInLeft;
	animation-name: fadeInLeft;
}

.flexslider li.flex-active-slide .meta h2 {
	-webkit-animation-delay: .5s;
	animation-delay: .5s;
}

.flexslider li.flex-active-slide .meta .category button {
	-webkit-animation-delay: .6s;
	animation-delay: .6s;
}

.flexslider li.flex-active-slide .meta .category button {
	-webkit-animation-delay: .8s;
	animation-delay: .8s;
}

.flex-direction-nav {
	margin-top: -35%;
}

.flex-direction-nav li .flex-next {
	z-index: 12;
	right: 30px;
}

.flex-direction-nav a:before {
	font-size: 30px;
}

@-webkit-keyframes fadeInLeft {
	0% {
		opacity: 0;
		-webkit-transform: translate3d(-100%, 0, 0);
		transform: translate3d(-100%, 0, 0);
	}

	100% {
		opacity: 1;
		-webkit-transform: none;
		transform: none;
	}
}

@keyframes fadeInLeft {
	0% {
		opacity: 0;
		-webkit-transform: translate3d(-100%, 0, 0);
		transform: translate3d(-100%, 0, 0);
	}

	100% {
		opacity: 1;
		-webkit-transform: none;
		transform: none;
	}
}

@-webkit-keyframes fadeOutLeft {
	0% {
		opacity: 1;
	}

	100% {
		opacity: 0;
		-webkit-transform: translate3d(-100%, 0, 0);
		transform: translate3d(-100%, 0, 0);
	}
}

@keyframes fadeOutLeft {
	0% {
		opacity: 1;
	}

	100% {
		opacity: 0;
		-webkit-transform: translate3d(-100%, 0, 0);
		transform: translate3d(-100%, 0, 0);
	}
}

.slide-text>h2 {
	font-size: 60px;
	line-height: normal;
	color: :#fff !important;
}




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

/* RESPONSIVE

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

@media only screen and (max-width: 1550px) {
	.slide-text>h2 {
		font-size: 60px;
		line-height: normal;
	}

	.slide-text>h1 {

		font-size: 60px;
		line-height: normal;
		color: #fff !important;

	}
}

@media only screen and (max-width: 1300px) {
	.slide-text>h2 {
		font-size: 45px;
		line-height: normal;
	}

	.slide-text>h1 {
		font-size: 45px;
		line-height: normal;
		color: #fff !important;
	}
}

@media only screen and (max-width: 1191px) {
	.slide-text>h2 {
		font-size: 36px;
		line-height: normal;
	}

	.slide-text>h1 {
		font-size: 36px;
		line-height: normal;
	}

	.slide-text {
		top: 10%;
	}
}

@media (max-width: 991px) {
	.bs-slider {
		max-height: 550px;
	}

	.slide-text>h2 {
		font-size: 25px;
		line-height: normal;
	}

	.slide-text>h1 {
		font-size: 25px;
		line-height: normal;
	}

	.slide-text {
		top: 15%;
		left: 2%;
		right: 2%;
	}

	.slide-text>p {
		font-size: 16px;
		line-height: normal;
	}
}



/*@media (max-width: 700px) {

  	.slide-text > p {display:none;}	

}*/

@media (max-width: 480px) {
	.slide-text>h2 {
		font-size: 16px;
		line-height: normal;
	}

	.slide-text>h1 {
		font-size: 16px;
		line-height: normal;
	}

	.slide-text {
		top: 9%;
		left: 0%;
		right: 0%;
		padding: 0px;
	}

	.slide-text>a.btn-default {
		font-size: 13px;
		padding: 10px 20px;
	}
}







/*---------- MEDIA 480px ----------*/

@media (max-width: 768px) {
	.slide-text {
		padding: 10px 50px;
	}

	/* .slide-text h1 {
 font-size: 30px;
 line-height: 40px;
 margin-bottom: 10px;
}*/
	.slide-text>p {
		font-size: 14px;
		line-height: 20px;
		margin-bottom: 20px;
	}

	.control-round .carousel-control {
		display: none;
	}

	.carousel-indicators {
		display: none;
	}
}

.btn-slider {
	margin-top: 30px;
	border-color: #FFF;
	padding: 10px 25px;
	text-transform: uppercase;
	letter-spacing: 2px;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}

.btn-slider:hover {
	border-color: #333;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}

.border-1px {
	border: 1px solid #ddd;
}

.border-bottom-1px {
	border-bottom: 1px solid #ddd;
}

.border-right-1px {
	border-right: 1px solid #ddd;
}

/* Slick Slider Style Css */



.slick-slider .slick-next {
	right: 40px;
}

.slick-slider .slick-prev {
	left: 20px;
	z-index: 1;
}

.slick-slider .slick-dots {
	bottom: 20px;
}

.slick-slider .slick-prev:before,
.slick-slider .slick-next:before {
	font-size: 40px;
	opacity: 0;
	-webkit-transition: all 0.4s ease-in-out;
	-moz-transition: all 0.4s ease-in-out;
	-o-transition: all 0.4s ease-in-out;
	-ms-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;
}

.slick-slider:hover .slick-prev:before,
.slick-slider:hover .slick-next:before {
	opacity: 1;
	-webkit-transition: all 0.4s ease-in-out;
	-moz-transition: all 0.4s ease-in-out;
	-o-transition: all 0.4s ease-in-out;
	-ms-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;
}

.slick-slider .ct-slick {
	margin-bottom: 0;
}

.slick-dotted.slick-slider {
	margin-bottom: 0;
}

/*.slick-slider {

  background-size: cover;

  background-repeat: no-repeat;

  background-position: center;

}*/

.slick-initialized .slick-slide {
	display: block;
}

.slick-tablex-display {
	display: table;
	width: 100%;
	height: 600px;
}

.slick-tablex-display>.slick-slider-inner {
	display: table-cell;
	width: 100%;
	vertical-align: middle;
}

.slick-slider h2.big {
	font-size: 60px;
	line-height: 1;
	color: #fff;
	font-family: 'Open Sans Condensed', sans-serif;
	font-weight: 700;
	padding-top: 50px;
}

.slick-slider p {
	font-size: 16px;
	color: #fff;
}

.ct-slick .slick-track,
.ct-slick .slick-list,
.ct-slick .item,
.ct-slick .slick-item {
	min-height: inherit;
}

.ct-slick .item {
	background-size: cover;
}

/* Transitions */

.slick-slider .activate {
	-moz-opacity: 1;
	-khtml-opacity: 1;
	-webkit-opacity: 1;
	opacity: 1;
	-ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=1 * 100);
	filter: alpha(opacity=1 * 100);
}

.slick-slider .animated {
	-moz-opacity: 0;
	-khtml-opacity: 0;
	-webkit-opacity: 0;
	opacity: 0;
	-ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0 * 100);
	filter: alpha(opacity=0 * 100);
}

/*****=====*****=====*****=====*****=====

  Video Bacground style Css

=====*****=====*****=====*****=====*****/



.video-area {
	position: relative;
	overflow: hidden;
}

.video-area h2,
.video-area p {
	color: #FFF;
}

.video-area h2 span {
	color: #f59000;
}

.video-area .container {
	padding-top: 220px;
	padding-bottom: 220px;
}

.video-bg {
	height: 100%;
	position: absolute;
	text-align: center;
	width: 100%;
	z-index: -1;
}

.video-bg .video {
	height: 100%;
	left: 0;
	margin: 0 !important;
	position: relative;
	top: 0;
	width: 100%;
}

.video-bg .video .mbYTP_wrapper {
	z-index: -1 !important;
}

a.btn-primary {
	color: #ffffff;
	cursor: pointer;
	font-weight: 400;
	font-size: 13px;
	line-height: 15px;
	margin-left: 10px;
	text-align: center;
	padding: 17px 30px;
	white-space: nowrap;
	letter-spacing: 1px;
	background: #f59000;
	display: inline-block;
	text-decoration: none;
	text-transform: uppercase;
	border: none;
	-webkit-animation-delay: 2s;
	animation-delay: 2s;
	-webkit-transition: background 0.3s ease-in-out, color 0.3s ease-in-out;
	transition: background 0.3s ease-in-out, color 0.3s ease-in-out;
}

/*****=====*****=====*****=====*****=====

  Particles Bacground style Css

=====*****=====*****=====*****=====*****/

canvas {
	display: block;
	vertical-align: bottom;
}

#particles-js {
	width: 100%;
	height: 600px;
	background-color: #f59000;
	background-image: url('');
	background-size: cover;
	background-position: 50% 50%;
	background-repeat: no-repeat;
}

.particles-bg {
	position: relative;
	overflow: hidden;
}

.particles-bg:before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 0;
	background-color: rgba(0, 0, 0, 0.2);
}

.particles-content {
	position: absolute;
	top: 35%;
	left: 25%;
}

.particles-content p {
	color: #333;
}

/*****=====*****=====*****=====*****=====

    Blog Single Style Css

=====*****=====*****=====*****=====*****/





/* Blog Comments */

.blog-comments img {
	border-radius: 50%;
}

.blog-comments .comment {
	background: #f5f5f5;
	padding: 20px 30px;
	position: relative;
}

.blog-comments .comment:before {
	width: 0;
	height: 0;
	top: 20px;
	left: -17px;
	content: " ";
	position: absolute;
	border-style: solid;
	border-width: 15px 17px 15px 0;
	border-color: transparent #f5f5f5 transparent transparent;
}

.blog-comments .comment h5 {
	font-size: 16px;
}

.blog-comments .comment span {
	color: #555;
	float: right;
	font-size: 13px;
}

.blog-comments .comment p {
	color: #555;
}

/*Comments Reply*/

.blog-comments.blog-comments-reply {
	margin-left: 70px;
}

.blog-info li a,
.blog-post h3 a {
	color: #333;
}

.blog-post h3,
.blog-info {
	padding-top: 15px;
}

.blog-info>li {
	display: inline-block;
}

.blog-post h3 {
	font-size: 22px;
}

.blog-post blockquote {
	position: relative;
	padding: 40px 40px 40px 40px;
	font-size: 1.071em;
	background-color: #f5f5f5;
	border-radius: 5px;
	font-weight: 300;
	margin-top: 30px;
	margin-bottom: 30px;
}

/* Blog Admin Style Css */



.blog-admin {
	padding: 20px;
	background: #f5f5f5;
}

.blog-admin img {
	float: left;
	width: 80px;
	height: auto;
	margin-right: 20px;
}

.blog-admin .blog-admin-desc {
	overflow: hidden;
}

.blog-admin .blog-admin-desc h5 {
	float: left;
	font-size: 16px;
	margin: 0 0 10px;
	text-transform: uppercase;
	text-transform: capitalize;
}

.blog-admin .blog-admin-desc ul {
	float: right;
}

.blog-admin .blog-admin-desc p {
	color: #555;
}

.blog-admin .blog-admin-desc ul>li {
	display: inline-block;
	padding: 0 5px;
}

.blog-admin-desc ul li a {
	color: #333;
}

.blog-admin-desc ul li a:hover {
	color: #f59000;
}

/* Blog Admin Style Css */



.comment h5 span a {
	color: #f59000;
}

.comment h5 span a:hover {
	color: #333;
}

/* Tweeter Feed Style Css */

.twitter-feed li {
	font-size: 13px;
	position: relative;
	margin-bottom: 15px;
	margin-top: 0px;
	padding-left: 45px;
	padding-bottom: 10px;
	border-bottom: 1px dashed #333;
}

.twitter-feed .date {
	font-size: 12px;
}

.twitter-feed li::after {
	content: "\f099";
	font-size: 24px;
	font-family: fontawesome;
	left: 0;
	position: absolute;
	top: 5px;
	color: #1da1f2;
}

/* Blog Sideber Style Css*/

.sideber-title {
	position: relative;
	margin-bottom: 10px;
	background: #F3f3f3;
	padding: 20px 0 10px 10px;
	border-left: 2px solid #f59000;
}

.sideber-title h4 {
	margin-left: 10px;
	font-size: 18px;
	text-transform: uppercase;
}

.sideber-content {
	margin-left: 10px;
}

.sideber-content ul li {
	padding: 10px 0;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
	border-bottom: 1px dashed #333;
}

.sideber-content ul li:hover {
	padding-left: 15px;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}

.sideber-content ul li a {
	color: #333;
}

.sideber-content ul li a i {
	color: #f59000;
	margin-right: 5px;
}

.sideber-content ul li:hover a {
	color: #f59000;
}

.blog-sideber .widget {
	padding-bottom: 30px;
	position: relative;
	overflow: hidden;
}

.widget .widget-post {
	padding: 0px 5px;
}

.widget .news-area {
	padding-bottom: 10px;
	margin-bottom: 5px;
	display: flex;
	border-bottom: 1px solid #ddd;
}

.widget .widget-post .news-content {
	padding-top: 10px;
}

.widget .news-area .news-content a {
	color: #333;
}

.widget .news-area .news-content a:hover {
	color: #f59000;
}

.widget .gallery h6 {
	margin-top: 15px;
}

.widget .gallery h6 a {
	color: #222;
}

.widget .gallery h6:hover a {
	color: #f59000;
}

/* Sideber page Post Style css */

.post-blog-item {
	margin-bottom: 30px;
	background-color: #f3f3f3;
}

.post-blog-item .post-blog-content h4 {
	font-size: 18px;
	margin-top: 5px;
	margin-bottom: 5px;
}

.post-blog-item .post-blog-content h4 a {
	color: #222;
}

.post-blog-item .post-blog-content p {
	margin-top: 20px;
	margin-bottom: 20px;
}

.post-blog-item .post-blog-content .post-blog-date i {
	color: #f59000;
}

.post-blog-item .post-blog-time {
	float: right;
}

.post-blog-item .post-blog-time li {
	display: inline-block;
	margin-right: 20px;
}

.post-blog-item .post-blog-content {
	padding: 15px;
}

/* Blog Tags Style Css */



.tags li a {
	color: #fff !important;
}

.tags li {
	background: #333;
	color: #fff;
	padding: 5px !important;
	margin-bottom: 5px;
	display: inline-block;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}

.tags li:hover {
	background: #f59000;
	color: #fff;
	border-bottom: none;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}

.sideber-content.about {
	margin-left: 0;
}

/* Blog search Button Style Css */

.blog-search input,
.blog-search button {
	height: 60px;
	float: left;
	outline: none;
}

.blog-search input {
	padding-left: 25px;
	font-size: 15px;
	color: #f59000;
	width: calc(100% - 65px);
	border: 1px solid #eaeaea !important;
	border-right: none !important;
}

.blog-search input:focus {
	border: 1px solid #f59000 !important;
	border-right: none !important;
}

.blog-search button {
	width: 65px;
	background: #f59000;
	line-height: 65px;
	text-align: center;
	color: #fff;
	border: none;
	font-size: 20px;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}

.blog-search input:focus+button,
.blog-search button:hover {
	background: #333 !important;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}

/*======= ****========****=======

    Shop Style ( All Shop Style )

/*======= ****========****=======*/

.shop-item {
	position: relative;
	overflow: hidden;
	border: 1px solid #f2f2f2;
	margin-bottom: 30px;
}

.shop-img {
	position: relative;
	overflow: hidden;
}

.shop-content {
	padding: 10px;
}

.shop-item .shop-content h5 {
	font-size: 14px;
	line-height: 20px;
	margin-bottom: 0;
}

.shop-rating {
	font-size: 14px;
	line-height: 1;
	overflow: hidden;
	position: relative;
	width: 75px;
	height: 22px;
}

.shop-rating::before {
	color: #a9a9a9;
	content: "";
	float: left;
	font-family: fontawesome;
	left: 0;
	right: 0;
	text-align: center;
	letter-spacing: 2px;
	position: absolute;
	top: 0;
}

.shop-rating span {
	float: left;
	left: 0;
	overflow: hidden;
	padding-top: 1.5em;
	position: absolute;
	top: 0;
}

.product-price {
	color: #333038;
	font-size: 15px;
	font-weight: 500;
	padding: 5px 0 8px;
}

.product-price del {
	color: #9e9d9e;
	font-size: 13px;
	margin-right: 5px;
}

.product-price ins {
	color: #333333;
	font-size: 16px;
	text-decoration: none;
	font-weight: 600;
}

.product-size {
	display: block;
}

.product-size li {
	display: inline-block;
	border: 1px solid;
	padding: 5px;
	line-height: 1;
	margin-bottom: 10px;
}

.discount,
.in-stock {
	position: absolute;
	right: 0;
	bottom: 8%;
	background: #f59000;
	color: #fff;
	padding: 10px;
	line-height: 1;
	z-index: 2;
}

.in-stock {
	top: 0;
	bottom: auto;
	font-size: 16px;
	text-transform: uppercase;
	z-index: 2;
}

.stock-out {
	background: red;
}

.mega-offer {
	background: rgb(0, 172, 231)
}

.shop-img>a:before {
	background-color: rgba(0, 0, 0, 0.7);
	content: "";
	height: 100%;
	position: absolute;
	top: 0;
	width: 100%;
	opacity: 0;
	z-index: 1;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}

.shop-item .shop-img:hover a:before {
	opacity: 1;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}

.shop-item .shop-img img {
	-webkit-transform: scale(1);
	transform: scale(1);
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}

.shop-item:hover .shop-img img {
	-webkit-transform: scale(1.2);
	transform: scale(1.2);
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}

.product-img-icon {
	display: block;
	text-align: center;
	z-index: 2;
	position: absolute;
	left: 0;
	right: 0;
	padding: 10px 0 10px;
	margin: 0 auto;
	bottom: -22%;
	background: #f59000;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}

.product-img-icon li {
	display: inline-block;
	padding: 8px;
	border: 1px solid #FFF;
	line-height: 1;
	text-align: center;
	cursor: pointer;
}

.product-img-icon li i {
	color: #fff;
	font-size: 18px;
}

.product-img-icon li:hover {
	background: #222;
	border: 1px solid #222;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}

.shop-item:hover {
	-webkit-box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.06);
	box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.06);
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}

.shop-item:hover .product-img-icon {
	bottom: 0;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}

.widget-categories-list .categories-active {
	border-top: 1px dashed #f59000;
	display: none;
	padding-left: 20px
}

.widget-categories-list>ul>li.current-categories-lists>.categories-active {
	display: block;
}

.widget-categories-list ul li a {
	display: block;
	padding: 10px;
	color: #333;
	text-transform: capitalize;
	font-size: 14px;
	line-height: 26px
}

.widget-categories-list ul li a:hover {
	color: #f59000
}

.widget-categories-list ul>li,
.categories-lists ul li {
	border-bottom: 1px dashed #ededed;
}

.widget-categories-list ul>li:last-child {
	border-bottom: 0px dashed #ededed
}

.shop-item.shop-list .shop-content {
	margin-top: 40px;
}

.shop-item.shop-list .shop-content p {
	margin-bottom: 10px
}

.shop-item.shop-list .discount {
	right: 15px;
}

.shop-item.shop-list .in-stock {
	right: auto;
	left: 0;
}

.product-size-item h6,
.product-color-item h6,
.product-number-item h6,
.product-rating-item h6 {
	color: #000;
	display: inline-block;
	font-size: 16px;
	font-weight: 600;
	margin-right: 10px;
	text-transform: capitalize;
}

.product-size-item ul,
.product-color-item li,
.product-rating-item .shop-rating,
.product-color {
	display: inline-block !important;
}

.product-rating-item .shop-rating {
	top: 10px;
}

.product-number-item input {
	height: 30px;
	padding: 10px;
	width: 70px;
}

.product-color {
	line-height: 1;
}

.product-color li {
	display: block;
	height: 25px;
	text-align: center;
	width: 25px;
	border-radius: 50%;
}

.product-color-1 {
	background: #E54661 none repeat scroll 0 0;
}

.product-color-2 {
	background: #002D40 none repeat scroll 0 0;
}

.product-color-3 {
	background: #FF0DFF none repeat scroll 0 0;
}

.product-color-4 {
	background: #111111 none repeat scroll 0 0;
}

.product-color-5 {
	background: #89DDAC none repeat scroll 0 0;
}

.shop-tab-menu .nav-item {
	text-transform: uppercase;
	font-size: 13px;
}

.shop-product-row {
	margin-top: 20px;
}

.shop-tab-content {
	padding: 25px;
	border-top: 0;
	border-right: 1px;
	border-bottom: 1px;
	border-left: 1px;
	border-color: #ddd;
	border-style: solid;
}

.shop-tab-content .shop-product-details-row {
	clear: both;
	display: table-row;
}

.shop-tab-content .shop-product-details-row .details {
	display: table-cell;
	border-top: 1px solid #ddd;
	padding: 10px 0;
	padding-right: 20px;
	width: 25%;
	color: #333;
	font-weight: bold;
}

.shop-tab-content .shop-product-details-row .product-type {
	display: table-cell;
	border-top: 1px solid #ddd;
	padding: 10px 0;
}

/*======= ****========****=======

    Footer Style ( All Footer Style )

/*======= ****========****=======*/

.social-icon li {
	display: inline-block;
	width: 40px;
	height: 40px;
	line-height: 40px;
	font-size: 18px;
	text-align: center;
	cursor: pointer;
}

.social-icon li:hover {
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}

.social-icon li {
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}

.social-icon.bg-f2 li {
	background: #f2f2f2;
}

.social-icon.bg-f2 li a {
	color: #f59000;
}

.social-icon.bg-f2 li:hover {
	background: #f59000;
}

.social-icon.bg-f2 li:hover a {
	color: #FFF;
}

.social-icon.bg-theme li {
	background: #f59000;
}

.social-icon.bg-theme li a {
	color: #fff;
}

.social-icon.bg-theme li:hover {
	background: #222;
}

.social-icon.bg-theme li:hover a {
	color: #fff;
}

.social-icon.bg-black li {
	background: #222;
}

.social-icon.bg-black li a {
	color: #fff;
}

.social-icon.bg-black li:hover {
	background: #f59000;
}

.social-icon.bg-black li:hover a {
	color: #fff;
}

.social-icon.bg-transparent li {
	background: transparent;
}

.social-icon.bg-transparent li a {
	color: #333;
}

.social-icon.bg-transparent li:hover {
	background: transparent;
}

.social-icon.bg-transparent li:hover a {
	color: #f59000;
}

.social-icon.rounded li {
	border-radius: 50%;
}

.social-icon.round li {
	border-radius: 7px;
}

.social-icon.bordered li {
	border: 1px solid;
}

.social-icon.bordered li:hover {
	background: #f59000;
	border-color: #f59000;
}

.social-icon.bordered li:hover a {
	color: #fff;
}

.social-icon.bordered-theme li {
	border: 1px solid #f59000;
}

.social-icon.bordered-theme li a {
	color: #f59000;
}

.social-icon.bordered-theme li:hover {
	background: #f59000;
	border-color: #f59000;
}

.social-icon.bordered-theme li:hover a {
	color: #fff;
}

.news-area {
	margin-bottom: 20px;
}

.news-img {
	float: left;
	padding-top: 5px;
	padding-right: 15px;
}

.news-img a {
	display: inline-block;
	position: relative;
}

.news-img a span {
	font-size: 22px;
	position: absolute;
	top: 70%;
	left: 50%;
	color: #FFF;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	visibility: hidden;
	opacity: 0;
	z-index: 2;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}

.news-img a:after {
	position: absolute;
	content: '';
	width: 100%;
	height: 100%;
	background: #f59000;
	visibility: hidden;
	top: 0;
	left: 0;
	opacity: 0;
	z-index: 1;
	-webkit-transition: all .3s linear;
	transition: all .3s linear;
}

.news-area:hover .news-img a:after {
	visibility: visible;
	opacity: .8;
}

.news-area:hover .news-img a span {
	visibility: visible;
	opacity: 1;
	top: 50%;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}

.news-area .news-content p {
	font-size: 15px;
	padding-top: 10px;
}

.news-area .news-content span {
	color: #f59000;
}

.footer-list li {
	padding-bottom: 8px;
	padding-top: 8px;
	border-bottom: 1px solid #f59000;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}

.footer-list li a {
	margin-left: 5px;
}

.footer-list.border-deshed li {
	border-bottom: 1px dashed #f59000;
}

.footer-list.color-icon li i {
	color: #f59000;
}

.footer-list li:hover {
	padding-left: 5px;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}

.border-style-1,
.border-style-2,
.border-style-3,
.border-style-center {
	position: relative;
}

.border-style-1:before {
	top: 1px;
	content: "";
	height: 1px;
	left: 2px;
	margin: auto;
	position: absolute;
	width: 120px;
	background: #f8f8f8;
}

.border-style-1:after {
	top: 0;
	content: "";
	height: 3px;
	left: 2px;
	margin: auto;
	position: absolute;
	width: 40px;
	background: #f59000;
}

.border-style-2:after {
	top: 0;
	content: "";
	height: 3px;
	left: 2px;
	margin: auto;
	position: absolute;
	width: 50px;
	background: #f59000;
}

.border-style-3:before {
	top: -45px;
	content: "";
	height: 3px;
	left: 2px;
	margin: auto;
	position: absolute;
	width: 70px;
	background: #f59000;
}

.border-style-3:after {
	top: 0;
	content: "";
	height: 3px;
	left: 2px;
	margin: auto;
	position: absolute;
	width: 40px;
	background: #f59000;
}

.border-style-center:after {
	top: 0;
	content: "";
	height: 3px;
	left: 0;
	right: 0;
	margin: auto;
	position: absolute;
	width: 50px;
	background: #f59000;
}

.img-rounded img,
.img-rounded a:after,
.img-rounded a:before {
	border-radius: 100%;
}

.img-round img,
.img-round a:after,
.img-round a:before {
	border-radius: 10px;
}

.footer-item .subscribe-style-one,
.footer-item .subscribe-style-two,
.footer-item .subscribe-style-three {
	margin-bottom: 30px;
}

.btn-subscribe {
	height: 55px;
	border-radius: 0;
	background: #333;
	color: #fff;
	cursor: pointer;
}

.btn-subscribe:hover {
	background: #f59000;
}

.subscribe-style-two .btn-subscribe {
	background: #f59000;
}

.subscribe-style-two .form-control:focus {
	border-color: #f59000;
}

.subscribe-style-two .btn-subscribe:hover {
	background: #333;
}

.footer-item .newsletter-text {
	position: relative;
	padding-bottom: 20px;
}

.footer-item .newsletter-text:before {
	top: 30px;
	content: "";
	height: 3px;
	left: 2px;
	margin: auto;
	position: absolute;
	width: 40px;
	background: #f59000;
}

.flicker-feed>a {
	display: inline-block;
	float: left;
	position: relative;
	width: 33.3333%;
	z-index: 1;
}

.flicker-feed.gutter>a {
	display: inline-block;
	float: left;
	position: relative;
	width: 33.33%;
	z-index: 1;
	padding: 1px;
}

.flicker-feed>a:before {
	background-color: rgba(252, 194, 54, 0.90);
	content: "";
	height: 100%;
	position: absolute;
	top: 0;
	width: 100%;
	opacity: 0;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}

.flicker-feed>a:hover:before,
.flicker-feed>a:hover:after {
	opacity: 1;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}

.flicker-feed>a:after {
	color: #fff;
	content: "\e618";
	font-family: 'Pe-icon-7-stroke';
	font-size: 24px;
	font-weight: 300;
	left: 45%;
	position: absolute;
	top: 45%;
	margin-top: -7px;
	margin-left: -7px;
	width: 100%;
	z-index: 5;
	opacity: 0;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}

.footer-item form .form-control {
	height: 45px;
	margin-bottom: 0;
}

.footer-item .contact-textarea .form-control {
	height: 85px;
	margin-bottom: 15px;
}

.footer-btn {
	font-size: 13px;
	color: #fff;
	background: #222;
}

.footer-btn:hover {
	color: #fff;
	background: #f59000;
}

.footer-btn-1 {
	font-size: 13px;
	color: #fff;
	background: #f59000;
}

.footer-btn-1:hover {
	color: #fff;
	background: #222;
}

.footer-item .footer-feature i {
	font-size: 30px;
	margin-bottom: 15px;
}

.bg-footer-1 {
	color: #fff;
}

.bg-footer-1 a:hover {
	color: #f59000;
}

.bg-footer-1,
.bg-footer-1 h4,
.bg-footer-1 .footer-title h4,
.bg-footer-1 h5,
.bg-footer-1 .footer-item h6,
.bg-footer-1 .footer-item .newsletter-text,
.bg-footer-1 .footer-item .social-icon.bordered li i,
.bg-footer-1 .social-icon.bordered li i,
.bg-footer-1 .footer-item .social-icon.bg-black li,
.bg-footer-1 a {
	color: #fff;
}

#map {
	width: auto;
	height: 525px;
}

.bg-footer-1 hr {
	background: #eee;
}

.bg-footer-1 .footer-item form .form-control {
	background: transparent;
	border-color: #777;
}

.bg-footer-1 .footer-item form .form-control:focus {
	border-color: #f59000;
}

/*form style Css*/



.form-style-one .form-control {
	background: transparent;
	border: 1px solid #ddd;
	color: #fff;
}

/*Online Book Store*/

.obs-section .listtable {
	padding: 0;
}

.obs-section .listtable table {
	border-collapse: collapse;
	border-spacing: 0;
}

.obs-section #booklist td img {
	width: inherit;
	max-width: 90px;
}

.obs-section #booklist td {
	vertical-align: top;
}

.obs-section #JumpForm {
	padding: 7px 0;
	clear: both;
	float: left;
}

.obs-section .headerrow {
	padding: 10px 0 0 0;
	color: #999;
	font-weight: bold;
}

.obs-section .classrow {
	font-size: 1.1em;
	color: #C91A1A;
	border-top: 1px solid #999;
	border-bottom: 1px solid #999;
}

.obs-section a,
.obs-section h2 a:hover {
	color: #C91A1A;
	text-decoration: none;
}

/*new stryle*/
.tution-fee h5 {
	margin: 0px;
	padding: 0px 0px 10px 0px;
	font-weight: 500;
}

.tution-fee h6 {
	margin: 0px;
	padding: 0px;
	font-weight: 500;
	line-height: normal;
}

.tf-sec .tution-fee p strong {
	font-weight: 600;
	margin: 0px;
	padding: 0px 0px 10px 0px;
	font-size: 20px;

}

.tf-sec .tution-fee p {
	font-family: 'Poppins', sans-serif;
	color: #111111;
	font-size: 16px;
	margin: 0px;
	padding: 0px;
	font-weight: 500;
	line-height: normal;
}

.tf-sec h3 strong {
	font-weight: 500;
}

.tf-sec .alert {
	text-transform: uppercase;
}

.fs16 {
	font-size: 16px !important;
}

.blog_main_section {
	padding: 20px;
	background: #ffffff !important;
}

.blog_sidebar {
	padding: 20px;
	background: #ffffff !important;
}

.blog_sidebar .widget-title {
	font-size: 16px !important;
	font-weight: 500 !important;
	text-align: left !important;
	line-height: 1.3;
}

.text-center {
	padding-bottom: 12px;
}