/*
Theme Name: aikenhorserealty
Author URI: Upton Technology Group
Description: Custom website design with IDX integration

*/


/*--------------------------------------------------------------
1.0 Normalize
Styles based on Normalize v5.0.0 @link https://github.com/necolas/normalize.css
--------------------------------------------------------------*/

body {
	margin: 0;
	padding: 0;
}
.Gradiant {
	/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#0068af+0,cedbe5+100 */
	background: #0068af; /* Old browsers */
	background: -moz-linear-gradient(top, #0068af 0%, #cedbe5 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top, #0068af 0%, #cedbe5 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, #0068af 0%, #cedbe5 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0068af', endColorstr='#cedbe5', GradientType=0 ); /* IE6-9 */
	margin: -2px 0 0 0;
}
.footer {
	margin: 0;
	padding: 250px 0 25px 0;
	background: url(images/footer.png) no-repeat center;
}
.footer p {
	margin: 0;
	padding: 0;
	text-align: center;
	color: #fff;
	font-size: 12px;
}
.bg-common {
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
}
.service-wrap-layout3 {
	padding: 60px 0;
}
.service-box-layout3 {
	position: relative;
	z-index: 9;
	background: #fff;
}
.service-box-layout3 .item-img {
	border: 10px solid #ffffff;
	border-radius: 4px;
	margin-bottom: 24px;
	overflow: hidden;
}
.service-box-layout3 .item-content {
	text-align: center;
}
.service-box-layout3 .item-img img {
	transform: scale(1);
	-webkit-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	-ms-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
}
.service-box-layout3 .item-content .item-title {
	font-weight: 700;
	position: relative;
	padding-bottom: 20px;
}
.service-box-layout3 .item-content p {
	color: #6e6e6e;
}
.text-accent {
	color: #082c4b;
}
.mg-t-5 {
	margin-top: 5px;
}
.bg-textprimary {
	background-color: #ffffff !important;
}
.btn-fill-lg {
	display: inline-block;
	font-weight: 500;
	font-size: 15px;
	padding: 11px 30px;
	border-radius: 4px;
	z-index: 1;
	-webkit-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	-ms-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
}
.service-box-layout3 .item-content .item-title a {
	color: #121212;
	-webkit-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	-ms-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
}
.service-box-layout3 .item-content .item-title::after {
	content: "";
	width: 50px;
	height: 4px;
	background-color: #0066cc;
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
}
.service-box-layout3 img {
	width: 100%;
}
.btn-fill-lg i {
	margin-left: 10px;
	font-size: 16px;
	-webkit-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	-ms-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
}
.text-Primary {
	color: #0066cc !important;
}
.service-box-layout3:hover .item-img img {
	transform: scale(1.1);
}
.service-box-layout3 .item-img img {
	transform: scale(1);
	-webkit-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	-ms-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
}
.text-primarytext {
	color: #111111;
}
.bg-textprimary {
	background-color: #ffffff !important;
}
.btn-fill-xl {
	display: inline-block;
	font-weight: 700;
	font-size: 15px;
	padding: 14px 40px;
	border-radius: 4px;
	z-index: 1;
	-webkit-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	-ms-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
}
.btn-fill-xl i {
	margin-left: 10px;
}
/*=======================================================================
3. Vendor Custom Style
=========================================================================*/
/*------------------- 3.1 Nivo Slider -------------------*/
.slider-area {
	position: relative;
}
.slider-area .nivo-controlNav {
	display: none;
}
.slider-area .nivo-directionNav a {
	z-index: 6;
	top: 50%;
	transform: translateY(-50%);
}
@media only screen and (max-width: 767px) {
.slider-area .nivo-directionNav a {
	visibility: hidden;
	opacity: 0;
}
}
.slider-area .nivo-directionNav a.nivo-prevNav {
	left: 10%;
	width: 55px;
	height: 55px;
	line-height: 55px;
	border-radius: 50%;
	background-color: #0066cc;
	color: #ffffff;
	font-size: 0;
	transition: all 0.5s ease-out;
}
.slider-area .nivo-directionNav a.nivo-prevNav:before {
	content: "\f053";
	font-family: "Font Awesome 5 Free";
	font-weight: 600;
	cursor: pointer;
	font-size: 16px;
	margin: 0;
	position: absolute;
	text-align: center;
	top: 50%;
	transform: translateY(-50%);
	z-index: 9;
	left: 0;
	right: 0;
	transition: all 0.3s ease-out;
}
@media only screen and (max-width: 991px) {
.slider-area .nivo-directionNav a.nivo-prevNav {
	width: 50px;
	height: 50px;
	line-height: 50px;
}
.slider-area .nivo-directionNav a.nivo-prevNav:before {
	font-size: 15px;
}
}
@media only screen and (max-width: 767px) {
.slider-area .nivo-directionNav a.nivo-prevNav {
	width: 45px;
	height: 45px;
	line-height: 45px;
}
}
.slider-area .nivo-directionNav a.nivo-prevNav:hover {
	background-color: #ffffff;
}
.slider-area .nivo-directionNav a.nivo-prevNav:hover:before {
	color: #0066cc !important;
}
.slider-area .nivo-directionNav a.nivo-nextNav {
	right: 10%;
	width: 55px;
	height: 55px;
	line-height: 55px;
	border-radius: 50%;
	background-color: #0066cc;
	color: #ffffff;
	font-size: 0;
	transition: all 0.3s ease-out;
}
.slider-area .nivo-directionNav a.nivo-nextNav:before {
	content: "\f054";
	font-family: "Font Awesome 5 Free";
	font-weight: 600;
	cursor: pointer;
	font-size: 16px;
	margin: 0;
	position: absolute;
	text-align: center;
	top: 50%;
	transform: translateY(-50%);
	z-index: 9;
	left: 0;
	right: 0;
	transition: all 0.3s ease-out;
}
@media only screen and (max-width: 991px) {
.slider-area .nivo-directionNav a.nivo-nextNav {
	width: 50px;
	height: 50px;
	line-height: 50px;
}
.slider-area .nivo-directionNav a.nivo-nextNav:before {
	font-size: 15px;
}
}
@media only screen and (max-width: 767px) {
.slider-area .nivo-directionNav a.nivo-nextNav {
	width: 45px;
	height: 45px;
	line-height: 45px;
}
}
.slider-area .nivo-directionNav a.nivo-nextNav:hover {
	background-color: #ffffff;
}
.slider-area .nivo-directionNav a.nivo-nextNav:hover:before {
	color: #0066cc !important;
}
.slider-area:hover a {
	opacity: 1;
	visibility: visible;
}
.slider-area .nivo-caption {
	opacity: 1;
}
.slider-area .nivo-caption p {
	padding: 0;
}
.slider-area .slide-1 div.slider-big-text, .slider-area .slide-2 div.slider-big-text, .slider-area .slide-3 div.slider-big-text {
	font-size: 60px;
	font-weight: 700;
	color: #111111;
	margin-bottom: 20px;
	line-height: 48px;
	width: 100%;
}
.slider-area .slide-1 div.slider-big-text span, .slider-area .slide-2 div.slider-big-text span, .slider-area .slide-3 div.slider-big-text span {
	display: block;
}
@media only screen and (max-width: 1199px) {
.slider-area .slide-1 div.slider-big-text,  .slider-area .slide-2 div.slider-big-text,  .slider-area .slide-3 div.slider-big-text {
	font-size: 40px;
}
}
@media only screen and (max-width: 991px) {
.slider-area .slide-1 div.slider-big-text,  .slider-area .slide-2 div.slider-big-text,  .slider-area .slide-3 div.slider-big-text {
	font-size: 30px;
}
}
@media only screen and (max-width: 767px) {
.slider-area .slide-1 div.slider-big-text,  .slider-area .slide-2 div.slider-big-text,  .slider-area .slide-3 div.slider-big-text {
	font-size: 28px;
	margin-bottom: 0;
	line-height: 36px;
}
}
@media only screen and (max-width: 575px) {
.slider-area .slide-1 div.slider-big-text,  .slider-area .slide-2 div.slider-big-text,  .slider-area .slide-3 div.slider-big-text {
	font-size: 26px;
}
}
@media only screen and (max-width: 479px) {
.slider-area .slide-1 div.slider-big-text,  .slider-area .slide-2 div.slider-big-text,  .slider-area .slide-3 div.slider-big-text {
	font-size: 22px;
}
}
.slider-area .slide-1 div.slider-big-text.text-light, .slider-area .slide-2 div.slider-big-text.text-light, .slider-area .slide-3 div.slider-big-text.text-light {
	color: #ffffff;
}
.slider-area .slide-1 div.slider-sub-text, .slider-area .slide-2 div.slider-sub-text, .slider-area .slide-3 div.slider-sub-text {
	font-size: 30px;
	letter-spacing: 2px;
	color: #343434;
	margin-bottom: 22px;
}
@media only screen and (max-width: 1199px) {
.slider-area .slide-1 div.slider-sub-text,  .slider-area .slide-2 div.slider-sub-text,  .slider-area .slide-3 div.slider-sub-text {
	font-size: 26px;
}
}
@media only screen and (max-width: 1184px) {
nav.template-main-menu ul.navmain li a {

    padding: 40px 6px !important;
    font-size:14px !important;

}	
}
button#responsive-menu-button {
    top: 122px !important;

}

@media only screen and (max-width: 992px) {
	ul.navmain{
		display:none;
	}
}


@media only screen and (max-width: 991px) {
.slider-area .slide-1 div.slider-sub-text,  .slider-area .slide-2 div.slider-sub-text,  .slider-area .slide-3 div.slider-sub-text {
	font-size: 24px;
}
}
@media only screen and (max-width: 767px) {
.slider-area .slide-1 div.slider-sub-text,  .slider-area .slide-2 div.slider-sub-text,  .slider-area .slide-3 div.slider-sub-text {
	font-size: 22px;
}
}
@media only screen and (max-width: 575px) {
.slider-area .slide-1 div.slider-sub-text,  .slider-area .slide-2 div.slider-sub-text,  .slider-area .slide-3 div.slider-sub-text {
	display: none;
}
}
.slider-area .slide-1 div.slider-sub-text.text-light, .slider-area .slide-2 div.slider-sub-text.text-light, .slider-area .slide-3 div.slider-sub-text.text-light {
	color: #ffffff;
}
.slider-area .slide-1 div.slider-paragraph, .slider-area .slide-2 div.slider-paragraph, .slider-area .slide-3 div.slider-paragraph {
	color: #4d4d4f;
	margin-bottom: 20px;
	width: 40%;
}
@media only screen and (max-width: 991px) {
.slider-area .slide-1 div.slider-paragraph,  .slider-area .slide-2 div.slider-paragraph,  .slider-area .slide-3 div.slider-paragraph {
	width: 50%;
}
}
@media only screen and (max-width: 575px) {
.slider-area .slide-1 div.slider-paragraph,  .slider-area .slide-2 div.slider-paragraph,  .slider-area .slide-3 div.slider-paragraph {
	display: none;
}
}
.slider-area .slide-1 div.slider-paragraph.text-light, .slider-area .slide-2 div.slider-paragraph.text-light, .slider-area .slide-3 div.slider-paragraph.text-light {
	color: #ffffff;
}
.slider-area .slide-1 .slider-big-text.padding-right, .slider-area .slide-2 .slider-big-text.padding-right, .slider-area .slide-3 .slider-big-text.padding-right, .slider-area .slide-1 .slider-sub-text.padding-right, .slider-area .slide-2 .slider-sub-text.padding-right, .slider-area .slide-3 .slider-sub-text.padding-right, .slider-area .slide-1 .slider-paragraph.padding-right, .slider-area .slide-2 .slider-paragraph.padding-right, .slider-area .slide-3 .slider-paragraph.padding-right {
	padding-right: 60%;
}
.slider-area .slide-1 .slider-big-text.padding-left, .slider-area .slide-2 .slider-big-text.padding-left, .slider-area .slide-3 .slider-big-text.padding-left, .slider-area .slide-1 .slider-sub-text.padding-left, .slider-area .slide-2 .slider-sub-text.padding-left, .slider-area .slide-3 .slider-sub-text.padding-left, .slider-area .slide-1 .slider-paragraph.padding-left, .slider-area .slide-2 .slider-paragraph.padding-left, .slider-area .slide-3 .slider-paragraph.padding-left {
	padding-left: 60%;
}
.slider-area .slider-btn-area {
	margin-top: 36px;
}
@media only screen and (max-width: 767px) {
.slider-area .slider-btn-area {
	display: none;
}
}
.slider-area .slider-btn-area a.item-btn-fill {
	padding: 10px 25px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	background-color: #ffffff;
	color: #082c4b;
	font-size: 15px;
	font-weight: 700;
	border-radius: 4px;
	position: relative;
	z-index: 1;
	transition: all 0.3s ease-out;
}
.slider-area .slider-btn-area a.item-btn-fill i {
	font-size: 16px;
	margin-left: 10px;
	color: #0066cc;
}
.slider-area .slider-btn-area a.item-btn-fill:hover {
	color: #ffffff;
	background-color: #082c4b;
}
.slider-area .slider-btn-area a.item-btn-fill:hover i {
	color: #ffffff;
}
.slider-area .slider-btn-area a.item-btn-ghost {
	padding: 10px 25px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	color: #ffffff;
	border: 1px solid;
	border-color: #ffffff;
	font-size: 15px;
	font-weight: 700;
	border-radius: 4px;
	position: relative;
	z-index: 1;
	transition: all 0.3s ease-out;
}
.slider-area .slider-btn-area a.item-btn-ghost i {
	font-size: 16px;
	margin-left: 10px;
}
.slider-area .slider-btn-area a.item-btn-ghost:hover {
	background-color: #0066cc;
	border-color: #0066cc;
}
.slider-layout1 .nivo-caption {
	top: 40px;
	z-index: 10;
}
@media only screen and (max-width: 991px) {
.slider-layout1 .nivo-caption {
	top: 0;
}
}
.slider-layout1 .nivo-directionNav a {
	top: 55%;
	z-index: 10;
}
.slider-layout1 .nivo-directionNav a:before {
	color: #ffffff;
}
@media only screen and (max-width: 991px) {
.slider-layout1 .nivo-directionNav a {
	top: 50%;
}
}
.slider-layout1 .nivo-directionNav a.nivo-prevNav {
	background-color: transparent;
	border: 1px solid #ffffff;
}
@media only screen and (max-width: 1499px) {
.slider-layout1 .nivo-directionNav a.nivo-prevNav {
	left: 1%;
}
}
.slider-layout1 .nivo-directionNav a.nivo-nextNav {
	background-color: transparent;
	border: 1px solid #ffffff;
}
@media only screen and (max-width: 1499px) {
.slider-layout1 .nivo-directionNav a.nivo-nextNav {
	right: 1%;
}
}
.slider-layout1 .slide-1 div.slider-big-text, .slider-layout1 .slide-2 div.slider-big-text, .slider-layout1 .slide-3 div.slider-big-text {
	animation: fadeInLeft 2000ms ease-in-out;
	line-height: 70px;
	margin-bottom: 10px;
}
@media only screen and (max-width: 1199px) {
.slider-layout1 .slide-1 div.slider-big-text,  .slider-layout1 .slide-2 div.slider-big-text,  .slider-layout1 .slide-3 div.slider-big-text {
	line-height: 50px;
}
}
@media only screen and (max-width: 991px) {
.slider-layout1 .slide-1 div.slider-big-text,  .slider-layout1 .slide-2 div.slider-big-text,  .slider-layout1 .slide-3 div.slider-big-text {
	line-height: 40px;
}
}
.slider-layout1 .slide-1 div.slider-sub-text, .slider-layout1 .slide-2 div.slider-sub-text, .slider-layout1 .slide-3 div.slider-sub-text {
	animation: fadeInUp 1500ms ease-in-out;
}
.slider-layout1 .slide-1 div.slider-paragraph, .slider-layout1 .slide-2 div.slider-paragraph, .slider-layout1 .slide-3 div.slider-paragraph {
	animation: fadeInUp 1500ms ease-in-out;
}
@media only screen and (max-width: 1199px) {
.slider-layout1 .slide-1 div.slider-paragraph,  .slider-layout1 .slide-2 div.slider-paragraph,  .slider-layout1 .slide-3 div.slider-paragraph {
	display: none;
}
}
.slider-layout1 .slider-btn-area {
	animation: fadeInUp 2000ms ease-in-out;
}
.slider-layout1 .slider-overlay {
	height: 100%;
	width: 64%;
	background-color: rgba(237, 28, 37, 0.3);
	-webkit-clip-path: polygon(0 0, 100% 0%, 70% 100%, 0% 100%);
	clip-path: polygon(0 0, 100% 0%, 70% 100%, 0% 100%);
	position: absolute;
	top: 0;
	left: 0;
	z-index: 6;
}
.slider-layout1 .overlay-layout2 {
	width: 62%;
	background-color: rgba(237, 28, 37, 0.2);
}
.slider-layout1 .overlay-layout3 {
	width: 60%;
	background-color: rgba(237, 28, 37, 0.6);
}
.slider-layout2 {
	overflow: hidden;
}
.slider-layout2 .nivo-directionNav a {
	top: 50%;
}
@media only screen and (max-width: 991px) {
.slider-layout2 .nivo-directionNav a {
	top: 50%;
}
}
@media only screen and (max-width: 1499px) {
.slider-layout2 .nivo-directionNav a.nivo-prevNav {
	left: 1%;
}
}
@media only screen and (max-width: 1499px) {
.slider-layout2 .nivo-directionNav a.nivo-nextNav {
	right: 1%;
}
}
.slider-layout2 .slide-1 div.slider-big-text, .slider-layout2 .slide-2 div.slider-big-text, .slider-layout2 .slide-3 div.slider-big-text {
	animation: fadeInLeft 2000ms ease-in-out;
}
.slider-layout2 .slide-1 div.slider-sub-text, .slider-layout2 .slide-2 div.slider-sub-text, .slider-layout2 .slide-3 div.slider-sub-text {
	animation: fadeInUp 1500ms ease-in-out;
}
.slider-layout2 .slide-1 div.slider-paragraph, .slider-layout2 .slide-2 div.slider-paragraph, .slider-layout2 .slide-3 div.slider-paragraph {
	animation: fadeInUp 1500ms ease-in-out;
}
@media only screen and (max-width: 1199px) {
.slider-layout2 .slide-1 div.slider-paragraph,  .slider-layout2 .slide-2 div.slider-paragraph,  .slider-layout2 .slide-3 div.slider-paragraph {
	display: none;
}
}
.slider-layout2 .slider-btn-area {
	animation: fadeInUp 2000ms ease-in-out;
}
.slider-layout2 .slider-box-form {
	position: absolute;
	top: 78%;
	transform: translateY(-50%);
	z-index: 9;
}
@media only screen and (max-width: 1229px) {
.slider-layout2 .slider-box-form {
	right: calc((100% - 1110px) / 2);
}
}
@media only screen and (max-width: 1199px) {
.slider-layout2 .slider-box-form {
	right: calc((100% - 930px) / 2);
}
}
@media only screen and (max-width: 991px) {
.slider-layout2 .slider-box-form {
	display: block;
}
}
.slider-layout2 .slider-box-form .about-box-layout3 {
	padding: 40px 50px;
	box-shadow: none;
}
@media only screen and (max-width: 1440px) {
.slider-layout2 .slider-box-form .about-box-layout3 {
	transform: scale(0.9);
}
}
@media only screen and (max-width: 1399px) {
.slider-layout2 .slider-box-form .about-box-layout3 {
	transform: scale(0.8);
}
}
@media only screen and (max-width: 1199px) {
.slider-layout2 .slider-box-form .about-box-layout3 {
	transform: scale(0.7);
}
}
.slider-layout3 .nivo-caption {
	top: 40px;
	z-index: 10;
}
@media only screen and (max-width: 991px) {
.slider-layout3 .nivo-caption {
	top: 0;
}
}
.slider-layout3 .nivo-caption .slider-text {
	width: 50%;
	background-color: #ffffff;
	border-radius: 4px;
	padding: 35px 50px 45px;
}
@media only screen and (max-width: 991px) {
.slider-layout3 .nivo-caption .slider-text {
	width: 65%;
}
}
@media only screen and (max-width: 575px) {
.slider-layout3 .nivo-caption .slider-text {
	padding: 35px 30px;
	width: 80%;
}
}
@media only screen and (max-width: 479px) {
.slider-layout3 .nivo-caption .slider-text {
	padding: 20px;
	width: 100%;
}
}
.slider-layout3 .nivo-directionNav a {
	top: 55%;
	z-index: 10;
}
.slider-layout3 .nivo-directionNav a:before {
	color: #ffffff;
}
@media only screen and (max-width: 991px) {
.slider-layout3 .nivo-directionNav a {
	top: 50%;
}
}
.slider-layout3 .nivo-directionNav a.nivo-prevNav {
	background-color: transparent;
	border: 1px solid #ffffff;
}
@media only screen and (max-width: 1499px) {
.slider-layout3 .nivo-directionNav a.nivo-prevNav {
	left: 1%;
}
}
.slider-layout3 .nivo-directionNav a.nivo-nextNav {
	background-color: transparent;
	border: 1px solid #ffffff;
}
@media only screen and (max-width: 1499px) {
.slider-layout3 .nivo-directionNav a.nivo-nextNav {
	right: 1%;
}
}
.slider-layout3 .slide-1 div.slider-big-text, .slider-layout3 .slide-2 div.slider-big-text, .slider-layout3 .slide-3 div.slider-big-text {
	animation: fadeInLeft 2000ms ease-in-out;
	font-size: 36px;
	color: #111111;
	margin-bottom: 10px;
}
@media only screen and (max-width: 1199px) {
.slider-layout3 .slide-1 div.slider-big-text,  .slider-layout3 .slide-2 div.slider-big-text,  .slider-layout3 .slide-3 div.slider-big-text {
	font-size: 34px;
}
}
@media only screen and (max-width: 991px) {
.slider-layout3 .slide-1 div.slider-big-text,  .slider-layout3 .slide-2 div.slider-big-text,  .slider-layout3 .slide-3 div.slider-big-text {
	font-size: 32px;
}
}
@media only screen and (max-width: 767px) {
.slider-layout3 .slide-1 div.slider-big-text,  .slider-layout3 .slide-2 div.slider-big-text,  .slider-layout3 .slide-3 div.slider-big-text {
	font-size: 28px;
}
}
@media only screen and (max-width: 575px) {
.slider-layout3 .slide-1 div.slider-big-text,  .slider-layout3 .slide-2 div.slider-big-text,  .slider-layout3 .slide-3 div.slider-big-text {
	font-size: 24px;
	margin-bottom: 0;
}
}
.slider-layout3 .slide-1 div.slider-sub-text, .slider-layout3 .slide-2 div.slider-sub-text, .slider-layout3 .slide-3 div.slider-sub-text {
	animation: fadeInUp 1500ms ease-in-out;
	font-size: 18px;
	color: #7d7d7d;
	letter-spacing: 1px;
	margin-bottom: 10px;
}
.slider-layout3 .slide-1 div.slider-paragraph, .slider-layout3 .slide-2 div.slider-paragraph, .slider-layout3 .slide-3 div.slider-paragraph {
	animation: fadeInUp 1500ms ease-in-out;
	width: 100%;
	color: #444444;
}
@media only screen and (max-width: 1199px) {
.slider-layout3 .slide-1 div.slider-paragraph,  .slider-layout3 .slide-2 div.slider-paragraph,  .slider-layout3 .slide-3 div.slider-paragraph {
	display: none;
}
}
.slider-layout3 .slider-btn-area {
	animation: fadeInUp 2000ms ease-in-out;
}
.slider-layout3 .slider-btn-area a.item-btn-fill {
	background-color: #082c4b;
	color: #ffffff;
}
.slider-layout3 .slider-btn-area a.item-btn-fill:hover {
	background-color: #0066cc;
}
/*------------------- 3.3 Select 2 Style -------------------*/
.select2-container--classic .select2-selection--single {
	background: #f4f4f4;
	border: 1px solid #f4f4f4;
	height: 50px;
}
.select2-container--classic .select2-selection--single .select2-selection__rendered {
	line-height: 50px;
	color: #646464;
}
.select2-container--classic .select2-selection--single:focus {
	border: 1px solid #f4f4f4;
}
.select2-container--classic .select2-selection--single .select2-selection__arrow {
	background: none;
	border-left: none;
	height: 50px;
	top: 0;
	width: 40px;
}
.select2-container--classic .select2-selection--single .select2-selection__arrow b {
	border-color: #082c4b transparent transparent transparent;
}
.select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow b {
	border-color: transparent transparent #082c4b transparent;
}
.select2-container--classic.select2-container--open.select2-container--below .select2-selection--single {
	background: #f4f4f4;
	border-color: #cccccc;
}
.select2-container--classic.select2-container--open.select2-container--above .select2-selection--single {
	background: #f4f4f4;
	border-color: #cccccc;
}
.select2-container--classic.select2-container--open .select2-dropdown {
	border-color: #cccccc;
}
.select2-container--classic .select2-results__option--highlighted[aria-selected] {
	background-color: #0529a4;
}
.select2-container {
	box-sizing: border-box;
	display: inline-block;
	margin: 0;
	position: relative;
	vertical-align: middle
}
.select2-container .select2-selection--single {
	box-sizing: border-box;
	cursor: pointer;
	display: block;
	height: 28px;
	user-select: none;
	-webkit-user-select: none
}
.select2-container .select2-selection--single .select2-selection__rendered {
	display: block;
	padding-left: 8px;
	padding-right: 20px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap
}
.select2-container .select2-selection--single .select2-selection__clear {
	position: relative
}
.select2-container[dir="rtl"] .select2-selection--single .select2-selection__rendered {
	padding-right: 8px;
	padding-left: 20px
}
.select2-container .select2-selection--multiple {
	box-sizing: border-box;
	cursor: pointer;
	display: block;
	min-height: 32px;
	user-select: none;
	-webkit-user-select: none
}
.select2-container .select2-selection--multiple .select2-selection__rendered {
	display: inline-block;
	overflow: hidden;
	padding-left: 8px;
	text-overflow: ellipsis;
	white-space: nowrap
}
.select2-container .select2-search--inline {
	float: left
}
.select2-container .select2-search--inline .select2-search__field {
	box-sizing: border-box;
	border: none;
	font-size: 100%;
	margin-top: 5px;
	padding: 0
}
.select2-container .select2-search--inline .select2-search__field::-webkit-search-cancel-button {
 -webkit-appearance:none
}
.select2-dropdown {
	background-color: white;
	border: 1px solid #aaa;
	border-radius: 4px;
	box-sizing: border-box;
	display: block;
	position: absolute;
	left: -100000px;
	width: 100%;
	z-index: 1051
}
.select2-results {
	display: block
}
.select2-results__options {
	list-style: none;
	margin: 0;
	padding: 0
}
.select2-results__option {
	padding: 6px;
	user-select: none;
	-webkit-user-select: none
}
.select2-results__option[aria-selected] {
	cursor: pointer
}
.select2-container--open .select2-dropdown {
	left: 0
}
.select2-container--open .select2-dropdown--above {
	border-bottom: none;
	border-bottom-left-radius: 0;
	border-bottom-right-radius: 0
}
.select2-container--open .select2-dropdown--below {
	border-top: none;
	border-top-left-radius: 0;
	border-top-right-radius: 0
}
.select2-search--dropdown {
	display: block;
	padding: 4px
}
.select2-search--dropdown .select2-search__field {
	padding: 4px;
	width: 100%;
	box-sizing: border-box
}
.select2-search--dropdown .select2-search__field::-webkit-search-cancel-button {
 -webkit-appearance:none
}
.select2-search--dropdown.select2-search--hide {
	display: none
}
.select2-close-mask {
	border: 0;
	margin: 0;
	padding: 0;
	display: block;
	position: fixed;
	left: 0;
	top: 0;
	min-height: 100%;
	min-width: 100%;
	height: auto;
	width: auto;
	opacity: 0;
	z-index: 99;
	background-color: #fff;
	filter: alpha(opacity=0)
}
.select2-hidden-accessible {
	border: 0 !important;
	clip: rect(0 0 0 0) !important;
	-webkit-clip-path: inset(50%) !important;
	clip-path: inset(50%) !important;
	height: 1px !important;
	overflow: hidden !important;
	padding: 0 !important;
	position: absolute !important;
	width: 1px !important;
	white-space: nowrap !important
}
.select2-container--default .select2-selection--single {
	background-color: #fff;
	border: 1px solid #aaa;
	border-radius: 4px
}
.select2-container--default .select2-selection--single .select2-selection__rendered {
	color: #444;
	line-height: 28px
}
.select2-container--default .select2-selection--single .select2-selection__clear {
	cursor: pointer;
	float: right;
	font-weight: bold
}
.select2-container--default .select2-selection--single .select2-selection__placeholder {
	color: #999
}
.select2-container--default .select2-selection--single .select2-selection__arrow {
	height: 26px;
	position: absolute;
	top: 1px;
	right: 1px;
	width: 20px
}
.select2-container--default .select2-selection--single .select2-selection__arrow b {
	border-color: #888 transparent transparent transparent;
	border-style: solid;
	border-width: 5px 4px 0 4px;
	height: 0;
	left: 50%;
	margin-left: -4px;
	margin-top: -2px;
	position: absolute;
	top: 50%;
	width: 0
}
.select2-container--default[dir="rtl"] .select2-selection--single .select2-selection__clear {
	float: left
}
.select2-container--default[dir="rtl"] .select2-selection--single .select2-selection__arrow {
	left: 1px;
	right: auto
}
.select2-container--default.select2-container--disabled .select2-selection--single {
	background-color: #eee;
	cursor: default
}
.select2-container--default.select2-container--disabled .select2-selection--single .select2-selection__clear {
	display: none
}
.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
	border-color: transparent transparent #888 transparent;
	border-width: 0 4px 5px 4px
}
.select2-container--default .select2-selection--multiple {
	background-color: white;
	border: 1px solid #aaa;
	border-radius: 4px;
	cursor: text
}
.select2-container--default .select2-selection--multiple .select2-selection__rendered {
	box-sizing: border-box;
	list-style: none;
	margin: 0;
	padding: 0 5px;
	width: 100%
}
.select2-container--default .select2-selection--multiple .select2-selection__rendered li {
	list-style: none
}
.select2-container--default .select2-selection--multiple .select2-selection__placeholder {
	color: #999;
	margin-top: 5px;
	float: left
}
.select2-container--default .select2-selection--multiple .select2-selection__clear {
	cursor: pointer;
	float: right;
	font-weight: bold;
	margin-top: 5px;
	margin-right: 10px
}
.select2-container--default .select2-selection--multiple .select2-selection__choice {
	background-color: #e4e4e4;
	border: 1px solid #aaa;
	border-radius: 4px;
	cursor: default;
	float: left;
	margin-right: 5px;
	margin-top: 5px;
	padding: 0 5px
}
.select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
	color: #999;
	cursor: pointer;
	display: inline-block;
	font-weight: bold;
	margin-right: 2px
}
.select2-container--default .select2-selection--multiple .select2-selection__choice__remove:hover {
	color: #333
}
.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice, .select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__placeholder, .select2-container--default[dir="rtl"] .select2-selection--multiple .select2-search--inline {
	float: right
}
.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice {
	margin-left: 5px;
	margin-right: auto
}
.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice__remove {
	margin-left: 2px;
	margin-right: auto
}
.select2-container--default.select2-container--focus .select2-selection--multiple {
	border: solid black 1px;
	outline: 0
}
.select2-container--default.select2-container--disabled .select2-selection--multiple {
	background-color: #eee;
	cursor: default
}
.select2-container--default.select2-container--disabled .select2-selection__choice__remove {
	display: none
}
.select2-container--default.select2-container--open.select2-container--above .select2-selection--single, .select2-container--default.select2-container--open.select2-container--above .select2-selection--multiple {
	border-top-left-radius: 0;
	border-top-right-radius: 0
}
.select2-container--default.select2-container--open.select2-container--below .select2-selection--single, .select2-container--default.select2-container--open.select2-container--below .select2-selection--multiple {
	border-bottom-left-radius: 0;
	border-bottom-right-radius: 0
}
.select2-container--default .select2-search--dropdown .select2-search__field {
	border: 1px solid #aaa
}
.select2-container--default .select2-search--inline .select2-search__field {
	background: transparent;
	border: none;
	outline: 0;
	box-shadow: none;
	-webkit-appearance: textfield
}
.select2-container--default .select2-results>.select2-results__options {
	max-height: 200px;
	overflow-y: auto
}
.select2-container--default .select2-results__option[role=group] {
	padding: 0
}
.select2-container--default .select2-results__option[aria-disabled=true] {
	color: #999
}
.select2-container--default .select2-results__option[aria-selected=true] {
	background-color: #ddd
}
.select2-container--default .select2-results__option .select2-results__option {
	padding-left: 1em
}
.select2-container--default .select2-results__option .select2-results__option .select2-results__group {
	padding-left: 0
}
.select2-container--default .select2-results__option .select2-results__option .select2-results__option {
	margin-left: -1em;
	padding-left: 2em
}
.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
	margin-left: -2em;
	padding-left: 3em
}
.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
	margin-left: -3em;
	padding-left: 4em
}
.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
	margin-left: -4em;
	padding-left: 5em
}
.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
	margin-left: -5em;
	padding-left: 6em
}
.select2-container--default .select2-results__option--highlighted[aria-selected] {
	background-color: #5897fb;
	color: white
}
.select2-container--default .select2-results__group {
	cursor: default;
	display: block;
	padding: 6px
}
.select2-container--classic .select2-selection--single {
	background-color: #f7f7f7;
	border: 1px solid #aaa;
	border-radius: 4px;
	outline: 0;
	background-image: -webkit-linear-gradient(top, #fff 50%, #eee 100%);
	background-image: -o-linear-gradient(top, #fff 50%, #eee 100%);
	background-image: linear-gradient(to bottom, #fff 50%, #eee 100%);
	background-repeat: repeat-x;
 filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFFFF', endColorstr='#FFEEEEEE', GradientType=0)
}
.select2-container--classic .select2-selection--single:focus {
	border: 1px solid #5897fb
}
.select2-container--classic .select2-selection--single .select2-selection__rendered {
	color: #444;
	line-height: 28px
}
.select2-container--classic .select2-selection--single .select2-selection__clear {
	cursor: pointer;
	float: right;
	font-weight: bold;
	margin-right: 10px
}
.select2-container--classic .select2-selection--single .select2-selection__placeholder {
	color: #999
}
.select2-container--classic .select2-selection--single .select2-selection__arrow {
	background-color: #ddd;
	border: none;
	border-left: 1px solid #aaa;
	border-top-right-radius: 4px;
	border-bottom-right-radius: 4px;
	height: 26px;
	position: absolute;
	top: 1px;
	right: 1px;
	width: 20px;
	background-image: -webkit-linear-gradient(top, #eee 50%, #ccc 100%);
	background-image: -o-linear-gradient(top, #eee 50%, #ccc 100%);
	background-image: linear-gradient(to bottom, #eee 50%, #ccc 100%);
	background-repeat: repeat-x;
 filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFEEEEEE', endColorstr='#FFCCCCCC', GradientType=0)
}
.select2-container--classic .select2-selection--single .select2-selection__arrow b {
	border-color: #888 transparent transparent transparent;
	border-style: solid;
	border-width: 5px 4px 0 4px;
	height: 0;
	left: 50%;
	margin-left: -4px;
	margin-top: -2px;
	position: absolute;
	top: 50%;
	width: 0
}
.select2-container--classic[dir="rtl"] .select2-selection--single .select2-selection__clear {
	float: left
}
.select2-container--classic[dir="rtl"] .select2-selection--single .select2-selection__arrow {
	border: none;
	border-right: 1px solid #aaa;
	border-radius: 0;
	border-top-left-radius: 4px;
	border-bottom-left-radius: 4px;
	left: 1px;
	right: auto
}
.select2-container--classic.select2-container--open .select2-selection--single {
	border: 1px solid #5897fb
}
.select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow {
	background: transparent;
	border: none
}
.select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow b {
	border-color: transparent transparent #888 transparent;
	border-width: 0 4px 5px 4px
}
.select2-container--classic.select2-container--open.select2-container--above .select2-selection--single {
	border-top: none;
	border-top-left-radius: 0;
	border-top-right-radius: 0;
	background-image: -webkit-linear-gradient(top, #fff 0%, #eee 50%);
	background-image: -o-linear-gradient(top, #fff 0%, #eee 50%);
	background-image: linear-gradient(to bottom, #fff 0%, #eee 50%);
	background-repeat: repeat-x;
 filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFFFF', endColorstr='#FFEEEEEE', GradientType=0)
}
.select2-container--classic.select2-container--open.select2-container--below .select2-selection--single {
	border-bottom: none;
	border-bottom-left-radius: 0;
	border-bottom-right-radius: 0;
	background-image: -webkit-linear-gradient(top, #eee 50%, #fff 100%);
	background-image: -o-linear-gradient(top, #eee 50%, #fff 100%);
	background-image: linear-gradient(to bottom, #eee 50%, #fff 100%);
	background-repeat: repeat-x;
 filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFEEEEEE', endColorstr='#FFFFFFFF', GradientType=0)
}
.select2-container--classic .select2-selection--multiple {
	background-color: white;
	border: 1px solid #aaa;
	border-radius: 4px;
	cursor: text;
	outline: 0
}
.select2-container--classic .select2-selection--multiple:focus {
	border: 1px solid #5897fb
}
.select2-container--classic .select2-selection--multiple .select2-selection__rendered {
	list-style: none;
	margin: 0;
	padding: 0 5px
}
.select2-container--classic .select2-selection--multiple .select2-selection__clear {
	display: none
}
.select2-container--classic .select2-selection--multiple .select2-selection__choice {
	background-color: #e4e4e4;
	border: 1px solid #aaa;
	border-radius: 4px;
	cursor: default;
	float: left;
	margin-right: 5px;
	margin-top: 5px;
	padding: 0 5px
}
.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove {
	color: #888;
	cursor: pointer;
	display: inline-block;
	font-weight: bold;
	margin-right: 2px
}
.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove:hover {
	color: #555
}
.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice {
	float: right;
	margin-left: 5px;
	margin-right: auto
}
.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice__remove {
	margin-left: 2px;
	margin-right: auto
}
.select2-container--classic.select2-container--open .select2-selection--multiple {
	border: 1px solid #5897fb
}
.select2-container--classic.select2-container--open.select2-container--above .select2-selection--multiple {
	border-top: none;
	border-top-left-radius: 0;
	border-top-right-radius: 0
}
.select2-container--classic.select2-container--open.select2-container--below .select2-selection--multiple {
	border-bottom: none;
	border-bottom-left-radius: 0;
	border-bottom-right-radius: 0
}
.select2-container--classic .select2-search--dropdown .select2-search__field {
	border: 1px solid #aaa;
	outline: 0
}
.select2-container--classic .select2-search--inline .select2-search__field {
	outline: 0;
	box-shadow: none
}
.select2-container--classic .select2-dropdown {
	background-color: #fff;
	border: 1px solid transparent
}
.select2-container--classic .select2-dropdown--above {
	border-bottom: none
}
.select2-container--classic .select2-dropdown--below {
	border-top: none
}
.select2-container--classic .select2-results>.select2-results__options {
	max-height: 200px;
	overflow-y: auto
}
.select2-container--classic .select2-results__option[role=group] {
	padding: 0
}
.select2-container--classic .select2-results__option[aria-disabled=true] {
	color: grey
}
.select2-container--classic .select2-results__option--highlighted[aria-selected] {
	background-color: #3875d7;
	color: #fff
}
.select2-container--classic .select2-results__group {
	cursor: default;
	display: block;
	padding: 6px
}
.select2-container--classic.select2-container--open .select2-dropdown {
	border-color: #5897fb
}
.text-textprimary {
	color: #ffffff !important;
}
.bg-Primary {
	background-color: #0066cc;
}
.fw-btn-fill {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	border: none;
	border-radius: 4px;
	font-size: 15px;
	font-weight: 700;
	padding: 14px 20px;
	-webkit-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	-ms-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
}
.fw-btn-fill i {
	font-size: 12px;
	margin-left: 10px;
}
.select2 {
	width: 100%;
	padding: 13px 7px;
	box-shadow: none;
}
/*=======================================================================
5. Template Page Style
=========================================================================*/
/*------------------- 5.1 About Us -------------------*/
.about-wrap-layout1 {
	background-color: #6ac5f2;
	background-image: url('images/about-bg.png');
	background-repeat: no-repeat;
	background-position: right bottom;
}
.about-wrap-layout2 {
	padding: 4rem 0;
	overflow: hidden;
}
.about-wrap-layout3 {
	padding: 10rem 0 3rem;
	overflow: hidden;
}
.about-wrap-layout4 {
	padding: 9.4rem 0 10rem;
}
.about-wrap-layout5 {
	padding: 10rem 0;
	background-image: url('images/clip10.png');
	background-repeat: no-repeat;
	background-position-y: bottom;
}
.about-wrap-layout6 {
	padding: 9.4rem 0 5.5rem;
}
.about-wrap-layout7 {
	background-color: #f8f8f8;
}
@media only screen and (max-width: 1199px) {
.about-wrap-layout7 {
	padding: 10rem 0;
}
}
.about-box-layout1 {
	width: 55%;
	background-color: rgba(255, 0, 0, 0.8);
	-webkit-clip-path: polygon(0 0, 100% 0%, 80% 100%, 0 100%);
	clip-path: polygon(0 0, 100% 0%, 80% 100%, 0 100%);
	padding-left: calc((100% - 1170px) / 2);
}
@media only screen and (max-width: 1229px) {
.about-box-layout1 {
	padding-left: calc((100% - 1110px) / 2);
}
}
@media only screen and (max-width: 1199px) {
.about-box-layout1 {
	padding-left: calc((100% - 930px) / 2);
}
}
@media only screen and (max-width: 991px) {
.about-box-layout1 {
	width: 100%;
	padding-left: calc((100% - 690px) / 2);
	clip-path: none;
}
}
@media only screen and (max-width: 767px) {
.about-box-layout1 {
	padding-left: calc((100% - 510px) / 2);
}
}
@media only screen and (max-width: 575px) {
.about-box-layout1 {
	padding: 0 15px;
}
}
.about-box-layout1 .about-box-content {
	padding: 12rem 20rem 12rem 0;
}
@media only screen and (max-width: 1199px) {
.about-box-layout1 .about-box-content {
	padding: 12rem 10rem 12rem 0;
}
}
@media only screen and (max-width: 575px) {
.about-box-layout1 .about-box-content {
	padding: 12rem 0;
}
}
.about-box-layout1 .about-box-content .item-header {
	border-bottom: 1px solid rgba(255, 255, 255, 0.3);
	display: flex;
	color: #ffffff;
	padding-bottom: 27px;
	margin-bottom: 22px;
}
.about-box-layout1 .about-box-content .item-header .experience-year {
	font-size: 100px;
	font-weight: 700;
	line-height: 76px;
	margin-right: 15px;
	margin-top: 5px;
}
@media only screen and (max-width: 767px) {
.about-box-layout1 .about-box-content .item-header .experience-year {
	font-size: 70px;
	line-height: 66px;
	margin-top: 0;
}
}
.about-box-layout1 .about-box-content .item-header .item-title li {
	font-size: 34px;
	margin-bottom: 10px;
	line-height: 1.2;
}
@media only screen and (max-width: 767px) {
.about-box-layout1 .about-box-content .item-header .item-title li {
	font-size: 28px;
}
}
.about-box-layout1 .about-box-content .item-header .item-title li span {
	font-weight: 700;
}
.about-box-layout1 .about-box-content .item-header .item-title li:last-child {
	margin-bottom: 0;
}
.about-box-layout1 .about-box-content p {
	color: #ececec;
	margin-bottom: 35px;
}
.about-box-layout2 {
	padding-right: 5rem;
}
@media only screen and (max-width: 991px) {
.about-box-layout2 {
	padding: 0;
}
}
.about-box-layout2 .item-subtitle {
	font-size: 18px;
	font-weight: 500;
	color: #0066cc;
	margin-bottom: 20px;
}
.about-box-layout2 .item-title {
	font-weight: 700;
	color: #111111;
	padding: 0 0 12px 0;
}
.about-box-layout2 .item-award {
	margin-top: 5rem;
}
@media only screen and (max-width: 991px) {
.about-box-layout2 .item-award {
	margin-bottom: 20px;
}
.about-box-layout2 .item-award .item-img {
	margin-bottom: 30px;
}
}
.about-box-layout3 {
	background-color: #ffffff;
	-webkit-box-shadow: 0px 5px 24px 0px rgba(217, 217, 217, 0.75);
	box-shadow: 0px 5px 24px 0px rgba(217, 217, 217, 0.75);
	padding: 70px 70px;
	border-radius: 4px;
}
@media only screen and (max-width: 1199px) {
.about-box-layout3 {
	padding: 40px;
}
}
.about-box-layout3 .item-heading {
	text-align: center;
	margin-bottom: 25px;
}
.about-box-layout3 .item-heading .item-title {
	font-size: 30px;
	font-weight: 700;
	margin-bottom: 15px;
}
@media only screen and (max-width: 1199px) {
.about-box-layout3 .item-heading .item-title {
	font-size: 26px;
}
}
@media only screen and (max-width: 767px) {
.about-box-layout3 .item-heading .item-title {
	font-size: 24px;
}
}
@media only screen and (max-width: 575px) {
.about-box-layout3 .item-heading .item-title {
	font-size: 22px;
}
}
.about-box-layout3 .contact-form-box .form-group:last-child {
	margin-bottom: 0;
}
.about-box-layout3 .contact-form-box .form-group .form-control {
	border: none;
	background-color: #f4f4f4;
	font-size: 16px;
	color: #444444;
	padding: 10px 15px;
}
.about-box-layout3 .contact-form-box .form-group .form-control:focus {
	outline: none;
	border: none;
	box-shadow: none;
}
.about-box-layout3 .contact-form-box .form-group input {
	height: 50px;
}
.about-box-layout3 .contact-form-box .form-group input.form-control::-webkit-input-placeholder, .about-box-layout3 .contact-form-box .form-group textarea.form-control::-webkit-input-placeholder {
 color: #646464;
}
.about-box-layout4 {
	margin-bottom: 7rem;
}
@media only screen and (max-width: 991px) {
.about-box-layout4 {
	margin-bottom: 4rem;
}
}
.about-box-layout4 .about-box-img {
	position: relative;
}
.about-box-layout4 .about-box-img .item-img {
	-webkit-box-shadow: 0px 11px 29px 0px rgba(0, 0, 0, 0.3);
	box-shadow: 0px 11px 29px 0px rgba(0, 0, 0, 0.3);
}
.about-box-layout4 .about-box-img .item-img img {
	border-radius: 4px;
}
.about-box-layout4 .about-box-img .sl-number {
	font-size: 15rem;
	color: #f1f1f1;
	font-weight: 700;
	position: absolute;
	top: -15px;
	left: -53px;
	z-index: -1;
}
.about-box-layout4 .about-box-content {
	padding: 0 30px;
}
@media only screen and (max-width: 991px) {
.about-box-layout4 .about-box-content {
	padding: 0;
}
}
.about-box-layout4 .about-box-content .item-title {
	font-weight: 700;
}
.about-box-layout4 .about-box-content .item-subtitle {
	font-size: 20px;
	color: #444444;
	margin-bottom: 16px;
}
@media only screen and (max-width: 767px) {
.about-box-layout4 .about-box-content .item-subtitle {
	font-size: 18px;
}
}
.about-box-layout5 {
	margin-bottom: 7rem;
}
@media only screen and (max-width: 991px) {
.about-box-layout5 {
	margin-bottom: 4rem;
}
}
.about-box-layout5 .about-box-img {
	position: relative;
}
.about-box-layout5 .about-box-img .item-img {
	text-align: center;
	-webkit-box-shadow: 0px 11px 29px 0px rgba(0, 0, 0, 0.3);
	box-shadow: 0px 11px 29px 0px rgba(0, 0, 0, 0.3);
}
.about-box-layout5 .about-box-img .item-img img {
	border-radius: 4px;
}
.about-box-layout5 .about-box-img .item-img .item-icon {
	position: absolute;
	top: 50%;
	left: 0;
	right: 0;
	transform: translateY(-50%);
}
.about-box-layout5 .about-box-img .item-img .item-icon .play-btn {
	display: inline-block;
	height: 80px;
	width: 80px;
	line-height: 77px;
	border-radius: 50%;
	border: 2px solid #ffffff;
	-webkit-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	-ms-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
}
.about-box-layout5 .about-box-img .item-img .item-icon .play-btn i:before {
	font-size: 30px;
	color: #ffffff;
	margin-left: 8px;
}
.about-box-layout5 .about-box-img .item-img .item-icon .play-btn:hover {
	background-color: #ffffff;
}
.about-box-layout5 .about-box-img .item-img .item-icon .play-btn:hover i:before {
	color: #0066cc;
}
.about-box-layout5 .about-box-img .sl-number {
	font-size: 15rem;
	color: #f1f1f1;
	font-weight: 700;
	position: absolute;
	top: -15px;
	right: -53px;
	z-index: -1;
}
.about-box-layout5 .about-box-content {
	padding-right: 5rem;
}
.about-box-layout5 .about-box-content .item-title {
	font-weight: 700;
}
.about-box-layout5 .about-box-content .item-subtitle {
	font-size: 20px;
	color: #444444;
	margin-bottom: 16px;
}
@media only screen and (max-width: 767px) {
.about-box-layout5 .about-box-content .item-subtitle {
	font-size: 18px;
}
}
.about-box-layout6 {
	text-align: center;
}
.about-box-layout6 .item-content {
	padding: 0 6rem;
}
@media only screen and (max-width: 991px) {
.about-box-layout6 .item-content {
	padding: 0;
}
}
.about-box-layout6 .item-content .item-award {
	margin-top: 7rem;
	padding: 0 5rem;
}
.about-box-layout7 {
	position: relative;
}
@media only screen and (max-width: 1199px) {
.about-box-layout7 {
	margin-top: -6rem;
}
}
@media only screen and (max-width: 991px) {
.about-box-layout7 {
	margin-top: -10rem;
}
}
.about-box-layout7 .item-img {
}
.about-box-layout7 img {
	width: 100%;
	height: auto;
}
@media only screen and (max-width: 1199px) {
.about-box-layout7 .item-img {
	position: relative;
	text-align: center;
}
}
.about-box-layout8 {
	display: flex;
	align-items: center;
}
@media only screen and (max-width: 991px) {
.about-box-layout8 {
	display: block;
}
}
.about-box-layout8 .item-content {
	position: relative;
	width: 55%;
	background-color: #f8f8f8;
	border-radius: 4px 0 0 4px;
	padding: 8rem;
}
@media only screen and (max-width: 991px) {
.about-box-layout8 .item-content {
	width: 100%;
	margin-bottom: 30px;
}
}
@media only screen and (max-width: 575px) {
.about-box-layout8 .item-content {
	padding: 4rem;
}
}
.about-box-layout8 .item-content .item-title {
	font-weight: 700;
	margin-bottom: 25px;
}
.about-box-layout8 .item-content .list-item {
	margin-top: 40px;
}
.about-box-layout8 .item-content .list-item li {
	position: relative;
	font-size: 18px;
	color: #444444;
	font-style: italic;
	margin-bottom: 20px;
	padding-left: 30px;
}
.about-box-layout8 .item-content .list-item li:last-child {
	margin-bottom: 0;
}
.about-box-layout8 .item-content .list-item li i {
	position: absolute;
	top: 50%;
	left: 0;
	transform: translateY(-50%);
	color: #0066cc;
	font-weight: 600;
}
.about-box-layout8 .item-content:after {
	content: "";
	height: 100%;
	width: 130px;
	background-color: #f8f8f8;
	border-radius: 0px 4px 4px 0;
	position: absolute;
	top: 0;
	right: -13rem;
}
@media only screen and (max-width: 991px) {
.about-box-layout8 .item-content:after {
	display: none;
}
}
.about-box-layout8 .item-img {
	width: 45%;
	position: relative;
	text-align: center;
	box-shadow: 0px 5px 35px 0px rgba(0, 0, 0, 0.46);
}
@media only screen and (max-width: 991px) {
.about-box-layout8 .item-img {
	width: 100%;
}
.about-box-layout8 .item-img img {
	width: 100%;
}
}
.about-box-layout8 .item-img:after {
	content: "";
	height: 100%;
	width: 100%;
	background-color: rgba(0, 0, 0, 0.5);
	border-radius: 4px;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
}
.about-box-layout8 .item-img .item-icon {
	position: absolute;
	top: 50%;
	left: 0;
	right: 0;
	transform: translateY(-50%);
	z-index: 2;
}
.about-box-layout8 .item-img .item-icon .play-btn {
	text-align: center;
	height: 80px;
	width: 80px;
	line-height: 80px;
	border-radius: 50%;
	background-color: #0066cc;
	display: inline-block;
	animation: pulse infinite 1500ms;
}
.about-box-layout8 .item-img .item-icon .play-btn i:before {
	margin-left: 10px;
	font-size: 28px;
	color: #ffffff;
}
@media only screen and (max-width: 767px) {
.about-box-layout8 .item-img .item-icon .play-btn {
	width: 70px;
	height: 70px;
	line-height: 70px;
}
.about-box-layout8 .item-img .item-icon .play-btn i:before {
	font-size: 26px;
	margin-left: 8px;
}
}
.about-box-layout9 {
	display: flex;
	align-items: center;
}
@media only screen and (max-width: 1199px) {
.about-box-layout9 {
	display: block;
}
}
.about-box-layout9 .single-item {
	width: 50%;
}
@media only screen and (max-width: 1199px) {
.about-box-layout9 .single-item {
	width: 100%;
	text-align: center;
	padding: 0 15px;
}
}
.about-box-layout9 .single-item .item-content .item-title {
	position: relative;
	font-weight: 700;
	padding-bottom: 15px;
}
.about-box-layout9 .single-item .item-content .item-title:after {
	content: "";
	height: 4px;
	width: 50px;
	background-color: #0066cc;
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
}
@media only screen and (max-width: 1199px) {
.about-box-layout9 .single-item .item-content .item-title:after {
	margin: auto;
}
}
.about-box-layout9 .left-item {
	padding-left: calc((100% - 1170px) / 2);
	padding-right: 10rem;
	padding-top: 3rem;
	padding-bottom: 3rem;
}
@media only screen and (max-width: 1229px) {
.about-box-layout9 .left-item {
	padding-left: calc((100% - 1110px) / 2);
}
}
@media only screen and (max-width: 1199px) {
.about-box-layout9 .left-item {
	margin-bottom: 5rem;
	padding: 0 15px;
}
}
.WhiteBg {
	margin: 0 auto;
	padding: 0;
	background: #fff;
	max-width: 1280px;
}
.slider-layout2 {
	box-shadow: 0px 4px 19px 0px rgba(0,0,0,0.5);
}
.container {
	max-width: 1200px;
}
.text-accent {
	color: #082c4b;
}
.mg-t-5 {
	margin-top: 5px;
}
.bg-textprimary {
	background-color: #ffffff !important;
}
.btn-fill-lg {
	display: inline-block;
	font-weight: 500;
	font-size: 15px;
	padding: 11px 30px;
	border-radius: 4px;
	z-index: 1;
	-webkit-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	-ms-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
}
.btn-fill-lg i {
	margin-left: 10px;
	font-size: 16px;
	-webkit-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	-ms-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
}
.text-Primary {
	color: #0066cc !important;
}
.bg-textprimary {
	background-color: #0066cc !important;
	color: #fff;
}
.bg-textprimary .text-Primary {
	color: #fbfbfb !important;
}
.service-box-layout3 {
	box-shadow: 0px 0 10px 1px rgba(215, 215, 215, 0.5);
	padding: 0 0 20px 0;
}
.service-box-layout3:hover {
	box-shadow: none;
}
/*------------------- 5.2 Blog -------------------*/
.blog-wrap-layout1 {
	padding: 9.4rem 0 7rem;
}
.blog-wrap-layout2 {
	padding: 9.4rem 0 7rem;
	background-color: #f8f8f8;
}
.blog-wrap-layout3 {
	padding: 4rem 0;
}
.blog-wrap-layout4 {
	padding: 4rem 0;
}
.single-blog-wrap-layout1 {
	padding: 10rem 0;
}
.blog-box-layout1 {
	margin-bottom: 30px;
}
.blog-box-layout1 .item-img {
	position: relative;
	overflow: hidden;
	border-radius: 4px 4px 0 0;
}
.blog-box-layout1 .item-img img {
	border-radius: 4px 4px 0 0;
	transform: scale(1);
	transition: transform 3s cubic-bezier(0.2, 0.96, 0.34, 1);
}
.blog-box-layout1 .item-img .top-item {
	position: absolute;
	top: 32px;
	left: 35px;
	line-height: 1.2;
	text-align: center;
	background-color: #ff0000;
	border-radius: 4px;
	padding: 14px 18px 10px;
}
.blog-box-layout1 .item-img .top-item .item-date {
	position: relative;
}
.blog-box-layout1 .item-img .top-item .item-date:after {
	content: "";
	height: 8px;
	width: 8px;
	background-color: #ffffff;
	-webkit-box-shadow: 0px 5px 5px 0px rgba(143, 11, 11, 0.75);
	box-shadow: 0px 5px 5px 0px rgba(143, 11, 11, 0.75);
	border-radius: 50%;
	position: absolute;
	top: -8px;
	left: -11px;
}
.blog-box-layout1 .item-img .top-item .item-date:before {
	content: "";
	height: 8px;
	width: 8px;
	background-color: #ffffff;
	-webkit-box-shadow: 0px 5px 5px 0px rgba(143, 11, 11, 0.75);
	box-shadow: 0px 5px 5px 0px rgba(143, 11, 11, 0.75);
	border-radius: 50%;
	position: absolute;
	top: -8px;
	right: -11px;
}
.blog-box-layout1 .item-img .top-item .item-date .days {
	font-size: 24px;
	color: #ffffff;
	font-weight: 700;
}
@media only screen and (max-width: 767px) {
.blog-box-layout1 .item-img .top-item .item-date .days {
	font-size: 20px;
}
}
.blog-box-layout1 .item-img .top-item .item-date .month {
	font-size: 16px;
	font-weight: 400;
	color: #ffffff;
	display: block;
}
@media only screen and (max-width: 767px) {
.blog-box-layout1 .item-img .top-item .item-date .month {
	font-size: 14px;
}
}
.blog-box-layout1 .item-content {
	background-color: #f8f8f8;
	border-radius: 0 0 4px 4px;
	padding: 30px 35px 25px;
	-webkit-box-shadow: 0px 1px 0px 0px rgba(233, 233, 233, 0.75);
	box-shadow: 0px 1px 0px 0px rgba(233, 233, 233, 0.75);
}
.blog-box-layout1 .item-content .item-tag {
	font-size: 12px;
	font-weight: 500;
	color: #ffffff;
	background-color: #082c4b;
	border-radius: 4px;
	padding: 0 18px;
	display: inline-block;
	margin-bottom: 22px;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.blog-box-layout1 .item-content .item-tag:hover {
	background-color: #0066cc;
}
.blog-box-layout1 .item-content .item-title {
	font-weight: 500;
	margin-bottom: 22px;
	font-size: 24px;
	line-height: 1.5;
}
@media only screen and (max-width: 991px) {
.blog-box-layout1 .item-content .item-title {
	font-size: 22px;
}
}
@media only screen and (max-width: 767px) {
.blog-box-layout1 .item-content .item-title {
	font-size: 20px;
}
}
.blog-box-layout1 .item-content .item-title a {
	color: #111111;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.blog-box-layout1 .item-content .item-title a:hover {
	color: #0066cc;
}
.blog-box-layout1 .item-content .entry-meta {
	border-top: 1px solid #e5e5e5;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
	padding-top: 15px;
}
.blog-box-layout1 .item-content .entry-meta li {
	font-size: 15px;
}
.blog-box-layout1 .item-content .entry-meta li a {
	color: #082c4b;
	font-weight: 500;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.blog-box-layout1 .item-content .entry-meta li a:hover {
	color: #0066cc;
}
.blog-box-layout1 .item-content .entry-meta li .author-img {
	display: inline-block;
	margin-right: 8px;
	padding: 10px 0;
}
.blog-box-layout1 .item-content .entry-meta li .author-img img {
	border-radius: 50%;
}
.blog-box-layout1 .item-content .entry-meta li .item-icon {
	text-align: center;
	display: inline-block;
	height: 50px;
	width: 50px;
	line-height: 50px;
	background-color: #ffffff;
	border-radius: 50%;
	margin-right: 10px;
}
.blog-box-layout1 .item-content .entry-meta li .item-icon i {
	font-size: 18px;
	color: #082c4b;
}
.blog-box-layout1:hover .item-img img {
	transform: scale(1.1);
}
.blog-box-layout2 {
	position: relative;
	margin-bottom: 30px;
}
.blog-box-layout2 .item-img {
	border-radius: 4px;
	overflow: hidden;
}
.blog-box-layout2 .item-img img {
	border-radius: 4px;
	transform: scale(1);
	transition: transform 3s cubic-bezier(0.2, 0.96, 0.34, 1);
}
.blog-box-layout2 .item-img .top-item {
	position: absolute;
	top: 30px;
	left: 30px;
	line-height: 1.2;
	text-align: center;
	background-color: #ff0000;
	border-radius: 4px;
	padding: 14px 18px 10px;
	z-index: 2;
}
.blog-box-layout2 .item-img .top-item .item-date {
	position: relative;
}
.blog-box-layout2 .item-img .top-item .item-date:after {
	content: "";
	height: 8px;
	width: 8px;
	background-color: #ffffff;
	-webkit-box-shadow: 0px 5px 5px 0px rgba(143, 11, 11, 0.75);
	box-shadow: 0px 5px 5px 0px rgba(143, 11, 11, 0.75);
	border-radius: 50%;
	position: absolute;
	top: -8px;
	left: -11px;
}
.blog-box-layout2 .item-img .top-item .item-date:before {
	content: "";
	height: 8px;
	width: 8px;
	background-color: #ffffff;
	-webkit-box-shadow: 0px 5px 5px 0px rgba(143, 11, 11, 0.75);
	box-shadow: 0px 5px 5px 0px rgba(143, 11, 11, 0.75);
	border-radius: 50%;
	position: absolute;
	top: -8px;
	right: -11px;
}
.blog-box-layout2 .item-img .top-item .item-date .days {
	font-size: 24px;
	color: #ffffff;
	font-weight: 700;
}
.blog-box-layout2 .item-img .top-item .item-date .month {
	font-size: 16px;
	font-weight: 400;
	color: #ffffff;
	display: block;
}
.blog-box-layout2 .item-img:after {
	content: "";
	height: 100%;
	width: 100%;
	background-color: rgba(0, 0, 0, 0.4);
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	border-radius: 4px;
	-webkit-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	-ms-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
}
.blog-box-layout2 .item-content {
	position: absolute;
	bottom: 5px;
	left: 30px;
}
.blog-box-layout2 .item-content .item-tag {
	font-size: 12px;
	font-weight: 500;
	color: #082c4b;
	background-color: #ffffff;
	border-radius: 4px;
	padding: 0 18px;
	display: inline-block;
	margin-bottom: 20px;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.blog-box-layout2 .item-content .item-tag:hover {
	background-color: #0066cc;
	color: #ffffff;
}
.blog-box-layout2 .item-content .item-title {
	font-weight: 500;
	margin-bottom: 22px;
}
.blog-box-layout2 .item-content .item-title a {
	color: #ffffff;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.blog-box-layout2 .item-content .item-title a:hover {
	color: #0066cc;
}
.blog-box-layout2:hover .item-img:after {
	background-color: rgba(0, 0, 0, 0.8);
}
.blog-box-layout2:hover .item-img img {
	transform: scale(1.1);
}
.blog-box-layout3 {
	margin-bottom: 30px;
}
.blog-box-layout3 .item-img {
	position: relative;
	overflow: hidden;
}
.blog-box-layout3 .item-img img {
	border-radius: 4px 4px 0 0;
	transform: scale(1);
	transition: transform 3s cubic-bezier(0.2, 0.96, 0.34, 1);
	height: auto;
	width: 100%;
}
.blog-box-layout3 .item-img .top-item {
	position: absolute;
	top: 32px;
	left: 35px;
	line-height: 1.2;
	text-align: center;
	background-color: #0066cc;
	border-radius: 4px;
	padding: 14px 18px 10px;
}
.blog-box-layout3 .item-img .top-item .item-date {
	position: relative;
}
.blog-box-layout3 .item-img .top-item .item-date:after {
	content: "";
	height: 8px;
	width: 8px;
	background-color: #ffffff;
	-webkit-box-shadow: 0px 5px 5px 0px rgba(143, 11, 11, 0.75);
	box-shadow: 0px 5px 5px 0px rgba(143, 11, 11, 0.75);
	border-radius: 50%;
	position: absolute;
	top: -8px;
	left: -11px;
}
.blog-box-layout3 .item-img .top-item .item-date:before {
	content: "";
	height: 8px;
	width: 8px;
	background-color: #ffffff;
	-webkit-box-shadow: 0px 5px 5px 0px rgba(143, 11, 11, 0.75);
	box-shadow: 0px 5px 5px 0px rgba(143, 11, 11, 0.75);
	border-radius: 50%;
	position: absolute;
	top: -8px;
	right: -11px;
}
.blog-box-layout3 .item-img .top-item .item-date .days {
	font-size: 24px;
	color: #ffffff;
	font-weight: 700;
}
.blog-box-layout3 .item-img .top-item .item-date .month {
	font-size: 16px;
	font-weight: 400;
	color: #ffffff;
	display: block;
}
.blog-box-layout3 .item-content {
	background-color: #f8f8f8;
	border-radius: 0 0 4px 4px;
	padding: 20px 16px 10px;
	-webkit-box-shadow: 0px 1px 0px 0px rgba(233, 233, 233, 0.75);
	box-shadow: 0px 1px 0px 0px rgba(233, 233, 233, 0.75);
}
.blog-box-layout3 .item-content .item-title {
	font-weight: 500;
	margin-bottom: 10px;
	line-height: 1.5;
}
.blog-box-layout3 .item-content .item-title a {
	color: #111111;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.blog-box-layout3 .item-content .item-title a:hover {
	color: #0066cc;
}
.blog-box-layout3 .item-content .entry-meta {
	border-bottom: 1px solid #e5e5e5;
	display: flex;
	justify-content: space-between;
	padding-bottom: 16px;
	margin-bottom: 18px;
}
.blog-box-layout3 .item-content .entry-meta li {
	font-size: 15px;
}
.blog-box-layout3 .item-content .entry-meta li a {
	color: #082c4b;
	font-weight: 500;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.blog-box-layout3 .item-content .entry-meta li a:hover {
	color: #0066cc;
}
.blog-box-layout3:hover .item-img img {
	transform: scale(1.1);
}
.blog-box-layout4 {
	margin-bottom: 40px;
	padding: 30px 30px 10px;
	border: 1px solid #dddddd;
	border-radius: 4px;
}
.blog-box-layout4 .item-img {
	position: relative;
	overflow: hidden;
	margin-bottom: 20px;
}
.blog-box-layout4 .item-img img {
	transform: scale(1);
	transition: transform 3s cubic-bezier(0.2, 0.96, 0.34, 1);
}
.blog-box-layout4 .item-img .top-item {
	position: absolute;
	top: 32px;
	left: 35px;
	line-height: 1.2;
	text-align: center;
	background-color: #ff0000;
	border-radius: 4px;
	padding: 14px 18px 10px;
}
.blog-box-layout4 .item-img .top-item .item-date {
	position: relative;
}
.blog-box-layout4 .item-img .top-item .item-date:after {
	content: "";
	height: 8px;
	width: 8px;
	background-color: #ffffff;
	-webkit-box-shadow: 0px 5px 5px 0px rgba(143, 11, 11, 0.75);
	box-shadow: 0px 5px 5px 0px rgba(143, 11, 11, 0.75);
	border-radius: 50%;
	position: absolute;
	top: -8px;
	left: -11px;
}
.blog-box-layout4 .item-img .top-item .item-date:before {
	content: "";
	height: 8px;
	width: 8px;
	background-color: #ffffff;
	-webkit-box-shadow: 0px 5px 5px 0px rgba(143, 11, 11, 0.75);
	box-shadow: 0px 5px 5px 0px rgba(143, 11, 11, 0.75);
	border-radius: 50%;
	position: absolute;
	top: -8px;
	right: -11px;
}
.blog-box-layout4 .item-img .top-item .item-date .days {
	font-size: 24px;
	color: #ffffff;
	font-weight: 700;
}
@media only screen and (max-width: 767px) {
.blog-box-layout4 .item-img .top-item .item-date .days {
	font-size: 20px;
}
}
.blog-box-layout4 .item-img .top-item .item-date .month {
	font-size: 16px;
	font-weight: 400;
	color: #ffffff;
	display: block;
}
@media only screen and (max-width: 767px) {
.blog-box-layout4 .item-img .top-item .item-date .month {
	font-size: 14px;
}
}
.blog-box-layout4 .item-content .entry-meta {
	margin-bottom: 8px;
}
.blog-box-layout4 .item-content .entry-meta li {
	display: inline-block;
	margin-right: 30px;
	position: relative;
	margin-bottom: 10px;
}
.blog-box-layout4 .item-content .entry-meta li:last-child {
	margin-right: 0;
}
.blog-box-layout4 .item-content .entry-meta li:last-child:after {
	display: none;
}
.blog-box-layout4 .item-content .entry-meta li i {
	font-size: 15px;
	color: #082c4b;
	margin-right: 10px;
}
.blog-box-layout4 .item-content .entry-meta li a {
	color: #646464;
	-webkit-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	-ms-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
}
.blog-box-layout4 .item-content .entry-meta li a:hover {
	color: #0066cc;
}
.blog-box-layout4 .item-content .entry-meta li .author {
	color: #082c4b;
}
.blog-box-layout4 .item-content .item-title {
	font-size: 30px;
	font-weight: 700;
}
@media only screen and (max-width: 1199px) {
.blog-box-layout4 .item-content .item-title {
	font-size: 28px;
}
}
@media only screen and (max-width: 991px) {
.blog-box-layout4 .item-content .item-title {
	font-size: 26px;
}
}
@media only screen and (max-width: 767px) {
.blog-box-layout4 .item-content .item-title {
	font-size: 24px;
}
}
@media only screen and (max-width: 575px) {
.blog-box-layout4 .item-content .item-title {
	font-size: 22px;
}
}
.blog-box-layout4 .item-content .item-title a {
	color: #111111;
	-webkit-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	-ms-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
}
.blog-box-layout4 .item-content .item-title a:hover {
	color: #0066cc;
}
.blog-box-layout4 .item-content .btn-area {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
	margin-top: 25px;
}
.blog-box-layout4 .item-content .btn-area li {
	margin-bottom: 20px;
}
.blog-box-layout4 .item-content .btn-area li .item-btn {
	display: flex;
	align-items: center;
	background-color: #f2f2f2;
	border-radius: 4px;
	padding: 10px 25px;
	color: #111111;
	-webkit-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	-ms-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
}
.blog-box-layout4 .item-content .btn-area li .item-btn i {
	color: #0066cc;
	margin-left: 10px;
	margin-right: 0;
	-webkit-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	-ms-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
}
.blog-box-layout4 .item-content .btn-area li .item-btn:hover {
	background-color: #0066cc;
	color: #ffffff;
}
.blog-box-layout4 .item-content .btn-area li .item-btn:hover i {
	color: #ffffff;
}
.blog-box-layout4 .item-content .btn-area li i {
	margin-right: 10px;
}
.blog-box-layout4:hover .item-img img {
	transform: scale(1.1);
}
.single-blog-box-layout1 .post-img {
	margin-bottom: 25px;
}
.single-blog-box-layout1 .post-img img {
	border-radius: 4px;
}
.single-blog-box-layout1 .item-content {
	position: relative;
	margin-bottom: 35px;
}
.single-blog-box-layout1 .item-content .entry-meta {
	margin-bottom: 10px;
}
.single-blog-box-layout1 .item-content .entry-meta li {
	display: inline-block;
	margin-right: 30px;
	position: relative;
	margin-bottom: 10px;
}
.single-blog-box-layout1 .item-content .entry-meta li:last-child {
	margin-right: 0;
}
.single-blog-box-layout1 .item-content .entry-meta li i {
	font-size: 15px;
	color: #082c4b;
	margin-right: 10px;
}
.single-blog-box-layout1 .item-content .entry-meta li a {
	color: #646464;
	-webkit-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	-ms-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
}
.single-blog-box-layout1 .item-content .entry-meta li a:hover {
	color: #0066cc;
}
.single-blog-box-layout1 .item-content .entry-meta li .author {
	color: #082c4b;
}
.single-blog-box-layout1 .item-content blockquote {
	font-size: 22px;
	font-weight: 500;
	color: #082c4b;
	background-color: #f6f6f6;
	font-style: italic;
	padding: 50px 65px;
	line-height: 38px;
	position: relative;
	margin: 35px 0;
}
@media only screen and (max-width: 575px) {
.single-blog-box-layout1 .item-content blockquote {
	padding: 30px;
}
}
.single-blog-box-layout1 .item-content blockquote .quote-author {
	font-size: 18px;
	font-weight: 500;
	color: #0066cc;
	padding-left: 35px;
	font-style: normal;
	position: relative;
}
.single-blog-box-layout1 .item-content blockquote .quote-author:after {
	content: "";
	height: 2px;
	width: 23px;
	background-color: #0066cc;
	position: absolute;
	top: 50%;
	left: 0;
	transform: translateY(-50%);
}
.single-blog-box-layout1 .item-content .others-info {
	margin-top: 3rem;
}
.single-blog-box-layout1 .item-content .others-info .info-content .other-title {
	font-size: 24px;
	font-weight: 500;
	color: #111111;
	margin-bottom: 14px;
}
@media only screen and (max-width: 991px) {
.single-blog-box-layout1 .item-content .others-info .info-content .other-title {
	font-size: 22px;
}
}
@media only screen and (max-width: 767px) {
.single-blog-box-layout1 .item-content .others-info .info-content .other-title {
	font-size: 20px;
}
}
.single-blog-box-layout1 .item-content .others-info .item-img {
	margin-bottom: 30px;
	margin-top: 4px;
}
@media only screen and (max-width: 1199px) {
.single-blog-box-layout1 .item-content .others-info .item-img {
	text-align: center;
}
}
.single-blog-box-layout1 .item-content .others-info .item-img img {
	border-radius: 4px;
}
.single-blog-box-layout1 .item-tag-area {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: space-between;
	border-top: 1px solid #dcdcdc;
	padding: 35px 0 25px;
}
@media only screen and (max-width: 767px) {
.single-blog-box-layout1 .item-tag-area {
	justify-content: center;
}
}
@media only screen and (max-width: 767px) {
.single-blog-box-layout1 .item-tag-area .item-tag {
	margin-bottom: 10px;
}
}
.single-blog-box-layout1 .item-tag-area .item-tag ul li {
	display: inline-block;
	margin-bottom: 10px;
}
.single-blog-box-layout1 .item-tag-area .item-tag ul li i {
	font-size: 18px;
	color: #0066cc;
	margin-right: 8px;
}
.single-blog-box-layout1 .item-tag-area .item-tag ul li a {
	padding: 5px;
	color: #444444;
	-webkit-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	-ms-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
}
.single-blog-box-layout1 .item-tag-area .item-tag ul li a:hover {
	color: #111111;
}
.single-blog-box-layout1 .item-tag-area .item-social ul li {
	display: inline-block;
	margin-right: 2px;
	margin-bottom: 10px;
}
.single-blog-box-layout1 .item-tag-area .item-social ul li:last-child {
	margin-right: 0;
}
.single-blog-box-layout1 .item-tag-area .item-social ul li a {
	text-align: center;
	width: 40px;
	display: block;
	font-size: 14px;
	border-radius: 4px;
	padding: 5px 10px;
	-webkit-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	-ms-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
}
.single-blog-box-layout1 .item-tag-area .item-social ul li a:hover {
	background-color: #082c4b;
	color: #ffffff;
}
.single-blog-box-layout1 .blog-author {
	border: 1px solid #dddddd;
	padding: 60px 40px 30px 65px;
	border-radius: 4px;
	margin-bottom: 40px;
}
@media only screen and (max-width: 767px) {
.single-blog-box-layout1 .blog-author {
	padding: 50px 20px;
}
}
.single-blog-box-layout1 .blog-author .media {
	position: relative;
}
@media only screen and (max-width: 767px) {
.single-blog-box-layout1 .blog-author .media {
	text-align: center;
}
}
.single-blog-box-layout1 .blog-author .media .item-img img {
	border-radius: 50%;
}
.single-blog-box-layout1 .blog-author .media .media-body .item-title {
	font-weight: 600;
	margin-bottom: 0;
}
.single-blog-box-layout1 .blog-author .media .media-body .item-subtitle {
	color: #444444;
	margin-bottom: 15px;
}
.single-blog-box-layout1 .blog-comment {
	border: 1px solid #dddddd;
	border-radius: 4px;
	padding: 40px;
	margin-bottom: 50px;
}
.single-blog-box-layout1 .blog-comment .media {
	position: relative;
	margin-bottom: 10px;
}
.single-blog-box-layout1 .blog-comment .media:last-child {
	margin-bottom: 0;
}
.single-blog-box-layout1 .blog-comment .media:nth-child(odd) {
	padding-left: 30px;
}
.single-blog-box-layout1 .blog-comment .media .item-img {
	margin-top: 6px;
}
.single-blog-box-layout1 .blog-comment .media .item-img img {
	border-radius: 50%;
}
.single-blog-box-layout1 .blog-comment .media .media-body .item-title {
	margin-bottom: 0;
	font-weight: 600;
}
.single-blog-box-layout1 .blog-comment .media .media-body .item-date {
	font-size: 15px;
	color: #444444;
	margin-bottom: 8px;
}
.single-blog-box-layout1 .blog-comment .media .media-body .item-btn {
	position: absolute;
	top: 0;
	right: 0;
	font-size: 14px;
	font-weight: 600;
	color: #0066cc;
	padding: 5px;
	-webkit-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	-ms-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
}
.single-blog-box-layout1 .blog-comment .media .media-body .item-btn:hover {
	color: #111111;
}
@media only screen and (max-width: 575px) {
.single-blog-box-layout1 .blog-comment .media {
	text-align: center;
	margin-bottom: 30px;
}
.single-blog-box-layout1 .blog-comment .media:nth-child(odd) {
	padding-left: 0;
}
.single-blog-box-layout1 .blog-comment .media .media-body .item-btn {
	position: relative;
}
}
.single-blog-box-layout1 .blog-form {
	border: 1px solid #dddddd;
	border-radius: 4px;
	padding: 35px 40px 40px;
}
.single-blog-box-layout1 .blog-form .contact-form-box .form-group {
	margin-bottom: 20px;
}
.single-blog-box-layout1 .blog-form .contact-form-box .form-group:last-child {
	margin-bottom: 0;
}
.single-blog-box-layout1 .blog-form .contact-form-box .form-group .form-control {
	border: none;
	background-color: #f1f1f1;
	padding: 10px 22px;
	font-size: 16px;
	color: #111111;
}
.single-blog-box-layout1 .blog-form .contact-form-box .form-group .form-control:focus {
	box-shadow: none;
	border: none;
	outline: none;
}
.single-blog-box-layout1 .blog-form .contact-form-box .form-group input {
	height: 50px;
}
.blog-wrap-layout3 {
	padding: 0 0 4rem 0;
}
.blog-wrap-layout3 .heading-layout1 {
	padding: 0 0 30px 0;
}
.blog-box-layout3 .item-content .entry-meta {
	border-bottom: 1px solid #e5e5e5;
	display: flex;
	justify-content: space-between;
	padding-bottom: 16px;
	margin-bottom: 18px;
	margin-right: 0;
	margin: 0 0 15px 0;
	padding: 0 0 15px 0;
}
.blog-box-layout3 .item-content .entry-meta li {
	font-size: 15px;
	list-style: none;
}
/*------------------- 4.4 Header Menu -------------------*/
header.header {
	position: relative;
	z-index: 15;
}
@media only screen and (max-width: 991px) {

}
.logo-area a {
	display: block;
}
.header-menu {
	position: relative;
	top: 0;
	left: 0;
	right: 0;
	margin: auto;
	z-index: 100;
	-webkit-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	-ms-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
}
.header-menu:after {
	clear: both;
	content: "";
	display: block;
}
.header-menu nav.template-main-menu > ul {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}
.header-menu nav.template-main-menu > ul > li > a {
	transition: all 0.3s ease-out;
}
.header-menu nav.template-main-menu > ul > li > a:hover {
	color: #0066cc;
}
nav.template-main-menu > ul > li {
	position: relative;
}
nav.template-main-menu > ul > li > a {
	text-transform: uppercase;
	font-size: 15px;
	font-weight: 500;
	letter-spacing: 0.5px;
	line-height: 1;
	display: block;
	color: #111111;
}
nav.template-main-menu > ul > li ul.dropdown-menu-col-1 {
	border-top: 1px solid #0066cc;
	background-color: #ffffff;
	width: 250px;
	visibility: hidden;
	opacity: 0;
	position: absolute;
	top: 100%;
	left: 0;
	border-radius: 0 0 4px 4px;
	-webkit-transform: translateY(15px);
	-moz-transform: translateY(15px);
	-ms-transform: translateY(15px);
	-o-transform: translateY(15px);
	transform: translateY(15px);
	-webkit-box-shadow: 0px 3px 20px 0px rgba(0, 0, 0, 0.05);
	-moz-box-shadow: 0px 3px 20px 0px rgba(0, 0, 0, 0.05);
	box-shadow: 0 3px 20px rgba(0, 0, 0, 0.05);
	-webkit-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	-ms-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
}
nav.template-main-menu > ul > li ul.dropdown-menu-col-1 li {
	position: relative;
}
nav.template-main-menu > ul > li ul.dropdown-menu-col-1 li a {
	position: relative;
	font-size: 14px;
	font-weight: 500;
	text-transform: capitalize;
	color: #222222;
	padding: 12px 20px;
	display: block;
	-webkit-transition: all 0.5s ease 0s;
	-moz-transition: all 0.5s ease 0s;
	-ms-transition: all 0.5s ease 0s;
	-o-transition: all 0.5s ease 0s;
	transition: all 0.5s ease 0s;
}
nav.template-main-menu > ul > li ul.dropdown-menu-col-1 li a:before {
	content: "\f30b";
	font-family: "Font Awesome 5 Free";
	font-weight: 600;
	font-size: 15px;
	color: #0066cc;
	position: absolute;
	top: 12px;
	left: 20px;
	transform: scale(0);
	-webkit-transition: all 0.5s ease 0s;
	-moz-transition: all 0.5s ease 0s;
	-ms-transition: all 0.5s ease 0s;
	-o-transition: all 0.5s ease 0s;
	transition: all 0.5s ease 0s;
}
nav.template-main-menu > ul > li ul.dropdown-menu-col-1 li a:hover {
	color: #0066cc;
	padding-left: 40px;
}
nav.template-main-menu > ul > li ul.dropdown-menu-col-1 li a:hover:before {
	transform: scale(1);
}
@media only screen and (max-width: 1199px) {
nav.template-main-menu > ul > li ul.dropdown-menu-col-1 li a {
	padding: 10px 15px;
}
}
nav.template-main-menu > ul > li ul.dropdown-menu-col-1 li:after {
	content: "";
	position: absolute;
	top: 0;
	left: 20px;
	right: 20px;
	height: 100%;
	border-bottom: 1px solid #e9e9e9;
	z-index: -1;
}
@media only screen and (max-width: 1199px) {
nav.template-main-menu > ul > li ul.dropdown-menu-col-1 li:after {
	left: 15px;
	right: 15px;
}
}
nav.template-main-menu > ul > li ul.dropdown-menu-col-1 li:last-child:after {
	border-bottom: none;
}
nav.template-main-menu > ul > li ul.dropdown-menu-col-2 {
	display: flex;
	align-items: center;
	border-top: 1px solid #0066cc;
	background-color: #ffffff;
	opacity: 0;
	visibility: hidden;
	position: absolute;
	top: 100%;
	left: 0;
	-webkit-transform: translateY(15px);
	-moz-transform: translateY(15px);
	-ms-transform: translateY(15px);
	-o-transform: translateY(15px);
	transform: translateY(15px);
	-webkit-box-shadow: 0px 3px 20px 0px rgba(0, 0, 0, 0.05);
	-moz-box-shadow: 0px 3px 20px 0px rgba(0, 0, 0, 0.05);
	box-shadow: 0 3px 20px rgba(0, 0, 0, 0.05);
	-webkit-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	-ms-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
}
nav.template-main-menu > ul > li ul.dropdown-menu-col-2 li {
	min-width: 200px;
}
nav.template-main-menu > ul > li ul.dropdown-menu-col-2 li a {
	font-size: 15px;
	text-transform: capitalize;
	color: #111111;
	padding: 8px 15px;
	display: block;
	-webkit-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	-ms-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
}
nav.template-main-menu > ul > li ul.dropdown-menu-col-2 li a:hover {
	color: #ffffff;
	background-color: #0066cc;
}
nav.template-main-menu > ul > li ul.dropdown-menu-col-2 li a:last-child {
	padding-bottom: 15px;
}
nav.template-main-menu > ul > li .template-mega-menu {
	background-color: #ffffff;
	border-top: 1px solid #0066cc;
	position: absolute;
	width: 100%;
	left: 0;
	right: 0;
	z-index: 10;
	opacity: 0;
	visibility: hidden;
	top: 100%;
	padding: 20px 0 0;
	transform: translateY(15px);
	-webkit-box-shadow: 0px 3px 20px 0px rgba(0, 0, 0, 0.05);
	-moz-box-shadow: 0px 3px 20px 0px rgba(0, 0, 0, 0.05);
	box-shadow: 0 3px 20px rgba(0, 0, 0, 0.05);
	-webkit-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	-ms-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
}
nav.template-main-menu > ul > li .template-mega-menu .menu-ctg-title {
	font-size: 16px;
	font-weight: 500;
	color: #111111;
	margin-bottom: 15px;
}
nav.template-main-menu > ul > li .template-mega-menu ul.sub-menu {
	margin-bottom: 20px;
}
nav.template-main-menu > ul > li .template-mega-menu ul.sub-menu li {
	margin-bottom: 5px;
	padding-bottom: 7px;
	border-bottom: 1px solid #ebebeb;
}
nav.template-main-menu > ul > li .template-mega-menu ul.sub-menu li:last-child {
	border-bottom: 0;
	margin-bottom: 0;
	padding-bottom: 0;
}
nav.template-main-menu > ul > li .template-mega-menu ul.sub-menu li a {
	font-size: 15px;
	text-transform: capitalize;
	color: #111111;
	padding: 5px 15px 5px 30px;
	display: block;
	-webkit-transition: all 0.5s cubic-bezier(0, 0, 0.15, 1.88);
	-moz-transition: all 0.5s cubic-bezier(0, 0, 0.15, 1.88);
	-ms-transition: all 0.5s cubic-bezier(0, 0, 0.15, 1.88);
	-o-transition: all 0.5s cubic-bezier(0, 0, 0.15, 1.88);
	transition: all 0.5s cubic-bezier(0, 0, 0.15, 1.88);
	position: relative;
}
nav.template-main-menu > ul > li .template-mega-menu ul.sub-menu li a i {
	color: #444444;
	position: absolute;
	left: 0;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
	-webkit-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	-ms-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
}
nav.template-main-menu > ul > li .template-mega-menu ul.sub-menu li a:hover {
	color: #0066cc;
	padding: 5px 15px 5px 35px;
}
nav.template-main-menu > ul > li .template-mega-menu ul.sub-menu li a:hover i {
	color: #0066cc;
	animation: toRightFromLeft10 0.5s;
}
nav.template-main-menu > ul > li:hover ul.dropdown-menu-col-1 {
	opacity: 1;
	visibility: visible;
	transform: translatey(0);
}
nav.template-main-menu > ul > li:hover ul.dropdown-menu-col-2 {
	opacity: 1;
	visibility: visible;
	transform: translatey(0);
}
nav.template-main-menu > ul > li:hover .template-mega-menu {
	opacity: 1;
	visibility: visible;
	transform: translatey(0);
}
.header-menu.menu-layout1 {
	background-color: #ffffff;
}
.header-menu.menu-layout1 nav.template-main-menu > ul > li > a {
	padding: 40px 20px;
}
@media only screen and (max-width: 1199px) {
.header-menu.menu-layout1 nav.template-main-menu > ul > li > a {
	padding: 40px 15px;
}
}
.header-menu.menu-layout2 {
	padding-top: 30px;
	padding-bottom: 30px;
}
.header-menu.menu-layout3 nav.template-main-menu > ul > li > a {
	padding: 24px 12px;
	color: #ffffff;
}
@media only screen and (max-width: 1199px) {
.header-menu.menu-layout3 nav.template-main-menu > ul > li > a {
	padding: 24px 20px;
}
}
.header-menu.menu-layout4 {
	padding-top: 12px;
}
.header-menu.menu-layout4 nav.template-main-menu > ul > li > a {
	padding: 40px 20px;
	color: #ffffff;
}
@media only screen and (max-width: 1199px) {
.header-menu.menu-layout4 nav.template-main-menu > ul > li > a {
	padding: 40px 15px;
}
}
.rt-sticky {
	position: fixed;
	top: 0;
	width: 100%;
	z-index: 100;
	left: 0;
	right: 0;
	background-color: #ffffff;
}
.rt-sticky nav.template-main-menu > ul > li > a {
	padding: 28px 18px;
}
@media only screen and (max-width: 1199px) {
.rt-sticky nav.template-main-menu > ul > li > a {
	padding: 28px 15px;
}
}
.header-menu.menu-layout1.rt-sticky {
	-webkit-box-shadow: 0px 5px 5px 0px rgba(0, 0, 0, 0.2);
	box-shadow: 0px 5px 5px 0px rgba(0, 0, 0, 0.2);
}
.header-menu.menu-layout1.rt-sticky nav.template-main-menu > ul > li > a {
	padding: 28px 18px;
}
@media only screen and (max-width: 1199px) {
.header-menu.menu-layout1.rt-sticky nav.template-main-menu > ul > li > a {
	padding: 28px 15px;
}
}
.header-menu.menu-layout2.rt-sticky {
	background-color: #082c4b;
	-webkit-box-shadow: 0px 5px 5px 0px rgba(0, 0, 0, 0.2);
	box-shadow: 0px 5px 5px 0px rgba(0, 0, 0, 0.2);
	padding-top: 10px;
	padding-bottom: 10px;
}
.header-menu.menu-layout3.rt-sticky {
	-webkit-box-shadow: 0px 5px 5px 0px rgba(0, 0, 0, 0.2);
	box-shadow: 0px 5px 5px 0px rgba(0, 0, 0, 0.2);
}
.header-menu.menu-layout3.rt-sticky nav.template-main-menu > ul > li > a {
	padding: 28px 18px;
}
@media only screen and (max-width: 1199px) {
.header-menu.menu-layout3.rt-sticky nav.template-main-menu > ul > li > a {
	padding: 28px 15px;
}
}
.header-menu.menu-layout4.rt-sticky {
	-webkit-box-shadow: 0px 5px 5px 0px rgba(0, 0, 0, 0.2);
	box-shadow: 0px 5px 5px 0px rgba(0, 0, 0, 0.2);
	background-color: #093052;
	padding-top: 0;
}
.header-menu.menu-layout4.rt-sticky nav.template-main-menu > ul > li > a {
	padding: 28px 20px;
}
@media only screen and (max-width: 1199px) {
.header-menu.menu-layout4.rt-sticky nav.template-main-menu > ul > li > a {
	padding: 28px 15px;
}
}
@media only screen and (min-width: 992px) {
.hide-on-desktop-menu {
	display: none !important;
}
}
@media only screen and (max-width: 991px) {
.hide-on-mobile-menu {
	display: none;
}
}
.header-action-layout1 ul {
	display: flex;
	align-items: center;
}
.header-action-layout1 ul li {
	display: inline-block;
	margin-right: 20px;
}
.header-action-layout1 ul li:last-child {
	margin-right: 0;
}
.header-action-layout1 ul .header-action-btn .item-btn {
	display: block;
	border: 1px solid #0066cc;
	border-radius: 4px;
	color: #0066cc;
	font-weight: 700;
	font-size: 14px;
	padding: 10px 25px;
	-webkit-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	-ms-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
}
.header-action-layout1 ul .header-action-btn .item-btn:hover {
	background-color: #0066cc;
	color: #ffffff;
}
.header-action-layout1 ul .header-action-btn .item-btn-fill {
	display: block;
	border-radius: 4px;
	background-color: #0066cc;
	color: #ffffff;
	font-weight: 700;
	font-size: 15px;
	padding: 10px 30px;
	-webkit-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	-ms-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
}
.header-action-layout1 ul .header-action-btn .item-btn-fill:hover {
	background-color: #ffffff;
	color: #0066cc;
}
@media only screen and (max-width: 1199px) {
.header-action-layout1 ul .header-action-btn .item-btn-fill {
	padding: 10px 24px;
}
}
.header-action-layout1 ul .header-action-number {
	font-size: 32px;
	font-weight: 700;
	color: #ffffff;
	margin-right: 30px;
}
.header-action-layout1 ul .header-action-number i:before {
	font-size: 26px;
	color: #0066cc;
	margin-right: 5px;
}
.header-action-layout1 ul .offcanvas-menu-trigger-wrap .offcanvas-menu-btn {
	border: none;
	border-radius: 4px;
	cursor: pointer;
	background-color: #ffffff;
	padding: 13px 10px;
	text-align: center;
}
.header-action-layout1 ul .offcanvas-menu-trigger-wrap .offcanvas-menu-btn:focus {
	outline: none;
}
.header-action-layout1 ul .offcanvas-menu-trigger-wrap .offcanvas-menu-btn .btn-icon-wrap {
	width: 28px;
	height: 18px;
	display: block;
	position: relative;
}
.header-action-layout1 ul .offcanvas-menu-trigger-wrap .offcanvas-menu-btn .btn-icon-wrap span {
	position: absolute;
	left: 0;
	right: 0;
	height: 2px;
	width: 100%;
	background-color: #0066cc;
	display: block;
	opacity: 1;
	transform: rotate(0deg);
	margin: auto;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.header-action-layout1 ul .offcanvas-menu-trigger-wrap .offcanvas-menu-btn .btn-icon-wrap span:nth-child(1n) {
	top: 0;
}
.header-action-layout1 ul .offcanvas-menu-trigger-wrap .offcanvas-menu-btn .btn-icon-wrap span:nth-child(2n) {
	width: 80%;
	top: 8px;
}
.header-action-layout1 ul .offcanvas-menu-trigger-wrap .offcanvas-menu-btn .btn-icon-wrap span:nth-child(3n) {
	width: 65%;
	top: 16px;
}
.header-action-layout1 ul .offcanvas-menu-trigger-wrap .offcanvas-btn-light {
	background-color: transparent;
	box-shadow: none;
	padding: 15px 0;
}
.header-action-layout1 ul .offcanvas-menu-trigger-wrap .offcanvas-btn-light .btn-icon-wrap span {
	background-color: #ffffff;
}
.header-action-layout1 ul .offcanvas-menu-trigger-wrap .offcanvas-menu-btn.menu-status-close .btn-icon-wrap span:nth-child(1n) {
	top: 7px;
	transform: rotate(135deg);
}
.header-action-layout1 ul .offcanvas-menu-trigger-wrap .offcanvas-menu-btn.menu-status-close .btn-icon-wrap span:nth-child(2n) {
	left: 40px;
	opacity: 0;
	visibility: hidden;
}
.header-action-layout1 ul .offcanvas-menu-trigger-wrap .offcanvas-menu-btn.menu-status-close .btn-icon-wrap span:nth-child(3n) {
	width: 100%;
	top: 7px;
	transform: rotate(-135deg);
}
.header-topbar-layout1 ul li {
	padding: 5px 0;
	display: inline-block;
	color: #c7d6e3;
	margin-right: 35px;
	font-size: 14px;
}
.header-topbar-layout1 ul li:last-child {
	padding-right: 0;
	margin-right: 0;
}
.header-topbar-layout1 ul li i {
	font-size: 14px;
	color: #ffffff;
	margin-right: 12px;
}
.header-topbar-layout1 .header-top-right li {
	margin-right: 25px;
}
.header-topbar-layout1 .header-top-right .social-icon a {
	padding-right: 8px;
	margin-right: 5px;
}
.header-topbar-layout1 .header-top-right .social-icon a i {
	margin-right: 0;
	font-size: 14px;
	color: #c7d6e3;
	-webkit-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	-ms-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
}
.header-topbar-layout1 .header-top-right .social-icon a:last-child {
	padding-right: 0;
	margin-right: 0;
}
.header-topbar-layout1 .header-top-right .social-icon a:hover i {
	color: #ffffff;
}
.header-topbar-layout2 .phone-number {
	font-size: 30px;
	font-weight: 700;
	color: #082c4b;
}
.header-topbar-layout2 .phone-number i:before {
	font-size: 24px;
	color: #0066cc;
}
.header-topbar-layout2 span {
	font-size: 14px;
	padding-left: 32px;
	display: block;
}
.offcanvas-menu-wrap {
	width: 300px;
	position: fixed;
	transform: translateX(-100%);
	top: 0;
	left: 0;
	background-color: #fff;
	-webkit-box-shadow: 0px 5px 16px 0px rgba(202, 202, 202, 0.75);
	box-shadow: 0px 5px 16px 0px rgba(202, 202, 202, 0.75);
	z-index: 200;
	-webkit-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	-ms-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
}
.offcanvas-menu-wrap[data-position='right'] {
	left: auto;
	right: 0;
	transform: translateX(105%);
}
.offcanvas-menu-wrap .close-btn {
	cursor: pointer;
	position: absolute;
	top: 3px;
	left: 30px;
	font-size: 24px;
	font-weight: 500;
	color: #111111;
	padding: 10px;
}
.offcanvas-menu-wrap .offcanvas-content {
	height: 100vh;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	padding: 6rem 0 5.5rem;
	-webkit-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	-ms-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
}
.offcanvas-menu-wrap .offcanvas-content .offcanvas-logo a {
	display: block;
}
.offcanvas-menu-wrap .offcanvas-content .offcanvas-menu {
	text-align: center;
}
.offcanvas-menu-wrap .offcanvas-content .offcanvas-menu .nav-item {
	margin-bottom: 20px;
}
.offcanvas-menu-wrap .offcanvas-content .offcanvas-menu .nav-item a {
	font-size: 15px;
	font-weight: 500;
	color: #111111;
	padding: 10px;
	-webkit-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	-ms-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
}
.offcanvas-menu-wrap .offcanvas-content .offcanvas-menu .nav-item a:hover {
	color: #0066cc;
}
.offcanvas-menu-wrap .offcanvas-content .offcanvas-footer {
	text-align: center;
}
.offcanvas-menu-wrap .offcanvas-content .offcanvas-footer .item-title {
	font-size: 15px;
	color: #acacac;
	margin-bottom: 14px;
}
.offcanvas-menu-wrap .offcanvas-content .offcanvas-footer .offcanvas-social li {
	display: inline-block;
	margin-right: 6px;
}
.offcanvas-menu-wrap .offcanvas-content .offcanvas-footer .offcanvas-social li:last-child {
	margin-right: 0;
}
.offcanvas-menu-wrap .offcanvas-content .offcanvas-footer .offcanvas-social li a {
	color: #444444;
	padding: 5px;
	-webkit-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	-ms-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
}
.offcanvas-menu-wrap .offcanvas-content .offcanvas-footer .offcanvas-social li a:hover {
	color: #0066cc;
}
div#wrapper.open > .offcanvas-mask {
	content: "";
	position: fixed;
	width: 100%;
	height: 100%;
	top: 0;
	right: 0;
	background: rgba(0, 0, 0, 0.5);
	z-index: 150;
	animation: slideInRight 500ms ease-in-out;
	transition: all 0.5s ease-in-out;
}
.mean-container .mean-bar {
	background: #ffffff !important;
	float: none;
	padding: 0 !important;
	position: fixed !important;
	top: 0;
	z-index: 20;
}
.mean-container .mean-bar:after {
	content: "";
	clear: both;
	display: block;
}
.mean-container .mean-bar a.logo-mobile-menu {
	width: 100%;
	background-color: rgba(222, 222, 222, 0.95);
	box-sizing: border-box;
}
.mean-container .mean-bar .mobile-menu-nav-back {
	padding-left: 15px;
	border-bottom: 1px solid #b2b2b2;
	position: relative;
	text-align: center;
	height: 50px;
	display: flex;
	align-items: center;
}
.mean-container .mean-bar .mobile-menu-nav-back:before {
	position: absolute;
	content: "";
	height: 100%;
	width: 100%;
	background-color: rgba(248, 248, 248, 0.95);
	z-index: -1;
	top: 0;
	left: 0;
	right: 0;
}
.mean-container .mean-nav {
	float: none !important;
	background: transparent !important;
}
.mean-container .mean-nav > ul {
	overflow-y: scroll;
	height: 100vh;
}
.mean-container .mean-nav > ul:after {
	content: '';
	display: block;
	clear: both;
}
.mean-container .mean-nav > ul > li > a {
	font-size: 14px;
	color: #111111;
	font-weight: 700;
	background-color: #ebebeb;
	transition: all 0.5s ease-out;
}
.mean-container .mean-nav > ul > li > a:hover {
	color: #0066cc;
}
.mean-container .mean-nav > ul > li:hover > a {
	color: #0066cc;
	background-color: #ffffff;
}
.mean-container .mean-nav > ul > li li a {
	color: #111111;
	opacity: 1;
	font-weight: 500;
	padding: 0.5em 10%;
	font-size: 14px;
}
.mean-container .mean-nav > ul > li li a:hover {
	background-color: #ffffff;
}
.mean-container .mean-nav > ul > li a.mean-expand {
	background-color: transparent;
	margin-top: 0;
	height: 20px;
	line-height: 27px;
	width: 100%;
	text-align: right;
	font-size: 14px;
	padding: 12px 20px 12px 12px !important;
}
.mean-container .mean-nav > ul > li a.mean-expand:hover {
	background-color: transparent;
}
.mean-container a.meanmenu-reveal {
	float: none !important;
	position: absolute;
	top: 0;
	transition: unset;
	padding: 16px 14px 12px;
}
.mean-container #wrapper {
	padding-top: 50px;
}
.bg-accent {
	background-color: #303e48;
}
.logo-area a {
	margin: 0 0 4px 0;
}
.header-menu {
	position: relative;
	top: 0;
	left: 0;
	right: 0;
	margin: auto;
	z-index: 100;
	-webkit-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	-ms-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
}
.pd-t-35 {
	padding-top: 35px;
}
.pd-b-25 {
	padding-bottom: 25px;
}
.header-menu ul {
	margin: 0;
	padding: 0;
}
.header-menu ul li {
	list-style: none;
}
.logo-area .img-fluid {
}
.header-topbar-layout2 span {
	text-align: center;
}
.img-fluid.meybohmlogo {
	max-width: 160px;
}
#header-topbar {
	background: #fff url(images/header-bottom.png) repeat-x center bottom;
}
#header-topbar {
	padding: 0 !important;
}
.slider-layout2 .slider-box-form {
	position: absolute;
	top: 82%;
	transform: translateY(-50%);
	z-index: 9;
	left: 0;
	right: 0;
	max-width: 1430px;
	margin: 0 auto;
}
ul {
	list-style: outside none none;
	margin: 0;
	padding: 0;
}
/*=======================================================================
4. Template Layout Style
=========================================================================*/
/*------------------- 4.1 Content -------------------*/
.inner-page-banner {
	display: block;
	padding: 120px 0;
	position: relative;
}
.inner-page-banner:after {
	content: "";
	height: 100%;
	width: 100%;
	background-color: rgba(57, 52, 52, 0.7);
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
}
.inner-page-banner .breadcrumbs-area {
	position: relative;
	z-index: 1;
}
.inner-page-banner .breadcrumbs-area h1 {
	font-weight: 600;
	text-transform: capitalize;
	color: #ffffff;
	margin-bottom: 15px;
}
@media only screen and (max-width: 991px) {
.inner-page-banner .breadcrumbs-area h1 {
	font-size: 30px;
}
}
@media only screen and (max-width: 767px) {
.inner-page-banner .breadcrumbs-area h1 {
	font-size: 28px;
}
}
.inner-page-banner .breadcrumbs-area ul li {
	display: inline-block;
	color: #ffffff;
	font-size: 16px;
	position: relative;
	margin-right: 12px;
	padding-right: 10px;
	margin-bottom: 10px;
}
.inner-page-banner .breadcrumbs-area ul li:before {
	content: ".";
	font-size: 16px;
	font-weight: 700;
	position: absolute;
	right: -3px;
	top: 52%;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
	z-index: 5;
	color: #cccccc;
}
.inner-page-banner .breadcrumbs-area ul li a {
	color: #dcdcdc;
	-webkit-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	-ms-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
}
.inner-page-banner .breadcrumbs-area ul li a:hover {
	color: #ffffff;
}
.inner-page-banner .breadcrumbs-area ul li:last-child {
	margin-right: 0;
	padding-right: 0;
}
.inner-page-banner .breadcrumbs-area ul li:last-child:before {
	display: none;
}
.fw-btn-fill {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	border: none;
	border-radius: 4px;
	font-size: 15px;
	font-weight: 700;
	padding: 14px 20px;
	-webkit-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	-ms-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
}
.fw-btn-fill i {
	font-size: 12px;
	margin-left: 10px;
}
.fw-btn-fill:hover {
	background-color: #082c4b;
}
.btn-fill-xl.box-shadow {
	-webkit-box-shadow: 0px 9px 27px 0px rgba(0, 0, 0, 0.3);
	box-shadow: 0px 9px 27px 0px rgba(0, 0, 0, 0.3);
}
.btn-fill-xl {
	display: inline-block;
	font-weight: 700;
	font-size: 15px;
	padding: 14px 40px;
	border-radius: 4px;
	z-index: 1;
	-webkit-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	-ms-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
}
.btn-fill-xl i {
	margin-left: 10px;
}
.btn-fill-xl:hover {
	color: #ffffff;
	background-color: #082c4b !important;
}
@media only screen and (max-width: 991px) {
.btn-fill-xl {
	padding: 12px 30px;
}
}
@media only screen and (max-width: 767px) {
.btn-fill-xl {
	padding: 10px 30px;
}
}
@media only screen and (max-width: 575px) {
.btn-fill-xl {
	padding: 10px 20px;
	font-size: 14px;
}
}
.btn-fill-lg {
	display: inline-block;
	font-weight: 500;
	font-size: 15px;
	padding: 11px 30px;
	border-radius: 4px;
	z-index: 1;
	-webkit-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	-ms-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
}
.btn-fill-lg i {
	margin-left: 10px;
	font-size: 16px;
	-webkit-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	-ms-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
}
.btn-fill-lg:hover {
	color: #ffffff;
	background-color: #ee212b !important;
}
.btn-fill-lg:hover i {
	color: #ffffff;
}
@media only screen and (max-width: 767px) {
.btn-fill-lg {
	padding: 10px 25px;
	font-size: 14px;
}
}
.btn-fill-md {
	display: inline-block;
	font-weight: 500;
	font-size: 15px;
	padding: 8px 30px;
	border-radius: 4px;
	z-index: 1;
	-webkit-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	-ms-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
}
.btn-fill-md i {
	margin-left: 10px;
	font-size: 16px;
	-webkit-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	-ms-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
}
.btn-fill-md:hover {
	color: #ffffff;
	background-color: #ee212b !important;
}
.btn-fill-md:hover i {
	color: #ffffff;
}
.hover-accent:hover {
	background-color: #082c4b !important;
}
.ghost-btn-xl {
	display: inline-block;
	padding: 12px 40px;
	font-size: 15px;
	font-weight: 700;
	border-radius: 4px;
	letter-spacing: 0.5px;
	-webkit-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	-ms-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
}
.ghost-btn-xl i {
	margin-left: 10px;
}
.ghost-btn-xl:hover {
	background-color: #ee212b;
	color: #ffffff !important;
}
@media only screen and (max-width: 1199px) {
.ghost-btn-xl {
	padding: 12px 35px;
}
}
@media only screen and (max-width: 991px) {
.ghost-btn-xl {
	padding: 10px 30px;
}
}
@media only screen and (max-width: 767px) {
.ghost-btn-xl {
	padding: 10px 20px;
	font-size: 14px;
}
}
.ghost-btn-lg {
	display: inline-block;
	padding: 14px 35px;
	font-size: 15px;
	font-weight: 700;
	border-radius: 4px;
	letter-spacing: 0.5px;
	-webkit-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	-ms-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
}
.ghost-btn-lg i {
	margin-left: 10px;
}
.ghost-btn-lg:hover {
	background-color: #ee212b;
	color: #ffffff !important;
}
@media only screen and (max-width: 1199px) {
.ghost-btn-lg {
	padding: 12px 30px;
}
}
@media only screen and (max-width: 991px) {
.ghost-btn-lg {
	padding: 10px 25px;
}
}
@media only screen and (max-width: 767px) {
.ghost-btn-lg {
	padding: 10px 20px;
	font-size: 14px;
}
}
.ghost-btn-md {
	display: inline-block;
	padding: 10px 26px;
	font-size: 15px;
	font-weight: 500;
	border-radius: 4px;
	letter-spacing: 0.5px;
	-webkit-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	-ms-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
}
.ghost-btn-md i {
	margin-left: 10px;
}
.ghost-btn-md:hover {
	background-color: #ee212b;
	color: #ffffff !important;
}
@media only screen and (max-width: 767px) {
.ghost-btn-md {
	padding: 8px 20px;
	font-size: 14px;
}
}
.isotop-btn-1 {
	margin-bottom: 30px;
}
.isotop-btn-1 .nav-item {
	display: inline-block;
	color: #ee212b !important;
	background-color: #ffffff;
	padding: 9px 30px;
	border: 1px solid #d6dde3;
	border-radius: 4px;
	margin-bottom: 10px;
	-webkit-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	-ms-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
}
.isotop-btn-1 .nav-item:hover {
	background-color: #ee212b;
	border-color: #ee212b;
	color: #ffffff !important;
}
.isotop-btn-1 .current.nav-item {
	background-color: #ee212b;
	border-color: #ee212b;
	color: #ffffff !important;
	-webkit-box-shadow: 0px 5px 21px 0px rgba(238, 27, 37, 0.6);
	box-shadow: 0px 5px 21px 0px rgba(238, 27, 37, 0.6);
}
#preloader {
	background: #ffffff url('img/preloader.gif') no-repeat scroll center center;
	height: 100%;
	left: 0;
	overflow: visible;
	position: fixed;
	top: 0;
	width: 100%;
	z-index: 9999999;
}
.scrollup {
	overflow: hidden;
	position: fixed;
	height: 40px;
	width: 40px;
	line-height: 40px;
	border-radius: 45px;
	bottom: -50px;
	right: 20px;
	text-align: center;
	z-index: 9999;
	background-color: rgba(17, 17, 17, 0.8);
	display: block;
	font-size: 16px;
	color: #ffffff;
	-webkit-transition: all 0.5s cubic-bezier(0, 0, 0.15, 1.88);
	-moz-transition: all 0.5s cubic-bezier(0, 0, 0.15, 1.88);
	-ms-transition: all 0.5s cubic-bezier(0, 0, 0.15, 1.88);
	-o-transition: all 0.5s cubic-bezier(0, 0, 0.15, 1.88);
	transition: all 0.5s cubic-bezier(0, 0, 0.15, 1.88);
}
.scrollup i {
	display: inline-block;
	-webkit-transition: all 0.5s ease-out;
	-moz-transition: all 0.5s ease-out;
	-ms-transition: all 0.5s ease-out;
	-o-transition: all 0.5s ease-out;
	transition: all 0.5s ease-out;
}
.scrollup:hover, .scrollup:focus {
	color: #ffffff;
}
.scrollup:hover i, .scrollup:focus i {
	-webkit-animation: toBottomFromTop20 0.5s forwards;
	animation: toBottomFromTop20 0.5s forwards;
}
.scrollup.back-top {
	bottom: 20px;
}
@-webkit-keyframes pulse {
 0% {
 -webkit-box-shadow: 0 0 0 0 #ee212b;
 box-shadow: 0 0 0 0 #ee212b;
}
 40% {
 -webkit-box-shadow: 0 0 0 50px rgba(255, 194, 17, 0);
 box-shadow: 0 0 0 50px rgba(255, 194, 17, 0);
}
 70% {
 -webkit-box-shadow: 0 0 0 50px rgba(255, 194, 17, 0);
 box-shadow: 0 0 0 50px rgba(255, 194, 17, 0);
}
 100% {
 -webkit-box-shadow: 0 0 0 0 rgba(255, 194, 17, 0);
 box-shadow: 0 0 0 0 rgba(255, 194, 17, 0);
}
}
@keyframes pulse {
 0% {
 -webkit-box-shadow: 0 0 0 0 #ee212b;
 box-shadow: 0 0 0 0 #ee212b;
}
 40% {
 -webkit-box-shadow: 0 0 0 50px rgba(255, 194, 17, 0);
 box-shadow: 0 0 0 50px rgba(255, 194, 17, 0);
}
 70% {
 -webkit-box-shadow: 0 0 0 50px rgba(255, 194, 17, 0);
 box-shadow: 0 0 0 50px rgba(255, 194, 17, 0);
}
 100% {
 -webkit-box-shadow: 0 0 0 0 rgba(255, 194, 17, 0);
 box-shadow: 0 0 0 0 rgba(255, 194, 17, 0);
}
}
/*------------------- 5.11 Service -------------------*/
.service-wrap-layout1 {
	padding: 80px 0 80px 0;
	position: relative;
	overflow: hidden;
	z-index: 2;
}
.service-wrap-layout1:after {
	content: url('img/figure/line-shape.png');
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translateY(-50%) translateX(-50%);
	z-index: -1;
}
@media only screen and (max-width: 991px) {
.service-wrap-layout1:after {
	display: none;
}
}
.service-wrap-layout2 {
	padding: 14rem 0 5.2rem;
	position: relative;
	background-image: url('img/about/about3.png');
	background-repeat: no-repeat;
	background-position-y: bottom;
	background-position-x: 115px;
}
@media only screen and (max-width: 991px) {
.service-wrap-layout2 {
	background-image: none;
}
}
 @media only screen and (max-width: 991px) {
.service-wrap-layout3 {
	/*padding: 12rem 0 9rem;*/
}
}
img {
	max-width: 100%;
	height: auto;
}
.service-wrap-layout4 {
	padding: 9.4rem 0 7rem;
	background-color: #082c4b;
}
.service-wrap-layout5 {
	padding: 9.5rem 0 7rem;
}
.service-wrap-layout6 {
	padding: 10rem 0 6.5rem;
}
.service-wrap-layout7 {
	padding: 10rem 0 7rem;
}
.single-service-wrap-layout1 {
	padding: 80px 0 80px 0;
}
.single-service-wrap-layout2 {
	padding: 10rem 0 4.5rem;
}
.service-box-layout1 {
	text-align: center;
	padding: 0 2rem;
	margin-bottom: 30px;
}
@media only screen and (max-width: 1199px) {
.service-box-layout1 {
	padding: 0;
}
}
.service-box-layout1 .item-img {
	position: relative;
	border-radius: 50%;
	margin-bottom: 22px;
	display: inline-block;
	border: 10px solid #ffffff;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.service-box-layout1 .item-img img {
	border-radius: 50%;
}
.service-box-layout1 .item-img .sl-number {
	position: absolute;
	top: -15px;
	right: 4px;
	font-size: 20px;
	font-weight: 500;
	color: #ffffff;
	height: 55px;
	width: 55px;
	line-height: 55px;
	border-radius: 50%;
	background-color: #ee212b;
}
.service-box-layout1 .item-content .item-title {
	margin-bottom: 10px;
}
.service-box-layout1 .item-content .item-title a {
	color: #ffffff;
	font-weight: 500;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.service-box-layout1 .item-content .item-title a:hover {
	color: #cccccc;
}
.service-box-layout1 .item-content p {
	color: #cccccc;
}
.service-box-layout1:hover .item-img {
	border-color: #ee212b;
	animation: pulse 3000ms infinite;
}
.service-box-layout2 .media {
	margin-bottom: 20px;
}
.service-box-layout2 .media .item-icon {
	text-align: center;
	height: 70px;
	width: 70px;
	line-height: 70px;
	background-color: #082c4b;
	border-radius: 50%;
	-webkit-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	-ms-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
}
.service-box-layout2 .media .item-icon i {
	display: block;
}
.service-box-layout2 .media .item-icon i:before {
	color: #ffffff;
	font-size: 35px;
}
.service-box-layout2 .media .media-body .item-title {
	font-weight: 500;
	color: #111111;
	margin-bottom: 10px;
}
.service-box-layout2 .media:hover .item-icon {
	background-color: #ee212b;
}
 @media only screen and (max-width: 991px) {
.service-box-layout3 {
	transform: translateY(0);
}
}
.service-box-layout4 {
	position: relative;
	overflow: hidden;
	border-radius: 4px;
	margin-bottom: 30px;
	-webkit-box-shadow: 0px 4px 21px 0px rgba(9, 36, 60, 0.75);
	box-shadow: 0px 4px 21px 0px rgba(9, 36, 60, 0.75);
}
.service-box-layout4 .item-img img {
	border-radius: 4px;
	transform: scale(1);
	transition: transform 3s cubic-bezier(0.2, 0.96, 0.34, 1);
}
.service-box-layout4 .item-content {
	position: absolute;
	bottom: -77px;
	left: 0;
	right: 0;
	background-color: rgba(238, 33, 43, 0.8);
	border-radius: 0 0 4px 4px;
	padding: 25px 25px 5px;
	text-align: center;
	-webkit-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	-ms-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
}
@media only screen and (max-width: 767px) {
.service-box-layout4 .item-content {
	bottom: -48px;
}
}
@media only screen and (max-width: 479px) {
.service-box-layout4 .item-content {
	bottom: -77px;
}
}
.service-box-layout4 .item-content .item-title {
	font-weight: 700;
	margin-bottom: 12px;
}
.service-box-layout4 .item-content .item-title a {
	color: #ffffff;
	-webkit-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	-ms-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
}
.service-box-layout4 .item-content .item-title a:hover {
	color: #c9c9c9;
}
.service-box-layout4 .item-content p {
	color: #ffffff;
}
.service-box-layout4:hover .item-img img {
	transform: scale(1.1);
}
.service-box-layout4:hover .item-content {
	bottom: 0;
}
.service-box-layout5 {
	position: relative;
	background-color: #f8f8f8;
	border-radius: 4px;
	padding: 35px 45px 45px;
	margin-bottom: 30px;
	overflow: hidden;
	z-index: 1;
}
.service-box-layout5:after {
	content: url('img/figure/shape.png');
	position: absolute;
	top: 0;
	left: 0;
	z-index: -1;
}
.service-box-layout5 .item-heading {
	margin-bottom: 8rem;
}
@media only screen and (max-width: 767px) {
.service-box-layout5 .item-heading {
	margin-bottom: 9rem;
}
}
.service-box-layout5 .item-heading .item-title {
	color: #ffffff;
	font-weight: 700;
	padding-left: 20px;
}
.service-box-layout5 .item-heading .item-title span {
	font-weight: 400;
	display: block;
}
.service-box-layout5 .service-list li {
	font-size: 17px;
	font-weight: 500;
	color: #082c4b;
	margin-bottom: 12px;
	padding-left: 30px;
	position: relative;
}
.service-box-layout5 .service-list li:last-child {
	margin-bottom: 0;
}
.service-box-layout5 .service-list li i {
	position: absolute;
	top: 7px;
	left: 0;
	color: #ee212b;
}
.service-box-layout6 {
	margin-bottom: 35px;
}
.service-box-layout6 .item-img {
	position: relative;
	margin-bottom: 18px;
	border-radius: 4px;
	overflow: hidden;
}
.service-box-layout6 .item-img img {
	border-radius: 4px;
	transform: scale(1);
	transition: transform 5s cubic-bezier(0.2, 0.96, 0.34, 1);
}
.service-box-layout6 .item-img .item-icon {
	text-align: center;
	height: 70px;
	width: 70px;
	line-height: 70px;
	border-radius: 50%;
	background-color: #ffffff;
	position: absolute;
	top: 20px;
	left: 25px;
	z-index: 2;
	-webkit-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	-ms-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
}
.service-box-layout6 .item-img .item-icon i:before {
	font-size: 36px;
	color: #082c4b;
	-webkit-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	-ms-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
}
.service-box-layout6 .item-img:after {
	content: "";
	height: 100%;
	width: 100%;
	background-color: rgba(9, 45, 76, 0.8);
	border-radius: 4px;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	z-index: 1;
	visibility: hidden;
	opacity: 0;
	-webkit-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	-ms-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
}
.service-box-layout6 .item-content .item-title {
	font-weight: 700;
	margin-bottom: 12px;
}
.service-box-layout6 .item-content .item-title a {
	color: #111111;
	-webkit-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	-ms-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
}
.service-box-layout6 .item-content .item-title a:hover {
	color: #ee212b;
}
.service-box-layout6 .item-content p {
	margin-bottom: 25px;
}
.service-box-layout6:hover .item-img img {
	transform: scale(1.2);
}
.service-box-layout6:hover .item-img:after {
	visibility: visible;
	opacity: 1;
}
.service-box-layout6:hover .item-img .item-icon {
	background-color: #ee212b;
	animation: pulse 1500ms infinite;
}
.service-box-layout6:hover .item-img .item-icon i:before {
	color: #ffffff;
}
.service-box-layout7 {
	text-align: center;
	padding: 55px 30px 60px;
	box-shadow: 0px 1px 21px 0px rgba(186, 186, 186, 0.4);
	border-radius: 4px;
	margin-bottom: 30px;
	-webkit-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	-ms-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
}
.service-box-layout7 .item-icon {
	line-height: 1;
	margin-bottom: 20px;
}
.service-box-layout7 .item-icon i:before {
	font-size: 80px;
	color: #082c4b;
	-webkit-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	-ms-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
}
.service-box-layout7 .item-content .item-title {
	position: relative;
	font-weight: 500;
	padding-bottom: 25px;
	-webkit-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	-ms-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
}
.service-box-layout7 .item-content .item-title:after {
	content: "";
	height: 4px;
	width: 54px;
	background-color: #ee212b;
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
}
.service-box-layout7 .item-content p {
	margin-bottom: 25px;
	-webkit-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	-ms-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
}
.service-box-layout7:hover {
	background-color: #082c4b;
}
.service-box-layout7:hover .item-icon i:before {
	color: #ffffff;
}
.service-box-layout7:hover .item-content .item-title {
	color: #ffffff;
}
.service-box-layout7:hover .item-content p {
	color: #ffffff;
}
.service-box-layout7:hover .item-content .ghost-btn-md {
	color: #ffffff;
}
.single-service-box-layout1 .main-img {
	margin-bottom: 30px;
}
.single-service-box-layout1 .main-img img {
	border-radius: 4px;
}
.single-service-box-layout1 .item-content .item-info {
	margin-bottom: 3rem;
}
.single-service-box-layout1 .item-content .item-info .item-subtitle {
	font-size: 24px;
	font-weight: 500;
	color: #111111;
	margin-bottom: 14px;
	line-height: 1.5;
}
@media only screen and (max-width: 991px) {
.single-service-box-layout1 .item-content .item-info .item-subtitle {
	font-size: 22px;
}
}
@media only screen and (max-width: 767px) {
.single-service-box-layout1 .item-content .item-info .item-subtitle {
	font-size: 20px;
}
}
@media only screen and (max-width: 575px) {
.single-service-box-layout1 .item-content .item-info .item-subtitle {
	font-size: 18px;
}
}
.single-service-box-layout1 .item-content .item-info p {
	margin-bottom: 35px;
}
.single-service-box-layout1 .item-content .more-info {
	margin-bottom: 30px;
}
.single-service-box-layout1 .item-content .more-info .more-info-box {
	margin-bottom: 4rem;
}
.single-service-box-layout1 .item-content .more-info .more-info-box .item-img {
	position: relative;
	padding-left: 0;
	z-index: 2;
}
.single-service-box-layout1 .item-content .more-info .more-info-box .item-img img {
	border-radius: 4px;
}
.single-service-box-layout1 .item-content .more-info .more-info-box .item-img:after {
	content: url('img/service/pattern.png');
	position: absolute;
	top: -32px;
	left: 0;
	z-index: -1;
}
.single-service-box-layout1 .item-content .more-info .more-info-box .item-img-2 {
	position: relative;
	padding-right: 32px;
	z-index: 2;
}
.single-service-box-layout1 .item-content .more-info .more-info-box .item-img-2 img {
	border-radius: 4px;
}
.single-service-box-layout1 .item-content .more-info .more-info-box .item-img-2:after {
	content: url('img/service/pattern.png');
	position: absolute;
	top: -32px;
	right: 0;
	z-index: -1;
}
.single-service-box-layout1 .item-content .more-info .more-info-box .item-content ul li {
	padding-left: 5rem;
	position: relative;
}
@media only screen and (max-width: 575px) {
.single-service-box-layout1 .item-content .more-info .more-info-box .item-content ul li {
	padding-left: 10rem;
}
}
.single-service-box-layout1 .item-content .more-info .more-info-box .item-content ul li .sl-number {
	text-align: center;
	position: absolute;
	top: 0;
	left: 0;
	height: 50px;
	width: 50px;
	line-height: 50px;
	border-radius: 50%;
	background-color: #ebebeb;
	font-size: 24px;
	color: #ee212b;
	-webkit-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	-ms-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
}
@media only screen and (max-width: 575px) {
.single-service-box-layout1 .item-content .more-info .more-info-box .item-content ul li .sl-number {
	height: 45px;
	width: 45px;
	line-height: 45px;
	font-size: 20px;
}
}
.single-service-box-layout1 .item-content .more-info .more-info-box .item-content ul li h4 {
	font-weight: 500;
	margin-bottom: 10px;
}
.single-service-box-layout1 .item-content .more-info .more-info-box .item-content ul li:hover .sl-number {
	background-color: #ee212b;
	color: #ffffff;
}
.single-service-box-layout1 .item-content .item-gallery .item-title {
	font-size: 24px;
	font-weight: 500;
}
.single-service-box-layout1 .item-content .item-gallery .gallery-img {
	margin: 30px 0 55px;
}
.single-service-box-layout1 .item-content .item-gallery .gallery-img .item-img {
	position: relative;
	text-align: center;
}
.single-service-box-layout1 .item-content .item-gallery .gallery-img .item-img img {
	border-radius: 4px;
	-webkit-box-shadow: 0px 5px 13px 0px rgba(0, 0, 0, 0.3);
	box-shadow: 0px 5px 13px 0px rgba(0, 0, 0, 0.3);
}
.single-service-box-layout1 .item-content .item-gallery .gallery-img .item-img .item-icon {
	position: absolute;
	top: 50%;
	left: 0;
	right: 0;
	transform: translateY(-50%);
	z-index: 2;
}
.single-service-box-layout1 .item-content .item-gallery .gallery-img .item-img .item-icon .play-btn {
	display: inline-block;
	height: 55px;
	width: 55px;
	line-height: 55px;
	border-radius: 50%;
	background-color: #ee212b;
	-webkit-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	-ms-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
}
@media only screen and (max-width: 767px) {
.single-service-box-layout1 .item-content .item-gallery .gallery-img .item-img .item-icon .play-btn {
	height: 50px;
	width: 50px;
	line-height: 50px;
}
}
.single-service-box-layout1 .item-content .item-gallery .gallery-img .item-img .item-icon .play-btn i:before {
	font-size: 24px;
	color: #ffffff;
	margin-left: 8px;
}
@media only screen and (max-width: 767px) {
.single-service-box-layout1 .item-content .item-gallery .gallery-img .item-img .item-icon .play-btn i:before {
	font-size: 20px;
}
}
.single-service-box-layout1 .item-content .item-gallery .gallery-img .item-img .item-icon .play-btn:hover {
	background-color: #ffffff;
}
.single-service-box-layout1 .item-content .item-gallery .gallery-img .item-img .item-icon .play-btn:hover i:before {
	color: #ee212b;
}
.single-service-box-layout1 .item-content .item-gallery .gallery-img .popup-overlay:after {
	content: "";
	height: 100%;
	width: 100%;
	background-color: rgba(0, 0, 0, 0.5);
	border-radius: 4px;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	z-index: 1;
}
.single-service-box-layout1 .item-content .item-services {
	background-color: #f8f8f8;
	padding: 40px 50px 30px;
	border-radius: 4px;
	margin-bottom: 30px;
}
@media only screen and (max-width: 767px) {
.single-service-box-layout1 .item-content .item-services {
	padding: 40px 30px 30px;
}
}
.single-service-box-layout1 .item-content .item-services .item-title {
	font-size: 24px;
	font-weight: 500;
}
.single-service-box-layout1 .item-content .item-services .service-list {
	display: flex;
	margin-top: 30px;
}
@media only screen and (max-width: 767px) {
.single-service-box-layout1 .item-content .item-services .service-list {
	display: block;
}
}
.single-service-box-layout1 .item-content .item-services .service-list ul {
	margin-right: 30px;
}
.single-service-box-layout1 .item-content .item-services .service-list ul:last-child {
	margin-right: 0;
}
.single-service-box-layout1 .item-content .item-services .service-list ul li {
	color: #444444;
	margin-bottom: 15px;
	position: relative;
	padding-left: 30px;
}
.single-service-box-layout1 .item-content .item-services .service-list ul li i {
	position: absolute;
	top: 5px;
	left: 0;
	color: #ee212b;
}
.zoom-gallery-box {
	margin-bottom: 5rem;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}
@media only screen and (max-width: 991px) {
.zoom-gallery-box {
	display: block;
}
}
.zoom-gallery-box .tab-content {
	padding-right: 10px;
}
@media only screen and (max-width: 991px) {
.zoom-gallery-box .tab-content {
	padding-right: 0;
}
}
.zoom-gallery-box .tab-nav-list {
	display: -ms-grid;
	display: grid;
	border-bottom: none;
}
@media only screen and (max-width: 991px) {
.zoom-gallery-box .tab-nav-list {
	display: flex;
	flex-wrap: nowrap;
}
}
@media only screen and (max-width: 991px) {
.zoom-gallery-box .tab-nav-list .nav-item {
	margin-right: 10px;
}
.zoom-gallery-box .tab-nav-list .nav-item:last-child {
	margin-right: 0;
}
}
.zoom-gallery-box .tab-nav-list .nav-item .nav-link {
	border-radius: 0;
	border: none;
	padding: 0 0 10px;
}
@media only screen and (max-width: 991px) {
.zoom-gallery-box .tab-nav-list .nav-item .nav-link {
	padding: 10px 0 0;
}
}
.zoom-gallery-box .tab-nav-list .nav-item .nav-link.active img {
	opacity: 0.5;
}
.zoom-gallery-box .tab-nav-list .nav-item:last-child .nav-link {
	padding-bottom: 0;
}













/*------------------- 4.7 Widget -------------------*/
@media only screen and (max-width: 991px) {
.sidebar-break-md {
	margin-top: 5rem;
}
}
.sidebar-widget-area .widget {
	margin-bottom: 4rem;
}
.sidebar-widget-area .widget:last-child {
	margin-bottom: 0 !important;
}
.widget-service {
	border: 1px solid #dddddd;
	border-radius: 4px;
	padding: 35px 40px 20px;
}
.widget-service .service-list ul li {
	border-bottom: 1px solid #dddddd;
}
.widget-service .service-list ul li:last-child {
	border-bottom: none;
}
.widget-service .service-list ul li a {
	position: relative;
	display: block;
	color: #111111;
	padding: 13px 0 13px 26px;
	-webkit-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	-ms-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
}
.widget-service .service-list ul li a i {
	position: absolute;
	top: 50%;
	left: 0;
	transform: translateY(-50%);
}
.widget-service .service-list ul li a:hover {
	color: #082c4b;
	padding-left: 35px;
}
.widget-service .service-list ul li a:hover i {
	color: #ee212b;
}
.widget-download {
	border: 1px solid #dddddd;
	border-radius: 4px;
	padding: 35px 40px 40px;
}
.widget-download .item-list li {
	margin-bottom: 10px;
}
.widget-download .item-list li:last-child {
	margin-bottom: 0;
}
.widget-download .item-list li a {
	display: flex;
	align-items: center;
	background-color: #082c4b;
	padding: 15px 25px;
	border-radius: 4px;
	color: #ffffff;
	-webkit-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	-ms-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
}
.widget-download .item-list li a i {
	font-size: 24px;
	margin-right: 15px;
}
.widget-download .item-list li a:hover {
	background-color: #ee212b;
}
.widget-form {
	border: 1px solid #dddddd;
	border-radius: 4px;
	padding: 35px 40px 40px;
}
@media only screen and (max-width: 1199px) {
.widget-form {
	padding: 25px 30px 30px;
}
}
.widget-form .contact-form-box .form-group:last-child {
	margin-bottom: 0;
}
.widget-form .contact-form-box .form-group .form-control {
	border: none;
	background-color: #f6f6f6;
	font-size: 16px;
	color: #646464;
	padding: 10px 15px;
}
.widget-form .contact-form-box .form-group .form-control:focus {
	outline: none;
	border: none;
	box-shadow: none;
}
.widget-form .contact-form-box .form-group input {
	height: 50px;
}
.widget-form .contact-form-box .form-group .item-btn {
	width: 100%;
	background-color: #0066cc;
	color: #ffffff;
	font-size: 16px;
	font-weight: 500;
	border: none;
	padding: 10px;
	border-radius: 4px;
	-webkit-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	-ms-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
}
.widget-form .contact-form-box .form-group .item-btn:hover {
	background-color: #082c4b;
}
.widget-banner .banner-img {
	position: relative;
}
.widget-banner .banner-img img {
	border-radius: 4px;
	min-width: 100%;
}
.widget-banner .banner-img .item-content {
	background-color: #082c4b;
	padding: 6rem 5rem 5rem;
	text-align: center;
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	border-radius: 0 0 4px 4px;
	-webkit-clip-path: polygon(0 38%, 100% 0, 100% 100%, 0 100%);
	clip-path: polygon(0 38%, 100% 0, 100% 100%, 0 100%);
}
.widget-banner .banner-img .item-content .big-text {
	font-size: 30px;
	font-weight: 700;
	color: #ffffff;
	margin-bottom: 10px;
}
.widget-banner .banner-img .item-content .sub-text {
	font-size: 18px;
	color: #9cabb8;
	margin-bottom: 30px;
}
.widget-banner .banner-img .item-content .item-btn {
	display: block;
	background-color: #0066cc;
	border-radius: 4px;
	font-size: 18px;
	font-weight: 500;
	color: #ffffff;
	padding: 10px;
	-webkit-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	-ms-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
}
.widget-banner .banner-img .item-content .item-btn:hover {
	background-color: #ffffff;
	color: #082c4b;
}
.widget-search-box .stylish-input-group {
	height: 55px;
	border-radius: 4px;
	padding: 0;
}
.widget-search-box .stylish-input-group .form-control {
	border: 1px solid #dddddd;
	box-shadow: none;
	border-radius: 4px;
	background: transparent;
	color: #111111;
	font-size: 16px;
	height: 55px;
	margin-right: 8px;
	padding: 10px 20px;
}
.widget-search-box .stylish-input-group .input-group-addon {
	display: flex;
	padding: 0;
	border: none;
	border-radius: 4px;
	background: #082c4b !important;
}
.widget-search-box .stylish-input-group .input-group-addon button {
	cursor: pointer;
	background: transparent;
	border: 0;
	padding: 0 20px;
	-webkit-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	-ms-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
}
.widget-search-box .stylish-input-group .input-group-addon button span {
	color: #ffffff;
	font-size: 20px;
	font-weight: 700;
	margin-left: 0;
	-webkit-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	-ms-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
}
.widget-search-box .stylish-input-group .input-group-addon button:focus {
	outline: none;
}
.widget-search-box .stylish-input-group .input-group-addon:hover {
	background-color: #ee212b !important;
}
.widget-search-box .stylish-input-group .input-group-addon:hover button span {
	color: #ffffff;
}
.widget-search-box .stylish-input-group input {
	font-size: 16px;
	color: #ee212b;
}
.widget-search-box .stylish-input-group input.form-control::-webkit-input-placeholder, .widget-search-box .stylish-input-group textarea.form-control::-webkit-input-placeholder {
 color: #646464;
 font-size: 16px;
}
.widget-search-box .stylish-input-group input.form-control::-moz-placeholder, .widget-search-box .stylish-input-group textarea.form-control::-moz-placeholder {
 color: #646464;
 font-size: 16px;
}
.widget-search-box .stylish-input-group input.form-control:-moz-placeholder, .widget-search-box .stylish-input-group textarea.form-control:-moz-placeholder {
 color: #646464;
 font-size: 16px;
}
.widget-search-box .stylish-input-group input.form-control:-ms-input-placeholder, .widget-search-box .stylish-input-group textarea.form-control:-ms-input-placeholder {
 color: #646464;
 font-size: 16px;
}
.widget-post {
	border: 1px solid #dddddd;
	border-radius: 4px;
	padding: 35px 40px 40px;
}
@media only screen and (max-width: 575px) {
.widget-post {
	padding: 35px 20px 40px;
}
}
.widget-post .media {
	margin-bottom: 30px;
}
.widget-post .media:last-child {
	margin-bottom: 0;
}
.widget-post .media .item-img {
	overflow: hidden;
	margin-top: 4px;
	border-radius: 4px;
}
.widget-post .media .item-img a {
	display: inline-block;
}
.widget-post .media .item-img a img {
	border-radius: 4px;
	transform: scale(1);
	-webkit-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	-ms-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
}
.widget-post .media .media-body .post-title {
	margin-bottom: 8px;
	line-height: 1.4;
}
.widget-post .media .media-body .post-title a {
	color: #444444;
	font-weight: 500;
	-webkit-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	-ms-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
}
.widget-post .media .media-body .post-title a:hover {
	color: #000000;
}
.widget-post .media .media-body .post-date {
	font-size: 14px;
	color: #ee212b;
}
.widget-post .media .media-body .item-price {
	font-size: 14px;
	color: #ee212b;
	font-weight: 500;
}
.widget-post .media .media-body .item-rating li {
	display: inline-block;
	color: #ff6f00;
	font-size: 12px;
}
.widget-post .media:hover a img {
	transform: scale(1.1);
}
.widget-tag {
	border: 1px solid #dddddd;
	border-radius: 4px;
	padding: 35px 40px 34px;
}
.widget-tag .tag-list li {
	display: inline-block;
	margin: 0 5px 8px 0;
}
.widget-tag .tag-list li a {
	display: block;
	background-color: #f2f2f2;
	color: #444444;
	padding: 7px 15px;
	border-radius: 4px;
	-webkit-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	-ms-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
}
.widget-tag .tag-list li a:hover {
	background-color: #ee212b;
	color: #ffffff;
}
.widget-project-info {
	border: 1px solid #dddddd;
	border-radius: 4px;
	padding: 30px 40px 32px;
}
@media only screen and (max-width: 1199px) {
.widget-project-info {
	padding: 30px 20px 32px;
}
}
.widget-project-info .project-details > ul > li {
	display: flex;
	margin-bottom: 18px;
	color: #444444;
}
.widget-project-info .project-details > ul > li:last-child {
	margin-bottom: 0;
}
.widget-project-info .project-details > ul > li span {
	font-size: 18px;
	font-weight: 500;
	color: #444444;
	min-width: 100px;
	display: inline-block;
	margin-right: 18px;
	position: relative;
}
.widget-project-info .project-details > ul > li span:after {
	content: ":";
	font-size: 18px;
	color: #444444;
	font-weight: 500;
	position: absolute;
	top: -1px;
	right: 0;
}
.widget-project-info .project-details > ul > li .item-rating li {
	display: inline-block;
	color: #ff6f00;
}
.widget-contact-info {
	border: 1px solid #dddddd;
	border-radius: 4px;
	padding: 35px 40px 40px;
}
.widget-contact-info .media {
	border-bottom: 1px solid #dddddd;
	padding-bottom: 26px;
	margin-bottom: 30px;
}
.widget-contact-info .media:last-child {
	border-bottom: none;
	padding-bottom: 0;
	margin-bottom: 0;
}
.widget-contact-info .media .item-icon i:before {
	font-size: 26px;
	font-weight: 700;
	color: #082c4b;
}
.widget-contact-info .media .media-body h4 {
	font-weight: 700;
	margin-bottom: 6px;
}
.widget-product {
	border: 1px solid #dddddd;
	border-radius: 4px;
	padding: 35px 40px 40px;
}
.widget-product .media {
	margin-bottom: 20px;
}
.widget-product .media:last-child {
	margin-bottom: 0;
}
.widget-product .media .item-img {
	overflow: hidden;
	border-radius: 4px;
}
.widget-product .media .item-img a {
	display: inline-block;
}
.widget-product .media .item-img a img {
	border-radius: 4px;
	transform: scale(1);
	-webkit-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	-ms-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
}
.widget-product .media .media-body .post-title {
	margin-bottom: 0;
	line-height: 1;
}
.widget-product .media .media-body .post-title a {
	color: #444444;
	font-weight: 500;
	-webkit-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	-ms-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
}
.widget-product .media .media-body .post-title a:hover {
	color: #000000;
}
.widget-product .media .media-body .post-date {
	font-size: 14px;
	color: #ee212b;
}
.widget-product .media .media-body .item-price {
	font-size: 14px;
	color: #ee212b;
	font-weight: 500;
}
.widget-product .media .media-body .item-rating li {
	display: inline-block;
	color: #ff6f00;
	font-size: 12px;
}
.widget-product .media:hover a img {
	transform: scale(1.1);
}
.widget-price-range {
	border: 1px solid #dddddd;
	border-radius: 4px;
	padding: 35px 40px 40px;
}
.widget-price-range .price-range-wrapper {
	text-align: left;
	padding-top: 20px;
}
.widget-price-range .price-range-wrapper:after {
	clear: both;
	display: block;
	content: "";
}
.widget-price-range .price-range-wrapper .price-filter-wrap {
	margin-top: 15px;
}
.widget-price-range .price-range-wrapper .price-filter-wrap .price-range-select {
	margin: 20px 0 0;
}
.widget-price-range .price-range-wrapper .price-filter-wrap .price-range-select:after {
	clear: both;
	display: block;
	content: "";
}
.widget-price-range .price-range-wrapper .price-filter-wrap .price-range-select .price-range {
	display: inline-block;
	margin: 0;
	color: #646464;
	font-size: 15px;
}
.widget-price-range .price-range-wrapper .price-filter-wrap .price-range-select .item-btn {
	cursor: pointer;
	font-size: 16px;
	color: #ffffff;
	background-color: #ee212b;
	border: none;
	padding: 6px 30px;
	border-radius: 4px;
	margin-right: 50px;
	-webkit-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	-ms-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
}
.widget-price-range .price-range-wrapper .price-filter-wrap .price-range-select .item-btn:hover {
	background-color: #082c4b;
}
.widget-price-range .price-range-wrapper .price-filter-wrap .price-range-select .item-btn:focus {
	outline: none;
}
.widget-price-range .price-range-wrapper .price-filter-wrap .price-range-select .range-title {
	color: #646464;
}
.widget-price-range .price-range-wrapper .noUi-connect {
	background: #cecece;
	box-shadow: none;
}
.widget-price-range .price-range-wrapper .noUi-horizontal {
	height: 11px;
}
.widget-price-range .price-range-wrapper .noUi-target {
	border-radius: 4px;
	box-shadow: none;
	background-color: #e9e9e9;
	border: 0;
}
.widget-price-range .price-range-wrapper .noUi-horizontal .noUi-handle {
	top: -5px;
	background: #082c4b;
	border: none;
	box-shadow: none;
	border-radius: 4px;
	width: 27px;
	height: 20px;
	-webkit-box-shadow: 0px 5px 5px 0px rgba(191, 191, 191, 0.75);
	-moz-box-shadow: 0px 5px 5px 0px rgba(191, 191, 191, 0.75);
	box-shadow: 0px 5px 5px 0px rgba(191, 191, 191, 0.75);
}
.widget-price-range .price-range-wrapper .noUi-handle::before {
	height: 1.25px;
	width: 10px;
	background-color: #cccccc;
	border-radius: 0;
	left: 0;
	right: 0;
	margin: 0 auto;
	top: 61%;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
}
.widget-price-range .price-range-wrapper .noUi-handle::after {
	height: 1.25px;
	width: 13px;
	background-color: #cccccc;
	border-radius: 0;
	left: 0;
	right: 0;
	margin: 0 auto;
	top: 33%;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
}
.heading-layout3 h2, .heading-layout3 h3 {
	color: #111111;
	font-weight: 700;
}
h3 {
	font-size: 22px;
}
h3, h4, h5 {
	line-height: 30px;
}
a.item-btn-contact {
	display: block;
	background-color: #0066cc;
	border-radius: 4px;
	font-size: 18px;
	font-weight: 500;
	color: #ffffff;
	padding: 10px;
	-webkit-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	-ms-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
	text-align: center;
	margin: 20px 0 0 0;
}














nav.template-main-menu ul.navmain li a {

    padding: 40px 11px;
	color:#fff;
	text-transform:uppercase;

}
.header-menu ul.navmain li {

    margin-left: 0;
	display:inline-block;
	position:relative

}
.header-menu {
    padding: 20px 0;

}

.header-menu ul.navmain li ul{
	position:absolute;
}

.header-menu ul.navmain li:hover ul {
	display:block;
}

.header-menu ul.navmain li ul {

    position: absolute;
    width: 270px;
    left: 0;
    background: #303e48;
	display:none;
	top: 44px;

}
.header-menu ul.navmain li ul li{
	display:inline-block;
	width:100%;
}
.header-menu ul.navmain li ul li a {

    display: block;
    margin: 0;
    padding: 10px 10px;


}

.header-menu ul.navmain li ul li a:hover {
	background:#fff;
	color:#303e48;
	text-decoration:none;
}

#header-topbar .row{
	margin:0;
	padding:0;
}

.logo-area a {

    margin: 0 0 4px -15px;

}


/*--------------------------------------------------------------
3.0 Alignments
--------------------------------------------------------------*/

.alignleft {
	display: inline;
	float: left;
	margin-right: 1.5em;
}

.alignright {
	display: inline;
	float: right;
	margin-left: 1.5em;
}

.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
}




.blogListrSection{
	margin:40px 0  0 0;
}




.about-box-layout3 .item-heading .item-title {
    margin: 5px 0 0 0;
    line-height: 0;
}
.slider-layout2 .slider-box-form .about-box-layout3 {
    padding: 20px 50px;
}
.slider-layout2 .slider-box-form {
    top: 87%;
}