@import url('../files/jquery.fancybox.min.css');
/* RESET CSS STRAT */
* { margin: 0px; padding: 0px; }
body { font-family: 'Ubuntu', sans-serif; margin: 0px; padding: 0px; font-size: 14px; font-weight: normal; color: #4d4d4d; outline: none; line-height: 1.5em; overflow-x: hidden; }
h1, h2, h3, h3, h4, h5, h6 { color: #4d4d4d; font-size: 28px; margin: 0px; line-height: 1.3em; }
p { padding: 0px; margin: 0px; font-size: 16px;  line-height: 24px; color: #232e33;}
.hr {  margin-bottom: 12px; margin-top: 12px; border-color: #e2a000; width: 20%;
    margin-left: auto; margin-right: auto; border-top-width: 3px;}
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: #73ae20; 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: #000;}
textarea, input:focus { outline: none !important; text-decoration: none;}
img { border:0; }
.show { display: block!important;}
.nopd { padding-left: 0px; padding-right: 0px;}
.fsize14 { font-size: 14px;  }
.fsize22 { font-size: 22px;  }
.fsize20 { font-size: 20px;  }
.fsize28 { font-size: 28px;  }
.fsize24 { font-size: 24px;  }
.font-weight-300 { font-weight: 300 !important; }
.font-weight-500 { font-weight: 500 !important; }
.font-weight-700 { font-weight: 700 !important; }
li { color: #4d4d4d; 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: #ffd100; color: #000; }
::selection { background-color: #ffd100; color: #000;}
/* 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;
}
.zindex2 { z-index: 1; }
.gradientBg { background-color: #2C7B92; background-image: linear-gradient(to right,#00345d,#469a9d);}
.text-yellow { color: #e2a000; }
.text-bluee { color: #0952d9; }
/* STICKY ANV BAR */	
.sticky {
    position: fixed;
    width: 100%;
    left: 0;
    top: 0;
    z-index: 9999;
	-webkit-animation-name: fadeInDown;
    animation-name: fadeInDown;
	-webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    padding: 0 0!important;
    box-shadow: 0 0 18px 1px rgb(0 0 0 / 10%);

}
.nav-link.js-scroll-trigger.is-active-top-nav__1level, .navbar-dark .navbar-nav .nav-link:hover, .navbar-dark .navbar-nav .nav-link:focus {
    color: #ffd100!important;
}
#header.sticky .header-absolute { background-color: #FFF; }

/* -------------------------------------------------- */
/*  Back Top
/* -------------------------------------------------- */
#back-top {
position: fixed;
right: 10px;
bottom: 0px;
z-index: 999;
overflow: hidden;
display: none;
width: 50px;
height: 50px;
border: 1px solid #ffc107;
background-color: #ffc107;
    border-radius: 100%;
text-align: center;
-webkit-transition: all .25s ease;
transition: all .25s ease;}

#back-top:after {
display: block;
text-align: center;
color: #4f2683;
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 {
border-color: transparent;
background-color: #1281cf;
}
#back-top:hover:after { color: #FFF; }
/* -------------------------------------------------- */
/*  Back Top END
/* -------------------------------------------------- */

/* Hero Section Slide */

.bc-img01{
    background-image: url(../files/banner.jpg);
    background-size: cover;
    background-position: top center;
    background-repeat: no-repeat;
    height: 380px; 
}


.sideNavi {     
  position: fixed;
  top: 50%;
  right: -47px;
  z-index: 50; 
  -moz-transform: rotate(270deg);
  -webkit-transform: rotate(270deg);
  -o-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  transform: rotate(270deg); 
}
.sideNavi a { 
  background-color: #e2a000;
  color: #000; cursor: pointer;
  font-size: 16px;
  padding: 9px 16px;
}
.sideNavi a:hover { background-color: #0952d9;  color: #ffffff;  } 
.sideNavi-flex .sideNavi-item { width: 100%; }
.sideNavi-flex .sideNavi-item .callbg { background-color: #c6c6c6; color: #010101; }
.sideNavi-flex .sideNavi-item .downbg { background-color: #000000; }


.video-button {
    width: 90px;
    height: 90px;
    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: rgba(255,0,0);
    border: 1px solid rgba(0,0,0,0.5);
    text-align: center;
    line-height: 100px;
    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: 0;
    right: 0;
    display: block;
    margin: 0 auto;
    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%);
}


.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: 36px;
}
.video-button i:hover { color: #de7004; }

@-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;
    }
}

