@charset "UTF-8";

@import url("https://fonts.googleapis.com/css2?family=Dancing+Script&family=Montserrat:wght@400;500;600;700&family=Open+Sans&display=swap");
/*******************************************************/

/******************* 01. Default Style *****************/

/*******************************************************/

* {
    margin: 0;
    padding: 0;
    border: none;
    outline: none;
    -webkit-box-shadow: none;
    box-shadow: none;
}

body {
    color: #696969;
    background: white;
    font-weight: 400;
    line-height: 1.8;
    font-size: 18px;
    font-family: "Open Sans", sans-serif;
}

a {
    color: #696969;
    cursor: pointer;
    outline: none;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
    text-decoration: none;
}

a:hover,
a:focus,
a:visited {
    text-decoration: none;
    outline: none;
}

a:hover {
    color: #FFAF7B;
}

.home-two a:hover {
    color: #799AA1;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin-bottom: 12px;
}

h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
    color: #242424;
}

.text-white h1,
.text-white h2,
.text-white h3,
.text-white h4,
.text-white h5,
.text-white h6,
.text-white h1 a,
.text-white h2 a,
.text-white h3 a,
.text-white h4 a,
.text-white h5 a,
.text-white h6 a {
    color: white;
}

h1 {
    font-size: 85px;
}

h2 {
    font-size: 45px;
}

h3 {
    line-height: 1.5;
    font-size: 30px;
}

h4 {
    line-height: 1.4;
    font-size: 27px;
}

h5 {
    font-size: 22px;
}

h6 {
    font-size: 18px;
}

ul,
li {
    list-style: none;
    padding: 0;
    margin: 0;
}

img {
    max-width: 100%;
    display: inline-block;
}

header:after,
section:after,
footer:after {
    display: block;
    clear: both;
    content: "";
}

/*======= Input Styles =======*/

input,
select,
textarea,
.nice-select,
.form-control {
    width: 100%;
    height: auto;
    border-radius: 0;
    padding: 22px 30px;
    background-color: #fff;
    border: 1px solid rgba(36, 36, 36, 0.15);
}

.nice-select {
    font-size: 18px;
    line-height: 1.3;
}

.nice-select:after {
    height: 8px;
    width: 8px;
    right: 25px;
    border-color: #242424;
}

.nice-select .current {
    font-weight: 600;
    color: #242424;
    font-family: "Montserrat", sans-serif;
}

.nice-select .list {
    width: 100%;
    border-radius: 0;
}

textarea {
    display: inherit;
    padding-top: 20px;
}

label {
    cursor: pointer;
    font-weight: 500;
    margin-bottom: 5px;
    color: #696969;
}

.form-group {
    position: relative;
    margin-bottom: 30px;
}

.form-group label {
    top: 20px;
    right: 30px;
    font-size: 16px;
    position: absolute;
}

input:focus,
button:focus,
.form-control:focus {
    outline: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    border-color: #cfdbf1;
}

input::-webkit-input-placeholder,
select::-webkit-input-placeholder,
textarea::-webkit-input-placeholder,
.form-control::-webkit-input-placeholder {
    font-weight: 600;
    color: #242424;
    font-family: "Montserrat", sans-serif;
}

input:-ms-input-placeholder,
select:-ms-input-placeholder,
textarea:-ms-input-placeholder,
.form-control:-ms-input-placeholder {
    font-weight: 600;
    color: #242424;
    font-family: "Montserrat", sans-serif;
}

input::-ms-input-placeholder,
select::-ms-input-placeholder,
textarea::-ms-input-placeholder,
.form-control::-ms-input-placeholder {
    font-weight: 600;
    color: #242424;
    font-family: "Montserrat", sans-serif;
}

input::placeholder,
select::placeholder,
textarea::placeholder,
.form-control::placeholder {
    font-weight: 600;
    color: #242424;
    font-family: "Montserrat", sans-serif;
}

input[type=search]::-ms-clear {
    display: none;
    width: 0;
    height: 0;
}

input[type=search]::-ms-reveal {
    display: none;
    width: 0;
    height: 0;
}

input[type=search]::-webkit-search-decoration,
input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-results-button,
input[type=search]::-webkit-search-results-decoration {
    display: none;
}

input[type=checkbox],
input[type=radio] {
    height: auto;
    width: auto;
}

/*******************************************************/

/*****************  02. Common Classes *****************/

/*******************************************************/

.page-wrapper {
    position: relative;
    z-index: 9;
    width: 100%;
    margin: 0 auto;
    overflow: hidden;
    min-width: 300px;
    background: #FFFFFF;
}

.container {
    max-width: 1200px;
    padding-left: 15px;
    padding-right: 15px;
}

.small-gap {
    margin-left: -5px;
    margin-right: -5px;
}

.small-gap>div {
    padding-left: 5px;
    padding-right: 5px;
}

@media only screen and (max-width: 375px) {
    .col-small {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }
}

/** Section Title style **/

.section-title {
    z-index: 1;
    position: relative;
}

.section-title .sub-title {
    font-size: 24px;
    font-weight: 500;
    margin-bottom: 16px;
    color: #e6c55b;
    display: inline-block;
    font-family: "Montserrat", sans-serif;
    text-transform: capitalize;
}

@media only screen and (max-width: 375px) {
    .section-title .sub-title {
        font-size: 20px;
    }
}

@media only screen and (max-width: 991px) and (min-width: 768px) {
    .section-title h2 {
        font-size: 40px;
    }
}

@media only screen and (max-width: 767px) {
    .section-title h2 {
        font-size: 35px;
    }
}

@media only screen and (max-width: 575px) {
    .section-title h2 {
        font-size: 30px;
    }
}

@media only screen and (max-width: 375px) {
    .section-title h2 {
        font-size: 25px;
    }
}

@media only screen and (max-width: 480px) {
    .section-title h2 br {
        display: none;
    }
}

@media only screen and (max-width: 767px) {
    .section-title h3 {
        font-size: 25px;
    }
}

@media only screen and (max-width: 575px) {
    .section-title h3 {
        font-size: 20px;
    }
}

.section-title .bg-image {
    position: absolute;
    max-width: 80%;
    left: 50%;
    top: 50%;
    z-index: -1;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.text-white .bg-text {
    color: rgba(255, 255, 255, 0.1);
}

.home-one .section-title .sub-title {
    color: #333333;
}

.home-one .section-title h2 {
    text-transform: uppercase;
}

.home-two h3,
.home-two h4,
.home-two h5,
.home-two h6 {
    font-weight: 600;
}

.home-two .section-title .sub-title {
    font-weight: 600;
    color: #799AA1;
}

.home-two input,
.home-two select,
.home-two textarea,
.home-two .nice-select,
.home-two .form-control {
    border-color: #799AA1;
}

.bg-text {
    font-size: 70px;
    position: absolute;
    top: 0px;
    left: 0;
    z-index: -1;
    line-height: 1;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    -webkit-transform: translate(-25px, -25%);
    -ms-transform: translate(-25px, -25%);
    transform: translate(-25px, -25%);
}

@media only screen and (max-width: 1199px) {
    .bg-text {
        font-size: 150px;
    }
}

@media only screen and (max-width: 767px) {
    .bg-text {
        font-size: 100px;
    }
}

@media only screen and (max-width: 375px) {
    .bg-text {
        font-size: 75px;
    }
}

.text-center .bg-text {
    left: 50%;
    -webkit-transform: translate(-50%, -25%);
    -ms-transform: translate(-50%, -25%);
    transform: translate(-50%, -25%);
}

.text-white .sub-title {
    color: white;
}

/** Button style **/

.theme-btn,
a.theme-btn {
    z-index: 1;
    cursor: pointer;
    overflow: hidden;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
    font-weight: 600;
    position: relative;
    text-align: center;
    padding: 5px 7px;
    font-size: 16px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    color: #242424;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-transform: uppercase;
    font-family: "Montserrat", sans-serif;
    border: 1px solid #242424;
}

.theme-btn i,
a.theme-btn i {
    font-size: 13px;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
    margin-left: 10px;
}

@media only screen and (max-width: 480px) {
    .theme-btn,
    a.theme-btn {
        font-size: 16px;
        padding: 12px 25px;
    }
}

.theme-btn:after,
.theme-btn:before,
a.theme-btn:after,
a.theme-btn:before {
    height: 100%;
    content: '';
    width: 0;
    top: 0;
    z-index: -1;
    -webkit-transition: 0.75s;
    -o-transition: 0.75s;
    transition: 0.75s;
    position: absolute;
    background: #242424;
}

.theme-btn:before,
a.theme-btn:before {
    right: 0;
}

.theme-btn:after,
a.theme-btn:after {
    left: 0;
}

.theme-btn:hover,
a.theme-btn:hover {
    color: white;
}

.theme-btn:hover:after,
.theme-btn:hover:before,
a.theme-btn:hover:after,
a.theme-btn:hover:before {
    width: 55%;
}

.theme-btn.style-two,
a.theme-btn.style-two {
    color: white;
    background: #242424;
}

.theme-btn.style-two:after,
.theme-btn.style-two:before,
a.theme-btn.style-two:after,
a.theme-btn.style-two:before {
    background: white;
}

.theme-btn.style-two:hover,
a.theme-btn.style-two:hover {
    color: #242424;
}

.theme-btn.style-three,
a.theme-btn.style-three {
    color: white;
    background: #799AA1;
    border-color: #799AA1;
}

.theme-btn.style-three:after,
.theme-btn.style-three:before,
a.theme-btn.style-three:after,
a.theme-btn.style-three:before {
    background: white;
}

.theme-btn.style-three:hover,
a.theme-btn.style-three:hover {
    color: #799AA1;
}

.theme-btn.style-four,
a.theme-btn.style-four {
    background: white;
    border-color: white;
    color: #242424;
}

.theme-btn.style-four:after,
.theme-btn.style-four:before,
a.theme-btn.style-four:after,
a.theme-btn.style-four:before {
    background: #799AA1;
}

.theme-btn.style-four:hover,
a.theme-btn.style-four:hover {
    color: white;
}

.theme-btn.style-five,
a.theme-btn.style-five {
    color: white;
    border-color: white;
}

.theme-btn.style-five:after,
.theme-btn.style-five:before,
a.theme-btn.style-five:after,
a.theme-btn.style-five:before {
    background: white;
}

.theme-btn.style-five:hover,
a.theme-btn.style-five:hover {
    color: #242424;
}

.theme-btn.style-six,
a.theme-btn.style-six {
    color: white;
    background: #e6c55b;
    border-color: #e6c55b;
}

.theme-btn.style-six:after,
.theme-btn.style-six:before,
a.theme-btn.style-six:after,
a.theme-btn.style-six:before {
    background: white;
}

.theme-btn.style-six:hover,
a.theme-btn.style-six:hover {
    color: #242424;
    border-color: #242424;
}

.theme-btn.style-seven,
a.theme-btn.style-seven {
    border-color: rgba(36, 36, 36, 0.15);
}

.theme-btn.style-seven:after,
.theme-btn.style-seven:before,
a.theme-btn.style-seven:after,
a.theme-btn.style-seven:before {
    background: #e6c55b;
}

.theme-btn.style-seven:hover,
a.theme-btn.style-seven:hover {
    border-color: #e6c55b;
}

/* Read More */

.read-more {
    color: #8A8A8A;
    font-size: 15px;
    font-weight: 600;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    text-transform: uppercase;
}

.read-more i {
    margin-left: 7px;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
}

.read-more:hover {
    color: #242424;
}

.read-more:hover i {
    margin-left: 10px;
}

/* List style One */

.list-style-one li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 15px;
}

.list-style-one li:before {
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none;
    font-size: 12px;
    content: "\f00c";
    font-weight: 600;
    margin-right: 10px;
    width: 30px;
    height: 30px;
    background: #F6E9E4;
    line-height: 30px;
    border-radius: 50%;
    text-align: center;
    font-family: 'Font Awesome 5 Free';
}

/* List style Two */

.list-style-two li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 15px;
}

.list-style-two li:before {
    content: "";
    margin-right: 12px;
    font-family: 'flaticon';
}

/* List style Three */

.list-style-three {
    margin-bottom: 35px;
}

.list-style-three li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    color: #888888;
    font-weight: 500;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
    margin-bottom: 8px;
}

.list-style-three li:before {
    float: left;
    content: "\f35a";
    margin: 1px 12px 0 0;
    font-family: "Font Awesome 5 Free";
}

.list-style-three li:hover {
    color: #242424;
    text-decoration: underline;
}

/** Social Link One **/

.social-style-one {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
}

.social-style-one a {
    color: white;
    opacity: 0.6;
    margin-right: 15px;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    width: 50px;
    height: 50px;
    background: transparent;
    line-height: 50px;
    border-radius: 50%;
    text-align: center;
    border: 2px solid #fff;
}

.social-style-one a:last-child {
    margin-right: 0;
}

.social-style-one a:hover {
    opacity: 1;
    background: white;
    color: #242424;
}

/* Social Link Two */

.social-style-two {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
}

.social-style-two a {
    margin: 0 35px 5px 0;
}

/* Social Link Three */

.social-style-three {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
}

.social-style-three a {
    font-size: 15px;
    margin: 5px 10px 0 0;
    width: 35px;
    height: 35px;
    background: transparent;
    line-height: 35px;
    border-radius: 50%;
    text-align: center;
    border: 1px solid rgba(36, 36, 36, 0.15);
}

.social-style-three a:hover {
    color: white;
    background: #e6c55b;
    border-color: #e6c55b;
}

.social-style-three a:last-child {
    margin-right: 0;
}


/* Rating */

.rating {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
}

.rating i {
    margin: 3px;
    font-size: 13px;
    color: #242424;
}

/*** Scroll Top style ***/

.scroll-top {
    position: fixed;
    bottom: 30px;
    right: 30px;
    z-index: 99;
    width: 40px;
    height: 40px;
    color: white;
    display: none;
    cursor: pointer;
    border-radius: 5px;
    -webkit-animation: pulse 2s infinite;
    animation: pulse 2s infinite;
    background: #383838;
}

/* Text White */

.text-white *,
.text-white a {
    color: #000;
}

.text-white * li li .dropdown-btn span,
.text-white a li li .dropdown-btn span {
    color: #242424;
}

/* Video Play Btn */

.video-play {
    top: 50%;
    left: 50%;
    z-index: 5;
    font-size: 22px;
    position: absolute;
    width: 115px;
    height: 115px;
    background: white;
    line-height: 115px;
    border-radius: 50%;
    text-align: center;
    color: #799AA1;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

@media only screen and (max-width: 480px) {
    .video-play {
        width: 75px;
        height: 75px;
        line-height: 75px;
    }
}

/* Position */

.rel {
    position: relative;
}

.z-0 {
    z-index: 0;
}

.z-1 {
    z-index: 1;
}

.z-2 {
    z-index: 2;
}

.z-3 {
    z-index: 3;
}

.z-4 {
    z-index: 4;
}

.z-5 {
    z-index: 5;
}

.overlay {
    z-index: 1;
    position: relative;
}

.overlay::before {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    z-index: -1;
    top: 0;
    left: 0;
    opacity: 0.5;
    background-color: #242424;
}

/* Backgruond Size */

.bgs-cover {
    background-size: cover;
    background-position: center;
}

/* Color + Background */

.color-butter {
    color: #F6E9E4;
}

.color-black {
    color: #242424;
}

.bg-butter {
    background-color: #F6E9E4;
}

.bg-black {
    background-color: #6b1642;
}

.bg-light-gray {
    background-color: #F7F7F7;
}

.bg-green {
    background-color: #799AA1;
}

.bg-yellow {
    background-color: #e6c55b;
}

/* Border Radius */

.br-5 {
    border-radius: 5px;
}

.br-10 {
    border-radius: 10px;
}

.br-15 {
    border-radius: 15px;
}

.br-20 {
    border-radius: 20px;
}

.br-25 {
    border-radius: 25px;
}

.br-30 {
    border-radius: 30px;
}

.error-inner h2 {
    font-size: 42px;
    font-weight: 600;
    margin: 75px 0 45px;
}

@media only screen and (max-width: 1199px) {
    .error-inner h2 {
        font-size: 35px;
    }
}

@media only screen and (max-width: 480px) {
    .error-inner h2 {
        font-size: 30px;
    }
}

.home-three .read-more {
    font-size: 18px;
    text-decoration: underline;
}

/*******************************************************/

/******************* 03. Repeat Style ******************/

/*******************************************************/

h1,
h2,
h3,
h4,
h5,
h6,
.feedback-content-item,
.news-item .news-header .date span {
    font-weight: 500;
    color: #242424;
    font-family: "Montserrat", sans-serif;
}

.bg-text {
    font-family: "Dancing Script", cursive;
    text-transform: capitalize;
    color: rgba(0, 0, 0, 0.05);
}

/*******************************************************/

/************** 04. Padding Margin Spacing *************/

/*******************************************************/

/* Padding Around */

.p-5 {
    padding: 5px !important;
}

.p-10 {
    padding: 10px;
}

.p-15 {
    padding: 15px;
}

.p-20 {
    padding: 20px;
}

.p-25 {
    padding: 25px;
}

.p-30 {
    padding: 30px;
}

.p-35 {
    padding: 35px;
}

.p-40 {
    padding: 40px;
}

.p-45 {
    padding: 45px;
}

.p-50 {
    padding: 50px;
}

.p-55 {
    padding: 55px;
}

.p-60 {
    padding: 60px;
}

.p-65 {
    padding: 65px;
}

.p-70 {
    padding: 70px;
}

.p-75 {
    padding: 75px;
}

.p-80 {
    padding: 80px;
}

.p-85 {
    padding: 85px;
}

.p-90 {
    padding: 90px;
}

.p-95 {
    padding: 95px;
}

.p-100 {
    padding: 100px;
}

.p-105 {
    padding: 105px;
}

.p-110 {
    padding: 110px;
}

.p-115 {
    padding: 115px;
}

.p-120 {
    padding: 120px;
}

.p-125 {
    padding: 125px;
}

.p-130 {
    padding: 130px;
}

.p-135 {
    padding: 135px;
}

.p-140 {
    padding: 140px;
}

.p-145 {
    padding: 145px;
}

.p-150 {
    padding: 150px;
}

.p-155 {
    padding: 155px;
}

.p-160 {
    padding: 160px;
}

.p-165 {
    padding: 165px;
}

.p-170 {
    padding: 170px;
}

.p-175 {
    padding: 175px;
}

.p-180 {
    padding: 180px;
}

.p-185 {
    padding: 185px;
}

.p-190 {
    padding: 190px;
}

.p-195 {
    padding: 195px;
}

.p-200 {
    padding: 200px;
}

.p-205 {
    padding: 205px;
}

.p-210 {
    padding: 210px;
}

.p-215 {
    padding: 215px;
}

.p-220 {
    padding: 220px;
}

.p-225 {
    padding: 225px;
}

.p-230 {
    padding: 230px;
}

.p-235 {
    padding: 235px;
}

.p-240 {
    padding: 240px;
}

.p-245 {
    padding: 245px;
}

.p-250 {
    padding: 250px;
}

/* Padding Top */

.pt-5,
.py-5 {
    padding-top: 5px !important;
}

.pt-10,
.py-10 {
    padding-top: 10px;
}

.pt-15,
.py-15 {
    padding-top: 15px;
}

.pt-20,
.py-20 {
    padding-top: 20px;
}

.pt-25,
.py-25 {
    padding-top: 25px;
}

.pt-30,
.py-30 {
    padding-top: 30px;
}

.pt-35,
.py-35 {
    padding-top: 35px;
}

.pt-40,
.py-40 {
    padding-top: 40px;
}

.pt-45,
.py-45 {
    padding-top: 45px;
}

.pt-50,
.py-50 {
    padding-top: 50px;
}

.pt-55,
.py-55 {
    padding-top: 55px;
}

.pt-60,
.py-60 {
    padding-top: 60px;
}

.pt-65,
.py-65 {
    padding-top: 65px;
}

.pt-70,
.py-70 {
    padding-top: 70px;
}

.pt-75,
.py-75 {
    padding-top: 75px;
}

.pt-80,
.py-80 {
    padding-top: 80px;
}

.pt-85,
.py-85 {
    padding-top: 85px;
}

.pt-90,
.py-90 {
    padding-top: 90px;
}

.pt-95,
.py-95 {
    padding-top: 95px;
}

.pt-100,
.py-100 {
    padding-top: 100px;
}

.pt-105,
.py-105 {
    padding-top: 105px;
}

.pt-110,
.py-110 {
    padding-top: 110px;
}

.pt-115,
.py-115 {
    padding-top: 115px;
}

.pt-120,
.py-120 {
    padding-top: 120px;
}

.pt-125,
.py-125 {
    padding-top: 125px;
}

.pt-130,
.py-130 {
    padding-top: 130px;
}

.pt-135,
.py-135 {
    padding-top: 135px;
}

.pt-140,
.py-140 {
    padding-top: 140px;
}

.pt-145,
.py-145 {
    padding-top: 145px;
}

.pt-150,
.py-150 {
    padding-top: 150px;
}

.pt-155,
.py-155 {
    padding-top: 155px;
}

.pt-160,
.py-160 {
    padding-top: 160px;
}

.pt-165,
.py-165 {
    padding-top: 165px;
}

.pt-170,
.py-170 {
    padding-top: 170px;
}

.pt-175,
.py-175 {
    padding-top: 175px;
}

.pt-180,
.py-180 {
    padding-top: 180px;
}

.pt-185,
.py-185 {
    padding-top: 185px;
}

.pt-190,
.py-190 {
    padding-top: 190px;
}

.pt-195,
.py-195 {
    padding-top: 195px;
}

.pt-200,
.py-200 {
    padding-top: 200px;
}

.pt-205,
.py-205 {
    padding-top: 205px;
}

.pt-210,
.py-210 {
    padding-top: 210px;
}

.pt-215,
.py-215 {
    padding-top: 215px;
}

.pt-220,
.py-220 {
    padding-top: 220px;
}

.pt-225,
.py-225 {
    padding-top: 225px;
}

.pt-230,
.py-230 {
    padding-top: 230px;
}

.pt-235,
.py-235 {
    padding-top: 235px;
}

.pt-240,
.py-240 {
    padding-top: 240px;
}

.pt-245,
.py-245 {
    padding-top: 245px;
}

.pt-250,
.py-250 {
    padding-top: 250px;
}

/* Padding Bottom */

.pb-5,
.py-5 {
    padding-bottom: 5px !important;
}

.pb-10,
.py-10 {
    padding-bottom: 10px;
}

.pb-15,
.py-15 {
    padding-bottom: 15px;
}

.pb-20,
.py-20 {
    padding-bottom: 20px;
}

.pb-25,
.py-25 {
    padding-bottom: 25px;
}

.pb-30,
.py-30 {
    padding-bottom: 30px;
}

.pb-35,
.py-35 {
    padding-bottom: 35px;
}

.pb-40,
.py-40 {
    padding-bottom: 40px;
}

.pb-45,
.py-45 {
    padding-bottom: 45px;
}

.pb-50,
.py-50 {
    padding-bottom: 50px;
}

.pb-55,
.py-55 {
    padding-bottom: 55px;
}

.pb-60,
.py-60 {
    padding-bottom: 60px;
}

.pb-65,
.py-65 {
    padding-bottom: 65px;
}

.pb-70,
.py-70 {
    padding-bottom: 70px;
}

.pb-75,
.py-75 {
    padding-bottom: 75px;
}

.pb-80,
.py-80 {
    padding-bottom: 80px;
}

.pb-85,
.py-85 {
    padding-bottom: 85px;
}

.pb-90,
.py-90 {
    padding-bottom: 90px;
}

.pb-95,
.py-95 {
    padding-bottom: 95px;
}

.pb-100,
.py-100 {
    padding-bottom: 100px;
}

.pb-105,
.py-105 {
    padding-bottom: 105px;
}

.pb-110,
.py-110 {
    padding-bottom: 110px;
}

.pb-115,
.py-115 {
    padding-bottom: 115px;
}

.pb-120,
.py-120 {
    padding-bottom: 120px;
}

.pb-125,
.py-125 {
    padding-bottom: 125px;
}

.pb-130,
.py-130 {
    padding-bottom: 130px;
}

.pb-135,
.py-135 {
    padding-bottom: 135px;
}

.pb-140,
.py-140 {
    padding-bottom: 140px;
}

.pb-145,
.py-145 {
    padding-bottom: 145px;
}

.pb-150,
.py-150 {
    padding-bottom: 150px;
}

.pb-155,
.py-155 {
    padding-bottom: 155px;
}

.pb-160,
.py-160 {
    padding-bottom: 160px;
}

.pb-165,
.py-165 {
    padding-bottom: 165px;
}

.pb-170,
.py-170 {
    padding-bottom: 170px;
}

.pb-175,
.py-175 {
    padding-bottom: 175px;
}

.pb-180,
.py-180 {
    padding-bottom: 180px;
}

.pb-185,
.py-185 {
    padding-bottom: 185px;
}

.pb-190,
.py-190 {
    padding-bottom: 190px;
}

.pb-195,
.py-195 {
    padding-bottom: 195px;
}

.pb-200,
.py-200 {
    padding-bottom: 200px;
}

.pb-205,
.py-205 {
    padding-bottom: 205px;
}

.pb-210,
.py-210 {
    padding-bottom: 210px;
}

.pb-215,
.py-215 {
    padding-bottom: 215px;
}

.pb-220,
.py-220 {
    padding-bottom: 220px;
}

.pb-225,
.py-225 {
    padding-bottom: 225px;
}

.pb-230,
.py-230 {
    padding-bottom: 230px;
}

.pb-235,
.py-235 {
    padding-bottom: 235px;
}

.pb-240,
.py-240 {
    padding-bottom: 240px;
}

.pb-245,
.py-245 {
    padding-bottom: 245px;
}

.pb-250,
.py-250 {
    padding-bottom: 250px;
}

/* Margin Around */

.m-5 {
    margin: 5px !important;
}

.m-10 {
    margin: 10px;
}

.m-15 {
    margin: 15px;
}

.m-20 {
    margin: 20px;
}

.m-25 {
    margin: 25px;
}

.m-30 {
    margin: 30px;
}

.m-35 {
    margin: 35px;
}

.m-40 {
    margin: 40px;
}

.m-45 {
    margin: 45px;
}

.m-50 {
    margin: 50px;
}

.m-55 {
    margin: 55px;
}

.m-60 {
    margin: 60px;
}

.m-65 {
    margin: 65px;
}

.m-70 {
    margin: 70px;
}

.m-75 {
    margin: 75px;
}

.m-80 {
    margin: 80px;
}

.m-85 {
    margin: 85px;
}

.m-90 {
    margin: 90px;
}

.m-95 {
    margin: 95px;
}

.m-100 {
    margin: 100px;
}

.m-105 {
    margin: 105px;
}

.m-110 {
    margin: 110px;
}

.m-115 {
    margin: 115px;
}

.m-120 {
    margin: 120px;
}

.m-125 {
    margin: 125px;
}

.m-130 {
    margin: 130px;
}

.m-135 {
    margin: 135px;
}

.m-140 {
    margin: 140px;
}

.m-145 {
    margin: 145px;
}

.m-150 {
    margin: 150px;
}

.m-155 {
    margin: 155px;
}

.m-160 {
    margin: 160px;
}

.m-165 {
    margin: 165px;
}

.m-170 {
    margin: 170px;
}

.m-175 {
    margin: 175px;
}

.m-180 {
    margin: 180px;
}

.m-185 {
    margin: 185px;
}

.m-190 {
    margin: 190px;
}

.m-195 {
    margin: 195px;
}

.m-200 {
    margin: 200px;
}

.m-205 {
    margin: 205px;
}

.m-210 {
    margin: 210px;
}

.m-215 {
    margin: 215px;
}

.m-220 {
    margin: 220px;
}

.m-225 {
    margin: 225px;
}

.m-230 {
    margin: 230px;
}

.m-235 {
    margin: 235px;
}

.m-240 {
    margin: 240px;
}

.m-245 {
    margin: 245px;
}

.m-250 {
    margin: 250px;
}

/* Margin Top */

.mt-5,
.my-5 {
    margin-top: 5px !important;
}

.mt-10,
.my-10 {
    margin-top: 10px;
}

.mt-15,
.my-15 {
    margin-top: 15px;
}

.mt-20,
.my-20 {
    margin-top: 20px;
}

.mt-25,
.my-25 {
    margin-top: 25px;
}

.mt-30,
.my-30 {
    margin-top: 30px;
}

.mt-35,
.my-35 {
    margin-top: 35px;
}

.mt-40,
.my-40 {
    margin-top: 40px;
}

.mt-45,
.my-45 {
    margin-top: 45px;
}

.mt-50,
.my-50 {
    margin-top: 50px;
}

.mt-55,
.my-55 {
    margin-top: 55px;
}

.mt-60,
.my-60 {
    margin-top: 60px;
}

.mt-65,
.my-65 {
    margin-top: 65px;
}

.mt-70,
.my-70 {
    margin-top: 70px;
}

.mt-75,
.my-75 {
    margin-top: 75px;
}

.mt-80,
.my-80 {
    margin-top: 80px;
}

.mt-85,
.my-85 {
    margin-top: 85px;
}

.mt-90,
.my-90 {
    margin-top: 90px;
}

.mt-95,
.my-95 {
    margin-top: 95px;
}

.mt-100,
.my-100 {
    margin-top: 100px;
}

.mt-105,
.my-105 {
    margin-top: 105px;
}

.mt-110,
.my-110 {
    margin-top: 110px;
}

.mt-115,
.my-115 {
    margin-top: 115px;
}

.mt-120,
.my-120 {
    margin-top: 120px;
}

.mt-125,
.my-125 {
    margin-top: 125px;
}

.mt-130,
.my-130 {
    margin-top: 130px;
}

.mt-135,
.my-135 {
    margin-top: 135px;
}

.mt-140,
.my-140 {
    margin-top: 140px;
}

.mt-145,
.my-145 {
    margin-top: 145px;
}

.mt-150,
.my-150 {
    margin-top: 150px;
}

.mt-155,
.my-155 {
    margin-top: 155px;
}

.mt-160,
.my-160 {
    margin-top: 160px;
}

.mt-165,
.my-165 {
    margin-top: 165px;
}

.mt-170,
.my-170 {
    margin-top: 170px;
}

.mt-175,
.my-175 {
    margin-top: 175px;
}

.mt-180,
.my-180 {
    margin-top: 180px;
}

.mt-185,
.my-185 {
    margin-top: 185px;
}

.mt-190,
.my-190 {
    margin-top: 190px;
}

.mt-195,
.my-195 {
    margin-top: 195px;
}

.mt-200,
.my-200 {
    margin-top: 200px;
}

.mt-205,
.my-205 {
    margin-top: 205px;
}

.mt-210,
.my-210 {
    margin-top: 210px;
}

.mt-215,
.my-215 {
    margin-top: 215px;
}

.mt-220,
.my-220 {
    margin-top: 220px;
}

.mt-225,
.my-225 {
    margin-top: 225px;
}

.mt-230,
.my-230 {
    margin-top: 230px;
}

.mt-235,
.my-235 {
    margin-top: 235px;
}

.mt-240,
.my-240 {
    margin-top: 240px;
}

.mt-245,
.my-245 {
    margin-top: 245px;
}

.mt-250,
.my-250 {
    margin-top: 250px;
}

/* Margin Bottom */

.mb-5,
.my-5 {
    margin-bottom: 5px !important;
}

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

.mb-15,
.my-15 {
    margin-bottom: 15px;
}

.mb-20,
.my-20 {
    margin-bottom: 20px;
}

.mb-25,
.my-25 {
    margin-bottom: 25px;
}

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

.mb-35,
.my-35 {
    margin-bottom: 35px;
}

.mb-40,
.my-40 {
    margin-bottom: 40px;
}

.mb-45,
.my-45 {
    margin-bottom: 45px;
}

.mb-50,
.my-50 {
    margin-bottom: 50px;
}

.mb-55,
.my-55 {
    margin-bottom: 55px;
}

.mb-60,
.my-60 {
    margin-bottom: 60px;
}

.mb-65,
.my-65 {
    margin-bottom: 65px;
}

.mb-70,
.my-70 {
    margin-bottom: 70px;
}

.mb-75,
.my-75 {
    margin-bottom: 75px;
}

.mb-80,
.my-80 {
    margin-bottom: 80px;
}

.mb-85,
.my-85 {
    margin-bottom: 85px;
}

.mb-90,
.my-90 {
    margin-bottom: 90px;
}

.mb-95,
.my-95 {
    margin-bottom: 95px;
}

.mb-100,
.my-100 {
    margin-bottom: 100px;
}

.mb-105,
.my-105 {
    margin-bottom: 105px;
}

.mb-110,
.my-110 {
    margin-bottom: 110px;
}

.mb-115,
.my-115 {
    margin-bottom: 115px;
}

.mb-120,
.my-120 {
    margin-bottom: 120px;
}

.mb-125,
.my-125 {
    margin-bottom: 125px;
}

.mb-130,
.my-130 {
    margin-bottom: 130px;
}

.mb-135,
.my-135 {
    margin-bottom: 135px;
}

.mb-140,
.my-140 {
    margin-bottom: 140px;
}

.mb-145,
.my-145 {
    margin-bottom: 145px;
}

.mb-150,
.my-150 {
    margin-bottom: 150px;
}

.mb-155,
.my-155 {
    margin-bottom: 155px;
}

.mb-160,
.my-160 {
    margin-bottom: 160px;
}

.mb-165,
.my-165 {
    margin-bottom: 165px;
}

.mb-170,
.my-170 {
    margin-bottom: 170px;
}

.mb-175,
.my-175 {
    margin-bottom: 175px;
}

.mb-180,
.my-180 {
    margin-bottom: 180px;
}

.mb-185,
.my-185 {
    margin-bottom: 185px;
}

.mb-190,
.my-190 {
    margin-bottom: 190px;
}

.mb-195,
.my-195 {
    margin-bottom: 195px;
}

.mb-200,
.my-200 {
    margin-bottom: 200px;
}

.mb-205,
.my-205 {
    margin-bottom: 205px;
}

.mb-210,
.my-210 {
    margin-bottom: 210px;
}

.mb-215,
.my-215 {
    margin-bottom: 215px;
}

.mb-220,
.my-220 {
    margin-bottom: 220px;
}

.mb-225,
.my-225 {
    margin-bottom: 225px;
}

.mb-230,
.my-230 {
    margin-bottom: 230px;
}

.mb-235,
.my-235 {
    margin-bottom: 235px;
}

.mb-240,
.my-240 {
    margin-bottom: 240px;
}

.mb-245,
.my-245 {
    margin-bottom: 245px;
}

.mb-250,
.my-250 {
    margin-bottom: 250px;
}

/* Responsive Padding Margin */

@media only screen and (max-width: 991px) {
    /* Padding Around */
    .rp-0 {
        padding: 0px !important;
    }
    .rp-5 {
        padding: 5px !important;
    }
    .rp-10 {
        padding: 10px;
    }
    .rp-15 {
        padding: 15px;
    }
    .rp-20 {
        padding: 20px;
    }
    .rp-25 {
        padding: 25px;
    }
    .rp-30 {
        padding: 30px;
    }
    .rp-35 {
        padding: 35px;
    }
    .rp-40 {
        padding: 40px;
    }
    .rp-45 {
        padding: 45px;
    }
    .rp-50 {
        padding: 50px;
    }
    .rp-55 {
        padding: 55px;
    }
    .rp-60 {
        padding: 60px;
    }
    .rp-65 {
        padding: 65px;
    }
    .rp-70 {
        padding: 70px;
    }
    .rp-75 {
        padding: 75px;
    }
    .rp-80 {
        padding: 80px;
    }
    .rp-85 {
        padding: 85px;
    }
    .rp-90 {
        padding: 90px;
    }
    .rp-95 {
        padding: 95px;
    }
    .rp-100 {
        padding: 100px;
    }
    .rp-105 {
        padding: 105px;
    }
    .rp-110 {
        padding: 110px;
    }
    .rp-115 {
        padding: 115px;
    }
    .rp-120 {
        padding: 120px;
    }
    .rp-125 {
        padding: 125px;
    }
    .rp-130 {
        padding: 130px;
    }
    .rp-135 {
        padding: 135px;
    }
    .rp-140 {
        padding: 140px;
    }
    .rp-145 {
        padding: 145px;
    }
    .rp-150 {
        padding: 150px;
    }
    /* Padding Top */
    .rpt-0,
    .rpy-0 {
        padding-top: 0px !important;
    }
    .rpt-5,
    .rpy-5 {
        padding-top: 5px !important;
    }
    .rpt-10,
    .rpy-10 {
        padding-top: 10px;
    }
    .rpt-15,
    .rpy-15 {
        padding-top: 15px;
    }
    .rpt-20,
    .rpy-20 {
        padding-top: 20px;
    }
    .rpt-25,
    .rpy-25 {
        padding-top: 25px;
    }
    .rpt-30,
    .rpy-30 {
        padding-top: 30px;
    }
    .rpt-35,
    .rpy-35 {
        padding-top: 35px;
    }
    .rpt-40,
    .rpy-40 {
        padding-top: 40px;
    }
    .rpt-45,
    .rpy-45 {
        padding-top: 45px;
    }
    .rpt-50,
    .rpy-50 {
        padding-top: 50px;
    }
    .rpt-55,
    .rpy-55 {
        padding-top: 55px;
    }
    .rpt-60,
    .rpy-60 {
        padding-top: 60px;
    }
    .rpt-65,
    .rpy-65 {
        padding-top: 65px;
    }
    .rpt-70,
    .rpy-70 {
        padding-top: 70px;
    }
    .rpt-75,
    .rpy-75 {
        padding-top: 75px;
    }
    .rpt-80,
    .rpy-80 {
        padding-top: 80px;
    }
    .rpt-85,
    .rpy-85 {
        padding-top: 85px;
    }
    .rpt-90,
    .rpy-90 {
        padding-top: 90px;
    }
    .rpt-95,
    .rpy-95 {
        padding-top: 95px;
    }
    .rpt-100,
    .rpy-100 {
        padding-top: 100px;
    }
    .rpt-105,
    .rpy-105 {
        padding-top: 105px;
    }
    .rpt-110,
    .rpy-110 {
        padding-top: 110px;
    }
    .rpt-115,
    .rpy-115 {
        padding-top: 115px;
    }
    .rpt-120,
    .rpy-120 {
        padding-top: 120px;
    }
    .rpt-125,
    .rpy-125 {
        padding-top: 125px;
    }
    .rpt-130,
    .rpy-130 {
        padding-top: 130px;
    }
    .rpt-135,
    .rpy-135 {
        padding-top: 135px;
    }
    .rpt-140,
    .rpy-140 {
        padding-top: 140px;
    }
    .rpt-145,
    .rpy-145 {
        padding-top: 145px;
    }
    .rpt-150,
    .rpy-150 {
        padding-top: 150px;
    }
    /* Padding Bottom */
    .rpb-0,
    .rpy-0 {
        padding-bottom: 0px !important;
    }
    .rpb-5,
    .rpy-5 {
        padding-bottom: 5px !important;
    }
    .rpb-10,
    .rpy-10 {
        padding-bottom: 10px;
    }
    .rpb-15,
    .rpy-15 {
        padding-bottom: 15px;
    }
    .rpb-20,
    .rpy-20 {
        padding-bottom: 20px;
    }
    .rpb-25,
    .rpy-25 {
        padding-bottom: 25px;
    }
    .rpb-30,
    .rpy-30 {
        padding-bottom: 30px;
    }
    .rpb-35,
    .rpy-35 {
        padding-bottom: 35px;
    }
    .rpb-40,
    .rpy-40 {
        padding-bottom: 40px;
    }
    .rpb-45,
    .rpy-45 {
        padding-bottom: 45px;
    }
    .rpb-50,
    .rpy-50 {
        padding-bottom: 50px;
    }
    .rpb-55,
    .rpy-55 {
        padding-bottom: 55px;
    }
    .rpb-60,
    .rpy-60 {
        padding-bottom: 60px;
    }
    .rpb-65,
    .rpy-65 {
        padding-bottom: 65px;
    }
    .rpb-70,
    .rpy-70 {
        padding-bottom: 70px;
    }
    .rpb-75,
    .rpy-75 {
        padding-bottom: 75px;
    }
    .rpb-80,
    .rpy-80 {
        padding-bottom: 80px;
    }
    .rpb-85,
    .rpy-85 {
        padding-bottom: 85px;
    }
    .rpb-90,
    .rpy-90 {
        padding-bottom: 90px;
    }
    .rpb-95,
    .rpy-95 {
        padding-bottom: 95px;
    }
    .rpb-100,
    .rpy-100 {
        padding-bottom: 100px;
    }
    .rpb-105,
    .rpy-105 {
        padding-bottom: 105px;
    }
    .rpb-110,
    .rpy-110 {
        padding-bottom: 110px;
    }
    .rpb-115,
    .rpy-115 {
        padding-bottom: 115px;
    }
    .rpb-120,
    .rpy-120 {
        padding-bottom: 120px;
    }
    .rpb-125,
    .rpy-125 {
        padding-bottom: 125px;
    }
    .rpb-130,
    .rpy-130 {
        padding-bottom: 130px;
    }
    .rpb-135,
    .rpy-135 {
        padding-bottom: 135px;
    }
    .rpb-140,
    .rpy-140 {
        padding-bottom: 140px;
    }
    .rpb-145,
    .rpy-145 {
        padding-bottom: 145px;
    }
    .rpb-150,
    .rpy-150 {
        padding-bottom: 150px;
    }
    /* Margin Around */
    .rm-0 {
        margin: 0px !important;
    }
    .rm-5 {
        margin: 5px !important;
    }
    .rm-10 {
        margin: 10px;
    }
    .rm-15 {
        margin: 15px;
    }
    .rm-20 {
        margin: 20px;
    }
    .rm-25 {
        margin: 25px;
    }
    .rm-30 {
        margin: 30px;
    }
    .rm-35 {
        margin: 35px;
    }
    .rm-40 {
        margin: 40px;
    }
    .rm-45 {
        margin: 45px;
    }
    .rm-50 {
        margin: 50px;
    }
    .rm-55 {
        margin: 55px;
    }
    .rm-60 {
        margin: 60px;
    }
    .rm-65 {
        margin: 65px;
    }
    .rm-70 {
        margin: 70px;
    }
    .rm-75 {
        margin: 75px;
    }
    .rm-80 {
        margin: 80px;
    }
    .rm-85 {
        margin: 85px;
    }
    .rm-90 {
        margin: 90px;
    }
    .rm-95 {
        margin: 95px;
    }
    .rm-100 {
        margin: 100px;
    }
    .rm-105 {
        margin: 105px;
    }
    .rm-110 {
        margin: 110px;
    }
    .rm-115 {
        margin: 115px;
    }
    .rm-120 {
        margin: 120px;
    }
    .rm-125 {
        margin: 125px;
    }
    .rm-130 {
        margin: 130px;
    }
    .rm-135 {
        margin: 135px;
    }
    .rm-140 {
        margin: 140px;
    }
    .rm-145 {
        margin: 145px;
    }
    .rm-150 {
        margin: 150px;
    }
    /* Margin Top */
    .rmt-0,
    .rmy-0 {
        margin-top: 0px !important;
    }
    .rmt-5,
    .rmy-5 {
        margin-top: 5px !important;
    }
    .rmt-10,
    .rmy-10 {
        margin-top: 10px;
    }
    .rmt-15,
    .rmy-15 {
        margin-top: 15px;
    }
    .rmt-20,
    .rmy-20 {
        margin-top: 20px;
    }
    .rmt-25,
    .rmy-25 {
        margin-top: 25px;
    }
    .rmt-30,
    .rmy-30 {
        margin-top: 30px;
    }
    .rmt-35,
    .rmy-35 {
        margin-top: 35px;
    }
    .rmt-40,
    .rmy-40 {
        margin-top: 40px;
    }
    .rmt-45,
    .rmy-45 {
        margin-top: 45px;
    }
    .rmt-50,
    .rmy-50 {
        margin-top: 50px;
    }
    .rmt-55,
    .rmy-55 {
        margin-top: 55px;
    }
    .rmt-60,
    .rmy-60 {
        margin-top: 60px;
    }
    .rmt-65,
    .rmy-65 {
        margin-top: 65px;
    }
    .rmt-70,
    .rmy-70 {
        margin-top: 70px;
    }
    .rmt-75,
    .rmy-75 {
        margin-top: 75px;
    }
    .rmt-80,
    .rmy-80 {
        margin-top: 80px;
    }
    .rmt-85,
    .rmy-85 {
        margin-top: 85px;
    }
    .rmt-90,
    .rmy-90 {
        margin-top: 90px;
    }
    .rmt-95,
    .rmy-95 {
        margin-top: 95px;
    }
    .rmt-100,
    .rmy-100 {
        margin-top: 100px;
    }
    .rmt-105,
    .rmy-105 {
        margin-top: 105px;
    }
    .rmt-110,
    .rmy-110 {
        margin-top: 110px;
    }
    .rmt-115,
    .rmy-115 {
        margin-top: 115px;
    }
    .rmt-120,
    .rmy-120 {
        margin-top: 120px;
    }
    .rmt-125,
    .rmy-125 {
        margin-top: 125px;
    }
    .rmt-130,
    .rmy-130 {
        margin-top: 130px;
    }
    .rmt-135,
    .rmy-135 {
        margin-top: 135px;
    }
    .rmt-140,
    .rmy-140 {
        margin-top: 140px;
    }
    .rmt-145,
    .rmy-145 {
        margin-top: 145px;
    }
    .rmt-150,
    .rmy-150 {
        margin-top: 150px;
    }
    /* Margin Bottom */
    .rmb-0,
    .rmy-0 {
        margin-bottom: 0px !important;
    }
    .rmb-5,
    .rmy-5 {
        margin-bottom: 5px !important;
    }
    .rmb-10,
    .rmy-10 {
        margin-bottom: 10px;
    }
    .rmb-15,
    .rmy-15 {
        margin-bottom: 15px;
    }
    .rmb-20,
    .rmy-20 {
        margin-bottom: 20px;
    }
    .rmb-25,
    .rmy-25 {
        margin-bottom: 25px;
    }
    .rmb-30,
    .rmy-30 {
        margin-bottom: 30px;
    }
    .rmb-35,
    .rmy-35 {
        margin-bottom: 35px;
    }
    .rmb-40,
    .rmy-40 {
        margin-bottom: 40px;
    }
    .rmb-45,
    .rmy-45 {
        margin-bottom: 45px;
    }
    .rmb-50,
    .rmy-50 {
        margin-bottom: 50px;
    }
    .rmb-55,
    .rmy-55 {
        margin-bottom: 55px;
    }
    .rmb-60,
    .rmy-60 {
        margin-bottom: 60px;
    }
    .rmb-65,
    .rmy-65 {
        margin-bottom: 65px;
    }
    .rmb-70,
    .rmy-70 {
        margin-bottom: 70px;
    }
    .rmb-75,
    .rmy-75 {
        margin-bottom: 75px;
    }
    .rmb-80,
    .rmy-80 {
        margin-bottom: 80px;
    }
    .rmb-85,
    .rmy-85 {
        margin-bottom: 85px;
    }
    .rmb-90,
    .rmy-90 {
        margin-bottom: 90px;
    }
    .rmb-95,
    .rmy-95 {
        margin-bottom: 95px;
    }
    .rmb-100,
    .rmy-100 {
        margin-bottom: 100px;
    }
    .rmb-105,
    .rmy-105 {
        margin-bottom: 105px;
    }
    .rmb-110,
    .rmy-110 {
        margin-bottom: 110px;
    }
    .rmb-115,
    .rmy-115 {
        margin-bottom: 115px;
    }
    .rmb-120,
    .rmy-120 {
        margin-bottom: 120px;
    }
    .rmb-125,
    .rmy-125 {
        margin-bottom: 125px;
    }
    .rmb-130,
    .rmy-130 {
        margin-bottom: 130px;
    }
    .rmb-135,
    .rmy-135 {
        margin-bottom: 135px;
    }
    .rmb-140,
    .rmy-140 {
        margin-bottom: 140px;
    }
    .rmb-145,
    .rmy-145 {
        margin-bottom: 145px;
    }
    .rmb-150,
    .rmy-150 {
        margin-bottom: 150px;
    }
}

/*******************************************************/

/***************** 05. Custom Animation ****************/

/*******************************************************/

/* Animation Delay */

.delay-1-0s {
    -webkit-animation-delay: 1s;
    animation-delay: 1s;
}

.delay-2-0s {
    -webkit-animation-delay: 2s;
    animation-delay: 2s;
}

.delay-0-1s {
    -webkit-animation-delay: 0.1s;
    animation-delay: 0.1s;
}

.delay-0-2s {
    -webkit-animation-delay: 0.2s;
    animation-delay: 0.2s;
}

.delay-0-3s {
    -webkit-animation-delay: 0.3s;
    animation-delay: 0.3s;
}

.delay-0-4s {
    -webkit-animation-delay: 0.4s;
    animation-delay: 0.4s;
}

.delay-0-5s {
    -webkit-animation-delay: 0.5s;
    animation-delay: 0.5s;
}

.delay-0-6s {
    -webkit-animation-delay: 0.6s;
    animation-delay: 0.6s;
}

.delay-0-7s {
    -webkit-animation-delay: 0.7s;
    animation-delay: 0.7s;
}

.delay-0-8s {
    -webkit-animation-delay: 0.8s;
    animation-delay: 0.8s;
}

.delay-0-9s {
    -webkit-animation-delay: 0.9s;
    animation-delay: 0.9s;
}

.delay-1-1s {
    -webkit-animation-delay: 1.1s;
    animation-delay: 1.1s;
}

.delay-1-2s {
    -webkit-animation-delay: 1.2s;
    animation-delay: 1.2s;
}

.delay-1-3s {
    -webkit-animation-delay: 1.3s;
    animation-delay: 1.3s;
}

.delay-1-4s {
    -webkit-animation-delay: 1.4s;
    animation-delay: 1.4s;
}

.delay-1-5s {
    -webkit-animation-delay: 1.5s;
    animation-delay: 1.5s;
}

.delay-1-6s {
    -webkit-animation-delay: 1.6s;
    animation-delay: 1.6s;
}

.delay-1-7s {
    -webkit-animation-delay: 1.7s;
    animation-delay: 1.7s;
}

.delay-1-8s {
    -webkit-animation-delay: 1.8s;
    animation-delay: 1.8s;
}

.delay-1-9s {
    -webkit-animation-delay: 1.9s;
    animation-delay: 1.9s;
}

/* Menu Sticky */

@-webkit-keyframes sticky {
    0% {
        top: -100px;
    }
    100% {
        top: 0;
    }
}

@keyframes sticky {
    0% {
        top: -100px;
    }
    100% {
        top: 0;
    }
}

/* Hero Circle */

@-webkit-keyframes rotated_circle {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@keyframes rotated_circle {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

/* Hero Circle */

@-webkit-keyframes upDownLeft {
    0%,
    100% {
        -webkit-transform: translate(0px, 0px);
        transform: translate(0px, 0px);
    }
    25%,
    75% {
        -webkit-transform: translate(0px, 50px);
        transform: translate(0px, 50px);
    }
    50% {
        -webkit-transform: translate(-50px, 50px);
        transform: translate(-50px, 50px);
    }
}

@keyframes upDownLeft {
    0%,
    100% {
        -webkit-transform: translate(0px, 0px);
        transform: translate(0px, 0px);
    }
    25%,
    75% {
        -webkit-transform: translate(0px, 50px);
        transform: translate(0px, 50px);
    }
    50% {
        -webkit-transform: translate(-50px, 50px);
        transform: translate(-50px, 50px);
    }
}

@-webkit-keyframes shapeAnimationOne {
    0% {
        -webkit-transform: translate(0px, 0px) rotate(0deg);
        transform: translate(0px, 0px) rotate(0deg);
    }
    25% {
        -webkit-transform: translate(0px, 150px) rotate(90deg);
        transform: translate(0px, 150px) rotate(90deg);
    }
    50% {
        -webkit-transform: translate(150px, 150px) rotate(180deg);
        transform: translate(150px, 150px) rotate(180deg);
    }
    75% {
        -webkit-transform: translate(150px, 0px) rotate(270deg);
        transform: translate(150px, 0px) rotate(270deg);
    }
    100% {
        -webkit-transform: translate(0px, 0px) rotate(360deg);
        transform: translate(0px, 0px) rotate(360deg);
    }
}

@keyframes shapeAnimationOne {
    0% {
        -webkit-transform: translate(0px, 0px) rotate(0deg);
        transform: translate(0px, 0px) rotate(0deg);
    }
    25% {
        -webkit-transform: translate(0px, 150px) rotate(90deg);
        transform: translate(0px, 150px) rotate(90deg);
    }
    50% {
        -webkit-transform: translate(150px, 150px) rotate(180deg);
        transform: translate(150px, 150px) rotate(180deg);
    }
    75% {
        -webkit-transform: translate(150px, 0px) rotate(270deg);
        transform: translate(150px, 0px) rotate(270deg);
    }
    100% {
        -webkit-transform: translate(0px, 0px) rotate(360deg);
        transform: translate(0px, 0px) rotate(360deg);
    }
}

@-webkit-keyframes shapeAnimationTwo {
    0% {
        -webkit-transform: translate(0px, 0px) rotate(0deg);
        transform: translate(0px, 0px) rotate(0deg);
    }
    25% {
        -webkit-transform: translate(-150px, 0px) rotate(270deg);
        transform: translate(-150px, 0px) rotate(270deg);
    }
    50% {
        -webkit-transform: translate(-150px, -150px) rotate(180deg);
        transform: translate(-150px, -150px) rotate(180deg);
    }
    75% {
        -webkit-transform: translate(0px, -150px) rotate(90deg);
        transform: translate(0px, -150px) rotate(90deg);
    }
    100% {
        -webkit-transform: translate(0px, 0px) rotate(360deg);
        transform: translate(0px, 0px) rotate(360deg);
    }
}

@keyframes shapeAnimationTwo {
    0% {
        -webkit-transform: translate(0px, 0px) rotate(0deg);
        transform: translate(0px, 0px) rotate(0deg);
    }
    25% {
        -webkit-transform: translate(-150px, 0px) rotate(270deg);
        transform: translate(-150px, 0px) rotate(270deg);
    }
    50% {
        -webkit-transform: translate(-150px, -150px) rotate(180deg);
        transform: translate(-150px, -150px) rotate(180deg);
    }
    75% {
        -webkit-transform: translate(0px, -150px) rotate(90deg);
        transform: translate(0px, -150px) rotate(90deg);
    }
    100% {
        -webkit-transform: translate(0px, 0px) rotate(360deg);
        transform: translate(0px, 0px) rotate(360deg);
    }
}

@-webkit-keyframes shapeAnimationThree {
    0% {
        -webkit-transform: translate(0px, 0px) rotate(0deg);
        transform: translate(0px, 0px) rotate(0deg);
    }
    25% {
        -webkit-transform: translate(50px, 150px) rotate(90deg);
        transform: translate(50px, 150px) rotate(90deg);
    }
    50% {
        -webkit-transform: translate(150px, 150px) rotate(180deg);
        transform: translate(150px, 150px) rotate(180deg);
    }
    75% {
        -webkit-transform: translate(150px, 50px) rotate(270deg);
        transform: translate(150px, 50px) rotate(270deg);
    }
    100% {
        -webkit-transform: translate(0px, 0px) rotate(360deg);
        transform: translate(0px, 0px) rotate(360deg);
    }
}

@keyframes shapeAnimationThree {
    0% {
        -webkit-transform: translate(0px, 0px) rotate(0deg);
        transform: translate(0px, 0px) rotate(0deg);
    }
    25% {
        -webkit-transform: translate(50px, 150px) rotate(90deg);
        transform: translate(50px, 150px) rotate(90deg);
    }
    50% {
        -webkit-transform: translate(150px, 150px) rotate(180deg);
        transform: translate(150px, 150px) rotate(180deg);
    }
    75% {
        -webkit-transform: translate(150px, 50px) rotate(270deg);
        transform: translate(150px, 50px) rotate(270deg);
    }
    100% {
        -webkit-transform: translate(0px, 0px) rotate(360deg);
        transform: translate(0px, 0px) rotate(360deg);
    }
}

@-webkit-keyframes shapeAnimationFour {
    0% {
        -webkit-transform: translate(0px, 0px) rotate(0deg);
        transform: translate(0px, 0px) rotate(0deg);
    }
    25% {
        -webkit-transform: translate(-150px -50px) rotate(90deg);
        transform: translate(-150px -50px) rotate(90deg);
    }
    50% {
        -webkit-transform: translate(-150px, -150px) rotate(180deg);
        transform: translate(-150px, -150px) rotate(180deg);
    }
    75% {
        -webkit-transform: translate(-50px, -150px) rotate(270deg);
        transform: translate(-50px, -150px) rotate(270deg);
    }
    100% {
        -webkit-transform: translate(0px, 0px) rotate(360deg);
        transform: translate(0px, 0px) rotate(360deg);
    }
}

@keyframes shapeAnimationFour {
    0% {
        -webkit-transform: translate(0px, 0px) rotate(0deg);
        transform: translate(0px, 0px) rotate(0deg);
    }
    25% {
        -webkit-transform: translate(-150px -50px) rotate(90deg);
        transform: translate(-150px -50px) rotate(90deg);
    }
    50% {
        -webkit-transform: translate(-150px, -150px) rotate(180deg);
        transform: translate(-150px, -150px) rotate(180deg);
    }
    75% {
        -webkit-transform: translate(-50px, -150px) rotate(270deg);
        transform: translate(-50px, -150px) rotate(270deg);
    }
    100% {
        -webkit-transform: translate(0px, 0px) rotate(360deg);
        transform: translate(0px, 0px) rotate(360deg);
    }
}

@-webkit-keyframes shapeAnimationFive {
    0% {
        -webkit-transform: translate(0px, 0px) rotate(0deg);
        transform: translate(0px, 0px) rotate(0deg);
    }
    25% {
        -webkit-transform: translate(-100px -100px) rotate(90deg);
        transform: translate(-100px -100px) rotate(90deg);
    }
    50% {
        -webkit-transform: translate(100px, 50px) rotate(180deg);
        transform: translate(100px, 50px) rotate(180deg);
    }
    75% {
        -webkit-transform: translate(-100px, 150px) rotate(270deg);
        transform: translate(-100px, 150px) rotate(270deg);
    }
    100% {
        -webkit-transform: translate(0px, 0px) rotate(360deg);
        transform: translate(0px, 0px) rotate(360deg);
    }
}

@keyframes shapeAnimationFive {
    0% {
        -webkit-transform: translate(0px, 0px) rotate(0deg);
        transform: translate(0px, 0px) rotate(0deg);
    }
    25% {
        -webkit-transform: translate(-100px -100px) rotate(90deg);
        transform: translate(-100px -100px) rotate(90deg);
    }
    50% {
        -webkit-transform: translate(100px, 50px) rotate(180deg);
        transform: translate(100px, 50px) rotate(180deg);
    }
    75% {
        -webkit-transform: translate(-100px, 150px) rotate(270deg);
        transform: translate(-100px, 150px) rotate(270deg);
    }
    100% {
        -webkit-transform: translate(0px, 0px) rotate(360deg);
        transform: translate(0px, 0px) rotate(360deg);
    }
}

@-webkit-keyframes down-up-one {
    0% {
        -webkit-transform: rotateX(0deg) translateY(0px);
        transform: rotateX(0deg) translateY(0px);
    }
    50% {
        -webkit-transform: rotateX(0deg) translateY(25px);
        transform: rotateX(0deg) translateY(25px);
    }
    100% {
        -webkit-transform: rotateX(0deg) translateY(0px);
        transform: rotateX(0deg) translateY(0px);
    }
}

@keyframes down-up-one {
    0% {
        -webkit-transform: rotateX(0deg) translateY(0px);
        transform: rotateX(0deg) translateY(0px);
    }
    50% {
        -webkit-transform: rotateX(0deg) translateY(25px);
        transform: rotateX(0deg) translateY(25px);
    }
    100% {
        -webkit-transform: rotateX(0deg) translateY(0px);
        transform: rotateX(0deg) translateY(0px);
    }
}

@-webkit-keyframes down-up-two {
    0% {
        -webkit-transform: rotateX(0deg) translate(0px);
        transform: rotateX(0deg) translate(0px);
    }
    50% {
        -webkit-transform: rotateX(0deg) translate(25px, -25px);
        transform: rotateX(0deg) translate(25px, -25px);
    }
    100% {
        -webkit-transform: rotateX(0deg) translate(0px);
        transform: rotateX(0deg) translate(0px);
    }
}

@keyframes down-up-two {
    0% {
        -webkit-transform: rotateX(0deg) translate(0px);
        transform: rotateX(0deg) translate(0px);
    }
    50% {
        -webkit-transform: rotateX(0deg) translate(25px, -25px);
        transform: rotateX(0deg) translate(25px, -25px);
    }
    100% {
        -webkit-transform: rotateX(0deg) translate(0px);
        transform: rotateX(0deg) translate(0px);
    }
}

@-webkit-keyframes moveLeftRight {
    0% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
    50% {
        -webkit-transform: translateX(80px);
        transform: translateX(80px);
    }
    100% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
}

@keyframes moveLeftRight {
    0% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
    50% {
        -webkit-transform: translateX(80px);
        transform: translateX(80px);
    }
    100% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
}

/*******************************************************/

/******************* 06. Header style ******************/

/*******************************************************/

.main-header {
    position: relative;
    left: 0px;
    top: 0px;
    z-index: 999;
    width: 100%;
    -webkit-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
}

.main-header .header-upper {
    z-index: 5;
    width: 100%;
    background: white;
    position: relative;
    padding-left: 55px;
    padding-right: 55px;
    -webkit-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
    padding: 5px 0px;
}

@media only screen and (max-width: 1500px) {
    .main-header .header-upper {
        padding-left: 0;
        padding-right: 0;
    }
}

.main-header .logo-outer {
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none;
}

@media only screen and (max-width: 991px) {
    .main-header .logo-outer {
        display: none;
    }
}

.main-header .logo {
    z-index: 9;
    padding: 2px 0;
    position: relative;
    background-color: #6b1642;
    width: 120px;
    height: 120px;
    border-radius: 50%;
    /* margin-left: 0px; */
}

.main-header .logo img{
    width: 76%;
    margin-left: 13px;
}

.main-header.fixed-header .header-upper {
    top: 0;
    left: 0;
    position: fixed;
    -webkit-animation: sticky 1s;
    animation: sticky 1s;
    -webkit-box-shadow: 0px 0px 30px 0px rgba(87, 95, 245, 0.1);
    box-shadow: 0px 0px 30px 0px rgba(87, 95, 245, 0.1);
}

@media only screen and (max-width: 991px) {
    .header-top-wrap {
        display: none;
    }
}

.header-top {
    font-size: 15px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-family: "Montserrat", sans-serif;
}

.header-top ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.header-top ul li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
}

.header-top ul li span {
    margin-right: 5px;
    text-transform: uppercase;
}

.header-top ul li i {
    margin-right: 13px;
}

.header-top ul li:after {
    content: '';
    width: 22px;
    height: 22px;
    background: transparent;
    line-height: 22px;
    border-radius: 50%;
    text-align: center;
    margin-left: 33px;
    margin-right: 33px;
    border: 1px solid rgba(255, 255, 255, 0.3);
}

.header-top ul li:before {
    content: '';
    width: 7px;
    height: 7px;
    background: white;
    line-height: 7px;
    border-radius: 50%;
    text-align: center;
    position: absolute;
    opacity: 0.3;
    right: 40px;
    top: 11px;
}

.header-top ul li:last-child:after,
.header-top ul li:last-child:before {
    display: none;
}

.nav-outer {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.nav-outer .menu-btn {
    margin-left: 75px;
}

@media only screen and (max-width: 991px) {
    .nav-outer .menu-btn {
        display: none;
    }
}

/** Header Main Menu **/

@media only screen and (max-width: 991px) {
    .main-menu {
        width: 100%;
    }
}

@media only screen and (max-width: 480px) {
    .main-menu .mobile-logo {
        max-width: 150px;
    }
}

@media only screen and (max-width: 991px) {
    .main-menu .collapse {
        overflow: auto;
    }
}

.main-menu .navbar-collapse {
    padding: 0px;
}

.main-menu .navbar-collapse>ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

@media only screen and (max-width: 991px) {
    .main-menu .navbar-collapse>ul {
        display: block;
        padding: 25px 0;
        background: #FFFFFF;
    }
    .main-menu .navbar-collapse>ul>li:last-child {
        border-bottom: 1px solid #f3f3f3;
    }
}

@media only screen and (max-width: 991px) {
    .main-menu .navbar-collapse {
        left: 0;
        width: 100%;
        padding: 0 15px;
        position: absolute;
    }
}

.main-menu .navbar-collapse li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 33px 20px;
}

@media only screen and (max-width: 1500px) {
    .main-menu .navbar-collapse li {
        padding: 30px 15px;
    }
}

@media only screen and (max-width: 1199px) {
    .main-menu .navbar-collapse li {
        padding: 30px 10px;
    }
}

@media only screen and (max-width: 991px) {
    .main-menu .navbar-collapse li {
        display: block;
        padding: 0 20px;
        border-top: 1px solid #f3f3f3;
    }
}

.main-menu .navbar-collapse li.dropdown .dropdown-btn {
    cursor: pointer;
    font-size: 13px;
    margin-left: 5px;
}

@media only screen and (max-width: 991px) {
    .main-menu .navbar-collapse li.dropdown .dropdown-btn {
        position: absolute;
        right: 10px;
        top: 0;
        width: 50px;
        height: 43px;
        border-left: 1px solid #f2f2f2;
        text-align: center;
        line-height: 43px;
    }
    .dropdown-btn span{
        color: #fff;
    }
}

.main-menu .navbar-collapse li a {
    position: relative;
    display: block;
    font-size: 16px;
    opacity: 1;
    font-weight: 500;
    color: #242424;
    text-transform: uppercase;
    font-family: "Montserrat", sans-serif;
    -webkit-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
}

@media only screen and (max-width: 991px) {
    .main-menu .navbar-collapse li a {
        padding: 10px 10px;
        line-height: 22px;
        color: #fff !important;
    }
}

.main-menu .navbar-collapse li.current>a,
.main-menu .navbar-collapse li.current-menu-item>a {
    font-weight: 500;
}

.main-menu .navbar-collapse li li {
    border-top: 1px solid #f3f3f3;
}

.main-menu .navbar-collapse li li a {
    text-transform: capitalize;
}

.main-menu .navbar-collapse li .megamenu {
    position: absolute;
    left: 0px;
    top: 100%;
    width: 100%;
    z-index: 100;
    display: none;
    padding: 20px 0;
    background: #ffffff;
    -webkit-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
    box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
}

.main-menu .navbar-collapse li .megamenu:after {
    display: block;
    clear: both;
    content: "";
}

@media only screen and (max-width: 991px) {
    .main-menu .navbar-collapse li .megamenu {
        position: relative;
        -webkit-box-shadow: none;
        box-shadow: none;
        width: 100%;
    }
    .main-menu .navbar-collapse li .megamenu .container {
        max-width: 100%;
    }
    .main-menu .navbar-collapse li .megamenu .row {
        margin: 0px;
    }
}

.main-menu .navbar-collapse li .megamenu ul {
    display: block;
    position: relative;
    top: 0;
    width: 100%;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.main-menu .navbar-collapse li ul {
    position: absolute;
    left: inherit;
    top: 100%;
    min-width: 250px;
    z-index: 100;
    display: none;
    background: #ffffff;
    -webkit-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
    box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
}

@media only screen and (max-width: 991px) {
    .main-menu .navbar-collapse li ul {
        position: relative;
        display: none;
        width: 100%;
        -webkit-box-shadow: none;
        box-shadow: none;
        background-color: #242424;
    }
    .main-menu .navbar-collapse li ul:after {
        display: block;
        clear: both;
        content: "";
    }
}

@media only screen and (max-width: 991px) and (max-width: 375px) {
    .main-menu .navbar-collapse li ul {
        min-width: auto;
    }
}

.main-menu .navbar-collapse li ul li {
    width: 100%;
    padding: 7px 20px;
}

@media only screen and (max-width: 991px) {
    .main-menu .navbar-collapse li ul li {
        padding: 0 15px;
    }
}

.main-menu .navbar-collapse li ul li ul {
    left: 100%;
    top: 0%;
}

@media only screen and (max-width: 991px) {
    .main-menu .navbar-collapse li ul li ul {
        left: auto;
    }
}

.main-menu .navbar-header {
    display: none;
}

@media only screen and (max-width: 991px) {
    .main-menu .navbar-header {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: start;
    }
}

.main-menu .navbar-header .navbar-toggle {
    float: right;
    padding: 4px 0;
    cursor: pointer;
    background: transparent;
}

.main-menu .navbar-header .navbar-toggle .icon-bar {
    background: #696969;
    height: 2px;
    width: 30px;
    display: block;
    margin: 7px 0;
}

/* Menu Icons */

.menu-icons {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
@media only screen and (max-width:991px){
    .menu-icons
    {
            width: 167px;
    }
    .theme-btn.style-six, a.theme-btn.style-six {

        font-size:10px;
    }
}

.menu-icons button {
    background: transparent;
}

@media only screen and (max-width: 480px) {
    .menu-icons .cart {
        display: none;
    }
}

/* Header Search */

.nav-search {
    position: relative;
    margin-left: 50px;
    margin-right: 50px;
}

@media only screen and (max-width: 1199px) {
    .nav-search {
        margin-left: 25px;
        margin-right: 25px;
    }
}

@media only screen and (max-width: 480px) {
    .nav-search {
        display: none;
    }
}

.nav-search button {
    background: transparent;
}

.nav-search form {
    position: absolute;
    width: 320px;
    top: 100%;
    right: 0;
    z-index: 777;
    padding: 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    background-color: #fff;
    -webkit-box-shadow: 0 0 5px 5px rgba(0, 0, 0, 0.05);
    box-shadow: 0 0 5px 5px rgba(0, 0, 0, 0.05);
}

.nav-search form.hide {
    display: none;
}

.nav-search form input {
    border: none;
    padding: 15px 5px 15px 25px;
}

.nav-search form button {
    padding: 15px 20px 15px 0;
}

/* Menu Sidebar */

.menu-sidebar {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.menu-sidebar button {
    width: 38px;
    cursor: pointer;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    border-radius: 50%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    background: transparent;
}

.menu-sidebar button .icon-bar {
    height: 2px;
    width: 32px;
    margin: 4px auto;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
    border-radius: 2px;
    background: #242424;
}

.menu-sidebar button .icon-bar:nth-child(2) {
    width: 100%;
}

/** hidden-sidebar * */

.hidden-bar {
    position: fixed;
    right: -350px;
    top: 0px;
    opacity: 0;
    width: 350px;
    height: 100%;
    z-index: 99999;
    overflow-y: auto;
    visibility: hidden;
    background-color: #242424;
    border-left: 1px solid #231b26;
    -webkit-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

@media only screen and (max-width: 375px) {
    .hidden-bar {
        width: 300px;
    }
}

.hidden-bar .social-style-one a {
    width: 40px;
    height: 40px;
    line-height: 40px;
}

.side-content-visible .hidden-bar {
    right: 0px;
    opacity: 1;
    visibility: visible;
}

.hidden-bar .inner-box {
    position: relative;
    padding: 100px 40px 50px;
}

@media only screen and (max-width: 375px) {
    .hidden-bar .inner-box {
        padding-left: 25px;
        padding-right: 25px;
    }
}

.hidden-bar .inner-box .cross-icon {
    position: absolute;
    right: 30px;
    top: 30px;
    cursor: pointer;
    color: #ffffff;
    font-size: 20px;
    -webkit-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
}

.hidden-bar .inner-box h4 {
    position: relative;
    color: #ffffff;
    margin-bottom: 35px;
}

/*Appointment Form */

.hidden-bar .appointment-form {
    position: relative;
}

.hidden-bar .appointment-form .form-group {
    position: relative;
    margin-bottom: 20px;
}

.hidden-bar .appointment-form input[type="text"],
.hidden-bar .appointment-form input[type="email"] {
    position: relative;
    display: block;
    width: 100%;
    line-height: 23px;
    padding: 10px 25px;
    color: #ffffff;
    font-size: 16px;
    background: none;
    -webkit-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
    border: 1px solid rgba(255, 255, 255, 0.1);
}

.hidden-bar .appointment-form textarea {
    position: relative;
    display: block;
    width: 100%;
    line-height: 23px;
    padding: 10px 25px;
    color: #ffffff;
    font-size: 16px;
    border: 1px solid rgba(255, 255, 255, 0.1);
    background: none;
    -webkit-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
    resize: none;
}

.hidden-bar .appointment-form input::-webkit-input-placeholder {
    font-size: 14px;
    color: #bdbdbd;
}

.hidden-bar .appointment-form input:-ms-input-placeholder {
    font-size: 14px;
    color: #bdbdbd;
}

.hidden-bar .appointment-form input::-ms-input-placeholder {
    font-size: 14px;
    color: #bdbdbd;
}

.hidden-bar .appointment-form input::placeholder {
    font-size: 14px;
    color: #bdbdbd;
}

.hidden-bar .appointment-form textarea::-webkit-input-placeholder {
    font-size: 14px;
    color: #bdbdbd;
}

.hidden-bar .appointment-form textarea:-ms-input-placeholder {
    font-size: 14px;
    color: #bdbdbd;
}

.hidden-bar .appointment-form textarea::-ms-input-placeholder {
    font-size: 14px;
    color: #bdbdbd;
}

.hidden-bar .appointment-form textarea::placeholder {
    font-size: 14px;
    color: #bdbdbd;
}

.hidden-bar .appointment-form .form-group button {
    width: 100%;
    font-size: 16px;
    padding: 10px 15px;
    margin-bottom: 20px;
    border-color: white;
}

.form-back-drop {
    position: fixed;
    right: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    opacity: 0;
    background: rgba(0, 0, 0, 0.7);
    visibility: hidden;
    z-index: 9990;
    -webkit-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.side-content-visible .form-back-drop {
    opacity: 1;
    visibility: visible;
}

/* Header Two */

.header-two {
    position: fixed;
}

.header-two .header-upper {
    background: transparent;
}

.header-two .menu-sidebar .icon-bar,
.header-two .navbar-header .navbar-toggle .icon-bar {
    background: white;
}

.header-two .navbar-collapse .navigation>li>a {
    color: white;
}

@media only screen and (max-width: 991px) {
    .header-two .navbar-collapse .navigation {
        background: #242424;
    }
    .header-two .navbar-collapse .navigation>li,
    .header-two .navbar-collapse .navigation>li:last-child,
    .header-two .navbar-collapse .navigation>li.dropdown>.dropdown-btn {
        border-color: #f3f3f324;
    }
}

.header-two.fixed-header .header-upper {
    background: #799AA1;
}

/*Header Three*/

.header-three .menu-sidebar .icon-bar,
.header-three .main-menu .navbar-toggle .icon-bar {
    background: #e6c55b;
}

.header-three .header-top ul li i {
    color: #e6c55b;
}

/* Header Four */

.header-four .header-upper {
    background: transparent;
}

.header-four .logo-outer {
    display: block;
}

.header-four.fixed-header .header-upper {
    background: white;
}

/* Header Five */

/* .header-five {
    position: fixed;
} */

.header-five .header-upper {
    background: transparent;
}

.header-five .menu-sidebar .icon-bar,
.header-five .navbar-header .navbar-toggle .icon-bar {
    background: #000;
}

.header-five .nav-outer {
    margin-right: 30px;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: end;
}

.header-five .nav-search {
    margin-right: 0;
}

.header-five .nav-search form button {
    color: #242424;
}

.header-five .navbar-collapse .navigation>li>a {
    color: #000;
}

@media only screen and (max-width: 991px) {
    .header-five .navbar-collapse .navigation {
        background: #242424;
    }
    .header-five .navbar-collapse .navigation>li,
    .header-five .navbar-collapse .navigation>li:last-child,
    .header-five .navbar-collapse .navigation>li.dropdown>.dropdown-btn {
        border-color: #f3f3f324;
    }
}

.header-five.fixed-header .header-upper {
    position: relative;
    background: #e6c55b;
}

.home-three .menu-sidebar {
    top: 40px;
    left: 24px;
    z-index: 99999;
    position: fixed;
}

.home-three .menu-sidebar .icon-bar {
    background: white;
}

.home-three .hidden-bar {
    opacity: 1;
    left: -265px;
    z-index: 9999;
    background: black;
    visibility: visible;
}

@media only screen and (max-width: 575px) {
    .home-three .hidden-bar {
        display: none;
    }
}

.home-three .hidden-bar .inner-box {
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: end;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: end;
    padding-left: 0;
    padding-right: 0;
}

.home-three .hidden-bar .sidebar-form {
    margin-left: 30px;
    margin-right: 5px;
}

.home-three .hidden-bar .follow-us-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-left: 25px;
    margin-right: 25px;
}

.home-three .hidden-bar .follow-us-wrap b {
    color: white;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
    -webkit-writing-mode: vertical-lr;
}

.home-three .hidden-bar .follow-us-wrap b:after {
    content: '';
    height: 30px;
    width: 2px;
    opacity: 0.5;
    margin-top: 20px;
    background: white;
}

.home-three .hidden-bar .follow-btns {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-writing-mode: vertical-rl;
}

.home-three .hidden-bar .follow-btns a {
    margin-bottom: 40px;
}

@media only screen and (max-width: 991px) {
    .home-three .hidden-bar .follow-btns a {
        margin-bottom: 15px;
    }
}

.home-three .hidden-bar .follow-btns a:hover {
    color: white;
}

.home-three.side-content-visible .hidden-bar {
    left: 0;
}

.home-three.side-content-visible .hidden-bar .icon-bar:nth-child(1) {
    -webkit-transform: rotate(45deg) translate(9px);
    -ms-transform: rotate(45deg) translate(9px);
    transform: rotate(45deg) translate(9px);
}

.home-three.side-content-visible .hidden-bar .icon-bar:nth-child(2) {
    opacity: 0;
}

.home-three.side-content-visible .hidden-bar .icon-bar:nth-child(3) {
    -webkit-transform: rotate(-45deg) translate(13px, -5px);
    -ms-transform: rotate(-45deg) translate(13px, -5px);
    transform: rotate(-45deg) translate(13px, -5px);
}

/*******************************************************/

/******************* 07. Hero Section ******************/

/*******************************************************/

.hero-section .container {
    max-width: 1350px;
}

.hero-content {
    z-index: 1;
    position: relative;
}

@media only screen and (max-width: 1500px) {
    .hero-content {
        margin-top: 150px;
        margin-bottom: 150px;
    }
}

@media only screen and (max-width: 991px) {
    .hero-content {
        margin-bottom: 100px;
    }
}

.hero-content .bg-text {
    font-size: 250px;
    -webkit-transform: translate(-50px, -58%);
    -ms-transform: translate(-50px, -58%);
    transform: translate(-50px, -58%);
}

@media only screen and (max-width: 1500px) {
    .hero-content .bg-text {
        font-size: 200px;
    }
}

@media only screen and (max-width: 1199px) {
    .hero-content .bg-text {
        font-size: 150px;
        -webkit-transform: translate(-15px, -50%);
        -ms-transform: translate(-15px, -50%);
        transform: translate(-15px, -50%);
    }
}

@media only screen and (max-width: 767px) {
    .hero-content .bg-text {
        font-size: 100px;
    }
}

@media only screen and (max-width: 575px) {
    .hero-content .bg-text {
        font-size: 75px;
    }
}

.hero-content h1 {
    letter-spacing: -3px;
    text-transform: uppercase;
}

@media only screen and (max-width: 1500px) {
    .hero-content h1 {
        font-size: 75px;
    }
}

@media only screen and (max-width: 1199px) {
    .hero-content h1 {
        font-size: 65px;
    }
}

@media only screen and (max-width: 767px) {
    .hero-content h1 {
        font-size: 50px;
    }
}

@media only screen and (max-width: 575px) {
    .hero-content h1 {
        font-size: 40px;
    }
}

.hero-right-image {
    height: 100%;
    width: 50vw;
    right: 0;
    top: 0;
    z-index: -1;
    overflow: hidden;
    position: absolute;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    background-size: cover;
}

/*Hero Two*/

.hero-section-two .hero-right-image img:nth-child(2) {
    position: absolute;
    left: 0;
    bottom: 0;
    height: 100%;
    max-width: none;
}

@media only screen and (max-width: 767px) {
    .hero-section-two .hero-right-image img:nth-child(2) {
        display: none;
    }
}

@media only screen and (max-width: 1500px) {
    .hero-content-two {
        margin-top: 200px;
        margin-bottom: 200px;
    }
}

@media only screen and (max-width: 767px) {
    .hero-content-two {
        margin-top: 150px;
        margin-bottom: 100px;
    }
}

.hero-content-two h1 {
    color: white;
}

@media only screen and (max-width: 1500px) {
    .hero-content-two h1 {
        font-size: 70px;
    }
}

@media only screen and (max-width: 1199px) {
    .hero-content-two h1 {
        font-size: 60px;
    }
}

@media only screen and (max-width: 767px) {
    .hero-content-two h1 {
        font-size: 50px;
    }
}

@media only screen and (max-width: 575px) {
    .hero-content-two h1 {
        font-size: 45px;
    }
}

@media only screen and (max-width: 480px) {
    .hero-content-two h1 {
        font-size: 40px;
    }
}

@media only screen and (max-width: 375px) {
    .hero-content-two h1 {
        font-size: 35px;
    }
}

.hero-content-two .sub-title {
    color: white;
    display: block;
    font-size: 24px;
    font-weight: 600;
    margin-bottom: 10px;
}

@media only screen and (max-width: 375px) {
    .hero-content-two .sub-title {
        font-size: 20px;
    }
}

.hero-content-two .list-style-two {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.hero-content-two .list-style-two li {
    width: 50%;
    color: white;
}

@media only screen and (max-width: 575px) {
    .hero-content-two .list-style-two li {
        width: 100%;
    }
}

@media only screen and (max-width: 375px) {
    .hero-content-two .list-style-two li {
        font-size: 16px;
    }
}

.hero-content-two .hero-btn .theme-btn {
    margin-right: 20px;
}

.hero-content-two .hero-btn .theme-btn:last-chile {
    margin-right: 0;
}

.hero-green-lear {
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: -1;
    max-width: 20%;
}

.hero-three-shapes {
    position: absolute;
    top: 20%;
    left: 8%;
    z-index: -1;
    max-width: 8%;
    -webkit-animation: shapeAnimationOne 30s infinite;
    animation: shapeAnimationOne 30s infinite;
}

/*******************************************************/

/****************** 08. Slider Section ******************/

/*******************************************************/

.slider-section {
    background: black;
}

.slider-section .slick-arrow {
    width: 50px;
    height: 50px;
    z-index: 2;
    opacity: 0;
    color: white;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
    line-height: 50px;
    text-align: center;
    position: absolute;
    top: calc(50% - 25px);
    background: transparent;
    border: 1px solid rgba(255, 255, 255, 0.3);
}

.slider-section .slick-arrow:focus,
.slider-section .slick-arrow:hover {
    background: white;
    border-color: white;
    color: #242424;
}

.slider-section .slick-arrow.slider-prev {
    left: 70px;
}

@media only screen and (max-width: 991px) {
    .slider-section .slick-arrow.slider-prev {
        left: 15px;
    }
}

.slider-section .slick-arrow.slider-next {
    right: 70px;
}

@media only screen and (max-width: 991px) {
    .slider-section .slick-arrow.slider-next {
        right: 15px;
    }
}

.slider-section .slick-dots {
    position: absolute;
    left: 50%;
    bottom: 50px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-transform: translate(-50%);
    -ms-transform: translate(-50%);
    transform: translate(-50%);
}

.slider-section .slick-dots li {
    width: 10px;
    height: 10px;
    cursor: pointer;
    overflow: hidden;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
    border-radius: 50%;
    text-indent: 100px;
    background: transparent;
    border: 2px solid white;
    margin-left: 5px;
    margin-right: 5px;
}

.slider-section .slick-dots li button {
    background: transparent;
}

.slider-section .slick-dots li.slick-active {
    background: white;
}

.slider-section:hover .slick-arrow {
    opacity: 1;
}

.slider-single-item {
    z-index: 1;
    min-height: 100vh;
    text-align: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
    background-size: cover;
    padding-top: 150px;
    padding-bottom: 150px;
    z-index: 1;
    position: relative;
}

.slider-single-item::before {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    z-index: -1;
    top: 0;
    left: 0;
    opacity: 0.4;
    background-color: black;
}

@media only screen and (max-width: 767px) {
    .slider-single-item {
        min-height: auto;
        padding-top: 120px;
        padding-bottom: 120px;
    }
}

.slider-single-item:after {
    position: absolute;
    border-radius: 50%;
    width: 570px;
    height: 570px;
    content: '';
    left: 50%;
    top: 50%;
    z-index: -2;
    -webkit-filter: blur(300px);
    filter: blur(300px);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    background: rgba(39, 39, 39, 0.6);
}

.slider-single-item * {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}

.slider-single-item .container {
    max-width: 900px;
}

.slider-single-item .bg-text {
    font-size: 350px;
    color: white;
    opacity: 0.1;
    left: 50%;
    top: 50%;
    -webkit-transition: 1s;
    -o-transition: 1s;
    transition: 1s;
    -webkit-transform: translate(-50%, -50%) scale(0);
    -ms-transform: translate(-50%, -50%) scale(0);
    transform: translate(-50%, -50%) scale(0);
}

@media only screen and (max-width: 1500px) {
    .slider-single-item .bg-text {
        font-size: 160px;
    }
}

@media only screen and (max-width: 1199px) {
    .slider-single-item .bg-text {
        font-size: 100px;
    }
}

@media only screen and (max-width: 991px) {
    .slider-single-item .bg-text {
        font-size: 600px;
    }
}

@media only screen and (max-width: 991px) and (min-width: 768px) {
    .slider-single-item .bg-text {
        font-size: 40px;
    }
}

@media only screen and (max-width: 767px) {
    .slider-single-item .bg-text {
        font-size: 400px;
    }
}

@media only screen and (max-width: 575px) {
    .slider-single-item .bg-text {
        font-size: 40px;
    }
}

@media only screen and (max-width: 480px) {
    .slider-single-item .bg-text {
        font-size: 30px;
    }
}

.slider-single-item .sub-title {
    color: white;
    display: block;
    font-size: 24px;
    font-weight: 600;
    margin-bottom: 15px;
}

.slider-single-item h2 {
    color: white;
    font-size: 120px;
    line-height: 1.08;
    margin-bottom: 25px;
    font-size: 55px;
}

@media only screen and (max-width: 1500px) {
    .slider-single-item h2 {
        font-size: 46px;
    }
}

@media only screen and (max-width: 1199px) {
    .slider-single-item h2 {
        font-size: 42px;
    }
}

@media only screen and (max-width: 767px) {
    .slider-single-item h2 {
        font-size: 60px;
    }
}

@media only screen and (max-width: 575px) {
    .slider-single-item h2 {
        font-size: 45px;
    }
}

@media only screen and (max-width: 480px) {
    .slider-single-item h2 {
        font-size: 35px;
    }
}

.slider-single-item .slider-btn {
    margin-left: -10px;
    margin-right: -10px;
}

.slider-single-item .slider-btn .theme-btn {
    margin: 10px 10px 0;
}

.slider-single-item.slick-slide {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.slider-single-item.slick-active .bg-text {
    -webkit-transition-delay: 1s;
    -o-transition-delay: 1s;
    transition-delay: 1s;
    -webkit-transform: translate(-50%, -50%) scale(1);
    -ms-transform: translate(-50%, -50%) scale(1);
    transform: translate(-50%, -50%) scale(1);
}

.slider-single-item.slick-active h1,
.slider-single-item.slick-active .sub-title,
.slider-single-item.slick-active .slider-btn .theme-btn {
    -webkit-animation-name: fadeInUp;
    animation-name: fadeInUp;
}

.slider-single-item.slick-active .sub-title {
    -webkit-animation-delay: 0.5s;
    animation-delay: 0.5s;
}

.slider-single-item.slick-active h1 {
    -webkit-animation-delay: 0.7s;
    animation-delay: 0.7s;
}

.slider-single-item.slick-active .slider-btn .theme-btn:first-child {
    -webkit-animation-delay: 0.9s;
    animation-delay: 0.9s;
}

.slider-single-item.slick-active .slider-btn .theme-btn:last-child {
    -webkit-animation-delay: 1.1s;
    animation-delay: 1.1s;
}

/*******************************************************/

/****************** 09. About Section ******************/

/*******************************************************/

.about-content {
    margin-left: 65px;
}

@media only screen and (max-width: 1199px) {
    .about-content {
        margin-left: 0;
    }
}

.about-content>i {
    color: #242424;
}

.about-right-leaf {
    position: absolute;
    top: -20%;
    right: 0;
    max-width: 15%;
    -webkit-animation: down-up-one 10s infinite;
    animation: down-up-one 10s infinite;
}

.about-left .circle-image {
    position: absolute;
    left: 0;
    top: 0;
    z-index: -1;
    max-width: 50%;
    -webkit-transform: translate(-45%, -40%);
    -ms-transform: translate(-45%, -40%);
    transform: translate(-45%, -40%);
}

.about-left .circle-image img {
    border-radius: 50%;
    -webkit-animation: rotated_circle 20s infinite;
    animation: rotated_circle 20s infinite;
}

/* About Page */

.about-page-right-video {
    position: relative;
    z-index: 1;
    position: relative;
}

.about-page-right-video::before {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    z-index: -1;
    top: 0;
    left: 0;
    opacity: 0.3;
    background-color: black;
}

.about-page-right-video:before {
    z-index: 1;
}

.about-page-right-video img {
    width: 100%;
}
.about-page-content h1{
    font-size: 40px;
    font-weight: 600;

}
.about-page-right-video .video-play {
    width: 95px;
    height: 95px;
    color: white;
    line-height: 93px;
    background: transparent;
    border: 1px solid white;
}

@media only screen and (max-width: 480px) {
    .about-page-right-video .video-play {
        width: 65px;
        height: 65px;
        font-size: 18px;
        line-height: 63px;
    }
    .about-page-content{
        font-size: 34px;
    }
}

.client-logo-wrap .slick-track {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.client-logo-wrap img {
    display: inline-block;
}

.client-logo-wrap .slick-slide {
    margin-left: 15px;
    margin-right: 15px;
}

/* About Two */

.about-right-text .read-more {
    color: #e6c55b;
}

.about-offer-item {
    position: relative;
    margin-bottom: 30px;
}

.about-offer-item:before {
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background-image: -webkit-linear-gradient(282.18deg, rgba(0, 0, 0, 0) 6.02%, #000000 118.19%);
    background-image: -o-linear-gradient(282.18deg, rgba(0, 0, 0, 0) 6.02%, #000000 118.19%);
    background-image: linear-gradient(167.82deg, rgba(0, 0, 0, 0) 6.02%, #000000 118.19%);
}

.about-offer-item img {
    width: 100%;
}

.about-offer-item .about-offer-content {
    position: absolute;
    width: 100%;
    left: 0;
    z-index: 2;
    bottom: 35px;
    text-align: center;
}

.about-offer-item .about-offer-content span {
    color: white;
    opacity: 0.7;
}

.about-offer-item .about-offer-content h4 {
    color: white;
    margin-bottom: 5px;
}

.about-offer-item .about-offer-content .bg-text {
    font-size: 130px;
    opacity: 0.1;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}


/*******************************************************/

/***************** 12. Projects Section ****************/

/*******************************************************/

.project-item {
    overflow: hidden;
    margin-bottom: 60px;
    position: relative;
    max-width: -webkit-max-content;
    max-width: -moz-max-content;
    max-width: max-content;
}

@media only screen and (max-width: 767px) {
    .project-item {
        margin-top: 0;
    }
}

@media only screen and (max-width: 1199px) {
    .project-item {
        max-width: 100%;
    }
    .project-item img {
        width: 100%;
    }
}

.project-item:hover .project-content {
    opacity: 1;
    -webkit-transform: translate(0);
    -ms-transform: translate(0);
    transform: translate(0);
}

.project-content {
    position: absolute;
    bottom: 20px;
    right: 20px;
    opacity: 0;
    max-width: 250px;
    background: white;
    padding: 25px 35px;
    -webkit-transition: 0.4s linear;
    -o-transition: 0.4s linear;
    transition: 0.4s linear;
    width: calc(100% - 40px);
    -webkit-transform: translate(110%);
    -ms-transform: translate(110%);
    transform: translate(110%);
}

.project-content h5 {
    margin: 0;
    font-size: 20px;
    text-align: center;
}

.project-btn {
    margin-top: -55px;
}

@media only screen and (max-width: 767px) {
    .project-btn {
        margin-top: 0;
    }
}

/* Project Two */

.project-section-two {
    padding-left: 55px;
    padding-right: 55px;
}

@media only screen and (max-width: 1500px) {
    .project-section-two {
        padding-left: 0;
        padding-right: 0;
    }
}

.project-item-two {
    margin-bottom: 30px;
    z-index: 1;
    position: relative;
}

.project-item-two::before {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    z-index: -1;
    top: 0;
    left: 0;
    opacity: 0.4;
    background-color: black;
}

.project-item-two:before {
    z-index: 2;
}

.project-item-two img {
    width: 100%;
}


.project-item-two .project-content-two {
    position: absolute;
    z-index: 3;
    top: 40px;
    left: 40px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 50px 35px;
    text-align: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: calc(100% - 80px);
    height: calc(100% - 80px);
    border: 1px solid rgba(255, 255, 255, 0.3);
}

@media only screen and (max-width: 1700px) and (min-width: 1200px) {
    .project-item-two .project-content-two {
        top: 20px;
        left: 20px;
        width: calc(100% - 40px);
        height: calc(100% - 40px);
        padding-left: 15px;
        padding-right: 15px;
    }
}

@media only screen and (max-width: 991px) {
    .project-item-two .project-content-two {
        top: 20px;
        left: 20px;
        width: calc(100% - 40px);
        height: calc(100% - 40px);
        padding-left: 15px;
        padding-right: 15px;
    }
}

.project-item-two h3 {
    color: white;
    font-size: 65px;
    line-height: 1.1;
    margin-bottom: 20px;
    font-family: "Dancing Script", cursive;
}

@media only screen and (max-width: 1700px) and (min-width: 1200px) {
    .project-item-two h3 {
        font-size: 45px;
    }
}

@media only screen and (max-width: 575px) {
    .project-item-two h3 {
        font-size: 55px;
    }
}

.project-item-two h5 {
    color: white;
    font-size: 24px;
    margin-bottom: 28px;
}

@media only screen and (max-width: 575px) {
    .project-item-two h5 {
        font-size: 20px;
    }
}

.project-item-two .theme-btn {
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none;
    font-size: 15px;
    padding: 9px 30px;
}

.project-item-two .bg-text {
    color: white;
    top: 50%;
    left: 50%;
    opacity: 0.2;
    font-size: 250px;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

@media only screen and (max-width: 1500px) {
    .project-item-two .bg-text {
        font-size: 150px;
    }
}

@media only screen and (max-width: 1199px) {
    .project-item-two .bg-text {
        font-size: 100px;
    }
}

@media only screen and (max-width: 575px) {
    .project-item-two .bg-text {
        font-size: 70px;
    }
}

@media only screen and (max-width: 480px) {
    .project-item-two .bg-text {
        font-size: 40px;
    }
}

.project-item-two.big-item .project-content-two {
    text-align: left;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: start;
    padding-left: 50px;
    padding-right: 50px;
}

@media only screen and (max-width: 767px) {
    .project-item-two.big-item .project-content-two {
        padding-left: 25px;
        padding-right: 25px;
    }
}

.project-item-two.big-item h3 {
    font-size: 90px;
    max-width: 400px;
}

@media only screen and (max-width: 1700px) and (min-width: 1200px) {
    .project-item-two.big-item h3 {
        font-size: 55px;
    }
}

@media only screen and (max-width: 991px) {
    .project-item-two.big-item h3 {
        font-size: 55px;
    }
}

@media only screen and (max-width: 575px) {
    .project-item-two.big-item h3 {
        font-size: 35px;
    }
}

.project-item-two.big-item h5 {
    font-size: 30px;
}

@media only screen and (max-width: 375px) {
    .project-item-two.big-item h5 {
        display: none;
    }
}

@media only screen and (max-width: 375px) {
    .project-item-two.big-item .theme-btn {
        display: none;
    }
}

.project-item-two.video-item .project-content-two {
    left: 70px;
    top: 70px;
    padding: 0;
    width: calc(100% - 140px);
    height: calc(100% - 140px);
}

@media only screen and (max-width: 991px) {
    .project-item-two.video-item .project-content-two {
        top: 20px;
        left: 20px;
        width: calc(100% - 40px);
        height: calc(100% - 40px);
    }
}

.project-item-two.video-item .video-play {
    color: #D6B981;
}

@media only screen and (min-width: 1501px) {
    .project-item-two.video-item .video-play {
        width: 155px;
        height: 155px;
        line-height: 155px;
    }
}

@media only screen and (max-width: 575px) {
    .project-item-two.video-item .video-play {
        width: 75px;
        height: 75px;
        line-height: 75px;
    }
}

@media only screen and (max-width: 375px) {
    .project-item-two.video-item .video-play {
        width: 45px;
        height: 45px;
        font-size: 16px;
        line-height: 45px;
    }
}


/* services section css starts */
.service-five {
  position: relative;
  padding: 30px 0px 100px;
}
@media (max-width: 767px) {
  .service-five {
    padding: 0px 0;
  }
}
.service-five .sec-title-two {
  text-align: center;
  margin-bottom: 15px;
}
.service-five__text {
  line-height: 28px;
  font-weight: 400;
  text-align: center;
  margin-bottom: 55px;
}

.service-card-five {
  position: relative;
  height: 270px;
  width: 270px;
  overflow: hidden;
  margin: 0 auto;
}
.service-card-five__front {
  position: relative;
  mask: url('data:image/svg+xml;utf8,<svg viewBox="0 0 270 270" xmlns="http://www.w3.org/2000/svg"><path fill-rule="evenodd" clip-rule="evenodd" d="M152.246 0.862728C190.525 -3.94474 231.486 11.6859 255.44 39.1084C277.747 64.6454 267.071 99.8773 267.165 132.42C267.259 165.112 278.358 200.542 255.982 226.221C231.971 253.775 190.796 260.359 152.246 264.298C107.103 268.91 53.8083 279.522 22.0826 250.118C-9.5518 220.799 -1.0496 172.154 9.9557 132.42C18.4654 101.695 49.7309 84.5118 74.2224 61.8678C99.2139 38.7615 116.843 5.30905 152.246 0.862728Z"/></svg>');
  mask-repeat: no-repeat;
  mask-position: center center;
  mask-size: cover;
  background-color:  #f9f6f1;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
.service-card-five__front__icon {
  width: 78px;
  height: 78px;
  background-color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  /* font-size: 40px; */
  color:#e6c55b;
  border-radius: 50%;
  margin-bottom: 26px;
}
.service-card-five__front__icon img{
 width: 50px;
}

.service-card-five__front__title {
  font-size: 24px;
  margin: 0;
  font-weight: 400;
  letter-spacing: -0.4px;
}
.service-card-five:hover .service-card-five__back {
  opacity: 1;
  transform: translateY(0) scale(1);
}
.service-card-five__back {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  transition: all 300ms ease-out;
  transform: translateY(10px) scale(0.9);
  opacity: 0;
}
.service-card-five__back__bg {
  position: absolute;
  left: 0;
  top: 0;
  mask: url('data:image/svg+xml;utf8,<svg viewBox="0 0 270 270" xmlns="http://www.w3.org/2000/svg"><path fill-rule="evenodd" clip-rule="evenodd" d="M152.246 0.862728C190.525 -3.94474 231.486 11.6859 255.44 39.1084C277.747 64.6454 267.071 99.8773 267.165 132.42C267.259 165.112 278.358 200.542 255.982 226.221C231.971 253.775 190.796 260.359 152.246 264.298C107.103 268.91 53.8083 279.522 22.0826 250.118C-9.5518 220.799 -1.0496 172.154 9.9557 132.42C18.4654 101.695 49.7309 84.5118 74.2224 61.8678C99.2139 38.7615 116.843 5.30905 152.246 0.862728Z"/></svg>');
  mask-repeat: no-repeat;
  mask-position: center center;
  mask-size: cover;
  width: 100%;
  height: 100%;
}
.service-card-five__back__bg::after {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  content: "";
  background-image: linear-gradient(180deg, rgba(39, 37, 42, 0) 23%, rgb(39, 37, 42) 100%);
}
.service-card-five__back__icon {
  width: 78px;
  height: 78px;
  background-color: #e6c55b;
  display: flex;
  align-items: center;
  justify-content: center;
  /* font-size: 40px; */
  color:  #fff;
  border-radius: 50%;
  position: absolute;
  top: 24px;
  left: 32px;
  z-index: 2;
}

.service-card-five__back__icon img{
 width: 50px;
}
.service-card-five__back__title {
  font-size: 24px;
  margin: 0;
  font-weight: 400;
  color:#fff;
  letter-spacing: -0.4px;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  text-align: center;
  padding: 0 20px 65px;
  z-index: 2;
}
.service-card-five__back__title a {
  color: inherit;
  background: linear-gradient(to right, currentcolor 0%, currentcolor 100%) 0px 95%/0px 1px no-repeat;
  transition: all 500ms ease;
}
.service-card-five__back__title a:hover {
  background-size: 100% 1px;
}
.service-card-five__back__title a:hover {
  color: #e6c55b;
}

/* services css ends here */



/* Next Prev Service */

.next-prev-service {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.next-prev-service .all-services {
    margin: 15px;
    font-size: 20px;
    color: #e6c55b;
}

.next-prev-service .nps-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

@media only screen and (max-width: 575px) {
    .next-prev-service .nps-item {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
}

.next-prev-service .nps-item>a {
    width: 40%;
    max-width: 100px;
}

@media only screen and (max-width: 575px) {
    .next-prev-service .nps-item>a {
        width: 100%;
    }
}

.next-prev-service .nps-item>a img {
    margin-bottom: 0;
}

@media only screen and (max-width: 575px) {
    .next-prev-service .nps-item>a img {
        margin-bottom: 15px;
    }
}

.next-prev-service .nps-item.prev-item>a {
    margin-right: 25px;
}

.next-prev-service .nps-item.next-item {
    text-align: right;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: end;
}

.next-prev-service .nps-item.next-item>a {
    margin-left: 25px;
}

@media only screen and (max-width: 575px) {
    .next-prev-service .nps-item .nps-content {
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2;
    }
}

.next-prev-service .nps-item .nps-content h6 {
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 5px;
}

.next-prev-service .nps-item .nps-content span {
    display: block;
    font-size: 14px;
}

.next-prev-service .nps-item .nps-content .read-more {
    font-size: 14px;
}



/*******************************************************/

/******************* 30. Main Footer *******************/

/*******************************************************/


.footer-title {
    margin-bottom: 35px;
}

.footer-widget {
    margin-bottom: 50px;
}

.footer-widget .social-style-one a i {
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
}

.footer-widget .social-style-one a:hover i {
    color: #242424;
}

.menu-widget ul li {
    margin-bottom: 10px;
}

.menu-widget ul li:last-child {
    margin-bottom: 0;
}

.menu-widget ul li a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
        color: #fff;
}

.menu-widget ul li a:before {
    content: '';
    width: 5px;
    height: 5px;
    background: white;
    line-height: 5px;
    border-radius: 50%;
    text-align: center;
    margin: 14px 10px 0 0;
}

.menu-widget ul li a:not(:hover):before {
    opacity: 0.6;
}


.copyright-area {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-top: 25px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.copyright-area .footer-menu {
    /* display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    max-width: 500px;
    margin-bottom: 10px; */
    float: right;
}

.copyright-area .footer-menu li {
    margin: 0 35px 5px 0;
}

@media only screen and (max-width: 1199px) {
    .copyright-area .footer-menu li {
        margin-right: 25px;
    }
}

.copyright-area .copyright-social p {
    margin-bottom: 8px;
}
.footer-widget img{
    width: 200px;
}

.footer-leaf {
    z-index: -1;
    position: absolute;
}

@media only screen and (max-width: 1500px) {
    .footer-leaf {
        max-width: 5%;
    }
}

.footer-leaf.left-image {
    top: 0;
    left: 3%;
}

.footer-leaf.right-image {
    bottom: 0;
    right: 3%;
}


.contact-widget ul li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 15px;
}

.contact-widget ul li i {
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none;
    margin: 5px 15px 0 0;
    color: #e6c55b;
}

.contact-widget ul li h5 {
    font-size: 20px;
    margin-bottom: 5px;
    color: #fff;
}


/* Footer Three */

.footer-three {
    font-size: 16px;
    color: #fff;
}

.footer-three .footer-title {
    font-size: 24px;
    color: #fff;
}

.footer-three a:not(:hover) {
    opacity: 1;
    color: #fff;
}

.footer-three a:hover {
    color: #e6c55b;
    text-decoration: underline;
}

.footer-three p {
    opacity: 1;
}

.footer-three .menu-widget ul li a:before {
    background: #e6c55b;
}

.footer-three .social-style-one a:hover {
    background: #e6c55b;
}

.footer-three .social-style-one a:hover i {
    color: white;
}




.cta-two {
  position: relative;
  background-color: #e6c55b;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}
.cta-two__shape {
  position: absolute;
  left: -10px;
  top: 0;
}
.cta-two__shape img {
  animation: shapeMove 3s linear 0s infinite;
}
.cta-two__content {
  position: relative;
  padding: 85px 0 90px;
}
.cta-two__sub-title {
  color: #fff;
  font-size: 42px;
  line-height: 1.1em;
  /*margin: 0 0 2px;*/
}
.cta-two__title {
  color: #fff;
  font-size: 50px;
  text-transform: uppercase;
  font-weight: 700;
  margin: 0 0 37px;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .cta-two__title {
    font-size: 44px;
  }
}
@media (max-width: 767px) {
  .cta-two__title {
    font-size: 35px;
  }
}
.cta-two__thumb {
  position: relative;
}
.cta-two__thumb__one {
  position: relative;
  right: 35px;
  margin-top: -28px;
}
@media (max-width: 991px) {
  .cta-two__thumb__one {
    right: 0;
  }
}
.cta-two__thumb__one__shape {
  position: absolute;
  left: -40px;
  top: -40px;
  width: 545px;
  height: 408px;
}
.cta-two__thumb__one__thumb {
  width: 482px;
  height: auto;
  border: 20px solid #fff;
  position: relative;
  z-index: 2;
  transform: rotate(5deg);
}
@media (max-width: 767px) {
  .cta-two__thumb__one__thumb {
    width: 100%;
  }
}
.cta-two__thumb__one__thumb img {
  width: 100%;
  height: 282px;
  object-fit: cover;
}
@media (max-width: 767px) {
  .cta-two__thumb__one__thumb img {
    height: auto;
  }
}
.cta-two__thumb__two {
  position: absolute;
  right: -48px;
  top: 195px;
  z-index: 3;
}
@media (max-width: 991px) {
  .cta-two__thumb__two {
    top: 45px;
    right: 0;
  }
}
@media (max-width: 767px) {
  .cta-two__thumb__two {
    position: relative;
    top: 0;
    right: 0;
  }
}
.cta-two__thumb__two__flower {
  position: absolute;
  right: -10px;
  top: -121px;
  z-index: 4;
}
@media (max-width: 767px) {
  .cta-two__thumb__two__flower {
    display: none;
  }
}
.cta-two__thumb__two__flower img {
  -webkit-animation-name: float-bob-y-2;
  animation-name: float-bob-y-2;
  -webkit-animation-duration: 4s;
  animation-duration: 4s;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
}
.cta-two__thumb__two__shape {
  position: absolute;
  left: -45px;
  top: -60px;
  width: 446px;
  height: 421px;
}
.cta-two__thumb__two__thumb {
  width: 360px;
  height: auto;
  border: 20px solid #fff;
  position: relative;
  z-index: 2;
  transform: rotate(-17.2deg);
}
@media (max-width: 767px) {
  .cta-two__thumb__two__thumb {
    width: 100%;
  }
}
.cta-two__thumb__two__thumb img {
  width: 100%;
  height: 215px;
  object-fit: cover;
}
@media (max-width: 767px) {
  .cta-two__thumb__two__thumb img {
    height: auto;
  }
}

@keyframes float-bob-y-2{
0% {
    -webkit-transform: translateY(0px) translateX(0px) rotate(0deg);
    transform: translateY(0px) translateX(0px) rotate(0deg);
}

50% {
    -webkit-transform: translateY(10px) translateX(10px) rotate(5deg);
    transform: translateY(10px) translateX(10px) rotate(5deg);
}
100% {
    -webkit-transform: translateY(0px) translateX(0px) rotate(0deg);
    transform: translateY(0px) translateX(0px) rotate(0deg);
}
}
@keyframes shapeMove{
0%, 100% {
    transform: translateX(0px);
}
50% {
    transform: translateX(10px);
}
}


/*counter section css starts*/

.funfact-two {
  position: relative;
  background-color:#e6c55b;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  padding: 120px 0;
}
.funfact-two__shape {
  position: absolute;
  left: -10px;
  top: 0;
}
.funfact-two__shape img {
  animation: shapeMove 3s linear 0s infinite;
}
@media (max-width: 767px) {
  .funfact-two {
    padding: 80px 0;
  }
}
.funfact-two .sec-title {
  padding-bottom: 33px;
}
.funfact-two .sec-title__tagline,
.funfact-two .sec-title__title {
  margin: 0;
    text-transform: uppercase;
    font-size: 35px;
    color: #fff;
    font-weight: bold;
    line-height: 1.2em;
    margin-top: 5px;
}
.funfact-two__list {
  position: relative;
  background-color: #fff;
  margin: 0 0 0 -7px;
  padding: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  row-gap: 0;
}
@media (max-width: 991px) {
  .funfact-two__list {
    margin: 50px 0 0;
  }
}
.funfact-two__list__icon {
  width: 94px;
  height: 94px;
  background-color:#e6c55b;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  position: absolute;
  right: 0;
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto;
}
.funfact-two__list__icon img {
  height: 65px;
  transform: scale(1);
  transition: 500ms ease;
}
@media (max-width: 767px) {
  .funfact-two__list__icon {
    display: none;
  }
}
.funfact-two__list:hover .funfact-two__list__icon img {
  transform: scale(0.9);
}
.funfact-two__item {
  flex: 0 0 50%;
  max-width: 50%;
  padding: 42px 58px;
}
.funfact-two__item:nth-child(1), .funfact-two__item:nth-child(3) {
  border-right: 1px solid #e6c55b;
}
.funfact-two__item:nth-child(1), .funfact-two__item:nth-child(2) {
  border-bottom: 1px solid #e6c55b;
}
@media (max-width: 1199px) {
  .funfact-two__item {
    padding-left: 30px;
    padding-right: 25px;
  }
}
@media (max-width: 991px) {
  .funfact-two__item {
    padding-left: 50px;
  }
}
@media (max-width: 767px) {
  .funfact-two__item {
    padding-left: 50px;
    flex: 0 0 100%;
    max-width: 100%;
    border-bottom: 1px solid #e6c55b;
  }
}
.funfact-two__count {
  margin: 0;
  color: #1c1a1d;
  font-size: 40px;
  font-weight: 500;
  line-height: 1;
  margin-bottom: 0px;
}
@media (min-width: 768px) {
  .funfact-two__count {
    font-size: 50px;
  }
}
.funfact-two__text {
  margin: 0;
  font-size: 18px;
  margin: 0;
}




/*******************************************************/

/*************** 13. Testimonials Section **************/

/*******************************************************/

.feedback-wrap {
    max-width: 680px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 25px;
    padding-right: 25px;
}

.feedback-left-image {
    min-height: 450px;
}

.feedback-content-item {
    font-size: 42px;
    line-height: 1.33;
}

@media only screen and (max-width: 1500px) {
    .feedback-content-item {
        font-size: 33px;
    }
}

@media only screen and (max-width: 575px) {
    .feedback-content-item {
        font-size: 28px;
    }
}

@media only screen and (max-width: 375px) {
    .feedback-content-item {
        font-size: 22px;
        line-height: 1.5;
    }
}

.feedback-content-item .font-weight-normal {
    color: #696969;
}

.feedback-logos img {
    margin: 10px 10px 0;
}

.feedback-leaf {
    position: absolute;
    right: 4%;
    bottom: 0;
    max-width: 20%;
}

/* Feedback Carousel */

.about-page-feedback .feedback-wrap {
    padding-right: 55px;
}

@media only screen and (max-width: 1199px) {
    .about-page-feedback .feedback-wrap {
        padding-right: 25px;
    }
    .about-page-content h1 {
    font-size: 30px;
}
}

.about-page-feedback .bg-text {
    font-size: 150px;
}

.feedback-item-wrap .feedback-content-item {
    font-size: 30px;
    line-height: 1.6;
}

@media only screen and (max-width: 575px) {
    .feedback-item-wrap .feedback-content-item {
        font-size: 25px;
    }
    .footer-three p {
    opacity: 1;
    text-align: center;
}
.copyright-area .footer-menu {
     float: unset; 
    text-align: center;
}
}

@media only screen and (max-width: 375px) {
    .feedback-item-wrap .feedback-content-item {
        font-size: 20px;
    }
}

.feedback-logo-wrap {
    max-width: 300px;
    margin-left: auto;
    margin-right: auto;
}

.feedback-logo-wrap img {
    width: 70px;
    cursor: pointer;
    display: inline-block;
    margin-left: 15px;
    margin-right: 15px;
}

.feedback-logo-wrap .slick-dots {
    margin-top: 35px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.feedback-logo-wrap .slick-dots li {
    width: 10px;
    height: 10px;
    margin: 5px;
    opacity: 0.15;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
    overflow: hidden;
    border: 2px solid;
    border-radius: 50%;
}

.feedback-logo-wrap .slick-dots li.slick-active {
    opacity: 1;
}

.feedback-logo-wrap .slick-dots li button {
    background: transparent;
}

/* Feedback Style Two */

.section-title-with-btn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.feedback-arrows button {
    width: 55px;
    height: 55px;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
    background: white;
    line-height: 53px;
    text-align: center;
    color: #e6c55b;
    border: 1px solid rgba(121, 154, 161, 0.2);
}

.feedback-arrows button:hover {
    color: white;
    background: #e6c55b;
}

.feedback-arrows button:first-child {
    margin-right: 10px;
}

.feedback-active,
.feedback-active-two-row {
    margin-left: -15px;
    margin-right: -15px;
}

.feedback-active .feedback-item,
.feedback-active-two-row .feedback-item {
    margin: 15px;
}

.feedback-item {
    z-index: 1;
    padding: 20px;
    background: white;
    position: relative;
    margin-bottom: 30px;
    -webkit-box-shadow: 0px 0px 20px rgba(121, 154, 161, 0.2);
    box-shadow: 0px 0px 20px rgba(121, 154, 161, 0.2);
}

@media only screen and (max-width: 375px) {
    .feedback-item {
        padding-left: 25px;
        padding-right: 25px;
    }
}

.feedback-item .for-border {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: -1;
}

.feedback-item:before,
.feedback-item:after,
.feedback-item .for-border:after,
.feedback-item .for-border:before {
    content: '';
    -webkit-transition: 0.2s;
    -o-transition: 0.2s;
    transition: 0.2s;
    position: absolute;
    background: #e6c55b;
}

.feedback-item:before,
.feedback-item .for-border:before {
    width: 1px;
    height: 0;
}

.feedback-item:after,
.feedback-item .for-border:after {
    height: 1px;
    width: 0;
}

.feedback-item:before {
    left: 0;
    bottom: 0;
}

.feedback-item:after {
    top: 0;
    left: 0;
    -webkit-transition-delay: 0.6s;
    -o-transition-delay: 0.6s;
    transition-delay: 0.6s;
}

.feedback-item .for-border:before {
    top: 0;
    right: 0;
    -webkit-transition-delay: 0.4s;
    -o-transition-delay: 0.4s;
    transition-delay: 0.4s;
}

.feedback-item .for-border:after {
    right: 0;
    bottom: 0;
    -webkit-transition-delay: 0.2s;
    -o-transition-delay: 0.2s;
    transition-delay: 0.2s;
}

.feedback-item:hover:before {
    height: 100%;
    -webkit-transition-delay: 0.6s;
    -o-transition-delay: 0.6s;
    transition-delay: 0.6s;
}

.feedback-item:hover:after {
    width: 100%;
    -webkit-transition-delay: 0s;
    -o-transition-delay: 0s;
    transition-delay: 0s;
}

.feedback-item:hover .for-border:before {
    height: 100%;
    -webkit-transition-delay: 0.2s;
    -o-transition-delay: 0.2s;
    transition-delay: 0.2s;
}

.feedback-item:hover .for-border:after {
    width: 100%;
    -webkit-transition-delay: 0.4s;
    -o-transition-delay: 0.4s;
    transition-delay: 0.4s;
}

.feedback-item .quote-rating {
    margin-bottom: 33px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.feedback-item .quote-rating>i {
    font-size: 55px;
    color: #e6c55b;
}

.feedback-item .quote-rating .rating {
    font-size: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.feedback-item .quote-rating .rating i {
    color: #e6c55b;
    margin-right: 10px;
}

.feedback-item .quote-rating .rating span {
    font-weight: 600;
    color: #e6c55b;
    font-family: "Montserrat", sans-serif;
}

.author-description {
    margin-top: 30px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: start;
}

@media only screen and (max-width: 375px) {
    .author-description {
        display: block;
    }
}

.author-description img {
    width: 60px;
    height: 60px;
    margin-right: 25px;
    border-radius: 50%;
}

@media only screen and (max-width: 375px) {
    .author-description img {
        margin-right: 0;
        margin-bottom: 15px;
    }
}

.author-description h5 {
    font-size: 20px;
    margin-bottom: 0;
}

.feedback-progress {
    width: 100%;
    height: 3px;
    margin-top: 50px;
    max-width: 630px;
    margin-left: auto;
    margin-right: auto;
    position: relative;
    background: rgba(246, 233, 228, 0.5);
}

@media only screen and (max-width: 767px) {
    .feedback-progress {
        max-width: 95%;
    }
}

.feedback-progress .progress {
    left: 0;
    width: 0;
    top: -2px;
    height: 7px;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
    border-radius: 0;
    overflow: inherit;
    position: absolute;
    background: #e6c55b;
}

.feedback-progress .progress:after {
    content: '';
    right: 0;
    top: 50%;
    position: absolute;
    -webkit-transform: translate(50%, -50%);
    -ms-transform: translate(50%, -50%);
    transform: translate(50%, -50%);
    width: 25px;
    height: 25px;
    background: #e6c55b;
    line-height: 25px;
    border-radius: 50%;
    text-align: center;
}
/*testimonials section end here*/



.top-bar {
    background-color: #e6c55b;
    color: #000;
    font-family: Arial, sans-serif;
    font-size: 14px;
    text-align: center;
    padding: 10px 0;
    text-transform: uppercase;
}
.top-bar span {
    display: inline-block;
    margin: 0 8px;
    font-weight: 700;
    color: #fff;
}
.dot {
    /*color: #263b91;*/
    margin: 0 8px;
}

.hKYcqG {
    margin: 69px 8px !important;
}
.cLcbjv {
    display: none !important;
}

/*faq's css starts here*/

 .accordion {
    max-width: 900px;
    margin: auto;
    background: #fff;
    border-radius: 10px;
    padding: 20px;
    /* margin: 40px 0px; */
}

    .accordion h1 {
      text-align: center;
      margin-bottom: 30px;
    }

    .accordion-item {
      border-top: 1px solid #ddd;
      padding: 15px;
      box-shadow: 0 0 20px rgba(0,0,0,0.1);
      margin-top: 16px;
    }

    .accordion-item-title {
      font-size: 18px;
      cursor: pointer;
      display: flex;
      align-items: center;
      justify-content: space-between;
      transition: color 0.3s ease;
    }

    .accordion-item-title:hover {
      color: #e6c55b !important;
    }

   .accordion-item-desc {
    display: none;
    margin-top: 16px;
    color: #333;
    border-top: 1px dashed #ddd;
    font-size: 16px;
}

    .accordion-item.active .accordion-item-desc {
      display: block;
    }

    .icon::before {
      content: "+";
      font-weight: bold;
      margin-right: 10px;
    }

    .accordion-item.active .icon::before {
      content: "−";
    }
    

/*faq's css ends here*/


@media only screen and (max-width: 767px) {
.cta-two__sub-title {
    color: #fff;
    font-size: 24px;
}
.cta-two {
    height: 955px;
}
}




.page-banner {
    z-index: 1;
    position: relative;
    background-size: cover;
    background-position: center;
    border-bottom: 2px solid #e6c55b;
    border-top: 2px solid #e6c55b;
    padding: 40px 0px !important;
}

.page-banner::before {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    z-index: -1;
    top: 0;
    left: 0;
    opacity: 1;
    background-color: #6b1642;
}

.banner-inner {
    position: relative;
}
.banner-inner h2{
    color: #e6c55b;
    font-weight: 700;
    font-size: 25px;
}
.banner-inner li{
    color: #fff;
}
.banner-inner i{
    color: #e6c55b;
}
.banner-inner h1 {
    text-transform: capitalize;
    font-size: 48px;
}

@media only screen and (max-width: 991px) {
    .banner-inner h1 {
        font-size: 65px;
    }
}

@media only screen and (max-width: 767px) {
    .banner-inner h1 {
        font-size: 45px;
    }
}

@media only screen and (max-width: 480px) {
    .banner-inner h1 {
        font-size: 38px;
    }
}

@media only screen and (max-width: 375px) {
    .banner-inner h1 {
        font-size: 33px;
    }
}

@media only screen and (min-width: 1501px) {
    .banner-inner .bg-text {
        -webkit-transform: translate(-50px, -50%);
        -ms-transform: translate(-50px, -50%);
        transform: translate(-50px, -50%);
    }
}

.banner-inner.text-center .bg-text {
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.banner-inner.text-center .breadcrumb {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.breadcrumb {
    margin: 0;
    padding: 0;
    font-size: 35px;
    background: transparent;
    text-transform: capitalize;
}

@media only screen and (max-width: 767px) {
    .breadcrumb {
        font-size: 25px;
    }
}

@media only screen and (max-width: 480px) {
    .breadcrumb {
        font-size: 20px;
    }
}

.breadcrumb .breadcrumb-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.breadcrumb-item a{
    color: #fff;
}

.breadcrumb .breadcrumb-item.active {
    color: white;
    text-decoration: underline;
    text-decoration-thickness: 1px;
}

.breadcrumb .breadcrumb-item+.breadcrumb-item::before {
    margin-left: 33px;
    margin-right: 33px;
    width: 10px;
    height: 10px;
    background: white;
    line-height: 10px;
    border-radius: 50%;
    text-align: center;
    content: '';
}

@media only screen and (max-width: 767px) {
    .breadcrumb .breadcrumb-item+.breadcrumb-item::before {
        margin-left: 15px;
        margin-right: 15px;
    }
}


/* Contact Page */

.contact-info-item {
    text-align: center;
    background: #F9F9F9;
    margin-bottom: 30px;
    padding: 40px 55px 20px;
    height: calc(100% - 30px);
    border: 1px solid rgba(0, 0, 0, 0.07);
}

@media only screen and (max-width: 767px) {
    .contact-info-item {
        padding-left: 25px;
        padding-right: 25px;
    }
}

.contact-info-item>i {
    font-size: 45px;
    margin-bottom: 25px;
    color: #D6B981;
    width: 100px;
    height: 100px;
    background: white;
    line-height: 100px;
    border-radius: 50%;
    text-align: center;
    -webkit-box-shadow: 10px 4px 60px rgba(214, 185, 129, 0.2);
    box-shadow: 10px 4px 60px rgba(214, 185, 129, 0.2);
}

.contact-info-item p a {
    font-weight: 600;
}

.contact-page-map iframe {
    height: 785px;
}

@media only screen and (max-width: 1500px) {
    .contact-page-map iframe {
        height: 600px;
    }
}

@media only screen and (max-width: 1199px) {
    .contact-page-map iframe {
        height: 500px;
    }
}

@media only screen and (max-width: 767px) {
    .contact-page-map iframe {
        height: 400px;
    }
}


/* gallery page css starts */
#gallery {
  padding: 40px 0px;
}
/* @media screen and (min-width: 991px) {
  #gallery {
    padding: 60px 30px 0 30px;
  }
} */

.img-wrapper {
  position: relative;
  margin-top: 15px;
}
.img-wrapper img {
  width: 100%;
}

.img-overlay {
  background: rgba(0, 0, 0, 0.7);
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 0;
}
.img-overlay i {
  color: #fff;
  font-size: 3em;
}

#overlay {
  background: rgba(0, 0, 0, 0.7);
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 999;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
#overlay img {
  margin: 0;
  width: 80%;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
  padding: 5%;
}
@media screen and (min-width: 768px) {
  #overlay img {
    width: 60%;
  }
}
@media screen and (min-width: 1200px) {
  #overlay img {
    width: 50%;
  }
}

#nextButton {
  color: #fff;
  font-size: 2em;
  transition: opacity 0.8s;
}
#nextButton:hover {
  opacity: 0.7;
}
@media screen and (min-width: 768px) {
  #nextButton {
    font-size: 3em;
  }
}

#prevButton {
  color: #fff;
  font-size: 2em;
  transition: opacity 0.8s;
}
#prevButton:hover {
  opacity: 0.7;
}
@media screen and (min-width: 768px) {
  #prevButton {
    font-size: 3em;
  }
}

#exitButton {
  color: #fff;
  font-size: 2em;
  transition: opacity 0.8s;
  position: absolute;
  top: 15px;
  right: 15px;
}
#exitButton:hover {
  opacity: 0.7;
}
@media screen and (min-width: 768px) {
  #exitButton {
    font-size: 3em;
  }
}


/* gallery page css ends */




/* services page css starts */

.service-details-content .content:not(:last-child) {
    margin-bottom: 40px;
}
.content h2{
    font-size: 27px;
    margin-top: 10px;
}
/* .service-details-content .content {
    padding-left: 40px;
    padding-right: 30px;
} */
.service-details-content .content h2 {
    position: relative;
    margin-bottom: 25px;
    text-transform: uppercase;
    font-size: 24px;
}
.service-details-content .content h2:before {
    position: absolute;
    content: '';
    top: 10%;
    width: 5px;
    left: -10px;
    height: 85%;
    background: #d6a354;
}

.service-details-content .image img {
    width: 100%;
    height: 480px;
    object-fit: cover;
}
.service-sidebar {
    margin-left: 30px;
}
.service-sidebar .widget-menu {
    padding: 0;
}
.service-sidebar .widget {
    /* padding: 40px 30px; */
    border-radius: 5px;
}
.widget:not(:last-child) {
    margin-bottom: 30px;
}
.widget-menu ul li:not(:last-child) {
    margin-bottom: 10px;
}
.widget-menu ul li a:hover, .widget-menu ul li a.active {
    color: white;
    background: #d6a354;
}
.widget-menu ul li a {
    width: 100%;
    padding: 8px;
    font-size: 18px;
    border-radius: 5px;
    padding-left: 30px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    background: rgba(31, 31, 31, 0.07);
}
.widget-menu ul li a:hover i, .widget-menu ul li a.active i {
    color: #d6a354;
}
.widget-menu ul li a i {
    width: 42px;
    height: 42px;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
    background: white;
    border-radius: 5px;
    text-align: center;
    line-height: 42px;
}
.content i{
    color: #e6c55b;
}
.content h3{
    color: #e6c55b;
}
.content h2{
    color: #e6c55b;
}
.content b{
    color: #6b1642;
}
.content strong{
    color: #6b1642;
}
.space-ptb {
    padding: 100px 0;
}
/* services page css ends */