@import url("https://fonts.googleapis.com/css?family=Poppins:300,400,500,600,700&display=swap");
body {
  font-family: "Poppins", sans-serif;
}

.fb_iframe_widget_fluid_desktop,
.fb_iframe_widget_fluid_desktop span,
.fb_iframe_widget_fluid_desktop iframe {
  max-width: 100% !important;
  width: 100% !important;
}

.twitter {
  height: 350px;
  overflow-y: auto;
  margin: 50px 0px;
}

.language span {
  display: flex;
}
.language span a {
  padding: 0px 3px !important;
  margin-top: 5px;
}
.language span a:nth-child(1) {
  border-right: 1px solid white;
}

.service-page .language span a {
  color: #021f2a !important;
}
.service-page .language span a:nth-child(1) {
  color: #021f2a !important;
  border-color: black;
}
.service-page #navigation-bar .navbar-toggle span {
  background: black !important;
}
.service-page nav {
  background: white !important;
}
.service-page nav .nav li > a {
  color: #4f4f4f !important;
}
.service-page nav .nav li i {
  color: #021f2a !important;
}
.service-page nav .nav li.dropdown.open a {
  color: white !important;
}
.service-page nav .nav li.dropdown.open > a {
  color: black !important;
}
.service-page nav .nav .dropdown-menu li a {
  color: white !important;
}

#navigation-bar {
  position: absolute;
  width: 100%;
  top: 0px;
  font-family: "Poppins", sans-serif !important;
}
@media (max-width: 991px) {
  #navigation-bar .navbar-header {
    float: none;
    padding-bottom: 10px;
  }
  #navigation-bar .navbar-left,
  #navigation-bar .navbar-right {
    float: none !important;
  }
  #navigation-bar .navbar-toggle {
    display: block;
  }
  #navigation-bar .navbar-collapse {
    border-top: 1px solid transparent;
    box-shadow: none;
  }
  #navigation-bar .navbar-fixed-top {
    top: 0;
    border-width: 0 0 1px;
  }
  #navigation-bar .navbar-collapse.collapse {
    display: none !important;
  }
  #navigation-bar .navbar-nav {
    float: none !important;
    margin-top: 7.5px;
  }
  #navigation-bar .navbar-nav > li {
    float: none;
  }
  #navigation-bar .navbar-nav > li > a {
    padding-top: 10px;
    padding-bottom: 10px;
  }
  #navigation-bar .collapse.in,
  #navigation-bar .collapsing {
    display: flex !important;
    flex-direction: column;
  }
}
#navigation-bar .navbar-toggle[aria-expanded~="true"] span:nth-child(1) {
  width: 70%;
}
#navigation-bar .navbar-toggle[aria-expanded~="true"] span:nth-child(2) {
  width: 80%;
}
#navigation-bar .navbar-toggle[aria-expanded~="true"] span:nth-child(3) {
  width: 90%;
}
#navigation-bar .navbar-toggle {
  border: none;
  transition: 0.5s all;
  flex-direction: column;
  align-items: flex-end;
}
#navigation-bar .navbar-toggle span {
  transition: 0.5s all;
  background: white;
}
#navigation-bar .navbar-toggle span:nth-child(1) {
  width: 100%;
}
#navigation-bar .navbar-toggle span:nth-child(2) {
  width: 80%;
}
#navigation-bar .navbar-toggle span:nth-child(3) {
  width: 70%;
}
#navigation-bar .navbar-toggle:hover {
  transform: scale(1.2);
  background: transparent;
}
#navigation-bar .navbar-toggle:active {
  background: transparent;
}
#navigation-bar .navbar-toggle:focus {
  background: transparent;
}
#navigation-bar nav {
  background: rgba(0, 0, 0, 0.4);
  box-shadow: none;
  border: none;
  padding: 15px 0px;
}
@media (max-width: 991px) {
  #navigation-bar nav {
    background: rgba(0, 0, 0, 0.8);
  }
}
#navigation-bar nav .nav a {
  color: white;
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 1px;
}
@media (max-width: 1200px) {
  #navigation-bar nav .nav a {
    font-size: 14px !important;
  }
}
@media (max-width: 1200px) {
  #navigation-bar nav .nav i {
    font-size: 14px !important;
  }
}
#navigation-bar nav .nav li.dropdown > a {
  transition: 0.5s all;
  background: transparent;
}
#navigation-bar nav .nav li.dropdown .dropdown-menu {
  background: rgba(0, 0, 0, 0.8);
}
@media (max-width: 991px) {
  #navigation-bar nav .nav li.dropdown .dropdown-menu {
    width: 100%;
    position: relative;
  }
}
#navigation-bar nav .nav li.dropdown .dropdown-menu .dropdown-submenu.open > a {
  background-color: #004482;
}
#navigation-bar
  nav
  .nav
  li.dropdown
  .dropdown-menu
  .dropdown-submenu
  .dropdown-menu {
  top: 0;
  left: 100%;
  width: 100%;
}
@media (max-width: 991px) {
  #navigation-bar
    nav
    .nav
    li.dropdown
    .dropdown-menu
    .dropdown-submenu
    .dropdown-menu {
    position: relative;
    top: 100%;
    left: 0px;
    width: 100%;
  }
}
#navigation-bar nav .nav li.dropdown .dropdown-menu li {
  transition: 0.5s all;
  position: relative;
  left: 0px;
}
#navigation-bar nav .nav li.dropdown .dropdown-menu li a {
  color: white;
}
#navigation-bar nav .nav li.dropdown .dropdown-menu li a:hover {
  background-color: transparent;
  background-image: none;
}
#navigation-bar nav .navbar-header .navbar-brand {
  padding: 0px;
  width: 88px;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (max-width: 767px) {
  #navigation-bar nav .navbar-header .navbar-brand {
    margin-left: 10px;
    margin-top: -5px;
  }
}
#navigation-bar nav .navbar-header .navbar-brand img {
  width: 60px;
}
@media (max-width: 767px) {
  #navigation-bar nav .navbar-header .navbar-brand img {
    width: 50px;
  }
}
#navigation-bar nav .icon-menu {
  display: flex !important;
  cursor: pointer;
}
#navigation-bar nav .icon-menu li {
  display: flex !important;
  flex-direction: column;
  align-items: center;
}
#navigation-bar nav .icon-menu li i {
  color: white;
  font-size: 25px;
}
#navigation-bar nav .icon-menu a {
  font-size: 12px;
  font-weight: 500;
  padding: 0px 15px;
}
@media (max-width: 767px) {
  #navigation-bar nav .icon-menu a {
    padding: 10px 0px;
  }
}
@media (max-width: 767px) {
  #navigation-bar nav .icon-menu {
    margin-left: 0px;
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    width: 100%;
  }
  #navigation-bar nav .icon-menu li {
    margin: 0px 15px;
  }
}

#testimonials {
  padding: 30px 0px;
  background: #f5f6f7;
}
#testimonials .askbtn {
  background: #004482;
  padding: 10px;
  color: white;
  border-radius: 0px;
  margin: 15px 0px;
  letter-spacing: 1.2px;
  font-weight: 700;
}
#testimonials .title-wrapper {
  text-align: center;
}
#testimonials .title-wrapper .sub-title h4 {
  text-transform: uppercase;
  font-size: 0.9em;
}
#testimonials .title-wrapper .main-title h2 {
  font-size: 3em;
  margin-top: 10px;
}
#testimonials .single-card {
  padding: 15px 15px;
}
#testimonials .card-wrapper {
  margin: 30px 0px;
}
#testimonials .card-wrapper .card {
  position: relative;
  cursor: pointer;
  margin: 0 auto;
  background: #ddd;
  padding: 20px;
  box-sizing: border-box;
  text-align: center;
  overflow: hidden;
  box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.5);
}
#testimonials .card-wrapper .card .layer {
  position: absolute;
  clip-path: circle(0% at 50% 50%);
  top: 0px;
  width: 100%;
  height: 100%;
  left: 0;
  background: #004482;
  z-index: 1;
  transition: 0.5s;
}
#testimonials .card-wrapper .card .star {
  display: flex;
  justify-content: center;
  padding: 10px 0px;
}
#testimonials .card-wrapper .card:hover .layer {
  top: 0;
  clip-path: circle(80% at 50% 50%);
}
#testimonials .card-wrapper .card:hover .content p,
#testimonials .card-wrapper .card:hover .content h2 {
  color: white;
}
#testimonials .card-wrapper .card:hover .content .details h2 {
  color: white;
}
#testimonials .card-wrapper .card:hover .content .details h2 span {
  color: #fff;
}
#testimonials .card-wrapper .card .content {
  position: relative;
  z-index: 2;
}
#testimonials .card-wrapper .card .content p {
  font-size: 18px;
  line-height: 24px;
  color: #393939;
  transition: 0.5s;
}
#testimonials .card-wrapper .card .content .image {
  width: 100%;
  border-radius: 50%;
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
}
#testimonials .card-wrapper .card .content .image img {
  height: 100px;
  width: 100px;
  border-radius: 50%;
  overflow: hidden;
}
#testimonials .card-wrapper .card .content .details h2 {
  font-size: 15px;
  color: #393939;
  transition: 0.5s;
}
#testimonials .card-wrapper .card .content .details h2 span {
  color: #03a9f4;
  font-size: 12px;
  transition: 0.5s;
}

#main-slider {
  height: 100vh;
  width: 100%;
  overflow: hidden;
  position: relative;
}
#main-slider .searching {
  position: absolute;
  z-index: 9999;
  bottom: 45px;
  right: 60px;
  font-size: 45px;
}
#main-slider .searching a {
  color: white;
}
#main-slider .searching #search {
  position: fixed;
  transition: 1s all;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.7);
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  -webkit-transform: translate(0px, -100%) scale(0, 0);
  -moz-transform: translate(0px, -100%) scale(0, 0);
  -ms-transform: translate(0px, -100%) scale(0, 0);
  -o-transform: translate(0px, -100%) scale(0, 0);
  transform: translate(0px, -100%) scale(0, 0);
  opacity: 0;
}
#main-slider .searching #search.open {
  -webkit-transform: translate(0px, 0px) scale(1, 1);
  -moz-transform: translate(0px, 0px) scale(1, 1);
  -ms-transform: translate(0px, 0px) scale(1, 1);
  -o-transform: translate(0px, 0px) scale(1, 1);
  transform: translate(0px, 0px) scale(1, 1);
  opacity: 1;
  z-index: 106;
  display: block;
}
#main-slider .searching #search input[type="search"] {
  position: absolute;
  top: 50%;
  left: 0;
  margin-top: -51px;
  width: 60%;
  margin-left: 20%;
  color: white;
  background: transparent;
  border-top: 1px solid rgba(255, 255, 255, 0.8);
  border-bottom: 2px solid rgba(255, 255, 255, 0.5);
  border-left: 0px solid transparent;
  border-right: 0px solid transparent;
  font-size: 40px;
  font-family: Roboto;
  font-weight: 300;
  text-align: center;
  outline: none;
  padding: 10px;
}
#main-slider .searching #search .close {
  position: fixed;
  top: 15px;
  right: 15px;
  opacity: 1;
  font-size: 27px;
  color: #fff;
}
#main-slider .searching #search .close:hover {
  color: #7b797a;
  cursor: pointer;
}
#main-slider .absolute-wrapper {
  height: 100%;
  width: 100%;
  position: absolute;
  z-index: 999;
  top: 0px;
}
#main-slider .absolute-wrapper .hand-wrapper {
  position: relative;
  height: 100%;
}
#main-slider .absolute-wrapper .hand-wrapper .hand {
  width: 20%;
  position: relative;
  top: 41%;
  left: 100px;
}
#main-slider .absolute-wrapper .hand-wrapper .hand img {
  width: 100%;
  object-fit: contain;
}
#main-slider .absolute-wrapper .hand-wrapper .logo-image {
  height: 40%;
  position: absolute;
  top: 47.5%;
  width: 10.5%;
  left: 185px;
  z-index: -1;
}
#main-slider .absolute-wrapper .hand-wrapper .logo-image img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}
#main-slider .absolute-wrapper .image-wrapper {
  height: 100%;
  position: absolute;
  top: 58%;
  left: 28%;
  display: flex;
  flex-direction: column;
}
#main-slider .absolute-wrapper .image-wrapper img {
  margin: 5px 0px;
}
#main-slider:active {
  cursor: grabbing;
}
@media (max-width: 750px) {
  #main-slider {
    height: 50vh;
  }
}
#main-slider .slick-list {
  height: 100%;
}
#main-slider .slick-list .slick-track {
  height: 100%;
}
#main-slider .images-collection {
  height: 100%;
  width: 100%;
  position: relative;
}
#main-slider .images-collection .image-wrapper {
  height: 100%;
  width: 100%;
  position: relative;
  overflow: hidden;
}
#main-slider .images-collection .image-wrapper .image {
  height: 100%;
  width: 100%;
}
#main-slider .images-collection .image-wrapper .image img {
  height: 100%;
  width: 100%;
  object-fit: cover;
  filter: brightness(50%);
}
#main-slider .images-collection .image-wrapper .img-text {
  perspective: 1000px;
  padding-left: 30px;
  position: absolute;
  top: 0px;
  left: 0px;
  height: 100%;
  width: 100%;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  color: white;
}
#main-slider .images-collection .image-wrapper .img-text .text-wrapper {
  width: 40%;
  text-align: center;
  margin-top: 75px;
  padding: 30px;
  overflow: hidden;
}
@media (max-width: 750px) {
  #main-slider .images-collection .image-wrapper .img-text .text-wrapper {
    width: 100%;
  }
}
@media (max-width: 850px) {
  #main-slider .images-collection .image-wrapper .img-text .text-wrapper {
    width: 100%;
  }
}
#main-slider
  .images-collection
  .image-wrapper
  .img-text
  .text-wrapper
  .text-head {
  transition: 1.5s all;
  transform: translateY(-200%);
  opacity: 0;
}
#main-slider
  .images-collection
  .image-wrapper
  .img-text
  .text-wrapper
  .text-head
  h2 {
  letter-spacing: 2px;
  font-size: 5em;
  text-shadow: 0px 5px 6px black;
  font-weight: 600;
  line-height: 1.1em;
}
#main-slider
  .images-collection
  .image-wrapper
  .img-text
  .text-wrapper
  .text-head
  h2:after {
  content: "";
  position: absolute;
  height: 6px;
  width: 70px;
  bottom: -5px;
  left: 3px;
}
@media (max-width: 750px) {
  #main-slider
    .images-collection
    .image-wrapper
    .img-text
    .text-wrapper
    .text-head
    h2 {
    font-size: 25px;
    line-height: 35px;
  }
}
#main-slider
  .images-collection
  .image-wrapper
  .img-text
  .text-wrapper
  .text-detail {
  font-family: Nunito, Arial, Helvetica, sans-serif;
  transform: translateX(-100%);
  transition: 1.5s all;
  opacity: 0;
}
#main-slider
  .images-collection
  .image-wrapper
  .img-text
  .text-wrapper
  .text-detail
  h5 {
  font-size: 2em;
  line-height: 1.3em;
  text-shadow: 0px 5px 4px black;
}
@media (max-width: 750px) {
  #main-slider
    .images-collection
    .image-wrapper
    .img-text
    .text-wrapper
    .text-detail
    h5 {
    font-size: 18px;
    line-height: 25px;
  }
}
#main-slider
  .images-collection
  .image-wrapper
  .img-text
  .text-wrapper
  .text-button {
  line-height: 1.5em;
  transition: 1.5s all;
  transform: translateY(200%);
  opacity: 0;
}
#main-slider
  .images-collection
  .image-wrapper
  .img-text
  .text-wrapper
  .text-button
  button {
  margin-top: 10px;
  padding: 10px 30px;
  background: transparent;
  border: 1px solid white;
  border-radius: 0px;
  transition: 0.5s all;
  background: rgba(0, 0, 0, 0.4);
}
#main-slider
  .images-collection
  .image-wrapper
  .img-text
  .text-wrapper
  .text-button
  button:active {
  color: white;
}
#main-slider
  .images-collection
  .image-wrapper
  .img-text
  .text-wrapper
  .text-button
  button:focus {
  color: white;
}
#main-slider
  .images-collection
  .image-wrapper
  .img-text
  .text-wrapper
  .text-button
  button:hover {
  background: rgba(0, 0, 0, 0.9);
  transform: scale(1.03);
  color: white;
}
@media (max-width: 750px) {
  #main-slider
    .images-collection
    .image-wrapper
    .img-text
    .text-wrapper
    .text-button {
    display: none;
  }
}
#main-slider .images-collection .slick-active .img-text {
  perspective: 1000px;
}
#main-slider .images-collection .slick-active .img-text .text-head {
  transform: translateY(0%) !important;
  opacity: 1 !important;
}
#main-slider .images-collection .slick-active .img-text .text-detail {
  transform: translateX(0%) !important;
  opacity: 1 !important;
}
#main-slider .images-collection .slick-active .img-text .text-button {
  transform: translateY(0%) !important;
  opacity: 1 !important;
}
#main-slider .slick-dots {
  top: 50%;
  right: 30px;
  z-index: 999;
  width: auto;
}
#main-slider .slick-dots li {
  display: block;
  margin: 5px 0px;
}
#main-slider .slick-dots li button {
  font-size: 12px;
  color: white;
  font-family: "Roboto Condensed", sans-serif;
}
#main-slider .slick-dots li button::before {
  content: "" !important;
  font-size: 47px;
  background-color: white;
  height: 1px;
  width: 30px;
  transition: 1s all;
  opacity: 0.5;
  transform: rotateY(180deg);
  transform-origin: 0 0;
  top: 8px;
}
#main-slider .slick-dots li.slick-active button::before {
  transition: 1s all;
  width: 80px;
  opacity: 1;
}

#all-services {
  padding: 30px 0px;
  /* ---- button-group ---- */
  /* ---- isotope ---- */
  /* clear fix */
  /* ---- .element-item ---- */
}
#all-services .title-wrapper {
  text-align: center;
}
#all-services .title-wrapper .sub-title h4 {
  text-transform: uppercase;
  font-size: 0.9em;
}
#all-services .title-wrapper .main-title h2 {
  font-size: 3em;
  margin-top: 10px;
}
#all-services .button {
  display: inline-block;
  padding: 10px 18px;
  margin-bottom: 10px;
  border: none;
  border-radius: 7px;
  color: #7b797a;
  font-family: sans-serif;
  font-size: 16px;
  text-shadow: 0 1px white;
  text-align: left;
  cursor: pointer;
}
#all-services .button-group {
  margin: 20px 0px;
  display: flex;
  justify-content: center;
}
#all-services .button-group .button-wrapper {
  background-color: #ffffff;
  border-radius: 30px;
  box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.2);
}
#all-services .button:hover {
  background-color: #3f3e3b67;
  text-shadow: none;
  color: #7b797a;
}
#all-services .button:focus {
  outline: none !important;
}
#all-services .button:active,
#all-services .button.is-checked {
  background-color: #fff;
}
#all-services .button.is-checked {
  color: black !important;
  background: #fff !important;
  text-shadow: 0 -1px rgba(0, 0, 0, 0.8);
  position: relative;
}
#all-services .button.is-checked:before {
  content: "";
  position: absolute;
  top: 7.5px;
  height: calc(100% - 15px);
  left: 20px;
  width: 2px;
  background: #004482;
}
#all-services .button.is-checked:after {
  content: "";
  position: absolute;
  top: 0px;
  height: 100%;
  right: -5px;
  width: 5px;
  background: #004482;
}
#all-services .button:active {
  box-shadow: inset 0 1px 10px rgba(0, 0, 0, 0.8);
}
#all-services .button-group:after {
  content: "";
  display: block;
  clear: both;
}
#all-services .button-group .button {
  background: #004482;
  border-radius: 0;
  margin: 1px 0px;
  padding: 10px 30px;
  width: 100%;
  color: white;
}
#all-services .grid {
  display: flex;
  justify-content: space-between;
}
#all-services .grid:after {
  content: "";
  display: block;
  clear: both;
}
#all-services .active {
  filter: brightness(100%) !important;
  transition: 1s all;
}
#all-services .element-item {
  cursor: pointer;
  position: relative;
  float: left;
  margin: 15px 0px;
  padding: 5px;
  width: 50%;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  color: #262524;
}
@media (max-width: 600px) {
  #all-services .element-item {
    width: 100%;
  }
}
#all-services .element-item .content-wrapper {
  width: 95%;
  height: 400px;
  overflow: hidden;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.3);
  color: white;
}
#all-services .element-item .content-wrapper .image-wrapper {
  height: 220px;
  width: 100%;
}
#all-services .element-item .content-wrapper .image-wrapper img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
#all-services .element-item .content-wrapper .detail-wrapper {
  height: 180px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  background: #004482;
  text-align: center;
  padding: 10px;
}
#all-services .element-item .content-wrapper .detail-wrapper .detail-title h3 {
  margin-top: 0px;
  font-size: 2.2em;
  font-weight: 900;
}
#all-services .element-item .content-wrapper .detail-wrapper .detail-des h4 {
  margin-top: 0px;
  font-size: 1.2em;
}
#all-services
  .element-item
  .content-wrapper
  .detail-wrapper
  .detail-btn
  button {
  background: rgba(0, 0, 0, 0.5);
  border-radius: 0px;
  border: 1px solid white;
}
#all-services
  .element-item
  .content-wrapper
  .detail-wrapper
  .detail-btn
  button:hover {
  color: white;
}

#about-us .about-wrapper {
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 950px) {
  #about-us .about-wrapper {
    flex-direction: column;
  }
}
#about-us .about-wrapper .about-content {
  flex: 1;
  background: #004482;
  padding: 30px 45px;
  height: 400px;
}
#about-us .about-wrapper .about-content .about-title h4 {
  text-transform: uppercase;
  color: white;
  font-size: 0.9em;
}
#about-us .about-wrapper .about-content .about-title h2 {
  color: white;
  font-size: 3em;
  font-weight: 600;
  margin-top: 0px;
  position: relative;
}
@media (max-width: 1180px) {
  #about-us .about-wrapper .about-content .about-title h2 {
    font-size: 2.3em;
  }
}
#about-us .about-wrapper .about-content .about-title h2:after {
  content: "";
  position: absolute;
  bottom: 0px;
  left: 0px;
  width: 100px;
  height: 2px;
  background: white;
}
#about-us .about-wrapper .about-content .about-detail h3 {
  color: white;
  font-size: 1.3em;
  line-height: 1.4;
  margin-top: 0px;
  text-align: justify;
}
@media (max-width: 880px) {
  #about-us .about-wrapper .about-content .about-detail h3 {
    font-size: 1.1em;
    line-height: 1.2;
  }
}
@media (max-width: 1180px) {
  #about-us .about-wrapper .about-content .about-detail h3 {
    font-size: 1.2em;
    line-height: 1.4;
  }
}
#about-us .about-wrapper .about-content .about-btn {
  text-align: center;
  margin-top: 30px;
}
@media (max-width: 1280px) {
  #about-us .about-wrapper .about-content .about-btn {
    margin-top: 15px;
  }
}
#about-us .about-wrapper .about-content .about-btn button {
  background: transparent;
  color: white;
  border: 1px solid white;
  border-radius: 0px;
}
#about-us .about-wrapper .about-video {
  flex: 1;
  height: 400px;
  position: relative;
}
#about-us .about-wrapper .about-video .play-btn {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  font-size: 50px;
  color: white;
  display: flex;
  justify-content: center;
  align-items: center;
  background: rgba(0, 0, 0, 0.6);
}
#about-us .about-wrapper .about-video .play-btn i {
  position: relative;
  cursor: pointer;
  z-index: 1;
  height: 80px;
  width: 80px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  -webkit-animation-name: example;
  /* Safari 4.0 - 8.0 */
  -webkit-animation-duration: 1s;
  /* Safari 4.0 - 8.0 */
  animation-name: example;
  animation-iteration-count: infinite;
  animation-duration: 1s;
  animation-direction: alternate-reverse;
  animation-timing-function: ease-in-out;
  /* Standard syntax */
}
#about-us .about-wrapper .about-video .play-btn i:after {
  content: "";
  position: absolute;
  height: 80px;
  width: 80px;
  top: 0px;
  left: -5px;
  background: #f27f44;
  z-index: -1;
  border-radius: 50%;
}
@keyframes example {
  from {
    transform: scale(1);
    opacity: 1;
  }
  to {
    transform: scale(1.5);
    opacity: 0.3;
  }
}
#about-us .about-wrapper .about-video img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}
#about-us .about-wrapper .about-video #homeVideo button.btn.btn-default {
  background: transparent;
  border-radius: 50%;
  border: none;
  position: absolute;
  right: 0;
  z-index: 5;
  color: white;
  filter: drop-shadow(1px 1px 2px black);
  box-shadow: none;
  font-size: 30px;
}
#about-us .about-wrapper .about-video .modal-dialog {
  width: 60%;
}

#choose-us .choose-wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media (max-width: 767px) {
  #choose-us .choose-wrapper {
    flex-direction: column;
  }
}
#choose-us .choose-wrapper .choose-head {
  flex: 1;
  text-align: center;
}
#choose-us .choose-wrapper .choose-head h3 {
  font-size: 3em;
}
@media (max-width: 767px) {
  #choose-us .choose-wrapper .choose-head {
    margin-top: 30px;
  }
}
#choose-us .choose-wrapper .choose-detail {
  flex: 2;
  padding: 30px;
}
@media (max-width: 767px) {
  #choose-us .choose-wrapper .choose-detail {
    padding-top: 0px !important;
  }
}
#choose-us .choose-wrapper .choose-detail h5 {
  font-size: 1.3em;
  font-weight: 500;
  line-height: 1.4;
  text-align: justify;
}

#support {
  padding: 30px 0px;
}
#support .support-wrapper {
  width: 100%;
  margin: 15px 0px;
  padding: 45px 30px;
  background: #fafafa;
}
#support .support-wrapper .support-image {
  display: flex;
  justify-content: center;
  text-align: center;
}
#support .support-wrapper .support-image img {
  height: 80px;
  width: 80px;
}
#support .support-wrapper .support-detail .detail-head h3 {
  text-align: center;
  font-weight: 900;
  font-size: 1.4em;
}
#support .support-wrapper .support-detail .detail-des h4 {
  text-align: center;
  font-size: 1.2em;
}

#latest-blog {
  padding: 45px 0px;
}
#latest-blog .title-wrapper {
  text-align: center;
}
#latest-blog .title-wrapper .sub-title h4 {
  text-transform: uppercase;
  font-size: 0.9em;
}
#latest-blog .title-wrapper .main-title h2 {
  font-size: 3em;
  margin-top: 10px;
}
#latest-blog .latest-wrapper {
  margin-top: 15px;
  background: white;
  cursor: pointer;
}
#latest-blog .latest-wrapper:hover .image-wrapper {
  padding: 15px;
}
#latest-blog .latest-wrapper:hover .image-wrapper img {
  filter: drop-shadow(8px 8px 10px gray) grayscale(60%);
  border-radius: 10px !important;
}
#latest-blog .latest-wrapper .image-wrapper {
  height: 240px;
  width: 100%;
  transition: 0.5s all;
  overflow: hidden;
}
#latest-blog .latest-wrapper .image-wrapper img {
  transition: 0.5s all;
  height: 100%;
  width: 100%;
  object-fit: cover;
}
#latest-blog .latest-wrapper .latest-detail {
  padding: 10px;
}
#latest-blog .latest-wrapper .latest-detail .date h4 {
  color: #73b42a;
}
#latest-blog .latest-wrapper .latest-detail .description h4 {
  margin: 10px 0px;
  position: relative;
  padding-left: 10px;
}
#latest-blog .latest-wrapper .latest-detail .description h4:after {
  content: "";
  position: absolute;
  height: 100%;
  top: 0px;
  left: 0px;
  width: 2px;
  background: #707070;
}
#latest-blog .latest-wrapper .latest-detail .blog-link a {
  color: #818a93;
  text-decoration: underline;
}

#contact-us {
  background-image: linear-gradient(
      rgba(0, 0, 0, 0.77) 100%,
      rgba(0, 0, 0, 0.48) 100%
    ),
    url("../images/bg6.jpg");
  background-size: cover;
  background-position: center center;
  background-attachment: fixed;
  padding: 45px 0px;
}
#contact-us::placeholder {
  color: white;
}
#contact-us .title-wrapper {
  text-align: center;
}
#contact-us .title-wrapper .sub-title h4 {
  color: white;
  text-transform: uppercase;
  font-size: 0.9em;
}
#contact-us .title-wrapper .main-title h2 {
  color: white;
  font-size: 3em;
  margin-top: 10px;
}
#contact-us .contact-wrapper {
  text-align: center;
}
#contact-us .contact-wrapper .form-group {
  margin-top: 15px;
}
#contact-us .contact-wrapper input {
  padding: 25px 15px;
  border-radius: 0px;
  background: rgba(255, 0, 0, 0.2);
  color: white;
}
#contact-us .contact-wrapper textarea {
  border-radius: 0px;
  background: rgba(255, 0, 0, 0.2);
  color: white;
}
#contact-us .contact-wrapper .formbtn {
  padding: 10px 30px;
  background: rgba(0, 0, 0, 0.7);
  color: white;
  border-radius: 0px;
  border: 1px solid white;
  margin-top: 15px;
}
#contact-us .contact-wrapper .formbtn i {
  position: relative;
  left: -15px;
}

#footer {
  background-image: linear-gradient(
      rgba(255, 255, 255, 0.88) 100%,
      rgba(255, 255, 255, 0.88) 100%
    ),
    url("../images/footer.png");
  background-repeat: no-repeat;
  background-position: 605px 50%;
  padding-top: 0px;
}
#footer .footer > .container {
  padding-top: 30px;
  padding-bottom: 0px;
}
#footer .foot-about .foot-about-head {
  margin-top: 15px;
  color: #454c53;
}
#footer .foot-about .foot-about-head img {
  height: 65px;
}
#footer .foot-about .foot-about-detail h4 {
  font-size: 13px;
  line-height: 1.4em;
  font-weight: 300;
}
#footer .foot-about .foot-about-detail ul {
  padding: 0px;
  list-style-type: none;
}
#footer .foot-about .foot-about-detail.quick ul li {
  position: relative;
  line-height: 1.6em;
}
#footer .foot-about .foot-about-detail.quick ul li:before {
  content: "\f00c";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  color: #454c53;
  font-size: 12px;
  filter: drop-shadow(0px -1px 0px);
}
#footer .foot-about .foot-about-detail.quick ul li span {
  margin-left: 5px;
}
#footer .foot-about .foot-about-detail.contactus ul li {
  position: relative;
  font-size: 12px;
  line-height: 1.6em;
}
#footer .foot-about .foot-about-detail.contactus ul li::before {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  color: #454c53;
  font-size: 10px;
}
#footer .foot-about .foot-about-detail.contactus ul li span {
  margin-left: 4px;
}
#footer .foot-about .foot-about-detail.contactus ul li.calendar:before {
  content: "\f073";
}
#footer .foot-about .foot-about-detail.contactus ul li.phone:before {
  content: "\f2a0";
}
#footer .foot-about .foot-about-detail.contactus ul li.email:before {
  content: "\f0e0";
}
#footer .foot-about .foot-about-detail.contactus ul li.location:before {
  content: "\f041";
}
#footer .foot-about .foot-about-detail.contactus ul li.image {
  display: flex;
}
#footer .foot-about .foot-about-detail.contactus ul li.image img:nth-child(2) {
  transform: scale(1.05);
}
#footer .foot-about .foot-about-detail.contactus ul li.image img {
  height: 45px;
  margin-top: 15px;
  margin-right: 15px;
}
#footer .below-footer {
  background: #004482;
  color: white;
}

#faq {
  padding: 45px 0px;
}
@media (max-width: 767px) {
  #faq {
    padding-top: 0px;
  }
}
#faq .askbtn {
  background: #004482;
  padding: 10px;
  color: white;
  border-radius: 0px;
  margin: 15px 0px;
  letter-spacing: 1.2px;
  font-weight: 700;
}
@media (max-width: 767px) {
  #faq .main-title {
    text-align: center;
  }
}
#faq .main-title h2 {
  font-size: 2.5em;
  margin-top: 20px;
  margin-bottom: 20px;
}
#faq .subtitle h4 {
  font-size: 17px;
  line-height: 1.3em;
  margin-top: 0px;
}
#faq .panel {
  margin-top: 0px;
  border-radius: 0px;
}
#faq .panel:not(:nth-child(1)) {
  border-top: none;
}
#faq .panel .panel-body {
  color: #676e75;
}
#faq .panel-heading {
  position: relative;
  background: white;
  padding-left: 40px;
  cursor: pointer;
}
#faq .panel-heading:focus {
  background: red !important;
}
#faq .panel-heading a:hover {
  text-decoration: none;
}
#faq .panel-heading a:focus {
  outline: none;
  text-decoration: none;
}
#faq .panel-heading:after {
  content: "\f0ab";
  font-family: "Font Awesome 5 Free";
  color: #818a93;
  font-weight: 900;
  position: absolute;
  left: 0px;
  top: 0px;
  height: 100%;
  width: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: 0.5s all;
}
#faq [aria-expanded~="true"]:after {
  transform: rotate(-90deg);
  color: black;
}

.sticky-sider {
  position: sticky;
  top: 0px;
}
@media (max-width: 991px) {
  .sticky-sider {
    position: relative !important;
  }
}

#sub-navbar {
  margin-top: 85px;
  background: #025577;
  color: white;
  position: sticky;
  top: 0px;
  z-index: 9;
}
@media (max-width: 509px) {
  #sub-navbar {
    display: none;
  }
}
#sub-navbar .list-group {
  list-style-type: none;
  margin-bottom: 0px;
  display: flex;
}
#sub-navbar .list-group .list-title {
  margin-left: -15px;
  padding-left: 0px;
  margin-right: 30px;
  background: #f27f44;
}
#sub-navbar .list-group .list {
  padding: 10px 15px;
  cursor: pointer;
}

#service-background {
  height: calc(100vh);
  width: 100%;
  position: relative;
}
#service-background .image-wrapper {
  height: 100%;
  width: 100%;
}
#service-background .image-wrapper img {
  height: 100%;
  object-fit: cover;
  width: 100%;
}
#service-background .text-overlay {
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0px;
  background: rgba(0, 0, 0, 0.6);
}
@media (max-width: 509px) {
  #service-background .text-overlay {
    margin-top: 89px;
  }
}
#service-background .text-overlay .text-wrapper {
  color: white;
  height: 100%;
  position: relative;
  top: 8vh;
}
#service-background .text-overlay .text-wrapper .heading h2 {
  font-size: 3.5em;
  font-weight: 900;
  line-height: 1.3em;
}
#service-background .text-overlay .text-wrapper .detail h4 {
  font-size: 2em;
  font-weight: 100;
  line-height: 1.3em;
}

#service-page {
  background: #f8f8f8;
}
#service-page .container {
  background: white;
  padding: 45px 30px;
}
#service-page .all-heading h3 {
  margin: 0px;
  position: relative;
}
#service-page .all-heading h3:before {
  content: "";
  position: absolute;
  top: 50%;
  left: -55px;
  width: 40px;
  height: 3px;
  background: #004482;
  z-index: 999;
}
#service-page .content-wrapper .detail-wrapper {
  height: 450px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
@media (max-width: 767px) {
  #service-page .content-wrapper .detail-wrapper {
    height: auto;
    padding: 30px 0px;
  }
}
#service-page .content-wrapper .detail-wrapper h2 {
  font-size: 2.6em;
  font-weight: 100;
}
#service-page .content-wrapper .detail-wrapper h4 {
  font-size: 1.3em;
  font-weight: 100;
}
#service-page .content-wrapper .image-wrapper {
  padding: 40px 0px;
  position: relative;
  height: 450px;
  right: -60px;
  overflow: hidden;
}
@media (max-width: 767px) {
  #service-page .content-wrapper .image-wrapper {
    right: 0px;
  }
}
#service-page .content-wrapper .image-wrapper img {
  z-index: 1;
  position: relative;
  height: 100%;
  width: 100%;
  object-fit: cover;
}
#service-page .content-wrapper .image-wrapper:after {
  content: "";
  position: absolute;
  top: 0px;
  right: 0px;
  height: 100%;
  background: #004482;
  width: 310px;
  z-index: 0;
}
#service-page .content-wrapper-right .image-wrapper {
  left: -60px;
}
@media (max-width: 767px) {
  #service-page .content-wrapper-right .image-wrapper {
    left: 0px;
  }
}
#service-page .content-wrapper-right .image-wrapper:after {
  background: #818a93;
  left: 0px;
}

#mobile-carousel {
  padding: 45px 45px 0px 45px;
  background-position: 0 0, 50px 50px;
  background-size: 100px 100px;
  background: #d6e2ee;
  overflow: hidden;
  /* -- gc-banner.css -- */
  /* Carousel base class */
  /* Since positioning the image, we need to help out the caption */
  /* Declare heights because of positioning of img element */
}
#mobile-carousel .carousel {
  background: white;
  padding-top: 30px;
  padding-right: 30px;
  z-index: 0;
}
#mobile-carousel .carousel--mobileview .carousel-indicators {
  position: static;
}
#mobile-carousel .carousel--mobileview .carousel-indicators li,
#mobile-carousel .carousel--mobileview .carousel-indicators li.active {
  width: 100%;
  height: 130px;
  text-align: left;
  background: none;
  border: none;
}
#mobile-carousel .carousel--mobileview .carousel-indicators li {
  text-indent: 0;
  position: relative;
  font-size: 1.143em;
}
#mobile-carousel .carousel--mobileview .carousel-indicators li:before {
  content: "";
  display: block;
  position: absolute;
}
#mobile-carousel
  .carousel--mobileview
  .carousel-indicators
  li:last-child:before {
  display: none;
}
#mobile-carousel .carousel--mobileview .carousel-indicators li:after {
  content: attr(data-step);
  position: absolute;
  top: 0;
  left: 0;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  border: 2px solid #448200;
  font-weight: 500;
  font-size: 1em;
  color: #448200;
  text-align: center;
  line-height: 29px;
  display: flex;
  justify-content: center;
  align-items: center;
}
#mobile-carousel .carousel--mobileview .carousel-indicators li.active:after,
#mobile-carousel .carousel--mobileview .carousel-indicators li:hover:after {
  background: #448200;
  color: #fff;
}
#mobile-carousel .carousel--mobileview .carousel-indicators li h4 {
  font-weight: 700;
  margin-top: 5px;
}
#mobile-carousel .carousel--mobileview .carousel-indicators li.active h4,
#mobile-carousel .carousel--mobileview .carousel-indicators li:hover h4 {
  color: #448200;
}
#mobile-carousel .carousel--mobileview .carousel-indicators li p {
  display: block;
}
#mobile-carousel .carousel--mobileview .carousel-inner {
  position: absolute;
  left: 50%;
  overflow: hidden;
}
#mobile-carousel .carousel--mobileview .carousel-inner .item {
  position: static;
  width: 100% !important;
}
#mobile-carousel .carousel--mobileview .carousel-bg {
  background: url(../images/empty-v2.png) no-repeat center/cover;
  position: absolute;
  left: 50%;
  z-index: 9;
}
#mobile-carousel .carousel--desktopview .carousel-indicators {
  position: static;
}
#mobile-carousel .carousel--desktopview .carousel-indicators li,
#mobile-carousel .carousel--desktopview .carousel-indicators li.active {
  width: 100%;
  height: auto !important;
  text-align: center;
  border: 1px solid #ccd6dd;
  background: #f7f9fb;
  border-radius: 0;
}
#mobile-carousel .carousel--desktopview .carousel-indicators li.active {
  border-color: #38c564;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.15);
  color: #38c564;
}
#mobile-carousel .carousel--desktopview .carousel-indicators li {
  text-indent: 0;
  position: relative;
  font-size: 1.143em;
}
#mobile-carousel .carousel--desktopview .carousel-indicators li:before {
  content: "";
  display: block;
  position: absolute;
}
#mobile-carousel
  .carousel--desktopview
  .carousel-indicators
  li:last-child:before {
  display: none;
}
#mobile-carousel .carousel--desktopview .carousel-indicators li h4 {
  font-weight: 700;
  margin-top: 5px;
}
#mobile-carousel .carousel--desktopview .carousel-indicators li.active h4,
#mobile-carousel .carousel--desktopview .carousel-indicators li:hover h4 {
  color: #448200;
}
#mobile-carousel .carousel--desktopview .carousel-indicators li p {
  display: block;
}
#mobile-carousel .carousel--desktopview .carousel-inner {
  position: absolute;
  right: 50%;
  overflow: hidden;
}
#mobile-carousel .carousel--desktopview .carousel-inner .item {
  position: static;
  width: 100% !important;
}
#mobile-carousel .carousel--desktopview .carousel-bg {
  background: url(../images/arrowdown.png) no-repeat center/cover;
  position: absolute;
  right: 50%;
  z-index: 9;
}
#mobile-carousel .carousel-fade .carousel-inner .item {
  opacity: 0;
  -webkit-transition-property: opacity;
  -moz-transition-property: opacity;
  -o-transition-property: opacity;
  transition-property: opacity;
}
#mobile-carousel .carousel-fade .carousel-inner .active {
  opacity: 1;
}
@media screen and (min-width: 768px) {
  #mobile-carousel .carousel--mobileview {
    min-height: 580px;
  }
  #mobile-carousel .carousel--mobileview .carousel-indicators {
    float: right;
  }
  #mobile-carousel .carousel--mobileview .carousel-indicators {
    width: 50% !important;
  }
  #mobile-carousel .carousel--mobileview .carousel-indicators li {
    padding: 0 0 10px 45px;
  }
  #mobile-carousel .carousel--mobileview .carousel-indicators li:before {
    width: 13px;
    height: 92px;
    background: url(../images/arrowdown.png) no-repeat center/cover;
    bottom: 5px;
    left: 8px;
  }
  #mobile-carousel .carousel--mobileview .carousel-bg {
    z-index: 0;
    top: -45px;
    margin-left: -400px;
    width: 400px;
    height: 580px;
  }
  #mobile-carousel .carousel--mobileview .carousel-inner {
    top: 22px;
    margin-left: -290px;
    width: 210px !important;
    height: 365px;
  }
  #mobile-carousel .carousel--desktopview {
    min-height: 450px;
  }
  #mobile-carousel .carousel--desktopview .carousel-indicators {
    float: left;
    margin-left: 0;
  }
  #mobile-carousel .carousel--desktopview .carousel-indicators {
    width: 40% !important;
  }
  #mobile-carousel .carousel--desktopview .carousel-indicators li {
    padding: 10px 12px;
    margin-bottom: 50px;
  }
  #mobile-carousel .carousel--desktopview .carousel-indicators li:before {
    width: 1px;
    height: 30px;
    background-color: #38c564;
    bottom: -40px;
    left: 50%;
  }
  #mobile-carousel .carousel--desktopview .carousel-bg {
    top: 0px;
    margin-right: -550px;
    width: 538px;
    height: 429px;
  }
  #mobile-carousel .carousel--desktopview .carousel-inner {
    top: 20px;
    margin-right: -522px;
    width: 483px !important;
    height: 275px;
  }
}
@media screen and (max-width: 767px) {
  #mobile-carousel .carousel--mobileview {
    min-height: 540px;
  }
  #mobile-carousel .carousel--mobileview .carousel-indicators {
    margin-left: 10%;
    width: 90%;
  }
  #mobile-carousel .carousel--mobileview .carousel-indicators li {
    float: left;
  }
  #mobile-carousel .carousel--mobileview .carousel-indicators.steps--2 li {
    width: 50%;
  }
  #mobile-carousel .carousel--mobileview .carousel-indicators.steps--3 li {
    width: 33%;
  }
  #mobile-carousel .carousel--mobileview .carousel-indicators.steps--4 li {
    width: 25%;
  }
  #mobile-carousel .carousel--mobileview .carousel-indicators.steps--5 li {
    width: 20%;
  }
  #mobile-carousel .carousel--mobileview .carousel-indicators li {
    padding: 0;
    margin: 0 !important;
  }
  #mobile-carousel .carousel--mobileview .carousel-indicators li h4,
  #mobile-carousel .carousel--mobileview .carousel-indicators li p {
    position: absolute;
    top: 50px;
    left: 0;
    width: 100%;
    text-align: center;
    display: none;
  }
  #mobile-carousel .carousel--mobileview .carousel-indicators li:before {
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "\f061";
    top: 5px;
    right: 30%;
    color: #333;
  }
  #mobile-carousel .carousel--mobileview .carousel-bg {
    top: 148px;
    margin-left: -135px;
    width: 270px;
    height: 392px;
    z-index: 0;
  }
  #mobile-carousel .carousel--mobileview .carousel-inner {
    top: 195px;
    margin-left: -61px;
    width: 142px !important;
    height: 248px;
  }
  #mobile-carousel .carousel--mobileview .carousel-description {
    position: absolute;
    top: 75px;
    left: 0;
    width: 100%;
    height: 100px;
    text-align: center;
  }
  #mobile-carousel .carousel--mobileview .carousel-description h4 {
    font-weight: 700;
    margin-top: 5px;
    color: #448200;
  }
  #mobile-carousel .carousel--desktop {
    min-height: 540px;
  }
  #mobile-carousel .carousel--desktop .carousel-indicators {
    margin-left: 10%;
    width: 90%;
  }
  #mobile-carousel .carousel--desktop .carousel-indicators li {
    float: left;
  }
  #mobile-carousel .carousel--desktop .carousel-indicators.steps--2 li {
    width: 50%;
  }
  #mobile-carousel .carousel--desktop .carousel-indicators.steps--3 li {
    width: 33%;
  }
  #mobile-carousel .carousel--desktop .carousel-indicators.steps--4 li {
    width: 25%;
  }
  #mobile-carousel .carousel--desktop .carousel-indicators.steps--5 li {
    width: 20%;
  }
  #mobile-carousel .carousel--desktop .carousel-indicators li {
    padding: 0;
    margin: 0 !important;
  }
  #mobile-carousel .carousel--desktop .carousel-indicators li h4,
  #mobile-carousel .carousel--desktop .carousel-indicators li p {
    position: absolute;
    top: 50px;
    left: 0;
    width: 100%;
    text-align: center;
    display: none;
  }
  #mobile-carousel .carousel--desktop .carousel-indicators li:before {
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "\f061";
    top: 5px;
    right: 30%;
    color: #333;
  }
  #mobile-carousel .carousel--desktop .carousel-bg {
    top: 150px;
    margin-left: -135px;
    width: 270px;
    height: 392px;
  }
  #mobile-carousel .carousel--desktop .carousel-inner {
    top: 195px;
    margin-left: -61px;
    width: 142px !important;
    height: 248px;
  }
  #mobile-carousel .carousel--desktop .carousel-description {
    position: absolute;
    top: 50px;
    left: 0;
    width: 100%;
    height: 100px;
    text-align: center;
  }
  #mobile-carousel .carousel--desktop .carousel-description h4 {
    font-weight: 700;
    margin-top: 5px;
    color: #448200;
  }
}
#mobile-carousel .carousel.verticalBanner {
  height: 85%;
  /*margin-bottom: 60px;*/
}
#mobile-carousel .verticalBanner .carousel-caption {
  z-index: 10;
  left: 15%;
  right: 50%;
  text-align: left;
}
#mobile-carousel .carousel.verticalBanner .item {
  height: 100%;
  background-color: #777;
}
#mobile-carousel .verticalBanner .carousel-inner > .item > img {
  position: absolute;
  top: 0;
  left: 0;
  min-width: 100%;
}
#mobile-carousel .verticalBanner .carousel-indicators li {
  width: 10px;
  height: 10px;
  border: none;
  background-color: rgba(255, 255, 255, 0.6);
  margin: 0px;
  margin-left: 5px;
}
#mobile-carousel .verticalBanner .carousel-indicators li.active {
  width: 10px;
  height: 10px;
  border: none;
  background-color: white;
  margin-left: 5px;
}
#mobile-carousel .verticalBanner .carousel-caption {
  padding-bottom: 60px;
}
#mobile-carousel .verticalBanner .carousel-caption h2 {
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  font-style: normal;
  font-stretch: normal;
  font-size: 4em;
  margin-bottom: 10px;
  line-height: 1;
}
#mobile-carousel .verticalBanner .ddlbtn {
  background-color: #00b140;
  color: #fff;
  border-radius: 4px;
  padding: 10px 30px;
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  font-style: normal;
  font-stretch: normal;
  font-size: 1em;
  text-decoration: none;
  text-shadow: none;
  box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.6);
}
#mobile-carousel .verticalBanner .ddlbtn:hover,
#mobile-carousel .verticalBanner .ddlbtn:focus {
  background-color: #00be45;
  text-decoration: none;
  color: #fff;
}
#mobile-carousel .verticalBanner .carousel-control {
  display: none;
}
#mobile-carousel .verticalBanner .calltoaction {
  background-color: #448200;
  color: #fff;
  border-radius: 4px;
  padding: 10px 30px;
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  font-style: normal;
  font-stretch: normal;
  font-size: 1.143em;
  text-decoration: none;
  text-shadow: none;
  box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.6);
  display: inline-block;
  width: auto;
}
#mobile-carousel .verticalBanner .calltoaction:hover,
#mobile-carousel .verticalBanner .calltoaction:focus {
  background-color: #00be45;
  text-decoration: none;
  color: #fff;
}
#mobile-carousel .verticalBanner .carousel-caption p {
  margin-bottom: 15px;
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  font-style: normal;
  font-stretch: normal;
  color: #fff;
  font-size: 1.5em;
  text-shadow: none;
  line-height: 1.3;
}

#find-more .find-wrapper {
  border-top: 45px solid #004482;
  border-left: 20px solid #004482;
  border-right: 20px solid #004482;
  line-height: 6em;
  position: relative;
  top: -45px;
}
#find-more .find-wrapper h2 {
  color: #004482;
}
#find-more .find-wrapper h4 {
  font-size: 1.2em;
  font-weight: 200;
  letter-spacing: 2px;
  width: 60%;
  margin: auto;
  line-height: 1.6em;
}
#find-more .find-wrapper .info-btn {
  top: 10px;
  position: relative;
}
#find-more .find-wrapper .info-btn button {
  margin: 0px 10px;
  border: none;
  border-radius: 0px;
  color: white;
  background: #004482;
}

#blog-wrapper {
  margin-top: 115px;
  padding-top: 30px;
  background: #f7f5f5;
}
#blog-wrapper .all-wrapper .single-blog {
  cursor: pointer;
  display: flex;
  height: 300px;
  margin-top: 30px;
}
#blog-wrapper .all-wrapper .single-blog:nth-child(1) {
  margin-top: 0px !important;
}
#blog-wrapper .all-wrapper .single-blog:hover .image-wrapper .overlay {
  opacity: 1;
}
#blog-wrapper .all-wrapper .single-blog:hover .image-wrapper .overlay i {
  transform: scale(1) rotate(-45deg) !important;
}
#blog-wrapper .all-wrapper .single-blog .image-wrapper {
  position: relative;
  flex: 1;
}
#blog-wrapper .all-wrapper .single-blog .image-wrapper img {
  height: 100%;
  object-fit: cover;
}
#blog-wrapper .all-wrapper .single-blog .image-wrapper .overlay {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
  background: rgba(0, 0, 0, 0.4);
  opacity: 0;
  transition: 0.5s all;
}
#blog-wrapper .all-wrapper .single-blog .image-wrapper .overlay .list-wrapper {
  width: 100px;
  height: 100px;
  display: flex;
  flex-wrap: wrap;
  position: relative;
  overflow: hidden;
  transform: rotate(45deg);
}
#blog-wrapper
  .all-wrapper
  .single-blog
  .image-wrapper
  .overlay
  .list-wrapper:before {
  content: "";
  position: absolute;
  height: 100%;
  left: 50%;
  width: 1px;
  background: white;
}
#blog-wrapper
  .all-wrapper
  .single-blog
  .image-wrapper
  .overlay
  .list-wrapper:after {
  position: absolute;
  content: "";
  height: 1px;
  top: 50%;
  width: 100%;
  background: white;
}
#blog-wrapper
  .all-wrapper
  .single-blog
  .image-wrapper
  .overlay
  .list-wrapper
  i {
  width: 50px;
  height: 50px;
  color: white;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 25px;
  transform: scale(0) rotate(-45deg);
  transition: 1s all;
}
#blog-wrapper .all-wrapper .single-blog .content-wrapper {
  flex: 1;
  padding: 15px;
  background: #f2f2f2;
}
#blog-wrapper .all-wrapper .single-blog .content-wrapper .content-head h3 {
  font-weight: 900;
  margin-top: 0px;
  padding-bottom: 5px;
  margin-bottom: 5px;
  border-bottom: 1px solid #575757;
}
#blog-wrapper .all-wrapper .single-blog .content-wrapper .content-head h3 a {
  color: #575757;
  text-decoration: none;
}
#blog-wrapper .all-wrapper .single-blog .content-wrapper .content-detail {
  max-height: 190px;
  border-bottom: 1px solid #575757;
  overflow: hidden;
}
#blog-wrapper .all-wrapper .single-blog .content-wrapper .content-detail h4 {
  margin: 0px;
  color: #575757;
  font-size: 1.2em;
  text-align: justify;
  line-height: 1.1em;
  font-weight: 100;
  padding-bottom: 5px;
}
#blog-wrapper .all-wrapper .single-blog .content-wrapper .content-detail h4 a {
  color: #575757;
  text-decoration: none;
}
#blog-wrapper .all-wrapper .single-blog .content-wrapper .date-posted {
  color: #575757;
  display: flex;
  justify-content: space-evenly;
  align-items: center;
  margin-top: 5px;
  position: relative;
}
#blog-wrapper .all-wrapper .single-blog .content-wrapper .date-posted i {
  margin-right: 3px;
}
#blog-wrapper .all-wrapper .single-blog .content-wrapper .date-posted .user {
  position: relative;
}
#blog-wrapper
  .all-wrapper
  .single-blog
  .content-wrapper
  .date-posted
  .user:after {
  content: "";
  position: absolute;
  left: -8px;
  top: 0px;
  height: 100%;
  width: 1px;
  background: #575757;
}
#blog-wrapper .side-wrapper {
  background: #f7f5f5;
  padding: 15px;
}
#blog-wrapper .side-wrapper h4 {
  margin: 0px;
}
#blog-wrapper .side-wrapper .relate-wrapper {
  display: flex;
  height: 120px;
  margin-top: 15px;
  border: 1px solid rgba(179, 179, 179, 0.3);
  cursor: pointer;
}
#blog-wrapper .side-wrapper .relate-wrapper:hover .image-wrapper img {
  transform: scale(1.2);
}
#blog-wrapper .side-wrapper .relate-wrapper .image-wrapper {
  flex: 2;
  overflow: hidden;
}
#blog-wrapper .side-wrapper .relate-wrapper .image-wrapper img {
  height: 100%;
  width: 100%;
  object-fit: cover;
  transition: 0.5s all;
  transform: scale(1);
}
#blog-wrapper .side-wrapper .relate-wrapper .content-wrapper {
  height: 100%;
  overflow: hidden;
  flex: 3;
  padding: 10px;
  padding-top: 5px;
  position: relative;
}
#blog-wrapper .side-wrapper .relate-wrapper .content-wrapper .user {
  position: absolute;
  bottom: 8px;
  width: 100%;
  font-size: 12px;
  margin: 0px;
}
#blog-wrapper .side-wrapper .relate-wrapper .content-wrapper h5 {
  margin: 0px;
  font-weight: 600;
  font-size: 1.2em;
  line-height: 1.3em;
}
#blog-wrapper .side-wrapper .relate-wrapper .content-wrapper h5 a {
  color: black;
  text-decoration: none;
}

#single-page {
  margin-top: 115px;
  padding-top: 15px;
  background: #f7f5f5;
}
#single-page .main-detail .reporter {
  color: black;
  display: flex;
  align-items: center;
  margin-top: 5px;
  position: relative;
}
#single-page .main-detail .reporter i {
  margin-right: 3px;
}
#single-page .main-detail .reporter .user {
  margin-left: 10px;
  position: relative;
}
#single-page .main-detail .reporter .user:after {
  content: "";
  position: absolute;
  left: -5px;
  top: 0px;
  height: 100%;
  width: 1px;
  background: black;
}
#single-page .main-detail .image-wrapper img {
  object-fit: cover;
  width: 100%;
  max-height: 450px;
}
#single-page .main-detail .image-wrapper h4 {
  font-weight: 100;
  font-size: 1.2em;
  line-height: 1.3em;
  text-align: justify;
}
#single-page .side-wrapper {
  background: #f7f5f5;
  padding: 15px;
}
#single-page .side-wrapper h4 {
  margin: 0px;
}
#single-page .side-wrapper .relate-wrapper {
  display: flex;
  height: 120px;
  margin-top: 15px;
  border: 1px solid rgba(179, 179, 179, 0.3);
  cursor: pointer;
}
#single-page .side-wrapper .relate-wrapper:hover .image-wrapper img {
  transform: scale(1.2);
}
#single-page .side-wrapper .relate-wrapper .image-wrapper {
  flex: 2;
  overflow: hidden;
}
#single-page .side-wrapper .relate-wrapper .image-wrapper img {
  height: 100%;
  width: 100%;
  object-fit: cover;
  transition: 0.5s all;
  transform: scale(1);
}
#single-page .side-wrapper .relate-wrapper .content-wrapper {
  height: 100%;
  overflow: hidden;
  flex: 3;
  padding: 10px;
  padding-top: 5px;
  position: relative;
}
#single-page .side-wrapper .relate-wrapper .content-wrapper .user {
  position: absolute;
  bottom: 8px;
  width: 100%;
  font-size: 12px;
  margin: 0px;
}
#single-page .side-wrapper .relate-wrapper .content-wrapper h5 {
  margin: 0px;
  font-weight: 600;
  font-size: 1.2em;
  line-height: 1.3em;
}
#single-page .side-wrapper .relate-wrapper .content-wrapper h5 a {
  color: black;
  text-decoration: none;
}

#faq-page {
  margin-top: 115px;
  padding-top: 35px;
  background: #f7f5f5;
}
#faq-page .main-title {
  text-align: center;
  margin-bottom: 30px;
}
#faq-page .main-title h4 {
  font-size: 2.4em;
  font-weight: 500;
  position: relative;
  z-index: 999;
}
#faq-page .main-title h4:after {
  content: "F";
  position: absolute;
  font-size: 2.3em;
  color: #e3e3e3;
  z-index: -1;
  left: calc(28%);
  top: -23px;
}
#faq-page .panel {
  margin-top: 0px;
  border-radius: 0px;
}
#faq-page .panel:not(:nth-child(1)) {
  border-top: none;
}
#faq-page .panel .panel-body {
  color: #676e75;
}
#faq-page .panel-heading {
  position: relative;
  background: white;
  padding-left: 40px;
  cursor: pointer;
}
#faq-page .panel-heading:focus {
  background: red !important;
}
#faq-page .panel-heading a:hover {
  text-decoration: none;
}
#faq-page .panel-heading a:focus {
  outline: none;
  text-decoration: none;
}
#faq-page .panel-heading:after {
  content: "\f0ab";
  font-family: "Font Awesome 5 Free";
  color: #818a93;
  font-weight: 900;
  position: absolute;
  left: 0px;
  top: 0px;
  height: 100%;
  width: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: 0.5s all;
}
#faq-page [aria-expanded~="true"]:after {
  transform: rotate(-90deg);
  color: black;
}
#faq-page .tab-content {
  padding: 30px 0px;
}
#faq-page .nav {
  display: flex;
  justify-content: center;
}
#faq-page .nav li a {
  color: black;
  padding: 10px 40px;
  border-radius: 0px;
  border: none;
  z-index: 0;
  position: relative;
  background: #eeeeee;
  transition: 0.5 all;
  box-sizing: content-box;
}
#faq-page .nav li a:before {
  content: "";
  position: absolute;
  height: 100%;
  width: 30px;
  background: #eeeeee;
  top: 0px;
  left: -6px;
  transform: skew(-15deg);
}
#faq-page .nav li a:after {
  content: "";
  position: absolute;
  height: 100%;
  width: 30px;
  background: #eeeeee;
  top: 0px;
  right: -6px;
  transform: skew(15deg);
}
#faq-page .nav li a:hover {
  z-index: 9999;
  box-shadow: 1px 0px 3px rgba(0, 0, 0, 0.4);
}
#faq-page .nav li a:hover:before {
  box-shadow: -3px 0px 2px rgba(167, 167, 167, 0.3);
}
#faq-page .nav li a:hover:after {
  box-shadow: 3px 0px 2px rgba(167, 167, 167, 0.3);
}
#faq-page .nav .active a {
  z-index: 999;
  color: white;
  outline: none;
  padding: 10px 40px;
  background: #2d2d2d;
}
#faq-page .nav .active a:before {
  background: #2d2d2d;
  box-shadow: -3px 0px 3px #0000005e;
}
#faq-page .nav .active a:after {
  background: #2d2d2d;
  box-shadow: 3px 0px 3px #0000005e;
}

#contact-page {
  margin-top: 115px;
  padding: 15px 0px;
  background: #f7f5f5;
}
#contact-page .map-wrapper {
  width: 100%;
  height: 500px;
  background: #333;
}
#contact-page .title-wrapper .title-head h3 {
  margin: 0px;
  font-weight: 800;
  font-size: 2.4em;
}
#contact-page .title-wrapper .title-head h3 span {
  color: #004482;
}
#contact-page .title-wrapper .title-detail h5 {
  font-size: 1.1em;
  font-weight: 100;
  line-height: 1.4em;
  margin-top: 5px;
}
#contact-page .form-wrapper {
  margin-top: 30px;
}
#contact-page .form-wrapper .input-lg {
  margin: 30px 0px;
  border-radius: 0px;
}
#contact-page .form-wrapper button {
  background: #004482;
  color: white;
  border-radius: 0px;
  padding: 15px;
}
#contact-page .office-content-wrapper,
#contact-page .phone-content-wrapper,
#contact-page .email-content-wrapper,
#contact-page .rep-content-wrapper {
  cursor: pointer;
  margin: 45px 0px;
  background: #aed2ff;
  height: 200px;
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  position: relative;
}
#contact-page .office-content-wrapper .social-icon,
#contact-page .phone-content-wrapper .social-icon,
#contact-page .email-content-wrapper .social-icon,
#contact-page .rep-content-wrapper .social-icon {
  display: flex;
}
#contact-page .office-content-wrapper .social-icon a,
#contact-page .phone-content-wrapper .social-icon a,
#contact-page .email-content-wrapper .social-icon a,
#contact-page .rep-content-wrapper .social-icon a {
  margin: 0px 15px;
  background: white;
  height: 30px;
  width: 30px;
  color: #004482 !important;
  font-size: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  box-shadow: 5px 5px 0px #c6c2c2;
}
#contact-page .office-content-wrapper h4,
#contact-page .phone-content-wrapper h4,
#contact-page .email-content-wrapper h4,
#contact-page .rep-content-wrapper h4 {
  margin: 10px 0px;
  color: #004482;
  font-weight: 700;
  font-size: 1.7em;
}
#contact-page .office-content-wrapper h5,
#contact-page .phone-content-wrapper h5,
#contact-page .email-content-wrapper h5,
#contact-page .rep-content-wrapper h5 {
  margin: 0px;
  font-size: 1.2em;
  text-align: center;
  line-height: 1.3em;
}
#contact-page .office-content-wrapper h5:after,
#contact-page .phone-content-wrapper h5:after,
#contact-page .email-content-wrapper h5:after,
#contact-page .rep-content-wrapper h5:after {
  font-family: "Font Awesome 5 Free";
  color: white;
  background: #f27f44;
  font-weight: 900;
  position: absolute;
  left: calc(50% - 40px);
  top: -40px;
  height: 80px;
  width: 80px;
  display: flex;
  justify-content: center;
  align-items: center;
}
#contact-page .office-content-wrapper h5:after {
  content: "\f1ad";
}
#contact-page .phone-content-wrapper h5:after {
  content: "\f095";
  background: #253241;
}
#contact-page .email-content-wrapper h5:after {
  content: "\f0e0";
  background: #f27f44;
}
#contact-page .rep-content-wrapper .social-icon:after {
  content: "\f507";
  background: #253241;
  font-family: "Font Awesome 5 Free";
  color: white;
  background: #f27f44;
  font-weight: 900;
  position: absolute;
  left: calc(50% - 40px);
  top: -40px;
  height: 80px;
  width: 80px;
  display: flex;
  justify-content: center;
  align-items: center;
}

#careers {
  margin-top: 100px;
}
#careers .head-wrapper {
  text-align: center;
}
#careers .head-wrapper h3 {
  color: #333333;
  font-weight: 600;
  font-size: 3.1em;
}
#careers .head-wrapper h5 {
  font-size: 1.5em;
}
#careers .panel-group {
  margin: 30px 0px;
}
#careers .panel-group .panel-heading {
  padding: 23px;
  background: #004482;
  color: white;
  border-radius: 0px;
  cursor: pointer;
  transition: 0.5s all;
}
#careers .panel-group .panel-heading:hover {
  background: #00294f;
}
#careers .panel-group .panel-title {
  display: flex;
  justify-content: space-between;
  font-size: 1.7em;
}
#careers .panel-group .panel-title a {
  text-decoration: none;
}
#careers .panel-group .panel-title span {
  display: flex;
}
#careers .panel-group .panel-title span i {
  margin-right: 15px;
  font-size: 1.3em;
}
#careers .panel-group .panel-title span p {
  margin: 0px;
}
#careers .panel-group .panel-body .title {
  margin-top: 10px;
  color: #f27f44;
  border-bottom: 1px solid #7b797a;
  font-size: 2.3em;
  padding-bottom: 10px;
  font-weight: 400;
}
#careers .panel-group .panel-body .sub {
  font-size: 1.3em;
  margin-bottom: 20px;
  font-weight: 300;
  line-height: 1.4;
}
#careers .panel-group .panel-body .cus-btn {
  background: #025577;
  color: white;
  border-radius: 0px;
  padding: 10px 30px;
  margin-top: 20px;
}
#careers .panel-group .panel-body .list-group {
  margin: 30px 0px;
}

#about-page {
  margin-top: 95px;
  padding-top: 35px;
  background: #f7f5f5;
}
#about-page .main-title {
  text-align: center;
  margin-bottom: 30px;
}
#about-page .main-title h4 {
  font-size: 2.4em;
  font-weight: 500;
  position: relative;
  z-index: 999;
}
#about-page .main-title h4:after {
  content: "W";
  position: absolute;
  font-size: 2.3em;
  color: #e3e3e3;
  z-index: -1;
  left: calc(37% - 5px);
  top: -23px;
}
#about-page .content-list-1 {
  margin: 30px 0px;
}
#about-page .content-list-2 {
  margin: 30px 0px;
}
#about-page .about-content {
  height: 300px;
  display: flex;
  width: 100%;
  justify-content: center;
  align-items: center;
}
#about-page .about-content h5 {
  font-weight: 200;
  font-size: 1.3em;
  line-height: 1.3;
}
#about-page .image-wrapper {
  height: 300px;
  width: 100%;
}
#about-page .image-wrapper img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}

#gallery-page {
  margin-top: 95px;
  padding-top: 35px;
  background: #f7f5f5;
  /*   Before&After   */
  /*   Hover   */
}
#gallery-page .main-title {
  text-align: center;
  margin-bottom: 30px;
}
#gallery-page .main-title h4 {
  font-size: 2.4em;
  font-weight: 500;
  position: relative;
  z-index: 999;
}
#gallery-page .main-title h4:after {
  content: "G";
  position: absolute;
  font-size: 2.3em;
  color: #e3e3e3;
  z-index: -1;
  left: 43%;
  top: -25px;
}
#gallery-page .snip {
  background-color: #fff;
  color: #ffffff;
  display: inline-block;
  font-size: 16px;
  width: 100%;
  height: 250px;
  overflow: hidden;
  position: relative;
  text-align: left;
  width: 100%;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  margin: 15px 0px;
}
#gallery-page .snip img {
  backface-visibility: hidden;
  width: 100%;
  vertical-align: top;
  object-fit: cover;
  height: 100%;
}
#gallery-page .snip figcaption {
  position: absolute;
  top: 0px;
  bottom: 0px;
  left: 0px;
  right: 0px;
  z-index: 1;
  bottom: 0;
  height: 100%;
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-start;
  padding-left: 15px;
  padding-bottom: 15px;
  padding-right: 45px;
}
#gallery-page .snip h3,
#gallery-page .snip p {
  margin: 0;
  opacity: 0;
  letter-spacing: 1px;
}
#gallery-page .snip h3 {
  font-size: 26px;
  font-weight: 700;
  line-height: 1em;
  text-transform: uppercase;
  color: white;
}
#gallery-page .snip p {
  font-size: 14px;
  color: white;
}
#gallery-page .snip a {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1;
}
#gallery-page .snip *,
#gallery-page .snip *:before,
#gallery-page .snip *:after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all 0.45s ease;
  transition: all 0.45s ease;
}
#gallery-page .snip:before {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  content: "";
  background-color: #738a9f;
  opacity: 0.5;
  -webkit-transition: all 0.45s ease;
  transition: all 0.45s ease;
}
#gallery-page .snip:before {
  -webkit-transform: skew(30deg) translateX(-80%);
  transform: skew(30deg) translateX(-80%);
}
#gallery-page .snip figcaption:before {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: #004482;
  box-shadow: 0 0 50px 10px rgba(0, 0, 0, 0.5);
  content: "";
  opacity: 0.8;
  z-index: -1;
}
#gallery-page .snip figcaption:before {
  -webkit-transform: skew(30deg) translateX(-100%);
  transform: skew(30deg) translateX(-100%);
}
#gallery-page .snip:hover h3,
#gallery-page .snip.hover h3,
#gallery-page .snip:hover p,
#gallery-page .snip.hover p {
  -webkit-transform: translateY(0);
  transform: translateY(0);
  opacity: 0.9;
  -webkit-transition-delay: 0.2s;
  transition-delay: 0.2s;
}
#gallery-page .snip:hover:before,
#gallery-page .snip.hover:before {
  -webkit-transform: skew(30deg) translateX(-20%);
  transform: skew(30deg) translateX(-20%);
  -webkit-transition-delay: 0.05s;
  transition-delay: 0.05s;
}
#gallery-page .snip:hover:after,
#gallery-page .snip.hover:after {
  -webkit-transform: skew(-30deg) translateX(-10%);
  transform: skew(-30deg) translateX(-10%);
}
#gallery-page .snip:hover figcaption:before,
#gallery-page .snip.hover figcaption:before {
  -webkit-transform: skew(30deg) translateX(-40%);
  transform: skew(30deg) translateX(-40%);
  -webkit-transition-delay: 0.15s;
  transition-delay: 0.15s;
}
#gallery-page .snip:hover figcaption:after,
#gallery-page .snip.hover figcaption:after {
  -webkit-transform: skew(-30deg) translateX(-30%);
  transform: skew(-30deg) translateX(-30%);
  -webkit-transition-delay: 0.1s;
  transition-delay: 0.1s;
}

#testimonial-page {
  margin-top: 110px;
}
#testimonial-page .main-title {
  text-align: center;
  margin-bottom: 30px;
}
#testimonial-page .main-title h4 {
  font-size: 2.4em;
  font-weight: 500;
  position: relative;
  z-index: 999;
}
#testimonial-page .main-title h4:after {
  content: "T";
  position: absolute;
  font-size: 2.3em;
  color: #e3e3e3;
  z-index: -1;
  left: 40%;
  top: -25px;
}
#testimonial-page .single-card {
  padding: 30px 15px;
}
#testimonial-page .card {
  position: relative;
  cursor: pointer;
  margin: 0 auto;
  background: #ddd;
  padding: 20px;
  box-sizing: border-box;
  text-align: center;
  overflow: hidden;
  box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.5);
}
#testimonial-page .card .layer {
  position: absolute;
  clip-path: circle(0% at 50% 50%);
  top: 0px;
  width: 100%;
  height: 100%;
  left: 0;
  background: #004482;
  z-index: 1;
  transition: 0.5s;
}
#testimonial-page .card .star {
  display: flex;
  justify-content: center;
  padding: 10px 0px;
  transition: 0.5s all;
}
#testimonial-page .card .star i {
  color: #f27f44;
}
#testimonial-page .card:hover .layer {
  top: 0;
  clip-path: circle(80% at 50% 50%);
}
#testimonial-page .card:hover .content p,
#testimonial-page .card:hover .content h2 {
  color: white;
}
#testimonial-page .card:hover .content .details h2 {
  color: white;
}
#testimonial-page .card:hover .content .details h2 span {
  color: #fff;
}
#testimonial-page .card:hover .star i {
  color: gold;
}
#testimonial-page .card .content {
  position: relative;
  z-index: 2;
}
#testimonial-page .card .content p {
  font-size: 18px;
  line-height: 24px;
  color: #393939;
  transition: 0.5s;
}
#testimonial-page .card .content .image {
  width: 100%;
  border-radius: 50%;
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
}
#testimonial-page .card .content .image img {
  height: 100px;
  width: 100px;
  border-radius: 50%;
  overflow: hidden;
}
#testimonial-page .card .content .details h2 {
  font-size: 15px;
  color: #393939;
  transition: 0.5s;
}
#testimonial-page .card .content .details h2 span {
  color: #03a9f4;
  font-size: 12px;
  transition: 0.5s;
}

#single-page-all {
  padding: 10px;
  background: #f7f5f5;
  margin-top: 100px;
  padding: 30px 0px;
  font-family: "Poppins", sans-serif;
}
#single-page-all * {
  outline: none !important;
}
#single-page-all .main-images-wrapper {
  margin-bottom: 15px;
}
#single-page-all .main-images-wrapper .images {
  height: 100%;
}
#single-page-all .main-images-wrapper .images img {
  height: 350px;
  width: 100%;
  object-fit: cover;
}
#single-page-all .sub-images-wrapper .images {
  height: 100%;
  padding: 10px;
}
#single-page-all .sub-images-wrapper .images.slick-slide.slick-current {
  opacity: 1;
}
#single-page-all .sub-images-wrapper .images.slick-slide {
  opacity: 0.6;
}
#single-page-all .sub-images-wrapper .images img {
  border: 3px solid #ddd;
  height: 150px;
  width: 100%;
  object-fit: cover;
}
#single-page-all .all-wrapper {
  padding: 10px;
  background: white;
}
#single-page-all .all-wrapper .header {
  margin-bottom: 20px;
  color: #37404d;
}
#single-page-all .spec-wrapper {
  padding: 10px;
  background: white;
}
#single-page-all .list-group {
  border-radius: 0px;
  box-shadow: none;
}
#single-page-all .list-group .list-group-item {
  border-left: none;
  border-right: none;
  border-radius: 0px;
  box-shadow: none;
  display: flex;
  justify-content: space-between;
  border-bottom: 1px dotted #ddd !important;
}
#single-page-all .list-group .list-group-item:nth-child(1) {
  border-top: none;
}
#single-page-all .page-header {
  margin: 0px;
  border-bottom: none;
}
#single-page-all .page-header h3 {
  margin: 0px;
}

#newsletter {
  background: #004482;
}
#newsletter .subscribe-detail {
  height: 200px;
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
}
#newsletter .subscribe-detail .subscribe-head {
  color: white;
  font-family: "Poppins", sans-serif;
  font-weight: 800;
  letter-spacing: 2px;
  margin: 0px 0px 0px 0px;
}
#newsletter .subscribe-detail .subsdetail {
  color: white;
  font-family: "Poppins", sans-serif;
  font-weight: 300;
  font-size: 17px;
}
#newsletter .input-btn-wrapper {
  height: 200px;
  display: flex;
  justify-content: center;
  align-items: center;
}
#newsletter .input-btn-wrapper input {
  width: 60%;
  border-top-right-radius: 0px !important;
  border-bottom-right-radius: 0px !important;
  border-top-left-radius: 20px;
  border-bottom-left-radius: 20px;
}
#newsletter .input-btn-wrapper button {
  border-top-left-radius: 0px !important;
  border-bottom-left-radius: 0px !important;
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
}

/*# sourceMappingURL=style.css.map */
