/*
	Template Name: Tool Crafting
	Author: WhiteWallSol
	Email: solution@whitewallsol.com
	Website: whitewallsol.com
	Description: Tool Crafting - SEO all tools
	Version: 1.0
*/
/*------------------------------------------------------------------
-------------------------------------------------------------------*/
/* @import url('https://assets/fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap'); */

/*---------------- css loader ----------------*/

/* @font-face {
  font-family: 'Poppins';
  src: url('/assets/fonts/Poppins-Light.woff') format('woff');
  font-weight: 300;
  font-style: normal;
} */

@font-face {
  font-family: 'Poppins';
  src: url('/assets/fonts/Poppins-Regular.woff') format('woff');
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: 'Poppins';
  src: url('/assets/fonts/Poppins-Medium.woff') format('woff');
  font-weight: 500; 
  font-style: normal;
}

@font-face {
  font-family: 'Poppins';
  src: url('/assets/fonts/Poppins-SemiBold.woff') format('woff');
  font-weight: 600; 
  font-style: normal;
}

/* @font-face {
  font-family: 'Poppins';
  src: url('/assets/fonts/Poppins-Bold.woff') format('woff');
  font-weight: 700; 
  font-style: normal;
}

@font-face {
  font-family: 'Poppins';
  src: url('/assets/fonts/Poppins-ExtraBold.woff') format('woff');
  font-weight: 800;
  font-style: normal;
} */


@keyframes rotate {
  100% {
    transform: rotate(360deg);
  }
}
@keyframes dash {
  0% {
    stroke-dasharray: 1, 150;
    stroke-dashoffset: 0;
  }
  50% {
    stroke-dasharray: 90, 150;
    stroke-dashoffset: -35;
  }
  100% {
    stroke-dasharray: 90, 150;
    stroke-dashoffset: -124;
  }
}
@keyframes infinite-blink {
  0% {
    opacity: 1;
    top: 0;
  }
  30% {
    opacity: 1;
    top: 30%;
  }
  70% {
    opacity: 0;
    top: 30%;
  }
  100% {
    opacity: 0;
    top: 0;
  }
}
/*============== play-button-pulse ==============*/
@-webkit-keyframes play-button-pulse {
  0% {
    -webkit-transform: scale(0.5);
    -moz-transform: scale(0.5);
    -ms-transform: scale(0.5);
    -o-transform: scale(0.5);
    transform: scale(0.5);
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -ms-transform: scale(1.2);
    -o-transform: scale(1.2);
    transform: scale(1.2);
    opacity: 0;
  }
}
@-moz-keyframes play-button-pulse {
  0% {
    -webkit-transform: scale(0.5);
    -moz-transform: scale(0.5);
    -ms-transform: scale(0.5);
    -o-transform: scale(0.5);
    transform: scale(0.5);
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -ms-transform: scale(1.2);
    -o-transform: scale(1.2);
    transform: scale(1.2);
    opacity: 0;
  }
}
@-ms-keyframes play-button-pulse {
  0% {
    -webkit-transform: scale(0.5);
    -moz-transform: scale(0.5);
    -ms-transform: scale(0.5);
    -o-transform: scale(0.5);
    transform: scale(0.5);
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -ms-transform: scale(1.2);
    -o-transform: scale(1.2);
    transform: scale(1.2);
    opacity: 0;
  }
}
@-o-keyframes play-button-pulse {
  0% {
    -webkit-transform: scale(0.5);
    -moz-transform: scale(0.5);
    -ms-transform: scale(0.5);
    -o-transform: scale(0.5);
    transform: scale(0.5);
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -ms-transform: scale(1.2);
    -o-transform: scale(1.2);
    transform: scale(1.2);
    opacity: 0;
  }
}
@keyframes play-button-pulse {
  0% {
    -webkit-transform: scale(0.5);
    -moz-transform: scale(0.5);
    -ms-transform: scale(0.5);
    -o-transform: scale(0.5);
    transform: scale(0.5);
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -ms-transform: scale(1.2);
    -o-transform: scale(1.2);
    transform: scale(1.2);
    opacity: 0;
  }
}
/*== heartBeat ==*/
@keyframes heartBeat {
  0% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
  }
  25% {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
  }
  40% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
  }
  60% {
    -webkit-transform: scale(1.04);
    -moz-transform: scale(1.04);
    -ms-transform: scale(1.04);
    -o-transform: scale(1.04);
    transform: scale(1.04);
  }
  100% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
  }
}
@keyframes cluster-animation {
  0%, 100% {
    -webkit-box-shadow: 0 0 0 4px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0 0 0 4px rgba(0, 0, 0, 0.1);
    box-shadow: 0 0 0 4px rgba(0, 0, 0, 0.1);
  }
  50% {
    -webkit-box-shadow: 0 0 0 7px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0 0 0 7px rgba(0, 0, 0, 0.1);
    box-shadow: 0 0 0 7px rgba(0, 0, 0, 0.1);
  }
}
/*====== starsAnimation ========*/
@keyframes starsAnimation {
  from {
    transform: translateY(-2000px);
  }
  to {
    transform: translateY(0px);
  }
}
/*====== background-move ========*/
@keyframes background-move {
  0% {
    background-position: 0 0, 0 0;
  }
  100% {
    background-position: 100vw 0, 0 0;
    background-position: max(100vw, 40em) 0, 0 0;
  }
}
* {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
}

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

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

input:focus {
  outline: none;
}

h1, h2, h3, h4, h5, h6, p {
  margin: 0;
}

body {
  font-size: 16px;
  line-height: 28px;
  font-family: "Poppins", sans-serif;
  color: #2a2a2a;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/*---------------- fonts ----------------*/
.font-size-100 {
  font-size: 100px !important;
}

.font-size-90 {
  font-size: 90px !important;
}

.font-size-80 {
  font-size: 80px !important;
}

.font-size-70 {
  font-size: 70px !important;
}

.font-size-65 {
  font-size: 65px !important;
}

.font-size-60 {
  font-size: 60px !important;
}

.font-size-55 {
  font-size: 55px !important;
}

.font-size-50 {
  font-size: 50px !important;
}

.font-size-45 {
  font-size: 45px !important;
}

.font-size-40 {
  font-size: 40px !important;
}

.font-size-35 {
  font-size: 35px !important;
}

.font-size-30 {
  font-size: 30px !important;
}

.font-size-28 {
  font-size: 28px !important;
}

.font-size-27 {
  font-size: 27px !important;
}

.font-size-26 {
  font-size: 26px !important;
}

.font-size-25 {
  font-size: 25px !important;
}

.font-size-24 {
  font-size: 24px !important;
}

.font-size-23 {
  font-size: 23px !important;
}

.font-size-22 {
  font-size: 22px !important;
}

.font-size-21 {
  font-size: 21px !important;
}

.font-size-20 {
  font-size: 20px !important;
}

.font-size-19 {
  font-size: 19px !important;
}

.font-size-18 {
  font-size: 18px !important;
}

.font-size-17 {
  font-size: 17px !important;
}

.font-size-16 {
  font-size: 16px !important;
}

.font-size-15 {
  font-size: 15px !important;
}

.font-size-14 {
  font-size: 14px !important;
}

.font-size-13 {
  font-size: 13px !important;
}

.font-size-12 {
  font-size: 12px !important;
}

.font-size-11 {
  font-size: 11px !important;
}

/*---------------- font-weight ----------------*/
.font-weight-thin {
  font-weight: 200 !important;
}

.font-weight-light {
  font-weight: 300 !important;
}

.font-weight-regular {
  font-weight: 400 !important;
}

.font-weight-medium {
  font-weight: 500 !important;
}

.font-weight-semi-bold {
  font-weight: 600 !important;
}

.font-weight-bold {
  font-weight: 700 !important;
}

.font-weight-black {
  font-weight: 900 !important;
}

/*---------------- line-height ----------------*/
.line-height-100 {
  line-height: 100px !important;
}

.line-height-90 {
  line-height: 90px !important;
}

.line-height-85 {
  line-height: 85px !important;
}

.line-height-80 {
  line-height: 80px !important;
}

.line-height-75 {
  line-height: 75px !important;
}

.line-height-70 {
  line-height: 70px !important;
}

.line-height-65 {
  line-height: 65px !important;
}

.line-height-60 {
  line-height: 60px !important;
}

.line-height-55 {
  line-height: 55px !important;
}

.line-height-50 {
  line-height: 50px !important;
}

.line-height-45 {
  line-height: 45px !important;
}

.line-height-40 {
  line-height: 40px !important;
}

.line-height-35 {
  line-height: 35px !important;
}

.line-height-30 {
  line-height: 30px !important;
}

.line-height-28 {
  line-height: 28px !important;
}

.line-height-26 {
  line-height: 26px !important;
}

.line-height-25 {
  line-height: 25px !important;
}

.line-height-24 {
  line-height: 24px !important;
}

.line-height-22 {
  line-height: 22px !important;
}

.line-height-20 {
  line-height: 20px !important;
}

.line-height-18 {
  line-height: 18px !important;
}

.radius-round-full {
  -webkit-border-radius: 50% !important;
  -moz-border-radius: 50% !important;
  border-radius: 50% !important;
}

.radius-round {
  -webkit-border-radius: 4px !important;
  -moz-border-radius: 4px !important;
  border-radius: 4px !important;
}

.radius-rounded {
  -webkit-border-radius: 30px !important;
  -moz-border-radius: 30px !important;
  border-radius: 30px !important;
}

.radius-none {
  -webkit-border-radius: 0 !important;
  -moz-border-radius: 0 !important;
  border-radius: 0 !important;
}

.before-none:before {
  display: none !important;
}

.after-none:after {
  display: none !important;
}

.after-none:after,
.before-none:before {
  display: none !important;
}

.section-bg {
  background-color: #F5F7FC;
}

.section-bg-2 {
  background-color: #0d233e;
}

.gradient-bg {
  background: -moz-linear-gradient(-45deg, #ED76F8 0%, #B443FD 100%);
  background: -webkit-linear-gradient(-45deg, #ED76F8 0%, #B443FD 100%);
  background: linear-gradient(135deg, #ED76F8 0%, #B443FD 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#B443FD", endColorstr="#bdd2ef",GradientType=1 );
}

.gradient-bg-gray {
  background: linear-gradient(70deg, #B443FD 0, #B443FD 100%) !important;
}

.bg-gray {
  background-color: #F5F7FC !important;
}

.bg-fixed {
  background-attachment: fixed;
}

.section-block {
  height: 1px;
  background-color: #F5F7FC;
}

/*==== hover-y =====*/
.hover-y {
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.hover-y:hover {
  -webkit-transform: translateY(-3px);
  -moz-transform: translateY(-3px);
  -ms-transform: translateY(-3px);
  -o-transform: translateY(-3px);
  transform: translateY(-3px);
}

/*==== border color =====*/
.border {
  border-color: rgba(128, 137, 150, 0.1) !important;
}

.border-top {
  border-top-color: rgba(128, 137, 150, 0.1) !important;
}

.border-bottom {
  border-bottom-color: rgba(128, 137, 150, 0.1) !important;
}

/*==== bg =====*/
.bg-img-transparent {
  background-image: none !important;
}

.bg-primary-light {
  background-color: #ED76F8 !important;
}

.bg-primary-dark,.bg-primary {
  background-color: #B443FD !important;
}

.text-primary-light {
  background-color: #ED76F8 !important;
}

.text-primary-dark,.text-primary {
  background-color: #B443FD !important;
}

.bg-1 {
  background-color: #8C43FF !important;
}

.bg-2 {
  background-color: #28d5a7 !important;
}

.bg-3 {
  background-color: #f9b851 !important;
}

.bg-4 {
  background-color: #CC08E9 !important;
}

.bg-5 {
  background-color: #2877B5 !important;
}

.bg-6 {
  background-color: #1da1f2 !important;
}

.bg-7 {
  background-color: #f00125 !important;
}

.bg-rgb {
  background-color: rgba(140, 67, 255, 0.1) !important;
}

.bg-rgb-2 {
  background-color: rgba(40, 213, 167, 0.1) !important;
}

.bg-rgb-3 {
  background-color: rgba(249, 184, 81, 0.1) !important;
}

.bg-rgb-4 {
  background-color: rgba(204, 8, 233, 0.1) !important;
}

.bg-rgb-5 {
  background-color: rgba(191, 255, 2, 0.1) !important;
}

.bg-rgb-6 {
  background-color: rgba(48, 124, 243, 0.1) !important;
}

.z-index-1 {
  z-index: 1;
}

.z-index-2 {
  z-index: 2;
}

.z-index-3 {
  z-index: 3;
}

.z-index-4 {
  z-index: 4;
}

/*---------------- text-color ----------------*/
.text-black {
  color: #0d233e !important;
}

.text-gray {
  color: #5d646d !important;
}

.text-color {
  color: #B443FD !important;
}

.text-color-2 {
  color: #8C43FF !important;
}

.text-color-3 {
  color: #28d5a7 !important;
}

.text-color-4 {
  color: #f9b851 !important;
}

.text-color-5 {
  color: #CC08E9 !important;
}

.text-color-6 {
  color: #FF8C2A !important;
}

.text-color-7 {
  color: #307CF3 !important;
}

.text-color-8 {
  color: #e1306c !important;
}

.text-color-9 {
  color: #2877B5 !important;
}

.text-color-10 {
  color: #f00125 !important;
}

.text-color-11 {
  color: #fb6340 !important;
}

/*=== p-relative p-absolute ====*/
.p-relative {
  position: relative;
}

.p-absolute {
  position: absolute;
}

/*---------------- container ----------------*/
.container {
  max-width: 1200px;
}

@media (min-width: 576px) {
  .container {
    max-width: 540px;
  }
}
@media (min-width: 768px) {
  .container {
    max-width: 720px;
  }
}
@media (min-width: 992px) {
  .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .container {
    max-width: 1200px;
  }
}
/*---------------- responsive-column will be visible on responsive ----------------*/
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .responsive-column {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
}
@media only screen and (min-width: 480px) and (max-width: 767px) {
  .responsive-column {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
}
@media only screen and (min-width: 320px) and (max-width: 479px) {
  .responsive-column {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
}

@media (max-width: 1366px) {
  .responsive-column-l {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
}
@media only screen and (min-width: 480px) and (max-width: 767px) {
  .responsive-column-l {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
}
@media only screen and (min-width: 320px) and (max-width: 479px) {
  .responsive-column-l {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
}

@media (max-width: 1199px) {
  .responsive--column-l {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
}

@media (max-width: 1024px) {
  .responsive-column-m {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
}
@media only screen and (min-width: 480px) and (max-width: 767px) {
  .responsive-column-m {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
}
@media only screen and (min-width: 320px) and (max-width: 479px) {
  .responsive-column-m {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
}

@media (max-width: 1024px) {
  .responsive-column--m {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
}

/*=== theme-btn ====*/
.theme-btn {
  font-size: 15px;
  color: #fff;
  line-height: 45px;
  padding-left: 20px;
  padding-right: 20px;
  background-color: #B443FD;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  position: relative;
  display: inline-block;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  border: 1px solid #B443FD;
  font-weight: 500;
}
.theme-btn:hover {
  background-color: #fff;
  color: #B443FD;
}

/*=== theme-btn-small ====*/
.theme-btn-small {
  line-height: 35px;
  padding-left: 15px;
  padding-right: 15px;
}

/*=== theme-btn-gray ====*/
.theme-btn-gray {
  background-color: rgba(128, 137, 150, 0.1);
  color: #0d233e;
  border-color: rgba(128, 137, 150, 0.1);
}
.theme-btn-gray:hover {
  background-color: rgba(128, 137, 150, 0.2);
  color: #0d233e;
}

.recommended-tag.active {
  background-color: #B443FD;
  color: #fff;
  border-color: #B443FD;
}

.undo-btn {
  display: none;
  color: #B443FD;
  cursor: pointer;
  padding: 2px;
}
.undo-btn.active {
  display: inline-block;
}

/*=== theme-btn-transparent ====*/
.theme-btn-transparent {
  background-color: #fff;
  color: #B443FD;
}
.theme-btn-transparent:hover {
  background-color: #B443FD;
  color: #fff;
}

/*=== theme-btn-rgb ====*/
.theme-btn-rgb {
  border: none;
  background-color: rgba(40, 125, 250, 0.1);
  color: #B443FD;
}
.theme-btn-rgb:hover {
  background-color: rgba(40, 125, 250, 0.1);
}

/*=== theme-btn-danger-rgb ====*/
.theme-btn-danger-rgb {
  background-color: rgba(220, 54, 67, 0.1);
  color: #dc3545;
}
.theme-btn-danger-rgb:hover {
  background-color: rgba(220, 54, 67, 0.1);
  color: #dc3545;
}

/*=== theme-btn-hover-gray ====*/
.theme-btn-hover-gray {
  color: #0d233e;
  font-weight: 500;
}
.theme-btn-hover-gray:focus {
  -webkit-box-shadow: 0 0 0 0;
  -moz-box-shadow: 0 0 0 0;
  box-shadow: 0 0 0 0;
}
.theme-btn-hover-gray:hover {
  background-color: rgba(128, 137, 150, 0.1);
  color: #0d233e;
}

/*==== btn-text ======*/
.download-btn {
  padding: 7px 20px;
}

/*=== multi-flight-remove ====*/
.multi-flight-remove {
  color: #0d233e;
  font-size: 20px;
  width: 40px;
  height: 40px;
  line-height: 40px;
  background-color: #fff;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  -webkit-box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.1);
  border: none;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.multi-flight-remove:focus {
  outline: none;
}
.multi-flight-remove:hover {
  background-color: #B443FD;
  color: #fff;
}

/*==== btn-text ======*/
.btn-text {
  color: #0d233e;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  font-size: 15px;
}
.btn-text i {
  padding-left: 1px;
  font-size: 13px;
}
.btn-text:hover {
  color: #B443FD;
}



/*===== padding-top ========*/
.padding-top-200px {
  padding-top: 200px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/*===== padding-bottom ========*/
.padding-bottom-200px {
  padding-bottom: 200px;
}

.padding-bottom-190px {
  padding-bottom: 190px;
}

.padding-bottom-180px {
  padding-bottom: 180px;
}

.padding-bottom-170px {
  padding-bottom: 170px;
}

.padding-bottom-160px {
  padding-bottom: 160px;
}

.padding-bottom-150px {
  padding-bottom: 150px;
}

.padding-bottom-140px {
  padding-bottom: 140px;
}

.padding-bottom-130px {
  padding-bottom: 130px;
}

.padding-bottom-120px {
  padding-bottom: 120px;
}

.padding-bottom-110px {
  padding-bottom: 110px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/*===== padding-right ========*/
.padding-right-150px {
  padding-right: 150px;
}

.padding-right-140px {
  padding-right: 140px;
}

.padding-right-130px {
  padding-right: 130px;
}

.padding-right-120px {
  padding-right: 120px;
}

.padding-right-110px {
  padding-right: 110px;
}

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

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

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

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

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

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

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

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

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

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

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

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

/*===== padding-left ========*/
.padding-left-150px {
  padding-left: 150px;
}

.padding-left-140px {
  padding-left: 140px;
}

.padding-left-130px {
  padding-left: 130px;
}

.padding-left-120px {
  padding-left: 120px;
}

.padding-left-110px {
  padding-left: 110px;
}

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

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

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

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

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

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

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

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

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

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

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

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

/*===== margin ====*/
.margin-top-200px {
  margin-top: 200px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/*========= preloader ==========*/
.preloader {
  position: fixed;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 9999;
  background-color: #fff;
}

.loader {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.loader .spinner {
  animation: rotate 2s linear infinite;
  z-index: 2;
  width: 50px;
  height: 50px;
}
.loader .spinner .path {
  stroke: #B443FD;
  stroke-linecap: round;
  animation: dash 1.5s ease-in-out infinite;
}

.before-price {
  text-decoration: line-through;
  color: #5d646d !important;
}

/*======== back-to-top =========*/
#back-to-top {
  position: fixed;
  right: -150px;
  bottom: 40px;
  z-index: 9999;
  width: 40px;
  height: 40px;
  text-align: center;
  line-height: 40px;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  border-radius: 50px;
  background-color: #fff;
  -webkit-box-shadow: 0 10px 15px rgba(82, 85, 90, 0.2);
  -moz-box-shadow: 0 10px 15px rgba(82, 85, 90, 0.2);
  box-shadow: 0 10px 15px rgba(82, 85, 90, 0.2);
  color: #0d233e;
  font-size: 18px;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  cursor: pointer;
  opacity: 0;
  visibility: hidden;
}
#back-to-top:hover {
  background-color: #4007a5;
  color: #fff;
  border-color: rgb(214, 73, 188);
}
#back-to-top.active {
  right: 30px;
  opacity: 1;
  visibility: visible;
}

/*====================================================
    date range picker
 ====================================================*/
.daterangepicker {
  font-family: "Roboto", sans-serif;
  border-color: rgba(128, 137, 150, 0.3);
}
.daterangepicker .calendar-table th,
.daterangepicker .calendar-table td {
  color: #0d233e;
}
.daterangepicker td.off {
  color: #5d646d;
}
.daterangepicker td.active {
  background-color: #B443FD;
  color: #fff;
}

/*==== ratings =======*/
.ratings i {
  color: #f9b851;
}

/*==== rate-option-item =======*/
.rate-option-item label {
  margin-bottom: 0;
}

.rate-stars-option {
  text-align: left;
  position: relative;
  display: table;
  margin-bottom: 15px;
}
.rate-stars-option input {
  border: 0;
  width: 0;
  height: 0;
  overflow: hidden;
  position: absolute;
  opacity: 0;
}
.rate-stars-option input:checked ~ label:before {
  color: #f9b851;
}
.rate-stars-option label {
  position: relative;
  float: right;
  cursor: pointer;
  margin-bottom: 0;
  color: rgba(128, 137, 150, 0.6);
  font-size: 18px;
}
.rate-stars-option label::before {
  margin-right: 9px;
  content: "\f005";
  font-family: "Line Awesome Free";
  font-weight: 900;
  display: inline-block;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}
.rate-stars-option label:hover ~ label:before {
  color: #f9b851;
}
.rate-stars-option label:hover:before {
  color: #f9b851;
}

/*====================================================
    radio-option
 ====================================================*/
.radio-trigger {
  position: relative;
  padding-left: 25px;
  margin-bottom: 15px;
  cursor: pointer;
  font-size: 16px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  color: #0d233e;
}
.radio-trigger input[type=radio] {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}
.radio-trigger input[type=radio]:checked ~ .checkmark {
  border-color: #B443FD;
}
.radio-trigger input[type=radio]:checked ~ .checkmark:before {
  border-color: #B443FD;
}
.radio-trigger input[type=radio]:checked ~ .checkmark:after {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
  opacity: 1;
  visibility: visible;
}
.radio-trigger .checkmark {
  position: absolute;
  top: 4px;
  left: 0;
  width: 19px;
  height: 19px;
  border: 2px solid #ddd;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.radio-trigger .checkmark:after {
  position: absolute;
  left: 3px;
  top: 3px;
  content: "";
  width: 9px;
  height: 9px;
  background-color: #B443FD;
  opacity: 0;
  visibility: hidden;
  -webkit-transform: scale(0.1);
  -moz-transform: scale(0.1);
  -ms-transform: scale(0.1);
  -o-transform: scale(0.1);
  transform: scale(0.1);
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

.ck-editor__main ul {
  list-style: disc;
}

.ck.ck-toolbar {
  border-color: rgba(128, 137, 150, 0.2) !important;
}

.ck.ck-editor__editable_inline {
  padding-right: 25px !important;
  padding-left: 25px !important;
  border-color: rgba(128, 137, 150, 0.2) !important;
}
.ck.ck-editor__editable_inline:focus {
  -webkit-box-shadow: none !important;
  -moz-box-shadow: none !important;
  box-shadow: none !important;
  outline: none !important;
}

.arrow-separator {
  width: 0;
  height: 0;
  border-left: 29px solid transparent;
  border-right: 29px solid transparent;
  border-bottom: 25px solid #fff;
  z-index: 2;
}

/*==== row =======*/
.row > * {
  position: relative;
}

/*====================================================
    header
 ====================================================*/
.header-top-bar {
  background-color: #fff;
  padding-top: 5px;
  padding-bottom: 5px;
  border-bottom: 1px solid rgba(128, 137, 150, 0.1);
}
@media (max-width: 1366px) {
  .header-top-bar {
    padding-right: 0;
    padding-left: 0;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .header-top-bar {
    padding-top: 10px;
    padding-bottom: 18px;
    display: none;
    height: auto !important;
    border-bottom: 1px solid rgba(128, 137, 150, 0.1) !important;
    opacity: 1 !important;
    visibility: visible !important;
  }
}
@media only screen and (min-width: 480px) and (max-width: 767px) {
  .header-top-bar {
    padding-top: 10px;
    padding-bottom: 18px;
    display: none;
    height: auto !important;
    border-bottom: 1px solid rgba(128, 137, 150, 0.1) !important;
    opacity: 1 !important;
    visibility: visible !important;
  }
}
@media only screen and (min-width: 320px) and (max-width: 479px) {
  .header-top-bar {
    padding-top: 10px;
    padding-bottom: 18px;
    display: none;
    height: auto !important;
    border-bottom: 1px solid rgba(128, 137, 150, 0.1) !important;
    opacity: 1 !important;
    visibility: visible !important;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .header-top-content {
    text-align: center;
  }
}
@media only screen and (min-width: 480px) and (max-width: 767px) {
  .header-top-content {
    text-align: center;
  }
}
@media only screen and (min-width: 320px) and (max-width: 479px) {
  .header-top-content {
    text-align: center;
  }
}
@media (max-width: 768px) {
  .padding-left-50px,
  .padding-right-80px {
    padding-left: 0px !important;
    padding-right: 0px !important;
  }
}
.header-top-content .list-items li {
  padding-right: 13px;
  margin-bottom: 5px;
  display: inline-block;
  color: #0d233e;
  text-transform: inherit;
  font-size: 14px;
}
.header-top-content .list-items li:last-child {
  padding-right: 0;
}
.header-top-content .list-items li .la {
  margin-right: 3px;
}
.header-top-content .list-items li a {
  color: #0d233e;
}
.header-top-content .list-items li a:before {
  display: none;
}
.header-top-content .social-profile a {
  background-color: rgba(255, 255, 255, 0.1);
  width: 33px;
  height: 33px;
  line-height: 33px;
}
.header-top-content .social-profile a:hover {
  background-color: #fff;
  color: #B443FD;
}

/*========== header-right ========*/
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .header-right {
    padding-top: 5px;
  }
}
@media only screen and (min-width: 480px) and (max-width: 767px) {
  .header-right {
    padding-top: 5px;
  }
}
@media only screen and (min-width: 320px) and (max-width: 479px) {
  .header-right {
    padding-top: 5px;
  }
}
@media (max-width: 375px) {
  .header-right {
    display: block !important;
    padding-top: 0;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .header-right.justify-content-end {
    -ms-flex-pack: center !important;
    justify-content: center !important;
  }
}
@media only screen and (min-width: 480px) and (max-width: 767px) {
  .header-right.justify-content-end {
    -ms-flex-pack: center !important;
    justify-content: center !important;
  }
}
@media only screen and (min-width: 320px) and (max-width: 479px) {
  .header-right.justify-content-end {
    -ms-flex-pack: center !important;
    justify-content: center !important;
  }
}
@media (max-width: 600px) {
  .header-right .list-items {
    margin-right: 0 !important;
  }
}
@media (max-width: 600px) {
  .header-right .header-right-action .select-contain {
    margin-right: 0;
    margin-bottom: 10px;
  }
}

/*========== header-right-action ========*/
.header-right-action .select-contain {
  margin-right: 12px;
}
@media (max-width: 375px) {
  .header-right-action .select-contain {
    margin-right: 0;
    margin-bottom: 10px;
  }
}
.header-right-action .select-contain .bs-searchbox {
  display: none;
}
.header-right-action .select-contain .dropdown-toggle {
  background-color: transparent !important;
  border: none !important;
  padding: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  font-size: 14px;
}
.header-right-action .select-contain .dropdown-menu {
  padding-top: 0;
  margin-top: 10px;
}
.header-right-action .select-contain .dropdown-item {
  font-size: 14px;
  padding: 0 10px;
  min-width: 80px;
}
.header-right-action .theme-btn {
  font-size: 14px;
}
.header-right-action .select2-container--default .selection .select2-selection--single {
  padding: 0;
}
.header-right-action .select2-container .select2-selection--single .select2-selection__rendered {
  padding-right: 8px;
}

/*===== header-menu-wrapper ========*/
.header-menu-wrapper {
  background-color: #fff;
  z-index: 1024;
}
@media (max-width: 1366px) {
  .header-menu-wrapper {
    padding-right: 10px;
    padding-left: 10px;
  }
}
.header-menu-wrapper.header-fixed {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 99;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
  -webkit-box-shadow: 0 0 40px rgba(82, 85, 90, 0.1);
  -moz-box-shadow: 0 0 40px rgba(82, 85, 90, 0.1);
  box-shadow: 0 0 40px rgba(82, 85, 90, 0.1);
}
@media (max-width: 1199px) {
  .header-menu-wrapper.header-fixed {
    padding-top: 30px;
    padding-bottom: 30px;
  }
}

/*===== menu-wrapper ========*/
.menu-wrapper {
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .menu-wrapper {
    padding-top: 15px;
    padding-bottom: 15px;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}
@media only screen and (min-width: 480px) and (max-width: 767px) {
  .menu-wrapper {
    padding-top: 15px;
    padding-bottom: 15px;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}
@media only screen and (min-width: 320px) and (max-width: 479px) {
  .menu-wrapper {
    padding-top: 15px;
    padding-bottom: 15px;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}

.down-button {
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 30px;
  text-align: center;
  height: 22px;
  line-height: 20px;
  background-color: rgba(128, 137, 150, 0.1);
  color: #5d646d;
  display: none;
  -webkit-border-radius: 0 0 4px 4px;
  -moz-border-radius: 0 0 4px 4px;
  border-radius: 0 0 4px 4px;
  z-index: 3;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.down-button .la {
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.down-button.active .la {
  -webkit-transform: rotate(-180deg);
  -moz-transform: rotate(-180deg);
  -ms-transform: rotate(-180deg);
  -o-transform: rotate(-180deg);
  transform: rotate(-180deg);
}
.down-button:hover {
  color: #fff;
  background-color: #B443FD;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .down-button {
    display: block;
  }
}
@media only screen and (min-width: 480px) and (max-width: 767px) {
  .down-button {
    display: block;
  }
}
@media only screen and (min-width: 320px) and (max-width: 479px) {
  .down-button {
    display: block;
  }
}

.logo {
  z-index: 2;
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .logo {
    width: 100%;
    display: -webkit-flex;
    display: -ms-flex;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
}
@media only screen and (min-width: 480px) and (max-width: 767px) {
  .logo {
    width: 100%;
    display: -webkit-flex;
    display: -ms-flex;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
}
@media only screen and (min-width: 320px) and (max-width: 479px) {
  .logo {
    width: 100%;
    display: -webkit-flex;
    display: -ms-flex;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
}
.logo a {
  display: inline-block;
}

.logo-2 {
  display: none;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .logo-2 {
    display: flex;
  }
}
@media only screen and (min-width: 480px) and (max-width: 767px) {
  .logo-2 {
    display: flex;
  }
}
@media only screen and (min-width: 320px) and (max-width: 479px) {
  .logo-2 {
    display: flex;
  }
}

.user-menu-open,
.side-menu-close,
.menu-toggler {
  width: 40px;
  height: 40px;
  line-height: 40px;
  cursor: pointer;
  text-align: center;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  display: none;
  margin-left: auto;
  background-color: rgba(128, 137, 150, 0.1);
  color: #0d233e;
  font-size: 26px;
  position: relative;
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .user-menu-open,
  .side-menu-close,
  .menu-toggler {
    display: block;
  }
}
@media only screen and (min-width: 480px) and (max-width: 767px) {
  .user-menu-open,
  .side-menu-close,
  .menu-toggler {
    display: block;
  }
}
@media only screen and (min-width: 320px) and (max-width: 479px) {
  .user-menu-open,
  .side-menu-close,
  .menu-toggler {
    display: block;
  }
}
.user-menu-open .la-bars,
.side-menu-close .la-bars,
.menu-toggler .la-bars {
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -ms-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
}
.user-menu-open .la-times,
.side-menu-close .la-times,
.menu-toggler .la-times {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -ms-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
}
.user-menu-open.active .la-bars,
.side-menu-close.active .la-bars,
.menu-toggler.active .la-bars {
  opacity: 0;
  visibility: hidden;
}
.user-menu-open.active .la-times,
.side-menu-close.active .la-times,
.menu-toggler.active .la-times {
  opacity: 1;
  visibility: visible;
}

.dashboard-nav .menu-toggler,
.user-menu-open {
  width: 35px;
  height: 35px;
  line-height: 35px;
  font-size: 22px;
  color: #fff;
  background-color: rgba(255, 255, 255, 0.1);
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .dashboard-nav .menu-toggler,
  .user-menu-open {
    margin-left: 5px;
  }
}
@media only screen and (min-width: 480px) and (max-width: 767px) {
  .dashboard-nav .menu-toggler,
  .user-menu-open {
    margin-left: 5px;
  }
}
@media only screen and (min-width: 320px) and (max-width: 479px) {
  .dashboard-nav .menu-toggler,
  .user-menu-open {
    margin-left: 5px;
  }
}
.dashboard-nav .menu-toggler:hover,
.user-menu-open:hover {
  background-color: #fff;
  color: #B443FD;
}

.side-menu-close {
  display: block;
  width: 35px;
  height: 35px;
  line-height: 35px;
  font-size: 22px;
  margin-left: 10px;
  margin-top: 10px;
}
.side-menu-close .la-times {
  opacity: 1;
  visibility: visible;
}

/*======== main-menu-content =========*/
.main-menu-content {
  padding-top: 22px;
  margin-left: auto;
  padding-right: 28px;
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .main-menu-content {
    display: none;
    margin-left: 0 !important;
    padding: 15px 0 0 0;
    width: 100%;
  }
}
@media only screen and (min-width: 480px) and (max-width: 767px) {
  .main-menu-content {
    display: none;
    margin-left: 0 !important;
    padding: 15px 0 0 0;
    width: 100%;
  }
}
@media only screen and (min-width: 320px) and (max-width: 479px) {
  .main-menu-content {
    display: none;
    margin-left: 0 !important;
    padding: 15px 0 0 0;
    width: 100%;
  }
}
.main-menu-content ul li {
  display: inline-block;
  text-transform: capitalize;
  padding-right: 23px;
  position: relative;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .main-menu-content ul li {
    display: block;
    padding-bottom: 15px;
    padding-right: 0;
  }
}
@media only screen and (min-width: 480px) and (max-width: 767px) {
  .main-menu-content ul li {
    display: block;
    padding-bottom: 15px;
    padding-right: 0;
  }
}
@media only screen and (min-width: 320px) and (max-width: 479px) {
  .main-menu-content ul li {
    display: block;
    padding-bottom: 15px;
    padding-right: 0;
  }
}
.main-menu-content ul li .drop-menu-toggler {
  position: absolute;
  right: 0;
  top: 0;
  width: 35px;
  height: 35px;
  text-align: center;
  line-height: 35px;
  color: #0d233e;
  cursor: pointer;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  display: none;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  border: none;
  outline: none;
  z-index: 2;
  background-color: transparent;
}
.main-menu-content ul li .drop-menu-toggler .la-angle-down {
  font-size: 16px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .main-menu-content ul li .drop-menu-toggler .la-angle-down {
    display: block;
  }
}
@media only screen and (min-width: 480px) and (max-width: 767px) {
  .main-menu-content ul li .drop-menu-toggler .la-angle-down {
    display: block;
  }
}
@media only screen and (min-width: 320px) and (max-width: 479px) {
  .main-menu-content ul li .drop-menu-toggler .la-angle-down {
    display: block;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .main-menu-content ul li .drop-menu-toggler {
    display: block;
  }
}
@media only screen and (min-width: 480px) and (max-width: 767px) {
  .main-menu-content ul li .drop-menu-toggler {
    display: block;
  }
}
@media only screen and (min-width: 320px) and (max-width: 479px) {
  .main-menu-content ul li .drop-menu-toggler {
    display: block;
  }
}
.main-menu-content ul li .drop-menu-toggler:hover {
  background-color: rgba(128, 137, 150, 0.1);
}
.main-menu-content ul li a {
  color: #0d233e;
  display: block;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  position: relative;
  z-index: 1;
  padding-bottom: 22px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .main-menu-content ul li a {
    padding-bottom: 0;
  }
}
@media only screen and (min-width: 480px) and (max-width: 767px) {
  .main-menu-content ul li a {
    padding-bottom: 0;
  }
}
@media only screen and (min-width: 320px) and (max-width: 479px) {
  .main-menu-content ul li a {
    padding-bottom: 0;
  }
}
.main-menu-content ul li a .la-angle-down {
  font-size: 12px;
  color: #5d646d;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .main-menu-content ul li a .la-angle-down {
    display: none;
  }
}
@media only screen and (min-width: 480px) and (max-width: 767px) {
  .main-menu-content ul li a .la-angle-down {
    display: none;
  }
}
@media only screen and (min-width: 320px) and (max-width: 479px) {
  .main-menu-content ul li a .la-angle-down {
    display: none;
  }
}
.main-menu-content ul li a:hover {
  color: #B443FD;
}
.main-menu-content ul li .dropdown-menu-item {
  text-align: left;
  position: absolute;
  top: 50px;
  left: 0;
  width: 250px;
  background-color: #fff;
  padding-top: 10px;
  padding-bottom: 10px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  opacity: 0;
  visibility: hidden;
  z-index: 4;
  -webkit-box-shadow: 0 0 40px rgba(82, 85, 90, 0.2);
  -moz-box-shadow: 0 0 40px rgba(82, 85, 90, 0.2);
  box-shadow: 0 0 40px rgba(82, 85, 90, 0.2);
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  transform-origin: top;
  -webkit-transform: perspective(250px) rotateX(-15deg);
  -moz-transform: perspective(250px) rotateX(-15deg);
  -ms-transform: perspective(250px) rotateX(-15deg);
  -o-transform: perspective(250px) rotateX(-15deg);
  transform: perspective(250px) rotateX(-15deg);
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .main-menu-content ul li .dropdown-menu-item {
    opacity: 1;
    visibility: visible;
    -webkit-transform: perspective(0) rotateX(0);
    -moz-transform: perspective(0) rotateX(0);
    -ms-transform: perspective(0) rotateX(0);
    -o-transform: perspective(0) rotateX(0);
    transform: perspective(0) rotateX(0);
    display: none;
    width: 100%;
    height: 210px;
    overflow-x: auto;
    overflow-y: auto;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    -webkit-box-shadow: 0 0 0 0;
    -moz-box-shadow: 0 0 0 0;
    box-shadow: 0 0 0 0;
    position: relative;
    top: auto;
    left: auto;
    padding-bottom: 0;
    background-color: transparent;
  }
  .main-menu-content ul li .dropdown-menu-item::-webkit-scrollbar {
    width: 8px;
  }
  .main-menu-content ul li .dropdown-menu-item::-webkit-scrollbar-track {
    background-color: rgba(128, 137, 150, 0.1);
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
  }
  .main-menu-content ul li .dropdown-menu-item::-webkit-scrollbar-thumb {
    background-color: rgba(128, 137, 150, 0.2);
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
  }
  .main-menu-content ul li .dropdown-menu-item::-webkit-scrollbar-thumb:hover {
    background-color: rgba(128, 137, 150, 0.4);
  }
}
@media only screen and (min-width: 480px) and (max-width: 767px) {
  .main-menu-content ul li .dropdown-menu-item {
    opacity: 1;
    visibility: visible;
    -webkit-transform: perspective(0) rotateX(0);
    -moz-transform: perspective(0) rotateX(0);
    -ms-transform: perspective(0) rotateX(0);
    -o-transform: perspective(0) rotateX(0);
    transform: perspective(0) rotateX(0);
    display: none;
    width: 100%;
    height: 210px;
    overflow-x: auto;
    overflow-y: auto;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    -webkit-box-shadow: 0 0 0 0;
    -moz-box-shadow: 0 0 0 0;
    box-shadow: 0 0 0 0;
    position: relative;
    top: auto;
    left: auto;
    padding-bottom: 0;
    background-color: transparent;
  }
  .main-menu-content ul li .dropdown-menu-item::-webkit-scrollbar {
    width: 8px;
  }
  .main-menu-content ul li .dropdown-menu-item::-webkit-scrollbar-track {
    background-color: rgba(128, 137, 150, 0.1);
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
  }
  .main-menu-content ul li .dropdown-menu-item::-webkit-scrollbar-thumb {
    background-color: rgba(128, 137, 150, 0.2);
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
  }
  .main-menu-content ul li .dropdown-menu-item::-webkit-scrollbar-thumb:hover {
    background-color: rgba(128, 137, 150, 0.4);
  }
}
@media only screen and (min-width: 320px) and (max-width: 479px) {
  .main-menu-content ul li .dropdown-menu-item {
    opacity: 1;
    visibility: visible;
    -webkit-transform: perspective(0) rotateX(0);
    -moz-transform: perspective(0) rotateX(0);
    -ms-transform: perspective(0) rotateX(0);
    -o-transform: perspective(0) rotateX(0);
    transform: perspective(0) rotateX(0);
    display: none;
    width: 100%;
    height: 210px;
    overflow-x: auto;
    overflow-y: auto;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    -webkit-box-shadow: 0 0 0 0;
    -moz-box-shadow: 0 0 0 0;
    box-shadow: 0 0 0 0;
    position: relative;
    top: auto;
    left: auto;
    padding-bottom: 0;
    background-color: transparent;
  }
  .main-menu-content ul li .dropdown-menu-item::-webkit-scrollbar {
    width: 8px;
  }
  .main-menu-content ul li .dropdown-menu-item::-webkit-scrollbar-track {
    background-color: rgba(128, 137, 150, 0.1);
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
  }
  .main-menu-content ul li .dropdown-menu-item::-webkit-scrollbar-thumb {
    background-color: rgba(128, 137, 150, 0.2);
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
  }
  .main-menu-content ul li .dropdown-menu-item::-webkit-scrollbar-thumb:hover {
    background-color: rgba(128, 137, 150, 0.4);
  }
}
.main-menu-content ul li .dropdown-menu-item li {
  display: block;
  padding-right: 0;
  margin-top: 5px;
  border-bottom: 1px solid #ececec;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .main-menu-content ul li .dropdown-menu-item li {
    padding-bottom: 0;
  }
}
@media only screen and (min-width: 480px) and (max-width: 767px) {
  .main-menu-content ul li .dropdown-menu-item li {
    padding-bottom: 0;
  }
}
@media only screen and (min-width: 320px) and (max-width: 479px) {
  .main-menu-content ul li .dropdown-menu-item li {
    padding-bottom: 0;
  }
}
.main-menu-content ul li .dropdown-menu-item li a {
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  justify-content: space-between;
  position: relative;
  padding: 3px 25px;
  color: #5d646d;
  font-size: 15px;
}
.main-menu-content ul li .dropdown-menu-item li a .la-plus {
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .main-menu-content ul li .dropdown-menu-item li a .la-plus {
    display: none;
  }
}
@media only screen and (min-width: 480px) and (max-width: 767px) {
  .main-menu-content ul li .dropdown-menu-item li a .la-plus {
    display: none;
  }
}
@media only screen and (min-width: 320px) and (max-width: 479px) {
  .main-menu-content ul li .dropdown-menu-item li a .la-plus {
    display: none;
  }
}
.main-menu-content ul li .dropdown-menu-item li a .sub-menu-toggler {
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  width: 30px;
  height: 30px;
  text-align: center;
  line-height: 30px;
  font-size: 16px;
  color: #0d233e;
  cursor: pointer;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  z-index: 2;
  outline: none;
  border: none;
  display: none;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .main-menu-content ul li .dropdown-menu-item li a .sub-menu-toggler {
    display: block;
  }
}
@media only screen and (min-width: 480px) and (max-width: 767px) {
  .main-menu-content ul li .dropdown-menu-item li a .sub-menu-toggler {
    display: block;
  }
}
@media only screen and (min-width: 320px) and (max-width: 479px) {
  .main-menu-content ul li .dropdown-menu-item li a .sub-menu-toggler {
    display: block;
  }
}
.main-menu-content ul li .dropdown-menu-item li a .sub-menu-toggler .la-plus {
  display: block;
}
.main-menu-content ul li .dropdown-menu-item li a .sub-menu-toggler:hover {
  background-color: rgba(128, 137, 150, 0.1);
}
.main-menu-content ul li .dropdown-menu-item li a:hover {
  color: #B443FD;
}
.main-menu-content ul li .dropdown-menu-item li .sub-menu {
  position: absolute;
  top: -10px;
  left: 200px;
  width: 200px;
  background-color: #fff;
  padding-top: 10px;
  padding-bottom: 10px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -webkit-box-shadow: 0 0 40px rgba(82, 85, 90, 0.2);
  -moz-box-shadow: 0 0 40px rgba(82, 85, 90, 0.2);
  box-shadow: 0 0 40px rgba(82, 85, 90, 0.2);
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  transform-origin: top;
  -webkit-transform: perspective(250px) rotateX(-15deg);
  -moz-transform: perspective(250px) rotateX(-15deg);
  -ms-transform: perspective(250px) rotateX(-15deg);
  -o-transform: perspective(250px) rotateX(-15deg);
  transform: perspective(250px) rotateX(-15deg);
  visibility: hidden;
  opacity: 0;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .main-menu-content ul li .dropdown-menu-item li .sub-menu {
    width: 100%;
    position: inherit;
    top: auto;
    left: auto;
    -webkit-transform: perspective(0) rotateX(0);
    -moz-transform: perspective(0) rotateX(0);
    -ms-transform: perspective(0) rotateX(0);
    -o-transform: perspective(0) rotateX(0);
    transform: perspective(0) rotateX(0);
    opacity: 1;
    visibility: visible;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    -webkit-box-shadow: 0 0 0 0;
    -moz-box-shadow: 0 0 0 0;
    box-shadow: 0 0 0 0;
    padding: 5px 0 5px 25px;
    display: none;
  }
}
@media only screen and (min-width: 480px) and (max-width: 767px) {
  .main-menu-content ul li .dropdown-menu-item li .sub-menu {
    width: 100%;
    position: inherit;
    top: auto;
    left: auto;
    -webkit-transform: perspective(0) rotateX(0);
    -moz-transform: perspective(0) rotateX(0);
    -ms-transform: perspective(0) rotateX(0);
    -o-transform: perspective(0) rotateX(0);
    transform: perspective(0) rotateX(0);
    opacity: 1;
    visibility: visible;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    -webkit-box-shadow: 0 0 0 0;
    -moz-box-shadow: 0 0 0 0;
    box-shadow: 0 0 0 0;
    padding: 5px 0 5px 25px;
    display: none;
  }
}
@media only screen and (min-width: 320px) and (max-width: 479px) {
  .main-menu-content ul li .dropdown-menu-item li .sub-menu {
    width: 100%;
    position: inherit;
    top: auto;
    left: auto;
    -webkit-transform: perspective(0) rotateX(0);
    -moz-transform: perspective(0) rotateX(0);
    -ms-transform: perspective(0) rotateX(0);
    -o-transform: perspective(0) rotateX(0);
    transform: perspective(0) rotateX(0);
    opacity: 1;
    visibility: visible;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    -webkit-box-shadow: 0 0 0 0;
    -moz-box-shadow: 0 0 0 0;
    box-shadow: 0 0 0 0;
    padding: 5px 0 5px 25px;
    display: none;
  }
}
.main-menu-content ul li .dropdown-menu-item li:hover a .la-plus {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}
.main-menu-content ul li .mega-menu {
  width: 850px;
  left: -345px;
  padding-top: 0;
  padding-bottom: 0;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .main-menu-content ul li .mega-menu {
    left: auto;
    width: 100%;
  }
}
@media only screen and (min-width: 480px) and (max-width: 767px) {
  .main-menu-content ul li .mega-menu {
    left: auto;
    width: 100%;
  }
}
@media only screen and (min-width: 320px) and (max-width: 479px) {
  .main-menu-content ul li .mega-menu {
    left: auto;
    width: 100%;
  }
}
.main-menu-content ul li .mega-menu .mega-menu-item {
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 0;
}
.main-menu-content ul li .mega-menu .mega-menu-item + .mega-menu-item {
  border-left: 1px solid rgba(128, 137, 150, 0.1);
}
.main-menu-content ul li.active .drop-menu-toggler {
  background-color: rgba(128, 137, 150, 0.1);
}
.main-menu-content ul li.active .drop-menu-toggler::before {
  content: "\f113";
}
.main-menu-content ul li:last-child {
  padding-right: 0;
}

@media (min-width: 992px) {
  .main-menu-content ul li:hover .dropdown-menu-item {
    -webkit-transform: perspective(300px) rotateX(0);
    -moz-transform: perspective(300px) rotateX(0);
    -ms-transform: perspective(300px) rotateX(0);
    -o-transform: perspective(300px) rotateX(0);
    transform: perspective(300px) rotateX(0);
    opacity: 1;
    visibility: visible;
  }
  .main-menu-content ul li .dropdown-menu-item li:hover .sub-menu {
    opacity: 1;
    visibility: visible;
    -webkit-transform: perspective(250px) rotateX(0);
    -moz-transform: perspective(250px) rotateX(0);
    -ms-transform: perspective(250px) rotateX(0);
    -o-transform: perspective(250px) rotateX(0);
    transform: perspective(250px) rotateX(0);
  }
}
/*======== nav-btn =========*/
.nav-btn {
  position: relative;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .nav-btn {
    display: none;
  }
}
@media only screen and (min-width: 480px) and (max-width: 767px) {
  .nav-btn {
    display: none;
  }
}
@media only screen and (min-width: 320px) and (max-width: 479px) {
  .nav-btn {
    display: none;
  }
}

/*---------------- body ----------------*/
body{
  background-color: #f0f8ff;
}

/*---------------- fixed-nav ----------------*/
.fixed-nav{
  padding-top: 73px;
}
.fixed-nav .header-top-bar {
  height: 0;
  border: none;
  opacity: 0;
  visibility: hidden;
}

.fixed-nav .header-menu-wrapper {
  position: fixed;
  top: 0;
  width: 100%;
  -webkit-box-shadow: 0 0 8px rgba(82, 85, 90, 0.1);
  -moz-box-shadow: 0 0 8px rgba(82, 85, 90, 0.1);
  box-shadow: 0 0 8px rgba(82, 85, 90, 0.1);
}

/*===== modal-backdrop =====*/
.modal-backdrop.show {
  opacity: 0.8;
}

/*===== modal-popup =====*/
.modal-popup .modal-header,
.modal-popup .modal-body,
.modal-popup .modal-footer {
  padding: 20px;
}

.modal-header .close {
  background-color: rgba(128, 137, 150, 0.2);
  padding: 0;
  width: 33px;
  height: 33px;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
  margin-top: -5px;
  margin-right: 0;
  font-size: 20px;
  outline: none;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  text-shadow: none;
}
.modal-header .close:hover {
  background-color: #B443FD;
  color: #fff;
}

/*===== copy-to-clipboard =====*/
.copy-to-clipboard {
  position: relative;
  margin-bottom: 15px;
}
.copy-to-clipboard .contact-form-action .form-control {
  padding: 10px 20px;
}
.copy-to-clipboard .theme-btn {
  margin-left: 5px;
}

/*===== text-success-message =====*/
.text-success-message {
  background-color: #28d5a7;
  color: #fff;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  padding: 3px 6px;
  position: absolute;
  top: -10px;
  left: 50%;
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  -ms-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
  font-size: 15px;
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
}
.text-success-message.active {
  top: -40px;
  opacity: 1;
  visibility: visible;
}
.text-success-message:after {
  position: absolute;
  content: "";
  bottom: -4px;
  left: 50%;
  -webkit-transform: translateX(-50%) rotate(45deg);
  -moz-transform: translateX(-50%) rotate(45deg);
  -ms-transform: translateX(-50%) rotate(45deg);
  -o-transform: translateX(-50%) rotate(45deg);
  transform: translateX(-50%) rotate(45deg);
  background-color: #28d5a7;
  width: 8px;
  height: 8px;
}

/*===== copy-tooltip =====*/
.copy-tooltip {
  position: relative;
  display: inline-block;
}
.copy-tooltip .tooltip-text {
  width: 140px;
  background-color: #0d233e;
  color: #fff;
  text-align: center;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  line-height: 30px;
  position: absolute;
  z-index: 1;
  bottom: 120%;
  left: 50%;
  margin-left: -70px;
  display: none;
}
.copy-tooltip .tooltip-text:after {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -5px;
  border-width: 5px;
  border-style: solid;
  border-color: #0d233e transparent transparent transparent;
}
.copy-tooltip:hover .tooltip-text {
  display: block;
}

/*===== footer =====*/
.footer-area{
  background-color: #fff;
}