@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

html {
    overflow-x: hidden;
}

* {
    padding: 0;
    margin: 0;
}

body {
    width: 100%;
    overflow-x: hidden;
    overflow-y: hidden;
}

body {
    color: #262525;
    font-size: 16px;
    line-height: 1.875;
    font-weight: 400;
    -ms-word-wrap: break-word;
    word-wrap: break-word;
    box-sizing: border-box;
    font-family: "Poppins", sans-serif;
}

h1,
h2,
h3,h4{
    font-weight: 700;
    line-height: 1.2;
    font-family: "Poppins", sans-serif;
}



.nav-menu,
nav {
    display: -webkit-box;
    display: -ms-flexbox;
    text-align: center
}

.nav-menu,
.navbar,
nav {
    text-align: center
}

a {

    color: inherit;
}

.bar:first-child,
body,
nav {
    width: 100%
}

.bx-shadow-1 {
    box-shadow: 0 0 4px #ddd;
}


nav {
    height: auto;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-around;
    margin: 0;
    padding: 0;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border-style: solid;
    border-width: 0px 0px 0px 0px;
    border-color: transparent;
    transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
}

ul {
    margin-bottom: 0
}

.navbar {
    /* -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-transition: .5s;
    transition: .5s */
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 0 !important;
}

.navbar {
    margin-left: auto;
    margin-right: auto;
}

.bar,
.fa-times,
.nav-link {

    -webkit-transition: .5s;
    transition: .5s;
}

.outline-none {
    outline: 0;
}

.nav-menu li {
    list-style: none;
    margin: 7px 22px;
}

.logo img {
    margin: 0px 20px;
    max-width: 190px;
}

.nav-menu {
    display: flex;
    margin: 0px 10px 0px 30px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: distribute;
    justify-content: space-around
}

.nav-link {
    text-decoration: none;
    transition: .5s;
    color: #fff;
    line-height: 1.1;
    font-size: 17px;
    text-transform: capitalize;
}

.nav-link:hover {
    color: #C9DD49;
}


.header-right-side {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    margin-left: 26px;
    color: #949494;
    line-height: 1.1;
    font-size: 22px;
}

.btn-primary.small.header-btn-hidde-on-mb {
    margin-left: 66px;
}

.btn-primary.small {
    padding: 18px 24px;
    font-size: 16px;
    line-height: 1.125em;
}

.line-rounded-icon.link-icon-right.v2 {
    margin-left: 4px;
}

.line-rounded-icon.link-icon-right {
    display: inline-block;
    margin-left: 6px;
}

.btn-primary.small {
    font-size: 16px;
    line-height: 1.125em;
}

/*------dropdown----------*/
.dropdown .dropbtn {
    border: none;
    outline: none;
    background-color: inherit;
    margin: 0;
    font-size: 20px;
    font-weight: 600;
}

.dropdown-content {
    display: none;
    position: absolute;
    z-index: 999;
    background: #fff none repeat scroll 0 0;
    border: 1px solid transparent;
    border-radius: 2px;
    /* box-shadow: 0 5px 50px 0 rgba(0, 0, 0, 0.15); */
    padding: 15px 10px 20px 10px;
    width: 250px;
    border-radius: 15px;
}

.btn-secondary {
    background-color: transparent !important;
    margin: 7px 28px;
}

.dropdown-content a {
    float: none;
    color: #222;
    display: block;
    font-size: 18px;
    font-weight: 500;
    margin-bottom: 0;
    padding: 16px 15px;
    padding-left: 20px;
    text-align: left;
    text-transform: capitalize;
    /* border-bottom: solid 1px #f5f5f5; */
}

.dropdown-content a::before {
    position: absolute;
    content: "";
    top: 50%;
    left: -15px;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    background-color: #00c3ff;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    -ms-transition: all 0.2s linear;
    transition: all 0.2s linear;
    visibility: hidden;
    opacity: 0;
}

.dropdown-content a:hover {
    color: #E7B765;
    padding-left: 15px;
    background-color: transparent;
}

.dropdown-content li {
    margin: 0;
}

.dropdown:hover .dropdown-content {
    display: block;
}

.dropdown-menu {
    list-style-type: none;
}

.dropdown-item {
    margin-left: 0px !important;
}


.hamburger {
    display: none
}

#ticket-tab li {
    border-right: 1px solid #333;
}

#ticket-tab li button {
    border: 0;
    outline: none;
    padding: 0px 25px;
    background-color: #fff;
}

#ticket-tab li:last-child {
    border-right: 0;
}

.bar,
.fa-times {
    width: 1.5rem;
    height: 3px;
    display: block;
    padding: 0;
    margin: 6px;
    transition: .5s;
    background-color: #000
}

.bar:nth-child(2) {
    width: 200%
}

.bar:nth-child(3) {
    width: 300%
}

.menu-btn {
    border: 2px solid #fff;
}

.nav-menu li:last-child,
.nav-menu li:last-child a {
    padding-right: 0 !important
}

.top-nav {
    padding: 0px 50px;
}

a,
a:hover,
a:active,
a:focus {
    text-decoration: none;
}

@media (max-width:992px) {

    .hamburger {
        display: block;
        margin-right: 35px;
    }

    .nav-menu {
        width: 100%;
        height: 100%;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: start;
        align-items: center;
        position: fixed;
        top: 75px;
        right: -100%;
        -webkit-transition: .5s;
        transition: .5s;
        margin: 0 auto;
    }

    .nav-menu li {
        padding: 0
    }

    .nav-link {
        margin: .2rem 0;
        z-index: 1
    }

}

@media screen and (max-width:992px) {
    nav {
        z-index: 999999;
        height: 75px;
    }

    ul.nav-menu.active {
        background-color: rgba(253, 253, 253, .8);
        color: #444
    }

    header>nav {
        position: relative;
        background-color: #fff;
        height: 60px;
    }

    header+section {
        padding-top: 75px
    }

}

/* .logo img {
    width: 100px;
} */

@media screen and (max-width:480px) {
    .nav-link {
        padding: .75rem 0
    }

    .logo img {
        width: 120px;
    }

    .navbar {
        margin-left: 5px;
        margin-right: 5px;
    }

    .wview {
        display: none;
    }
}

@media screen and (max-width:992px) {
    nav {
        z-index: 999999;
        height: 75px;
    }

    header {
        position: relative;
        width: 100%;
        background-color: transparent;
        z-index: 999999;
    }


    header>nav {
        position: relative;
        background-color: #fff;
    }

    header+section {
        padding-top: 75px
    }

}

@media screen and (min-width:993px) and (max-width:1200px) {

    .nav-link {
        font-size: 1rem
    }
}

@media screen and (min-width: 992px) {
    header {
        position: relative;
        width: 100%;
        background-color: #226322;
        z-index: 999999;
        box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
    }

    /* header.sticky {
        position: fixed;
        top: 0;
        background-color: #ffffff !important;
        box-shadow: 0 0px 12px #ddd;
        z-index: 999999;
    } */

    header.sticky .nav-link {
        color: #fff;
    }

    header.sticky .active {
        color: #C9DD49;
    }

    header.sticky .nav-link:hover {
        color: #C9DD49;
    }

    /* header.sticky nav .navbar ul li a {
        color: #fff !important;
    }

    header.sticky nav .navbar .dropdown a {
        color: #fff !important;
    }

    header.sticky nav .navbar ul li a:hover {
        color: #009fd4 !important;
    }

    header.sticky nav .navbar .dropdown a:hover {
        color: #009fd4 !important;
    }

    header.sticky nav .navbar .dropdown a ul li a:hover {
        color: #009fd4 !important;
    } */

}

/* .sticky-imgz {
    display: none;
}

.nav-imgz {
    display: block;
}

header.sticky .nav-imgz {
    display: none;
}

header.sticky .sticky-imgz {
    display: block;
} */

/* ---------------new-style----nav----------- */




@media (max-width:992px) {

    .mailchimp-one .inner-container {
        padding-left: 15px;
        padding-right: 15px;
    }

    .hamburger {
        display: block;
        margin-right: 35px;
    }

    .active .bar:nth-child(2) {
        opacity: 0
    }

    .active .bar:first-child {
        -webkit-transform: translateY(8px) rotate(-315deg);
        transform: translateY(8px) rotate(-315deg);
        width: 300%
    }

    .active .bar:nth-child(3) {
        -webkit-transform: translateY(-10px) rotate(-45deg);
        transform: translateY(-10px) rotate(-45deg);
        width: 300%
    }

    .nav-menu {
        width: 100%;
        height: 100%;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: start;
        align-items: center;
        position: fixed;
        top: 75px;
        right: -100%;
        -webkit-transition: .5s;
        transition: .5s;
        margin: 0 auto;
    }

    .nav-menu li {
        padding: 0
    }

    .nav-link {
        margin: .2rem 0;
        z-index: 1
    }

    .active {
        right: 0;
        z-index: 100;
        transition: .2s
    }
}

@media screen and (max-width:480px) {
    .nav-link {
        padding: .75rem 0
    }

    .logo img {
        width: 120px;
    }

    .banner-two__btn-block {
        flex-direction: column;
        justify-content: flex-start;
        align-items: flex-start;
    }

    .banner-two__btn-block .thm-btn:nth-child(2) {
        margin-left: 0;
        margin-top: 20px;
    }
}


/* ----nav--btn---- */
.btn-call {
    padding: 15px 70px;
    background-color: transparent;
    color: #000;
    -webkit-transition: all .15s ease-in;
    transition: all .15s ease-in;
    text-transform: capitalize;
    -webkit-transition: all .15s ease-in;
    transition: all .15s ease-in;
    font-size: 23px;
    letter-spacing: 1px;
    cursor: pointer;
    text-transform: uppercase;
    margin-right: 20px;
    font-weight: 500;
    margin-top: 45px;
    border: 2px solid #226322;
    border-left: 30px solid #226322;
}

.btn-call:hover {
    background-color: #226322;
    color: #fff;
}
.btn-2{
    padding: 10px 35px;
    background-color: transparent;
    color: #000;
    -webkit-transition: all .15s ease-in;
    transition: all .15s ease-in;
    text-transform: capitalize;
    -webkit-transition: all .15s ease-in;
    transition: all .15s ease-in;
    font-size: 20px;
    letter-spacing: 1px;
    cursor: pointer;
    text-transform: capitalize;
    margin-right: 20px;
    font-weight: 500;
    margin-top: 45px;
    border: 2px solid #226322;
    border-left: 25px solid #226322;
}
.btn-2:hover{
    background-color: #226322;
    color: #fff;
}
.nav-item .active {
    color: #C9DD49;
}

/* --------------------Banner------------------- */
.bantop{
    background-color: #C9DD49 ;
    padding: 8px 0;
}
.toppargh{
    font-size: 15px;
    color: #000;
    margin-bottom: 0;
}
.topicons{
    font-size: 17px;
    color: #000;
}
.topsocial li{
    list-style: none;
    display: inline-block;
    font-size: 15px;
    color: #212121;
}
.topsocial li a{
    font-size: 15px;
    color: #212121;
}
.topbtn{
    background-color: #d8762d;
    color: #fff;
    font-size: 16px;
    padding: 5px 30px;
    border: none;
    border-radius: 26px;
}
.topbtn:hover{
    background-color: #df6c14;
}
.orgspan{
    color: #d8762d;
}
.sec001{
    padding: 90px 0 70px;
}
.ban-section {
    background-image: url('../images/banner.webp');
    background-repeat: no-repeat;
    background-position: left;
    background-size: cover;
    height: 100%;
    padding: 130px 0 150px;
}
.ban-title-1 {
    font-size: 57px;
    font-weight: 800;
    color: #000;
    line-height: 1.4;
    margin: 0 0 10px;
    letter-spacing: 2px;
    text-transform: uppercase;
}
.ban-title {
    font-size: 85px;
    font-weight: 700;
    color: #fff;
    line-height: 1.4;
    margin: 0 0 25px;
    letter-spacing: 2px;
    padding: 10px 15px;
    background-color: #226322;
}
.banpargh-2{
    font-size: 28px;
    color: #000;
    line-height: 1.5;
    font-weight: 500;
    margin-bottom: 10px;
}
.ban-pargh {
    font-size: 18px;
    color: #000;
    line-height: 1.5;
    font-weight: 400;
    margin-bottom: 10px;
    text-align: justify;
}
.banicons{
    font-size: 31px;
    color: #000;
}
.banhr{
    max-width: 130px;
    opacity: 1;
    margin-top: 30px;
    border-top: 4px solid #000 !important;
}



@media screen and (max-width:480px) {
    .ban-title {
        font-size: 48px;
        margin-left: 0;
        padding-right: 10px;
    }

    .bantitle-2 {
        font-size: 36px;

    }

    .bg-blu-gradient {
        padding: 50px 0;
    }


    .ban-section {
        padding: 45px 0;
    }


}


/* -----------------About-page------------------- */

.aboutheads{
    font-size: 50px;
    font-weight: 700;
    color: #226322;
    letter-spacing: 1px;
    line-height: .8;
    position: relative;
}
.aboutheads:after {
    content: '';
    position: absolute;
    left: 0;
    bottom: -10px;
    height: 3px;
    background-color: #C9DD49;
    width: 110px;
}
.about-pargh{
    font-size: 17px;
    color: #404040;
    text-align: justify;
}
.about-parghs{
    font-size: 17px;
    color: #404040;
}

/* -------------Top-Categories----------------- */

.bgivy{
    background-color: #F4F5EA;
    padding: 90px 0 80px;
}
.catbox{
    padding: 25px;
    border-radius: 16px;
    height: 100%;
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
}
.catheads{
    font-size: 32px;
    font-weight: 600;
    color: #000;
    line-height: 1.4;
    margin-bottom: 20px;
}
/* ---------------contact-form------------------ */
.form-pad{
    padding: 35px;
    height: 100%;
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
}
.frms{
    max-width: 500px;
    margin: 0 auto;
}
.formscontrol{
    border: none;
    border-bottom: 2px solid #ddd;
    padding: 15px 10px;
    margin-bottom: 15px;
}
.formscontrol::placeholder{
    font-size: 21px;
    color: #909090;
}
.btn-sub{
    padding: 12px 55px;
    border-radius: 10px;
    font-size: 21px;
    background-color: #d8762d;
    color: #fff;
    border: none;
    margin-bottom: 35px;
}
.contact-form-heads{
    font-size: 44px;
    font-weight: 600;
    line-height: 1.4;
    color: #000;
    margin-bottom: 45px;
}
.loc-heads{
    font-size: 28px;
    font-weight: 600;
    line-height: 1.4;
    color: #000;
    margin-bottom: 15px;
    margin-top: 25px;
}
.loc-icon{
    font-size: 33px;
    color: #d8762d;
    margin-right: 15px;
}
.locpargh{
    font-size: 23px;
    color: #707070;
    line-height: 1.2;
    padding-left: 25px;
    margin-bottom: 35px;
}

/* -----------------greencards---------------- */
.greencard{
    background-color: #226322;
    padding: 50px 30px;
}
.greenheads{
    font-size: 25px;
    line-height: 1.4;
    color: #fff;
    font-size: 400;
    margin-bottom: 0 !important;
}
.lightgreencard{
    background-color: #C9DD49;
    padding: 50px 30px;
}
.lightgreenheads{
    font-size: 25px;
    line-height: 1.4;
    color: #000;
    font-size: 400;
    margin-bottom: 0 !important;
}
.ivycard{
    background-color: #F4F5EA;
}
.ivybox{
    padding: 25px 20px;
}
.ivyheads{
    font-size: 28px;
    line-height: 1.4;
    color: #000;
    font-weight: 300;
    margin-bottom: 15px;
    position: relative;
    letter-spacing: 1px;
}
.ivyheads:after {
    content: '';
    position: absolute;
    left: 0;
    bottom: -6px;
    height: 2px;
    background-color: #000;
    width: 45px;
}


/* --------------footer----------------- */

footer {
    background-color: #226322;
    padding: 70px 0 60px;
}
.footerpargh{
    font-size: 20px;
    color: #fff;
}
.footerparghs{
    font-size: 16px;
    color: #fff;
    line-height: 1.4;
}

hr{
    border-top: 2px solid #fff !important;
    opacity: .5;
}

@media screen and (max-width:480px) {

    footer {
        padding: 20px 12px;
        text-align: center;
    }
    .footer-heads, .footlinks li a{
        text-align: center;
    }
    .wview, .bantop, .bords {
        display: none;
    }

    .img-box img {
        height: 100%;
        width: 100%;
    }
}


/* -------------contact-page------------------- */

.form-control {
    background-color: transparent;
    border-radius: 0;
    border: 2px solid #bbb;
    padding: 21px 15px;
    margin-bottom: 25px;
    font-size: 19px;
}
.form-control::placeholder{
    color: #aaa;
}
.formheads{
    font-size: 40px;
    color: #000;
    line-height: 1.4;
    margin-bottom: 35px;
    font-weight: 600;
}

