
html,body {
    overflow-x: hidden; 
    scroll-behavior: smooth;
}
img{
	width: 100%;
}

h1,h2,h3,h4,h5,h6{
	font-family: 'Gotham' !important;
	color:#000;
}
p{
	font-family: 'Raleway';
	color:#000;
	font-weight: 800;
	font-size: 14px;
	line-height: 22px;
}
#preloader {
   position: fixed;
  left: 0;
  top: 0;
  z-index: 99999;
  width: 100%;
  height: 100%;
  overflow: visible;
  background: #000  url('../images/House-loading-black.gif') no-repeat center center;
  
 }

a:hover{
	color:#f68f1d;
}
a:link { text-decoration: none; }


a:visited { text-decoration: none; }


a:hover { text-decoration: none; }


a:active { text-decoration: none; }
/*============overlay===========================*/

#overlay {
  position: fixed; /* Sit on top of the page content */
  display: none; /* Hidden by default */
  width: 100%; /* Full width (cover the whole page) */
  height: 100%; /* Full height (cover the whole page) */
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0,0,0,0.5); /* Black background with opacity */
  z-index: 2; /* Specify a stack order in case you're using a different order for other elements */
  cursor: pointer; /* Add a pointer on hover */
}

/*========================font===========================*/

@font-face {
    font-family: 'Raleway';
    src: url('../font/Raleway-Thin.woff2') format('woff2'),
        url('../font/Raleway-Thin.woff') format('woff');
    font-weight: 100;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Raleway';
    src: url('../font/Raleway-ThinItalic.woff2') format('woff2'),
        url('../font/Raleway-ThinItalic.woff') format('woff');
    font-weight: 100;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Gotham';
    src: url('../font/Gotham-Black.woff2') format('woff2'),
        url('../font/Gotham-Black.woff') format('woff');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Gotham';
    src: url('../font/Gotham-Book.woff2') format('woff2'),
        url('../font/Gotham-Book.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Gotham';
    src: url('../font/Gotham-Medium.woff2') format('woff2'),
        url('../font/Gotham-Medium.woff') format('woff');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Gotham';
    src: url('../font/Gotham-Light.woff2') format('woff2'),
        url('../font/Gotham-Light.woff') format('woff');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Gotham';
    src: url('../font/Gotham-Bold.woff2') format('woff2'),
        url('../font/Gotham-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Gotham';
    src: url('../font/Gotham-XLight.woff2') format('woff2'),
        url('../font/Gotham-XLight.woff') format('woff');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Gotham';
    src: url('../font/Gotham-Medium.woff2') format('woff2'),
        url('../font/Gotham-Medium.woff') format('woff');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Gotham';
    src: url('../font/Gotham-Thin.woff2') format('woff2'),
        url('../font/Gotham-Thin.woff') format('woff');
    font-weight: 100;
    font-style: normal;
    font-display: swap;
}

/*=====zoom banner=======*/
	
	.zoom-in-out-box{
	background: #1a1a1d;
  	animation: zoom-in-zoom-out 5s ease infinite;
	}

	@keyframes zoom-in-zoom-out {
   0% {
    transform: scale(1, 1);
  }
  100% {
    transform: scale(1.2, 1.2);
  }
}
.zoom-in-out-box2{
	background:#1a1a1d;
  	animation: zoom-in-zoom-out 5s ease infinite;
	}

	@keyframes zoom-out-zoom-in {
    0% {
    transform: scale(1, 1);
  }
  100% {
    transform: scale(1.2, 1.2);
  }
}
.zoom-in-out-box3{
	background: #1a1a1d;
  	animation: zoom-in-zoom-out 5s ease infinite;
	}

	@keyframes zoom-in-zoom-out {
  0% {
    transform: scale(1, 1);
  }
  100% {
    transform: scale(1.2, 1.2);
  }
  /*100% {
    transform: scale(3.5,3.5);
  }*/
}
/*===============*/
.carousel-fade #first-carousel-item{
  transition-duration: none !important;
}
.carousel-fade .carousel-item {
 opacity: 0;
 transition-duration: .6s;
 transition-property: opacity;
}

.carousel-fade  .carousel-item.active,
.carousel-fade  .carousel-item-next.carousel-item-left,
.carousel-fade  .carousel-item-prev.carousel-item-right {
  opacity: 1;
}

.carousel-fade .active.carousel-item-left,
.carousel-fade  .active.carousel-item-right {
 opacity: 0;
}

.carousel-fade  .carousel-item-next,
.carousel-fade .carousel-item-prev,
.carousel-fade .carousel-item.active,
.carousel-fade .active.carousel-item-left,
.carousel-fade  .active.carousel-item-prev {
 transform: translateX(0);
 transform: translate3d(0, 0, 0);
}
/*=======================*/
.carousel-inner > .item {
    position: relative;
    display: none;
    -webkit-transition: 0.7s ease-in-out left;
    -moz-transition: 0.7s ease-in-out left;
    -o-transition: 0.7s ease-in-out left;
    transition: 0.7s ease-in-out left;
}


/*logo*/
.enq-fix-btn:after{
	
}
/*==============declaimer===============*/
@media (min-width: 786px){
.Disclaimer{
	max-width: 800px;
}
}
/*===========*/

.sideEnq {
    position: fixed;
    top: 47%;
    transform: rotate(
-90deg);
    right: -45px;
    right: -45px;
    background: #003d6d;
    border-radius: 6px 6px 0px 0px;
    overflow: hidden;
    cursor: pointer;
    border: 1px solid #fff;
    z-index: 999;
}
.sideEnq a {
    color: #fff;
    padding: 4px 15px;
    display: inline-block;
    text-decoration: none;
}

.enq-fix-btn:after {
    animation: effect 4s ease-in-out infinite;
    animation-fill-mode: forwards;
    content: "";
    position: absolute;
    top: 0%;
    left: 0%;
    width: 50%;
    height: 100%;
    opacity: 0;
    background: rgba(255, 255, 255, 0.13);
    background: linear-gradient( to right, rgba(255, 255, 255, 0.13) 0%, rgba(255, 255, 255, 0.13) 77%, rgba(255, 255, 255, 0.5) 92%, rgba(255, 255, 255, 0.0) 100%);
}

.myloganimate:after{
	animation: effect 4s ease-in-out infinite;
    animation-fill-mode: forwards;
    content: "";
    position: absolute;
    top: 0%;
    left: 0%;
    width: 50%;
    height: 100%;
    opacity: 0;
    background: rgba(255, 255, 255, 0.13);
    background: linear-gradient( to right, rgba(255, 255, 255, 0.13) 0%, rgba(255, 255, 255, 0.13) 77%, rgba(255, 255, 255, 0.5) 92%, rgba(255, 255, 255, 0.0) 100%);
}
.logo-animation{
    /*background: #ff00001a;*/
    height: 109px;
    width: 200px;
    position: absolute;
}
.logo-animation span{
	width: 15%;
	height: 100%;
	position: absolute;
	animation-name: slide-bazier;
	animation-duration: 4s;
	animation-timing-function: effect ease-in-out;
	animation-iteration-count: infinite;
	animation-fill-mode: forwards; 
}
@keyframes slide-bazier{
	from{
		left: 0;
		background: rgba(255, 255, 255, 0.13);
		background: linear-gradient( to right, rgba(255, 255, 255, 0.13) 0%,
		 rgba(255, 255, 255, 0.13) 77%,
		 rgba(255, 255, 255, 0.5) 92%,
		 rgba(255, 255, 255, 0.0) 100%);
	}
	to{
		left: 85%;
		background: rgba(255, 255, 255, 0.13);
		background: linear-gradient( to right, rgba(255, 255, 255, 0.13) 0%,
		 rgba(255, 255, 255, 0.13) 77%,
		 rgba(255, 255, 255, 0.5) 92%,
		 rgba(255, 255, 255, 0.0) 100%);
	}
}

/*------------logo slide-------------------*/
.myloganimate1:after{
	animation: effect 4s ease-in-out infinite;
    animation-fill-mode: forwards;
    content: "";
    position: absolute;
    top: 0%;
    left: 0%;
    width: 50%;
    height: 100%;
    opacity: 0;
    background: rgba(255, 255, 255, 0.13);
    background: linear-gradient( to right, rgba(255, 255, 255, 0.13) 0%, rgba(255, 255, 255, 0.13) 77%, rgba(255, 255, 255, 0.5) 92%, rgba(255, 255, 255, 0.0) 100%);
}
.logo-animation1{
    top: 0px;
    /* background: #ff00001a; */
    height: 320px;
    width: 420px;
    position: absolute;
}
.logo-animation1 span{
	top: 7px;
    width: 40%;
    height: 100%;
    position: absolute;
    animation-name: slide-bazier1;
    animation-duration: 4s;
    animation-timing-function:  ease-in-out;
    animation-iteration-count: infinite;
    animation-fill-mode: forwards; 
}
@keyframes slide-bazier1{
	from{
		left: 0;
		background: rgba(255, 255, 255, 0.13);
		background: linear-gradient( to right, rgba(255, 255, 255, 0.13) 0%,
		 rgba(255, 255, 255, 0.13) 77%,
		 rgba(255, 255, 255, 0.5) 92%,
		 rgba(255, 255, 255, 0.0) 100%);
	}
	to{
		left: 85%;
		background: rgba(255, 255, 255, 0.13);
		background: linear-gradient( to right, rgba(255, 255, 255, 0.13) 0%,
		 rgba(255, 255, 255, 0.13) 77%,
		 rgba(255, 255, 255, 0.5) 92%,
		 rgba(255, 255, 255, 0.0) 100%);
	}
}
/*============*/
.Agree{
	margin: 0 auto;
}
.Agreedes{
	color: #0f506d;
}
/* Icon 1 */

.animated-icon1 {
width: 30px;
height: 20px;
position: relative;
margin: 0px;
-webkit-transform: rotate(0deg);
-moz-transform: rotate(0deg);
-o-transform: rotate(0deg);
transform: rotate(0deg);
-webkit-transition: .5s ease-in-out;
-moz-transition: .5s ease-in-out;
-o-transition: .5s ease-in-out;
transition: .5s ease-in-out;
cursor: pointer;
}
.animated-icon1 span{
display: block;
position: absolute;
height: 3px;
width: 100%;
border-radius: 9px;
opacity: 1;
left: 0;
-webkit-transform: rotate(0deg);
-moz-transform: rotate(0deg);
-o-transform: rotate(0deg);
transform: rotate(0deg);
-webkit-transition: .25s ease-in-out;
-moz-transition: .25s ease-in-out;
-o-transition: .25s ease-in-out;
transition: .25s ease-in-out;
}

.animated-icon1 span {
background: #000;
}

.animated-icon2 span {
background: #000;
}

.animated-icon3 span {
background: #000;
}

.animated-icon1 span:nth-child(1) {
top: 0px;
}

.animated-icon1 span:nth-child(2) {
top: 10px;
}

.animated-icon1 span:nth-child(3) {
top: 20px;
}

.animated-icon1.open span:nth-child(1) {
top: 11px;
-webkit-transform: rotate(135deg);
-moz-transform: rotate(135deg);
-o-transform: rotate(135deg);
transform: rotate(135deg);
}

.animated-icon1.open span:nth-child(2) {
opacity: 0;
left: -60px;
}

.animated-icon1.open span:nth-child(3) {
top: 11px;
-webkit-transform: rotate(-135deg);
-moz-transform: rotate(-135deg);
-o-transform: rotate(-135deg);
transform: rotate(-135deg);
}

.first-button{
	border: none !important;
}

.ver-menu a:hover{
  color: #000;
  font-weight: 700 !important;
}

/*end menu css*/


.sidenav {
  height: 100%;
  width: 0;
  position: fixed;
  z-index: 99;
  top: 0;
  right: 0;
  background-color: #fff;
  overflow-x: hidden;
  transition: 0.5s;
  padding-top: 60px;
}

.sidenav a {
  padding: 8px 8px 8px 32px !important;
  text-decoration: none;
  color: #818181;
  display: block;
  transition: 0.3s;
}

.sidenav a:hover {
  color: #f1f1f1;
}

.sidenav .closebtn {
  position: absolute;
  top: 20px;
  right: 25px;
  padding: 12px;
  font-size: 36px;
  margin-left: 50px;
  background-color: #fff;
}

.animated-icona{
width: 20px;
height: 20px;
}

 .nav-link{
	color: #fff !important;
}
.vertical-menu li{

	list-style-type: none !important;
	/*color: #fff !important;*/
	font-size: 20px;
	margin-bottom: 25px;
	font-weight: 600;
	transition: 0.3s;
	font-family: 'Raleway';

}
.vertical-menu li a:hover{
background-color: #fff;
color: #000 !important;
	}
@media screen and (max-height: 450px) {
  .sidenav {padding-top: 15px;}
  .sidenav a {font-size: 18px;}
}

.horizontal-menu ul{
	list-style-type: none !important;
	padding-left: 0px;
	margin-bottom: 0px;
}

.horizontal-menu ul li{
	display: inline;
	text-align: center;
	padding:10px 30px;
	color: #000;
	font-family: 'Raleway';
	font-weight: 800;
}

.horizontal-menu ul li a{
	color: #000;
	font-family: 'Gotham';
	font-weight: 800;
	text-transform: uppercase;
}
.horizontal-menu ul li a:hover{
	color: #f68f1d;
}
.lighten-4{
	padding-top: 0px !important;
	padding-bottom: 0px !important;

}
/*==========logo============*/

.main-logo{
	/*width: 150px;*/
}

button:focus {
    border: none;
    outline: none;
}


.carousel .carousel-indicators-banner{
	bottom: 22px;
    text-align: left;
    float: left;
    left: -5% !important;
    right: inherit;
    width: 50px;

}
.carousel-indicators-banner li{
	height: 6px;
}

/*==========================banner==========================*/

.carousel-item-hcb h3{
	text-transform:uppercase;
	font-weight: 700;
}
.carousel-item-hcb h3, .carousel-item-hcb p {
	color: #fff;
	font-family: 'Raleway';
}


.carousel-item-hcb{
	position: absolute;
    right: 15%;
    top: 85px;
    left: 9%;
    z-index: 10;
    padding-top: 20px;
    padding-bottom: 20px;
    color: #fff;
    text-align: left;
}

.banner-btn {
	
    border-radius: 0px;
    background-color: #fff;
    color: #000;
    font-weight: 500;
    outline: none;
   
}

.bannerbtndropdown{
	display: block;
	visibility: hidden;
	opacity:0;
	transform: translateY(50px);
	transition:.5s ease all;
}

.banner-btn::after{
	display: none;
}

button:focus {
    outline: none !important;
}
.bannerbtndropdown.show {
	display: block;
	visibility: visible;
	opacity:1;
	transform: translateY(0px);
	transition:.5s ease all;
}

.banner-btn:focus{
	outline: none !important;
    box-shadow: none;
}

.vl{
	border-left: 2px solid #000;
    height: 21px;
    padding-left: 5px;
    padding-right: 5px;
    margin-left: 5px;
    margin-right: 5px;
}

.vl-col{
	/*border-right:2px solid #ddd;*/
	height: 50px;
	padding: 0px;
}	

.vl-col4{
	padding: 0px !important;
}

.vl-col1,.vl-col1, .vl-col2{
	border-right:2px solid #ddd;
}
.vl1{
	border-left: 2px solid #00000029;
    height: 50px;
    float: right;
    margin-bottom: 10px;
}
.vl-col0{
width: 16.333%;
}
.vl2{
	border-left: 4px solid #00000029;
    height: 50px;
    float: right;
    margin-bottom: 15px;
}

.vl3{
	border-left: 2px solid #00000029;
    height:370px;
    float: right;
}

.first-layout-container1{
	border-left:2px solid #ddd;
	border-right:2px solid #ddd;
}

.blank-box-style{
	padding-top: 15px;
	/*padding-bottom:15px;*/
}

.home-abt-img img{
	width: 100%;
}

.title h4{
	font-weight: 700;
	font-family: 'Gotham';
	margin-bottom: 15px;
}
.content p{
text-align: left;
}

.btn-white{
	background-color: #fff;
	color: #000;
	border-radius: 0px;
}

.title h4{
	padding-top: 20px;
	color: #fff;
	text-transform: uppercase;
	font-weight: 700;
}
.abt-row-block,.properties{
	display: inline-flex;
	padding-left: 15px;
	padding-right: 15px;
}
.black-bg-color1{
	background: #fcfcfb;
	padding-left: 0px;
}
.black-bg-color2{
	background: #000;
	padding-right: 0px;
}

.content-black-bg p{
	padding-right: 60px; 
	color: #fff;
}

.btn-black-bg{
	color: #fff !important;
	font-family: 'Raleway';
	font-weight: 700;
	text-transform: uppercase;
	background: #000 !important;
	padding:0px;
}

.fa ,.fa-angle-right{
	font-size: 20px !important;
}
.btn-black-bg:focus{
	outline: none !important;
}
.btn:focus {
	outline:0 !important;
	box-shadow: 0 0 0 0rem rgb(0 123 255 / 25%);
}

.middle {
  transition: .5s ease;
  opacity: 0;
  position: absolute;
  top: 45%;
  left: 50%;
  transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  text-align: center;
}
.knowledge-overlay:hover .knowledge-img {
  opacity: 0.3;
}
.knowledge-img{
	  opacity: 1;
  display: block;
  width: 100%;
  height: auto;
  transition: .5s ease;
  backface-visibility: hidden;
}
.knowledge-overlay:hover .middle {
  opacity: 1;
}

.text {
  background-color: #000;
  color: white;
  font-weight: 600;
  font-size: 16px;
  padding: 5px 15px;
}
.btn-white-bg{
	padding: 0px;
	font-weight: 700;
	color: #000;
	text-transform: uppercase;
}
.btn{
	font-family: 'Gotham';
}
.btn:hover{
	color: #f68f1d !important;
	}
.black-title-block{
	padding-top: 15px;
}
.black-title-block h4{
	margin-bottom: 25px;
	color: #000;
	font-weight: 700;
	text-transform: uppercase;
	font-family: 'Gotham';
}

.white-bg-img-prop {
    padding: 20px 0px;
}
.white-bg-img{
	padding-top: 15px;
}

.btn-black-bg1{
    padding-top:16px;
	border-radius: 0px;
    background: #000;
    color: #fff;
   
    text-align: center;
    text-transform: uppercase;
}

.btn-black-bg1:hover{
	color: #fff;
}

.fa-angle-right1{
	border-left:1px solid #fff;
	padding-left: 15px;
}

/*============================button css================*/

/*ripple effect*/
        .ripple {
            position: relative;
            overflow: hidden;
            transform: translate3d(0, 0, 0);
        }

        .ripple:after {
            content: "";
            display: block;
            position: absolute;
            width: 100%;
            height: 100%;
            top: 0;
            left: 0;
            pointer-events: none;
            background-image: radial-gradient(circle, #fff 10%, transparent 10.01%);
            background-repeat: no-repeat;
            background-position: 50%;
            transform: scale(10, 10);
            opacity: 0;
            transition: transform .5s, opacity 1s;
        }

        .ripple:active:after {
            transform: scale(0, 0);
            opacity: .3;
            transition: 0s;
        }

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

.jumbotron1{
	padding: 50px 100px 0px 100px;
    background: #fff;
	background: #fff;
}  

.jumbotron-content{
	padding: 20px 20px;
	border-left:2px solid #ddd;
} 

.jumbotron-content h6, .jumbotron-content h3{
	text-transform: uppercase;
	font-family: 'Raleway';
}  

.jumbotron-content h3{
	font-weight: 700;
	font-family: 'Raleway';
}  
::-webkit-input-placeholder { /* Edge */
  color: #00000038;
}
:-ms-input-placeholder { /* Internet Explorer 10-11 */
  color: #00000038;
}
::placeholder {
  color: #00000038 !important;
} 

.finance{
	background: #000;
}
.carousel-caption-finance-first, .carousel-caption-finance-third{
      bottom: 82px !important; 
}

.carousel-caption-finance p{
	color: #fff;
	font-weight:300;
	font-family: 'Raleway';
  line-height: 34px;
  font-size: 25px;
}
.carousel-caption-finance {
position: absolute;
    right: 5%;
    bottom: 40px;
    left: 5%;
    z-index: 10;
    padding-top: 20px;
    padding-bottom: 20px;
    color: #fff;
    text-align: left;
    }

.carousel-indicators-finance {
    text-align: right;
    float: right;
    right: 2% !important;
    left: inherit;
}

.home-blog-title h4{
	text-transform: capitalize !important;
}

/*===============================Footer=================================*/

.myfooter{
	padding-top: 50px;
	background:#000;
	padding-bottom: 10px;
}
.footer-menu1 h5{
	font-family: 'Raleway';
		color:#fff; 
		font-weight: 500;
		font-size: 15px;
}
.footer-menu1  a{
	line-height: 33px;
	color: #fff !important;
}

.foo-addres ul{
	margin-bottom: -10px;
	list-style-type: none;
	display: inline-flex;
	color: #fff;
}
.foo-addres ul li{
	padding:10px 10px; 
	}
.footerm3 h5{
	
	color: #fff !important;
}
.footer-menu1 ul li{
	font-family: 'Raleway';
		color: #fff;
		font-weight: 300;
		font-size: 13px;
}

.footer-menu1 ul li{
	list-style-type: none;

} 
.footer-menu1 ul{
padding-left: 0px;
}

.footer-menu2 h5{
	font-size: 15px;
	font-family: 'Raleway';
		color:#fff; 
		font-weight: 500;
}
.footer-menu2 h5:hover{
	color: #fff !important;
}
.footer-menu2 ul li{
	font-family: 'Raleway';
		color: #fff;
		font-weight: 300;
		font-size: 13px;
}
.footer-menu2 a, .footer-menu3 a{
	color: #fff !important;
}
a:hover{
	color: #f68f1d !important;
}
.footer-menu3 h5{
	margin-bottom: 25px;
	font-size: 15px;
	font-family: 'Raleway';
	text-transform: uppercase;
	font-weight: 400;
	color: #000;

}
.footer-menu3 ul li{
		display: inline;
		color: #fff;
		text-align: center;
		font-size: 25px;
		padding: 5px;
}

.footer-menu2 ul li{
	list-style-type: none;

} 
.footer-menu2 ul, .footer-menu3 ul{
padding-left: 0px;
}

.footer-menu1, .footer-menu2, .footer-menu3{
	padding-left: 15%;
	padding-top: 15px;
	padding-bottom: 15px;
}

.col, .col2{
	border-right: 0.2px solid #fff;

}

/*==========================About Us page=======================================*/

.aboutpage-section{
	margin-top: 30px;
}
.about-vertical-menu  li{
	line-height: 30px;
	padding-left: 25px;
    list-style-type: none;
    margin-left: -16px;

}
.team-rw{
	padding-top: 20px;

}
.about-vertical-menu li:hover{
	border-left: 2px solid #f68f1d;
}
.about-vertical-menu ul li a:hover{
	color: #f68f1d;
	
	
}
.about-vertical-menu ul{
	padding-left: 0px;
}


.about-vertical-menu  li a{
	color:#000;
	font-weight: 600;
	font-family: 'Gotham';
}

.aboutpage-section{
	border-left: 1px solid #ddd;
} 

.about-page-heading h4{
	font-family: 'Gotham';
	text-transform: uppercase;
	color: #000;
	font-weight: 600;
	line-height: 56px;
}

.about-col-10{
	border-left:1px solid #ddd;
}
.devider{
	margin-top: 30px;
    margin-bottom: 30px;
}
.line{
	border-bottom: 1px solid red;
	width: 20%;
	color:red;
}

.abtpg-comn-row{
	padding-left: 20px;
	padding-right: 20px;
	border-right: 1px solid #ddd;
}

.about-pg-content{
	position: relative;
	display: block;
	margin-top: 35px;
}

.about-title1 h4{
	text-transform: uppercase;
	line-height: 40px;
	margin-bottom: 20px;
	margin-top: 20px;
}
.Vision-col{
	background: #000;
}
.abt-content p{
	font-weight: 600;
	color: #fff;
  font-size: 15px;
}
.ser-title h6{
	margin-bottom: 15px;
	margin-top: 15px;
}

/*=====================logo slider===========================*/

.slide img{
	width: 200px;
}
.slider{
	
	    padding: 15px !important;
    display: inline-flex !important;
}

/*===================project page=======================*/

/*.project-btn-col:nth-child(1), .project-btn-col:nth-child(2){
	border-right: 4px solid #ddd !important;  
}*/
.project-btn{
	padding: 0px;
    text-align: center;
    border: #fff;
    font-weight: 600;
    word-break: break-word;
    font-family: 'Gotham';
    /* font-size: 15px; */
    background: #fff;
}

.project-btn-col{
	margin-top: 20px;
	margin-bottom: 20px;
	padding-top: 20px;
	padding-bottom: 20px;
}
.project-btn1{
	border:none !important;
}
.btn-filter:hover, .btn-filter:active{
	color:  #f68f1d;
}
.btn-filter1:hover, .btn-filter1:active{
	color:  #f68f1d;
}
.btn-pr:active, .btn-pr:focus {
  border-bottom: 1px solid blue;
}

.proj-row-dark{
	margin-left: 0px;
	margin-right: 0px;
	background: #000;
}
.project-container{
	border-left: 1px solid #ddd;
	border-right: 1px solid #ddd;
}
.proj-title h5{
	color: #fff;
	font-weight: 400;
	font-family: 'Gotham';
	line-height: 30px;
	text-transform: uppercase;
}

.proj-details-dark p{
	color: #fff;
}	
.proj-title h4{
	color: #fff;
	line-height: 30px;
	font-weight: 500;
	font-family: 'Gotham';
	text-transform: uppercase;
}
.btn-dark-bg a{
	color: #fff;
}
.btn-dark-bg{
	background: #000;
	color: #fff;
	padding: 0px;
	text-transform: uppercase;
	font-weight: 400;
}
.proj-icon img{
	width: 80px;
}
.proj-icon p{
	padding: 10px 20px;
	word-wrap: break-word;
  font-family: 'Gotham';
  font-weight: 400;
  font-size: 14px;
  text-transform: uppercase;
}
.proj-row-light {
	margin-top: 20px;
	margin-bottom: 20px;
}
.project-main-title  h4{
	font-family: 'Gotham';
	color: #000;
	text-align: center;
	text-transform: uppercase;
}

.project-main-title{
	margin-top: 45px;
	margin-bottom: 45px;
}

/*================================property details page========================*/
.property-details-title h3{
	font-family: 'Gotham';
	font-weight: 700;
	text-transform: uppercase;
}
.property-details-title p{
	margin-bottom: 0px;
	font-weight: 400;
	font-family: 'Gotham';
}
.property-details-title h5{
	text-transform: capitalize;
}
.pro-detail-container{
	padding-top: 30px;
	border-left: 1px solid #ddd;
	border-right: 1px solid #ddd;
}

/*===============zoom====================*/
.close-project-details-btn{
	border-radius: 50px;
    position: absolute;
    z-index: 9;
    width: 30px;
    height: 30px;
    background: #fff !important;
    margin-top: -12px;
    margin-left: -13px;
}

.close-project-details-btn span{
	    top: 0px;
    left: 7px;
    position: absolute;
}

.property-details-gallery, .property-details-gallery img{
	height: 100%;
}

.project-heights-sidebar h6{
	text-transform: uppercase;
	

}

 .project-heights-sidebar p{
	text-transform: uppercase;
	font-weight: 400;
	font-size: 14px;
	word-wrap: break-word;
	font-family: 'Gotham' !important;
	margin-bottom: 0.5rem !important;
}

.project-main-inter-title h4{
	text-transform: uppercase;
	text-align: left;
	padding: 15px;
}

/*=================contact Us======================*/

.contact-container, .form-container{
	border-left: 1px solid #ddd;
	border-right: 1px solid #ddd;
}

.contact-section{
	margin-top: 50px;
	margin-bottom: 50px;
}

.contact-details h2{
	text-transform: uppercase;
	font-family: 'Gotham' !important;
}
.contact-details h4{
	padding-top: 15px;
	padding-bottom: 30px;
	font-family: 'Gotham' !important;
}
.contact-details h6{
	
	font-family: 'Gotham' !important;
}

.form-container{
	padding-top: 50px;
}

.contact-form h4{
	padding-top: 10px;
	padding-bottom: 20px;
font-family: 'Gotham' !important;
}
.contact-form label{
	font-weight: 700;
font-family: 'Gotham' !important;	
}

.contact-form .form-control{
	
	border-radius: 0px;
}
.contact-form #position{
  width: 100%;
  border-radius: 0px;
  padding: 6px;
  border-color: #ced4da;
}
.contact-btn{
    background: #000;
    padding: 7px 72px;
    margin-top: 20px;
    border-radius: 0px;
    color: #fff;
}
.contact-form .form-group{
	padding-bottom: 20px !important;
}


/*=================images on text=======================*/
.imageontext-top p, .imageontext-top h5{
	font-family: 'Raleway' !important;
	color: #fff;
}
.imageontext-topp{
	
	color: #000;
}
.imageontext-topp a{
	color: #0D4D68;
}
.imageontext-top h5{
	text-transform: uppercase;
	font-weight: 800;
}
.imageontext-top p{
	margin-bottom: 0px;
}
.imageontext-top {
	position: absolute;
    top: 35px;
    left: 35px;

}
.imageontext-middle p, .imageontext-middle h5{
	font-family: 'Raleway' !important;
	color: #fff;
}
.imageontext-middle h5{
	text-transform: uppercase;
	font-weight: 800;
}
.imageontext-middle p{
	margin-bottom: 0px;
}
.imageontext-middle{
	position: absolute;
    top: 45%;
    left: 35px;
}

.imageontext-bottom{
	position: absolute;
    top: 78%;
    left: 35px;
}

.imageontext-bottom p, .imageontext-bottom h5{
	font-family: 'Raleway' !important;
	color: #fff;
}
.imageontext-bottom h5{
	text-transform: uppercase;
	font-weight: 800;
}
.imageontext-bottom p{
	margin-bottom: 0px;
}
.property-height p{
	word-wrap: break-word;
}	
.proj-img img {
	transition: 0.4s;
  -webkit-filter: grayscale(100%); /* Safari 6.0 - 9.0 */
  filter: grayscale(100%);
}

.proj-img img:hover {
  -webkit-filter: grayscale(0%); /* Safari 6.0 - 9.0 */
  filter: grayscale(0%);
}
/*=========================careers page=============================*/
.banner-careers{
	padding-top: 20px;
	padding-bottom: 20px;
}

.careers-container{
	margin-top: 5%;
}

.page-title-careers h2{
	padding-top: 50px;
	font-family: 'Gotham';
	text-transform: uppercase;
}

.banner-careers img{
	height: auto;
}
/*===========================knowledge====================================*/
	.section-knowlege{
		margin-top: 50px;
		margin-bottom: 50px;
	}
.knowlege-container{
	border-left:1px solid #ddd;
}

.knowlege-page-heading h4{
	font-family: 'Gotham';
	text-transform: uppercase;
	color: #000;
	padding-left: 15px;
	font-weight: 600;
	line-height: 56px;
}

.vaastu-title h4{
	padding-top: 50px;
	font-family: 'Gotham';
	text-transform: uppercase;
}
.lifestyle-title h4{
	padding-top: 50px;
	font-family: 'Gotham';
	text-transform: uppercase;
}

.blog-page-title h4{
	padding-top: 20px;
	font-family: 'Gotham';

}

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

.vlog-container{
	border-left: 1px solid #ddd;
	border-right: 1px solid #ddd;
}
.vlog-dcontent h5{
	padding-top: 20px;
	font-family: 'Gotham';
}
.vlog-dcontent p, .blog-page-short-content p{
	color: #000;
	font-size: 1rem;
}
.vlog-dcontent ul li, .vlog-dcontent ol li{
	font-family: 'Raleway';
	color: #000;
	font-weight: 800;
}
.readmore h5, .readmore p,.readmore a{
	padding-top: 0px;
	font-family: 'Gotham';
	margin-top: 5px;
	color: #000;


}
.readmore h5{
	margin-bottom: -6px;
}

.brlogo img{
	border:1px solid #000;
}

/*button.btn-filter-careers {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}*/

/*= ===============click to top=========*/

#btn-back-to-top {
  position: fixed;
  bottom: 20px;
  right: 20px;
  display: none;
}
/*========logo slider=========*/
.brands_slider_container {
   /* height: 130px;
    border: solid 1px #e8e8e8;
    box-shadow: 0px 1px 5px rgba(0, 0, 0, 0.1);*/
    padding-left: 30px;
    padding-right: 30px;
    /*background: #fff*/
}

.brands_slider {
    height: 100%;
    margin-top: 10px;
    margin-bottom: 30px;
}

.brands_item {
    height: 100%
}

.brands_item img {
    max-width: 100%
}

.brands_nav {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    padding: 5px;
    cursor: pointer
}

.brands_nav i {
    color: #e5e5e5;
    -webkit-transition: all 200ms ease;
    -moz-transition: all 200ms ease;
    -ms-transition: all 200ms ease;
    -o-transition: all 200ms ease;
    transition: all 200ms ease
}

.brands_nav:hover i {
    color: #676767
}

.brands_prev {
  top: 100px;
    left: 10px;
}

.brands_next {
  top: 100px;
    right: 10px;
}
.close{

    position: absolute !important;
    right: 20px !important;
    z-index:1000 !important;
}

