@charset "UTF-8";
/*Slick Slider*/
.slick-track > * {
  outline: none;
  box-shadow: none;
}

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  overflow: visible;
  display: block;
  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;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.slick-track:before, .slick-track:after {
  content: "";
  display: table;
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}
[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;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

/* Arrows */
.slick-prev {
  background-image: url(../images/left-arrow.svg);
}

.slick-next {
  background-image: url(../images/right-arrow.svg);
}

.slick-prev,
.slick-next {
  font-size: 0;
  line-height: 0;
  z-index: 1;
  color: transparent;
  border: none;
  outline: none;
  cursor: pointer;
  position: absolute;
  top: 50%;
  -moz-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  background-position: center;
  background-repeat: no-repeat;
  background-size: 14px;
  opacity: 0.5;
  -moz-transition: 0.2s ease-in-out;
  -o-transition: 0.2s ease-in-out;
  -webkit-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
}
.slick-prev:hover,
.slick-next:hover {
  opacity: 1;
}

.slick-prev:before,
.slick-next:before {
  content: none;
  width: 25px;
  height: 30px;
  display: inline-block;
}

.slick-arrow {
  width: 30px;
  height: 30px;
  padding: 0;
}
.slick-arrow::before {
  width: 20px;
  height: 20px;
}
@media (max-width: 767px) {
  .slick-arrow img {
    width: 15px;
  }
}

.slick-prev {
  left: 10px;
}
@media (max-width: 575px) {
  .slick-prev {
    left: 0;
  }
}

.slick-next {
  right: 10px;
}
@media (max-width: 575px) {
  .slick-next {
    right: 0;
  }
}

.slick-prev.slick-disabled:before {
  opacity: 0.25;
}

.slick-next.slick-disabled:before {
  opacity: 0.25;
}

/*Dots*/
.slick-dots {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 80px 0 0;
  padding: 0;
  list-style-type: none;
}
.slick-dots li {
  margin: 0 0.25rem;
}
.slick-dots button {
  display: block;
  width: 12px;
  height: 12px;
  padding: 0;
  border: none;
  border-radius: 100%;
  text-indent: -9999px;
}

/*Slick Lightbox*/
.slick-lightbox {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.9) !important;
  -webkit-transition: opacity 0.5s ease;
  transition: opacity 0.5s ease;
}
.slick-lightbox .slick-loading .slick-list {
  background-color: transparent;
}
.slick-lightbox .slick-arrow {
  width: 60px;
  height: 40px;
  padding: 8px;
}
.slick-lightbox .slick-arrow::before {
  width: 100%;
  height: 100%;
}
.slick-lightbox .slick-prev {
  left: 15px;
}
.slick-lightbox .slick-prev::before {
  background-image: url("../images/arrow-pointing-to-left.svg");
}
.slick-lightbox .slick-next {
  right: 15px;
}
.slick-lightbox .slick-next::before {
  background-image: url("../images/arrow-pointing-to-right.svg");
}

.slick-lightbox-hide {
  opacity: 0;
}

.slick-lightbox-hide.slick-lightbox-ie {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
}

.slick-lightbox-hide-init {
  position: absolute;
  top: -9999px;
  opacity: 0;
}

.slick-lightbox-hide-init.slick-lightbox-ie {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
}

.slick-lightbox-inner {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.slick-lightbox-slick-item {
  text-align: center;
  overflow: hidden;
}
.slick-lightbox-slick-item:before {
  content: "";
  display: inline-block;
  height: 100%;
  vertical-align: middle;
  margin-right: -0.25em;
}

.slick-caption-bottom .slick-lightbox-slick-item .slick-lightbox-slick-item .slick-lightbox-slick-caption {
  position: absolute;
  bottom: 0;
  left: 0;
  text-align: center;
  width: 100%;
  margin-bottom: 20px;
}

.slick-caption-dynamic .slick-lightbox-slick-item .slick-lightbox-slick-item .slick-lightbox-slick-caption {
  display: block;
  text-align: center;
}

.slick-lightbox-slick-item-inner {
  display: inline-block;
  vertical-align: middle;
  max-width: 90%;
  max-height: 90%;
}

.slick-lightbox-slick-img {
  margin: 0 auto;
  display: block;
  max-width: 90%;
  max-height: 90%;
}
@media (max-width: 380px) {
  .slick-lightbox-slick-img {
    max-width: 80%;
    max-height: 80%;
  }
}

.slick-lightbox-slick-caption {
  margin: 10px 0 0;
  color: #fff;
}

.slick-lightbox-close {
  position: absolute;
  top: 15px;
  right: 15px;
  display: block;
  height: 60px;
  width: 60px;
  line-height: 0;
  font-size: 0;
  cursor: pointer;
  background: transparent;
  color: transparent;
  padding: 0;
  border: none;
}
.slick-lightbox-close:focus {
  outline: none;
}
.slick-lightbox-close:before {
  content: "×";
  font-family: "slick";
  font-size: 60px;
  line-height: 60px;
  color: #fff;
  opacity: 0.85;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/* CSS Document */
* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  word-wrap: break-word;
}

body,
html {
  height: 100%;
}

body {
  font-family: "DM Sans", sans-serif;
  font-size: 16px;
  line-height: 1.2;
  color: #303030;
  font-size: 18px;
  margin: 0;
  padding: 0;
  text-rendering: optimizeLegibility;
  overflow-x: hidden;
  display: -ms-flex;
  display: -webkit-flex;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
body.scroll {
  overflow: hidden;
}
h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  font-weight: 600;
  margin-bottom: 1.5rem;
  margin-top: 0;
  font-family: "Lato", sans-serif;
}

h1,
.h1 {
  font-size: 55px;
}
@media (max-width: 991px) {
  h1,
  .h1 {
    font-size: 48px;
  }
}
@media (max-width: 767px) {
  h1,
  .h1 {
    font-size: 40px;
  }
}
@media (max-width: 575px) {
  h1,
  .h1 {
    font-size: 30px;
  }
}

h2,
.h2 {
  font-size: 45px;
}
@media (max-width: 1199px) {
  h2,
  .h2 {
    font-size: 40px;
  }
}
@media (max-width: 991px) {
  h2,
  .h2 {
    font-size: 32px;
    line-height: 1.3;
  }
}
@media (max-width: 767px) {
  h2,
  .h2 {
    font-size: 30px;
    line-height: 1.3;
  }
}
@media (max-width: 575px) {
  h2,
  .h2 {
    font-size: 24px;
  }
}

h3,
.h3 {
  font-size: 30px;
}
@media (max-width: 991px) {
  h3,
  .h3 {
    font-size: 26px;
  }
}
@media (max-width: 575px) {
  h3,
  .h3 {
    font-size: 24px;
  }
}

h4,
.h4 {
  font-size: 22px;
}
@media (max-width: 991px) {
  h4,
  .h4 {
    font-size: 18px;
  }
}

h5,
.h5 {
  font-size: 20px;
}
h6,
.h6 {
  font-size: 18px;
}

.medium {
  font-weight: 500;
}

.semibold {
  font-weight: 600;
}

.bold {
  font-weight: 700;
}

main,
header,
section,
footer {
  width: 100%;
}

button:hover,
button:focus,
input:focus,
textarea:focus,
select:focus {
  text-decoration: none;
  outline: none;
  box-shadow: none;
}

a,
button,
select {
  background-color: transparent;
  border-color: transparent;
  text-decoration: none;
}

ul,
ol {
  margin: 0;
  padding-left: 20px;
  margin-bottom: 20px;
}

p {
  margin: 0 0 20px;
  line-height: 1.6;
  font-size: 18px;
  color: #303030;
}
@media (max-width: 991px) {
  p {
    font-size: 16px;
  }
}

p:last-of-type {
  margin-bottom: 0;
}

img {
  max-width: 100%;
  display: block;
}

a {
  display: inline-block;
  -moz-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

.lisy-style {
  list-style: none;
}

.clearfix {
  content: "";
  clear: both;
  display: block;
}

a {
  color: #1A1919;
}
.pagelabel {
  font-size: 14px;
  font-weight: 700;
  color: #5A8E00;
  text-transform: uppercase;
  letter-spacing: 0.14286em;
  margin-bottom: 10px;
  display: block;
}

.small-container {
  max-width: 995px;
  margin: 0 auto;
}
@media (max-width: 1199px) {
  .small-container {
    max-width: 960px;
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media (max-width: 991px) {
  .small-container {
    max-width: 720px;
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media (max-width: 767px) {
  .small-container {
    max-width: 540px;
  }
}
@media (max-width: 575px) {
  .small-container {
    max-width: 100%;
  }
}

.container-fluid {
  max-width: 100%;
}

.container {
  max-width: 1260px;
  width: 100%;
  padding: 0 15px;
  margin: 0 auto;
}
@media (max-width: 1263px) {
  .container {
    max-width: 1170px;
  }
}
@media (max-width: 1199px) {
  .container {
    max-width: 960px;
  }
}
@media (max-width: 991px) {
  .container {
    max-width: 720px;
  }
}
@media (max-width: 767px) {
  .container {
    max-width: 540px;
  }
}
@media (max-width: 575px) {
  .container {
    max-width: 100%;
  }
}

.listicons {
  list-style: none;
  padding: 0;
  margin-top: 50px;
}
@media (max-width: 767px) {
  .listicons {
    padding-bottom: 0;
    margin-bottom: 0;
  }
}
@media (max-width: 575px) {
  .listicons {
    margin-top: 30px;
  }
}
.listicons li {
  margin-bottom: 15px;
  display: inline-block;
}
@media (max-width: 991px) {
  .listicons li {
    display: grid;
  }
}
@media (max-width: 479px) {
  .listicons li:last-child {
    margin-bottom: 0;
  }
}
@media (max-width: 575px) {
  .listicons li br {
    display: none;
  }
}
.listicons a {
  display: -ms-flex;
  display: -webkit-flex;
  display: flex;
  font-size: 16px;
}
.listicons a:hover {
  color: #5A8E00;
}
.listicons a .ulicons {
  background: #5A8E00;
  width: 24px;
  height: 24px;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: 15px;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 24px;
  flex: 0 0 24px;
}

.text-center {
  text-align: center;
}

.clicktext {
  color: #5A8E00;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.clicktext:hover {
  text-decoration: underline;
}

.text-right {
  text-align: right;
}

.common-btn-brdr {
  color: #fff;
  font-size: 16px;
  line-height: 19px;
  font-weight: 400;
  border: 2px solid #5A8E00;
  text-transform: capitalize;
  cursor: pointer;
  padding-top: 14px;
  padding-right: 24px;
  padding-bottom: 14px;
  padding-left: 24px;
  min-width: 170px;
  text-align: center;
}
@media (max-width: 575px) {
  .common-btn-brdr {
    font-size: 14px;
  }
}
.common-btn-brdr:hover {
  background: #5A8E00;
  color: #fff;
  border: 2px solid #5A8E00;
}
@media (max-width: 991px) {
  .common-btn-brdr {
    padding-top: 10px;
    padding-right: 24px;
    padding-bottom: 10px;
    padding-left: 24px;
    min-width: 144px;
  }
}

.common-btn-solid {
  background-color: #5A8E00;
}
.common-btn-solid:hover {
  background: transparent;
  color: #5A8E00;
  border: 2px solid #5A8E00;
}

.extra-btn {
  background-color: #0BB5C3;
  border: 1px solid transparent;
  text-decoration: none !important;
  font-weight: 700 !important;
}
.extra-btn:hover {
  background: transparent;
  color: #0BB5C3;
  border: 1px solid #0BB5C3;
  background: transparent;
}

.common-more-btn {
  font-size: 20px;
  font-weight: 400;
}
.common-more-btn svg {
  margin-left: 6px;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.common-more-btn:hover svg {
  -moz-transform: translate(6px, 0);
  -o-transform: translate(6px, 0);
  -ms-transform: translate(6px, 0);
  -webkit-transform: translate(6px, 0);
  transform: translate(6px, 0);
}

.justify-content-between {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.align-item-center {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.headerHieght {
  min-height: 88px;
}
@media (max-width: 575px) {
  .headerHieght {
    min-height: 66px;
  }
}

.hidden-pc {
  display: none;
}
@media (max-width: 991px) {
  .hidden-pc {
    display: block;
  }
}

@media (max-width: 991px) {
  .hidden-mob {
    display: none;
  }
}

.navClose_wrapper {
  cursor: pointer;
  display: none;
  float: right;
  margin-right: 30px;
  margin-top: 15px;
  width: 30px;
}
.navClose_wrapper img {
  margin: 0 auto;
  width: 24px;
  height: 24px;
}
@media (max-width: 991px) {
  .navClose_wrapper {
    display: block;
  }
}

.form_input {
  background-color: #fff;
  border: 1px solid #d3d3d3;
  border-radius: 8px;
  padding: 14px 20px;
  width: 60%;
  max-width: 300px;
  font-family: "DM Sans", sans-serif;
  color: #1A1919;
}
.form_input::placeholder {
  color: #1A1919;
  opacity: 1;
  font-size: 14px;
}
@media (max-width: 1199px) {
  .form_input {
    width: 100%;
  }
}
@media (max-width: 991px) {
  .form_input {
    max-width: 100%;
    width: 69%;
  }
}
@media (max-width: 479px) {
  .form_input {
    width: 100%;
  }
}

.sm {
  min-width: 107px;
  font-weight: 600;
  font-size: 13px;
  padding-top: 7px;
  padding-right: 24px;
  padding-bottom: 7px;
  padding-left: 24px;
}

.row {
  display: -ms-flex;
  display: -webkit-flex;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}

.col-1 {
  -ms-flex: 0 0 8.333333%;
  flex: 0 0 8.333333%;
  max-width: 8.333333%;
  padding-right: 15px;
  padding-left: 15px;
}

.col-2 {
  -ms-flex: 0 0 16.666667%;
  flex: 0 0 16.666667%;
  max-width: 16.666667%;
  padding-right: 15px;
  padding-left: 15px;
}

.col-3 {
  -ms-flex: 0 0 25%;
  flex: 0 0 25%;
  max-width: 25%;
  padding-right: 15px;
  padding-left: 15px;
}

.col-4 {
  -ms-flex: 0 0 33.333%;
  flex: 0 0 33.333%;
  max-width: 33.333%;
  padding-right: 15px;
  padding-left: 15px;
}

.col-5 {
  -ms-flex: 0 0 41.666667%;
  flex: 0 0 41.666667%;
  max-width: 41.666667%;
  padding-right: 15px;
  padding-left: 15px;
}

.col-6 {
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 50%;
  padding-right: 15px;
  padding-left: 15px;
}
@media (max-width: 991px) {
  .col-6 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
}

.col-7 {
  -ms-flex: 0 0 58.333333%;
  flex: 0 0 58.333333%;
  max-width: 58.333333%;
  padding-right: 15px;
  padding-left: 15px;
}

.col-8 {
  -ms-flex: 0 0 66.666667%;
  flex: 0 0 66.666667%;
  max-width: 66.666667%;
  padding-right: 15px;
  padding-left: 15px;
}

.col-9 {
  -ms-flex: 0 0 75%;
  flex: 0 0 75%;
  max-width: 75%;
  padding-right: 15px;
  padding-left: 15px;
}

.col-10 {
  -ms-flex: 0 0 83.333333%;
  flex: 0 0 83.333333%;
  max-width: 83.333333%;
  padding-right: 15px;
  padding-left: 15px;
}

.col-11 {
  -ms-flex: 0 0 91.666667%;
  flex: 0 0 91.666667%;
  max-width: 91.666667%;
  padding-right: 15px;
  padding-left: 15px;
}

.col-12 {
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
  padding-right: 15px;
  padding-left: 15px;
}

.pt-0 {
  padding-top: 0px !important;
}

.pb-0 {
  padding-bottom: 0px !important;
}

.mt-0 {
  margin-top: 0 !important;
}

.padding-100 {
  padding: 100px 0;
}
@media (max-width: 1199px) {
  .padding-100 {
    padding: 49px 0;
  }
}

@media (max-width: 991px) {
  .commonColumn__box {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
}
@media (max-width: 767px) {
  .commonColumn__box {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
}
@media (max-width: 991px) {
  .navbar__inner.toggle .navbar__menu .dropdownHolder:nth-of-type(1) {
    transition-delay: 0.2s;
    transition-duration: 0.75s;
  }
  .navbar__inner.toggle .navbar__menu .dropdownHolder:nth-of-type(2) {
    transition-delay: 0.4s;
    transition-duration: 1s;
  }
  .navbar__inner.toggle .navbar__menu .dropdownHolder:nth-of-type(3) {
    transition-delay: 0.6s;
    transition-duration: 1.25s;
  }
  .navbar__inner.toggle .navbar__menu .dropdownHolder:nth-of-type(4) {
    transition-delay: 0.8s;
    transition-duration: 1.5s;
  }
  .navbar__inner.toggle .navbar__menu .dropdownHolder:nth-of-type(5) {
    transition-delay: 1s;
    transition-duration: 1.75s;
  }
  .navbar__inner.toggle .navbar__menu .dropdownHolder {
    opacity: 1;
    transform: translateY(0);
    transition: transform 0.5s ease-out, opacity 1s ease-out;
  }
  .navbar__inner .dropdownHolder {
    transform: translateY(-25%);
    opacity: 0;
  }
  .navbar__inner .navbar__menubtn a {
    transform: translateY(-25%);
    opacity: 0;
  }
  .navbar__inner.toggle .navbar__menubtn a {
    opacity: 1;
    transform: translateY(0);
    transition: transform 0.5s ease-out, opacity 1s ease-out;
  }
  .navbar__inner.toggle .navbar__menubtn a:nth-of-type(1) {
    transition-delay: 1.2s;
    transition-duration: 2s;
  }
  .navbar__inner.toggle .navbar__menubtn a:nth-of-type(2) {
    transition-delay: 1.4s;
    transition-duration: 2.2s;
  }
}
.slick-list {
  position: relative;
  overflow: hidden;
}

.navbar__menu .active a::before {
  width: 100%;
}

.toast-message {
  padding: 16px 52px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  background-color: #EA3F3F;
  z-index: 9999;
}

.toast-message.remove-toast {
  display: none;
}

.your-header-class header {
  position: fixed;
  top: 35px;
}

.close_message {
  cursor: pointer;
}

@media (max-width: 991px) {
  span.stripeimg img {
    width: 15px;
    height: 15px;
  }
}

.blogdate {
  font-size: 14px;
  font-family: "DM Sans", sans-serif;
  text-transform: uppercase;
  letter-spacing: 0.14286em;
  margin-bottom: 10px;
  display: block;
}

header {
  position: fixed;
  top: 0;
  right: auto;
  bottom: auto;
  left: auto;
  z-index: 99;
  padding-top: 0;
  -moz-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
@media (max-width: 575px) {
  header {
    padding-top: 0;
  }
}
header__top {
  background-color: #5A8E00;
}
header.header__fixed {
  padding-bottom: 0;
  padding-top: 0;
  top: 0;
  background-color: #1E3D6E;
}
@media (max-width: 575px) {
  header.header__fixed {
    padding-top: 0;
    padding-bottom: 0;
  }
}
header.header__fixed .navbar__logo svg {
  width: 130px;
}
@media (max-width: 575px) {
  header.header__fixed .navbar__logo svg {
    width: 100px;
  }
}
header.hide {
  -webkit-transform: translateY(-100%);
  -ms-transform: translateY(-100%);
  transform: translateY(-100%);
  pointer-events: none;
}

.header__top {
  background-color: #5A8E00;
  padding-top: 7px;
  padding-bottom: 7px;
}
.header__top .header__toptxt ul {
  list-style: none;
  padding: 0;
  display: -ms-flex;
  display: -webkit-flex;
  display: flex;
  margin: 0;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}
@media (max-width: 991px) {
  .header__top .header__toptxt ul {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}
@media (max-width: 575px) {
  .header__top .header__toptxt ul {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
}
.header__top .header__toptxt ul li {
  padding-right: 45px;
}
@media (max-width: 575px) {
  .header__top .header__toptxt ul li {
    padding-right: 0;
  }
}
.header__top .header__toptxt ul li:last-child {
  padding-right: 0;
}
.header__top .header__toptxt ul a {
  font-size: 12px;
  font-family: "DM Sans", sans-serif;
  text-transform: uppercase;
  color: #fff;
  font-weight: 700;
  letter-spacing: 0.16667em;
  display: -ms-flex;
  display: -webkit-flex;
  display: flex;
}
.header__top .header__toptxt ul a:hover {
  opacity: 0.7;
}
.header__top .header__toptxt ul a .clientLogin {
  margin-left: 10px;
  display: -ms-flex;
  display: -webkit-flex;
  display: flex;
}
@media (max-width: 575px) {
  .header__top .header__toptxt ul a {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-weight: 400;
    font-size: 12px;
    letter-spacing: 0;
  }
}

.navbar {
  background-color: #042E47;
  padding: 10px 0;
}
.navbar__logo {
  max-width: 286px;
  margin-right: auto;
  -moz-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  line-height: normal;
}
@media (max-width: 1199px) {
  .navbar__logo {
    max-width: 200px;
  }
}
.navbar__logo svg {
  -moz-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
@media (max-width: 575px) {
  .navbar__logo svg {
    width: 110px;
    height: 40px;
  }
}
.navbar .wrapper_menu {
  display: flex;
  align-items: center;
  padding: 9px 0px 9px 0;
  border-radius: 30px;
}
@media (max-width: 991px) {
  .navbar .wrapper_menu {
    background-color: transparent;
    padding-right: 0;
  }
}
.navbar__inner {
  display: flex;
}
@media (max-width: 991px) {
  .navbar__inner {
    display: block;
    padding: 0 0 20px;
    width: 100%;
    max-width: 100%;
    height: 100vh;
    overflow-y: auto;
    pointer-events: none;
    background: #042E47;
    z-index: 99;
    position: absolute;
    top: 0;
    right: auto;
    bottom: auto;
    left: 0;
    transform: translateY(-130%);
    transition: 0.4s ease-in-out;
    margin-top: 0;
  }
  .navbar__inner.toggle {
    -moz-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
    pointer-events: all;
  }
}
.navbar .dropdownHolder {
  position: relative;
}
@media (max-width: 991px) {
  .navbar .dropdownHolder {
    border-bottom: 1px solid #2d5072;
  }
}
.navbar .dropdownHolder:hover .dropdownMenu {
  transform: translateY(0);
  opacity: 1;
  pointer-events: all;
}
@media (max-width: 991px) {
  .navbar .dropdownHolder:hover .dropdownMenu {
    transform: unset;
    display: none;
    position: unset !important;
    background-color: transparent;
    border-radius: 0;
  }
}
.navbar .dropdownHolder:hover .caret svg {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
  stroke: #0BB5C3;
}
@media (max-width: 991px) {
  .navbar .dropdownHolder:hover .caret svg {
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
}
.navbar .caret {
  cursor: pointer;
}
.navbar .iconBtn {
  border: 0;
  background: transparent;
  padding: 0px;
  -moz-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  padding-left: 3px;
}
@media (max-width: 991px) {
  .navbar .iconBtn {
    position: absolute;
    top: 20px;
    right: 0px;
    bottom: auto;
    left: auto;
    padding: 8px;
  }
  .navbar .iconBtn.active {
    border: none;
    -moz-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
  }
}
.navbar .iconBtn svg path {
  stroke: #fff;
}
.navbar .dropdownMenu {
  list-style: none;
  min-width: 200px;
  padding: 10px 20px;
  opacity: 0;
  pointer-events: none;
  background-color: #fff;
  -webkit-box-shadow: 0 7px 10px -4px rgba(0, 0, 0, 0.25);
  box-shadow: 0 7px 10px -4px rgba(0, 0, 0, 0.25);
  position: absolute;
  top: 38px;
  right: auto;
  bottom: auto;
  left: -19px;
  -moz-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  -webkit-transform: translateY(50px);
  -ms-transform: translateY(50px);
  transform: translateY(50px);
  z-index: 99;
  border-radius: 5px;
}
.navbar .dropdownMenu li {
  margin-left: 0;
  padding-bottom: 0;
}
.navbar .dropdownMenu a {
  color: #1A1919;
  padding: 8px 0;
  display: block;
}
@media (max-width: 991px) {
  .navbar .dropdownMenu a {
    color: #fff;
    border: 0;
  }
}
@media (max-width: 991px) {
  .navbar .dropdownMenu {
    transform: unset;
    display: none;
    position: unset !important;
    opacity: 1;
    -moz-transition: unset;
    -o-transition: unset;
    -webkit-transition: unset;
    transition: unset;
    box-shadow: none;
    padding-top: 0;
    margin-bottom: 0;
    background-color: transparent;
  }
  .navbar .dropdownMenu li {
    border-top: none;
  }
}
.navbar__holder {
  display: -ms-flex;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
@media (max-width: 991px) {
  .navbar__holder .menuIcon {
    display: -ms-flex;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    position: relative;
    width: 30px;
    height: 21px;
    cursor: pointer;
    margin-left: 25px;
  }
  .navbar__holder .menuIcon span {
    position: relative;
    width: 100%;
    height: 3px;
    display: block;
    background: #fff;
    -moz-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
    -webkit-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
  }
  .navbar__holder .menuIcon span:nth-child(2) {
    margin: 6px 0;
    margin-left: auto;
  }
}
.navbar__menu {
  display: -ms-flex;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-top: 0;
  margin-bottom: 0;
}
@media (max-width: 991px) {
  .navbar__menu {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding-left: 0;
    margin-top: 50px;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    padding: 0px 29px;
  }
}
.navbar__menu a {
  color: #fff;
  text-transform: capitalize;
  font-weight: 400;
  font-size: 18px;
  position: relative;
  padding: 9px 0;
}
.navbar__menu a::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  height: 2px;
  width: 0;
  background: #fff;
}
@media (max-width: 1199px) {
  .navbar__menu a::before {
    font-size: 16px;
  }
}
@media (max-width: 991px) {
  .navbar__menu a::before {
    display: none;
  }
}
.navbar__menu a:hover::before {
  width: 100%;
}
@media (max-width: 1199px) {
  .navbar__menu a {
    font-size: 16px;
  }
}
@media (max-width: 991px) {
  .navbar__menu a {
    padding: 22px 0px;
    display: block;
    color: #fff;
  }
}
.navbar__menu .caret svg {
  stroke: #fff;
  -moz-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
.navbar__menu .caret svg.active {
  border: none;
}
@media (max-width: 991px) and (max-width: 991px) {
  .navbar__menu .caret svg.active {
    position: absolute;
    bottom: auto;
    left: auto;
    transform: rotate(180deg);
  }
}
.navbar__menu li + li {
  margin-left: 25px;
}
@media (max-width: 1199px) {
  .navbar__menu li + li {
    margin-left: 15px;
  }
}
@media (max-width: 991px) {
  .navbar__menu li + li {
    margin-left: 0;
  }
}
@media (max-width: 991px) {
  .navbar__menu li {
    padding-bottom: 0;
    width: 100%;
  }
}
.navbar__menubtn {
  margin-left: 25px;
}
.navbar__menubtn .common-btn-brdr {
  padding-top: 12px;
  padding-bottom: 12px;
}
@media (max-width: 991px) {
  .navbar__menubtn.hidden-pc {
    display: -ms-flex;
    display: -webkit-flex;
    display: flex;
    flex-direction: column;
    gap: 60px;
    margin-top: 62px;
    align-items: flex-start;
  }
}
@media (max-width: 1199px) {
  .navbar__menubtn {
    margin-left: 15px;
  }
}
@media (max-width: 991px) {
  .navbar__menubtn {
    margin: 19px 0;
    padding: 0px 29px;
  }
}
.navbar__menubtn a {
  min-width: 117px;
}
.navbar__menubtn a:hover {
  color: #fff;
  background: #5A8E00;
  color: #fff;
  border: 2px solid #5A8E00;
}
@media (max-width: 1199px) {
  .navbar__menubtn a {
    margin-right: 10px;
  }
}
.navbar .active a {
  -moz-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
@media (max-width: 991px) {
  .navbar .active a {
    border: none;
  }
}
.navbar .active .dropdownMenu a {
  border: none;
}

@media (max-width: 1024px) {
  .common-btn-brdr {
    padding-left: 6px !important;
    padding-right: 6px !important;
  }
}

.navbar__menu li:hover > a,
.navbar__menu li:hover > a {
  color: #5A8E00;
}

header.innerPages {
  padding-bottom: 10px;
  padding-top: 10px;
}
header.innerPages .navbar__menu a {
  color: #585858;
  padding-bottom: 5px;
}
@media (max-width: 991px) {
  header.innerPages .navbar__menu a {
    padding-bottom: 18px;
  }
}
header.innerPages .navbar__menu .caret svg {
  stroke: #12314D;
}
@media (max-width: 991px) {
  header.innerPages .menuIcon span {
    background: #585858;
  }
}

@media (max-width: 1199px) {
  .nav_overlay {
    background-color: rgba(0, 0, 0, 0.7);
    bottom: 0;
    display: none;
    height: 100vh;
    left: 0;
    position: fixed;
    right: 0;
    top: 0;
    width: 100%;
    z-index: 2;
  }
  .nav_overlay.show {
    display: block;
  }
}
.homebanner {
  position: relative;
  padding-bottom: 130px;
  overflow: hidden;
}
@media (max-width: 1199px) {
  .homebanner {
    padding-bottom: 80px;
  }
}
@media (max-width: 991px) {
  .homebanner {
    padding-bottom: 60px;
  }
}
@media (max-width: 575px) {
  .homebanner {
    padding-bottom: 40px;
  }
}
.homebanner .banner_slider {
  height: 100vh;
}
@media (max-width: 1199px) {
  .homebanner .banner_slider {
    height: auto;
  }
}
.homebanner__inner {
  position: absolute;
  top: 50%;
  right: 0;
  left: 0;
  -moz-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  margin: 0 auto;
  width: 950px;
  text-align: center;
}
@media (max-width: 1263px) {
  .homebanner__inner {
    max-width: 1170px;
    padding: 0 15px;
  }
}
@media (max-width: 1199px) {
  .homebanner__inner {
    max-width: 960px;
    padding: 0 15px;
    position: absolute;
    top: 60%;
    right: 0;
    left: 0;
  }
}
@media (max-width: 991px) {
  .homebanner__inner {
    max-width: 100%;
    padding: 0 15px;
  }
}
.homebanner__inner h1 {
  color: #fff;
  max-width: 650px;
  line-height: 1.1;
  font-family: "Lato", sans-serif;
  text-align: left;
  font-size: 55px;
  margin-bottom: 35px;
  font-weight: bold;
}
@media (max-width: 991px) {
  .homebanner__inner h1 {
    max-width: 100%;
    font-size: 45px;
  }
}
@media (max-width: 575px) {
  .homebanner__inner h1 {
    font-size: 30px;
  }
}
.homebanner__arrows {
  display: -ms-flex;
  display: -webkit-flex;
  display: flex;
  background-color: rgba(0, 0, 0, 0.4);
  max-width: 745px;
  margin-top: 55px;
}
.homebanner__arrows p {
  color: #fff;
  padding: 13px 0;
  padding-left: 30px;
}
.homebanner__arrowsinn {
  display: flex;
  background-color: #0BB5C3;
  align-items: center;
  cursor: pointer;
}
.homebanner__arrowsinn .icons_small {
  padding: 0 21px;
}
.homebanner__learn {
  display: -ms-flex;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  max-width: 550px;
  padding: 0;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
@media (max-width: 991px) {
  .homebanner__learn {
    max-width: 100%;
  }
}
@media (max-width: 767px) {
  .homebanner__learn {
    padding: 0 0;
    flex-direction: column;
  }
}
.homebanner__left {
  width: 100%;
  border-left: 5px solid #5A8E00;
  padding-left: 45px;
  margin-bottom: 45px;
}
@media (max-width: 991px) {
  .homebanner__left {
    padding-left: 25px;
  }
}
@media (max-width: 767px) {
  .homebanner__left {
    margin-bottom: 15px;
    padding-left: 15px;
  }
}
.homebanner__left p {
  font-size: 18px;
  color: #fff;
  text-align: left;
}
@media (max-width: 1199px) {
  .homebanner__left p {
    font-size: 16px;
  }
}
.homebanner__right {
  text-align: end;
}
.homebanner__right .common-btn-brdr {
  font-weight: 700;
  text-transform: none;
}
@media (max-width: 767px) {
  .homebanner__right {
    width: 100%;
    text-align: left;
    margin-top: 15px;
  }
}

.contentblockSection__txt h2 {
  font-size: 38px;
}

.extention {
  padding-bottom: 120px;
}
@media (max-width: 1199px) {
  .extention {
    padding-bottom: 80px;
  }
}
@media (max-width: 991px) {
  .extention {
    padding-bottom: 60px;
  }
}
.extention .contentblockSection__txt {
  padding-right: 70px;
}
@media (max-width: 1199px) {
  .extention .contentblockSection__txt {
    padding-right: 15px;
  }
}
@media (max-width: 991px) {
  .extention .contentblockSection__txt {
    margin-bottom: 40px;
  }
}
@media (max-width: 767px) {
  .extention .contentblockSection__txt {
    margin-top: 0;
  }
}
.extention .contentblockSection__txt h2 {
  font-weight: bold;
}
.extention .contentblockSection__txt p {
  font-size: 16px;
  line-height: 24px;
}

.ctacomman {
  padding-bottom: 120px;
}
@media (max-width: 1199px) {
  .ctacomman {
    padding-bottom: 80px;
  }
}
@media (max-width: 991px) {
  .ctacomman {
    padding-bottom: 60px;
  }
}
.ctacomman__inner a {
  background: rgb(118, 186, 0);
  background: linear-gradient(269deg, rgb(118, 186, 0) 0%, rgb(90, 142, 0) 100%);
  border-radius: 10px;
  display: -ms-flex;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 52px 50px 52px 60px;
  overflow: hidden;
  position: relative;
}
.ctacomman__inner a:hover .ctacomman__txt {
  transform: translatey(-5px);
}
.ctacomman__inner a:hover img {
  transform: translatex(5px);
}
@media (max-width: 1199px) {
  .ctacomman__inner a {
    padding: 40px;
  }
}
@media (max-width: 991px) {
  .ctacomman__inner a {
    padding: 25px;
  }
}
@media (max-width: 575px) {
  .ctacomman__inner a {
    padding: 20px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
.ctacomman__txt {
  color: #fff;
  max-width: 805px;
  -moz-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.ctacomman__txt a {
  color: #fff;
}
@media (max-width: 1199px) {
  .ctacomman__txt {
    max-width: 80%;
  }
}
@media (max-width: 575px) {
  .ctacomman__txt {
    max-width: 100%;
  }
}
.ctacomman__txt h2 {
  font-weight: bold;
  font-size: 40px;
  margin-bottom: 0;
}
@media (max-width: 991px) {
  .ctacomman__txt h2 {
    font-size: 32px;
  }
}
@media (max-width: 767px) {
  .ctacomman__txt h2 {
    font-size: 25px;
  }
}
@media (max-width: 575px) {
  .ctacomman__txt h2 {
    font-size: 20px;
    margin-bottom: 0;
  }
}
.ctacomman__txtarrow {
  background: #69A501;
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  left: auto;
  height: auto;
  width: 200px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -ms-flex;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
@media (max-width: 991px) {
  .ctacomman__txtarrow {
    width: 125px;
  }
}
@media (max-width: 767px) {
  .ctacomman__txtarrow {
    width: 100px;
  }
}
@media (max-width: 575px) {
  .ctacomman__txtarrow {
    width: 100%;
    position: absolute;
    background: none;
    left: 0;
    right: 0;
    opacity: 0;
    visibility: visible;
    z-index: 1;
  }
}
.ctacomman__txtarrow img {
  -moz-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
@media (max-width: 991px) {
  .ctacomman__txtarrow img {
    width: 50px;
  }
}
@media (max-width: 767px) {
  .ctacomman__txtarrow img {
    width: 35px;
  }
}

.litigationservice {
  padding-bottom: 120px;
}
@media (max-width: 1199px) {
  .litigationservice {
    padding-bottom: 70px;
  }
}
@media (max-width: 991px) {
  .litigationservice {
    padding-bottom: 60px;
  }
}
@media (max-width: 991px) {
  .litigationservice__inner .contentblockSection__img {
    margin-bottom: 30px;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .litigationservice__inner .contentblockSection__img {
    margin-bottom: 30px;
  }
}
.litigationservice__inner ul.listicons {
  column-count: 2;
}
@media (max-width: 479px) {
  .litigationservice__inner ul.listicons {
    column-count: 1;
    margin-bottom: 0;
  }
}
.litigationservice .contentblockSection__txt {
  padding-left: 50px;
}
@media (max-width: 1199px) {
  .litigationservice .contentblockSection__txt {
    padding-left: 15px;
  }
}
@media (max-width: 767px) {
  .litigationservice .contentblockSection__txt {
    margin-top: 0;
  }
}

.location {
  background: #042E47;
  padding-top: 130px;
  padding-bottom: 140px;
}
@media (max-width: 1199px) {
  .location {
    padding-top: 70px;
    padding-bottom: 90px;
  }
}
@media (max-width: 991px) {
  .location {
    padding-top: 50px;
    padding-bottom: 70px;
  }
}
@media (max-width: 575px) {
  .location {
    padding-top: 30px;
    padding-bottom: 50px;
  }
}
.location .contentblockSection__txt {
  padding-left: 50px;
}
@media (max-width: 991px) {
  .location .contentblockSection__txt {
    margin-top: 0;
    padding-left: 15px;
  }
}
@media (max-width: 767px) {
  .location .contentblockSection__txt {
    margin-top: 0;
  }
}
.location .contentblockSection__txt h2 {
  color: #fff;
}
.location .contentblockSection__txt p {
  color: #fff;
}
@media (max-width: 991px) {
  .location .contentblockSection__img {
    margin-bottom: 40px;
  }
}

.quote {
  padding-top: 0;
  padding-bottom: 100px;
}
@media (max-width: 1199px) {
  .quote {
    padding-bottom: 0;
  }
}
@media (max-width: 1199px) {
  .quote .small-container {
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media (max-width: 991px) {
  .quote .small-container {
    padding-bottom: 0;
    padding-top: 0;
  }
}
.quote__inner {
  border-radius: 30px;
  position: relative;
  padding-top: 120px;
  padding-bottom: 25px;
}
@media (max-width: 1199px) {
  .quote__inner {
    padding-top: 80px;
    padding-bottom: 70px;
  }
}
@media (max-width: 575px) {
  .quote__inner {
    padding-bottom: 80px;
  }
}
.quote__inner.about-quote {
  padding-top: 50px;
}
.quote__content {
  margin: 0 auto;
  position: relative;
  padding-left: 120px;
}
@media (max-width: 1199px) {
  .quote__content {
    max-width: 100%;
  }
}
@media (max-width: 575px) {
  .quote__content {
    padding-left: 0;
  }
}
.quote__content::before {
  content: "";
  background-image: url(../img/quate.svg);
  width: 135px;
  height: 110px;
  background-repeat: no-repeat;
  position: absolute;
  top: -12px;
  right: auto;
  bottom: auto;
  left: 0px;
}
@media only screen and (max-width: 1299px) {
  .quote__content::before {
    position: absolute;
    top: -12px;
    right: auto;
    bottom: auto;
    left: 12px;
    width: 100px;
    background-size: contain;
    height: 81px;
  }
}
@media (max-width: 1199px) {
  .quote__content::before {
    position: absolute;
    top: -12px;
    right: auto;
    bottom: auto;
    left: 20px;
    height: 58px;
    width: 73px;
    background-size: contain;
  }
}
@media (max-width: 575px) {
  .quote__content::before {
    height: 42px;
    width: 50px;
    top: -55px;
  }
}
.quote__content h2 {
  font-weight: bold;
  margin-bottom: 30px;
  font-size: 26px;
  position: relative;
  font-weight: 400;
  line-height: 40px;
  font-style: italic;
  color: #030F16;
  border-bottom: 1px solid #D6D3C5;
  padding-bottom: 40px;
}
@media (max-width: 991px) {
  .quote__content h2 {
    font-size: 22px;
    line-height: 1.7;
  }
}
@media (max-width: 575px) {
  .quote__content h2 {
    font-size: 20px;
    line-height: 1.5;
  }
}
@media (max-width: 479px) {
  .quote__content h2 {
    font-size: 18px;
    line-height: 1.5;
    padding-bottom: 20px;
    margin-bottom: 20px;
  }
}
.quote__content blockquote {
  color: #fff;
  font-weight: 300;
  margin-bottom: 40px;
  font-size: 40px;
  position: relative;
}
.quote__content blockquote::before {
  content: "";
  background-image: url(../img/quote.svg);
  width: 78px;
  height: 58px;
  position: absolute;
  top: -33px;
  right: auto;
  bottom: auto;
  left: -130px;
}
.quote__content .quoteName {
  display: block;
  font-weight: 400;
  font-size: 16px;
  font-family: "DM Sans", sans-serif;
  margin-bottom: 5px;
}
.quote .slick-dots {
  margin: 45px 0 0;
}
@media (max-width: 991px) {
  .quote .slick-dots {
    margin: 12px;
  }
}
.quote .slick-dots button {
  width: 8px;
  height: 8px;
}
.quote .arrows_data {
  position: absolute;
  top: auto;
  right: 0px;
  bottom: 32px;
  left: auto;
  display: flex;
  width: 120px;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.quote .arrows_data .slick-arrow {
  cursor: pointer;
  width: auto;
}
@media (max-width: 1199px) {
  .quote .arrows_data {
    bottom: 78px;
  }
}
@media (max-width: 479px) {
  .quote .arrows_data {
    position: absolute;
    top: auto;
    right: 0px;
    bottom: 30px;
    left: 0;
    width: 100%;
    justify-content: space-evenly;
  }
}

.news_wrapper.departments {
  margin-top: 100px;
  padding-bottom: 100px;
}
@media (max-width: 1199px) {
  .news_wrapper.departments {
    margin-top: 50px;
    padding-bottom: 50px;
  }
}

.news {
  position: relative;
  padding-top: 15px;
}
.news__sldr {
  margin-top: 5px;
}
.news__sldr .row {
  margin-right: -7px;
  margin-left: -7px;
}
@media (max-width: 991px) {
  .news__sldr {
    margin-left: 0;
  }
}
.news__box {
  display: -ms-flex;
  display: -webkit-flex;
  display: flex;
  position: relative;
  margin: 0;
  -moz-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  background-color: #F3F6F8;
  border-radius: 10px;
  min-height: auto;
}
@media (max-width: 575px) {
  .news__box {
    min-height: auto;
  }
}
@media (max-width: 991px) {
  .news__box {
    margin-bottom: 20px;
  }
}
.news__box:hover {
  transform: translatey(-3px);
}
.news__txt {
  position: relative;
}
.news__txt h6 {
  font-size: 22px;
  text-transform: none;
  font-weight: 700;
  color: #5A8E00;
  font-family: "DM Sans", sans-serif;
  margin-bottom: 0px;
}
.news__txt p {
  font-size: 16px;
  margin-top: auto;
  font-weight: 400;
  line-height: 30px;
  -moz-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  margin-bottom: 0;
}
@media (max-width: 1199px) {
  .news__txt p {
    font-size: 16px;
    line-height: 1.6;
  }
}
@media (max-width: 575px) {
  .news__txt p {
    margin-top: 0;
  }
}
.news__icon {
  margin-bottom: 20px;
}
.news__icon img {
  min-height: 50px;
  max-height: 50px;
  object-fit: contain;
  -o-object-fit: contain;
}
.news__category {
  padding: 40px;
  display: -ms-flex;
  display: -webkit-flex;
  display: flex;
  flex-direction: column;
  height: 100%;
  -moz-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  position: relative;
}
.news__sldr .col-3 {
  padding-left: 7px;
  padding-right: 7px;
}

.news__category .learn_more {
  color: #1B6D93;
  margin-bottom: 10px;
  font-size: 16px;
  -moz-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.news__category .learn_more svg {
  margin-left: 10px;
}
.news__category h6 {
  display: -ms-flex;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 20px;
}
.news__category .halfarroimg {
  max-height: 32px;
  margin-left: auto;
  margin-bottom: 25px;
}
.news__category.mb__title h6 {
  padding-bottom: 15px;
}
.news__category.mb__title h6 .halfarroimg {
  margin-bottom: 0;
}

.news_wrapper .heading_common h2 {
  color: #12314D;
  font-size: 30px;
}
@media (max-width: 479px) {
  .news_wrapper .heading_common h2 {
    font-size: 24px;
  }
}

.footer {
  position: relative;
  background-color: #032337;
}
.footer__wrapper {
  position: relative;
  z-index: 9;
  margin-top: 0;
}
@media (max-width: 991px) {
  .footer__nav {
    margin-bottom: 20px;
  }
}
.footer__btn {
  text-align: right;
}
@media (max-width: 575px) {
  .footer__btn {
    float: unset;
    text-align: center;
  }
}
@media (max-width: 479px) {
  .footer__btn {
    display: -ms-flex;
    display: -webkit-flex;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
.footer__btn .common-btn-solid:hover {
  color: #fff;
}
.footer__btn a + a {
  margin-left: 20px;
}
@media (max-width: 575px) {
  .footer__btn a + a {
    margin-left: 0;
    margin-top: 15px;
  }
}
.footer__inner {
  padding: 52px 0 15px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}
@media (max-width: 575px) {
  .footer__inner {
    padding-top: 30px;
  }
}
.footer__inner .row {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
@media (max-width: 991px) {
  .footer__inner .row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
.footer__inner .col-first {
  flex: 0 0 40%;
  max-width: 40%;
  padding-right: 15px;
  padding-left: 15px;
}
@media (max-width: 767px) {
  .footer__inner .col-first {
    flex: 0 0 100%;
    max-width: 100%;
  }
}
.footer__inner .col-secondary {
  flex: 0 0 60%;
  max-width: 60%;
  padding-right: 15px;
  padding-left: 15px;
}
@media (max-width: 991px) {
  .footer__inner .col-secondary {
    flex: 0 0 100%;
    max-width: 100%;
  }
}
@media (max-width: 991px) {
  .footer__inner .col-secondary .commonColumn__box {
    flex: 0 0 100%;
    max-width: 100%;
  }
}
.footer__inner .lisy-style {
  padding-left: 0;
}
.footer__inner .lisy-style a {
  color: #fff;
  font-size: 13px;
  font-weight: 400;
  padding-bottom: 15px;
}
@media (max-width: 991px) {
  .footer__inner .lisy-style a {
    line-height: normal;
  }
}
@media (max-width: 479px) {
  .footer__inner .lisy-style a {
    padding-bottom: 3px;
  }
}
.footer__inner .lisy-style a:hover {
  color: #0BB5C3;
}
.footer__inner h6 {
  margin-bottom: 0;
}
.footer__inner h6 a {
  color: #fff;
  font-weight: 400;
  margin-bottom: 15px;
  font-size: 20px;
}
@media (max-width: 991px) {
  .footer__inner h6 a {
    margin-bottom: 10px;
  }
}
.footer__inner h6 a:hover {
  color: #0BB5C3;
}
.footer .footer__social {
  display: -ms-flex;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 20px 0;
}
@media (max-width: 767px) {
  .footer .footer__social {
    flex-direction: column;
  }
}
@media (max-width: 479px) {
  .footer .footer__social {
    padding-top: 10px;
    padding-bottom: 10px;
  }
}
.footer__left {
  display: -ms-flex;
  display: -webkit-flex;
  display: flex;
}
@media (max-width: 479px) {
  .footer__left {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
.footer__left ul {
  list-style: none;
  padding: 0;
  margin: 0;
  margin-left: 35px;
  display: -ms-flex;
  display: -webkit-flex;
  display: flex;
}
.footer__left ul li {
  line-height: 1.6;
}
@media (max-width: 575px) {
  .footer__left ul {
    margin-left: 10px;
  }
}
@media (max-width: 479px) {
  .footer__left ul {
    margin-left: 0;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-top: 10px;
  }
}
.footer__left ul li + li {
  margin-left: 35px;
}
@media (max-width: 575px) {
  .footer__left ul li + li {
    margin-left: 10px;
  }
}
.footer__left ul a {
  color: #fff;
  font-size: 13px;
  display: block;
}
.footer__left ul a:hover {
  opacity: 0.7;
}
@media (max-width: 767px) {
  .footer__left ul a {
    line-height: normal;
  }
}
.footer__left p {
  font-size: 13px;
  color: #fff;
}
@media (max-width: 767px) {
  .footer__left {
    margin-bottom: 15px;
  }
}
.footer__right p {
  font-size: 13px;
  color: #fff;
}
.footer__right img {
  -moz-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.footer__right a:hover img {
  -webkit-transform: translate(0, -10px);
  -ms-transform: translate(0, -10px);
  transform: translate(0, -10px);
}
.footer__right a + a {
  margin-left: 35px;
}

.footer_ntc h6 a {
  margin-bottom: 25px;
}

.noticesupdates {
  background-color: #1E3D6E;
}
.noticesupdates__datesinner {
  padding-right: 72px;
}
.noticesupdates__datesinner h6 {
  font-size: 20px;
  color: #fff;
  font-weight: 700;
}
.noticesupdates__dates {
  margin-bottom: 37px;
}
.noticesupdates__dates a p {
  -moz-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.noticesupdates__dates a p:hover {
  color: #0BB5C3;
}
.noticesupdates__dates span {
  color: #fff;
  font-size: 13px;
  font-weight: 700;
  opacity: 0.6;
  margin-bottom: 14px;
  display: block;
}
.noticesupdates__dates p {
  color: #fff;
  font-size: 22px;
  font-weight: 700;
}
@media (max-width: 1199px) {
  .noticesupdates__dates p {
    font-size: 16px;
  }
}
.noticesupdates__councilmettings {
  background-color: rgba(225, 225, 225, 0.1);
  padding: 50px 44px;
  border-radius: 8px;
  display: flex;
  margin-top: 39px;
}
@media (max-width: 1263px) {
  .noticesupdates__councilmettings {
    flex-direction: column;
  }
}
.noticesupdates__councilmettings h6 {
  font-size: 22px;
  color: #fff;
  font-weight: 700;
}
.noticesupdates__left {
  flex: 0 0 64%;
  max-width: 64%;
}
@media (max-width: 1263px) {
  .noticesupdates__left {
    flex: 0 0 100%;
    max-width: 100%;
  }
}
.noticesupdates__left .common-ylw-btn {
  margin-top: 27px;
}
.noticesupdates__right {
  flex: 0 0 36%;
  max-width: 36%;
}
@media (max-width: 1263px) {
  .noticesupdates__right {
    flex: 0 0 100%;
    max-width: 100%;
  }
}
.noticesupdates__right ul {
  list-style: none;
  margin-top: 42px;
}
@media (max-width: 1263px) {
  .noticesupdates__right ul {
    margin-top: 20px;
    padding-left: 0;
  }
}
.noticesupdates__right ul a {
  color: white;
  display: -ms-flex;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 12px 0;
}
.noticesupdates__right ul a:hover {
  color: #0BB5C3;
}
.noticesupdates__right ul a svg {
  margin-right: 12px;
}

.banner_img {
  height: 90vh;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  position: relative;
  width: 100%;
  max-height: 860px;
  z-index: 1;
}
@media (max-width: 1199px) {
  .banner_img {
    height: auto;
    padding-top: 600px;
  }
}
.banner_img::before {
  content: "";
  position: absolute;
  background-color: rgba(18, 49, 77, 0.3);
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

.inner_header {
  background-color: #12314D;
  padding: 184px 0 55px;
}
@media (max-width: 991px) {
  .inner_header {
    padding: 150px 0 55px;
  }
}
.inner_header h1 {
  color: #fff;
  font-family: "Lato", serif;
  margin-bottom: 0;
}

.postdata.locationTop .postdata__inner {
  padding-bottom: 50px;
}
@media (max-width: 991px) {
  .postdata.locationTop .postdata__inner {
    padding-left: 0;
    padding-right: 0;
  }
}
.postdata.locationTop .postdata__inner p {
  font-weight: 600;
}
@media (max-width: 991px) {
  .postdata.locationTop .postdata__inner p {
    font-size: 20px;
    margin-bottom: 20px;
  }
}
@media (max-width: 767px) {
  .postdata.locationTop .postdata__inner p {
    font-size: 18px;
  }
}
.postdata__inner {
  margin-top: 0;
  padding: 50px 0;
}
.postdata__inner a {
  font-weight: bold;
  text-decoration: none;
}
@media (max-width: 991px) {
  .postdata__inner {
    padding: 36px 28px 0;
  }
}
.postdata__inner > p {
  font-size: 24px;
  color: #303030;
  font-family: "Lato", sans-serif;
}
@media (max-width: 991px) {
  .postdata__inner > p {
    font-size: 16px;
  }
}
.postdata p {
  color: #303030;
  margin-bottom: 25px;
}
@media (max-width: 767px) {
  .postdata p {
    margin-bottom: 25px;
  }
}
.postdata a {
  font-weight: 400;
}
.postdata a:hover {
  color: #5A8E00;
}
.postdata ul,
.postdata ol {
  margin-top: 26px;
}
.postdata ul li,
.postdata ol li {
  font-size: 16px;
  color: #585858;
  font-weight: 400;
}
@media (max-width: 991px) {
  .postdata ul li,
  .postdata ol li {
    font-size: 16px;
  }
}

.announcement.inthisection {
  background-color: #1E3D6E;
  padding-top: 100px;
  padding-bottom: 100px;
}
@media (max-width: 991px) {
  .announcement.inthisection {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}
.announcement.inthisection .dateevent {
  color: #fff;
}
.announcement.inthisection h3 {
  color: #fff;
}
.announcement.inthisection p {
  color: #fff;
}
.announcement.inthisection h5 {
  color: #fff;
  font-size: 22px;
  font-weight: 700;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  padding-bottom: 20px;
  margin-bottom: 50px;
}
.announcement.inthisection .announcement__hldrbox {
  border-bottom: 0;
}
.announcement.inthisection .announcement__hldrbox:last-child {
  padding-bottom: 0;
  margin-bottom: 0;
}

.councilmeeting__boxhldr {
  border-top: 1px solid #707070;
  background-color: #fff;
}
.councilmeeting__inner h5 {
  font-size: 22px;
  font-weight: 700;
  color: #1B6D93;
}
@media (max-width: 991px) {
  .councilmeeting__inner h5 {
    padding: 0 15px;
  }
}
.councilmeeting__stripe {
  display: -ms-flex;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 20px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.councilmeeting__stripe:nth-child(odd) {
  background-color: #F7F9FC;
}
.councilmeeting__stripelft small {
  font-size: 16px;
  color: #585858;
}
@media (max-width: 991px) {
  .councilmeeting__stripelft small {
    font-size: 15px;
  }
}
.councilmeeting__striperyt a {
  display: -ms-flex;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.councilmeeting__striperyt a:hover .stripetxt {
  color: #0BB5C3;
}
.councilmeeting__striperyt a .stripetxt {
  color: #1B6D93;
  font-size: 16px;
  margin-left: 15px;
  -moz-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

.innerWrap {
  max-width: 1008px;
  margin: 0 auto;
  padding: 0 15px;
}
@media (max-width: 1199px) {
  .innerWrap {
    max-width: 960px;
  }
}
@media (max-width: 991px) {
  .innerWrap {
    max-width: 720px;
  }
}
@media (max-width: 767px) {
  .innerWrap {
    max-width: 540px;
  }
}
@media (max-width: 575px) {
  .innerWrap {
    max-width: 100%;
  }
}

.postdata .contentblock__letter_text p {
  margin-bottom: 0;
}
.postdata .contentblock__letter_text .common-ylw-btn {
  font-weight: 600;
  text-decoration: none;
  color: #fff;
  margin-top: 12px;
  margin-top: 23px;
}
.postdata .contentblock__letter_text .common-ylw-btn:hover {
  color: #fff;
}

.contentblockSection {
  padding-top: 100px;
  padding-bottom: 100px;
}
@media (max-width: 1199px) {
  .contentblockSection {
    padding-top: 70px;
    padding-bottom: 70px;
  }
}
@media (max-width: 767px) {
  .contentblockSection {
    padding-top: 50px;
    padding-bottom: 70px;
  }
}
@media (max-width: 767px) {
  .contentblockSection__img {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    padding-right: 15px;
  }
}
.contentblockSection__img img {
  width: 100%;
  aspect-ratio: 3/2.15;
}
@media (max-width: 1199px) {
  .contentblockSection__txt {
    padding: 0 15px;
  }
}
@media (max-width: 767px) {
  .contentblockSection__txt {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    margin-top: 40px;
  }
}
.contentblockSection__txt h3 {
  font-weight: 400;
  color: #12314D;
  font-family: "Lato", sans-serif;
}
.contentblockSection__txt p {
  letter-spacing: 0;
  line-height: 30px;
  margin-bottom: 20px;
}
@media (max-width: 991px) {
  .contentblockSection__txt p {
    line-height: 1.6;
  }
}
.contentblockSection__txt .extra-btn {
  margin-top: 30px;
}
.contentblockSection__txt .extra-btn:hover {
  color: #0BB5C3;
}

.accordion-item {
  margin-bottom: 0;
  border-bottom: 1px solid #E0E0E0;
}
.accordion-item:first-child {
  border-top: 1px solid #E0E0E0;
}

.accordion-header {
  background-color: transparent;
  /* Soft purple */
  color: #1B6D93;
  padding: 50px 0;
  font-size: 30px;
  border: none;
  width: 100%;
  text-align: left;
  cursor: pointer;
  outline: none;
  display: -ms-flex;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  font-family: "Lato", sans-serif !important;
  align-items: center;
  transition: background-color 0.3s ease;
  line-height: 30px;
  font-weight: 500;
  -moz-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.accordion-header:hover {
  color: #0BB5C3;
}
@media (max-width: 1199px) {
  .accordion-header {
    font-size: 30px;
  }
}
@media (max-width: 767px) {
  .accordion-header {
    font-size: 25px;
    line-height: 25px;
  }
}
@media (max-width: 575px) {
  .accordion-header {
    font-size: 18px;
    line-height: normal;
    padding-top: 20px;
    padding-bottom: 20px;
    font-weight: 600;
  }
}

.individuals {
  padding-top: 50px;
}
.individuals .accordion-content {
  /* Very light grey for content */
  overflow: hidden;
  padding: 0 0;
  max-height: 0;
  transition: max-height 0.3s ease;
  font-family: "DM Sans", sans-serif;
}
.individuals .accordion-content li {
  margin-bottom: 10px;
}
.individuals .accordion-content-hldr {
  padding-bottom: 30px;
}
.individuals .accordion-content p {
  margin: 0px 0 35px;
  padding-bottom: 0;
  font-size: 16px;
  color: #585858;
  font-weight: 300;
}
.individuals .icon {
  transition: transform 0.3s ease;
  width: 42px;
  height: 42px;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 42px;
  flex: 0 0 42px;
  border-radius: 50%;
  text-align: center;
  line-height: 43px;
  display: -ms-flex;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-left: 10px;
}
@media (max-width: 767px) {
  .individuals .icon {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 28px;
    flex: 0 0 28px;
    width: 28px;
    height: 28px;
    margin-left: 10px;
  }
}
.individuals .accordion-header.active img.faqplusicon {
  margin: auto;
  transform: rotate(45deg);
}
.individuals .accordion-header .icon img {
  margin: auto;
  transition: 0.2s ease-in-out;
}
@media (max-width: 767px) {
  .individuals .accordion-header .icon img {
    width: 22px;
  }
}
.individuals .accordion-header.active img.faqminusicon {
  display: block;
  transform: unset;
  margin: auto;
}
.individuals .accordion-header img.faqminusicon {
  display: none;
  margin: auto;
}
.individuals .notice_important {
  margin-top: 52px;
}
.individuals .notice_important p {
  font-size: 13px;
  color: #000;
  font-weight: 400;
}

.announcement {
  padding-top: 100px;
  padding-bottom: 100px;
}
@media (max-width: 991px) {
  .announcement {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}
.announcement__hldrbox {
  border-bottom: 1px solid #E0E0E0;
  padding-bottom: 40px;
  margin-bottom: 40px;
}
@media (max-width: 991px) {
  .announcement__hldrbox {
    padding-bottom: 21px;
    margin-bottom: 21px;
  }
}
.announcement__hldrbox .dateevent {
  font-size: 16px;
  color: #585858;
  margin-bottom: 14px;
  display: block;
}
@media (max-width: 991px) {
  .announcement__hldrbox .dateevent {
    font-size: 14px;
  }
}
.announcement__hldrbox h3 {
  color: #1B6D93;
  font-family: "Lato", sans-serif;
  margin-bottom: 12px;
  font-weight: 400;
  transition: 0.5s ease-in-out;
}
.announcement__hldrbox h3:hover {
  color: #0BB5C3;
}
.announcement__hldrbox p {
  color: #585858;
  font-size: 16px;
}
.announcement__hldrbox .update-title {
  margin-top: 0;
}
.announcement__hldrbox a {
  font-size: 16px;
  color: #1B6D93;
  margin-top: 30px;
}
@media (max-width: 991px) {
  .announcement__hldrbox a {
    margin-top: 10px;
  }
}
.announcement__hldrbox a:hover {
  color: #0BB5C3;
}
.announcement__hldrbox a svg {
  margin-left: 11px;
  -moz-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.announcement__hldrbox a:hover svg {
  transform: translatex(3px);
}
.announcement__pagination {
  margin-top: 90px;
}
@media (max-width: 991px) {
  .announcement__pagination {
    margin-top: 45px;
  }
}
.announcement__pagination ul {
  padding: 0;
  display: -ms-flex;
  display: -webkit-flex;
  display: flex;
}
@media (max-width: 991px) {
  .announcement__pagination ul {
    margin-bottom: 0;
  }
}
.announcement__pagination ul a {
  display: -ms-flex;
  display: -webkit-flex;
  display: flex;
  font-size: 18px;
  text-transform: uppercase;
  font-weight: 700;
  color: #1B6D93;
}
.announcement__pagination ul a img {
  margin: 0 15px;
}
.announcement__pagination ul li:first-child img {
  margin-left: 0;
}
.announcement__pagination ul li + li {
  margin-left: 100px;
}
@media (max-width: 991px) {
  .announcement__pagination ul li + li {
    margin-left: 50px;
  }
}

.staffgroup__data {
  margin-bottom: 91px;
}
@media (max-width: 991px) {
  .staffgroup__data {
    margin-bottom: 10px;
  }
}
.staffgroup__data .topContent__inner h3 {
  font-family: "Lato", sans-serif;
  color: #12314D;
}
@media (max-width: 991px) {
  .staffgroup__data .leadership__grid {
    margin-bottom: 20px;
  }
}
.staffgroup__data .leadership__grid img {
  -moz-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.staffgroup__data .leadership__grid:hover .leadership__image img {
  -moz-transform: scale(1.08);
  -o-transform: scale(1.08);
  -ms-transform: scale(1.08);
  -webkit-transform: scale(1.08);
  transform: scale(1.08);
}
.staffgroup__data .leadership__grid:hover h5 {
  color: #0BB5C3;
}
.staffgroup__data .leadership__image {
  overflow: hidden;
}
.staffgroup__data .leadership h5 {
  font-size: 22px;
  font-weight: 700;
  line-height: 29px;
  color: #1B6D93;
  margin-bottom: 11px;
  -moz-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  margin-top: 19px;
}
@media (max-width: 991px) {
  .staffgroup__data .leadership h5 {
    font-size: 18px;
    line-height: 18px;
  }
}
@media (max-width: 575px) {
  .staffgroup__data .leadership h5 {
    font-size: 20px;
  }
}
.staffgroup__data .leadership p {
  font-size: 16px;
  font-weight: 400;
  text-transform: uppercase;
  color: #585858;
}
@media (max-width: 991px) {
  .staffgroup__data .leadership p {
    font-size: 14px;
    line-height: 14px;
  }
}

.postdata h1,
.postdata h2,
.postdata h3,
.postdata h4 .postdata h5,
.postdata h6 {
  color: #0BB5C3;
  font-family: "Lato", sans-serif;
  font-weight: bold;
}

.post_details .postdata__inner h3 {
  margin-bottom: 40px;
}
@media (max-width: 991px) {
  .post_details .postdata__inner h3 {
    margin-bottom: 14px;
  }
}
.post_details .dates {
  font-size: 16px;
  margin-bottom: 40px;
  display: block;
}
@media (max-width: 1199px) {
  .post_details .dates {
    margin-bottom: 11px;
  }
}
.post_details .post-inner {
  margin-top: 64px;
}

.contact-us {
  padding: 39px 0px 90px 0;
}
@media (max-width: 991px) {
  .contact-us {
    padding-top: 0;
    padding-bottom: 60px;
  }
}
.contact-us .row {
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}
@media (max-width: 991px) {
  .contact-us .commonColumn__box {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
}
.contact-us input,
.contact-us textarea {
  border: 0;
  border: 1px solid #DFE2E7;
  background-color: #F7F9FC;
  padding-top: 12px;
  padding-right: 12px;
  padding-bottom: 12px;
  padding-left: 12px;
  margin-bottom: 26px;
  resize: none;
  font-size: 14px;
  font-family: "DM Sans", sans-serif;
}
.contact-us textarea {
  height: 83px;
}
.contact-us .form-group {
  display: flex;
  flex-direction: column;
}
.contact-us select {
  padding: 12px 21px;
  font-size: 16px;
  margin: 17px 0 33px 0;
  border-radius: 4px;
  background-image: url(../img/arrow_angle.svg);
  background-repeat: no-repeat;
  background-position: 97% center;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.contact-us label {
  font-size: 14px;
  color: #333333;
  font-weight: 400;
  line-height: normal;
  margin-bottom: 6px;
}
.contact-us .contact-bg {
  padding-right: 50px;
  border-radius: 25px;
}
@media (max-width: 1199px) {
  .contact-us .contact-bg {
    padding-right: 15px;
  }
}
@media (max-width: 991px) {
  .contact-us .contact-bg {
    padding: 0;
  }
}
.contact-us .common-ylw-btn {
  -moz-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  min-width: 170px;
  background-color: #12314D;
  border-color: #12314D;
}
.contact-us .common-ylw-btn:hover {
  background: #0BB5C3;
  color: #fff;
  border: 1px solid #0BB5C3;
}
.contact-us .contact__txt {
  background: #042E47;
  border-radius: 8px;
  padding-left: 50px;
  padding-right: 50px;
  padding: 50px 30px;
}

.General_data {
  margin-top: 0;
}
.General_data__inner h6 {
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 7px;
  font-size: 22px;
  text-transform: none;
  color: #fff;
}
.General_data__inner a {
  font-size: 16px;
  font-weight: 400;
  color: #fff;
}
@media (max-width: 991px) {
  .General_data__inner a {
    font-size: 16px;
  }
}
.General_data__inner a:hover {
  color: #0BB5C3;
}
.General_data__separate {
  margin-bottom: 37px;
}
@media (max-width: 991px) {
  .General_data__separate {
    margin-bottom: 15px;
  }
}

.halfboxes {
  padding-bottom: 60px;
}
@media (max-width: 991px) {
  .halfboxes {
    padding-bottom: 20px;
  }
}
@media (max-width: 767px) {
  .halfboxes {
    padding-top: 20px;
  }
}
.halfboxes .commonColumn__box {
  margin-bottom: 40px;
}
.halfboxes .news__txt h6 {
  margin-bottom: 0;
  min-height: auto;
}
.halfboxes .news__box {
  min-height: auto;
}
.halfboxes .news__box:hover {
  background: #E9EEF2;
}
.halfboxes .news__txt p {
  margin-bottom: 0;
}

.service-details .postdata__inner {
  padding-top: 0;
}

.service-details {
  padding-top: 65px;
  padding-bottom: 65px;
}
@media (max-width: 991px) {
  .service-details {
    padding-top: 50px;
  }
}
@media (max-width: 991px) {
  .service-details.locationTop .postdata__inner {
    padding-bottom: 0;
  }
}
@media (max-width: 991px) {
  .service-details .col-5 {
    max-width: 100%;
    flex: 0 0 100%;
  }
}
@media (max-width: 991px) {
  .service-details .col-7 {
    max-width: 100%;
    flex: 0 0 100%;
  }
}

.servicecomitment {
  background: #F3F6F8;
  padding-top: 65px;
  padding-bottom: 45px;
  margin-bottom: 110px;
}
@media (max-width: 991px) {
  .servicecomitment .col-4 {
    max-width: 50%;
    flex: 0 0 50%;
  }
}
@media (max-width: 767px) {
  .servicecomitment .col-4 {
    max-width: 100%;
    flex: 0 0 100%;
  }
}
@media (max-width: 479px) {
  .servicecomitment .col-4 {
    max-width: 100%;
    flex: 0 0 100%;
  }
}
@media (max-width: 1199px) {
  .servicecomitment {
    margin-bottom: 70px;
    padding-bottom: 0;
  }
}
@media (max-width: 991px) {
  .servicecomitment {
    padding-top: 50px;
    margin-bottom: 60px;
  }
}
.servicecomitment__box {
  padding-right: 10px;
  padding-bottom: 55px;
}
@media (max-width: 767px) {
  .servicecomitment__box {
    padding-bottom: 35px;
  }
}
.servicecomitment__head {
  margin-bottom: 65px;
}
@media (max-width: 991px) {
  .servicecomitment__head {
    margin-bottom: 40px;
  }
}
.servicecomitment__head h3 {
  margin-bottom: 0;
  text-align: center;
  color: #07466C;
}
.servicecomitment__box {
  display: -ms-flex;
  display: -webkit-flex;
  display: flex;
}
@media (max-width: 479px) {
  .servicecomitment__box {
    padding-bottom: 30px;
  }
}
.servicecomitment__boxIcon {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 32px;
  flex: 0 0 32px;
}
.servicecomitment__boxTxt {
  margin-left: 15px;
}
.servicecomitment__boxTxt h6 {
  margin-bottom: 10px;
  color: #07466C;
  font-weight: 700;
  font-family: "DM Sans", sans-serif;
}
.servicecomitment__boxTxt p {
  font-size: 16px;
}

.officeadress {
  padding-bottom: 100px;
}
@media (max-width: 991px) {
  .officeadress {
    padding-bottom: 60px;
  }
}
.officeadress__inner {
  background-color: #042E47;
  border-radius: 10px;
  padding: 60px;
}
@media (max-width: 991px) {
  .officeadress__inner {
    padding: 25px;
  }
}
@media (max-width: 767px) {
  .officeadress__inner .col-8 {
    max-width: 100%;
    flex: 0 0 100%;
  }
}
@media (max-width: 767px) {
  .officeadress__inner .col-4 {
    max-width: 100%;
    flex: 0 0 100%;
  }
}
.officeadress__innermap {
  background: #fff;
  padding: 15px;
}
.officeadress__innermap iframe {
  height: 450px;
  width: 100%;
}
@media (max-width: 1199px) {
  .officeadress__innermap iframe {
    height: 300px;
  }
}
@media (max-width: 479px) {
  .officeadress__innermap iframe {
    height: 250px;
  }
}
@media (max-width: 767px) {
  .officeadress__innermap {
    padding: 10px;
  }
}
.officeadress__innertxt {
  padding-left: 50px;
  padding-top: 45px;
}
@media (max-width: 1199px) {
  .officeadress__innertxt {
    padding-left: 0;
    padding-top: 0;
  }
}
@media (max-width: 767px) {
  .officeadress__innertxt {
    margin-top: 30px;
  }
}
.officeadress__innertxt h3 {
  border-bottom: 3px solid #5A8E00;
  color: #fff;
  padding-bottom: 50px;
}
@media (max-width: 1199px) {
  .officeadress__innertxt h3 {
    padding-bottom: 30px;
  }
}
@media (max-width: 991px) {
  .officeadress__innertxt h3 {
    padding-bottom: 20px;
  }
}
.officeadress__innertxt a {
  color: #fff;
}
.officeadress__innertxt a:hover {
  opacity: 0.7;
}
.officeadress__innertxt p {
  color: #fff;
}
@media (max-width: 991px) {
  .officeadress__innertxt p {
    margin-bottom: 15px;
  }
}
@media (max-width: 767px) {
  .officeadress__innertxt p br {
    display: none;
  }
}
.officeadress__innertxt .common-btn-solid:hover {
  color: #fff;
  opacity: 1;
}
.officeadress__innertxtadrs {
  margin-bottom: 45px;
}
@media (max-width: 991px) {
  .officeadress__innertxtadrs {
    margin-bottom: 30px;
  }
}

.contractSection__hldr {
  display: -ms-flex;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}
@media (max-width: 575px) {
  .contractSection__hldr {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    text-align: center;
  }
}
@media (max-width: 479px) {
  .contractSection__hldr {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}
.contractSection__hldr:last-child .contractSection__ryt {
  margin-bottom: 0;
  border: none;
  padding-bottom: 0;
}
.contractSection__lft {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 365px;
  flex: 0 0 365px;
  max-width: 365px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
@media (max-width: 1263px) {
  .contractSection__lft {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
  }
}
@media (max-width: 575px) {
  .contractSection__lft {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    width: 100%;
    text-align: center;
    margin-bottom: 15px;
  }
  .contractSection__lft img {
    width: 200px;
    display: inline-block;
  }
}
.contractSection__ryt {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 830px;
  flex: 0 0 830px;
  max-width: 830px;
  margin-bottom: 100px;
}
@media (max-width: 1263px) {
  .contractSection__ryt {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 78%;
    flex: 0 0 78%;
    max-width: 78%;
  }
}
@media (max-width: 1199px) {
  .contractSection__ryt {
    padding-bottom: 30px;
    margin-bottom: 30px;
  }
}
@media (max-width: 991px) {
  .contractSection__ryt {
    padding-bottom: 30px;
    margin-bottom: 30px;
  }
}
@media (max-width: 767px) {
  .contractSection__ryt {
    padding-bottom: 20px;
    margin-bottom: 20px;
  }
}
@media (max-width: 575px) {
  .contractSection__ryt {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    padding-bottom: 15px;
    margin-bottom: 15px;
  }
}
.contractSection__ryt h3 {
  margin-bottom: 20px;
  font-weight: 300;
  line-height: 50px;
}
@media (max-width: 991px) {
  .contractSection__ryt h3 {
    line-height: 50px;
    margin-bottom: 20px;
  }
}
@media (max-width: 767px) {
  .contractSection__ryt h3 {
    line-height: 30px;
  }
}
.contractSection__ryt p {
  letter-spacing: 0;
  font-size: 18px;
  line-height: 30px;
}
@media (max-width: 767px) {
  .contractSection__ryt p {
    font-size: 16px;
    line-height: 26px;
  }
}
.contractSection__ryt .commnredmoreTxt {
  margin-top: 25px;
  display: -ms-flex;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #13618F;
}
.contractSection__ryt .commnredmoreTxt:hover {
  color: #5A8E00;
}
@media (max-width: 575px) {
  .contractSection__ryt .commnredmoreTxt {
    margin-bottom: 15px;
    margin-top: 10px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}
.contractSection__ryt .commnredmoreTxt span {
  margin-left: 10px;
}
.contractSection__rytBtm {
  display: -ms-flex;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-top: 45px;
}
@media (max-width: 991px) {
  .contractSection__rytBtm {
    margin-top: 25px;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}
.contractSection__rytBtm h6 {
  line-height: 30px;
  letter-spacing: 0;
  font-weight: 700;
}
.contractSection__rytBtm span {
  font-size: 14px;
  display: block;
  letter-spacing: 0;
  line-height: 20px;
}
.contractSection__rytBtmLft {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 403px;
  flex: 0 0 403px;
  max-width: 403px;
}
@media (max-width: 1263px) {
  .contractSection__rytBtmLft {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 45%;
    flex: 0 0 45%;
    max-width: 45%;
  }
}
@media (max-width: 991px) {
  .contractSection__rytBtmLft {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    margin-bottom: 25px;
  }
}
.contractSection__rytBtmLft span {
  margin-bottom: 10px;
}
.contractSection__rytBtmRyt {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 428px;
  flex: 0 0 428px;
  max-width: 428px;
}
@media (max-width: 1263px) {
  .contractSection__rytBtmRyt {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
}
@media (max-width: 991px) {
  .contractSection__rytBtmRyt {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
}
.contractSection__rytBtmRyt span {
  margin-bottom: 10px;
}
.contractSection__rytBtmRyt .contractSection__rytBtmRytOne {
  display: -ms-flex;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
@media (max-width: 479px) {
  .contractSection__rytBtmRyt .contractSection__rytBtmRytOne {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
.contractSection__rytBtmDwn {
  margin-top: 30px;
}
@media (max-width: 479px) {
  .contractSection__rytBtmDwn {
    margin-top: 20px;
  }
}
.contractSection__rytBtmDwn .commnredmoreTxt {
  font-size: 15px;
  margin-top: 0;
  margin-bottom: 10px;
  line-height: 18px;
}
.contractSection__rytBtmDwn .commnredmoreTxt svg {
  margin-right: 10px;
}

.news_wrapper {
  padding: 75px 0 80px;
  overflow: hidden;
}
@media (max-width: 575px) {
  .news_wrapper {
    padding: 50px 0 80px;
  }
}

.news__sldr {
  margin-left: -5px;
}
.news__box {
  display: -ms-flex;
  display: -webkit-flex;
  display: flex;
  position: relative;
  margin: 0 9px;
  -moz-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  background-color: #F3F6F8;
  border-radius: 15px;
  min-height: 321px;
}
@media (max-width: 1199px) {
  .news__box {
    min-height: auto;
  }
}
@media (max-width: 991px) {
  .news__box {
    margin-left: 0;
    margin-right: 0;
  }
}
@media (max-width: 575px) {
  .news__box {
    min-height: auto;
  }
}
.news__box .hover_show {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  border-radius: 14px;
  object-fit: cover;
}
.news__box .hover_show:hover {
  -moz-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.news__box:hover {
  transform: translatey(-3px);
}
.news__txt {
  position: relative;
  height: 100%;
  display: flex;
  flex-direction: column;
  width: 100%;
}
@media (max-width: 767px) {
  .news__txt .news__category img {
    width: 30px;
  }
}
.news__txt .news__category .new_categoryBtm {
  margin-top: auto;
  margin-top: auto;
  display: flex;
  flex-direction: column;
}
.news__txt .news__category .new_categoryBtm img {
  margin-left: auto;
}
.news__txt .news__category .new_categoryBtm a + a {
  display: -ms-flex;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}
.news__txt h6 {
  font-size: 22px;
  text-transform: capitalize;
  font-weight: 700;
  min-height: 60px;
  margin-bottom: 30px;
}
@media (max-width: 767px) {
  .news__txt h6 {
    font-size: 20px;
  }
}
.news__txt p {
  font-size: 16px;
  margin-top: auto;
  color: #1A1919;
  font-weight: 400;
  margin-bottom: 30px;
  -moz-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
@media (max-width: 1199px) {
  .news__txt p {
    font-size: 16px;
  }
}
@media (max-width: 575px) {
  .news__txt p {
    margin-top: 0;
  }
}
.news__txt h5 {
  font-size: 18px;
  margin-top: auto;
  margin-bottom: 0;
  font-weight: 400;
  margin-top: 32px;
}
.news__category {
  padding: 45px 35px 45px;
  display: -ms-flex;
  display: -webkit-flex;
  display: flex;
  flex-direction: column;
  height: 100%;
  -moz-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  position: relative;
}
@media (max-width: 1199px) {
  .news__category {
    padding: 40px 41px 40px;
  }
}
@media (max-width: 991px) {
  .news__category {
    padding: 40px 25px 40px;
  }
}
@media (max-width: 767px) {
  .news__category {
    padding: 25px;
  }
}
.news .slick-arrow {
  cursor: pointer;
  position: absolute;
  top: unset;
  right: 0px;
  bottom: -83px;
  opacity: 1;
}
.news .slick-list {
  overflow: visible;
}
.news .slick-prev {
  right: 90px;
  left: unset;
  opacity: 1;
}

.testimonialBtnHolder {
  display: flex;
  position: absolute;
  top: 0;
  right: 0;
  top: -80px;
}
@media (max-width: 991px) {
  .testimonialBtnHolder {
    top: -55px;
  }
}
@media (max-width: 575px) {
  .testimonialBtnHolder {
    right: 15px;
  }
}

.testimonialBtnHolder__btn {
  -moz-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  width: 60px;
  height: 60px;
  background-color: #5A8E00;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}
.testimonialBtnHolder__btn svg path {
  -moz-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.testimonialBtnHolder__btn:hover {
  background-color: transparent;
  border: 1px solid #5A8E00;
}
.testimonialBtnHolder__btn:hover svg {
  fill: #5A8E00;
}
.testimonialBtnHolder__btn:hover svg path {
  stroke: #5A8E00;
}
@media (max-width: 991px) {
  .testimonialBtnHolder__btn {
    width: 40px;
    height: 40px;
  }
}

.testimonialBtnHolder__btn + .testimonialBtnHolder__btn {
  margin-left: 15px;
}

.teamour {
  padding-bottom: 60px;
}
.teamour a {
  display: block;
}
@media (max-width: 991px) {
  .teamour {
    padding-bottom: 40px;
  }
}
@media (max-width: 767px) {
  .teamour {
    padding-bottom: 20px;
  }
}
.teamour__box {
  display: -ms-flex;
  display: -webkit-flex;
  display: flex;
  background-color: #F3F6F8;
  border-radius: 10px;
  overflow: hidden;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  margin-bottom: 40px;
  cursor: pointer;
  -moz-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.teamour__box:hover {
  background: #E9EEF2;
}
.teamour__box:hover .teamour__boxtxt {
  -moz-transform: translate(0, -10%);
  -o-transform: translate(0, -10%);
  -ms-transform: translate(0, -10%);
  -webkit-transform: translate(0, -10%);
  transform: translate(0, -10%);
}
@media (max-width: 380px) {
  .teamour__box {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}
.teamour__boxImg {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 240px;
  flex: 0 0 240px;
  max-width: 240px;
}
@media (max-width: 1199px) {
  .teamour__boxImg {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 35%;
    flex: 0 0 35%;
    max-width: 35%;
  }
}
@media (max-width: 380px) {
  .teamour__boxImg {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
}
.teamour__boxtxt {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 310px;
  flex: 0 0 310px;
  max-width: 310px;
  position: relative;
  -moz-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  padding: 10px 30px 45px 10px;
}
@media (max-width: 1199px) {
  .teamour__boxtxt {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 60%;
    flex: 0 0 60%;
    max-width: 60%;
  }
}
@media (max-width: 767px) {
  .teamour__boxtxt {
    padding-bottom: 30px;
  }
}
@media (max-width: 380px) {
  .teamour__boxtxt {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    width: 100%;
    padding: 20px 15px;
    padding-bottom: 20px;
  }
}
.teamour__boxtxt h4 {
  color: #5A8E00;
  font-family: "DM Sans", sans-serif;
  font-weight: 700;
  margin-bottom: 15px;
}
@media (max-width: 767px) {
  .teamour__boxtxt h4 {
    margin-bottom: 10px;
  }
}
.teamour__boxtxt h6 {
  margin-bottom: 0;
  font-family: "DM Sans", sans-serif;
  font-size: 16px;
  max-width: 80%;
}
.teamour__boxtxt .teamlink {
  position: absolute;
  top: auto;
  right: 29px;
  bottom: 37px;
  left: auto;
  -moz-transition: 0.3 ease-in-out;
  -o-transition: 0.3 ease-in-out;
  -webkit-transition: 0.3 ease-in-out;
  transition: 0.3 ease-in-out;
}
@media (max-width: 991px) {
  .teamour__boxtxt .teamlink {
    width: 30px;
  }
}
@media (max-width: 380px) {
  .teamour__boxtxt .teamlink {
    right: 15px;
    bottom: 15px;
  }
}

.lightbox-overlay {
  position: fixed;
  top: 0;
  right: auto;
  bottom: 0;
  left: 0;
  background-color: rgba(1, 31, 49, 0.9);
  width: 100%;
  z-index: 999;
  visibility: hidden;
  opacity: 0;
  overflow: auto;
  padding: 0;
  -moz-transition: 0.5s ease-in-out;
  -o-transition: 0.5s ease-in-out;
  -webkit-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
}

.lightbox-container {
  width: 50%;
  max-width: 920px;
  padding-top: 120px;
  padding-right: 80px;
  padding-bottom: 80px;
  padding-left: 80px;
  background-color: #07466C;
  position: fixed;
  -moz-transform: translate(100%, 0);
  -o-transform: translate(100%, 0);
  -ms-transform: translate(100%, 0);
  -webkit-transform: translate(100%, 0);
  transform: translate(100%, 0);
  -moz-transition: 0.5s ease-in-out;
  -o-transition: 0.5s ease-in-out;
  -webkit-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
  overflow-x: hidden;
  right: 0;
  left: auto;
  top: 0;
  bottom: 0;
  z-index: 99999;
}
@media (max-width: 991px) {
  .lightbox-container {
    padding: 30px;
  }
}
@media (max-width: 767px) {
  .lightbox-container {
    max-width: 98%;
    width: 98%;
    padding: 20px;
  }
}
.lightbox-container.active-show {
  -moz-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0);
  -moz-transition: 0.5s ease-in-out;
  -o-transition: 0.5s ease-in-out;
  -webkit-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
}
@media (max-width: 991px) {
  .lightbox-container .lightbox-body {
    padding-top: 40px;
    padding-right: 0;
    padding-bottom: 0;
    padding-left: 0;
  }
}
@media (max-width: 575px) {
  .lightbox-container .lightbox-body {
    padding-top: 40px;
    padding-right: 0;
    padding-bottom: 0;
    padding-left: 0;
  }
}
.lightbox-container .closeBtn {
  background-color: transparent;
  border: none;
  position: absolute;
  top: 60px;
  right: 50px;
  bottom: auto;
  left: auto;
  cursor: pointer;
}
@media (max-width: 991px) {
  .lightbox-container .closeBtn {
    top: 20px;
    right: 20px;
  }
}
.lightbox-container .closeBtn img {
  width: 30px;
}
@media (max-width: 991px) {
  .lightbox-container .closeBtn img {
    width: 25px;
  }
}
@media (max-width: 767px) {
  .lightbox-container .closeBtn {
    position: absolute;
    top: 20px;
    right: 20px;
    bottom: auto;
    left: auto;
  }
}
.lightbox-container .lightbox-inner {
  display: -ms-flex;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
.lightbox-container .lightboxImg {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 410px;
  flex: 0 0 410px;
  max-width: 410px;
  padding: 20px;
  margin-bottom: 40px;
  background: #fff;
}
@media (max-width: 991px) {
  .lightbox-container .lightboxImg {
    padding: 10px;
  }
}
@media (max-width: 575px) {
  .lightbox-container .lightboxImg {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    margin-bottom: 15px;
  }
}
.lightbox-container .lightboxImg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.lightbox-container .lightboxContent {
  margin-bottom: 25px;
  max-width: 622px;
}
.lightbox-container .lightboxContent h3 {
  font-weight: 400;
  color: #fff;
  margin-bottom: 15px;
}
.lightbox-container .lightboxContent small {
  font-size: 16px;
  font-weight: 700;
  text-transform: uppercase;
  color: #fff;
  letter-spacing: 0.125em;
}
.lightbox-container .lightboxContent .teamLeadTitle {
  margin-bottom: 45px;
}
@media (max-width: 991px) {
  .lightbox-container .lightboxContent .teamLeadTitle {
    margin-bottom: 20px;
  }
}
.lightbox-container .lightboxContent P {
  font-size: 18px;
  color: #fff;
}
@media (max-width: 991px) {
  .lightbox-container .lightboxContent P {
    font-size: 16px;
  }
}
.lightbox-container .lightboxstate h6 {
  font-size: 20px;
  color: #585858;
  margin-bottom: 15px;
}
.lightbox-container .lightboxstate__small {
  font-size: 12px;
}
.lightbox-container .connectOuter {
  margin-top: 35px;
}
.lightbox-container .connectOuter a {
  font-size: 16px;
  letter-spacing: 0.1625em;
  text-transform: uppercase;
}
.lightbox-container .connectOuter a svg {
  -moz-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.lightbox-container .connectOuter a:hover svg {
  -moz-transform: translate(10px, 0);
  -o-transform: translate(10px, 0);
  -ms-transform: translate(10px, 0);
  -webkit-transform: translate(10px, 0);
  transform: translate(10px, 0);
}
.lightbox-container .connectOuter .connect-us a {
  font-size: 16px;
  letter-spacing: 0.1625em;
  text-transform: uppercase;
}
.lightbox-container .connectOuter .connect-us a svg {
  -moz-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.lightbox-container .connectOuter .connect-us a:hover svg {
  -moz-transform: translate(0px, -10px);
  -o-transform: translate(0px, -10px);
  -ms-transform: translate(0px, -10px);
  -webkit-transform: translate(0px, -10px);
  transform: translate(0px, -10px);
}
@media (max-width: 575px) {
  .lightbox-container .connectOuter {
    margin-top: 15px;
  }
}
.lightbox-container .connectOuter h6 {
  font-size: 16px;
  font-weight: 700;
  line-height: 30px;
  color: #0F2444;
  text-transform: uppercase;
}
.lightbox-container .connect-us {
  margin-top: 35px;
}
.lightbox-container .connect-us ul {
  padding: 0;
  margin-bottom: 0;
  display: -ms-flex;
  display: -webkit-flex;
  display: flex;
}
.lightbox-container .connect-us ul li + li {
  margin-left: 10px;
}

.lightbox-overlay.active {
  visibility: visible;
  opacity: 1;
  -moz-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

.blogs {
  padding-top: 90px;
}
@media (max-width: 991px) {
  .blogs {
    padding-bottom: 60px;
    padding-top: 60px;
  }
}
@media (max-width: 767px) {
  .blogs {
    padding-bottom: 38px;
  }
}
.blogs .news__box {
  margin: 0;
  height: 100%;
}
.blogs .news__box:hover {
  background: #E9EEF2;
}
.blogs .news__category {
  padding: 55px 25px 35px;
}
@media (max-width: 767px) {
  .blogs .news__category {
    padding: 30px 15px 30px;
    margin-bottom: 15px;
  }
}
.blogs .news__category a {
  display: -ms-flex;
  display: -webkit-flex;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  height: 100%;
}
.blogs .news__txt h6 {
  margin-bottom: 30px;
  line-height: 30px;
  font-size: 20px;
  min-height: 60px;
}
@media (max-width: 991px) {
  .blogs .news__txt h6 {
    font-size: 18px;
  }
}
@media (max-width: 767px) {
  .blogs .news__txt h6 {
    min-height: auto;
  }
}
.blogs .news__txt p {
  margin-bottom: 25px;
}
.blogs .commonColumn__box {
  margin-bottom: 30px;
}
.blogs .blogArrow {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 100px;
  padding-top: 50px;
}
@media (max-width: 1199px) {
  .blogs .blogArrow {
    gap: 20px;
    padding-top: 10px;
  }
}
.blogs .blogArrow .blogArrow__button {
  display: flex;
  align-items: center;
  font-size: 16px;
  text-transform: uppercase;
  color: #5A8E00;
  letter-spacing: 0.125em;
  font-weight: bold;
  font-family: "DM Sans", sans-serif;
  cursor: pointer;
}
@media (max-width: 575px) {
  .blogs .blogArrow .blogArrow__button {
    font-size: 14px;
  }
}
.blogs .blogArrow .blogArrow__button svg {
  margin: 0 10px;
}
@media (max-width: 767px) {
  .blogs .blogArrow .blogArrow__button svg {
    width: 50px;
  }
}

.blog-details {
  padding-bottom: 20px;
}
.blog-details iframe {
  width: 100%;
  aspect-ratio: 16/9;
  height: auto;
  margin-top: 15px;
  margin-bottom: 40px;
}
@media (max-width: 991px) {
  .blog-details {
    padding-bottom: 30px;
  }
}
.blog-details .blogdate {
  margin-bottom: 20px;
}
@media (max-width: 991px) {
  .blog-details .blogdate {
    margin-bottom: 15px;
  }
}
@media (max-width: 991px) {
  .blog-details.postdata p {
    margin-bottom: 25px;
  }
}
.blog-details.postdata .postdata__inner p {
  margin-bottom: 0;
}
@media (max-width: 991px) {
  .blog-details.postdata .postdata__inner p {
    font-size: 20px;
  }
}
@media (max-width: 991px) {
  .blog-details.postdata .postdata__inner {
    padding-bottom: 30px;
    padding-left: 0;
    padding-right: 0;
  }
}

.contact-top .postdata__inner {
  margin-bottom: 0;
}
.contact-top .postdata__inner p {
  margin-bottom: 0;
}

.contact-us .officeadress__innertxt {
  padding-top: 0;
}
@media (max-width: 991px) {
  .contact-us .officeadress__innertxt {
    margin-top: 0;
  }
}
.contact-us .officeadress__innertxt h3 {
  padding-bottom: 35px;
  margin-bottom: 30px;
}
@media (max-width: 991px) {
  .contact-us .officeadress__innertxt h3 {
    margin-bottom: 30px;
  }
}
.contact-us .contactfld {
  margin-bottom: 0;
}
.contact-us .contactfld a {
  display: -ms-flex;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.contact-us .contactfld a:hover {
  color: #5A8E00;
  opacity: 1;
}
.contact-us .contactfld a span {
  margin-left: 10px;
}
.contact-us .contact__txt {
  padding-top: 35px;
}
@media (max-width: 1199px) {
  .contact-us .contact__txt {
    padding: 25px;
  }
}
@media (max-width: 991px) {
  .contact-us .contact__txt {
    padding: 25px;
    margin: 50px 0 0;
    max-width: calc(100% - 30px);
  }
}

.otherStory {
  padding-top: 130px;
  padding-bottom: 100px;
}
@media (max-width: 1199px) {
  .otherStory {
    padding-top: 100px;
    padding-bottom: 100px;
  }
}
@media (max-width: 1199px) and (max-width: 991px) {
  .otherStory {
    padding-top: 80px;
    padding-bottom: 80px;
  }
}
@media (max-width: 1199px) and (max-width: 767px) {
  .otherStory {
    padding-top: 80px;
    padding-bottom: 40px;
  }
}
@media (max-width: 1199px) {
  .otherStory .news__category {
    padding: 25px;
  }
}
@media (max-width: 1199px) and (max-width: 767px) {
  .otherStory .news__category {
    padding: 15px;
  }
}
@media (max-width: 1199px) {
  .otherStory .news__txt h6 {
    font-size: 20px;
  }
}
@media (max-width: 1199px) and (max-width: 767px) {
  .otherStory .news__txt h6 {
    font-size: 18px;
  }
}
@media (max-width: 1199px) and (max-width: 575px) {
  .otherStory .news__txt h6 {
    min-height: auto;
  }
}
.otherStory .news__box:hover {
  background: #E9EEF2;
}
@media (max-width: 991px) {
  .otherStory .news__box {
    margin-left: 10px;
    margin-right: 10px;
  }
}

@media (max-width: 991px) {
  .extention.blogmb-0 .contentblockSection__txt p:last-of-type {
    margin-bottom: 0;
  }
}

@media (max-width: 991px) {
  .litigationservice.blogmb-0 {
    padding-bottom: 40px;
  }
  .litigationservice.blogmb-0 .contentblockSection__txt p:last-of-type {
    margin-bottom: 0;
  }
}

@media (max-width: 991px) {
  .blog-details.blogmb-0 {
    padding-bottom: 40px;
  }
  .blog-details.blogmb-0 p:last-of-type {
    margin-bottom: 0;
  }
}

@media (max-width: 991px) {
  .extention.blogmb-0 {
    padding-bottom: 40px;
  }
}

@media (max-width: 991px) {
  .contact-top.locationTop .postdata__inner p {
    margin-bottom: 0;
  }
}

@media (max-width: 991px) {
  .extention.itemorder .contentblockSection__txt {
    order: 2;
    margin-top: 30px;
    margin-bottom: 0;
  }
}
.details_pageContent a {
  color: #5A8E00;
}
.details_pageContent ul, .details_pageContent ol {
  line-height: 1.6;
  margin-block: 20px;
}
@media (max-width: 991px) {
  .details_pageContent ul, .details_pageContent ol {
    font-size: 16px;
  }
}

.faq_product_page {
  padding: 60px 0 100px 0;
}
@media (max-width: 991px) {
  .faq_product_page {
    padding: 10px 0 49px 0;
  }
}
.faq_product_page .accordion-item:first-child {
  border-top: 0;
}
.faq_product_page .individuals {
  padding-top: 22px;
}
.faq_product_page .accordion-header {
  color: #000;
  padding: 20px 0;
  font-family: "DM Sans", sans-serif;
  font-weight: 900;
}
.faq_product_page .accordion-header h1, .faq_product_page .accordion-header h2, .faq_product_page .accordion-header h3, .faq_product_page .accordion-header h4, .faq_product_page .accordion-header h5, .faq_product_page .accordion-header h6 {
  margin-bottom: 0;
  font-family: "DM Sans", sans-serif;
  font-weight: bold;
}
.faq_product_page .accordion-content p {
  font-size: 18px;
  font-weight: inherit;
  margin-bottom: 10px;
  color: #303030;
}
@media (max-width: 991px) {
  .faq_product_page .accordion-content p {
    font-size: 16px;
  }
}
.faq_product_page .accordion-header.active img.faqplusicon {
  transform: rotate(180deg);
}

.litigationservice .contentblockSection__txt ul:not(.listicons) li,
.extention .contentblockSection__txt ul:not(.listicons) li {
  color: #303030;
  font-size: 16px;
  line-height: 1.4;
  margin-bottom: 7px;
}
@media (max-width: 991px) {
  .litigationservice .contentblockSection__txt ul:not(.listicons) li,
  .extention .contentblockSection__txt ul:not(.listicons) li {
    font-size: 16px;
  }
}
.litigationservice .contentblockSection__txt ul:not(.listicons) li a,
.extention .contentblockSection__txt ul:not(.listicons) li a {
  color: #303030;
  display: flex;
  line-height: 1.4;
}
@media (max-width: 991px) {
  .litigationservice .contentblockSection__txt ul:not(.listicons) li a,
  .extention .contentblockSection__txt ul:not(.listicons) li a {
    font-size: 16px;
  }
}

.litigationservice .contentblockSection__txt ol li,
.extention .contentblockSection__txt ol li {
  color: #303030;
  line-height: 1.4;
  font-size: 16px;
  margin-bottom: 7px;
}
@media (max-width: 991px) {
  .litigationservice .contentblockSection__txt ol li,
  .extention .contentblockSection__txt ol li {
    font-size: 16px;
  }
}
.litigationservice .contentblockSection__txt ol li a,
.extention .contentblockSection__txt ol li a {
  color: #303030;
  display: flex;
  line-height: 1.4;
}
@media (max-width: 991px) {
  .litigationservice .contentblockSection__txt ol li a,
  .extention .contentblockSection__txt ol li a {
    font-size: 16px;
  }
}

.mb25 {
  margin-bottom: 25px;
}

.mb50 {
  margin-bottom: 50px;
}

.mb100 {
  margin-bottom: 100px;
}

.freeform-row input, .freeform-row textarea, .freeform-row select {
  box-sizing: border-box;
  font: normal 14px sans-serif !important;
  color: #212529;
  border: 1px solid #DFE2E7 !important;
  background-color: #F7F9FC !important;
  border-radius: 0px !important;
  padding: 10px;
  width: 100%;
  display: block;
  resize: none;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out;
}

.freeform-input {
  border: 1px solid #DFE2E7 !important;
  background-color: #F7F9FC !important;
  padding-top: 12px;
  padding-right: 12px;
  padding-bottom: 12px;
  padding-left: 12px;
  margin-bottom: 10px;
  resize: none;
  font-size: 14px;
  font-family: "DM Sans", sans-serif;
}

.freeform-label {
  font-size: 14px;
  color: #333333;
  font-weight: 400;
  line-height: normal;
  margin-bottom: 6px;
}

.freeform-form button {
  color: #fff;
  font-size: 16px !important;
  line-height: 19px;
  font-weight: 400 !important;
  background-color: #5A8E00 !important;
  border: 2px solid #5A8E00 !important;
  border-radius: 0px !important;
  text-transform: capitalize !important;
  cursor: pointer;
  padding-top: 14px !important;
  padding-right: 24px !important;
  padding-bottom: 14px !important;
  padding-left: 24px !important;
  min-width: 170px;
  text-align: center !important;
}

/*!
Animate.css - http://daneden.me/animate
Licensed under the MIT license

Copyright (c) 2013 Daniel Eden

Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
*/
.animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

.animated.hinge {
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
}

@-webkit-keyframes bounce {
  0%, 100%, 20%, 50%, 80% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  40% {
    -webkit-transform: translateY(-30px);
    transform: translateY(-30px);
  }
  60% {
    -webkit-transform: translateY(-15px);
    transform: translateY(-15px);
  }
}
@keyframes bounce {
  0%, 100%, 20%, 50%, 80% {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
  40% {
    -webkit-transform: translateY(-30px);
    -ms-transform: translateY(-30px);
    transform: translateY(-30px);
  }
  60% {
    -webkit-transform: translateY(-15px);
    -ms-transform: translateY(-15px);
    transform: translateY(-15px);
  }
}
.bounce {
  -webkit-animation-name: bounce;
  animation-name: bounce;
}

@-webkit-keyframes flash {
  0%, 100%, 50% {
    opacity: 1;
  }
  25%, 75% {
    opacity: 0;
  }
}
@keyframes flash {
  0%, 100%, 50% {
    opacity: 1;
  }
  25%, 75% {
    opacity: 0;
  }
}
.flash {
  -webkit-animation-name: flash;
  animation-name: flash;
}

@-webkit-keyframes pulse {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  50% {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
@keyframes pulse {
  0% {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
  }
  50% {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
  }
  100% {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
  }
}
.pulse {
  -webkit-animation-name: pulse;
  animation-name: pulse;
}

@-webkit-keyframes shake {
  0%, 100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  10%, 30%, 50%, 70%, 90% {
    -webkit-transform: translateX(-10px);
    transform: translateX(-10px);
  }
  20%, 40%, 60%, 80% {
    -webkit-transform: translateX(10px);
    transform: translateX(10px);
  }
}
@keyframes shake {
  0%, 100% {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
  10%, 30%, 50%, 70%, 90% {
    -webkit-transform: translateX(-10px);
    -ms-transform: translateX(-10px);
    transform: translateX(-10px);
  }
  20%, 40%, 60%, 80% {
    -webkit-transform: translateX(10px);
    -ms-transform: translateX(10px);
    transform: translateX(10px);
  }
}
.shake {
  -webkit-animation-name: shake;
  animation-name: shake;
}

@-webkit-keyframes swing {
  20% {
    -webkit-transform: rotate(15deg);
    transform: rotate(15deg);
  }
  40% {
    -webkit-transform: rotate(-10deg);
    transform: rotate(-10deg);
  }
  60% {
    -webkit-transform: rotate(5deg);
    transform: rotate(5deg);
  }
  80% {
    -webkit-transform: rotate(-5deg);
    transform: rotate(-5deg);
  }
  100% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
}
@keyframes swing {
  20% {
    -webkit-transform: rotate(15deg);
    -ms-transform: rotate(15deg);
    transform: rotate(15deg);
  }
  40% {
    -webkit-transform: rotate(-10deg);
    -ms-transform: rotate(-10deg);
    transform: rotate(-10deg);
  }
  60% {
    -webkit-transform: rotate(5deg);
    -ms-transform: rotate(5deg);
    transform: rotate(5deg);
  }
  80% {
    -webkit-transform: rotate(-5deg);
    -ms-transform: rotate(-5deg);
    transform: rotate(-5deg);
  }
  100% {
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
  }
}
.swing {
  -webkit-transform-origin: top center;
  -ms-transform-origin: top center;
  transform-origin: top center;
  -webkit-animation-name: swing;
  animation-name: swing;
}

@-webkit-keyframes tada {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  10%, 20% {
    -webkit-transform: scale(0.9) rotate(-3deg);
    transform: scale(0.9) rotate(-3deg);
  }
  30%, 50%, 70%, 90% {
    -webkit-transform: scale(1.1) rotate(3deg);
    transform: scale(1.1) rotate(3deg);
  }
  40%, 60%, 80% {
    -webkit-transform: scale(1.1) rotate(-3deg);
    transform: scale(1.1) rotate(-3deg);
  }
  100% {
    -webkit-transform: scale(1) rotate(0);
    transform: scale(1) rotate(0);
  }
}
@keyframes tada {
  0% {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
  }
  10%, 20% {
    -webkit-transform: scale(0.9) rotate(-3deg);
    -ms-transform: scale(0.9) rotate(-3deg);
    transform: scale(0.9) rotate(-3deg);
  }
  30%, 50%, 70%, 90% {
    -webkit-transform: scale(1.1) rotate(3deg);
    -ms-transform: scale(1.1) rotate(3deg);
    transform: scale(1.1) rotate(3deg);
  }
  40%, 60%, 80% {
    -webkit-transform: scale(1.1) rotate(-3deg);
    -ms-transform: scale(1.1) rotate(-3deg);
    transform: scale(1.1) rotate(-3deg);
  }
  100% {
    -webkit-transform: scale(1) rotate(0);
    -ms-transform: scale(1) rotate(0);
    transform: scale(1) rotate(0);
  }
}
.tada {
  -webkit-animation-name: tada;
  animation-name: tada;
}

@-webkit-keyframes wobble {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  15% {
    -webkit-transform: translateX(-25%) rotate(-5deg);
    transform: translateX(-25%) rotate(-5deg);
  }
  30% {
    -webkit-transform: translateX(20%) rotate(3deg);
    transform: translateX(20%) rotate(3deg);
  }
  45% {
    -webkit-transform: translateX(-15%) rotate(-3deg);
    transform: translateX(-15%) rotate(-3deg);
  }
  60% {
    -webkit-transform: translateX(10%) rotate(2deg);
    transform: translateX(10%) rotate(2deg);
  }
  75% {
    -webkit-transform: translateX(-5%) rotate(-1deg);
    transform: translateX(-5%) rotate(-1deg);
  }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
@keyframes wobble {
  0% {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
  15% {
    -webkit-transform: translateX(-25%) rotate(-5deg);
    -ms-transform: translateX(-25%) rotate(-5deg);
    transform: translateX(-25%) rotate(-5deg);
  }
  30% {
    -webkit-transform: translateX(20%) rotate(3deg);
    -ms-transform: translateX(20%) rotate(3deg);
    transform: translateX(20%) rotate(3deg);
  }
  45% {
    -webkit-transform: translateX(-15%) rotate(-3deg);
    -ms-transform: translateX(-15%) rotate(-3deg);
    transform: translateX(-15%) rotate(-3deg);
  }
  60% {
    -webkit-transform: translateX(10%) rotate(2deg);
    -ms-transform: translateX(10%) rotate(2deg);
    transform: translateX(10%) rotate(2deg);
  }
  75% {
    -webkit-transform: translateX(-5%) rotate(-1deg);
    -ms-transform: translateX(-5%) rotate(-1deg);
    transform: translateX(-5%) rotate(-1deg);
  }
  100% {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
}
.wobble {
  -webkit-animation-name: wobble;
  animation-name: wobble;
}

@-webkit-keyframes bounceIn {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.3);
    transform: scale(0.3);
  }
  50% {
    opacity: 1;
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
  }
  70% {
    -webkit-transform: scale(0.9);
    transform: scale(0.9);
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
@keyframes bounceIn {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.3);
    -ms-transform: scale(0.3);
    transform: scale(0.3);
  }
  50% {
    opacity: 1;
    -webkit-transform: scale(1.05);
    -ms-transform: scale(1.05);
    transform: scale(1.05);
  }
  70% {
    -webkit-transform: scale(0.9);
    -ms-transform: scale(0.9);
    transform: scale(0.9);
  }
  100% {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
  }
}
.bounceIn {
  -webkit-animation-name: bounceIn;
  animation-name: bounceIn;
}

@-webkit-keyframes bounceInDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
    transform: translateY(-2000px);
  }
  60% {
    opacity: 1;
    -webkit-transform: translateY(30px);
    transform: translateY(30px);
  }
  80% {
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px);
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
@keyframes bounceInDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
    -ms-transform: translateY(-2000px);
    transform: translateY(-2000px);
  }
  60% {
    opacity: 1;
    -webkit-transform: translateY(30px);
    -ms-transform: translateY(30px);
    transform: translateY(30px);
  }
  80% {
    -webkit-transform: translateY(-10px);
    -ms-transform: translateY(-10px);
    transform: translateY(-10px);
  }
  100% {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
}
.bounceInDown {
  -webkit-animation-name: bounceInDown;
  animation-name: bounceInDown;
}

@-webkit-keyframes bounceInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
    transform: translateX(-2000px);
  }
  60% {
    opacity: 1;
    -webkit-transform: translateX(30px);
    transform: translateX(30px);
  }
  80% {
    -webkit-transform: translateX(-10px);
    transform: translateX(-10px);
  }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
@keyframes bounceInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
    -ms-transform: translateX(-2000px);
    transform: translateX(-2000px);
  }
  60% {
    opacity: 1;
    -webkit-transform: translateX(30px);
    -ms-transform: translateX(30px);
    transform: translateX(30px);
  }
  80% {
    -webkit-transform: translateX(-10px);
    -ms-transform: translateX(-10px);
    transform: translateX(-10px);
  }
  100% {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
}
.bounceInLeft {
  -webkit-animation-name: bounceInLeft;
  animation-name: bounceInLeft;
}

@-webkit-keyframes bounceInRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
    transform: translateX(2000px);
  }
  60% {
    opacity: 1;
    -webkit-transform: translateX(-30px);
    transform: translateX(-30px);
  }
  80% {
    -webkit-transform: translateX(10px);
    transform: translateX(10px);
  }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
@keyframes bounceInRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
    -ms-transform: translateX(2000px);
    transform: translateX(2000px);
  }
  60% {
    opacity: 1;
    -webkit-transform: translateX(-30px);
    -ms-transform: translateX(-30px);
    transform: translateX(-30px);
  }
  80% {
    -webkit-transform: translateX(10px);
    -ms-transform: translateX(10px);
    transform: translateX(10px);
  }
  100% {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
}
.bounceInRight {
  -webkit-animation-name: bounceInRight;
  animation-name: bounceInRight;
}

@-webkit-keyframes bounceInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(2000px);
    transform: translateY(2000px);
  }
  60% {
    opacity: 1;
    -webkit-transform: translateY(-30px);
    transform: translateY(-30px);
  }
  80% {
    -webkit-transform: translateY(10px);
    transform: translateY(10px);
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
@keyframes bounceInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(2000px);
    -ms-transform: translateY(2000px);
    transform: translateY(2000px);
  }
  60% {
    opacity: 1;
    -webkit-transform: translateY(-30px);
    -ms-transform: translateY(-30px);
    transform: translateY(-30px);
  }
  80% {
    -webkit-transform: translateY(10px);
    -ms-transform: translateY(10px);
    transform: translateY(10px);
  }
  100% {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
}
.bounceInUp {
  -webkit-animation-name: bounceInUp;
  animation-name: bounceInUp;
}

@-webkit-keyframes bounceOut {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  25% {
    -webkit-transform: scale(0.95);
    transform: scale(0.95);
  }
  50% {
    opacity: 1;
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
  }
  100% {
    opacity: 0;
    -webkit-transform: scale(0.3);
    transform: scale(0.3);
  }
}
@keyframes bounceOut {
  0% {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
  }
  25% {
    -webkit-transform: scale(0.95);
    -ms-transform: scale(0.95);
    transform: scale(0.95);
  }
  50% {
    opacity: 1;
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
  }
  100% {
    opacity: 0;
    -webkit-transform: scale(0.3);
    -ms-transform: scale(0.3);
    transform: scale(0.3);
  }
}
.bounceOut {
  -webkit-animation-name: bounceOut;
  animation-name: bounceOut;
}

@-webkit-keyframes bounceOutDown {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  20% {
    opacity: 1;
    -webkit-transform: translateY(-20px);
    transform: translateY(-20px);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(2000px);
    transform: translateY(2000px);
  }
}
@keyframes bounceOutDown {
  0% {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
  20% {
    opacity: 1;
    -webkit-transform: translateY(-20px);
    -ms-transform: translateY(-20px);
    transform: translateY(-20px);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(2000px);
    -ms-transform: translateY(2000px);
    transform: translateY(2000px);
  }
}
.bounceOutDown {
  -webkit-animation-name: bounceOutDown;
  animation-name: bounceOutDown;
}

@-webkit-keyframes bounceOutLeft {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  20% {
    opacity: 1;
    -webkit-transform: translateX(20px);
    transform: translateX(20px);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
    transform: translateX(-2000px);
  }
}
@keyframes bounceOutLeft {
  0% {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
  20% {
    opacity: 1;
    -webkit-transform: translateX(20px);
    -ms-transform: translateX(20px);
    transform: translateX(20px);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
    -ms-transform: translateX(-2000px);
    transform: translateX(-2000px);
  }
}
.bounceOutLeft {
  -webkit-animation-name: bounceOutLeft;
  animation-name: bounceOutLeft;
}

@-webkit-keyframes bounceOutRight {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  20% {
    opacity: 1;
    -webkit-transform: translateX(-20px);
    transform: translateX(-20px);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
    transform: translateX(2000px);
  }
}
@keyframes bounceOutRight {
  0% {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
  20% {
    opacity: 1;
    -webkit-transform: translateX(-20px);
    -ms-transform: translateX(-20px);
    transform: translateX(-20px);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
    -ms-transform: translateX(2000px);
    transform: translateX(2000px);
  }
}
.bounceOutRight {
  -webkit-animation-name: bounceOutRight;
  animation-name: bounceOutRight;
}

@-webkit-keyframes bounceOutUp {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  20% {
    opacity: 1;
    -webkit-transform: translateY(20px);
    transform: translateY(20px);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
    transform: translateY(-2000px);
  }
}
@keyframes bounceOutUp {
  0% {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
  20% {
    opacity: 1;
    -webkit-transform: translateY(20px);
    -ms-transform: translateY(20px);
    transform: translateY(20px);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
    -ms-transform: translateY(-2000px);
    transform: translateY(-2000px);
  }
}
.bounceOutUp {
  -webkit-animation-name: bounceOutUp;
  animation-name: bounceOutUp;
}

@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.fadeIn {
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn;
}

@-webkit-keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-20px);
    transform: translateY(-20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
@keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-20px);
    -ms-transform: translateY(-20px);
    transform: translateY(-20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
}
.fadeInDown {
  -webkit-animation-name: fadeInDown;
  animation-name: fadeInDown;
}

@-webkit-keyframes fadeInDownBig {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
    transform: translateY(-2000px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
@keyframes fadeInDownBig {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
    -ms-transform: translateY(-2000px);
    transform: translateY(-2000px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
}
.fadeInDownBig {
  -webkit-animation-name: fadeInDownBig;
  animation-name: fadeInDownBig;
}

@-webkit-keyframes fadeInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-20px);
    transform: translateX(-20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
@keyframes fadeInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-20px);
    -ms-transform: translateX(-20px);
    transform: translateX(-20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
}
.fadeInLeft {
  -webkit-animation-name: fadeInLeft;
  animation-name: fadeInLeft;
}

@-webkit-keyframes fadeInLeftBig {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
    transform: translateX(-2000px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
@keyframes fadeInLeftBig {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
    -ms-transform: translateX(-2000px);
    transform: translateX(-2000px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
}
.fadeInLeftBig {
  -webkit-animation-name: fadeInLeftBig;
  animation-name: fadeInLeftBig;
}

@-webkit-keyframes fadeInRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(20px);
    transform: translateX(20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
@keyframes fadeInRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(20px);
    -ms-transform: translateX(20px);
    transform: translateX(20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
}
.fadeInRight {
  -webkit-animation-name: fadeInRight;
  animation-name: fadeInRight;
}

@-webkit-keyframes fadeInRightBig {
  0% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
    transform: translateX(2000px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
@keyframes fadeInRightBig {
  0% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
    -ms-transform: translateX(2000px);
    transform: translateX(2000px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
}
.fadeInRightBig {
  -webkit-animation-name: fadeInRightBig;
  animation-name: fadeInRightBig;
}

@-webkit-keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(20px);
    transform: translateY(20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
@keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(20px);
    -ms-transform: translateY(20px);
    transform: translateY(20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
}
.fadeInUp {
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
}

@-webkit-keyframes fadeInUpBig {
  0% {
    opacity: 0;
    -webkit-transform: translateY(2000px);
    transform: translateY(2000px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
@keyframes fadeInUpBig {
  0% {
    opacity: 0;
    -webkit-transform: translateY(2000px);
    -ms-transform: translateY(2000px);
    transform: translateY(2000px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
}
.fadeInUpBig {
  -webkit-animation-name: fadeInUpBig;
  animation-name: fadeInUpBig;
}

@-webkit-keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
.fadeOut {
  -webkit-animation-name: fadeOut;
  animation-name: fadeOut;
}

@-webkit-keyframes fadeOutDown {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(20px);
    transform: translateY(20px);
  }
}
@keyframes fadeOutDown {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(20px);
    -ms-transform: translateY(20px);
    transform: translateY(20px);
  }
}
.fadeOutDown {
  -webkit-animation-name: fadeOutDown;
  animation-name: fadeOutDown;
}

@-webkit-keyframes fadeOutDownBig {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(2000px);
    transform: translateY(2000px);
  }
}
@keyframes fadeOutDownBig {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(2000px);
    -ms-transform: translateY(2000px);
    transform: translateY(2000px);
  }
}
.fadeOutDownBig {
  -webkit-animation-name: fadeOutDownBig;
  animation-name: fadeOutDownBig;
}

@-webkit-keyframes fadeOutLeft {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(-20px);
    transform: translateX(-20px);
  }
}
@keyframes fadeOutLeft {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(-20px);
    -ms-transform: translateX(-20px);
    transform: translateX(-20px);
  }
}
.fadeOutLeft {
  -webkit-animation-name: fadeOutLeft;
  animation-name: fadeOutLeft;
}

@-webkit-keyframes fadeOutLeftBig {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
    transform: translateX(-2000px);
  }
}
@keyframes fadeOutLeftBig {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
    -ms-transform: translateX(-2000px);
    transform: translateX(-2000px);
  }
}
.fadeOutLeftBig {
  -webkit-animation-name: fadeOutLeftBig;
  animation-name: fadeOutLeftBig;
}

@-webkit-keyframes fadeOutRight {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(20px);
    transform: translateX(20px);
  }
}
@keyframes fadeOutRight {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(20px);
    -ms-transform: translateX(20px);
    transform: translateX(20px);
  }
}
.fadeOutRight {
  -webkit-animation-name: fadeOutRight;
  animation-name: fadeOutRight;
}

@-webkit-keyframes fadeOutRightBig {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
    transform: translateX(2000px);
  }
}
@keyframes fadeOutRightBig {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
    -ms-transform: translateX(2000px);
    transform: translateX(2000px);
  }
}
.fadeOutRightBig {
  -webkit-animation-name: fadeOutRightBig;
  animation-name: fadeOutRightBig;
}

@-webkit-keyframes fadeOutUp {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(-20px);
    transform: translateY(-20px);
  }
}
@keyframes fadeOutUp {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(-20px);
    -ms-transform: translateY(-20px);
    transform: translateY(-20px);
  }
}
.fadeOutUp {
  -webkit-animation-name: fadeOutUp;
  animation-name: fadeOutUp;
}

@-webkit-keyframes fadeOutUpBig {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
    transform: translateY(-2000px);
  }
}
@keyframes fadeOutUpBig {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
    -ms-transform: translateY(-2000px);
    transform: translateY(-2000px);
  }
}
.fadeOutUpBig {
  -webkit-animation-name: fadeOutUpBig;
  animation-name: fadeOutUpBig;
}

@-webkit-keyframes flip {
  0% {
    -webkit-transform: perspective(400px) translateZ(0) rotateY(0) scale(1);
    transform: perspective(400px) translateZ(0) rotateY(0) scale(1);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  40% {
    -webkit-transform: perspective(400px) translateZ(150px) rotateY(170deg) scale(1);
    transform: perspective(400px) translateZ(150px) rotateY(170deg) scale(1);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  50% {
    -webkit-transform: perspective(400px) translateZ(150px) rotateY(190deg) scale(1);
    transform: perspective(400px) translateZ(150px) rotateY(190deg) scale(1);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  80% {
    -webkit-transform: perspective(400px) translateZ(0) rotateY(360deg) scale(0.95);
    transform: perspective(400px) translateZ(0) rotateY(360deg) scale(0.95);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  100% {
    -webkit-transform: perspective(400px) translateZ(0) rotateY(360deg) scale(1);
    transform: perspective(400px) translateZ(0) rotateY(360deg) scale(1);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
}
@keyframes flip {
  0% {
    -webkit-transform: perspective(400px) translateZ(0) rotateY(0) scale(1);
    -ms-transform: perspective(400px) translateZ(0) rotateY(0) scale(1);
    transform: perspective(400px) translateZ(0) rotateY(0) scale(1);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  40% {
    -webkit-transform: perspective(400px) translateZ(150px) rotateY(170deg) scale(1);
    -ms-transform: perspective(400px) translateZ(150px) rotateY(170deg) scale(1);
    transform: perspective(400px) translateZ(150px) rotateY(170deg) scale(1);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  50% {
    -webkit-transform: perspective(400px) translateZ(150px) rotateY(190deg) scale(1);
    -ms-transform: perspective(400px) translateZ(150px) rotateY(190deg) scale(1);
    transform: perspective(400px) translateZ(150px) rotateY(190deg) scale(1);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  80% {
    -webkit-transform: perspective(400px) translateZ(0) rotateY(360deg) scale(0.95);
    -ms-transform: perspective(400px) translateZ(0) rotateY(360deg) scale(0.95);
    transform: perspective(400px) translateZ(0) rotateY(360deg) scale(0.95);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  100% {
    -webkit-transform: perspective(400px) translateZ(0) rotateY(360deg) scale(1);
    -ms-transform: perspective(400px) translateZ(0) rotateY(360deg) scale(1);
    transform: perspective(400px) translateZ(0) rotateY(360deg) scale(1);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
}
.animated.flip {
  -webkit-backface-visibility: visible;
  -ms-backface-visibility: visible;
  backface-visibility: visible;
  -webkit-animation-name: flip;
  animation-name: flip;
}

@-webkit-keyframes flipInX {
  0% {
    -webkit-transform: perspective(400px) rotateX(90deg);
    transform: perspective(400px) rotateX(90deg);
    opacity: 0;
  }
  40% {
    -webkit-transform: perspective(400px) rotateX(-10deg);
    transform: perspective(400px) rotateX(-10deg);
  }
  70% {
    -webkit-transform: perspective(400px) rotateX(10deg);
    transform: perspective(400px) rotateX(10deg);
  }
  100% {
    -webkit-transform: perspective(400px) rotateX(0);
    transform: perspective(400px) rotateX(0);
    opacity: 1;
  }
}
@keyframes flipInX {
  0% {
    -webkit-transform: perspective(400px) rotateX(90deg);
    -ms-transform: perspective(400px) rotateX(90deg);
    transform: perspective(400px) rotateX(90deg);
    opacity: 0;
  }
  40% {
    -webkit-transform: perspective(400px) rotateX(-10deg);
    -ms-transform: perspective(400px) rotateX(-10deg);
    transform: perspective(400px) rotateX(-10deg);
  }
  70% {
    -webkit-transform: perspective(400px) rotateX(10deg);
    -ms-transform: perspective(400px) rotateX(10deg);
    transform: perspective(400px) rotateX(10deg);
  }
  100% {
    -webkit-transform: perspective(400px) rotateX(0);
    -ms-transform: perspective(400px) rotateX(0);
    transform: perspective(400px) rotateX(0);
    opacity: 1;
  }
}
.flipInX {
  -webkit-backface-visibility: visible !important;
  -ms-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipInX;
  animation-name: flipInX;
}

@-webkit-keyframes flipInY {
  0% {
    -webkit-transform: perspective(400px) rotateY(90deg);
    transform: perspective(400px) rotateY(90deg);
    opacity: 0;
  }
  40% {
    -webkit-transform: perspective(400px) rotateY(-10deg);
    transform: perspective(400px) rotateY(-10deg);
  }
  70% {
    -webkit-transform: perspective(400px) rotateY(10deg);
    transform: perspective(400px) rotateY(10deg);
  }
  100% {
    -webkit-transform: perspective(400px) rotateY(0);
    transform: perspective(400px) rotateY(0);
    opacity: 1;
  }
}
@keyframes flipInY {
  0% {
    -webkit-transform: perspective(400px) rotateY(90deg);
    -ms-transform: perspective(400px) rotateY(90deg);
    transform: perspective(400px) rotateY(90deg);
    opacity: 0;
  }
  40% {
    -webkit-transform: perspective(400px) rotateY(-10deg);
    -ms-transform: perspective(400px) rotateY(-10deg);
    transform: perspective(400px) rotateY(-10deg);
  }
  70% {
    -webkit-transform: perspective(400px) rotateY(10deg);
    -ms-transform: perspective(400px) rotateY(10deg);
    transform: perspective(400px) rotateY(10deg);
  }
  100% {
    -webkit-transform: perspective(400px) rotateY(0);
    -ms-transform: perspective(400px) rotateY(0);
    transform: perspective(400px) rotateY(0);
    opacity: 1;
  }
}
.flipInY {
  -webkit-backface-visibility: visible !important;
  -ms-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipInY;
  animation-name: flipInY;
}

@-webkit-keyframes flipOutX {
  0% {
    -webkit-transform: perspective(400px) rotateX(0);
    transform: perspective(400px) rotateX(0);
    opacity: 1;
  }
  100% {
    -webkit-transform: perspective(400px) rotateX(90deg);
    transform: perspective(400px) rotateX(90deg);
    opacity: 0;
  }
}
@keyframes flipOutX {
  0% {
    -webkit-transform: perspective(400px) rotateX(0);
    -ms-transform: perspective(400px) rotateX(0);
    transform: perspective(400px) rotateX(0);
    opacity: 1;
  }
  100% {
    -webkit-transform: perspective(400px) rotateX(90deg);
    -ms-transform: perspective(400px) rotateX(90deg);
    transform: perspective(400px) rotateX(90deg);
    opacity: 0;
  }
}
.flipOutX {
  -webkit-animation-name: flipOutX;
  animation-name: flipOutX;
  -webkit-backface-visibility: visible !important;
  -ms-backface-visibility: visible !important;
  backface-visibility: visible !important;
}

@-webkit-keyframes flipOutY {
  0% {
    -webkit-transform: perspective(400px) rotateY(0);
    transform: perspective(400px) rotateY(0);
    opacity: 1;
  }
  100% {
    -webkit-transform: perspective(400px) rotateY(90deg);
    transform: perspective(400px) rotateY(90deg);
    opacity: 0;
  }
}
@keyframes flipOutY {
  0% {
    -webkit-transform: perspective(400px) rotateY(0);
    -ms-transform: perspective(400px) rotateY(0);
    transform: perspective(400px) rotateY(0);
    opacity: 1;
  }
  100% {
    -webkit-transform: perspective(400px) rotateY(90deg);
    -ms-transform: perspective(400px) rotateY(90deg);
    transform: perspective(400px) rotateY(90deg);
    opacity: 0;
  }
}
.flipOutY {
  -webkit-backface-visibility: visible !important;
  -ms-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipOutY;
  animation-name: flipOutY;
}

@-webkit-keyframes lightSpeedIn {
  0% {
    -webkit-transform: translateX(100%) skewX(-30deg);
    transform: translateX(100%) skewX(-30deg);
    opacity: 0;
  }
  60% {
    -webkit-transform: translateX(-20%) skewX(30deg);
    transform: translateX(-20%) skewX(30deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: translateX(0) skewX(-15deg);
    transform: translateX(0) skewX(-15deg);
    opacity: 1;
  }
  100% {
    -webkit-transform: translateX(0) skewX(0);
    transform: translateX(0) skewX(0);
    opacity: 1;
  }
}
@keyframes lightSpeedIn {
  0% {
    -webkit-transform: translateX(100%) skewX(-30deg);
    -ms-transform: translateX(100%) skewX(-30deg);
    transform: translateX(100%) skewX(-30deg);
    opacity: 0;
  }
  60% {
    -webkit-transform: translateX(-20%) skewX(30deg);
    -ms-transform: translateX(-20%) skewX(30deg);
    transform: translateX(-20%) skewX(30deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: translateX(0) skewX(-15deg);
    -ms-transform: translateX(0) skewX(-15deg);
    transform: translateX(0) skewX(-15deg);
    opacity: 1;
  }
  100% {
    -webkit-transform: translateX(0) skewX(0);
    -ms-transform: translateX(0) skewX(0);
    transform: translateX(0) skewX(0);
    opacity: 1;
  }
}
.lightSpeedIn {
  -webkit-animation-name: lightSpeedIn;
  animation-name: lightSpeedIn;
  -webkit-animation-timing-function: ease-out;
  animation-timing-function: ease-out;
}

@-webkit-keyframes lightSpeedOut {
  0% {
    -webkit-transform: translateX(0) skewX(0);
    transform: translateX(0) skewX(0);
    opacity: 1;
  }
  100% {
    -webkit-transform: translateX(100%) skewX(-30deg);
    transform: translateX(100%) skewX(-30deg);
    opacity: 0;
  }
}
@keyframes lightSpeedOut {
  0% {
    -webkit-transform: translateX(0) skewX(0);
    -ms-transform: translateX(0) skewX(0);
    transform: translateX(0) skewX(0);
    opacity: 1;
  }
  100% {
    -webkit-transform: translateX(100%) skewX(-30deg);
    -ms-transform: translateX(100%) skewX(-30deg);
    transform: translateX(100%) skewX(-30deg);
    opacity: 0;
  }
}
.lightSpeedOut {
  -webkit-animation-name: lightSpeedOut;
  animation-name: lightSpeedOut;
  -webkit-animation-timing-function: ease-in;
  animation-timing-function: ease-in;
}

@-webkit-keyframes rotateIn {
  0% {
    -webkit-transform-origin: center center;
    transform-origin: center center;
    -webkit-transform: rotate(-200deg);
    transform: rotate(-200deg);
    opacity: 0;
  }
  100% {
    -webkit-transform-origin: center center;
    transform-origin: center center;
    -webkit-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }
}
@keyframes rotateIn {
  0% {
    -webkit-transform-origin: center center;
    -ms-transform-origin: center center;
    transform-origin: center center;
    -webkit-transform: rotate(-200deg);
    -ms-transform: rotate(-200deg);
    transform: rotate(-200deg);
    opacity: 0;
  }
  100% {
    -webkit-transform-origin: center center;
    -ms-transform-origin: center center;
    transform-origin: center center;
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }
}
.rotateIn {
  -webkit-animation-name: rotateIn;
  animation-name: rotateIn;
}

@-webkit-keyframes rotateInDownLeft {
  0% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
    opacity: 0;
  }
  100% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }
}
@keyframes rotateInDownLeft {
  0% {
    -webkit-transform-origin: left bottom;
    -ms-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
    opacity: 0;
  }
  100% {
    -webkit-transform-origin: left bottom;
    -ms-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }
}
.rotateInDownLeft {
  -webkit-animation-name: rotateInDownLeft;
  animation-name: rotateInDownLeft;
}

@-webkit-keyframes rotateInDownRight {
  0% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    opacity: 0;
  }
  100% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }
}
@keyframes rotateInDownRight {
  0% {
    -webkit-transform-origin: right bottom;
    -ms-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
    opacity: 0;
  }
  100% {
    -webkit-transform-origin: right bottom;
    -ms-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }
}
.rotateInDownRight {
  -webkit-animation-name: rotateInDownRight;
  animation-name: rotateInDownRight;
}

@-webkit-keyframes rotateInUpLeft {
  0% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    opacity: 0;
  }
  100% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }
}
@keyframes rotateInUpLeft {
  0% {
    -webkit-transform-origin: left bottom;
    -ms-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
    opacity: 0;
  }
  100% {
    -webkit-transform-origin: left bottom;
    -ms-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }
}
.rotateInUpLeft {
  -webkit-animation-name: rotateInUpLeft;
  animation-name: rotateInUpLeft;
}

@-webkit-keyframes rotateInUpRight {
  0% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
    opacity: 0;
  }
  100% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }
}
@keyframes rotateInUpRight {
  0% {
    -webkit-transform-origin: right bottom;
    -ms-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
    opacity: 0;
  }
  100% {
    -webkit-transform-origin: right bottom;
    -ms-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }
}
.rotateInUpRight {
  -webkit-animation-name: rotateInUpRight;
  animation-name: rotateInUpRight;
}

@-webkit-keyframes rotateOut {
  0% {
    -webkit-transform-origin: center center;
    transform-origin: center center;
    -webkit-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }
  100% {
    -webkit-transform-origin: center center;
    transform-origin: center center;
    -webkit-transform: rotate(200deg);
    transform: rotate(200deg);
    opacity: 0;
  }
}
@keyframes rotateOut {
  0% {
    -webkit-transform-origin: center center;
    -ms-transform-origin: center center;
    transform-origin: center center;
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }
  100% {
    -webkit-transform-origin: center center;
    -ms-transform-origin: center center;
    transform-origin: center center;
    -webkit-transform: rotate(200deg);
    -ms-transform: rotate(200deg);
    transform: rotate(200deg);
    opacity: 0;
  }
}
.rotateOut {
  -webkit-animation-name: rotateOut;
  animation-name: rotateOut;
}

@-webkit-keyframes rotateOutDownLeft {
  0% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }
  100% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    opacity: 0;
  }
}
@keyframes rotateOutDownLeft {
  0% {
    -webkit-transform-origin: left bottom;
    -ms-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }
  100% {
    -webkit-transform-origin: left bottom;
    -ms-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
    opacity: 0;
  }
}
.rotateOutDownLeft {
  -webkit-animation-name: rotateOutDownLeft;
  animation-name: rotateOutDownLeft;
}

@-webkit-keyframes rotateOutDownRight {
  0% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }
  100% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
    opacity: 0;
  }
}
@keyframes rotateOutDownRight {
  0% {
    -webkit-transform-origin: right bottom;
    -ms-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }
  100% {
    -webkit-transform-origin: right bottom;
    -ms-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
    opacity: 0;
  }
}
.rotateOutDownRight {
  -webkit-animation-name: rotateOutDownRight;
  animation-name: rotateOutDownRight;
}

@-webkit-keyframes rotateOutUpLeft {
  0% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }
  100% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
    opacity: 0;
  }
}
@keyframes rotateOutUpLeft {
  0% {
    -webkit-transform-origin: left bottom;
    -ms-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }
  100% {
    -webkit-transform-origin: left bottom;
    -ms-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
    opacity: 0;
  }
}
.rotateOutUpLeft {
  -webkit-animation-name: rotateOutUpLeft;
  animation-name: rotateOutUpLeft;
}

@-webkit-keyframes rotateOutUpRight {
  0% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }
  100% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    opacity: 0;
  }
}
@keyframes rotateOutUpRight {
  0% {
    -webkit-transform-origin: right bottom;
    -ms-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }
  100% {
    -webkit-transform-origin: right bottom;
    -ms-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
    opacity: 0;
  }
}
.rotateOutUpRight {
  -webkit-animation-name: rotateOutUpRight;
  animation-name: rotateOutUpRight;
}

@-webkit-keyframes slideInDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
    transform: translateY(-2000px);
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
@keyframes slideInDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
    -ms-transform: translateY(-2000px);
    transform: translateY(-2000px);
  }
  100% {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
}
.slideInDown {
  -webkit-animation-name: slideInDown;
  animation-name: slideInDown;
}

@-webkit-keyframes slideInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
    transform: translateX(-2000px);
  }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
@keyframes slideInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
    -ms-transform: translateX(-2000px);
    transform: translateX(-2000px);
  }
  100% {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
}
.slideInLeft {
  -webkit-animation-name: slideInLeft;
  animation-name: slideInLeft;
}

@-webkit-keyframes slideInRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
    transform: translateX(2000px);
  }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
@keyframes slideInRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
    -ms-transform: translateX(2000px);
    transform: translateX(2000px);
  }
  100% {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
}
.slideInRight {
  -webkit-animation-name: slideInRight;
  animation-name: slideInRight;
}

@-webkit-keyframes slideOutLeft {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
    transform: translateX(-2000px);
  }
}
@keyframes slideOutLeft {
  0% {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
    -ms-transform: translateX(-2000px);
    transform: translateX(-2000px);
  }
}
.slideOutLeft {
  -webkit-animation-name: slideOutLeft;
  animation-name: slideOutLeft;
}

@-webkit-keyframes slideOutRight {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
    transform: translateX(2000px);
  }
}
@keyframes slideOutRight {
  0% {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
    -ms-transform: translateX(2000px);
    transform: translateX(2000px);
  }
}
.slideOutRight {
  -webkit-animation-name: slideOutRight;
  animation-name: slideOutRight;
}

@-webkit-keyframes slideOutUp {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
    transform: translateY(-2000px);
  }
}
@keyframes slideOutUp {
  0% {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
    -ms-transform: translateY(-2000px);
    transform: translateY(-2000px);
  }
}
.slideOutUp {
  -webkit-animation-name: slideOutUp;
  animation-name: slideOutUp;
}

@-webkit-keyframes hinge {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }
  20%, 60% {
    -webkit-transform: rotate(80deg);
    transform: rotate(80deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }
  40% {
    -webkit-transform: rotate(60deg);
    transform: rotate(60deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }
  80% {
    -webkit-transform: rotate(60deg) translateY(0);
    transform: rotate(60deg) translateY(0);
    opacity: 1;
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }
  100% {
    -webkit-transform: translateY(700px);
    transform: translateY(700px);
    opacity: 0;
  }
}
@keyframes hinge {
  0% {
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
    -webkit-transform-origin: top left;
    -ms-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }
  20%, 60% {
    -webkit-transform: rotate(80deg);
    -ms-transform: rotate(80deg);
    transform: rotate(80deg);
    -webkit-transform-origin: top left;
    -ms-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }
  40% {
    -webkit-transform: rotate(60deg);
    -ms-transform: rotate(60deg);
    transform: rotate(60deg);
    -webkit-transform-origin: top left;
    -ms-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }
  80% {
    -webkit-transform: rotate(60deg) translateY(0);
    -ms-transform: rotate(60deg) translateY(0);
    transform: rotate(60deg) translateY(0);
    opacity: 1;
    -webkit-transform-origin: top left;
    -ms-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }
  100% {
    -webkit-transform: translateY(700px);
    -ms-transform: translateY(700px);
    transform: translateY(700px);
    opacity: 0;
  }
}
.hinge {
  -webkit-animation-name: hinge;
  animation-name: hinge;
}

@-webkit-keyframes rollIn {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-100%) rotate(-120deg);
    transform: translateX(-100%) rotate(-120deg);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0) rotate(0);
    transform: translateX(0) rotate(0);
  }
}
@keyframes rollIn {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-100%) rotate(-120deg);
    -ms-transform: translateX(-100%) rotate(-120deg);
    transform: translateX(-100%) rotate(-120deg);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0) rotate(0);
    -ms-transform: translateX(0) rotate(0);
    transform: translateX(0) rotate(0);
  }
}
.rollIn {
  -webkit-animation-name: rollIn;
  animation-name: rollIn;
}

@-webkit-keyframes rollOut {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0) rotate(0);
    transform: translateX(0) rotate(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(100%) rotate(120deg);
    transform: translateX(100%) rotate(120deg);
  }
}
@keyframes rollOut {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0) rotate(0);
    -ms-transform: translateX(0) rotate(0);
    transform: translateX(0) rotate(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(100%) rotate(120deg);
    -ms-transform: translateX(100%) rotate(120deg);
    transform: translateX(100%) rotate(120deg);
  }
}
.rollOut {
  -webkit-animation-name: rollOut;
  animation-name: rollOut;
}
