body{
    font-family: 'Open Sans', sans-serif;
}
*{
    text-decoration: none;
    margin: 0;
    padding: 0;
   outline: 0;
}
a:hover ,a:focus{
    text-decoration: none;
   outline: 0;
}
img{
    width: auto;
    max-width: 100%;
}
/* Start Of Header Section */
header {
  display: block;
  padding: 10px 0;
  width: 100%;
  background-image: url(../images/footer_bg.png);
  background-size: cover;
  background-repeat: no-repeat;
  text-align: center;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 20;
}
.main_menu {
  display: inline;
}
.main_menu ul {
  display: inline;
  margin: 0;
  padding: 0;
  width: auto;
}
.main_menu ul li {
  display: inline;
}
.main_menu ul li a {
  border-bottom: 1px none transparent;
  color: #fff;
  display: inline;
  font-size: 18px;
  margin: 10px 20px;
  padding: 2px;
}
.footer_menu ul li.current-item a , .main_menu ul li.current-item a{
  border-bottom: 1px solid #fff;
}
.main_menu ul li a:hover , .menu ul li a:focus {
  border-bottom: 1px solid transparent !important;
}
.social_icons {
  display: inline;
  width: auto;
  border-left: 1px solid #fff;
  padding: 0 10px;
}
.social_icons > ul {
  display: inline;
  width: auto;
}
.social_icons li {
  display: inline;
}
.social_icons a {
  background: #fff none repeat scroll 0 0;
  border-radius: 100%;
  color: #000;
  display: inline-block;
  margin: 0 5px;
  padding: 7px 8px;
}
.social_icons a .icon {
  font-size: 18px;
}
header.head_project_sec {
  background-image: url(../images/light_bg.jpg);
}
header.head_project_sec .main_menu ul li a {
  border-bottom: 1px none transparent;
  color: #000;
}
header.head_project_sec .main_menu ul li a:hover ,header.head_project_sec  .footer_menu ul li.current-item a ,header.head_project_sec  .main_menu ul li.current-item a{
  border-bottom: 1px solid #000;
}
header.head_project_sec .social_icons {
  border-left: 1px solid #000;
}
header.head_project_sec .social_icons a {
  background: #000 none repeat scroll 0 0;
  color: #FFF;
}
/* End Of Header Section */

/* Start of banner section */
.banner_section {
  position: relative;
  z-index: 10;
}
.banner_section .owl-nav {
  display: none;
}
.owl-carousel > .owl-dots {
  display: none;
}
.banner_section .owl-dots.owl_custom_nav {
  display: block;
  text-align: left;
}
.banner_section .owl-theme .owl-dots.owl_custom_nav .owl-dot span {
  background: #fff none repeat scroll 0 0;
  margin: 5px;
}
.banner_section .owl-theme .owl-dots.owl_custom_nav .owl-dot.active span , .banner_section .owl-theme .owl-dots.owl_custom_nav .owl-dot:hover span {
  background: #000 none repeat scroll 0 0;
}
.banner_cpy_right > p {
  color: #000;
  margin: 0;
  padding: 20px;
  text-align: center;
  text-transform: uppercase;
  width: 100%;
}
.banner_left_side {
  padding: 50px;
  width: 50%;
}
.single_banner {
  display: block;
  height: 100vh;
  position: relative;
}
.banner_left_side{
    position: absolute;
    top: 0;
    left: 0;
    width: 50%;
    height: 100%;
  background-image: url(../images/banner_bg.png);
  background-position: center;
  background-size: cover;
}
.banner_right_side {
  height: 100%;
  position: absolute;
  right: 0;
  top: 0;
  width: 50%;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
.single_banner .container , .single_banner .row , .single_banner .col-md-6{
  height: 100%;
}
.single_banner .container{
  padding: 50px 0;
}
.single_banner .col-md-6{
  padding: 0;
}
.banner_cont_sec {
  background-color: rgba(255, 255, 255, 0.47);
  display: inline-block;
  padding: 45px;
  width: 100%;
}
.banner_cont_sec h2 {
  display: block;
  font-weight: bold;
  line-height: 40px;
  margin: 10px 0;
  text-transform: uppercase;
}
.banner_cont_sec h3 {
  display: block;
  margin: 0 0 20px;
  text-transform: uppercase;
  font-weight: bold;
}
.banner_cont_sec > img {
  width: auto !important;
}
.banner_cpy_right {
  bottom: 10px;
  position: absolute;
  width: 100%;
  z-index: 15;
}
#table-container {
    height:100%;
    width:100%;
    display:table;
}
#table-cell {
    vertical-align:middle;
    height:100%;
    display:table-cell;
}
.white_bg_right {
  background: rgba(255, 255, 255, 0.5) none repeat scroll 0 0;
  height: 100%;
  left: calc(50% + 585px);
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 50;
}
.single_banner > .container > .row {
  margin: 0;
}
.banner_cont_sec.trans_bg img , .banner_cont_sec.trans_bg h2 ,.banner_cont_sec.trans_bg h3 , .banner_cont_sec.trans_bg .owl_custom_nav{
  opacity: 0;
}
.banner_cont_sec.trans_bg {
  background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
  position: relative;
}
.banner_cont_upper {
  background: rgba(255, 255, 255, 0.5) none repeat scroll 0 0;
  height: 10000%;
  left: 0;
  position: absolute;
  bottom: 100%;
  width: 100%;
  z-index: 50;
}
.banner_cont_lower {
  background: rgba(255, 255, 255, 0.5) none repeat scroll 0 0;
  height: 10000%;
  left: 0;
  position: absolute;
  top: 100%;
  width: 100%;
  z-index: 50;
}
/* End of banner section */

/* Start of About Section */
.about_sec {
  display: block;
  min-height: 100vh;
  overflow: hidden;
  padding: 100px 0;
  position: relative;
  width: 100%;
}
.cms_right_bg {
  height: 100%;
  position: absolute;
  right: 0;
  top: 0;
  width: 50%;
  background-image: url(../images/about_bg.jpg);
  background-position: center;
  background-size: cover;
}
.about_img > img {
  height: auto;
  max-width: 100%;
  width: auto;
}
.about_sec .col-md-6 {
  padding: 0;
}
.about_img_right_bg {
  background: #000 none repeat scroll 0 0;
  height: 500%;
  left: -20px;
  position: absolute;
  top: -30px;
  width: 500px;
  z-index: -1;
}
.about_left_column {
  padding-right: 60px;
}
#about_table_container {
    height:100%;
    width:100%;
    display:table;
}

#about_table_cell {
    vertical-align:middle;
    height:100%;
    display:table-cell;
}
.about_cont_sec > h2 {
  margin: 30px 0 20px;
  text-transform: uppercase;
}
.about_cont_sec > h3 {
  font-weight: bold;
  margin: 0;
}
.about_cont_sec > p {
  display: inline-block;
  margin: 10px 0;
}
/* End of About Section */


/* Start of Project Section */
.proj_sec {
  display: block;
  width: 100%;
  height: 100vh;
}
.project_title > h2 {
  text-transform: uppercase;
}
.pop_up_slider .owl-prev, .pop_up_slider .owl-next {
  background: rgba(0, 0, 0, 0) none repeat scroll 0 0 !important;
  color: #fff;
  position: absolute;
  top: 45%;
}
.pop_up_slider .icon {
  margin: 0 5px 0;
  vertical-align: middle;
}
.pop_up_slider .owl-next {
  right: 5px;
}
.pop_up_slider .owl-prev {
  left: 5px;
}

.porject_title_sec {
  display: block;
  padding: 60px 0 40px;
  width: 100%;
  background-image: url(../images/footer_bg.png);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  height: 25vh;
}
.project_title {
  color: #fff;
  display: block;
  text-align: right;
}
.proj_slide {
  display: block;
  min-height: 75vh;
  position: relative;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
.proj_slide_layer > h3 {
  display: block;
  height: 100%;
  width: 100%;
}
.proj_slide_layer {
  background-color: rgba(0, 0, 0, 0.7);
  color: #fff;
  display: block;
  position: absolute;
  height: 100%;
  padding: 30px;
  text-transform: uppercase;
  width: 100%;
}
.proj_hover_layer {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  opacity: 0;
}
.proj_slide:hover .proj_hover_layer{
    opacity: 1;
}
.proj_slide:hover .proj_slide_layer{
    opacity: 0;
}
.proj_h_table {
    height:100%;
    width:100%;
    display:table;
}
.proj_h_tablecell {
  display: table-cell;
  height: 100%;
  text-align: center;
  vertical-align: middle;
}
.proj_h_tablecell > a {
  background-color: rgba(0, 0, 0, 0.7);
  border-radius: 30px;
  color: #fff;
  cursor: pointer;
  font-size: 28px;
  padding: 9px 14px;
}
.poject_slider .owl-prev, .poject_slider .owl-next {
  background: rgba(0, 0, 0, 0) none repeat scroll 0 0 !important;
  position: absolute;
  top: 45%;
  color: #fff;
}
.poject_slider .owl-nav .icon {
  margin: 0 5px;
  vertical-align: middle;
}
.poject_slider .owl-prev{
  left: 5px;
}
.poject_slider .owl-next {
  right: 5px;
}
.poject_slider .owl-carousel .owl-item{
  transform: none;
}
.poject_slider .owl-theme .owl-nav {
  margin-top: 0;
}
.project_popup .modal-body {
  padding: 15px 15px 0;
}
.poject_slider .owl-nav.disabled {
  display: block;
}
/* End of Project Section */

/* Start of Contact section */
.contact_sec {
  background: #f7f7f7 none repeat scroll 0 0;
  display: block;
  min-height: 100vh;
  overflow: hidden;
  padding: 100px 0;
  position: relative;
  width: 100%;
}
.contact_right_bg {
  height: 100%;
  position: absolute;
  right: 0;
  top: 0;
  width: 50%;
  background-image: url(../images/contact_bg.jpg);
  background-position: center;
  background-size: cover;
}
.contact_form_sec {
  background: #fff none repeat scroll 0 0;
  display: block;
  padding: 20px;
  width: 100%;
  -webkit-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.5);
-moz-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.5);
box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.5);
}
.contact_det_col {
  display: table-cell;
  vertical-align: top;
}
.contact_det_col .icon {
  display: inline-block;
  font-size: 40px;
  margin-top: -10px;
}
.contact_det_row {
  display: block;
  margin: 20px 0;
  width: 100%;
}
.contact_detals {
  display: block;
  margin: 30px 0;
  width: 100%;
}
.contact_det_col.content_clmn  p , .contact_det_col.content_clmn  a{
  color: #000;
  font-size: 20px;
  font-weight: bold;
  text-transform: uppercase;
}
.contact_form_sec > h2 {
  margin-bottom: 20px;
  margin-top: 0;
  text-transform: uppercase;
}
.contact_form_sec h4 {
  text-transform: uppercase;
}
.contact_form_sec form {
  display: block;
  width: 100%;
}
.form_row {
  display: block;
  margin: 10px 0;
  width: 100%;
}
.form_input_row {
  border: 1px solid #d7d7d7;
  border-radius: 5px;
  display: block;
  padding: 10px;
  width: 100%;
}
.form_input_row .icon {
  border-right: 1px solid #d7d7d7;
  font-size: 24px;
  margin-right: 10px;
  padding-right: 10px;
  vertical-align: top;
  display: inline-block;
  margin-top: 3px;
}
.form_input_row input, .form_input_row textarea {
  border: medium none;
  display: inline-block;
  padding: 5px 10px;
  width: calc(100% - 50px);
}
.form_input_row textarea {
  height: 100px;
}
.form_row input[type="submit"] {
  background: #030303 none repeat scroll 0 0;
  border: 1px solid #000;
  border-radius: 5px;
  color: #fff;
  margin: 10px 0;
  padding: 10px 25px;
}
.contact_form_sec .form_row:last-child{
    margin-bottom: 0;
}
.contact_sec .container , .contact_sec .row , .contact_sec .col-md-6{
  height: 100%;
}
.contact_form_sec div.wpcf7-response-output {
  border-radius: 5px;
  margin: 10px 0 0;
  padding: 10px 20px;
}
.captcha_row .form_input_row {
  border: medium none;
  padding: 0;
}
.form_row.submit_btn_row input[type="submit"] {
  margin: 0;
}
.contact_det_col.content_clmn > p {
  word-spacing: 5px;
}
/* End of Contact section */

/* Start Footer section  */
footer {
    display: inline;
    width: 100%;
}
.footer_map {
  display: block;
  height: 300px;
  width: 100%;
}
.scrolloff {
        pointer-events: none;
    }
#map {
    height: 100%;
}
.footer_bottom {
  display: block;
  width: 100%;
  background-image: url(../images/footer_bg.png);
  background-size: cover;
  background-repeat: no-repeat;
  padding: 40px 0 20px;
  background-position: center center;
}
.visible-xs-12 {
  display: none;
}
.footer_menu {
  display: block;
  margin-top: 35px;
  text-align: right;
}
.footer_menu ul {
  margin: 0;
  padding: 0;
}
.footer_menu ul li {
  display: inline;
}
.footer_menu ul li a {
  border-bottom: 1px none transparent;
  color: #fff;
  display: inline;
  font-size: 14px;
  margin: 10px;
  padding: 2px;
}
.footer_menu ul li a:hover , .footer_menu ul li.current-item a{
  border-bottom: 1px solid #fff;
}
.copyright_sec {
  color: #ffffff;
  display: inline;
  text-align: center;
}
.copyright_sec > p {
  display: inline-block;
  font-size: 18px;
  text-transform: uppercase;
  width: 100%;
}
#myBtn {
  display: none;
  position: fixed;
  bottom: 20px;
  right: 30px;
  z-index: 99;
  border: none;
  outline: none;
  background-color: #0D0D0D;
  color: white;
  cursor: pointer;
  padding: 15px;
  border-radius: 10px;
}

#myBtn:hover {
  background-color: #555;
}

/* End Footer section  */


/* Extra css*/
body.error404 .cms_right_bg{
	display: none;
}
body.error404 h2{
	text-align: center;
	text-transform: uppercase;
	font-size: 29px;
}
body.error404 .about_sec {
    padding-top: 100px;
    min-height: auto;
    padding-bottom: 50px;
}