/*
Theme Name: DHP
Theme URI: https://wordpress.org/themes/twentysixteen/
Author: venus appsolution
Author URI: https://wordpress.org/
Description: DHP is a modernized take on an ever-popular WordPress layout — the horizontal masthead with an optional right sidebar that works perfectly for blogs and websites. It has custom color options with beautiful default color schemes, a harmonious fluid grid using a mobile-first approach, and impeccable polish in every detail. DHP will make your WordPress look beautiful everywhere.
Version: 1.3
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: one-column, two-columns, right-sidebar, accessibility-ready, custom-background, custom-colors, custom-header, custom-menu, editor-style, featured-images, flexible-header, microformats, post-formats, rtl-language-support, sticky-post, threaded-comments, translation-ready, blog
Text Domain: DHP

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.
*/

/* global property start */
@font-face {
	font-family: 'FontAwesome';
	src: url('fonts/FontAwesome.eot');
	src: url('fonts/FontAwesome.eot?#iefix') format('embedded-opentype'), url('fonts/FontAwesome.woff2') format('woff2'), url('fonts/FontAwesome.woff') format('woff'), url('fonts/FontAwesome.ttf') format('truetype'), url('fonts/FontAwesome.svg#FontAwesome') format('svg');
	font-weight: normal;
	font-style: normal;
}
* {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
		vertical-align:top;
}
body {
	font-family: 'Roboto', sans-serif;
	font-size: 16px;
	color: #000;
}
header, nav, aside, article, section, figure, footer {
	display: block;
}
.row:before, .row:after {
	display: table;
	clear: both;
	content: "";
}
.pulleft {
	float: left;
}
.pulright {
	float: right;
}
.alignleft {
	float: left;
	margin-right: 20px;
}
.alignright {
	float: right;
	margin-left: 20px;
}
.aligncenter {
	display: block;
	margin: 0 auto;
}
.align-left {
	text-align: start;
}
.align-right {
	text-align: right;
}
.align-center {
	text-align: center;
}
a, img {
	outline: none;
	text-decoration: none;
	border: none;
}
img {
	height: auto;
	width: auto;
	vertical-align: bottom;
}
h1, h2, h3, h4, h5, h6 {
	font-family: 'Montserrat', sans-serif;
	color: #000;
	font-weight: normal;
	padding-bottom: 10px;
}
h1 {
	font-size: 30px;
}
h2 {
	font-size: 25px;
}
h3 {
	font-size: 22px;
}
h4 {
	font-size: 20px;
}
h5 {
	font-size: 18px;
}
h6 {
	font-size: 16px;
}
p {
	font-family: 'Montserrat', sans-serif;
	font-size: 16px;
	color: #000;
	line-height: 26px;
}
a {
	color: #000;
	text-decoration: none;
	transition: all 0.3s ease 0s;
}
a:hover {
	color: #7ac7ff;
}
input[type="text"], input[type="email"], input[type="url"], input[type="file"], textarea, select {
	background-color: transparent;
    border: 1px solid #acacac;
	color: #000;
	display: block;
	font-family: inherit;
	font-size: 13px;
	padding: 10px;
	margin-bottom: 15px;
}
.button, .linkbutton, input[type="submit"], input[type="button"], .readbtn {
	background-color: #d7d7d7;
	border: none;
	color: #fff;
	cursor: pointer;
	font-size: 28px;
	font-family: inherit;
	padding: 10px;
	width:100%;
	display: inline-block;
	transition: all 0.5s ease-in 0s;
}
button:hover, .linkbutton:hover, input[type="submit"]:hover, input[type="button"]:hover, .readbtn:hover {
	background-color: #000;
	color: #fff;
}
.vertical-container {
	display: table;
	width: 100%;
	height: 100%;
}
.vertical-middle {
	display: table-cell;
	vertical-align: middle;
}
#main {
	position: relative;
}
.container {
	max-width: 1230px;
	margin: 0 auto;
	padding: 0 15px;
}
/* global property end */
/* header property start */
.homepage-bg {
	position: relative;
	width: 100%;
/*	background: url(images/home-bg.jpg) no-repeat;
	background-size: cover;*/
}
body.rfwbs-active
{
	padding-bottom:0 !important;
}
.rfwbs_navi
{
	top:200px !important;
}
#headerpage {
	position: relative;
}
#headerpage .main-header {
	background-color: rgba(255,255,255,0.8);
	display: inline-block;
	margin-top: 60px;
	padding: 0 10px 0 50px;
	position: relative;
	width: 100%;
	height:46px;
}
#headerpage .main-header .logo {
	display: inline-block;
	position: absolute;
	top: -34px;
}
/* nav property start */
#headerpage .main-header .main-nav {
	display: inline-block;
}
#headerpage .main-header .main-nav ul {
	display: inline-block;
	width: 100%;
}
#headerpage .main-header .main-nav ul li {
	display: inline-block;
	font-family: 'Montserrat', sans-serif;
	font-size: 16px;
	color: #000;
	position:relative;
}
#headerpage .main-header .main-nav ul li a {
	color: #000;
	display: inline-block;
	font-family: "Montserrat", sans-serif;
	font-size: 14px;
	padding: 14px 15px;
	text-transform: uppercase;
}
#headerpage .main-header .main-nav ul li.current-menu-item a, 
#headerpage .main-header .main-nav ul li a:hover {
	background-color: #fff;
}
#headerpage .main-header .main-nav ul li .dropdown-icon {
	display:none;
}
#headerpage .main-header .main-nav ul li .dropdown-icon {
	display:block;
}
#headerpage .main-header .main-nav ul li .dropdown-icon:after {
    color: #000;
    content: "";
    display: inline-block;
    font-family: "FontAwesome";
    font-size: 18px;
    line-height: 18px;
    margin: 0 10px;
    vertical-align: top; 
}
#headerpage .main-header .main-nav ul li ul {
	display:none;
	z-index:9999;
}
#headerpage .main-header .main-nav ul li:hover ul {
	display:block;
	width:143px;
	position:absolute;
	list-style:none;
	background-color:#eaeaea;
}
#headerpage .main-header .main-nav ul li:hover ul li {
	color: #000;
	display:list-item;
	font-family: "Montserrat", sans-serif;
	font-size: 14px;
	text-transform: uppercase;
	border-top:1px solid transparent;
}
#headerpage .main-header .main-nav ul li:hover ul li a {
	color: #8d8d8d;
	font-family: "Montserrat", sans-serif;
	font-size: 14px;
	display:list-item;
	text-transform: uppercase;
}
#headerpage .main-header .main-nav ul li:hover ul li a:before {
	 color: #000;
    content: "";
    display: inline-block;
    font-family: "FontAwesome";
    font-size: 18px;
     margin: 0 7px -2px 0;
    vertical-align: bottom;
}
#headerpage .main-header .main-nav ul li:hover ul li:hover {
	border-top:1px solid #ccc;
}
#headerpage .main-header .main-nav ul li ul li a:hover {
	background-color:#fff;
}
.mobilenav, .navigation {
	display: none;
}
/* nav property end */
/* header property end */

/* about property start */
.page-header{
	width: 100%;
	background-size: cover !important;
	position: relative;
	padding-bottom:13%;
}
#content {
	display: inline-block;
	width: 100%;
	position: relative;
	background-color: #edeef2;
}
.page-content {
	display: inline-block;
	margin-bottom: 50px;
	padding: 60px 0;
	width: 100%;
}
.page-content .container {
	max-width: 1000px;
	margin: 0 auto;
}
.page-content .leftpanel {
	display: inline-block;
	width: 41.4%;
	text-align: center;
	position:relative;
}
.page-content .leftpanel .title-bg {
	background-size:cover !important;
	text-align:center;
}
 .page-content .title-bg
 {
	 text-align:left;
 }
.page-content .leftpanel .wrapper, .page-content .wrapper {
	background-color: rgba(255,255,255,0.8);
	 display: inline-block;
    margin: 40px 0;
    padding: 20px 30px;
    position: relative;
    width: 65%;
}
 .page-content .wrapper 
 {
	 background-color: rgba(245,245,245,0.7) !important;
 }
.page-content .leftpanel .wrapper h1, .page-content .wrapper h1 {
	color: #000051;
	text-transform: uppercase;
	padding-bottom: 0;
}
.page-content .leftpanel .wrapper ul {
	display: ruby;
	width: 100%;
}
.page-content .leftpanel .wrapper ul li {
	display: inline-block;
	font-family: 'Open Sans', sans-serif;
}
.page-content .leftpanel .wrapper ul li a {
	display: inline-block;
	font-family: 'Open Sans', sans-serif;
	font-size: 14px;
	color: #818181;
	font-weight: 600;
	text-transform: uppercase;
}
.page-content .right-arrow:after,
.page-content .leftpanel .wrapper ul li .right-arrow:after {
	color: #818181;
	content: "";
	display: inline-block;
	font-family: "FontAwesome";
	font-size: 14px;
	margin: 0 10px;
	vertical-align: bottom;
}
.breadcrumbs span {
	color:#000;	
}
.page-content .leftpanel .wrapper ul li a:hover {
	color:#000;
}
.page-content .leftpanel .right-arrow:after {
	color:#000 !important;
}
.page-content .rightpanel {
	display: inline-block;
	width: 58.6%;
	background-color: #fff;
	padding: 40px 40px 20px;
	vertical-align: top;
	position:relative;
	min-height:876px;
}
.page-content .rightpanel h5 {
	font-family: 'Open Sans', sans-serif;
	font-size: 18px;
	color: #000051;
	text-transform: uppercase;
	font-weight: 600;
}
.page-content .rightpanel p {
	font-family: 'Open Sans', sans-serif;
	font-size: 14px;
	color: #000;
	line-height: 30px;
	margin-bottom: 35px;
}
/* about property end */
/* Contact page property start */
.contact-bg {
	background: url(images/contact-bg.jpg) no-repeat;
	width: 100%;
	background-size: cover;
	height: 325px;
	position: relative;
}
.page-content .rightpanel h6 {
	  color: #818181;
    font-family: "Open Sans",sans-serif;
    font-size: 14px;
    margin-bottom: 10px;
    margin-left: 25px;
    text-transform: uppercase;
}
.page-content .rightpanel .location:before,
.page-content .rightpanel .mobile:before,
.page-content .rightpanel .phone:before {
	color:#000;
}
.page-content .rightpanel .contact-form {
	border-top: 2px solid #ccc;
    display: inline-block;
    margin: 20px 0;
    padding: 18px 0;
    width: 100%;
}
.page-content .rightpanel .contact-form h5 {
	font-family: 'Open Sans', sans-serif;
	font-size: 18px;
	color: #000051;
	font-weight:bold;
	text-transform:uppercase;
}
.page-content .rightpanel .contact-form .set-form {
	display: inline-block;
    width: 48%;
	margin-bottom:10px;
}
.page-content .rightpanel .contact-form .set-form label {
	font-family: 'Open Sans', sans-serif;
	font-size: 14px;
	color: #818181;
	font-weight:bold;
	float:left;
	width:100%;
	text-transform:uppercase;
}
.page-content .rightpanel .contact-form .set-form input[type="button"],
.page-content .rightpanel .contact-form .set-form input[type="text"],
.page-content .rightpanel .contact-form .set-form input[type="email"],
.page-content .rightpanel .contact-form .set-form textarea {
	width:100%;
	margin-bottom:10px;
}

.page-content .rightpanel .contact-form .set-form input[type="submit"] {
	font-family: 'Open Sans', sans-serif;
	font-size: 14px;
	color: #fff;
	font-weight:bold;
	text-transform:uppercase;
	padding:10px 0;
}
/* Contact page property end */
/* project page property start */
.project-bg {
	background: url(images/project-head.jpg) no-repeat;
	width: 100%;
	background-size: cover;
	height: 325px;
	position: relative;
}
.page-content .rightpanel h2 {
    color: #000;
    font-size: 22px;
    font-weight: bold;
    text-transform: uppercase;
}
.page-content .rightpanel .image-gallery {
	display:inline-block;
	width:100%;
	padding-bottom:23px;
}
.page-content .rightpanel .image-gallery ul {
	display:inline-block;
	width:100%;
	padding:30px 0;
}
.page-content .rightpanel .image-gallery ul li {
	display:none;
	width:48%;
	list-style:none;
	float:left;
	padding:10px;
	overflow:hidden;
}
.page-content .rightpanel .image-gallery ul li img {
	height:150px;
	width:auto;
}
/*.page-content .rightpanel .image-gallery ul li:nth-child(2n) {
	margin-right:0;
}*/
.page-content .rightpanel .image-gallery ul li:hover img{
	box-shadow: 0px 0px 6px #000;
}
.page-content .rightpanel #loading
{
	display:none;
	position:absolute;
	width:100%;
	height:100%;
	left:0;
	top:0;
	text-align:center;
	background:rgba(0,0,0,0.4);
	z-index:999;
}
.page-content .rightpanel #loading img
{
	width:75px;
	height:75px;
}
.page-content .readbtn {
	background-color: #000051;
  	font-family: 'Open Sans', sans-serif;
	font-size: 14px;
	color: #fff;
	text-transform:uppercase;
	font-weight:bold;
	padding: 15px 2%;
	margin-left:5px;
	display:inline-block;
	width:120px;
}
.page-content .right-arrow:after {
	color:#fff;
	display:inline-block;
}
.page-content .left-arrow:before {
	color: #fff;
    content: "";
    display: inline-block;
    font-family: "FontAwesome";
    font-size: 14px;
    margin: 0 10px;
    vertical-align: bottom;
}
.page-content .left-arrow
{
	display:none;
}

.page-content .readbtn:hover {
	background-color:#000;
}


.page-content .rightpanel .location:before,
.page-content .rightpanel .mobile:before,
.page-content .rightpanel .phone:before {
	color:#000 !important;
}
.wpcf7-form-control-wrap {
	float:left;
	width:100%;
}

span.wpcf7-not-valid-tip {
	position:absolute;
	left:5px;
	top:10px;
}
/* project page property end */

/* footer property start */
#footerpage {
	bottom: 0;
	position: absolute;
	width: 100%;
}
#footerpage .copyright {
	display: inline-block;
	width: 100%;
	background-color: rgba(0,0,0,0.5);
	padding: 10px 4%;
	vertical-align: bottom;
}
#footerpage .copyright .copyright-right-box p, #footerpage .copyright p {
	font-family: 'Roboto', sans-serif;
	font-size: 12px;
	color: #fff;
	display: inline-block;
	margin: 0 20px;
}
#footerpage .copyright .copyright-right-box {
	display: inline-block;
}
.page-content .rightpanel .location:before,
.page-content .rightpanel .mobile:before,
.page-content .rightpanel .phone:before,
#footerpage .copyright .copyright-right-box .location:before,
#footerpage .copyright .copyright-right-box .mobile:before,
#footerpage .copyright .copyright-right-box .phone:before {
	 color: #fff;
    content: "";
    display: inline-block;
    font-family: "FontAwesome";
    font-size: 18px;
    margin-left: -24px;
    margin-right: 10px;
    vertical-align: bottom;
}
.page-content .rightpanel .mobile:before,
#footerpage .copyright .copyright-right-box .mobile:before {
	content: "";
}
.page-content .rightpanel .location:before,
#footerpage .copyright .copyright-right-box .location:before {
	content: "" !important;
}
/* footer property end */

#ed_controls.topleft, #ed_bg_thumbnails.topleft {
    left:0 !important;
    position: absolute;
    top:30% !important;
}
.play, .pause,
.counter, .fullscreen {
	display:none !important;
}
.homepage-bg:before {
	background:rgba(0, 0, 0, 0) url("http://www.dhp1992.com/site/wp-content/plugins/responsive-full-width-background-slider/inc/images/overlay/overlay.png") repeat scroll 0 0;
    height: 100%;
    opacity: 0.5;
    position: fixed;
    top: 0;
    width: 100%;
	content:" ";
}
.next:before,
.prev:before {
	background-color:rgba(255,255,255,0.6);
	color: #000;
    content: "";
    display: inline-block;
    font-family: "FontAwesome";
    font-size: 14px;
    height: 35px;
    padding-top: 5px;
    width:30px;
}
.next:before {
	  content: "";
}
#ed_controls div {
     border: medium none !important;
    border-radius: 0 !important;
    height: 38px !important;
    letter-spacing: 0 !important;
    overflow: hidden;
    padding: 0 !important;
    width:30px;
	float:left;
}

.wp-caption-text {
	text-align:center;
	margin:0 !important;
	padding:5px 0;
	min-height:55px;
	line-height:20px !important;
}

#headerpage .main-header .main-nav ul li.qtranxs-lang-menu:hover ul li a:before {
    content:normal;
}

#headerpage .menu-language-menu-container {
	float:right;
}
#headerpage .menu-language-menu-container li {
	list-style:none !important;
}
#headerpage .menu-language-menu-container .language-menu ul {
	display: inline-block;
	width: 100%;
	list-style:none;
}
#headerpage .menu-language-menu-container .language-menu ul li {
	float:left;
	border-right:1px solid #ccc;
	font-family: 'Montserrat', sans-serif;
	color: #000;
	position:relative;	
	background-color: #fff;
}
#headerpage .menu-language-menu-container .language-menu ul li a {
	color: #000;
	display: inline-block;
	font-family: "Montserrat", sans-serif;
	font-size: 11px;
	padding: 10px;
	text-transform: uppercase;
	background-color: #fff;
	list-style:none;
}
#headerpage .menu-language-menu-container .language-menu ul li:last-child {
	border:none;
}
#headerpage .menu-language-menu-container .language-menu .dropdown-icon {
	display:none;
}
#headerpage .menu-language-menu-container .language-menu ul li a:hover {
	background-color: #F8F8F8;
}

/* mobile responsive start */
@media(max-width:1000px) {
.page-content .leftpanel .wrapper, .page-content .wrapper {
    width:72%;
}

.page-content .rightpanel .image-gallery ul li:nth-child(2n) {
    float: right;
}

.page-content .rightpanel .image-gallery ul li img {
    height: auto;
    width: 100%;
}
}
@media(max-width:927px) {
.page-content .leftpanel .wrapper, .page-content .wrapper {
	width:80%;
	padding: 20px;
}

#footerpage .copyright p {
	margin:0;
}
	
}
@media(max-width:806px) {
.page-content .rightpanel .image-gallery ul li {
	margin:1%;
}
}
@media(max-width:782px) {
	

#footerpage .copyright {
	text-align:center;
}
#footerpage .copyright p {
    float: none;
    margin: 0;
}

#footerpage .copyright .copyright-right-box {
	float:none;
}
}
@media(max-width:768px) {

.page-content {
	text-align:center;
}
.page-content .leftpanel .title-bg {
      min-height:666px;
}

.page-content .leftpanel {
	width:400px;
}
.page-content .rightpanel {
	float:none;
	text-align:start;
	width:400px;
	display:block;
	margin:20px auto;
}
.page-content .rightpanel h6 br {
	display:none;
}

.page-content .rightpanel .contact-form .set-form {
	width:100%;
}

#headerpage .main-header {
	height:46px;
}
#headerpage .main-header .main-nav {
	display: none;
}
.mobilenav {
	position: relative;
	display: block;
	margin-top: 15px;
}
.mobilenav img {
	float: right;
	cursor: pointer;
	 margin-right: -4px;
    margin-top: 0;
}
.navigation {
	display: block;
}
.navigation {
	display: none;
	position: absolute;
	width: 100%;
	margin-top:20% !important;
	z-index: 9999;
	right: 0;
	background-color:#000051;
}
.navigation ul {
	display: block;
}
.navigation ul li {
	color: #fff;
	display: block;
	font-size: 14px;
	position: relative;
	border-bottom: 1px solid #fff;
}
.navigation ul li:hover {
		background: #fff;
		color:#000;
}
.navigation ul li a {
	font-family: 'Lato', sans-serif;
	color: #fff;
	display:block;
	font-size: 14px;
	padding: 15px 8px;
	text-transform:uppercase;
}
.navigation ul li:hover a {
	color: #000;
	display:block;
	transition: color 0.9s ease 0s;
}

.navigation ul li.current_page_item a {
    background: #ef2932;
    color: #fff;
    transition: color 0.2s linear 0s;
}
.navigation ul li.current_page_item ul li a {
    background-color: rgba(255, 255, 255, 0.87);
    color: #000;
}
.navigation ul li.current_page_item ul li a:hover {
    background: #ef2932 none repeat scroll 0 0;
    border: medium none !important;
    box-shadow: none;
    color: #fff;
}
.navigation ul li:last-child {
    border-bottom: medium none;
}

.navigation ul li ul {
    border-bottom: 1px solid #424242;
    border-left: 1px solid #424242;
    display: none;
    margin-left: 3%;
    width: 96%;
}
.navigation ul li ul li::before {
    content: normal;
}
.navigation .sub-arrow::before {
    color: #fff;
    /*content: "";
    font-family: "FontAwesome";*/
}
.navigation .sub-arrow {
      border-left: 1px solid #424242;
    display: block;
    font-size: 25px;
    height: 47px;
    line-height: 40px;
    padding-left: 15px;
    position: absolute;
    right: 10px;
    top: 0;
    width: 30px;
    z-index: 10001;
}
.navigation ul li ul {
    border-bottom: medium none;
}




}
@media(max-width:730px) {
#footerpage .copyright {
	text-align:center;
}
#footerpage .copyright .copyright-right-box p, #footerpage .copyright p {
	float:none;
}
#footerpage .copyright .copyright-right-box {
	float:none;
}
#headerpage .main-header .logo {
	width:150px;
}
#headerpage .main-header .logo img {
	max-width:100%;
	width:75%;
}
}
@media(max-width:425px) {
.page-content .leftpanel {
	width:100%;
}
.page-content .rightpanel {
    width:100%;
	  padding: 40px 20px 20px;
}
.page-content .rightpanel .image-gallery ul li {
   width: 100%;
   margin:20px 0 0 0;
}
#headerpage .main-header {
   padding-left: 0;

}
.navigation {
    margin-top: 23% !important;
}
}
@media(max-width:336px) {

.page-content .leftpanel .wrapper h1 {
	font-size:26px;
}
.breadcrumbs span {
    font-size: 15px;
}
.navigation {
    margin-top:73px !important;
}



}

/* mobile responsive end */