/*-----------------------------------------------------------
    Theme Name: Cuex
    Theme URI: 
    Description: Cuex - Currency Exchange HTML Template 
    Author: HiBootstrap
    Author URI: https://hibootstrap.com/
    Version: 1.0
-------------------------------------------------------------*/
/*--------------------------------
     =====Table Of Contents====

1.  General Styles 
2.  Mixins CSS
3.  Back To Top Button CSS
4.  Preloader CSS
5.  Button & Link CSS
6.  Section Title & Overlay & Shape CSS
7.  Social Link CSS
8.  Pagination CSS
9.  Sidebar CSS
     - Search Box Widget
     - Taglist Widget
     - Category Widget
     - Filter Search Widget
     - New Arrival Product Widget
     - Popular Post Widget
10. Sign In CSS
11. FAQ Terms & Conditions
----------------------------------*/
@import url("https://fonts.googleapis.com/css2?family=Raleway:wght@200;300;400;500;600;700;800&family=Roboto:wght@300;400;500;700;900&display=swap");
/*---------------------------------
            General Styles 
-----------------------------------*/
* {
  box-sizing: border-box; }

html {
  scroll-behavior: smooth; }

:focus,
button:focus,
.btn:focus {
  outline: 0;
  box-shadow: none; }

.form-control:focus {
  -webkit-box-shadow: none;
  box-shadow: none; }

a,
button,
input[type="submit"] {
  cursor: pointer; }

/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0; }

/* Firefox */
input[type=number] {
  -moz-appearance: textfield; }

a {
  color: #000;
  text-transform: inherit;
  text-decoration: none;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease; }

a:hover,
a :focus {
  text-decoration: none;
  box-shadow: none;
  color: #000; }

a:focus {
  outline: 0 solid; }

img {
  max-width: 100%;
  height: auto; }

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 800;
  line-height: 1.5;
  color: #000;
  font-family: "Raleway", sans-serif; }

body {
  font-size: 16px;
  font-family: "Roboto", sans-serif;
  color: #666666; }

p {
  font-size: 16px;
  line-height: 1.8;
  color: #666666; }

select {
  cursor: pointer;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-image: url(../img/down-arrow.png);
  background-repeat: no-repeat;
  background-size: 15px;
  background-position: calc(100% - 15px) 50%; }

.pt-10 {
  padding-top: 10px; }

.pt-20 {
  padding-top: 20px; }

.pt-30 {
  padding-top: 30px; }

.pt-40 {
  padding-top: 40px; }

.pt-50 {
  padding-top: 50px; }

.pt-60 {
  padding-top: 60px; }

.pt-70 {
  padding-top: 70px; }

.pt-75 {
  padding-top: 75px; }

.pt-80 {
  padding-top: 80px; }

.pt-90 {
  padding-top: 90px; }

.pt-100 {
  padding-top: 100px; }

.pt-200 {
  padding-top: 200px; }

.pb-10 {
  padding-bottom: 10px; }

.pb-20 {
  padding-bottom: 20px; }

.pb-30 {
  padding-bottom: 30px; }

.pb-40 {
  padding-bottom: 40px; }

.pb-50 {
  padding-bottom: 50px; }

.pb-60 {
  padding-bottom: 60px; }

.pb-70 {
  padding-bottom: 70px; }

.pb-75 {
  padding-bottom: 75px; }

.pb-80 {
  padding-bottom: 80px; }

.pb-90 {
  padding-bottom: 90px; }

.pb-100 {
  padding-bottom: 100px; }

.pb-130 {
  padding-bottom: 130px; }

.ptb-10 {
  padding-bottom: 10px;
  padding-bottom: 10px; }

.ptb-20 {
  padding-bottom: 20px;
  padding-bottom: 20px; }

.ptb-30 {
  padding-top: 30px;
  padding-bottom: 30px; }

.ptb-40 {
  padding-top: 40px;
  padding-bottom: 40px; }

.ptb-50 {
  padding-top: 50px;
  padding-bottom: 50px; }

.ptb-60 {
  padding-top: 60px;
  padding-bottom: 60px; }

.ptb-70 {
  padding-top: 70px;
  padding-bottom: 70px; }

.ptb-80 {
  padding-top: 80px;
  padding-bottom: 80px; }

.ptb-90 {
  padding-top: 90px;
  padding-bottom: 90px; }

.ptb-100 {
  padding-top: 100px;
  padding-bottom: 100px; }

.mb-0 {
  margin-bottom: 0px !important; }

.mb-10 {
  margin-bottom: 10px !important; }

.mb-15 {
  margin-bottom: 15px !important; }

.mb-20 {
  margin-bottom: 20px !important; }

.mb-25 {
  margin-bottom: 25px !important; }

.mb-30 {
  margin-bottom: 30px !important; }

.mb-40 {
  margin-bottom: 40px !important; }

.mb-50 {
  margin-bottom: 50px !important; }

.mb-60 {
  margin-bottom: 60px !important; }

.mb-70 {
  margin-bottom: 70px !important; }

.mb-80 {
  margin-bottom: 80px !important; }

.mb-90 {
  margin-bottom: 90px !important; }

.mb-100 {
  margin-bottom: 100px !important; }

.mmt-10 {
  margin-top: -10px !important; }

.mt-0 {
  margin-top: 0px !important; }

.mt-10 {
  margin-top: 10px !important; }

.mt-15 {
  margin-top: 15px !important; }

.mt-20 {
  margin-top: 20px !important; }

.mt-25 {
  margin-top: 25px !important; }

.mt-30 {
  margin-top: 30px !important; }

.mt-35 {
  margin-top: 35px !important; }

.mt-40 {
  margin-top: 40px !important; }

.mt-50 {
  margin-top: 50px !important; }

.mt-60 {
  margin-top: 60px !important; }

.mt-70 {
  margin-top: 70px !important; }

.mt-80 {
  margin-top: 80px !important; }

.mt-100 {
  margin-top: 100px !important; }

.mtb-100 {
  margin-top: 100px !important;
  margin-bottom: 100px !important; }

.z-0 {
  z-index: 0;
  position: relative; }

#message {
  padding: 0;
  margin: 0; }

.help-block {
  color: #E31C25; }

.list-style {
  margin: 0;
  padding: 0;
  list-style: none; }
  .list-style li {
    list-style: none; }

.page-wrapper {
  overflow-x: hidden; }

/*---------------------------------
          Mixins & Animation CSS
-----------------------------------*/
.owl-carousel .owl-nav button.owl-prev, .owl-carousel .owl-nav button.owl-next, .social-profile.style1 li a, .social-profile.style2 li a, .feature-item-wrap .feature-item .feature-icon, .feature-card .feature-icon, .contact-us-wrap .contact-item .contact-icon, .header-wrap .header-top .header-top-left, .header-wrap .header-top .header-top-right, .select-lang .navbar-language .dropdown-toggle, .hero-wrap.style2 .hero-content .hero-contact, .hero-wrap.style2 .hero-content .hero-btn, .hero-wrap.style3 .hero-content .hero-btn, .exchange-table-wrap .exchange-table table thead tr th .inverse, .exchange-table-wrap .exchange-table table tbody tr td .country-flag, .exchange-table-wrap .add-currency, .feature-card.style3 .feature-title, .feature-card.style5 .feature-title, .testimonial-card .client-info-area, .testimonial-card .client-info-area .client-info-wrap, .converter-alert-text, .wp-block-quote, .hero-wrap.style2 .hero-img-wrap, .about-wrap.style2 .about-img-wrap, .about-wrap.style3 .about-img-wrap, .owl-carousel .owl-nav, .pp-post-item, .hero-wrap.style2 .hero-img-wrap .hero-promo-text, .currency-card, .feature-item-wrap .feature-item, .feature-card.style4, .feature-card.style6, .counter-card-wrap, .contact-us-wrap .contact-item, .convert-box .convert-tablist, .post-author, .comment-item-wrap .comment-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }

.owl-carousel .owl-nav button.owl-prev, .owl-carousel .owl-nav button.owl-next, .social-profile.style1 li a, .social-profile.style2 li a, .feature-item-wrap .feature-item .feature-icon, .feature-card .feature-icon, .contact-us-wrap .contact-item .contact-icon {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center; }

.header-wrap .header-top .header-top-left, .header-wrap .header-top .header-top-right, .select-lang .navbar-language .dropdown-toggle, .hero-wrap.style2 .hero-content .hero-contact, .hero-wrap.style2 .hero-content .hero-btn, .hero-wrap.style3 .hero-content .hero-btn, .exchange-table-wrap .exchange-table table thead tr th .inverse, .exchange-table-wrap .exchange-table table tbody tr td .country-flag, .exchange-table-wrap .add-currency, .feature-card.style3 .feature-title, .feature-card.style5 .feature-title, .testimonial-card .client-info-area, .testimonial-card .client-info-area .client-info-wrap, .converter-alert-text, .wp-block-quote {
  -webkit-box-align: center;
  -ms-flex-align: center;
  -ms-grid-row-align: center;
  align-items: center; }

.hero-wrap.style2 .hero-img-wrap {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between; }

.header-wrap .header-top .header-top-right, .about-wrap.style2 .about-img-wrap, .about-wrap.style3 .about-img-wrap {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end; }

.play-now .ripple,
.play-now .ripple:before,
.play-now .ripple:after {
  position: absolute;
  top: 50%;
  left: 50%;
  height: 85px;
  width: 85px;
  -webkit-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  -webkit-transform-origin: center;
  transform-origin: center center;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  -webkit-box-shadow: 0 0 0 0 #fff;
  -moz-box-shadow: 0 0 0 0 #fff;
  -ms-box-shadow: 0 0 0 0 #fff;
  -o-box-shadow: 0 0 0 0 #fff;
  box-shadow: 0 0 0 0 #fff;
  -webkit-animation: ripple 3s infinite;
  -moz-animation: ripple 3s infinite;
  -ms-animation: ripple 3s infinite;
  -o-animation: ripple 3s infinite;
  animation: ripple 3s infinite; }

.play-now {
  position: relative;
  height: 85px;
  width: 85px;
  text-align: center;
  line-height: 92px;
  background-color: transparent;
  border: 3px solid #fff;
  color: #fff;
  z-index: 1;
  font-size: 28px;
  padding-left: 5px;
  display: block;
  -webkit-transform-origin: center;
  transform-origin: center center;
  border-radius: 50%;
  margin: 0 auto; }
  .play-now .ripple:before {
    -webkit-animation-delay: 0.9s;
    -moz-animation-delay: 0.9s;
    -ms-animation-delay: 0.9s;
    -o-animation-delay: 0.9s;
    animation-delay: 0.9s;
    content: "";
    position: absolute; }
  .play-now .ripple:after {
    -webkit-animation-delay: 0.6s;
    -moz-animation-delay: 0.6s;
    -ms-animation-delay: 0.6s;
    -o-animation-delay: 0.6s;
    animation-delay: 0.6s;
    content: "";
    position: absolute; }

@-webkit-keyframes ripple {
  70% {
    box-shadow: 0 0 0 20px rgba(255, 255, 255, 0); }
  100% {
    box-shadow: 0 0 0 0 rgba(255, 255, 255, 0); } }
@keyframes ripple {
  70% {
    box-shadow: 0 0 0 20px rgba(255, 255, 255, 0); }
  100% {
    box-shadow: 0 0 0 0 rgba(255, 255, 255, 0); } }
/*---------------------------------
     Back To Top Button CSS
-----------------------------------*/
.back-to-top {
  font-size: 24px;
  width: 45px;
  height: 45px;
  line-height: 42px;
  text-align: center;
  display: none;
  position: fixed;
  bottom: 230px;
  right: 20px;
  z-index: 999;
  border-radius: 62% 38% 46% 54% / 60% 63% 37% 40%;
  background: #004A98;
  box-shadow: 0 5px 5px rgba(0, 0, 0, 0.2);
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out; }
  .back-to-top.open {
    bottom: 30px; }
  .back-to-top i {
    color: #fff; }

/*---------------------------------
     Preloader CSS
-----------------------------------*/
.preloader {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #fff;
  z-index: 20000;
  display: flex;
  align-items: center;
  justify-content: center; }

.loader {
  text-align: center;
  margin: 5px;
  border-radius: 50%;
  border: 4px solid #004A98;
  display: flex;
  flex-flow: column wrap;
  justify-content: center;
  align-content: center;
  align-items: center;
  transform-style: preserve-3d;
  position: relative; }

.loader-inner-1 {
  animation-delay: 0.2s;
  animation: change_first_circle 4s ease-in-out infinite; }

.loader-inner-2 {
  animation-delay: 0.2s;
  animation: change_second_circle 4s ease-in-out infinite; }

.loader-inner-3 {
  animation-delay: 0.2s;
  width: 40px;
  height: 40px;
  animation: change_last_circle 4s linear  infinite; }

@keyframes change_first_circle {
  50% {
    transform: rotateX(360deg) scale(0.8); } }
@keyframes change_second_circle {
  50% {
    transform: rotateY(360deg) scale(0.8); } }
@keyframes change_last_circle {
  50% {
    transform: rotateX(360deg) scale(0.8); } }
/*---------------------------------
       Button & Link CSS
----------------------------------*/
.btn {
  display: inline-block;
  line-height: 26px;
  font-weight: 500;
  border-radius: 5px;
  text-align: center;
  -webkit-transition: all 0.7s ease-in-out;
  transition: all 0.7s ease-in-out;
  position: relative;
  z-index: 1;
  border: none;
  padding: 11px 25px 13px;
  border-radius: 5px;
  color: #fff;
  overflow: hidden;
  white-space: nowrap; }
  .btn i {
    position: relative;
    top: 4px;
    left: 2px;
    font-size: 20px;
    margin-left: 5px;
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out; }
  .btn:before {
    position: absolute;
    top: 0;
    left: 0;
    content: "";
    width: 50%;
    height: 0;
    visibility: hidden;
    opacity: 0;
    z-index: -1;
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out; }
  .btn:after {
    position: absolute;
    bottom: 0;
    right: 0;
    content: "";
    width: 50%;
    height: 0;
    visibility: hidden;
    opacity: 0;
    z-index: -1;
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out; }
  .btn:hover {
    color: #fff; }
    .btn:hover:after, .btn:hover:before {
      width: 100%;
      height: 100%;
      visibility: visible;
      opacity: 1; }
  .btn.style1 {
    background-color: #004A98; }
    .btn.style1:after, .btn.style1:before {
      background: #252525; }
  .btn.style2 {
    background-color: #fff;
    color: #004A98; }
    .btn.style2:after, .btn.style2:before {
      background: #000; }
    .btn.style2:hover {
      color: #fff; }
  .btn.style3 {
    background-color: #000;
    color: #fff; }
    .btn.style3:after, .btn.style3:before {
      background: #004A98; }
    .btn.style3:hover {
      color: #fff; }
  .btn.style4 {
    background-color: transparent;
    border: 1px solid rgba(0, 0, 0, 0.1);
    color: #000; }
    .btn.style4:after, .btn.style4:before {
      background: #004A98; }
    .btn.style4:hover {
      color: #fff; }
  .btn.style5 {
    background-color: transparent;
    border: 1px solid #004A98;
    color: #004A98; }
    .btn.style5:after, .btn.style5:before {
      background: #004A98; }
    .btn.style5:hover {
      color: #fff; }
  .btn.style6 {
    background-color: #fff;
    color: #004A98; }
    .btn.style6:after, .btn.style6:before {
      background: #004A98; }
    .btn.style6:hover {
      color: #fff; }

.link {
  font-weight: 500;
  line-height: 26px;
  display: inline-block;
  position: relative;
  color: #004A98;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out; }
  .link:after {
    position: absolute;
    bottom: 0;
    left: 0;
    content: "";
    width: 0;
    height: 1px;
    background: #004A98;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out; }
  .link i {
    position: relative;
    top: 4px;
    margin-left: 4px;
    font-size: 20px;
    line-height: 1;
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out; }
  .link:hover {
    color: #004A98; }
    .link:hover:after {
      visibility: visible;
      opacity: 1;
      width: 100%; }
    .link:hover i {
      margin-left: 6px; }

.owl-carousel .owl-nav button.owl-prev, .owl-carousel .owl-nav button.owl-next {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  text-align: center;
  background-color: transparent;
  border: 1px solid rgba(0, 0, 0, 0.1);
  position: relative;
  overflow: hidden;
  z-index: 1;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out; }
  .owl-carousel .owl-nav button.owl-prev i, .owl-carousel .owl-nav button.owl-next i {
    font-size: 18px;
    line-height: 0.8;
    display: inline-block;
    position: relative;
    top: 1px;
    color: #666666;
    margin: 0 auto;
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out; }
  .owl-carousel .owl-nav button.owl-prev:hover, .owl-carousel .owl-nav button.owl-next:hover {
    background-color: #004A98;
    border-color: transparent; }
    .owl-carousel .owl-nav button.owl-prev:hover i, .owl-carousel .owl-nav button.owl-next:hover i {
      color: #fff; }
.owl-carousel .owl-dots button.owl-dot {
  display: inline-block;
  margin: 0 6px;
  position: relative;
  bottom: -5px; }
  .owl-carousel .owl-dots button.owl-dot span {
    display: inline-block;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: #004A98;
    position: relative;
    opacity: 0.3;
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out; }
  .owl-carousel .owl-dots button.owl-dot.active span {
    width: 30px;
    height: 8px;
    border-radius: 50px;
    opacity: 1; }

/*--------------------------------------
    Section Title,Overlay & Shape CSS
----------------------------------------*/
.section-title,
.content-title {
  position: relative; }
  .section-title h2,
  .content-title h2 {
    font-size: 40px;
    line-height: 1.5;
    margin: 0; }
  .section-title p,
  .content-title p {
    margin: 12px 0 0; }
  .section-title span,
  .content-title span {
    display: inline-block;
    font-weight: 500;
    margin: 0 0 10px;
    position: relative;
    z-index: 1;
    line-height: 1; }
    .section-title span p,
    .content-title span p {
      margin: 10px auto 0; }
  .section-title.style1 span,
  .content-title.style1 span {
    color: #004A98;
    letter-spacing: 5px; }

.bg-transparent {
  background-color: transparent; }

.bg-black {
  background-color: #000; }

.bg-white {
  background-color: #fff; }

.bg-athens {
  background-color: #F3F4F6; }

.bg-albastor {
  background-color: #f9f9f9; }

.bg-whisper {
  background-color: #FAFAFC; }

.body_overlay {
  position: fixed;
  top: 0;
  left: 0;
  content: "";
  background-color: rgba(0, 0, 0, 0.8);
  width: 100%;
  height: 100%;
  z-index: 999;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out; }
  .body_overlay.open {
    visibility: visible;
    opacity: 1; }

.overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0; }

.op-1 {
  opacity: 0.1; }

.op-2 {
  opacity: 0.2; }

.op-3 {
  opacity: 0.3; }

.op-4 {
  opacity: 0.4; }

.op-5 {
  opacity: 0.5; }

.op-6 {
  opacity: 0.6; }

.op-7 {
  opacity: 0.7; }

.op-75 {
  opacity: 0.75; }

.op-8 {
  opacity: 0.8; }

.op-85 {
  opacity: 0.85; }

.op-9 {
  opacity: 0.9; }

.op-95 {
  opacity: 0.95; }

.op-10 {
  opacity: 1; }

.bg-f {
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  background-color: #ddd; }

.pos-rel {
  position: relative;
  z-index: 1; }

.bounce {
  -moz-animation: float 1500ms infinite ease-in-out;
  -webkit-animation: float 1500ms infinite ease-in-out;
  animation: float 1500ms infinite ease-in-out; }

.moveHorizontal {
  -moz-animation: moveHorizontal 3000ms infinite ease-in-out;
  -webkit-animation: moveHorizontal 3000ms infinite ease-in-out;
  animation: moveHorizontal 3000ms infinite ease-in-out; }

.moveVertical {
  -moz-animation: moveVertical 3000ms infinite ease-in-out;
  -webkit-animation: moveVertical 3000ms infinite ease-in-out;
  animation: moveVertical 3000ms infinite ease-in-out; }

.moveHorizontal_reverse {
  -moz-animation: moveHorizontal_reverse 3000ms infinite ease-in-out;
  -webkit-animation: moveHorizontal_reverse 3000ms infinite ease-in-out;
  animation: moveHorizontal_reverse 3000ms infinite ease-in-out; }

.animationFramesTwo {
  -moz-animation: animationFramesTwo 20000ms infinite ease-in-out;
  -webkit-animation: animationFramesTwo 20000ms infinite ease-in-out;
  animation: animationFramesTwo 20000ms infinite ease-in-out; }

.animationFramesTwo10000MS {
  -moz-animation: animationFramesTwo 10000ms infinite ease-in-out;
  -webkit-animation: animationFramesTwo 10000ms infinite ease-in-out;
  animation: animationFramesTwo 10000ms infinite ease-in-out; }

.waving_left {
  -webkit-animation: waving_left 7s infinite linear;
  animation: waving_left 7s infinite linear;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out; }

.waving_right {
  -webkit-animation: waving_right 7s infinite linear;
  animation: waving_right 7s infinite linear;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out; }

.rotate {
  -webkit-animation: rotation 20s infinite linear;
  animation: rotation 20s infinite linear; }

.rotate {
  -webkit-animation: rotation 20s infinite linear;
  animation: rotation 20s infinite linear; }

@-webkit-keyframes waving_left {
  0% {
    -webkit-transform: rotate(0deg); }
  25% {
    -webkit-transform: rotate(3deg); }
  50% {
    -webkit-transform: rotate(6deg); }
  75% {
    -webkit-transform: rotate(-3deg); }
  100% {
    -webkit-transform: rotate(0deg); } }
@keyframes waving_left {
  0% {
    -webkit-transform: rotate(0deg); }
  25% {
    -webkit-transform: rotate(3deg); }
  50% {
    -webkit-transform: rotate(6deg); }
  75% {
    -webkit-transform: rotate(-3deg); }
  100% {
    -webkit-transform: rotate(0deg); } }
@-webkit-keyframes waving_right {
  0% {
    -webkit-transform: rotate(0deg); }
  25% {
    -webkit-transform: rotate(-3deg); }
  50% {
    -webkit-transform: rotate(-6deg); }
  75% {
    -webkit-transform: rotate(-3deg); }
  100% {
    -webkit-transform: rotate(0deg); } }
@keyframes waving_right {
  0% {
    -webkit-transform: rotate(0deg); }
  25% {
    -webkit-transform: rotate(-3deg); }
  50% {
    -webkit-transform: rotate(-6deg); }
  75% {
    -webkit-transform: rotate(-3deg); }
  100% {
    -webkit-transform: rotate(0deg); } }
@keyframes float {
  0% {
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    transform: translateY(0px); }
  50% {
    -webkit-transform: translateY(-5px);
    -moz-transform: translateY(-5px);
    transform: translateY(-5px); }
  100% {
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    transform: translateY(0px); } }
@-webkit-keyframes rotation {
  from {
    -webkit-transform: rotate(0deg); }
  to {
    -webkit-transform: rotate(359deg); } }
@keyframes rotation {
  from {
    -webkit-transform: rotate(0deg); }
  to {
    -webkit-transform: rotate(359deg); } }
@-webkit-keyframes animationFramesTwo {
  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); } }
@keyframes animationFramesTwo {
  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); } }
@-webkit-keyframes moveHorizontal {
  0% {
    -webkit-transform: translateX(0px);
    transform: translateX(0px); }
  50% {
    -webkit-transform: translateX(-20px);
    transform: translateX(-20px); }
  100% {
    -webkit-transform: translateX(0px);
    transform: translateX(0px); } }
@keyframes moveHorizontal {
  0% {
    -webkit-transform: translateX(0px);
    transform: translateX(0px); }
  50% {
    -webkit-transform: translateX(-20px);
    transform: translateX(-20px); }
  100% {
    -webkit-transform: translateX(0px);
    transform: translateX(0px); } }
@-webkit-keyframes moveHorizontal_reverse {
  0% {
    -webkit-transform: translateX(0px);
    transform: translateX(0px); }
  50% {
    -webkit-transform: translateX(20px);
    transform: translateX(20px); }
  100% {
    -webkit-transform: translateX(0px);
    transform: translateX(0px); } }
@keyframes moveHorizontal_reverse {
  0% {
    -webkit-transform: translateX(0px);
    transform: translateX(0px); }
  50% {
    -webkit-transform: translateX(20px);
    transform: translateX(20px); }
  100% {
    -webkit-transform: translateX(0px);
    transform: translateX(0px); } }
@-webkit-keyframes moveVertical {
  0% {
    -webkit-transform: translateY(0px);
    transform: translateY(0px); }
  50% {
    -webkit-transform: translateY(-20px);
    transform: translateY(-20px); }
  100% {
    -webkit-transform: translateY(0px);
    transform: translateY(0px); } }
@keyframes moveVertical {
  0% {
    -webkit-transform: translateY(0px);
    transform: translateY(0px); }
  50% {
    -webkit-transform: translateY(-20px);
    transform: translateY(-20px); }
  100% {
    -webkit-transform: translateY(0px);
    transform: translateY(0px); } }
@-webkit-keyframes shine {
  100% {
    left: 125%; } }
@keyframes shine {
  100% {
    left: 125%; } }
/*-------------------------------
     Social Link  CSS
-------------------------------*/
.social-profile li {
  display: inline-block;
  margin: 0 4px; }
  .social-profile li:first-child {
    margin-left: 0; }
  .social-profile li:last-child {
    margin-right: 0; }
  .social-profile li:last-child {
    margin-right: 0; }
  .social-profile li a {
    display: block;
    text-align: center;
    border: 1px solid transparent;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out; }
    .social-profile li a i {
      -webkit-transition: all 0.3s ease-in-out;
      transition: all 0.3s ease-in-out;
      font-size: 16px;
      line-height: 0.8; }
    .social-profile li a:hover {
      border-color: transparent;
      color: #004A98; }
.social-profile.style1 li a, .social-profile.style2 li a {
  width: 35px;
  height: 35px;
  text-align: center;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out; }
.social-profile.style1 li a {
  background: #fff;
  border-radius: 50%;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.08); }
  .social-profile.style1 li a i {
    color: #004A98; }
  .social-profile.style1 li a:hover {
    background-color: #004A98;
    -webkit-transform: translateY(-3px);
    -moz-transform: translateY(-3px);
    transform: translateY(-3px); }
    .social-profile.style1 li a:hover i {
      color: #fff; }

/*-------------------------------
        Pagination  CSS
-------------------------------*/
.page-nav {
  text-align: center; }
  .page-nav li {
    margin: 0 5px;
    display: inline-block; }
    .page-nav li a {
      display: block;
      width: 45px;
      height: 45px;
      border-radius: 50%;
      font-size: 18px;
      line-height: 48px;
      font-weight: 600;
      opacity: 0.7;
      box-shadow: 0 5px 20px rgba(0, 0, 0, 0.15);
      text-align: center;
      -webkit-transition: all 0.4s ease-in-out;
      transition: all 0.4s ease-in-out; }
      .page-nav li a i {
        font-size: 18px;
        line-height: 1;
        margin: 0 auto;
        position: relative;
        top: 2px;
        -webkit-transition: all 0.4s ease-in-out;
        transition: all 0.4s ease-in-out; }
      .page-nav li a.active, .page-nav li a:hover {
        color: #fff;
        opacity: 1;
        background-color: #004A98; }
        .page-nav li a.active i, .page-nav li a:hover i {
          color: #fff; }

.owl-carousel .owl-nav button.owl-prev, .owl-carousel .owl-nav button.owl-next, .social-profile.style1 li a, .social-profile.style2 li a, .feature-item-wrap .feature-item .feature-icon, .feature-card .feature-icon, .contact-us-wrap .contact-item .contact-icon, .header-wrap .header-top .header-top-left, .header-wrap .header-top .header-top-right, .select-lang .navbar-language .dropdown-toggle, .hero-wrap.style2 .hero-content .hero-contact, .hero-wrap.style2 .hero-content .hero-btn, .hero-wrap.style3 .hero-content .hero-btn, .exchange-table-wrap .exchange-table table thead tr th .inverse, .exchange-table-wrap .exchange-table table tbody tr td .country-flag, .exchange-table-wrap .add-currency, .feature-card.style3 .feature-title, .feature-card.style5 .feature-title, .testimonial-card .client-info-area, .testimonial-card .client-info-area .client-info-wrap, .converter-alert-text, .wp-block-quote, .hero-wrap.style2 .hero-img-wrap, .about-wrap.style2 .about-img-wrap, .about-wrap.style3 .about-img-wrap, .owl-carousel .owl-nav, .pp-post-item, .hero-wrap.style2 .hero-img-wrap .hero-promo-text, .currency-card, .feature-item-wrap .feature-item, .feature-card.style4, .feature-card.style6, .counter-card-wrap, .contact-us-wrap .contact-item, .convert-box .convert-tablist, .post-author, .comment-item-wrap .comment-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }

.owl-carousel .owl-nav button.owl-prev, .owl-carousel .owl-nav button.owl-next, .social-profile.style1 li a, .social-profile.style2 li a, .feature-item-wrap .feature-item .feature-icon, .feature-card .feature-icon, .contact-us-wrap .contact-item .contact-icon {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center; }

.header-wrap .header-top .header-top-left, .header-wrap .header-top .header-top-right, .select-lang .navbar-language .dropdown-toggle, .hero-wrap.style2 .hero-content .hero-contact, .hero-wrap.style2 .hero-content .hero-btn, .hero-wrap.style3 .hero-content .hero-btn, .exchange-table-wrap .exchange-table table thead tr th .inverse, .exchange-table-wrap .exchange-table table tbody tr td .country-flag, .exchange-table-wrap .add-currency, .feature-card.style3 .feature-title, .feature-card.style5 .feature-title, .testimonial-card .client-info-area, .testimonial-card .client-info-area .client-info-wrap, .converter-alert-text, .wp-block-quote {
  -webkit-box-align: center;
  -ms-flex-align: center;
  -ms-grid-row-align: center;
  align-items: center; }

.header-wrap .header-top .header-top-right, .about-wrap.style2 .about-img-wrap, .about-wrap.style3 .about-img-wrap {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end; }

/*---------------------------------
        Header CSS 
-----------------------------------*/
.header-wrap {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 999;
  -webkit-transition: 0.4s;
  transition: 0.4s; }
  .header-wrap.sticky {
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
    -webkit-transition: 0.4s;
    transition: 0.4s;
    background: #fff; }
  .header-wrap .header-top {
    padding: 10px 0;
    background-color: #000; }
    .header-wrap .header-top .header-top-left .contact-info li {
      margin-right: 25px;
      display: inline-block; }
      .header-wrap .header-top .header-top-left .contact-info li:last-child {
        margin-right: 0; }
      .header-wrap .header-top .header-top-left .contact-info li i {
        color: #004A98;
        font-size: 15px;
        line-height: 0.8;
        position: relative;
        top: 2px;
        display: inline-block; }
      .header-wrap .header-top .header-top-left .contact-info li a, .header-wrap .header-top .header-top-left .contact-info li p {
        display: inline-block;
        margin-left: 6px;
        margin-bottom: 0;
        color: #fff;
        font-size: 15px;
        -webkit-transition: 0.4s;
        transition: 0.4s; }
      .header-wrap .header-top .header-top-left .contact-info li a:hover {
        color: #004A98; }
    .header-wrap .header-top .header-top-right .user-menu li {
      display: inline-block;
      margin-right: 15px;
      padding-right: 15px;
      line-height: 1;
      border-right: 1px solid rgba(255, 255, 255, 0.41); }
      .header-wrap .header-top .header-top-right .user-menu li a {
        color: #fff;
        font-size: 15px; }
        .header-wrap .header-top .header-top-right .user-menu li a:hover {
          color: #004A98; }
  .header-wrap .header-bottom {
    -webkit-transition: 0.4s;
    transition: 0.4s;
    background-color: #fff;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.05); }

.user-login {
  position: relative; }
  .user-login span {
    display: block;
    cursor: pointer; }
    .user-login span i {
      color: #000; }
  .user-login ul {
    position: absolute;
    top: 45px;
    right: -5px;
    min-width: 150px;
    box-shadow: 0 3px 20px rgba(0, 0, 0, 0.1);
    background-color: #fff;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: 0.4s;
    transition: 0.4s; }
    .user-login ul.open {
      top: 32px;
      visibility: visible;
      opacity: 1; }
    .user-login ul li a {
      display: block;
      padding: 15px 20px;
      border-bottom: 1px solid rgba(0, 0, 0, 0.09);
      text-align: left;
      -webkit-transition: 0.4s;
      transition: 0.4s; }
      .user-login ul li a:hover {
        background-color: #004A98;
        color: #fff; }
    .user-login ul li:last-child a {
      border-bottom: none; }

.select-lang {
  padding-left: 18px;
  position: relative; }
  .select-lang i {
    position: absolute;
    top: 5px;
    left: 0;
    font-size: 15px;
    line-height: 1;
    color: #004A98; }
  .select-lang .navbar-language .dropdown-toggle {
    background-color: transparent;
    border: none;
    font-size: 15px;
    padding-right: 16px;
    color: #fff;
    -webkit-transition: 0.3s;
    transition: 0.3s; }
    .select-lang .navbar-language .dropdown-toggle:after {
      display: none; }
    .select-lang .navbar-language .dropdown-toggle:before {
      position: absolute;
      top: 0px;
      right: 0;
      content: "\EA4E";
      font-family: "remixicon";
      font-weight: 400;
      border: 0;
      margin-left: 8px;
      font-size: 16px; }
  .select-lang .navbar-language .dropdown-menu {
    margin: 0;
    padding: 5px 0;
    -webkit-box-shadow: 0 9px 54px 0 rgba(32, 32, 32, 0.1);
    box-shadow: 0 9px 54px 0 rgba(32, 32, 32, 0.1);
    left: 0;
    right: auto;
    border: 0;
    border-radius: 0;
    -webkit-transform: translateY(75px) !important;
    transform: translateY(75px) !important;
    display: block;
    opacity: 0;
    pointer-events: none;
    -webkit-transition: all 0.3s linear;
    transition: all 0.3s linear; }
    .select-lang .navbar-language .dropdown-menu a {
      padding: 5px 10px;
      -webkit-transition: all 0.3s linear;
      transition: all 0.3s linear;
      font-size: 15px; }
      .select-lang .navbar-language .dropdown-menu a img {
        width: 20px;
        margin-right: 10px; }
    .select-lang .navbar-language .dropdown-menu.show {
      -webkit-transform: translateY(40px) !important;
      transform: translateY(40px) !important;
      opacity: 1;
      pointer-events: all; }

@media only screen and (max-width: 767px) {
  .navbar-brand img {
    max-width: 120px; }

  .header-wrap .header-top .header-top-left .contact-item p,
  .header-wrap .header-top .header-top-left .contact-item a,
  .header-wrap .header-top .header-top-right .select-lang .navbar-language .dropdown-toggle {
    font-size: 14px !important; }

  .header-wrap.sticky.style1 {
    margin-top: -149px; }
  .header-wrap .header-top {
    padding: 15px 0; }
    .header-wrap .header-top .header-top-left {
      margin-bottom: 10px; }
      .header-wrap .header-top .header-top-left .contact-info {
        width: 100%; }
        .header-wrap .header-top .header-top-left .contact-info li {
          display: block;
          width: 100%;
          text-align: center;
          margin-bottom: 5px; }
          .header-wrap .header-top .header-top-left .contact-info li:last-child {
            margin-bottom: 0; }
    .header-wrap .header-top .header-top-right {
      justify-content: center; }
      .header-wrap .header-top .header-top-right .select-lang i {
        top: 4px; } }
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .header-wrap .navbar .navbar-nav .nav-item {
    margin: 0 7px !important; }

  .header-wrap .navbar .navbar-nav .nav-item a {
    font-size: 15px !important; } }
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .header-wrap .header-top {
    padding: 12px 0; }
    .header-wrap .header-top .header-top-left {
      margin-bottom: 10px; }
    .header-wrap .header-top .header-top-left,
    .header-wrap .header-top .header-top-right {
      justify-content: center; }
  .header-wrap.sticky.style1 {
    margin-top: -85px; } }
@media only screen and (max-width: 991px) {
  .header-wrap .header-top .header-top-left .contact-item {
    width: 100%;
    margin: 0 0 15px; }

  .header-wrap .header-top .header-top-left .contact-item p,
  .header-wrap .header-top .header-top-left .contact-item a {
    color: #000;
    font-size: 14px;
    font-weight: 400; }

  .header-wrap .header-bottom .container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; }
  .header-wrap .header-bottom .navbar .navbar-collapse {
    -webkit-box-align: start;
    -ms-flex-align: start;
    -ms-grid-row-align: flex-start;
    align-items: flex-start; }
  .header-wrap .header-bottom .navbar .navbar-nav {
    width: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column; }
    .header-wrap .header-bottom .navbar .navbar-nav .nav-item {
      position: relative; }
      .header-wrap .header-bottom .navbar .navbar-nav .nav-item .menu-expand {
        position: absolute;
        right: 0;
        top: 14px;
        cursor: pointer; }
        .header-wrap .header-bottom .navbar .navbar-nav .nav-item .menu-expand i {
          color: #000;
          font-size: 18px;
          line-height: 1;
          position: relative;
          top: 7px; }
      .header-wrap .header-bottom .navbar .navbar-nav .nav-item a {
        border-bottom: 1px solid rgba(0, 0, 0, 0.15);
        padding-top: 15px;
        padding-bottom: 15px; }
        .header-wrap .header-bottom .navbar .navbar-nav .nav-item a i {
          display: none; }
        .header-wrap .header-bottom .navbar .navbar-nav .nav-item a.active {
          color: #004A98; }
        .header-wrap .header-bottom .navbar .navbar-nav .nav-item a.btn {
          display: inline-block;
          padding: 10px 30px 10px;
          color: #fff;
          margin-top: 15px;
          font-weight: 500;
          font-size: 14px; }
          .header-wrap .header-bottom .navbar .navbar-nav .nav-item a.btn i {
            display: inline-block;
            top: 6px; }
      .header-wrap .header-bottom .navbar .navbar-nav .nav-item .dropdown-menu {
        width: 100%;
        background-color: #fff;
        border: none;
        padding: 0; }
        .header-wrap .header-bottom .navbar .navbar-nav .nav-item .dropdown-menu li a {
          font-size: 14px;
          padding-left: 10px;
          margin-left: 10px; }
          .header-wrap .header-bottom .navbar .navbar-nav .nav-item .dropdown-menu li a.active {
            color: #004A98; }
        .header-wrap .header-bottom .navbar .navbar-nav .nav-item .dropdown-menu .nav-item .dropdown-menu {
          margin-left: 20px; }
  .header-wrap .header-bottom .user-login span {
    position: relative;
    top: -3px; }
    .header-wrap .header-bottom .user-login span i {
      font-size: 20px; }

  .mobile-bar-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    text-align: right;
    position: relative;
    top: 4px; }

  .menu-close {
    position: absolute;
    top: 13px;
    right: 16px; }
    .menu-close i {
      color: #000;
      font-size: 25px; }

  .mobile-menu {
    text-align: right;
    margin-left: 20px; }
    .mobile-menu a {
      width: 38px;
      height: 38px;
      border-radius: 62% 38% 46% 54% / 60% 63% 37% 40%;
      text-align: center;
      background-color: #004A98;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center; }
      .mobile-menu a i {
        font-size: 22px;
        color: #fff;
        margin: 0 auto; }

  .mobile-menu {
    display: inline-block;
    position: relative;
    top: -5px; }

  .mobile-top-bar {
    display: inline-block;
    margin-right: 6px;
    cursor: pointer;
    position: relative;
    top: 0px; }
    .mobile-top-bar span {
      display: block;
      width: 20px;
      height: 2px;
      background-color: #000;
      border-radius: 20px;
      margin: 5.9px 0; }
      .mobile-top-bar span:nth-child(1) {
        margin-top: 0; }
      .mobile-top-bar span:nth-child(2) {
        width: 12px;
        margin-left: 8px; }

  .main-menu-wrap {
    width: 100%;
    position: fixed;
    background: #fff;
    z-index: 999;
    top: 0;
    height: 100vh;
    transition: 0.5s;
    left: -100%;
    padding: 55px 20px 30px;
    overflow-y: auto;
    -webkit-transition: 0.4s;
    transition: 0.4s; }
    .main-menu-wrap.open {
      left: 0; }

  .main-menu > li.has-children.menu-open > span.menu-expand {
    transform: rotate(180deg); }
    .main-menu > li.has-children.menu-open > span.menu-expand i {
      color: #000; }
  .main-menu > li > ul > li.has-children.menu-open > span.menu-expand {
    transform: rotate(180deg); }
  .main-menu li {
    position: relative; }
    .main-menu li:last-child {
      margin: 0; }
    .main-menu li > span.menu-expand {
      position: absolute;
      right: 0;
      top: 13px;
      cursor: pointer; }
      .main-menu li > span.menu-expand i {
        color: #000;
        font-size: 18px; }
      .main-menu li > span.menu-expand:hover {
        color: #000; }
    .main-menu li a.active {
      color: #004A98; }
    .main-menu li > a {
      font-size: 14px;
      font-weight: 400;
      color: #000;
      text-transform: capitalize;
      display: block;
      padding: 12px 0;
      border-bottom: 1px solid rgba(0, 0, 0, 0.3); }
      .main-menu li > a:hover {
        color: #000; }
    .main-menu li > ul.sub-menu {
      padding-left: 20px; }

  .header-wrap .header-bottom .main-menu-wrap #menu > ul > li > a::after {
    display: none; }

  .main-menu li a.active {
    font-weight: 600;
    color: #000;
    border-color: rgba(0, 0, 0, 0.3); } }
@media only screen and (min-width: 992px) {
  .menu-expand i {
    display: none; }

  .header-wrap.sticky.style1 {
    margin-top: -47px; }
  .header-wrap .navbar {
    padding: 0; }
    .header-wrap .navbar .navbar-brand {
      padding: 0 20px 0 0; }
    .header-wrap .navbar ul {
      padding-left: 0;
      list-style-type: none;
      margin-bottom: 0; }
    .header-wrap .navbar .navbar-nav {
      margin-left: auto; }
      .header-wrap .navbar .navbar-nav .nav-item {
        position: relative;
        margin: 0 10px; }
        .header-wrap .navbar .navbar-nav .nav-item.first-child {
          margin-left: 0; }
        .header-wrap .navbar .navbar-nav .nav-item a {
          color: #000;
          font-weight: 500;
          padding: 30px 0;
          -webkit-transition: 0.4s;
          transition: 0.4s;
          position: relative; }
          .header-wrap .navbar .navbar-nav .nav-item a:hover, .header-wrap .navbar .navbar-nav .nav-item a:focus, .header-wrap .navbar .navbar-nav .nav-item a.active {
            color: #004A98; }
          .header-wrap .navbar .navbar-nav .nav-item a i {
            font-size: 16px;
            line-height: 1;
            position: relative;
            top: 4px;
            display: inline-block;
            margin-left: -3px;
            -webkit-transition: 0.4s;
            transition: 0.4s; }
          .header-wrap .navbar .navbar-nav .nav-item a:hover i {
            -webkit-transform: rotate(180deg);
            -moz-transform: rotate(180deg);
            transform: rotate(180deg); }
        .header-wrap .navbar .navbar-nav .nav-item .dropdown-menu {
          display: block !important;
          border: none;
          top: 85px;
          left: -23px;
          z-index: 99;
          opacity: 0;
          width: 250px;
          display: block;
          border-radius: 0;
          padding: 12px 0;
          position: absolute;
          visibility: hidden;
          -webkit-box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.1);
          box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.1);
          -webkit-transition: 0.3s;
          transition: 0.3s;
          -webkit-transform: rotateX(-75deg);
          -moz-transform: rotateX(-75deg);
          transform: rotateX(-75deg);
          -webkit-transition: 0.5s;
          transition: 0.5s;
          -webkit-transform-style: preserve-3d;
          transform-style: preserve-3d;
          -webkit-transform-origin: 0% 0%;
          transform-origin: 0% 0%; }
          .header-wrap .navbar .navbar-nav .nav-item .dropdown-menu li {
            margin: 0; }
            .header-wrap .navbar .navbar-nav .nav-item .dropdown-menu li a {
              padding: 10px 20px;
              position: relative;
              display: block;
              font-weight: 500;
              -webkit-transition: 0.3s;
              transition: 0.3s; }
              .header-wrap .navbar .navbar-nav .nav-item .dropdown-menu li a:before {
                position: absolute;
                top: 50%;
                left: 20px;
                content: "";
                width: 2px;
                height: 0%;
                background-color: #004A98;
                visibility: hidden;
                opacity: 0;
                -webkit-transform: translateY(-50%);
                -moz-transform: translateY(-50%);
                transform: translateY(-50%);
                -webkit-transition: 0.4s;
                transition: 0.4s; }
              .header-wrap .navbar .navbar-nav .nav-item .dropdown-menu li a.active, .header-wrap .navbar .navbar-nav .nav-item .dropdown-menu li a:hover {
                color: #004A98; }
                .header-wrap .navbar .navbar-nav .nav-item .dropdown-menu li a.active:before, .header-wrap .navbar .navbar-nav .nav-item .dropdown-menu li a:hover:before {
                  height: 16px;
                  visibility: visible;
                  opacity: 1; }
              .header-wrap .navbar .navbar-nav .nav-item .dropdown-menu li a.active, .header-wrap .navbar .navbar-nav .nav-item .dropdown-menu li a:hover {
                padding-left: 30px; }
              .header-wrap .navbar .navbar-nav .nav-item .dropdown-menu li a:hover, .header-wrap .navbar .navbar-nav .nav-item .dropdown-menu li a:focus, .header-wrap .navbar .navbar-nav .nav-item .dropdown-menu li a.active {
                width: 100%;
                right: auto;
                left: 0; }
              .header-wrap .navbar .navbar-nav .nav-item .dropdown-menu li a i {
                margin: 0;
                position: absolute;
                top: 55%;
                font-size: 16px;
                line-height: 1;
                -webkit-transform: translateY(-50%);
                -moz-transform: translateY(-50%);
                transform: translateY(-50%);
                right: 15px; }
            .header-wrap .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu {
              top: 0;
              opacity: 0;
              left: -250px;
              right: auto;
              visibility: hidden; }
            .header-wrap .navbar .navbar-nav .nav-item .dropdown-menu li:hover .dropdown-menu {
              opacity: 1;
              visibility: visible; }
        .header-wrap .navbar .navbar-nav .nav-item:hover .dropdown-menu {
          opacity: 1;
          visibility: visible;
          -webkit-transform: rotatex(0deg);
          -moz-transform: rotatex(0deg);
          transform: rotatex(0deg); }
    .header-wrap .navbar .other-options {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center; }
      .header-wrap .navbar .other-options .option-item {
        margin: 0 0 0 30px; } }
@media only screen and (min-width: 1400px) {
  .header-wrap .navbar .navbar-nav .nav-item {
    margin: 0 15px; }
    .header-wrap .navbar .navbar-nav .nav-item a {
      font-size: 17px; } }
@media only screen and (min-width: 1600px) {
  .header-wrap .container {
    max-width: 1520px; } }
/*---------------------------------
       Breadcrumb CSS 
-----------------------------------*/
.content-wrapper {
  margin-top: 130px; }

.br-1 {
  background-image: url(../img/about/about-us9.jpg); }


.br-2 {
  background-image: url(../img/team/team.jpg); }

.br-3 {
  background-image: url(../img/currancy/currancy-converter1.jpg); }

.br-4 {
  background-image: url(../img/currancy/chart-1.jpg); }

.br-5 {
  background-image: url(../img/currancy/send-money.jpg); }

.br-6 {
  background-image: url(../img/currancy/alert.jpg); }

.br-7 {
  background-image: url(../img/services/services.jpg); }

.br-8 {
  background-image: url(../img/register/register1.jpg); }

.br-9 {
  background-image: url(../img/privacy-policy/privacy-policy1.jpg); }

.br-10 {
  background-image: url(../img/about/app1.jpg); }


.breadcrumb-wrap {
  position: relative;
  width: 100%;
  height: 100%;
  padding: 120px 0;
  overflow: hidden; }
  .breadcrumb-wrap:after {
    position: absolute;
    top: 0;
    left: 0;
    content: "";
    width: 100%;
    height: 100%;
    /*background-color: #000;*/
    background-color: #0006;
    opacity: 0.8; }

.breadcrumb-title {
  position: relative;
  z-index: 1;
  width: 100%;
  text-align: center; }
  .breadcrumb-title h2 {
    font-size: 40px;
    font-weight: 700;
    color: #fff;
    margin: 0 0 15px; }
  .breadcrumb-title .breadcrumb-menu {
    text-align: center; }
    .breadcrumb-title .breadcrumb-menu li {
      display: inline-block;
      margin: 0 10px;
      position: relative;
      color: #fff;
      font-weight: 500; }
      .breadcrumb-title .breadcrumb-menu li:after {
        position: absolute;
        top: 10px;
        right: -13px;
        content: "";
        width: 6px;
        height: 6px;
        border-radius: 50%;
        font-size: 16px;
        background-color: #004A98; }
      .breadcrumb-title .breadcrumb-menu li:first-child {
        margin-left: 0; }
        .breadcrumb-title .breadcrumb-menu li:first-child a {
          padding-left: 0; }
      .breadcrumb-title .breadcrumb-menu li:last-child {
        margin-right: 0;
        color: #004A98; }
        .breadcrumb-title .breadcrumb-menu li:last-child:after {
          display: none; }
      .breadcrumb-title .breadcrumb-menu li a {
        font-size: 16px;
        line-height: 22px;
        display: inline-block;
        padding: 0px 5px;
        transition: 0.3s;
        -webkit-transition: 0.3s;
        position: relative;
        color: #fff; }
        .breadcrumb-title .breadcrumb-menu li a:hover {
          color: #004A98; }
      .breadcrumb-title .breadcrumb-menu li:last-child a:after {
        display: none; }

.breadcrumb-img img {
  display: block;
  margin-left: auto; }

.content-feature-list {
  margin: 0 0 28px 0; }
  .content-feature-list li {
    position: relative;
    padding-left: 25px;
    margin: 0 0 18px; }
    .content-feature-list li:last-child {
      margin-bottom: 0; }
    .content-feature-list li i {
      position: absolute;
      top: 6px;
      left: 0;
      color: #004A98;
      font-size: 15px;
      line-height: 0.8; }
  
/*---------------------------------------
        Sign In CSS
 ----------------------------------------*/
.login-form-wrap {
  padding: 30px;
  box-shadow: 0 0 25px rgba(0, 0, 0, 0.07); }
  .login-form-wrap .login-header {
    margin-top: -2px; }
    .login-form-wrap .login-header h3 {
      font-size: 28px;
      font-weight: 600;
      line-height: 1;
      margin-bottom: 10px;
      padding-bottom: 15px;
      position: relative; }
      .login-form-wrap .login-header h3:after {
        position: absolute;
        bottom: 0;
        left: 0;
        content: "";
        width: 60px;
        height: 3px;
        background-color: #004A98; }
    .login-form-wrap .login-header span {
      color: #fff; }
  .login-form-wrap .login-body .form-group {
    margin: 0 0 20px; }
    .login-form-wrap .login-body .form-group label {
      font-size: 16px;
      color: #666666;
      margin: 0 0 10px;
      display: block; }
    .login-form-wrap .login-body .form-group input {
      border-radius: 5px;
      background: #fff;
      border: none;
      width: 100%;
      height: 54px;
      padding: 10px 15px;
      border: 1px solid rgba(0, 0, 0, 0.1); }
      .login-form-wrap .login-body .form-group input:focus {
        border: 1px solid rgba(0, 0, 0, 0.3); }
  .login-form-wrap .login-body .btn {
    border-radius: 4px; }
  .login-form-wrap .login-body .form_group label {
    font-size: 16px; }
  .login-form-wrap .link.style1 {
    color: #004A98; }

/*---------------------------
        Sidebar CSS
 ---------------------------*/
.sidebar .sidebar-widget {
  margin: 0 0 30px;
  background-color: #f9f9f9;
  position: relative;
  z-index: 1;
  padding: 25px; }
  .sidebar .sidebar-widget h4 {
    margin: 0 0 25px;
    font-size: 20px;
    position: relative;
    line-height: 1;
    position: relative;
    padding-bottom: 20px; }
    .sidebar .sidebar-widget h4:after {
      position: absolute;
      bottom: 0px;
      left: 0;
      width: 40%;
      height: 1px;
      content: "";
      background: #004A98;
      -webkit-transition: 0.4s;
      transition: 0.4s; }
  .sidebar .sidebar-widget:last-child {
    margin: 0; }

/*-------------------------------
       Search Box Widget CSS
-------------------------------*/
.search-box {
  position: relative; }
  .search-box .form-group {
    position: relative; }
    .search-box .form-group input {
      width: 100%;
      height: 54px;
      background: #fff;
      border: 1px solid #F3F4F6;
      color: #000;
      font-size: 15px;
      line-height: 21px;
      padding: 10px 60px 10px 20px;
      border-radius: 5px; }
      .search-box .form-group input:focus {
        border-color: #888888; }
    .search-box .form-group button {
      position: absolute;
      top: 0;
      right: 0;
      padding: 0 18px;
      height: 100%;
      border: none;
      border-radius: 0 5px 5px 0;
      text-align: center;
      background: #004A98; }
      .search-box .form-group button i {
        color: #fff;
        top: 0px;
        left: 1px;
        font-size: 20px;
        position: relative; }

/*-------------------------------
     Category Widget CSS
-------------------------------*/
.category-box li {
  position: relative; }
  .category-box li:first-child a {
    padding-top: 0; }
    .category-box li:first-child a i {
      top: 7px; }
  .category-box li:last-child a {
    border-bottom: none;
    padding-bottom: 0; }
  .category-box li a {
    color: #252525;
    font-weight: 500;
    padding: 8px 10px 8px 22px;
    display: block;
    font-size: 18px;
    -webkit-transition: 0.4s;
    transition: 0.4s; }
    .category-box li a i {
      position: absolute;
      top: 16px;
      left: 0;
      font-size: 15px;
      line-height: 0.8;
      color: #666666;
      -webkit-transition: 0.4s;
      transition: 0.4s; }
    .category-box li a span {
      float: right;
      font-weight: 400;
      opacity: 0.5;
      margin-left: 4px;
      font-size: 16px;
      color: #666666; }
    .category-box li a:hover {
      color: #004A98;
      padding-left: 28px; }
      .category-box li a:hover i {
        color: #004A98; }

/*-------------------------------
     Taglist Widget CSS
-------------------------------*/
.tag-list {
  margin-top: -12px; }
  .tag-list li {
    display: inline-block;
    margin: 12px 8px 0px 0px; }
    .tag-list li a {
      display: inline-block;
      font-size: 14px;
      line-height: 16px;
      padding: 10px 15px;
      color: #666666;
      background-color: #fff;
      -webkit-transition: 0.3s;
      transition: 0.3s;
      border-radius: 4px; }
      .tag-list li a:hover {
        background-color: #004A98;
        color: #fff;
        border-color: transparent; }
  .tag-list.style2 li a {
    background-color: transparent;
    border: none;
    padding: 0; }
    .tag-list.style2 li a:hover {
      background-color: transparent;
      color: #004A98; }

/*-------------------------------
    Popular post Widget CSS
-------------------------------*/
.pp-post-item {
  margin: 0 0 20px; }
  .pp-post-item .pp-post-img {
    width: 85px;
    border-radius: 4px; }
    .pp-post-item .pp-post-img img {
      border-radius: 4px; }
  .pp-post-item .pp-post-info {
    width: calc(100% - 100px);
    margin-left: 15px;
    margin-top: 2px; }
    .pp-post-item .pp-post-info h6 {
      font-size: 16px;
      line-height: 1.5;
      font-weight: 700;
      margin-bottom: 0; }
      .pp-post-item .pp-post-info h6 a {
        color: #252525; }
    .pp-post-item .pp-post-info span {
      font-size: 14px;
      line-height: 1;
      display: block;
      position: relative;
      padding-left: 22px;
      color: #888888;
      margin-bottom: 12px; }
      .pp-post-item .pp-post-info span i {
        position: absolute;
        top: 2px;
        left: 0;
        font-size: 13px;
        line-height: 0.8;
        color: #004A98; }
  .pp-post-item:last-child {
    margin: 0; }
  .pp-post-item:hover .pp-post-info h6 a {
    color: #004A98; }

/*-------------------------------
    Hero  Section CSS
-------------------------------*/
.hero-wrap .hero-content span {
  display: block;
  margin-bottom: 10px;
  color: #004A98; }
.hero-wrap .hero-content h1 {
  font-size: 54px;
  line-height: 1.3;
  margin-bottom: 20px; }
.hero-wrap .hero-content p {
  margin-bottom: 40px; }
.hero-wrap .hero-content .hero-btn a:nth-child(1) {
  margin-right: 15px; }
.hero-wrap.style1 {
  margin-top: 130px;
  padding: 50px 0 0;
  background-color: #F2FAFC; }
  .hero-wrap.style1 .container {
    position: relative; }
    .hero-wrap.style1 .container .hero-shape-one {
      position: absolute;
      top: -50px;
      left: 30%; }
    .hero-wrap.style1 .container .hero-shape-one-2 {
      position: absolute;
      bottom: 50px;
      left: 5%; }
    .hero-wrap.style1 .container .hero-shape-two {
      position: absolute;
      bottom: 0;
      left: 30%; }
    .hero-wrap.style1 .container .hero-shape-three {
      position: absolute;
      top: 0px;
      right: 0%; }
  .hero-wrap.style1 .hero-content {
    padding-bottom: 40px; }
    .hero-wrap.style1 .hero-content span {
      letter-spacing: 4px; }
  .hero-wrap.style1 .hero-currency-convert {
    position: relative; }
    .hero-wrap.style1 .hero-currency-convert .currency-converter-wrap {
      background-color: #fff;
      padding: 25px 30px 30px;
      display: inline-block;
      min-width: 360px;
      position: absolute;
      border-radius: 5px;
      top: 50%;
      -webkit-transform: translateY(-50%);
      -moz-transform: translateY(-50%);
      transform: translateY(-50%);
      z-index: 10; }
      .hero-wrap.style1 .hero-currency-convert .currency-converter-wrap h5 {
        margin-bottom: 15px; }
      .hero-wrap.style1 .hero-currency-convert .currency-converter-wrap .form-group {
        margin-bottom: 15px; }
        .hero-wrap.style1 .hero-currency-convert .currency-converter-wrap .form-group label {
          display: block;
          margin: 0 0 10px;
          color: #000;
          font-weight: 400; }
        .hero-wrap.style1 .hero-currency-convert .currency-converter-wrap .form-group input,
        .hero-wrap.style1 .hero-currency-convert .currency-converter-wrap .form-group select {
          width: 100%;
          height: 48px;
          border-radius: 5px;
          border: 1px solid rgba(0, 0, 0, 0.2);
          background-color: transparent;
          padding: 10px 15px; }
        .hero-wrap.style1 .hero-currency-convert .currency-converter-wrap .form-group input::placeholder {
          opacity: 0.7; }
        .hero-wrap.style1 .hero-currency-convert .currency-converter-wrap .form-group select {
          opacity: 0.7; }
      .hero-wrap.style1 .hero-currency-convert .currency-converter-wrap button {
        display: block;
        background-color: #004A98;
        width: 100%;
        text-align: center;
        color: #fff;
        border: none;
        padding: 14px 15px;
        border-radius: 5px;
        margin-top: 20px; }
    .hero-wrap.style1 .hero-currency-convert .hero-currency-img {
      max-width: 75%;
      margin-left: auto;
      position: relative;
      z-index: 1;
      padding: 0 50px;
      overflow: hidden; }
      .hero-wrap.style1 .hero-currency-convert .hero-currency-img img {
        display: block;
        margin: 0 auto; }
      .hero-wrap.style1 .hero-currency-convert .hero-currency-img:after {
        position: absolute;
        top: -150px;
        left: 0;
        content: "";
        width: 200vw;
        height: 200vh;
        background-color: #004A98;
        -webkit-transform: rotate(-20deg);
        -moz-transform: rotate(-20deg);
        transform: rotate(-20deg);
        z-index: -1; }
.hero-wrap.style2 {
  background-color: #FAFAFC;
  padding: 100px 0;
  margin-top: 85px;
  z-index: 1;
  position: relative; }
  .hero-wrap.style2 .hero-shape {
    height: 100%;
    width: 100%;
    z-index: -1;
    position: absolute; }
  .hero-wrap.style2 .container {
    position: relative; }
    .hero-wrap.style2 .container .hero-shape-one {
      position: absolute;
      top: 30px;
      left: 30%; }
    .hero-wrap.style2 .container .hero-shape-two {
      position: absolute;
      bottom: 50px;
      left: 30%; }
    .hero-wrap.style2 .container .hero-shape-three {
      position: absolute;
      top: 10px;
      right: 10%;
      z-index: 10; }
  .hero-wrap.style2 .hero-content > span {
    letter-spacing: 4px; }
  .hero-wrap.style2 .hero-content .play-video .play-now {
    background-color: #004A98; }
    .hero-wrap.style2 .hero-content .play-video .play-now i {
      color: #fff; }
  .hero-wrap.style2 .hero-content .hero-contact {
    margin-top: 55px;
    max-width: 80%; }
    .hero-wrap.style2 .hero-content .hero-contact .hero-contact-img {
      margin-left: 15px; }
      .hero-wrap.style2 .hero-content .hero-contact .hero-contact-img a {
        display: inline-block;
        margin-left: -15px;
        width: 55px;
        height: 55px;
        border-radius: 50%; }
        .hero-wrap.style2 .hero-content .hero-contact .hero-contact-img a img {
          border-radius: 50%;
          border: 3px solid #fff; }
    .hero-wrap.style2 .hero-content .hero-contact .hero-contact-text {
      width: 55%;
      margin-left: 25px; }
      .hero-wrap.style2 .hero-content .hero-contact .hero-contact-text p {
        margin: 0;
        padding: 0; }
        .hero-wrap.style2 .hero-content .hero-contact .hero-contact-text p .link {
          text-decoration: underline; }
  .hero-wrap.style2 .hero-img-wrap {
    position: relative; }
    .hero-wrap.style2 .hero-img-wrap .hero-promo-text {
      position: absolute;
      bottom: 100px;
      left: 40%;
      -webkit-transform: trasnlateX(-50%);
      -moz-transform: trasnlateX(-50%);
      transform: trasnlateX(-50%);
      background-color: #fff;
      padding: 20px 20px 20px 25px;
      border-radius: 5px;
      z-index: 2; }
      .hero-wrap.style2 .hero-img-wrap .hero-promo-text span {
        margin-right: 15px; }
        .hero-wrap.style2 .hero-img-wrap .hero-promo-text span i {
          color: #004A98;
          font-size: 52px;
          line-height: 0.8; }
      .hero-wrap.style2 .hero-img-wrap .hero-promo-text h6 {
        font-size: 24px;
        font-weight: 600;
        font-family: "Roboto", sans-serif;
        margin: 0; }
        .hero-wrap.style2 .hero-img-wrap .hero-promo-text h6 span {
          display: block;
          color: #666666;
          font-weight: 400;
          font-size: 16px; }
    .hero-wrap.style2 .hero-img-wrap .hero-img-one,
    .hero-wrap.style2 .hero-img-wrap .hero-img-two {
      position: relative;
      width: calc(50% - 15px);
      z-index: 1; }
      .hero-wrap.style2 .hero-img-wrap .hero-img-one:before,
      .hero-wrap.style2 .hero-img-wrap .hero-img-two:before {
        position: absolute;
        width: 0;
        height: 0;
        content: "";
        z-index: 1;
        top: -7px;
        left: -5px;
        border-top: 38px solid #FAFAFC;
        border-left: 38px solid #FAFAFC;
        border-right: 38px solid transparent;
        border-bottom: 38px solid transparent;
        -webkit-transform: rotate(10deg);
        transform: rotate(10deg); }
    .hero-wrap.style2 .hero-img-wrap .hero-img-two {
      margin-top: 80px; }
.hero-wrap.style2 .hero-content .hero-btn .play-video, .hero-wrap.style3 .hero-content .hero-btn .play-video {
  display: inline-block; }
  .hero-wrap.style2 .hero-content .hero-btn .play-video span, .hero-wrap.style3 .hero-content .hero-btn .play-video span {
    display: inline-block;
    margin-bottom: 0; }
    .hero-wrap.style2 .hero-content .hero-btn .play-video span.link-text, .hero-wrap.style3 .hero-content .hero-btn .play-video span.link-text {
      position: relative;
      top: -6px;
      color: #666666; }
  .hero-wrap.style2 .hero-content .hero-btn .play-video .play-now, .hero-wrap.style3 .hero-content .hero-btn .play-video .play-now {
    width: 56px;
    height: 56px;
    border-radius: 50%;
    line-height: 30px;
    margin: 0 7px 0 0;
    padding: 0;
    display: inline-flex;
    flex-direction: column;
    justify-content: center; }
    .hero-wrap.style2 .hero-content .hero-btn .play-video .play-now i, .hero-wrap.style3 .hero-content .hero-btn .play-video .play-now i {
      font-size: 26px; }
.hero-wrap.style3 {
  margin-top: 134px;
  padding: 100px 0 80px;
  background-color: #FAFAFC; }
  .hero-wrap.style3 .container {
    position: relative; }
    .hero-wrap.style3 .container .hero-shape-one {
      position: absolute;
      bottom: 60px;
      right: 5%; }
    .hero-wrap.style3 .container .hero-shape-two {
      position: absolute;
      bottom: 20px;
      left: 30%; }
    .hero-wrap.style3 .container .hero-shape-three {
      position: absolute;
      top: 10px;
      left: 50%;
      -webkit-transform: translateX(-50%);
      -moz-transform: translateX(-50%);
      transform: translateX(-50%); }
  .hero-wrap.style3 .hero-content .play-video .play-now {
    background-color: #fff;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1); }
    .hero-wrap.style3 .hero-content .play-video .play-now i {
      color: #004A98; }
  .hero-wrap.style3 .hero-img-wrap .hero-img {
    margin-bottom: 25px;
    border-radius: 5px; }
    .hero-wrap.style3 .hero-img-wrap .hero-img img {
      border-radius: 5px; }

/*-------------------------------
    About  Section CSS
-------------------------------*/
.about-wrap .about-content .content-title {
  margin-bottom: 30px; }
.about-wrap .about-content .feature-item-wrap {
  margin-bottom: 35px; }
.about-wrap.style1 .about-img-wrap {
  position: relative;
  z-index: 1; }
  .about-wrap.style1 .about-img-wrap .about-shape-one {
    position: absolute;
    bottom: -20px;
    left: -20px;
    z-index: -1; }
  .about-wrap.style1 .about-img-wrap .about-shape-two {
    position: absolute;
    top: -20px;
    left: 50%;
    -webkit-transform: trasnlateX(-50%);
    -moz-transform: trasnlateX(-50%);
    transform: trasnlateX(-50%); }
  .about-wrap.style1 .about-img-wrap .about-img {
    margin-bottom: 25px;
    border-radius: 5px; }
    .about-wrap.style1 .about-img-wrap .about-img img {
      border-radius: 5px; }
    .about-wrap.style1 .about-img-wrap .about-img:last-child {
      margin-bottom: 0; }
.about-wrap.style1 .about-content .feature-item-wrap {
  margin-bottom: 35px; }
  .about-wrap.style1 .about-content .feature-item-wrap .feature-item .feature-icon {
    background: rgba(0, 167, 157, 0.1);
    border-radius: 62% 38% 46% 54% / 60% 63% 37% 40%;
    box-shadow: none;
    height: 60px; }
    .about-wrap.style1 .about-content .feature-item-wrap .feature-item .feature-icon i {
      color: #004A98; }
  .about-wrap.style1 .about-content .feature-item-wrap .feature-item:hover .feature-icon i {
    color: #fff; }
.about-wrap.style2 .about-img-wrap {
  position: relative; }
  .about-wrap.style2 .about-img-wrap .about-shape-one {
    position: absolute;
    top: 115px;
    left: 60px;
    z-index: -1; }
  .about-wrap.style2 .about-img-wrap .about-img-one {
    position: relative; }
    .about-wrap.style2 .about-img-wrap .about-img-one img {
      margin-left: auto;
      display: block; }
  .about-wrap.style2 .about-img-wrap .about-img-two {
    border: 5px solid #fff;
    position: absolute;
    top: 50%;
    left: 0;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index: 1;
    max-width: 300px; }
  .about-wrap.style2 .about-img-wrap .about-img-one:before,
  .about-wrap.style2 .about-img-wrap .about-img-two:before {
    position: absolute;
    width: 0;
    height: 0;
    content: "";
    z-index: 1;
    top: -7px;
    left: -5px;
    border-top: 30px solid #fff;
    border-left: 30px solid #fff;
    border-right: 30px solid transparent;
    border-bottom: 30px solid transparent;
    -webkit-transform: rotate(10deg);
    transform: rotate(10deg); }
.about-wrap.style2 .about-content .feature-item-wrap .feature-icon {
  border-radius: 0; }
.about-wrap.style3 .about-img-wrap {
  position: relative;
  z-index: 1; }
  .about-wrap.style3 .about-img-wrap .about-shape-one {
    position: absolute;
    top: -20px;
    left: -20px;
    z-index: -1; }
  .about-wrap.style3 .about-img-wrap .about-shape-two {
    position: absolute;
    top: -20px;
    right: -20px;
    z-index: -1; }
  .about-wrap.style3 .about-img-wrap .about-shape-three {
    position: absolute;
    bottom: -20px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    transform: translateX(-50%); }
  .about-wrap.style3 .about-img-wrap .about-img-one {
    position: relative; }
    .about-wrap.style3 .about-img-wrap .about-img-one img {
      margin-left: auto;
      display: block; }
.about-wrap.style3 .about-content .feature-item-wrap .feature-item .feature-icon {
  background: #fff;
  border-radius: 62% 38% 46% 54% / 60% 63% 37% 40%;
  height: 65px; }
  .about-wrap.style3 .about-content .feature-item-wrap .feature-item .feature-icon i {
    color: #004A98; }
.about-wrap.style3 .about-content .feature-item-wrap .feature-item:hover .feature-icon i {
  color: #fff; }

.partner-item {
  padding: 0 20px;
  opacity: 0.4;
  -webkit-transition: 0.4s;
  transition: 0.4s; }
  .partner-item:hover {
    opacity: 1; }
  .partner-item img {
    display: block;
    margin: 0 auto;
    max-width: 120px; }

.currency-card {
  margin-bottom: 25px;
  background-color: #fff;
  box-shadow: 0 0 25px rgba(0, 0, 0, 0.07);
  padding: 22px;
  position: relative;
  z-index: 1; }
  .currency-card:after {
    position: absolute;
    bottom: 0;
    left: 0;
    content: "";
    width: 100%;
    height: 0;
    background-color: #004A98;
    -webkit-transition: 0.4s;
    transition: 0.4s;
    visibility: hidden;
    opacity: 0;
    z-index: -1; }
  .currency-card.style2 {
    align-items: center; }
    .currency-card.style2 .currency-info {
      position: relative;
      top: 2px; }
      .currency-card.style2 .currency-info h3 {
        font-size: 22px;
        margin: 0; }
        .currency-card.style2 .currency-info h3 a {
          display: block;
          width: 100%; }
          .currency-card.style2 .currency-info h3 a i {
            float: right;
            font-size: 22px;
            position: relative;
            top: 2px; }
    .currency-card.style2:hover .currency-info h3 a {
      color: #fff; }
  .currency-card .currency-flag {
    width: 50px;
    position: relative;
    top: 4px; }
  .currency-card .currency-info {
    width: calc(100% - 70px);
    margin-left: 20px; }
    .currency-card .currency-info h3 {
      font-size: 22px;
      margin: 0 0 10px;
      -webkit-transition: 0.4s;
      transition: 0.4s; }
    .currency-card .currency-info p {
      margin: 0;
      -webkit-transition: 0.4s;
      transition: 0.4s; }
  .currency-card:hover:after {
    visibility: visible;
    opacity: 1;
    height: 100%; }
  .currency-card:hover .currency-info h3 {
    color: #fff; }
  .currency-card:hover .currency-info p {
    color: rgba(255, 255, 255, 0.8); }

.feature-item-wrap .feature-item {
  margin-bottom: 25px; }
  .feature-item-wrap .feature-item:last-child {
    margin-bottom: 0; }
  .feature-item-wrap .feature-item .feature-icon {
    width: 65px;
    height: 65px;
    border-radius: 50%;
    position: relative;
    z-index: 1;
    box-shadow: 0px 4px 14px 0px rgba(0, 0, 0, 0.07);
    overflow: hidden;
    background: #fff;
    position: relative;
    top: 3px;
    -webkit-transition: 0.4s;
    transition: 0.4s; }
    .feature-item-wrap .feature-item .feature-icon i {
      font-size: 30px;
      line-height: 0.8;
      margin: 0 auto;
      color: #004A98;
      -webkit-transition: 0.4s;
      transition: 0.4s; }
    .feature-item-wrap .feature-item .feature-icon:after {
      position: absolute;
      bottom: 0;
      left: 0;
      content: "";
      width: 100%;
      height: 0;
      background-color: #004A98;
      -webkit-transition: 0.4s;
      transition: 0.4s;
      visibility: hidden;
      opacity: 0;
      z-index: -1; }
  .feature-item-wrap .feature-item .feature-text {
    width: calc(100% - 90px);
    margin-left: 20px; }
    .feature-item-wrap .feature-item .feature-text h3 {
      font-size: 22px;
      margin: 0 0 10px;
      -webkit-transition: 0.4s;
      transition: 0.4s; }
    .feature-item-wrap .feature-item .feature-text p {
      margin: 0; }
  .feature-item-wrap .feature-item:hover .feature-icon i {
    color: #fff; }
  .feature-item-wrap .feature-item:hover .feature-icon:after {
    height: 100%;
    visibility: visible;
    opacity: 1; }
  .feature-item-wrap .feature-item:hover .feature-text h3 {
    color: #004A98; }

/*-------------------------------
   Exchange Table  Section  CSS
-------------------------------*/
.exchange-table-wrap .exchange-table input[type=checkbox] {
  height: 0;
  width: 0;
  visibility: hidden; }
.exchange-table-wrap .exchange-table label {
  cursor: pointer;
  text-indent: -9999px;
  width: 45px;
  height: 24px;
  background: #fff;
  display: block;
  border-radius: 50px;
  position: relative; }
  .exchange-table-wrap .exchange-table label:after {
    content: '';
    position: absolute;
    top: 3px;
    left: 3px;
    width: 18px;
    height: 18px;
    background: #004A98;
    border-radius: 50%;
    transition: 0.3s; }
.exchange-table-wrap .exchange-table input:checked + label:after {
  left: calc(100% - 3px);
  transform: translateX(-100%); }
.exchange-table-wrap .exchange-table label:active:after {
  width: 20px; }
.exchange-table-wrap .exchange-table table {
  margin-bottom: 20px; }
  .exchange-table-wrap .exchange-table table > :not(:first-child) {
    border-top: none; }
  .exchange-table-wrap .exchange-table table thead tr {
    border-radius: 5px;
    vertical-align: middle; }
    .exchange-table-wrap .exchange-table table thead tr th {
      padding: 10px 15px;
      color: #fff;
      font-weight: 600;
      vertical-align: middle;
      background-color: #000;
      text-align: center;
      width: 25%; }
      .exchange-table-wrap .exchange-table table thead tr th:first-child {
        text-align: left;
        border-radius: 5px 0 0 5px; }
      .exchange-table-wrap .exchange-table table thead tr th:last-child {
        text-align: right;
        border-radius: 0 5px 5px 0; }
      .exchange-table-wrap .exchange-table table thead tr th .inverse span {
        color: #fff;
        margin-right: 6px; }
      .exchange-table-wrap .exchange-table table thead tr th .action {
        display: inline-block;
        padding: 6px 21px;
        border-radius: 5px;
        background-color: #004A98; }
        .exchange-table-wrap .exchange-table table thead tr th .action i {
          position: relative;
          top: 2px;
          margin-right: 5px; }
  .exchange-table-wrap .exchange-table table tbody tr {
    vertical-align: middle; }
    .exchange-table-wrap .exchange-table table tbody tr td {
      padding: 15px 15px;
      text-align: center;
      width: 25%; }
      .exchange-table-wrap .exchange-table table tbody tr td:first-child {
        text-align: left; }
      .exchange-table-wrap .exchange-table table tbody tr td:last-child {
        text-align: right; }
      .exchange-table-wrap .exchange-table table tbody tr td span.text-green {
        color: #004A98; }
      .exchange-table-wrap .exchange-table table tbody tr td span.text-red {
        color: #FF3838; }
      .exchange-table-wrap .exchange-table table tbody tr td .country-flag img {
        max-width: 32px;
        margin-right: 10px;
        display: inline-block; }
      .exchange-table-wrap .exchange-table table tbody tr td button {
        padding: 6px 17px; }
        .exchange-table-wrap .exchange-table table tbody tr td button i {
          margin-right: 5px;
          margin-left: 0; }
.exchange-table-wrap .exchange-table.style2 {
  margin-bottom: 25px; }
  .exchange-table-wrap .exchange-table.style2 table thead tr th {
    padding: 15px 20px; }
  .exchange-table-wrap .exchange-table.style2 table tbody tr td {
    padding: 15px 20px; }
    .exchange-table-wrap .exchange-table.style2 table tbody tr td span {
      margin-right: 30px; }
      .exchange-table-wrap .exchange-table.style2 table tbody tr td span i {
        font-size: 25px;
        line-height: 0.4;
        position: relative;
        top: 8px; }
.exchange-table-wrap .add-currency {
  background-color: transparent;
  border: none;
  padding: 0 0 0 14px; }
  .exchange-table-wrap .add-currency span {
    display: inline-block;
    width: 34px;
    height: 34px;
    margin-right: 10px;
    border-radius: 50%;
    text-align: center;
    background-color: #004A98; }
    .exchange-table-wrap .add-currency span i {
      font-size: 20px;
      line-height: 34px;
      color: #fff;
      margin: 0 auto; }
.exchange-table-wrap .update-status {
  margin: 0;
  position: relative;
  padding-left: 20px;
  display: inline-block; }
  .exchange-table-wrap .update-status:before {
    position: absolute;
    top: 9px;
    left: 0;
    content: "";
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background-color: #004A98; }

/*-------------------------------
   Feature  Section  CSS
-------------------------------*/
.feature-card {
  margin-bottom: 25px;
  padding: 20px 25px 20px 25px;
  position: relative;
  z-index: 1; }
  .feature-card:after {
    position: absolute;
    top: 0;
    left: 0;
    width: 0;
    height: 100%;
    content: "";
    background-color: #004A98;
    visibility: hidden;
    opacity: 0;
    z-index: -1;
    border-radius: 8px;
    -webkit-transition: 0.3s;
    transition: 0.3s; }
  .feature-card .feature-icon {
    width: 70px;
    height: 70px;
    border: 1px solid #004A98;
    margin-bottom: 18px;
    text-align: center;
    -webkit-transition: 0.4s;
    transition: 0.4s; }
    .feature-card .feature-icon i {
      color: #004A98;
      display: inline-block;
      font-size: 32px;
      line-height: 0.8;
      -webkit-transition: 0.4s;
      transition: 0.4s; }
  .feature-card h3 {
    font-size: 22px;
    margin: 0 0 10px;
    -webkit-transition: 0.4s;
    transition: 0.4s; }
  .feature-card p {
    margin: 0 0 12px;
    -webkit-transition: 0.4s;
    transition: 0.4s; }
  .feature-card:hover .feature-icon {
    background: #004A98; }
    .feature-card:hover .feature-icon i {
      color: #fff; }
  .feature-card:hover h3 {
    color: #004A98; }
  .feature-card.style1 {
    background-color: #fff;
    position: relative;
    margin-bottom: 25px;
    box-shadow: 0 0 25px rgba(0, 0, 0, 0.1);
    border-radius: 8px; }
    .feature-card.style1:after {
      border-radius: 5px; }
    .feature-card.style1 .feature-icon {
      margin-bottom: 20px;
      border-radius: 62% 38% 46% 54% / 60% 63% 37% 40%;
      background-color: #004A98;
      height: 62px; }
      .feature-card.style1 .feature-icon:after {
        border-radius: 8px; }
      .feature-card.style1 .feature-icon i {
        color: #fff; }
    .feature-card.style1:hover:after {
      visibility: visible;
      opacity: 1;
      width: 100%; }
    .feature-card.style1:hover h3 {
      color: #fff; }
      .feature-card.style1:hover h3 a {
        color: #fff; }
    .feature-card.style1:hover p {
      color: rgba(255, 255, 255, 0.8); }
    .feature-card.style1:hover .link.style1 {
      color: #fff; }
    .feature-card.style1:hover .feature-icon {
      border-radius: 50%;
      background-color: #fff;
      width: 62px; }
      .feature-card.style1:hover .feature-icon i {
        color: #004A98; }
  .feature-card.style2 {
    background-color: #fff;
    position: relative;
    margin-bottom: 25px;
    box-shadow: 0 0 25px rgba(0, 0, 0, 0.1);
    border-radius: 8px;
    padding: 25px; }
    .feature-card.style2 .feature-icon {
      box-shadow: none;
      position: relative;
      border: none; }
      .feature-card.style2 .feature-icon:after {
        display: none; }
      .feature-card.style2 .feature-icon:before {
        position: absolute;
        bottom: 0;
        left: 65%;
        content: "";
        width: 38px;
        height: 38px;
        border-radius: 50%;
        background: rgba(0, 167, 157, 0.15);
        -webkit-transform: translateX(-50%);
        -moz-transform: translateX(-50%);
        transform: translateX(-50%); }
      .feature-card.style2 .feature-icon i {
        font-size: 54px; }
    .feature-card.style2 h3 {
      margin-bottom: 15px; }
    .feature-card.style2 .content-feature-list {
      margin: 0; }
    .feature-card.style2:hover .feature-icon {
      background-color: transparent; }
      .feature-card.style2:hover .feature-icon i {
        color: #004A98; }
  .feature-card.style3 {
    position: relative;
    margin-bottom: 25px;
    box-shadow: 0 0 25px rgba(0, 0, 0, 0.1);
    border-radius: 8px; }
    .feature-card.style3 .feature-title {
      margin-bottom: 15px; }
      .feature-card.style3 .feature-title span {
        position: relative;
        width: 50px; }
        .feature-card.style3 .feature-title span i {
          font-size: 50px;
          line-height: 0.8;
          color: #004A98;
          -webkit-transition: 0.4s;
          transition: 0.4s; }
        .feature-card.style3 .feature-title span:before {
          position: absolute;
          bottom: 0;
          left: 65%;
          content: "";
          width: 38px;
          height: 38px;
          border-radius: 50%;
          background: rgba(0, 167, 157, 0.15);
          -webkit-transform: translateX(-50%);
          -moz-transform: translateX(-50%);
          transform: translateX(-50%); }
      .feature-card.style3 .feature-title h3 {
        margin: 0 0 0 15px;
        width: calc(100% - 65px); }
    .feature-card.style3:hover:after {
      visibility: visible;
      opacity: 1;
      width: 100%; }
    .feature-card.style3:hover .feature-title span i {
      color: #fff; }
    .feature-card.style3:hover .feature-title span::before {
      background-color: rgba(255, 255, 255, 0.15); }
    .feature-card.style3:hover .feature-title h3 {
      color: #fff; }
      .feature-card.style3:hover .feature-title h3 a {
        color: #fff; }
    .feature-card.style3:hover p {
      color: rgba(255, 255, 255, 0.8); }
    .feature-card.style3:hover .link {
      color: #FAFAFC; }
  .feature-card.style4, .feature-card.style6 {
    position: relative;
    margin-bottom: 25px;
    box-shadow: 0 0 25px rgba(0, 0, 0, 0.1);
    border-radius: 8px; }
    .feature-card.style4 .feature-info, .feature-card.style6 .feature-info {
      width: calc(100% - 70px);
      margin-left: 20px; }
      .feature-card.style4 .feature-info p, .feature-card.style6 .feature-info p {
        margin: 0; }
    .feature-card.style4:hover:after, .feature-card.style6:hover:after {
      visibility: visible;
      opacity: 1;
      width: 100%; }
    .feature-card.style4:hover .feature-icon, .feature-card.style6:hover .feature-icon {
      background-color: transparent; }
      .feature-card.style4:hover .feature-icon:before, .feature-card.style6:hover .feature-icon:before {
        background-color: rgba(255, 255, 255, 0.2); }
      .feature-card.style4:hover .feature-icon i, .feature-card.style6:hover .feature-icon i {
        color: #fff; }
    .feature-card.style4:hover .feature-info h3 a, .feature-card.style6:hover .feature-info h3 a {
      color: #fff; }
    .feature-card.style4:hover .feature-info p, .feature-card.style6:hover .feature-info p {
      color: rgba(255, 255, 255, 0.8); }
  .feature-card.style4 .feature-icon {
    width: 50px;
    position: relative;
    border: none; }
    .feature-card.style4 .feature-icon:before {
      position: absolute;
      bottom: 0;
      left: 65%;
      content: "";
      width: 38px;
      height: 38px;
      border-radius: 50%;
      background: rgba(0, 167, 157, 0.15);
      -webkit-transform: translateX(-50%);
      -moz-transform: translateX(-50%);
      transform: translateX(-50%); }
    .feature-card.style4 .feature-icon i {
      font-size: 50px;
      line-height: 0.8;
      color: #004A98; }
  .feature-card.style5 {
    position: relative;
    margin-bottom: 25px;
    box-shadow: 0 0 25px rgba(0, 0, 0, 0.1);
    border-radius: 8px;
    padding: 25px 25px 22px; }
    .feature-card.style5 .feature-title {
      margin-bottom: 15px; }
      .feature-card.style5 .feature-title span {
        width: 60px;
        height: 55px;
        border-radius: 53% 47% 46% 54% / 52% 53% 47% 48%;
        text-align: center;
        background-color: #004A98;
        -webkit-transition: 0.4s;
        transition: 0.4s; }
        .feature-card.style5 .feature-title span i {
          font-size: 30px;
          line-height: 70px;
          color: #fff;
          margin: 0 auto;
          top: -1px;
          -webkit-transition: 0.4s;
          transition: 0.4s; }
      .feature-card.style5 .feature-title h3 {
        margin: 0 0 0 15px;
        width: calc(100% - 75px); }
    .feature-card.style5:hover:after {
      visibility: visible;
      opacity: 1;
      width: 100%; }
    .feature-card.style5:hover span {
      background-color: #fff;
      border-radius: 44% 56% 46% 54% / 52% 56% 44% 48%; }
      .feature-card.style5:hover span i {
        color: #004A98; }
    .feature-card.style5:hover .feature-title h3 a {
      color: #fff; }
    .feature-card.style5:hover p {
      color: rgba(255, 255, 255, 0.8); }
    .feature-card.style5:hover .link {
      color: #FAFAFC; }
  .feature-card.style6 .feature-icon {
    width: 50px;
    height: 46px;
    border-radius: 53% 47% 46% 54% / 52% 53% 47% 48%;
    position: relative;
    background-color: #004A98;
    border: none; }
    .feature-card.style6 .feature-icon i {
      font-size: 26px;
      line-height: 0.8;
      color: #fff; }
  .feature-card.style6:hover .feature-icon {
    background-color: #fff;
    border-radius: 44% 56% 46% 54% / 52% 56% 44% 48%; }
    .feature-card.style6:hover .feature-icon i {
      color: #004A98; }

.feature-slider-one {
  margin: -20px 0; }
  .feature-slider-one.owl-carousel .owl-dots {
    text-align: center;
    margin-bottom: 20px; }
  .feature-slider-one .feature-card.style3 {
    margin: 20px 0; }

.wh-wrap .wh-content .content-title {
  margin-bottom: 30px; }
.wh-wrap.style1 .wh-img-wrap {
  position: relative; }
  .wh-wrap.style1 .wh-img-wrap .wh-shape-one {
    position: absolute;
    bottom: 60px;
    left: -15px; }
  .wh-wrap.style1 .wh-img-wrap .wh-shape-two {
    position: absolute;
    top: -60px;
    right: -15px;
    z-index: -1; }
  .wh-wrap.style1 .wh-img-wrap .wh-img {
    margin-bottom: 25px;
    border-radius: 5px; }
    .wh-wrap.style1 .wh-img-wrap .wh-img img {
      border-radius: 5px; }
    .wh-wrap.style1 .wh-img-wrap .wh-img:last-child {
      margin-bottom: 0; }
.wh-wrap.style1 .wh-content .feature-item-wrap .feature-item .feature-icon, .wh-wrap.style2 .wh-content .feature-item-wrap .feature-item .feature-icon {
  background-color: rgba(0, 167, 157, 0.1);
  box-shadow: none; }
.wh-wrap.style2 .wh-img-wrap {
  position: relative;
  z-index: 1; }
  .wh-wrap.style2 .wh-img-wrap .wh-shape-one {
    position: absolute;
    bottom: 60px;
    left: -15px;
    z-index: 1; }
  .wh-wrap.style2 .wh-img-wrap .wh-shape-two {
    position: absolute;
    top: -20px;
    right: -15px;
    z-index: -1; }
  .wh-wrap.style2 .wh-img-wrap .wh-img {
    margin-bottom: 25px;
    position: relative; }
    .wh-wrap.style2 .wh-img-wrap .wh-img:before {
      position: absolute;
      width: 0;
      height: 0;
      content: "";
      z-index: 1;
      top: -7px;
      left: -5px;
      border-top: 30px solid #fff;
      border-left: 30px solid #fff;
      border-right: 30px solid transparent;
      border-bottom: 30px solid transparent;
      -webkit-transform: rotate(10deg);
      transform: rotate(10deg); }
    .wh-wrap.style2 .wh-img-wrap .wh-img:last-child {
      margin-bottom: 0; }
.wh-wrap.style3 .wh-img-wrap {
  position: relative;
  z-index: 1;
  border-radius: 100px 0 100px 0;
  margin-left: auto;
  padding: 40px 0 0 40px; }
  .wh-wrap.style3 .wh-img-wrap .wh-shape-one {
    position: absolute;
    bottom: 100px;
    right: 120px;
    border-radius: 0; }
  .wh-wrap.style3 .wh-img-wrap:before {
    position: absolute;
    top: 0px;
    left: 0px;
    content: "";
    width: 100%;
    height: 100%;
    border-radius: 100px 0 100px 0;
    background: rgba(0, 167, 157, 0.07);
    z-index: -1;
    -moz-animation: float 1500ms infinite ease-in-out;
    -webkit-animation: float 1500ms infinite ease-in-out;
    animation: float 1500ms infinite ease-in-out; }
  .wh-wrap.style3 .wh-img-wrap img {
    display: block;
    margin-left: auto;
    border-radius: 100px 0 100px 0; }

/*-------------------------------
   App  Section  CSS
-------------------------------*/
.app-wrap {
  position: relative; }
  .app-wrap.style1:before {
    position: absolute;
    top: 0;
    left: 0;
    content: "";
    width: 40%;
    height: 100%;
    background-color: rgba(0, 167, 157, 0.09);
    z-index: -1; }
  .app-wrap.style2 .app-img-wrap .app-shape-one {
    bottom: 35%;
    left: 10px;
    -webkit-transform: translateY(50%);
    -moz-transform: translateY(50%);
    transform: translateY(50%); }
  .app-wrap .app-img-wrap {
    position: relative;
    z-index: 1; }
    .app-wrap .app-img-wrap .app-shape-one {
      position: absolute;
      bottom: -30px;
      left: 40px;
      z-index: -1; }
    .app-wrap .app-img-wrap img {
      display: block;
      margin: 0 auto; }
  .app-wrap .app-content .content-title {
    margin-bottom: 25px; }
  .app-wrap .app-content h5 {
    margin: 0 0 30px;
    font-weight: 700; }
  .app-wrap .app-content .app-btn-wrap a {
    display: inline-block;
    border-radius: 5px;
    box-shadow: 0px 4px 15px 1px rgba(33, 37, 41, 0.09); }
    .app-wrap .app-content .app-btn-wrap a img {
      border-radius: 5px; }
    .app-wrap .app-content .app-btn-wrap a:first-child {
      margin-right: 15px; }
    .app-wrap .app-content .app-btn-wrap a:hover {
      box-shadow: 0 5px 55px rgba(0, 0, 0, 0.1); }

/*-------------------------------
   Counter  Section  CSS
-------------------------------*/
.counter-card-wrap .counter-card {
  width: 20%;
  position: relative;
  margin-bottom: 25px;
  text-align: center; }
  .counter-card-wrap .counter-card:last-child:after {
    display: none; }
  .counter-card-wrap .counter-card:after {
    position: absolute;
    top: 50%;
    right: 0;
    content: "";
    width: 1px;
    height: 50px;
    background-color: rgba(0, 0, 0, 0.2);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-transition: 0.4s;
    transition: 0.4s; }
  .counter-card-wrap .counter-card .counter-text h2 {
    font-size: 30px;
    line-height: 1;
    margin: 0 0 10px; }
    .counter-card-wrap .counter-card .counter-text h2 .target {
      font-size: 30px;
      position: relative;
      top: 3px;
      font-family: "Roboto", sans-serif; }
  .counter-card-wrap .counter-card .counter-text p {
    margin-bottom: 0;
    line-height: 1; }

/*-------------------------------
   Testimonial  Section  CSS
-------------------------------*/
.testimonial-slider-one,
.testimonial-slider-two {
  margin: -10px -5px; }
  .testimonial-slider-one .testimonial-card,
  .testimonial-slider-two .testimonial-card {
    margin: 10px 5px; }
  .testimonial-slider-one.owl-carousel .owl-dots,
  .testimonial-slider-two.owl-carousel .owl-dots {
    margin-top: 20px;
    margin-bottom: 10px;
    text-align: center; }

.testimonial-card {
  background-color: #fff;
  border-radius: 5px;
  margin: 0 0 25px;
  position: relative;
  box-shadow: 0 0px 15px rgba(0, 0, 0, 0.07);
  z-index: 1;
  padding: 25px 25px 22px; }
  .testimonial-card:after {
    position: absolute;
    top: 0;
    left: 0;
    width: 0;
    height: 100%;
    content: "";
    background-color: #004A98;
    visibility: hidden;
    opacity: 0;
    z-index: -1;
    -webkit-transition: 0.3s;
    transition: 0.3s; }
  .testimonial-card:hover:after {
    visibility: visible;
    opacity: 1;
    width: 100%; }
  .testimonial-card:hover .client-info-area .client-info-wrap .client-info h3 {
    color: #fff; }
  .testimonial-card:hover .client-info-area .client-info-wrap .client-info span {
    color: rgba(255, 255, 255, 0.8); }
  .testimonial-card:hover .client-info-area .quote-icon i {
    color: #fff; }
  .testimonial-card:hover .client-quote {
    color: rgba(255, 255, 255, 0.8); }
  .testimonial-card .client-quote {
    margin-bottom: 0;
    -webkit-transition: 0.4s;
    transition: 0.4s; }
  .testimonial-card .client-info-area {
    margin-bottom: 20px; }
    .testimonial-card .client-info-area .client-info-wrap {
      width: calc(100% - 40px); }
      .testimonial-card .client-info-area .client-info-wrap .client-img {
        width: 65px;
        height: 65px;
        border-radius: 50%; }
        .testimonial-card .client-info-area .client-info-wrap .client-img img {
          border-radius: 50%; }
      .testimonial-card .client-info-area .client-info-wrap .client-info {
        width: calc(100% - 85px);
        margin-left: 20px; }
        .testimonial-card .client-info-area .client-info-wrap .client-info h3 {
          font-size: 22px;
          line-height: 1.2;
          margin-bottom: 8px;
          -webkit-transition: 0.4s;
          transition: 0.4s; }
        .testimonial-card .client-info-area .client-info-wrap .client-info span {
          font-size: 14px;
          display: block;
          line-height: 1;
          -webkit-transition: 0.4s;
          transition: 0.4s; }
    .testimonial-card .client-info-area .quote-icon i {
      display: inline-block;
      position: relative;
      top: 3px;
      font-size: 40px;
      line-height: 0.8;
      color: #004A98;
      opacity: 0.4; }

/*-------------------------------
   Blog Section  CSS
-------------------------------*/
.blog-card {
  box-shadow: 0px 2px 16px 0px rgba(0, 0, 0, 0.11);
  margin-bottom: 25px;
  -webkit-transition: 0.4s;
  transition: 0.4s; }
  .blog-card .blog-img {
    overflow: hidden;
    position: relative; }
    .blog-card .blog-img img {
      -webkit-transition: 0.7s;
      transition: 0.7s; }
    .blog-card .blog-img .blog-cat {
      position: absolute;
      background-color: #004A98;
      padding: 8px 15px;
      border-radius: 5px;
      color: #fff; }
  .blog-card .blog-info {
    border-radius: 0 0 8px 8px; }
    .blog-card .blog-info .blog-metainfo {
      margin-bottom: 12px; }
      .blog-card .blog-info .blog-metainfo li {
        display: inline-block;
        position: relative;
        padding-left: 20px;
        margin-right: 15px;
        font-size: 15px;
        -webkit-transition: 0.3s;
        transition: 0.3s; }
        .blog-card .blog-info .blog-metainfo li:last-child {
          margin-right: 0; }
          .blog-card .blog-info .blog-metainfo li:last-child:after {
            display: none; }
        .blog-card .blog-info .blog-metainfo li a {
          font-size: 13px;
          color: #666666;
          -webkit-transition: 0.3s;
          transition: 0.3s; }
        .blog-card .blog-info .blog-metainfo li i {
          position: absolute;
          top: 5px;
          left: 0;
          font-size: 15px;
          line-height: 0.8;
          color: #004A98;
          -webkit-transition: 0.3s;
          transition: 0.3s; }
    .blog-card .blog-info h3 {
      font-size: 22px;
      margin-bottom: 15px; }
  .blog-card.style1 {
    border-radius: 8px;
    padding: 22px;
    position: relative; }
    .blog-card.style1 .blog-img {
      border-radius: 8px 8px 0 0; }
      .blog-card.style1 .blog-img img {
        border-radius: 8px 8px 0 0; }
      .blog-card.style1 .blog-img .blog-cat {
        bottom: 25px;
        right: 25px; }
    .blog-card.style1 .blog-info {
      padding: 22px 0 0; }
      .blog-card.style1 .blog-info h3 {
        margin-bottom: 0; }
  .blog-card.style1, .blog-card.style3 {
    position: relative; }
    .blog-card.style1:after, .blog-card.style3:after {
      position: absolute;
      top: 0;
      left: 0;
      width: 0;
      height: 100%;
      content: "";
      background-color: #004A98;
      visibility: hidden;
      opacity: 0;
      z-index: -1;
      border-radius: 8px;
      -webkit-transition: 0.3s;
      transition: 0.3s; }
    .blog-card.style1:hover:after, .blog-card.style3:hover:after {
      width: 100%;
      visibility: visible;
      opacity: 1; }
    .blog-card.style1:hover .blog-info .blog-metainfo li, .blog-card.style3:hover .blog-info .blog-metainfo li {
      color: rgba(255, 255, 255, 0.8); }
      .blog-card.style1:hover .blog-info .blog-metainfo li a, .blog-card.style3:hover .blog-info .blog-metainfo li a {
        color: rgba(255, 255, 255, 0.8); }
      .blog-card.style1:hover .blog-info .blog-metainfo li i, .blog-card.style3:hover .blog-info .blog-metainfo li i {
        color: #fff; }
    .blog-card.style1:hover .blog-info h3 a, .blog-card.style3:hover .blog-info h3 a {
      color: #fff; }
    .blog-card.style1:hover .blog-info p, .blog-card.style3:hover .blog-info p {
      color: rgba(255, 255, 255, 0.8); }
  .blog-card.style2 {
    border-radius: 8px; }
    .blog-card.style2 .blog-img {
      border-radius: 8px 8px 0 0; }
      .blog-card.style2 .blog-img img {
        border-radius: 8px 8px 0 0; }
      .blog-card.style2 .blog-img .blog-cat {
        top: 25px;
        right: 25px; }
    .blog-card.style2 .blog-info {
      padding: 22px; }
      .blog-card.style2 .blog-info h3 {
        margin-bottom: 0; }
  .blog-card.style3 {
    border-radius: 8px; }
    .blog-card.style3 .blog-img {
      border-radius: 8px 8px 0 0; }
      .blog-card.style3 .blog-img img {
        border-radius: 8px 8px 0 0; }
      .blog-card.style3 .blog-img .blog-cat {
        bottom: 25px;
        left: 25px; }
    .blog-card.style3 .blog-info {
      padding: 22px; }
      .blog-card.style3 .blog-info h3 {
        margin-bottom: 0; }
  .blog-card.style4 {
    position: relative;
    padding: 0;
    box-shadow: none; }
    .blog-card.style4 .blog-img {
      margin-bottom: 20px;
      overflow: visible;
      border-radius: 5px; }
      .blog-card.style4 .blog-img img {
        border-radius: 5px; }
      .blog-card.style4 .blog-img .blog-cat {
        bottom: -15px;
        left: 25px; }
    .blog-card.style4 .blog-info {
      padding: 22px 0 0; }
      .blog-card.style4 .blog-info h3 {
        font-size: 28px;
        margin: 0 0 12px; }
      .blog-card.style4 .blog-info p {
        margin: 0 0 10px; }
    .blog-card.style4:hover {
      box-shadow: none; }
      .blog-card.style4:hover .blog-img img {
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        transform: scale(1); }
  .blog-card:hover {
    box-shadow: 0px 40px 51px -16px rgba(0, 0, 0, 0.1); }
    .blog-card:hover .blog-img img {
      -webkit-transform: scale(1.05);
      -moz-transform: scale(1.05);
      transform: scale(1.05); }
    .blog-card:hover .blog-info h3 a {
      color: #004A98; }

/*-------------------------------
         Contact CSS
-------------------------------*/
.contact-us-wrap .contact-item {
  background: #f9f9f9;
  padding: 25px;
  border-radius: 0;
  margin: 0 0 25px;
  position: relative;
  z-index: 1;
  -webkit-transition: 0.4s;
  transition: 0.4s; }
  .contact-us-wrap .contact-item .contact-icon {
    width: 60px;
    height: 60px;
    position: relative;
    top: 5px;
    border-radius: 50%;
    text-align: center;
    background-color: #fff;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.08);
    -webkit-transition: 0.4s;
    transition: 0.4s; }
    .contact-us-wrap .contact-item .contact-icon i {
      color: #004A98;
      line-height: 0.8;
      font-size: 28px;
      position: relative;
      -webkit-transition: 0.34s;
      transition: 0.34s; }
  .contact-us-wrap .contact-item .contact-info {
    width: calc(100% - 85px);
    margin-left: 25px;
    -webkit-transition: 0.3s;
    transition: 0.3s; }
    .contact-us-wrap .contact-item .contact-info h3 {
      font-size: 22px;
      margin: 0 0 10px;
      -webkit-transition: 0.3s;
      transition: 0.3s; }
    .contact-us-wrap .contact-item .contact-info a,
    .contact-us-wrap .contact-item .contact-info p {
      display: block;
      margin: 0;
      line-height: 1.5;
      color: #666666;
      font-family: "Raleway", sans-serif;
      font-weight: 500;
      -webkit-transition: 0.3s;
      transition: 0.3s; }
  .contact-us-wrap .contact-item:hover {
    box-shadow: 0px 40px 51px -16px rgba(0, 0, 0, 0.1); }
    .contact-us-wrap .contact-item:hover .contact-icon {
      background-color: #004A98; }
      .contact-us-wrap .contact-item:hover .contact-icon i {
        color: #fff; }

.comp-map {
  height: 400px; }
  .comp-map iframe {
    width: 100%;
    height: 100%; }

#contactForm {
  background-color: #f9f9f9;
  padding: 30px 30px 25px; }
  #contactForm .form-group {
    margin: 0 0 20px; }
    #contactForm .form-group input,
    #contactForm .form-group textarea {
      width: 100%;
      background: #fff;
      border: none;
      padding: 10px 15px;
      border-radius: 0; }
      #contactForm .form-group input:focus,
      #contactForm .form-group textarea:focus {
        border: 1px solid rgba(0, 0, 0, 0.09); }
    #contactForm .form-group input {
      height: 60px; }
    #contactForm .form-group .form-check {
      padding-left: 0px; }
      #contactForm .form-group .form-check input {
        height: 0; }
    #contactForm .form-group textarea {
      height: 163px;
      resize: none;
      padding-top: 18px; }

.btn.disabled {
  opacity: 1; }

.checkbox {
  display: block; }
  .checkbox.form-check {
    padding-left: 0; }
  .checkbox input {
    padding: 0;
    height: initial;
    width: initial;
    margin-bottom: 0;
    display: none;
    cursor: pointer; }
  .checkbox label {
    position: relative;
    cursor: pointer;
    padding-left: 20px; }
    .checkbox label:before {
      content: "";
      -webkit-appearance: none;
      background-color: transparent;
      border: 1px solid #004A98;
      display: inline-block;
      width: 15px;
      height: 15px;
      position: absolute;
      vertical-align: middle;
      cursor: pointer;
      margin-right: 5px;
      position: absolute;
      left: 0;
      top: 4px; }
  .checkbox a {
    color: #004A98; }
  .checkbox.style2 label:before {
    border-radius: 50%;
    border-color: #888888; }

.comp-map {
  height: 510px; }

.checkbox input:checked + label:before {
  border-color: #004A98; }

.checkbox input:checked + label:after {
  content: "";
  display: block;
  position: absolute;
  top: 7px;
  left: 3px;
  width: 9px;
  height: 9px;
  border: none;
  background: #004A98; }

/*-------------------------------
   Team  Section  CSS
-------------------------------*/
.team-card {
  margin-bottom: 25px;
  box-shadow: 0px 6px 24px rgba(0, 0, 0, 0.07);
  border: 1px solid transparent;
  border-radius: 5px;
  position: relative;
  -webkit-transition: 0.4s;
  transition: 0.4s; }
  .team-card:after {
    position: absolute;
    bottom: -2px;
    left: 50%;
    content: "";
    width: 0%;
    height: 3px;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    background-color: #004A98;
    border-radius: 0 0 5px 5px;
    -webkit-transition: 0.4s;
    transition: 0.4s; }
  .team-card .team-img {
    overflow: hidden;
    position: relative;
    border-radius: 5px 5px 0 0; }
    .team-card .team-img img {
      -webkit-transition: 0.7s;
      transition: 0.7s; }
    .team-card .team-img .social-profile {
      position: absolute;
      top: 50%;
      right: 20px;
      text-align: center;
      z-index: 10;
      -webkit-transform: translateY(-50%);
      -moz-transform: translateY(-50%);
      transform: translateY(-50%); }
      .team-card .team-img .social-profile li {
        display: block;
        margin: 0 0 10px;
        -webkit-transform: translateY(25px);
        -moz-transform: translateY(25px);
        transform: translateY(25px);
        -webkit-transition: 0.4s;
        transition: 0.4s;
        visibility: hidden;
        opacity: 0; }
        .team-card .team-img .social-profile li:nth-child(1) {
          transition-delay: 0.2s; }
        .team-card .team-img .social-profile li:nth-child(2) {
          transition-delay: 0.3s; }
        .team-card .team-img .social-profile li:nth-child(3) {
          transition-delay: 0.4s; }
        .team-card .team-img .social-profile li:nth-child(4) {
          transition-delay: 0.5s; }
        .team-card .team-img .social-profile li:last-child {
          margin-bottom: 0; }
        .team-card .team-img .social-profile li a {
          width: 35px;
          height: 35px; }
          .team-card .team-img .social-profile li a i {
            color: #004A98; }
          .team-card .team-img .social-profile li a:hover i {
            color: #fff; }
  .team-card .team-info {
    padding: 22px 25px 22px;
    text-align: center; }
    .team-card .team-info h3 {
      font-size: 22px;
      margin-bottom: 5px; }
  .team-card span {
    color: #666666; }
  .team-card:hover {
    box-shadow: none; }
    .team-card:hover:after {
      width: 85%; }
    .team-card:hover .team-img:after {
      visibility: visible;
      opacity: 1; }
    .team-card:hover .team-img .social-profile li {
      -webkit-transform: translateY(0);
      -moz-transform: translateY(0);
      transform: translateY(0);
      visibility: visible;
      opacity: 1; }

/*----------------------------
    FAQ  CSS
------------------------------*/
.faq-wrap {
  position: relative;
  z-index: 1; }
  .faq-wrap .faq-content .content-title h2 {
    margin: 0 0 20px; }
  .faq-wrap .faq-img {
    position: relative;
    z-index: 1;
    padding-bottom: 50px; }
    .faq-wrap .faq-img .faq-shape-one {
      position: absolute;
      top: calc(50% + 35px);
      left: 50%;
      -webkit-transform: translate(-50%, -50%);
      -moz-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%);
      z-index: -1; }
    .faq-wrap .faq-img img {
      display: block;
      margin: 0 auto; }
  .faq-wrap .accordion-collapse {
    border: none; }
  .faq-wrap .accordion-button:not(.collapsed)::after {
    left: -4px; }
  .faq-wrap .accordion-button:not(.collapsed) span {
    background-color: #004A98 !important; }
  .faq-wrap .accordion-button:not(.collapsed) span i.plus {
    visibility: hidden;
    opacity: 0; }
  .faq-wrap .accordion-button:not(.collapsed) span i.minus {
    visibility: visible !important;
    opacity: 1 !important;
    color: #fff !important; }
  .faq-wrap .accordion-button:not(.collapsed) {
    background: transparent;
    color: #000;
    box-shadow: none; }
  .faq-wrap .accordion-item {
    position: relative;
    z-index: 1;
    background-color: transparent; }
  .faq-wrap .accordion-body p {
    margin: 0; }

.accordion-item {
  border: none;
  margin: 0 0 25px;
  padding: 0; }
  .accordion-item:last-child {
    margin: 0; }
  .accordion-item .accordion-header .accordion-button {
    border-radius: 5px !important;
    margin: 0;
    padding: 0;
    font-size: 18px;
    line-height: 30px;
    font-weight: 700;
    border-radius: 0;
    border: none;
    text-align: left;
    align-items: center;
    background-color: transparent; }
    .accordion-item .accordion-header .accordion-button:after {
      display: none; }
    .accordion-item .accordion-header .accordion-button:focus {
      outline: none;
      box-shadow: none; }
    .accordion-item .accordion-header .accordion-button span {
      min-width: 60px;
      min-height: 60px;
      text-align: center;
      position: relative;
      margin-right: 14px;
      border-radius: 50%;
      background-color: #fff;
      box-shadow: 0 5px 12px rgba(0, 0, 0, 0.1); }
      .accordion-item .accordion-header .accordion-button span i {
        position: absolute;
        top: 50%;
        left: 50%;
        -webkit-transform: translate(-50%, -50%);
        -moz-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
        font-size: 22px;
        color: #004A98;
        line-height: 0.8; }
        .accordion-item .accordion-header .accordion-button span i.minus {
          visibility: hidden;
          opacity: 0; }
        .accordion-item .accordion-header .accordion-button span i.minus {
          visibility: hidden;
          opacity: 0; }

.accordion-body {
  border-top-color: transparent;
  padding: 20px 0 0; }
  .accordion-body p {
    margin: 0; }

.error-content {
  text-align: center; }
  .error-content img {
    display: block;
    margin: 0 auto 20px;
    max-width: 600px; }
  .error-content p {
    margin: 0 auto 20px;
    max-width: 520px; }

/*-------------------------------
   Convert Currency CSS
-------------------------------*/
.convert-box {
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.09); }
  .convert-box .convert-tablist {
    margin: 0 0 30px; }
    .convert-box .convert-tablist .nav-item {
      width: 25%; }
      .convert-box .convert-tablist .nav-item a {
        background-color: #f9f9f9;
        text-align: center;
        padding: 15px 15px;
        width: 100%;
        border: none;
        display: block;
        color: #000; }
        .convert-box .convert-tablist .nav-item a i {
          position: relative;
          top: 2px;
          margin-right: 7px; }
        .convert-box .convert-tablist .nav-item a.active {
          background-color: #fff;
          color: #004A98; }
  .convert-box .convert-tabcontent {
    padding: 0 40px 40px; }
    .convert-box .convert-tabcontent .form-group {
      margin-bottom: 15px; }
      .convert-box .convert-tabcontent .form-group label {
        display: block;
        color: #000;
        font-weight: 400;
        margin: 0 0 10px; }
      .convert-box .convert-tabcontent .form-group input,
      .convert-box .convert-tabcontent .form-group select {
        width: 100%;
        height: 48px;
        border-radius: 10px;
        border: 1px solid rgba(0, 0, 0, 0.2);
        background-color: transparent;
        padding: 10px 15px; }
      .convert-box .convert-tabcontent .form-group input::placeholder {
        color: #000;
        opacity: 1; }
    .convert-box .convert-tabcontent .convert-icon {
      display: inline-block;
      width: 50px;
      height: 50px;
      border: 1px solid rgba(0, 0, 0, 0.19);
      border-radius: 50%;
      text-align: center; }
      .convert-box .convert-tabcontent .convert-icon i {
        font-size: 22px;
        line-height: 44px;
        color: #004A98; }
    .convert-box .convert-tabcontent button {
      display: block;
      background-color: #5465F9;
      width: 100%;
      text-align: center;
      color: #fff;
      border: none;
      padding: 14px 15px;
      border-radius: 10px;
      margin-top: 15px; }
      .convert-box .convert-tabcontent button.style1 {
        background-color: #004A98;
        display: inline-block;
        width: auto;
        padding: 14px 30px;
        border-radius: 5px; }

.converter-alert-text {
  background-color: #FAFAFC;
  padding: 25px;
  border-radius: 5px; }
  .converter-alert-text i {
    font-size: 20px; }
  .converter-alert-text p {
    width: calc(100% - 35px);
    margin: 0 0 0 15px; }

.alert-content h3 {
  font-size: 26px;
  margin: 0 0 10px; }
.alert-content h5 {
  font-weight: 600;
  margin: 0 0 20px; }
.alert-content .content-feature-list {
  margin-bottom: 30px; }

.payment-method li {
  display: inline-block;
  margin: 0 5px 0 0; }

.alert-video-img {
  position: relative;
  border-radius: 5px; }
  .alert-video-img img {
    border-radius: 5px; }
  .alert-video-img .play-video {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%); }
    .alert-video-img .play-video .play-now .ripple,
    .alert-video-img .play-video .play-now .ripple:before,
    .alert-video-img .play-video .play-now .ripple:after {
      height: 50px;
      width: 50px; }
    .alert-video-img .play-video .play-now {
      position: relative;
      height: 50px;
      width: 50px;
      line-height: 49px;
      background-color: #004A98;
      border: none; }
      .alert-video-img .play-video .play-now i {
        position: relative;
        left: -3px; }

/*-------------------------------
    Blog Details CSS
--------------------------------*/
.post-cat-title {
  font-size: 24px;
  line-height: 1;
  font-weight: 500;
  margin-bottom: 25px; }
  .post-cat-title span {
    font-weight: 600;
    color: #004A98; }

article p strong,
.terms-wrap p strong {
  color: #000; }
article p a,
.terms-wrap p a {
  color: #004A98; }
  article p a:hover,
  .terms-wrap p a:hover {
    text-decoration: underline;
    color: #004A98; }
article h1, article h2, article h3, article h4, article h5, article h6,
.terms-wrap h1,
.terms-wrap h2,
.terms-wrap h3,
.terms-wrap h4,
.terms-wrap h5,
.terms-wrap h6 {
  margin-bottom: 13px; }
article h1,
.terms-wrap h1 {
  font-size: 36px; }
article h2,
.terms-wrap h2 {
  font-size: 34px; }
article h3,
.terms-wrap h3 {
  font-size: 30px; }
article h4,
.terms-wrap h4 {
  font-size: 28px; }
article h5,
.terms-wrap h5 {
  font-size: 26px; }
article h6,
.terms-wrap h6 {
  font-size: 24px; }
article ol,
.terms-wrap ol {
  margin-bottom: 25px; }
  article ol li,
  .terms-wrap ol li {
    margin-bottom: 15px;
    color: #666666;
    padding-left: 3px; }
article .content-feature-list,
.terms-wrap .content-feature-list {
  margin: 25px 0 25px; }

article {
  margin-bottom: 25px; }

.post-metainfo {
  margin: 40px 0 18px; }
  .post-metainfo li {
    display: inline-block;
    position: relative;
    padding-left: 23px;
    margin-right: 18px;
    font-size: 14px; }
    .post-metainfo li:last-child {
      margin-right: 0; }
    .post-metainfo li a {
      font-size: 14px;
      color: #666666; }
      .post-metainfo li a:hover {
        color: #004A98; }
    .post-metainfo li i {
      position: absolute;
      top: 3px;
      left: 0;
      font-size: 16px;
      line-height: 0.8;
      color: #004A98; }

.post-img {
  position: relative;
  margin: 0 0 25px;
  display: block; }
  .post-img .post-cat {
    display: inline-block;
    padding: 8px 18px 8px;
    position: absolute;
    bottom: -16px;
    left: 20px;
    z-index: 1;
    background-color: #004A98;
    color: #fff;
    border-radius: 5px;
    -webkit-transition: 0.3s;
    transition: 0.3s; }
    .post-img .post-cat:hover {
      background: #004A98;
      color: #fff; }

.wp-block-quote {
  position: relative;
  padding: 35px 35px 35px;
  text-align: left;
  margin: 30px 0 30px;
  background-color: #FAFAFC; }
  .wp-block-quote .wp-quote-text {
    width: calc(100% - 100px);
    margin-left: 30px;
    text-align: center; }
    .wp-block-quote .wp-quote-text p {
      font-weight: 500;
      color: #666666;
      font-weight: 500;
      margin-bottom: 0; }
  .wp-block-quote .wp-quote-icon {
    width: 70px;
    height: 100px;
    position: relative;
    z-index: 1; }
    .wp-block-quote .wp-quote-icon i {
      color: #004A98;
      font-size: 68px;
      line-height: 0.8;
      opacity: 0.7;
      margin: 0 auto; }

.post-meta-option {
  padding: 20px;
  margin-bottom: 25px;
  background-color: #FAFAFC; }

.post-tag ul {
  display: inline-block; }
  .post-tag ul li {
    display: inline-block; }
    .post-tag ul li a {
      color: #555;
      font-size: 16px;
      border-radius: 3px; }
      .post-tag ul li a:hover {
        color: #004A98; }
.post-tag span {
  margin-right: 10px;
  font-weight: 500;
  color: #000; }
  .post-tag span i {
    position: relative;
    top: 1px;
    color: #004A98;
    margin-right: 3px; }

.post-share {
  display: inline-block; }
  .post-share span {
    font-weight: 500;
    color: #000; }
  .post-share ul {
    display: inline-block;
    margin-left: 5px;
    position: relative;
    top: 2px; }

.post-author {
  padding: 25px;
  margin: 15px 0 30px;
  border-radius: 5px;
  background-color: #FAFAFC; }
  .post-author .post-author-img {
    width: 150px;
    height: 150px;
    border-radius: 50%; }
    .post-author .post-author-img img {
      border-radius: 50%; }
  .post-author .post-author-info {
    width: calc(100% - 175px);
    margin-left: 25px; }
    .post-author .post-author-info h4 {
      font-size: 22px;
      font-weight: 700;
      line-height: 1;
      margin-bottom: 15px; }
    .post-author .post-author-info p {
      margin: 0 0 15px; }

.comment-item-wrap .comment-item {
  padding: 0 0 25px 0;
  margin-bottom: 25px;
  border-radius: 5px;
  background-color: #FAFAFC;
  padding: 25px; }
  .comment-item-wrap .comment-item.reply {
    margin-left: 40px; }
  .comment-item-wrap .comment-item:last-child {
    margin-bottom: 0; }
  .comment-item-wrap .comment-item .comment-author-img {
    width: 100px;
    height: 100px;
    border-radius: 50%;
    position: relative;
    top: 4px; }
    .comment-item-wrap .comment-item .comment-author-img img {
      border-radius: 50%; }
  .comment-item-wrap .comment-item .comment-author-wrap {
    width: calc(100% - 120px);
    margin-left: 20px; }
    .comment-item-wrap .comment-item .comment-author-wrap .comment-author-name {
      margin: 0 0 9px; }
      .comment-item-wrap .comment-item .comment-author-wrap .comment-author-name h5 {
        line-height: 1;
        margin: 0 20px 0 0;
        font-size: 18px;
        font-weight: 600;
        display: inline-block; }
      .comment-item-wrap .comment-item .comment-author-wrap .comment-author-name .comment-date {
        display: block;
        font-size: 14px;
        font-weight: 500;
        line-height: 1;
        color: #888888;
        margin-top: 12px; }
    .comment-item-wrap .comment-item .comment-author-wrap .comment-text {
      margin: 0 0 10px; }
      .comment-item-wrap .comment-item .comment-author-wrap .comment-text p {
        margin: 0 0 5px; }
.comment-item-wrap .reply-btn {
  display: inline-block;
  line-height: 1;
  font-weight: 500;
  color: #666666;
  -webkit-transition: 0.3s;
  transition: 0.3s; }
  .comment-item-wrap .reply-btn i {
    position: relative;
    margin-right: 4px; }
  .comment-item-wrap .reply-btn:hover {
    color: #004A98; }

.comment-box-title h4 {
  margin-bottom: 0;
  line-height: 1; }
.comment-box-title p {
  margin-top: 10px;
  margin-bottom: 0; }

#cmt-form {
  margin-top: 35px;
  background-color: #FAFAFC;
  padding: 25px; }
  #cmt-form label {
    color: #888888;
    padding-left: 20px; }
  #cmt-form .comment-form .form-group {
    margin: 0 0 20px;
    position: relative; }
    #cmt-form .comment-form .form-group > label {
      font-weight: 500;
      display: block;
      margin: 0 0 5px;
      padding-left: 0;
      color: #888888; }
    #cmt-form .comment-form .form-group input,
    #cmt-form .comment-form .form-group textarea {
      width: 100%;
      background-color: #fff;
      border: none;
      border-radius: 5px;
      padding: 15px;
      color: #000; }
      #cmt-form .comment-form .form-group input:focus,
      #cmt-form .comment-form .form-group textarea:focus {
        box-shadow: 0 0 10px rgba(0, 0, 0, 0.1); }
    #cmt-form .comment-form .form-group input {
      height: 60px; }
    #cmt-form .comment-form .form-group textarea {
      height: 145px;
      resize: none; }

.post-cat-title {
  font-size: 24px;
  font-weight: 500;
  margin-bottom: 25px; }
  .post-cat-title span {
    font-weight: 600;
    color: #004A98; }

.post-cat-title {
  font-size: 24px;
  line-height: 1;
  font-weight: 500;
  margin-bottom: 25px; }
  .post-cat-title span {
    font-weight: 600;
    color: #004A98; }

.owl-carousel .owl-nav button.owl-prev, .owl-carousel .owl-nav button.owl-next, .social-profile.style1 li a, .social-profile.style2 li a, .feature-item-wrap .feature-item .feature-icon, .feature-card .feature-icon, .contact-us-wrap .contact-item .contact-icon, .header-wrap .header-top .header-top-left, .header-wrap .header-top .header-top-right, .select-lang .navbar-language .dropdown-toggle, .hero-wrap.style2 .hero-content .hero-contact, .hero-wrap.style2 .hero-content .hero-btn, .hero-wrap.style3 .hero-content .hero-btn, .exchange-table-wrap .exchange-table table thead tr th .inverse, .exchange-table-wrap .exchange-table table tbody tr td .country-flag, .exchange-table-wrap .add-currency, .feature-card.style3 .feature-title, .feature-card.style5 .feature-title, .testimonial-card .client-info-area, .testimonial-card .client-info-area .client-info-wrap, .converter-alert-text, .wp-block-quote, .hero-wrap.style2 .hero-img-wrap, .about-wrap.style2 .about-img-wrap, .about-wrap.style3 .about-img-wrap, .owl-carousel .owl-nav, .pp-post-item, .hero-wrap.style2 .hero-img-wrap .hero-promo-text, .currency-card, .feature-item-wrap .feature-item, .feature-card.style4, .feature-card.style6, .counter-card-wrap, .contact-us-wrap .contact-item, .convert-box .convert-tablist, .post-author, .comment-item-wrap .comment-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }

.header-wrap .header-top .header-top-left, .header-wrap .header-top .header-top-right, .select-lang .navbar-language .dropdown-toggle, .hero-wrap.style2 .hero-content .hero-contact, .hero-wrap.style2 .hero-content .hero-btn, .hero-wrap.style3 .hero-content .hero-btn, .exchange-table-wrap .exchange-table table thead tr th .inverse, .exchange-table-wrap .exchange-table table tbody tr td .country-flag, .exchange-table-wrap .add-currency, .feature-card.style3 .feature-title, .feature-card.style5 .feature-title, .testimonial-card .client-info-area, .testimonial-card .client-info-area .client-info-wrap, .converter-alert-text, .wp-block-quote {
  -webkit-box-align: center;
  -ms-flex-align: center;
  -ms-grid-row-align: center;
  align-items: center; }

/*---------------------------------
        Footer CSS 
-----------------------------------*/
.footer-wrap {
  position: relative;
  background-color: #111111; }
  .footer-wrap .footer-widget {
    margin-bottom: 25px; }
    .footer-wrap .footer-widget .footer-widget-title {
      position: relative;
      font-size: 24px;
      font-weight: 700;
      color: #fff;
      margin-bottom: 30px;
      padding-bottom: 20px; }
      .footer-wrap .footer-widget .footer-widget-title:before {
        position: absolute;
        bottom: 0px;
        left: 0;
        content: "";
        width: 90px;
        height: 2px;
        background-color: rgba(255, 255, 255, 0.15); }
      .footer-wrap .footer-widget .footer-widget-title:after {
        position: absolute;
        bottom: 0;
        left: 0;
        content: "";
        width: 35px;
        height: 2px;
        background-color: #004A98; }
    .footer-wrap .footer-widget .footer-logo {
      display: block; }
    .footer-wrap .footer-widget .comp-desc {
      color: rgba(255, 255, 255, 0.8);
      margin: 20px 0;
      padding-right: 10px; }
    .footer-wrap .footer-widget .social-profile li a {
      color: #fff;
      font-size: 18px; }
      .footer-wrap .footer-widget .social-profile li a:hover {
        -webkit-transform: translateY(-2px);
        -moz-transform: translateY(-2px);
        transform: translateY(-2px); }
    .footer-wrap .footer-widget .footer-menu li {
      margin-bottom: 15px; }
      .footer-wrap .footer-widget .footer-menu li:last-child {
        margin-bottom: 0; }
      .footer-wrap .footer-widget .footer-menu li a {
        color: rgba(255, 255, 255, 0.8);
        position: relative; }
        .footer-wrap .footer-widget .footer-menu li a:after {
          position: absolute;
          bottom: -2px;
          left: 0;
          content: "";
          width: 0;
          height: 1px;
          background-color: #004A98;
          visibility: hidden;
          opacity: 0;
          -webkit-transition: 0.4s;
          transition: 0.4s; }
        .footer-wrap .footer-widget .footer-menu li a:hover {
          color: #004A98; }
          .footer-wrap .footer-widget .footer-menu li a:hover:after {
            width: 100%;
            visibility: visible;
            opacity: 1; }
          .footer-wrap .footer-widget .footer-menu li a:hover i {
            color: #004A98; }
    .footer-wrap .footer-widget .contact-info li {
      position: relative;
      padding-left: 25px;
      margin-bottom: 15px; }
      .footer-wrap .footer-widget .contact-info li:last-child {
        margin-bottom: 0; }
      .footer-wrap .footer-widget .contact-info li h6 {
        color: #fff;
        font-weight: 500;
        margin: 0 0 5px; }
      .footer-wrap .footer-widget .contact-info li i {
        position: absolute;
        top: 4px;
        left: 0;
        font-size: 16px;
        line-height: 1;
        color: #004A98; }
      .footer-wrap .footer-widget .contact-info li p, .footer-wrap .footer-widget .contact-info li a {
        color: rgba(255, 255, 255, 0.8);
        margin-bottom: 0;
        -webkit-transition: 0.3s;
        transition: 0.3s; }
      .footer-wrap .footer-widget .contact-info li:hover p, .footer-wrap .footer-widget .contact-info li:hover a {
        color: #004A98; }

.copyright-text {
  padding: 18px 10px;
  text-align: center;
  margin: 0;
  color: #fff;
  text-align: center;
  border-top: 1px solid rgba(255, 255, 255, 0.15); }
  .copyright-text i {
    position: relative;
    top: 2px;
    margin-right: 2px; }
  .copyright-text a {
    color: #004A98;
    font-weight: 500; }
    .copyright-text a:hover {
      text-decoration: underline; }

@media only screen and (max-width: 767px) {
  .footer-wrap .footer-widget .footer-widget-title {
    font-size: 20px;
    margin-bottom: 12px; }
  .footer-wrap .footer-widget .comp-desc {
    font-size: 14px;
    padding-right: 10px; }
  .footer-wrap .footer-widget h6 {
    font-size: 16px; }
  .footer-wrap .footer-widget .contact-info li {
    margin-bottom: 10px; }
  .footer-wrap .footer-widget .contact-info p, .footer-wrap .footer-widget .contact-info a {
    font-size: 14px; }
  .footer-wrap .footer-widget .footer-menu li {
    margin-bottom: 8px; }
    .footer-wrap .footer-widget .footer-menu li a {
      font-size: 14px; }
      .footer-wrap .footer-widget .footer-menu li a i {
        font-size: 11px;
        top: 5px; } }
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .footer-wrap .footer-widget .footer-widget-title {
    font-size: 22px; } }
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .footer-wrap .footer-widget .comp-desc {
    padding-right: 20px; } }
@media only screen and (max-width: 1199px) {
  .footer-wrap .footer-top .footer-widget .footer-widget-title {
    margin-bottom: 18px; } }
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .footer-menu li a,
  .comp-desc,
  .footer-wrap .footer-widget .contact-info li p,
  .footer-wrap .footer-widget .contact-info li a {
    font-size: 15px; }

  .footer-wrap .footer-widget .footer-widget-title {
    font-size: 20px; } }
@media only screen and (min-width: 1400px) {
  .footer-wrap .footer-widget .comp-desc {
    padding-right: 20px; } }
/*-------------------------------
    Buy Now Btn
-------------------------------*/
.buy-now-btn {
  right: 20px;
  z-index: 99;
  top: 50%;
  position: fixed;
  transform: translateY(-50%);
  border-radius: 30px;
  display: inline-block;
  color: #fff;
  background-color: #82b440;
  padding: 10px 20px 10px 42px;
  box-shadow: 0 1px 20px 1px #82b440;
  font-size: 15px;
  font-weight: 600; }
  .buy-now-btn img {
    top: 50%;
    left: 20px;
    width: 15px;
    position: absolute;
    transform: translateY(-50%); }
  .buy-now-btn:hover {
    color: #fff;
    background-color: #94be5d; }

/*# sourceMappingURL=style.css.map */


/*---------Gothami css-------------*/

/*=============================================
=              13. Box Icon Css              =
=============================================*/
.ht-box-icon.style-01 .icon-box-wrap {
    padding: 36px 10px 26px;
    border-radius: 5px;
    background: #fff;
    border: 2px solid #eee;
    transition: all 0.7s cubic-bezier(0.645, 0.045, 0.355, 1);
    text-align: center;
    margin-top: 30px;
}
.ht-box-icon.style-01 .icon-box-wrap .icon {
    height: 65px;
    text-align: center;
    width: 65px;
    margin: auto;
    margin-bottom: 29px;
    color: #f80000;
}
.ht-box-icon.style-01 .icon-box-wrap .icon svg > * {
    stroke: #f80000;
}
.ht-box-icon.style-01 .icon-box-wrap .content {
    text-align: center;
}
.ht-box-icon.style-01 .icon-box-wrap .content .heading {
    font-weight: 500;
    line-height: 1.25;
    margin-bottom: 12px;
}
.ht-box-icon.style-01 .icon-box-wrap .content .service_text {
    color: #696969;
}
.ht-box-icon.style-01:hover .icon-box-wrap {
    border-color: #fff;
    transform: translateY(-5px);
    background: #fff;
    box-shadow: 0 0 40px rgba(51, 51, 51, 0.1);
}
.ht-box-icon.style-01 .feature-btn a {
    color: #f80000;
    margin-top: 20px;
}
.ht-box-icon.style-01 .feature-btn a:hover {
    color: #d2a98e;
}
.ht-box-icon.style-02 .icon-box-wrap {
    padding: 30px 15px;
    border-radius: 5px;
    transition: all 0.7s cubic-bezier(0.645, 0.045, 0.355, 1);
    text-align: center;
    display: flex;
}
.ht-box-icon.style-02 .icon-box-wrap .icon {
    min-width: 80px;
    margin-right: 10px;
    color: #333333;
}
.ht-box-icon.style-02 .icon-box-wrap .icon .svg-icon {
    width: 65px;
    height: 65px;
}
.ht-box-icon.style-02 .icon-box-wrap .icon svg * {
    stroke: currentColor;
}
.ht-box-icon.style-02 .icon-box-wrap .content {
    text-align: left;
}
.ht-box-icon.style-02 .icon-box-wrap .content .heading {
    font-weight: 500;
    line-height: 1.25;
    margin-bottom: 12px;
}
.ht-box-icon.style-02 .icon-box-wrap .content .service_text {
    color: #696969;
}
.ht-box-icon.style-02:hover .icon-box-wrap {
    border-color: #fff;
    transform: translateY(-5px);
    background: #fff;
    box-shadow: 0 0 40px rgba(51, 51, 51, 0.1);
}
.ht-box-icon.style-02 .feature-btn a {
    color: #f80000;
    margin-top: 20px;
}
.ht-box-icon.style-02 .feature-btn a:hover {
    color: #d2a98e;
}
.ht-box-icon.style-03 .icon-box-wrap {
    padding: 30px;
    border-radius: 5px;
    transition: all 0.3s ease-in-out;
}
.ht-box-icon.style-03 .icon-box-wrap .content-header {
    display: flex;
    align-items: center;
}
.ht-box-icon.style-03 .icon-box-wrap .content-header .icon {
    flex-shrink: 0;
    font-size: 48px;
    font-weight: 48px;
    min-width: 60px;
    margin-right: 10px;
    color: #d2a98e;
}
.ht-box-icon.style-03 .icon-box-wrap .content-header .heading {
    color: #f80000;
    margin-bottom: 10px;
}
.ht-box-icon.style-03 .icon-box-wrap .content .service_text {
    color: #696969;
}
.ht-box-icon.style-03:hover .icon-box-wrap {
    transform: translateY(-5px);
    background: #fff;
    box-shadow: 0 0 40px rgba(51, 51, 51, 0.1);
}
@media only screen and (max-width: 575px) {
    .ht-box-icon.style-03 .icon-box-wrap {
        padding: 37px 10px;
    }
    .ht-box-icon.style-03 .icon-box-wrap .image {
        height: 100px;
        width: 100px;
        line-height: 100px;
    }
}

.feature-list-button-box .ht-btn {
    margin: 10px;
}

/*=============================================
=         15. Box Large Images Css            =
=============================================*/
.large-image-grid-style-two .box-large-image__midea {
    position: relative;
    height: 440px;
}
.large-image-grid-style-two .bg-item-images {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.box-large-image__wrap {
    max-width: 370px;
    width: 100%;
    height: 100%;
    position: relative;
    display: flex;
    flex-direction: column;
}
@media only screen and (max-width: 767px) {
    .box-large-image__wrap {
        margin: auto;
    }
}
.box-large-image__wrap:hover .box-large-image__box {
    transform: translateY(-5px);
}
.box-large-image__wrap:hover .images-midea img {
    transform: scale(1.1, 1.1);
}
.box-large-image__wrap:hover .images-midea::after {
    background: #002fa6;
    opacity: .8;
}
.box-large-image__wrap:hover .heading-wrap .heading {
    transform: translateY(-100%);
    opacity: 0;
}
.box-large-image__wrap:hover .button-wrapper .btn {
    transform: translateY(0);
    opacity: 1;
}
.box-large-image__box {
    transition: all 0.7s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.box-large-image__box .button-wrapper {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    border-radius: 5px;
    overflow: hidden;
    z-index: 3;
}
.box-large-image__box .button-wrapper .btn {
    background: #fff;
    color: #086ad8;
    transform: translateY(100%);
    opacity: 0;
}
.box-large-image__midea {
    position: relative;
    border-radius: 5px;
    overflow: hidden;
}
.box-large-image__midea .images-midea {
    text-align: center;
}
.box-large-image__midea .images-midea img {
    width: 100%;
    transition: transform 1s;
}
.box-large-image__midea .images-midea::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    opacity: .5;
    background-image: linear-gradient(-180deg, transparent 39%, #1c0f69 100%);
}
.box-large-image__midea .images-midea .heading-wrap {
    position: absolute;
    bottom: 30px;
    left: 0;
    right: 0;
    width: 250px;
    margin: 0 auto;
    z-index: 1;
    overflow: hidden;
}
.box-large-image__midea .images-midea .heading-wrap .heading {
    font-size: 24px;
    line-height: 1.5;
    color: #fff;
    font-weight: 500;
    transition: all 0.7s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.box-large-image .box-info {
    position: relative;
    z-index: 2;
    padding: 30px 20px;
    text-align: center;
    -webkit-transform: translateY(100%);
    -ms-transform: translateY(100%);
    transform: translateY(100%);
    height: 100%;
    min-height: 330px;
}
.box-large-image .box-info .heading {
    -webkit-transform: translateY(-100%) translateY(-54px);
    -ms-transform: translateY(-100%) translateY(-54px);
    transform: translateY(-100%) translateY(-54px);
    font-size: 24px;
    line-height: 1.5;
    color: #fff;
}
.box-large-image__content p {
    color: #7e7e7e;
}
.box-large-image__content p strong {
    color: #333;
    font-weight: 500;
}
.box-large-image__two {
    height: 100%;
    position: relative;
    overflow: hidden;
    display: block;
    width: 100%;
}
.box-large-image__two:hover .box-large-image__box {
    -webkit-transform: translateY(-5px);
    -moz-transform: translateY(-5px);
    -ms-transform: translateY(-5px);
    -o-transform: translateY(-5px);
    transform: translateY(-5px);
}
.box-large-image__two:hover .box-large-image__midea::after {
    background: #002fa6;
    opacity: .8;
}
.box-large-image__two:hover .box-info {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: block;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}
.box-large-image__two:hover .box-info .heading {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
}
.box-large-image__two .box-large-image__midea {
    position: relative;
    border-radius: 5px;
    overflow: hidden;
    text-align: center;
    height: 320px;
}
.box-large-image__two .box-large-image__midea img {
    width: 100%;
    transition: transform 1s;
}
.box-large-image__two .box-large-image__midea::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    opacity: .5;
    background-image: linear-gradient(-180deg, rgba(28, 15, 105, 0) 11%, #000 80%);
}
.box-large-image__two__box {
    -webkit-transition: all 0.7s cubic-bezier(0.645, 0.045, 0.355, 1);
    -o-transition: all 0.7s cubic-bezier(0.645, 0.045, 0.355, 1);
    -moz-transition: all 0.7s cubic-bezier(0.645, 0.045, 0.355, 1);
    transition: all 0.7s cubic-bezier(0.645, 0.045, 0.355, 1);
    position: relative;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    overflow: hidden;
    height: 100%;
}
.box-large-image__two__box .box-info {
    position: absolute;
    z-index: 2;
    text-align: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 30px 20px;
    -webkit-transform: translateY(100%);
    -moz-transform: translateY(100%);
    -ms-transform: translateY(100%);
    -o-transform: translateY(100%);
    transform: translateY(100%);
    height: 330px;
    -webkit-transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
    -o-transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
    -moz-transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
    transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
    top: 0;
    -webkit-transition: all 0.7s cubic-bezier(0.645, 0.045, 0.355, 1);
    -o-transition: all 0.7s cubic-bezier(0.645, 0.045, 0.355, 1);
    -moz-transition: all 0.7s cubic-bezier(0.645, 0.045, 0.355, 1);
    transition: all 0.7s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.box-large-image__two__box .box-info .heading {
    transform: translateY(-100%) translateY(-54px);
    font-size: 24px;
    line-height: 1.5;
    color: #fff;
    margin-bottom: 10px;
}
.box-large-image__two__box .box-info .text {
    color: #ffffff;
}
.box-large-image__two__box .box-info .btn {
    background: #d2a98e;
    margin-top: 40px;
    display: inline-block;
    width: 56px;
    height: 56px;
    line-height: 56px;
    text-align: center;
    border-radius: 50%;
    color: #fff;
    font-size: 18px;
    padding: 0;
}

.ht-large-box-images.style-03 {
    display: block;
}
.ht-large-box-images.style-03 .large-image-box {
    background: #fff;
    border-radius: 5px;
    overflow: hidden;
    box-shadow: 0 0 40px rgba(51, 51, 51, 0.1);
    position: relative;
    margin-bottom: 30px;
}
.ht-large-box-images.style-03 .content {
    padding: 32px 35px;
    padding-bottom: 88px;
    text-align: center;
}
.ht-large-box-images.style-03 .content .heading {
    font-weight: 500;
    line-height: 1.25;
    margin-bottom: 12px;
}
.ht-large-box-images.style-03 .content .text {
    color: #696969;
}
.ht-large-box-images.style-03 .content .box-images-arrow {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 1;
    height: 56px;
    line-height: 55px;
    text-align: center;
    font-size: 14px;
    font-weight: 500;
    border-top: 1px solid #eee;
    color: #f80000;
}
.ht-large-box-images.style-03 .content .box-images-arrow::before {
    background-color: #f80000;
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    transform: translateY(100%);
    transition: all 0.7s cubic-bezier(0.645, 0.045, 0.355, 1);
    z-index: -1;
}
.ht-large-box-images.style-03:hover {
    transform: translateY(-5px);
}
.ht-large-box-images.style-03:hover .content .heading {
    color: #f80000;
}
.ht-large-box-images.style-03:hover .content .box-images-arrow {
    color: #ffffff;
}
.ht-large-box-images.style-03:hover .content .box-images-arrow::before {
    transform: translateY(0);
}
.ht-large-box-images.style-04 {
    display: block;
}
.ht-large-box-images.style-04 .large-image-box {
    position: relative;
    margin-bottom: 30px;
}
.ht-large-box-images.style-04 .box-image {
    transition: all 0.7s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.ht-large-box-images.style-04 .content {
    padding: 32px 35px;
    padding-bottom: 88px;
    text-align: center;
}
.ht-large-box-images.style-04 .content .heading {
    font-weight: 500;
    line-height: 1.25;
    margin-bottom: 12px;
}
.ht-large-box-images.style-04 .content .text {
    color: #696969;
}
.ht-large-box-images.style-04 .content .box-images-arrow {
    margin-top: 20px;
    color: #f80000;
}
.ht-large-box-images.style-04:hover .box-image {
    transform: translateY(-5px);
}

.contact-info-three .location-text-button .button-text {
    font-weight: 500;
    color: #002fa6;
    position: relative;
}
.contact-info-three .location-text-button .button-text::after {
    content: '';
    width: 0;
    height: 1px;
    bottom: 0;
    position: absolute;
    left: auto;
    right: 0;
    -webkit-transition: width 0.6s cubic-bezier(0.25, 0.8, 0.25, 1) 0s;
    transition: width 0.6s cubic-bezier(0.25, 0.8, 0.25, 1) 0s;
    background: currentColor;
}
.contact-info-three .location-text-button:hover .button-text::after {
    width: 100%;
    left: 0;
    right: auto;
}
