@import url('//fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,600;0,700;1,400&family=Oswald:wght@400;600;700&display=swap');

* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
    font-family: var(--var-font-family);
}
a:focus {
    text-decoration: none !important;
}
html {
    overflow-x: hidden;
}

body {
    overflow-x: hidden;
}

@font-face {
    font-family: myFirstFont;
    src: url('font/Batabo Regular.otf');
}

@font-face {
    font-family: myFirstFont1;
    src: url('font/Batabo Regular.ttf');
}

@font-face {
    font-family: iowanBT;
    src: url('font/bitstream_iowan_old_style.ttf');
}

:root {
    --heading-size: 81px;
    --heading-color: #fff;
    --heading-family: myFirstFont1;
    --pera-family: myFirstFont;
    --heading-weight: 400;
    /* --pera-color: #5d96ed; */
    --pera-color: #53A6B6;
    --pera-font: 30px;
    --span-font: 30px;
    /* --span-color: #e4008d; */
    --span-color: #c9508d;
    --pp-font: 16px;
    --comman-hd-font: 35px;
    --comman-clr: #2e5581;
    --comman-hd-font1: 40px;
    --comman-pera-font1: 18px;
    /* --heading-color1: #4372c3; */
    --heading-color1: #53A6B6;
    --heading-size1: 51px;
    --max-width: 1460px;
    --vote-heading-color: #3f6b9b;
    --var-font-family: 'Open Sans';
    --var-font-family-iowan: iowanBT;
}
a.an-color {
    color: #2d933f;
    transition: .3s;
}
a.an-color:hover {
    opacity: .8;
}
.min-hm-div {
    width: 100%;
    margin: 0 auto;
    position: relative;
    max-width: var(--max-width);
    text-align: center;
    overflow: hidden;
}

.min-hm-div img {
    width: 100%;
    margin: 0 auto;
    text-align: center;
}

.main-logo-div {
    width: 100%;
    text-align: center;
    position: absolute;
    justify-content: space-evenly;
    top: 25px;
    left: 0px;
    display: flex;
    flex-wrap: wrap;
    /*align-items: center;*/
    padding: 0px 20px;
    z-index: 10;    
}


/*.main-logo-div1{*/


/*    width: 30%;*/


/*}*/

.main-logo-div1 img {
    width: 32%;
    position: relative;
    top: -7px;
    height: 220px;
    width: auto;
}
@media (max-width: 1350px) {
    .main-logo-div1 img {
        height: 190px;
    }
}
@media (max-width: 1250px) {
    .main-logo-div1 img {
        height: 150px;
    }
}
@media (max-width: 991px) {
    .main-logo-div1 img {
        height: 128px;
    }
}

.main-logo-div1:nth-child(2) {
    text-align: right;
    padding-right: 0px;
    width: 5%;
}


/*.main-logo-div1:nth-child(1) {*/


/*    text-align: left;*/


/*    width: 15%;*/


/*}*/

.main-logo-div1:nth-child(1) {
    text-align: center;
    width: 95%;
    margin: 0px;
}

.main-text-div {
    width: 100%;
    text-align: center;
    position: absolute;
    bottom: 93px;
    left: 0px;
}

.main-text-div h2 {
    color: var(--heading-color);
    font-size: var(--heading-size);
    /*font-family: var(--heading-family);*/
    /*font-weight: var(--heading-weight);*/
    font-family: 'Boogaloo', cursive;
    font-weight: 400;
    font-size: 85px;
    text-shadow: 2px 2px 0px #000;

}



.billboard-area .owl-carousel .owl-nav button.owl-next, 
.billboard-area .owl-carousel .owl-nav button.owl-prev {
    font-size: 50px;
    top: 50%;
    transform: translateY(-50%);
    margin: 0;
    padding: 0px 15px 11px 15px !important;
    background: rgba(0,0,0,.1);
    display: block;
    color: #fff;
    line-height: 1;
    transition: .3s;
    max-height: 60px;
    bottom: auto;
}
.billboard-area .owl-carousel .owl-nav button.owl-prev {
  position: absolute;
  left: 0;
}
.billboard-area .owl-carousel .owl-nav button.owl-prev:hover  {
  background: var(--span-color);
}
.billboard-area .owl-carousel .owl-nav button.owl-next {
    position: absolute;
    right: 0;
}
.billboard-area .owl-carousel .owl-nav button.owl-next:hover  {
  background: var(--span-color);
}

@media (max-width: 767px) {
    .billboard-area .owl-carousel .owl-nav button.owl-next, .billboard-area .owl-carousel .owl-nav button.owl-prev {
        font-size: 29px;
        padding: 0px 10px 8px 8px !important;
    }
}


.min-hm-div1 {
    width: 100%;
    margin: 30px auto 30px auto;
    overflow: hidden;
    text-align: center;
    max-width: var(--max-width);
}

.min-hm-div1 p {
    color: var(--pera-color);
    font-size: var(--pera-font);
    line-height: 40px;
    font-family: var(--var-font-family-iowan);
}

.min-hm-div1 p span {
    color: var(--span-color);
    font-family: var(--var-font-family-iowan);
}

.listImg p span {
    font-family: var(--IowanOldSt);
    font-size: 20px;
    letter-spacing: -0.14px;
    color: #2d933f;
}

.min-hm-div2 {
    width: 100%;
    margin: 20px auto 20px auto;
    position: relative;
    max-width: var(--max-width);
    text-align: center;
    overflow: hidden;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.min-hm-div2 div {
    width: 33.3%;
}

.min-hm-div2 div img {
    width: 100%;
    vertical-align: middle;
}

.min-hm-div2 div p {
    color: var(--heading-color);
    font-size: 26px;
    line-height: 32px;
    margin-bottom: 11px;
    margin-top: 11px;
}

.min-hm-div2 div:nth-child(1) {
    /* background-color: #e4008d; */
    background-color: #c9508d;
    padding: 0px 55px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.min-hm-div2 div:nth-child(3) {
    background-color: #2e5581;
    padding: 0px 55px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.min-hm-div2 div:nth-child(5) {
    /* background-color: #1d9f0f; */
    background-color: #009844;
    padding: 0px 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}



.min-hm-div3 {
    width: 100%;
    margin: 20px auto 0px auto;
    position: relative;
    max-width: var(--max-width);
    text-align: center;
    overflow: hidden;
}

.min-hm-div3 h2 {
    font-size: var(--comman-hd-font);
    color: var(--comman-clr);
    font-weight: 400;
    font-family: var(--var-font-family-iowan);
}

.min-hm-div4 {
    width: 100%;
    margin: 0px auto 20px auto;
    position: relative;
    max-width: var(--max-width);
    text-align: center;
    overflow: hidden;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    position: relative;
}

.min-hm-inrr-div4 {
    width: 14%;
}

.min-hm-inrr-div4 h2 {
    color: var(--comman-clr);
    font-weight: 600;
    font-size: var(--comman-hd-font1);
    font-family: var(--var-font-family-iowan);
}

.min-hm-inrr-div4 p {
    color: var(--comman-clr);
    font-weight: 400;
    font-size: var(--comman-pera-font1);
    margin-top: 6px;
    line-height: 24px;
    font-family: var(--var-font-family-iowan);
}

.home-pge-last-div {
    background-color: #f6f7fb;
    padding: 50px 0px;
    width: 100%;
    max-width: var(--max-width);
    overflow: hidden;
    margin: 0 auto;
    margin-top: -20px;
    text-align: center;
}

.home-pge-last-div h2 {
    color: var(--heading-color1);
    font-size: var(--heading-size1);
    font-family: var(--heading-family);
    font-weight: var(--heading-weight);
    font-family: 'Boogaloo', cursive;
}

.home-pge-last-inrr-div {
    width: 100%;
    margin: 25px auto 0 auto;
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
}

.home-pge-last-inrr-div div {
    width: 30%;
}

.home-pge-last-inrr-div div img {
    width: 100%;
}

.min-hm-div5 {
    width: 100%;
    margin: -90px auto 20px auto;
    position: relative;
    max-width: var(--max-width);
    text-align: center;
    overflow: hidden;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    align-items: center;
}

.min-hm-div5 .min-hm-inrr-div5 {
    width: 40%;
    text-align: left;
}
.min-hm-div5 .min-hm-inrr-div5.mt-ct-safe {
    width: 50%;
}


.min-hm-div5 .min-hm-inrr-div5 h2 {
    color: var(--vote-heading-color);
}

.min-hm-div5 .min-hm-inrr-div5:nth-child(2) {
    text-align: right;
}

.min-hm-div5 .min-hm-inrr-div5 h2 {
    color: var(--vote-heading-color);
    font-size: 30px;
    font-weight: 600;
    margin-bottom: 50px;
}

.min-hm-div5 .min-hm-inrr-div5 p {
    font-size: 16px;
    font-weight: 400;
    margin-bottom: 25px;
}

.panel-bar-div {
    width: 100%;
    margin: 0 auto;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    justify-content: start;
    flex-wrap: wrap;
}

.panel-bar-div div {
    width: 100%;
    margin: 0 auto 10px auto;
    position: relative;
}

.panel-bar-div div p {
    margin-bottom: 0xp;
}

.panel-bar-innr-div::after {
    content: "";
    position: absolute;
    background-color: #e4008c;
    height: 4px;
    width: 10px;
    bottom: 10px;
    left: 0px;
}

.panel-bar-innr-div:nth-child(1)::after {
    width: 100%;
}

.panel-bar-innr-div:nth-child(2)::after {
    width: 50%;
}

.panel-bar-innr-div:nth-child(3)::after {
    width: 16%;
}
.panel-bar-innr-div:nth-child(4)::after {
    width: 4%;
}
.min-hm-div6 {
    width: 100%;
    margin: 0 auto;
    overflow: hidden;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    max-width: var(--max-width);
}

.min-hm-div6 .min-hm-innr-div6:nth-child(1) {
    width: 39%;
}

.min-hm-div6 .min-hm-innr-div6:nth-child(2) {
    width: 39%;
    position: relative;
    z-index: 1;
}

.min-hm-div6 .min-hm-innr-div6:nth-child(3) {
    width: 22%;
    background-color: #f6f7fb;
}

.min-hm-div6 .min-hm-innr-div6 img {
    width: 100%;
    vertical-align: middle;
}

.min-hm-div6 .min-hm-innr-div6:nth-child(3) img:nth-child(2) {
    width: 35%;
    margin-top: 40px;
}

.min-hm-div6 .min-hm-innr-div6:nth-child(3) h2 {
    font-size: 32px;
    font-weight: 700;
    padding: 0px 30px;
    position: relative;
    top: -62px;
}

.img-innr-div {
    width: 100%;
    margin: 0 auto;
    overflow: hidden;
    position: relative;
}

.img-innr-div:nth-child(1) .main-hover-image-div {
    position: absolute;
    z-index: 1;
    top: 0px;
    width: 100%;
    height: 100%;
    background-color: #cc0881e8;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding-top: 0px;
    padding-bottom: 0px;
    padding-left: 95px;
    padding-right: 32px;
    opacity: 1;
    transition: all 0.4s ease-in-out;
}

.main-hover-image-div h2 {
    color: #fff;
    font-size: 32px;
    margin-bottom: 15px;
    font-weight: 600;
}

.main-hover-image-div p {
    color: #fff;
    font-size: 23px;
    margin-bottom: 5px;
    font-weight: 400;
}

.img-innr-div:nth-child(2) .main-hover-image-div {
    position: absolute;
    z-index: 1;
    top: 0px;
    width: 100%;
    height: 100%;
    background-color: #787b81e8;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 0px 95px;
    opacity: 1;
    transition: all 0.4s ease-in-out;
}

.img-innr-div .main-hover-image-div a h2 {
    transition: .3s;
}
.img-innr-div .main-hover-image-div a:hover h2 {
    opacity: .8;
}
.img-innr-div:hover {
    cursor: pointer;
}

.img-innr-div:hover .main-hover-image-div {
    opacity: 1;
    transition: all 0.4s ease-in-out;
}

img.location-img {
    position: absolute;
    left: 15%;
    width: 8% !important;
    /* top: 25%; */
}

.accordian-main-div {
    width: 90%;
    margin: 20px auto 20px auto;
    overflow: hidden;
    border-bottom: 2px solid #d9d9d9;
    padding-bottom: 12px;
}

.accordian-main-div1 {
    width: 100%;
    margin: 0 auto 10px auto;
    overflow: hidden;
    position: relative;
}

.accordian-main-div1 h2 {
    font-size: 20px;
}

.accordian-main-div2 {
    width: 100%;
    margin: 0 auto 10px auto;
    overflow: hidden;
    position: relative;
    display: none;
}

.accordian-main-div2 p {
    font-size: 13px;
    font-weight: 500;
    line-height: 20px;
}

.accordian-main-div:hover {
    cursor: pointer;
}

.accordian-main-div1 img {
    width: 5% !important;
    position: absolute;
    right: 0px;
    top: 4px;
}

.arrowup {
    display: none;
}

.main-read-more {
    position: absolute;
    right: 20px;
    bottom: 10px;
}

.main-read-more a {
    display: block;
    text-decoration: none;
    /* color: #e4008d; */
    color: #c9508d;
    font-size: 17px;
    font-weight: 500;
}

.main-read-more a:hover {
    cursor: pointer;
    opacity: 0.7;
}

.sidenav {
    height: 580px;
    width: 0;
    position: absolute;
    z-index: 1;
    top: -25px;
    right: -370px;
    background-color: #479751d9;
    transition: 0.5s;
    padding-top: 60px;
}

div#mySidenav ul {
    margin: 0px;
    padding: 0px;
    list-style-type: none !important;
    display: flex;
    flex-wrap: wrap;
    justify-content: end;
}

div#mySidenav ul li {
    list-style-type: none;
    margin-bottom: 30px;
    padding: 0px 16px 0px 50px;
}

.sidenav ul li a {
    text-decoration: none;
    font-size: 20px;
    color: #fff;
    transition: 0.3s;
    font-family: var(--var-font-family-iowan);
    position: relative;
    padding-bottom: 0px;
    display: block;
}

.sidenav ul li a::after {
    content: "";
    background-color: #fff;
    width: 0%;
    height: 2px;
    right: 0px;
    transition: all 0.4s ease-in-out;
    display: block;
    margin: 0 auto 0px auto;
    bottom: -2px;
    position: relative;
}

.sidenav ul li a:hover::after {
    width: 100%;
    transition: all 0.4s ease-in-out;
}

.sidenav ul li a:hover {
    color: #f1f1f1;
    text-decoration: none !important;
}

.sidenav .closebtn {
    position: absolute;
    top: -10px;
    right: 25px;
    font-size: 50px;
    margin-left: 50px;
    color: #fff !important;
    text-decoration: none !important;
    margin-bottom: 12px;
}

.span-open {
    font-size: 55px;
    cursor: pointer;
    color: #333;
}

.slide-crls-main-div {
    width: 84%;
    text-align: center;
    justify-content: space-evenly;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    padding: 0px 0px;
    margin: 0 auto;
}

.slide-crls-main-div1 {
    width: 30%;
    text-align: left;
    position: relative;
}

.slide-crls-main-div1 h2 {
    font-size: 16px;
    font-weight: 600;
    font-family: var(--var-font-family-iowan);
    margin-bottom: 5px;
}

.slide-crls-main-div1 p {
    font-size: 15px;
    font-weight: 400;
    font-family: var(--var-font-family-iowan);
    margin-bottom: 5px;
}

.carousel-indicators {
    display: none !important;
}

.carousel-control.left {
    background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, .5) 0, rgba(0, 0, 0, .0001) 100%);
    background-image: -o-linear-gradient(left, rgba(0, 0, 0, .5) 0, rgba(0, 0, 0, .0001) 100%);
    background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, .5)), to(rgba(0, 0, 0, .0001)));
    background-image: linear-gradient(to right, rgb(0 0 0 / 0%) 0, rgba(0, 0, 0, .0001) 100%) !important;
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#00000000', GradientType=1);
    background-repeat: repeat-x;
}

.carousel-control.right {
    background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, .5) 0, rgba(0, 0, 0, .0001) 100%);
    background-image: -o-linear-gradient(left, rgba(0, 0, 0, .5) 0, rgba(0, 0, 0, .0001) 100%);
    background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, .5)), to(rgba(0, 0, 0, .0001)));
    background-image: linear-gradient(to right, rgb(0 0 0 / 0%) 0, rgba(0, 0, 0, .0001) 100%) !important;
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#00000000', GradientType=1);
    background-repeat: repeat-x;
}


/*.carousel-control .glyphicon-chevron-left, .carousel-control .icon-prev {*/


/*    left:5% !important;*/


/*    color: #000 !important;*/


/*    opacity: 1 !important;*/


/*}*/

.fa-long-arrow-alt-left {
    left: 6% !important;
    color: #000 !important;
    opacity: 1 !important;
    top: 42% !important;
    position: absolute;
}


/*.carousel-control .glyphicon-chevron-right, .carousel-control .icon-next {*/


/*    right: 22% !important;*/


/*    color: #000 !important;*/


/*    opacity: 1 !important;*/


/*}*/

.fa-long-arrow-alt-right {
    right: 30% !important;
    color: #000 !important;
    opacity: 1 !important;
    top: 42% !important;
    position: absolute;
}

.carousel-control {
    opacity: 1 !important;
}

.slide-crls-main-div1::after {
    content: "";
    position: absolute;
    background-color: #A9A9A9;
    height: 50px;
    width: 1px;
    top: 26%;
    right: 11px;
}

.slide-crls-main-div1:nth-child(1)::before {
    content: "";
    position: absolute;
    background-color: #A9A9A9;
    height: 50px;
    width: 1px;
    top: 26%;
    left: -34px;
}

.min-hm-div1 h2 {
    color: #429651;
    font-size: 38px;
    margin-bottom: 21px;
}

.prt-div p {
    color: #666666;
    font-size: var(--pera-font);
    line-height: 40px;
    font-family: var(--var-font-family-iowan);
    padding: 0px 52px;
}

.prot-main-div {
    width: 80%;
    margin: 55px auto 50px auto;
    overflow: hidden;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    max-width: 1460px;
}

.prot-main-div1 {
    width: 48%;
    text-align: center;
}

.prot-main-div1 img {
    width: 100%;
}

.prot-main-div1 p {
    color: #777777;
    font-size: var(--pp-font);
    line-height: 24px;
    margin-bottom: 11px;
    margin-top: 11px;
}

.prot-main-div1 p strong {
    color: #000;
}

.footer-div {
    width: 100%;
    margin: 30px auto 10px auto;
    display: flex;
    justify-content: center;
    flex-direction: column;
    flex-wrap: wrap;
    align-items: center;
}

.footer-div img {
    width: 36%;
    text-align: center;
    margin: 0 auto 10px auto;
}

.footer-div p {
    font-size: 14px;
    font-weight: 400;
    margin-bottom: 4px;
}

.min-hm-div6 .min-hm-innr-div6:nth-child(3) p {
    font-size: 15px;
    margin-top: -52px;
    padding-left: 30px;
    padding-right: 25px;
    font-weight: 600;
}

.main-hover-image-div a {
    color: #fff;
    font-size: 23px;
    margin-bottom: 5px;
}

.main-hover-image-div .img-link img {
    width: 7% !important;
    margin-right: 4px;
    display: none;
    transition: all 0.3s ease;
}


.img-innr-div:nth-child(1) a:hover img {
    display: inline-block;
    transition: all 0.3s ease;
}

.img-innr-div:nth-child(1) a:hover {
    color: white !important;
    text-decoration: none !important;
    transition: all 0.3s ease;
    opacity: 0.8;
}

.img-innr-div:nth-child(2) a:hover img {
    display: inline-block;
    transition: all 0.3s ease;
}

.img-innr-div:nth-child(2) a:hover {
    color: white !important;
    text-decoration: none !important;
    transition: all 0.3s ease;
    opacity: 0.8;
}

/* .main-hover-image-div:hover p img {
    display: inline-block;
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  animation-delay: 0.4s;
} */

.main-hover-image-div:hover p {
    opacity: 0.7;
    transition: all 0.4s ease-in-out;
    animation-delay: 0.4s;
}



.mtr-div:nth-child(1) {
    width: 80%;
    display: flex;
    justify-content: end;
    flex-wrap: wrap;
}

.mtr-div:nth-child(2) {
    width: 50%;
    display: flex;
    justify-content: end;
    flex-wrap: wrap;
    padding-right: 20px;
}

.mtr-div:nth-child(2) span.span-open {
    color: #000 !important;
}

.mtr-div:nth-child(2) div#mySidenav {
    top: 0px !important;
}

.main-hover-image-div:hover span {
    transition: all 0.3s ease;
    margin-left: 32px !important;
}

.min-hm-innr-div2:nth-child(5) ul {
    list-style-type: square;
    color: white;
    font-size: var(--pp-font);
    ;
}

.min-hm-innr-div2:nth-child(5) ul {
    margin-bottom: -1px !important;
}


.min-hm-div2 div:nth-child(5) {
    padding-top: 9px;
}

.my-modal-content p:nth-child(1) {
    font-size: 37px;
    font-family: 'Open Sans', sans-serif;
    font-weight: 300;
    color: #1d9f0f;;
    letter-spacing: -0.14px;
}

.my-modal-content p:nth-child(2) {
    font-family: var(--var-font-family);
}

.cross {
    position: relative;
    z-index: 9999;
    
}

.cross i {
    content: '';
    position: absolute;
    top: -49px;
    right: 72px;
    color: black;
    cursor: pointer;
    font-size: 20px;
    font-weight: bolder;
}











/* one */
.img-cont {
    position: relative;
    font-family: var(--var-font-family);;
  }
  
  .text-block {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-color: white;
    color: white;
    height: 250px !important;
    width: 200px !important;
    display: none;
    line-height: 250px;
    text-align: center;

}

.text-block-out{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    height: 250px !important;
    width: 200px !important;
}

.img-cont:hover .text-block{
    display: block;
}




.text-block p{
    /* color: #1d9f0f; */
    color: #009844;
    font-size: 27px;
    display: inline-block;
    vertical-align: middle;
    line-height: normal;

}

/* one */


/* two */
.img-cont-two {
    position: relative;
    font-family: var(--var-font-family);;
  }


  
  .text-block-two {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-color: white;
    color: white;
    height: 250px !important;
    width: 200px !important;
    display: none;
    line-height: 250px;
  text-align: center;

}

.text-block-two p{
    font-size: 27px;
}

.img-cont-two:hover .text-block-two{
    display: block;
}


.text-block-out-two{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    height: 250px !important;
    width: 200px !important;
}


.text-block-two p{
    /* color: #1d9f0f; */
    color: #009844;
    font-size: 27px;
    display: inline-block;
    vertical-align: middle;
    line-height: normal;

}
/* two end */




/* three */
.img-cont-three {
    position: relative;
    font-family: var(--var-font-family);;
  }
  
  .text-block-three {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-color: white;
    color: white;
    height: 250px !important;
    width: 200px !important;
    display: none;
    line-height: 250px;
  text-align: center;

}

.text-block-three p{
    font-size: 27px;
}

.text-block-out-three{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    height: 250px !important;
    width: 200px !important;
}

.img-cont-three:hover .text-block-three{
    display: block;
}


.text-block-three p{
    /* color: #1d9f0f; */
    color: #009844;
    font-size: 27px;
    display: inline-block;
    vertical-align: middle;
    line-height: normal;

}
/* three end */


.home-pge-last-inrr-div{
    font-family: 'Open Sans';
}

.main-hover-image-div>div {
    margin-left: 31px;
}

.location-img1{
    left: 15% !important;
}

.text-block{
    position: relative;
}

.arrow{
    content: '';
    position: absolute;
    background-color: white;
    height: 27px;
    width: 27px !important;
    transform: rotate(44deg);
    top: -7px;
    left: 87px;
}

.arrow2 {
    content: '';
    position: absolute;
    background-color: white;
    height: 18px;
    width: 18px !important;
    transform: rotate(44deg);
    top: 101px;
    right: -9px;
}

.col-1{
    width: 8.33333333% !important;
    float: left;
    position: relative;
    min-height: 1px;
    
    padding-left: 15px;
}

.col-11{
    width: 91.66666667% !important;
    float: left;
    position: relative;
    min-height: 1px;
    padding-right: 15px;
}


.btn-hover-ctrl {
    transition: .3s;
    color: #2d933f;
}
.btn-hover-ctrl:hover {
    color: #2d933f;
    opacity: .8;
}




/*Popup Modal Safe*/


@media (min-width: 768px){
    .modal-open .popup-modal-safe.modal {
        padding-right: 0 !important;
        margin-left: auto;
        margin-right: auto;
    }
    .popup-modal-safe.modal {
        padding-top: 170px;
        padding-right: 0
    }
}
.modal-backdrop {
    background-color: #3e423c !important;
    opacity: .4 !important;
}
.popup-modal-safe .modal-header .close {
    margin-top: 15px;
    margin-right: 15px;
    font-size: 18px;
    color: #e39cc8;
    opacity: 1;
    transition: .3s;
}
.popup-modal-safe .modal-header .close:hover {
    color: #fff;
}
.popup-modal-safe .modal-header {
    border: 0;
    padding: 0;
}
.popup-modal-safe .modal-content {
    background: #b90775;
    border-radius: 0;
    border: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    color: #fff;
    text-align: center;
}
.popup-modal-safe .modal-content h4 {
    font-family: var(--var-font-family-iowan);
    font-size: 70px;
    font-weight: 700;
}
.popup-modal-safe .modal-content p {
    font-family: 'Open Sans', sans-serif;
    font-size: 42px;
    line-height: 52px;
    margin-top: 50px;
}
.popup-modal-safe .modal-content .modal-img-safe img {
    max-width: 200px;
    margin-top: 40px;
    margin-bottom: 80px;
}
.popup-modal-safe .modal-content .modal-img-safe a {
    transition: .3s;
}
.popup-modal-safe .modal-content .modal-img-safe a:hover {
    opacity: .8;
}
@media screen and (max-height: 865px) and (orientation: landscape) {
    .popup-modal-safe .modal-content h4 {

    }
    .popup-modal-safe .modal-content p {
        font-size: 32px;
        line-height: 42px;
        margin-top: 25px;
    }
    
    .popup-modal-safe .modal-content .modal-img-safe img {
        margin-top: 15px;
        margin-bottom: 25px
    }
}

@media (max-width: 767px) {

    .popup-modal-safe.modal {
        top: 60px;
        margin: auto;
        padding-left: 10%;
        padding-right: 10% !important;
    }
    .popup-modal-safe .modal-content h4 {
        font-size: 42px;
    }
    .popup-modal-safe .modal-content p {
        font-size: 26px;
        line-height: 36px;
        margin-top: 30px;
    }
    .popup-modal-safe .modal-content .modal-img-safe img {
        max-width: 150px;
        margin-top: 20px;
        margin-bottom: 30px;
    }
}


@media (max-width: 448px) {
    .popup-modal-safe .modal-content h4 {
        font-size: 32px;
    }
    .popup-modal-safe .modal-content p {

    }
    .popup-modal-safe .modal-content .modal-img-safe img {

    }
}


@media (max-width: 374px) {
    .popup-modal-safe .modal-content h4 {
        font-size: 26px;
    }
    .popup-modal-safe .modal-content p {
        font-size: 18px;
        line-height: 26px;
    }
    .popup-modal-safe .modal-content .modal-img-safe img {

    }
}





/*Timeline*/
/* ===================== */
/* ===================== */

/* Timeline */
/* Code Here ↓ */

/*.timeline {
  padding: 3rem 2rem;
  
  max-width: 1000px;
  border-radius: 12px;
  
  background-color: white;
  box-shadow: 0 4px 25px -20px rgba(0,0,0.2);
}*/
.timeline {
    margin-bottom: 30px;
}
#about .text1.text-left .timeline p {
    padding-bottom: 10px;
}
.tl-content .tl-header, 
.tl-content .tl-body {
  padding-left: 25.6px;
  
}

.tl-body {
  padding-bottom: 5px;
  margin-bottom: -20px;
}

.tl-content:last-child .tl-body {
  border-left: 3px solid transparent;
}

.tl-header {
  position: relative;
  display: grid;
  
  padding-top: 1rem;
  padding-bottom: 0;
}

.tl-title {
  font-weight: 600;
  font-size: 1em;
  
  border-bottom: 1px solid gainsboro;
}
#about .text1.text-left p.tl-title {
    color: #009844;
}

.tl-time {
  font-size: 0.7em;
}

.tl-marker {
  display:block;
  position: absolute;

  width: 16px;
  height: 16px;
  border-radius: 50% / 50%;
  
  background: gainsboro;
  
  left: -1.1rem;
  top: 50%;
  
  transform: translate(50%,-50%);
}

.tl-content-active {
    border-left: 3px solid gainsboro;
}
.tl-content-active .tl-marker {
  padding: 1.6px;
  
  left: -1.25rem;
  
  width: 18px;
  height: 18px;
  
  border: 2px solid #009844;
  
  background-color: #009844;
  background-clip: content-box;
  
  box-shadow: 0 0 15px -2px #009844;
}

.tl-content-active .tl-title {
  font-weight: 500;
  
  color: #429651;
}

/* Code Here ↑ */
/* Timeline */

/* ==================== */


/*Floating*/
.float-safe-1 {
    float: left;
    padding-right: 15px;
    max-width: 270px;
}
.float-safe-2 {
    float: right;
    padding-left: 15px;
    max-width: 270px;
}
.in-special-left-right p {
    margin-bottom: 20px !important;
}

@media (max-width: 767px) {
    .in-special-left-right p {
        margin-bottom: 40px !important;
    }
}


/*Featured*/
.featered {
    margin-top: 20px;
    margin-bottom: 50px;
}

.featured-item img {
    height: 60px;
}
.featured-item h3 {
    margin-top: 15px;
    font-family: var(--var-font-family-iowan);
    font-weight: 700;
    color: #43964e;
    font-size: 17px;
    line-height: 1.2;
}
@media (max-width: 991px) {
    .featured-item {
        margin-bottom: 30px;
    }
    .featured-item img {
        
    }
}

.activities-safe {
    margin-top: 20px;
    margin-bottom: 20px;
}
.activities-safe ul {
    display: flex;
    flex-wrap: wrap;
    margin: 0;
    padding: 0;
}

.activities-safe ul li {
    flex: 1 1 calc(25% - 10px);
    margin: 5px;
}
.activities-safe ul li img {
    max-width: 100%;
}

.detail-list ul {
    margin: 0;
    padding: 0;
    line-height: none;
        margin: 0 0 15px 15px;
}
.detail-list ul li {
    position: relative;
    /* text-indent: 20px; */
    list-style: none;
}
.detail-list ul li span {
    font-weight: 600;
}
.detail-list ul li:before {
    background: #2d933f;
    position: absolute;
    content: "";
    width: 7px;
    height: 7px;
    background-color: var(--green);
    left: -14px;
    top: 10px;
    list-style-type: none;
}
.in-the-details p,
.detail-list ul li p {
    font-size: 18px;
}
.detail-list ul li p {
    margin-bottom: 2px;
}