/*
Template Name: turner
Author: turner
*/


/*
======================================================================================
CSS INDEX
======================================================================================
**** turner HEADER TOP AREA CSS 					***
**** turner HEADING NAV AREA CSS 					***
**** turner NIVO SLIDER AREA CSS					***
**** turner SEARCH AREA CSS 						***
**** turner  ABOUT  AREA CSS							***
**** turner CATEGORY AREA CSS 						***
**** turner COUNTER AREA CSS						***
**** turner PORTFOLIO AREA CSS 					***
**** turner IT AREA CSS									***
**** turner PRICING AREA CSS  						***
**** turner TESTIMONIAL AREA CSS 					***
**** turner BLOG AREA CSS 								***
**** turner BLOG DETAILS AREA CSS 				***
**** turner AUTHOR AREA CSS 						***
**** turner  PRICING AREA CSS 						***
**** turner  CONTACT FORM AREA CSS				***
**** turner  FOOTER MIDDLE AREA CSS 			***
**** turner  FOOTER BOTTOM AREA CSS			***
**** turner INSTAGRAM AREA CSS 					***
**** turner BRAND AREA CSS							***
**** turner  BREADCRUMB AREA CSS 				***
**** turner  BLOG PAGE AREA CSS 					***
**** turner  404 AREA CSS 								***
**** turner  SCROLL TOP AREA CSS 					***
**** turner  SECTION TITLE CSS 						***
**** turner  CUOROSEL  CSS							***
=============================================================================================
END CSS INDEX
============================================================================================= */
:root {
	--main-color: #002646;
	--secondaryColor: #F36C20;
	--bgColor: #F9FaFb;
	--headingColor: #354A5E;
	--whiteColor: #FFFFFF;
	--blackColor: #222222;
	--fontSize: 16px;
	--transition: .5s;
	--border-radius: 4px;
	--font-primary: "Roboto", sans-serif;
	--font-secondary: "Poppins", sans-serif;
	--transition: .5s;
	--box-shadow: 0 0 20px 3px rgba(0, 0, 0, 0.05);
	--color-primary: #5541f8;
	--baseUrl: 'http://localhost:8000'
}

html,
body {}

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

.d-flex {
	display: flex;
}

/* box layout */
.box.wrapper {
	max-width: 1200px;
	margin: auto;
	background: #fff;
	-webkit-box-shadow: 0px 0px 5px #ddd;
	box-shadow: 0px 0px 5px #ddd;
}


/* end box layout */
.fix {
	overflow: hidden;
}

.clear_both {
	clear: both;
}


/*============================
turner HEADER TOP AREA CSS
==============================*/
.em40_header_area_main {}

.em40_header_area_main.hdisplay_none {
	display: none;
}

.turner-header-top {
	background: var(--main-color);
	padding: 6px 0 14px;
}

.top-address {
	padding-top: 8px;
}

.top-right-menu {
	padding-top: 9px;
}

.top-address p {
	margin-bottom: 0;
	color: #fff;
}

.top-address p span,
.top-address p a {
	margin-right: 20px;
}

.top-address p span i,
.top-address p span i,
.top-address p a i {
	color: #fff;
	margin-right: 10px;
}

.top-address p a {
	display: inline-block;
	text-decoration: none;
	-webkit-transition: all 0.2s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
	letter-spacing: 1px;
}

/* TOP RIGHT CSS */
.top-right-menu ul.social-icons {
	margin: 0;
	padding: 0;
}

.top-right-menu ul.social-icons li {
	display: inline-block;
	margin-left: 15px;
	position: relative;
	transition: .3s;
}

.top-right-menu ul.social-icons li a {
	display: inline-block;
	text-decoration: none;
	-webkit-transition: all 0.2s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
	margin-left: 15px;
}

.top-address p a,
.top-right-menu ul.social-icons li a,
.top-address p span {
	color: #fff;
	transition: .3s;
}

.top-both-p0 .top-address p a,
.top-both-p0 .top-address p span {
	margin-right: 0px;
	margin-left: 12px;
}

.top-address p a:hover,
.top-address p a:hover i,
.top-address p span:hover,
.top-address p span:hover i,
.top-right-menu ul.social-icons li a:hover {
	color: #ad926b;
}

/* Header Top Two */
.turner-header-top.header_top_two {
	background: #e91e63 none repeat scroll 0 0;
}

.header_top_two .top-address p a {
	color: #fff;
}

.header_top_two .top-address p span i,
.header_top_two .top-address p a i {
	color: #fff;
}

.header_top_two .top-right-menu ul.social-icons li a {
	color: #fff;
}

/* sub menu css */
.top-right-menu ul .sub-menu {
	position: absolute;
	left: 0px;
	top: 100%;
	visibility: hidden;
	opacity: 0;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	border-top: 1px solid var(--main-color);
	width: 150px;
	-webkit-transition: .5s;
	-o-transition: .5s;
	transition: .5s;
	text-align: left;
	background: #fff;
	z-index: 1;
}

.top-right-menu ul.social-icons li:hover .sub-menu {
	opacity: 1;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	visibility: visible;
}

.top-right-menu ul .sub-menu li {
	padding: 5px 0px 0px 5px;
}

.top-right-menu ul .sub-menu li a {
	font-size: 12px;
}

.top-right-menu ul .sub-menu ul {
	display: none;
}

.top-welcome p {
	padding: 0px;
	margin: 0px;
}

.top-address.em-login a {
	margin-right: 10px;
}

.top-address.em-login a+a {
	margin-right: 0;
}

.top-address.em-login p a i,
.top-address.em-login p a i {
	margin-right: 5px;
}

.top-address.em-login a+a:before {
	content: "|";
	margin-right: 12px;
}

.txtc {
	text-align: center;
}

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

.text-left {
	text-align: left;
}

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

.text-right .register {
	color: #fff;
	text-transform: uppercase;
	font-size: 12px;
	margin-right: 7px;
	background: var(--main-color);
	padding: 3px 20px;
	border-radius: 30px;
	border: 1px solid var(--main-color);
}

.text-right .login {
	color: #fff;
	text-transform: uppercase;
	font-size: 12px;
	background: transparent;
	padding: 3px 20px;
	border-radius: 30px;
	border: 1px solid #fff;
	-webkit-transition: .3s;
	-o-transition: .3s;
	transition: .3s;
}

/* top opening */
.top-address.menu_18 span {
	background: #fff;
	padding: 8px 15px 9px;
	display: inline-block;
	color: #333;
}

.top-right-menu ul.social-icons.menu_18,
.top-right-menu ul.social-icons.menu_19 {
	padding: 7px 0;
}

.em-login.menu_18,
.em-quearys-top.menu_19 {
	padding: 7px 0;
}

/* top quearys */
.em-top-quearys-area {
	position: relative;
}

.em-header-quearys {
	list-style: none;
}

.em-quearys-menu i {
	background: #e91e63 none repeat scroll 0 0;
	border-radius: 50px;
	display: inline-block;
	height: 26px;
	text-align: center;
	width: 26px;
	line-height: 26px;
	font-size: 14px;
	color: #fff;
}

.em-quearys-inner {
	position: absolute;
	right: 0;
	top: 36px;
	z-index: 999;
	display: none;
	-webkit-transition: .5s;
	-o-transition: .5s;
	transition: .5s;
}

.em-quearys-inner {}

.em-quearys-form {
	background-color: #ffffff;
	border-top: 1px solid var(--main-color);
	width: 290px;
	float: right;
}

.top-form-control {
	position: relative;
}

.top-form-control input {
	background: #f9f9f9;
	color: #666666;
	font-size: 13px;
	font-weight: 300;
	height: 48px;
	padding: 0 40px 0 15px;
	width: 100%;
	border: none;
	-webkit-transition: 1s;
	-o-transition: 1s;
	transition: 1s;
}

.top-form-control button.top-quearys-style {
	position: absolute;
	right: 6px;
	top: 50%;
	background: transparent;
	font-size: 15px;
	border: none;
	color: var(--main-color);
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}

.em-s-hidden {
	display: none !important;
}

/* address left right icon */
.top-right-menu.litop {
	float: left;
}

/* mobile logo   */
.mobile_menu_logo.text-center {
	padding: 20px 0;
}

.no-logo-sr .em-quearys-top.msin-menu-search .em-quearys-inner {
	top: 70px;
}

.no-logo-sr .turner_menu ul {
	text-align: center;
}

.no-logo-sr .turner_menu ul li {
	text-align: left;
}

/*==============================
turner HEADING NAV AREA CSS
===============================*/
.mean-container .mean-bar {
	padding: 0;
}

.mean-container .mean-nav {
	background: var(--headingColor) none repeat scroll 0 0;
	float: none;
}

.main_menu_div {
	position: relative;
}

.turner_nav_area {
	z-index: 99999999;
	-webkit-box-shadow: 0px 4px 5px -3px rgba(0, 0, 0, 0.20);
	box-shadow: 0px 4px 5px -3px rgba(0, 0, 0, 0.20);
}

.header_no_transparent .turner_nav_area {
	background: #fff;
	position: inherit;
	-webkit-box-shadow: none;
	box-shadow: none;
}

.header_no_transparent .turner_menu>ul>li>a {
	color: #555;
}

.header_no_transparent .turner_menu>ul>li:hover a {
	color: var(--main-color);
}

.header_no_transparent .turner_menu ul .sub-menu li a {
	color: #444 !important;
}

.header_no_transparent a.dtbtn:hover {
	background-color: #122a89;
	color: #fff;
}

.header_transparent_two .turner_nav_area {
	background: inherit;
	-webkit-box-shadow: none;
	box-shadow: none;
}

.header_transparent_two .logo-left {
	background: rgba(0, 0, 0, 0.55);
}

.header_transparent_two .turner_nav_area.prefix {
	background: transparent !important;
	top: 0px;
}

.header_transparent_two .turner_nav_area.prefix .logo-left {
	background: #0D2352;
}

/* LOGO CSS */
.logo {
	margin-top: 5px;
}

.logo a {
	font-weight: 700;
	display: inline-block;
	margin-top: 2px;
}

.turner_menu {
	text-align: right;
}

/* MAIN MENU CSS */
.turner_menu ul {
	text-align: right;
	list-style: none;
}

.turner_menu>ul>li {
	display: inline-block;
	position: relative;
}

.turner_menu>ul>li>a {
	position: relative;
	display: block;
	-webkit-transition: .5s;
	-o-transition: .5s;
	transition: .5s;
	color: #333;
	font-size: 14px;
	font-weight: 700;
	text-transform: uppercase;
	margin: 39px 0px 38px;
	margin-left: 24px;
	letter-spacing: 1px;
}

/*
.turner_menu > ul > li > a::after {
	content: ' ';
	position: absolute;
	right: -5px;
	top: 0;
	width:2px;
	height:20px;
	background-color: #5d75c2;
}
.turner_menu > ul > li > a::before {
	content: ' ';
	position: absolute;
	top: 0;
	left: -5px;
	width:2px;
	height:20px;
	background-color: #5d75c2;
}
*/
.turner_menu ul li:last-child a {
	margin-right: 0px;
}

.turner_menu>ul>li.current a,
.turner_menu>ul>li:hover>a {
	color: var(--main-color);
}

.turner_menu>ul>li.current>a {
	color: var(--main-color);
}

/* Menu Transparent */
.trp_nav_area {
	position: fixed;
	left: 0;
	right: 0;
	top: 0;
	z-index: 9999;
	background-color: transparent;
	padding: 25px 0;
	-webkit-transition: .5s;
	-o-transition: .5s;
	transition: .5s;
}

/* stycky nav Css */
.transprent-menu .turner_nav_area {
	left: 0;
	right: 0;
	top: 0;
	z-index: 9999;
	background-color: transparent;
	padding: 0;
	-webkit-transition: .5s;
	-o-transition: .5s;
	transition: .5s;
	position: absolute;
}

.turner_nav_area.postfix {
	-webkit-transition: .3s;
	-o-transition: .3s;
	transition: .3s;
}

.turner_nav_area.prefix {
	background: #ffffff !important;
	top: 0px;
}

.turner_nav_area.prefix .turner_menu>ul>li>a {
	color: var(--blackColor);
	-webkit-transition: .3s;
	-o-transition: .3s;
	transition: .3s;
}

.turner_nav_area.prefix .turner_menu>ul>li.current>a,
.turner_nav_area.prefix .turner_menu>ul>li>a:hover {
	color: var(--main-color);
}

/* LOGO LEFT RIGHT CSS */
.logo-left {}

.logo-right .logo {
	text-align: right;
}

.logo-right .turner_menu>ul {
	text-align: left;
}

.logo-right .turner_menu>ul>li:first-child a {
	padding-left: 0px;
}

.logo-right .turner_menu>ul>li:last-child a {
	padding-right: auto;
}

/* logo top */
.logo-top .logo {
	text-align: center;
}

.logo-top .turner_menu>ul {
	text-align: center;
}

.logo-top>.turner_menu>ul>li:last-child a {
	padding-right: auto;
}

/* sub menu style */
.turner_menu ul .sub-menu {
	position: absolute;
	left: 0;
	top: 130%;
	width: 217px;
	text-align: left;
	background: #fff;
	margin: 0;
	padding: 15px 0;
	z-index: 9999;
	-webkit-box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.3);
	box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.3);
	-webkit-transition: .5s;
	-o-transition: .5s;
	transition: .5s;
	opacity: 0;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	visibility: hidden;
}

.turner_menu ul li:hover>.sub-menu {
	opacity: 1;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	visibility: visible;
	top: 100%;
	z-index: 9;
}

.turner_menu ul .sub-menu li {
	position: relative;
}

.turner_menu ul .sub-menu li a {
	display: block;
	padding: 12px 20px;
	margin: 0;
	line-height: 1.3;
	letter-spacing: normal;
	font-size: 12px;
	font-weight: 500;
	text-transform: uppercase;
	-webkit-transition: .1s;
	-o-transition: .1s;
	transition: .1s;
	visibility: inherit !important;
	color: #333;
}

.turner_menu ul .sub-menu li:hover>a,
.turner_menu ul .sub-menu .sub-menu li:hover>a,
.turner_menu ul .sub-menu .sub-menu .sub-menu li:hover>a,
.turner_menu ul .sub-menu .sub-menu .sub-menu .sub-menu li:hover>a {
	background: rgba(255, 255, 255, .06);
	color: var(--main-color);
}

/* sub menu 2 */
.turner_menu ul .sub-menu .sub-menu {
	left: 100%;
	top: 130%;
	opacity: 0;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	visibility: hidden;
}

.turner_menu ul .sub-menu li:hover>.sub-menu {
	opacity: 1;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	visibility: visible;
	top: 0%;
}

/* sub menu 3 */
.turner_menu ul .sub-menu .sub-menu li {
	position: relative;
}

.turner_menu ul .sub-menu .sub-menu .sub-menu {
	right: 100%;
	left: auto;
	top: 130%;
	opacity: 0;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	visibility: hidden;
}

.turner_menu ul .sub-menu .sub-menu li:hover>.sub-menu {
	opacity: 1;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	visibility: visible;
	top: 0%;
}

/* sub menu 4 */
.turner_menu ul .sub-menu .sub-menu .sub-menu li {
	position: relative;
}

.turner_menu ul .sub-menu .sub-menu .sub-menu .sub-menu {}

.turner_menu ul .sub-menu .sub-menu .sub-menu li:hover>.sub-menu {
	opacity: 1;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	visibility: visible;
	top: 0%;
}

/* user login */
.logged-in .transprent-menu .turner_nav_area.prefix {
	top: 32px;
}

.logged-in .trp_nav_area.hbg2 {
	top: 32px;
}

/* Main  menu search */
.turner_menu.main-search-menu>ul,
.em-quearys-top.msin-menu-search {
	display: inline-block;
}

.em-quearys-top.msin-menu-search .em-quearys-menu i {
	height: 36px;
	width: 36px;
	line-height: 36px;
	margin-left: 20px;
}

.em-quearys-top.msin-menu-search .em-quearys-inner {
	top: 59px;
}

/* has menu icon */
.turner-main-menu .menu-item-has-children>a:after {
	margin-left: 5px;
	content: "\f107";
	font-family: FontAwesome;
	opacity: 1;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	font-size: 13px;
	opacity: .5;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
}

.turner-main-menu .menu-item-has-children .menu-item-has-children>a:after {
	margin-left: 8px;
	content: "\f105";
}

/* Main menu button */
.donate-btn-header {
	display: inline-block;
	float: right;
}

a.dtbtn {
	border: none;
	display: block;
	font-size: 14px;
	margin-left: 22px;
	font-weight: 500;
	text-transform: uppercase;
	border-radius: 30px;
	padding: 8px 30px;
	background-color: var(--main-color);
	color: #fff;
	margin-top: 30px;
	letter-spacing: 1px;
	border: 2px solid transparent;
}

a.dtbtn:hover {
	background-color: transparent;
	color: var(--main-color);
	border-color: var(--main-color);
}

.redX {
	color: var(--main-color);
}

/* logo sticky */
.turner-main-menu .logo a.main_sticky_main_l {
	display: block;
}

.turner-main-menu .logo a.main_sticky_l {
	display: none;
}

/* logo pre */
.turner-main-menu .prefix .logo a.main_sticky_main_l {
	display: none;
}

.turner-main-menu .prefix .logo a.main_sticky_l {
	display: block;
	margin-top: 3px;
}

.headroom--pinned {
	-webkit-transform: translateY(0);
	-ms-transform: translateY(0);
	transform: translateY(0);
}

.headroom--unpinned {
	-webkit-transform: translateY(-100%);
	-ms-transform: translateY(-100%);
	transform: translateY(-100%);
}

.header--fixed {
	position: fixed;
	z-index: 10;
	right: 0;
	left: 0;
	top: 0;
	-webkit-transition: -webkit-transform .25s ease-in-out;
	transition: -webkit-transform .25s ease-in-out;
	-o-transition: transform .25s ease-in-out;
	transition: transform .25s ease-in-out;
	transition: transform .25s ease-in-out, -webkit-transform .25s ease-in-out;
	will-change: transform;
}

.menu-height-space {
	height: 100px;
}

/*=============================
turner NIVO SLIDER AREA CSS
==============================*/
.main_slider_area {
	position: relative;
}

.nivo-caption {
	background: transparent;
	height: 100%;
	opacity: 1;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}

.em-slider-content-nivo {}

.em_slider_right {}

.em_slider_inner {
	margin: auto;
	position: absolute;
	top: 54%;
	left: 0;
	right: 0;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	z-index: 9999;
}

/* slider title */
.em-slider-title {
	color: #fff;
	font-size: 15px;
	font-weight: 600;
	margin-bottom: 23px;
	text-transform: uppercase;
}

.em-slider-sub-title {
	color: #fff;
	font-size: 65px;
	font-weight: 700;
	margin-bottom: 0;
	margin: 0;
}

.em-slider-up-title {
	font-size: 31px;
	color: #fff;
	font-weight: 500;
	padding-bottom: 25px;
	letter-spacing: 3px;
	text-transform: uppercase;
	position: relative;
	display: inline-block;
}

.em-slider-up-title::before {
	content: "";
	position: absolute;
	left: -114px;
	top: 19px;
	width: 100px;
	height: 2px;
	background: #fff;
}

.em-slider-up-title::after {
	content: "";
	position: absolute;
	right: -114px;
	top: 19px;
	width: 100px;
	height: 2px;
	background: #fff;
}

.em-slider-sub-em-title {
	font-size: 24px;
	color: #fff;
	font-weight: 500;
}

.text-center .em-slider-sub-title {
	font-weight: 600;
	text-transform: capitalize;
}

.em-slider-descript {
	color: #fff;
}

.em-slider-descript {
	font-size: 22px;
	margin-bottom: 20px;
	/*! width: 59%; */
	z-index: 999;
	font-weight: 400;
	letter-spacing: 1px;
}

.text-left .em-slider-descript {
	margin-left: 0;
	margin-right: auto;
}

.text-center .em-slider-descript {
	margin: 11px auto 28px;
}

.text-right .em-slider-descript {
	margin-right: 0;
	margin-left: auto;
}

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

/* slider button */
.em-button-button-area a {
	border: 2px solid #fff;
	color: #fff;
	display: inline-block;
	font-size: 15px;
	margin-right: 10px;
	margin-top: 12px;
	padding: 9px 40px;
	position: relative;
	text-transform: uppercase;
	-webkit-transition: all 0.5s ease 0s;
	-o-transition: all 0.5s ease 0s;
	transition: all 0.5s ease 0s;
	z-index: 999;
	letter-spacing: 1px;
	border-radius: 30px;
}

a.em-active-button {
	background: var(--main-color);
	border-color: var(--main-color);
}

.em-button-button-area a:hover {
	color: #fff;
	background: var(--main-color);
	border-color: var(--main-color);
}

a.em-active-button:hover {
	background: transparent;
	border-color: #fff;
}

.em-slider-half-width {
	width: 50%;
}

.em-slider-left {
	padding-right: 30px;
}

.em-slider-right {
	padding-left: 30px;
}

.em-slider-full-width {
	width: 85%;
}

.em-slider-half-width .em-slider-descript {
	width: 100%;
}

/* directionNav */
.em-nivo-slider-wrapper .nivo-directionNav {}

.em-nivo-slider-wrapper .nivo-directionNav a {
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	height: 70px;
	width: 70px;
	line-height: 68px;
	text-align: center;
	display: block;
	border-radius: 50%;
	color: #fff;
	font-size: 34px;
	left: 0;
	-webkit-transition: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
	opacity: 0;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	visibility: hidden;
	border-radius: 50%;
	background: transparent;
	margin-right: 30px;
	border: 1px solid #fff;
}

.em-nivo-slider-wrapper .nivo-directionNav .nivo-prevNav {
	border-radius: 50%;
	margin-left: 30px;
}

.em-nivo-slider-wrapper .nivo-directionNav .nivo-nextNav {
	left: auto;
	right: 0;
}

.em-nivo-slider-wrapper .nivo-directionNav a:hover {
	background: var(--main-color);
	border-color: var(--main-color);
	color: #fff;
}

.em-nivo-slider-wrapper:hover .nivo-directionNav a {
	opacity: 1;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	visibility: visible;
	left: 50px;
}

.em-nivo-slider-wrapper:hover .nivo-directionNav .nivo-nextNav {
	left: auto;
	right: 50px;
}

/* controlNav */
.em-nivo-slider-wrapper .nivo-controlNav {
	bottom: 50px;
	padding: 0;
	position: absolute;
	width: 100%;
	z-index: 9;
	display: none;
}

.em-nivo-slider-wrapper .nivo-controlNav a {
	background: #000 none repeat scroll 0 0;
	border-radius: 50%;
	cursor: pointer;
	display: inline-block;
	font-size: 14px;
	height: 25px;
	margin: 0 5px;
	width: 25px;
	color: #fff;
	line-height: 25px;
}

.em-nivo-slider-wrapper .nivo-controlNav a:hover,
.em-nivo-slider-wrapper .nivo-controlNav a.active {
	background: #e91e63 none repeat scroll 0 0;
	opacity: 1;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}

/*==================
CUROUSEL SLIDER AREA
====================*/
.slider_area {
	background: url(../images/slider-bg1.jpg);
	background-size: cover;
	background-position: center center;
	position: relative;
	z-index: 1;
}

.slider_area:before {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.45);
	z-index: -1;
}

.slider_content {
	display: table;
	height: 525px;
	width: 100%;
	text-align: center;
}

.slider_text {
	display: table-cell;
	vertical-align: middle;
	width: 100%;
}

.slider_text>h1 {
	color: #fff;
	font-size: 12px;
	text-transform: uppercase;
	color: #444;
	letter-spacing: 3px;
}

.slider_text>p {
	color: #fff;
	width: 61%;
	margin: auto;
	font-size: 18px;
}

.slider_readmore {
	margin-top: 32px;
}

.sreadmore {
	color: #fff;
	font-size: 14px;
	font-weight: 700;
	padding: 12px 40px;
	border-radius: 30px;
	display: inline-block;
	margin: 0 7px 0;
	-webkit-transition: .5s;
	transition: .5s;
	text-transform: uppercase;
	background: #000;
	border-radius: 5px;
	z-index: 99999999;
}

.sreadmore:hover {
	color: #444;
	background: #fff;
}

.slider_text_inner {
	display: inline-block;
}

.slider_text .slider_text_inner>h1 {
	color: #fff;
	font-size: 72px;
	text-transform: capitalize;
	font-weight: 700;
	margin: 0;
}

.slider_text .slider_text_inner h3 {
	color: #fff;
	font-size: 25px;
	text-transform: uppercase;
	letter-spacing: 2px;
	font-weight: 600;
}

.slider_text_inner p {
	color: #fff;
	font-size: 25px;
	padding-top: 10px;
}

.scroll-next {
	position: absolute;
	left: 0;
	right: 0;
	bottom: 18%;
	margin: auto;
	z-index: 999999;
}

.scroll-next a {
	color: #fff;
	font-size: 35px;
}

.particles-js-canvas-el {
	position: absolute;
	top: 0;
	z-index: -1;
}

#particles-js {}

/*=========================
Slick Slider Area Css
===========================*/
.slick-slider-area {}

.slick-single-slider {
	height: 100vh;
	position: relative;
	z-index: 999;
}

.slick-single-slider:before {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	content: "";
	background: rgba(0, 0, 0, 0.60);
	z-index: -1;
}

.slider-1 {
	background: url(assets/images/slide-5.html);
	-webkit-background-size: cover;
	background-size: cover;
}

.slider-2 {
	background: url(assets/images/slider-1.html);
	-webkit-background-size: cover;
	background-size: cover;
}

.slick-single-slider .slider-content {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	width: 100%;
	text-align: left;
	left: 20.5%;
}

.slick-single-slider .slider-content h1 {
	color: #fff;
	font-size: 58px;
	text-transform: capitalize;
	padding: 6px 0 0;
	font-weight: 600;
	margin: 0;
}

.slider-content p {
	color: #fff;
	font-size: 24px;
	margin-top: 22px;
}

.slick-single-slider .button {
	display: inline-block;
	color: #fff;
	background: #ee363f;
	padding: 12px 37px;
	font-size: 16px;
	text-transform: uppercase;
	margin: 0 8px;
	border-radius: 30px;
	font-weight: 500;
	transition: .3s;
	position: relative;
	z-index: 1;
	margin-top: 27px;
}

.slick-single-slider .button::before {
	position: absolute;
	content: "";
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	background: #fff;
	transition: .3s;
	z-index: -1;
	transform: scale(0);
	border-radius: 30px;
}

.slick-single-slider .button:hover::before {
	transform: scale(1);
}

.slick-single-slider .button:hover {
	color: #ee363f;
}

.slider-navegarion-style-one .slick-dots {
	bottom: 96px;
	text-align: center;
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
}

.slider-navegarion-style-one .slick-dots li {
	cursor: pointer;
	display: inline-block;
	height: auto;
	margin: 0;
	padding: 0;
	position: relative;
	width: auto;
}

.slider-navegarion-style-one .slick-dots li button::before {
	background: #fff none repeat scroll 0 0;
	content: "";
	height: 20px;
	left: 0;
	line-height: 1;
	opacity: 1;
	position: absolute;
	text-align: center;
	top: 0;
	transition: all 0.3s ease-in-out 0s;
	width: 1px;
}

.slider-navegarion-style-one .slick-dots li button {
	background: transparent none repeat scroll 0 0;
	border: 0 none;
	color: transparent;
	cursor: pointer;
	display: block;
	font-size: 0;
	height: auto;
	line-height: 0;
	outline: medium none;
	padding: 0;
	width: 10px;
}

.slider-navegarion-style-one .slick-dots li button:hover::before,
.slider-navegarion-style-one .slick-dots li.slick-active button::before {
	background: #fff none repeat scroll 0 0;
	height: 30px;
}

/* Slick Slider Next & Prv */
.slick-prev,
.slick-next {
	font-size: 0;
	line-height: 0;
	position: absolute;
	top: 50%;
	display: block;
	padding: 0;
	-webkit-transform: translate(0, -50%);
	-ms-transform: translate(0, -50%);
	transform: translate(0, -50%);
	cursor: pointer;
	color: transparent;
	border: none;
	outline: none;
	background: transparent;
	z-index: 99;
	text-align: center;
}

.slick-prev {
	left: 30px;
}

.slick-next {
	right: 30px;
}

.arrow-style-one .slick-prev,
.arrow-style-one .slick-next {
	height: 60px;
	width: 40px;
	background: rgba(0, 0, 0, 0.5);
	transition: .3s ease-in-out 0s;
}

.slick-prev::before,
.slick-next::before {
	font-family: 'FontAwesome';
	font-size: 50px;
	line-height: 1;
	opacity: 1;
	color: #fff;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.slick-next::before {
	content: '\f105';
}

.slick-prev::before {
	content: '\f104';
}

.slick-single-slider .scroll-next {
	position: absolute;
	left: 0;
	right: 0;
	bottom: -200px;
	margin: auto;
	z-index: 999999;
}

/*----------------------------------------
8. HOME 2 HERO SLIDER SECTION
------------------------------------------*/
.hero-slider-area {
	background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
	height: auto;
}

.hero-slider-area .single-slide {
	height: calc(100vh - 100px);
	position: relative;
	z-index: 999;
}

.hero-slider-area .overlay-white:after {
	background-color: rgba(41, 38, 51, 0.8);
}

.hero-slider-area .overlay-dark:after {
	background-color: rgba(41, 38, 51, 0.8);
}

.hero-slider-area .slide-one-bg {
	background: rgba(41, 38, 51, 0.8) url("assets/images/slider-1.html") no-repeat scroll center center / cover;
}

.hero-slider-area .slide-two-bg {
	background: rgba(41, 38, 51, 0.8) url("assets/images/slider-2.jpg") no-repeat scroll center center / cover;
}

.hero-slider-area .slide-three-bg {
	background: rgba(41, 38, 51, 0.8) url("assets/images/slider-3.html") no-repeat scroll center center / cover;
}

.hero-slider-area .banner-content {
	left: 0;
	position: absolute;
	right: 0;
	text-align: center;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}

.banner-content h1 {
	font-size: 60px;
	margin-bottom: 10px;
	text-transform: capitalize;
	color: #fff;
}

.banner-content p {
	font-size: 16px;
	margin: 20px auto;
	width: 45%;
	color: #fff;
}

.btn {
	/* background-color: #423f50; */
	border: 0 none;
	border-radius: 100px;
	color: #fff;
	display: inline-block;
	font-size: 14px;
	font-weight: 500;
	line-height: 1;
	padding: 15px 40px;
	text-align: center;
	text-transform: uppercase;
	letter-spacing: 2px;
	-webkit-transition: .5s;
	-o-transition: .5s;
	transition: .5s;
	display: inline-block;
	margin-top: 19px;
}

.btn:hover {
	background: var(--main-color);
	color: #fff;
}

.hero-slider-area .slick-prev {
	left: 25px;
}

.hero-slider-area .slick-next {
	right: 25px;
}

.hero-slider-area .slick-dots {
	bottom: 0;
}

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

.overlay-white:after,
.overlay-dark:after {
	background-color: rgba(41, 38, 51, 0.8);
	content: "";
	height: 100%;
	left: 0;
	position: absolute;
	right: 0;
	top: 0;
	width: 100%;
	z-index: -1;
}

.slick-prev,
.slick-next {
	background-color: rgba(0, 0, 0, 0.30);
	border-radius: 50px;
	-webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
	box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
	height: 70px;
	top: 50%;
	-webkit-transform: translate(0px, -50%);
	-ms-transform: translate(0px, -50%);
	transform: translate(0px, -50%);
	width: 70px;
	z-index: 1;
	-webkit-transition: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
	color: #fff;
}

.testimonial-carousel .slick-prev,
.testimonial-carousel .slick-next {
	top: calc(50% + 80px);
	-webkit-transform: translate(0px, calc(-50% - 40px));
	-ms-transform: translate(0px, calc(-50% - 40px));
	transform: translate(0px, calc(-50% - 40px));
}

.slick-prev::before,
.slick-next::before {
	color: #fff;
	font-family: FontAwesome;
	font-size: 30px;
	-webkit-transition: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
}

.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
	background-color: var(--main-color);
}

.slick-prev:hover:before,
.slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
	color: #fff;
}

.slick-dots {
	bottom: -30px;
}

.slick-dots li {
	height: 5px;
	margin: 0 5px;
	width: 20px;
}

.slick-dots li button {
	background-color: #fff;
	border: 0 none;
	height: 7px;
	padding: 0;
	text-indent: -99999px;
	width: 22px;
}

.slick-dots .slick-active button,
.slick-dots .slick-active button {
	background-color: var(--main-color);
}

/*=========================
 turner SEARCH AREA CSS
===========================*/
.turner-serach-form {
	display: flex;
	overflow: hidden;
	margin-top: 34px;
	justify-content: center;
}

.turner-serach {
	display: flex;
	flex-direction: row;
	overflow: hidden;
	padding: 30px 44px;
	border-radius: 60px;
	margin-top: 34px;
	gap: 10px;
	background: rgba(112, 112, 112, 0.4);
}

.turner-serach-form .input-field {
	position: relative;
}

.turner-serach-form .input-field input[type='text'] {
	border-radius: 26px;
	padding: 25px;
	width: 300px;
	border: 0;
	padding-left: 15px;
	padding-left: 38px;
}

.turner-serach-form .input-field button {
	border-radius: 26px;
	padding: 12px;
	width: 182px;
	border: 0;
	padding-left: 15px;
}

.geo-icon {
	position: absolute;
	top: 15%;
	left: 10px;
	color: cornflowerblue;
	font-size: x-large;
}

/* Search Form Css */
.tour_search_area {
	padding: 100px 0;
}

.main-search-form {
	padding: 43px 50px 17px;
	margin: 0 auto;
	overflow: hidden;
}

.main-search-form .input-field {
	padding-bottom: 30px;
}

.main-search-form .turner {
	padding: 0;
}

.main-search-form select,
.main-search-form input {
	background: #fff;
	border: none;
	outline: 0;
	width: 100%;
	height: 40px;
	border-radius: 30px;
	color: #333;
	padding: 0 15px 0;
	border: 1px solid #efefef;
}

.input-field select,
.input-field.datetime input {
	color: #666;
}

.main-search-form label {
	color: #2c394c;
	cursor: pointer;
	font-size: 14px;
	font-weight: 500;
	color: #333;
	text-transform: uppercase;
	letter-spacing: 1px;
	padding-bottom: 0px;
}

.submit_button {
	width: 25%;
	margin: auto;
}

.submit_button1 {
	margin: auto;
}

.submit-btn.th-bg {
	display: inline-block;
	margin-top: 26px;
	background: #e91e63 !important;
	color: #fff !important;
	border: 0;
	letter-spacing: 1px;
	font-size: 16px;
}

.turner-serach-form .submit-btn.th-bg {
	margin-top: 0;
}

/* Search Tab Css */
.search_form_area {}

.home-2.search_form_area {
	background: #fff;
}

.tab_area {
	overflow: hidden;
}

.turner-tab {
	overflow: hidden;
	clear: both;
}

.turner-tab li {
	display: block;
	list-style: none;
	overflow: hidden;
	box-shadow: 0 0 4px rgba(0, 0, 0, 0.25);
	background: #fff;
	padding: 11px 0px 11px 23px;
	transition: .5s;
	cursor: pointer;
	border-radius: 30px;
	margin: 5px 5px 28px 5px;
}

.turner-tab li i {
	font-size: 35px;
	transition: .5s;
	float: left;
	margin-right: 15px;
	color: var(--main-color);
}

.turner-tab li a {
	padding: 2px 0px 0;
	display: block;
	color: var(--main-color);
	font-size: 1;
	text-transform: uppercase;
	font-weight: 500;
}

.turner-tab li.active,
.turner-tab li:hover {
	background: var(--main-color);
	color: #fff;
}

.turner-tab li.active i,
.turner-tab li:hover i {
	color: #fff;
}

.turner-tab li.active a,
.turner-tab li:hover a {
	color: #fff;
}

.single_tab {
	overflow: hidden;
	background: #fff;
	box-shadow: 0 0 5px rgba(0, 0, 0, 0.25);
	margin: 5px;
	border-radius: 30px;
}

/* Home 2*/
.home-3.search_form_area {
	padding: 80px 0 81px;
	background: #fff;
}

.home-3.search_form_area {
	padding: 81px 0 73px;
	background: #fff;
}

.row.search-form-home-2 {
	background: #fff;
	padding: 49px 50px 44px;
	border-radius: 50px;
	box-shadow: 0 0 15px rgba(0, 0, 0, 0.20);
}

.slick-list {
	position: relative;
	display: block;
	overflow: visible;
	margin: 0;
	padding: 0;
}

.home-2 .about_content {
	padding-right: 265px;
	padding-left: 25px;
	padding-top: 119px;
}

/* WIDTH LISTING */
.single_tab.width-listing {
	padding: 10px 10px 5px;
}

.width_listing_title {
	text-align: center;
}

.width_listing_title h2 {
	font-size: 30px;
	margin-top: 0;
	margin-bottom: 20px;
}

.submit_button .submit-btn.th-bg {
	margin-top: 0;
}

.width-listing .main-search-form select,
.main-search-form input {
	height: 45px;
	padding: 0 15px 0;
}

/*=========================
POPULAR PACKAGE AREA
===========================*/
.popular_package_area {
	padding: 80px 0 71px;
	background: #f9f9f9;
}

.single_package {
	box-shadow: 0 0px 15px rgba(0, 0, 0, 0.15);
	margin-bottom: 30px;
	border: 1px solid #d9d9d9;
}

.pack_thumb {
	position: relative;
}



.single_package:hover .pack_thumb:before {
	opacity: 1;
}

.pack_thumb>img {
	height: 201px;
}

.pack_thumb_text {
	position: absolute;
	top: 5%;
	left: 30px;
	transition: .5s;
}

.single_package:hover .pack_thumb_text {
	top: 10%;
}

.pack_thumb_text a {
	border: 2px solid #0D2352;
	background: #0D2352;
	padding: 6px 16px;
	font-size: 18px;
	font-weight: 500;
	color: #fff;
	Opacity: 0;
	transition: .5s;
}

.single_package:hover .pack_thumb_text a {
	opacity: 1;
}

.pack_thumb_text a:hover {
	border: 1px solid #ffffff;
}

.package_thunb2 {
	position: absolute;
	bottom: 5px;
	right: 10px;
	transition: .5s;
	transform-style: preserve-3d;
}

.package_thunb2>img {
	width: 50px;
}

.single_package:hover .package_thunb2 {
	transition: 0.9s;
	transform: rotateY(360deg);
}

.package_content {
	padding: 20px 20px;
}

.package_content.vertical-content {
	padding: 109px 20px 146px;
}

.package_content.vertical-content.style2 {
	padding: 20px 15px;
}

.package_meta {
	float: left;

	margin-top: -37.5px;
}

.package_meta i {
	color: #fff;
	background: var(--main-color);
	height: 38px;
	width: 38px;
	text-align: center;
	line-height: 37px;
	font-size: 22px;
	border: 2px solid var(--main-color);
	margin-left: 5px;
	transition: .5s;
}

.package_meta i:hover {
	border: 2px solid var(--main-color);
	background: transparent;
	color: var(--main-color);
}

.package_title a {
	font-weight: 600;
}

.package_title h2 {
	margin: 0;
	font-size: 16px !important;
	padding: 0 0 4px 4px;
	transition: .3s;
	text-transform: capitalize;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.package_title h2 a:hover {
	color: var(--main-color);
}

.package_title span {
	font-size: 16px;
}

.package_content_inner {
	display: flex;
	flex-direction: row;
	overflow: hidden;
	padding-top: 12px;
	gap: 10px;
}

.package_btn a {
	padding: 12px 10px;
	font-size: 12px;
	letter-spacing: 0.5px;
	transition: .3s;
	border-radius: 3px;
	margin-top: 5px;
}
.package_btn a.pkg-btn {
	border: 2px solid var(--main-color);
	color: var(--whiteColor);
	background-color: var(--main-color);;
}

.package_ratting {
	padding-top: 9px;
}

.package_ratting span {
	background: var(--main-color);
	padding: 5px;
	border-radius: 50%;
	color: #fff;
	margin-right: 10px;
}

.package_ratting i {
	color: var(--main-color);
	display: inline-block;
}

.package_address {
	margin-top: 12px;
}

.package_address p {
	margin: 0;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

/*WIDTH VERTIVA  CSS */
.search_form_area.vertical {
	padding: 0 0 0;
	background: #f8faff;
}

.tab_area.listing-vertical {
	margin-top: -110px;
}

.single_package.single-vertical {
	margin-bottom: 25px;
}

.pack_thumb.vertical-thumb {
	width: 36%;
	float: left;
	margin-right: 50px;
}

.pack_thumb.vertical-thumb.style2 {
	width: 34%;
	margin-right: 20px;
}

.profile-setting .form-control {
	height: 45px;
	padding: 1px 12px;
}

/*===============
/* CHOOSE US AREA CSS 
=================*/
.choose_us_area {
	padding: 80px 0 70px;
}

.choose_us_area.style2 {
	background: #f9f9f9;
}

.single_choose {
	margin-bottom: 30px;
	border: 2px solid var(--main-color);
	padding: 25px 15px 20px;
}

.single_choose_icon {
	text-align: center;
}

.single_choose_icon img {
	width: 40%;
}

.single_choose_content {
	text-align: center;
}

.single_choose_content h2 {
	margin-top: 23px;
	font-weight: 600;
	margin-bottom: 10px;
	transition: .5s;
}

.single_choose_content p {
	font-size: 15px;
}

.single_choose_content h2:hover {
	color: var(--main-color);
}

/*=======================
turner EVENT AREA CSS
=========================*/

.event_area {
	padding: 80px 0 75px;
	background: #f9f9f9;
}

.turner_single_event {
	border-bottom: 1px solid #ddd;
	margin: 0;
	box-shadow: 0 0 3px rgba(0, 0, 0, 0.20);
}

.event-grid .turner_single_event {
	margin-bottom: 30px;
}

.turner_single_event:last-child {
	border-bottom: 0px solid #ddd;
}

.turner_event_thumb {
	float: left;
	position: relative;
}

.turner_event_thumb img {
	width: 100%;
}

.turner_event_thumb a {
	position: relative;
	display: block;
	z-index: 1;
}

.event_content_area {
	padding: 22px 15px 27px;
	overflow: hidden;
}

.event_page_title {
	padding-bottom: 4px;
}

.turner_single_event:hover .event_page_title h2 a {
	color: var(--main-color);
}

.event_page_title h2 a {
	color: #333;
	text-transform: capitalize;
	font-weight: 500;
}

.event_pcontent {
	padding-top: 12px;
}

.event_pcontent p {
	margin-bottom: 5px;
}

.turner_event_icon span {
	margin-right: 10px;
}

.turner_event_icon span i {
	margin-right: 5px;
}

.event_date {
	position: absolute;
	left: 0;
	top: 0;
	background: var(--main-color);
	padding: 10px 13px;
	text-align: center;
	color: #fff;
	z-index: 999;
}

.event_date span {
	display: block;
	line-height: 20px;
}

.event_date_list {
	background: var(--main-color);
	padding: 20px 0 0;
	width: 90px;
	height: 90px;
	text-align: center;
	font-size: 21px;
	color: #fff;
	position: absolute;
	bottom: 0;
	left: 0;
	z-index: 999;
}

.event-right .event_date_list {
	position: inherit;
	float: left;
	margin-top: 40px;
}

.event-right .event_pcontent {
	padding-top: 8px;
}

.event_date_list span {
	display: block;
	line-height: 1;
}

.event-right .turner_single_event {
	padding-left: 15px;
	margin-bottom: 24px;
	position: relative;
}

.event-right .turner_single_event:before {
	position: absolute;
	right: 0;
	top: 0;
	width: 5px;
	height: 100%;
	content: "";
	background: var(--main-color);
	transition: .5s;
}

.event-right .turner_single_event:hover:before {
	height: 15%;
}

.month {
	padding-top: 6px;
}

/*==============================
/* turner COUNTDOWN AREA CSS 
===============================*/
.count_down_area {
	background-image: url(assets/images/countdown-bg.html);
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	padding: 115px 0 160px;
	position: relative;
	background-attachment: fixed;
}

.count_down_title {
	padding-top: 27px;
}

.count_down_title h2 {
	color: #fff;
	text-transform: uppercase;
	font-size: 27px;
	letter-spacing: 2px;
}

.count_down_title h2 span {
	color: var(--main-color);
}

.count_down_title h1 {
	color: #fff;
	font-size: 65px;
	text-transform: uppercase;
	padding-bottom: 44px;
	font-weight: 600;
}

.count_down_area::before {
	position: absolute;
	content: "";
	left: 0;
	right: 0;
	bottom: 0;
	top: 0;
	background: rgba(13, 47, 93, 0.8);
}

span.cdowns {
	width: 125px;
	height: 125px;
	background: rgba(255, 99, 99, 0.70);
	display: inline-block;
	margin: 0;
	position: relative;
	border-radius: 0;
	text-align: center;
	margin-left: 0;
	margin-right: 34px;
	border-radius: 25px;
}

span.cdowns::before {
	position: absolute;
	content: "";
	background: #fff;
	top: 33px;
	right: -24px;
	height: 12px;
	width: 12px;
	border-radius: 50%;
}

span.cdowns::after {
	position: absolute;
	content: "";
	background: #fff;
	top: 79px;
	right: -24px;
	height: 12px;
	width: 12px;
	border-radius: 50%;
}

span.cdowns:last-child::before,
span.cdowns:last-child::after {
	display: none;
}

.counterdowns {
	text-align: left;
}

span.time-counts {
	line-height: 87px;
	font-size: 60px;
	color: #fff;
}

.counterdowns p {
	color: #fff;
	font-size: 21px;
	line-height: 0px;
	margin-top: 9px;
}

.count_down_btn {
	padding-top: 97px;
	text-align: right;
}

.count_down_btn a {
	color: #fff;
	display: inline-block;
	padding: 12px 47px;
	background: var(--main-color);
	font-size: 18px;
	letter-spacing: 1px;
	font-weight: 500;
	border-radius: 30px;
	transition: .3s;
}

.count_down_btn a:hover {
	color: var(--main-color);
	background-color: #fff;
}

/* home Two */
.home-2 .count_down_title {
	padding-top: 27px;
	text-align: center;
}

.home-2 .counterdowns {
	text-align: center;
}

.home-2 .count_down_btn {
	padding-top: 60px;
	text-align: center;
}

/*=========================
TURNER ABOUT  AREA CSS
===========================*/
.about_area {
	padding: 81px 0 112px;
}

.about_area.style2 {
	background: #f9f9f9;
}

.single_about {
	background: #fff;
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.20);
	overflow: hidden;
	margin: 10px 0 30px;
}

.about_content {
	overflow: hidden;
	width: 50%;
	float: left;
	padding: 50px 16px 0 21px;
}

.about_thumb {
	overflow: hidden;
	width: 50%;
	float: left;
}

.about_content h1 {
	color: #333;
	text-transform: capitalize;
	font-size: 35px;
	margin: 0 0 24px;
	padding: 0;
}

.about_content h2 {
	font-size: 36px;
	font-weight: 700;
	margin: 0;
	padding: 0px 0 43px;
	text-transform: uppercase;
	color: var(--main-color);
	position: relative;
	margin-bottom: 50px;
}

.about_content h2::before {
	content: "";
	position: absolute;
	left: 0;
	bottom: 0px;
	width: 103px;
	height: 4px;
	background: var(--main-color);
}

.about_button {
	padding-top: 36px;
}

.about_button a {
	display: inline-block;
	background: var(--main-color);
	color: #fff;
	padding: 10px 30px;
	border-radius: 30px;
	font-size: 16px;
	letter-spacing: 2px;
	margin-right: 25px;
	border: 2px solid transparent;
	transition: .3s;
}

.about_button a.active {
	background: #0D2352;
}

.about_button a:hover {
	color: var(--main-color);
	border-color: var(--main-color);
	background: transparent;
}

/* Style Two */
.about_nav {
	text-align: left;
	margin-bottom: 50px;
}

.about_nav ul {
	text-align: center;
}

.about_nav ul li {
	list-style: none;
	display: inline;
}

.about_nav ul li {
	border-radius: 30px;
	display: inline-block;
	font-size: 15px;
	font-weight: 500;
	padding: 4px 20px;
	text-transform: uppercase;
	cursor: pointer;
	-webkit-transition: all 0.5s ease 0s;
	-o-transition: all 0.5s ease 0s;
	transition: all 0.5s ease 0s;
	margin: 0px 3px;
}

.about_nav ul li.current_item,
.about_nav ul li:hover {
	color: #fff;
	background-color: var(--main-color);
}

.portfolio-pages .portfolio_nav ul {
	text-align: center;
}

.single_about_two {
	position: relative;
	overflow: hidden;
	margin-bottom: 30px;
}

.about_content_two {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	text-align: center;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.70);
	opacity: 0;
	transition: .3s;
}

.about_content_inner_two {
	position: relative;
	top: 60%;
	transform: translateY(-50%);
	transition: .5s;
	transition-delay: .3s;
	opacity: 0;
}

.about_content_inner_two h1 {
	color: #fff;
	font-size: 23px;
	text-transform: capitalize;
	font-weight: 500;
	padding-bottom: 10px;
	letter-spacing: 1px;
}

.about_content_inner_two span {
	color: #fff;
	font-size: 16px;
	display: inline-block;
	margin: 0 8px;
}

.about_button_two a {
	display: inline-block;
	color: #fff;
	background: var(--main-color);
	padding: 7px 22px;
	border-radius: 30px;
	font-size: 15px;
	margin-top: 23px;
	transition: .3s;
}

.about_button_two a:hover {
	color: var(--main-color);
	background: #fff;
}

.single_about_two:hover .about_content_inner_two {
	top: 50%;
	opacity: 1;
}

.single_about_two:hover .about_content_two {
	opacity: 1;
}

/*=========================
TURNER CATEGORY AREA CSS
===========================*/

.category_area {
	padding: 80px 0 79px;
}

.main_category {
	margin-top: -199px;
}

.single_category {
	text-align: center;
	margin-bottom: 30px;
	transition: 0.5s;
	position: relative;
}

.category_content_text {
	position: absolute;
	top: 7%;
	left: 20px;
}

.category_content_text p {
	background: var(--main-color);
	padding: 3px 12px;
	color: #fff;
	transition: .5s;
}

.category_content_btn {
	position: absolute;
	top: 40%;
	transform: translateY(-50%);
	text-align: center;
	left: 0;
	right: 0;
	transition: .5s;
}

.category_content_btn a {
	border: 2px solid #fff;
	padding: 9px 15px;
	color: #fff;
	opacity: 0;
}

.single_category_thumb {
	position: relative;
	transition: .5s;
}

.single_category_thumb::before {
	position: absolute;
	content: "";
	left: 0;
	top: 0;
	height: 100%;
	width: 100%;
	background: rgba(233, 30, 99, 0.7);
	opacity: 0;
	transition: .5s;
}

.category_icon i {
	color: #fff;
	font-size: 30px;
}

.category_content {
	background: #f9f9f9;
	padding: 9px 0 24px;
	box-shadow: 0 0 5px rgba(0, 0, 0, 0.20);
}

.category_content_inner h2 {
	color: #333;
	font-size: 21px;
	text-align: center;
}

.category_content_inner p {
	color: #fff;
	opacity: 0;
	transition: .5s;
}

.category_btn {
	text-align: center;
	margin-top: 45px;
	margin-bottom: 30px;
}

.category_btn a {
	background: var(--main-color);
	color: #fff;
	font-size: 16px;
	padding: 14px 29px;
	text-align: center;
	transition: .5s;
}

/*CATEGORY AREA STYLE-2*/
.category_icon {
	position: absolute;
	transition: .5s;
	top: 62%;
	left: 0;
	right: 0;
}

.category_icon i {
	color: #fff;
	font-size: 28px;
	background: var(--main-color);
	height: 50px;
	width: 50px;
	line-height: 50px;
	text-align: center;
	border-radius: 50%;
}

.category_content_btn_style2 a {
	background: #fff;
	border-radius: 50px;
	padding: 9px 20px;
	min-width: 120px;
	display: inline-block;
	font-size: 16px;
	font-weight: 400;
	margin-top: 20px;
	margin-bottom: 10px;
	transition: .5s;
	border: 1px solid #eaeff5;
	box-shadow: 0 2px 10px 0 #d8dde6;
}

.category_area.style2 .category_content_inner {
	padding-top: 12px;
}

/*category area hover*/
.single_category:hover {
	box-shadow: 0 0 7px rgba(0, 0, 0, 0.40);
}

.single_category:hover .single_category_thumb::before {
	opacity: 1;
}

.single_category:hover .category_content_btn {
	top: 50%;
}

.single_category:hover .category_content_text p {
	background: #0D2352;
}

.single_category:hover .category_content_btn a {
	opacity: 1;
}

.single_category:hover .category_content_btn_style2 a {
	background: var(--main-color);
	color: #fff;
}

.single_category:hover .category_icon {
	margin-top: -40%;
}

/*==========================
turner COUNTER AREA CSS
===========================*/
.counter_area {
	background: #0D2352;
	padding: 70px 0 70px;
	position: relative;
}

.counter_area::before {
	position: absolute;
	content: "";
	top: 0;
	left: 0;
	right: 0;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
}

.row.counter_main {
	-webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.25);
	box-shadow: 0 0 5px rgba(0, 0, 0, 0.25);
	padding: 72px 0 99px;
	margin-top: -190px;
	background: #fff;
}

.single_counter {
	position: relative;
	text-align: center;
	-webkit-transition: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
}

.single_counter1 {
	text-align: center;
}

.counter_icon {
	margin-top: 0;
	padding-top: 0;
	position: relative;
	-webkit-transition: .5s;
	-o-transition: .5s;
	transition: .5s;
}

.single_counter:hover .counter-icon {
	color: #fff;
}

.counter_icon i {
	height: 90px;
	width: 90px;
	margin: auto;
	background: transparent;
	line-height: 74px;
	border-radius: 7px;
	font-size: 36px;
	color: #0D2352;
	background: #fff;
	border-radius: 100%;
	-webkit-transition: .5s;
	-o-transition: .5s;
	transition: .5s;
	display: inline-block;
	border: 8px solid var(--main-color);
}

.counter_icon i:hover {
	background: #041B5E;
	color: #fff;
}

.countr_text>h1 {
	display: inline-block;
	font-size: 50px;
	font-weight: 600;
	-webkit-transition: .3s;
	margin: 15px 0 0;
	-o-transition: .3s;
	transition: .3s;
	position: relative;
	color: var(--main-color);
}

.countr_text h4 {
	font-size: 21px;
	color: #fff;
}

.countr_text>h3 {
	display: inline-block;
	font-size: 50px;
	color: var(--main-color);
}

.counter_title {
	padding: 0 0 0;
}

.counter_title h4 {
	font-size: 21px;
	font-weight: 600;
	margin: 0;
	text-transform: capitalize;
	-webkit-transition: .3s;
	-o-transition: .3s;
	transition: .3s;
	padding-top: 20px;
}

/*=================
turner PORTFOLIO AREA CSS
===================*/
.properties_area {
	padding: 80px 0 70px;
}

.single_properties {
	transition: .5s;
	overflow: hidden;
	margin-bottom: 30px;
}

.properties_thumb {
	position: relative;
	transition: .5s;
	overflow: hidden;
}

.properties_thumb img {
	transition: .5s;
}

.properties_thumb_content {
	position: absolute;
	right: 20px;
	top: 7%;
}

.properties_thumb_content a {
	color: #fff;
	font-size: 15px;
	border: 1px solid #fff;
	padding: 8px 15px;
	border-radius: 5px;
}

.single_properties_content {
	border: 1px solid #ddd;
	padding: 10px 18px 32px;
}

.properties_meta {
	margin-top: 10px;
}

.properties_meta i {
	margin-right: 7px;
}

.properties_title a {
	font-weight: 600;
	font-size: 21px;
}

.properties_pric span {
	color: var(--main-color);
	margin-left: 12px;
	font-weight: 500;
	font-size: 16px;
}

.properties_right_icon {
	float: right;
	margin-top: -23px;
}

.properties_right_icon i {
	background: var(--main-color);
	height: 36px;
	width: 36px;
	text-align: center;
	line-height: 35px;
	font-size: 18px;
	color: #fff;
	border-radius: 50%;
	border: 2px solid var(--main-color);
	transition: .5s;
}

.properties_text {
	border-top: 1px solid #ddd;
	margin-top: 30px;
	padding: 1px 0 11px;
}

.properties_em_text {
	float: left;
	padding-right: 17.5px;
	border-right: 1px solid #ddd;
	border-left: 1px solid #ddd;
	padding-left: 17.5px;
	padding-top: 10px;
	padding-bottom: 10px;
}

.properties_em_text i {
	margin-right: 5px;
}

.single_properties:hover .properties_thumb img {
	-webkit-transform: scale(1.2);
	-ms-transform: scale(1.2);
	transform: scale(1.2);
}

.properties_title a:hover {
	color: var(--main-color);
}

.properties_right_icon i:hover {
	border: 2px solid var(--main-color);
	background: transparent;
	color: var(--main-color);
}

/*==============
TURNER IT AREA CSS
===============*/

.it_area {
	padding: 80px 0 68px;
	background: #f9f9f9;
}

.single_it {
	margin-bottom: 30px;
}

.single_it_icon {
	width: 40%;
	text-align: center;
	margin: auto;
}

.single_it_content {
	text-align: center;
}

.single_it_content h2 {
	margin-top: 20px;
	margin-bottom: 10px;
	font-weight: 600;
}

.single_it_content p {
	font-size: 15px;
}

/*==============================
/* TURNER PRICING AREA CSS 
===============================*/

.pricing_area {
	padding: 80px 0 70px;
}

.single_pricing {
	background: #fff none repeat scroll 0 0;
	transition: all 0.3s ease 0s;
	padding: 4px 0px 50px;
	box-shadow: 0 0 5px rgba(0, 0, 0, 0.20);
	margin-bottom: 30px;
	margin-top: 5px;
}

.single_pricing:hover {
	box-shadow: 0 0 25px rgba(0, 0, 0, 0.20);
}

.pricing_head {
	padding: 20px 0 16px;
	transition: all 0.3s ease 0s;
	text-align: center;
}

.pricing_icon {
	text-align: center;
}

.pricing_title {
	text-align: center;
	position: relative;
}

.pricing_img {
	text-align: center;
	display: inline-block;
	padding: 25px;
	border-radius: 100%;
	width: 40%;
	height: 50%;
}

.pricing_title h2 {
	font-size: 20px;
	color: #fff;
	-webkit-transition: .3s;
	transition: .3s;
}

.pricing_title h3 {
	display: inline-block;
	font-size: 24px;
	font-weight: 700;
	margin: 0;
	padding: 4px 0px 0;
	-webkit-transition: .3s;
	transition: .3s;
	text-transform: uppercase;
}

.pricing_title h4 {
	font-size: 14px;
	font-weight: 500;
	color: #fff;
	-webkit-transition: .3s;
	transition: .3s;
}

.price_item_inner_center {
	-webkit-transition: .3s;
	transition: .3s;
	margin-top: 19px;
}

.price_item {
	text-align: center;
	-webkit-transition: all 0.5s ease 0s;
	transition: all 0.3s ease 0s;
}

.price_item span {
	color: var(--main-color);
	display: inline-block;
	-webkit-transition: all 0.3s ease 0s;
	-webkit-transition: all 0.5s ease 0s;
	transition: all 0.3s ease 0s;
	font-size: 30px;
}

.slash {
	font-size: 26px !important;
}

.curencyp {
	font-size: 24px;
	font-weight: 600;
	position: relative;
}

.tk {
	color: var(--main-color);
	font-weight: 600;
}

.starting {
	display: block !important;
	font-size: 15px !important;
	color: #454545 !important;
	text-transform: uppercase;
}

.monthp {
	display: block;
	position: relative;
}

.bootmp {
	font-weight: 400;
}

.featur ul {
	text-align: center;
}

.featur ul li {
	display: block;
	font-size: 15px;
	font-weight: 300;
	padding: 7px 0;
	text-transform: none;
	transition: all 0.3s ease 0s;
}

.featur ul li i {
	margin-right: 5px;
	color: #666;
}

.featur ul li b {
	font-weight: 600;
}

.pricing_bottom {
	padding-top: 16px;
}

.order_now {
	background: transparent none repeat scroll 0 0;
	text-align: center;
	-webkit-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
}

.order_now a {
	background: var(--main-color) none repeat scroll 0 0;
	border-radius: 5px;
	color: #fff;
	display: inline-block;
	font-size: 15px;
	font-weight: 600;
	padding: 10px 39px;
	position: relative;
	text-transform: uppercase;
	-webkit-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
	letter-spacing: 1px;
}

.single_pricing .order_now a,
.single_pricing .price_item_inner,
.single_pricing .pricing_title>h3 {
	-webkit-transition: .5s;
	transition: .5s;
}

.active .pricing_title h4 {
	color: #fff;
}

/* Course Details Css */
.course_details {
	border: 1px solid #ddd;
	padding: 15px 15px 0px;
}

.course_dtl_content p {
	padding-top: 45px;
}

.course_dtl_content h2 {
	padding-bottom: 20px;
}

/* Course Details tab Css */
.course_dtl_tab {
	margin-top: 46px;
}

.tab_area {
	overflow: hidden;
}

.turner-tab {
	overflow: hidden;
	clear: both;
	margin-bottom: 40px;
	background: #0d2f5d;
}

.turner-tab li {
	display: inline-block;
	list-style: none;
	float: left;
	overflow: hidden;
	text-align: center;
	margin: 0 0px 0 0;
	padding: 7px 0 16px;
	transition: .5s;
	cursor: pointer;
	border-right: 3px solid var(--main-color);
}

.turner-tab li:last-child {
	margin-right: 0;
	border-right: 0;
}

.turner-tab li i {
	font-size: 35px;
	transition: .5s;
}

.turner-tab li a {
	padding: 7px 29.5px 0;
	display: block;
	color: #fff;
}

.turner-tab li.active,
.turner-tab li:hover {
	background: var(--main-color);
	color: #fff;
}

.turner-tab li.active a,
.turner-tab li:hover a {
	color: #fff;
}

/* Course Overview */
.tab-content {
	padding-bottom: 35px;
}

.course_single_tab_inner h2 {
	padding-bottom: 15px;
}

.course_single_tab_inner ul {
	list-style: square;
	padding-left: 20px;
	padding-top: 10px;
}

.course_single_tab_inner ul li {
	font-weight: 600;
	font-size: 14px;
	margin-bottom: 13px;
	display: block;
}

.course_single_tab_inner ul li i {
	color: var(--main-color);
	margin-right: 7px;
	font-size: 17px;
}

.course_single_tab_inner ul li span {
	margin-left: 50px;
}

.course_single_tab_inner {
	padding-bottom: 15px;
}

/* Course Information */
.course_single_tab_inner.course_info ul {
	list-style: none;
	padding-left: 0;
	padding-top: 16px;
}

.course_single_tab_inner.course_info ul li {
	font-weight: 600;
	font-size: 14px;
	margin-bottom: 23px;
}

.course_single_tab_inner.course_info ul li i {
	color: #f00;
	margin-right: 15px;
	font-size: 23px;
}

.course_single_tab_inner.course_info ul li b {
	width: 30%;
	float: left;
	font-weight: 600;
}

.course_single_tab_inner.course_info ul li span {
	font-weight: 400;
}

.course_single_tab_inner.course_info ul li:last-child {
	margin-bottom: 0px;
}

/* Course Instructor */
#course {
	padding: 40px 0 70px;
}

.course_instructor {
	margin-bottom: 35px;
}

.course_instructor:last-child {
	margin-bottom: 0;
	border-bottom: 0;
}

.instructor_title {
	float: left;
	overflow: hidden;
	width: 15%;
	text-align: center;
}

.instructor_title h1 {
	background: var(--main-color);
	height: 80px;
	width: 80px;
	line-height: 80px;
	color: #fff;
	border-radius: 100%;
}

.instructor_content {
	overflow: hidden;
}

.instructor_content h2 {
	font-size: 18px;
}

.instructor_content span {}

.instructor_content p {
	margin-top: 20px;
}

.instructor_content ul {
	padding-top: 15px;
	padding-bottom: 35px;
}

.instructor_content ul li {
	display: inline-block;
	margin-right: 5px;
}

.instructor_content ul li a {
	display: inline-block;
	width: 35px;
	height: 35px;
	background: #f00;
	color: #fff;
	text-align: center;
	line-height: 35px;
	font-size: 16px;
	transition: .3s;
}

.instructor_content ul li a:hover {
	background: #0d2f5d;
}

/* Course Instructor */
.course_reviews {
	border-bottom: 1px solid #ddd;
	margin-bottom: 35px;
	padding-bottom: 20px;
}

.course_reviews:last-child {
	border-bottom: 0;
	margin-bottom: 0;
}

.reviews_thumb {
	float: left;
	overflow: hidden;
	width: 16%;
	margin-right: 25px;
}

.reviews_thumb img {}

.reviews_content {
	overflow: hidden;
}

.reviews_content h2 {
	margin-bottom: 4px;
	margin-top: 0;
}

.reviews_content span {}

.reviews_content p {
	margin-top: 20px;
}

.ratting {
	float: right;
	color: #f00;
}

.avarage_ratting {
	margin-right: 29%;
}

.avarage_ratting h2 {}

.avarage_ratting .ratting {
	float: none;
	display: block;
	padding-bottom: 20px;
}

.ratting_point {
	float: right;
	font-size: 35px;
	font-weight: 700;
	color: #f00;
}

.avarage_ratting .progress {
	position: relative;
}

.avarage_ratting .ttop {
	position: absolute;
	text-align: center;
	top: -30px;
	right: 0;
}

.course_single_tab .blog_comments_section {
	border: 0;
	padding: 0;
	margin: 0;
}

.course_single_tab .blog_reply {
	overflow: hidden;
	border: 0;
	margin-top: 30px;
	padding: 0;
}

.apply_now_btn {
	text-align: right;
	margin: 30px 0px;
}

.apply_now_btn a {
	padding: 10px 35px;
	background: #f00;
	color: #fff;
	display: inline-block;
	font-size: 16px;
}

.apply_now_btn a:hover {
	background: #0d2f5d;
	color: #fff;
}

.course_title h1 {
	font-size: 32px;
}

.course_title ul {
	list-style: square;
	padding-left: 20px;
	padding-top: 25px;
	padding-bottom: 12px;
}

.course_title ul li {
	font-weight: 600;
	font-size: 14px;
	margin-bottom: 13px;
	display: block;
}

.course_title ul li span {
	margin-right: 10px;
	margin-left: 10px;
}

.course_title ul li i {
	color: var(--main-color);
	font-size: 17px;
	margin: 2px;
}

/*====================
TURNER TESTIMONIAL AREA CSS
=====================*/
.testimonial_area {
	padding: 99px 0 114px;
	background: #fff;
}

.single_testimonial {
	text-align: center;
	margin-bottom: 30px;
	-webkit-transition: .3s;
	-o-transition: .3s;
	transition: .3s;
}

.em_testi_text p::before {
	display: none;
}

.em_testi_text p {
	position: relative;
	width: 66%;
	margin: auto;
	margin-top: 19px;
	color: #333;
	font-size: 18px;
}

.em_test_thumb img {
	margin: auto;
}

.em_testi_content {
	padding-top: 12px;
}

.em_testi_title h2 {
	margin-top: 0;
	margin-bottom: 20px;
	color: #333;
	font-weight: 600;
}

.em_testi_title h2 span {
	font-size: 15px;
	font-weight: 300;
}

.testi_review {
	margin-top: 20px;
}

.testi_review i {
	color: #000;
	margin: 0 2px;
	display: none;
}

/* Minimal Testi Style */
.minimal.testimonial_area {
	background: #FFFFFF;
}

.minimal .em_testi_title h2 {
	color: #121212;
}

/*=======================
turner BLOG AREA CSS
=========================*/
.blog_area {
	padding: 79px 0 70px;
	background: #f9f9f9;
}

.blog_area.blog-grid {
	padding: 100px 0 72px;
}

.blog_area.blog-grid.blog-details-area {
	padding: 100px 0 97px;
}

.turner-single-blog {
	background-color: #fff;
	overflow: hidden;
	text-align: left;
	-webkit-transition: all 0.3s ease-in-out 0s;
	-o-transition: all 0.3s ease-in-out 0s;
	transition: all 0.3s ease-in-out 0s;
	margin-bottom: 30px;
	-webkit-box-shadow: 0 0 4px rgba(0, 0, 0, 0.20);
	box-shadow: 0 0 4px rgba(0, 0, 0, 0.20);
}

.turner-single-blog:hover {
	-webkit-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.15);
	box-shadow: 0 10px 25px rgba(0, 0, 0, 0.15);
}

.turner-single-blog:hover .turner-blog-thumb a {
	-webkit-transform: scale(1.1);
	-ms-transform: scale(1.1);
	transform: scale(1.1);
}

.blog_thumb_inner {
	position: relative;
}

.turner-blog-thumb {
	overflow: hidden;
	position: relative;
	-webkit-transition: .5s;
	-o-transition: .5s;
	transition: .5s;
}

.turner-blog-thumb a {
	position: relative;
	-webkit-transition: .5s;
	-o-transition: .5s;
	transition: .5s;
}

.turner-blog-thumb a {
	display: block;
}

.turner-blog-thumb img {
	display: block;
	-webkit-transition: 6s;
	-o-transition: 6s;
	transition: 6s;
	width: 100%;
}

.blog_thum_content {
	position: absolute;
	top: 9%;
	right: 20px;
}

.blog_thum_content a {
	color: #fff;
	border: 1px solid #fff;
	padding: 6px 14px;
	border-radius: 5px;
	font-size: 15px;
	overflow: hidden;
}

.turner-single-blog-title h2 {
	font-size: 24px;
}

.em-blog-content-area {
	padding: 30px 20px 35px;
	text-align: left;
}

.blog-content h2 {
	margin: 0 0 18px;
}

.blog-page-title a:hover {
	color: var(--main-color);
}

.blog-content h2 a {
	font-size: 15px;
	font-weight: 700;
	text-transform: uppercase;
}

.blog-content h2 a:hover {
	color: var(--main-color);
}

.blog-content p {
	margin-bottom: 0;
}

.blog-page-title {}

.blog-page-title h2 {}

.blog-page-title h2 a {
	color: #333;
}

.turner-blog-meta-left a,
.turner-blog-meta-right a,
.turner-blog-meta-left span,
.turner-blog-meta-right span {
	font-weight: 400;
	margin-right: 15px;
	text-transform: uppercase;
	font-size: 12px;
	letter-spacing: 0.5px;
	color: #626b72;
}

.turner-blog-meta-left i {
	margin-right: 5px;
}

.blog-page-title_adn>h2 {
	margin-bottom: 8px;
}

.turner-blog-meta-right {
	float: right;
	overflow: hidden;
}

.turner-blog-meta-right a,
.turner-blog-meta-right span {
	font-size: 12px;
	font-weight: 400;
	margin-right: 0;
	text-transform: uppercase;
}

.turner-blog-meta-right i {
	margin-right: 5px;
}

.readmore a {
	border: 1px solid #ddd;
	color: #444;
	display: inline-block;
	font-size: 11px;
	font-weight: 400;
	padding: 6px 10px;
	text-transform: uppercase;
	transition: all 0.5s ease 0s;
	-webkit-transition: all 0.5s ease 0s;
	-moz-transition: all 0.5s ease 0s;
	-o-transition: all 0.5s ease 0s;
	-ms-transition: all 0.5s ease 0s;
}

.readmore a:hover {
	border-color: var(--main-color);
	background: var(--main-color);
	color: #fff;
}

.blog_btn a {
	font-size: 15px;
	font-weight: 500;
	-webkit-transition: .5s;
	-o-transition: .5s;
	transition: .5s;
	display: inline-block;
	border: 2px solid #626b72;
	padding: 7px 21px;
	background: transparent;
	color: #626b72;
	border-radius: 30px;
	margin-top: 22px;
}

.blog_btn a:hover {
	color: #fff;
	border-color: var(--main-color);
	background-color: var(--main-color);
}

/* Subscribe Area */
.subscribe_area {
	padding: 79px 0 99px;
	background: url(assets/images/newsletter-bg.jpg);
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	position: relative;
}

.subscribe_area::before {
	position: absolute;
	content: "";
	left: 0;
	right: 0;
	bottom: 0;
	top: 0;
	background: rgba(13, 47, 93, 0.8);
}

.em_quote_form {}

.quote_form_inner {
	padding-top: 6px;
}

.quote_form_field {
	text-align: center;
	position: relative;
}

.quote_form_field input {
	width: 60%;
	height: 63px;
	border: 0;
	padding-left: 33px;
	border-radius: 30px;
	color: #333;
}

.quote_form_field input:focus {
	border-color: var(--main-color);
	-webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 8px rgba(3, 169, 244, 0.5);
	box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 8px rgba(3, 169, 244, 0.5);
	outline: 0 none;
}

.quote_form_field textarea {
	width: 100%;
	height: 85px;
	border: 0;
	padding-left: 15px;
	border-radius: 5px;
	color: #fff;
	background-color: #041842;
}

.quote_button {
	width: 14%;
	height: 44px;
	border: 0;
	background: #e91e63 none repeat scroll 0 0;
	color: #fff;
	-webkit-transition: .5s;
	-o-transition: .5s;
	transition: .5s;
	text-transform: uppercase;
	font-weight: 500;
	position: absolute;
	font-size: 15px;
	right: 21%;
	top: 10px;
	border-radius: 30px;
	letter-spacing: 2px;
}

.quote_button:hover {
	background: #0D2352;
	color: #fff;
}

/* blog hover */
.turner-single-blog:hover .turner-blog-thumb:before {
	opacity: 1;
	-webkit-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1);
}

.turner-single-blog:hover .blog_icon {
	opacity: 1;
}

.turner-single-blog:hover .blog_icon a {
	-webkit-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1)
}

.blog_nospace.col-xs-12 {
	padding: 0px;
}

.blog_nospace .turner-single-blog {
	margin-bottom: 0px;
}

/*===============================
turner BLOG DETAILS AREA CSS
================================*/
.blog_details {
	border: 1px solid #ddd;
	padding: 15px 15px 21px;
}

.blog_dtl_thumb img {
	width: 100%;
}

.blog_dtl_content {}

.blog_dtl_content h2 {
	padding-bottom: 8px;
	padding-top: 14px;
	font-size: 35px;
	font-weight: 500;
}

.blog_dtl_content h3 {
	padding-top: 20px;
	font-size: 20px;
	font-weight: 500;
}

.blog_dtl_content p {
	margin-top: 20px;
}

.blog_details .turner-blog-meta {
	margin-bottom: 0px;
	margin-top: 0;
	padding: 0 0 18px;
	border-bottom: 1px solid #ddd;
	border-top: 0;
}

.blog_details .turner-blog-meta-left {
	text-align: left;
	position: inherit;
	bottom: inherit;
	background: transparent;
	width: inherit;
	left: inherit;
	padding: 0;
	-webkit-box-shadow: none;
	box-shadow: none;
	right: 0;
	margin: auto;
	border-radius: 0;
}

.blog_details .turner-blog-meta-right {
	float: right;
	overflow: hidden;
	margin-top: -26px;
}

.blog_details blockquote {
	padding: 10px 20px;
	margin: 37px 0 36px;
	font-size: 14px;
	border-left: 7px solid var(--main-color);
	background: #f7f7f7;
	font-style: italic;
	font-weight: 500;
	padding: 15px 35px 15px;
}

.signatures {
	text-align: right;
	font-weight: 600;
	font-style: italic;
	font-size: 15px;
}

/* POST REPLY CSS */
.blog_comments_section {
	border: 1px solid #ddd;
	padding: 20px 15px 18px;
	margin: 50px 0 0;
}

.comments_ttl>h3 {
	font-size: 20px;
	font-weight: 500;
	position: relative;
}

.comments_ttl {
	margin-bottom: 20px;
}

.comments_thumb {
	float: left;
	margin-right: 20px;
	overflow: hidden;
}

.commentst_content {
	overflow: hidden;
}

.blog_comments_section .post_meta {
	margin-bottom: 6px;
}

.blog_comments_section .post_meta span {
	font-weight: 400;
	padding-right: 15px;
	color: #6d6d6d;
}

.blog_comments_section .post_meta span:hover {
	color: var(--main-color);
}

.blog_comments_section .post_meta span:last-child:before {
	display: none;
}

.commentst_meta_reply {
	float: right;
}

.commentst_meta_reply i {
	margin-right: 10px;
}

.commentst_meta_reply:hover {
	color: var(--main-color);
}

.single_commentst_inner {
	margin-bottom: 44px;
	margin-top: 46px;
	padding-left: 63px;
}

.badmin i {
	margin-right: 3px;
}

/* COMMENT FORM CSS */
.blog_reply {
	overflow: hidden;
	border: 1px solid #ddd;
	margin-top: 50px;
	padding: 20px 15px 37px;
}

.reply_ttl>h3 {
	font-size: 20px;
	position: relative;
	font-weight: 500;
}

.reply_ttl {
	margin-bottom: 20px;
}

.blog_reply .em_contact_form {
	margin-bottom: 0;
}

.blog_reply .contact_bnt button:hover {
	background: #0D2352;
	color: #fff;
}

.google_map_area {
	pointer-events: none;
}

.map.style1 {
	height: 100vh;
	position: fixed !important;
	top: 152px;
	width: 50%;
	z-index: 50;
	border: 0;
}

.map {
	width: 100%;
	margin: 0;
	height: 338px;
	border: 1px solid #ddd;
	border-radius: 10px;
}

/* turner Form Css */
.form_field {
	width: 100%;
}

.form_field_inner {
	width: 50%;
	float: left;
}

.form_field_inner.style2 {
	width: 100%;
}

.form_field_inner input,
.form_field_inner textarea {
	width: 95%;
	background: #1e2735;
	border: 0;
	height: 50px;
	padding-left: 15px;
	color: #fff;
	margin-bottom: 20px;
}

.text_area .form_field_inner {
	width: 100%;
}

.text_area .form_field_inner textarea {
	width: 97.5%;
	height: 150px;
}

.blog-left-side .form_field_inner {
	width: 100%;
	float: none;
}

.blog-left-side .form_field_inner input,
.form_field_inner textarea {
	width: 95%;
	background: #fff;
	height: 50px;
	padding-left: 15px;
	color: #000;
	margin-bottom: 20px;
	border: 1px solid #ddd;
}

.blog-left-side .field_comment_inner textarea {
	width: 95%;
	background: #fff;
	height: 200px;
	padding-left: 15px;
	color: #000;
	margin-bottom: 20px;
	border: 1px solid #ddd;
	padding-top: 5px;
}

.blog-left-side .contact_bnt button {
	background: var(--main-color);
	color: #ffffff;
	height: 60px;
	font-size: 17px;
	font-weight: 500;
	text-transform: uppercase;
	width: 95%;
}

.blog-left-side .contact_bnt0 {
	background: #fff;
	height: 60px;
	font-size: 17px;
	font-weight: 500;
	text-transform: capitalize;
	width: 95%;
	border: 1px solid #ddd;
	margin-bottom: 30px;
	text-align: center;
	padding-top: 15px;
}

/*=================
TURNER AUTHOR AREA CSS
==================*/
.author_area {
	padding: 90px 0 70px;
	background: #f9f9f9;
}

.single_author {
	position: relative;
	margin-bottom: 30px;
	box-shadow: 0 0 10px 1px rgba(71, 85, 95, .08);
	border-radius: 5px;
}

.single_author_thumb img {
	border-radius: 5px 5px 0 0;
}

.single_author_content_thumb img {
	position: absolute;
	content: "";
	height: 22%;
	border-radius: 50%;
	top: 35%;
	left: 20px;
}

.single_author_content {
	padding-bottom: 20px;
}

.single_author_title {
	text-align: center;
}

.single_author_title a {
	margin-left: 35px;
	font-size: 18px;
}

.single_author_title span {
	float: right;
	margin-right: 30px;
	background: #ddd;
	padding: 2px 9px;
	margin-top: 4px;
}

.single_author_text {
	text-align: center;
	overflow: hidden;
	margin-top: 16px;
	margin-left: 118px;
}

.single_author_content_inner {
	padding: 15px 30px 12px;
	border-top: 1px solid #ddd;
}

.single_author_inner {
	margin-bottom: 10px;
}

.single_author_inner p {
	margin: 0;
}

.single_author_inner span {
	margin-left: 70px;
}

.single_author_inner small {
	color: #8995a2;
}

.single_author_inner .right {
	margin-left: 91px;
}

.section-title.t_center.author {
	margin-bottom: 30px;
}

.section-title.t_center.author h2 {
	text-transform: capitalize;
}

/*=======================
TURNER PROFILE DETAILS AREA CSS
========================*/
.profile_detail_area {
	padding: 0 0 70px;
}

.profile-styl1 {
	padding: 50px 0 30px;
	box-shadow: 0 2px 10px 0 #d8dde6;
	margin-top: -60px;
	background: #fff;
	margin-bottom: 30px;
}

.single_profile {
	margin-bottom: 30px;
}

.single_profile_thumb {
	text-align: center;
}

.single_profile_title {
	text-align: center;
}

.single_profile_title h2 {
	font-size: 25px;
	padding-bottom: 7px;
}

.single_profile_text_inner {
	overflow: hidden;
	margin-bottom: 18px;
}

.single_profile_text_inner_icon {
	float: left;
	margin-left: 30px;
}

.single_profile_text_inner_icon i {
	font-size: 18px;
	height: 35px;
	width: 35px;
	background: rgba(254, 170, 17, .1);
	border: 1px solid var(--main-color);
	text-align: center;
	line-height: 35px;
	border-radius: 50%;
	color: var(--main-color);
	margin-right: 10px;
}

.single_profile_text_ p {
	margin-top: 7px;
}

/* PROFILE INFO AREA */
.single_profile_info {
	box-shadow: 0 2px 10px 0 #d8dde6;
	padding: 3px 20px 20px;
	margin-bottom: 30px;
	overflow: hidden;
}

.single_profile_title_info h2 {
	border-bottom: 1px solid #ddd;
	padding-bottom: 5px;
	margin-bottom: 27px;
}

.single_profile_content_text_info {
	margin-bottom: 20px;
}

.single_profile_content_text_info p {
	font-weight: 500;
	padding-bottom: 11px;
	float: left;
	display: inline-block;
	margin-right: -73px;
	padding-bottom: 20px;
	overflow: hidden;
}

.single_profile_content_text_info span {
	font-weight: 300;
	margin-left: 144px;
	overflow: hidden;
}

.single_profile_follow_icon {
	margin-bottom: 16px;
}

.single_profile_follow_icon i {
	height: 40px;
	width: 40px;
	background: #fff;
	box-shadow: 0 2px 10px 0 #d8dde6;
	line-height: 40px;
	text-align: center;
	border-radius: 50%;
	border: 1px solid #d8dde6;
	margin-right: 52px;
	color: var(--main-color);
}

.single_profile_about_content_text p {
	letter-spacing: 1px;
}

/* PROFILE SETTING */
.row.profile-styl2 {
	box-shadow: 0 2px 10px 0 #d8dde6;
	padding: 50px 0 30px;
	margin-bottom: 30px;
}

.single_profile_icon {
	text-align: center;
}

.single_profile_icon i {
	font-size: 40px;
	color: var(--main-color);
}

.profile-setting.input-field select,
.input-field.datetime input {
	width: 100%;
	background: transparent;
	border: 1px solid #ddd;
	height: 45px;
	border-radius: 5px;
	padding-left: 10px;
}

.contact_form .text_area.style2 .form_field_inner textarea {
	width: 99.2%;
	height: 100px;
}

.input_form_field {
	padding-left: 20px;
}

.input_form_field_inner {
	margin-bottom: 12px;
}

.input_form_field_inner span {
	margin-left: 12px;
}

.input_form_field.style2 {
	float: right;
	margin-right: 30px;
}

.profile_setting_button_center {
	text-align: center;
	margin-top: 10px;
	margin-bottom: 30px;
}

.profile_setting_button_center a {
	background: var(--main-color);
	padding: 15px 35px;
	text-transform: uppercase;
	color: #fff;
	letter-spacing: 1px;
}

.input-field.profile-setting.add2 {
	margin-bottom: 12px;
}

/* ADD LISTING AREA */
.add_listing_area {
	padding: 100px 0 70px;
}

.listing_day h2 {
	font-size: 16px;
	color: #999;
	font-weight: 600;
	padding-bottom: 27px;
}

.input-field.profile-setting.add {
	margin-bottom: 12px;
}

.input-field.datetime.profile-setting.listing-detail input {
	margin-bottom: 20px;
}

.input-field.datetime.profile-setting.listing-detail button {
	width: 100%;
	height: 50px;
	background: var(--main-color);
	border: 0;
	color: #fff;
	text-transform: uppercase;
	border-radius: 30px;
}

.side-list p {
	border-bottom: 1px dashed #eaeff5;
	padding-bottom: 10px;
}

.side-list span {
	float: right;
}

.listing_details_input {
	padding: 20px 15px 18px;
	border: 1px solid #ddd;
	overflow: hidden;
	margin-top: 50px;
	width: 96%;
	margin-left: 15px;
}

.author_thumb {
	text-align: center;
}

.newxt_preview {
	text-align: center;
	margin-bottom: 30px;
	margin-top: 30px;
}

.next_preview_title h4 {
	margin: 0;
}

.next_preview_content a {
	color: #999;
}

.next_preview_title a {
	font-weight: 500;
}

.author_name {
	text-align: center;
}

.author_icon {
	text-align: center;
	padding-top: 5px;
	padding-bottom: 5px;
}

.author_content {
	text-align: center;
}

.author_icon a {
	margin: 3px;
}

/* SEARCH LISTING AREA */
.search_listing_area {
	padding: 40px 0 70px;
}

.search_listing_title h2 {
	font-size: 27px;
	padding-top: 20px;
	padding-bottom: 9px;
}

.form_field_inner.search-listing {
	width: 100%;
}

.input_form.search-listing {
	padding: 15px 0 25px;
}

.contact-title.search-listing {
	margin-left: 20px;
	margin-bottom: 15px;
	margin-top: 0;
}

/* TOP PLACE LIST AREA */
.top_place_list_area {
	padding: 100px 0 70px;
}

.single_top_list {
	position: relative;
	transition: .5s;
	margin-bottom: 30px;
	overflow: hidden;
}

.single_top_list_tumb_content {
	top: 10%;
	position: absolute;
	left: 20px;
}

.single_top_list_content {
	position: absolute;
	top: 43%;
	left: 50%;
	transform: translateX(-50%);
	margin: auto;
	text-align: center;
}

.single_top_list_content h2 {
	color: #fff;
	font-size: 25px;
}

.single_top_list_content p {
	color: #fff;
}

.single_top_list_thumb img {
	transform: scale(1.1);
	transition: .5s;
	overflow: hidden;
}

.single_top_list_tumb_content a {
	color: #fff;
	background: var(--main-color);
	padding: 7px 13px;
	border: 1px solid var(--main-color);
	border-radius: 5px;
	transition: .5s;
}

.single_top_list:hover .single_top_list_thumb img {
	transform: scale(1.2);
}

.single_top_list_tumb_content a:hover {
	border: 1px solid var(--main-color);
	background: transparent;
}

/*================
TURNER PRICING AREA CSS
==================*/
.creat_pricing_area {
	padding: 100px 0 70px;
}

.row.main-creat-pricing {
	box-shadow: 0 2px 10px 0 #d8dde6;
	padding: 55px 15px 56px;
	margin-bottom: 30px;
}

.creat_pricing_title_icon {
	text-align: center;
}

.creat_pricing_title_icon i {
	font-size: 30px;
	color: var(--main-color);
}

.creat_pricing_title {
	text-align: center;
}

.creat_pricing_title h2 {
	font-size: 30px;
	padding: 13px 0 8px;
}

.creat_pricing_title p {
	letter-spacing: 1px;
}

.form_field_text_inner .form_field_inner {
	width: 100%;
}

.creat_pricing_area .contact_form .text_area .form_field_inner textarea {
	width: 99.2%;
	height: 150px;
}

.creat_pricing_area .contact_button button {
	background: #ddd;
	border: 2px solid #ddd;
	color: #333;
	display: inline-block;
	font-size: 16px;
	letter-spacing: 2px;
	padding: 8px 16px;
	text-transform: capitalize;
	margin: 0;
	border-radius: 5px;
	transition: .5s;
}

.text-align-center {
	text-align: center;
	margin-top: 38px;
}

.text-align-center .contact_button button {
	background: var(--main-color);
	border: 2px solid var(--main-color);
	color: #fff;
	padding: 8px 30px;
}

.creat_pricing_area .contact_button button:hover {
	background: var(--main-color);
	border: 2px solid var(--main-color);
	color: #fff;
}

/*======================
TURNER CONTACT FORM AREA CSS
=======================*/
.contact_area {
	padding: 81px 0 100px;
	background: #f9f9f9;
}

.contact_form {
	padding-top: 11px;
}

.contact-title {
	font-size: 16px;
	font-weight: 600;
	margin-bottom: 5px;
	margin-top: 0;
	color: #999;
}

.contact-title2 {
	font-size: 25px;
	font-weight: 600;
	margin-bottom: 31px;
	padding-top: 12px;
}

.contact-title.style2 {
	margin-top: 20px;
}

.contact-title i {
	margin-right: 7px;
}

.contact_form .form_field_inner input,
.contact_form .form_field_inner textarea {
	width: 98%;
	background: transparent;
	border: 1px solid #ddd;
	height: 45px;
	border-radius: 5px;
	color: #666;
	letter-spacing: 1px;
}

.contact_form .text_area .form_field_inner textarea {
	width: 99.2%;
	height: 150px;
}

.contact_form .form_field_inner input:focus,
.contact_form .form_field_inner textarea:focus {
	border: 1px solid var(--main-color);
	background: transparent;
}

.contact_button button {
	background: var(--main-color);
	border: 2px solid var(--main-color);
	border-radius: 30px;
	color: #fff;
	display: inline-block;
	font-size: 14px;
	font-weight: 600;
	letter-spacing: 2px;
	padding: 10px 30px;
	text-transform: uppercase;
	-webkit-transition: all 0.5s ease 0s;
	-o-transition: all 0.5s ease 0s;
	transition: all 0.5s ease 0s;
	width: inherit;
	margin-top: 10px;
}

.contact_button button:hover {
	background: transparent;
	border-color: var(--main-color);
	color: var(--main-color);
}

/* Company Info Css */
.single_company_info {
	margin-bottom: 35px;
}

.single_company_info i {
	color: #fff;
	font-size: 36px;
	border: 1px solid transparent;
	float: left;
	border-radius: 5px;
	margin-right: 15px;
	line-height: 58px;
	height: 60px;
	width: 60px;
	text-align: center;
	-webkit-transition: .3s;
	-o-transition: .3s;
	transition: .3s;
	background: var(--main-color);
}

.single_company_info:hover i {
	background: transparent;
	color: var(--main-color);
	border-color: var(--main-color);
}

.company_info_content h5 {
	font-size: 20px;
	font-weight: 500;
	padding-bottom: 5px;
	margin-top: 0;
}

.single_company_info p {
	padding-top: 3px;
}

.company_info_desc {
	color: #fff;
	padding-bottom: 17px;
}

.company_info_content {
	overflow: hidden;
}

::-webkit-input-placeholder {
	/* Chrome/Opera/Safari */
	color: #666;
}

::-moz-placeholder {
	/* Firefox 19+ */
	color: #666;
}

:-ms-input-placeholder {
	/* IE 10+ */
	color: #666;
}

:-moz-placeholder {
	/* Firefox 18- */
	color: #666;
}

.em_contact_form ::-webkit-input-placeholder {
	/* Chrome/Opera/Safari */
	color: #333 !important;
	font-size: 14px;
	font-weight: 400;
}

.em_contact_form ::-moz-placeholder {
	/* Firefox 19+ */
	color: #333 !important;
	font-size: 14px;
	font-weight: 400;
}

.em_contact_form :-ms-input-placeholder {
	/* IE 10+ */
	color: #333 !important;
	font-size: 14px;
	font-weight: 400;
}

.em_contact_form :-moz-placeholder {
	/* Firefox 18- */
	color: #333 !important;
	font-size: 14px;
	font-weight: 400;
}

.em_contact_form ::-webkit-input-placeholder {
	/* Chrome/Opera/Safari */
	color: #333 !important;
	font-size: 14px;
	font-weight: 400;
}

/*==========================
turner FOOTER MIDDLE AREA CSS
===========================*/
.footer-middle {
	background: #1a1a1a none repeat scroll 0 0;
	padding: 68px 0 88px;
}

.footer-middle {
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
	background: #0D2352 none repeat scroll 0 0;
}

.footer-middle.black_edition {
	background: #292633 none repeat scroll 0 0;
}

.footer-middle.wpfd {
	padding: 0;
}

.wpfdp {
	padding-top: 0px;
	padding-bottom: 80px;
}

.footer-middle .widget h2 {
	color: #fff;
	margin-bottom: 47px;
	margin-top: 28px;
	position: relative;
	font-size: 23px;
	font-weight: 500;
}

.footer-middle .widget ul li,
.footer-middle .widget ul li a,
.footer-middle .widget ul li:before,
.footer-middle .tagcloud a,
.footer-middle caption,
.footer-middle table,
.footer-middle table td a,
.footer-middle cite,
.footer-middle .rssSummary,
.footer-middle span.rss-date,
.footer-middle span.comment-author-link,
.footer-middle .textwidget p,
.footer-middle .widget .screen-reader-text {
	color: #fff;
}

.footer-middle .widget ul {
	list-style: none;
}

.footer-middle .widget .menu-quick-link-container ul li {
	margin-bottom: 17px;
	list-style: none;
}

.menu-quick-link-container ul li i {
	background: var(--main-color);
	height: 17px;
	width: 17px;
	text-align: center;
	margin-right: 10px;
	-webkit-transition: .5s;
	-o-transition: .5s;
	transition: .5s;
	line-height: 17px;
	font-size: 13px;
}

.footer-middle .widget .menu-quick-link-container ul li a,
.footer-middle .widget .menu-quick-link-container ul li:before {
	-webkit-transition: .5s;
	-o-transition: .5s;
	transition: .5s;
}

.footer-middle .widget .menu-quick-link-container ul li a:hover {
	color: var(--main-color);
}

.footer-middle .widget .menu-quick-link-container ul li:hover i {
	color: #fff;
	background-color: var(--main-color);
}

.recent-portfolio-area {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-flow: row;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	flex-flow: row;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

/* Company Info */
.footer_address_inner {}

.footer_address_inner ul {}

.footer_address_inner ul li {
	margin-bottom: 14px;
}

.footer_address_inner ul li i {
	float: left;
	margin-right: 7px;
	display: inline-block;
	padding-top: 5px;
	color: var(--main-color);
}

.footer-address .company_info {
	margin-bottom: 20px;
	color: #fff
}

/* recent post */
.single-widget-item {
	overflow: hidden;
}

.recent-post-item {
	clear: both;
}

.recent-post-image a {
	display: inline-block;
	margin-top: 6px;
	margin-bottom: 5px;
}

.recent-post-text h4 a {
	color: #333;
}

.recent-post-text .rcomment i {
	margin-right: 5px;
}

.recent-post-text .rcomment {
	color: #333;
}

.recent-post-item {
	clear: both;
	-webkit-transition: .5s;
	-o-transition: .5s;
	transition: .5s;
}

.recent-post-image {
	float: left;
	margin-right: 10px;
}

.recent-post-text {
	overflow: hidden;
}

.recent-post-text>h4 {
	margin-bottom: 0;
}

.recent-post-text h4 a {
	color: #333;
	font-size: 14px;
	-webkit-transition: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
}

.recent-post-text h4 a:hover {
	color: var(--main-color);
}

.recent-post-text .rcomment {
	color: #333;
	font-size: 14px;
	text-transform: none;
}

.recent-post-text i {
	color: #fff;
	background: #30425c;
	height: 17px;
	width: 17px;
	line-height: 17px;
	text-align: center;
	-webkit-transition: .5s;
	-o-transition: .5s;
	transition: .5s;
	margin-right: 10px;
	font-size: 13px;
}

.recent-post-text .rcomment i {
	margin-right: 5px;
}

.recent-post-text .rcomment {
	color: #333;
}

.footer-middle .recent-post-text h4 a {
	color: #fff;
}

.footer-middle .recent-post-text>h4 {
	margin-bottom: 17px;
	font-weight: 500;
	line-height: 1;
	margin-top: 0;
}

.recent-post-item:hover .recent-post-text>h4 a {
	color: var(--main-color);
}

.recent-post-item:hover .recent-post-text>h4 i {
	background: var(--main-color);
}

.footer-middle .recent-post-text .rcomment {
	color: #ddd;
	font-size: 12px;
	font-weight: 400;
}

.footer_contact_info {
	text-align: center;
	background: #0D2352;
	overflow: hidden;
	color: #fff;
	border-radius: 11px;
	-webkit-box-shadow: 0 6px 30px rgba(0, 0, 0, .30);
	box-shadow: 0 6px 30px rgba(0, 0, 0, .30);
	margin-top: -136px;
	margin-bottom: 67px;
}

.single_footer_contact {
	padding: 30px 0 20px;
	border-right: 1px solid rgba(255, 255, 255, 0.20);
}

.single_footer_contact.last {
	border-right: 0;
}

.contact_info_icon i {
	font-size: 40px;
	color: #fff;
	display: inline-block;
	text-align: center;
	border-radius: 100%;
	margin-bottom: 15px;
}

.single_footer_contact p {
	font-size: 18px;
	font-weight: 500;
}

.single_footer_contact p span {
	display: block;
	font-weight: 400;
	font-size: 15px;
}

/* Blog Widget Css */
.blog-grid .recent-post-text>h4 {
	margin-bottom: 3px;
	line-height: 18px;
}

.blog-grid .recent-post-text .rcomment {
	color: #6d6d6d;
	font-size: 12px;
}

/* recent post */
.single-widget-item {
	overflow: hidden;
}

.recent-post-item {
	clear: both;
}

.recent-post-image a {
	display: inline-block;
	margin-top: 6px;
	margin-bottom: 5px;
}

.recent-post-text h4 a {
	color: #333;
}

.recent-post-text .rcomment i {
	margin-right: 5px;
}

.recent-post-text .rcomment {
	color: #333;
}

.recent-post-item {
	clear: both;
	-webkit-transition: .5s;
	-o-transition: .5s;
	transition: .5s;
}

.recent-post-image {
	float: left;
	margin-right: 10px;
}

.recent-post-text {
	overflow: hidden;
}

.recent-post-text>h4 {
	margin-bottom: 0;
}

.recent-post-text h4 a {
	color: #333;
	font-size: 14px;
	-webkit-transition: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
}

.recent-post-text h4 a:hover {
	color: #FFA700;
}

.recent-post-text .rcomment {
	color: #333;
	font-size: 14px;
	text-transform: none;
}

.recent-post-text i {
	color: #fff;
	background: #30425c;
	height: 17px;
	width: 17px;
	line-height: 17px;
	text-align: center;
	-webkit-transition: .5s;
	-o-transition: .5s;
	transition: .5s;
	margin-right: 10px;
	font-size: 13px;
}

.recent-post-text .rcomment i {
	margin-right: 5px;
}

.recent-post-text .rcomment {
	color: #333;
}

.footer-middle .recent-post-text h4 a {
	color: #fff;
	font-weight: 600;
}

.footer-middle .recent-post-text>h4 {
	margin-bottom: 8px;
	font-weight: 500;
	line-height: 1;
	margin-top: 0;
}

.recent-post-item:hover .recent-post-text>h4 a {
	color: #FFA700;
}

.recent-post-item:hover .recent-post-text>h4 i {
	background: #FFA700;
}

.footer-middle .recent-post-text .rcomment {
	color: #ddd;
	font-size: 12px;
	font-weight: 400;
}

.footer_contact_info {
	text-align: center;
	background: #0D2352;
	overflow: hidden;
	color: #fff;
	border-radius: 11px;
	-webkit-box-shadow: 0 6px 30px rgba(0, 0, 0, .30);
	box-shadow: 0 6px 30px rgba(0, 0, 0, .30);
	margin-top: -136px;
	margin-bottom: 67px;
}

.single_footer_contact {
	padding: 30px 0 20px;
	border-right: 1px solid rgba(255, 255, 255, 0.20);
}

.single_footer_contact.last {
	border-right: 0;
}

.contact_info_icon i {
	font-size: 40px;
	color: #fff;
	display: inline-block;
	text-align: center;
	border-radius: 100%;
	margin-bottom: 15px;
}

.single_footer_contact p {
	font-size: 18px;
	font-weight: 500;
}

.single_footer_contact p span {
	display: block;
	font-weight: 400;
	font-size: 15px;
}

.widget_nav_menu .col-md-4 {
	margin: 0;
	padding: 0;
}

/*===============================
turner FOOTER BOTTOM AREA CSS
================================*/
.footer-bottom {
	background: #20335D;
	padding: 26px 0 24px;
}

.copy-right-text {}

.copy-right-text p {
	color: #fff;
	font-size: 14px;
	margin: 7px 0 0;
	padding: 0;
}

.footer-menu ul {
	list-style: none;
	margin: 0px;
	padding: 0px;
}

.footer-menu ul li {
	display: inline-block;
}

.footer-menu ul li a {
	color: #fff;
	margin-left: 20px;
	text-align: center;
	color: #fff;
	-webkit-transition: .3s;
	-o-transition: .3s;
	transition: .3s;
}

.footer-menu ul li a:hover {
	color: var(--main-color);
}

.copy-right-text a:hover {
	color: var(--main-color);
}

.footer-menu ul li:last-child a {
	padding-right: 0px;
}

.footer_style_3 .footer-menu ul li:first-child a {
	padding-left: 0px;
}

.footer-menu ul ul {
	display: none;
}

.social_media h3 {
	font-size: 23px;
	color: #fff;
	padding-bottom: 40px;
	margin-top: 0;
	font-weight: 500;
}

.social_media a {
	display: inline-block;
	background: var(--main-color);
	color: #fff;
	width: 40px;
	height: 40px;
	text-align: center;
	font-size: 17px;
	line-height: 36px;
	border-radius: 100%;
	margin-right: 6px;
	-webkit-transition: .3s;
	-o-transition: .3s;
	transition: .3s;
	border: 2px solid transparent;
}

.social_media a:hover {
	background: transparent;
	color: var(--main-color);
	border-color: var(--main-color);
}

/*================================
turner INSTAGRAM AREA CSS
=================================*/
.instadram_area {
	background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.87)), to(rgba(0, 0, 0, 0.87))), transparent url(assets/images/cn.html) 0% 0%/cover repeat scroll;
	background: -webkit-linear-gradient(rgba(0, 0, 0, 0.87), rgba(0, 0, 0, 0.87)), transparent url(assets/images/cn.html) 0% 0%/cover repeat scroll;
	background: -o-linear-gradient(rgba(0, 0, 0, 0.87), rgba(0, 0, 0, 0.87)), transparent url(assets/images/cn.html) 0% 0%/cover repeat scroll;
	background: linear-gradient(rgba(0, 0, 0, 0.87), rgba(0, 0, 0, 0.87)), transparent url(assets/images/cn.html) 0% 0%/cover repeat scroll;
	background-repeat: no-repeat;
	background-size: cover;
	padding: 80px 0 100px;
}

.row.insta .col-md-2 {
	padding: 0px;
}

.instragram_thumb img {
	width: 100%;
}


/*=======================
turner BRAND AREA CSS
=========================*/
.brand_area.style2 {
	background: #f9f9f9;
}

.brand_area {
	padding: 81px 0 113px;
}

.brand_thumb img {
	width: 100%;
}

.single_brand {
	margin-bottom: 30px;
}

/*===========================
turner BREADCRUMB AREA CSS
=============================*/
.breatcome_area {
	background: url(../images/brd-bg.jpg);
	background-position: center center;
	background-size: cover;
	background-repeat: no-repeat;
	padding: 100px 0;
}

.breatcome_title_inner h2 {
	color: #fff;
	margin: 0;
	font-size: 41px;
	margin-bottom: 6px;
	font-weight: 600;
	text-align: center;
	text-transform: capitalize;
}

.breatcome_content ul {
	text-align: center;
}

.breatcome_content ul li {
	list-style: none;
	color: #fff;
	font-size: 15px;
	font-weight: 500;
	text-transform: capitalize;
}

.breatcome_content ul li a {
	color: #fff;
	text-transform: capitalize;
	font-size: 15px;
	font-weight: 500;
	margin-right: 5px;
}

.breatcome_content ul li a i {
	margin-left: 5px;
}

/* BREATCOME STYLE 2 */
.breatcome_title_inner.style2 {
	float: left;
	margin-left: 30px;
}

.breatcom_title_thumb {
	overflow: hidden;
	float: left;
}

.breatcome_title_inner.style2 h2 {
	font-size: 22px;
}

.breatcome_title_inner.style2 p {
	color: #fff;
}

.breatcom_button a {
	color: #fff;
	text-transform: uppercase;
	background: transparent;
	border: 1px solid #ddd;
	padding: 9px 30px;
	letter-spacing: 1px;
	transition: .5s;
}

.breatcom_button {
	padding-top: 5px;
}

.breatcom_button a:hover {
	background: #fff;
	color: #333;
	border: 1px solid #fff;
}

/*========================
 turner BLOG PAGE AREA CSS
=========================*/
.blog-page-title h2 {
	color: #434e59;
	display: block;
	font-size: 19px;
	font-weight: 500;
	margin-bottom: 8px;
	text-transform: capitalize;
	-webkit-transition: all 0.5s ease 0s;
	-o-transition: all 0.5s ease 0s;
	transition: all 0.5s ease 0s;
	margin-top: 10px;
}

.blog-page-title a {
	color: #434e59;
	display: inline-block;
	font-weight: 500;
}

.blog-page-title h2 a:hover {
	color: var(--main-color);
}

.single-blog-content iframe {
	margin-top: 20px;
}

.blog-content h1,
.blog-content h2,
.blog-content h3,
.blog-content h4,
.blog-content h5,
.blog-content h6 {
	margin-top: 10px;
	margin-bottom: 10px;
	font-weight: 500;
	color: #333;
	font-size: 30px;
}

.post_reply h1,
.post_reply h2,
.post_reply h3,
.post_reply h4,
.post_reply h5,
.post_reply h6 {
	color: #303030;
	font-size: 30px;
	font-weight: 500;
	margin-top: 15px;
	margin-bottom: 15px;
}

.blog-content h2,
.post_reply h2 {
	font-size: 26px;
}

.blog-content h3,
.post_reply h3 {
	font-size: 22px;
}

.blog-content h4,
.post_reply h4 {
	font-size: 20px;
}

.blog-content h5,
.post_reply h5 {
	font-size: 18px;
}

.blog-content h6,
.post_reply h6 {
	font-size: 17px;
}

/* single blog */
.single-blog-content h1,
.single-blog-content h2,
.single-blog-content h3,
.single-blog-content h4,
.single-blog-content h5,
.single-blog-content h6 {
	margin-bottom: 22px;
	margin-top: 20px;
	font-size: 30px;
	font-weight: 600;
}

.single-blog-content h2 {
	font-size: 26px;
}

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

.single-blog-content h4 {
	font-size: 20px;
}

.single-blog-content h5 {
	font-size: 18px;
}

.single-blog-content h6 {
	font-size: 17px;
}

/*=============================
 turner PAGINATION AREA CSS
===============================*/
.paginations {
	text-align: center;
	margin-top: 20px;
	margin-bottom: 28px;
}

.paginations a,
.page-numbers span.current {
	width: 35px;
	height: 35px;
	line-height: 35px;
	display: inline-block;
	font-size: 14px;
	font-weight: 500;
	margin: auto 5px;
	border: 1px solid #ddd;
	color: #888;
}

.page-numbers li {
	display: inline-block;
}

.paginations a:hover,
.paginations a.current,
.page-numbers span.current {
	background: var(--main-color);
	border-color: var(--main-color);
	color: #fff;
}


/*========================
turner 404 AREA CSS
=========================*/
.not-found-area {
	background-color: #fff;
	background-position: center top;
	background-repeat: repeat;
	background-size: cover;
	border-top: 1px solid #f5f3f3;
	padding: 0 0 16px;
}

.not-found {
	display: table;
	width: 100%;
	height: 500px;
	text-align: center;
	padding-bottom: 40px;
}

.not-found-inner {
	display: table-cell;
	vertical-align: middle;
}

.not-found-inner {
	font-size: 30px;
}

.not-found-inner h2 {
	color: var(--main-color);
	display: inline-block;
	font-size: 160px;
	font-weight: 700;
	line-height: 1.2;
	padding: 15px 0;
}

.not-found-inner p {
	font-size: 30px;
}

.not-found-inner a {
	color: #606b82;
	font-size: 24px;
	margin-top: 40px;
	display: inline-block;
	text-decoration: underline;
}

/* search error */
.turner-search-page {
	background: #fff;
}

.search-error .search input {
	padding: 20px 0;
}

.search-error .search input[type="text"] {
	padding-left: 10px;
}

.search-error .search button {
	top: 48%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}

.search-error>p {
	font-size: 14px;
	margin: 14px 0 19px;
}

.search-error>h3 {
	display: block;
	font-size: 30px;
	color: #333;
}

.search-error .search input {
	height: 54px;
	border: 1px solid #ddd;
}

/* RECENT PORTFOLIO */
.recent-portfolio {
	margin-bottom: 10px;
	margin-right: 10px;
}

.recent-portfolio {
	width: 29.33%;
}

.recent-portfolio-image img {
	width: 100%;
}

/*========================
turner SCROLL TOP AREA CSS
=========================*/
#scrollUp {
	background: var(--main-color);
	bottom: 30px;
	color: #fff;
	font-size: 30px;
	height: 40px;
	line-height: 40px;
	right: 30px;
	text-align: center;
	width: 40px;
}

#scrollUp i {
	color: #fff;
}

.copy-right-text a {
	color: var(--main-color);
}

.template-home .vc_row {
	margin-left: 0px !important;
	margin-right: 0px !important;
}

.wpb_gallery.wpb_content_element.vc_clearfix {
	margin-bottom: 0;
}

.mean-container .mean-bar {
	float: none;
	background: var(--main-color) none repeat scroll 0 0;
}

.mean-container .mean-nav ul li li a {
	color: #333;
	opacity: 1;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}

/* kc element */
.template-home-wrapper {
	overflow: hidden;
}

/*==========================
turner SECTION TITLE CSS
===========================*/
.section-title.t_center {
	margin: auto;
	text-align: center;
	width: 90%;
}

.section-title.t_left {
	margin: auto auto auto 0;
	width: 90%;
	text-align: left;
}

.section-title.t_right {
	margin: auto 0 auto auto;
	width: 90%;
	text-align: right;
}

.section-title.t_right .em-bar {
	margin: 0 0 5px auto;
}

.section-title.t_left .em-bar {
	margin: 0 0 5px;
}

.section-title h2 {
	font-size: 35px;
	font-weight: 600;
	margin-bottom: 11px;
	text-transform: uppercase;
	display: block;
	position: relative;
}

.white_color.section-title h2 {
	color: #fff;
}

.section-title span {
	color: var(--main-color);
}

.section-title.t_center i {
	font-size: 23px;
	color: var(--main-color);
	position: relative;
	display: block;
}

.section-title p {
	margin-bottom: 45px;
	font-size: 22px;
	color: #666;
	margin-top: 10px;
	font-weight: 500;
}

.white_color.section-title p {
	color: #fefefe;
}

.container-fluid .section-title h2::before {
	left: 43%;
}

.container-fluid .section-title h2::after {
	right: 43%;
}

/*============================
turner CUOROSEL  CSS
=============================*/
.curosel-style .owl-nav div {
	background: var(--main-color);
	border-radius: 50%;
	color: #fff;
	font-size: 19px;
	height: 44px;
	left: -45px;
	line-height: 40px;
	position: absolute;
	top: 46%;
	-webkit-transition: all 0.5s ease 0s;
	-o-transition: all 0.5s ease 0s;
	transition: all 0.5s ease 0s;
	width: 44px;
	text-align: center;
	z-index: 99;
	-webkit-transform: translateY(-49%);
	-ms-transform: translateY(-49%);
	transform: translateY(-49%);
	opacity: 0;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
}

.curosel-style .owl-nav .owl-next {
	left: auto;
	right: -45px;
}

.single_gallery.curosel-style .owl-nav div {
	left: 30px;
}

.single_gallery.curosel-style .owl-nav .owl-next {
	right: 30px;
	left: auto;
}

.portfolio_gallery_post.curosel-style .owl-nav div {
	left: 0px;
}

.portfolio_gallery_post.curosel-style .owl-nav .owl-next {
	right: 0px;
	left: auto;
}

.portfolio_gallery_post.curosel-style .owl-nav div {
	opacity: 1;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}

.curosel-style .owl-nav .owl-next:hover {}

.curosel-style .owl-nav .owl-prev:hover {}

.curosel-style:hover .owl-nav div {
	opacity: 1;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}

.owl-dots {
	position: absolute;
	right: 50%;
	bottom: -21px;
}

.owl-dot {
	display: inline-block;
	width: 15px;
	height: 15px;
	margin: 0px 5px 0;
	background: var(--main-color);
	border-radius: 100%;
}

.owl-dot.active {
	background: #0D2352;
}

.curosel-style:hover .owl-dots {
	opacity: 1;
}

.turner_image_slider.curosel-style .owl-nav div {
	font-size: 21px;
	height: 55px;
	left: 25px;
	line-height: 55px;
	width: 55px;
	top: 50%;
}

.turner_image_slider.curosel-style .owl-nav .owl-next {
	left: auto;
	right: 25px;
}

.turner_image_slider .owl-dots {
	position: absolute;
	right: 50%;
	bottom: 16px;
}

/* responsive 320 start */


/* small mobile :320px. */
@media (max-width: 767px) {
	body {
		overflow-x: hidden;
	}

	.slider_text .slider_text_inner>h1 {
		font-size: 20px;
	}

	.slider_text_inner p {
		font-size: 15px;
	}

	.turner-header-top {
		display: none;
	}

	.mean-container .mean-bar:before {
		text-transform: uppercase;
		top: 19px;
	}

	.mean-container a.meanmenu-reveal {
		padding: 19px 20px 18px;
	}

	.sm-order-1 {
		order: 1;
	}

	.sm-order-2 {
		order: 2;
	}

	.grid-container {
		grid-template-columns: 1fr;
	}

	.turner-serach {
		flex-direction: column;
		padding: 15px;
		border-radius: 10px;
		margin-top: 0;
	}

	.turner-serach-form .input-field input[type="text"] {
		width: 270px;
	}
}

/* responsive 320 end */


/* Widgets Css */
table#wp-calendar td#today a {
	color: #fff;
}

.blog-left-side .widget h2 {
	margin-top: 0;
}

.widget.widget_categories select {
	width: 100%;
	height: 34px;
}

.widget .screen-reader-text {
	display: none;
}

.search input {
	width: 100%;
}

.textwidget select {
	width: 100%;
}

.comment_field .textarea-field label {
	margin-top: 20px;
	margin-bottom: 10px;
}

.blog-content {
	word-break: break-word;
}

.post-password-form input[type=submit] {
	background: var(--main-color);
}

.page-list-single {
	clear: both;
}

.single-blog-content p {
	margin-bottom: 19px;
}

.row.insta .col-md-2 {
	padding: 0px;
}

#sbi_images {
	overflow: hidden;
}

.sbi_item.sbi_type_image {
	width: 33.33%;
	float: left;
	overflow: hidden;
}

/* widget */
.widget_turner_icon {
	text-align: center;
	padding-top: 18px;
	padding-bottom: 7px;
}

.widget_turner_icon i {
	font-size: 50px;
	color: var(--main-color);
}

.widget_turner_content {
	text-align: center;
	padding-bottom: 10px;
}

.widget_turner_content h2 {
	font-size: 20px !important;
}

.business-logo {
	width: 80px;
	border-radius: 50%;
}

/* loader */
#loader {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 999;
	display: flex;
	background-color: #fff;
	align-items: center;
	justify-content: center;
}

#loader>div>img {
	width: 100px;
}