/*-----------------------------------------------------------
    Theme Name: Spayro
    Theme URI: 
    Description: Spayro - Technology & IT Startups HTML Template
    Author: HiBootstrap
    Author URI: https://themeforest.net/user/hibootstrap/portfolio
    Version: 1.0
-------------------------------------------------------------*/
.single-product .product-name-wrap, .order-details-header, .order-item-details,
.order-subtotal, .order-total, .header-wrap .header-top .header-top-right, .header-wrap .header-bottom .header-bottom-right, .hero-wrap .hero-content .hero-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.single-product .product-name-wrap {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: flex-start;
  -ms-flex-align: flex-start;
  -ms-grid-row-align: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.order-details-header, .order-item-details,
.order-subtotal, .order-total {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -ms-grid-row-align: center;
  align-items: center;
}

.header-wrap .header-top .header-top-right, .header-wrap .header-bottom .header-bottom-right {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -ms-grid-row-align: center;
  align-items: center;
}

/*---------------------------------
            General Styles 
-----------------------------------*/
* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

:focus,
button:focus,
.btn:focus {
  outline: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.form-control:focus {
  -webkit-box-shadow: none;
  box-shadow: none;
}

a,
button,
input[type="submit"] {
  cursor: pointer;
}

/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */
input[type=number] {
  -moz-appearance: textfield;
}

a {
  color: #393939;
  text-transform: inherit;
  text-decoration: none;
}

a:hover,
a :focus {
  color: #737373;
  text-decoration: none;
  -webkit-box-shadow: none;
          box-shadow: none;
}

a:focus {
  outline: 0 solid;
}

img {
  max-width: 100%;
  height: auto;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Roboto Slab", serif;
  font-weight: 700;
  color: #1F276E;
}

body {
  color: #393939;
  font-size: 16px;
  line-height: 26px;
  font-family: "Roboto", sans-serif;
  overflow-x: hidden !important;
}

ul {
  padding: 0;
  margin: 0;
}

ul,
li {
  list-style: none;
}

p {
  font-size: 16px;
  line-height: 26px;
}

a {
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

/*---------------------------------
           Input Placeholder
-----------------------------------*/
input:-moz-placeholder,
textarea:-moz-placeholder {
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}

input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}

input::-moz-placeholder,
textarea::-moz-placeholder {
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}

input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}

/*return-to-top START CSS*/
.back-to-top {
  font-size: 24px;
  width: 45px;
  height: 45px;
  line-height: 42px;
  text-align: center;
  color: #4DE2C1;
  display: none;
  position: fixed;
  bottom: 30px;
  right: 20px;
  z-index: 999;
  border-radius: 50%;
  background: #13171d;
}

.back-to-top i {
  color: #fff;
}

.page-wrapper {
  overflow-x: hidden !important;
}

/*Proloader START CSS*/
.preloader {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #1A3150;
  z-index: 20000;
  overflow-x: hidden !important;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

h1.pl-text {
  position: absolute;
  left: 50%;
  margin-left: -1.9em;
  color: rgba(255, 255, 255, 0.1);
  font-size: 50px;
}

@-webkit-keyframes loading {
  from {
    max-width: 0;
  }
}

@keyframes loading {
  from {
    max-width: 0;
  }
}

h1.pl-text:before {
  content: attr(data-content);
  position: absolute;
  overflow: hidden;
  max-width: 4em;
  color: white;
  -webkit-animation: loading 3s linear infinite;
          animation: loading 3s linear infinite;
}

.pt-150 {
  padding-top: 150px;
}

.pt-140 {
  padding-top: 140px;
}

.pt-130 {
  padding-top: 130px;
}

.pt-110 {
  padding-top: 110px;
}

.pt-100 {
  padding-top: 100px;
}

.pt-90 {
  padding-top: 90px;
}

.pt-80 {
  padding-top: 80px;
}

.pt-70 {
  padding-top: 70px;
}

.pt-60 {
  padding-top: 60px;
}

.pt-50 {
  padding-top: 50px;
}

.pt-40 {
  padding-top: 40px;
}

.pt-30 {
  padding-top: 30px;
}

.pt-20 {
  padding-top: 20px;
}

.pt-10 {
  padding-top: 10px;
}

.pb-160 {
  padding-bottom: 160px;
}

.pb-150 {
  padding-bottom: 150px;
}

.pb-140 {
  padding-bottom: 140px;
}

.pb-130 {
  padding-bottom: 130px;
}

.pb-120 {
  padding-bottom: 120px;
}

.pb-110 {
  padding-bottom: 110px;
}

.pb-100 {
  padding-bottom: 100px;
}

.pb-90 {
  padding-bottom: 90px;
}

.pb-80 {
  padding-bottom: 80px;
}

.pb-70 {
  padding-bottom: 70px;
}

.pb-60 {
  padding-bottom: 60px;
}

.pb-50 {
  padding-bottom: 50px;
}

.pb-40 {
  padding-bottom: 40px;
}

.pb-30 {
  padding-bottom: 30px;
}

.pb-20 {
  padding-bottom: 20px;
}

.pb-10 {
  padding-bottom: 10px;
}

.pb-50 {
  padding-bottom: 50px;
}

.mb-0 {
  margin-bottom: 0px !important;
}

.mb-10 {
  margin-bottom: 10px !important;
}

.mb-20 {
  margin-bottom: 20px !important;
}

.mb-25 {
  margin-bottom: 25px !important;
}

.mb-30 {
  margin-bottom: 30px !important;
}

.mb-40 {
  margin-bottom: 40px !important;
}

.mb-50 {
  margin-bottom: 50px !important;
}

.mb-60 {
  margin-bottom: 60px !important;
}

.mb-70 {
  margin-bottom: 70px !important;
}

.mb-80 {
  margin-bottom: 80px !important;
}

.mt-0 {
  margin-top: 0px !important;
}

.mt-10 {
  margin-top: 10px !important;
}

.mt-20 {
  margin-top: 20px !important;
}

.mt-25 {
  margin-top: 25px !important;
}

.mt-30 {
  margin-top: 30px !important;
}

.mt-40 {
  margin-top: 40px !important;
}

.mt-50 {
  margin-top: 50px !important;
}

.mt-60 {
  margin-top: 60px !important;
}

.mt-70 {
  margin-top: 70px !important;
}

.mt-80 {
  margin-top: 80px !important;
}

.mt-100 {
  margin-top: 100px !important;
}

.mmt-15 {
  margin-top: -15px;
}

.mmt-25 {
  margin-top: -25px;
}

.mmt-35 {
  margin-top: -35px;
}

.btn {
  font-family: "Roboto Slab", serif;
  font-size: 16px;
  line-height: 26px;
  font-weight: 600;
  display: inline-block;
  border-radius: 5px;
  padding: 10px 25px;
  text-align: center;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.btn.v1 {
  background-color: #777AF2;
  border: 1px solid transparent;
  color: #fff;
}

.btn.v1 i {
  margin-left: 6px;
  font-size: 15px;
}

.btn.v2 {
  background-color: #fff;
  border: 1px solid transparent;
  color: #1A3150;
}

.btn.v2 i {
  margin-left: 6px;
  font-size: 15px;
}

.btn.v3 {
  background-color: #1A3150;
  border: 1px solid transparent;
  color: #fff;
  padding: 10px 15px;
}

.btn.v3 i {
  font-size: 15px;
}

.btn.v4 {
  background-color: #777AF2;
  border: 1px solid transparent;
  color: #fff;
  padding: 10px 15px;
}

.btn.v4 i {
  font-size: 15px;
}

.btn.v5 {
  background-color: #777AF2;
  border: 1px solid transparent;
  color: #fff;
  padding: 10px 15px;
  border-radius: 50px;
  display: block;
}

.btn.v5 i {
  font-size: 15px;
}

.btn.v6 {
  background-color: #777AF2;
  border: 1px solid transparent;
  color: #fff;
  display: block;
  width: 100%;
  font-size: 18px;
}

.btn.v6 i {
  margin-left: 6px;
  font-size: 15px;
}

.btn.v7 {
  background-color: #777AF2;
  border: 1px solid transparent;
  color: #fff;
  border-radius: 50px;
  line-height: 1;
  padding: 10px 20px 12px;
}

.link {
  font-size: 16px;
  line-height: 26px;
  color: #324F77;
  font-family: "Roboto Slab", serif;
  font-weight: 600;
  transition: 0.3s;
  -webkit-transition: 0.3s;
}

.link i {
  margin-left: 5px;
  font-size: 16px;
  position: relative;
  top: 1px;
}

.link:hover {
  color: #777AF2;
  letter-spacing: 0.5px;
}

.section-title span {
  position: relative;
  padding: 10px 18px 8px 35px;
  background-color: #F2F2FF;
  border-radius: 50px;
  line-height: 1.5;
  color: #002E5B;
  display: inline-block;
  margin: 0 0 13px;
  font-weight: 500;
}

.section-title span:before {
  position: absolute;
  top: 15px;
  left: 15px;
  content: "";
  width: 14px;
  height: 14px;
  background: #777AF2;
  border-radius: 50%;
}

.section-title h2 {
  font-size: 40px;
  line-height: 1.3;
  font-family: "Roboto Slab", serif;
  margin: 0;
  color: #1F276E;
}

.title {
  font-size: 40px;
  font-weight: 700;
}

.section-padding {
  padding: 100px 0;
}

.text-black {
  color: #393939 !important;
}

.text-red {
  color: #1A3150 !important;
}

.bg-transparent {
  background-color: transparent;
}

.bg-white {
  background-color: #fff;
}

.bg-black {
  background-color: #01060F;
}

.bg-blue {
  background-color: #002E5B;
}

.bg-corn-blue {
  background-color: #777AF2;
}

.bg-mirage {
  background-color: #F9FAFF;
}

.bg-titan {
  background-color: #F2F2FF;
}

.bg-zircon {
  background-color: #F9FAFF;
}

.bg-charcole {
  background-color: #1A3150;
}

.font-one {
  font-family: "Roboto", sans-serif !important;
}

.font-two {
  font-family: "Roboto Slab", serif !important;
}

.overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
}

.overlay.bg-black {
  background-color: #393939;
}

.overlay.bg-red {
  background-color: #1A3150;
}

.op-1 {
  opacity: 0.1;
}

.op-2 {
  opacity: 0.2;
}

.op-3 {
  opacity: 0.3;
}

.op-4 {
  opacity: 0.4;
}

.op-5 {
  opacity: 0.5;
}

.op-6 {
  opacity: 0.6;
}

.op-7 {
  opacity: 0.7;
}

.op-8 {
  opacity: 0.8;
}

.op-9 {
  opacity: 0.9;
}

.op-10 {
  opacity: 1;
}

.bg-f {
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  background-color: #ddd;
}

.swiper-container {
  overflow: hidden;
}

.content-title {
  position: relative;
  padding-left: 13px;
}

.content-title:before {
  position: absolute;
  top: 5px;
  left: 0;
  content: "";
  width: 3px;
  height: calc(100% - 5px);
}

.content-title h2 {
  font-size: 40px;
  line-height: 50px;
  font-weight: 700;
}

/* Circle */
.circle {
  position: relative;
  height: 48px;
  width: 48px;
  border-radius: 50%;
  background-color: #324F77;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.circle:hover {
  background: #fff;
}

.circle:hover i {
  color: #324F77;
}

.circle i {
  color: #fff;
}

.circle:after {
  content: '';
  display: block;
  position: absolute;
  border-radius: 50%;
}

.circle.v1:after {
  top: -5px;
  right: -5px;
  bottom: -5px;
  left: -5px;
  border: 5px solid rgba(255, 255, 255, 0.3);
}

.circle.v3:after {
  top: -2px;
  right: -2px;
  bottom: -2px;
  left: -2px;
  border: 2px solid #777AF2;
}

.circle:after {
  -webkit-animation: ripple 2s linear 1.9s infinite;
          animation: ripple 2s linear 1.9s infinite;
}

@-webkit-keyframes ripple {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  50% {
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
    opacity: 1;
  }
  100% {
    -webkit-transform: scale(1.4);
    transform: scale(1.4);
    opacity: 0;
  }
}

@keyframes ripple {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  50% {
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
    opacity: 1;
  }
  100% {
    -webkit-transform: scale(1.4);
    transform: scale(1.4);
    opacity: 0;
  }
}

.bounce {
  -webkit-animation: float 1500ms infinite ease-in-out;
  animation: float 1500ms infinite ease-in-out;
}

@-webkit-keyframes float {
  0% {
    -webkit-transform: translateY(5px);
    transform: translateY(5px);
  }
  50% {
    -webkit-transform: translateY(-5px);
    transform: translateY(-5px);
  }
  100% {
    -webkit-transform: translateY(5px);
    transform: translateY(5px);
  }
}

@keyframes float {
  0% {
    -webkit-transform: translateY(5px);
    transform: translateY(5px);
  }
  50% {
    -webkit-transform: translateY(-5px);
    transform: translateY(-5px);
  }
  100% {
    -webkit-transform: translateY(5px);
    transform: translateY(5px);
  }
}

.social-profile li {
  display: inline-block;
  margin: 0 13px;
}

.social-profile li:first-child {
  margin-left: 0;
}

.social-profile li a {
  color: #fff;
  font-size: 16px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.social-profile li a i {
  font-size: 20px;
}

.social-profile.v1 li {
  position: relative;
}

.social-profile.v1 li a {
  font-size: 14px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.social-profile.v1 li a:hover i {
  color: #777AF2;
}

.social-profile.v1 li:before {
  position: absolute;
  content: "";
  top: 3px;
  left: -16px;
  width: 1px;
  height: 20px;
  border-left: 1px dashed #A1A7B1;
}

.social-profile.v3 {
  margin: 25px 0 0;
}

.social-profile.v3 li {
  margin: 0 6px;
}

.social-profile.v3 li:nth-child(1) {
  margin-left: 0;
}

.social-profile.v3 li:last-child {
  margin-right: 0;
}

.social-profile.v3 li a {
  display: inline-block;
  width: 35px;
  height: 35px;
  background: #777AF2;
  border-radius: 50%;
  text-align: center;
  line-height: 40px;
  -webkit-box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
          box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
  -webkit-transition: 0.4s;
  transition: 0.4s;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.social-profile.v3 li a i {
  color: #fff;
  font-size: 18px;
}

.social-profile.v3 li a:hover {
  background-color: #fff;
}

.social-profile.v3 li a:hover i {
  color: #777AF2;
}

.social-profile.v1 li:first-child::before {
  display: none;
}

.swiper-button-next::after,
.swiper-button-prev::after,
.swiper-container-rtl .swiper-button-prev::after,
.swiper-container-rtl .swiper-button-next::after {
  display: none;
}

/*-----------Pagination  CSS-------------*/
.page-navigation {
  margin: 20px 0 0;
}

.page-navigation .prev-page a,
.page-navigation .next-page a {
  display: block;
  border: 1px solid #787AF3;
  text-align: center;
  padding: 16px 5px 14px;
  border-radius: 50px;
  text-transform: uppercase;
  line-height: 16px;
}

.page-navigation .prev-page a.active,
.page-navigation .next-page a.active {
  color: #777AF2;
}

.page-navigation .page-nav {
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.page-navigation .page-nav li {
  margin: 0 5px;
}

.page-navigation .page-nav li a {
  display: block;
  width: 49px;
  height: 49px;
  border: 1px solid #787AF3;
  border-radius: 3px;
  font-size: 18px;
  line-height: 48px;
  color: #A1A7B1;
  font-family: "Roboto Slab", serif;
  font-weight: 500;
}

.page-navigation .page-nav li a.active, .page-navigation .page-nav li a:hover {
  background: #777AF2;
  border-color: transparent;
  color: #fff;
}

.form-wrap .form-group {
  margin: 0 0 25px;
}

.form-wrap .form-group input,
.form-wrap .form-group textarea {
  width: 100%;
  border: none;
  background: #F2F2FF;
  border-radius: 5px;
  padding: 10px 10px 10px 20px;
}

.form-wrap .form-group input {
  height: 60px;
}

.form-wrap .form-group textarea {
  height: 140px;
  resize: none;
  padding: 15px 10px 10px 20px;
}

#message {
  padding: 0;
}

.help-block {
  color: #E31C25;
}

.contact-info-box {
  padding: 25px;
  border-radius: 5px;
}

.contact-info-box p {
  margin: 20px 0 25px 0;
}

.contact-info-box .contact-item {
  position: relative;
  padding-left: 35px;
  padding-bottom: 20px;
}

.contact-info-box .contact-item:last-child {
  padding-bottom: 0;
}

.contact-info-box .contact-item a {
  font-size: 16px;
}

.contact-info-box .contact-item a i {
  font-size: 28px;
  position: absolute;
  top: 0;
  left: 0;
  color: #777AF2;
}

#map iframe {
  width: 100%;
  height: 373px;
}

.form_group {
  display: block;
}

.form_group input {
  padding: 0;
  height: initial;
  width: initial;
  margin-bottom: 0;
  display: none;
  cursor: pointer;
}

.form_group label {
  position: relative;
  cursor: pointer;
  padding-left: 25px;
}

.form_group label:before {
  content: '';
  -webkit-appearance: none;
  background-color: transparent;
  border: 2px solid #777AF2;
  display: inline-block;
  position: relative;
  vertical-align: middle;
  cursor: pointer;
  margin-right: 5px;
  position: absolute;
  top: 4px;
  left: 0;
  width: 15px;
  height: 15px;
}

.form_group input:checked + label:after {
  content: "";
  display: block;
  position: absolute;
  top: 6px;
  left: 5px;
  width: 5px;
  height: 10px;
  border: solid #777AF2;
  border-width: 0 2px 2px 0;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

.form-group .or {
  text-align: center;
  font-size: 16px;
  display: block;
  position: relative;
  z-index: 1;
}

.form-group .or:before {
  content: "";
  position: absolute;
  top: 13px;
  left: 0;
  width: 40%;
  height: 1px;
  background-color: #cccccc;
  z-index: -1;
}

.form-group .or:after {
  content: "";
  position: absolute;
  top: 13px;
  right: 0;
  width: 40%;
  height: 1px;
  background-color: #cccccc;
  z-index: -1;
}

/*-------------------------
    Privacy Policy
------------------------*/
.pp-content {
  margin: 0 0 30px;
}

.pp-content:last-child {
  margin: 0;
}

.pp-content:last-child p {
  margin: 0;
}

/*-------------------------
    Error Policy
------------------------*/
.error-content {
  text-align: center;
}

.error-content span {
  font-size: 110px;
  font-family: "Roboto Slab", serif;
  font-weight: 700;
  display: block;
  line-height: 100px;
  margin: 0 0 100px;
  color: #777AF2;
}

.error-content .btn i {
  margin-right: 5px;
}

/*-------------------------------
         Header CSS
-------------------------------*/
.search-box {
  position: fixed;
  top: -100%;
  left: 0;
  width: 100%;
  height: 100vh;
  background: black;
  z-index: 999;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.search-box .form-group {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.search-box .form-group input {
  width: 100%;
  height: 60px;
  font-size: 20px;
  line-height: 30px;
  border: none;
  border-bottom: 1px solid #737373;
  background: transparent;
  color: #fff;
  padding: 10px 40px 10px 10px;
}

.search-box .form-group input::Placeholder {
  color: #fff;
  opacity: 0.6;
}

.search-box .form-group button {
  position: absolute;
  top: 20px;
  right: 0;
  background: transparent;
  border: none;
}

.search-box .form-group button i {
  color: #fff;
  font-size: 22px;
}

.search-box .form-group button i.rotate {
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg);
}

.search-box .close-search_box {
  position: absolute;
  top: 40px;
  right: 40px;
  border: none;
  background: transparent;
}

.search-box .close-search_box i {
  color: #fff;
  font-size: 30px;
}

.search-box.open {
  top: 0;
  visibility: visible;
  opacity: 1;
}

.header-wrap.v1 {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 2;
  width: 100%;
  background: transparent;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.header-wrap.v1.sticky {
  z-index: 20;
  background: #fff;
  -webkit-box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
          box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
}

.header-wrap .header-top {
  background-color: #1A3150;
}

.header-wrap .header-top .header-top-left p,
.header-wrap .header-top .header-top-left a {
  color: #fff;
  display: inline-block;
}

.header-wrap .header-top .header-top-left p i,
.header-wrap .header-top .header-top-left a i {
  font-size: 16px;
}

.header-wrap .header-top .header-top-left p {
  margin: 0 20px 0 0;
  padding: 0 10px 0 0;
  position: relative;
}

.header-wrap .header-top .header-top-left p:after {
  position: absolute;
  content: "";
  top: 5px;
  right: -8px;
  width: 1px;
  height: 20px;
  background: transparent;
  border: 1px dashed #A1A7B1;
}

.header-wrap .header-top .header-top-left p i {
  margin-right: 8px;
}

.header-wrap .header-top .header-top-left a i {
  margin-right: 10px;
}

.header-wrap .header-bottom {
  padding: 14px 0;
  background-color: #fff;
}

.header-wrap.style2 .header-top {
  background-color: #777AF2;
}

.searchBtn {
  background: transparent;
  line-height: 1;
  border: none;
  margin-right: 20px;
  padding: 0 5px;
}

@media only screen and (min-width: 1200px) and (max-width: 1365px) {
  .searchBtn {
    margin-right: 8px;
  }
}

.searchBtn i {
  color: #777AF2;
  font-size: 22px;
}

.searchBtn i.rotate {
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg);
}

.rotate i {
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg);
}

.nice-select::after {
  height: 9px;
  width: 8px;
}

.lang_selctor {
  position: relative;
  cursor: pointer;
  display: inline-block;
  min-width: 72px;
}

.lang_selctor .nice-select {
  background: transparent;
  font-weight: 16px;
  border: none;
  width: 100%;
}

.lang_selctor .nice-select .list {
  padding: 6px 0;
  margin: 0;
  width: 100%;
}

.lang_selctor .nice-select .list .option {
  line-height: 28px;
  padding-left: 10px;
  padding-right: 10px;
  min-height: auto;
  font-size: 14px;
}

.lang_selctor .nice-select > span {
  color: #fff;
  font-weight: 400;
  line-height: 30px;
}

.lang_selctor .nice-select:after {
  border-bottom: 2px solid #fff;
  border-right: 2px solid #fff;
  width: 6px;
  height: 6px;
  right: 2px;
  top: 52%;
}

/*-------------------------------
         Main Mneu CSS
-------------------------------*/
@media only screen and (min-width: 992px) {
  #menu {
    text-align: center;
  }
  #menu ul li {
    display: inline-block;
    position: relative;
  }
  #menu ul li a {
    margin: 0 18px;
    padding: 15px 0;
    color: #737373;
    font-family: "Roboto Slab", serif;
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
  #menu ul li a.active, #menu ul li a:hover {
    color: #777AF2;
  }
  #menu ul li.has-children .sub-menu {
    position: absolute;
    top: 45px;
    left: -7px;
    min-width: 200px;
    padding: 5px 0;
    border-radius: 2px;
    background: #fff;
    visibility: hidden;
    opacity: 0;
    -webkit-box-shadow: 0 0 15px rgba(0, 0, 0, 0.15);
            box-shadow: 0 0 15px rgba(0, 0, 0, 0.15);
    -webkit-transition: 0.3s;
    transition: 0.3s;
    z-index: 10;
    display: block !important;
  }
  #menu ul li.has-children .sub-menu li {
    margin: 0;
    display: block;
    text-align: left;
  }
  #menu ul li.has-children .sub-menu li a {
    font-size: 14px;
    line-height: 21px;
    margin: 0px 25px;
    display: block;
    color: #1A3150;
    border-bottom: 1px solid rgba(0, 0, 0, 0.2);
    padding: 13px 0 15px;
    -webkit-transition: 0.4s;
    transition: 0.4s;
  }
  #menu ul li.has-children .sub-menu li a.active, #menu ul li.has-children .sub-menu li a:hover {
    color: #777AF2;
    border-color: #777AF2;
  }
  #menu ul li.has-children .sub-menu li a:hover {
    padding-left: 5px;
  }
  #menu ul li.has-children .sub-menu li:last-child > a {
    border-bottom: none;
  }
  #menu ul li.has-children:hover > .sub-menu {
    top: 62px;
    visibility: visible;
    opacity: 1;
  }
  #menu > ul > li {
    padding: 16px 0;
  }
  #menu > ul > li > a {
    position: relative;
  }
  #menu > ul > li.has-children > a {
    position: relative;
  }
  #menu > ul > li.has-children > a:before {
    position: absolute;
    top: 22px;
    right: -12px;
    content: "";
    width: 6px;
    height: 6px;
    border-left: 2.9px solid #737373;
    border-bottom: 2.9px solid #737373;
    -webkit-transform: rotate(-45deg);
            transform: rotate(-45deg);
  }
  #menu > ul > li.has-children > a.active:before, #menu > ul > li.has-children > a:hover:before {
    border-color: #777AF2;
  }
  #menu > ul > li.has-children > .sub-menu > .has-children > a {
    position: relative;
  }
  #menu > ul > li.has-children > .sub-menu > .has-children > a:after {
    position: absolute;
    top: 22px;
    right: 0;
    content: "";
    width: 6px;
    height: 6px;
    border-left: 1.9px solid #1A3150;
    border-bottom: 1.9px solid #1A3150;
    -webkit-transform: rotate(-135deg);
            transform: rotate(-135deg);
  }
  #menu > ul > li.has-children > .sub-menu > .has-children > a:hover:after {
    border-color: #777AF2;
  }
  #menu > ul > .has-children {
    position: relative;
  }
  #menu ul > .has-children > .sub-menu > .has-children > .sub-menu {
    left: 100%;
    top: -5px;
  }
}

@media only screen and (max-width: 991px) {
  .menu-close {
    position: absolute;
    top: 13px;
    right: 16px;
  }
  .menu-close i {
    font-size: 22px;
  }
  .mobile-menu {
    text-align: right;
  }
  .mobile-menu a i {
    color: #393939;
    font-size: 28px;
  }
  .mobile-top-bar,
  .mobile-menu {
    display: inline-block;
  }
}

@media only screen and (max-width: 991px) and (min-width: 768px) and (max-width: 991px) {
  .main-menu-wrap {
    display: block;
  }
}

@media only screen and (max-width: 991px) and (max-width: 767px) {
  .main-menu-wrap {
    display: block;
  }
}

@media only screen and (max-width: 991px) {
  .main-menu-wrap {
    width: 100%;
    position: fixed;
    background: #fff;
    z-index: 999;
    top: 0;
    height: 100vh;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    left: -100%;
    padding: 55px 20px 30px;
    overflow-y: auto;
    -webkit-transition: 0.4s;
    transition: 0.4s;
  }
  .main-menu-wrap.open {
    left: 0;
  }
  .main-menu > li.has-children.menu-open > span.menu-expand {
    -webkit-transform: rotate(180deg);
            transform: rotate(180deg);
  }
  .main-menu > li ul li.has-children.menu-open span.menu-expand {
    -webkit-transform: rotate(180deg);
            transform: rotate(180deg);
  }
  .main-menu li {
    position: relative;
  }
  .main-menu li:last-child {
    margin: 0;
  }
  .main-menu li span.menu-expand {
    position: absolute;
    right: 0;
    cursor: pointer;
  }
  .main-menu li span.menu-expand:hover {
    color: #393939;
  }
  .main-menu li a {
    font-size: 14px;
    font-weight: 400;
    text-transform: capitalize;
    display: block;
    padding-bottom: 12px;
    margin-bottom: 12px;
    border-bottom: 1px solid #737373;
  }
  .main-menu li a:hover {
    color: #393939;
  }
  .main-menu li ul.sub-menu {
    padding-left: 20px;
  }
  .main-menu li a.active {
    color: #777AF2;
    border-color: #777AF2;
  }
}

/*---------------------------------
       Breadcrumb CSS 
-----------------------------------*/
.br-bg-1 {
  background-image: url(../img/breadcrumb/breadcrumb-1.jpg);
}

.breadcrumb-wrap {
  position: relative;
  height: 100%;
  padding: 115px 0 125px;
  overflow: hidden;
  margin: 130px 0 0;
}

.breadcrumb-wrap .breadcrumb-title {
  position: relative;
  z-index: 1;
  width: 100%;
  text-align: center;
}

.breadcrumb-wrap .breadcrumb-title h2 {
  font-size: 60px;
  line-height: 1.2;
  color: #fff;
  font-weight: 700;
  padding: 0 15px;
  margin: 0 0 15px;
}

.breadcrumb-wrap .breadcrumb-title h2 span {
  color: #1A3150;
}

.breadcrumb-wrap .breadcrumb-title ul li {
  display: inline-block;
  margin: 0 7px 0 0;
  position: relative;
  color: #fff;
}

.breadcrumb-wrap .breadcrumb-title ul li i {
  margin-left: 5px;
  font-size: 12px;
}

.breadcrumb-wrap .breadcrumb-title ul li a {
  font-size: 16px;
  line-height: 22px;
  color: #fff;
  display: inline-block;
  padding: 0px 5px;
  transition: 0.3s;
  -webkit-transition: 0.3s;
}

/*---------------------------------
        Hero CSS 
-----------------------------------*/
.hero-bg-1 {
  background-image: url(../img/hero/hero-1.jpg);
}

.hero-bg-2 {
  background-image: url(../img/hero/hero-3.jpg);
}

.hero-bg-3 {
  background-image: url(../img/hero/hero-3.png);
}

.hero-bg-4 {
  background-image: url(../img/hero/hero-4.png);
}

.hero-wrap {
  margin: 130px 0 0;
  position: relative;
}

.hero-wrap .hero-slider-v1 .hero-slider-item {
  padding: 250px 0 250px;
}

.hero-wrap .hero-v2 {
  padding: 250px 0 250px;
}

.hero-wrap .hero-content .hero-promo-text {
  display: inline-block;
  border-radius: 0 5px 5px 0;
  line-height: 1.2;
  color: #fff;
  border-radius: 5px;
  padding: 15px 25px;
}

.hero-wrap .hero-content .hero-promo-text:first-child {
  margin-right: 8px;
}

.hero-wrap .hero-content h1 {
  font-size: 56px;
  line-height: 1.2;
  color: #fff;
  font-weight: 800;
  margin: 25px 0 20px;
}

.hero-wrap .hero-content p {
  color: #fff;
  margin-bottom: 36px;
}

.hero-wrap .hero-content .hero-btn a:nth-child(1) {
  margin-right: 20px;
}

.hero-v2 .container {
  z-index: 1;
  position: relative;
}

.hero-pagination.dots-pagination {
  position: absolute;
  bottom: 30px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  z-index: 999;
  width: 100%;
  text-align: center;
}

.hero-pagination.dots-pagination span.swiper-pagination-bullet-active::before {
  background-color: #fff;
}

.exp-box {
  position: absolute;
  display: inline-block;
  padding: 15px 25px 15px 15px;
  background: #1A3150;
  top: 30px;
  right: -30px;
  -webkit-box-shadow: 0 0 15px rgba(0, 0, 0, 0.2);
          box-shadow: 0 0 15px rgba(0, 0, 0, 0.2);
  border-radius: 5px;
}

.exp-box .icon {
  display: inline-block;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: #fff;
  position: absolute;
  top: -10px;
  right: -10px;
  text-align: center;
}

.exp-box .icon i {
  color: #777AF2;
  font-size: 20px;
  line-height: 44px;
}

.exp-box h4 {
  color: #fff;
  font-size: 16px;
  font-weight: 400;
  margin: 0;
}

.exp-box h4 span {
  display: block;
  font-size: 32px;
  font-weight: 600;
  line-height: 1;
  margin: 0 0 5px;
}

.hero-slider-v1 .swiper-slide-active .hero-promo-text {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-name: fadeInDown;
          animation-name: fadeInDown;
  -webkit-animation-delay: 0.8s;
          animation-delay: 0.8s;
}

.hero-slider-v1 .swiper-slide-active h1 {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-name: fadeIn;
          animation-name: fadeIn;
  -webkit-animation-delay: 1.2s;
          animation-delay: 1.2s;
}

.hero-slider-v1 .swiper-slide-active p {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-name: fadeIn;
          animation-name: fadeIn;
  -webkit-animation-delay: 1.8s;
          animation-delay: 1.8s;
}

.hero-slider-v1 .swiper-slide-active .hero-btn {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-name: fadeIn;
          animation-name: fadeIn;
  -webkit-animation-delay: 2.3s;
          animation-delay: 2.3s;
}

.hero-slider-v3 .owl-item.active a.btn.v1 {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-name: fadeIn;
          animation-name: fadeIn;
  -webkit-animation-delay: 1.7s;
          animation-delay: 1.7s;
}

.hero-slider-v3 .owl-item.active a.btn.v4 {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-name: fadeIn;
          animation-name: fadeIn;
  -webkit-animation-delay: 2s;
          animation-delay: 2s;
}

/*---------------------------
	About Section CSS
-------------------------------*/
.about-bg-1 {
  background-image: url(../img/video-bg.jpg);
}

.about-video {
  height: 550px;
  position: relative;
  border-radius: 5px;
}

.about-video .about-shape-1 {
  position: absolute;
  top: -30px;
  left: -40px;
  z-index: -1;
}

.about-video .about-shape-2 {
  position: absolute;
  bottom: -30px;
  right: -40px;
  z-index: -1;
}

.about-features li {
  position: relative;
  padding-left: 30px;
  font-weight: 600;
  margin: 0 0 10px;
}

.about-features li:last-child {
  margin: 0;
}

.about-features li i {
  position: absolute;
  top: 2px;
  left: 0;
  width: 20px;
  height: 20px;
  background: #777AF2;
  border-radius: 50%;
  color: #fff;
  font-size: 10px;
  line-height: 20px;
  text-align: center;
}

.about-text p {
  margin: 20px 0 25px;
}

/*---------------------------
    Service Section CSS
----------------------------*/
.service-bg-1 {
  background-image: url(../img/service/service-2.jpg);
}

.service-slider.swiper-container {
  position: relative;
  padding: 0 5px 30px;
}

.service-wrap .dots-pagination {
  bottom: 0px;
}

.service-box {
  margin: 0 0 30px;
  border-radius: 5px;
  border: 1px solid #F2F2FF;
}

.service-box .service-img {
  background-color: #fff;
  -webkit-box-shadow: 0 0 10px rgba(112, 112, 112, 0.2);
          box-shadow: 0 0 10px rgba(112, 112, 112, 0.2);
  border-radius: 5px 5px 0 0;
}

.service-box .service-img img {
  border-radius: 5px 5px 0 0;
}

.service-box .service-info {
  padding: 0 25px 20px;
}

.service-box .service-info h4 {
  line-height: 1.3;
  margin: 18px 0 13px;
}

.service-box .service-info h4 a {
  color: #1F276E;
}

.service-box .service-info p {
  margin: 0 0 12px;
}

.service-slider .swiper-slide-active .service-box {
  -webkit-box-shadow: 0 0 20px rgba(112, 112, 112, 0.2);
          box-shadow: 0 0 20px rgba(112, 112, 112, 0.2);
}

.service-slider .swiper-slide-active .service-box.v2 {
  -webkit-box-shadow: 0 0 20px rgba(112, 112, 112, 0.2);
          box-shadow: 0 0 20px rgba(112, 112, 112, 0.2);
}

.service-slider .swiper-slide-active .service-box.v2 .service-img {
  -webkit-box-shadow: none;
          box-shadow: none;
}

.service-slider .swiper-slide-active .service-box .service-img {
  -webkit-box-shadow: none;
          box-shadow: none;
}

.service-box.v2 {
  -webkit-box-shadow: 0 0 20px rgba(112, 112, 112, 0.2);
          box-shadow: 0 0 20px rgba(112, 112, 112, 0.2);
  margin: 0 0 30px;
}

.service-box.v2 .service-img {
  -webkit-box-shadow: none;
          box-shadow: none;
  padding-bottom: 0;
}

/*-----------------------------------
        Service Details
-----------------------------------*/
.faq-bg-1 {
  background-image: url(../img/service/service-1.jpg);
}

.faq-img {
  height: 500px;
}

.service-details-text {
  margin: 0 0 20px;
}

.service-details-text .service-details-title {
  font-size: 40px;
  line-height: 1.4;
  margin: 0 0 15px;
}

.service-features li {
  position: relative;
  padding-left: 26px;
  font-weight: 500;
  line-height: 26px;
  margin: 0 0 13px;
}

.service-features li:last-child {
  margin: 0;
}

.service-features li i {
  position: absolute;
  top: 3px;
  left: 0;
  font-size: 18px;
  color: #777AF2;
}

.service-details-img {
  position: relative;
  height: 500px;
}

.service-details-img .service-dt-shape-one {
  position: absolute;
  top: -30px;
  left: 0px;
  z-index: -1;
}

.service-details-img .service-dt-shape-two {
  position: absolute;
  bottom: -30px;
  right: 0px;
  z-index: -1;
}

.service-details-img .service-img-one {
  position: absolute;
  top: 0;
  right: 0;
  max-width: 90%;
  border-radius: 5px;
}

.service-details-img .service-img-two {
  position: absolute;
  bottom: -30px;
  left: -30px;
  max-width: 70%;
  -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.25);
          box-shadow: 0 5px 15px rgba(0, 0, 0, 0.25);
}

/*-------------------------------
         Header CSS
-------------------------------*/
.feature-box-wrap .feature-shape-one {
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  z-index: -1;
}

.feature-box-wrap .feature-shape-two {
  position: absolute;
  bottom: 30px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  z-index: -1;
}

.feature-box-wrap.v1 {
  position: relative;
}

.feature-box-wrap.v1 .feature-box:hover {
  background-color: #1F276E;
}

.feature-box-wrap.v1 .feature-box:hover .feature-box-num {
  color: #4C549C;
}

.feature-box-wrap.v1 .feature-box:hover .feature-box-info h4,
.feature-box-wrap.v1 .feature-box:hover .feature-box-info p,
.feature-box-wrap.v1 .feature-box:hover .feature-box-info .link {
  color: #fff;
}

.feature-box-wrap.v1:before {
  position: absolute;
  top: 45%;
  left: 50%;
  content: "";
  background: transparent;
  width: 1px;
  height: 1px;
  border-radius: 50%;
  -webkit-box-shadow: 0px 0px 100px 35px #777AF2;
          box-shadow: 0px 0px 100px 35px #777AF2;
  z-index: -1;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.feature-box-wrap.v2 {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 1fr 1fr 1fr;
      grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-gap: 30px;
  position: relative;
}

.feature-box-wrap.v2 .feature-box {
  margin: 0;
}

.feature-box-wrap.v2 .feature-box:hover {
  background-color: #777AF2;
}

.feature-box-wrap.v2 .feature-box:hover .feature-box-num {
  color: #ddd;
}

.feature-box-wrap.v2 .feature-box:hover .feature-box-info h4,
.feature-box-wrap.v2 .feature-box:hover .feature-box-info p,
.feature-box-wrap.v2 .feature-box:hover .feature-box-info .link {
  color: #fff;
}

.feature-box-wrap.v3 {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 1fr 1fr 1fr;
      grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-gap: 30px;
  position: relative;
}

.feature-box-wrap.v3 .feature-box {
  padding: 0;
  margin: 0;
}

.feature-box-wrap.v3 .feature-box .feature-box-icon-wrap {
  background: #F2F2FE;
  padding: 30px 10px;
  position: relative;
  overflow: hidden;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.feature-box-wrap.v3 .feature-box .feature-box-icon-wrap:before {
  position: absolute;
  bottom: -5px;
  left: -20px;
  content: "";
  width: 70px;
  height: 58px;
  background: #fff;
  -webkit-transform: skew(20deg);
  transform: skew(20deg);
  -webkit-box-shadow: 0 0 15px rgba(0, 0, 0, 0.09);
          box-shadow: 0 0 15px rgba(0, 0, 0, 0.09);
}

.feature-box-wrap.v3 .feature-box .feature-box-icon-wrap:after {
  position: absolute;
  bottom: -5px;
  right: -20px;
  content: "";
  width: 70px;
  height: 58px;
  background: #fff;
  -webkit-transform: skew(-20deg);
  transform: skew(-20deg);
  -webkit-box-shadow: 0 0 15px rgba(0, 0, 0, 0.09);
          box-shadow: 0 0 15px rgba(0, 0, 0, 0.09);
}

.feature-box-wrap.v3 .feature-box .feature-box-icon-wrap .feature-box-icon {
  margin: 0 auto;
  background: #fff !important;
}

.feature-box-wrap.v3 .feature-box .feature-box-info {
  text-align: center;
  padding: 0 20px 30px;
}

.feature-box-wrap.v3 .feature-box .feature-box-info h4 {
  margin: 25px 0 16px;
}

.feature-box-wrap.v3 .feature-box:hover .feature-box-icon-wrap {
  background: #777AF2;
}

.feature-box-wrap .feature-box {
  padding: 40px 20px 35px;
  -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.08);
          box-shadow: 0 0 20px rgba(0, 0, 0, 0.08);
  border-radius: 5px;
  position: relative;
  background-color: #fff;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  margin: 0 0 30px;
}

.feature-box-wrap .feature-box .feature-box-num {
  position: absolute;
  top: 30px;
  right: 30px;
  font-size: 40px;
  line-height: 66px;
  color: #D6D6D6;
  font-family: "Roboto Slab", serif;
  font-weight: 900;
}

.feature-box-wrap .feature-box .feature-box-icon {
  background: #F2F2FF;
  padding: 0;
  border-radius: 5px;
  width: 70px;
  height: 70px;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.feature-box-wrap .feature-box .feature-box-info h4 {
  margin: 20px 0 16px;
}

.feature-list-item {
  position: relative;
  margin: 0 0 20px 20px;
  border-bottom: 1px solid #F2F2FF;
}

.feature-list-item:last-child {
  margin-bottom: 0;
  border-bottom: none;
}

.feature-list-item:before {
  position: absolute;
  top: 0;
  left: -20px;
  width: 2px;
  height: 100%;
  background: #777AF2;
  content: "";
  z-index: 1;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.feature-list-item h4 {
  color: #393939;
}

.feature-list-item:hover:before, .feature-list-item.active:before {
  visibility: visible;
  opacity: 1;
}

.feature-list-item:hover h4, .feature-list-item.active h4 {
  color: #1A3150;
}

/*---------------------------------
        Testimonial CSS 
-----------------------------------*/
.testimonial-wrap {
  position: relative;
}

.testimonial-wrap:before {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  background: #777AF2;
  width: 45%;
  height: 100%;
}

.testimonial-wrap:after {
  position: absolute;
  top: 0;
  right: 0;
  content: "";
  background: #F9FAFF;
  width: 100%;
  height: 100%;
  z-index: -1;
}

.testimonial-wrap .testimonial-text {
  position: relative;
}

.testimonial-wrap .testimonial-text .client-avatar-1,
.testimonial-wrap .testimonial-text .client-avatar-2,
.testimonial-wrap .testimonial-text .client-avatar-3,
.testimonial-wrap .testimonial-text .client-avatar-4 {
  position: absolute;
  width: 50px;
  height: 50px;
  border-radius: 50%;
}

.testimonial-wrap .testimonial-text .client-avatar-1 img,
.testimonial-wrap .testimonial-text .client-avatar-2 img,
.testimonial-wrap .testimonial-text .client-avatar-3 img,
.testimonial-wrap .testimonial-text .client-avatar-4 img {
  border-radius: 50%;
}

.testimonial-wrap .testimonial-text .client-avatar-1 {
  top: 20px;
  left: 60px;
}

.testimonial-wrap .testimonial-text .client-avatar-2 {
  top: 60px;
  right: 30px;
}

.testimonial-wrap .testimonial-text .client-avatar-3 {
  bottom: 10px;
  left: 30px;
}

.testimonial-wrap .testimonial-text .client-avatar-4 {
  bottom: 20px;
  right: 60px;
}

.testimonial-wrap .testimonial-item .client-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.testimonial-wrap .testimonial-item .client-info .client-img {
  width: 62px;
  height: 62px;
  border-radius: 50%;
  border: 2px solid #1A3150;
}

.testimonial-wrap .testimonial-item .client-info .client-img img {
  border-radius: 50%;
}

.testimonial-wrap .testimonial-item .client-info .client-name {
  width: calc(100% - 80px);
  margin-left: 17px;
}

.testimonial-wrap .testimonial-item .client-info .client-name p {
  font-size: 16px;
  color: #1A3150;
  font-weight: 500;
  margin: 0;
  line-height: 1;
}

.testimonial-wrap .testimonial-item .client-info .client-name span {
  color: #777AF2;
  font-size: 14px;
}

.quote-icon {
  position: absolute;
  top: -15px;
  left: 0;
  z-index: -1;
  opacity: 0.15;
}

.quote-icon i {
  color: #777AF2;
  font-size: 60px;
  margin: -20px 0 8px;
}

.testimonial_btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: -45px 0 0;
  z-index: 9;
  position: relative;
}

.testimonial_btn .testimonial-next {
  margin-left: 5px;
}

.testimonial_btn .testimonial-next,
.testimonial_btn .testimonial-prev {
  background: #777AF2;
  width: 45px;
  height: 45px;
  text-align: center;
}

.testimonial_btn .testimonial-next i,
.testimonial_btn .testimonial-prev i {
  color: #fff;
  font-size: 24px;
  line-height: 44px;
}

.client-quote p {
  letter-spacing: 1px;
  margin: 0 0 28px;
}

/*---------------------------------
        Counter CSS 
-----------------------------------*/
.counter-box-wrap {
  -webkit-box-shadow: 0 3px 25px rgba(0, 0, 0, 0.05);
          box-shadow: 0 3px 25px rgba(0, 0, 0, 0.05);
  position: relative;
  padding: 35px 20px 30px;
  background: #fff;
}

.counter-box-wrap .counter-shape-one {
  position: absolute;
  top: -48px;
  left: -50px;
  z-index: -1;
}

.counter-box-wrap .counter-shape-two {
  position: absolute;
  bottom: -48px;
  right: -50px;
  z-index: -1;
}

.counter-box-wrap .counter-text {
  text-align: center;
}

.counter-box-wrap .counter-text i {
  font-size: 44px;
  color: #777AF2;
  display: block;
  line-height: 1;
}

.counter-box-wrap .counter-text .counter-value {
  font-size: 34px;
  font-family: "Roboto Slab", serif;
  font-weight: 700;
  line-height: 56px;
  color: #777AF2;
  line-height: 1;
  margin: 20px 0 15px;
}

.counter-box-wrap .counter-text .counter-value.v1 {
  position: relative;
  display: inline-block;
  padding: 0 28px;
}

.counter-box-wrap .counter-text .counter-value.v1:after {
  position: absolute;
  top: 0;
  right: 0;
  content: "+";
}

.counter-box-wrap .counter-text p {
  margin: 0;
}

.counter-box-wrap.v2 {
  z-index: 9;
  position: relative;
}

.counter-box-wrap.v2 .counter-text {
  position: relative;
}

.counter-box-wrap.v2 .counter-text:after {
  position: absolute;
  top: 23px;
  right: 0;
  content: "";
  background: transparent;
  border-right: 2px dashed #777AF2;
  width: 1px;
  height: 100px;
}

.counter-box-wrap.v2 > .row .col-md-3:last-child .counter-text:after {
  display: none;
}

.counter-box-wrap.v2 .row .col-lg-3:last-child .counter-text:after {
  display: none;
}

/*-----------------------
    Promo Section CSS
-----------------------*/
.promo-bg-1 {
  background-image: url(../img/promo/promo-1.jpg);
  height: 599px;
  position: relative;
  width: 50%;
}

.promo-bg-2 {
  background-image: url(../img/promo/promo-2.jpg);
}

.promo-bg-3 {
  background-image: url(../img/promo/promo-3.jpg);
}

.promo-bg-4 {
  background-image: url(../img/promo/promo-4.jpg);
}

.promo-bg-5 {
  background-image: url(../img/promo/promo-5.jpg);
}

.promo-box-wrap .promo-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  position: relative;
}

.promo-box-wrap .promo-box .promo-icon {
  width: 42px;
  z-index: 3;
  position: relative;
}

.promo-box-wrap .promo-box .promo-text {
  margin-left: 25px;
  width: calc(100% - 72px);
  z-index: 3;
  position: relative;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.promo-box-wrap .promo-box .promo-text p {
  margin: 0;
}

.promo-box-wrap.v1 {
  padding-right: calc((50% - 1410px / 2 + 10px));
  width: 50%;
}

.promo-box-wrap.v1 .promo-box {
  padding-right: calc((50% - 1410px) / 2 + 15px);
  padding: 30px 0 30px 35px;
  border-bottom: 2px solid #F2F2FF;
}

.promo-box-wrap.v1 .promo-box:before {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  background: #1F276E;
  width: 300%;
  height: 100%;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.promo-box-wrap.v2 {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 1fr;
      grid-template-columns: 1fr 1fr;
  width: 100%;
  grid-gap: 30px;
  position: relative;
}

.promo-box-wrap.v2:before {
  position: absolute;
  top: 45%;
  left: 50%;
  content: "";
  background: transparent;
  width: 1px;
  height: 1px;
  border-radius: 50%;
  -webkit-box-shadow: 0px 0px 79px 35px #777AF2;
          box-shadow: 0px 0px 79px 35px #777AF2;
  z-index: -1;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.promo-box-wrap.v2 .promo-box {
  -webkit-box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
          box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
  padding: 25px 30px;
  background: #fff;
  border-radius: 0 25px 0 25px;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.promo-box-wrap.v2 .promo-box:hover {
  background-color: #777AF2;
}

.promo-box-wrap.v2 .promo-box:hover h4,
.promo-box-wrap.v2 .promo-box:hover p,
.promo-box-wrap.v2 .promo-box:hover i {
  color: #fff;
}

.promo-box-wrap.v3 > .container-fluid > .row > .col-lg-6 {
  margin: 0 0 25px;
}

.promo-box-wrap.v3 .promo-img {
  height: 100%;
}

.promo-box-wrap.v3 .promo-box {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  background-color: #777AF2;
  padding: 60px 40px;
}

.promo-box-wrap.v3 .promo-box .promo-icon {
  margin: 0 0 20px;
  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;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 100%;
}

.promo-box-wrap.v3 .promo-box .promo-icon i {
  color: #fff;
  font-size: 46px;
}

.promo-box-wrap.v3 .promo-box .promo-icon span {
  font-size: 30px;
  font-family: "Roboto Slab", serif;
  color: #F2F2FF;
  font-size: 40px;
  font-weight: 700;
  opacity: 0.7;
}

.promo-box-wrap.v3 .promo-box .promo-text {
  margin: 0;
  width: 100%;
}

.promo-box-wrap.v3 .promo-box .promo-text h4,
.promo-box-wrap.v3 .promo-box .promo-text p {
  color: #fff;
}

.promo-box-wrap.v3 > .container-fluid > .row > .col-lg-6:nth-child(3),
.promo-box-wrap.v3 > .container-fluid > .row > .col-lg-6:nth-child(4) {
  margin: 0;
}

.promo-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.video-play.v3 {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 80px;
  height: 80px;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  background-color: #777AF2;
}

.video-play.v3 i {
  font-size: 28px;
  position: relative;
  left: 2px;
}

.promo-icon i {
  font-size: 35px;
  color: #777AF2;
}

/*-------------------------------
         Process CSS
-------------------------------*/
.process-bg-1 {
  background-image: url(../img/bg-1.png);
}

.process-curve {
  position: absolute;
  top: -54px;
  left: 50%;
  width: 1290px;
  z-index: 0;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

.process-line {
  position: absolute;
  top: 30px;
  left: 50%;
  width: 100%;
  z-index: 0;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

.process-item-wrap {
  position: relative;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 1fr 1fr 1fr;
      grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-gap: 20px;
}

.process-item-wrap .process-item {
  text-align: center;
}

.process-item-wrap .process-item .process-icon {
  width: 85px;
  height: 85px;
  border-radius: 50%;
  background: #F2F2FF;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0 auto 20px;
  position: relative;
  z-index: 9;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.process-item-wrap .process-item p {
  margin: 0;
}

.process-item-wrap .process-item:hover .process-icon {
  background-color: #787AF3;
}

.process-item-wrap .process-item:hover .process-icon img {
  -webkit-filter: brightness(0) invert(1);
          filter: brightness(0) invert(1);
}

.process-item-wrap.v1 {
  border-bottom: 1px solid rgba(119, 122, 242, 0.4);
}

.partner-logo-area {
  background-image: url(../img/bg-2.png);
}

.partner-item img {
  filter: url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg"><filter id="filter"><feColorMatrix type="matrix" color-interpolation-filters="sRGB" values="0.2126 0.7152 0.0722 0 0 0.2126 0.7152 0.0722 0 0 0.2126 0.7152 0.0722 0 0 0 0 0 1 0" /></filter></svg>#filter');
  -webkit-filter: grayscale(1);
  filter: grayscale(1);
}

.partner-slider .swiper-slide-active .partner-item img {
  filter: url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg"><filter id="filter"><feColorMatrix type="matrix" color-interpolation-filters="sRGB" values="0.2126 0.7152 0.0722 0 0 0.2126 0.7152 0.0722 0 0 0.2126 0.7152 0.0722 0 0 0 0 0 1 0" /></filter></svg>#filter');
  -webkit-filter: grayscale(0);
  filter: grayscale(0);
}

.partner-logo-area.v2 {
  margin: 0 0 -60px;
}

/*-------------------------
    Pricing Section CSS
--------------------------*/
.payment-switch-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.payment-switch-wrap .toggle-switch {
  margin: 0px 20px;
}

.payment-switch-wrap .toggle-switch input[type=checkbox] {
  height: 0;
  width: 0;
  visibility: hidden;
}

.payment-switch-wrap .toggle-switch label {
  cursor: pointer;
  text-indent: -9999px;
  width: 80px;
  height: 40px;
  background: #777AF2;
  display: block;
  border-radius: 100px;
  position: relative;
  top: -18px;
}

.payment-switch-wrap .toggle-switch label:after {
  content: '';
  position: absolute;
  top: 5px;
  left: 5px;
  width: 30px;
  height: 30px;
  background: #fff;
  border-radius: 90px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.payment-switch-wrap .toggle-switch input:checked + label {
  background: #1A3150;
}

.payment-switch-wrap .toggle-switch input:checked + label:after {
  left: calc(100% - 5px);
  -webkit-transform: translateX(-100%);
          transform: translateX(-100%);
}

.payment-switch-wrap .toggle-switch label:active:after {
  width: 130px;
}

.pricing-text h2 {
  font-size: 40px;
  line-height: 50px;
  margin: 0 0 20px;
}

.pricing-box-wrap {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 1fr;
      grid-template-columns: 1fr 1fr;
  grid-gap: 30px;
  position: relative;
}

.pricing-box-wrap .pricing-shape-one {
  position: absolute;
  bottom: 0px;
  left: 50%;
  -webkit-transform: translate(-50%);
  transform: translate(-50%);
  z-index: -1;
}

.pricing-box-wrap .pricing-box {
  -webkit-box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
          box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
  border-radius: 10px;
  background: #fff;
}

.pricing-box-wrap .pricing-box .pricing-box-name {
  text-align: center;
  padding: 25px 0;
  margin: 0;
  color: #777AF2;
}

.pricing-box-wrap .pricing-box .price-tag {
  border-bottom: 1px solid #E5EAFF;
  border-top: 1px solid #E5EAFF;
  padding: 18px 0 20px;
  text-align: center;
}

.pricing-box-wrap .pricing-box .price-tag h3 {
  font-size: 40px;
  line-height: 56px;
  margin: 0;
  color: #777AF2;
}

.pricing-box-wrap .pricing-box .price-tag h3 span {
  display: block;
  font-size: 14px;
  font-weight: 400;
  line-height: 24px;
  color: #A1A7B1;
  font-family: "Roboto", sans-serif;
}

.pricing-box-wrap .pricing-box .price-box-features {
  margin: 25px auto;
  display: block;
  max-width: 55%;
}

.pricing-box-wrap .pricing-box .price-box-features li {
  position: relative;
  padding: 5px 0 5px 25px;
}

.pricing-box-wrap .pricing-box .price-box-features li i {
  position: absolute;
  top: 10px;
  left: 0;
  color: #777AF2;
  font-size: 16px;
}

.pricing-box-wrap .pricing-box .book-btn {
  text-align: center;
  padding-bottom: 35px;
}

.pricing-box-wrap.v1 {
  position: relative;
}

.pricing-box-wrap.v1:before {
  position: absolute;
  top: 45%;
  left: 50%;
  content: "";
  background: transparent;
  width: 1px;
  height: 1px;
  border-radius: 50%;
  -webkit-box-shadow: 0px 0px 79px 35px #777AF2;
          box-shadow: 0px 0px 79px 35px #777AF2;
  z-index: -1;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.pricing-box-wrap.v1 .pricing-box.active {
  background-color: #1F276E;
}

.pricing-box-wrap.v1 .pricing-box.active .price-box-features li i {
  color: #fff;
}

.pricing-box-wrap.v2 {
  z-index: 2;
  position: relative;
}

.pricing-box-wrap.v2 .pricing-box.active {
  background-color: #777AF2;
}

.pricing-box-wrap.v2 .pricing-box.active .price-box-features li i {
  color: #fff;
}

.pricing-box-wrap.v2 .pricing-box.active .btn.v1 {
  background-color: #1A3150;
}

.pricing-box-wrap.v1 .pricing-box.active .pricing-box-name,
.pricing-box-wrap.v2 .pricing-box.active .pricing-box-name,
.pricing-box-wrap.v1 .pricing-box.active .price-tag,
.pricing-box-wrap.v2 .pricing-box.active .price-tag,
.pricing-box-wrap.v1 .pricing-box.active .price-box-features li,
.pricing-box-wrap.v2 .pricing-box.active .price-box-features li,
.pricing-box-wrap.v1 .pricing-box.active .price-tag h3,
.pricing-box-wrap.v2 .pricing-box.active .price-tag h3,
.pricing-box-wrap.v1 .pricing-box.active .price-tag h3 span,
.pricing-box-wrap.v2 .pricing-box.active .price-tag h3 span {
  color: #fff;
}

.pricing-box-wrap.v1 .pricing-box.active .price-tag {
  border-color: #324F77;
}

/*---------------------------------
        Shop CSS 
-----------------------------------*/
.ui-slider-handle.ui-corner-all.ui-state-default {
  background: #777AF2;
  border-radius: 4px;
  border-color: transparent;
  width: 16px;
  height: 16px;
  cursor: pointer;
}

.ui-slider-range.ui-corner-all.ui-widget-header {
  background: #777AF2;
  border-color: transparent;
}

#slider-range_one {
  border-color: transparent;
  border-radius: 50px;
  height: 10px;
}

#amount_one {
  border: none;
  background: transparent;
}

.sidebar-widget.category-widget {
  padding: 25px 0 10px;
}

.sidebar-widget.category-widget h4 {
  padding: 0 30px;
}

.product-category-list li.has-subcat {
  cursor: pointer;
}

.product-category-list li.has-subcat > a {
  position: relative;
  font-size: 16px;
  font-family: "Roboto Slab", serif;
  font-weight: 500;
  display: block;
  color: #1A3150;
  padding: 15px 30px 15px;
  border-bottom: 1px solid #F9FAFF;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.product-category-list li.has-subcat > a.active, .product-category-list li.has-subcat > a:hover {
  background-color: #777AF2;
  color: #fff;
  border-radius: 0px 10px 0px 10px;
}

.product-category-list li.has-subcat > a.active:before, .product-category-list li.has-subcat > a:hover:before {
  border-color: #fff;
}

.product-category-list li.has-subcat > a:before {
  position: absolute;
  top: 25px;
  right: 30px;
  content: "";
  width: 8px;
  height: 8px;
  border-left: 2px solid #1A3150;
  border-bottom: 2px solid #1A3150;
  -webkit-transform: rotate(-135deg);
  transform: rotate(-135deg);
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.product-category-list li.has-subcat > a span {
  display: inline-block;
  width: 16px;
  height: 16px;
  background: #D2D3FF;
  color: #777AF2;
  border-radius: 50%;
  text-align: center;
  border: 50%;
  font-size: 10px;
  line-height: 17px;
  margin-left: 10px;
  position: relative;
  top: -2px;
}

.product-category-list li.has-subcat .subcategory {
  display: none;
}

.product-category-list li.has-subcat.open a:before {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.sidebar-widget.recent-post h4 {
  margin-bottom: 13px;
}

.sidebar-widget.category-widget h4 {
  margin: 0 30px 0px;
  border-bottom: 1px solid #ddd;
  padding: 0 0 20px !important;
}

.has-subcat .has-subcat > a .subcategory {
  margin-left: 15px;
}

.subcategory li a {
  padding: 15px 10px 15px 10px;
  border-bottom: 1px solid #D2D3FF;
  display: block;
  margin: 0 28px 0 45px;
}

.subcategory li a:hover {
  color: #777AF2;
  border-color: #777AF2;
}

.profuct-result p {
  color: #1A3150;
  margin: 0;
  font-size: 18px;
  font-weight: 500;
}

.filter-item-num .nice-select,
.filter-item-cat .nice-select {
  width: 100%;
  border-radius: 50px;
  border: 1px solid #777AF2;
  padding: 0 10px 0 20px;
  color: #393939;
}

.filter-item-num .nice-select .list,
.filter-item-cat .nice-select .list {
  width: 100%;
}

.filter-item-num .nice-select::after,
.filter-item-cat .nice-select::after {
  right: 20px;
  border-color: #777AF2;
  border-width: 1px;
}

.product-item-wrap {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 1fr 1fr;
      grid-template-columns: 1fr 1fr 1fr;
  grid-gap: 25px;
}

/*------Single Product Description-------*/
.product-large-img {
  border: 1px solid #ddd;
  border-radius: 5px;
  margin: 0 0 30px;
}

.product-large-img img {
  border-radius: 5px;
}

.product-thumb {
  border: 1px solid #ddd;
  padding: 20px;
  border-radius: 5px;
}

.single-product-title {
  position: relative;
}

.single-product-title h2 {
  font-size: 40px;
  color: #393939;
  font-weight: 700;
  line-height: 1.2;
  margin: 0;
}

.single-product-title h3 {
  font-size: 24px;
  line-height: 1.2;
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  margin: 15px 0;
}

.single-product-title h3 span.discount {
  text-decoration: line-through;
  color: #A1A7B1;
}

.single-product-desc {
  border-bottom: 0.5px solid rgba(69, 69, 70, 0.2);
}

.single-product-desc p {
  opacity: 0.7;
  margin: 0 0 20px;
}

.single-product-review {
  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;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 20px 0 20px;
}

.single-product-review .single-product-review-left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 100%;
}

.single-product-review .single-product-review-left .rating {
  margin: 0;
}

.single-product-review .single-product-review-left .rating li i {
  font-size: 20px;
}

.single-product-review .single-product-review-left span {
  color: #1A3150;
  font-size: 22px;
  margin-left: 6px;
  position: relative;
  top: -2px;
}

.single-product-review .single-product-review-right {
  width: 40%;
  text-align: right;
}

.wishlist-table .table tbody {
  vertical-align: middle;
}

.wishlist-table .new-product-item {
  max-width: 300px;
}

.wishlist-table .new-product-item .new-product-img {
  width: 100px;
  height: 100px;
}

.wishlist-table .new-product-item .new-product-info {
  width: calc(100% - 115px);
  margin-left: 15px;
}

.wishlist-table .new-product-item .new-product-info h6 {
  font-size: 20px;
  line-height: 20px;
}

.wishlist-table .new-product-item .new-product-info p {
  font-size: 14px;
  line-height: 22px;
  margin: 0;
}

.wishlist-table .delete {
  width: 40px;
  height: 40px;
  background: #F2F2FF;
  border-radius: 50%;
  border: none;
  color: #1A3150;
  text-align: center;
  padding: 0;
  font-weight: 700;
  font-size: 23px;
}

.table thead tr th,
.table tbody tr td {
  text-align: center;
}

.table thead tr th h5,
.table tbody tr td h5 {
  margin: 0;
}

.table thead tr th:nth-child(1),
.table tbody tr td:nth-child(1) {
  text-align: left;
}

.wh_qty .product-quantity {
  margin: 0 auto;
}

.wh_qty .product-quantity .qtySelector input {
  left: 0;
}

.table > :not(caption) > * > * {
  padding: 1.5rem 0.5rem;
}

.table > :not(:last-child) > :last-child > * {
  border-bottom-color: #ddd;
}

.wh-tem-price {
  color: #777AF2;
  font-weight: 600;
  margin: 0;
}

.coupon-wrap {
  background: #F2F2FF;
  padding: 30px;
  margin: 30px 0 0;
}

.coupon-wrap h4 {
  margin: 0 0 20px;
}

.coupon-box {
  position: relative;
  background: #fff;
  padding: 50px 25px;
  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;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  border: 1px solid #D2D3FF;
}

.coupon-box .form-group {
  position: relative;
  width: 68%;
}

.coupon-box .form-group input {
  width: 100%;
  height: 50px;
  background: #F2F2FF;
  border: none;
  padding: 10px 15px;
}

.coupon-box button {
  width: 28%;
  background: #777AF2;
  border-radius: 50px;
  color: #fff;
  border: none;
  padding: 10px 5px;
}

.coupon-box-wrap .order-details-box,
.payment-method {
  border: 1px solid #D2D3FF;
  border-radius: 5px;
  background: #fff;
}

.coupon-wrap .btn.v5 {
  margin: 25px 0 0;
}

.single-product-option s {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.product-quantity {
  width: 155px;
}

.product-quantity {
  margin-right: 10px;
}

.product-quantity .qtySelector {
  position: relative;
}

.product-quantity .qtySelector span {
  width: 38px;
  position: absolute;
  top: 0;
  border: none;
  cursor: pointer;
  display: block;
  text-align: center;
  line-height: 38px;
  font-size: 18px;
  color: #1A3150;
  height: 38px;
  border-radius: 50%;
  background: #F1F1FD;
}

.product-quantity .qtySelector span.decreaseQty {
  left: 0;
}

.product-quantity .qtySelector span.increaseQty {
  right: 0;
}

.product-quantity .qtySelector input {
  width: calc(100% - 96px);
  background: #F1F1FD;
  border: none;
  left: 48px;
  position: relative;
  height: 38px;
  top: -1px;
  text-align: center;
  color: #1A3150;
  border-radius: 50px;
}

.add-cart button,
.add-wishlist button {
  height: 48px;
  font-weight: 400 !important;
}

.add-cart button i,
.add-wishlist button i {
  margin-right: 10px;
  position: relative;
  top: 1px !important;
}

.add-cart button.v3,
.add-wishlist button.v3 {
  border-color: rgba(0, 0, 0, 0.2);
}

.add-cart button.btn {
  margin-right: 10px;
}

.single-product-checkbox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 22px 0;
}

.single-product-checkbox .checkbox {
  margin-right: 20px;
}

.single-product-checkbox .checkbox.form-group label {
  font-size: 16px;
  line-height: 26px;
  padding-left: 19px;
}

.single-product-checkbox .checkbox.form-group label:before {
  width: 14px;
  height: 14px;
  padding: 0;
  border: 1px solid #1A3150;
  -webkit-box-shadow: none;
          box-shadow: none;
  position: absolute;
  top: 6px;
  left: 0;
}

.single-product-checkbox .form-group.checkbox input:checked + label::after {
  top: 8px;
  left: 5px;
  width: 4px;
  height: 9px;
  border: solid #777AF2;
  border-width: 0 1px 1px 0;
}

.accordion-button:not(.collapsed) {
  color: #393939;
  background-color: transparent;
}

.accordion-item {
  border: none;
  margin: 0 0 15px;
  padding: 0 20px 0;
  background: #F9FAFF;
}

.accordion-item:last-child {
  margin: 0;
}

.accordion-item .accordion-header .accordion-button {
  margin: 0;
  padding: 20px 10px 20px 25px;
  font-size: 18px;
  line-height: 30px;
  font-family: "Roboto Slab", serif;
  font-weight: 500;
  border-radius: 0;
  border: none;
  text-align: left;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.accordion-item .accordion-header .accordion-button:focus {
  outline: none;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.accordion-collapse {
  border: none;
}

.accordion-button:not(.collapsed)::after {
  background-image: none;
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg);
  top: 22px;
  left: -4px;
}

.accordion-button::after {
  content: "\f107";
  background-image: none;
  font-family: 'Line Awesome Free';
  font-weight: 700;
  font-size: 14px;
  left: 0;
  right: auto;
  position: absolute;
  top: 20px;
  left: 0;
}

.accordion-button[aria-expanded="true"] {
  color: #777AF2;
}

.accordion-body {
  padding: 18px 0 22px;
  margin: 0 22px;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}

.accordion-body p {
  margin: 0;
}

.additional-info li {
  margin: 0 0 10px;
}

.additional-info li:last-child {
  margin-bottom: 0;
}

.additional-info li p span {
  width: 100px;
  font-weight: 600;
  display: inline-block;
}

.product-reviews-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0 0 20px;
}

.product-reviews-item:last-child {
  margin: 0;
}

.reviewer_img {
  width: 90px;
  height: 100px;
}

.reviewer_text {
  width: calc(100% - 110px);
  margin-left: 20px;
}

.reviewer_text p {
  font-size: 14px;
  line-height: 24px;
  opacity: 0.7;
  margin: 0;
}

.reviewer_info {
  margin: 0 0 8px;
}

.reviewer_info h6,
.reviewer_info p {
  display: inline-block;
}

.reviewer_info h6 {
  line-height: 21px;
  margin: 0 25px 0 0;
  font-family: "Roboto", sans-serif;
  font-size: 16px;
  font-weight: 600;
}

.reviewer_info p {
  font-size: 14px;
  line-height: 24px;
  margin: 0;
  opacity: 0.7;
}

.review-form-title {
  background: #393939;
  padding: 15px;
  margin: 0 0 20px;
}

.review-form-title h6 {
  color: #fff;
  font-family: "Roboto", sans-serif;
  color: #fff;
  line-height: 21px;
  margin: 0;
  font-weight: 600;
}

.review-form-title {
  background: #777AF2;
  padding: 15px;
  margin: 0 0 20px;
}

.review-form-title h6 {
  color: #fff;
  font-family: "Roboto", sans-serif;
  color: #fff;
  line-height: 21px;
  margin: 0;
  font-weight: 600;
}

.review-form .form-group {
  margin: 0 0 15px;
}

.review-form .form-group input {
  width: 100%;
  height: 50px;
  border: none;
  background: #F2F2FF;
  border-radius: 5px;
  padding: 10px 15px;
}

.review-form .form-group textarea {
  width: 100%;
  height: 115px;
  border: none;
  background: #F2F2FF;
  border-radius: 5px;
  padding: 10px 15px;
  resize: none;
}

.review-form .form-group.checkbox input {
  display: none;
}

.review-form .form-group.checkbox label {
  position: relative;
  font-size: 14px;
  line-height: 21px;
  color: rgba(0, 0, 0, 0.8);
  padding-left: 20px;
}

.review-form .form-group.checkbox label:before {
  position: absolute;
  width: 14px;
  height: 14px;
  border-radius: 50%;
  border: 1px solid #1A3150;
  left: 0;
  top: 3px;
  padding: 0;
}

.review-form .form-group.checkbox label::before {
  position: absolute;
  width: 14px;
  height: 14px;
  border-radius: 50%;
  border: 1px solid #E31C25;
  left: 0;
  top: 3px;
  padding: 0;
}

.review-form .form-group.checkbox input:checked + label::after {
  top: 6px;
  left: 3px;
  width: 8px;
  height: 8px;
  border: none;
  background-color: #1A3150;
  border-radius: 50%;
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
}

.review-form .form-group.checkbox input:checked + label::after {
  top: 6px;
  left: 3px;
  width: 8px;
  height: 8px;
  border: none;
  background-color: #1A3150;
  border-radius: 50%;
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
}

.add-to-wishlist button:hover {
  background: #777AF2;
  color: #fff;
}

.rating {
  margin: 0 auto;
  display: block;
  text-align: center;
}

.rating li {
  display: inline-block;
  margin: 0 2px;
}

.rating li i {
  font-size: 20px;
  color: #777AF2;
}

.single-product-option {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.single-product {
  border: 1px solid #D2D3FF;
  padding: 25px;
  border-radius: 5px;
  position: relative;
}

.single-product .product-name-wrap .product-name h5 {
  margin: 0;
}

.single-product .product-name-wrap .product-name h5 a {
  color: #1A3150;
}

.single-product .product-name-wrap .product-name span {
  font-size: 14px;
}

.single-product .product-name-wrap .add-to-wishlist button {
  background: #F2F2FF;
  border: none;
  color: #777AF2;
  width: 32px;
  height: 32px;
  text-align: center;
  padding: 0;
  border-radius: 5px;
  font-size: 15px;
  line-height: 34px;
  font-weight: 500;
}

.single-product .product-img {
  position: relative;
  margin: 15px 0 15px;
}

.single-product .product-img .product-img-bg {
  position: absolute;
  bottom: 0;
  left: 0;
  color: "";
  background: #D2D3FF;
  width: 100%;
  height: 50%;
  z-index: -1;
  border-radius: 5px;
}

.single-product .product-img img {
  margin: 0 auto;
  display: block;
}

.single-product .product-img .product-user-option {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: rgba(133, 135, 244, 0.9);
  text-align: center;
  border-radius: 5px;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.single-product .product-img .product-user-option button {
  display: inline-block;
  background: #fff;
  width: 48px;
  height: 48px;
  border: none;
  border-radius: 5px;
  margin: 0 5px;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.single-product .product-img .product-user-option button i {
  color: #777AF2;
  font-size: 25px;
  line-height: 17px;
}

.single-product .product-price {
  text-align: center;
  margin: 10px 0 0;
}

.single-product .product-price span {
  font-size: 24px;
  font-weight: 500;
  color: #1A3150;
  font-family: "Roboto Slab", serif;
}

.single-product .product-price span.discount {
  text-decoration: line-through;
  color: #A1A7B1;
  margin-left: 7px;
}

.single-product:hover .product-img .product-user-option {
  visibility: visible;
  opacity: 1;
}

/*------New Product-------*/
.new-product-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0 0 20px;
}

.new-product-item:last-child {
  margin: 0;
}

.new-product-item .new-product-img {
  width: 70px;
  border: 1px solid #D2D3FF;
  border-radius: 5px;
  text-align: center;
  padding: 10px;
  height: 70px;
}

.new-product-item .new-product-img img {
  margin: 0 auto;
  display: block;
}

.new-product-item .new-product-info {
  width: calc(100% - 95px);
  margin-left: 15px;
}

.new-product-item .new-product-info h6 {
  margin: 0 0 5px;
}

.new-product-item .new-product-info h6 a {
  color: #002E5B;
}

.new-product-item .new-product-info span {
  color: #777AF2;
  font-size: 14px;
}

.new-product-item .new-product-info span.discount {
  text-decoration: line-through;
  margin-left: 5px;
  color: #A1A7B1;
}

/*--------------------------------
    CheckOut Page CSS
---------------------------------*/
.checkout-form h5 {
  color: #777AF2;
  margin: 0 0 20px;
}

.checkout-form .form-group {
  margin: 0 0 20px;
}

.checkout-form .form-group textarea,
.checkout-form .form-group input {
  width: 100%;
  border: 1px solid #D2D3FF;
  border-radius: 5px;
  padding: 12px 20px;
}

.checkout-form .form-group textarea::-webkit-input-placeholder,
.checkout-form .form-group input::-webkit-input-placeholder {
  color: #999;
}

.checkout-form .form-group textarea:-ms-input-placeholder,
.checkout-form .form-group input:-ms-input-placeholder {
  color: #999;
}

.checkout-form .form-group textarea::-ms-input-placeholder,
.checkout-form .form-group input::-ms-input-placeholder {
  color: #999;
}

.checkout-form .form-group textarea::placeholder,
.checkout-form .form-group input::placeholder {
  color: #999;
}

.checkout-form .form-group input {
  height: 50px;
}

.checkout-form .form-group textarea {
  height: 100px;
  resize: none;
}

.checkout-form .form-group .nice-select {
  width: 100%;
  height: 50px;
  margin: 0 0 20px;
  border: 1px solid #D2D3FF;
  border-radius: 5px;
  padding-left: 20px;
}

.checkout-form .form-group .nice-select:after {
  border-color: #777AF2;
  right: 18px;
}

.order-details h5 {
  color: #777AF2;
  margin: 0 0 20px;
}

.order-details-header {
  background: #777AF2;
  padding: 15px 20px;
  border-radius: 5px 5px 0 0;
}

.order-details-header h5 {
  color: #fff;
  margin: 0;
  border-radius: 5px 5px 0 0;
}

.order-details-box,
.payment-method {
  border: 1px solid #D2D3FF;
  border-radius: 5px;
}

.order-item-details,
.order-subtotal {
  margin: 10px 20px 0;
  padding: 0 0 10px;
  border-bottom: 1px solid #D2D3FF;
}

.order-item-details p,
.order-subtotal p {
  margin: 0;
}

.order-total {
  padding: 15px 20px;
}

.order-total h5 {
  margin: 0;
}

.payment-mehod input[type="radio"]:checked + label::before,
.payment-mehod input[type="radio"]:not(:checked) + label::before {
  border-color: #1A3150;
}

.payment-mehod input[type="radio"]:checked + label,
.payment-mehod input[type="radio"]:not(:checked) + label {
  color: #393939;
  font-weight: 500;
  font-size: 14px;
}

.payment-method {
  border-radius: 5px;
  margin: 20px 0 0;
}

.payment-method h5 {
  margin: 0;
  color: #fff;
  background: #777AF2;
  padding: 15px 20px;
  border-radius: 5px 5px 0 0;
}

.payment-method .select-checkbox {
  padding: 18px 20px;
}

.payment-method .select-checkbox div {
  margin: 0 0 4px;
}

.payment-method .select-checkbox div:last-child {
  margin: 0;
}

.payment-method .select-checkbox div label {
  cursor: pointer;
}

.order-btn {
  display: block;
  width: 100%;
  background: #777AF2;
  padding: 15px;
  border: none;
  border-radius: 5px;
  font-weight: 600;
  color: #fff;
}

.product-slider-wrap {
  position: relative;
}

.product-next,
.product-prev {
  width: 40px;
  height: 40px;
  background: #777AF2;
  border-radius: 50%;
  text-align: center;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: 99;
}

.product-prev {
  left: -20px;
}

.product-next {
  right: -20px;
}

.product-prev i,
.product-next i {
  color: #fff;
  line-height: 42px;
}

/*---------------------------------
        Testimonial CSS 
-----------------------------------*/
.portfolio-slider {
  padding: 15px 0 65px;
  position: relative;
}

.portfolio-item-wrap {
  display: -ms-grid;
  display: grid;
  grid-gap: 30px;
}

.portfolio-item {
  position: relative;
  background: #fff;
  padding: 20px;
  -webkit-box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
          box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
  margin: 0;
  border-radius: 5px;
}

.portfolio-item .portfolio-info {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 30px 30px;
  background: rgba(244, 244, 255, 0.8);
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
}

.portfolio-item .portfolio-info h4 {
  margin: 0;
  font-family: "Roboto", sans-serif;
}

.portfolio-item .portfolio-info h4 a {
  color: #1A3150;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.portfolio-item .portfolio-info h4 a i {
  position: relative;
  top: 2px;
}

.portfolio-slider .swiper-pagination.dots-pagination {
  bottom: -7px;
}

.portfolio-item:hover .portfolio-info h4 a {
  color: #777AF2;
}

.dots-pagination span {
  position: relative;
  display: inline-block;
  width: 20px;
  height: 20px;
  border: 1px solid #777AF2;
  background: transparent;
  opacity: 1;
}

.dots-pagination span:before {
  position: absolute;
  top: 3px;
  left: 3px;
  content: "";
  width: 12px;
  height: 12px;
  background: transparent;
  border-radius: 50%;
}

.dots-pagination span.swiper-pagination-bullet-active:before {
  background: #777AF2;
}

.project-details-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  padding: 13px 30px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.project-details-item h6 {
  line-height: 1;
  margin: 0 10px 0 0;
}

.project-details-item p {
  margin: 0;
  line-height: 1;
  position: relative;
  top: 1px;
}

.single-portfolio-img {
  margin: 0 0 30px;
}

.portfolio-details-desc {
  margin: 0 0 25px;
}

.portfolio-details-desc h3 {
  margin: 0 0 20px;
  line-height: 1.4;
}

/*---------------------------------
        Call-to-Action CSS 
-----------------------------------*/
.cta-wrap {
  position: relative;
}

.cta-wrap .container {
  position: relative;
  z-index: 9;
}

.cta-wrap:before {
  position: absolute;
  top: -180px;
  left: 0;
  content: "";
  background: #777AF2;
  width: 100%;
  height: calc(100% + 315px);
  z-index: 1;
}

.cta-btn a {
  display: inline-block;
  background: #002E5A;
  color: #fff;
  padding: 10px 25px 10px 75px;
  border-radius: 50px;
  position: relative;
  font-size: 20px;
  font-family: "Roboto Slab", serif;
  font-weight: 700;
  text-align: left;
}

.cta-btn a i {
  width: 42px;
  height: 42px;
  border-radius: 50%;
  border: 2px solid #fff;
  display: inline-block;
  padding: 10px;
  text-align: center;
  font-size: 20px;
  position: absolute;
  top: 15px;
  left: 19px;
  line-height: 20px;
}

.cta-btn a span {
  display: block;
  font-family: "Roboto", sans-serif;
  font-size: 15px;
  font-weight: 400;
}

/*---------------------------
        Blog Section CSS
----------------------------*/
.blog-item {
  background: #fff;
  -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.09);
          box-shadow: 0 0 20px rgba(0, 0, 0, 0.09);
  border-radius: 5px;
  padding: 20px 22px;
  margin-bottom: 30px;
}

.blog-item .blog-content h4 {
  margin: 16px 0 13px;
  line-height: 1.4;
}

.blog-item .blog-content h4 a {
  color: #1A3150;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.blog-item .blog-content h4 a:hover {
  color: #777AF2;
}

.blog-item .blog-opt {
  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;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  border-top: 1px solid #F2F2FF;
  padding-top: 15px;
}

.blog-item .blog-opt .link {
  width: 40%;
}

.post-share {
  width: 55%;
  display: inline-block;
  text-align: right;
}

.post-share span {
  font-family: "Roboto Slab", serif;
  color: #1A3150;
  font-weight: 500;
  margin-right: 8px;
}

.post-share .social-profile {
  display: inline-block;
  position: relative;
  top: 2px;
}

.post-share .social-profile li {
  margin: 0 5px;
}

.post-share .social-profile li a i {
  color: #777AF2;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.post-share .social-profile li a:hover i {
  color: #1A3150;
}

.post-share .social-profile li:last-child {
  margin-right: 0;
}

.blog-meta {
  margin: 0 0 20px;
}

.blog-meta ul {
  display: inline-block;
  background: #F2F2FF;
  padding: 5px 20px 5px 30px;
  border-radius: 50px;
  position: relative;
}

.blog-meta ul:before {
  position: absolute;
  top: 11px;
  left: 15px;
  width: 14px;
  height: 14px;
  border-radius: 50%;
  content: "";
  background: #777AF2;
}

.blog-meta ul li {
  display: inline-block;
  line-height: 1;
  padding: 0 12px 0 8px;
}

.blog-meta ul li:first-child {
  border-right: 1px dashed #1A3150;
}

.blog-meta ul li:last-child {
  padding-right: 0;
}

.blog-meta ul li a {
  font-size: 13px;
  color: #1A3150;
  display: inline-block;
}

.blog-meta ul li a i {
  font-size: 16px;
  margin-right: 5px;
  position: relative;
  top: 1px;
}

.comment-box-title {
  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;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 25px 0 0;
}

.comment-box {
  margin: 35px 0 20px;
}

.comment-box .comment-author {
  border-bottom: 1px solid #F2F2FF;
  padding: 0 0 25px;
  margin: 0 0 25px;
}

.comment-box .comment-author.reply {
  margin-left: 60px;
}

.comment-box .comment-author:last-child {
  border-bottom: none;
  margin-bottom: 0;
}

.comment-box .comment-author .comment-text {
  margin-top: 15px;
}

.comment-form {
  background: #F8F8F8;
  padding: 30px;
}

.comment-form .comment-form-title {
  font-size: 25px;
  line-height: 34px;
  color: #1A3150;
  margin: 0 0 20px;
  padding: 0 0 18px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.comment-form .form-group {
  margin: 0 0 15px;
}

.comment-form .form-group label {
  display: block;
  margin: 0 0 8px;
}

.comment-form .form-group input {
  width: 100%;
  height: 56px;
  border: 1px solid rgba(0, 0, 0, 0.1);
  padding: 10px 15px;
  background: transparent;
}

.comment-form .form-group textarea {
  width: 100%;
  height: 120px;
  border: 1px solid rgba(0, 0, 0, 0.1);
  padding: 10px 15px;
  background: transparent;
  resize: none;
}

.ct_author_avatar {
  width: 100%;
  height: 100%;
  border-radius: 50%;
}

.ct_author_avatar img {
  border-radius: 50%;
}

/*--------Blog Details----------*/
.content-wrapper article {
  background-color: #F9FAFF;
}

.post-content {
  padding: 30px 30px;
}

.post-content h3 {
  margin: 0 0 20px;
  line-height: 1.4;
}

.tag-list ul li {
  display: inline-block;
  margin: 12px 8px 0px 0px;
}

.tag-list ul li a {
  display: inline-block;
  font-size: 14px;
  line-height: 18px;
  padding: 8px 18px;
  border: 1px solid #777AF2;
  border-radius: 5px;
}

.tag-list ul li a:hover {
  background-color: #777AF2;
  color: #fff;
}

.wp-block-quote {
  position: relative;
  padding: 40px 35px 10px;
}

.wp-block-quote p {
  font-size: 22px;
  line-height: 32px;
  font-family: "Roboto Slab", serif;
  font-weight: 500;
  color: #1A3150;
  position: relative;
  margin: 0 0 25px;
}

.wp-block-quote i {
  position: absolute;
  top: 0;
  left: 25px;
  font-size: 85px;
  z-index: 0;
  font-weight: 700;
  color: #777AF2;
  opacity: 0.18;
}

.post-feature-list li {
  position: relative;
  padding-left: 25px;
  margin: 0 0 10px;
}

.post-feature-list li:last-child {
  margin: 0;
}

.post-feature-list li img {
  position: absolute;
  top: 2px;
  left: 0;
  margin: 0 0 10px;
}

.post-tag.tag-list ul {
  display: inline-block;
}

.post-meta-option.bg-zircon {
  border-top: 1px solid #ddd;
  padding: 20px 30px 30px;
}

.post-author {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding: 30px;
}

.post-author .post-author-img {
  width: 130px;
  height: 130px;
  border-radius: 50%;
}

.post-author .post-author-img img {
  width: 100%;
  border-radius: 50%;
}

.post-author .post-author-info {
  width: calc(100% - 150px);
  margin-left: 20px;
}

.sidebar .sidebar-widget {
  background-color: #F9FAFF;
  padding: 25px 30px 30px;
  border-radius: 2px;
  margin: 0 0 25px;
}

.sidebar .sidebar-widget h4 {
  margin: 0 0 25px;
  padding: 0 0 20px;
  border-bottom: 1px solid #ddd;
}

.sidebar .sidebar-widget:last-child {
  margin: 0;
}

.sidebar-widget.recent-post .pp-post-item .pp-post-info h6 a {
  color: #1A3150;
}

.sidebar-widget.recent-post .pp-post-item .pp-post-info span {
  color: #777AF2;
}

.search-widget .form-group {
  position: relative;
}

.search-widget .form-group input {
  width: 100%;
  height: 55px;
  border: none;
  background: #F2F2FF;
  padding: 13px 10px 10px 50px;
}

.search-widget .form-group span {
  position: absolute;
  top: 16px;
  left: 15px;
  font-size: 25px;
}

/*-------------------------------
         Footer CSS
-------------------------------*/
.footer-wrap {
  position: relative;
}

.footer-wrap .footer-top .footer-widget {
  color: #fff;
}

.footer-wrap .footer-top .footer-widget .footer-logo {
  margin: 0 0 15px;
}

.footer-wrap .footer-top .footer-widget .comp-desc {
  margin: 0 0 15px;
}

.footer-wrap .footer-top .footer-widget .footer-widget-title {
  line-height: 1.4;
  margin: 0 0 30px;
  color: #fff;
}

.footer-wrap .footer-top .footer-widget .footer-menu li {
  padding-bottom: 16px;
  display: block;
}

.footer-wrap .footer-top .footer-widget .footer-menu li a {
  position: relative;
  color: #fff;
  color: #fff;
  display: inline-block;
  text-transform: capitalize;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.footer-wrap .footer-top .footer-widget .footer-menu li a i {
  font-size: 14px;
  margin-right: 5px;
}

.footer-wrap .footer-top .footer-widget .footer-menu li a:hover {
  margin-left: 5px;
}

.footer-wrap .footer-top .footer-widget .footer-menu li:last-child {
  padding-bottom: 0;
}

.footer-wrap .footer-top .footer-widget .footer-contact-info .contact-item {
  margin: 0px 0 12px;
}

.footer-wrap .footer-top .footer-widget .footer-contact-info .contact-item:last-child {
  margin: 0;
}

.footer-wrap .footer-top .footer-widget .footer-contact-info .contact-item a {
  position: relative;
  padding-left: 26px;
  color: #fff;
}

.footer-wrap .footer-top .footer-widget .footer-contact-info .contact-item a i {
  position: absolute;
  top: 1px;
  left: 0;
}

.footer-wrap .footer-bottom {
  padding: 25px 0;
}

.footer-wrap .footer-bottom .copyright-text p {
  color: #fff;
  margin: 0;
}

.footer-wrap .footer-bottom .copyright-text p a {
  text-decoration: underline;
  color: #fff;
}

.footer-wrap .footer-bottom .footer-bottom-menu {
  text-align: right;
}

.footer-wrap .footer-bottom .footer-bottom-menu li {
  display: inline-block;
  margin: 0 13px;
  position: relative;
}

.footer-wrap .footer-bottom .footer-bottom-menu li:before {
  position: absolute;
  top: 5px;
  left: -15px;
  content: "";
  background: #fff;
  width: 2px;
  height: 15px;
  -webkit-transform: skew(-18deg);
          transform: skew(-18deg);
}

.footer-wrap .footer-bottom .footer-bottom-menu li:first-child:before {
  display: none;
}

.footer-wrap .footer-bottom .footer-bottom-menu li:last-child {
  margin-right: 0;
}

.footer-wrap .footer-bottom .footer-bottom-menu li a {
  color: #fff;
}

.footer-wrap.v1 .footer-top {
  background-color: #1A3150;
}

.footer-wrap.v1 .footer-bottom {
  background-color: #324F77;
}

.newsletter-wrap {
  margin: 0 0 -56px;
  width: 100%;
}

.newsletter-wrap .newsletter-box {
  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;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  background: #fff;
  -webkit-box-shadow: 0 3px 20px rgba(0, 0, 0, 0.15);
          box-shadow: 0 3px 20px rgba(0, 0, 0, 0.15);
  padding: 30px 50px;
  position: relative;
  overflow: hidden;
}

.newsletter-wrap .newsletter-box:before {
  position: absolute;
  top: 0;
  right: -55%;
  content: "";
  background-color: #1A3150;
  width: 100%;
  height: 101%;
  -webkit-transform: skew(-25deg);
          transform: skew(-25deg);
}

.newsletter-wrap .newsletter-box .newsletter-box-left {
  width: 55%;
}

.newsletter-wrap .newsletter-box .newsletter-box-left h3 {
  color: #1A3150;
  margin: 0;
}

.newsletter-wrap .newsletter-box .newsletter-box-right {
  width: 40%;
}

.newsletter-wrap .newsletter-box .newsletter-box-right .newsletter-form {
  position: relative;
}

.newsletter-wrap .newsletter-box .newsletter-box-right .newsletter-form input {
  width: 100%;
  height: 54px;
  border: 2px solid #777AF2;
  border-radius: 5px;
  background: transparent;
  color: #fff;
  padding: 10px 160px 10px 18px;
  color: #fff;
}

.newsletter-wrap .newsletter-box .newsletter-box-right .newsletter-form button {
  position: absolute;
  top: 3px;
  right: 3px;
  height: calc(100% - 8px);
  background: #777AF2;
  color: #fff;
  padding: 10px 19px;
  border: none;
  border-radius: 4px 4px 4px 4px;
  font-family: "Roboto Slab", serif;
  font-weight: 700;
  margin: 1px;
  line-height: 1.2;
}

.newsletter-wrap .newsletter-box .newsletter-box-right .newsletter-form button i {
  margin-left: 10px;
  font-size: 20px;
  position: relative;
  top: 2px;
}

.pp-post-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0 0 20px;
}

.pp-post-item .pp-post-img {
  width: 65px;
}

.pp-post-item .pp-post-info {
  width: calc(100% - 85px);
  margin-left: 20px;
}

.pp-post-item .pp-post-info h6 {
  line-height: 22px;
  margin: 0 0 5px;
  font-weight: 600;
}

.pp-post-item .pp-post-info h6 a {
  color: #fff;
}

.pp-post-item .pp-post-info span {
  color: #CEE9E8;
  font-size: 12px;
  line-height: 14px;
  display: block;
}

.pp-post-item:last-child {
  margin: 0;
}

/*----------------------------
    Responsive CSS
-----------------------------*/
@media only screen and (max-width: 767px) {
  .sm-none {
    display: none !important;
  }
  .sm-center {
    text-align: center !important;
  }
  .spt-0 {
    padding-top: 0 !important;
  }
  .spt-10 {
    padding-top: 10px !important;
  }
  .smb-30 {
    margin-bottom: 30px !important;
  }
  .xmb-30 {
    margin-bottom: 30px !important;
  }
  .mb-40 {
    margin-bottom: 25px !important;
  }
  .pt-150 {
    padding-top: 100px;
  }
  .pt-100 {
    padding-top: 50px;
  }
  .pt-70 {
    padding-top: 20px;
  }
  .pt-60 {
    padding-top: 30px;
  }
  .pt-50 {
    padding-top: 25px;
  }
  .pb-150 {
    padding-bottom: 50px;
  }
  .pb-100 {
    padding-bottom: 50px;
  }
  .pb-90 {
    padding-bottom: 25px !important;
  }
  .pb-50 {
    padding-bottom: 25px;
  }
  .pb-70 {
    padding-bottom: 20px;
  }
  .pb-60 {
    padding-bottom: 25px;
  }
  .mb-40 {
    margin-bottom: 25px;
  }
  .section-title h2 {
    font-size: 26px;
  }
  .section-title.mb-30 {
    margin-bottom: 20px !important;
  }
  .search-box .form-group {
    width: 90%;
  }
  .search-box .close-search_box {
    top: 12px;
    right: 0;
  }
  .search-box .form-group input {
    font-size: 16px;
    height: 55px;
  }
  .search-box .form-group button i {
    font-size: 22px;
  }
  .section-title span::before {
    top: 12px;
    left: 15px;
    width: 10px;
    height: 10px;
  }
  .section-title span {
    font-size: 12px;
  }
  .section-title.v1 span::before {
    display: none;
  }
  .breadcrumb-wrap {
    padding: 80px 0 80px;
  }
  .service-box .service-img {
    padding: 15px 15px 0;
  }
  .service-box .service-info {
    padding: 0 15px 22px;
  }
  .process-item-wrap {
    -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
    grid-gap: 30px;
  }
  .pricing-text h2 {
    font-size: 25px;
    line-height: 1.4;
  }
  .feature-box-wrap.v1 {
    -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
    grid-gap: 25px;
  }
  .feature-wrap.pt-50.pb-140.mt-10 {
    padding-bottom: 60px;
  }
  .promo-box-wrap.v3 .promo-box {
    padding: 30px 20px;
  }
  .counter-box-wrap .counter-text {
    margin: 0 0 30px;
  }
  .counter-box-wrap {
    padding: 35px 15px 0;
  }
  .counter-box-wrap.v2 .counter-text::after {
    display: none;
  }
  .pricing-wrap.pt-100.pb-50 {
    padding-bottom: 0;
  }
  .pricing-box-wrap.v1::before,
  .pricing-box-wrap .pricing-shape-one {
    display: none;
  }
  .pricing-box-wrap {
    -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
  }
  .portfolio-slider {
    padding: 10px 0 45px;
  }
  .testimonial-wrap::before {
    height: 190px;
  }
  .feature-box-wrap.v2 {
    -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
  }
  .newsletter-wrap {
    margin: 0 0 -100px;
    position: relative;
    left: 0;
    top: 0;
    width: 100%;
  }
  .newsletter-wrap .newsletter-box .newsletter-box-right .newsletter-form button {
    font-size: 14px;
  }
  .newsletter-wrap .newsletter-box .newsletter-box-right .newsletter-form button i {
    margin-left: 8px;
    font-size: 17px;
    top: 1px;
  }
  .newsletter-wrap .newsletter-box .newsletter-box-left h3 {
    font-size: 20px;
    margin: 0 0 15px;
  }
  .footer-top.pt-150.pb-100 {
    padding-top: 115px;
  }
  .footer-wrap .footer-top .footer-widget .footer-widget-title {
    margin: 0 0 15px;
  }
  .page-navigation .page-nav {
    margin: 25px 0;
  }
  .product-item-wrap {
    -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
  }
  .page-navigation .page-nav li a {
    width: 36px;
    height: 36px;
    font-size: 14px;
    line-height: 34px;
  }
  .page-navigation .prev-page a,
  .page-navigation .next-page a {
    padding: 10px 5px 9px;
    line-height: 16px;
    font-size: 14px;
  }
  .product-thumb {
    padding: 8px;
  }
  .product-large-img {
    margin: 0 0 20px;
  }
  .shop-wrap.pt-80.pb-100.cart {
    padding-top: 25px;
  }
  .post-share.w-100 {
    text-align: left;
    margin: 20px 0 0;
  }
  .post-content,
  .post-author {
    padding: 25px 20px;
  }
  .post-meta-option.bg-zircon {
    padding: 20px 15px 30px;
  }
  .post-author .post-author-img {
    width: 80px;
    height: 80px;
  }
  .post-author .post-author-info {
    width: calc(100% - 100px);
    margin-left: 20px;
  }
  .comment-author .btn.v7 {
    margin: 15px 0;
  }
  .comment-box .comment-author.reply {
    margin-left: 20px;
  }
  .testimonial-wrap.v3.mt-80 {
    margin-top: 35px !important;
  }
  .cta-btn.text-md-end.sm-center {
    margin: 25px 0 0;
  }
  .about-wrap.v3.pt-130.pb-50 {
    padding-top: 50px;
  }
  .process-wrap.pt-80.pb-100 {
    padding-top: 25px;
  }
  .partner-logo-area.v2.bg-f.pt-100.pb-160 {
    padding-bottom: 105px;
  }
  .about-wrap.v3.pt-130.pb-100 {
    padding-top: 50px;
  }
  .feature-wrap.pt-30.pb-50 {
    padding-top: 0;
    padding-bottom: 0;
  }
  .service-details-text .service-details-title {
    font-size: 30px;
    line-height: 1.2;
  }
  .service-details-wrap.pt-100.pb-100 .row.gx-5.pb-130 {
    padding-bottom: 70px;
  }
  .service-details-text {
    text-align: center;
  }
  .service-features {
    margin: 0;
  }
  .error-wrap {
    margin-top: 25px;
  }
  .error-content span {
    font-size: 60px;
    margin-bottom: 30px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .pt-150 {
    padding-top: 70px;
  }
  .pt-100 {
    padding-top: 70px;
  }
  .pt-50 {
    padding-top: 20px;
  }
  .pb-150 {
    padding-bottom: 70px;
  }
  .pb-100 {
    padding-bottom: 70px;
  }
  .pb-90 {
    padding-bottom: 50px;
  }
  .pb-70 {
    padding-bottom: 40px;
  }
  .pb-50 {
    padding-bottom: 20px;
  }
  .promo-box-wrap.v1 {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 1fr;
        grid-template-columns: 1fr 1fr;
    padding: 35px 15px 38px;
    border-bottom: 1px solid #ddd;
  }
  .promo-box-wrap.v1 .promo-box {
    max-width: 720px;
  }
  .promo-box-wrap.v1 .promo-box:nth-child(3),
  .promo-box-wrap.v1 .promo-box:nth-child(4) {
    border-bottom: none;
  }
  .process-item-wrap.v1.pb-50 {
    padding-bottom: 50px;
  }
  .pricing-wrap.v1.pt-100.pb-50 {
    padding-bottom: 0;
  }
  .process-item-wrap {
    -ms-grid-columns: 1fr 1fr;
        grid-template-columns: 1fr 1fr;
    grid-gap: 30px;
  }
  .feature-box-wrap.v3 {
    -ms-grid-columns: 1fr 1fr;
        grid-template-columns: 1fr 1fr;
  }
  .feature-box-wrap.v2 {
    -ms-grid-columns: 1fr 1fr;
        grid-template-columns: 1fr 1fr;
  }
  .feature-wrap.pt-50.pb-140.mt-10 {
    padding-bottom: 70px;
  }
  .testimonial-wrap::before {
    height: 260px;
  }
  .counter-box-wrap.v2 .counter-text::after {
    right: -22px;
    height: 78px;
  }
  .newsletter-wrap .newsletter-box .newsletter-box-left h3 {
    font-size: 24px;
  }
  .footer-wrap.v1 .footer-top {
    padding-top: 90px;
  }
  .product-item-wrap {
    -ms-grid-columns: 1fr 1fr;
        grid-template-columns: 1fr 1fr;
  }
  .shop-wrap.pt-80.pb-100.cart {
    padding-top: 40px;
  }
  .testimonial-wrap.v3.mt-80 {
    margin-top: 60px !important;
  }
  .about-wrap.v3.pt-130.pb-100 {
    padding-top: 70px;
  }
  .feature-wrap.pt-30.pb-50 {
    padding-top: 0;
    padding-bottom: 0;
  }
  .portfolio-item-wrap {
    -ms-grid-columns: 1fr 1fr;
        grid-template-columns: 1fr 1fr;
  }
  .service-details-wrap.pt-100.pb-100 .row.gx-5.pb-130 {
    padding-bottom: 70px;
  }
  .error-wrap {
    margin-top: 65px;
  }
}

@media only screen and (max-width: 991px) {
  .md-none {
    display: none !important;
  }
  .md-center {
    text-align: center !important;
  }
  .smb-0 {
    margin-bottom: 0 !important;
  }
  .smt-30 {
    margin-top: 30px !important;
  }
  .smt-20 {
    margin-top: 20px !important;
  }
  .smb-25 {
    margin-bottom: 25px !important;
  }
  .smb-30 {
    margin-bottom: 30px !important;
  }
  .smb-50 {
    margin-bottom: 50px !important;
  }
  .smb-90 {
    margin-bottom: -90px !important;
  }
  .mobile-bar-wrap {
    text-align: right;
    position: relative;
    top: 4px;
  }
  .header-wrap .header-bottom {
    padding: 0;
  }
  .header-wrap .header-bottom .header-bottom-right,
  .header-wrap .header-top .header-top-right {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -ms-grid-row-align: center;
    align-items: center;
  }
  .header-wrap .header-top .header-top-left p,
  .header-wrap .header-top .header-top-left a {
    margin: 0 0 10px;
    padding: 0;
  }
  .header-wrap .header-top .header-top-left p,
  .header-wrap .header-top .header-top-left a {
    color: #fff;
    display: block;
  }
  .header-wrap .header-top .header-top-left p::after {
    display: none;
  }
  .header-wrap .header-bottom .header-bottom-right,
  .header-wrap .header-top .header-top-right {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: flex-start;
    -ms-flex-align: flex-start;
    -ms-grid-row-align: flex-start;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .header-top-right .social-profile.v1 {
    margin: 7px 0 15px;
  }
  .header-top-right .lang_selctor {
    border: 1px solid #666;
    width: 100%;
    border-radius: 5px;
    margin: 0 0 20px !important;
  }
  .lang_selctor .nice-select::after {
    right: 12px;
  }
  .header-top-right .btn.v1 {
    width: 100%;
    display: block;
  }
  .hero-wrap,
  .breadcrumb-wrap {
    margin: 69px 0 0;
  }
  .hero-wrap .hero-content .hero-promo-text span {
    display: block;
  }
  .breadcrumb-wrap .breadcrumb-title h2 {
    font-size: 32px;
  }
  .hero-slider-item .overlay,
  .hero-v2 .overlay {
    opacity: 0.7;
  }
  .about-video {
    height: 400px;
  }
  .about-wrap.v3 .about-video {
    margin: 30px 0 0;
  }
  .promo-box-wrap.v3.mmt-35 {
    margin-top: -20px;
  }
  .feature-shape-one,
  .feature-shape-two {
    display: none;
  }
  .promo-box-wrap.v2 .promo-box .promo-icon {
    margin: 0 auto 15px;
  }
  .promo-bg-1 {
    height: 500px;
    width: 100%;
  }
  .promo-box-wrap.v1 {
    width: 100%;
  }
  .promo-box-wrap.v1 .promo-box {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 30px 15px 25px;
    margin: 0 auto;
  }
  .promo-box-wrap .promo-box .promo-icon {
    width: auto;
    margin: 0 0 10px;
  }
  .promo-box-wrap .promo-box .promo-text {
    width: 100%;
    margin: 0;
    text-align: center;
  }
  .promo-box-wrap.v3 .promo-box .promo-text {
    text-align: left;
  }
  .counter-box-wrap .counter-shape-one,
  .counter-box-wrap .counter-shape-two {
    display: none;
  }
  .title_sub.v1::before {
    display: none;
  }
  .bb-none {
    border-bottom: none !important;
  }
  .content-title.v7 {
    text-align: left !important;
  }
  .mobile-top-bar i {
    color: #393939;
    font-size: 27px;
    margin-right: 6px;
    cursor: pointer;
  }
  .searchBtn {
    margin-right: 4px;
  }
  .searchBtn i {
    font-size: 24px;
  }
  .header-top {
    position: absolute;
    height: 100vh;
    width: 100%;
    top: 0;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    background: #000;
    right: -100%;
    padding: 40px 5px;
    display: block;
    z-index: 99;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
  .header-top.open {
    visibility: visible;
    opacity: 1;
    right: 0;
  }
  .lang_selctor {
    margin: 0 0 0 11px;
  }
  .close-header-top button {
    position: absolute;
    top: 14px;
    right: 10px;
    z-index: 999;
    background: transparent;
    border: none;
    border-radius: 50%;
    width: 30px;
    height: 30px;
    text-align: center;
    padding: 0;
  }
  .close-header-top button i {
    color: #fff;
    font-size: 20px;
  }
  .header-bottom {
    border-top: none;
  }
  .header-wrap.v1.sticky,
  .header-wrap.v1 {
    padding: 10px 0px;
  }
  .header-wrap.v1.s2.sticky,
  .header-wrap.v1.s2 {
    padding: 0px 0px;
  }
  .header-wrap.v1.s2.sticky .header-bottom {
    padding: 10px 0;
  }
  .header-wrap.v1 .container {
    border: none;
  }
  .testimonial-wrap::before {
    width: 100%;
  }
  .newsletter-wrap .newsletter-box .newsletter-box-right .newsletter-form input {
    color: #1A3150;
    padding: 10px 140px 10px 18px;
  }
  .newsletter-wrap .newsletter-box {
    padding: 25px;
  }
  .newsletter-wrap .newsletter-box .newsletter-box-left,
  .newsletter-wrap .newsletter-box .newsletter-box-right {
    width: 100%;
  }
  .newsletter-wrap .newsletter-box::before {
    display: none;
  }
  .newsletter-wrap .newsletter-box .newsletter-box-left h3 {
    margin: 0 0 15px;
    text-align: center;
  }
  .footer-wrap .footer-top .footer-widget {
    margin: 30px 0 0;
  }
  .copyright-text {
    margin: 0 0 5px;
  }
  .copyright-text,
  .footer-wrap .footer-bottom .footer-bottom-menu {
    text-align: center;
  }
  .filter-item-cat .nice-select {
    margin: 20px 0 25px;
  }
  .sidebar {
    margin: 40px 0 0;
  }
  .portfolio-details-wrap .sidebar {
    margin: 0 0 30px;
  }
  .single-product-details {
    margin: 25px 0 0;
  }
  .wishlist-table {
    width: 100%;
    overflow-x: auto;
  }
  .wishlist-table table td:nth-child(1),
  .wishlist-table table th:nth-child(1) {
    min-width: 400px;
  }
  .wishlist-table table td:nth-child(3),
  .wishlist-table table th:nth-child(3) {
    min-width: 150px;
  }
  .wishlist-table.wishlist table td:nth-child(3),
  .wishlist-table.wishlist table th:nth-child(3) {
    min-width: 220px;
  }
  .wishlist-table.wishlist table td:nth-child(4),
  .wishlist-table.wishlist table th:nth-child(4) {
    min-width: 150px;
  }
  .contact-info-box {
    margin: 0 0 25px;
  }
  .service-details-img {
    height: 450px;
    margin-top: 30px;
  }
}

@media only screen and (min-width: 768px) {
  .lg-none {
    display: none !important;
  }
}

@media only screen and (min-width: 992px) {
  .xl-none {
    display: none !important;
  }
  .lmt-50 {
    margin-top: 50px;
  }
  .menu-expand {
    display: none;
  }
  .hero-slider-item .overlay,
  .hero-v2 .overlay {
    opacity: 0;
  }
  .promo-box-wrap.v1 .promo-box:hover {
    border-color: transparent;
  }
  .promo-box-wrap.v1 .promo-box:hover:before {
    visibility: visible;
    opacity: 1;
  }
  .promo-box-wrap.v1 .promo-box:hover .promo-icon i {
    color: #fff;
  }
  .promo-box-wrap.v1 .promo-box:hover .promo-text p,
  .promo-box-wrap.v1 .promo-box:hover .promo-text h4 {
    color: #fff;
  }
  .post-meta-option.bg-zircon {
    padding: 20px 30px 30px;
  }
  .service-wrap .dots-pagination {
    bottom: -5px;
  }
  .error-wrap {
    margin-top: 110px;
  }
}

@media only screen and (max-width: 1199px) {
  .lg-center {
    text-align: center !important;
  }
  .lpb-20 {
    padding-bottom: 20px !important;
  }
  .section_subtext {
    display: none;
  }
  .pricing-wrap.pt-100.pb-50 .section-title.text-center.pb-90 {
    padding-bottom: 20px;
  }
  .process-curve {
    top: -35px;
    width: 100%;
  }
  .payment-switch-wrap {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .pricing-text {
    text-align: center;
    margin: 0 0 38px;
  }
  .pricing-wrap.v2 .pricing-text {
    margin: 0 0 18px;
  }
  .coupon-box-wrap.cart-total {
    margin: 20px 0 0;
  }
  .blog-wrap.pt-100.pb-100 .sidebar {
    margin: 30px 0 0;
  }
  .lmb-30 {
    margin-bottom: 30px;
  }
  .feature-list-item::before {
    display: none;
  }
  .feature-list-item {
    margin: 0 0 20px 0px;
  }
  .feature-list {
    margin: 0 0 50px;
  }
  .pricing-wrap.v1 .section-title.pb-90 {
    padding-bottom: 20px;
  }
  .form-group .or::before,
  .form-group .or::after {
    width: 32%;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .mpx-0 {
    padding: 0;
  }
  .lg-center {
    text-align: center !important;
  }
  #menu ul li a {
    margin: 0 14px;
    font-size: 14px;
  }
  .header-bottom-right .btn.v1 {
    font-size: 13px;
    padding: 10px 15px;
    line-height: 22px;
  }
  .searchBtn {
    margin: 0;
    padding: 0 8px;
  }
  .searchBtn i {
    font-size: 20px;
  }
  .exp-box {
    top: 180px;
    right: 0;
  }
  .feature-box-wrap.v3 {
    -ms-grid-columns: 1fr 1fr;
        grid-template-columns: 1fr 1fr;
  }
  .process-info h4 {
    font-size: 17px;
  }
  .process-info p {
    font-size: 13px;
    line-height: 1.5;
  }
  .promo-box-wrap.v1 {
    padding-right: calc((50% - 960px / 2 + 10px));
  }
  .promo-bg-1 {
    height: 704px;
  }
  .product-item-wrap {
    -ms-grid-columns: 1fr 1fr;
        grid-template-columns: 1fr 1fr;
  }
  .testimonial-wrap::before {
    width: 42%;
  }
  .newsletter-wrap .newsletter-box {
    padding: 20px 25px;
  }
  .newsletter-wrap .newsletter-box .newsletter-box-left h3 {
    font-size: 20px;
  }
  .footer-wrap .footer-top .footer-widget .footer-widget-title {
    font-size: 21px;
  }
  .footer-wrap .footer-top .footer-widget .comp-desc {
    padding-right: 16px;
  }
  .add-cart button.v3,
  .add-wishlist button.v4 {
    font-size: 12px;
    padding: 10px 12px;
  }
  .add-cart button i,
  .add-wishlist button i {
    top: 2px !important;
  }
  .feature-box-wrap.v2 {
    -ms-grid-columns: 1fr 1fr;
        grid-template-columns: 1fr 1fr;
  }
  .portfolio-item-wrap {
    -ms-grid-columns: 1fr 1fr;
        grid-template-columns: 1fr 1fr;
  }
  .service-details-wrap.pt-100.pb-100 .row.gx-5.pb-130 {
    padding-bottom: 90px;
  }
  .project-details-item h6 {
    margin: 0 5px 0px 0;
  }
  .pricing-box-wrap.v2 {
    padding-top: 20px !important;
  }
}

@media only screen and (min-width: 1200px) and (max-width: 1360px) {
  .newsletter-wrap .newsletter-box .newsletter-box-left h3 {
    font-size: 26px;
  }
  .process-info h4 {
    font-size: 22px;
  }
  .product-next {
    right: -10px;
  }
  .product-prev {
    left: -10px;
  }
}

@media only screen and (min-width: 1200px) and (max-width: 1439px) {
  .exp-box {
    top: 130px;
    right: 11px;
  }
  .process-curve {
    width: 90%;
  }
  .promo-bg-1 {
    height: 577px;
  }
  p {
    font-size: 15px;
    line-height: 23px;
  }
}

@media only screen and (min-width: 1200px) {
  .container {
    max-width: 1320px;
  }
  .xmt-50 {
    margin-top: 50px;
  }
  .hero-wrap .hero-content p {
    padding-right: 100px;
  }
  .about-wrap.v3 .about-video {
    margin-left: 30px;
  }
  .pricing-box.active {
    -webkit-transform: translateY(-50px);
    transform: translateY(-50px);
  }
  .pricing-box.v2.active {
    -webkit-transform: translateY(-50px);
    transform: translateY(-50px);
  }
  .testimonial-slider {
    margin-left: 50px;
  }
  .feature-content {
    padding-right: 30px;
  }
  .feature-box-wrap.v1 .feature-box:nth-child(3),
  .feature-box-wrap.v1 .feature-box:nth-child(5) {
    -webkit-transform: translateY(50px);
            transform: translateY(50px);
  }
  .pp-post-item:nth-child(1) {
    padding-top: 5px;
  }
  .portfolio-item-wrap {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 1fr 1fr;
        grid-template-columns: 1fr 1fr 1fr;
    grid-gap: 25px;
  }
}

@media only screen and (min-width: 1450px) {
  .container {
    max-width: 1410px;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  .hero-wrap .hero-v2,
  .hero-wrap .hero-slider-v1 .hero-slider-item {
    padding: 150px 0 150px;
  }
  .hero-wrap .hero-content h1 {
    font-size: 44px;
  }
  .feature-box-wrap.v3 {
    -ms-grid-columns: 1fr 1fr;
        grid-template-columns: 1fr 1fr;
  }
  .pricing-box-wrap .pricing-box .price-box-features {
    max-width: 43%;
  }
}

@media only screen and (min-width: 460px) and (max-width: 575px) {
  .testimonial-wrap::before {
    height: 180px !important;
  }
}

@media only screen and (min-width: 320px) and (max-width: 575px) {
  .hero-wrap .hero-content .hero-promo-text {
    display: block;
    padding: 10px 25px;
    text-align: center;
    font-size: 13px;
  }
  .hero-wrap .hero-v2,
  .hero-wrap .hero-slider-v1 .hero-slider-item {
    padding: 120px 0 120px;
  }
  .hero-wrap .hero-content h1 {
    font-size: 34px;
  }
  .pricing-box-wrap .pricing-box .price-box-features {
    max-width: 46%;
  }
  .feature-box-wrap.v3 {
    -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
  }
  .promo-box-wrap.v2 {
    -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
  }
  .promo-box-wrap.v3 .promo-img {
    height: 250px;
  }
  .testimonial-wrap::before {
    height: 215px;
  }
  .footer-wrap .footer-bottom .footer-bottom-menu li {
    display: block;
  }
  .footer-wrap .footer-bottom .footer-bottom-menu li::before {
    display: none;
  }
  .copyright-text,
  .footer-wrap .footer-bottom .footer-bottom-menu {
    margin: 0 0 10px;
  }
  .product-next {
    right: -10px;
  }
  .product-prev {
    left: -10px;
  }
  .add-wishlist span,
  .add-cart span {
    display: none;
  }
  .add-cart button i,
  .add-wishlist button i {
    margin-right: 0;
  }
  .coupon-box .form-group {
    width: 100%;
  }
  .coupon-box button {
    width: 100%;
    display: block;
    margin: 25px 0 0;
  }
  .form-group .or::before,
  .form-group .or::after {
    width: 35%;
  }
  .service-details-img,
  .faq-img {
    height: 310px;
  }
  .service-slider .swiper-slide-active .service-box {
    -webkit-box-shadow: none;
            box-shadow: none;
  }
}

@media only screen and (max-width: 376px) {
  .btn {
    font-size: 13px;
    padding: 10px 20px;
  }
  .hero-wrap .hero-content .hero-promo-text span {
    padding: 10px 15px;
    font-size: 12px;
  }
  .service-box .service-info h4 {
    margin: 15px 0 10px;
    font-size: 22px;
  }
  .partner-item {
    padding: 0;
  }
  .pricing-box-wrap .pricing-box .price-box-features {
    max-width: 60%;
  }
  .payment-switch-wrap h5 {
    font-size: 16px;
  }
  .payment-switch-wrap .toggle-switch label {
    width: 50px;
    height: 28px;
  }
  .payment-switch-wrap .toggle-switch label::after {
    top: 3px;
    left: 5px;
    width: 22px;
    height: 22px;
  }
  .payment-switch-wrap .toggle-switch {
    margin: 0px 12px;
  }
  .portfolio-slider .portfolio-item .portfolio-info h4 {
    font-size: 16px;
  }
  .counter-box-wrap .counter-text .counter-value {
    font-size: 30px;
    margin: 10px 0 5px;
  }
  .counter-box-wrap .counter-text p {
    font-size: 14px;
  }
  .blog-meta ul li a {
    font-size: 12px;
  }
  .blog-item .blog-opt .post-share span {
    margin-right: 5px;
    font-size: 15px;
  }
  .blog-item .blog-opt .link {
    font-size: 15px;
  }
  .wp-block-quote p {
    font-size: 18px;
    line-height: 28px;
  }
  .wp-block-quote {
    padding: 40px 20px 10px;
  }
  .wp-block-quote i {
    left: 8px;
  }
  .social-profile li a {
    font-size: 14px;
  }
  .newsletter-wrap .newsletter-box .newsletter-box-right .newsletter-form button {
    width: 100%;
    position: relative;
    padding: 16px 20px;
    font-size: 15px;
  }
  .newsletter-wrap .newsletter-box .newsletter-box-right .newsletter-form input {
    padding: 10px 18px 10px 18px;
  }
  .breadcrumb-wrap .breadcrumb-title h2 {
    font-size: 26px !important;
  }
  .payment-switch-wrap h5 {
    font-size: 15px;
  }
  .service-box {
    margin: 0;
  }
  .form-group .or::before,
  .form-group .or::after {
    width: 25% !important;
  }
  .comment-box-title-left,
  .comment-box-title-right {
    width: 100%;
  }
}
/*# sourceMappingURL=style.css.map */