@font-face {
    font-family: icomoon;
    src: url(../font/icomoon.ttf)
}

@font-face {
    font-family: chop;
    src: url(../font/chopinscript.ttf)
}

:root {
    --color1: #e97820;
    --color2: #59b63a;
    --color3: #e97820
}

body,
html {
    margin: 0;
    padding: 0;
    width: 100%;
    font-size: 16px;
    
    line-height: 1.7em;
    overflow-x: hidden;
    font-family: 'Montserrat', sans-serif;
    background-color: #fff
}

.slideshow h1 {
    
    font-size: 40px;
    color: #f3c76f
}

.heading-group h3 {
    font-size: 20px;
    padding: 10px 0;
    color: #fff;
    font-weight: 700;
    text-transform: uppercase;
    font-family: 'Roboto Slab', serif
}

.slideshow h1 span {
    font-size: inherit;
    display: block;
    text-transform: uppercase;
    color: #fff;
    line-height: 1;
    font-size: 50px;
    font-family: 'Roboto Slab', serif
}

.star-group {
    text-align: center;
    max-width: 250px;
    margin: 0 auto 20px auto;
    position: relative
}

.star-group::after,
.star-group::before {
    position: absolute;
    content: '';
    border-top: 4px double #f3c76f;
    top: 11px;
    width: 35%;
    right: 0
}

.star-group i {
    color: #f3c76f;
    font-size: 16px;
    margin: 0 2px
}

.star-group::after,
.star-group::before {
    position: absolute;
    content: '';
    border-top: 4px double #f3c76f;
    top: 11px;
    width: 35%;
    right: 0
}

.star-group::after {
    left: 0
}

.banner {
    position: relative
}

.banner-text {
    position: absolute;
    top: 0;
    right: 0;
    width:500px;
    
}


.btn-1 {
    color: #fff;
    background: #da451b;
    text-transform: uppercase;
    padding: 12px 25px;
    border-radius: 0;
    border: none
}

.btn-1:active,
.btn-1:focus,
.btn-1:hover {
    background: #333;
    color: #fff
}

.overlay-color {
    background: #000;
    width: 100%;
    height: 100%;
    opacity: .4;
    position: absolute
}

.banner-shape {
    bottom: -5px;
    left: 0;
    position: absolute;
    right: 0;
    top: auto;
    width: 100%;
    height: auto;
    z-index: 1
}

section {
    padding-top: 80px
}


.about-area .about-items .info h2 {
    line-height: 1.4;
    margin-bottom: 25px
}

.item{
    margin-bottom:30px;
}

p {
    color: #666;
    line-height: 26px;
    margin: 0 0 15px;
    text-transform: none;
    font-weight: 400
}

.about-area .info>ul {
    overflow: hidden;
    margin-top: 30px;
    border: 1px solid #e7e7e7
}

.about-area .info>ul li {
    float: left;
    border-right: 1px solid #e7e7e7;
    width: 50%;
    padding: 15px 15px;
    text-align: left
}

.about-area .info>ul li .icon,
.about-area .info>ul li .info {
    display: table-cell;
    vertical-align: top
}

.about-area .info>ul li i {
    font-size: 40px;
    color: var(--color3)
}

.about-area .info>ul li .info {
    padding-left: 15px
}

.about-area .info>ul li .icon,
.about-area .info>ul li .info {
    display: table-cell;
    vertical-align: top
}

.about-area .info>ul li .info h4 {
    margin-bottom: 5px;
    text-transform: uppercase;
    font-weight: 600
}

.about-area .info>ul li i {
    font-size: 60px;
    color: var(--color3)
}

ul {
    margin: 0;
    list-style-type: none;
    padding: 0
}

.form-box {
    margin: 50px;
    margin-top: 0px;
    max-height: 85vh;
    overflow:hidden;
    overflow-y:auto;
    padding: 30px;
    -moz-box-shadow: 0 0 10px rgba(0, 0, 0, .1);
    -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, .1);
    -o-box-shadow: 0 0 10px rgba(0, 0, 0, .1);
    box-shadow: 0 0 10px rgba(0, 0, 0, .1);
    position: relative;
    text-align: center;
    background: #fff
}

.form-box .icon {
    position: absolute;
    left: 50%;
    top: -40px;
    height: 80px;
    width: 80px;
    -moz-box-shadow: 0 0 10px rgba(0, 0, 0, .1);
    -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, .1);
    -o-box-shadow: 0 0 10px rgba(0, 0, 0, .1);
    box-shadow: 0 0 10px rgba(0, 0, 0, .1);
    background: #fff;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    text-align: center;
    margin-left: -40px;
    line-height: 80px
}

.form-box i {
    display: inline-block;
    font-size: 30px;
    line-height: 80px;
    color: var(--color3)
}
.form-strip{
    padding: 20px;
    text-align:center;
    color:#fff;
    background: #6fb10a;
    margin:20px -50px;
}

.form-box h3 {
    position: relative;
    z-index: 1;
    font-weight: 600;
    margin-bottom: 20px;
    text-transform: uppercase;
    color: var(--color1)
}

.form-box input {
    box-shadow: inherit;
    border: 1px solid #e7e7e7;
    border-radius: inherit;
    text-align: center
}

input {
    border: 1px solid #e7e7e7;
    border-radius: inherit;
    box-shadow: inherit;
    min-height: 50px
}

.form-box button {
    padding: 10px 40px;
    border: 2px solid transparent;
    background: var(--color1);
    color: #fff;
    font-family: Poppins, sans-serif;
    font-weight: 600;
    text-transform: uppercase;
    transition: all .35s ease-in-out;
    -webkit-transition: all .35s ease-in-out;
    -moz-transition: all .35s ease-in-out;
    -ms-transition: all .35s ease-in-out;
    -o-transition: all .35s ease-in-out;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    margin-top: 5px
}

.form-box button:hover {
    border: 2px solid var(--color1);
    background: 0 0;
    color: #666
}

.about-items .info h2 {
    line-height: 1.4;
    margin-bottom: 25px;
    font-size: 30px
}

.site-heading {
    margin-bottom: 60px;
    overflow: hidden;
    margin-top: -5px
}

.site-heading h3 {
   
    font-weight: 700;
    font-size: 30px;
    color: var(--color3)
}

.site-heading h2 {
    display: inline-block;
    font-weight: 700;
    padding-bottom: 20px;
    position: relative;
    text-transform: uppercase
}

.site-heading p {
    margin: 0
}

.mix-item-menu {
    margin-bottom: 40px;
    display: inline-block;
    border-bottom: 1px solid #e7e7e7;
    border-top: 1px solid #e7e7e7
}

.mix-item-menu button.active {
    color: var(--color3);
    position: relative;
    z-index: 1
}

.mix-item-menu button {
    padding: 8px 20px;
    margin: 5px;
    border: none;
    background: 0 0;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    letter-spacing: 1px;
    font-weight: 600;
    text-transform: uppercase
}

.mix-item-menu button.active::after {
    position: absolute;
    left: 50%;
    bottom: -6px;
    content: "";
    height: 2px;
    width: 30px;
    background-color: var(--color3);
    margin-left: -15px
}

.site-heading {
    margin-bottom: 30px;
    overflow: hidden;
    margin-top: -5px
}

#Container1 .mix {
    display: none
}

button:focus {
    outline: 1px dotted;
    outline: 0 auto -webkit-focus-ring-color
}

.image-source-link {
    color: #98c3d1
}

.mfp-with-zoom .mfp-container,
.mfp-with-zoom.mfp-bg {
    opacity: 0;
    -webkit-backface-visibility: hidden;
    -webkit-transition: all .3s ease-out;
    -moz-transition: all .3s ease-out;
    -o-transition: all .3s ease-out;
    transition: all .3s ease-out
}

.mfp-with-zoom.mfp-ready .mfp-container {
    opacity: 1
}

.mfp-with-zoom.mfp-ready.mfp-bg {
    opacity: .8
}

.mfp-with-zoom.mfp-removing .mfp-container,
.mfp-with-zoom.mfp-removing.mfp-bg {
    opacity: 0
}

.thumb {
    position: relative;
    z-index: 1
}

.bg-cover {
    background-position: center center;
    background-size: cover
}

.thumb .price {
    position: absolute;
    right: -50px;
    top: 70px;
    z-index: 1;
    height: 100px;
    width: 100px;
    -moz-box-shadow: 0 0 10px rgba(0, 0, 0, .1);
    -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, .1);
    -o-box-shadow: 0 0 10px rgba(0, 0, 0, .1);
    box-shadow: 0 0 10px rgba(0, 0, 0, .1);
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    text-align: center;
    background: #fff
}

.thumb h4 {
    display: inline-block;
    margin: 0;
    color: #e7272d;
    text-transform: uppercase;
    letter-spacing: 1px;
    position: relative;
    top: 28px;
    font-weight: 700
}

.price span {
    display: block;
    margin-top: 5px;
    color: #666;
    font-weight: 500;
    letter-spacing: 0
}

.info h3 {
    
    font-weight: 700;
    font-size: 30px;
    color: var(--color3)
}

.info h2 {
    text-transform: uppercase;
    font-weight: 700;
    margin-bottom: 20px;
    padding-bottom: 15px;
    border-bottom: 1px solid #e7e7e7
}

.info span {
    margin-bottom: 25px;
    color: #666;
    display: block;
    font-size: 14px
}

.offer-area .offer-items .item .info a {
    margin-top: 15px
}

.btn-dark.border {
    background-color: transparent;
    color: #232323;
    border: 2px solid #232323
}

.btn-dark {
    background-color: #232323;
    color: #fff;
    border: 2px solid #232323
}

.btn-md {
    padding: 10px 40px 10px
}

.btn {
    display: inline-block;
    font-family: Poppins, sans-serif;
    font-size: 14px;
    line-height: 25px;
    text-transform: uppercase;
    -webkit-transition: all .35s ease-in-out;
    -moz-transition: all .35s ease-in-out;
    -ms-transition: all .35s ease-in-out;
    -o-transition: all .35s ease-in-out;
    transition: all .35s ease-in-out;
    font-weight: 600;
    letter-spacing: 1px;
    overflow: hidden
}

.btn-dark.border:hover {
    background-color: #232323;
    color: #fff !important;
    border: 2px solid #232323
}

.thumb .price {
    position: absolute;
    right: -19px;
    top: 122px;
    z-index: 1;
    height: 70px;
    width: 70px;
    -moz-box-shadow: 0 0 10px rgba(0, 0, 0, .1);
    -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, .1);
    -o-box-shadow: 0 0 10px rgba(0, 0, 0, .1);
    box-shadow: 0 0 10px rgba(0, 0, 0, .1);
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    text-align: center;
    background: #fff
}

.col1 {
    color: #59b63a;
    font-size: 20px
}

.header {
    z-index: 999 !important
}

.video-play-button {
    position: absolute;
    z-index: 10;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
    box-sizing: content-box;
    display: block;
    width: 32px;
    height: 44px;
    border-radius: 50%;
    padding: 18px 20px 18px 28px
}

.video-play-button:before {
    content: "";
    position: absolute;
    z-index: 0;
    left: 50%;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
    display: block;
    width: 80px;
    height: 80px;
    background: #ba1f24;
    border-radius: 50%;
    animation: pulse-border 1.5s ease-out infinite
}

.video-play-button:after {
    content: "";
    position: absolute;
    z-index: 1;
    left: 50%;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
    display: block;
    width: 80px;
    height: 80px;
    background: #fa183d;
    border-radius: 50%;
    transition: all .2s
}

.video-play-button:hover:after {
    background-color: #da0528
}

.video-play-button img {
    position: relative;
    z-index: 3;
    max-width: 100%;
    width: auto;
    height: auto
}

.video-play-button span {
    display: block;
    position: relative;
    z-index: 3;
    width: 0;
    height: 0;
    border-left: 32px solid #fff;
    border-top: 22px solid transparent;
    border-bottom: 22px solid transparent
}

@keyframes pulse-border {
    0% {
        transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
        opacity: 1
    }

    100% {
        transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
        opacity: 0
    }
}

.video-overlay {
    position: fixed;
    z-index: -1;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(0, 0, 0, .8);
    opacity: 0;
    transition: all ease .5s
}

.video-overlay.open {
    position: fixed;
    z-index: 1000;
    opacity: 1
}

.video-overlay-close {
    position: absolute;
    z-index: 1000;
    top: 15px;
    right: 20px;
    font-size: 36px;
    line-height: 1;
    font-weight: 400;
    color: #fff;
    text-decoration: none;
    cursor: pointer;
    transition: all .2s
}

.video-overlay-close:hover {
    color: #fa183d
}

.video-overlay iframe {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
    box-shadow: 0 0 15px rgba(0, 0, 0, .75)
}

.video-icon {
    position: relative
}

#play-video1 {
    pointer-events: none
}

.list-group-flush .list-group-item {
    border-right: 0;
    border-left: 0;
    margin-bottom: 20px;
}

.list-group-item {
    position: relative;
    display: flex;
    align-items: center;
    padding: .4rem 1rem;
    margin-bottom: -1px;
   
}

.list-group-item::before {
    content: "";
    background: url('../img/favicon.png') no-repeat;
    display: inline-block;
    width:65px;
    height: 35px;
    float: left;
    -webkit-font-smoothing: antialiased;
    
    padding-right: 50px
}

.list-group-item-1::before {
    content: "";
    background: url('../img/favicon.png') no-repeat;
    display: inline-block;
    width:65px;
    height: 35px;
    float: left;
    -webkit-font-smoothing: antialiased;
    
    padding-right: 10px
}

.main-footer {
    position: relative;
    padding: 80px 0 0;
    background-color: #fff;
    background-position: center bottom;
    overflow: hidden;
    background-repeat: no-repeat
}

.overlay2 {
    position: absolute;
    width: 100%;
    height: 100%;
    background: #ffffffed;
    pointer-events: none
}

.main-footer .footer-title {
    position: relative;
    margin: 0 auto 50px;
    text-align: center
}

.main-footer .footer-title .logo {
    position: relative;
    margin-bottom: 20px
}

img {
    vertical-align: middle;
    border-style: none
}

.main-footer .footer-title h2 {
    position: relative;
    font-size: 32px;
    font-weight: 700;
    color: #4c4848;
    line-height: 1.2em;
    margin-bottom: 20px
}

.main-footer .footer-title .desc-text {
    position: relative;
    font-size: 15px;
    line-height: 1.8em
}

.contact-section-one {
    position: relative;
    padding: 40px 0
}

.contact-section-one .auto-container {
    position: relative
}

.auto-container {
    position: static;
    max-width: 1200px;
    padding: 0 15px;
    margin: 0 auto
}

.contact-section-one .big-title {
    position: absolute;
    right: 15px;
    top: -50px
}

.contact-section-one .big-title h2 {
    position: relative;
    font-size: 60px;
    color: #e0e0e0;
    line-height: 1em;
    font-weight: 700
}

.contact-section-one .form-column h3,
.contact-section-one .info-column h3 {
    font-size: 18px;
    font-weight: 400;
    color: #6d6a6a;
    line-height: 1.4em;
    margin-bottom: 20px
}

.theme_color {
    color: #09a223
}

.contact-section-one .info-list {
    position: relative;
    margin-left: 70px;
    margin-right: 70px;
    font-size: 15px
}

.contact-section-one .info-list li {
    position: relative;
    padding-left: 64px;
    min-height: 48px;
    line-height: 24px;
    margin-bottom: 40px
}

.contact-section-one .info-list li .icon {
    position: absolute;
    left: 0;
    top: 0;
    width: 48px;
    height: 48px;
    color: #777;
    border: 2px solid green;
    color:#fff;
    background:green;
    line-height: 44px;
    text-align: center;
    font-size: 20px;
    border-radius:50%;
}

.contact-section-one .info-list li strong {
    font-weight: 600;
    color: #656565
}

.theme_color {
    color: #09a223
}

.default-form .form-group {
    position: relative;
    margin-bottom: 15px
}

.default-form input[type=email],
.default-form input[type=password],
.default-form input[type=tel],
.default-form input[type=text],
.default-form input[type=url],
.default-form select,
.default-form textarea {
    display: block;
    width: 100%;
    line-height: 24px;
    height: 46px;
    font-size: 14px;
    border: 1px solid #e0e0e0;
    padding: 10px 20px;
    color: #222;
    background: 0 0;
    border-radius: 2px;
    transition: all .5s ease;
    -webkit-transition: all .5s ease;
    -ms-transition: all .5s ease;
    -o-transition: all .5s ease
}

.default-form textarea {
    height: 170px;
    resize: none;
    margin-bottom: 15px
}

.default-form .theme-btn {
    font-size: 14px;
    text-transform: capitalize;
    padding: 8px 40px;
    background: #f76e0b;
    border: 2px solid #f76e0b;
    color: #ffffff;
    transition: .6s ease-in-out;
    transition-duration: initial;
    float: right
}

.default-form .theme-btn:hover {
    background: #13a62c;
    border: 2px solid #13a62c;
    color: #fff
}

.navbar-expand-lg .navbar-nav .nav-link {
    padding-right: 0;
    padding-left: 1rem;
    color: #fff !important;
    transition: .6s ease
}

.navbar-expand-lg .navbar-nav .nav-link:hover {
    color: #59b63a !important
}

.nav-number a {
    display: flex;
    position: fixed;
    z-index: 99;
    background: #f76e0b;
    bottom: 50px;
    left: 0px;
    padding: 0 20px;
    text-decoration:none;
    height: 50px;
    justify-content: center;
    align-items: center;
    border-radius: 0px 10px 10px 0px;
    transition: .6s ease
}

.nav-number a:hover {
    left: 0
}

@media (min-width:992px) and (max-width:1199.98px) {
    .w-50 {
        width: 80% !important
    }

    .navbar-expand-lg .navbar-nav .nav-link {
        padding-right: 0;
        padding-left: 2rem;
        color: #fff !important;
        transition: .6s ease
    }

    .info span {
        margin-bottom: 25px;
        color: #666;
        display: block;
        font-size: 14px
    }

    .about-area .info>ul li i {
        font-size: 55px;
        color: var(--color3)
    }

    .about-area .info>ul li {
        float: left;
        border-right: 1px solid #e7e7e7;
        width: 50%;
        padding: 15px 15px 0 15px;
        text-align: left
    }

    .about-area .about-items .info h2 {
        line-height: 1.4;
        margin-bottom: 25px;
        font-size: 22px
    }

    p {
        color: #666;
        line-height: 26px;
        margin: 0 0 15px;
        text-transform: none;
        font-weight: 400;
        text-align: justify
    }

    .info h2 {
        text-transform: uppercase;
        font-weight: 700;
        margin-bottom: 0;
        padding-bottom: 15px;
        border-bottom: 1px solid #e7e7e7;
        font-size: 25px
    }

    .info h3 {
        
        font-weight: 700;
        font-size: 25px;
        color: var(--color3)
    }
}

.navbar-light .navbar-toggler-icon {
    background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHg9IjBweCIgeT0iMHB4Igp3aWR0aD0iNjQiIGhlaWdodD0iNjQiCnZpZXdCb3g9IjAgMCAxNzIgMTcyIgpzdHlsZT0iIGZpbGw6IzAwMDAwMDsiPjxnIGZpbGw9Im5vbmUiIGZpbGwtcnVsZT0ibm9uemVybyIgc3Ryb2tlPSJub25lIiBzdHJva2Utd2lkdGg9IjEiIHN0cm9rZS1saW5lY2FwPSJidXR0IiBzdHJva2UtbGluZWpvaW49Im1pdGVyIiBzdHJva2UtbWl0ZXJsaW1pdD0iMTAiIHN0cm9rZS1kYXNoYXJyYXk9IiIgc3Ryb2tlLWRhc2hvZmZzZXQ9IjAiIGZvbnQtZmFtaWx5PSJub25lIiBmb250LXdlaWdodD0ibm9uZSIgZm9udC1zaXplPSJub25lIiB0ZXh0LWFuY2hvcj0ibm9uZSIgc3R5bGU9Im1peC1ibGVuZC1tb2RlOiBub3JtYWwiPjxwYXRoIGQ9Ik0wLDE3MnYtMTcyaDE3MnYxNzJ6IiBmaWxsPSJub25lIj48L3BhdGg+PGcgaWQ9Im9yaWdpbmFsLWljb24iIGZpbGw9IiNmZmZmZmYiPjxwYXRoIGQ9Ik0xNy4yLDQwLjEzMzMzYy0yLjA2NzY1LC0wLjAyOTI0IC0zLjk5MDg3LDEuMDU3MDkgLTUuMDMzMjIsMi44NDNjLTEuMDQyMzYsMS43ODU5MiAtMS4wNDIzNiwzLjk5NDc0IDAsNS43ODA2NmMxLjA0MjM2LDEuNzg1OTIgMi45NjU1OCwyLjg3MjI1IDUuMDMzMjIsMi44NDNoMTM3LjZjMi4wNjc2NSwwLjAyOTI0IDMuOTkwODcsLTEuMDU3MDkgNS4wMzMyMiwtMi44NDNjMS4wNDIzNiwtMS43ODU5MiAxLjA0MjM2LC0zLjk5NDc0IDAsLTUuNzgwNjZjLTEuMDQyMzYsLTEuNzg1OTIgLTIuOTY1NTgsLTIuODcyMjUgLTUuMDMzMjIsLTIuODQzek0xNy4yLDgwLjI2NjY3Yy0yLjA2NzY1LC0wLjAyOTI0IC0zLjk5MDg3LDEuMDU3MDkgLTUuMDMzMjIsMi44NDNjLTEuMDQyMzYsMS43ODU5MiAtMS4wNDIzNiwzLjk5NDc0IDAsNS43ODA2NmMxLjA0MjM2LDEuNzg1OTIgMi45NjU1OCwyLjg3MjI1IDUuMDMzMjIsMi44NDNoMTM3LjZjMi4wNjc2NSwwLjAyOTI0IDMuOTkwODcsLTEuMDU3MDkgNS4wMzMyMiwtMi44NDNjMS4wNDIzNiwtMS43ODU5MiAxLjA0MjM2LC0zLjk5NDc0IDAsLTUuNzgwNjZjLTEuMDQyMzYsLTEuNzg1OTIgLTIuOTY1NTgsLTIuODcyMjUgLTUuMDMzMjIsLTIuODQzek0xNy4yLDEyMC40Yy0yLjA2NzY1LC0wLjAyOTI0IC0zLjk5MDg3LDEuMDU3MDkgLTUuMDMzMjIsMi44NDNjLTEuMDQyMzYsMS43ODU5MiAtMS4wNDIzNiwzLjk5NDc0IDAsNS43ODA2NmMxLjA0MjM2LDEuNzg1OTIgMi45NjU1OCwyLjg3MjI1IDUuMDMzMjIsMi44NDNoMTM3LjZjMi4wNjc2NSwwLjAyOTI0IDMuOTkwODcsLTEuMDU3MDkgNS4wMzMyMiwtMi44NDNjMS4wNDIzNiwtMS43ODU5MiAxLjA0MjM2LC0zLjk5NDc0IDAsLTUuNzgwNjZjLTEuMDQyMzYsLTEuNzg1OTIgLTIuOTY1NTgsLTIuODcyMjUgLTUuMDMzMjIsLTIuODQzeiI+PC9wYXRoPjwvZz48L2c+PC9zdmc+)
}

.navbar-light .navbar-toggler {
    border-color: transparent
}

.sidenav {
    height: 100%;
    width: 0;
    position: fixed;
    z-index: 1;
    top: 0;
    left: 0;
    background-color: #111;
    overflow-x: hidden;
    padding-top: 60px;
    transition: .5s
}

.sidenav a {
    padding: 8px 8px 8px 32px;
    text-decoration: none;
    font-size: 25px;
    color: #818181;
    display: block;
    transition: .3s
}

.sidenav a:hover {
    color: #f1f1f1
}

.sidenav .closebtn {
    position: absolute;
    top: 0;
    right: 25px;
    font-size: 36px;
    margin-left: 50px
}

#main {
    transition: margin-left .5s;
    padding: 0
}

.floats {
    float: right;
    display: none
}

.list-group-item-1 {
    position: relative;
    display: flex;
    align-items: center;
    padding: 5px;
    margin-bottom: 5px;
    font-size: 12px;
}

@media screen and (max-height:450px) {
    .sidenav {
        padding-top: 15px
    }

    .sidenav a {
        font-size: 18px
    }
}

@media (max-width:991.98px) {
    .navbar {
        display: none
    }

    .floats {
        float: right;
        display: block;
        color: #fff
    }
}

@media (min-width:768px) and (max-width:991.98px) {
    .slideshow h1 span {
        font-size: inherit;
        display: block;
        text-transform: uppercase;
        color: #fff;
        line-height: .7;
        font-size: 25px;
        font-family: 'Roboto Slab', serif
    }

    .heading-group h3 {
        font-size: 15px;
        padding: 10px 0;
        color: #fff;
        font-weight: 700;
        text-transform: uppercase;
        font-family: 'Roboto Slab', serif
    }

    .star-group {
        text-align: center;
        max-width: 250px;
        margin: auto;
        padding-bottom: 10px;
        position: relative
    }

    section {
        padding-top: 60px
    }

    .banner-shape {
        bottom: 45px;
        left: 0;
        position: absolute;
        right: 0;
        top: auto;
        width: 100%;
        height: 10px;
        z-index: 1
    }

    .about-area .about-items .info h2 {
        line-height: 1.4;
        margin-bottom: 3px;
        font-size: 25px
    }

    .site-heading {
        margin-bottom: 0;
        overflow: hidden;
        margin-top: -5px
    }

    .contact-section-one .info-list {
        position: relative;
        margin-left: 0;
        margin-right: 0;
        font-size: 15px
    }

    .contact-section-one .info-list li {
        position: relative;
        padding-left: 64px;
        min-height: 48px;
        line-height: 24px;
        margin-bottom: 40px;
        overflow-x: hidden
    }

    .contact-section-one .big-title h2 {
        position: relative;
        font-size: 40px;
        color: #e0e0e0;
        line-height: 1em;
        font-weight: 700
    }

    p {
        color: #666;
        line-height: 26px;
        margin: 0 0 15px;
        text-transform: none;
        font-weight: 400;
        text-align: justify
    }
}

@media (max-width:767.98px) {
    .slideshow h1 span {
        font-size: inherit;
        display: block;
        text-transform: uppercase;
        color: #fff;
        line-height: normal;
        font-size: 13px;
        font-family: 'Roboto Slab', serif
    }

    .slideshow h1 {
        
        font-size: 25px;
        color: #f3c76f
    }

    .heading-group h3 {
        font-size: 8px;
        padding: 0;
        color: #fff;
        font-weight: 700;
        text-transform: uppercase;
        font-family: 'Roboto Slab', serif
    }

    .star-group {
        text-align: center;
        max-width: initial;
        margin: auto;
        position: relative
    }

    .btn-1 {
        color: #fff;
        background: #da451b;
        text-transform: uppercase;
        padding: 5px 15px;
        border-radius: 0;
        border: none
    }

    .banner-shape {
        bottom: -30px;
        left: 0;
        position: absolute;
        right: 0;
        top: auto;
        width: 100%;
        height: auto;
        z-index: 1
    }

    .w-50 {
        width: 125% !important
    }

    section {
        padding-top: 44px
    }

    .about-area .about-items .info h3 {
        font-weight: 700;
        color: #f3c76f;
        font-size: 23px;
        
        line-height: 1;
        margin-bottom: 7px;
        margin-top: -5px
    }

    .about-area .about-items .info h2 {
        line-height: 1.4;
        margin-bottom: 0;
        font-size: 12px
    }

    p {
        color: #666;
        line-height: 22px;
        margin: 0 0 15px;
        text-transform: none;
        font-weight: 400;
        text-align: justify;
        font-size: 12px
    }

    .about-area .info>ul li i {
        font-size: 35px;
        color: var(--color3)
    }

    .about-area .info>ul li {
        float: left;
        border-right: 1px solid #e7e7e7;
        width: 50%;
        padding: 15px 5px;
        text-align: left
    }

    .about-area .info>ul li .info h4 {
        margin-bottom: 5px;
        text-transform: uppercase;
        font-weight: 600;
        font-size: 12px
    }

    .info span {
        margin-bottom: 18px;
        color: #666;
        display: block;
        font-size: 8px
    }

    .about-area .info>ul li .info {
        padding-left: 5px
    }

    .about-area .form-box {
        padding: 40px 10px 10px 10px;
        -moz-box-shadow: 0 0 10px rgba(0, 0, 0, .1);
        -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, .1);
        -o-box-shadow: 0 0 10px rgba(0, 0, 0, .1);
        box-shadow: 0 0 10px rgba(0, 0, 0, .1);
        position: relative;
        text-align: center;
        background: #fff
    }

    .thumb .price {
        display: none
    }

    .table {
        font-size: 13px
    }

    .site-heading {
        margin-bottom: 10px;
        overflow: hidden;
        margin-top: -5px
    }

    .site-heading h3 {
        
        font-weight: 700;
        font-size: 20px;
        color: var(--color3)
    }

    .site-heading h2 {
        display: inline-block;
        font-weight: 700;
        padding-bottom: 10px;
        position: relative;
        text-transform: uppercase;
        font-size: 20px
    }

    .mix-item-menu button {
        padding: 8px 5px;
        margin: 5px;
        border: none;
        font-size: 12px;
        background: 0 0;
        -webkit-border-radius: 3px;
        -moz-border-radius: 3px;
        border-radius: 3px;
        letter-spacing: 1px;
        font-weight: 600;
        text-transform: uppercase
    }

    .list-group-item {
        position: relative;
        display: flex;
        align-items: center;
        padding: .4rem .3rem;
        margin-bottom: -1px;
        font-size: 11px;
        border:none;
    }
    

    .jumbotron {
        padding: 2rem .4rem;
        margin-bottom: 0;
        background-color: #e9ecef;
        border-radius: .3rem
    }

    .main-footer {
        position: relative;
        padding: 40px 0 0;
        background-color: #fff;
        background-position: center bottom;
        overflow: hidden;
        background-repeat: no-repeat
    }

    .contact-section-one .info-list {
        position: relative;
        margin-left: 0;
        margin-right: 0;
        font-size: 12px
    }

    .contact-section-one .big-title h2 {
        position: relative;
        font-size: 35px;
        color: #e0e0e0;
        line-height: 1em;
        font-weight: 700
    }

    .main-footer .footer-title {
        position: relative;
        margin: 0 auto 20px;
        text-align: center
    }

    .contact-section-one .info-list li {
        position: relative;
        padding-left: 64px;
        min-height: 48px;
        line-height: 24px;
        margin-bottom: 20px
    }

    .main-footer .footer-title h2 {
        position: relative;
        font-size: 20px;
        font-weight: 700;
        color: #4c4848;
        line-height: 1.2em;
        margin-bottom: 10px
    }

    .main-footer .footer-title .desc-text {
        position: relative;
        font-size: 12px;
        line-height: 1.8em
    }

    .sidenav a {
        padding: 8px 8px 8px 10px;
        text-decoration: none;
        font-size: 15px;
        color: #818181;
        display: block;
        transition: .3s
    }

    .sidenav .closebtn {
        position: absolute;
        top: 0;
        right: 25px;
        font-size: 26px;
        margin-left: 0
    }
}

.loader {
    width: 100%;
    position: fixed;
    height: 100vh;
    background: #fff;
    z-index: 9999;
    top: 0
}

.loader .ring {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) rotate(0);
    animation: rotate 1s linear infinite
}

.loader .leaf {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) rotate(0)
}

@-webkit-keyframes rotate {
    from {
        transform: translate(-50%, -50%) rotate(0)
    }

    to {
        transform: translate(-50%, -50%) rotate(360deg)
    }
}

@keyframes rotate {
    from {
        transform: translate(-50%, -50%) rotate(0)
    }

    to {
        transform: translate(-50%, -50%) rotate(360deg)
    }
}

.hide1 {
    display: block
}

.hide2 {
    display: none
}

@media (max-width:768px) {
    .hide1 {
        display: none
    }

    .hide2 {
        display: block
    }
}

.modal-box .show-modal {
    color: #273c75;
    background-color: #fff;
    font-size: 18px;
    font-weight: 600;
    text-transform: capitalize;
    padding: 10px 15px;
    margin: 80px auto 0;
    border: none;
    outline: 0;
    box-shadow: 15px 15px 30px rgba(0, 0, 0, .3);
    display: block
}

.modal-box .show-modal:hover {
    color: #273c75;
    border: none
}

.modal-box .modal {
    top: 90px !important
}

.modal-box .modal-dialog {
    margin: 20px auto 0
}

.modal-box .modal-dialog .modal-content {
    text-align: center;
    border-radius: 30px
}

.modal-box .modal-dialog .modal-content .close {
    color: #fff;
    background-color: var(--color2);
    font-size: 40px;
    text-shadow: none;
    line-height: 50px;
    height: 50px;
    width: 50px;
    border-radius: 0 30px;
    opacity: 1;
    position: absolute;
    left: auto;
    right: -1px;
    top: -1px;
    z-index: 1;
    transition: all .3s
}

.modal-box .modal-dialog .modal-content .close span {
    margin: -2px 0 0 0;
    display: block
}

.modal-box .modal-dialog .modal-content .close:hover {
    color: #fff;
    background-color: #f39c12
}

.modal-box .modal-dialog .modal-content .modal-body {
    padding: 0 20px 50px !important
}

.modal-box .modal-dialog .modal-content .modal-body .icon {
    color: #fff;
    background: #8652f6;
    font-size: 80px;
    line-height: 150px;
    width: 150px;
    height: 150px;
    margin: -20px auto 30px;
    border-radius: 50%;
    position: relative
}

.modal-box .modal-dialog .modal-content .modal-body .icon:before {
    content: "";
    background: linear-gradient(to right, #f39c12, #f1c40f);
    width: 25px;
    height: 25px;
    border-radius: 50px;
    position: absolute;
    top: 35px;
    right: 30px
}

.modal-box .modal-dialog .modal-content .modal-body .title {
    color: var(--color1);
    font-size: 35px;
    font-weight: 600;
    text-transform: capitalize;
    margin: 0 0 20px 0
}

.modal-box .modal-dialog .modal-content .modal-body .description {
    color: #999;
    margin: 0;
    text-align: justify
}

.modal-box .modal-dialog .modal-content .modal-body .input-group {
    background: #e2e2e2;
    border-radius: 50px
}

.modal-box .modal-dialog .modal-content .modal-body .form-control {
    color: var(--color1);
    background: 0 0;
    font-size: 16px;
    letter-spacing: 1px;
    height: 45px;
    padding: 2px 15px;
    border-radius: 0;
    border: none
}

.modal-box .modal-dialog .modal-content .modal-body .form-control:focus {
    box-shadow: none;
    border: none
}

.modal-box .modal-dialog .modal-content .modal-body .form-control::placeholder {
    color: #909090;
    font-size: 14px
}

.form-control::placeholder{
    text-align:left;
}

.modal-box .modal-dialog .modal-content .modal-body .subscribe {
    color: #fff;
    background: linear-gradient(to right, #f39c12, #f1c40f);
    font-size: 16px;
    font-weight: 700;
    letter-spacing: 1px;
    text-transform: uppercase;
    padding: 11px 15px;
    border: none;
    border-radius: 50px;
    display: block;
    transition: all .3s
}

.modal-box .modal-dialog .modal-content .modal-body .subscribe:hover {
    background: linear-gradient(to right, var(--color2), var(--color2))
}

.modal-box .modal-dialog .modal-content .modal-body .subscribe i {
    margin-left: 5px
}

@media only screen and (max-width:576px) {
    .modal-dialog {
        width: 93% !important
    }

    .modal-box .modal-dialog .modal-content .modal-body .title {
        font-size: 25px
    }

    .modal-box .modal-dialog .modal-content .modal-body .description {
        margin: 0 0 20px
    }

    .modal-box .modal-dialog .modal-content .modal-body .input-group {
        background: 0 0;
        display: block
    }

    .modal-box .modal-dialog .modal-content .modal-body .form-control {
        background-color: #e2e2e2;
        margin: 0 0 10px;
        border-radius: 50px
    }

    .modal-box .modal-dialog .modal-content .modal-body .subscribe {
        margin: 0 auto
    }
}

.slideshow .title-h1 {
    
    font-size: 40px;
    color: #f3c76f
}

.slideshow .title-h1 h1 {
    font-size: inherit;
    display: block;
    text-transform: uppercase;
    color: #fff;
    line-height: 1;
    font-size: 50px;
    font-family: 'Roboto Slab', serif
}

.ills {
    
    font-weight: 700;
    font-size: 30px;
    color: var(--color3);
    text-transform: capitalize !important
}

.ills span {
    text-transform: none;
    font-weight: 700;
    margin-bottom: 0;
    padding-bottom: 0;
    font-family: Poppins, sans-serif;
    color: #979696;
    font-size: 1rem
}



.col-md-12 {
    margin-bottom: 15px
}

.book-title {
    position: relative;
    z-index: 1;
    font-weight: 600;
    margin-bottom: 20px;
    text-transform: uppercase;
    color: var(--color1)
}

@media (min-width:992px) and (max-width:1199.98px) {
    .slideshow .title-h1 h1 {
        font-size: inherit;
        display: block;
        text-transform: uppercase;
        color: #fff;
        line-height: normal;
        font-size: 35px;
        font-family: 'Roboto Slab', serif
    }
}

@media (min-width:768px) and (max-width:991.98px) {
    .slideshow .title-h1 h1 {
        font-size: inherit;
        display: block;
        text-transform: uppercase;
        color: #fff;
        line-height: normal;
        font-size: 24px;
        font-family: 'Roboto Slab', serif
    }
}

@media (max-width:768px) {
    .slideshow .title-h1 h1 {
        font-size: inherit;
        display: block;
        text-transform: uppercase;
        color: #fff;
        line-height: normal;
        font-size: 12px;
        font-family: 'Roboto Slab', serif
    }
}

.offer {
    position: fixed;
    right: -70px;
    top: 20%;
    z-index: 99;
    transition: 0.6s ease;
    background-color: #dc3545;
    border-color: #dc3545;
}

.offer:hover {
    position: fixed;
    right: 0;
    top: 20%;
    z-index: 99;
}
.cls1{
    position: absolute;
    top: 0;
    right: 0;
    z-index: 9;
    color: #ffff;
    font-size: 40px;
}
.cls1:hover {
    color: #d0b96f;
    text-decoration: none;
}

@media only screen and (max-width: 991px){
  .banner-text {
    display: none;
  }
}


