/* RESET CSS STRAT */
:root{
  --text-blue: #134b8b;
  --text-yellow: #efb72f;
  --bg-blue: #3a3377;
  --font: 1rem;
  --text-dark: #414141;
  --bg-yellow: #efb72f;
}

* { margin: 0px; padding: 0px; }
body { font-family: 'Montserrat', 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: 1rem;  line-height: 1.3;}
.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 !important;}
.fsize24 { font-size: 24px !important;}
.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; }
.bgred { background-color: #7e0100 !important;}
.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;
}
/* STICKY ANV BAR */    
    
.ml-auto {margin-left:auto !important;}     
.sticky {
    position: fixed;
    width: 100%;
    left: 0;
    top: 0;
    z-index: 10;
    padding: 5px 0;
    -webkit-animation-name: fadeInDown;
    animation-name: fadeInDown;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    background: #fafafa;
}

#header.sticky .navbar-brand img {
    width: 150px;
}

/* -------------------------------------------------- */
/*  Back Top
/* -------------------------------------------------- */
#back-top {
position: fixed;
right: 0;
bottom: 24%;
z-index: 999;
overflow: hidden;
display: none;
width: 42px;
height: 42px;
border: 1px solid #FFF;
background-color: #b88f4e;
    border-radius: 0%;
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: 40px;

-webkit-transition: color .25s ease, -webkit-transform 2s ease;
  transition: color .25s ease, transform 2s ease;
}

#back-top:hover { background-color: #231f20;}
#back-top:hover:after { color: #FFF; }
/* -------------------------------------------------- */
/*  Back Top END
/* -------------------------------------------------- */


/* Hero Section Slide */

.bc-img01 {
    background-image: url(banner-main.webp);
    background-size: cover;
    padding-top:3em; padding-bottom:1em;
    background-position: center center;
    background-repeat: no-repeat;
    margin-top: 3em;
}

.bling {
    -webkit-animation: 2s infinite bling_animate;
    -moz-animation: 2s infinite bling_animate;
    animation: 2s infinite bling_animate
}

@-webkit-keyframes bling_animate {
    100%,20%,60% {
        background-color: #b88f4e;
    }

    40%,80% {
        background-color: #7e0100;
    }
}

.sideNavi__callus { position: fixed; top: 50%; left: 0px; z-index: 2; }

.sideNavi {     
  position: fixed;
  top: 50%;
  right: -46px;
  z-index: 2;
      -moz-transform: rotate(270deg);
    -webkit-transform: rotate(270deg);
    -o-transform: rotate(270deg);
    -ms-transform: rotate(270deg);
    transform: rotate(270deg);
}
.sideNavi a, .sideNavi__callus a { 
  background-color: #b88f4e;
  color: #FFFFFF; cursor: pointer;
  font-size: 16px;
  padding: 10px 15px;
    margin-top: 25px;
}
.sideNavi a.telphone { background-color: #b88f4e; color: #FFFFFF; }
.sideNavi a:hover { background-color: #231f20;  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-memeber.owl-theme .owl-nav { margin-top: 0; }
#gallery-memeber.owl-theme .owl-nav [class*=owl-] {
    position: absolute;
    top: 40%;
    margin: 0px;
    border-radius: 0px;
    text-align: center;
}   



#gallery-memeber.owl-theme .owl-nav .owl-prev {

    left: 0px;

}

#gallery-memeber.owl-theme .owl-nav .owl-next {

    right: 0px;

} 

 #gallery-memeber.owl-theme .owl-nav [class*=owl-] { color: #000;
    font-size: 24px;
    padding: 8px 0px;
    background: rgba(0,0,0,0.5);

    color: #FFF;

    display: inline-block;

    cursor: pointer;

    border-radius: 0%;

height: 40px;

    width: 40px;  }

.gallery_area .item_row .popup-gallery-row { padding: 0px;   }    

.galleryBox .container-fluid { padding: 0 0;} 

.gallery_area { padding-top: 0px;}    

.gallery_area .single_gallery_item {

  display: inline-block;

  float: left;

  width: 100%;

  position: relative;

  z-index: 1;

}

.gallery_area .single_gallery_item .hover_overlay {

  background-color: rgba(40, 41, 106, 0.8);

      border: 1px solid #ffffff;

  height: 92%;

  left: 4%;

  position: absolute;

  top: 4%;

  -webkit-transition-duration: 350ms;

  transition-duration: 350ms;

  width: 92%;

  border-radius: 1rem;

  -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 .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;

  max-width: 100%;

}

.gallery_area .single_gallery_item .links {
top: 40%;
    text-align: center;
    position: absolute;
    right: 0;
    margin-right: 0;
    width: 100%;
    z-index: 99;
    overflow: hidden;

}



.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); }
}


.alumni-block .video-box {
    display: inline-block;
    position: relative;
}

.alumni-block .video-box::before {
    content: "";
    background-color: rgba(0,0,0,0.4);
    display: inline-block;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 1;
}

.alumni-block .video-box > a {
    color: #fff;
    font-size: 48px;
    position: absolute;
    left: 0;
    right: 0;
    width: 100%;
    height: 48px;
    display: block;
    margin: 0 auto;
    line-height: 48px;
    text-align: center;
    text-decoration: none;
    top: 50%;
    transform: translate(0%, -50%);
    -webkit-transform: translate(0%, -50%);
    -moz-transform: translate(0%, -50%);
    -ms-transform: translate(0%, -50%);
    z-index: 2;
}

.video-box i {
    color: #ff0000;
    font-size: 60px;
}

.video-box i:hover {
    color: #b88f4e;
}

@-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;
    }
}

.about__section .blog-text > a, .formBTn .blog-text > a {
    border-radius: 0px;
    color: #ffffff;
    border: 2px solid #FFFFFF;
    display: inline-block;
    background: transparent ;
    font-weight: 500;
    line-height: 1;
    padding: 14px 15px;
    position: relative;
    text-transform: capitalize;
    transform: perspective(1px) translateZ(0px);
    transition: color 0.3s ease 0s;
    vertical-align: middle;
    font-size: 16px;
    float: right;
    border-radius:5px;
}
.about__section .blog-text>a::before, 
.formBTn .blog-text>a::before {
    background: #f2c601 none repeat scroll 0 0;
    border-radius: 0px;
    bottom: 0;
    content: "";
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    transform: scaleX(0);
    transform-origin: 50% 0 0;
    transition-duration: 0.3s;
    transition-property: transform;
    transition-timing-function: ease-out;
    z-index: -1;
}

.about__section .blog-text >a:hover, 
.formBTn .blog-text >a:hover {
    color: #000;
}


.about__section .blog-text>a:hover::before, 
.formBTn .blog-text>a:hover::before {transform:scaleY(1);}
.callusTop{line-height: 70px; margin-right: 10px;}
.callusTop a { padding: 0.5rem 1.5rem; color: #FFF; font-size: 16px; border-radius: 30px; margin-left: 1rem; background-color: #7e0100;}