/** home-4, home-5, home-6, home-7 home-8 home-9 style css **/

.main-header.home_four .header-left .logo--style2 .bg-box{
	width: 312px;
	height: 247px;
	top: -88px;
	left: -30px;
}

.main-header.home_four .header-left .logo--style2{
	z-index: 20;
}

.main-header.home_four .header-top{
	padding-left: 380px;
}

.main-header.home_four .header .auto-container{
	padding-left: 30px;
}

.main-header.home_four .header-left .logo a{
	top: -8px;
}

.main-header.home_four .header-contact-info ul li .icon span:before{
	color: #ed202b;
}

.main-header.home_four .header-contact-info ul li h6{
	font-weight: 600;
}

.main-header.home_four .header-top__right .support-box{
	position: relative;
	margin-right: 60px;
	padding-left: 33px;
}

.main-header.home_four .header-top__right .support-box:before{
	position: absolute;
	content: '';
	background: rgba(255, 255, 255, 0.20);
	width: 1px;
	height: 15px;
	top: 5px;
	right: -30px;
}

.main-header.home_four .header-top__right .support-box .icon{
	position: absolute;
	left: 0px;
	top: 2px;
	font-size: 24px;
	color: #ed202b;
}

.main-header.home_four .header-top__right .support-box h6{
	font-size: 15px;
	line-height: 26px;
	font-weight: 600;
	color: #e7bd1a;
}

.main-header.home_four .header-top__right .support-box h6 a{
	color: #fff;
	transition: all 500ms ease;
}


.main-header.home_four .header-top__right .support-box h6 a:hover{
	color: #ed202b;
}

.main-header.home_four .header-middle .nav-outer{
	margin-right: 115px;
}

.main-header.home_four .nav-btn{
  position: relative;
  float: left;
  width: 20px;
  height: 20px;
  cursor: pointer;
  margin-left: 30px;
}

.main-header.home_four .nav-btn .bar{
  position: absolute;
  width: 100%;
  height: 2px;
  background-color: #252628;
  top: 0px;
  right: 0px;
  transition: all 500ms ease;
}

.main-header.home_four .nav-btn:hover .bar{
	width: 28px;
	background: #ed202b;
}

.main-header.home_four .nav-btn .bar:nth-child(2){
  top: 9px;
  width: 28px;
}

.main-header.home_four .nav-btn .bar:last-child{
  top: 18px;
}

.main-header.home_four .btn-one{
	line-height: 50px;
}

.main-header.home_four .header-right_buttom{
	margin-left: 40px;
}

.main-header.home_four .shopping-cart-box a{
	border: none;
	color: #222;
}

.main-header.home_four .shopping-cart-box a:hover{
	color: #ed202b;
}

.main-header.home_four .header-contact-info ul li .icon span:before{
	font-size: 20px;
}


/** xs-sidebar **/

.xs-sidebar-group .xs-overlay{
  left:0%;
  top:0;
  position:fixed;
  height:100%;
  opacity:0;
  width:100%;
  visibility:hidden;
  -webkit-transition:all .4s ease-in .8s;
  -o-transition:all .4s ease-in .8s;
  transition:all .4s ease-in .8s;
  cursor:url(../images-2/icons/cross-out.png),
  pointer; 
  z-index: 999999;
}

.xs-sidebar-group.isActive .xs-overlay{
  opacity:.9;
  visibility:visible;
  -webkit-transition:all .8s ease-out 0s;
  -o-transition:all .8s ease-out 0s;
  transition:all .8s ease-out 0s;
  right:100%;
}

.xs-sidebar-group .widget-heading{
  position:absolute;
  top:0;
  right:0;
}

.xs-sidebar-widget{
  position:fixed;
  right:-100%;
  top:0;
  bottom:0;
  width:100%;
  max-width:400px;
  z-index:999999;
  overflow:hidden;
  overflow-y:auto;
  -webkit-overflow-scrolling:touch;
  background-color:#fff;
  -webkit-transition:all 0.5s cubic-bezier(0.9, 0.03, 0, 0.96) 0.6s;
  -o-transition:all 0.5s cubic-bezier(0.9, 0.03, 0, 0.96) 0.6s;
  transition:all 0.5s cubic-bezier(0.9, 0.03, 0, 0.96) 0.6s;
  visibility:hidden;
  opacity:0;
}

.xs-sidebar-group.isActive .xs-sidebar-widget{
  opacity:1;
  visibility:visible;
  right:0;
  -webkit-transition:all 0.7s cubic-bezier(0.9, 0.03, 0, 0.96) 0.4s;
  -o-transition:all 0.7s cubic-bezier(0.9, 0.03, 0, 0.96) 0.4s;
  transition:all 0.7s cubic-bezier(0.9, 0.03, 0, 0.96) 0.4s;
}

.sidebar-textwidget{
  padding: 50px 30px;
}

.xs-sidebar-group .close-side-widget{
  position: relative;
  display: inline-block;
  width: 50px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  background-color: #ebeef0;
  color: #222;
  border-radius: 50%;
  font-weight: 400;
  font-size: 20px;
  top: 10px;
  right: 10px;
  transform: rotate(45deg);
}

.sidebar-widget-container{
  position:relative;
  top:150px;
  opacity:0;
  visibility:hidden;
  -webkit-transition:all .3s ease-in .3s;
  -o-transition:all .3s ease-in .3s;
  transition:all .3s ease-in .3s;
  -webkit-backface-visibility:hidden;
  backface-visibility:hidden;
}

.xs-sidebar-group.isActive .sidebar-widget-container{
  top:0px;
  opacity:1;
  visibility:visible;
  -webkit-transition:all 1s ease-out 1.2s;
  -o-transition:all 1s ease-out 1.2s;
  transition:all 1s ease-out 1.2s;
  -webkit-backface-visibility:hidden;
  backface-visibility:hidden;
}

.xs-overlay{
  position:absolute;
  top:0;
  left:0;
  height:100%;
  width:100%;
  opacity:.5;
  z-index:0;
}

.xs-bg-black{
  background-color:#000000;
}

.xs-sidebar-group .logo{
  position: relative;
  max-width: 156px;
  margin-bottom: 23px;
}

.xs-sidebar-group .logo img{
  width: 100%;
}

.xs-sidebar-group .content-inner .text{
  position: relative;
  display: block;
  margin-bottom: 35px;
}

.xs-sidebar-group .content-inner h4{
	display: block;
	font-size: 20px;
	line-height: 30px;
	font-weight: 700;
	margin-bottom: 20px;
}

.xs-sidebar-group .content-inner .info-box .info{
	position: relative;
	display: block;
	margin-bottom: 38px;
}

.xs-sidebar-group .content-inner .info-box .info li{
	position: relative;
	display: block;
	padding-left: 33px;
	font-size: 15px;
	line-height: 26px;
	color: #808080;
	margin-bottom: 14px;
}

.xs-sidebar-group .content-inner .info-box .info li:last-child{
	margin-bottom: 0px;
}

.xs-sidebar-group .content-inner .info-box .info li i{
	position: absolute;
	left: 0px;
	top: 2px;
	color: #ed202b;
	font-size: 20px;
}

.xs-sidebar-group .content-inner .info-box .info li a{
	display: inline-block;
	color: #808080;
	transition: all 500ms ease;
}

.xs-sidebar-group .content-inner .info-box .info li a:hover{
	color: #ed202b;
}

.xs-sidebar-group .content-inner .social-links li{
	position: relative;
	display: inline-block;
	float: left;
	margin-right: 10px;
}

.xs-sidebar-group .content-inner .social-links li:last-child{
	margin: 0px !important;
}

.xs-sidebar-group .content-inner .social-links li a{
	position: relative;
	display: inline-block;
	width: 40px;
	height: 40px;
	line-height: 40px;
	background: #ebeef0;
	text-align: center;
	font-size: 16px;
	color: #222;
	border-radius: 50%;
	transition: all 500ms ease;
}

.xs-sidebar-group .content-inner .social-links li a:hover{
	color: #fff;
	background: #ed202b;
}

/** slider-style **/

.main-slider.home-4 .content{
	text-align: left;
}

.main-slider.style1 .btn-one:before{
	background: #fff;
}

.main-slider.style1 .btn-one:hover{
	color: #222;
}

.main-slider.style1 .btn-one.style2:hover{
	color: #fff;
}

.main-slider.home-4 .content .upper-title{
  position: relative;
  display: block;
  width: 100%;
  margin-bottom: 15px;
	opacity: 0;
  -webkit-transform: perspective(400px) rotateY(0deg) translateY(-120px);
  -ms-transform: perspective(400px) rotateY(0deg) translateY(-120px);
  transform: perspective(400px) rotateY(0deg) translateY(-120px);
  -webkit-transform-origin: bottom;
  -ms-transform-origin: bottom;
  transform-origin: bottom;
  -webkit-transition: all 1000ms ease;
  -moz-transition: all 1000ms ease;
  -ms-transition: all 1000ms ease;
  -o-transition: all 1000ms ease;
  transition: all 1000ms ease;
  z-index: 10;
}

.main-slider.home-4 .active .content .upper-title{
	opacity: 1;
  -webkit-transform: perspective(400px) rotateY(0deg) translateY(0px);
  -ms-transform: perspective(400px) rotateY(0deg) translateY(0px);
  transform: perspective(400px) rotateY(0deg) translateY(0px);
  -webkit-transition-delay: 1300ms;
  -moz-transition-delay: 1300ms;
  -ms-transition-delay: 1300ms;
  -o-transition-delay: 1300ms;
  transition-delay: 1300ms;   
}

.main-slider.home-4 .content .upper-title h5{
	font-size: 18px;
	line-height: 28px;
	color: #fff;
	font-weight: 700;
	padding-left: 70px;
	text-transform: uppercase;
}

.main-slider.home-4 .content .upper-title h5:before{
	position: absolute;
	content: '';
	background: #ed202b;
	width: 50px;
	height: 2px;
	left: 0px;
	top: 10px;
}

.main-slider.home-4 .slide .image-layer:before {
  position: absolute;
  content: '';
  width: 100%;
  height: 100%;
   background: -webkit-linear-gradient(0deg, rgba(0,0,0,0.9), rgba(0,0,0,0.0) 100%);
  top: 0px;
  right: 0px;
  z-index: 1;
  opacity: 1;
}

.main-slider.home-4 .slide{
	padding-bottom: 120px;
}


/** feature-home-four **/

.feature-home-four{
	position: relative;
}

.feature-home-four .inner-container{
	position: relative;
	z-index: 22;
	margin-top: 0px;
}

.feature-block-one .inner-box{
	position: relative;
	display: block;
	border-radius: 15px;
	background: #fff;      
	box-shadow: 0px 10px 50px 0px rgb(26 46 85 / 10%);
}

.feature-block-one .inner-box:before{
	position: absolute;
	content: '';
	background: #ed202b;
	width: 100%;
	height: 0%;
	left: 0px;
	bottom: 0px;
	border-radius: 15px;
	transition: all 500ms ease;
}

.feature-block-one .inner-box:hover:before{
	height: 100%;
	top: 0px;
}

.feature-block-one .inner-box .icon-box{
	position: relative;
	display: block;
}

.feature-block-one .inner-box .icon-box .icon{
	position: relative;
	font-size: 60px;
	line-height: 60px;
	color: #ed202b;
  top: -20px;
	transition: all 500ms ease;
}

.feature-block-one .inner-box .icon-box .shape-1{
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	top: -77px;
	width: 201px;
	height: 77px;
	background-repeat: no-repeat;
}

.feature-block-one .inner-box .icon-box .shape-1 svg{
	    fill: #fff;
	transition: all 500ms ease;
}

.feature-block-one .inner-box:hover .icon-box .shape-1 svg{
	    fill: #ed202b;
}

.feature-block-one .inner-box .icon-box .shape-2{
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	top: -78px;
	width: 201px;
	height: 78px;
	background-repeat: no-repeat;
	opacity: 0;
	transition: all 500ms ease;
}

.feature-block-one .inner-box:hover .icon-box .shape-2{
	opacity: 1;
}

.feature-block-one .inner-box h4{
	display: block;
	font-size: 20px;
	line-height: 30px;
	margin-bottom: 14px;
}

.feature-block-one .inner-box h4 a{
	display: inline-block;
	color: #252628;
	transition: all 500ms ease;
}

.feature-block-one .inner-box h4 a:hover{
	text-decoration: underline;
}

.feature-block-one .inner-box p{
	position: relative;
	transition: all 500ms ease;
}

.feature-block-one .inner-box:hover h4 a,
.feature-block-one .inner-box:hover .icon-box .icon{
	color: #fff;
}

.feature-block-one .inner-box:hover p{
	color: rgba(255, 255, 255, 0.60);
}

.feature-block-one .inner-box .lower-content{
	position: relative;
	display: block;
	overflow: hidden;
	padding: 0px 40px 33px 40px;
	border-radius: 15px;
}

.feature-block-one .inner-box .lower-content .light-icon{
	position: absolute;
	right: -9px;
	bottom: -28px;
	font-size: 60px;
	line-height: 60px;
	color: #fbd2d5;
}

/** about-home-four **/

.about-home-four{
	position: relative;
	padding: 150px 0px;
	padding-top:85px;
}

.about-home-four .image-box{
	position: relative;
	display: block;
	padding-right: 230px;
	margin-right: 40px;
	padding-top: 50px;
	padding-bottom: 190px;
}

.about-home-four .image-box .image{
	border-radius: 15px;
	position: relative;
}

.about-home-four .image-box img{
	width: 100%;
	border-radius: 15px;
}

.about-home-four .image-box .image-2{
	position: absolute;
	top: 0px;
	right: 0px;
}

.about-home-four .image-box .image-3{
	position: absolute;
	right: 60px;
	bottom: 0px;
}

.about-home-four .image-box .image-shape-1{
	position: absolute;
	left: -70px;
	top: -80px;
	width: 243px;
	height: 243px;
	background-repeat: no-repeat;
}

.about-home-four .image-box .image-shape-2{
	position: absolute;
	right: -10px;
	bottom: 210px;
	width: 143px;
	height: 143px;
	background-repeat: no-repeat;
}

.about-home-four .pattern-layer .pattern-1{
	position: absolute;
	left: 0px;
	bottom: 40px;
	width: 479px;
	height: 274px;
	background-repeat: no-repeat;
}

.about-home-four .pattern-layer .pattern-2{
	position: absolute;
	right: 0px;
	bottom: 70px;
	width: 305px;
	height: 364px;
	background-repeat: no-repeat;
}

.about-home-four .about-style3-content-box .inner-box .single-item{
	position: relative;
	display: block;
	padding-left: 80px;
	margin-bottom: 25px;
}

.about-home-four .about-style3-content-box .inner-box .single-item:last-child{
	margin-bottom: 0px;
}

.about-home-four .about-style3-content-box .inner-box .single-item .icon-box{
	position: absolute;
	left: 0px;
	top: 8px;
	display: inline-block;
	width: 60px;
	height: 60px;
	line-height: 60px;
	background: #fde8e9;
	font-size: 24px;
	text-align: center;
	border-radius: 50%;
	color: #ed202b;
}

.about-home-four .about-style3-content-box .inner-box .single-item:last-child .icon-box{
	background: #fbf4d8;
	color: #e7bd1a;
}

.about-home-four .about-style3-content-box .inner-box .single-item h4{
	font-size: 20px;
	line-height: 30px;
	margin-bottom: 10px;
}

.about-home-four .about-style3-content-box .single-counting-box{
	height: 88px;
	border-radius: 10px;
}

figure{
	margin-bottom: 0px;
}


/** service-home-four **/

.service-home-four{
	position: relative;
	background: #1f2021;
	padding: 140px 0px 250px 0px;
}

.service-home-four .sec-title h2 {
  color: #ffffff;
}

.service-home-four .tabs-box .tab{
  position:relative;
  display:none;
  transition: all 900ms ease;
  -moz-transition: all 900ms ease;
  -webkit-transition: all 900ms ease;
  -ms-transition: all 900ms ease;
  -o-transition: all 900ms ease;
}

.service-home-four .tabs-box .tab.active-tab{
  display:block;  
}

.service-home-four .tabs-box .tab{
  transform:scale(0.9,0.9) translateY(0px);
}

.service-home-four .tabs-box .tab.active-tab{
  transform:scale(1) translateY(0px);
}

.service-home-four .image-box{
	position: relative;
	display: block;
	padding-right: 120px;
	padding-bottom: 70px;
}

#tab-4 .image-box{
	padding-bottom: 285px;
}

.service-home-four .service-style1_btns-box .btn-one:before{
	background: #fff !important;
}

.service-home-four .image-box .image{
	border-radius: 20px;
}

.service-home-four .image-box .image img{
	width: 100%;
	border-radius: 20px;
}


.service-home-four .image-box .image-2 {
    position: absolute;
    right: 0px;
    /* bottom: -55px; */
    z-index: 1;
    margin-top: 100px;
    top: 40px;
    z-index: -1;
}
.service-home-four .image-box .image-1{
	position: relative;
	overflow: hidden;
}

.service-home-four .image-box .image-1:before{
  position: absolute;
  top: 0;
  left: -75%;
  display: block;
  content: '';
  width: 50%;
  height: 100%;
  background: -o-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, .3) 100%);
  background: -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, 0)), to(rgba(255, 255, 255, .3)));
  background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, .3) 100%);
  -webkit-transform: skewX(-25deg);
  -ms-transform: skewX(-25deg);
  transform: skewX(-25deg);
  z-index: 1;
}

.service-home-four .image-box:hover .image-1:before {
  -webkit-animation: shine 1s;
  animation: shine 1s;
}



.service-home-four .content-box{
	position: relative;
	display: block;
}

.service-home-four .content-box h3{
	display: block;
	font-size: 24px;
	line-height: 32px;
	color: #fff;
	margin-bottom: 15px;
}

.service-home-four .content-box .text p{
	color: #bcbdbd;
	margin-bottom: 26px;
}

.service-home-four .content-box .text p:last-child{
	margin-bottom: 0px;
}

.service-home-four .content-box .text{
	position: relative;
	display: block;
	margin-bottom: 25px;
}

.service-home-four .content-box h4{
	display: block;
	font-size: 20px;
	line-height: 30px;
	color: #fff;
	font-weight: 600;
	margin-bottom: 19px;
}

.service-home-four .content-box .list li{
	position: relative;
	display: inline-block;
	float: left;
	width: 50%;
	padding-left: 30px;
	font-size: 15px;
	color: #c6c6c6;
	margin-bottom: 12px;
}

.service-home-four .content-box .list li:before{
	position: absolute;
	content: "\f05d";
	font-family: 'FontAwesome';
	font-size: 20px;
	left: 0px;
	top: 0px;
	color: #ed202b;
}

.service-home-four .content-box .list.style-two li{
	width: 100%;
}

.mb_30{
	margin-bottom: 30px;
}

.mb_0{
	margin-bottom: 0px !important;
}

.ml_30{
	margin-left: 30px;
}

.mr_30{
	margin-right: 30px;
}

.pr_0{
	padding-right: 0px !important;
}

.service-home-four .image-box .image-shape-1{
	position: absolute;
	left: -70px;
	bottom: -15px;
	width: 193px;
	height: 193px;
	background-repeat: no-repeat;
}

.service-home-four .image-box .image-shape-2{
	position: absolute;
	left: -100px;
	bottom: 0px;
	width: 193px;
	height: 193px;
	background-repeat: no-repeat;
}

.service-home-four .image-box .image-3{
	margin-right: -30px;
}

.service-home-four .image-box  .two-image{
	margin-left: 30px;
}

.service-home-four .image-box .image-4{
	position: relative;
	margin-bottom: 30px;
	overflow: hidden;
}

.service-home-four .image-box .image-5{
	position: relative;
	overflow: hidden;
}

.service-home-four .image-box .image-4::before,
.service-home-four .image-box .image-5::before {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 1;
  display: block;
  content: '';
  width: 0;
  height: 0;
  background: rgba(255, 255, 255,.2);
  border-radius: 0%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  opacity: 0;
}

.service-home-four .image-box .image-4:hover::before,
.service-home-four .image-box .image-5:hover::before{
  -webkit-animation: circle .95s;
  animation: circle .95s;
}

.service-home-four .tab-btn-box{
	position: relative;
	display: block;
	margin-bottom: 50px;
}

.service-home-four .tab-btn{
	position: relative;
	display: block;
	background: #363738;
	border-radius: 10px;
	padding: 35px 30px;
	text-align: center;
	cursor: pointer;
	z-index: 1;
	transition: all 500ms ease;
}

.service-home-four .tab-btn:before{
	position: absolute;
	content: '';
	background: #ed202b;
	width: 26px;
	height: 26px;
	left: 50%;
	bottom: 0px;
	opacity: 0;
	z-index: -1;
	transform: translateX(-50%) rotate(45deg);
	transition: all 500ms ease;
}

.service-home-four .tab-btn:hover:before,
.service-home-four .tab-btn.active-btn:before{
	bottom: -10px;
	opacity: 1;
}

.service-home-four .tab-btn h4{
	font-size: 20px;
	line-height: 30px;
	color: #fff;
}

.service-home-four .tab-btn:hover,
.service-home-four .tab-btn.active-btn{
	background: #ed202b;
}

.service-home-four .pattern-layer .pattern-1{
	position: absolute;
	left: 0px;
	bottom: 285px;
	width: 223px;
	height: 369px;
	background-repeat: no-repeat;
}

.service-home-four .pattern-layer .pattern-2{
	position: absolute;
	right: 0px;
	bottom: 50px;
	width: 615px;
	height: 775px;
	background-repeat: no-repeat;
}


/** funfact-home-4 **/

.funfact-home-4{
	position: relative;
}

.funfact-home-4 .inner-container{
	position: relative;
	margin-top: -100px;
	z-index: 1;
}

.funfact-home-4 .single-item{
	position: relative;
	display: block;
	background: #fff;
	border-radius: 20px;
	padding: 40px 30px 33px 30px;
	box-shadow: 0px 10px 50px 0px rgb(26 46 85 / 10%);
}

.funfact-home-4 .single-item .icon-box{
	position: relative;
	display: inline-block;
	width: 75px;
	height: 75px;
	line-height: 75px;
	font-size: 30px;
	color: #ed202b;
	background: #fde8e9;
	border-radius: 50%;
	text-align: center;
	margin-bottom: 18px;
	z-index: 1;
	transition: all 500ms ease;
}

.funfact-home-4 .single-item:hover .icon-box{
	color: #fff !important;
}

.funfact-home-4 .single-item .icon-box:before{
	position: absolute;
	content: '';
	background: #ed202b;
	width: 100%;
	height: 100%;
	left: 0px;
	top: 0px;
	transform: scale(0,0);
	border-radius: 50%;
	z-index: -1;
	transition: all 500ms ease;
}

.funfact-home-4 .single-item:hover .icon-box:before{
	transform: scale(1,1);
}

.funfact-home-4 .single-item .count-outer{
	position: relative;
	display: block;
	font-size: 60px;
	line-height: 60px;
	font-family: 'Montserrat', sans-serif;
	color: #252628;
	font-weight: 600;
	margin-bottom: 11px;
}

.funfact-home-4 .single-item p{
	font-size: 16px;
	font-weight: 600;
	color: #252628;
	margin-bottom: 0px;
}

.funfact-home-4 .single-column:nth-child(2),
.funfact-home-4 .single-column:last-child{
	padding-top: 40px;
}


/** chooseus-home-four **/

.chooseus-home-four{
	position: relative;
}

.chooseus-home-four .inner-container{
	position: relative;
	padding: 140px 0px 120px 0px;
}

.chooseus-home-four .inner-container .image-box{
	position: absolute;
	right: 0px;
	bottom: 0px;
}

.chooseus-home-four .single-item{
	position: relative;
	display: block;
	overflow: hidden;
	background: #f8f5ee;
	border-radius: 20px;
	text-align: center;
	margin-bottom: 30px;
	padding: 30px 30px 34px 30px;
}

.chooseus-home-four .single-item .icon-box{
	position: relative;
	display: block;
	font-size: 60px;
	line-height: 60px;
	color: #ed202b;
	margin-bottom: 15px;
}

.chooseus-home-four .single-item h5{
	display: block;
	font-size: 18px;
	line-height: 28px;
	margin-bottom: 0px;
}

.chooseus-home-four .single-item .overlay-text{
	position: absolute;
	left: 0px;
	top: 20px;
	width: 100%;
	height: 100%;
	padding: 35px 30px 34px 30px;
	border-radius: 20px;
	background: #ed202b;
	opacity: 0;
	visibility: hidden;
	z-index: 1;
	transition: all 500ms ease;
}

.chooseus-home-four .single-item:hover .overlay-text{
	top: 0px;
	visibility: visible;
	opacity: 1;
}

.chooseus-home-four .single-item .overlay-text h5{
	color: #fff;
	margin-bottom: 14px;
}

.chooseus-home-four .single-item .overlay-text p{
	color: #fff;
	margin-bottom: 0px;
}

.chooseus-home-four .inner-box{
	position: relative;
}

.chooseus-home-four .inner-box .content-shape{
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%,-50%);
	width: 213px;
	height: 213px;
	background-repeat: no-repeat;
}

.chooseus-home-four .pattern-layer .pattern-1{
	position: absolute;
	left: 0px;
	bottom: -120px;
	width: 634px;
	height: 669px;
	background-repeat: no-repeat;
}

.chooseus-home-four .pattern-layer .pattern-2{
	position: absolute;
	right: 215px;
	bottom: 70px;
	width: 391px;
	height: 325px;
	background-repeat: no-repeat;
}

.chooseus-home-four .pattern-layer .pattern-3{
	position: absolute;
	right: 450px;
	top: 250px;
	width: 143px;
	height: 143px;
	background-repeat: no-repeat;
}

.testimonials-style3-area.home-four{
	position: relative;
	background: #f8f5ee;
}


.testimonials-style3-area.home-four .pattern-layer{
	position: absolute;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	left: 0px;
	top: 0px;
	background-size: cover;
	background-repeat: no-repeat;
}


/** project-home-four **/

.project-home-four{
	position: relative;
}

.project-home-four .project-block .inner-box{
	position: relative;
	display: block;
	overflow: hidden;
}

.project-home-four .project-block .inner-box .image-box{
	position: relative;
	display: block;
	overflow: hidden;
	background: #1f2021;
}

.project-home-four .project-block .inner-box .image-box img{
	width: 100%;
	transition: all 500ms ease;
}

.project-home-four .project-block .inner-box:hover .image-box img{
	opacity: 0.15;
	transform: scale(1.05);
}

.project-home-four .project-block .inner-box .zoom-button{
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%,-50%);
}

.project-home-four .project-block .inner-box .zoom-button a{
	position: relative;
	display: inline-block;
	width: 60px;
	height: 60px;
	line-height: 60px;
	background: #fff;
	font-size: 20px;
	text-align: center;
	border-radius: 50%;
	color: #ed202b;
	transform: scale(0,0);
	transition: all 500ms ease;
}

.project-home-four .project-block .inner-box .zoom-button a:hover{
	background: #ed202b;
	color: #fff !important;
}

.project-home-four .project-block .inner-box:hover .zoom-button a{
	transform: scale(1,1);
}

.project-home-four .project-block .inner-box .text{
	position: absolute;
	left: 0px;
	bottom: 0px;
	padding-left: 30px;
	width: 100%;
	opacity: 0;
	visibility: hidden;
	transition: all 500ms ease;
}

.project-home-four .project-block .inner-box:hover .text{
	bottom: 16px;
	opacity: 1;
	visibility: visible;
}

.project-home-four .project-block .inner-box .text h4{
	display: block;
	font-size: 20px;
	line-height: 30px;
	color: #fff;
	margin-bottom: 5px;
}

.project-home-four .project-block .inner-box .text h4 a{
	display: inline-block;
	color: #fff;
	transition: all 500ms ease;
}

.project-home-four .project-block .inner-box .text h4 a:hover{
	color: #ed202b;
}

.project-home-four .project-block .inner-box .text p{
	color: #fff;
}


/** team-home-four **/

.team-home-four{
	position: relative;
	padding: 150px 0px;
}

.team-home-four .team-block .inner-box .share-box{
	position: absolute;
  bottom: 35px;
  right: 40px;
}

.team-home-four .team-block .inner-box .share-box:before{
  position: absolute;
  content: '';
  background: transparent;
  width: 100%;
  height: 15px;
  left: 0px;
  top: -15px;
}

.team-home-four .team-block .inner-box .share-box .share-icon{
	position: relative;
	display: inline-block;
  width: 50px;
  height: 50px;
  line-height: 50px;
  font-size: 16px;
  color: #222;
  background: #fff;
  text-align: center;
  border-radius: 50%;
  transition: all 500ms ease;
}

.team-home-four .team-block .inner-box .share-box:hover .share-icon{
	color: #ed202b;
}

.team-home-four .team-block .inner-box .share-box .share-links{
	position: absolute;
  right: 0px;
  bottom: 45px;
  transform: scaleY(0);
  transform-origin: bottom center;
  opacity: 0;
  transition: all 500ms ease;
}

.team-home-four .team-block .inner-box .share-box:hover .share-links{
  bottom: 60px;
  opacity: 1;
  transform: scaleY(1);
}

.team-home-four .team-block .inner-box .share-box .share-links li{
	position: relative;
	display: block;
	margin-bottom: 10px;
}

.team-home-four .team-block .inner-box .share-box .share-links li:last-child{
	margin-bottom: 0px;
}

.team-home-four .team-block .inner-box .share-box .share-links li a{
  position: relative;
	display: inline-block;
  width: 50px;
  height: 50px;
  line-height: 50px;
  font-size: 16px;
  color: #222;
  background: #fff;
  text-align: center;
  border-radius: 50%;
  transition: all 500ms ease;
}

.team-home-four .team-block .inner-box .share-box .share-links li a:hover{
  color: #ed202b;
}

.team-home-four .team-block .inner-box{
	position: relative;
	display: block;
	overflow: hidden;
	border-radius: 15px;
	max-width: 370px;
	margin: 0 auto;
}

.team-home-four .team-block .inner-box .image-box{
	position: relative;
	display: block;
	overflow: hidden;
	background: #f6f3ec;
	transition: all 500ms ease;
}

.team-home-four .team-block .inner-box:hover .image-box{
	background: #1f2021;
}

.team-home-four .team-block .inner-box .image-box img{
	width: 100%;
	transition: all 500ms ease;
}

.team-home-four .team-block .inner-box:hover .image-box img{
	transform: scale(1.05);
	opacity: 0.5;
}

.team-home-four .team-block .inner-box .lower-content{
	position: relative;
	display: block;
	padding: 30px 40px 32px 40px;
	background: #ed202b;
}

.team-home-four .team-block .inner-box .lower-content h4{
	position: relative;
	display: block;
	font-size: 20px;
	line-height: 20px;
	color: #fff;
	margin-bottom: 7px;
}

.team-home-four .team-block .inner-box .lower-content h4 a{
	display: inline-block;
	color: #fff;
	transition: all 500ms ease;
}

.team-home-four .team-block .inner-box .lower-content h4 a:hover{
	text-decoration: underline;
}

.team-home-four .team-block .inner-box .lower-content .designation{
	position: relative;
	display: block;
	font-size: 15px;
	color: #fff;
}

.team-home-four .team-block .inner-box .lower-content .shape{
	position: absolute;
	left: 0px;
	top: -34px;
	width: 370px;
	height: 34px;
	background-repeat: no-repeat;
}

.team-home-four .team-block .inner-box .lower-content .shape svg{
	fill: #ed202b;
	transition: all 500ms ease;
}

.team-home-four .pattern-layer .pattern-1{
	position: absolute;
	left: 0px;
	bottom: 0px;
	width: 475px;
	height: 521px;
	background-repeat: no-repeat;
}

.team-home-four .pattern-layer .pattern-2{
	position: absolute;
	right: 0px;
	bottom: 180px;
	width: 329px;
	height: 322px;
	background-repeat: no-repeat;
}



.faq-style1-area.home-four{
	position: relative;
	padding: 150px 0px;
	background: #f8f5ee;
}

.faq-style1-area.home-four .accordion-box .block .acc-btn{
	background: transparent;
}

.faq-style1-area.home-four .image-box{
	position: relative;
	display: block;
	padding-left: 40px;
	padding-right: 50px;
	padding-top: 50px;
}

.faq-style1-area.home-four .image-box .image{
	position: relative;
	border-radius: 20px;
	overflow: hidden;
}

.faq-style1-area.home-four .image-box .image:before{
  position: absolute;
  top: 0;
  left: -75%;
  display: block;
  content: '';
  width: 50%;
  height: 100%;
  background: -o-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, .3) 100%);
  background: -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, 0)), to(rgba(255, 255, 255, .3)));
  background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, .3) 100%);
  -webkit-transform: skewX(-25deg);
  -ms-transform: skewX(-25deg);
  transform: skewX(-25deg);
  z-index: 1;
}

.faq-style1-area.home-four .image-box .image:hover:before {
  -webkit-animation: shine 1s;
  animation: shine 1s;
}

.faq-style1-area.home-four .image-box img{
	width: 100%;
	border-radius: 20px;
}

.faq-style1-area.home-four .faq-style1__content{
	margin-right: 40px;
	padding-bottom: 0px;
}

.faq-style1-area.home-four .image-box .bg-layer{
	position: absolute;
	top: 0px;
	right: 0px;
	width: 270px;
	height: 270px;
	background: #ed202b;
	border-radius: 20px;
}

.faq-style1-area.home-four .image-box .pattern-layer{
  position: absolute;
  left: -20px;
  bottom: -50px;
  width: 143px;
  height: 143px;
  background-repeat: no-repeat;
}

.faq-style1-area.home-four .pattern-layer .pattern-1{
	position: absolute;
	left: 0px;
	bottom: 45px;
	width: 360px;
	height: 483px;
	background-repeat: no-repeat;
}

.faq-style1-area.home-four .pattern-layer .pattern-2{
	position: absolute;
	right: 0px;
	bottom: 0px;
	width: 796px;
	height: 524px;
	background-repeat: no-repeat;
}


/** workig-process-home-four **/

.workig-process-home-four{
	position: relative;
	padding: 150px 0px;
	background: #1f2021;
}

.workig-process-home-four .sec-title h2 {
  color: #ffffff;
}

.workig-process-home-four .pattern-layer{
	position: absolute;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	background-repeat: repeat-x;
}

.workig-process-home-four .process-block .inner-box{
	position: relative;
	display: block;
	padding-left: 30px;
	padding-right: 30px;
}

.workig-process-home-four .process-block .inner-box .icon-box{
	position: relative;
	display: inline-block;
	width: 150px;
	height: 150px;
	line-height: 150px;
	text-align: center;
	border: 2px dashed rgba(255,255,255,0.15);
	border-radius: 50%;
	margin-bottom: 25px;
	padding: 8px;
}

.workig-process-home-four .process-block .inner-box .icon-box .icon{
	position: relative;
	display: inline-block;
	width: 130px;
	height: 130px;
	line-height: 130px;
	background: #ed202b;
	font-size: 60px;
	color: #fff;
	text-align: center;
	border-radius: 50%;
	z-index: 1;
	transition: all 500ms ease;
}

.workig-process-home-four .process-block .inner-box:hover .icon-box .icon{
	color: #ed202b;
}

.workig-process-home-four .process-block .inner-box .icon-box .icon:before{
	position: absolute;
	content: '';
	background: #fff;
	width: 100%;
	height: 100%;
	left: 0px;
	top: 0px;
	transform: scale(0,0);
	z-index: -1;
	border-radius: 50%;
	transition: all 500ms ease;
}

.workig-process-home-four .process-block .inner-box:hover .icon-box .icon:before{
	transform: scale(1,1);
}

.workig-process-home-four .process-block .inner-box .icon-box span{
	position: absolute;
	left: -6px;
	top: -6px;
	width: 56px;
	height: 56px;
	line-height: 56px;
	background: #fff;
	text-align: center;
	border-radius: 50%;
	font-size: 20px;
	font-weight: 600;
	color: #222;
	font-family: 'Montserrat', sans-serif;
	z-index: 1;
	transition: all 500ms ease;
}

.workig-process-home-four .process-block .inner-box:hover .icon-box span{
	box-shadow: 0px 0px 30px 0px rgb(0 0 0 / 15%);
}

.workig-process-home-four .process-block .inner-box h3{
	position: relative;
	display: block;
	font-size: 22px;
	line-height: 30px;
	color: #fff;
	margin-bottom: 15px;
}

.workig-process-home-four .process-block .inner-box p{
	color: #b5b5b5;
	line-height: 30px;
	margin-bottom: 0px;
}

.workig-process-home-four .process-block .inner-box .arrow{
	position: absolute;
	top: 70px;
	right: -60px;
	width: 103px;
	height: 15px;
	background-repeat: no-repeat;
}

.contact-style1-area.home-4 .contact-form-box1 form input[type="text"], 
.contact-style1-area.home-4 .contact-form-box1 form input[type="email"], 
.contact-style1-area.home-4 .contact-form-box1 form textarea{
	background: #fff;
	color: #222;
}

.contact-style1-area.home-4 .contact-form-box1 form input[type="text"]::-webkit-input-placeholder {
  color: #222;
}
.contact-style1-area.home-4 .contact-form-box1 form input[type="text"]:-moz-placeholder {
  color: #222;
}
.contact-style1-area.home-4 .contact-form-box1 form input[type="text"]::-moz-placeholder {
  color: #222;
}
.contact-style1-area.home-4 .contact-form-box1 form input[type="text"]:-ms-input-placeholder {
  color: #222;
}

.contact-style1-area.home-4 .image-layer{
	position: absolute;
	left: 0px;
	bottom: 0px;
	z-index: 1;
}

.contact-style1-area.home-4 .contact-form-box1{
	margin-left: 40px;
	z-index: 1;
}

.contact-style1-area.home-4 .pattern-layer{
	position: absolute;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	background-repeat: repeat-x;
}

.footer-area .footer .bg-layer{
	position: absolute;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
}

.footer-area .footer .bg-layer:before{
	position: absolute;
	content: '';
	background: #0c0c0d;
	width: 100%;
	height: 100%;
	left: 0px;
	top: 0px;
	opacity: 0.9;
}

.footer-area.home-four .footer{
	padding-top: 110px;
}

.blog-style1-area.home-4 .pattern-layer{
	position: absolute;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: bottom center;
}

.blog-style1-area.home-4 .single-blog-style1{
	background: transparent;
}

.blog-style1-area.home-4 .single-blog-style1 .btn-box a{
	position: relative;
	display: inline-block;
	overflow: hidden;
	vertical-align: middle;
	font-size: 15px;
	line-height: 26px;
	color: #222;
	font-family: 'Montserrat', sans-serif;
	text-align: center;
	font-weight: 600;
	border-radius: 30px;
	border: 1px solid #e5e5e5;
	padding: 11px 30px;
	z-index: 1;
	transition: all 500ms ease;
}

.blog-style1-area.home-4 .single-blog-style1 .btn-box a:hover{
	color: #fff;
	border-color: #ed202b;
	background: #ed202b;
}

.blog-style1-area.home-4 .single-blog-style1 .btn-box a:before{
	position: absolute;
	content: '';
	background: #ed202b;
	width: 0%;
	height: 100%;
	left: 0px;
	top: 0px;
	z-index: -1;
	border-radius: 30px;
	transition: all 500ms ease;
}

.blog-style1-area.home-4 .single-blog-style1 .btn-box a:hover:before{
	width: 100%;
}

.blog-style1-area.home-4 .single-blog-style1 .text{
	margin-bottom: 22px;
}

.blog-style1-area.home-4{
	position: relative;
	padding: 150px 0px 100px 0px;
}

.blog-style1-area.home-4 .single-blog-style1 .img-holder .inner::before{
	display: none;
}

.blog-style1-area.home-4 .single-blog-style1 .img-holder .inner{
	background: #000;
}

.blog-style1-area.home-4 .single-blog-style1:hover .img-holder .inner img{
	opacity: 0.2;
}

.project-home-four .owl-nav,
.project-home-four .owl-dots{
	display: none !important;
}






/************ home-page-5 form home-page-9 style ****************/





/** header-style-three **/

.header-style-three{
	position: relative;
}

.header-style-three .shopping-cart-box a{
	border: none;
	font-size: 20px;
	color: #222;
}


/** slider-style-two **/


.slider-style-two{
	position: relative;
	width: 100%;
	background-color: #1f2021;
	background-repeat: repeat-x repeat-y;
	background-position: center;
	overflow: hidden;
}

.slider-style-two .content-inner{
	position: relative;
	padding: 104px 0px 210px 0px;
}

.slider-style-two .content .upper-title{
  position: relative;
  display: block;
  width: 100%;
  margin-bottom: 9px;
	opacity: 0;
  -webkit-transform: perspective(400px) rotateY(0deg) translateY(-120px);
  -ms-transform: perspective(400px) rotateY(0deg) translateY(-120px);
  transform: perspective(400px) rotateY(0deg) translateY(-120px);
  -webkit-transform-origin: bottom;
  -ms-transform-origin: bottom;
  transform-origin: bottom;
  -webkit-transition: all 1000ms ease;
  -moz-transition: all 1000ms ease;
  -ms-transition: all 1000ms ease;
  -o-transition: all 1000ms ease;
  transition: all 1000ms ease;
  z-index: 10;
}

.slider-style-two .active .content .upper-title{
	opacity: 1;
  -webkit-transform: perspective(400px) rotateY(0deg) translateY(0px);
  -ms-transform: perspective(400px) rotateY(0deg) translateY(0px);
  transform: perspective(400px) rotateY(0deg) translateY(0px);
  -webkit-transition-delay: 1300ms;
  -moz-transition-delay: 1300ms;
  -ms-transition-delay: 1300ms;
  -o-transition-delay: 1300ms;
  transition-delay: 1300ms;   
}

.slider-style-two .content .upper-title h5{
	position: relative;
	display: block;
	font-size: 18px;
	line-height: 26px;
	color: #fff;
	font-weight: 600;
	padding-left: 70px;
	text-transform: uppercase;
}

.slider-style-two .content .upper-title h5:before{
	position: absolute;
	content: '';
	background: #fff;
	width: 50px;
	height: 2px;
	left: 0px;
	top: 12px;
}

.slider-style-two .btns-box .btn-one:after {
  background-color: var(--thm-primary);
}

.slider-style-two .btns-box .btn-one.style2:after{
	background-color: var(--thm-black) !important;
}

.slider-style-two .btns-box .btn-one{
	color: #222;
}

.slider-style-two .btns-box .btn-one:after{
	background: #fff !important;
}
.slider-style-two .btns-box .btn-one.style2:hover{
	color: #fff;
}

.slider-style-two .btns-box .btn-one:hover{
	color: #fff;
}

.slider-style-two .btns-box .btn-one.style2{
	color: #fff;
}

.main-slider.slider-style-four .btn-one:before{
	background: #fff;
}

.main-slider.slider-style-four .btn-one.style2:hover{
	color: #fff !important;
}

.slider-style-two .btns-box .btn-one.style2:before{
	background: #fff !important;
}

.slider-style-two .btns-box .btn-one.style2:hover{
	
}

.cta-home-six .inner-box .theme-btn:before{
	background: #222;
}

.slider-style-two .content{
	max-width: 570px;
}

.slider-style-two .content .big-title{
	margin-bottom: 13px;
}

.slider-style-two .content .big-title h2{
	line-height: 70px;
}

.slider-style-two .content .text{
	margin-bottom: 10px;
}


.slider-style-two .content-inner .image-box{
	position: absolute;
	right: -160px;
	bottom: 0px;
	opacity: 0;
  -webkit-transform: perspective(400px) rotateY(0deg) translateY(80px);
  -ms-transform: perspective(400px) rotateY(0deg) translateY(80px);
  transform: perspective(400px) rotateY(0deg) translateY(80px);
  -webkit-transform-origin: bottom;
  -ms-transform-origin: bottom;
  transform-origin: bottom;
  -webkit-transition: all 1500ms ease;
  -moz-transition: all 1500ms ease;
  -ms-transition: all 1500ms ease;
  -o-transition: all 1500ms ease;
  transition: all 1500ms ease;
}

.slider-style-two .active .content-inner .image-box{
	opacity: 1;
  -webkit-transform: perspective(400px) rotateY(0deg) translateY(0px);
  -ms-transform: perspective(400px) rotateY(0deg) translateY(0px);
  transform: perspective(400px) rotateY(0deg) translateY(0px);
  -webkit-transition-delay: 1000ms;
  -moz-transition-delay: 1000ms;
  -ms-transition-delay: 1000ms;
  -o-transition-delay: 1000ms;
  transition-delay: 1000ms; 
}

.slider-style-two .pattern-layer .pattern-1{
	position: absolute;
	left: 0px;
	top: 0px;
	width: calc(50% + 190px);
	height: 100%;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: right center;
}

.slider-style-two .pattern-layer .pattern-1 svg{
	fill: #ed202b;
}

.slider-style-two .pattern-layer .pattern-2{
	position: absolute;
	left: 0px;
	top: 0px;
	width: 413px;
	height: 372px;
	background-repeat: no-repeat;
}

.slider-style-two .pattern-layer .pattern-3{
	position: absolute;
	left: -110px;
	bottom: -40px;
	width: 238px;
	height: 238px;
	background-repeat: no-repeat;
	-webkit-animation: zoom-fade 6s infinite linear;
  animation: zoom-fade 6s infinite linear;
}

.slider-style-two .pattern-layer .pattern-4{
	position: absolute;
	top: 210px;
	right: 180px;
	width: 238px;
	height: 238px;
	background-repeat: no-repeat;
	-webkit-animation: zoom-fade 6s infinite linear;
  animation: zoom-fade 6s infinite linear;
}

.slider-style-two .pattern-layer .pattern-5{
	position: absolute;
	left: 0px;
	top: 0px;
	width: 682px;
	height: 607px;
	background-repeat: no-repeat;
}

.centred{
	text-align: center;
}


/** search-field-section **/

.search-field-section{
	position: relative;
}

.search-field-section .inner-container{
	position: relative;
	display: block;
	background: #fff;
	padding: 30px 50px 70px 50px;
	border-radius: 20px;
	box-shadow: 0px 10px 40px 0px rgba(0, 0, 0, 0.10);
	z-index: 99;
	margin-top: -75px;
}

.search-field-section .inner-container .shape{
	position: absolute;
	left: 50%;
	top: -65px;
	transform: translateX(-50%);
	width: 570px;
	height: 65px;
	background-repeat: no-repeat;
}

.search-field-section .text{
	position: relative;
	display: block;
	margin-bottom: 36px;
}

.search-field-section .text h2{
	position: relative;
	display: block;
	font-size: 30px;
	line-height: 40px;
	font-weight: 800;
	margin-bottom: 9px;
}

.search-field-section .text p{
	position: relative;
	display: block;
	font-size: 15px;
	line-height: 26px;
	font-family: 'Poppins', sans-serif;
	color: #808080;
	margin-bottom: 0px;
}

.search-field-section form{
	position: relative;
	display: block;
	padding-right: 215px;
	margin-left: 5px;
}

.search-field-section form .form-group{
	position: relative;
	padding: 0px 10px;
	margin-bottom: 0px;
}

.search-field-section form .form-group input[type="text"],
.search-field-section form .form-group input[type="tel"],
.search-field-section form .form-group input[type="date"]

{
	position: relative;
	display: block;
	width: 100%;
	height: 55px;
	border: 1px solid #e5e5e5;
	border-radius: 30px;
	font-size: 15px;
	font-family: 'Montserrat', sans-serif;
	color: #808080;
	padding: 10px 30px;
	transition: all 500ms ease;
}

.search-field-section form .form-group input[type="text"]:focus{
	border-color: #ed202b;
}

.search-field-section form .form-group .icon {
    position: absolute;
    top: 16px;
    right: 49px;
    font-size: 16px;
    color: #9e9e9e;
    font-weight: 700;
    z-index: 1;
    display: none;
}

.search-field-section form .message-btn{
	position: absolute;
	top: 0px;
	right: 0px;
}

.theme-btn{
  position: relative;
  display: inline-block;
  overflow: hidden;
  vertical-align: middle;
  padding-left: 40px;
  padding-right: 40px;
  background-color: #ed202b;
  color: #ffffff;
  font-size: 16px;
  line-height: 55px;
  font-weight: 600;
  text-transform: capitalize;
  border-radius: 30px;
  -webkit-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear; 
  font-family: var(--thm-font-2);
  z-index: 1;
}

.theme-btn:before{
	position: absolute;
	content: '';
	background: #222;
	width: 0%;
	height: 100%;
	left: 0px;
	top: 0px;
	z-index: -1;
	transition: all 500ms ease;
}

.theme-btn:hover:before{
	width: 100%;
}

.theme-btn:hover{
	color: #fff;
}

.search-field-section form .message-btn .theme-btn{
	padding-left: 45px;
	padding-right: 45px;
}


/** about-home-five **/

.about-home-five{
	position: relative;
	padding: 150px 0px;
}

.image_block_one .image-box{
	position: relative;
	display: block;
	padding: 143px 0px 60px 280px;
	margin-right: 40px;
}

.image_block_one .image-box img{
	width: 100%;
}

.image_block_one .image-box .image-1{
	position: relative;
}

.image_block_one .image-box .image-2{
	position: absolute;
	left: 0px;
	top: 0px;
}

.image_block_one .image-box .text{
	position: absolute;
	left: 70px;
	bottom: 0px;
	width: 320px;
	background: #fff;
	border-radius: 20px;
	padding: 33px 30px 37px 135px;
	box-shadow: 0px 10px 60px 0px rgba(0, 0, 0, 0.10);
}

.image_block_one .image-box .text h2{
	position: absolute;
	left: 40px;
	top: 35px;
	font-size: 60px;
	line-height: 60px;
	font-family: 'Montserrat', sans-serif;
	font-weight: 700;
}

.image_block_one .image-box .text h4{
	position: relative;
	display: block;
	font-size: 20px;
	line-height: 30px;
	font-family: 'Montserrat', sans-serif;
	font-weight: 600;
}

.image_block_one .image-box .text .icon-box{
	position: absolute;
	left: 40%;
	top: 50%;
	transform: translate(-50%,-50%);
}

.image_block_one .image-box .curve-text{
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%,-50%);
	width: 150px;
	height: 150px;
	text-align: center;
	border-radius: 50%;
	background: #e7bd1a;
}

.image_block_one .image-box .curved-circle {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 150px;
  font-size: 13px;
  font-weight: 700;
  font-family: 'Montserrat', sans-serif;
  color: #222;
}

.image_block_one .image-box .curve-text .icon{
	position: absolute;
	left: 0px;
	top: 0px;
	right: 0px;
	width: 150px;
	height: 150px;
	line-height: 150px;
	text-align: center;
}

.image_block_one .image-box .curve-text .icon img{
	display: inline-block;
	width: auto;
}

.image_block_one .image-box .shape .shape-1{
	position: absolute;
	top: 0px;
	right: -40px;
	width: 184px;
	height: 184px;
	background-repeat: no-repeat;
	-webkit-animation: zoom-fade 6s infinite linear;
  animation: zoom-fade 6s infinite linear;
}

.image_block_one .image-box .shape .shape-2{
	position: absolute;
	left: 0px;
	bottom: -50px;
	width: 130px;
	height: 146px;
	background-repeat: no-repeat;
	-webkit-animation: zoom-fade 4s infinite linear;
  animation: zoom-fade 4s infinite linear;
}

.content_block_one .content-box{
	position: relative;
	display: block;
	margin-left: 40px;
}

.content_block_one .content-box .text{
	position: relative;
	display: block;
	margin-bottom: 29px;
}

.content_block_one .content-box .text p{
	position: relative;
	display: block;
	font-size: 15px;
	line-height: 26px;
	font-family: 'Poppins', sans-serif;
	color: #808080;
	margin-bottom: 26px;
}

.content_block_one .content-box .text p:last-child{
	margin-bottom: 0px;
}

.list-style-one li{
	position: relative;
	display: block;
	font-size: 16px;
	line-height: 26px;
	font-family: 'Montserrat', sans-serif;
	font-weight: 600;
	color: #252628;
	padding-left: 28px;
	margin-bottom: 12px;
}

.list-style-one li:last-child{
	margin-bottom: 0px;
}

.list-style-one li:before{
	position: absolute;
  content: "\f05d";
  font-family: 'FontAwesome';
  font-size: 20px;
  left: 0px;
  top: 0px;
  font-weight: 400;
  color: #ed202b;
}

.content_block_one .content-box .list-style-one li{
	float: left;
	width: 50%;
}

.content_block_one .content-box .list-style-one{
	margin-bottom: 35px;
}

.content_block_one .content-box .sec-title{
	padding-bottom: 16px;
}

.about-home-five .pattern-layer{
	position: absolute;
	right: 0px;
	bottom: 0px;
	width: 452px;
	height: 404px;
	background-repeat: no-repeat;
}


/** service-home-five **/

.service-home-five{
	position: relative;
	padding: 150px 0px;
	background: #1f2021;
	overflow: hidden;
}

.service-home-five .sec-title h2{
	color: #fff;
}

.service-block-one .inner-box{
	position: relative;
	display: block;
	overflow: hidden;
	background: #fff;
	border-radius: 20px;
}

.service-block-one .inner-box .image-box{
	position: relative;
	display: block;
	overflow: hidden;
}

.service-block-one .inner-box .shape .shape-1{
	position: absolute;
	left: 0px;
	bottom: 0px;
	width: 100%;
	height: 62px;
	background-size: cover;
	background-repeat: no-repeat;
	z-index: 1;
	transition: all 500ms ease;
}

.service-block-one .inner-box:hover .shape .shape-1{
	bottom: -20px;
	opacity: 0;
}

.service-block-one .inner-box .shape .shape-2{
	position: absolute;
	left: 0px;
	bottom: -10px;
	width: 100%;
	height: 84px;
	background-size: cover;
	background-repeat: no-repeat;
	z-index: 1;
	opacity: 0;
	transition: all 500ms ease;
}

.service-block-one .inner-box .shape .shape-2 svg{
	fill: #fff;
	transition: all 500ms ease;
}

.service-block-one .inner-box:hover .shape .shape-2{
	opacity: 1;
	bottom: 20px;
}

.service-block-one .inner-box .image{
	position: relative;
	display: block;
	overflow: hidden;
	background: #000;
}

.service-block-one .inner-box .image img{
	width: 100%;
	transition: all 500ms ease;
}

.service-block-one .inner-box:hover .image img{
	opacity: 0.7;
	transform: scale(1.05);
}

.service-block-one .inner-box .lower-content{
	position: relative;
	display: block;
	padding: 15px 30px 14px 40px;
	z-index: 2;
	transition: all 500ms ease;
}

.service-block-one .inner-box:hover .lower-content{
	background: #ed202b;
}

.service-block-one .inner-box:hover .lower-content{
	padding-bottom: 54px;
	margin-top: -40px;
}

.service-block-one .inner-box .lower-content .icon-box{
	position: relative;
	display: block;
	font-size: 60px;
	line-height: 60px;
	color: #ed202b;
	margin-bottom: 22px;
	transition: all 500ms ease;
}

.service-block-one .inner-box:hover .lower-content .icon-box{
	color: #fff !important;
}

.service-block-one .inner-box .lower-content h3{
	position: relative;
	display: block;
	font-size: 22px;
	line-height: 30px;
	font-family: 'Montserrat', sans-serif;
	font-weight: 700;
	margin-bottom: 15px;
}

.service-block-one .inner-box .lower-content h3 a{
	display: inline-block;
	color: #252628;
	transition: all 500ms ease;
}

.service-block-one .inner-box:hover .lower-content h3 a{
	color: #fff !important;
}

.service-block-one .inner-box .lower-content p{
	position: relative;
	display: block;
	font-size: 15px;
	line-height: 26px;
	color: #808080;
	margin-bottom: 16px;
	transition: all 500ms ease;
}

.service-block-one .inner-box:hover .lower-content p{
	color: #fff !important;
}

.service-block-one .inner-box .lower-content .link{
	position: absolute;
	left: 40px;
	bottom: 0px;
	opacity: 0;
	transition: all 500ms ease;
}

.service-block-one .inner-box:hover .lower-content .link{
	opacity: 1;
	bottom: 28px;
}

.service-block-one .inner-box .lower-content .link a{
	position: relative;
	display: inline-block;
	font-size: 16px;
	line-height: 24px;
	font-family: 'Montserrat', sans-serif;
	font-weight: 600;
	color: #ed202b;
	transition: all 500ms ease;
}

.service-block-one .inner-box:hover .lower-content .link a{
	color: #fff !important;
}

.service-block-one .inner-box .lower-content .link a i{
	position: relative;
	font-weight: 700;
	margin-left: 8px;
}

.service-block-one{
	max-width: 370px;
	margin: 0 auto;
}

.service-home-five .more-btn{
	margin-top: 60px;
}

.service-home-five .more-btn .theme-btn:before{
	background: #fff;
}

.service-home-five .more-btn .theme-btn:hover{
	color: #222;
}

.service-home-five .pattern-layer .pattern-1{
	position: absolute;
	left: -200px;
	top: 0px;
	width: 606px;
	height: 599px;
	background-repeat: no-repeat;
}

.service-home-five .pattern-layer .pattern-2{
	position: absolute;
	right: -200px;
	bottom: 0px;
	width: 579px;
	height: 351px;
	background-repeat: no-repeat;
}


/** chooseus-home-five **/

.chooseus-home-five{
	position: relative;
	padding: 110px 0px 70px 0px;
	background: #fbfbfc;
	overflow: hidden;
}

.content_block_two .content-box{
	position: relative;
	display: block;
	margin-right: 40px;
}

.content_block_two .content-box .text{
	position: relative;
	display: block;
	margin-bottom: 29px;
}

.content_block_two .content-box .text p{
	position: relative;
	display: block;
	font-size: 15px;
	line-height: 26px;
	color: #888888;
	margin-bottom: 0px;
}

.content_block_two .content-box .list-style-one li{
	float: left;
	width: 50%;
}

.chooseus-home-five .sec-title{
	padding-bottom: 35px;
}

.chooseus-home-five .image-box{
	position: relative;
	display: block;
	margin-right: -189px;
}

.chooseus-home-five .image-box img{
	width: 100%;
}

.chooseus-home-five .image-box .shape-1 {
  position: absolute;
  left: 320px;
  bottom: 50px;
  width: 184px;
  height: 184px;
  background-repeat: no-repeat;
  -webkit-animation: zoom-fade 6s infinite linear;
  animation: zoom-fade 6s infinite linear;
}

.parallax-bg{
	position: absolute;
	left: 0px;
  top: -30%;
  width: 100%;
  height: 150%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  background-attachment: fixed;
}

.owl-nav-none .owl-nav,
.owl-dots-none .owl-dots{
	display: none;
}


/** project-home-five **/

.project-home-five{
	position: relative;
	padding: 10px;
}

.project-block-one .inner-box{
	position: relative;
	display: block;
	overflow: hidden;
}

.project-block-one .inner-box .image-box{
	position: relative;
	display: block;
	overflow: hidden;
	background: #000;
}

.project-block-one .inner-box .image-box img{
	width: 100%;
	opacity: 0.9;
	transition: all 500ms ease;
}

.project-block-one .inner-box:hover .image-box img{
	opacity: 0.25;
	transform: scale(1.05);
}

.project-block-one .inner-box .zoom-button{
	position: absolute;
	left: 50%;
	top: 40%;
	transform: translate(-50%,-50%);
}

.project-block-one .inner-box .zoom-button a{
	position: relative;
	display: inline-block;
	width: 60px;
	height: 60px;
	line-height: 60px;
	background: #fff;
	font-size: 20px;
	text-align: center;
	border-radius: 50%;
	color: #ed202b;
	transform: scale(0,0);
	transition: all 500ms ease;
}

.project-block-one .inner-box:hover .zoom-button a{
	transform: scale(1,1);
}

.project-block-one .inner-box .zoom-button a:hover{
	background: #ed202b;
	color: #fff !important;
}

.project-block-one .inner-box .text{
	position: absolute;
	left: 0px;
	bottom: -30px;
	width: 100%;
	background: #f44438;
	padding: 21px 30px 32px 40px;
	opacity: 0;
	transition: all 500ms ease;
}

.project-block-one .inner-box:hover .text{
	bottom: 0px;
	opacity: 1;
}

.project-block-one .inner-box .text h4{
	position: relative;
	display: block;
	font-size: 20px;
	line-height: 30px;
	font-weight: 700;
	color: #fff;
	margin-bottom: 6px;
}

.project-block-one .inner-box .text h4 a{
	display: inline-block;
	color: #fff;
	transition: all 500ms ease;
}

.project-block-one .inner-box .text h4 a:hover{
	text-decoration: underline;
}

.project-block-one .inner-box .text p{
	position: relative;
	display: block;
	font-size: 15px;
	line-height: 26px;
	color: #fff;
	margin-bottom: 0px;
}

.project-block-one .inner-box .text .shape{
	position: absolute;
	left: 0px;
	top: -62px;
	width: 100%;
	height: 62px;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: top center;
}

.project-block-one .inner-box .text .shape svg{
	fill: #ed202b;
}


/** testimonial-home-5 **/

.testimonial-home-5{
	position: relative;
	padding: 150px 0px 275px 0px;
	background: #f7f5ee;
}

.testimonial-block-one .inner-box{
	position: relative;
	display: block;
	background: #fff;
	border-radius: 15px;
	padding: 66px 30px 65px 40px;
	box-shadow: 0px 10px 40px 0px rgba(0, 0, 0, 0.10);
}

.testimonial-block-one .inner-box .icon-box{
	position: absolute;
	top: -45px;
	right: 40px;
	width: 90px;
	height: 90px;
	line-height: 90px;
	background: #fff;
	text-align: center;
	border-radius: 50%;
	box-shadow: 0px 10px 40px 0px rgba(0, 0, 0, 0.10);
}

.testimonial-block-one .inner-box .icon-box svg{
	fill: #ed202b;
}

.testimonial-block-one .inner-box .rating li{
	position: relative;
	display: inline-block;
	float: left;
	font-size: 18px;
	margin-right: 7px;
	color: #ffc92e;
}

.testimonial-block-one .inner-box .rating li:last-child{
	margin: 0px !important;
}

.testimonial-block-one .inner-box .rating{
	margin-bottom: 16px;
}

.testimonial-block-one .inner-box p{
	position: relative;
	display: block;
	font-size: 15px;
	line-height: 28px;
	color: #252628;
	margin-bottom: 21px;
}

.testimonial-block-one .inner-box .author-box{
	position: relative;
	display: block;
	padding: 8px 0px 6px 90px;
}

.testimonial-block-one .inner-box .author-box .author-thumb{
	position: absolute;
	left: 0px;
	top: 0px;
	width: 70px;
	height: 70px;
	border-radius: 50%;
}

.testimonial-block-one .inner-box .author-box .author-thumb img{
	width: 100%;
	border-radius: 50%;
}

.testimonial-block-one .inner-box .author-box h4{
	position: relative;
	display: block;
	font-size: 20px;
	line-height: 28px;
	color: #252628;
	font-weight: 700;
	margin-bottom: 0px;
}

.testimonial-block-one .inner-box .author-box .designation{
	position: relative;
	display: block;
	font-size: 16px;
	line-height: 28px;
	color: #808080;
}

.testimonial-home-5 .sec-title{
	margin-bottom: 35px;
}

.testimonial-home-5 .owl-carousel.owl-dot-style1 .owl-dots .owl-dot{
	background: #ed202b;
	opacity: 0.3;
}

.testimonial-home-5 .owl-carousel.owl-dot-style1 .owl-dots .owl-dot.active{
	opacity: 1;
}

.testimonial-home-5 .pattern-layer{
	position: absolute;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
}


/** cta-home-five **/

.cta-home-five{
	position: relative;
}

.cta-home-five .inner-container{
	position: relative;
	display: block;
	overflow: hidden;
	background: #e02127;
	border-radius: 20px;
	padding: 79px 80px 71px 80px;
	margin-top: -125px;
	z-index: 1;
}

.cta-home-five .inner-container:after{
	position: absolute;
	content: '';
	background: #1f2021;
	width: 400px;
	height: 100%;
	right: 0px;
	top: 0px;
	clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 100%, 10% 50%);
}

.cta-home-five .inner-container:before{
	position: absolute;
	content: '';
	background: #4c4d4d;
	width: 410px;
	height: 100%;
	right: 0px;
	top: 0px;
	clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 100%, 10% 50%);
}

.cta-home-five .inner-container .pattern-layer{
	position: absolute;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
}

.rtl .cta-home-five .inner-box .theme-btn:hover:before{
	background: #fff;
}

.cta-home-five .inner-box{
	position: relative;
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.cta-home-five .inner-box .text h2{
	position: relative;
	display: block;
	font-size: 34px;
	line-height: 50px;
	color: #fff;
	font-weight: 800;
	margin-bottom: 0px;
	z-index: 1;
}

.cta-home-five .inner-box .text h2 a{
	display: inline-block;
	color: #fff;
}

.cta-home-five .inner-box .text h2 a:hover{
	text-decoration: underline;
}

.cta-home-five .inner-box .theme-btn{
	background: #fff;
	color: #fff;
}

.cta-home-five .inner-box .theme-btn:before{
	background: #fff;
}

.cta-home-five .inner-box .theme-btn:hover{
	color: #222;
}

.team-home-five .team-block .inner-box .lower-content{
	background: #fff;
	z-index: 2;
	transition: all 500ms ease;
}

.team-home-four.team-home-five .team-block .inner-box .lower-content{
	background: #fff !important;
}

.team-home-five .team-block .inner-box:hover .lower-content{
	background: #f44438;
}

.team-home-five .team-block .inner-box .lower-content h4{
	color: #252628;
}

.team-home-five .team-block .inner-box .lower-content h4 a{
	color: #252628;
}

.team-home-five .team-block .inner-box .lower-content .designation{
	color: #888888;
	transition: all 500ms ease;
}

.team-home-five .team-block .inner-box:hover .lower-content h4 a,
.team-home-five .team-block .inner-box:hover .lower-content .designation{
	color: #fff;
}

.team-home-five .team-block .inner-box{
	box-shadow: 0px 10px 40px 0px rgba(0, 0, 0, 0.08);
}

.team-home-five .team-block .inner-box .share-box .share-icon{
	border: 1px solid #e6e6e6;
}

.team-home-five .team-block .inner-box:hover .share-box .share-icon{
	background: #fff;
	border-color: #fff;
	color: #222;
}

.team-home-five .team-block .inner-box:hover .image-box{
	background: #f8f5ee;
}

.team-home-five .team-block .inner-box .image-box .shape .shape-1{
	position: absolute;
	left: 0px;
	bottom: 0px;
	width: 100%;
	height: 62px;
	background-size: cover;
	background-repeat: no-repeat;
	z-index: 1;
	transition: all 900ms ease;
}

.team-home-five .team-block .inner-box .image-box .shape .shape-2{
	position: absolute;
	left: 0px;
	bottom: -10px;
	width: 100%;
	height: 62px;
	background-size: cover;
	background-repeat: no-repeat;
	z-index: 1;
	opacity: 0;
	transition: all 500ms ease;
}

.team-home-five .team-block .inner-box:hover .image-box .shape .shape-2{
	bottom: 0px;
}

.team-home-five .team-block .inner-box .image-box .shape .shape-2 svg{
	fill: #ed202b;
	transition: all 900ms ease;
}

.team-home-five .team-block .inner-box:hover .image-box .shape .shape-2{
	opacity: 1;
}

.team-home-five .team-block .inner-box .image-box:before{
  position: absolute;
  content: '';
  width: 100%;
  height: 100%;
  background: -webkit-linear-gradient(90deg, rgba(0,0,0,0.3) 0%, rgba(0,0,0,0.0) 30%);
  bottom: 0px;
  right: 0px;
  z-index: 1;
}


/** workig-process-home-five **/


.workig-process-home-five{
  position: relative;
  padding: 150px 0px;
  background: #1f2021;
}

.workig-process-home-five .sec-title h2{
	color: #fff;
}

.working-block-one .inner-box{
	position: relative;
	display: block;
	overflow: hidden;
	background: #fff;
	border-radius: 20px;
	padding: 51px 30px 39px 30px;
	transition: all 500ms ease;
}

.working-block-one .inner-box:hover{
	transform: translateY(-10px);
}

.working-block-one .inner-box .icon-box{
	position: relative;
	display: inline-block;
	width: 130px;
	height: 130px;
	line-height: 130px;
	font-size: 60px;
	background: #fdebea;
	color: #f54f44;
	text-align: center;
	border-radius: 50%;
	margin-bottom: 35px;
	z-index: 1;
	transition: all 500ms ease;
}

.working-block-one .inner-box .icon-box:before{
	position: absolute;
	content: '';
	border: 2px dashed #f54f44;
	left: -11px;
	top: -11px;
	width: 152px;
	height: 152px;
	border-radius: 50%;
}

.working-block-one .inner-box .icon-box span{
	position: absolute;
	left: -14px;
	top: -14px;
	width: 56px;
	height: 56px;
	line-height: 56px;
	text-align: center;
	font-size: 20px;
	color: #fff;
	font-weight: 600;
	font-family: var(--thm-font-2);
	background: #f54f44;
	border-radius: 50%;
	box-shadow: 0px 10px 30px 0px rgba(0, 0, 0, 0.10);
	transition: all 500ms ease;
}

.working-block-one .inner-box:hover .icon-box span{
	background: #222 !important;
}

.working-block-one .inner-box .icon-box:after{
	position: absolute;
	content: '';
	background: #f54f44;
	width: 100%;
	height: 100%;
	left: 0px;
	top: 0px;
	transform: scale(0,0);
	z-index: -1;
	border-radius: 50%;
	transition: all 500ms ease;
}

.working-block-one .inner-box:hover .icon-box:after{
	transform: scale(1,1);
}

.working-block-one .inner-box:hover .icon-box{
	color: #fff !important;
}

.working-block-one .inner-box h3{
	position: relative;
	display: block;
	font-size: 22px;
	line-height: 30px;
	font-weight: 700;
	margin-bottom: 15px;
}

.working-block-one .inner-box h3 a{
	display: inline-block;
	color: #252628;
	transition: all 500ms ease;
}

.working-block-one .inner-box h3 a:hover{
	color: #ed202b;
}

.working-block-one .inner-box p{
	position: relative;
	display: block;
	font-size: 16px;
	line-height: 30px;
	color: #808080;
	margin-bottom: 0px;
}

.workig-process-home-five .pattern-layer{
	position: absolute;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
}


/** clients-home-five **/

.clients-home-five{
	position: relative;
	padding: 51.5px 0px;
	background: #ed202b;
}

.clients-home-five .clients-logo{
	position: relative;
	display: block;
}

.clients-home-five .clients-logo img{
	position: relative;
	display: block;
	max-width: auto;
	width: auto;
	margin: 0 auto;
	transition: all 500ms ease;
}

.clients-home-five .clients-logo img:hover{
	transform: scale(1.05);
}


/** news-home-five **/

.news-home-five{
	position: relative;
	overflow: hidden;
}

.news-home-five .single-blog-style1{
	box-shadow: 0px 10px 40px 0px rgba(0, 0, 0, 0.10);
	border-radius: 20px;
	overflow: hidden;
}

.news-home-five .single-blog-style1 .text-holder{
	padding: 3px 30px 40px 40px;
}

.news-home-five .single-blog-style1 .text-holder .meta-info li:first-child a{
	color: #ed202b;
}

.news-home-five .single-blog-style1 .text-holder .meta-info li:first-child a:hover{
	text-decoration: underline;
}

.news-home-five .single-blog-style1 .img-holder .shape .shape-1{
	position: absolute;
	left: 0px;
	bottom: 0px;
	width: 100%;
	height: 62px;
	background-size: cover;
	background-repeat: no-repeat;
	z-index: 1;
	transition: all 500ms ease;
}

.news-home-five .single-blog-style1:hover .img-holder .shape .shape-1{
	bottom: -20px;
}

.news-home-five .single-blog-style1 .img-holder .shape .shape-2{
	position: absolute;
	left: 0px;
	bottom: -10px;
	width: 100%;
	height: 84px;
	background-size: cover;
	background-repeat: no-repeat;
	z-index: 1;
	opacity: 0;
	transition: all 500ms ease;
}

.news-home-five .single-blog-style1 .img-holder .shape .shape-2 svg{
	fill: #fff;
}

.news-home-five .single-blog-style1:hover .img-holder .shape .shape-2{
	opacity: 1;
	bottom: 0px;
}

.news-home-five .single-blog-style1 .img-holder .inner{
	border-radius: 0px;
}


/** googlemap-home-five **/

.googlemap-home-five{
	position: relative;
}

.googlemap-home-five .map-info{
	position: absolute;
	display: block;
	left: 0px;
	top: 120px;
	max-width: 1200px;
	width: 100%;
	margin: 0 auto;
}

.googlemap-home-five .map-info .content-box{
	position: relative;
	margin: 0 auto;
	width: 550px;
	background: #fff;
	padding: 52px 30px 54px 50px;
	border-radius: 20px;
	box-shadow: 0px 0px 40px 0px rgba(0, 0, 0, 0.10);
	z-index: 2;
}

.googlemap-home-five .contact-page-map-outer .map-canvas{
	height: 680px;
}

.googlemap-home-five .map-info .content-box .sec-title{
	padding-bottom: 30px;
}

.googlemap-home-five .map-info .content-box .text p{
	position: relative;
	display: block;
	font-size: 16px;
	line-height: 26px;
	color: #141417;
	margin-bottom: 26px;
}

.googlemap-home-five .map-info .content-box .inner{
	position: relative;
	display: block;
	padding: 0px 0px 0px 90px;
}

.googlemap-home-five .map-info .content-box .inner .icon-box{
	position: absolute;
	left: 0px;
	top: -4px;
	display: inline-block;
	width: 70px;
	height: 70px;
	line-height: 70px;
	border: 2px solid #e5e5e5;
	font-size: 36px;
	color: #141417;
	border-radius: 50%;
	text-align: center;
}

.googlemap-home-five .map-info .content-box .inner h5{
	position: relative;
	display: block;
	font-size: 18px;
	line-height: 26px;
	font-weight: 600;
	margin-bottom: 0px;
}

.googlemap-home-five .map-info .content-box .inner h3{
	position: relative;
	display: block;
	font-size: 26px;
	line-height: 36px;
	font-weight: 800;
	color: #ed202b;
}

.googlemap-home-five .map-info .content-box .inner h3 a{
	display: inline-block;
	color: #ed202b;
}

.googlemap-home-five .map-info .content-box .inner h3 a:hover{
	text-decoration: underline;
}

.footer-area .footer{
	overflow: hidden;
}

.footer-area .footer .bg-layer.parallax-bg {
  position: absolute;
  left: 0px;
  top: -30%;
  width: 100%;
  height: 150%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  background-attachment: fixed;
}


/** slider-style-three **/

.slider-style-three{
	position: relative;
	background: #f8f5ee;
	overflow: hidden;
}

.slider-style-three:before{
	position: absolute;
	content: '';
	background: #ed202b;
	width: 560px;
	height: 100%;
	top: 0px;
	right: 0px;
	z-index: 1;
}

.slider-style-three .shape-layer{
	position: absolute;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
}

.slider-style-three .content .upper-title{
  position: relative;
  display: block;
  width: 100%;
  margin-bottom: 9px;
	opacity: 0;
  -webkit-transform: perspective(400px) rotateY(0deg) translateY(-120px);
  -ms-transform: perspective(400px) rotateY(0deg) translateY(-120px);
  transform: perspective(400px) rotateY(0deg) translateY(-120px);
  -webkit-transform-origin: bottom;
  -ms-transform-origin: bottom;
  transform-origin: bottom;
  -webkit-transition: all 1000ms ease;
  -moz-transition: all 1000ms ease;
  -ms-transition: all 1000ms ease;
  -o-transition: all 1000ms ease;
  transition: all 1000ms ease;
  z-index: 10;
}

.slider-style-three .active .content .upper-title{
	opacity: 1;
  -webkit-transform: perspective(400px) rotateY(0deg) translateY(0px);
  -ms-transform: perspective(400px) rotateY(0deg) translateY(0px);
  transform: perspective(400px) rotateY(0deg) translateY(0px);
  -webkit-transition-delay: 1300ms;
  -moz-transition-delay: 1300ms;
  -ms-transition-delay: 1300ms;
  -o-transition-delay: 1300ms;
  transition-delay: 1300ms;   
}

.slider-style-three .content .upper-title h5{
	position: relative;
	display: block;
	font-size: 18px;
	line-height: 26px;
	color: #ed202b;
	font-weight: 600;
	padding-left: 70px;
	text-transform: uppercase;
}

.slider-style-three .content .upper-title h5:before{
	position: absolute;
	content: '';
	background: #ed202b;
	width: 50px;
	height: 2px;
	left: 0px;
	top: 12px;
}

.slider-style-three .slide{
	padding: 158px 0px 165px 0px;
}

.slider-style-three .content .big-title h2{
	color: #252628;
}

.slider-style-three .content .text p{
	color: #808080;
}

.slider-style-three .content .btn-one.style2:after{
	background: #e7bd1a;
}

.slider-style-three .content .big-title h2{
	line-height: 70px;
}

.slider-style-three .content .text{
	margin-bottom: 10px;
}

.slider-style-three .image-box .image{
  position: relative;
  display: block;
  width: 100%;
  margin-bottom: 9px;
	opacity: 0;
  -webkit-transform: perspective(400px) rotateY(0deg) translateY(120px);
  -ms-transform: perspective(400px) rotateY(0deg) translateY(120px);
  transform: perspective(400px) rotateY(0deg) translateY(120px);
  -webkit-transform-origin: bottom;
  -ms-transform-origin: bottom;
  transform-origin: bottom;
  -webkit-transition: all 1000ms ease;
  -moz-transition: all 1000ms ease;
  -ms-transition: all 1000ms ease;
  -o-transition: all 1000ms ease;
  transition: all 1000ms ease;
  z-index: 10;
}

.slider-style-three .active .image-box .image{
	opacity: 1;
  -webkit-transform: perspective(400px) rotateY(0deg) translateY(0px);
  -ms-transform: perspective(400px) rotateY(0deg) translateY(0px);
  transform: perspective(400px) rotateY(0deg) translateY(0px);
  -webkit-transition-delay: 1300ms;
  -moz-transition-delay: 1300ms;
  -ms-transition-delay: 1300ms;
  -o-transition-delay: 1300ms;
  transition-delay: 1300ms;   
}

.slider-style-three .image-box .image img{
	width: 100%;
}

.slider-style-three .image-box{
	position: relative;
	display: block;
	margin-right: -106px;
}

.slider-style-three .pattern-layer .pattern-1{
	position: absolute;
	left: 0px;
	top: -60px;
	width: 425px;
	height: 440px;
	background-repeat: no-repeat;
}

.slider-style-three .pattern-layer .pattern-2{
	position: absolute;
	left: 40%;
	top: -80px;
	width: 238px;
	height: 238px;
	background-repeat: no-repeat;
	-webkit-animation: zoom-fade 6s infinite linear;
  animation: zoom-fade 6s infinite linear;
}

.slider-style-three .pattern-layer .pattern-3{
	position: absolute;
	left: -60px;
	bottom: -60px;
	width: 238px;
	height: 238px;
	background-repeat: no-repeat;
	-webkit-animation: zoom-fade 6s infinite linear;
  animation: zoom-fade 6s infinite linear;
}

.slider-style-three .pattern-layer .pattern-4{
	position: absolute;
	right: 290px;
	bottom: 50px;
	width: 184px;
	height: 200px;
	background-repeat: no-repeat;
	-webkit-animation: zoom-fade 6s infinite linear;
  animation: zoom-fade 6s infinite linear;
}

::-webkit-input-placeholder {
  color: inherit;
}

::-moz-input-placeholder {
  color: inherit;
}

::-ms-input-placeholder {
  color: inherit;
}


.search-field-section.home-6{
	background: #1f2021;
	padding: 43px 0px 50px 0px;
}

.search-field-section.home-6 .text h2,
.search-field-section.home-6 .text p{
	color: #fff;
}

.search-field-section.home-6 form .form-group input[type="text"],
.search-field-section.home-6 form .form-group input[type="tel"],
.search-field-section.home-6 form .form-group input[type="date"]


{
	background: #404142;
	border-color: #404142;
	color: #fff;
}

.search-field-section.home-6 form .form-group input:focus{
	border-color: #ed202b;
}

.search-field-section.home-6 form .theme-btn:before{
	background: #fff;
}

.search-field-section.home-6 form .theme-btn:hover{
	color: #222;
}


/** about-home-six **/

.about-home-six{
	position: relative;
	padding: 150px 0px;
}

.image_block_two .image-box{
	position: relative;
	display: block;
	margin-left: 5px;
	margin-right: 35px;
}

.image_block_two .image-box .image{
	position: relative;
	display: block;
	overflow: hidden;
	border-radius: 20px;
}

.image_block_two .image-box .image img{
	width: 100%;
	border-radius: 20px;
}

.image_block_two .image-box .image-column{
	padding: 0px 10px;
}

.image_block_two .image-box .image:before{
  position: absolute;
  top: 0;
  left: -85%;
  display: block;
  content: '';
  width: 50%;
  height: 100%;
  background: -o-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, .3) 100%);
  background: -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, 0)), to(rgba(255, 255, 255, .3)));
  background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, .3) 100%);
  -webkit-transform: skewX(-25deg);
  -ms-transform: skewX(-25deg);
  transform: skewX(-25deg);
  z-index: 1;
}

.image_block_two .image-box .image:hover:before {
  -webkit-animation: shine 1s;
  animation: shine 1s;
}

.image_block_two .image-box .text{
	position: absolute;
	left: 50%;
	bottom: 30px;
	transform: translateX(-50%);
	width: 320px;
	background: #fff;
	border-radius: 20px;
	padding: 33px 30px 37px 135px;
	z-index: 1;
}

.image_block_two .image-box .text h2{
	position: absolute;
	left: 40px;
	top: 35px;
	font-size: 60px;
	line-height: 60px;
	font-family: 'Montserrat', sans-serif;
	font-weight: 700;
}

.image_block_two .image-box .text h4{
	position: relative;
	display: block;
	font-size: 20px;
	line-height: 30px;
	font-family: 'Montserrat', sans-serif;
	font-weight: 600;
}

.image_block_two .image-box .text .icon-box{
	position: absolute;
	left: 40%;
	top: 50%;
	transform: translate(-50%,-50%);
}

.content_block_three .content-box{
	position: relative;
	display: block;
	margin-left: 30px;
}

.content_block_three .content-box .tab-btns{
	position: relative;
	display: block;
	border-bottom: 1px solid #e5e5e5;
	margin-bottom: 30px;
	max-width: 370px;
}

.content_block_three .content-box .tab-btns .tab-btn{
	position: relative;
	display: inline-block;
	float: left;
	width: 33.333%;
	text-align: center;
	font-size: 16px;
	line-height: 26px;
	font-weight: 700;
	font-family: var(--thm-font-2);
	color: #252628;
	padding-bottom: 13px;
	cursor: pointer;
	transition: all 500ms ease;
}

.content_block_three .content-box .tab-btns .tab-btn.active-btn,
.content_block_three .content-box .tab-btns .tab-btn:hover{
	color: #ed202b;
}

.content_block_three .content-box .tab-btns .tab-btn:before{
	position: absolute;
	content: '';
	background: #ed202b;
	width: 100%;
	height: 3px;
	left: 0px;
	bottom: -1px;
	transform: scale(0,0);
	transition: all 500ms ease;
}

.content_block_three .content-box .tab-btns .tab-btn.active-btn:before,
.content_block_three .content-box .tab-btns .tab-btn:hover:before{
	transform: scale(1,1);
}

.content_block_three .content-box .tabs-box .tab{
  position:relative;
  display:none;
  transition: all 900ms ease;
  -moz-transition: all 900ms ease;
  -webkit-transition: all 900ms ease;
  -ms-transition: all 900ms ease;
  -o-transition: all 900ms ease;
}

.content_block_three .content-box .tabs-box .tab.active-tab{
  display:block;  
}

.content_block_three .content-box .tabs-box .tab{
  transform:scale(0.9,0.9) translateY(0px);
}

.content_block_three .content-box .tabs-box .tab.active-tab{
  transform:scale(1) translateY(0px);
}

.content_block_three .content-box .inner-box{
	position: relative;
	display: block;
	padding: 10px 0px 8px 220px;
	margin-bottom: 40px;
}

.content_block_three .content-box .inner-box .image{
	position: absolute;
	left: 0px;
	top: 0px;
	width: 200px;
	height: 120px;
	border-radius: 10px;
}

.content_block_three .content-box .inner-box .image img{
	width: 100%;
	border-radius: 10px;
}

.content_block_three .content-box .text{
	position: relative;
	display: block;
	margin-bottom: 27px;
}

.content_block_three .content-box .text p{
	position: relative;
	display: block;
	font-size: 16px;
	line-height: 26px;
	color: #6e6e6e;
	margin-bottom: 0px;
}


/** service-home-six **/

.service-home-six{
	position: relative;
	padding: 150px 0px;
	background: #f8f5ee;
	overflow: hidden;
}

.service-home-six .image-layer{
	position: absolute;
	right: -150px;
	bottom: 0px;
}

.service-home-six .pattern{
	position: absolute;
	left: 290px;
	top: 240px;
	width: 238px;
	height: 238px;
	background-repeat: no-repeat;
	-webkit-animation: zoom-fade 6s infinite linear;
  animation: zoom-fade 6s infinite linear;
}

.service-home-six .tabs-box .tab{
  position:relative;
  display:none;
  transition: all 900ms ease;
  -moz-transition: all 900ms ease;
  -webkit-transition: all 900ms ease;
  -ms-transition: all 900ms ease;
  -o-transition: all 900ms ease;
}

.service-home-six .tabs-box .tab.active-tab{
  display:block;  
}

.service-home-six .tabs-box .tab{
  transform:scale(0.9,0.9) translateY(0px);
}

.service-home-six .tabs-box .tab.active-tab{
  transform:scale(1) translateY(0px);
}

.service-home-six .tabs-box{
	position: relative;
	display: block;
	background: #fff;
	border-radius: 20px;
	box-shadow: 0px 10px 40px 0px rgba(0, 0, 0, 0.08);
	overflow: hidden;
}

.service-home-six .tabs-box .tab-btns{
	position: relative;
	display: block;
}

.service-home-six .tabs-box .tab-btns .tab-btn{
	position: relative;
	display: block;
	float: left;
	width: 25%;
	text-align: center;
	font-size: 18px;
	line-height: 26px;
	font-weight: 700;
	color: #252628;
	font-family: var(--thm-font-2);
	background: #fff;
	padding: 27px 15px;
	border-right: 1px solid #e5e5e5;
	border-bottom: 1px solid #e5e5e5;
	cursor: pointer;
	transition: all 500ms ease;
}

.service-home-six .tabs-box .tab-btns .tab-btn:last-child{
	border-right: none;
}

.service-home-six .tabs-box .tab-btns .tab-btn.active-btn,
.service-home-six .tabs-box .tab-btns .tab-btn:hover{
	color: #fff;
	border-color: #ed202b;
	background: #ed202b;
}

.service-home-six .tabs-box .tab-btns .tab-btn:before{
	position: absolute;
	content: '';
	background: #ed202b;
	width: 18px;
	height: 18px;
	left: 50%;
	transform: translateX(-50%) rotate(45deg);
	bottom: -0px;
	opacity: 0;
	transition: all 500ms ease;
}

.service-home-six .tabs-box .tab-btns .tab-btn.active-btn:before,
.service-home-six .tabs-box .tab-btns .tab-btn:hover:before{
	opacity: 1;
	bottom: -7px;
}

.service-home-six .tabs-content{
	position: relative;
	display: block;
	padding: 64px 70px 70px 70px;
}

.service-home-six .tabs-content .text{
	position: relative;
	display: block;
	margin-right: 20px;
}

.service-home-six .tabs-content .text h3{
	position: relative;
	display: block;
	font-size: 24px;
	line-height: 32px;
	font-weight: 700;
	margin-bottom: 15px;
}

.service-home-six .tabs-content .text p{
	position: relative;
	display: block;
	font-size: 15px;
	line-height: 26px;
	color: #808080;
	margin-bottom: 26px;
}

.service-home-six .tabs-content .text .list-style-one{
	padding-top: 3px;
}

.service-home-six .tabs-content .image{
	position: relative;
	display: block;
	border-radius: 20px;
	margin-left: 30px;
	margin-top: 6px;
	overflow: hidden;
}

.service-home-six .tabs-content .image img{
	width: 100%;
	border-radius: 20px;
	transition: all 500ms ease;
}

.service-home-six .tabs-content .image:hover img{
	transform: scale(1.05);
}


/** chooseus-home-six **/

.chooseus-home-six{
	position: relative;
	overflow: hidden;
}

.chooseus-home-six .image-box {
    position: relative;
    display: block;
    /* margin-left: 20px; */
    /* margin-right: 80px; */
    min-height: 670px;
    margin-top: 79px;
}

.chooseus-home-six .image-box .image{
	position: absolute;
	left: 0px;
	bottom: 0px;
}

.chooseus-home-six .image-box .image img{
	width: 100%;
}

.chooseus-home-six .image-box .shape .shape-1{
	position: absolute;
	top: 180px;
	right: -20px;
	width: 184px;
	height: 184px;
	border-radius: 50%;
	-webkit-animation: zoom-fade 6s infinite linear;
  animation: zoom-fade 6s infinite linear;
}

.chooseus-home-six .image-box .shape .shape-2{
	position: absolute;
	left: 0px;
	bottom: -80px;
	width: 184px;
	height: 184px;
	border-radius: 50%;
	-webkit-animation: zoom-fade 6s infinite linear;
  animation: zoom-fade 6s infinite linear;
}

.chooseus-home-six .content-box{
	position: relative;
	display: block;
	padding: 150px 0px 125px 0px;
	margin-left: 30px;
}

.chooseus-home-six .content-box .text{
	position: relative;
	display: block;
}

.chooseus-home-six .content-box .text p{
  position: relative;
  display: block;
  font-size: 15px;
  line-height: 26px;
  color: #808080;
  margin-bottom: 29px;
}

.chooseus-home-six .content-box .list-style-one li{
	float: left;
	width: 50%;
}

.chooseus-home-six .content-box .sec-title{
	padding-bottom: 31px;
}

.chooseus-home-six .pattern-layer{
	position: absolute;
	left: 0px;
	bottom: 0px;
	width: 464px;
	height: 497px;
	background-repeat: no-repeat;
}

.workig-process-home-five.home-6{
	padding-bottom: 0px;
}

.workig-process-home-five.home-6 .working-block-one .inner-box{
	padding-top: 0px;
	overflow: visible;
	box-shadow: 0px 10px 40px 0px rgba(0, 0, 0, 0.08);
}

.workig-process-home-five.home-6 .working-block-one .inner-box .icon-box{
	margin-top: -65px;
}

.workig-process-home-five.home-6 .sec-title{
	padding-bottom: 130px;
}

.workig-process-home-five .inner-container{
	position: relative;
	margin-bottom: -120px;
	z-index: 1;
}

.testimonial-home-5.home-6{
	background: #fff;
	padding-top: 310px;
	padding-bottom: 140px;
}

.testimonial-home-5.home-6 .sec-title{
	padding-bottom: 23px;
	margin-bottom: 0px;
}

.testimonial-home-5.home-6 .title-column .text p{
  position: relative;
  display: block;
  font-size: 16px;
  line-height: 26px;
  color: #808080;
  margin-bottom: 0px;
}

.testimonial-home-5.home-6 .owl-carousel.owl-dot-style1 .owl-dots{
	margin: 0px !important;
	position: absolute;
	left: -405px;
	bottom: 98px;
}

.testimonial-home-5.home-6 .testimonial-content{
	position: relative;
}

.testimonial-home-5.home-6 .testimonial-content .shape .shape-1{
	position: absolute;
	top: -70px;
	left: -70px;
	width: 184px;
	height: 184px;
	border-radius: 50%;
	-webkit-animation: zoom-fade 6s infinite linear;
  animation: zoom-fade 6s infinite linear;
}

.testimonial-home-5.home-6 .testimonial-content .shape .shape-2{
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%,-50%);
	width: 184px;
	height: 148px;
	background-repeat: no-repeat;
}

.testimonial-home-5.home-6 .pattern-layer .pattern-1{
	position: absolute;
	bottom: 30px;
	left: -80px;
	width: 184px;
	height: 184px;
	border-radius: 50%;
	-webkit-animation: zoom-fade 6s infinite linear;
  animation: zoom-fade 6s infinite linear;
}

.testimonial-home-5.home-6 .pattern-layer .pattern-2{
	position: absolute;
	right: -100px;
	bottom: 0px;
	width: 465px;
	height: 506px;
	background-repeat: no-repeat;
}


/** funfact-home-six **/

.funfact-home-six{
	position: relative;
	padding: 64px 0px 65px 0px;
}

.funfact-home-six .pattern-layer{
	position: absolute;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
}

.funfact-home-six .single-fact-counter .icon{
	background: transparent;
	border: 2px solid #f44438;
}

.funfact-home-six .single-fact-counter .icon span::before{
	color: #f44438;
}

.funfact-home-six .single-fact-counter .count-box{
	color: #fff;
}

.funfact-home-six .single-fact-counter .title h6{
	color: #bdbebe;
}

.funfact-home-six .single-fact-counter{
	margin-bottom: 0px;
}


/** team-home-six **/

.team-home-six{
	position: relative;
	padding: 150px 0px;
}

.team-home-six .pattern-layer{
	position: absolute;
	left: 0px;
	top: 0px;
	right: 0px;
	width: 100%;
	height: 100%;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
}

.team-block-one .inner-box{
	position: relative;
	display: block;
}

.team-block-one .inner-box .image-box{
	position: relative;
	display: block;
	overflow: hidden;
	background: #f8f5ee;
	border-radius: 20px;
}

.team-block-one .inner-box .image-box img{
	width: 100%;
	border-radius: 20px;
	transition: all 500ms ease;
}

.team-block-one .inner-box:hover .image-box img{
	opacity: 0.5;
	transform: scale(1.05);
}

.team-block-one .inner-box .lower-content{
	position: relative;
	display: block;
	margin: 0px 25px;
}

.team-block-one .inner-box .lower-content .inner{
	position: relative;
	display: block;
	background: #fff;
	border-radius: 15px;
	padding: 32px 20px 33px 20px;
	box-shadow: 0px 10px 40px 0px rgba(0, 0, 0, 0.08);
	margin-top: -70px;
	z-index: 1;
}

.team-block-one .inner-box .lower-content .inner h4{
	position: relative;
	display: block;
	font-size: 20px;
	line-height: 30px;
	font-weight: 700;
	margin-bottom: 2px;
}

.team-block-one .inner-box .lower-content .inner h4 a{
	display: inline-block;
	color: #252628;
	transition: all 500ms ease;
}

.team-block-one .inner-box .lower-content .inner h4 a:hover{
	color: #ed202b;
}

.team-block-one .inner-box .lower-content .inner .designation{
	position: relative;
	display: block;
	font-size: 15px;
	line-height: 26px;
	color: #808080;
	margin-bottom: 15px;
}

.team-block-one .inner-box .lower-content .inner p{
	position: relative;
	display: block;
	font-size: 15px;
	line-height: 26px;
	color: #808080;
	margin-bottom: 16px;
}

.team-block-one .inner-box .lower-content .social-links li{
	position: relative;
	display: inline-block;
	margin: 0px 10px;
}

.team-block-one .inner-box .lower-content .social-links li a{
	position: relative;
	display: inline-block;
	font-size: 16px;
	color: #8a8a8a;
	transition: all 500ms ease;
}

.team-block-one .inner-box .lower-content .social-links li a:hover{
	color: #ed202b;
}


/** location-home-six **/

.location-home-six{
	position: relative;
	padding-top: 110px;
	background-color: #1f2021;
}

.location-home-six .pattern-layer{
	position: absolute;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
}

.location-home-six .inner-container{
	position: relative;
	display: block;
	text-align: center;
	min-height: 470px;
}

.location-home-six .inner-container .image-box{
	position: absolute;
	left: 0px;
	top: 0px;
	right: 0px;
}

.location-home-six .location-inner{
	position: absolute;
	display: block;
	width: 100%;
	height: 100%;
}

.location-home-six .location-inner .single-item{
	position: absolute;
}

.location-home-six .location-inner .single-item:first-child{
	left: 194px;
	top: 138px;
}

.location-home-six .location-inner .single-item:nth-child(2){
	left: 310px;
	top: 250px;
}

.location-home-six .location-inner .single-item:nth-child(3){
	left: 45%;
	bottom: 80px;
}

.location-home-six .location-inner .single-item:nth-child(4){
	left: 55%;
	top: -30px;
}

.location-home-six .location-inner .single-item:last-child{
	right: 200px;
	bottom: 200px;
}

.location-home-six .location-inner .single-item .icon{
	position: relative;
	display: inline-block;
	width: 60px;
	height: 60px;
	line-height: 60px;
	background: #fff;
	text-align: center;
	border-radius: 50%;
	font-size: 30px;
	color: #222;
	font-weight: 700;
	cursor: pointer;
	box-shadow: 0px 10px 30px 0px rgba(0, 0, 0, 0.20);
	transition: all 500ms ease;
}

.location-home-six .location-inner .single-item:hover .icon{
	background: #e7bd1a;
}

.location-home-six .location-inner .single-item .text{
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	bottom: 80px;
	width: 240px;
	background: #fff;
	padding: 24px 30px 22px 30px;
	text-align: left;
	border-radius: 12px;
	opacity: 0;
	visibility: hidden;
	transition: all 500ms ease;
}

.location-home-six .location-inner .single-item:hover .text,
.location-home-six .location-inner .single-item.active .text{
	visibility: visible;
	opacity: 1;
	bottom: 90px;
}

.location-home-six .location-inner .single-item .text:before{
	position: absolute;
	content: '';
	background: #fff;
	left: 50%;
	transform: translateX(-50%) rotate(45deg);
	bottom: -7px;
	width: 20px;
	height: 20px;
}

.location-home-six .location-inner .single-item .text h5{
	position: relative;
	display: block;
	font-size: 18px;
	line-height: 26px;
	font-weight: 600;
	font-family: var(--thm-font);
	margin-bottom: 1px;
}

.location-home-six .location-inner .single-item .text p{
	position: relative;
	display: block;
	font-size: 15px;
	line-height: 26px;
	color: #222;
	margin-bottom: 0px;
}

.blog-style1-area .pattern-layer .pattern-1{
	position: absolute;
	right: -60px;
	top: -60px;
	width: 346px;
	height: 346px;
	background-repeat: no-repeat;
	-webkit-animation: zoom-fade 6s infinite linear;
  animation: zoom-fade 6s infinite linear;
}

.blog-style1-area .pattern-layer .pattern-2{
	position: absolute;
	left: 0px;
	bottom: 0px;
	width: 680px;
	height: 456px;
	background-repeat: no-repeat;
}

.news-home-five .single-blog-style1{
	background: #fff !important;
}


/** cta-home-six **/

.cta-home-six{
	position: relative;
	background-color: #e7bd1a;
	padding: 75px 0px;
}

.cta-home-six .pattern-layer{
	position: absolute;
	left: 0px;
	top: 0px;
	width: calc(50% + 245px);
	height: 100%;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: right center;
}

.cta-home-six .pattern-layer svg{
	fill: #ed202b;
}

.cta-home-six .inner-box {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.cta-home-six .inner-box .text h2{
	position: relative;
	display: block;
	font-size: 34px;
	line-height: 50px;
	color: #fff;
	font-weight: 800;
	margin-bottom: 0px;
}

.cta-home-six .inner-box .text h2 a{
	display: inline-block;
	color: #fff;
}

.cta-home-six .inner-box .text h2 a:hover{
	text-decoration: underline;
}

.cta-home-six .inner-box .theme-btn{
	background: #222;
	color: #fff;
}

.rtl .cta-home-six .inner-box .theme-btn{
	background: #222 !important;
}

.rtl .cta-home-six .inner-box .theme-btn:before{
	background: #fff;
}

.rtl .cta-home-six .inner-box .theme-btn:hover{
	color: #222;
}



/** header-style-four **/

.header-style-four{
	position: absolute;
	left: 0px;
	top: 0px;
	width: 100%;
}

.header-style-four .header-top{
	background: #3d3e40;
	padding: 12px 30px 12px 100px;
}

.header-style-four .header-contact-info ul li .text h6{
	font-weight: 600;
}

.header-style-four .header-contact-info ul li .text h6 span{
	color: #e7bd1a;
}

.header-style-four .header-contact-info ul li .icon span:before{
	font-size: 18px;
	color: #ed202b;
}

.header-style-four .header-contact-info ul{
	display: flex;
	align-items: center;
}

.header-style-four .header-contact-info ul .theme-btn{
	background: #e7bd1a;
	color: #222;
	line-height: 50px;
}

.header-style-four .header-contact-info ul .theme-btn:before{
	background: #ed202b;
}

.header-style-four .header-contact-info ul .theme-btn:hover{
	color: #fff;
}

.header-style-four .header-left .logo--style2{
	position: relative;
	z-index: 99;
}

.header-style-four .header-left .logo--style2 .bg-box {
  width: 312px;
  height: 247px;
  top: -103px;
  left: 0px;
  background-repeat: no-repeat;
}

.header-style-four .header-left .logo--style2 .logo{
	position: relative;
	display: block;
	padding: 0px 0px 0px 30px;
	bottom: 14px;
}

.header-style-four .header-middle{
	padding-right: 30px;
}

.header-style-four .header-middle .main-menu .navigation>li>a{
	padding-top: 35px;
	padding-bottom: 35px;
}

.header-style-four .header{
	border-radius: 0px 0px 20px 20px;
}


/** slider-style-four **/

.slider-style-four{
	position: relative;
	overflow: hidden;
}

.slider-style-four .shape-layer{
	position: absolute;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
}

.slider-style-four .slide{
	position: relative;
	padding: 374px 0px 205px 0px;
}

.slider-style-four .slide .bg-layer{
	position: absolute;
	top: 0px;
	right: 0px;
	width: 50%;
	height: 100%;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
	clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 10% 100%, 0% 0%);
}

.slider-style-four .slide .bg-layer:before{
	position: absolute;
	content: '';
	background: #000;
	width: 100%;
	height: 100%;
	left: 0px;
	top: 0px;
	opacity: 0.2;
}

.slider-style-four .content .upper-title{
  position: relative;
  display: block;
  width: 100%;
  margin-bottom: 5px;
	opacity: 0;
  -webkit-transform: perspective(400px) rotateY(0deg) translateY(-120px);
  -ms-transform: perspective(400px) rotateY(0deg) translateY(-120px);
  transform: perspective(400px) rotateY(0deg) translateY(-120px);
  -webkit-transform-origin: bottom;
  -ms-transform-origin: bottom;
  transform-origin: bottom;
  -webkit-transition: all 1000ms ease;
  -moz-transition: all 1000ms ease;
  -ms-transition: all 1000ms ease;
  -o-transition: all 1000ms ease;
  transition: all 1000ms ease;
  z-index: 10;
}

.slider-style-four .active .content .upper-title{
	opacity: 1;
  -webkit-transform: perspective(400px) rotateY(0deg) translateY(0px);
  -ms-transform: perspective(400px) rotateY(0deg) translateY(0px);
  transform: perspective(400px) rotateY(0deg) translateY(0px);
  -webkit-transition-delay: 1300ms;
  -moz-transition-delay: 1300ms;
  -ms-transition-delay: 1300ms;
  -o-transition-delay: 1300ms;
  transition-delay: 1300ms;   
}

.slider-style-four .content .upper-title h5{
	position: relative;
	display: block;
	font-size: 18px;
	line-height: 26px;
	color: #fff;
	font-weight: 600;
	padding-left: 70px;
	text-transform: uppercase;
}

.slider-style-four .content .upper-title h5:before{
	position: absolute;
	content: '';
	background: #ed202b;
	width: 50px;
	height: 2px;
	left: 0px;
	top: 12px;
}

.slider-style-four .content .big-title{
	margin-bottom: 4px;
}

.slider-style-four .content .text{
	margin-bottom: 15px;
}

.search-field-section.home-7 .inner-container{
	padding-top: 45px;
	padding-bottom: 50px;
}


/** about-home-seven **/

.about-home-seven{
	position: relative;
	padding-top: 300px;
	margin-top: -190px;
	overflow: hidden;
}

.about-home-seven .bg-layer{
	position: absolute;
	left: 0px;
	top: 0px;
	width: 100%;
	height: calc(100% - 100px);
	background: #f5f5f5;
}

.about-home-seven .pattern-layer{
	position: absolute;
	left: 0px;
	top: 0px;
	width: 100%;
	height: calc(100% - 100px);
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
}

.about-home-seven .sec-title{
	margin-right: 100px;
	padding-bottom: 0px;
}

.about-home-seven .upper-box .text{
	position: relative;
	display: block;
	margin-left: 40px;
}

.about-home-seven .upper-box .text p{
  position: relative;
  display: block;
  font-size: 15px;
  line-height: 26px;
  color: #808080;
  margin-bottom: 26px;
}

.about-home-seven .upper-box .text .list-style-one li{
	float: left;
	width: 50%;
}

.about-home-seven .upper-box .text .list-style-one{
	padding-top: 3px;
}

.about-home-seven .upper-box{
	position: relative;
	display: block;
	margin-bottom: 75px;
}

.about-home-seven .lower-box .single-item{
	position: relative;
	display: block;
	overflow: hidden;
	border-radius: 20px;
}

.about-home-seven .lower-box .single-item .image-box{
	position: relative;
	display: block;
	overflow: hidden;
	border-radius: 20px;
}

.about-home-seven .lower-box .single-item .image-box:before{
  position: absolute;
  content: '';
  width: 100%;
  height: 100%;
  background: -webkit-linear-gradient(90deg, rgba(0,0,0,0.8) 0%, rgba(0,0,0,0.0) 100%);
  bottom: 0px;
  right: 0px;
  z-index: 1;
}

.about-home-seven .lower-box .single-item .image-box img{
	width: 100%;
	border-radius: 20px;
	transition: all 500ms ease;
}

.about-home-seven .lower-box .single-item:hover .image-box img{
	transform: scale(1.05);
}

.about-home-seven .lower-box .single-item .text{
	position: absolute;
	left: 0px;
	bottom: 22px;
	width: 100%;
	text-align: center;
	z-index: 2;
}

.about-home-seven .lower-box .single-item .text h3{
	position: relative;
	display: block;
	font-size: 22px;
	line-height: 30px;
	color: #fff;
	font-weight: 700;
}

.about-home-seven .lower-box .single-item .text h3 a{
	display: inline-block;
	color: #fff;
	transition: all 500ms ease;
}

.about-home-seven .lower-box .single-item .text h3 a:hover{
	color: #ed202b;
}


/** service-home-seven **/

.service-home-seven{
	position: relative;
	padding: 150px 0px 120px 0px;
}

.service-home-seven .pattern-layer {
  position: absolute;
  left: 0px;
  bottom: 0px;
  width: 464px;
  height: 497px;
  background-repeat: no-repeat;
}

.service-block-two .inner-box{
	position: relative;
	display: block;
	text-align: center;
	background: #fff;
	padding: 57px 30px 37px 30px;
	border-radius: 20px;
	box-shadow: 0px 10px 40px 0px rgba(0, 0, 0, 0.1);
	margin-bottom: 30px;
	overflow: hidden;
}

.service-block-two .inner-box .icon-box{
	position: relative;
	display: block;
	font-size: 60px;
	line-height: 50px;
	color: #ed202b;
	margin-bottom: 25px;
}

.service-block-two .inner-box h3{
	position: relative;
	display: block;
	font-size: 22px;
	line-height: 30px;
	font-weight: 700;
	margin-bottom: 15px;
}

.service-block-two .inner-box h3 a{
	display: inline-block;
	color: #252628;
	transition: all 500ms ease;
}

.service-block-two .inner-box p{
	position: relative;
  display: block;
  font-size: 15px;
  line-height: 26px;
  color: #808080;
  margin-bottom: 0px;
}

.service-block-two .inner-box .overlay-content{
	position: absolute;
	left: 0px;
	top: 20px;
	width: 100%;
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	background: #ed202b;
	border-radius: 20px;
	padding: 30px 30px 30px 30px;
	opacity: 0;
	visibility: hidden;
	z-index: 1;
	transition: all 500ms ease;
}

.service-block-two .inner-box:hover .overlay-content{
	top: 0px;
	visibility: visible;
	opacity: 1;
}

.service-block-two .inner-box .overlay-content h3 a{
	color: #fff;
}

.service-block-two .inner-box .overlay-content h3 a:hover{
	text-decoration: underline;
}

.service-block-two .inner-box .overlay-content p{
	color: #fff;
	margin-bottom: 22px;
}

.service-block-two .inner-box .overlay-content .btn-box a{
	position: relative;
	display: inline-block;
	font-size: 15px;
	line-height: 26px;
	font-weight: 600;
	color: #fff;
	font-family: var(--thm-font-2);
	border: 1px solid rgba(255, 255, 255, 0.50);
	border-radius: 30px;
	text-align: center;
	padding: 10px 30px;
	transition: all 500ms ease;
}

.service-block-two .inner-box .overlay-content .btn-box a:hover{
	background: #fff;
	border-color: #fff;
	color: #ed202b;
}

.service-home-seven .image-box{
	position: relative;
	display: block;
	margin-right: -189px;
}

.service-home-seven .image-box img{
	width: 100%;
}

.service-home-seven .image-box .shape-1 {
  position: absolute;
  left: 320px;
  bottom: 50px;
  width: 184px;
  height: 184px;
  background-repeat: no-repeat;
  -webkit-animation: zoom-fade 6s infinite linear;
  animation: zoom-fade 6s infinite linear;
}

.service-home-seven .image-box .shape-2 {
  position: absolute;
  left: 100px;
  top: 30px;
  width: 184px;
  height: 184px;
  background-repeat: no-repeat;
  -webkit-animation: zoom-fade 6s infinite linear;
  animation: zoom-fade 6s infinite linear;
}


/** chooseus-home-seven **/

.chooseus-home-seven{
	position: relative;
	padding: 120px 0px 115px 0px;
	background-color: #1f2021;
}

.chooseus-home-seven .pattern-layer{
	position: absolute;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
}

.chooseus-home-seven .bg-layer{
	position: absolute;
	left: 0px;
	top: 0px;
	width: 50%;
	height: 100%;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
}

.chooseus-home-seven .content-box{
	position: relative;
	display: block;
	margin-left: 50px;
}

.chooseus-home-seven .content-box .sec-title{
	padding-bottom: 35px;
}

.chooseus-home-seven .content-box .sec-title h2{
	color: #fff;
}

.chooseus-home-seven .content-box .text p{
  position: relative;
  display: block;
  font-size: 15px;
  line-height: 26px;
  color: #fff;
  margin-bottom: 31px;
}

.chooseus-home-seven .content-box .text .list-style-one li{
	float: left;
	width: 50%;
	color: #fff;
}

.testimonial-home-5.home-7{
	background: #f5f5f5;
	padding-top: 165px;
}

.cta-home-five.home-7 .inner-container{
	margin: 0px;
	border-radius: 0px;
}

.cta-home-five.home-7 .inner-container:before{
	display: none;
}

.cta-home-five.home-7 .inner-container:after{
	width: calc(50% - 170px);
	background: #6b6e71;
	clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 100%, 5% 50%);
}

.cta-home-five.home-7 .inner-container .bg-layer{
	position: absolute;
	top: 0px;
	right: 0px;
	width: calc(50% - 180px);
	height: 100%;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
	clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 100%, 5% 50%);
	z-index: 1;
}

.cta-home-five.home-7 .inner-container .bg-layer:before{
	position: absolute;
	content: '';
	background: #000;
	width: 100%;
	height: 100%;
	left: 0px;
	top: 0px;
	opacity: 0.75;
}

.team-home-seven .team-block .inner-box{
	background: #fff;
	border-radius: 20px;
	overflow: hidden;
	box-shadow: 0px 10px 40px 0px rgba(0, 0, 0, 0.08);
}

.team-home-four.team-home-seven .team-block .inner-box .lower-content{
	background: #fff !important;
}

.team-home-seven .team-block .inner-box .lower-content h4 a{
	color: #252628;
}

.team-home-seven .team-block .inner-box .lower-content h4 a:hover{
	color: #ed202b;
}

.team-home-seven .team-block .inner-box .lower-content .designation{
	color: #808080;
}

.team-home-seven .team-block .inner-box .share-box .share-icon{
	border: 1px solid #e5e5e5;
}

.team-home-seven .team-block .inner-box .image-box .shape{
	position: absolute;
	left: 0px;
	bottom: 0px;
	width: 100%;
	height: 34px;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: top center;
	z-index: 1;
}

.team-home-seven .team-block .inner-box .image-box .shape svg{
	fill: #fff;
}

.team-home-seven .team-block .inner-box .share-box{
	z-index: 2;
}

.team-home-seven .team-block .inner-box .share-box .share-links li a{
	box-shadow: 0px 10px 30px 0px rgba(0, 0, 0, 0.10);
}


/** faq-home-seven **/

.faq-home-seven{
	position: relative;
	padding: 150px 0px 144px 0px;
	background: #1f2021;
	overflow: hidden;
}

.faq-home-seven .sec-title h2{
	color: #fff;
}

.faq-home-seven .faq-style1__content .inner-content .text p{
  position: relative;
  display: block;
  font-size: 15px;
  line-height: 28px;
  color: #fff;
  margin-bottom: 0px;
}

.faq-home-seven .accordion-box .block .acc-btn{
	background: transparent;
}

.faq-home-seven .accordion-box .block .acc-content p{
	color: #fff;
}

.faq-home-seven .accordion-box .block .acc-btn h3{
	color: #fff;
}

.faq-home-seven .accordion-box .block .acc-btn.active h3{
	color: var(--thm-base);
}

.faq-home-seven .faq-style1__content{
	padding-bottom: 0px;
	margin-right: 50px;
}

.faq-home-seven .image-layer{
	position: absolute;
	right: 350px;
	bottom: 0px;
}

.faq-home-seven .pattern-layer .pattern-1{
	position: absolute;
	left: 0px;
	bottom: 0px;
	width: 477px;
	height: 504px;
	background-repeat: no-repeat;
}

.faq-home-seven .pattern-layer .pattern-2{
	position: absolute;
	right: 0px;
	bottom: 0px;
	width: 550px;
	height: 369px;
	background-repeat: no-repeat;
}

.faq-home-seven .pattern-layer .pattern-3{
	position: absolute;
	right: 670px;
	bottom: 110px;
	width: 166px;
	height: 166px;
	background-repeat: no-repeat;
	-webkit-animation: zoom-fade 4s infinite linear;
  animation: zoom-fade 4s infinite linear;
}

.faq-home-seven .pattern-layer .pattern-4{
	position: absolute;
	top: 275px;
	right: 280px;
	background: #e7bd1a;
	border-radius: 50%;
	width: 250px;
	height: 250px;
	-webkit-animation: zoom-fade 6s infinite linear;
  animation: zoom-fade 6s infinite linear;
}



/** header-style-five **/

.header-style-five .header .auto-container{
	margin-left: 70px;
}

.main-header.header-style-five .header-top{
	padding-left: 70px;
}


/** slider-style-five **/

.slider-style-five{
	position: relative;
	padding: 105px 0px;
	width: 100%;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
}

.slider-style-five:before{
  position: absolute;
  content: '';
  width: 100%;
  height: 100%;
  background: -webkit-linear-gradient(0deg, rgba(0,0,0,0.9), rgba(0,0,0,0.0) 100%);
  top: 0px;
  left: 0px;
}

.slider-style-five .content-box{
	position: relative;
	display: block;
	margin-right: 40px;
}

.slider-style-five .content-box h5{
	position: relative;
	font-size: 18px;
	line-height: 28px;
	color: #fff;
	font-weight: 700;
	padding-left: 70px;
	text-transform: uppercase;
	margin-bottom: 5px;
	letter-spacing: 1px;
}

.slider-style-five .content-box h5:before{
	position: absolute;
	content: '';
	background: #ed202b;
	width: 50px;
	height: 2px;
	left: 0px;
	top: 13px;
}

.slider-style-five .content-box h2 {
	position: relative;
	display: block;
  color: #ffffff;
  font-size: 60px;
  line-height: 76px;
  font-weight: 800;
  margin-bottom: 5px;
  text-transform: capitalize;
}

.slider-style-five .content-box p{
	position: relative;
	display: block;
	color: #ffffff;
	font-size: 18px;
	line-height: 30px;
	font-weight: 400;
  text-transform: none;
  margin-bottom: 31px;
}

.slider-style-five .content-box .btn-box a+a {
  margin-left: 20px;
}

.slider-style-five .form-content{
	position: relative;
	display: block;
	margin-left: 200px;
}

.slider-style-five .form-content .form-inner{
	position: relative;
	display: block;
	background: #fff;
	padding: 44px 40px 50px 40px;
	border-radius: 20px;
}

.slider-style-five .form-content .form-inner .text{
	position: relative;
	display: block;
	margin-bottom: 21px;
}

.slider-style-five .form-content .form-inner .text h2{
	position: relative;
	display: block;
	font-size: 24px;
	line-height: 34px;
	font-weight: 800;
	margin-bottom: 9px;
}

.slider-style-five .form-content .form-inner .text p{
  position: relative;
  display: block;
  font-size: 15px;
  line-height: 28px;
  color: #808080;
  margin-bottom: 0px;
}

.slider-style-five .form-content .form-inner .form-group{
	position: relative;
	display: block;
	margin-bottom: 10px;
}

.slider-style-five .form-content .form-inner .form-group:last-child{
	margin-bottom: 0px;
}

.slider-style-five .form-content .form-inner .form-group input[type='text'],
.slider-style-five .form-content .form-inner .form-group input[type='tel'],
.slider-style-five .form-content .form-inner .form-group input[type='date']
{
	position: relative;
	display: block;
	width: 100%;
	height: 50px;
	border: 1px solid #e5e5e5;
	border-radius: 30px;
	padding: 10px 30px;
	font-size: 15px;
	font-weight: 500;
	color: #808080;
	font-family: var(--thm-font-2);
	transition: all 500ms ease;
}

.slider-style-five .form-content .form-inner .form-group i{
	position: absolute;
	top: 18px;
	right: 30px;
	font-size: 18px;
	z-index: 1;
}

.slider-style-five .form-content .form-inner .form-group button{
	width: 100%;
}

.slider-style-five .form-content .form-inner .form-group input:focus{
	border-color: #ed202b;
}


/** feature-home-eight **/

.feature-home-eight{
	position: relative;
	padding: 150px 0px 175px 0px;
	background-color: #f5f5f5;
}

.feature-home-eight .pattern-layer{
	position: absolute;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
}

.feature-block-two .inner-box{
	position: relative;
	display: block;
	background: #fff;
	border-radius: 20px;
	padding: 40px 40px;
	box-shadow: 0px 10px 40px 0px rgba(0, 0, 0, 0.08);
	z-index: 1;
}

.feature-block-two .inner-box:before{
	position: absolute;
	content: '';
	background: #fff;
	width: calc(100% - 120px);
	height: 26px;
	left: 60px;
	bottom: -26px;
	border-radius: 0px 0px 20px 20px;
	box-shadow: 0px 20px 40px 0px rgba(0, 0, 0, 0.08);
}

.feature-block-two .inner-box:after{
	position: absolute;
	content: '';
	background: #fff;
	width: calc(100% - 60px);
	height: 13px;
	left: 30px;
	bottom: -13px;
	border-radius: 0px 0px 20px 20px;
	box-shadow: 0px 20px 40px 0px rgba(0, 0, 0, 0.08);
	z-index: 1;
}

.feature-block-two .inner-box .icon-box{
	position: relative;
	display: inline-block;
	width: 100px;
	height: 100px;
	line-height: 100px;
	background: #fbf2f2;
	text-align: center;
	border-radius: 50%;
	font-size: 60px;
	color: #ed202b;
	z-index: 1;
	margin-bottom: 23px;
	transition: all 500ms ease;
}

.feature-block-two .inner-box:hover .icon-box{
	color: #fff !important;
}

.feature-block-two .inner-box .icon-box:before{
	position: absolute;
	content: '';
	background: #ed202b;
	width: 100%;
	height: 100%;
	left: 0px;
	top: 0px;
	border-radius: 50%;
	transform: scale(0,0);
	z-index: -1;
	transition: all 500ms ease;
}

.feature-block-two .inner-box:hover .icon-box:before{
	transform: scale(1,1);
}

.feature-block-two .inner-box h4{
	position: relative;
	display: block;
	font-size: 20px;
	line-height: 30px;
	font-weight: 700;
	margin-bottom: 15px;
}

.feature-block-two .inner-box h4 a{
	display: inline-block;
	color: #252628;
	transition: all 500ms ease;
}

.feature-block-two .inner-box h4 a:hover{
	color: #ed202b;
}

.feature-block-two .inner-box p{
	position: relative;
  display: block;
  font-size: 15px;
  line-height: 26px;
  margin-bottom: 0px;
}


/** about-home-eight **/

.about-home-eight{
	position: relative;
	padding: 150px 0px;
}

.about-home-eight .image-box{
	position: relative;
	display: block;
	padding-left: 33px;
	padding-right: 77px;
	margin-right: 40px;
	padding-bottom: 137px;
}

.about-home-eight .image-box img{
	width: 100%;
}

.about-home-eight .image-box .image-1{
	position: relative;
	display: block;
	overflow: hidden;
	border-top-right-radius: 50px;
}

.about-home-eight .image-box .image-1:before{
  position: absolute;
  top: 0;
  left: -80%;
  display: block;
  content: '';
  width: 50%;
  height: 100%;
  background: -o-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, .3) 100%);
  background: -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, 0)), to(rgba(255, 255, 255, .3)));
  background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, .3) 100%);
  -webkit-transform: skewX(-25deg);
  -ms-transform: skewX(-25deg);
  transform: skewX(-25deg);
  z-index: 1;
}

.about-home-eight .image-box:hover .image-1:before {
  -webkit-animation: shine 1s;
  animation: shine 1s;
}

.about-home-eight .image-box .image-1 img{
	border-top-right-radius: 50px;
}

.about-home-eight .image-box .image-2{
	position: absolute;
	right: 0px;
	bottom: 0px;
	border-radius: 50px;
	border-bottom-right-radius: 0px;
	background: #fff;
	padding: 10px;
	box-shadow: 0px 20px 40px 0px rgba(0, 0, 0, 0.20);
	z-index: 1;
}

.about-home-eight .image-box .image-2 img{
	border-radius: 50px;
	border-bottom-right-radius: 0px;
}

.about-home-eight .image-box .shape .shape-1 {
  position: absolute;
  top: 100px;
  right: -30px;
  width: 184px;
  height: 184px;
  background-repeat: no-repeat;
  -webkit-animation: zoom-fade 6s infinite linear;
  animation: zoom-fade 6s infinite linear;
}

.about-home-eight .image-box .shape .shape-2{
	position: absolute;
	left: 0px;
	top: 0px;
	width: 35px;
	height: 550px;
	background-repeat: repeat-y;
	animation: slide 60s linear infinite;
  -webkit-animation: slide 60s linear infinite;
}

@keyframes slide{
  from { background-position: 0 1920px; }
    to { background-position: 0 0; }
}

@-webkit-keyframes slide{
  from { background-position: 0 1920px; }
    to { background-position: 0 0; }
}


/** funfact-home-eight **/

.funfact-home-eight .inner-container{
	position: relative;
	display: block;
	background: #ed202b;
	border-radius: 20px;
	overflow: hidden;
	z-index: 1;
	margin-bottom: -110px;
	padding: 64px 30px;
}

.funfact-home-eight .inner-container .pattern-bg{
	position: absolute;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
}

.funfact-home-eight .single-fact-counter{
	margin-bottom: 0px;
}

.funfact-home-eight .single-fact-counter .icon{
	background: transparent;
	border: 2px solid #fff;
	color: #fff;
}

.funfact-home-eight .single-fact-counter .icon span::before{
	color: #fff;
}

.funfact-home-eight .single-fact-counter .count-box span{
	color: #fff;
}

.about-style2-area  .single-fact-counter .title h6{
	color: #222;
}


/** service-home-eight **/

.service-home-eight{
	position: relative;
	background: #f4f4f4;
	padding: 260px 0px 150px 0px;
}

.service-home-eight .pattern-layer{
	position: absolute;
	left: 0px;
	top: 0px;
	right: 0px;
	width: 100%;
	height: 100%;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
}

.service-block-three{
	max-width: 370px;
	margin: 0 auto;
}

.service-block-three .inner-box{
	position: relative;
	display: block;
	background: #fff;
	border-radius: 20px;
	overflow: hidden;
	box-shadow: 0px 10px 40px 0px rgba(0, 0, 0, 0.08);
}

.service-block-three .inner-box .image-box{
	position: relative;
	display: block;
}

.service-block-three .inner-box .image-box .image{
	position: relative;
	display: block;
	overflow: hidden;
	background: #000;
}

.service-block-three .inner-box .image-box .image img{
	width: 100%;
	transition: all 500ms ease;
}

.service-block-three .inner-box:hover .image-box .image img{
	transform: scale(1.05);
	opacity: 0.5;
}

.service-block-three .inner-box .image-box .shape{
	position: absolute;
	left: 0px;
	bottom: 0px;
	width: 100%;
	height: 34px;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: top center;
	z-index: 1;
}

.service-block-three .inner-box .image-box .shape svg{
	fill: #fff;
}

.service-block-three .inner-box .lower-content{
	position: relative;
	display: block;
	padding: 20px 30px 40px 40px;
}

.service-block-three .inner-box .lower-content .icon-box{
	position: relative;
	display: block;
	font-size: 60px;
	line-height: 50px;
	color: #ed202b;
	margin-bottom: 20px;
}

.service-block-three .inner-box .lower-content h3{
	position: relative;
	display: block;
	font-size: 22px;
	line-height: 30px;
	font-weight: 700;
	margin-bottom: 10px;
}

.service-block-three .inner-box .lower-content h3 a{
	display: inline-block;
	color: #252628;
	transition: all 500ms ease;
}

.service-block-three .inner-box .lower-content h3 a:hover{
	color: #ed202b;
}

.service-block-three .inner-box .lower-content p{
  position: relative;
  display: block;
  font-size: 15px;
  line-height: 26px;
  font-family: 'Poppins', sans-serif;
  color: #808080;
  margin-bottom: 0px;
}

.service-home-eight .btn-box{
	position: relative;
	display: block;
	margin-top: 60px;
}


.faq-style1-area.home-8{
	position: relative;
	padding: 150px 0px 140px 0px;
}

.faq-style1-area.home-8 .faq-style1__content{
	padding-bottom: 0px;
	margin-right: 55px;
}

.faq-style1-area.home-8 .video-inner{
  position: absolute;
  top: 0px;
  right: 0px;
  width: 50%;
  height: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 150px 0px;
}

.faq-style1-area.home-8 .video-inner:before{
	position: absolute;
	content: '';
	background: #000;
	width: 100%;
	height: 100%;
	left: 0px;
	top: 0px;
	opacity: 0.5;
}

.faq-style1-area.home-8 .video-inner .video-btn a{
	position: relative;
	display: inline-block;
	width: 120px;
	height: 120px;
	line-height: 120px;
	text-align: center;
	font-size: 40px;
	color: #fff;
	border-radius: 50%;
	border: 3px solid #fff;
}

.faq-style1-area.home-8 .video-inner .video-btn a:before,
.faq-style1-area.home-8 .video-inner .video-btn a:after {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background: transparent;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-animation-delay: .9s;
  animation-delay: .9s;
  content: "";
  position: absolute;
  -webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.9);
  box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.9);
  -webkit-animation: ripple 3s infinite;
  animation: ripple 3s infinite;
  -webkit-transition: all .4s ease;
  transition: all .4s ease;
}

.faq-style1-area.home-8 .video-inner .video-btn a:after{
  -webkit-animation-delay: .6s;
  animation-delay: .6s;
}

@-webkit-keyframes ripple {
  70% {
    -webkit-box-shadow: 0 0 0 30px rgba(255, 255, 255, 0);
            box-shadow: 0 0 0 30px rgba(255, 255, 255, 0);
  }
  100% {
    -webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
            box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
  }
}
@keyframes ripple {
  70% {
    -webkit-box-shadow: 0 0 0 30px rgba(255, 255, 255, 0);
            box-shadow: 0 0 0 30px rgba(255, 255, 255, 0);
  }
  100% {
    -webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
            box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
  }
}

.faq-style1-area.home-8 .pattern-layer {
  position: absolute;
  left: 0px;
  bottom: 0px;
  width: 464px;
  height: 497px;
  background-repeat: no-repeat;
}


/** working-process-home-eight **/

.working-process-home-eight{
	position: relative;
	padding: 150px 0px 140px 0px;
}

.working-process-home-eight .pattern-layer{
	position: absolute;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
}

.working-process-home-eight .sec-title h2{
	color: #fff;
}

.working-block-two .inner-box{
	position: relative;
	display: block;
	padding: 0px 30px;
}

.working-block-two .inner-box .icon-box{
	position: relative;
	display: inline-block;
	width: 130px;
	height: 130px;
	line-height: 130px;
	font-size: 60px;
	background: #f54f44;
	color: #fff;
	text-align: center;
	border-radius: 50%;
	margin-bottom: 35px;
	z-index: 1;
	transition: all 500ms ease;
}

.working-block-two .inner-box .icon-box:before{
	position: absolute;
	content: '';
	border: 2px dashed #f54f44;
	left: -11px;
	top: -11px;
	width: 152px;
	height: 152px;
	border-radius: 50%;
}

.working-block-two .inner-box .icon-box span{
	position: absolute;
	left: -14px;
	top: -14px;
	width: 56px;
	height: 56px;
	line-height: 56px;
	text-align: center;
	font-size: 20px;
	color: #141414;
	font-weight: 600;
	font-family: var(--thm-font-2);
	background: #fff;
	border-radius: 50%;
	box-shadow: 0px 10px 30px 0px rgba(0, 0, 0, 0.20);
	transition: all 500ms ease;
}

.working-block-two .inner-box .icon-box:after{
	position: absolute;
	content: '';
	background: #fff;
	width: 100%;
	height: 100%;
	left: 0px;
	top: 0px;
	transform: scale(0,0);
	z-index: -1;
	border-radius: 50%;
	transition: all 500ms ease;
}

.working-block-two .inner-box:hover .icon-box:after{
	transform: scale(1,1);
}

.working-block-two .inner-box:hover .icon-box{
	color: #141414;
}

.working-block-two .inner-box h3{
	position: relative;
	display: block;
	font-size: 22px;
	line-height: 30px;
	font-weight: 700;
	margin-bottom: 15px;
}

.working-block-two .inner-box h3 a{
	display: inline-block;
	color: #fff;
	transition: all 500ms ease;
}

.working-block-two .inner-box h3 a:hover{
	color: #ed202b;
}

.working-block-two .inner-box p{
	position: relative;
	display: block;
	font-size: 16px;
	line-height: 30px;
	color: #bfbfbf;
	margin-bottom: 0px;
}

.working-block-two .inner-box .arrow{
	position: absolute;
	top: 35px;
	right: -43px;
	width: 81px;
	height: 52px;
	background-repeat: no-repeat;
}

.working-process-home-eight .sec-title{
	padding-bottom: 63px;
}

.testimonial-home-5.home-8{
	padding: 150px 0px;
}

.blog-style1-area.home-8 .single-blog-style1 .img-holder .inner .date-box{
	top: 20px;
	right: 20px;
	width: 70px;
	height: 70px;
	background: #f44438;
	border-radius: 10px;
	text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
}

.blog-style1-area.home-8 .single-blog-style1 .img-holder .inner .date-box h5{
	transform: rotate(0deg);
	left: 0px;
	top: 0px;
	line-height: 20px;
}

.blog-style1-area.home-8 .single-blog-style1 .text-holder{
	padding-top: 25px;
}


/** header-style-six **/

.main-header.header-style-six .header-top{
	padding-left: 0px;
}

.main-header.header-style-six .header-left .logo--style2 .bg-box{
  position: absolute;
  top: -40px;
  left: -100px;
  bottom: -130px;
  right: -170px;
  z-index: -1;
  width: auto;
  height: auto;
  background-repeat: no-repeat;
  background-size: auto;
  background-position: center center;
}

.large-container{
	max-width: 1430px;
	padding: 0px 15px;
	margin: 0 auto;
}

.main-header.header-style-six .header-middle .nav-outer{
	margin-right: 0px;
	margin-left: 130px;
}

.main-header.header-style-six .header-middle .main-menu .navigation> li{
	margin-right: 30px;
}


/** slider-style-six **/

.slider-style-six{
	position: relative;
}

.slider-style-six h6{
	position: relative;
	display: block;
	font-size: 18px;
	line-height: 28px;
	font-weight: 700;
	color: #fff;
	text-transform: uppercase;
	letter-spacing: 1px;
	margin-bottom: 4px;
}

.slider-style-six h2 span{
	color: #ed202b;
}

.slider-style-six.style3 .content{
	min-height: 750px;
}

.slider-style-six.style3 .slide .image-layer:before{
	opacity: 0.5;
}

.slider-style-six{
	overflow: hidden;
}

.slider-style-six .slide .shape .shape-1{
	position: absolute;
	left: -488px;
	top: 0px;
	width: 488px;
	height: 100%;
	transform: translateX(0);
	background-size: cover;
	background-repeat: no-repeat;
	z-index: 1;
	transition: all 2000ms ease;
}

.slider-style-six .slide .shape .shape-1 svg,
.slider-style-six .slide .shape .shape-2 svg,
.slider-style-six .slide .shape .shape-3 svg,
.slider-style-six .slide .shape .shape-4 svg{
	fill: #ed202b;
	opacity: 0.6;
}

.slider-style-six .slide .shape .shape-2{
	position: absolute;
	left: -790px;
	top: 0px;
	width: 792px;
	height: 100%;
	background-size: cover;
	background-repeat: no-repeat;
	z-index: 1;
	transform: translateX(0);
	transition: all 2000ms ease;
}

.slider-style-six .active .slide .shape .shape-2{
	left: 0px;
	transform: translateX(1);
	transition-delay: 300ms;
}

.slider-style-six .active .slide .shape .shape-1{
	left: 0px;
	transform: translateX(1);
}

.slider-style-six .slide .shape .shape-3{
	position: absolute;
	right: -229px;
	bottom: 0px;
	width: 229px;
	height: 441px;
	background-size: cover;
	background-repeat: no-repeat;
	z-index: 1;
	transform: translateX(0);
	transition: all 2000ms ease;
}

.slider-style-six .slide .shape .shape-4{
	position: absolute;
	right: -250px;
	bottom: 0px;
	width: 251px;
	height: 323px;
	background-size: cover;
	background-repeat: no-repeat;
	z-index: 1;
	transform: translateX(0);
	transition: all 2000ms ease;
}

.slider-style-six .active .slide .shape .shape-3{
	right: 260px;
	transform: translateX(1);
	transition-delay: 300ms;
}

.slider-style-six .active .slide .shape .shape-4{
	right: 260px;
	transform: translateX(1);
}


/** feature-home-nine **/

.feature-home-nine{
	position: relative;
	padding: 150px 0px 145px 0px;
}

.feature-home-nine .pattern-layer .pattern-1{
	position: absolute;
	right: 0px;
	bottom: 70px;
	width: 333px;
	height: 381px;
	background-repeat: no-repeat;
}

.feature-home-nine .pattern-layer .pattern-2{
	position: absolute;
	left: 0px;
	bottom: 0px;
	width: 100%;
	height: 34px;
	background-repeat: no-repeat;
	background-size: cover;
}

.feature-home-nine .single-item{
	position: relative;
	display: block;
	padding-right: 30px;
	border-right: 1px solid #e5e5e5;
}

.feature-home-nine .single-column:last-child .single-item{
	border-right: none;
}

.feature-home-nine .single-item .icon-box{
	position: relative;
	display: inline-block;
	font-size: 60px;
	line-height: 50px;
	color: #252628;
	margin-bottom: 24px;
	transition: all 500ms ease;
}

.feature-home-nine .single-item:hover .icon-box{
	transform: rotateY(180deg);
	color: #ed202b;
}

.feature-home-nine .single-item h4{
	position: relative;
	display: block;
	font-size: 20px;
	line-height: 30px;
	font-weight: 700;
	margin-bottom: 15px;
}

.feature-home-nine .single-item h4 a{
	display: inline-block;
	color: #252628;
	transition: all 500ms ease;
}

.feature-home-nine .single-item h4 a:hover{
	color: #ed202b;
}

.feature-home-nine .single-item p{
  position: relative;
  display: block;
  font-size: 15px;
  line-height: 26px;
  font-family: 'Poppins', sans-serif;
  color: #808080;
  margin-bottom: 16px;
}

.feature-home-nine .single-item .link a{
	position: relative;
	display: inline-block;
	font-size: 22px;
	line-height: 26px;
	font-weight: 700;
	color: #252628;
	transition: all 500ms ease;
}

.feature-home-nine .single-item .link a:hover{
	color: #ed202b;
}


/** about-home-nine **/

.about-home-nine{
	position: relative;
	padding: 150px 0px;
	background-color: #fff;
	overflow: hidden;
}

.about-home-nine .pattern-layer{
	position: absolute;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
}

.about-home-nine .image-box{
	position: relative;
	display: block;
	margin-right: 20px;
}

.about-home-nine .image-box .image{
	position: relative;
	display: block;
	border-radius: 20px;
	overflow: hidden;
}

.about-home-nine .image-box .image img{
	width: 100%;
	border-radius: 20px;
	transition: all 500ms ease;
}

.about-home-nine .image-box .image:hover img{
	transform: scale(1.05);
}

.about-home-nine .image-box .text{
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%,-50%);
	width: 220px;
	height: 220px;
	background: #ed202b;
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
	border-radius: 50%;
}

.about-home-nine .image-box .text:before{
	position: absolute;
	content: '';
	border: 2px dashed #fff;
	border-radius: 50%;
	left: 20px;
	top: 20px;
	width: 180px;
	height: 180px;
}

.about-home-nine .image-box .text h2{
	position: relative;
	display: block;
	font-size: 50px;
	line-height: 50px;
	color: #fff;
	font-weight: 700;
	margin-bottom: 16px;
}

.about-home-nine .image-box .text h5{
	position: relative;
	display: block;
	font-size: 17px;
	line-height: 20px;
	color: #fff;
	font-weight: 700;
}

.content_block_one .content-box .signature {
    margin-bottom: 30px !important;
}


/** service-home-nine **/

.service-home-nine{
	position: relative;
	padding-top: 150px;
}

.service-home-nine .bg-column{
	position: absolute;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 600px;
	overflow: hidden;
}

.service-home-nine .bg-column:before{
	position: absolute;
	content: '';
	background: #000;
	width: 100%;
	height: 100%;
	left: 0px;
	top: 0px;
	opacity: 0.6;
	z-index: 1;
}

.service-home-nine .sec-title{
	z-index: 1;
	padding-bottom: 35px;
}

.service-home-nine .sec-title h2{
	color: #fff;
	margin-bottom: 23px;
}

.service-home-nine .sec-title .text p{
	position: relative;
  display: block;
  font-size: 15px;
  line-height: 26px;
  font-family: 'Poppins', sans-serif;
  color: #fff;
}

.service-home-nine .inner-container{
	position: relative;
	display: block;
	background: #fff;
	padding: 75px 80px 62px 80px;
	z-index: 1;
	box-shadow: 0px 10px 40px 0px rgba(0, 0, 0, 0.10);
	border-radius: 20px;
}

.service-home-nine .inner-box{
	position: relative;
	display: block;
}

.service-home-nine .inner-box.text-right{
	padding-right: 80px;
}

.service-home-nine .inner-box.text-left{
	padding-left: 80px;
}

.service-home-nine .inner-box.text-right .shape{
	position: absolute;
	top: 0px;
	right: 0px;
	width: 34px;
	height: 100%;
	background-size: cover;
	background-repeat: repeat-y;
	animation: slide 80s linear infinite;
 	-webkit-animation: slide 80s linear infinite;
}

.service-home-nine .inner-box.text-left .shape{
	position: absolute;
	top: 0px;
	left: 0px;
	width: 34px;
	height: 100%;
	background-size: cover;
	background-repeat: repeat-y;
	animation: slide 80s linear infinite;
 	-webkit-animation: slide 80s linear infinite;
}

.service-home-nine .inner-box .single-item{
	position: relative;
	display: block;
	margin-bottom: 52px;
	padding-bottom: 42px;
	border-bottom: 1px solid #e5e5e5;
}

.service-home-nine .inner-box .single-item:last-child{
	margin-bottom: 0px;
	padding-bottom: 0px;
	border-bottom: none;
}

.service-home-nine .inner-box .single-item .icon-box{
	position: relative;
	display: inline-block;
	font-size: 60px;
	line-height: 50px;
	color: #ed202b;
	margin-bottom: 27px;
	transition: all 500ms ease;
}

.service-home-nine .inner-box .single-item:hover .icon-box{
	transform: rotateY(180deg);
}

.service-home-nine .inner-box .single-item h3{
	position: relative;
	display: block;
	font-size: 22px;
	line-height: 30px;
	font-weight: 700;
	margin-bottom: 15px;
}

.service-home-nine .inner-box .single-item h3 a{
	display: inline-block;
	color: #252628;
	transition: all 500ms ease;
}

.service-home-nine .inner-box .single-item h3 a:hover{
	color: #ed202b;
}

.service-home-nine .inner-box .single-item p{
	position: relative;
  display: block;
  font-size: 15px;
  line-height: 26px;
  font-family: 'Poppins', sans-serif;
  color: #808080;
  margin-bottom: 0px;
}

.inner-container .image-box .image{
	position: relative;
	display: block;
	margin-left: -20px;
	margin-right: -20px;
	margin-top: 85px;
}

.inner-container .image-box img{
	width: 100%;
}

.inner-container .image-box .image-shape .shape-1{
	position: absolute;
	left: 40px;
	top: 38px;
	width: 184px;
	height: 184px;
	background-repeat: no-repeat;
	-webkit-animation: zoom-fade 6s infinite linear;
  animation: zoom-fade 6s infinite linear;
}

.inner-container .image-box .image-shape .shape-2{
	position: absolute;
	right: 95px;
	bottom: 115px;
	width: 130px;
	height: 146px;
	background-repeat: no-repeat;
	-webkit-animation: zoom-fade 6s infinite linear;
  animation: zoom-fade 6s infinite linear;
}


/** testimonial-home-nine **/

.testimonial-home-nine{
	position: relative;
	padding: 150px 0px;
}

.testimonial-home-nine .sec-title h2{
	margin-bottom: 23px;
}

.testimonial-home-nine .sec-title .text p{
  position: relative;
  display: block;
  font-size: 15px;
  line-height: 26px;
  font-family: 'Poppins', sans-serif;
  color: #808080;
  margin-bottom: 0px;
}

.testimonial-home-nine .testimonial-content{
	position: relative;
	display: block;
	margin-left: 100px;
	padding-left: 172px;
	padding-bottom: 82px;
}

.testimonial-home-nine .testimonial-content .image-box{
	position: relative;
	display: block;
	border-radius: 20px;
}

.testimonial-home-nine .testimonial-content .image-box img{
	width: 100%;
	border-radius: 20px;
}

.testimonial-home-nine .testimonial-content .carousel-inner{
	position: absolute;
	left: 0px;
	bottom: 0px;
	width: 370px;
	overflow: visible;
}

.testimonial-home-nine .owl-carousel .owl-stage-outer{
	overflow: visible;
}

.testimonial-home-nine .owl-carousel .owl-stage-outer .owl-item{
	opacity: 0;
}

.testimonial-home-nine .owl-carousel .owl-stage-outer .owl-item.active{
	opacity: 1;
}

.testimonial-home-nine .testimonial-block-one .inner-box{
	background: #f44438;
}

.testimonial-home-nine .testimonial-block-one .inner-box p,
.testimonial-home-nine .testimonial-block-one .inner-box .author-box h4{
	color: #fff;
}

.testimonial-home-nine .testimonial-block-one .inner-box .author-box .designation{
	color: rgba(255, 255, 255, 0.80);
}

.testimonial-home-nine .owl-carousel.owl-dot-style1 .owl-dots{
	position: absolute;
	left: -455px;
	bottom: 300px;
}

.testimonial-home-nine .owl-carousel.owl-dot-style1 .owl-dots .owl-dot{
	background-color: #fcc7c3;
}

.testimonial-home-nine .owl-carousel.owl-dot-style1 .owl-dots .owl-dot.active{
	background: #ed202b;
}

.testimonial-home-nine .testimonial-content .shape .shape-1{
	position: absolute;
	left: -65px;
	top: 175px;
	width: 130px;
	height: 130px;
	background-repeat: no-repeat;
	-webkit-animation: zoom-fade 6s infinite linear;
  animation: zoom-fade 6s infinite linear;
}

.testimonial-home-nine .testimonial-content .shape .shape-2{
	position: absolute;
	right: -100px;
	bottom: -20px;
	width: 238px;
	height: 238px;
	background-repeat: no-repeat;
	-webkit-animation: zoom-fade 6s infinite linear;
  animation: zoom-fade 6s infinite linear;
}

.testimonial-home-nine .pattern-layer{
	position: absolute;
	left: 0px;
	bottom: 0px;
	width: 479px;
	height: 421px;
	background-repeat: no-repeat;
}

.working-process-home-eight{
	background-color: #1f2021;
}

.working-process-home-eight .pattern-layer-2{
	position: absolute;
	left: 0px;
	bottom: 0px;
	width: 230px;
	height: 369px;
	background-repeat: no-repeat;
}

.working-process-home-eight .pattern-layer-3{
	position: absolute;
	right: 0px;
	bottom: 0px;
	width: 580px;
	height: 775px;
	background-repeat: no-repeat;
}

.working-process-home-eight.home-9{
	padding-bottom: 270px;
}


.faq-style1-area.home-9{
	padding: 150px 0px 140px 0px;
}

.faq-style1-area.home-9 .faq-style1__content{
	padding-bottom: 0px;
	margin-left: 70px;
}

.faq-style1-area.home-9 .bg-layer{
	position: absolute;
	left: 0px;
	bottom: 0px;
	width: 50%;
	height: calc(100% + 130px);
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
	border-top-right-radius: 20px;
}

.faq-style1-area.home-9 .shape .shape-1{
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	top: 0px;
	width: 34px;
	height: 100%;
	margin-left: 18px;
	background-size: cover;
	background-repeat: repeat-y;
	animation: slide 80s linear infinite;
  -webkit-animation: slide 80s linear infinite;
}

.clients-home-five.home-9{
	background-color: #f5f5f5 !important;
}

.clients-home-five.home-9 .clients-logo img{
	opacity: 0.15;
}

.clients-home-five.home-9 .clients-logo img:hover{
	opacity: 1;
}


/** project-home-nine **/

.project-home-nine{
	position: relative;
	background: #1f2021;
	padding: 150px 0px;
}

.project-home-nine .sec-title h2{
	color: #fff;
}

.project-home-nine .owl-carousel {
  max-width: 392px;
  margin: 0 auto;
  width: 100%;
  display: block;
}

.project-home-nine .owl-stage-outer {
  overflow: visible;
}

.project-home-nine .owl-carousel .owl-stage{
	display: flex;
	align-items: center;
}

.project-block-two .inner-box{
	position: relative;
	display: block;
	overflow: hidden;
	border-radius: 20px;
}

.project-block-two .inner-box .image-box{
	position: relative;
	display: block;
	border-radius: 20px;
	overflow: hidden;
}

.project-block-two .inner-box .image-box img{
	width: 100%;
	opacity: 0.9;
	transition: all 500ms ease;
}

.project-block-two .inner-box:hover .image-box img{
	transform: scale(1.05);
	opacity: 0.5;
}

.project-home-nine .owl-nav{
	position: absolute;
	top: -120px;
	right: -500px;
}

.project-home-nine .owl-nav button{
	position: relative;
	display: inline-block;
	font-size: 26px !important;
	color: #fff !important;
	cursor: pointer;
	margin: 0px 10px;
	transition: all 500ms ease;
}

.project-home-nine .owl-nav button:hover{
	color: #ed202b !important;
}

.project-home-nine .owl-nav button.owl-prev{
	transform: rotate(180deg);
	top: -4px;
}

.project-home-nine .sec-title{
	padding-bottom: 60px;
}

.team-home-four.home-9 .team-block .inner-box .image-box{
	clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 95%, 0% 0%);
}

.team-home-four.home-9 .team-block .inner-box .image-box:before {
  position: absolute;
  content: '';
  width: 100%;
  height: 100%;
  background: -webkit-linear-gradient(90deg, rgba(0,0,0,0.3) 0%, rgba(0,0,0,0.0) 30%);
  bottom: 0px;
  right: 0px;
  z-index: 1;
}

.blog-style1-area.home-8{
	background: transparent;
}


/** cta-home-nine **/

.cta-home-nine{
	position: relative;
	background-color: #ed202b;
	padding: 80px 0px 84px 0px;
}

.cta-home-nine .pattern-layer{
	position: absolute;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	background-size: cover;
	background-repeat: no-repeat;
}

.cta-home-nine .image-layer{
	position: absolute;
	left: 160px;
	top: -82px;
}

.cta-home-nine .content-box{
	position: relative;
	display: block;
	z-index: 1;
}

.cta-home-nine .content-box h2{
	position: relative;
	display: block;
	font-size: 44px;
	line-height: 50px;
	color: #fff;
	font-weight: 800;
	margin-bottom: 31px;
}

.cta-home-nine .content-box h2 a{
	display: inline-block;
	color: #e7bd1a;
	transition: all 500ms ease;
}

.cta-home-nine .content-box h2 a:hover{
	text-decoration: underline;
}

.cta-home-nine .content-box .theme-btn{
	background: #fff !important;
	color: #252628;
}

.cta-home-nine .content-box .theme-btn:hover{
	color: #fff;
}





/*** 

====================================================================
                        Responsive-Css
====================================================================

***/


@media only screen and (max-width: 1499px){

	.header-style-five .header .auto-container{
		margin-left: 0px;
	}

	.cta-home-nine .image-layer{
		left: 0px;
	}

}


@media only screen and (max-width: 1399px){
	.main-header.home_four .header-middle .nav-outer{
		margin-right: 0px;
	}

	.header-right_buttom .btns-box{
		display: none;
	}





	.header-style-five .header-top .outer-box{
		justify-content: center;
	}

}

@media only screen and (max-width: 1200px){
	.main-header.home_four .header-left .logo--style2{
		display: none;
	}

	.main-header.home_four .header-left{
		display: none;
	}

	.main-header.home_four .header-middle{
		padding-left: 0px;
	}

	.main-header.home_four .auto-container{
		padding-right: 15px;
	}

	.main-header.home_four .header-top{
		padding-left: 0px;
	}

	.main-header.home_four .header-right{
		display: flex !important;
	}

	.faq-style1-area.home-four .image-box .bg-layer{
		display: none;
	}





	.content_block_one .content-box{
		margin-left: 0px;
	}

	.project-block-one .inner-box .text{
		padding-left: 20px;
		padding-right: 20px;
	}

	.cta-home-five .inner-box{
		display: block;
	}

	.cta-home-five .inner-box .text h2{
		z-index: 1;
		margin-bottom: 10px;
	}

	.slider-style-three:before{
		display: none;
	}

	.main-slider .content .btns-box a{
		margin-right: 10px;
		margin-bottom: 10px;
		margin-left: 0px !important;
	}

	.testimonial-home-5.home-6 .owl-carousel.owl-dot-style1 .owl-dots{
		display: none;
	}

	.funfact-home-six .single-fact-counter{
		margin-bottom: 30px;
	}

	.funfact-home-six{
		padding-bottom: 35px;
	}

	.header-style-four .header-top,
	.chooseus-home-seven .bg-layer{
		display: none;
	}

	.about-home-seven .sec-title{
		margin-right: 0px;
	}

	.about-home-seven .upper-box .text{
		margin-left: 0px;
	}

	.faq-home-seven .image-layer{
		display: none;
	}

	.faq-home-seven .pattern-layer{
		display: none;
	}

	.slider-style-five .form-content{
		margin-left: 0px;
	}

	.funfact-home-eight .single-fact-counter{
		margin-bottom: 30px;
	}

	.funfact-home-eight .inner-container{
		padding-bottom: 35px;
	}

	.faq-style1-area.home-8 .video-inner{
		position: relative;
		width: 100%;
	}

	.faq-style1-area.home-8 .faq-style1__content{
		margin-right: 0px;
		margin-bottom: 40px;
	}

	.header-style-six .header-top .outer-box{
		justify-content: center;
	}

	.main-header.header-style-six .header-middle .nav-outer{
		margin-left: 0px;
	}

	.slider-style-six .slide .shape{
		display: none;
	}

	.feature-home-nine .sec-title h2{
		font-size: 30px;
		line-height: 38px;
	}

	.service-home-nine .inner-container{
		padding-right: 50px;
		padding-left: 50px;
	}

	.testimonial-home-nine .pattern-layer,
	.faq-style1-area.home-9 .bg-layer,
	.faq-style1-area.home-9 .shape .shape-1{
		display: none;
	}



}

@media only screen and (max-width: 991px){
	.feature-block-one .inner-box{
		margin-bottom: 107px;
	}

	.feature-block:last-child .feature-block-one .inner-box{
		margin-bottom: 0px;
	}

	.service-home-four .tab-btn{
		margin-bottom: 30px;
	}

	.service-home-four .tab-btn-box{
		margin-bottom: 20px;
	}

	.paroller,
	.paroller-2{
		transform: scale(1) !important;
	}

	.team-home-four .team-block .inner-box{
		margin-bottom: 30px;
	}

	.team-home-four{
		padding-bottom: 120px;
	}

	.workig-process-home-four .process-block .inner-box{
		margin-bottom: 30px;
	}

	.workig-process-home-four{
		padding-bottom: 120px;
	}





	.slider-style-two .content-inner .image-box,
	.slider-style-two .pattern-layer{
		display: none;
	}

	.search-field-section form .form-group{
		margin-bottom: 15px;
	}

	.search-field-section form{
		padding-right: 0px;
	}

	.search-field-section form .message-btn{
		position: relative;
	}

	.search-field-section form .message-btn button{
		width: 100%;
	}

	.image_block_one .image-box{
		margin-right: 0px;
		margin-bottom: 40px;
	}

	.service-block-one .inner-box{
		margin-bottom: 30px;
	}

	.chooseus-home-five .image-box{
		margin-right: 0px;
		margin-top: 30px;
	}

	.cta-home-five .inner-container{
		padding-left: 50px;
		padding-right: 50px;
	}

	.cta-home-five .inner-box .text h2 br{
		display: none;
	}

	.working-block-one .inner-box{
		margin-bottom: 30px;
	}

	.workig-process-home-five{
		padding-bottom: 120px;
	}

	.news-home-five .single-blog-style1{
		max-width: 370px;
		margin: 0 auto;
		margin-bottom: 30px;
	}

	.slider-style-three .pattern-layer{
		display: none;
	}

	.slider-style-three .image-box{
		margin-right: 0px;
		margin-top: 30px;
	}

	.content_block_three .content-box{
		margin-left: 0px;
		margin-top: 40px;
	}

	.service-home-six .tabs-box .tab-btns .tab-btn{
		font-size: 15px;
	}

	.service-home-six .tabs-content .text{
		margin-right: 0px;
		margin-bottom: 30px;
	}

	.service-home-six .tabs-content .image{
		margin-left: 0px;
	}

	.chooseus-home-six .pattern-layer{
		display: none;
	}

	.workig-process-home-five.home-6 .working-block-one .inner-box{
		margin-bottom: 105px;
	}

	.workig-process-home-five.home-6 .working-block:last-child .working-block-one .inner-box{
		margin-bottom: 0px;
	}

	.testimonial-home-5.home-6 .title-column .text{
		margin-bottom: 60px;
	}

	.team-block-one .inner-box{
		margin-bottom: 30px;
	}

	.team-home-six{
		padding-bottom: 120px;
	}

	.cta-home-six .inner-box{
		display: block;
	}

	.cta-home-six .inner-box .text h2{
		margin-bottom: 15px;
	}

	.about-home-seven .lower-box .single-item{
		margin-bottom: 30px;
	}

	.service-home-seven .image-box{
		margin-right: 0px;
	}

	.slider-style-five .content-box{
		margin-right: 0px;
		margin-bottom: 40px;
	}

	.feature-block-two .inner-box{
		margin-bottom: 60px;
	}

	.feature-block:last-child .feature-block-two .inner-box{
		margin-bottom: 0px;
	}

	.about-home-eight .image-box{
		margin-right: 0px;
		margin-bottom: 40px;
	}

	.service-block-three .inner-box{
		margin-bottom: 30px;
	}

	.working-block-two .inner-box{
		margin-bottom: 40px;
	}

	.working-process-home-eight{
		padding-bottom: 100px;
	}

	.working-block-two .inner-box .arrow{
		display: none;
	}

	.feature-home-nine .single-item{
		padding-right: 0px;
		border-right: none;
		margin-bottom: 30px;
	}

	.feature-home-nine{
		padding-bottom: 115px;
	}

	.about-home-nine .image-box{
		margin-right: 0px;
		margin-bottom: 40px;
	}

	.service-home-nine .inner-box.text-right .shape,
	.service-home-nine .inner-box.text-left .shape{
		display: none;
	}

	.service-home-nine .inner-box.text-right{
		padding-right: 0px;
		margin-bottom: 30px;
	}

	.service-home-nine .inner-box.text-left{
		padding-left: 0px;
		margin-top: 30px;
	}

	.inner-container .image-box .image{
		margin: 0px;
	}

	.testimonial-home-nine .testimonial-content{
		margin-left: 0px;
	}

	.working-process-home-eight.home-9{
		padding-bottom: 100px;
	}

	.working-process-home-eight .pattern-layer-2,
	.working-process-home-eight .pattern-layer-3{
		display: none;
	}

	.cta-home-nine .image-layer{
		display: none;
	}


}


@media only screen and (max-width: 767px){
	.workig-process-home-four .process-block .inner-box .arrow{
		display: none;
	}

	.about-home-four .image-box .image-shape-1,
	.about-home-four .image-box .image-shape-2{
		display: none;
	}

	.about-home-four{
		padding: 70px 0px;
	}

	.about-home-four .image-box{
		margin-right: 0px;
	}

	.funfact-home-4 .single-column:nth-child(2), .funfact-home-4 .single-column:last-child{
		padding-top: 0px;
	}

	.funfact-home-4 .single-item{
		margin-bottom: 30px;
	}

	.service-home-four{
		padding: 70px 0px 170px 0px;
	}

	.chooseus-home-four .inner-container{
		padding: 70px 0px 40px 0px;
	}

	.testimonials-style3-area.home-four{
		padding: 70px 0px;
	}

	.team-home-four,
	.workig-process-home-four{
		padding: 70px 0px 40px 0px;
	}

	.faq-style1-area.home-four{
		padding: 70px 0px;
	}

	.faq-style1-area.home-four .image-box{
		padding-left: 0px;
		padding-right: 0px;
	}

	.blog-style1-area.home-4{
		padding: 70px 0px 20px 0px; 
	}

	.contact-style1-area.home-4 .contact-form-box1{
		margin: 0px;
		padding: 0px;
	}

	.contact-style1-area.home-4{
		padding: 70px 0px;
	}

	.main-slider.style3 .owl-theme .owl-nav{
		display: none;
	}

	.service-home-four .image-box{
		padding: 0px;
		margin-bottom: 30px;
	}

	.service-home-four .image-box .image-2{
		position: relative;
		margin-top: 30px;
	}

	.about-home-four .image-box{
		padding: 0px;
	}

	.about-home-four .image-box .image-2{
		position: relative;
		right: 0px;
		bottom: 0px;
		margin-top: 30px;
		margin-bottom: 30px;
	}

	.about-home-four .image-box .image-3{
		position: relative;
		right: 0px;
	}

	.service-home-four .content-box{
		margin-left: 0px;
	}

	.service-home-four .content-box .list li{
		width: 100%;
	}

	.service-home-four .image.image-1.image-3{
		margin-top: 30px;
		margin-bottom: 30px;
		margin-right: 0px;
	}

	.service-home-four .image-box .two-image{
		margin-left: 0px;
	}




	.owl-carousel.owl-dot-style1 .owl-dots{
		display: none;
	}

	.about-home-five,
	.service-home-five{
		padding: 70px 0px;
	}

	.service-home-five .pattern-layer{
		display: none;
	}

	.chooseus-home-five{
		padding-top: 70px;
	}

	.testimonial-home-5{
		padding: 70px 0px 200px 0px;
	}

	.cta-home-five .inner-container:after{
		display: none;
	}

	.workig-process-home-five{
		padding: 70px 0px 40px 0px;
	}

	.about-home-six,
	.service-home-six{
		padding: 70px 0px;
	}

	.image_block_two .image-box .image{
		margin-bottom: 30px;
	}

	.service-home-six .tabs-box .tab-btns .tab-btn{
		width: 50%;
	}

	.service-home-six .tabs-box .tab-btns .tab-btn:before{
		display: none;
	}

	.chooseus-home-six .image-box .image{
		position: relative;
	}

	.chooseus-home-six .image-box{
		min-height: auto;
		margin: 0px;
		padding-top: 70px;
	}

	.chooseus-home-six .content-box{
		margin: 0px;
		padding: 70px 0px;
	}

	.testimonial-home-5.home-6{
		padding-top: 200px;
		padding-bottom: 70px;
	}

	.team-home-six{
		padding: 70px 0px 40px 0px;
	}

	.slider-style-four .slide{
		padding-top: 230px;
	}

	.service-home-seven{
		padding: 70px 0px;
	}

	.service-home-seven .pattern-layer{
		display: none;
	}

	.chooseus-home-seven{
		padding: 70px 0px;
	}

	.project-style2-area{
		padding: 70px 0px 40px 0px;
	}

	.testimonial-home-5.home-7{
		padding-top: 70px;
	}

	.cta-home-five.home-7 .inner-container .bg-layer{
		display: none;
	}

	.faq-home-seven{
		padding: 70px 0px 40px 0px;
	}

	.feature-home-eight{
		padding: 70px 0px 100px 0px;
	}

	.about-home-eight,
	.faq-style1-area.home-8{
		padding: 70px 0px;
	}

	.service-home-eight{
		padding: 200px 0px 70px 0px;
	}

	.working-process-home-eight,
	.feature-home-nine{
		padding: 70px 0px 35px 0px;
	}

	.testimonial-home-5.home-8,
	.about-home-nine,
	.testimonial-home-nine{
		padding: 70px 0px;
	}

	.about-home-nine .image-box .image-1{
		margin-bottom: 30px;
	}

	.service-home-nine{
		padding-top: 70px;
	}

	.testimonial-home-nine .testimonial-content .carousel-inner{
		position: relative;
		width: 100%;
		margin-top: 70px;
	}

	.testimonial-home-nine .testimonial-content{
		padding-left: 0px;
		padding-bottom: 0px;
	}

	.working-process-home-eight.home-9{
		padding-bottom: 30px;
	}

	.faq-style1-area.home-9{
		padding: 70px 0px 60px 0px;
	}

	.project-home-nine{
		padding: 70px 0px;
	}

	.cta-home-nine .content-box h2{
		font-size: 36px;
		line-height: 44px;
	}


}



@media only screen and (max-width: 599px){

	.search-field-section .inner-container .shape{
		display: none;
	}

	.slider-style-two .content-inner{
		padding-bottom: 150px;
	}

	.search-field-section .inner-container{
		padding-left: 30px;
		padding-right: 30px;
	}

	.image_block_one .image-box .curve-text{
		display: none;
	}

	.image_block_one .image-box{
		padding: 0px;
	}

	.image_block_one .image-box .image-2{
		position: relative;
		margin-top: 30px;
		margin-bottom: 30px;
	}

	.image_block_one .image-box .text{
		position: relative;
		left: 0px;
		width: 100%;
	}

	.list-style-one li{
		width: 100% !important;
	}

	.googlemap-home-five .map-info .content-box{
		width: 100%;
	}

	.slider-style-three .slide{
		padding: 100px 0px;
	}

	.image_block_two .image-box{
		margin-right: 0px;
	}

	.content_block_three .content-box .inner-box{
		padding: 0px;
	}

	.content_block_three .content-box .inner-box .image{
		position: relative;
		margin-bottom: 15px;
	}

	.service-home-six .tabs-box .tab-btns .tab-btn{
		width: 100%;
	}

	.service-home-six .tabs-content{
		padding-left: 30px;
		padding-right: 30px;
	}

	.location-home-six .location-inner .single-item:nth-child(2){
		left: 30px;
	}

	.location-home-six .location-inner .single-item:last-child{
		right: 30px;
	}

	.slider-style-four .slide .bg-layer{
		display: none;
	}

	.chooseus-home-seven .content-box{
		margin-left: 0px;
	}

	.cta-home-five .inner-container{
		padding-left: 30px;
		padding-right: 30px;
	}

	.slider-style-five .content-box h2{
		font-size: 44px;
		line-height: 54px;
	}

	.about-home-eight .image-box{
		padding: 0px;
	}

	.about-home-eight .image-box .image-2{
		position: relative;
		margin-top: 30px;
	}

	.about-home-eight .image-box .shape{
		display: none;
	}

	.slider-style-six.style3 .content{
		min-height: 550px;
	}

	.feature-home-nine .pattern-layer{
		display: none;
	}

	.service-home-nine .inner-container{
		padding-left: 30px;
		padding-right: 30px;
	}

	.faq-style1-area.home-9 .faq-style1__content{
		margin-left: 0px;
	}

	.image_block_two .image-box .text{
		box-shadow: 0px 10px 30px 0px rgba(0, 0, 0, 0.10);
	}

	.location-home-six .location-inner .single-item:first-child{
		left: 100px;
	}

	.blog-style1-area .pattern-layer .pattern-1{
		display: none;
	}

	.header-style-four .header-left .logo--style2{
		display: none;
	}

	.faq-home-seven .faq-style1__content{
		margin-right: 0px;
	}

}


@media only screen and (max-width: 499px){

	.main-slider .content .big-title h2 {
    font-size: 36px;
    line-height: 44px;
	}

	.header-left .logo--style2{
		width: 90%;
	}

	.slider-style-five .content-box .btn-box a+a{
		margin-left: 0px;
	}

	.search-popup .search-form fieldset input[type="submit"]{
		position: relative;
		width: 100%;
		margin-top: 15px;
		border-radius: 8px;
	}

}

@media only screen and (max-width: 1024px){

.about-home-five.one {
    padding-bottom: 0;
}


 

}


.about-home-six.one {
    padding-bottom: 0;
}
.about-home-six.two {
    padding-top: 0;
}
.about-home-six.three {
    padding-top: 0;
}
@media (min-width: 1200px){
	.container {
		max-width: 1200px;
	}
}

.search-field-section.home-7 .inner-container {
    margin-top: -90px;
}
.accordion-box .block .acc-btn h3 b {
    width: unset;
    margin-left: 0;
    margin-right: 0;
}







.hs_port_thumb{
	background-image: url(../images-2/shape/shape-77.png);
	width: 250px;
	height: 437px;
	background-repeat: no-repeat;
}

.hs_latest{
	-webkit-mask-image: url(../images-2/shape/shape-77.png);
  -o-mask-image: url(../images-2/shape/shape-77.png);
  -moz-mask-image: url(../images-2/shape/shape-77.png);
  mask-image: url(../images-2/shape/shape-77.png);
	width: 250px;
	height: 437px;
	box-sizing: border-box;
	display: block;
	float: left;
	background-repeat: no-repeat;
}


/** correction-css **/

.project-block-two .inner-box .view-btn{
  position: absolute;
  left: 50%;
  top: 40%;
  transform: translate(-50%,-50%);
  z-index: 1;
}

.project-block-two .inner-box .view-btn a{
  position: relative;
  display: inline-block;
  font-size: 50px;
  line-height: 50px;
  color: #fff;
  transform: scale(0,0);
  transition: all 500ms ease;
}

.project-block-two .inner-box:hover .view-btn a{
  transform: scale(1,1);
}

.project-block-two .inner-box .text{
  position: absolute;
  left: 0px;
  bottom: 0px;
  width: 100%;
  padding-left: 40px;
	padding-right: 30px;
  z-index: 1;
  opacity: 0;
  transition: all 500ms ease;
}

.project-block-two .inner-box:hover .text{
  bottom: 35px;
  opacity: 1;
}

.project-block-two .inner-box .text h4{
  position: relative;
  display: block;
  margin-bottom: 5px;
}

.project-block-two .inner-box .text h4 a{
  position: relative;
  display: inline-block;
  font-size: 20px;
  line-height: 30px;
  color: #fff;
  font-weight: 600;
  transition: all 500ms ease;
}

.project-block-two .inner-box .text h4 a:hover,
.project-block-two .inner-box .view-btn a:hover{
  color: var(--thm-base);
}

.project-block-two .inner-box .text span{
  position: relative;
  display: inline-block;
  font-size: 16px;
  line-height: 26px;
  color: #fff;
  font-weight: 500;
}

.project-block-two .inner-box:hover .image-box img{
	opacity: 0.1 !important;
}

.project-style2-area .single-project-item .img-holder .overlay-content{
   position: absolute;
  top: 20px;
  left: 20px;
  bottom: 20px;
  right: 20px;
  border-radius: 20px;
  padding: 0 40px;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  opacity: 0;
  -webkit-transform: scale(0,0);
  -ms-transform: scale(0,0);
  transform: scale(0,0);
  -webkit-transform-origin: center;
  -ms-transform-origin: center;
  transform-origin: center;
  transition-delay: .1s;
  transition-timing-function: ease-in-out;
  transition-duration: .5s;
  transition-property: all;
  z-index: 2;
}

.project-style2-area .single-project-item:hover .img-holder .overlay-content{
	-webkit-transform: scale(1,1);
  -ms-transform: scale(1,1);
  transform: scale(1,1);
  opacity: 1;
}
.feature-block-one .inner-box .icon-box .icon{
	display:inline-block;
}