/***************************************************************************************************************
* 1. common styles
* 2. topbar styles
* 3. header styles
* 4. slider styles
* 5. about styles
* 6. search-popup styles
* 7. footer styles
* 8. inner-banner styles
* 9. contact styles
* 10. sidebar styles
* 11. blog styles
* 12. faq styles
* 13. service styles
* 14. portfolio styles
* 15. cta styles
* 16. fact styles
* 17. team styles
* 18. feature styles
* 19. testimonials styles
* 20. video styles
* 21. shop styles
* 22. cart styles
* 23. checkout styles
* 24. history styles
***************************************************************************************************************/
/*
* 1. common styles
*/
body {
	/*font-family: "Helvetica Neue", Helvetica, Arial, sans-serif!important;*/
	font-family: "Poppins",sans-serif!important;
	font-size: 15px!important;
	line-height: 1.5!important;
	color: #111;
	direction: rtl;
}

#zqMessageDiv{    
    position: fixed;
    bottom: 0;
    right: 0;
    z-index: 2;
}
a,
a:hover,
a:active,
a:focus {
	text-decoration: none;
}
img{max-width: 100%;}
.clear { clear:both; margin:0; padding:0; height:0; font-size:0; line-height:0; width:0 }

.page-wrapper {
	position: relative;
	margin: 0 auto;
	width: 100%;
	min-width: 300px;
	overflow: hidden;
}
.about-box h3{color: #fdbb35;font-size: 26px}
.about-box h6{  font-weight: 600; font-size: 30px;margin: 20px 0;}
.center{text-align: center;}
h5{font-size: 20px;}
h3{font-weight: bold;}
.h1, .h2, .h3, h1, h2, h3 {
    margin-top: 0;
}
 

.block-title {
	margin-bottom: 40px;
}

.block-title__tag-line {
	margin: 0;
	line-height: 1em;
	text-transform: uppercase;
	color: #ff5860;
	font-size: 17px;
	letter-spacing: .1em;
}

.block-title__tag-line.block-title__white {
	opacity: .7;
}

.block-title__title {
	margin: 0;
    color: #000;
    font-size: 36px;
    font-weight: 600;
}
.section-title{}
.section-title h1{
    text-transform: capitalize;
    margin-bottom: -8px;
    font-size: 40px;
    font-weight: 700;
    color: #2e4db9;
}
.section-title ul li{
    display: inline-block;
    background-color: #2e4db9;
    
}
.section-title ul li:nth-of-type(1),
.section-title ul li:nth-of-type(5){
    width: 10px;
    height: 2px;
}
.section-title ul li:nth-of-type(2),
.section-title ul li:nth-of-type(4){
    width: 20px;
    height: 3px;
}

.section-title ul li:nth-of-type(3){
    width: 30px;
    height: 4px;
}
.section-title p{
    padding-top: 17px;
    padding-left: 15px;
    padding-right: 15px;
}

@media (max-width: 480px) {
	.block-title__title br {
		display: none;
	}
	.block-title{
		margin-bottom: 20px;
	}
}

@media (max-width: 320px) {
	.block-title__title {
		font-size: 30px;
	}
}

.block-title__text {
	margin: 0;
	color: #848484;
	font-size: 15px;
	line-height: 26px;
	margin-top: 25px;
}

.block-title__bold {
	font-weight: 700;
}

.block-title__white {
	color: #fff;
}

.block-title__base {
	color: #ff5860;
}

.block-title__black {
	color: #222222;
}


.thm-btn {
	border: none;
	outline: none;
	background-color: #ff5500;
	display: inline-block;
	vertical-align: middle;
	font-size: 17px;
	color: #fff;
	padding: 18px 31.4px;
	-webkit-transition: all .4s ease;
	transition: all .4s ease;
}

.thm-btn:hover {
	background-color: #222222;
	color: #fff;
}

.thm-btn i {
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	vertical-align: middle;
	font-size: 18px;
	margin-left: 13px;
}

/* Cursor Style */
.cursor {
	position: absolute;
	background-color: #fff;
	width: 6px;
	height: 6px;
	border-radius: 100%;
	z-index: 1;
	-webkit-transition: 0.2s cubic-bezier(0.75, -0.27, 0.3, 1.33) opacity, 0.3s cubic-bezier(0.75, -1.27, 0.3, 2.33) -webkit-transform;
	transition: 0.2s cubic-bezier(0.75, -0.27, 0.3, 1.33) opacity, 0.3s cubic-bezier(0.75, -1.27, 0.3, 2.33) -webkit-transform;
	transition: 0.3s cubic-bezier(0.75, -1.27, 0.3, 2.33) transform, 0.2s cubic-bezier(0.75, -0.27, 0.3, 1.33) opacity;
	transition: 0.3s cubic-bezier(0.75, -1.27, 0.3, 2.33) transform, 0.2s cubic-bezier(0.75, -0.27, 0.3, 1.33) opacity, 0.3s cubic-bezier(0.75, -1.27, 0.3, 2.33) -webkit-transform;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	pointer-events: none;
	z-index: 10000;
	-webkit-transform: scale(1);
	transform: scale(1);
	visibility: hidden;
}

.cursor {
	visibility: visible;
}

.cursor.active {
	opacity: 0.5;
	-webkit-transform: scale(0);
	transform: scale(0);
}

.cursor.hovered {
	opacity: 0.08;
}

.cursor-follower {
	position: absolute;
	background-color: RGBA(255, 255, 255, 0.3);
	width: 50px;
	height: 50px;
	border-radius: 100%;
	z-index: 1;
	-webkit-transition: 0.2s cubic-bezier(0.75, -0.27, 0.3, 1.33) opacity, 0.6s cubic-bezier(0.75, -1.27, 0.3, 2.33) -webkit-transform;
	transition: 0.2s cubic-bezier(0.75, -0.27, 0.3, 1.33) opacity, 0.6s cubic-bezier(0.75, -1.27, 0.3, 2.33) -webkit-transform;
	transition: 0.6s cubic-bezier(0.75, -1.27, 0.3, 2.33) transform, 0.2s cubic-bezier(0.75, -0.27, 0.3, 1.33) opacity;
	transition: 0.6s cubic-bezier(0.75, -1.27, 0.3, 2.33) transform, 0.2s cubic-bezier(0.75, -0.27, 0.3, 1.33) opacity, 0.6s cubic-bezier(0.75, -1.27, 0.3, 2.33) -webkit-transform;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	pointer-events: none;
	z-index: 10000;
	visibility: hidden;
}

.cursor-follower {
	visibility: visible;
}

.cursor-follower.active {
	opacity: 0.7;
	-webkit-transform: scale(1);
	transform: scale(1);
}

.cursor-follower.hovered {
	opacity: 0.08;
}

.cursor-follower.close-cursor:before {
	position: absolute;
	content: '';
	height: 25px;
	width: 2px;
	background: #fff;
	left: 48%;
	top: 12px;
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
	display: inline-block;
}

.cursor-follower.close-cursor:after {
	position: absolute;
	content: '';
	height: 25px;
	width: 2px;
	background: #fff;
	right: 48%;
	top: 12px;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}


.preloader {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 9999;
	background-color: #fff;
}

.preloader span {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
}

.scroll-to-top {
	display: inline-block;
	width: 60px;
	height: 60px;
	background: #ff5860;
	position: fixed;
	bottom: 40px;
	right: 40px;
	z-index: 990;
	text-align: center;
	-webkit-transition: all .4s ease;
	transition: all .4s ease;
	display: none;
	border-radius: 50%;
}

@media (max-width: 480px) {
	.scroll-to-top {
		width: 40px;
		height: 40px;
	}
}

.scroll-to-top i {
	font-size: 20px;
	line-height: 60px;
	color: #fff;
	position: relative;
	z-index: 10;
	-webkit-transition: all .4s ease;
	transition: all .4s ease;
}

@media (max-width: 480px) {
	.scroll-to-top i {
		font-size: 14px;
		line-height: 40px;
	}
}

.scroll-to-top:hover {
	background: #222222;
}

.scroll-to-top:hover i {
	color: #fff;
}

/*
* 2. topbar styles
*/
.topbar-one {
	background-color: #032c5b;
	/* padding: 13px 0; */
}
.topbar-one__left,.topbar-one__right{
	width: 50%
}
/*.topbar-one .container {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}
*/
/*@media (max-width: 991px) {
	.topbar-one .container {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
	}
}*/

@media (max-width: 991px) {
	
	.topbar-one__left, .topbar-one__right{
		width: auto;
	}
}

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

.topbar-one__social a {
	font-size: 13px;
	color: #fff;
	-webkit-transition: all .4s ease;
	transition: all .4s ease;
}

.topbar-one__social a+a {
	margin-left: 30px;
}

.topbar-one__social a:hover {
	color: #ff5860;
}

.topbar-one__links {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

@media (max-width: 767px) {
	.topbar-one__links a {
		-webkit-box-flex: 1;
		-ms-flex: 1 1 50%;
		flex: 1 1 50%;
		text-align: center;
	}
}

.topbar-one__links a+a {
	padding-left: 30px;
	margin-left: 30px;
	border-left: 1px dashed rgba(225, 227, 226, 0.2);
}

@media (max-width: 767px) {
	.topbar-one__links a+a {
		padding-left: 0;
		margin-left: 0;
		border: none;
	}
}

.topbar-one__search,
.topbar-one__cart {
	font-size: 19px;
	color: rgba(255, 255, 255, 0.5);
	-webkit-transition: all .4s ease;
	transition: all .4s ease;
}

@media (max-width: 767px) {

	.topbar-one__search,
	.topbar-one__cart {
		border-bottom: 1px dashed rgba(225, 227, 226, 0.2) !important;
		padding-bottom: 10px;
		margin-bottom: 10px;
	}
}

@media (max-width: 425px) {

	.topbar-one__search,
	.topbar-one__cart {
		margin-bottom: 0;
	}
}

.topbar-one__search:hover,
.topbar-one__cart:hover {
	color: #fff;
}

.topbar-one__link {
	color: #fff;
	font-size: 15px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-transition: all .4s ease;
	transition: all .4s ease;
}

.topbar-one__link:hover {
	color: #ea3e00;
}

.topbar-one__link i {
	color: #fdbb35;
	font-size: 18px;
	margin-right: 10px;
}

@media (max-width: 425px) {
	.topbar-one__link {
		text-align: center;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
	}
}

@media (max-width: 375px) {
	.topbar-one__link {
		-webkit-box-flex: 1 !important;
		-ms-flex: 1 1 100% !important;
		flex: 1 1 100% !important;
	}
}

/*
* 3. header styles
*/
.header-navigation {
	background-color: transparent;
	margin-bottom: 0;
	border: none;
	border-radius: 0;
	padding: 0;
	position: relative;
	background-color: transparent;
}

.header-navigation .container {
	background: transparent;
	position: relative;
	display: block;
}

.header-navigation .container .logo-box {
	float: right;
}

.header-navigation .container .navbar-brand {
	height: auto;
	margin: 3px;
	padding: 0;
}

.header-navigation .container .menu-toggler {
	display: none;
}

.header-navigation .container .right-side-box {
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	right: 15px;
}

.header-navigation .main-navigation {
	float: right;
	text-align: right;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

@media (min-width: 1200px) {
	.header-navigation .main-navigation {
		display: -webkit-box !important;
		display: -ms-flexbox !important;
		display: flex !important;
	}
}

.header-navigation ul.navigation-box {
	margin: 0;
	padding: 0;
	list-style: none;
}

.header-navigation ul.navigation-box li a .sub-nav-toggler {
	display: none;
}

.header-navigation ul.navigation-box>li {
	position: relative;
	padding: 28px 0;
	display: inline-block;
	vertical-align: middle;
}

.header-navigation ul.navigation-box>li+li {
	margin-right: 25px;
}

.header-navigation ul.navigation-box>li:first-child {
}

.header-navigation ul.navigation-box>li:last-child {
	padding-right: 0;
}

.header-navigation ul.navigation-box>li>a {
	font-weight: 500;
	
	font-size: 17px;
	color: #222222;
	padding: 0; 
	position: relative;
}

.header-navigation ul.navigation-box>li>a:after {
	content: "\f107";
	font-family: FontAwesome;
	margin-left: 10px;
}

.header-navigation ul.navigation-box>li>a:only-child:after {
	content: '';
	display: none;
}

.header-navigation ul.navigation-box>li.current>a,
.header-navigation ul.navigation-box>li:hover>a {
	color: #ff5860;
}

.header-navigation ul.navigation-box>li>.submenu {
	position: absolute;
	top: 100%;
	right: 0;
	z-index: 1000;
	float: left;
	min-width: 220px;
	padding: 0px 0px;
	text-align: right;
	list-style: none;
	background-color: #12437d;
	background-clip: padding-box;
	opacity: 0;
	border-radius: 0px;
	visibility: hidden;
	transform: translateY(30px);
	box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
}

@media (min-width: 1200px) {
	.header-navigation ul.navigation-box>li>.submenu {
		display: block !important;
	}
}

.header-navigation ul.navigation-box>li>.submenu.right-align {
	left: auto;
	right: 0;
}

.header-navigation ul.navigation-box>li>.submenu.center-align {
	left: 50%;
	-webkit-transform: translateX(-50%)  translateY(30px);;
	transform: translateX(-50%) translateY(30px);;
}

.header-navigation ul.navigation-box>li>.submenu>li {
	display: block;
	position: relative; 
}

.header-navigation ul.navigation-box>li>.submenu>li+li {
	border-top: 1px solid #0f2c496b;
}

.header-navigation ul.navigation-box>li>.submenu>li>a {
	font-size: 15px;
	color: #fff;
	font-weight: 400;
	padding: 5px 20px;
	display: block;
	line-height: 26px;
	white-space: nowrap;
	position: relative; 
}

.header-navigation ul.navigation-box>li>.submenu>li:hover>a {
	color: #fff;
	background: #f27e12;
}

.header-navigation ul.navigation-box>li:hover:before {
	-webkit-transform: scale(1, 1);
	transform: scale(1, 1);
	-webkit-transform-origin: left bottom;
	transform-origin: left bottom;
}

.header-navigation ul.navigation-box>li:hover>.submenu {
	opacity: 1;
	visibility: visible;
	transform: translateY(0px);
}

.header-navigation ul.navigation-box>li>ul>li>.submenu {
	position: absolute;
	top: 0%;
	right: 100%;
	z-index: 1000;
	float: left;
	min-width: 220px;
	padding: 0px 0px;
	text-align: right;
	list-style: none;
	background-color: #12437d;
	background-clip: padding-box;
	opacity: 0;
	border-radius: 0px;
	visibility: hidden;
	transform: translateX(30px);
	/* border-top: 4px solid #21bcd8; */
	box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
}

@media (min-width: 1200px) {
	.header-navigation ul.navigation-box>li>ul>li>.submenu {
		display: block !important;
	}
}


.header-navigation ul.navigation-box>li>ul>li>.submenu.right-align {
	left: auto;
	right: 100%;
}

.header-navigation ul.navigation-box>li>ul>li>.submenu.center-align {
	left: 50%;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
}

.header-navigation ul.navigation-box>li>ul>li>.submenu>li {
	display: block;
	position: relative; 
}

.header-navigation ul.navigation-box>li>ul>li>.submenu>li+li {
	border-top: 1px solid #0f2c496b;
}

.header-navigation ul.navigation-box>li>ul>li>.submenu>li>a {
	font-size: 15px;
	color: #fff;
	font-weight: 400;
	padding: 5px 20px;
	display: block;
	line-height: 26px;
	white-space: nowrap;
	position: relative;
}

.header-navigation ul.navigation-box>li>ul>li>.submenu>li:hover>a {
	color: #fff;
	background: #f27e12;
}

.header-navigation ul.navigation-box>li>ul>li:hover>.submenu {
	opacity: 1;
	visibility: visible;
	transform: translateX(0);
}

.header-navigation ul.navigation-box>li>ul>li ul {
	/* no more nested showen */
	display: none;
}

.stricked-menu {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 999;
	background-color: #fff;
	-webkit-box-shadow: 0px 6px 13px 0px RGBA(0, 0, 0, 0.06);
	box-shadow: 0px 6px 13px 0px RGBA(0, 0, 0, 0.06);
	opacity: 0;
	-webkit-transform: translateY(-110%);
	transform: translateY(-110%);
	-webkit-transition: all .4s ease;
	transition: all .4s ease;
}

.stricked-menu ul.navigation-box>li {
	padding-top: 28px;
	padding-bottom: 28px;
}

.stricked-menu.stricky-fixed {
	opacity: 1;
	-webkit-transform: translateY(0%);
	transform: translateY(0%);
}

.header-one__btn {
	padding: 12px 37px;
}

.site-header__header-one .header-navigation {
	z-index: 99;
	border-bottom: 1px solid #eee;
}


.site-header__header-one .stricked-menu .logo-box:before {
	height: 30px;
}

.site-header__header-one .header-navigation .main-navigation {
	float: none;
	text-align: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	padding-right: 55px;
}

.site-header__header-one .header-navigation .container {
	padding-right: 15px;
}

.site-header__header-one .header-navigation ul.navigation-box+ul.navigation-box {
	margin-left: 50px;
}

.site-header__header-one .header-navigation ul.navigation-box>li>a {
	font-size: 17px;	
	color: #222222;
}

.site-header__header-one .header-navigation ul.navigation-box>li.current>a,
.site-header__header-one .header-navigation ul.navigation-box>li:hover>a {
	color: #2e3192;
}

.site-header__header-two {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	background-color: transparent;
}

.site-header__header-two .header-navigation {
	background-color: #fff;
	max-width: 1170px;
	width: 100%;
	padding-left: 15px;
	padding-right: 15px;
	margin-left: auto;
	margin-right: auto;
}

.site-header__header-two .header-navigation .main-navigation {
	padding-left: 0;
}

.site-header__header-two .header-navigation .logo-box {
	padding: 0;
	background-color: transparent;
}

.site-header__header-two .header-navigation .logo-box::before {
	display: none;
}

.site-header__header-two .stricked-menu {
	width: 100%;
	max-width: 100%;
}

.site-header__header-four {
	background-color: #21bcd8;
}

.site-header__header-four .header-navigation .logo-box {
	background-color: transparent;
	padding: 0;
}

.site-header__header-four .header-navigation .logo-box::before {
	display: none;
}

.site-header__header-four .header-navigation ul.navigation-box>li>a {
	color: #BFF5FF;
}

.site-header__header-four .header-navigation .main-navigation {
	padding-left: 0;
}

.site-header__header-four .site-header__qoute-btn {
	background-color: #fff;
	color: #222222;
}

.site-header__header-four .site-header__qoute-btn:hover {
	background-color: #ff5860;
	color: #fff;
}

.site-header__header-four .stricked-menu {
	background-color: #21bcd8;
}

.site-header__header-five {
	background-color: transparent;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 99;
}

.site-header__header-five .header-navigation .logo-box {
	background-color: transparent;
	padding: 0;
}

.site-header__header-five .header-navigation .logo-box::before {
	display: none;
}

.site-header__header-five .header-navigation ul.navigation-box>li>a {
	color: #ffffff;
}

.site-header__header-five .header-navigation .main-navigation {
	padding-left: 0;
}

.site-header__header-five .stricked-menu {
	background-color: #21bcd8;
}

.site-header__home-one .header-navigation .logo-box {
	padding-left: 0;
	padding-right: 85px;
	background-color: transparent;
}

.site-header__home-one .header-navigation .logo-box img {
	position: relative;
	z-index: 13;
}

.site-header__home-one .header-navigation .logo-box::before {
	top: 0;
	right: 0;
	height: calc(100% + 20px);
	width: 100000px;
	left: auto;
	-webkit-transform: skewX(-10deg);
	transform: skewX(-10deg);
	-webkit-clip-path: none;
	clip-path: none;
	z-index: 12;
}
.header-navigation ul.navigation-box>li.lang{border-left: 1px solid #eee;
    border-right: 1px solid #eee;
    padding-left: 20px;
    padding-right: 20px;
    margin-left: 45px;
}
@media (max-width: 1024px) {
	.header-navigation ul.navigation-box>li+li{margin-left: 10px;}
	.header-navigation ul.navigation-box>li.lang{margin-left: 10px;}
}
@media (max-width: 900px) {
	.header-navigation ul.navigation-box>li+li{margin-left: 13px;}
	.site-header__header-one .header-navigation ul.navigation-box>li>a{
		font-weight: normal;
		font-size: 15px;
	}
	.header-navigation ul.navigation-box>li{
		padding: 10px 0;
	}
}
@media (max-width: 768px) {
	.header-navigation ul.navigation-box>li+li{
		margin-left: 20px;
	}
	.site-header__header-one .header-navigation ul.navigation-box>li>a{
		font-size: 16px;
	}
	.header-navigation ul.navigation-box>li>ul>li>.submenu>li>a{
		font-size: 14px;
		padding: 5px 20px 5px 35px;
	}
	.header-navigation ul.navigation-box>li.lang{margin-left: 0;border-left: 0;border-right: 0}
}
@media (max-width: 1199px) {
	.site-header__home-one .header-navigation .logo-box::before {
		display: none;
	}
}

.site-header__home-one .header-navigation .logo-box:after {
	content: '';
	position: absolute;
	background-color: #21bcd8;
	z-index: 10;
	top: 0;
	right: -15px;
	height: calc(100% + 35px);
	width: 100000px;
	opacity: 0.2;
	-webkit-transform: skewX(-10deg);
	transform: skewX(-10deg);
}

@media (max-width: 1199px) {
	.site-header__home-one .header-navigation .logo-box:after {
		display: none;
	}
}

.site-header__home-one .header-navigation .main-navigation {
	padding-left: 80px;
}

.site-header__home-one .stricked-menu .logo-box {
	padding-top: 15px;
	padding-bottom: 5px;
}

.site-header__home-one .stricked-menu .logo-box::before {
	height: calc(100% + 10px);
}

.site-header__home-one .stricked-menu .logo-box:after {
	content: '';
	height: calc(100% + 25px);
}


.white{border-bottom: 1px solid rgba(255,255,255,0.1);background: #ffffffc7}
/*.white .header-navigation ul.navigation-box>li>a{color: rgba(255,255,255);}*/

/*.white .header-navigation ul.navigation-box>li.current>a, .white .header-navigation ul.navigation-box>li:hover>a {*/
    /*color: rgba(255,255,255,.8);*/
/*}*/



.white .stricky-fixed  ul.navigation-box>li>a,.white .stricky-fixed ul li i{
  color: #333;
}
.white .stricky-fixed ul.navigation-box>li.current>a, .white .stricky-fixed ul.navigation-box>li:hover>a{
      color: #385CBA;
}
@media (max-width: 767px){
  .white .header-navigation ul.navigation-box > li > a {
    color: #333;
    font-size: 14px;
    /* padding: 5px!important; */
  }
  .top-header{position: relative!important;}
}

/*
* 4. slider styles
*/
.slider-one__title {
	margin: 0;
	color: #febc35;
	font-size: 55px;
	line-height: 1.3;
	font-weight: 700;
	-webkit-animation-duration: 2s;
	animation-duration: 2s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
	-webkit-backface-visibility: visible !important;
	backface-visibility: visible !important;
}

@media (max-width: 767px) {
	.slider-one__title {
		font-size: 40px;
		line-height: 1.25em;
	}
}

@media (max-width: 375px) {
	.slider-one__title {
		font-size: 35px;
	}
}

@media (max-width: 320px) {
	.slider-one__title {
		font-size: 28px;
	}

	.slider-one__title br {
		display: none;
	}
}

.slider-one__text {
	margin: 0;
	color: #fff;
	font-size: 17px;
	letter-spacing: .02em;
	margin-top: 15px;
	-webkit-animation-duration: 1s;
	animation-duration: 1s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
	-webkit-backface-visibility: visible !important;
	backface-visibility: visible !important;
}

@media (max-width: 767px) {
	.slider-one__text {
		width: 70%;
		line-height: 1.4em;
	}
}

@media (max-width: 375px) {
	.slider-one__text {
		width: 100%;
	}
}

.banner-content{
	position: absolute;
	top: 25%;
	width: 60%;
	left: 10%;
}
.slider-one .active .slider-one__title {
	-webkit-animation-name: fadeInDown;
	animation-name: fadeInDown;
	-webkit-animation-delay: .5s;
	animation-delay: .5s;
}

.slider-one .active .slider-one__text {
	-webkit-animation-name: fadeInUp;
	animation-name: fadeInUp;
	-webkit-animation-delay: 1s;
	animation-delay: 1s;
}

[class*=slider-one__slider-],
[class*=slider-two__slider-],
[class*=slider-three__slider-] {
	background-color: #222222;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
}

/*[class*=slider-one__slider-] {
	padding-top: 196px;
	padding-bottom: 281px;
}*/

@media (max-width: 767px) {
	/*[class*=slider-one__slider-] {
		padding-top: 140.5px;
		padding-bottom: 140.5px;
	}*/
}

[class*=slider-two__slider-] {
	padding-top: 333px;
	padding-bottom: 213px;
}

@media (max-width: 767px) {
	[class*=slider-two__slider-] {
		padding-top: 190px;
		padding-bottom: 100px;
	}
}

@media (max-width: 375px) {
	[class*=slider-two__slider-] {
		background-position: top left;
	}
}


.slider-one .owl-theme .owl-dots,
.slider-two .owl-theme .owl-dots {
	position: absolute;
	top: 50%;
	right: 2%;
	transform: translateY(-50%);
	display: flex;
	flex-direction: column;
}

@media(max-width: 767px) {

	.slider-one .owl-theme .owl-dots,
	.slider-two .owl-theme .owl-dots {
		display: none !important;
	}
}

.slider-two .owl-theme .owl-dots .owl-dot+.owl-dot,
.slider-one .owl-theme .owl-dots .owl-dot+.owl-dot {
	margin-top: 15px;
}

.slider-one .owl-theme .owl-dots .owl-dot span,
.slider-two .owl-theme .owl-dots .owl-dot span {
	padding: 0;
	margin: 0;
	width: 16px;
	height: 16px;
	background-color: transparent;
	border: 2px solid #fff;
	transition: all 500ms ease;
	display: inline-block;
    border-radius: 50%;
}

.slider-one .owl-theme .owl-dots .owl-dot:hover span,
.slider-two .owl-theme .owl-dots .owl-dot:hover span,
.slider-two .owl-theme .owl-dots .owl-dot.active span,
.slider-one .owl-theme .owl-dots .owl-dot.active span {
	background-color: #febc35;
	border: 2px solid #febc35;
}

.slider-two__linear-text {
	-webkit-text-fill-color: transparent;
	-webkit-text-stroke-width: 0.2px;
	-webkit-text-stroke-color: #fff;
}

.slider-two__btn {
	margin-top: 50px;
	padding-left: 36px;
	padding-right: 36px;
	-webkit-animation-duration: 1s;
	animation-duration: 1s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
	-webkit-backface-visibility: visible !important;
	backface-visibility: visible !important;
}

@media (max-width: 767px) {
	.slider-two__btn {
		margin-top: 20px;
	}
}

.slider-two .slider-one__title {
	font-size: 60px;
	line-height: 65px;
}

@media (max-width: 767px) {
	.slider-two .slider-one__title {
		font-size: 40px;
		line-height: 45px;
	}
}

@media (max-width: 375px) {
	.slider-two .slider-one__title {
		font-size: 35px;
		line-height: 40px;
	}
}

@media (max-width: 320px) {
	.slider-two .slider-one__title {
		font-size: 27px;
		line-height: 35px;
	}
}

.slider-two .slider-one__text {
	margin-top: 30px;
}

@media (max-width: 767px) {
	.slider-two .slider-one__text {
		margin-top: 10px;
	}
}

.slider-two .active .slider-one__title {
	-webkit-animation-name: fadeInDown;
	animation-name: fadeInDown;
	-webkit-animation-delay: .5s;
	animation-delay: .5s;
}

.slider-two .active .slider-one__text {
	-webkit-animation-name: fadeInUp;
	animation-name: fadeInUp;
	-webkit-animation-delay: 1s;
	animation-delay: 1s;
}

.slider-two .active .slider-two__btn {
	-webkit-animation-name: fadeInUp;
	animation-name: fadeInUp;
	-webkit-animation-delay: 1.5s;
	animation-delay: 1.5s;
}

/*.slider-one__home-three [class*=slider-one__slider-] {
	text-align: center;
}*/

.slider-one__home-four [class*=slider-one__slider-] {
	padding-top: 183px;
	padding-bottom: 298px;
}

.slider-two__home-five [class*=slider-two__slider-] {
	padding-top: 260px;
	padding-bottom: 280px;
}

.slider-two__home-five .slider-two__btn {
	background-color: #fff;
	color: #222222;
}
.slider-two__home-five .slider-two__btn:hover {
	background-color: #21bcd8;
	color: #ffffff;
}

/*
* 5. about styles
*/
.about-one .block-title {
	border-bottom: 1px solid #e5e5e5;
	margin-bottom: 40px;
	padding-bottom: 35px;
}

@media (max-width: 991px) {
	.about-one .block-title {
		margin-bottom: 20px;
	}
}

.about-one__inner-container {
	padding-left: 60px;
	padding-right: 60px;
	padding-top: 70px;
	padding-bottom: 70px;
	background-color: #fff;
	-webkit-box-shadow: 0px 21px 35px 0px RGBA(28, 58, 104, 0.1);
	box-shadow: 0px 21px 35px 0px RGBA(28, 58, 104, 0.1);
	position: relative;
	z-index: 100;
	margin-top: -100px;
}

@media (max-width: 767px) {
	.about-one__inner-container {
		margin-top: -50px;
	}
}

@media (max-width: 480px) {
	.topbar-one__social a+a{
		margin-left: 5px;
	}
	.about-one__inner-container {
		margin-top: -40px;
	}
}

@media (max-width: 375px) {
	.about-one__inner-container {
		padding-left: 15px;
		padding-right: 15px;
	}
}

.about-one__inner-container::before,
.about-one__inner-container::after {
	content: '';
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	background-color: #fff;
}

.about-one__inner-container::before {
	top: -15px;
	-webkit-transform: scaleX(0.948);
	transform: scaleX(0.948);
	opacity: 0.7;
}

.about-one__inner-container::after {
	top: -30px;
	-webkit-transform: scaleX(0.897);
	transform: scaleX(0.897);
	opacity: 0.5;
}

.about-one__inner-container .row {
	position: relative;
	z-index: 10;
}

.about-one__feature {
	width: 100%;
	max-width: 267px;
}

@media (max-width: 991px) {
	.about-one__feature {
		margin-top: 40px;
	}
}

.about-one__feature-icon {
	font-size: 60px;
	color: #ff5860;
}

.about-one__feature-title {
	margin: 0;
	font-size: 24px;
	color: #222222;
	margin-top: 45px;
}

.about-one__feature-title a {
	color: inherit;
	-webkit-transition: all .4s ease;
	transition: all .4s ease;
}

.about-one__feature-title a:hover {
	color: #ff5860;
}

.about-one__feature-text {
	margin: 0;
	font-size: 15px;
	line-height: 26px;
	color: #222222;
	margin-top: 20px;
}

@media (min-width: 1200px) {
	.about-one__content .row {
		position: relative;
	}

	.about-one__content .row:before {
		content: '';
		width: 1px;
		height: 222px;
		background-color: #e5e5e5;
		position: absolute;
		top: 50%;
		left: 44.5%;
		transform: translate(-50%, -50%);
	}
}

@media (max-width: 1199px) {
	.about-one__image {
		display: none;
	}
}

@media (max-width: 991px) {
	.about-one__image {
		display: inline-block;
		position: absolute;
		bottom: 0px;
		right: -100px;
	}
}

@media (max-width: 767px) {
	.about-one__image {
		position: relative;
		bottom: 0px;
		right: 0px;
		margin-top: 40px;
		max-width: 100%;
	}
}



.about-two__img {
	/*padding-right: 30px;*/
	position: relative;
	display: inline-block;
}

.about-two__img::before {
	content: '';
	background-image: url(../images/resources/pattern-1-1.png);
	background-position: 0 0;
	width: 125px;
	height: 125px;
	position: absolute;
	top: 28%;
	left: -1.5%;
	-webkit-transform: translateY(-50%) translateX(-50%);
	transform: translateY(-50%) translateX(-50%);
	z-index: -1;
}

[class*=about-two__img-] {
	-webkit-box-shadow: 0px 30px 50px 0px rgba(8, 13, 62, 0.15);
	box-shadow: 0px 30px 50px 0px rgba(8, 13, 62, 0.15);
}

.about-two__img-2 {
	position: absolute;
	top: 0;
	right: 0;
	z-index: 10;
	-webkit-transform: translateX(-70%) translateY(50%);
	transform: translateX(-70%) translateY(50%);
}

.about-two {
	padding-top: 50px;
	padding-bottom: 20px;
}

.about-two .block-title {
	margin-bottom: 0;
}

.about-two__text {
	font-size: 15px;
	line-height: 26px;
	color: #555;
	margin: 0;
	margin-top: 10px;
}

.about-two__list {
	margin: 0;
	margin-top: 20px;
	margin-bottom: 30px;
}

.about-two__list li {
	position: relative;
	font-size: 15px;
	color: #222222;
	padding-left: 25px;
}

.about-two__list li+li {
	margin-top: 15px;
}

.about-two__list li i {
	color: #ff5860;
	font-size: 10px;
	left: 0;
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}

.about-two__home-two .about-two__img {
	padding-right: 0;
}

.about-two__home-two .about-two__content {
	padding-left: 0;
	padding-right: 30px;
}

.about-two__home-two .row {
	-webkit-box-orient: horizontal;
	-webkit-box-direction: reverse;
	-ms-flex-direction: row-reverse;
	flex-direction: row-reverse;
}

.about-three {
	background-color: #fff2f2;
	padding-bottom: 10px;
	padding-top: 70px;
}

.about-three .block-title__bold {
	font-weight: 500;
}
.about-two__img-1{
	max-width: 100%;
}
.about-two__home-three [class*=about-two__img-] {
	-webkit-box-shadow: 0px 30px 50px 0px rgba(8, 13, 62, 0);
	box-shadow: 0px 30px 50px 0px rgba(8, 13, 62, 0);
}

.about-two__home-three .about-two__img::before {
	display: none;
}

.about-two__home-three .about-two__text {
	/* margin-bottom: 30px; */
}

 ul.services-list li {
    margin-bottom: 6px;
    color: #333;
  
    list-style: inside;
    font-weight: 400;
    list-style-type: none;
    position: relative;
    padding-left: 20px;
}
 ul.services-list li:before {
    content: "";
    width: 6px;
    height: 6px;
    background-color: #fff;
    border-radius: 100px;
    position: absolute;
    top: 11px;
    left: 0;
    background: #fec24a;
}




/*-- team --*/

.team{padding-bottom: 50px;}
.team-heading p{
	color:#666;
}
.tab1 .team-img-w3-agile{
	  background: url(../images/team-1.png)no-repeat 0px 0px;
}
.tab2 .team-img-w3-agile{  
	  background: #ffffff url(../images/team-2.png)no-repeat 0px 0px;
}
.tab3 .team-img-w3-agile{
	  background: url(../images/team-3.png)no-repeat 0px 0px;
}
.tab4 .team-img-w3-agile{
	  background: url(../images/team-4.png)no-repeat 0px 0px;
}
.tab1 .team-img-w3-agile,.tab2 .team-img-w3-agile,.tab3 .team-img-w3-agile,.tab4 .team-img-w3-agile{
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    -ms-background-size: cover;
    background-size: cover;
    width: 300px;
    min-height: 300px;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -o-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
}





@media screen and (max-width: 480px) {
	.about-two__home-three .about-two__text{
		display: -webkit-box;
		-webkit-line-clamp:9;
		-webkit-box-orient:vertical;
		overflow: hidden;
	}

	.team{padding-bottom: 20px;}
	.tab1 .team-img-w3-agile,.tab2 .team-img-w3-agile,
	.tab3 .team-img-w3-agile,.tab4 .team-img-w3-agile{
		width: 250px;
		min-height: 250px;
	}
	.team-Info-agileits h4{font-size: 26px;}
	.team-Info-agileits{
		padding: 1em 0;
	}
}



.inner_w3l_agile_grids {
    margin-top: 2em;
}
.w3_agileits_social_media.team_agile_w3l {
    margin: 0;
    float: none;
    padding: 0;
}
li.agileinfo_share.team {
    color: #444;
    font-weight: 700;
    letter-spacing: 4px;
}
.w3_agileits_social_media {
    float: right;
    padding: 6em 6em 0 0em;
       margin-top: 7em;
}
ul.social-icons3{
	display:block;
	padding: 0;
	margin-top: 1em;
}
ul.social-icons3 li{
	display:inline-block;
}
ul.social-icons3 li a{  
    display: block;
    height: 35px;
    width: 35px;
    margin-right: 1em;
    -webkit-transition: .5s all;
    transition: .5s all;
    -moz-transition: .5s all;
	    margin-right: 0.4em;
	-webkit-transition: .5s all;
    transition: .5s all;
    -moz-transition: .5s all;
	box-shadow: 0 10px 20px rgba(0, 0, 0, 0.16);
    -webkit-box-shadow: 0 10px 20px rgba(0, 0, 0, 0.16);
    -moz-box-shadow: 0 10px 20px rgba(0, 0, 0, 0.16);
    -o-box-shadow: 0 10px 20px rgba(0, 0, 0, 0.16);
    -ms-box-shadow: 0 10px 20px rgba(0, 0, 0, 0.16);
    line-height: 35px;
	color:#fff;
	border-radius:50%;
	-webkit-border-radius:50%;
	-moz-border-radius:50%;
	-o-border-radius:50%;
	text-align:center;
}
ul.social-icons3 li a.wthree_facebook{
	 background:#4D669C;
}
ul.social-icons3 li a.wthree_twitter{
	 background:#1da1f2;
}
ul.social-icons3 li a.wthree_dribbble{
	 background:#ea4c89;
}
ul.social-icons3 li a.wthree_behance{
	 background:#0096ff;
}
ul.social-icons3 li a:hover{
	text-decoration:none;
	opacity:0.8;
}
li.agileinfo_share {
    color: #212121;
    letter-spacing: 1px;
    margin-right: 10px;
    font-size: 1.3em;
    font-weight: 600;
}
/*-- //team --*/




/*
* 6. search-popup styles
*/

/*
* 7. footer styles
*/
/*footer widget*/
 
 
/*
* 8. inner-banner styles
*/
.inner-banner {
	position: relative;
	background-position: center top;
	background-image: url(../images/backgrounds/inner-banner-bg-1-1.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	background-attachment: fixed;
}

.inner-banner::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: #000;
	opacity: 0.65;
}

.inner-banner .container {
	padding-top: 193px;
	padding-bottom: 213px;
	position: relative;
	text-align: center;
}

.inner-banner__title {
	margin: 0;
	color: #fff;
	font-size: 50px;
	font-weight: bold;
}

.thm-breadcrumb {
	margin: 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	margin-top: 10px;
}

.thm-breadcrumb li {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.thm-breadcrumb li+li:before {
	content: '\f105';
	font-family: 'FontAwesome';
	font-size: 16px;
	color: #fff;
	margin-left: 10px;
	margin-right: 10px;
}

.thm-breadcrumb li a {
	font-size: 16px;
	color: #fff;
}

.thm-breadcrumb li.active a {
	color: #ff5860;
}

/*
* 9. contact styles
*/
.contact-info-one {
	padding-top: 120px;
	padding-bottom: 90px;
}

.contact-info-one__single {
	text-align: center;
	background-color: white;
	-webkit-box-shadow: 0px 12px 39px 0px rgba(8, 18, 109, 0.08);
	box-shadow: 0px 12px 39px 0px rgba(8, 18, 109, 0.08);
	padding-top: 78px;
	padding-bottom: 78px;
	margin-bottom: 30px;
}

.contact-info-one [class*=indext-icon-] {
	font-size: 62px;
	color: #ff5860;
}

.contact-info-one__title {
	margin: 0;
	font-size: 24px;
	font-weight: 500;
	color: #222222;
	margin-top: 40px;
}

.contact-info-one__text {
	margin: 0;
	color: #848484;
	font-size: 17px;
	line-height: 26px;
	margin-top: 30px;
}



.google-map__contact {
	width: 100%;
	height: 758px;
	border: none;
	display: block;
}

/*
* 10. sidebar styles
*/
@media (max-width: 991px) {
	.sidebar {
		width: 100%;
		max-width: 370px;
	}
}

.sidebar__single {
	background-color: rgba(0,0,0,.075);
	padding: 40px;
}

.sidebar__single+.sidebar__single {
	margin-top: 30px;
}

.sidebar__title {
	margin: 0;
	color: #222222;
	font-size: 24px;
	font-weight: 500;
}

.sidebar__title-wrap {
	margin-bottom: 35px;
}

.sidebar__tag-line {
	font-size: 15px;
	line-height: 26px;
	color: #848484;
	margin: 0;
	margin-top: 15px;
}











.blog-grid {
	padding-top: 120px;
	padding-bottom: 55px;
}

.blog-grid .blog-one__single {
	margin-bottom: 65px;
}

.blog-classic {
	padding-top: 80px;
	padding-bottom: 50px;
}



.blog-classic .thm-btn {
	padding: 10px 30px;
}



.blog-details__subtitle {
	font-size: 24px;
	font-weight: 600;
	color: #222222;
	margin: 0;
	margin-bottom: 25px;
}

.blog-tags-list,
.blog-share-links {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	margin: 0;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.blog-tags-list span,
.blog-share-links span {
	margin: 0;
	
	font-weight: 500;
	color: #222222;
	font-size: 20px;
}

.blog-tags-list a {
	color: #848484;
	font-size: 17px;
	line-height: 1em;
	margin-left: 10px;
}

.blog-share-links {
	margin-top: 10px;
}

.blog-share-links a {
	font-size: 17px;
	color: #c2c2c2;
	-webkit-transition: all .4s ease;
	transition: all .4s ease;
	margin-left: 30px;
}

.blog-share-links a:hover {
	color: #222222;
}

@media screen and (max-width: 480px) {
	 .icon-both{clear: both;}

	.blog-one{padding: 15px 0;}
}

.comment-block__title,
.comment__title {
	margin: 0;
	color: #222222;
	font-size: 24px;
	font-weight: 500;
}

.comment__title {
	margin-bottom: 40px;
}

.comment-block__title {
	font-size: 20px;
	line-height: 1em;
}



.leave-comment {
	margin-top: 70px;
}

.leave-comment__input {
	border: none;
	outline: none;
	background-color: transparent;
	width: 100%;
	height: 55px;
	border: 1px solid #e5e5e5;
	padding-left: 20px;
	display: block;
	margin-bottom: 30px;
}

textarea.leave-comment__input {
	height: 200px;
	padding-top: 15px;
}

.blog-classic__home-four {
	padding-bottom: 120px;
}



.blog-pagination {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.blog-pagination__link {
	border-style: solid;
	border-width: 2px;
	border-color: rgba(142, 209, 88, 0.5);
	background-color: rgba(255, 255, 255, 0);
	color: #848484;
	font-size: 17px;
	font-weight: 500;
	padding: 15px 23px;
	-webkit-transition: all .4s ease;
	transition: all .4s ease;
}

.blog-pagination__link.active,
.blog-pagination__link:hover {
	border-color: #ff5860;
	color: #fff;
	background-color: #ff5860;
}

.blog-pagination__link+.blog-pagination__link {
	margin-left: 10px;
}



/*
* 13. service styles
*/
.service-one {
	background-color: #16172e;
	padding-top: 110px;
	position: relative;
	margin-bottom: 160px;
}

.service-one__cog {
	position: absolute;
	top: -80px;
	left: -80px;
	opacity: 0.05;
	animation: cogMove 10s linear infinite;
}

@keyframes cogMove {
	0% {
		transform: rotate(0deg);
	}

	25% {
		transform: rotate(45deg);
	}

	50% {
		transform: rotate(90deg);
	}

	75% {
		transform: rotate(135deg);
	}

	100% {
		transform: rotate(180deg);
	}
}

.service-one__moc {
	position: absolute;
	bottom: -22%;
	left: 45px;
	animation: carenMove 5s ease-in infinite;

}

@keyframes carenMove {
	0% {
		transform: translateY(0px);
	}

	25% {
		transform: translateY(15px);
	}

	50% {
		transform: translateY(30px);
	}

	75% {
		transform: translateY(15px);
	}

	100% {
		transform: translateY(0px);
	}
}

.service-one__title-block .block-title {
	margin-bottom: 35px;
}

.service-one__title-block .block-title__text {
	margin-top: 25px;
}

.service-one__title-block .block-title__title,
.service-one__title-block .block-title__text {
	color: #fff;
}

.service-one__img {
	overflow: hidden;
	position: relative;
}

.service-one__img::before {
	content: '';
	background-color: #222222;
	opacity: 0;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	-webkit-transform: perspective(300px) translateZ(100px);
	transform: perspective(300px) translateZ(100px);
	z-index: 10;
	-webkit-transition: opacity .4s ease, -webkit-transform .4s ease;
	transition: opacity .4s ease, -webkit-transform .4s ease;
	transition: transform .4s ease, opacity .4s ease;
	transition: transform .4s ease, opacity .4s ease, -webkit-transform .4s ease;
}

.service-one__img>img {
	width: 100%;
	-webkit-transform: scale(1);
	transform: scale(1);
	-webkit-transition: -webkit-transform .4s ease;
	transition: -webkit-transform .4s ease;
	transition: transform .4s ease;
	transition: transform .4s ease, -webkit-transform .4s ease;
}
 

.service-one__content {
	margin-left: -5px;
	margin-right: -5px;
	margin-top: -10px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	padding-left: 40px;
	position: relative;
	top: 160px;
	margin-top: -160px;
}

  

.service-page-one {
	padding-bottom: 90px;
	padding-top: 120px;
	background-color: #fff;
	margin-bottom: 0;
}
 

.service-page-one .service-one__title {
	font-size: 22px;
	margin-top: -5px;
}

.service-page-one i.indext-icon-service-1-5 {
	font-size: 30px;
}
 

.service-details {
	padding: 120px 0;
}

.service-details__list {
	margin: 0;
}

.service-details__list li a {
	font-size: 17px;
	font-weight: 500;
	color: #222222;
	display: block;
	background-color: #fff2f2;
	
	padding-top: 18px;
	padding-bottom: 18px;
	padding-left: 40px;
	-webkit-transition: all .4s ease;
	transition: all .4s ease;
}

.service-details__list li+li {
	margin-top: 3px;
}

.service-details__list li:hover a,
.service-details__list li.active a {
	background-color: #ff5860;
	color: #fff;
}

.service-details__broucher {
	margin-top: 30px;
	background-color: #16172e;
	padding-left: 50px;
	padding-right: 50px;
	padding-top: 70px;
	padding-bottom: 70px;
}

.service-details__broucher-title {
	margin: 0;
	color: #fff;
	font-size: 24px;
	font-weight: bold;
}

.service-details__broucher-text {
	margin: 0;
	color: rgba(255, 255, 255, 0.7);
	font-size: 15px;
	line-height: 26px;
	margin-top: 25px;
	margin-bottom: 35px;
}

.service-details__broucher-btn {
	padding: 13px 39.4px;
}

.service-details__title {
	font-size: 30px;
	font-weight: bold;
	color: #222222;
	margin: 0;
}

.service-details__subtitle {
	font-size: 24px;
	font-weight: 500;
	color: #222222;
	margin: 0;
}

.service-details__text {
	font-size: 15px;
	line-height: 26px;
	color: #848484;
	margin: 0;
}

.service-details__feature-list {
	margin: 0;
}

.service-details__feature-list li {
	font-size: 16px;
	color: #222222;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.service-details__feature-list li+li {
	margin-top: 10px;
}

.service-details__feature-list li i {
	color: #ff5860;
	font-size: 20px;
	margin-right: 15px;
}

.service-details .row.low-gutters {
	margin-left: -5px;
	margin-right: -5px;
}

.service-details .row.low-gutters [class*=col-] {
	padding-left: 5px;
	padding-right: 5px;
	margin-bottom: 10px;
}

.service-two__home-four {
	padding: 0;
	background-color: #fff2f2;
}

.service-two__home-four .service-one__single {
	position: relative;
	z-index: 10;
	margin-top: -100px;
	background-color: #fff;
	border: none;
}

.service-two__home-four .service-one__title,
.service-two__home-four .service-one__text,
.service-two__home-four i {
	-webkit-transition: color .4s ease;
	transition: color .4s ease;
}

.service-two__home-four .service-one__single-inner {
	-webkit-transition: all .4s ease;
	transition: all .4s ease;
	-webkit-box-shadow: 0px 12px 39px 0px rgba(8, 18, 109, 0.08);
	box-shadow: 0px 12px 39px 0px rgba(8, 18, 109, 0.08);
}

.service-two__home-four .service-one__single-inner:hover {
	background-color: #ff5860;
}

.service-two__home-four .service-one__single-inner:hover .service-one__title a,
.service-two__home-four .service-one__single-inner:hover .service-one__text,
.service-two__home-four .service-one__single-inner:hover i {
	color: #fff;
}


.service-one__home-four .service-two__carousel .service-one__single {
	-webkit-box-flex: 1;
	-ms-flex: 1 1 100%;
	flex: 1 1 100%;
	max-width: 100%;
	-webkit-box-shadow: none;
	box-shadow: none;
}

.service-one__home-four .service-two__carousel {
	margin-top: 0;
	padding-bottom: 0;
}

.service-one__home-four .service-one__single-inner {
	border-style: solid;
	border-width: 1px;
	border-color: #e7e7e7;
	background-color: white;
	-webkit-box-shadow: none;
	box-shadow: none;
}

.service-one__home-four .service-two__carousel .owl-stage-outer {
	-webkit-box-shadow: none;
	box-shadow: none;
}

/*
* 14. portfolio styles
*/
.project-one {
	padding-top: 120px;
	padding-bottom: 110px;
}

.project-one .owl-theme .owl-nav.disabled+.owl-dots {
	margin-top: 60px;
}

.project-one .owl-theme .owl-dots .owl-dot {
	border: none;
	outline: none;
}

.project-one .owl-theme .owl-dots .owl-dot span {
	border-style: solid;
	border-width: 2px;
	border-color: #dedddc;
	border-radius: 50%;
	width: 16px;
	height: 16px;
	background-color: transparent;
	margin: 0 7.5px;
	-webkit-transition: all .4s ease;
	transition: all .4s ease;
}

.project-one .owl-theme .owl-dots .owl-dot.active span {
	background-color: #ff5860;
	border-color: #ff5860;
}

 
 
.project-details {
	padding: 120px 0;
}

.project-details .block-title__text,
.project-details .block-title__tag-line,
.project-details .project-details__text,
.project-details .block-title__title {
	margin: 0;
}

.project-details .block-title__tag-line {
	margin-bottom: 10px;
}

.project-details .block-title__text+.block-title__text,
.project-details .project-details__text+.project-details__text {
	margin-top: 25px;
}

.project-details .block-title__title {
	margin-bottom: 25px;
}

.project-details .service-details__feature-list {
	margin-top: 25px;
}

.project-details .inner-gutter {
	padding-left: 15px;
	padding-right: 15px;
	max-width: 1000px;
	margin-left: auto;
	margin-right: auto;
}

.project-details__social {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.project-details__social a {
	color: #b2b2b2;
	font-size: 20px;
	-webkit-transition: all .4s ease;
	transition: all .4s ease;
}

.project-details__social a+a {
	margin-left: 25px;
}

.project-details__social a:hover {
	color: #ff5860;
}

.project-details__top {
	background-color: #fff;
	padding: 80px 0;
	padding-left: 95px;
	padding-right: 95px;
	-webkit-box-shadow: 0px 12px 39px 0px rgba(8, 18, 109, 0.08);
	box-shadow: 0px 12px 39px 0px rgba(8, 18, 109, 0.08);
	position: relative;
	z-index: 10;
	margin-top: -100px;
}

.project-details__list {
	width: 100%;
	max-width: 290px;
	margin-top: 30px;
}

.project-details__list li {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	color: #848484;
	font-size: 15px;
	
}

.project-details__list li+li {
	margin-top: 10px;
}

.project-details__list li a {
	color: #ff5860;
}

.project-details__list-name {
	color: #222222;
}

/*
* 15. cta styles
*/
.cta-one {
	background-color: #ff5860;
	padding-top: 70px;
	padding-bottom: 70px;
}

.cta-one .container {
	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;
}

.cta-one__title {
	margin: 0;
	color: #fff;
	font-size: 34px;
	font-weight: 500;
}

.cta-one__btn {
	background-color: #fff;
	color: #222222;
}

.cta-two {
	background-color: #21bcd8;
	position: relative;
	padding-top: 114px;
	padding-bottom: 114px;
}

.cta-two__title {
	margin: 0;
	font-size: 40px;
	font-weight: bold;
	color: #fff;
	margin-bottom: -15px;
}

.cta-two__text {
	color: #fff;
	margin: 0;
	font-size: 17px;
	margin-bottom: 35px;
	margin-top: 40px;
	opacity: 0.8;
}

.cta-two__moc {
	position: absolute;
	bottom: -30%;
	left: 2%;
	animation: carenMove 5s ease-in infinite;
}

.cta-two__about-page-one {
	background-color: #21bcd8;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	background-attachment: fixed;
	background-image: url(../images/backgrounds/cta-bg2.jpg);
	position: relative;
}

.cta-two__about-page-one::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: #21bcd8;
	opacity: 0.9;
}

.cta-two__about-page-one .container {
	position: relative;
}

.cta-two__home-four {
	background-color: #ff5860;
}

.cta-two__home-four .cta-two__btn {
	background-color: #fff;
	color: #222222;
}

.cta-two__home-four .cta-two__btn:hover {
	background-color: #222222;
	color: #fff;
}

.cta-three {
	background-color: #222222;
	background-image: url(../images/backgrounds/cta-bg1.jpg);
	background-position: center center;
	background-attachment: fixed;
	position: relative;
	padding: 160px 0;
}

.cta-three::before {
	content: '';
	background-color: #000000;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	opacity: 0.5;
}

.cta-three .container {
	position: relative;
}

.cta-three__title {
	margin: 0;
	margin-top: -10px;
	margin-bottom: -15px;
	color: #fff;
	font-size: 40px;
	font-weight: bold;
}

.cta-three__text {
	margin: 0;
	color: #fff;
	opacity: 0.8;
	font-size: 17px;
	margin-top: 40px;
	margin-bottom: 40px;
}

/*
* 16. fact styles
*/
.fact-one .inner-container {
	padding-top: 15px;
	padding-bottom: 15px;
}

.fact-one__single {
	/*display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;*/
	padding: 0 15px;
}

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

.fact-one__icon i {
	font-size: 60px;
	color: #fff;
}

.fact-one__title {
	font-size: 28px;
    text-align: center;
    color: #0070c0;
    margin:0;
    font-weight: 550;
}

.fact-one__text {
	margin: 0;
	font-size: 16px;	
	text-align: center;
	color: #0070c0
}

.fact-one__home-three {
	position: relative;
}



.related-product__carousel .shop-one__single {
	margin-bottom: 0;
}



/*
* 24. history styles
*/
 
@media (max-width: 970px){
	.slider-one__title{
		font-size: 42px;
	}
}
@media (max-width: 738px){
	.banner-content{
		top: 10%;
		width: 80%;
	}
}
@media (max-width: 650px){
	.slider-one__title{
		font-size: 36px;
	}
}
@media (max-width: 480px){
	.slider-one__title{
		font-size: 26px;
	}
	.about-two ul.services-list{display: none;}
}
@media (max-width: 768px){
.about-two{
	padding-top:20px; 
}
}


a:focus,a:hover{text-decoration:none}
.slider-area{width:100%;position:relative;margin:0 auto;padding:0}
.block-slider{border:none;width:100%;overflow: hidden}
.block-slider ul li{list-style:none}
.block-slider .bx-next,.block-slider .bx-prev{width:8%;height:52px;z-index:99; text-align:center;display:block; font-size:5em;position:absolute;top:48%;-ms-transform:translateY(-50%);-webkit-transform:translateY(-50%);transform:translateY(-50%);line-height:29px;-moz-transition:all .45s ease;-webkit-transition:all .45s ease;-o-transition:all .45s ease;-ms-transition:all .45s ease;transition:all .45s ease;color:#eb6100; opacity:.6;}
.block-slider img{width:100%;height:auto}
.block-slider .bx-prev{left:0;padding-right:3px}
.block-slider .bx-next{right:0;padding-left:3px}
.block-slider:hover .bx-prev{left:10px}
.block-slider:hover .bx-next{right:10px}
.block-slider .bx-next:hover,.block-slider .bx-prev:hover{ color:#1d79b7; text-decoration:none}
.block-slider .bx-pager{display:block;text-align:center;margin-top:-35px;left:0;position:relative}
.block-slider .bx-pager-item{width:16px;height:16px;background:0 0;font-size:0;display:inline-block;margin:6px 8px;}
.block-slider .bx-pager-item a{width:100%;height:100%;background:#b5b5b5; display:block; border-radius:50%}
.block-slider .bx-pager-item a.active{background:#eb6100}
.block-slider .caption-group{position:absolute;top:20%;left:5%;color:#fff}
.block-slider .caption-group-right{left:70%}
.block-slider .caption-group .title{margin:0}
.block-slider .caption-group .subtitle{margin:0;margin-top:5px}
.block-slider .caption-group .button-radius{margin-top:27px}
.block-slider .caption-group .primary{color:#e61c16}
.block-slider .caption-group .caption{display:block!important}
@media screen and (max-width:980px){
.block-slider .bx-next,.block-slider .bx-prev{font-size: 5em;}
}


/*
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|| 8.0 - OUR TEAM AREA                                                   
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ */
.our-team{margin-bottom: 50px;}
.section-heading {
    margin-top: 35px;
    margin-bottom: 35px;
    text-align: center;
}
.row{margin: 0;}
/*if section background-color white*/
.section-heading h5 {
    font-family: 'Droid Sans', sans-serif;
    font-size: 20px;
    color: #a5a9ab;
    font-weight: 400;
    margin-bottom: 10px;
}
.section-heading h2 {
    font-size: 42px;
    color: #0f2c49;
    font-weight: 700;
    margin-top: 0;
    display: inline-block;
}
.section-heading h2>span {
    color: #ff5500;
}
.main-title {
    display: inline-block;
    position: relative;
} 
.main-title strong {
    position: absolute;
    display: block;
    overflow: hidden;
    min-height: 14px;
    top: 100%;
    left: 0;
    right: 0;
    background-image: url(../images/icons/heading-bottom-3-dot.png);
    background-repeat: no-repeat;
    background-size: 60px;
    background-position: center;
}
.main-title strong:before {
    content: '';
    display: block;
    width: 50%;
    min-height: 2px;
    position: absolute;
    right: -39px;
    bottom: 6px;  
    background-color: #a5a9ab;
}
.main-title strong:after {
    content: '';
    display: block;
    width: 50%;
    min-height: 2px;
    position: absolute;
    left: -39px;
    bottom: 6px;
    background-color: #a5a9ab;
}
.team-members {
    text-align: center;
    position: relative;
    background-color: #4c4040;
    background-size: cover;
    margin-top: 30px;
    border-radius: 31px 0;
}
.team-members img {
    display: block;
    width: 100%;
    border-radius: 30px 0;
}
.team-members h3 {
    font-size: 20px;
    color: #fff;
    margin: 10px 0;
}
.member-name {
    background-color: #0089e9;
    min-width: 160px;
    position: absolute;
    z-index: 0;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 5px 10px;
    border-radius: 0 0 30px;
}
.team-members:hover .member-name {
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -ms-transform: scale(0);
    -o-transform: scale(0);
    transform: scale(0);
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}
.team-members:hover .member-hover {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    z-index: 20;
}

.team-members .member-hover {
    content: "";
    position: absolute;
    z-index: 1;
    top: 15px;
    right: 15px;
    bottom: 15px;
    left: 15px;
    -webkit-box-shadow: 1px 1px 1px 1px #5d5a5e;
    -moz-box-shadow: 1px 1px 1px 1px #5d5a5e;
    box-shadow: 1px 1px 1px 1px #5d5a5e;
    border: 1px solid #fff;
    border-radius: 30px 0;
    background: rgba(3, 3, 30, 0.80);
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -ms-transform: scale(0);
    -o-transform: scale(0);
    transform: scale(0);
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
.team-members .member-hover .member-info {
    position: absolute;
    left: 10px;
    right: 10px;
    top: 55%;
    -webkit-transform: translateY(-65%);
    -moz-transform: translateY(-65%);
    -ms-transform: translateY(-65%);
    -o-transform: translateY(-65%);
    transform: translateY(-65%);
}
.team-members .member-hover .member-info a {
    font-size: 15px;
    color: #de931f;
    font-weight: 400;
}
.team-members .member-hover .member-info a:hover {
    color: #fd800f;
}
.team-members .member-hover .member-social {
    margin-top: 50px;

}
.team-members .member-hover .member-social ul {
    display: table;
    margin: auto;
}
.team-members .member-hover .member-social ul li {
    float: left;
}
.team-members .member-hover .member-social ul li a {
    font-size: 20px;
    color: #fff;
    display: inline-block;
    position: relative;
    width: 40px;
    height: 40px;
    margin-right: 10px;
    border: 1px solid #fff;
    border-radius: 100%;   
}
.team-members .member-hover .member-social ul li a:hover {
    background-color: #fff;
    color: #fe931f;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}
.team-members .member-hover .member-social ul li a i {
    position: absolute;
    left: 0;
    right: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
}


/* company synopses */
.index-tit-bar{padding-bottom: 30px;margin: 0 auto;text-align: center;line-height: 1.5;}
.index-tit-bar .title{text-transform: uppercase;font-size: 32px;font-weight: normal;}
.index-tit-bar .desc{font-size: 18px;line-height: 1.8em;padding-top: 35px;}

.synopsis-item .item-wrap .item-img{width:100%; }
.synopsis-item .item-wrap .item-img { position: relative; overflow: hidden; display: block;  display: table-cell; vertical-align: middle; text-align: center; }
.synopsis-item .item-wrap .item-img img { position: relative; max-width: 100%; max-height: 100%; }
/*.company-synopses-wrap a{color: #fff;}*/
.company-synopses-wrap{color:#000;padding:50px 0 30px 0;background-repeat: no-repeat;background-position: center;background-attachment: fixed;}
.company-synopses{margin: 0 -15px;}
.synopsis-item{width:33.33333333%;float:left;padding-bottom:20px;}

.synopsis-item .item-wrap {margin:0 15px;text-align:center;padding-bottom:1em;}

.synopsis-item .item-wrap .item-img{overflow: hidden;box-shadow: 2px 2px 0 rgba(0,0,0,.2);}
.synopsis-item .item-wrap .item-img img{-webkit-transition: all .6s ease;transition: all .6s ease;}

.synopsis-item .item-wrap .item-title{font-size:20px; line-height:1.5em;overflow:hidden;margin:20px auto 0;}
.synopsis-item .item-wrap .item-desc{height:3.4em;line-height:1.7;font-size:15px;overflow:hidden;margin-top:10px;padding:0 10px;}
.synopsis-item .item-wrap .bar-more{padding-top: 20px;}
.synopsis-item .item-wrap:hover .item-img img,.synopsis-item:hover .item-img img{-webkit-animation:none;animation:none;}
.synopsis-item .item-wrap .item-img:hover img{-webkit-transform: scale(1.1);transform: scale(1.1);-webkit-transition: all 1.2s ease;transition: all 1.2s ease;}
.synopsis-item .item-wrap .item-img a:before,.synopsis-item .item-wrap .item-img a:after,.promote-item .item-wrap .item-img a:before,.promote-item .item-wrap .item-img a:after{content:'';display:block;width:100%;height:100%;background-color:#f78e1e;position:absolute;left:0;top:0;opacity:0;filter:alpha(opacity=0);-webkit-transition:all .8s ease;transition:all .8s ease;cursor:pointer;z-index:2;}
.synopsis-item .item-wrap .item-img a:hover:before,.promote-item .item-wrap .item-img a:hover:before{opacity:.3;filter:alpha(opacity=30);-webkit-transform:none;transform:none;}

.btn-readmore {
    display: inline-block;
    line-height: 45px;
    padding: 0 2em;
    font-size: 16px;
    background-color: #ff3035;
    color: #fff;
    border: 2px solid #ff3035;
    text-transform: uppercase;
}
.btn-readmore:hover {
    background-color: #fff;
    color: #000;
    border: 2px solid #000;
}
@media only screen and (max-width: 550px) {
    .synopsis-item{width: 98%!important;}

}


/*-------------news1 start-----------------------------------------------------------------*/
.box-main { float: left; width: 100%; }
.item-desc a:hover {
    color: #e62129 ;
}

.box-slide { width: 29%; float: right; background: #FFFFFF; box-shadow: 0px 7px 12px 0px rgba(51, 51, 51, 0.2); padding: 27px 17px 68px; }

.news1-list { font-size: 0; letter-spacing: 0; padding-bottom: 30px; }

.news1-list .list-item {display: inline-block;vertical-align: top;width: 100%;background-color: #F7F7F7;padding: 6px 12px 15px;margin-bottom: 23px;border-bottom: solid 2px #1f1d8a;}

.news1-list .item-pic a { position: relative; display: block; padding-bottom: 66.05505%; }

.news1-list .item-pic img { position: absolute; top: 0; left: 0; width: 100%; height: 100%; }

.news1-list .item-date { margin-top: 17px; line-height: 35px; border-radius: 18px; display: inline-block; background-color: #F36523; padding: 0 38px; color: #fff; text-align: center; font-size: 16px; font-size: 1.6rem; }

.news1-list .item-title {margin-top: 15px;font-size: 18px;font-size: 1.8rem;font-weight:bold;line-height: 1.3;font-family: "Montserrat-Regular", arial;}

.news1-list .item-desc {margin-top: 6px;font-size: 16px;}

.news1-list .item-btn {margin-top: 15px;display: inline-block;font-size: 16px;line-height: 1.3;color: #c1272d;}

.box-list li{width: 49%;margin: 0.5%;float: left;}
.box-list li p{font-size: 14px;}
@media screen and (max-width: 1219px) {
  .box-main { width: 630px; }
  .box-slide { width: 300px; padding: 25px 15px 10px; } 
  .news1-list .list-item { padding: 6px 12px 20px; }
  .news1-list .item-date { line-height: 30px; font-size: 14px; font-size: 1.4rem; padding: 0 20px; }
  .news1-list .item-title { margin-top: 15px; font-size: 16px; font-size: 1.6rem; }
  .news1-list .item-desc { margin-top: 10px; font-size: 14px; font-size: 1.4rem; line-height: 24px;  } 
  .news1-list .item-btn { margin-top: 15px; font-size: 14px; font-size: 1.4rem; } 
}
@media screen and (max-width: 991px) {
  .box-main { width: 100%; }
  .box-slide { width: 100%; margin-top: 30px; }
  .news1-list { padding-bottom: 20px; }
  .news1-list .list-item { margin: 0 1% 20px; padding: 6px 10px 15px; }
  .news1-list .item-date { line-height: 26px; }
  .news1-list .item-desc { line-height: 22px;  }

}
@media screen and (max-width: 767px) { 
  .box-slide { padding: 15px 10px 10px; }
  .news1-list { padding-bottom: 10px; } 
  .news1-list .list-item { padding: 6px 10px 10px; }
  .news1-list .item-date { line-height: 22px; font-size: 12px; font-size: 1.2rem; padding: 0 15px; margin-top: 10px; }
  .news1-list .item-title { font-size: 14px; font-size: 1.4rem; margin-top: 10px; } 
  .news1-list .item-desc { font-size: 12px; font-size: 1.2rem; line-height: 20px;  margin-top: 5px; }
  .news1-list .item-btn { font-size: 12px; font-size: 1.2rem; margin-top: 10px; } 
}
@media screen and (max-width: 480px) { 
  .news1-list .item-desc { height: 40px; }
  .news1-list .item-desc a { -webkit-line-clamp: 2; } 
  .news1-list .list-item { padding: 5px; } 
  .box-list li{width: 99%;}
}
.news-title { font-size: 20px;  margin-bottom: 15px; }

.news-title, .news-title a { color: #0055A6; }

.news-title a:hover { color: #F36523; }

.page { text-align: center; overflow: hidden; font-size: 0; letter-spacing: 0; }

.page a {     vertical-align: top;
    color: #333;
    line-height: 28px;
    font-size: 16px;
    width: 25px;
    height: 25px;
    display: inline-block;}

.page span { display: inline-block; vertical-align: top; color: #333; min-width: 35px; padding: 0 2px; height: 30px; line-height: 28px; margin: 0 4.5px 10px; font-size: 16px; font-size: 1.6rem; }

.page a.prev { min-width: 92px; }

.page a.next { min-width: 61px; }

.page a:hover, .page a.page-active {border-color: #e62129;background-color: #e62129;color: #FFFFFF;}

.page .fl { float: left; display: inline-block; vertical-align: top; font-size: 0; letter-spacing: 0; }

.page .add-form { float: right; display: inline-block; vertical-align: top; margin-left: 5px; background: url(../images/af-bg.png) no-repeat right center; padding-right: 26px; }

.page .add-form .add-btn { font-size: 16px; font-size: 1.6rem; text-align: center; min-width: 172px; padding: 0 10px; height: 30px; line-height: 28px; background-color: #F36523; color: #FFFFFF; cursor: pointer; }

.page .add-form .add-btn:hover { background-color: #0055A6; }

@media only screen and (max-width: 1219px) {  .page a { height: 28px; line-height: 26px; min-width: 28px; font-size: 12px; font-size: 1.2rem; }
  .page a.prev { min-width: 60px; }
  .page a.next { min-width: 60px; }
  .page .add-form { float: none; }
  .page .fl { float: none; } 
  .page .add-form .add-btn { min-width: 140px; height: 28px; line-height: 26px; font-size: 12px; font-size: 1.2rem; } 
}

/**/
.farm-pro {width:100%; margin:0 auto; }
.farm-pro ul{width:100%;}
.farm-pro ul li {width:24%;margin: 0.5%; border: 1px solid #ddd;float: left;}
.farm-pro ul li p {text-align: center; font-size: 14px; color:#da322c; }
.farm-pro ul li:nth-child(4n+1){clear: both;}
.farm-inquiry {background:#ddd; width:100%; padding: 5px 0; text-align: center; font-size: 16px;}
.farm-inquiry a{color: #2e4db9;}
.page{width:100%; margin-top: 15px; }
.page ul{float:right;}
.page ul li{
    width: 27px;
    height: 27px;
    line-height: 27px;
    text-align: center;
    margin: 3px;
    border: 1px solid #ccc;
    color: #f00;
    float: left;
}
.page ul li.active{background: #eee;}
.other_video ul{
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    overflow: hidden;
    float: none;    
}

/*-- services-bottom --*/
.services-bottom {
    background: url(../img/11.jpg) no-repeat 0px 0px;
    background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    -ms-background-size: cover;
    background-attachment: fixed;
    /*background: #053636;*/
}
.banner-dott1 {
    padding: 5em 0;
    background: rgba(0, 0, 0, 0.18);
}
h3.w3l_header.two {
    color: #fff;
}
h3.w3l_header.two span{
    color: #fff;
}
.w3l_tix {
    font-size: 2.2em;
    color: #262c38;
    letter-spacing: 1px;
    position: relative;
    font-weight: 600;
}
.w3l_header {
    font-size: 3em;
    color: #262c38;
    letter-spacing: 1px;
    position: relative;
    font-weight: 600;
    text-align: center;
}
.w3l_header span {
    color: #333;
    font-weight: 200;
    display: inline-block;
}
.w3l_header span:after {
    border-top: 2px solid #7fb401;
    display: block;
    width: 81px;
    content: "";
    margin: 8px 0 0;
}
.wthree_head_section p {
    font-size: 15px;
    text-align: center;
    margin: 20px auto;
    width: 70%;
    color: #5e5e5e;
    line-height: 1.8em;
}
p.tho {
    color: #fff;
}
	
.wthree_head_section {
    margin-bottom: 4em;
}

@media screen and (max-width:650px){
    .banner-dott1{
    padding: 30px 0;
    }
    .wthree_head_section p{
        width: 90%;
        line-height: 1.3;
    }
    .farm-pro ul li{width: 49%;}
    .farm-pro ul li:nth-child(2n+1){
    	clear: both;
    }
}

/*-- counter--*/
.agile_count_grid_left {
    float: left;
    width: 20%;
    text-align: center;
}
.agile_count_grid_left span,.agile_count_grid_right p{
	font-size: 22px;
    text-align: left;
}
.agile_count_grid_right {
    float: left;
    margin-left: 0em;
    width: 80%; 
}
.agile-bot p{
	color: #fff;min-height: 130px;
	text-align: center;
}
.agile_count_grid_left span.glyphicon.glyphicon-thumbs-up{
	    font-size: 1.7em;
		line-height: 40px;
}
.agile_count_grid_left span.glyphicon.glyphicon-user{
	    font-size: 1.7em;
		line-height: 40px;
}
.agile_count_grid_left span.glyphicon.glyphicon-heart-empty{
	    font-size: 1.7em;
		line-height: 40px;
}
span.fa.fa-trophy{
	    font-size: 1.7em;
		line-height: 45px;
}
.agile_count_grid_right p{
	color: #fff;
    font-weight: bold;
}
.w3_agile_stats_grid h4 {
    font-size: 1.3em;
    color: #7fb401;
    margin: 1em 0 0;
    text-transform:uppercase;
    letter-spacing: 1px;
    position: relative;
    text-align: center;
}
.agile_count_grid_left span {
    color: #febc35;
    margin-top: 5px;
}
.w3_agile_stats_grid {
    background: rgba(221, 223, 226, 0.23);
    padding: 2em 1em;
}
@media screen and (max-width:992px){

	.wthree-agile-counter .col-md-3:nth-child(2n+1){
		clear: both;
	}
}
@media screen and (max-width:620px){
.agile-bot p{min-height: auto;}
.wthree-agile-counter .col-xs-6{width: 100%;}
}

.mod-title {
    font-size: 30px;
    line-height: 40px;
    color: #313131;
    font-weight: 700;
    border-top: 1px solid #ff5500;
}

.mod-title:before {
    content: "";
    display: block;
    width: 260px;
    height: 3px;
    background: #ff5500;
    margin-bottom: 20px;
}

.mod-othercontent01-indTxt .content-bg {
    font-size: 16px;
    line-height: 24px;
    padding-top: 6px;
    color: #313131;
    font-weight: 200;
}

 .mod-title{
    color: #333;
    font-size: 14px;
    font-family: "Montserrat",Arial,sans-serif;
    overflow: hidden;
    font-weight: normal;
}


.title-bg {
    overflow: hidden;
}

.mod-title .title-right a {
    color: #666;
    display: block;
}

.mod-title .title-left { 
    display: block;
    overflow: hidden;
    font-size: 30px;
    font-weight: 600;
}
.mod-title .title-right{
	margin-top: 10px;
	margin-bottom: 15px;
}

 
 

 @media (min-width: 1180px){	
	.box_category{
		/*width: 1180px;*/
		margin: auto;
	}

}
@media (min-width:990px){
  .box_category  .list_1{width: 41.7%;}
.box_category .list_2{width:29.15%;}
.box_category .list_3{width:29.15%;}
  .box_category  .list{margin-top: 14px;}
}


@media (max-width: 989px){
.box_category .list_1{width: 100%;}
.box_category .list_2{width:50%;}
.box_category .list_3{width:50%;}
.box_category .keyword{font-size:28px;}
    .box_category .list{margin-top: 0;}
}
@media (min-width:768px){
.box_category .keyword{font-size: 32px;}
    .box_category .cat_title{font-size: 36px;font-weight: bold;}
  .box_category  .cat_info{font-size: 16px;}
}

@media (max-width: 767px){
 
.box_category .list_1{width: 100%;}
.box_category .list_2{width:100%;}
.box_category .list_3{width:100%;}
.box_category .keyword{font-size:25px;}
    .box_category .cat_title{font-size: 28px;font-weight: bold;}
   .box_category .cat_info{font-size: 16px;}
   .box_category .img_box{padding:0 10px;}
}

@media (max-width: 480px){
	.mod-title .title-left{font-size: 28px;line-height: 1.2}
}

.box_category .category_title{text-align: center;}
    .box_category img{width:100%;}
    .category_pics{width:100%;}
    
    
    
.box_category .cat_info{color: #999;margin: 16px 0;}
.box_category .list{float: left;}

.box_category .category_pics{ display:inline-block;}
.box_category .img_box{padding:12px;}
          
.box_category .img_cat{width:100%;transition: all 0.6s;}
.box_category .blocks-image img{width:100%;transition: all 0.6s;}
    .box_category .img_box:hover   .blocks-image img{
    	transform:scale(1.1);//ÃƒÆ’Ã‚Â¨Ãƒâ€šÃ‚Â®Ãƒâ€šÃ‚Â¾ÃƒÆ’Ã‚Â§Ãƒâ€šÃ‚Â½Ãƒâ€šÃ‚Â®ÃƒÆ’Ã‚Â§Ãƒâ€šÃ‚Â¼Ãƒâ€šÃ‚Â©ÃƒÆ’Ã‚Â¦ÃƒÂ¢Ã¢â€šÂ¬Ã‚ÂÃƒâ€šÃ‚Â¾ÃƒÆ’Ã‚Â¦Ãƒâ€šÃ‚Â¯ÃƒÂ¢Ã¢â€šÂ¬Ã‚ÂÃƒÆ’Ã‚Â¤Ãƒâ€šÃ‚Â¾ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â¹
            -ms-transform:scale(1.1);
            -webkit-transform:scale(1.1);
            -o-transform:scale(1.1);
            -moz-transform:scale(1.1);
     } 
.box_category .img_box:hover .img_cat{
            transform:scale(1.1);//ÃƒÆ’Ã‚Â¨Ãƒâ€šÃ‚Â®Ãƒâ€šÃ‚Â¾ÃƒÆ’Ã‚Â§Ãƒâ€šÃ‚Â½Ãƒâ€šÃ‚Â®ÃƒÆ’Ã‚Â§Ãƒâ€šÃ‚Â¼Ãƒâ€šÃ‚Â©ÃƒÆ’Ã‚Â¦ÃƒÂ¢Ã¢â€šÂ¬Ã‚ÂÃƒâ€šÃ‚Â¾ÃƒÆ’Ã‚Â¦Ãƒâ€šÃ‚Â¯ÃƒÂ¢Ã¢â€šÂ¬Ã‚ÂÃƒÆ’Ã‚Â¤Ãƒâ€šÃ‚Â¾ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â¹
            -ms-transform:scale(1.1);
            -webkit-transform:scale(1.1);
            -o-transform:scale(1.1);
            -moz-transform:scale(1.1);
        }
          
         .box_category .img_box .backstage-componet-bd{overflow:hidden;}
         .box_category .keyword{
              z-index: 3;
              position: absolute;
              /* max-width: 200px; */
              padding: 45px 0 0 25px;
              color: #fff;
              transform: all 0.6s;
              font-weight: bold;
              overflow:hidden;
              line-height: 1.5;
          }
                        
.box_category .img_box:hover .keyword .backstage-blocksEditor-wrap{
    display: block;
    width: 200px;
    position: relative;
	animation:myslidein 5s;
	-moz-animation:myfirst 1s; /* Firefox */
	-webkit-animation:myfirst 1s; /* Safari and Chrome */
	-o-animation:myfirst 1s; /* Opera */
}

.theme-btn {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
  text-decoration: none;
  white-space: nowrap;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.theme-btn .btn-title {
  position: relative;
}
.btn-style-one {
  background-color: #ff5500;
  -webkit-box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
  color: #ffffff;
  width: 100%;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.3;
  overflow: hidden;
  position: relative;
  text-transform: uppercase;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  z-index: 1;
}
.btn-style-one:before {
  background-color:#0f2c49;
  content: "";
  height: 100%;
  opacity: 0.2;
  position: absolute;
  right: -15px;
  top: 0;
  width: 35px;
  z-index: -1;
  -webkit-transform: skewX(-22deg);
          transform: skewX(-22deg);
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.btn-style-one:hover:before {
  opacity: 1;
  right: 0;
  -webkit-transform: skewX(0deg);
          transform: skewX(0deg);
  width: 100%;
}
.btn-style-one:hover {
  color: #ffffff;
}

.sec-title {
  position: relative;
}
.sec-title .sub-title {
  display: inline-block;
  color: #ff5500;
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 1.6px;
  position: relative;
  text-transform: uppercase;
}
.sec-title .sub-title:before {
  background: #ff5500;
  content: "";
  height: 2px;
  left: 100%;
  margin-left: 10px;
  margin-top: -1px;
  position: absolute;
  top: 50%;
  width: 35px;
}
.sec-title h1 {
  position: relative;
  font-size: 60px;
  line-height: 1em;
  color: #0f2c49;  
  font-weight: 700;
}
.sec-title h2 {
  position: relative;
  font-size: 42px;
  color: #0f2c49;
  font-weight: 700;
  margin-bottom: 0;
  padding-bottom: 12px;  
}
@media only screen and (max-width: 1023px) {
  .sec-title h2 {
    font-size: 38px;
    line-height: 1.2em;
  }
}
@media only screen and (max-width: 599px) {
    .blog_area .section_title h3{
        font-size: 30px;
    }
  .sec-title h2 {
    font-size: 30px;
    line-height: 1.2em;
    margin-top: 0;
  }
  .sec-title h2 br {
    display: none;
  }
}
.sec-title h3 {
  font-size: 30px;
}
.sec-title .text {
  font-size: 16px;
  font-weight: 500;
  margin-top: 20px;
}
@media only screen and (max-width: 1199px) {
  .sec-title .text {
    margin-top: 15px;
  }
}

.sec-title.light h3,
.sec-title.light h2,
.sec-title.light .text,
.sec-title.light h1 {
  color: #fff;
}
.sec-title.light .sub-title {
  color: #e6f3ff;
}

.sec-title.text-center h2:before {
  left: 50%;
  margin-left: -30px;
}
/*** 
====================================================================
  Services Section Two
====================================================================

***/
.service-section-two {
  position: relative;
  margin-top: 50px;
}
.service-section-two .floating-object1 {
  background-size: 180px;
  bottom: -242px;
  height: 250px;
  left: 30px;
  opacity: 0.25;
  top: -100px;
  width: 180px;
  position: absolute;
}
.service-section-two .floating-object2 {
  background-size: 180px;
  bottom: 100px;
  height: 250px;
  opacity: 0.25;
  position: absolute;
  right: 100px;
  width: 180px;
}

.service-block-two {
  position: relative;
}
.service-block-two.style2 {
  background-color: #F8F5F1;
  border-radius: 10px;
  padding: 40px 50px 50px 50px;
  text-align: center;
}
.service-block-two.style2 .inner-box {
  margin-bottom: 0;
}
.service-block-two.style2 .lower-content {
  bottom: 0;
  left: 0;
  position: relative;
}
.service-block-two.style2 .lower-content p {
  margin-bottom: 10px;
}
.service-block-two.style2 .lower-content .title {
  margin-bottom: 30px;
  line-height: 1.3;
}
.service-block-two.style2 .lower-content .title a {
  color: #000;
  font-size: 20px;
}
.service-block-two.style2 .lower-content .btn-style-one {
  padding: 13px 39px;
}
.service-block-two .inner-box {
  margin-bottom: 30px;
  position: relative;
}
.service-block-two .inner-box:hover .image-box img {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}
.service-block-two .inner-box:hover .image-box:after {
  -webkit-transform: translate3d(0px, 0, 0px);
          transform: translate3d(0px, 0, 0px);
}
.service-block-two .image-box {
  border-radius: 10px;
  display: block;
  overflow: hidden;
  position: relative;
  z-index: 1;
}
.service-block-two .image-box:before {
  background: rgb(22, 36, 61);
  background: -webkit-gradient(linear, left bottom, left top, color-stop(14%, rgba(22, 36, 61, 0.9164040616)), color-stop(58%, rgba(22, 36, 61, 0.0368522409)));
  background: linear-gradient(0deg, rgba(22, 36, 61, 0.9164040616) 14%, rgba(22, 36, 61, 0.0368522409) 58%);
  bottom: 0;
  content: "";
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 1;
}
.service-block-two .image-box:after {
  bottom: 0;
  content: "";
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  background-color: rgba(22, 36, 61, 0.3);
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  -webkit-transform: translate3d(0px, -100%, 0px);
          transform: translate3d(0px, -100%, 0px);
}
.service-block-two .image-box img {
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  width: 100%;
}
.service-block-two .lower-content {
  bottom: 25px;
  left: 30px;
  position: absolute;
  z-index: 2;
}
.service-block-two .lower-content .title {
  margin-bottom: 0;
}
.service-block-two .lower-content .title a {
  color: #fff;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}
/**/


/*shouye*/

.wp {
    width: 100%;
    padding-left: 100px;
    padding-right: 100px;
    box-sizing: border-box;
}  
.indexC{position:relative;box-sizing:border-box;overflow:hidden;padding:70px 0 70px;}
.indexC::after{content:"";position:absolute;left:0;bottom:0;width:50%;height: 180px;background: #053636;}

.indexC .l{float:left;width:28%;position:relative;padding:0 50px 0 0;box-sizing:border-box;}
.indexC .l .txt{position:relative;z-index:1;}
.indexC .l .txt h3{font-size:64px;color: #7fb401;line-height:1;font-weight: 600;}
.indexC .l .txt h3 em{color:#000;font-style: normal;}
.indexC .l .txt p{font-size:17px;color:#333;line-height:33px;margin:15px 0 0;}
.indexC .l .cut{position:relative;z-index:1;margin: 80px 0 0;background: transparent;display: flex;}

.indexC .swiper-button-prev,.indexC .swiper-button-next{width:50px;height:50px;border-radius:50%;border:2px solid #fff;background:transparent;margin-top:0;text-align:center;position:static;display:inline-block;}
.indexC .swiper-button-prev i,.indexC .swiper-button-next i{font-size:40px;line-height:46px;color:#fff;}
.indexC .swiper-button-prev i{margin-left: -4px;}
.indexC .swiper-button-next i{margin-right: -4px;}
.indexC .swiper-button-next,.indexC .swiper-container-rtl .swiper-button-prev{margin-left:30px;}
.indexC .swiper-button-prev:hover,.indexC .swiper-button-next:hover{background:#333;border:2px solid #333;}

.indexC .r{float: right;width:72%;position:relative;}
.indexC .list{}
.indexC .swiper-slide{position:relative;}
.indexC .swiper-slide .pic{display:block;width:100%;overflow:hidden;}
.indexC .swiper-slide .pic img{width:100%;display:block;transition:all 0.5s ease 0s;}
.indexC .swiper-slide .t{background: #fff;padding: 20px 15px;box-sizing:border-box;text-align:center;box-shadow: 0px 9px 20px -12px rgb(0 0 0);margin: 15px 15px;}
.indexC .swiper-slide .t h5{font-size: 24px;line-height: 1.3;color: #000;}
.indexC .swiper-slide .t h5 a{color:#333;}
.indexC .swiper-slide .t p{margin: 15px 0 0;
    display: -webkit-box;
    font-size: 14px;
    color: #333;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 5;
    overflow: hidden;}

.indexC .swiper-slide:hover .pic img{transform:scale(1.08);-webkit-transform:scale(1.08);}
.indexC .swiper-slide:hover .t h5 a{color: #7fb401;}


@media only screen and (max-width: 768px){
	.indexC{padding: 30px 0;}
	.indexC .wp{padding:0 15px;}
	.indexC .l{padding: 0}
	.indexC .l,.indexC .r{width: 100%;}
	.indexC .l .cut{    margin: 0; display: inline-block;}
	.indexC .swiper-button-prev, .indexC .swiper-button-next{
		border: 2px solid #7fb401
	}
	.indexC .swiper-button-prev i, .indexC .swiper-button-next i{color: #7fb401;}
	.indexC .l .txt h3{font-size: 36px;}
	.indexC .swiper-button-prev, .indexC .swiper-button-next{
		width: 40px;
    	height: 40px;
	}
	.indexC .swiper-button-prev i, .indexC .swiper-button-next i{
		font-size: 30px;
    line-height: 35px;
	}
	.indexC .swiper-slide .t h5{
		font-size: 20px;
	}
}



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


.indexA{padding:80px 0;background:#FBFBFB;position:relative;}
.indexA::after{content:'';background:#F8F8F8;width:48%;height:460px;position:absolute;left:0;bottom:0;z-index:1;}

.indexA .v{float: right;display:block;width: 50%;position:relative;z-index:2;}
.indexA .v a.video{display:block;width:100%;overflow:hidden;position:relative;}
/*.indexA .v a.video::after{content:'';background:rgba(0,0,0,0.3) url("../images/v2.png") no-repeat center;width:100%;height:100%;position:absolute;left:0;top:0;display:block;}*/
.indexA .v a.video img {width:100%;transition:all 0.3s ease 0s;}
.indexA .v a.video:hover img{transform: scale(1.04);}
.indexA .v a.video:hover::after{background-color:rgba(0,0,0,0.5);}

.indexA .txt{float: left;width: 42%;margin: 0 0 0 2%;position:relative;z-index:2;}
.indexA .txt h3{font-size: 60px;color: #ff5500;line-height:1.3;}
.indexA .txt h3 em{color:#000;font-style: normal;}
.indexA .txt h5{font-size:24px;color:#000;margin: 10px 0 10px;}
.indexA .txt p{font-size:17px;color: #484848;line-height:1.7;}
.indexA .txt .more{margin:20px 0 0;width:180px;height:48px;line-height:48px;border-radius:30px;display:block;background: #ff5500;text-align:center;color: #fff;font-size:16px;}
.indexA .txt .more i{font-size:18px;}
.indexA .txt .more:hover{background:#333;color:#fff;}
@media only screen and (max-width: 1500px){
	.indexA .txt h3{font-size: 50px;}
}
@media only screen and (max-width: 992px){
	.indexA .txt h3{font-size: 42px;}
	.indexA .v,.indexA .txt{    width: 100%; margin: 0; padding: 0 15px;}
	.indexA{padding-bottom: 40px;}
}
/*======== blog area start  ==========*/
.mb-50{margin-bottom: 50px;}
.blog_area {
    margin: 50px 0 0;
    padding: 95px 0 100px;
    background: #F9F9F9;
}
.blog_area .section_title h2{
    font-size: 16px;
    color: #ff5500;
}
.blog_area .section_title h3{
    font-size: 36px;
}
/* single page blog css */
.single_page_blog{
    margin: 0 0;
}
/* inner blog area css */
.inner_blog_area {
    overflow: hidden;
    background-color: #FFFFFF;
    box-shadow: 0px 0px 0px 0px rgba(0,0,0,0.5);
}
/* inner blog thumb css */
.inner_blog_thumb{
    position: relative;
    overflow: hidden;
}
.inner_blog_img img{
    width: 100%;
    transition: .5s;
}
.inner_blog_area:hover .inner_blog_img img{
    transform: scale(1.2);
}
/* blog overlay css */
.blog_overlay{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgb(0 0 0 / 50%);
    transform: scale(0);
    transition: .5s;
}
.inner_blog_area:hover .blog_overlay{
    transform: scale(1.2);
}
/* inner blog text css */
.inner_blog_text {
    padding: 20px 20px 8px;
}
.inner_blog_text span a{
    color: #00479d;
    font-weight: 400;
}
.inner_blog_text span {
    margin-right: 10px;
    color: #696969;
}
.inner_blog_text span i{
    margin-right: 3px;
    color: #00479d;
}
/*inner blog content css */
.inner_blog_content {
    padding: 0 20px 5px;
}
.inner_blog_content h2{
    margin-top: 10px;
    font-size: 24px;
    line-height: 1.3;
}
.inner_blog_content h2 a {
    display: inline-block;
    margin-bottom: 8px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2; 
    overflow: hidden;
    text-overflow: ellipsis;
}
.inner_blog_content h2 a:hover{
	color: #ff5500;
}
 
/* blog btn area css */
.blog_sub_btn {
    padding: 5px 20px 35px;
}
.blog_sub_btn a{
    display: inline-block;
    padding: 8px 20px;
    font-size: 18px;
    background-color: #ff5500;
    color: #fff;
}
.blog_sub_btn a:hover{
    background-color: #000000;
    color: #ffffff;
}
/*======== blog area end  ==========*/



/* Breadcrumb 
============== */
.breadcroumb-area {
	background-image: url(../img/news-bg1.jpg);
}

.bread-bg {
	background-image: url(../img/news-bg.jpg);
}
.bread-bg1 {
	background-image: url(../img/application-bg.jpg);
}
.bread-bg2 {
	background-image: url(../img/certificate-bg2.jpeg);
}
.bread-bg4 {
	background-image: url(../img/gallery-bg.jpg);
}


.breadcroumb-area {
	height: 400px;
	background-size: cover;
	background-position: center bottom;
	background-color: #ddd;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	position: relative;
	z-index: 2;
}
.bread-bg3 {
	background-image: url(../img/page-title-5.jpg);
	height: 450px;
}

.breadcroumb-area:after {
	position: absolute;
	content: "";
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background: #021017;
	opacity: .3;
	z-index: -1;
} 
.breadcroumb-area .breadcroumb-title h1 {
	font-size: 50px;
	font-weight: 700;
	letter-spacing: 1px;
	color: #fff;
	margin-top: 40px;
	position: relative;
	padding-right: 30px;
}

.breadcroumb-area .breadcroumb-title h1:before {
	position: absolute;
	content: " ";
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	border-right: 5px solid #ff3035;
}

.breadcroumb-area h6 a {
	color: #fff;
}

.breadcroumb-area h6 {
	color: #aeb1b3;
	font-size: 16px;
	margin-top: 25px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
	.breadcroumb-area .breadcroumb-title h1 {
		font-size: 50px;
	}
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
	.breadcroumb-area .breadcroumb-title h1 {
		font-size: 40px;
	}
	.breadcroumb-area{height: 350px;}
}

@media (max-width: 575px) {
	.breadcroumb-area .breadcroumb-title h1 {
		font-size: 30px;
	}
	.breadcroumb-area{height: 250px;}
	.breadcroumb-area .container{margin-left: 0;}
}

 /**/
 

/***

====================================================================
    Blog Details
====================================================================

***/


.nav-links{
    border-top: 1px solid #ece9e0;
    margin-top: 49px;
    padding: 30px 0 30px;
}
.nav-links .prev{
    margin-bottom: 15px;
}
.nav-links a span{
    background-color: #ff5500;
    border-radius: 20px;
    color: #fff;
    display: inline-block;
    padding: 5px 15px 5px;
}

/*** 

====================================================================
Sidebar
====================================================================

***/
@media (max-width: 991px) {
  .sidebar {
    margin-top: 50px;
  }
  .blog-classic .sidebar{display: none;}
}
.sidebar__single + .sidebar__single {
  margin-top: 30px;
}

.sidebar__title {
  margin: 0;
  font-size: 20px;
  margin-bottom: 5px;
  font-weight: 700;
}
 





.scroll{
width: 100%;
overflow:scroll;
}
@media screen and (min-width: 768px){
.scroll::-webkit-scrollbar{
display: none;
width: 0;
height: 0;
}
}