
@import url("css2.css");
html {
  scroll-behavior: smooth;
}

html,
body {
  height: 100%;
}

body {
  font-family: "Roboto", sans-serif;
  color: #4a4b51;
}

a {
  text-decoration: none;
}

a:hover {
  color: #407ff0;
}

a,
button,
.btn,
img,
input {
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

a:focus,
button:focus,
.btn:focus,
input:focus,
select:focus,
textarea:focus,
.swiper-slide:focus,
.swiper-button-next:focus,
.swiper-button-prev:focus {
  text-decoration: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  outline: 0;
}

button:focus:not(:focus-visible) {
  -webkit-box-shadow: none;
          box-shadow: none;
  outline: 0;
  border: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Gordita";
  color: #032659;
}

ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

img {
  max-width: 100%;
}

.img-full {
  width: 100%;
  overflow: hidden;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center center;
     object-position: center center;
}

::-moz-selection {
  background-color: #407ff0;
  color: #ffffff;
}

::selection {
  background-color: #407ff0;
  color: #ffffff;
}

/* ---Custom Container--- */
@media (min-width: 1400px) {
  .container {
    --bs-gutter-x: 15px;
    max-width: 1200px;
  }
  .container .row {
    --bs-gutter-x: 30px;
  }
}

/* ---Playfair Font--- */
.playfair-font {
  font-family: "Playfair Display", serif;
  font-weight: 700;
}

/* ---HTML Text Color--- */
.heading-color-2 * {
  color: #2f2b54;
}

/* ---Data Background Image--- */
[data-bg-image] {
  background-repeat: no-repeat;
  background-color: #ffffff;
  background-size: cover;
}

/* ---Additional Margin | Padding--- */
.mt-20 {
  margin-top: 20px;
}

.mt-30 {
  margin-top: 30px;
}

/* ---Section Title--- */
.section-area {
  text-align: center;
}
.section-areabb {
  text-align: center;
  margin-top:10px;
  margin-bottom:2px;
}
.section-areabb1 {
  text-align: center;
  margin-top:10px;
  margin-bottom:2px;
}
 
 
 .section-areabb2 {
   text-align: center;
   margin-top:10px;
   margin-bottom:2px;
 }
 @media (min-width:800px)
 {
	  .section-areabb2{display: none;}
	 
 }
 
.section-title {
  font-size: 70px;
  line-height: 100px;
}
.section-title3 {
  font-size: 40px;
  line-height: 80px;
}
@media (max-width: 991px) {
  .section-title {
    font-size: 50px;
    line-height: 1.4;
  }
}

@media (max-width: 767px) {
  .section-title {
    font-size: 35px;
  }
}

@media (max-width: 500px) {
  .section-title {
    font-size: 30px;
  }
    
}
.section-desc {
  color: #57617b;
  font-size: 18px;
  line-height: 42px;
  max-width: 610px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 90px;
}

@media (max-width: 991px) {
  .section-desc {
    font-size: 22px;
    line-height: 1.5;
  }
}

@media (max-width: 767px) {
  .section-desc {
    font-size: 20px;
  }
}
@media (max-width: 500px) {
  .section-desc {
    font-size: 16px;
	text-align: center;
  }
}
.section-style-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

@media (max-width: 575px) {
  .section-style-2 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

@media (max-width: 575px) {
  .section-style-2 .section-title {
    margin-bottom: 20px;
  }
}

.section-style-3 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: left;
}

@media (max-width: 767px) {
  .section-style-3 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-bottom: 50px;
    text-align: center;
  }
}

.section-style-3 .section-title {
  font-size: 55px;
  line-height: 70px;
}

@media (max-width: 991px) {
  .section-style-3 .section-title {
    font-size: 35px;
    line-height: 50px;
  }
}

.section-style-3 .section-desc {
  margin-bottom: 0;
}

@media (max-width: 991px) {
  .section-style-3 .section-desc {
    max-width: 440px;
    font-size: 20px;
    margin-left: 0;
  }
}

.section-style-3 .section-wrap {
  margin-bottom: 90px;
}

@media (max-width: 767px) {
  .section-style-3 .section-wrap {
    margin-bottom: 25px;
  }
}

/* ---Custom Button Size--- */
.btn-custom-size {
  background-color: #407ff0;
  font-family: "Gordita";
  border-radius: 25px;
  color: #ffffff;
  padding: 0;
  width: 210px;
  height: 70px;
  line-height: 67px;
}

.btn-custom-size.roboto-font {
  font-family: "Roboto", sans-serif;
}

.btn-md {
  width: 150px;
  height: 65px;
  line-height: 62px;
}

.btn-lg {
	width: 270px;
	  height: 50px;
	  line-height: 50px;
   
  font-size: 19px;
}

.btn.sapphire-color {
  background-color: #042659;
  color: #ffffff;
}

.btn.sapphire-color i {
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  color: #f9b047;
  font-size: 20px;
}

.btn.paua-color {
  background-color: #2f2b54;
  color: #ffffff;
}

.btn.paua-color i {
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  color: #fe6a21;
  font-size: 20px;
}

.btn.blackcurrant-color {
  background-color: #178949;
  color: #ffffff;
}

.btn.blackberry-color {
  background-color: #500836;
  color: #ffffff;
}

.btn.blue-color {
  background-color: #1a2c99;
  color: #ffffff;
}

.btn.extbot-primary-2 {
  background-color: #fe6a21;
}

.btn.extbot-primary-3 {
  background-color: #25b760;
}

.btn.extbot-primary-4 {
  background-color: #ff8144;
}

.btn.extbot-primary-5 {
  background-color: #f0582e;
  color: #ffffff;
}

.btn.extbot-primary-hover:hover {
  background-color: #407ff0;
  color: #ffffff;
}

.btn.extbot-primary-hover:hover i {
  color: #ffffff;
}

.btn.extbot-primary-hover-2:hover {
  background-color: #fe6a21;
  color: #ffffff;
}

.btn.extbot-primary-hover-2:hover i {
  color: #ffffff;
}

.btn.extbot-primary-hover-3:hover {
  background-color: #25b760;
  color: #ffffff;
}

.btn.extbot-primary-hover-3:hover i {
  color: #ffffff;
}

.btn.extbot-primary-hover-4:hover {
  background-color: #ff8144;
  color: #ffffff;
}

.btn.extbot-primary-hover-4:hover i {
  color: #ffffff;
}

.btn.sapphire-hover:hover {
  background-color: #042659;
  color: #ffffff;
}

.btn.blackcurrant-hover:hover {
  background-color: #1f1927;
  color: #ffffff;
}

.btn.blue-hover:hover {
  background-color: #1a2c99;
  color: #ffffff;
}

.btn-outline {
  background-color: #f5f8fb;
  border: 2px solid #e3e8f1;
  border-radius: 25px;
  color: #042659;
  font-weight: 500;
  font-size: 19px;
}

/* ---Pagination--- */



/* ---Global Overlay--- */
.global-overlay {
  background-color: rgba(0, 0, 0, 0.5);
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  position: fixed;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: 99;
  visibility: hidden;
}

.global-overlay.overlay-open {
  visibility: visible;
  cursor: pointer;
}

/*-- Scroll To Top --*/
.scroll-to-top {
  background-color: black;
  border-radius: 4px;
  color: #25b760;
  position: fixed;
  right: 30px;
  bottom: 30px;
  z-index: 999;
  overflow: hidden;
  display: block;
  text-align: center;
  opacity: 0;
  visibility: hidden;
  -webkit-animation: fadeOutDown 1s normal;
          animation: fadeOutDown 1s normal;
}

.scroll-to-top.show {
  opacity: 1;
  visibility: visible;
  -webkit-animation: fadeInUp 1s normal;
          animation: fadeInUp 1s normal;
}

.scroll-to-top i {
  width: 40px;
  height: 40px;
  line-height: 40px;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  color: #25b760;
  display: inline-block;
}

.scroll-to-top.style-1:hover {
  background-color: #407ff0;
}

.scroll-to-top.style-2:hover {
  background-color: #fe6a21;
}

.scroll-to-top.style-3:hover {
  background-color: #25b760;
}

.scroll-to-top.style-4:hover {
  background-color: #ff8144;
}

.scroll-to-top.style-5:hover {
  background-color: #f0582e;
}

/*----------------------------------------*/
/*  02. Header
/*----------------------------------------*/
@media (max-width: 991px) {
  .header-area {
    padding-top: 15px;
    padding-bottom: 15px;

  }
}

@media (min-width: 1400px) {
  .header-container {
    max-width:100%;
	height:110px;
	background-color: #fff;
  }
}

@media (min-width: 1200px) and (max-width: 1399px) {
  .header-container {
    max-width: 100%;
	height:100px;
	background-color: #fff;
  }
}

@media (min-width: 992px) {
  .header-position-absolute {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 5;
  }
}

.header-logo {
  display: block;
}

.header-menu-nav > ul > li {
  display: inline-block;
}

.header-menu-nav > ul > li:not(:last-child) {
  margin-right: 65px;
}

@media (max-width: 1399px) {
  .header-menu-nav > ul > li:not(:last-child) {
    margin-right: 35px;
  }
}

@media (max-width: 1199px) {
  .header-menu-nav > ul > li:not(:last-child) {
    margin-right: 30px;
  }
}

.header-menu-nav > ul > li > a {
  padding-top: 55px;
  padding-bottom: 55px;
}

.header-menu-nav > ul li a {
  color: #2AB763;
  display: block;
  font-size: 18px;
}

.header-menu-nav.white-text * {
  color: #ffffff;
}

.header-drop-holder {
  position: relative;
}

.header-drop-holder:hover .header-drop-menu {
  opacity: 1;
  visibility: visible;
  -webkit-transform: scaleY(1);
      -ms-transform: scaleY(1);
          transform: scaleY(1);
}

.header-drop-menu {
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.15);
          box-shadow: 0 5px 10px rgba(0, 0, 0, 0.15);
  background-color: #ffffff;
  position: absolute;
  visibility: hidden;
  opacity: 0;
  top: 100%;
  left: 0;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  width: 250px;
  padding-left: 30px;
  padding-top: 25px;
  padding-bottom: 25px;
  text-align: left;
  z-index: 3;
  -webkit-transform-origin: 0 0 0;
      -ms-transform-origin: 0 0 0;
          transform-origin: 0 0 0;
  -webkit-transform: scaleY(0);
      -ms-transform: scaleY(0);
          transform: scaleY(0);
  opacity: 0;
  visibility: hidden;
}

.header-drop-menu > li:not(:last-child) {
  padding-bottom: 10px;
}

.header-right {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.header-right li {
  display: inline-block;
}

.header-right li:not(:first-child) {
  margin-left: 28px;
}

@media (max-width: 767px) {
  .header-right li:not(:first-child) {
    margin-left: 15px;
  }
}

.header-right li a {
  font-weight: 500;
}

@media (min-width: 1200px) {
  .header-right li a {
    font-size: 18px;
  }
}

@media (max-width: 1399px) {
  .header-right li a {
    font-size: 15px;
  }
}

@media (max-width: 767px) {
  .header-right li i {
    font-size: 25px;
    color: #212529;
  }
}

.header-right li button {
  outline: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  border: 0;
}

@media (max-width: 1399px) {
  .header-right li .btn-custom-size {
    width: 130px;
    height: 45px;
    line-height: 42px;
  }
}

.header-sticky.is-active {
  -webkit-box-shadow: 0 8px 20px 0 rgba(0, 0, 0, 0.1);
          box-shadow: 0 8px 20px 0 rgba(0, 0, 0, 0.1);
  background-color: #ffffff;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 999;
  -webkit-animation: 0.95s ease-in-out 0s normal none 1 running fadeInDown;
          animation: 0.95s ease-in-out 0s normal none 1 running fadeInDown;
  -webkit-transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
  -o-transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.header-sticky.is-active .header-menu-nav > ul > li > a {
  padding-top: 35px;
  padding-bottom: 35px;
}

@media (min-width: 1200px) and (max-width: 1399px) {
  .header-style-1 .header-logo {
    max-width: 60%;
  }
}

@media (min-width: 1200px) and (max-width: 1399px) {
  .header-style-1 .header-menu {
    text-align: center;
  }
}

@media (min-width: 992px) and (max-width: 1200px) {
  .header-style-1 .header-menu {
    text-align: center;
  }
}

.header-style-1 .header-menu-nav ul li:hover > a {
  color: #407ff0;
}

.header-style-1 .header-drop-menu a:hover {
  color: #407ff0;
}

@media (min-width: 1200px) {
  .header-style-2 .header-menu-nav > ul > li:not(:last-child) {
    margin-right: 75px;
  }
}

.header-style-2 .header-with-btn {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.header-style-2 .header-with-btn .header-right {
  margin-left: 115px;
}

@media (max-width: 1399px) {
  .header-style-2 .header-with-btn .header-right {
    margin-left: 75px;
  }
}

.header-style-2:not([class*='is-active']) .header-menu-nav > ul > li > a {
  color: #ffffff;
}

.header-style-2:not([class*='is-active']) .header-drop-menu a:hover {
  color: #fe6a21;
}

@media (min-width: 992px) {
  .header-style-2:not([class*='is-active']) .header-right li a {
    color: #ffffff;
  }
}

.header-style-2:not([class*='is-active']) .header-logo img.sticky-img {
  display: none;
}

@media (max-width: 991px) {
  .header-style-2:not([class*='is-active']) .header-logo img.sticky-img {
    display: block;
  }
  .header-style-2:not([class*='is-active']) .header-logo img.primary-img {
    display: none;
  }
}

.header-style-2[class*='is-active'] .header-menu-nav > ul > li:hover > a {
  color: #fe6a21;
}

.header-style-2[class*='is-active'] .header-menu-nav > ul > li .header-drop-menu li a:hover {
  color: #fe6a21;
}

.header-style-2[class*='is-active'] .header-menu-nav.onepage-nav ul li.active a {
  color: #fe6a21;
}

.header-style-2[class*='is-active'] .header-logo img.primary-img {
  display: none;
}

.header-style-2[class*='is-active'] .header-logo img.sticky-img {
  display: block;
}

.header-style-3:not([class*='is-active']) .header-menu-nav > ul > li > a {
  color: #2AB763;
}

.header-style-3:not([class*='is-active']) .header-drop-menu a:hover {
  color: #25b760;
}

@media (min-width: 992px) {
  .header-style-3:not([class*='is-active']) .header-right li a {
    color: #2AB763;
  }
}

.header-style-3:not([class*='is-active']) .header-logo img.sticky-img {
  display: none;
}

@media (max-width: 991px) {
  .header-style-3:not([class*='is-active']) .header-logo img.sticky-img {
    display: block;
  }
  .header-style-3:not([class*='is-active']) .header-logo img.primary-img {
    display: none;
  }
}

.header-style-3[class*='is-active'] .header-menu-nav > ul > li:hover > a {
  color: #25b760;
}

.header-style-3[class*='is-active'] .header-menu-nav > ul > li .header-drop-menu li a:hover {
  color: #25b760;
}

.header-style-3[class*='is-active'] .header-menu-nav.onepage-nav ul li.active a {
  color: #25b760;
}

.header-style-3[class*='is-active'] .header-logo img.primary-img {
  display: none;
}

.header-style-3[class*='is-active'] .header-logo img.sticky-img {
  display: block;
}

.header-style-4 * {
  font-family: "Gordita";
}

.header-style-4:not([class*='is-active']) .header-menu-nav > ul > li > a {
  color: #500836;
}

.header-style-4:not([class*='is-active']) .header-drop-menu a {
  font-size: 16px;
}

.header-style-4:not([class*='is-active']) .header-drop-menu a:hover {
  color: #ff8144;
}

@media (min-width: 992px) {
  .header-style-4:not([class*='is-active']) .header-right li a {
    color: #ffffff;
  }
}

.header-style-4[class*='is-active'] .header-menu-nav > ul > li:hover > a {
  color: #ff8144;
}

.header-style-4[class*='is-active'] .header-menu-nav > ul > li .header-drop-menu li a:hover {
  color: #ff8144;
}

.header-style-4[class*='is-active'] .header-menu-nav.onepage-nav ul li.active a {
  color: #ff8144;
}

.header-style-4[class*='is-active'] .header-drop-menu li a {
  font-size: 16px;
}

.header-style-5:not([class*='is-active']) .header-menu-nav > ul > li > a {
  color: #ffffff;
}

.header-style-5:not([class*='is-active']) .header-menu-nav > ul > li > a:hover {
  color: #f0582e;
}

.header-style-5:not([class*='is-active']) .header-menu-nav > ul > li.active a {
  color: #f0582e;
}

.header-style-5:not([class*='is-active']) .header-drop-menu a:hover {
  color: #f0582e;
}

@media (min-width: 768px) {
  .header-style-5:not([class*='is-active']) .header-right li a {
    color: #ffffff;
  }
}

.header-style-5:not([class*='is-active']) .header-logo img.sticky-img {
  display: none;
}

@media (max-width: 991px) {
  .header-style-5:not([class*='is-active']) .header-logo img.sticky-img {
    display: block;
  }
  .header-style-5:not([class*='is-active']) .header-logo img.primary-img {
    display: none;
  }
}

.header-style-5[class*='is-active'] .header-menu-nav > ul > li:hover > a {
  color: #f0582e;
}

.header-style-5[class*='is-active'] .header-menu-nav > ul > li .header-drop-menu li a:hover {
  color: #f0582e;
}

.header-style-5[class*='is-active'] .header-menu-nav.onepage-nav ul li.active a {
  color: #f0582e;
}

.header-style-5[class*='is-active'] .header-logo img.primary-img {
  display: none;
}

.header-style-5[class*='is-active'] .header-logo img.sticky-img {
  display: block;
}

.header-area:not([class*='is-active']) .header-drop-menu {
  top: calc(100% - 25px);
}

/* ---Onepage Nav--- */
.onepage-nav > ul li.active a {
  color: #407ff0;
}

.onepage-offcanvas-nav > ul > li:not(:last-child) {
  border-bottom: 1px solid #eaeff4;
  padding-bottom: 15px;
  margin-bottom: 20px;
}

.onepage-offcanvas-nav > ul > li a {
  color: #3b4666;
  font-size: 18px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.onepage-offcanvas-nav > ul > li.active a {
  color: #407ff0;
}

.onepage-offcanvas-nav > ul li .dropdown .btn {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 0;
  border: 0;
  outline: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
  font-size: 18px;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.onepage-offcanvas-nav > ul li .dropdown .btn:after {
  content: none;
}

.onepage-offcanvas-nav > ul li .dropdown .btn.show i:before {
  content: '\eaa1';
}

.onepage-offcanvas-nav > ul li .dropdown-menu {
  position: relative !important;
  width: 100%;
  padding-top: 10px;
  padding-bottom: 0;
  border: 0;
  -webkit-transform: none !important;
      -ms-transform: none !important;
          transform: none !important;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.onepage-offcanvas-nav > ul li .dropdown-menu li:not(:last-child) {
  padding-bottom: 10px;
}

.onepage-offcanvas-nav > ul li .dropdown-menu li a.dropdown-item {
  padding: 0;
}

.onepage-offcanvas-nav > ul li .dropdown-menu li a.dropdown-item:hover {
  background-color: transparent;
  color: #407ff0;
}

/* ---Setting Button--- */
.setting-body {
  padding-top: 15px;
  display: none;
}

.setting-item {
  -webkit-box-shadow: 0 8px 20px 0 rgba(0, 0, 0, 0.1);
          box-shadow: 0 8px 20px 0 rgba(0, 0, 0, 0.1);
  background-color: #ffffff;
  padding: 30px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}

/*----------------------------------------*/
/*  03. Hero
/*----------------------------------------*/
.hero-style-1.hero-bg {
  height: 1070px;
}

@media (max-width: 1399px) {
  .hero-style-1.hero-bg {
    height: 950px;
  }
}

@media (max-width: 1199px) {
  .hero-style-1.hero-bg {
    height: 850px;
  }
}

@media (max-width: 991px) {
  .hero-style-1.hero-bg {
    height: auto;
  }
}

.hero-style-1 .hero-item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  height: 100%;
}

@media (max-width: 991px) {
  .hero-style-1 .hero-item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.hero-style-1 .hero-item .with-sticker {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.hero-style-1 .hero-item .with-sticker .single-img {
  -webkit-box-shadow: 0 8px 20px 0 rgba(139, 245, 255, 0.1);
          box-shadow: 0 8px 20px 0 rgba(139, 245, 255, 0.1);
  border-radius: 35px;
  margin-left: -100px;
  position: relative;
  bottom: -40px;
}

@media (max-width: 479px) {
  .hero-style-1 .hero-item .with-sticker .single-img {
    margin-left: -70px;
    bottom: -20px;
	
  }
}

.hero-style-1 .hero-img-wrap {
  padding-left: 30px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
}

@media (max-width: 991px) {
  .hero-style-1 .hero-img-wrap {
    padding-top: 30px;
    padding-right: 30px;
    width: 100%;
  }
}

.hero-style-1 .hero-img.with-group {
  -webkit-align-self: center;
      -ms-flex-item-align: center;
          align-self: center;
  padding-left: 40px;
}

.hero-style-1 .hero-sticker {
  background-color: #f9b047;
  border-radius: 100%;
  width: 140px;
  height: 140px;
}

@media (max-width: 479px) {
  .hero-style-1 .hero-sticker {
    width: 85px;
    height: 85px;
  }
}

.hero-style-1 .hero-sticker.extbot-primary {
  background-color: #407ff0;
}

.hero-style-1 .hero-content {
  padding-left: 90px;
  width: 50%;
}

@media (max-width: 1399px) {
  .hero-style-1 .hero-content {
    padding-left: 30px;
    padding-right: 30px;
  }
}

@media (max-width: 991px) {
  .hero-style-1 .hero-content {
    padding-top: 70px;
    padding-bottom: 40px;
    width: 100%;
  }
}

.hero-style-1 .hero-content .category {
  font-family: "Playfair Display", serif;
  font-weight: 700;
  font-size: 25px;
  color: #f9b047;
  display: block;
  margin-bottom: 20px;
}

@media (max-width: 767px) {
  .hero-style-1 .hero-content .category {
    font-size: 20px;
    margin-bottom: 10px;
  }
}

.hero-style-1 .hero-content .title {
  max-width: 625px;
  font-size: 95px;
  line-height: 105px;
  margin-bottom: 35px;
}

@media (max-width: 1399px) {
  .hero-style-1 .hero-content .title {
    font-size: 65px;
    line-height: 1.4;
  }
}

@media (max-width: 1199px) {
  .hero-style-1 .hero-content .title {
    font-size: 40px;
    line-height: 1.4;
  }
}

@media (max-width: 767px) {
  .hero-style-1 .hero-content .title {
    font-size: 30px;
    line-height: 1.4;
    max-width: 350px;
    margin-bottom: 15px;
  }
}

.hero-style-1 .hero-content .desc {
  color: #57617b;
  font-size: 25px;
  line-height: 45px;
  max-width: 625px;
  margin-bottom: 50px;
}

@media (max-width: 767px) {
  .hero-style-1 .hero-content .desc {
    font-size: 18px;
    line-height: 30px;
    max-width: 380px;
  }
}

@media (max-width: 767px) {
  .hero-style-1 .hero-content .btn-custom-size {
    width: 150px;
    height: 50px;
    line-height: 47px;
    font-size: 14px;
  }
}

.hero-style-2.hero-bg {
  position: relative;
  overflow: hidden;
  height: 940px;
}

@media (max-width: 991px) {
  .hero-style-2.hero-bg {
    height: auto;
  }
}

.hero-style-2 .hero-container {
  height: 100%;
}

@media (min-width: 1400px) {
  .hero-style-2 .hero-container {
    max-width: 1500px;
  }
}

@media (min-width: 1200px) and (max-width: 1399px) {
  .hero-style-2 .hero-container {
    max-width: 100%;
  }
}

.hero-style-2 .hero-item {
  position: relative;
  overflow: hidden;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
}

.hero-style-2 .hero-content {
  width: calc(100% - 500px);
  padding-right: 30px;
  -webkit-align-self: center;
      -ms-flex-item-align: center;
          align-self: center;
}

@media (max-width: 991px) {
  .hero-style-2 .hero-content {
    width: calc(100% - 230px);
  }
}.hero-style-3 .hero-content .title {
  max-width: 650px;
  font-size: 50px;
  line-height: 84px;
  margin-bottom: 40px;
}

@media (max-width: 767px) {
  .hero-style-2 .hero-content {
    width: 100%;
    padding-bottom: 410px;
    text-align: center;
    padding-right: 0;
  }
}

.hero-style-2 .hero-content .title {
  font-size: 75px;
  line-height: 90px;
  margin-top: 90px;
  margin-bottom: 40px;
}

@media (max-width: 1399px) {
  .hero-style-2 .hero-content .title {
    font-size: 65px;
    line-height: 85px;
  }
}

@media (max-width: 1199px) {
  .hero-style-2 .hero-content .title {
    font-size: 40px;
    line-height: 60px;
  }
}


.hero-style-2 .hero-content .desc {
  max-width: 750px;
  font-size: 25px;
  line-height: 45px;
  margin-bottom: 40px;
}

@media (max-width: 1399px) {
  .hero-style-2 .hero-content .desc {
    max-width: 400px;
    font-size: 22px;
  }
}

@media (max-width: 767px) {
  .hero-style-2 .hero-content .desc {
    max-width: 100%;
    font-size: 16px;
    margin-left: auto;
    margin-right: auto;
    line-height: 30px;
  }
}

@media (max-width: 767px) {
  .hero-style-2 .hero-content .btn-custom-size {
    width: 190px;
    height: 60px;
    line-height: 57px;
    font-size: 14px;
  }
}

@media (max-width: 1199px) {
  .hero-style-3 .hero-content .title {
    font-size: 30px;
    line-height: 25px;
    margin-bottom: 40px;
  }
}
@media (max-width: 500px) {
  .hero-style-2 .hero-content .title {
    font-size: 16px;
    line-height: 25px;
    margin-bottom: 20px;
    margin-top: 10px;
	
	text-align: center;
  }
}
.hero-style-2 .hero-content .btn-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

@media (max-width: 991px) {
  .hero-style-2 .hero-content .btn-wrap {
    margin-bottom: 90px;
  }
}

@media (max-width: 767px) {
  .hero-style-2 .hero-content .btn-wrap {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

.hero-style-2 .hero-content .btn-wrap .popup-vimeo .icon {
  background-color: #ffffff;
  color: #fe6a21;
  border-radius: 50%;
  display: block;
  width: 70px;
  height: 70px;
  line-height: 67px;
  text-align: center;
  margin-left: 40px;
  position: relative;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.hero-style-2 .hero-content .btn-wrap .popup-vimeo .icon:hover {
  background-color: #2f2b54;
  color: #ffffff;
}

.hero-style-2 .hero-content .btn-wrap .popup-vimeo .icon:hover span {
  border-left: solid 12px #ffffff;
}

@media (max-width: 767px) {
  .hero-style-2 .hero-content .btn-wrap .popup-vimeo .icon {
    width: 60px;
    height: 60px;
    line-height: 57px;
    margin-left: 20px;
  }
}

.hero-style-2 .hero-content .btn-wrap .popup-vimeo .icon span {
  width: 8px;
  height: 5px;
  border-left: solid 12px #fe6a21;
  border-bottom: solid 8px transparent;
  border-top: solid 7px transparent;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.hero-style-2 .hero-content.white-text * {
  color: #ffffff;
}

.hero-style-2 .hero-img {
  position: absolute;
  padding: 15px;
  top: 160px;
  right: 0;
  z-index: 2;
  width: 500px;
}

@media (min-width: 768px) and (max-width: 991px) {
  .hero-style-2 .hero-img {
    top: 50%;
    width: 230px;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
  }
}

@media (max-width: 767px) {
  .hero-style-2 .hero-img {
    top: calc(100% - 450px);
    width: calc(100% - 30px);
    left: 50%;
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}


.hero-style-2 .hero-img:before {
  border: 2px solid white;
  border-radius: 44px;
  opacity: 0.349;
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.hero-style-2 .hero-sticker {
  background-color: white;
  -webkit-transform: skewX(-34deg);
      -ms-transform: skewX(-34deg);
          transform: skewX(-34deg);
  position: absolute;
  width: 210px;
  height: 100%;
  top: -160px;
  right: 0;
  z-index: 1;
}

@media (max-width: 991px) {
  .hero-style-2 .hero-sticker {
    display: none;
  }
}

.hero-style-3.hero-bg {
  height: 980px;
  padding-bottom: 115px;
  background-position: bottom;
}

@media (max-width: 767px) {
  .hero-style-3.hero-bg {
    height: auto;
  }
}

.hero-style-3 .hero-container {
  height: 100%;
}

@media (min-width: 1400px) {
  .hero-style-3 .hero-container {
    max-width: 1500px;
  }
}

@media (min-width: 1200px) and (max-width: 1399px) {
  .hero-style-3 .hero-container {
    max-width: 100%;
  }
}

.hero-style-3 .hero-item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  height: 100%;
}

.hero-style-5 .hero-item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  height: 100%;
  position: relative;
  z-index: 1;
}

@media (max-width: 767px) {
  .hero-style-5 .hero-item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    padding-bottom: 110px;
  }
}

.hero-style-5 .hero-content {
  -webkit-align-self: center;
      -ms-flex-item-align: center;
          align-self: center;
}

@media (max-width: 767px) {
  .hero-style-5 .hero-content {
    margin-bottom: 50px;
    margin-top: 35px;
    text-align: center;
  }
}

.hero-style-5 .hero-content .title {
  max-width: 715px;
  font-size: 75px;
  line-height: 84px;
  margin-bottom: 45px;
}

@media (max-width: 1399px) {
  .hero-style-5 .hero-content .title {
    font-size: 40px;
    line-height: 60px;
  }
}

@media (max-width: 991px) {
  .hero-style-5 .hero-content .title {
    font-size: 30px;
    line-height: 50px;
  }
}

.hero-style-5 .hero-content .desc {
  max-width: 715px;
  font-size: 25px;
  line-height: 45px;
  margin-bottom: 40px;
}

@media (max-width: 1399px) {
  .hero-style-5 .hero-content .desc {
    font-size: 16px;
    line-height: 35px;
  }
}

.hero-style-5 .hero-content.white-text * {
  color: #ffffff;
}

.hero-style-5 .hero-content .btn-wrap .extbot-link {
  margin-left: 45px;
  font-size: 18px;
}

.hero-style-5 .hero-img {
  padding-left: 30px;
  position: relative;
  left: -35px;
}

.hero-style-5 .hero-img .single-img {
  position: relative;
  right: -40px;
}
@media (max-width: 1399px) {
  .hero-style-3 .hero-item {
    overflow: hidden;
  }
}

@media (max-width: 767px) {
  .hero-style-3 .hero-item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
}

.hero-style-3 .hero-content {
  -webkit-align-self: center;
      -ms-flex-item-align: center;
          align-self: center;
		  margin-top:40px;
}

@media (min-width: 1200px) {
  .hero-style-3 .hero-content {
    width: 685px;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .hero-style-3 .hero-content {
    width: 350px;
  }
}


 

.hero-style-3 .hero-content .desc {
  max-width: 615px;
  font-size: 25px;
  line-height: 45px;
  margin-bottom: 40px;
}

@media (max-width: 500px) {
  .hero-style-3 .hero-content .desc {
    font-size: 20px;
    line-height: 35px;
	
	text-align: center;
  }
}

.hero-style-3 .hero-content.white-text * {
  color: #ffffff;
}

@media (max-width: 991px) {
  .hero-style-3 .hero-content .btn-lg {
    width: 160px;
    height: 60px;
    line-height: 57px;
    font-size: 14px;
  }
}


@media (max-width: 500px) {
  .hero-style-3 .hero-content .btn-lg {
	  margin: 0 auto;
    width: 260px;
    height: 40px;
    line-height: 40px;
    font-size: 14px;
	 
  }
}

.hero-style-3 .hero-content .btn-wrap .extbot-link {
  margin-left: 45px;
  font-size: 18px;
}

@media (max-width: 1199px) {
  .hero-style-3 .hero-content .btn-wrap .extbot-link {
    margin-left: 25px;
  }
}

@media (max-width: 479px) {
  .hero-style-3 .hero-content   .extbot-link {
    margin-left: 0;
    display: block;
    margin-top: 15px;
  }
}

@media (max-width: 479px) {
   .btn-wrap   {
    margin: 0 auto;
     
    text-align: center;
	
 
  }
}

@media (max-width: 479px) {
   .btn-xiaochengxu   {
    
	 width:260px;
	position: fixed;
 
	 bottom: 20px;
	margin: 10px 60px;
  }
}
@media (min-width:800px) {
	.btn-xiaochengxu{display: none;}
}
.hero-style-3 .hero-img {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-transform: rotate(-20deg);
      -ms-transform: rotate(-20deg);
          transform: rotate(-20deg);
}

@media (min-width: 1200px) {
  .hero-style-3 .hero-img {
    width: calc(100% - 685px);
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .hero-style-3 .hero-img {
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    width: calc(100% - 350px);
  }
}

@media (max-width: 767px) {
  .hero-style-3 .hero-img {
    -webkit-transform: none;
        -ms-transform: none;
            transform: none;
    margin-top: 30px;
    margin-bottom: 30px;
  }
}

.hero-style-3 .hero-img [class*='single-img'] {
  width: 38%;
  height: 425px;
}

@media (max-width: 767px) {
  .hero-style-3 .hero-img [class*='single-img'] {
    height: auto;
  }
}

.hero-style-3 .hero-img [class*='single-img']:not(:last-child) {
  margin-right: 30px;
  margin-top: 90px;
}

.hero-style-3 .hero-img .single-img img {
  -webkit-box-shadow: 0 8px 20px 0 rgba(0, 0, 0, 0.1);
          box-shadow: 0 8px 20px 0 rgba(0, 0, 0, 0.1);
  border-radius: 32px;
}

.hero-style-4 .container {
  height: 100%;
}

.hero-style-4.hero-bg {
  height: 1055px;
  background-position: bottom;
}

@media (max-width: 991px) {
  .hero-style-4.hero-bg {
    height: 850px;
  }
}

@media (max-width: 991px) {
  .hero-style-4.hero-bg {
    height: 750px;
  }
}

.hero-style-4 .hero-item {
  height: 100%;
}

.hero-style-4 .hero-content {
  padding-top: 165px;
  text-align: center;
}

@media (max-width: 991px) {
  .hero-style-4 .hero-content {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}

.hero-style-4 .hero-content .title {
  color: #500836;
  font-size: 75px;
  line-height: 95px;
  margin-bottom: 30px;
}

@media (max-width: 991px) {
  .hero-style-4 .hero-content .title {
    font-size: 45px;
    line-height: 65px;
  }
}

@media (max-width: 767px) {
  .hero-style-4 .hero-content .title {
    font-size: 35px;
    line-height: 50px;
  }
}

.hero-style-4 .hero-content .title span {
  position: relative;
  z-index: 1;
}

.hero-style-4 .hero-content .title span:before {
  background-color: #ff8144;
  border-radius: 50%;
  width: 130px;
  height: 130px;
  content: '';
  position: absolute;
  top: 0;
  left: -45px;
  z-index: -1;
}

.hero-style-4 .hero-content .desc {
  color: #534e4b;
  font-size: 25px;
  line-height: 45px;
}

.hero-style-4 .hero-btn-wrap a {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
}

.hero-style-4 .hero-btn-wrap a:not(:last-child) {
  margin-right: 25px;
}

.hero-style-5.hero-bg {
  height: 1025px;
}

@media (max-width: 1199px) {
  .hero-style-5.hero-bg {
    height: 850px;
  }
}

@media (max-width: 991px) {
  .hero-style-5.hero-bg {
    height: 750px;
  }
}

@media (max-width: 767px) {
  .hero-style-5.hero-bg {
    height: auto;
  }
}

.hero-style-5 .hero-container {
  height: 100%;
}

@media (min-width: 1400px) {
  .hero-style-5 .hero-container {
    max-width: 1500px;
  }
}

@media (min-width: 1200px) and (max-width: 1399px) {
  .hero-style-5 .hero-container {
    max-width: 100%;
  }
}


.hero-style-5 .hero-sticker {
  background-color: #f0582e;
  border-radius: 50%;
  width: 195px;
  height: 195px;
}

.hero-style-5 .hero-sticker-wrap {
  position: absolute;
  bottom: -60px;
  left: 0;
  z-index: -1;
}

@media (max-width: 1199px) {
  .hero-style-5 .hero-sticker-wrap {
    left: 30px;
  }
}

/*----------------------------------------*/
/* 04. Navigation
/*----------------------------------------*/
.partner-arrow-wrap,
.testimonial-arrow-wrap,
.screen-arrow-wrap,
.blog-arrow-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.partner-arrow-wrap.style-2 .testimonial-button-prev i, .partner-arrow-wrap.style-2 .testimonial-button-next i,
.testimonial-arrow-wrap.style-2 .testimonial-button-prev i,
.testimonial-arrow-wrap.style-2 .testimonial-button-next i,
.screen-arrow-wrap.style-2 .testimonial-button-prev i,
.screen-arrow-wrap.style-2 .testimonial-button-next i,
.blog-arrow-wrap.style-2 .testimonial-button-prev i,
.blog-arrow-wrap.style-2 .testimonial-button-next i {
  color: #ffffff;
}

.partner-arrow-wrap.style-2 .testimonial-button-prev i:hover, .partner-arrow-wrap.style-2 .testimonial-button-next i:hover,
.testimonial-arrow-wrap.style-2 .testimonial-button-prev i:hover,
.testimonial-arrow-wrap.style-2 .testimonial-button-next i:hover,
.screen-arrow-wrap.style-2 .testimonial-button-prev i:hover,
.screen-arrow-wrap.style-2 .testimonial-button-next i:hover,
.blog-arrow-wrap.style-2 .testimonial-button-prev i:hover,
.blog-arrow-wrap.style-2 .testimonial-button-next i:hover {
  border-color: #1f1927;
  background-color: #1f1927;
}

.partner-arrow-wrap.style-3 .testimonial-button-prev, .partner-arrow-wrap.style-3 .testimonial-button-next,
.testimonial-arrow-wrap.style-3 .testimonial-button-prev,
.testimonial-arrow-wrap.style-3 .testimonial-button-next,
.screen-arrow-wrap.style-3 .testimonial-button-prev,
.screen-arrow-wrap.style-3 .testimonial-button-next,
.blog-arrow-wrap.style-3 .testimonial-button-prev,
.blog-arrow-wrap.style-3 .testimonial-button-next {
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: 1;
}

.partner-arrow-wrap.style-3 .testimonial-button-prev i, .partner-arrow-wrap.style-3 .testimonial-button-next i,
.testimonial-arrow-wrap.style-3 .testimonial-button-prev i,
.testimonial-arrow-wrap.style-3 .testimonial-button-next i,
.screen-arrow-wrap.style-3 .testimonial-button-prev i,
.screen-arrow-wrap.style-3 .testimonial-button-next i,
.blog-arrow-wrap.style-3 .testimonial-button-prev i,
.blog-arrow-wrap.style-3 .testimonial-button-next i {
  border-color: #edc8c1;
  color: #edc8c1;
}

.partner-arrow-wrap.style-3 .testimonial-button-prev i:hover, .partner-arrow-wrap.style-3 .testimonial-button-next i:hover,
.testimonial-arrow-wrap.style-3 .testimonial-button-prev i:hover,
.testimonial-arrow-wrap.style-3 .testimonial-button-next i:hover,
.screen-arrow-wrap.style-3 .testimonial-button-prev i:hover,
.screen-arrow-wrap.style-3 .testimonial-button-next i:hover,
.blog-arrow-wrap.style-3 .testimonial-button-prev i:hover,
.blog-arrow-wrap.style-3 .testimonial-button-next i:hover {
  background-color: #ff8144;
  border-color: #ff8144;
  color: #ffffff;
}

.partner-arrow-wrap.style-3 .testimonial-button-next,
.testimonial-arrow-wrap.style-3 .testimonial-button-next,
.screen-arrow-wrap.style-3 .testimonial-button-next,
.blog-arrow-wrap.style-3 .testimonial-button-next {
  left: auto;
  right: 0;
}

.partner-arrow-wrap.style-4 .blog-button-prev i, .partner-arrow-wrap.style-4 .blog-button-next i,
.testimonial-arrow-wrap.style-4 .blog-button-prev i,
.testimonial-arrow-wrap.style-4 .blog-button-next i,
.screen-arrow-wrap.style-4 .blog-button-prev i,
.screen-arrow-wrap.style-4 .blog-button-next i,
.blog-arrow-wrap.style-4 .blog-button-prev i,
.blog-arrow-wrap.style-4 .blog-button-next i {
  border-color: #eeeeee;
  color: #0f034a;
  font-size: 25px;
  width: 52px;
  height: 52px;
  line-height: 51px;
  border-radius: 10px;
}

.partner-arrow-wrap.style-4 .blog-button-prev i:hover, .partner-arrow-wrap.style-4 .blog-button-next i:hover,
.testimonial-arrow-wrap.style-4 .blog-button-prev i:hover,
.testimonial-arrow-wrap.style-4 .blog-button-next i:hover,
.screen-arrow-wrap.style-4 .blog-button-prev i:hover,
.screen-arrow-wrap.style-4 .blog-button-next i:hover,
.blog-arrow-wrap.style-4 .blog-button-prev i:hover,
.blog-arrow-wrap.style-4 .blog-button-next i:hover {
  background-color: #5138ee;
  border-color: #5138ee;
  color: #ffffff;
}

.partner-button-prev i, .partner-button-next i,
.testimonial-button-prev i,
.testimonial-button-next i,
.screen-button-prev i,
.screen-button-next i,
.blog-button-prev i,
.blog-button-next i {
  border: 2px solid #e3e8f1;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  color: #b6bcc4;
  font-size: 20px;
  border-radius: 50%;
  width: 76px;
  height: 76px;
  line-height: 75px;
  display: block;
  text-align: center;
}

.partner-button-prev i:hover, .partner-button-next i:hover,
.testimonial-button-prev i:hover,
.testimonial-button-next i:hover,
.screen-button-prev i:hover,
.screen-button-next i:hover,
.blog-button-prev i:hover,
.blog-button-next i:hover {
  background-color: #407ff0;
  border-color: #407ff0;
  color: #ffffff;
}

.partner-button-prev,
.testimonial-button-prev,
.screen-button-prev,
.blog-button-prev {
  margin-right: 20px;
}

/* ---Pagination--- */
.partner-pagination {
  position: relative;
  margin-top: 80px;
}

.partner-pagination .swiper-pagination-bullet {
  width: 15px;
  height: 15px;
}

.partner-pagination.style-2 .swiper-pagination-bullet {
  background-color: #25b760;
  width: 15px;
  height: 15px;
}

.partner-pagination.style-3 .swiper-pagination-bullet {
  background-color: #ff8144;
  width: 15px;
  height: 15px;
}

/*----------------------------------------*/
/*  05. Features
/*----------------------------------------*/
.feature-area {
  padding-top: 115px;
}

.feature-area.with-background {
  background-color: #f5f8fb;
}

@media (min-width: 1400px) {
  .feature-container {
    max-width: 1500px;
  }
}

@media (min-width: 1200px) and (max-width: 1399px) {
  .feature-container {
    max-width: 100%;
  }
}

.feature-item {
  background-color: #ffffff;
  border-radius: 30px;
  text-align: center;
  padding-top: 50px;
  padding-bottom: 45px;
  padding-left: 40px;
  padding-right: 40px;
}

.feature-icon {
  margin-bottom: 35px;
}

.feature-content .title {
  margin-bottom: 25px;
  font-size: 30px;
}

.feature-content .desc {
  color: #57617b;
  font-size: 18px;
  line-height: 34px;
  margin-bottom: 0;
}

.feature-pagination {
  position: relative;
  padding-top: 120px;
}

.feature-pagination:before {
  background-color: #ffffff;
  height: 3px;
  width: 100%;
  content: '';
  position: absolute;
  bottom: 11px;
  left: 0;
  z-index: -1;
}

.feature-pagination .swiper-pagination-bullet {
  background-color: #ced6e5;
  opacity: 1;
  width: 12px;
  height: 12px;
  margin: 0 10px !important;
}

.feature-pagination .swiper-pagination-bullet-active {
  background-color: #407ff0;
}

.feature-style-1 .feature-item {
  position: relative;
}

.feature-style-1 .feature-item:before {
  content: url("../image/1.png");
  position: absolute;
  top: 30px;
  left: 35px;
}

.feature-style-1 .feature-content .title {
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.feature-style-1 .feature-content .title:hover {
  color: #407ff0;
}

.feature-style-2 {
  background-color: #fefdfd;
  margin-bottom: -305px;
}

.feature-style-2 .section-title {
  color: #2f2b54;
}

.feature-style-2 .feature-item {
  background-color: #fbf7f5;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

@media (max-width: 767px) {
  .feature-style-2 .feature-item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    padding-left: 30px;
    padding-right: 30px;
  }
}

.feature-style-2 .feature-icon {
  width: 110px;
}

.feature-style-2 .feature-content {
  width: calc(100% - 110px);
  text-align: left;
  padding-left: 50px;
}

@media (max-width: 1199px) {
  .feature-style-2 .feature-content {
    padding-left: 30px;
  }
}

@media (max-width: 767px) {
  .feature-style-2 .feature-content {
    padding-left: 0;
    width: 100%;
    text-align: center;
  }
}

.feature-style-2 .feature-content .title {
  font-size: 29px;
}

@media (max-width: 1199px) {
  .feature-style-2 .feature-content .title {
    font-size: 25px;
  }
}

.feature-style-2 .feature-content .desc {
  max-width: 305px;
}

@media (max-width: 767px) {
  .feature-style-2 .feature-content .desc {
    margin-left: auto;
    margin-right: auto;
  }
}

.feature-style-3 {
  padding-bottom: 50px;
  padding-top: 0px;
}
@media (max-width:500px) {
	.feature-style-3 {
	 display:none;
	}
}

.feature-style-3 .section-title {
  color: #1f1927;
  font-size: 55px;
  line-height: 70px;
}

@media (max-width: 767px) {
  .feature-style-3 .section-title {
    font-size: 35px;
    line-height: 50px;
  }
}

.feature-style-3 .section-desc {
  color: #6f7872;
}

.feature-style-3 .feature-item {
  background-color: #f4fbf7;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 60px;
  padding-left: 55px;
  padding-right: 55px;
  padding-bottom: 50px;
}

@media (max-width: 1199px) {
  .feature-style-3 .feature-item {
    padding-left: 25px;
    padding-right: 25px;
  }
}

@media (max-width: 575px) {
  .feature-style-3 .feature-item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

.feature-style-3 .feature-item:hover .feature-icon {
  background-color: #25b760;
}

.feature-style-3 .feature-item:hover .feature-icon img {
  -webkit-filter: brightness(0) invert(1);
          filter: brightness(0) invert(1);
}

.feature-style-3 .feature-icon {
  background-color: #d5f3e1;
  border-radius: 50%;
  width: 110px;
  height: 110px;
  line-height: 110px;
  margin-bottom: 0;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.feature-style-3 .feature-content {
  width: calc(100% - 110px);
  text-align: left;
  padding-left: 50px;
}

@media (max-width: 575px) {
  .feature-style-3 .feature-content {
    padding-left: 0;
    padding-top: 30px;
    text-align: center;
    width: 100%;
  }
}

.feature-style-3 .feature-content .title {
  color: #1f1927;
  font-size: 29px;
}

.feature-style-3 .feature-content .desc {
  max-width: 305px;
  margin-bottom: 0;
  color: #5f6762;
}

.feature-style-3 .feature-btn-wrap {
  padding-top: 80px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.feature-style-4 {
  padding-top: 125px;
}

.feature-style-4 .feature-img .img-wrap {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.feature-style-4 .feature-img .img-wrap .secondary-img {
  position: absolute;
  bottom: 0;
  -webkit-transform: rotateX(45deg);
          transform: rotateX(45deg);
}

.feature-style-4 .feature-list-content {
  padding-left: 95px;
}

@media (max-width: 1199px) {
  .feature-style-4 .feature-list-content {
    padding-left: 30px;
  }
}

@media (max-width: 991px) {
  .feature-style-4 .feature-list-content {
    padding-left: 0;
  }
}

.feature-style-4 .feature-title {
  color: #500836;
  font-size: 55px;
  line-height: 70px;
}

@media (max-width: 1199px) {
  .feature-style-4 .feature-title {
    font-size: 45px;
    line-height: 60px;
  }
}

@media (max-width: 767px) {
  .feature-style-4 .feature-title {
    font-size: 35px;
    line-height: 50px;
  }
}

.feature-style-4 .feature-desc {
  color: #534e4b;
  font-size: 25px;
  line-height: 42px;
  margin-bottom: 95px;
}

@media (max-width: 767px) {
  .feature-style-4 .feature-desc {
    font-size: 20px;
  }
}

.feature-style-4 .feature-item {
  background-color: #fff4ef;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 45px;
  padding-left: 50px;
  padding-right: 50px;
  padding-bottom: 40px;
}

@media (max-width: 1199px) {
  .feature-style-4 .feature-item {
    padding-left: 30px;
    padding-right: 30px;
  }
}

@media (max-width: 575px) {
  .feature-style-4 .feature-item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.feature-style-4 .feature-item:hover .feature-icon {
  background-color: #ff8144;
}

.feature-style-4 .feature-item:hover .feature-icon img {
  -webkit-filter: brightness(0) invert(1);
          filter: brightness(0) invert(1);
}

.feature-style-4 .feature-icon {
  background-color: #ffdfcf;
  border-radius: 50%;
  width: 110px;
  height: 110px;
  line-height: 110px;
  margin-bottom: 0;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

@media (max-width: 575px) {
  .feature-style-4 .feature-icon {
    margin-left: auto;
    margin-right: auto;
  }
}

.feature-style-4 .feature-content {
  width: calc(100% - 110px);
  text-align: left;
  padding-left: 50px;
}

@media (max-width: 1199px) {
  .feature-style-4 .feature-content {
    padding-left: 30px;
  }
}

@media (max-width: 575px) {
  .feature-style-4 .feature-content {
    text-align: center;
    padding-top: 25px;
    padding-left: 0;
    width: 100%;
  }
}

.feature-style-4 .feature-content .title {
  margin-bottom: 20px;
  color: #1f1927;
  font-size: 29px;
}

@media (max-width: 1199px) {
  .feature-style-4 .feature-content .title {
    font-size: 24px;
  }
}

.feature-style-4 .feature-content .desc {
  max-width: 305px;
  margin-bottom: 0;
  color: #5f6762;
}

@media (max-width: 575px) {
  .feature-style-4 .feature-content .desc {
    max-width: 100%;
  }
}

.feature-style-4 .feature-wrap [class*='feature-item']:not(:last-child) {
  margin-bottom: 30px;
}

.feature-style-5 .section-title {
  color: #07135b;
  font-size: 55px;
  line-height: 70px;
  margin-bottom: 20px;
}

@media (max-width: 991px) {
  .feature-style-5 .section-title {
    font-size: 35px;
    line-height: 50px;
  }
}

.feature-style-5 .section-desc {
  font-size: 25px;
  line-height: 42px;
}

@media (max-width: 991px) {
  .feature-style-5 .section-desc {
    font-size: 20px;
    line-height: 40px;
  }
}

.feature-style-5 .feature-item {
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  border-radius: 30px;
  text-align: center;
  padding-left: 35px;
  padding-right: 35px;
}

@media (max-width: 991px) {
  .feature-style-5 .feature-item {
    padding-left: 20px;
    padding-right: 20px;
  }
}

.feature-style-5 .feature-item:hover {
  background-color: #f5f6ff;
}

.feature-style-5 .feature-item:hover .feature-icon {
  background-color: #1a2c99;
}

.feature-style-5 .feature-item:hover .feature-icon img {
  -webkit-filter: brightness(0) invert(1);
          filter: brightness(0) invert(1);
}

.feature-style-5 .feature-item:hover .feature-content .title {
  color: #1a2c99;
}

.feature-style-5 .feature-item.swiper-slide-active {
  background-color: #f5f6ff;
}

.feature-style-5 .feature-item.swiper-slide-active .feature-icon {
  background-color: #1a2c99;
}

.feature-style-5 .feature-item.swiper-slide-active .feature-icon img {
  -webkit-filter: brightness(0) invert(1);
          filter: brightness(0) invert(1);
}

.feature-style-5 .feature-item.swiper-slide-active .feature-content .title {
  color: #1a2c99;
}

.feature-style-5 .feature-icon {
  background-color: #f4f6ff;
  border-radius: 50%;
  width: 110px;
  height: 110px;
  line-height: 110px;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 50px;
}

.feature-style-5 .feature-content .title {
  margin-bottom: 20px;
  color: #07135b;
}

.feature-style-5 .feature-content .desc {
  color: #4a4b51;
}

/*----------------------------------------*/
/*  06. Partner
/*----------------------------------------*/
.partner-area.with-background {
  background-color: #f5f8fb;
  padding-top: 105px;
  padding-bottom: 140px;
}

.partner-area .section-style-2 {
  padding-bottom: 65px;
}

@media (min-width: 1400px) {
  .partner-container {
    max-width: 1500px;
  }
}

@media (min-width: 1200px) and (max-width: 1399px) {
  .partner-container {
    max-width: 100%;
  }
}

.partner-img {
  border: 2px solid #e3e8f1;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  border-radius: 25px;
  padding: 60px;
  display: block;
}

@media (max-width: 991px) {
  .partner-img {
    padding: 30px;
  }
}

.partner-img:hover {
  border-color: #407ff0;
}

.partner-style-2 {
  padding-top: 155px;
  padding-bottom: 155px;
}

.partner-style-2 .partner-img {
  padding: 50px 60px;
}

@media (max-width: 1199px) {
  .partner-style-2 .partner-img {
    padding: 30px;
  }
}

.partner-style-2 .partner-img:hover {
  border-color: #fe6a21;
}

.partner-style-3 {
  padding-top: 0;
  padding-bottom: 120px;
}

.partner-style-3 .section-title {
  color: #1f1927;
  font-size: 55px;
  line-height: 70px;
  margin-bottom: 20px;
}

@media (max-width: 767px) {
  .partner-style-3 .section-title {
    font-size: 35px;
    line-height: 50px;
  }
}

.partner-style-3 .section-desc {
  color: #6f7872;
}

.partner-style-3 .partner-img {
  padding: 45px 60px;
}

@media (max-width: 1199px) {
  .partner-style-3 .partner-img {
    padding: 30px;
  }
}

.partner-style-3 .partner-img:hover {
  border-color: #25b760;
}

.partner-style-3 .partner-pagination {
  margin-top: 90px;
}

.partner-style-3 .partner-pagination .swiper-pagination-bullet {
  margin: 0 10px;
}

.partner-style-4 {
  padding-top: 120px;
}

.partner-style-4 .section-title {
  color: #500836;
  font-size: 55px;
  line-height: 70px;
}

@media (max-width: 767px) {
  .partner-style-4 .section-title {
    font-size: 35px;
    line-height: 50px;
  }
}

.partner-style-4 .section-desc {
  color: #534e4b;
}

.partner-style-4 .partner-img {
  padding: 50px 65px;
}

@media (max-width: 1199px) {
  .partner-style-4 .partner-img {
    padding: 30px;
  }
}

.partner-style-4 .partner-img:hover {
  border-color: #ff8144;
}

.partner-style-5 {
  padding-top: 140px;
}

.partner-style-5 .partner-slider-4 .swiper-wrapper {
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

.partner-style-5 .partner-img {
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  border: 0;
  padding: 0;
  position: relative;
}

.partner-style-5 .partner-img:hover .primary-img {
  opacity: 0;
}

.partner-style-5 .partner-img:hover .secondary-img {
  opacity: 1;
}

.partner-style-5 .partner-img .secondary-img {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
}

/*----------------------------------------*/
/*  07. Banner
/*----------------------------------------*/
.banner-area {
  padding-top: 140px;
}

@media (min-width: 1400px) {
  .banner-container {
    max-width: 1370px;
  }
}

@media (min-width: 1400px) {
  .banner-container-2 {
    max-width: 1500px;
  }
}

@media (min-width: 1200px) and (max-width: 1399px) {
  .banner-container-2 {
    max-width: 100%;
  }
}

.banner-category {
  font-family: "Playfair Display", serif;
  font-weight: 700;
  color: #f9b047;
  font-size: 25px;
  display: block;
  margin-bottom: 25px;
}

.banner-title {
  max-width: 520px;
  font-size: 65px;
  line-height: 80px;
  margin-bottom: 40px;
}

@media (max-width: 1199px) {
  .banner-title {
    font-size: 35px;
    line-height: 1.4;
  }
}

@media (max-width: 767px) {
  .banner-title {
    font-size: 32px;
  }
}

.banner-desc {
  max-width: 545px;
  color: #57617b;
  font-size: 25px;
  line-height: 45px;
  margin-bottom: 50px;
}

@media (max-width: 767px) {
  .banner-desc {
    font-size: 20px;
  }
}

.banner-btn-wrap .title {
  color: #407ff0;
  margin-bottom: 35px;
}

.banner-btn-wrap a {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.banner-btn-wrap a:not(:last-child) {
  margin-right: 25px;
}

@media (max-width: 991px) {
  .banner-common .banner-content {
    padding-top: 30px;
  }
}

.banner-content.common-style .banner-content {
  -webkit-align-self: center;
      -ms-flex-item-align: center;
          align-self: center;
}

.banner-content.common-style .banner-category {
  color: #ff8144;
  font-size: 23px;
  line-height: 28px;
}

.banner-content.common-style .banner-title {
  font-family: "Gordita";
  color: #500836;
  font-size: 55px;
  line-height: 70px;
  max-width: 100%;
}

@media (max-width: 767px) {
  .banner-content.common-style .banner-title {
    font-size: 35px;
    line-height: 50px;
  }
}

.banner-content.common-style .banner-desc {
  color: #534e4b;
  line-height: 42px;
}

.banner-style-2 .banner-img {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
      -ms-flex-align: end;
          align-items: flex-end;
}

@media (min-width: 992px) and (max-width: 1200px) {
  .banner-style-2 .banner-img .primary-img {
    max-width: 60%;
  }
}

@media (max-width: 767px) {
  .banner-style-2 .banner-img .primary-img {
    max-width: 60%;
  }
}

.banner-style-2 .banner-inner-img {
  position: relative;
  top: -70px;
  left: -90px;
}

.banner-style-2 .banner-inner-img .popup-btn {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.banner-style-2 .banner-title {
  max-width: 680px;
}

@media (min-width: 1400px) {
  .banner-style-3 .banner-container {
    max-width: 1500px;
  }
}

@media (min-width: 1200px) and (max-width: 1399px) {
  .banner-style-3 .banner-container {
    max-width: 100%;
  }
}

.banner-style-3 .banner-item {
  padding-top: 85px;
  padding-bottom: 100px;
  border-radius: 25px;
}

.banner-style-3 .banner-content {
  max-width: 750px;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}

@media (max-width: 767px) {
  .banner-style-3 .banner-content {
    max-width: 100%;
    width: calc(100% - 30px);
  }
}

.banner-style-3 .banner-content * {
  color: #ffffff;
}

.banner-style-3 .banner-title {
  max-width: 100%;
  font-size: 55px;
  line-height: 65px;
  margin-bottom: 25px;
}

@media (max-width: 767px) {
  .banner-style-3 .banner-title {
    font-size: 35px;
    line-height: 1.4;
  }
}

.banner-style-3 .banner-title span {
  color: #ffba00;
}

.banner-style-3 .banner-desc {
  max-width: 100%;
}

@media (max-width: 767px) {
  .banner-style-3 .banner-desc {
    font-size: 20px;
    line-height: 1.5;
  }
}

@media (min-width: 1400px) {
  .banner-style-4 .banner-container {
    max-width: 1360px;
  }
}

.banner-style-4 .banner-content {
  padding-left: 90px;
  -webkit-align-self: center;
      -ms-flex-item-align: center;
          align-self: center;
}

@media (max-width: 991px) {
  .banner-style-4 .banner-content {
    padding-left: 0;
    padding-top: 50px;
  }
}

.banner-style-4 .banner-content .btn-wrap {
  margin-top: 65px;
}

.banner-style-4 .banner-category {
  font-family: "Roboto", sans-serif;
  color: #fe6a21;
  font-size: 23px;
  line-height: 28px;
  font-weight: 500;
}

.banner-style-4 .banner-title {
  color: #2f2b54;
  font-size: 55px;
  line-height: 70px;
}

.banner-style-4 .banner-title span {
  color: #fe6a21;
}

@media (max-width: 767px) {
  .banner-style-4 .banner-title {
    font-size: 35px;
    line-height: 50px;
    max-width: 430px;
  }
}

.banner-style-4 .banner-desc {
  max-width: 100%;
  font-size: 25px;
  line-height: 40px;
  margin-bottom: 15px;
}

@media (max-width: 767px) {
  .banner-style-4 .banner-desc {
    font-size: 20px;
    line-height: 30px;
  }
}

.banner-style-5 .banner-bg {
  border-radius: 25px;
  height: 420px;
  padding-left: 100px;
  padding-right: 100px;
}

@media (max-width: 1199px) {
  .banner-style-5 .banner-bg {
    padding-left: 30px;
    padding-right: 0;
  }
}

@media (max-width: 767px) {
  .banner-style-5 .banner-bg {
    padding-top: 30px;
    padding-left: 30px;
    padding-right: 30px;
    padding-bottom: 30px;
    height: auto;
  }
}

.banner-style-5 .banner-item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

@media (max-width: 767px) {
  .banner-style-5 .banner-item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    text-align: center;
  }
}

.banner-style-5 .banner-category {
  font-family: "Roboto", sans-serif;
  font-weight: 500;
  color: #fe6a21;
  font-size: 23px;
  line-height: 28px;
  margin-bottom: 20px;
}

.banner-style-5 .banner-title {
  color: #2f2b54;
  font-size: 55px;
  line-height: 70px;
  margin-bottom: 20px;
}

@media (max-width: 767px) {
  .banner-style-5 .banner-title {
    font-size: 35px;
    line-height: 50px;
    max-width: 100%;
  }
}

@media (max-width: 479px) {
  .banner-style-5 .banner-title {
    font-size: 30px;
  }
}

.banner-style-5 .banner-desc {
  line-height: 42px;
  margin-bottom: 0;
}

@media (max-width: 767px) {
  .banner-style-5 .banner-desc {
    font-size: 18px;
  }
}

.banner-style-5 .banner-btn {
  display: block;
}

.banner-style-5 .banner-btn[class*='banner-btn']:not(:last-child) {
  margin-bottom: 30px;
}

@media (max-width: 767px) {
  .banner-style-5 .banner-btn[class*='banner-btn']:not(:last-child) {
    margin-right: 0;
    margin-bottom: 20px;
    margin-top: 15px;
  }
}

.banner-style-6 .banner-item {
  margin-top: -330px;
}

.banner-style-6 .banner-bg {
  height: 600px;
}

@media (max-width: 1199px) {
  .banner-style-6 .banner-bg {
    background-position: center;
  }
}

.banner-style-6 .banner-img .popup-btn {
  height: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.banner-style-6 .banner-content {
  text-align: center;
  margin-top: 135px;
  margin-bottom: 225px;
}

.banner-style-6 .banner-category {
  color: #25b760;
  font-family: "Roboto", sans-serif;
  font-weight: 500;
  font-size: 23px;
  line-height: 28px;
}

.banner-style-6 .banner-title {
  color: #1f1927;
  max-width: 100%;
  font-size: 55px;
  line-height: 70px;
}

@media (max-width: 767px) {
  .banner-style-6 .banner-title {
    font-size: 35px;
    line-height: 50px;
    margin-bottom: 20px;
  }
}

.banner-style-6 .banner-desc {
  color: #6f7872;
  margin-left: auto;
  margin-right: auto;
  line-height: 42px;
  max-width: 710px;
}

.banner-style-6 .banner-btn-wrap a:not(:last-child) {
  margin-right: 25px;
}

@media (max-width: 479px) {
  .banner-style-6 .banner-btn-wrap a:not(:last-child) {
    margin-right: 0;
  }
}

.banner-style-7 {
  padding-top: 0;
  padding-bottom: 110px;
  margin-top: -200px;
}

.banner-style-7 .banner-img {
  padding-right: 30px;
}

.banner-style-7 .banner-category {
  color: #25b760;
  font-size: 40px;
  line-height: 50px;
}

.banner-style-7 .banner-title {
  max-width: 615px;
  font-size: 20px;
  line-height: 50px;
  color: #1f1927;
}

@media (max-width: 1199px) {
  .banner-style-7 .banner-title {
    font-size: 40px;
    line-height: 60px;
  }
}

@media (max-width: 767px) {
  .banner-style-7 .banner-title {
    font-size: 20px;
    line-height: 40px;
  }
}

.banner-style-7 .banner-desc {
  color: #6f7872;
  line-height: 42px;
}

.banner-style-8 {
  padding-top: 0;
  height: 635px;
  background-position: center;
}

@media (max-width: 991px) {
  .banner-style-8 {
    background-position: left;
  }
}

.banner-style-8 .container {
  height: 100%;
}

.banner-style-8 .container .row {
  height: 100%;
}

.banner-style-9 .banner-img {
  border-radius: 25px;
  height: 670px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.banner-style-9 .banner-content {
  padding-left: 90px;
}

@media (max-width: 1199px) {
  .banner-style-9 .banner-content {
    padding-left: 30px;
  }
}

@media (max-width: 991px) {
  .banner-style-9 .banner-content {
    padding-top: 30px;
    padding-left: 0;
  }
}

.banner-style-9 .banner-category {
  font-family: "Roboto", sans-serif;
  font-weight: 500;
}

.banner-style-10 .banner-content {
  padding-left: 75px;
}

@media (max-width: 1399px) {
  .banner-style-10 .banner-content {
    padding-left: 25px;
  }
}

@media (max-width: 991px) {
  .banner-style-10 .banner-content {
    padding-top: 25px;
    padding-left: 0;
  }
}

.banner-style-10 .banner-category {
  font-family: "Roboto", sans-serif;
  font-weight: 500;
  color: #f0582e;
  font-size: 23px;
  line-height: 28px;
}

.banner-style-10 .banner-title {
  color: #07135b;
  font-size: 55px;
  line-height: 70px;
  max-width: 100%;
}

@media (max-width: 1199px) {
  .banner-style-10 .banner-title {
    font-size: 35px;
    line-height: 50px;
  }
}

.banner-style-10 .banner-desc {
  color: #4a4b51;
  max-width: 100%;
  font-size: 24px;
  line-height: 42px;
  margin-bottom: 20px;
}

@media (max-width: 1199px) {
  .banner-style-10 .banner-desc {
    font-size: 20px;
  }
}

.banner-style-10 .banner-btn-wrap {
  margin-top: 45px;
}

.banner-style-11 {
  background-color: #f4f5ff;
  padding-top: 135px;
  padding-bottom: 140px;
}

.banner-style-11 .banner-category {
  font-family: "Roboto", sans-serif;
  font-weight: 500;
  color: #f0582e;
  font-size: 23px;
  line-height: 28px;
}

.banner-style-11 .banner-title {
  color: #07135b;
  font-size: 55px;
  line-height: 70px;
  max-width: 100%;
  margin-bottom: 25px;
}

@media (max-width: 1199px) {
  .banner-style-11 .banner-title {
    font-size: 35px;
    line-height: 50px;
  }
}

.banner-style-11 .banner-desc {
  color: #4a4b51;
  max-width: 580px;
  font-size: 24px;
  line-height: 42px;
  margin-bottom: 40px;
}

@media (max-width: 1199px) {
  .banner-style-11 .banner-desc {
    font-size: 20px;
    line-height: 40px;
  }
}

.banner-style-11 .banner-img {
  position: relative;
  padding-left: 45px;
  z-index: 1;
  left: -45px;
}

@media (max-width: 991px) {
  .banner-style-11 .banner-img {
    margin-top: 50px;
  }
}

.banner-style-11 .banner-sticker {
  border-radius: 50%;
  width: 179px;
  height: 179px;
}

.banner-style-11 .banner-sticker-wrap.style-1 {
  position: absolute;
  top: -55px;
  right: -45px;
  z-index: -1;
}

@media (max-width: 767px) {
  .banner-style-11 .banner-sticker-wrap.style-1 {
    display: none;
  }
}

.banner-style-11 .banner-sticker-wrap.style-1 .banner-sticker {
  background-color: #f0582e;
}

.banner-style-11 .banner-sticker-wrap.style-2 {
  position: absolute;
  bottom: -40px;
  left: -25px;
  z-index: -1;
}

@media (max-width: 1199px) {
  .banner-style-11 .banner-sticker-wrap.style-2 {
    left: 0;
  }
}

@media (max-width: 767px) {
  .banner-style-11 .banner-sticker-wrap.style-2 {
    display: none;
  }
}

.banner-style-11 .banner-sticker-wrap.style-2 .banner-sticker {
  background-color: #1a2c99;
}

/*----------------------------------------*/
/*  08. Pricing
/*----------------------------------------*/
.pricing-area {
  padding-top: 115px;
  padding-bottom: 140px;
}

.pricing-area .section-title {
  margin-bottom: 20px;
}

.pricing-tab {
  margin-bottom: 80px;
  text-align: center;
}

.pricing-tab-nav {
  background-color: #f4fbf7;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  border-radius: 24px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.pricing-tab-nav li a {
  border-radius: 24px;
  padding-top: 10px;
  padding-left: 25px;
  padding-right: 25px;
  padding-bottom: 10px;
  display: block;
  font-size: 18px;
  color: #1f1927;
  font-weight: 500;
}

.pricing-item {
  border: 2px solid #eaeff4;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  border-radius: 30px;
  text-align: center;
  padding-top: 50px;
  padding-left: 30px;
  padding-right: 30px;
  padding-bottom: 50px;
}

.pricing-item:hover, .pricing-item.active {
  border-color: #407ff0;
}

.pricing-item:hover .pricing-info, .pricing-item.active .pricing-info {
  background-color: #407ff0;
}

.pricing-item:hover .pricing-info span, .pricing-item.active .pricing-info span {
  color: #ffffff;
}

.pricing-item:hover .pricing-btn-wrap .btn-custom-size, .pricing-item.active .pricing-btn-wrap .btn-custom-size {
  background-color: #407ff0;
  border-color: #407ff0;
  color: #ffffff;
}

.pricing-info {
  background-color: #f5f8fb;
  text-align: center;
  border-radius: 50%;
  width: 150px;
  height: 150px;
  margin: 0 auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 35px;
}

.pricing-info span {
  display: block;
  line-height: 1;
}

.pricing-info span.price {
  margin-bottom: 10px;
  color: #042659;
  font-weight: 700;
  font-size: 50px;
}

.pricing-info span.month {
  margin-left: 15px;
}

.pricing-title {
  margin-bottom: 30px;
  font-size: 33px;
}

@media (max-width: 1199px) {
  .pricing-title {
    font-size: 30px;
  }
}

.pricing-desc {
  border-bottom: 1px solid #eaeff4;
  color: #57617b;
  font-size: 18px;
  line-height: 32px;
  margin-bottom: 35px;
  padding-bottom: 35px;
}

.pricing-list li a {
  color: #38475e;
  font-weight: 500;
  font-size: 20px;
  line-height: 48px;
}

.pricing-list li a.line-through {
  text-decoration: line-through;
  color: #adb8c7;
}

.pricing-btn-wrap {
  margin-top: 35px;
}

.pricing-style-2 .section-title {
  color: #2f2b54;
  font-size: 55px;
  line-height: 70px;
}

@media (max-width: 767px) {
  .pricing-style-2 .section-title {
    font-size: 35px;
    line-height: 50px;
  }
}

.pricing-style-2 .section-desc {
  line-height: 42px;
}

.pricing-style-2 .pricing-tab-nav {
  background-color: #f8f3f0;
}

.pricing-style-2 .pricing-tab-nav li a {
  font-family: "Gordita";
  padding-top: 10px;
  padding-bottom: 10px;
}

.pricing-style-2 .pricing-tab-nav li a.active {
  background-color: #fe6a21;
  color: #ffffff;
}

.pricing-style-2 .pricing-item {
  border: 1px solid #f4eeea;
  text-align: left;
  padding-top: 70px;
}

@media (max-width: 991px) {
  .pricing-style-2 .pricing-item {
    margin-bottom: 50px;
  }
}

.pricing-style-2 .pricing-item:hover {
  background-color: #2f2b54;
  border-color: #2f2b54;
}

.pricing-style-2 .pricing-item:hover .pricing-wrap:before {
  background-color: #eaeff4;
  opacity: 0.071;
}

.pricing-style-2 .pricing-item:hover .pricing-title {
  color: #ffffff;
}

.pricing-style-2 .pricing-item:hover .pricing-desc {
  color: #ffffff;
}

.pricing-style-2 .pricing-item:hover .pricing-info {
  background-color: transparent;
}

.pricing-style-2 .pricing-item:hover .pricing-info:before {
  border-radius: 25px;
  opacity: 0.05;
  visibility: visible;
}

.pricing-style-2 .pricing-item:hover .pricing-info span.price, .pricing-style-2 .pricing-item:hover .pricing-info span.month {
  color: #ffffff;
}

.pricing-style-2 .pricing-item:hover .pricing-list-wrap li a {
  color: #ffffff;
}

.pricing-style-2 .pricing-item:hover .pricing-list-wrap .btn-outline {
  background-color: #fe6a21;
  border-color: #fe6a21;
}

@media (min-width: 1200px) {
  .pricing-style-2 .pricing-item-wrap {
    --bs-gutter-x: 70px;
  }
}

.pricing-style-2 .pricing-wrap {
  position: relative;
  margin-bottom: 45px;
  padding-bottom: 55px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

@media (max-width: 479px) {
  .pricing-style-2 .pricing-wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.pricing-style-2 .pricing-wrap:before {
  background-color: #f4eeea;
  height: 2px;
  width: 100%;
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.pricing-style-2 .pricing-wrap .title-with-desc {
  width: calc(100% - 150px);
  padding-left: 50px;
}

@media (max-width: 479px) {
  .pricing-style-2 .pricing-wrap .title-with-desc {
    padding-top: 25px;
    padding-left: 0;
    width: 100%;
    text-align: center;
  }
}

.pricing-style-2 .pricing-info {
  background-color: #f8f3f0;
  border-radius: 25px;
  margin-bottom: 0;
  width: 150px;
  -webkit-align-self: center;
      -ms-flex-item-align: center;
          align-self: center;
  position: relative;
}

.pricing-style-2 .pricing-info:before {
  background-color: #ffffff;
  width: 100%;
  height: 100%;
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.pricing-style-2 .pricing-title {
  margin-bottom: 20px;
}

.pricing-style-2 .pricing-desc {
  border-bottom: 0;
  margin-bottom: 0;
  padding-bottom: 0;
}

.pricing-style-2 .pricing-list.style-2 li a {
  line-height: 58px;
}

.pricing-style-2 .pricing-list.style-2 li a {
  color: #57617b;
  font-size: 19px;
  font-weight: 400;
}

@media (max-width: 767px) {
  .pricing-style-2 .pricing-list.style-2 li a {
    line-height: 40px;
    font-size: 18px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: baseline;
    -webkit-align-items: baseline;
        -ms-flex-align: baseline;
            align-items: baseline;
  }
}

.pricing-style-2 .pricing-list.style-2 li a i {
  color: #fe6a21;
  margin-right: 10px;
  font-size: 23px;
}

.pricing-style-2 .pricing-list.style-2 .pricing-list-wrap {
  padding-left: 30px;
  padding-right: 30px;
}

.pricing-style-2 .pricing-list-wrap {
  padding-left: 30px;
  padding-right: 30px;
}

@media (max-width: 479px) {
  .pricing-style-2 .pricing-list-wrap {
    padding-left: 0;
    padding-right: 0;
  }
}

.pricing-style-2 .pricing-list-wrap .pricing-btn-wrap {
  margin-top: 40px;
}

.pricing-style-2 .pricing-list-wrap .btn-outline {
  border: 2px solid #f8f3f0;
  background-color: #f8f3f0;
}

.pricing-style-2 .pricing-list-wrap .btn i {
  margin-left: 20px;
}

.pricing-style-3 .section-title {
  color: #1f1927;
  font-size: 55px;
  line-height: 70px;
}

@media (max-width: 767px) {
  .pricing-style-3 .section-title {
    font-size: 35px;
    line-height: 50px;
  }
}

.pricing-style-3 .section-desc {
  color: #6f7872;
  line-height: 42px;
  margin-bottom: 70px;
}

.pricing-style-3 .pricing-tab-nav li a {
  font-family: "Gordita";
}

.pricing-style-3 .pricing-tab-nav li a.active {
  background-color: #25b760;
  color: #ffffff;
}

.pricing-style-3 .pricing-item {
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  -webkit-transition-delay: 0.02s;
       -o-transition-delay: 0.02s;
          transition-delay: 0.02s;
  position: relative;
  overflow: hidden;
  z-index: 1;
}

@media (max-width: 991px) {
  .pricing-style-3 .pricing-item {
    margin-bottom: 30px;
  }
}

.pricing-style-3 .pricing-item:before {
  background-color: #26212c;
  border-radius: 0 0 50% 50%;
  width: 370px;
  height: 222px;
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translateY(-30px);
      -ms-transform: translateY(-30px);
          transform: translateY(-30px);
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.pricing-style-3 .pricing-item:after {
  border: 1px solid #342e3b;
  border-radius: 0 0 50% 50%;
  position: absolute;
  content: '';
  top: 0;
  left: -10px;
  width: 390px;
  height: 242px;
  z-index: -1;
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translateY(-30px);
      -ms-transform: translateY(-30px);
          transform: translateY(-30px);
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.pricing-style-3 .pricing-item:hover {
  background-color: #1f1927;
  border-color: #1f1927;
}

.pricing-style-3 .pricing-item:hover:before {
  -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
          transform: translateY(0);
  opacity: 1;
  visibility: visible;
}

.pricing-style-3 .pricing-item:hover:after {
  -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
          transform: translateY(0);
  opacity: 1;
  visibility: visible;
}

.pricing-style-3 .pricing-item:hover .pricing-info {
  background-color: #25b760;
}

.pricing-style-3 .pricing-item:hover .pricing-title {
  color: #ffffff;
}

.pricing-style-3 .pricing-item:hover .pricing-list li a {
  color: #ffffff;
}

.pricing-style-3 .pricing-item:hover .pricing-btn-wrap .btn-custom-size {
  background-color: #25b760;
  border-color: #25b760;
}

.pricing-style-3 .pricing-info {
  background-color: #25b760;
  border-radius: 30px;
}

.pricing-style-3 .pricing-info span {
  color: #ffffff;
}

.pricing-style-3 .pricing-list li a {
  color: #666f69;
}

.pricing-style-3 .pricing-btn-wrap .btn-custom-size {
  background-color: #f4fbf7;
  color: #25b760;
  border-color: #f4fbf7;
}

.pricing-style-4 .section-title {
  color: #500836;
  font-size: 55px;
  line-height: 70px;
}

@media (max-width: 767px) {
  .pricing-style-4 .section-title {
    font-size: 35px;
    line-height: 50px;
  }
}

.pricing-style-4 .section-desc {
  color: #534e4b;
  line-height: 42px;
}

.pricing-style-4 .pricing-tab-nav {
  background-color: #ffe4df;
}

.pricing-style-4 .pricing-tab-nav li a {
  font-family: "Gordita";
}

.pricing-style-4 .pricing-tab-nav li a.active {
  background-color: #ff8144;
  color: #ffffff;
}

.pricing-style-4 .pricing-item {
  position: relative;
  overflow: hidden;
  padding-top: 15px;
  padding-left: 15px;
  border-color: #f6f1ee;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

@media (max-width: 991px) {
  .pricing-style-4 .pricing-item {
    margin-bottom: 30px;
  }
}

.pricing-style-4 .pricing-item:hover {
  border-color: #ff8144;
  background-color: #ff8144;
  -webkit-transform: translateY(-25px);
      -ms-transform: translateY(-25px);
          transform: translateY(-25px);
}

.pricing-style-4 .pricing-item:hover:before {
  -webkit-filter: opacity(0.3);
          filter: opacity(0.3);
}

.pricing-style-4 .pricing-item:hover .pricing-info {
  background-color: #ffffff;
}

.pricing-style-4 .pricing-item:hover .pricing-info .price {
  color: #500836;
}

.pricing-style-4 .pricing-item:hover .pricing-info .month {
  color: #534e4b;
}

.pricing-style-4 .pricing-item:hover .pricing-title {
  color: #ffffff;
}

.pricing-style-4 .pricing-item:hover .pricing-list li a {
  color: #ffffff;
}

.pricing-style-4 .pricing-item:hover .pricing-btn-wrap .btn-custom-size {
  background-color: #ffffff;
  color: #ff8144;
  border-color: #ffffff;
}

.pricing-style-4 .pricing-item:before {
  content: url("../image/11.png");
  position: absolute;
  top: -40px;
  right: -35px;
  -webkit-filter: opacity(1);
          filter: opacity(1);
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  z-index: -1;
}

.pricing-style-4 .pricing-info {
  margin-left: 0;
  border-radius: 30px 10px 145px 10px;
  width: 167.5px;
  height: 167.5px;
  background-color: #ff8144;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.pricing-style-4 .pricing-info span {
  color: #ffffff;
}

.pricing-style-4 .pricing-info span.price {
  margin-left: 30px;
}

.pricing-style-4 .pricing-info span.month {
  margin-left: 60px;
}

.pricing-style-4 .pricing-btn-wrap .btn-custom-size {
  background-color: #ffe4df;
  color: #ff8144;
  border-color: #ffe4df;
}

.pricing-style-5 .section-title {
  color: #07135b;
  font-size: 55px;
  line-height: 70px;
}

@media (max-width: 991px) {
  .pricing-style-5 .section-title {
    font-size: 35px;
    line-height: 50px;
  }
}

.pricing-style-5 .section-desc {
  margin-bottom: 65px;
  color: #534e4b;
}

.pricing-style-5 .pricing-tab-nav {
  background-color: #f4f5ff;
}

.pricing-style-5 .pricing-tab-nav li a.active {
  background-color: #1a2c99;
  color: #ffffff;
}

.pricing-style-5 .pricing-item {
  padding-top: 0;
  overflow: hidden;
}

@media (max-width: 991px) {
  .pricing-style-5 .pricing-item {
    margin-top: 30px;
  }
}

.pricing-style-5 .pricing-item:hover {
  background-color: #1a2c99;
  border-color: #1a2c99;
}

.pricing-style-5 .pricing-item:hover .pricing-info {
  background-color: transparent;
}

.pricing-style-5 .pricing-item:hover .pricing-info:before {
  border-bottom: 135px solid #ffffff;
}

.pricing-style-5 .pricing-item:hover .pricing-info:after {
  border-bottom: 155px solid #2738a2;
}

.pricing-style-5 .pricing-item:hover .pricing-info span {
  color: #07135b;
}

.pricing-style-5 .pricing-item:hover .pricing-title {
  color: #ffffff;
}

.pricing-style-5 .pricing-item:hover .pricing-list li a {
  color: #ffffff;
}

.pricing-style-5 .pricing-item:hover .pricing-btn-wrap .btn-custom-size {
  background-color: #f0582e;
  border-color: #f0582e;
  color: #ffffff;
}

.pricing-style-5 .pricing-info {
  background-color: transparent;
  position: relative;
  z-index: 1;
}

.pricing-style-5 .pricing-info:before {
  border-bottom: 135px solid #1a2c99;
  border-left: 100px solid transparent;
  border-right: 100px solid transparent;
  height: 0;
  width: 275px;
  content: '';
  position: absolute;
  border-radius: 0 0 50% 50%;
  z-index: 1;
  bottom: 15px;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.pricing-style-5 .pricing-info:after {
  border-bottom: 155px solid #f4f5ff;
  border-left: 105px solid transparent;
  border-right: 105px solid transparent;
  height: 0;
  width: 330px;
  content: '';
  position: absolute;
  border-radius: 0 0 50% 50%;
  z-index: -1;
  bottom: 0;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.pricing-style-5 .pricing-info span {
  color: #ffffff;
  z-index: 2;
}

.pricing-style-5 .pricing-btn-wrap .btn-custom-size {
  background-color: #f4f5ff;
  border-color: #f4f5ff;
  color: #f0582e;
}

/*----------------------------------------*/
/* 09. Testimonial
/*----------------------------------------*/
.testimonial-area {
  padding-top: 110px;
}

.testimonial-area.with-background {
  background-color: #f5f8fb;
  padding-bottom: 135px;
}

.testimonial-area .section-style-2 {
  padding-bottom: 70px;
}

.testimonial-space-n120 {
  margin-top: -120px;
}

.testimonial-title {
  font-size: 65px;
}

@media (max-width: 991px) {
  .testimonial-title {
    font-size: 50px;
  }
}

@media (max-width: 767px) {
  .testimonial-title {
    font-size: 35px;
  }
}

@media (min-width: 1400px) {
  .testimonial-container {
    max-width: calc(100% - 365px);
    margin-left: auto;
    margin-right: 0;
    padding-left: 0;
    padding-right: 40px;
  }
}

@media (min-width: 1400px) {
  .testimonial-container-2 {
    max-width: 1500px;
  }
}

@media (min-width: 1200px) and (max-width: 1399px) {
  .testimonial-container-2 {
    max-width: 100%;
  }
}

.testimonial-item {
  background-color: #ffffff;
  border-radius: 30px;
  padding: 50px;
}

@media (max-width: 767px) {
  .testimonial-item {
    padding: 25px;
  }
}

.testimonial-item:hover .testimonial-comment {
  border-color: #407ff0;
}

.testimonial-review {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 30px;
}

@media (max-width: 767px) {
  .testimonial-review {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }
  .testimonial-review .quote {
    margin-bottom: 15px;
  }
}

.testimonial-review .rating-box ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.testimonial-review .rating-box ul li:not(:last-child) {
  margin-right: 10px;
}

.testimonial-review .rating-box ul li i {
  color: #ffae00;
  font-size: 20px;
}

.testimonial-comment {
  border-bottom: 2px solid #e3e8f1;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  padding-bottom: 35px;
  margin-bottom: 0;
  color: #57617b;
  font-size: 18px;
  line-height: 35px;
}

.testimonial-comment .quote {
  color: #407ff0;
}

.testimonial-user-info {
  margin-top: 30px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.testimonial-user-info .user-content {
  margin-left: 30px;
}

.testimonial-user-info .user-title {
  margin-bottom: 15px;
  font-size: 27px;
}

@media (max-width: 767px) {
  .testimonial-user-info .user-title {
    font-size: 18px;
  }
}

.testimonial-user-info .user-occupation {
  color: #57617b;
  font-size: 17px;
}

@media (max-width: 767px) {
  .testimonial-user-info .user-occupation {
    font-size: 14px;
  }
}

.testimonial-style-2 {
  padding-bottom: 120px;
}

.testimonial-style-2 .testimonial-item {
  -webkit-box-shadow: 0px 0px 75px 0px rgba(47, 43, 84, 0.06);
          box-shadow: 0px 0px 75px 0px rgba(47, 43, 84, 0.06);
  padding: 40px 60px;
  position: relative;
}

@media (max-width: 479px) {
  .testimonial-style-2 .testimonial-item {
    padding: 40px 20px;
  }
}

.testimonial-style-2 .testimonial-item:before {
  content: url("../image/2-1-144x102.png");
  position: absolute;
  top: 65px;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
}

.testimonial-style-2 .testimonial-comment {
  border-bottom: 0;
  padding-bottom: 0;
  font-size: 18px;
  line-height: 35px;
}

.testimonial-style-2 .testimonial-user-info {
  margin-top: 35px;
}

.testimonial-style-2 .testimonial-user-info .user-title {
  margin-bottom: 10px;
  color: #2f2b54;
  font-size: 25px;
}

@media (max-width: 479px) {
  .testimonial-style-2 .testimonial-user-info .user-title {
    font-size: 20px;
  }
}

.testimonial-style-2 .testimonial-user-info .user-occupation {
  margin-bottom: 10px;
  font-size: 16px;
}

.testimonial-style-2 .testimonial-review .rating-box ul li i {
  font-size: 17px;
}

.testimonial-style-2 .testimonial-btn-wrap {
  padding-top: 90px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.testimonial-style-3 {
  padding-top: 135px;
}

.testimonial-style-3 .section-title {
  color: #ffffff;
  font-size: 55px;
  line-height: 70px;
}

@media (max-width: 767px) {
  .testimonial-style-3 .section-title {
    font-size: 35px;
    line-height: 50px;
  }
}

.testimonial-style-3 .section-desc {
  color: #ffffff;
  line-height: 42px;
}

.testimonial-style-3 .testimonial-container {
  padding-bottom: 140px;
}

@media (min-width: 1400px) {
  .testimonial-style-3 .testimonial-container {
    max-width: calc(100% - 220px);
  }
}

.testimonial-style-3 .testimonial-item {
  -webkit-box-shadow: 0px 0px 75px 0px rgba(47, 43, 84, 0.06);
          box-shadow: 0px 0px 75px 0px rgba(47, 43, 84, 0.06);
  padding: 50px 35px 45px;
}

.testimonial-style-3 .testimonial-comment {
  position: relative;
  border-bottom: 0;
  padding-bottom: 35px;
  font-size: 18px;
  line-height: 35px;
  text-align: center;
}

.testimonial-style-3 .testimonial-comment:before {
  content: url("../image/2-1-144x102.png");
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
}

.testimonial-style-3 .testimonial-user-info {
  margin-top: 0;
  margin-bottom: 40px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.testimonial-style-3 .testimonial-user-info .user-title {
  margin-bottom: 10px;
  color: #2f2b54;
  font-size: 25px;
}

.testimonial-style-3 .testimonial-user-info .user-occupation {
  color: #25b760;
  margin-bottom: 10px;
  font-size: 16px;
}

.testimonial-style-3 .testimonial-review {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 0;
}

.testimonial-style-3 .testimonial-review .rating-box ul li i {
  font-size: 20px;
}

.testimonial-style-3 .testimonial-btn-wrap {
  padding-top: 90px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.testimonial-style-4 {
  padding-bottom: 140px;
}

.testimonial-style-4 .section-title {
  color: #500836;
  font-size: 55px;
  line-height: 70px;
  max-width: 795px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 30px;
}

@media (max-width: 991px) {
  .testimonial-style-4 .section-title {
    font-size: 45px;
  }
}

@media (max-width: 767px) {
  .testimonial-style-4 .section-title {
    font-size: 35px;
    line-height: 50px;
  }
}

.testimonial-style-4 .section-title span {
  color: #ff8144;
}

.testimonial-style-4 .section-desc {
  color: #534e4b;
  line-height: 42px;
  max-width: 100%;
}

.testimonial-style-4 .testimonial-slider-4 {
  padding-top: 65px;
}

@media (max-width: 1199px) {
  .testimonial-style-4 .testimonial-button-prev, .testimonial-style-4 .testimonial-button-next {
    display: none;
  }
}

.testimonial-style-4 .testimonial-item {
  text-align: center;
  padding-top: 0;
  padding-bottom: 0;
  margin-left: auto;
  margin-right: auto;
}

@media (min-width: 1200px) {
  .testimonial-style-4 .testimonial-item {
    max-width: 1080px;
  }
}

.testimonial-style-4 .testimonial-user-info {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-top: 0;
  position: relative;
  top: -65px;
}

.testimonial-style-4 .testimonial-user-info .user-img img {
  border: 5px solid #ff8144;
  border-radius: 50%;
}

@media (max-width: 991px) {
  .testimonial-style-4 .testimonial-user-info .user-content {
    margin-left: 0;
  }
}

.testimonial-style-4 .testimonial-user-info .user-comment {
  color: #534e4b;
  font-size: 25px;
  line-height: 41px;
  position: relative;
  margin-bottom: 35px;
}

@media (max-width: 767px) {
  .testimonial-style-4 .testimonial-user-info .user-comment {
    font-size: 20px;
  }
}

.testimonial-style-4 .testimonial-user-info .user-comment:before {
  content: url("../image/2-1-144x102.png");
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
}

.testimonial-style-4 .testimonial-user-info .user-title {
  color: #500836;
  font-size: 30px;
}

@media (max-width: 575px) {
  .testimonial-style-4 .testimonial-user-info .user-title {
    font-size: 25px;
  }
}

.testimonial-style-4 .testimonial-user-info .user-occupation {
  color: #ff8144;
  margin-bottom: 0;
}

.testimonial-style-4 .testimonial-review {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 40px;
}

.testimonial-style-5 {
  padding-bottom: 280px;
}

.testimonial-style-5 .testimonial-title {
  color: #07135b;
  max-width: 750px;
  margin-left: 0;
}

.testimonial-style-5 .testimonial-title span {
  color: #f0582e;
}

.testimonial-style-5 .testimonial-slider-5 {
  padding-top: 65px;
}

.testimonial-style-5 .testimonial-item {
  text-align: center;
  padding-top: 0;
  padding-bottom: 0;
  max-width: 1080px;
  margin-left: auto;
  margin-right: auto;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.testimonial-style-5 .testimonial-item:hover {
  background-color: #1a2c99;
}

.testimonial-style-5 .testimonial-item:hover .testimonial-user-info .user-comment, .testimonial-style-5 .testimonial-item:hover .testimonial-user-info .user-title {
  color: #ffffff;
}

.testimonial-style-5 .testimonial-item:hover .testimonial-user-info .user-occupation {
  color: #f0582e;
}

.testimonial-style-5 .testimonial-user-info {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-top: 0;
  position: relative;
  top: -65px;
}

.testimonial-style-5 .testimonial-user-info .user-content {
  margin-left: 0;
}

.testimonial-style-5 .testimonial-user-info .user-img img {
  border-radius: 50%;
}

.testimonial-style-5 .testimonial-user-info .user-comment {
  color: #534e4b;
  font-size: 25px;
  line-height: 41px;
  position: relative;
  margin-bottom: 35px;
}

@media (max-width: 767px) {
  .testimonial-style-5 .testimonial-user-info .user-comment {
    font-size: 20px;
  }
}

.testimonial-style-5 .testimonial-user-info .user-comment:before {
  content: url("../image/2-1-144x102.png");
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
}

.testimonial-style-5 .testimonial-user-info .user-title {
  color: #500836;
  font-size: 30px;
}

@media (max-width: 767px) {
  .testimonial-style-5 .testimonial-user-info .user-title {
    font-size: 25px;
  }
}

.testimonial-style-5 .testimonial-user-info .user-occupation {
  color: #ff8144;
  margin-bottom: 0;
}

.testimonial-style-5 .testimonial-review {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 40px;
}

.testimonial-style-5 .testimonial-arrow-wrap .testimonial-button-prev i, .testimonial-style-5 .testimonial-arrow-wrap .testimonial-button-next i {
  border-color: #07135b;
  color: #07135b;
}

.testimonial-style-5 .testimonial-arrow-wrap .testimonial-button-prev i:hover, .testimonial-style-5 .testimonial-arrow-wrap .testimonial-button-next i:hover {
  background-color: #f0582e;
  border-color: #f0582e;
  color: #ffffff;
}

/*----------------------------------------*/
/*  10. Footer
/*----------------------------------------*/
@media (min-width: 1400px) {
  .footer-container {
    max-width: 1500px;
  }
}

@media (min-width: 1200px) and (max-width: 1399px) {
  .footer-container {
    max-width: 100%;
  }
}

.footer-upper-top {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding-top: 80px;
}

.footer-upper-top .footer-logo {
  margin-bottom: 0;
}

.footer-top {
  padding-top: 140px;
  padding-bottom: 50px;
}

.footer-logo {
  margin-bottom: 55px;
  display: block;
}

.footer-desc {
  color: #57617b;
  max-width: 295px;
  font-size: 18px;
  line-height: 35px;
  margin-bottom: 50px;
}

@media (max-width: 991px) {
  .footer-desc {
    max-width: 520px;
  }
}

.footer-social-link ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.footer-social-link ul li:not(:last-child) {
  margin-right: 20px;
}

.footer-social-link ul li a i {
  border: 2px solid #e3e8f1;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  border-radius: 50%;
  text-align: center;
  color: #042659;
  font-size: 14px;
  width: 60px;
  height: 60px;
  line-height: 59px;
  display: block;
}

.footer-social-link ul li a i:hover {
  background-color: #407ff0;
  border-color: #407ff0;
  color: #ffffff;
}

.footer-list .title {
  margin-bottom: 35px;
  font-size: 30px;
}

@media (max-width: 1199px) {
  .footer-list .title {
    font-size: 27px;
  }
}

.footer-list ul li a {
  color: #57617b;
  font-weight: 500;
  font-size: 19px;
  line-height: 55px;
}

.footer-list ul li a:hover {
  color: #407ff0;
}

.footer-bottom-item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  padding-top: 30px;
  padding-bottom: 30px;
}

@media (max-width: 991px) {
  .footer-bottom-item {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

.footer-bottom-item.with-border:before {
  background-color: #e8eef4;
  opacity: 1;
  width: 100%;
  height: 2px;
  content: '';
  position: absolute;
  top: 0;
  left: 0;
}

@media (max-width: 575px) {
  .footer-bottom-item .btn-group {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.footer-bottom-item .btn-group .title {
  margin-right: 30px;
  color: #57617b;
  font-weight: 500;
  font-size: 19px;
  -webkit-align-self: center;
      -ms-flex-item-align: center;
          align-self: center;
}

@media (max-width: 575px) {
  .footer-bottom-item .btn-group .title {
    margin-right: 0;
  }
}

.footer-bottom-item .btn-group a:not(:last-child) {
  margin-right: 20px;
}

@media (max-width: 575px) {
  .footer-bottom-item .btn-group a:not(:last-child) {
    margin-right: 0;
  }
}

@media (max-width: 575px) {
  .footer-bottom-item .btn-group a {
    width: 100%;
    margin-top: 20px;
    margin-right: 0;
  }
}

@media (max-width: 991px) {
  .footer-copyright {
    padding-top: 15px;
    text-align: center;
  }
}

.footer-copyright span {
  font-size: 18px;
}

.footer-copyright span i {
  color: #407ff0;
}

.footer-copyright.white-text span,
.footer-copyright.white-text a {
  color: #ffffff !important;
}

@media (min-width: 1200px) {
  .footer-ps-xl-30 {
    padding-left: 30px;
  }
}

@media (min-width: 1200px) {
  .footer-ps-xl-20 {
    padding-left: 20px;
  }
}

.footer-style-2.footer-space-140 {
  padding-top: 140px;
}

@media (min-width: 1400px) {
  .footer-style-2 .footer-container {
    max-width: 1350px;
  }
}

@media (min-width: 1200px) and (max-width: 1399px) {
  .footer-style-2 .footer-container {
    max-width: 100%;
  }
}

.footer-style-2 .footer-top {
  padding-bottom: 95px;
}

@media (max-width: 991px) {
  .footer-style-2 .footer-item {
    margin-top: 50px;
  }
}

@media (min-width: 1400px) {
  .footer-style-2 .footer-item-wrap {
    --bs-gutter-x: 70px;
  }
  .footer-style-2 .footer-item-wrap [class*='col-'] {
    padding-left: 0;
  }
}

@media (min-width: 992px) {
  .footer-style-2 .footer-item-wrap .footer-item {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
        -ms-flex-align: end;
            align-items: flex-end;
  }
}

.footer-style-2 .footer-desc {
  color: #d8dadf;
}

.footer-style-2 .footer-list .title {
  color: #ffffff;
}

@media (max-width: 1399px) {
  .footer-style-2 .footer-list .title {
    font-size: 27px;
  }
}

.footer-style-2 .footer-list ul li a {
  color: #d8dadf;
}

.footer-style-2 .footer-list ul li a:hover {
  color: #fe6a21;
}

.footer-style-2 .footer-social-link li a i {
  color: #ffffff;
}

.footer-style-2 .footer-social-link li a i:hover {
  background-color: #fe6a21;
  border-color: #fe6a21;
}

.footer-style-2 .footer-logo {
  margin-bottom: 0;
}

@media (max-width: 991px) {
  .footer-style-2 .footer-logo {
    margin-right: 20px;
  }
}

@media (max-width: 767px) {
  .footer-style-2 .footer-logo {
    margin-bottom: 20px;
  }
}

.footer-style-2 .footer-bottom-item:before {
  opacity: 0.07;
  height: 1px;
}

.footer-style-2 .footer-copyright span a,
.footer-style-2 .footer-copyright span i {
  color: #fe6a21;
}

.footer-style-3 {
  background-position: center;
  position: relative;
}

@media (max-width: 991px) {
  .footer-style-3 .footer-top {
    padding-bottom: 0;
  }
}

@media (max-width: 767px) {
  .footer-style-3 .footer-top {
    padding-top: 25px;
  }
}

@media (max-width: 991px) {
  .footer-style-3 .footer-item {
    margin-top: 50px;
  }
}

.footer-style-3 .footer-list .title {
  color: #ffffff;
}

.footer-style-3 .footer-list ul li a {
  color: #d8dadf;
}

.footer-style-3 .footer-list ul li a:hover {
  color: #25b760;
}

.footer-style-3 .footer-desc {
  color: #d8dadf;
}

.footer-style-3 .footer-social-link ul li a i {
  color: #ffffff;
}

.footer-style-3 .footer-social-link ul li a i:hover {
  background-color: #25b760;
  border-color: #25b760;
}

@media (max-width: 991px) {
  .footer-style-3 .footer-copyright {
    margin-bottom: 20px;
  }
}

.footer-style-3 .footer-copyright a,
.footer-style-3 .footer-copyright i {
  color: #25b760;
}

.footer-style-3 .footer-inner-img {
  position: absolute;
  bottom: 90px;
  left: 60px;
}

@media (max-width: 1399px) {
  .footer-style-3 .footer-inner-img {
    bottom: auto;
    top: 30px;
    left: 30px;
  }
}

@media (max-width: 991px) {
  .footer-style-3 .footer-inner-img {
    display: none;
  }
}

.footer-style-4 .footer-upper-top-item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  padding-bottom: 80px;
}

@media (min-width: 768px) and (max-width: 991px) {
  .footer-style-4 .footer-upper-top-item {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }
}

@media (max-width: 767px) {
  .footer-style-4 .footer-upper-top-item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.footer-style-4 .footer-upper-top-item:before {
  background-color: #ffffff;
  height: 1px;
  width: 100%;
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  opacity: 0.071;
}

@media (max-width: 767px) {
  .footer-style-4 .footer-upper-top-item .footer-logo {
    margin-bottom: 30px;
  }
}

.footer-style-4 .footer-upper-top-item .footer-btn-wrap {
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

@media (max-width: 991px) {
  .footer-style-4 .footer-upper-top-item .footer-btn-wrap {
    margin-top: 25px;
  }
}

@media (max-width: 767px) {
  .footer-style-4 .footer-upper-top-item .footer-btn-wrap {
    text-align: center;
  }
}

.footer-style-4 .footer-upper-top-item .footer-btn-wrap .title {
  color: #d8dadf;
  font-size: 19px;
  margin-right: 15px;
  text-align: center;
}

@media (max-width: 767px) {
  .footer-style-4 .footer-upper-top-item .footer-btn-wrap a {
    margin-top: 15px;
    display: block;
  }
}

.footer-style-4 .footer-upper-top-item .footer-btn-wrap a:not(:last-child) {
  margin-right: 15px;
}

@media (max-width: 767px) {
  .footer-style-4 .footer-upper-top-item .footer-btn-wrap a:not(:last-child) {
    margin-right: 0;
  }
}

.footer-style-4 .footer-top {
  padding-top: 100px;
  padding-bottom: 130px;
}

@media (max-width: 991px) {
  .footer-style-4 .footer-item {
    margin-top: 50px;
  }
}

.footer-style-4 .footer-list .title {
  color: #ffffff;
}

.footer-style-4 .footer-list ul li a {
  color: #d8dadf;
  font-size: 18px;
}

.footer-style-4 .footer-list ul li a:hover {
  color: #ff8144;
}

.footer-style-4 .footer-list.contact-list ul li {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
  -webkit-align-items: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
}

.footer-style-4 .footer-list.contact-list ul li i {
  color: #ff8144;
  margin-right: 15px;
  width: 17px;
}

.footer-style-4 .footer-list.contact-list ul li span {
  color: #d8dadf;
}

.footer-style-4 .footer-list.contact-list ul li a,
.footer-style-4 .footer-list.contact-list ul li span {
  width: calc(100% - 17px);
  line-height: 45px;
}

.footer-style-4 .footer-desc {
  color: #d8dadf;
}

.footer-style-4 .footer-social-link ul li a i {
  color: #ffffff;
}

.footer-style-4 .footer-social-link ul li a i:hover {
  background-color: #ff8144;
  border-color: #ff8144;
}

.footer-style-4 .footer-bottom {
  background-color: #480931;
  padding-top: 20px;
  padding-bottom: 20px;
}

.footer-style-4 .footer-bottom-item {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding-top: 0;
  padding-bottom: 0;
}

.footer-style-4 .footer-copyright a,
.footer-style-4 .footer-copyright i {
  color: #ff8144;
}

.footer-style-5 {
  background-color: #07114f;
}

.footer-style-5 .footer-top {
  padding-top: 135px;
  padding-bottom: 90px;
}

.footer-style-5 .footer-item {
  margin-bottom: 30px;
}

.footer-style-5 .footer-list .title {
  color: #ffffff;
}

@media (min-width: 992px) and (max-width: 1200px) {
  .footer-style-5 .footer-list .title {
    font-size: 27px;
  }
}

.footer-style-5 .footer-list ul li a {
  color: #d8dadf;
  font-size: 18px;
}

.footer-style-5 .footer-list ul li a:hover {
  color: #ff8144;
}

.footer-style-5 .footer-list.contact-list ul li {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
  -webkit-align-items: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
}

.footer-style-5 .footer-list.contact-list ul li i {
  color: #ff8144;
  margin-right: 15px;
  width: 17px;
}

.footer-style-5 .footer-list.contact-list ul li span {
  color: #d8dadf;
}

.footer-style-5 .footer-list.contact-list ul li a,
.footer-style-5 .footer-list.contact-list ul li span {
  width: calc(100% - 17px);
  line-height: 45px;
}

.footer-style-5 .footer-desc {
  color: #d8dadf;
}

.footer-style-5 .footer-social-link ul li a i {
  color: #ffffff;
}

.footer-style-5 .footer-social-link ul li a i:hover {
  background-color: #f0582e;
  border-color: #f0582e;
}

.footer-style-5 .footer-upper-bottom-item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #0e1a63;
  padding-top: 25px;
  padding-bottom: 25px;
  padding-left: 30px;
  padding-right: 30px;
  border-radius: 20px;
}

@media (max-width: 767px) {
  .footer-style-5 .footer-upper-bottom-item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.footer-style-5 .footer-upper-bottom-item .footer-logo {
  margin-bottom: 0;
}

@media (max-width: 767px) {
  .footer-style-5 .footer-upper-bottom-item .footer-logo {
    margin-bottom: 15px;
  }
}

.footer-style-5 .footer-upper-bottom-item .footer-btn-wrap {
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

.footer-style-5 .footer-upper-bottom-item .footer-btn-wrap .title {
  color: #d8dadf;
  font-size: 19px;
  margin-right: 15px;
}

.footer-style-5 .footer-upper-bottom-item .footer-btn-wrap a:not(:last-child) {
  margin-right: 15px;
}

@media (max-width: 767px) {
  .footer-style-5 .footer-scroll-top {
    margin-bottom: 15px;
  }
}

.footer-style-5 .footer-scroll-top i {
  background-color: #f0582e;
  border-radius: 50%;
  color: #ffffff;
  width: 55px;
  height: 55px;
  line-height: 55px;
  display: block;
  text-align: center;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.footer-style-5 .footer-scroll-top i:hover {
  background-color: #1f1927;
}

.footer-style-5 .footer-bottom {
  background-color: #07114f;
  padding-top: 35px;
  padding-bottom: 25px;
}

.footer-style-5 .footer-bottom-item {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding-top: 0;
  padding-bottom: 0;
}

@media (max-width: 479px) {
  .footer-style-5 .footer-copyright span {
    font-size: 14px;
  }
}

.footer-style-5 .footer-copyright a,
.footer-style-5 .footer-copyright i {
  color: #f0582e;
}

/*----------------------------------------*/
/*  11. Animation
/*----------------------------------------*/
/* ---Wave Button--- */
@-webkit-keyframes wave-button {
  0% {
    opacity: 0.5;
    -webkit-transform: scale(0.3);
            transform: scale(0.3);
  }
  50% {
    opacity: 0.3;
    -webkit-transform: scale(0.6);
            transform: scale(0.6);
  }
  100% {
    opacity: 0;
    -webkit-transform: scale(0.9);
            transform: scale(0.9);
  }
}
@keyframes wave-button {
  0% {
    opacity: 0.5;
    -webkit-transform: scale(0.3);
            transform: scale(0.3);
  }
  50% {
    opacity: 0.3;
    -webkit-transform: scale(0.6);
            transform: scale(0.6);
  }
  100% {
    opacity: 0;
    -webkit-transform: scale(0.9);
            transform: scale(0.9);
  }
}

.wave-btn {
  margin: auto;
  display: block;
  position: relative;
  width: 250px;
  height: 250px;
}

.wave-btn > .icon {
  background-color: #407ff0;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 80px;
  height: 80px;
  text-align: center;
  line-height: 80px;
  border-radius: 50%;
  color: #ffffff;
  font-size: 24px;
}

.wave-btn span {
  background-color: white;
  position: absolute;
  border-radius: 50%;
  width: 250px;
  height: 250px;
}

.wave-btn span:nth-child(1) {
  background-color: white;
  -webkit-animation: wave-button 2s infinite 0.1s linear backwards;
          animation: wave-button 2s infinite 0.1s linear backwards;
}

.wave-btn span:nth-child(2) {
  background-color: white;
  -webkit-animation: wave-button 3s infinite 0.5s linear backwards;
          animation: wave-button 3s infinite 0.5s linear backwards;
}

.wave-btn span:nth-child(3) {
  background-color: white;
  -webkit-animation: wave-button 4s infinite 1s linear backwards;
          animation: wave-button 4s infinite 1s linear backwards;
}

.wave-btn.style-2 > .icon {
  background-color: #fe6a21;
  width: 100px;
  height: 100px;
  line-height: 100px;
}

.wave-btn.style-3 > .icon {
  background-color: #25b760;
  width: 100px;
  height: 100px;
  line-height: 100px;
}

/*----------------------------------------*/
/*  12. Intro
/*----------------------------------------*/
.intro-area .section-title {
  color: #2f2b54;
  font-size: 55px;
  line-height: 70px;
  margin-bottom: 20px;
}

@media (max-width: 767px) {
  .intro-area .section-title {
    font-size: 35px;
    line-height: 50px;
    margin-bottom: 10px;
  }
}

.intro-area .section-desc {
  line-height: 42px;
  margin-bottom: 75px;
}

@media (max-width: 767px) {
  .intro-area .section-desc {
    font-size: 18px;
  }
}

.intro-item.intro-bg {
  background-color: transparent;
  height: 600px;
}

.intro-item .popup-btn {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
}

/*----------------------------------------*/
/*  13. Screen
/*----------------------------------------*/
.screen-area {
  padding-top: 435px;
}

.screen-area .section-title {
  color: #2f2b54;
  font-size: 55px;
  line-height: 70px;
}

@media (max-width: 767px) {
  .screen-area .section-title {
    font-size: 35px;
    line-height: 50px;
  }
}

.screen-bg {
  background-position: bottom;
}

@media (max-width: 1199px) {
  .screen-bg {
    background-position: right;
  }
}

@media (min-width: 1400px) {
  .screen-container {
    max-width: 1500px;
  }
}

@media (min-width: 1200px) and (max-width: 1399px) {
  .screen-container {
    max-width: 100%;
  }
}

.screen-slider {
  margin-top: -10px;
  margin-bottom: -10px;
}

.screen-slider .screen-item {
  margin-top: 10px;
  margin-bottom: 10px;
}

.screen-item {
  border: 2px solid transparent;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  border-radius: 32px;
  padding: 20px;
}

.screen-item:hover {
  border-color: #fe6a21;
}

@media (max-width: 767px) {
  .screen-item {
    border: 0;
  }
}

.screen-img {
  display: block;
}

.screen-arrow-wrap {
  padding-top: 80px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.screen-arrow-wrap .screen-button-prev i:hover, .screen-arrow-wrap .screen-button-next i:hover {
  background-color: #fe6a21;
  border-color: #fe6a21;
}

/*----------------------------------------*/
/* 14. Newsletter
/*----------------------------------------*/
.newsletter-area.style-1 * {
  color: #ffffff;
}

@media (max-width: 991px) {
  .newsletter-area.style-1 .newsletter-item .inner-item {
    padding-left: 30px;
    padding-right: 30px;
  }
}

@media (max-width: 575px) {
  .newsletter-area.style-1 .newsletter-item .inner-item .btn-custom-size {
    line-height: 67px;
  }
}

@media (max-width: 575px) {
  .newsletter-area.style-1 .newsletter-item .inner-item .btn-wrap {
    position: relative;
    margin-top: 15px;
  }
}

@media (max-width: 575px) {
  .newsletter-area.style-1 .newsletter-form {
    width: 100%;
  }
}

@media (max-width: 767px) {
  .newsletter-area.style-1 .newsletter-form .input-field {
    width: 100%;
  }
}

@media (max-width: 575px) {
  .newsletter-area.style-1 .newsletter-form .input-field {
    padding-right: 35px;
  }
}

.newsletter-area.style-2 {
  margin-bottom: 140px;
}

@media (max-width: 991px) {
  .newsletter-area.style-2 .newsletter-item .inner-item {
    padding-left: 30px;
    padding-right: 30px;
  }
}

.newsletter-area.style-2 .newsletter-title {
  color: #1f1927;
}

.newsletter-area.style-2 .newsletter-desc {
  color: #6f7872;
}

.newsletter-area.style-2 .newsletter-form .input-field {
  border-color: #e3eae5;
  background-color: transparent;
  color: #5f6762;
}

@media (max-width: 767px) {
  .newsletter-area.style-2 .newsletter-form .input-field {
    width: 100%;
  }
}

@media (max-width: 575px) {
  .newsletter-area.style-2 .newsletter-form .input-field {
    padding-right: 30px;
  }
}

@media (max-width: 575px) {
  .newsletter-area.style-2 .newsletter-form .btn-custom-size {
    line-height: 67px;
  }
}

@media (max-width: 575px) {
  .newsletter-area.style-2 .newsletter-form .btn-wrap {
    position: relative;
    margin-top: 15px;
  }
}

.newsletter-area.style-3 {
  padding-bottom: 140px;
}

.newsletter-area.style-3 .newsletter-bg {
  border-radius: 25px;
}

.newsletter-area.style-3 .newsletter-item {
  padding-top: 70px;
  padding-bottom: 55px;
  text-align: left;
  margin-left: 75px;
}

@media (max-width: 767px) {
  .newsletter-area.style-3 .newsletter-item {
    text-align: center;
    margin-left: 0;
  }
}

@media (max-width: 991px) {
  .newsletter-area.style-3 .newsletter-item .inner-item {
    padding-left: 30px;
    padding-right: 30px;
  }
}

.newsletter-area.style-3 .newsletter-title {
  color: #500836;
}

.newsletter-area.style-3 .newsletter-form .input-field {
  border: 2px solid #ecd1cc;
  background-color: #ffe4df;
  color: #534e4b;
  width: 570px;
}

@media (max-width: 767px) {
  .newsletter-area.style-3 .newsletter-form .input-field {
    width: 100%;
  }
}

@media (max-width: 575px) {
  .newsletter-area.style-3 .newsletter-form .input-field {
    padding-right: 35px;
  }
}

@media (max-width: 575px) {
  .newsletter-area.style-3 .newsletter-form .btn-custom-size {
    line-height: 67px;
  }
}

@media (max-width: 575px) {
  .newsletter-area.style-3 .newsletter-form .btn-wrap {
    position: relative;
    margin-top: 15px;
  }
}

.newsletter-area.style-4.newsletter-space-y-axis {
  padding-top: 140px;
  padding-bottom: 140px;
}

.newsletter-area.style-4 * {
  color: #ffffff;
}

@media (max-width: 767px) {
  .newsletter-area.style-4 .newsletter-item .inner-item {
    width: calc(100% - 60px);
    margin-left: auto;
    margin-right: auto;
  }
}

@media (max-width: 575px) {
  .newsletter-area.style-4 .newsletter-item .inner-item .btn-custom-size {
    line-height: 67px;
  }
}

@media (max-width: 575px) {
  .newsletter-area.style-4 .newsletter-item .inner-item .btn-wrap {
    position: relative;
    margin-top: 15px;
  }
}

@media (max-width: 575px) {
  .newsletter-area.style-4 .newsletter-form {
    width: 100%;
  }
}

.newsletter-area.style-4 .newsletter-form .input-field {
  background-color: transparent;
  border-color: #ffffff;
  width: 570px;
}

@media (max-width: 767px) {
  .newsletter-area.style-4 .newsletter-form .input-field {
    width: 100%;
  }
}

@media (max-width: 575px) {
  .newsletter-area.style-4 .newsletter-form .input-field {
    padding-right: 35px;
  }
}

@media (max-width: 575px) {
  .newsletter-area.style-4 .newsletter-form .btn-custom-size {
    line-height: 67px;
  }
}

@media (max-width: 575px) {
  .newsletter-area.style-4 .newsletter-form .btn-wrap {
    position: relative;
    margin-top: 15px;
  }
}

.newsletter-item {
  padding-top: 65px;
  padding-bottom: 65px;
  text-align: center;
  border-radius: 25px;
}

.newsletter-title {
  font-size: 55px;
  line-height: 70px;
  margin-bottom: 15px;
}

@media (max-width: 767px) {
  .newsletter-title {
    font-size: 35px;
    line-height: 50px;
  }
}

.newsletter-desc {
  font-size: 24px;
  line-height: 42px;
  margin-bottom: 30px;
}

@media (max-width: 575px) {
  .newsletter-desc {
    font-size: 20px;
    line-height: 30px;
  }
}

.newsletter-form {
  display: inline-block;
  position: relative;
}

.newsletter-form .input-field {
  background-color: #fe8549;
  border: 1px solid #fe8549;
  border-radius: 20px;
  color: #fefdfc;
  font-size: 17px;
  width: 630px;
  height: 70px;
  padding-left: 30px;
  padding-right: 240px;
  margin-left: auto;
  margin-right: auto;
}

.newsletter-form .btn-wrap {
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
}

.newsletter-form .btn-custom-size {
  border-radius: 20px;
  line-height: 1;
  height: 100%;
}

.newsletter-space-top-n140 {
  margin-top: -140px;
}

.newsletter-space-n140 {
  margin-bottom: -140px;
}

/* ---Mailchimp--- */
.mailchimp-submitting, .mailchimp-success, .mailchimp-error {
  margin-top: 25px;
}

/*----------------------------------------*/
/*  15. Trial
/*----------------------------------------*/
.trial-style-1 {
  padding-top: 115px;
  padding-bottom: 140px;
}

.trial-style-2 {
  padding-top: 135px;
  padding-bottom: 140px;
}

.trial-style-2 .trial-category {
  color: #f0582e;
}

.trial-style-2 .trial-title {
  color: #07135b;
}

.trial-style-2 .trial-desc {
  color: #4a4b51;
  margin-bottom: 45px;
}

.trial-item {
  text-align: center;
}

.trial-category {
  color: #ff8144;
  margin-bottom: 25px;
  font-size: 23px;
  font-weight: 500;
  line-height: 28px;
  display: block;
}

.trial-title {
  color: #500836;
  font-size: 55px;
  line-height: 70px;
  margin-bottom: 30px;
}

@media (max-width: 991px) {
  .trial-title {
    font-size: 35px;
    line-height: 50px;
    margin-bottom: 20px;
  }
}

.trial-desc {
  color: #534e4b;
  font-size: 25px;
  line-height: 42px;
  max-width: 710px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 50px;
}

@media (max-width: 767px) {
  .trial-desc {
    font-size: 20px;
  }
}

.trial-btn-wrap a:not(:last-child) {
  margin-right: 25px;
}

@media (max-width: 479px) {
  .trial-btn-wrap a:not(:last-child) {
    margin-bottom: 15px;
    margin-right: 0;
    display: block;
  }
}

/*----------------------------------------*/
/*  16. FAQ
/*----------------------------------------*/
.faq-style-common .section-title {
  font-size: 55px;
  line-height: 70px;
}

@media (max-width: 991px) {
  .faq-style-common .section-title {
    font-size: 40px;
  }
}

@media (max-width: 575px) {
  .faq-style-common .section-title {
    font-size: 30px;
  }
}

.faq-style-common .section-desc {
  line-height: 42px;
}

.faq-style-common .faq-item {
  border-radius: 30px;
  padding-top: 35px;
  padding-left: 50px;
  padding-right: 50px;
  padding-bottom: 25px;
  margin-bottom: 30px;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

@media (max-width: 575px) {
  .faq-style-common .faq-item {
    padding-left: 30px;
    padding-right: 30px;
  }
}

.faq-style-common .faq-item:hover .faq-title {
  color: #ffffff;
}

.faq-style-common .faq-item:hover .faq-desc {
  color: #ffffff;
}

.faq-style-common .faq-title {
  margin-bottom: 25px;
  font-size: 26px;
  line-height: 1.4;
}

@media (max-width: 575px) {
  .faq-style-common .faq-title {
    font-size: 24px;
  }
}

.faq-style-common .faq-desc {
  font-size: 18px;
  line-height: 32px;
  margin-bottom: 0;
}

.faq-style-common .faq-group-desc [class*='faq-desc']:not(:last-child) {
  margin-bottom: 15px;
}

.faq-style-common .faq-btn-wrap {
  padding-top: 70px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.faq-style-1 {
  padding-top: 125px;
  padding-bottom: 140px;
}

.faq-style-1 .section-title {
  color: #500836;
}

.faq-style-1 .section-desc {
  color: #534e4b;
}

.faq-style-1 .faq-item {
  border: 2px solid #f6f1ee;
}

.faq-style-1 .faq-item:hover {
  border-color: #ff8144;
  background-color: #ff8144;
}

.faq-style-1 .faq-title {
  color: #500836;
}

.faq-style-1 .faq-desc {
  color: #534e4b;
}

.faq-style-2 {
  padding-top: 125px;
  padding-bottom: 140px;
}

.faq-style-2 .section-title {
  color: #07135b;
}

.faq-style-2 .section-desc {
  color: #534e4b;
}

.faq-style-2 .faq-item {
  border: 2px solid #f4f5ff;
}

.faq-style-2 .faq-item:hover {
  border-color: #1a2c99;
  background-color: #1a2c99;
color: #fff;
}

.faq-style-2 .faq-title {
  color: #07135b;
}

.faq-style-2 .faq-desc {
  color: #534e4b;
}

/*----------------------------------------*/
/*  17. Breadcrumb
/*----------------------------------------*/
.breadcrumb-area {
  background-color: #1d2f9c;
}

.breadcrumb-height {
  height: 450px;
}

@media (max-width: 767px) {
  .breadcrumb-height {
    background-position: bottom;
  }
}

.breadcrumb-item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 100%;
}

.breadcrumb-title {
  color: #ffffff;
  font-size: 52px;
  line-height: 90px;
}

@media (max-width: 479px) {
  .breadcrumb-title {
    font-size: 40px;
  }
}

.breadcrumb-list li {
  display: inline-block;
}

.breadcrumb-list li:not(:last-child) {
  padding-right: 10px;
}

.breadcrumb-list li:not(:last-child) a {
  position: relative;
}

.breadcrumb-list li:not(:last-child) a:after {
  content: '-';
  margin-left: 15px;
}

.breadcrumb-list li a,
.breadcrumb-list li span {
  color: #ffffff;
  font-size: 20px;
  line-height: 45px;
}

.breadcrumb-list li span {
  color: #f0582e;
}

/*----------------------------------------*/
/*  18. Blog
/*----------------------------------------*/
.blog-img {
  display: block;
}

.blog-img img {
  border-radius: 15px;
  width: 100%;
}

.blog-content {
  padding-top: 35px;
}

.blog-category {
  font-family: "Gordita";
  color: #0f034a;
  font-weight: 500;
  display: block;
  margin-bottom: 15px;
}

.blog-category span {
  color: #9b9ea1;
}

.blog-title {
  color: #081131;
  font-size: 23px;
  line-height: 35px;
  margin-bottom: 15px;
}

.blog-title a {
  color: #081131;
}

.blog-desc {
  font-size: 15px;
  line-height: 26px;
  margin-bottom: 10px;
}

.blog-meta span {
  font-family: "Gordita";
  color: #0f034a;
  font-weight: 500;
  font-size: 13px;
  line-height: 28px;
}

.blog-meta .time {
  position: relative;
  padding-left: 20px;
  margin-left: 8px;
}

.blog-meta .time:before {
  background-color: #0f034a;
  border-radius: 50%;
  width: 5px;
  height: 5px;
  content: '';
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}

.blog-listview .blog-item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

@media (max-width: 767px) {
  .blog-listview .blog-item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.blog-listview .blog-img {
  width: 350px;
}

@media (max-width: 1199px) {
  .blog-listview .blog-img {
    width: 250px;
  }
}

@media (max-width: 767px) {
  .blog-listview .blog-img {
    width: 100%;
  }
}

.blog-listview .blog-content {
  width: calc(100% - 350px);
  padding-left: 30px;
  padding-top: 0;
  -webkit-align-self: center;
      -ms-flex-item-align: center;
          align-self: center;
}

@media (max-width: 1199px) {
  .blog-listview .blog-content {
    width: calc(100% - 250px);
  }
}

@media (max-width: 767px) {
  .blog-listview .blog-content {
    width: 100%;
    padding-left: 0;
    padding-top: 30px;
  }
}

.blog-detail {
  padding-top: 135px;
}

.blog-detail .blog-content {
  padding-top: 0;
  text-align: center;
}

@media (max-width: 767px) {
  .blog-detail .blog-content {
    margin-bottom: -20px;
  }
}

.blog-detail .blog-meta {
  margin-bottom: 20px;
}

.blog-detail .blog-meta span {
  font-family: "Gordita";
  color: #626262;
  font-weight: 500;
  font-size: 14px;
  line-height: 28px;
}

.blog-detail .blog-meta span em {
  font-style: normal;
  color: #626262;
}

.blog-detail .blog-meta span.author {
  color: #091d40;
  font-weight: 500;
}

.blog-detail .blog-meta .common {
  position: relative;
  padding-left: 20px;
  margin-left: 8px;
}

.blog-detail .blog-meta .common:before {
  background-color: #0f034a;
  border-radius: 50%;
  width: 5px;
  height: 5px;
  content: '';
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}

.blog-detail .blog-title {
  max-width: 755px;
  color: #07135b;
  font-size: 32px;
  line-height: 47px;
  margin-left: auto;
  margin-right: auto;
  font-weight: 700;
  margin-bottom: 30px;
}

@media (max-width: 479px) {
  .blog-detail .blog-title {
    font-size: 20px;
    line-height: 35px;
  }
}

.blog-detail .blog-tags {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 70px;
}

@media (max-width: 767px) {
  .blog-detail .blog-tags {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }
}

@media (max-width: 767px) {
  .blog-detail .blog-tags li {
    margin-bottom: 20px;
  }
}

.blog-detail .blog-tags li:not(:last-child) {
  margin-right: 20px;
}

.blog-detail .blog-tags li a {
  border-radius: 8px;
  display: block;
  padding-top: 10px;
  padding-left: 25px;
  padding-right: 25px;
  padding-bottom: 10px;
}

.blog-detail .blog-tags li a.wordpress {
  background-color: #e0f9f6;
  color: #3ac8bd;
}

.blog-detail .blog-tags li a.woocommerce {
  background-color: #fff1dc;
  color: #d59a46;
}

.blog-detail .blog-tags li a.magento {
  background-color: #fbefef;
  color: #b36262;
}

.blog-detail .blog-tags li a.laravel {
  background-color: #f2efff;
  color: #9c8bda;
}

.blog-detail .blog-tags li a:hover {
  background-color: #f0582e;
  color: #ffffff;
}

.blog-detail-info {
  padding-left: 100px;
  padding-right: 100px;
  padding-top: 50px;
}

@media (max-width: 991px) {
  .blog-detail-info {
    padding-left: 0;
    padding-right: 0;
  }
}

.blog-detail-info .title {
  color: #07135b;
  font-size: 25px;
  line-height: 40px;
  max-width: 915px;
  margin-bottom: 20px;
}

@media (max-width: 479px) {
  .blog-detail-info .title {
    font-size: 20px;
    line-height: 35px;
  }
}

.blog-detail-info .title.style-2 {
  max-width: 790px;
}

.blog-detail-info .desc {
  font-family: "Gordita";
  font-size: 15px;
  line-height: 28px;
}

.blog-detail-info .list-area {
  margin-bottom: 40px;
}

.blog-detail-info .list-area .title {
  margin-bottom: 40px;
}

.blog-detail-info .list-item li:not(:last-child) {
  margin-bottom: 10px;
}

.blog-detail-info .list-item li a {
  border: 1px solid #eeeeee;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  font-family: "Gordita";
  border-radius: 10px;
  padding-top: 15px;
  padding-left: 30px;
  padding-right: 30px;
  padding-bottom: 15px;
  color: #5138ee;
  font-weight: 500;
  display: block;
}

.blog-detail-info .list-item li a:hover {
  background-color: #efefef;
}

.blog-detail-info .list-item li a i {
  margin-right: 10px;
  color: #0a1e43;
  font-size: 16px;
}

.blog-detail-info .single-img {
  margin-top: 35px;
  margin-bottom: 35px;
}

.blog-detail-info .single-img img {
  border-radius: 15px;
}

.blog-detail-info .blog-quote {
  background-color: #1a2c99;
  padding-top: 65px;
  padding-left: 80px;
  padding-right: 80px;
  padding-bottom: 65px;
  text-align: center;
  margin-top: 30px;
  margin-bottom: 30px;
}

@media (max-width: 767px) {
  .blog-detail-info .blog-quote {
    padding-left: 30px;
    padding-right: 30px;
  }
}

.blog-detail-info .blog-quote .title {
  font-size: 44px;
  line-height: 68px;
  color: #ffffff;
  margin-bottom: 0;
}

@media (max-width: 991px) {
  .blog-detail-info .blog-quote .title {
    font-size: 35px;
    line-height: 50px;
  }
}

@media (max-width: 767px) {
  .blog-detail-info .blog-quote .title {
    font-size: 25px;
    line-height: 40px;
  }
}

@media (max-width: 479px) {
  .blog-detail-info .blog-quote .title {
    font-size: 20px;
  }
}

.blog-detail-info .blog-social-link {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  border-top: 1px solid #f3f3f3;
  border-bottom: 1px solid #f3f3f3;
  padding-top: 25px;
  padding-left: 70px;
  padding-right: 70px;
  padding-bottom: 25px;
  margin-top: 30px;
  margin-bottom: 80px;
}

@media (max-width: 767px) {
  .blog-detail-info .blog-social-link {
    padding-left: 0;
    padding-right: 0;
  }
}

@media (max-width: 479px) {
  .blog-detail-info .blog-social-link {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.blog-detail-info .blog-social-link .title {
  color: #0a1e43;
  font-size: 19px;
  line-height: 35px;
  margin-bottom: 0;
}

@media (max-width: 479px) {
  .blog-detail-info .blog-social-link .title {
    margin-bottom: 10px;
  }
}

.blog-detail-info .blog-social-link .social-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.blog-detail-info .blog-social-link .social-list li:not(:last-child) {
  margin-right: 20px;
}

.blog-detail-info .blog-social-link .social-list li a {
  background-color: #f4f4f4;
  border-radius: 10px;
  width: 45px;
  height: 45px;
  line-height: 45px;
  text-align: center;
  display: block;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.blog-detail-info .blog-social-link .social-list li a:hover {
  background-color: #5138ee;
}

.blog-detail-info .blog-social-link .social-list li a:hover i {
  color: #ffffff;
}

.blog-detail-info .blog-social-link .social-list li a i {
  color: #22262a;
  font-size: 14px;
}

.blog-slider-area {
  background-color: #f8f8f8;
  padding-top: 75px;
  padding-bottom: 70px;
}

.blog-slider-area .section-area {
  margin-bottom: 20px;
}

.blog-slider-area .section-title {
  color: #07135b;
  font-size: 38px;
  line-height: 95px;
  margin-bottom: 0;
}

@media (max-width: 575px) {
  .blog-slider-area .section-title {
    font-size: 30px;
  }
}

.blog-comment-area {
  padding-top: 55px;
}

@media (min-width: 992px) {
  .blog-comment-wrap {
    padding-left: 100px;
    padding-right: 100px;
  }
}

.blog-comment-title {
  color: #0a1e43;
  font-size: 25px;
  line-height: 40px;
  margin-bottom: 35px;
}

.blog-comment-item {
  border: 1px solid #eeeeee;
  border-radius: 10px;
  padding-top: 25px;
  padding-left: 35px;
  padding-right: 35px;
  padding-bottom: 20px;
}

.blog-comment-item.reply-item {
  margin-left: 100px;
}

@media (max-width: 767px) {
  .blog-comment-item.reply-item {
    margin-left: 25px;
  }
}

.blog-comment-item[class*='blog-comment-item']:not(:last-child) {
  margin-bottom: 20px;
}

.blog-comment-item .inner-item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

@media (max-width: 575px) {
  .blog-comment-item .inner-item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.blog-comment-item .comment-img {
  width: 90px;
}

.blog-comment-item .comment-content {
  margin-left: 35px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  width: calc(100% - 90px);
}

@media (max-width: 575px) {
  .blog-comment-item .comment-content {
    margin-top: 30px;
    margin-left: 0;
    width: 100%;
  }
}

.blog-comment-item .comment-content .title {
  color: #0a1e43;
  font-size: 22px;
}

.blog-comment-item .comment-content .meta {
  color: #797e86;
  font-size: 14px;
  line-height: 29px;
}

.blog-comment-item .comment-content .meta .time {
  color: #5138ee;
}

.blog-comment-item .reply-btn {
  background-color: #f8f8f8;
  border: 1px solid #f8f8f8;
  border-radius: 10px;
  font-size: 14px;
  font-weight: 700;
  color: #5138ee;
  width: 110px;
  height: 45px;
  line-height: 43px;
}

.blog-comment-item .reply-btn:hover {
  background-color: #5138ee;
  color: #ffffff;
}

.blog-comment-item .reply-btn:hover i {
  color: #ffffff;
}

.blog-comment-item .reply-btn i {
  margin-right: 5px;
}

@media (max-width: 575px) {
  .blog-comment-item .reply-btn-wrap {
    margin-top: 10px;
  }
}

.blog-comment-item .feedback {
  color: #797e86;
  font-size: 15px;
  line-height: 25px;
  margin-top: 15px;
  margin-bottom: 0;
}

@media (max-width: 575px) {
  .blog-comment-item .feedback {
    font-size: 14px;
  }
}

.blog-style-1 {
  padding-top: 140px;
}

.blog-style-1 .blog-item-wrap {
  --bs-gutter-y: 25px;
}

@media (min-width: 1400px) {
  .blog-style-1 .blog-item-wrap {
    --bs-gutter-x: 70px !important;
    --bs-gutter-y: 65px;
  }
}

/* ---Sidebar--- */
@media (max-width: 991px) {
  .sidebar-area {
    margin-top: 65px;
  }
}

.sidebar-title {
  color: #0a071b;
  font-size: 25px;
  line-height: 35px;
  margin-bottom: 25px;
}

.sidebar-searchbox {
  position: relative;
}

.sidebar-searchbox .input-field {
  background-color: #f8f7fc;
  border: 1px solid #f8f7fc;
  font-family: "Gordita";
  font-size: 15px;
  border-radius: 15px;
  width: 100%;
  height: 60px;
  line-height: 60px;
  padding-left: 30px;
  padding-right: 55px;
}

.sidebar-searchbox .input-field::-webkit-input-placeholder {
  color: #0a071b;
}

.sidebar-searchbox .input-field::-moz-placeholder {
  color: #0a071b;
}

.sidebar-searchbox .input-field:-ms-input-placeholder {
  color: #0a071b;
}

.sidebar-searchbox .input-field::-ms-input-placeholder {
  color: #0a071b;
}

.sidebar-searchbox .input-field::placeholder {
  color: #0a071b;
}

.sidebar-searchbox-btn {
  background-color: transparent;
  border: 0;
  position: absolute;
  top: 50%;
  right: 20px;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  padding-right: 0;
}

.sidebar-searchbox-btn .search-icon-wrap {
  vertical-align: middle;
  position: relative;
}

.sidebar-searchbox-btn .search-icon-wrap:after {
  content: url("../image/search.png");
}

.sidebar-post {
  margin-top: 75px;
}

.sidebar-post .sidebar-title {
  margin-bottom: 40px;
}

.sidebar-post .post-list-slider {
  overflow: hidden;
}

.sidebar-post .post-list-item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.sidebar-post .post-list-img {
  width: 88px;
}

.sidebar-post .post-list-content {
  width: calc(100% - 102px);
  margin-left: 20px;
}

.sidebar-post .post-list-content .title {
  color: #2a2c39;
  font-size: 14px;
  line-height: 25px;white-space:nowrap;
overflow: hidden;
text-overflow:ellipsis;
}

.sidebar-post .post-list-content .title a {
  color: #2a2c39;
}

.sidebar-post .post-list-content .meta span {
  font-family: "Gordita";
  color: #52565b;
  font-weight: 500;
  font-size: 12px;
  line-height: 28px;
}

.sidebar-post .post-list-content .meta span.date i {
  margin-right: 5px;
  line-height: 28px;
}

.sidebar-post .post-list-content .meta .time {
  position: relative;
  padding-left: 15px;
  margin-left: 8px;
}

.sidebar-post .post-list-content .meta .time:before {
  background-color: #52565b;
  border-radius: 50%;
  width: 5px;
  height: 5px;
  content: '';
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}

.sidebar-social {
 
}

.sidebar-social .sidebar-title {
  margin-bottom: 40px;
}

.sidebar-social .social-list li {
  background-color: #f8f7fc;
  border-radius: 15px;
  padding-top: 15px;
  padding-left: 25px;
  padding-right: 25px;
  padding-bottom: 15px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.sidebar-social .social-list li:not(:last-child) {
  margin-bottom: 20px;
}

.sidebar-social .social-list li:hover {
  background-color: #5138ee;
}

.sidebar-social .social-list li:hover * {
  color: #ffffff;
}

.sidebar-social .social-icon {
  font-family: "Gordita";
  color: #0a071b;
}

.sidebar-social .social-icon i {
  margin-right: 15px;
  font-size: 18px;
}

.sidebar-social .social-activity {
  font-family: "Gordita";
  color: #5138ee;
  font-size: 15px;
}

.sidebar-social .social-activity a {
  color: #5138ee;
}

.sidebar-banner {
  margin-top: 55px;
}

.sidebar-banner .sidebar-img {
  position: relative;
}

.sidebar-banner .sidebar-img:before {
  background-color: #0a071b;
  border-radius: 15px;
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0.75;
}

.sidebar-banner .sidebar-img img {
  border-radius: 15px;
  width: 100%;
}

.sidebar-banner .sidebar-img .inner-content {
  position: absolute;
  top: 115px;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  text-align: center;
}

.sidebar-banner .sidebar-img .inner-content .title {
  color: #ffffff;
  font-size: 18px;
  font-weight: 700;
  line-height: 32px;
}

.sidebar-banner .sidebar-img .inner-content .title span {
  font-weight: 500;
}

@media (min-width: 1400px) {
  .sidebar-style-1 {
    padding-left: 70px;
  }
}

/*----------------------------------------*/
/*  19. Form
/*----------------------------------------*/
.form .group-input {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.form-field {
  width: 100%;
}

.form-field[class*='form-field']:not(:last-child) {
  margin-right: 30px;
}

.form-field .input-field,
.form-field .textarea-field {
  background-color: #fafafa;
  border: 1px solid #fafafa;
  border-radius: 10px;
  color: #52565b;
  font-size: 15px;
  padding: 25px;
  width: 100%;
  height: 55px;
}

.form-field .input-field:focus,
.form-field .textarea-field:focus {
  background-color: transparent;
  border-color: #efefef;
}

.form-field .textarea-field {
  margin-top: 30px;
  height: 194px;
}

.form-btn {
  font-family: "Gordita";
  background-color: #1a2c99;
  border: 1px solid #1a2c99;
  border-radius: 10px;
  font-weight: 500;
  width: 200px;
  height: 60px;
  line-height: 57px;
  color: #ffffff;
  font-size: 14px;
}

.form-btn:hover {
  background-color: #f0582e;
  border-color: #f0582e;
}

.form-btn i {
  vertical-align: text-bottom;
  margin-left: 10px;
  font-size: 20px;
}

.form-btn-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 40px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

.form-area {
  padding-top: 50px;
}

@media (min-width: 992px) {
  .form-wrap {
    padding-left: 100px;
    padding-right: 100px;
  }
}

.form-title {
  color: #0a1e43;
  font-size: 25px;
  line-height: 40px;
  margin-bottom: 35px;
}

@media (min-width: 768px) {
  .form-style-2 .form-wrap {
    padding-left: 115px;
    padding-right: 115px;
  }
}

.form-style-2 .form-field {
  margin-bottom: 20px;
}

.form-style-2 .form-field[class*='form-field']:not(:last-child) {
  margin-right: 0;
}

.form-style-2 .form-field .input-field,
.form-style-2 .form-field .textarea-field {
  border-color: #efefef;
}

.form-style-2 .form-field .input-field:focus,
.form-style-2 .form-field .textarea-field:focus {
  background-color: transparent;
  border-color: #1c2fa7;
}

.form-style-2 .form-field .textarea-field {
  margin-top: 0;
}

.form-style-2 .form-btn {
  background-color: #f0582e;
  border-color: #f0582e;
}

.form-style-2 .form-btn:hover {
  background-color: #1a2c99;
  border: 1px solid #1a2c99;
}

.form-style-2 .form-btn i {
  vertical-align: text-bottom;
  margin-left: 10px;
  font-size: 20px;
}

.form-style-2 .form-btn-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  margin-top:20px;
}

.form-style-2 .form-messege {
  margin-top: 25px;
  margin-bottom: 0;
}

.form-style-2 .form-messege.error {
  color: red;
}

.form-style-2 .form-messege.success {
  color: green;
}

/*----------------------------------------*/
/*  20. Contact
/*----------------------------------------*/
.contact-map {
  padding-top: 140px;
}

.contact-map-size {
  height: 500px;
  width: 100%;
}

@media (min-width: 992px) {
  .contact-sidebar {
    padding-left: 40px;
  }
}

.contact-sidebar .inner-img {
  position: relative;
}

.contact-sidebar-banner {
  background-color: #f7f7f7;
  border-radius: 10px;
  padding: 30px;
}

.contact-sidebar-banner img {
  width: 100%;
}

.contact-sidebar-banner:hover .sidebar-btn {
  background-color: #f0582e;
}

.contact-sidebar .sidebar-btn {
  background-color: #1c2fa7;
  border-radius: 10px;
  width: 215px;
  height: 50px;
  line-height: 49px;
  font-size: 18px;
  display: block;
  text-align: center;
  color: #ffffff;
  position: relative;
}

.contact-sidebar .sidebar-btn:after {
  background-color: #ededed;
  width: calc(100% + 5px);
  height: calc(100% + 5px);
  border-radius: 10px;
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  opacity: 0.3;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: -1;
}

.contact-sidebar .sidebar-btn-wrap {
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  position: absolute;
  bottom: 20px;
  left: 50%;
}

.contact-sidebar-info {
  border: 1px solid #efefef;
  border-radius: 10px;
  padding-top: 30px;
  padding-left: 35px;
  padding-right: 35px;
  padding-bottom: 30px;
  margin-top: 20px;
}

.contact-sidebar-info .contact-info li {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.contact-sidebar-info .contact-info li:hover .contact-icon {
  background-color: #5138ee;
}

.contact-sidebar-info .contact-info li:hover .contact-icon img {
  -webkit-filter: brightness(0) invert(1);
          filter: brightness(0) invert(1);
}

.contact-sidebar-info .contact-info li:not(:last-child) {
  margin-bottom: 10px;
}

.contact-sidebar-info .contact-info li a,
.contact-sidebar-info .contact-info li span {
  font-family: "Gordita";
  color: #52565b;
  font-size: 13px;
  line-height: 28px;
}

.contact-sidebar-info .contact-info li a:hover {
  color: #5138ee;
}

.contact-sidebar-info .contact-icon {
  background-color: #f4f4f4;
  border-radius: 10px;
  width: 45px;
  height: 45px;
  line-height: 45px;
  text-align: center;
  margin-right: 15px;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.contact-sidebar-info .contact-icon img {
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.contact-sidebar-info .social-link {
  margin-top: 20px;
}

.contact-sidebar-info .social-title {
  margin-bottom: 15px;
  color: #22262a;
  font-size: 18px;
}

.contact-sidebar-info .social-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.contact-sidebar-info .social-list li:not(:last-child) {
  margin-right: 10px;
}

.contact-sidebar-info .social-list li a {
  background-color: #f4f4f4;
  border-radius: 10px;
  width: 45px;
  height: 45px;
  line-height: 45px;
  text-align: center;
  display: block;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.contact-sidebar-info .social-list li a:hover {
  background-color: #5138ee;
}

.contact-sidebar-info .social-list li a:hover i {
  color: #ffffff;
}

.contact-sidebar-info .social-list li a i {
  color: #22262a;
  font-size: 14px;
}

/*----------------------------------------*/
/*  21. 404
/*----------------------------------------*/
.error-404-area {
  padding-top: 140px;
}

.error-404-item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
}

.error-404-content {
  margin-top: 75px;
}

.error-404-content .title {
  color: #212832;
  font-size: 40px;
  line-height: 1.4;
  margin-bottom: 25px;
}

@media (max-width: 479px) {
  .error-404-content .title {
    font-size: 35px;
  }
}

.error-404-content .desc {
  font-family: "Gordita";
  color: #4a4b51;
  line-height: 30px;
  margin-bottom: 70px;
  max-width: 610px;
}

.pagebar { padding:20px; overflow:hidden; clear:both}
.pagebar .pagination {
  display: flex;
  justify-content: center;
  margin-top: 10px;
}
.pagination a {
  background: #fff;
  border: 1px solid #ccc;
  color: #333;
  font-size: 14px;
  padding: 14px 16px;
  margin: 0 2px;
  border-radius: 3px; line-height:100%
}
.pagination span {
    color: #333;
    font-size: 14px;
    padding: 7px 2px;
    margin: 0 2px;
    border-radius: 3px;
}
.pagination a:hover {
  color: #333;
  border: 1px solid #333;
}
.pagination a.page-num-current {
  color: #fff;
  background: #333;
  border: 1px solid #333;
}
.pagination .st{ font-family:宋体}
.text-secondary{ text-align:center; padding:20px 0}


#maximg img{ max-width:100% !important; height:auto !important;display:inline-block;}
#maximg p span{text-wrap: inherit !important;}


.intro {
	padding: 0px 0 80px
}
.intro .title span {
	display: inline-block;
	font-size: 1.8em;
	margin-top: 15px;
	transition: color .4s;
	-ms-transition: color .4s;
	-o-transition: color .4s;
	-webkit-transition: color .4s;
	-moz-transition: color .4s
}
.intro .title span:hover {
	color: #00837d
}
.intro-item {
	border-top: 1px solid #e6e6e6;
	border-left: 1px solid #e6e6e6;
	margin-top: 15px
}
.intro-item2 {
	border-top: 1px solid #e6e6e6;
	border-left: 1px solid #e6e6e6;
	margin-top: 20px
}
.intro-list {
	text-align: center;
	border-right: 1px solid #e6e6e6;
	border-bottom: 1px solid #e6e6e6;
	height: 270px;
	width: 33.33%;
	float: left;
	transition: box-shadow 1s;
	-ms-transition: box-shadow 1s;
	-o-transition: box-shadow 1s;
	-webkit-transition: box-shadow 1s;
	-moz-transition: box-shadow 1s
}

.intro-list:hover {
	box-shadow: 0 0 50px #cdcdcd
}
.intro-list:hover i {
	transform: rotate(360deg);
	-ms-transform: rotate(360deg);
	-o-transform: rotate(360deg);
	-webkit-transform: rotate(360deg);
	-moz-transform: rotate(360deg)
}
.intro-list:nth-child(1) i {
	background: url(../images/icon1.png) no-repeat center/contain
}
.intro-list:nth-child(2) i {
	background: url(../images/icon2.png) no-repeat center/contain
}
.intro-list:nth-child(3) i {
	background: url(../images/icon3.png) no-repeat center/contain
}
.intro-list:nth-child(4) i {
	background: url(../images/icon4.png) no-repeat center/contain
}
.intro-list:nth-child(5) i {
	background: url(../images/icon5.png) no-repeat center/contain
}
.intro-list:nth-child(6) i {
	background: url(../images/icon6.png) no-repeat center/contain
}
.intro-list i {
	display: inline-block;
	width: 41px;
	height: 41px;
	transition: transform 1.2s ease;
	-ms-transition: transform 1.2s ease;
	-o-transition: transform 1.2s ease;
	-webkit-transition: transform 1.2s ease;
	-moz-transition: transform 1.2s ease
}
.intro-list p {
	font-size: 1.2em;
	color: #1a1a1a;
	font-weight: bolder;
	margin: 25px 0 20px
}
.intro-list span {
	line-height: 24px;
	font-size: 0.8em;
	color: #999
}
.show {
	background: #f8f8f8;
	padding: 70px 0 80px
}


.intro2 {
	padding: 0px 0 80px
}
.intro2 .title span {
	display: inline-block;
	font-size: 1.8em;
	margin-top: 15px;
	transition: color .4s;
	-ms-transition: color .4s;
	-o-transition: color .4s;
	-webkit-transition: color .4s;
	-moz-transition: color .4s
}
.intro2 .title span:hover {
	color: #00837d
}
.intro2-item {
	border-top: 1px solid #e6e6e6;
	border-left: 1px solid #e6e6e6;
	margin-top: 15px
}
.intro2-item2 {
	border-top: 1px solid #e6e6e6;
	border-left: 1px solid #e6e6e6;
	margin-top: 20px
}
.intro2-list2 {
	text-align: center;
	border-right: 1px solid #e6e6e6;
	border-bottom: 1px solid #e6e6e6;
	height: 270px;
	width: 100%;
	float: left;
	transition: box-shadow 1s;
	-ms-transition: box-shadow 1s;
	-o-transition: box-shadow 1s;
	-webkit-transition: box-shadow 1s;
	-moz-transition: box-shadow 1s
}

.intro2-list2:hover {
	box-shadow: 0 0 50px #cdcdcd
}
.intro2-list2:hover i {
	transform: rotate(360deg);
	-ms-transform: rotate(360deg);
	-o-transform: rotate(360deg);
	-webkit-transform: rotate(360deg);
	-moz-transform: rotate(360deg)
}
 
.intro2-list2 i {
	display: inline-block;
	width: 41px;
	height: 41px;
	transition: transform 1.2s ease;
	-ms-transition: transform 1.2s ease;
	-o-transition: transform 1.2s ease;
	-webkit-transition: transform 1.2s ease;
	-moz-transition: transform 1.2s ease
}
.intro2-list2 p {
	font-size: 1.2em;
	color: #1a1a1a;
	font-weight: bolder;
	margin: 25px 0 20px
}
.intro2-list2 span {
	line-height: 24px;
	font-size: 0.8em;
	color: #999
}
@media (max-width: 479px) {
 
 
.intro-list {
	text-align: center;
	border-right: 1px solid #e6e6e6;
	border-bottom: 1px solid #e6e6e6;
	height: 270px;
	width: 50%;
	float: left;
	transition: box-shadow 1s;
	-ms-transition: box-shadow 1s;
	-o-transition: box-shadow 1s;
	-webkit-transition: box-shadow 1s;
	-moz-transition: box-shadow 1s
}


.intro-list2 {
	text-align: center;
	border-right: 1px solid #e6e6e6;
	border-bottom: 1px solid #e6e6e6;
	height: 270px;
	width: 100%;
	float: left;
	transition: box-shadow 1s;
	-ms-transition: box-shadow 1s;
	-o-transition: box-shadow 1s;
	-webkit-transition: box-shadow 1s;
	-moz-transition: box-shadow 1s
}

}
@media (min-width:800px) {
	.intro2{display: none;}
}

.table{display: table;height: 100%}
.table-cell{display: table-cell;vertical-align: middle;height: 270px;}

.position-center{
	position: absolute;
	top: 0;bottom: 0;
	left: 0;right: 0;
	margin: auto;
}
.show-item {
	margin-top: 55px
}
.show-list {
	float: left;
	width: 20%;
	position: relative
}
.show-list:nth-child(1) .line {
	transform: rotate(-32deg);
	-ms-transform: rotate(-32deg);
	-o-transform: rotate(-32deg);
	-webkit-transform: rotate(-32deg);
	-moz-transform: rotate(-32deg);
	right: -19px;
	top: 154px
}
.show-list:nth-child(2n) {
	padding-left: 17px
}
.show-list:nth-child(2n) .desc {
	margin: 45px 0 0 5px
}
.show-list:nth-child(2) .line {
	transform: rotate(31deg);
	-ms-transform: rotate(31deg);
	-o-transform: rotate(31deg);
	-webkit-transform: rotate(31deg);
	-moz-transform: rotate(31deg);
	right: -66px;
	top: 108px;
	width: 180px
}
.show-list:nth-child(3) {
	text-align: center
}
.show-list:nth-child(3) .pro {
	margin-top: 130px
}
.show-list:nth-child(3) .line {
	transform: rotate(-29deg);
	-ms-transform: rotate(-29deg);
	-o-transform: rotate(-29deg);
	-webkit-transform: rotate(-29deg);
	-moz-transform: rotate(-29deg);
	right: -112px;
	top: 114px;
	width: 180px
}
.show-list:nth-child(4) {
	text-align: right
}
.show-list:nth-child(4) .pro {
	margin-right: 15px
}
.show-list:nth-child(4) .desc {
	text-align: left;
	margin: 45px 0 0 98px
}
.show-list:nth-child(4) .line {
	transform: rotate(31deg);
	-ms-transform: rotate(31deg);
	-o-transform: rotate(31deg);
	-webkit-transform: rotate(31deg);
	-moz-transform: rotate(31deg);
	right: -188px;
	top: 156px;
	width: 200px
}
.show-list:last-child {
	text-align: right
}
.show-list:last-child .desc {
	margin: 0 0 45px 130px;
	text-align: left
}
.show-list:last-child .desc h4 {
	padding: 0
}
.show-list .desc {
	margin: 0 0 45px 14px
}
.show-list .desc h4 {
	font-size: 2.2em;
	color: #00837d;
	margin-bottom: 32px;
	font-weight: 400;
	padding-left: 10px
}
.show-list .desc p {
	font-size: 1.4em;
	color: #666;
	line-height: 27px
}
.show-list .desc p:before {
	content: '';
	width: 5px;
	height: 5px;
	background: #00837d;
	border-radius: 50%;
	display: inline-block;
	margin-right: 8px;
	vertical-align: middle
}
.show-list .pro {
	display: inline-block;
	width: 110px;
	height: 127px
}
.show-list .line {
	position: absolute;
	width: 210px;
	height: 1px;
	background: rgba(231,92,30,.4)
}
.solution_box {
	padding: 70px 0 80px
}
.solution .desc {
	display: inline-block;
	width: 50%;
	vertical-align: middle
}
.solution i {
	display: inline-block;
	vertical-align: bottom;
	width: 34px;
	height: 35px
}
.solution .solution_cm {
	margin-bottom: 15px;
	padding-bottom: 15px;
	border-bottom: 1px solid #fbdfd8
}
.solution .solution_cm span {
	font-size: 1.8em;
	color: #00837d;
	display: inline-block;
	margin: 0 30px
}
.solution .solution_cm p {
	width: 430px;
	display: inline-block;
	vertical-align: middle;
	color: #1a1a1a;
	font-size: 1.4em
}
.solution .school i {
	background: url(../img/icon12.png) no-repeat center/contain
}
.solution .teacher i {
	background: url(../img/icon13.png) no-repeat center/contain
}
.solution .student i {
	background: url(../img/icon14.png) no-repeat center/contain
}
.solution .other {
	padding-top: 15px;
	color: #00837d;
	font-size: 1.4em;
	line-height: 28px
}
.solution .pro {
	margin: 55px 0 75px;
	display: inline-block;
	width: 49%;
	text-align: right
}
.solution .sl_cicle {
	display: inline-block;
	position: relative
}
.solution .sl_cicle .leida {
	position: absolute;
	z-index: -1;
	left: 0;
	top: 0;
	-webkit-animation: pointAnimations 5s linear infinite;
	-moz-animation: pointAnimations 5s linear infinite;
	-o-animation: pointAnimations 5s linear infinite;
	animation: pointAnimations 5s linear infinite
}
.case {
	padding: 68px 0 80px;
	background: #f8f8f8
}
.case .swiper-outbox {
	position: relative
}
.case .swiper-outbox .next, .case .swiper-outbox .prev {
	cursor: pointer;
	position: absolute;
	width: 60px;
	height: 60px;
	top: 50%;
	margin-top: -30px;
	z-index: 1
}
.case .swiper-outbox .show_left2 {
	visibility: hidden;
	opacity: 0;
	transition: all ease 1s
}
.case .swiper-outbox .show_left2.scroll-watch-in-view {
	opacity: 1;
	visibility: visible;
	transform: translateX(0) rotate(180deg);
	-ms-transform: translateX(0) rotate(180deg);
	-o-transform: translateX(0) rotate(180deg);
	-webkit-transform: translateX(0) rotate(180deg);
	-moz-transform: translateX(0) rotate(180deg)
}
.case .swiper-outbox .prev {
	transform: translateX(-100px) rotate(180deg);
	-ms-transform: translateX(-100px) rotate(180deg);
	-o-transform: translateX(-100px) rotate(180deg);
	-webkit-transform: translateX(-100px) rotate(180deg);
	-moz-transform: translateX(-100px) rotate(180deg);
	left: -115px;
	background: url(../img/next.png) no-repeat center/contain
}
.case .swiper-outbox .next {
	right: -115px;
	background: url(../img/next.png) no-repeat center/contain
}
.case-item {
	margin: 4.2% 0 0!important
}
.case-list:nth-child(3n-1) {
	text-align: center
}
.case-list:nth-child(3n) {
	text-align: right
}
.news {
	padding: 75px 0
}
.news .title {
	margin-bottom: 60px
}
.news .name {
	width: 100%;
	color: #1a1a1a
}
.news .name span {
	font-size: 32px;
	vertical-align: middle;
	display: inline-block;
	margin-right: 20px;
	position: relative;
	top: -2px
}
.news .name:before {
	vertical-align: middle;
	display: inline-block;
	content: '';
	margin-right: 25px;
	width: 8px;
	height: 34px;
	background: #00837d
}
.news .name:after {
	content: '';
	display: inline-block;
	vertical-align: middle;
	border-bottom: 1px dashed #d6d6d6;
	width: calc(100% - 186px)
}
.news-item {
	font-size: 0
}
.news-item .top {
	font-size: 0;
	margin: 40px 0 35px
}
.news-item .top .pro {
	width: 214px;
	height: 132px;
	margin-right: 25px
}
.news-item .top .desc {
	width: calc(100% - 239px)
}
.news-item .top .desc h3 {
	transition: color .4s;
	-ms-transition: color .4s;
	-o-transition: color .4s;
	-webkit-transition: color .4s;
	-moz-transition: color .4s;
	font-size: 18px;
	color: #1a1a1a;
	margin-bottom: 20px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	width: 100%
}
.news-item .top .desc p {
	font-size: 14px;
	line-height: 26px;
	color: #666;
	overflow: hidden;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3
}
.news-item .top:hover h3 {
	color: #00837d
}
.news-list {
	position: relative;
	border-bottom: 1px dashed #d6d6d6
}
.news-list p {
	width: 74%;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap
}
.news-list a {
	display: inline-block;
	padding: 20px 0;
	font-size: 18px;
	color: #1a1a1a;
	transition: color .4s;
	-ms-transition: color .4s;
	-o-transition: color .4s;
	-webkit-transition: color .4s;
	-moz-transition: color .4s
}
.news-list .date {
	position: absolute;
	right: 0;
	font-size: 14px;
	color: #999;
	top: 22px
}
.news-list:hover a {
	color: #00837d
}
.news-left {
	width: 46.7%;
	margin-right: 6.6%
}
.news-right {
	width: 46.7%
}


.vczz{}

.vczz .vchd{
	text-align: center;
}
.vczz .vchd h3{
	font-size: 34px;
	font-weight: bold;
}
.vczz .vciul,.vczz .vciul li{
	margin: 0;
	padding: 0;
	list-style: none;
}
.vczz .vciul{
	height: auto;
	overflow: hidden;
	display: flex;
	align-items: center;
	justify-content: center;
	margin-top: 94px;
}


.vczz .vciul li{
	padding: 0 66px;
	position: relative;
	margin-right: 4px;
}
.vczz .vciul li div{
	width: 175px;
	height: 56px;
	border-radius: 28px;
	background: linear-gradient(90deg, #00beb7 0%, #00bbb4 53%, #00bbb4 100%);
	font-size: 28px;
	font-weight: normal;
	display: flex;
	align-items: center;
	justify-content: center;
	color: #FFFFFF;
}
.vczz .vciul li div span{
	font-style: normal;
	font-size: 20px;
	margin-top: 4px;
}
.vczz .vciul li span{
	position: absolute;
	right: -10px;
	top: 50%;
	margin-top: -9px;
	width: 20px;
	height: 18px;
}
.vczz .vciul li span .icons{
	width: 21px;
	height: 19px;
	fill: #00837d;
}
.vczz .vciul li em {
	font-style: normal;
	font-size: 20px;
	margin-top: 4px;
}
.vczz .vciul li::after, .vczz .vciul li::before {
	content: '';
	position: absolute;
	border-bottom: 2px dashed #00837d;
	width: 64px;
	top: 50%;
	margin-top: -1px;
}
.vczz .vciul li::after{
	right: 0;
}
.vczz .vciul li::before{
	left: 0;
}
.vczz .vciul li:last-child {
	margin-right: 0;
}

.vczz .vciul li:first-child::before {
	content: none;
}

.vczz .vciul li:last-child::after {
	content: none;
}
.index-increase-list {
	height: auto;
	overflow: hidden;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 10px;
	box-sizing: border-box;
	width: 1220px;
	margin: 65px auto 50px;
}
.index-increase-list li{
	height: auto;
	overflow: hidden;
	 
	align-items: center;
	 
	width: 240px;
	margin: 8px auto 8px;
}

.index-increase-list li:last-child {
	margin-right: 0;
}

.index-increase-list li div {
	width: 210px;
	height: 66px;
	text-align: center;
}

.index-increase-list li div .icons {
	width: 66px;
	height: 66px;
	text-align: center;
}

.index-increase-list li h6 {
	font-size: 20px;
	font-weight: 600;
	color: #333333;
	margin-top: 26px;
	text-align: center;
	width: 200px;
}

@media (max-width:500px) {
	.section-areabb {
	 display: none;
	}
	.vczz .vciul{
		display: none;
	}
	.vczz{
		display: none;
	}
	.index-increase-list {
		height: auto;
		overflow: hidden;
		display: flex;
		align-items: center;
		justify-content: center;
		padding: 10px;
		box-sizing: border-box;
		width: 100%;
		margin: 65px auto 50px;
	}
	
	
	.index-increase-list li {
		width: 282px;
		height: 300px;
		border-radius: 4px;
		background: #FFFFFF;
		box-shadow: 0px 2px 10px 0px rgba(15, 15, 15, 0.1);
		margin-right: 24px;
		padding: 38px 32px;
		box-sizing: border-box;
	}
	
}
.index-increase-list li p {
	font-size: 16px;
	font-weight: normal;
	line-height: 25px;
	color: #666666;
	margin-top: 16px;
	text-align: left;
}
.r_4{ text-align:center}
.r_4 dl.leftT{color:#fff; margin:104px 280px; text-align:right;float:right; width:340px;}

.r_4 dl.rightT{color:#232323; margin:104px 280px; text-align:left;float:left; width:340px;}
.r_4 dl dt{font-size:36px; font-family:'Microsoft YaHei'; font-weight:bold; margin-bottom:36px}
.r_4 dl dd p{font-size:18px; margin-bottom:12px}
.r_4 table{width:100%; margin-top:52px}
.r_4 table tr td, th{border:none;}
.r_4 table tr{height:96px;}
.r_4 table td.td1{width:41%; font-size:18px; text-align:right}
.r_4 table td.td3{width:41%; font-size:18px; text-align:left}
.r_4 table td img.l{margin-bottom:4px;margin-left:22px;margin-right:40px;vertical-align:middle}
.r_4 table td img.r{margin-bottom:4px;margin-left:40px;margin-right:22px;vertical-align:middle}
.r_4 table td.td2{width:8%; }
.r_4 table td.td2 .c_m{width: 74px;height: 80px; background:url(/template/pc/skin/img/circle.png) no-repeat; color:#2e2e2e; font-size:22px;  font-weight:bold; padding-top:22px;text-align:center; margin:0px auto}
.r_4 table tr:hover .c_m{background:url(/template/pc/skin/img/circle_hover.png) no-repeat; color:#fff;}

.vcbox .pure-g {

	text-rendering: optimizespeed;
	font-family: FreeSans, Arimo, "Droid Sans", Helvetica, Arial, sans-serif;
	display: -webkit-flex;
	-webkit-flex-flow: row wrap;
	display: -ms-flexbox;
	-ms-flex-flow: row wrap;
}
.vcbox .pure-u-1-2, .vcbox .pure-u-12-24 {
	width: 50%;
	*width: 49.9690%;
}

.vcfwdb{}
.vcfwdb .vchd{
	color: #00837d;
	text-align: center;
	font-size: 30px;
}
.vcfwdb .vcsb{
	text-align: center;
	font-size: 18px;
	padding: 10px 0;
}
.vcfwdb .vcx{
	padding: 10px 0;
}
.vcfwdb .vcx i{
	display: block;
	width: 80px;
	height: 5px;
	background: #00837d;
	margin: 0 auto;
}
.vcfwdb .wz{
	position: relative;
}
.vcfwdb .wz .wzul{
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	padding-top: 6%;
	color: #fff;
}
.vcfwdb .wz .ul{
	width: 50%;
	float: left;
	padding-left: 17%;
	height: 100%;
	font-size: 16px;
}
.vcfwdb .wz .ul .li{
	height: 16%;
	position: relative;
}
.vcfwdb .wz .ul .tit{
	font-size: 26px;
	font-weight: bold;
	height: 20%;
}
.vcfwdb .wz .ul .li .in{
	position:absolute;
	top: 50%;
	transform: translate(0, -50%);
}
.vcfwdb .vcbtx{
	margin: 5px 15px 15px;
}
.vcfwdb .vcbtx a{
	display: block;
	padding: 15px 0;
	text-align: center;
	color: #fff;
	font-size: 18px;
	font-weight: bold;
	border-radius: 10px;
	background: rgb(0, 131, 125);
	background-image: -webkit-linear-gradient(45deg, rgb(36, 142, 103), rgb(0, 131, 125));
	-webkit-animation: templateSearchLight 3s infinite;
	-o-animation: templateSearchLight 3s infinite;
	animation: templateSearchLight 3s infinite;
	overflow: hidden;
	-webkit-transform: translateZ(0);
	transform: translateZ(0);
}
@keyframes templateSearchLight {
	0% {
		transform: scale(1);
		-webkit-transform: scale(1);
		-ms-transform: scale(1);
	}
	33% {
		transform: scale(0.95);
		-webkit-transform: scale(0.95);
		-ms-transform: scale(0.95);
	}
	66% {
		transform: scale(1);
		-webkit-transform: scale(1);
		-ms-transform: scale(1);
	}
	100% {
		transform: scale(1);
		-webkit-transform: scale(1);
		-ms-transform: scale(1);
	}
}
.vc-ibtns{
	padding-top: 0;
	text-align: center;
	font-size: 16px;
	display: flex;
	justify-content: space-evenly;
}
.vc-ibtns a{
	background: #00837d;
	display: inline-block;
	color: #fff;
	border-radius: 3px;
	padding: 8px 30px;
	min-width: 185px;
}
.vc-ibtns a.ol{
	border: 1px solid #00837d;
	color: #00837d;
	background: #fff;
}
@media (max-width: 1000px){
	.vc-ibtns{
		padding-top: 50px;
	}
}
.vcwxts{
	position: fixed;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	background: rgba(0,0,0,.4);
	display: none;
	z-index: 999999;
}
.vcwxts .inbox{
	position: absolute;
	width: 100%;
	height: 100%;
}
.vcwxts .tsbx{
	background: #fff;
	border-radius: 10px;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	position: absolute;
	width: 80%;
	padding: 30px 0;
	font-size: 16px;
	color: #666;
	text-align: center;
	line-height: 1.6;
}
.vcwxts .tsbx .close{
	position: absolute;
	right: 15px;
	top: 15px;
	color: #666;
	font-size: 26px;
	line-height: 1;
	cursor: pointer;
}
.vcwxts .tsbx>img{
	display: block;
	width: 45px;
	height: 45px;
	margin: 0 auto;
}
.vcwxts .tsbx .tit{
	font-weight: bold;
	font-size: 20px;
	padding: 10px 0;
	color: #111;
}
.vcwxts .tsbx .int{
	margin-bottom: 20px;
}
.vcwxts .tsbx .btns a{
	display: inline-block;
	color: #fff;
	background: #00837C;
	border-radius: 6px;
	padding: 10px 30px;
}
.vcitabbox{}
.vcitabbox .hd{
	
	color: #081631;
	font-size: 34px;
	
	text-align: center;
}
.vcitabbox .vctabs{
	border-bottom: 1px solid #e8e8e8;
	height: 56px;
}
.vcitabbox .vctabs .tab{
	color: #262626;
	font-weight: 500;
	padding-bottom: 30px;
	line-height: 24px;
	font-size: 20px;
	text-align: center;
	width: 25%;
	float: left;
}
.vcitabbox .vctabs .tab span{
	display: inline-block;
	height: 55px;
	position: relative;
	top: 1px;
	cursor: pointer;
}
.vcitabbox .vctabs .tab span:hover{
	border-bottom: 2px solid #00837C;
}
.vcitabbox .vctabs .tab.active span{
	color: #00837C;
	border-bottom: 2px solid #00837C;
}
.vcitabbox .vctabs .tab.active .icon{
	fill: #00837C;
}
.vcitabbox .vctabs .tab .icon{
	vertical-align: middle;
}
.vcitabbox .vcboxs{
	width: 1280px;
	height: 650px;
     background: url(/template/pc/skin/img/pb.png) no-repeat center top;

	background-size: cover;
}
.vcitabbox .vcboxs .vcbox{
	display: none;
	width: 1064px;
	height: 576px;
	padding-left: 215px;
	padding-top: 72px;
}
.vcitabbox .vcboxs .vcbox img{
	display: block;
	width: 100%;
	height: 100%;
}
.vckf{
	position: fixed;
	bottom: 10%;
	right: 6px;
	z-index: 101;
	overflow: visible;
}
.vckf .in{
	position: relative;
}
.vckf .in .inbox{
	background: #fff;
	padding: 10px;
	position: absolute;
	right: 90px;
	box-shadow: 0 2px 12px 0 rgba(0,0,0,.1);
	top: 30px;
	display: none;
}
.vckf .in .inbox.def{}
.vckf .in .inbox.gzh{}
.vckf .in .inbox.xcx{
	top: 115px;
}
.vckf .in .inbox:after{
	content: "";
	position: absolute;
	display: block;
	width: 0;
	height: 0;
	border: 6px solid transparent;
	border-left: 6px solid #fff;
	top: 50%;
	right: -12px;
}
.vckf .in .inbox img{
	display: block;
	width: 140px;
	height: 140px;
}
.vckf .in .inbox.def{
	background: transparent;
	padding: 0;
	display: block;
	box-shadow: none;
}
.vckf .in .inbox.def .close{
	position: absolute;
	width: 20px;
	height: 20px;
	right: 0;
	top: -30px;
	cursor: pointer;
}
.vckf .in .inbox.def .close .icon{
	fill: #999;
	width: 20px;
	height: 20px;
}
.vckf .in .inbox.def .ibg{
	border-radius: 12px;
	padding: 15px 16px 20px;
	background: linear-gradient(274deg,#00c1b1,#21aca3);
	margin: 0 12px;
	position: relative;
	top: 15px;
	color: #fff;
	text-align: center;
}
.vckf .in .inbox.def .ibg .h{
	font-weight: bold;
}
.vckf .in .inbox.def .ibg .i{
	padding: 5px 0;
}
.vckf .in .inbox.def .img{
	width: 180px;
	height: 180px;
	z-index: 1;
	position: relative;
}
.vckf .in .inbox.def:after{
	display: none;
}
.vckf .in .inbox.def .img .txt{
	position: absolute;
	left: 35px;
	top: 25px;
	right: 35px;
	bottom: 10px;
}
.vckf .in .inbox.def .img .txt .t{
	text-align: center;
	font-size: 12px;
	font-weight: bold;
	padding-top: 10px;
	margin: 0 -20px;
}
.vckf .in .inbox.def .img .txt img{

}
.vckf .in .inbox.def .img .txt .t img{
	width: auto;
	height: auto;
	vertical-align: middle;
	display: inline;
}
.vckf .rightb{
	width: 80px;
	background: #fff;
	box-shadow: 0 4px 10px 0 rgba(43,56,244,.08);
}
.vckf .rightb .li{
	height: 80px;
	text-align: center;
	overflow: hidden;
	color: #303659;
	display: block;
}
.vckf .rightb .li .icon{
	display: block;
	margin: 0 auto;
	fill: #303659;
	width: 24px;
	height: 24px;
	margin-top: 20px;
}
.vckf .rightb .li.active,.vckf .rightb .li:hover{
	color: #00837d;
}
.vckf .rightb .li.active .icon,.vckf .rightb .li:hover .icon{
	fill: #00837d;
}
.vckf .rightb .li span{
	display: block;
	padding-top: 6px;
	line-height: 1;
}
.vckf .vctop{
	display: block;
	padding-top: 8px;
	padding-bottom: 8px;
	margin-top: 10px;
	box-shadow: 0 4px 10px 0 rgba(43,56,244,.08);
	background: #fff;
	text-align: center;
}


.vcfbar{
	height: 50px;
	position: fixed;
	left: 0;
	right: 0;
	bottom: 0;
	background: #00837d;
}
.vcfbar a{

}
.vcfbar .icon{
	display: inline-block;
	vertical-align: middle;
}
.vcfbar .zx a{
	display: block;
	padding: 0 15px;
	color: #fff;
	height: 100%;
}
.vcfbar .zx .icon{
	display: block;
	margin-top: 5px;
}
.vcfbar .zx span{
	display: block;
}
.vcfbar .ea{
	text-align: center;
	height: 100%;
	margin: 0 10px;
	padding-top: 5px;
}
.vcfbar .ea a{
	display: inline-block;
	padding: 0 20px;
	border: 1px solid #fff;
	border-radius: 100px;
	color: #fff;
	height: 38px;
	line-height: 38px;
	width: 100%;
}
.vcfbar .ea .a2{
	background: #fff;
	color: #008253;
}
.vcfbar{}
.vcfbar{}
 
footer {
	font-size: 1em;
	padding-top: 1%;
	width: 100%;
	background: #2b2b2b;
	min-width: 1200px
}
.part-1 {
	max-width: 1200px;
	width: 100%;
	margin: 2.5% auto
}
.footer-nav {
	float: left;
	width: 66.5%
}
.item-common {
	float: left;
	width: 16.667%;
	text-align: left;
	transition: all linear .3s;
	-moz-transition: all linear .3s;
	-webkit-transition: all linear .3s;
	-o-transition: all linear .3s
}
.item-common span {
	font-weight: lighter;
	display: inline-block;
	font-size: 16px;
	color: rgba(230,230,230,.5);
	padding-bottom: 15px;
	margin-bottom: 12px;
	border-bottom: 1px solid rgba(230,230,230,.5)
}
.item-common a {
	font-size: 14px;
	display: block;
	margin-bottom: 15px;
	color: rgba(230,230,230,.7);
	word-break: break-all;
	transition: .2s all linear;
	-moz-transition: .2s all linear;
	-webkit-transition: .2s all linear;
	-o-transition: .2s all linear
}
.item-common a:hover {
	color: #fff
}
.footer-icon {
	width: 20%;
	float: left
}
.footer-icon .phone p {
	font-size: 1.6em;
	color: #ad1e1a
}
.footer-icon .phone p span {
	font-size: 12px
}
.footer-icon .phone strong {
	font-size: 1.4em;
	color: #d0d0d0;
	font-weight: 400
}
.footer-icon .mail i, .footer-icon .phone i {
	float: left;
	margin-right: 10px;
	display: inline-block;
	width: 17px;
	height: 17px;
	vertical-align: middle;
	margin-top: 1px
}
.footer-icon .phone i {
	background: url(../img/phone-icon.png) no-repeat
}
.footer-icon .mail i {
	background: url(../img/location-icon.png) no-repeat;
	margin-top: 7px
}
.footer-icon .mail {
	margin-top: 10px
}
.footer-icon .mail p {
	color: #d0d0d0;
	font-size: 1.6em
}
.footer-icon .mail strong {
	color: #d0d0d0;
	font-size: 1.4em;
	font-weight: 400;
	float: left;
	width: 87%;
	line-height: 30px
}
.wechat {
	display: inline-block
}
.wechat .others p {
	font-size: 14px;
	color: #9e9e9e;
	margin-bottom: 18px
}
.wechat .ewm {
	margin-left: 45px;
	margin-top: 10px
}

.ewmzs
{
	float:right;
	
}
.wechat .address {
	font-size: 14px;
	color: #9e9e9e;
	margin-bottom: 18px
}
@media (max-width:500px) {
	.wechat .address {
		display: none;
	}
}
.copyright {
	background: #2b2b2b;
	border-top: 1px solid #5d5d5d;
	text-align:center;
}
.copyright-box {
	margin: 0 auto 0;
	width: 1200px;
	max-width: 100%;
	padding: 30px 0
}
.copyright ul {
	float: left
}
.copyright-list {
	float: left;
	font-size: 12px;
	text-align: center;
	line-height: 52px
}
.copyright-list a {
	color: #555;
	border-right: 1px solid #555;
	padding: 0 15px
}
.copyright-list a:hover {
	text-decoration: underline
}
.copyright-list:nth-child(1) a {
	padding-left: 0
}
.copyright p {
	font-size: 14px;
	color: #9e9e9e;
	margin-left: 15px;
	display: inline-block
}
.copyright p a {
	font-size: 14px;
	color: #9e9e9e
}
.copyright span {
	font-size: 14px;
	color: #9e9e9e
}
.copyright span a {
	font-size: 14px;
	color: #9e9e9e
}
.frend-item {
	float: right
}
.frend-list {
	float: left;
	margin-right: 10px;
	color: #9e9e9e;
	font-size: 14px
}
.frend-list a {
	display: inline-block;
	font-size: 14px;
	color: #9e9e9e
}
.frend-list:last-child {
	margin-right: 0
}
@media (max-width:1440px) {
.aside-nav, .msg {
	right: 0
}
}
@media (max-width:1240px) {
header {
	padding: 0 2%
}
footer {
	min-width: 100%;
	padding: 3% 2.5% 0
}
}
@media (max-width:1120px) {
.footer-nav {
	display: none
}
.part-1 {
	text-align: center
}
.f_contact {
	text-align: left
}
}
@media (max-width:1000px) {
header {
	padding: 0
}
.inside-banner {
	margin-top: 0
}
.logo {
	margin-top: 11px;
	width: 130px
}
.logo img {
	max-width: 100%
}
.header-in {
	background: #fff;
	height: 55px;
	padding: 0 2%;
	position: fixed;
	overflow: visible;
	box-shadow: 0 1px 10px -3px #000
}
.header-r {
	float: none;
	position: fixed;
	left: 0;
	top: 0;
	z-index: 99999;
	width: 100%;
	height: 0;
	text-align: center;
	transition: 0s 1s;
	overflow: hidden
}
body.on .header-r {
	height: 100%;
	transition: 0s
}
.header-r::after {
	content: ' ';
	position: absolute;
	left: 0;
	top: -100%;
	z-index: -1;
	width: 100%;
	height: 100%;
	background: #f2f2f2;
	transition: .8s .2s
}