/*==========================================================================
Font
========================================================================== */
/*==========================================================================
Color
========================================================================== */
/*==========================================================================
Pack
========================================================================== */
@import url("https://fonts.googleapis.com/css2?family=Roboto:wght@100;300;400;500;700;900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Roboto+Slab:wght@400;500;600;700;800;900&display=swap");
body {
  font-family: "Roboto", sans-serif;
  color: #696969;
  font-size: 16px;
  line-height: 26px;
}

img {
  width: 100%;
  max-width: 100%;
  height: auto;
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}

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

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

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

a:focus {
  text-decoration: none;
  color: #fff;
  outline: none;
}

ul,
ol,
li {
  margin: 0;
  padding: 0;
}

.section-padding {
  padding: 120px 0px;
}

.display-none {
  display: none;
}

/*==========================================================================
Form
========================================================================== */
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
  border: 1px solid #E8E8E8;
  border-color: transparent;
  border-radius: 0px;
  background: #3E4094;
  color: #fff;
  line-height: 1;
  padding: 0.6em 1em 0.4em;
}

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
  border-color: transparent;
}

button:active,
button:focus,
input[type="button"]:active,
input[type="button"]:focus,
input[type="reset"]:active,
input[type="reset"]:focus,
input[type="submit"]:active,
input[type="submit"]:focus {
  border-color: transparent;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea {
  color: #04060B;
  border: 1px solid;
  border-radius: 0px;
  width: 100%;
  height: 60px;
  border: 1px solid #E8E8E8;
  background: #fff;
  padding-left: 15px;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="range"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="time"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="color"]:focus,
textarea:focus {
  color: #04060B;
  outline: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  border-color: #3E4094;
}

select {
  border: 1px solid #E8E8E8;
}

textarea {
  width: 100%;
  height: 150px;
  padding-top: 15px;
}

button,
button:hover,
button:focus {
  -webkit-box-shadow: none;
          box-shadow: none;
  border: none;
  outline: none;
}

/*==========================================================================
Hedging CSS
========================================================================== */
h1 {
  font-size: 110px;
  line-height: 120px;
  padding: 0;
  margin: 0;
  color: #04060B;
  font-family: "Roboto Slab", serif;
  font-weight: 700;
}

h2 {
  font-size: 48px;
  line-height: 60px;
  padding: 0;
  margin: 0;
  color: #04060B;
  font-family: "Roboto Slab", serif;
  font-weight: 700;
  z-index: 2;
  position: relative;
  text-transform: capitalize;
}

h3 {
  font-size: 22px;
  line-height: 32px;
  padding: 0;
  margin: 0;
  color: #04060B;
  font-family: "Roboto Slab", serif;
  font-weight: 700;
}

h4 {
  font-size: 18px;
  line-height: 28px;
  padding: 0;
  margin: 0;
  color: #04060B;
  font-family: "Roboto Slab", serif;
  font-weight: 700;
}

h5 {
  font-size: 16px;
  line-height: 26px;
  padding: 0;
  margin: 0;
  color: #04060B;
  font-family: "Roboto Slab", serif;
  font-weight: 700;
}

p {
  font-size: 16px;
  line-height: 26px;
  padding: 0;
  margin: 0;
  color: #000;
  font-family: "Roboto", sans-serif;
  font-weight: 400;
}

@media (max-width: 1199px) {
  h2 {
    font-size: 42px;
    line-height: 54px;
  }
}

@media (max-width: 440px) {
  h2 {
    font-size: 30px;
    line-height: 42px;
  }
}

/*==========================================================================
Section Top
========================================================================== */
.subtitle-one {
  display: inline-block;
  position: relative;
  font-size: 18px;
  line-height: 28px;
  font-weight: 600;
  color: #3E4094;
  text-transform: capitalize;
  padding-right: 50px;
  margin-bottom: 15px;
  font-family: "Roboto Slab", serif;
  z-index: 1;
}

.subtitle-one::before {
  position: absolute;
  content: '';
  width: 40px;
  height: 1px;
  right: 0;
  top: 11px;
  background: #3E4094;
}

.subtitle-one::after {
  position: absolute;
  content: '';
  width: 60px;
  height: 1px;
  right: -20px;
  bottom: 8px;
  background: #3E4094;
}

.subtitle-two {
  display: inline-block;
  position: absolute;
  left: 6px;
  top: 0;
  font-size: 200px;
  line-height: 170px;
  z-index: 0;
  font-weight: 700;
  color: #3E4094;
  opacity: 0.1;
  -webkit-text-fill-color: transparent;
  -webkit-text-stroke-width: 1px;
}

/*==========================================================================
Theme Btn CSS
========================================================================== */
.theme-banner-btn,
.theme-banner-btn2,
.theme-btn {
  position: relative;
  display: inline-block;
  font-size: 16px;
  color: #fff;
  height: 55px;
  line-height: 55px;
  padding: 0 25px;
  font-weight: 700;
  -webkit-transition: all 0.4s ease-out 0s;
  transition: all 0.4s ease-out 0s;
  background-color: #3E4094;
  text-transform: capitalize;
  z-index: 3;
  font-family: "Roboto Slab", serif;
}

.theme-banner-btn i::before,
.theme-banner-btn2 i::before,
.theme-btn i::before {
  font-size: 22px;
  margin-left: 10px;
  top: 5px;
  position: relative;
}

.theme-banner-btn::before,
.theme-banner-btn2::before,
.theme-btn::before {
  content: "";
  position: absolute;
  right: 0;
  height: 100%;
  width: 0;
  top: 0;
  bottom: 0;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  z-index: -1;
  background-color: #86C12C;
}

.theme-banner-btn:hover::before,
.theme-banner-btn2:hover::before,
.theme-btn:hover::before {
  width: 100%;
}

.theme-btn:hover {
  color: #fff;
}

.theme-banner-btn {
  background: #86C12C;
  color: #fff;
}

.theme-banner-btn::before {
  background-color: #3E4094;
}

.theme-banner-btn:hover {
  color: #fff;
}

.theme-banner-btn:focus {
  color: #04060B;
}

.theme-banner-btn2 {
  background: #86C12C;
  color: #04060B;
}

.theme-banner-btn2:hover {
  color: #04060B;
}

.theme-banner-btn2::before {
  background-color: #fff;
}

.theme-banner-btn2:focus {
  color: #04060B;
}

/*==========================================================================
Preloader CSS
========================================================================== */
.spinner {
  width: 80px;
  height: 80px;
  position: relative;
  margin: 100px auto;
}

.double-bounce1,
.double-bounce2 {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background-color: #fff;
  opacity: 0.6;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-animation: sk-bounce 2.0s infinite ease-in-out;
          animation: sk-bounce 2.0s infinite ease-in-out;
}

.double-bounce2 {
  -webkit-animation-delay: -1.0s;
          animation-delay: -1.0s;
}

@-webkit-keyframes sk-bounce {
  0%, 100% {
    transform: scale(0);
    -webkit-transform: scale(0);
  }
  50% {
    transform: scale(1);
    -webkit-transform: scale(1);
  }
}

@keyframes sk-bounce {
  0%, 100% {
    transform: scale(0);
    -webkit-transform: scale(0);
  }
  50% {
    transform: scale(1);
    -webkit-transform: scale(1);
  }
}

.theme-loader {
  position: fixed;
  width: 100%;
  height: 100%;
  background: #04060B;
  z-index: 9999999999;
}

.theme-loader .spinner {
  left: 50%;
  top: 50%;
  margin-left: -40px;
  margin-top: -40px;
}

/*==========================================================================
Scroll Top CSS
========================================================================== */
.scroll-top {
  background: #3E4094;
  bottom: 1%;
  color: #fff;
  font-size: 20px;
  height: 50px;
  line-height: 55px;
  position: fixed;
  right: 1%;
  text-align: center;
  width: 50px;
  z-index: 9;
  cursor: pointer;
  display: none;
  border-radius: 50%;
}

/*==========================================================================
Sticky
========================================================================== */
@-webkit-keyframes header_sticky {
  0% {
    top: -250px;
  }
  100% {
    top: 0;
  }
}
@keyframes header_sticky {
  0% {
    top: -250px;
  }
  100% {
    top: 0;
  }
}

/*==========================================================================
Video Animation CSS
========================================================================== */
.video-pulse::after, .video-pulse::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  border: 1px solid #D1D1D2;
  left: 0;
  top: 0;
  -webkit-animation-duration: 2.5s;
          animation-duration: 2.5s;
  -webkit-animation-timing-function: linear;
          animation-timing-function: linear;
  -webkit-animation-name: video-animation;
          animation-name: video-animation;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
}

.video-pulse::before {
  -webkit-animation-delay: 1s;
          animation-delay: 1s;
}

@-webkit-keyframes video-animation {
  0% {
    opacity: 0.5;
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  50% {
    opacity: 0.2;
    -webkit-transform: scale(1.5);
            transform: scale(1.5);
  }
  100% {
    opacity: 0;
    -webkit-transform: scale(2);
            transform: scale(2);
  }
}

@keyframes video-animation {
  0% {
    opacity: 0.5;
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  50% {
    opacity: 0.2;
    -webkit-transform: scale(1.5);
            transform: scale(1.5);
  }
  100% {
    opacity: 0;
    -webkit-transform: scale(2);
            transform: scale(2);
  }
}

@media (min-width: 1200px) {
  .container {
    max-width: 1200px;
  }
}

@media (min-width: 1200px) {
  .custom-container {
    max-width: 1630px;
    margin: 0 auto;
  }
}

@media (min-width: 1200px) {
  .auto-container {
    max-width: 1400px;
    margin: 0 auto;
  }
}

.mt-0 {
  margin-top: 0px;
}

.mb-0 {
  margin-bottom: 0px;
}

.ml-0 {
  margin-left: 0px;
}

.mr-0 {
  margin-right: 0px;
}

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

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

.pl-0 {
  padding-left: 0px;
}

.pr-0 {
  padding-right: 0px;
}

.mt-5 {
  margin-top: 5px;
}

.mb-5 {
  margin-bottom: 5px;
}

.ml-5 {
  margin-left: 5px;
}

.mr-5 {
  margin-right: 5px;
}

.pt-5 {
  padding-top: 5px;
}

.pb-5 {
  padding-bottom: 5px;
}

.pl-5 {
  padding-left: 5px;
}

.pr-5 {
  padding-right: 5px;
}

.mt-10 {
  margin-top: 10px;
}

.mb-10 {
  margin-bottom: 10px;
}

.ml-10 {
  margin-left: 10px;
}

.mr-10 {
  margin-right: 10px;
}

.pt-10 {
  padding-top: 10px;
}

.pb-10 {
  padding-bottom: 10px;
}

.pl-10 {
  padding-left: 10px;
}

.pr-10 {
  padding-right: 10px;
}

.mt-15 {
  margin-top: 15px;
}

.mb-15 {
  margin-bottom: 15px;
}

.ml-15 {
  margin-left: 15px;
}

.mr-15 {
  margin-right: 15px;
}

.pt-15 {
  padding-top: 15px;
}

.pb-15 {
  padding-bottom: 15px;
}

.pl-15 {
  padding-left: 15px;
}

.pr-15 {
  padding-right: 15px;
}

.mt-20 {
  margin-top: 20px;
}

.mb-20 {
  margin-bottom: 20px;
}

.ml-20 {
  margin-left: 20px;
}

.mr-20 {
  margin-right: 20px;
}

.pt-20 {
  padding-top: 20px;
}

.pb-20 {
  padding-bottom: 20px;
}

.pl-20 {
  padding-left: 20px;
}

.pr-20 {
  padding-right: 20px;
}

.mt-25 {
  margin-top: 25px;
}

.mb-25 {
  margin-bottom: 25px;
}

.ml-25 {
  margin-left: 25px;
}

.mr-25 {
  margin-right: 25px;
}

.pt-25 {
  padding-top: 25px;
}

.pb-25 {
  padding-bottom: 25px;
}

.pl-25 {
  padding-left: 25px;
}

.pr-25 {
  padding-right: 25px;
}

.mt-30 {
  margin-top: 30px;
}

.mb-30 {
  margin-bottom: 30px;
}

.ml-30 {
  margin-left: 30px;
}

.mr-30 {
  margin-right: 30px;
}

.pt-30 {
  padding-top: 30px;
}

.pb-30 {
  padding-bottom: 30px;
}

.pl-30 {
  padding-left: 30px;
}

.pr-30 {
  padding-right: 30px;
}

.mt-35 {
  margin-top: 35px;
}

.mb-35 {
  margin-bottom: 35px;
}

.ml-35 {
  margin-left: 35px;
}

.mr-35 {
  margin-right: 35px;
}

.pt-35 {
  padding-top: 35px;
}

.pb-35 {
  padding-bottom: 35px;
}

.pl-35 {
  padding-left: 35px;
}

.pr-35 {
  padding-right: 35px;
}

.mt-40 {
  margin-top: 40px;
}

.mb-40 {
  margin-bottom: 40px;
}

.ml-40 {
  margin-left: 40px;
}

.mr-40 {
  margin-right: 40px;
}

.pt-40 {
  padding-top: 40px;
}

.pb-40 {
  padding-bottom: 40px;
}

.pl-40 {
  padding-left: 40px;
}

.pr-40 {
  padding-right: 40px;
}

.mt-45 {
  margin-top: 45px;
}

.mb-45 {
  margin-bottom: 45px;
}

.ml-45 {
  margin-left: 45px;
}

.mr-45 {
  margin-right: 45px;
}

.pt-45 {
  padding-top: 45px;
}

.pb-45 {
  padding-bottom: 45px;
}

.pl-45 {
  padding-left: 45px;
}

.pr-45 {
  padding-right: 45px;
}

.mt-50 {
  margin-top: 50px;
}

.mb-50 {
  margin-bottom: 50px;
}

.ml-50 {
  margin-left: 50px;
}

.mr-50 {
  margin-right: 50px;
}

.pt-50 {
  padding-top: 50px;
}

.pb-50 {
  padding-bottom: 50px;
}

.pl-50 {
  padding-left: 50px;
}

.pr-50 {
  padding-right: 50px;
}

.mt-55 {
  margin-top: 55px;
}

.mb-55 {
  margin-bottom: 55px;
}

.ml-55 {
  margin-left: 55px;
}

.mr-55 {
  margin-right: 55px;
}

.pt-55 {
  padding-top: 55px;
}

.pb-55 {
  padding-bottom: 55px;
}

.pl-55 {
  padding-left: 55px;
}

.pr-55 {
  padding-right: 55px;
}

.mt-60 {
  margin-top: 60px;
}

.mb-60 {
  margin-bottom: 60px;
}

.ml-60 {
  margin-left: 60px;
}

.mr-60 {
  margin-right: 60px;
}

.pt-60 {
  padding-top: 60px;
}

.pb-60 {
  padding-bottom: 60px;
}

.pl-60 {
  padding-left: 60px;
}

.pr-60 {
  padding-right: 60px;
}

.mt-65 {
  margin-top: 65px;
}

.mb-65 {
  margin-bottom: 65px;
}

.ml-65 {
  margin-left: 65px;
}

.mr-65 {
  margin-right: 65px;
}

.pt-65 {
  padding-top: 65px;
}

.pb-65 {
  padding-bottom: 65px;
}

.pl-65 {
  padding-left: 65px;
}

.pr-65 {
  padding-right: 65px;
}

.mt-70 {
  margin-top: 70px;
}

.mb-70 {
  margin-bottom: 70px;
}

.ml-70 {
  margin-left: 70px;
}

.mr-70 {
  margin-right: 70px;
}

.pt-70 {
  padding-top: 70px;
}

.pb-70 {
  padding-bottom: 70px;
}

.pl-70 {
  padding-left: 70px;
}

.pr-70 {
  padding-right: 70px;
}

.mt-75 {
  margin-top: 75px;
}

.mb-75 {
  margin-bottom: 75px;
}

.ml-75 {
  margin-left: 75px;
}

.mr-75 {
  margin-right: 75px;
}

.pt-75 {
  padding-top: 75px;
}

.pb-75 {
  padding-bottom: 75px;
}

.pl-75 {
  padding-left: 75px;
}

.pr-75 {
  padding-right: 75px;
}

.mt-80 {
  margin-top: 80px;
}

.mb-80 {
  margin-bottom: 80px;
}

.ml-80 {
  margin-left: 80px;
}

.mr-80 {
  margin-right: 80px;
}

.pt-80 {
  padding-top: 80px;
}

.pb-80 {
  padding-bottom: 80px;
}

.pl-80 {
  padding-left: 80px;
}

.pr-80 {
  padding-right: 80px;
}

.mt-85 {
  margin-top: 85px;
}

.mb-85 {
  margin-bottom: 85px;
}

.ml-85 {
  margin-left: 85px;
}

.mr-85 {
  margin-right: 85px;
}

.pt-85 {
  padding-top: 85px;
}

.pb-85 {
  padding-bottom: 85px;
}

.pl-85 {
  padding-left: 85px;
}

.pr-85 {
  padding-right: 85px;
}

.mt-90 {
  margin-top: 90px;
}

.mb-90 {
  margin-bottom: 90px;
}

.ml-90 {
  margin-left: 90px;
}

.mr-90 {
  margin-right: 90px;
}

.pt-90 {
  padding-top: 90px;
}

.pb-90 {
  padding-bottom: 90px;
}

.pl-90 {
  padding-left: 90px;
}

.pr-90 {
  padding-right: 90px;
}

.mt-95 {
  margin-top: 95px;
}

.mb-95 {
  margin-bottom: 95px;
}

.ml-95 {
  margin-left: 95px;
}

.mr-95 {
  margin-right: 95px;
}

.pt-95 {
  padding-top: 95px;
}

.pb-95 {
  padding-bottom: 95px;
}

.pl-95 {
  padding-left: 95px;
}

.pr-95 {
  padding-right: 95px;
}

.mt-100 {
  margin-top: 100px;
}

.mb-100 {
  margin-bottom: 100px;
}

.ml-100 {
  margin-left: 100px;
}

.mr-100 {
  margin-right: 100px;
}

.pt-100 {
  padding-top: 100px;
}

.pb-100 {
  padding-bottom: 100px;
}

.pl-100 {
  padding-left: 100px;
}

.pr-100 {
  padding-right: 100px;
}

.t-left {
  text-align: left;
}

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

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

@media (max-width: 991px) {
  .lg-mb-0 {
    margin-bottom: 0px;
  }
  .lg-mt-0 {
    margin-top: 0px;
  }
  .lg-ml-0 {
    margin-left: 0px;
  }
  .lg-pt-0 {
    padding-top: 0px;
  }
  .lg-pb-0 {
    padding-bottom: 0px;
  }
  .lg-pl-0 {
    padding-left: 0px;
  }
  .lg-pr-0 {
    padding-right: 0px;
  }
  .lg-mb-5 {
    margin-bottom: 5px;
  }
  .lg-mt-5 {
    margin-top: 5px;
  }
  .lg-ml-5 {
    margin-left: 5px;
  }
  .lg-pt-5 {
    padding-top: 5px;
  }
  .lg-pb-5 {
    padding-bottom: 5px;
  }
  .lg-pl-5 {
    padding-left: 5px;
  }
  .lg-pr-5 {
    padding-right: 5px;
  }
  .lg-mb-10 {
    margin-bottom: 10px;
  }
  .lg-mt-10 {
    margin-top: 10px;
  }
  .lg-ml-10 {
    margin-left: 10px;
  }
  .lg-pt-10 {
    padding-top: 10px;
  }
  .lg-pb-10 {
    padding-bottom: 10px;
  }
  .lg-pl-10 {
    padding-left: 10px;
  }
  .lg-pr-10 {
    padding-right: 10px;
  }
  .lg-mb-15 {
    margin-bottom: 15px;
  }
  .lg-mt-15 {
    margin-top: 15px;
  }
  .lg-ml-15 {
    margin-left: 15px;
  }
  .lg-pt-15 {
    padding-top: 15px;
  }
  .lg-pb-15 {
    padding-bottom: 15px;
  }
  .lg-pl-15 {
    padding-left: 15px;
  }
  .lg-pr-15 {
    padding-right: 15px;
  }
  .lg-mb-20 {
    margin-bottom: 20px;
  }
  .lg-mt-20 {
    margin-top: 20px;
  }
  .lg-ml-20 {
    margin-left: 20px;
  }
  .lg-pt-20 {
    padding-top: 20px;
  }
  .lg-pb-20 {
    padding-bottom: 20px;
  }
  .lg-pl-20 {
    padding-left: 20px;
  }
  .lg-pr-20 {
    padding-right: 20px;
  }
  .lg-mb-25 {
    margin-bottom: 25px;
  }
  .lg-mt-25 {
    margin-top: 25px;
  }
  .lg-ml-25 {
    margin-left: 25px;
  }
  .lg-pt-25 {
    padding-top: 25px;
  }
  .lg-pb-25 {
    padding-bottom: 25px;
  }
  .lg-pl-25 {
    padding-left: 25px;
  }
  .lg-pr-25 {
    padding-right: 25px;
  }
  .lg-mb-30 {
    margin-bottom: 30px;
  }
  .lg-mt-30 {
    margin-top: 30px;
  }
  .lg-ml-30 {
    margin-left: 30px;
  }
  .lg-pt-30 {
    padding-top: 30px;
  }
  .lg-pb-30 {
    padding-bottom: 30px;
  }
  .lg-pl-30 {
    padding-left: 30px;
  }
  .lg-pr-30 {
    padding-right: 30px;
  }
  .lg-mb-35 {
    margin-bottom: 35px;
  }
  .lg-mt-35 {
    margin-top: 35px;
  }
  .lg-ml-35 {
    margin-left: 35px;
  }
  .lg-pt-35 {
    padding-top: 35px;
  }
  .lg-pb-35 {
    padding-bottom: 35px;
  }
  .lg-pl-35 {
    padding-left: 35px;
  }
  .lg-pr-35 {
    padding-right: 35px;
  }
  .lg-mb-40 {
    margin-bottom: 40px;
  }
  .lg-mt-40 {
    margin-top: 40px;
  }
  .lg-ml-40 {
    margin-left: 40px;
  }
  .lg-pt-40 {
    padding-top: 40px;
  }
  .lg-pb-40 {
    padding-bottom: 40px;
  }
  .lg-pl-40 {
    padding-left: 40px;
  }
  .lg-pr-40 {
    padding-right: 40px;
  }
  .lg-mb-45 {
    margin-bottom: 45px;
  }
  .lg-mt-45 {
    margin-top: 45px;
  }
  .lg-ml-45 {
    margin-left: 45px;
  }
  .lg-pt-45 {
    padding-top: 45px;
  }
  .lg-pb-45 {
    padding-bottom: 45px;
  }
  .lg-pl-45 {
    padding-left: 45px;
  }
  .lg-pr-45 {
    padding-right: 45px;
  }
  .lg-mb-50 {
    margin-bottom: 50px;
  }
  .lg-mt-50 {
    margin-top: 50px;
  }
  .lg-ml-50 {
    margin-left: 50px;
  }
  .lg-pt-50 {
    padding-top: 50px;
  }
  .lg-pb-50 {
    padding-bottom: 50px;
  }
  .lg-pl-50 {
    padding-left: 50px;
  }
  .lg-pr-50 {
    padding-right: 50px;
  }
  .lg-mb-55 {
    margin-bottom: 55px;
  }
  .lg-mt-55 {
    margin-top: 55px;
  }
  .lg-ml-55 {
    margin-left: 55px;
  }
  .lg-pt-55 {
    padding-top: 55px;
  }
  .lg-pb-55 {
    padding-bottom: 55px;
  }
  .lg-pl-55 {
    padding-left: 55px;
  }
  .lg-pr-55 {
    padding-right: 55px;
  }
  .lg-mb-60 {
    margin-bottom: 60px;
  }
  .lg-mt-60 {
    margin-top: 60px;
  }
  .lg-ml-60 {
    margin-left: 60px;
  }
  .lg-pt-60 {
    padding-top: 60px;
  }
  .lg-pb-60 {
    padding-bottom: 60px;
  }
  .lg-pl-60 {
    padding-left: 60px;
  }
  .lg-pr-60 {
    padding-right: 60px;
  }
  .lg-mb-65 {
    margin-bottom: 65px;
  }
  .lg-mt-65 {
    margin-top: 65px;
  }
  .lg-ml-65 {
    margin-left: 65px;
  }
  .lg-pt-65 {
    padding-top: 65px;
  }
  .lg-pb-65 {
    padding-bottom: 65px;
  }
  .lg-pl-65 {
    padding-left: 65px;
  }
  .lg-pr-65 {
    padding-right: 65px;
  }
  .lg-mb-70 {
    margin-bottom: 70px;
  }
  .lg-mt-70 {
    margin-top: 70px;
  }
  .lg-ml-70 {
    margin-left: 70px;
  }
  .lg-pt-70 {
    padding-top: 70px;
  }
  .lg-pb-70 {
    padding-bottom: 70px;
  }
  .lg-pl-70 {
    padding-left: 70px;
  }
  .lg-pr-70 {
    padding-right: 70px;
  }
  .lg-t-left {
    text-align: left;
  }
  .lg-t-center {
    text-align: center;
  }
  .lg-t-right {
    text-align: right;
  }
}

@media (max-width: 767px) {
  .md-mb-0 {
    margin-bottom: 0px;
  }
  .md-pt-0 {
    padding-top: 0px;
  }
  .md-pb-0 {
    padding-bottom: 0px;
  }
  .md-ml-0 {
    margin-left: 0px;
  }
  .md-pl-0 {
    padding-left: 0px;
  }
  .md-pr-0 {
    padding-right: 0px;
  }
  .md-mb-5 {
    margin-bottom: 5px;
  }
  .md-pt-5 {
    padding-top: 5px;
  }
  .md-pb-5 {
    padding-bottom: 5px;
  }
  .md-ml-5 {
    margin-left: 5px;
  }
  .md-pl-5 {
    padding-left: 5px;
  }
  .md-pr-5 {
    padding-right: 5px;
  }
  .md-mb-10 {
    margin-bottom: 10px;
  }
  .md-pt-10 {
    padding-top: 10px;
  }
  .md-pb-10 {
    padding-bottom: 10px;
  }
  .md-ml-10 {
    margin-left: 10px;
  }
  .md-pl-10 {
    padding-left: 10px;
  }
  .md-pr-10 {
    padding-right: 10px;
  }
  .md-mb-15 {
    margin-bottom: 15px;
  }
  .md-pt-15 {
    padding-top: 15px;
  }
  .md-pb-15 {
    padding-bottom: 15px;
  }
  .md-ml-15 {
    margin-left: 15px;
  }
  .md-pl-15 {
    padding-left: 15px;
  }
  .md-pr-15 {
    padding-right: 15px;
  }
  .md-mb-20 {
    margin-bottom: 20px;
  }
  .md-pt-20 {
    padding-top: 20px;
  }
  .md-pb-20 {
    padding-bottom: 20px;
  }
  .md-ml-20 {
    margin-left: 20px;
  }
  .md-pl-20 {
    padding-left: 20px;
  }
  .md-pr-20 {
    padding-right: 20px;
  }
  .md-mb-25 {
    margin-bottom: 25px;
  }
  .md-pt-25 {
    padding-top: 25px;
  }
  .md-pb-25 {
    padding-bottom: 25px;
  }
  .md-ml-25 {
    margin-left: 25px;
  }
  .md-pl-25 {
    padding-left: 25px;
  }
  .md-pr-25 {
    padding-right: 25px;
  }
  .md-mb-30 {
    margin-bottom: 30px;
  }
  .md-pt-30 {
    padding-top: 30px;
  }
  .md-pb-30 {
    padding-bottom: 30px;
  }
  .md-ml-30 {
    margin-left: 30px;
  }
  .md-pl-30 {
    padding-left: 30px;
  }
  .md-pr-30 {
    padding-right: 30px;
  }
  .md-mb-35 {
    margin-bottom: 35px;
  }
  .md-pt-35 {
    padding-top: 35px;
  }
  .md-pb-35 {
    padding-bottom: 35px;
  }
  .md-ml-35 {
    margin-left: 35px;
  }
  .md-pl-35 {
    padding-left: 35px;
  }
  .md-pr-35 {
    padding-right: 35px;
  }
  .md-mb-40 {
    margin-bottom: 40px;
  }
  .md-pt-40 {
    padding-top: 40px;
  }
  .md-pb-40 {
    padding-bottom: 40px;
  }
  .md-ml-40 {
    margin-left: 40px;
  }
  .md-pl-40 {
    padding-left: 40px;
  }
  .md-pr-40 {
    padding-right: 40px;
  }
  .md-mb-45 {
    margin-bottom: 45px;
  }
  .md-pt-45 {
    padding-top: 45px;
  }
  .md-pb-45 {
    padding-bottom: 45px;
  }
  .md-ml-45 {
    margin-left: 45px;
  }
  .md-pl-45 {
    padding-left: 45px;
  }
  .md-pr-45 {
    padding-right: 45px;
  }
  .md-t-left {
    text-align: left;
  }
  .md-t-center {
    text-align: center;
  }
  .md-t-right {
    text-align: right;
  }
}

@media (max-width: 575px) {
  .sm-mb-0 {
    margin-bottom: 0px;
  }
  .sm-mt-0 {
    margin-top: 0px;
  }
  .sm-pt-0 {
    padding-top: 0px;
  }
  .sm-pb-0 {
    padding-bottom: 0px;
  }
  .sm-pl-0 {
    padding-left: 0px;
  }
  .sm-pr-0 {
    padding-right: 0px;
  }
  .sm-mb-5 {
    margin-bottom: 5px;
  }
  .sm-mt-5 {
    margin-top: 5px;
  }
  .sm-pt-5 {
    padding-top: 5px;
  }
  .sm-pb-5 {
    padding-bottom: 5px;
  }
  .sm-pl-5 {
    padding-left: 5px;
  }
  .sm-pr-5 {
    padding-right: 5px;
  }
  .sm-mb-10 {
    margin-bottom: 10px;
  }
  .sm-mt-10 {
    margin-top: 10px;
  }
  .sm-pt-10 {
    padding-top: 10px;
  }
  .sm-pb-10 {
    padding-bottom: 10px;
  }
  .sm-pl-10 {
    padding-left: 10px;
  }
  .sm-pr-10 {
    padding-right: 10px;
  }
  .sm-mb-15 {
    margin-bottom: 15px;
  }
  .sm-mt-15 {
    margin-top: 15px;
  }
  .sm-pt-15 {
    padding-top: 15px;
  }
  .sm-pb-15 {
    padding-bottom: 15px;
  }
  .sm-pl-15 {
    padding-left: 15px;
  }
  .sm-pr-15 {
    padding-right: 15px;
  }
  .sm-mb-20 {
    margin-bottom: 20px;
  }
  .sm-mt-20 {
    margin-top: 20px;
  }
  .sm-pt-20 {
    padding-top: 20px;
  }
  .sm-pb-20 {
    padding-bottom: 20px;
  }
  .sm-pl-20 {
    padding-left: 20px;
  }
  .sm-pr-20 {
    padding-right: 20px;
  }
  .sm-mb-25 {
    margin-bottom: 25px;
  }
  .sm-mt-25 {
    margin-top: 25px;
  }
  .sm-pt-25 {
    padding-top: 25px;
  }
  .sm-pb-25 {
    padding-bottom: 25px;
  }
  .sm-pl-25 {
    padding-left: 25px;
  }
  .sm-pr-25 {
    padding-right: 25px;
  }
  .sm-mb-30 {
    margin-bottom: 30px;
  }
  .sm-mt-30 {
    margin-top: 30px;
  }
  .sm-pt-30 {
    padding-top: 30px;
  }
  .sm-pb-30 {
    padding-bottom: 30px;
  }
  .sm-pl-30 {
    padding-left: 30px;
  }
  .sm-pr-30 {
    padding-right: 30px;
  }
  .sm-mb-35 {
    margin-bottom: 35px;
  }
  .sm-mt-35 {
    margin-top: 35px;
  }
  .sm-pt-35 {
    padding-top: 35px;
  }
  .sm-pb-35 {
    padding-bottom: 35px;
  }
  .sm-pl-35 {
    padding-left: 35px;
  }
  .sm-pr-35 {
    padding-right: 35px;
  }
  .sm-mb-40 {
    margin-bottom: 40px;
  }
  .sm-mt-40 {
    margin-top: 40px;
  }
  .sm-pt-40 {
    padding-top: 40px;
  }
  .sm-pb-40 {
    padding-bottom: 40px;
  }
  .sm-pl-40 {
    padding-left: 40px;
  }
  .sm-pr-40 {
    padding-right: 40px;
  }
  .sm-mb-45 {
    margin-bottom: 45px;
  }
  .sm-mt-45 {
    margin-top: 45px;
  }
  .sm-pt-45 {
    padding-top: 45px;
  }
  .sm-pb-45 {
    padding-bottom: 45px;
  }
  .sm-pl-45 {
    padding-left: 45px;
  }
  .sm-pr-45 {
    padding-right: 45px;
  }
  .sm-t-left {
    text-align: left;
  }
  .sm-t-center {
    text-align: center;
  }
  .sm-t-right {
    text-align: right;
  }
}

/*==========================================================================
Top Bar
========================================================================== */
.header__area-topbar {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.header__area-topbar-area {
  background: #3E4094;
  padding: 2px 56px;
}

.header__area-topbar-left {
  max-width: 70%;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 70%;
          flex: 0 0 70%;
  padding-right: 15px;
  padding-left: 5px;
}

.header__area-topbar-left-info ul {
  margin-left: 300px;
}

.header__area-topbar-left-info ul li {
  display: inline-block;
  margin-right: 8px;
  list-style: none;
  padding-right: 2px;
}

.header__area-topbar-left-info ul li:last-child {
  margin: 0;
}

.header__area-topbar-left-info ul li a {
  color: #fff;
}

.header__area-topbar-left-info ul li a i::before {
  position: relative;
  top: 2px;
  margin-right: 10px;
}

.header__area-topbar-right {
  max-width: 30%;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 30%;
          flex: 0 0 30%;
  padding-right: 15px;
  padding-left: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: end;
}

.header__area-topbar-right-social {
  margin-left: 50px;
  position: relative;
}

.header__area-topbar-right-social::after {
  position: absolute;
  content: '';
  top: 0px;
  left: -25px;
  width: 1px;
  height: 28px;
  background: #538b88;
}

.header__area-topbar-right-social ul li {
  display: inline-block;
  margin-right: 20px;
  list-style: none;
}

.header__area-topbar-right-social ul li:last-child {
  margin: 0;
}

.header__area-topbar-right-social ul li a {
  color: #fff;
}

.header__area-topbar-right-language .nice-select {
  background: none;
  border: 0;
  padding: 0 20px;
  padding-left: 0;
  height: 25px;
  line-height: 25px;
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  color: #fff;
  font-size: 15px;
}

.header__area-topbar-right-language .nice-select::after {
  width: 8px;
  height: 8px;
  right: 0;
  top: 11px;
  border-bottom: 2px solid #fff;
  border-right: 2px solid #fff;
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}

.header__area-topbar-right-language .nice-select .list {
  background: #fff;
  margin-top: 12px;
  width: 130px;
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  right: 0;
  z-index: 1000;
  border-radius: 0;
  -webkit-box-shadow: 0 20px 60px rgba(0, 0, 0, 0.07);
          box-shadow: 0 20px 60px rgba(0, 0, 0, 0.07);
}

.header__area-topbar-right-language .nice-select .option {
  color: #04060B;
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  border-bottom: 1px solid #E8E8E8;
}

@media (max-width: 1785px) {
  .header__area-topbar-area {
    padding: 6px 60px;
  }
}

@media (max-width: 1199px) {
  .header__area-topbar-area {
    background: #3E4094;
    padding: 6px 35px;
  }
  .header__area-topbar-left-info ul {
    margin-left: 250px;
  }
}

@media (max-width: 1084px) {
  .header__area-topbar-left {
    max-width: 60%;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 60%;
            flex: 0 0 60%;
    padding-left: 0;
  }
  .header__area-topbar-left-info ul {
    margin-left: 0;
  }
  .header__area-topbar-right {
    max-width: 40%;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 40%;
            flex: 0 0 40%;
    padding-right: 0;
  }
  .header__area-topbar-right-social ul li {
    margin-right: 15px;
  }
}

@media (max-width: 767px) {
  .header__area-topbar {
    display: inline-block;
  }
  .header__area-topbar-area {
    text-align: center;
    padding: 5px 0 0 0;
  }
  .header__area-topbar-left {
    max-width: 100%;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    padding-left: 15px;
  }
  .header__area-topbar-right {
    max-width: 100%;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding-right: 15px;
  }
  .header__area-topbar-right-social::after {
    top: 0;
    height: 25px;
  }
}

@media (max-width: 440px) {
  .header__area-topbar-left-info ul li {
    display: inline-block;
    margin-right: 10px;
    padding-right: 5px;
  }
  .header__area-topbar-left-info ul li a {
    font-size: 14px;
  }
  .header__area-topbar-left-info ul li a i::before {
    margin-right: 5px;
  }
  .header__area-topbar-right-social ul li {
    margin-right: 10px;
  }
  .header__area-topbar-right-social ul li a i::before {
    font-size: 14px;
  }
}

@media (max-width: 349px) {
  .header__area-topbar-left-info ul li {
    border: none;
  }
}

/*==========================================================================
Banner
========================================================================== */
.banner__area {
  position: relative;
}

.banner__area-content {
  padding-top: 70px;
  padding-bottom: 80px;
  position: relative;
  z-index: 9;
  max-width: 900px;
}


.banner__area-content h1 {
  color: #3e4094;
  font-size: 100px;
  line-height: 110px;
  font-weight: 800;
  margin-bottom: 55px;
  text-transform: capitalize;
  -webkit-text-stroke: 2px white;
}

.banner__area-content-area {
  -webkit-transform: translateY(-50px);
          transform: translateY(-50px);
  -webkit-transition: -webkit-transform 2000ms ease;
  transition: -webkit-transform 2000ms ease;
  transition: transform 2000ms ease;
  transition: transform 2000ms ease, -webkit-transform 2000ms ease;
  opacity: 0;
}

.banner__area-btn {
  margin-top: 8px;
  margin-right: 30px;
}

.banner__area-swiper-image {
  background-color: #04060B;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  -webkit-transition: all 40s ease-out 0s;
  transition: all 40s ease-out 0s;
  -webkit-transform: scale(1);
          transform: scale(1);
  bottom: 0;
  z-index: 1;
  text-align: center;
}

.banner__area-swiper-image::after {
  position: absolute;
  left: 0;
  top: 0;
  content: '';
  width: 100%;
  height: 100%;
  z-index: -1;
  background: #04060B;
  opacity: 0.35;
}

.banner__area-button {
  -webkit-transform: translateY(40px);
          transform: translateY(40px);
  -webkit-transition: -webkit-transform 2000ms ease;
  transition: -webkit-transform 2000ms ease;
  transition: transform 2000ms ease;
  transition: transform 2000ms ease, -webkit-transform 2000ms ease;
  opacity: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.banner__area-button-contact h4 {
  color: #fff;
  font-weight: 400;
}

.banner__area-button-contact h4 a {
  color: #86C12C;
  margin-left: 5px;
  display: inline-block;
}

.banner__area.swiper-slide-active .banner__area-content-area {
  -webkit-transform: translateY(0%);
          transform: translateY(0%);
  opacity: 1;
}

.banner__area.swiper-slide-active .banner__area-button {
  -webkit-transform: translateY(0%);
          transform: translateY(0%);
  opacity: 1;
}

.banner__area.swiper-slide-active .banner__area-swiper-image {
  -webkit-transform: scale(1.7);
          transform: scale(1.7);
}

.banner__area-dots {
  position: absolute;
  top: 45%;
  left: 150px;
  width: 50px;
  height: 140px;
  display: inline-block;
  -webkit-transform: translateY(-35%);
          transform: translateY(-35%);
  z-index: 9;
}

.banner__area-dots .swiper-pagination-bullet {
  background: none;
  color: #fff;
  font-size: 20px;
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  opacity: 1;
  font-family: "Roboto Slab", serif;
  font-weight: 500;
  padding-bottom: 45px;
  position: relative;
  display: block;
}

.banner__area-dots .swiper-pagination-bullet::before {
  position: absolute;
  content: "\f106";
  font-family: flaticon;
  top: 0;
  left: 0;
  display: none;
}

.banner__area-dots .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: none;
  color: #86C12C;
  padding-left: 25px;
}

.banner__area-dots .swiper-pagination-bullet.swiper-pagination-bullet-active::before {
  display: block;
}

.banner__area-dots .swiper-pagination-bullet:last-child {
  padding-bottom: 0;
}

.banner__area-prev {
  position: absolute;
  bottom: 95px;
  right: 165px;
}

.banner__area-prev .swiper-button-prev.slide-prev {
  right: 100px;
  left: auto;
  font-size: 18px;
  font-weight: 400;
  color: #fff;
  font-family: "Roboto Slab", serif;
}

.banner__area-prev .swiper-button-prev.slide-prev i::before {
  color: #fff;
  margin-right: 15px;
  position: relative;
  top: 3px;
  font-size: 22px;
}

.banner__area-prev .swiper-button-next.slide-next {
  font-size: 18px;
  font-weight: 400;
  color: #fff;
  font-family: "Roboto Slab", serif;
}

.banner__area-prev .swiper-button-next.slide-next i::before {
  color: #fff;
  margin-left: 15px;
  position: relative;
  top: 3px;
  font-size: 22px;
}

.swiper-button-prev::after {
  display: none;
}

.swiper-button-next::after {
  display: none;
}

@media (max-width: 1700px) {
  .banner__area-dots {
    display: none;
  }
}

@media (max-width: 1400px) {
  .banner__area-content h1 {
    font-size: 90px;
    line-height: 100px;
  }
}

@media (max-width: 1199px) {
  .banner__area-content h1 {
    font-size: 90px;
    line-height: 100px;
    margin-bottom: 45px;
  }
}

@media (max-width: 991px) {
  .banner__area-content h1 {
    font-size: 70px;
    line-height: 80px;
    margin-bottom: 40px;
  }
}

@media (max-width: 767px) {
  .banner__area-content h1 {
    font-size: 60px;
    line-height: 70px;
  }
}

@media (max-width: 575px) {
  .banner__area-prev {
    position: absolute;
    bottom: 95px;
    right: auto;
    left: 170px;
  }
}

@media (max-width: 515px) {
  .banner__area-content h1 {
    font-size: 50px;
    line-height: 60px;
    margin-bottom: 20px;
  }
  .banner__area-btn {
    margin: 0;
    margin-bottom: 20px;
  }
  .banner__area-button {
    display: inline-block;
  }
}

@media (max-width: 440px) {
  .banner__area-content h1 {
    font-size: 40px;
    line-height: 50px;
  }
}

@media (max-width: 360px) {
  .banner__area-content h1 {
    font-size: 35px;
    line-height: 45px;
  }
}

/*==========================================================================
About
========================================================================== */
.about__area {
  background: #F6F9FF;
  position: relative;
}

.about__area-left-image {
  position: relative;
  margin-bottom: 120px;
}

.about__area-left-image img {
  max-width: 435px;
  padding-right: 20px;
  border-right: 15px solid #86C12C;
}

.about__area-left-image-small-img {
  position: absolute;
  bottom: -120px;
  right: 0px;
  max-width: 350px;
  border: 20px solid #fff;
  -webkit-box-shadow: 0 0 70px rgba(29, 101, 185, 0.1);
          box-shadow: 0 0 70px rgba(29, 101, 185, 0.1);
}

.about__area-left-image-small-img img {
  border: none;
  padding: 0;
}

.about__area-left-image-content {
  background: #86C12C;
  display: inline-block;
  text-align: center;
  padding: 60px 0 0 0;
  position: absolute;
  left: 40px;
  bottom: -70px;
  width: 220px;
  height: 220px;
  border-radius: 40px;
}

.about__area-left-image-content::after {
  position: absolute;
  content: '';
  top: 0;
  left: 0;
  width: 190px;
  border-radius: 30px;
  margin: 15px;
  height: 190px;
  border: 2px dashed #04060B;
}

.about__area-left-image-content p {
  font-family: "Roboto Slab", serif;
  color: #04060B;
  font-weight: 700;
  position: relative;
  z-index: 2;
}

.about__area-left-image-content p:first-child {
  color: #04060B;
  font-weight: 700;
  font-family: "Roboto Slab", serif;
  font-size: 48px;
  line-height: 60px;
  margin-bottom: 5px;
}

.about__area-title-right-author {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.about__area-title-right-author-img {
  margin-right: 20px;
}

.about__area-title-right-author-img img {
  max-width: 70px;
}

.about__area-title-right-author-text p {
  font-size: 14px;
}

.about__area-title-right-author-signature {
  text-align: right;
  border-left: 1px solid #C4C4C4;
}

.about__area-title-right-author-signature img {
  max-width: 230px;
}

.about__area-title-right-image {
  position: absolute;
  background-position: center;
  background-size: cover;
  background-repeat: repeat;
  right: 30px;
  top: 110px;
  bottom: 0;
  height: 70%;
  width: 40%;
}

/*==========================================================================
About Two
========================================================================== */
.about__area-two {
  position: relative;
}

.about__area-two-left-image {
  position: relative;
  margin-bottom: 120px;
}

.about__area-two-left-image img {
  max-width: 400px;
}

.about__area-two-left-image-small-img {
  position: absolute;
  bottom: -120px;
  right: 0px;
  max-width: 300px;
}

.about__area-two-left-image-small-img img {
  border: none;
  padding: 0;
}

.about__area-two-left-image-content {
  background: #86C12C;
  display: inline-block;
  text-align: center;
  padding: 60px 0 0 0;
  position: absolute;
  left: 40px;
  bottom: -70px;
  width: 220px;
  height: 220px;
  border-radius: 40px;
}

.about__area-two-left-image-content::after {
  position: absolute;
  content: '';
  top: 0;
  left: 0;
  width: 190px;
  border-radius: 30px;
  margin: 15px;
  height: 190px;
  border: 2px dashed #04060B;
}

.about__area-two-left-image-content p {
  font-family: "Roboto Slab", serif;
  color: #04060B;
  font-weight: 700;
  position: relative;
  z-index: 2;
}

.about__area-two-left-image-content p:first-child {
  color: #04060B;
  font-weight: 700;
  font-family: "Roboto Slab", serif;
  font-size: 48px;
  line-height: 60px;
  margin-bottom: 5px;
}

.about__area-two-title-right-author {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.about__area-two-title-right-author-img {
  margin-right: 20px;
}

.about__area-two-title-right-author-img img {
  max-width: 70px;
}

.about__area-two-title-right-author-text p {
  font-size: 14px;
}

.about__area-two-title-right-author-signature {
  text-align: right;
  border-left: 1px solid #C4C4C4;
}

.about__area-two-title-right-author-signature img {
  max-width: 230px;
}

.about__area-two-title-right-image {
  position: absolute;
  background-position: center;
  background-size: cover;
  background-repeat: repeat;
  right: 30px;
  top: 110px;
  bottom: 0;
  height: 70%;
  width: 40%;
}

@media (max-width: 1199px) {
  .about__area-left-image {
    margin-bottom: 120px;
  }
  .about__area-left-image img {
    max-width: 400px;
  }
  .about__area-left-image-small-img {
    right: -40px;
    max-width: 300px;
  }
}

@media (max-width: 991px) {
  .about__area-left {
    margin-right: 40px;
  }
  .about__area-left-image {
    max-width: 480px;
    margin: 0 auto;
    margin-bottom: 120px;
  }
  .about__area-left-image img {
    max-width: 450px;
  }
  .about__area-left-image-small-img {
    max-width: 360px;
  }
  .about__area-two-left {
    max-width: 500px;
    margin: 0;
  }
}

@media (max-width: 575px) {
  .about__area-left-image img {
    max-width: 330px;
  }
  .about__area-left-image-small-img {
    right: -40px;
    max-width: 300px;
  }
  .about__area-left-image-content {
    left: 0;
  }
  .about__area-title-right-author {
    margin-bottom: 40px;
  }
  .about__area-title-right-author-signature {
    text-align: left;
  }
}

@media (max-width: 430px) {
  .about__area-left-image-small-img {
    right: -40px;
    max-width: 250px;
  }
  .about__area-two-left-image img {
    max-width: 260px;
  }
}

/*==========================================================================
Blog
========================================================================== */
.blog__area {
  background: #fff;
}

.blog__area-title p {
  max-width: 280px;
}

.blog__area-item-image {
  position: relative;
  overflow: hidden;
}

.blog__area-item-image img {
  -webkit-transform: scale(1);
          transform: scale(1);
  -webkit-transition: all 0.8s ease-out 0s;
  transition: all 0.8s ease-out 0s;
}

.blog__area-item-image::before {
  position: absolute;
  content: '';
  left: 0;
  top: 0;
  right: 0;
  -webkit-transition: all 0.5s ease-out 0s;
  transition: all 0.5s ease-out 0s;
  bottom: 0;
  width: 100%;
  height: 0;
  background: #04060B;
  opacity: 0.8;
  z-index: 2;
}

.blog__area-item-content {
  background: #F6F9FF;
  padding: 30px;
  padding-top: 0;
}

.blog__area-item-content h3 a {
  color: #04060B;
  display: block;
  margin-bottom: 15px;
}

.blog__area-item-content a {
  color: #04060B;
  display: inline-block;
  font-family: "Roboto Slab", serif;
  font-weight: 700;
  -webkit-transition: all 0.4s ease-out 0s;
  transition: all 0.4s ease-out 0s;
}

.blog__area-item-content a i::before {
  font-size: 22px;
  margin-left: 5px;
  top: 6px;
  position: relative;
  -webkit-transition: all 0.4s ease-out 0s;
  transition: all 0.4s ease-out 0s;
}

.blog__area-item-content a:hover {
  color: #3E4094;
}

.blog__area-item-content a:hover i::before {
  margin-left: 10px;
}

.blog__area-item-content-date {
  text-align: center;
  display: inline-block;
  margin-top: -40px;
  margin-bottom: 25px;
  position: relative;
  z-index: 3;
}

.blog__area-item-content-date span {
  color: #fff;
  font-family: "Roboto Slab", serif;
  font-size: 22px;
  line-height: 32px;
  font-weight: 700;
  background: #3E4094;
  padding: 4px 0;
  width: 70px;
  height: auto;
  display: block;
}

.blog__area-item-content-date p {
  color: #04060B;
  font-family: "Roboto Slab", serif;
  font-weight: 700;
  font-size: 12px;
  background: #86C12C;
  padding: 0;
  width: 70px;
  height: auto;
  display: block;
}

.blog__area-item:hover .blog__area-item-image img {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}

.blog__area-item:hover .blog__area-item-image::before {
  height: 100%;
}

.blog__area-dots .blog-pagination {
  margin-top: 15px;
}

.blog__area-dots .blog-pagination .swiper-pagination-bullet {
  border-radius: 3px;
  background: #3E4094;
  width: 10px;
  height: 6px;
  -webkit-transition: all 0.4s ease-out 0s;
  transition: all 0.4s ease-out 0s;
  opacity: 1;
  margin: 0;
  margin-right: 10px;
}

.blog__area-dots .blog-pagination .swiper-pagination-bullet-active {
  width: 30px;
}

@media (max-width: 1199px) {
  .blog__area-item-content h3 a {
    font-size: 17px;
    line-height: 27px;
  }
}

/*==========================================================================
Blog Details
========================================================================== */
.blog__details-left-meta {
  margin-top: 25px;
  margin-bottom: 30px;
}

.blog__details-left-meta ul li {
  display: inline-block;
  margin-right: 30px;
  list-style: none;
}

.blog__details-left-meta ul li:last-child {
  margin: 0;
}

.blog__details-left-meta ul li a {
  color: #696969;
  font-weight: 500;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.blog__details-left-meta ul li a i::before {
  color: #3E4094;
  margin-right: 10px;
}

.blog__details-left-meta ul li a:hover {
  color: #3E4094;
}

.blog__details-left-slider-button i::before {
  width: 50px;
  height: 50px;
  display: inline-block;
  line-height: 50px;
  text-align: center;
  background: #fff;
  color: #04060B;
  border-radius: 50%;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.blog__details-left-slider-button i:hover::before {
  background: #86C12C;
}

.blog__details-left-content-box {
  background: #F6F9FF;
  padding: 40px 30px;
  position: relative;
}

.blog__details-left-content-box i::before {
  position: absolute;
  left: 30px;
  top: 10px;
  font-size: 90px;
  color: #3E4094;
  opacity: 0.1;
}

.blog__details-left-content-box p {
  color: #04060B;
  font-style: italic;
  font-size: 18px;
  line-height: 30px;
}

.blog__details-left-content-box h4 {
  position: relative;
  display: inline-block;
  padding-left: 70px;
}

.blog__details-left-content-box h4::before {
  position: absolute;
  content: '';
  width: 50px;
  height: 4px;
  left: 0;
  top: 12px;
  background: #3E4094;
}

.blog__details-left-video-image {
  position: relative;
}

.blog__details-left-video-image::after {
  position: absolute;
  left: 0;
  top: 0;
  content: '';
  width: 100%;
  height: 100%;
  z-index: 0;
  background: #04060B;
  opacity: 0.75;
}

.blog__details-left-video-image-icon {
  position: absolute;
  background: #fff;
  top: 50%;
  left: 50%;
  display: inline-block;
  z-index: 4;
  padding: 20px;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.blog__details-left-video-image-icon a {
  position: relative;
  display: inline-block;
  width: 60px;
  height: 60px;
  line-height: 58px;
  border: 1px solid #3E4094;
  color: #3E4094;
  text-align: center;
  z-index: 2;
  font-size: 16px;
  border-radius: 50%;
}

.blog__details-left-video-content {
  margin: 30px 0;
}

.blog__details-left-video-content h3 {
  font-size: 30px;
  line-height: 40px;
  margin-bottom: 30px;
}

.blog__details-left-related {
  margin-bottom: 45px;
  padding-bottom: 45px;
  border-bottom: 1px solid #E8E8E8;
}

.blog__details-left-related p {
  font-family: "Roboto Slab", serif;
  font-weight: 500;
  color: #04060B;
  margin-right: 20px;
}

.blog__details-left-related-tag {
  display: ruby;
}

.blog__details-left-related-tag a {
  display: inline-block;
  width: auto;
  height: 35px;
  line-height: 35px;
  color: #696969;
  padding: 0 20px;
  border: 1px solid #e0ecf1;
  margin-right: 8px;
  -webkit-transition: all 0.4s ease-out 0s;
  transition: all 0.4s ease-out 0s;
  font-size: 14px;
  font-weight: 500;
}

.blog__details-left-related-tag a:hover {
  background: #3E4094;
  color: #fff;
  border-color: #3E4094;
}

.blog__details-left-related-share {
  display: ruby;
}

.blog__details-left-related-share ul li {
  display: inline-block;
  margin-right: 8px;
  list-style: none;
}

.blog__details-left-related-share ul li:last-child {
  margin: 0;
}

.blog__details-left-related-share ul li a i::before {
  width: 35px;
  height: 35px;
  line-height: 35px;
  text-align: center;
  border: 1px solid #04060B;
  display: inline-block;
  color: #04060B;
  border-radius: 50%;
  -webkit-transition: all 0.4s ease-out 0s;
  transition: all 0.4s ease-out 0s;
}

.blog__details-left-related-share ul li a i:hover::before {
  background: #86C12C;
  border-color: #86C12C;
}

.blog__details-left-post-item {
  background: #F6F9FF;
  padding: 40px 30px;
}

.blog__details-left-post-item-icon {
  margin-bottom: 5px;
}

.blog__details-left-post-item-icon a {
  color: #3E4094;
  font-weight: 600;
  font-family: "Roboto Slab", serif;
}

.blog__details-left-post-item-icon a i::before {
  position: relative;
  top: 2px;
}

.blog__details-left-post-item p {
  color: #04060B;
  font-family: "Roboto Slab", serif;
  font-weight: 700;
}

.blog__details-left-post-author {
  padding: 30px;
  -webkit-box-shadow: 0 0 50px rgba(0, 0, 0, 0.07);
          box-shadow: 0 0 50px rgba(0, 0, 0, 0.07);
  overflow: hidden;
}

.blog__details-left-post-author-image {
  float: left;
}

.blog__details-left-post-author-image img {
  width: 150px;
  height: 150px;
}

.blog__details-left-post-author-content {
  max-width: 490px;
  overflow: hidden;
  padding-left: 30px;
}

.blog__details-left-post-author-content h4 {
  margin-bottom: 10px;
}

.blog__details-left-comment {
  margin-bottom: 45px;
  padding-bottom: 45px;
  border-bottom: 1px solid #E8E8E8;
}

.blog__details-left-comment-item-comment-image {
  float: left;
}

.blog__details-left-comment-item-comment-image img {
  width: 80px;
  height: 80px;
}

.blog__details-left-comment-item-comment-content {
  max-width: 660px;
  padding-left: 30px;
  overflow: hidden;
}

.blog__details-left-comment-item-comment-content span {
  font-size: 14px;
  margin-bottom: 15px;
  display: inline-block;
}

.blog__details-left-comment-item-comment-content a {
  color: #3E4094;
  font-family: "Roboto Slab", serif;
  font-weight: 700;
  display: inline-block;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  margin-top: 10px;
}

.blog__details-left-comment-item-comment-content a i::before {
  margin-right: 15px;
}

.blog__details-left-comment-item-comment-content a:hover {
  color: #04060B;
}

@media (max-width: 575px) {
  .blog__details-left-meta ul li {
    margin-right: 20px;
  }
  .blog__details-left-related p {
    margin-right: 10px;
  }
  .blog__details-left-related-tag a {
    padding: 0 18px;
    margin-right: 5px;
  }
  .blog__details-left-post-author-image {
    float: initial;
    margin-bottom: 20px;
  }
  .blog__details-left-post-author-content {
    padding-left: 0;
  }
  .blog__details-left-comment-item {
    margin-left: 0;
  }
  .blog__details-left-comment-item-comment-image {
    float: initial;
    margin-bottom: 20px;
  }
  .blog__details-left-comment-item-comment-content {
    padding-left: 0;
  }
}

/*==========================================================================
Blog Standard
========================================================================== */
.blog__standard-left-item-content {
  padding: 40px 30px;
  background: #F6F9FF;
}

.blog__standard-left-item-content-meta {
  margin-bottom: 25px;
  padding-bottom: 30px;
  border-bottom: 1px solid #E8E8E8;
}

.blog__standard-left-item-content-meta ul li {
  display: inline-block;
  margin-right: 30px;
  list-style: none;
}

.blog__standard-left-item-content-meta ul li:last-child {
  margin: 0;
}

.blog__standard-left-item-content-meta ul li a {
  color: #696969;
  font-weight: 500;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.blog__standard-left-item-content-meta ul li a i::before {
  color: #3E4094;
  margin-right: 10px;
}

.blog__standard-left-item-content-meta ul li a:hover {
  color: #3E4094;
}

.blog__standard-left-item-content h2 a {
  color: #04060B;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  display: inline-block;
  margin: 0;
}

.blog__standard-left-item-content h2 a:hover {
  color: #3E4094;
}

.blog__standard-left-item-content-btn {
  margin-top: 15px;
}

.blog__standard-left-item-content-btn a {
  color: #04060B;
  position: relative;
  display: inline-block;
  font-family: "Roboto Slab", serif;
  font-weight: 700;
  -webkit-transition: all 0.4s ease-out 0s;
  transition: all 0.4s ease-out 0s;
}

.blog__standard-left-item-content-btn a i::before {
  position: relative;
  -webkit-transition: all 0.4s ease-out 0s;
  transition: all 0.4s ease-out 0s;
  top: 4px;
  font-size: 20px;
  left: 6px;
}

.blog__standard-left-item-content-btn a:hover {
  color: #3E4094;
}

.blog__standard-left-item-content-btn a:hover i::before {
  left: 10px;
}

@media (max-width: 767px) {
  .blog__standard-left-item-content h2 a {
    font-size: 35px;
    line-height: 47px;
  }
}

@media (max-width: 510px) {
  .blog__standard-left-item-content-meta ul li {
    margin-right: 20px;
    font-size: 14px;
  }
  .blog__standard-left-item-content h2 a {
    font-size: 30px;
    line-height: 42px;
  }
}

@media (max-width: 450px) {
  .blog__standard-left-item-content-meta ul li {
    margin-right: 10px;
  }
  .blog__standard-left-item-content h2 a {
    font-size: 25px;
    line-height: 37px;
  }
}

@media (max-width: 390px) {
  .blog__standard-left-item-content {
    padding: 35px 25px;
  }
  .blog__standard-left-item-content h2 a {
    font-size: 20px;
    line-height: 32px;
  }
}

/*==========================================================================
Subscribe
========================================================================== */
.subscribe__area {
  position: relative;
  z-index: 2;
}

.subscribe__area-left {
  position: relative;
}

.subscribe__area-left h2 {
  color: #fff;
  font-size: 30px;
  line-height: 40px;
  max-width: 390px;
}

.subscribe__area-left-shape {
  position: absolute;
  top: -55px;
  left: 80px;
  max-width: 250px;
  z-index: 1;
}

.subscribe__area-right form {
  position: relative;
}

.subscribe__area-right form input {
  height: 70px;
  line-height: 70px;
  padding-left: 50px;
  border: none;
}

.subscribe__area-right form button {
  position: absolute;
  top: 7px;
  right: 10px;
}

.subscribe__area-right form i {
  position: absolute;
  font-size: 16px;
  color: #3E4094;
  left: 20px;
  top: 27px;
}

.subscribe-p {
  padding: 70px 50px;
  background: #3E4094;
  margin: 0;
}

@media (max-width: 991px) {
  .subscribe__area-left h2 {
    margin: 0 auto;
    text-align: center;
  }
}

@media (max-width: 500px) {
  .subscribe__area {
    position: relative;
    z-index: 2;
  }
  .subscribe__area-left h2 {
    font-size: 22px;
    line-height: 34px;
  }
  .subscribe__area-left-shape {
    top: 0;
    left: 50px;
    max-width: 300px;
    z-index: 0;
  }
  .subscribe__area-right form input {
    margin-bottom: 20px;
    height: 55px;
    line-height: 55px;
  }
  .subscribe__area-right form button {
    position: static;
    width: 100%;
  }
  .subscribe__area-right form i {
    top: 20px;
  }
  .subscribe__area-right form .theme-banner-btn:hover {
    color: #04060B;
  }
  .subscribe-p {
    padding: 50px 3px;
  }
}

/*==========================================================================
Contact
========================================================================== */
.quote__area {
  background: #04060B;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  position: relative;
}

.quote__area-title {
  max-width: 760px;
  margin: 0 auto;
  text-align: center;
}

.quote__area-title h2 {
  color: #fff;
}

.quote__area-title .subtitle-two {
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  color: #fff;
}

.quote__area-item i {
  position: absolute;
  font-size: 16px;
  color: #3E4094;
  right: 35px;
  top: 20px;
  z-index: 1;
}

.quote__area-item input {
  height: 55px;
  border: 0;
  position: relative;
}

.quote__area-item-services {
  max-width: 100%;
}

.quote__area-item-services .nice-select {
  width: 100%;
  background: #fff;
  border-radius: 0;
  height: 55px;
  line-height: 55px;
  font-size: 16px;
  color: #747474;
  padding: 0;
  padding-left: 15px;
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}

.quote__area-item-services .nice-select::after {
  width: 10px;
  height: 10px;
  right: 23px;
  border-bottom: 2px solid #3E4094;
  border-right: 2px solid #3E4094;
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}

.quote__area-item-services .nice-select .list {
  padding: 0;
  margin: 0;
  border-radius: 0;
  width: 100%;
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}

.quote__area-item-services .nice-select .option {
  color: #04060B;
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}

.quote__area-item-button .theme-btn {
  width: 100%;
}

.quote__area-item-button i {
  position: static;
  font-size: initial;
  color: initial;
}

.quote__area-item-button i::before {
  font-size: 22px;
  margin-left: 10px;
  top: 5px;
  position: relative;
  color: #fff;
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}

.quote__area-item-button button:hover {
  color: #04060B;
}

.quote__area-item-button button:hover i::before {
  color: #04060B;
}

.quote__area-bottom {
  max-width: 650px;
  margin: 0 auto;
  text-align: center;
}

.quote__area-bottom p {
  color: #fff;
  font-size: 20px;
  line-height: 30px;
  font-family: "Roboto Slab", serif;
}

.quote__area-bottom p a {
  color: #86C12C;
  margin-left: 5px;
  display: inline-block;
  -webkit-transition: all 0.4s ease-out 0s;
  transition: all 0.4s ease-out 0s;
}

.quote__area-bottom p a:hover {
  text-decoration: underline;
}

.contact__list-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: #F6F9FF;
  padding: 30px;
}

.contact__list-item-icon {
  margin-right: 30px;
}

.contact__list-item-icon i::before {
  width: 80px;
  height: 80px;
  display: inline-block;
  line-height: 80px;
  background: #e0ecf1;
  color: #3E4094;
  font-size: 30px;
  text-align: center;
  border-radius: 50%;
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}

.contact__list-item-content h4 {
  font-size: 22px;
  line-height: 32px;
  margin-bottom: 5px;
}

.contact__list-item-content p {
  font-family: "Roboto Slab", serif;
}

.contact__list-item-content p a {
  color: #696969;
  word-break: break-word;
}

.contact__list-item:hover .contact__list-item-icon i::before {
  background: #3E4094;
  color: #fff;
}

.contact__form-left-map iframe {
  width: 100%;
  height: 570px;
  padding-right: 50px;
}

.contact__form-right-form-item {
  position: relative;
}

.contact__form-right-form-item i {
  position: absolute;
  top: 22px;
  right: 15px;
  color: #3E4094;
}

.contact__form-right-form-item button i {
  position: initial;
  color: #fff;
  -webkit-transition: all 0.4s ease-out 0s;
  transition: all 0.4s ease-out 0s;
}

.contact__form-right-form-item button:hover i {
  color: #04060B;
}

@media (max-width: 991px) {
  .contact__form-left-map iframe {
    padding-right: 0;
  }
}

@media (max-width: 380px) {
  .contact__list-item {
    padding: 30px 20px;
  }
  .contact__list-item-icon {
    margin-right: 20px;
  }
  .contact__list-item-icon i::before {
    width: 60px;
    height: 60px;
    line-height: 60px;
    font-size: 25px;
  }
}

/*==========================================================================
Solution
========================================================================== */
.solution__area {
  background: #F6F9FF;
  position: relative;
  background-position: center left;
  background-size: cover;
  background-repeat: repeat;
}

.solution__area-left {
  max-width: 460px;
}

.solution__area-right {
  position: absolute;
  background-position: center top;
  background-size: cover;
  background-repeat: repeat;
  right: 0;
  top: 0;
  bottom: 0;
  width: 50%;
  height: 100%;
}

.solution__area-right-video-icon {
  position: absolute;
  background: #86C12C;
  top: 50%;
  left: -50px;
  display: inline-block;
  z-index: 4;
  padding: 20px;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
}

.solution__area-right-video-icon a {
  position: relative;
  display: inline-block;
  width: 60px;
  height: 60px;
  line-height: 58px;
  border: 1px solid #04060B;
  color: #04060B;
  text-align: center;
  z-index: 2;
  font-size: 16px;
  border-radius: 50%;
}

.mission__area-title {
  max-width: 700px;
  margin: 0 auto;
  text-align: center;
}

.mission__area-left-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 35px 25px;
  background: #F6F9FF;
}

.mission__area-left-item-icon {
  margin-right: 25px;
}

.mission__area-left-item-icon i::before {
  font-size: 45px;
  color: #fff;
  width: 100px;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  height: 100px;
  line-height: 100px;
  display: inline-block;
  background: #3E4094;
  text-align: center;
  border-radius: 5px;
}

.mission__area-left-item-content h3 {
  margin-bottom: 10px;
}

.mission__area-left-item-content p {
  max-width: 340px;
}

.mission__area-left-item:hover .mission__area-left-item-icon i::before {
  background: #86C12C;
  color: #04060B;
}

.mission__area-right-item-count {
  background: #F6F9FF;
  display: inline-block;
  width: 175px;
  height: 140px;
  text-align: center;
  padding-top: 28px;
}

.mission__area-right-item-count p {
  font-family: "Roboto Slab", serif;
  color: #04060B;
  font-weight: 700;
  font-size: 15px;
}

.mission__area-right-item-count p:first-child {
  color: #04060B;
  font-size: 40px;
  line-height: 52px;
}

.mission__area .subtitle-two {
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

@media (max-width: 1199px) {
  .solution__area-right-video-icon {
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
  }
}

@media (max-width: 991px) {
  .solution__area-right {
    display: none;
  }
  .solution__area-right-video-icon {
    position: initial;
    margin: 50px 0 0 50px;
  }
}

@media (max-width: 390px) {
  .mission__area-left-item {
    display: block;
    text-align: center;
  }
  .mission__area-left-item-icon {
    margin-right: 0;
    margin-bottom: 20px;
  }
}

/*==========================================================================
Faq CSS
==========================================================================*/
.faq__area {
  background: #F6F9FF;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  position: relative;
  z-index: 2;
}

.faq__area::before {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 200px;
  background: #fff;
  z-index: -1;
}

.faq__area-left {
  position: relative;
  margin-bottom: 50px;
}

.faq__area-left::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 200px;
  height: 490px;
  background: #fff;
}

.faq__area-left-image {
  position: relative;
  margin-left: 40px;
}

.faq__area-left-image img {
  max-width: 380px;
  margin-top: 30px;
}

.faq__area-left-image-contact {
  position: absolute;
  right: 0;
  bottom: -50px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: #86C12C;
  padding: 50px 30px;
  padding-right: 50px;
}

.faq__area-left-image-contact-icon {
  margin-right: 20px;
}

.faq__area-left-image-contact-icon i::before {
  color: #04060B;
  font-size: 24px;
  width: 60px;
  height: 60px;
  line-height: 60px;
  display: inline-block;
  border-radius: 50%;
  text-align: center;
  border: 1px solid #696969;
}

.faq__area-left-image-contact-text h3 a {
  color: #04060B;
}

.faq__area-left-image-contact-text p {
  color: #04060B;
  font-size: 14px;
  font-weight: 600;
  font-family: "Roboto Slab", serif;
}

.faq__area-collapse {
  position: relative;
  z-index: 3;
}

.faq__area-collapse-item {
  margin-bottom: 10px;
  background: #fff;
  padding: 0 15px;
  -webkit-box-shadow: 0 20px 70px rgba(0, 0, 0, 0.07);
          box-shadow: 0 20px 70px rgba(0, 0, 0, 0.07);
}

.faq__area-collapse-item-card-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border: none;
  cursor: pointer;
  background: #fff;
  padding: 15px 0;
}

.faq__area-collapse-item-card-header i {
  color: #3E4094;
}

.faq__area-collapse-item-card-header-content {
  padding: 0px 0 20px 0;
}

.faq__area-collapse-item-card-header-content p {
  max-width: 400px;
}

.faq__area-applying {
  background: #3E4094;
  padding: 40px;
  margin-top: 120px;
}

.faq__area-applying-left h2 {
  color: #fff;
}

.faq__area-applying-right-image-content {
  background: #fff;
  display: inline-block;
  text-align: center;
  padding: 60px 0 0 0;
  position: absolute;
  bottom: -25px;
  left: -11px;
  width: 207px;
  height: 198px;
  border-radius: 40px;
  -webkit-box-shadow: 0 20px 50px rgba(0, 0, 0, 0.07);
          box-shadow: 0 20px 50px rgba(0, 0, 0, 0.07);
}

.faq__area-applying-right-image-content::after {
  position: absolute;
  content: '';
  top: 0;
  left: 0;
  width: 176px;
  border-radius: 30px;
  margin: 15px;
  height: 164px;
  border: 2px dashed #04060B;
}

.faq__area-applying-right-image-content p {
  font-family: "Roboto Slab", serif;
  color: #04060B;
  font-weight: 700;
  position: relative;
  z-index: 1;
}

.faq__area-applying-right-image-content p:first-child {
  color: #04060B;
  font-size: 48px;
  line-height: 60px;
  margin-bottom: 5px;
  position: relative;
  z-index: 1;
}

.faq__area-two {
  background: #fff;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  position: relative;
  z-index: 2;
}

.faq__form-area-form {
  max-width: 800px;
  margin: 0 auto;
  text-align: center;
}

@media (max-width: 991px) {
  .faq__area-left {
    max-width: 500px;
    margin: 0 auto;
  }
}

@media (max-width: 450px) {
  .faq__area-left-image-contact {
    padding: 40px 30px;
  }
  .faq__area-left-image-contact-icon {
    margin-right: 15px;
  }
  .faq__area-left-image-contact-icon i::before {
    font-size: 20px;
    width: 40px;
    height: 40px;
    line-height: 40px;
  }
  .faq__area-left-image-contact-text h3 a {
    font-size: 17px;
    line-height: 27px;
  }
  .faq__area-collapse-item {
    padding: 0 5px;
  }
  .faq__area-collapse-item-card-header h4 {
    font-size: 14px;
    font-weight: 500;
  }
  .faq__area-collapse-item-card-header-content p {
    font-size: 14px;
  }
  .faq__area-collapse-faq {
    -webkit-box-shadow: none;
            box-shadow: none;
  }
  .faq__area-applying {
    padding: 25px;
  }
  .faq__area-applying-right-image {
    padding-bottom: 40px;
  }
  .faq__area-applying-right-image-content {
    bottom: 0px;
    left: 15px;
  }
}

/*==========================================================================
Footer
========================================================================== */
.footer__area {
  background: #04060B;
  padding: 100px 0;
  padding-top: 210px;
  margin-top: -110px;
  padding-bottom: 70px;
  position: relative;
}

.footer__area-about-logo {
  margin-bottom: 25px;
}

.footer__area-about-logo a {
  display: inline-block;
}

.footer__area-about-logo a img {
  max-width: 322px;
}

.footer__area-about-widget p {
  color: #D1D1D2;
  margin-bottom: 30px;
}

.footer__area-about-widget h3 {
  color: #fff;
  margin-bottom: 32px;
  padding-top: 7px;
}

.footer__area-about-widget-social-icon ul li {
  display: inline-block;
  margin-right: 15px;
  list-style: none;
}

.footer__area-about-widget-social-icon ul li:last-child {
  margin: 0;
}

.footer__area-about-widget-social-icon ul li a {
  display: inline-block;
}

.footer__area-about-widget-social-icon ul li a i::before {
  display: inline-block;
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  border: 1px solid #C4C4C4;
  border-radius: 50%;
  color: #C4C4C4;
  -webkit-transition: all 0.4s ease-out 0s;
  transition: all 0.4s ease-out 0s;
}

.footer__area-about-widget-social-icon ul li a:hover i::before {
  border-color: #86C12C;
  background: #86C12C;
  color: #04060B;
}

.footer__area-about-widget-services ul li {
  margin-bottom: 18px;
  list-style: none;
}

.footer__area-about-widget-services ul li:last-child {
  margin: 0;
}

.footer__area-about-widget-services ul li a {
  color: #D1D1D2;
  position: relative;
  text-transform: capitalize;
  -webkit-transition: all 0.4s ease-out 0s;
  transition: all 0.4s ease-out 0s;
  padding-left: 0;
}

.footer__area-about-widget-services ul li a::before {
  position: absolute;
  content: '';
  width: 0;
  height: 2px;
  background: #3E4094;
  top: 8px;
  left: 0;
  -webkit-transition: all 0.4s ease-out 0s;
  transition: all 0.4s ease-out 0s;
}

.footer__area-about-widget-services ul li a:hover {
  color: #3E4094;
  padding-left: 17px;
}

.footer__area-about-widget-services ul li a:hover::before {
  width: 12px;
}

.footer__area-about-widget-menu ul li {
  margin-bottom: 18px;
  list-style: none;
}

.footer__area-about-widget-menu ul li:last-child {
  margin: 0;
}

.footer__area-about-widget-menu ul li a {
  color: #D1D1D2;
  position: relative;
  text-transform: capitalize;
  -webkit-transition: all 0.4s ease-out 0s;
  transition: all 0.4s ease-out 0s;
  padding-left: 0;
}

.footer__area-about-widget-menu ul li a::before {
  position: absolute;
  content: '';
  width: 0;
  height: 2px;
  background: #3E4094;
  top: 8px;
  left: 0;
  -webkit-transition: all 0.4s ease-out 0s;
  transition: all 0.4s ease-out 0s;
}

.footer__area-about-widget-menu ul li a:hover {
  color: #3E4094;
  padding-left: 17px;
}

.footer__area-about-widget-menu ul li a:hover::before {
  width: 12px;
}

.footer__area-about-widget-post-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 15px;
  padding-bottom: 15px;
  position: relative;
}

.footer__area-about-widget-post-item::after {
  position: absolute;
  content: '';
  bottom: 0;
  left: 0;
  right: 0;
  height: 1px;
  width: auto;
  background: #fff;
  opacity: 0.1;
}

.footer__area-about-widget-post-item-image {
  max-width: 80px;
  display: inline-block;
  margin-right: 26px;
}

.footer__area-about-widget-post-item-content h4 a {
  color: #fff;
  font-size: 16px;
  line-height: 26px;
  font-weight: 600;
  margin-bottom: 10px;
  display: inline-block;
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}

.footer__area-about-widget-post-item-content h4 a:hover {
  color: #3E4094;
}

.footer__area-about-widget-post-item-content p {
  color: #696969;
  margin: 0;
  padding: 0;
}

.footer__area-about-widget-post-item-content p i::before {
  color: #3E4094;
  margin-right: 10px;
}

.footer__area-about-widget-post-item:last-child::after {
  background: none;
}

.footer__area-contact-info {
  background: #1c1c1d;
  padding: 35px;
  margin-top: 100px;
  position: relative;
}

.footer__area-contact-info-title h3 {
  color: #fff;
}

.footer__area-contact-info-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: center;
}

.footer__area-contact-info-item-icon {
  margin-right: 20px;
}

.footer__area-contact-info-item-icon i::before {
  color: #86C12C;
  border: 1px solid #86C12C;
  font-size: 24px;
  width: 60px;
  height: 60px;
  line-height: 60px;
  display: inline-block;
  border-radius: 50%;
  text-align: center;
}

.footer__area-contact-info-item-content p {
  font-size: 14px;
  font-weight: 600;
  font-family: "Roboto Slab", serif;
}

.footer__area-contact-info-item-content h3 a {
  color: #fff;
  font-size: 20px;
  line-height: 32px;
}

.copyright__area {
  background: #04060B;
  padding: 30px 0;
  position: relative;
}

.copyright__area::after {
  position: absolute;
  content: '';
  top: 0;
  left: 0;
  right: 0;
  height: 1px;
  width: auto;
  background: #fff;
  opacity: 0.1;
}

.copyright__area-title p {
  color: #fff;
}

.copyright__area-title p a {
  color: #86C12C;
}

@media (max-width: 991px) {
  .footer__area-contact-info-title {
    text-align: center;
  }
  .footer__area-contact-info-item {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

@media (max-width: 767px) {
  .footer__area-about-widget {
    margin-left: 0;
  }
}

@media (max-width: 355px) {
  .footer__area-contact-info {
    padding: 30px 25px;
  }
}

/*==========================================================================
Portfolio
========================================================================== */
.portfolio__area-item-image {
  position: relative;
}

.portfolio__area-item-image::after {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  content: '';
  width: 100%;
  height: 0;
  -webkit-transition: all 0.5s ease-out 0s;
  transition: all 0.5s ease-out 0s;
  z-index: 0;
  background: #04060B;
  opacity: 0.8;
}

.portfolio__area-item-image-icon {
  position: absolute;
  top: 70%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  -webkit-transition: all 0.6s ease-out 0s;
  transition: all 0.6s ease-out 0s;
  z-index: 1;
  opacity: 0;
}

.portfolio__area-item-image-icon i::before {
  width: 60px;
  height: 60px;
  line-height: 60px;
  text-align: center;
  background: #86C12C;
  color: #04060B;
  font-size: 18px;
  display: inline-block;
  border-radius: 50%;
}

.portfolio__area-item-content {
  background: #fff;
  -webkit-box-shadow: 0 20px 50px rgba(0, 0, 0, 0.07);
          box-shadow: 0 20px 50px rgba(0, 0, 0, 0.07);
  padding: 35px 25px;
  margin: 0 30px;
  margin-top: -90px;
  position: relative;
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  opacity: 0;
}

.portfolio__area-item-content h3 a {
  color: #04060B;
  display: inline-block;
  margin-bottom: 5px;
}

.portfolio__area-item-content p {
  font-weight: 500;
  color: #3E4094;
}

.portfolio__area-bottom p {
  color: #04060B;
  font-size: 20px;
  font-family: "Roboto Slab", serif;
}

.portfolio__area-bottom p a {
  color: #3E4094;
  margin-left: 5px;
  display: inline-block;
  -webkit-transition: all 0.4s ease-out 0s;
  transition: all 0.4s ease-out 0s;
}

.portfolio__area-bottom p a:hover {
  text-decoration: underline;
}

.portfolio__area-item-hover .portfolio__area-item-image::after {
  height: 100%;
}

.portfolio__area-item-hover .portfolio__area-item-image-icon {
  top: 50%;
  opacity: 1;
}

.portfolio__area-item-hover .portfolio__area-item-content {
  opacity: 1;
}

/*==========================================================================
estimonial
========================================================================== */
.testimonial__area-item-area {
  background: #F6F9FF;
  padding: 30px;
  margin-left: 40px;
}

.testimonial__area-item-area-image {
  float: left;
  margin-left: -70px;
}

.testimonial__area-item-area-image img {
  width: 100%;
  border-radius: 50%;
}

.testimonial__area-item-area-content {
  overflow: hidden;
  padding-left: 30px;
}

.testimonial__area-item-area-content-name {
  position: relative;
}

.testimonial__area-item-area-content-name p {
  font-size: 14px;
  font-family: "Roboto Slab", serif;
  color: #3E4094;
  padding: 5px 0;
  font-weight: 600;
}

.testimonial__area-item-area-content-name i::before {
  position: absolute;
  font-size: 60px;
  color: #3E4094;
  opacity: 0.1;
  right: 10px;
  top: 15px;
}

.testimonial__area-item-area-content p {
  max-width: 340px;
}

.testimonial__area-button {
  text-align: right;
  padding-right: 23px;
}

.testimonial__area-button-next {
  display: inline-block;
  position: static;
  margin: 0;
  margin-left: 40px;
}

.testimonial__area-button-next i::before {
  width: 50px;
  height: 50px;
  display: inline-block;
  line-height: 50px;
  text-align: center;
  background: #F6F9FF;
  color: #04060B;
  border-radius: 50%;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  z-index: 1;
  position: relative;
}

.testimonial__area-button-next:hover i::before {
  background: #86C12C;
}

.testimonial__area-button-prev {
  display: inline-block;
  position: static;
  margin: 0;
}

.testimonial__area-button-prev i::before {
  width: 50px;
  height: 50px;
  display: inline-block;
  line-height: 50px;
  text-align: center;
  background: #F6F9FF;
  color: #04060B;
  border-radius: 50%;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  z-index: 1;
  position: relative;
}

.testimonial__area-button-prev:hover i::before {
  background: #86C12C;
}

/*==========================================================================
Portfolio Details
========================================================================== */
.portfolio__details-area-image {
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  padding: 35px;
  padding-top: 100px;
}

.portfolio__details-area-image-list {
  background: #3E4094;
  display: inline-block;
}

.portfolio__details-area-image-list-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-bottom: 1px solid #538b88;
  padding: 25px 40px;
}

.portfolio__details-area-image-list-item-icon i::before {
  color: #86C12C;
  margin-right: 15px;
  font-size: 20px;
  position: relative;
  top: 5px;
}

.portfolio__details-area-image-list-item-content span {
  display: block;
  font-family: "Roboto Slab", serif;
  font-size: 18px;
  line-height: 28px;
  font-weight: 600;
  color: #fff;
}

.portfolio__details-area-image-list-item-content p {
  color: #fff;
}

.portfolio__details-area-image-list-item-social ul li {
  display: inline-block;
  margin-right: 15px;
}

.portfolio__details-area-image-list-item-social ul li:last-child {
  margin: 0;
}

.portfolio__details-area-image-list-item-social ul li a {
  display: inline-block;
}

.portfolio__details-area-image-list-item-social ul li a i::before {
  display: inline-block;
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  border: 1px solid #538b88;
  border-radius: 50%;
  color: #fff;
  -webkit-transition: all 0.4s ease-out 0s;
  transition: all 0.4s ease-out 0s;
}

.portfolio__details-area-image-list-item-social ul li a:hover i::before {
  border-color: #86C12C;
  background: #86C12C;
  color: #04060B;
}

.portfolio__details-area-image-list-item:last-child {
  border-bottom: none;
}

.portfolio__details-area-content h3 {
  font-size: 30px;
  line-height: 40px;
}

.portfolio__details-area-content-list p {
  max-width: 720px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.portfolio__details-area-content-list p i::before {
  color: #04060B;
  border: 1px solid #E8E8E8;
  width: 30px;
  height: 30px;
  line-height: 30px;
  display: inline-block;
  border-radius: 50%;
  text-align: center;
  margin-right: 20px;
  position: relative;
  top: 2px;
}

.portfolio__details-area-content-image {
  position: relative;
}

.portfolio__details-area-content-image-video-icon {
  position: absolute;
  background: #3E4094;
  top: 50%;
  left: 50%;
  display: inline-block;
  z-index: 4;
  padding: 20px;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.portfolio__details-area-content-image-video-icon a {
  position: relative;
  display: inline-block;
  width: 60px;
  height: 60px;
  line-height: 58px;
  border: 1px solid #fff;
  color: #fff;
  text-align: center;
  z-index: 2;
  font-size: 16px;
  border-radius: 50%;
}

@media (max-width: 768px) {
  .testimonial__area-button {
    text-align: left;
    margin-top: 30px;
  }
}

@media (max-width: 500px) {
  .testimonial__area-item-area {
    margin: 0;
    text-align: center;
  }
  .testimonial__area-item-area-image {
    float: initial;
    margin-left: 0;
  }
  .testimonial__area-item-area-image img {
    max-width: 100px;
    height: auto;
    margin-bottom: 20px;
  }
  .testimonial__area-item-area-content {
    padding: 0;
    text-align: center;
  }
  .testimonial__area-item-area-content p {
    max-width: initial;
  }
}

@media (max-width: 411px) {
  .portfolio__details-area-image {
    padding: 20px;
  }
  .portfolio__details-area-image-list-item {
    padding: 20px;
  }
  .portfolio__details-area-image-list-item-icon i::before {
    margin-right: 10px;
  }
  .portfolio__details-area-image-list-item-social ul li {
    margin-right: 10px;
  }
  .portfolio__details-area-image-list-item-content p {
    font-size: 14px;
  }
}

/*==========================================================================
Services
========================================================================== */
.services__area {
  position: relative;
  background: #fff;
}

.services__area::after {
  position: absolute;
  content: '';
  left: 0;
  right: 0;
  bottom: 0;
  height: 120px;
  background: #F6F9FF;
  z-index: 0;
}

.services__area-title-right {
  max-width: 450px;
  margin: 0 auto;
  margin-right: 0;
}

.services__area-title-right p {
  margin-bottom: 15px;
}

.services__area-item {
  position: relative;
  padding: 35px 25px;
  background: #fff;
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  z-index: 2;
}

.services__area-item::after {
  position: absolute;
  content: '';
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: #3E4094;
  z-index: -1;
  width: 100%;
  -webkit-transition: all 0.5s ease-out 0s;
  transition: all 0.5s ease-out 0s;
  height: 0;
}

.services__area-item-icon i::before {
  font-size: 60px;
  color: #3E4094;
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}

.services__area-item-content h3 a {
  color: #04060B;
  display: inline-block;
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}

.services__area-item-content p {
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}

.services__area-item a {
  color: #04060B;
  position: relative;
  display: inline-block;
  font-family: "Roboto Slab", serif;
  font-weight: 700;
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}

.services__area-item a i::before {
  position: relative;
  -webkit-transition: all 0.4s ease-out 0s;
  transition: all 0.4s ease-out 0s;
  top: 4px;
  font-size: 20px;
  left: 6px;
}

.services__area-item a:hover i::before {
  left: 10px;
}

.services__area-item span {
  display: inline-block;
  position: absolute;
  right: 30px;
  top: 30px;
  font-size: 60px;
  line-height: 60px;
  font-weight: 700;
  color: #3E4094;
  opacity: 0.1;
  -webkit-text-fill-color: transparent;
  -webkit-text-stroke-width: 1px;
}

.services__area-item:hover {
  background: none;
}

.services__area-item:hover::after {
  height: 100%;
}

.services__area-item:hover .services__area-item-icon i::before {
  color: #fff;
}

.services__area-item:hover .services__area-item-content a h3 {
  color: #fff;
}

.services__area-item:hover .services__area-item-content p {
  color: #fff;
}

.services__area-item:hover a {
  color: #fff;
}

.services__area-item:hover span {
  color: #fff;
}

.services__area-dots .services-pagination .swiper-pagination-bullet {
  border-radius: 3px;
  background: #3E4094;
  width: 10px;
  height: 6px;
  -webkit-transition: all 0.4s ease-out 0s;
  transition: all 0.4s ease-out 0s;
  opacity: 1;
  margin: 0;
  margin-right: 10px;
}

.services__area-dots .services-pagination .swiper-pagination-bullet-active {
  width: 30px;
}

.services__details-left-content-list p {
  max-width: 720px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.services__details-left-content-list p i::before {
  color: #04060B;
  border: 1px solid #E8E8E8;
  width: 30px;
  height: 30px;
  line-height: 30px;
  display: inline-block;
  border-radius: 50%;
  text-align: center;
  margin-right: 20px;
  position: relative;
  top: 2px;
}

@media (max-width: 1199px) {
  .xl-mb-30 {
    margin-bottom: 30px;
  }
}

@media (max-width: 991px) {
  .services__area-title-right {
    text-align: left;
    margin: 0;
  }
}

/*==========================================================================
Choose Us
========================================================================== */
.chooseus__area {
  position: relative;
  background: #04060B;
}

.chooseus__area-left-image {
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  top: 0;
  bottom: 0;
  left: 0;
  height: 100%;
  width: 60%;
  position: absolute;
}

.chooseus__area-left-video-icon {
  position: absolute;
  background: #fff;
  top: 50%;
  left: 15px;
  display: inline-block;
  z-index: 4;
  padding: 20px;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
}

.chooseus__area-left-video-icon a {
  position: relative;
  display: inline-block;
  width: 60px;
  height: 60px;
  line-height: 58px;
  border: 1px solid #3E4094;
  color: #3E4094;
  text-align: center;
  z-index: 2;
  font-size: 16px;
  border-radius: 50%;
}

.chooseus__area-right {
  background: #fff;
  padding: 50px 40px;
  position: relative;
}

.chooseus__area-right-icon-list {
  border: 1px solid #D1D1D2;
  background: #fff;
  padding: 40px 20px;
  text-align: center;
  z-index: 2;
  position: relative;
}

.chooseus__area-right-icon-list::after {
  position: absolute;
  content: '';
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: #86C12C;
  z-index: -1;
  width: 100%;
  -webkit-transition: all 0.5s ease-out 0s;
  transition: all 0.5s ease-out 0s;
  height: 0;
}

.chooseus__area-right-icon-list i::before {
  font-size: 50px;
  color: #3E4094;
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  margin-bottom: 20px;
  display: inline-block;
}

.chooseus__area-right-icon-list p {
  font-weight: 700;
  color: #04060B;
}

.chooseus__area-right-icon-list.center {
  margin: 0 7px;
}

.chooseus__area-right-icon-list:hover {
  background: none;
  border-color: #86C12C;
}

.chooseus__area-right-icon-list:hover::after {
  height: 100%;
}

.chooseus__area-right-icon-list:hover.chooseus__area-right-icon-list i::before {
  color: #04060B;
}

.chooseus__area-right .subtitle-two {
  top: 50px;
  left: 40px;
}

@media (max-width: 991px) {
  .chooseus__area-left {
    position: relative;
    min-height: 100px;
  }
  .chooseus__area-left-video-icon {
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
  }
}

@media (max-width: 767px) {
  .chooseus__area-right-icon-list {
    margin: 0 20px;
  }
  .chooseus__area-right-icon-list.center {
    margin: 0 20px;
  }
}

@media (max-width: 440px) {
  .chooseus__area-right {
    padding: 40px 20px;
  }
}

/*==========================================================================
Team
========================================================================== */
.team__area {
  background: #fff;
}

.team__area-title {
  max-width: 700px;
  margin: 0 auto;
  text-align: center;
}

.team__area-title .subtitle-two {
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

.team__area-item-image {
  position: relative;
}

.team__area-item-image::before {
  position: absolute;
  content: '';
  left: 0;
  top: 0;
  right: 0;
  -webkit-transition: all 0.5s ease-out 0s;
  transition: all 0.5s ease-out 0s;
  bottom: 0;
  width: 100%;
  height: 0;
  background: #04060B;
  opacity: 0.8;
}

.team__area-item-image-content {
  background: #fff;
  position: absolute;
  bottom: 15px;
  right: 0;
  left: 0;
  margin: 0 15px;
  padding: 30px 25px;
}

.team__area-item-image-content:hover .team__area-item-image-content-social {
  background: #86C12C;
}

.team__area-item-image-content:hover .team__area-item-image-content-social a i::before {
  color: #04060B;
  border-color: #86C12C;
}

.team__area-item-image-content h3 a {
  color: #04060B;
}

.team__area-item-image-content p {
  color: #3E4094;
  font-family: "Roboto Slab", serif;
  font-weight: 500;
}

.team__area-item-image-content-social {
  position: absolute;
  right: 25px;
  top: 50%;
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  z-index: 9;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  border-radius: 50%;
}

.team__area-item-image-content-social a i::before {
  border: 2px solid rgba(29, 101, 185, 0.1);
  width: 40px;
  height: 40px;
  line-height: 35px;
  display: inline-block;
  text-align: center;
  border-radius: 50%;
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  color: #3E4094;
}

.team__area-item-image-content-social-icon {
  position: absolute;
  bottom: 83px;
  top: auto;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.5s ease-out 0s;
  transition: all 0.5s ease-out 0s;
  right: 0;
  -webkit-transform: translateY(-25%);
          transform: translateY(-25%);
}

.team__area-item-image-content-social-icon ul li {
  list-style: none;
}

.team__area-item-image-content-social-icon ul li a i::before {
  background: #fff;
  color: #3E4094;
  width: 40px;
  height: 40px;
  line-height: 40px;
  display: inline-block;
  border-radius: 50%;
  text-align: center;
  -webkit-transition: all 0.4s ease-out 0s;
  transition: all 0.4s ease-out 0s;
  border: none;
  margin-bottom: 10px;
}

.team__area-item-image-content-social-icon ul li a:hover i::before {
  color: #04060B;
  background: #86C12C;
}

.team__area-item-image-content-social:hover .team__area-item-image-content-social-icon {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateY(3%);
          transform: translateY(3%);
}

.team__area-item:hover .team__area-item-image::before {
  height: 100%;
}

@media (max-width: 1900px) {
  .team__area {
    padding: 120px 50px;
  }
}

@media (max-width: 1299px) {
  .team__area-item-image-content {
    margin: 0 15px;
    padding: 30px 25px;
  }
  .team__area-item-image-content h3 {
    font-size: 20px;
  }
}

@media (max-width: 400px) {
  .team__area {
    padding: 120px 15px;
  }
}

.team__details-left-item {
  background: #fff;
  padding: 40px;
  -webkit-box-shadow: 0 0 60px rgba(0, 0, 0, 0.07);
          box-shadow: 0 0 60px rgba(0, 0, 0, 0.07);
  text-align: center;
}

.team__details-left-item-image {
  margin-bottom: 30px;
}

.team__details-left-item-image img {
  border-radius: 50%;
  border: 5px solid #3E4094;
}

.team__details-left-item-content ul li {
  list-style: none;
  display: inline-block;
  margin-right: 8px;
}

.team__details-left-item-content ul li a i::before {
  border: 1px solid #C4C4C4;
  color: #3E4094;
  width: 40px;
  height: 40px;
  line-height: 40px;
  display: inline-block;
  border-radius: 50%;
  text-align: center;
  -webkit-transition: all 0.4s ease-out 0s;
  transition: all 0.4s ease-out 0s;
}

.team__details-left-item-content ul li a:hover i::before {
  color: #04060B;
  background: #86C12C;
  border-color: #86C12C;
}

.team__details-left-item-content ul li:last-child {
  margin: 0;
}

.team__details-right-item-content h3 {
  font-size: 30px;
  line-height: 40px;
  margin-bottom: 5px;
}

.team__details-right-item-content span {
  font-weight: 500;
  display: inline-block;
  margin-bottom: 15px;
  color: #3E4094;
}

.team__details-right-item-skill h3 {
  font-size: 30px;
  line-height: 40px;
  margin-bottom: 30px;
}

.team__details-right-item-skill-content {
  position: relative;
}

.team__details-right-item-skill-content h5 {
  font-size: 16px;
  line-height: 26px;
  font-weight: 500;
  color: #04060B;
  text-transform: capitalize;
}

.team__details-right-item-skill-count {
  position: absolute;
  top: 0;
  right: 0;
  color: #3E4094;
  font-size: 16px;
  line-height: 26px;
  font-weight: 600;
}

.team__details-right-item-skill-inner {
  width: 100%;
  height: 14px;
  margin-top: 10px;
  position: relative;
  border-radius: 2px;
  border: 1px solid #3E4094;
}

.team__details-right-item-skill-bar {
  height: 6px;
  position: absolute;
  width: 0;
  top: 3px;
  border-radius: 2px;
  left: 3px;
  background: #3E4094;
  -webkit-transition: all 3.5s ease-out 0s;
  transition: all 3.5s ease-out 0s;
}

.team__details-right-item-experience {
  -webkit-box-shadow: 0 0 70px rgba(0, 0, 0, 0.07);
          box-shadow: 0 0 70px rgba(0, 0, 0, 0.07);
  padding: 30px;
}

/*==========================================================================
Testimonial
========================================================================== */
.testimonial__area-item-content {
  position: relative;
  background: #fff;
  padding: 40px 35px;
  -webkit-box-shadow: 0 0 70px rgba(0, 0, 0, 0.07);
          box-shadow: 0 0 70px rgba(0, 0, 0, 0.07);
}

.testimonial__area-item-content i::before {
  position: absolute;
  right: 35px;
  top: 55px;
  font-size: 90px;
  color: #3E4094;
  opacity: 0.1;
}

.testimonial__area-item-content h3 {
  font-size: 18px;
  line-height: 28px;
  font-weight: 700;
  margin-bottom: 5px;
}

.testimonial__area-item-content span {
  font-size: 14px;
  display: block;
  font-weight: 500;
  margin-bottom: 10px;
}

.testimonial__area-item-content ul {
  padding-bottom: 20px;
  margin-bottom: 20px;
  border-bottom: 1px solid #E8E8E8;
}

.testimonial__area-item-content ul li {
  list-style: none;
  display: inline-block;
}

.testimonial__area-item-content ul li i::before {
  color: #86C12C;
  position: initial;
  opacity: 1;
  font-size: 16px;
}

.testimonial__area-item img {
  max-width: 90px;
  margin-bottom: 20px;
}

/*==========================================================================
Menu Bar CSS
==========================================================================*/
.header__area {
  position: relative;
}

.header__area-menubar {
  background: #fff;
}

.header__area-menubar-area {
  padding: 0 56px;
}

.header__area-menubar-area .responsive-menu {
  display: none;
}

.header__area-menubar-main-menu {
  max-width: 80%;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 80%;
          flex: 0 0 80%;
  padding-right: 15px;
  padding-left: 15px;
  text-align: right;
}

.header__area-menubar-main-menu ul li {
  display: inline-block;
  position: relative;
  list-style: none;
}

.header__area-menubar-main-menu ul li:hover > a {
  color: #3E4094;
}

.header__area-menubar-main-menu ul li:hover > .sub-menu {
  top: 100%;
  opacity: 1;
  visibility: visible;
}

.header__area-menubar-main-menu ul li .sub-menu {
  position: absolute;
  background: #fff;
  min-width: 240px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  top: 120%;
  opacity: 0;
  visibility: hidden;
  border-top: 2px solid #3E4094;
  z-index: 99;
  -webkit-box-shadow: 0px 15px 30px 0px rgba(0, 0, 0, 0.07);
          box-shadow: 0px 15px 30px 0px rgba(0, 0, 0, 0.07);
  text-align: left;
}

.header__area-menubar-main-menu ul li .sub-menu li {
  display: block;
  margin: 0;
  border-bottom: 1px solid rgba(29, 101, 185, 0.1);
}

.header__area-menubar-main-menu ul li .sub-menu li a {
  color: #04060B;
  padding: 13px 25px;
  font-size: 15px;
  text-transform: capitalize;
}

.header__area-menubar-main-menu ul li .sub-menu li .sub-menu {
  left: 100%;
  top: 0;
}

.header__area-menubar-main-menu ul li .sub-menu li:hover > a {
  color: #3E4094;
  padding-left: 30px;
}

.header__area-menubar-main-menu ul li .sub-menu li:last-child {
  border: none;
}

.header__area-menubar-main-menu ul li ul .sub-menu li .sub-menu {
  color: #04060B;
  cursor: pointer;
}

.header__area-menubar-main-menu ul li a {
  color: #04060B;
  display: block;
  font-size: 18px;
  line-height: 22px !important;
  font-weight: 700;
  padding: 37px 22px;
  -webkit-transition: all 0.3s ease-in-out;
  
  transition: all 0.3s ease-in-out;
  text-transform: capitalize;
  font-family: "Roboto Slab", serif;
}

.header__area-menubar-main-menu ul li:last-child a {
  padding-right: 0;
}

.header__area-menubar-main-menu-icon > a::before {
  content: '';
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 15px;
  width: 2px;
  height: 8px;
  background-color: #04060B;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.header__area-menubar-main-menu-icon > a::after {
  content: '';
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 12px;
  width: 8px;
  height: 2px;
  background-color: #04060B;
}

.header__area-menubar-main-menu-icon:hover > a::before {
  -webkit-transform: translateY(-50%) rotate(90deg);
          transform: translateY(-50%) rotate(90deg);
  opacity: 0;
}

.header__area-menubar-btn {
  text-align: right;
  max-width: 20%;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 20%;
          flex: 0 0 20%;
  padding-right: 15px;
  padding-left: 15px;
}

.header__area-menubar-logo {
  display: none;
}

.header__area-menubar-logo a {
  display: inline-block;
}

.header__area-menubar-logo a img {
  max-width: 281px !important;
  z-index: 999;
  position: relative;
}

.header__area-logo {
  position: relative;
}

.header__area-logo::before {
  position: absolute;
  content: '';
  top: 0;
  left: 0;
  bottom: 0;
  background: #86C12C;
  width: 280px;
  height: 150px;
  -webkit-clip-path: polygon(70% 0, 100% 100%, 100% 100%, 0 100%, 0 0);
          clip-path: polygon(70% 0, 100% 100%, 100% 100%, 0 100%, 0 0);
}

.header__area-logo::after {
  content: "";
  position: absolute;
  left: -4000px;
  top: 0;
  width: 4000px;
  height: 150px;
  background: #86C12C;
}

.header__area-logo-area {
  position: absolute;
  top: 0;
  left: 0;
  min-height: 130px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-left: 15px;
}

.header__area-logo-area a {
  display: inline-block;
}

.header__area-logo-area a img {
  max-width: 320px;
  padding-left:10px !important;
  z-index: 999;
  position: relative;
}


/*==========================================================================
Menu Bar Two CSS
==========================================================================*/
.header__area-two {
  padding: 0 57px;
}

.header__area-two-sticky-menu {
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  z-index: 999;
  width: 100%;
  -webkit-box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.07);
          box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.07);
  -webkit-animation: header_sticky 1.1s;
          animation: header_sticky 1.1s;
  background: #fff;
  display: block;
}

.header__area-two-logo {
  position: relative;
  max-width: 20%;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 20%;
          flex: 0 0 20%;
  padding-right: 15px;
  padding-left: 15px;
}

.header__area-two-logo::before {
  position: absolute;
  content: '';
  top: -27px;
  left: 0;
  bottom: 0;
  background: #86C12C;
  width: 250px;
  height: 100px;
  -webkit-clip-path: polygon(80% 0, 100% 100%, 100% 100%, 0 100%, 0 0);
          clip-path: polygon(80% 0, 100% 100%, 100% 100%, 0 100%, 0 0);
}

.header__area-two-logo::after {
  content: "";
  position: absolute;
  left: -4000px;
  top: -27px;
  width: 4000px;
  height: 100px;
  background: #86C12C;
}

.header__area-two-logo-area a {
  display: inline-block;
  position: relative;
}

.header__area-two-logo-area a::after {
  content: "";
  position: absolute;
  right: -80px;
  top: -45px;
  width: 10px;
  height: 127px;
  -webkit-transform: rotate(-26deg);
          transform: rotate(-26deg);
  background: #86C12C;
  cursor: auto;
  -webkit-clip-path: polygon(100% 0, 100% 100%, 100% 100%, 0 95%, 0 0);
          clip-path: polygon(100% 0, 100% 100%, 100% 100%, 0 95%, 0 0);
}

.header__area-two-logo-area a img {
  max-width: 155px;
  z-index: 999;
  position: relative;
}

.header__area-two-menubar {
  background: #fff;
}

.header__area-two-menubar-main-menu {
  max-width: 60%;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 60%;
          flex: 0 0 60%;
  padding-right: 15px;
  padding-left: 15px;
  text-align: right;
}

.header__area-two-menubar-main-menu ul li {
  display: inline-block;
  position: relative;
}

.header__area-two-menubar-main-menu ul li:hover > a {
  color: #3E4094;
}

.header__area-two-menubar-main-menu ul li:hover > .sub-menu {
  top: 100%;
  opacity: 1;
  visibility: visible;
}

.header__area-two-menubar-main-menu ul li .sub-menu {
  position: absolute;
  background: #fff;
  min-width: 240px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  top: 120%;
  opacity: 0;
  visibility: hidden;
  border-top: 2px solid #3E4094;
  z-index: 99;
  -webkit-box-shadow: 0px 15px 30px 0px rgba(0, 0, 0, 0.07);
          box-shadow: 0px 15px 30px 0px rgba(0, 0, 0, 0.07);
  text-align: left;
}

.header__area-two-menubar-main-menu ul li .sub-menu li {
  display: block;
  margin: 0;
  border-bottom: 1px solid rgba(29, 101, 185, 0.1);
}

.header__area-two-menubar-main-menu ul li .sub-menu li a {
  color: #04060B;
  padding: 13px 25px;
  font-size: 15px;
  text-transform: capitalize;
}

.header__area-two-menubar-main-menu ul li .sub-menu li .sub-menu {
  left: 100%;
  top: 0;
}

.header__area-two-menubar-main-menu ul li .sub-menu li:hover > a {
  color: #3E4094;
  padding-left: 30px;
}

.header__area-two-menubar-main-menu ul li .sub-menu li:last-child {
  border: none;
}

.header__area-two-menubar-main-menu ul li ul .sub-menu li .sub-menu {
  color: #04060B;
  cursor: pointer;
}

.header__area-two-menubar-main-menu ul li a {
  color: #04060B;
  display: block;
  font-size: 18px;
  line-height: 26px;
  font-weight: 700;
  padding: 37px 25px;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  text-transform: capitalize;
  font-family: "Roboto Slab", serif;
}

.header__area-two-menubar-main-menu ul li:last-child a {
  padding-right: 0;
}

.header__area-two-menubar-main-menu-icon > a::before {
  content: '';
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 15px;
  width: 2px;
  height: 8px;
  background-color: #04060B;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.header__area-two-menubar-main-menu-icon > a::after {
  content: '';
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 12px;
  width: 8px;
  height: 2px;
  background-color: #04060B;
}

.header__area-two-menubar-main-menu-icon:hover > a::before {
  -webkit-transform: translateY(-50%) rotate(90deg);
          transform: translateY(-50%) rotate(90deg);
  opacity: 0;
}

.header__area-two-menubar-btn {
  text-align: right;
  max-width: 20%;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 20%;
          flex: 0 0 20%;
  padding-right: 15px;
  padding-left: 15px;
}

.header__area-two .flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

/*==========================================================================
Responsive Menu Css
========================================================================== */
.responsive-menu {
  position: absolute;
  top: 13px;
  right: 0;
  width: 100%;
}

.mean-container a.meanmenu-reveal {
  color: #04060B;
  width: 25px;
  height: 31px;
  -webkit-transition: all 0s ease-out 0s;
  transition: all 0s ease-out 0s;
  margin-right: 22px;
}

.mean-container a.meanmenu-reveal span {
  background: #04060B;
  margin-top: 6px;
}

.mean-container .mean-bar {
  background: transparent;
  padding: 0;
  z-index: 99;
}

.mean-container .mean-bar a i {
  font-size: 22px;
  padding-top: 4px;
  display: block;
}

.mean-container .mean-nav {
  background: #F6F9FF;
  margin-top: 71px;
}

.mean-container .mean-nav li:first-child > a {
  border: none;
}

.mean-container .mean-nav ul li a.mean-expand {
  background: #3E4094;
  height: 28px;
  color: #fff;
}

.mean-container .mean-nav ul li a.mean-expand:hover {
  background: #3E4094;
}

.mean-container .mean-nav ul li a,
.mean-container .mean-nav ul li li a,
.mean-container .mean-nav li li:first-child > a {
  color: #04060B;
  font-size: 14px;
  line-height: 24px;
  font-family: "Roboto Slab", serif;
  font-weight: 700;
  border-top: 1px solid rgba(29, 101, 185, 0.1);
  opacity: 1;
  text-transform: capitalize;
}

@media (max-width: 1890px) {
  .header__area-logo-area {
    padding-left: 2px;
  }
  .header__area-logo-area::after {
    right: 152px;
  }
}

@media (max-width: 1785px) {
  .header__area-logo-area {
    padding-left: 0px;
  }
  .header__area-logo-area::after {
    right: 152px;
    -webkit-transform: rotate(-32deg);
            transform: rotate(-32deg);
  }
  .header__area-logo::before {
    width: 400px;
  }
  .header__area-menubar-area {
    padding: 0 40px;
  }
}

@media (max-width: 1512px) {
  .header__area-menubar-main-menu {
    max-width: 77%;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 77%;
            flex: 0 0 77%;
    padding-right: 0;
  }
  .header__area-menubar-btn {
    max-width: 23%;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 23%;
            flex: 0 0 23%;
  }
  .header__area-two {
    padding: 0 29px;
  }
  .header__area-two-menubar-main-menu {
    max-width: 55%;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 55%;
            flex: 0 0 55%;
  }
  .header__area-two-menubar-btn {
    max-width: 25%;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
  }
}

@media (max-width: 1314px) {
  .header__area-menubar-main-menu {
    max-width: 100%;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
  }
  .header__area-menubar-btn {
    display: none;
  }
}

@media (max-width: 1350px) {
  .header__area-two {
    padding: 0 22px;
  }
  .header__area-two-logo {
    max-width: 25%;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
  }
  .header__area-two-menubar-main-menu {
    max-width: 75%;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 75%;
            flex: 0 0 75%;
  }
  .header__area-two-menubar-btn {
    display: none;
  }
}

@media (max-width: 1199px) {
  .header__area-logo-area {
    padding-left: 50px;
  }
  .header__area-logo-area::after {
    right: -60px;
    -webkit-transform: rotate(-30deg);
            transform: rotate(-30deg);
  }
  .header__area-logo::before {
    width: 290px;
  }
  .header__area-menubar-area {
    padding: 0 35px;
  }
}

@media (max-width: 1084px) {
  .header__area-menubar-main-menu {
    max-width: 80%;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 80%;
            flex: 0 0 80%;
  }
  .header__area-menubar-logo {
    max-width: 20%;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 20%;
            flex: 0 0 20%;
    display: block;
  }
  .header__area-logo {
    position: relative;
  }
  .header__area-logo::before {
    display: none;
  }
  .header__area-logo-area {
    display: none;
  }
}

@media (max-width: 991px) {
  .header__area-menubar-logo {
    max-width: 100%;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    display: block;
  }
  .header__area-menubar-area {
    position: relative;
    padding: 20px 35px;
  }
  .header__area-menubar-area .responsive-menu {
    display: block;
  }
  .header__area-menubar-main-menu-icon > a::before {
    display: none;
  }
  .header__area-menubar-main-menu-icon > a::after {
    display: none;
  }
  .header__area-two {
    padding: 20px 30px;
  }
  .header__area-two-logo {
    max-width: 100%;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    padding-right: 0;
  }
  .header__area-two-logo::before {
    height: 92px;
  }
  .header__area-two-logo::after {
    height: 92px;
  }
  .header__area-two-logo-area a {
    display: inline-block;
    position: relative;
  }
  .header__area-two-logo-area a::after {
    height: 120px;
    -webkit-transform: rotate(-28deg);
            transform: rotate(-28deg);
  }
  .header__area-two-logo .responsive-menu {
    top: -7px;
  }
  .header__area-two-logo .responsive-menu a.meanmenu-reveal {
    margin-right: 2px;
  }
  .header__area-two-menubar-main-menu-icon > a::before {
    display: none;
  }
  .header__area-two-menubar-main-menu-icon > a::after {
    display: none;
  }
}

@media (max-width: 440px) {
  .header__area-menubar-area {
    padding: 20px 15px;
  }
  .header__area-two {
    padding: 20px 0;
  }
  .header__area-two-logo::before {
    width: 210px;
  }
  .header__area-two-logo-area a {
    display: inline-block;
    position: relative;
  }
  .header__area-two-logo-area a::after {
    height: 117px;
    right: -40px;
    -webkit-transform: rotate(-23deg);
            transform: rotate(-23deg);
  }
  .mean-container a.meanmenu-reveal {
    margin-right: 2px;
  }
}

/*==========================================================================
Pagination
========================================================================== */
.pagination__area ul li:last-child {
  margin: 0;
}

.pagination__area ul li {
  list-style: none;
  display: inline-block;
  margin-right: 15px;
}

.pagination__area ul li .active {
  background: #3E4094;
  color: #fff;
}

.pagination__area ul li a {
  color: #04060B;
  background: #F6F9FF;
  display: block;
  height: 50px;
  width: 50px;
  line-height: 50px;
  text-align: center;
  border-radius: 50%;
  font-weight: 600;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.pagination__area ul li a:hover {
  background: #3E4094;
  color: #fff;
}

/*==========================================================================
Page
========================================================================== */
.page__banner {
  background-color: #0A0A0B;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
  z-index: 1;
  text-align: center;
  padding-top: 60px;
  padding-bottom: 60px;
}

.page__banner::after {
  position: absolute;
  left: 0;
  top: 0;
  content: '';
  width: 100%;
  height: 100%;
  z-index: -1;
  background: #04060B;
  opacity: 0.75;
}

.page__banner-content h2 {
  color: #fff;
  font-size: 80px;
  line-height: 90px;
}

.page__banner-content ul {
  margin-top: 10px;
}

.page__banner-content ul li {
  display: inline-block;
  padding-right: 4px;
  list-style: none;
  color: #86C12C;
  text-transform: capitalize;
  font-weight: 600;
  position: relative;
  font-family: "Roboto Slab", serif;
  font-size: 18px;
}

.page__banner-content ul li i::before {
  position: relative;
  margin-left: 17px;
  margin-right: 9px;
  font-size: 14px;
}

.page__banner-content ul li a {
  color: #fff;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

.page__banner-content ul li a:hover {
  color: #86C12C;
}

@media (max-width: 991px) {
  .page__banner-content h2 {
    font-size: 80px;
    line-height: 90px;
  }
}

@media (max-width: 767px) {
  .page__banner-content h2 {
    font-size: 50px;
    line-height: 60px;
  }
}

@media (max-width: 415px) {
  .page__banner-content h2 {
    font-size: 36px;
    line-height: 48px;
  }
}

.error__area-content {
  max-width: 930px;
  text-align: center;
  margin: 0 auto;
}

.error__area-content img {
  margin-bottom: 50px;
}

.error__area-content h2 {
  margin-bottom: 50px;
}

@media (max-width: 991px) {
  .error__area-content img {
    margin-bottom: 35px;
  }
  .error__area-content h2 {
    margin-bottom: 35px;
  }
}

@media (max-width: 340px) {
  .error__area-content h2 {
    font-size: 29px;
  }
}

/*==========================================================================
Side Bar
========================================================================== */
.all__sidebar-item {
  background: #fff;
  padding: 40px;
  -webkit-box-shadow: 0 0 60px rgba(0, 0, 0, 0.07);
          box-shadow: 0 0 60px rgba(0, 0, 0, 0.07);
}

.all__sidebar-item-search form {
  position: relative;
}

.all__sidebar-item-search form button {
  position: absolute;
  right: 0;
  top: 0;
  color: #fff;
  width: 60px;
  height: 60px;
  background: #3E4094;
  display: inline-block;
}

.all__sidebar-item-category ul li {
  position: relative;
  list-style: none;
}

.all__sidebar-item-category ul li::after {
  background: #3E4094;
  content: "";
  position: absolute;
  left: 0;
  width: 0;
  height: 100%;
  top: 0;
  bottom: 0;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  z-index: 1;
}

.all__sidebar-item-category ul li a {
  display: block;
  color: #04060B;
  font-family: "Roboto Slab", serif;
  font-weight: 500;
  border: 1px solid #e0ecf1;
  margin-bottom: 15px;
  padding: 16px 20px;
  -webkit-transition: all 0.4s ease-out 0s;
  transition: all 0.4s ease-out 0s;
  position: relative;
  z-index: 2;
}

.all__sidebar-item-category ul li a i {
  float: right;
  position: relative;
  z-index: 1;
}

.all__sidebar-item-category ul li a i::before {
  color: #fff;
  width: 30px;
  height: 30px;
  line-height: 30px;
  display: inline-block;
  background: #3E4094;
  text-align: center;
  font-size: 14px;
  position: relative;
  top: -2px;
  -webkit-transition: all 0.4s ease-out 0s;
  transition: all 0.4s ease-out 0s;
}

.all__sidebar-item-category ul li:last-child a {
  margin: 0;
}

.all__sidebar-item-category ul li:hover::after {
  width: 100%;
}

.all__sidebar-item-category ul li:hover a {
  color: #fff;
}

.all__sidebar-item-category ul li:hover a i::before {
  background: #fff;
  color: #3E4094;
}

.all__sidebar-item-post-item-image {
  overflow: hidden;
}

.all__sidebar-item-post-item-image a img {
  -webkit-transform: scale(1);
          transform: scale(1);
  -webkit-transition: all 0.8s ease-out 0s;
  transition: all 0.8s ease-out 0s;
}

.all__sidebar-item-post-item-image:hover a img {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}

.all__sidebar-item-post-item-content p {
  font-weight: 500;
  margin-top: 15px;
  margin-bottom: 10px;
}

.all__sidebar-item-post-item-content p i::before {
  color: #3E4094;
  margin-right: 10px;
  position: relative;
  top: 2px;
}

.all__sidebar-item-post-item-content h4 a {
  color: #04060B;
  font-size: 20px;
  line-height: 30px;
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}

.all__sidebar-item-post-item-content h4 a:hover {
  color: #3E4094;
}

.all__sidebar-item-tag a {
  display: inline-block;
  width: auto;
  height: 35px;
  line-height: 35px;
  color: #696969;
  padding: 0 20px;
  border: 1px solid #e0ecf1;
  margin-right: 8px;
  margin-bottom: 12px;
  -webkit-transition: all 0.4s ease-out 0s;
  transition: all 0.4s ease-out 0s;
  font-size: 14px;
  font-weight: 500;
}

.all__sidebar-item-tag a:hover {
  background: #3E4094;
  color: #fff;
  border-color: #3E4094;
}

@media (max-width: 1199px) {
  .all__sidebar-item {
    padding: 30px;
  }
  .xl-pr-0 {
    padding-right: 0;
  }
  .xl-ml-15 {
    margin-left: 15px;
  }
}
/*# sourceMappingURL=style.css.map */
/*
-----------------------------------------------------------------------
  Shop CSS
-----------------------------------------------------------------------
*/
.daily-product2-area .container {
    padding-bottom: 90px;
    padding-top: 198px;
  }
  @media only screen and (max-width: 1199px) {
    .daily-product2-area .container {
      padding-bottom: 50px;
      padding-top: 80px;
    }
  }

  .product-item {
    margin-bottom: 30px;
    position: relative;
  }
  .product-item .product-thumb {
    overflow: hidden;
    position: relative;
  }
  .product-item .product-thumb img {
    transition: all 0.3s ease-out;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    width: 100%;
  }
  .product-item .product-info {
    margin-top: 23px;
    text-align: center;
  }
  .product-item .product-info .title {
    color: #000;
    font-size: 18px;
    font-weight: 400;
    line-height: 1.6;
    margin-bottom: 7px;
  }
  .product-item .product-info .title a {
    color: #000;
  }
  .product-item .product-info .title a:hover {
    color: #3A266F;
  }
  .product-item .product-info .prices {
    color: #000;
    font-size: 18px;
    font-weight: 700;
    line-height: 1;
  }
  .product-item .product-action {
    position: absolute;
    right: 15px;
    top: 15px;
  }
  .product-item .product-action button {
    background-color: #fff;
    color: #000;
    font-size: 24px;
    height: 44px;
    width: 44px;
    display: block;
    border: none;
    border-radius: 50%;
    line-height: 50px;
    margin-bottom: 10px;
    transition: all 0.4s ease-out;
    -webkit-transition: all 0.4s ease-out;
    -moz-transition: all 0.4s ease-out;
    -ms-transition: all 0.4s ease-out;
    -o-transition: all 0.4s ease-out;
  }
  .product-item .product-action button:hover {
    -webkit-box-shadow: 0px 3px 7px 0px rgba(0, 0, 0, 0.08);
            box-shadow: 0px 3px 7px 0px rgba(0, 0, 0, 0.08);
    color: #3A266F;
  }
  .product-item .product-action .product-action-links {
    position: absolute;
    opacity: 0;
    top: 100%;
    right: 20px;
    transition: all 0.3s ease-out;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
  }
  .product-item .product-action .product-action-links button {
    font-size: 22px;
    line-height: 47px;
  }
  .product-item .product-action .product-action-links button + button {
    transform: translate(-10px, 0px);
    -webkit-transform: translate(-10px, 0px);
    -moz-transform: translate(-10px, 0px);
    -ms-transform: translate(-10px, 0px);
    -o-transform: translate(-10px, 0px);
  }
  .product-item:hover .product-thumb img {
    transform: scale(1.05);
    -webkit-transform: scale(1.05);
    -moz-transform: scale(1.05);
    -ms-transform: scale(1.05);
    -o-transform: scale(1.05);
  }
  .product-item:hover .product-action .product-action-links {
    opacity: 1;
    right: 0;
  }
  .product-item:hover .product-action .product-action-links button + button {
    transform: translate(0px, 0px);
    -webkit-transform: translate(0px, 0px);
    -moz-transform: translate(0px, 0px);
    -ms-transform: translate(0px, 0px);
    -o-transform: translate(0px, 0px);
    -webkit-transition-delay: 0.2s;
            transition-delay: 0.2s;
  }

  .product-list-item {
    border: 2px solid #efefef;
    margin-bottom: 30px;
    border-radius: 12px;
    padding: 30px;
  }
  @media only screen and (max-width: 991px) {
    .product-list-item {
      padding: 15px;
    }
  }
  .product-list-item .product-thumb {
    border-radius: 12px;
  }
  .product-list-item .product-thumb img {
    border-radius: 12px;
  }
  .product-list-item .product-info {
    margin-top: 10px;
    text-align: left;
  }
  @media only screen and (max-width: 991px) {
    .product-list-item .product-info {
      margin-top: 0;
      padding: 20px 5px 20px;
    }
  }
  .product-list-item .product-info .title {
    font-size: 24px;
    font-weight: 700;
    margin-bottom: 14px;
  }
  .product-list-item .product-info .prices {
    font-size: 19px;
    margin-bottom: 18px;
  }
  .product-list-item .product-info .desc {
    font-size: 15px;
    margin-bottom: 26px;
  }
  .product-list-item .product-info .btn-theme {
    font-size: 13px;
  }
  @media only screen and (max-width: 1199px) {
    .product-list-item .product-info .btn-theme {
      font-size: 12px;
      width: 128px;
    }
  }

  .daily-product-item .product-thumb {
    border: 1px solid #d0d0d0;
  }
  .daily-product-item .product-thumb img {
    width: 100%;
  }
  .daily-product-item .product-info {
    margin: 0;
    padding: 0;
    text-align: left;
  }
  @media only screen and (max-width: 991px) {
    .daily-product-item .product-info {
      margin-top: 30px;
    }
  }
  .daily-product-item .product-feature-list {
    border-top: 2px dotted #ffd868;
    margin-top: 33px;
    padding-top: 33px;
  }
  @media only screen and (max-width: 1199px) {
    .daily-product-item .product-feature-list {
      margin-top: 18px;
      padding-top: 18px;
    }
  }
  .daily-product-item .product-feature-list ul {
    margin-bottom: 0;
  }
  .daily-product-item .product-feature-list ul li {
    color: #3A266F;
    display: block;
    font-size: 16px;
    line-height: 1.2;
    margin-bottom: 14px;
    position: relative;
    padding-left: 16px;
  }
  @media only screen and (max-width: 1199px) {
    .daily-product-item .product-feature-list ul li {
      font-size: 14px;
    }
  }
  .daily-product-item .product-feature-list ul li span {
    font-weight: 600;
  }
  .daily-product-item .product-feature-list ul li:before {
    background-color: #3A266F;
    border-radius: 50%;
    height: 6px;
    position: absolute;
    width: 6px;
    content: "";
    display: inline-block;
    left: 0;
    top: calc(50% - 1px);
    -webkit-transform: translate(0%, -50%);
            transform: translate(0%, -50%);
  }
  .daily-product-item .product-feature-list ul li:last-child {
    margin-bottom: 0;
  }

  .product-category-item {
    margin-bottom: 30px;
    text-align: center;
  }
  .product-category-item .thumb {
    border-radius: 50%;
    display: inline-block;
    height: 200px;
    overflow: hidden;
    position: relative;
    width: 200px;
  }
  .product-category-item .thumb img {
    border-radius: 50%;
    transition: all 0.4s ease-out;
    -webkit-transition: all 0.4s ease-out;
    -moz-transition: all 0.4s ease-out;
    -ms-transition: all 0.4s ease-out;
    -o-transition: all 0.4s ease-out;
    width: 100%;
  }
  .product-category-item .thumb:before {
    border: 2px dashed #3A266F;
    content: "";
    position: absolute;
    pointer-events: none;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    border-radius: 100%;
    z-index: 10;
    opacity: 0;
    animation: spinAround 20s linear infinite;
    -webkit-animation: spinAround 20s linear infinite;
    -moz-animation: spinAround 20s linear infinite;
    -ms-animation: spinAround 20s linear infinite;
    -o-animation: spinAround 20s linear infinite;
    transition: all 0.3s ease-out;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
  }
  .product-category-item .content {
    margin-top: 14px;
  }
  .product-category-item .content .title {
    font-size: 24px;
    font-weight: 600;
    line-height: 1;
    margin-bottom: 0;
  }
  .product-category-item .content .title a {
    color: #000;
  }
  .product-category-item .content .title a:hover {
    color: #000;
  }
  .product-category-item:hover .thumb:before {
    opacity: 1;
  }
  .product-category-item:hover .thumb img {
    transform: scale(1.07);
    -webkit-transform: scale(1.07);
    -moz-transform: scale(1.07);
    -ms-transform: scale(1.07);
    -o-transform: scale(1.07);
  }
  .product-category-item:hover .content .title a {
    color: #3A266F;
  }

  .banner-product-single-item {
    margin-bottom: 30px;
    position: relative;
  }
  .banner-product-single-item .thumb {
    overflow: hidden;
    position: relative;
  }
  .banner-product-single-item .thumb img {
    min-height: 300px;
    -o-object-fit: cover;
       object-fit: cover;
    width: 100%;
    transition: all 0.3s ease-out;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
  }
  @media only screen and (max-width: 1199px) {
    .banner-product-single-item .thumb img {
      min-height: 240px;
    }
  }
  .banner-product-single-item .content {
    left: calc(50% + 42px);
    margin-top: -4px;
    position: absolute;
    pointer-events: none;
    top: 50%;
    transform: translate(0px, -50%);
    -webkit-transform: translate(0px, -50%);
    -moz-transform: translate(0px, -50%);
    -ms-transform: translate(0px, -50%);
    -o-transform: translate(0px, -50%);
  }
  @media only screen and (max-width: 991px) {
    .banner-product-single-item .content {
      left: calc(50% + 16px);
    }
  }
  @media only screen and (max-width: 767px) {
    .banner-product-single-item .content {
      left: calc(50% + 85px);
    }
  }
  @media only screen and (max-width: 575px) {
    .banner-product-single-item .content {
      left: auto;
      right: 18px;
    }
  }
  .banner-product-single-item .content .sub-title {
    color: #3A266F;
    font-size: 24px;
    line-height: 1;
    margin-bottom: 11px;
  }
  @media only screen and (max-width: 1199px) {
    .banner-product-single-item .content .sub-title {
      font-size: 18px;
    }
  }
  .banner-product-single-item .content .title {
    color: #3A266F;
    font-size: 36px;
    line-height: 1;
    margin-bottom: 26px;
    text-transform: uppercase;
  }
  @media only screen and (max-width: 1199px) {
    .banner-product-single-item .content .title {
      font-size: 27px;
      margin-bottom: 16px;
    }
  }
  @media only screen and (max-width: 991px) {
    .banner-product-single-item .content .title {
      font-size: 25px;
    }
  }
  .banner-product-single-item .content .btn-theme {
    pointer-events: visible;
  }
  .banner-product-single-item:hover .thumb img {
    transform: scale(1.05);
    -webkit-transform: scale(1.05);
    -moz-transform: scale(1.05);
    -ms-transform: scale(1.05);
    -o-transform: scale(1.05);
  }

  .banner-product-single-style2-item {
    margin-bottom: 40px;
    position: relative;
  }
  .banner-product-single-style2-item .thumb {
    overflow: hidden;
    position: relative;
  }
  .banner-product-single-style2-item .thumb img {
    min-height: 247px;
    -o-object-fit: cover;
       object-fit: cover;
    width: 100%;
    transition: all 0.3s ease-out;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
  }
  .banner-product-single-style2-item .content {
    left: 49px;
    margin-top: 0;
    position: absolute;
    top: 50%;
    transform: translate(0px, -50%);
    -webkit-transform: translate(0px, -50%);
    -moz-transform: translate(0px, -50%);
    -ms-transform: translate(0px, -50%);
    -o-transform: translate(0px, -50%);
  }
  .banner-product-single-style2-item .content .sub-title {
    color: #3A266F;
    font-size: 18px;
    line-height: 1;
    margin-bottom: 11px;
  }
  .banner-product-single-style2-item .content .title {
    color: #3A266F;
    font-size: 24px;
    line-height: 1.292;
    margin-bottom: 28px;
    max-width: 200px;
    text-transform: capitalize;
  }
  .banner-product-single-style2-item .content .btn-theme {
    pointer-events: visible;
  }
  .banner-product-single-style2-item:hover .thumb img {
    transform: scale(1.02);
    -webkit-transform: scale(1.02);
    -moz-transform: scale(1.02);
    -ms-transform: scale(1.02);
    -o-transform: scale(1.02);
  }

  .banner-product-single-style3-item {
    margin-bottom: 30px;
    position: relative;
  }
  .banner-product-single-style3-item .thumb {
    overflow: hidden;
    position: relative;
  }
  .banner-product-single-style3-item .thumb img {
    min-height: 247px;
    -o-object-fit: cover;
       object-fit: cover;
    width: 100%;
    transition: all 0.3s ease-out;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
  }
  .banner-product-single-style3-item .content {
    left: 30px;
    margin-top: 0;
    position: absolute;
    top: 50%;
    transform: translate(0px, -50%);
    -webkit-transform: translate(0px, -50%);
    -moz-transform: translate(0px, -50%);
    -ms-transform: translate(0px, -50%);
    -o-transform: translate(0px, -50%);
  }
  .banner-product-single-style3-item .content .sub-title {
    color: #3A266F;
    font-size: 18px;
    line-height: 1;
    margin-bottom: 11px;
  }
  @media only screen and (max-width: 1199px) {
    .banner-product-single-style3-item .content .sub-title {
      font-size: 16px;
    }
  }
  .banner-product-single-style3-item .content .title {
    color: #3A266F;
    font-size: 24px;
    line-height: 1.292;
    margin-bottom: 28px;
    max-width: 170px;
    text-transform: capitalize;
  }
  @media only screen and (max-width: 1199px) {
    .banner-product-single-style3-item .content .title {
      font-size: 20px;
      max-width: 130px;
    }
  }
  .banner-product-single-style3-item .content .btn-theme {
    pointer-events: visible;
  }
  .banner-product-single-style3-item:hover .thumb img {
    transform: scale(1.02);
    -webkit-transform: scale(1.02);
    -moz-transform: scale(1.02);
    -ms-transform: scale(1.02);
    -o-transform: scale(1.02);
  }

  .shop-top-bar {
    border: 2px solid #f4f4f4;
    background-color: #f4f4f4;
    border-radius: 15px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-bottom: 40px;
    padding: 17px 29px 14px 30px;
  }
  @media only screen and (max-width: 767px) {
    .shop-top-bar {
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
    }
  }
  .shop-top-bar .shop-top-left {
    width: 180px;
  }
  @media only screen and (max-width: 1199px) {
    .shop-top-bar .shop-top-left {
      width: 195px;
    }
  }
  @media only screen and (max-width: 767px) {
    .shop-top-bar .shop-top-left {
      width: 50%;
    }
  }
  @media only screen and (max-width: 479.98px) {
    .shop-top-bar .shop-top-left {
      width: 100%;
      text-align: center;
    }
  }
  .shop-top-bar .shop-top-center {
    width: 105px;
  }
  @media only screen and (max-width: 767px) {
    .shop-top-bar .shop-top-center {
      width: 50%;
    }
  }
  @media only screen and (max-width: 479.98px) {
    .shop-top-bar .shop-top-center {
      width: 100%;
    }
  }
  .shop-top-bar .shop-top-right {
    width: 220px;
  }
  @media only screen and (max-width: 767px) {
    .shop-top-bar .shop-top-right {
      width: 100%;
      margin-top: 10px;
      border-top: 1px solid #eee;
      padding-top: 8px;
    }
  }
  .shop-top-bar .pagination-line {
    color: #3A266F;
    font-weight: 600;
    line-height: 1;
    position: relative;
    top: -1px;
  }
  .shop-top-bar .pagination-line a {
    color: #ffd868;
  }
  .shop-top-bar .pagination-line a:hover {
    color: #000;
  }
  .shop-top-bar .product-nav {
    position: relative;
    right: -2px;
  }
  .shop-top-bar .product-nav .nav-tabs {
    border: none;
  }
  @media only screen and (max-width: 767px) {
    .shop-top-bar .product-nav .nav-tabs {
      -webkit-box-pack: end !important;
          -ms-flex-pack: end !important;
              justify-content: end !important;
    }
  }
  @media only screen and (max-width: 479.98px) {
    .shop-top-bar .product-nav .nav-tabs {
      -webkit-box-pack: center !important;
          -ms-flex-pack: center !important;
              justify-content: center !important;
      margin-top: 10px;
    }
  }
  .shop-top-bar .product-nav .nav-tabs .nav-link {
    background-color: transparent;
    margin: 0;
    padding: 0;
    border: none;
    border-radius: 0;
    line-height: 1;
    font-size: 18px;
    color: #3A266F;
  }
  .shop-top-bar .product-nav .nav-tabs .nav-link + .nav-link {
    margin-left: 23px;
  }
  .shop-top-bar .product-nav .nav-tabs .nav-link.active {
    color: #ffd868;
  }
  .shop-top-bar .product-nav .nav-tabs .nav-link:hover {
    color: #ffd868;
  }
  .shop-top-bar .shop-sort {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .shop-top-bar .shop-sort span {
    color: #3A266F;
    font-weight: 600;
    font-size: 16px;
    display: inline-block;
    margin-right: 4px;
    line-height: 1;
    position: relative;
    top: -1px;
  }
  .shop-top-bar .shop-sort .form-select {
    background: url("../img/icons/bottom-arrow2.webp") no-repeat right top 2px;
    -webkit-box-shadow: none;
            box-shadow: none;
    cursor: pointer;
    padding: 0;
    margin: 0;
    font-size: 16px;
    font-weight: 600;
    color: #000;
    width: 153px;
    height: 24px;
    line-height: 24px;
    border-radius: 0;
    border: none;
    position: relative;
  }
  @media only screen and (max-width: 767px) {
    .shop-top-bar .shop-sort .form-select {
      width: 85%;
    }
  }
  @media only screen and (max-width: 575px) {
    .shop-top-bar .shop-sort .form-select {
      width: 82%;
    }
  }
  @media only screen and (max-width: 479.98px) {
    .shop-top-bar .shop-sort .form-select {
      width: 70%;
    }
  }
  .shop-top-bar .shop-sort .form-select option {
    font-size: 14px;
  }

  .product-single-thumb .single-product-thumb {
    margin-bottom: 20px;
  }
  .product-single-thumb .single-product-thumb img {
    height: 500px;
  }
  .product-single-thumb .single-product-nav {
    max-width: 200px;
  }
  @media only screen and (max-width: 1199px) {
    .product-single-thumb .single-product-nav {
      max-width: 100%;
    }
  }
  .product-single-thumb .single-product-nav .swiper-slide-thumb-active img {
    border-color: #3A266F;
  }
  .product-single-thumb .single-product-nav img {
    border: 1px solid #f4f4f4;
    cursor: pointer;
    transition: all 0.3s ease-out;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    width: 100%;
  }
  .product-single-thumb .swiper-btn-prev,
  .product-single-thumb .swiper-btn-next {
    background-color: #ffd868;
    color: #fff;
    font-size: 20px;
    line-height: 30px;
    width: 30px;
    height: 30px;
    position: absolute;
    top: 50%;
    text-align: center;
    -webkit-transform: translate(0%, -50%);
            transform: translate(0%, -50%);
    transition: all 0.3s ease-out;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
  }
  @media only screen and (max-width: 1199px) {
    .product-single-thumb .swiper-btn-prev,
  .product-single-thumb .swiper-btn-next {
      z-index: 1;
    }
  }
  .product-single-thumb .swiper-btn-prev:hover,
  .product-single-thumb .swiper-btn-next:hover {
    background-color: #3A266F;
  }
  .product-single-thumb .swiper-btn-prev {
    left: 25px;
  }
  @media only screen and (max-width: 1199px) {
    .product-single-thumb .swiper-btn-prev {
      left: 0;
    }
  }
  .product-single-thumb .swiper-btn-next {
    right: 25px;
  }
  @media only screen and (max-width: 1199px) {
    .product-single-thumb .swiper-btn-next {
      right: 0;
    }
  }

  .product-single-info {
    margin-left: 33px;
    margin-bottom: 31px;
    margin-top: -8px;
  }
  @media only screen and (max-width: 1199px) {
    .product-single-info {
      margin-left: 0;
      margin-top: 0;
    }
  }
  @media only screen and (max-width: 991px) {
    .product-single-info {
      margin-top: 40px;
    }
  }
  .product-single-info .main-title {
    color: #000;
    font-size: 36px;
    font-weight: 400;
    margin-bottom: 15px;
  }
  @media only screen and (max-width: 1199px) {
    .product-single-info .main-title {
      font-size: 30px;
    }
  }
  .product-single-info .prices {
    color: #000;
    font-size: 36px;
    font-weight: 700;
    line-height: 1;
    margin-bottom: 25px;
  }
  @media only screen and (max-width: 1199px) {
    .product-single-info .prices {
      font-size: 28px;
      margin-bottom: 20px;
    }
  }
  .product-single-info .rating-box-wrap {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    border-bottom: 1px solid #c8c8c8;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    line-height: 1;
    margin-bottom: 32px;
    padding-bottom: 40px;
  }
  @media only screen and (max-width: 1199px) {
    .product-single-info .rating-box-wrap {
      margin-bottom: 14px;
      padding-bottom: 22px;
    }
  }
  @media only screen and (max-width: 575px) {
    .product-single-info .rating-box-wrap {
      display: block;
    }
  }
  .product-single-info .rating-box-wrap .rating-box {
    color: #ffde00;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-size: 18px;
    line-height: 1;
  }
  @media only screen and (max-width: 1199px) {
    .product-single-info .rating-box-wrap .rating-box {
      font-size: 16px;
    }
  }
  .product-single-info .rating-box-wrap .rating-box i {
    line-height: 1;
  }
  .product-single-info .rating-box-wrap .rating-box i + i {
    margin-left: 7.36px;
  }
  .product-single-info .rating-box-wrap .review-status {
    line-height: 1;
    margin-left: 14px;
  }
  @media only screen and (max-width: 575px) {
    .product-single-info .rating-box-wrap .review-status {
      margin-top: 12px;
      margin-left: 0;
    }
  }
  .product-single-info .rating-box-wrap .review-status a {
    color: #929191;
    font-size: 18px;
    line-height: 1;
  }
  @media only screen and (max-width: 1199px) {
    .product-single-info .rating-box-wrap .review-status a {
      font-size: 15px;
    }
  }
  .product-single-info .rating-box-wrap .review-status a:hover {
    color: #3A266F;
  }
  .product-single-info p {
    margin-right: -6px;
    color: #181818;
    line-height: 28px;
    margin-bottom: 24px;
  }
  @media only screen and (max-width: 1199px) {
    .product-single-info p {
      font-size: 14px;
      margin-right: 0;
      margin-bottom: 14px;
    }
  }
  .product-single-info .product-single-meta ul {
    margin-bottom: 0;
  }
  .page-header-area{
    padding-top: 40px;
  }
  .product-single-info .product-single-meta ul li {
    color: #000;
    font-size: 16px;
    font-weight: 400;
    line-height: 34px;
  }
  @media only screen and (max-width: 1199px) {
    .product-single-info .product-single-meta ul li {
      font-size: 15px;
    }
  }
  .product-single-info .product-single-meta ul li span {
    color: #3A266F;
    font-size: 16px;
    font-weight: 600;
  }
  @media only screen and (max-width: 1199px) {
    .product-single-info .product-single-meta ul li span {
      font-size: 15px;
    }
  }
  .product-single-info .product-single-meta ul li a {
    color: #000;
  }
  .product-single-info .product-single-meta ul li a:hover {
    color: #3A266F;
  }
  .product-single-info .product-quick-action {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: 30px;
  }
  @media only screen and (max-width: 1199px) {
    .product-single-info .product-quick-action {
      margin-top: 20px;
    }
  }
  @media only screen and (max-width: 479.98px) {
    .product-single-info .product-quick-action {
      display: block;
    }
  }
  .product-single-info .btn-product-cart {
    background-color: #3A266F;
    border: none;
    border-radius: 5px;
    color: #fff;
    display: inline-block;
    font-size: 14px;
    font-weight: 600;
    letter-spacing: 1px;
    line-height: 50px;
    height: 50px;
    margin-left: 10px;
    text-transform: uppercase;
    width: 170px;
  }
  @media only screen and (max-width: 479.98px) {
    .product-single-info .btn-product-cart {
      margin-left: 0;
      font-size: 13px;
      width: 130px;
    }
  }
  .product-single-info .btn-product-cart:hover {
    color: #3A266F;
    background-color: #ffd868;
  }
  .product-single-info .btn-product-wishlist,
  .product-single-info .btn-product-quick-view {
    background-color: #ffd868;
    border-radius: 5px;
    border: none;
    color: #3A266F;
    display: inline-block;
    font-size: 23px;
    height: 50px;
    line-height: 54px;
    margin-left: 10px;
    width: 50px;
  }
  @media only screen and (max-width: 479.98px) {
    .product-single-info .btn-product-wishlist,
  .product-single-info .btn-product-quick-view {
      position: relative;
      top: 5px;
      margin-left: 3px;
    }
  }
  .product-single-info .btn-product-wishlist:hover,
  .product-single-info .btn-product-quick-view:hover {
    background-color: #3A266F;
    color: #ffd868;
  }
  .product-single-info .pro-qty {
    display: inline-block;
    position: relative;
  }
  .product-single-info .pro-qty input {
    background-color: #ffd868;
    border: none;
    border-radius: 5px;
    color: #3A266F;
    font-size: 16px;
    font-weight: 600;
    height: 50px;
    position: relative;
    padding: 0 24px;
    text-align: center;
    width: 80px;
  }
  .product-single-info .pro-qty .qty-btn {
    cursor: pointer;
    color: #3A266F;
    font-size: 16px;
    font-weight: 600;
    position: absolute;
    top: 50%;
    transform: translate(0%, -50%);
    -webkit-transform: translate(0%, -50%);
    -moz-transform: translate(0%, -50%);
    -ms-transform: translate(0%, -50%);
    -o-transform: translate(0%, -50%);
    -webkit-touch-callout: none;
    /* iOS Safari */
    -webkit-user-select: none;
    /* Safari */
    /* Konqueror HTML */
    -moz-user-select: none;
    /* Old versions of Firefox */
    -ms-user-select: none;
    /* Internet Explorer/Edge */
    user-select: none;
    /* currently supported by Chrome, Edge, Opera and Firefox */
  }
  .product-single-info .pro-qty .dec {
    left: 13px;
  }
  .product-single-info .pro-qty .inc {
    right: 13px;
  }

  .group-product-list {
    margin-bottom: 35px;
  }
  @media only screen and (max-width: 991px) {
    .group-product-list {
      overflow-x: auto;
    }
  }
  .group-product-list .info-text {
    font-size: 16px;
    font-weight: 600;
    display: block;
    margin-bottom: 15px;
  }
  @media only screen and (max-width: 479.98px) {
    .group-product-list .info-text {
      font-size: 14px;
    }
  }
  .group-product-list .info-text .text-primary {
    color: #3A266F !important;
    font-weight: 700;
  }
  .group-product-list table {
    width: 100%;
    margin-bottom: 15px;
    border-top: 1px dotted #e5e5e5;
  }
  @media only screen and (max-width: 991px) {
    .group-product-list table {
      min-width: 400px;
    }
  }
  .group-product-list table tbody tr td {
    font-weight: 600;
    padding: 10px 10px 10px 0;
    border-width: 0 0 1px 0;
    border-style: dotted;
    border-color: #e5e5e5;
    background-color: transparent;
  }
  .group-product-list table tbody tr .thumb {
    width: 50px;
  }
  .group-product-list table tbody tr .title {
    font-size: 14px;
    font-weight: 600;
    text-transform: capitalize;
  }
  .group-product-list table tbody tr .title a {
    color: #282828;
  }
  .group-product-list table tbody tr .title a:hover {
    color: #3A266F;
  }
  .group-product-list table tbody tr input {
    cursor: pointer;
  }
  .group-product-list table tbody tr .price {
    padding-right: 0;
    text-align: right;
  }
  .group-product-list table tbody tr .price .pro-price span {
    font-size: 14px;
    font-weight: 600;
    color: #333;
  }
  .group-product-list table tbody tr .price .pro-price .old {
    font-size: 14px;
    margin-right: 5px;
    text-decoration: line-through;
    opacity: 0.5;
  }
  .group-product-list .info-text {
    font-size: 14px;
    font-weight: 600;
    display: block;
  }

  .product-review-tabs-content {
    margin-top: 51px;
  }
  @media only screen and (max-width: 1199px) {
    .product-review-tabs-content {
      margin-top: 22px;
    }
  }
  .product-review-tabs-content .product-tab-nav {
    border-bottom: 2px solid #f4f4f4;
    padding-bottom: 8px;
  }
  @media only screen and (max-width: 479.98px) {
    .product-review-tabs-content .product-tab-nav {
      display: block;
    }
  }
  .product-review-tabs-content .product-tab-nav li a {
    color: #000;
    display: inline-block;
    font-size: 18px;
    font-weight: 600;
    position: relative;
    text-transform: capitalize;
    transition: all 0.3s ease-out;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
  }
  @media only screen and (max-width: 1199px) {
    .product-review-tabs-content .product-tab-nav li a {
      font-size: 16px;
    }
  }
  @media only screen and (max-width: 479.98px) {
    .product-review-tabs-content .product-tab-nav li a {
      display: block;
    }
  }
  .product-review-tabs-content .product-tab-nav li a:before {
    background-color: transparent;
    content: "";
    height: 2px;
    width: 100%;
    position: absolute;
    bottom: -10px;
    transition: all 0.3s ease-out;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
  }
  .product-review-tabs-content .product-tab-nav li a.active {
    color: #3A266F;
  }
  .product-review-tabs-content .product-tab-nav li a.active:before {
    background-color: #3A266F;
  }
  .product-review-tabs-content .product-tab-nav li + li {
    margin-left: 42px;
  }
  @media only screen and (max-width: 1199px) {
    .product-review-tabs-content .product-tab-nav li + li {
      margin-left: 30px;
    }
  }
  @media only screen and (max-width: 479.98px) {
    .product-review-tabs-content .product-tab-nav li + li {
      margin-left: 0;
      margin-top: 20px;
    }
  }
  .product-review-tabs-content .product-information p {
    color: #181818;
  }
  .product-review-tabs-content .product-tab-content {
    margin-top: 32px;
  }
  @media only screen and (max-width: 1199px) {
    .product-review-tabs-content .product-tab-content {
      margin-top: 15px;
    }
  }
  .product-review-tabs-content .product-review-content {
    margin-top: 40px;
  }
  @media only screen and (max-width: 1199px) {
    .product-review-tabs-content .product-review-content {
      margin-top: 20px;
    }
  }
  .product-review-tabs-content .product-review-content .comment-author {
    position: relative;
  }
  .product-review-tabs-content .product-review-content .comment-author .comment-thumb {
    position: relative;
  }
  .product-review-tabs-content .product-review-content .comment-author .comment-thumb img {
    border-radius: 4px;
  }
  .product-review-tabs-content .product-review-content .comment-author .comment-content {
    background-color: #fff;
    border: 1px solid #e5e5e5;
    border-radius: 3px;
    margin-left: 80px;
    position: relative;
    padding: 24px 24px 20px;
    margin: 20px 0 0;
  }
  .product-review-tabs-content .product-review-content .comment-author .comment-content:before {
    background: #fff;
    border-bottom: 1px solid #e5e5e5;
    border-left: 1px solid #e5e5e5;
    content: "";
    display: block;
    height: 10px;
    position: absolute;
    width: 10px;
    left: 15px;
    top: -6px;
    -webkit-transform: rotate(135deg);
            transform: rotate(135deg);
  }
  .product-review-tabs-content .product-review-content .comment-author .comment-content .rating-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 16px;
  }
  .product-review-tabs-content .product-review-content .comment-author .comment-content .rating-box i {
    color: #f9ba48;
    font-size: 12px;
    letter-spacing: 2px;
  }
  .product-review-tabs-content .product-review-content .comment-author .comment-content .rating-box i:last-child {
    color: #e1e1e1;
  }
  .product-review-tabs-content .product-review-content .comment-author .comment-content .title {
    color: #797979;
    font-size: 14px;
    font-weight: 400;
    margin-bottom: 10px;
  }
  .product-review-tabs-content .product-review-content .comment-author .comment-content .title span {
    font-weight: 600;
    text-transform: uppercase;
  }
  .product-review-tabs-content .product-review-content .comment-author .comment-content .desc {
    color: #999;
    line-height: 24px;
    font-size: 14px;
    margin-bottom: 0;
  }
  .product-review-tabs-content .product-review-content .comment-form-content {
    margin-top: 22px;
  }
  .product-review-tabs-content .product-review-content .comment-form-content .title {
    color: #666;
    cursor: pointer;
    display: block;
    font-size: 15px;
    font-weight: 600;
    margin: 0;
    text-transform: uppercase;
    letter-spacing: 1px;
  }
  .product-review-tabs-content .review-comment-form {
    margin-top: 18px;
  }
  .product-review-tabs-content .review-comment-form .form-group {
    margin-bottom: 18px;
  }
  .product-review-tabs-content .review-comment-form .form-label {
    cursor: pointer;
    color: #888;
    font-weight: 400;
    margin: 0 0 5px;
  }
  .product-review-tabs-content .review-comment-form .form-control {
    background-color: #fff;
    -webkit-box-shadow: none;
            box-shadow: none;
    border-radius: 0;
    border: 1px solid #e5e5e5;
    color: #999;
    font-size: 14px;
    height: 50px;
    line-height: 50px;
    padding: 0 15px;
  }
  .product-review-tabs-content .review-comment-form textarea.form-control {
    padding-top: 10px;
    height: 100px;
    line-height: 1.8;
  }
  .product-review-tabs-content .review-comment-form [type=submit] {
    border: none;
    background-color: #3A266F;
    width: 120px;
    height: 48px;
    color: #fff;
    font-weight: 600;
    text-transform: uppercase;
    font-size: 15px;
    margin-top: 5px;
  }
  .product-review-tabs-content .review-comment-form [type=submit]:hover {
    color: #3A266F;
    background-color: #ffd868;
  }

  .shopping-cart-form {
    margin-bottom: 70px;
  }
  .shopping-cart-form table {
    background: #fff;
    border: 1px solid #e5e5e5;
    border-width: 1px 0 1px 1px;
    color: #323232;
    margin: 0 0 70px;
    text-align: left;
    width: 100%;
    border-radius: 5px;
    margin: 0;
  }
  @media only screen and (max-width: 991px) {
    .shopping-cart-form table {
      width: 690px;
    }
  }
  .shopping-cart-form table th {
    border-bottom: none;
    border-top: none;
    font-size: 15px;
    text-align: center;
    text-transform: uppercase;
    font-weight: 700;
    line-height: 1;
    border-right: 1px solid #e5e5e5;
  }
  .shopping-cart-form table th,
  .shopping-cart-form table td {
    padding: 20px 10px;
    vertical-align: middle;
  }
  .shopping-cart-form table td {
    border-top: 1px solid rgba(0, 0, 0, 0.1);
    line-height: 1.5em;
    border-bottom: none;
    font-size: 1em;
    font-weight: 600;
    text-align: center;
    border-right: 1px solid #e5e5e5;
  }
  .shopping-cart-form table .tbody-item {
    background-color: transparent;
    transition: all 0.3s ease-out;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
  }
  .shopping-cart-form table .tbody-item:hover {
    background-color: #f6f6f6;
  }
  .shopping-cart-form table .tbody-item-actions td {
    text-align: right;
  }
  .shopping-cart-form table .product-remove .remove {
    color: #323232;
    font-size: 20px;
    font-weight: 700;
    line-height: 20px;
    width: 20px;
    height: 20px;
    display: inline-block;
  }
  .shopping-cart-form table .product-remove .remove:hover {
    color: #3A266F;
  }
  .shopping-cart-form table .product-thumbnail {
    min-width: 32px;
  }
  .shopping-cart-form table .product-thumbnail img {
    width: 75px;
  }
  .shopping-cart-form table .product-name .title {
    color: #323232;
    font-weight: 600;
  }
  .shopping-cart-form table .product-name .title:hover {
    color: #3A266F;
  }
  .shopping-cart-form table .product-price .price {
    color: #323232;
    font-size: 15px;
    font-weight: 600;
  }
  .shopping-cart-form table .pro-qty {
    display: inline-block;
    position: relative;
  }
  .shopping-cart-form table .pro-qty input {
    background-color: transparent;
    border: 1px solid #e5e5e5;
    border-radius: 0;
    color: #323232;
    font-weight: 400;
    width: 75px;
    height: 50px;
    font-size: 15px;
    padding: 5px 30px 5px 5px;
    text-align: center;
  }
  .shopping-cart-form table .pro-qty .qty-btn {
    background-color: transparent;
    position: absolute;
    width: 25px;
    height: 25px;
    font-size: 14px;
    font-weight: 600;
    top: 0;
    right: 0;
    border-left: 1px solid #e5e5e5;
    line-height: 25px;
    cursor: pointer;
    -webkit-touch-callout: none;
    /* iOS Safari */
    -webkit-user-select: none;
    /* Safari */
    /* Konqueror HTML */
    -moz-user-select: none;
    /* Old versions of Firefox */
    -ms-user-select: none;
    /* Internet Explorer/Edge */
    user-select: none;
    /* currently supported by Chrome, Edge, Opera and Firefox */
    transition: all 0.3s ease-out;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
  }
  .shopping-cart-form table .pro-qty .qty-btn:hover {
    background-color: #3A266F;
    color-color: #3A266F;
    color: #fff;
  }
  .shopping-cart-form table .pro-qty .dec {
    border-top: 1px solid #e5e5e5;
    top: auto;
    bottom: 0;
  }
  .shopping-cart-form .btn-update-cart {
    background: #fff;
    border: 2px solid #e5e5e5;
    -webkit-box-shadow: none;
            box-shadow: none;
    color: #323232;
    display: inline-block;
    font-size: 1.077em;
    font-weight: 600;
    height: 50px;
    line-height: 46px;
    padding: 0px 35px;
    border-radius: 4px;
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
  }
  .shopping-cart-form .btn-update-cart:hover {
    background-color: #ebe9eb;
    border-color: #e5e5e5;
  }

  .coupon-wrap .title {
    border-bottom: 1px solid #e5e5e5;
    font-size: 18px;
    margin: 0 0 22px;
    padding: 0 0 10px;
    text-transform: uppercase;
    font-weight: 800;
  }
  .coupon-wrap .desc {
    color: #888;
    font-size: 14px;
    font-weight: 600;
    line-height: 1.8;
    margin-bottom: 12px;
  }
  .coupon-wrap .form-control {
    background: #fff;
    -webkit-box-shadow: none;
            box-shadow: none;
    border: 1px solid #e5e5e5;
    border-radius: 0;
    height: 50px;
    line-height: 48px;
    padding: 0 16px;
    vertical-align: middle;
    margin: 0 0 25px;
    width: 100%;
    font-size: 14px;
  }
  .coupon-wrap .btn-coupon {
    background: #fff;
    border: 2px solid #e5e5e5;
    -webkit-box-shadow: none;
            box-shadow: none;
    color: #323232;
    display: inline-block;
    height: 50px;
    padding: 0 35px;
    border-radius: 4px;
    transition: all 0.3s ease-out;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    font-weight: 700;
    font-size: 14px;
    text-transform: uppercase;
    line-height: 48px;
  }
  .coupon-wrap .btn-coupon:hover {
    background-color: #3A266F;
    border-color: #3A266F;
    color: #fff;
  }

  .cart-totals-wrap {
    background: #f9f9f9;
    margin-bottom: 30px;
    padding: 33px 30px 35px;
    width: 100%;
  }
  @media only screen and (max-width: 991px) {
    .cart-totals-wrap {
      margin-top: 40px;
    }
  }
  .cart-totals-wrap .title {
    border-bottom: 1px solid #e5e5e5;
    font-size: 18px;
    font-weight: 800;
    margin: 0 0 4px;
    padding: 0 0 10px;
    text-transform: uppercase;
  }
  .cart-totals-wrap table {
    width: 100%;
  }
  .cart-totals-wrap table tbody tr:first-child th {
    border-top: none;
  }
  .cart-totals-wrap table tbody tr th {
    border: none;
    border-bottom: 1px solid #e5e5e5;
    font-size: 14px;
    font-weight: 600;
    padding: 16px 0 15px;
    text-align: left;
    text-transform: uppercase;
    vertical-align: top;
  }
  .cart-totals-wrap table tbody tr td {
    border-bottom: 1px solid #e5e5e5;
    padding: 15px 0;
    text-align: right;
    vertical-align: top;
  }
  .cart-totals-wrap table tbody .amount {
    color: #242424;
    font-size: 20px;
    font-weight: 700;
    line-height: 21px;
    text-transform: uppercase;
  }
  .cart-totals-wrap table tbody .shipping-list {
    margin-top: 2px;
    margin-bottom: 20px;
  }
  .cart-totals-wrap table tbody .shipping-list li {
    margin: 0 0 4px;
    padding: 0;
    text-align: right;
    line-height: 1.5em;
  }
  .cart-totals-wrap table tbody .shipping-list li input {
    cursor: pointer;
    margin-right: 2px;
    position: relative;
    top: 1px;
    font-weight: 600;
  }
  .cart-totals-wrap table tbody .shipping-list li label {
    cursor: pointer;
    color: #323232;
    font-size: 14px;
    font-weight: 600;
  }
  .cart-totals-wrap table tbody .shipping-list li label span {
    color: #000;
    font-weight: 600;
    margin-left: 5px;
    text-align: left;
  }
  .cart-totals-wrap table tbody .destination {
    font-size: 14px;
    margin-bottom: 6px;
  }
  .cart-totals-wrap table tbody .destination strong {
    font-weight: 700;
  }
  .cart-totals-wrap table tbody .btn-shipping-address {
    font-size: 13px;
    color: #000;
    font-weight: 600;
    margin-bottom: 3px;
    display: inline-block;
  }
  .cart-totals-wrap table tbody .btn-shipping-address:hover {
    color: #3A266F;
  }
  .cart-totals-wrap table .order-total th {
    padding-top: 18px;
  }
  .cart-totals-wrap .checkout-button {
    background: #3A266F;
    border: 2px solid #3A266F;
    -webkit-box-shadow: none;
    box-shadow: none;
    color: #fff;
    cursor: pointer;
    display: inline-block;
    font-size: 15px;
    font-weight: 600;
    height: 50px;
    letter-spacing: 0;
    line-height: 46px;
    outline: none;
    overflow: hidden;
    padding: 0 35px;
    text-shadow: none;
    text-transform: uppercase;
    vertical-align: middle;
    white-space: nowrap;
    border-radius: 4px;
    transition: all 0.3s ease-out;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
  }
  @media only screen and (max-width: 575px) {
    .cart-totals-wrap .checkout-button {
      font-size: 14px;
      padding: 0 15px;
    }
  }
  .cart-totals-wrap .checkout-button:hover {
    background: #000;
    border-color: #000;
    color: #fff;
  }

  .disabled {
    color: inherit;
    cursor: not-allowed;
    opacity: 0.5;
  }

  .shopping-wishlist-form {
    margin-bottom: 30px;
  }
  .shopping-wishlist-form table {
    background: #fff;
    border: 1px solid #e5e5e5;
    border-width: 1px 0 1px 1px;
    color: #323232;
    margin: 0 0 70px;
    text-align: left;
    width: 100%;
    border-radius: 5px;
    margin: 0;
  }
  @media only screen and (max-width: 991px) {
    .shopping-wishlist-form table {
      width: 1199px;
    }
  }
  .shopping-wishlist-form table th {
    border-bottom: none;
    border-top: none;
    font-size: 15px;
    text-align: center;
    text-transform: uppercase;
    font-weight: 700;
    line-height: 1.5em;
    border-right: 1px solid #e5e5e5;
  }
  .shopping-wishlist-form table th,
  .shopping-wishlist-form table td {
    padding: 20px 10px;
    vertical-align: middle;
  }
  .shopping-wishlist-form table td {
    border-top: 1px solid rgba(0, 0, 0, 0.1);
    line-height: 1.5em;
    border-bottom: none;
    font-size: 1em;
    font-weight: 600;
    text-align: center;
    border-right: 1px solid #e5e5e5;
  }
  .shopping-wishlist-form table .tbody-item {
    background-color: transparent;
    transition: all 0.3s ease-out;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
  }
  .shopping-wishlist-form table .tbody-item:hover {
    background-color: #f6f6f6;
  }
  .shopping-wishlist-form table .product-remove .remove {
    color: #323232;
    font-size: 20px;
    font-weight: 700;
    line-height: 20px;
    width: 20px;
    height: 20px;
    display: inline-block;
  }
  .shopping-wishlist-form table .product-remove .remove:hover {
    color: #3A266F;
  }
  .shopping-wishlist-form table .product-thumbnail img {
    width: 59px;
  }
  .shopping-wishlist-form table .product-name .title {
    color: #323232;
    font-weight: 600;
  }
  .shopping-wishlist-form table .product-name .title:hover {
    color: #3A266F;
  }
  .shopping-wishlist-form table .product-price .price {
    color: #323232;
    font-size: 15px;
    font-weight: 600;
  }
  .shopping-wishlist-form table .product-stock-status .wishlist-in-stock {
    color: #3A266F;
    font-size: 14px;
    font-weight: 600;
  }
  .shopping-wishlist-form table .product-add-to-cart .btn-shop-cart {
    background: #fff;
    border: 2px solid #e5e5e5;
    -webkit-box-shadow: none;
    box-shadow: none;
    color: #323232;
    cursor: pointer;
    display: inline-block;
    font-size: 15px;
    font-weight: 600;
    height: 55px;
    line-height: 52px;
    padding: 0 25px;
    border-radius: 4px;
    -webkit-transition: 0.3s ease;
    transition: 0.3s ease;
  }
  .shopping-wishlist-form table .product-add-to-cart .btn-shop-cart:hover {
    color: #fff;
    background-color: #3A266F;
    border-color: #3A266F;
  }

  .checkout-page-coupon-wrap {
    margin-bottom: 45px;
  }
  @media only screen and (max-width: 1199px) {
    .checkout-page-coupon-wrap {
      margin-bottom: 30px;
    }
  }
  .checkout-page-coupon-wrap .coupon-accordion .card {
    background-color: transparent;
    border: none;
    border-radius: 0;
  }
  .checkout-page-coupon-wrap .coupon-accordion .card h3 {
    background-color: #eeeff2;
    border-top: 2px solid #1e85be;
    color: #000;
    font-weight: 400;
    font-family: "Nunito Sans", sans-serif;
    font-size: 14px;
    padding: 20px 21px 18px;
    margin-bottom: 30px;
  }
  .checkout-page-coupon-wrap .coupon-accordion .card h3 i {
    font-size: 14px;
    color: #1e85be;
    margin-right: 12px;
  }
  .checkout-page-coupon-wrap .coupon-accordion .card h3 a {
    color: #000;
  }
  .checkout-page-coupon-wrap .coupon-accordion .card h3 a:hover {
    color: #3A266F;
  }
  .checkout-page-coupon-wrap .coupon-accordion .card .card-body {
    padding: 0;
  }
  .checkout-page-coupon-wrap .coupon-accordion .card .card-body .apply-coupon-wrap {
    border: 1px solid #e8e8e8;
    padding: 20px;
    margin: 0;
    text-align: left;
    border-radius: 5px;
  }
  .checkout-page-coupon-wrap .coupon-accordion .card .card-body .apply-coupon-wrap p {
    color: #8a8a8a;
    font-size: 14px;
    margin-bottom: 10px;
  }
  .checkout-page-coupon-wrap .coupon-accordion .card .card-body .apply-coupon-wrap form .form-group {
    margin-bottom: 0;
  }
  .checkout-page-coupon-wrap .coupon-accordion .card .card-body .apply-coupon-wrap form .form-group .form-control {
    border: 1px solid #e8e8e8;
    border-radius: 0;
    -webkit-box-shadow: none;
            box-shadow: none;
    color: #626262;
    font-size: 14px;
    height: 50px;
    line-height: 50px;
    padding: 0 20px;
  }
  .checkout-page-coupon-wrap .coupon-accordion .card .card-body .apply-coupon-wrap form .form-group .form-control::-webkit-input-placeholder {
    /* Chrome/Opera/Safari */
    color: #626262;
  }
  .checkout-page-coupon-wrap .coupon-accordion .card .card-body .apply-coupon-wrap form .form-group .form-control::-moz-placeholder {
    /* Firefox 19+ */
    color: #626262;
  }
  .checkout-page-coupon-wrap .coupon-accordion .card .card-body .apply-coupon-wrap form .form-group .form-control:-ms-input-placeholder {
    /* IE 10+ */
    color: #626262;
  }
  .checkout-page-coupon-wrap .coupon-accordion .card .card-body .apply-coupon-wrap form .form-group .form-control:-moz-placeholder {
    /* Firefox 18- */
    color: #626262;
  }
  .checkout-page-coupon-wrap .coupon-accordion .card .card-body .apply-coupon-wrap form .btn-coupon {
    background-color: #fff;
    border: 1px solid #e8e8e8;
    color: #626262;
    width: 162px;
    height: 50px;
    font-size: 12px;
    text-transform: uppercase;
    font-weight: 600;
    padding: 5px 5px;
    line-height: 40px;
    margin-left: 0;
    transition: all 0.3s ease-out;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
  }
  @media only screen and (max-width: 991px) {
    .checkout-page-coupon-wrap .coupon-accordion .card .card-body .apply-coupon-wrap form .btn-coupon {
      margin-left: 0;
    }
  }
  @media only screen and (max-width: 767px) {
    .checkout-page-coupon-wrap .coupon-accordion .card .card-body .apply-coupon-wrap form .btn-coupon {
      margin-top: 15px;
    }
  }
  .checkout-page-coupon-wrap .coupon-accordion .card .card-body .apply-coupon-wrap form .btn-coupon:hover {
    color: #fff;
    background-color: #3A266F;
    border-color: #3A266F;
  }

  .shopping-checkout-wrap .container {
    padding-bottom: 120px;
  }
  .shopping-checkout-wrap .title {
    font-size: 20px;
    position: relative;
    padding-bottom: 12px;
    margin-bottom: 35px;
  }
  .shopping-checkout-wrap .title:before {
    background-color: #000;
    bottom: 0;
    content: "";
    height: 2px;
    left: 0;
    position: absolute;
    width: 50px;
  }
  .shopping-checkout-wrap .checkout-billing-details-wrap .billing-form-wrap form .form-group {
    margin-bottom: 20px;
  }
  .shopping-checkout-wrap .checkout-billing-details-wrap .billing-form-wrap form .form-group label {
    font-size: 14px;
    color: #000;
    margin-bottom: 8px;
  }
  .shopping-checkout-wrap .checkout-billing-details-wrap .billing-form-wrap form .form-group label .required {
    color: #f00;
  }
  .shopping-checkout-wrap .checkout-billing-details-wrap .billing-form-wrap form .form-group .form-control {
    border-radius: 0;
    -webkit-box-shadow: none;
            box-shadow: none;
    border: 1px solid #e8e8e8;
    color: #626262;
    font-size: 14px;
    height: 50px;
    line-height: 50px;
    padding: 0 20px;
  }
  .shopping-checkout-wrap .checkout-billing-details-wrap .billing-form-wrap form .form-group .form-control::-webkit-input-placeholder {
    /* Chrome/Opera/Safari */
    color: #626262;
  }
  .shopping-checkout-wrap .checkout-billing-details-wrap .billing-form-wrap form .form-group .form-control::-moz-placeholder {
    /* Firefox 19+ */
    color: #626262;
  }
  .shopping-checkout-wrap .checkout-billing-details-wrap .billing-form-wrap form .form-group .form-control:-ms-input-placeholder {
    /* IE 10+ */
    color: #626262;
  }
  .shopping-checkout-wrap .checkout-billing-details-wrap .billing-form-wrap form .form-group .form-control:-moz-placeholder {
    /* Firefox 18- */
    color: #626262;
  }
  .shopping-checkout-wrap .checkout-billing-details-wrap .billing-form-wrap form .form-group .form-control:active, .shopping-checkout-wrap .checkout-billing-details-wrap .billing-form-wrap form .form-group .form-control:focus {
    border-color: #000;
  }
  .shopping-checkout-wrap .checkout-billing-details-wrap .billing-form-wrap form .form-group textarea.form-control {
    min-height: 120px;
    background-color: #fff;
    border: 1px solid #e8e8e8;
    padding: 20px;
    line-height: 1.3;
  }
  .shopping-checkout-wrap .checkout-billing-details-wrap .billing-form-wrap form .form-group select {
    background-image: url("../img/icons/bottom-arrow.webp");
    line-height: normal;
    border-radius: 0;
    -moz-appearance: none;
         appearance: none;
    -webkit-appearance: none;
    background-size: 8px;
    background-position: right 10px center;
    background-repeat: no-repeat;
  }
  .shopping-checkout-wrap .checkout-billing-details-wrap .billing-form-wrap .checkout-box .custom-checkbox {
    position: relative;
    margin-bottom: 20px;
    margin-top: 6px;
  }
  .shopping-checkout-wrap .checkout-billing-details-wrap .billing-form-wrap .checkout-box .custom-checkbox .custom-control-input:checked ~ .custom-control-label:before {
    content: "";
    background-color: #fff;
    border-radius: 0;
    border-color: #000;
    -webkit-box-shadow: none;
            box-shadow: none;
    width: 18px;
    height: 18px;
    border-width: 2px;
  }
  .shopping-checkout-wrap .checkout-billing-details-wrap .billing-form-wrap .checkout-box .custom-checkbox .custom-control-input:checked ~ .custom-control-label:after {
    display: inline-block;
    color: #666;
    content: "";
    font-family: "FontAwesome";
    font-size: 10px;
    position: absolute;
    text-align: center;
    padding-left: 3px;
    -webkit-box-shadow: none;
            box-shadow: none;
    left: 1px;
    top: 5px;
  }
  .shopping-checkout-wrap .checkout-billing-details-wrap .billing-form-wrap .checkout-box .custom-checkbox .custom-control-label {
    color: #000;
    font-size: 14px;
    margin-bottom: 0;
    padding-left: 25px;
    padding-top: 2px;
    cursor: pointer;
  }
  .shopping-checkout-wrap .checkout-billing-details-wrap .billing-form-wrap .checkout-box .custom-checkbox .custom-control-label:before {
    content: "";
    background-color: #fff;
    border-radius: 0;
    -webkit-box-shadow: none;
            box-shadow: none;
    border-color: #e4e4e4;
    width: 18px;
    height: 18px;
    border-width: 2px;
    position: absolute;
    left: 0;
    border-style: solid;
    top: 5px;
  }
  .shopping-checkout-wrap .checkout-order-details-wrap {
    margin-left: 40px;
  }
  @media only screen and (max-width: 1199px) {
    .shopping-checkout-wrap .checkout-order-details-wrap {
      margin-left: 0;
    }
  }
  .shopping-checkout-wrap .checkout-order-details-wrap .order-details-table-wrap {
    border-color: rgba(52, 53, 56, 0.1);
    border-width: 2px;
    border-style: solid;
    margin-bottom: 50px;
    padding: 48px 50px 54px;
    position: relative;
  }
  @media only screen and (max-width: 991px) {
    .shopping-checkout-wrap .checkout-order-details-wrap .order-details-table-wrap {
      padding: 20px 20px 20px;
      margin-top: 40px;
      margin-bottom: 0;
    }
  }
  .shopping-checkout-wrap .checkout-order-details-wrap .order-details-table-wrap .table .product-total {
    text-align: right;
  }
  .shopping-checkout-wrap .checkout-order-details-wrap .order-details-table-wrap .table .cart-item {
    line-height: 20px;
  }
  .shopping-checkout-wrap .checkout-order-details-wrap .order-details-table-wrap .table .cart-item:first-child td {
    padding-top: 27px;
  }
  .shopping-checkout-wrap .checkout-order-details-wrap .order-details-table-wrap .table .cart-item:last-child td {
    padding-bottom: 27px;
    border-bottom-width: 1px;
  }
  .shopping-checkout-wrap .checkout-order-details-wrap .order-details-table-wrap .table .shipping td {
    min-width: 140px;
    text-align: right;
  }
  .shopping-checkout-wrap .checkout-order-details-wrap .order-details-table-wrap .table .product-quantity {
    color: #000;
  }
  .shopping-checkout-wrap .checkout-order-details-wrap .order-details-table-wrap .table-foot td {
    text-align: right;
  }
  .shopping-checkout-wrap .checkout-order-details-wrap .order-details-table-wrap .table-foot td,
  .shopping-checkout-wrap .checkout-order-details-wrap .order-details-table-wrap .table-foot th {
    padding: 15px 0 !important;
    border-bottom-width: 1px !important;
  }
  .shopping-checkout-wrap .checkout-order-details-wrap .order-details-table-wrap .table th {
    border-style: solid;
    border-width: 0 0 1px 0;
    border-color: #e8e8e8;
    padding: 8px 0;
  }
  .shopping-checkout-wrap .checkout-order-details-wrap .order-details-table-wrap .table td {
    border-width: 0;
    border-color: #e8e8e8;
    border-style: solid;
    padding: 8px 0;
  }
  .shopping-checkout-wrap .checkout-order-details-wrap .order-details-table-wrap .table th,
  .shopping-checkout-wrap .checkout-order-details-wrap .order-details-table-wrap .table td {
    color: #000;
    font-weight: 400;
    font-size: 14px;
    vertical-align: middle;
  }
  .shopping-checkout-wrap .checkout-order-details-wrap .order-details-table-wrap .shop-payment-method {
    margin-top: 34px;
  }
  .shopping-checkout-wrap .checkout-order-details-wrap .order-details-table-wrap .shop-payment-method .card {
    background-color: transparent;
    border-radius: 0;
    border: none;
    margin-bottom: 10px;
  }
  .shopping-checkout-wrap .checkout-order-details-wrap .order-details-table-wrap .shop-payment-method .card .card-header {
    border: none;
    background-color: transparent;
    padding: 0;
    display: inline-block;
  }
  .shopping-checkout-wrap .checkout-order-details-wrap .order-details-table-wrap .shop-payment-method .card .card-header .title {
    display: inline-block;
    font-weight: 400;
    font-size: 14px;
    margin-bottom: 0;
    position: relative;
    padding-left: 20px;
    padding-bottom: 0;
    text-transform: uppercase;
  }
  .shopping-checkout-wrap .checkout-order-details-wrap .order-details-table-wrap .shop-payment-method .card .card-header .title:before {
    position: absolute;
    content: "";
    background-color: #fff;
    border: 1px solid #666;
    width: 12px;
    height: 12px;
    border-radius: 50%;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    left: 0;
  }
  .shopping-checkout-wrap .checkout-order-details-wrap .order-details-table-wrap .shop-payment-method .card .card-header .title:after {
    position: absolute;
    content: "";
    width: 6px;
    height: 6px;
    background-color: #0075ff;
    border-radius: 50%;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    left: 3px;
    display: block;
  }
  .shopping-checkout-wrap .checkout-order-details-wrap .order-details-table-wrap .shop-payment-method .card .card-header .title[aria-expanded=false]:after {
    display: none;
  }
  .shopping-checkout-wrap .checkout-order-details-wrap .order-details-table-wrap .shop-payment-method .card .card-header .title[aria-expanded=true]:before {
    border-color: #0075ff;
  }
  .shopping-checkout-wrap .checkout-order-details-wrap .order-details-table-wrap .shop-payment-method .card .card-header .title[aria-expanded=true]:after {
    display: block;
  }
  .shopping-checkout-wrap .checkout-order-details-wrap .order-details-table-wrap .shop-payment-method .card .card-header:hover {
    cursor: pointer;
  }
  .shopping-checkout-wrap .checkout-order-details-wrap .order-details-table-wrap .shop-payment-method .card .card-body {
    padding: 0;
    margin-top: 10px;
    margin-bottom: 10px;
  }
  .shopping-checkout-wrap .checkout-order-details-wrap .order-details-table-wrap .shop-payment-method .card .card-body p {
    color: #747474;
    font-size: 13px;
    line-height: 24px;
  }
  .shopping-checkout-wrap .checkout-order-details-wrap .order-details-table-wrap .shop-payment-method .p-text {
    color: #747474;
    font-size: 14px;
    margin-top: 24px;
    margin-bottom: 18px;
  }
  .shopping-checkout-wrap .checkout-order-details-wrap .order-details-table-wrap .shop-payment-method .p-text a {
    color: #3A266F;
    text-decoration: underline;
  }
  .shopping-checkout-wrap .checkout-order-details-wrap .order-details-table-wrap .shop-payment-method .p-text a:hover {
    color: #3A266F;
  }
  .shopping-checkout-wrap .checkout-order-details-wrap .order-details-table-wrap .shop-payment-method .agree-policy .required {
    color: #f00;
  }
  .shopping-checkout-wrap .checkout-order-details-wrap .order-details-table-wrap .shop-payment-method .agree-policy .custom-checkbox {
    position: relative;
    padding-left: 24px;
  }
  .shopping-checkout-wrap .checkout-order-details-wrap .order-details-table-wrap .shop-payment-method .agree-policy .custom-checkbox .custom-control-input:checked ~ .custom-control-label:before {
    background-color: #fff;
    border-radius: 0;
    border-color: #000;
    -webkit-box-shadow: none;
            box-shadow: none;
    width: 15px;
    height: 15px;
    border-width: 2px;
    transition: all 0.3s ease-out;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
  }
  .shopping-checkout-wrap .checkout-order-details-wrap .order-details-table-wrap .shop-payment-method .agree-policy .custom-checkbox .custom-control-input:checked ~ .custom-control-label:after {
    display: inline-block;
    color: #666;
    content: "";
    font-family: "FontAwesome";
    font-size: 8px;
    position: absolute;
    text-align: center;
    padding-left: 0px;
    line-height: 14px;
    -webkit-box-shadow: none;
            box-shadow: none;
    left: 4px;
    top: 7px;
    transition: all 0.1s ease-out;
    -webkit-transition: all 0.1s ease-out;
    -moz-transition: all 0.1s ease-out;
    -ms-transition: all 0.1s ease-out;
    -o-transition: all 0.1s ease-out;
  }
  .shopping-checkout-wrap .checkout-order-details-wrap .order-details-table-wrap .shop-payment-method .agree-policy .custom-checkbox .custom-control-label {
    color: #000;
    font-size: 14px;
    margin-bottom: 0;
    padding-left: 0;
    padding-top: 0;
    cursor: pointer;
  }
  .shopping-checkout-wrap .checkout-order-details-wrap .order-details-table-wrap .shop-payment-method .agree-policy .custom-checkbox .custom-control-label:before {
    content: "";
    position: absolute;
    background-color: #fff;
    border-radius: 0;
    -webkit-box-shadow: none;
            box-shadow: none;
    border-color: #e4e4e4;
    width: 15px;
    height: 15px;
    border-width: 2px;
    border-style: solid;
    top: 7px;
    left: 0;
    transition: all 0.3s ease-out;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
  }
  .shopping-checkout-wrap .checkout-order-details-wrap .order-details-table-wrap .shop-payment-method .btn-place-order {
    display: block;
    text-align: center;
    border-radius: 0;
    padding: 18px 20px 16px;
    margin-top: 32px;
    font-size: 16px;
    background-color: #3A266F;
    border-color: #3A266F;
    color: #fff;
    text-transform: uppercase;
    font-weight: 600;
  }
  .shopping-checkout-wrap .checkout-order-details-wrap .order-details-table-wrap .shop-payment-method .btn-place-order:hover {
    background-color: #000;
    border-color: #000;
  }

  .shopping-compare-area .container {
    padding-bottom: 120px;
  }
  @media only screen and (max-width: 1199px) {
    .shopping-compare-area .container {
      padding-bottom: 80px;
    }
  }

  .shopping-compare-form .table {
    color: #242424;
    font-size: 13px;
    display: block;
    margin: 0;
    border: none;
    width: 100%;
    overflow: auto;
    padding: 0;
  }
  .shopping-compare-form .table tbody tr .product-remove {
    line-height: 1;
    margin-top: 0;
    margin-bottom: 19px;
  }
  .shopping-compare-form .table tbody tr .product-remove a {
    color: #242424;
    font-size: 13px;
    font-weight: 600;
  }
  .shopping-compare-form .table tbody tr .product-remove a:hover {
    color: #3A266F;
  }
  .shopping-compare-form .table tbody tr .product-remove i {
    margin-right: 5px;
    position: relative;
    top: -1px;
  }
  .shopping-compare-form .table tbody tr .product-thumb {
    width: 120px;
    max-width: 100%;
    margin: 0 auto;
    margin-bottom: 16px;
  }
  .shopping-compare-form .table tbody tr .product-name .title {
    color: #333131;
    font-weight: 600;
    font-size: 15px;
    margin-bottom: 12px;
    margin-top: 24px;
  }
  .shopping-compare-form .table tbody tr .product-name .title a {
    color: #242424;
  }
  .shopping-compare-form .table tbody tr .btn-cart {
    background-color: #343538;
    border-radius: 50px;
    color: #fff;
    font-size: 12px;
    padding: 5px 20px;
    display: inline-block;
    margin-top: 6px;
    font-weight: 600;
    text-transform: capitalize;
  }
  .shopping-compare-form .table tbody tr .price {
    color: #343538;
    font-size: 14px;
  }
  .shopping-compare-form .table tbody tr .product-sku {
    color: #242424;
    font-size: 13px;
    text-transform: uppercase;
  }
  .shopping-compare-form .table tbody tr .product-desc {
    color: #242424;
    font-size: 13px;
    line-height: 1.714286;
  }
  .shopping-compare-form .table tbody tr .product-stock {
    background-color: #35d56a;
    font-size: 0.875em;
    display: inline-block;
    color: #fff;
    border-radius: 15px;
    padding: 2px 15px;
  }
  .shopping-compare-form .table tbody tr th {
    color: #242424;
    min-width: 200px;
    width: 200px;
    font-size: 14px;
    background-color: #f2f2f2;
    vertical-align: middle;
    border-color: #e7e7e7;
    font-weight: bold;
    border-left: 0;
    padding-left: 20px;
    padding-right: 20px;
  }
  .shopping-compare-form .table tbody tr td {
    min-width: 250px;
    width: 322px;
    border-color: #e7e7e7;
    text-align: center;
    padding: 20px 0;
    vertical-align: middle;
  }
  .shopping-compare-form .table th,
  .shopping-compare-form .table td {
    border-width: 1px;
    border-style: solid;
    padding: 10px;
  }

  .product-cart-view-modal .modal-dialog {
    max-width: 1180px;
  }
  @media only screen and (max-width: 1199px) {
    .product-cart-view-modal .modal-dialog {
      max-width: 942px;
    }
  }
  @media only screen and (max-width: 991px) {
    .product-cart-view-modal .modal-dialog {
      max-width: 720px;
    }
  }
  @media only screen and (max-width: 767px) {
    .product-cart-view-modal .modal-dialog {
      max-width: 540px;
    }
  }
  @media only screen and (max-width: 575px) {
    .product-cart-view-modal .modal-dialog {
      max-width: none;
    }
  }
  .product-cart-view-modal .modal-body {
    padding: 30px 15px 30px;
  }
  @media only screen and (max-width: 575px) {
    .product-cart-view-modal .modal-body {
      padding: 20px 5px 20px;
    }
  }
  .product-cart-view-modal .modal-content {
    border: none;
  }
  @media only screen and (max-width: 991px) {
    .product-cart-view-modal .product-single-thumb img {
      width: 100%;
    }
  }
  .product-cart-view-modal .product-single-info {
    padding-bottom: 0;
    padding-top: 20px;
    margin-left: 0;
    margin-bottom: 0;
  }
  .product-cart-view-modal .product-single-info .prices {
    margin: 20px 0 20px 0;
  }
  .product-cart-view-modal .product-single-info .desc {
    margin-bottom: 20px;
  }
  .product-cart-view-modal .btn-close {
    background-color: #fff;
    -webkit-box-shadow: none;
            box-shadow: none;
    border: 1px solid #c8c8c8;
    background-image: none;
    font-size: 30px;
    line-height: 1;
    border-radius: 0 0 60px 0;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
    width: 45px;
    height: 45px;
    text-align: left;
  }
  .product-cart-view-modal .btn-close span {
    position: relative;
    top: -4px;
    left: 2px;
  }

  .product-action-modal .modal-content {
    border-radius: 0 0 0.3rem 0.3rem;
  }
  .product-action-modal .product-action-view-content .btn-close {
    background-image: none;
    -webkit-box-shadow: none;
            box-shadow: none;
    border-radius: 0.3rem 0.3rem 0 0;
    font-size: 20px;
    width: 100%;
    height: 24px;
    line-height: 18px;
    position: absolute;
    right: 0;
    bottom: 100%;
    background-color: #3A266F;
    color: #fff;
    opacity: 1;
    text-align: center;
    padding: 0;
    margin: 0;
  }
  .product-action-modal .product-action-view-content .modal-action-messages {
    font-size: 16px;
    line-height: 1;
    text-transform: capitalize;
    font-weight: 600;
    text-align: center;
    margin-bottom: 17px;
  }
  .product-action-modal .product-action-view-content .modal-action-messages i {
    position: relative;
    top: 1px;
  }
  .product-action-modal .product-action-view-content .modal-action-product .thumb img {
    border-radius: 8px;
    width: 100%;
  }
  .product-action-modal .product-action-view-content .modal-action-product .product-name {
    margin: 18px 0 0;
    font-size: 18px;
    text-align: center;
  }

  .aside-cart-wrapper .btn-aside-cart-close {
    display: block;
    width: 100%;
    height: 60px;
    background-color: #3A266F;
    border: none;
    border-bottom: 1px solid #e8e8e8;
    opacity: 1;
    border-radius: 0;
    color: #ffd868;
    background-image: none;
    padding: 0 49px;
    line-height: 60px;
    font-size: 16px;
    text-transform: uppercase;
    font-weight: 600;
    text-align: left;
    position: relative;
    transition: all 0.3s ease-out;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
  }
  @media only screen and (max-width: 767px) {
    .aside-cart-wrapper .btn-aside-cart-close {
      padding: 0 19px;
      font-size: 14px;
      height: 50px;
      line-height: 50px;
    }
  }
  .aside-cart-wrapper .btn-aside-cart-close i {
    position: absolute;
    right: 35px;
    top: 50%;
    -webkit-transform: translate(0%, -50%);
            transform: translate(0%, -50%);
  }
  @media only screen and (max-width: 767px) {
    .aside-cart-wrapper .btn-aside-cart-close i {
      font-size: 12px;
      right: 19px;
    }
  }
  .aside-cart-wrapper .btn-aside-cart-close:hover {
    color: #fff;
    background-color: #222;
  }
  .aside-cart-wrapper .aside-cart-product-list {
    margin-bottom: 35px;
  }
  .aside-cart-wrapper .aside-cart-product-list .aside-product-list-item {
    display: inline-block;
    width: 100%;
    position: relative;
    margin-bottom: 30px;
  }
  @media only screen and (max-width: 767px) {
    .aside-cart-wrapper .aside-cart-product-list .aside-product-list-item {
      margin-bottom: 18px;
    }
  }
  .aside-cart-wrapper .aside-cart-product-list .aside-product-list-item .remove {
    color: #343538;
    display: block;
    font-weight: normal;
    font-size: 16px;
    height: 20px;
    line-height: 17px;
    overflow: hidden;
    position: absolute;
    right: 0;
    text-align: right;
    width: 20px;
  }
  .aside-cart-wrapper .aside-cart-product-list .aside-product-list-item a {
    color: #242424;
    display: block;
    font-size: 16px;
    font-weight: 600;
    line-height: normal;
    margin: 0 0 5px;
    transition: all 0.2s ease-out;
    -webkit-transition: all 0.2s ease-out;
    -moz-transition: all 0.2s ease-out;
    -ms-transition: all 0.2s ease-out;
    -o-transition: all 0.2s ease-out;
  }
  @media only screen and (max-width: 767px) {
    .aside-cart-wrapper .aside-cart-product-list .aside-product-list-item a {
      font-size: 14px;
    }
  }
  .aside-cart-wrapper .aside-cart-product-list .aside-product-list-item a img {
    float: left;
    max-width: 70px;
    margin-right: 20px;
    border: 1px solid #eee;
  }
  .aside-cart-wrapper .aside-cart-product-list .aside-product-list-item a:hover {
    color: #3A266F;
  }
  .aside-cart-wrapper .aside-cart-product-list .aside-product-list-item .product-price {
    color: #343538;
    font-size: 14px;
  }
  .aside-cart-wrapper .aside-cart-product-list .aside-product-list-item:last-child {
    margin-bottom: 0;
  }
  .aside-cart-wrapper .cart-total {
    color: #242424;
    vertical-align: middle;
    display: inline-block;
    width: 100%;
  }
  .aside-cart-wrapper .cart-total span {
    color: #000;
    font-size: 16px;
    font-weight: 600;
  }
  .aside-cart-wrapper .cart-total .amount {
    font-weight: 500;
    font-size: 18px;
    float: right;
  }
  .aside-cart-wrapper .btn-total {
    border-radius: 0;
    display: block;
    text-align: center;
    font-size: 14px;
    padding: 18px 19px 16px;
    background-color: #232324;
    border-color: #232324;
    color: #fff;
    text-transform: uppercase;
    font-weight: 600;
    letter-spacing: 0.4px;
    transition: all 0.4s ease-out;
    -webkit-transition: all 0.4s ease-out;
    -moz-transition: all 0.4s ease-out;
    -ms-transition: all 0.4s ease-out;
    -o-transition: all 0.4s ease-out;
  }
  @media only screen and (max-width: 767px) {
    .aside-cart-wrapper .btn-total {
      font-size: 12px;
      padding: 16px 19px 14px;
    }
  }
  .aside-cart-wrapper .btn-total:hover {
    background-color: #3A266F;
    border-color: #3A266F;
  }
  .aside-cart-wrapper .btn-total + .btn-total {
    margin-top: 10px;
  }
  .aside-cart-wrapper.offcanvas {
    -webkit-box-shadow: 0px 0px 87px 0px rgba(0, 0, 0, 0.09);
            box-shadow: 0px 0px 87px 0px rgba(0, 0, 0, 0.09);
    background-color: #fff;
    width: 400px;
  }
  @media only screen and (max-width: 767px) {
    .aside-cart-wrapper.offcanvas {
      width: 310px;
    }
  }
  .aside-cart-wrapper .offcanvas-header {
    padding: 0;
  }
  .aside-cart-wrapper .offcanvas-body {
    padding: 50px 50px 102px;
  }
  @media only screen and (max-width: 767px) {
    .aside-cart-wrapper .offcanvas-body {
      padding: 19px 19px 70px;
    }
  }

  @-webkit-keyframes spinAround {
    from {
      -webkit-transform: rotate(0deg);
    }
    to {
      -webkit-transform: rotate(360deg);
    }
  }
  @keyframes spinAround {
    from {
      -webkit-transform: rotate(0deg);
              transform: rotate(0deg);
    }
    to {
      -webkit-transform: rotate(360deg);
              transform: rotate(360deg);
    }
  }
  /*
  @media only screen and (max-width: 1199px) {
  .shop-sidebar {
    margin-top: 40px;
    margin-bottom: 30px;
  }
}
.shop-sidebar .sidebar-search-form {
  position: relative;
}
.shop-sidebar .sidebar-search-form [type=search] {
  background-color: #3A266F;
  border: 1px solid #cfcfcf;
  border-radius: 15px;
  -webkit-box-shadow: none;
          box-shadow: none;
  color: #fff;
  font-size: 16px;
  font-weight: 400;
  font-style: italic;
  height: 60px;
  padding: 10px 48px 10px 18px;
  width: 100%;
}
.shop-sidebar .sidebar-search-form [type=search]::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #fff;
}
.shop-sidebar .sidebar-search-form [type=search]::-moz-placeholder {
  /* Firefox 19+ */
  color: #fff;
}
.shop-sidebar .sidebar-search-form [type=search]:-ms-input-placeholder {
  /* IE 10+ */
  color: #fff;
}
.shop-sidebar .sidebar-search-form [type=search]:-moz-placeholder {
  /* Firefox 18- */
  color: #fff;
}
.shop-sidebar .sidebar-search-form [type=submit] {
  border: none;
  background: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  margin: 0;
  padding: 0;
  height: 20px;
  width: 33px;
  position: absolute;
  right: 14px;
  top: 50%;
  -webkit-transform: translate(0%, -50%);
          transform: translate(0%, -50%);
  line-height: 20px;
  color: #fff;
  text-align: end;
  border-left: 1px solid #fff;
}
.shop-sidebar .sidebar-search-form [type=submit]:hover {
  color: #ffd868;
}
.shop-sidebar .sidebar-title {
  color: #525252;
  font-size: 18px;
  font-weight: 600;
  line-height: 1;
  display: inline-block;
  margin-bottom: 20px;
  position: relative;
  padding-left: 22px;
}
.shop-sidebar .sidebar-title:before {
  border: 2px solid #3A266F;
  border-radius: 50%;
  content: "";
  height: 11px;
  left: 0;
  position: absolute;
  top: 50%;
  width: 11px;
  transform: translate(0px, -50%);
  -webkit-transform: translate(0px, -50%);
  -moz-transform: translate(0px, -50%);
  -ms-transform: translate(0px, -50%);
  -o-transform: translate(0px, -50%);
}
.shop-sidebar .shop-widget {
  background-color: #fafafa;
  border-radius: 10px;
}
.shop-sidebar .shop-sidebar-category {
  margin-top: 40px;
  padding: 34px 30px 41px;
}
.shop-sidebar .category-list li {
  line-height: 1.8125;
  display: block;
}
.shop-sidebar .category-list li a {
  color: #737070;
  display: block;
  font-size: 16px;
  font-weight: 300;
  line-height: 1.8125;
  transition: all 0.3s ease-out;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
}
.shop-sidebar .category-list li a:hover {
  color: #3A266F;
  text-decoration: underline;
}
.shop-sidebar .shop-sidebar-color {
  margin-top: 40px;
  padding: 34px 30px 41px;
}
.shop-sidebar .shop-sidebar-color .sidebar-title {
  margin-bottom: 28px;
}
.shop-sidebar .color-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.shop-sidebar .color-list div {
  background-color: #000;
  border: 2px solid #fff;
  border-radius: 50%;
  cursor: pointer;
  display: inline-block;
  position: relative;
  height: 41px;
  width: 41px;
}
.shop-sidebar .color-list div:before {
  border: 1px solid #d5d5d5;
  content: "";
  position: absolute;
  height: calc(100% + 6px);
  width: calc(100% + 6px);
  border-radius: 50%;
  top: -3px;
  left: -3px;
}
.shop-sidebar .color-list div.active:before {
  border: 1px solid #3A266F;
}
.shop-sidebar .color-list div + div {
  margin-left: 12px;
}
.shop-sidebar .shop-sidebar-size {
  margin-top: 40px;
  padding: 34px 30px 41px;
}
.shop-sidebar .shop-sidebar-size .sidebar-title {
  margin-bottom: 28px;
}
.shop-sidebar .size-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.shop-sidebar .size-list div {
  background-color: #ededed;
  border: 2px solid #fff;
  border-radius: 50%;
  cursor: pointer;
  display: inline-block;
  position: relative;
  height: 41px;
  width: 41px;
  text-align: center;
  line-height: 38px;
  text-transform: uppercase;
  font-size: 16px;
  font-weight: 700;
  color: #525252;
}
.shop-sidebar .size-list div:before {
  border: 1px solid #d5d5d5;
  content: "";
  position: absolute;
  height: calc(100% + 6px);
  width: calc(100% + 6px);
  border-radius: 50%;
  top: -3px;
  left: -3px;
}
.shop-sidebar .size-list div.active {
  background-color: #3A266F;
  color: #fff;
}
.shop-sidebar .size-list div.active:before {
  border: 1px solid #3A266F;
}
.shop-sidebar .size-list div + div {
  margin-left: 12px;
}
.shop-sidebar .shop-sidebar-tags {
  margin-top: 40px;
  padding: 34px 30px 30px;
}
.shop-sidebar .shop-sidebar-tags .sidebar-title {
  margin-bottom: 28px;
}
.shop-sidebar .tags-list li {
  display: inline-block;
  margin-right: 6px;
  margin-bottom: 10px;
}
.shop-sidebar .tags-list li a {
  background-color: transparent;
  border: 1px solid #d9d9d9;
  border-radius: 5px;
  color: #7e7e7e;
  display: inline-block;
  font-size: 16px;
  letter-spacing: 0.2px;
  padding: 2px 17px;
  text-transform: capitalize;
}
.shop-sidebar .tags-list li a:hover {
  background-color: #3A266F;
  border-color: #ffd868;
  color: #fff;
}
.shop-sidebar .shop-sidebar-price-range {
  margin-top: 40px;
  padding: 34px 30px 35px;
}
.shop-sidebar .shop-sidebar-price-range .sidebar-title {
  margin-bottom: 28px;
}
.shop-sidebar .irs--round .irs-line {
  background-color: #ebebeb;
  border-radius: 1px;
  height: 4px;
}
.shop-sidebar .irs--round .irs-bar {
  background-color: #3A266F;
  border-radius: 1px;
  height: 4px;
}
.shop-sidebar .irs--round .irs-handle {
  top: 30px;
  width: 15px;
  height: 15px;
  border: 3px solid #3A266F;
  background-color: #fff;
  border-radius: 50px;
  -webkit-box-shadow: none;
          box-shadow: none;
  cursor: pointer;
}
.shop-sidebar .irs--round .irs-from,
.shop-sidebar .irs--round .irs-to,
.shop-sidebar .irs--round .irs-single {
  background-color: transparent;
  color: #656565;
  font-size: 16px;
  font-weight: 400;
  top: 2px;
}
.shop-sidebar .irs--round .irs-from:before,
.shop-sidebar .irs--round .irs-to:before,
.shop-sidebar .irs--round .irs-single:before {
  display: none;
}
@media only screen and (min-width: 1800px) {
    .header__area-logo::before {
      width: 408px !important;
    }
	.header__area-logo-area{
		padding-left:0px !important;
  }
/*


