@charset "utf-8";
/* Custom CSS Document */
/* Add all custom styles here, including Bootstrap styles, but here not asking to add/code/paste Bootstrap or mini css files styles here, keep that styles everything within Bootstrap file, don't make any changes/modifications to Bootstrap files. Can add modified/edited Bootstrap styles here by you. And see below comments, add styles as below mentioned section wise with comments.

/* Custom fonts styels */
@font-face {
    font-family: 'goudy_trajanregular';
    src: url('../fonts/goudy-trajan-regular_allfont.net-webfont.woff2') format('woff2'),
         url('../fonts/goudy-trajan-regular_allfont.net-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'robotoregular';
    src: url('../fonts/roboto-regular-webfont.woff2') format('woff2'),
         url('../fonts/roboto-regular-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}
   
@font-face {
  font-family: 'FontAwesome';
  src: url("../fonts/fontawesome-webfont.eot?v=4.3.0");
  src: url("../fonts/fontawesome-webfont.eot?#iefix&v=4.3.0") format("embedded-opentype"), url("../fonts/fontawesome-webfont.woff2?v=4.3.0") format("woff2"), url("../fonts/fontawesome-webfont.woff?v=4.3.0") format("woff"), url("../fonts/fontawesome-webfont.ttf?v=4.3.0") format("truetype"), url("../fonts/fontawesome-webfont.svg?v=4.3.0#fontawesomeregular") format("svg");
  font-weight: normal;
  font-style: normal;
}

.container{
    max-width: 1030px;
}
body{
    color: #878787;
    font-size: 16px;
    background: url(../images/bg.png);
}
body,.para h2{
    font-family: 'robotoregular';
}
h1,h2{
    font-weight: normal;
}
header{
    padding-bottom: 16px;
}
header .phone,h1,h2,.footer-nav ul li,.inner-banner figure figcaption,.top-nav nav ul li{
    font-family: 'goudy_trajanregular';
}
h2{
    font-size: 20px;
}
/* Common styels */
header nav ul li a,.footer-nav ul li a,.top-nav nav ul li ul li:hover > a,.top-nav nav ul li ul li a.active{
    color: #000;
}
.service-box.alt,.right-col h2,.app-form button,a.readmore,.get-social a,.inner-banner figure figcaption,.top-nav nav ul li ul li a{
    color: #fff;
}
header nav ul li,.app-form,.right-col,footer{
    font-size: 14px;
}
.top-nav nav ul li ul li{
    font-size: 16px;
}
header .phone,h1,.inner-banner figure figcaption{
    font-size: 24px;
}
a,a:hover,h1,.get-social h2,.footer-nav ul li a:hover,.footer-nav ul li a.active,.footer-nav ul li a:hover,header nav ul li a:hover,header nav ul li a.active,.before-after-carousel h2,.top-nav nav ul li:hover > a{
    color: #de8850;
}
.app-form button:hover,.review-name,a.readmore:hover{
    color: #aeb96a;
}
header .top-nav{
    background: #ece9df;
}
header .top-nav.isStuck{
    z-index: 500;
}
.header-top-icons{
    display: none;
}
.top-nav{
    position: relative;
}
.top-nav nav ul{
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;
}
.top-nav nav ul li{
    float: left;
    text-transform: uppercase;
    display: inline-block;
    padding-top: 16px;
    padding-bottom: 13px;
    margin-right: 2.26%;
}
.top-nav nav ul li:last-child{
    margin-right: 0;
}
.top-nav nav ul li a:hover{
    text-decoration: none !important;
}
.top-nav nav ul li ul{
    display: none;
    padding-left: 0;
    margin-bottom: 0;
    height: 284px;
    position: absolute;
    top: 49px;
    max-width: 1000px;
    margin-left: auto;
    margin-right: auto;
    left: 0;
    right: 0;
    width: 100%;
    z-index: 400;
    padding-top: 22px;
    background: #de8850;
}
.top-nav nav ul li ul .menu-cols{
    float: left;
    width: 33.33%;
}
.top-nav nav ul li ul li{
    height: 48px;
    line-height: 48px;
    display: block;
    margin-right: 0;
    padding-top: 0;
    padding-bottom: 0;
    width: 100%;
    background: url(../images/border-menu.png) bottom center no-repeat;
    text-align: center;
}
.top-nav nav ul li ul li.last{
    background: none;
}
.top-nav nav ul li:hover > ul{
    display: block;
     -moz-animation: fadeInUp 0.5s ease-in;
  -webkit-animation: fadeInUp 0.5s ease-in;
  animation: fadeInUp 0.5s ease-in;
}

header img.logo{
    margin-top: 19px;
    display: block;
    max-width: 100%;
}
.search-wrapper span{
    display: block;
    width: 20px;
    height: 20px;
    float: right;
    text-align: right;
    margin-top: 6px;
    color: #8ed0dc;
    cursor: pointer;
    margin-right: 2px;
}
.search_form {
  display: none;
  width: 280px;
  position: absolute;
  top: 34px;
  right: 10px;
  background: #fff;
  z-index: 80;
  border: 2px solid #ECE9DF;
}
.search_form:before{
    content: "\f002";
    display: block;
    width: 40px;
    height: 40px;
    position: absolute;
    top: 0;
    right: 0;
    font-family: 'FontAwesome';
    text-align: center;
    line-height: 40px;
    font-size: 20px;
  }

.search_form input[type="text"] {
  height: 36px;
  margin-top: 2px;
  width: 265px;
  margin-left: 10px;
  border: none;
  background: none;
}

.search_form input[type="submit"] {
  display: block;
  top: 0;
  right: 0;
  height: 40px;
  width: 40px;
  position: absolute;
  border: none;
  background: none;
}
header .phone{
   text-align: right;
   margin-top: 9px;
}
header .phone a{
    color: #878787;
}
header .address{
    text-align: right;
    margin-top: 9px;
    line-height: 20px;
}
header .address a{
    text-decoration: underline;
    text-transform: uppercase;
}
header .address a:hover{
    text-decoration: none;
}
.inner-banner figure{
    display: block;
    position: relative;
}
.inner-banner figure figcaption{
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 58px;
    text-align: center;
    line-height: 58px;
    background: rgba(174, 185, 106, 0.7); 
}
.social-widget{
    margin-left: 13%;
    margin-top: 67px;
}
.social-widget .twitter-widget{
    float: left;
}
.social-widget .fb-like{
    float: left;
    margin-left: 15px;
    margin-top: -3px;
}
.social-widget .google-button{
    float: left;
    margin-left: 15px;
}
.inner-banner figure img{
    max-width: 100%;
}
#carousel-home{
    position: relative;
}
#carousel-home span{
    display: block;
    width: 100%;
    height: 0;
    padding-top: 45%;
}
#carousel-home span.banner-1{
    background-image: url('../images/slider/slider-image-1.jpg');
    background-size: contain;
    background-repeat: no-repeat;
}
#carousel-home span.banner-2{
    background-image: url('../images/slider/slider-image-2.jpg');
    background-size: contain;
    background-repeat: no-repeat;
}
#carousel-home span.banner-3{
    background-image: url('../images/slider/slider-image-3.jpg');
    background-size: contain;
    background-repeat: no-repeat;
}
#service-boxes{
    margin-top: 39px;
}
#carousel-home .carousel-control{
    background: none;
    width: 30px;
    height: 30px;
    position: absolute;
    top: 50%;
    margin-top: -25px;
    background:url(../images/arrows.png) no-repeat;
}
#carousel-home .carousel-control.left{
    left: 40px;
}
#carousel-home .carousel-control.right{
    right: 40px;
    background-position: -30px 0;
}
.service-box{
    display: block;
}
.service-box:hover{
    text-decoration: none;
}
.service-box h2{
    margin-top: 0;
    margin-bottom: 0;
    height: 50px;
    line-height: 50px;
    text-align: center;
    background: #fff;
}
.service-box.alt h2{
    background: #de8850;
}
.service-box span{
    display: block;
    overflow: hidden;
}
.service-box span img{
    width: 100%;
    display: block;
    transition: all .2s ease-in-out;
    -webkit-transition: all 0.5s linear;
    transition: all 0.5s linear;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1)
}
.service-box:hover > span > img{
 -webkit-transform: scale3d(1.2, 1.2, 1);
  transform: scale3d(1.2, 1.2, 1);
}
.middle{
    padding-bottom: 41px;
}
.content{
    margin-top: 37px;
}
.content h1{
    margin-top: 0;
    margin-bottom: 25px;
}
.para{
    line-height: 24px;
}
.para h2{
    margin-top: 22px;
    margin-bottom: 15px;
}
.para ul li,.para ol li{
    margin-bottom: 7px;
}
.right-col{
    margin-top: 40px;
    margin-left: 14px;
}
.office-hrs-1{
    display: inline-block;
    width: 100px;
}
.right-col h2{
    text-align: center;
    margin-bottom: 0;
    margin-top: 0;
    padding-top: 13px;
    padding-bottom: 11px;
    background: #aeb96a;
}
.app-form{
    background: #fff;
    padding-bottom: 19px;
    padding-top: 8px;
}
a[name]{
    padding-top: 10px;
}
.app-form .input{
    height: 43px;
    padding-top: 16px;
    padding-left: 16px;
    margin-bottom: 1px;
    padding-right: 18px;
}
.app-form .input input{
    background: none;
    width: 100%;
    border: none;
    padding-bottom: 5px;
    border-bottom: 1px solid #c3c3c3;
}
.app-form .input select{
    display: block;
    width: 100%;
    background: none;
    border: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-bottom: 1px solid #c3c3c3;
    padding-bottom: 5px;
}
.app-form .input textarea{
    border: none;
    background: none;
    height: 27px;
    padding-top: 4px;
    width: 100%;
    border-bottom: 1px solid #c3c3c3;
}
.app-form .input.required{
    margin-top: 25px;
    height: auto;
}
.app-form .input.required span{
    display: block;
    padding-top: 15px;
    text-align: center;
    border-top: 1px solid #c3c3c3;
}
.app-form button{
    display: block;
    width: 191px;
    height: 32px;
    border: 1px solid #aeb96a;
    margin-left: auto;
    margin-right: auto;
    background: none;
    margin-top: 16px;
    text-transform: uppercase;
    background: #aeb96a;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
}
.app-form button:hover{
    background: #fff;
}
.review-right-wrapper{
    margin-top: 40px;
    min-height: 20px;
    padding-bottom: 19px;
    margin-bottom: 40px;
    background: #fff;
}
.review-right{
    text-align: center;
    padding-left: 16px;
    padding-right: 16px;
    margin-top: 25px;
    line-height: 24px;
}
.review-name{
    text-align: center;
    margin-top: 10px;
    margin-bottom: 10px;
    display: block;
}
a.readmore{
    display: block;
    width: 191px;
    height: 32px;
    border: 1px solid #aeb96a;
    margin-left: auto;
    margin-right: auto;
    background: none;
    margin-top: 14px;
    line-height: 32px;
    text-align: center;
    text-transform: uppercase;
    background: #aeb96a;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
}
a.readmore:hover{
    background: #fff;
    text-decoration: none;
}
.office-hrs{
    background: #fff;
    padding-bottom: 22px;
}
.office-hrs h2{
    margin-bottom: 26px;
}
.offce-hrs-row{
    padding-left: 16px;
    padding-right: 29px;
}
.office-hrs span{
    display: block;
    float: left;
}
.office-hrs label{
    float: right;
}
.office-hrs p{
    text-align: center;
    margin-top: 17px;
    margin-bottom: 0;
    line-height: 24px;
}
.before-after-carousel{
    margin-right: 6px;
    margin-top: 32px;
    padding-bottom: 19px;
}
.before-after-carousel h2{
    text-align: center;
    margin-top: 17px;
    margin-bottom: 0;
    padding-bottom: 9px;
    background: url(../images/border.png) bottom center no-repeat;
    margin-bottom: 25px;
    position: relative;
}
#carousel-before-after{
    width: 77.84%;
    margin-left: auto;
    margin-right: auto;
    position: relative;
}
#carousel-before-after .carousel-control{
    position: absolute;
    height: 40px;
    width: 40px;
    top: 50%;
    margin-top: -20px;
    opacity: 1;
}
#carousel-before-after .carousel-control.left{
    left: -53px;
    background: none;
    background: url(../images/prev.png) top center no-repeat;
    -webkit-background-size: cover;
    background-size: cover;
}
#carousel-before-after .carousel-control.right{
    right: -53px;
    background: none;
    background: url(../images/next.png) top center no-repeat;
    -webkit-background-size: cover;
    background-size: cover;
}
.before-after-carousel a.readmore{
    margin-top: 19px;
    margin-bottom: 0;
}
/* Layout - Bootstrap custom styels or modify/edit predefine styels */
.no-paddings{
    padding-left: 0;
    padding-right: 0;
}
label{
    font-weight: normal !important;
}
footer{
    padding-bottom: 29px;
}
.footer-nav{
    min-height: 50px;
    background: #ece9df;
}
.footer-nav ul{
    list-style: none;
    padding-left: 0;
    margin-bottom: 0;
    padding-top: 17px;
}
.footer-nav ul li{
    float: left;
    display: block;
    margin-right: 5.65%;
}
.footer-nav ul li a:hover{
    text-decoration: none;
}
.footer-nav ul li:last-child{
    margin-right: 0;
}
.get-social a{
    display: block;
    float: right;
    height: 26px;
    width: 26px;
    text-align: center;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    margin-left: 4px;
    margin-top: 15px;
    line-height: 22px;
    font-size: 18px;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
}
.get-social a:hover{
    background: #fff !important;
}
.get-social a:last-child{
    margin-left: 0;
}
.get-social a.addthis{
    background: #ff6c48;
    border: 1px solid #ff6c48;
}
.get-social a.addthis:hover{
    color: #ff6c48;
}
.get-social a.pin{
    background: #eb1922;
    border: 1px solid #eb1922;
}
.get-social a.pin:hover{
    color: #eb1922;
}
.get-social a.gplus{
    background: #ff3921;
    border: 1px solid #ff3921;
}
.get-social a.gplus:hover{
    color: #ff3921;
}
.get-social a.twitter{
    background: #00ace3;
    border: 1px solid #00ace3;
}
.get-social a.twitter:hover{
    color: #00ace3;
}
.get-social a.fb{
    background: #205b9f;
    border: 1px solid #205b9f;
}
.get-social a.fb:hover{
    color: #205b9f;
}
.get-social h2{
    float: right;
    letter-spacing: -1px;
    margin-right: 8px;
    margin-top: 18px;
}
a.google-map{
    display: block;
    margin-top: 28px;
}
a.google-map img{
    max-width: 100%;
}
.footer-address{
    text-align: center;
    margin-top: 21px;
    word-spacing: 2px;
}
.footer-address p{
    margin-top: 4px;
}

.scrollup {
    bottom: 20px;
    display: block;
    height: 40px;
    position: fixed;
    right: 20px;
    width: 40px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    background: #AEB96A;
    z-index: 1500;
    color: #fff !important;
    border: 2px solid #ECE9DF;
    line-height: 32px;
    font-size: 20px;
    text-align: center;
}
.mm-list > li > a{
    color: #000 !important;
}
/* Plugin - Carousel custom styels or modify/edit predefine styels */

.carousel-fade .carousel-inner .item {
  transition-property: opacity;
}
.carousel-fade .carousel-inner .item,
.carousel-fade .carousel-inner .active.left,
.carousel-fade .carousel-inner .active.right {
  opacity: 0;
}
.carousel-fade .carousel-inner .active,
.carousel-fade .carousel-inner .next.left,
.carousel-fade .carousel-inner .prev.right {
  opacity: 1;
}
.carousel-fade .carousel-inner .next,
.carousel-fade .carousel-inner .prev,
.carousel-fade .carousel-inner .active.left,
.carousel-fade .carousel-inner .active.right {
  left: 0;
  transform: translate3d(0, 0, 0);
}
.carousel-fade .carousel-control {
  z-index: 2;
}
body, body.modal {
  padding-right: 0 !important;
}
a[name]{
    padding-top: 45px;
}

/********** loading effects ********/

.spinner{margin:auto;left: 0;right: 0;width:70px;text-align:center}.spinner>div{width:18px;height:18px;background-color:#DE8850;border-radius:100%;display:inline-block;-webkit-animation:sk-bouncedelay 1.4s infinite ease-in-out both;animation:sk-bouncedelay 1.4s infinite ease-in-out both}.spinner .bounce1{-webkit-animation-delay:-.32s;animation-delay:-.32s}.spinner .bounce2{-webkit-animation-delay:-.16s;animation-delay:-.16s}@-webkit-keyframes sk-bouncedelay{0%,100%,80%{-webkit-transform:scale(0)}40%{-webkit-transform:scale(1)}}@keyframes sk-bouncedelay{0%,100%,80%{-webkit-transform:scale(0);transform:scale(0)}40%{-webkit-transform:scale(1);transform:scale(1)}}.preloader{background-color:#fff;height:100%;width:100%;position:fixed;z-index:999999999;margin-top:0;top:0}#loading-center{width:100%;height:100%;position:relative}

#loading-center-absolute{width: 100%;height: auto;left: 0;margin-top: -23px;position: absolute;right: 0;text-align: center;top: 50%;}


@media screen and (max-width: 1214px) {
    .top-nav nav ul li{
        margin-right: 1.8%;
    }
}
@media screen and (max-width: 1090px) {
    .container{
        max-width: none !important;
    }
    .social-widget{
        margin-left: 15px;
    }
    .social-widget .fb-like,.social-widget .google-button{
        margin-left: 8px;
    }
}
@media screen and (max-width: 1090px) {
    .top-nav nav ul li{
        margin-right: 0.9%;
    }
}
@media screen and (max-width: 1003px){
    .container{
        width: 100%;
    }
    .right-col h2{
        padding-left: 8px;
        padding-right: 8px;
    }
    .top-nav nav ul li{
        margin-right: 0.9%;
    }
    .top-nav nav ul li{
        font-size: 13px;
    }
}
@media screen and (max-width: 990px){
    .footer-nav ul li{
        margin-right: 2%;
        font-size: 13px;
    }
    .get-social h2{
        font-size: 16px;
    }
    .office-hrs{
        font-size: 12px;
    }
    .offce-hrs-row{
        padding-left: 0;
        padding-right: 0;
    }
    header .phone{
        font-size: 20px;
    }
}
@media screen and (max-width: 990px){
    .top-nav nav ul li{
        font-size: 12px;
    }
}

@media screen and (max-width: 767px){
    .top-nav nav{
        display: none;
    }
.top-menu-mobile {
    margin: 0px;
    padding: 0px;
    list-style-type: none;
  }
  .top-menu-mobile li {
    width: 19%;
    display: block;
    float: left;
    text-align: center;
  }
  .top-menu-mobile li a {
    width: 100%;
    display: block;
    color: #000;
    font-size: 34px;
    padding-bottom: 5px;
    padding-top: 5px;
  }

  .header-top-icons {
    display: block;
    background: #ECE9DF;
  }
  .header-top-icons.isStuck{
    z-index: 500;
  }
  .top-nav .header-top-icons nav{
    display: block;
  }
  header img.logo{
    display: block;
    margin-left: auto;
    margin-right: auto;
  }
  .search-wrapper span{
    display: none;
  }
  header .phone,header .address,.footer-nav{
    text-align: center;
  }
  .footer-nav ul{
    display: none;
  }
  .get-social h2{
    float: none;
  }
  .get-social a{
    float: none;
    display: inline-block;
  }
  .offce-hrs-row{
    max-width: 400px;
    margin-left: auto;
    margin-right: auto;
    font-size: 14px;
  }
  .right-col{
    margin-left: 0;
  }
  #carousel-before-after .carousel-control{
    height: 30px;
    width: 30px;
  }
  #carousel-before-after .carousel-control.right{
    right: 0;
  }
  #carousel-before-after .carousel-control.left{
    left: 0;
  }
}
@media screen and (max-width: 779px){
    .service-box h2{
        font-size: 16px;
    }
    .social-widget{
        display: none;
    }
}
@media screen and (max-width: 470px){
    .service-box h2{
        font-size: 12px;
    }
}
@media screen and (max-width: 370px){
    .service-box h2{
        font-size: 10px;
    }
}
.search_mobile {
  display: block;
  width: 91%;
  margin-bottom: 15px;
  margin-left: 4%;
  position: relative;
}
.search_mobile:before {
  content: "\f002";
  display: block;
  width: 40px;
  height: 40px;
  position: absolute;
  top: -2px;
  right: 0;
  font-family: 'FontAwesome';
  text-align: center;
  line-height: 40px;
  font-size: 20px;
  color: #000;
}

.search_mobile input[type="text"] {
  height: 36px;
  width: 100%;
  border: none;
  background: #fff;
  color: #000;
  padding-left: 10px;
  -webkit-transition: all 0.30s ease-in-out;
  -moz-transition: all 0.30s ease-in-out;
  -ms-transition: all 0.30s ease-in-out;
  -o-transition: all 0.30s ease-in-out;
}
.search_mobile input[type="text"]:focus {
  box-shadow: 0 0 5px black;
  padding: 3px 0px 3px 3px;
  border: 1px solid black;
}

.search_mobile input[type="submit"] {
  display: block;
  top: 0;
  right: 0;
  height: 38px;
  width: 38px;
  position: absolute;
  border: none;
  background: none;
}
.img-left{
    float: left;
    margin-right: 15px;
    margin-bottom: 15px;
}
.gmap{
    width: 100%;
}
.img-right{
   float: left;
    margin-right: 15px;
    margin-bottom: 15px;
    max-width: 250px;
}
#gal_select{
    width: 200px;
    margin-left: auto;
    margin-right: auto;
    display: block;
    margin-top: 30px;
}

.testimonials {
        padding-bottom: 20px;
        border-bottom: 1px dashed #000;
        margin-bottom: 25px;
    }
.testimonials .star-ratin {
        width: 100%;
        margin-bottom: 10px;
        color: #FC893C;
    }
.testimonials span.qleft {
        margin-right: 20px;
    }
.testimonials span.qright {
    margin-left: 15px;
    }
.testimonials span.name {
    display: block;
    width: 100%;
    margin-top: 15px;
    color: #021540;
}
.specials{
    padding: 25px;
    border-bottom: 2px dashed rgb(174, 185, 106);
    border-radius: 4px;
    margin-bottom: 5px;
}

