@charset "UTF-8";
/*
--------------------------
	Css Indexing
--------------------------
** @typography
--------------------------
** Global css
--------------------------
** Breadcumb Area
-------------------------- 
** Preloader
--------------------------
** Normalize
--------------------------
** Navbar Area
--------------------------
** Header Area
--------------------------
** Service Area
--------------------------
** Video Area
--------------------------
** Testimonial Area
--------------------------
** Achivement Area
--------------------------
** Faq Area
--------------------------
** Marketing Area
--------------------------
** Footer Area
--------------------------
** About Page
--------------------------
** Service Page
--------------------------
** Testimonial Page
--------------------------
** Blog Page
--------------------------
** Blog Details Page
--------------------------
** Contact Page
--------------------------
** Login Page
--------------------------

*/
/*-----------------
    @Typography
-----------------*/
@import url("https://fonts.googleapis.com/css?family=Comfortaa:300,400,700|Poppins:400,500,600,700,800");
/*---------------------------
** Global Scss
---------------------------*/
.section-bg-1 {
  background-color: #141a66;
}

.section-bg-2 {
  background-color: #19206e;
}

.bg-green {
  background-color: #17b212 !important;
}

.remove-col-padding {
  padding: 0;
}

.navbar-toggler {
  border-color: rgba(0, 0, 0, 0.1);
}

.mobile-logo {
  display: none;
}

.navbar-toggler-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(0, 0, 0, 0.50)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E");
}

.remove-col-padding-right {
  padding-right: 0;
}

.remove-col-padding-left {
  padding-left: 0;
}

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

.padding-right-0 {
  padding-left: 0;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.margin-bottom-0 {
  margin-bottom: 0px !important;
}

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

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

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

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

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

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

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

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

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

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

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

.margin-top-120 {
  margin-top: 120px;
}

.padding-left-0 {
  padding-left: 0px !important;
}

.navbar-expand-lg .navbar-nav .nav-link {
  padding-right: 0.4rem;
  padding-left: 0.4rem;
}

.back-to-top {
  position: fixed;
  right: 30px;
  bottom: 30px;
  width: 50px;
  height: 50px;
  background-color: #ff8939;
  color: #fff;
  text-align: center;
  line-height: 60px;
  border-radius: 50%;
  z-index: 99;
  font-size: 25px;
  cursor: pointer;
  -webkit-box-shadow: 0 0 5px rgba(255, 137, 57, 0);
  box-shadow: 0 0 5px rgba(255, 137, 57, 0);
}
.back-to-top i {
  -ms-transform: rotate(-45deg);
  /* IE 9 */
  -webkit-transform: rotate(-45deg);
  /* Chrome, Safari, Opera */
  transform: rotate(-45deg);
}

.br-10 {
  border-radius: 10px;
}

.boxed-btn {
  display: inline-block;
  text-align: center;
  height: 60px;
  line-height: 60px;
  font-size: 16px;
  font-weight: 700;
  color: #fff;
  width: 160px;
  background-color: #ff8939;
  padding: 0 20px;
  -webkit-transition: all 0.3s ease-in;
  -moz-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
}
.boxed-btn:hover {
  color: #fff;
  background-color: #ff8939;
}
.boxed-btn.btn-rounded {
  border-radius: 30px;
}
.boxed-btn.blank {
  background-color: transparent;
  border: 2px solid #1e3056;
  color: #1e3056;
}
.boxed-btn.blank:hover {
  background-color: #ff8939;
  color: #fff;
}

.mwd-700 {
  max-width: 700px;
}

.section-title {
  text-align: center;
  margin-bottom: 77px;
}
.section-title.extra .title {
  margin-bottom: 25px;
}
.section-title .title {
  font-size: 48px;
  line-height: 58px;
  margin-bottom: 13px;
  color: #1e3056;
  font-weight: 700;
}
.section-title p {
  font-size: 16px;
  line-height: 26px;
  color: rgba(30, 48, 86, 0.9);
}

.c-white {
  color: #fff;
}

.blue-bg {
  background-color: #1e3056;
}

.dark-blug-lg {
  background-color: #14213a;
}

.c-red {
  color: #ff8939;
}

.bg-red {
  background-color: #ff8939;
}

.c-green {
  color: #00cf92;
}

.submit-btn {
  width: 250px;
  height: 60px;
  text-align: center;
  font-weight: 700;
  font-size: 14px;
  line-height: 40px;
  color: #fff;
  text-transform: uppercase;
  background-color: #ff8939;
  border: none;
  -webkit-transition: all 0.3s ease-in;
  -moz-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
  cursor: pointer;
}
.submit-btn:hover {
  background-color: #1e3056;
}
.submit-btn.btn-rounded {
  border-radius: 30px;
}
.submit-btn.btn-center {
  display: block;
  margin: 0 auto;
  margin-top: 25px;
}
.submit-btn:focus {
  outline: none;
}

.section-title-inner {
  text-align: center;
  margin-bottom: 45px;
}
.section-title-inner .subtitle {
  font-size: 18px;
  line-height: 28px;
  text-transform: uppercase;
  font-weight: 700;
  color: #ff8939;
  margin-bottom: 20px;
  display: block;
}
.section-title-inner .title {
  font-size: 48px;
  font-weight: 700;
  line-height: 58px;
}

.form-element.margin-bottom-30 {
  margin-bottom: 27px;
}

.form-element label {
  color: #1e3056;
  font-size: 14px;
  font-weight: 700;
  line-height: 32px;
}
.form-element label span {
  color: #be1f27;
}

.form-element select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.has-icon {
  position: relative;
  display: block;
}
.has-icon.textarea .the-icon {
  top: 25px;
}
.has-icon .input-field {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.has-icon .the-icon {
  font-size: 14px;
  position: absolute;
  right: 30px;
  top: 50%;
  -ms-transform: translateY(-50%);
  /* IE 9 */
  -webkit-transform: translateY(-50%);
  /* Chrome, Safari, Opera */
  transform: translateY(-50%);
  color: #7c7c90;
}

.input-field {
  width: 100%;
  height: 60px;
  padding: 0 30px;
  border-radius: 5px;
  color: #7c7c90;
}
.input-field::-webkit-input-placeholder {
  /* WebKit browsers */
  color: #7c7c90;
}
.input-field:-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  color: #7c7c90;
}
.input-field::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: #7c7c90;
}
.input-field:-ms-input-placeholder {
  /* Internet Explorer 10+ */
  color: #7c7c90;
}
.input-field.borderd {
  border: 2px solid rgba(0, 0, 0, 0.1);
}
.input-field.borderd:focus {
  border: 2px solid rgba(0, 0, 0, 0.1);
}
.input-field.textarea {
  min-height: 120px;
  padding: 20px 30px;
  resize: none;
}
.input-field.error {
  border: 1px solid #dc3545;
}
.input-field.error::-webkit-input-placeholder {
  /* WebKit browsers */
  color: #dc3545;
}
.input-field.error:-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  color: #dc3545;
}
.input-field.error::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: #dc3545;
}
.input-field.error:-ms-input-placeholder {
  /* Internet Explorer 10+ */
  color: #dc3545;
}
.input-field.error:focus {
  border-color: #dc3545;
}

.gray-bg {
  background-color: #fafafd;
}

.video-play-btn {
  position: relative;
  z-index: 1;
  display: inline-block;
  width: 70px;
  height: 70px;
  line-height: 70px;
  text-align: center;
  font-size: 16px;
  background-color: #fff;
  border-radius: 50%;
  color: #313131;
}
.video-play-btn:before {
  content: "";
  position: absolute;
  z-index: 0;
  left: 50%;
  top: 50%;
  -ms-transform: translateX(-50%) translateY(-50%);
  /* IE 9 */
  -webkit-transform: translateX(-50%) translateY(-50%);
  /* Chrome, Safari, Opera */
  transform: translateX(-50%) translateY(-50%);
  display: block;
  width: 80px;
  height: 80px;
  background: #fff;
  border-radius: 50%;
  -webkit-animation: pulse-border 1500ms ease-out infinite;
  animation: pulse-border 1500ms ease-out infinite;
  z-index: -1;
}
.video-play-btn:hover {
  color: #313131;
}

.email-success {
  display: block;
  width: 100%;
}

.checkbox-element {
  display: inline-block;
}

.checkbox-wrapper {
  display: inline-block;
}

.checkbox-inner {
  display: block;
  position: relative;
  padding-left: 30px;
  margin-bottom: 12px;
  cursor: pointer;
  font-size: 14px;
  line-height: 24px;
  color: rgba(30, 48, 86, 0.7);
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.checkbox-inner input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
}
.checkbox-inner .checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 20px;
  width: 20px;
  background-color: transparent;
  border: 2px solid #ff8939;
  border-radius: 2px;
}
.checkbox-inner .checkmark:after {
  content: "";
  position: absolute;
  display: none;
}
.checkbox-inner input:checked ~ .checkmark:after {
  display: block;
}
.checkbox-inner .checkmark:after {
  left: 5px;
  top: 2px;
  width: 5px;
  height: 10px;
  border: solid #ff8939;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.table-responsive {
  display: table;
}

@-webkit-keyframes pulse-border {
  0% {
    -webkit-transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
    transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
    opacity: 1;
  }
  100% {
    -webkit-transform: translateX(-50%) translateY(-50%) translateZ(0)
      scale(1.3);
    transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.3);
    opacity: 0;
  }
}

@-moz-keyframes pulse-border {
  0% {
    transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
    opacity: 1;
  }
  100% {
    transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.3);
    opacity: 0;
  }
}

@-o-keyframes pulse-border {
  0% {
    transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
    opacity: 1;
  }
  100% {
    transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.3);
    opacity: 0;
  }
}

@keyframes pulse-border {
  0% {
    -webkit-transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
    transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
    opacity: 1;
  }
  100% {
    -webkit-transform: translateX(-50%) translateY(-50%) translateZ(0)
      scale(1.3);
    transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.3);
    opacity: 0;
  }
}

@media only screen and (max-width: 767px) {
  .row.reorder-xs {
    -ms-transform: rotate(180deg);
    /* IE 9 */
    -webkit-transform: rotate(180deg);
    /* Chrome, Safari, Opera */
    transform: rotate(180deg);
    direction: rtl;
  }
  .row.reorder-xs > [class*="col-"] {
    -ms-transform: rotate(-180deg);
    /* IE 9 */
    -webkit-transform: rotate(-180deg);
    /* Chrome, Safari, Opera */
    transform: rotate(-180deg);
    direction: ltr;
  }
}

.switch {
  position: relative;
  display: inline-block;
  width: 70px;
  height: 30px;
}
.switch input {
  display: none;
}
.switch .slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #f0faff;
  -webkit-transition: 0.4s;
  -moz-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
.switch .slider.round {
  border-radius: 34px;
}
.switch .slider.round:before {
  border-radius: 50%;
}
.switch .slider:before {
  position: absolute;
  content: "";
  height: 30px;
  width: 30px;
  left: 0px;
  bottom: 0px;
  background-color: #1e3056;
  -webkit-transition: 0.4s;
  -moz-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}

input:checked + .slider:before {
  background-color: #ff8939;
}

input:checked + .slider {
  background-color: #f0faff;
}

input:focus + .slider {
  -webkit-box-shadow: 0 0 1px #f0faff;
  box-shadow: 0 0 1px #f0faff;
}

input:checked + .slider:before {
  -ms-transform: translateX(41px);
  /* IE 9 */
  -webkit-transform: translateX(41px);
  /* Chrome, Safari, Opera */
  transform: translateX(41px);
}

/*---------------------
    Breadcumb Area
----------------------*/
.breadcrumb-area {
  padding: 237px 0 97px 0;
  background-color: #f6f7f8;
}
.breadcrumb-area.white-bg {
  background-color: #fff;
}
.breadcrumb-area.extra {
  padding-bottom: 112px;
}
.breadcrumb-area.breadcrumb-bg {
  background-image: url(../img/bg/breadcrumb-bg.png);
  background-position: center;
  background-size: cover;
}
.breadcrumb-area .title {
  font-size: 60px;
  line-height: 70px;
  font-weight: 700;
  color: #fff;
}

/*-------------------------
    Preloader Css
---------------------------*/
.preloader-inner {
  position: fixed;
  left: 0;
  top: 0;
  z-index: 9;
  background-color: #fff;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  opacity: 0.8;
}

.preloader-container {
  position: absolute;
  width: 200px;
  height: 200px;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}

.item {
  width: 100px;
  height: 100px;
  position: absolute;
}

.item-1 {
  background-color: #fa5667;
  top: 0;
  left: 0;
  z-index: 1;
  -webkit-animation: item-1_move 1.8s cubic-bezier(0.6, 0.01, 0.4, 1) infinite;
  animation: item-1_move 1.8s cubic-bezier(0.6, 0.01, 0.4, 1) infinite;
}

.item-2 {
  background-color: #7a45e5;
  top: 0;
  right: 0;
  -webkit-animation: item-2_move 1.8s cubic-bezier(0.6, 0.01, 0.4, 1) infinite;
  animation: item-2_move 1.8s cubic-bezier(0.6, 0.01, 0.4, 1) infinite;
}

.item-3 {
  background-color: #1b91f7;
  bottom: 0;
  right: 0;
  z-index: 1;
  -webkit-animation: item-3_move 1.8s cubic-bezier(0.6, 0.01, 0.4, 1) infinite;
  animation: item-3_move 1.8s cubic-bezier(0.6, 0.01, 0.4, 1) infinite;
}

.item-4 {
  background-color: #fac24c;
  bottom: 0;
  left: 0;
  -webkit-animation: item-4_move 1.8s cubic-bezier(0.6, 0.01, 0.4, 1) infinite;
  animation: item-4_move 1.8s cubic-bezier(0.6, 0.01, 0.4, 1) infinite;
}

@-webkit-keyframes item-1_move {
  0%,
  100% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }
  25% {
    -webkit-transform: translate(0, 100px);
    transform: translate(0, 100px);
  }
  50% {
    -webkit-transform: translate(100px, 100px);
    transform: translate(100px, 100px);
  }
  75% {
    -webkit-transform: translate(100px, 0);
    transform: translate(100px, 0);
  }
}

@keyframes item-1_move {
  0%,
  100% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }
  25% {
    -webkit-transform: translate(0, 100px);
    transform: translate(0, 100px);
  }
  50% {
    -webkit-transform: translate(100px, 100px);
    transform: translate(100px, 100px);
  }
  75% {
    -webkit-transform: translate(100px, 0);
    transform: translate(100px, 0);
  }
}

@-webkit-keyframes item-2_move {
  0%,
  100% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }
  25% {
    -webkit-transform: translate(-100px, 0);
    transform: translate(-100px, 0);
  }
  50% {
    -webkit-transform: translate(-100px, 100px);
    transform: translate(-100px, 100px);
  }
  75% {
    -webkit-transform: translate(0, 100px);
    transform: translate(0, 100px);
  }
}

@keyframes item-2_move {
  0%,
  100% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }
  25% {
    -webkit-transform: translate(-100px, 0);
    transform: translate(-100px, 0);
  }
  50% {
    -webkit-transform: translate(-100px, 100px);
    transform: translate(-100px, 100px);
  }
  75% {
    -webkit-transform: translate(0, 100px);
    transform: translate(0, 100px);
  }
}

@-webkit-keyframes item-3_move {
  0%,
  100% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }
  25% {
    -webkit-transform: translate(0, -100px);
    transform: translate(0, -100px);
  }
  50% {
    -webkit-transform: translate(-100px, -100px);
    transform: translate(-100px, -100px);
  }
  75% {
    -webkit-transform: translate(-100px, 0);
    transform: translate(-100px, 0);
  }
}

@keyframes item-3_move {
  0%,
  100% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }
  25% {
    -webkit-transform: translate(0, -100px);
    transform: translate(0, -100px);
  }
  50% {
    -webkit-transform: translate(-100px, -100px);
    transform: translate(-100px, -100px);
  }
  75% {
    -webkit-transform: translate(-100px, 0);
    transform: translate(-100px, 0);
  }
}

@-webkit-keyframes item-4_move {
  0%,
  100% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }
  25% {
    -webkit-transform: translate(100px, 0);
    transform: translate(100px, 0);
  }
  50% {
    -webkit-transform: translate(100px, -100px);
    transform: translate(100px, -100px);
  }
  75% {
    -webkit-transform: translate(0, -100px);
    transform: translate(0, -100px);
  }
}

@keyframes item-4_move {
  0%,
  100% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }
  25% {
    -webkit-transform: translate(100px, 0);
    transform: translate(100px, 0);
  }
  50% {
    -webkit-transform: translate(100px, -100px);
    transform: translate(100px, -100px);
  }
  75% {
    -webkit-transform: translate(0, -100px);
    transform: translate(0, -100px);
  }
}

/*====================
** Normalize
====================*/
html {
  font-family: "Poppins", sans-serif;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  overflow-x: hidden;
}

body {
  font-family: "Poppins", sans-serif;
  font-size: 14px;
  margin: 0;
  color: rgba(30, 48, 86, 0.9);
  overflow-x: hidden;
}

h1 {
  font-size: 60px;
  line-height: 1.0833333333333333;
}

h2 {
  font-size: 48px;
  line-height: 1.4444444444444444;
}

h3 {
  font-size: 26px;
  line-height: 1.0833333333333333;
}

h4 {
  font-size: 22px;
  line-height: 1.2380952380952381;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  color: #1e3056;
  font-weight: 700;
  font-family: "Comfortaa", cursive;
}

p {
  font-size: 14px;
  color: #1e3056;
  line-height: 1.625;
  -webkit-hyphens: auto;
  -moz-hyphens: auto;
  -ms-hyphens: auto;
  hyphens: auto;
}

a {
  color: #1e3056;
  text-decoration: none;
}

a,
a:hover,
a:focus,
a:active {
  text-decoration: none;
  outline: none;
}

a i {
  padding: 0 2px;
}

img {
  max-width: 100%;
}

/*input and button type focus outline disable*/
input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
input[type="number"]:focus,
textarea:focus,
input[type="button"]:focus,
input[type="reset"]:focus,
input[type="submit"]:focus,
select:focus {
  outline: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  border: 1px solid #ddd;
}

/**
 * 5.0 - Alignments
 */
.alignleft {
  float: left;
}

.alignright {
  float: right;
}

.aligncenter {
  clear: both;
  display: block;
  margin: 0 auto 1.75em;
}

ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

/*------------------------------
    Navbar Area
------------------------------*/
.dropdown:hover > .dropdown-menu {
  display: block;
}

.navbar-area {
  -webkit-transition: 0.5s ease-in;
  -moz-transition: 0.5s ease-in;
  -o-transition: 0.5s ease-in;
  transition: 0.5s ease-in;
  background-color: transparent;
  padding: 0;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  z-index: 9;
  border-bottom: 1px solid rgba(255, 255, 255, 0.07);
}
.navbar-area.nav-fixed {
  position: fixed;
  left: 0;
  top: 0px;
  width: 100%;
  z-index: 99;
  -webkit-transition: 0.5s ease-in;
  -moz-transition: 0.5s ease-in;
  -o-transition: 0.5s ease-in;
  transition: 0.5s ease-in;
  background-color: #d26ec4;
  border-bottom: 1px solid rgba(255, 255, 255, 0.07);
}
.navbar-area.nav-fixed
  .navbar-collapse
  .navbar-nav
  .nav-item:hover
  .dropdown-menu {
  -webkit-transition: all 0.3s ease-in;
  -moz-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
  top: 100%;
}
.navbar-area .right-btn-wrapper .boxed-btn {
  background-color: rgba(255, 255, 255, 0.14);
  font-family: "Comfortaa", cursive;
  width: 170px;
  height: 60px;
}
.navbar-area .right-btn-wrapper .boxed-btn:hover {
  background-color: #ff8939;
}
.navbar-area .navbar-collapse {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-transition: 0.5s ease-in;
  -moz-transition: 0.5s ease-in;
  -o-transition: 0.5s ease-in;
  transition: 0.5s ease-in;
}
.navbar-area .navbar-collapse .navbar-nav .nav-item {
  display: inline-block;
  font-size: 14px;
  line-height: 45px;
  font-weight: 500;
  padding: 30px 16px;
  position: relative;
}
.navbar-area .navbar-collapse .navbar-nav .nav-item:hover .dropdown-menu {
  padding: 0;
  border-radius: 0;
  margin: 0;
  -webkit-transition: 0.5s ease-in;
  -moz-transition: 0.5s ease-in;
  -o-transition: 0.5s ease-in;
  transition: 0.5s ease-in;
}
.navbar-area
  .navbar-collapse
  .navbar-nav
  .nav-item:hover
  .dropdown-menu
  .dropdown-item {
  font-size: 14px;
  font-weight: 600;
  color: #737286;
  -webkit-transition: all 0.3s ease-in;
  -moz-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
}
.navbar-area
  .navbar-collapse
  .navbar-nav
  .nav-item:hover
  .dropdown-menu
  .dropdown-item:hover {
  background-color: #ff8939;
  color: #fff;
}
.navbar-area .navbar-collapse .navbar-nav .nav-item .dropdown-menu {
  -webkit-transition: all 0.3s ease-in;
  -moz-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
  top: 100%;
}
.navbar-area .navbar-collapse .navbar-nav .nav-item .dropdown-menu.show {
  padding: 0;
  border-radius: 0;
}
.navbar-area
  .navbar-collapse
  .navbar-nav
  .nav-item
  .dropdown-menu.show
  .dropdown-item {
  font-size: 14px;
  font-weight: 600;
  color: #737286;
  -webkit-transition: all 0.3s ease-in;
  -moz-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
}
.navbar-area
  .navbar-collapse
  .navbar-nav
  .nav-item
  .dropdown-menu.show
  .dropdown-item:hover {
  background-color: #ff8939;
  color: #fff;
}
.navbar-area .navbar-collapse .navbar-nav .nav-item:hover .nav-link {
  color: #fff;
}
.navbar-area .navbar-collapse .navbar-nav .nav-item.active .nav-link {
  color: #fff;
}
.navbar-area .navbar-collapse .navbar-nav .nav-item:last-child {
  padding-right: 0;
}
.navbar-area .navbar-collapse .navbar-nav .nav-item .nav-link {
  color: #fff;
  -webkit-transition: all 0.3s ease-in;
  -moz-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
  text-transform: capitalize;
  position: relative;
  font-family: "Comfortaa", cursive;
}
.navbar-area .navbar-collapse .navbar-nav .nav-item .nav-link:before {
  position: absolute;
  left: 0;
  top: 0;
}
.navbar-area .navbar-collapse .navbar-nav .nav-item .nav-link.pl-0 {
  padding-left: 0;
}

/*------------------------------
    Header Area
------------------------------*/
.header-area {
  position: relative;
  padding: 355px 0 240px 0;
}
.header-area .scroll-down {
  position: absolute;
  left: 20px;
  bottom: 100px;
  -webkit-writing-mode: tb-rl;
  -ms-writing-mode: tb-rl;
  writing-mode: tb-rl;
  -ms-transform: translateX(-50%) rotate(180deg);
  /* IE 9 */
  -webkit-transform: translateX(-50%) rotate(180deg);
  /* Chrome, Safari, Opera */
  transform: translateX(-50%) rotate(180deg);
  letter-spacing: 1px;
}
.header-area.header-bg {
  background-image: url(../img/bg/header-bg.png);
  background-size: cover;
  background-position: center;
}
.header-area .header-inner .title {
  font-size: 60px;
  line-height: 70px;
  font-weight: 700;
  color: #fff;
  margin-bottom: 32px;
}
.header-area .header-inner p {
  font-size: 20px;
  line-height: 30px;
  color: #f2f2f2;
  max-width: 800px;
  margin: 0 auto;
}
.header-area .header-inner .btn-wrapper {
  margin-top: 38px;
}
.header-area .header-inner .btn-wrapper .boxed-btn {
  width: 230px;
  -webkit-box-shadow: 0 0 15px rgba(255, 137, 57, 0.5);
  box-shadow: 0 0 15px rgba(255, 137, 57, 0.5);
  font-family: "Comfortaa", cursive;
}

/*----------------------
    Service area
----------------------*/
.service-area {
  padding: 115px 0 120px 0;
}
.service-area.service-page {
  padding-bottom: 90px;
}
.service-area .btn-wrapper {
  margin-top: 30px;
}
.service-area .btn-wrapper .boxed-btn {
  width: 200px;
  height: 60px;
  line-height: 65px;
  font-size: 18px;
  font-family: "Comfortaa", cursive;
}
.service-area .btn-wrapper .boxed-btn:hover {
  -webkit-box-shadow: 0 0 35px rgba(255, 137, 57, 0.7);
  box-shadow: 0 0 35px rgba(255, 137, 57, 0.7);
}
.service-area .single-service-item {
  background-color: #f6f6f8;
  padding: 40px 50px 22px 50px;
  margin-bottom: 30px;
  border-radius: 10px;
  -webkit-transition: all 0.3s ease-in;
  -moz-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
}
.service-area .single-service-item:hover {
  -webkit-box-shadow: 0px 30px 250px 0px rgba(30, 48, 86, 0.08);
  box-shadow: 0px 30px 250px 0px rgba(30, 48, 86, 0.08);
  background-color: #fff;
}
.service-area .single-service-item .icon {
  margin-bottom: 22px;
}
.service-area .single-service-item .content .title {
  font-size: 24px;
  line-height: 34px;
  color: #1e3056;
  font-weight: 600;
  font-family: "Poppins", sans-serif;
  margin-bottom: 15px;
}
.service-area .single-service-item .content p {
  font-size: 16px;
  line-height: 26px;
  letter-spacing: 1px;
  color: rgba(30, 48, 86, 0.9);
}

/*-------------------------
    Video Area 
--------------------------*/
.video-area {
  position: relative;
  z-index: 0;
  padding: 120px 0 140px 0;
}
.video-area.grd-overlay:after {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  content: "";
  z-index: -1;
  background-image: -moz-linear-gradient(0deg, #9e43ff 0%, #db76ba 100%);
  background-image: -webkit-linear-gradient(0deg, #9e43ff 0%, #db76ba 100%);
  background-image: -ms-linear-gradient(0deg, #9e43ff 0%, #db76ba 100%);
  opacity: 0.9;
}
.video-area.video-area-bg {
  background-image: url(../img/bg/video-area-bg.jpg);
  background-size: cover;
  background-position: center;
}
.video-area .video-area-content {
  background-color: #fff;
  position: relative;
  border-radius: 10px;
  z-index: 0;
  padding: 95px 70px 100px 70px;
}
.video-area .video-area-content:after {
  position: absolute;
  left: -20px;
  top: 20px;
  background-color: rgba(255, 255, 255, 0.7);
  width: 100%;
  height: 100%;
  z-index: -1;
  content: "";
  border-radius: 10px;
}
.video-area .video-area-content .title {
  font-size: 36px;
  color: #1e3056;
  line-height: 46px;
  margin-bottom: 22px;
}
.video-area .video-area-content .video-ply-wrapper {
  position: absolute;
  right: -35px;
  bottom: 80px;
}
.video-area .video-area-content .video-ply-wrapper .video-play-btn {
  background-color: #fff;
  border: 10px solid rgba(255, 137, 57, 0.3);
  z-index: 0;
  width: 80px;
  height: 80px;
  line-height: 62px;
  color: #ff8939;
  padding: 0;
  -webkit-transition: all 0.3s ease-in;
  -moz-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
}
.video-area .video-area-content .video-ply-wrapper .video-play-btn:hover {
  background-color: #ff8939;
  color: #fff;
}
.video-area .video-area-content .video-ply-wrapper .video-play-btn:before {
  -webkit-animation: none;
  animation: none;
  display: none;
}
.video-area .video-area-content p {
  font-size: 16px;
  line-height: 26px;
  color: rgba(30, 48, 86, 0.9);
}
.video-area .video-area-content .btn-wrapper {
  margin-top: 38px;
}
.video-area .video-area-content .btn-wrapper .boxed-btn {
  width: 200px;
  height: 60px;
  font-family: "Comfortaa", cursive;
}
.video-area .video-area-content .btn-wrapper .boxed-btn:hover {
  -webkit-box-shadow: 0 0 35px rgba(255, 137, 57, 0.7);
  box-shadow: 0 0 35px rgba(255, 137, 57, 0.7);
}

/*---------------------
    Testimonial Area
-----------------------*/
.testimonial-area {
  padding: 100px 0;
}
.testimonial-area .left-content-area {
  margin-top: 20px;
  margin-right: 50px;
}
.testimonial-area .left-content-area .title {
  font-size: 50px;
  line-height: 60px;
  margin-bottom: 12px;
}
.testimonial-area .left-content-area p {
  font-size: 16px;
  line-height: 26px;
  color: rgba(30, 48, 86, 0.9);
}
.testimonial-area
  .right-content-area
  .testimonial-carousel
  .single-testimonial-carousel {
  background-color: #fff;
  padding: 50px 50px 30px 50px;
  -webkit-box-shadow: 0px 0px 50px 0px rgba(30, 48, 86, 0.08);
  box-shadow: 0px 0px 50px 0px rgba(30, 48, 86, 0.08);
  margin: 20px;
}
.testimonial-area
  .right-content-area
  .testimonial-carousel
  .single-testimonial-carousel
  .author-details {
  position: relative;
  min-height: 80px;
  margin-bottom: 25px;
}
.testimonial-area
  .right-content-area
  .testimonial-carousel
  .single-testimonial-carousel
  .author-details
  .pro-immage {
  position: absolute;
  left: 0;
  top: 0;
}
.testimonial-area
  .right-content-area
  .testimonial-carousel
  .single-testimonial-carousel
  .author-details
  .pro-immage
  img {
  width: 80px;
  height: 80px;
  border-radius: 50%;
}
.testimonial-area
  .right-content-area
  .testimonial-carousel
  .single-testimonial-carousel
  .author-details
  .content {
  padding-top: 10px;
  padding-left: 100px;
}
.testimonial-area
  .right-content-area
  .testimonial-carousel
  .single-testimonial-carousel
  .author-details
  .content
  .title {
  font-size: 20px;
  line-height: 30px;
  color: #1e3056;
  margin-bottom: 0;
  font-family: "Poppins", sans-serif;
  font-weight: 600;
}
.testimonial-area
  .right-content-area
  .testimonial-carousel
  .single-testimonial-carousel
  .author-details
  .content
  .post {
  font-size: 14px;
  line-height: 20px;
  color: #ff8939;
  letter-spacing: 1px;
}
.testimonial-area
  .right-content-area
  .testimonial-carousel
  .single-testimonial-carousel
  .content
  p {
  font-size: 16px;
  line-height: 30px;
  color: rgba(30, 48, 86, 0.9);
}

/*---------------------
    Achivement Area
---------------------*/
.achivement-area {
  padding: 117px 0 118px 0;
}
.achivement-area .single-achivement-item {
  background-color: #fff;
  border-radius: 6px;
  -webkit-box-shadow: 0px 30px 250px 0px rgba(30, 48, 86, 0.08);
  box-shadow: 0px 30px 250px 0px rgba(30, 48, 86, 0.08);
  text-align: center;
  padding: 50px 0px 40px 0px;
}
.achivement-area .single-achivement-item .number {
  font-size: 36px;
  line-height: 46px;
  margin-bottom: 10px;
  background: -webkit-linear-gradient(-25deg, #a045fd 0%, #eb83a8 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.achivement-area .single-achivement-item .number .num-count {
  font-size: 60px;
}
.achivement-area .single-achivement-item .title {
  font-size: 16px;
  line-height: 20x;
  color: rgba(30, 48, 86, 0.9);
  font-weight: 700;
}

/*--------------------
    Faq Area
--------------------*/
.faq-area {
  padding: 115px 0 120px 0;
}
.faq-area .btn-wrapper {
  margin-top: 30px;
}
.faq-area .btn-wrapper .boxed-btn {
  width: 200px;
  height: 60px;
  line-height: 65px;
  font-size: 18px;
  font-family: "Comfortaa", cursive;
}
.faq-area .btn-wrapper .boxed-btn:hover {
  -webkit-box-shadow: 0 0 35px rgba(255, 137, 57, 0.7);
  box-shadow: 0 0 35px rgba(255, 137, 57, 0.7);
}
.faq-area .left-content-wrapper .card {
  border: none;
}
.faq-area .left-content-wrapper .card .card-header {
  background-color: transparent;
  padding: 0;
  border: none;
}
.faq-area .left-content-wrapper .card .card-header a {
  font-size: 18px;
  line-height: 28px;
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  cursor: pointer;
  display: block;
  background-color: #fbfbfc;
  border: 1px solid rgba(0, 0, 0, 0.03);
  border-radius: 5px;
  padding: 28px 30px;
  position: relative;
  padding-left: 70px;
  margin-bottom: 30px;
}
.faq-area .left-content-wrapper .card .card-header a:after {
  position: absolute;
  left: 30px;
  top: 31px;
  content: "";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  font-size: 12px;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  border: 2px solid #ff8939;
  text-align: center;
  line-height: 21px;
  color: #ff8939;
  -webkit-transition: all 0.3s ease-in;
  -moz-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
}
.faq-area .left-content-wrapper .card .card-header a[aria-expanded="true"] {
  background-color: #fff;
  border-bottom: none;
  margin-bottom: 0;
  padding-bottom: 3px;
}
.faq-area
  .left-content-wrapper
  .card
  .card-header
  a[aria-expanded="true"]:after {
  content: "\f068";
  background-color: #ff8939;
  color: #fff;
}
.faq-area .left-content-wrapper .card .card-body {
  font-size: 16px;
  line-height: 30px;
  color: rgba(30, 48, 86, 0.9);
  background-color: #fff;
  border: 1px solid rgba(0, 0, 0, 0.03);
  border-radius: 5px;
  border-top: 0;
  -webkit-box-shadow: 0px 50px 150px 0px rgba(30, 48, 86, 0.05);
  box-shadow: 0px 50px 150px 0px rgba(30, 48, 86, 0.05);
  margin-bottom: 30px;
  -webkit-transition: all 0.3s ease-in;
  -moz-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
  padding-left: 70px;
  padding-bottom: 25px;
}
.faq-area .right-content-wrapper .card {
  border: none;
}
.faq-area .right-content-wrapper .card .card-header {
  background-color: transparent;
  padding: 0;
  border: none;
}
.faq-area .right-content-wrapper .card .card-header a {
  font-size: 18px;
  line-height: 28px;
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  cursor: pointer;
  display: block;
  background-color: #fbfbfc;
  border: 1px solid rgba(0, 0, 0, 0.03);
  border-radius: 5px;
  padding: 28px 30px;
  position: relative;
  padding-left: 70px;
  margin-bottom: 30px;
}
.faq-area .right-content-wrapper .card .card-header a:after {
  position: absolute;
  left: 30px;
  top: 31px;
  content: "";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  font-size: 12px;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  border: 2px solid #ff8939;
  text-align: center;
  line-height: 21px;
  color: #ff8939;
  -webkit-transition: all 0.3s ease-in;
  -moz-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
}
.faq-area .right-content-wrapper .card .card-header a[aria-expanded="true"] {
  background-color: #fff;
  border-bottom: none;
  margin-bottom: 0;
  padding-bottom: 3px;
}
.faq-area
  .right-content-wrapper
  .card
  .card-header
  a[aria-expanded="true"]:after {
  content: "\f068";
  background-color: #ff8939;
  color: #fff;
}
.faq-area .right-content-wrapper .card .card-body {
  font-size: 16px;
  line-height: 30px;
  color: rgba(30, 48, 86, 0.9);
  background-color: #fff;
  border: 1px solid rgba(0, 0, 0, 0.03);
  border-radius: 5px;
  border-top: 0;
  -webkit-box-shadow: 0px 50px 150px 0px rgba(30, 48, 86, 0.05);
  box-shadow: 0px 50px 150px 0px rgba(30, 48, 86, 0.05);
  margin-bottom: 30px;
  -webkit-transition: all 0.3s ease-in;
  -moz-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
  padding-left: 70px;
  padding-bottom: 25px;
}

/*----------------------------
    Maketing Area
-----------------------------*/
.marketing-area {
  padding: 110px 0 120px 0;
}
.marketing-area .marekting-inner .title {
  margin-bottom: 32px;
  font-size: 48px;
  font-weight: 700;
}
.marketing-area .marekting-inner .subscribe-form {
  position: relative;
}
.marketing-area .marekting-inner .subscribe-form .input-field {
  background-color: #fff;
  border-radius: 30px;
  border: none;
  padding-right: 250px;
  border: 1px solid #eaeaea;
}
.marketing-area .marekting-inner .subscribe-form .input-field:focus {
  border-color: #ff8939;
}
.marketing-area
  .marekting-inner
  .subscribe-form
  .input-field::-webkit-input-placeholder {
  /* WebKit browsers */
  color: rgba(30, 48, 86, 0.5);
}
.marketing-area .marekting-inner .subscribe-form .input-field:-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  color: rgba(30, 48, 86, 0.5);
}
.marketing-area
  .marekting-inner
  .subscribe-form
  .input-field::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: rgba(30, 48, 86, 0.5);
}
.marketing-area
  .marekting-inner
  .subscribe-form
  .input-field:-ms-input-placeholder {
  /* Internet Explorer 10+ */
  color: rgba(30, 48, 86, 0.5);
}
.marketing-area .marekting-inner .subscribe-form .submit-btn {
  width: 230px;
  border-radius: 30px;
  font-size: 18px;
  font-family: "Comfortaa", cursive;
  text-transform: none;
  line-height: 60px;
  position: absolute;
  right: 0;
  top: 0;
}
.marketing-area .marekting-inner .subscribe-form .submit-btn:hover {
  -webkit-box-shadow: 0 0 35px rgba(255, 137, 57, 0.7);
  box-shadow: 0 0 35px rgba(255, 137, 57, 0.7);
  background-color: #ff8939;
}

/*---------------------
    Footer area
-----------------------*/
.footer-area {
  color: #fff;
  padding: 80px 0 58px 0;
}
.footer-area .footer-widget.about {
  margin-right: 50px;
}
.footer-area .footer-widget.about .footer-logo {
  margin-bottom: 25px;
  display: block;
}
.footer-area .footer-widget .widget-title .title {
  color: #fff;
  font-size: 21px;
  font-weight: 700;
  margin-bottom: 20px;
}
.footer-area .footer-widget .widget-body .social-icons {
  margin: 0;
  padding: 0;
}
.footer-area .footer-widget .widget-body .social-icons li {
  display: inline-block;
  margin: 0 5px;
}
.footer-area .footer-widget .widget-body .social-icons li:first-child {
  margin-left: 0;
}
.footer-area .footer-widget .widget-body .social-icons li.facebook {
  background-color: #3b5999;
}
.footer-area .footer-widget .widget-body .social-icons li.twitter {
  background-color: #55acee;
}
.footer-area .footer-widget .widget-body .social-icons li.linkedin {
  background-color: #0077b5;
}
.footer-area .footer-widget .widget-body .social-icons li.instagram {
  background-color: #e4405f;
}
.footer-area .footer-widget .widget-body .social-icons li a {
  width: 30px;
  height: 30px;
  border-radius: 3px;
  display: inline-block;
  text-align: center;
  line-height: 30px;
  -webkit-transition: all 0.3s ease-in;
  -moz-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
}
.footer-area .footer-widget .widget-body .social-icons li a:hover {
  opacity: 0.5;
  color: #fff;
}
.footer-area .footer-widget .widget-body p {
  color: #fff;
  font-size: 16px;
  line-height: 30px;
}
.footer-area .footer-widget .widget-body ul {
  margin: 0;
  padding: 0;
}
.footer-area .footer-widget .widget-body ul li {
  display: block;
  margin: 8px 0px;
}
.footer-area .footer-widget .widget-body ul li:first-child {
  margin-top: 0;
}
.footer-area .footer-widget .widget-body ul li a {
  color: #fff;
  -webkit-transition: all 0.3s ease-in;
  -moz-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
}
.footer-area .footer-widget .widget-body ul li a:hover {
  color: #ff8939;
}
.footer-area .footer-widget .widget-body .details {
  font-size: 14px;
  line-height: 26px;
  margin-bottom: 20px;
  display: block;
}

.copyright-area {
  color: #e6e6e6;
  padding: 25px 0;
}

/*---------------------
    About us Page
---------------------*/
.about-page-content-area {
  background-color: #f6f7f8;
  padding: 120px 0;
}
.about-page-content-area .about-page-content-inner {
  -webkit-box-shadow: 0px 30px 250px 0px rgba(30, 48, 86, 0.08);
  box-shadow: 0px 30px 250px 0px rgba(30, 48, 86, 0.08);
  padding: 95px 70px 100px 70px;
}
.about-page-content-area .about-page-content-inner .title {
  color: #1e3056;
  font-weight: 700;
  font-size: 36px;
  line-height: 46px;
  margin-bottom: 22px;
}
.about-page-content-area .about-page-content-inner p {
  font-size: 16px;
  line-height: 30px;
  color: rgba(30, 48, 86, 0.9);
}
.about-page-content-area .about-page-content-inner .video-inner-wrapper {
  display: inline-block;
  position: relative;
  margin-top: 30px;
  border-radius: 10px;
}
.about-page-content-area .about-page-content-inner .video-inner-wrapper img {
  border-radius: 10px;
}
.about-page-content-area .about-page-content-inner .video-inner-wrapper .hover {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.about-page-content-area
  .about-page-content-inner
  .video-inner-wrapper
  .hover
  .video-play-btn {
  color: #ff8939;
}

/*----------------------
    Service Page
----------------------*/
.service-page-conent {
  padding: 120px 0 170px 0;
}
.service-page-conent .service-page-content-inner {
  position: relative;
}
.service-page-conent .service-page-content-inner .hover-conent {
  background-color: #fff;
  position: absolute;
  left: 70px;
  bottom: -50px;
  max-width: 570px;
  -webkit-box-shadow: 0px 30px 250px 0px rgba(30, 48, 86, 0.08);
  box-shadow: 0px 30px 250px 0px rgba(30, 48, 86, 0.08);
  border-radius: 10px;
}
.service-page-conent
  .service-page-content-inner
  .hover-conent
  .hover-content-inner {
  padding: 93px 70px 65px 70px;
}
.service-page-conent
  .service-page-content-inner
  .hover-conent
  .hover-content-inner
  .title {
  color: rgba(30, 48, 86, 0.9);
  font-size: 36px;
  font-weight: 700;
  line-height: 46px;
  margin-bottom: 20px;
}
.service-page-conent
  .service-page-content-inner
  .hover-conent
  .hover-content-inner
  p {
  font-size: 16px;
  line-height: 30px;
  color: rgba(30, 48, 86, 0.9);
}
.service-page-conent
  .service-page-content-inner
  .hover-conent
  .hover-content-inner
  .service-counter {
  margin-top: 35px;
}
.service-page-conent
  .service-page-content-inner
  .hover-conent
  .hover-content-inner
  .service-counter
  .single-achivement-item
  .number {
  font-size: 36px;
  line-height: 46px;
  margin-bottom: 10px;
  background: -webkit-linear-gradient(-25deg, #a045fd 0%, #eb83a8 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.service-page-conent
  .service-page-content-inner
  .hover-conent
  .hover-content-inner
  .service-counter
  .single-achivement-item
  .number
  .num-count {
  font-size: 60px;
}
.service-page-conent
  .service-page-content-inner
  .hover-conent
  .hover-content-inner
  .service-counter
  .single-achivement-item
  .title {
  font-size: 16px;
  line-height: 20x;
  color: rgba(30, 48, 86, 0.9);
  font-weight: 700;
}

/*----------------------
    testimonial page
----------------------*/
.testimonial-page-conent {
  padding: 120px 0 90px 0;
}
.testimonial-page-conent .single-testimonial-item {
  text-align: center;
  background-color: #f8f8f9;
  margin-bottom: 30px;
  border-radius: 6px;
  padding: 40px 30px 35px 30px;
  -webkit-transition: all 0.3s ease-in;
  -moz-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
}
.testimonial-page-conent .single-testimonial-item:hover {
  -webkit-box-shadow: 0px 30px 250px 0px rgba(30, 48, 86, 0.08);
  box-shadow: 0px 30px 250px 0px rgba(30, 48, 86, 0.08);
  background-color: #fff;
}
.testimonial-page-conent .single-testimonial-item .img-wrapper {
  margin-bottom: 25px;
}
.testimonial-page-conent .single-testimonial-item .img-wrapper img {
  width: 80px;
  border-radius: 50%;
  height: 80px;
}
.testimonial-page-conent .single-testimonial-item .content p {
  font-size: 16px;
  line-height: 30px;
  color: rgba(30, 48, 86, 0.9);
}
.testimonial-page-conent .single-testimonial-item .content .name {
  font-size: 20px;
  line-height: 30px;
  color: rgba(30, 48, 86, 0.9);
  margin-bottom: 0;
  margin-top: 22px;
  display: block;
}
.testimonial-page-conent .single-testimonial-item .content .post {
  font-size: 14px;
  color: #ff8939;
  line-height: 24px;
}

/*---------------------
    Blog Pages
---------------------*/
.blog-page-conent {
  padding: 120px 0 90px 0;
}
.blog-page-conent .single-blog-post {
  margin-bottom: 30px;
  -webkit-transition: all 0.3s ease-in;
  -moz-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
}
.blog-page-conent .single-blog-post:hover {
  -webkit-box-shadow: 0px 30px 250px 0px rgba(30, 48, 86, 0.08);
  box-shadow: 0px 30px 250px 0px rgba(30, 48, 86, 0.08);
}
.blog-page-conent .single-blog-post:hover .thumb img {
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
}
.blog-page-conent .single-blog-post .thumb img {
  -webkit-transition: all 0.3s ease-in;
  -moz-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
}
.blog-page-conent .single-blog-post .content {
  border: 1px solid rgba(0, 0, 0, 0.03);
  padding: 25px 30px 25px 30px;
}
.blog-page-conent .single-blog-post .content .title {
  font-size: 21px;
  line-height: 31px;
  -webkit-transition: all 0.3s ease-in;
  -moz-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
}
.blog-page-conent .single-blog-post .content .title:hover {
  color: #ff8939;
}
.blog-page-conent .single-blog-post .content .post-meta {
  margin-bottom: 20px;
}
.blog-page-conent .single-blog-post .content .post-meta span {
  margin-right: 8px;
  color: rgba(30, 48, 86, 0.7);
  font-size: 14px;
}
.blog-page-conent .single-blog-post .content .post-meta a {
  color: rgba(30, 48, 86, 0.7);
  font-size: 14px;
  line-height: 26px;
  -webkit-transition: all 0.3s ease-in;
  -moz-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
}
.blog-page-conent .single-blog-post .content .post-meta a:hover {
  color: #ff8939;
}
.blog-page-conent .single-blog-post .content p {
  color: rgba(30, 48, 86, 0.9);
}
.blog-page-conent .single-blog-post .content .readmore {
  color: rgba(30, 48, 86, 0.9);
  -webkit-transition: all 0.3s ease-in;
  -moz-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
}
.blog-page-conent .single-blog-post .content .readmore:hover {
  color: #ff8939;
}

/*---------------------
- Blog Details Page
----------------------*/
.blog-details-page-conent {
  padding: 120px 0;
  background-color: #fff;
}
.blog-details-page-conent .single-blog-details-inner-wrapper {
  -webkit-box-shadow: 0px 30px 250px 0px rgba(30, 48, 86, 0.05);
  box-shadow: 0px 30px 250px 0px rgba(30, 48, 86, 0.05);
}
.blog-details-page-conent .single-blog-details-post {
  padding: 100px 100px 0 100px;
}
.blog-details-page-conent .single-blog-details-post .thumb {
  margin-bottom: 25px;
}
.blog-details-page-conent .single-blog-details-post .thumb img {
  border-radius: 10px;
}
.blog-details-page-conent .single-blog-details-post .content .title {
  font-size: 36px;
  line-height: 46px;
  font-weight: 700;
}
.blog-details-page-conent .single-blog-details-post .content .post-meta {
  margin-bottom: 17px;
}
.blog-details-page-conent .single-blog-details-post .content .post-meta .time {
  margin-right: 8px;
  color: rgba(30, 48, 86, 0.7);
  font-size: 14px;
}
.blog-details-page-conent
  .single-blog-details-post
  .content
  .post-meta
  .author {
  color: rgba(30, 48, 86, 0.7);
  font-size: 14px;
  line-height: 26px;
  -webkit-transition: all 0.3s ease-in;
  -moz-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
}
.blog-details-page-conent
  .single-blog-details-post
  .content
  .post-meta
  .author:hover {
  color: #ff8939;
}
.blog-details-page-conent .single-blog-details-post .content p {
  font-size: 16px;
  line-height: 30px;
  color: rgba(30, 48, 86, 0.8);
}
.blog-details-page-conent .single-blog-details-post .content .blockquote {
  margin: 25px 0 25px 0;
  background-color: #ff8939;
  padding: 25px 30px 13px 30px;
  border-radius: 5px;
}
.blog-details-page-conent .single-blog-details-post .content .blockquote p {
  color: rgba(255, 255, 255, 0.8);
}
.blog-details-page-conent .single-blog-details-post .content .blockquote .name {
  font-size: 21px;
  line-height: 32px;
  color: #fff;
}
.blog-details-page-conent .post-meta-wrapper {
  margin: 0px 100px;
  border-top: 1px solid rgba(0, 0, 0, 0.07);
  border-bottom: 1px solid rgba(0, 0, 0, 0.07);
  padding: 30px 0;
}
.blog-details-page-conent .post-meta-wrapper .left-content-wrapper {
  display: inline-block;
}
.blog-details-page-conent .post-meta-wrapper .left-content-wrapper ul li {
  display: inline-block;
  margin: 0 8px;
}
.blog-details-page-conent
  .post-meta-wrapper
  .left-content-wrapper
  ul
  li:first-child {
  margin-left: 0;
}
.blog-details-page-conent .post-meta-wrapper .left-content-wrapper ul li.title {
  font-size: 18px;
  line-height: 28px;
  font-family: "Poppins", sans-serif;
  font-weight: 600;
}
.blog-details-page-conent .post-meta-wrapper .left-content-wrapper ul li a {
  display: inline-block;
  padding: 5px 15px;
  border: 1px solid rgba(0, 0, 0, 0.07);
  border-radius: 5px;
  -webkit-transition: all 0.3s ease-in;
  -moz-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
  color: rgba(30, 48, 86, 0.7);
}
.blog-details-page-conent
  .post-meta-wrapper
  .left-content-wrapper
  ul
  li
  a:hover {
  background-color: #ff8939;
  border-color: #ff8939;
  color: #fff;
}
.blog-details-page-conent .post-meta-wrapper .right-content-wrapper {
  display: inline-block;
  float: right;
}
.blog-details-page-conent .post-meta-wrapper .right-content-wrapper ul li {
  margin: 0 8px;
  display: inline-block;
}
.blog-details-page-conent
  .post-meta-wrapper
  .right-content-wrapper
  ul
  li:last-child {
  margin-right: 0;
}
.blog-details-page-conent
  .post-meta-wrapper
  .right-content-wrapper
  ul
  li.title {
  font-size: 18px;
  line-height: 28px;
  font-family: "Poppins", sans-serif;
  font-weight: 600;
}
.blog-details-page-conent .post-meta-wrapper .right-content-wrapper ul li a {
  color: rgba(30, 48, 86, 0.7);
  -webkit-transition: all 0.3s ease-in;
  -moz-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
}
.blog-details-page-conent
  .post-meta-wrapper
  .right-content-wrapper
  ul
  li
  a:hover {
  color: #ff8939;
}
.blog-details-page-conent .comments-list {
  padding: 0px 100px;
  margin: 40px 0 0 0;
}
.blog-details-page-conent .comments-list .title {
  font-size: 26px;
  line-height: 36px;
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  margin-bottom: 35px;
}
.blog-details-page-conent .comments-list ul li {
  border-bottom: 1px solid rgba(0, 0, 0, 0.07);
  padding-bottom: 5px;
  margin: 30px 0;
}
.blog-details-page-conent .comments-list ul li:first-child {
  margin-top: 0;
}
.blog-details-page-conent .comments-list ul li:last-child {
  margin-bottom: 0;
}
.blog-details-page-conent .comments-list ul li .single-comments-list {
  position: relative;
}
.blog-details-page-conent .comments-list ul li .single-comments-list .reply {
  position: absolute;
  right: 0;
  top: 0;
  -webkit-transition: all 0.3s ease-in;
  -moz-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
}
.blog-details-page-conent
  .comments-list
  ul
  li
  .single-comments-list
  .reply:hover {
  color: #ff8939;
}
.blog-details-page-conent .comments-list ul li .single-comments-list .thumb {
  position: absolute;
  left: 0;
  top: 0;
  display: inline-block;
  border: 1px solid rgba(0, 0, 0, 0.02);
  border-radius: 50%;
}
.blog-details-page-conent
  .comments-list
  ul
  li
  .single-comments-list
  .thumb
  img {
  max-width: 80px;
  border-radius: 50%;
}
.blog-details-page-conent .comments-list ul li .single-comments-list .content {
  padding-left: 100px;
}
.blog-details-page-conent
  .comments-list
  ul
  li
  .single-comments-list
  .content
  .name {
  font-size: 18px;
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  margin-bottom: 5px;
}
.blog-details-page-conent
  .comments-list
  ul
  li
  .single-comments-list
  .content
  .time {
  font-size: 12px;
  line-height: 22px;
  color: rgba(30, 48, 86, 0.7);
  display: block;
  margin-bottom: 13px;
}
.blog-details-page-conent
  .comments-list
  ul
  li
  .single-comments-list
  .content
  p {
  color: rgba(30, 48, 86, 0.9);
  font-size: 16px;
  line-height: 30px;
}
.blog-details-page-conent .comment-form-wrapper {
  padding: 32px 100px 100px 100px;
}
.blog-details-page-conent .comment-form-wrapper .title {
  font-size: 26px;
  line-height: 36px;
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  margin-bottom: 32px;
}
.blog-details-page-conent
  .comment-form-wrapper
  .comments-form
  .form-element.textarea
  .input-field.textarea {
  min-height: 180px;
}
.blog-details-page-conent
  .comment-form-wrapper
  .comments-form
  .form-element
  .input-field {
  background-color: #fbfbfc;
  border: none;
  border: 1px solid rgba(0, 0, 0, 0.05);
}
.blog-details-page-conent .comment-form-wrapper .comments-form .submit-btn {
  border-radius: 30px;
  width: 220px;
  font-family: "Comfortaa", cursive;
  text-transform: none;
  font-size: 18px;
}
.blog-details-page-conent
  .comment-form-wrapper
  .comments-form
  .submit-btn:hover {
  background-color: #ff8939;
  -webkit-box-shadow: 0 0 35px rgba(255, 137, 57, 0.7);
  box-shadow: 0 0 35px rgba(255, 137, 57, 0.7);
}

/*--------------------
    Contact Page
---------------------*/
.map-area {
  min-height: 700px;
  margin-top: -300px;
}

.contact-page-area {
  padding: 120px 0 0 0;
}

.contact-page-container {
  background-color: #fff;
  -webkit-box-shadow: 0px 30px 250px 0px rgba(30, 48, 86, 0.05);
  box-shadow: 0px 30px 250px 0px rgba(30, 48, 86, 0.05);
  padding: 95px 100px 100px 100px;
  position: relative;
  z-index: 1;
  border-radius: 10px;
}
.contact-page-container .section-title {
  margin-bottom: 66px;
}
.contact-page-container .contact-form .form-element .label {
  font-weight: 500;
}
.contact-page-container
  .contact-form
  .form-element.textarea
  .input-field.textarea {
  min-height: 200px;
}
.contact-page-container .contact-form .form-element .input-field {
  background-color: #fbfbfc;
  border: none;
  border: 1px solid rgba(0, 0, 0, 0.02);
}
.contact-page-container .contact-form .submit-btn {
  border-radius: 30px;
  width: 220px;
  font-family: "Comfortaa", cursive;
  font-size: 18px;
  text-transform: none;
}
.contact-page-container .contact-form .submit-btn:hover {
  -webkit-box-shadow: 0 0 35px rgba(255, 137, 57, 0.7);
  box-shadow: 0 0 35px rgba(255, 137, 57, 0.7);
  background-color: #ff8939;
}

/*---------------------
    Login Page
----------------------*/
.login-page-area {
  padding: 115px 0 120px 0;
}
.login-page-area .login-form-wrapper {
  background-color: #fff;
  -webkit-box-shadow: 0px 30px 250px 0px rgba(30, 48, 86, 0.05);
  box-shadow: 0px 30px 250px 0px rgba(30, 48, 86, 0.05);
  padding: 50px 50px 45px 50px;
}
.login-page-area .login-form-wrapper .form-element .input-field {
  background-color: #fbfbfc;
  border: none;
  border: 1px solid rgba(0, 0, 0, 0.02);
  padding-right: 50px;
}
.login-page-area .login-form-wrapper .checkbox-area {
  border-bottom: 1px solid #f4f4f5;
  padding-bottom: 5px;
}
.login-page-area .login-form-wrapper .btn-wrapper .left-content {
  display: inline-block;
}
.login-page-area .login-form-wrapper .btn-wrapper .left-content .submit-btn {
  border-radius: 30px;
  width: 120px;
  border-radius: 25px;
  height: 44px;
  line-height: 44px;
  font-family: "Comfortaa", cursive;
  text-transform: none;
  font-size: 14px;
}
.login-page-area
  .login-form-wrapper
  .btn-wrapper
  .left-content
  .submit-btn:hover {
  -webkit-box-shadow: 0 0 35px rgba(255, 137, 57, 0.7);
  box-shadow: 0 0 35px rgba(255, 137, 57, 0.7);
  background-color: #ff8939;
}
.login-page-area .login-form-wrapper .btn-wrapper .right-content {
  display: inline-block;
  float: right;
  padding-top: 15px;
}
.login-page-area .login-form-wrapper .btn-wrapper .right-content .anchor {
  color: rgba(30, 48, 86, 0.7);
  -webkit-transition: all 0.3s ease-in;
  -moz-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
}
.login-page-area .login-form-wrapper .btn-wrapper .right-content .anchor:hover {
  color: #ff8939;
}
.login-page-area .login-form-wrapper .from-footer {
  text-align: center;
  color: rgba(30, 48, 86, 0.7);
}
.login-page-area .login-form-wrapper .from-footer a {
  color: #ff8939;
}
.login-page-area .login-form-wrapper .from-footer a:hover {
  text-decoration: underline;
}

a,
a:hover,
a:focus,
a:active {
  text-decoration: none;
  outline: none;
}

a,
a:active,
a:focus {
  color: #333;
  text-decoration: none;
  transition-timing-function: ease-in-out;
  -ms-transition-timing-function: ease-in-out;
  -moz-transition-timing-function: ease-in-out;
  -webkit-transition-timing-function: ease-in-out;
  -o-transition-timing-function: ease-in-out;
  transition-duration: 0.2s;
  -ms-transition-duration: 0.2s;
  -moz-transition-duration: 0.2s;
  -webkit-transition-duration: 0.2s;
  -o-transition-duration: 0.2s;
}

ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
img {
  max-width: 100%;
  height: auto;
}
/*--blog----*/

.sec-title {
  position: relative;
  margin-bottom: 70px;
}

.sec-title .title {
  position: relative;
  display: block;
  font-size: 16px;
  line-height: 1em;
  color: #ff8a01;
  font-weight: 500;
  background: rgb(247, 0, 104);
  background: -moz-linear-gradient(
    to left,
    rgba(247, 0, 104, 1) 0%,
    rgba(68, 16, 102, 1) 25%,
    rgba(247, 0, 104, 1) 75%,
    rgba(68, 16, 102, 1) 100%
  );
  background: -webkit-linear-gradient(
    to left,
    rgba(247, 0, 104, 1) 0%,
    rgba(68, 16, 102, 1) 25%,
    rgba(247, 0, 104, 1) 75%,
    rgba(68, 16, 102, 1) 100%
  );
  background: linear-gradient(
    to left,
    rgba(247, 0, 104) 0%,
    rgba(68, 16, 102, 1) 25%,
    rgba(247, 0, 104, 1) 75%,
    rgba(68, 16, 102, 1) 100%
  );
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#F70068', endColorstr='#441066',GradientType=1 );
  color: transparent;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  text-transform: uppercase;
  letter-spacing: 5px;
  margin-bottom: 15px;
}

.sec-title h2 {
  position: relative;
  display: inline-block;
  font-size: 48px;
  line-height: 1.2em;
  color: #1e1f36;
  font-weight: 700;
}

.sec-title .text {
  position: relative;
  font-size: 16px;
  line-height: 28px;
  color: #888888;
  margin-top: 30px;
}

.sec-title.light h2,
.sec-title.light .title {
  color: #ffffff;
  -webkit-text-fill-color: inherit;
}
.pricing-section {
  position: relative;
  padding: 100px 0 80px;
  overflow: hidden;
}
.pricing-section .outer-box {
  max-width: 1100px;
  margin: 0 auto;
}

.pricing-section .row {
  margin: 0 -30px;
}

.pricing-block {
  position: relative;
  padding: 0 30px;
  margin-bottom: 40px;
}

.pricing-block .inner-box {
  position: relative;
  background-color: #ffffff;
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.08);
  padding: 0 0 30px;
  max-width: 370px;
  margin: 0 auto;
  border-bottom: 20px solid #d26ec4;
}

.pricing-block .icon-box {
  position: relative;
  padding: 50px 30px 0;
  background-color: #d26ec4;
  text-align: center;
}

.pricing-block .icon-box:before {
  position: absolute;
  left: 0;
  bottom: 0;
  height: 75px;
  width: 100%;
  border-radius: 50% 50% 0 0;
  background-color: #ffffff;
  content: "";
}

.pricing-block .icon-box .icon-outer {
  position: relative;
  height: 150px;
  width: 150px;
  background-color: #ffffff;
  border-radius: 50%;
  margin: 0 auto;
  padding: 10px;
}

.pricing-block .icon-box i {
  position: relative;
  display: block;
  height: 130px;
  width: 130px;
  line-height: 120px;
  border: 5px solid #d26ec4;
  border-radius: 50%;
  font-size: 50px;
  color: #d26ec4;
  -webkit-transition: all 600ms ease;
  -ms-transition: all 600ms ease;
  -o-transition: all 600ms ease;
  -moz-transition: all 600ms ease;
  transition: all 600ms ease;
}

.pricing-block .inner-box:hover .icon-box i {
  transform: rotate(360deg);
}

.pricing-block .price-box {
  position: relative;
  text-align: center;
  padding: 10px 20px;
}

.pricing-block .title {
  position: relative;
  display: block;
  font-size: 24px;
  line-height: 1.2em;
  color: #222222;
  font-weight: 600;
}

.pricing-block .price {
  display: block;
  font-size: 30px;
  color: #222222;
  font-weight: 700;
  color: #d26ec4;
}

.pricing-block .features {
  position: relative;
  max-width: 200px;
  margin: 0 auto 20px;
}

.pricing-block .features li {
  position: relative;
  display: block;
  font-size: 14px;
  line-height: 30px;
  color: #848484;
  font-weight: 500;
  padding: 5px 0;
  padding-left: 30px;
  border-bottom: 1px dashed #dddddd;
}
.pricing-block .features li:before {
  position: absolute;
  left: 0;
  top: 50%;
  font-size: 16px;
  color: #2bd40f;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  content: "\f058";
  font-family: "Font Awesome 5 Free";
  margin-top: -8px;
}
.pricing-block .features li.false:before {
  color: #e1137b;
  content: "\f057";
}

.pricing-block .features li a {
  color: #848484;
}

.pricing-block .features li:last-child {
  border-bottom: 0;
}

.pricing-block .btn-box {
  position: relative;
  text-align: center;
}

.pricing-block .btn-box .theme-btn {
  position: relative;
  display: inline-block;
  font-size: 14px;
  line-height: 25px;
  color: #ffffff;
  font-weight: 500;
  padding: 8px 30px;
  background-color: #d26ec4;
  border-radius: 10px;
  border: 0;
  border-top: 2px solid transparent;
  border-bottom: 2px solid transparent;
  -webkit-transition: all 400ms ease;
  -moz-transition: all 400ms ease;
  -ms-transition: all 400ms ease;
  -o-transition: all 400ms ease;
  transition: all 300ms ease;
}

.pricing-block .btn-box .theme-btn:hover {
  color: #ffffff;
}

.pricing-block .inner-box:hover .btn-box .theme-btn {
  color: #d26ec4;
  background: none;
  border-radius: 0px;
  border-color: #d26ec4;
}

.pricing-block:nth-child(2) .icon-box i,
.pricing-block:nth-child(2) .inner-box {
  border-color: #d26ec4;
}

.pricing-block:nth-child(2) .btn-box a,
.pricing-block:nth-child(2) .icon-box {
  background-color: #d26ec4;
}

.pricing-block:nth-child(2) .inner-box:hover .btn-box a {
  color: #d26ec4;
  background: none;
  border-radius: 0px;
  border-color: #d26ec4;
}

.pricing-block:nth-child(2) .icon-box i,
.pricing-block:nth-child(2) .price {
  color: #d26ec4;
}

.pricing-block:nth-child(3) .icon-box i,
.pricing-block:nth-child(3) .inner-box {
  border-color: #d26ec4;
}

.pricing-block:nth-child(3) .btn-box a,
.pricing-block:nth-child(3) .icon-box {
  background-color: #d26ec4;
}

.pricing-block:nth-child(3) .icon-box i,
.pricing-block:nth-child(3) .price {
  color: #d26ec4;
}

.pricing-block:nth-child(3) .inner-box:hover .btn-box a {
  color: #d26ec4;
  background: none;
  border-radius: 0px;
  border-color: #d26ec4;
}

[class*="btn--"]:not(.btn--link):not(.btn--light) {
  color: #fff;
}

.btn {
  padding: 0.75rem 1.875rem;
}

.btn--primary {
  background-color: #7367f0;
}

.btn--primary:hover {
  background-color: #5e50ee;
}

.btn--secondary {
  background-color: #868e96;
}

.btn--secondary:hover {
  background-color: #78818a;
}

.btn--success {
  background-color: #28c76f;
}

.btn--success:hover {
  background-color: #24b263;
}

.btn--danger {
  background-color: #ea5455;
}

.btn--danger:hover {
  background-color: #e73d3e;
}

.btn--warning {
  background-color: #ff9f43;
}

.btn--warning:hover {
  background-color: #ff922a;
}

.btn--info {
  background-color: #1e9ff2;
}

.btn--info:hover {
  background-color: #0d93e9;
}

.btn--light {
  background-color: #eef4ff;
}

.btn--light:hover {
  background-color: #d5e4ff;
}

.btn--dark {
  background-color: #10163a;
  color: #fff;
}

.btn--dark:hover {
  background-color: #0a0e26;
  color: #fff;
}

.btn--link {
  color: #7367f0;
}

.btn--base {
  background-color: #95bf46;
  color: #fff;
}

.btn--base:hover {
  background-color: #87af3d;
  color: #fff;
}

.btn--base2 {
  background-color: #95bf4625;
  color: #95bf46 !important;
}

.btn--base2:hover {
  background-color: #95bf46;
  color: #fff !important;
}

.btn--base.btn--custom {
  outline: 2px solid rgba(255, 255, 255, 0.7);
  outline-offset: -6px;
}

.btn--base.btn--custom:hover {
  outline-offset: 0;
  outline: 2px solid rgba(255, 255, 255, 0);
}

.text-btn {
  padding: 0;
  color: #6f6f6f;
  background-color: transparent;
}

.read-btn {
  padding: 10px 20px 10px 30px;
  min-width: 150px;
  font-size: 14px;
  font-weight: 600;
  background-color: rgba(149, 191, 70, 0.14);
  color: #95bf46;
  position: relative;
  text-align: center;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

.read-btn:hover {
  background-color: #95bf46;
  color: #ffffff;
}

.read-btn:hover i {
  background-color: #ffffff;
  color: #95bf46;
}

.read-btn i {
  background-color: #95bf46;
  color: #ffffff;
  font-size: 18px;
  margin-left: 15px;
  padding: 6px 6px;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

.action-btn {
  width: 35px;
  height: 35px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
}

.btn-outline--primary {
  color: #7367f0;
  border-color: #7367f0;
}

.btn-outline--primary:hover {
  background-color: #7367f0;
  color: #ffffff;
}

.btn-outline--secondary {
  color: #868e96;
  border-color: #868e96;
}

.btn-outline--secondary:hover {
  background-color: #868e96;
  color: #ffffff;
}

.btn-outline--success {
  color: #28c76f;
  border-color: #28c76f;
}

.btn-outline--success:hover {
  background-color: #28c76f;
  color: #ffffff;
}

.btn-outline--danger {
  color: #ea5455;
  border-color: #ea5455;
}

.btn-outline--danger:hover {
  background-color: #ea5455;
  color: #ffffff;
}

.btn-outline--warning {
  color: #ff9f43;
  border-color: #ff9f43;
}

.btn-outline--warning:hover {
  background-color: #ff9f43;
  color: #ffffff;
}

.btn-outline--info {
  color: #1e9ff2;
  border-color: #1e9ff2;
}

.btn-outline--info:hover {
  background-color: #1e9ff2;
  color: #ffffff;
}

.btn-outline--light {
  color: #eef4ff;
  border-color: #eef4ff;
}

.btn-outline--light:hover {
  background-color: #eef4ff;
  color: #ffffff;
}

.btn-outline--dark {
  color: #10163a;
  border-color: #10163a;
}

.btn-outline--dark:hover {
  background-color: #10163a;
  color: #ffffff;
}

.btn-outline--base {
  color: #95bf46;
  border: 1px solid #95bf46;
}

.btn-outline--base:hover {
  background-color: #95bf46;
  color: #fff;
}

.btn-shadow--primary {
  box-shadow: 0 0 6px 1px rgba(115, 103, 240, 0.35);
}

.btn-shadow--secondary {
  box-shadow: 0 0 6px 1px rgba(134, 142, 150, 0.35);
}

.btn-shadow--success {
  box-shadow: 0 0 6px 1px rgba(40, 199, 111, 0.35);
}

.btn-shadow--danger {
  box-shadow: 0 0 6px 1px rgba(234, 84, 85, 0.35);
}

.btn-shadow--warning {
  box-shadow: 0 0 6px 1px rgba(255, 159, 67, 0.35);
}

.btn-shadow--info {
  box-shadow: 0 0 6px 1px rgba(30, 159, 242, 0.35);
}

.btn-shadow--light {
  box-shadow: 0 0 6px 1px rgba(238, 244, 255, 0.35);
}

.btn-shadow--dark {
  box-shadow: 0 0 6px 1px rgba(16, 22, 58, 0.35);
}

.btn-shadow--base {
  box-shadow: 0 0 6px 1px rgba(149, 191, 70, 0.35);
}

.btn--capsule {
  border-radius: 999px;
  -webkit-border-radius: 999px;
  -moz-border-radius: 999px;
  -ms-border-radius: 999px;
  -o-border-radius: 999px;
}

.icon-btn {
  width: 1.5625rem;
  height: 1.5625rem;
  background-color: #95bf46;
  color: #fff;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
}

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

.btn--group {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  align-items: center;
  margin-left: -0.625rem;
  margin-right: -0.625rem;
}

.btn--group *[class*="btn"] {
  margin: 0.3125rem 0.625rem;
  align-items: center;
}

.btn--group *[class*="btn"].d-flex {
  padding: 0.5rem 2.1875rem;
}

.btn--group.style--two {
  margin-left: -0.3125rem;
  margin-right: -0.3125rem;
}

.btn--group.style--two *[class*="btn"] {
  margin: 0.1875rem 0.3125rem;
}

[class*="btn"].btn-md {
  padding: 0.625rem 1.25rem;
}

[class*="btn"].btn-sm {
  padding: 0.375rem 0.625rem;
}

.form--control {
  padding: 0.625rem 1.25rem;
  border: 1px solid #ebebeb;
  width: 100%;
  background-color: #fff;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  color: #000;
  height: 55px;
  font-size: 15px;
}

.form--control:focus {
  background-color: #fff;
  border-color: #8f69ff !important;
  box-shadow: 0 0 5px rgba(19, 11, 70, 0.15);
  color: #000;
}

.form--control:placeholder-shown {
  border-color: rgba(118, 140, 161, 0.2);
  color: #6f6f6f;
}

.form--control[readonly] {
  background-color: #fff;
}

.form--control.style--two {
  border-width: 0 0 1px 0;
  padding: 0.625rem 0;
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border-bottom-color: #999999;
}

.form--control.style--two:focus {
  box-shadow: none;
}

.form--control.form-control-sm {
  height: 35px;
}
.form--control[disabled],
.form--control[readonly] {
  background-color: #e2e2e2;
}
