/* RESET CSS STRAT */
:root{
  --bg-red: #b23228;
  --bg-orange: #daa83e;
  --bg-blue: #531f75;
  --bg-orange: #f58220;
  --font: 1rem;
  --text-dark: #0f0f0f;
  --white-col: #FFFFFF;
}

* { margin: 0px; padding: 0px; box-sizing: border-box; }
body { font-family: 'Nunito Sans', sans-serif; margin: 0px; padding: 0px; font-size: 14px; font-weight: normal; color: var(--text-dark); outline: none; line-height: 1.4em; overflow-x: hidden; }
h1, h2, h3, h3, h4, h5, h6 { color: var(--text-blue); font-size: 2rem; margin: 0px; line-height: 1.2em; }
p {  padding: 0px; margin: 0px; font-size: var(--font);  line-height: 1.4; color: var(--text-dark);}
.hr {  margin-bottom: 10px; margin-top: 15px; height: 1px !important; background: var(--bg-orange); width: 71%; opacity: 1; }
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; line-height: 1.2;}
.fsize28 { font-size: 28px;  }
.fsize26 { font-size: 26px; line-height: 1.2;}
.fsize24 { font-size: 24px;}
.fsize14 { font-size: 14px;  }
.fsize35 { font-size: 40px !important;  }
.f-lora {font-family: 'Lora', serif;}
.zindex5 { z-index: 5; }
.line-height { line-height: 1.1; }
.bg-blue { background-color: var(--bg-blue); }
.bg-orange { background-color: var(--bg-orange); }
.text-dark { color: var(--text-dark); }
.text-red { color: var(--bg-red); }
.text-orange { color: var(--bg-orange); }
.text-blue { color: var(--bg-blue); }
.text-justify { text-align: justify;  }
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: var(--bg-orange); color: #FFF; }
::selection { background-color: var(--bg-orange); color: #FFF;}
/* RESET CSS END */
::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: rgba(0,0,0,0.9) !important;
}
::-moz-placeholder { /* Firefox 19+ */
  color: rgba(0,0,0,0.9) !important;
}
:-ms-input-placeholder { /* IE 10+ */
  color: rgba(0,0,0,0.9) !important;
}
:-moz-placeholder { /* Firefox 18- */
  color: rgba(0,0,0,0.9) !important;
}
/* 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);
        }



/* -------------------------------------------------- */
/*  Back Top
/* -------------------------------------------------- */
#back-top {
position: fixed;
right: 0;
bottom: 30%;
z-index: 999;
overflow: hidden;
display: none;
width: 50.8px;
height: 50px;
border: 1px solid var(--bg-blue);
background-color: var(--bg-orange);
border-right: 0; border-top: 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: "\f063";
line-height: 48px;

-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(../images/banner.jpg);
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat; height: 680px;
}

.sideNavi {     
  position: fixed;
  top: 50%;
  right: -50px;
  z-index: 2;
      -moz-transform: rotate(450deg);
    -webkit-transform: rotate(450deg);
    -o-transform: rotate(450deg);
    -ms-transform: rotate(450deg);
    transform: rotate(450deg);
}


.sideNavi a { 
  background-color: #FFFFFF; border: 1px solid var(--bg-blue);
  color: var(--bg-blue); cursor: pointer; border-right: 0;
  font-size: var(--font);
  padding: 15px 15px;
  display: block;
    margin-top: 25px;
}
.sideNavi a.telphone { background-color: #ffcb05; color: #000; }
.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;}


.thankyou-sec .hero-thankyou .bc-img01 .thankyou__dv { background-color: #FFFFFF; width: 500px; position: relative; z-index: 1; padding: 2rem; 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: 20px; line-height: 1.2; }
.thankyou-sec .hero-thankyou .bc-img01 { height: 100vh; background-size: cover; padding-top: 18%; }

.video-button {width: 60px;height: 60px;color: #FFF;border-radius: 50%;-webkit-border-radius: 50%;-moz-border-radius: 50%;-ms-border-radius: 50%;-o-border-radius: 50%;display: inline-block;background-color: var(--bg-orange);text-align: center;font-size: 1.3rem;line-height: 62px;animation: pulse 2000ms linear infinite;-webkit-animation: pulse 2000ms linear infinite;-moz-animation: pulse 2000ms linear infinite;}
.video-button::before, .video-button::after {position: absolute;content: "";width: 100%;height: 100%;left: 0;top: 0;background-color: #FFFF; border-radius: 74px;opacity: 0.15;z-index: -10;}
.video-play-row {  position: relative; overflow: hidden; }
.video-play-row:after { position: absolute; content: ""; width: 100%; height: 100%; background-color: rgba(0,0,0,0.2); top: 0px; left: 0px; }
.video-button::before {z-index: 2;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: 1;animation: outer-ripple 2000ms linear infinite;-webkit-animation: outer-ripple 2000ms linear infinite;-moz-animation: outer-ripple 2000ms linear infinite;}
.video-section { position: absolute; left: 10%; bottom: 5%; text-align: center; z-index: 3; }
@-webkit-keyframes outer-ripple{0%{-webkit-transform:scale(1);-ms-transform:scale(1);transform:scale(1);opacity:.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:.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}}


.example5 {
 height: 50px;  
 overflow: hidden;
 position: relative;
}
.example5 h3 {
 position: absolute;
 width: 100%;
 height: 100%;
 margin: 0;
 line-height: 50px;
 text-align: left;
 /* Apply animation to this element */  
 -moz-animation: example5 9s linear infinite alternate;
 -webkit-animation: example5 9s linear infinite alternate;
 animation: example5 9s linear infinite alternate;
}
/* Move it (define the animation) */
@-moz-keyframes example5 {
 0%   { -moz-transform: translateX(70%); }
 100% { -moz-transform: translateX(0%); }
}
@-webkit-keyframes example5 {
 0%   { -webkit-transform: translateX(70%); }
 100% { -webkit-transform: translateX(0%); }
}
@keyframes example5 {
 0%   { 
 -moz-transform: translateX(70%); /* Firefox bug fix */
 -webkit-transform: translateX(70%); /* Firefox bug fix */
 transform: translateX(70%);    
 }
 100% { 
 -moz-transform: translateX(0%); /* Firefox bug fix */
 -webkit-transform: translateX(0%); /* Firefox bug fix */
 transform: translateX(0%); 
 }
}