/*
Template Name: Lili Construction & Architecture  HTML5 Template
Description: Lili Construction & Architecture  HTML5 Template

*/
@import url('https://fonts.googleapis.com/css2?family=Arimo:wght@400;600&family=Rubik:wght@400;500;600;700&display=swap');
body{
	margin: 0;
	padding: 0;
	font-size: 16px;
	color: #222222;
    font-family: 'Rubik', sans-serif;
	font-weight: normal;
	font-style: normal;
}
a,
button {
	-webkit-transition: all 0.3s ease-out 0s;
	-moz-transition: all 0.3s ease-out 0s;
	-ms-transition: all 0.3s ease-out 0s;
	-o-transition: all 0.3s ease-out 0s;
	transition: all 0.3s ease-out 0s;
}
*::-moz-selection {
	background: #d6b161;
	color: #fff;
	text-shadow: none;
}
::-moz-selection {
	background: #444;
	color: #fff;
	text-shadow: none;
}
::selection {
	background: #444;
	color: #fff;
	text-shadow: none;
}
*::-moz-placeholder {
	color: #555555;
	font-size: 14px;
	opacity: 1;
}
*::placeholder {
	color: #555555;
	font-size: 14px;
	opacity: 1;
}
h1,h2,h3,h4,h5,h6,p{
	margin:0;
	padding: 0;
}
ul{
	margin:0;
	padding: 0;
	list-style: none;
}
a{
	text-decoration: none;
	transition: .4s;
	-webkit-transition: all .4s ease-in-out;
}
a:hover{
	text-decoration: none;
	color: #82B60B;
}
button:focus{
	outline: none;
}
input:focus{
	outline: none;
}
p{
	color: #777777;
	font-family:'Arimo', sans-serif;
	font-size: 15px;
}
/*Scroll Area*/
.scroll-area {
    position: fixed;
    bottom: 20px;
    right: 20px;
    z-index: 1;
    display: none;
}
.scroll-area i {
    width: 35px;
    height: 40px;
    background-color: #FF9433;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    color: #fff;
    font-size: 20px;
    border-radius: 2px;
}
.scroll-area i:hover {
    background: #000;
}

/*sticky*/
.header-area.sticky {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 999;
	-webkit-animation: sticky 1s;
	-moz-animation: sticky 1s;
	-o-animation: sticky 1s;
	animation: sticky 1s;
	-webkit-box-shadow: 2px 4px 8px rgba(51, 51, 51, 0.25);
	-moz-box-shadow: 2px 4px 8px rgba(51, 51, 51, 0.25);
	box-shadow: 0 0 7px rgba(0,0,0,.0);


}
@-webkit-keyframes sticky {
  	0% {
    	-webkit-transform: translateY(-100%);
    	transform: translateY(-100%); 
    }
  	100% {
    	-webkit-transform: translateY(0%);
    	transform: translateY(0%); 
	} 
}
@keyframes sticky {
  	0% {
    	-webkit-transform: translateY(-100%);
    	transform: translateY(-100%); 
	}
  	100% {
    	-webkit-transform: translateY(0%);
    	transform: translateY(0%); 
	} 
}

/*Header*/
/* loader */
#preloader {
  position: fixed;
  top:0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #070707;
  z-index: 999999; 
  display: block;

}
.loader{
    width: 15em;
    height: 15em;
    margin: 0 auto;
    border-radius: 50%;
    position: relative;
    animation: hypnosis 5s infinite linear;
    top: 30%;
}
.loader div{
    font-size: 1em;
    width: 10em;
    height: 10em;
    border-radius: 50%;
    transform-origin: 5em 5em;
    position: relative;
}
.loader div span,
.loader div span:before,
.loader div span:after {
    border-top: .3em solid white;
    border-radius: 50%;
    position: absolute;
    left: 0.5px;
    animation: color 10s infinite;
}
.loader div span{
    width: 9em;
    height: 9em;
    transform-origin: 5em 2.9em;
    top: 0em;
}
.loader div span:before,
.loader div span:after{
    content: "";
}
.loader div span:before{
    width: 8em;
    height: 8em;
    border: 0 solid white;
    border-width: 0 .3em 0 0;
    right: .1em;
    top: -.2em;
}
.loader div span:after{
    width: 6.5em;
    height: 6.5em;
    border: 0 solid white;
    border-width: 0 0 .3em 0;
    right: .4em;
    bottom: 1.2em;
}
.loader div span:nth-child(2){
    font-size: .6em;
    transform-origin: 8.3em 4.8em;
    transform: rotate(-90deg);
}
.loader div span:nth-child(3){
    font-size: .2em;
    transform-origin: 8em 8.7em;
    transform: rotate(180deg);
}
.loader div:nth-child(2),
.loader div:nth-child(3),
.loader div:nth-child(4){
    position: absolute;
    top: 0;
    left: 0;
}
.loader div:nth-child(3),
.loader div:nth-child(4){
    animation: hypnosis 4s linear infinite reverse;
}
.loader div:nth-child(2){ transform: rotate(90deg); }
.loader div:nth-child(3){ animation-delay: -2s; }
.loader div:nth-child(4){ animation-delay: -4s; }
.loader div:nth-child(2) span,
.loader div:nth-child(2) span:before,
.loader div:nth-child(2) span:after{
    border-color: skyblue;
    animation-delay: 2.5s;
}
.loader div:nth-child(3) span,
.loader div:nth-child(3) span:before,
.loader div:nth-child(3) span:after{
    border-color: crimson;
    animation-delay: 2s;
}
.loader div:nth-child(4) span,
.loader div:nth-child(4) span:before,
.loader div:nth-child(4) span:after{
    border-color: gold;
    animation-delay: .5s;
}
@keyframes hypnosis{
    100%{ transform: rotate(360deg); }
}
@keyframes color{
    10%{ border-color: #845EC2; }
    20%{ border-color: #FEF950; }
    30%{ border-color: #FF6F91; }
    40%{ border-color: #17A554; }
    50%{ border-color: #33A896; }
    60%{ border-color: #2247A9; }
    70%{ border-color: #E8353C; }
    80%{ border-color: #F3F3CC; }
    90%{ border-color: #4FFBDF; }
}

/*///header area*/
.logo a img{
	display: inline-block;
	max-width: 100%;
	height: auto;
}
.full-nav{
	position: relative;
	background-color: rgba(0,0,0,0.80);
	margin: 0 30px;
	padding: 0 40px;
	max-width: 1200px;
	padding: 0px 15px;
	margin: 0 auto;
}

.full-nav::after {
	position: absolute;
	top: 0;
	right: -30px;
	height: 0;
	width: 0;
	border-right: 30px solid transparent;
	border-top: 84px solid rgba(0,0,0,0.80);
	content: "";
}
.full-nav::before {
	position: absolute;
	top: 0;
	left: -30px;
	height: 0;
	width: 0;
	border-left: 30px solid transparent;
	border-top: 84px solid rgba(0,0,0,0.80);
	content: "";
}
.header-main {
	display: flex;
	justify-content: flex-start;
}
.header .menu > .menu-iteam{
	display: inline-block;
	margin-left:18px;
	position: relative;
}

.header .menu > .menu-iteam a {
	display: block;
	padding: 30px 0;
	color: #fff;
	font-size: 15px;
	text-transform: uppercase;
	font-weight: bold;
	transition: all 0.3s ease;
	text-decoration: none;
	font-family: 'Rubik', sans-serif;
}
.header .menu > .menu-iteam a .plus{
	display: inline-block;
	height: 12px;
	width: 12px;
	position: relative;
	margin-left: 5px;
	pointer-events: none;
}
.header .menu > .menu-iteam a .plus:before,
.header .menu > .menu-iteam a .plus:after{
	content: '';
	position: absolute;
	box-sizing: border-box;
	top: 50%;
	left: 50%;
	background:#FF7E00;
	height: 2px;
	width: 100%;
	transform: translate(-50%,-50%);
	transition: all 0.3s ease;
}
.header .menu > .menu-iteam:hover a .plus:before,
.header .menu > .menu-iteam:hover a .plus:after{
	background: #FF7E00;
}

.header .menu > .menu-iteam a .plus:after{
	transform: translate(-50%,-50%) rotate(-90deg);
}
.header .menu > .menu-iteam > .submenu > .menu-iteam > a:hover{
	color:#FF7E00;
}
.header .menu > .menu-iteam:hover> a {
	color:#FF7E00;
}
.header .menu > .menu-iteam > .submenu {
	box-shadow: 0 0 10px rgba(0,0,0,0.2);
	position: absolute;
	left: 0;
	width: 220px;
	background: white;
	top: 100%;
	padding: 10px 0;
	border-top: 3px solid #E07413;
	transform: translateY(10px);
	opacity: 0;
	visibility: hidden;
	z-index: 1000;
}
@media(min-width: 992px){
	.header .menu > .menu-iteam-has-childrean:hover >.submenu{
	transform: translateY(0px);
	transition: all 0.3s ease;
	opacity: 1;
	visibility: visible;
}
.header .menu > .menu-iteam-has-childrean:hover > a .plus::after{
	transform: translate(-50%,-50%) rotate(0deg);
}
}
.header .menu > .menu-iteam >.submenu >.menu-iteam{
	display: block;
}

.header .menu > .menu-iteam > .submenu >.menu-iteam > a{
	display: block;
	padding:5px 20px;
	font-size: 15px;
	color:#000000;
	font-weight: 600;
	font-family: 'Rubik', sans-serif;
	transition: all 0.3s ease;
	text-transform: initial;
	text-decoration: none;
}
.header .open-nav-menu{
	height: 34px;
	width: 40px;
	align-items: center;
	justify-content: end;
	cursor: pointer;
	display:none;
}

.header .open-nav-menu span{
	display: block;
	height: 3px;
	width: 24px;
	background-color:#fff;
	position: relative;
}
.header .open-nav-menu span::before,
.header .open-nav-menu span::after{
	content: ''; 
	position: absolute;
	left:0;
	width: 100%;
	height: 100%;
	background-color: #fff;
	box-sizing: border-box;
}
.header .open-nav-menu span::before{
	top: -7px;
}
.header .open-nav-menu span::after{
	top:7px;
}
.header .close-nav-menu{
	height: 40px;
	width: 40px;
	background-color: white;
	margin:0 0 15px 15px;
	cursor: pointer;
	align-items: center;
	justify-content: center;
	display: none;
}
.header .close-nav-menu img{
	width: 18px;
}


.header .menu-overly{
	position: fixed;
	z-index: 999;
	background-color: rgba(0,0,0,0.5);
	left: 0;
	top: 0;
	height: 100%;
	width: 100%;
	visibility: hidden;
	opacity: 0;
	transition: all 0.3s ease;
}
.header .menu-overly.active{
	visibility: visible;
	opacity: 1; 
}

/*navbar*/

/*nav-area*/
.navbar-area{
	position: relative;
}
.header-area {
	position: absolute;
	top:0px;
	left: 0;
	width: 100%;
	z-index: 999;
	height: auto;
	opacity: 0.8;
}
.nav-right {
	display: flex;
	justify-content: space-evenly;
}
.nav-right form{
	position: relative;
}
.nav-right .form-control {
	display: block;
	width: 100%;
	padding: .375rem .75rem;
	font-size: 1rem;
	font-weight: 400;
	line-height: 1.5;
	color: #fff;
	background-color:transparent;
	background-clip: padding-box;
	border: none;
	border-bottom: 1px solid white;
	appearance: none;
	border-radius: 0px;
	opacity: 0.7;
}
.nav-right .form-control::placeholder {
	color: #fff;
	opacity: 1;
	font-size: 16px;
	font-weight: 400;
}
 .form-control:focus{
	outline: none;
	box-shadow: none;
	border-bottom: 1px solid #6488bd;
}
.form-control:focus {
	color: #212529;
	background-color: #fff;
	border-color: #6488bd;
	outline: 0;
	box-shadow: 0 0 0 1px #6488bd;
}
.navbar-area .nav-right button {
	background: none;
	border: none;
	color: #fff;
	font-size: 20px;
	position: absolute;
	top: 7px;
	right: 0;
	cursor: pointer;
	-webkit-transition: all .5s;
	transition: all .5s;
	z-index: 999;
}


.nav-btn {
	position: relative;
	margin-right: 0px;
	margin-top: 3px;
}

 .nav-btn .box-btn {
	font-size: 16px;
	color: #fff;
	padding: 15px 25px;
	line-height: 1;
	-webkit-transition: all .5s;
	transition: all .5s;
	text-transform: capitalize;
	position: relative;
	cursor: pointer;
	border-radius: 4px;
	text-align: center;
	z-index: 1;
	background-color: #245480;
	border: 1px solid #2D84A8;
}
.nav-btn-2{
	margin-left: 20px;
}
.box-btn:hover{
	color: #000;
}
.nav-btn .box-btn::after {
	content: '';
	position: absolute;
	bottom: 0;
	right: 0;
	width: 0;
	height: 50%;
	background: #fff;
	z-index: -1;
	transition: all .4s ease;
}
.nav-btn .box-btn::before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 0;
	height: 50%;
	background-color: #fff;
	z-index: -1;
	-webkit-transition: all .5s;
	transition: all .5s;
}
 .box-btn::after, .box-btn::before {
	background: #fff;
}

.box-btn:hover::before{
	left: 0;
	width: 100%;
}
.box-btn:hover::after{
	right: 0;
	width: 100%;
}
/*search bar*/
.list-area-cart-user ul li a {
	opacity: 1;
	border: 2px dotted #E58127;
	border-radius: 50%;
	padding: 6px 8px;
}
.list-area-cart-user ul li a i{
	color:#E58127;
	font-size: 16px;
	
}
.search-form {
  position: absolute;
  top: 110%;
  right:2%;
  width: 225px;
  max-width: 100%;
  background: #fff;
  display: none;
}
.search-form form{
	position: relative;
}
.search-form button {
  position: absolute;
  content: '';
  clear: both;
  background: none;
  border: none;
  top: 12px;
  right: 12px;
  color: #E58127;
}
 .search-form.active{
    right:5px;
    transition: .5s linear;
    display: block;
}
/*home-section start*/
.slider-area-full{
  position: relative;
}
.silder-single-img {
  background-position:50%;
  background-repeat: no-repeat;
  background-size: cover;
}
.silder-single {
  box-sizing: border-box;
  display: flex;
  justify-content: center;
  align-items: center;
  padding-top:300px;
  padding-bottom:120px;
}
.slider-single-full h4{
  color: #fff;
  padding-bottom: 10px;
}
.slider-single-full h2 {
  font-size: 50px;
  color: #fff;
  font-weight: 900;
  margin-bottom: 10px;
  margin: 0 auto;    min-height: 180px;
}
.slider-single-full h2 span {
  color: #E60A30;
}
.slider-single-full p {
  color: #fff;
  font-weight: 500;
  margin: 0 auto;
  padding: 10px 0px;
  font-size: 23px;
}

/*button*/
.btn{
    color: #fff;
    background: #DC7A20;
    font-size: 15px;
    font-weight: 700;
   	padding: 10px 20px;
    border: none;
    border-radius: 0;
    overflow: hidden;
    position: relative;
    transition:all 0.3s ease 0.2s;
}
.btn:focus,
.btn:hover{
    color: #DC7A20;
    background: #000;
    border-radius: 10px;
}  
.btn span{ display: block; }
.btn:before,
.btn:after,
.btn span:before,
.btn span:after{
    content: '';
    height: 100%;
    width:100%;
    box-shadow: -3px 0 0 0 #fff, 3px 0 0 0 #fff;
    transform:scaleX(0);
    position: absolute;
    left: 0;
    top: 0;
    transition:all 0.2s ease-in;
}
.btn:before{ transition-delay: 0.1s; }
.btn:after{ transition-delay: 0.2s; }
.btn span:before{ transition-delay: 0.3s; }
.btn span:after{ transition-delay: 0.4s; }
.btn:hover:before,
.btn:hover:after,
.btn:hover span:before,
.btn:hover span:after{
    transform:scaleX(1);
}

/*Animation*/
.active .silder-single h2, .active .silder-single a, .active .silder-single p, .active .hero-slider-img img, .active .hero-slider-img .image-2, .active .slider-single-full_2{
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-name: fadeInLeft;
  animation-name: fadeInLeft;
  -webkit-animation-delay: 0.3s;
  animation-delay: 0.3s;
}
.active .silder-single p{
  -webkit-animation-delay: 0.5s;
  animation-delay: 0.5s;
}
.active .silder-single a {
  -webkit-animation-delay: 0.9s;
  animation-delay: 0.9s;
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
}

.active .hero-slider-img img {
  -webkit-animation-delay: 0.8s;
  animation-delay: 0.8s;
  -webkit-animation-name: fadeInRight;
  animation-name: fadeInRight;
}
.active .hero-slider-img .image-2 {
  -webkit-animation-delay: 1s;
  animation-delay:1s;
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
}

.active .slider-single-full_2 {
  -webkit-animation-delay: 0.8s;
  animation-delay: 0.8s;
  -webkit-animation-name: fadeInRight;
  animation-name: fadeInRight;
  opacity: 0.6!important;
  background: #2d2011;
  z-index: -1;
  padding: 30px;
}

.slider-area-full .owl-dots {
  display: none;
}
.banner-info-content{
	background-color: #222222;
	z-index:99;
}
.banner-bottom {
	max-width: 1200px;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
	position: relative;
	padding: 35px 0;
}
.banner-social ul{
	display: flex;
	justify-content: flex-start;
	z-index: 99;
}
.banner-social ul li {
	padding: 8px 5px;
	z-index: 999;
}
.banner-social ul li a {
	cursor: pointer;
	color: #fff;
	width: 34px;
	height: 34px;
	border: 1px solid #DC7B1E;
	text-align: center;
	line-height: 35px;
	border-radius: 4px;
	font-size: 14px;
	display: inline-block;
}
.banner-inof{
	z-index: 99;
}
.banner-inof ul {
	display: flex;
}
.banner-inof ul li span {
	color: #DC7B1E;
	padding-right: 7px;
}
.banner-inof ul li {
	padding: 14px 10px;
	z-index: 9999;
}
.banner-inof ul li a{
	color: #fff;
	font-size: 15px;
}
.banner-slider-area .owl-theme .owl-nav {
	position: absolute;
	color: #fff;
	font-size: 16px;
	margin: 0 auto;
	left: 0;
	right: 0;
	bottom: -77px;
	z-index: 1;
}

.banner-slider-area .owl-theme .owl-nav [class*="owl-"]:hover {
    background: transparent;
	color: #DB7B1D;
	text-decoration: none;

}

.section-padding{
	padding: 70px 0;
}

/*about-left*/
.about-left{
	position: relative;
}
.about-left::before {
	position: absolute;
	content: '';
	width: 9px;
	height: 42%;
	background: #DD761D;
	left: 0;
}
.about-left img{
	width: 100%;
}
.about-content{}
.about-content h2{
	margin-bottom: 20px;
	line-height: 40px;
	position: relative;
	padding-bottom: 10px;
	margin-bottom: 20px;
	font-size: 30px;
	font-weight: 600;
}
.about-content h2::after{
	position: absolute;
	height: 2px;
	width: 90px;
	background-color:#DC7B1E;
	bottom: 0;
	left: 0;
	content: '';
}


/*serviec-area*/
.service-area{
	
}
.service-slider {
	position: relative;
	margin-top: -249px;
	padding-bottom: 30px;
}
.service-img {
	background-position: 50%;
	background-size: cover;
	background-repeat: no-repeat;
	height: 400px;
	position: relative;
}
.service-img::before {
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
	width: 100%;
	background-color: #000000;
	content: "";
	opacity: .85;
}
.servie-single{
	box-sizing: border-box;
	position: relative;
	padding: 0 15px 15px;
	display: block;
	margin-bottom: 10px;
}
.servie-single:hover{
  box-shadow: 0 8px 15px rgba(0,0,0,0.10);
}

.servie-single:hover .service-single-img img{
	transform: scale(1.2) rotate(5deg);
	transition: all .3s ease;
}
.service-single-img img{
	transition:0.5s;
	width: 100%;
	height: auto;
}
.service-single-img{
	overflow: hidden;
}

.service-content {
	text-align: center;
	position: relative;
	padding: 20px 25px;
	overflow: hidden;
	display: block;
}

.service-content h3{
	margin-top: 14px;
}

.service-content h3 a{
	color: #222222;
	font-size: 22px;
	padding-bottom: 10px;
	display: inline-block;
}
.service-content h3 a:hover{
	color:#DB7B1E;
}
.service-content p{
	line-height: 35px;
}
.section-title {
	padding-top: 40px;
	position: relative;
	margin-bottom: 40px;
}
.section-title2 h2 {
	color: black !important;
	opacity: 1 !important;
}
.section-title h2{
  color: #f2f2f2;
  opacity: 0.3;
}
.section-title span {
	position: absolute;
	left: 0;
	top: 26px;
	width: 100%;
	font-size: 72px;
	line-height: 1em;
	color: #2f2f2f;
	font-weight: 700;
	text-transform: uppercase;
	opacity: 0.3;
}
.owl-theme .owl-dots .owl-dot span {
	width: 4px;
	height: 22px;
	margin: 5px 4px;
	background: #D6D6D6;
	display: block;
	-webkit-backface-visibility: visible;
	transition: opacity .2s ease;
	border-radius: 30px;
}
.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
	width: 5px;
	height: 30px!important;
	margin: 5px 4px;
	background: #DB7A1D;
}


/*counter area*/
.counter-area{
	background-position: 50%;
	background-size: cover;
	background-repeat: no-repeat;
	position: relative;
	z-index: 1;
	background-attachment: fixed;
	padding-top: 100px;
	padding-bottom: 80px;
}
.counter-area::after {
	content: "";
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	right: 0;
	background-color: black;
	z-index: -1;
	opacity: 0.8;
}
.count-icon {
	margin-bottom: 20px;
}
.count-icon i{
	font-size:60px;
	color: #DB7A1D;
}
.counter-single{
	text-align: center;
}
.count-text h2 {
	font-size: 50px;
	line-height: 30px;
	color: #ffffff;
	font-weight: 400;
	border: 1px solid #DB7B1E;
	display: block;
	padding: 15px 0px;
}
.count-text h4 {
	display: inline-block;
	font-size: 20px;
	line-height: 1.2em;
	font-weight: 500;
	color: #DC7B1E;
	padding: 9px 0;
	font-family: "Rubik", sans-serif;
}
/**/
/*FEATURED area*/
.featured-area{
	position: relative;
	overflow: hidden;
}
.featured-area::before{
	position: absolute;
	background: black;
	width: 100%;
	height: 100%;
	content: '';
	opacity: 0.4;
}
.single-work{
    transition:.5s;
    overflow: hidden;
    position: relative;
}
.single-work img{
    width:100%;
}
.about-overly {
	position: absolute;
	width: 100%;
	height: 100%;
	text-align: center;
	background: #181818;
	opacity: 0.7;
	color: #FFF;
	display: flex;
	justify-content: center;
	align-items: center;
	transition: .5s;
	top: 100%;
	left: 0;
}

.about-overly h3 {
	color: #FFF;
	font-size: 18px;
	font-weight: 600;
}
.work-text p{
	color: #fff;
}
.single-work:hover .about-overly{
    top:0;
    left:0;
}

.work-slider .owl-dots{
	display: none;
}

.work-slider.owl-theme .owl-nav [class*="owl-"]:hover {
    background: transparent!important;
	color: #DB7B1D!important;
	text-decoration: none;

}
.work-slide .owl-theme .owl-nav {
	color: red!important;
	font-size: 16px;
	margin: 0 auto;
	z-index: 1;
	position: absolute;
	top: 0;
	left: 0;
}
/*FEATURED area
/*team-area*/
.our-team{
    text-align: center;
    position: relative;
}
.our-team:before{
    content: "";
    border: 4px solid #DB7A1E;
    opacity: 0;
    position: absolute;
    top: -7px;
    left: -7px;
    bottom: -7px;
    right: -7px;
    transform: scale(1.03);
    transition: all 0.6s ease 0s;
}
.our-team:hover:before{
    opacity: 1;
    transform: scale(1);
}
.our-team .pic{ 
	position: relative;
 }
.our-team .pic:before{
    content: "";
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.6);
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    transition: all 0.6s ease 0s;
}
.our-team:hover .pic:before{
 opacity: 1; 
}
.our-team img{
    width: 100%;
    height: auto;
}
.our-team .team-content{
    padding: 30px 0 20px;
    position: relative;
    top: 0;
    transition: all 0.6s ease 0s;
}
.our-team:hover .team-content{ 
	top: -50%; 
}
.our-team .title{
    display: block;
    font-size: 20px;
    font-weight: 600;
    color: #E88227;
    letter-spacing: 1px;
    text-transform: uppercase;
    margin: 0 0 7px 0;
    transition: all 0.6s ease 0s;
}
.our-team:hover .title{
 color: #fff; 
}
.our-team .post{
    display: block;
    font-size: 17px;
    font-weight: 500;
    color: #707070;
    text-transform: capitalize;
    transition: all 0.6s ease 0s;
    font-family: 'Arimo', sans-serif;
}
.our-team:hover .post{
 color: #DB7A1E; 
}
.our-team .social{
    width: 100%;
    padding: 0;
    margin: 0 0 30px;
    list-style: none;
    position: absolute;
    bottom: 0;
    left: 0;
    opacity: 0;
    transform: scale(0);
    transition: all 0.6s ease 0s;
}
.our-team:hover .social{
    opacity: 1;
    transform: scale(1);
}
.our-team .social li{ 
	display: inline-block; 
}
.our-team .social li a{
    display: block;
    padding: 0 15px;
    font-size: 18px;
    color: #DB7A1E;
    border-right: 1px solid #DB7A1E;
    position: relative;
    transition: all 0.3s ease 0s;
}
.our-team .social li a:hover{
 color: #E88227; 
}
.our-team .social li:last-child a{ 
	border-right: none; 
}

.team-area{
	background:#f7f7f7;
}

/*/testimonial-box*/
.testimonial-area{
	overflow: hidden;
}
.testimonial-box{
	background: black;
	border-top-right-radius: 50px;
}
.testimonial-singel {
	display: flex;
	padding: 60px 60px;
	justify-content: start;
}
.testimonial-img img {
	width: 175px !important;
	height: auto;
}
.testimonial-text p {
	display: block;
	font-size: 14px;
	line-height: 30px;
	color: #ffffff;
	font-weight: 400;
	width: 95%;
	text-align: right;
	margin: 0 auto;
}
.testimonial-text {
	margin-top: 30px;
}
.testimonial-text .info-text {
	text-align: right;
}
.testimonial-text .info-text h3{
	color: #DA7A20;
}
.testimonial-img{
	position: relative;
	z-index: 1;
	display: inline-block;
}
.testimonial-img::after {
	width: 145px;
	height: 65px;
	background: #D56C0F;
	content: '';
	position: absolute;
	bottom: -14px;
	right: -14px;
	z-index: -1;
}
.testimonial-left{
	width: 60%;
	float: left;
}
.testimonail-right{
	width: 40%;
	overflow: hidden;
}
.testimonail-right-content p{
	width: 80%;
	margin: 0 auto;
}


/*blog-area*/
.blog-img {
	position: relative;
}
.blog-img img{
	width: 100%;
	height: auto;
	transition: all 0.3s ease;
}
.blog-meta ul{
	display: flex;
	background: #F07101;
	position: absolute;
	bottom:0px;
	left: 76px;
	right: 0;
	text-align: center;
	justify-content: end;
	padding: 13px 0 9px;
	margin: 0;
}

.blog-meta ul::after {
	content: "";
	position: absolute;
	width: 0;
	height: 0;
	border-bottom: 43px solid #F07101;
	border-left: 45px solid transparent;
	left: -45px;
	display: block;
	top: 0px;
}
.blog-meta ul .date::after {
	content: "";
	height: 14px;
	width: 1px;
	position: absolute;
	right: 0;
	transform: rotate(20deg) translateY(-55%);
	top: 50%;
	background: #ffffff;
}
 .blog-meta ul li{
	font-size: 14px;
	font-weight: 500;
	text-transform: capitalize;
	margin-right: 5px;
	color: #ffffff;
	position: relative;
	padding-right: 4px;
}

.blog-meta ul .admin a{
	color: #ffffff;
	font-size: 14px;
	font-weight: 500;
}


.blog-content {
	padding: 32px 35px 32px;
	border: 1px solid #ededed;
	transition: all .3s ease;
}
.blog-content:hover {
	box-shadow: 0px 10px 30px 0px rgb(235, 235, 235);
	transition: all .3s ease;
}
.blog-content h4 a {
	color: #403e3e;
	font-weight: 600;
	margin-bottom: 8px;
	display: inline-block;
	position: relative;
}

.blog-content h4 a::before {
	position: absolute;
	top: 0;
	left: -35px;
	width: 3px;
	height: 100%;
	background: #F07101;
	content: "";
}
.blog-content h4 a:hover{
	color: #F07101;
	transition: all .3s ease;
}
.blog-content p{
	margin-bottom: 5px;
}
.blog-content a i{
	visibility: hidden;

}
.blog-content a{
	font-weight: 500;
	color: #D56D10;;
	transition: all 0.3s ease;
}
.blog-content a:hover i{
	visibility: visible;
	transform: translate(5px);
	transition: all 0.3s ease;
}
.blog-img{
	overflow: hidden;
	transition: all .3s ease;
}

.blog-single:hover .blog-img img{
	transform: scale(1.2) rotate(5deg);
	transition: all .3s ease;
}
/*sponser-area*/

.sponser-area{
	position: relative;
	padding: 50px 55px;
	box-shadow: 0 0 21px rgba(0,0,0,0.30);
}
.sponser-img img{
	display: inline-block;
	max-width: 100%;
	width: auto!important;
	height: auto;
}

/*footer-area*/
.footer-area {
	background-position: 50%;
	background-size: cover;
	background-repeat: no-repeat;
	position: relative;
	z-index: 1;
	padding-top: 70px;
	display: block;
	padding-bottom: 20px;
}
.footer-area::before {
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
	width: 100%;
	background: #000000;
	content: "";
	opacity: 0.90;
	z-index: -1;
}
.footer-single .ft-title h2 {
	position: relative;
	font-size: 18px;
	font-weight: 500;
	color: #ffffff;
	line-height: 30px;
	margin-bottom: 38px;
}
.footer-single .ft-title h2::before {
	position: absolute;
	bottom: -21px;
	left: 0;
	margin: 0 auto;
	content: '...............';
	color: #FF7900;
}
.ft-post{
	display: flex;
}
.ft-content2 ul li a{
	display: block;
	line-height: 20px;
	font-size: 14px;
	color: #f4f4f4;
}
.ft-content2 ul li a:hover{
	color: #FF7900;
	transition: all .3s ease;
}
.ft-content2 ul li{
	position: relative;
	display: block;
	padding-left: 30px;
	margin-bottom: 16px;
}
.ft-content2 ul li::before {
	position: absolute;
	left: 0;
	top: 0;
	height: 20px;
	font-size: 14px;
	line-height: 20px;
	color: #ffffff;
	content: "\f0a4";
	font-family: "Font Awesome 5 Free";
	font-weight: 400;
}
.ft-content {
	padding-top: 25px;
}
.ft-content p {
	position: relative;
	font-size: 15px;
	line-height: 36px;
	color: #f4f4f4;
	font-weight: 400;
}
.ft-post .ft-post-content a {
	position: relative;
	font-size: 17px;
	color: #f4f4f4;
	line-height: 23px;
	font-weight: 400;
	margin-bottom: 3px;
}
.ft-post .ft-post-content a:hover{
	color: #FF7900;
}
.ft-post .ft-post-img a img {
	height: 70px;
	width: 80px;
	overflow: hidden;
}
.ft-post-info ul{
	display: flex;
}
.ft-post-info ul li{
	position: relative;
	display: inline-block;
	font-size: 12px;
	line-height: 20px;
	color: #f4f4f4;
	font-weight: 400;
	padding-right: 3px;
	margin-right: 3px;
}

.ft-post-info ul li.left::before {
	position: absolute;
	right: -4px;
	top: 0;
	font-size: 12px;
	line-height: 20px;
	color: #f4f4f4;
	font-weight: 400;
	content: "/";
}
.ft-post {
	margin-bottom: 30px;
	margin-top: 5px;
}
.ft-post-content {
	padding-left: 13px;
}
.ft-content2 ul {
	margin-top: 5px;
}
.subs-cnt p {
	line-height: 29px;
	margin-bottom: 20px;
}
.footer-bottom-right ul{
	display: flex;
	justify-content: end;
}
.footer-bottom-right ul li{
	padding: 0 10px;
}
.footer-bottom-right ul li a{
	position: relative;
	display: block;
	font-size: 16px;
	line-height: 30px;
	color: #f4f4f4;
	font-weight: 400;
}
.footer-bottom-right ul li a i{
	font-size: 15px;
}
.footer-bottom-right ul li a:hover{
	color: #FF7900
}
.bt-brder {
	border-top: 1px solid #FF7900;
	padding-top: 20px;
	margin-top: 20px;
}
.footer-bottom-left p{
	color: #fff;
}

/*about page*/
.home-page{
  padding-top: 300px;
  padding-bottom: 120px;
  z-index: 1;
  position: relative;
   background-size: cover;
  background-position: 50%;
  background-repeat: no-repeat;
 
}

.home-page::before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background: black;
  opacity: 0.5;
  z-index: -1;
}
.page-content {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.page-text h4{
  color: #FF7D00;
  font-weight: 600;
  font-family: 'Arimo', sans-serif;
}
.page-text h2{
  color: #fff;
  font-weight: 700;
  font-family: 'Arimo', sans-serif;
  font-size: 50px;
  padding-top: 10px;
}
.page-add ul{
  display: flex;
}

.page-add ul li a{
  margin:0px 20px;
  color: #fff;
  display: inline-block;
  font-weight: bold;
  position: relative;
}

.page-add ul li .page-active::after {
    content: '';
    position: absolute;
    height: 19px;
    width: 4px;
    background: #DE7612;
    right: -1px;
    top: 3px;
}

.page-add ul li span {
    margin: 0px 11px;
    color: #fff;
    display: inline-block;
    font-weight: bold;
    position: relative;
}

.page-add ul li a:hover{
  color: #DC7310;
}

/*features-area*/
.features-area{
	background: #f2f2f2;
}
.feature-single {
	position: relative;
	background-color: #ffffff;
	padding: 35px 35px 30px;
	box-shadow: 0 0 32px rgba(85, 35, 35, 0.2);
	transition: all 0.3s ease;
	margin: 15px 0;
}
.feature-single:hover{
	background-color: #ff8a00;
} 
.feature-single .featur-icon {
	position: relative;
	display: inline-block;
	font-size: 52px;
	line-height: 52px;
	color: #222222;
	transition: all 300ms ease;
}
.feature-single:hover .featur-icon  {
	color: #ffffff;
}
.feature-content {
	padding-top: 15px;
}
.feature-content h3{
	position: relative;
	display: block;
	font-size: 18px;
	line-height: 30px;
	color: #222222;
	font-weight: 500;
	padding-bottom: 12px;
	margin-bottom: 22px;
}
.feature-content h3::before {
	position: absolute;
	left: 0;
	bottom: 0;
	height: 1px;
	width: 112px;
	background-color: #ca6013;
	content: "";
}
.feature-content p{
	padding-bottom: 10px;
}
.feature-content a {
	position: relative;
	display: inline-block;
	font-size: 14px;
	line-height: 24px;
	color: #ff8a00;
	font-weight: 700;
	font-family: "Arimo", sans-serif;
	transition: all 300ms ease;
}
.feature-single:hover .feature-content h3,
.feature-single:hover .feature-content a {
	color: #ffffff;
}

.info-box{
	display: flex;
}
.info-box2 {
	display: block;
	margin-top: 15px;
	margin-left: 14px;
}
.info-box img{
	width: 90px!important;
	height: 90px;
	border-radius: 50%;
}
.clinet-single {
	padding: 40px 60px;
	border: 1px double #FF9534;
	background-color: #ffffff;
	margin:0 20px;
}
.clinet-single p{
	margin-top: 20px;
}
.info-box h4{
	display: block;
	font-size: 18px;
	line-height: 25px;
	color: #ff8a00;
	font-weight: 400;
}
.info-box span{
	font-size:14px;
	color:#000;
}

/*process-area*/
.process-area{
	background-size: cover;
	background-position: 50%;
	background-repeat: no-repeat;
	position: relative;
}
.process-area::before {
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
	width: 100%;
	background: #222222;
	opacity: 0.85;
	content: "";
}
.process-single {
	position: relative;
	padding: 75px 30px 30px;
	background-color: #222222;
	border: 1px dashed #FF9433;
	border-radius: 0 0 0 20px;
	transition: all 0.3s ease;
}
.process-single .counts {
	position: absolute;
	right: 40px;
	top: -40px;
	height: 80px;
	width: 80px;
	background-color: #FF9433;
	border-radius: 35px 0px 35px 0;
	font-size: 30px;
	line-height: 80px;
	color: #ffffff;
	font-weight: 700;
	text-align: center;
	transition: all 300ms ease;
}
.process-text h4 {
	display: block;
	font-size: 18px;
	line-height: 25px;
	color: #ffffff;
	font-weight: 700;
	text-transform: uppercase;
	margin-bottom: 25px;
}
.process-text a {
	position: relative;
	display: inline-block;
	font-size: 14px;
	line-height: 20px;
	color: #ff8a00;
	font-weight: 700;
	transition: all 0.3s ease;
}
.process-text p{
	color: #fff;
	margin-bottom: 5px;
}
.light span{
	color: #fff;
}

/*popup video*/
/***********popup video*/
.company-area{
	background:#F2F2F2;
}
.video-text h3{
	display: block;
	font-size: 18px;
	line-height: 25px;
	color: #ff8a00;
	font-weight: 400;
	margin-bottom: 30px;
}
.choose-img img{
  width: 100%;
}

 .choose-img {
  position: relative;
  z-index:1;
}
.choose-img::before {
	position: absolute;
	content: '';
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
	width: 520px;
	height: 320px;
	left: -53px;
	z-index: -1;
	bottom: -35px;
}

 .choose-img .technology-video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -moz-box-pack: center;
  justify-content: center;
  -moz-box-align: center;
  align-items: center;
  display: -moz-box;
  display: flex;
}

.video-btn {
  display: inline-block;
  width: 70px;
  height: 70px;
  line-height: 70px;
  text-align: center;
  border-radius: 50%;
  color: #3EBDF2;
  position: relative;
  top: 3px;
  z-index: 1;
  background-color: #FF9433;
}
.video-btn::after, .video-btn::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  z-index: -1;
  bottom: 0;
  left: 0;
  border-radius: 50%;
  background-color: #FF9433;
}

.video-btn i {
  font-size: 20px;
  font-weight: 700;
  color: #fff;
  position: absolute;
  top: 0;
  left: 3px;
  -moz-box-pack: center;
  justify-content: center;
  -moz-box-align: center;
  align-items: center;
  display: -moz-box;
  display: flex;
  width: 100%;
  height: 100%;
}
.video-btn::before {
  -webkit-animation: ripple 1.6s ease-out infinite;
  animation: ripple 1.6s ease-out infinite;
}
.video-btn::after {
  -webkit-animation: ripple 1.6s ease-out infinite;
  animation: ripple 1.6s ease-out infinite;
}

@keyframes ripple {
0%, 35% {
    -webkit-transform: scale(0);
    transform: scale(0);
    opacity: 1;
}
50% {
    -webkit-transform: scale(1.5);
    transform: scale(1.5);
    opacity: .8;
}
100% {
    opacity: 0;
    -webkit-transform: scale(2);
    transform: scale(2);
}
}

/*faq/*/
.faq-img{
	position: relative;
	
}
.faq-img::before {
	position: absolute;
	left: -78px;
	top: 34px;
	height: 100%;
	width: 38%;
	background-image: url(assets/img/about/icon-dot.png);
	background-repeat: repeat;
	background-position: center;
	content: "";
	z-index: -1;
}
.faq-img img{
	width: 100%;
	height: auto;
}
.accordion-button:not(.collapsed) {
	color: #fff;
	background-color: #FF9433;
	box-shadow: inset 0 -1px 0 rgba(248,155,51,.125);
}
.faq-section{
	padding-top: 20px;
}

/*contact-area*/
.contact-area{
	background: #F9F9F9;
}
.form-control {
	display: block;
	width: 100%;
	padding: 10px 12px;
	font-size: 15px;
	font-weight: 400;
	line-height: 1.5;
	color: #24231f;
	background-color: transparent;
	border: 1px solid #D0D0D0;
	border-radius: .25rem;
	transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}
.form-control:focus {
	color: #24231f!important;
	background-color: transparent;
	border-color: #d75050;
	outline: 0;
	color: #fff;
	box-shadow: none;
}
.form-group{
	margin-bottom: 20px;
}
label {
	margin-bottom: 5px;
}

/*our-servie-page*/
.our-service-img{
	overflow: hidden;
}
.our-service-img a img{
	width: 100%;
	height: auto;
	transition: all .3s ease;
}
.our-service-img a img:hover{
	transform: scale(1.1) rotate(3deg);
	transition: all .3s ease;
}
.our-service-cnt{
	position: relative;
	padding: 25px 0px;
}
.our-service-cnt h3{
	display: block;
	font-size: 20px;
	line-height: 1.3em;
	color: #222222;
	font-weight: 500;
	margin-bottom: 5px;
}
.our-service-cnt h3 a {
	color: #222222;
	display: inline-block;
	transition: all .3s ease;
}
.our-service-cnt h3 a:hover{
	transition: all .3s ease;
	color: #DF7412;
}
.our-service-cnt .block-cnt a {
	display: inline-block;
	font-size: 15px;
	line-height: 20px;
	color: #ff8a00;
	font-weight: 400;
	transition: all .3s ease;
}

/*/side-bar-page*/
.side-bar-page{
	background:#F0F0F0;
}

.sidebar-widget ul{
	position: relative;
	border: 1px solid #e1e1e1;
}
.sidebar-widget ul li a::before {
	position: absolute;
	right: 33px;
	top: 20px;
	color: #222222;
	font-size: 18px;
	line-height: 30px;
	content: "\f105";
	font-family: "Font Awesome 5 Free";
	font-weight: 700;
}
.sidebar-widget ul li::after {
	position: absolute;
	content: '';
	left: 0px;
	bottom: 0px;
	width: 100%;
	border-bottom: 4px solid transparent;
}
.sidebar-widget ul li a {
	position: relative;
	font-size: 14px;
	font-weight: 500;
	line-height: 30px;
	text-transform: uppercase;
	color: #222222;
	display: block;
	border-bottom: 1px solid #acacac;
	border-left: 5px solid transparent;
	border-right: 5px solid transparent;
	padding: 20px 40px 19px;
	transition: all 0.5s ease;
	font-family: 'Rubik', sans-serif;
}
.sidebar-widget ul li.active a, .sidebar-widget ul li a:hover {
	color: #ffffff;
	background-color: #ff8a00;
	border-left: 5px solid #222222;
	border-right: 5px solid #222222;
}

.sidebar-img img{
	width: 100%;
	height: auto;
}
.sideber-single-slider .owl-dots {
	display: none;
}
 .owl-theme .owl-nav [class*="owl-"]:hover {
	background: transparent;
	color: #DB7B1D;
	text-decoration: none;
}

.sideber-single-slider.owl-theme .owl-nav {
	position: absolute;
	bottom: 9px;
	right: 0;
	left: 0;
	margin: 0 auto;
	color: white;
}

/*service-3 page*/
.slider-for{
	position: relative;
}
.slider-for .prev-arrow{
	color:#FFBC13;
	width: 40px;
	position: absolute;
	bottom:50px;
	height: 40px;
	border-radius: 50%;
	line-height: 50px;
	justify-content: center;
	align-items: center;
	display: flex;
	border: 1px solid #FFBC13;
	position: absolute;
	right: 0;
	bottom:39%;
	z-index: 1;
	cursor: pointer;
	transition:all .5s ease;
}
.slider-for .next-arrow{
	color:#E57919;
	width: 40px;
	height: 40px;
	border-radius: 50%;
	line-height: 50px;
	justify-content: center;
	align-items: center;
	display: flex;
	border: 1px solid #E57919;
	position: absolute;
	left: 0;
	right: 0;
	bottom: 39%;
	cursor: pointer;
	transition:all .5s ease;
}
.slider-for .prev-arrow:hover,
.slider-for .next-arrow:hover{
	background: #E57919;
	color: #fff;
}
.slider-1 img{
	width:100%;
	display: block;
	margin-left: auto;
	margin-right: auto;
}
.slider-2{
	text-align: center;
	position: relative;
}
.slider-nav{
	margin-top: 25px;
	display: block;
	margin-left: auto;
	margin-right: auto;
	cursor: pointer;
}
.slider-nav img:hover{
	border: 4px solid #E57919;
}
.slider-nav img{
	width: 100%;
	height: auto;
	border: 4px solid transparent;
}
.slider-nav{
	display: block;
	margin-left: auto;
	margin-right: auto;
	cursor: pointer;
}
.slider-nav img:hover{
	border: 4px solid #E57919;
}
.slider-nav img{
	width: 100%;
	height: auto;
	border: 4px solid transparent;
}

.sercvic3-text h4{
	font-size: 20px;
	line-height: 1.2em;
	color:#FD9231;
	font-weight: 500;
	margin-bottom: 30px;
}
/*contact-area1*/
.contact-area1{
	background:#F0F0F0;
}

.contact-area1 .contact-column h4 {
	position: relative;
	font-size: 22px;
	line-height: 1.2em;
	color: #DD7012;
	font-weight: 500;
	margin-bottom: 25px;
}
.contact-area1 .contact-column .contact-info li {
	display: block;
	font-size: 16px;
	line-height: 28px;
	color: #777777;
	font-weight: 400;
	margin-bottom: 28px;
}
.contact-area1 .contact-column .contact-info li a{
	color: #777777;
	font-weight: 400;
}
.contact-area1 .contact-column .contact-info li a:hover{
	color: #FF7900;
}


/*project-area*/
.project-menu ul{
	display: flex;
	justify-content: center;
}
.project-menu ul li {
	text-decoration: none;
	text-transform: uppercase;
	font-size: 15px;
	color: #D9700C;
	font-weight: 600;
	padding: 10px 20px;
	display: inline-block;
	margin: 0 5px;
	box-sizing: border-box;
	transition: all .3s ease;
	cursor: pointer;
	border-bottom: 1px solid #FF7900;
}
.project-menu ul li:hover{
	background: #FF7900;
	color: #fff;
	transition: all .3s ease;
}
.single-project{
	float: left;
	width: 31%;
	transition:.5s;
    overflow: hidden;
    margin:10px;
    position: relative;
}

.single-project img{
    width:100%;
}
.about-overly2 {
	position: absolute;
	width: 100%;
	height: 100%;
	text-align: center;
	background: #D9700C;
	opacity: 0.8;
	color: #FFF;
	display: flex;
	justify-content: center;
	align-items: center;
	transition: .5s;
	bottom: 100%;
	left: 0;
}

.about-overly h3 {
	color: #FFF;
	font-size: 18px;
	font-weight: 600;
}
.work-text p{
	color: #fff;
}
.single-project:hover .about-overly2{
    bottom:0;
    left:0;
}
.pagination-outer{
 text-align: center;
  }
.pagination{
    display: inline-flex;
    position: relative;
}
.pagination li a.page-link{
    color: #fff;
    background-color: #000;
    font-size: 20px;
    font-weight: 500;
    line-height: 40px;
    height: 40px;
    width: 40px;
    padding: 0;
    margin: 0 8px 6px;
    border: none;
    border-left: 4px solid #FF7900;
    border-right: 4px solid #FF7900;
    border-radius: 30%;
    transition: all 0.3s ease 0s;
}
.pagination li a.page-link:hover,
.pagination li a.page-link:focus,
.pagination li.active a.page-link:hover,
.pagination li.active a.page-link{
    color: #fff;
    background: #000;
    border-left: 12px solid #FF7900;
    border-right: 12px solid #FF7900;
    box-shadow: 0 0 0 4px #fff,0 0 10px -2px rgba(0,0,0,0.7);
}

/*project-details*/
.project-details .details-column h2 {
	position: relative;
	display: block;
	font-size: 30px;
	line-height: 1.2em;
	color: #222222;
	font-weight: 500;
	margin-bottom: 20px;
}
.project-details .details-column p {
	position: relative;
	display: block;
	font-size: 14px;
	line-height: 28px;
	color: #666666;
	font-weight: 400;
	margin-bottom: 30px;
}
.project-details .details-column h4 {
	position: relative;
	display: block;
	font-size: 24px;
	line-height: 1.2em;
	color: #222222;
	font-weight: 500;
	margin-bottom: 20px;
}
.details-column ul {
	position: relative;
	margin-bottom: 30px;
	display: inline-block;
}
.list-style-one li {
	position: relative;
	float: left;
	width: 50%;
	font-size: 14px;
	line-height: 28px;
	color: #666666;
	font-weight: 400;
	padding-left: 35px;
}
.list-style-one li::before {
	position: absolute;
	left: 0;
	top: 0;
	font-size: 14px;
	line-height: 28px;
	color: #ffb902;
	content: "\f00c";
	font-family: "Font Awesome 5 Free";
	font-weight: 400;
}
.project-details .info-list {
	position: relative;
	display: block;
	margin-bottom: 30px;
}
.project-details .info-list li{
	position: relative;
	font-size: 14px;
	line-height: 28px;
	color: #666666;
	font-weight: 400;
}
.project-details .info-list li strong {
	position: relative;
	float: left;
	color: #222222;
	font-weight: 700;
	width: 180px;
}
.contact-box {
	position: relative;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
}
.contact-box::before {
	position: absolute;
	content: '';
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	display: block;
	background-color: #FF7A01;
	opacity: .90;
}
.contact-box .inner {
	position: relative;
	padding: 45px 45px;
}
.contact-box .inner .title {
	position: relative;
	display: block;
	font-size: 14px;
	line-height: 24px;
	color: #fff;
	font-weight: 400;
	margin-bottom: 20px;
}
.contact-box .inner h2 {
	position: relative;
	color: #ffffff;
	font-size: 24px;
	font-weight: 500;
	line-height: 1.2em;
	text-transform: uppercase;
	margin-bottom: 30px;
}
.contact-box .inner .text {
	position: relative;
	color:#fff;
	font-size: 16px;
	line-height: 28px;
	margin-bottom: 45px;
}
.contact-box .inner a{
	color: #fff;
	border: 1px solid #fff;
	padding: 10px 20px;
}

/*service details*/
.sercvie-details-page .details-column h2 {
	position: relative;
	display: block;
	font-size: 30px;
	line-height: 1.2em;
	color: #222222;
	font-weight: 500;
	margin-bottom: 20px;
}
.sercvie-details-page .details-column p {
	position: relative;
	display: block;
	font-size: 14px;
	line-height: 28px;
	color: #666666;
	font-weight: 400;
	margin-bottom: 30px;
}
.sercvie-details-page .details-column h4 {
	position: relative;
	display: block;
	font-size: 24px;
	line-height: 1.2em;
	color: #222222;
	font-weight: 500;
	margin-bottom: 20px;
}
.details-column ul {
	position: relative;
	margin-bottom: 30px;
	display: inline-block;
}
.list-style-one li {
	position: relative;
	float: left;
	width: 50%;
	font-size: 14px;
	line-height: 28px;
	color: #666666;
	font-weight: 400;
	padding-left: 35px;
}
.list-style-one li::before {
	position: absolute;
	left: 0;
	top: 0;
	font-size: 14px;
	line-height: 28px;
	color: #ffb902;
	content: "\f058";
	font-family: "Font Awesome 5 Free";
	font-weight: 400;
}
.brochure-box {
	position: relative;
	padding: 13px 25px;
	border: 1px solid #dddddd;
	background-color: #f3f3f3;
	margin-bottom: 15px;
	transition: all 0.3s ease;
}
.sidebar-title {
	position: relative;
	display: block;
	font-size: 24px;
	line-height: 1.2em;
	color: #222222;
	font-weight: 500;
	margin-bottom: 30px;
}
.brochure-box .inner {
	position: relative;
	padding-left: 45px;
}
.brochure-box .overlay-link {
	position: absolute;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	display: block;
}
.brochure-box:hover{
	background: #FF7900;
	color: #fff;
} 
.brochure-box .inner .icon {
	position: absolute;
	left: 0px;
	top: 0px;
	color: #222222;
	font-size: 20px;
	line-height: 30px;
	font-weight: 400;
	transition: all 300ms ease;
}
.blockquote{
	  box-shadow: 0 2px 10px rgba(0,0,0,.15);
	  padding: 24px;
	  background: #F5F5F5;
}

.blog-single2{
	margin: 15px 0;
}

/***************blog page**************/
.blog-single2{
	margin-bottom:25px;
}
.content-heading h3 {
	color: #000;
	position: relative;
	margin-bottom: 18px;
	padding-bottom: 18px;
}
.content-heading h3::after {
	position: absolute;
	content: "";
	width: 100px;
	height: 2px;
	background: #FF9433;
	left: 0;
	margin: auto;
	bottom: 0;
}
.blog-image img{
	width: 100%;
	height: auto;
	position: relative;
}
.blog-text2 h4 a{
	font-size: 20px;
	font-weight: 400;
}

.subscribes{
    position: relative;
    overflow: hidden;
}
.subscribes input[type="search"] {
    border: 1px solid #ED7803;
    padding: 13px 15px;
    font-weight: 300;
    font-style: italic;
    color: #999999;
    font-size: 15px;
    width: 100%;
    border-radius:22px;
}
.subscribes input[type="submit"] {
    background: #ED7803;
    font-weight: 700;
    font-size: 14px;
    color: #FFF;
    text-transform: uppercase;
    border: none;
    position: absolute;
    top: 0;
    right: 0;
    height: 100%;
    width: 35%;
    cursor: pointer;
    transition: all 0.3s ease;
    border-radius: 22px;
}
.subscribes input[type="submit"]:hover{
    background:#FF9433;
    transition: all 0.3s ease;
}
.blog-widget{
	padding-top: 25px;
}
.f-single-item {
    display: flex;
    margin-bottom: 20px;
}
.f-single-item img {
   max-width: 100px;
   height: auto;
}

.f-blog-content {
    padding-left: 20px;
}
.f-blog-content a {
    font-size: 17px;
    font-weight: 400;
    line-height: 20px;
    padding-top: 10px;
   color: #191919;
}
.f-blog-content a:hover{
	color: #FF9433;
}
.f-blog-content p {
    color: #999999;
    font-weight: 300;
    font-style: italic;
    font-size: 13px;
}
 .tagcloud a {
	display:block;
	padding: 10px 15px;
	border: 1px solid #FF9433;
	margin: 0 12px 17px 0;
	font-weight: 400;
	color: #000;
	text-transform: uppercase;
	border-radius: 5px;

}
.tagcloud a:hover{
	background: #FF9433;
	border-radius: 5px;
	color: #000;
}
.wt-post-readmore{
	padding-bottom: 15px;
	padding-left: 8px;
}
.wt-post-readmore a {
	font-size: 16px;
	font-style: italic;
	text-decoration: underline;
	color: #ffbc13;
}
.wt-post-readmore a:hover{
	color: #3e3434;
}
.site-button-link {
	display: inline-block;
	font-weight: 600;
}
.widget-list a{
	color: #191919;
}
.widget-list:hover span,
.widget-list:hover a{
	color: #FF7900;
}
.wt-pagintion {
	margin-top: 30px;
}
.wt-pagintion ul{
	display: flex;
	justify-content:start;
}
.wt-pagintion ul li{}
.wt-pagintion ul li a {
	color: #191919;
	padding: 10px 12px;
	font-size: 18px;
	border: 1px solid #ece2e2;
}
.wt-pagintion ul li a:hover{
	background: #ffbc13;
}
.wt-pagintion ul .active{
	background: #ffbc13;
}
.content-list {
	font-size: 30px;
	color: #383838;
	padding: 8px 0;
	margin-bottom: 0;
	border-bottom: 1px solid #FF7900;
}
.content-list .text {
	font-weight: 400;
	width: 50%;
	font-size: 18px;
}
.content-list .value {
	float: right;
	width: 50%;
	font-size: 18px;
	text-align: end;
}

/*contact us*/
.contact-form-info {
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
	position: relative;
	z-index: 1;
	padding: 45px 30px;
}
.contact-form-info::after {
	content: "";
	clear: both;
	display: block;
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	z-index: -1;
	background: #000;
	opacity: 0.8;
}
.contact-info-list .item {
	width: 100%;
	overflow: hidden;
}
.contact-info-list .item .icon {
	width: 50px;
	height: 50px;
	display: flex;
	justify-content: center;
	align-items: center;
	background: #fff;
	border-radius: 50%;
	color: #D9700D;
	margin-right: 10px;
	float: left;
}
.contact-info-list .item .content {
	overflow: hidden;
}
.contact-info-list .item .content h4 {
	font-size: 16px;
	text-transform: capitalize;
	font-weight: 600;
	color: #fff;
}
.contact-form-info h2 {
	font-size: 30px;
	font-weight: 700;
	color: #fff;
	line-height: 1.1;
	text-transform: capitalize;
	margin-bottom: 20px;
}
.contact-info-list .content h4{
	color: #fff;
}
.contact-info-list .content p{
	color: #fff;
}
/*404-page*/
.error-page{
	background-repeat: no-repeat;
	background-position: 50%;
	background-size: cover;
	padding: 120px 0px 120px;
	position: relative;
	z-index: 1;
}
.error-page::after{
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	background:#625858;
	opacity: 0.3;
	content: '';
	z-index: -1;
}
.error-page-text{
	text-align: center;
}
.error-page-text h2{
	font-size: 150px;
	font-weight: 600;
	color: #fff;
	display: inline-block;
}
.error-page-text h3{
	font-size:50px;
	font-weight: 600;
	color: #fff;
}

/*index2*/
.video-section.video-section--fixed {
	height: 100vh;
}
.video-section {
	position: relative;
	z-index: 1;
	background-color: #fff;
}
.video-section__inner {
	position: relative;
	height: 100%;
}
.video-section__inner  video {
	display: block;
	width: 100%;
	height: 100%;
	max-height: 100%;
	object-fit: cover;
}
.video-section__logo {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translateY(-50%) translateX(-50%);
}
.logo__large span {
	font-size: 70px;
	color: #fff;
	font-weight: 700;
	margin-bottom:0px;
	display: block;
}
.logo__small span{
	color: #fff;
	font-weight: 500;
	font-size: 23px;
	display: block;
}

.video-title{

}
.video-title::after {
	content: "";
	position: absolute;
	z-index: -1;
	top: 0;
	left: -14px;
	width: 40px;
	height: 100%;
	background-color: #CE6503;
	transform: translateX(-100%);
	transition: transform .3s ease;
}
.video-title::before {
	content: "";
	position: absolute;
	top: 0;
	left: -14px;
	width: 40px;
	height: 100%;
	border: solid 2px #CE6503;
	border-right: none;
}
.text-area *{    font-family: 'Rubik', sans-serif;}
.text-area p {        color: black; font-size: 15px;    margin-bottom: 12px;}
.text-area ul { color: black;    padding-left: 2rem;    list-style: initial; font-size: 15px;}
.text-area ol {   color: black;  padding-left: 2rem;    list-style: initial; font-size: 15px;}
.text-area h1 {    font-size: 3em;}
.text-area h2 {    font-size: 2.5em;}
.text-area h3 {    font-size: 2em;}

	.text-area	{    margin: 14px 0;}
	.text-area img {max-width: 100%; height: auto;}

.mixitup-control-active	{
	background: #FF7900;
    color: white!important;}
	::placeholder {color: #b9b9b9}

	.form__group-50 {
		width: calc(50% - 36px);
		margin: 2px 18px!important;
	}
	.slider-single-full p{height: 70px;}