@charset "UTF-8";
/*-----------------------------------------------------------------------------------

    Template Name: Visim -Immigration & Visa Consulting HTML5 Template
    Author: Creativgigs
    Version: 1.0

-----------------------------------------------------------------------------------

    CSS INDEX
    ===================

    01. Theme default CSS
	02. variables
    03. mixins
    04. common
    05. overlay
    06. header
    07. breadcrumb 
    08. mobile-menu
    09. typography
    10. search
    11. custom-animation
    12. wow-animation
    13. btn
    14. slider-nav
    15. faq
    16. feature
    17. widget
    18. cart
    19. shop
    20. theme-banner§
    21. section-title
    22. element
    23. service
    24. portfolio
    25. contact
    26. feedback
    27. team
    28. blog
    29. course
    30. course
    31. footer

-----------------------------------------------------------------------------------*/
/* 1. Theme default css */
@import url("https://fonts.googleapis.com/css2?family=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,300;1,400;1,700;1,900&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");
html::-webkit-scrollbar,
body::-webkit-scrollbar {
  width: 5px;
}
html::-moz-scrollbar,
body::-moz-scrollbar {
  width: 5px;
}
html::-ms-scrollbar,
body::-ms-scrollbar {
  width: 5px;
}
html::-webkit-scrollbar-track,
body::-webkit-scrollbar-track {
  background: #c1c1c1;
}
html::-moz-scrollbar-track,
body::-moz-scrollbar-track {
  background: #c1c1c1;
}
html::-webkit-scrollbar-thumb,
body::-webkit-scrollbar-thumb {
  background-color: #FFC800;
  outline: none;
}
html::-moz-scrollbar-thumb,
body::-moz-scrollbar-thumb {
  background-color: #FFC800;
  outline: none;
}
html::-webkit-scrollbar-thumb:active,
body::-webkit-scrollbar-thumb:active {
  background: #212529;
}
html::-moz-scrollbar-thumb:active,
body::-moz-scrollbar-thumb:active {
  background: #212529;
}

.slick-track > [class*=col] {
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 100%;
  max-width: 100%;
  padding-right: calc(var(--bs-gutter-x) / 2);
  padding-left: calc(var(--bs-gutter-x) / 2);
  margin-top: var(--bs-gutter-y);
}

body {
  font-family: "Lato", sans-serif;
  font-size: 18px;
  line-height: 34px;
  font-weight: 400;
  font-style: normal;
  color: rgba(0, 0, 0, 0.7);
}

.main-page-wrapper {
  overflow-x: hidden;
}

.fix {
  overflow: hidden;
}

a,
.button {
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -ms-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

a:focus,
.button:focus {
  text-decoration: none;
  outline: none;
}

a:focus,
a:hover {
  color: inherit;
  text-decoration: none;
}

a,
button {
  color: inherit;
  outline: medium none;
  text-decoration: none;
}

button:focus,
input:focus,
input:focus,
textarea,
textarea:focus {
  outline: 0;
}

.uppercase {
  text-transform: uppercase;
}

.capitalize {
  text-transform: capitalize;
}

h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5,
h6,
.h6 {
  font-family: "Poppins", sans-serif;
  color: #212529;
  line-height: 1.2;
  font-style: normal;
  font-weight: 600;
  text-transform: normal;
  letter-spacing: -1.44px;
}

h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
  color: inherit;
  text-decoration: none;
}

h1 {
  font-size: 40px;
}

h2 {
  font-size: 35px;
}

h3 {
  font-size: 28px;
}

h4 {
  font-size: 22px;
}

h5 {
  font-size: 18px;
}

h6 {
  font-size: 16px;
}

.list-none {
  margin: 0px;
  padding: 0px;
}

p {
  font-size: 18px;
  font-weight: 400;
  line-height: 32px;
  font-family: "Lato", sans-serif;
  color: rgba(0, 0, 0, 0.7);
  margin-bottom: 15px;
}

hr {
  border-bottom: 1px solid rgab(#ffffff, 0.1);
  border-top: 0 none;
  margin: 30px 0;
  padding: 0;
}

label {
  cursor: pointer;
  font-size: 14px;
  font-weight: 400;
}

*::-moz-selection {
  background: #000;
  color: #ffffff;
  text-shadow: none;
}

::-moz-selection {
  background: #000;
  color: #ffffff;
  text-shadow: none;
}

::selection {
  background: #000;
  color: #ffffff;
  text-shadow: none;
}

/*--
    - Input Placeholder
-----------------------------------------*/
*::-moz-placeholder {
  color: #000;
  font-size: 14px;
  opacity: 1;
}

*::placeholder {
  color: #000;
  font-size: 14px;
  opacity: 1;
}

/*--
    - Common Classes
-----------------------------------------*/
.fix {
  overflow: hidden;
}

.clear {
  clear: both;
}

.overlay-bg {
  position: relative;
  z-index: 2;
}
.overlay-bg::before {
  content: "";
  position: absolute;
  z-index: -1;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

.background-image {
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

.popup-video {
  color: #ffffff;
  border-radius: 50%;
  background: #FFE149;
  border-radius: 50%;
  font-size: 20px;
  line-height: 90px;
  display: inline-block;
  width: 90px;
  height: 90px;
  text-align: center;
  -webkit-transition: all 0.4s ease-out 0s;
  -moz-transition: all 0.4s ease-out 0s;
  -ms-transition: all 0.4s ease-out 0s;
  -o-transition: all 0.4s ease-out 0s;
  transition: all 0.4s ease-out 0s;
  position: relative;
  z-index: 1;
  animation: pulseBig infinite 5s linear;
}
.popup-video:hover {
  color: #ffffff;
  background: #FFC800;
}

.custom-container-1600 {
  padding-left: 145px;
  padding-right: 145px;
}
@media only screen and (max-width: 1800px) {
  .custom-container-1600 {
    padding-left: 0;
    padding-right: 0;
  }
}

.ctn-preloader {
  height: 100%;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  z-index: 999999;
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
.ctn-preloader .icon {
  animation: rotated 8s infinite linear;
}
.ctn-preloader .txt-loading {
  user-select: none;
  margin-top: 30px;
}
.ctn-preloader .txt-loading .letters-loading {
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  letter-spacing: 8px;
  display: inline-block;
  color: rgba(33, 37, 41, 0.12);
  position: relative;
  font-size: 50px;
  line-height: 30px;
}
.ctn-preloader .txt-loading .letters-loading::before {
  animation: letters-loading 4s infinite;
  color: #212529;
  content: attr(data-text-preloader);
  left: 0;
  opacity: 0;
  top: 0;
  line-height: 30px;
  position: absolute;
}
.ctn-preloader .txt-loading .letters-loading:nth-child(2):before {
  animation-delay: 0.2s;
}
.ctn-preloader .txt-loading .letters-loading:nth-child(3):before {
  animation-delay: 0.4s;
}
.ctn-preloader .txt-loading .letters-loading:nth-child(4):before {
  animation-delay: 0.6s;
}
.ctn-preloader .txt-loading .letters-loading:nth-child(5):before {
  animation-delay: 0.8s;
}
.ctn-preloader .txt-loading .letters-loading:nth-child(6):before {
  animation-delay: 1s;
}
.ctn-preloader .txt-loading .letters-loading:nth-child(7):before {
  animation-delay: 1.2s;
}
.ctn-preloader .txt-loading .letters-loading:nth-child(8):before {
  animation-delay: 1.4s;
}

@keyframes spinner {
  to {
    transform: rotateZ(360deg);
  }
}
@keyframes letters-loading {
  0%, 75%, 100% {
    opacity: 0;
    transform: rotateY(-90deg);
  }
  25%, 50% {
    opacity: 1;
    transform: rotateY(0deg);
  }
}
#scrollToTopBtn {
  font-size: 18px;
  display: inline-block;
  background: #FFC800;
  position: fixed;
  width: 35px;
  height: 35px;
  right: 7px;
  bottom: 7px;
  border-radius: 6px;
  line-height: 35px;
  text-align: center;
  transition: background-color 0.3s, opacity 0.5s, visibility 0.5s;
  opacity: 0;
  visibility: hidden;
  z-index: 1000;
}

#scrollToTopBtn i {
  color: #181818;
}

#scrollToTopBtn:hover {
  cursor: pointer;
  background-color: #333;
}
#scrollToTopBtn:hover i {
  color: #fff;
}

#scrollToTopBtn.show {
  opacity: 1;
  visibility: visible;
}

/*--
    - Overlay
------------------------------------------*/
.overlay-soft {
  position: relative;
  z-index: 1;
}
.overlay-soft::after {
  content: "";
  position: absolute;
  background: rgba(0, 0, 0, 0.2);
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
  z-index: -1;
}

[data-overlay] {
  position: relative;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}
[data-overlay]::before {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  content: "";
}

/*-- Overlay Color --*/
[data-overlay=light]::before {
  background-color: #ffffff;
}

[data-overlay=dark]::before {
  background-color: #FFC800;
}

/*-- Overlay Opacity --*/
[data-opacity="1"]::before {
  opacity: 0.1;
}

[data-opacity="2"]::before {
  opacity: 0.2;
}

[data-opacity="3"]::before {
  opacity: 0.3;
}

[data-opacity="4"]::before {
  opacity: 0.4;
}

[data-opacity="5"]::before {
  opacity: 0.5;
}

[data-opacity="6"]::before {
  opacity: 0.6;
}

[data-opacity="7"]::before {
  opacity: 0.7;
}

[data-opacity="8"]::before {
  opacity: 0.8;
}

[data-opacity="9"]::before {
  opacity: 0.9;
}

.main-header-area {
  position: relative;
  width: 100%;
  left: 0;
  z-index: 999;
}

.offset-sidebar {
  display: block;
  margin-top: 30px;
}

.theme-main-menu .bs-btn {
  color: #ffffff;
  font-size: 18px;
  font-weight: 600;
  border-radius: 30px;
  font-family: "Poppins", sans-serif;
  line-height: 1;
  background: #FFC800;
  display: inline-block;
  padding: 20px 47px 20px 47px;
}
.theme-main-menu .bs-btn:hover {
  background: #00095E;
}
.theme-main-menu .ht-promo,
.theme-main-menu .ht-phone,
.theme-main-menu .ht-email {
  color: #212529;
  font-size: 18px;
  font-family: "Lato", sans-serif;
  font-weight: 400;
  padding-right: 10px;
  margin-right: 10px;
  display: inline-block;
  position: relative;
  z-index: 1;
}
.theme-main-menu .ht-promo {
  font-family: "Poppins", sans-serif;
}
.theme-main-menu .ht-promo span {
  color: rgba(0, 0, 0, 0.6);
}
.theme-main-menu .hamburger-menu {
  width: 60px;
  height: 60px;
  border: 1.5px solid rgb(0, 0, 0);
  border-radius: 100%;
  margin-left: 20px;
  display: flex;
  align-items: center;
  cursor: pointer;
  justify-content: center;
  -webkit-transition: all 0.3s linear 0s;
  -moz-transition: all 0.3s linear 0s;
  -o-transition: all 0.3s linear 0s;
  transition: all 0.3s linear 0s;
}
.theme-main-menu .hamburger-menu .bar-wrap {
  display: flex;
  align-items: flex-end;
  flex-direction: column;
  gap: 5px;
}
.theme-main-menu .hamburger-menu .bar-wrap .bar-1 {
  width: 20px;
  height: 2px;
  background: #212529;
  border-radius: 50px;
}
.theme-main-menu .hamburger-menu .bar-wrap .bar-2 {
  width: 16px;
  height: 2px;
  background: #212529;
  border-radius: 50px;
}
.theme-main-menu .hamburger-menu .bar-wrap .bar-3 {
  width: 20px;
  height: 2px;
  background: #212529;
  border-radius: 50px;
}
.theme-main-menu .hamburger-menu:hover {
  background: #FFC800;
  color: #ffffff;
}
@media only screen and (max-width: 767.98px) {
  .theme-main-menu .hamburger-menu {
    width: 50px;
    height: 50px;
  }
  .theme-main-menu .hamburger-menu .bar-wrap .bar-1 {
    width: 16px;
  }
  .theme-main-menu .hamburger-menu .bar-wrap .bar-2 {
    width: 12px;
  }
  .theme-main-menu .hamburger-menu .bar-wrap .bar-3 {
    width: 16px;
  }
}

.header-social a {
  display: inline-block;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  color: #ffffff;
  font-size: 20px;
  text-align: center;
  line-height: 50px;
  border: 1px solid #ffffff;
  margin: 0 5px;
}
.header-social a:hover {
  color: #ffffff;
  background: #00095E;
  border-color: #00095E;
}

.header-social-links a {
  color: #212529;
  font-size: 18px;
  font-weight: 400;
  font-family: "Lato", sans-serif;
  display: inline-block;
  padding-right: 8px;
  margin-right: 8px;
  position: relative;
  z-index: 1;
}
.header-social-links a:last-child {
  margin-right: 0;
  padding-right: 0;
}
.header-social-links a:last-child::after {
  display: none;
}
.header-social-links a::after {
  content: "";
  position: relative;
  z-index: 1;
  display: inline-block;
  width: 10px;
  height: 1px;
  background: #212529;
  right: -27%;
  top: 0;
  transform: translateY(-5px);
}
.header-social-links a:hover {
  color: #FFC800;
}

.main-menu {
  position: relative;
  z-index: 11;
}
.main-menu ul {
  padding: 0;
  margin: 0;
}
.main-menu ul li {
  list-style: none;
  position: relative;
  z-index: 1;
  display: inline-block;
  margin: 0 26px 0 26px;
}
@media only screen and (max-width: 1600px) {
  .main-menu ul li {
    margin: 0 28px 0 0;
  }
}
.main-menu ul li:last-child {
  margin-right: 0;
}
.main-menu ul li:last-child a {
  margin-right: 0;
}
.main-menu ul li:last-child a::before {
  display: none;
}
.main-menu ul li.active {
  color: #212529;
}
.main-menu ul li.active a {
  color: #212529;
}
.main-menu ul li a {
  color: #212529;
  font-family: "Lato", sans-serif;
  font-size: 20px;
  font-weight: 500;
  line-height: 1;
  display: inline-block;
  position: relative;
  padding: 19px 0 20px 0;
}
.main-menu ul li a::before {
  content: "\f282";
  font-family: "bootstrap-icons";
  font-weight: 700;
  position: absolute;
  font-size: 16px;
  right: -18px;
  top: 22px;
  z-index: 1;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -ms-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .main-menu ul li a::before {
    display: none;
  }
}
.main-menu ul li a::after {
  display: none;
}
.main-menu ul li a:hover {
  color: #FFC800;
}
.main-menu ul li a i {
  font-size: 10px;
}
.main-menu ul li:hover > a {
  color: #FFC800;
}
.main-menu ul li ul.sub-menu {
  border: 0;
  position: absolute;
  z-index: 5;
  background: #ffffff;
  border-radius: 0;
  display: block;
  right: 0;
  left: 0;
  padding: 0;
  top: 100%;
  visibility: hidden;
  transform: scaleY(0);
  opacity: 0;
  min-width: 170px;
  box-shadow: 0px 30px 70px 0px rgba(0, 0, 0, 0.05);
  margin: 0;
  transform-origin: 0 0;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.main-menu ul li ul.sub-menu.mega-menu {
  min-width: 600px;
}
.main-menu ul li ul.sub-menu li {
  display: block;
  position: relative;
  z-index: 1;
  margin-right: 0;
  margin-left: 0;
}
.main-menu ul li ul.sub-menu li ul.sub-menu {
  position: absolute;
  right: 0;
  left: 100%;
  top: 0;
}
.main-menu ul li ul.sub-menu li a {
  color: #212529;
  font-size: 16px;
  font-family: "Lato", sans-serif;
  font-weight: 500;
  padding: 14px 25px;
  display: block;
  transition: all 0.3s ease-in-out;
  width: 100%;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -ms-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.main-menu ul li ul.sub-menu li a::before {
  display: none;
}
.main-menu ul li ul.sub-menu li a .sub-menu-arrow {
  float: right;
}
.main-menu ul li ul.sub-menu li a.active {
  background-color: transparent;
}
.main-menu ul li ul.sub-menu li a:hover {
  background-color: transparent;
  transform: translateX(5px);
  text-decoration: underline;
}
.main-menu ul li:hover > .sub-menu {
  opacity: 1;
  visibility: visible;
  transform: scale(1);
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
}

.sticky-menu {
  position: fixed;
  background: #ffffff;
  top: 0;
  animation: 300ms ease-in-out 0s normal none 1 running fadeInDown;
  -webkit-transition: all 0.4s ease 0s;
  -moz-transition: all 0.4s ease 0s;
  -ms-transition: all 0.4s ease 0s;
  -o-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
  box-shadow: 0 0 10px 3px rgba(0, 0, 0, 0.05);
  padding-top: 0;
  padding-bottom: 0;
}

.search-area {
  margin-right: 15px;
}
.search-area .search-input {
  border-color: #ffffff;
  background: #ffffff;
}
.search-area .search-input:hover {
  color: #212529;
  background: #FFC800;
}
@media only screen and (max-width: 767.98px) {
  .search-area .search-input {
    width: 50px;
    height: 50px;
    line-height: 50px;
  }
}

.theme-menu-one {
  position: relative;
  z-index: 999;
}
.theme-menu-one .ht-promo,
.theme-menu-one .ht-email,
.theme-menu-one .ht-phone {
  margin-right: 0;
  padding-right: 0;
}
.theme-menu-one .header-top {
  background: #E3F2FD;
  padding-top: 8px;
  padding-bottom: 8px;
  padding-left: 185px;
  padding-right: 185px;
  position: relative;
  z-index: 1010;
}
.theme-menu-one .header-top ul.topbar-content {
  padding: 0;
  margin: 0;
  list-style: none;
  gap: 69px;
}
.theme-menu-one .header-top ul.topbar-content li {
  position: relative;
  z-index: 1;
}
.theme-menu-one .header-top ul.topbar-content li:last-child::before {
  display: none;
}
.theme-menu-one .header-top ul.topbar-content li::before {
  content: "";
  position: absolute;
  top: 7px;
  right: 0;
  background: #212529;
  width: 1px;
  height: 20px;
}
.theme-menu-one .header-top ul.topbar-content li:first-child::before {
  right: -31%;
}
.theme-menu-one .header-top ul.topbar-content li:nth-child(2)::before {
  right: -25%;
}
.theme-menu-one .header-top ul.topbar-content li:nth-child(3)::before {
  right: -27%;
}
.theme-menu-one .header-top ul.topbar-content li:nth-child(4)::before {
  right: -45%;
}
.theme-menu-one .main-header-area {
  padding: 20px 185px;
  position: absolute;
}
.theme-menu-one .main-header-area::before {
  content: "";
  position: absolute;
  width: 90%;
  right: 0;
  top: 0;
  height: 100px;
  z-index: -1;
  background: #ffffff;
  border-radius: 0 0 0 50px;
}
.theme-menu-one .main-header-area .logo-area {
  padding-left: 42px;
}
.theme-menu-one .main-header-area.sticky-menu {
  position: fixed;
}
.theme-menu-one .main-header-area.sticky-menu::before {
  display: none;
}
.theme-menu-one .sticky-menu {
  padding-top: 10px;
  padding-bottom: 10px;
}
.theme-menu-one .select-language select {
  border: 0;
  background: transparent;
}
.theme-menu-one .select-language .icon {
  color: #212529;
}
.theme-menu-one .select-language .form-select {
  color: #212529;
  font-size: 18px;
  font-weight: 500;
}
.theme-menu-one .select-language::after {
  color: #212529;
}
.theme-menu-one .search-area .search-input {
  color: #212529;
  border-color: #D6D9DD;
  background: transparent;
}
.theme-menu-one .search-area .search-input:hover {
  color: #ffffff;
  background: #FFC800;
  border-color: #FFC800;
}
.theme-menu-one .cart-menu .shopping-cart:hover {
  color: #ffffff;
  background: #FFC800;
  border-color: #FFC800;
}
.theme-menu-one .main-menu ul li a {
  color: #000;
}
.theme-menu-one .hamburger-menu {
  border-color: #FFC800;
  background: #FFC800;
}
.theme-menu-one .hamburger-menu .bar-wrap .bar-1,
.theme-menu-one .hamburger-menu .bar-wrap .bar-2,
.theme-menu-one .hamburger-menu .bar-wrap .bar-3 {
  background: #ffffff;
}
.theme-menu-one .hamburger-menu:hover {
  background: #00095E;
  border-color: #00095E;
}
.theme-menu-one .call-btn .icon {
  color: #212529;
  font-size: 22px;
  width: 60px;
  height: 60px;
  display: inline-block;
  border-radius: 50%;
  border: 1.5px solid #D6D9DD;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.theme-menu-one .call-btn a {
  font-size: 20px;
  font-weight: 700;
  font-family: "Lato", sans-serif;
  line-height: 1;
}
@media only screen and (max-width: 1800px) {
  .theme-menu-one .header-top {
    padding-left: 0;
    padding-right: 0;
  }
  .theme-menu-one .main-header-area {
    padding-left: 0;
    padding-right: 0;
  }
  .theme-menu-one .main-header-area::before {
    width: 100%;
  }
  .theme-menu-one .main-header-area .logo-area {
    padding-left: 0;
  }
}
@media only screen and (max-width: 1200px) {
  .theme-menu-one .logo-area img {
    width: 80%;
  }
}
@media only screen and (max-width: 767.98px) {
  .theme-menu-one .logo-area img {
    width: 100%;
  }
}

.theme-menu-two {
  background: transparent;
  position: relative;
  top: 0;
  width: 100%;
  z-index: 999;
}
.theme-menu-two .header-top {
  position: relative;
  z-index: 50;
}
.theme-menu-two .topbar-content {
  padding-top: 5px;
  padding-bottom: 5px;
}
.theme-menu-two .cart-menu .shopping-cart {
  color: #000;
  background: white;
  border: 1.5px solid #ffffff;
}
.theme-menu-two .cart-menu .shopping-cart span {
  background: #00095E;
}
.theme-menu-two .cart-menu .shopping-cart:hover {
  color: #ffffff;
  background: #00095E;
  border-color: #00095E;
}
.theme-menu-two .hamburger-menu {
  background: #ffffff;
  border-color: #ffffff;
}
.theme-menu-two .hamburger-menu .bar-wrap .bar-1,
.theme-menu-two .hamburger-menu .bar-wrap .bar-2,
.theme-menu-two .hamburger-menu .bar-wrap .bar-3 {
  background: #000;
}
.theme-menu-two .search-area .search-input {
  border-color: #ffffff;
}
.theme-menu-two .search-area .search-input:hover {
  color: #ffffff;
  border-color: #00095E;
  background: #00095E;
}
.theme-menu-two .bs-btn {
  background: #00095E;
}
.theme-menu-two .bs-btn:hover {
  color: #212529;
  background: #ffffff;
}
.theme-menu-two .logo {
  display: inline-block;
  visibility: visible;
  -webkit-transition: all 0.4s ease 0s;
  -moz-transition: all 0.4s ease 0s;
  -ms-transition: all 0.4s ease 0s;
  -o-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
}
.theme-menu-two .sticky-logo {
  display: none;
  visibility: hidden;
  -webkit-transition: all 0.4s ease 0s;
  -moz-transition: all 0.4s ease 0s;
  -ms-transition: all 0.4s ease 0s;
  -o-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
}
.theme-menu-two .main-header-area {
  padding: 28px 30px 28px 30px;
  background: #FFC800;
  border-radius: 0 0 60px 60px;
  max-width: 1520px;
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
  z-index: 10;
}
.theme-menu-two .main-header-area.sticky-menu {
  position: fixed;
  padding-top: 10px;
  padding-bottom: 10px;
}
.theme-menu-two .main-header-area.sticky-menu .logo {
  display: none;
  visibility: hidden;
  -webkit-transition: all 0.4s ease 0s;
  -moz-transition: all 0.4s ease 0s;
  -ms-transition: all 0.4s ease 0s;
  -o-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
}
.theme-menu-two .main-header-area.sticky-menu .sticky-logo {
  display: inline-block;
  visibility: visible;
  -webkit-transition: all 0.4s ease 0s;
  -moz-transition: all 0.4s ease 0s;
  -ms-transition: all 0.4s ease 0s;
  -o-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
}
.theme-menu-two .main-menu ul li a {
  color: #ffffff;
}
.theme-menu-two .main-menu ul li ul.sub-menu li a {
  font-family: "Lato", sans-serif;
}
@media only screen and (max-width: 1600px) {
  .theme-menu-two .topbar,
  .theme-menu-two .main-header-area {
    padding: 15px 15px;
  }
}
@media only screen and (max-width: 767.98px) {
  .theme-menu-two .logo-area img {
    max-width: 100%;
  }
}

.theme-menu-three {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
  z-index: 999;
}
.theme-menu-three .search-area .search-input {
  background: transparent;
}
.theme-menu-three .search-area .search-input:hover {
  color: #000;
  border-color: #FFC800;
}
.theme-menu-three .cart-menu .shopping-cart {
  color: #000;
  border-color: #ffffff;
  background: #ffffff;
}
.theme-menu-three .cart-menu .shopping-cart:hover {
  color: #ffffff;
  border-color: #00095E;
  background: #00095E;
}
.theme-menu-three .cart-menu .shopping-cart span {
  background: #00095E;
}
.theme-menu-three .logo {
  display: inline-block;
  visibility: visible;
  -webkit-transition: all 0.4s ease 0s;
  -moz-transition: all 0.4s ease 0s;
  -ms-transition: all 0.4s ease 0s;
  -o-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
}
.theme-menu-three .sticky-logo {
  display: none;
  visibility: hidden;
  -webkit-transition: all 0.4s ease 0s;
  -moz-transition: all 0.4s ease 0s;
  -ms-transition: all 0.4s ease 0s;
  -o-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
}
.theme-menu-three .select-language::after {
  color: #000;
  font-size: 17px;
  right: 4px;
}
.theme-menu-three .select-language .form-select {
  color: #000;
  font-size: 20px;
  font-weight: 500;
}
.theme-menu-three .hamburger-menu {
  border-color: #ffffff;
  background: #ffffff;
}
.theme-menu-three .main-header-area {
  background: transparent;
  padding-top: 30px;
  padding-bottom: 30px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}
.theme-menu-three .main-header-area.sticky-menu {
  background: #ffffff;
  padding-top: 10px;
  padding-bottom: 10px;
  border: 0;
  margin-top: 0;
}
.theme-menu-three .main-header-area.sticky-menu .hamburger-menu {
  border-color: #00095E;
  background: #00095E;
}
.theme-menu-three .main-header-area.sticky-menu .hamburger-menu .bar-wrap .bar-1,
.theme-menu-three .main-header-area.sticky-menu .hamburger-menu .bar-wrap .bar-2,
.theme-menu-three .main-header-area.sticky-menu .hamburger-menu .bar-wrap .bar-3 {
  background: #ffffff;
}
.theme-menu-three .main-header-area.sticky-menu .header-social a {
  color: #00095E;
  border-color: #00095E;
}
.theme-menu-three .main-header-area.sticky-menu .header-social a:hover {
  color: #ffffff;
}
.theme-menu-three .main-header-area.sticky-menu .main-menu ul li a {
  color: rgba(0, 0, 0, 0.7);
}
.theme-menu-three .main-header-area.sticky-menu .logo {
  display: none;
  visibility: hidden;
  -webkit-transition: all 0.4s ease 0s;
  -moz-transition: all 0.4s ease 0s;
  -ms-transition: all 0.4s ease 0s;
  -o-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
}
.theme-menu-three .main-header-area.sticky-menu .sticky-logo {
  display: inline-block;
  visibility: visible;
  -webkit-transition: all 0.4s ease 0s;
  -moz-transition: all 0.4s ease 0s;
  -ms-transition: all 0.4s ease 0s;
  -o-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
}
.theme-menu-three .main-header-area.sticky-menu .cart-menu .shopping-cart {
  color: #ffffff;
  border-color: #00095E;
  background: #00095E;
}
.theme-menu-three .main-header-area.sticky-menu .cart-menu .shopping-cart:hover {
  color: #ffffff;
  border-color: #00095E;
  background: #00095E;
}
.theme-menu-three .main-header-area.sticky-menu .cart-menu .shopping-cart span {
  background: #00095E;
}
.theme-menu-three .main-menu ul li a {
  color: #ffffff;
}
.theme-menu-three .main-menu ul li:hover > a {
  color: #FFC800;
}
@media only screen and (max-width: 1200px) {
  .theme-menu-three .main-menu ul li {
    margin: 0 20px 0 0;
  }
  .theme-menu-three .main-menu ul li a {
    font-size: 18px;
  }
}
@media only screen and (max-width: 767.98px) {
  .theme-menu-three .hamburger-menu {
    margin-left: 12px;
  }
  .theme-menu-three .logo-area img {
    max-width: 100%;
  }
}

.theme-menu-four {
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
  position: relative;
  left: 0;
  right: 0;
  z-index: 999;
}
.theme-menu-four .header-top {
  padding-top: 9px;
  padding-bottom: 9px;
  padding-left: 155px;
  padding-right: 155px;
  background: #00095E;
}
.theme-menu-four .header-top .ht-promo,
.theme-menu-four .header-top .ht-phone,
.theme-menu-four .header-top .ht-email {
  color: #ffffff;
  font-size: 18px;
  font-family: "Lato", sans-serif;
  font-weight: 500;
}
.theme-menu-four .header-top .ht-promo span,
.theme-menu-four .header-top .ht-phone span,
.theme-menu-four .header-top .ht-email span {
  color: rgba(255, 255, 255, 0.7);
}
.theme-menu-four .main-header-area {
  padding-top: 20px;
  padding-bottom: 20px;
  padding-left: 155px;
  padding-right: 155px;
}
.theme-menu-four .hamburger-menu {
  border-color: #000;
  background: #ffffff;
}
.theme-menu-four .cart-menu .shopping-cart {
  color: #212529;
  background: #ffffff;
  border-color: #000;
}
.theme-menu-four .cart-menu .shopping-cart span {
  background: #FFC800;
}
.theme-menu-four .cart-menu .shopping-cart:hover {
  color: #ffffff;
  border-color: #FFC800;
  background: #FFC800;
}
.theme-menu-four .search-area .search-input {
  color: #000;
  background: #ffffff;
  border-color: #000;
}
.theme-menu-four .search-area .search-input:hover {
  color: #000;
  border-color: #FFC800;
  background: #FFC800;
}
.theme-menu-four .bs-btn {
  color: #212529;
  padding: 20px 50px 20px 50px;
  border-radius: 40px;
  background: #FFC800;
}
.theme-menu-four .bs-btn::before {
  background: #FFC800;
}
.theme-menu-four .bs-btn:hover {
  color: #ffffff;
  background: #00095E;
}
@media only screen and (max-width: 1600px) {
  .theme-menu-four {
    margin-left: 0;
    margin-right: 0;
  }
  .theme-menu-four .main-header-area,
  .theme-menu-four .header-top {
    padding-left: 0;
    padding-right: 0;
  }
}
@media only screen and (max-width: 767.98px) {
  .theme-menu-four .logo-area img {
    max-width: 100%;
  }
  .theme-menu-four .hamburger-menu {
    margin-left: 0;
  }
}

.theme-menu-five {
  background: #ffffff;
  border-radius: 60px;
  position: absolute;
  z-index: 999;
  top: 30px;
  left: 0;
  right: 0;
  width: 100%;
  max-width: 1520px;
  margin: 0 auto;
}
.theme-menu-five .logo {
  display: inline-block;
  visibility: visible;
  -webkit-transition: all 0.4s ease 0s;
  -moz-transition: all 0.4s ease 0s;
  -ms-transition: all 0.4s ease 0s;
  -o-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
}
.theme-menu-five .sticky-logo {
  display: none;
  visibility: hidden;
  -webkit-transition: all 0.4s ease 0s;
  -moz-transition: all 0.4s ease 0s;
  -ms-transition: all 0.4s ease 0s;
  -o-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
}
.theme-menu-five .cart-menu .shopping-cart {
  color: #000;
  border: 2px solid #000;
  background: #ffffff;
}
.theme-menu-five .cart-menu .shopping-cart span {
  background: #00095E;
}
.theme-menu-five .cart-menu .shopping-cart:hover {
  color: #ffffff;
  background: #00095E;
  border-color: #00095E;
}
.theme-menu-five .hamburger-menu {
  background: transparent;
  border: 2px solid #00095E;
}
.theme-menu-five .hamburger-menu .bar-wrap .bar-1,
.theme-menu-five .hamburger-menu .bar-wrap .bar-2,
.theme-menu-five .hamburger-menu .bar-wrap .bar-3 {
  background: #00095E;
}
.theme-menu-five .main-header-area {
  padding: 18px 0;
}
.theme-menu-five .main-header-area .logo {
  display: inline-block;
  -webkit-transition: all 0.4s ease 0s;
  -moz-transition: all 0.4s ease 0s;
  -ms-transition: all 0.4s ease 0s;
  -o-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
}
.theme-menu-five .main-header-area .sticky-logo {
  display: none;
  visibility: hidden;
  -webkit-transition: all 0.4s ease 0s;
  -moz-transition: all 0.4s ease 0s;
  -ms-transition: all 0.4s ease 0s;
  -o-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
}
.theme-menu-five .main-header-area.sticky-menu {
  padding-top: 10px;
  padding-bottom: 10px;
}
.theme-menu-five .main-header-area.sticky-menu .logo {
  display: none;
}
.theme-menu-five .main-header-area.sticky-menu .sticky-logo {
  display: inline-block;
  visibility: visible;
}
.theme-menu-five .search-area .search-input:hover {
  border-color: #FFC800;
  background: #FFC800;
}
.theme-menu-five .bs-btn {
  color: #ffffff;
  padding: 20px 50px 20px 50px;
  border-radius: 40px;
  background: #FFC800;
}
.theme-menu-five .bs-btn::before {
  background: #FFC800;
}
.theme-menu-five .bs-btn:hover {
  color: #ffffff;
  background: #00095E;
}
@media only screen and (max-width: 1600px) {
  .theme-menu-five .header-top,
  .theme-menu-five .main-header-area {
    padding-left: 10px;
    padding-right: 10px;
  }
}
@media only screen and (max-width: 1200px) {
  .theme-menu-five .main-header-area .logo {
    display: none;
  }
  .theme-menu-five .main-header-area .sticky-logo {
    display: inline-block;
    visibility: visible;
  }
}
@media only screen and (max-width: 767.98px) {
  .theme-menu-five .logo-area img {
    max-width: 100%;
  }
}

.theme-menu-six {
  position: absolute;
  width: 100%;
  left: 0;
  right: 0;
  z-index: 999;
}
.theme-menu-six .main-header-area {
  background: #ffffff;
  padding: 20px 25px 20px 40px;
  border-radius: 0 0 50px 50px;
}
.theme-menu-six .search-area .search-input:hover {
  border-color: #FFC800;
}
.theme-menu-six .quote-btn {
  margin-right: 20px;
}

.select-language {
  display: flex;
  position: relative;
  z-index: 1;
}
.select-language img {
  width: 18px;
  height: 18px;
  border-radius: 50%;
  font-size: 18px;
  color: #212529;
  margin-right: 5px;
  border-radius: 50%;
}
.select-language select.form-select {
  background: transparent;
  border: 0;
  color: #212529;
  padding: 0;
  padding-right: 20px;
  position: relative;
  z-index: 3;
}
.select-language select {
  padding-right: 5px;
  border: 0;
  -moz-appearance: none;
  -webkit-appearance: none;
}
.select-language select:focus-visible {
  border: 0;
  outline: 0;
}
.select-language select span {
  border-radius: 50%;
  width: 18px;
  height: 18px;
}
.select-language .form-select:focus {
  box-shadow: none;
}

.topbar-content {
  list-style: none;
  padding: 0;
  margin: 0;
  padding-top: 15px;
  padding-bottom: 15px;
}
.topbar-content .ht-email,
.topbar-content .ht-promo,
.topbar-content .ht-phone {
  margin-right: 0;
  padding-right: 0;
}
.topbar-content li {
  position: relative;
  z-index: 1;
}
.topbar-content li:last-child::before {
  display: none;
}
.topbar-content li:first-child::before {
  right: -30%;
}
.topbar-content li:nth-child(2)::before {
  right: -25%;
}
.topbar-content li:nth-child(3)::before {
  right: -25%;
}
.topbar-content li:nth-child(4)::before {
  right: -35%;
}
.topbar-content li::before {
  content: "";
  position: absolute;
  right: 0;
  top: 8px;
  width: 1px;
  height: 20px;
  background: #212529;
  z-index: 1;
}
@media only screen and (max-width: 1600px) {
  .topbar-content li::before {
    display: none;
  }
}

.language-selector {
  position: relative;
  display: inline-block;
  font-family: sans-serif;
}
.language-selector .dropdown-toggle {
  background: transparent;
  border: transparent;
  cursor: pointer;
  display: flex;
  align-items: center;
  gap: 8px;
  padding-right: 18px;
}
.language-selector .dropdown-toggle::after {
  display: none;
}
.language-selector .dropdown-toggle::before {
  content: "\f282";
  position: absolute;
  top: 50%;
  right: -3px;
  transform: translateY(-48%);
  font-family: "bootstrap-icons";
  font-size: 15px;
  color: #212529;
}
.language-selector .dropdown-toggle img {
  width: 18px;
  height: 18px;
  border-radius: 50%;
}
.language-selector .dropdown-menu {
  position: absolute;
  top: 120%;
  left: 0;
  background: #fff;
  border: 1px solid #ccc;
  list-style: none;
  padding: 6px 0;
  margin: 0;
  display: inline-block;
  z-index: 1000;
  width: 100%;
  min-width: 100px;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.4s ease 0s;
  -moz-transition: all 0.4s ease 0s;
  -ms-transition: all 0.4s ease 0s;
  -o-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
}
.language-selector .dropdown-menu li {
  padding: 3px 12px;
  cursor: pointer;
  display: flex;
  align-items: center;
  gap: 8px;
}
.language-selector .dropdown-menu li::before {
  display: none;
}
.language-selector .dropdown-menu li:hover {
  background-color: #f0f0f0;
}
.language-selector.open .dropdown-menu {
  display: block;
}
.language-selector:hover .dropdown-menu {
  opacity: 1;
  visibility: visible;
  top: 110%;
}

.breadcrumb-wrapper {
  padding-top: 266px;
  padding-bottom: 150px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  z-index: 2;
}
.breadcrumb-wrapper::before {
  content: "";
  position: absolute;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.3) 0%, rgba(0, 0, 0, 0.3) 100%);
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: -1;
}
.breadcrumb-wrapper::after {
  content: "";
  position: absolute;
  background: linear-gradient(90deg, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.32) 40.26%, rgba(0, 0, 0, 0) 76%, rgba(0, 0, 0, 0) 100%);
  width: 82.23%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: -1;
}
.breadcrumb-wrapper .main-img,
.breadcrumb-wrapper .shape-1,
.breadcrumb-wrapper .shape-2 {
  position: absolute;
  z-index: 1;
}
.breadcrumb-wrapper .main-img {
  right: 16%;
  bottom: 0;
  z-index: 2;
}
.breadcrumb-wrapper .shape-1 {
  right: 16%;
  bottom: 0;
  border-radius: 50%;
  animation: rotation infinite linear 35s;
}
.breadcrumb-wrapper .shape-2 {
  left: 0;
  top: 13%;
}
.breadcrumb-wrapper .breadcrumb-title {
  color: #ffffff;
  font-size: 90px;
  line-height: 1.11;
  font-weight: 600;
  font-family: "Poppins", sans-serif;
  letter-spacing: -1.8px;
  margin-bottom: 25px;
}
@media only screen and (max-width: 1600px) {
  .breadcrumb-wrapper .breadcrumb-title {
    font-size: 35px;
  }
}
@media only screen and (max-width: 1200px) {
  .breadcrumb-wrapper {
    padding-top: 210px;
    padding-bottom: 80px;
  }
}
@media only screen and (max-width: 991.98px) {
  .breadcrumb-wrapper .page-title {
    font-size: 28px;
  }
}
@media only screen and (max-width: 767.98px) {
  .breadcrumb-wrapper .page-title {
    font-size: 28px;
  }
}

ul.breadcumb-menu {
  display: inline-block;
  padding: 0;
  position: relative;
  z-index: 2;
}
ul.breadcumb-menu li {
  display: inline-block;
}
ul.breadcumb-menu li:last-child a {
  color: #ffffff;
  margin-right: 0;
  padding-right: 0;
}
ul.breadcumb-menu li:last-child a::before {
  display: none;
}
ul.breadcumb-menu li a {
  color: rgba(255, 255, 255, 0.4);
  font-size: 28px;
  font-weight: 400;
  font-family: "Lato", sans-serif;
  line-height: 1;
  display: inline-block;
  padding-right: 10px;
  margin-right: 10px;
  position: relative;
  z-index: 1;
}
ul.breadcumb-menu li a::before {
  content: "";
  position: absolute;
  background: rgba(255, 255, 255, 0.4);
  width: 2px;
  height: 21px;
  right: -4px;
  top: 4px;
  z-index: 1;
  transform: rotate(23deg);
}
@media only screen and (max-width: 1600px) {
  ul.breadcumb-menu li a {
    font-size: 18px;
  }
  ul.breadcumb-menu li a::before {
    top: 0;
  }
}

/*! #######################################################################

	MeanMenu 2.0.7
	--------

	To be used with jquery.meanmenu.js by Chris Wharton (http://www.meanthemes.com/plugins/meanmenu/)

####################################################################### */
/* hide the link until viewport size is reached */
a.meanmenu-reveal {
  display: none;
}

/* when under viewport size, .mean-container is added to body */
.mean-container .mean-bar {
  float: left;
  width: 100%;
  position: relative;
  background: none;
  padding: 4px 0;
  min-height: 42px;
  z-index: 999999;
}

.mean-container a.meanmenu-reveal {
  width: 22px;
  height: 22px;
  padding: 13px 13px 11px 13px;
  position: absolute;
  top: 0;
  right: 0;
  cursor: pointer;
  color: #fff;
  text-decoration: none;
  font-size: 16px;
  text-indent: -9999em;
  line-height: 22px;
  font-size: 1px;
  display: none !important;
  font-family: Arial, Helvetica, sans-serif;
  font-weight: 700;
}

.mean-container a.meanmenu-reveal span {
  display: block;
  background: #fff;
  height: 3px;
  margin-top: 3px;
}

.mean-container .mean-nav {
  float: left;
  width: 100%;
  background: none;
  margin-top: 0;
}

.mean-container .mean-nav > ul {
  padding: 0;
  margin: 0;
  width: 100%;
  list-style-type: none;
  display: block !important;
}

.mean-container .mean-nav ul li {
  list-style-type: none !important;
  position: relative;
  float: left;
  width: 100%;
}

.mean-container .mean-nav ul li a {
  font-size: 16px;
  display: block;
  float: left;
  width: 100%;
  padding: 0.5em 5% 0.5em 0;
  margin: 0;
  text-align: left;
  color: #fff;
  /* border-top: 1px solid #383838;
  border-top: 1px solid rgba(255, 255, 255, 0.5); */
  text-decoration: none;
  text-transform: uppercase;
}

.mean-container .mean-nav ul li li a {
  font-size: 15px;
  width: 80%;
  padding: 0.4em 5%;
  border-top: 1px solid #f1f1f1;
  border-top: 1px solid rgba(255, 255, 255, 0.25);
  opacity: 0.8;
  /* filter: alpha(opacity=75);
  text-shadow: none !important; */
  visibility: visible;
}

.mean-container .mean-nav ul li.mean-last a {
  border-bottom: none;
  margin-bottom: 0;
}

.mean-container .mean-nav ul li li li a {
  width: 70%;
  padding: 1em 15%;
}

.mean-container .mean-nav ul li li li li a {
  width: 60%;
  padding: 1em 20%;
}

.mean-container .mean-nav ul li li li li li a {
  width: 50%;
  padding: 1em 25%;
}

.mean-container .mean-nav ul li a:hover {
  background: #252525;
  background: rgba(255, 255, 255, 0.1);
}

.mean-container .mean-nav ul li a.mean-expand {
  margin-top: 1px;
  width: 26px;
  height: 32px;
  padding: 4px 8px !important;
  text-align: center;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 2;
  font-weight: 700;
  background: rgba(255, 255, 255, 0.1);
  border: none !important;
  /* border-left: 1px solid rgba(255, 255, 255, 0.4) !important;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2) !important; */
}

.mean-container .mean-nav ul li a.mean-expand:hover {
  background: rgba(0, 0, 0, 0.9);
}

.mean-container .mean-push {
  float: left;
  width: 100%;
  padding: 0;
  margin: 0;
  clear: both;
}

.mean-nav .wrapper {
  width: 100%;
  padding: 0;
  margin: 0;
}

/* Fix for box sizing on Foundation Framework etc. */
.mean-container .mean-bar,
.mean-container .mean-bar * {
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}

.mean-remove {
  display: none !important;
}

.ht-menu-wrapper {
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.6);
  z-index: 999999;
  width: 0;
  width: 100%;
  height: 100%;
  -webkit-transition: all ease 0.8s;
  transition: all ease 0.8s;
  opacity: 0;
  visibility: hidden;
}
.ht-menu-wrapper .mobile-logo {
  border-bottom: 2px solid rgba(255, 255, 255, 0.3);
  padding-bottom: 31px;
}
.ht-menu-wrapper .mobile-menu-wrapper {
  overflow-y: scroll;
  max-height: calc(100vh - 200px);
  padding-bottom: 40px;
  margin-top: 33px;
  text-align: left;
}
.ht-menu-wrapper .mobile-menu-wrapper span.float-end {
  display: none;
}

.ht-menu-wrapper .ht-menu-area {
  padding: 50px 20px;
  width: 100%;
  max-width: 310px;
  background-color: #212529;
  border-right: 3px solid #FFC800;
  height: 100%;
  position: relative;
  left: -110%;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all ease 1s;
  transition: all ease 1s;
  z-index: 1;
}

.ht-menu-wrapper .ht-menu-toggle {
  border: none;
  font-size: 22px;
  position: absolute;
  right: 5px;
  top: 25px;
  padding: 0;
  line-height: 1;
  width: 33px;
  height: 33px;
  line-height: 35px;
  font-size: 16px;
  z-index: 1;
  color: #ffffff;
  background-color: #FFC800;
  border-radius: 50%;
}

.ht-menu-wrapper.ht-body-visible {
  opacity: 1;
  visibility: visible;
}

.ht-menu-wrapper.ht-body-visible .ht-menu-area {
  left: 0;
  opacity: 1;
  visibility: visible;
}
@media only screen and (max-width: 991.98px) {
  .ht-menu-wrapper.ht-body-visible .ht-menu-area {
    overflow: scroll;
  }
}

.ht-mobile-menu ul li {
  border-bottom: 1px solid #fdedf1;
  list-style-type: none;
}

.ht-mobile-menu ul li {
  border-bottom: 1px solid #fdedf1;
  list-style-type: none;
}

.ht-mobile-menu ul li a {
  display: block;
  position: relative;
  padding: 12px 0;
  line-height: 1.4;
  font-size: 16px;
  text-transform: capitalize;
  color: var(--white-color);
  padding-left: 18px;
}

.offset-widget {
  margin-top: 50px;
}
.offset-widget.offset-logo {
  border-bottom: 1px solid #eeecec;
  padding-bottom: 20px;
}
.offset-widget .info-widget .offset-title {
  color: #ffffff;
  font-size: 20px;
  font-weight: 800;
  color: #ffffff;
}
.offset-widget .info-widget p {
  color: #ffffff;
}
.offset-widget .info-widget.info-widget2 p {
  margin-bottom: 15px;
}
.offset-widget .info-widget.info-widget2 p i {
  margin-right: 7px;
  color: #ffffff;
}

.fw-exbold {
  font-weight: 800 !important;
}

.fw-bold {
  font-weight: 700 !important;
}

.fw-semi {
  font-weight: 600 !important;
}

.fw-medium {
  font-weight: 500 !important;
}

.fw-normal {
  font-weight: 400 !important;
}

.fw-light {
  font-weight: 300 !important;
}

.fw-thin {
  font-weight: 100 !important;
}

.text-xl {
  font-size: 30px;
  font-weight: 500;
  font-family: "Poppins", sans-serif;
  line-height: 1.8;
}
@media only screen and (max-width: 1600px) {
  .text-xl {
    font-size: 20px;
  }
}

.text-lg {
  font-size: 22px !important;
  line-height: 45px;
}
@media only screen and (max-width: 1200px) {
  .text-lg {
    font-size: 20px !important;
    line-height: 34px;
  }
}
@media only screen and (max-width: 991.98px) {
  .text-lg {
    font-size: 18px !important;
    line-height: 34px;
  }
}

.fs-20 {
  font-size: 20px !important;
}

.fs-18 {
  font-size: 18px !important;
}

.fs-16 {
  font-size: 16px !important;
}

.fs-14 {
  font-size: 14px !important;
}

.fs-12 {
  font-size: 12px !important;
}

/*--
    - Background color
-----------------------------------------*/
.grey-bg {
  background: #E4F0F0;
}

.light-bg {
  background: #E3F2FD;
}

.light-grey-bg {
  background: #F5F5F5;
}

.white-bg {
  background: #ffffff;
}

.black-bg {
  background: #212529 !important;
}

.heding-bg {
  background: #212529 !important;
}

.theme-bg {
  background: #FFC800 !important;
}

.theme-bg2 {
  background: #00095E !important;
}

/*--
    - color
-----------------------------------------*/
.text-white {
  color: #ffffff;
}

.text-black {
  color: #000;
}

.text-theme {
  color: #FFC800 !important;
}

.text-theme2 {
  color: #00095E !important;
}

.text-body {
  color: rgba(0, 0, 0, 0.7) !important;
}

.text-body2 {
  color: rgba(0, 0, 0, 0.7) !important;
}

.text-heding {
  color: #212529 !important;
}

.text-heding2 {
  color: #212529 !important;
}

/*--
    - fonts
-----------------------------------------*/
.body-font {
  font-family: "Lato", sans-serif !important;
}

.heding-font {
  font-family: "Poppins", sans-serif !important;
}

.uppercase {
  text-transform: uppercase;
}

.capitalize {
  text-transform: capitalize;
}

.lowercase {
  text-transform: lowercase;
}

.bg-none {
  background: none !important;
}

.before-none::before {
  display: none !important;
}

.after-none::before {
  display: none !important;
}

.radius-35 {
  border-radius: 35px;
}

.radius-30 {
  border-radius: 30px;
}

.radius-25 {
  border-radius: 25px;
}

.radius-20 {
  border-radius: 20px;
}

.radius-15 {
  border-radius: 15px;
}

/*---font family----*/
.poppins-font {
  font-family: "Poppins", sans-serif !important;
}

.lato-font {
  font-family: "Lato", sans-serif !important;
}

/* search-area */
.search-area .search-input {
  color: #212529;
  font-size: 20px;
  width: 60px;
  height: 60px;
  display: inline-block;
  border: 1.5px solid #212529;
  border-radius: 50%;
  text-align: center;
  line-height: 60px;
  position: relative;
  z-index: 1;
}
.search-area .search-input:hover {
  background: #FFC800;
  color: #ffffff;
}
@media only screen and (max-width: 767.98px) {
  .search-area .search-input {
    width: 50px;
    height: 50px;
    line-height: 50px;
  }
}

/* Full screen search
-------------------------------------------------------*/
.offcanvas-top {
  min-height: 150px;
}
.offcanvas-top .search-close {
  position: absolute;
  top: 50px;
  right: 50px;
  font-size: 30px;
  color: #fff;
  cursor: pointer;
}

.search-wrap {
  padding-bottom: 100px;
}
.search-wrap input {
  color: #ffffff;
  font-size: 80px;
  width: 100%;
  background: transparent;
  border: 0;
  text-align: center;
  display: inline-block;
  height: auto;
  padding: 0;
  display: inline-block;
  display: flex;
  justify-content: center;
  margin: 0 auto;
  border-bottom: 2px solid #ffffff;
}
.search-wrap input::placeholder {
  color: #ffffff;
  padding-bottom: 80px;
  font-size: 80px;
  font-family: "Poppins", sans-serif;
}
@media only screen and (min-width: 1200px) and (max-width: 1600px) {
  .search-wrap input::placeholder {
    font-size: 50px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .search-wrap input::placeholder {
    font-size: 40px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .search-wrap input::placeholder {
    font-size: 30px;
  }
}
@media (max-width: 767px) {
  .search-wrap input::placeholder {
    font-size: 20px;
  }
}
.search-wrap input::-moz-placeholder, .search-wrap input::-webkit-placeholder, .search-wrap input::-o-placeholder, .search-wrap input::-ms-placeholder {
  color: #ffffff;
  padding-bottom: 80px;
  font-size: 80px;
  font-family: "Poppins", sans-serif;
}
@media only screen and (min-width: 1200px) and (max-width: 1600px) {
  .search-wrap input::-moz-placeholder, .search-wrap input::-webkit-placeholder, .search-wrap input::-o-placeholder, .search-wrap input::-ms-placeholder {
    font-size: 50px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .search-wrap input::-moz-placeholder, .search-wrap input::-webkit-placeholder, .search-wrap input::-o-placeholder, .search-wrap input::-ms-placeholder {
    font-size: 40px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .search-wrap input::-moz-placeholder, .search-wrap input::-webkit-placeholder, .search-wrap input::-o-placeholder, .search-wrap input::-ms-placeholder {
    font-size: 30px;
  }
}
@media (max-width: 767px) {
  .search-wrap input::-moz-placeholder, .search-wrap input::-webkit-placeholder, .search-wrap input::-o-placeholder, .search-wrap input::-ms-placeholder {
    font-size: 30px;
  }
}

@media (min-width: 1440px) {
  .container-xxl,
  .container-xl,
  .container-lg,
  .container-md,
  .container-sm,
  .container {
    max-width: 1320px;
  }
}
.container,
.container-fluid,
.container-xxl,
.container-xl,
.container-lg,
.container-md,
.container-sm {
  --bs-gutter-x: 30px;
}

.row {
  --bs-gutter-x: 30px;
}

.gxs-0 {
  --bs-gutter-x: 0px !important;
}

.gx-50 {
  --bs-gutter-x: 50px;
}
@media only screen and (max-width: 1600px) {
  .gx-50 {
    --bs-gutter-x: 30px;
  }
}

.gx-40 {
  --bs-gutter-x: 40px;
}
@media only screen and (max-width: 1600px) {
  .gx-40 {
    --bs-gutter-x: 30px;
  }
}

.gx-60 {
  --bs-gutter-x: 60px;
}
@media only screen and (max-width: 1600px) {
  .gx-60 {
    --bs-gutter-x: 30px;
  }
}

.custom-container {
  max-width: 1520px;
}

.custom-container-1420 {
  max-width: 1420px;
}

@-webkit-keyframes rotated {
  0% {
    -webkit-transform: rotateY(0);
    transform: rotateY(0);
  }
  100% {
    -webkit-transform: rotateY(360deg);
    transform: rotateY(360deg);
  }
}
@keyframes rotated {
  0% {
    -webkit-transform: rotateY(0);
    transform: rotateY(0);
  }
  100% {
    -webkit-transform: rotateY(360deg);
    transform: rotateY(360deg);
  }
}
@-webkit-keyframes rotatedHalf {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
  50% {
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
  }
  100% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
}
@keyframes rotatedHalf {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
  50% {
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
  }
  100% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
}
@-webkit-keyframes rotatedHalfTwo {
  0% {
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
  }
  100% {
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
  }
}
@keyframes rotatedHalfTwo {
  0% {
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
  }
  100% {
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
  }
}
@-webkit-keyframes scale-upOne {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  100% {
    -webkit-transform: scale(0.2);
    transform: scale(0.2);
  }
}
@keyframes scale-upOne {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  100% {
    -webkit-transform: scale(0.2);
    transform: scale(0.2);
  }
}
@-webkit-keyframes scale-right {
  0% {
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
  }
  50% {
    -webkit-transform: translateX(50%);
    transform: translateX(50%);
  }
  100% {
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
  }
}
@keyframes scale-right {
  0% {
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
  }
  50% {
    -webkit-transform: translateX(50%);
    transform: translateX(50%);
  }
  100% {
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
  }
}
@-webkit-keyframes fade-in {
  0% {
    opacity: 0.5;
  }
  40% {
    opacity: 1;
  }
  100% {
    opacity: 0.7;
  }
}
@keyframes fade-in {
  0% {
    opacity: 0.5;
  }
  40% {
    opacity: 1;
  }
  100% {
    opacity: 0.7;
  }
}
@keyframes hvr-ripple-out {
  0% {
    top: 0px;
    right: 0px;
    bottom: 0px;
    left: 0px;
    opacity: 1;
  }
  100% {
    top: -6px;
    right: -6px;
    bottom: -6px;
    left: -6px;
    opacity: 0;
  }
}
@keyframes hvr-ripple-out-two {
  0% {
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    opacity: 1;
  }
  100% {
    top: -12px;
    right: -12px;
    bottom: -12px;
    left: -12px;
    opacity: 0;
  }
}
@-webkit-keyframes scale-up-one {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  40% {
    -webkit-transform: scale(0.5);
    transform: scale(0.5);
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
@keyframes scale-up-one {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  40% {
    -webkit-transform: scale(0.5);
    transform: scale(0.5);
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
@-webkit-keyframes scale-up-one-1 {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  40% {
    -webkit-transform: scale(0.8);
    transform: scale(0.8);
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
@keyframes scale-up-one-1 {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  40% {
    -webkit-transform: scale(0.8);
    transform: scale(0.8);
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
@keyframes animationFramesOne {
  0% {
    transform: translate(0px, 0px) rotate(0deg);
  }
  20% {
    transform: translate(73px, -1px) rotate(36deg);
  }
  40% {
    transform: translate(141px, 72px) rotate(72deg);
  }
  60% {
    transform: translate(83px, 122px) rotate(108deg);
  }
  80% {
    transform: translate(-40px, 72px) rotate(144deg);
  }
  100% {
    transform: translate(0px, 0px) rotate(0deg);
  }
}
@-webkit-keyframes animationFramesOne {
  0% {
    -webkit-transform: translate(0px, 0px) rotate(0deg);
  }
  20% {
    -webkit-transform: translate(73px, -1px) rotate(36deg);
  }
  40% {
    -webkit-transform: translate(141px, 72px) rotate(72deg);
  }
  60% {
    -webkit-transform: translate(83px, 122px) rotate(108deg);
  }
  80% {
    -webkit-transform: translate(-40px, 72px) rotate(144deg);
  }
  100% {
    -webkit-transform: translate(0px, 0px) rotate(0deg);
  }
}
/* Move frame*/
@keyframes moveRound {
  0% {
    background-color: #eee3ff;
    left: -24px;
    top: 0px;
  }
  25% {
    background-color: #feddfc;
    left: 100px;
    top: 0px;
  }
  50% {
    background-color: #efe4ff;
    left: 100px;
    top: 100px;
  }
  75% {
    background-color: #e2fcf4;
    left: -24px;
    top: 200px;
  }
  100% {
    background-color: #eee3ff;
    left: -24px;
    top: 0px;
  }
}
@-webkit-keyframes moveRound {
  0% {
    background-color: #eee3ff;
    left: -24px;
    top: 0px;
  }
  25% {
    background-color: #feddfc;
    left: 100px;
    top: 0px;
  }
  50% {
    background-color: #efe4ff;
    left: 100px;
    top: 200px;
  }
  75% {
    background-color: #e2fcf4;
    left: -24px;
    top: 100px;
  }
  100% {
    background-color: #eee3ff;
    left: -24px;
    top: 0px;
  }
}
@keyframes moveShap {
  0% {
    left: 0px;
    top: 0px;
  }
  25% {
    left: 100px;
    top: 0px;
  }
  50% {
    left: 100px;
    top: 100px;
  }
  75% {
    left: 0px;
    top: 200px;
  }
  100% {
    left: 0px;
    top: 0px;
  }
}
@keyframes moveShap2 {
  0% {
    right: 0px;
    top: 0px;
  }
  25% {
    right: 100px;
    top: 0px;
  }
  50% {
    right: 100px;
    top: 100px;
  }
  75% {
    right: 0px;
    top: 200px;
  }
  100% {
    right: 0px;
    top: 0px;
  }
}
/* Heartbeat frame*/
@-webkit-keyframes heartbeat {
  to {
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
  }
}
@keyframes heartbeat {
  to {
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
  }
}
/* Rotation frame*/
@keyframes rotation {
  to {
    transform: rotate(360deg);
  }
}
.rotation {
  animation: rotation 50s infinite linear;
}

/* pulseBig */
@keyframes pulseBig {
  0% {
    box-shadow: 0 0 0 0 rgba(55, 140, 255, 0.2);
  }
  50% {
    box-shadow: 0 0 0 30px rgba(1, 93, 199, 0);
  }
  100% {
    box-shadow: 0 0 0 0 rgba(1, 93, 199, 0);
  }
}
/* pulseBig2 */
@keyframes pulseBig2 {
  0% {
    box-shadow: 0 0 0 0 rgba(228, 238, 79, 0.15);
  }
  50% {
    box-shadow: 0 0 0 10px rgba(228, 238, 79, 0.15);
  }
  100% {
    box-shadow: 0 0 0 0 rgba(228, 238, 79, 0.15);
  }
}
.scaleUp1 {
  -webkit-animation-name: scaleUp1;
  animation-name: scaleUp1;
  -webkit-animation-duration: 3s;
  animation-duration: 3s;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
}

@-webkit-keyframes scaleUp1 {
  0% {
    -webkit-transform: translateY(1);
    transform: translateY(1);
  }
  20% {
    -webkit-transform: translateY(-15px);
    transform: translateY(-15px);
  }
  40% {
    -webkit-transform: translateY(1);
    transform: translateY(1);
  }
  80% {
    -webkit-transform: translateY(-15px);
    transform: translateY(-15px);
  }
  100% {
    -webkit-transform: translateY(1);
    transform: translateY(1);
  }
}
@keyframes scaleUp1 {
  0% {
    -webkit-transform: translateY(1);
    transform: translateY(1);
  }
  20% {
    -webkit-transform: translateY(-15px);
    transform: translateY(-15px);
  }
  40% {
    -webkit-transform: translateY(1);
    transform: translateY(1);
  }
  80% {
    -webkit-transform: translateY(-15px);
    transform: translateY(-15px);
  }
  100% {
    -webkit-transform: translateY(1);
    transform: translateY(1);
  }
}
@keyframes runs {
  0% {
    transform: translateY(0) rotate(90deg);
  }
  50% {
    transform: translateY(300px) rotate(90deg);
  }
  100% {
    transform: translateY(-300px) rotate(180deg);
  }
}
@-webkit-keyframes runs {
  0% {
    transform: translateY(0) rotate(90deg);
  }
  50% {
    transform: translateY(300px) rotate(90deg);
  }
  100% {
    transform: translateY(-300px) rotate(180deg);
  }
}
@-moz-keyframes runs {
  0% {
    transform: translateY(0) rotate(90deg);
  }
  50% {
    transform: translateY(300px) rotate(90deg);
  }
  100% {
    transform: translateY(-300px) rotate(180deg);
  }
}
@-o-keyframes runs {
  0% {
    transform: translateY(0) rotate(90deg);
  }
  50% {
    transform: translateY(300px) rotate(90deg);
  }
  100% {
    transform: translateY(-300px) rotate(180deg);
  }
}
@keyframes zoomIncolor {
  0% {
    transform: scale(0.8);
  }
  50% {
    transform: scale(1);
    background: #FFC800;
    opacity: 0.5;
  }
  100% {
    transform: scale(1.3);
    background: #FFC800;
    opacity: 0.8;
  }
}
@-webkit-keyframes zoomIncolor {
  0% {
    transform: scale(0.8);
  }
  50% {
    transform: scale(1);
    background: #FFC800;
    opacity: 0.5;
  }
  100% {
    transform: scale(1.3);
    background: #FFC800;
    opacity: 0.8;
  }
}
@-moz-keyframes zoomIncolor {
  0% {
    transform: scale(0.8);
  }
  50% {
    transform: scale(1);
    background: #FFC800;
    opacity: 0.5;
  }
  100% {
    transform: scale(1.3);
    background: #FFC800;
    opacity: 0.8;
  }
}
@keyframes squareMove {
  0% {
    transform: translateX(0px) rotate(0deg);
  }
  33% {
    transform: translateY(-100px) rotate(180deg);
  }
  66% {
    transform: translateX(200px) rotate(-90deg);
  }
  100% {
    transform: translateX(0px) rotate(0deg);
  }
}
@-webkit-keyframes squareMove {
  0% {
    transform: translateX(0px);
  }
  33% {
    transform: translateY(-100px);
  }
  66% {
    transform: translateX(200px);
  }
  100% {
    transform: translateX(0px);
  }
}
@-moz-keyframes squareMove {
  0% {
    transform: translateX(0px);
  }
  33% {
    transform: translateY(-100px);
  }
  66% {
    transform: translateX(200px);
  }
  100% {
    transform: translateX(0px);
  }
}
@keyframes float-bob {
  0% {
    transform: translateY(0px);
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    -ms-transform: translateY(0px);
    -o-transform: translateY(0px);
  }
  50% {
    transform: translateY(-100px);
    -webkit-transform: translateY(-100px);
    -moz-transform: translateY(-100px);
    -ms-transform: translateY(-100px);
    -o-transform: translateY(-100px);
  }
  100% {
    transform: translateY(0px);
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    -ms-transform: translateY(0px);
    -o-transform: translateY(0px);
  }
}
.movingX {
  animation: movingX 8s linear infinite;
}

@keyframes movingX {
  0% {
    transform: translateX(0);
  }
  50% {
    transform: translateX(50px);
  }
  100% {
    transform: translateX(0);
  }
}
.jump {
  animation: jumpAni 7s linear infinite;
}

.jump2 {
  animation: jumpAni 9s linear infinite;
}

@keyframes jumpAni {
  0% {
    transform: translateY(0);
  }
  40% {
    transform: translateY(-30px);
  }
  100% {
    transform: translateY(0);
  }
}
.jump-reverse {
  animation: jumpReverseAni 7s linear infinite;
}

@keyframes jumpReverseAni {
  0% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(30px);
  }
  100% {
    transform: translateY(0);
  }
}
.spin {
  animation: spin 15s linear infinite;
}

@keyframes spin {
  0% {
    transform: rotate(0);
  }
  100% {
    transform: rotate(360deg);
  }
}
@keyframes rotate {
  0% {
    transform: rotate(0);
  }
  50% {
    transform: rotate(40deg);
  }
  100% {
    transform: rotate(0);
  }
}
@keyframes marqueslide {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-100%);
  }
}
.jump {
  animation: jumpAni 7s linear infinite;
}

@keyframes jumpAni {
  0% {
    transform: translateY(0);
  }
  40% {
    transform: translateY(-30px);
  }
  100% {
    transform: translateY(0);
  }
}
.jump-reverse {
  animation: jumpReverseAni 7s linear infinite;
}

@keyframes jumpReverseAni {
  0% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(30px);
  }
  100% {
    transform: translateY(0);
  }
}
@-webkit-keyframes fade-in {
  0% {
    opacity: 0.2;
  }
  40% {
    opacity: 1;
  }
  100% {
    opacity: 0.2;
  }
}
@keyframes fade-in {
  0% {
    opacity: 0.2;
  }
  40% {
    opacity: 1;
  }
  100% {
    opacity: 0.2;
  }
}
@keyframes hvr-ripple-out {
  0% {
    top: -5px;
    right: -5px;
    bottom: -5px;
    left: -5px;
  }
  50% {
    top: -15px;
    right: -15px;
    bottom: -15px;
    left: -15px;
    opacity: 0.8;
  }
  100% {
    top: -5px;
    right: -5px;
    bottom: -5px;
    left: -5px;
    opacity: 1;
  }
}
@keyframes hvr-ripple-out-two {
  0% {
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
  }
  100% {
    top: -30px;
    right: -30px;
    bottom: -30px;
    left: -30px;
    opacity: 0;
  }
}
@-webkit-keyframes scale-up-one {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  40% {
    -webkit-transform: scale(0.5);
    transform: scale(0.5);
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
@keyframes scale-up-one {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  40% {
    -webkit-transform: scale(0.5);
    transform: scale(0.5);
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
@-webkit-keyframes scale-up-two {
  0% {
    -webkit-transform: scale(0.5);
    transform: scale(0.5);
  }
  40% {
    -webkit-transform: scale(0.8);
    transform: scale(0.8);
  }
  100% {
    -webkit-transform: scale(0.5);
    transform: scale(0.5);
  }
}
@keyframes scale-up-two {
  0% {
    -webkit-transform: scale(0.5);
    transform: scale(0.5);
  }
  40% {
    -webkit-transform: scale(0.8);
    transform: scale(0.8);
  }
  100% {
    -webkit-transform: scale(0.5);
    transform: scale(0.5);
  }
}
@-webkit-keyframes scale-up-three {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  40% {
    -webkit-transform: scale(2);
    transform: scale(2);
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
@keyframes scale-up-three {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  40% {
    -webkit-transform: scale(2);
    transform: scale(2);
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
/*!
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%, 20%, 50%, 80%, 100% {
    -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%, 20%, 50%, 80%, 100% {
    -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%, 50%, 100% {
    opacity: 1;
  }
  25%, 75% {
    opacity: 0;
  }
}
@keyframes flash {
  0%, 50%, 100% {
    opacity: 1;
  }
  25%, 75% {
    opacity: 0;
  }
}
.flash {
  -webkit-animation-name: flash;
  animation-name: flash;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@-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(0deg);
    transform: rotate(0deg);
  }
}
@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(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
  }
}
.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;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@-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(0deg);
    transform: perspective(400px) rotateX(0deg);
    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(0deg);
    -ms-transform: perspective(400px) rotateX(0deg);
    transform: perspective(400px) rotateX(0deg);
    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(0deg);
    transform: perspective(400px) rotateY(0deg);
    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(0deg);
    -ms-transform: perspective(400px) rotateY(0deg);
    transform: perspective(400px) rotateY(0deg);
    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(0deg);
    transform: perspective(400px) rotateX(0deg);
    opacity: 1;
  }
  100% {
    -webkit-transform: perspective(400px) rotateX(90deg);
    transform: perspective(400px) rotateX(90deg);
    opacity: 0;
  }
}
@keyframes flipOutX {
  0% {
    -webkit-transform: perspective(400px) rotateX(0deg);
    -ms-transform: perspective(400px) rotateX(0deg);
    transform: perspective(400px) rotateX(0deg);
    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(0deg);
    transform: perspective(400px) rotateY(0deg);
    opacity: 1;
  }
  100% {
    -webkit-transform: perspective(400px) rotateY(90deg);
    transform: perspective(400px) rotateY(90deg);
    opacity: 0;
  }
}
@keyframes flipOutY {
  0% {
    -webkit-transform: perspective(400px) rotateY(0deg);
    -ms-transform: perspective(400px) rotateY(0deg);
    transform: perspective(400px) rotateY(0deg);
    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(0deg);
    transform: translateX(0%) skewX(0deg);
    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(0deg);
    -ms-transform: translateX(0%) skewX(0deg);
    transform: translateX(0%) skewX(0deg);
    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(0deg);
    transform: translateX(0%) skewX(0deg);
    opacity: 1;
  }
  100% {
    -webkit-transform: translateX(100%) skewX(-30deg);
    transform: translateX(100%) skewX(-30deg);
    opacity: 0;
  }
}
@keyframes lightSpeedOut {
  0% {
    -webkit-transform: translateX(0%) skewX(0deg);
    -ms-transform: translateX(0%) skewX(0deg);
    transform: translateX(0%) skewX(0deg);
    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 slideInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(150px);
    -ms-transform: translateY(150px);
    transform: translateY(150px);
  }
  100% {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
}
.slideInUp {
  -webkit-animation-name: slideInUp;
  animation-name: slideInUp;
}

@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(-200px);
    -ms-transform: translateX(-200px);
    transform: translateX(-200px);
  }
  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(200px);
    -ms-transform: translateX(200px);
    transform: translateX(200px);
  }
  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;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@-webkit-keyframes rollIn {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-100%) rotate(-120deg);
    transform: translateX(-100%) rotate(-120deg);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0px) rotate(0deg);
    transform: translateX(0px) rotate(0deg);
  }
}
@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(0px) rotate(0deg);
    -ms-transform: translateX(0px) rotate(0deg);
    transform: translateX(0px) rotate(0deg);
  }
}
.rollIn {
  -webkit-animation-name: rollIn;
  animation-name: rollIn;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@-webkit-keyframes rollOut {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0px) rotate(0deg);
    transform: translateX(0px) rotate(0deg);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(100%) rotate(120deg);
    transform: translateX(100%) rotate(120deg);
  }
}
@keyframes rollOut {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0px) rotate(0deg);
    -ms-transform: translateX(0px) rotate(0deg);
    transform: translateX(0px) rotate(0deg);
  }
  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;
}

@-webkit-keyframes jump {
  0% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  40% {
    -webkit-transform: translate3d(0, 50%, 0);
    transform: translate3d(0, 50%, 0);
  }
  100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes jump {
  0% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  40% {
    -webkit-transform: translate3d(0, 50%, 0);
    transform: translate3d(0, 50%, 0);
  }
  100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@-webkit-keyframes jumpTwo {
  0% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  40% {
    -webkit-transform: translate3d(0, 20px, 0);
    transform: translate3d(0, 20px, 0);
  }
  100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes jumpTwo {
  0% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  40% {
    -webkit-transform: translate3d(0, 20px, 0);
    transform: translate3d(0, 20px, 0);
  }
  100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@-webkit-keyframes jumpThree {
  0% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  40% {
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
  }
  100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes jumpThree {
  0% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  40% {
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
  }
  100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@-webkit-keyframes jumpFour {
  0% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  50% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
  }
  100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes jumpFour {
  0% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  50% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
  }
  100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@-webkit-keyframes jumpFive {
  0% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  50% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
  }
  100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes jumpFive {
  0% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  50% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
  }
  100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@-webkit-keyframes prXOne {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  50% {
    -webkit-transform: translateX(-15px);
    transform: translateX(-15px);
  }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
@keyframes prXOne {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  50% {
    -webkit-transform: translateX(-15px);
    transform: translateX(-15px);
  }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
@-webkit-keyframes prXTwo {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  50% {
    -webkit-transform: translateX(15px);
    transform: translateX(15px);
  }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
@keyframes prXTwo {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  50% {
    -webkit-transform: translateX(15px);
    transform: translateX(15px);
  }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
@-webkit-keyframes rotated {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes rotated {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@-webkit-keyframes rotatedTwo {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
  100% {
    -webkit-transform: rotate(-360deg);
    transform: rotate(-360deg);
  }
}
@keyframes rotatedTwo {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
  100% {
    -webkit-transform: rotate(-360deg);
    transform: rotate(-360deg);
  }
}
@-webkit-keyframes rotatedHalf {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
  50% {
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
  }
  100% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
}
@keyframes rotatedHalf {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
  50% {
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
  }
  100% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
}
@-webkit-keyframes rotatedHalfTwo {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
  50% {
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
  }
  100% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
}
@keyframes rotatedHalfTwo {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
  50% {
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
  }
  100% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
}
@-webkit-keyframes scale-right {
  0% {
    -webkit-transform: translateX(0%);
    transform: translateX(0%);
  }
  50% {
    -webkit-transform: translateX(20%);
    transform: translateX(20%);
  }
  100% {
    -webkit-transform: translateX(0%);
    transform: translateX(0%);
  }
}
@keyframes scale-right {
  0% {
    -webkit-transform: translateX(0%);
    transform: translateX(0%);
  }
  50% {
    -webkit-transform: translateX(20%);
    transform: translateX(20%);
  }
  100% {
    -webkit-transform: translateX(0%);
    transform: translateX(0%);
  }
}
@-webkit-keyframes fade-in {
  0% {
    opacity: 0.2;
  }
  40% {
    opacity: 1;
  }
  100% {
    opacity: 0.2;
  }
}
@keyframes fade-in {
  0% {
    opacity: 0.2;
  }
  40% {
    opacity: 1;
  }
  100% {
    opacity: 0.2;
  }
}
@keyframes hvr-ripple-out {
  0% {
    top: -5px;
    right: -5px;
    bottom: -5px;
    left: -5px;
  }
  50% {
    top: -15px;
    right: -15px;
    bottom: -15px;
    left: -15px;
    opacity: 0.8;
  }
  100% {
    top: -5px;
    right: -5px;
    bottom: -5px;
    left: -5px;
    opacity: 1;
  }
}
@keyframes hvr-ripple-out-two {
  0% {
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
  }
  100% {
    top: -30px;
    right: -30px;
    bottom: -30px;
    left: -30px;
    opacity: 0;
  }
}
@-webkit-keyframes scale-up-one {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  40% {
    -webkit-transform: scale(0.5);
    transform: scale(0.5);
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
@keyframes scale-up-one {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  40% {
    -webkit-transform: scale(0.5);
    transform: scale(0.5);
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
@-webkit-keyframes scale-up-two {
  0% {
    -webkit-transform: scale(0.5);
    transform: scale(0.5);
  }
  40% {
    -webkit-transform: scale(0.8);
    transform: scale(0.8);
  }
  100% {
    -webkit-transform: scale(0.5);
    transform: scale(0.5);
  }
}
@keyframes scale-up-two {
  0% {
    -webkit-transform: scale(0.5);
    transform: scale(0.5);
  }
  40% {
    -webkit-transform: scale(0.8);
    transform: scale(0.8);
  }
  100% {
    -webkit-transform: scale(0.5);
    transform: scale(0.5);
  }
}
@-webkit-keyframes scale-up-three {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  40% {
    -webkit-transform: scale(2);
    transform: scale(2);
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
@keyframes scale-up-three {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  40% {
    -webkit-transform: scale(2);
    transform: scale(2);
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
/*-------------------------------------
theme-btn
---------------------------------------*/
.ht-btn {
  overflow: hidden;
  color: #ffffff;
  font-size: 18px;
  font-family: "Lato", sans-serif;
  font-weight: 600;
  line-height: 1;
  background-color: #FFC800;
  padding: 21px 49px 21px 49px;
  border-radius: 30px;
  position: relative;
  z-index: 1;
  cursor: pointer;
  text-decoration: none;
  display: inline-block;
  transition: all;
  -webkit-transition-duration: 800ms;
  transition-duration: 800ms;
}
.ht-btn::before {
  -webkit-transition-duration: 800ms;
  transition-duration: 800ms;
  position: absolute;
  width: 0px;
  height: 100%;
  content: "";
  left: 0;
  top: 0;
  bottom: 0;
  z-index: -1;
  background: #00095E;
}
.ht-btn .btn-icon {
  margin-left: 20px;
}
.ht-btn .btn-icon img {
  -webkit-transition: all 0.4s ease 0s;
  -moz-transition: all 0.4s ease 0s;
  -ms-transition: all 0.4s ease 0s;
  -o-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
}
.ht-btn:hover {
  color: #ffffff;
}
.ht-btn:hover img {
  filter: invert(1);
}
.ht-btn:hover::before {
  width: 100%;
  height: 100%;
  right: 0;
  border-radius: 10px;
}
@media only screen and (max-width: 767.98px) {
  .ht-btn {
    padding-left: 30px;
    padding-right: 30px;
  }
}

.ht-btn.style-2 {
  padding-left: 50px;
  padding-right: 50px;
}
.ht-btn.style-3 {
  border: 0;
  background: #FFC800;
  padding-left: 50px;
  padding-right: 50px;
}
.ht-btn.style-3::before {
  background: #ffffff;
}
.ht-btn.style-3:hover {
  color: #000;
}
.ht-btn.style-4 {
  padding-left: 30px;
  padding-right: 8px;
}
.ht-btn.style-4 .btn-icon {
  color: #212529;
  width: 45px;
  height: 45px;
  background: #ffffff;
  border-radius: 50%;
  position: absolute;
  right: 8px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

ul.slick-dots {
  padding: 0;
  margin: 0;
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
  margin-top: 45px;
  text-align: center;
}
ul.slick-dots li {
  display: inline-block;
  border: 0;
  width: unset;
  height: unset;
}
ul.slick-dots li button {
  border: 0;
  font-size: 0;
  width: 12px;
  height: 12px;
  margin: 0px 5px 0px 5px;
  border: 0;
  padding: 0;
  border-radius: 50%;
  background: #000;
}
ul.slick-dots li.slick-active button {
  width: 12px;
  height: 12px;
  background: #FFC800;
  transform: translateY(-1px);
}

.arrow-style-one .slick-prev,
.arrow-style-one .slick-next,
.arrow-style-one .next-p1,
.arrow-style-one .prev-p1,
.arrow-style-one .slick-arrow,
.arrow-style-two .slick-prev,
.arrow-style-two .slick-next,
.arrow-style-two .next-p1,
.arrow-style-two .prev-p1,
.arrow-style-two .slick-arrow {
  color: #212529;
  font-size: 24px;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  border: 1.5px solid #000;
  background: transparent;
  display: inline-block;
  position: relative;
  z-index: 1;
  cursor: pointer;
  -webkit-transition: all 0.4s ease 0s;
  -moz-transition: all 0.4s ease 0s;
  -ms-transition: all 0.4s ease 0s;
  -o-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
}
.arrow-style-one .slick-prev img,
.arrow-style-one .slick-next img,
.arrow-style-one .next-p1 img,
.arrow-style-one .prev-p1 img,
.arrow-style-one .slick-arrow img,
.arrow-style-two .slick-prev img,
.arrow-style-two .slick-next img,
.arrow-style-two .next-p1 img,
.arrow-style-two .prev-p1 img,
.arrow-style-two .slick-arrow img {
  -webkit-transition: all 0.4s ease 0s;
  -moz-transition: all 0.4s ease 0s;
  -ms-transition: all 0.4s ease 0s;
  -o-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
}
.arrow-style-one .slick-prev:hover,
.arrow-style-one .slick-next:hover,
.arrow-style-one .next-p1:hover,
.arrow-style-one .prev-p1:hover,
.arrow-style-one .slick-arrow:hover,
.arrow-style-two .slick-prev:hover,
.arrow-style-two .slick-next:hover,
.arrow-style-two .next-p1:hover,
.arrow-style-two .prev-p1:hover,
.arrow-style-two .slick-arrow:hover {
  color: #ffffff;
  background: #FFC800;
  border-color: #FFC800;
}
.arrow-style-one .slick-prev:hover img,
.arrow-style-one .slick-next:hover img,
.arrow-style-one .next-p1:hover img,
.arrow-style-one .prev-p1:hover img,
.arrow-style-one .slick-arrow:hover img,
.arrow-style-two .slick-prev:hover img,
.arrow-style-two .slick-next:hover img,
.arrow-style-two .next-p1:hover img,
.arrow-style-two .prev-p1:hover img,
.arrow-style-two .slick-arrow:hover img {
  transform: scale(1.1);
}
.arrow-style-one .slick-prev,
.arrow-style-two .slick-prev {
  margin-right: 20px;
}
.arrow-style-one .slick-prev::before,
.arrow-style-two .slick-prev::before {
  left: -20px;
  top: -10px;
  right: auto;
}
.arrow-style-one .slick-next::before,
.arrow-style-two .slick-next::before {
  right: -20px;
  top: -10px;
}

.arrow-style-two .slick-arrow {
  background: #ffffff;
  border-color: #ffffff;
}

.arrow-back-border.border-black {
  border: 1.5px solid #00095E;
}

.number-wrapper {
  position: absolute;
  left: 50px;
  top: 34%;
  transform: rotate(90deg);
  z-index: 1;
}
.number-wrapper .number-pagination {
  color: #ffffff;
  font-size: 20px;
  font-weight: 600;
  display: inline-block;
  line-height: 1;
  letter-spacing: 4px;
}
.number-wrapper .total-pagination {
  font-size: 20px;
  color: rgba(255, 255, 255, 0.3);
  font-weight: 500;
  display: inline-block;
  line-height: 1;
  letter-spacing: 4px;
}
.number-wrapper .divider-line {
  width: 2px;
  height: 17px;
  background: rgba(255, 255, 255, 0.3);
  display: inline-block;
  margin: 0 6px 0 4px;
  line-height: 1;
  transform: rotate(20deg) translateY(1px);
}

.number-wrapper-two {
  position: relative;
  z-index: 1;
}
.number-wrapper-two::before {
  content: "";
  background: #D6D9DD;
  width: 442px;
  height: 1.5px;
  position: relative;
  left: 0;
  top: -6px;
  display: inline-block;
  margin-right: 35px;
}
.number-wrapper-two::after {
  content: "\f285";
  font-family: "bootstrap-icons";
  font-weight: 700;
  position: absolute;
  font-size: 16px;
  color: rgba(0, 0, 0, 0.3);
  right: 21%;
  top: -1px;
  z-index: 1;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -ms-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.number-wrapper-two .number-pagination {
  color: #212529;
  font-size: 20px;
  font-weight: 500;
  font-family: "Lato", sans-serif;
  letter-spacing: 4px;
  display: inline-block;
  line-height: 1;
}
.number-wrapper-two .total-pagination {
  font-size: 20px;
  color: rgba(0, 0, 0, 0.3);
  font-weight: 600;
  font-family: "Lato", sans-serif;
  letter-spacing: 4px;
  display: inline-block;
  line-height: 1;
}
.number-wrapper-two .divider-line {
  width: 2px;
  height: 17px;
  background: rgba(0, 0, 0, 0.3);
  display: inline-block;
  margin: 0 6px 0 4px;
  line-height: 1;
  transform: rotate(20deg) translateY(1px);
}
@media only screen and (max-width: 1600px) {
  .number-wrapper-two::before {
    width: 280px;
  }
  .number-wrapper-two::after {
    display: none;
  }
}

.course-navigation .slick-arrow {
  color: #000;
  font-size: 30px;
  border: 1.5px solid #D6D9DD;
  width: 80px;
  height: 80px;
  border-radius: 50%;
  display: inline-block;
  background: transparent;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  -webkit-transition: all 0.4s ease 0s;
  -moz-transition: all 0.4s ease 0s;
  -ms-transition: all 0.4s ease 0s;
  -o-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
}
.course-navigation .slick-arrow:hover {
  color: #ffffff;
  border-color: #FFC800;
  background: #FFC800;
}
.course-navigation .slick-prev:hover {
  transform: rotate(-45deg);
}
.course-navigation .slick-next:hover {
  transform: rotate(45deg);
}
.course-navigation .nav-title {
  font-size: 20px;
  margin-bottom: 5px;
}
.course-navigation .course-title {
  color: #212529;
  font-size: 28px;
  font-family: "Lato", sans-serif;
  font-weight: 600;
  margin-bottom: 0;
}
@media only screen and (max-width: 767.98px) {
  .course-navigation .slick-prev {
    margin-right: 10px;
  }
  .course-navigation .slick-next {
    margin-left: 10px;
  }
  .course-navigation .course-title {
    font-size: 24px;
  }
}

.faq-que-list .accordion-item:first-of-type > .accordion-header .accordion-button {
  border-top-left-radius: 15px;
  border-top-right-radius: 15px;
}
.faq-que-list .accordion-item:last-of-type > .accordion-header .accordion-button.collapsed {
  border-bottom-right-radius: 15px;
  border-bottom-left-radius: 15px;
}
.faq-que-list .accordion-item {
  border: 0;
  background-color: transparent;
  border: 1.5px solid #D6D9DD;
  border-radius: 15px;
  margin-bottom: 30px;
}
.faq-que-list .accordion-item button:focus,
.faq-que-list .accordion-item input:focus,
.faq-que-list .accordion-item input:focus,
.faq-que-list .accordion-item textarea,
.faq-que-list .accordion-item textarea:focus {
  outline: 0;
}
.faq-que-list .accordion-item.active {
  border-color: #FFC800;
}
.faq-que-list .accordion-item .accordion-button {
  border: 0;
  border-radius: 0;
  border-top-left-radius: 15px;
  border-top-right-radius: 15px;
  transition: unset;
  color: #FFC800;
  font-size: 26px;
  font-family: "Lato", sans-serif;
  font-weight: 600;
  line-height: 1.875rem;
  box-shadow: none;
  background: transparent;
  padding: 0;
  padding: 33px 0 32px 30px;
  position: relative;
  box-shadow: 0;
  -webkit-transition: unset;
  -moz-transition: unset;
  -ms-transition: unset;
  -o-transition: unset;
  word-wrap: normal;
  display: inline-block;
}
.faq-que-list .accordion-item .accordion-button .number {
  font-size: 22px;
  font-weight: 400;
  margin-right: 12px;
}
.faq-que-list .accordion-item .accordion-button.collapsed {
  border: 0;
  border-radius: 15px;
}
@media only screen and (min-width: 1200px) and (max-width: 1600px) {
  .faq-que-list .accordion-item .accordion-button {
    padding: 21px 20px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .faq-que-list .accordion-item .accordion-button {
    padding: 21px 20px;
    font-size: 18px;
  }
  .faq-que-list .accordion-item .accordion-button .number {
    font-size: 18px;
  }
}
@media (max-width: 767px) {
  .faq-que-list .accordion-item .accordion-button {
    padding: 21px 10px;
    font-size: 18px;
  }
  .faq-que-list .accordion-item .accordion-button .number {
    font-size: 18px;
  }
}
.faq-que-list .accordion-item .accordion-button:focus {
  box-shadow: none;
  outline: 0;
}
.faq-que-list .accordion-item .accordion-button::before {
  content: "\f63b";
  position: absolute;
  font-family: "bootstrap-icons";
  font-size: 20px;
  font-weight: 300;
  color: #ffffff;
  text-align: center;
  border-radius: 50%;
  width: 30px;
  height: 30px;
  line-height: 29px;
  border: 1px solid #FFC800;
  background: #FFC800;
  border-radius: 50%;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
  transition: 0.3s linear;
  z-index: 1;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .faq-que-list .accordion-item .accordion-button::before {
    right: 10px;
    font-size: 16px;
  }
}
@media (max-width: 767px) {
  .faq-que-list .accordion-item .accordion-button::before {
    right: 5px;
    font-size: 16px;
  }
}
.faq-que-list .accordion-item .accordion-button::after {
  display: none;
}
.faq-que-list .accordion-item .collapsed {
  color: #212529;
  border: 0;
}
.faq-que-list .accordion-item .collapsed::before {
  content: "\f4fe";
  color: #ffffff;
  transform: translateY(-50%);
  font-size: 25px;
  line-height: 29px;
  background: #00095E;
  border-color: #00095E;
}
.faq-que-list .accordion-item .accordion-body {
  padding-top: 25px;
  padding-bottom: 15px;
  padding-bottom: 27px;
  padding-left: 30px;
  border-bottom-left-radius: 15px;
  border-bottom-right-radius: 15px;
  border-top: 1.5px solid #D6D9DD;
}
@media only screen and (max-width: 767.98px) {
  .faq-que-list .accordion-item .accordion-body {
    padding-left: 15px;
  }
}

.faq-style-2 .accordion-item {
  border-radius: 15px;
  border: 1.5px solid #D6D9DD;
  padding: 0;
}
.faq-style-2 .accordion-item.active {
  border: 1.5px solid #000;
  border-radius: 15px;
}
.faq-style-2 .accordion-item .accordion-button {
  font-size: 26px;
  font-weight: 600;
  font-family: "Lato", sans-serif;
  background: transparent;
  color: #212529;
  background: transparent;
  border: 0;
  padding: 35px 25px 33px 50px;
}
.faq-style-2 .accordion-item .accordion-button .number {
  font-size: 22px;
  font-weight: 400;
  margin-right: 7px;
}
.faq-style-2 .accordion-item .accordion-button::before {
  content: "\f63b";
  color: rgba(0, 0, 0, 0.7);
  background: transparent;
  width: 40px;
  height: 40px;
  line-height: 40px;
  border-radius: 50%;
}
.faq-style-2 .accordion-item .accordion-button.collapsed {
  padding: 35px 25px 33px 50px;
  border: 0;
  background: transparent;
}
.faq-style-2 .accordion-item .collapsed {
  border: 0;
}
.faq-style-2 .accordion-item .collapsed::before {
  content: "\f4fe";
  color: rgba(0, 0, 0, 0.7);
  background: transparent;
  width: 40px;
  height: 40px;
  line-height: 40px;
  border-radius: 50%;
  transform: translateY(-50%) rotate(0deg);
}
.faq-style-2 .accordion-item .accordion-body {
  background: transparent;
  border-top: 0;
  padding-top: 25px;
  padding-left: 50px;
  padding-right: 25px;
  border-top: 1.5px solid #D6D9DD;
}
.faq-style-2 .accordion-item .accordion-body p {
  color: rgba(0, 0, 0, 0.7);
}
@media only screen and (max-width: 1200px) {
  .faq-style-2 .accordion-item .accordion-button {
    font-size: 20px;
    padding-left: 15px;
    padding-right: 15px;
  }
  .faq-style-2 .accordion-item .accordion-button.collapsed {
    padding-left: 15px;
    padding-right: 15px;
  }
  .faq-style-2 .accordion-item .accordion-body {
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media only screen and (max-width: 767.98px) {
  .faq-style-2 .accordion-item .accordion-button {
    font-size: 18px;
  }
}

.faq-style-3 .accordion-item .accordion-button {
  background: #FFC800;
  color: #ffffff;
}
.faq-style-3 .accordion-item .accordion-button::before {
  color: #000;
  background: #ffffff;
  border-color: #ffffff;
}
.faq-style-3 .accordion-item .accordion-button .number {
  font-size: 22px;
  font-weight: 400;
  font-family: "Lato", sans-serif;
}
.faq-style-3 .accordion-item .accordion-button.collapsed {
  color: #000;
  background: transparent;
}
.faq-style-3 .accordion-item .accordion-button.collapsed::before {
  color: #ffffff;
  background: #00095E;
  border-color: #00095E;
}
.faq-style-3 .accordion-item .accordion-body {
  background: #FFC800;
}
.faq-style-3 .accordion-item .accordion-body P {
  color: rgba(255, 255, 255, 0.7);
}

.feature-list-one {
  margin-bottom: 40px;
}
.feature-list-one .icon {
  color: #ffffff;
  display: inline-block;
  background: #00095E;
  font-size: 14px;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  line-height: 20px;
  text-align: center;
  margin-right: 10px;
  margin-top: 10px;
}
.feature-list-one .feature-title {
  color: #212529;
  font-size: 22px;
  font-weight: 400;
  font-family: "Lato", sans-serif;
  line-height: 1.72;
  margin-bottom: 0;
  flex: 1;
}
.feature-list-one .feature-title b {
  font-weight: 600;
}
@media only screen and (max-width: 1600px) {
  .feature-list-one .icon {
    margin-right: 5px;
  }
}
@media only screen and (max-width: 1200px) {
  .feature-list-one .feature-title {
    font-size: 18px;
  }
}
@media only screen and (max-width: 1200px) {
  .feature-list-one .feature-title {
    font-size: 18px;
  }
}

.feature-wrap-one {
  border: 1.5px solid #D6D9DD;
  padding: 40px 45px 40px 40px;
  -webkit-transition: all 0.4s ease 0s;
  -moz-transition: all 0.4s ease 0s;
  -ms-transition: all 0.4s ease 0s;
  -o-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
}
.feature-wrap-one.fw-one {
  border-radius: 30px 0 0 0;
}
.feature-wrap-one.fw-three {
  border-radius: 0 0 0 30px;
}
.feature-wrap-one.fw-two {
  border-radius: 0 30px 0 0;
}
.feature-wrap-one.fw-four {
  border-radius: 0 0 30px 0;
}
.feature-wrap-one .icon {
  width: 90px;
  height: 90px;
  border-radius: 50%;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 29px;
  background: #E3F2FD;
  -webkit-transition: all 0.4s ease 0s;
  -moz-transition: all 0.4s ease 0s;
  -ms-transition: all 0.4s ease 0s;
  -o-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
}
.feature-wrap-one .feature-title {
  font-size: 32px;
  font-weight: 600;
  font-family: "Poppins", sans-serif;
  margin-bottom: 18px;
  line-height: 1.1;
}
.feature-wrap-one .feature-title a {
  color: #212529;
  -webkit-transition: all 0.4s ease 0s;
  -moz-transition: all 0.4s ease 0s;
  -ms-transition: all 0.4s ease 0s;
  -o-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
}
.feature-wrap-one p {
  font-size: 18px;
  line-height: 32px;
  color: rgba(0, 0, 0, 0.7);
  margin-bottom: 0;
  -webkit-transition: all 0.4s ease 0s;
  -moz-transition: all 0.4s ease 0s;
  -ms-transition: all 0.4s ease 0s;
  -o-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
}
.feature-wrap-one:hover {
  background: #FFC800;
}
.feature-wrap-one:hover .icon {
  background: #ffffff;
}
.feature-wrap-one:hover .feature-title {
  color: #ffffff;
}
.feature-wrap-one:hover p {
  color: rgba(255, 255, 255, 0.7);
}
@media only screen and (max-width: 1600px) {
  .feature-wrap-one .feature-title {
    font-size: 24px;
  }
}
@media only screen and (max-width: 1200px) {
  .feature-wrap-one {
    padding-left: 15px;
    padding-right: 15px;
  }
}

.feature-wrap-two .icon {
  width: 90px;
  height: 90px;
  border-radius: 50%;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  margin-right: 24px;
  margin-bottom: 29px;
  background: #00095E;
  -webkit-transition: all 0.4s ease 0s;
  -moz-transition: all 0.4s ease 0s;
  -ms-transition: all 0.4s ease 0s;
  -o-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
}
.feature-wrap-two .feature-content {
  flex: 1;
}
.feature-wrap-two .feature-title {
  font-size: 32px;
  font-weight: 600;
  font-family: "Poppins", sans-serif;
  margin-bottom: 18px;
  line-height: 1.1;
}
.feature-wrap-two .feature-title a {
  color: #212529;
  -webkit-transition: all 0.4s ease 0s;
  -moz-transition: all 0.4s ease 0s;
  -ms-transition: all 0.4s ease 0s;
  -o-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
}
.feature-wrap-two p {
  font-size: 18px;
  line-height: 32px;
  color: rgba(0, 0, 0, 0.7);
  margin-bottom: 0;
  -webkit-transition: all 0.4s ease 0s;
  -moz-transition: all 0.4s ease 0s;
  -ms-transition: all 0.4s ease 0s;
  -o-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
}
@media only screen and (max-width: 1600px) {
  .feature-wrap-two .feature-title {
    font-size: 24px;
  }
}
.feature-wrap-three {
  text-align: center;
  padding-left: 30px;
  padding-right: 30px;
  margin-bottom: 40px;
  -webkit-transition: all 0.4s ease 0s;
  -moz-transition: all 0.4s ease 0s;
  -ms-transition: all 0.4s ease 0s;
  -o-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
}
.feature-wrap-three .icon {
  width: max-content;
  height: max-content;
  border-radius: 50%;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 22px;
  position: relative;
  z-index: 1;
  -webkit-transition: all 0.4s ease 0s;
  -moz-transition: all 0.4s ease 0s;
  -ms-transition: all 0.4s ease 0s;
  -o-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
}
.feature-wrap-three .bg-shape {
  width: 146px;
  height: 146px;
  border-radius: 50%;
  animation: rotation infinite linear 35s;
}
.feature-wrap-three .front-icon {
  display: inline-block;
  position: absolute;
  z-index: 2;
}
.feature-wrap-three .feature-title {
  font-size: 32px;
  font-weight: 600;
  font-family: "Poppins", sans-serif;
  margin-bottom: 18px;
  line-height: 1.1;
}
.feature-wrap-three .feature-title a {
  color: #212529;
  -webkit-transition: all 0.4s ease 0s;
  -moz-transition: all 0.4s ease 0s;
  -ms-transition: all 0.4s ease 0s;
  -o-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
}
.feature-wrap-three p {
  font-size: 18px;
  line-height: 32px;
  color: rgba(0, 0, 0, 0.7);
  margin-bottom: 23px;
  -webkit-transition: all 0.4s ease 0s;
  -moz-transition: all 0.4s ease 0s;
  -ms-transition: all 0.4s ease 0s;
  -o-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
}
.feature-wrap-three .more-btn {
  display: inline-block;
}
.feature-wrap-three:hover .icon .bg-shape {
  filter: invert(16%) sepia(99%) saturate(7404%) hue-rotate(359deg) brightness(79%) contrast(93%);
}
.feature-wrap-three:hover .feature-title {
  color: #FFC800;
}
@media only screen and (max-width: 1600px) {
  .feature-wrap-three {
    padding-left: 15px;
    padding-right: 15px;
  }
  .feature-wrap-three .feature-title {
    font-size: 24px;
  }
}
@media only screen and (max-width: 1200px) {
  .feature-wrap-three {
    padding-left: 0;
    padding-right: 0;
  }
}

.feature-wrap-four {
  background: #ffffff;
  border-radius: 30px;
  margin-bottom: 40px;
  border: 1.5px solid #D6D9DD;
  padding: 45px 45px 33px 45px;
  -webkit-transition: all 0.4s ease 0s;
  -moz-transition: all 0.4s ease 0s;
  -ms-transition: all 0.4s ease 0s;
  -o-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
}
.feature-wrap-four .icon {
  width: 90px;
  height: 90px;
  border-radius: 50%;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 34px;
  background: #00095E;
  -webkit-transition: all 0.4s ease 0s;
  -moz-transition: all 0.4s ease 0s;
  -ms-transition: all 0.4s ease 0s;
  -o-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
}
.feature-wrap-four .feature-title {
  font-size: 32px;
  font-weight: 600;
  font-family: "Poppins", sans-serif;
  margin-bottom: 15px;
  line-height: 1.1;
}
.feature-wrap-four .feature-title a {
  color: #212529;
  -webkit-transition: all 0.4s ease 0s;
  -moz-transition: all 0.4s ease 0s;
  -ms-transition: all 0.4s ease 0s;
  -o-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
}
.feature-wrap-four p {
  font-size: 18px;
  line-height: 32px;
  color: rgba(0, 0, 0, 0.7);
  margin-bottom: 20px;
  -webkit-transition: all 0.4s ease 0s;
  -moz-transition: all 0.4s ease 0s;
  -ms-transition: all 0.4s ease 0s;
  -o-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
}
.feature-wrap-four:hover {
  border-color: #FFC800;
  transform: translateY(-10px);
}
.feature-wrap-four:hover .icon {
  background: #FFC800;
}
@media only screen and (max-width: 1600px) {
  .feature-wrap-four .feature-title {
    font-size: 24px;
  }
}
@media only screen and (max-width: 1200px) {
  .feature-wrap-four {
    padding-left: 10px;
    padding-right: 10px;
  }
}

.feature-wrap-five .icon {
  color: #ffffff;
  font-size: 22px;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: #FFC800;
}
.feature-wrap-five .content {
  flex: 1;
  margin-left: 15px;
  max-width: 523px;
}

.shape-w3a {
  right: -10%;
  top: -127px;
}

.shape-w3b {
  top: -170px;
  left: 0;
}

.widget-title {
  font-size: 26px;
  font-weight: 600;
  font-family: "Lato", sans-serif;
}

.service-widget {
  border-radius: 25px;
}
.service-widget .widget-title {
  margin-bottom: 26px;
}
.service-widget .widget {
  padding: 45px 50px 50px 50px;
  margin-bottom: 50px;
  background: #E3F2FD;
  border-radius: 20px;
}
@media only screen and (max-width: 1600px) {
  .service-widget .widget {
    padding: 25px 15px;
  }
}
@media only screen and (max-width: 1200px) {
  .service-widget {
    border-radius: 15px;
  }
}

.blog-sidebar .widget-title {
  margin-bottom: 26px;
}
.blog-sidebar .widget:last-child {
  margin-bottom: 0;
}
.blog-sidebar .widget {
  margin-bottom: 50px;
}
.blog-sidebar .widget-search .search-form input {
  border: 1.5px solid #D6D9DD;
}

.social-links a {
  color: #ffffff;
  font-size: 20px;
  border: 1px solid #ffffff;
  margin-right: 10px;
  display: inline-block;
  width: 50px;
  height: 50px;
  text-align: center;
  line-height: 50px;
  border-radius: 50%;
  -webkit-transition: all 0.4s ease 0s;
  -moz-transition: all 0.4s ease 0s;
  -ms-transition: all 0.4s ease 0s;
  -o-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
}
.social-links a:last-child {
  margin-right: 0;
}
.social-links a:hover {
  color: #212529;
  background: #FFC800;
  border-color: #FFC800;
}

.service-category-widget li:last-child a,
.category-widget li:last-child a {
  margin-bottom: 0;
}
.service-category-widget li a,
.category-widget li a {
  color: #212529;
  font-size: 18px;
  font-weight: 600;
  line-height: 30px;
  font-family: "Lato", sans-serif;
  background: #ffffff;
  padding: 14px 20px 14px 20px;
  border-radius: 10px;
  margin-bottom: 20px;
  display: block;
  position: relative;
  z-index: 1;
}
.service-category-widget li a:hover,
.category-widget li a:hover {
  color: #ffffff;
  background: #FFC800;
}

.blog-sidebar .category-widget li a {
  background: transparent;
  border: 1.5px solid #D6D9DD;
}
.blog-sidebar .category-widget li a:hover {
  color: #ffffff;
  border-color: #FFC800;
  background: #FFC800;
}

.widget-file-download {
  background: #f4f4f4;
  border-radius: 10px;
  padding: 20px 30px 20px 25px;
}
.widget-file-download .file-download {
  display: flex;
  align-items: center;
  position: relative;
  z-index: 1;
  -webkit-transition: all 0.4s ease 0s;
  -moz-transition: all 0.4s ease 0s;
  -ms-transition: all 0.4s ease 0s;
  -o-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
}
.widget-file-download .file-download .icon {
  width: 60px;
  height: 60px;
  background: #00095E;
  border-radius: 50%;
  color: #ffffff;
  font-size: 30px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.widget-file-download .file-download .file-intro {
  flex: 1;
  margin-left: 20px;
}
.widget-file-download .file-download .file-intro p {
  color: rgba(0, 0, 0, 0.7);
  font-size: 18px;
  font-weight: 500;
  line-height: 30px;
  font-family: "Poppins", sans-serif;
  margin-bottom: 0;
}
.widget-file-download .file-download .file-intro span {
  font-size: 14px;
}
@media only screen and (max-width: 767.98px) {
  .widget-file-download .file-download .file-intro p {
    font-size: 14px;
  }
}
.widget-file-download .file-download .download-link {
  font-size: 30px;
}
.widget-file-download .file-download .download-link:hover {
  color: #00095E;
}
.widget-file-download .file-download:hover .icon {
  background: #FFC800;
}
@media only screen and (max-width: 1200px) {
  .widget-file-download {
    padding-left: 10px;
    padding-right: 10px;
  }
}

.comment-form input,
.comment-form textarea {
  background: #F5F5F5;
  border-radius: 0;
  color: #212529;
  font-size: 18px;
  font-family: "Lato", sans-serif;
  display: block;
  height: 60px;
  width: 100%;
  padding-left: 20px;
  margin-bottom: 40px;
  border-radius: 8px;
  border: 1.5px solid transparent;
}
.comment-form input:focus,
.comment-form textarea:focus {
  outline: none;
  border-color: #212529;
}
.comment-form input::placeholder,
.comment-form textarea::placeholder {
  color: #212529;
  font-size: 18px;
}
.comment-form input::-moz-placeholder,
.comment-form textarea::-moz-placeholder {
  color: rgba(0, 0, 0, 0.7);
  font-size: 18px;
}
.comment-form input::-webkit-placeholder,
.comment-form textarea::-webkit-placeholder {
  color: #212529;
  font-size: 18px;
}
.comment-form input::-o-placeholder,
.comment-form textarea::-o-placeholder {
  color: rgba(0, 0, 0, 0.7);
  font-size: 18px;
}
.comment-form input::-ms-placeholder,
.comment-form textarea::-ms-placeholder {
  color: #212529;
  font-size: 18px;
}
.comment-form textarea {
  height: 170px;
  resize: none;
  padding-top: 10px;
}
.comment-form button {
  color: #ffffff;
  padding: 19px 50px 18px 50px;
  background: #FFC800;
  text-transform: capitalize;
  border: 0;
}
.comment-form p {
  display: flex;
  align-items: center;
}
.comment-form p input {
  width: 20px;
  height: 20px;
  margin-bottom: 0;
  margin-right: 10px;
}

.page-navigation .page-item:first-child .page-link {
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
}
.page-navigation .page-item:last-child .page-link {
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
}
.page-navigation .page-link {
  display: inline-block;
  color: #212529;
  background: transparent;
  font-size: 20px;
  font-weight: 400;
  font-family: "Lato", sans-serif;
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  margin-right: 20px;
  padding: 0;
  border-radius: 5px;
  border: 1px solid #212529;
}
.page-navigation .page-link i {
  font-size: 20px;
}
.page-navigation .page-link:focus {
  z-index: 2;
  color: #212529;
  border-color: unset;
  outline: none;
  box-shadow: none;
}
.page-navigation .page-link:hover {
  color: #ffffff;
  background: #FFC800;
  border-color: #FFC800;
}

.recent-post {
  display: flex;
  align-items: center;
}
.recent-post .post-thumb {
  width: 100px;
  height: 70px;
  display: inline-block;
  margin-right: 15px;
  margin-bottom: 0;
  background-size: cover;
  background-position: center;
  border-radius: 8px;
  background-repeat: no-repeat;
}
.recent-post h5 {
  font-size: 16px;
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  line-height: 22px;
  letter-spacing: normal;
}
.recent-post h5 a {
  color: #212529;
}
.recent-post h5 a:hover {
  color: #FFC800;
}
.recent-post span {
  color: rgba(0, 0, 0, 0.7);
  font-size: 12px;
  font-weight: 400;
  font-family: "Lato", sans-serif;
}
.recent-post span i {
  color: rgba(0, 0, 0, 0.7);
}
@media (max-width: 1599.98px) {
  .recent-post h5 {
    font-size: 18px;
  }
}

.widget-search .search-form {
  position: relative;
  z-index: 1;
}
.widget-search .search-form input {
  color: rgba(0, 0, 0, 0.7);
  font-size: 20px;
  height: 60px;
  width: 100%;
  line-height: 60px;
  padding-left: 22px;
  background: #ffffff;
  border: 1.5px solid transparent;
  border-radius: 8px;
}
.widget-search .search-form input::placeholder {
  font-size: 20px;
  color: rgba(0, 0, 0, 0.7);
}
.widget-search .search-form input::-webkit-placeholder {
  font-size: 20px;
  color: rgba(0, 0, 0, 0.7);
}
.widget-search .search-form input::-moz-placeholder {
  font-size: 20px;
  color: rgba(0, 0, 0, 0.7);
}
.widget-search .search-form input::-o-placeholder {
  font-size: 20px;
  color: rgba(0, 0, 0, 0.7);
}
.widget-search .search-form .widget-btn {
  color: #ffffff;
  background: transparent;
  border: 0;
  width: 54px;
  height: 50px;
  line-height: 50px;
  color: #ffffff;
  position: absolute;
  right: 5px;
  top: 5px;
  border-radius: 6px;
  z-index: 1;
}
.widget-search .search-form .widget-btn i {
  color: #000;
  font-size: 20px;
}

.tagcloud span {
  color: rgba(0, 0, 0, 0.7);
  font-size: 22px;
  font-weight: 500;
  font-family: "Lato", sans-serif;
  display: inline-block;
  margin-right: 10px;
}
.tagcloud a {
  color: rgba(0, 0, 0, 0.7);
  font-size: 14px;
  line-height: 16px;
  font-weight: 600;
  font-family: "Poppins", sans-serif;
  border: 1px solid #000;
  display: inline-block;
  padding: 10px 15px;
  margin: 5px 3px;
  border-radius: 4px;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -ms-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  position: relative;
  z-index: 1;
}
.tagcloud a::before {
  content: "";
  position: absolute;
  z-index: 1;
  background: #ffffff;
  width: 0px;
  height: 100%;
  left: 0;
  bottom: 0;
  border-radius: 4px;
  -webkit-transition: all 0.4s ease 0s;
  -moz-transition: all 0.4s ease 0s;
  -ms-transition: all 0.4s ease 0s;
  -o-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
  z-index: -1;
}
.tagcloud a:hover {
  color: #ffffff;
  border-color: #FFC800;
}
.tagcloud a:hover::before {
  width: 100%;
  background: #FFC800;
}
@media only screen and (min-width: 1200px) and (max-width: 1600px) {
  .tagcloud a {
    padding: 16px 16px;
    margin: 5px 2px;
  }
}
@media (max-width: 767px) {
  .tagcloud a {
    padding: 16px 10px;
    margin: 5px 2px;
  }
}

.widget-contact {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background: #00095E;
  text-align: center;
  padding: 340px 50px 30px 50px;
  border-radius: 15px;
  position: relative;
  z-index: 1;
}
.widget-contact::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  border-radius: 0px 0px 25px 25px;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.8) 100%);
  width: 100%;
  height: 252px;
  z-index: -1;
}
.widget-contact .contact-title {
  color: #ffffff;
  font-size: 32px;
  font-weight: 600;
  font-family: "Poppins", sans-serif;
}
@media only screen and (max-width: 1200px) {
  .widget-contact .contact-title {
    font-size: 22px;
    line-height: 40px;
  }
}
.widget-contact .ht-btn::before {
  background: #ffffff;
}
.widget-contact .ht-btn:hover {
  color: #212529;
}
@media only screen and (max-width: 1200px) {
  .widget-contact {
    padding-top: 100px;
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media only screen and (max-width: 767.98px) {
  .widget-contact {
    padding-left: 10px;
    padding-right: 10px;
  }
}

.widget-contacts .ht-btn::before {
  background: #ffffff;
}
.widget-contacts .ht-btn:hover {
  color: #000;
}

.cart-list-form {
  border: 1px solid rgba(7, 17, 6, 0.1);
}
.cart-list-form .table th {
  font-weight: 400;
  font-size: 18px;
  border: none;
  border-bottom: 1px solid rgba(7, 17, 6, 0.1);
  padding: 15px 30px;
  text-align: start;
  color: #212529;
}
.cart-list-form .table .product-thumbnails {
  padding-left: 20px;
  width: 100px;
}
.cart-list-form .table .product-thumbnails img {
  max-height: 100%;
  max-width: none;
  width: 100px;
}
.cart-list-form .table .product-img {
  display: block;
  max-width: 100px;
  max-height: 100px;
  overflow: hidden;
}
.cart-list-form .table tbody td {
  border: none;
  vertical-align: middle;
  text-align: center;
  padding: 30px 0;
}
@media only screen and (max-width: 991.98px) {
  .cart-list-form .table .product-thumbnails {
    padding-left: 10px;
  }
}

.cart-list-form .table-responsive {
  margin-bottom: 30px;
}
.cart-list-form .table-responsive::-webkit-scrollbar {
  width: 0.3em;
  height: 10px;
}
.cart-list-form .table-responsive::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
}
.cart-list-form .table-responsive::-webkit-scrollbar-thumb {
  background-color: #FFC800;
}
.cart-list-form .table .product-info {
  padding-left: 30px;
  text-align: left;
}
.cart-list-form .table .product-info ul.style-none {
  padding: 0;
  margin: 0;
}
.cart-list-form .table .product-info ul.style-none li {
  font-weight: 500;
  display: inline-block;
  font-size: 15px;
  color: rgba(0, 0, 0, 0.7);
  padding-right: 15px;
}
.cart-list-form .table .product-info .product-name {
  font-weight: 500;
  letter-spacing: -0.5px;
  font-size: 20px;
  color: #212529;
}
@media only screen and (max-width: 991.98px) {
  .cart-list-form .table .product-info .product-name {
    font-size: 18px;
  }
}
.cart-list-form .table .product-info .serial {
  font-size: 15px;
  color: rgba(0, 0, 0, 0.7);
  padding-bottom: 6px;
}
@media only screen and (max-width: 991.98px) {
  .cart-list-form .table .product-info {
    padding-left: 15px;
  }
}
.cart-list-form .table .quantity .product-value {
  font-weight: 500;
  font-size: 18px;
  color: rgba(0, 0, 0, 0.7);
  max-width: 55px;
  background: 0 0;
  border: none;
  text-align: center;
  padding-left: 12px;
}
@media only screen and (max-width: 991.98px) {
  .cart-list-form .table .quantity .product-value {
    max-width: 20px;
    padding-left: 0;
  }
}
.cart-list-form .table .quantity .order-box {
  padding: 0;
  margin: 0;
}
.cart-list-form .table .quantity li {
  display: inline-block;
  line-height: 40px;
  max-height: 40px;
}
.cart-list-form .table .quantity li .btn {
  font-size: 24px;
  padding: 0;
  border: none;
  vertical-align: inherit;
  color: #212529;
  background: #F5F5F5;
  width: 36px;
  height: 36px;
  border-radius: 50%;
}
@media only screen and (max-width: 991.98px) {
  .cart-list-form .table .quantity li .btn {
    width: 25px;
    height: 25px;
    line-height: 25px;
  }
}
.cart-list-form .table .remove-product {
  color: #FFC800;
  font-size: 22px;
}
.cart-list-form .table tbody tr {
  padding: 10px 0;
  border-bottom: 1px solid rgba(119, 124, 144, 0.2);
}

.cart-list-form .table .price,
.cat__section .cart-footer .cart-total-table tr td {
  font-size: 18px;
  color: rgba(0, 0, 0, 0.7);
  font-weight: 500;
}

.cart-footer .coupon-form {
  background: #FCF1EC;
  position: relative;
  z-index: 1;
}
.cart-footer .coupon-form input {
  width: 275px;
  border: none;
  background: #F5F5F5;
  font-size: 16px;
  color: #212529;
  padding-left: 14px;
  height: 40px;
  border-radius: 6px;
}
.cart-footer .coupon-form input::placeholder {
  font-size: 16px;
  color: #212529;
}
.cart-footer .coupon-form input::-moz-placeholder {
  font-size: 16px;
  color: #212529;
}
.cart-footer .coupon-form input::-o-placeholder {
  font-size: 16px;
  color: #212529;
}
.cart-footer .coupon-form input::-webkit-placeholder {
  font-size: 16px;
  color: #212529;
}
.cart-footer .coupon-form input::-ms-placeholder {
  font-size: 16px;
  color: #212529;
}
.cart-footer .coupon-form .coupon_btn {
  font-size: 16px;
  font-weight: 400;
  position: absolute;
  right: 0;
  top: 1px;
  border: 0;
  height: 40px;
  padding: 0;
  width: 130px;
  text-transform: capitalize;
}
.cart-footer .coupon-form .coupon_btn:hover {
  color: rgba(0, 0, 0, 0.7);
}
.cart-footer .coupon-form .coupon_btn:hover::before {
  background: #FFC800;
}
.cart-footer .update-section p {
  color: rgba(0, 0, 0, 0.7);
  margin-bottom: 10px;
  cursor: pointer;
}
.cart-footer .update-cart-button {
  color: #ffffff;
  font-size: 16px;
  font-weight: 500;
  border: 0;
  background: #212529;
  width: max-content;
  height: 40px;
  display: inline-block;
  margin-top: -3px;
}

.cart-total-section {
  padding: 40px 30px;
  border-radius: 6px;
  background: #F4F4F4;
}
.cart-total-section .checkout-process {
  width: 100%;
  text-align: center;
  background: #212529;
  color: #ffffff;
  font-size: 16px;
  font-weight: 500;
  display: block;
  padding: 10px 25px;
}
.cart-total-section .checkout-process:hover {
  background: #00095E;
}
@media only screen and (max-width: 767.98px) {
  .cart-total-section {
    padding: 40px 15px;
  }
}

.cart-total-table tbody tr {
  padding-bottom: 25px;
  border-bottom: 1px solid rgba(119, 124, 144, 0.2);
  margin-bottom: 25px;
}
.cart-total-table tbody tr:last-child {
  border-bottom: 0;
}
.cart-total-table tbody th,
.cart-total-table tbody td {
  color: #212529;
  font-size: 16px;
  font-weight: 500;
  padding: 10px 0px;
}

.checkout-form label {
  color: rgba(0, 0, 0, 0.7);
  font-size: 16px;
  display: inline-block;
  margin-bottom: 10px;
}
.checkout-form .single-input-wrapper,
.checkout-form textarea {
  width: 100%;
  border-radius: 4px;
  background: #f4f4f4;
  border: 0;
  color: rgba(0, 0, 0, 0.7);
  font-size: 16px;
  font-weight: 400;
  width: 100%;
  height: 60px;
  padding-left: 20px;
  line-height: 60px;
  margin-bottom: 25px;
  border-radius: 6px;
}
.checkout-form .single-input-wrapper::placeholder,
.checkout-form textarea::placeholder {
  color: rgba(0, 0, 0, 0.7);
  font-size: 16px;
  font-weight: 400;
}
.checkout-form .single-input-wrapper::-ms-placeholder,
.checkout-form textarea::-ms-placeholder {
  color: rgba(0, 0, 0, 0.7);
  font-size: 16px;
}
.checkout-form .single-input-wrapper::-o-placeholder,
.checkout-form textarea::-o-placeholder {
  color: rgba(0, 0, 0, 0.7);
  font-size: 16px;
}
.checkout-form .single-input-wrapper::-moz-placeholder,
.checkout-form textarea::-moz-placeholder {
  color: rgba(0, 0, 0, 0.7);
  font-size: 16px;
}
.checkout-form .single-input-wrapper::-webkit-placeholder,
.checkout-form textarea::-webkit-placeholder {
  color: rgba(0, 0, 0, 0.7);
  font-size: 16px;
}
.checkout-form .ht-select-menu {
  width: 100%;
  border-radius: 6px;
  background: #f4f4f4;
  border: 0;
  color: rgba(0, 0, 0, 0.7);
  font-size: 18px;
  font-weight: 400;
  width: 100%;
  height: 60px;
  padding-left: 20px;
  line-height: 60px;
  position: relative;
  z-index: 10;
  margin-bottom: 40px;
}
.checkout-form .nice-select {
  position: relative;
  z-index: 10;
}
.checkout-form .nice-select .option {
  color: #212529;
}
.checkout-form textarea {
  height: 200px;
}
.checkout-form .checkbox-list {
  list-style: none;
  padding: 0;
}

.payment-list {
  padding: 0;
  list-style: none;
}
.payment-list p {
  color: rgba(0, 0, 0, 0.7);
}
.payment-list .credit-card-form h6 {
  font-size: 16px;
  font-weight: 600;
  font-family: "Lato", sans-serif;
}
.payment-list .credit-card-form input {
  width: 100%;
  border: 1px solid rgba(119, 124, 144, 0.15);
  padding-left: 10px;
  display: block;
  margin-bottom: 15px;
  height: 40px;
  line-height: 40px;
  color: rgba(0, 0, 0, 0.7);
}
.payment-list .credit-card-form input::placeholder {
  color: rgba(0, 0, 0, 0.7);
}
.payment-list .credit-card-form input::-moz-placeholder {
  color: rgba(0, 0, 0, 0.7);
}
.payment-list .credit-card-form input::-ms-placeholder {
  color: rgba(0, 0, 0, 0.7);
}
.payment-list .credit-card-form input::-o-placeholder {
  color: rgba(0, 0, 0, 0.7);
}
.payment-list .credit-card-form input::-webkit-placeholder {
  color: rgba(0, 0, 0, 0.7);
}

.checkout__section {
  overflow: hidden;
}

.cart-info-title,
.cart-total-title {
  font-size: 32px;
  font-weight: 600;
  font-family: "Lato", sans-serif;
  margin-bottom: 30px;
  text-decoration: underline;
}
@media only screen and (max-width: 1200px) {
  .cart-info-title,
  .cart-total-title {
    font-size: 24px;
  }
}

.shopping-cart {
  color: #212529;
  font-size: 20px;
  width: 60px;
  height: 60px;
  display: inline-block;
  border: 1.5px solid rgb(0, 0, 0);
  border-radius: 50%;
  text-align: center;
  line-height: 57px;
  position: relative;
}
.shopping-cart span {
  position: absolute;
  background: #FFC800;
  border-radius: 50%;
  width: 17px;
  height: 17px;
  padding: 0;
  line-height: 17px;
  top: -9px;
  right: -9px;
  left: auto;
}
.shopping-cart:hover {
  background: #FFC800;
  color: #ffffff;
}
@media only screen and (max-width: 767.98px) {
  .shopping-cart {
    font-size: 18px;
    width: 50px;
    height: 50px;
    line-height: 47px;
  }
}

.categories-accordion .accordion-item {
  background-color: transparent;
  border: 0;
}
.categories-accordion .accordion-item:first-of-type .accordion-button {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.categories-accordion .accordion-button {
  border-radius: 0;
  position: relative;
  display: flex;
  align-items: center;
  width: 100%;
  padding: 0;
  font-size: 16px;
  color: #212529;
  font-weight: 400;
  border: 0;
  background-color: rgba(7, 17, 6, 0.03);
  padding: 5px 8px;
  border-radius: 0px;
}
.categories-accordion .accordion-button:focus {
  z-index: 3;
  border-color: none;
  outline: 0;
  box-shadow: none;
}
.categories-accordion .accordion-button::after {
  content: "\f078";
  font-size: 16px;
  font-family: "Font Awesome 5 Pro";
  background: none;
  transition: transform 0.2s ease-in-out;
  height: unset;
  width: unset;
}
.categories-accordion .accordion-button:not(.collapsed)::after {
  content: "\f078";
  font-size: 16px;
  font-family: "Font Awesome 5 Pro";
  background: none;
  transform: rotate(180deg);
  height: unset;
  width: unset;
}
.categories-accordion .accordion-button:not(.collapsed) {
  color: rgba(0, 0, 0, 0.7);
}
.categories-accordion .accordion-item .accordion-collapse {
  list-style: none;
  border: 0;
  border-width: 0;
  background-color: rgba(7, 17, 6, 0.05);
  padding-left: 0;
}
.categories-accordion .accordion-item .accordion-collapse li {
  padding: 13px 0 0 22px;
}
.categories-accordion .accordion-item .accordion-collapse li:last-child {
  padding-bottom: 20px;
}
.categories-accordion .accordion-item .accordion-collapse li a {
  color: rgba(0, 0, 0, 0.7);
  font-size: 15px;
  line-height: 1;
}

.highlight_content li:first-child {
  margin-bottom: 8px;
}
.highlight_content li a {
  color: #212529;
  font-size: 15px;
  font-weight: 300;
}

.price-range {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 20px;
}
.price-range .filter {
  border: 0;
  background: #FFC800;
  color: #fff;
  font-size: 16px;
  line-height: 1;
  text-transform: capitalize;
  display: inline-block;
  padding: 10px 13px;
}
.price-range label {
  color: #212529;
  cursor: pointer;
  font-size: 16px;
  font-weight: 500;
  display: inline-block;
  margin-right: 15px;
  margin-left: 15px;
}
.price-range #amount {
  background: 0;
  color: rgba(0, 0, 0, 0.7) !important;
  display: inline-block;
}

.ui-widget.ui-widget-content {
  position: relative;
  border: 0;
}

.ui-widget-content {
  border: 1px solid #ffffff;
  background: #FFC800;
  color: #ffffff;
  border: 0;
  border-radius: 4px;
}

.ui-slider-horizontal {
  height: 6px;
}

.ui-slider .ui-slider-handle {
  position: absolute;
  z-index: 2;
  width: 15px;
  height: 15px;
  cursor: default;
  -ms-touch-action: none;
  touch-action: none;
  border-radius: 50%;
  border: 3px solid #212529;
  top: -4px;
  background: #FFE149;
}

.ui-widget-header {
  border: 0;
  background: #e6e6e6;
  color: #ffffff;
  font-weight: bold;
  position: absolute;
  height: 100%;
}

.ui-state-active,
.ui-state-hover:hover,
.ui-state-active:focus {
  border-color: red;
  background-color: #ffffff;
}

.widget-review .form-check .form-check-input {
  background: none;
  border: 1px solid #e6e6e6;
  border-radius: 0;
  width: 20px;
  height: 20px;
  background: rgba(33, 37, 41, 0.1);
  margin-right: 8px;
}
.widget-review .form-check .form-check-input:focus {
  border-color: transparent;
  outline: 0;
  box-shadow: none;
}
.widget-review .form-check input[type=checkbox] {
  color: #fbb807;
}
.widget-review .form-check input {
  color: #fbb807;
}
.widget-review .products_rating a {
  color: #fbb807;
}
.widget-review .products_rating span {
  color: rgba(0, 0, 0, 0.7);
}

.color-picker a {
  width: 30px;
  height: 30px;
  display: inline-block;
  border-radius: 50%;
  margin-right: 13px;
  margin-bottom: 10px;
}

.product-wrapper {
  overflow: hidden;
  position: relative;
  z-index: 1;
}
.product-wrapper .product-tag {
  color: #FFC800;
  font-size: 20px;
  line-height: 1;
  font-weight: 500;
  font-family: "Poppins", sans-serif;
  display: inline-block;
  margin-bottom: 13px;
}
.product-wrapper .product-img {
  position: relative;
  z-index: 1;
  overflow: hidden;
  margin-bottom: 22px;
}
.product-wrapper .product-img img {
  display: block;
  -webkit-transition: all 0.4s ease 0s;
  -moz-transition: all 0.4s ease 0s;
  -ms-transition: all 0.4s ease 0s;
  -o-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
}
.product-wrapper .add-to-cart {
  position: absolute;
  left: 15%;
  right: 15%;
  text-align: center;
  margin: 0 auto;
  bottom: -65px;
  -webkit-transition: all 0.4s ease 0s;
  -moz-transition: all 0.4s ease 0s;
  -ms-transition: all 0.4s ease 0s;
  -o-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
}
.product-wrapper .add-to-cart.ht-btn {
  padding: 22px 10px;
  justify-content: center;
}
.product-wrapper .product-title {
  color: #000;
  font-size: 32px;
  font-weight: 500;
  font-family: "Lato", sans-serif;
  margin-bottom: 12px;
}
.product-wrapper .product-title:hover {
  color: #00095E;
}
.product-wrapper .price {
  color: rgba(0, 0, 0, 0.7);
  font-size: 24px;
  font-weight: 500;
  font-family: "Poppins", sans-serif;
}
.product-wrapper .price .old-price {
  margin-right: 12px;
}
.product-wrapper .price .new-price {
  color: rgba(33, 37, 41, 0.5);
}
.product-wrapper .content-info {
  display: flex;
  justify-content: space-between;
}
.product-wrapper .content {
  text-align: start;
}
.product-wrapper:hover .product-icon {
  right: 16px;
}
.product-wrapper:hover .product-img img {
  transform: scale(1.1);
}
.product-wrapper:hover .add-to-cart {
  bottom: 16px;
}
@media only screen and (max-width: 767.98px) {
  .product-wrapper .product-title {
    font-size: 26px;
  }
  .product-wrapper .add-to-cart {
    width: 100%;
  }
}

.product-icon {
  position: absolute;
  top: 20px;
  right: -50px;
  z-index: 1;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -ms-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.product-icon a {
  color: rgba(0, 0, 0, 0.7);
  font-size: 18px;
  display: block;
  line-height: 40px;
  background: #ffffff;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  text-align: center;
  margin-bottom: 5px;
}
.product-icon a:nth-child(2) {
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -ms-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.product-icon a:nth-child(3) {
  -webkit-transition: all 0.5s ease 0s;
  -moz-transition: all 0.5s ease 0s;
  -ms-transition: all 0.5s ease 0s;
  -o-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
}
.product-icon a:nth-child(4) {
  -webkit-transition: all 0.7s ease 0s;
  -moz-transition: all 0.7s ease 0s;
  -ms-transition: all 0.7s ease 0s;
  -o-transition: all 0.7s ease 0s;
  transition: all 0.7s ease 0s;
}
.product-icon a:hover {
  color: #ffffff;
  background: #00095E;
}

.prstyle-2 {
  background: transparent;
  text-align: center;
}
.prstyle-2 .product-img {
  background: #ffffff;
  border: 1.5px solid #D6D9DD;
  border-radius: 15px;
  -webkit-transition: all 0.4s ease 0s;
  -moz-transition: all 0.4s ease 0s;
  -ms-transition: all 0.4s ease 0s;
  -o-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
}
.prstyle-2 .tag {
  font-size: 20px;
  font-weight: 500;
  font-family: "Poppins", sans-serif;
}
.prstyle-2 .product-title {
  font-size: 30px;
  font-weight: 600;
  font-family: "Lato", sans-serif;
}
.prstyle-2 .pr-price {
  font-size: 20px;
  font-weight: 400;
  font-family: "Lato", sans-serif;
}
.prstyle-2 .add-to-cart {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  display: inline-block;
  background: #ffffff;
  font-size: 22px;
  line-height: 50px;
  color: #000;
  position: absolute;
  left: unset;
  right: -50px;
}
.prstyle-2 .add-to-cart:hover {
  color: #ffffff;
  background: #00095E;
}
.prstyle-2 .product-icon {
  right: auto;
  left: -50px;
  bottom: 25px;
}
.prstyle-2:hover .product-img {
  background-color: #FFC800;
  border-color: #FFC800;
}
.prstyle-2:hover .product-icon {
  left: 20px;
}
.prstyle-2:hover .add-to-cart {
  right: 25px;
}
@media only screen and (max-width: 1200px) {
  .prstyle-2 .product-title {
    font-size: 22px;
  }
}
.cart-btn {
  overflow: hidden;
  color: #ffffff;
  font-size: 16px;
  line-height: 1;
  background: #212529;
  width: 100%;
  display: block;
  text-align: center;
  padding: 18px 0;
  border-radius: 0;
  position: relative;
  z-index: 1;
}
.cart-btn::before {
  -webkit-transition-duration: 800ms;
  transition-duration: 800ms;
  position: absolute;
  width: 200%;
  height: 200%;
  content: "";
  top: -200%;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  border-radius: 50%;
  z-index: -1;
  background: #00095E;
}
.cart-btn:hover {
  color: #ffffff;
}
.cart-btn:hover::before {
  top: -40%;
}

.shop-sidebar .widget-title {
  margin-bottom: 15px;
}

.sort-item {
  color: #212529;
  font-size: 16px;
  font-weight: 600;
  font-family: "Lato", sans-serif;
}
.sort-item .sort-btn {
  line-height: 1;
  background: #E4F0F0;
  padding: 12px 21px;
  margin-left: 15px;
  border: 0;
}
.sort-item .sort-btn i {
  margin-left: 16px;
}
.sort-item .sort-btn::after {
  display: none;
}
.sort-item .sort-btn:hover {
  color: #ffffff;
  background: #FFC800;
}

.product-item-slider .product-item {
  text-align: center;
  border: 1px solid rgba(0, 0, 0, 0.1);
}
.product-item-slider .product-item img {
  display: inline-block;
  padding: 10px;
  padding-left: 0;
}
@media (max-width: 991.98px) {
  .product-item-slider .product-item img {
    width: 100%;
    padding: 0;
  }
}

.product-thumb-slider .product-item {
  border-right: 1px solid rgba(0, 0, 0, 0.1);
  text-align: center;
}
.product-thumb-slider .product-item img {
  object-fit: cover;
  display: inline-block;
  padding: 10px;
  padding-left: 0;
  width: 100px;
  height: 100px;
}

.cart-plus-minus {
  position: relative;
  display: inline-block;
}
.cart-plus-minus input {
  color: #212529;
  background: rgba(7, 17, 6, 0.03);
  border: 0;
  height: 50px;
  width: 130px;
  font-size: 25px;
  line-height: 1;
  text-align: center;
  margin-top: 1px;
  border-radius: 0;
}
.cart-plus-minus .qtybutton {
  background: rgba(33, 37, 41, 0.3);
  width: 35px;
  height: 35px;
  line-height: 30px;
  position: absolute;
  border-radius: 50%;
  font-size: 25px;
  color: #fff;
  left: 7px;
  top: 18%;
  z-index: 1;
  cursor: pointer;
}
.cart-plus-minus .inc {
  left: auto;
  right: 7px;
  line-height: 35px;
}

.product-details .product-title {
  color: #212529;
  font-size: 40px;
  font-weight: 600;
  font-family: "Poppins", sans-serif;
}
@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .product-details .product-title {
    font-size: 28px;
  }
}
@media (max-width: 991.98px) {
  .product-details .product-title {
    font-size: 24px;
  }
}
.product-details .price-list .old-price {
  font-size: 20px;
  color: rgba(0, 0, 0, 0.7);
  margin-right: 10px;
}
.product-details .price-list .new-price {
  font-size: 22px;
  color: #FFC800;
  font-family: "Poppins", sans-serif;
}
.product-details .add-to-cart {
  overflow: hidden;
  color: #000;
  font-size: 16px;
  line-height: 20px;
  font-family: "Lato", sans-serif;
  font-weight: 500;
  background: #FFC800;
  padding: 14px 40px;
  border-radius: 4px;
  position: relative;
  z-index: 1;
}
.product-details .add-to-cart::before {
  -webkit-transition-duration: 800ms;
  transition-duration: 800ms;
  position: absolute;
  width: 200%;
  height: 200%;
  content: "";
  top: -200%;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  border-radius: 50%;
  z-index: -1;
  background: #00095E;
}
.product-details .add-to-cart:hover {
  color: #ffffff;
}
.product-details .add-to-cart:hover::before {
  top: -40%;
}
@media (max-width: 767px) {
  .product-details .add-to-cart {
    text-align: center;
    width: 100%;
    padding: 16px 23px;
  }
}
.product-details .cart-btn {
  width: unset;
  padding: 16px 133px;
  line-height: 20px;
  display: inline-block;
  border-radius: 4px;
}
@media (max-width: 767px) {
  .product-details .cart-btn {
    width: 100%;
    padding: 16px 23px;
  }
}

.product-rating a {
  color: #f7c600;
  font-size: 18px;
}

.color-mode {
  display: flex;
  align-items: center;
}
.color-mode p {
  color: #212529;
  margin-bottom: 0;
}
.color-mode .color-cus {
  background: #ffffff;
  width: 35px;
  height: 35px;
  display: inline-block;
  border-radius: 50%;
  margin: 0 7px;
}

.product-tab {
  border: 0;
  background: 0;
  border-radius: 0;
  justify-content: center;
  background: rgba(33, 37, 41, 0.03);
  padding: 2px 0;
}
.product-tab .nav-link {
  border: 0;
  border-radius: 0;
  color: #212529;
  font-size: 20px;
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  line-height: 30px;
  display: inline-block;
  padding: 15px 0;
  margin: 0 30px;
}
.product-tab .nav-link.active, .product-tab .nav-link:hover {
  color: #00095E;
  background-color: transparent;
  border-bottom: 2px solid #00095E;
}

.cart-menu-right {
  opacity: 0;
  visibility: hidden;
  transition: all 0.5s ease-in-out;
}
.cart-menu-right.cart-info {
  right: 0;
  opacity: 1;
  visibility: visible;
  display: block;
  transition: all 0.5s ease-in-out;
}
.cart-menu-right .close-icon a {
  color: #222222;
  padding-left: 10px;
  position: absolute;
  top: 36px;
  border: 1px solid #FFC800;
  padding-left: 0;
  width: 30px;
  height: 30px;
  text-align: center;
  line-height: 30px;
  left: 30px;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -ms-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.cart-menu-right .close-icon a i {
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -ms-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.cart-menu-right .close-icon a:hover {
  color: #FFC800;
}
.cart-menu-right .close-icon a:hover i {
  transform: rotate(180deg);
}

.cart-style-1 {
  padding: 100px 30px 30px 20px;
  position: fixed;
  z-index: 1200;
  width: 450px;
  height: 100%;
  left: auto;
  right: -450px;
  top: 0;
  background: #ffffff;
  box-shadow: 0 1px 21px 0 rgba(43, 43, 43, 0.08);
  transition: all 0.5s ease-in-out;
}
.cart-style-1 .dropdown-cart-products {
  overflow-y: auto;
}
.cart-style-1 .product {
  display: flex;
  align-items: flex-start;
  padding: 10px 20px 25px 10px;
  position: relative;
  border-bottom: 1px solid #ededed;
  margin-bottom: 15px;
}
.cart-style-1 .product__cart-details {
  margin-bottom: 0;
}
.cart-style-1 .product__cart-details .product-title {
  color: #212529;
  font-weight: 400;
  font-family: "Lato", sans-serif;
  margin-bottom: 10px;
}
.cart-style-1 .product__cart-details .product-title a:hover {
  color: #FFC800;
}
.cart-style-1 .product .cart-product-info {
  color: #212529;
}
.cart-style-1 .product figure {
  margin-bottom: 0;
}
.cart-style-1 .product .product-img {
  display: block;
  width: 132px;
  height: auto;
}
.cart-style-1 .product .remove-btn {
  position: absolute;
  z-index: 1;
  right: 0;
  top: 50%;
  display: flex;
  align-items: center;
  transform: translateY(-100%);
}
.cart-style-1 .product .remove-btn i {
  color: #212529;
  font-size: 14px;
  line-height: 1;
}
.cart-style-1 .cart-total {
  display: flex;
  align-items: flex-end;
  color: #212529;
  text-transform: uppercase;
}
.cart-style-1 .cart-total .cart-total-price {
  margin-left: auto;
}
.cart-style-1 .cart-action .btn {
  background: #FFC800;
  border-radius: 0;
  padding: 6px 20px;
  border: 0;
}
.cart-style-1 .cart-action .btn-outline-primary-2 {
  background: transparent;
  border: 1px solid #FFC800;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -ms-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  padding: 6px 30px 6px 20px;
  margin-left: 10px;
}
.cart-style-1 .cart-action .btn-outline-primary-2 i {
  transform: translateX(10px);
  line-height: 1;
}
.cart-style-1 .cart-action .btn-outline-primary-2:hover {
  color: #ffffff;
  background: #FFC800;
}
@media only screen and (max-width: 767.98px) {
  .cart-style-1 {
    width: 315px;
  }
  .cart-style-1 .product .product-img {
    width: 88px;
  }
  .cart-style-1 .product .product-img img {
    width: 100%;
  }
}

.social-links-two a {
  color: #212529;
  font-size: 20px;
  display: inline-block;
  border: 1px solid #000;
  margin-right: 10px;
  width: 45px;
  height: 45px;
  line-height: 45px;
  text-align: center;
  border-radius: 50%;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -ms-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.social-links-two a:hover {
  color: #ffffff;
  background: #00095E;
  border-color: #00095E;
}

.product-category-wrap {
  text-align: center;
  display: inline-block;
  border-radius: 50%;
  position: relative;
  z-index: 1;
}
.product-category-wrap .category-thumb {
  display: block;
  position: relative;
  z-index: 1;
}
.product-category-wrap .category-thumb::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background: rgba(11, 10, 10, 0.25);
  border-radius: 50%;
  left: 0;
  top: 0;
  z-index: 1;
}
.product-category-wrap .category-thumb img {
  width: 100%;
}
.product-category-wrap .category-tag {
  color: #ffffff;
  font-size: 36px;
  font-weight: 500;
  font-family: "Poppins", sans-serif;
  text-transform: uppercase;
}
.product-category-wrap .content {
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
  text-align: center;
  top: 50%;
  transform: translateY(-50%);
  z-index: 2;
}
.product-category-wrap .category-btn {
  color: #ffffff;
  font-size: 15px;
  text-transform: uppercase;
  border: 1.5px solid #ffffff;
  border-radius: 5px;
  line-height: 45px;
  padding-left: 32px;
  padding-right: 32px;
  transform: scale(0);
  -webkit-transition: all 0.6s ease 0s;
  -moz-transition: all 0.6s ease 0s;
  -ms-transition: all 0.6s ease 0s;
  -o-transition: all 0.6s ease 0s;
  transition: all 0.6s ease 0s;
  visibility: hidden;
  display: none;
}
.product-category-wrap .category-btn:hover {
  border-color: #FFC800;
  background: #FFC800;
}
.product-category-wrap:hover .category-btn {
  display: inline-block;
  visibility: visible;
  transform: scale(1);
}

.offer-bg-section {
  background: #FFFBF4;
  position: relative;
  z-index: 1;
}
.offer-bg-section::before {
  content: "";
  display: block;
  width: 97%;
  height: 94%;
  position: absolute;
  z-index: 2;
  left: 27px;
  top: 20px;
  right: 20px;
  bottom: 20px;
  border: 1px solid #D6D9DD;
}
@media only screen and (max-width: 1600px) {
  .offer-bg-section::before {
    display: none;
  }
}

.bg-product-section {
  background: #F5F5F5;
}

.theme-banner-one {
  padding-top: 147px;
  position: relative;
  z-index: 1;
}
.theme-banner-one::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.4);
  z-index: -1;
}
.theme-banner-one .main-title {
  color: #ffffff;
  font-size: 90px;
  line-height: 1.1;
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  margin-bottom: 30px;
}
.theme-banner-one p {
  color: rgba(255, 255, 255, 0.7);
  font-size: 28px;
  line-height: 45px;
  margin-bottom: 68px;
}
.theme-banner-one .bstyle,
.theme-banner-one .bstyle-2 {
  color: #ffffff;
  font-size: 20px;
  font-weight: 600;
  border-radius: 35px;
  font-family: "Lato", sans-serif;
  line-height: 1;
  background: #FFC800;
  display: inline-block;
  padding: 24px 50px 25px 50px;
  position: relative;
  z-index: 1;
  -webkit-transition: all 0.4s ease 0s;
  -moz-transition: all 0.4s ease 0s;
  -ms-transition: all 0.4s ease 0s;
  -o-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
}
.theme-banner-one .bstyle .btn-icon,
.theme-banner-one .bstyle-2 .btn-icon {
  color: #ffffff;
  background: #00095E;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  right: 10px;
  top: 10px;
  z-index: 1;
}
.theme-banner-one .bstyle:hover,
.theme-banner-one .bstyle-2:hover {
  background: #00095E;
}
.theme-banner-one .bstyle-2 {
  color: #212529;
  padding-right: 90px;
  background: #ffffff;
}
.theme-banner-one .bstyle-2 .btn-icon {
  background: #00095E;
}
.theme-banner-one .bstyle-2:hover {
  color: #ffffff;
  background: #FFC800;
}
.theme-banner-one .bstyle-2:hover .btn-icon {
  color: #00095E;
  background: #ffffff;
}
.theme-banner-one .hero-img {
  position: relative;
  z-index: 1;
  display: inline-block;
  margin-left: 35px;
}
.theme-banner-one .hero-shape-1 {
  position: absolute;
  left: 30px;
  right: 0;
  top: 20px;
  z-index: 2;
}
@media only screen and (max-width: 1800px) {
  .theme-banner-one .main-title {
    font-size: 65px;
  }
  .theme-banner-one p {
    font-size: 22px;
    line-height: 34px;
  }
  .theme-banner-one .hero-img {
    margin-left: 0;
  }
}
@media only screen and (max-width: 1200px) {
  .theme-banner-one .social-element {
    display: none;
  }
  .theme-banner-one .number-wrapper {
    display: none;
  }
}
@media only screen and (max-width: 991.98px) {
  .theme-banner-one {
    padding-top: 220px;
  }
  .theme-banner-one .main-title {
    font-size: 55px;
  }
  .theme-banner-one p {
    font-size: 20px;
    line-height: 34px;
  }
}
@media only screen and (max-width: 767.98px) {
  .theme-banner-one {
    padding-top: 200px;
  }
  .theme-banner-one .main-title {
    font-size: 45px;
  }
  .theme-banner-one p {
    font-size: 20px;
    line-height: 34px;
  }
  .theme-banner-one .chat-section {
    left: 15px;
    bottom: 15px;
  }
}

.social-element {
  display: flex;
  align-items: center;
  position: absolute;
  right: -12.5%;
  top: 60%;
  transform: rotate(90deg);
}
.social-element p {
  color: #ffffff;
  font-size: 20px;
  font-weight: 400;
  font-family: "Lato", sans-serif;
  text-transform: uppercase;
  margin-bottom: 0;
  line-height: 1;
  letter-spacing: 1.9px;
}
.social-element .dash-line {
  background: #ffffff;
  width: 243px;
  height: 1px;
  display: inline-block;
  margin-left: 25px;
}
.social-element a {
  color: #ffffff;
  font-size: 20px;
  font-weight: 500;
  font-family: "Lato", sans-serif;
  text-transform: uppercase;
  margin: 0 33px;
}
.social-element span {
  color: #ffffff;
  font-size: 20px;
}

.theme-banner-two {
  padding-left: 185px;
  position: relative;
  z-index: 1;
}
.theme-banner-two .sub-title {
  color: #ffffff;
  font-size: 16px;
  font-weight: 400;
  font-family: "Lato", sans-serif;
  line-height: 35px;
  padding-left: 20px;
  padding-right: 33px;
  background: #00095E;
  border-radius: 30px;
  display: inline-block;
  letter-spacing: 0;
  margin-bottom: 7px;
}
.theme-banner-two .sub-title img {
  margin-right: 15px;
  margin-bottom: 6px;
}
.theme-banner-two .main-title {
  color: #212529;
  font-family: "Poppins", sans-serif;
  font-size: 90px;
  line-height: 1.11;
  margin-bottom: 27px;
}
.theme-banner-two .hero-description {
  color: rgba(0, 0, 0, 0.7);
  font-size: 28px;
  font-family: "Lato", sans-serif;
  line-height: 160.714%;
  margin-bottom: 59px;
  max-width: 97%;
}
.theme-banner-two .bstyle,
.theme-banner-two .bstyle-2 {
  color: #ffffff;
  font-size: 20px;
  font-weight: 600;
  border-radius: 35px;
  font-family: "Lato", sans-serif;
  line-height: 1;
  background: #FFC800;
  display: inline-block;
  padding: 24px 50px 25px 50px;
  position: relative;
  z-index: 1;
  -webkit-transition: all 0.4s ease 0s;
  -moz-transition: all 0.4s ease 0s;
  -ms-transition: all 0.4s ease 0s;
  -o-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
}
.theme-banner-two .bstyle .btn-icon,
.theme-banner-two .bstyle-2 .btn-icon {
  color: #ffffff;
  background: #00095E;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  right: 10px;
  top: 10px;
  z-index: 1;
}
.theme-banner-two .bstyle:hover,
.theme-banner-two .bstyle-2:hover {
  background: #00095E;
}
.theme-banner-two .bstyle-2 {
  color: #212529;
  padding-right: 90px;
  background: #ffffff;
}
.theme-banner-two .bstyle-2 .btn-icon {
  background: #00095E;
}
.theme-banner-two .bstyle-2:hover {
  color: #ffffff;
  background: #FFC800;
}
.theme-banner-two .bstyle-2:hover .btn-icon {
  color: #00095E;
  background: #ffffff;
}
.theme-banner-two .hero-img {
  position: relative;
  z-index: 1;
}
.theme-banner-two .hero-img img {
  border-radius: 490px 0 0 490px;
}
.theme-banner-two .user-content-wrap-two {
  position: absolute;
  bottom: 125px;
  left: 0;
  z-index: 2;
}
.theme-banner-two .shape-h2a,
.theme-banner-two .shape-h2b,
.theme-banner-two .shape-h2c {
  position: absolute;
  z-index: 1;
}
@media only screen and (max-width: 1600px) {
  .theme-banner-two .shape-h2a,
  .theme-banner-two .shape-h2b,
  .theme-banner-two .shape-h2c {
    display: none;
  }
}
.theme-banner-two .shape-h2b {
  left: 0;
  top: -4px;
}
.theme-banner-two .shape-h2a {
  left: 0;
  bottom: 0;
}
.theme-banner-two .shape-h2c {
  top: -14px;
  z-index: -1;
}
@media only screen and (max-width: 1800px) {
  .theme-banner-two {
    padding-left: 15px;
  }
  .theme-banner-two .main-title {
    font-size: 75px;
  }
  .theme-banner-two .hero-description {
    font-size: 22px;
  }
}
@media only screen and (max-width: 1600px) {
  .theme-banner-two .main-title {
    font-size: 55px;
  }
}
@media only screen and (max-width: 1200px) {
  .theme-banner-two .main-title {
    font-size: 45px;
  }
  .theme-banner-two .hero-description {
    font-size: 20px;
    margin-bottom: 20px;
  }
}
@media only screen and (max-width: 991.98px) {
  .theme-banner-two {
    padding-left: 0;
    padding-top: 120px;
    padding-bottom: 100px;
  }
  .theme-banner-two .main-title {
    font-size: 45px;
  }
  .theme-banner-two .hero-description {
    font-size: 18px;
  }
  .theme-banner-two .hero-img {
    margin-top: 70px;
  }
}
@media only screen and (max-width: 767.98px) {
  .theme-banner-two .main-title {
    font-size: 35px;
    margin-bottom: 40px;
  }
  .theme-banner-two .bstyle-2 {
    display: none;
  }
  .theme-banner-two .sub-title {
    padding-left: 7px;
    padding-right: 7px;
    font-size: 14px;
    margin-bottom: 15px;
  }
  .theme-banner-two .sub-title img {
    margin-right: 0;
  }
}

.theme-banner-three {
  position: relative;
  display: block;
  z-index: 2;
}
.theme-banner-three::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.4);
  opacity: 0.5;
  z-index: -1;
}
.theme-banner-three .shape-1 {
  position: absolute;
  z-index: -1;
  left: 0;
  top: 0;
}
.theme-banner-three .shape-2 {
  position: absolute;
  z-index: 1;
  right: 47%;
  top: 33%;
}
.theme-banner-three .chat-section {
  width: 50px;
  height: 50px;
  background: #ffffff;
  border-radius: 50%;
  color: #FFC800;
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: 700;
  position: absolute;
  z-index: 2;
  left: 55px;
  bottom: 55px;
  animation: pulseBig2 15s infinite;
}
.theme-banner-three .chat-section i {
  margin-top: 4px;
}
.theme-banner-three .sub-title {
  color: #ffffff;
  font-size: 16px;
  font-family: "Lato", sans-serif;
  font-weight: 400;
  line-height: 162.5%;
  letter-spacing: unset;
  position: relative;
  z-index: 2;
  margin-bottom: 14px;
}
.theme-banner-three .sub-title::before {
  content: "";
  position: relative;
  left: 0;
  top: -5px;
  display: inline-block;
  width: 35px;
  height: 1.5px;
  background: #ffffff;
  z-index: 1;
  margin-right: 10px;
}
.theme-banner-three .main-title {
  color: #ffffff;
  font-size: 90px;
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  line-height: 1.11;
  letter-spacing: -1.8px;
  margin-bottom: 60px;
}
.theme-banner-three .bstyle,
.theme-banner-three .bstyle-2 {
  color: #ffffff;
  font-size: 20px;
  font-weight: 600;
  border-radius: 35px;
  font-family: "Lato", sans-serif;
  line-height: 1;
  background: #FFC800;
  display: inline-block;
  padding: 24px 50px 25px 50px;
  position: relative;
  z-index: 1;
  -webkit-transition: all 0.4s ease 0s;
  -moz-transition: all 0.4s ease 0s;
  -ms-transition: all 0.4s ease 0s;
  -o-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
}
.theme-banner-three .bstyle .btn-icon,
.theme-banner-three .bstyle-2 .btn-icon {
  color: #ffffff;
  background: #00095E;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  right: 10px;
  top: 10px;
  z-index: 1;
}
.theme-banner-three .bstyle:hover,
.theme-banner-three .bstyle-2:hover {
  background: #00095E;
}
.theme-banner-three .bstyle-2 {
  color: #212529;
  padding-right: 90px;
  background: #ffffff;
}
.theme-banner-three .bstyle-2 .btn-icon {
  background: #00095E;
}
.theme-banner-three .bstyle-2:hover {
  color: #ffffff;
  background: #FFC800;
}
.theme-banner-three .bstyle-2:hover .btn-icon {
  color: #00095E;
  background: #ffffff;
}
@media only screen and (max-width: 1800px) {
  .theme-banner-three .main-title {
    font-size: 75px;
  }
}
@media only screen and (max-width: 1600px) {
  .theme-banner-three .main-title {
    font-size: 75px;
  }
}
@media only screen and (max-width: 1200px) {
  .theme-banner-three .main-title {
    font-size: 55px;
  }
}
@media only screen and (max-width: 991.98px) {
  .theme-banner-three .main-title {
    font-size: 55px;
  }
}
@media only screen and (max-width: 767.98px) {
  .theme-banner-three .main-title {
    font-size: 45px;
  }
  .theme-banner-three .bstyle {
    padding: 25px 30px 25px 30px;
  }
}

.social-wrapper h3 {
  color: #ffffff;
  font-size: 28px;
  font-weight: 500;
  font-family: "Lato", sans-serif;
}

.hero-social-links a {
  color: #212529;
  font-size: 22px;
  background: #ffffff;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  margin-right: 10px;
}

.theme-banner-four {
  position: relative;
  z-index: 1;
}
.theme-banner-four .chat-section {
  width: 50px;
  height: 50px;
  background: #00095E;
  border-radius: 50%;
  color: #ffffff;
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: 700;
  position: absolute;
  z-index: 2;
  left: 55px;
  bottom: 55px;
}
.theme-banner-four .chat-section::before {
  content: "";
  position: absolute;
  left: -12.5p;
  top: -12.5px;
  width: 75px;
  height: 75px;
  border-radius: 50%;
  background: rgba(30, 58, 138, 0.15);
}
.theme-banner-four .chat-section i {
  margin-top: 4px;
}
.theme-banner-four .sub-title {
  color: #ffffff;
  font-size: 16px;
  font-weight: 400;
  font-family: "Lato", sans-serif;
  line-height: 35px;
  padding-left: 20px;
  padding-right: 33px;
  background: #00095E;
  border-radius: 30px;
  display: inline-block;
  letter-spacing: 0;
  margin-bottom: 13px;
}
.theme-banner-four .sub-title img {
  margin-right: 10px;
  margin-bottom: 6px;
}
.theme-banner-four .main-title {
  color: #212529;
  font-size: 90px;
  font-weight: 600;
  font-family: "Poppins", sans-serif;
  line-height: 1.11;
  margin-bottom: 33px;
}
.theme-banner-four p {
  color: rgba(33, 37, 41, 0.7);
  font-family: "Lato", sans-serif;
  font-size: 28px;
  line-height: 1.6;
  margin-bottom: 77px;
}
.theme-banner-four .hero-content {
  padding-left: 185px;
}
.theme-banner-four .call-btn-box .icon {
  border-radius: 50%;
  width: 70px;
  height: 70px;
  background: #00095E;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.theme-banner-four .bstyle,
.theme-banner-four .bstyle-2 {
  color: #ffffff;
  font-size: 20px;
  font-weight: 600;
  border-radius: 35px;
  font-family: "Lato", sans-serif;
  line-height: 1;
  background: #ffffff;
  display: inline-block;
  position: relative;
  z-index: 1;
  -webkit-transition: all 0.4s ease 0s;
  -moz-transition: all 0.4s ease 0s;
  -ms-transition: all 0.4s ease 0s;
  -o-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
}
.theme-banner-four .bstyle .btn-icon,
.theme-banner-four .bstyle-2 .btn-icon {
  margin-left: 33px;
}
.theme-banner-four .bstyle {
  background: #FFC800;
  padding: 24px 51px 25px 51px;
}
.theme-banner-four .bstyle:hover {
  color: #ffffff;
  background: #00095E;
}
.theme-banner-four ul.slick-dots {
  display: none !important;
}
@media only screen and (max-width: 1900px) {
  .theme-banner-four .hero-content {
    padding-left: 0;
  }
  .theme-banner-four .main-title {
    font-size: 65px;
  }
}
@media only screen and (max-width: 1200px) {
  .theme-banner-four p {
    font-size: 22px;
  }
}
@media only screen and (max-width: 767.98px) {
  .theme-banner-four .main-title {
    font-size: 45px;
  }
}

.theme-banner-five .header-social-links {
  transform: rotate(90deg);
  z-index: 2;
  top: 47%;
  right: -25px;
}
.theme-banner-five .header-social-links a {
  color: #ffffff;
}
.theme-banner-five .header-social-links a::after {
  background: #ffffff;
}
.theme-banner-five .chat-section {
  width: 50px;
  height: 50px;
  background: #00095E;
  border-radius: 50%;
  color: #ffffff;
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: 700;
  position: absolute;
  z-index: 2;
  left: 55px;
  bottom: 55px;
  animation: pulseBig2 15s infinite;
}
.theme-banner-five .chat-section i {
  margin-top: 4px;
}
.theme-banner-five .ht-slider-wrapper {
  background-size: cover;
  background-position: center;
  position: relative;
  z-index: 1;
}
.theme-banner-five .ht-slider-wrapper::before {
  content: "";
  position: absolute;
  z-index: -1;
  left: 0;
  top: 0;
  background: rgba(0, 0, 0, 0.6);
  width: 100%;
  height: 100%;
}
.theme-banner-five .sub-title {
  color: #ffffff;
  font-size: 16px;
  font-family: "Lato", sans-serif;
  font-weight: 400;
  line-height: 162.5%;
  letter-spacing: unset;
  position: relative;
  z-index: 2;
  margin-bottom: 20px;
}
.theme-banner-five .sub-title::before {
  content: "";
  position: relative;
  left: 0;
  top: -5px;
  display: inline-block;
  width: 35px;
  height: 1.5px;
  background: #ffffff;
  z-index: 1;
  margin-right: 10px;
}
.theme-banner-five .main-title {
  color: #ffffff;
  font-size: 90px;
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  line-height: 1.11;
  letter-spacing: -1.8px;
  margin-bottom: 30px;
}
.theme-banner-five p {
  color: rgba(255, 255, 255, 0.7);
  font-size: 28px;
  font-family: "Lato", sans-serif;
  line-height: 1.6;
  max-width: 80%;
  margin: 0 auto;
  margin-bottom: 59px;
}
.theme-banner-five .bstyle,
.theme-banner-five .bstyle-2 {
  color: #ffffff;
  font-size: 20px;
  font-weight: 600;
  border-radius: 35px;
  font-family: "Lato", sans-serif;
  line-height: 1;
  background: #FFC800;
  display: inline-block;
  padding: 24px 50px 25px 50px;
  position: relative;
  z-index: 1;
  -webkit-transition: all 0.4s ease 0s;
  -moz-transition: all 0.4s ease 0s;
  -ms-transition: all 0.4s ease 0s;
  -o-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
}
.theme-banner-five .bstyle .btn-icon,
.theme-banner-five .bstyle-2 .btn-icon {
  color: #ffffff;
  background: #00095E;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  right: 10px;
  top: 10px;
  z-index: 1;
}
.theme-banner-five .bstyle:hover,
.theme-banner-five .bstyle-2:hover {
  background: #00095E;
}
.theme-banner-five .bstyle-2 {
  color: #212529;
  padding-right: 90px;
  background: #ffffff;
}
.theme-banner-five .bstyle-2 .btn-icon {
  background: #00095E;
}
.theme-banner-five .bstyle-2:hover {
  color: #ffffff;
  background: #FFC800;
}
.theme-banner-five .bstyle-2:hover .btn-icon {
  color: #00095E;
  background: #ffffff;
}
@media only screen and (max-width: 1600px) {
  .theme-banner-five .main-title {
    font-size: 75px;
  }
  .theme-banner-five p {
    font-size: 22px;
  }
}
@media only screen and (max-width: 1200px) {
  .theme-banner-five .main-title {
    font-size: 65px;
  }
  .theme-banner-five p {
    font-size: 22px;
  }
}
@media only screen and (max-width: 991.98px) {
  .theme-banner-five .main-title {
    font-size: 65px;
    line-height: 1.1;
  }
  .theme-banner-five p {
    font-size: 18px;
    line-height: 34px;
  }
}
@media only screen and (max-width: 767.98px) {
  .theme-banner-five .main-title {
    font-size: 45px;
    margin-bottom: 40px;
  }
  .theme-banner-five p {
    font-size: 20px;
    max-width: 100%;
  }
}

.user-list,
.feedback-user-list {
  padding: 0;
  margin: 0;
  display: flex;
  align-items: center;
  list-style: none;
  padding-bottom: 25px;
  border-radius: 70px;
  width: max-content;
}
.user-list img,
.feedback-user-list img {
  border-radius: 50%;
  border: 4px solid #ffffff;
}
.user-list li,
.feedback-user-list li {
  margin-left: -18px;
  position: relative;
  z-index: 1;
}
.user-list li:first-child,
.feedback-user-list li:first-child {
  margin-left: 0;
}
.user-list .number,
.feedback-user-list .number {
  border-radius: 50%;
  background: #00095E;
  font-size: 45px;
  color: #ffffff;
  width: 69px;
  height: 69px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 4px solid #ffffff;
}

.user-content-wrap-two {
  background: #ffffff;
  border-radius: 70px;
  padding: 33px 37px 8px 37px;
}
.user-content-wrap-two span {
  color: #212529;
  font-weight: 700;
  font-size: 30px;
}

/*title-one*/
.title-one .upper-title {
  color: #FFC800;
  font-size: 14px;
  font-weight: 700;
  font-family: "Lato", sans-serif;
  line-height: 35px;
  letter-spacing: 0.56px;
  text-transform: uppercase;
  margin-bottom: 21px;
  border: 1.5px solid #FFC800;
  border-radius: 50px;
  padding: 0 19px;
  display: inline-block;
}
.title-one .title {
  font-size: 72px;
  line-height: 1;
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  margin-bottom: 24px;
  letter-spacing: -1.44px;
}
@media only screen and (max-width: 1600px) {
  .title-one .title {
    font-size: 55px;
  }
}
@media only screen and (max-width: 1200px) {
  .title-one .title {
    font-size: 45px;
  }
}
@media only screen and (max-width: 991.98px) {
  .title-one .title {
    font-size: 32px;
  }
}

.description-text {
  font-size: 22px;
  line-height: 38px;
  font-family: "Lato", sans-serif;
}
@media only screen and (max-width: 1800px) {
  .description-text {
    font-size: 20px;
    line-height: 34px;
  }
}
@media only screen and (max-width: 991.98px) {
  .description-text {
    font-size: 18px;
    line-height: 32px;
  }
}

.cta-title {
  font-size: 82px;
  font-weight: 600;
  font-family: "Poppins", sans-serif;
  line-height: 1.1;
}
@media only screen and (max-width: 1600px) {
  .cta-title {
    font-size: 55px;
  }
}
@media only screen and (max-width: 991.98px) {
  .cta-title {
    font-size: 32px;
  }
}

.semi-title {
  color: #212529;
  font-size: 50px;
  font-weight: 600;
  font-family: "Poppins", sans-serif;
  line-height: 1.1;
  letter-spacing: -1px;
}
@media only screen and (max-width: 1600px) {
  .semi-title {
    font-size: 36px;
  }
}
@media only screen and (max-width: 1200px) {
  .semi-title {
    font-size: 28px;
  }
}

.contact-title {
  color: #212529;
  font-family: "Poppins", sans-serif;
  font-size: 32px;
  font-weight: 600;
  line-height: 1.25;
  letter-spacing: -0.64px;
}

.img-wrapper-one .main-img {
  display: inline-block;
  position: relative;
  z-index: 2;
}
.img-wrapper-one .main-img::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  border-radius: 35px;
  display: inline-block;
  border: 5px solid #FFC800;
  z-index: -1;
  left: 25px;
  top: 25px;
}
.img-wrapper-one .float-content-one {
  position: absolute;
  z-index: 2;
  right: 15px;
  bottom: -69px;
}
@media only screen and (max-width: 1200px) {
  .img-wrapper-one .main-img::before {
    display: none;
  }
}
.float-content-one {
  text-align: center;
  background: #00095E;
  display: inline-flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 235px;
  height: 235px;
  border-radius: 100%;
}
.float-content-one .number {
  color: #ffffff;
  font-size: 40px;
  font-weight: 700;
  font-family: "Lato", sans-serif;
  line-height: 1;
  margin-bottom: 17px;
}
.float-content-one .counter-title {
  color: rgba(255, 255, 255, 0.7);
  font-size: 22px;
  font-weight: 400;
  line-height: 1;
  margin-bottom: 0;
}
.float-content-one .shape-1 {
  position: absolute;
  z-index: -1;
  top: 20px;
  left: 0;
  right: 0;
  margin: 0 auto;
}

.img-wrapper-two .main-img {
  display: inline-block;
  position: relative;
  z-index: 2;
}
.img-wrapper-two .main-img::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  border-radius: 35px;
  display: inline-block;
  border: 5px solid #FFC800;
  z-index: -1;
  left: 25px;
  top: 25px;
}
.img-wrapper-two .main-img::after {
  content: "";
  position: absolute;
  width: 186px;
  height: 189px;
  border-radius: 15px;
  background: #FFC800;
  display: inline-block;
  z-index: -1;
  left: -50px;
  top: -50px;
}
.img-wrapper-two .float-content-two {
  position: absolute;
  z-index: 2;
  right: 0;
  bottom: 50px;
}
@media only screen and (max-width: 1200px) {
  .img-wrapper-two .main-img::before, .img-wrapper-two .main-img::after {
    display: none;
  }
}
.float-content-two {
  background: #ffffff;
  border-radius: 85px;
  box-shadow: 0px 30px 60px 0px rgba(0, 0, 0, 0.13);
  padding: 25px 80px 25px 25px;
  width: max-content;
}
.float-content-two .float-icon {
  color: #00095E;
  width: 90px;
  height: 90px;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 22px;
  background: #FFC800;
  margin-right: 20px;
}
.float-content-two .float-content {
  flex: 1;
}
.float-content-two .counter-title {
  color: rgba(0, 0, 0, 0.7);
  font-size: 22px;
  font-weight: 400;
  font-family: "Lato", sans-serif;
  line-height: 1;
}
.float-content-two .number {
  color: #212529;
  font-size: 50px;
  font-weight: 900;
  font-family: "Lato", sans-serif;
  line-height: 1;
  margin-bottom: 15px;
}
@media only screen and (max-width: 1200px) {
  .float-content-two .counter-title {
    font-size: 18px;
  }
  .float-content-two .number {
    font-size: 38px;
  }
}

.img-wrapper-three .main-img {
  display: inline-block;
  position: relative;
  z-index: 2;
}
.img-wrapper-three .main-img::before {
  content: "";
  position: absolute;
  width: 93%;
  height: 93%;
  border-radius: 30px;
  display: inline-block;
  border: 2px solid #FFC800;
  z-index: -1;
  right: 70px;
  top: 70px;
}
.img-wrapper-three .main-img::after {
  content: "";
  position: absolute;
  width: 186px;
  height: 189px;
  border-radius: 15px;
  background: #FFC800;
  display: inline-block;
  z-index: -1;
  right: -50px;
  top: -50px;
}
.img-wrapper-three .float-content-two {
  padding-right: 63px;
  position: absolute;
  z-index: 2;
  left: -65px;
  bottom: 34px;
}
@media only screen and (max-width: 1200px) {
  .img-wrapper-three .main-img::before, .img-wrapper-three .main-img::after {
    display: none;
  }
}
.img-wrapper-four .main-img {
  display: inline-block;
  position: relative;
  z-index: 1;
  padding: 5px;
}
.img-wrapper-four .front-img {
  border-radius: 30px;
  max-width: 100%;
}
.img-wrapper-four .frame-shape {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
}
.img-wrapper-four .float-content-three {
  position: absolute;
  z-index: 2;
  right: 10px;
  bottom: 50px;
}
.float-content-three {
  border-radius: 20px;
  background: rgba(255, 255, 255, 0.5);
  box-shadow: 0px 10px 30px 0px rgba(0, 0, 0, 0.12);
  backdrop-filter: blur(12.5px);
  padding: 30px 50px 15px 50px;
  width: max-content;
}
.float-content-three .counter-title {
  color: rgba(0, 0, 0, 0.7);
  font-size: 18px;
  font-weight: 400;
  font-family: "Lato", sans-serif;
  line-height: 1;
}
.float-content-three .number {
  color: #212529;
  font-size: 70px;
  font-weight: 600;
  font-family: "Poppins", sans-serif;
  line-height: 1;
  margin-bottom: 5px;
}
@media only screen and (max-width: 1200px) {
  .float-content-three .number {
    font-size: 38px;
  }
}

.img-wrapper-five .main-img {
  display: inline-block;
  position: relative;
  z-index: 1;
  padding: 5px;
}
.img-wrapper-five .front-img {
  border-radius: 30px;
}
.img-wrapper-five .frame-shape {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  object-fit: cover;
}
.img-wrapper-five .float-content-four {
  position: absolute;
  z-index: 2;
  left: -5px;
  bottom: 55px;
}
.float-content-four {
  border-radius: 20px;
  background: rgba(255, 255, 255, 0.5);
  box-shadow: 0px 10px 30px 0px rgba(0, 0, 0, 0.12);
  backdrop-filter: blur(12.5px);
  padding: 30px 37px 15px 40px;
  width: max-content;
}
.float-content-four .float-icon {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  background: #FFC800;
  margin-right: 15px;
}
.float-content-four .counter-title {
  color: rgba(0, 0, 0, 0.7);
  font-size: 18px;
  font-weight: 400;
  font-family: "Lato", sans-serif;
  line-height: 1;
}
.float-content-four .number {
  color: #212529;
  font-size: 70px;
  font-weight: 600;
  font-family: "Poppins", sans-serif;
  line-height: 1;
  margin-bottom: 5px;
}
@media only screen and (max-width: 1200px) {
  .float-content-four .number {
    font-size: 38px;
  }
}

.img-wrapper-six .front-img-two {
  position: relative;
  z-index: 2;
  left: 42.5%;
  top: -175px;
  border-radius: 20px;
}
.img-wrapper-six .float-content-four {
  background: #00095E;
  left: 84px;
  bottom: 29%;
  z-index: 3;
}
.img-wrapper-six .float-content-four .float-icon {
  width: 57px;
  height: 57px;
}
.img-wrapper-six .number {
  font-size: 50px;
}
@media only screen and (max-width: 767.98px) {
  .img-wrapper-six .front-img-two {
    left: unset;
    top: unset;
  }
}

.img-wrapper-seven .front-img-two {
  position: absolute;
  z-index: 2;
  right: 0;
  bottom: 0;
}
.img-wrapper-seven .float-content-two {
  left: 95px;
  bottom: 35px;
  z-index: 3;
}
@media only screen and (max-width: 767.98px) {
  .img-wrapper-seven .front-img-two {
    max-width: 50%;
  }
}

.video-wrap-one {
  position: relative;
  z-index: 1;
  margin-top: -150px;
}
.video-wrap-one::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: -1;
  background: rgba(30, 58, 138, 0.6);
}
.video-wrap-one .popup-video {
  color: #ffffff;
  font-size: 60px;
  width: 140px;
  height: 140px;
  background: #FFC800;
  display: inline-flex;
  justify-content: center;
  align-items: center;
}
@media only screen and (max-width: 1200px) {
  .video-wrap-one {
    margin-top: 60px;
  }
}

.brand-wrap-one .icon {
  margin-left: 83px;
  margin-right: 83px;
}

.block-wrap-one .g-date {
  color: #ffffff;
  background: #00095E;
  padding: 0 20px;
  line-height: 32px;
  letter-spacing: 1px;
  text-transform: uppercase;
  border-radius: 7px;
  display: inline-block;
  margin-bottom: 16px;
}
.block-wrap-one .block-title {
  color: #212529;
  font-size: 40px;
  line-height: 1.14;
  font-family: "Lato", sans-serif;
  font-weight: 600;
  margin-bottom: 15px;
}
.block-wrap-one p {
  margin-bottom: 93px;
}
@media only screen and (max-width: 1200px) {
  .block-wrap-one p {
    margin-bottom: 40px;
  }
  .block-wrap-one .block-title {
    font-size: 28px;
  }
}

.counter-wrap-one {
  margin-bottom: 40px;
}
.counter-wrap-one .number {
  color: #212529;
  font-size: 70px;
  font-weight: 600;
  font-family: "Poppins", sans-serif;
  line-height: 1;
  margin-bottom: 10px;
}
.counter-wrap-one .counter-title {
  color: rgba(0, 0, 0, 0.7);
  font-family: "Lato", sans-serif;
  font-weight: 400;
  margin-bottom: 0;
}
@media only screen and (max-width: 1200px) {
  .counter-wrap-one .number {
    font-size: 50px;
  }
}
@media only screen and (max-width: 767.98px) {
  .counter-wrap-one {
    padding-left: 10px;
    padding-right: 10px;
  }
}

.counter-wrap-two .icon {
  width: 40px;
  height: 40px;
  background: #00095E;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-right: 15px;
}
.counter-wrap-two .number {
  color: #212529;
  font-size: 36px;
  font-weight: 600;
  font-family: "Poppins", sans-serif;
  letter-spacing: -0.44px;
  line-height: 1;
  margin-bottom: 0;
  margin-right: 5px;
}
.counter-wrap-two .counter-title {
  color: #212529;
  font-size: 22px;
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  letter-spacing: -0.44px;
  line-height: 1;
  margin-bottom: 0;
}
@media only screen and (max-width: 1200px) {
  .counter-wrap-two .number {
    font-size: 20px;
  }
}
.counter-wrap-three .icon {
  width: 40px;
  height: 40px;
  background: #00095E;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-right: 15px;
  -webkit-transition: all 0.4s ease 0s;
  -moz-transition: all 0.4s ease 0s;
  -ms-transition: all 0.4s ease 0s;
  -o-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
}
.counter-wrap-three .number {
  color: #212529;
  font-size: 36px;
  font-weight: 600;
  font-family: "Poppins", sans-serif;
  letter-spacing: -0.44px;
  line-height: 1;
  margin-bottom: 0;
  margin-right: 5px;
  -webkit-transition: all 0.4s ease 0s;
  -moz-transition: all 0.4s ease 0s;
  -ms-transition: all 0.4s ease 0s;
  -o-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
}
.counter-wrap-three .counter-title {
  color: #212529;
  font-size: 22px;
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  letter-spacing: -0.44px;
  line-height: 1;
  margin-bottom: 0;
  -webkit-transition: all 0.4s ease 0s;
  -moz-transition: all 0.4s ease 0s;
  -ms-transition: all 0.4s ease 0s;
  -o-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
}
.counter-wrap-three:hover .icon {
  background: #FFC800;
}
.counter-wrap-three:hover .number,
.counter-wrap-three:hover .counter-title {
  color: #FFC800;
}
@media only screen and (max-width: 1200px) {
  .counter-wrap-three .number {
    font-size: 20px;
  }
}
.counter-wrap-bg {
  background: #F5F5F5;
  padding: 30px 76px 20px 30px;
  border-radius: 15px;
}
@media only screen and (max-width: 1200px) {
  .counter-wrap-bg {
    padding-left: 10px;
    padding-right: 10px;
  }
}

.counter-wrap-four .icon {
  width: 45px;
  height: 45px;
  background: #FFC800;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-right: 10px;
}
.counter-wrap-four .number {
  color: #212529;
  font-size: 34px;
  font-weight: 600;
  font-family: "Poppins", sans-serif;
  letter-spacing: -0.68px;
  line-height: 1;
  margin-bottom: 0;
  margin-right: 5px;
}
.counter-wrap-four .counter-title {
  color: #212529;
  font-size: 20px;
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  letter-spacing: -0.4px;
  line-height: 1;
  margin-bottom: 0;
}
@media only screen and (max-width: 1200px) {
  .counter-wrap-four .number {
    font-size: 20px;
  }
}
.counter-wrap-five {
  margin-bottom: 45px;
  max-width: 375px;
}
.counter-wrap-five .counter-title {
  color: #212529;
  font-size: 16px;
  font-family: "Lato", sans-serif;
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 24px;
}
.counter-wrap-five .counter-divider {
  width: 100%;
  height: 1.5px;
  background: #000;
  margin-bottom: 30px;
}
.counter-wrap-five .number {
  color: #000;
  font-size: 80px;
  font-weight: 600;
  font-family: "Poppins", sans-serif;
  line-height: 1;
  margin-bottom: 23px;
}
.counter-wrap-five .description {
  font-size: 18px;
}
@media only screen and (max-width: 1200px) {
  .counter-wrap-five .number {
    font-size: 60px;
  }
}

.author-quote {
  text-align: center;
  background: #2F2E45;
  padding: 51px 45px 74px 45px;
  border-radius: 30px;
}
.author-quote .icon {
  background: #FFC800;
  width: 70px;
  height: 70px;
  border-radius: 50%;
  display: inline-block;
  text-align: center;
  line-height: 70px;
  margin-bottom: 37px;
}
.author-quote .icon img {
  display: inline-block;
}
.author-quote .quote-text {
  color: #ffffff;
  font-size: 34px;
  line-height: 1.6;
  font-family: "Lato", sans-serif;
  margin-bottom: 57px;
}
.author-quote .name {
  color: #ffffff;
  font-size: 20px;
  font-family: "Lato", sans-serif;
  font-weight: 500;
}
.author-quote .name span {
  color: rgba(255, 255, 255, 0.6);
}
@media only screen and (max-width: 1600px) {
  .author-quote {
    padding-left: 15px;
    padding-right: 15px;
  }
  .author-quote .quote-text {
    font-size: 30px;
  }
}
@media only screen and (max-width: 767.98px) {
  .author-quote .quote-text {
    font-size: 22px;
    line-height: 30px;
  }
}

.service-tag-list a {
  color: #212529;
  font-size: 20px;
  font-weight: 500;
  font-family: "Lato", sans-serif;
  display: inline-block;
  border-radius: 50px;
  background: #ffffff;
  padding: 8px 40px;
  margin: 3px 1px;
  -webkit-transition: all 0.4s ease 0s;
  -moz-transition: all 0.4s ease 0s;
  -ms-transition: all 0.4s ease 0s;
  -o-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
}
.service-tag-list a:hover {
  color: #ffffff;
  background: #00095E;
}

.list-text {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid #D6D9DD;
  padding-bottom: 20px;
  margin-bottom: 30px;
}
.list-text .number {
  color: #212529;
  font-size: 40px;
  font-weight: 900;
  font-family: "Lato", sans-serif;
}
.list-text .text-label {
  font-size: 26px;
  font-weight: 600;
  font-family: "Lato", sans-serif;
}
@media only screen and (max-width: 1200px) {
  .list-text .number {
    font-size: 22px;
  }
  .list-text .text-label {
    font-size: 20px;
  }
}

.icon-box img {
  margin-bottom: 20px;
}
.icon-box h4 {
  font-size: 24px;
  margin-bottom: 15px;
  font-weight: 600;
}
.icon-box .icon {
  color: #FFC800;
  font-size: 20px;
  display: inline-block;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  text-align: center;
  line-height: 50px;
  background: rgba(198, 40, 40, 0.1);
  -webkit-transition: all 0.4s ease 0s;
  -moz-transition: all 0.4s ease 0s;
  -ms-transition: all 0.4s ease 0s;
  -o-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
}
.icon-box:hover .icon {
  color: #ffffff;
  background: #FFC800;
}

.skill-wrapper-box {
  padding-left: 80px;
  padding-right: 315px;
  height: 100%;
  padding-top: 100px;
  padding-bottom: 50px;
}
@media (max-width: 1800px) {
  .skill-wrapper-box {
    padding-right: 50px;
    padding-top: 42px;
  }
}
@media (max-width: 991px) {
  .skill-wrapper-box {
    padding-right: 15px;
    padding-left: 15px;
    padding-top: 60px;
  }
}

.skill-wrapper {
  position: relative;
  z-index: 1;
}
.skill-wrapper .skill-title {
  color: rgba(0, 0, 0, 0.7);
  font-size: 16px;
  font-weight: 400;
  color: #212529;
  font-family: "Lato", sans-serif;
  letter-spacing: unset;
}
.skill-wrapper .progress {
  height: 9px;
  background: rgba(0, 0, 0, 0.06);
  border-radius: 10px;
  overflow: visible;
  position: relative;
  z-index: 1;
}
.skill-wrapper .progress .progress-bar {
  height: 9px;
  background: #FFC800;
  width: 82%;
  border-radius: 10px;
  overflow: visible;
}
.skill-wrapper .progress span {
  color: #212529;
  font-size: 20px;
  font-weight: 600;
  font-family: "Poppins", sans-serif;
  position: absolute;
  left: 82%;
  top: -30px;
}
.skill-wrapper .progress.progress-2 .progress-bar {
  width: 88%;
}
.skill-wrapper .progress.progress-2 span {
  left: 88%;
}
.skill-wrapper .progress.progress-3 .progress-bar {
  width: 94%;
}
.skill-wrapper .progress.progress-3 span {
  left: 94%;
}
.skill-wrapper.sk-2 .progress .progress-bar {
  width: 55%;
}
.skill-wrapper.sk-2 .skill-title span {
  right: 15%;
}
.skill-wrapper.sk-3 .progress .progress-bar {
  width: 95%;
}
.skill-wrapper.sk-3 .skill-title span {
  right: 8%;
}

.progressbar-content {
  text-align: center;
  display: inline-block;
}
.progressbar-content .chart,
.progressbar-content .chart2 {
  display: inline-block;
  text-align: center;
  position: relative;
  z-index: 1;
}
.progressbar-content .chart span,
.progressbar-content .chart2 span {
  color: #212529;
  font-size: 50px;
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
  top: 50%;
  transform: translateY(-77%);
}
.progressbar-content .progress-title {
  font-size: 20px;
  font-family: "Lato", sans-serif;
  font-weight: 400;
  letter-spacing: normal;
  margin-top: 5px;
}
@media only screen and (max-width: 1200px) {
  .progressbar-content .chart span {
    font-size: 48px;
  }
  .progressbar-content .progress-title {
    font-size: 22px;
  }
}

.marquee-wrapper {
  width: 130vw;
  margin-left: -10%;
}
.marquee-wrapper .donate-title {
  display: flex;
  align-items: center;
  margin: 0 20px;
}
.marquee-wrapper .donate-title a {
  color: #ffffff;
  font-size: 65px;
  font-weight: 700;
  font-family: "Lato", sans-serif;
  line-height: 1;
  display: inline-flex;
  align-items: center;
}
.marquee-wrapper .donate-title img {
  display: inline-block;
  margin-left: 20px;
}
@media only screen and (max-width: 991.98px) {
  .marquee-wrapper .donate-title a {
    font-size: 45px;
  }
}
@media only screen and (max-width: 991.98px) {
  .marquee-wrapper {
    margin-left: 0;
    width: 100%;
  }
}

@keyframes marqueslide {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-100%);
  }
}
@keyframes marqueslideRverse {
  from {
    transform: translateX(-100%);
  }
  to {
    transform: translateX(0%);
  }
}
.marquee-wrapper,
.country-list {
  overflow: hidden;
  white-space: nowrap;
  position: relative;
  display: flex;
  align-items: center;
}
.marquee-wrapper::before, .marquee-wrapper::after,
.country-list::before,
.country-list::after {
  position: absolute;
  top: 0;
  width: 250px;
  height: 100%;
  content: "";
  z-index: 2;
}
.marquee-wrapper:hover .marquee-slide,
.country-list:hover .marquee-slide {
  animation-play-state: paused;
}

.marquee-slide,
.country-wrapper,
.country-list-four {
  display: inline-block;
  animation: 35s marqueslide infinite linear;
  height: 50px;
  display: flex;
  align-items: center;
}

.country-list-two .country-wrapper {
  display: inline-block;
  animation: 35s marqueslideRverse infinite linear;
  height: 50px;
  display: flex;
  align-items: center;
}

.country-list-five {
  display: inline-block;
  height: 50px;
  display: flex;
  align-items: center;
  animation: 35s marqueslideRverse infinite linear;
}

.marquee-wrapper-container {
  width: 100%;
  margin-left: 0;
  margin-right: 0;
}

.news-wrapper {
  color: #ffffff;
  font-size: 28px;
  font-weight: 400;
  font-family: "Lato", sans-serif;
}
.news-wrapper a {
  font-weight: 700;
  margin-left: 15px;
  margin-right: 22px;
  -webkit-transition: all 0.4s ease 0s;
  -moz-transition: all 0.4s ease 0s;
  -ms-transition: all 0.4s ease 0s;
  -o-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
}
.news-wrapper a:hover {
  color: #FFC800;
}
.news-wrapper img {
  margin-right: 26px;
}

.process-wrapper {
  position: relative;
  z-index: 1;
}
.process-wrapper .main-img {
  position: absolute;
  z-index: 2;
  border-radius: 50%;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.process-wrapper .bg-round-shape {
  position: relative;
  z-index: 1;
  animation: rotation infinite linear 50s;
}

ul.worklist {
  position: absolute;
  padding: 0;
  margin: 0;
  list-style: none;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 3;
}
ul.worklist li {
  display: inline-block;
}
ul.worklist li:nth-child(1) {
  position: absolute;
  left: 50%;
  top: -6%;
  transform: translateX(-50%);
}
ul.worklist li:nth-child(2) {
  position: absolute;
  left: -4%;
  top: 50%;
  transform: translateY(-50%);
}
ul.worklist li:nth-child(3) {
  position: absolute;
  left: 50%;
  bottom: -5%;
  transform: translateX(-50%);
}
ul.worklist li:last-child {
  position: absolute;
  right: -5%;
  top: 50%;
  transform: translateY(-50%);
}
@media only screen and (max-width: 767.98px) {
  ul.worklist {
    position: relative;
    display: flex;
    flex-direction: column;
  }
  ul.worklist li {
    position: relative;
    display: block;
    margin-bottom: 40px;
  }
  ul.worklist li:nth-child(1), ul.worklist li:nth-child(2), ul.worklist li:nth-child(3), ul.worklist li:last-child {
    position: relative;
    transform: unset;
    left: unset;
    top: unset;
    right: unset;
    bottom: unset;
  }
}

.tooltip-box {
  position: relative;
}
.tooltip-box.tb-1 .tooltip-content {
  left: -198px;
  top: 0px;
}
@media only screen and (max-width: 767.98px) {
  .tooltip-box.tb-1 .tooltip-content {
    position: relative;
    top: unset;
    left: unset;
    right: unset;
    bottom: unset;
    text-align: center;
  }
}
.tooltip-box.tb-2 .tooltip-content {
  left: -144px;
  top: 14px;
}
@media only screen and (max-width: 767.98px) {
  .tooltip-box.tb-2 .tooltip-content {
    position: relative;
    top: unset;
    left: unset;
    right: unset;
    bottom: unset;
    text-align: center;
  }
}
.tooltip-box.tb-3 .tooltip-content {
  left: 136px;
  top: 76px;
  width: max-content;
}
@media only screen and (max-width: 767.98px) {
  .tooltip-box.tb-3 .tooltip-content {
    position: relative;
    top: unset;
    left: unset;
    right: unset;
    bottom: unset;
    text-align: center;
  }
}
.tooltip-box.tb-4 .tooltip-content {
  left: 140px;
  top: 18px;
  width: max-content;
}
@media only screen and (max-width: 767.98px) {
  .tooltip-box.tb-4 .tooltip-content {
    position: relative;
    top: unset;
    left: unset;
    right: unset;
    bottom: unset;
    text-align: center;
  }
}
.tooltip-box .icon {
  display: inline-block;
}
.tooltip-box .tooltip-content {
  text-align: start;
  position: absolute;
  z-index: 2;
  color: #000;
  font-size: 20px;
  font-weight: 600;
  font-family: "Poppins", sans-serif;
  -webkit-transition: all 0.4s ease 0s;
  -moz-transition: all 0.4s ease 0s;
  -ms-transition: all 0.4s ease 0s;
  -o-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
}
@media only screen and (max-width: 991.98px) {
  .tooltip-box .tooltip-content {
    font-size: 16px;
  }
}
@media only screen and (max-width: 767.98px) {
  .tooltip-box .tooltip-content {
    position: relative;
    top: unset;
    left: unset;
    right: unset;
    bottom: unset;
    text-align: center;
  }
}
@media only screen and (max-width: 1200px) {
  .tooltip-box.tb-2 .tooltip-content {
    left: -84px;
    top: -22px;
  }
  .tooltip-box.tb-4 .tooltip-content {
    left: 7px;
    top: -30px;
    width: max-content;
  }
}
@media only screen and (max-width: 991.98px) {
  .tooltip-box.tb-4 .tooltip-content {
    top: 50px;
    left: -152px;
  }
  .tooltip-box.tb-2 .tooltip-content {
    left: 10px;
  }
}
@media only screen and (max-width: 767.98px) {
  .tooltip-box.tb-1 .tooltip-content, .tooltip-box.tb-4 .tooltip-content, .tooltip-box.tb-2 .tooltip-content, .tooltip-box.tb-3 .tooltip-content {
    position: relative;
    top: unset;
    left: unset;
    right: unset;
    bottom: unset;
    text-align: center;
    width: 100%;
    margin-top: 15px;
    color: rgba(0, 0, 0, 0.7);
  }
}

.working-process-section .shape-w1 {
  position: absolute;
  left: 0;
  top: -19%;
  z-index: -1;
}
.working-process-section .shape-w2 {
  position: absolute;
  right: -15%;
  bottom: -16%;
  z-index: -1;
}

.process-wrapper-two {
  border-radius: 25px;
  border: 1.5px solid #D6D9DD;
  background: #ffffff;
}
.process-wrapper-two .bg-process-shape {
  width: 73%;
  position: absolute;
  height: 20px;
  z-index: -1;
  left: 0;
  right: 0;
  top: 37%;
  margin: 0 auto;
}

.process-wrap-one,
.process-wrap-three {
  margin-bottom: 40px;
}
.process-wrap-one .icon,
.process-wrap-three .icon {
  width: 100px;
  height: 100px;
  border-radius: 50%;
  background: #00095E;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 30px;
}
.process-wrap-one .process-title,
.process-wrap-three .process-title {
  font-size: 26px;
  letter-spacing: -0.44px;
}
@media only screen and (max-width: 1200px) {
  .process-wrap-one .process-title,
  .process-wrap-three .process-title {
    font-size: 20px;
  }
}

.process-wrap-three .icon {
  background: transparent;
  width: max-content;
  height: max-content;
  position: relative;
  z-index: 1;
}
.process-wrap-three .front-icon {
  position: absolute;
}

.service-wrap-one {
  border-radius: 30px;
  margin-bottom: 40px;
  position: relative;
  z-index: 1;
  -webkit-transition: all 0.4s ease 0s;
  -moz-transition: all 0.4s ease 0s;
  -ms-transition: all 0.4s ease 0s;
  -o-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
}
.service-wrap-one .service-thumb {
  text-align: center;
  border-radius: 30px;
  -webkit-transition: all 0.4s ease 0s;
  -moz-transition: all 0.4s ease 0s;
  -ms-transition: all 0.4s ease 0s;
  -o-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
  position: relative;
  z-index: 1;
}
.service-wrap-one .service-thumb::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  width: 100%;
  height: 0px;
  background-color: #FFC800;
  z-index: 1;
  border-radius: 30px;
  -webkit-transition: all 0.4s ease 0s;
  -moz-transition: all 0.4s ease 0s;
  -ms-transition: all 0.4s ease 0s;
  -o-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
}
.service-wrap-one .service-thumb img {
  max-width: 100%;
  -webkit-transition: all 0.4s ease 0s;
  -moz-transition: all 0.4s ease 0s;
  -ms-transition: all 0.4s ease 0s;
  -o-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
}
.service-wrap-one .front-img {
  border-radius: 30px;
  display: inline-block;
  -webkit-transition: all 0.4s ease 0s;
  -moz-transition: all 0.4s ease 0s;
  -ms-transition: all 0.4s ease 0s;
  -o-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
}
.service-wrap-one .back-img {
  position: absolute;
  z-index: 3;
  width: 83%;
  top: 0;
  left: 0;
  right: 0;
  border-radius: 0 0 178px 178px;
  margin: 0 auto;
  height: 0px;
  -webkit-transition: all 0.4s ease 0s;
  -moz-transition: all 0.4s ease 0s;
  -ms-transition: all 0.4s ease 0s;
  -o-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
}
.service-wrap-one .service-title {
  font-size: 32px;
  line-height: 1.1;
  font-weight: 600;
  font-family: "Poppins", sans-serif;
  margin-bottom: 20px;
  margin-top: 25px;
}
.service-wrap-one .service-title a {
  color: #212529;
  -webkit-transition: all 0.4s ease 0s;
  -moz-transition: all 0.4s ease 0s;
  -ms-transition: all 0.4s ease 0s;
  -o-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
}
.service-wrap-one .service-title a:hover {
  color: #FFC800;
}
.service-wrap-one .more-btn {
  display: inline-block;
  -webkit-transition: all 0.4s ease 0s;
  -moz-transition: all 0.4s ease 0s;
  -ms-transition: all 0.4s ease 0s;
  -o-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
}
.service-wrap-one:hover .service-thumb::before {
  height: 100%;
}
.service-wrap-one:hover .back-img {
  height: 91%;
}
@media only screen and (max-width: 1600px) {
  .service-wrap-one .service-title {
    font-size: 24px;
  }
}
.country-list {
  width: 129vw;
}
.country-list .item {
  border: 1.5px solid #D6D9DD;
  display: inline-flex;
  align-items: center;
  border-radius: 55px;
  padding: 15px 47px 15px 15px;
  gap: 15px;
  margin-left: 15px;
  margin-right: 15px;
}
.country-list .item span {
  font-size: 28px;
  font-weight: 500;
  font-family: "Poppins", sans-serif;
}

.country-white .item {
  border-color: #ffffff;
  background: #ffffff;
}
.country-white img {
  border-radius: 50%;
}

.country-list-three .item {
  display: inline-flex;
  align-items: center;
  border-radius: 55px;
  padding: 15px 15px 15px 15px;
  gap: 15px;
  background: #F5F5F5;
  width: 100%;
  margin-bottom: 45px;
}
.country-list-three .item img {
  border-radius: 50%;
}
.country-list-three .item span {
  font-size: 28px;
  font-weight: 500;
  font-family: "Poppins", sans-serif;
}
@media only screen and (max-width: 1200px) {
  .country-list-three .item {
    padding: 10px;
  }
  .country-list-three .item span {
    font-size: 16px;
  }
}
@media only screen and (max-width: 767.98px) {
  .country-list-three .item {
    gap: 5px;
  }
  .country-list-three .item img {
    width: 42px;
  }
}

.country-list-four,
.country-list-five {
  height: 150px;
  gap: 50px;
  margin-right: 40px;
}
.country-list-four .item,
.country-list-five .item {
  display: inline-flex;
  flex-direction: column;
  align-items: center;
  margin-bottom: 45px;
}
.country-list-four .item img,
.country-list-five .item img {
  display: inline-block;
  border-radius: 50%;
  margin-bottom: 30px;
}
.country-list-four .item span,
.country-list-five .item span {
  font-size: 28px;
  font-weight: 500;
  font-family: "Poppins", sans-serif;
  line-height: 50px;
  background: #F5F5F5;
  padding: 0 35px 0 35px;
  border-radius: 55px;
  position: relative;
  z-index: 1;
}
.country-list-four .item span::after,
.country-list-five .item span::after {
  content: "";
  clip-path: polygon(50% 0%, 0% 100%, 100% 100%);
  background: #F5F5F5;
  width: 20px;
  height: 27px;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: -24px;
  z-index: 1;
}
.country-list-four .item span .bg-shape,
.country-list-five .item span .bg-shape {
  position: absolute;
  left: 0;
  right: 0;
  top: -58%;
  z-index: -1;
  width: 100%;
}
@media only screen and (max-width: 1200px) {
  .country-list-four .item span,
  .country-list-five .item span {
    font-size: 16px;
  }
}
.country-list-six .item {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin-bottom: 45px;
}
.country-list-six .item img {
  display: inline-block;
  border-radius: 50%;
  margin-bottom: 30px;
}
.country-list-six .item span {
  font-size: 28px;
  font-weight: 500;
  font-family: "Poppins", sans-serif;
  line-height: 50px;
  background: #F5F5F5;
  padding: 0 35px 0 35px;
  border-radius: 55px;
  position: relative;
  z-index: 1;
}
.country-list-six .item span::after {
  content: "";
  clip-path: polygon(50% 0%, 0% 100%, 100% 100%);
  background: #F5F5F5;
  width: 20px;
  height: 27px;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: -24px;
  z-index: 1;
}
.country-list-six .item span .bg-shape {
  position: absolute;
  left: 0;
  right: 0;
  top: -58%;
  z-index: -1;
  width: 100%;
}
@media only screen and (max-width: 1200px) {
  .country-list-six .item span {
    font-size: 16px;
  }
}
.offer-country-section .shape-c2b {
  top: -33%;
  left: 0;
}
.offer-country-section .shape-c2a {
  top: -41%;
  right: 0;
}
.offer-country-section .shape-c4a {
  top: 50px;
  left: 0;
}
.offer-country-section .shape-och4 {
  top: -149px;
}

.service-wrap-two,
.service-wrap-six {
  background: #ffffff;
  border-radius: 30px;
  padding: 40px 40px 0 40px;
  border: 1.5px solid #ffffff;
  margin-bottom: 40px;
  position: relative;
  z-index: 1;
  -webkit-transition: all 0.4s ease 0s;
  -moz-transition: all 0.4s ease 0s;
  -ms-transition: all 0.4s ease 0s;
  -o-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
}
.service-wrap-two .service-shape,
.service-wrap-six .service-shape {
  position: absolute;
  z-index: -1;
  right: 0;
  top: 0;
}
.service-wrap-two .icon,
.service-wrap-six .icon {
  background: #00095E;
  width: 80px;
  height: 80px;
  border-radius: 50%;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  -webkit-transition: all 0.4s ease 0s;
  -moz-transition: all 0.4s ease 0s;
  -ms-transition: all 0.4s ease 0s;
  -o-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
}
.service-wrap-two .service-number,
.service-wrap-six .service-number {
  color: transparent;
  -webkit-text-stroke: 1.5px #D6D9DD;
  font-size: 30px;
  font-family: "Poppins", sans-serif;
  margin-top: 57px;
  position: relative;
  z-index: 1;
}
.service-wrap-two .service-number::before,
.service-wrap-six .service-number::before {
  content: "";
  position: absolute;
  right: 10px;
  top: 15px;
  background: #D6D9DD;
  width: 272px;
  height: 1.5px;
}
.service-wrap-two .service-title,
.service-wrap-six .service-title {
  font-size: 32px;
  line-height: 1.1;
  font-weight: 600;
  font-family: "Poppins", sans-serif;
  margin-bottom: 14px;
  -webkit-transition: all 0.4s ease 0s;
  -moz-transition: all 0.4s ease 0s;
  -ms-transition: all 0.4s ease 0s;
  -o-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
}
.service-wrap-two .service-title a,
.service-wrap-six .service-title a {
  color: #212529;
  -webkit-transition: all 0.4s ease 0s;
  -moz-transition: all 0.4s ease 0s;
  -ms-transition: all 0.4s ease 0s;
  -o-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
}
.service-wrap-two .service-title a:hover,
.service-wrap-six .service-title a:hover {
  color: #FFC800;
}
.service-wrap-two .more-btn,
.service-wrap-six .more-btn {
  margin-top: 7px;
  margin-bottom: 10px;
  -webkit-transition: all 0.4s ease 0s;
  -moz-transition: all 0.4s ease 0s;
  -ms-transition: all 0.4s ease 0s;
  -o-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
}
.service-wrap-two .content,
.service-wrap-six .content {
  overflow: hidden;
  margin-bottom: 30px;
  -webkit-transition: all 0.4s ease 0s;
  -moz-transition: all 0.4s ease 0s;
  -ms-transition: all 0.4s ease 0s;
  -o-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
}
.service-wrap-two .inner-content,
.service-wrap-six .inner-content {
  margin-top: 47px;
  margin-bottom: -30px;
  -webkit-transition: all 0.4s ease 0s;
  -moz-transition: all 0.4s ease 0s;
  -ms-transition: all 0.4s ease 0s;
  -o-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
}
.service-wrap-two:hover,
.service-wrap-six:hover {
  border-color: #FFC800;
}
.service-wrap-two:hover .icon,
.service-wrap-six:hover .icon {
  background: #FFC800;
}
.service-wrap-two:hover .inner-content,
.service-wrap-six:hover .inner-content {
  margin-top: 18px;
  margin-bottom: 0;
}
@media only screen and (max-width: 1600px) {
  .service-wrap-two .service-title,
  .service-wrap-six .service-title {
    font-size: 24px;
  }
}
@media only screen and (max-width: 1200px) {
  .service-wrap-two,
  .service-wrap-six {
    padding-left: 15px;
    padding-right: 15px;
  }
  .service-wrap-two .service-number::before,
  .service-wrap-six .service-number::before {
    width: 50%;
  }
}

.service-wrap-three {
  background: #F5F5F5;
  border-radius: 30px;
  margin-bottom: 40px;
  position: relative;
  z-index: 1;
  -webkit-transition: all 0.4s ease 0s;
  -moz-transition: all 0.4s ease 0s;
  -ms-transition: all 0.4s ease 0s;
  -o-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
}
.service-wrap-three .service-thumb {
  margin-bottom: 45px;
  text-align: center;
  -webkit-transition: all 0.4s ease 0s;
  -moz-transition: all 0.4s ease 0s;
  -ms-transition: all 0.4s ease 0s;
  -o-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
}
.service-wrap-three .service-thumb img {
  border-radius: 30px 30px 0 0;
  width: 100%;
  -webkit-transition: all 0.4s ease 0s;
  -moz-transition: all 0.4s ease 0s;
  -ms-transition: all 0.4s ease 0s;
  -o-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
}
.service-wrap-three .service-title {
  font-size: 32px;
  line-height: 1.1;
  font-weight: 600;
  font-family: "Poppins", sans-serif;
  margin-bottom: 10px;
}
.service-wrap-three .service-title a {
  color: #212529;
  -webkit-transition: all 0.4s ease 0s;
  -moz-transition: all 0.4s ease 0s;
  -ms-transition: all 0.4s ease 0s;
  -o-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
}
.service-wrap-three .service-title a:hover {
  color: #FFC800;
}
.service-wrap-three p {
  margin-bottom: 26px;
}
.service-wrap-three .more-btn {
  display: inline-block;
  color: #000;
  font-weight: 600;
  font-family: "Poppins", sans-serif;
  border-bottom: 1px solid #000;
  -webkit-transition: all 0.4s ease 0s;
  -moz-transition: all 0.4s ease 0s;
  -ms-transition: all 0.4s ease 0s;
  -o-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
}
.service-wrap-three .more-btn img {
  display: inline-block;
}
.service-wrap-three .more-btn:hover {
  color: #FFC800;
  border-color: #FFC800;
}
.service-wrap-three .more-btn:hover img {
  filter: brightness(0) saturate(100%) invert(18%) sepia(70%) saturate(2910%) hue-rotate(349deg) brightness(89%) contrast(97%);
}
.service-wrap-three .content {
  padding: 0 48px 50px 40px;
}
@media only screen and (max-width: 1600px) {
  .service-wrap-three .service-title {
    font-size: 24px;
  }
}
@media only screen and (max-width: 1200px) {
  .service-wrap-three .content {
    padding-left: 15px;
    padding-right: 15px;
  }
}

.service-wrap-four {
  border-radius: 30px;
  margin-bottom: 40px;
  position: relative;
  z-index: 1;
  -webkit-transition: all 0.4s ease 0s;
  -moz-transition: all 0.4s ease 0s;
  -ms-transition: all 0.4s ease 0s;
  -o-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
}
.service-wrap-four .service-thumb {
  border-radius: 30px;
  margin-bottom: 25px;
  text-align: center;
  -webkit-transition: all 0.4s ease 0s;
  -moz-transition: all 0.4s ease 0s;
  -ms-transition: all 0.4s ease 0s;
  -o-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
}
.service-wrap-four .service-thumb img {
  border-radius: 30px;
  width: 100%;
  height: 100%;
  -webkit-transition: all 0.4s ease 0s;
  -moz-transition: all 0.4s ease 0s;
  -ms-transition: all 0.4s ease 0s;
  -o-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
}
.service-wrap-four .service-title {
  font-size: 32px;
  line-height: 1.1;
  font-weight: 600;
  font-family: "Poppins", sans-serif;
  margin-bottom: 20px;
}
.service-wrap-four .service-title a {
  color: #212529;
  -webkit-transition: all 0.4s ease 0s;
  -moz-transition: all 0.4s ease 0s;
  -ms-transition: all 0.4s ease 0s;
  -o-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
}
.service-wrap-four .service-title a:hover {
  color: #FFC800;
}
.service-wrap-four .more-btn {
  display: inline-block;
  -webkit-transition: all 0.4s ease 0s;
  -moz-transition: all 0.4s ease 0s;
  -ms-transition: all 0.4s ease 0s;
  -o-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
}
@media only screen and (max-width: 1600px) {
  .service-wrap-four .service-title {
    font-size: 24px;
  }
}

.service-wrap-five {
  border-radius: 20px;
  border: 1.5px solid #ffffff;
  margin-bottom: 40px;
  position: relative;
  z-index: 1;
  -webkit-transition: all 0.4s ease 0s;
  -moz-transition: all 0.4s ease 0s;
  -ms-transition: all 0.4s ease 0s;
  -o-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
}
.service-wrap-five .service-thumb {
  margin-bottom: 33px;
}
.service-wrap-five .service-thumb img {
  width: 100%;
  border-radius: 20px 20px 0 0;
}
.service-wrap-five .service-title {
  font-size: 32px;
  font-weight: 600;
  line-height: 1.1;
  font-family: "Poppins", sans-serif;
  margin-bottom: 16px;
}
.service-wrap-five .service-title a {
  color: #212529;
  -webkit-transition: all 0.4s ease 0s;
  -moz-transition: all 0.4s ease 0s;
  -ms-transition: all 0.4s ease 0s;
  -o-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
}
.service-wrap-five .service-title a:hover {
  color: #FFC800;
}
.service-wrap-five p {
  font-size: 18px;
  line-height: 32px;
  margin-bottom: 30px;
  -webkit-transition: all 0.4s ease 0s;
  -moz-transition: all 0.4s ease 0s;
  -ms-transition: all 0.4s ease 0s;
  -o-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
}
.service-wrap-five .more-btn {
  color: #ffffff;
  font-size: 20px;
  font-family: "Lato", sans-serif;
  font-weight: 600;
  background: #00095E;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  right: 25px;
  top: -3px;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: all 0.4s ease 0s;
  -moz-transition: all 0.4s ease 0s;
  -ms-transition: all 0.4s ease 0s;
  -o-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
}
.service-wrap-five .content {
  padding-left: 30px;
  padding-right: 60px;
  position: relative;
  z-index: 1;
}
.service-wrap-five:hover {
  border-color: #FFC800;
}
.service-wrap-five:hover .more-btn {
  visibility: visible;
  opacity: 1;
}
@media only screen and (max-width: 1200px) {
  .service-wrap-five .service-title {
    font-size: 24px;
  }
  .service-wrap-five .content {
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media only screen and (max-width: 767.98px) {
  .service-wrap-five .more-btn {
    position: relative;
    z-index: 1;
    visibility: visible;
    opacity: 1;
    left: 0;
    margin-bottom: 30px;
  }
}

.service-wrap-six.version-2 {
  background: #F5F5F5;
}
.service-wrap-six .front-icon {
  display: inline-block;
  -webkit-transition: all 0.4s ease 0s;
  -moz-transition: all 0.4s ease 0s;
  -ms-transition: all 0.4s ease 0s;
  -o-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
}
.service-wrap-six .back-icon {
  display: none;
  visibility: visible;
  opacity: 0;
  -webkit-transition: all 0.4s ease 0s;
  -moz-transition: all 0.4s ease 0s;
  -ms-transition: all 0.4s ease 0s;
  -o-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
}
.service-wrap-six:hover {
  background: #FFC800;
}
.service-wrap-six:hover .service-shape {
  filter: invert(1) brightness(10);
}
.service-wrap-six:hover .front-icon {
  display: none;
  visibility: hidden;
}
.service-wrap-six:hover .back-icon {
  display: inline-block;
  visibility: visible;
  opacity: 1;
}
.service-wrap-six:hover .icon {
  background: #ffffff;
}
.service-wrap-six:hover .service-number {
  color: #ffffff;
}
.service-wrap-six:hover .service-title a {
  color: #ffffff;
}
.service-wrap-six:hover p {
  color: rgba(255, 255, 255, 0.7);
}
.service-wrap-six:hover .more-btn img {
  filter: invert(1) brightness(10);
}

.slick-slide.slick-current.slick-active .service-wrap-six {
  background: #FFC800;
}
.slick-slide.slick-current.slick-active .service-wrap-six .front-icon {
  display: inline-block;
  -webkit-transition: all 0.4s ease 0s;
  -moz-transition: all 0.4s ease 0s;
  -ms-transition: all 0.4s ease 0s;
  -o-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
}
.slick-slide.slick-current.slick-active .service-wrap-six .back-icon {
  display: none;
  visibility: visible;
  opacity: 0;
  -webkit-transition: all 0.4s ease 0s;
  -moz-transition: all 0.4s ease 0s;
  -ms-transition: all 0.4s ease 0s;
  -o-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
}
.slick-slide.slick-current.slick-active .service-wrap-six .service-shape {
  filter: invert(1) brightness(10);
}
.slick-slide.slick-current.slick-active .service-wrap-six .front-icon {
  display: none;
  visibility: hidden;
}
.slick-slide.slick-current.slick-active .service-wrap-six .back-icon {
  display: inline-block;
  visibility: visible;
  opacity: 1;
}
.slick-slide.slick-current.slick-active .service-wrap-six .icon {
  background: #ffffff;
}
.slick-slide.slick-current.slick-active .service-wrap-six .service-number {
  color: #ffffff;
}
.slick-slide.slick-current.slick-active .service-wrap-six .service-title a {
  color: #ffffff;
}
.slick-slide.slick-current.slick-active .service-wrap-six p {
  color: rgba(255, 255, 255, 0.7);
}
.slick-slide.slick-current.slick-active .service-wrap-six .more-btn img {
  filter: invert(1) brightness(10);
}

.portfolio-wrap-one {
  margin-bottom: 40px;
  position: relative;
  z-index: 1;
}
.portfolio-wrap-one img {
  border-radius: 30px;
}
.portfolio-wrap-one .icon-link {
  color: #212529;
  font-size: 30px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 90px;
  height: 90px;
  border-radius: 50%;
  background: #FFC800;
  position: absolute;
  z-index: 2;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  opacity: 0;
  visibility: hidden;
}
.portfolio-wrap-one:hover .icon-link {
  opacity: 1;
  visibility: visible;
}

.contact-form-wrapper {
  padding: 50px 50px 50px 50px;
  background: #fff;
  border-radius: 30px;
}
@media only screen and (max-width: 1200px) {
  .contact-form-wrapper {
    padding: 15px 15px 12px 15px;
  }
}
@media only screen and (max-width: 991.98px) {
  .contact-form-wrapper {
    padding: 30px 15px;
  }
}

.contact-form-wrapper-two {
  padding: 55px 50px 60px 55px;
}
@media only screen and (max-width: 1200px) {
  .contact-form-wrapper-two {
    padding: 25px 15px;
  }
}

.contact-form-wrapper-three {
  padding: 50px 50px 50px 50px;
  border: 1.5px solid #FFC800;
  border-radius: 30px;
}
@media only screen and (max-width: 1200px) {
  .contact-form-wrapper-three {
    padding: 15px 15px 12px 15px;
  }
}
@media only screen and (max-width: 991.98px) {
  .contact-form-wrapper-three {
    padding: 30px 15px;
  }
}

.contact-img-box .shape-c1 {
  position: relative;
  left: -33%;
  top: 18px;
}
@media only screen and (max-width: 1800px) {
  .contact-img-box img {
    width: 100%;
  }
}

.contact-form .input-wrapper {
  position: relative;
  z-index: 1;
  margin-bottom: 30px;
}
.contact-form .input-wrapper label {
  font-size: 18px;
  color: #212529;
  font-weight: 500;
  font-family: "Poppins", sans-serif;
  display: inline-block;
  margin-bottom: 15px;
}
.contact-form .input-wrapper input,
.contact-form .input-wrapper .select-event {
  width: 100%;
  height: 60px;
  border: 0;
  background: transparent;
  color: rgba(0, 0, 0, 0.4);
  font-size: 14px;
  font-weight: 400;
  font-family: "Lato", sans-serif;
  border-radius: 8px;
  border: 0;
  border: 1.5px solid #D6D9DD;
  padding-left: 20px;
}
.contact-form .input-wrapper input::placeholder,
.contact-form .input-wrapper .select-event::placeholder {
  color: rgba(0, 0, 0, 0.4);
  font-size: 14px;
}
.contact-form .input-wrapper input::-moz-placeholder,
.contact-form .input-wrapper .select-event::-moz-placeholder {
  color: rgba(0, 0, 0, 0.4);
  font-size: 14px;
}
.contact-form .input-wrapper input::-webkit-placeholder,
.contact-form .input-wrapper .select-event::-webkit-placeholder {
  color: rgba(0, 0, 0, 0.4);
  font-size: 18px;
}
.contact-form .input-wrapper input::-o-placeholder,
.contact-form .input-wrapper .select-event::-o-placeholder {
  color: rgba(0, 0, 0, 0.4);
  font-size: 14px;
}
.contact-form .input-wrapper input::-ms-placeholder,
.contact-form .input-wrapper .select-event::-ms-placeholder {
  color: rgba(0, 0, 0, 0.4);
  font-size: 14px;
}
.contact-form .input-wrapper textarea {
  width: 100%;
  height: 120px;
  border: 0;
  background: transparent;
  color: rgba(0, 0, 0, 0.4);
  font-size: 14px;
  font-family: "Lato", sans-serif;
  border-radius: 8px;
  border: 1.5px solid #D6D9DD;
  padding-left: 20px;
}
.contact-form .input-wrapper textarea::placeholder {
  color: rgba(0, 0, 0, 0.4);
  font-size: 14px;
}
.contact-form .input-wrapper textarea::-moz-placeholder {
  color: rgba(0, 0, 0, 0.4);
  font-size: 14px;
}
.contact-form .input-wrapper textarea::-webkit-placeholder {
  color: rgba(0, 0, 0, 0.4);
  font-size: 14px;
}
.contact-form .input-wrapper textarea::-o-placeholder {
  color: rgba(0, 0, 0, 0.4);
  font-size: 14px;
}
.contact-form .input-wrapper textarea::-ms-placeholder {
  color: rgba(0, 0, 0, 0.4);
  font-size: 14px;
}
.contact-form .input-wrapper select {
  color: rgba(0, 0, 0, 0.7);
  border: 0;
  border-bottom: 1px solid #000;
  padding-bottom: 14px;
}
.contact-form .input-wrapper select:focus-visible {
  outline-offset: 0px;
  outline: none;
}
.contact-form .submit-btn {
  color: #ffffff;
  font-size: 18px;
  font-weight: 600;
  font-family: "Lato", sans-serif;
  height: 60px;
  line-height: 58px;
  padding-left: 50px;
  padding-right: 50px;
  text-transform: capitalize;
  border-radius: 60px;
  border: 0;
  background: #FFC800;
  width: max-content;
  -webkit-transition: all 0.4s ease 0s;
  -moz-transition: all 0.4s ease 0s;
  -ms-transition: all 0.4s ease 0s;
  -o-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
}
.contact-form .submit-btn:hover {
  color: #ffffff;
  background: #00095E;
}
@media only screen and (max-width: 1200px) {
  .contact-form .input-wrapper {
    margin-bottom: 25px;
  }
}
@media only screen and (max-width: 767.98px) {
  .contact-form .submit-btn {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
  }
}
.contact-form.form-three .input-wrapper input {
  color: rgba(0, 0, 0, 0.7);
}
.contact-form.form-three .input-wrapper input::placeholder {
  color: rgba(0, 0, 0, 0.7);
}
.contact-form.form-three button {
  border-radius: 10px;
}

.form-two .input-wrapper label {
  margin-bottom: 0;
}
.form-two .input-wrapper input,
.form-two .input-wrapper textarea {
  border: 0;
  border-radius: 0;
  border-bottom: 1.5px solid #000;
  padding-left: 0;
}
.form-two .input-wrapper select {
  background: transparent;
  border: 0;
  height: 60px;
  border-bottom: 1.5px solid #000;
  border-radius: 0;
  padding: 0;
}
.form-two .input-wrapper .form-select:focus {
  outline: none;
  border: 0;
  border-bottom: 1.5px solid #000;
  box-shadow: none;
}

.subscribe-form {
  width: 100%;
  position: relative;
  z-index: 1;
}
.subscribe-form.sub-one {
  width: 378px;
  margin: 0 auto;
}
@media only screen and (max-width: 767.98px) {
  .subscribe-form.sub-one {
    width: 100%;
  }
  .subscribe-form.sub-one button {
    background: #FFC800;
  }
}
.subscribe-form input {
  width: 100%;
  height: 70px;
  border: 1px solid #000;
  color: rgba(0, 0, 0, 0.7);
  font-size: 18px;
  font-family: "Lato", sans-serif;
  padding-left: 30px;
  border-radius: 10px;
  background: #ffffff;
  border: 0;
}
.subscribe-form input::placeholder {
  color: rgba(0, 0, 0, 0.7);
  font-size: 16px;
}
.subscribe-form input::-moz-placeholder {
  color: rgba(0, 0, 0, 0.7);
  font-size: 16px;
}
.subscribe-form input::-webkit-placeholder {
  color: rgba(0, 0, 0, 0.7);
  font-size: 16px;
}
.subscribe-form input::-o-placeholder {
  color: rgba(0, 0, 0, 0.7);
  font-size: 16px;
}
.subscribe-form input::-ms-placeholder {
  color: rgba(0, 0, 0, 0.7);
  font-size: 16px;
}
.subscribe-form button {
  color: #ffffff;
  font-size: 18px;
  font-family: "Poppins", sans-serif;
  border: 0;
  font-weight: 600;
  line-height: 1;
  text-transform: capitalize;
  display: inline-block;
  background: #00095E;
  position: absolute;
  right: 11px;
  top: 11px;
  border-radius: 8px;
  height: 50px;
  width: max-content;
  padding: 0px 15px;
  -webkit-transition: all 0.4s ease 0s;
  -moz-transition: all 0.4s ease 0s;
  -ms-transition: all 0.4s ease 0s;
  -o-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
}
.subscribe-form button:hover {
  background: #FFC800;
}
.subscribe-form.sub-form-two {
  display: inline-block;
  max-width: 480px;
}
.subscribe-form.sub-form-two input {
  color: rgba(255, 255, 255, 0.7);
  height: 70px;
  line-height: 70px;
  display: block;
  border-radius: 10px;
  border: 1px solid #ffffff;
  background: transparent;
}
.subscribe-form.sub-form-two input::placeholder {
  color: rgba(255, 255, 255, 0.7);
}
.subscribe-form.sub-form-two input::-webkit-placeholder {
  color: rgba(255, 255, 255, 0.7);
}
.subscribe-form.sub-form-two input::-moz-placeholder {
  color: rgba(255, 255, 255, 0.7);
}
.subscribe-form.sub-form-two input::-ms-placeholder {
  color: rgba(255, 255, 255, 0.7);
}
.subscribe-form.sub-form-two input::-o-placeholder {
  color: rgba(255, 255, 255, 0.7);
}
.subscribe-form.sub-form-two button {
  color: #212529;
  font-size: 18px;
  background: #ffffff;
  min-height: 55px;
  line-height: 55px;
  padding-left: 35px;
  padding-right: 35px;
  width: auto;
  border-radius: 8px;
  font-family: "Lato", sans-serif;
  -webkit-transition: all 0.4s ease 0s;
  -moz-transition: all 0.4s ease 0s;
  -ms-transition: all 0.4s ease 0s;
  -o-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
}
.subscribe-form.sub-form-two button:hover {
  background: #FFC800;
}
@media only screen and (max-width: 991.98px) {
  .subscribe-form.sub-form-two input {
    width: 100%;
    margin-bottom: 15px;
  }
  .subscribe-form.sub-form-two button {
    right: 0;
  }
}
.subscribe-form.sub-form-3 {
  border-bottom: 1px solid #000;
}
.subscribe-form.sub-form-3 input {
  border: 0;
  border-radius: 0;
  height: 65px;
  line-height: 65px;
  font-size: 16px;
  font-weight: 500;
  font-family: "Lato", sans-serif;
  background: transparent;
  padding-left: 0;
}
.subscribe-form.sub-form-3 input::placeholder {
  color: #212529;
  font-size: 16px;
}
.subscribe-form.sub-form-3 input::-moz-placeholder {
  color: #212529;
  font-size: 16px;
}
.subscribe-form.sub-form-3 input::-webkit-placeholder {
  color: #212529;
  font-size: 16px;
}
.subscribe-form.sub-form-3 input::-o-placeholder {
  color: #212529;
  font-size: 16px;
}
.subscribe-form.sub-form-3 input::-ms-placeholder {
  color: #212529;
  font-size: 16px;
}
.subscribe-form.sub-form-3 button {
  color: #212529;
  font-size: 18px;
  font-weight: 600;
  font-family: "Lato", sans-serif;
  background: transparent;
  position: relative;
  z-index: 1;
  min-width: max-content;
  min-height: 65px;
  padding: 0;
  text-transform: capitalize;
  right: unset;
  top: unset;
  margin-left: 0;
  -webkit-transition: all 0.4s ease 0s;
  -moz-transition: all 0.4s ease 0s;
  -ms-transition: all 0.4s ease 0s;
  -o-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
}
.subscribe-form.sub-form-3 button:hover {
  color: #000;
  background: transparent;
}
@media only screen and (max-width: 767.98px) {
  .subscribe-form.sub-form-3 input {
    border-bottom: 1px solid #000;
  }
  .subscribe-form.sub-form-3 button {
    margin-left: 0;
  }
}
@media only screen and (max-width: 767.98px) {
  .subscribe-form {
    text-align: center;
    width: 100%;
  }
  .subscribe-form button {
    width: 100%;
    position: relative;
    top: unset;
    right: unset;
    margin-top: 10px;
  }
  .subscribe-form button.black-btn {
    background: #212529;
  }
}

.subscribe-agreement-checkbox label {
  color: #212529;
  font-size: 14px;
  font-weight: 500;
  font-family: "Lato", sans-serif;
}

.contact-map iframe {
  height: 530px;
  width: 100%;
  border-radius: 30px;
  display: block;
}
@media only screen and (max-width: 1600px) {
  .contact-map iframe {
    height: 500px;
  }
}
@media only screen and (max-width: 1600px) {
  .contact-map iframe {
    height: 400px;
  }
}

.signup-form-section .contact-wrapper {
  background: rgba(244, 244, 244, 0.5);
  padding: 50px;
  border-radius: 30px;
}
@media only screen and (max-width: 767.98px) {
  .signup-form-section .contact-wrapper {
    padding-left: 10px;
    padding-right: 10px;
  }
}
.signup-form-section .contact-form .input-wrapper span {
  left: 21px;
}
.signup-form-section button.signup-btn {
  border: 0;
  width: 100%;
  height: 45px;
  background: transparent;
  color: #212529;
  font-weight: 600;
}

.info-box2 {
  background: #F5F5F5;
  border-radius: 20px;
  padding: 35px 35px 30px 35px;
  margin-bottom: 40px;
  text-align: center;
  -webkit-transition: all 0.4s ease 0s;
  -moz-transition: all 0.4s ease 0s;
  -ms-transition: all 0.4s ease 0s;
  -o-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
}
.info-box2 .icon {
  color: #ffffff;
  width: 70px;
  height: 70px;
  background: #00095E;
  border-radius: 50%;
  font-size: 30px;
  text-align: center;
  line-height: 70px;
  margin: 0 auto;
  margin-bottom: 20px;
  -webkit-transition: all 0.4s ease 0s;
  -moz-transition: all 0.4s ease 0s;
  -ms-transition: all 0.4s ease 0s;
  -o-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
}
.info-box2 .info-title {
  font-size: 26px;
  font-weight: 600;
  font-family: "Poppins", sans-serif;
  margin-bottom: 11px;
}
.info-box2 p {
  margin-bottom: 0;
}
.info-box2:hover .icon {
  background: #FFC800;
}
@media only screen and (max-width: 1200px) {
  .info-box2 .icon {
    margin-bottom: 30px;
  }
  .info-box2 .info-title {
    font-size: 22px;
  }
}
@media only screen and (max-width: 767.98px) {
  .info-box2 {
    padding-left: 10px;
    padding-right: 10px;
    display: block;
    text-align: center;
  }
  .info-box2 .icon {
    margin: 0 auto;
    margin-bottom: 20px;
  }
}

.cta-section .shape-ct1 {
  position: absolute;
  z-index: -1;
  top: -104%;
  left: 0;
}
.cta-section .shape-ct2 {
  position: absolute;
  z-index: -1;
  top: -104%;
  right: 0;
}

.booking-form {
  max-width: 1520px;
  margin: 0 auto;
  padding-top: 80px;
  padding-bottom: 35px;
  background: #00095E;
  border-radius: 20px;
  margin-top: -110px;
  position: relative;
  z-index: 5;
}
.booking-form .input-wrapper {
  margin-bottom: 40px;
}
.booking-form .input-wrapper .content {
  overflow: hidden;
}
.booking-form .input-wrapper .icon {
  color: #212529;
  font-size: 28px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: #ffffff;
  width: 55px;
  height: 55px;
  border-radius: 50%;
  margin-right: 15px;
  margin-top: 9px;
  float: left;
}
.booking-form .input-wrapper label {
  color: rgba(225, 225, 225, 0.5);
  font-size: 20px;
  font-family: "Lato", sans-serif;
  font-weight: 400;
  display: block;
}
.booking-form .input-wrapper input {
  color: #ffffff;
  font-size: 20px;
  font-weight: 500;
  font-family: "Lato", sans-serif;
  border: 0;
  background: transparent;
}
.booking-form .input-wrapper input::placeholder {
  color: #ffffff;
  font-size: 20px;
}
.booking-form .input-wrapper input::-webkit-placeholder {
  color: #ffffff;
  font-size: 20px;
}
.booking-form .input-wrapper input::-moz-placeholder {
  color: #ffffff;
  font-size: 20px;
}
.booking-form .input-wrapper input::-ms-placeholder {
  color: #ffffff;
  font-size: 20px;
}
.booking-form .input-wrapper input::-o-placeholder {
  color: #ffffff;
  font-size: 20px;
}
@media only screen and (max-width: 1200px) {
  .booking-form {
    width: 100%;
    margin-top: 0;
  }
}

.feedback-wrap-one {
  padding-left: 20px;
  padding-right: 119px;
}
.feedback-wrap-one .feedback-rating a {
  color: #FFC800;
  font-size: 24px;
  margin-right: 6px;
}
.feedback-wrap-one .feedback-text {
  font-size: 30px;
  font-family: "Lato", sans-serif;
  font-weight: 600;
  color: #212529;
  line-height: 160%;
  letter-spacing: -0.6px;
  margin-top: 40px;
  margin-bottom: 84px;
}
.feedback-wrap-one .name {
  color: #212529;
  font-size: 24px;
  font-weight: 500;
  font-family: "Poppins", sans-serif;
  margin-bottom: 0;
}
.feedback-wrap-one .designation {
  color: rgba(0, 0, 0, 0.7);
  font-size: 18px;
  font-family: "Lato", sans-serif;
  font-weight: 400;
}
.feedback-wrap-one .flag-box {
  display: inline-flex;
  position: relative;
  z-index: 1;
}
.feedback-wrap-one .rating-number {
  background: #00095E;
  width: 70px;
  height: 70px;
  border-radius: 50%;
  text-align: center;
  display: inline-flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-right: -20px;
  position: relative;
  z-index: 1;
  border: 5px solid #F5F5F5;
}
.feedback-wrap-one .rating-number i {
  color: #FFE149;
  font-size: 14px;
}
.feedback-wrap-one .rating-number .number {
  color: #ffffff;
  font-weight: 600;
  font-family: "Poppins", sans-serif;
  font-size: 20px;
  line-height: 1;
}
.feedback-wrap-one .author-country {
  border-radius: 50%;
  border: 5px solid #F5F5F5;
  width: 70px;
  height: 70px;
  position: relative;
  z-index: 2;
}
@media only screen and (max-width: 1600px) {
  .feedback-wrap-one {
    padding-right: 30px;
  }
}
@media only screen and (max-width: 1200px) {
  .feedback-wrap-one {
    padding-right: 30px;
  }
  .feedback-wrap-one .feedback-text {
    font-size: 24px;
    margin-bottom: 30px;
    margin-top: 20px;
  }
}
@media only screen and (max-width: 991.98px) {
  .feedback-wrap-one {
    margin-top: 30px;
  }
}
@media only screen and (max-width: 767.98px) {
  .feedback-wrap-one {
    padding-left: 15px;
    padding-right: 15px;
  }
  .feedback-wrap-one .feedback-text {
    font-size: 20px;
  }
  .feedback-wrap-one .name {
    font-size: 18px;
  }
}

.feedback-background-one {
  background: #F5F5F5;
  border-radius: 30px;
}

.feedback-slider-thumb .author-avatar img {
  width: 100%;
  border-radius: 30px 0 0 30px;
}

.feedback-wrap-two {
  padding-left: 12px;
  padding-right: 84px;
}
.feedback-wrap-two .feedback-rating a {
  color: #FFC800;
  font-size: 24px;
  margin-right: 6px;
}
.feedback-wrap-two .feedback-text {
  font-size: 30px;
  font-family: "Lato", sans-serif;
  font-weight: 600;
  color: #212529;
  line-height: 160%;
  letter-spacing: -0.44px;
  margin-top: 35px;
  margin-bottom: 80px;
}
.feedback-wrap-two .name {
  color: #212529;
  font-size: 24px;
  font-weight: 500;
  font-family: "Poppins", sans-serif;
  margin-bottom: 0;
}
.feedback-wrap-two .designation {
  color: rgba(0, 0, 0, 0.7);
  font-size: 18px;
  font-family: "Lato", sans-serif;
  font-weight: 400;
}
@media only screen and (max-width: 1200px) {
  .feedback-wrap-two {
    padding-left: 0;
    padding-right: 0;
  }
  .feedback-wrap-two .feedback-text {
    font-size: 24px;
    margin-bottom: 30px;
    margin-top: 20px;
  }
}
@media only screen and (max-width: 991.98px) {
  .feedback-wrap-two {
    margin-top: 30px;
  }
}
@media only screen and (max-width: 767.98px) {
  .feedback-wrap-two .feedback-text {
    font-size: 20px;
  }
  .feedback-wrap-two .name {
    font-size: 18px;
  }
}

.author-avatar-two .rating-number {
  background: #00095E;
  width: 130px;
  height: 130px;
  border-radius: 50%;
  text-align: center;
  display: inline-flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  position: absolute;
  right: -40px;
  top: -40px;
  z-index: 1;
  border: 10px solid #F5F5F5;
}
.author-avatar-two .rating-number i {
  color: #FFE149;
  font-size: 24px;
}
.author-avatar-two .rating-number .number {
  color: #ffffff;
  font-weight: 600;
  font-family: "Poppins", sans-serif;
  font-size: 32px;
  line-height: 1;
  margin-top: 10px;
}
.author-avatar-two img {
  border-radius: 30px;
  max-width: 100%;
}
.author-avatar-two .author-img {
  margin-left: 57px;
  margin-top: 70px;
  margin-bottom: 70px;
  display: inline-block;
  position: relative;
  z-index: 2;
}
.author-avatar-two .author-img::before {
  content: "";
  position: absolute;
  width: 90%;
  height: 91%;
  border-radius: 30px;
  display: inline-block;
  border: 2px solid #FFC800;
  z-index: -1;
  left: 70px;
  top: 70px;
}
.author-avatar-two .author-img::after {
  content: "";
  position: absolute;
  width: 186px;
  height: 189px;
  border-radius: 15px;
  background: #FFC800;
  display: inline-block;
  z-index: -1;
  left: -50px;
  top: -50px;
}
@media only screen and (max-width: 1200px) {
  .author-avatar-two .author-img {
    margin-left: 0;
    margin-top: 0;
    margin-bottom: 0;
    text-align: center;
  }
  .author-avatar-two .author-img::before, .author-avatar-two .author-img::after {
    display: none;
  }
  .author-avatar-two .rating-number {
    right: 0;
    top: 0;
  }
}
.feedback-wrap-three {
  padding-right: 139px;
}
.feedback-wrap-three .feedback-rating a {
  color: #FFC800;
  font-size: 24px;
  margin-right: 6px;
}
.feedback-wrap-three .feedback-text {
  font-size: 30px;
  font-family: "Lato", sans-serif;
  font-weight: 600;
  color: #212529;
  line-height: 160%;
  letter-spacing: -0.6px;
  margin-top: 30px;
  margin-bottom: 49px;
}
.feedback-wrap-three .name {
  color: #212529;
  font-size: 24px;
  font-weight: 500;
  font-family: "Poppins", sans-serif;
  margin-bottom: 0;
}
.feedback-wrap-three .designation {
  color: rgba(0, 0, 0, 0.7);
  font-size: 18px;
  font-family: "Lato", sans-serif;
  font-weight: 400;
}
.feedback-wrap-three .flag-box {
  display: inline-flex;
  position: relative;
  z-index: 1;
}
.feedback-wrap-three .rating-number {
  background: #00095E;
  width: 70px;
  height: 70px;
  border-radius: 50%;
  text-align: center;
  display: inline-flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-right: -20px;
  position: relative;
  z-index: 1;
  border: 5px solid #F5F5F5;
}
.feedback-wrap-three .rating-number i {
  color: #FFE149;
  font-size: 14px;
}
.feedback-wrap-three .rating-number .number {
  color: #ffffff;
  font-weight: 600;
  font-family: "Poppins", sans-serif;
  font-size: 20px;
  line-height: 1;
}
.feedback-wrap-three .author-country {
  border-radius: 50%;
  border: 5px solid #F5F5F5;
  width: 70px;
  height: 70px;
  position: relative;
  z-index: 2;
}
@media only screen and (max-width: 1600px) {
  .feedback-wrap-three {
    padding-right: 30px;
  }
}
@media only screen and (max-width: 1200px) {
  .feedback-wrap-three {
    padding-right: 30px;
  }
  .feedback-wrap-three .feedback-text {
    font-size: 24px;
    margin-bottom: 30px;
    margin-top: 20px;
  }
}
@media only screen and (max-width: 767.98px) {
  .feedback-wrap-three {
    padding-left: 15px;
    padding-right: 15px;
  }
  .feedback-wrap-three .feedback-text {
    font-size: 20px;
  }
  .feedback-wrap-three .name {
    font-size: 18px;
  }
}

.author-avatar-three img {
  display: inline-block;
}
@media only screen and (max-width: 767.98px) {
  .author-avatar-three img {
    padding-left: 15px;
    padding-right: 15px;
    margin-bottom: 30px;
  }
}

.feedback-background-three {
  padding: 80px 80px;
}
@media only screen and (max-width: 767.98px) {
  .feedback-background-three {
    padding-left: 0;
    padding-right: 0;
  }
}

.feedback-section .shape-1 {
  top: -45%;
}
.feedback-section .shape-f2a {
  top: -8%;
}

.feedback-wrap-four {
  border-radius: 30px;
  border: 1.5px solid #D6D9DD;
  padding: 45px 55px 47px 55px;
  margin-bottom: 40px;
  margin-top: 65px;
}
.feedback-wrap-four .quote-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: #00095E;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  border: 4px solid #ffffff;
  margin-right: -25px;
  position: relative;
  z-index: 2;
}
.feedback-wrap-four .author {
  width: 120px;
  height: 120px;
  border-radius: 50%;
  margin-top: -105px;
  margin-bottom: 43px;
  position: relative;
  z-index: 2;
}
.feedback-wrap-four .author img {
  display: inline-block;
}
.feedback-wrap-four .name {
  color: #212529;
  font-size: 24px;
  font-weight: 500;
  font-family: "Poppins", sans-serif;
  margin-bottom: 2px;
}
.feedback-wrap-four .designation {
  color: rgba(0, 0, 0, 0.7);
  font-size: 18px;
  font-family: "Lato", sans-serif;
  font-weight: 400;
  margin-bottom: 0;
}
.feedback-wrap-four .feedback-text {
  color: #212529;
  font-size: 30px;
  font-weight: 500;
  font-family: "Poppins", sans-serif;
  line-height: 1.6;
  letter-spacing: -0.6px;
  margin-bottom: 55px;
  margin-top: 23px;
}
.feedback-wrap-four .feedback-rating a {
  color: #FFC800;
  font-size: 25px;
  margin-right: 7px;
}
.feedback-wrap-four .flag-box {
  display: inline-block;
  position: relative;
  z-index: 1;
}
.feedback-wrap-four .flag-box img {
  display: inline-block;
}
.feedback-wrap-four .author-country {
  border-radius: 50%;
  border: 4px solid #ffffff;
  width: 60px;
  height: 60px;
}
@media only screen and (max-width: 1600px) {
  .feedback-wrap-four {
    padding-left: 25px;
    padding-right: 25px;
  }
  .feedback-wrap-four .feedback-text {
    font-size: 24px;
  }
}
@media only screen and (max-width: 1200px) {
  .feedback-wrap-four .feedback-text {
    margin-bottom: 30px;
  }
  .feedback-wrap-four .name {
    font-size: 20px;
  }
}
@media only screen and (max-width: 767.98px) {
  .feedback-wrap-four {
    padding-left: 15px;
    padding-right: 15px;
  }
  .feedback-wrap-four .feedback-text {
    font-size: 20px;
  }
}

.feedback-wrap-five {
  position: relative;
  z-index: 1;
  background: #F5F5F5;
  border-radius: 20px;
  padding: 25px;
  margin-bottom: 50px;
}
.feedback-wrap-five .feedback-content {
  margin-left: 25px;
  flex: 1;
}
.feedback-wrap-five .author-avatar img {
  border-radius: 15px;
}
.feedback-wrap-five .feedback-text {
  color: #000;
  font-size: 24px;
  font-weight: 500;
  font-family: "Poppins", sans-serif;
  line-height: 1.41;
  margin-bottom: 55px;
}
.feedback-wrap-five .rating a {
  color: #FFC800;
  font-size: 20px;
  margin-right: 8px;
  display: inline-block;
}
.feedback-wrap-five .name {
  color: #000;
  font-size: 20px;
  font-weight: 500;
  font-family: "Poppins", sans-serif;
  line-height: 1.4;
  margin-bottom: 3px;
  margin-top: 25px;
  letter-spacing: normal;
}
.feedback-wrap-five .designation {
  color: rgba(0, 0, 0, 0.7);
  font-size: 18px;
  font-weight: 400;
  font-family: "Lato", sans-serif;
  letter-spacing: normal;
}
@media only screen and (max-width: 767.98px) {
  .feedback-wrap-five .author-avatar {
    margin-bottom: 30px;
  }
  .feedback-wrap-five .author-avatar img {
    width: 100%;
  }
  .feedback-wrap-five .feedback-content {
    margin-left: 0;
  }
}

.team-wrap-one {
  background: #F5F5F5;
  text-align: center;
  border-radius: 30px;
  padding-bottom: 32px;
  margin-bottom: 40px;
  -webkit-transition: all 0.4s ease 0s;
  -moz-transition: all 0.4s ease 0s;
  -ms-transition: all 0.4s ease 0s;
  -o-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
}
.team-wrap-one .team-thumb {
  padding-bottom: 6px;
  margin-bottom: 22px;
  border-radius: 30px 30px 0 0;
  overflow: hidden;
  position: relative;
  z-index: 1;
  -webkit-transition: all 0.4s ease 0s;
  -moz-transition: all 0.4s ease 0s;
  -ms-transition: all 0.4s ease 0s;
  -o-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
}
.team-wrap-one .team-thumb img {
  border-radius: 30px 30px 0 0;
  -webkit-transition: all 0.4s ease 0s;
  -moz-transition: all 0.4s ease 0s;
  -ms-transition: all 0.4s ease 0s;
  -o-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
}
.team-wrap-one .team-social {
  border-radius: 15px 15px 0px 0px;
  background: #ffffff;
  padding: 25px;
  width: max-content;
  opacity: 0;
  visibility: hidden;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
  z-index: 1;
  -webkit-transition: all 0.4s ease 0s;
  -moz-transition: all 0.4s ease 0s;
  -ms-transition: all 0.4s ease 0s;
  -o-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
}
.team-wrap-one .team-social a:not(:last-child) {
  margin-right: 15px;
}
.team-wrap-one .name {
  font-size: 32px;
  font-weight: 600;
  line-height: 1.1;
  font-family: "Poppins", sans-serif;
  margin-bottom: 12px;
  -webkit-transition: all 0.4s ease 0s;
  -moz-transition: all 0.4s ease 0s;
  -ms-transition: all 0.4s ease 0s;
  -o-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
}
.team-wrap-one .name a {
  color: #212529;
}
.team-wrap-one .name a:hover {
  color: #FFC800;
}
.team-wrap-one .designation {
  color: rgba(0, 0, 0, 0.7);
  font-size: 22px;
  font-weight: 400;
  font-family: "Lato", sans-serif;
  -webkit-transition: all 0.4s ease 0s;
  -moz-transition: all 0.4s ease 0s;
  -ms-transition: all 0.4s ease 0s;
  -o-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
}
.team-wrap-one .more-btn {
  color: #ffffff;
  background: #00095E;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  visibility: hidden;
  transform: scale(0);
  display: none;
  -webkit-transition: all 0.4s ease 0s;
  -moz-transition: all 0.4s ease 0s;
  -ms-transition: all 0.4s ease 0s;
  -o-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
}
.team-wrap-one .hover-content {
  padding-left: 40px;
  padding-right: 40px;
  justify-content: center;
  -webkit-transition: all 0.4s ease 0s;
  -moz-transition: all 0.4s ease 0s;
  -ms-transition: all 0.4s ease 0s;
  -o-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
}
.team-wrap-one:hover .team-thumb {
  border-radius: 30px 30px 210px 210px;
}
.team-wrap-one:hover .team-thumb img {
  border-radius: 30px 30px 210px 210px;
}
.team-wrap-one:hover .team-social {
  opacity: 1;
  visibility: visible;
  bottom: 0px;
}
.team-wrap-one:hover .hover-content {
  justify-content: space-between;
}
.team-wrap-one:hover .content {
  text-align: start;
}
.team-wrap-one:hover .more-btn {
  opacity: 1;
  visibility: visible;
  transform: scale(1);
  display: inline-flex;
}
@media only screen and (max-width: 1200px) {
  .team-wrap-one .team-social a:not(:last-child) {
    margin-right: 3px;
  }
}
@media only screen and (max-width: 1200px) {
  .team-wrap-one .name {
    font-size: 24px;
    margin-bottom: 10px;
  }
  .team-wrap-one .hover-content {
    padding-left: 10px;
    padding-right: 10px;
  }
  .team-wrap-one .team-social {
    padding: 15px;
  }
}

.team-wrap-two {
  border-radius: 20px;
  border: 1.5px solid #D6D9DD;
  margin-bottom: 40px;
  -webkit-transition: all 0.4s ease 0s;
  -moz-transition: all 0.4s ease 0s;
  -ms-transition: all 0.4s ease 0s;
  -o-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
}
.team-wrap-two .team-thumb {
  border-radius: 20px 0 0 20px;
  overflow: hidden;
  position: relative;
  z-index: 1;
  -webkit-transition: all 0.4s ease 0s;
  -moz-transition: all 0.4s ease 0s;
  -ms-transition: all 0.4s ease 0s;
  -o-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
}
.team-wrap-two .team-thumb img {
  border-radius: 20px 0 0 20px;
  -webkit-transition: all 0.4s ease 0s;
  -moz-transition: all 0.4s ease 0s;
  -ms-transition: all 0.4s ease 0s;
  -o-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
}
.team-wrap-two .team-social {
  margin-bottom: 30px;
}
.team-wrap-two .team-social a:not(:last-child) {
  margin-right: 15px;
}
.team-wrap-two .name {
  font-size: 32px;
  font-weight: 600;
  line-height: 1.1;
  font-family: "Poppins", sans-serif;
  margin-bottom: 9px;
  -webkit-transition: all 0.4s ease 0s;
  -moz-transition: all 0.4s ease 0s;
  -ms-transition: all 0.4s ease 0s;
  -o-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
}
.team-wrap-two .name a {
  color: #212529;
}
.team-wrap-two .name a:hover {
  color: #FFC800;
}
.team-wrap-two .designation {
  color: rgba(0, 0, 0, 0.7);
  font-size: 22px;
  font-weight: 400;
  font-family: "Lato", sans-serif;
  margin-bottom: 40px;
  -webkit-transition: all 0.4s ease 0s;
  -moz-transition: all 0.4s ease 0s;
  -ms-transition: all 0.4s ease 0s;
  -o-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
}
.team-wrap-two .content {
  padding-left: 30px;
}
.team-wrap-two .more-btn {
  color: #212529;
  font-size: 18px;
  font-weight: 600;
  font-family: "Poppins", sans-serif;
  border-bottom: 1.5px solid #212529;
  display: inline-block;
  -webkit-transition: all 0.4s ease 0s;
  -moz-transition: all 0.4s ease 0s;
  -ms-transition: all 0.4s ease 0s;
  -o-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
}
.team-wrap-two .more-btn img {
  margin-left: 10px;
  -webkit-transition: all 0.4s ease 0s;
  -moz-transition: all 0.4s ease 0s;
  -ms-transition: all 0.4s ease 0s;
  -o-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
}
.team-wrap-two .more-btn:hover {
  color: #FFC800;
  border-color: #FFC800;
}
.team-wrap-two .more-btn:hover img {
  filter: brightness(0) saturate(100%) invert(18%) sepia(70%) saturate(2910%) hue-rotate(349deg) brightness(89%) contrast(97%);
}
.team-wrap-two:hover {
  border-color: #FFC800;
}
@media only screen and (max-width: 1200px) {
  .team-wrap-two .team-social a:not(:last-child) {
    margin-right: 3px;
  }
  .team-wrap-two .name {
    font-size: 22px;
    margin-bottom: 10px;
  }
  .team-wrap-two .designation {
    margin-bottom: 15px;
  }
  .team-wrap-two .team-social {
    margin-bottom: 15px;
  }
  .team-wrap-two .content {
    padding-left: 15px;
  }
  .team-wrap-two .more-btn {
    font-size: 16px;
  }
  .team-wrap-two .more-btn img {
    margin-left: 0;
  }
}
@media only screen and (max-width: 767.98px) {
  .team-wrap-two .designation {
    font-size: 20px;
  }
}

.shape-t2a {
  filter: invert(1) brightness(0);
  margin-left: -90px;
}

.team-wrap-three {
  padding-bottom: 32px;
  margin-bottom: 40px;
  -webkit-transition: all 0.4s ease 0s;
  -moz-transition: all 0.4s ease 0s;
  -ms-transition: all 0.4s ease 0s;
  -o-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
}
.team-wrap-three .team-thumb {
  border-radius: 30px;
  background: #F5F5F5;
  margin-bottom: 26px;
  overflow: hidden;
  position: relative;
  z-index: 1;
  -webkit-transition: all 0.4s ease 0s;
  -moz-transition: all 0.4s ease 0s;
  -ms-transition: all 0.4s ease 0s;
  -o-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
}
.team-wrap-three .team-thumb img {
  border-radius: 30px;
  -webkit-transition: all 0.4s ease 0s;
  -moz-transition: all 0.4s ease 0s;
  -ms-transition: all 0.4s ease 0s;
  -o-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
}
.team-wrap-three .front-shape {
  position: absolute;
  z-index: 2;
  left: 0;
  top: 5px;
  width: 100%;
  height: 100%;
  object-fit: cover;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: all 0.4s ease 0s;
  -moz-transition: all 0.4s ease 0s;
  -ms-transition: all 0.4s ease 0s;
  -o-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
}
.team-wrap-three .team-social {
  border-radius: 15px 15px 0px 0px;
  background: #00095E;
  padding: 15px 25px;
  width: max-content;
  opacity: 0;
  visibility: hidden;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
  z-index: 3;
  -webkit-transition: all 0.4s ease 0s;
  -moz-transition: all 0.4s ease 0s;
  -ms-transition: all 0.4s ease 0s;
  -o-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
}
.team-wrap-three .team-social a {
  background: #ffffff;
}
.team-wrap-three .team-social a:not(:last-child) {
  margin-right: 15px;
}
.team-wrap-three .name {
  font-size: 32px;
  font-weight: 600;
  line-height: 1.1;
  font-family: "Poppins", sans-serif;
  margin-bottom: 12px;
  -webkit-transition: all 0.4s ease 0s;
  -moz-transition: all 0.4s ease 0s;
  -ms-transition: all 0.4s ease 0s;
  -o-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
}
.team-wrap-three .name a {
  color: #212529;
}
.team-wrap-three .name a:hover {
  color: #FFC800;
}
.team-wrap-three .designation {
  color: rgba(0, 0, 0, 0.7);
  font-size: 22px;
  font-weight: 400;
  font-family: "Lato", sans-serif;
  -webkit-transition: all 0.4s ease 0s;
  -moz-transition: all 0.4s ease 0s;
  -ms-transition: all 0.4s ease 0s;
  -o-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
}
.team-wrap-three .more-btn {
  color: #ffffff;
  background: #00095E;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 20px;
  right: 10px;
  -webkit-transition: all 0.4s ease 0s;
  -moz-transition: all 0.4s ease 0s;
  -ms-transition: all 0.4s ease 0s;
  -o-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
}
.team-wrap-three .content {
  position: relative;
  z-index: 1;
}
.team-wrap-three:hover .team-thumb {
  background: transparent;
}
.team-wrap-three:hover .front-shape {
  visibility: visible;
  opacity: 1;
}
.team-wrap-three:hover .team-social {
  opacity: 1;
  visibility: visible;
  bottom: 0px;
}
.team-wrap-three:hover .more-btn {
  background: #FFC800;
}
@media only screen and (max-width: 1200px) {
  .team-wrap-three .team-social a:not(:last-child) {
    margin-right: 3px;
  }
}
@media only screen and (max-width: 1200px) {
  .team-wrap-three .name {
    font-size: 24px;
    margin-bottom: 10px;
  }
  .team-wrap-three .hover-content {
    padding-left: 10px;
    padding-right: 10px;
  }
  .team-wrap-three .team-social {
    padding: 15px;
  }
}

.team-wrap-four {
  padding-bottom: 32px;
  margin-bottom: 40px;
  -webkit-transition: all 0.4s ease 0s;
  -moz-transition: all 0.4s ease 0s;
  -ms-transition: all 0.4s ease 0s;
  -o-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
}
.team-wrap-four .team-thumb {
  border-radius: 30px;
  background: #F5F5F5;
  margin-bottom: 26px;
  overflow: hidden;
  position: relative;
  z-index: 1;
  -webkit-transition: all 0.4s ease 0s;
  -moz-transition: all 0.4s ease 0s;
  -ms-transition: all 0.4s ease 0s;
  -o-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
}
.team-wrap-four .team-thumb img {
  border-radius: 30px;
  -webkit-transition: all 0.4s ease 0s;
  -moz-transition: all 0.4s ease 0s;
  -ms-transition: all 0.4s ease 0s;
  -o-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
}
.team-wrap-four .team-social {
  display: flex;
  flex-direction: column;
  gap: 20px;
  opacity: 0;
  visibility: hidden;
  position: absolute;
  top: 25px;
  right: -50px;
  margin: 0 auto;
  z-index: 1;
  -webkit-transition: all 0.4s ease 0s;
  -moz-transition: all 0.4s ease 0s;
  -ms-transition: all 0.4s ease 0s;
  -o-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
}
.team-wrap-four .team-social a {
  background: #ffffff;
}
.team-wrap-four .team-social a:not(:last-child) {
  margin-right: 15px;
}
.team-wrap-four .name {
  font-size: 32px;
  font-weight: 600;
  line-height: 1.1;
  font-family: "Poppins", sans-serif;
  margin-bottom: 12px;
  -webkit-transition: all 0.4s ease 0s;
  -moz-transition: all 0.4s ease 0s;
  -ms-transition: all 0.4s ease 0s;
  -o-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
}
.team-wrap-four .name a {
  color: #212529;
}
.team-wrap-four .name a:hover {
  color: #FFC800;
}
.team-wrap-four .designation {
  color: rgba(0, 0, 0, 0.7);
  font-size: 22px;
  font-weight: 400;
  font-family: "Lato", sans-serif;
  -webkit-transition: all 0.4s ease 0s;
  -moz-transition: all 0.4s ease 0s;
  -ms-transition: all 0.4s ease 0s;
  -o-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
}
.team-wrap-four .more-btn {
  color: #ffffff;
  background: #00095E;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 20px;
  right: 10px;
  -webkit-transition: all 0.4s ease 0s;
  -moz-transition: all 0.4s ease 0s;
  -ms-transition: all 0.4s ease 0s;
  -o-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
}
.team-wrap-four .content {
  position: relative;
  z-index: 1;
}
.team-wrap-four:hover .team-social {
  opacity: 1;
  visibility: visible;
  right: 25px;
}
.team-wrap-four:hover .more-btn {
  background: #FFC800;
}
@media only screen and (max-width: 1200px) {
  .team-wrap-four .name {
    font-size: 24px;
    margin-bottom: 10px;
  }
}

.hover-bg:hover .team-thumb {
  background: #FFC800;
}

.team-social a {
  color: #212529;
  font-size: 20px;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  border: 1.5px solid #D6D9DD;
  text-align: center;
  line-height: 48px;
  display: inline-block;
  -webkit-transition: all 0.4s ease 0s;
  -moz-transition: all 0.4s ease 0s;
  -ms-transition: all 0.4s ease 0s;
  -o-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
}
.team-social a:hover {
  color: #ffffff;
  background: #FFC800;
  border-color: #FFC800;
}

.biography-content-wrap .team-biography img {
  border-radius: 15px;
}
@media only screen and (max-width: 991.98px) {
  .biography-content-wrap .team-biography img {
    width: 100%;
  }
}
.biography-content-wrap .name {
  font-size: 60px;
  font-weight: 600;
  font-family: "Lato", sans-serif;
}
.biography-content-wrap .name a {
  color: #212529;
}
.biography-content-wrap .designation {
  font-size: 20px;
  font-weight: 500;
  font-family: "Lato", sans-serif;
  margin-bottom: 0;
}
.biography-content-wrap .description {
  margin-bottom: 40px;
}
.biography-content-wrap .team-social .social-title {
  font-size: 20px;
  text-transform: uppercase;
  letter-spacing: 3.8px;
  display: inline-block;
  margin-right: 35px;
}
.biography-content-wrap .team-social a {
  border: 1.5px solid #D6D9DD;
  margin-right: 10px;
}
.biography-content-wrap .team-social a:hover {
  border-color: #000;
  background: transparent;
}
@media only screen and (max-width: 1200px) {
  .biography-content-wrap .name {
    font-size: 32px;
  }
  .biography-content-wrap h3 {
    font-size: 24px;
  }
  .biography-content-wrap .addres-line {
    font-size: 18px;
    padding-bottom: 10px;
  }
}

.biography-content {
  padding: 50px 0 30px 0;
  border-radius: 30px;
  position: relative;
  z-index: 1;
}
@media only screen and (max-width: 1200px) {
  .biography-content {
    padding: 25px 15px;
  }
}
.biography-content .icon {
  color: #FFC800;
  font-size: 25px;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  background: #E3F2FD;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-right: 15px;
}
.biography-content label {
  font-size: 20px;
  font-weight: 400;
  font-family: "Lato", sans-serif;
  margin-bottom: 5px;
}
.biography-content .addres-line {
  font-size: 20px;
  font-weight: 700;
  font-family: "Lato", sans-serif;
  margin-bottom: 0;
}
.biography-content .addres-line a {
  color: #000;
}
.biography-content .team-social a:hover {
  color: #ffffff;
  background: #FFC800;
  border-color: #FFC800;
}

.team-section .shape-t1 {
  position: absolute;
  z-index: 1;
  left: 0;
  top: 90px;
}

.blog-one {
  background: #F5F5F5;
  border-radius: 20px;
  margin-bottom: 40px;
  position: relative;
  z-index: 1;
}
.blog-one .blog-thumb {
  position: relative;
  z-index: 3;
}
.blog-one .blog-thumb img {
  width: 100%;
  border-radius: 20px 20px 0 0;
}
.blog-one .blog-content {
  padding: 10px 50px 35px 35px;
}
.blog-one .author {
  border-radius: 50%;
  margin-right: 10px;
}
.blog-one .blog-meta a {
  color: rgba(0, 0, 0, 0.7);
  font-size: 18px;
  font-weight: 400;
  font-family: "Lato", sans-serif;
  display: inline-block;
  margin-right: 4px;
}
.blog-one .blog-meta a.author-name {
  color: #212529;
  font-weight: 500;
}
.blog-one .blog-meta a:first-child {
  color: rgba(0, 0, 0, 0.7);
}
.blog-one .blog-title {
  font-size: 30px;
  line-height: 1.2;
  font-weight: 600;
  font-family: "Poppins", sans-serif;
  letter-spacing: -0.6px;
  margin-bottom: 20px;
  margin-top: 20px;
}
.blog-one .blog-title a {
  color: #212529;
  -webkit-transition: all 0.4s ease 0s;
  -moz-transition: all 0.4s ease 0s;
  -ms-transition: all 0.4s ease 0s;
  -o-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
}
.blog-one .blog-title a:hover {
  color: #FFC800;
}
.blog-one .blog-tag {
  color: #ffffff;
  font-size: 14px;
  font-family: "Lato", sans-serif;
  line-height: 35px;
  padding: 7px 15px;
  background: #000;
  border-radius: 17.5px;
  position: absolute;
  left: 35px;
  top: 35px;
  z-index: 2;
}
.blog-one .blog-text {
  margin-bottom: 48px;
}
.blog-one .blog-btn {
  display: none;
  color: #212529;
  font-size: 18px;
  font-weight: 500;
  font-family: "Lato", sans-serif;
  letter-spacing: 0.05px;
  transition: all 0.4s ease 0s;
  margin-top: 15px;
}
.blog-one .blog-btn i {
  margin-left: 19px;
}
.blog-one .blog-btn:hover {
  color: #FFC800;
}
.blog-one.version-2 .blog-tag {
  background: #00095E;
}
.blog-one.version-2 .blog-title {
  font-family: "Lato", sans-serif;
}
.blog-one.version-2 .blog-title a {
  color: #212529;
}
.blog-one:hover {
  border-color: #000;
}
@media only screen and (max-width: 1200px) {
  .blog-one .blog-title {
    font-size: 26px;
  }
}
@media only screen and (max-width: 991.98px) {
  .blog-one .blog-title {
    font-size: 24px;
  }
  .blog-one .blog-content {
    padding-left: 15px;
    padding-right: 15px;
  }
}
.blog-two,
.blog-five {
  padding: 25px;
  border-radius: 20px;
  border: 1.5px solid #D6D9DD;
  position: relative;
  z-index: 1;
  margin-bottom: 40px;
}
.blog-two .blog-thumb,
.blog-five .blog-thumb {
  margin-bottom: 25px;
  position: relative;
  z-index: 1;
}
.blog-two .blog-thumb img,
.blog-five .blog-thumb img {
  max-width: 100%;
  border-radius: 20px;
}
.blog-two .blog-tag,
.blog-five .blog-tag {
  color: #ffffff;
  font-size: 14px;
  font-weight: 500;
  font-family: "Lato", sans-serif;
  line-height: 35px;
  display: inline-block;
  padding: 0 15px;
  background: #00095E;
  border-radius: 20px;
  position: absolute;
  z-index: 1;
  left: 15px;
  top: 15px;
}
.blog-two .blog-meta,
.blog-five .blog-meta {
  display: flex;
  justify-content: space-between;
}
.blog-two .blog-meta a,
.blog-five .blog-meta a {
  color: rgba(0, 0, 0, 0.6);
  font-size: 18px;
  font-weight: 400;
  font-family: "Lato", sans-serif;
  display: inline-block;
  margin-right: 4px;
  -webkit-transition: all 0.4s ease 0s;
  -moz-transition: all 0.4s ease 0s;
  -ms-transition: all 0.4s ease 0s;
  -o-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
}
.blog-two .blog-meta a.author-name,
.blog-five .blog-meta a.author-name {
  color: #212529;
  font-weight: 500;
}
.blog-two .blog-meta a:first-child,
.blog-five .blog-meta a:first-child {
  color: rgba(0, 0, 0, 0.7);
}
.blog-two .blog-meta a:hover,
.blog-five .blog-meta a:hover {
  color: #FFC800;
}
.blog-two .divider,
.blog-five .divider {
  display: inline-block;
  background: rgba(0, 0, 0, 0.6);
  width: 1.5px;
  height: 13px;
  transform: rotate(15deg);
  margin-right: 4px;
}
.blog-two .blog-title,
.blog-five .blog-title {
  font-size: 26px;
  line-height: 1.3;
  font-weight: 600;
  font-family: "Lato", sans-serif;
  letter-spacing: -0.52px;
  margin-bottom: 20px;
}
.blog-two .blog-title a,
.blog-five .blog-title a {
  color: #212529;
  -webkit-transition: all 0.4s ease 0s;
  -moz-transition: all 0.4s ease 0s;
  -ms-transition: all 0.4s ease 0s;
  -o-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
}
.blog-two .blog-title a:hover,
.blog-five .blog-title a:hover {
  color: #FFC800;
}
.blog-two p,
.blog-five p {
  margin-bottom: 60px;
}
.blog-two .more-btn,
.blog-five .more-btn {
  color: #212529;
  font-size: 18px;
  font-weight: 600;
  font-family: "Poppins", sans-serif;
  text-transform: uppercase;
  display: inline-flex;
  align-items: center;
  transition: all 0.4s ease 0s;
}
.blog-two:hover,
.blog-five:hover {
  border-color: #FFC800;
}
@media only screen and (max-width: 1600px) {
  .blog-two .blog-title,
  .blog-five .blog-title {
    font-size: 24px;
  }
}
@media only screen and (max-width: 1200px) {
  .blog-two,
  .blog-five {
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media only screen and (max-width: 767.98px) {
  .blog-two .blog-title,
  .blog-five .blog-title {
    font-size: 24px;
  }
}

.blog-three {
  position: relative;
  z-index: 1;
  margin-bottom: 40px;
}
.blog-three .blog-btn {
  position: absolute;
  right: 68px;
  bottom: 40px;
  z-index: 2;
  width: 60px;
  height: 60px;
  background: #FFC800;
  border-radius: 50%;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  font-size: 24px;
  color: #ffffff;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.4s ease 0s;
  -moz-transition: all 0.4s ease 0s;
  -ms-transition: all 0.4s ease 0s;
  -o-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
}
.blog-three .blog-thumb {
  display: inline-block;
  position: relative;
  z-index: 1;
}
.blog-three .blog-thumb::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 220px;
  border-radius: 0px 0px 30px 30px;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.8) 100%);
}
.blog-three .blog-thumb img {
  max-width: 100%;
  border-radius: 30px;
}
.blog-three .blog-tag {
  color: #ffffff;
  font-size: 14px;
  font-weight: 500;
  font-family: "Lato", sans-serif;
  line-height: 35px;
  display: inline-block;
  padding: 0 19px;
  background: #00095E;
  border-radius: 35px;
  position: absolute;
  z-index: 1;
  left: 35px;
  top: 35px;
}
.blog-three .author {
  position: relative;
  z-index: 1;
}
.blog-three .author::before {
  content: "";
  background: #000;
  width: 20px;
  height: 1.5px;
  left: 0;
  top: -4px;
  margin-right: 10px;
  display: inline-block;
  position: relative;
  z-index: 1;
}
.blog-three .blog-meta {
  margin-top: 15px;
  margin-bottom: 17px;
}
.blog-three .blog-meta .author {
  border-radius: 50%;
  margin-right: 12px;
}
.blog-three .blog-meta a {
  color: #ffffff;
  font-size: 18px;
  font-weight: 400;
  font-family: "Lato", sans-serif;
  display: inline-block;
  padding: 0px 3px;
  -webkit-transition: all 0.4s ease 0s;
  -moz-transition: all 0.4s ease 0s;
  -ms-transition: all 0.4s ease 0s;
  -o-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
}
.blog-three .blog-meta a:first-child {
  padding-left: 0;
}
.blog-three .blog-meta a.post-time {
  color: rgba(255, 255, 255, 0.7);
  font-size: 18px;
  font-weight: 400;
  font-family: "Lato", sans-serif;
}
.blog-three .blog-meta .divider {
  display: inline-block;
  width: 1.5px;
  height: 14px;
  background: rgba(0, 0, 0, 0.6);
  transform: rotate(32deg) translateY(2px);
}
.blog-three .blog-title {
  font-size: 32px;
  line-height: 1.25;
  font-weight: 600;
  font-family: "Lato", sans-serif;
  letter-spacing: -0.64px;
  margin-bottom: 25px;
}
.blog-three .blog-title a {
  color: #ffffff;
  -webkit-transition: all 0.4s ease 0s;
  -moz-transition: all 0.4s ease 0s;
  -ms-transition: all 0.4s ease 0s;
  -o-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
}
.blog-three p {
  margin-bottom: 30px;
}
.blog-three .more-btn {
  color: #212529;
  font-size: 18px;
  font-weight: 600;
  font-family: "Poppins", sans-serif;
  text-transform: uppercase;
  display: inline-flex;
  align-items: center;
  transition: all 0.4s ease 0s;
}
.blog-three .blog-content {
  position: absolute;
  left: 35px;
  right: 35px;
  bottom: 20px;
  z-index: 2;
}
.blog-three:hover .blog-btn {
  opacity: 1;
  visibility: visible;
}
@media only screen and (max-width: 1600px) {
  .blog-three .blog-title {
    font-size: 28px;
    line-height: 36px;
  }
}
@media only screen and (max-width: 991.98px) {
  .blog-three .blog-thumb {
    display: block;
  }
  .blog-three .blog-thumb img {
    width: 100%;
  }
}
@media only screen and (max-width: 767.98px) {
  .blog-three .blog-btn {
    right: 15px;
    top: 15px;
  }
  .blog-three .blog-title {
    font-size: 20px;
    line-height: 30px;
  }
  .blog-three .blog-content {
    left: 5px;
    right: 0;
    bottom: 0;
  }
  .blog-three .blog-meta a {
    font-size: 14px;
  }
  .blog-three .blog-tag {
    left: 15px;
    top: 15px;
  }
}

.blog-four .blog-thumb img {
  border-radius: 20px;
}
.blog-four .blog-tag {
  color: #212529;
  font-size: 14px;
  font-weight: 700;
  font-family: "Lato", sans-serif;
  line-height: 35px;
  display: inline-block;
  padding: 0 12px;
  border: 1.5px solid #00095E;
  border-radius: 17.5px;
  margin-bottom: 20px;
}
.blog-four .blog-title {
  font-size: 26px;
  line-height: 130.769%;
  font-weight: 600;
  font-family: "Poppins", sans-serif;
  letter-spacing: -0.52px;
  margin-bottom: 15px;
}
.blog-four .blog-title a {
  color: #212529;
  -webkit-transition: all 0.4s ease 0s;
  -moz-transition: all 0.4s ease 0s;
  -ms-transition: all 0.4s ease 0s;
  -o-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
}
.blog-four .blog-title a:hover {
  color: #FFC800;
}
.blog-four .blog-meta {
  margin-top: 15px;
  margin-bottom: 17px;
}
.blog-four .blog-meta .author {
  border-radius: 50%;
  margin-right: 12px;
}
.blog-four .blog-meta a {
  color: #000;
  font-size: 16px;
  font-weight: 400;
  font-family: "Lato", sans-serif;
  display: inline-block;
  padding: 0px 3px;
  position: relative;
  z-index: 1;
  -webkit-transition: all 0.4s ease 0s;
  -moz-transition: all 0.4s ease 0s;
  -ms-transition: all 0.4s ease 0s;
  -o-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
}
.blog-four .blog-meta a:first-child {
  padding-left: 0;
}
.blog-four .blog-meta a:first-child::before {
  content: "";
  position: relative;
  z-index: 1;
  background: #000;
  width: 20px;
  height: 1.5px;
  left: 0;
  top: -4px;
  display: inline-block;
  margin-right: 12px;
}
.blog-four .blog-meta a.post-time {
  color: rgba(0, 0, 0, 0.7);
  font-size: 16px;
  font-weight: 400;
  font-family: "Lato", sans-serif;
}
.blog-four .blog-meta .divider {
  display: inline-block;
  width: 1.5px;
  height: 18px;
  background: rgba(0, 0, 0, 0.6);
  transform: rotate(28deg) translateY(5px);
}
.blog-four .blog-content {
  margin-left: 20px;
}
@media only screen and (max-width: 1200px) {
  .blog-four .blog-title {
    font-size: 20px;
    margin-bottom: 10px;
  }
  .blog-four .blog-tag {
    margin-bottom: 10px;
  }
  .blog-four .blog-content {
    margin-left: 10px;
  }
}
@media only screen and (max-width: 767.98px) {
  .blog-four .blog-thumb {
    margin-bottom: 30px;
  }
  .blog-four .blog-thumb img {
    width: 100%;
  }
}

.blog-five {
  -webkit-transition: all 0.4s ease 0s;
  -moz-transition: all 0.4s ease 0s;
  -ms-transition: all 0.4s ease 0s;
  -o-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
}
.blog-five:hover {
  border-color: #FFC800;
  background: #FFC800;
}
.blog-five:hover .blog-title a {
  color: #ffffff;
}
.blog-five:hover .blog-meta a:last-child {
  color: rgba(255, 255, 255, 0.7);
}
.blog-five:hover .blog-meta a {
  color: #ffffff;
}

.classic-style {
  margin-bottom: 80px;
  background: #F5F5F5;
  border-radius: 20px;
  position: relative;
  z-index: 1;
}
.classic-style .blog-thumb {
  position: relative;
  z-index: 1;
}
.classic-style .blog-thumb img {
  max-width: 100%;
  border-radius: 20px;
}
.classic-style .popup-video {
  color: #ffffff;
  font-size: 50px;
  width: 120px;
  height: 120px;
  line-height: 120px;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  background: #FFC800;
  position: absolute;
}
.classic-style .popup-video img {
  width: 20px;
}
.classic-style button.slick-arrow {
  font-size: 24px;
  border: 0;
  background: rgba(7, 17, 6, 0.3);
  width: 45px;
  height: 45px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 1;
}
.classic-style button.slick-next {
  left: auto;
  right: 30px;
}
.classic-style button.slick-prev {
  left: 30px;
}
.classic-style .blog-tag {
  color: #ffffff;
  font-size: 14px;
  font-weight: 500;
  font-family: "Lato", sans-serif;
  line-height: 35px;
  display: inline-block;
  padding: 0 14px;
  background: #00095E;
  border-radius: 17.5px;
  position: absolute;
  z-index: 1;
  right: 25px;
  top: 25px;
}
.classic-style .blog-meta .author {
  margin-right: 12px;
}
.classic-style .blog-meta a {
  color: rgba(0, 0, 0, 0.6);
  font-size: 18px;
  font-weight: 400;
  font-family: "Lato", sans-serif;
  display: inline-block;
  margin-right: 4px;
}
.classic-style .blog-meta a:hover {
  color: #FFC800;
}
.classic-style .blog-meta a.author-name {
  color: #212529;
  font-weight: 500;
}
.classic-style .blog-meta a:first-child {
  color: rgba(0, 0, 0, 0.7);
}
.classic-style .blog-meta a:last-child {
  margin-left: 10px;
}
.classic-style .divider {
  width: 1.5px;
  height: 18px;
  background: rgba(0, 0, 0, 0.6);
  display: inline-block;
  transform: rotate(18deg);
  position: relative;
  top: 3px;
  margin: 0 5px;
}
.classic-style .blog-title {
  font-size: 40px;
  line-height: 1.12;
  font-weight: 600;
  font-family: "Poppins", sans-serif;
  margin-bottom: 30px;
  margin-top: 5px;
}
.classic-style .blog-title a {
  color: #212529;
  -webkit-transition: all 0.4s ease 0s;
  -moz-transition: all 0.4s ease 0s;
  -ms-transition: all 0.4s ease 0s;
  -o-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
}
.classic-style .blog-title a:hover {
  color: #FFC800;
}
.classic-style .blog-content {
  padding: 30px;
}
.classic-style .author {
  border-radius: 50%;
}
.classic-style p {
  margin-bottom: 30px;
}
.classic-style .blog-btn {
  color: #212529;
  font-size: 18px;
  font-weight: 600;
  font-family: "Lato", sans-serif;
  text-transform: uppercase;
  display: inline-flex;
  display: none;
  align-items: center;
  transition: all 0.4s ease 0s;
}
.classic-style .blog-btn .btn-icon {
  position: relative;
  z-index: 1;
  margin-left: 10px;
}
.classic-style .blog-btn img {
  display: inline-block;
  transition: all 0.4s ease 0s;
}
.classic-style .blog-btn:hover {
  border-bottom: 1.5px solid #212529;
}
@media only screen and (max-width: 1600px) {
  .classic-style {
    font-size: 36px;
  }
}
@media only screen and (max-width: 1200px) {
  .classic-style .blog-meta a {
    font-size: 15px;
    font-weight: 400;
  }
  .classic-style .blog-meta a:first-child {
    margin-right: 3px;
  }
  .classic-style .blog-title {
    font-size: 28px;
    line-height: 1.4;
  }
}
@media only screen and (max-width: 991.98px) {
  .classic-style {
    margin-right: 0;
  }
}
@media only screen and (max-width: 767.98px) {
  .classic-style {
    margin-left: 0;
  }
}

.blockquote {
  padding: 60px 48px 57px 40px;
  background: #00095E;
  border: 1.5px solid #00095E;
  border-radius: 25px;
  position: relative;
  z-index: 1;
}
.blockquote img {
  display: inline-block;
}
.blockquote .quote-icon {
  position: absolute;
  z-index: 1;
  right: 100px;
  bottom: 37px;
}
.blockquote .blockquote-content {
  flex: 1;
}
.blockquote p {
  color: #ffffff;
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  font-size: 32px;
  line-height: 1.25;
  letter-spacing: -0.64px;
  margin-bottom: 32px;
  margin-left: 24px;
}
@media only screen and (max-width: 1200px) {
  .blockquote p {
    font-size: 20px;
  }
}
.blockquote .blockquote-footer {
  color: rgba(255, 255, 255, 0.7);
  display: inline-block;
  font-size: 22px;
  font-weight: 400;
  font-family: "Lato", sans-serif;
  position: relative;
}
.blockquote .blockquote-footer::before {
  color: #ffffff;
  width: 24px;
  height: 2px;
  border-radius: 6px;
  left: 10px;
}
@media only screen and (max-width: 1200px) {
  .blockquote .blockquote-footer {
    font-size: 20px;
  }
}
@media only screen and (max-width: 1200px) {
  .blockquote {
    padding-left: 15px;
    padding-right: 15px;
  }
}

.blog-details-wrapper .classic-style {
  border: 0;
}
.blog-details-wrapper .classic-style .blog-meta {
  margin-bottom: 20px;
}
.blog-details-wrapper .classic-style .blog-meta a {
  color: #212529;
  font-weight: 500;
}
.blog-details-wrapper .classic-style .blog-title {
  font-size: 60px;
  font-weight: 600;
  font-family: "Lato", sans-serif;
  line-height: 1.1;
}
@media only screen and (max-width: 1600px) {
  .blog-details-wrapper .classic-style .blog-title {
    font-size: 45px;
  }
}
@media only screen and (max-width: 1200px) {
  .blog-details-wrapper .classic-style .blog-title {
    font-size: 36px;
  }
}
@media only screen and (max-width: 767.98px) {
  .blog-details-wrapper .classic-style .blog-title {
    font-size: 28px;
  }
}
.blog-details-wrapper .classic-style .blog-content {
  padding-left: 0;
  padding-right: 0;
}
.blog-details-wrapper .img-box img {
  border-radius: 20px;
}

.comment-reply-title,
.comment-title,
.blog-details-title {
  color: #212529;
  font-size: 42px;
  font-weight: 600;
  font-family: "Lato", sans-serif;
}
@media only screen and (max-width: 1200px) {
  .comment-reply-title,
  .comment-title,
  .blog-details-title {
    font-size: 24px;
  }
}

.comment-box {
  position: relative;
  z-index: 1;
  border: 1.5px solid transparent;
  padding: 35px 45px 10px 45px;
  border-radius: 15px;
}
.comment-box .date {
  color: rgba(0, 0, 0, 0.6);
  font-size: 16px;
  font-family: "Lato", sans-serif;
  margin-bottom: 0;
}
.comment-box .name {
  font-size: 20px;
  font-weight: 600;
  color: #212529;
}
.comment-box .comment-avatar {
  float: left;
  margin-right: 30px;
  margin-top: 8px;
}
.comment-box .comment-avatar img {
  width: 100px;
  height: 100px;
}
@media (max-width: 767px) {
  .comment-box .comment-avatar {
    float: none;
    margin-right: 0;
    margin-top: 0;
    margin-bottom: 15px;
  }
}
.comment-box .comment-content {
  overflow: hidden;
}
.comment-box .comment-content p i {
  margin-right: 5px;
}
.comment-box .comment-content h5 {
  margin-bottom: 3px;
}
.comment-box .comment-reply-link {
  color: #ffffff;
  font-size: 16px;
  font-weight: 500;
  font-family: "Lato", sans-serif;
  padding: 10px 22px;
  line-height: 1;
  position: absolute;
  background: #00095E;
  z-index: 1;
  right: 45px;
  top: 45px;
  border-radius: 4px;
}
@media (max-width: 767px) {
  .comment-box .comment-reply-link {
    float: none;
    margin-right: 0;
    margin-top: 0;
    position: relative;
  }
}
.comment-box .comment-reply-link:hover {
  color: #ffffff;
  background: #FFC800;
}
@media only screen and (max-width: 1600px) {
  .comment-box {
    padding-left: 15px;
    padding-right: 15px;
  }
}

.comment-list {
  list-style: none;
  padding: 0;
  margin: 0;
}
.comment-list li {
  margin-bottom: 40px;
}

.media-content {
  border-radius: 15px;
  margin-top: 50px;
}
.media-content .tagcloud span {
  color: #ffffff;
}
.media-content .tagcloud a {
  border-color: #ffffff;
  background: #ffffff;
}
.media-content .tagcloud a:hover {
  border-color: #FFC800;
}
.media-content .social-links span {
  color: #ffffff;
  font-size: 22px;
  font-weight: 500;
  font-family: "Lato", sans-serif;
  display: inline-block;
  margin-right: 10px;
}
.media-content .social-links a {
  color: #ffffff;
  border: 1.5px solid #ffffff;
}
.media-content .social-links a:hover {
  background: #FFC800;
  border-color: #FFC800;
}

.course-style-one,
.course-style-five {
  margin-bottom: 40px;
  border-radius: 20px;
  background: #ffffff;
  position: relative;
  z-index: 1;
  -webkit-transition: all 0.4s ease 0s;
  -moz-transition: all 0.4s ease 0s;
  -ms-transition: all 0.4s ease 0s;
  -o-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
}
.course-style-one .course-thumb,
.course-style-five .course-thumb {
  position: relative;
  z-index: 1;
  min-height: 290px;
  width: 255px;
  overflow: hidden;
}
.course-style-one .front-img,
.course-style-five .front-img {
  border-radius: 20px 0 0 20px;
  -webkit-transition: all 0.4s ease 0s;
  -moz-transition: all 0.4s ease 0s;
  -ms-transition: all 0.4s ease 0s;
  -o-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
}
.course-style-one .back-img,
.course-style-five .back-img {
  position: absolute;
  z-index: 3;
  left: 30px;
  border-radius: 0 0 115px 115px;
  width: 225px;
  height: 0px;
  transition: height 0.4s ease;
}
.course-style-one .course-title,
.course-style-five .course-title {
  font-size: 32px;
  font-weight: 600;
  line-height: 1.1;
  font-family: "Poppins", sans-serif;
  margin-bottom: 26px;
}
.course-style-one .course-title a,
.course-style-five .course-title a {
  color: #212529;
  -webkit-transition: all 0.4s ease 0s;
  -moz-transition: all 0.4s ease 0s;
  -ms-transition: all 0.4s ease 0s;
  -o-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
}
.course-style-one p,
.course-style-five p {
  font-size: 18px;
  line-height: 32px;
  margin-bottom: 30px;
  -webkit-transition: all 0.4s ease 0s;
  -moz-transition: all 0.4s ease 0s;
  -ms-transition: all 0.4s ease 0s;
  -o-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
}
.course-style-one .more-btn,
.course-style-five .more-btn {
  color: #212529;
  font-size: 18px;
  font-weight: 600;
  font-family: "Poppins", sans-serif;
  border-bottom: 1.5px solid #212529;
  -webkit-transition: all 0.4s ease 0s;
  -moz-transition: all 0.4s ease 0s;
  -ms-transition: all 0.4s ease 0s;
  -o-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
}
.course-style-one .more-btn img,
.course-style-five .more-btn img {
  -webkit-transition: all 0.4s ease 0s;
  -moz-transition: all 0.4s ease 0s;
  -ms-transition: all 0.4s ease 0s;
  -o-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
}
.course-style-one .content,
.course-style-five .content {
  flex: 1;
  padding-left: 30px;
  padding-right: 38px;
  padding-top: 40px;
  margin-bottom: 30px;
}
.course-style-one:hover,
.course-style-five:hover {
  background: #FFC800;
}
.course-style-one:hover .front-img,
.course-style-five:hover .front-img {
  opacity: 0;
  transition: opacity 0.4s ease-in-out;
}
.course-style-one:hover .back-img,
.course-style-five:hover .back-img {
  height: 260px;
}
.course-style-one:hover .course-title a,
.course-style-five:hover .course-title a {
  color: #ffffff;
}
.course-style-one:hover p,
.course-style-five:hover p {
  color: rgba(255, 255, 255, 0.7);
}
.course-style-one:hover .more-btn,
.course-style-five:hover .more-btn {
  color: #ffffff;
  border-bottom-color: #ffffff;
}
.course-style-one:hover .more-btn img,
.course-style-five:hover .more-btn img {
  filter: invert(1);
}
@media only screen and (max-width: 1200px) {
  .course-style-one .course-title,
  .course-style-five .course-title {
    font-size: 24px;
    margin-bottom: 15px;
  }
  .course-style-one .content,
  .course-style-five .content {
    padding-top: 10px;
    padding-left: 15px;
    padding-right: 15px;
  }
  .course-style-one p,
  .course-style-five p {
    margin-bottom: 15px;
  }
  .course-style-one .course-thumb,
  .course-style-five .course-thumb {
    min-height: 100%;
  }
}
@media only screen and (max-width: 767.98px) {
  .course-style-one .course-thumb,
  .course-style-five .course-thumb {
    width: 100%;
    border-radius: 20px;
    margin-bottom: 15px;
  }
  .course-style-one .course-thumb img,
  .course-style-five .course-thumb img {
    border-radius: 20px;
    width: 100%;
  }
  .course-style-one .content,
  .course-style-five .content {
    padding-bottom: 30px;
  }
}

.course-style-two {
  border-radius: 20px;
  border: 1.5px solid #D6D9DD;
  margin-bottom: 40px;
  position: relative;
  z-index: 1;
  -webkit-transition: all 0.4s ease 0s;
  -moz-transition: all 0.4s ease 0s;
  -ms-transition: all 0.4s ease 0s;
  -o-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
}
.course-style-two .course-thumb {
  margin-bottom: 33px;
}
.course-style-two .course-thumb img {
  width: 100%;
  border-radius: 20px 20px 0 0;
}
.course-style-two .course-title {
  font-size: 32px;
  font-weight: 600;
  line-height: 1.1;
  font-family: "Poppins", sans-serif;
  margin-bottom: 16px;
}
.course-style-two .course-title a {
  color: #212529;
  -webkit-transition: all 0.4s ease 0s;
  -moz-transition: all 0.4s ease 0s;
  -ms-transition: all 0.4s ease 0s;
  -o-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
}
.course-style-two .course-title a:hover {
  color: #FFC800;
}
.course-style-two p {
  font-size: 18px;
  line-height: 32px;
  margin-bottom: 30px;
  -webkit-transition: all 0.4s ease 0s;
  -moz-transition: all 0.4s ease 0s;
  -ms-transition: all 0.4s ease 0s;
  -o-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
}
.course-style-two .more-btn {
  color: #ffffff;
  font-size: 20px;
  font-family: "Lato", sans-serif;
  font-weight: 600;
  background: #00095E;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  right: 25px;
  top: -3px;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: all 0.4s ease 0s;
  -moz-transition: all 0.4s ease 0s;
  -ms-transition: all 0.4s ease 0s;
  -o-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
}
.course-style-two .content {
  padding-left: 30px;
  padding-right: 60px;
  position: relative;
  z-index: 1;
}
.course-style-two:hover {
  border-color: #FFC800;
}
.course-style-two:hover .more-btn {
  visibility: visible;
  opacity: 1;
}
@media only screen and (max-width: 1200px) {
  .course-style-two .course-title {
    font-size: 24px;
  }
  .course-style-two .content {
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media only screen and (max-width: 767.98px) {
  .course-style-two .more-btn {
    position: relative;
    z-index: 1;
    visibility: visible;
    opacity: 1;
    left: 0;
    margin-bottom: 30px;
  }
}

.course-style-three {
  border-radius: 25px;
  margin-bottom: 40px;
  position: relative;
  z-index: 1;
  -webkit-transition: all 0.4s ease 0s;
  -moz-transition: all 0.4s ease 0s;
  -ms-transition: all 0.4s ease 0s;
  -o-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
}
.course-style-three .course-thumb {
  margin-bottom: 33px;
}
.course-style-three .course-thumb img {
  width: 100%;
  border-radius: 25px;
}
.course-style-three .course-title {
  font-size: 32px;
  font-weight: 600;
  line-height: 1.1;
  font-family: "Poppins", sans-serif;
  margin-bottom: 16px;
}
.course-style-three .course-title a {
  color: #ffffff;
  -webkit-transition: all 0.4s ease 0s;
  -moz-transition: all 0.4s ease 0s;
  -ms-transition: all 0.4s ease 0s;
  -o-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
}
.course-style-three .course-title a:hover {
  color: #FFC800;
}
.course-style-three p {
  font-size: 18px;
  line-height: 32px;
  margin-bottom: 30px;
  -webkit-transition: all 0.4s ease 0s;
  -moz-transition: all 0.4s ease 0s;
  -ms-transition: all 0.4s ease 0s;
  -o-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
}
.course-style-three .more-btn {
  color: #ffffff;
  font-size: 20px;
  font-family: "Lato", sans-serif;
  font-weight: 600;
  background: #00095E;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: all 0.4s ease 0s;
  -moz-transition: all 0.4s ease 0s;
  -ms-transition: all 0.4s ease 0s;
  -o-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
}
.course-style-three .content {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-radius: 0px 0px 25px 25px;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, #000 100%);
  padding-left: 40px;
  padding-right: 30px;
  padding-bottom: 30px;
  position: absolute;
  z-index: 1;
  bottom: 0;
  width: 100%;
}
.course-style-three:hover .more-btn {
  visibility: visible;
  opacity: 1;
}
@media only screen and (max-width: 1200px) {
  .course-style-three .course-title {
    font-size: 24px;
  }
  .course-style-three .content {
    padding-left: 15px;
    padding-right: 15px;
  }
}
.course-style-four {
  border: 1.5px solid transparent;
  margin-bottom: 40px;
  border-radius: 20px;
  background: #ffffff;
  position: relative;
  z-index: 1;
  -webkit-transition: all 0.4s ease 0s;
  -moz-transition: all 0.4s ease 0s;
  -ms-transition: all 0.4s ease 0s;
  -o-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
}
.course-style-four .course-thumb {
  min-height: 290px;
  width: 255px;
}
.course-style-four .course-thumb img {
  width: 100%;
  border-radius: 20px 0 0 20px;
  -webkit-transition: all 0.4s ease 0s;
  -moz-transition: all 0.4s ease 0s;
  -ms-transition: all 0.4s ease 0s;
  -o-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
}
.course-style-four .course-title {
  font-size: 32px;
  font-weight: 600;
  line-height: 1.1;
  font-family: "Poppins", sans-serif;
  margin-bottom: 26px;
}
.course-style-four .course-title a {
  color: #212529;
  -webkit-transition: all 0.4s ease 0s;
  -moz-transition: all 0.4s ease 0s;
  -ms-transition: all 0.4s ease 0s;
  -o-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
}
.course-style-four p {
  font-size: 18px;
  line-height: 32px;
  margin-bottom: 30px;
  -webkit-transition: all 0.4s ease 0s;
  -moz-transition: all 0.4s ease 0s;
  -ms-transition: all 0.4s ease 0s;
  -o-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
}
.course-style-four .more-btn {
  color: #212529;
  font-size: 18px;
  font-weight: 600;
  font-family: "Poppins", sans-serif;
  border-bottom: 1.5px solid #212529;
  -webkit-transition: all 0.4s ease 0s;
  -moz-transition: all 0.4s ease 0s;
  -ms-transition: all 0.4s ease 0s;
  -o-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
}
.course-style-four .more-btn img {
  -webkit-transition: all 0.4s ease 0s;
  -moz-transition: all 0.4s ease 0s;
  -ms-transition: all 0.4s ease 0s;
  -o-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
}
.course-style-four .content {
  flex: 1;
  padding-left: 30px;
  padding-right: 38px;
  padding-top: 40px;
  margin-bottom: 30px;
}
.course-style-four:hover {
  border-color: #FFC800;
}
.course-style-four:hover .course-title a {
  color: #FFC800;
}
.course-style-four:hover .more-btn {
  color: #FFC800;
  border-bottom-color: #FFC800;
}
.course-style-four:hover .more-btn img {
  filter: brightness(0) saturate(100%) invert(18%) sepia(70%) saturate(2910%) hue-rotate(349deg) brightness(89%) contrast(97%);
}
@media only screen and (max-width: 1200px) {
  .course-style-four .course-title {
    font-size: 24px;
    margin-bottom: 15px;
  }
  .course-style-four .content {
    padding-top: 10px;
    padding-left: 15px;
    padding-right: 15px;
  }
  .course-style-four p {
    margin-bottom: 15px;
  }
  .course-style-four .course-thumb {
    width: 220px;
    min-height: 100%;
  }
}
@media only screen and (max-width: 767.98px) {
  .course-style-four .course-thumb {
    width: 100%;
    border-radius: 20px;
    margin-bottom: 15px;
  }
  .course-style-four .course-thumb img {
    border-radius: 20px;
  }
  .course-style-four .content {
    padding-bottom: 30px;
  }
}

.course-style-five {
  background: #F5F5F5;
}

.copyright-text {
  font-size: 18px;
  font-weight: 400;
  font-family: "Lato", sans-serif;
  color: #ffffff;
}
.copyright-text a {
  color: #ffffff;
  font-family: "Lato", sans-serif;
  font-weight: 700;
}
.copyright-text a:hover {
  color: #FFC800;
}
@media only screen and (max-width: 991.98px) {
  .copyright-text {
    font-size: 18px;
  }
}

.footer-widget {
  position: relative;
  z-index: 1;
}
.footer-widget .widget-title {
  color: #212529;
  font-size: 26px;
  font-weight: 600;
  font-family: "Poppins", sans-serif;
  letter-spacing: -0.52px;
  margin-bottom: 30px;
}
.footer-widget ul {
  padding-left: 0;
}
.footer-widget ul li {
  list-style: none;
}
.footer-widget ul li a {
  color: #212529;
  font-size: 18px;
  line-height: 177.778%;
  font-weight: 400;
  font-family: "Lato", sans-serif;
  display: inline-block;
  margin-bottom: 15px;
  -webkit-transition: all 0.4s ease 0s;
  -moz-transition: all 0.4s ease 0s;
  -ms-transition: all 0.4s ease 0s;
  -o-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
}
.footer-widget ul li a:hover {
  color: #FFC800;
}
@media only screen and (max-width: 991.98px) {
  .footer-widget .widget-title {
    font-size: 24px;
  }
}

.ht-widget-contact .info-box {
  display: flex;
}
.ht-widget-contact .info-box-icon {
  font-size: 24px;
  margin-right: 15px;
  color: #FFC800;
  line-height: 1;
  margin-top: 10px;
}
.ht-widget-contact .ht-content {
  font-size: 16px;
}
.ht-widget-contact .ht-content:hover {
  color: #FFC800;
}
.ht-widget-contact .info-box-label {
  display: block;
  font-size: 18px;
  font-weight: 600;
  line-height: 1;
  margin-bottom: 10px;
}

.copyright-wrap {
  border-top: 1px solid rgba(0, 0, 0, 0.2);
}

.footer-menu {
  padding: 0;
  margin: 0;
  list-style: none;
}
.footer-menu li {
  display: inline-block;
}
.footer-menu li:last-child a {
  margin-right: 0;
}
.footer-menu li a {
  color: #ffffff;
  font-size: 18px;
  font-weight: 500;
  font-family: "Lato", sans-serif;
  margin: 0 2px;
  display: inline-block;
  -webkit-transition: all 0.4s ease 0s;
  -moz-transition: all 0.4s ease 0s;
  -ms-transition: all 0.4s ease 0s;
  -o-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
}
.footer-menu li a:hover {
  color: #FFC800;
}
@media only screen and (max-width: 1200px) {
  .footer-menu li a {
    font-size: 18px;
  }
}

.footer-gallery {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
}
.footer-gallery a {
  display: inline-block;
}
.footer-gallery a img {
  border-radius: 15px;
  display: inline-block;
}

.footer-one {
  background: #00095E;
  position: relative;
  z-index: 1;
}
.footer-one .shape-1,
.footer-one .shape-2 {
  position: absolute;
  z-index: 1;
}
.footer-one .shape-1 {
  margin-top: 50px;
}
.footer-one .shape-2 {
  right: 0;
  bottom: 0;
}
.footer-one ul li a {
  color: rgba(255, 255, 255, 0.7);
}
.footer-one .widget-title {
  color: #ffffff;
  font-size: 26px;
  font-weight: 600;
  font-family: "Lato", sans-serif;
}
.footer-one p {
  color: rgba(255, 255, 255, 0.7);
  font-size: 20px;
  line-height: 1.8;
}
.footer-one .copyright-wrap {
  border-top: 1px solid rgba(255, 255, 255, 0.2);
}
.footer-one .social-links {
  margin-top: 100px;
}
.footer-one .footer-menu li a {
  color: #ffffff;
}
.widget-bg-shape {
  position: relative;
  z-index: 1;
}
.widget-bg-shape::before {
  content: "";
  position: absolute;
  background: #FFC800;
  width: 740px;
  height: 400px;
  border-radius: 370px 370px 0 0;
  left: -8.5%;
  bottom: -16.5%;
  right: 0;
  z-index: -1;
}
@media only screen and (max-width: 1600px) {
  .widget-bg-shape::before {
    display: none;
  }
}

.footer-two .shape-1,
.footer-two .shape-2 {
  position: absolute;
  z-index: -1;
}
.footer-two .shape-1 {
  right: 55%;
  bottom: 31%;
}
.footer-two .shape-2 {
  right: 0;
  bottom: 0;
}
.footer-two .copyright-wrap {
  padding-bottom: 30px;
  border-color: #D6D9DD;
}
.footer-two .footer-logo {
  margin-bottom: 26px;
}
.footer-two p {
  color: rgba(0, 0, 0, 0.7);
  font-size: 20px;
  line-height: 36px;
}
.footer-two .description-text {
  margin-bottom: 70px;
}
.footer-two .footer-widget ul li a {
  color: #212529;
}
.footer-two .footer-widget ul li a:hover {
  color: #FFC800;
}
.footer-two .social-links a {
  border-color: #000;
  color: #212529;
}
.footer-two .social-links a:hover {
  color: #ffffff;
  background: #FFC800;
  border-color: #FFC800;
}
.footer-two .footer-menu li a {
  color: #212529;
}
.footer-two .footer-menu li a:hover {
  color: #00095E;
}
.footer-two .copyright-text {
  color: #212529;
}
.footer-two .copyright-text a {
  color: rgba(0, 0, 0, 0.7);
  font-weight: 700;
}
.footer-two .copyright-text a:hover {
  color: #FFC800;
}

.footer-three .shape-1,
.footer-three .shape-2 {
  position: absolute;
  z-index: -1;
  filter: invert(1) brightness(10);
}
.footer-three .shape-1 {
  right: 55%;
  bottom: 31%;
}
.footer-three .shape-2 {
  right: 0;
  bottom: 0;
}
.footer-three .copyright-wrap {
  padding-bottom: 30px;
  border-color: #D6D9DD;
}
.footer-three .footer-logo {
  margin-bottom: 26px;
}
.footer-three p {
  color: rgba(255, 255, 255, 0.7);
  font-size: 20px;
  line-height: 36px;
}
.footer-three .widget-title {
  color: #ffffff;
}
.footer-three .description-text {
  margin-bottom: 70px;
}
.footer-three .footer-widget ul li a {
  color: rgba(255, 255, 255, 0.7);
}
.footer-three .footer-widget ul li a:hover {
  color: #FFC800;
}
.footer-three .social-links a {
  border-color: #ffffff;
  color: #ffffff;
}
.footer-three .social-links a:hover {
  color: #ffffff;
  background: #FFC800;
  border-color: #FFC800;
}
.footer-three .footer-menu li a {
  color: #ffffff;
}
.footer-three .footer-menu li a:hover {
  color: #FFC800;
}
.footer-three .copyright-text {
  color: #ffffff;
}
.footer-three .copyright-text a {
  color: #ffffff;
  font-weight: 700;
}
.footer-three .copyright-text a:hover {
  color: #FFC800;
}

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