img {
	max-width: 100%;
	border: 0px;
	height: auto;
}
body {
	padding: 0;
	margin: 0;
	font-family: "Josefin Sans", sans-serif;
}
*{
	border: none;
	outline: none;
	text-decoration: none;
}
a{
	text-decoration: none;
	font-family: "Josefin Sans", sans-serif;
}
a:hover{
	text-decoration: none;
}
h1{
	font-family: "Josefin Sans", sans-serif;
}
h2{
	font-family: "Josefin Sans", sans-serif;
	font-size: 36px;
}
h3{
	font-family: "Josefin Sans", sans-serif;
}
h4{
	font-family: "Josefin Sans", sans-serif;
}
h5{
	font-family: "Josefin Sans", sans-serif;
}
h6{
	font-family: "Josefin Sans", sans-serif;
}
p{
	font-size: 14px;
}
.mg-80{
	margin: 80px 0;
}
.mg-btm-80{
	margin-bottom: 80px;
}
.pd-80{
	padding: 80px 0;
}
.header_section{
	width: 100%;
	float: left;
	position: absolute;
	z-index: 9;
	top: 0;
	padding: 20px 0;
}
.navbar-inverse {
    background-color: transparent;
    border-color: #080808;
    border: none;
    min-height: auto;
    margin: 0;
}
.navbar-brand {
    height: auto;
    padding: 0 15px;
}
.navbar-nav {
    float: right;
	font-family: "Josefin Sans", sans-serif;
}
.navbar-inverse .navbar-nav>li>a{
	color: #fff;
	font-size: 14px;
	font-weight: 500;
	padding: 10px 20px;
	cursor: pointer;
}
.navbar-inverse .navbar-nav>li>a:focus, .navbar-inverse .navbar-nav>li>a:hover{
	color: #fff;
}
.navbar-inverse .navbar-nav>.active>a, .navbar-inverse .navbar-nav>.active>a:focus, .navbar-inverse .navbar-nav>.active>a:hover {
    background-color: transparent;
    font-weight: 700;
}
.navbar-brand>img{
	width: 210px;
}
.dropdown{
	padding-right: 10px;
}
.dropdown span{
	color: #fff;
	position: absolute;
	top: 18px;
	right: 10px;
	border-top: 5px dashed;
    border-right: 5px solid transparent;
    border-left: 5px solid transparent;
}
.dropdown:hover ul.dropdown-menu{
	display: block;
}
.banner_section{
	width: 100%;
	float: left;
	position: relative;
}
.banner_slider img{
	width: 100%;
	height: 100%;
}
.banner_image_overlay{
	position: absolute;
    top: 45%;
    left: 17%;
    z-index: 2;
}
.banner_image_overlay h4{
	color: #EFCFA0;
	font-size: 16px;
	font-weight: 300;
	text-transform: uppercase;
	padding: 0;
	letter-spacing: 3px;
	margin: 0 0 10px;
}
.banner_image_overlay h1 {
    color: #fff;
    font-size: 56px;
    font-weight: 500;
    display: block;
    margin: 0 0 20px;
    line-height: normal;
    text-transform: capitalize;
}
.banner_image_overlay h1 span{
	display: block;
}
a.wh_border{
	color: #fff;
	border: 1px solid #fff;
	font-size: 14px;
	font-weight: 700;
	text-transform: uppercase;
	padding: 12px 30px;
	transition: all 0.5s;
	margin: 20px 0 0 0;
	display: inline-block;
}
a.wh_border:hover{
	background-color: #fff;
	color: #914111;
}
.banner_slider.owl-theme .owl-nav.disabled+.owl-dots {
    margin-top: 0;
    position: absolute;
    bottom: 45%;
    right: 5%;
}
.banner_slider.owl-theme .owl-dots .owl-dot {
    display: block;
}
.banner_slider.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
    background: #fff;
}
.banner_slider.owl-theme .owl-dots .owl-dot span{
	width: 12px;
	height: 12px;
	border: 1px solid #fff;
	background: transparent;
}
.scroll_btn{
	position: absolute;
	bottom: 15px;
	left: 46%;
	cursor: pointer;
	color: #fff;
	text-transform: uppercase;
	font-size: 14px;
	font-weight: 600;
	z-index: 2;
	text-align: center;
	font-family: "Josefin Sans", sans-serif;
}
.scroll_btn span{
	display: block;
	margin: 10px 0 0 0;
	font-size: 20px;
}
.blink {
    animation: blinker 2.5s linear infinite;
}
@keyframes blinker {
	25% {
    	opacity: 80%;
    }
    50% {
    	opacity: 30%;
    }
}
.about_section{
	width: 100%;
	float: left;
}
.about_details{
	width: 100%;
	float: left;
	
}
.main_heading{
	width: 100%;
	float: left;
	margin: 0 0 40px;
	text-align: center;
}
.about_details .main_heading{
	margin: 0 0 20px;
	text-align: left;
}
.main_heading h4{
	color: #914111;
	font-size: 14px;
	font-weight: 300;
	margin: 0 0 10px;
	text-transform: uppercase;
	padding: 0;
}
.main_heading h2{
	color: #212121;
	font-weight: 200;
	margin: 0;
	padding: 0;
	text-transform: uppercase;
}
.about_details p{
	color: #616161;
	font-weight: 300;
	display: block;
	margin: 0 0 20px;
	padding: 0;
}
.about_section .about_details p span{
	color: #616161;
	text-transform: none;
	font-weight: 300;
	display: block;
	margin: 10px 0 0 0;
}
.about_details ul{
	width: 100%;
	display: inline-block;
	padding: 0;
	margin: 0;
	list-style: none;
}
.about_details ul li{
	float: left;
	margin: 0 40px 10px 0;
	padding: 0;
	text-align: center;
	color: #212121;
	font-size: 36px;
	font-weight: 300;
	font-family: "Josefin Sans", sans-serif;
}
.about_details ul li:last-child{
	margin-right: 0;
}
.about_details ul li h3{
	color: #616161;
	font-size: 13px;
	font-weight: 300;
	margin: 5px 0 0 0;
	padding: 0;
}
a.red_btn{
	display: inline-block;
	color: #fff;
	background-color: #914111;
	font-size: 14px;
	font-weight: 700;
	padding: 12px 30px;
	transition: all 0.5s;
	margin: 20px 0 0 0;
}
.about_img{
	width: 100%;
	float: left;
}
.about_img img{
	width: 100%;
	height: auto;
}
.gallery_section{
	width: 100%;
	float: left;
}
.big_img{
	width: 50%;
	float: left;
	position: relative;
}
.big_img img{
	width: 100%;
	height: auto;
}
.big_img:hover .gallery_overlay{
	background-color: rgba(0, 0, 0, 0.4);
}
.gallery_overlay{
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	padding: 40px 20px;
	z-index: 2;
}
.big_img:hover .gallery_overlay h4{
	display: none;
}
.gallery_overlay h4{
	color: #D2AC6E;
	font-size: 14px;
	font-weight: 300;
	text-transform: uppercase;
	margin: 0 0 10px 0;
	padding: 0;
}
.gallery_overlay h2{
	color: #fff;
	font-size: 20px;
	font-weight: 300;
	text-transform: uppercase;
	margin: 0;
	padding: 0;
}
.gallery_overlay p{
	color: #fff;
	font-weight: 300;
	margin: 20px 0 0 0;
	padding: 0;
	display: none;
}
.big_img:hover .gallery_overlay p{
	display: block;
}
.big_img a.wh_border{
	margin: 420px 0 0 0;
	display: none;
}
.big_img:hover a.wh_border{
	display: inline-block;
}
.short_images{
	width: 50%;
	float: left;
}
.sh_gallery{
	width: 50%;
	float: left;
	position: relative;
}
.sh_gallery img{
	width: 100%;
	height: auto;
}
.sh_gallery:hover .gallery_overlay{
	background-color: rgba(0, 0, 0, 0.4);
}
.sh_gallery:hover .gallery_overlay h4{
	display: none;
}
.sh_gallery:hover .gallery_overlay p{
	display: block;
}
.sh_gallery a.wh_border{
	margin: 110px 0 0 0;
	display: none;
}
.sh_gallery:hover a.wh_border{
	display: inline-block;
}
.property_section{
	width: 100%;
	float: left;
	position: relative;
}
.property_section::before {
    position: absolute;
    width: 150px;
    height: 205px;
    background-size: 150px;
    left: 0;
    top: 10px;
    background-image: url(../images/left-icon.png);
    background-repeat: no-repeat;
    z-index: 2;
    content: "";
}
.property_section a.red_btn{
	display: none;
	font-weight: 300;
}
.project_slider{
	width: 100%;
	float: left;
}
.project_slider .owl-nav{
	position: absolute;
	top: 36%;
	z-index: -2;
	width: 100%;
}
.project_slider .owl-nav button{
	color: #914111 !important;
	font-size: 50px !important;
}
.project_slider .owl-nav button:hover{
	background-color: transparent !important;
}
.project_slider .owl-nav button.owl-prev{
	float: left;
	margin-left: -50px !important;
}
.project_slider .owl-nav button.owl-next{
	float: right;
	margin-right: -50px !important;
}
.project_box{
	width: 98%;
	margin: 0 1%;
	float: left;
	position: relative;
}
.project_box img{
	width: 100%;
	height: auto;
}
.project_box:hover .project_details{
	height: 100%;
	background-color: rgba(0, 0, 0, 0.4);
	padding-top: 90%;
	border: none;
	transition: all 0.5s linear;
}
.project_details{
	width: 100%;
	position: absolute;
	z-index: 9;
	background-color: #fff;
	padding: 15px;
	border: 1px solid #532200;
	border-top: none;
	bottom: 0;
	text-align: center;
	transition: all 0.5s linear;
}
.project_box:hover .project_details h3{
	color: #fff;
}
.project_details h3{
	color: #212121;
	font-size: 20px;
	font-weight: 200;
	margin: 0 0 10px;
	padding: 0;
	text-transform: uppercase;
}
.project_box:hover .project_details p{
	color: #fff;
}
.project_details p{
	color: #616161;
	font-weight: 300;
	margin: 0;
	padding: 0;
}
.project_box:hover .project_details a.wh_border{
	display: inline-block;
}
.project_details a.wh_border{
	display: none;
}
.featured_section{
	width: 100%;
	float: left;
	background-color: rgba(83, 34, 0, 0.1);
}
.featured_section a.red_btn{
	display: none;
	font-weight: 300;
}
.featured_slider{
	width: 100%;
	float: left;
}
.featured_slider.owl-carousel .owl-stage{
	padding-right: 0 !important;
}
.featured_box{
	width: 100%;
	float: left;
	position: relative;
}
.featured_box img{
	width: 100%;
	height: 100%;
	/*object-fit: cover;*/
}
.featured_overlay{
	width: 100%;
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
	position: absolute;
	z-index: 9;
	top: 0;
	color: #fff;
	text-align: center;
	padding: 0 15%;
}
.featured_overlay h2 {
    letter-spacing: 3px;
    font-weight: 400;
    font-size: 26px;
    margin: 0;
    padding: 0;
}
.featured_overlay p {
    margin: 0px 0 10px;
    line-height: 22px;
	 font-weight: 300;
}
.news_section{
	width: 100%;
	float: left;
	position: relative;
	text-align: center;
}
.news_section::before {
    position: absolute;
    width: 150px;
    height: 205px;
    background-size: 150px;
    right: 0;
    top: 10px;
    background-image: url(../images/right-icon.png);
    background-repeat: no-repeat;
    z-index: -2;
    content: "";
}
.news_slider{
	width: 100%;
	float: left;
}
.news_slider .owl-nav{
	position: absolute;
	top: 36%;
	z-index: -2;
	width: 100%;
}
.news_slider .owl-nav button{
	color: #914111 !important;
	font-size: 50px !important;
}
.news_slider .owl-nav button:hover{
	background-color: transparent !important;
}
.news_slider .owl-nav button.owl-prev{
	float: left;
	margin-left: -50px !important;
}
.news_slider .owl-nav button.owl-next{
	float: right;
	margin-right: -50px !important;
}
.news_slider .item{
	width: 98%;
	margin: 0 1%;
	float: left;
}
.news_img{
	width: 100%;
	float: left;
	position: relative;
}
.news_img img{
	width: 100%;
	height: 400px;
}
.news_img h3{
	color: #fff;
	font-size: 14px;
	font-weight: 200;
	position: absolute;
	top: 20px;
	right: 10px;
	margin: 0;
	text-transform: uppercase;
	background-color: #532200;
	z-index: 2;
	padding: 4px 8px;
}
.news_details{
	width: 100%;
	float: left;
	border: 1px solid #532200;
	border-top: none;
	padding: 15px 25px;
	background-color: #fff;
	text-align: center;
}
.news_details h2{
	color: #212121;
	font-size: 20px;
	font-weight: 300;
	line-height: normal;
	margin: 0;
	padding: 0;
}
.news_details h3{
	color: #212121;
	font-size: 14px;
	font-weight: 300;
	margin: 15px 0;
}
.news_details p{
	color: #6d6d6d;
	margin: 0;
	padding: 0;
}
.news_section a.red_btn{
	margin: 40px 0 0 0;
}
.contact_section{
	width: 100%;
	float: left;
	padding-top: 300px;
	position: relative;
}
.bg_img{
	width: 100%;
	height: 520px;
	background-image: url(../images/bg-img.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	position: absolute;
	top: 0;
	background-position: center center;
	z-index: -2;
}
.contact_box{
	width: 100%;
	float: left;
	padding: 40px;
	background-color: #fff;
	box-shadow: 0 4px 51px 0 rgba(0, 0, 0, 0.2);
}
.contact_details{
	width: 100%;
	float: left;
	padding-right: 30px;
}
.contact_details .main_heading{
	text-align: left;
}
.main_heading p{
	margin: 20px 0 0 0;
	color: #6d6d6d;
}
.all_contacts{
	width: 100%;
	float: left;
}
.all_contacts ul{
	width: 100%;
	padding: 0;
	margin: 0;
	list-style: none;
}
.all_contacts ul li{
	width: 50%;
	float: left;
	padding: 0;
	margin: 0 0 20px;
}
.all_contacts ul li:last-child{
	margin: 0;
}
.all_contacts ul li img{
	width: 20%;
	float: left;
}
.all_contacts ul li span{
	width: 80%;
	float: left;
	padding-left: 20px;
	margin-top: 10px;
}
.all_contacts ul li h3{
	color: #212121;
	font-size: 14px;
	font-weight: 300;
	margin: 0 0 5px;
	padding: 0;
}
.all_contacts ul li a{
	color: #6d6d6d;
	font-size: 13px;
	font-weight: 300;
}
.all_contacts ul li p{
	color: #6d6d6d;
	margin: 0;
}
.contact_form{
	width: 100%;
	float: left;
}
.contact_form input{
	border: 1px solid #D7D5D5;
	color: #969696;
	height: 50px;
	padding: 0 15px;
	border-radius: 0;
	margin: 0 0 15px;
}
.contact_form textarea{
	border: 1px solid #D7D5D5;
	color: #969696;
	height: 150px;
	resize: none;
	padding: 15px;
	border-radius: 0;
	margin: 0 0 30px;
}
.contact_form button{
	color: #fff;
	width: 100%;
	height: 50px;
	font-size: 14px;
	font-weight: 300;
	text-transform: uppercase;
	letter-spacing: 3px;
	background-color: #914111;
}
.footer_section{
	width: 100%;
	float: left;
	background-color: rgba(83, 34, 0, 0.6);
}
.top_footer_section{
	width: 100%;
	float: left;
	margin: 60px 0;
	text-align: center;
}
img.footer_logo{
	margin: 0 auto;
	display: table;
	width: 300px;
	height: auto;
}
.top_footer_section p{
	color: #fff;
	padding: 0 12%;
	margin: 30px 0;
}
ul.footer_menu{
	padding: 0;
	margin: 0 auto;
	display: table;
	list-style: none;
}
ul.footer_menu li{
	float: left;
	padding: 0 20px;
	margin: 0;
}
ul.footer_menu li a{
	color: #fff;
	font-size: 14px;
}
ul.social_icons{
	padding: 0;
	margin: 30px auto 0;
	display: table;
	list-style: none;
}
ul.social_icons li{
	float: left;
	padding: 0 20px;
	margin: 0;
}
ul.social_icons li a{
	color: #fff;
	font-size: 16px;
}
.bottom_footer_section{
	width: 100%;
	float: left;
	padding: 20px 0 10px;
	border-top: 1px solid #fff;
}
.bottom_footer_section p{
	color: #fff;
	float: left;
}
.bottom_footer_section ul{
	padding: 0;
	margin: 0 0 10px;
	float: right;
	list-style: none;
}
.bottom_footer_section ul li{
	float: left;
	padding: 0 0 0 10px;
	margin: 0 0 0 10px;
	line-height: 16px;
}
.bottom_footer_section ul li:last-child{
	border-left: 1px solid #fff;
}
.bottom_footer_section ul li a{
	color: #fff;
	font-size: 14px;
}

/*============= Contact Page Start ==============*/

.bg_banner_section{
	width: 100%;
	float: left;
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
	padding: 250px 0;
}
.cu_banner{
	background-image: url(../images/contact-banner.jpg);
}
.bg_banner_section h2{
	color: #fff;
	font-size: 56px;
	font-weight: 300;
	margin: 0;
	padding: 0 0 0 40px;
	border-left: 4px solid rgba(255, 255, 255, 0.6);
}
.cp_contact_section{
	width: 100%;
	float: left;
	position: relative;
}
.cp_contact_section::before {
    position: absolute;
    width: 150px;
    height: 235px;
    background-size: 150px;
    right: 0;
    bottom: 0;
    background-image: url(../images/right-icon.png);
    background-repeat: no-repeat;
    content: "";
    z-index: -2;
}
.faq_img{
	width: 100%;
	float: left;
}
.faq_img img{
	width: 100%;
}
.faq_details{
	width: 100%;
	float: left;
	padding-left: 40px;
}
.faq_details .main_heading{
	text-align: left;
	margin: 0 0 10px;
}
.all_accordion{
	width: 100%;
	float: left;
	margin-top: 30px;
}
.all_accordion h3{
	color: #212121;
	font-size: 24px;
	font-weight: 300;
	margin: 0 0 20px;
	padding: 0;
}
.panel-group {
    margin-bottom: 0;
}
.panel-group .panel{
	border-radius: 0;
}
.panel-default>.panel-heading {
    color: #914111;
    background-color: transparent;
    border-color: rgba(145, 65, 17, 0.5);
}
.panel-title a{
	display: block;
}
.panel-heading{
	padding: 12px 48px 12px 24px;
}
.panel-title{
	font-family: "Josefin Sans", sans-serif;
	font-size: 16px;
	font-weight: 300;
}
.panel-group .panel+.panel{
	margin-top: 0;
}
.panel-default>.panel-heading+.panel-collapse>.panel-body {
    border-top-color: rgba(145, 65, 17, 0.5);
}
.panel-default {
    border-color: rgba(145, 65, 17, 0.5);
	position: relative;
}
.panel-body{
	padding: 20px 24px;
}
.panel-body p{
	margin: 0;
	color: #616161;
}
.plus_icon {
    position: absolute;
    top: 12px;
    right: 15px;
    color: #914111;
    font-size: 16px;
}
.plus_icon span{
	display: block;
}
.cp_direction_section{
	width: 100%;
	float: left;
}
.direction_box{
	width: 50%;
	height: 500px;
	float: left;
	padding: 100px 110px 0;
	background-color: rgba(83, 34, 0, 0.1);
}
.direction_box a.red_btn{
	margin: 0;
}
.direction_box .main_heading{
	text-align: left;
}
.map_img{
	width: 50%;
	height: 500px;
	float: left;
}
.map_img img{
	width: 100%;
	height: 100%;
}

/*============= Contact Page End ==============*/

/*============= About Page Start ==============*/
.about_banner{
	background-image: url(../images/about-banner.jpg);
}
.ab_about{
	position: relative;
}
.ab_about::before {
    position: absolute;
    width: 150px;
    height: 235px;
    background-size: 150px;
    right: 0;
    bottom: 45%;
    background-image: url(../images/right-icon.png);
    background-repeat: no-repeat;
    content: "";
    z-index: -2;
}
.bg_vdo{
	width: 100%;
	float: left;
	margin: 80px 0 0 0;
	position: relative;
	display: flex;
	align-items: center;
}
.bg_vdo img{
	width: 100%;
	height: auto;
	max-width: 92%;
}
.purpose_section{
	width: 430px;
	background-color: #fff;
	position: absolute;
	right: 0;
	z-index: 9;
	box-shadow: 0 4px 51px 0 rgba(0, 0, 0, 0.09);
	padding: 40px 40px 0;
}
.purpose_section .main_heading{
	text-align: left;
}
.purpose_section .main_heading h2{
	font-size: 28px;
}
.main_heading ul{
	margin: 20px 0 0 0;
	padding: 0 0 0 25px;
	color: #616161;
}
.main_heading ul li{
	font-size: 14px;
	font-weight: 300;
	margin: 0 0 5px 0;
}
.main_heading ul li:last-child{
	margin: 0;
}
.values_section{
	width: 100%;
	float: left;
}
.value_box{
	width: 100%;
	height: 270px;
	float: left;
	border: 1px solid rgba(145, 65, 17, 0.5);
	padding: 40px;
	margin: 0 0 20px;
}
.values_section .col-sm-4:nth-child(1) .value_box{
	padding: 0;
	border: none;
}
.value_box .main_heading{
	margin: 0;
	text-align: left;
}
.value_box h3{
	color: #212121;
	font-size: 20px;
	font-weight: 300;
	margin: 20px 0 0;
	text-transform: uppercase;
}
.value_box p{
	color: #616161;
	margin: 20px 0 0 0;
}
.our_group{
	width: 100%;
	float: left;
	position: relative;
}
.our_group::before {
    position: absolute;
    width: 150px;
    height: 205px;
    background-size: 150px;
    left: 0;
    top: 0;
    background-image: url(../images/left-icon.png);
    background-repeat: no-repeat;
    z-index: -2;
    content: "";
}
.company_slider{
	width: 100%;
	float: left;
	margin: 0 0 40px;
}
.company_slider .owl-nav{
	position: absolute;
	top: 36%;
	z-index: -2;
	width: 100%;
}
.company_slider .owl-nav button{
	color: #914111 !important;
	font-size: 50px !important;
}
.company_slider .owl-nav button:hover{
	background-color: transparent !important;
}
.company_slider .owl-nav button.owl-prev{
	float: left;
	margin-left: -50px !important;
}
.company_slider .owl-nav button.owl-next{
	float: right;
	margin-right: -50px !important;
}
.company_slider .project_details h3{
	margin: 0;
	text-transform: uppercase;
	line-height: 28px;
}
.company_slider .project_details {
    height: 70px;
    padding: 0 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}
.our_group a.red_btn{
	margin: 0 auto;
	display: table;
	font-weight: 300;
}
.directors_section{
	width: 100%;
	float: left;
}
.main_heading h2 span{
	display: block;
}
.directors_section .about_details{
	padding-right: 0;
}
.about_details p span{
	color: #914111;
	font-weight: 600;
	text-transform: uppercase;
}
.journey_section{
	width: 100%;
	float: left;
	background-color: rgba(83, 34, 0, 0.1);
}
.journey_section .main_heading{
	text-align: left;
}
.experience_section{
	width: 100%;
	float: left;
	position: relative;
}
.experience_section::after{
	width: 100%;
	height: 1px;
	position: absolute;
	top: 55%;
	left: 0;
	content: "";
	background-color: #914111;
}
.experience_section ul{
	width: 100%;
	text-align: center;
	padding: 0;
	margin: 0;
	list-style: none;
}
.experience_section ul li{
	width: 25%;
	float: left;
	padding: 0;
	margin: 0;
}
.experience_section ul li h2{
	color: #212121;
	font-size: 24px;
	font-weight: 300;
	margin: 0;
	padding: 0;
}
.experience_section ul li span{
	display: inline-block;
	margin: 10px 0;
}
.experience_section ul li h3{
	color: #616161;
	font-size: 14px;
	font-weight: 300;
	margin: 0;
	padding: 0;
	text-transform: uppercase;
}
/*============= About Page End ==============*/

/*============= Our Business Page Start ==============*/
.verticals_section{
	width: 100%;
	float: left;
}
.verticals_section.mg-btm-80{
	margin-bottom: 60px;
}
.verticals_boxs{
	width: 100%;
	float: left;
}
.verticals_boxs ul{
	width: 100%;
	list-style: none;
	padding: 0;
	margin: 0;
	display: inline-block;
	text-align: center;
}
.verticals_boxs ul li{
	width: 33%;
	display: inline-block;
	text-align: center;
	margin: 0 0 20px;
	padding: 0 15px;
}
.partners_section{
	width: 100%;
	float: left;
	background-color: #E5DDD6;
}
.partner_slider{
	width: 100%;
	float: left;
}
.partner_slider img{
	width: auto !important;
	margin: 0 auto;
	display: table;
	opacity: .5;
	transition: all 0.5s;
}
.partner_slider img:hover{
	opacity: 1;
}
/*============= Our Business Page End ==============*/

/*============= Real Estate Page Start ==============*/
.discover_section{
	width: 100%;
	display: inline-block;
	text-align: center;
}
.discover_box{
	width: 100%;
	float: left;
	margin: 0 0 20px;
}
.news_details img{
	width: 180px;
	margin: 0 auto 15px;
	display: table;
}
.discover_box .news_details p{
	color: #914111;
}
/*============= Real Estate Page End ==============*/

/*============= Projects Page Start ==============*/
.all_pl_section{
	width: 100%;
	float: left;
}
.property_search{
	width: 100%;
	float: left;
	background-color: #fff;
	padding: 15px 30px;
	box-shadow: 0 6px 40px 0 rgba(24, 28, 35, 0.15);
	transform: translateY(-35px);
	margin: 0 0 20px;
}
.search_pp{
	width: 50%;
	float: left;
	position: relative;
}
.property_search input{
	width: 100%;
	background-color: transparent;
	border: none;
	font-size: 16px;
	font-weight: 300;
	color: #a3a3a3;
	height: 44px;
	padding: 0 40px 0 0;
	margin: 0;
}
.search_pp span{
	position: absolute;
	color: #666;
	font-size: 16px;
	top: 10px;
	right: 12px;
	cursor: pointer;
}
.property_search input::placeholder{
	color: #666;
}
.property_search select{
	width: 23%;
	float: left;
	padding: 0 0 0 20px;
	border-left: 1px solid #dcdcdc;
	height: 44px;
	color: #666;
	font-size: 16px;
	font-weight: 300;
	margin: 0 1%;
	background: transparent;
}
.tab{
	width: 100%;
	display: inline-block;
	text-align: center;
}
.tab button{
	color: #212121;
	font-size: 16px;
	font-weight: 600;
	margin: 0 15px;
	padding: 0 5px 4px;
	background-color: transparent;
}
.tab button.active{
	border-bottom: 2px solid #D2AC6E;
}
.tab button:hover{
	border-bottom: 2px solid #D2AC6E;
}
.tabcontent{
	width: 100%;
	float: left;
	margin: 40px 0 0 0;
	display: none;
	text-align: center;
}
.tabcontent.active{
	display: block;
}
/*============= Projects Page End ==============*/

/*============= DN New Town Page Start ==============*/
.nt_property_section{
	width: 100%;
	float: left;
	position: relative;
	overflow-x: hidden;
}
.nt_property_section::before{
	position: absolute;
    width: 150px;
    height: 235px;
    background-size: 150px;
    right: 0;
    bottom: 45%;
    background-image: url(../images/right-icon.png);
    background-repeat: no-repeat;
    content: "";
    z-index: -2;
}
.nt_property_img{
	width: 100%;
	float: left;
	position: relative;
	margin: 0 0 40px;
}
.nt_property_img::after{
	width: 1px;
	height: 100%;
	right: -15px;
	background-color: #C5A98B;
	position: absolute;
	content: "";
}
.nt_property_img img{
	width: 100%;
}
.nt_property_section .main_heading{
	margin: 0;
	text-align: left;
}
.nt_property_info{
	width: 100%;
	float: left;
	margin: 40px 0 0 0;
}
.pi_section{
	width: 100%;
	float: left;
	margin: 0 0 40px;
}
h3.pi_heading{
	color: #212121;
	font-size: 20px;
	font-weight: 300;
	text-transform: uppercase;
	margin: 0 0 20px;
	padding: 0;
}
.pi_section ul{
	width: 100%;
	display: inline-block;
	padding: 0;
	margin: 0;
	list-style: none;
}
.pi_section ul li{
	width: 50%;
	float: left;
	padding: 0;
	margin: 0 0 10px;
	color: #212121;
	font-weight: 300;
	display: block;
	font-size: 16px;
}
.pi_section ul li span{
	display: block;
	font-size: 14px;
	color: #616161;
}
.morris_client{
	width: 100%;
	float: left;
}
.morris_client img{
	width: 50px;
	height: 50px;
	float: left;
	margin-right: 15px;
}
.morris_client p{
	color: #212121;
	font-size: 16px;
	font-weight: 500;
	margin: 5px 0 0 0;
	display: block;
	padding: 0;
}
.morris_client p span{
	display: block;
	color: #8B3E0F;
	font-size: 14px;
}
.pi_gallery{
	width: 100%;
	float: left;
	margin: 30px 0 0 0;
}
.pi_gallery ul{
	width: 100%;
	float: left;
	padding: 0;
	margin: 0;
	list-style: none;
}
.pi_gallery ul li{
	width: 33.33%;
	float: left;
	padding: 0 10px 10px 0;
	margin: 0;
}
.pi_gallery ul li img{
	width: 100%;
	height: auto;
}
.full_facilities_section{
	width: 100%;
	float: left;
}
.full_facilities_section .col-sm-4:nth-child(1) .our_facility{
	padding: 0 20px 0 0;
	border: none;
}
.our_facility{
	width: 100%;
	float: left;
	padding: 40px 40px 0;
	height: 280px;
	border: 1px solid rgba(145, 65, 17, 0.5);
	margin: 0 0 20px 0;
}
.our_facility .main_heading{
	text-align: left;
}
.our_facility img{
	width: 100%;
	max-width: 60px;
	height: auto;
}
.our_facility h3{
	color: #212121;
	font-size: 20px;
	font-weight: 300;
	text-transform: uppercase;
	margin: 20px 0 0 0;
}
.our_facility p{
	color: #616161;
	font-weight: 300;
	margin: 20px 0 0 0;
}
.dn_map_section{
	width: 100%;
	float: left;
}
.dn_map_section .main_heading p{
	color: #914111;
}
.dn_map_section .main_heading a{
	color: #914111;
	display: block;
}
/*============= DN New Town Page End ==============*/

/*============= Responcive Start ==============*/

@media (max-width: 767px){
.mg-80{
	margin: 40px 0;
}
.pd-80{
	padding: 40px 0;
}
.mg-btm-80{
	margin-bottom: 40px;
}
h2{
	font-size: 28px;
}
.navbar-brand>img{
	width: 125px;
}
.navbar-inverse .navbar-nav>li>a {
    padding: 5px 0;
}
.dropdown span {
    top: 8px;
    border-top: 4px dashed;
    border-right: 4px solid transparent;
    border-left: 4px solid transparent;
}
.navbar-toggle {
    padding: 0;
    margin-top: 5px;
    border: none;
}
.navbar-inverse .navbar-collapse, .navbar-inverse .navbar-form {
    border: none;
    text-align: center;
    position: absolute;
    background: rgba(0, 0, 0, 0.9);
    width: 100%;
    z-index: 99;
}
.dropdown{
	padding: 0;
	margin-bottom: 10px;
}
.dropdown span{
	display: none;
}
.dropdown-menu {
    position: sticky;
    z-index: 1000;
    display: table;
    float: none;
    min-width: 160px;
    padding: 5px 0;
    margin: 0 auto;
    text-align: center;
}
.navbar-nav {
    width: 100%;
    text-align: center;
    margin: 0;
    padding: 50px 0;
}
.dropdown-menu>li>a{
	font-size: 12px;
}
.banner_slider.owl-carousel .owl-item img {
    height: 700px;
    object-fit: cover;
}
.banner_image_overlay{
	left: 15px;
	padding-right: 30px;
}
.banner_image_overlay h4{
	font-size: 14px;
}
.banner_image_overlay h1{
	font-size: 38px;
}
.banner_image_overlay h1 span {
    display: inline;
}
.scroll_btn {
    bottom: 20px;
    left: 15px;
}
.scroll_btn span {
    DISPLAY: inline-block;
    margin: 0 0 0 10px;
    font-size: 14px;
}
.about_details{
	padding-right: 0;
	margin: 0 0 40px;
}
.about_details ul li{
	width: 50%;
	margin: 0 0 10px;
	text-align: left;
}
.big_img{
	width: calc(100% - 30px);
	margin: 0 15px 15px;
}
.big_img a.wh_border{
	margin: 40px 0 0 0;
}
.short_images{
	width: 100%;
}
.sh_gallery a.wh_border {
    margin: 40px 0 0 0;
}
.short_images .sh_gallery:nth-child(4){
	margin: 0 15px 0;
}
.sh_gallery{
	width: calc(100% - 30px);
	margin: 0 15px 15px;
}
.property_section::before{
	display: none;
}
.project_slider{
	margin: 0 0 40px;
}
.property_section a.red_btn{
	display: table;
	margin: 0 auto;
}
.banner_slider.owl-theme .owl-nav.disabled+.owl-dots{
	bottom: 4%;
}
.project_slider .owl-nav button.owl-next {
    margin-right: -15px !important;
}
.project_slider .owl-nav button.owl-prev {
    margin-left: -15px !important;
}
.news_section::before{
	display: none;
}
.news_slider .owl-nav button.owl-prev {
    margin-left: -15px !important;
}
.news_slider .owl-nav button.owl-next{
	margin-right: -15px !important;
}
.news_details{
	padding: 15px 30px;
}
.news_details h2{
	font-size: 18px;
}
.featured_slider{
	margin: 0 0 40px;
}
.featured_section a.red_btn{
	display: table;
	margin: 0 auto;
}
.featured_overlay{
	padding: 0 15px;
}
.featured_box img{
	object-fit: cover;
	height: 600px !important;
}
.contact_section {
    padding-top: 120px;
}
.bg_img{
	height: 300px;
}
.contact_box{
	padding: 40px 15px;
}
.contact_details{
	padding-right: 0;
}
.all_contacts ul li{
	width: 100%;
}
.all_contacts ul li:last-child{
	margin: 0 0 20px;
}
.all_contacts ul li img{
	width: 15%;
}
.top_footer_section {
    margin: 60px 0 20px;
}
img.footer_logo{
	width: 200px;
}
.top_footer_section p{
	padding: 0;
}
ul.footer_menu {
    padding: 0 0 20px 0;
    border-bottom: 1px solid #fff;
    width: 100%;
}
ul.social_icons {
    margin: 20px auto 0;
}
ul.footer_menu li{
	float: none;
	padding: 5px 0;
}
.bottom_footer_section{
	padding: 0 0 10px;
	border: none;
}
.bottom_footer_section p {
    float: none;
    text-align: center;
    font-size: 12px;
}
.bottom_footer_section ul {
    margin: 0 auto 10px;
    display: table;
    float: none;
}
.bottom_footer_section ul li a{
	font-size: 12px;
}

/*============= About Page Responsive Start ==============*/
.bg_vdo{
	display: inline-block;
}
.bg_vdo img{
	max-width: 100%;
}
.our_group::before{
	display: none;
}
.purpose_section {
    float: left;
    position: relative;
    width: 100%;
    padding: 40px 35px 0;
}
.purpose_section{
	float: left;
	position: relative;
	width: 100%;
}
.values_section .col-sm-4:nth-child(1) .value_box {
    height: auto;
    margin: 0 0 20px;
}
.value_box{
	height: 280px;
	padding: 40px 20px;
}
.company_slider .owl-nav button.owl-prev {
    margin-left: 40px !important;
}
.company_slider .owl-nav button.owl-next {
    margin-right: 40px !important;
}
.company_slider .owl-nav{
	top: 100%;
}
.project_details h3 {
    font-size: 18px;
}
.experience_section ul li{
	width: 100%;
	margin: 0 0 20px 0;
}
.experience_section ul li:last-child{
	margin: 0;
}
.experience_section::after {
    width: 1px;
    height: 88%;
    top: 6%;
    left: 42%;
}
.experience_section ul li h2{
	float: left;
	font-size: 20px;
	width: 20%;
	text-align: left;
}
.experience_section ul li span {
    width: 40%;
    float: left;
    height: 20px;
    margin: 0;
    top: -45px;
    position: relative;
}
.experience_section ul li h3{
	width: 40%;
	float: left;
	padding: 0;
	text-align: left;
}
.experience_section ul li span img{
    transform: rotate(-90deg);	
}
.second .about_details{
	margin: 40px 0 0 0;
}
/*============= About Page Responsive End ==============*/

/*============= Contact Page Responsive Start ==============*/
.bg_banner_section{
	padding: 100px 0;
}
.bg_banner_section h2{
    font-size: 38px;
}
.faq_details{
	padding-left: 0;
	margin: 40px 0 0 0;
}
.all_accordion h3 {
    font-size: 16px;
}
.plus_icon {
    top: 10px;
    right: 10px;
    font-size: 14px;
}
.panel-heading {
    padding: 10px 30px 10px 10px;
}
.panel-title{
	font-size: 14px;
}
.panel-body {
    padding: 15px 10px;
}
.cp_contact_section::before{
	display: none;
}
.direction_box{
	width: 100%;
	height: auto;
	padding: 50px 15px;
}
.map_img {
	width: 100%;
    height: auto;
}
/*============= Contact Page Responsive End ==============*/

/*============= Our Business Page Responsive Start ==============*/
.verticals_boxs ul li{
	width: 100%;
	padding: 0;
}
.ab_about::before{
	display: none;
}
/*============= Our Business Page Responsive End ==============*/

/*============= Projects Page Responsive Start ==============*/
.property_search{
	transform: translateY(0);
	margin: 40px 0;
	padding: 0;
	background: transparent;
	box-shadow: none;
}
.search_pp{
	width: 100%;
	margin: 0 0 20px;
	background-color: #fff;
	padding: 0 15px;
	box-shadow: 0 6px 40px 0 rgba(24, 28, 35, 0.15);
}
.property_search select{
	width: 100%;
	border: none;
	padding: 0 15px;
	margin: 0 0 20px;
	box-shadow: 0 6px 40px 0 rgba(24, 28, 35, 0.15); 
}
.tab button{
	margin: 0 10px 10px;
}
/*============= Projects Page Responsive End ==============*/

/*============= DN New Tow Page Responsive Start ==============*/
.nt_property_section::before{
	display: none;
}
.pi_section ul li{
	width: 100%;
}
.pi_gallery{
	margin: 0;
}
.pi_gallery ul li{
	width: 50%;
}
.full_facilities_section .col-sm-4:nth-child(1) .our_facility{
	padding: 0 30px 0 0;
}
.our_facility{
	height: auto;
	padding: 40px 20px;
}
.dn_map_section .bg_vdo{
	margin: 40px 0 0 0;
}
/*============= DN New Tow Page Responsive End ==============*/
}
@media (min-width: 768px) and (max-width:1023px){
.mg-80{
	margin: 50px 0;
}
.pd-80{
	padding: 50px 0;
}
.mg-btm-80{
	margin-bottom: 50px;
}
h2{
	font-size: 30px;
}
p{
	font-size: 14px;
}
.navbar-brand>img{
	width: 125px;
}
.navbar-inverse .navbar-nav>li>a {
    font-size: 12px;
    padding: 0 15px;
}
.dropdown span {
    top: 8px;
    border-top: 4px dashed;
    border-right: 4px solid transparent;
    border-left: 4px solid transparent;
}
.banner_slider.owl-carousel .owl-item img {
    height: 700px;
    object-fit: cover;
}
.banner_image_overlay{
	left: 15px;
}
.banner_image_overlay h4{
	font-size: 14px;
}
.banner_image_overlay h1{
	font-size: 42px;
}
.scroll_btn {
    bottom: 20px;
    left: 15px;
}
.scroll_btn span {
    DISPLAY: inline-block;
    margin: 0 0 0 10px;
    font-size: 14px;
}
.about_details{
	padding-right: 0;
}
.big_img{
	width: 100%;
}
.short_images{
	width: 100%;
}
.property_section::before{
	display: none;
}
.project_slider .owl-nav button.owl-next {
    margin-right: -15px !important;
}
.project_slider .owl-nav button.owl-prev {
    margin-left: -15px !important;
}
.news_section::before{
	display: none;
}
.news_slider .owl-nav button.owl-prev {
    margin-left: -15px !important;
}
.news_slider .owl-nav button.owl-next{
	margin-right: -15px !important;
}
.news_details{
	padding: 15px 30px;
}
.news_details h2{
	font-size: 18px;
}
.featured_overlay{
	padding: 0 5%;
}
.contact_section {
    padding-top: 200px;
}
.bg_img{
	height: 400px;
}
.contact_box{
	padding: 40px 15px;
}
.contact_details{
	padding-right: 0;
}
.all_contacts ul li{
	width: 100%;
}
.all_contacts ul li img{
	width: 15%;
}
img.footer_logo{
	width: 200px;
}
.top_footer_section p{
	padding: 0 3%;
}

/*============= About Page Responsive Start ==============*/
.bg_vdo{
	display: inline-block;
}
.bg_vdo img{
	max-width: 100%;
}
.purpose_section{
	float: left;
	position: relative;
	width: 100%;
}
.value_box{
	height: 320px;
	padding: 40px 20px;
}
.company_slider .owl-nav button.owl-prev {
    margin-left: -15px !important;
}
.company_slider .owl-nav button.owl-next {
    margin-right: -15px !important;
}
.project_details h3 {
    font-size: 18px;
}
/*============= About Page Responsive End ==============*/

/*============= Contact Page Responsive Start ==============*/
.bg_banner_section{
	padding: 150px 0;
}
.bg_banner_section h2{
    font-size: 45px;
}
.faq_details{
	padding-left: 0;
}
.all_accordion h3 {
    font-size: 20px;
}
.direction_box{
	width: 100%;
	height: auto;
	padding: 50px 150px;
}
.map_img {
	width: 100%;
    height: auto;
}
/*============= Contact Page Responsive End ==============*/

/*============= Our Business Page Responsive Start ==============*/
.verticals_boxs ul li{
	width: 49%;
}
/*============= Our Business Page Responsive Start ==============*/

/*============= DN New Tow Page Responsive Start ==============*/
.pi_section ul li{
	width: 100%;
}
.pi_gallery{
	margin: 0;
}
.full_facilities_section .col-sm-4:nth-child(1) .our_facility{
	padding: 0;
}
.our_facility{
	height: 350px;
	padding: 40px 20px 0;
}
/*============= DN New Tow Page Responsive End ==============*/
}
@media (min-width: 1024px) and (max-width:1279px){
h2{
	font-size: 30px;
}
p{
	font-size: 14px;
}
.banner_image_overlay h4{
	font-size: 14px;
}
.banner_image_overlay h1{
	font-size: 48px;
}
.about_details{
	padding-right: 0;
}
.big_img{
	width: 100%;
}
.short_images{
	width: 100%;
}
.project_slider .owl-nav button.owl-next {
    margin-right: -30px !important;
}
.project_slider .owl-nav button.owl-prev {
    margin-left: -30px !important;
}
.news_slider .owl-nav button.owl-prev {
    margin-left: -30px !important;
}
.news_slider .owl-nav button.owl-next{
	margin-right: -30px !important;
}
.news_details{
	padding: 15px;
}
.news_details h2{
	font-size: 18px;
}
.featured_overlay{
	padding: 0 5%;
}

/*============= About Page Responsive Start ==============*/
.value_box{
	height: 300px;
	padding: 40px 20px;
}
.company_slider .owl-nav button.owl-prev {
    margin-left: -30px !important;
}
.company_slider .owl-nav button.owl-next {
    margin-right: -30px !important;
}
.project_details h3 {
    font-size: 18px;
}
/*============= About Page Responsive End ==============*/

/*============= Contact Page Responsive Start ==============*/
.bg_banner_section{
	padding: 200px 0;
}
.bg_banner_section h2{
    font-size: 50px;
}
.faq_details{
	padding-left: 0;
}
.all_accordion h3 {
    font-size: 20px;
}
.direction_box{
	height: 400px;
	padding: 50px 60px 0;
}
.map_img {
    height: 400px;
}
/*============= Contact Page Responsive End ==============*/

/*============= DN New Tow Page Responsive Start ==============*/
.our_facility{
	padding: 40px 20px 0;
}
/*============= DN New Tow Page Responsive End ==============*/
}
@media (min-width: 1280px) and (max-width:1364px){

}
@media (min-width: 1365px) and (max-width:1440px){

}
@media (min-width: 1441px) and (max-width:1600px){
	
}
@media (min-width: 1601px) and (max-width:1920px){
.container{
	width: 1440px;
}
h2{
	font-size: 48px;
}
p{
	font-size: 16px;
}
.navbar-inverse .navbar-nav>li>a {
    font-size: 16px;
    padding: 10px 30px;
}
.banner_image_overlay{
	left: 13%;
}
.banner_image_overlay h1{
	font-size: 80px;
}
.scroll_btn {
	left: 48%;
    bottom: 40px;
    font-size: 16px;
}
a.wh_border{
	font-size: 16px;
	padding: 12px 40px;
}
.main_heading h4{
	font-size: 16px;
}
.about_details .main_heading{
	margin: 0 0 40px;
}
.about_details ul li{
	font-size: 48px;
}
.about_details ul li h3{
	font-size: 16px;
}
a.red_btn{
	font-size: 16px;
	padding: 12px 40px;
}
.gallery_overlay{
	padding: 40px;
}
.gallery_overlay h4{
	font-size: 16px;
}
.gallery_overlay h2{
	font-size: 24px;
}
.big_img a.wh_border {
    margin: 700px 0 0 0;
}
.sh_gallery a.wh_border {
    margin: 250px 0 0 0;
}
.property_section::before {
    width: 200px;
    height: 280px;
    background-size: 200px;
}
.project_slider .owl-nav button {
    font-size: 70px !important;
}
.project_details h3{
	font-size: 24px;
}
.news_section::before {
    width: 200px;
    height: 315px;
    background-size: 200px;
}
.news_slider .owl-nav button {
    font-size: 70px !important;
}
.news_details h2{
	font-size: 24px;
}
.news_details{
	padding: 15px 36px;
}
img.footer_logo{
	width: 350px;
}
ul.footer_menu li a{
	font-size: 16px;
}
.bottom_footer_section ul li a{
	font-size: 16px;
}

/*============= About Page Responsive Start ==============*/
.purpose_section .main_heading h2 {
    font-size: 32px;
}
.value_box .main_heading h2{
	font-size: 46px;
}
.value_box{
	height: 310px;
}
.value_box h3 {
    font-size: 26px;
    margin: 40px 0 0;
}
.company_slider .project_details {
    height: 80px;
    padding: 0 30px;
}
.experience_section ul li h3{
	font-size: 16px;
}
/*============= About Page Responsive End ==============*/

/*============= Contact Page Responsive Start ==============*/
.bg_banner_section{
	padding: 300px 0;
}
.bg_banner_section h2 {
    font-size: 64px;
}
.faq_details {
    padding-left: 80px;
}
.direction_box{
	height: 650px;
    padding: 150px 200px 0;
}
.map_img{
	height: 650px;
}
/*============= Contact Page Responsive End ==============*/

/*============= DN New Tow Page Responsive Start ==============*/
.nt_property_section::before {
    width: 220px;
    height: 345px;
    background-size: 220px;
}
.nt_property_img{
	padding-right: 30px;
}
.nt_property_info{
	padding-left: 30px;
	margin-top: 80px;
}
h3.pi_heading {
    font-size: 26px;
}
.pi_section ul li{
	font-size: 18px;
}
.pi_section ul li span{
	font-size: 16px;
}
.our_facility{
	height: 380px;
	padding: 50px 50px 0;
}
.our_facility img {
    max-width: 90px;
}
.our_facility h3{
	font-size: 26px;
	margin: 40px 0 0 0;
}
/*============= DN New Tow Page Responsive End ==============*/
}