/*!
Theme Name: Shree-Ganesh-Lawns
Theme URI: http://underscores.me/
Author: Underscores.me
Author URI: http://underscores.me/
Description: Description
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: shree-ganesh-lawns
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned.

Shree-Ganesh-Lawns is based on Underscores https://underscores.me/, (C) 2012-2020 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/

/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Generic
        - Normalize
        - Box sizing
# Base
        - Typography
        - Elements
        - Links
        - Forms
## Layouts
# Components
        - Navigation
        - Posts and pages
        - Comments
        - Widgets
        - Media
        - Captions
        - Galleries
# plugins
        - Jetpack infinite scroll
# Utilities
        - Accessibility
        - Alignments

--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Generic
--------------------------------------------------------------*/

/* Normalize
--------------------------------------------- */

/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

/* Document
         ========================================================================== */

@charset "utf-8";

/*
        Resets
*/

body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
form,
fieldset,
input,
textarea,
p,
blockquote,
th,
td {
    margin: 0;
    padding: 0;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

fieldset,
img {
    border: 0;
}

address,
caption,
cite,
code,
dfn,
strong,
th,
var {
    font-style: normal;
    font-weight: normal;
}

em {
    font-style: normal;
}

ol,
ul {
    list-style: none;
}

caption,
th {
    text-align: left;
}

q:before,
q:after {
    content: "";
}

abbr,
acronym {
    border: 0;
}

:focus {
    outline: 0;
}

ins {
    text-decoration: none;
}

del {
    text-decoration: line-through;
}

.clear {
    clear: both;
}

/*
        body Structure
*/

html,
body {
    height: 100%;
}

body {
    background: #fff;
    font-family: "Josefin Sans", sans-serif;
    font-size: 14px;
    line-height: 22px;
    font-weight: 400;
    color: #454545;
    overflow-x: hidden !important;
}

/*
        Typography
*/

div,
p,
a,
li,
td {
    -webkit-text-size-adjust: none;
}

html,
html a {
    -webkit-font-smoothing: antialiased !important;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: "Josefin Sans", sans-serif;
    margin: 0 0 15px 0;
    line-height: normal !important;
}

h1 {
    font-size: 54px;
    font-weight: 700;
}

h2 {
    font-family: "Josefin Sans", sans-serif !important;
    font-size: 38px;
    font-weight: 900;
    text-align: center;
    color: #5b2443;
}

h3 {
    font-size: 26px;
    font-family: "Josefin Sans", sans-serif;
    font-weight: 600;
    color: #000;
}

h4 {
    font-size: 22px;
    font-family: "Josefin Sans", sans-serif;
    font-weight: 600;
}

h5 {
    font-size: 18px;
    font-family: "Josefin Sans", sans-serif;
    font-weight: 400;
}

h6 {
    font-size: 14px;
    font-family: "Josefin Sans", sans-serif;
    font-weight: 400;
}

p {
    font-family: "Josefin Sans", sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.75em;
    color: #000000;
    margin-bottom: 20px;
}

p span,
p strong {
    font-weight: bold;
}

img {
    border: none;
    max-width: 100%;
}

a {
    text-decoration: none;
    color: #333;
}

a:hover,
a:focus,
a:active {
    text-decoration: none;
    outline: none;
    color: #000;
}

.fancybox-custom .fancybox-skin {
    box-shadow: 0 0 50px #222;
}

/*  navbarSection*/
.navbarSection {
    width: 100%;
    left: 0;
    right: 0;
    height: auto;
}

/*navigationBar*/

.navbar-default .navbar-toggle .icon-bar {
    background-color: #4f1d48;
}

.navigationBar {
    display: block;
    width: auto;
    position: relative;
    top: 0;
    left: 0;
    right: 0;
    z-index: 200;
    height: 80px;
    padding: 0;
    background: #ffffff;
    overflow: hidden;
}

/* .navigationBar:before {
    content: '';
    display: block;
    position: absolute;
    background: url('assets/images/navigBg.png') no-repeat;
    background-size: 100% 100%;
    height: 100%;
    width: 200%;
    top: 0;
    left: 0;
    opacity: 1;
} */

.containerWrapper {
    display: block;
    position: relative;
    padding: 0 100px;
}

.containerWrapper:after {
    content: "";
    display: block;
    clear: both;
}

/*navigationBarContent*/

.navigationBarContent {
    position: relative;
    height: auto;
}

.navbar {
    min-height: 40px;
}

.navbar-brand {
    display: inline-block;
    margin-top: 5px;
    height: auto;
    padding: 0;
    position: relative;
    top: 0;
    left: 0;
    transition: all 300ms;
}

.navbarbrandfixed {
    visibility: hidden;
    opacity: 0;
}

.navbar-brand img {
    height: 75px;
}

.navbar-nav {
    margin-top: 0px;
}

.navbar-collapse {
    float: right;
    padding-right: 0;
}

.navbar-default {
    background: transparent;
    border: none;
    margin: 0;
}

/*navbar-collapse*/

.navbar-collapse>ul>li {
    margin: 0 1px;
    color: #3d3d3d;
    height: 50px;
    padding: 0;
    position: relative;

    /* font-family: 'Karma'; */
    transition: all 300ms;
    transform-style: preserve-3d;
    perspective: 800px;
}

.navbar-collapse>ul>li:last-child {
    border: none;
}

.navbar-collapse>ul>li>a {
    display: block;
    color: inherit !important;
    padding: 15px 15px;
    margin: 0 1px;
    height: 50px;
    line-height: 50px;
    font-family: inherit;
    font-size: 16px;
    font-weight: 500;
    text-transform: capitalize;
    transition: all 300ms;
}

.navbar-collapse>ul>li:before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 5px;
    background: #4f1d48;
    color: #fff;
    transition: all 300ms;
    visibility: hidden;
    opacity: 0;
}

.navbar-collapse>ul>li:hover:before,
.navbar-collapse>ul>li.active:before {
    top: 0;
    visibility: hidden;
    opacity: 1;
}

.navbar-collapse>ul>li:hover:after,
.navbar-collapse>ul>li.active::after {
    top: 0;
    visibility: visible;
    opacity: 1;
}

.navbar-collapse>ul>li::after {
    content: "";
    display: block;
    position: absolute;
    width: 0;
    height: 0;
    top: 0px;
    left: 0;
    right: 0;
    margin: 0 auto;
    border-left: 12px solid transparent;
    border-right: 12px solid transparent;
    border-top: 14px solid #f16e03;
    transition: all 300ms;
    visibility: hidden;
    opacity: 0;
}

.navbar-collapse>ul>li:hover>a {
    background: transparent !important;
    color: #4f1d48 !important;
}

.navbar-collapse>ul>li.active>a {
    background: transparent !important;
    color: #4f1d48 !important;
}

.navbar-collapse.in {
    overflow-y: initial !important;
}

/*drop down menu*/

.navbar-collapse>ul>li>ul {
    display: block;
    width: 250px;
    height: auto;
    position: absolute;
    top: 100%;
    left: 20px;
    margin: 0;
    background: #fff;
    visibility: hidden;
    opacity: 0;
    z-index: 10;
    box-shadow: 0 6px 30px rgba(0, 0, 0, 0.15);
    transition: all 300ms ease-in-out;
}

.navbar-collapse>ul>li:hover>ul {
    left: 0;
    visibility: visible;
    opacity: 1;
}

.navbar-collapse>ul>li>ul>li {
    display: block;
    border-bottom: solid 1px #ddd;
    font-size: 13px;
    transition: all 300ms ease-in-out;
    position: relative;
}

.navbar-collapse>ul>li>ul>li>a {
    display: block;
    padding: 8px 15px;
    color: #222;
    font-size: 16px;
    transition: all 300ms ease-in-out;
}

.navbar-collapse>ul>li>ul>li:hover {
    background: #4f1d48;
}

.navbar-collapse>ul>li>ul>li:hover>a {
    color: #fff;
}

.navbar-collapse>ul>li>ul>li>span.separator {
    display: block;
    padding: 5px 0;
    text-transform: uppercase;
    text-align: center;
}

.navbar-collapse>ul>li>ul>li:hover>span.separator {
    color: #fff;
}

.navbar-collapse>ul>li>ul>li>a>.fa-angle-right {
    display: inline-block;
    float: right;
    position: relative;
    top: 5px;
}

/*double dropdown*/

.navbar-collapse>ul>li>ul>li>ul {
    display: block;
    width: 180px;
    height: auto;
    height: auto;
    position: absolute;
    left: 100%;
    top: 0;
    background: #fff;
    box-shadow: 0 6px 30px rgba(0, 0, 0, 0.15);
    transition: all 300ms;
    visibility: hidden;
    opacity: 0;
}

.navbar-collapse>ul>li>ul>li:hover>ul {
    visibility: visible;
    opacity: 1;
}

.navbar-collapse>ul>li>ul>li>ul>li {
    display: block;
    border-bottom: solid 1px #ddd;
    font-size: 13px;
    transition: all 300ms ease-in-out;
    position: relative;
}

.navbar-collapse>ul>li>ul>li>ul>li>a {
    display: block;
    padding: 5px 15px;
    color: #222;
    font-size: 15px;
    font-size: inherit;
    transition: all 300ms ease-in-out;
}

.navbar-collapse>ul>li>ul>li>ul>li:hover {
    background: #4f1d48;
}

.navbar-collapse>ul>li>ul>li>ul>li:hover>a {
    color: #fff;
}

/*navigationBar fixed*/

.navigationBarFixed {
    position: fixed;
    height: 60px;
    border-bottom: none;
    background: #fff !important;
    z-index: 100;
    box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.2);
}

.navigationBarFixed .navbar-brand {
    margin-top: 5px;
}

.navigationBarFixed .navbar-brand img {
    height: 50px;
}

.navigationBarFixed .navbar-collapse>ul>li {
    height: 40px;
    line-height: 40px;
    color: #000;
}

.navigationBarFixed .navbar-collapse>ul>li>a {
    height: 40px;
    line-height: 40px;
    padding: 10px 15px;
}

.navigationBarFixed .navbar-collapse>ul>li>ul>li>a {
    height: auto;
    line-height: normal;
}

.navigationBarFixed:before {
    display: none;
}

.navigationBarFixed .button1 {
    margin-top: 8px !important;
    padding: 10px 15px;
}

.navigationBarFixed .button1 a {
    font-size: 16px;
}

.navbar-collapse .btn-primary {
    margin-top: 15px;
}

.navigationBarFixed .btn-primary {
    margin-top: 8px;
}

/* banner section */

/*bannerSection*/

.bannerSection {
    display: block;
    position: relative;
    width: 100%;
    height: 100%;
    overflow: hidden;
    background-size: cover;
}

/* 
.bannerSection::before {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: #000;
    opacity: 0.8;
} */

.bannerSection .bannerSectionContainer {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}

#bannerSlider,
#bannerSlider .owl-wrapper-outer,
#bannerSlider .owl-wrapper-outer .owl-wrapper,
#bannerSlider .owl-wrapper-outer .owl-wrapper .owl-item,
#bannerSlider .owl-wrapper-outer .owl-wrapper .owl-item .item {
    height: 100%;
}

#bannerSlider .owl-wrapper-outer .owl-wrapper .owl-item .item {
    width: 100%;
    overflow: hidden;
}

#bannerSlider .owl-controls .owl-page span {
    width: 15px !important;
    height: 15px !important;
    margin: 0 3px !important;
    background: #fff !important;
}

.bannerSection .bannerSlideBlock,
.bannerSection .bannerSlideImg {
    width: 100%;
    height: 100%;
}

.bannerSection .bannerSlideImg {
    display: block;
    position: relative;
    background-size: cover !important;
}

.bannerSection .bannerSlideImg:before {
    content: "";
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: #000;
    opacity: 0.7;
}

.bannerSection .bannerSlideBlock {
    display: block;
    position: absolute;
    z-index: 2;
    top: 20%;
    text-align: center;
}

.bannerSection .bannerSlideBlock .bannerSlideCaption {
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.bannerSection .bannerSlideBlock .bannerSlideCaption .bannerSlideCaptionInner {
    width: 100%;
    color: #fff;
    position: relative;
    z-index: 2;
    height: 100%;
    text-align: center;
}

.bannerSection .bannerSlideBlock .bannerSlideCaptionTextWrapper h2 {
    position: relative;
    margin-bottom: 0;
    top: 180px;
    font-size: 40px;
    text-transform: uppercase;
    -webkit-animation-delay: 0.4s;
    animation-delay: 0.4s;
    color: #fff;
    font-weight: 700;
    letter-spacing: 1px;
    line-height: 60px !important;
}

.bannerSection .bannerSlideBlock .bannerSlideCaptionTextWrapper h2 span {
    color: transparent;
    -webkit-text-stroke: 1px #fff;
    display: block;
}

.bannerSection .bannerSlideBlock .bannerSlideCaptionTextWrapper h2 small {
    font-weight: 500;
    font-size: 24px;
    display: block;
    margin-bottom: 5px;
    color: #ffffff;
}

.bannerSection .bannerSlideBlock .bannerSlideCaption .bannerSlideCaptionInner p {
    font-family: "Barlow", sans-serif;
    font-size: 20px;
    font-weight: 500;
    color: #fff;
    margin-bottom: 15px;
    text-transform: capitalize;
    letter-spacing: 0;
}

.bannerSection .bannerSlideBlock .bannerSlideCaption .bannerSlideCaptionInner .btn {
    height: 60px;
    line-height: 30px;
    padding: 15px 30px;
}

.bannerSection .bannerSlideBlock .bannerSlideCaption .bannerSlideCaptionInner>.btn:hover {
    background: #fff !important;
    color: #0a6fb6 !important;
    text-shadow: none;
}

.bannerSection .bannerSlideBlock .bannerSlideCaption .bannerSlideCaptionInner .bannerSlideCaptionTextWrapper {
    vertical-align: middle;
    text-align: center;
}

/*carouselWithArrows*/

#bannerSlider .owl-controls {
    position: absolute;
    width: auto;
    bottom: 20px;
    right: 0px;
    left: 0;
    text-align: center;
    z-index: 2;
}

.carouselWithArrows.owl-theme .owl-controls .owl-buttons {
    left: initial;
    right: 10px;
    top: -65px;
}

.carouselWithArrows.owl-theme .owl-controls .owl-buttons {
    position: absolute;
    top: 50%;
    right: 15px;
    z-index: 2;
    background: rgb(250, 96, 1);
    background: linear-gradient(180deg,
        rgba(250, 96, 1, 1) 30%,
        rgba(250, 175, 1, 1) 95%);
    padding: 6px 10px;
    border-radius: 50px;
    transform: rotate(-90deg);
    height: 65px;
    width: 175px;
    left: auto;
}

.carouselWithArrows.owl-theme .owl-controls {
    margin: 0;
}

.carouselWithArrows.owl-theme .owl-controls .owl-buttons div {
    line-height: 45px;
    text-align: center;
    padding: 0;
    margin: 5px;
    border-radius: 0;
    background: transparent !important;
    opacity: 1;
    font-size: 15px;
    font-weight: 600;
    /* border: 1px solid #d3d8dd; */
    color: #fff;
}

.carouselWithArrows.owl-theme .owl-controls .owl-buttons div:hover {
    color: #b3b6b8;
}

.section-title {
    text-transform: uppercase;
}

/*Booking-section*/

.booking-section {
    padding: 60px 0;
    clear: both;
    overflow: hidden;
    position: relative;
    background: rgba(144, 134, 134, 0.141);
}

/* .booking-section::before {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: #000;
    opacity: 0.7;
} */

.booking-form {
    background: #ffffff;
    padding: 40px;
    border-radius: 10px;
    box-shadow: 0 0 30px rgba(0, 0, 0, 0.1);
}

.form-control {
    border: 1px solid #8e0e34;
    border-radius: 5px;
    height: 45px;
    font-size: 16px;
}

.btn-submit {
    background-color: #5b2443;
    color: #fff;
    padding: 12px 40px;
    border-radius: 5px;
    font-size: 16px;
    border: none;
    margin-top: 25px;
}

.btn-submit {
    border: none;
    background: #5b2443 !important;
    color: #fff;
    border-color: transparent;
}

.btn-submit:hover,
.btn-submit:focus,
.btn-submit:active {
    background: #ea7c20 !important;
    color: #fff;
}

label {
    font-weight: bold;
    font-size: 16px;
    margin-bottom: 10px;
    display: block;
    color: #000;
}

.error {
    color: red;
    font-size: 14px;
}

/* About section */

.about-section {
    padding: 80px 20px;
    clear: both;
    overflow: hidden;
    position: relative;
    text-align: justify;
}

.about-section h2 {
    text-align: start;
}

.underline {
    width: 100px;
    height: 3px;
    background: #68324c;
    margin-bottom: 30px;
}


.section-text {
    font-size: 16px;
    color: #333;
    margin-bottom: 20px;
    line-height: 1.6;
}

.btn-custom {
    border: 1px solid #8f1b40;
    color: #8f1b40;
    font-weight: bold;
    font-size: 16px;
    padding: 10px 30px;
    border-radius: 5px;
    margin-top: 30px;
    background-color: transparent;
    transition: all 0.3s ease;
}

.btn-custom:hover {
    background-color: #f16e03;
    color: #fff;
}

.images-grid {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.images-grid img {
    width: 100%;
    border-radius: 5px;
    object-fit: cover;
}

.big-image {
    width: 100%;
    height: 250px;
    margin-bottom: 10px;
}

.small-image {
    width: 100%;
    height: 120px;
}


.corner-decoration-up {
    position: absolute;
    left: 4%;
    top: -15px;
    z-index: 99;
    width: 140px;

}

.corner-decoration-up-2 {
    position: absolute;
    right: 4%;
    bottom: -15px;
    z-index: 99;
    /* height: 200px; */
    width: 140px;

}

/*Services section */

.services-section {
    position: relative;
    clear: both;
    overflow: hidden;
    padding: 60px 10px;
    background: url(assets/images/service-bgg.png) center fixed no-repeat;
    background-size: cover;
}

.services-section::before {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: #000000c7;
    opacity: 0.6;

}

.services-section h2 {
    color: #fff;
}

.sub-heading {
    text-align: center;
    color: #555;
    margin-bottom: 40px;
    color: #fff;
    font-size: 30px;
}

.card {
    display: flex;
    border-radius: 10px;
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
    overflow: hidden;
    margin-bottom: 30px;
    background: #fff;
}

.card-content {
    padding: 30px;
    flex: 1;
}

.card img {
    width: 300px;
    object-fit: cover;
    /* border-top-right-radius: 50% 100%;
        border-bottom-right-radius: 50% 100%; */
}

.card-content h2 {
    font-size: 23px;
    font-weight: bold;
    color: #1d1d1f;
    margin-bottom: 15px;
    text-align: left;
}

.card-content p {
    font-size: 16px;
    color: #333;
    margin-bottom: 15px;
}

.card-link {
    color: #8f1b40;
    font-weight: bold;
    font-size: 16px;
    text-decoration: none;
}

.card-link:hover {
    text-decoration: underline;
}

/* gallary section */

.mediaGallery {
    display: block;
    clear: both;
    width: 100%;
    height: auto;
    position: relative;
    overflow: hidden;
    padding: 60px 0;
    background-attachment: fixed;
    background-size: cover;

}

.mediaheading {

    text-align: center;
}

/* .mediaGallery::before{
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.87);
} */
.mediaGallery .col-sm-4 {
    padding: 0;
}

.media-head {
    text-align: center;
    line-height: 5.9;
    position: relative;
}

.media-head h2 {
    color: #000000 !important;
    line-height: 1.9 !important;
}

.media-head h2 span {
    color: #ffffff !important;
}

.media-head h2::after {
    top: -15px;
}

.media-head h2::after {
    display: block;
    content: url(assets/images/serperator.png);
    position: relative;
    top: -45px;
    width: 49px;
    height: 12px;
    margin: 0 auto 45px;
}

.mediaImgLink {
    display: block;
    width: 95%;
    float: left;
    background: #1e1515;
    overflow: hidden;
    position: relative;
    margin-bottom: 20px;
    border: 7px solid white;
}

.mediaImgLink img {
    display: block;
    width: 100%;
    height: auto;
    transition: all 300ms ease-in-out;
}

.mediaImgLink:hover img {
    opacity: 0.3;
}

.mediaImgLink h3 {
    display: block;
    position: absolute;
    transition: all 300ms ease-in-out;
    top: 0;
    left: 0;
    right: 0;
    text-align: center;
    font-size: 32px;
    font-weight: bold;
    opacity: 0;
    color: #fff;
    visibility: hidden;
    z-index: 1;
}

.mediaImgLink:hover h3 {
    top: 100px;
    visibility: visible;
    opacity: 1;
}

.mediaImgLink i {
    display: block;
    width: 50px;
    height: 50px;
    line-height: 50px;
    background-color: #e39517;
    color: #fff;
    text-shadow: 0 2px 0 rgba(0, 0, 0, 0.2);
    text-align: center;
    border-radius: 100%;
    position: absolute;
    bottom: 0px;
    left: 0;
    right: 0;
    margin: 0 auto;
    z-index: 1;
    font-size: 26px;
    visibility: hidden;
    opacity: 0;
    transition: all 300ms ease-in-out;
}

.mediaImgLink:hover i {
    bottom: 60px;
    visibility: visible;
    opacity: 1;
}


/* Testimonial-section */
.testimonialSection {
    padding: 80px 0;
    position: relative;
    overflow: hidden;
    clear: both;
    width: 100%;
    height: auto;
    background: url(assets/images/bg2.jpg) center fixed no-repeat;
    background-size: cover;
}

.testimonialSection::before {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: #000000;
    opacity: 0.6;

}

.testimonial-card {
    background: #fff;
    border-radius: 20px;
    padding: 60px 40px 40px;
    position: relative;
    text-align: center;
    max-width: 600px;
    transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.1);
    margin: 20px;
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
}

.testimonial-card:hover {
    transform: translateY(-10px) scale(1.02);
    box-shadow: 0 15px 25px rgba(0, 0, 0, 0.25);
}


.testimonialSection h2 {
    color: #fff;
}

.testimonial-card img {
    position: absolute;
    top: 5px;
    left: 50%;
    transform: translateX(-50%);
    border-radius: 50%;
    border: 6px solid #fff;
    width: 90px;
    height: 90px;
    object-fit: cover;
}

.quote-left,
.quote-right {
    position: absolute;
    font-size: 80px;
    color: #5B2443;
}

.quote-left {
    top: 45px;
    left: 10px;
}

.quote-right {
    bottom: -15px;
    right: 25px;
}

.testimonial-text {
    font-size: 16px;
    color: #333;
    margin-top: 50px;
    margin-bottom: 20px;
    line-height: 1.6;
}

.author {
    font-weight: bold;
    font-size: 16px;
    color: #000;
    margin-bottom: 5px;
}

.role {
    color: #666;
    font-size: 14px;
}

.stars {
    margin-top: 10px;
    color: #fbbc04;
    font-size: 20px;
}




/*footer*/

.footer {
    display: block;
    clear: both;
    width: 100%;
    height: auto;
    /* min-height: 400px; */
    position: relative;
    overflow: hidden;
    padding: 60px 20px;
    /* background: url('assets/images/slider1.jpg') no-repeat fixed 100% 0; */
    background-size: cover;
    background-repeat: no-repeat;
    background-color: black;
    background-position: center;
    color: #333;
}

.footer::after {
    content: "";
    position: absolute;
    background: #000;
    width: 100%;
    bottom: 0;
    right: 0;
    top: 0;
    left: 0;
    opacity: 0.8;
}

.footer>.row {
    position: relative;
    z-index: 2;
}

.footer h3 {
    display: block;
    padding-bottom: 5px;
    border-bottom: solid 1px rgba(255, 255, 255, 0.3);
}

.footerUls {
    display: block;
    margin-left: 20px;
}

.footerUls li {
    list-style-type: disc;
    padding: 0 0 4px 0;
    font-size: 15px;
    color: #fff;
    line-height: 2;
}

.footerUls li a {
    color: inherit;
}

.footerUls li a:hover {
    text-decoration: underline;
    color: #f16e03;
}

.addressInfo p:hover {
    text-decoration: underline;
    color: #f16e03;
}

.footerLogo {
    display: inline-block;
    width: 80%;
    margin-top: 10px;
}

.footer .btn-primary {
    color: #fff;
    border: solid 2px #fff;
    border-radius: 40px;
    padding: 10px 20px;
}

.footerlogo {
    padding: 10px;
}

.footerlogo img {
    width: 30%;
    margin: 0px 50px;
    text-align: center;
}

/*addressInfo*/

.addressInfo {
    display: block;
    position: relative;
}

.addressInfo h4,
.footer h4 {
    font-weight: bold;
    font-size: 20px;
    color: #fff;
}

.addressInfo p {
    margin-bottom: 5px;
    font-size: 16px;
    color: #fff;
    line-height: 2;
}

.addressInfo i {
    display: inline-block;
    width: 20px;
    color: #fff;
}

/*footerStrip*/

.footerStrip {
    display: block;
    clear: both;
    background: #3a3d3d;
    text-align: center;
    padding: 15px 0;
    color: #fff;
    font-size: 15px;
}

.footerStrip a {
    color: #eee;
    font-weight: bold;
}

.footerStrip a:hover {
    text-decoration: underline;
    color: #fff;
}

.footer-social {
    display: inline-block;
    margin-top: 0px;
    margin-left: 15px;
}

.footer-social a {
    color: #fff;
    display: inline-block;
    font-size: 20px;
    width: 33px;
    height: 33px;
    line-height: 34px;
    margin: 0 5px;
    text-align: center;
    border-radius: 100%;
}

.footer-social a:hover {
    background: #ea7c20;
    border-color: #e80000;
    color: #fff;
}

.footer-social .footerfacebookLink {
    background: #204385;
}

.footer-social .footertwitterLink {
    background: #2aa9e0;
}

.footer-social .footeryoutubeLink {
    background: #eb2429;
}

.footer-social .footerlinkedinLink {
    background: #02669a;
}

.footer-social .footerpinterestLink {
    background: #ca2128;
}

.footer-social .footergoogle-plusLink {
    background: #d3492c;
}

/*End Footer*/

/*misc*/

.heading-center {
    display: block;
    text-align: center;
    position: relative;
    text-transform: uppercase;
    padding-bottom: 10px;
    margin-bottom: 20px;
    letter-spacing: 5px;
    font-weight: 900;
    color: #5b2443;
}

.heading-center h2 {
    margin-bottom: 0;
}

.heading {
    display: inline-block;
    position: relative;
    text-transform: uppercase;
    padding-bottom: 5px;
    margin-bottom: 0px;
    letter-spacing: 3px;
    font-weight: 600;
    color: #f57b02;
    border-bottom: 2px solid white;
}

.heading small {
    font-size: 18px;
    color: #ec3237;
}

.heading small a {
    color: inherit;
}

.heading:after,
.heading-center:after {
    content: "";
    display: block;
    width: 100px;
    height: 3px;
    background: #f37503;
    position: absolute;
    bottom: -7;
}

.heading-left:after {
    content: "";
    display: block;
    width: 100px;
    height: 3px;
    background: #f37503;
    /* position: absolute; */
    left: 0;
    bottom: 0;
}

.heading-center:after {
    margin: 0 auto;
    left: 0%;
    right: 0%;
}

.heading:after {
    left: 0%;
}

.heading span,
.heading-center span {
    color: #ec3237;
}

.btn-transparent {
    display: inline-block;
    padding: 8px 15px;
    
    background: #5b2443 !important;;
    color: white;
    font-size: 18px;
    font-weight: bold;
    transition: all 300ms ease-in-out;
}

.btn-transparent:hover,
.btn-transparent:focus,
.btn-transparent:active,
.btn-default:hover,
.btn-default:focus,
.btn-default:active {
    background: #ea7c20 !important;
    border-color: white !important;
    color: #ec313a;
}

.btn {
    transition: all 300ms ease-in-out;
    border-radius: 0 !important;
}

.btn-primary {
    border: none;
    background: #5b2443 !important;
    color: #fff;
    border-color: transparent;
}

.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active {
    background: #ea7c20 !important;
    color: #fff;
}

.btn-rounded {
    border-radius: 30px !important;
    color: black;
    background-color: #c46020;
}



.space5 {
    display: block;
    clear: both;
    padding: 5px 0;
}

.space10 {
    display: block;
    clear: both;
    padding: 10px 0;
}

.space50 {
    display: block;
    padding: 50px 0;
    clear: both;
}

.space30 {
    display: block;
    padding: 30px 0;
    clear: both;
}

.space15 {
    display: block;
    padding: 15px;
    clear: both;
}

.centertext,
.center {
    text-align: center;
}

.white {
    color: white;
}

.container {
    position: relative;
    z-index: 10;
}

/**********scrollUp**********/

.scrollup {
    width: 40px;
    height: 40px;
    line-height: 36px;
    text-align: center;
    position: fixed;
    bottom: 50px;
    right: 20px;
    color: #fff;
    font-size: 26px;
    display: none;
    background: #5b2443;
    /*background: url(assets/images/up.png) no-repeat;*/
    z-index: 200;
}

.scrollup:hover {
    background: #ea7c20;
    opacity: 1;
    color: #fff;
}

/*media queries*/
@media (max-width: 767px) {
    .callback-form .form-group {
        margin-bottom: 15px;
    }
}

@media (max-width: 1366px) {
}

@media (max-width: 1280px) {
}

@media (max-width: 1220px) {
    .navbar-collapse>ul>li>a {
        padding: 0 10px;
    }

    .containerWrapper {
        padding: 0 25px;
    }
}


@media (max-width: 1024px) {
    .containerWrapper {
        padding: 0 15px;
    }

    .navbar-collapse>ul>li>a {
        padding: 0 10px;
    }

    .bannerSection .bannerSlideBlock .bannerSlideCaption .bannerSlideCaptionInner>h2 {
        font-size: 32px;
    }

    .bannerSection .bannerSlideBlock .bannerSlideCaption .bannerSlideCaptionInner>.btn {
        height: 50px;
        line-height: 50px;
        font-size: 18px;
    }
}

@media (max-width: 895px) {
    .navbar-collapse>ul>li>a {
        font-size: 16px;
        padding: 0 5px;
    }

    .section2 .sectionLeft {
        width: 75%;
    }

    .mediaGallery .col-sm-3 {
        width: 50%;
        float: left;
    }

    .addressInfo p {
        font-size: 15px;
    }
}

@media (max-width: 768px) {

    .heading-center,
    .heading {
        letter-spacing: 1px;
        margin-bottom: 0;
        padding-bottom: 0;
    }

    h2 {
        font-size: 26px;
    }

    .navbar-collapse>ul>li:hover:after,
    .navbar-collapse>ul>li.active::after {
        top: 0;
        visibility: visible;
        opacity: 1;
        display: none;
    }


    .navbar-collapse .btn-primary {
        margin-top: 5px;
        margin-bottom: 10px;
    }

    .corner-decoration-up {
        position: absolute;
        left: -2%;
        top: 0;
        z-index: 99;
        width: 100px;
    }

    .corner-decoration-up-2 {
        position: absolute;
        right: 0%;
        bottom: 0px;
        z-index: 99;
        /* height: 200px; */
        width: 100px;
    }

    .aboutblock {
        border: none;
    }

    .aboutusSection:before {
        height: 80px;
        top: -70px;
    }

    .aboutusSection,
    .OverviewSection {
        padding: 30px 0;
        background-position: initial !important;
        background-attachment: initial !important;
    }

    .aboutusSection img {
        margin-top: 0px;
        width: 80%;
    }

    .about-right .col-md-6 {
        margin-top: 0px;
    }

    .mediaImgLink {
        margin-bottom: 20px;
    }

    .clientImg {
        text-align: center;
        border-left: 0px;
        display: block;
    }

    .keyIndicatorsSection .project-fig h3 {
        font-size: 32px;
        margin-bottom: 0;
    }

    .keyIndicatorsSection .project-fig {
        height: 260px;
    }

    .bannerSection {
        height: 280px;
    }

    .bannerSection .bannerSlideBlock {
        top: 10%;
    }

    .bannerSection .bannerSectionContainer {
        top: 0;
    }

    .bannerSection .bannerSlideBlock .bannerSlideCaptionTextWrapper h2 {
        position: relative;
        margin-bottom: 0;
        font-size: 22px;
        top: 110px;
        line-height: 30px !important;
        padding: 4px;
    }

    .bannerSection .bannerSlideBlock .bannerSlideCaption .bannerSlideCaptionInner p {
        font-size: 12px;
        font-weight: 400;
        color: #fff;
        margin-bottom: 2px;
        letter-spacing: 0px;
    }
}

@media (max-width: 650px) {
    .navbar-toggle {
        margin-right: 0;
        border-color: transparent !important;
    }

    .founders {
        padding: 50px 0px;
        text-align: center;
        background-color: #f2f2f2;
        overflow: hidden;
    }

    .aboutSection {
        position: relative;
        clear: both;
        width: 100%;
        padding: 0px;
        display: block;
        background: #ffffff;
        color: #111010;
        overflow: hidden;
    }
}

@media (max-width: 767px) {
    .navigationBar {
        position: relative !important;
        height: auto;
        background: #fff;
    }

    .navigationBar:before {
        display: none;
    }

    .navbar-collapse>ul>li {
        margin: 2px 0;
        border-bottom: solid 1px #ddd;
        color: #000;
    }

    .navbar-brand {
        margin: 10px 0;
    }

    .navbar-nav {
        margin: 0;
        /* padding-top: 20px; */
    }

    .navbar-collapse {
        float: none;
        clear: both;
        padding: 0;
    }

    .navbar-toggle {
        margin-top: 30px;
    }

    .navbar-collapse>ul>li {
        height: auto;
    }

    .navbar-collapse>ul>li>ul {
        display: none;
        position: relative;
        width: 100%;
        top: 0;
        transition: none;
        visibility: visible;
        opacity: 1;
        left: 0;
    }

    .addressInfo h4,
    .footer h4 {
        margin-top: 20px;
    }

    .black-div img {
        width: 281px;
        margin-left: 29px;
    }

    .background-shape {
        margin-left: 37px;
        width: 262px;
        height: 230px;
        transform: rotate(22deg);
    }

    .img-02 {
        position: absolute;
        margin-top: 41px;
        width: 65%;
    }

    .col-xs-12 {
        padding: 15px;
    }
}

/* planning */
@media (max-width: 768px) {
    .card {
        flex-direction: column;
    }

    .card img {
        width: 100%;
        border-radius: 0;
    }

    .booking-form {
        padding: 20px;
        margin-top: 50px;
    }

    h2 {
        font-size: 28px;
    }

    .btn-submit {
        width: 100%;
        padding: 12px 20px;
    }

}

/* about us */

@media (max-width: 991px) {
    .images-grid {
        margin-top: 30px;
    }
}

@media (max-width: 768px) {
    .section-title {
        font-size: 32px;
    }

    .big-image {
        height: 200px;
    }

    .small-image {
        height: 100px;
    }

    .corner-decoration {
        position: absolute;
        left: -4%;
        top: 0px;
        z-index: 99;
        height: 200px;
        width: 100px;
    }

    .mediaImgLink {

        width: 100%;
    }
}

@media (max-width: 480px) {
    .section-title {
        font-size: 26px;
    }

    .btn-custom {
        width: 100%;
        text-align: center;
    }

    .testimonial-card {
        padding: 80px 20px 40px;
    }

    .quote-left,
    .quote-right {
        font-size: 40px;
    }

    .profile-img {
        width: 90px;
        height: 90px;
    }

    h2 {
        font-size: 24px;
    }

    .form-control {
        height: 40px;
        font-size: 14px;
    }
}



/*-----------------------------------*/



/* InnerPage  */
.innerPageSection{
    padding: 0px 0 0 0;
    position: relative;
}

.innerBannerSection{
    width: 100%;
    position: relative;
    height: 300px;
    background-size: cover !important;
    background-repeat: no-repeat !important;
}
.innerBannerSection:before{
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgb(0 0 0 / 30%);
}
.innerbanner{
    height: 368px;
    background-size: cover;
}
.innerBannerSection h1{
    font-size: 32px !important;
    letter-spacing: 2px;
    color:#fff;
    font-weight: bold;
}
.innerBannerSection .head{
    position: absolute;
    top: 154px;
}
.innerBannerSection .head h3{
    color: #ff7700;
    font-size: 30px;
}
.innerBannerSection .innerBannerImg{
    background-size: cover !important;
    height: 100%;
    /*    background-attachment: fixed !important;*/
    position: relative;
}
.innerBannerSection .innerBannerImg:before{
    position: absolute;
    content:'';
    top:0;
    left: 0;
    bottom: 0;
    right: 0;
    background: rgba(0,0,0,.3);
}
.InnerBannerHeading{
    position: absolute;
    top: -60px;
    color: #fff;
}
.InnerBannerHeading h1{
    font-size: 36px !important;
}
.breadcrumb span {
    font-weight: normal;
    color: #fff;
}
.breadcrumb span a {
    font-weight: normal;
    color: #fff;
}
.breadcrumb {
    position: relative;
    left: 0;
    right: 0;
    bottom: 0;
    background:#ea7c20;
    color: #000;
    margin-bottom: 0px;
    border-radius: 0;
    border-bottom: solid 1px #ccc;
    padding: 5px 10px;
}
.breadcrumb_last{
    font-weight: 600 !important;
}

.table a{
    color: blue;
}
.table a:hover{
    color:#ffcc2a ;
}
/*innerPageSection */

