/*Author: Shaikh Mohammed Shahnawaz : +91 9821399578 | mohd.shanu@gmail.com*/

/*Custom Style*/

* {
    margin: 0;
    padding: 0;
}

body,
html {
    height: 100%;
    /*font-family: 'Prata', serif;*/
    font-family: 'Poppins', sans-serif;
    color: #000;
    letter-spacing: 0.0600em;
}

a {
    transition: all 0.30s ease-in-out;
    -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;
}

h1 {
    font-family: 'Poppins', sans-serif;
    font-weight: 600;
    text-transform: uppercase;
    font-size: 2.2rem;
    line-height: 3rem;
    color: #4F2161;
    margin-bottom: 30px;
    letter-spacing: 0.1200em;
}

h1 span {
    font-weight: 300;
}

h4 {
    font-family: 'Prata', serif;
    font-weight: normal;
}

h6 {
    font-family: 'Zilla Slab', serif;
    font-weight: 500;
    text-transform: uppercase;
    line-height: 1.4rem;
}

p {
    color: #4F2161;
    font-size: 0.9rem;
    line-height: 1.6rem;
    font-weight: 400;
    margin-bottom: 30px;
}

a.box {
    border: 1px solid #4F2161;
    color: #4F2161;
    font-size: 0.7rem;
    font-weight: 500;
    padding: 6px 15px;
    text-transform: uppercase;
}

a.box:hover {
    border: 1px solid #000;
    color: #000;
}

.bgs-purple {
    background-color: #4F2161;
}
.bgs-aqua{
    background-color: #f0fefe;
}
.bgs-light-grey{
    background-color: #fff6f5;
}
.color-white {
    color: #fff;
}


.popup {
    display: none; /* Hidden by default */
    position: fixed;
    z-index: 1;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgb(0,0,0);
    background-color: rgba(0,0,0,0.4);
}

.popup-content {
    background-color: #fefefe;
    margin: 15% auto;
    padding: 20px;
    border: 1px solid #888;
    width: 80%;
    max-width: 500px;
    text-align: center;
}

.close-btn {
    color: #aaa;
    float: right;
    font-size: 28px;
    font-weight: bold;
}

.close-btn:hover,
.close-btn:focus {
    color: black;
    text-decoration: none;
    cursor: pointer;
}

/*HEADER*/
header {
    width: 100%;
    height: 90px;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 2000;
    background-color: #4F2161;
}

header .logo {
    height: 90px;
    position: relative;
    top: -10px;
}

header .logo img {
    width: 100%;
    height: auto;
}

.responsive-bar {
    width: 30px;
    height: 20px;
    position: absolute;
    top: calc(50% - 10px);
    right: 5px;
    color: #fff;
}

@media (max-width:991px) {

    header,
    header .logo {
        height: 90px;
    }

    header .logo {
        top: -20px;
    }
}

@media (max-width:767px) {
    header .logo img {
        width: 65%;
    }
}

@media (max-width:500px) {
    header .logo {
        top: -10px;
    }

    header .logo img {
        width: 70%;
    }
}

@media (max-width:414px) {
    header .logo {
        top: -10px;
    }

    header .logo img {
        width: 90%;
    }
}

header .navigation ul {
    padding: 0;
    margin: 0;
    list-style: none;
    font-family: 'Poppins', sans-serif;
    color: #fff;
    text-transform: uppercase;
    font-size: 0.9rem;
    font-weight: 400;
}

header .navigation ul li {
    padding: 0;
    margin: 0 8px;
    display: inline-block;
}

header .navigation ul li a {
    color: #fff;
}

header .navigation ul li a:hover,
header .navigation ul li a.active {
    color: #efce87;
}

.responsive-navigation {
    width: 100%;
    height: 100%;
    position: fixed;
    z-index: 999;
    top: 0;
    left: 0;
    opacity: 0;
    display: none;
    padding-top: 120px;
    background-color: rgba(0, 0, 0, 0.8);
}

@media (max-width:414px) {
    .responsive-navigation {
        padding-top: 120px;
    }
}

@media (max-width:320px) {
    .responsive-navigation {
        padding-top: 100px;
    }
}

.responsive-navigation ul {
    padding: 20px 15px;
    margin: 0;
    list-style: none;
    text-align: center;
}

.responsive-navigation ul li {
    margin: 0 0 15px 0;
}

.responsive-navigation ul li a {
    color: #fff;
}

.responsive-navigation ul li a:hover,
.responsive-navigation ul li a.active {
    color: #efce87;
}

/*HEADER END*/


/*Paddings & Margins*/
.generic-padding {
    padding-top: 70px;
    padding-bottom: 70px;
}
.generic-padding-bottom{
    padding-bottom: 40px;
}
.generic-padding-md {
    padding-top: 40px;
    padding-bottom: 10px;
}

.mb-10 {
    margin-bottom: 10px;
}

.mb-30 {
    margin-bottom: 30px;
}

/*Paddings & Margins END*/

/*Video Container*/
.video-container {
    position: relative;
    margin-bottom: 30px;
}

.video-container .playbuttton {
    width: 70px;
    height: 70px;
    position: absolute;
    top: calc(50% - 35px);
    left: calc(50% - 35px);
    z-index: 1000;
    opacity: 1;
    transition: all 0.30s ease-in-out;
    -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;
}

.video-container .playbuttton:hover {
    opacity: 0.8;
    transition: all 0.30s ease-in-out;
    -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;
}

/*Video Container END*/

/*Lawns*/
.lawns-container {
    margin: 30px 0;
}

.lawns-container img {
    margin: 50px 0 0 0;
}

.lawns-container.top img {
    margin: 0;
}

.lawns-container .inner {
    margin: 30px;
}

.lawns-container .inner h5 {
    font-weight: 700;
    color: #4F2161;
}

/*Footer*/
footer {
    background-color: #FAF2DA;
}

.map {
    background-color: #000;
}

.footer-bottom {
    background-color: #000;
    padding: 5px 0 10px;
    text-align: center;
    color: #fff;
}

.address-container {
    padding: 40px;
    text-align: center;
    color: #fff;
    margin: 0;
}

@media (max-width:991px) {
    .address-container {
        margin: 30px 0 0 0;
    }
}

.address-container address strong {
    font-weight: 600;
}

.address-container address p {
    color: #fff;
}

.address-container address p a {
    color: #fff;
}

.address-container address p a:hover {
    color: #efce87;
}

.form-control {
    font-family: 'Poppins', sans-serif;
    font-size: 0.9rem;
    line-height: 1.5;
    color: #495057;
    background-color: transparent;
    border: 1px solid #b2b2b2;
    border-radius: 0rem;
    margin-bottom: 15px;
}

.btn {
    margin: 20px 0 0 0;
}

/*Footer END*/

/*OWL*/
.home-slider.owl-theme .owl-nav {
    margin-top: 0;
    position: absolute;
    width: 100%;
    top: calc(50% - 40px);
    display: block;
}

@media (max-width:500px) {
    .home-slider.owl-theme .owl-nav {
        display: none;
    }
}

.home-slider.owl-theme .owl-nav [class*='owl-'] {
    width: 40px;
    height: 80px;
    color: #000 !important;
    font-size: 14px;
    margin: 0 !important;
    padding: 0 !important;
    border-radius: 0 !important;
    text-align: center;
    line-height: 100px;
    background-color: rgba(255, 255, 255, 0.7) !important;
    transition: all 0.30s ease-in-out;
    -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;
}

.home-slider.owl-theme .owl-nav .owl-prev {
    position: absolute;
    left: 0;
    background-image: url('../img/common/left-arrow.svg') !important;
    background-repeat: no-repeat !important;
    background-position: center center !important;
}

.home-slider.owl-theme .owl-nav .owl-next {
    position: absolute;
    right: 0;
    background-image: url('../img/common/right-arrow.svg') !important;
    background-repeat: no-repeat !important;
    background-position: center center !important;
}

.home-slider.owl-theme .owl-nav [class*='owl-']:hover {
    background-color: rgba(255, 255, 255, 0.9) !important;
    transition: all 0.30s ease-in-out;
    -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;
}

.home-slider.owl-theme .owl-dots {
    position: absolute;
    bottom: 10px;
    width: 100%;
}

.home-slider.owl-theme .owl-dots .owl-dot.active span,
.home-slider.owl-theme .owl-dots .owl-dot:hover span,
.gallery-slider.owl-theme .owl-dots .owl-dot span,
.ourpartners-slider.owl-theme .owl-dots .owl-dot.active span,
.ourpartners-slider.owl-theme .owl-dots .owl-dot:hover span,
.gallery-slider.owl-theme .owl-dots .owl-dot:hover span{
    background-color: #DBC27C;
}

.home-slider.owl-theme .owl-dots .owl-dot span, .gallery-slider.owl-theme .owl-dots .owl-dot span {
    width: 15px;
    height: 15px;
    margin: 5px 7px;
    background: rgba(255, 255, 255, 0.4);
}

.ourpartners-slider.owl-theme .owl-dots .owl-dot span {
    width: 15px;
    height: 15px;
    margin: 5px 7px;
    background: rgba(0, 0, 0, 0.2);
}

/*.ourpartners-slider .item {
    border: 1px solid #d8d8d8;
}*/
