/*===================================== 
3WC CUSTOME CSS 
=====================================*/

@import url('https://fonts.googleapis.com/css2?family=Dancing+Script&display=swap');


.form-control::-webkit-input-placeholder {
 color:#6c757d;
 opacity:1;
 letter-spacing: 1px;
 }
.form-control::-moz-placeholder {
 color:#6c757d;
 opacity:1;
 letter-spacing: 1px;
}
.form-control:-ms-input-placeholder {
 color:#6c757d;
 opacity:1;
 letter-spacing: 1px;
}
.form-control::-ms-input-placeholder {
 color:#6c757d;
 opacity:1;
 letter-spacing: 1px;
}
.form-control::placeholder {
 color:#6c757d;
 opacity:1;
 letter-spacing: 1px;
}
p a {
	color:#333333;
}

::selection {
	background: #484848;
	color: #fff;
}

.sub_active{
  color: #570800 !important;
  font-weight: 600 !important;
}

.contact-one{position:relative;}
.contact-one .form-control{border:0px;	}
.contact-one .form-control::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #262423;
  font-size:12px;
  text-transform:uppercase;
  font-weight:100;
  letter-spacing: 1px;
} 
.contact-one .form-control::-moz-placeholder { /* Firefox 19+ */
  color: #262423;
  font-size:12px;
  text-transform:uppercase;
  font-weight:100 !important;
  letter-spacing: 1px;
} 
.contact-one .form-control:-ms-input-placeholder { /* IE 10+ */
  color: #262423;
  font-size:12px;
  text-transform:uppercase;
  font-weight:100;
  letter-spacing: 1px;
}
.contact-one .form-control:-moz-placeholder { /* Firefox 18- */
  color: #262423;
  font-size:12px;
  text-transform:uppercase;
  font-weight:100;
  letter-spacing: 1px;
}

.quick_contact{ width:40px;position: fixed;z-index: 999;right: 0;top: 363px;}  
.quick_contact img{ width:100%;}

.www{ text-align:center;padding-top: 18px;}
.www img{ width:25px;}  

.ar{ text-align:right} 

.clear { 
	clear:both; 
}
.overflow-hide {
	overflow:hidden;
}

hr {
  clear: both;
}
.hr1{
  height: 898px;
  border: 1px solid #59595933;
  margin: 0px 30px;
}
.hr2{
  height: 740px;
  border: 1px solid #59595933;
  margin: 0px 20px;
}
.div-1 span p , .div-2 span p{
  font-size: 24px !important;
}
.landmark_ame p{
  margin: 0px !important;
}
.ready{
  margin-top: 20px;
}

.ready_possession{
  text-align: center;
  font-size: 14px;
  font-weight: 600;
  border-radius: 5px;
  padding: 8px 15px;
  color: white;
  letter-spacing: 1px;
  text-transform: uppercase;
  background: red !important;
  border: 1px solid white;
}

.br{
  display: none;
}
.vibes{
  letter-spacing: 1px;
  font-family: 'Dancing Script', cursive !important;
  text-transform: capitalize !important;
}
.vibes p{
  font-size: 28px !important;
}
.vibe{ 
  font-family: 'Dancing Script', cursive !important;
  text-transform: capitalize !important;
}
 
.bold {
  font-weight: 600;
  margin-bottom: 8px !important;
  margin-top: 5px !important;
}
.privacy_p p{
  font-size: 14px;
}
.vapour{
  position: relative;
  display: flex;
  z-index: 1;
  padding: 0 20px;
  }
.vapour span{
  position: relative;
  top: 280px;
  left: 92px;
  display: block;
  margin: 0 2px 5px;
  min-width: 8px;
  height: 100px;
  background-color:#b0b0b0;
  border-radius: 50%;
  animation: vapour 5s linear infinite;
  opacity: 0;
  filter: blur(8px);
  animation-delay: calc(var(--i) * -0.5s);
}
@keyframes vapour {
  0%{
    transform: translateY(0) scaleX(1);
    opacity: 0;
  }
  15%{
    opacity: 1;
  }
  50%{
    transform: translateY(-150px) scaleX(5);
  }
  95%{
    opacity: 0;
  }
  100%{
    transform: translateY(-250px) scaleX(10);
  }
}
.mt-10{
  margin-top: 15px !important;
}
/*hover block section*/
.block-bg-hover{
	position:relative;
	z-index:1;
}

.block-bg-hover:after{
	content:'';
	position:absolute;
	left:100%;
	bottom:0px;
	top:0px;
	height:100%;
	width:0px;
	z-index:-1;
	background-color: #1d262c;
	transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
	-webkit-transition: all 0.4s ease;
	-o-transition: all 0.4s ease;	
}

.block-bg-hover:hover:after{
	width: 100%;
	left: 0;
	-webkit-transition: width 0.3s ease;
	transition: width 0.3s ease;
	z-index: -1;
}
.block-bg-hover:hover,
.block-bg-hover:hover .wt-tilte-large,
.block-bg-hover:hover a{
	color:#fff;
}
.block-bg-hover:hover a:hover{
	color:#d5dd02;
}
.block-bg-hover:hover .wt-tilte-large::after{
	-webkit-text-stroke-color: #f6f7f8;
	-ms-text-stroke-color: #f6f7f8;
	-moz-text-stroke-color: #f6f7f8;
	-o-text-stroke-color: #f6f7f8;
}

.p-lr0 {padding-left:0; padding-right:0; }
.p-lr15 {padding-left:15px; padding-right:15px;}

.p-tb10 {padding-bottom:10px; padding-top:10px;}
.p-tb15 {padding-bottom:15px; padding-top:15px;}


.m-t0 {margin-top:0;}
.m-t5 {margin-top:5px;}
.m-t10 {margin-top:10px;}
.m-t20 {margin-top:20px;}
.m-t30 {margin-top:30px;}

.m-b0 {margin-bottom:0;}
.m-b5 {margin-bottom:5px;}
.m-b10 {margin-bottom:10px;}
.m-b15 {margin-bottom:15px;}
.m-b20 {margin-bottom:20px;}
.m-b30 {margin-bottom:30px;}
.m-b50 {margin-bottom:50px;}
.m-b60 {margin-bottom:60px;}



/*projects image effects*/

.project-img-effect-1 {
  position: relative;
  overflow: hidden;
  width: 100%;
  color:#fff;
  text-align: center;
  background-color: #000000;
  line-height: 1.5em;
}
.project-img-effect-1 *,
.project-img-effect-1 *:before,
.project-img-effect-1 *:after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all 0.25s linear;
  transition: all 0.25s linear;
}
.project-img-effect-1 img {
  width: calc(120%);
  backface-visibility: hidden;
  vertical-align: top;
  max-width:none;
}
.project-img-effect-1 .wt-info {
  position: absolute;
  top: 50%;
  width: 100%;
  -webkit-transform: translateY(-25%);
  transform: translateY(-25%);
  padding: 5px 40px;
  opacity: 0;
}

.project-img-effect-1 i {
  position: absolute;
  height:55px;
  width: 55px;
  bottom: 0;
  right: 0;
  background-color: #d5dd02;
  -webkit-transform: translateX(55px);
  transform: translateX(55px);
}

.project-img-effect-1 i:after{
	position: absolute;
	content: '';
	left: 22px;
	top: 28px;
	width: 14px;
	height: 2px;
	background-color: #000;
}
.project-img-effect-1 i:before{
	position: absolute;
	content: '';
	left: 50%;
	top: 22px;
	width: 2px;
	height: 14px;
	background-color: #000;
}

.project-img-effect-1 a {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
.project-img-effect-1:hover img{
  zoom: 1;
  filter: alpha(opacity=30);
  -webkit-opacity: 0.3;
  opacity: 0.3;
  -webkit-transform: translateX(-40px);
  transform: translateX(-40px);
}
.project-img-effect-1:hover .wt-info{
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  opacity: 1;
}
.project-img-effect-1:hover i{
  -webkit-transform: translateX(0);
  transform: translateX(0);
}


 .projects-two-info{
	border:1px solid rgba(255,255,255,0.1);
	padding:155px 21px 20px 21px;
	margin-right:70px;
	position:relative; 
	z-index:1;
}

.projects-two-info:after{
	content:'';
	position:absolute;
	left:100%;
	bottom:0px;
	top:0px;
	height:100%;
	width:0px;
	z-index:-1;
	background-color: #1d262c;
	transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
	-webkit-transition: all 0.4s ease;
	-o-transition: all 0.4s ease;	
	
}
.projects-two-info:hover:after{
	width: 100%;
	left: 0;
	-webkit-transition: width 0.3s ease;
	transition: width 0.3s ease;
	z-index: -1;
}

.projects-two-info.bg-white:hover .wt-tilte a,
.projects-two-info.bg-white:hover p{
	color:#fff;
}
.projects-two-info.bg-white:hover .wt-tilte a:hover{
	color:#d5dd02;
}

.projects-two-info .wt-media{
	margin-top:30px;
	margin-right:-100px;
}

.projects-two-info .wt-tilte{position:relative; z-index:1;}
.projects-two-info .wt-tilte:after{
	font-family: 'Poppins', sans-serif;
	position: absolute;
	content: attr(data-title);
	opacity: 0.3;
	color: #000;
	font-weight: 700;
	font-size: 100px;
	line-height: 110px;
	text-transform: uppercase;
	bottom: 50px;
	left: 0px;
	z-index:-1;
	
	-webkit-transition: all .5s ease-in-out;
	-moz-transition: all .5s ease-in-out;
	-ms-transition: all .5s ease-in-out;
	-o-transition: all .5s ease-in-out;
	transition: all .5s ease-in-out;
	
	-webkit-text-fill-color: rgba(0,0,0,0);
	-ms-text-fill-color: rgba(0,0,0,0);
	-moz-text-fill-color: rgba(0,0,0,0);
	-o-text-fill-color: rgba(0,0,0,0);
	
	-webkit-text-stroke-width: 1px;
	-ms-text-stroke-width: 1px;
	-moz-text-stroke-width: 1px;
	-o-text-stroke-width: 1px;
	
	-webkit-text-stroke-color: #fff;
	-ms-text-stroke-color: #fff;
	-moz-text-stroke-color: #fff;
	-o-text-stroke-color: #fff;
		
}

.projects-two-info.bg-white .wt-tilte:after{
	-webkit-text-stroke-color: #000;
	-ms-text-stroke-color: #000;
	-moz-text-stroke-color: #000;
	-o-text-stroke-color: #000;
}
.projects-two-info.bg-white:hover .wt-tilte:after{
	-webkit-text-stroke-color: #fff;
	-ms-text-stroke-color: #fff;
	-moz-text-stroke-color: #fff;
	-o-text-stroke-color: #fff;
}



.our-team-two{position:relative;}
.our-team-two:after{
	content:"";
	position:absolute;
	left:0px;
	bottom:0px;
	width:100%;
	height:42%;
	background-color:#141b1f;
}





@media only screen and (max-width:991px){
.our-team-two:after{
	display:none;
}

}

.wt-team-arc2{
	padding:20px;
	margin-bottom: 30px;
	position:relative;
	z-index:1
}

.wt-team-arc2:after{
	content:"";
	position:absolute;
	left:0px;
	top:0px;
	width:100%;
	height:100%;
	border:3px solid #2f3b42;
	z-index:-1;
	
	-webkit-transition: all 0.3s linear;
	-moz-transition: all 0.3s linear;
	-ms-transition: all 0.3s linear;
	-o-transition: all 0.3s linear;
	transition: all 0.3s linear;	
}


.wt-team-arc2:hover:after{
	width:50%;
	border:3px solid #d5dd02;
}

.wt-team-arc2 .wt-media{
	position:relative;
	overflow:hidden;
}



.awards-win-section-left,
.awards-win-section-right{
	padding:0px;
}
.awards-win-left-content{
	float:right;
	padding-top:80px;
}
.awards-win-right-content{
	float:left;
}
.awards-win-left-content,
.awards-win-right-content{
	max-width:555px;
	width:100%;
}

.awards-win{
	padding:50px 30px;
	background-color:#fff;
}

.awards-win ul{list-style:none; position:relative; padding: 40px 0px; z-index:1;}
.awards-win ul:before{
	content:'';
	position:absolute;
	left:-80px;
	top:0px;
	width:120px;
	height:100%;
	border:10px solid #000;
	border-right:0px;
	z-index:-1;
}
.awards-win ul:after{
	content: '';
	position: absolute;
	left: 30px;
	top: 0px;
	bottom: 0px;
	width: 10px;
	border-top: 40px solid #000;
	z-index: -1px;
	border-bottom: 40px solid #000;
}

.awards-win ul li{position:relative;padding-left:150px; margin-bottom:30px;}
.awards-win ul li:last-child{margin-bottom:0px;}
.awards-win ul li p{margin-bottom:0px;}
.awards-win ul li .title-year{position:absolute;left:0px;top:0px;}




@media only screen and (max-width:1199px){
  .awards-win-left-content,
  .awards-win-right-content{
    max-width:465px;
  }
  }
  
  @media only screen and (max-width:991px){
  .awards-win-section-left{
    min-height:360px;
  }
  .awards-win-right-content{
    max-width:100%;
    float:none;
  }
  .awards-win-section{   
      display: block;
      width: 100%;
      padding: 0px 15px;
      margin: 0px;;}
  
  
  .awards-win {
      margin-left: 0px;
    padding:40px 0px;
  }
  .awards-win ul::before{
    left:0px;
    width:90px;
  }
  .awards-win ul::after{
    left:80px;
  }
  .awards-win ul {
      padding-left:50px;
    margin-bottom:0px;
  }
  .awards-win ul li .title-year {
      margin:0px;
  }
  }
  @media only screen and (max-width:480px){
  .awards-win ul li {
      position: relative;
      padding-left: 55px;
      margin-bottom: 30px;
  }
  
  }


.icon-xld, .icon-xl, .icon-lg, .icon-md, .icon-sm, .icon-xs {
  display: inline-block;
  text-align: center;
}
.icon-xl {
  width: 100px;
  line-height: 100px;
}
.icon-xl.inline-icon {
  width: auto;
}
.icon-xld img, .icon-xl img, .icon-lg img, .icon-md img, .icon-sm img, .icon-xs img {
  vertical-align: middle;
  max-width: 100%;
  width: auto;
}
.icon-xl img {
  height: 80px;
}
.wt-icer {
  position: relative;
}


.wt-box, .wt-info, .wt-tilte, .wt-tilte-inner {
  position: relative;
}
.wt-icon-box-wraper {
  position: relative;
}
.wt-icon-box-wraper p:last-child {
  margin: 0px;
}
.wt-icon-box-wraper.center {
  text-align: center;
}
.wt-thum-bx, .wt-post-thum {
  background-color: #262423;
}
.wt-thum-bx img, .wt-post-thum img {
  width: 100%;
  height: auto;
}




/*home-2-about*/
.home-2-about-left{
	position:relative;
	z-index:1;
	padding-top:50px;
}

.home-2-about-left:after{
	position:absolute;
	content:'';
	border:20px solid #d8d8d8;
	right:-50px;
	top:0px;
	bottom:50px;
	width:100%;
	z-index:-1;
}
.home-2-about-left-outer{
	position:relative;
	z-index:1
}

.brown_contact_icon{
    color:#bfc600;
    font-size:29px;
    margin-bottom: 10px;
} 
.brown_contact_title{
    color:#83180d;
    letter-spacing:1px;
    font-weight: 100;
}  

.flex-container {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-flow: row wrap;
  justify-content: space-between;
  letter-spacing: 1px;
} 

.youtube-container {
  overflow: hidden;
  width: 100%;
  aspect-ratio: 16/9;
  pointer-events: none;
}

.youtube-container iframe {
  width: 300%;
  height: 100%;
  margin-left: -100%;
}
.arc-home-left-content{
	padding:30px 30px;
	margin:50px 40px;	
}
.landmark2_right{
  margin-top:500px; 
  color: #cc834c;  
  font-size: 28px; 
  line-height: 46px; 
  letter-spacing: 1px;
}
.landmark2_right span{
  font-size: 38px; 
}
.mp_bg{
  background-color: #e6d4cd7d;
}
.mp_bg:hover{
  background-color: #e6d4cdcf !important;
}

.perpul_bg{
    background-color: #773b5b !important;
    padding:30px 0px;
    margin-bottom:40px;
}

.ahe_width{
  max-width: 1152px;
}
.ahe_bg{
  background-color: #fff5d8e8 !important;
}
.ahe_bg:hover{
  background-color: #fff2cc !important;
}
.brand_img:hover{
    transform: scale(1.1);
  -moz-transform: scale(1.1);
  -webkit-transform: scale(1.1);
  transition: all 0.8s ease-in;
  -moz-transition: all 0.8s ease-in;
  -webkit-transition: all 0.8s ease-in;
}
.brand_img{
  transition: all 0.8s ease-in;
  -moz-transition: all 0.8s ease-in;
  -webkit-transition: all 0.8s ease-in;
}

.ah{
  background: linear-gradient(to right, #a8e0ffcf 50%, white 50%);
  background-size: 200% 100%;
  background-position: right bottom;
  transition: all 0.9s ease-out;
  -moz-transition: all 0.9s ease-out ;
  -webkit-transition: all 0.9s ease-out;
}
.ah:hover{
  transition: all 0.8s ease-out;
  -moz-transition: all 0.8s ease-out ;
  -webkit-transition: all 0.8s ease-out;
  width:100%;       
  background-position: left bottom;
}
.ah_text_color_1{
  color: #0088ce;
}
.ah_bg{
  background-color:  #e0f4ffcc;
}
.ah_bg:hover{
  background-color: #c9e9fbe0 !important;
 
}
.ah_text_color_2{
  color: #00994e;
}
.ah_width{
  max-width: 1155px;
}
.landmark2{
  max-width: 1183px;
} 
.landmark2 p, .vrund_value p{
  text-transform: capitalize !important;
}
.ah_box_shadow{
  box-shadow: 0 6px 13px rgba(0, 0, 0, 0.15) !important;
  border: 1px solid #0000001c !important;
}

.al_bg{
  background-color: #f4ffe6fa !important;
}
.al_bg:hover{
  background-color: #e3ffc4b3 !important;
}
.als{
  background: linear-gradient(to right, #90a0d075 50%, white 50%);
  background-size: 200% 100%;
  background-position: right bottom;
  transition: all 0.9s ease-out;
  -moz-transition: all 0.9s ease-out ;
  -webkit-transition: all 0.9s ease-out;
}

.al{
  background: linear-gradient(to right, #f2e3b7 50%, white 50%);
  background-size: 200% 100%;
  background-position: right bottom;
  transition: all 0.9s ease-out;
  -moz-transition: all 0.9s ease-out ;
  -webkit-transition: all 0.9s ease-out;
}
.al:hover ,.als:hover{
  transition: all 0.8s ease-out;
  -moz-transition: all 0.8s ease-out ;
  -webkit-transition: all 0.8s ease-out;
  width:100%;       
  background-position: left bottom;
}

.al_bdr {
  margin-bottom: 30px;
  padding: 20px;
  position: relative;
  z-index: 1;
}


.al_bdr:hover::after, .al_bdr:hover::before {
  width: 30px;
  height: 30px;
  opacity: 1;
}
.al_bdr::after {
  right: 10px;
  bottom: 10px;
  border-bottom: 4px solid #970c0ce6 !important;
  border-right: 4px solid #970c0ce6 !important;
}
.al_bdr::after, .al_bdr::before {
  content: '';
  position: absolute;
  width: 0px;
  height: 0px;
  background-color: transparent;
  border: none;
  opacity: 0;
  transition: all 1s;
  -moz-transition: all 1s;
  -webkit-transition: all 1s;
  -o-transition: all 1s;
}
.al_bdr::before {
  left: 10px;
  top: 10px;
  border-top: 4px solid #970c0ce6 !important;
  border-left: 4px solid #970c0ce6 !important;
}

.sky_green_color{
	color: rgba(113, 177, 29) !important;
  font-size: 30px;
}
.sky_purple_color{
  color: #773b5b !important;
  font-size: 30px;
}
.map_width{
  max-width: 1165px;
}
.wc{
    color:#FFF !important;
}
.rc{
  color: #bc692a !important
}
.ah_speci_color{
  color:  #b58d3e !important;
}
.asc{
  color: #935176 !important;
}
.alc{
  color: #fb3737;
}
.mp_text{
  color: #865931;
}
.mpc{
  color: #b78976 !important;
}
.ahec{
  color: #bd1619 !important;
}
.al2_bg_color{
  background-color: #cc834c;
}
.al2_bg_color h4{
  color: rgb(255, 229, 170);
}
.al2_bg_color p{
  color: white;
}
.al2_ame_bg{
  background-color: rgba(185, 197, 153, 0.61) !important;
}
.orang_color{
  color: #df7e35;
}
.cc{
  color: rgb(255, 227, 165);
  text-shadow: 2px 2px 3px black;
}

.text_animation{
  text-shadow: 0 0 80px rgba(255, 255, 255, 0.5);
  background: url("../vrund_palace/line-bg.png") repeat-y;
    background-clip: border-box;
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  animation: text 70s linear infinite;
  -webkit-transform: translate3d(0, 0, 0);
  -webkit-backface-visibility: hidden;
  filter: hue-rotate(46deg);
}
@-webkit-keyframes text {
  0% {
    background-position: 0% 50%;
  }
  100% {
    background-position: 100% 50%;
  }
}
.av_span{
  font-size: 40px;
}
.section-head {
  margin-bottom:0px;
  position: relative;
  z-index: 1;
}
.logo_size img{
  max-width: 94% !important;
 max-height: 94% !important;
}
.mt-30{
  margin-top: 30px;
}
.pt-50{
  padding-top: 50px;
}
.pb30{
  padding-bottom: 30px !important;
}
.pb28{
  padding-bottom: 28px !important;
}
.pt45{
  padding-top: 45px;
}

.p-lr0{
  padding-left: 0px;
  padding-right: 0px;
}
.p-lr30{
  padding-left: 30px !important;
  padding-right: 30px !important;
}
.p-lr25{
  padding-left: 25px !important;
  padding-right: 25px !important;
}
.p-lr8{
  padding-left: 8px !important;
  padding-right: 8px !important;
}
.p-lr20{
  padding-left: 20px !important;
  padding-right: 20px !important;
}
.p-lr12{
  padding-left: 12px !important;
  padding-right: 12px !important;
}
.mb35{
  margin-bottom: 35px;
}
.pb10{
  padding-bottom: 10px !important;
}
.p-t0{
  padding-top: 0px !important;
}
.footer-top {
  padding: 45px 0px 10px 0px;
}
.awards-win-right-content {
  max-width: 640px;
  width: 100%;
}
.awards-win {
  padding: 50px 25px;
  background-color: #fff;
}
.awards-win ul li {
  position: relative;
  padding-left: 125px;
  margin-bottom: 30px;
}  

.bg_light{
  background-color: #fff7dfe3 !important;
}
.bg_light:hover {
  background-color: #fff7dfe3 !important;
}

.wt-img-effect img {
  display: block;
  margin: 0;
  width: 100%;
  height: 54px;
  transition: all 0.25s;
  -moz-transition: all 0.25s;
  -webkit-transition: all 0.25s;
  -o-transition: all 0.25s;
}
.section-content  p{
  margin: 5px 0 0 0;
}
  

.shadow-sm {
    border-radius: 5px;
    box-shadow: 0 0 10px #c4c4c4c7 !important;
  }


  .img-reflection::after {
  content: "";
  background-color: rgba(255, 255, 255, 0.24);
  position: absolute;
  width: 35%;
  height: 200%;
  left: -100%;
  top: -50%;
  -webkit-transition: all 0.5s linear;
  -moz-transition: all 0.5s linear;
  -ms-transition: all 0.5s linear;
  -o-transition: all 0.5s linear;
  transition: all 0.5s linear;
  -moz-transform: rotate(40deg);
  -webkit-transform: rotate(40deg);
  -o-transform: rotate(40deg);
  -ms-transform: rotate(40deg);
  transform: rotate(40deg);
}
.testimonial-2 .testimonial-text {
  background-color: #fff;
  padding: 21px 17px;
  position: relative;
} 
.latest-blog-2::after {
  content: '';
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  opacity: 0;
  z-index: -1;
  border: 2.5px solid #d5dd02;
  -webkit-transition: all 0.6s linear;
  -moz-transition: all 0.6s linear;
  -ms-transition: all 0.6s linear;
  -o-transition: all 0.6s linear;
  transition: all 0.6s linear;
  border-radius: 5px;
}
.section_divider{
  margin:0 0 2px;
} 
.img_shadow{
  border: 1px solid white;
 box-shadow: 0 0 11px 1px #9f9f9f;
}
.gallery_shadow{
  box-shadow: 0px 0 7px rgba(151, 151, 151, 0.904);
  border: 1px solid white;
}
.other_gallery_shadow{
    box-shadow: 0 0 9px 1px #939393e6;
    border: 1px solid white;
}

.plan_box-shadow{
  box-shadow: 0 0 10px #b7b7b7b2 !important;
  border: 1px solid #888;
}
.bdr_top{
  border-top: 1px solid #888;
}
.sky_bdr{
  border: 1px solid #999;
}
.sky_bdr_top{
  border-top: 1px solid #999;
}

.wt-team-arc2 {
  padding: 16px;
}
.our-team-two:after{
	content:"";
	position:absolute;
	left:0px;
	bottom:0px;
	width:100%;
	height:48%;
	background-color:#141b1f;
}
.post-title{
  font-size: 15.5PX; 
}
.p-tb7{
  padding-top: 7px;
  padding-bottom: 7px;
}
.pb-25{
  padding-bottom: 25px;
}

.text_center{
  text-align: center;
}
.text_justify{
  text-align: justify;
}
.m-b10{
  margin-bottom: 10px !important;
}
.p-b5{
  padding-bottom: 5px;
}
.p-lr11{
  padding: 20px 11px !important;
}
.value_height{
  height: 143px;
} 

.client-logo-media:hover {
  background-color: #ecececc4;
}
.block-bg-hover::after {
  background-color: #935176f0;
}
.block-bg-hover:hover::after {
  -webkit-transition: width 0.8s ease;
  transition: width 0.9s ease;
  z-index: -1;
}
.block-bg-hover:hover img{
  filter: invert(100%);
}

.vrund_flex{
  display: flex;
  justify-content: center;
  align-items: center;
}
.flex{
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-evenly;
}
.flex1{
  display: flex;
  flex-direction: row;
}
.ah_flex{
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}
.profile_flex{
  display: flex;
  align-items: center;
  justify-content: space-around;
}
.p-lr{
  padding-left: 5px;
  padding-right: 25px;
}
.p-tb{
  padding-top: 6px;
  padding-bottom: 6px;
}
.mb-0{
  margin-bottom: 0;
}
.box_shadow {
  border-radius: 5px;
  box-shadow: 0 0 10px #c4c4c4c7 !important;
}
.icon-cell{
  margin-right: 30px;
}

.icon-cell img{
  height: 68px;
}
.center{
  display: flex;
  flex-direction: row;
  justify-content: center;
}
.border{
  border-color:#d5dd02 !important;
  border-style: solid;
  border-width: 0 0 2.8px 0 !important;
  display: inline-block;
  padding-bottom: 5px;
}
.bdr_radius{
  border-radius: 6px;
}
.testimonial-detail h4{
  font-size: 16px;
}
.testimonial-paragraph p{
  line-height: 28px;
  margin-bottom: 5px !important;
}
.specification_width{
  max-width: 1186px;
}
.al_speci_width{
  max-width: 1186px;
}
.ah_ame_width{
  max-width: 1200px;
}
.bg_color{
  background-color: #141b1f !important;
}

.widget-title {
  margin-bottom: 17px; 
}
.footer_container{
  max-width: 1160px !important;
}
.logo-footer{
    display: table;
    float: left;
    width: 120px;
    vertical-align: middle;
    padding: 0;
    font-size: 28px;
    color: #1bbce8;
    margin-top: 0;
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
    position: relative;
    z-index: 11;
}

.footer_font{
  font-size: 16px !important;
}

.widget_address li a {
  color: #7e878c;
}

.footer-dark .footer-top {
  background-color: #f6f7f8;
}

 .footer-dark .footer-top h4{
 color: #848484;
}
.footer-dark .footer-top p a{
  color: #7e878c;
}

.footer-dark .footer-top h4 a{
 color: #848484;
}

.footer-dark .footer-top a:hover {
  color: #570800;
}

.widget_services ul li {
  font-size: 10px;
  letter-spacing: 1px;
} 

.footer-dark .footer-bottom {
  background-color: #f7f7f7;
}
.footer-large .footer-bottom {
  padding: 11px 27px;
  border-top: 1px solid #e9e9e9;
}

a:active, a:hover, a:focus {
  color: #570800;
}

.footer-dark .widget_services ul li a {
  color: #4f4f4f;
}

.footer-bottom {
  color: #787878;
  font-size: 9px;
  letter-spacing: 1px;

} 

.footer-bottom {
  color: #787878;
  font-size: 9px;
  letter-spacing: 1px;
} 

.bt-facebook{
  color: #0070ff !important;
  font-size: 13px;
  letter-spacing: 1px;
  border: solid 1px #d2d2d2;
  padding: 5px 9px;
  border-radius: 4px;
  background-color:transparent
} 


.bt-facebook:hover{
  color: #FFF !important;
  font-size: 13px;
  letter-spacing: 1px;
  border: solid 1px #d2d2d2;
  padding: 5px 9px;
  border-radius: 4px;
  background-color:#0070ff;
} 
 
.bt-youtube {
  color: #f00 !important;
  font-size: 13px;
  letter-spacing: 1px;
  border: solid 1px #d2d2d2;
  padding: 5px;
  border-radius: 4px;
  width: 50px !important;
  background-color:transparent
}

 
.bt-youtube:hover {
  color: #fff !important;
  font-size: 13px;
  letter-spacing: 1px;
  border: solid 1px #d2d2d2;
  padding: 5px;
  border-radius: 4px;
  width: 50px !important;
  background-color:#f00
}
 

.social_color{color: #0070ff;}
.social_color a{color: #787878;}
.social_color a:hover{color: #ccc;}



.custom_fade_bg {
    width: 100%;
    background:url(../img/fade_bg.jpg) center top no-repeat;
}


.custom_fade_tm{
	margin-top:200px;
}
.side_high{
    text-align:center;
    margin-top:350px;
}


.hd_mt20{ margin-top:20px}
.hd_center{ text-align:center}
a:active, a:hover, a:focus {
  color: #570800;
}

.view_brochure{
	min-height:260px
}

.mdp_speci_width{
  max-width: 1190px;
}
.mdr_mt{ margin-top:50px;}
.mdr_mb{ margin-top:50px;}

.bg-cream {
    background-color: #f5eceb;
}

.bg-light_cream{
  background-color: #f9eeed;
}

.pista-gray {
  background-color: #d7c8bf;
}
.purple_color{
  color: #955478;
}

.wood_color{
    color: #79532f;
}
.red_color{
  color: #fb3737;
}
.gold_color{
  color:#D4AF37;
}
.metalic_gold{
  color: #d1ad35;
}
.dark_gold{
  color: #A6892B;
}
.p-a50 {
  padding:38px;
}
.profile_ul li{
  text-transform: uppercase !important;
  font-weight: 600;
  color: #fb3737;
}
.big_font{
  font-size: 18px;
  letter-spacing: 0.5px;
}
.dark_blue{
  color: #314686;
}

.pista-gray b{
  font-weight: 600 !important;
}
.vrund_villa_color{
color: rgb(139, 99, 39) !important;
font-size: 30px;
}

.title_img{
  margin-top: 25px;
  text-align: center;
}
.title_img img{
  width: 85%;
}


 
 .high {
        margin:0px auto;
        text-align: center;
        max-width: 600px;
        position: relative;
      }
 .high:before {
        content: "";
        display: block;
        width: 130px;
        height: 3px;
        background: #ddaea9;
        left: 0;
        top: 50%;
        position: absolute;
      }
 .high:after {
        content: "";
        display: block;
        width: 130px;
        height: 3px;
        background: #ddaea9;
        right: 0;
        top: 50%;
        position: absolute;
      }


.res_visible{
  display: none;
}
.fancy {
  line-height: 0.5;
  text-align: center;
  margin-bottom: 40px
  }
.fancy span {
  display: inline-block;
  position: relative;  
}
.fancy span:before,
.fancy span:after {
  content: "";
  position: absolute;
  height: 5px;
  border-bottom: 2px solid #f5bbb4;
  top: 5px;
  width: 378px;
} 

.fancy span:before {
  right: 100%;
  margin-right: 15px;
}
.fancy span:after {
  left: 100%;
  margin-left: 15px;
}

/* 3wc */
.sky_zindex{
    z-index: 3;
}

.hd_mt50{ margin-top:50px;}

.inner_page_bg{
background-color: #ffffff;
opacity: 1;
background-image: radial-gradient(#dcdcdc 0.9500000000000001px, #ffffff 0.9500000000000001px);
background-size: 19px 19px; 


}

.home_care_box_shadow{
  background-color: #ffffff;
  /* box-shadow: 8px 5px 49px -30px rgba(0,0,0,0.75); */
  box-shadow: 0 0 9px 1px #939393e6;
  -webkit-box-shadow: 0 0 9px 1px #939393e6;
  -moz-box-shadow: 0 0 9px 1px #939393e6;
  border-top-right-radius: 20px;
  border-bottom-left-radius: 20px;
}

.home_care_box_shadow img{
  border:solid 1px #FFF;
  border-top-right-radius: 20px;
  border-bottom-left-radius: 20px;
  -webkit-border-top-right-radius: 20px;
  -webkit-border-bottom-left-radius: 20px;
  -moz-border-radius-topright: 20px;
  -moz-border-radius-bottomleft: 20px;
}
 

.home_care p{ margin-bottom:10px;}
.home_care_green{color:#d5dd02}
.home_care_darkgreen{color:#527c0c}
.home_care_perpal{color:#9a3073}
.home_care_pink{color:#d2188d}
.home_care_skyblue{color:#03aad1}
.home_care_brown{color:#783d25}
.home_care_red{color:#dc0316}
h5{
    letter-spacing:1px; font-weight:100;
}


.bg-green {
 background-color: #5f1e19;
}



h1, h2, h3, h4, h5, h6 {text-transform: capitalize;}

.capital{
  text-transform: uppercase !important;
}
.home_p{
  font-size: 14px !important;
}

.home_p a{
    color: #333 ;
}
.home_img_height img{
  height: auto !important;
}

.home_op{
  font-size: 13px;
  letter-spacing: 0.5px; 
}
.home_op a:hover{
  color: #d5dd02 !important;
}

.home_op a{
    color: #FFF ;
}
.home_op a:visited{
    color: #FFF ;
}


/* SKY */

/*===================================== 

3WC CUSTOME CSS 

======================================*/

.mobile_friendly {
  display: none;
  text-align: center;
  color: #bd1619 ;
  letter-spacing: 1px;
  font-weight: 600;
 }

 @media (max-width:1150px) {
  .mobile_friendly {
     margin-top: 10px;
     font-size: 13px;
     display: inherit;
  }
 }

.view_brochure {
  min-height: 260px;
}
.tc{ text-align:center}

.home-2-about-left::after {
  position: absolute;
  content: '';
  border: 20px solid #7084398f;
  right: -50px;
  top: 0px;
  bottom: 50px;
  width: 100%;
  z-index: -1;
}


.color_brown {
  color: #570800;
}

.side_color {
  background-color: #364b6642 !important;
} 

.awards-win ul::after {
  content: '';
  position: absolute;
  left: 30px;
  top: 0px;
  bottom: 0px;
  width: 10px;
  border-top: 40px solid #570800;
  z-index: -1px;
  border-bottom: 40px solid #570800;
}

.awards-win ul::before {
  content: '';
  position: absolute;
  left: -80px;
  top: 0px;
  width: 120px;
  height: 100%;
  border: 10px solid #570800;
    border-right-color: rgb(87, 8, 0);
    border-right-style: solid;
    border-right-width: 10px;
  border-right: 0px;
  z-index: -1;
}

.wt-team-arc2::after { 
    content: "";
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    border: 1px solid #fddc99;
    z-index: -1;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -ms-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
}

.our-team-two::after {
  content: "";
  position: absolute;
  left: 0px;
  bottom: 0px;
  width: 100%;
  height: 48%;
  background-color: #f5c86d;
} 
.profile_width{
  max-width: 1190px;
}
.awards-win ul li {
    position: relative;
  padding-left:0px;
  margin-bottom: 30px;
}


/* 3wc */
.hd-dark-brown {
 color:#570800
}
.hd-dark-orange {
 color:#CB6C32
 }

.effect1 {
  position: relative;
}

.effect1 img {
  position: relative;
}

/*Line*/
.effect1 .caption:before {
  content: '';
  position: absolute;
  top: 50%;
  left: 49%;
  width: 3px;
  height: 0;
  background-color: #fff;
  transition: top .5s, height .5s;
}

.effect1:hover .caption:before, .effect1:active .caption:before {
  top: 0;
  height: 100%;
}

/*Left & Right Side*/
.effect1 .leftSide,
.effect1 .rightSide {
  position: absolute;
  top: 0;
  left: 125%;
  width: 276px;
  height: 100%;
  background: linear-gradient(to right, rgba(0, 0, 0, 0.408) 0%, rgba(0, 0, 0, 0.408) 100%);
  transition: left .7s;
}
.effect1 .leftSide{
  width: 264px !important;
}
.effect1 .rightSide {
  left: 125%;
  background: linear-gradient(to left, rgba(0, 0, 0, 0.408) 0%, rgba(0, 0, 0, 0.408) 100%);
}

.effect1:hover .leftSide,
.effect1:active .leftSide {
  left: 15px;
}

.effect1:hover .rightSide,
.effect1:active .rightSide {
  left: 49%;
}

/* Text */
.effect1 .leftInfo,
.effect1 .rightInfo {
  opacity: 0;
  font-size: 34px;
  position: absolute;
  top: 50%;
  transition: opacity .6s, left .6s;
}

.effect1 .leftInfo {
  color: white;
  transform: translate(-100%, -50%);
  left: 0;
}

.effect1 .rightInfo {
  transform: translateY(-50%);
  left: 100%;
  color: white;
}

.effect1:hover .leftInfo,
.effect1:active .leftInfo
{
  opacity: 1;
  left: 45%;
}

.effect1:hover .rightInfo,
.effect1:active .rightInfo {
  opacity: 1;
  left: 53%;
}



.flex-container li {
	-webkit-animation: blurFadeInOut 3s ease-in backwards;
	-moz-animation: blurFadeInOut 3s ease-in backwards;
	-ms-animation: blurFadeInOut 3s ease-in backwards;
	animation: blurFadeInOut 3s ease-in backwards;
}

.flex-container li.frame-1 {
	-webkit-animation-delay: 5s;
	-moz-animation-delay: 5s;
	-ms-animation-delay: 5s;
	animation-delay: 5s;
}
.flex-container li.frame-2 {
	-webkit-animation-delay: 6s;
	-moz-animation-delay: 6s;
	-ms-animation-delay: 6s;
	animation-delay: 6s;
}
.flex-container li.frame-3 {
	-webkit-animation-delay: 7s;
	-moz-animation-delay: 7s;
	-ms-animation-delay:7s;
	animation-delay: 7s;
}
.flex-container li.frame-4 {
	-webkit-animation-delay: 8s;
	-moz-animation-delay: 8s;
	-ms-animation-delay: 8s;
	animation-delay: 8s;
}
.arc-home-left-content h4.frame-5 {
	-webkit-animation: none;
	-moz-animation: none;
	-ms-animation: none;
	animation: none;
	text-shadow: 0px 0px 1px #fff;
}

.arc-home-left-content h4.frame-5  {
	-webkit-animation: blurFadeIn 4s ease-in 0s backwards;
	-moz-animation: blurFadeIn 4s ease-in 0s backwards;
	-ms-animation: blurFadeIn 4s ease-in 0s backwards;
	animation: blurFadeIn 4s ease-in 0s backwards;
	text-shadow: 0px 0px 1px #fff;
}

@-webkit-keyframes blurFadeIn {
	0% {
		opacity: 0;
		text-shadow: 0px 0px 40px #fff;
		-webkit-transform: scale(1.3);
	}
	50% {
		opacity: 0.5;
		text-shadow: 0px 0px 10px #fff;
		-webkit-transform: scale(1.1);
	}
	100% {
		opacity: 1;
		text-shadow: 0px 0px 1px #fff;
		-webkit-transform: scale(1);
	}
}
@keyframes blurFadeInOut {
	0% {
		opacity: 0;
		text-shadow: 0px 0px 40px #fff;
		transform: scale(1.3);
	}
	20%, 75% {
		opacity: 1;
		text-shadow: 0px 0px 1px #fff;
		transform: scale(1);
	}
	100% {
		opacity: 1;
		text-shadow: 0px 0px 50px #fff;
		transform: scale(1);
	}
}




.wrap-inner {
  display: table-cell;
  vertical-align: middle;
}

.wrap-inner p {
  position: relative;
  display: inline-block;
  font-size: 24px;
  margin-bottom: 40px;
}
.wrap-inner p:before {
  content: "";
  display: block;
  position: absolute;
  top: -11px;
  height: 2px;
  background-color: black;
  -webkit-animation: heading-before 4s ease infinite;
          animation: heading-before 4s ease infinite;
}
.wrap-inner p:after {
  content: "";
  display: block;
  position: absolute;
  bottom: -11px; 
  right: 0;
  height: 2px;
  background-color:  black;
  -webkit-animation: heading-after 4s ease infinite;
          animation: heading-after 4s ease infinite;
}

.wrap-inner .bdr_animate {
  position: relative;
  display: inline-block;
}
.wrap-inner .bdr_animate:before {
  content: "";
  display: block;
  position: absolute;
  top: -8px;
  height: 2px;
  background-color: #d5dd02;
  -webkit-animation: heading-before 6s ease infinite;
          animation: heading-before 6s ease infinite;
}
.wrap-inner .bdr_animate:after{
  content: "";
  display: block;
  position: absolute;
  bottom: -8px;
  right: 0;
  height: 2px;
  background-color:  #d5dd02;
  -webkit-animation: heading-after 6s ease infinite;
          animation: heading-after 6s ease infinite;
}

/*//////// Animations ////////*/
@-webkit-keyframes heading-before {
  0% {
    right: auto;
    width: 0;
    left: 0;
  }
  10% {
    width: 25%;
  }
  50% {
    width: 0;
    left: 100%;
  }
  51% {
    width: 0;
    right: 0;
    left: auto;
  }
  60% {
    width: 25%;
  }
  99% {
    width: 0;
    right: 100%;
    left: auto;
  }
  100% {
    right: auto;
    width: 0;
    left: 0;
  }
}
@keyframes heading-before {
  0% {
    right: auto;
    width: 0;
    left: 0;
  }
  10% {
    width: 25%;
  }
  50% {
    width: 0;
    left: 100%;
  }
  51% {
    width: 0;
    right: 0;
    left: auto;
  }
  60% {
    width: 25%;
  }
  99% {
    width: 0;
    right: 100%;
    left: auto;
  }
  100% {
    right: auto;
    width: 0;
    left: 0;
  }
}
@-webkit-keyframes heading-after {
  0% {
    left: auto;
    width: 0;
    right: 0;
  }
  10% {
    width: 25%;
    left: auto;
  }
  50% {
    width: 0;
    right: 100%;
    left: auto;
  }
  51% {
    width: 0;
    left: 0;
    right: auto;
  }
  60% {
    width: 25%;
  }
  99% {
    width: 0;
    left: 100%;
    right: atuo;
  }
  100% {
    left: auto;
    width: 0;
    right: 0;
  }
}
@keyframes heading-after {
  0% {
    left: auto;
    width: 0;
    right: 0;
  }
  10% {
    width: 25%;
    left: auto;
  }
  50% {
    width: 0;
    right: 100%;
    left: auto;
  }
  51% {
    width: 0;
    left: 0;
    right: auto;
  }
  60% {
    width: 25%;
  }
  99% {
    width: 0;
    left: 100%;
    right: atuo;
  }
  100% {
    left: auto;
    width: 0;
    right: 0;
  }
}

.contents:before, .contents:after{
  content: none !important;
}

.heritage_banner{
  padding: 40px 30px;
margin: 50px 40px;
}

@import url('https://fonts.googleapis.com/css?family=Roboto:400,500,700');
.modal__background {  
  position: fixed;
  top: 0px;
  right: 0;
  bottom: 0;
  left: 0;
  -webkit-transition: 0.35s;
  transition: 0.35s;
  background: rgba(0, 0, 0, 0.8);
  opacity: 0;
  pointer-events: none;
  z-index: 2;
}
.modal__background:target {
  opacity: 1;
  pointer-events: auto;
}

.background {
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  background: #188689;
  height: 100vh;
  width: 100vw;
}

.button {
  -webkit-transition: 0.25s;
  transition: 0.25s;
  background: #fff;
  border-radius: 4px;
  color: #188689;
  display: block;
 font-family: 'Roboto', sans-serif;
  margin: auto;
  padding: 1rem;
  text-decoration: none;
}
.button:hover {
  background: #223f5d;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.15);
  color: #fff;
}

.modal__content {
  background: #fff;
  padding: 1rem;
  position: relative;
  z-index: 4;
}
.d{ display:inherit}
.m{display:none}


@media screen and (max-width:1000px) {
.d{ display:none}
.m{display:inherit}
}

@media screen and (max-width: 699px) {

  .modal__content {
    margin: 2rem;
  }
}
@media screen and (min-width: 700px) {
    .input_box_1 {
    width: 100%;}
    
  .modal__content {
    margin:150px auto 4rem;
    max-width: 400px;
    min-height: 300px;
  }
}
.modal__content svg,
.modal__content path {
  position: absolute;
  top: 1rem;
  right: 1rem;
  height: 25px;
  width: 25px;
  -webkit-transition: all 0.15s ease-out 0s;
  transition: all 0.15s ease-out 0s;
  fill: #bfbfbf;
}
.modal__content svg:hover,
.modal__content path:hover {
  fill: #0c0c0c;
}

.inquiry_h2 {
  color: #223f5d;
 font-family: 'Roboto', sans-serif;
  font-size: 30px;
  margin: 0rem 0 1rem;
  text-align: center;
}
.close img {
    float: right;
    width: 20px;
}
.success {
  width: 100%;
}

.zindex{
  z-index: 0 ;
}
.closes {
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #fff;
}
.closes {
  float: right;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  opacity: .5;
}
/* main Menu */
/*===================================== 

3WC CUSTOME CSS 

======================================*/

.client-logo-media:hover {
 background-color:#f8f8f8;
}

.slider-social-right {
 position: absolute;
 top: 90px;
 left: 0px;
 bottom: 90px;
 width: 90px;
}
.rev-slider-custom-btn {
 font-size: 16px;
 font-weight: 600;
 color: #fffd8d !important;
 margin-left: 80px;
} 

/* 3wc */
.hd-dark-brown {
 color:#570800
}
.hd-dark-orange {
 color:#CB6C32
 }
 
.hd-text-stroke{  
  -webkit-text-stroke: 1px #CB6C32;
  -webkit-text-fill-color: transparent;
  -webkit-animation: fill 0.5s infinite alternate;
  }
  
.hd-vel{background:url(../images/vel_bg.webp) right top no-repeat;  }
  
  
.bg-secondry {
 background-color: #490600;
} 

.hd-milestone{
    font-weight: normal;
font-size: 24px;
line-height: 48px;
}
.hd-padiing{ padding:10px 20px;}

/* 3wc */

.projects-two-info::after {
 content: '';
 position: absolute;
 left: 100%;
 bottom: 0px;
 top: 0px;
 height: 100%;
 width: 0px;
 z-index: -1;
 background-color: #651d16;
 transition: all 0.4s ease;
 -moz-transition: all 0.4s ease;
 -webkit-transition: all 0.4s ease;
 -o-transition: all 0.4s ease;
} 

.latest-blog-2.mid-size-date .wt-post-title {
  margin-top: 0px;
}
.wt-post-title {
  margin-bottom: 0px;
}

.bg-green { 
 background-color: #ebea85;
}

.header-fixed .color-fill.main-bar {
  /*! background: #570800; */  
}

.pb28{
  padding-bottom: 28px;
}
.header-nav .nav > li .sub-menu li .fa {
  color: #cc6f37;
  display: block;
  float: right;
  position: absolute;
  right: 10px;
  top: 0px;
}
.brn{
  display: none;
}
.header-nav .nav > li .sub-menu li:hover > a {
  color: #fff !important;
  background-color: #570800; 
}

.header-nav .nav > li:hover > a {
  color: #ff7d2e;
}

.header-nav .nav > li.active > a, .header-nav .nav > li.current-menu-item > a {
  background-color: transparent;
  color: #ff7d2e;
}


.footer-dark .footer-top {
  background-color: #f6f7f8;
}

 .footer-dark .footer-top h4{
 color: #848484;
}


.footer-dark .footer-top h4 a{
 color: #848484;
}

.footer-dark .footer-top a:hover {
  color: #570800;
}

.widget_services ul li {
  font-size: 10px;
  letter-spacing: 1px;
} 

.footer-dark .footer-bottom {
  background-color: #f7f7f7;
}
.footer-large .footer-bottom {
  padding: 11px 27px;
  border-top: 1px solid #e9e9e9;
}

a:active, a:hover, a:focus {
  color: #570800;
}

.footer-dark .widget_services ul li a {
  color: #4f4f4f;
}


.footer-bottom {
  color: #787878;
  font-size: 9px;
  letter-spacing: 1px;

} 

.footer-bottom {
  color: #787878;
  font-size: 9px;
  letter-spacing: 1px;
} 

.bt-facebook{
  color: #0070ff !important;
  font-size: 13px;
  letter-spacing: 1px;
  border: solid 1px #d2d2d2;
  padding: 5px 9px;
  border-radius: 4px;
  background-color:transparent
} 


.bt-facebook:hover{
  color: #FFF !important;
  font-size: 13px;
  letter-spacing: 1px;
  border: solid 1px #d2d2d2;
  padding: 5px 9px;
  border-radius: 4px;
  background-color:#0070ff;
} 
 
.bt-youtube {
  color: #f00 !important;
  font-size: 13px;
  letter-spacing: 1px;
  border: solid 1px #d2d2d2;
  padding: 5px;
  border-radius: 4px;
  width: 50px !important;
  background-color:transparent
}

 
.bt-youtube:hover {
  color: #fff !important;
  font-size: 13px;
  letter-spacing: 1px;
  border: solid 1px #d2d2d2;
  padding: 5px;
  border-radius: 4px;
  width: 50px !important;
  background-color:#f00
}
 

.social_color{color: #0070ff;}
.social_color a{color: #787878;}
.social_color a:hover{color: #ccc;}

.design_by {
    text-align: right;

}

.design_by a {
    color: #787878;
    font-size: 9px;
}

button.scroltop {
  height: 30px;
  width: 30px; 
  background: #570800;
  border: none;
  position: fixed; 
  right: 38px; 
  bottom: 90px;
  text-transform: uppercase;
  margin: 0;
  padding: 0;
  cursor: pointer;
  display: none;
  text-align: center;
  z-index: 999;
  color: #fff;
} 

button.scroltop span {
  display: block;
  font-size: 16px;
  line-height: 16px;
}

.owl-prev:hover, .owl-prev:active, .owl-prev:focus, .owl-next:hover, .owl-next:active, .owl-next:focus {
  background-color: #881818;
  border-color: #490600;
  color: #ffffff;
  opacity: 0.9;
}

.owl-prev, .owl-next {
  background-color: #893307;
  color: #ffffff;
  padding: 8px 10px;
  width: 35px;
  height: 35px;
  text-align: center;
  font-size: 13px;
  display: inline-block;
  cursor: pointer;
}

.header-nav .nav > li > a {
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  color: #fff;
  font-size: 12px;
  padding: 5px 5px;
  cursor: pointer;
  letter-spacing: 2px;
  margin: -10px 0;
    margin-left: 0px;
  margin-left: 0px;
  border: solid 1px #CCC;
  margin-left: 5px;
}
/* main Menu */


.rev-slider-custom-btn {
  font-size: 16px;
  font-weight: 600;
  color: #fffd8d;
  margin-left: 80px;
}



.fs12{
  font-size: 11.5px !important;
}
.fs24{
  font-size: 24px !important;
}
.sky_location_color{
  color: #570800;
}
.sky_location_color a{
  color: #570800;
}
.sky_location_color span{
  font-size: 20px;
}
.sky_location_color a:hover{
  color: #f0f0f0;
}
.Sky_load div{
  background: #3D7EB5 !important;
}


.landmark_location_color{
  color: rgb(255, 229, 170) !important;
}
.landmark_location_color a{
  color: rgb(255, 255, 255) !important;
}
 .landmark_location_color a:hover{
  color: rgb(255, 245, 222) !important;
}
.landmark_load div{
  background: #825c3a !important;
}


.villa_location_color{
  color: #bc6828;
}
.villa_location_color a{
  color: #bc6828;
}
.villa_location_color a:hover{
  color: #bf7237bd;
}
.villa_load div{
  background: #BE8143 !important;
}


.heights_location_color{
  color: #0088ce;
}
 .heights_location_color a{
  color: #222222bd;
}
.heights_location_color a:hover{
  color: #7d7d7d;
}
.heights_load div{
  background: #B6903A !important;
}


.vrund_location_color{
  color: #79532f;
}
.vrund_location_color a{ 
  color: #353535db;
}  
.vrund_location_color a:hover{
  color: #313131; 
}
.vrund_load div{
  background: #5E4621 !important;
}



.madhuvan_location_color{
  color: #865931;
}
.madhuvan_location_color a{ 
  color: #353535db;
}  
.madhuvan_location_color a:hover{
  color: #313131; 
}
.madhuvan_load div{
  background: #845831 !important;
}



.heritage_location_color{
  color: #813E27;
}
.heritage_location_color a{ 
  color: #DF9A4A;
}  
.heritage_location_color a:hover{
  color: #313131; 
}
.heritage_load div{
  background: #813E27 !important;
}
.heritage_padding {
  padding: 40px 30px 0;
  margin: 150px 40px 40px;
}
.fs32{
  font-size: 32px;
}
.tl{
  text-align: left !important;
}




@media screen and (min-width:1500px) and (max-width:1920px){
  .quick_contact {
    width: 40px;
    position: fixed;
    z-index: 999;
    right: 0;
    top: 297px;
  }
}







@media screen and (max-width:767px) {
  .res_fs18{
    font-size: 18px !important;
  }
  .res_fs19{
    font-size: 19px !important;
  }
  .res_fs20{
    font-size: 20px !important;
  }
  .res_fs22{
    font-size: 22px !important;
  }
  .heritage_padding {
    padding: 0px !important;
    margin: 35px 15px -5px !important;
  }
  .sky_location_color span {
    font-size: 17px;
  }
  button.scroltop
  {  
    right: 31px;
    bottom: 83px;
  }
  .tawk-min-container .tawk-button-circle.tawk-button-large
  {
    width: 55px;
    height: 55px;
    bottom: 2px !important;
    left: 12px !important;
  }
}