/*----------------------------------------------------
@File: Default Styles
@Author: Md. Shahadat Hussain
@URL: https://themeforest.net/user/droitthemes

This file contains the styling for the actual template, this
is the file you need to edit to change the look of the
template.
---------------------------------------------------- */
/*=====================================================================
@Template Name:
@Author: Md. Shahadat Hussain
@Developed By: Rony
@Developer URL: https://themeforest.net/user/droitthemes

@Default Styles

Table of Content:
01/ variables
02/ predefine
03/ button
04/ preloader
05/ header
06/ banner
07/ breadcrumb
08/ features
09/ service
10/ price
11/ about
12/ testimonial
13/ screenshot
14/ joblist
15/ faq
16/ portfolio
17/ contact
18/ error
19/ shop
20/ blog
21/ footer

=====================================================================*/
/*====================================================*/
/*=== fonts ====*/
/* @import url("https://fonts.googleapis.com/css?family=Montserrat:300,400,500,600,700,900"); */
/*===== color =====*/
/*====================================================*/
/*====================================================*/

@import url('./style1.css');
@import url('./style2.css');
@import url('./modules/forms.css');

@font-face {
  font-family: 'CamptonLight';
  src: url('../fonts/Campton/Campton-Light.otf');
}

.map_area {
  height: 552px;
  position: relative;
}

.map_area iframe {
  height: 100%;
  width: 100%;
  border: 0px;
  pointer-events: none;
  margin: 0px;
  padding: 0px;
}

.app_contact_info {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 600px;
  background-color: white;
  -webkit-box-shadow: 0px 40px 50px 0px rgba(12, 0, 46, 0.2);
  box-shadow: 0px 40px 50px 0px rgba(12, 0, 46, 0.2);
  padding: 45px 45px 15px;
}

.app_contact_info .triangle {
  position: absolute;
  width: 15px;
  height: 15px;
  right: 55px;
  background: #fff;
  bottom: -7px;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.app_contact_info .info_item {
  padding-left: 55px;
  position: relative;
  margin-bottom: 35px;
}

.app_contact_info .info_item i {
  position: absolute;
  left: 0;
  font-size: 30px;
  color: #5e2ced;
  background-image: -moz-linear-gradient(0deg, #5e2ced 0%, #a485fd 100%);
  background-image: -webkit-linear-gradient(0deg, #5e2ced 0%, #a485fd 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  top: 0px;
  left: 0;
}

.app_contact_info .info_item h6 {
  color: #051441;
  margin-bottom: 5px;
}

.app_contact_info .info_item p,
.app_contact_info .info_item a {
  color: #677294;
  line-height: 24px;
  margin-bottom: 0px;
}

.app_contact_info .info_item a:hover {
  color: #4069eb;
}

/*================== contact_info_area css ================*/
.contact_info_item {
  border-bottom: 1px solid #eeebf6;
  padding-bottom: 25px;
}

.contact_info_item p {
  color: #677294;
  margin-bottom: 8px;
}

.contact_info_item a {
  color: #677294;
  padding-left: 3px;
  display: inline-block;
}

.contact_info_item a:hover {
  color: #5e2ced;
}

.contact_info_item + .contact_info_item {
  border: 0px;
  margin-top: 33px;
}

.mapbox {
  height: 400px;
  -webkit-box-shadow: 0px 3px 4px 0px rgba(12, 0, 46, 0.05);
  box-shadow: 0px 3px 4px 0px rgba(12, 0, 46, 0.05);
  border: 10px solid #fff;
}

#mapBox {
  height: 100% !important;
}

.text_box {
  margin-bottom: 30px;
}

.text_box input[type='text'],
.text_box textarea,
.text_box input[type='password'],
.text_box input[type='email'] {
  font: 400 15px/60px 'CamptonLight', sans-serif;
  color: #222d39;
  height: 60px;
  border-radius: 4px;
  background-color: white;
  -webkit-box-shadow: 0px 2px 4px 0px rgba(12, 0, 46, 0.04);
  box-shadow: 0px 2px 4px 0px rgba(12, 0, 46, 0.04);
  width: 100%;
  border: 1px solid #fff;
  padding-left: 30px;
}

.text_box input[type='text'].placeholder,
.text_box textarea.placeholder,
.text_box input[type='password'].placeholder,
.text_box input[type='email'].placeholder {
  color: #9ca3b9;
}

.text_box input[type='text']:-moz-placeholder,
.text_box textarea:-moz-placeholder,
.text_box input[type='password']:-moz-placeholder,
.text_box input[type='email']:-moz-placeholder {
  color: #9ca3b9;
}

.text_box input[type='text']::-moz-placeholder,
.text_box textarea::-moz-placeholder,
.text_box input[type='password']::-moz-placeholder,
.text_box input[type='email']::-moz-placeholder {
  color: #9ca3b9;
}

.text_box input[type='text']::-webkit-input-placeholder,
.text_box textarea::-webkit-input-placeholder,
.text_box input[type='password']::-webkit-input-placeholder,
.text_box input[type='email']::-webkit-input-placeholder {
  color: #9ca3b9;
}

.text_box input[type='text']:focus,
.text_box textarea:focus,
.text_box input[type='password']:focus,
.text_box input[type='email']:focus {
  border-color: #f2effc;
  -webkit-box-shadow: 0px 10px 14px 0px rgba(12, 0, 46, 0.06);
  box-shadow: 0px 10px 14px 0px rgba(12, 0, 46, 0.06);
  outline: none;
}

.text_box textarea {
  height: 220px;
}

.contact_form_box .btn_three {
  min-width: 180px;
  text-align: center;
  background: #5e2ced;
  border-color: #5e2ced;
  margin-top: 0px;
}

.contact_form_box .btn_three:hover {
  background: transparent;
  color: #5e2ced;
}

.mapbox2 {
  height: 440px;
  border-top: 10px solid #fff;
}

/*============= login_area css =============*/
.login_area {
  position: relative;
  overflow: hidden;
  z-index: 1;
}

.login_area .login_info {
  padding: 160px 100px 160px 0px;
}

.login_area .login_info:before {
  content: '';
  position: absolute;
  width: 2500px;
  right: 0;
  height: 100%;
  background: #fbfbfb;
  top: 0;
  z-index: -1;
}

.login_area .login_info p a {
  color: #677294;
}

.login-form .text_box .text_c {
  color: #161341;
  font-size: 14px;
  margin-bottom: 15px;
}

.login-form .text_box input[type='password'] {
  padding-top: 8px;
  line-height: 50px;
}

.login-form .text_box input[type='password']:focus {
  padding-top: 0px;
}

.login-form .extra {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  font: 400 14px/30px 'CamptonLight', sans-serif;
  margin-top: 45px;
}

.login-form .extra .checkbox label {
  margin-bottom: 0px;
  color: #161341;
}

.login-form .extra .checkbox input[type='checkbox'] {
  position: relative;
  width: 10px;
  height: 10px;
  margin-right: 10px;
}

.login-form .extra .checkbox input[type='checkbox']:before {
  content: '';
  display: block;
  position: absolute;
  width: 10px;
  height: 10px;
  top: 0;
  left: 0;
  border: 1px solid #7348ef;
  border-radius: 2px;
  background-color: white;
}

.login-form .extra .checkbox input[type='checkbox']:checked:after {
  content: '';
  display: block;
  width: 4px;
  height: 8px;
  border: solid #7348ef;
  border-width: 0 2px 2px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  position: absolute;
  top: 0px;
  left: 3px;
}

.login-form .extra .forgotten-password a {
  color: #677294;
}

.login-form .btn_three {
  width: 100%;
  background: #5e2ced;
  color: #fff;
  margin-top: 40px;
}

.login-form .btn_three:hover {
  -webkit-box-shadow: 0px 20px 30px 0px rgba(61, 100, 244, 0.16);
  box-shadow: 0px 20px 30px 0px rgba(61, 100, 244, 0.16);
}

.login-form .alter-login {
  font: 400 15px/26px 'CamptonLight', sans-serif;
  color: #9ca3b9;
}

.login-form .alter-login a {
  color: #5e2ced;
  display: inline-block;
  margin-left: 6px;
}

.login_img {
  padding-left: 100px;
  margin-right: -250px;
}

.login_img img {
  max-width: 100%;
}

/*==================== sign_in_area css ==================*/
.sign_info {
  border: 20px solid #fff;
  background: #fbfbfd;
  padding: 80px 50px;
  -webkit-box-shadow: 0px 50px 100px 0px rgba(12, 0, 46, 0.05);
  box-shadow: 0px 50px 100px 0px rgba(12, 0, 46, 0.05);
}

.sign_info .login_info {
  padding-left: 30px;
}

.sign_info .sign_info_content h2 {
  font-size: 30px;
  color: #677294;
}

.sign_info .sign_info_content ul li {
  font: 400 16px/34px 'CamptonLight', sans-serif;
  color: #677294;
}

.sign_info .sign_info_content ul li i {
  color: #5e2ced;
  margin-right: 10px;
}

.sign_info .login-form .text_box {
  margin-bottom: 25px;
}

.sign_info .lead-text {
  font: 400 14px/40px 'CamptonLight', sans-serif;
  color: #677294;
  padding-right: 20px;
}

.sign_info .social_tag li {
  display: inline-block;
}

.sign_info .social_tag li a {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  display: block;
  line-height: 44px;
  color: #fff;
  font-size: 13px;
  text-align: center;
  margin-left: 7px;
}

.sign_info .social_tag li:first-child a {
  background: #4779de;
}

.sign_info .social_tag li:nth-child(2) a {
  background: #e43e30;
}

.sign_info .social_tag li:nth-child(3) a {
  background: #1da1f3;
}

.sign_info .sign-in-form .btn_three {
  width: auto;
  margin-top: 0;
}

.sign_info .sign-in-form .extra .forgotten-password a {
  color: #161341;
  font-weight: 400;
}

.sign_info .sign-in-form .extra .forgotten-password a:hover {
  color: #5e2ced;
}

.sign_btn_transparent {
  display: inline-block;
  background: transparent;
  border-color: #5e2ced;
  color: #5e2ced;
}

.sign_btn_transparent:hover {
  background: #5e2ced;
  color: #fff;
}

/*============= get_quote_form css============*/
.get_quote_form .form-group {
  margin-bottom: 30px;
}

.get_quote_form .form-group .form-control {
  font: 300 15px 'CamptonLight', sans-serif;
  color: #677294;
  border-radius: 4px;
  background-color: white;
  -webkit-box-shadow: 0px 2px 4px 0px rgba(12, 0, 46, 0.04);
  box-shadow: 0px 2px 4px 0px rgba(12, 0, 46, 0.04);
  border: 1px solid transparent;
  height: 60px;
  padding: 0px 30px;
}

.get_quote_form .form-group .form-control.placeholder {
  color: #9ca3b9;
}

.get_quote_form .form-group .form-control:-moz-placeholder {
  color: #9ca3b9;
}

.get_quote_form .form-group .form-control::-moz-placeholder {
  color: #9ca3b9;
}

.get_quote_form .form-group .form-control::-webkit-input-placeholder {
  color: #9ca3b9;
}

.get_quote_form .form-group .form-control:focus {
  border-color: #f2effc;
  -webkit-box-shadow: 0px 10px 14px 0px rgba(12, 0, 46, 0.06);
  box-shadow: 0px 10px 14px 0px rgba(12, 0, 46, 0.06);
}

.get_quote_form .form-group textarea.form-control {
  height: 210px;
  padding-top: 15px;
}

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

/*=========== comingsoon css ============*/
.saasland_container {
  height: 100vh;
  width: 100%;
  min-height: 600px;
  background: #fbfbfd;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.saasland_container .saasland_bg {
  position: absolute;
  width: 100%;
  height: 100%;
  right: 0;
}

.saasland_container .saasland_col_content {
  position: relative;
  width: 40%;
}

.saasland_container .saasland_col_content .container_wrap {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  right: 0;
  bottom: 35px;
  z-index: 3;
  overflow: hidden;
  min-height: 600px;
}

.saasland_container .saasland_col_content .saasland_log {
  left: 21%;
  position: absolute;
  width: 70%;
  top: 100px;
}

.saasland_container .saasland_col_content .saasland_content {
  display: block;
  position: absolute;
  left: 21%;
  top: calc(50% - 150px);
  width: 70%;
}

.saasland_container .saasland_col_content .saasland_content h2 {
  font-size: 30px;
  font-family: 'CamptonLight', sans-serif;
  color: #747d99;
  margin-bottom: 30px;
  font-weight: 400;
  font-style: italic;
}

.saasland_container .saasland_col_content .saasland_content h1 {
  color: #051441;
  font-size: 50px;
  font-weight: 600;
  margin-bottom: 60px;
}

.saasland_container .saasland_col_content .saasland_content .car_theme_btn {
  font-family: 'CamptonLight', sans-serif;
  font-size: 16px;
  text-transform: capitalize;
}

.saasland_container .saasland_col_content .saasland_bottom {
  bottom: 25px;
  left: 21%;
  position: absolute;
  width: 70%;
  font: 400 12px/40px 'CamptonLight', sans-serif;
  color: #7f88a6;
}

.saasland_container .saasland_col_content .saasland_bottom a {
  color: #6754e2;
}

.saasland_col_screen {
  background-image: -moz-linear-gradient(-120deg, #5e2ced 0%, #a485fd 100%);
  background-image: -webkit-linear-gradient(-120deg, #5e2ced 0%, #a485fd 100%);
  background-image: -ms-linear-gradient(-120deg, #5e2ced 0%, #a485fd 100%);
  width: 60%;
  position: relative;
  z-index: 1;
}

.saasland_col_screen .saasland_bg {
  position: absolute;
  content: '';
  width: 500px;
  height: 100%;
  background: #fbfbfd;
  left: -1px;
  z-index: -1;
  -webkit-clip-path: polygon(0px 100%, 0px 0px, 95% 0px, 0% 100%);
  clip-path: polygon(0px 100%, 0px 0px, 95% 0px, 0% 100%);
}

.saasland_col_screen .clock {
  position: absolute;
  bottom: 190px;
  z-index: 1;
  text-align: center;
  width: 100%;
}

.saasland_col_screen .clock .timer {
  display: inline-block;
  color: #fff;
  border: 1px solid rgba(255, 255, 255, 0.4);
  border-radius: 5px;
  padding: 20px 30px;
  margin: 0px 8px;
}

.saasland_col_screen .clock .timer span {
  font-size: 50px;
  font-weight: 500;
  line-height: 50px;
}

.saasland_col_screen .clock .timer .smalltext {
  font-size: 18px;
}

.saasland_col_screen .saasland_social {
  bottom: 25px;
  left: 70px;
  position: absolute;
  z-index: 1;
}

.saasland_col_screen .saasland_social p {
  margin-bottom: 0px;
  display: inline-block;
  color: #fff;
  font-size: 14px;
}

.saasland_col_screen .saasland_social ul {
  display: inline-block;
  padding-left: 0;
}

.saasland_col_screen .saasland_social ul li {
  display: inline-block;
}

.saasland_col_screen .saasland_social ul li a {
  font-size: 14px;
  color: #fff;
  padding: 0px 5px;
  -webkit-transition: color 0.4s linear;
  -o-transition: color 0.4s linear;
  transition: color 0.4s linear;
}

.saasland_col_screen .saasland_social ul li a:hover {
  color: #6754e2;
}

#success,
#error {
  position: relative;
  top: 10px;
  display: block;
  right: 0;
  left: 0;
  bottom: -15px;
  display: none;
  font-weight: 600;
}

#success {
  color: lawngreen;
}

#error {
  color: orangered;
}

/*=============== seo_subscribe_area css ============*/
.seo_subscribe_area {
  background-color: #5e2ced;
  padding: 120px 0px 150px;
  position: relative;
  overflow: hidden;
  z-index: 1;
}

.seo_subscribe_area .seo_sec_title h2,
.seo_subscribe_area .seo_sec_title p {
  color: #fff;
}

.seo_subscribe_area .overlay_img {
  background: url('../img/seo/cloud_bg.png') no-repeat scroll center 0 / cover;
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}

.seo_subscribe_area .cloud_img {
  position: absolute;
  right: 0;
  bottom: -7px;
  width: 300px;
  height: 250px;
}

.seo_subscribe_form {
  max-width: 970px;
  margin: 0 auto;
}

.seo_subscribe_form .input-group {
  padding: 0px 10px;
}

.seo_subscribe_form .input-group input {
  font-size: 16px;
  line-height: 58px;
  font-weight: 300;
  border-radius: 4px;
  padding: 2px 30px 0px;
}

.seo_subscribe_form .input-group .form-control {
  max-width: 400px;
  color: #949db5;
  background: #fff;
  border: 0px;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.seo_subscribe_form .input-group .form-control.placeholder {
  color: #949db5;
}

.seo_subscribe_form .input-group .form-control:-moz-placeholder {
  color: #949db5;
}

.seo_subscribe_form .input-group .form-control::-moz-placeholder {
  color: #949db5;
}

.seo_subscribe_form .input-group .form-control::-webkit-input-placeholder {
  color: #949db5;
}

.seo_subscribe_form .input-group .check-btn {
  padding-left: 40px;
  padding-right: 40px;
  background-color: #00c99c;
  border: 0px;
  -webkit-box-shadow: 0px 10px 30px 0px rgba(18, 2, 86, 0.2);
  box-shadow: 0px 10px 30px 0px rgba(18, 2, 86, 0.2);
  -webkit-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
  color: #fff;
  cursor: pointer;
}

.seo_subscribe_form .input-group .check-btn:hover {
  -webkit-box-shadow: none;
  box-shadow: none;
}

/*=============== seo_subscribe_area css ============*/
/*====================================================*/
/*====================================================*/
/*================= error_area css ==================*/
.error_area {
  background: -moz-linear-gradient(180deg, rgba(94, 44, 237, 0.93) 0%, rgba(164, 133, 253, 0.9) 100%),
    url('../img/error_bg.png') no-repeat scroll center 100%;
  background: -webkit-linear-gradient(180deg, rgba(94, 44, 237, 0.93) 0%, rgba(164, 133, 253, 0.9) 100%),
    url('../img/error_bg.png') no-repeat scroll center 100%;
  background: -ms-linear-gradient(180deg, rgba(94, 44, 237, 0.93) 0%, rgba(164, 133, 253, 0.9) 100%),
    url('../img/error_bg.png') no-repeat scroll center 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
  z-index: 1;
  height: 100vh;
  min-height: 650px;
}

.error_shap {
  position: absolute;
  right: 0;
  top: 0;
  z-index: -1;
}

.error_contain h1 {
  font-size: 15vw;
  line-height: 14vw;
  margin-bottom: 0px;
}

.error_contain h2 {
  letter-spacing: 12px;
  margin-bottom: 25px;
}

.error_contain .about_btn {
  min-width: 230px;
  -webkit-box-shadow: 0px 20px 30px 0px rgba(15, 0, 57, 0.1);
  box-shadow: 0px 20px 30px 0px rgba(15, 0, 57, 0.1);
}

/*================= error_area css ==================*/
/*================= error_two_area css ==================*/
.error_two_area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
  z-index: 1;
  height: 100vh;
  min-height: 750px;
}

.error_content_two h2 {
  font-size: 40px;
  font-weight: 500;
  line-height: 50px;
  color: #051441;
  margin-top: 40px;
}

.error_content_two p {
  font-size: 20px;
  line-height: 30px;
}

.error_content_two .search {
  margin: 45px 0px 40px;
}

.error_content_two .search .form-control {
  background-color: white;
  -webkit-box-shadow: 0px 4px 22px 0px rgba(12, 0, 46, 0.06);
  box-shadow: 0px 4px 22px 0px rgba(12, 0, 46, 0.06);
  border: 1px solid transparent;
  border-radius: 45px;
  height: 60px;
  padding: 0px 30px;
  color: #677294;
  font-size: 15px;
  font-weight: 300;
  -webkit-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
}

.error_content_two .search .form-control.placeholder {
  color: #677294;
}

.error_content_two .search .form-control:-moz-placeholder {
  color: #677294;
}

.error_content_two .search .form-control::-moz-placeholder {
  color: #677294;
}

.error_content_two .search .form-control::-webkit-input-placeholder {
  color: #677294;
}

.error_content_two .search .form-control:focus {
  border-color: #5e2ced;
}

.error_content_two .about_btn {
  background: #051441;
  color: #fff;
  border-radius: 3px;
  padding: 17px 35px;
  font-weight: 400;
}

.error_content_two .about_btn i {
  vertical-align: middle;
  padding-left: 5px;
}

.error_content_two .about_btn:hover {
  -webkit-box-shadow: none;
  box-shadow: none;
}

/*================= error_two_area css ==================*/
/*================= download_area css ==================*/
.download_area {
  height: 100vh;
  min-height: 700px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  text-align: center;
  position: relative;
  z-index: 1;
}

.download_parallax_bg {
  position: absolute;
  width: 100%;
  height: 100%;
  background: url('../img/new/case/parallax.png') no-repeat scroll center center;
  z-index: -1;
}

.download_content .download_btn {
  width: 250px;
  height: 250px;
  border-radius: 50%;
  border: 1px solid #f6f5fc;
  display: inline-block;
  text-align: center;
  position: relative;
  z-index: 0;
  margin-bottom: 60px;
}

.download_content .download_btn:before {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 200px;
  height: 200px;
  background: #f7f4ff;
  border-radius: 50%;
  z-index: -2;
}

.download_content .download_btn:after {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 160px;
  height: 160px;
  background: #f1ecff;
  border-radius: 50%;
  z-index: -1;
}

.download_content .download_btn .pulse-x {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  background: #f1ecff;
  width: 110px;
  height: 110px;
  border-radius: 100%;
  z-index: -2;
  -webkit-animation: pulsate 3s infinite;
  animation: pulsate 3s infinite;
}

.download_content .download_btn i {
  width: 120px;
  height: 120px;
  display: inline-block;
  background-image: -moz-linear-gradient(50deg, #5e2ced 0%, #a485fd 100%);
  background-image: -webkit-linear-gradient(50deg, #5e2ced 0%, #a485fd 100%);
  background-image: -ms-linear-gradient(50deg, #5e2ced 0%, #a485fd 100%);
  -webkit-box-shadow: inset 2px -3.464px 6px 0px rgba(34, 10, 104, 0.2);
  box-shadow: inset 2px -3.464px 6px 0px rgba(34, 10, 104, 0.2);
  border-radius: 50%;
  line-height: 120px;
  font-size: 55px;
  color: #fff;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.download_content h2 {
  font-size: 60px;
  color: #051441;
  font-weight: 400;
  margin-bottom: 35px;
}

.download_content p {
  margin-bottom: 0;
  font-size: 20px;
  font-weight: 400;
  color: #051441;
}

.download_content p a {
  color: #5e2ced;
  position: relative;
}

.download_content p a:before {
  content: '';
  width: 100%;
  height: 1px;
  background: #5e2ced;
  position: absolute;
  left: 0;
  bottom: 0;
}

.thanks_content h2 {
  font-size: 50px;
  margin-bottom: 30px;
  margin-top: 30px;
}

.thanks_content p {
  color: #677294;
}

.thanks_content a {
  font-size: 14px;
  font-weight: 500;
  color: #959bad;
  position: relative;
  text-transform: uppercase;
  padding: 0px 6px;
  display: inline-block;
  -webkit-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
  margin-top: 45px;
}

.thanks_content a:before {
  content: '';
  width: 100%;
  height: 100%;
  border-bottom: 1px solid #959bad;
  left: 0;
  bottom: 0;
  position: absolute;
}

.thanks_content a i {
  vertical-align: middle;
  display: inline-block;
  -webkit-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
  padding-left: 5px;
}

.thanks_content a:hover {
  color: #5e2ced;
}

.thanks_content a:hover:before {
  border-color: #5e2ced;
}

.thanks_content a:hover i {
  -webkit-transform: translateX(8px);
  -ms-transform: translateX(8px);
  transform: translateX(8px);
}

/*================= download_area css ==================*/
/*====================================================*/
/*====================================================*/
.typography_breacrumb {
  background: #f9f9f9;
}

.typography_breacrumb h1 {
  color: #222d39;
  font-weight: 400;
}

.typography_breacrumb h1 span {
  font-weight: 700;
}

.typography_breacrumb p {
  color: #677294;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  color: #4b505e;
}

p {
  font-size: 16px;
  color: #677294;
}

p span {
  padding: 3px 8px;
}

.bg-dark {
  background: #222d39 !important;
}

.bg-purpple {
  background: #6e3ef8;
}

.bg-blue {
  background: #2cabed;
}

.h_title {
  font-size: 24px;
  color: #677294;
  font-weight: 300;
  margin-bottom: 50px;
}

.heading_style h1,
.heading_style h2,
.heading_style h3,
.heading_style h4,
.heading_style h5,
.heading_style h6 {
  color: #4b505e;
  font-weight: 700;
}

.heading_style .h_title {
  font-size: 24px;
  color: #677294;
  font-weight: 300;
}

.heading_style h1 {
  font-size: 50px;
}

.heading_style h2 {
  font-size: 44px;
}

.heading_style h3 {
  font-size: 36px;
}

.heading_style h4 {
  font-size: 30px;
}

.heading_style h5 {
  font-size: 24px;
}

.heading_style h6 {
  font-size: 18px;
}

.heading_style.medium h1,
.heading_style.medium h2,
.heading_style.medium h3,
.heading_style.medium h4,
.heading_style.medium h5,
.heading_style.medium h6 {
  font-weight: 500;
}

.heading_style.medium .h_title {
  font-weight: 300;
}

.heading_style.regular .h_title {
  font-weight: 300;
}

.heading_style.regular h1,
.heading_style.regular h2,
.heading_style.regular h3,
.heading_style.regular h4,
.heading_style.regular h5,
.heading_style.regular h6 {
  font-weight: 400;
}

/*.tooltip_p .text-green {
  color: #49c10e;
}

.tooltip_p .text-red {
  color: #f0368d;
}

.tooltip > .tooltip-inner {
  background-color: #f00;
  color: #fff;
}

.tooltip > .tooltip-inner .arrow:before {
  border-bottom-color: red;
}*/

.drop_text span {
  float: left;
  font-size: 54px;
  color: #2cabed;
  font-weight: 700;
  line-height: 50px;
}

.nested {
  font-size: 16px;
  color: #627387;
  line-height: 36px;
  font-weight: 400;
}

.blockquote {
  border-left: 2px solid #4b505e;
  padding-left: 30px;
}

.blockquote p {
  font-size: 18px;
  color: #4b505e;
  font-style: italic;
  font-weight: 400;
  line-height: 30px;
}

.blockquote_two {
  background: #f9fafb;
  padding: 20px 20px 20px 40px;
  font-size: 22px;
  font-style: italic;
  color: #627387;
}

.blockquote_two img {
  margin-right: 40px;
}

.blockquote_three {
  background: #f9fafb;
  padding: 40px;
  font-size: 22px;
  color: #677294;
  font-style: italic;
  line-height: 40px;
}

.blockquote_three img {
  margin-right: 40px;
}

.typography_promo_area {
  position: relative;
  z-index: 1;
  height: 400px;
  background-color: #5e2ced;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.typography_promo_area .bg_overlay {
  position: absolute;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  background-attachment: fixed;
  opacity: 0.1;
}

.typography_promo_area h2 {
  color: #fff;
  font-size: 40px;
  line-height: 50px;
  font-weight: 600;
}

.typography_promo_area .btn_get {
  color: #fff;
  border: 1px solid #fff;
  -webkit-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
  margin-top: 30px;
}

.typography_promo_area .btn_get:hover {
  background: #fff;
  color: #051441;
}

.alert {
  font-size: 16px;
  line-height: 34px;
  position: relative;
  border-width: 1px;
  border-style: solid;
  border-radius: 0px;
  margin-bottom: 30px;
}

.alert i {
  float: left;
  font-size: 20px;
  line-height: 32px;
  margin-right: 20px;
}

.alert .alert_close {
  position: absolute;
  right: 20px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  font-size: 20px;
  cursor: pointer;
}

.alert .alert_close i {
  margin-right: 0;
}

.alert.notice {
  background: #f9f8fc;
  border-color: #e9e6f5;
  color: #677294;
}

.alert.error {
  background: #ffebeb;
  border-color: #f4bdbd;
  color: #eb4a4a;
}

.alert.warning {
  background: #fffaeb;
  border-color: #edd796;
  color: #e7b931;
}

.alert.info {
  background: #ebfcff;
  border-color: #aee9f3;
  color: #49cbe1;
}

.alert.success {
  background: #ecffeb;
  border-color: #b0efac;
  color: #4acc43;
}

.alert.message {
  background: #f5f1fd;
  border-color: #d7caf5;
  color: #8d62e3;
}

.big_alert {
  padding: 40px;
  font-size: 20px;
}

.big_alert i {
  font-size: 24px;
}

.box_alert {
  border: 1px solid #e9e6f5;
  padding: 40px;
  position: relative;
  margin-bottom: 30px;
}

.box_alert .icon {
  width: 70px;
  height: 70px;
  text-align: center;
  line-height: 70px;
  font-size: 20px;
  color: #677294;
  border: 1px solid #e9e6f5;
  background: #f9f8fc;
  border-radius: 50%;
  margin-right: 30px;
}

.box_alert .media-body h5 {
  font-size: 20px;
  line-height: 28px;
  color: #222d39;
  font-weight: 500;
  margin-bottom: 10px;
}

.box_alert .media-body p {
  font-size: 15px;
  line-height: 28px;
  color: #677294;
}

.box_alert .alert_close {
  position: absolute;
  right: 20px;
  top: 20px;
  color: #677294;
  font-size: 20px;
  cursor: pointer;
}

.box_alert.box_warning .icon {
  background: #fffaeb;
  border-color: #edd796;
  color: #e7b931;
}

.box_alert.box_success .icon {
  background: #ecffeb;
  border-color: #b0efac;
  color: #4acc43;
}

.box_alert.box_error .icon {
  background: #ffebeb;
  border-color: #f4bdbd;
  color: #eb4a4a;
}

.box_alert.box_info .icon {
  background: #ebfcff;
  border-color: #aee9f3;
  color: #49cbe1;
}

.box_alert.box_info_two .icon {
  background: #f5f1fd;
  border-color: #d7caf5;
  color: #8d62e3;
}

.button_item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.button_item .btn_hover {
  margin-top: 0;
}

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

.btn_s {
  padding: 9px 44px;
}

.btn_m {
  padding: 16px 50px;
}

.btn_l {
  padding: 24px 86px;
}

.btn_c {
  padding: 16px 50px;
}

.btn_border {
  border-width: 1px;
  border-style: solid;
  border-color: #222d39;
  color: #222d39;
}

.btn_border:hover {
  background: #7444fd;
  border-color: #7444fd;
  color: #fff;
}

.border2 {
  border-width: 2px;
}

.border3 {
  border-width: 3px;
}

.border4 {
  border-width: 4px;
}

.btn_r {
  border-radius: 4px;
}

.btn_r_n {
  border-radius: 0px;
}

.btn_r_two {
  border-radius: 8px;
}

.btn_r_three {
  border-radius: 45px;
}

.box_s {
  background: #5f2eed;
  -webkit-box-shadow: 0 6px #8057f8;
  box-shadow: 0 6px #8057f8;
}

.box_s:hover {
  background: #5f2eed;
  color: #fff;
}

.box_s:hover:hover {
  -webkit-box-shadow: 0 4px #8057f8;
  box-shadow: 0 4px #8057f8;
}

.btn-style2 {
  position: relative;
  overflow: visible;
  z-index: auto;
  background: #5f2eed;
  -webkit-transition: all 0.1s linear;
  -o-transition: all 0.1s linear;
  transition: all 0.1s linear;
}

.btn-style2:before {
  content: '';
  width: 100%;
  height: 100%;
  background: #dfd5fb;
  position: absolute;
  right: -5px;
  bottom: -5px;
  z-index: -2;
  -webkit-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
}

.btn-style2:hover {
  background: #5f2eed;
  margin-right: 0;
  margin-bottom: 0;
  color: #fff;
}

.btn-style2:hover:before {
  right: 0;
  bottom: 0;
}

.btn-style3 {
  position: relative;
  background: transparent;
}

.btn-style3:before {
  content: '';
  left: 5px;
  right: 5px;
  bottom: 5px;
  top: 5px;
  background: #5f2eed;
  position: absolute;
  z-index: -1;
  -webkit-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}

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

.btn-style3:hover:before {
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}

.btn-style4 {
  position: relative;
  background: #dfd5fb;
  border: 0px;
}

.btn-style4:before {
  content: '';
  left: 2px;
  right: 2px;
  bottom: 2px;
  top: 2px;
  background: #5f2eed;
  position: absolute;
  z-index: -1;
  -webkit-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}

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

.btn-style4:hover:before {
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}

.i_btn_one {
  padding: 16px 50px;
}

.i_btn_one i {
  margin-right: 10px;
}

.i_btn_two {
  padding: 16px 50px;
}

.i_btn_two i {
  margin-left: 14px;
}

.i_btn_three {
  padding: 0 50px 0px 0px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.i_btn_three i {
  width: 50px;
  float: left;
  text-align: center;
  height: 100%;
  line-height: 53px;
  margin-right: 35px;
  border-right: 1.2px solid rgba(255, 255, 255, 0.2);
}

.i_btn_three:hover i {
  border-color: #7444fd;
}

.i_btn_four {
  padding: 0 0px 0px 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.i_btn_four i {
  width: 50px;
  float: left;
  text-align: center;
  height: 100%;
  line-height: 53px;
  margin-left: 35px;
  border-left: 1.2px solid rgba(255, 255, 255, 0.2);
}

.i_btn_four:hover i {
  border-color: #7444fd;
}

.btn_blue {
  background: #2e95ed;
  border-color: #2e95ed;
}

.btn_blue:hover {
  background: #2e95ed;
  color: #fff;
  -webkit-box-shadow: 0px 20px 34px 0px rgba(0, 11, 40, 0.1);
  box-shadow: 0px 20px 34px 0px rgba(0, 11, 40, 0.1);
  -webkit-transform: translateY(-5px);
  -ms-transform: translateY(-5px);
  transform: translateY(-5px);
}

.btn_red {
  background: #db247f;
  border-color: #db247f;
}

.btn_red:hover {
  background: #db247f;
  color: #fff;
  -webkit-box-shadow: 0px 20px 34px 0px rgba(0, 11, 40, 0.1);
  box-shadow: 0px 20px 34px 0px rgba(0, 11, 40, 0.1);
  -webkit-transform: translateY(-5px);
  -ms-transform: translateY(-5px);
  transform: translateY(-5px);
}

.btn_green {
  background: #62be09;
  border-color: #62be09;
  padding: 16px 64px;
}

.btn_green:hover {
  background: #62be09;
  color: #fff;
  -webkit-box-shadow: 0px 20px 34px 0px rgba(0, 11, 40, 0.1);
  box-shadow: 0px 20px 34px 0px rgba(0, 11, 40, 0.1);
  -webkit-transform: translateY(-5px);
  -ms-transform: translateY(-5px);
  transform: translateY(-5px);
}

.btn_yellow {
  background: #e4a817;
  border-color: #e4a817;
  padding: 16px 64px;
}

.btn_yellow:hover {
  background: #e4a817;
  color: #fff;
  -webkit-box-shadow: 0px 20px 34px 0px rgba(0, 11, 40, 0.1);
  box-shadow: 0px 20px 34px 0px rgba(0, 11, 40, 0.1);
  -webkit-transform: translateY(-5px);
  -ms-transform: translateY(-5px);
  transform: translateY(-5px);
}

.btn_purple {
  background: #b715f3;
  border-color: #b715f3;
}

.btn_purple:hover {
  background: #b715f3;
  color: #fff;
  -webkit-box-shadow: 0px 20px 34px 0px rgba(0, 11, 40, 0.1);
  box-shadow: 0px 20px 34px 0px rgba(0, 11, 40, 0.1);
  -webkit-transform: translateY(-5px);
  -ms-transform: translateY(-5px);
  transform: translateY(-5px);
}

.btn_violte {
  background: #5f2eed;
  border-color: #5f2eed;
}

.btn_violte:hover {
  background: #5f2eed;
  color: #fff;
  -webkit-box-shadow: 0px 20px 34px 0px rgba(0, 11, 40, 0.1);
  box-shadow: 0px 20px 34px 0px rgba(0, 11, 40, 0.1);
  -webkit-transform: translateY(-5px);
  -ms-transform: translateY(-5px);
  transform: translateY(-5px);
}

.btn_orange {
  background: #f05b2d;
  border-color: #f05b2d;
  padding: 16px 64px;
}

.btn_orange:hover {
  background: #f05b2d;
  color: #fff;
  -webkit-box-shadow: 0px 20px 34px 0px rgba(0, 11, 40, 0.1);
  box-shadow: 0px 20px 34px 0px rgba(0, 11, 40, 0.1);
  -webkit-transform: translateY(-5px);
  -ms-transform: translateY(-5px);
  transform: translateY(-5px);
}

.btn_nill {
  background: #1bbbce;
  border-color: #1bbbce;
  padding: 16px 64px;
}

.btn_nill:hover {
  background: #1bbbce;
  color: #fff;
  -webkit-box-shadow: 0px 20px 34px 0px rgba(0, 11, 40, 0.1);
  box-shadow: 0px 20px 34px 0px rgba(0, 11, 40, 0.1);
  -webkit-transform: translateY(-5px);
  -ms-transform: translateY(-5px);
  transform: translateY(-5px);
}

/*====================================================*/
/*====================================================*/
/*=========== blog area css ===========*/
.blog_grid_item {
  cursor: pointer;
}

.blog_grid_item img {
  -webkit-transition: opacity 600ms linear;
  -o-transition: opacity 600ms linear;
  transition: opacity 600ms linear;
}

.blog_grid_item:hover .blog_img img {
  opacity: 0.7;
}

.blog_img {
  background: #000022;
}

.blog_img img {
  max-width: 100%;
}

.blog_content {
  background-color: white;
  -webkit-box-shadow: 0px 2px 4px 0px rgba(12, 0, 46, 0.06);
  box-shadow: 0px 2px 4px 0px rgba(12, 0, 46, 0.06);
  padding: 30px 47px 42px 50px;
  position: relative;
}

.blog_content .post_date {
  width: 80px;
  height: 80px;
  border-radius: 50%;
  -webkit-box-shadow: 0px 3px 0px 0px rgba(12, 0, 46, 0.06);
  box-shadow: 0px 3px 0px 0px rgba(12, 0, 46, 0.06);
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: absolute;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  right: 50px;
  top: -40px;
  background: #fff;
}

.blog_content .post_date h2 {
  font: 700 30px/20px 'CamptonLight', sans-serif;
  margin-bottom: 0px;
  color: #5e2ced;
  padding-top: 5px;
}

.blog_content .post_date span {
  font-weight: 300;
  font-size: 14px;
  display: block;
  padding-top: 5px;
}

.blog_content p {
  font-weight: 400;
  font-size: 15px;
}

.blog_content h5:hover {
  color: #5e2ced;
}

.blog_content .learn_btn_two {
  font: 400 14px 'CamptonLight', sans-serif;
  color: #282835;
}

.blog_content .learn_btn_two:before {
  -webkit-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}

.blog_content .learn_btn_two i {
  font-size: 14px;
}

.blog_content .learn_btn_two:hover {
  color: #5e2ced;
}

.blog_content .learn_btn_two:hover:before {
  background: #5e2ced;
}

.entry_post_info {
  font: 400 15px/25px 'CamptonLight', sans-serif;
  color: #677294;
  padding-bottom: 5px;
}

.entry_post_info a {
  color: #677294;
}

.entry_post_info a + a:before {
  content: '/';
  display: inline-block;
  margin: 0px 7px 0px 2px;
}

.blog_single .blog_content {
  padding-left: 0px;
  padding-right: 0px;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.blog_single .blockquote {
  color: #5e2ced;
  font-style: italic;
  border-left: 4px solid #5e2ced;
  padding-left: 35px;
}

.post_share {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-bottom: 1px solid #d8dceb;
  padding-bottom: 10px;
}

.post_share a {
  font: 400 14px/26px 'CamptonLight', sans-serif;
  color: #525c7c;
}

.post_share a i {
  padding-right: 12px;
}

.post_share a:hover {
  color: #5e2ced;
}

.post_share a + a {
  margin-left: 15px;
}

.post_share .flex {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  text-align: right;
}

.post-nam {
  font: 400 15px/26px 'CamptonLight', sans-serif;
  color: #282835;
}

.post_tag {
  padding-top: 20px;
}

.post_tag .post-nam {
  padding-right: 10px;
}

.post_tag a {
  font: 400 13px/26px 'CamptonLight', sans-serif;
  color: #595b64;
  border: 1px solid #cfcfe6;
  border-radius: 3px;
  padding: 0px 11px;
  display: inline-block;
  margin-left: 10px;
}

.post_author .media-body {
  padding-left: 20px;
}

.post_author .media-body h6 {
  color: #677294;
}

.post_author .media-body p {
  color: #677294;
  margin-bottom: 0px;
}

.blog_post_item .blog_content {
  padding: 22px 22px 35px;
}

.blog_post_item .blog_content h5 {
  margin-bottom: 15px;
}

.comment-box .post_comment .post_author {
  margin-bottom: 30px;
}

.comment-box .post_comment .post_author .media-left {
  margin-right: 30px;
}

.comment-box .post_comment .post_author .replay {
  display: block;
  text-align: center;
  font-size: 20px;
  color: #525c7c;
  padding-top: 14px;
  -webkit-transition: all 0.1s linear;
  -o-transition: all 0.1s linear;
  transition: all 0.1s linear;
}

.comment-box .post_comment .post_author .replay:hover {
  color: #5e2ced;
}

.comment-box .post_comment .post_author .media-body {
  border-bottom: 1px solid #e8ebf4;
  padding-left: 0;
  padding-bottom: 25px;
}

.comment-box .post_comment .reply-comment {
  padding-left: 110px;
}

.comment-box .post_comment .reply-comment .post_author {
  margin-bottom: 0px;
}

/*=========== blog sidebar css ===========*/
.widget_title {
  margin-bottom: 35px;
}

.widget_title .border_bottom {
  width: 180px;
  height: 1px;
  background: #677294;
  display: block;
}

.widget_title_two {
  font-size: 20px;
  font-weight: 600;
  color: #282835;
  margin-bottom: 30px;
}

.blog-sidebar {
  padding-left: 40px;
}

.blog-sidebar .widget.widget_search .search-form {
  position: relative;
}

.blog-sidebar .widget.widget_search .search-form .form-control {
  font: 300 14px 'CamptonLight', sans-serif;
  color: #677294;
  border-radius: 3px;
  background-color: white;
  -webkit-box-shadow: 0px 2px 3px 0px rgba(12, 0, 46, 0.08);
  box-shadow: 0px 2px 3px 0px rgba(12, 0, 46, 0.08);
  border-radius: 0px;
  border: 0px;
  padding-left: 30px;
  height: 55px;
  z-index: 0;
  border: 1px solid transparent;
}

.blog-sidebar .widget.widget_search .search-form .form-control.placeholder {
  color: #677294;
}

.blog-sidebar .widget.widget_search .search-form .form-control:-moz-placeholder {
  color: #677294;
}

.blog-sidebar .widget.widget_search .search-form .form-control::-moz-placeholder {
  color: #677294;
}

.blog-sidebar .widget.widget_search .search-form .form-control::-webkit-input-placeholder {
  color: #677294;
}

.blog-sidebar .widget.widget_search .search-form .form-control:focus {
  border-color: #ccc5fa;
  border-radius: 3px;
}

.blog-sidebar .widget.widget_search .search-form button {
  border: 0px;
  border-radius: 0px;
  font-size: 16px;
  color: #282835;
  background: transparent;
  position: absolute;
  right: 20px;
  height: 100%;
  padding: 0px;
  z-index: 1;
  cursor: pointer;
}

.blog-sidebar .widget.widget_search .search-form button:hover {
  color: #5e2ced;
}

.blog-sidebar .widget.widget_recent_post .post_item img {
  border-radius: 3px;
}

.blog-sidebar .widget.widget_recent_post .post_item .media-body {
  padding-left: 20px;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

.blog-sidebar .widget.widget_recent_post .post_item .media-body h3 {
  color: #282835;
}

.blog-sidebar .widget.widget_recent_post .post_item .media-body h3:hover {
  color: #5e2ced;
}

.blog-sidebar .widget.widget_recent_post .post_item .media-body .entry_post_info {
  padding-bottom: 0px;
}

.blog-sidebar .widget.widget_recent_post .post_item + .post_item {
  margin-top: 30px;
}

.blog-sidebar .widget.widget_categorie .widget_title {
  margin-bottom: 28px;
}

.blog-sidebar .widget.widget_categorie ul {
  margin-bottom: 0px;
}

.blog-sidebar .widget.widget_categorie ul li a {
  font: 400 16px/35px 'CamptonLight', sans-serif;
  color: #282835;
  -webkit-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}

.blog-sidebar .widget.widget_categorie ul li a span {
  border-bottom: 1px solid transparent;
  -webkit-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
}

.blog-sidebar .widget.widget_categorie ul li a em {
  float: right;
  font-style: normal;
}

.blog-sidebar .widget.widget_categorie ul li a:hover span {
  color: #5e2ced;
  border-color: #5e2ced;
}

.blog-sidebar .widget.widget_tag_cloud .post-tags {
  margin-top: -5px;
  margin-left: -5px;
  margin-right: -5px;
}

.blog-sidebar .widget.widget_tag_cloud .post-tags a {
  font: 400 13px/26px 'CamptonLight', sans-serif;
  color: #595b64;
  border: 1px solid #cfcfe6;
  border-radius: 3px;
  padding: 6px 18px;
  float: left;
  -webkit-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
  margin: 5px;
}

.blog-sidebar .widget.widget_tag_cloud .post-tags a:hover {
  background: #5e2ced;
  border-color: #5e2ced;
  color: #fff;
}

.blog-sidebar .widget.search_widget_two .search-form .form-control {
  padding: 0px 30px;
  background: #f3f4f9;
  border-radius: 4px;
  height: 60px;
  font-size: 15px;
  color: #677294;
  -webkit-box-shadow: none;
  box-shadow: none;
  position: relative;
  z-index: 0;
  border-color: transparent;
  -webkit-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
}

.blog-sidebar .widget.search_widget_two .search-form .form-control.placeholder {
  color: #677294;
}

.blog-sidebar .widget.search_widget_two .search-form .form-control:-moz-placeholder {
  color: #677294;
}

.blog-sidebar .widget.search_widget_two .search-form .form-control::-moz-placeholder {
  color: #677294;
}

.blog-sidebar .widget.search_widget_two .search-form .form-control::-webkit-input-placeholder {
  color: #677294;
}

.blog-sidebar .widget.search_widget_two .search-form .form-control:focus {
  border-color: #5e2ced;
  background: #fff;
}

.blog-sidebar .widget.search_widget_two .search-form button {
  position: absolute;
  background: transparent;
  padding: 0px;
  border: 0px;
  right: 30px;
  top: 51%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  font-size: 16px;
  color: #282835;
  z-index: 0;
}

.blog-sidebar .widget.recent_post_widget_two .post_item {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.blog-sidebar .widget.recent_post_widget_two .post_item img {
  border-radius: 4px;
  padding-right: 25px;
}

.blog-sidebar .widget.recent_post_widget_two .post_item .media-body h3 {
  font: 500 16px/22px 'CamptonLight', sans-serif;
  color: #222d39;
  margin-bottom: 0;
}

.blog-sidebar .widget.recent_post_widget_two .post_item .media-body h3:hover {
  color: #5e2ced;
}

.blog-sidebar .widget.recent_post_widget_two .post_item .media-body .entry_post_info {
  font-size: 14px;
  color: #85859c;
  font-weight: 400;
  text-transform: uppercase;
}

.blog-sidebar .widget.recent_post_widget_two .post_item:not(:last-child) {
  margin-bottom: 30px;
}

.blog-sidebar .widget.categorie_widget_two ul {
  margin-bottom: 0;
}

.blog-sidebar .widget.categorie_widget_two ul li a {
  font-size: 14px;
  line-height: 36px;
  color: #282835;
  text-transform: uppercase;
}

.blog-sidebar .widget.categorie_widget_two ul li a em {
  font-style: normal;
  color: #282835;
  padding-left: 10px;
}

.blog-sidebar .widget.categorie_widget_two ul li a:hover {
  color: #5e2ced;
}

.blog-sidebar .widget.tag_widget_two .post-tags {
  margin: -5px -4px;
}

.blog-sidebar .widget.tag_widget_two .post-tags a {
  padding: 6px 20px;
  font-size: 14px;
  color: #5a5a77;
  background: #f0f2f9;
  border-radius: 4px;
  margin: 5px 4px;
  display: inline-block;
  -webkit-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}

.blog-sidebar .widget.tag_widget_two .post-tags a:hover {
  background: #5e2ced;
  color: #fff;
}

.blog-sidebar .widget.instagram_widget ul {
  margin: -7px;
}

.blog-sidebar .widget.instagram_widget ul li {
  display: inline-block;
  padding: 7px 6px;
}

.blog-sidebar .widget.instagram_widget ul li a {
  display: block;
  position: relative;
}

.blog-sidebar .widget.instagram_widget ul li a:before {
  content: '\e73d';
  position: absolute;
  left: 0;
  width: 100%;
  height: 100%;
  font-family: 'themify';
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 22px;
  background: rgba(94, 44, 237, 0.6);
  border-radius: 4px;
  opacity: 0;
  -webkit-transition: opacity 0.4s linear;
  -o-transition: opacity 0.4s linear;
  transition: opacity 0.4s linear;
  color: #fff;
}

.blog-sidebar .widget.instagram_widget ul li a img {
  max-width: 100%;
  border-radius: 4px;
}

.blog-sidebar .widget.instagram_widget ul li a:hover:before {
  opacity: 1;
}

/*========= blog_area_two css ===========*/
.blog_area_two .blog_list_item:not(:last-child) {
  margin-bottom: 70px;
}

.blog_area_two .shop_page_number {
  border-top: 1px solid #ebe8f1;
  padding-top: 35px;
  margin-top: 0px;
}

.blog_list_item_two {
  position: relative;
}

.blog_list_item_two .post_date {
  position: absolute;
  left: 20px;
  top: 20px;
  border-radius: 4px;
  background-color: #fbfbfd;
  -webkit-box-shadow: 0px 14px 30px 0px rgba(68, 28, 183, 0.25);
  box-shadow: 0px 14px 30px 0px rgba(68, 28, 183, 0.25);
  text-align: center;
  color: #5e2ced;
  padding: 13px 26px;
  z-index: 1;
}

.blog_list_item_two .post_date h2 {
  font-size: 30px;
  font-weight: 600;
  margin-bottom: 0;
}

.blog_list_item_two .post_date span {
  display: block;
  font-size: 15px;
  font-weight: 400;
}

.blog_list_item_two a img {
  border-radius: 6px;
}

.blog_list_item_two .video_post {
  position: relative;
  z-index: 0;
}

.blog_list_item_two .video_post:before {
  content: '';
  background: #282835;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
  opacity: 0.5;
  border-radius: 6px;
}

.blog_list_item_two .video_post img {
  border-radius: 6px;
}

.blog_list_item_two .video_icon {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.blog_list_item_two .video_icon:after {
  display: none;
}

.blog_list_item_two .video_icon:before {
  -webkit-transform: scale(1.5);
  -ms-transform: scale(1.5);
  transform: scale(1.5);
}

.blog_list_item_two .video_icon i {
  color: #794afd;
  text-shadow: 0px 6px 25px rgba(121, 74, 253, 0.9);
}

.blog_list_item_two .blog_content {
  -webkit-box-shadow: none;
  box-shadow: none;
  padding-left: 0px;
  padding-right: 0px;
  padding-bottom: 0px;
}

.blog_list_item_two .blog_content p {
  font-size: 16px;
  margin-bottom: 25px;
}

.blog_list_item_two .blog_content .post-info-bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.blog_list_item_two .blog_content .post-info-bottom .post-info-comments {
  font-size: 13px;
  font-weight: 500;
  letter-spacing: 1px;
  color: #282835;
}

.blog_list_item_two .blog_content .post-info-bottom .post-info-comments i {
  color: #5e2ced;
  padding-right: 5px;
}

.blog_list_item_two .blog_content .learn_btn_two {
  text-transform: uppercase;
  font-size: 13px;
  margin-top: 0px;
  line-height: 20px;
  display: inline-block;
  font-weight: 500;
}

.blog_list_item_two .blog_content .post-info-comments {
  text-transform: uppercase;
  line-height: 20px;
  display: inline-block;
}

.blog_title {
  font-size: 24px;
  line-height: 36px;
  font-weight: 600;
  color: #222d39;
  font-family: 'CamptonLight', sans-serif;
  margin-bottom: 15px;
}

.blog_title:hover {
  color: #5e2ced;
}

.qutoe_post .blog_content {
  background-color: white;
  -webkit-box-shadow: 0px 10px 30px 0px rgba(20, 3, 67, 0.08);
  box-shadow: 0px 10px 30px 0px rgba(20, 3, 67, 0.08);
  border-radius: 6px;
  padding: 28px 40px 42px 40px;
  position: relative;
  overflow: hidden;
  border-left: 6px solid #5e2ced;
  z-index: 0;
}

.qutoe_post .blog_content:after {
  content: '\f10d';
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  position: absolute;
  right: 30px;
  bottom: 0px;
  color: #f2effd;
  font-size: 100px;
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
  z-index: -1;
}

.qutoe_post .blog_content i {
  font-size: 30px;
  color: #5e2ced;
  padding-bottom: 12px;
  display: inline-block;
}

.qutoe_post .blog_content h6 {
  font-size: 20px;
  color: #525c7c;
  font-weight: 500;
  line-height: 34px;
  margin-bottom: 0;
}

.qutoe_post .blog_content .author_name {
  font-size: 14px;
  color: #848ca5;
  line-height: 20px;
  letter-spacing: 1px;
  margin-top: 22px;
  display: inline-block;
  text-transform: uppercase;
}

.qutoe_post.qutoe_post_two .blog_content:after {
  content: '\e02c';
  font-family: 'ElegantIcons';
  font-size: 150px;
  right: 0;
  bottom: auto;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.qutoe_post.qutoe_post_two .blog_content .blog_title {
  font-weight: 500;
}

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

.blog_grid_info .blog_list_item .post_date {
  padding: 7px 19px;
}

.blog_grid_info .blog_list_item .post_date h2 {
  font-size: 24px;
}

.blog_grid_info .blog_list_item .blog_content {
  padding-top: 25px;
}

.blog_grid_info .blog_list_item .blog_content .blog_title {
  font-size: 20px;
  margin-bottom: 10px;
}

.blog_grid_info .blog_list_item.qutoe_post .blog_content {
  padding-bottom: 80px;
}

.blog_grid_info .blog_list_item.qutoe_post .blog_content:after {
  bottom: 0px;
  font-size: 90px;
  line-height: 90px;
}

.blog_grid_info .blog_list_item.qutoe_post_two .blog_content:after {
  bottom: auto;
  top: 80%;
}

.blog_single_info .blog_list_item_two .blog_content {
  padding-top: 50px;
}

.blog_single_info .blog_list_item_two .blog_content .qutoe_post {
  margin: 45px 0px;
}

.blog_single_info .blog_list_item_two .blog_content .post-info-bottom {
  padding-top: 20px;
}

.blog_single_info .blog_list_item_two .blog_content .post-info-bottom .social_icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  text-transform: uppercase;
  font-size: 13px;
  color: #424255;
  font-weight: 500;
  letter-spacing: 1px;
}

.blog_single_info .blog_list_item_two .blog_content .post-info-bottom .social_icon ul {
  display: inline-block;
}

.blog_single_info .blog_list_item_two .blog_content .post-info-bottom .social_icon ul li {
  display: inline-block;
  margin-left: 8px;
}

.blog_single_info .blog_list_item_two .blog_content .post-info-bottom .social_icon ul li a {
  font-size: 12px;
  color: #848ca5;
}

.blog_single_info .blog_list_item_two .blog_content .post-info-bottom .social_icon ul li a:hover {
  color: #5e2ced;
}

.blog_single_info .blog_titles {
  font: 600 20px 'CamptonLight', sans-serif;
  color: #282835;
  margin-bottom: 30px;
}

.blog_single_info blockquote {
  background-color: white;
  -webkit-box-shadow: 0px 10px 30px 0px rgba(20, 3, 67, 0.08);
  box-shadow: 0px 10px 30px 0px rgba(20, 3, 67, 0.08);
  border-radius: 6px;
  padding: 28px 40px 22px 40px;
  position: relative;
  overflow: hidden;
  border-left: 6px solid #5e2ced;
  z-index: 0;
  margin: 40px 0px 45px;
}

.blog_single_info blockquote:before {
  content: '\f10d';
  font-size: 30px;
  color: #5e2ced;
  padding-bottom: 12px;
  display: inline-block;
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
}

.blog_single_info blockquote:after {
  content: '\f10d';
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  position: absolute;
  right: 30px;
  bottom: auto;
  top: 80%;
  color: #f2effd;
  font-size: 100px;
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
  z-index: -1;
}

.blog_single_info blockquote i {
  font-size: 30px;
  color: #5e2ced;
  padding-bottom: 12px;
  display: inline-block;
}

.blog_single_info blockquote h6 {
  font-size: 20px;
  color: #525c7c;
  font-weight: 500;
  line-height: 34px;
  margin-bottom: 0;
}

.blog_single_info blockquote .author_name {
  font-size: 14px;
  color: #848ca5;
  line-height: 20px;
  letter-spacing: 1px;
  margin-top: 22px;
  display: inline-block;
  text-transform: uppercase;
}

.post_author_two {
  background: #f3f5fa;
  border-radius: 4px;
  padding: 35px 40px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.post_author_two .img_rounded {
  border-radius: 50%;
  width: 100px;
  height: 100px;
  margin-right: 30px;
}

.post_author_two .media-body .comment_info h3 {
  font: 500 18px/24px 'CamptonLight', sans-serif;
  color: #282835;
}

.post_author_two .media-body .comment_info .comment-date {
  font: 400 14px 'CamptonLight', sans-serif;
  color: #677294;
}

.post_author_two .media-body p {
  margin-bottom: 0;
  font-size: 16px;
  color: #525c7c;
}

.blog_related_post {
  margin-top: 100px;
}

.blog_related_post.blog_grid_info .blog_list_item .blog_content {
  padding-top: 25px;
}

.blog_related_post.blog_grid_info .blog_list_item .blog_content h5 {
  font-size: 16px;
  line-height: 22px;
  margin-bottom: 8px;
}

.blog_related_post.blog_grid_info .blog_list_item .blog_content p {
  font-size: 15px;
}

.comment_inner {
  margin-top: 40px;
}

.comment_inner .comment_box {
  margin-bottom: 0;
}

.comment_inner .comment_box .post_comment {
  background: #f7f8fb;
  padding: 30px 30px 30px;
}

.comment_inner .comment_box .post_comment .post_author_two {
  padding: 0px;
  background: transparent;
  -webkit-box-align: inherit;
  -ms-flex-align: inherit;
  align-items: inherit;
}

.comment_inner .comment_box .post_comment .post_author_two .comment_info {
  display: inline-block;
}

.comment_inner .comment_box .post_comment .post_author_two .comment_info h3 {
  margin-bottom: 0px;
}

.comment_inner .comment_box .post_comment .post_author_two .img_rounded {
  width: 70px;
  height: 70px;
}

.comment_inner .comment_box .post_comment .post_author_two .comment_reply {
  float: right;
  font: 500 13px/26px 'CamptonLight', sans-serif;
  text-transform: uppercase;
  letter-spacing: 1px;
  color: #424255;
}

.comment_inner .comment_box .post_comment .post_author_two .comment_reply i {
  vertical-align: middle;
  font-size: 20px;
  padding-left: 5px;
}

.comment_inner .comment_box .post_comment .post_author_two .comment_reply:hover {
  color: #5e2ced;
}

.comment_inner .comment_box .post_comment .post_author_two p {
  padding-top: 12px;
}

.comment_inner .comment_box .post_comment .reply_comment {
  margin-left: 100px;
  border-top: 1px solid #e8ebf4;
  margin-top: 30px;
}

.comment_inner .comment_box .post_comment .reply_comment .post_author_two {
  padding-left: 0px;
  padding-right: 0;
  padding-top: 30px;
}

.comment_inner .comment_box .post_comment:not(:last-child) {
  margin-bottom: 30px;
}

.blog_comment_box {
  margin-top: 100px;
}

.blog_comment_box .get_quote_form .form-group .form-control {
  background: #f7f8fb;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.blog_comment_box .get_quote_form .form-group .form-control.placeholder {
  color: #9ca3b9;
}

.blog_comment_box .get_quote_form .form-group .form-control:-moz-placeholder {
  color: #9ca3b9;
}

.blog_comment_box .get_quote_form .form-group .form-control::-moz-placeholder {
  color: #9ca3b9;
}

.blog_comment_box .get_quote_form .form-group .form-control::-webkit-input-placeholder {
  color: #9ca3b9;
}

.blog_comment_box .get_quote_form .form-group .form-control:focus {
  border-color: #5e2ced;
  background: #fff;
}

.comments_widget ul {
  margin-bottom: 0;
}

.comments_widget ul li .comments_items .round_img {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  margin-right: 30px;
  margin-top: 7px;
}

.comments_widget ul li .comments_items .media-body p {
  font-size: 15px;
  line-height: 26px;
  color: #282835;
  margin-bottom: 0px;
}

.comments_widget ul li .comments_items .media-body p:hover {
  color: #5e2ced;
}

.comments_widget ul li .comments_items .media-body span {
  font-size: 13px;
  line-height: 20px;
  text-transform: uppercase;
  color: #848ca5;
  display: block;
  padding-top: 12px;
}

.comments_widget ul li:not(:last-child) {
  margin-bottom: 30px;
}

.widget_recent_comments #recentcomments {
  padding: 0px;
  list-style: none;
  margin-bottom: 0;
}

.widget_recent_comments #recentcomments .recentcomments {
  position: relative;
  padding-left: 90px;
  font-size: 15px;
  line-height: 26px;
  color: #282835;
  font-family: 'CamptonLight', sans-serif;
  min-height: 66px;
}

.widget_recent_comments #recentcomments .recentcomments:before {
  content: '\76';
  font-family: eleganticons;
  border: 1px solid #5e2ced;
  text-align: center;
  line-height: 60px;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  font-size: 20px;
  color: #5e2ced;
  -webkit-transition: background 0.3s linear, color 0.3s linear;
  -o-transition: background 0.3s linear, color 0.3s linear;
  transition: background 0.3s linear, color 0.3s linear;
  display: inline-block;
  position: absolute;
  left: 0;
  top: 6px;
}

.widget_recent_comments #recentcomments .recentcomments .comment-author-link {
  font-size: 13px;
  line-height: 20px;
  text-transform: uppercase;
  color: #848ca5;
}

.widget_recent_comments #recentcomments .recentcomments a {
  color: #282835;
}

.widget_recent_comments #recentcomments .recentcomments a:hover {
  color: #5e2ced;
}

.widget_recent_comments #recentcomments .recentcomments:hover:before {
  background: #5e2ced;
  color: #fff;
}

.widget_recent_comments #recentcomments .recentcomments:not(:last-child) {
  margin-bottom: 30px;
}

/*====================================================*/
/*====================================================*/
/*============= shop_grid_area css ==============*/
.shop_menu_left p {
  margin-bottom: 0px;
  font: 300 16px 'CamptonLight', sans-serif;
  color: #282835;
}

.shop_menu_right h5 {
  font: 500 16px 'CamptonLight', sans-serif;
  color: #282835;
  margin-bottom: 5px;
}

.shop_menu_right .selectpickers {
  border: 0px;
}

.shop_menu_right .selectpickers:after {
  width: 8px;
  height: 8px;
  top: 42%;
}

.shop_menu_right .selectpickers .current {
  font: 300 16px 'CamptonLight', sans-serif;
  color: #677294;
}

.shop_menu_right .shop_grid {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.shop_menu_right .shop_grid a {
  font-size: 16px;
  color: #677294;
  margin-left: 12px;
}

.shop_menu_right .shop_grid .active a {
  color: #5e2ced;
}

.single_product_item {
  text-align: center;
  margin-top: 30px;
}

.single_product_item .product_img {
  position: relative;
}

.single_product_item .product_img .hover_content {
  position: absolute;
  bottom: 20px;
  width: 100%;
  left: 0;
  text-align: center;
  -webkit-transform: translateY(20px);
  -ms-transform: translateY(20px);
  transform: translateY(20px);
  -webkit-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
  overflow: hidden;
  opacity: 0;
}

.single_product_item .product_img .hover_content a {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  text-align: center;
  line-height: 42px;
  background: #fff;
  margin: 0px 2px;
  color: #282835;
  font-size: 16px;
  display: inline-block;
  -webkit-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
}

.single_product_item .product_img .hover_content a:hover {
  background: #5e2ced;
  color: #fff;
}

.single_product_item .product_img:hover .hover_content {
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
  opacity: 1;
}

.single_product_item .single_pr_details {
  padding: 28px 0px;
}

.single_product_item .single_pr_details h3 {
  color: #282835;
  margin-bottom: 5px;
}

.single_product_item .single_pr_details h3:hover {
  color: #5e2ced;
}

.single_product_item .single_pr_details .price {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  font: 300 14px/28px 'CamptonLight', sans-serif;
  color: #677294;
}

.single_product_item .single_pr_details .price ins {
  font-weight: 500;
  color: #282835;
  text-decoration: none;
  padding-right: 12px;
}

.single_product_item .ratting a {
  font-size: 14px;
  color: #f3ad16;
}

.single_product_item .ratting a:before {
  content: '\e60a\e60a\e60a\e60a';
  font-family: 'themify';
}

.hr {
  width: 100%;
  height: 1px;
  background: #e7e7f6;
  margin-bottom: 40px;
}

.shop_page_number {
  text-align: center;
  margin-bottom: 0px;
}

.shop_page_number li {
  display: inline-block;
  margin: 0px 3px;
}

.shop_page_number li .page-numbers {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  border: 1px solid #e7e7f6;
  font-size: 16px;
  line-height: 39px;
  font-weight: 300;
  color: #677294;
  text-align: center;
  display: block;
  -webkit-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}

.shop_page_number li .page-numbers:hover {
  border-color: #5e2ced;
  color: #5e2ced;
}

.shop_page_number li .page-numbers.current {
  background: #5e2ced;
  border-color: #5e2ced;
  color: #fff;
}

/*============= shop_grid_area css ==============*/
.shop_list_area .shop_page_number {
  margin-top: 70px;
}

.shop_list_item {
  padding-top: 50px;
}

.shop_list_item .single_product_item .single_pr_details {
  padding-bottom: 0px;
}

.shop_list_item .single_product_item .single_pr_details .price {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  font-size: 16px;
}

.shop_list_item .single_product_item .single_pr_details .s_list_title {
  display: inline-block;
}

.shop_list_item .single_product_item .single_pr_details .ratting {
  float: right;
}

.shop_list_item .single_product_item .single_pr_details .pr_button .cart_btn {
  font: 400 15px/30px 'CamptonLight', sans-serif;
  color: #677294;
  border: 1px solid #e7e7f6;
  border-radius: 45px;
  background: #f9f9fc;
  padding: 9px 28px;
  -webkit-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
  cursor: pointer;
}

.shop_list_item .single_product_item .single_pr_details .pr_button .cart_btn:hover {
  color: #fff;
  background: #5e2ced;
  border-color: #5e2ced;
}

.shop_list_item .single_product_item .single_pr_details .pr_button a {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  border: 1px solid #e7e7f6;
  background: #f9f9fc;
  display: inline-block;
  text-align: center;
  line-height: 50px;
  font-size: 16px;
  color: #282835;
  margin-left: 4px;
  -webkit-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
  cursor: pointer;
}

.shop_list_item .single_product_item .single_pr_details .pr_button a:hover {
  color: #fff;
  background: #5e2ced;
  border-color: #5e2ced;
}

.product_details_area .product_slider {
  padding-right: 42px;
}

.product_details_area .product_slider .owl-thumbs {
  display: table;
  width: 102.6%;
  text-align: center;
  padding: 0;
  margin-top: 24px;
  margin-left: -7px;
  margin-right: -7px;
}

.product_details_area .product_slider .owl-thumbs .owl-thumb-item {
  display: table-cell;
  border: none;
  background: none;
  padding: 7px;
  width: calc(100% / 4);
}

.product_details_area .product_slider .owl-thumbs .owl-thumb-item img {
  max-width: 100%;
  border: 2px solid transparent;
  -webkit-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}

.product_details_area .product_slider .owl-thumbs .owl-thumb-item.active img {
  border-color: #c8b6fc;
}

.pr_details .pr_title {
  color: #282835;
}

.pr_details .ratting {
  float: right;
  text-align: right;
}

.pr_details .ratting .star-rating {
  color: #5e2ced;
  line-height: 12px;
}

.pr_details .ratting .star-rating:before {
  content: '\e60a\e60a\e60a\e60a';
  font-family: 'themify';
  font-size: 12px;
}

.pr_details .ratting .woocommerce-review-link {
  font-size: 14px;
  font-weight: 300;
  color: #677294;
}

.pr_details .price {
  font: 300 20px 'CamptonLight', sans-serif;
  color: #677294;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
  padding-top: 8px;
}

.pr_details .price ins {
  text-decoration: none;
  font-weight: 600;
  color: #282835;
  padding-right: 18px;
}

.pr_details .stock {
  font: 400 16px 'CamptonLight', sans-serif;
  color: #5e2ced;
  vertical-align: middle;
  padding-top: 20px;
  display: inline-block;
}

.pr_details .stock:before {
  content: '\e64c';
  font-family: 'themify';
  color: #5e2ced;
  padding-right: 10px;
}

.pr_details p {
  margin-bottom: 0px;
  padding: 20px 0px 40px;
}

.pr_details .product-qty {
  display: inline-block;
  position: relative;
}

.pr_details .product-qty .manual-adjust {
  width: 95px;
  border: 1px solid #e7e7f6;
  border-radius: 45px;
  background: #fff;
  text-align: center;
  height: 50px;
}

.pr_details .product-qty .ar_top,
.pr_details .product-qty .ar_down {
  position: absolute;
  background: #fff;
  border: 0px;
  font-size: 12px;
  color: #677294;
  right: 5px;
  border-radius: 15px;
  padding: 0px 15px 0px 0px;
}

.pr_details .product-qty .ar_top:hover,
.pr_details .product-qty .ar_down:hover {
  color: #5e2ced;
}

.pr_details .product-qty .ar_top {
  top: 3px;
}

.pr_details .product-qty .ar_down {
  bottom: 3px;
}

.pr_details .cart_button {
  display: inline-block;
}

.pr_details .cart_button .cart_btn {
  border-radius: 45px;
  font: 400 15px/48px 'CamptonLight', sans-serif;
  color: #677294;
  border: 1px solid #e7e7f6;
  background: #f8f8fc;
  min-width: 140px;
  text-align: center;
  display: inline-block;
  margin: 0px 5px;
}

.pr_details .cart_button .wish_list {
  height: 50px;
  line-height: 50px;
  text-align: center;
  color: #282835;
  width: 50px;
  border-radius: 50%;
  display: inline-block;
  border: 1px solid #e7e7f6;
}

.pr_details .cart_button .cart_btn,
.pr_details .cart_button .wish_list {
  -webkit-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}

.pr_details .cart_button .cart_btn:hover,
.pr_details .cart_button .wish_list:hover {
  background: #5e2ced;
  color: #fff;
  border-color: #5e2ced;
}

.pr_details .product_meta {
  margin-bottom: 0;
}

.pr_details .product_meta li {
  font-family: 'CamptonLight', sans-serif;
  font-weight: 300;
  color: #677294;
  margin-bottom: 10px;
}

.pr_details .product_meta li a {
  color: #677294;
}

.pr_details .product_meta li a:hover {
  color: #5e2ced;
}

.pr_details .product_meta li span {
  font-weight: 400;
  color: #282835;
  padding-right: 8px;
}

.pr_details .share-link label {
  margin-bottom: 0px;
  font: 400 15px 'CamptonLight', sans-serif;
  color: #282835;
}

.pr_details .share-link .social-icon {
  margin-bottom: 0px;
  display: inline-block;
}

.pr_details .share-link .social-icon li {
  display: inline-block;
}

.pr_details .share-link .social-icon li a {
  font-size: 12px;
  color: #677294;
  padding-right: 10px;
  -webkit-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}

.pr_details .share-link .social-icon li a:hover {
  color: #5e2ced;
}

.pr_details_area {
  padding-top: 120px;
}

.product_info_details {
  border-bottom: 1px solid #e2e5ef;
}

.product_info_details .pr_tab {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  border: 0px;
  margin: 0 auto 50px;
}

.product_info_details .pr_tab .nav-item {
  float: left;
  margin: 0px;
  border: 1px solid #e7e7f6;
  overflow: hidden;
  border-left: 0px;
}

.product_info_details .pr_tab .nav-item .nav-link {
  font: 300 16px/40px 'CamptonLight', sans-serif;
  color: #677294;
  padding: 5px 25px;
  min-width: 148px;
  text-align: center;
  border: 0px;
  border-radius: 0px;
}

.product_info_details .pr_tab .nav-item .nav-link.active {
  background: #5e2ced;
  color: #fff;
}

.product_info_details .pr_tab .nav-item:first-child {
  border-bottom-left-radius: 45px;
  border-top-left-radius: 45px;
  border-left: 1px solid #e7e7f6;
}

.product_info_details .pr_tab .nav-item:last-child {
  border-bottom-right-radius: 45px;
  border-top-right-radius: 45px;
}

.product_info_details .aditional_info h6 {
  color: #282835;
}

.product_info_details .comment-box .comment-content {
  padding-left: 95px;
  position: relative;
}

.product_info_details .comment-box .comment-content .avatar {
  position: absolute;
  left: 0;
}

.product_info_details .comment-box .comment-content .avatar img {
  border-radius: 50%;
}

.product_info_details .comment-box .comment-content .comment-header {
  font: 300 14px 'CamptonLight', sans-serif;
  display: inline-block;
}

.product_info_details .comment-box .comment-content .comment-header a {
  font-size: 15px;
  font-weight: 500;
  color: #3d3f45;
}

.product_info_details .comment-box .comment-content .comment-header a:after {
  content: '/';
  display: inline-block;
  margin: 0px 5px 0px 6px;
  font-weight: 400;
  color: #abb0bb;
}

.product_info_details .comment-box .comment-content .ratting a {
  font-size: 12px;
  color: #c9ccd1;
}

.product_info_details .comment-box .comment-content .ratting a:nth-child(1),
.product_info_details .comment-box .comment-content .ratting a:nth-child(2),
.product_info_details .comment-box .comment-content .ratting a:nth-child(3) {
  color: #5e2ced;
}

.car_get_quote_content {
  padding-bottom: 35px;
}

.car_get_quote_content h2 {
  color: #282835;
}

.car_get_quote_content .get_quote_form .form-group .form-control {
  height: 60px;
  border: 1px solid #ebebf7;
  border-radius: 4px;
  background: transparent;
  font: 300 14px 'CamptonLight', sans-serif;
  color: #282835;
  padding-left: 25px;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.car_get_quote_content .get_quote_form .form-group .form-control.placeholder {
  color: #a7adbe;
}

.car_get_quote_content .get_quote_form .form-group .form-control:-moz-placeholder {
  color: #a7adbe;
}

.car_get_quote_content .get_quote_form .form-group .form-control::-moz-placeholder {
  color: #a7adbe;
}

.car_get_quote_content .get_quote_form .form-group .form-control::-webkit-input-placeholder {
  color: #a7adbe;
}

.car_get_quote_content .get_quote_form .form-group .form-control:focus {
  border-color: #ddd1fe;
  background-color: white;
  -webkit-box-shadow: 0px 10px 20px 0px rgba(0, 21, 46, 0.1);
  box-shadow: 0px 10px 20px 0px rgba(0, 21, 46, 0.1);
}

.car_get_quote_content .get_quote_form .form-group textarea.form-control {
  height: 200px;
  padding-top: 20px;
}

.car_get_quote_content .ratting span {
  font-size: 14px;
  color: #282835;
}

.car_get_quote_content .ratting a {
  font-size: 12px;
  color: #c9ccd1;
}

.car_get_quote_content .ratting a:nth-child(4),
.car_get_quote_content .ratting a:nth-child(2),
.car_get_quote_content .ratting a:nth-child(3) {
  color: #5e2ced;
}

.car_get_quote_content .agency_banner_btn {
  float: right;
  border-radius: 45px;
  height: 46px;
  line-height: 45px;
  padding: 0px;
  min-width: 120px;
  text-align: center;
}

input[type='number']::-webkit-inner-spin-button {
  -webkit-appearance: none;
  -moz-appearance: none;
}

/*============ shopping_cart_area css =============*/
.shopping_cart_area .cart_title {
  border-bottom: 1px solid #e7e7f6;
}

.shopping_cart_area h6 {
  font-size: 14px;
  color: #282835;
  line-height: 30px;
}

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

.shopping_cart_area .cart_table tbody {
  width: 100%;
}

.shopping_cart_area .cart_table td {
  vertical-align: middle;
  font: 400 16px/28px 'CamptonLight', sans-serif;
  color: #282835;
  border: 0px;
  padding-top: 0px;
  padding-bottom: 30px;
}

.shopping_cart_area .cart_table .product {
  padding-top: 0px;
}

.shopping_cart_area .cart_table .product .media .media-left {
  width: 100px;
  height: 100px;
}

.shopping_cart_area .cart_table .product .media .media-left img {
  max-width: 100%;
}

.shopping_cart_area .cart_table .product .media .media-body {
  padding-left: 30px;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

.shopping_cart_area .cart_table .product .media .media-body h5 {
  font: 500 16px/28px 'CamptonLight', sans-serif;
  color: #282835;
}

.shopping_cart_area .cart_table .total {
  width: 175px;
}

.shopping_cart_area .cart_table .quantity {
  width: 175px;
}

.shopping_cart_area .cart_table .quantity p {
  color: #677294;
  margin-bottom: 0px;
}

.shopping_cart_area .cart_table .del-item {
  white-space: nowrap;
  vertical-align: middle;
  width: 140px;
}

.shopping_cart_area .cart_table .del-item a {
  color: #677294;
}

.shopping_cart_area .cart_table .del-item a:hover {
  color: #5e2ced;
}

.shopping_cart_area .cart_table .del-item a i {
  font-size: 22px;
}

.shopping_cart_area .cart_table .del-item a + a {
  position: relative;
  top: 3px;
}

.shopping_cart_area .cart_table .del-item .total {
  margin-right: 85px;
}

.shopping_cart_area .cart_table .product-qty {
  position: relative;
  display: inline-block;
}

.shopping_cart_area .cart_table .product-qty .ar_top,
.shopping_cart_area .cart_table .product-qty .ar_down {
  position: absolute;
  background: #fff;
  border: 0px;
  font-size: 12px;
  color: #677294;
  right: 4px;
  border-radius: 15px;
  padding: 0px 15px 0px 0px;
  line-height: 12px;
  cursor: pointer;
}

.shopping_cart_area .cart_table .product-qty .ar_top:hover,
.shopping_cart_area .cart_table .product-qty .ar_down:hover {
  color: #5e2ced;
}

.shopping_cart_area .cart_table .product-qty .ar_top {
  top: 8px;
}

.shopping_cart_area .cart_table .product-qty .ar_down {
  bottom: 8px;
}

.shopping_cart_area .cart_table .product-qty .manual-adjust {
  width: 95px;
  border: 1px solid #e7e7f6;
  height: 44px;
  border-radius: 45px;
  text-align: center;
  color: #677294;
}

.shopping_cart_area .cart_table .product-qty .manual-adjust.placeholder {
  color: #677294;
}

.shopping_cart_area .cart_table .product-qty .manual-adjust:-moz-placeholder {
  color: #677294;
}

.shopping_cart_area .cart_table .product-qty .manual-adjust::-moz-placeholder {
  color: #677294;
}

.shopping_cart_area .cart_table .product-qty .manual-adjust::-webkit-input-placeholder {
  color: #677294;
}

.shopping_cart_area .cart_btn {
  font: 400 14px 'CamptonLight', sans-serif;
  color: #fff;
  border: 1px solid #5e2ced;
  margin: 0px;
  background: #5e2ced;
  padding: 15px 33px;
  border-radius: 4px;
}

.shopping_cart_area .cart_btn.cart_btn_two {
  border: 1px solid #e7e7f6;
  background: transparent;
  color: #5c6789;
  margin-left: 15px;
}

.shopping_cart_area .action_btn {
  width: 100%;
}

.shopping_cart_area h5 {
  color: #282835;
}

.shopping_cart_area .wislist_table .total,
.shopping_cart_area .wislist_table .del-item {
  width: 178px;
}

.shopping_cart_area .wislist_table .quantity {
  width: 140px;
}

.shopping_cart_area .wislist_table .add_cart {
  font: 400 14px 'CamptonLight', sans-serif;
  border: 1px solid #e7e7f6;
  background: transparent;
  color: #5c6789;
  margin-right: 20px;
  padding: 15px 33px;
  border-radius: 4px;
  -webkit-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}

.shopping_cart_area .wislist_table .add_cart:hover {
  background: #5e2ced;
  color: #fff !important;
  border-color: #5e2ced;
}

.cart_box {
  width: 370px;
  border: 1px solid #f4f4f9;
  background-color: white;
  -webkit-box-shadow: 0px 2px 4px 0px rgba(12, 0, 46, 0.04);
  box-shadow: 0px 2px 4px 0px rgba(12, 0, 46, 0.04);
  padding: 30px 35px;
}

.cart_box .shop_table {
  width: 100%;
}

.cart_box .shop_table tbody tr {
  border-bottom: 1px solid #e7e7f6;
}

.cart_box .shop_table tbody tr th {
  width: 70%;
}

.cart_box .shop_table tbody tr td,
.cart_box .shop_table tbody tr th {
  font: 400 16px/28px 'CamptonLight', sans-serif;
  color: #282835;
  padding: 10px 0px;
}

.cart_box .shop_table tbody tr td {
  text-align: right;
}

.cart_box .shop_table tbody tr td .amount {
  color: #677294;
}

.cart_box .shop_table tbody tr:last-child {
  border: 0px;
}

.coupon {
  width: 370px;
  position: relative;
}

.coupon .input_text {
  width: 100%;
  border: 1px solid #f4f4f9;
  border-radius: 4px;
  background-color: white;
  -webkit-box-shadow: 0px 2px 4px 0px rgba(12, 0, 46, 0.04);
  box-shadow: 0px 2px 4px 0px rgba(12, 0, 46, 0.04);
  font: 300 15px 'CamptonLight', sans-serif;
  color: #9ca3b9;
  height: 55px;
  padding-left: 25px;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.coupon .input_text:focus {
  -webkit-box-shadow: none;
  box-shadow: none;
  outline: none;
}

.coupon .button {
  position: absolute;
  right: 4px;
  top: 50%;
  font: 400 14px/38px 'CamptonLight', sans-serif;
  color: #282835;
  height: 48px;
  padding: 0px 25px;
  border: 0px;
  background: #eff2f7;
  border-radius: 3px;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  cursor: pointer;
  -webkit-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}

.coupon .button:hover {
  background: #5e2ced;
  color: #fff;
}

.checkout_button {
  font: 500 15px/30px 'CamptonLight', sans-serif;
  color: #fff;
  background: #5e2ced;
  border-radius: 0px;
  display: block;
  text-align: center;
  padding: 10px 0px;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
  border: 1px solid #5e2ced;
  -webkit-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}

.checkout_button:hover {
  background: transparent;
  color: #5e2ced;
}

/*================== check list css ======================*/
.return_customer {
  font: 400 15px/25px 'CamptonLight', sans-serif;
  color: #3d3f45;
  padding-bottom: 20px;
}

.return_customer i {
  color: #5e2ced;
  padding-right: 8px;
  font-size: 14px;
}

.return_customer a {
  color: #5e2ced;
  font-weight: 300;
}

.return_customer a.collapsed {
  color: #9ca3b9;
}

.checkout_content {
  margin-bottom: -22px;
}

.checkout_content .checkout_title {
  margin-top: 63px;
  color: #282835;
}

.checkout_content input {
  -webkit-box-shadow: 0px 2px 4px 0px rgba(12, 0, 46, 0.04);
  box-shadow: 0px 2px 4px 0px rgba(12, 0, 46, 0.04);
  background: #fff;
  padding: 0px 30px;
  font: 300 14px/60px 'CamptonLight', sans-serif;
  color: #969ca5;
  border: 1px solid transparent;
  border-radius: 4px;
  width: 100%;
  margin-bottom: 30px;
  -webkit-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}

.checkout_content input.placeholder {
  color: #9ca3b9;
}

.checkout_content input:-moz-placeholder {
  color: #9ca3b9;
}

.checkout_content input::-moz-placeholder {
  color: #9ca3b9;
}

.checkout_content input::-webkit-input-placeholder {
  color: #9ca3b9;
}

.checkout_content input:focus {
  -webkit-box-shadow: 0px 10px 14px 0px rgba(12, 0, 46, 0.06);
  box-shadow: 0px 10px 14px 0px rgba(12, 0, 46, 0.06);
  border-color: #f2effc;
  outline: none;
}

.checkout_content label {
  font: 600 16px/50px 'CamptonLight', sans-serif;
  display: block;
  color: #282835;
  margin-bottom: 20px;
}

.checkout_content label .required {
  font-size: 16px;
  color: #ff2525;
  text-decoration: none;
}

.checkout_content .selectpickers {
  width: 100%;
  border-radius: 0px;
  border: 0px;
  -webkit-box-shadow: 0px 2px 3px 0px rgba(0, 11, 40, 0.06);
  box-shadow: 0px 2px 3px 0px rgba(0, 11, 40, 0.06);
  font: 300 14px/60px 'CamptonLight', sans-serif;
  background: #fff;
  height: 60px;
  color: #9ca3b9;
  padding-left: 30px;
  margin-bottom: 30px;
}

.checkout_content .selectpickers:after {
  right: 30px;
}

.checkout_content .selectpickers ul {
  width: 100%;
}

.checkout_content input[type='checkbox'] {
  position: relative;
  top: 2px;
  width: auto;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.checkout_content input[type='checkbox']:before {
  content: '';
  display: block;
  position: absolute;
  width: 12px;
  height: 12px;
  border: 1px solid #9ca3b9;
  top: 0;
  left: 0;
  border-radius: 2px;
  background-color: #fbfbfb;
}

.checkout_content input[type='checkbox']:checked:after {
  content: '';
  display: block;
  width: 6px;
  height: 6px;
  position: absolute;
  top: 49%;
  left: 49%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  background: #9ca3b9;
}

.checkout_content .l_text {
  display: inline-block;
  font: 300 15px/26px 'CamptonLight', sans-serif;
  color: #9ca3b9;
  padding-left: 8px;
}

.checkout_content textarea {
  width: 100%;
  border: 0px;
  border-radius: 0px;
  -webkit-box-shadow: 0px 2px 3px 0px rgba(0, 11, 40, 0.06);
  box-shadow: 0px 2px 3px 0px rgba(0, 11, 40, 0.06);
  height: 170px;
  font: 300 14px/20px 'CamptonLight', sans-serif;
  color: #b6b9be;
  padding-left: 30px;
  padding-top: 20px;
  margin-bottom: 30px;
}

.checkout_content textarea.placeholder {
  color: #9ca3b9;
}

.checkout_content textarea:-moz-placeholder {
  color: #9ca3b9;
}

.checkout_content textarea::-moz-placeholder {
  color: #9ca3b9;
}

.checkout_content textarea::-webkit-input-placeholder {
  color: #9ca3b9;
}

.checkout_content textarea:focus {
  outline: none;
}

.checkout_content .tab_content p {
  font-family: 'CamptonLight', sans-serif;
  font-size: 15px;
  margin-bottom: 0px;
  padding: 0px 0px 25px;
}

.checkout_content .tab_content .login_button {
  overflow: hidden;
  margin-bottom: 25px;
}

.checkout_content .tab_content .login_button label {
  display: inline-block;
  margin-bottom: 0px;
  vertical-align: middle;
}

.checkout_content .tab_content .login_button label input {
  margin-bottom: 0px;
}

.checkout_content .tab_content .login_btn {
  float: right;
  font: 400 16px/48px 'CamptonLight', sans-serif;
  background: #5e2ced;
  border: 1px solid #5e2ced;
  color: #fff;
  border-radius: 4px;
  padding: 0px 38px;
  -webkit-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}

.checkout_content .tab_content .login_btn:hover {
  background: transparent;
  color: #5e2ced;
}

.checkout_content .tab_content .coupon_form {
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.checkout_content .tab_content .coupon_form input {
  max-width: 380px;
  margin-bottom: 0px;
}

.checkout_content .tab_content .coupon_form .login_btn {
  line-height: 60px;
  margin-left: 20px;
}

.cart_total_box {
  margin-left: 50px;
  background: #fff;
  -webkit-box-shadow: 0px 2px 3px 0px rgba(0, 11, 40, 0.06);
  box-shadow: 0px 2px 3px 0px rgba(0, 11, 40, 0.06);
  padding: 50px;
}

.cart_total_box .checkout_title {
  border-bottom: 2px solid #e7e7f6;
  padding-bottom: 10px;
  color: #282835;
}

.woocommerce-checkout-review-order .shop_table {
  width: 100%;
  margin-bottom: 30px;
}

.woocommerce-checkout-review-order .shop_table tbody tr td {
  font: 400 15px/30px 'CamptonLight', sans-serif;
  color: #677294;
}

.woocommerce-checkout-review-order .shop_table tbody tr td.price {
  color: #282835;
}

.woocommerce-checkout-review-order .shop_table tbody tr td.total {
  color: #5e2ced;
  font-size: 20px;
}

.woocommerce-checkout-review-order .shop_table tbody tr td + td {
  text-align: right;
}

.woocommerce-checkout-review-order .shop_table tbody tr.subtotal {
  border-top: 1px solid #dfe2f1;
}

.woocommerce-checkout-review-order .shop_table tbody tr.subtotal td {
  line-height: 56px;
  padding-bottom: 0px;
}

.woocommerce-checkout-review-order h6 {
  font-size: 15px;
  color: #282835;
  font-family: 'CamptonLight', sans-serif;
  font-weight: 400;
  margin: 0px;
  line-height: 30px;
  margin-bottom: 6px;
}

.woocommerce-checkout-review-order .note {
  font-size: 15px;
  line-height: 26px;
  color: #677294;
  font-weight: 300;
  font-family: 'CamptonLight', sans-serif;
  margin-bottom: 25px;
}

.woocommerce-checkout-review-order ul li.payment {
  padding-left: 25px;
  position: relative;
}

.woocommerce-checkout-review-order ul li.payment .radio-btn {
  position: absolute;
  left: 0;
}

.woocommerce-checkout-review-order ul li.payment span {
  float: none;
  font-size: 12px;
  color: #ff5f6d;
  padding-top: 15px;
  display: block;
}

.woocommerce-checkout-review-order ul li input[type='checkbox'] {
  position: relative;
  border: 0px;
  visibility: hidden;
  display: none;
}

.woocommerce-checkout-review-order ul li input[type='checkbox']:checked + label:after {
  opacity: 1;
}

.woocommerce-checkout-review-order ul li input[type='checkbox']:checked + label:before {
  border-color: #5e2ced;
}

.woocommerce-checkout-review-order ul li .radio-btn {
  line-height: 20px;
}

.woocommerce-checkout-review-order ul li .radio-btn label {
  color: #8f8f8f;
  font-size: 14px;
  font-weight: 400;
  position: relative;
  padding-left: 20px;
}

.woocommerce-checkout-review-order ul li .radio-btn label:before {
  content: '';
  display: block;
  position: absolute;
  width: 12px;
  height: 12px;
  border: 1px solid #9ca3b9;
  top: 1px;
  left: 0;
  border-radius: 50%;
}

.woocommerce-checkout-review-order ul li .radio-btn label:after {
  content: '';
  display: block;
  width: 6px;
  height: 6px;
  position: absolute;
  top: 4px;
  left: 3px;
  border-radius: 50%;
  background: #5e2ced;
  opacity: 0;
}

.woocommerce-checkout-review-order .condition {
  border-top: 1px solid #dfe2f1;
  padding-top: 25px;
  margin-top: 50px;
}

.woocommerce-checkout-review-order .condition p {
  font-size: 15px;
  font-weight: 300;
}

.woocommerce-checkout-review-order .condition input[type='checkbox'] {
  position: relative;
  border: 0px;
  visibility: hidden;
  display: none;
}

.woocommerce-checkout-review-order .condition input[type='checkbox']:checked + label:after {
  opacity: 1;
}

.woocommerce-checkout-review-order .condition input[type='checkbox']:checked + label:before {
  border-color: #5e2ced;
}

.woocommerce-checkout-review-order .condition .l_text {
  position: relative;
  padding-left: 25px;
  font-size: 16px;
  line-height: 26px;
  font-family: 'CamptonLight', sans-serif;
  color: #282835;
}

.woocommerce-checkout-review-order .condition .l_text span {
  color: #ff1e1e;
}

.woocommerce-checkout-review-order .condition .l_text:before {
  content: '';
  display: block;
  position: absolute;
  width: 10px;
  height: 10px;
  border: 1px solid #878a8e;
  top: 8px;
  left: 0;
  border-radius: 2px;
  background-color: white;
}

.woocommerce-checkout-review-order .condition .l_text:after {
  content: '';
  display: block;
  width: 5px;
  height: 7px;
  border: solid #5e2ced;
  border-width: 0 2px 2px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  position: absolute;
  top: 8px;
  left: 3px;
  opacity: 0;
}

.woocommerce-checkout-review-order .button {
  width: 100%;
  background: #5e2ced;
  border: 1px solid #5e2ced;
  font: 500 16px/50px 'CamptonLight', sans-serif;
  color: #fff;
  cursor: pointer;
  margin-top: 25px;
  -webkit-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}

.woocommerce-checkout-review-order .button:hover {
  background: transparent;
  color: #5e2ced;
}

.pr_sidebar .widget + .widget {
  margin-top: 60px;
}

.pr_sidebar .sp_widget_title {
  color: #282835;
  font-size: 20px;
  font-weight: 500;
  position: relative;
  margin-bottom: 30px;
}

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

.pr_sidebar .filter_slider_area .ui-slider {
  height: 6px;
  background: #dbe2e9;
  border: 0px;
  border-radius: 0px;
}

.pr_sidebar .filter_slider_area .ui-slider .ui-slider-range {
  background: #9f7efd;
  border-radius: 0px;
}

.pr_sidebar .filter_slider_area .ui-slider .ui-slider-handle {
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background: #5e2ced;
  border: 0px;
  margin-left: 0;
  top: -7px;
}

.pr_sidebar .filter_slider_area .ui-slider .ui-slider-handle:focus {
  outline: none;
}

.pr_sidebar .filter_slider_area .filter_content {
  font-size: 16px;
  text-transform: capitalize;
  font-family: 'CamptonLight', sans-serif;
  color: #282835;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 30px;
}

.pr_sidebar .filter_slider_area .filter_content #amount {
  border: 0px;
  font-size: 16px;
  display: inline-block;
  outline: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  padding-left: 5px;
}

.pr_sidebar .widget_category ul {
  margin-bottom: 0;
}

.pr_sidebar .widget_category ul li a {
  font-size: 16px;
  color: #677294;
  display: inline-block;
  position: relative;
}

.pr_sidebar .widget_category ul li a:before {
  content: '';
  width: 100%;
  height: 1px;
  position: absolute;
  bottom: 0;
  left: 0;
  background: #5e2ced;
  opacity: 0;
  -webkit-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
}

.pr_sidebar .widget_category ul li a:hover {
  color: #5e2ced;
}

.pr_sidebar .widget_category ul li a:hover:before {
  opacity: 1;
}

.pr_sidebar .widget_category ul li:not(:last-child) {
  margin-bottom: 15px;
}

.pr_sidebar .woocommerce-widget-layered-nav-list {
  padding-left: 0;
  list-style: none;
  margin-bottom: 0;
}

.pr_sidebar .woocommerce-widget-layered-nav-list li {
  position: relative;
  padding-left: 30px;
  color: #333;
}

.pr_sidebar .woocommerce-widget-layered-nav-list li::before {
  content: '';
  position: absolute;
  border-radius: 50%;
  width: 15px;
  height: 15px;
  border: 1px solid #333333;
  left: 0;
  top: 50%;
  margin-top: -7.5px;
}

.pr_sidebar .woocommerce-widget-layered-nav-list li a {
  color: #333;
}

.pr_sidebar .woocommerce-widget-layered-nav-list li:not(:last-child) {
  margin-bottom: 12px;
}

.pr_sidebar .widget_size ul {
  margin-bottom: 0;
  list-style: none;
  padding-left: 0;
}

.pr_sidebar .widget_size ul li {
  font-size: 16px;
  color: #333333;
}

.pr_sidebar .widget_size ul li a {
  color: #333333;
}

.pr_sidebar .widget_color ul li:first-child:before {
  background: #1c1c1c;
  border-color: #1c1c1c;
}

.pr_sidebar .widget_color ul li:nth-child(2):before {
  background: #ff934c;
  border-color: #ff934c;
}

.pr_sidebar .widget_color ul li:nth-child(3):before {
  background: #fb53a7;
  border-color: #fb53a7;
}

.pr_sidebar .widget_color ul li:nth-child(4):before {
  background: #ff4949;
  border-color: #ff4949;
}

.pr_sidebar .widget_color ul li:nth-child(6):before {
  background: #ffeb50;
  border-color: #ffeb50;
}

.pr_sidebar .widget_product ul {
  margin-bottom: 0;
}

.pr_sidebar .widget_product ul li .media {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.pr_sidebar .widget_product ul li .media img {
  padding-right: 30px;
}

.pr_sidebar .widget_product ul li .media .media-body h3 {
  font-size: 16px;
  color: #282835;
}

.pr_sidebar .widget_product ul li .media .media-body .rate {
  color: #677294;
  font-size: 16px;
}

.pr_sidebar .widget_product ul li:not(:last-child) {
  margin-bottom: 20px;
}

.pr_sidebar .widget_tag ul li {
  display: inline-block;
  margin-bottom: 6px;
}

.pr_sidebar .widget_tag ul li a {
  font-size: 16px;
  color: #677294;
  position: relative;
  display: block;
  -webkit-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}

.pr_sidebar .widget_tag ul li a:before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background: #5e2ced;
  opacity: 0;
  -webkit-transition: opacity 0.2s linear;
  -o-transition: opacity 0.2s linear;
  transition: opacity 0.2s linear;
}

.pr_sidebar .widget_tag ul li a:hover {
  color: #5e2ced;
}

.pr_sidebar .widget_tag ul li a:hover:before {
  opacity: 1;
}

/*====================================================*/
/*====================================================*/
.search_boxs {
  z-index: 20000;
  position: fixed;
  top: -105%;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  overflow: hidden;
}

.search_boxs:before {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  background: rgba(27, 29, 34, 0.95);
  width: 100%;
  height: 0;
  padding-bottom: 100%;
  border-radius: 100%;
  -webkit-transform: scale(0.04), translateY(9999px);
  -ms-transform: scale(0.04), translateY(9999px);
  transform: scale(0.04), translateY(9999px);
  overflow: hidden;
}

.search_boxs .close_icon {
  position: absolute;
  right: 20px;
  top: 20px;
  font-size: 30px;
  color: #fff;
  cursor: pointer;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  transition: transform 0.2s ease-out, opacity 0.2s ease-out, -webkit-transform 0.2s ease-out;
  opacity: 0;
}

.search_boxs .input-group {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: scale(0.5);
  -ms-transform: scale(0.5);
  transform: scale(0.5);
  -webkit-transform: translateX(-50%) translateY(-50%);
  -ms-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  max-width: 800px;
  width: 20%;
  opacity: 0;
  -webkit-transition: all 900ms linear;
  -o-transition: all 900ms linear;
  transition: all 900ms linear;
  -webkit-transition-delay: 0.75s;
  -o-transition-delay: 0.75s;
  transition-delay: 0.75s;
}

.search_boxs .input-group input {
  border: none;
  height: 55px;
  padding: 0px 15px;
  font-size: 16px;
  padding-left: 0px;
  width: 100%;
  color: #fff;
  background: transparent;
  border-bottom: 2px solid rgba(255, 255, 255, 0.6);
  border-radius: 0px;
  outline: none;
}

.search_boxs .input-group input.placeholder {
  font-size: 16px;
  color: rgba(255, 255, 255, 0.6);
}

.search_boxs .input-group input:-moz-placeholder {
  font-size: 16px;
  color: rgba(255, 255, 255, 0.6);
}

.search_boxs .input-group input::-moz-placeholder {
  font-size: 16px;
  color: rgba(255, 255, 255, 0.6);
}

.search_boxs .input-group input::-webkit-input-placeholder {
  font-size: 16px;
  color: rgba(255, 255, 255, 0.6);
}

.search_boxs .input-group .input-group-append {
  margin-left: 0px;
  position: absolute;
  right: 0px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  cursor: pointer;
  z-index: 4;
}

.search_boxs .input-group .input-group-append button {
  border: none;
  background: transparent;
  border-radius: 0px;
  height: 55px;
  border-bottom-left-radius: 0px;
  border-top-left-radius: 0px;
  color: rgba(255, 255, 255, 0.6);
  font-size: 24px;
  padding: 0px;
  font-family: 'CamptonLight', sans-serif;
  outline: none !important;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
  cursor: pointer;
}

.search_boxs .input-group .input-group-append button i {
  cursor: pointer;
}

input[type='text'] {
  -webkit-appearance: none;
  outline: none;
}

.open .search_boxs {
  top: 0px;
}

.open .search_boxs:before {
  -webkit-animation: menu-animation 0.8s ease-out forwards;
  animation: menu-animation 0.8s ease-out forwards;
  height: 100%;
}

.open .search_boxs .close_icon {
  -webkit-transition-delay: 0.75s;
  -o-transition-delay: 0.75s;
  transition-delay: 0.75s;
  opacity: 1;
}

.open .search_boxs .input-group {
  width: 100%;
  opacity: 1;
}

/* Css keyframes css
============================================================================================ */
@-webkit-keyframes menu-animation {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.04) translateY(300%);
    transform: scale(0.04) translateY(300%);
  }
  40% {
    -webkit-transform: scale(0.04) translateY(0);
    transform: scale(0.04) translateY(0);
    -webkit-transition: ease-out;
    -o-transition: ease-out;
    transition: ease-out;
  }
  40% {
    -webkit-transform: scale(0.04) translateY(0);
    transform: scale(0.04) translateY(0);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale(0.02) translateY(0px);
    transform: scale(0.02) translateY(0px);
  }
  61% {
    -webkit-transform: scale(0.04);
    transform: scale(0.04);
  }
  99.9% {
    height: 0;
    padding-bottom: 100%;
    border-radius: 100%;
  }
  100% {
    -webkit-transform: scale(2);
    transform: scale(2);
    height: 100%;
    padding-bottom: 0;
    border-radius: 0;
  }
}

@keyframes menu-animation {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.04) translateY(300%);
    transform: scale(0.04) translateY(300%);
  }
  40% {
    -webkit-transform: scale(0.04) translateY(0);
    transform: scale(0.04) translateY(0);
    -webkit-transition: ease-out;
    -o-transition: ease-out;
    transition: ease-out;
  }
  40% {
    -webkit-transform: scale(0.04) translateY(0);
    transform: scale(0.04) translateY(0);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale(0.02) translateY(0px);
    transform: scale(0.02) translateY(0px);
  }
  61% {
    -webkit-transform: scale(0.04);
    transform: scale(0.04);
  }
  99.9% {
    height: 0;
    padding-bottom: 100%;
    border-radius: 100%;
  }
  100% {
    -webkit-transform: scale(2);
    transform: scale(2);
    height: 100%;
    padding-bottom: 0;
    border-radius: 0;
  }
}

/* End Css keyframes css
============================================================================================ */
/*====================================================*/
/*====================================================*/
.ms-section.section_1 {
  background-image: -moz-linear-gradient(40deg, #6712a8 0%, #5f28fb 100%);
  background-image: -webkit-linear-gradient(40deg, #6712a8 0%, #5f28fb 100%);
  background-image: -ms-linear-gradient(40deg, #6712a8 0%, #5f28fb 100%);
}

.ms-section.section_2 {
  background-image: -moz-linear-gradient(40deg, #6712a8 0%, #5f28fb 100%);
  background-image: -webkit-linear-gradient(40deg, #6712a8 0%, #5f28fb 100%);
  background-image: -ms-linear-gradient(40deg, #6712a8 0%, #5f28fb 100%);
}

.ms-section.section_4 {
  background-image: -moz-linear-gradient(40deg, #6712a8 0%, #5f28fb 100%);
  background-image: -webkit-linear-gradient(40deg, #6712a8 0%, #5f28fb 100%);
  background-image: -ms-linear-gradient(40deg, #6712a8 0%, #5f28fb 100%);
}

.ms-section.section_6 {
  background-image: -webkit-linear-gradient(310deg, #6712a8 0%, #5f28fb 100%);
  background-image: -o-linear-gradient(310deg, #6712a8 0%, #5f28fb 100%);
  background-image: -webkit-linear-gradient(50deg, #6712a8 0%, #5f28fb 100%);
  background-image: -o-linear-gradient(50deg, #6712a8 0%, #5f28fb 100%);
  background-image: linear-gradient(40deg, #6712a8 0%, #5f28fb 100%);
}

.height {
  height: 100%;
}

.split_banner,
.split_banner_content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
}

.square {
  width: 50px;
  height: 50px;
}

.square.one {
  top: 200px;
  left: 50px;
  -webkit-animation: spin2 2s infinite alternate;
  animation: spin2 2s infinite alternate;
}

.square.two {
  top: 220px;
  left: 70px;
  -webkit-animation: spin2 2.5s infinite alternate;
  animation: spin2 2.5s infinite alternate;
}

.square.three {
  height: 102px;
  width: 102px;
  top: auto;
  left: 20px;
  bottom: -10%;
  -webkit-animation: spin1 3s infinite alternate;
  animation: spin1 3s infinite alternate;
}

.square.four {
  bottom: 43%;
  left: 80px;
  -webkit-animation: spin2 2s infinite alternate;
  animation: spin2 2s infinite alternate;
}

.intro {
  width: 70%;
  margin-left: auto;
  margin-right: 100px;
  position: relative;
}

.split_slider_content {
  color: #fff;
  padding: 70px 0px 70px 120px;
  position: relative;
  z-index: 0;
}

.split_slider_content .br_shap {
  position: absolute;
  left: 0;
  top: 0;
  width: 330px;
  border: 10px solid #8429c9;
  height: 100%;
  z-index: -1;
}

.split_slider_content h2 {
  font-size: 50px;
  line-height: 66px;
  font-weight: 700;
  margin-bottom: 20px;
  position: relative;
  z-index: 0;
  -webkit-transform: translateX(-100%);
  -ms-transform: translateX(-100%);
  transform: translateX(-100%);
  -webkit-transition: all 1s linear;
  -o-transition: all 1s linear;
  transition: all 1s linear;
  color: #fff;
}

.split_slider_content h2:before {
  content: '';
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: #fff;
  opacity: 0.8;
  position: absolute;
  z-index: 0;
  -webkit-transition: all 1s linear;
  -o-transition: all 1s linear;
  transition: all 1s linear;
}

.split_slider_content p {
  font-size: 18px;
  line-height: 30px;
  margin-bottom: 45px;
  -webkit-transform: translateY(10px);
  -ms-transform: translateY(10px);
  transform: translateY(10px);
  opacity: 0;
}

.split_slider_content .btn_get {
  border: 1px solid #fff;
  border-radius: 3px;
  color: #fff;
  padding: 3px 33px;
  font-size: 15px;
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-transform: translateY(10px);
  -ms-transform: translateY(10px);
  transform: translateY(10px);
  opacity: 0;
}

.split_slider_content .btn_get:hover {
  background: #fff;
  color: #5f28fb;
}

.split_slider_content .content {
  overflow: hidden;
}

.spliet_slider_img .phone_one {
  position: absolute;
  top: -23%;
  z-index: 0;
  left: 111px;
  -webkit-animation-timing-function: cubic-bezier(0.54, 0.085, 0.5, 0.92);
  animation-timing-function: cubic-bezier(0.54, 0.085, 0.5, 0.92);
  -webkit-animation-name: animateUpDown;
  animation-name: animateUpDown;
  -webkit-animation-duration: 3s;
  animation-duration: 3s;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}

.spliet_slider_img .phone_two {
  position: relative;
  left: 40px;
  top: 112px;
  -webkit-animation-timing-function: cubic-bezier(0.54, 0.085, 0.5, 0.92);
  animation-timing-function: cubic-bezier(0.54, 0.085, 0.5, 0.92);
  -webkit-animation-name: animateUpDown;
  animation-name: animateUpDown;
  -webkit-animation-duration: 3.3s;
  animation-duration: 3.3s;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}

.border_shap {
  position: absolute;
  width: 400px;
  height: 700px;
  background: rgba(255, 255, 255, 0.05);
  top: 0;
  left: 100px;
  -webkit-transform: translateY(-100%);
  -ms-transform: translateY(-100%);
  transform: translateY(-100%);
  -webkit-transition: all 0.4s linear;
  -o-transition: all 0.4s linear;
  transition: all 0.4s linear;
  opacity: 0;
  visibility: hidden;
}

.border_shap.two {
  left: 36%;
  top: -20%;
}

.square {
  position: absolute;
  width: 40px;
  height: 40px;
  background: rgba(255, 255, 255, 0.05);
}

.active .border_shap {
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
  opacity: 1;
  visibility: visible;
  -webkit-transition: 1.5s ease-in-out;
  -o-transition: 1.5s ease-in-out;
  transition: 1.5s ease-in-out;
}

.active .border_shap.two {
  -webkit-transition: -webkit-transform 2.5s linear;
  transition: -webkit-transform 2.5s linear;
  -o-transition: transform 2.5s linear;
  transition: transform 2.5s linear;
  transition: transform 2.5s linear, -webkit-transform 2.5s linear;
}

.active .split_slider_content h2 {
  -webkit-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0);
  -webkit-transition: all 1.5s linear;
  -o-transition: all 1.5s linear;
  transition: all 1.5s linear;
}

.active .split_slider_content h2:before {
  right: 0;
  left: auto;
  width: 0;
  -webkit-transition: all 2s linear;
  -o-transition: all 2s linear;
  transition: all 2s linear;
}

.active .split_slider_content p {
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
  opacity: 1;
  -webkit-transition: opacity 1s 1.5s linear, -webkit-transform 1s 1.5s linear;
  transition: opacity 1s 1.5s linear, -webkit-transform 1s 1.5s linear;
  -o-transition: transform 1s 1.5s linear, opacity 1s 1.5s linear;
  transition: transform 1s 1.5s linear, opacity 1s 1.5s linear;
  transition: transform 1s 1.5s linear, opacity 1s 1.5s linear, -webkit-transform 1s 1.5s linear;
}

.active .split_slider_content .btn_get {
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
  -webkit-transition: opacity 1s 1.7s linear, -webkit-transform 1s 1.8s linear;
  transition: opacity 1s 1.7s linear, -webkit-transform 1s 1.8s linear;
  -o-transition: transform 1s 1.8s linear, opacity 1s 1.7s linear;
  transition: transform 1s 1.8s linear, opacity 1s 1.7s linear;
  transition: transform 1s 1.8s linear, opacity 1s 1.7s linear, -webkit-transform 1s 1.8s linear;
  opacity: 1;
}

.split_app_content h2 {
  margin-bottom: 38px;
}

.split_app_content p {
  font-size: 18px;
  line-height: 30px;
  color: #7e86a1;
  margin-bottom: 0;
}

.split_app_content .btn_three {
  font-size: 15px;
  padding: 15px 33px;
}

.split_app_content .s_app_btn {
  background: #5f28fb;
  border-color: #5f28fb;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}

.split_app_content .s_app_btn i {
  margin-right: 10px;
  font-size: 22px;
}

.split_app_content .s_app_btn + .s_app_btn {
  background: transparent;
  color: #5f28fb;
  margin-left: 16px;
}

.split_app_content .s_app_btn + .s_app_btn:hover {
  background: #5f28fb;
  color: #fff;
}

.split_app_content .s_app_btn:hover {
  background: transparent;
  color: #5f28fb;
}

.split_title {
  font-size: 40px;
  line-height: 50px;
  color: #051441;
  font-weight: 700;
  font-family: 'CamptonLight', sans-serif;
}

.split_title span {
  font-weight: 400;
}

.web_skill_content {
  max-width: 540px;
}

.web_skill_content .split_title {
  margin-bottom: 45px;
}

.web_skill_content .skillbar-bg {
  width: 100%;
  height: 5px;
  background: #e7e9f0;
  position: relative;
}

.web_skill_content .skillbar-bg .custom-skillbar {
  background: #7a4cfa;
  height: 100%;
  position: absolute;
  left: 0;
  width: 0;
}

.web_skill_content .custom-skillbar-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  font-size: 15px;
  font-weight: 500;
  color: #051441;
  padding-bottom: 8px;
}

.web_skill_content .skillbar-box {
  padding-left: 0px;
  list-style: none;
  margin-bottom: 0;
}

.web_skill_content .skillbar-box li {
  margin-bottom: 25px;
}

.web_skill_content .skillbar-box li:nth-child(1) .custom-skillbar-title .skill-bar-percent {
  color: #7a4cfa;
}

.web_skill_content .skillbar-box li:nth-child(1) .skillbar-bg .custom-skillbar {
  background: #7a4cfa;
}

.web_skill_content .skillbar-box li:nth-child(2) .custom-skillbar-title .skill-bar-percent {
  color: #00d8e6;
}

.web_skill_content .skillbar-box li:nth-child(2) .skillbar-bg .custom-skillbar {
  background: #00d8e6;
}

.web_skill_content .skillbar-box li:nth-child(3) .custom-skillbar-title .skill-bar-percent {
  color: #e6c300;
}

.web_skill_content .skillbar-box li:nth-child(3) .skillbar-bg .custom-skillbar {
  background: #e6c300;
}

.web_skill_content .btn_three {
  margin-top: 35px;
  background: transparent;
  color: #7a4cfa;
}

.web_skill_content .btn_three:hover {
  background: #7a4cfa;
  color: #fff;
}

.split_banner .contact_bg {
  position: absolute;
  top: 0;
  background: url('../img/new/home-split/contact.png');
  width: 100%;
  height: 100%;
  background-size: cover;
}

.split_banner .app_img {
  margin-left: 118px;
}

.split_content .contact_form_box {
  padding-top: 45px;
}

.split_content .contact_form_box .text_box input[type='text'],
.split_content .contact_form_box .text_box textarea,
.split_content .contact_form_box .text_box input[type='password'] {
  background: #f7f8fb;
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}

.split_content .contact_form_box .text_box input[type='text']:focus,
.split_content .contact_form_box .text_box textarea:focus,
.split_content .contact_form_box .text_box input[type='password']:focus {
  -webkit-box-shadow: 0px 20px 20px 0px rgba(0, 11, 40, 0.1);
  box-shadow: 0px 20px 20px 0px rgba(0, 11, 40, 0.1);
  background: #fff;
  border-color: rgba(95, 40, 251, 0.4);
}

.split_content .contact_form_box .text_box {
  margin-bottom: 20px;
}

#multiscroll-nav ul li a span {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #e6e7ec;
  border: 0px;
  -webkit-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}

#multiscroll-nav ul li a.active span {
  background: #5f28fb;
  -webkit-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}

#multiscroll-nav.white ul li a span {
  background: #8051f1;
}

#multiscroll-nav.white ul li a.active span {
  background: #fff;
}

/*====================================================*/
/*====================================================*/
/*============ hosting_menu css =============*/
.hosting_menu.menu_four .btn_get {
  background: transparent;
  border-color: #818198;
  color: #fff;
  line-height: 42px;
}

.hosting_menu.menu_four .btn_get:hover {
  background: #f8636b;
  border-color: #f8636b;
}

.hosting_menu.menu_four .w_menu > .nav-item > .nav-link:before {
  display: none;
}

.hosting_menu.menu_four .w_menu > .nav-item:hover > .nav-link,
.hosting_menu.menu_four .w_menu > .nav-item.active > .nav-link {
  color: #f8636b;
}

.hosting_menu.menu_four .w_menu > .nav-item.submenu .dropdown-menu .nav-item:hover > .nav-link,
.hosting_menu.menu_four .w_menu > .nav-item.submenu .dropdown-menu .nav-item:focus > .nav-link,
.hosting_menu.menu_four .w_menu > .nav-item.submenu .dropdown-menu .nav-item.active > .nav-link {
  color: #f8636b;
}

.hosting_menu.menu_four
  .menu
  > .nav-item.submenu.mega_menu.mega_menu_two
  .mega_menu_inner
  .dropdown-menu
  .nav-item
  .item
  .text:hover {
  color: #f8636b;
}

.navbar_fixed .hosting_menu.menu_four .btn_get {
  background: #f8636b;
  border-color: #f8636b;
  color: #fff;
}

.navbar_fixed .hosting_menu.menu_four .btn_get:hover {
  background: #f8636b;
  border-color: #f8636b;
}

/*============ hosting_menu css =============*/
/*============ erp_menu css =============*/
.erp_menu .er_btn {
  margin-left: 0;
  margin-top: 0;
}

.erp_menu .menu > .nav-item > .nav-link:before {
  display: none;
}

.erp_menu .menu > .nav-item:hover > .nav-link,
.erp_menu .menu > .nav-item.active > .nav-link {
  color: #4e78f4;
}

.erp_menu .menu > .nav-item.submenu .dropdown-menu .nav-item:hover > .nav-link,
.erp_menu .menu > .nav-item.submenu .dropdown-menu .nav-item:focus > .nav-link,
.erp_menu .menu > .nav-item.submenu .dropdown-menu .nav-item.active > .nav-link {
  color: #4e78f4;
}

.erp_menu
  .menu
  > .nav-item.submenu.mega_menu.mega_menu_two
  .mega_menu_inner
  .dropdown-menu
  .nav-item
  .item
  .text:hover {
  color: #4e78f4;
}

/*============ erp_menu css =============*/
/*================= hosting_banner_area css ==============*/
.hosting_banner_area {
  background: #020230;
  min-height: 650px;
  height: 100vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
}

.hosting_content h2 {
  font-size: 50px;
  line-height: 70px;
  color: #fff;
  font-weight: 700;
  margin-bottom: 15px;
}

.hosting_content p {
  color: #fff;
  font-size: 18px;
  line-height: 30px;
  margin-bottom: 50px;
}

.hosting_content .hosting_btn {
  -webkit-box-shadow: 0px 10px 50px 0px rgba(248, 99, 107, 0.3);
  box-shadow: 0px 10px 50px 0px rgba(248, 99, 107, 0.3);
}

.hosting_content .hosting_btn:hover {
  -webkit-transform: translateY(-5px);
  -ms-transform: translateY(-5px);
  transform: translateY(-5px);
}

.b_line li {
  position: absolute;
}

.b_line li:nth-child(1) {
  bottom: 200px;
  right: 500px;
}

.b_line li:nth-child(2) {
  top: 100px;
  left: 135px;
}

.b_line li:nth-child(3) {
  top: 85%;
  left: 100px;
}

.b_line li:nth-child(4) {
  bottom: 120px;
  right: 750px;
}

.b_line li:nth-child(7) {
  top: 50%;
  right: 200px;
}

.b_line li:nth-child(6) {
  top: 55%;
  left: 195px;
}

.b_line li:nth-child(5) {
  bottom: 150px;
  right: 895px;
}

.b_line li:nth-child(8) {
  top: 220px;
  right: 995px;
}

.hosting_btn {
  background: #f8636b;
  color: #fff;
  font-size: 16px;
  font-weight: 500;
  border-radius: 4px;
  padding: 11px 34px;
  /* -webkit-box-shadow: 0px 10px 50px 0px rgba(248, 99, 107, 0.3);
  box-shadow: 0px 10px 50px 0px rgba(248, 99, 107, 0.3); */
}

.hosting_btn:hover {
  background: #fe4c55;
}

/*================= hosting_banner_area css ==============*/
/*================= domain_search_area css ==============*/
.domain_search_area {
  background: #ffffff;
  position: relative;
  z-index: 1;
}

.map_bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url('../img/Background Map.jpg') no-repeat center center fixed;
  z-index: -1;
}

.domain_box_info {
  max-width: 1030px;
  margin: 0 auto;
  text-align: center;
}

.domain_box_info h3 {
  font-size: 30px;
  color: #2c2c51;
  font-weight: 600;
  margin-bottom: 40px;
}

.domain_form_inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-radius: 8px;
  background-color: white;
  -webkit-box-shadow: 0px 50px 100px 0px rgba(64, 1, 4, 0.1);
  box-shadow: 0px 50px 100px 0px rgba(64, 1, 4, 0.1);
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 10px;
  border-left: 8px solid #2ed1cd;
}

.domain_form_inner input {
  width: 75%;
  border: 0px;
  border-radius: 0px;
  padding: 0px;
  font-size: 20px;
  font-weight: 300;
  padding-left: 40px;
}

.domain_form_inner input.placeholder {
  color: #9d9db0;
}

.domain_form_inner input:-moz-placeholder {
  color: #9d9db0;
}

.domain_form_inner input::-moz-placeholder {
  color: #9d9db0;
}

.domain_form_inner input::-webkit-input-placeholder {
  color: #9d9db0;
}

.domain_form_inner input:focus {
  outline: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.domain_form_inner .domain_select {
  width: 15%;
}

.domain_form_inner .domain_select .selectpickers {
  border: 0px;
  width: 100%;
  padding: 0px;
  text-align: center !important;
  border-left: 1px solid #d8dcea;
  border-radius: 0px;
  font-size: 20px;
  color: #9d9db0;
  font-weight: 300;
  background: transparent;
}

.domain_form_inner .domain_select .selectpickers:after {
  border-bottom: 1px solid #9d9db0;
  border-right: 1px solid #9d9db0;
  right: 35px;
  width: 6px;
  height: 6px;
}

.domain_form_inner .domain_select .selectpickers ul {
  width: 100%;
}

.domain_form_inner .domain_select .selectpickers ul li {
  color: #9d9db0;
}

.domain_form_inner .domain_select .selectpickers:focus {
  outline: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.domain_form_inner button {
  width: 21%;
  border: 0px;
  padding: 15px 32px;
  text-transform: uppercase;
  cursor: pointer;
  -webkit-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
}

.domain_form_inner button:before {
  content: '\55';
  font-family: eleganticons;
  -webkit-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  transform: rotate(-90deg);
  display: inline-block;
  margin-right: 10px;
}

.domain_price {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  margin-top: 45px;
}

.domain_price li {
  font-size: 18px;
  font-weight: 500;
  color: #7b7b93;
}

.domain_price li + li {
  margin-left: 50px;
}

.domain_price li span {
  font-weight: 400;
  font-size: 16px;
  margin-left: 8px;
}

/*================= domain_search_area css ==============*/
.hosting_service_area {
  position: relative;
}

.hosting_title {
  margin-bottom: 70px;
}

.hosting_title h2 {
  font-size: 40px;
  line-height: 55px;
  font-weight: 600;
  color: #2c2c51;
  margin-bottom: 15px;
}

.hosting_title p {
  color: #7b7b93;
  font-size: 16px;
  font-weight: 400;
  margin-bottom: 0;
}

.hosting_title .w_color {
  color: #fff;
}

.hosting_service_item {
  padding: 60px 40px;
  border-top: 6px solid transparent;
  border-radius: 6px;
  -webkit-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
  cursor: pointer;
}

.hosting_service_item .icon {
  width: 70px;
  height: 60px;
  line-height: 60px;
  border-radius: 6px;
  background: #fff7f7;
  text-align: center;
  margin-bottom: 37px;
}

.hosting_service_item p {
  color: #7b7b93;
  margin-bottom: 0;
  font-weight: 400;
}

.hosting_service_item:hover {
  border-color: #f6626a;
  background: #fff;
  -webkit-box-shadow: 0px 50px 100px 0px rgba(64, 1, 4, 0.1), 0px -6px 0px 0px rgba(248, 99, 107, 0.004);
  box-shadow: 0px 50px 100px 0px rgba(64, 1, 4, 0.1), 0px -6px 0px 0px rgba(248, 99, 107, 0.004);
}

.pattern_shap {
  position: absolute;
  width: 125px;
  height: 225px;
  left: 0;
  top: 200px;
}

.pos_service_info .hosting_service_item {
  padding: 45px 40px;
}

.pos_service_info .hosting_service_item h4:hover {
  color: #5e53fb;
}

.pos_service_info .hosting_service_item img {
  margin-bottom: 33px;
}

.pos_service_info .hosting_service_item:hover {
  border-color: #5e53fb;
  -webkit-box-shadow: 0px 50px 100px 0px rgba(5, 1, 64, 0.1), 0px -5px 0px 0px rgba(95, 84, 253, 0.004);
  box-shadow: 0px 50px 100px 0px rgba(5, 1, 64, 0.1), 0px -5px 0px 0px rgba(95, 84, 253, 0.004);
}

.h_head {
  font-size: 20px;
  font-weight: 600;
  color: #2c2c51;
  margin-bottom: 20px;
  -webkit-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
}

a .h_head:hover {
  color: #f6626a;
}

/*========== hosting_features_area css ========*/
.hosting_features_area {
  padding-bottom: 140px;
}

.h_features_content {
  padding-right: 80px;
}

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

.h_features_content .hosting_title h2 {
  font-weight: 500;
}

.h_features_item {
  padding-right: 150px;
}

.h_features_item img {
  margin-right: 20px;
}

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

.h_features_item p {
  margin-bottom: 0;
  font-weight: 400;
}

.h_features_item + .h_features_item {
  margin-top: 35px;
}

/*========== hosting_features_area css ========*/
/*========== h_action_area css ========*/
.h_action_area {
  background: #020230;
  padding: 80px 0px;
}

.h_action_content h2 {
  color: #fff;
  font-size: 40px;
  font-weight: 600;
  line-height: 54px;
  margin-bottom: 32px;
}

.h_action_content p {
  color: #b4b4d3;
  margin-bottom: 42px;
}

/*========== h_action_area css ========*/
/*========== h_blog_area css ========*/
.h_blog_item {
  background-color: white;
  -webkit-box-shadow: 0px 30px 50px 0px rgba(64, 1, 4, 0.06);
  box-shadow: 0px 30px 50px 0px rgba(64, 1, 4, 0.06);
  -webkit-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}

.h_blog_item img {
  width: 100%;
}

.h_blog_item .h_blog_content {
  padding: 25px 40px 30px;
}

.h_blog_item .h_blog_content h3 {
  font-size: 24px;
  line-height: 34px;
  font-weight: 500;
  color: #2c2c51;
  -webkit-transition: color 0.2s linear;
  -o-transition: color 0.2s linear;
  transition: color 0.2s linear;
}

.h_blog_item .h_blog_content h3:hover {
  color: #f8636b;
}

.h_blog_item .h_blog_content .post_time {
  font-size: 14px;
  color: #7b7b93;
  font-weight: 500;
  text-transform: uppercase;
  margin-bottom: 10px;
  display: inline-block;
}

.h_blog_item .h_blog_content .post_time i {
  color: #f8636b;
  margin-right: 5px;
}

.h_blog_item .h_blog_content .post-info-bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding-top: 15px;
}

.h_blog_item .h_blog_content .post-info-bottom .learn_btn_two {
  margin-top: 0;
  font-size: 14px;
  line-height: 16px;
  color: #7b7b93;
  text-transform: uppercase;
  font-weight: 500;
  position: relative;
}

.h_blog_item .h_blog_content .post-info-bottom .learn_btn_two:before {
  content: '';
  height: 1px;
  background: #f8636b;
  position: absolute;
  bottom: 0px;
  width: 0;
  -webkit-transition: width 0.2s linear;
  -o-transition: width 0.2s linear;
  transition: width 0.2s linear;
}

.h_blog_item .h_blog_content .post-info-bottom .learn_btn_two:hover {
  color: #f8636b;
}

.h_blog_item .h_blog_content .post-info-bottom .learn_btn_two:hover:before {
  width: 100%;
}

.h_blog_item .h_blog_content .post-info-bottom .learn_btn_two:hover i {
  padding-left: 5px;
}

.h_blog_item .h_blog_content .post-info-bottom .learn_btn_two i {
  vertical-align: inherit;
  padding-left: 0;
  -webkit-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}

.h_blog_item .h_blog_content .post-info-bottom .post-info-comments {
  color: #7b7b93;
  text-transform: uppercase;
  font-weight: 500;
  font-size: 14px;
  line-height: 16px;
}

.h_blog_item .h_blog_content .post-info-bottom .post-info-comments i {
  color: #f8636b;
  padding-right: 3px;
}

.h_blog_item:hover {
  -webkit-box-shadow: 0px 30px 50px 0px rgba(64, 1, 4, 0.08);
  box-shadow: 0px 30px 50px 0px rgba(64, 1, 4, 0.08);
}

.pos_blog_item {
  border-radius: 6px;
  background-color: white;
  -webkit-box-shadow: 0px 30px 50px 0px rgba(5, 1, 64, 0.06);
  box-shadow: 0px 30px 50px 0px rgba(5, 1, 64, 0.06);
}

.pos_blog_item .h_blog_content {
  padding-left: 35px;
  padding-right: 35px;
}

.pos_blog_item .h_blog_content .post_time i {
  color: #5f54fd;
}

.pos_blog_item .h_blog_content h3 {
  font-size: 20px;
  line-height: 30px;
}

.pos_blog_item .h_blog_content h3:hover {
  color: #5f54fd;
}

.pos_blog_item .h_blog_content .post-info-bottom .learn_btn_two:before {
  background: #5f54fd;
}

.pos_blog_item .h_blog_content .post-info-bottom .learn_btn_two:hover {
  color: #5f54fd;
}

.pos_blog_item .h_blog_content .post-info-bottom .post-info-comments i {
  color: #5f54fd;
}

.pos_blog_item:hover {
  -webkit-box-shadow: 0px 30px 50px 0px rgba(5, 1, 64, 0.08);
  box-shadow: 0px 30px 50px 0px rgba(5, 1, 64, 0.08);
}

/*========== h_blog_area css ========*/
.h_action_promo_area {
  background: #f8636b;
  position: relative;
  padding: 130px 0px;
  z-index: 1;
}

.h_action_promo_area .overlay_bg {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-size: cover !important;
  background-repeat: no-repeat !important;
  background-attachment: fixed !important;
  z-index: -1;
  opacity: 0.1;
}

.h_action_promo_area .hosting_btn {
  background: #fff;
  color: #f8636b;
  -webkit-box-shadow: 0px 20px 30px 0px rgba(57, 35, 125, 0.1);
  box-shadow: 0px 20px 30px 0px rgba(57, 35, 125, 0.1);
  border-radius: 2px;
  padding: 16px 34px;
  margin-top: 10px;
  text-align: center;
}

.h_action_promo_area .hosting_btn:hover {
  -webkit-box-shadow: none;
  box-shadow: none;
}

.h_promo_content h2 {
  margin-bottom: 0;
  margin-bottom: 10px;
  color: #fff;
  font-size: 40px;
  font-weight: 600;
}

.h_promo_content p {
  margin-bottom: 0;
  font-size: 20px;
  color: #fff;
  font-weight: 400;
}

/*=========== h_map_area ==========*/
.h_map_area {
  background: #fffafa;
  padding-top: 120px;
}

.h_map_area .hosting_title {
  margin-bottom: 0;
}

.h_map {
  background: url('../img/hosting/region_map.png') no-repeat scroll center top;
  height: 595px;
}

.h_map ul {
  height: 100%;
  margin-bottom: 0;
  position: relative;
}

.h_map ul li {
  display: block;
  position: absolute;
  width: 40px;
  height: 40px;
  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;
}

.h_map ul li .place_name {
  font-size: 12px;
  font-weight: 500;
  line-height: 25px;
  color: #fff;
  border-radius: 45px;
  background: #f8636b;
  padding: 0px 12px;
  text-transform: uppercase;
  position: absolute;
  top: -100%;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  -webkit-box-shadow: 0px 20px 30px 0px rgba(214, 43, 51, 0.2);
  box-shadow: 0px 20px 30px 0px rgba(214, 43, 51, 0.2);
}

.h_map ul li .place_name:before {
  content: '';
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 6px 5px 0 5px;
  border-color: #f8636b transparent transparent transparent;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  bottom: -5px;
}

.h_map ul li .round {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #f8636b;
  position: relative;
}

.h_map ul li .round:before,
.h_map ul li .round:after {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  border-radius: 50%;
  background: #f8636b;
}

.h_map ul li .round:before {
  -webkit-transform: scale(2.6);
  -ms-transform: scale(2.6);
  transform: scale(2.6);
  opacity: 0.4;
}

.h_map ul li .round:after {
  -webkit-transform: scale(5);
  -ms-transform: scale(5);
  transform: scale(5);
  opacity: 0.2;
}

.h_map ul li .round .dot {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  background: rgba(247, 98, 106, 0.35);
  -webkit-animation: pulsate 3s infinite;
  animation: pulsate 3s infinite;
  -webkit-animation-delay: 1.5s;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  animation-delay: 1.5s;
  will-change: transform;
}

.h_map ul li:nth-child(1) {
  top: 80px;
  left: 100px;
}

.h_map ul li:nth-child(2) {
  top: 220px;
  left: 250px;
}

.h_map ul li:nth-child(3) {
  top: 180px;
  left: 50%;
}

.h_map ul li:nth-child(4) {
  top: 250px;
  left: 70%;
}

.h_map ul li:nth-child(5) {
  top: 100px;
  left: 80%;
}

.h_map ul li:nth-child(6) {
  top: 70%;
  left: 350px;
}

.h_map ul li:nth-child(7) {
  top: 60%;
  left: 54%;
}

.h_map ul li:nth-child(8) {
  top: 75%;
  left: 85%;
}

.h_footer_dark {
  background: #010e28;
  padding: 100px 0px 120px;
}

.h_footer_dark .company_widget p {
  font-size: 16px;
  font-weight: 400;
  margin-top: 32px;
  margin-bottom: 0;
}

.h_footer_dark .company_widget .f_social_icon {
  margin-top: 50px;
}

.h_footer_dark .company_widget .f_social_icon a {
  background: transparent;
  font-size: 14px;
  color: #7b7b93;
  border: 1px solid #2c3445;
}

.h_footer_dark .company_widget .f_social_icon a:hover {
  background: #f8636b;
  color: #fff;
  border-color: #f8636b;
}

.h_footer_dark .f_widget.about-widget .f_list li a,
.h_footer_dark .f_widget.company_widget p {
  color: #7b7b93;
  font-weight: 400;
}

.h_footer_dark .f_widget.about-widget .f_list li {
  margin-bottom: 10px;
}

.h_footer_dark .f_widget.about-widget .f_list li a:before {
  background: #f8636b;
}

.h_footer_dark .f_widget.about-widget .f_list li a:hover {
  color: #f8636b;
}

.h_footer_dark_two .company_widget .f_social_icon a:hover {
  background: #4f79f6;
  border-color: #4f79f6;
}

.h_footer_dark_two .f_widget.about-widget .f_list li a:before {
  display: none;
}

.h_footer_dark_two .f_widget.about-widget .f_list li a:hover {
  color: #4f79f6;
}

.pos_footer_area {
  background: #413c85;
  padding-bottom: 0;
  padding-top: 120px;
  position: relative;
  z-index: 0;
}

.pos_footer_area .leaf_left,
.pos_footer_area .leaf_right {
  position: absolute;
  bottom: 0;
}

.pos_footer_area .leaf_left {
  left: 0;
}

.pos_footer_area .leaf_right {
  right: 0;
}

.pos_footer_area .top_shap {
  position: absolute;
  bottom: 100%;
  height: 100%;
  left: 0;
  width: 100%;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  z-index: -1;
}

.pos_footer_area:before {
  content: '';
  width: 100%;
  height: 40px;
  background: #49458c;
  position: absolute;
  bottom: 0;
  left: 0;
}

.pos_footer_area:after {
  content: '';
  width: 100%;
  height: 100%;
  background: url(../img/pos/wave_two.png) no-repeat scroll center bottom;
  position: absolute;
  left: 0;
  top: -100%;
  z-index: -1;
}

.pos_footer_area .f_widget.company_widget p {
  color: #bab5df;
}

.pos_footer_area .f_widget.company_widget .f_social_icon a {
  color: #bab5df;
  border-color: #6e679b;
}

.pos_footer_area .f_widget.company_widget .f_social_icon a:hover {
  background: #fff;
  border-color: #fff;
  color: #5f54fd;
}

.pos_footer_area .f_widget.about-widget .f_list li a {
  color: #bab5df;
}

.pos_footer_area .f_widget.about-widget .f_list li a:before {
  background: #fff;
}

.pos_footer_area .f_widget.about-widget .f_list li a:hover {
  color: #fff;
}

.pos_footer_bottom {
  padding-top: 80px;
  padding-bottom: 30px;
}

.pos_footer_bottom .pos_women {
  position: relative;
  bottom: -12px;
}

.wave_shap {
  width: 100%;
  position: absolute;
  height: 212px;
  bottom: 0;
  z-index: -1;
}

/*============== erp_banner_area_two css =============*/
.erp_banner_area_two {
  background: #f9f9fe;
  position: relative;
  z-index: 0;
}

.erp_banner_area_two + section {
  position: relative;
  z-index: 1;
}

.erp_banner_area_two .animation_img {
  margin-top: -380px;
}

.erp_banner_area_two .cloud_animation {
  margin-bottom: 0;
}

.erp_banner_area_two .cloud_animation li {
  position: absolute;
}

.erp_banner_area_two .cloud_animation li:nth-child(1) {
  top: 220px;
  left: 170px;
  -webkit-animation: jurk 4s 5s linear infinite alternate;
  animation: jurk 4s 5s linear infinite alternate;
}

.erp_banner_area_two .cloud_animation li:nth-child(2) {
  top: 420px;
  left: 370px;
  -webkit-animation: jurk 4s 2s linear infinite alternate;
  animation: jurk 4s 2s linear infinite alternate;
}

.erp_banner_area_two .cloud_animation li:nth-child(3) {
  left: 120px;
  top: 50%;
  -webkit-animation: jurk 3s 3s linear infinite alternate;
  animation: jurk 3s 3s linear infinite alternate;
}

.erp_banner_area_two .cloud_animation li:nth-child(6) {
  top: 220px;
  right: 170px;
  -webkit-animation: jurk 5s 3s linear infinite alternate;
  animation: jurk 5s 3s linear infinite alternate;
}

.erp_banner_area_two .cloud_animation li:nth-child(4) {
  top: 500px;
  right: 280px;
  -webkit-animation: jurk 4s 2s linear infinite alternate;
  animation: jurk 4s 2s linear infinite alternate;
}

.erp_banner_area_two .cloud_animation li:nth-child(5) {
  right: 120px;
  top: 380px;
  -webkit-animation: jurk 8s 2s linear infinite alternate;
  animation: jurk 8s 2s linear infinite alternate;
}

.erp_banner_area_two .erp_shap {
  content: '';
  display: block;
  position: absolute;
  top: calc(100% - 190px);
  background-color: white;
  min-height: 390px;
  width: 2000px;
  left: -77px;
  -webkit-transform: rotate(-6deg);
  -webkit-transform-origin: 0 0 0;
  -moz-transform: rotate(-6deg);
  -moz-transform-origin: 0 0 0;
  -o-transform: rotate(-6deg);
  -o-transform-origin: 0 0 0;
  -ms-transform: rotate(-6deg);
  -ms-transform-origin: 0 0 0;
  transform: rotate(-6deg);
  z-index: -1;
}

.erp_banner_area_two .erp_shap_two {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: -2;
}

.erp_banner_area_two .animation_img img {
  -webkit-box-shadow: 0px 40px 100px 0px rgba(1, 1, 64, 0.08);
  box-shadow: 0px 40px 100px 0px rgba(1, 1, 64, 0.08);
}

.erp_banner_area_two .section_container .intro_content h1 {
  font-size: 50px;
  line-height: 64px;
  color: #2c2c51;
  font-weight: 600;
}

.erp_banner_area_two .section_container .intro_content p {
  font-size: 18px;
  font-weight: 400;
  margin-bottom: 40px;
}

.erp_banner_area_two .section_container .intro_content .er_btn {
  padding: 10px 37px;
  margin-top: 0;
}

@-webkit-keyframes cloud {
  0% {
    left: 14%;
    top: 200px;
    opacity: 0;
  }
  20% {
    left: 44%;
    top: 100px;
    opacity: 1;
  }
  40% {
    left: 65%;
    top: 50px;
    opacity: 1;
  }
  60% {
    left: 80%;
    top: 130px;
    opacity: 1;
  }
  80% {
    left: 90%;
    top: 180px;
    opacity: 0.5;
  }
  100% {
    left: 100%;
    top: 230px;
    opacity: 0;
  }
}

@keyframes cloud {
  0% {
    left: 14%;
    top: 200px;
    opacity: 0;
  }
  20% {
    left: 44%;
    top: 100px;
    opacity: 1;
  }
  40% {
    left: 65%;
    top: 50px;
    opacity: 1;
  }
  60% {
    left: 80%;
    top: 130px;
    opacity: 1;
  }
  80% {
    left: 90%;
    top: 180px;
    opacity: 0.5;
  }
  100% {
    left: 100%;
    top: 230px;
    opacity: 0;
  }
}

@-webkit-keyframes animateCloud {
  0% {
    left: -20%;
    opacity: 1;
  }
  100% {
    left: 100%;
    opacity: 1;
  }
}

@keyframes animateCloud {
  0% {
    left: -20%;
    opacity: 1;
  }
  100% {
    left: 100%;
    opacity: 1;
  }
}

@-webkit-keyframes jurk {
  0% {
    -webkit-transform: translate3d(-10px, -10px, 0);
    transform: translate3d(-10px, -10px, 0);
    opacity: 1;
  }
  50% {
    -webkit-transform: translate3d(-20px, 20px, 0);
    transform: translate3d(-20px, 20px, 0);
    opacity: 1;
  }
  100% {
    -webkit-transform: translate3d(30px, 0px, 0);
    transform: translate3d(30px, 0px, 0);
    opacity: 1;
  }
}

@keyframes jurk {
  0% {
    -webkit-transform: translate3d(-10px, -10px, 0);
    transform: translate3d(-10px, -10px, 0);
    opacity: 1;
  }
  50% {
    -webkit-transform: translate3d(-20px, 20px, 0);
    transform: translate3d(-20px, 20px, 0);
    opacity: 1;
  }
  100% {
    -webkit-transform: translate3d(30px, 0px, 0);
    transform: translate3d(30px, 0px, 0);
    opacity: 1;
  }
}

/*============== erp_banner_area_two css =============*/
/*============== erp_service_area css =============*/
.erp_service_area {
  padding-top: 120px;
}

.erp_service_area .row {
  margin-bottom: -100px;
}

.erp_title h2 {
  font-size: 34px;
}

.erp_title h2 span {
  color: #ff0000;
}

.erp_service_item {
  margin-bottom: 100px;
}

.erp_service_item img {
  margin-bottom: 35px;
}

.erp_service_item .h_head:hover {
  color: #4e78f4;
}

.erp_service_item p {
  font-weight: 400;
  margin-bottom: 0;
}

/*============== erp_service_area css =============*/
.erp_action_area {
  background: #4e78f4;
  padding: 58px 0px;
}

.erp_content h2 {
  color: #fff;
  font-size: 40px;
  line-height: 54px;
  letter-spacing: 0.25px;
  font-weight: 300;
}

.erp_content h2 strong {
  font-weight: 700;
}

.h_price_inner {
  max-width: 970px;
  margin: 0 auto;
  border: 2px solid #f7f0f0;
}

.hosting_tab {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.hosting_tab .nav-item {
  width: calc(100% / 3);
}

.hosting_tab .nav-item .nav-link {
  text-align: center;
  font-size: 16px;
  font-weight: 500;
  color: #7b7b93;
  background: #faf7f8;
  border-radius: 0px;
  border: 0px;
  line-height: 64px;
  border-left: 2px solid #f7f0f0;
  border-bottom: 2px solid #f7f0f0;
}

.hosting_tab .nav-item .nav-link.active {
  background: #fff;
  border-bottom-color: #fff;
}

.hosting_tab .nav-item:first-child .nav-link {
  border-left: 0px;
}

.h_price_tab p {
  font-size: 16px;
  color: #7b7b93;
  padding: 50px;
  font-weight: 400;
  margin-bottom: 0;
}

.h_price_body .price_head {
  display: table;
  width: 100%;
  background: #faf7f8;
  height: 50px;
  padding-right: 50px;
  border-top: 1px solid #f7f0f0;
}

.h_price_body .price_head .p_head {
  width: calc(100% / 6);
  text-align: center;
  vertical-align: middle;
  display: table-cell;
}

.h_price_body .price_head .p_head h5 {
  font-size: 14px;
  font-weight: 500;
  color: #2c2c51;
  margin-bottom: 0;
  text-transform: uppercase;
}

.h_price_body .h_p_list {
  display: table;
  width: 100%;
  padding-right: 50px;
  padding-top: 16px;
  padding-bottom: 16px;
  border-top: 1px solid #f7f0f0;
  -webkit-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
  cursor: pointer;
}

.h_price_body .h_p_list .h_price_item {
  width: calc(100% / 6);
  text-align: center;
  vertical-align: middle;
  display: table-cell;
}

.h_price_body .h_p_list .h_price_item h5 {
  margin-bottom: 0;
  font-size: 16px;
  color: #7b7b93;
  font-weight: 400;
}

.h_price_body .h_p_list .h_price_item h5 span {
  font-weight: 600;
  display: block;
}

.h_price_body .h_p_list .h_price_item.memory h5 {
  font-weight: 600;
}

.h_price_body .h_p_list .h_price_item .h_price_btn {
  border: 1px solid #f8c0c3;
  font-size: 14px;
  font-weight: 500;
  color: #f8636b;
  border-radius: 4px;
  padding: 11px 20px;
  -webkit-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
  display: inline-block;
}

.h_price_body .h_p_list .h_price_item .h_price_btn:hover {
  background: #f8636b;
  border-color: #f8636b;
  color: #fff;
}

.h_price_body .h_p_list:hover {
  background: #fdfafa;
}

/*=========== erp_features_area css =============*/
.erp_item_features + .erp_item_features {
  margin-top: 200px;
}

.erp_features_img_two {
  position: relative;
  padding-top: 50px;
}

.erp_features_img_two .img_icon {
  width: 110px;
  height: 110px;
  border-radius: 50%;
  color: #fff;
  line-height: 112px;
  font-size: 24px;
  text-align: center;
  position: absolute;
  top: 0px;
  right: -55px;
  z-index: 1;
}

.erp_features_img_two .img_icon .pluse_1,
.erp_features_img_two .img_icon .pluse_2 {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  border-radius: 50%;
  z-index: -1;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  background: rgba(243, 186, 14, 0.102);
}

.erp_features_img_two .img_icon .pluse_1:before,
.erp_features_img_two .img_icon .pluse_1:after,
.erp_features_img_two .img_icon .pluse_2:before,
.erp_features_img_two .img_icon .pluse_2:after {
  content: '';
  position: absolute;
  background: rgba(243, 186, 14, 0.13);
  border-radius: 50%;
  left: 50%;
  top: 50%;
  margin-left: -40px;
  margin-top: -40px;
}

.erp_features_img_two .img_icon .pluse_1:before,
.erp_features_img_two .img_icon .pluse_2:before {
  width: 80px;
  height: 80px;
}

.erp_features_img_two .img_icon .pluse_1:after,
.erp_features_img_two .img_icon .pluse_2:after {
  width: 60px;
  height: 60px;
  background: #f3ba0e;
  margin-left: -30px;
  margin-top: -30px;
}

.erp_features_img_two .img_icon.red .pluse_1,
.erp_features_img_two .img_icon.red .pluse_2 {
  background: rgba(249, 62, 94, 0.102);
}

.erp_features_img_two .img_icon.red .pluse_1:before,
.erp_features_img_two .img_icon.red .pluse_1:after,
.erp_features_img_two .img_icon.red .pluse_2:before,
.erp_features_img_two .img_icon.red .pluse_2:after {
  background: rgba(249, 62, 94, 0.13);
}

.erp_features_img_two .img_icon.red .pluse_1:after,
.erp_features_img_two .img_icon.red .pluse_2:after {
  background: #f93e5e;
}

.erp_features_img_two .img_icon.green .pluse_1,
.erp_features_img_two .img_icon.green .pluse_2 {
  background: rgba(112, 215, 21, 0.102);
}

.erp_features_img_two .img_icon.green .pluse_1:before,
.erp_features_img_two .img_icon.green .pluse_1:after,
.erp_features_img_two .img_icon.green .pluse_2:before,
.erp_features_img_two .img_icon.green .pluse_2:after {
  background: rgba(112, 215, 21, 0.13);
}

.erp_features_img_two .img_icon.green .pluse_1:after,
.erp_features_img_two .img_icon.green .pluse_2:after {
  background: #70d715;
}

.erp_features_img_two .img_icon .pluse_1 {
  -webkit-animation: pulsates 3s infinite linear;
  animation: pulsates 3s infinite linear;
}

.erp_features_img_two .img_icon .pluse_2 {
  background: transparent !important;
}

.erp_features_img_two .img_icon .pluse_2:before {
  -webkit-animation: pulsates 3s infinite linear;
  animation: pulsates 3s infinite linear;
  -webkit-animation-delay: 1s;
  animation-delay: 1s;
  margin-left: 0;
  margin-top: 0;
}

.erp_features_img_two img {
  -webkit-box-shadow: 0px 25px 100px 0px rgba(1, 1, 64, 0.1);
  box-shadow: 0px 25px 100px 0px rgba(1, 1, 64, 0.1);
}

@-webkit-keyframes pulsates {
  0% {
    opacity: 1;
    -webkit-transform: translate(-50%, -50%) scale(0.3);
    transform: translate(-50%, -50%) scale(0.3);
  }
  100% {
    opacity: 0;
    -webkit-transform: translate(-50%, -50%) scale(2);
    transform: translate(-50%, -50%) scale(2);
  }
}

@keyframes pulsates {
  0% {
    opacity: 1;
    -webkit-transform: translate(-50%, -50%) scale(0.3);
    transform: translate(-50%, -50%) scale(0.3);
  }
  100% {
    opacity: 0;
    -webkit-transform: translate(-50%, -50%) scale(2);
    transform: translate(-50%, -50%) scale(2);
  }
}

.erp_content_two {
  padding-left: 120px;
}

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

.erp_content_two .erp_title h2 {
  line-height: 44px;
  margin-bottom: 20px;
}

.erp_content_two .erp_item {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-top: 28px;
}

.erp_content_two .erp_item .icon {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background-color: #f93e5e;
  -webkit-box-shadow: 0px 20px 30px 0px rgba(172, 20, 46, 0.24);
  box-shadow: 0px 20px 30px 0px rgba(172, 20, 46, 0.24);
  text-align: center;
  font-size: 20px;
  line-height: 52px;
  color: #fff;
  margin-right: 20px;
}

.erp_content_two .erp_item .icon.green {
  background: #70d715;
  -webkit-box-shadow: 0px 20px 30px 0px rgba(91, 171, 21, 0.24);
  box-shadow: 0px 20px 30px 0px rgba(91, 171, 21, 0.24);
}

.erp_content_two .erp_item .icon.blue {
  background: #3e89f9;
  -webkit-box-shadow: 0px 20px 30px 0px rgba(21, 81, 171, 0.24);
  box-shadow: 0px 20px 30px 0px rgba(21, 81, 171, 0.24);
}

.erp_content_two .erp_item .icon.yellow {
  -webkit-box-shadow: 0px 20px 30px 0px rgba(171, 133, 21, 0.24);
  box-shadow: 0px 20px 30px 0px rgba(171, 133, 21, 0.24);
  background: #f3ba0e;
}

.erp_content_two .erp_item .icon.purple {
  -webkit-box-shadow: 0px 20px 30px 0px rgba(138, 21, 171, 0.24);
  box-shadow: 0px 20px 30px 0px rgba(138, 21, 171, 0.24);
  background: #d02cff;
}

.erp_content_two .erp_item .icon.green_two {
  -webkit-box-shadow: 0px 20px 30px 0px rgba(21, 168, 171, 0.24);
  box-shadow: 0px 20px 30px 0px rgba(21, 168, 171, 0.24);
  background: #17d2d4;
}

.erp_content_two .erp_item .media-body h5 {
  margin-bottom: 0;
  font-size: 18px;
  line-height: 22px;
  color: #2c2c51;
}

.erp_content_two .erp_btn_learn {
  font-size: 16px;
  line-height: 20px;
  color: #4e78f4;
  font-weight: 500;
  display: inline-block;
  margin-top: 40px;
}

.erp_content_two .erp_btn_learn i {
  vertical-align: middle;
  padding-left: 8px;
}

.flex-row-reverse .erp_features_img_two .img_icon {
  left: -53px;
  right: auto;
}

.flex-row-reverse .erp_content_two {
  padding-right: 125px;
  padding-left: 0;
}

/*=========== erp_analytics_area css ============*/
.erp_analytics_area {
  background: url('../img/erp-home/background.png') no-repeat scroll center 0 / cover;
  padding: 100px 0px 220px;
}

.erp_analytics_item {
  padding: 0px 50px;
}

.erp_analytics_item p {
  font-size: 22px;
  color: #2c2c51;
  font-weight: 500;
  margin-bottom: 0;
  margin-top: 25px;
}

.erp_testimonial_area {
  position: relative;
  z-index: 2;
}

.erp_testimonial_area .row {
  margin-right: -25px;
  margin-left: -25px;
}

.er_btn {
  border: 2px solid #c8d4fa;
  font-size: 16px;
  font-weight: 500;
  color: #4e78f4;
  font-family: 'CamptonLight', sans-serif;
  border-radius: 45px;
  line-height: 26px;
  padding: 8px 27px;
  display: inline-block;
  margin-top: 60px;
  -webkit-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
}

.er_btn:hover {
  background: #4e78f4;
  border-color: #4e78f4;
  -webkit-box-shadow: 0px 20px 30px 0px rgba(45, 93, 237, 0.1);
  box-shadow: 0px 20px 30px 0px rgba(45, 93, 237, 0.1);
  color: #fff;
}

.erp_testimonial_info {
  position: relative;
}

.erp_testimonial_info .owl-nav button.owl-prev,
.erp_testimonial_info .owl-nav button.owl-next {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  font-size: 45px;
  color: #c1c1d4;
  -webkit-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}

.erp_testimonial_info .owl-nav button.owl-prev:hover,
.erp_testimonial_info .owl-nav button.owl-next:hover {
  color: #4e78f4;
}

.erp_testimonial_info .owl-nav button.owl-prev {
  left: -50px;
}

.erp_testimonial_info .owl-nav button.owl-next {
  right: -50px;
}

.erp_testimonial_item {
  padding: 10px 25px;
}

.erp_testimonial_item .content {
  background-color: white;
  -webkit-box-shadow: 0px 20px 40px 0px rgba(1, 1, 64, 0.06);
  box-shadow: 0px 20px 40px 0px rgba(1, 1, 64, 0.06);
  padding: 50px;
  position: relative;
}

.erp_testimonial_item .content:before {
  content: '';
  width: 14px;
  height: 14px;
  background: #fff;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  position: absolute;
  bottom: -8px;
  left: 70px;
}

.erp_testimonial_item .content p {
  font-weight: 400;
  font-size: 20px;
  color: #7b7b93;
  line-height: 36px;
}

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

.erp_testimonial_item .ratting a {
  font-size: 15px;
  color: #f5c10d;
}

.erp_testimonial_item .media {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-top: 30px;
  padding-left: 50px;
}

.erp_testimonial_item .media img {
  width: auto;
  border-radius: 50%;
  margin-right: 20px;
}

.erp_testimonial_item .media .media-body h5 {
  font-size: 18px;
  font-weight: 500;
  color: #2c2c51;
  margin-bottom: 3px;
}

.erp_testimonial_item .media .media-body h5 span {
  color: #7b7b93;
  font-weight: 400;
  font-size: 16px;
}

.erp_testimonial_item .media .media-body p {
  margin-bottom: 0;
  color: #7b7b93;
  font-weight: 400;
}

.erp_call_action_area {
  padding-bottom: 120px;
  padding-top: 50px;
  background: #fafafd;
  position: relative;
  z-index: 1;
}

.erp_call_action_area:before {
  content: '';
  position: absolute;
  background: url('../img/erp-home/shape.png') no-repeat scroll center bottom/cover;
  width: 100%;
  left: 0;
  height: 100%;
  z-index: -1;
}

.erp_call_action_area:after {
  content: '';
  display: block;
  position: absolute;
  z-index: 10;
  top: -80%;
  background-color: #fafafd;
  min-height: 560px;
  width: 2000px;
  -webkit-transform: rotate(-6.8deg);
  -ms-transform: rotate(-6.8deg);
  transform: rotate(-6.8deg);
  left: -1.5%;
  z-index: -2;
}

.erp_action_content img {
  margin-bottom: 32px;
}

.erp_action_content h3 {
  font-size: 40px;
  font-weight: 600;
  color: #2c2c51;
  line-height: 44px;
  margin-bottom: 18px;
}

.erp_action_content p {
  font-size: 24px;
  color: #7b7b93;
  font-weight: 400;
}

.erp_action_content p span {
  font-weight: 700;
  color: #4e78f4;
}

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

.er_btn_two {
  background: #4e78f4;
  border-color: #4e78f4;
  color: #fff;
  -webkit-box-shadow: 0px 20px 30px 0px rgba(45, 93, 237, 0.1);
  box-shadow: 0px 20px 30px 0px rgba(45, 93, 237, 0.1);
}

.er_btn_two:hover {
  -webkit-box-shadow: none;
  box-shadow: none;
  border-color: #c8d4fa;
  background: transparent;
  color: #4e78f4;
}

.erp_customer_logo_area {
  padding-top: 120px;
}

.erp_customer_logo_area .er_btn {
  margin-top: 140px;
}

.animation_inner {
  height: 370px;
  position: relative;
}

.animation_inner li {
  border-radius: 10px;
  -webkit-box-shadow: 0px 2px 4px 0px rgba(2, 45, 79, 0.1);
  box-shadow: 0px 2px 4px 0px rgba(2, 45, 79, 0.1);
  position: absolute;
  -webkit-transform: matrix(0.97029, 0.34192, -0.84486, 0.9425, 0, 0);
  -ms-transform: matrix(0.97029, 0.34192, -0.84486, 0.9425, 0, 0);
  transform: matrix(0.97029, 0.34192, -0.84486, 0.9425, 0, 0);
}

.animation_inner li img {
  border-radius: 10px;
}

.animation_inner li:nth-child(1) {
  top: 0;
  left: 35px;
  -webkit-box-shadow: 0px 30px 30px 0px rgba(2, 45, 79, 0.1);
  box-shadow: 0px 30px 30px 0px rgba(2, 45, 79, 0.1);
}

.animation_inner li:nth-child(2) {
  top: 55px;
  left: 170px;
}

.animation_inner li:nth-child(3) {
  top: 130px;
  left: 270px;
}

.animation_inner li:nth-child(4) {
  top: 35px;
  left: 410px;
}

.animation_inner li:nth-child(5) {
  top: 109px;
  left: 495px;
}

.animation_inner li:nth-child(6) {
  top: 40px;
  left: 700px;
}

.animation_inner li:nth-child(7) {
  top: 0;
  left: 890px;
}

.animation_inner li:nth-child(8) {
  top: 40%;
  left: 35px;
}

.animation_inner li:nth-child(9) {
  top: 182px;
  left: 585px;
  -webkit-box-shadow: 10px 30px 30px 0px rgba(2, 45, 79, 0.15);
  box-shadow: 10px 30px 30px 0px rgba(2, 45, 79, 0.15);
}

.animation_inner li:nth-child(10) {
  top: 130px;
  left: 780px;
}

.animation_inner li:nth-child(11) {
  top: 128px;
  left: 950px;
}

.animation_inner li:nth-child(12) {
  top: 85px;
  left: 95%;
}

.animation_inner li:nth-child(13) {
  bottom: 0;
  left: -35px;
}

.animation_inner li:nth-child(14) {
  bottom: 30px;
  left: 150px;
  -webkit-box-shadow: 10px 30px 30px 0px rgba(2, 45, 79, 0.15);
  box-shadow: 10px 30px 30px 0px rgba(2, 45, 79, 0.15);
}

.animation_inner li:nth-child(15) {
  bottom: 20px;
  left: 310px;
}

.animation_inner li:nth-child(16) {
  bottom: -25px;
  left: 460px;
}

.animation_inner li:nth-child(17) {
  bottom: 35px;
  left: 690px;
}

.animation_inner li:nth-child(18) {
  bottom: -30px;
  left: 800px;
}

.animation_inner li:nth-child(19) {
  bottom: 45px;
  left: 940px;
}

.animation_inner li:nth-child(20) {
  bottom: 0px;
  right: 0;
}

/*============= pos_banner_area css ===========*/
.pos_banner_area {
  height: 100vh;
  min-height: 650px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
  z-index: 1;
}

.pos_slider {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}

.pos_slider:before {
  content: '';
  width: 100%;
  height: 100%;
  background: #1a1a3a;
  opacity: 0.7;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}

.pos_slider .owl-stage-outer,
.pos_slider .owl-stage,
.pos_slider .owl-item {
  height: 100%;
}

.pos_slider .owl-stage-outer .pos_banner_item,
.pos_slider .owl-stage .pos_banner_item,
.pos_slider .owl-item .pos_banner_item {
  background-size: cover !important;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}

.pos_banner_text {
  max-width: 820px;
  margin: 0 auto;
}

.pos_banner_text h6 {
  font-size: 14px;
  line-height: 30px;
  font-family: 'CamptonLight', sans-serif;
  text-transform: uppercase;
  font-weight: 500;
  letter-spacing: 4px;
  margin-bottom: 12px;
}

.pos_banner_text h6,
.pos_banner_text h2 {
  color: #fff;
}

.pos_banner_text h2 {
  font-size: 50px;
  font-weight: 400;
  color: #fff;
}

.pos_banner_text h2 span {
  font-weight: 700;
}

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

.pos_banner_text .software_banner_btn {
  border-radius: 6px;
  background: #5f54fd;
  padding: 14px 42px;
  border: 1px solid #5f54fd;
  -webkit-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}

.pos_banner_text .software_banner_btn:hover {
  background: rgba(255, 255, 255, 0.1);
  border-color: #fff;
  color: #fff;
}

.pos_banner_text .video_btn .icon {
  -webkit-box-shadow: none;
  box-shadow: none;
  height: 50px;
  width: 50px;
  color: #fff;
  border: 1px solid #fff;
  background: rgba(255, 255, 255, 0.2);
  font-size: 14px;
  line-height: 48px;
  margin-right: 13px;
}

.pos_banner_text .video_btn span:before {
  display: none;
}

/*============= pos_banner_area css ===========*/
.ticket_area {
  padding-top: 100px;
  padding-bottom: 100px;
  position: relative;
}

.ticket_area .ticket_shap {
  content: '';
  width: 100%;
  height: 730px;
  position: absolute;
  right: 0;
  top: 0;
  background-position: right, right !important;
  background-repeat: no-repeat !important;
}

.ticket_area .pattern {
  position: absolute;
  right: 0;
  top: 0;
  width: 225px;
  height: 125px;
}

.ticket_area .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.ticket_item {
  background: #fff;
  padding: 30px 50px 70px;
  -webkit-box-shadow: 0px 50px 100px 0px rgba(5, 1, 64, 0.1);
  box-shadow: 0px 50px 100px 0px rgba(5, 1, 64, 0.1);
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  display: inline-block;
  width: calc(84% / 3);
  position: relative;
}

.ticket_item:before {
  content: '';
  width: 100%;
  height: 10px;
  background: url('../img/pos/shape_bg.png') no-repeat scroll center bottom/cover;
  position: absolute;
  bottom: -10px;
  left: 0;
}

.ticket_item:after {
  bottom: 40px;
  content: '';
  position: absolute;
  left: -3px;
  width: 100%;
  height: 1px;
  background-image: -webkit-gradient(
    linear,
    left top,
    right top,
    color-stop(50%, transparent),
    color-stop(50%, #c9c9d6)
  );
  background-image: -webkit-linear-gradient(left, transparent 50%, #c9c9d6 50%);
  background-image: -o-linear-gradient(left, transparent 50%, #c9c9d6 50%);
  background-image: linear-gradient(to right, transparent 50%, #c9c9d6 50%);
  background-size: 10px 94%;
}

.ticket_item .icon {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  line-height: 60px;
  text-align: center;
  background: #edfcec;
  margin-bottom: 25px;
}

.ticket_item .icon.pink {
  background: #feecfb;
}

.ticket_item .icon.yellow {
  background: #fefaec;
}

.ticket_item h2 {
  font-size: 44px;
  line-height: 35px;
  font-weight: 600;
  color: #2c2c51;
  text-transform: uppercase;
}

.ticket_item h2 span {
  font-weight: 500;
  color: #7b7b93;
  font-size: 18px;
  line-height: 30px;
  display: block;
  padding-top: 10px;
}

.ticket_item p {
  margin-bottom: 0;
  margin-top: 25px;
  font-size: 14px;
  line-height: 30px;
  letter-spacing: 4px;
  color: #aaaabb;
  text-transform: uppercase;
  margin-bottom: 0;
  font-weight: 500;
}

.ticket_item + .ticket_item {
  margin-left: 8%;
}

.pos_developer_product_area {
  background: #fafafc;
}

.pos_developer_product_area .tab_img_info {
  z-index: 1;
}

.pos_developer_product_area .tab_img_info .tab_img {
  padding-bottom: 30px;
  overflow: visible;
  margin-left: -50px;
}

.pos_developer_product_area .tab_img_info .tab_img img {
  position: relative;
  z-index: 1;
  opacity: 0;
  -webkit-transform: scale(0.9);
  -ms-transform: scale(0.9);
  transform: scale(0.9);
  -webkit-transition: all 0.9s linear, opacity 0.2s linear;
  -o-transition: all 0.9s linear, opacity 0.2s linear;
  transition: all 0.9s linear, opacity 0.2s linear;
}

.pos_developer_product_area .tab_img_info .tab_img .square {
  height: 100%;
  width: 0px;
  right: 90px;
  top: 0;
  background: #f3f3f9;
  z-index: 0;
  opacity: 0;
  -webkit-transition: width 0.5s linear;
  -o-transition: width 0.5s linear;
  transition: width 0.5s linear;
}

.pos_developer_product_area .tab_img_info .tab_img .bg_circle {
  width: 220px;
  background: #f4cfe5;
  height: 220px;
  border-radius: 50%;
  position: absolute;
  bottom: 15px;
  left: 5px;
  z-index: 0;
  -webkit-transform: scale(0.5);
  -ms-transform: scale(0.5);
  transform: scale(0.5);
  opacity: 0;
  -webkit-transition: all 0.7s linear;
  -o-transition: all 0.7s linear;
  transition: all 0.7s linear;
}

.pos_developer_product_area .tab_img_info .tab_img .bg_circle.green {
  background: #c8ede9;
}

.pos_developer_product_area .tab_img_info .tab_img .bg_circle.pink {
  background: #f93e5e;
}

.pos_developer_product_area .tab_img_info .tab_img .bg_circle.yellow {
  background: #f9edcf;
}

.pos_developer_product_area .tab_img_info .tab_img .pattern_shap {
  top: auto;
  bottom: -30px;
  left: 100px;
  z-index: -1;
}

.pos_developer_product_area .tab_img_info .tab_img.active img {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  opacity: 1;
}

.pos_developer_product_area .tab_img_info .tab_img.active .square {
  opacity: 1;
  width: 350px;
  -webkit-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0);
}

.pos_developer_product_area .tab_img_info .tab_img.active .bg_circle {
  opacity: 1;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}

.pos_developer_product_area .tab_img_info .tab_img .tab_round {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  border: 5px solid #f9edcf;
  position: absolute;
  top: 100px;
  left: -20px;
}

.pos_developer_product_area .tab_img_info .tab_img .tab_triangle {
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 12.5px 0 12.5px 20px;
  border-color: transparent transparent transparent #c8ede9;
  position: absolute;
  top: -15px;
  left: 170px;
  border-radius: 4px;
}

.pos_developer_product_area .developer_product_content {
  padding-right: 0px;
}

.pos_developer_product_area .developer_product_content .develor_tab {
  padding-left: 0;
  margin-bottom: 50px;
}

.pos_developer_product_area .developer_product_content .develor_tab .nav-item .nav-link {
  color: #2c2c51;
}

.pos_developer_product_area .developer_product_content .develor_tab .nav-item .nav-link:before {
  background: #5f54fd;
}

.pos_developer_product_area .developer_product_content .develor_tab .nav-item .nav-link.active {
  color: #5f54fd;
}

.pos_developer_product_area .developer_product_content h4 {
  font-size: 30px;
  line-height: 40px;
  color: #2c2c51;
  font-weight: 600;
  margin-bottom: 32px;
}

.pos_developer_product_area .developer_product_content p {
  font-size: 16px;
  line-height: 28px;
  color: #7b7b93;
  margin-bottom: 0;
}

.pos_item + .pos_item {
  margin-top: 150px;
}

.flex-row-reverse .pos_features_content {
  padding-right: 70px;
}

.pos_features_content {
  padding-top: 50px;
}

.pos_features_content h2 {
  font-size: 34px;
  color: #2c2c51;
  line-height: 44px;
  font-weight: 500;
  margin-bottom: 50px;
}

.pos_features_content .h_features_item {
  padding-right: 0;
}

.pos_features_content .h_features_item i {
  font-size: 24px;
  color: #bb3efc;
  margin-right: 15px;
}

.pos_features_content .h_features_item i.orange {
  color: #fb702b;
}

.pos_features_content .h_features_item i.green {
  color: #0ed1ca;
}

.pos_features_content .h_features_item i.red {
  color: #f826c0;
}

.pos_features_content .h_features_item i.check {
  color: #1ad90b;
}

.pos_features_content .h_features_item .h_head {
  font-weight: 500;
}

.pos_features_content .h_features_item p {
  color: #7b7b93;
}

.pos_features_img {
  padding: 40px 0px 80px;
  position: relative;
  text-align: center;
}

.pos_features_img .shape_img {
  width: 470px;
  background: #e0faf4;
  border-radius: 6px;
  height: 100%;
  position: absolute;
  right: -50px;
  top: 0;
  z-index: -1;
}

.pos_features_img .shape_img.yellow {
  background: #fff7e5;
}

.pos_features_img .shape_img.blue {
  background: #e5f6ff;
}

.pos_features_img .shap_img {
  background: #99edd9;
  border-radius: 6px;
  height: 420px;
  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;
}

.pos_features_img .shap_img.yellow {
  background: #ffe3a9;
}

.pos_features_img .shap_img.blue {
  background: #a9e2ff;
}

.pos_features_img.img_left .shape_img {
  left: -50px;
  right: auto;
}

.pos_about_area {
  background: #413c85;
  padding-top: 120px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.pos_about_area + section {
  padding-top: 200px;
}

.pos_about_img {
  margin-left: auto;
  margin-right: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 82px;
  margin-bottom: -140px;
}

.pos_about_list {
  -webkit-column-count: 3;
  column-count: 3;
  margin-bottom: 65px;
}

.pos_about_list li {
  font-size: 16px;
  color: #d0cfe6;
  line-height: 28px;
  position: relative;
  padding-left: 40px;
}

.pos_about_list li:before {
  content: '\4e';
  width: 10px;
  height: 10px;
  position: absolute;
  left: 0;
  top: 0;
  color: #1fc61a;
  font-size: 24px;
  font-family: eleganticons;
}

.pos_about_list li + li {
  margin-top: 40px;
}

.pos_subscribe .form-group {
  margin-bottom: 0;
}

.pos_subscribe .form-group input {
  width: 100%;
  border: 0px;
  height: 60px;
  border-radius: 5px;
  font-size: 16px;
  color: #2c2c51;
  padding-left: 30px;
}

.pos_subscribe .form-group input.placeholder {
  color: #bbbbce;
}

.pos_subscribe .form-group input:-moz-placeholder {
  color: #bbbbce;
}

.pos_subscribe .form-group input::-moz-placeholder {
  color: #bbbbce;
}

.pos_subscribe .form-group input::-webkit-input-placeholder {
  color: #bbbbce;
}

.pos_subscribe .btn_pos {
  background: #5f54fd;
  font-size: 16px;
  font-weight: 500;
  padding: 17px 37px;
  color: #fff;
}

.pos_subscribe .btn_pos:hover {
  background: #6b61fc;
  color: #fff;
}

.chat_area {
  padding: 60px 0px 150px;
  position: relative;
  z-index: 1;
}

.chat_content {
  padding-top: 40px;
}

.chat_content h2 {
  font-size: 34px;
  color: #2c2c51;
  font-weight: 500;
  line-height: 44px;
}

.chat_content .pos_btn {
  margin-top: 45px;
}

.chat_info {
  background: #fafaff;
  border-radius: 6px;
  height: 100%;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 77px 45px;
  border-left: 6px solid #5f54fd;
}

.chat_info img {
  margin-right: 46px;
}

.chat_info .date {
  font-size: 40px;
  font-weight: 700;
  color: #5f54fd;
  padding-bottom: 32px;
}

.chat_info .date span {
  font-weight: 400;
}

.chat_info h3 {
  font-size: 26px;
  line-height: 36px;
  color: #2c2c51;
  font-weight: 500;
}

.chat_info .pos_service_btn {
  margin-top: 32px;
}

.pos_service_btn {
  font-size: 16px;
  font-weight: 500;
  color: #5f54fd;
  line-height: 18px;
  display: inline-block;
  position: relative;
}

.pos_service_btn:before {
  content: '';
  width: 0;
  height: 1px;
  background: #5f54fd;
  position: absolute;
  bottom: 0;
  left: 0;
  -webkit-transition: width 0.3s linear;
  -o-transition: width 0.3s linear;
  transition: width 0.3s linear;
}

.pos_service_btn i {
  vertical-align: middle;
  padding-left: 10px;
  -webkit-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}

.pos_service_btn:hover {
  color: #5f54fd;
}

.pos_service_btn:hover:before {
  width: 100%;
}

.pos_service_btn:hover i {
  padding-left: 15px;
}

.pos_btn {
  font-size: 16px;
  color: #5f54fd;
  font-weight: 500;
  padding: 9px 24px;
  border: 2px solid #aba6f9;
  border-radius: 4px;
  display: inline-block;
  -webkit-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
}

.pos_btn:hover {
  background: #5f54fd;
  color: #fff;
  border-color: #5f54fd;
  -webkit-box-shadow: 0px 10px 30px 0px rgba(95, 84, 253, 0.15);
  box-shadow: 0px 10px 30px 0px rgba(95, 84, 253, 0.15);
}

.pos_action_area {
  position: relative;
  z-index: 3;
  margin-bottom: -30px;
}

.pos_action_area .pos_action_content {
  border-radius: 20px;
  background-color: white;
  -webkit-box-shadow: 0px 30px 80px 0px rgba(5, 1, 64, 0.1), 0px -4px 0px 0px rgba(95, 84, 253, 0.004);
  box-shadow: 0px 30px 80px 0px rgba(5, 1, 64, 0.1), 0px -4px 0px 0px rgba(95, 84, 253, 0.004);
  border-top: 4px solid #5d52f9;
  padding: 77px 20px;
}

.pos_action_area .pos_action_content h2 {
  font-size: 40px;
  color: #2c2c51;
  line-height: 44px;
  font-weight: 600;
  margin-bottom: 15px;
}

.pos_action_area .pos_action_content p {
  font-size: 24px;
  line-height: 35px;
  font-weight: 400;
  color: #7b7b93;
  margin-bottom: 52px;
}

.pos_action_area .pos_action_content .pos_btn {
  background: #5f54fd;
  color: #fff;
  border-color: #5f54fd;
  padding: 7px 33px;
}

.menu_pos .container {
  position: relative;
}

.menu_pos .container .search_cart {
  background: transparent;
}

.menu_pos .container .menu_toggle .hamburger span,
.menu_pos .container .menu_toggle .hamburger-cross span {
  background: #fff;
}

/*====================================================*/
/*====================================================*/
/*============== footer_area css ==============*/
.f_bg {
  background: #eff2f9;
  -webkit-box-shadow: 0px -1px 0px 0px rgba(231, 236, 246, 0.004);
  box-shadow: 0px -1px 0px 0px rgba(231, 236, 246, 0.004);
}

.footer_top {
  border-bottom: 1px solid #e0e3ef;
  padding: 115px 0px 100px;
}

.f_widget .widget-wrap {
  margin-top: 35px;
}

.f_widget .widget-wrap p span {
  color: #051441;
}

.f_widget .widget-wrap p a {
  color: #677294;
  -webkit-transition: color 0.2s linear;
  -o-transition: color 0.2s linear;
  transition: color 0.2s linear;
}

.f_widget .widget-wrap p a:hover {
  color: #6754e2;
}

.f_widget.company_widget .mchimp-errmessage,
.f_widget.company_widget .mchimp-sucmessage {
  position: absolute;
}

.f_widget.about-widget .f_list {
  margin-bottom: 0px;
}

.f_widget.about-widget .f_list li {
  margin-bottom: 15px;
}

.f_widget.about-widget .f_list li a {
  font: 300 16px/20px 'CamptonLight', sans-serif;
  color: #677294;
  position: relative;
  -webkit-transition: color 0.2s linear;
  -o-transition: color 0.2s linear;
  transition: color 0.2s linear;
  display: inline-block;
}

.f_widget.about-widget .f_list li a:before {
  content: '';
  width: 0;
  height: 1px;
  background: #6754e2;
  right: 0;
  left: auto;
  bottom: 0;
  position: absolute;
  -webkit-transition: width 0.2s linear;
  -o-transition: width 0.2s linear;
  transition: width 0.2s linear;
}

.f_widget.about-widget .f_list li a:hover {
  color: #6754e2;
}

.f_widget.about-widget .f_list li a:hover:before {
  width: 100%;
  right: auto;
  left: 0;
}

.f_widget.about-widget .f_list li:last-child {
  margin-bottom: 0px;
}

.f_subscribe {
  position: relative;
  margin-top: 40px;
}

.f_subscribe .form-control {
  font: 300 14px 'CamptonLight', sans-serif;
  color: #333;
  border: 1px solid #e2e7f3;
  border-radius: 3px;
  background: #e9ecf3;
  padding-left: 25px;
  height: 54px;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.f_subscribe .form-control.placeholder {
  color: #9ba2b5;
}

.f_subscribe .form-control:-moz-placeholder {
  color: #9ba2b5;
}

.f_subscribe .form-control::-moz-placeholder {
  color: #9ba2b5;
}

.f_subscribe .form-control::-webkit-input-placeholder {
  color: #9ba2b5;
}

.f_subscribe .form-control:focus {
  -webkit-box-shadow: 0px 4px 6px 0px rgba(12, 0, 46, 0.06);
  box-shadow: 0px 4px 6px 0px rgba(12, 0, 46, 0.06);
}

.f_subscribe button {
  position: absolute;
  right: 25px;
  background: transparent;
  padding: 0;
  color: #222d39;
  font-size: 16px;
  top: 52%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.footer_bottom {
  font-size: 14px;
  font-weight: 300;
  line-height: 20px;
  color: #7f88a6;
  padding: 27px 0px;
}

.footer_bottom p a {
  color: #6754e2;
  -webkit-transition: color 0.2s linear;
  -o-transition: color 0.2s linear;
  transition: color 0.2s linear;
}

.footer_bottom .f_menu {
  margin-bottom: 0px;
}

.footer_bottom .f_menu li {
  display: inline-block;
  position: relative;
}

.footer_bottom .f_menu li a {
  color: #7f88a6;
  -webkit-transition: color 0.2s linear;
  -o-transition: color 0.2s linear;
  transition: color 0.2s linear;
}

.footer_bottom .f_menu li a:hover {
  color: #6754e2;
}

.footer_bottom .f_menu li + li {
  margin-left: 16px;
}

.footer_bottom .f_menu li + li:before {
  content: '';
  width: 1px;
  height: 12px;
  background: #b1b7ca;
  display: inline-block;
  margin-right: 18px;
  vertical-align: middle;
}

.footer_bottom a:hover {
  color: #6754e2;
}

.f_social_icon_two a {
  font-size: 14px;
  color: #969db4;
  margin: 0px 8px;
}

/*================ footer area two css ==============*/
.footer_area_two {
  background: #fbfbfd;
}

.footer_area_two .footer_top_two {
  border-bottom: 1px solid #e9ecf3;
  padding: 120px 0px 70px;
}

.footer_area_two .footer_top_two .f_widget.about-widget .f_list li a:before {
  background: #00aff0;
}

.footer_area_two .footer_top_two .f_widget.about-widget .f_list li a:hover {
  color: #00aff0;
}

.footer_area_two .footer_top_two .f_widget .widget-wrap p a:hover {
  color: #00aff0;
}

.footer_area_two .footer_bottom {
  position: relative;
}

.footer_area_two .footer_bottom p a {
  color: #00aff0;
}

.footer_area_two .footer_bottom .f_menu li a:hover {
  color: #00aff0;
}

.footer_area_two .footer_bottom .f_menu li + li:before {
  background: #7f88a6;
}

.f_social_icon a {
  width: 46px;
  height: 46px;
  border-radius: 50%;
  font-size: 14px;
  line-height: 45px;
  color: #858da8;
  display: inline-block;
  background: #ebeef5;
  text-align: center;
  -webkit-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}

.f_social_icon a:hover {
  background: #00aff0;
  color: #fff;
}

.f_social_icon a + a {
  margin-left: 10px;
}

.pagescroll_btn {
  width: 44px;
  height: 44px;
  border: 1px solid #1d1d42;
  font-size: 16px;
  color: #00aff0;
  text-align: center;
  line-height: 44px;
  position: absolute;
  border-radius: 50%;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  top: -22px;
  background: #121233;
}

.footer_three {
  background: #1b1e29;
}

.footer_three .footer_top {
  border-color: #252130;
  color: #b2b6c4;
}

.footer_three .footer_top p {
  color: #b2b6c4;
}

.footer_three .footer_top .f-title {
  color: #fff;
}

.footer_three .footer_top .f_widget.about-widget .f_list li a {
  color: #b2b6c4;
}

.footer_three .footer_top .f_widget.about-widget .f_list li a:before {
  background: #a8a9ab;
}

.footer_three .footer_top .f_widget.about-widget .f_list li a:hover {
  color: #fff;
}

.footer_three .footer_top .social_icon {
  margin-top: 42px;
}

.footer_three .footer_top .social_icon a {
  width: 46px;
  height: 46px;
  border-radius: 50%;
  color: #8a8e9b;
  font-size: 14px;
  line-height: 45px;
  background: #282b38;
  text-align: center;
  display: inline-block;
  margin-right: 12px;
  -webkit-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}

.footer_three .footer_top .social_icon a:hover {
  background: #7444fd;
  color: #fff;
}

.footer_three .footer_bottom {
  color: #b2b6c4;
}

.footer_three .footer_bottom .f_menu li a {
  color: #b2b6c4;
}

.footer_three .footer_bottom .f_menu li a:hover {
  color: #fff;
}

/*=============== footer_area_four css =============*/
.footer_area_four .footer_top {
  border-bottom: 1px solid #e9ecf3;
  padding: 120px 0px 70px;
}

.footer_area_four .footer_top .f_widget.about-widget .f_list li a:hover {
  color: #5e2ced;
}

.footer_area_four .footer_top .f_widget.about-widget .f_list li a:hover:before {
  background: #5e2ced;
}

.footer_area_four .footer_top .f_widget .widget-wrap p a:hover {
  color: #5e2ced;
}

.footer_area_four .footer_bottom p a {
  color: #5e2ced;
}

.footer_area_four .footer_bottom a:hover {
  color: #5e2ced;
}

/*======= footer_area_five css ========*/
.footer_area_five .footer_top .f_widget.about-widget .f_list li a:hover {
  color: #3d64f4;
}

.footer_area_five .footer_top .f_widget.about-widget .f_list li a:hover:before {
  background: #3d64f4;
}

.footer_area_five .footer_top .f_widget .widget-wrap p a:hover {
  color: #3d64f4;
}

.footer_area_five .footer_bottom p a {
  color: #3d64f4;
}

.footer_area_five .footer_bottom a:hover {
  color: #3d64f4;
}

.footer_area_six {
  background-image: -moz-linear-gradient(0deg, #1c143b 0%, #111339 100%);
  background-image: -webkit-linear-gradient(0deg, #1c143b 0%, #111339 100%);
  background-image: -ms-linear-gradient(0deg, #1c143b 0%, #111339 100%);
  border-top: 2px solid #192161;
}

.footer_top_six .company_widget a {
  color: #3d64f4;
}

.footer_top_six .f_widget.about-widget .f_list li a:before {
  background: #fff;
}

.footer_top_six .f_widget.about-widget .f_list li a:hover {
  color: #fff;
}

.footer_top_six .social-widget {
  margin-right: -15px;
}

.footer_top_six .social-widget .f_social_icon {
  padding-top: 4px;
}

.footer_top_six .social-widget .f_social_icon a {
  width: 40px;
  height: 40px;
  line-height: 40px;
  background: #232453;
  -webkit-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
}

.footer_top_six .social-widget .f_social_icon a + a {
  margin-left: 2px;
}

.footer_top_six .social-widget .f_social_icon a:hover {
  background: #3d57f4;
}

/*============ footer_seven css==============*/
.footer_seven {
  border-top: 1px solid #d9e1fb;
}

.footer_seven .f_social_icon {
  padding-top: 14px;
}

.footer_seven .f_social_icon a {
  width: auto;
  height: auto;
  font-size: 14px;
  color: #969db4;
  background: transparent;
}

.footer_seven .f_social_icon a:hover {
  color: #4069eb;
}

.footer_seven .f_social_icon a + a {
  margin-left: 16px;
}

.footer_seven .f_widget .widget-wrap p a:hover {
  color: #4069eb;
}

.footer_seven .f_widget.about-widget .f_list li {
  margin-bottom: 13px;
}

.footer_seven .f_widget.about-widget .f_list li a {
  font-size: 14px;
}

.footer_seven .f_widget.about-widget .f_list li a:before {
  background: #4069eb;
}

.footer_seven .f_widget.about-widget .f_list li a:hover {
  color: #4069eb;
}

.footer_seven .footer_bottom {
  padding: 20px 0px;
}

.footer_seven .footer_bottom a:hover {
  color: #4069eb;
}

.footer_seven .footer_bottom p a {
  color: #4069eb;
}

/*============= error_footer css ===========*/
.error_footer {
  background: #eff2f9;
  padding: 40px 0px;
}

.error_footer a:hover {
  color: #5e2ced;
}

.error_footer .f_menu li a {
  position: relative;
}

.error_footer .f_menu li a:before {
  content: '';
  width: 0;
  height: 1px;
  background: #5e2ced;
  position: absolute;
  bottom: 0;
  left: 0;
  -webkit-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}

.error_footer .f_menu li a:hover {
  color: #5e2ced;
}

.error_footer .f_menu li a:hover:before {
  width: 100%;
}

.error_footer .f_menu li + li:before {
  display: none;
}

/*============== footer_dark_one css =============*/
.footer_dark_one {
  background: #15133a;
}

.footer_dark_one .footer_top {
  border-color: #1f1d48;
}

.footer_dark_one .f_widget.about-widget .f_list li a,
.footer_dark_one .f_widget .widget-wrap p a,
.footer_dark_one .f_social_icon_two a {
  color: #9ca5c1;
}

.dark_f_bottom a {
  -webkit-transition: color 0.2s linear;
  -o-transition: color 0.2s linear;
  transition: color 0.2s linear;
}

.dark_f_bottom a:hover {
  color: #4069eb;
}

.dark_f_bottom p {
  color: #9ca5c1;
}

.dark_f_bottom p a {
  color: #4069eb;
}

.dark_f_bottom .f_menu li a {
  color: #9ca5c1;
}

.dark_f_bottom .f_menu li a:hover {
  color: #4069eb;
}

.dark_f_bottom .f_menu li + li:before {
  background: #5e6482;
}

.dark_widget .f-title {
  color: #fff;
}

.dark_widget.company_widget .f_social_icon_two {
  margin-top: 25px;
}

.dark_widget.company_widget .f_social_icon_two a:first-child {
  margin-left: 0px;
}

.dark_widget.company_widget .f_social_icon_two a:hover {
  color: #4069eb;
}

.dark_widget .widget-wrap p span {
  color: #fff;
}

.dark_widget .widget-wrap p a:hover {
  color: #4069eb;
}

.dark_widget.about-widget .f_list li a:before {
  background: #4069eb;
}

.dark_widget.about-widget .f_list li a:hover {
  color: #4069eb;
}

.dark_widget .f_subscribe .form-control {
  background: transparent;
  border-color: #202430;
}

.dark_widget .f_subscribe button {
  color: #fff;
}

/*============ footer_dark_two css ===========*/
.footer_dark_two {
  background: #13112d;
}

.footer_dark_two .footer_top {
  border-color: #1f1d48;
}

.footer_dark_two .dark_widget.company_widget .f_social_icon_two a:hover {
  color: #6754e2;
}

.footer_dark_two .dark_widget .widget-wrap p a:hover {
  color: #6754e2;
}

.footer_dark_two .dark_widget.about-widget .f_list li a:before {
  background: #6754e2;
}

.footer_dark_two .dark_widget.about-widget .f_list li a:hover {
  color: #6754e2;
}

.footer_dark_two .dark_f_bottom a {
  -webkit-transition: color 0.2s linear;
  -o-transition: color 0.2s linear;
  transition: color 0.2s linear;
}

.footer_dark_two .dark_f_bottom a:hover {
  color: #6754e2;
}

.footer_dark_two .dark_f_bottom p a {
  color: #6754e2;
}

.footer_dark_two .dark_f_bottom .f_menu li a:hover {
  color: #6754e2;
}

.footer_dark_three {
  background: #1b1e29;
}

.footer_dark_three .footer_top {
  border-color: #212532;
}

.footer_dark_three .dark_widget .widget-wrap p a {
  color: #6d738c;
  -webkit-transition: color 0.2s linear;
  -o-transition: color 0.2s linear;
  transition: color 0.2s linear;
}

.footer_dark_three .dark_widget .widget-wrap p a:hover {
  color: #5e2ced;
}

.footer_dark_three .dark_widget.about-widget .f_list li a {
  color: #6d738c;
}

.footer_dark_three .dark_widget.about-widget .f_list li a:before {
  background: #5e2ced;
}

.footer_dark_three .dark_widget.about-widget .f_list li a:hover {
  color: #5e2ced;
}

.footer_dark_three .dark_f_bottom a {
  color: #6d738c;
}

.footer_dark_three .dark_f_bottom a:hover {
  color: #5e2ced;
}

.footer_dark_three .dark_f_bottom p {
  color: #6d738c;
}

.footer_dark_three .dark_f_bottom p a {
  color: #5e2ced;
}

.footer_dark_three .dark_f_bottom .f_menu li a {
  color: #6d738c;
}

.footer_dark_three .dark_f_bottom .f_menu li a:hover {
  color: #5e2ced;
}

.footer_dark_four {
  background: #16143a;
}

.footer_dark_five {
  background: #121233;
}

.footer_dark_five .footer_top_two {
  border-color: #1d1d42;
}

.footer_dark_five .f_widget .widget-wrap p span {
  color: #fff;
}

.footer_dark_five .f_widget .f_social_icon a {
  background: #1c1c42;
}

.footer_dark_five .f_widget .f_social_icon a:hover {
  background: #00aff0;
}

/*=========== footer_nine_area css ============*/
.footer_nine_area {
  position: relative;
}

.footer_nine_area .footer_shap {
  position: absolute;
  background: url('../img/home9/footer.png') no-repeat scroll center;
  left: 0;
  width: 100%;
  background-size: cover;
  top: 0px;
  height: 100%;
}

.footer_nine_top {
  padding-bottom: 170px;
  position: relative;
  padding-top: 150px;
}

.footer_nine_top .f_widget .f-title {
  color: #051441;
  text-transform: uppercase;
}

.footer_nine_top .f_widget .f-title:after {
  content: '';
  width: 100px;
  height: 1px;
  display: block;
  background: #ebeefa;
  margin-top: 15px;
}

.footer_nine_top .f_widget.about-widget .f_list li a:before {
  background: #0479f7;
}

.footer_nine_top .f_widget.about-widget .f_list li a:hover {
  color: #0479f7;
}

.footer_nine_top .company_widget .f_social_icon_two a:first-child {
  margin-left: 0;
}

.footer_nine_top .company_widget .f_social_icon_two a:hover {
  color: #0479f7;
}

.footer_nine_bottom {
  background: #051441;
  padding: 27px 0px;
}

.footer_nine_bottom p {
  font: 300 14px 'CamptonLight', sans-serif;
  color: #7f88a6;
}

.footer_nine_bottom p a {
  color: #fff;
}

.footer_nine_bottom .flag_selector {
  float: right;
}

.footer_nine_bottom .flag_selector .dropdown-toggle {
  background-color: transparent !important;
  border: 0px !important;
  border-radius: 0px;
  padding: 0px;
  -webkit-box-shadow: none;
  box-shadow: none;
  font: 400 14px 'CamptonLight', sans-serif;
  color: #7f88a6;
}

.footer_nine_bottom .flag_selector .dropdown-toggle:after {
  display: none;
}

.footer_nine_bottom .flag_selector .dropdown-toggle:focus {
  outline: none !important;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
}

.footer_nine_bottom .flag_selector .text {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
}

.footer_nine_bottom .flag_selector .text .flag-icon {
  margin-left: 0px;
  margin-right: 20px;
  float: none;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

.footer_nine_bottom .flag_selector .flag-icon {
  position: relative;
  display: inline-block;
  width: 39px;
  line-height: 1em;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: 50%;
  height: 22px;
  margin-left: 27px;
  float: right;
}

.footer_nine_bottom .flag_selector .flag-icon:before {
  content: '';
  width: 1px;
  height: 100%;
  position: relative;
  display: inline-block;
  background: #18295c;
  left: -15px;
}

.footer_nine_bottom .flag_selector .flag-icon.flag-icon-us {
  background-image: url(../img/home9/flag.png);
}

.footer_nine_bottom .flag_selector .flag-icon.flag-icon-mx {
  background-image: url(../img/home9/flag.png);
}

.footer_nine_bottom .flag_selector .dropdown-menu {
  padding: 0px;
  border-radius: 0px;
  border: 0px;
}

.footer_nine_bottom .flag_selector .dropdown-menu .flag-icon:before {
  display: none;
}

.footer_nine_bottom .flag_selector .dropdown-menu li .dropdown-item {
  -webkit-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}

.footer_nine_bottom .flag_selector .dropdown-menu li .dropdown-item:hover {
  background: #21d4fd;
  color: #fff;
}

/*===========footer_dark_ten css ===========*/
.footer_dark_ten .f_widget .widget-wrap p a:hover {
  color: #23b1fe;
}

.footer_dark_ten .f_widget.about-widget .f_list li a:before {
  background: #23b1fe;
}

.footer_dark_ten .f_widget.about-widget .f_list li a:hover {
  color: #23b1fe;
}

.footer_dark_ten .dark_f_bottom .f_menu li a:hover,
.footer_dark_ten .dark_f_bottom a {
  color: #23b1fe;
}

.payment_footer_area {
  background: #07112d;
  border: 0px;
  padding: 220px 0px 100px;
}

.payment_footer_area .f_widget.company_widget p {
  color: #7f88a6;
}

.payment_footer_area .f_widget.company_widget a {
  color: #5f51fb;
}

.payment_footer_area .f_widget.about-widget .f_list li a {
  color: #959eb8;
}

.payment_footer_area .social-widget .f_social_icon a {
  background: #182240;
}

.payment_footer_area .social-widget .f_social_icon a:hover {
  background: #5f51fb;
}

.payment_footer_area_two {
  padding: 100px 0px;
}

/*============ new_footer_area css ===========*/
.new_footer_area {
  background: #fbfbfd;
}

.new_footer_area .footer_bottom {
  padding-top: 5px;
  padding-bottom: 50px;
}

.new_footer_area .footer_bottom p {
  font-size: 16px;
  color: #000;
  line-height: 28px;
  margin-bottom: 0;
}

.new_footer_area .footer_bottom p i {
  color: #fd2f51;
}

.new_footer_top {
  padding: 120px 0px 270px;
  position: relative;
}

.new_footer_top .f-title {
  margin-bottom: 30px;
  color: #263b5e;
}

.new_footer_top .company_widget p {
  font-size: 16px;
  font-weight: 300;
  line-height: 28px;
  color: #6a7695;
  margin-bottom: 20px;
}

.new_footer_top .company_widget .f_subscribe_two .form-control {
  border: 1px solid #e2e2eb;
  border-radius: 4px;
  height: 55px;
  background: #fff;
  font-size: 15px;
  font-weight: 300;
  line-height: 55px;
  padding-left: 30px;
}

.new_footer_top .company_widget .f_subscribe_two .btn_get {
  border-width: 1px;
  margin-top: 20px;
}

.new_footer_top .f_widget.about-widget .f_list li {
  margin-bottom: 0;
}

.new_footer_top .f_widget.about-widget .f_list li a {
  margin-bottom: 11px;
  color: #000;
}

.new_footer_top .f_widget.about-widget .f_list li a:before {
  display: none;
}

.new_footer_top .f_widget.about-widget .f_list li a:hover {
  color: #5e2ced;
}

.new_footer_top .f_social_icon a {
  width: 44px;
  height: 44px;
  line-height: 43px;
  background: transparent;
  border: 1px solid #e2e2eb;
  font-size: 12px;
}

.new_footer_top .f_social_icon a:hover {
  background: #5e2ced;
  border-color: #5e2ced;
}

.new_footer_top .f_social_icon a + a {
  margin-left: 4px;
}

.new_footer_top .footer_bg {
  position: absolute;
  bottom: 0;
  background: url('../img/seo/footer_bg.png') no-repeat scroll center 0;
  width: 100%;
  height: 266px;
}

.new_footer_top .footer_bg .footer_bg_one {
  background: url('../img/seo/car.png') no-repeat center center;
  width: 70px;
  height: 50px;
  position: absolute;
  bottom: 0;
  left: 30%;
  -webkit-animation: myfirst 22s linear infinite;
  animation: myfirst 22s linear infinite;
}

.new_footer_top .footer_bg .footer_bg_two {
  background: url('../img/seo/bike.png') no-repeat center center;
  width: 50px;
  height: 52px;
  bottom: 0;
  left: 38%;
  position: absolute;
  -webkit-animation: myfirst 30s linear infinite;
  animation: myfirst 30s linear infinite;
}

@-moz-keyframes myfirst {
  0% {
    left: -25%;
  }
  100% {
    left: 100%;
  }
}

@-webkit-keyframes myfirst {
  0% {
    left: -25%;
  }
  100% {
    left: 100%;
  }
}

@keyframes myfirst {
  0% {
    left: -25%;
  }
  100% {
    left: 100%;
  }
}

/*====================================================*/

/*==================== spinner =======================*/
.spinner-border {
  display: inline-block;
  width: 4rem;
  height: 4rem;
  vertical-align: text-bottom;
  border: 0.25em solid white;
  border-right-color: transparent;
  border-radius: 50%;
  -webkit-animation: spinner-border 0.75s linear infinite;
  animation: spinner-border 0.75s linear infinite;
}

@keyframes spinner-border {
  to {
    transform: rotate(360deg);
  }
}
/*====================================================*/

/*# sourceMappingURL=style.css.map */