@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@500&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Barlow&display=swap');


.header{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	background: transparent;
	padding: 20px 0;
	z-index: 20;
}
.logo{
    padding: 8px 0;
}
.logo img{
	width: 100%;
}
.menu-list{
	padding:9px 0;
}
.menu-list ul{
	margin: 0;
	padding: 0;
}
.menu-list ul li{
	display: inline-block;
	position: relative;
	transition: .5s;
}
.menu-list ul li a{
	position: relative;
	text-decoration: none;
	font-weight: bold;
	color: #fff;
	display: inline-block;
	padding: 25px 19px;
	font-family: 'Montserrat', sans-serif;
/*   font-family: 'Barlow', sans-serif;*/
}
.menu-list ul li a:before{
 position: absolute;
 content: '';
 bottom: 21px;
 left: 18px;
 width: 0;
 height: 2px;
 background:#928340;
 transition: .3s;
}
.menu-list ul li:hover a:before{
	width: 60px;
}






.menu{
	display: none;
    position: absolute;
    right: 30px;
    /*width: 30px;
    height: 40px;*/
    font-size:23px;
    padding: 1px 7px;
    background:#928340;
    transition: all .5s ease-in-out 0s;
    color:#fff;
    top: 4px;
}


.menu.active{
	right: 300px;
	transition: all .5s ease-in-out 0s;
}


.menuu-list{
	display: none;
	position: fixed;
	width: 300px;
	right: -300px;
	height: 100%;
	background: #fff;
	z-index: 20;
}
.menuu-list ul{
	margin: 0;
	padding: 0;
}
.menuu-list li{
	list-style: none;
	text-align: center;
	height: 70px;
}
.menuu-list li a{
	text-decoration: none;
	display: block;
	padding: 30px 40px;
	text-transform: uppercase;
	font-weight: bold;
	color:#000;
	transition: all .5s ease-in-out 0s;
}
.menuu-list li:hover a{
	background:#928340;
	color:#fff;
}
.menuu-list.show{
	right:0;
	background:#fff;
	z-index: 20;
	transition: all .7s ease-in-out 0s;
}

.shape{
	padding: 20px 0;
	transform: rotate(0deg);
	transition: .5s;
}
.shape:hover{
	transform: rotate(60deg);
}
.shape a{
	position: relative;
	z-index: 20;
	font-size: 30px;
	color: #fff;
	transition: .5s;
}
.shape a:hover{
	color: #928340;
}

.shape.active{
	right:100%;
	transition: .5s;
}

.side-bar{
	background:#2a2929;
/*   background: #fff;*/
	position: fixed;
	top: 0;
	right:-100%;
	padding: 46px 30px 30px 66px;
	max-width: 400px;
	height: 100%;
   z-index: 202;
}
.cross{
	width: 40px;
	height: 40px;
	max-width: 100%;
	position: absolute;
	left: 7px;
	top: 10px;
	padding:6px;
	transform: rotate(0deg);
	transition:.5s;
}
.cross:hover{
	transform: rotate(360deg);
}
.cross i{
	color: #fff;
	font-size:25px;
	display: flex;
	align-items: center;
	justify-content: center;
	transition:.5s;
}

.side-contt{
	padding: 18px 0;
}
.side-img img{
	width: 100%;
	margin: auto;
}
.side-bar.show{
	right: 0;
	transition:.7s;
}
.side-text{
	text-align: center;
	
}
.side-text ul{
	margin: 35px 0 0 0;
   padding: 0;
}
.side-text ul li{
	list-style: none;
	margin: 0 0 26px 0;
}
.side-text ul li a{
	text-decoration:none;
	font-size: 13px;
	font-weight: bold;
	color:white;
	transition:.5s;
}
.side-text ul li a:hover{
	color:#928340;
}
.side-text ul li a i{
	font-size: 21px;
   margin: 0 12px 0 0;
}

.side-social{
	position: relative;
	left: 0;
	text-align: center;
	margin: 50px 0 0 0;
}

.side-social ul li{
	display: inline-block;
	margin: 0 6px;
}
.side-social ul li a{
	color: #fff;
	background: rgba(251, 251, 253, 0.08);
	width: 40px;
	height: 40px;
	border-radius: 50%;
	display: inline-block;
	padding: 0px 1px;
	font-size: 25px;
}
.side-social ul li:hover a{
	background: #928340;
}
.sider-h{
	text-align: left;
    font-weight:bold;
    font-size: 18px;
    color: #fff;
    margin-bottom: 20px;
}

.side-f input.side-in{
	border: 1px solid rgba(255, 255, 255, 0.1);
    background: rgba(255, 255, 255, 0.05);
    padding: 0 10px;
    height: 50px;
    line-height: 50px;
    position: relative;
    z-index: 1;
    color: #fff;
    outline: none;
}
.sideer-bbtn{
	height: 50px;
    line-height: 50px;
    color: #fff;
    outline: none;
    border: none;
    cursor: pointer;
	font-size: 11px;
	text-transform: uppercase;
	font-weight: bold;
	background: #928340;
	padding: 2px 29px;
	border-radius: 2px;
}
















.banner{
	position: relative;
}
.banner-bg{
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	z-index: 1;
	background: rgba(0, 0, 0, 0.6);

}
.banner img{
	width: 100%;
   
}
.banner-cont{
	position:absolute;
	left:50%;
	top: 50%;
	transform:translate(-50%,-50%);
	text-align:center;
	z-index: 2;
	width:100%;

}
@keyframes textup{
	10%{transform: translateY(0px);}
	100%{transform: translateY(0px);}
}


.homebanner .owl-dots{
	position: absolute;
	left:1%;
	top: 50%;
	transform: translate(0, -50%);

}
.homebanner.owl-carousel button.owl-dot{
	border:1px solid #fff;
}
.homebanner .owl-dots .owl-dot{
	display: block;
    margin: 10px 0;
    width: 20px;
    height: 20px;
    background: transparent;
    border: 1px solid #fff;
    border-radius: 50%;
}
.homebanner  .owl-dots .owl-dot.active{
	background: #928340;
	border-color:  #3d4e7f;
    width: 20px;
    height: 20px;

}


.banner-cont h1{
	text-transform:capitalize;
	font-size:65px;
	font-weight:bold;
	color:#fff;
	margin:0 0 15px; 
}
.banner-cont h3{
	font-size: 40px;
    font-weight: bold;
    color: #bb8e2c;
    margin: 0 0 15px;
	 
}
.innerbanner .banner-cont h1{
	animation: inherit;
	transform: translateY(0);
	opacity:1;
}
.banner-cont.align1 h1{
	text-transform:capitalize;
	font-size:70px;
	font-weight:bold;
	color:#fff;
	margin:0 0 25px; 
}
.banner-cont.align1 p{
	 
}
.banner-cont p{
	font-size:28px;
	color:rgba(255, 255, 255, 0.8);
	margin:0 0 50px; 
}
.button{
	position: relative;
	text-decoration:none;
	text-transform:uppercase;
	font-weight: bold;
	color: #928340;
	background:white ;
	border-radius:5px;
	padding:18px 40px;
	display: inline-block;
	font-size:13px;
	overflow: hidden;
	z-index: 20;
	transition: .5s;
}
.button:after{
 position: absolute;
 left: -100%;	
 top: 0;
 content: "";
 width: 100%;
 height: 100%;
 border-radius:5px;
 color: #fff;
 background: #3d4e7f;
 z-index: 20;
 transition: .5s;
}
.banner-cont a:hover.button {
	color: #fff;
	z-index: 20;
/*	background: #3d4e7f;*/
}
.button:hover:after{
   left:0;
}
.button span{
	position: relative;
	z-index: 99;
	color: #928340;
}
.button:hover span{
	color: #fff;
}


.banner-cont h1{opacity:0; transform:translate(0,100px); transition:all 1s ease-in-out 1.5s;}
.banner-cont h3{opacity:0; transform:translate(0,100px); transition:all 1s ease-in-out 3s;}
.banner-cont p{opacity:0; transform:translate(0,100px); transition:all 1s ease-in-out 4.5s;}
.banner-cont .btnhold{opacity:0; transform:translate(0,100px); transition:all 1s ease-in-out 6s;}

.owl-item.active .banner-cont h1{opacity:1; transform:translate(0,0);}
.owl-item.active .banner-cont h3{opacity:1; transform:translate(0,0);}
.owl-item.active .banner-cont p{opacity:1; transform:translate(0,0);}
.owl-item.active .banner-cont .btnhold{opacity:1; transform:translate(0,0)}


.about{
	padding: 80px 0;
}
.about-img{
	position: relative;
	transition: .5s;
}
.about-imga{
	position: relative;
	z-index: 2;
}
.about-imga img{
	height:600px;
	width: 100%;
	position: relative;
	border-radius: 0px 25px 0 25px;
}
.about-imga:before{
    content:"";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.4);
    border-radius: 0px 25px 0 25px;
    z-index: 2;
}
.about-imgb{
    position: absolute;
    z-index: 2;
    bottom: -24px;
    right: -18px;
    width: 250px;
	display:none;
}
.about-imgb img{
	width: 100%;
	border: 10px solid #928340;
	border-radius: 30px;
	transition: .5s;
}
.about-imgb img:hover{
	transform: scale(1.1);
}
.down-up, .right-left{
   position: relative;

}
.down-up:after {
  content:"";
  position: absolute;
  background:#fff;
  width:0%;
  height: 2px;
  top:5%;
  left:3%;
 z-index: 10;
 transition: all .5s ease-in-out .2s;
}

.down-up:before{
  content:"";
  position: absolute;
  background:#fff;
  width: 0%;
  height: 2px;
  bottom:5%;
  left:3%;
  z-index: 10;
  transition: all .8s ease-in-out .4s;
}
.about-img:hover .down-up:after{
   width: 94%;
}
.about-img:hover .down-up:before{
   width: 94%;
}

.right-left:after {
  content:"";
  position: absolute;
  background:#fff;
  width:2px;
  height:0%;
  top: 3%;
  left:5%;
 z-index: 10;
transition: all .7s ease-in-out .3s;
}
.right-left:before {
  content:"";
  position: absolute;
  background: #fff;
  width: 2px;
  height: 0%;
  top: 3%;
  right:5%;
 z-index: 10;
 transition: all .9s ease-in-out .5s;
}

.about-img:hover .down-up .right-left:after{
   height: 94%;
}
.about-img:hover .down-up .right-left:before{
   height: 94%;
}

.about-cont {
   padding: 0 0 0 30px;
}
.about-title{
	font-size: 19px;
	font-weight: bold;
	color: #928340;
}
.about-head{
	margin: 8px 0 28px 0;
}
.about-head h2{
	font-size: 40px;
	font-weight: bold;
	margin:5px 0 0 0;
	color: #3d4e7f;
}
.about-para{
	margin: 0 0 50px;
/* 	text-align:justify; */
}
.about-para p{
	font-size: 16px;
}
.bbtnn{
	position: relative;
	text-decoration: none;
	text-transform:uppercase;
	font-weight: bold;
	border:1px solid #928340;
	color:#3d4e7f;
	background:none;
	border-radius:5px;
	padding:15px 25px;
	display: inline-block;
	overflow: hidden;
	z-index: 20;
	font-size:12px;
	font-weight: bold;
	transition: .5s;
}
/*.about-cont a:hover{
	color:#fff;
	background: #3d4e7f;
}*/
.bbtnn:after{
 position: absolute;
 left: -100%;	
 top: 0;
 content: "";
 width: 100%;
 height: 100%;
 border-radius:5px;
 color: #fff;
 background: #3d4e7f;
 z-index: 20;
 transition: .5s;
}
/*.banner-cont a:hover.button {
	color: #fff;
	z-index: 20;
	background: #3d4e7f;
}*/
.bbtnn:hover:after{
   left:0;
}
.bbtnn span{
	position: relative;
	z-index: 99;
	color: #928340;
}
.bbtnn:hover span{
	color: #fff;
}



.services{
	padding: 70px 0;
	position:relative;
	background: url(../images/s1.jpg) no-repeat 0 0;
	background-size: cover;
	background-attachment: fixed;
}
.services:after{
	position: absolute;
	content:"";
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	z-index: 1;
	background: rgba(0, 0, 0, 0.7);
}

.servicesinner{
	background: none;
}
.servicesinner:after{
	display: none;
}

.services >div{
	position: relative;
	z-index: 20;
}
.service-head{
	text-align: center;
	margin: 0 0 75px 0;	
}
.service-head h2{
	position: relative;
	color:#fff;
	margin: 0;
	font-size: 55px;
	z-index: 20;
}
.service-cont{
	position: relative;
	overflow: hidden;
	transition: .5s;
	height:100%;
	    background: #fff;
    border-radius: 0 0 20px 20px;
	padding-bottom:20px;
}
.service-cont .service-bbtn{
	position:absolute; bottom:15px;
	left:50%;
	transform:translate(-50%,0);
}
.service-title{
	position: relative;
	color:#fff;
	font-weight: bold;
	font-size:16px;
	z-index: 20;
}
.service-img img{
	width: 100%;
	overflow: hidden;
}
.service-img{
	position: relative;
	overflow: hidden;
	height:250px;
}
.service-img:after{
	position: absolute;
	content: "";
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(33, 34, 41, 0);
	transform: translate3d(0px, -100%, 0px);
	z-index: 2;
	opacity: 0;
	transition: .5s;
}
.service-cont:hover .service-img:after{
	transform: translate3d(0px, 0, 0px);
	background: rgba(33, 34, 41, .4);
	opacity: 1;
}
.service-text{
	background: #fff;
	text-align: center;
	padding: 25px 20px;
	border-radius: 0 0 15px 15px;
}
.service-text h5{
	font-weight: bold;
	font-size:25px;
	color:#928340;
}
.service-text p{
	font-size: 16px;
	color: #3d4e7f;
}
.service-bbtn a{
	text-decoration: none;
	font-size: 17px;
	color: #928340;
	font-weight: bold;
}
.service-bbtn i{
	margin: 0 0 0 10px;
	color: #928340;
	font-weight: bold;
}
.servicesinner .service-cont{
	padding: 10px;
	box-shadow: 0 0 10px 2px inset rgba(0,0,0,.1);
	height: 100%;
}
.servicesinner .service-cont .service-img:after{
	display: none;
}
.servicesinner .service-cont .service-img img{
	transform: scale(1);
	filter: grayscale(100%);
	transition: .5s;
}
.servicesinner .service-cont .service-img{
	overflow: hidden;
}
.servicesinner .service-cont:hover .service-img img{
	transform: scale(1.05);
	filter: grayscale(0);

}



.black{
	background: url(../images/m0.jpg) no-repeat center center;
	background-size: cover;
	padding: 80px 0 80px;
	background-attachment: fixed;
}
/*.blackk{
	display: flex;
	align-items: center;
	font-weight: bold;
	color: #fff;
}*/
.black-cont{
	display: flex;
	animation: scroll 30s linear infinite;
}
@keyframes scroll{
	0%{transform: translate(0, 0)};
	100%{transform: translate(-100%, 0)};
}
.black-text{
	margin: 0;
	padding: 0;
	display: flex;
	justify-content: center;
	align-items: center;
}
.black-text h6.title{
	font-size: 41px;
	font-weight: bold;
	color: #fff;
	text-transform: uppercase;
}




.gallery-sec{
	padding: 70px 0;
}
.gallery-head h2{
	color:#3d4e7f;
	font-size: 55px;
	margin: 5px 0 0 0;
}
.img-box{
   margin:0px 0 25px 0;
   position: relative;
   box-shadow: 5px 6px 8px 2px #000;
}

.img-box:after{
   position: absolute;
   content:"";
   width: 100%;
   height: 300px;
   color:#000;
   top: 0;
   left: 0;
   background: rgba(0, 0, 0, .5);
   transition: all .2s ease-in-out 0s;
   transform: scale(0);
}

.img-box:hover:after {
   transform: scale(1);
}

.img-box img{
   width: 100%;
   height:300px ;
   object-fit: cover;
   position: relative;
}
.img-box a{
   text-decoration: none;
   color: #fff;
   font-size: 20px;
   position: absolute;
   left: 50%;
   top: 50%;
   transform: ;
   z-index: 1;
   transition: .5s;
   transform: scale(0) translate(-50%, -50%);
	font-weight:600;
	text-align:center;
	transform-origin:0 0;
}
.img-box a:hover{color:#fff;}
.img-box:hover a{
  transform: scale(1.1) translate(-50%, -50%);
}
.tab-img{
	position: relative;
	overflow: hidden;
}
.tab-img .tab-project-name{
	background: rgba(0,0,0,0.7);
	color: #fff;
	padding: 15px;
	z-index: 1;
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	text-transform: capitalize;
	font-weight: 600;
	text-align: center;
	letter-spacing: 1px;
}


.down-up, .right-left{
   position: relative;

}
.down-up:after {
  content:"";
  position: absolute;
  background:#fff;
  width:0%;
  height: 2px;
  top:5%;
  left:3%;
 z-index: 10;
 transition: all .5s ease-in-out .2s;
}

.down-up:before{
  content:"";
  position: absolute;
  background:#fff;
  width: 0%;
  height: 2px;
  bottom:5%;
  left:3%;
  z-index: 10;
  transition: all .8s ease-in-out .4s;
}
.img-box:hover .down-up:after{
   width: 94%;
}
.img-box:hover .down-up:before{
   width: 94%;
}



.right-left:after {
  content:"";
  position: absolute;
  background:#fff;
  width:2px;
  height:0%;
  top: 3%;
  left:5%;
 z-index: 10;
transition: all .7s ease-in-out .3s;
}
.right-left:before {
  content:"";
  position: absolute;
  background: #fff;
  width: 2px;
  height: 0%;
  top: 3%;
  right:5%;
 z-index: 10;
 transition: all .9s ease-in-out .5s;
}
.img-box:hover .down-up .right-left:after{
   height: 94%;
}
.img-box:hover .down-up .right-left:before{
   height: 94%;
}


.counter-sec{
/*	background: #a6a182;*/
   position: relative;
	background: url(../images/t1.webp) no-repeat center center;
	background-size: cover;
	background-attachment: fixed;
}
.counter-sec:after{
	position: absolute;
	content:"";
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	z-index: 1;
	background: rgba(0, 0, 0, 0.5);
}
h3.counter-title{
	font-size: 47px;
	color:#fff;
	z-index: 2;
}
.counter-box{
	position: relative;
	z-index: 20;
}
.counter-box:before{
	position: absolute;
	content: "";
	top: 50%;
	left: -15px;
	background:#fff;
	height: 165px;
	width: 1px;
	z-index: 2;
	transform: translateY(-50%);
}
.number-area{
	padding: 80px 0 60px 0;
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.number-cont{
	padding: 50px;
	text-align: center;
	display: block;
	position: relative;
	
}
h2.no-main{
	position: relative;
	font-size:50px;
	color: #fff;
	z-index: 20;
}

p.no-para{
	position: relative;
	font-size:14px;
	font-weight: bold;
	margin: 0;
	line-height:26px;
	color: #fff;
	text-transform: capitalize;
	font-family: 'Montserrat', sans-serif;
	z-index: 20;
}

.team-sec{
	position: relative;
	padding: 80px 0;
	background: url(../images/t1.webp) no-repeat center center;
	background-size: cover;
	background-attachment: fixed;
}
.team-sec:after{
	position: absolute;
	content:"";
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	z-index: 1;
	background: rgba(0, 0, 0, 0.5);
}
.temm{
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.team-head h2{
	position: relative;
	z-index: 20;
	color: #fff;
	margin: 0 0 50px 0;
}
.team-title{
	z-index: 20;
	position: relative;
}
.team-cont{
	position: relative;
	margin: 0 20px 0 0;
	box-shadow: 1px 1px 6px 1px #fff;
	border-radius: 25px 0 25px 0;
	z-index: 20;
}
.team-img{
	position: relative;
	overflow: hidden;
	border-radius: 25px 0 0 0;
	z-index: 20;
}
.team-img:after{
	position: absolute;
	content: "";
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	background: rgba(0, 0, 0, 0.6);
	transform: scale(0);
	transition: .5s;
}
.team-cont:hover .team-img:after{
	transform: scale(1);
}
.team-img img{
	width: 100%;
	transition: .5s;
	
}
.team-cont:hover .team-img img{
	transform: scale(1.1);
}
.team-social{
	position: absolute;
	bottom: 20px;
	right: 20px;
	display: flex;
	flex-direction: column;
	transform: scaleY(0);
	transform-style: preserve-3d;
	transform-origin: bottom center;
	z-index:2;
	transition:.5s;
}
.team-social a{
	display: inline-block;
	height: 30px;
	width: 30px;
	text-align: center;
	margin: 5px 0;
	color: #928340;
	background: #fff;
	z-index: 20;
	transition: .5s;
}
.team-social a i{
	margin: 8px 0;
	z-index: 20px;
}
.team-cont:hover .team-social{
	transform: scaleY(1);
	transition-delay: 300ms;
}
.team-info{
	position: relative;
	padding: 14px 10px;
	background: #fff;
	border-radius: 0 0 25px 0;
	z-index: 20;
}
.team-info span{
	position: relative;
	font-size: 16px;
	color: #928340;
	z-index: 20;
}
.team-info span:before{
 content: "";
 height: 1px;
 width: 38px;
 display: inline-block;
 margin-right: 10px;
 transform: translateY(-4px);
 background:#928340;
}
.team-info h5{
	position: relative;
   font-size: 25px;
   font-weight: bold;
   z-index: 20;
}
.team-info h5 a{
	position: relative;
	text-decoration: none;
	color: #3d4e7f;
	z-index: 20;
}
.team-title a{
	background: linear-gradient(#928340, #928340), linear-gradient(#928340, #928340);
	background-repeat: no-repeat;
	background-position: 100% 100%, 0 100%;
	background-size: 0% 1px, 0 1px;
	z-index: 20;
	transition: background-size 0.6s linear;
}
.team-cont:hover .team-title a{
	background-size: 0% 1px, 100% 1px;
}


.tab-sec{
	padding: 70px 0;
}
.tab-head h2{
	color: #3d4e7f;
}
.tab-btn{
	text-align: center;
}
.tab-btn ul{
	margin: 0;
	padding: 0;
}
.tab-btn ul li{
	list-style: none;
	display: inline-block;
	margin: 0 18px;
}
.tab-btn ul li a{
	text-decoration: none;
	padding: 15px 42px;
    background:none;
    font-weight:bold;
    font-size: 12px;
    border: 1px solid #928340;
    text-transform: uppercase;
    color:#3d4e7f;
    vertical-align: middle;
}
.tab-btn li.ac1 a {
	background:#928340;
	color:#fff;
}
.tab-holdercontent{
	margin: 30px 0 0 0;
}
.tab-img{
	position: relative;
	margin: 0 0 30px;
	box-shadow: 5px 6px 8px 2px #000;
	overflow: hidden;
}
.tab-img:after{
	background: rgba(255, 255, 255, 0.3);
   bottom: 0;
   content: "";
   left: 50%;
   position: absolute;
   right: 51%;
   top: 0;
   opacity: 1;
   pointer-events: none;
	transition: .5s;
}
.tab-img:hover:after{
	left: 0;
  right: 0;
  opacity: 0;
}
.tab-img img{
	width: 100%;
	transition: .5s;
}
.tab-img:hover img{
	transform: scale(1.1);
}
.tab-ctrl{
	padding: 30px 0;
}
.tab-holder{
	display: none;
}
.tab-holder.show{
	display: block;
}






.testimonial-sec{
	position: relative;
	padding: 70px 0;
	background: url(../images/te1.jpg) no-repeat center center;
	background-size: cover;
	background-attachment: fixed;
}
.testimonial-inner-sec{
	background:none
}
.testimonial-inner-sec:before{
	display:none;
}
.testimonial-inner-sec .about-head{text-align:center;}
.testimonial-inner-sec h2{}
.testimonial-sec:before{
	position: absolute;
	content:"";
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	z-index: 1;
	background: rgba(0, 0, 0, 0.8);
}
.testimonial-head{
	text-align: center;
    margin: 0 0 75px 0;
}
.testimonial-head h2{
	position: relative;
    color: #fff;
    margin: 0;
    font-size: 55px;
    z-index: 20;
}
.testimonial-box{
	background: #fff;
	position: relative;
	display: block;
	padding: 40px 30px 33px;
	z-index: 20;
}
.clint-info{
	position: relative;
	display: flex;
	align-items: center;
	margin: 0 0 23px;
}
.clint-img img{
	position: relative;
	z-index: 20;
	display: block;
	height: 90px;
	width: 90px;
	border-radius: 50%;
}
.clint-cont{
	margin: 0 0 0 20px;
}
.clint-name{
	position: relative;
	z-index: 20;
	font-size:20px;
	font-weight: bold;
	margin: 0 0 9px 0;
}
.clintsub-title{
	font-size: 14px;
	margin: 0;
	color: #4d5054;
	position: relative;
	z-index: 20;
}
.clint-rating{
	position: relative;
	display: flex;
	align-items: center;
	margin: 14px 0 0 0;
	z-index: 20;
}
.clint-rating i{
	font-size: 15px;
	margin: 0 4px 0 0;
	
}
.icon-star{
	color: #EAB308;
}
.clr-gry{
	color: #B4B9C1;
}
.swiper-pagination{
	position: relative;
    bottom: 0px;
    left: 0;
    margin: 25px 0 0 0;
}
.swiper-pagination-bullet{
	position: relative;
	background: #928340;
	width: 9px;
	height: 9px;
	border-radius: 50%;
	opacity: 1;
	margin: 0 30px;
}
.swiper-horizontal>.swiper-pagination-bullets 
.swiper-pagination-bullet, 
.swiper-pagination-horizontal.swiper-pagination-bullets 
.swiper-pagination-bullet{
	margin: 0 6px;
}
/*.swiper-pagination-bullet-active{
	background:#928340;
	position: relative;
}*/
.swiper-pagination-bullet:after{
  position: absolute;
  top: -7px;
  left: -7px;
  right: -7px;
  bottom: -7px;
  content: "";
  border: 2px solid #fff;
  border-radius: 50%;
  transform: scale(0);
  z-index: 20;
  transition: .5s;
}
.swiper-pagination-bullet-active:after{
	transform: scale(1);
}

.blog-cont{
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin: 0 0 40px 0;
}
.blog-sec{
	position: relative;
	padding: 90px 0 40px 0;
}
.blog-bbtn{
	position: relative;
	text-decoration: none;
	display: inline-block;
	padding: 15px 28px;
	text-transform: uppercase;
	border-radius: 10px;
	font-weight: bold;
	color: #928340;
	border: 1px solid  #928340;
	overflow: hidden;
	z-index: 20;
	transition: .5s;
}

.blog-bbtn:after{
 position: absolute;
 left: -100%;	
 top: 0;
 content: "";
 width: 100%;
 height: 100%;
 border-radius:5px;
 color: #fff;
 background: #3d4e7f;
 z-index: 20;
 transition: .5s;
}

.blog-bbtn:hover:after{
   left:0;
}
.blog-bbtn span{
	position: relative;
	z-index: 99;
	color: #928340;
}
.blog-bbtn:hover span{
	color: #fff;
}
.blog-title{
	color: #928340;
	font-size: 18px;
	font-weight: bold;
}
.blog-head h2{
	color: #3d4e7f;
	font-size: 38px;
	font-weight: bold;
}
.blog-box{
	height: 100%;
}
.blog-img{
	position: relative;
   overflow: hidden;
	height:300px;
}
.blog-img img{
	width: 100%;
	height:100%;
	object-fit:cover;
	transition: .5s;
}
.blog-img:after{
	background: rgba(255, 255, 255, 0.3);
   bottom: 0;
   content: "";
   left: 50%;
   position: absolute;
   right: 51%;
   top: 0;
   opacity: 1;
   pointer-events: none;
	transition: .5s;
}
.blog-box:hover .blog-img:after{
	left: 0;
  right: 0;
  opacity: 0;
}
.blog-box:hover .blog-img img{
	transform: scale(1.3);
}
.blog-para{
	padding: 22px 8px;
}
.tp-blog{
	margin: 0 0 10px 0;
}
.tp-blog span{
	color: #000;
	font-size: 13px;
	position: relative;
	margin: 0 30px 0 0;
}
.tp-blog span i{
	margin: 0 20px 0 0;
}
.md-blog h4{
	font-size: 25px;
	margin: 0;
}
.md-blog h4 a{
	text-decoration: none;
	color: #000;
	background-repeat: no-repeat;
   background-size: 0% 1px, 0 1px;
   background-position: 100% 100%, 0 100%;
   transition: background-size 0.6s linear;
   background-image: linear-gradient(#3d4e7f, #3d4e7f), linear-gradient(#3d4e7f, #3d4e7f);
}
.md-blog h4 a:hover{
	color: #928340;
	background-size: 0% 1px, 100% 1px;
}
.blog-link{
	margin: 11px 0 0 0;
}
.blog-link a{
  text-decoration: none;
  display: inline-block;
  color: #000;
  letter-spacing: 1.2px;
  text-transform: capitalize;
  font-size: 12px;
  font-weight: 600;
  line-height: 28px;
}
.blog-bottom{
  overflow: hidden;
  left: 0;
  bottom: 4px;
  height: 1px;
  width: 100%;
  background:#928340;
  display: block;
  position: relative;
}
.blog-bottom:after{
 content: "";
 position: absolute;
 left: 10px;
 top: 0;
 width: 5px;
 height: 2px;
 background-color: #fff;
 animation: linea 1.5s linear infinite;
}
@keyframes linea{
	0%{
		left: 0;
      opacity: 0;
   }
   10%{
   	opacity: 1;
   }
   100%{
   	left: 100%;
   }
}


.footer-sec{
	background: #222;
	padding: 80px 0 0 0;
}
.foot-logo{
	float: none;
	width: 170px;
	padding: 25px 0;
}
.foot-logo img{
	width: 100%;
}
.x-foot{
	color: #fff;
	font-size: 14px;
/*	font-weight: bold;*/
	text-align: left;
	padding: 0 0 10px 0;
}
.foot-social{
	position: relative;
	left: 0;
	text-align: left;
}
.foot-so .m-foot{
	margin: 0 0 0 5px;
}
.foot-so .m-fooot{
	margin: 0 0 0 8px;
}
.one-social ul li{
	display: inline-block;
	margin: 0 6px;
}
.one-social ul li a{
	color: #fff;
	background: #928340;
	width: 30px;
	height: 30px;
	border-radius:2px;
	display: inline-block;
	padding: 0px 1px;
	font-size: 20px;
}

.footer-h{
	text-align: left;
    font-weight:bold;
    font-size: 21px;
    color: #fff;
    margin-bottom: 20px;
	padding-bottom: 20px;
	border-bottom: 1px solid rgba(255,255,255,0.1);
}
.foot-list ul{
	margin: 0;
	padding: 0;
}
.foot-head{
	margin: 40px 0 0 0;
}
.foot-list ul li{
	list-style: none;
	display: block;
    text-align: left;
    margin-bottom: 10px;
    padding-left: 20px;
    position: relative;
    font-size: 14px;
    font-weight:bold;
}
.foot-list ul li a i{
	margin: 0 12px 0 0;
	color: #928340;
    transition: .5s;
}
.foot-list ul li:hover a i{
	margin: 0 9px 0 0;
}
.foot-list ul li a{
	text-decoration: none;
	color: #B6B6B6;
    transition: .5s;
}
.foot-list ul li:hover a{
	color: #fff;
}

.foot-para p{
   color: #fff;
	font-size: 12px;
	font-weight: bold;
	text-align: left;
	padding: 0 0 10px 0;
}
.foot-para form p{
	display:flex;
	justify-content:space-between;
}
.foot-para form p .wpcf7-form-control-wrap{width:70%;}

.foot-f input.foot-in,.foot-para form input{
	border: 1px solid rgba(255, 255, 255, 0.1);
    background: rgba(255, 255, 255, 0.05);
    padding: 0 20px;
    height: 50px;
    line-height: 50px;
    position: relative;
    z-index: 1;
    color: #fff;
    outline: none;
	width:100%;
}
.foot-bbtn,.foot-para form input[type="submit"]{
	height: 50px;
    line-height: 50px;
	width:auto;
    color: #fff;
    outline: none;
    border: none;
    cursor: pointer;
	font-size: 11px;
	text-transform: uppercase;
	font-weight: bold;
	background: #928340;
	padding: 2px 25px;
	border-radius: 2px;
}

.foot-bottom{
	background: #191919;
	margin: 70px 0 0 0;
	padding: 18px 0;
}
.foot-small{
	display: flex;
	justify-content: space-between;
}
.foot-copy{
	font-size: 12px;
	font-weight: bold;
	text-align: left;
	color: #999;
	margin: 6px 0 0 0;
}
.foot-copy span{
	color: #928340;
}
.foot-arow{
	display: flex;
}
.foot-nv{
	margin: 5px 0 0 0;
}
.foot-nv ul{
	margin: 0;
	padding: 0;
}
.foot-nv ul li{
	list-style: none;
	display: inline-block;
	margin: 0 10px 0 0;
}
.foot-nv ul li a{
	text-decoration: none;
	color: #fff;
	font-size: 12px;
}
.foot-top{
	width: 36px;
    height: 36px;
    line-height: 36px;
    border-radius: 2px;
    color: #fff;
    margin-left: 20px;
    cursor: pointer;
    background: #928340;
    transition: .5s;
}
.foot-top i{
	margin: 0 0 0 14px;
	transform: translateY(0px);
	position: relative;
	 transition: .5s;
}
.foot-top:hover i{
	transform: translateY(-6px);
}
.foot-text{
	margin: 0;

}
.foot-text ul{
	margin: 0;
   padding: 0;
}
.foot-text ul li{
	list-style: none;
	margin: 0 0 26px 0;
}
.foot-text ul li a{
	text-decoration:none;
	font-size: 15px;
	font-weight: bold;
	color:white;
	transition:.5s;
}
.foot-text ul li a:hover{
	color:#928340;
}
.foot-text ul li a i{
	font-size: 21px;
   margin: 0 12px 0 0;
}


/**about**/
.aboutInnerClient{
	background: #f5f5f5;
}
.aboutInnerClient .row{
	flex-direction: row-reverse;
}
.aboutInnerClient .about-imgb{
	position: relative;
	left: auto;
	bottom: auto;
	width: 100%;
	display:block;
}
.aboutInnerClient .about-imgb img:hover{transform: scale(1);}
.about-para ul{list-style: none; margin: 0; padding: 0;}
.about-para li{padding: 5px 25px; background:#fbfbc2; 
	margin: 0 0 8px; border-radius: 30px;
	position: relative; left: 0; transition: .5s;
}
.about-para li:hover{left: 5px;}
.about-para li:nth-child(2n){background:#e8e8ff;}

.mission_vision{
	padding: 50px 0;
}
.mvbox{
	box-shadow: 0 0 5px 5px rgba(0,0,0,.1);
}
.mv-img{
	display: block;
}
.mv-img img{
	width: 100%;
}
.mvContent{
	padding: 15px;
}
.mvContent h2{}
.mvContent p{}

.testimonial-sec1{
	background: #f5f5f5;
}
 
.testimonial-sec1:before{
	display: none;
}


/**contact_sec**/
.contact_sec{
    
}
.contact-title{
    text-align: center;
    margin: 0 0 0 30px;
}
.contact-title  h2.title{
    padding: 0;
}
.conactLeft ul{
    list-style: none;
    margin: 0;
    padding: 0;
}
.conactLeft li{
    display: flex;
    align-items:center;
    margin: 0 0 20px;

    padding: 15px;
    box-shadow: 2px 2px 2px 2px #ddd;
    border-radius: 10px;


    background: #fafafa;
}
.conactLeft li .ico{
    width: 60px;
    height: 60px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: var(--grd1);
    border-radius: 50%;
    color: var(--white);
    margin-right: 20px;

}
.conactLeft li address,.conactLeft li a{
    display: block;
    margin: 0;
    font-style: normal;
    font-size: 25px;
    color: var(--block);
}
.conactLeft li address:hover,.conactLeft li a:hover{
    color: var(--redcolor);
}
.contactmap iframe{
    width: 100%;
    height: 300px;
}

 
.contactform{
	max-width: 700px;
	margin: 0 auto;
	padding: 40px;
	background: #f5f5f5;

}
.contact_sec .contactform input{
	width: 100%;
	padding: 10px;
	margin: 0 0 15px;
	border: 1px solid #ccc;
}
.contactform input[type="submit"]{
	width: auto;
	padding: 15px 30px;
	background: #928340; 
    color: #fff;
    border: none;
}
.conactLeft ul {
    list-style: none;
    margin: 0;
    padding: 0;
}
.conactLeft li {
    display: flex;
    align-items: center;
    margin: 0 0 35px;
    padding: 15px;
    box-shadow: 2px 2px 2px 2px #ddd;
    border-radius: 10px;
    background: #fafafa;
}
.contact_sec{
	padding: 60px 0;
}
.conactLeft li .ico {
    width: 60px;
    height: 60px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: #928340;
    border-radius: 50%;
    color: #fff;
    margin-right: 20px;
}
.conactLeft li address, .conactLeft li a {
    display: block;
    margin: 0;
    font-style: normal;
    font-size: 25px;
    color: var(--block);
    text-decoration: none;
}

section{
	padding: 80px 0;
}
.servicedetailsholder{}
.servicedetailsimg{
	float: left;
	max-width: 500px;
	margin: 0 auto 35px 0;
	box-shadow:12px 12px 0px 5px #928340;
}
 
.servicedetailsimg img{
	width: 100%;
}
.servicedetailright{
	    display: inline-block;
    width: 100%;
    padding: 20px;
    box-shadow: 0 0px 10px 0 inset rgba(0,0,0,.1);
    border-radius: 20px;
}
.servicedetailright h2{
	margin:25px 0 25px;
	color:#928340;
	text-transform:uppercase;
	font-weight:bold;
	font-size:50px;
}
.servicedetailright strong{
	display:inline-block;
	padding:5px 20px;
	border-radius:25px;
	background:#3d4e7f;
	color:#fff;
}
.servicedetailsholder ul{
	list-style: none;
	margin: 0;
	padding: 0;
}
.servicedetailsholder li{
	box-shadow: 2px 2px 4px 1px #ddd;
	padding: 10px;
	margin: 0 0 20px;
	border-radius: 20px;
}

.ufg-parent-filters{text-align:center;}
.ufg-parent-filters .ufg-parent-filter-button{margin:0 10px;
	    text-decoration: none;
    padding: 15px 42px;
    background: none;
    font-weight: bold;
    font-size: 12px;
    border: 1px solid #928340;
    text-transform: uppercase;
    color: #3d4e7f;
    vertical-align: middle; 
}
.ufg-thumbnail-border  a,.ufg-thumbnail-border,.ufg-thumbnail-border  a img{
	height:100%; object-fit:cover; position:relative;
}
.ufg-thumbnail-border:after {
    background: rgba(255, 255, 255, 0.3);
    bottom: 0;
    content: "";
    left: 50%;
    position: absolute;
    right: 51%;
    top: 0;
    opacity: 1;
    pointer-events: none;
    transition: .5s;
}
.ufg-thumbnail-border:hover:after {
    left: 0;
    right: 0;
    opacity: 0;
}

.poster_sec{    background: #f1f4f8;}
.posterimg{
    display:block;
    box-shadow:0 0 3px 0 #f5f5f5;
	position:relative;
	overflow:hidden;
}
.posterimg h4{
	position:absolute;
	left:0;
	bottom:0;
	width:100%;
	background:#0b3b7f;
	padding:15px 10px;
	font-size:20px; color:#fff;
	font-weight:bold;
	transition:.5s;
	text-align:center;
	margin:0;
}

.postercontent{
	position:absolute;
	left:-100%;
	top:0;
	width:100%;
	height:100%;
	padding:20px; color:#fff;
	background:rgba(0,0,0,.8);
	transition:.5s;
}
.posterimg:hover .postercontent{
	left:0;
	pointer-events:none;
}
.posterimg:hover h4{
	bottom:-100%;
}
.postercontent h3{
	font-size: 25px;
    line-height: 30px;
    margin: 0 0 15px;
}
a.posterimg {
    display: block;
    border: 1px solid #ddd;
}
a.posterimg img{height:370px; object-fit:cover; object-position:center;}
.poster-slider .owl-nav button.owl-prev{
    position:absolute;
    left:-60px;
    top:50%;
    transform:translate(0,-50%);
    font-size:40px;
    width:50px;
    height:50px;
    background:#fff;
    border-radius:50%;
    box-shadow:0 0 5px 1px rgba(0,0,0,.2);
}
.poster-slider .owl-nav button span{
    position:absolute;
    left:50%;
    top:42%;
    transform:translate(-50%,-50%);
}

.poster-slider .owl-nav button.owl-next{
    position:absolute;
    right:-60px;
    top:50%;
    transform:translate(0,-50%);
    font-size:40px;
    width:50px;
    height:50px;
    background:#fff;
    border-radius:50%;
    display:inline-flex;
    align-items:center;
    justify-content:center;
    box-shadow:0 0 5px 1px rgba(0,0,0,.2);
}

.poster-rowHolder .row >div{
	margin:0 0 20px;
}
.problems_listing ul{
	list-style:none;
	margin:0; 
	padding:0;
	display:flex; 
	flex-wrap:wrap;
	justify-content:space-between;
}
.problems_listing ul li{
	padding: 20px;
	background:#fff;
	width:23%;
	margin: 0 5px 20px;
	text-align:center;
	border-radius:15px;
	transition:.5s;
}
.prs-usp .problems_listing ul li{
	box-shadow:0 0 10px 0 rgba(0,0,0,.1);
}
.problems_listing ul li:nth-child(2n){
	background:#dbe5ff;
}
.problems_listing ul li:hover,
.problems_listing ul li:nth-child(2n):hover{
	background:#3d4e7f; 
	color:#fff;
}
.problems_listing ul li .prblm_icon{
	display:inline-flex;
	align-items:center;
	justify-content:center;
	width:80px;
	height:80px; 
	border-radius:50%;
	background:#3d4e7f;
	font-size:40px;
	color:#fff;
	margin:0 0 20px;
	transition:.5s;
}
.problems_listing ul li:hover .prblm_icon{
	background:#ffff; 
	color:#3d4e7f;
}
.problems_listing ul li .prblm_icon i{}

.filters-button-group_1 > button.is-checked::before, .filters-button-group_1 > button.is-checked::after,
.filters-button-group_1 > button:hover::before, .filters-button-group_1 > button:hover::after{
    display:none;
}
#grid-container{padding:10px 0;}
.TSPortfolioHE_1 article img{width:100%; height:300px !important; object-fit:cover;}

.afd-char-list{
    margin:0;
}
.afd-specs__header-category{}
.afd-specs__header-category .afd-specs__header{margin:0 0 10px;}
.afd-specs__header-category a,.afd-char-list a{display:inline-block; color: #bea740;
    text-decoration: none;
    font-weight: 600;
    
}
.TSPortfolioHE_Ov_Div_1 .TSPortfolioHE_Ov_Div2,
.TSPortfolioHE_Ov_Div_1 .TSPortfolioHE_Ov_Div3{min-height:400px;}

.landing .banner-cont{
	padding: 0 50px;
}
.landing .banner-cont p{
	color: #fff;
	margin-bottom: 0;
	opacity: 1;
	transform: translate(0);
}
.about-list{
	padding: 0;
	margin: 0;
	list-style: none;
}
.about-list i{
	margin: 0 12px 0 0;
    color: #ff6b00;
}
.about-list li{
	margin-bottom: 20px;
	font-size: 20px;
	line-height: 30px;
	padding: 10px 10px 10px 15px;
	border-radius: 5px;
	background: #222222;
}
.landing.about .row{
	align-items: center;
}
.poster_sec.solution .problems_listing ul{
	justify-content: center;
}
.poster_sec.solution .problems_listing ul li{
	width: 19%;
}

.consultation .contactform input, .consultation .contactform select{
    width: 100%;
    padding: 10px;
    margin: 0 0 15px;
    border: 1px solid #ccc;
}
.consultation .contactform input[type="submit"] {
    width: auto;
	font-size: 18px;
    color: #fff;
    border: none;
	background: #ff6b00;
  	padding: 14px 24px;
  	border-radius: 6px;
  	font-weight: 600;
  	transition: 0.3s;
}
.consultation .contactform input[type="submit"]:hover{
	transform: translateY(-2px);
  	box-shadow: 0 10px 25px rgba(255,107,0,0.4);
}
.landing .about-imga img{
	height: 340px;
	object-fit: cover;
}
.consultation .about-imga img{
	height: 535px;
	object-fit: cover;
}
.project-slider .service-cont{
	padding-bottom: 0;
}
.project-slider .service-text{
	min-height: 118px;
}
.project-slider .owl-nav button.owl-prev {
    position: absolute;
    left: -60px;
    top: 50%;
    transform: translate(0, -50%);
    font-size: 40px;
    width: 50px;
    height: 50px;
    background: #fff;
    border-radius: 50%;
    box-shadow: 0 0 5px 1px rgba(0, 0, 0, .2);
}
.project-slider .owl-nav button.owl-next {
    position: absolute;
    right: -60px;
    top: 50%;
    transform: translate(0, -50%);
    font-size: 40px;
    width: 50px;
    height: 50px;
    background: #fff;
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 0 5px 1px rgba(0, 0, 0, .2);
}
.project-slider .owl-nav button span {
    position: absolute;
    left: 50%;
    top: 42%;
    transform: translate(-50%, -50%);
}
.your-space{
	padding: 70px 0;
}
.your-space-con{
	text-align: center;
	color: #fff;
	z-index: 20;
	position: relative;
}
.your-space-con h3{
	margin-bottom: 15px;
}
.landing iframe{
	height: 360px!important;
}
.consultation .contactform{
	padding-bottom: 10px;
	background: #191919;
	max-width: 100%;
	border: 3px solid #ff6b00;
	border-radius: 10px;
	animation: confrm 3s linear infinite;
	box-shadow: 0 0 20px rgba(255,107,0,0.2);
  	animation: glowPulse 2.5s ease-in-out infinite;
}
/* @keyframes confrm{
	0%{box-shadow: 0 0 30px rgba(255,107,0,0.4);}
	50%{box-shadow: 0 0 30px rgba(255, 107, 0, 0);}
	100%{box-shadow: 0 0 30px rgba(255, 107, 0, 0.4);}
} */
@keyframes glowPulse {
  0%   { box-shadow: 0 0 15px rgba(255,107,0,0.2); }
  50%  { box-shadow: 0 0 35px rgba(255,107,0,0.5); }
  100% { box-shadow: 0 0 15px rgba(255,107,0,0.2); }
}
.landing .conactLeft li .ico{
	min-width: 60px;
}
.expert h4.no-main{
	color: #000;
	font-size: 30px;
	text-align: center;
	color: #928340;
	opacity: 1;
}
.expert .about-head h3{
	font-size: 20px;
	margin-top: 10px;
}
.expert-count{
	position: absolute;
	width: calc(100% - 64px);
	padding: 25px;
	background: #fff;
	left: 50%;
	bottom: 20px;
	transform: translate(-50%,0);
	z-index: 21;
	border-radius: 0px 25px 0 25px;
	background: rgba(255,255,255,0.9);
}
.expert .about-imga img{
	height: 400px;
	object-fit: cover;
	object-position: center -85px;
}
.expert .row{
	align-items: center;
}
.expert .about-imga:before{
	background: rgba(0, 0, 0, 0.1);
}
.services.team{
	background: #f1f4f8;
}
.services.team:after{
	display: none;
}
.team-social-list{
	padding: 0;
	margin: 0;
	display: flex;
	align-items: center;
	justify-content: center;
}
.team-social-list li {
    display: inline-block;
    margin: 0 6px;
}
.team-social-list li a{
	color: #fff;
    background: #928340;
    width: 30px;
    height: 30px;
    border-radius: 2px;
    display: inline-block;
    padding: 0px 1px;
    font-size: 20px;
}
.team .service-cont{
	padding-bottom: 0;
}
.team .service-text p{
	margin-bottom: 15px;
	font-size: 18px;
	font-weight: 500;
	color: #928340;
}
.team .service-text{
	border-radius: 0;
}
.team .service-cont{
	border-radius: 20px 0 20px 0;
}
.notice .black-text h6.title{
	color: #000;
	font-size: 25px;
}
.notice{
	margin-top: 70px;
}
.team .service-text h5{
	color: #3d4e7f;
}
.notice h3{
	text-align: center;
	color: #928340;
	font-size: 18px;
	font-weight: 500;
}
.notice h3 span{
	display: inline-block;
	font-size: 22px;
	color: #000;
}
.landing .about-imga::before{
	background: rgba(0, 0, 0, 0);
}
.landing-page{
	background: #191919;
	color: #f1f1f1;
}
.landing .ban-img{
	position: relative;
}
.landing .ban-img:after{
	position: absolute;
	content: "";
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,0.7);
	left: 0;top: 0;
}
.landing .banner-cont h1{
	line-height: 120%;
	margin-bottom: 40px;
}
.landing .banner-cont h1, .landing .banner-cont p{
	position: relative;
	z-index: 2;
}
.landing.banner{
	overflow: hidden;
}
.landing .banner-cont:before{
	position: absolute;
	content: "";
	width: 75%;height: 160%;
	border: 2px solid rgba(146, 131, 64, 0.3);
	z-index: 1;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	animation: banline 7s linear infinite;
}
@keyframes banline{
  0%   { transform: translate(-50%, -50%) scale(1); }
  50%  { transform: translate(-50%, -50%) scale(1.1); }
  100% { transform: translate(-50%, -50%) scale(1); }
}
.landing .banner-cont h1 span{
	color: #d7c15e;
}
.ban-btn{
	margin-top: 40px;
}
.ban-btn .button{
	padding: 22px 38px;
	font-size: 18px;
	background: #ff6b00;
	box-shadow: 0 8px 25px rgba(255,107,0,0.4);
}
.ban-btn .button:hover {
	box-shadow: 0 8px 25px rgba(61,78,127,0.4);
}
.ban-btn .button span{
	color: #fff;
}
.landing-page .about-head h2{
	color: #e9e9e9;
	line-height: 135%;
}
.landing-page .about-head h2 span{
	color: #d7c15e;
}
.landing-page .about-head{
	margin: 8px 0 40px 0;
}
.consultation{
	background: #222222;
}
.consultation .contactform input, .consultation .contactform select {
  background: #111;
  border: 1px solid rgba(255,255,255,0.1);
  color: #fff;
  padding: 14px;
  border-radius: 6px;
}
.consultation .contactform input:focus{
	color: #fff;
}
.consultation .contactform input::placeholder {
  color: rgba(255,255,255,0.6);
}
.consultation .contactform input:focus, .consultation .contactform select:focus {
  border: 1px solid #ff6b00!important;
  box-shadow: 0 0 10px rgba(255,107,0,0.3)!important;
}
.consultation .about-imga:before{
	background: rgba(0, 0, 0, 0.6);
}
.poster_sec.solution{
	background: transparent;
}
.poster_sec.solution .problems_listing ul li{
	background: rgba(146,131,64,0.2);
 	border: 1px solid #ff6b00;
}
.poster_sec.solution .problems_listing ul li:nth-child(even) {
  background: rgba(146,131,64,0.1);
}
.solution .problems_listing ul li .prblm_icon {
  background: rgba(146,131,64,0.3);
  color: #ff6b00;
}
.solution .problems_listing ul li:hover .prblm_icon{
	background: #f2f2f2;
}
.solution .problems_listing ul li p{
	margin-bottom: 0;
	font-size: 20px;
	font-weight: 500;
}
.projects.services:after{
	background: rgba(0, 0, 0, 0.8);
}
.consultation .about-img img{
	height: 525px;
	object-fit: contain;
	object-position: bottom;
}
.projects .row{
	row-gap: 30px;
}
.projects .service-cont{
	overflow: hidden;
	border-radius: 20px;
	padding-bottom: 0;
	background: transparent;
}
.projects .service-text {
	background: rgba(0,0,0,0.4)!important;
  	backdrop-filter: blur(6px);
  	color: #fff;
}
.projects .service-text h5{
	color: #f5c542;
  	font-weight: 600;
}
.projects .service-img:before{
	content: "";
  	position: absolute;
  	inset: 0;
  	background: linear-gradient(to top, rgba(0,0,0,0.6), transparent);
}
.projects .service-img{
	height: 350px;
}
.expert-count{
	background: rgba(0,0,0,0.7);
	color: #d7c15e;
	padding: 12px 20px;
	font-weight: 600;
	border: 1px solid rgba(255,255,255,0.1);
}
.expert h4.no-main{
	color: #d7c15e;
}
.expert .about-imga {
	box-shadow: 0 20px 50px rgba(0,0,0,0.8);
	border-radius: 0px 25px 0 25px;
}
.landing-page .about-title{
	margin-bottom: 10px;
	display: block;
}
.expert .about-head h2{
	font-size: 50px;
}
.expert .about-head h3{
	color: #d7c15e;
}
.your-space .about-head h2{
	margin-bottom: 40px;
}
.your-space .about-head p{
	font-size: 20px;
	margin-bottom: 0;
}
.landing .conactLeft li{
	background: rgb(34, 34, 34); 
	box-shadow: 2px 2px 2px 2px rgba(0,0,0,0.8);
}
.projects .service-img img{
	height: 100%;
	object-fit: cover;
}
.header .row{
	align-items: center;
}

/*1200*/
@media (max-width:1299px){
	.project-slider .owl-nav button.owl-prev{
		left: -27px;
    	top: 50%;
    	transform: translate(0, -50%);
	}
	.project-slider .owl-nav button.owl-next{
		right: -27px;
    	top: 50%;
    	transform: translate(0, -50%);
	}
	.landing .banner-cont:before{
		height: 97%;
	}
}

/*1024*/

@media (max-width:1199px){

	.banner-cont h1{
		font-size: 50px;
	}
	.service-text p{
		font-size: 13px;
	}
	.team-info span{
		font-size: 15px;
	}
	.foot-bbtn{
		padding: 2px 26px;
	}
	.tp-blog span{
  	 margin: 0 14px 0 0;
   }
  .tp-blog span i{
  	 margin: 0 11px 0 0;
   }
   .md-blog h4{
   	font-size: 21px;
   }
	.foot-f input.foot-in{
		padding: 0 13px;
	}
	.x-foot{
		font-size: 11px;
	}
	.foot-text ul li a{
		font-size: 12px;
	}
	
	.poster-slider .owl-nav button.owl-next,
	.poster-slider .owl-nav button.owl-prev{
	    width:40px;
	    height:40px;
	    font-size:20px;
	   background:rgba(0,0,0,0.5);
	   color:#fff;
	}
	.poster-slider .owl-nav button.owl-next{right:5px;}
	.poster-slider .owl-nav button.owl-prev{left:5px;}
	.team .service-text h5{
		font-size: 22px;
	}
	.landing .banner-cont {
    	padding: 0 20px;
	}
	.landing .banner-cont p{font-size: 22px;}
	.poster_sec.solution .problems_listing ul li {
    	width: 31%;
	}
	.expert .about-imga img {
    	object-position: center -45px;
	}
	.expert .about-head h2 {
    	font-size: 45px;
	}
	.landing .conactLeft li address, .landing .conactLeft li a{
		font-size: 20px;
	}
}


/*768*/

@media (max-width:1023px){
    

   .logo{
   	padding: 8px 0px 8px 12px;
   }
   .logo img{
   	width: 100%;
   }
	.menu-list{
		display: none;
	}
	.shape{
		display: none;
	}
   .menu{
   	display: inline-block;
   	top: 19px;
   }
   .menuu-list{
   	display: inline-block;
   }
	.banner-cont{
		width:100%;
		padding:0 50px;
	}
	.banner-cont h1{
		font-size: 40px;
		margin: 0 0 11px;
	}
	.banner-cont h3 {
		font-size: 35px;
		margin: 0 0 10px;
	}
	.banner-cont.align1 h1{
		font-size: 52px;
		margin: 0 0 14px;
	}
	.banner-cont p{
		font-size: 14px;
		margin: 0 0 20px;
	}
	.button{
		font-size: 8px;
		padding: 11px 14px;
	}
	  
   .about-head h2{
   	font-size: 33px;
   }  
   .about-para p{
   	font-size: 12px;
   }
  .service-text h5{
  	  font-size: 21px;
  }
  .service-text p{
  	  font-size: 10px;
  }
  .number-area{
  	  display: block;
  	  padding: 0px 0 60px 0;
  }
  h3.counter-title{
  	  font-size: 40px;
  	  padding: 40px 0 0 0;
  }
  .counter-box:before{
  	  position: absolute;
	content: "";
	top: 75%;
	left: -15px;
	background: #3d4e7f;
	height: 130px;
	width: 1px;
	transform: translateY(-50%);
  }
  .tab-sec{
  	 padding: 30px 0;
  }
  .team-cont{
  	  margin: 0 0 30px 0;
  }
  .tab-btn ul li{
  	 margin: 0 9px;
  }
  .testimonial-head h2{
  	 font-size: 39px;
  }
  .blog-head h2{
  	 font-size: 29px;
  }
  .blog-bbtn{
  	 padding: 10px 12px;
  }
  .tp-blog span{
  	 font-size: 10px;
  	 margin: 0 4px 0 0;
  }
  .tp-blog span i{
  	 margin: 0 7px 0 0;
  }
  .md-blog h4{
  	 font-size: 16px;
  }
  

  .footer-h{
  	  margin: 30px 0 20px 0;
  }

  .conactLeft li .ico{
  	margin-right: 5px;
  }

  .conactLeft li address, .conactLeft li a{
  	font-size: 20px;
  }

	.problems_listing ul li{width:30%;}
	
	.landing .row{
		row-gap: 25px;
	}
	.poster_sec.solution .problems_listing ul li {
    	width: 30%;
	}
	.consultation .row, .team .row, .expert .row{
		row-gap: 25px;
	}
	.contact_sec.landing .row{
		flex-direction: column;
		row-gap: 15px;
	}
	.contact_sec.landing iframe{
		width: 100%!important;
	}
	.landing .banner-cont h1 {
		font-size: 40px;
		margin-bottom: 25px;
	}
	.landing .banner-cont p {
        font-size: 18px;
    }
	.ban-btn{
		margin-top: 25px;
	}
	.ban-btn .button {
    	padding: 12px 30px;
    	font-size: 15px;
	}
	.landing-page .about-head h2 {
        font-size: 28px;
		text-align: center;
    }
	.about-list li {
    	margin-bottom: 18px;
    	font-size: 18px;
    	line-height: 28px;
	}
	.consultation .row{
		flex-direction: column-reverse;
	}
	.consultation .about-img{
		text-align: center;
	}
	.expert .about-head{
		text-align: center;
	}
	.landing-page .expert .about-head h2 {
        font-size: 35px;
    }
	 .expert .about-para p {
        font-size: 16px;
		 text-align: center;
		 margin-bottom: 0;
    }
	.landing-page .about-head, .your-space .about-head h2 {
    	margin: 0 0 35px 0;
	}
	.expert .about-para{
		margin-bottom: 0;
	}
	.landing-page .banner img {
        height: 500px;
    }
	.consultation.about{
		padding-bottom: 0;
	}
	.consultation .contactform .form-group p{
		text-align: center;
	}
	.consultation .contactform .form-group .wpcf7-spinner{
		display: block;
	}
	
}



/*480*/

@media (max-width:767px){
	body,.about-para p {
        font-size: 16px;
        line-height: 24px;
    }
	.about-cont{
		padding:0;
	}
	a.posterimg img{height:400px; width:100%;}
	.posterimg .postercontent{
		    position: relative;
    left: 0;
    width: 100%;
    background: #000;
	}
    .side-bar{max-width:300px; padding:46px 20px 30px 46px;}
	.banner-cont{
		width:100%;
		padding:0 20px;
	}
	.banner img{
		height:350px; 
		object-fit:cover;
	}
	.logo{
   	padding: 8px 0px 8px 12px;
   }
   .logo img{
   	width: 80px;
   }
   .shape{
		display: none;
	}
	.menu-list{
		display: none;
	}
   .menu{
   	display: inline-block;
   }
   .menuu-list{
   	display: inline-block;
   }
	.banner-cont h1{
		font-size: 25px;
		margin: 0 0 11px;
	}
	.banner-cont h3{
		font-size: 22px;
		margin: 0 0 10px;
	}
	 
	.button{
		font-size: 8px;
		padding: 9px 9px;
	}
	.about{
		padding: 40px 0;
	}
  .about-head h2{
      font-size: 29px;
  }
 
  .about-imgb{
  	  width: 155px;
  }
  .service-cont{
  	  margin: 0 0 25px 0;
  }
  .service-head{
  	  margin: 0 0 35px 0;
  }
  .gallery-head h2{
  	  font-size: 20px;
  }
  .number-area{
  	  display: block;
  	  padding: 0px 0 60px 0;
  }
  h3.counter-title{
  	  font-size: 40px;
  	  padding: 20px 0 0 0;
  }
  .team-cont{
  	  margin: 0 0px 30px 0;
  }
  .tab-sec{
  	  padding: 24px 0;
  }
  .tab-btn ul li{
  	  display: block;
  	  margin: 35px 0;
  }
  .testimonial-head{
  	 margin: 0 0 40px 0;
  }
  .testimonial-head h2{
  	 font-size: 29px;
  }
  .blog-cont{
  	 display: block;
  }
  .md-blog h4{
  	  font-size: 20px;
  }
  .blog-head h2{
  	 font-size: 32px;
  	 margin: 0 0 20px 0;
  }

  .footer-h{
  	  margin: 30px 0 20px 0;
  }
  .foot-f input.foot-in{
  	  padding: 0 10px;
  }
  .foot-bbtn{
  	 padding: 2px 26px;
  }
  .foot-small{
  	display: block;
  	text-align: center;
  }
  .foot-arow{
  	display: block;
  }
  .foot-copy{
  	text-align: center;
  }
  .foot-top{
  	display: none;
  }
	.tab-sec .ufg-parent-filters .ufg-parent-filters{
		padding: 10px 10px !important; 
    	font-size: 10px !important;
		margin:0 2px !important;
	}
	
	.tab-sec .ufg-gallery .col-sm-3{
		    flex: 0 0 50% !important;
   			 max-width: 50% !important;
	}
   	.tab-sec .ufg-gallery .col-3{
		    flex: 0 0 100% !important;
   			 max-width: 100% !important;
	}
	.problems_listing ul li{width:47%;}
	.services .Servi .row>div{margin:0 0 20px;}
	.project-slider .owl-nav button.owl-next, .project-slider .owl-nav button.owl-prev{
		right: auto;
		left: auto;
        top: auto;
        transform: translate(0,0);
		position: relative;
	}
	.project-slider .owl-nav{
		position: absolute;
		width: 100%;
		left: 0;
		bottom: -15px;
		display: flex;
		align-items: center;
		justify-content: center;
		gap: 10px;
	}
	.project-slider .service-text {
    	min-height: auto;
	}
	.landing .conactLeft li .ico{
		min-width: 40px;
		width: 40px;
		height: 40px;
	}
	 .landing .conactLeft li address, .landing .conactLeft li a {
        font-size: 18px;
    }
	  .your-space h3.counter-title {
        font-size: 35px;
    }
	.expert h4.no-main{
		font-size: 25px;
	}
	.poster_sec.solution .problems_listing ul li {
        width: 45%;
    }
	.landing-page .banner img {
        height: 500px;
    }
	.landing .banner-cont h1 {
        font-size: 35px;
    }
	.landing .banner-cont p {
        font-size: 17px;
    }
	.consultation .contactform{
		padding: 25px 25px 10px 25px;
	}
	.consultation .contactform input[type="submit"]{
		font-size: 17px;
	}
	.solution .problems_listing ul li p {
    	font-size: 18px;
	}
}



/*320*/

@media (max-width:479px){
   .problems_listing ul li{width:100%;}
   .header{
   	padding: 0;
   }
   .logo{
   	padding: 8px 0px 8px 12px;
   }
   .logo img{
   	width: 60px;
   }
	.menu-list{
		display: none;
	}
	.shape{
		display: none;
	}
   .menu{
   	display: inline-block;
   	font-size: 17px;
   	top: 5px;
   }
   .menuu-list{
   	display: inline-block;
   }
	 
	 
	 
	.button{
		font-size: 8px;
		padding: 9px 9px;
	}
	.about{
		padding: 40px 0;
	}
  .about-head h2{
      font-size: 29px;
  }
  body,.about-para p {
        font-size: 16px;
        line-height: 24px;
    }
  .about-imgb{
  	  width: 155px;
  }
  .service-cont{
  	  margin: 0 0 25px 0;
  }
  .service-head{
  	  margin: 0 0 35px 0;
  }
  .gallery-head h2{
  	  font-size: 20px;
  }
  .number-area{
  	  display: block;
  	  padding: 0px 0 60px 0;
  }
  h3.counter-title{
  	  font-size: 40px;
  	  padding: 20px 0 0 0;
  }
  .team-cont{
  	  margin: 0 0px 30px 0;
  }
  .tab-sec{
  	  padding: 24px 0;
  }
  .tab-btn ul li{
  	  display: block;
  	  margin: 35px 0;
  }
  .tp-blog span{
  	  font-size: 10px;
  }
  .testimonial-head h2{
  	 font-size: 19px;
  }
  .blog-cont{
  	 display: block;
  }
  .md-blog h4{
  	  font-size: 20px;
  }
  .blog-head h2{
  	 font-size: 21px;
  	 margin: 0 0 20px 0;
  }
  .blog-bbtn{
  	 padding: 10px 10px;
  }
  .testimonial-head{
  	 margin: 0 0 50px 0;
  }

  .footer-h{
  	  margin: 30px 0 20px 0;
  }
  .foot-f input.foot-in{
  	  padding: 0 10px;
  }
  .foot-bbtn{
  	 padding: 2px 26px;
  }
  .foot-small{
  	display: block;
  	text-align: center;
  }
  .foot-arow{
  	display: block;
  }
  .foot-copy{
  	text-align: center;
  }
  .foot-top{
  	display: none;
  }
	.poster_sec.solution .problems_listing ul li {
        width: 100%;
    }
	.consultation .contactform{
		padding: 25px;
	}
	.landing .conactLeft li address, .landing .conactLeft li a {
        font-size: 15px;
    }
	.landing-page .banner img {
        height: 550px;
    }
	.landing .banner-cont {
        padding: 0px 10px;
    }
	.ban-btn .button {
        padding: 12px 20px;
        font-size: 13px;
    }
	.landing .banner-cont h1 {
        font-size: 33px;
    }
	.landing .banner-cont p {
        font-size: 16px;
    }
	.landing .banner-cont:before {
        height: 100%;
    }
	.landing-page .about-head h2 {
        font-size: 26px;
    }
	.about-list li {
        font-size: 17px;
        line-height: 28px;
    }
	.landing-page .about-title {
    	font-size: 16px;
	}
	.expert .about-imga {
    	box-shadow: 0 14px 35px rgba(0, 0, 0, 0.8);
	}
	.expert .about-imga img {
        object-position: center;
    }
	.expert-count{
		width: calc(100% - 30px);
		left: 50%;
		bottom: 10px;
		transform: translate(-50%, 0);
	}
	 .expert h4.no-main {
        font-size: 23px;
    }
	.landing-page .expert .about-head h2 {
        font-size: 30px;
    }
	.your-space .about-head p {
   		font-size: 17px;
		line-height: 27px;
	}

}