@font-face {
	font-family: 'Montserrat-Regular';
	src: url('../fonts/Montserrat-Regular');
	src: local('Montserrat-Regular'), url('../fonts/Montserrat-Regular.woff') format('woff'), url('../fonts/Montserrat-Regular.ttf') format('truetype');
}
@font-face {
	font-family: 'Montserrat-Bold';
	src: url('../fonts/Montserrat-Bold');
	src: local('Montserrat-Bold'), url('../fonts/Montserrat-Bold.woff') format('woff'), url('../fonts/Montserrat-Bold.ttf') format('truetype');
}
@font-face {
    font-family: 'DaiBannaSILLight-BoldItalic';
    src: url('../fonts/DaiBannaSILLight-BoldItalic');
    src: local('DaiBannaSILLight-BoldItalic'), url('../fonts/DaiBannaSILLight-BoldItalic.woff') format('woff'), url('../fonts/DaiBannaSILLight-BoldItalic.ttf') format('truetype');
}

body{
     margin:0;
     padding:0;
     color: #212529;
    font-family: 'Montserrat-Regular';
    font-size: 16px;
}
p {
    color: #212529;
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 16px;
    font-family: 'Montserrat-Regular';
}
h1, h2, h3, h4, h5, h6{
     color: #191919;
    font-family: 'Montserrat-Bold';
}
a{
    color: #6C2768;
}
a:focus, a:hover{
	text-decoration:none;
}
.top-header {
    padding: 20px 0px;
}
.logo {
    padding: 0px;
    display: block;
    width: 100%;
    float: left;
}
.logo .title-heading {
    margin: 0px;
    font-size: 60px;
    font-family: 'DaiBannaSILLight-BoldItalic';
    text-align: center;
    color: #000000;
}
.navbar-nav.breadcrumb > li + li:before{
    display: none;
}
.navbar-header .attr-nav {
    display: none;
}
nav.navbar.bootsnav{
        background-color: #659D32;
}
nav.navbar.bootsnav .navbar-nav > li > a {
    color: #ffffff;
    text-transform: uppercase;
    font-weight: 700 !important;
    padding: 20px 15px;
    font-size: 15px;
    font-family: 'Montserrat-Regular';
    text-shadow: none;
    letter-spacing: 0.5px;
}
nav.navbar.bootsnav ul.navbar-right li.dropdown ul.dropdown-menu li a {
    background-color: #b89e63;
    color: #fff;
}
nav.navbar.bootsnav ul.navbar-right li.dropdown ul.dropdown-menu li a:hover{
    background-color: #659D32;
    color: #fff;
    transition: all 0.3s linear;
}
nav.navbar.bootsnav ul.nav li.dropdown ul.dropdown-menu{
    padding:0px !important;
    border:none;
}
nav.navbar.bootsnav ul.nav li.dropdown ul.dropdown-menu > li > a{
    padding:10px 10px;
    font-size: 16px;
    font-weight: 100 !important;
}
.navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus, nav.navbar.bootsnav .navbar-toggle {
    color: #ffffff;
    padding: 6px 10px 2px 10px;
    cursor: pointer;
}
.navbar-nav.navbar-right:last-child {
    margin: 0px auto;
}
button.navbar-toggle .fa-bars {
    font-size: 22px;
}
.attr-nav > ul > li > a {
    color: #ffffff;
    padding: 18px 10px;
}
.carousel-inner>.item:before{
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.30);
}
.carousel-indicators{
    display: none;
}
.carousel-caption{
    background-color:inherit;
    width: 55%;
    top: 26%;
}
.carousel-caption h1 {
    color: #ffffff;
    text-shadow: none;
    margin: 0px;
}
.carousel-caption a{
    background-color:#659D32;
    font-size: 15px;
}
.carousel-caption a:hover{
    background-color: #b89e63;
}
.carousel-caption p{
    font-size: 16px;
    margin: 20px 0px 10px;
    font-family: 'Montserrat-Regular';
    line-height: 28px;
}
.right-line:after{
    display: none;
}
.about-block {
    padding-top: 50px;
}
.abt-right h2 {
    color: #191919;
    font-size: 36px;
    margin-top: 0px;
}
.abt-right p {
    line-height: 26px;
}
.info-link a {
    color: #ffffff;
    font-weight: 700;
    background-color: #659d32;
    padding: 10px 20px;
    display: inline-block;
    border-radius: 3px;
    margin-top: 15px;
    transition: all 0.3s ease;
}
.info-link a:hover{
    background-color: #b89e63;
    color: #ffffff;
}
.service-block {
    padding: 50px 0px;
}
/* Common style */
.grid figure {
    position: relative;
    float: left;
    overflow: hidden;
    background: #659d32;
    text-align: center;
    cursor: pointer;
}
.tony-col {
    padding: 0px;
}
.grid figure img {
    position: relative;
    display: block;
    min-height: 100%;
    max-width: 100%;
    opacity: 0.9;
}

.grid figure figcaption {
    padding: 2em;
    color: #fff;
    text-transform: uppercase;
    font-size: 1.25em;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

.grid figure figcaption::before,
.grid figure figcaption::after {
    pointer-events: none;
}

.grid figure figcaption,
.grid figure figcaption > a {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

/* Anchor will cover the whole item by default */
/* For some effects it will show as a button */
.grid figure figcaption > a {
    z-index: 1000;
    text-indent: 200%;
    white-space: nowrap;
    font-size: 0;
    opacity: 0;
}

.grid figure h2 {
    word-spacing: -0.15em;
    font-weight: 300;
}

.grid figure h2 span {
    font-weight: 800;
}

.grid figure h2,
.grid figure p {
    margin: 0;
}

.grid figure p {
    letter-spacing: 1px;
    font-size: 68.5%;
}

/*---------------*/
/***** Zoe *****/
/*---------------*/

figure.effect-zoe figcaption {
    top: auto;
    bottom: 0;
    padding: 25px;
    height: 3.75em;
    background: #b89e63;
    color: #ffffff;
    -webkit-transition: -webkit-transform 0.35s;
    transition: transform 0.35s;
    -webkit-transform: translate3d(0,100%,0);
    transform: translate3d(0,100%,0);
}

figure.effect-zoe h2 {
    float: left;
    color: #ffffff;
    font-size: 26px;
}

figure.effect-zoe p.icon-links a {
    float: right;
    color: #3c4a50;
    font-size: 1.4em;
}

figure.effect-zoe:hover p.icon-links a:hover,
figure.effect-zoe:hover p.icon-links a:focus {
    color: #252d31;
}

figure.effect-zoe p.description {
    position: absolute;
    bottom: 8em;
    padding: 2em;
    color: #fff;
    text-transform: none;
    font-size: 90%;
    opacity: 0;
    -webkit-transition: opacity 0.35s;
    transition: opacity 0.35s;
    -webkit-backface-visibility: hidden; /* Fix for Chrome 37.0.2062.120 (Mac) */
}

figure.effect-zoe h2,
figure.effect-zoe p.icon-links a {
    -webkit-transition: -webkit-transform 0.35s;
    transition: transform 0.35s;
    -webkit-transform: translate3d(0,200%,0);
    transform: translate3d(0,200%,0);
}

figure.effect-zoe p.icon-links a span::before {
    display: inline-block;
    padding: 8px 10px;
    font-family: 'feathericons';
    speak: none;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

figure.effect-zoe h2 {
    display: inline-block;
}

figure.effect-zoe:hover p.description {
    opacity: 1;
}

figure.effect-zoe:hover figcaption,
figure.effect-zoe:hover h2,
figure.effect-zoe:hover p.icon-links a {
    -webkit-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
}

figure.effect-zoe:hover h2 {
    -webkit-transition-delay: 0.05s;
    transition-delay: 0.05s;
}

figure.effect-zoe:hover p.icon-links a:nth-child(3) {
    -webkit-transition-delay: 0.1s;
    transition-delay: 0.1s;
}

figure.effect-zoe:hover p.icon-links a:nth-child(2) {
    -webkit-transition-delay: 0.15s;
    transition-delay: 0.15s;
}

figure.effect-zoe:hover p.icon-links a:first-child {
    -webkit-transition-delay: 0.2s;
    transition-delay: 0.2s;
}
/*--images-end--*/
figure.effect-zoe h2 a{
    color: #ffffff;
}
.banner-bg .img-responsive {
    width: 100%;
}

footer{
    background-color: inherit;
    border: none;
}
.top-footer {
    background-color: #1c1c1c;
    position: relative;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    padding: 100px 0px;
    text-align: center;
}
.top-footer:before{
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background-color: #3a3630;
    opacity: 0.9;
}
.footer-title{
   font-family: 'Montserrat-Bold';
    border: none;
    font-size: 20px;
}
.more-info li{
    font-size: 16px;
    font-family: 'Montserrat-Regular';
    line-height: 28px;
}
.more-info i {
    margin-right: 0px;
    font-size: 16px;
    padding: 0px !important;
    margin-right: 10px;
    color: #ffffff;
}
.social .fa-facebook {
    padding: 12px 14px;
}
.social .fa-twitter{
    padding: 12px;    
}
.more-info .input-group {
    display: block;
}
.more-info .input-group .form-control {
    height: auto !important;
    border-radius: 0px;
    padding: 10px;
    width: 75%;
    margin: 0px auto;
    text-align: center;
    float: none;
}
.more-info .input-group-btn {
    display: block;
    width: 100%;
    float: left;
    margin-top: 10px;
}
.more-info p {
    color: #ffffff;
    padding-bottom: 10px;
}
.more-info .input-group-btn .btn {
    background: none;
    border: 1px solid #659D32;
    font-size: 15px;
    border-radius: 0px;
    padding: 10px 30px;
    transition: all 0.3s ease;
}
.more-info .input-group-btn .btn:hover{
    background:#659D32;
    border-color: #659D32;
    color: #ffffffff;
}
.social li i {
    width: 40px;
    height: 40px;
    background-color: #ffffff;
    font-size: 18px;
    color: #659d32;
    padding: 12px 10px;
    border-radius: 50%;
    transition: all 0.3s ease;
}
.social li i:hover{
    background:#659D32;
    color: #ffffffff;
}
.copy p, .power p a {
    color: #ffffffff;
}
.bottom-footer{
    padding: 0px;
    padding-top: 20px;
    background-color: #000000;
}
.power p{
    color: #ffffff;
}
#scrolltoup:hover {
    background-color: #1C1C1C;
    color: #ffffff;
}
.banner-bg p, .map-info p {
    margin: 0px;
}
.about-block h1.text-center {
    margin-top: 0px;
    padding-bottom: 20px;
}
.sevices_list .owl-pagination {
    display: none;
}
.sevices_list .customNavigation a {
    width: 40px;
    height: 40px;
    display: inline-block;
    background: #659d32;
    line-height: 40px;
    color: #ffffff;
    margin: 0px 5px;
    cursor: pointer;
    transition: all 0.3s linear;
}
.sevices_list .customNavigation a:hover{
    background: #b89e63;
    color: #fff;
}
.sevices_list .customNavigation {
    text-align: center;
    margin-top: 15px;
}
#recaptcha3 {
    margin-top: 20px;
    display: inline-block;
    margin-left: 12px;
}

/*--media-responsive--*/
@media (min-width:1200px){
    .abt-right h2 {
        font-size: 48px;
    }
}
@media (max-width:1199px) and (min-width:992px){
    nav.navbar.bootsnav .navbar-nav > li > a{
        padding: 15px 8px;
        font-size: 14px;
    }
    .carousel-caption{
        top: 25%;
        width: 75%;
    }
    .logo .title-heading{
        font-size: 48px;
    }
    .carousel-caption h1{
        font-size: 36px;
    }
    figure.effect-zoe h2{
        font-size: 24px;
    }
    nav.navbar.bootsnav li.dropdown ul.dropdown-menu ul.dropdown-menu {
        top: 10px;
        left: 230px !important;
    }
}
@media (max-width:991px) and (min-width:768px){
    nav.navbar.bootsnav .navbar-nav > li > a{
        padding: 15px 5px;
        font-size: 11px;
        margin: 0px;
    }
    nav.navbar.bootsnav li.dropdown ul.dropdown-menu ul.dropdown-menu {
        top: 10px;
        left: 182px !important;
    }
    ul.nav.navbar-nav.navbar-right {
        width: 100%;
    }
    .navbar-header {
        float: none;
        margin: 0px;
        width: 100%;
        text-align: center;
    }
    .logo .title-heading{
        font-size:48px;
    }
    .carousel-caption {
        width: 75%;
        top: 20%;
    }
    .carousel-caption h1 {
        font-size: 30px;
    }
    .carousel-caption a{
        font-size: 15px;
    }
    .carousel-caption p{
        line-height: 25px;
    }
    .pull-right {
        float: none !important;
        text-align: center;
    }
   
}
@media (max-width:767px) and (min-width:320px){
    .abt-left figure img{
        width: 100%;
    }
    .footer-title{
        margin-top: 20px;
    }
    .more-info p{
        padding-bottom: 0px;
    }
    .carousel-caption p{
        display: none;
   }
   .carousel-caption {
        top: 10%;
        width: 300px;
    }
    .carousel-caption h1 {
        font-size: 30px;
        margin: 10px 0px;
        line-height: 38px;
    }
    nav.navbar.bootsnav .navbar-nav > li > a{
        padding: 10px 10px;
        font-size: 16px;
        margin: 0px;
    }
    nav.navbar.bootsnav .navbar-toggle{
        top: 0px;
    }
     .abt-right h2{
        margin: 0px;
        font-size: 30px;
        padding-bottom: 20px;
    }
    .more-info {
        width: 100%;
        float: left;
        margin-bottom: 30px;
    }
    .pull-right {
        float: none !important;
        text-align: center;
    }
    .logo .title-heading{
        font-size: 48px;
    }
}
@media (max-width:480px) and (min-width:320px){
    .logo .title-heading {
        font-size: 36px;
    }
   .carousel-caption h1{
        font-size: 20px;
        line-height: inherit;
        margin: 0px;
    }
    .carousel-caption a {
        font-size: 14px;
        height: auto;
        padding: 10px 15px;
        line-height: initial;
        width: auto;
    }
    .carousel-caption{
        top: 20%;
        width: 300px;
    }
    .about-block, .service-block{
        padding: 30px 0px;
    }
}
