/* Slider
/*-----------------------------------------------------------------------------------*/

@import url('https://fonts.googleapis.com/css2?family=PT+Serif:wght@400;700&display=swap');
.slider_container {
	width: 100%;
	margin: auto;
	clear: both;
	padding: 0 0 0 0;
}

.flex-caption {
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	width: 60%;
	text-align: left;
	background-color: transparent;
	background-image: linear-gradient(to right, #000 transparent);
	display: flex;
	justify-content: center;
	align-items: center;
}

.caption_title_line {
	width: 100%;
	height: auto;
	padding: 0px 10px 0px 37px;
	color: #0237a8;
	text-align: left;
    text-shadow: 0px -1px 2px #000;
}

.flex-caption h2 {
	color: #ffffff;
	padding: 0 0 0px 0;
	margin: 0px;
	font-family: 'Oswald', sans-serif !important;
	font-size: 50px;
	font-weight: 500;
	text-align: left;
	text-transform: uppercase;
}

.flex-caption h2 span {
	/* background: rgba(0, 0, 0, 0.5); */
	text-transform: capitalize;
	font-size: 26px;
	font-weight: 300;
	color: #ffffff;
	padding: 4px 0px;
	width: 100%;
	display: block;
	max-width: 100%;
	margin-top: 10px;
	font-family: 'Oswald', sans-serif !important;
}

.flex-caption a {
	background: transparent;
	font-family: 'Open Sans', sans-serif;
	font-size: 16px;
	font-weight: 400;
	color: #ffffff;
	text-transform: uppercase;
	padding: 10px 33px;
	border-radius: 70px;
	float: left;
	margin-top: 15px;
	border: solid 2px #ffffff;
}

.flex-caption a:hover {
	text-decoration: none;
	background: #0060af;
	color: #fff;
	border: solid 2px #0060af;
}

.flex-container a:active, .flexslider a:active {
	outline: none;
}

.slides, .flex-control-nav, .flex-direction-nav {
	margin: 0;
	padding: 0;
	list-style: none;
}

/* FlexSlider Necessary Styles
*********************************/

.flexslider {
	width: 100%;
	margin: 0;
	padding: 0 0 0 0;
}

.flexslider .slides>li {
	display: none;
}

/* Hide the slides before the JS is loaded. Avoids image jumping */

.flexslider .slides img {
	width: 100%;
	/*max-height:560px;*/
	display: block;
	border: 0px #ededed solid;
}

.flex-pauseplay span {
	text-transform: capitalize;
}

.slides:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}

html[xmlns] .slides {
	display: block;
}

* html .slides {
	height: 1%;
}

.no-js .slides>li:first-child {
	display: block;
}

.flexslider {
	position: relative;
	zoom: 1;
}

.flexslider .slides {
	zoom: 1;
}

.flexslider .slides>li {
	position: relative;
}

/* .flexslider .slides>li img {
	height: 560px;
} */

.flex-container {
	zoom: 1;
	position: relative;
}

/* Direction Nav */

.flex-direction-nav li a {
	width: 45px;
	height: 42px;
	margin: 0;
	display: block;
	position: absolute;
	right: 11px;
	cursor: pointer;
	text-indent: -9999px;
}

.flex-direction-nav li a.next {
	background: url(../images/next.png) no-repeat center;
	bottom: 184px;
}

.flex-direction-nav li a.prev {
	background: url(../images/prev.png) no-repeat center;
	bottom: 141px;
}

.flex-direction-nav li a.next:hover {
	background: url(../images/next_a.png) no-repeat center;
}

.flex-direction-nav li a.prev:hover {
	background: url(../images/prev_a.png) no-repeat center;
}

.flex-direction-nav li a.disabled {
	opacity: .3;
	filter: alpha(opacity=30);
	cursor: default;
}

/* Control Nav */

.flex-control-nav {
	width: auto;
	position: absolute;
	bottom: 25px;
	text-align: left;
	left: 39px;
}

.flex-direction-nav {
	display: none;
}

.flex-control-nav li {
	margin: 0 0 0 5px;
	display: inline-block;
	zoom: 1;
	*display: inline;
}

.flex-control-nav li:first-child {
	margin: 0;
}

.flex-control-nav li a {
	width: 15px;
	height: 15px;
	display: block;
	cursor: pointer;
	text-indent: -9999px;
	background: #b0abab;
	border-radius: 70px;
}

.flex-control-nav li a:hover {
	background-position: 0 -13px;
}

.flex-control-nav li a.active {
	background-position: 0 -26px;
	cursor: default;
	background: #0060af;
}

/* Media Queries
/*-----------------------------------------------------------------------------------*/

@media screen and (max-width: 1000px) {
	.slider_container {
		width: 90%;
		margin: 0 0 0 2%;
		clear: both;
		background: none;
		padding: 30px 0 0 0;
	}
	.flexslider {
		width: 100%;
		margin: 0;
		padding: 0 0 0 0;
		background: none;
	}
	.flex-direction-nav li a {
		width: 45px;
		height: 42px;
		margin: 0;
		display: block;
		position: absolute;
		right: -10px;
		cursor: pointer;
		text-indent: -9999px;
	}
	.flex-direction-nav li a.next {
		background: url(../images/next.png) no-repeat center;
		bottom: 85px;
	}
	.flex-direction-nav li a.prev {
		background: url(../images/prev.png) no-repeat center;
		bottom: 40px;
	}
	.flex-caption {
		/*display:none;*/
	}
}

@media only screen and (min-width: 768px) and (max-width: 999px) {
	.flex-caption {
		/*display:none;*/
		bottom: 5px!important;
	}
	.flex-caption h2 {
		font-size: 32px;
	}
	.flex-caption h2 span {
		font-size: 25px;
	}
	.flex-caption a {
		font-size: 14px;
	}
}

@media only screen and (min-width:1000px) and (max-width:1199px) {
	.caption_title_line {
		min-height: 250px;
	}
}

@media screen and (max-width: 767px) {
	.flex-caption {
		/*display:none;*/
		bottom: 5px!important;
		width: 100%;
	}
	.flex-caption h2 {
		font-size: 20px!important;
		padding-bottom: 6px!important;
		line-height: 30px;
	}
	.flex-caption a {
		font-size: 11px!important;
		padding: 8px 25px!important;
	}
	.flex-caption h2 span {
		font-size: 17px!important;
	}
	.caption_title_line {
		padding: 5px 15px 10px 15px;
	}
	.flex-caption h2 span {
		margin-left: 0px!important;
		margin-right: 0px!important;
		font-size: 12px!important;
		padding: 0px!important;
		margin-top: 0px !important;
		max-width: 100%;
		width: 100% !important;
	}
	.request_bt {
		float: left;
		right: 0px;
		position: relative;
		width: 100%;
	}
	.request_bt a {
		margin: 10px 0px;
		display: inline-block;
	}
}

@media only screen and (min-width:580px) and (max-width:767px) {
	.caption_title_line {
		padding: 5px 15px 10px 15px;
		top: 53%;
		margin-top: 44px;
	}
}

@media only screen and (min-width:768px) and (max-width:1200px) {
	.caption_title_line {
		width: 100%;
		height: auto;
		padding: 24px 15px 10px 15px;
	}
}

@media only screen and (min-width:1024px) and (max-width:1920px) {
	.banner_sec {
		min-height: 350px;
	}
}

@media screen and (max-width: 400px) {
	.caption_title_line {
		min-height: 115px!important;
	}
	.flex-caption h2 {
		font-size: 15px !important;
		padding: 0px!important;
		line-height: 17px !important;
	}
	.flex-caption h2 span {
		margin-left: 0px!important;
		margin-right: 0px!important;
		font-size: 12px!important;
		padding: 0px!important;
	}
}