html, body
{height:100%;}

::-webkit-scrollbar {
    width:7px;
	height:3px;
}

::-webkit-scrollbar-track {
    background:#f1f1f1; 
}
 
::-webkit-scrollbar-thumb {
    background:#888; 
	border-radius:20px;
}

::-webkit-scrollbar-thumb:hover {
    background:#555; 
}

::-moz-selection {
  color: #fff;
  background: #0f67c0;
}

::selection {
  color: #fff;
  background: #0f67c0;
}


.Loader
{width:100%; height:100vh; position:fixed; top:0; left:0; background:#fff; z-index:9999;}

.Loader img
{position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%);}



/* toggle menu style */
.clear-menu-btn
{position:relative; right:15px; z-index:999; top:0; padding:0;}

.clear-menu-btn {
  
  width:32px;
  height:30px;
  z-index:999999;
  -webkit-transition:.4s; -moz-transition:.4s; -khtml-transition:.4s; -o-transition:.4s;
}

.clear-menu-btn .menu_tglbtn_checkbox {
  filter: alpha(opacity=0);
  opacity: 0;
  width: 100%;
  height: 100%;
}

.clear-menu-btn .menu_tglbtn_checkbox:hover { cursor: pointer; }

.clear-menu-btn .menu_tglbtn_checkbox_check ~ .top, .clear-menu-btn .menu_tglbtn_checkbox_check ~ .bottom { top: 45%; }

.clear-menu-btn .menu_tglbtn_checkbox_check ~ .top {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}

.clear-menu-btn .menu_tglbtn_checkbox_check ~ .bottom {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.clear-menu-btn .menu_tglbtn_checkbox_check ~ .middle {
  filter: alpha(opacity=0);
  opacity: 0;
}

.clear-menu-btn .menu_tglbtn_checkbox_check ~ .circle {
  filter: alpha(opacity=100);
  opacity: 0;
}

.clear-menu-btn span {
  position: absolute;
  display: block;
  width:100%;
  height:2px;
  background-color: #0a0a0a;
  z-index: -1;
  left:0;
  top:0;
  transition: .8s cubic-bezier(.4,.47,.17,.98);
}

.clearmenubtn_active span
{background-color: #fff;}

.clear-menu-btn .top { top: 5px; }

.clear-menu-btn .middle { top: 13px; }

.clear-menu-btn .bottom { top: 21px;}

.clearmenubtn_active .bottom
{width:100%;}


.clear-menu-btn .circle {
  display: block;
  position:absolute;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  filter: alpha(opacity=0);
  opacity: 0;
  width:28px;
  height:16px;
  background-color: transparent;
  border-radius: 50%;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
  z-index: -1;
  left:14px;
  top:10px;
}



/*silk slider start*/
.slick-slider
{
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}
.slick-list
{
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0;
}
.slick-list:focus
{outline: none;}
.slick-list.dragging
{
    cursor: pointer;
    cursor: hand;
}
.slick-slider .slick-track,
.slick-slider .slick-list
{
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.slick-track
{
  position: relative;
  top: 0;
  left: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.slick-track:before,
.slick-track:after
{display: table; content: '';}
.slick-track:after
{clear: both;}
.slick-loading .slick-track
{visibility: hidden;}
.slick-slide
{
  display: none;
  float: left;
  height: 100%;
  min-height: 1px;
}
[dir='rtl'] .slick-slide
{float: right;}
.slick-slide img
{display: block;}
.slick-slide.slick-loading img
{display: none;}
.slick-slide.dragging img
{pointer-events: none;}
.slick-initialized .slick-slide
{display: block;padding: 0 15px 0 15px;}
.slick-loading .slick-slide
{visibility: hidden;}
.slick-vertical .slick-slide
{display: block; height: auto;border: 1px solid transparent;}
.slick-arrow.slick-hidden 
{display: none;}
.slick-prev,
.slick-next
{
    font-size: 0;
    line-height: 0;
    position: absolute;
    top: 50%;
    width: 40px;
    height: 40px;
    padding: 0;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    cursor: pointer;
    color: #333;
    border: none;
    outline: none;
    background: #fff;
    z-index: 99;
    border-radius: 50%;
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.1);
}

.slick-prev.slick-disabled,
.slick-next.slick-disabled
{opacity: 0; visibility: hidden;}

.slick-prev
{left: -50px;}

.slick-prev:after
{content: ""; width: 20px; height: 20px; background: url(../images/chevron-back-outline.svg) no-repeat; background-size: 20px; position: absolute; top: 11px; left: 8px; opacity: 0.7;}

.slick-next
{right:-50px;}

.slick-next:after
{content: ""; width: 20px; height: 20px; background: url(../images/chevron-forward-outline.svg) no-repeat; background-size: 20px; position: absolute; top: 11px; left: 11px; opacity: 0.7;}

.slick-dotted.slick-slider
{margin-bottom: 0;}
.slick-dots
{
    position: absolute;
    bottom: -50px;
    width: 100%;
    padding: 0;
    margin: 0;
    list-style: none;
    text-align: center;
}
.slick-dots li
{
    position: relative;
    display: inline-block;
    width: 9px;
    height: 9px;
    margin: 0 4px;
    padding: 0;
    cursor: pointer;
}
.slick-dots li button
{
  font-size: 0;
  line-height: 0;
  display: block;
  width: 9px;
  height: 9px;
  background: #bbb;
  border-radius: 50%;
  cursor: pointer;
  color: transparent;
  border: 0;
  outline: none;
  transition: .4s cubic-bezier(.4,.47,.17,.98);
}
.slick-dots li.slick-active button
{background: #aa2828 !important;}



/*heading animation*/
.wordSplit span
{position:relative; opacity: 0; transition-timing-function: cubic-bezier(0.075, 0.82, 0.165, 1);}

.wordSplit span:nth-child(1)
{animation-delay:0s; -webkit-animation-delay:0s;}
.wordSplit span:nth-child(2)
{animation-delay:0.05s; -webkit-animation-delay:0.05s;}
.wordSplit span:nth-child(3)
{animation-delay:0.1s; -webkit-animation-delay:0.1;}
.wordSplit span:nth-child(4)
{animation-delay:0.15s; -webkit-animation-delay:0.15s;}
.wordSplit span:nth-child(5)
{animation-delay:0.2s; -webkit-animation-delay:0.2s;}
.wordSplit span:nth-child(6)
{animation-delay:0.25s; -webkit-animation-delay:0.25s;}
.wordSplit span:nth-child(7)
{animation-delay:0.3s; -webkit-animation-delay:0.3s;}
.wordSplit span:nth-child(8)
{animation-delay:0.35s; -webkit-animation-delay:0.35s;}
.wordSplit span:nth-child(9)
{animation-delay:0.4s; -webkit-animation-delay:0.4s;}
.wordSplit span:nth-child(10)
{animation-delay:0.45s; -webkit-animation-delay:0.45s;}
.wordSplit span:nth-child(11)
{animation-delay:0.5s; -webkit-animation-delay:0.5s;}
.wordSplit span:nth-child(12)
{animation-delay:0.55s; -webkit-animation-delay:0.55s;}
.wordSplit span:nth-child(13)
{animation-delay:0.6s; -webkit-animation-delay:0.6s;}
.wordSplit span:nth-child(14)
{animation-delay:0.65s; -webkit-animation-delay:0.65s;}
.wordSplit span:nth-child(15)
{animation-delay:0.7s; -webkit-animation-delay:0.7s;}
.wordSplit span:nth-child(16)
{animation-delay:0.75s; -webkit-animation-delay:0.75s;}
.wordSplit span:nth-child(17)
{animation-delay:0.8s; -webkit-animation-delay:0.8s;}
.wordSplit span:nth-child(18)
{animation-delay:0.85s; -webkit-animation-delay:0.85s;}
.wordSplit span:nth-child(19)
{animation-delay:0.9s; -webkit-animation-delay:0.9s;}
.wordSplit span:nth-child(20)
{animation-delay:0.95s; -webkit-animation-delay:0.95s;}
.wordSplit span:nth-child(21)
{animation-delay:1s; -webkit-animation-delay:1s;}
.wordSplit span:nth-child(22)
{animation-delay:1.05s; -webkit-animation-delay:1.05s;}
.wordSplit span:nth-child(23)
{animation-delay:1.1s; -webkit-animation-delay:1.1s;}
.wordSplit span:nth-child(24)
{animation-delay:1.15s; -webkit-animation-delay:1.15s;}
.wordSplit span:nth-child(25)
{animation-delay:1.2s; -webkit-animation-delay:1.2s;}
.wordSplit span:nth-child(26)
{animation-delay:1.25s; -webkit-animation-delay:1.25s;}
.wordSplit span:nth-child(27)
{animation-delay:1.3s; -webkit-animation-delay:1.3s;}
.wordSplit span:nth-child(28)
{animation-delay:1.35s; -webkit-animation-delay:1.35s;}
.wordSplit span:nth-child(29)
{animation-delay:1.4s; -webkit-animation-delay:1.4s;}
.wordSplit span:nth-child(30)
{animation-delay:1.45s; -webkit-animation-delay:1.45s;}
.wordSplit span:nth-child(31)
{animation-delay:1.5s; -webkit-animation-delay:1.5s;}
.wordSplit span:nth-child(32)
{animation-delay:1.55s; -webkit-animation-delay:1.55s;}
.wordSplit span:nth-child(33)
{animation-delay:1.6s; -webkit-animation-delay:1.6s;}
.wordSplit span:nth-child(34)
{animation-delay:1.65s; -webkit-animation-delay:1.65s;}
.wordSplit span:nth-child(35)
{animation-delay:1.7s; -webkit-animation-delay:1.7s;}
.wordSplit span:nth-child(36)
{animation-delay:1.75s; -webkit-animation-delay:1.75s;}
.wordSplit span:nth-child(37)
{animation-delay:1.8s; -webkit-animation-delay:1.8s;}
.wordSplit span:nth-child(38)
{animation-delay:1.85s; -webkit-animation-delay:1.85s;}
.wordSplit span:nth-child(39)
{animation-delay:1.9s; -webkit-animation-delay:1.9s;}
.wordSplit span:nth-child(40)
{animation-delay:2s; -webkit-animation-delay:2s;}
.wordSplit span:nth-child(41)
{animation-delay:2.05s; -webkit-animation-delay:2.05s;}
.wordSplit span:nth-child(42)
{animation-delay:2.1s; -webkit-animation-delay:2.1s;}
.wordSplit span:nth-child(43)
{animation-delay:2.15s; -webkit-animation-delay:2.15s;}
.wordSplit span:nth-child(44)
{animation-delay:2.2s; -webkit-animation-delay:2.2s;}
.wordSplit span:nth-child(45)
{animation-delay:2.25s; -webkit-animation-delay:2.25s;}
.wordSplit span:nth-child(46)
{animation-delay:2.3s; -webkit-animation-delay:2.3s;}
.wordSplit span:nth-child(47)
{animation-delay:2.35s; -webkit-animation-delay:2.35s;}
.wordSplit span:nth-child(48)
{animation-delay:2.4s; -webkit-animation-delay:2.4s;}
.wordSplit span:nth-child(49)
{animation-delay:2.45s; -webkit-animation-delay:2.45s;}
.wordSplit span:nth-child(50)
{animation-delay:2.5s; -webkit-animation-delay:2.5s;}
.wordSplit span:nth-child(51)
{animation-delay:2.55s; -webkit-animation-delay:2.55s;}
.wordSplit span:nth-child(52)
{animation-delay:2.6s; -webkit-animation-delay:2.6s;}
.wordSplit span:nth-child(53)
{animation-delay:2.65s; -webkit-animation-delay:2.65s;}
.wordSplit span:nth-child(54)
{animation-delay:2.7s; -webkit-animation-delay:2.7s;}
.wordSplit span:nth-child(55)
{animation-delay:2.75s; -webkit-animation-delay:2.75s;}
.wordSplit span:nth-child(56)
{animation-delay:2.8s; -webkit-animation-delay:2.8s;}
.wordSplit span:nth-child(57)
{animation-delay:2.85s; -webkit-animation-delay:2.85s;}
.wordSplit span:nth-child(58)
{animation-delay:2.9s; -webkit-animation-delay:2.9s;}
.wordSplit span:nth-child(59)
{animation-delay:2.95s; -webkit-animation-delay:2.95s;}
.wordSplit span:nth-child(60)
{animation-delay:3.0s; -webkit-animation-delay:3.0s;}
.wordSplit span:nth-child(61)
{animation-delay:3.05s; -webkit-animation-delay:3.05s;}
.wordSplit span:nth-child(62)
{animation-delay:3.1s; -webkit-animation-delay:3.1s;}
.wordSplit span:nth-child(63)
{animation-delay:3.15s; -webkit-animation-delay:3.15s;}
.wordSplit span:nth-child(64)
{animation-delay:3.2s; -webkit-animation-delay:3.2s;}
.wordSplit span:nth-child(65)
{animation-delay:3.25s; -webkit-animation-delay:3.25s;}
.wordSplit span:nth-child(66)
{animation-delay:3.3s; -webkit-animation-delay:3.3s;}
.wordSplit span:nth-child(67)
{animation-delay:3.35s; -webkit-animation-delay:3.35s;}
.wordSplit span:nth-child(68)
{animation-delay:3.4s; -webkit-animation-delay:3.4s;}
.wordSplit span:nth-child(69)
{animation-delay:3.45s; -webkit-animation-delay:3.45s;}
.wordSplit span:nth-child(70)
{animation-delay:3.5s; -webkit-animation-delay:3.5s;}
.wordSplit span:nth-child(71)
{animation-delay:3.55s; -webkit-animation-delay:3.55s;}
.wordSplit span:nth-child(72)
{animation-delay:3.6s; -webkit-animation-delay:3.6s;}
.wordSplit span:nth-child(73)
{animation-delay:3.65s; -webkit-animation-delay:3.65s;}
.wordSplit span:nth-child(74)
{animation-delay:3.7s; -webkit-animation-delay:3.7s;}
.wordSplit span:nth-child(75)
{animation-delay:3.75s; -webkit-animation-delay:3.75s;}
.wordSplit span:nth-child(76)
{animation-delay:3.8s; -webkit-animation-delay:3.8s;}
.wordSplit span:nth-child(77)
{animation-delay:3.85s; -webkit-animation-delay:3.85s;}
.wordSplit span:nth-child(78)
{animation-delay:3.9s; -webkit-animation-delay:3.9s;}
.wordSplit span:nth-child(79)
{animation-delay:3.95s; -webkit-animation-delay:3.95s;}
.wordSplit span:nth-child(80)
{animation-delay:4s; -webkit-animation-delay:4s;}

@keyframes slideLeft {
  from {
    opacity: 0;
    top: 60px;
  } 
  to {
    opacity: 1;
    top: 0;
  }
}

.animated span
{animation: slideLeft 0.4s forwards;}

@-webkit-keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 15%, 0);
    transform: translate3d(0, 15%, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 15%, 0);
    transform: translate3d(0, 15%, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.fadeInUp {
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
}

.animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}