/* RESET CSS STRAT */
:root{
   --bg-yellow: #9a8650;
  --theme-color: #21b6a8;
  --bg-red: #6e1c1a;
  --bg-blue: #a3ebb1;
  --font: 1rem;
  --text-dark: #24201c;
  --white-col: #FFFFFF;
}

* { margin: 0px; padding: 0px; }
body { font-family: 'Poppins', sans-serif; margin: 0px; padding: 0px; font-size: 14px; font-weight: normal; color: var(--text-dark); outline: none; line-height: 1.5em; overflow-x: hidden; }
h1, h2, h3, h3, h4, h5, h6 {  color: var(--text-dark); font-size: 1.9rem; margin: 0px; line-height: 1.3em; }
p { padding: 0px; margin: 0px; font-size: var(--font);  line-height: 1.3; color: var(--text-dark);}
.hr {  margin-bottom: 15px; margin-top: 15px; border-color: #231f20; width: 45%; }
article,aside,details,figcaption,figure,
footer,header,hgroup,menu,nav,section { display:block;}
ul { list-style: none; margin: 0px; padding: 0px;}
a { outline: none !important; color: #ffcb05; text-decoration: none; transition:all 0.5s ease;
  -webkit-transition:all 0.5s ease;
  -o-transition:all 0.5s ease;
  -moz-transition:all 0.5s ease;  }
a:hover, a:active, a:focus { outline: none !important; text-decoration: none; color: #4490bc;}
textarea, input:focus { outline: none !important; text-decoration: none;}
img { border:0; }
.nopd { padding-left: 0px; padding-right: 0px;}
.fsize18 { font-size: 18px; }
.fsize20 { font-size: 20px;}
.fsize22 { font-size: 22px;}
.fsize24 { font-size: 24px;}
.fsize28 { font-size: 28px;  }
.fsize26 { font-size: 26px; }
.fsize24 { font-size: 24px;}
.fsize14 { font-size: 14px;  }
.fsize35 { font-size: 40px !important;  }
.zindex5 { z-index: 5; }
.line-height { line-height: 1.2; }
.grays{color:#d0d0d1;}
.text-blue { color: var(--text-blue); }
.text-yellow { color: var(--text-yellow) !important; }
.text-orange{color:#f57b12;}
li { color: #000000; transition:all 0.5s ease;
  -webkit-transition:all 0.5s ease;
  -o-transition:all 0.5s ease;
  -moz-transition:all 0.5s ease;}
::-moz-selection { background-color: #61a8f0; color: #FFF; }
::selection { background-color: #61a8f0; color: #FFF;}
/* RESET CSS END */
::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: rgba(0,0,0,0.8) !important;
}
::-moz-placeholder { /* Firefox 19+ */
  color: rgba(0,0,0,0.8) !important;
}
:-ms-input-placeholder { /* IE 10+ */
  color: rgba(0,0,0,0.8) !important;
}
:-moz-placeholder { /* Firefox 18- */
  color: rgba(0,0,0,0.8) !important;
}

.nobdr{border:none !important;}
.maron{color:#ac1f25;}
/* STICKY ANV BAR */	
.sticky {
    position: fixed;
    width: 100%;
    left: 0;
    top: 0;
    z-index: 50;
	-webkit-animation-name: fadeInDown;
    animation-name: fadeInDown;
	-webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    box-shadow: 0 0 18px 1px rgba(0,0,0,.1);
        }

#header.sticky .header-absolute {background-color: #fff;}
#header.sticky .header-absolute .logo img {
    width: 320px;
}
#header.sticky .header-absolute .mobile__dv { margin-top: 0;}

#header.sticky .header-absolute .mobile__dv .divids img {
    width: 62%;
	
}

#header.sticky .header-absolute .mobile__dv p {
    font-size: 14px;
    padding-top: 0px;
}


/* -------------------------------------------------- */
/*  Back Top
/* -------------------------------------------------- */
#back-top {
position: fixed;
right: 10px;
bottom: 0px;
z-index: 999;
overflow: hidden;
display: none;
width: 50px;
height: 50px;
border: 1px solid #FFF;
background-color: #18a558;
    border-radius: 100%;
text-align: center;
-webkit-transition: all .25s ease;
transition: all .25s ease;}

#back-top:after {
display: block;
text-align: center;
color: #FFF;
font-size: 20px;
font-family: 'Font Awesome 5 Pro';
content: "\f062";
line-height: 48px;

-webkit-transition: color .25s ease, -webkit-transform 2s ease;
  transition: color .25s ease, transform 2s ease;
}

#back-top:hover { background-color: #21b6a8;}
#back-top:hover:after { color: #FFF; }
/* -------------------------------------------------- */
/*  Back Top END
/* -------------------------------------------------- */


/* Hero Section Slide */

.bc-img01{
    background-image: url(../images/banner-blank.jpg);
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    
    height: 84vh;
}

.sideNavi {     
  position: fixed;
  top: 50%;
  right: -45px;
  z-index: 2;
      -moz-transform: rotate(270deg);
    -webkit-transform: rotate(270deg);
    -o-transform: rotate(270deg);
    -ms-transform: rotate(270deg);
    transform: rotate(270deg);
}
.sideNavi a { 
  background-color: #18a558;
  color: #FFFFFF; cursor: pointer;
  font-size: 18px;
  padding: 10px 15px;
  display: block;
    margin-top: 25px;
}
.sideNavi a.telphone { background-color: #ffcb05; color: #000; }
.sideNavi a:hover { background-color: #21b6a8;  color: #ffffff;  } 
.shadow:hover {box-shadow: none !important; -webkit-transform: translateY(-.5em);
    transform: translateY(-.5em);}
.shadow{ 
    transition: 0.3s;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -ms-transition: 0.3s;
    -o-transition: 0.3s;}

.record-animate-shapes { animation: levitate 1.2s alternate ease-in-out infinite;}

@keyframes levitate {
  0% {
    transform: translate(0, 0);
  }
  100% {
    transform: translate(0, 20px);
  }
}    

.thankyou-sec .hero-thankyou .bc-img01 .thankyou__dv { background-color: #FFFFFF; width: 500px; margin: 0 auto; position: relative; z-index: 1; padding: 50px 30px; border-radius: 30px; }
.thankyou-sec .hero-thankyou .bc-img01 .thankyou__dv h3 { font-size: 5em; }
.thankyou-sec .hero-thankyou .bc-img01 .thankyou__dv p { font-size: 24px; line-height: 1; }
.thankyou-sec .hero-thankyou .bc-img01 { height: 100vh; background-size: cover; padding-top: 8%; }
.thankyou-sec .hero-thankyou .bc-img01:after { position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
    background-color: rgba(16,98,170,0.9);
    mix-blend-mode: overlay;
}


/* gallery-flex */

#gallery-memeber.owl-carousel .owl-stage{display:flex;}
#gallery-memeber.owl-carousel .owl-item{display:flex;flex:1 0 auto;}
#gallery-memeber.owl-carousel .items{position:relative;width:100%;display:flex;flex-direction:column;margin-top:0rem;margin-bottom:0rem;padding:3px;}
#gallery-memeber.owl-carousel .items .item_row{flex:1 1 0px;}
#gallery-memeber.owl-carousel .items .item_row:last-child{margin-top:6px;}
#gallery-memeber.owl-carousel .items .item_row:first-child{margin-top:0rem!important;}

/* #gallery-memeber.owl-theme .owl-nav [class*=owl-]{position:absolute;margin:0px;border-radius:0px;text-align:center;}
#gallery-memeber.owl-theme .owl-nav .owl-prev{left:10px;}
#gallery-memeber.owl-theme .owl-nav .owl-next{right:10px;}
#gallery-memeber.owl-theme .owl-nav [class*=owl-]{position:absolute;color:#ffffff;width:40px;height:40px;font-size:27px;line-height:43px;margin:0px;padding:0px;border-radius:60px;text-align:center;background-color:rgba(0,0,0,0.7);top:50%;-ms-transform:translateY(-50%);-moz-transform:translateY(-50%);-o-transform:translateY(-50%);-webkit-transform:translateY(-50%);transform:translateY(-50%);box-shadow:0 0.5rem 1rem rgba(0,0,0,.13);} */
.gallery_area .item_row .popup-gallery-row{padding:0px;height:100%;}
.galleryBox .container-fluid{padding:0 0;}
.gallery_area{padding-top:0px;}
.gallery_area .single_gallery_item{display:inline-block;width:100%;position:relative;z-index:1;height:100%;}
.hover_overlay_inner{position:relative;width:100%;height:100%;}
.gallery_area .single_gallery_item .hover_overlay{background-color:rgba(0,0,0,0.5);padding:20px;border:0px solid #ffffff;width:100%;height:100%;top:0%;right:0%;bottom:0%;left:0%;position:absolute;-webkit-transition-duration:350ms;transition-duration:350ms;-webkit-transform:scale(0,0);transform:scale(0,0);}
.gallery_area .single_gallery_item:hover .hover_overlay{-webkit-transform:scale(1,1);transform:scale(1,1);}
.gallery_area .single_gallery_item:hover .hover_overlay_inner{border:1px solid #ffffff;}
.gallery_area .single_gallery_item .gallery_info h5,.gallery_area .single_gallery_item .gallery_info p{color:#ffffff;position:absolute;text-align:center;top:30%;width:100%;height:auto;}
.gallery_area .single_gallery_item .gallery_info p{top:45%;}
.gallery_area .single_gallery_item .links>a>i{color:#ffffff;font-size:40px;}
.gallery_area .single_gallery_item img{height:auto;width:100%;max-width:100%;height:100%;}
#gallery-memeber.owl-theme .owl-dots .owl-dot.active span,#gallery-memeber.owl-theme .owl-dots .owl-dot:hover span{background:#413932!important;}
#gallery-memeber.owl-theme .owl-dots .owl-dot span{background:#97928d!important;}
#gallery-memeber.owl-theme .owl-nav{margin-top:0px;}
.gallery_area .single_gallery_item .links{top:61%;position:absolute;right:15%;margin-right:-17.5px;width:auto;z-index:99;overflow:hidden;}
.gallery_area .single_gallery_item .links{position:absolute;color:#000000;font-size:26px;margin:0px;padding:0px;text-align:center;top:50%;left:0px;width:100%;-ms-transform:translateY(-50%);-moz-transform:translateY(-50%);-o-transform:translateY(-50%);-webkit-transform:translateY(-50%);transform:translateY(-50%);z-index:5;overflow:hidden;}
.gallery_area .single_gallery_item .links a{margin:0 auto;display:inline-block;}
.gallery_area .single_gallery_item .links a img{max-width:45px;display:inline-block;border:0px;}
.section_gallery{width:100%;display:block;position:relative;padding:30px 0 0;}

/* ====  Gallery-CLOSE  ==== */



.jumping_ani { transition: all .3s ease; animation: levitate 1.2s alternate ease-in-out infinite; }
.jumping_ani img { animation: levitate $levitate-speed alternate ease-in-out infinite 

    @keyframes levitate
    0%
    transform:translate(0, 0)

    100%
transform:translate(0, $levitate-offset); }
@keyframes levitate {
    0% { transform: translate(0, 0); }
    100% { transform: translate(0, 20px); }
}

.jumping_ani2 { transition: all .3s ease; animation: levitate 1.1s alternate ease-in-out infinite; margin-left: -0.2rem; }
.jumping_ani2 img { animation: levitate $levitate-speed alternate ease-in-out infinite 

    @keyframes levitate
    0%
    transform:translate(0, 0)

    100%
transform:translate(0, $levitate-offset); }
@keyframes levitate {
    0% { transform: translate(0, 0); }
    100% { transform: translate(0, 30px); }
}







.jumping_ani-1 { transition: all .3s ease; animation: levitate 1.2s alternate ease-in-out infinite; }
.jumping_ani-1 img { animation: levitate $levitate-speed alternate ease-in-out infinite 

    @keyframes levitate
    0%
    transform:translate(0, 0)

    100%
transform:translate(0, $levitate-offset); }
@keyframes levitate {
    0% { transform: translate(0, 0); }
    100% { transform: translate(0, 20px); }
}

.jumping_ani-2 { transition: all .3s ease; animation: levitate 1.1s alternate ease-in-out infinite; margin-left: -0.2rem; }
.jumping_ani-2 img { animation: levitate $levitate-speed alternate ease-in-out infinite 

    @keyframes levitate
    0%
    transform:translate(0, 0)

    100%
transform:translate(0, $levitate-offset); }
@keyframes levitate {
    0% { transform: translate(0, 0); }
    100% { transform: translate(0, 30px); }
}


.video-button {
    width: 80px;
    height: 80px;
    color: #de7004;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    display: inline-block;
    background-color: transparent;
    border: 1px solid rgba(0,0,0,0.5);
    border: solid 5px #fff;
    text-align: center;
    line-height: 85px;
    animation: pulse 2000ms linear infinite;
    -webkit-animation: pulse 2000ms linear infinite;
    -moz-animation: pulse 2000ms linear infinite;
}

.video-button {
    color: #FFF;
    position: absolute;
    z-index: 2;
    left: 42%;
    right: 0;
    display: block;
    /* margin: 0 auto; */
    text-align: center;
    text-decoration: none;
    top: 35%;
    transform: translate(0%, -50%);
    -webkit-transform: translate(0%, -50%);
    -moz-transform: translate(0%, -50%);
    -ms-transform: translate(0%, -50%);
}


.video-button::before, .video-button::after {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    border-radius: 74px;
    background-color: #FFF;
    opacity: 0.15;
    z-index: -10;
}

.video-button::before {
    z-index: -10;
    animation: inner-ripple 2000ms linear infinite;
    -webkit-animation: inner-ripple 2000ms linear infinite;
    -moz-animation: inner-ripple 2000ms linear infinite;
}

.video-button::after {
    z-index: -10;
    animation: outer-ripple 2000ms linear infinite;
    -webkit-animation: outer-ripple 2000ms linear infinite;
    -moz-animation: outer-ripple 2000ms linear infinite;
}

.video-button i {
    margin-left: 10px;
    font-size: 30px;
}
.video-button i:hover { color: #fff; }

@-webkit-keyframes outer-ripple {
    0% {
        -webkit-transform: scale(1);
        -ms-transform: scale(1);
        transform: scale(1);
        opacity: 0.5;
    }

    80% {
        -webkit-transform: scale(1.5);
        -ms-transform: scale(1.5);
        transform: scale(1.5);
        opacity: 0;
    }

    100% {
        -webkit-transform: scale(2.5);
        -ms-transform: scale(2.5);
        transform: scale(2.5);
        opacity: 0;
    }
}

@-moz-keyframes outer-ripple {
    0% {
        -webkit-transform: scale(1);
        -ms-transform: scale(1);
        transform: scale(1);
        opacity: 0.5;
    }

    80% {
        -webkit-transform: scale(1.5);
        -ms-transform: scale(1.5);
        transform: scale(1.5);
        opacity: 0;
    }

    100% {
        -webkit-transform: scale(2.5);
        -ms-transform: scale(2.5);
        transform: scale(2.5);
        opacity: 0;
    }
}

.mapd {
    height: 350px;
    width: 100%;
}