html{
  height: 100%;
}
body{
    font-family: 'Open Sans', sans-serif;  
    overflow-x: hidden;
    width: 100%;
    height: 100%;
}
.nopad{
  padding: 0;
}
.rightpad{
  padding-right: 0;
}
.leftpad
{
  padding-left: 0;
}
.aligpad
{
  padding: 0px 10px 0px 0px;
}
.emptyspace
{
  margin: 20px auto;
}
.top{
  background: rgb(34,34,34);
  height: 8px;
}
.top_bg{
  background: url("../images/bg1.jpg") no-repeat scroll 0 0;
  background-size: cover;
  min-height: 650px;
  background-position: center;
  height: 100%;
}

.welcome-box{border-radius:0; margin: 0px 65px;}

.bb-0{border-bottom: 0px transparent;}
.welcome-box-body{padding: 0px 36px 25px;width: 100%;}
.welcome-box-body .modal-title {font-size: 36px;color: #3B444E;letter-spacing: 0;line-height: 40px;margin-bottom: 20px;}
.welcome-box-body p {color: #3B444E;line-height: 25px;}
.welcome-box-body strong {
    color: #bf9356;
    font-weight: bold;
}

.modal.in .modal-dialog {
    position:fixed;
    bottom:0px;
    right:0px;
    margin:0px;
}

.div_bg {
    margin: 134px auto 0;
    opacity: 1;
    padding: 75px 0px;
    width: 71%;
}
.div_cnt h1 {
    text-align: center;
    text-transform: uppercase;
    color: #000;
    font-weight: 600;
    font-size: 75px;
}


.div_txt{
    text-align: center;
    text-transform: uppercase;
    color: #ffce31;
    letter-spacing: 5px;
    font-size: 80px;
    margin-top: 50px;
}

.div_cnt h5 {
    text-align: center;
    text-transform: uppercase;
    color: #000;
    font-size: 20px;
}
.contact {
    text-align: center;
        margin-top: 20px;
}
.contact p{
  display: inline-block;
  font-size: 22px;
  color: #000;
}
.add{
  padding-left: 40px;
  background: url("../images/location_22.png") no-repeat scroll 15px 0;
}
.phn{
  padding-left: 40px;
  background: url("../images/call_17.png") no-repeat scroll 15px 3px;
}

.breadcrumb h2
{
  font-size: 25px;
  font-weight: 600;
}

.breadcrumb span
{
  color:#e19c3e;
  font-size: 25px;
  font-weight: 600;
}

.breadcrumb {
    padding: 27px 0px 0px;
    list-style: none;
    background-color: #fff!important;
    border-radius: 4px;
}

.breadcrumb a
{
  color:#999;
  text-transform: uppercase;
  font-size: 12px;
}

.breadcrumb a:hover
{
  color:#e19c3e;
  text-decoration: none;
  font-size: 12px;
}

.breadcrumb > .active {
    color: #999;
}
/*header*/

.top_banner {
    border-top: 4px solid #fb6906;
}
.menu_div {
    width: 100%;
    background-color: #fff;
    z-index: 10;
    position: absolute;
    top: 68px;
  }
.menu {
    float: left;
    margin: 20px 0px;
}
#main-menu ul li{
    padding: 5px 0px;
  }
#main-menu ul li a {
    color: #000;
    font-size: 14px;
    padding: 0 30px;
    text-transform: uppercase;
    line-height: 15px;
    font-weight: 600;
}
#main-menu ul li a:hover{
    color: #e19c3e;
}
#main-menu .active{
    color:#e19c3e!important;
    border: 1px solid #fff!important;
}


.top_social {
    text-align: right;
    margin-top: 20px;
}
.top_social ul{
    margin-bottom: 0;
}
.top_social ul li{
    padding: 0 2px;
}

  .logo_div
  { 
    top: -35px;
    position: absolute;
    margin: 0px 20px;
  }

.div-brochure {
    font-weight: bold;
    text-align: center;
    margin: 13px 0px;
    background: #e19c3e;
    padding: 11px;
    
}

.div-brochure a
{
  text-decoration: none;
color: #fff;
}

.div-brochure a:hover
{
color: #fff;
}


.banner
{
  position: relative;
  min-height: 638px;
}

.nivoSlider{
    margin-bottom: 0 !important;
}

.nivoSlider img{
   min-height: 638px;
}
.banner .nivo-caption{
    left: 0;
    text-align: center;
    padding: 0 15%;
    bottom: 20%;
}
.banner .nivo-caption p{
    font-size: 18px;
    letter-spacing: 0.5px;
    line-height: 1.7;
}
.banner .nivo-caption h4 {
    color: #fff;
    font-size: 28px;
    letter-spacing:1.5px;
}
.banner .nivo-caption h3 {
    color: #fff;
    font-size: 50px;
    letter-spacing: 20px;
    font-weight: 600;
}
.banner .div-button {
  background-color:#e19c3e;
  border: none;
  color: white;
  padding: 15px 32px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 13px;
  cursor: pointer;
  border-radius:25px;
}

.banner .div-button:hover {
  text-decoration:none;
  }

.banner .nivo-controlNav a {
  cursor:pointer;
  position: relative;
  display:inline-block;
  z-index: 99;
  width: 10px;
  height: 10px;
  text-indent:-9999px;
  left:2px;
  margin: 0px 4px;
  padding:3px
  background-color: #F80;
  border: 1px solid #FFF;
  border-radius: 50%;
  box-shadow: 0 0 2px #888;

}

/*.banner .nivo-controlNav a:after {
  content:'';
  position:absolute;
  top:0px;
  left:0px;
  width:100%;
  height:100%;
  padding:5px;
  border:1px solid #FF9800;
  border-radius:inherit;
  margin:0px auto;
}
*/
.banner .nivo-controlNav a.active {
  font-weight:bold;
  background-position:0 -24px;
  background-color:orange;

}
.banner .nivo-controlNav{
    right: 48%;
    bottom: 27px;
}

.nivo-controlNav
{
  bottom: 72%;
}

.zoom 
{
  margin-bottom: 18px;
  overflow: hidden;
  -webkit-transition: .2s ease-in-out;
 transition: .2s ease-in-out;
}

.zoom:hover{
  transform: scale(1.2);
}

.div_serdetails {
    position: relative;
    overflow: hidden;
    width: 100%;
}

.ser_ovrly {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    text-align: center;
}
.div-services h5 {
    color: #000;
    font-size: 18px;
    position: absolute;
    top: 50%;
    text-decoration: none;
    padding: 13px;
    width: 168px;
    text-align: center;
    font-weight: 600;
    left: 50%;
    transform: translate(-50%, -50%);
    text-transform: uppercase;
}

.div-services {
    border-top: 9px solid #ffa500;
}

.div-services img
{
    position: relative;
    top: 0;
    left: 0;
    max-width: 100%;
    max-height: 100%;
    width: 100%;
    height: auto;
    transition: all 0.2s ease-in-out 0s;
}

.zoom-effect-container:hover .div_serdetails img{
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}

.div-sers
{
  overflow: hidden;
  background: url("../images/title-bg.png") no-repeat scroll 0 0;
  background-position: center;
}

/*project*/
.box-content {
  position: relative;
  width: 100%;
  max-width: 99%;
  margin: auto;
  overflow: hidden;
}

.box-content .box-content-overlay {
  background: rgb(0 0 0 / 28%);
  position: absolute;
  height:auto;
  width: 100%;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  opacity: 0;
  -webkit-transition: all 0.4s ease-in-out 0s;
  -moz-transition: all 0.4s ease-in-out 0s;
  transition: all 0.4s ease-in-out 0s;
}

.box-content:hover .box-content-overlay{
  opacity: 1;
}

.box-content-image{
  width: 100%;
}

.box-content-details {
  position: absolute;
  text-align: center;
  padding-left: 1em;
  padding-right: 1em;
  width: 100%;
  top: 50%;
  left: 50%;
  opacity: 0;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-transition: all 0.3s ease-in-out 0s;
  -moz-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
}

.box-content:hover .box-content-details{
  top: 50%;
  left: 50%;
  opacity: 1;
}

.box-content-details h3{
  color: #fff;
  font-weight: 600;
  letter-spacing: 0.15em;
  margin-bottom: 0.5em;
  text-transform: uppercase;
}

.box-content-details p{
  color: #fff;
  font-size: 18px;
}

.box-fadeIn-bottom{
  top: 80%;
}

/*.div-serdesign
{
  background: url("../images/design.jpg") no-repeat scroll 0 0;
  background-size: cover;
  background-position: center;
  height: 250px;
}
.div-serconstrt
{
  background: url("../images/construction.jpg") no-repeat scroll 0 0;
  background-size: cover;
  background-position: center;
  height: 250px;
}*/

.div-project
{
margin: 45px 0px;

}

.div-latest {
    margin-right: 5px;
    position: relative;
    overflow: hidden;
}
.div-project img
{
  width: 100%;
  height: auto;
  -webkit-transition: 0.4s ease;
  transition: 0.4s ease;
}
.div-project h2
{
  font-size: 25px;
  font-weight: 600;
  text-align: center;
  padding: 20px 0px;
  margin-bottom: 35px;
}

.div-project h2 span
{
  color:#e19c3e;
  font-size: 25px;
  font-weight: 600;
}

.zoom-effect-container {
    float: left;
    position: relative;
    width: 100%;
    margin: 0 auto;
    overflow: hidden;
}

.zoom-effect-container:hover .div-cnst img{
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}

.div-work
{
  min-height: 400px;
  padding: 20px 0px;
}

.div-cnst {
  background-color: rgb(255 255 255 / 87%);
  text-align: center;
  padding: 19px 0px 0px 0px;
  min-height: 215px;
  margin-top: 30px;
}

.owl-nav button {
  position: absolute;
  top: 50%;
  background-color: #000;
  color: #fff;
  margin: 0;
  transition: all 0.3s ease-in-out;
}
.owl-nav button.owl-prev {
  left: 0;
}
.owl-nav button.owl-next {
  right: 0;
}

.owl-dots {
  text-align: center;
  padding-top: 15px;
}
.owl-dots button.owl-dot {
  width: 15px;
  height: 15px;
  border-radius: 50%;
  background: #ccc;
  margin: 0 3px;
}
.owl-dots button.owl-dot.active {
  background-color: #000;
}
.owl-dots button.owl-dot:focus {
  outline: none;
}
.owl-nav button {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background: rgba(255, 255, 255, 0.38) !important;
}
.owl-nav button:focus {
    outline: none;
}

.owlCarousel .owl-item img {
    display: block;
    width: 100%;
}

.owl-theme .owl-dots .owl-dot span {
    background: #D6D6D6;
    width: 22px!important;
    height: 6px!important;
    margin: 5px 7px;
    display: block;
    -webkit-backface-visibility: visible;
    transition: opacity .2s ease;
    border-radius: 0px!important;
}

.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
    background: #fbb13f!important;
}
.div-cnst img
{
  display: block;
  margin: 0px auto;
  -webkit-transition: 0.4s ease;
  transition: 0.4s ease;
  border: 1px solid #80808040;
}

.div-cnst h4{
text-align: center;
font-weight: 600;
font-size: 15px;
line-height: 1.5;
margin-top: 15px;
}

.div-work h2
{
  font-size: 25px;
  font-weight: 600;
  text-align: center;
  margin: 30px 0px;
}
.div-work h2 span
{
  color:#e19c3e;
  font-size: 25px;
  font-weight: 600;
}

.div-work h3{
    text-align: center;
    font-weight: bold;
    text-transform: uppercase;
    font-size: 20px;
    color: lightgray;
  }

.div-client {
    position: absolute;
    width: 100%;
    bottom: 7%;
}

.div-testimonial {
    margin-top: 30px;
}

div#testi_slider {
    cursor: pointer;
}
.owl-carousel .div-client h5
{
 text-align: center;
 color:#e19c3e;
}

.owl-carousel .div-client p
{
  text-align: center;
  font-size: 13px;
}

.owl-carousel .div-client img {
    display: block;
    width: 20% !important;
    margin: 0px auto;
}

.owl-theme .owl-controls .owl-page {
    display: inline-block!important;
}
.owl-theme .owl-controls .owl-page span {
    background: none repeat scroll 0 0 #869791!important;
    border-radius: 20px!important;
    display: block!important;
    height: 12px!important;
    margin: 5px 7px!important;
    opacity: 0.5!important;
    width: 12px!important;
}

.div-testimonial h2
{
  font-size: 25px;
  font-weight: 600;
  text-align: center;
  margin: 30px 0px;
}
.div-testimonial h2 span
{
  color:#e19c3e;
  font-size: 25px;
  font-weight: 600;
}

.item {
    border: 1px solid #e19c3e;
    margin: 13px;
    min-height: 300px;
}

.testm-content
{
text-align: center;
padding: 20px;
background-color: #f5f5f5;
min-height: 195px;
}

.testm-content p
{
  font-size: 13px;
}
.div-client {
    position: absolute;
    width: 100%;
    margin: -8px auto;
}

.cont-email{
  padding-left: 21px;
  background: url("../images/mail.png") no-repeat scroll 0px 0;
}
.cont-phn{
  padding-left: 21px;
  background: url("../images/mobile.png") no-repeat scroll 0px 3px;
}
.footer_div {
    background-color:#8080805c;
    padding: 58px 0px 0px;
    margin-top: 7%;
}

.footer_div h4
{
    border-left: 3px solid #fcb040;
    padding-left: 10px;
    text-transform: uppercase;
}

.footer_div hr {
border-color: #949393;
margin-top: 5px;
}

.footer_div p
{
  font-size:12px;
}
.about_div
{
  margin-right: 40px;
}
.about_div p
{
    line-height: 1.5;
    text-align: justify;
}


.add_div 
{
    margin: 0px 53px 0px 38px;
}
.add_div span
{
  color:#000;
}
.add_div a
{
  color:#000;
}
.add_div a:hover
{
text-decoration: none;
}
.add_div p
{
  line-height: 1.5;
}

.useful_div {
    margin: 0px 31px;
}
.useful_div li a
{
  color:#000;
  font-size: 12px;
}
.foot_btm
{
    background-color: #000;
    color: #fff;
    text-align: center;
    padding: 15px;
    margin: 36px 0px auto;
}

.useful_div ul
{
    list-style-type: none;
    margin-top: 0;
    margin-bottom: 10px;
    padding-left: 0px;
}
.useful_div li a {
    color: #000;
}

.useful_div li a:hover {
    color: #e19c3e;
    text-decoration: none
}

.useful_div li {
    text-decoration: none;
    border-bottom: 1px solid grey;
    line-height: 2;
}

.foot_social {
    margin-right: 20px;
}

img.qr {
    margin-left: 20px;
}

/*about page */
.inner-banner
{
  position: relative;
  min-height: 369px;
}

.about-content {
    line-height: 1.5;
    text-align: justify;
    letter-spacing: 1px;
    margin-top: 25px;
}

.aboutdiv-img
{
    object-fit: cover;
    height: 350px;
}

.aboutdiv-img img
{
  margin: 0 auto;
}


/*end abotpage */

/* services */
.divservices {
    margin: 15px auto;
}
.divsrvicetxt h4
{
  margin-right: 72%!important;
}

.divsrvicetxt span {
    background: rgb(232, 143, 62) none repeat scroll 0 0;
    display: block;
    height: 1px;
    width: 27px;
    margin-top: -11px;
    margin-bottom: 20px;
}

.divservices h4
{
  font-weight: 600 !important;
  line-height: 1.5;
  letter-spacing: 1px;
  font-size: 15px;
  border-bottom: 1px solid #000;
  margin-right: 40px;
  margin-top: 0px;
}

.divservices span {
    background: rgb(232, 143, 62) none repeat scroll 0 0;
    display: block;
    height: 1px;
    width: 27px;
    margin-top: -11px;
    margin-bottom: 20px;
}

.divservices p
{
  line-height: 1.5;
  text-align: justify;
}

.marbtn
{
    margin: 30px 0px;
}


.divservices img 
{
    width: 100%;
    border: 1px solid #e19c3e;
    object-fit: cover;
}
/* services */

/*projects */
.prjcontent p
{
    line-height: 1.5;
    text-align: justify;
    font-size: 14px;
}

.div-prjdetails
{
    background-color:rgb(128 128 128 / 37%);
    margin: 0;
    padding: 5px 13px;
    height: 72px;
}

.div-prjdetails h4
{
    border-left: 2px solid #e19c3e;
    padding: 5px;
    font-weight: 600;
  }

.overlay {
  width: 100%;
  height: 100%;
  background: rgba(255,255,255,0.5);
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  opacity: 0;
  color: #fff;
  transition: all 0.5s ease-in-out;
}

.overlay img{
  margin: 84px auto;
  cursor: pointer;
}
.overlay:hover {
  opacity: 1;

}

.gallery_product
{
    margin-bottom: 30px;
}

.divproject {
    margin-top: 30px;
}

.divproject.row > .gallery_product {
  padding: 0 8px;
}

.divproject.row:after {
  content: "";
  display: table;
  clear: both;
}

div#home {
    margin-top: 30px;
}

img.slide-content {
    border: 5px solid #fff;
}

.divint
{
    font-size: 25px;
    background-color: #fff;
    font-weight: bold;
    margin-bottom: 15px;
  }
.blueimp-gallery > .indicator > li {
  display: inline-block;
  width: 50px;
  height: 50px;
  margin: 6px 3px 0 3px;
  -webkit-box-sizing: content-box;
     -moz-box-sizing: content-box;
          box-sizing: content-box;
  border: 1px solid transparent;
  background: #ccc;
  background: rgba(255, 255, 255, 0.25) center no-repeat;
  border-radius: 2px;
  box-shadow: 0 0 2px #000;
  opacity: 0.5;
  cursor: pointer;
}
.blueimp-gallery>.indicator{
  display: none!important;
}

.divpagination
{
  float: right;
  margin-right: 14%;
}

.divpagination .pagination > li > a, .divpagination .pagination > li > span {
    position: relative;
    float: left;
    padding: 6px 12px;
    margin-left: -1px;
    line-height: 1.42857143;
    color: grey!important;
    text-decoration: none;
    background-color: #fff;
    border: 1px solid #ddd;
    font-size: 19px;
}

.divpagination .pagination > li > a:hover, .divpagination .pagination > li > span:hover{
  color: orange!important;
}

/*conact*/
.form-control:hover, select:hover, textarea:hover {
  border: 1px solid #fab13f!important;
}

.form-control {
  width: 100%;
  padding: 22px;
  border: 1px solid #9e9e9e47;
  box-sizing: border-box;
  margin-top: 6px;
  margin-bottom: 16px;
  resize: vertical;
  font-size: 15px;
  color: #000;
  outline: none!important;
  border-radius: 0px;

}

.btn-cnt{
  background-color: #fab13f;
  color: white;
  padding: 9px 20px;
  border: none;
  cursor: pointer;
  width: 100%;
  font-size: 18px;
  text-transform: uppercase;
}

.btn-cnt:hover {
  background-color: #fab13f;
}

.btn-cnt:after {
 border: 1px solid #fab13f!important;
}


.div-formcontact {
  margin-top: 25px;
}


.divcontactadd p {
    line-height: 1.5;
    margin-bottom: 20px;
}

.divcontactadd h4
{
   color:#e19c3e;
   font-weight: bold;
}

.div-cont{
    display: inline-block;
    padding: 75px 10px 0px 15%;
    position: relative;
    border-right: 10px solid #fcb040;
    min-height: 376px;
    background: #ffff;
  }

.div-cont:before{
    content: "";
    width: 100%;
    height: 10px;
    left: 0;
    top: 0;
    position: absolute;
    z-index: 9;
    background: linear-gradient(to right, white 75%, #fcb040 50%);
}

i.fa.fa-map-marker {
    font-size: 25px;
    margin-right: 6px;
}
/* mobile menu */
.sm_menu_outer{
  background: #e19c3e !important;
}
.sm_menu_outer.active .mobile-menu {
    vertical-align: top !important;
    padding-top: 80px;
}

  .sm_menu_outer .mobile-menu li {
    border-image: linear-gradient(to right, rgba(0, 0, 0, 0) 0%, #f07a00 20%, #f07a00 50%, #f07a00 80%, rgba(0, 0, 0, 0) 100%) 0 0 1 0 !important;
    background: linear-gradient(to left, #f07a00, #f07a00);
    background-size: 100% 1px;
    background-position: bottom 0 left -20px,bottom 0px left 0;
    background-repeat: no-repeat;
    list-style-type: none;
    margin: 10px auto;
    padding-bottom: 15px;
}
.sm_menu_outer .mobile-menu a {
    font: 500 22px/140% "Open Sans", sans-serif !important;
    color: #fff;
    margin: 0px 10px;
}

.sm_menu_outer .mobile-menu a:hover {
  text-decoration: none;
    color: #f07a00;
}
#sm_menu_ham{
    left: 30px !important;
    top:25px !important;
    position: absolute !important;
    padding: 20px 22px!important;
    border-radius: 4px!important;
}
#sm_menu_ham span {
    background-color: #564d44 !important;
    height: 3px !important;
    margin: 7px 6px!important;
}

@media screen and (max-width: 320px)
{
  .banner .nivo-caption
  {
    bottom:-13%;
  }
  #sm_menu_ham span {
    margin: 7px -14px!important;
}
.div-brochure {
margin-right: -49%!important;
}
}
@media screen and (max-width: 375px)
{
.div-brochure {
    font-size: 12px;
    margin-right: -121%!important;
    margin-top: 26px;
    margin-bottom: 0px;
    float:none!important;
        padding: 6px;
}
.logo_div {
   top: -61px;
    margin: 0px -70px 0px 72px;
    display: block;
    left: 35px;
  }
}
@media only screen and (max-width: 600px){
.div-cnst img {
    width: 80%;
}
.welcome-box{ 
  width: 100%;
  margin: 0!important;
}
 .div_cnt h1{
  font-size: 31px;
 }
  .div_cnt h5
  {
    font-size: 14px;
  }
.div_txt{
    font-size: 50px;
}
.div_bg
{
  width:100%;
}

.banner
{
  min-height: auto;
  top: 135px;
}

.banner .nivo-caption a {
    padding: 10px 20px;    
    font-size: 10px;

}
.div-services {
    margin-top: 135px;
}
.div-cnst {
    margin: 20px;
}

.logo_div img {
    width: 80%;
    margin: 0px auto;
}

.logo_div {
   top: -61px;
    margin: 0px -78px 0px 72px;
    display: block;
    left: 35px;
  }
.menu_div
{
  background-color: #fff;
 width: 50%;
}

.banner .nivo-caption{
  bottom: 3%;
}
.banner .nivo-caption h4 {
    font-size: 14px;
}
.banner .nivo-caption h3 
{
    font-size: 20px;
    margin: 0;
    letter-spacing: 10px;
}
.banner .nivo-controlNav{
    display: none;
}
.banner .nivo-controlNav a
{
  margin-bottom: 20px;
}
.about_div p
{
  line-height: 
}
.about_div
{
  margin-right: 0px;
}
.useful_div
{
margin: 30px 0px 0px;
}
.add_div
{
margin: 24px 0px 0px;
}
.foot_social
{
  margin: 30px 0px 0px;
}
.zoom-effect-container
{
  width: 100%;
}
.divspace
{
  margin-bottom: 10px;
}
.inner-banner
{
  top:136px;
  height: 100px;
}
.breadcrumb{
      margin-top: 120px;
}
.div-project {
    margin:0px;
}

.divservices p
{
  margin-bottom: 30px;
}

.marbtn
{
  margin:0;
}

.divservices h4 {
    margin-top: 16px;
    margin-right: 0px!important;
}

.inner-banner {
    min-height: auto;
}
.divcontactmap {
  display: block;
    padding: 31px 0px;
    margin: 0px 2px;
}

nav.breadcrumb.breadcnt {
    margin-top: 140px;
}

img.qr {
    width: 50%;
    margin: 20px 0px;
}
.div-cont {
    padding: 75px 0px 0px 17px;
    margin: 31px;
}
.div-brochure {
    font-size: 12px;
    margin-right: -121%!important;
    margin-top: 25px;
    margin-bottom: 0px;
    padding: 8px;
    float:none!important;
}
.footer_div
{
  margin-top: 18%;
}
.modal-dialog {
    margin: 66px 10px 10px!important;
}

}


@media (min-width:767px) and (max-width:768px)
{
  .banner
{
  min-height: auto;
  top: 140px;
}

.div-services {
    margin-top: 140px;
}
 .logo_div
  {
    top: -60px;
    position: absolute;
    left: 250px;
  }

.div-brochure {
    margin-right: 0%;
    float: right;
}

.inner-banner {
    min-height: auto;
    margin-top: 18%;
}
  .banner .nivo-caption h4 {
    font-size: 14px;
}
.banner .nivo-caption h3 
{
    font-size: 20px;
    margin: 0;
}
.div-prjdetails {
    height: 100px;
}

.footer_div {
    margin-top: 9%;
}
.div-cnst {
    padding: 22px 5px 0px 7px;
    min-height: 162px;
    margin-top: 30px;
}
.div-cnst h4 {
    font-size: 10px;
}

.about_div {
    margin-right: 0px;
}

.useful_div {
    margin: 0px 53px;
}

.add_div {
 margin: 0px;
}
.foot_social {
   margin: 0px;
}
}
@media (max-width: 1400px){
  body{
    height:auto;
  }
  .nivoSlider img{
   min-height: auto;
}

.inner-banner {
    min-height: auto;
}
.banner
{
  min-height: auto;

}
}