@charset "UTF-8";
h1,
h2,
h3,
h4,
h5 {
    margin: 0;
}

body {
    color: #3a3a3a;
    font-size: 16px;
    font-family: 'Noto Serif', serif;
}

a:focus,
a:active,
button:focus,
button:active,
input:focus,
input:active {
    outline: 0;
}

button::-moz-focus-inner {
    border: 0;
    outline: 0;
}

.border-wrapper .default .border {
    z-index: 9999;
    background-color: #fff;
}

.border {
    display: block;
    will-change: transform;
}

.border.horizontal { width: 100%; height: 20px;}
.border.vertical { width: 20px; height: 100%;}

.border.top {
    position: fixed;
    top: 0;
    left: 0;
    transform-origin: top left;
}

.border.right {
    position: fixed;
    top: 0;
    right: 0;
    transform-origin: top right;
}

.border.bottom {
    position: fixed;
    bottom: 0;
    right: 0;
    transform-origin: bottom right;
}

.border.left {
    position: fixed;
    bottom: 0;
    left: 0;
    transform-origin: bottom left;
}

.wrapper { background-color: #f9f7ed;}
header { padding: 45px 40px;}
#index header{padding: 45px 40px 0;}
.logo { float: left; width: 180px;}
.logo img{width: 100%;}
.navigation {}
.navigation nav {float: right;}
.navigation nav ul li { display: inline-block; list-style-type: none;}

.navigation nav ul li a {
    padding: 10px 22px;
    color: #525252;
    font-family: 'Montserrat', sans-serif;
    text-decoration: none;
    -webkit-transition: all 0.4s linear;
    -moz-transition: all 0.4s linear;
    -o-transition: all 0.4s linear;
    -ms-transition: all 0.4s linear;
    transition: all 0.4s linear;
    text-transform: uppercase;
    font-size: 14px;
}
.navigation nav ul li a:hover { color: #d2ab56;}

.nav-bar li.active a {
     color: #d2ab56;
 }
.content-wrapper {}
.intro-row{ padding: 0 15px;}
.left-block { padding-top: 8em; padding-bottom: 3em;}

.left-block h1 {
    font-family: 'Montserrat', sans-serif;
    color: #12601f;
    font-size: 53px;
    line-height: 64px;
    font-weight: bold;
    position: relative;
    margin: 20px 0 40px;
}

.left-block h1 span { font-size: 86px; display: block;}

.left-block h1:before {
    content: "";
    position: absolute;
    width: 65px;
    height: 2px;
    top: -20px;
    border-top: 6px solid rgba(210, 171, 86, 0.8);
    padding: 20px 0;
}

.left-block p { font-size: 16px; line-height: 26px; color: #3a3a3a;}
.right-block-img img { width: 100%;}
.right-block {position: relative;}
.tag-block { padding: 0 0 50px;}
.tag-block ul { padding: 0; margin: 0;}
.tag-block ul li {display: inline-block; list-style-type: none;}

.tag-block ul li a {
    padding: 6px 18px;
    border: 1px solid rgba(210, 171, 86, 0.5);
    margin: 3px 6px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    -o-border-radius: 20px;
    -ms-border-radius: 20px;
    border-radius: 20px;
    float: left;
    font-size: 15px;
    color: #3a3a3a;
    font-family: 'Noto Serif', serif;
    text-decoration: none;
    -webkit-transition: all 0.4s linear;
    -moz-transition: all 0.4s linear;
    -o-transition: all 0.4s linear;
    -ms-transition: all 0.4s linear;
    transition: all 0.4s linear;
}

.tag-block ul li a:hover {color: #12601f; border: 1px solid #12601f;}
.tag-block ul li a:first-child { margin-left: 0;}
.intro-block {text-align: center; font-family: 'Noto Serif', serif; padding: 30px 30px 55px;}
#services .intro-block {padding: 30px;}
.intro-block h1 {
    color: #12601f;
    font-size: 39px;
    text-transform: uppercase;
    padding: 0 0 35px;
    position: relative;
}

.intro-block h1:before {
    content: "";
    position: absolute;
    width: 65px;
    height: 2px;
    bottom: 0;
    left: 0;
    right: 0;
    text-align: center;
    border-bottom: 4px solid rgba(210, 171, 86, 0.8);
    padding: 20px 0;
    margin: 0 auto;
}

.intro-block h3 { font-size: 30px; line-height: 42px; padding: 55px 0 35px;}
.intro-block p { font-size: 16px; line-height: 32px; color: #3a3a3a;}
.about-img img { width: 100%;}
.service-list { padding: 0 45px 35px;}

.service-list h4,
.address-block h4 {
    font-size: 21px;
    line-height: 28px;
    font-weight: bold;
    color: #12601f;
    padding: 20px 0;
}

.service-list p { font-size: 16px; line-height: 26px; color: #3a3a3a;}
.list-type {}

.list-type h3 {
    font-size: 18px;
    color: #3a3a3a;
    font-weight: bold;
    padding: 20px 0 10px;
}
.list-type ul {margin: 0 24px; padding: 0;}

.list-type ul li {
    list-style-image: url(../images/bullet.png);
    font-size: 16px;
    padding: 6px 5px;
}
.form-container{ padding: 0 50px 0 15px;}
.form-group {margin-bottom: 8px;}
.form-group input, .form-group textarea  {
    padding: 8px 12px;
    width: 100%;
    color: #7a7976;
    border: 1px solid #e7dfce;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -o-border-radius: 4px;
    -ms-border-radius: 4px;
    border-radius: 4px;
    outline: 0;
}
.form-group textarea{ height: 120px; resize: vertical;}
.submit-btn {
    background-color: #12601f;
    color: #fff;
    border: 0;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -o-border-radius: 4px;
    -ms-border-radius: 4px;
    border-radius: 4px;
    padding: 8px 25px;
    text-align: center;
    font-size: 15px;
    font-weight: bold;
    text-transform: uppercase;
    -webkit-transition: all 250ms linear;
    -moz-transition: all 250ms linear;
    -o-transition: all 250ms linear;
    -ms-transition: all 250ms linear;
    transition: all 250ms linear;
}
.submit-btn:hover {
    background-color: #d2aa56;
}
.error {
    color: #D8000C;
    font-size: 14px;
    padding: 4px 0;
}

.sucess-msg {
    text-align: center;
    padding: 40px 0 60px;
    font-size: 26px;
    color: #1b6627;
}
.sucess-msg:after {
    content: "";
    width: 120px;
    height: 4px;
    background-color: #dab973;
    position: absolute;
    bottom: 0;
    left: 47%;
     -webkit-transform: translateX(-47%);
    -ms-transform: translateX(-47%);
    transform: translateX(-47%);
    margin-bottom: 20px;
}

.address-block p {font-size: 16px; line-height: 26px; margin: 0;}

.address-block h3 {
    font-size: 18px;
    font-weight: bold;
    padding: 30px 0 7px;
}
.address-block h4{ padding: 0 0 20px; font-weight: 400;}
.map-canvas {
    width: 100%;
    height: 500px;
    margin-top: 60px;
}

footer {
    background-color: #000;
    color: #fff;
    text-align: center;
    padding: 35px 0;
}

footer .copyright-block p { font-size: 14px;}
.social-block {}
.social-block ul { padding: 0; margin: 0;}
.social-block ul li {list-style-type: none; display: inline-block;}

.social-block ul li .fa {
    width: 25px;
    height: 25px;
    -webkit-border-radius: 25px;
    -moz-border-radius: 25px;
    -o-border-radius: 25px;
    -ms-border-radius: 25px;
    border-radius: 25px;
    background-color: #fff;
    color: #000;
    text-align: center;
    padding: 5px;
    margin-bottom: 20px;
    -webkit-transition: all 0.4s linear;
    -moz-transition: all 0.4s linear;
    -o-transition: all 0.4s linear;
    -ms-transition: all 0.4s linear;
    transition: all 0.4s linear;
}
.social-block ul li .fa:hover { background-color: #95621c; color: #fff;}
.mob-nav {display: none;}

/* styles for svg clip path */
.svg-img {
    display: block;
}
.scaling-svg video {
  clip-path: url(#lagreen-clip);

}
.svg-img img, .svg-img svg{
    width: 100%;
    height: auto;
}

svg.defs-only {
    display:block; position: absolute; 
    height:0; width:0; margin: 0; padding: 0; 
    border: none; overflow: hidden;
}

.scaling-svg-container {
  position: relative; 
  height:0; 
  width: 100%; 
  padding: 0;
  padding-bottom: 100%; 
  /* over-ride this inline for aspect ratio other than square */
}
.scaling-svg {
  position: absolute; 
  height: 100%; 
  width: 100%; 
  left: 0; 
  top:0;
}

video{
  position: absolute;
  top: 0%;
  left: 0%;
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  z-index: -1;
  overflow: hidden;
}

/*--------------------responsive css--------------------*/
@media (max-width: 1440px) {
    .logo {width: 155px;}
    .grid-gallery { margin: 55px 0 20px}
}
@media (max-width: 1024px) {    
.sucess-msg {font-size: 22px;}
}

@media (max-width: 1200px) {
.left-block {padding-top: 2em;}
.left-block h1 span { font-size: 72px;}
.left-block h1 {font-size: 46px; line-height: 57px;}
#index header {padding: 45px 40px 20px;}
.grid-gallery {margin: 55px 0 0 !important;}
}

@media (max-width: 991px) {
    header .navigation { display: none;}
    .mob-nav {
        position: fixed;
        display: block;
        top: 0;
        right: -225px;
        height: 100%;
        -webkit-transition: right 0.5s ease 0s;
        -moz-transition: right 0.5s ease 0s;
        -o-transition: right 0.5s ease 0s;
        -ms-transition: right 0.5s ease 0s;
        transition: right 0.5s ease 0s;
        z-index: 1200;
        -webkit-transform: translateZ(0);
        -moz-transform: translateZ(0);
        -o-transform: translateZ(0);
        -ms-transform: translateZ(0);
        transform: translateZ(0);
    }
    .overlay {
        background-color: rgba(0, 0, 0, 0.83);
        width: 100%;
        height: 100%;
        position: fixed;
        top: 0;
        left: 0;
        z-index: 1100;
        display: none;
    }
    .mob-nav.open {
        right: 0;
        /*width: 100%;*/
        position: fixed;
        height: 100%;
    }
    .nav-panel {
        background-color: #fff;
        height: 100%;
        width: 250px;
        position: relative;
        padding-bottom: 72px;
    }
    .navlist { padding: 30px 20px 30px 25px; margin: 0;}
    .navlist li { padding-bottom: 5px; list-style-type: none; }
    .navlist li a {
        font-size: 12px;
        line-height: 16px;
        color: #3a3a3a;
        font-weight: 600;
        padding: 0;
        margin: 5px 0;
        text-transform: uppercase;
        text-decoration: none;
        display: block;
        font-family: 'Montserrat', sans-serif;
        -webkit-transition: all 200ms linear;
        -moz-transition: all 200ms linear;
        -o-transition: all 200ms linear;
        -ms-transition: all 200ms linear;
        transition: all 200ms linear;
    }
    .navlist li a:hover {color: #d2ab56;}
    .navlist li ul { padding: 5px 16px;}
    .navlist li ul li a { margin: 2px 0; }
    .menu-toggle { float: left; margin-top: 10px;}
    #navigation-toggle,
    #navigation-toggle.open-menu {
        box-shadow: none;
        position: absolute;
        right: 250px;
        top: 0;
    }
    #navigation-toggle.open-menu {
        background-color: #fff;
        -webkit-box-shadow: 0 1px 1px rgba(255, 255, 255, 0.5) inset;
        -moz-box-shadow: 0 1px 1px rgba(255, 255, 255, 0.5) inset;
        -o-box-shadow: 0 1px 1px rgba(255, 255, 255, 0.5) inset;
        -ms-box-shadow: 0 1px 1px rgba(255, 255, 255, 0.5) inset;
        box-shadow: 0 1px 1px rgba(255, 255, 255, 0.5) inset;
    }
    #navigation-toggle {
        background: #12601f;
        float: left;
        height: 40px;
        -webkit-transition: all 500ms ease-in 0s;
        -moz-transition: all 500ms ease-in 0s;
        -o-transition: all 500ms ease-in 0s;
        -ms-transition: all 500ms ease-in 0s;
        transition: all 500ms ease-in 0s;
        width: 45px;
        position: absolute;
        z-index: 999;
        top: 50px !important;
    }
    .navbar-brand { padding: 15px 0px 5px 15px;}
    .menu-icon {background-image: none;display: inline-block; vertical-align: top;}
    .icon-toggle {
        position: absolute;
        display: inline-block;
        padding: 7px 12px;
        line-height: 15px;
        -webkit-transition: all 0.3s ease 0s;
        -moz-transition: all 0.3s ease 0s;
        -o-transition: all 0.3s ease 0s;
        -ms-transition: all 0.3s ease 0s;
        transition: all 0.3s ease 0s;
    }
    .lines {
        background-color: #FFFFFF;
        display: inline-block;
        height: 2px;
        position: relative;
        width: 22px;
    }
    .lines:before,
    .lines:after {
        background-color: #FFFFFF;
        content: "";
        display: inline-block;
        height: 2px;
        left: 0;
        position: absolute;
        -webkit-transform-origin: 50% 50% 0;
        -moz-transform-origin: 50% 50% 0;
        -o-transform-origin: 50% 50% 0;
        -ms-transform-origin: 50% 50% 0;
        transform-origin: 50% 50% 0;
        width: 22px;
    }
    .lines:before { top: 6px;}
    .lines:after { top: -6px;}
    .icon-toggle .lines {
        -webkit-transition: background 0.3s ease 0.6s;
        -moz-transition: background 0.3s ease 0.6s;
        -o-transition: background 0.3s ease 0.6s;
        -ms-transition: background 0.3s ease 0.6s;
        transition: background 0.3s ease 0.6s;
    }
    .icon-toggle .lines:before,
    .icon-toggle .lines:after {
        -webkit-transform-origin: 50% 50% 0;
        -moz-transform-origin: 50% 50% 0;
        -o-transform-origin: 50% 50% 0;
        -ms-transform-origin: 50% 50% 0;
        transform-origin: 50% 50% 0;
        -webkit-transition: top 0.3s ease 0.6s, transform 0.3s ease 0s;
        -moz-transition: top 0.3s ease 0.6s, transform 0.3s ease 0s;
        -o-transition: top 0.3s ease 0.6s, transform 0.3s ease 0s;
        -ms-transition: top 0.3s ease 0.6s, transform 0.3s ease 0s;
        transition: top 0.3s ease 0.6s, transform 0.3s ease 0s;
    }
    .menu-toggle.active .icon-toggle .lines {
        background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
        -webkit-transition: background 0.3s ease 0s;
        -moz-transition: background 0.3s ease 0s;
        -o-transition: background 0.3s ease 0s;
        -ms-transition: background 0.3s ease 0s;
        transition: background 0.3s ease 0s;
    }
    .menu-toggle.active .icon-toggle .lines:before,
    .menu-toggle.active .icon-toggle .lines:after {
        top: 0;
        -webkit-transition: top 0.3s ease 0s, transform 0.3s ease 0.5s;
        -moz-transition: top 0.3s ease 0s, transform 0.3s ease 0.5s;
        -o-transition: top 0.3s ease 0s, transform 0.3s ease 0.5s;
        -ms-transition: top 0.3s ease 0s, transform 0.3s ease 0.5s;
        transition: top 0.3s ease 0s, transform 0.3s ease 0.5s;
        width: 22px;
    }
    .menu-toggle.active .icon-toggle .lines:before {
        -webkit-transform: rotate3d(0, 0, 1, 45deg);
        -moz-transform: rotate3d(0, 0, 1, 45deg);
        -o-transform: rotate3d(0, 0, 1, 45deg);
        -ms-transform: rotate3d(0, 0, 1, 45deg);
        transform: rotate3d(0, 0, 1, 45deg);
    }
    .menu-toggle.active .icon-toggle .lines:after {
        -webkit-transform: rotate3d(0, 0, 1, -45deg);
        -moz-transform: rotate3d(0, 0, 1, -45deg);
        -o-transform: rotate3d(0, 0, 1, -45deg);
        -ms-transform: rotate3d(0, 0, 1, -45deg);
        transform: rotate3d(0, 0, 1, -45deg);
    }
    .menu-toggle.active .menu-icon {left: 14px; }
    .nav-panel {float: right; }
    .service-list { padding: 0 30px 35px;}
.form-container { padding: 0 15px;}
.address-block{ padding: 15px;}
.intro-row{ padding: 0 20px;}
.right-block {margin-bottom: 18%; padding: 0 7%;}
}

@media (max-width: 767px) {
.service-list { padding: 0 40px 35px;}
.address-block{ padding: 25px;}
.form-container { padding: 0 25px;}
.intro-row{ padding: 0 30px;}
.left-block h1 span {font-size: 60px;}
.left-block h1 {font-size: 40px; line-height: 50px; margin: 20px 0 30px;}
.left-block p {font-size: 14px; line-height: 24px;}
.tag-block ul li a {padding: 5px 17px;font-size: 13px;}
.intro-block h1 {font-size: 35px; padding: 0 0 30px;}
.intro-block h3 {font-size: 26px; line-height: 38px; padding: 45px 0 25px;}
.intro-block p {font-size: 15px; line-height: 28px;}
.address-block p {font-size: 15px; line-height: 25px;}
.address-block h3 {font-size: 17px;}
.map-canvas {margin-top: 30px;}
.grid-wrap {padding: 0 1em 0!important;}
}

@media (max-width: 500px) {
.logo {float: none; margin: 0 auto;}
.intro-block h1 {font-size: 30px; padding: 0 0 28px;}
.intro-block h3 {font-size: 22px; padding: 35px 0 35px;}
.intro-block p {line-height: 26px;}
footer .copyright-block p {padding: 0 15px;}
.intro-block { padding: 0px 30px 40px;}
.left-block h1 {font-size: 45px;}
.left-block h1 span {font-size: 50px;}
.left-block {padding-top: 1em;}
    
}
@media (max-width: 360px) {
    .left-block h1{
    font-size: 37px;
    line-height: 40px;
}
    .left-block h1 span {
    font-size: 44px;
}
.intro-block h3 {font-size: 21px; padding: 35px 0 35px;}
.intro-block { padding: 20px 30px 20px; }
}