/* CSS Index
-------------------------------------------------

	1. Theme default css
	2. header
	3. slider
	4. about-area
	5. features-box
	6. department
	7. team
	8. video-area
	9. counter
	10. footer

-------------------------------------------------
*/
@import url("https://fonts.googleapis.com/css?family=Nunito:300,400,600,700,800,900|Poppins:300,400,500,600,700,800,900&display=swap");
.white-bg {
  background: #ffffff; }

.gray-bg {
  background: #f5f5f5; }

/*-------------Color include--------------*/
/*-- Background color---*/
.gray-bg {
  background: #F7F7FD; }

.white-bg {
  background: #FFFFFF; }

.black-bg {
  background: #16161a; }

.theme-bg {
  background: #BF8E68; }

.brand-bg {
  background: #f1f4fa; }

.testimonial-bg {
  background: #f9fafc; }

/*--- color------*/
.white-color {
  color: #FFFFFF; }

.black-color {
  color: #16161a; }

.theme-color {
  color: #BF8E68; }

/*------------------- Responsive --------------------------*/
/*
	@include transition(.4s);
	color:$theme-color;
*/
.boxed-btn {
  background: #fff;
  color: #BF8E68 !important;
  display: inline-block;
  padding: 18px 44px;
  font-family: "Nunito", sans-serif;
  font-size: 14px;
  font-weight: 400;
  border: 0;
  border: 1px solid #BF8E68;
  letter-spacing: 3px;
  text-align: center;
  color: #BF8E68;
  text-transform: uppercase;
  cursor: pointer; }
  .boxed-btn:hover {
    background: #BF8E68;
    color: #fff !important;
    border: 1px solid #BF8E68; }
  .boxed-btn:focus {
    outline: none; }
  .boxed-btn.large-width {
    width: 220px; }

/*=== Media Query ===*/
/*--
    - Overlay
------------------------------------------*/
[data-overlay] {
  position: relative;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center; }
  [data-overlay]::before {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    content: ""; }

/*-- Overlay Opacity --*/
[data-opacity="1"]::before {
  opacity: 0.1; }

[data-opacity="2"]::before {
  opacity: 0.2; }

[data-opacity="3"]::before {
  opacity: 0.3; }

[data-opacity="4"]::before {
  opacity: 0.4; }

[data-opacity="5"]::before {
  opacity: 0.5; }

[data-opacity="6"]::before {
  opacity: 0.6; }

[data-opacity="7"]::before {
  opacity: 0.7; }

[data-opacity="8"]::before {
  opacity: 0.8; }

[data-opacity="9"]::before {
  opacity: 0.9; }

/* 1. Theme default css */
body {
  font-family: "Poppins", sans-serif;
  font-weight: normal;
  font-style: normal; }

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Nunito", sans-serif;
  color: #2B044D;
  margin-top: 0px;
  font-style: normal;
  font-weight: 500;
  text-transform: normal; }

p {
  font-family: "Poppins", sans-serif;
  color: #707B8E;
  font-size: 18px;
  line-height: 30px;
  margin-bottom: 15px;
  font-weight: normal; }

.bg-img-1 {
  background-image: url("../img/slider/slider-img-1.jpg"); }

.bg-img-2 {
  background-image: url("../img/background-img/bg-img-2.jpg"); }

.cta-bg-1 {
  background-image: url("../img/background-img/bg-img-3.jpg"); }

.img {
  max-width: 100%;
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s; }

.f-left {
  float: left; }

.f-right {
  float: right; }

.fix {
  overflow: hidden; }

.clear {
  clear: both; }

a,
.button {
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s; }

a:focus,
.button:focus {
  text-decoration: none;
  outline: none; }

a {
  color: #635C5C; }

a:hover {
  color: #FFFFFF; }

a:focus,
a:hover,
.portfolio-cat a:hover,
.footer -menu li a:hover {
  text-decoration: none; }

a,
button {
  color: #FFFFFF;
  outline: medium none; }

button:focus, input:focus, input:focus, textarea, textarea:focus {
  outline: 0; }

.uppercase {
  text-transform: uppercase; }

/*input:focus::-moz-placeholder {
	opacity: 0;
	-webkit-transition: .4s;
	-o-transition: .4s;
	transition: .4s;
}

.capitalize {
	text-transform: capitalize;
}*/
h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
  color: inherit; }

ul {
  margin: 0px;
  padding: 0px; }

li {
  list-style: none; }

hr {
  border-bottom: 1px solid #eceff8;
  border-top: 0 none;
  margin: 30px 0;
  padding: 0; }

/* Theme-overlay */
.theme-overlay {
  position: relative; }

.theme-overlay::before {
  background: #1696e7 none repeat scroll 0 0;
  content: "";
  height: 100%;
  left: 0;
  opacity: 0.6;
  position: absolute;
  top: 0;
  width: 100%; }

.overlay {
  position: relative;
  z-index: 0; }

.overlay::before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1; }

.overlay2 {
  position: relative;
  z-index: 0; }

.overlay2::before {
  position: absolute;
  content: "";
  background-color: #2E2200;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  opacity: 0.5; }

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

.separator {
  border-top: 1px solid #f2f2f2; }

.mb-90 {
  margin-bottom: 90px; }
  @media (max-width: 767px) {
    .mb-90 {
      margin-bottom: 30px; } }
  @media (min-width: 768px) and (max-width: 991px) {
    .mb-90 {
      margin-bottom: 45px; } }

/* owl-carousel button style 
.owl-carousel {
	.owl-nav div {
	background: rgba(255, 255, 255, 0.8) none repeat scroll 0 0;
	height: 40px;
	left: 20px;
	line-height: 40px;

	font-size: 22px;
	color: #646464;
	opacity: 1;
	visibility: visible;
	position: absolute;
	text-align: center;
	top: 50%;
	transform: translateY(-50%);
	transition: all 0.3s ease 0s;
	width: 40px;
	}
	.owl-nav{
		div{
			&.owl-next{
				left: auto;
				right: -30px;
				i{
					position: relative;
					right: 0;
					top: 1px;
				}
			}
			&.owl-prev{
				i{
					position: relative;
					right: 1px;
					top: 0px;
				}
			}
		}
	}
	&:hover{
		.owl-nav{
			div{
				opacity: 1;
				visibility: visible;
				&:hover{
					color: #fff;
					background: $theme-color4;
				}
			}
		}
	}
}
*/
.btn {
  background: #8C5383;
  -moz-user-select: none;
  color: #fff;
  cursor: pointer;
  display: inline-block;
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 1px;
  line-height: 0;
  margin-bottom: 0;
  padding: 30px 44px;
  border-radius: 5px;
  cursor: pointer;
  transition: color 0.4s linear;
  position: relative;
  z-index: 1;
  border: 0;
  overflow: hidden;
  margin: 0;
  text-transform: uppercase; }
  .btn::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: #FF968D;
    z-index: 1;
    border-radius: 30px;
    transition: transform 0.5s;
    transition-timing-function: ease;
    transform-origin: 0 0;
    transition-timing-function: cubic-bezier(0.5, 1.6, 0.4, 0.7);
    transform: scaleX(0); }

.btn:hover::before {
  transform: scaleX(1);
  color: #fff !important;
  z-index: -1; }

.header-btn {
  background: #4043bc;
  padding: 20px 11px;
  min-width: 120px;
  position: relative; }
  .header-btn::before {
    background: #ec4683; }

.card-btn1 {
  background: #8C5383;
  border-radius: 30px;
  padding: 30px 40px;
  text-transform: uppercase; }
  .card-btn1::before {
    background: #FF968D;
    border-radius: 30px; }

.btn.focus, .btn:focus {
  outline: 0;
  box-shadow: none; }

.radius-btn {
  padding: 30px 43px;
  border-radius: 30px; }

.border-btn {
  background: none;
  -moz-user-select: none;
  border: 3px solid #16161a;
  padding: 16px 35px;
  margin: 10px;
  color: #16161a;
  cursor: pointer;
  display: inline-block;
  font-size: 15px;
  font-weight: 500;
  letter-spacing: 1px;
  margin-bottom: 0;
  border-radius: 30px;
  position: relative;
  transition: color 0.4s linear;
  overflow: hidden;
  margin: 0; }
  .border-btn:hover {
    border: 3px solid #8C5383;
    color: #8C5383;
    transition: color 0.4s linear; }

/*
.border-btn.border-btn2 {
	padding: 17px 52px;
}

.send-btn{
    background: $theme_color;
    color: #fff;
    font-size: 14px;
    width: 100%;
    height: 55px;
    border: none;
    border-radius: 5px;
	cursor: pointer;
	transition: color 0.4s linear;
	position: relative;
	overflow: hidden;
	z-index: 1;

	&::before{
		border: 2px solid transparent;
		content: "";
		position: absolute;
		left: 0;
		top: 0;
		width: 100%;
		height: 100%;
		background:#e6373d;
		color:$theme_color;
		z-index: -1;
		transition: transform 0.5s;
		transition-timing-function: ease;
		transform-origin: 0 0;
		transition-timing-function: cubic-bezier(0.5,1.6,0.4,0.7);
		// 
		transform: scaleX(0);
	}
}
.send-btn:hover::before {
	transform: scaleY(1);
	order: 2px solid transparent;
	color:red;
	
}


 button style 
	.breadcrumb > .active {
		color: #888;
	}
	*/
/* scrollUp */
#scrollUp {
  background: #C0ABAF;
  height: 50px;
  width: 50px;
  right: 31px;
  bottom: 18px;
  opacity: .95;
  color: #fff;
  font-size: 20px;
  text-align: center;
  border-radius: 50%;
  line-height: 48px;
  border: 2px solid transparent; }
  @media (max-width: 767px) {
    #scrollUp {
      right: 16px; } }

#scrollUp:hover {
  color: #fff; }

.sticky-bar {
  left: 0;
  margin: auto;
  position: fixed;
  top: 0;
  width: 100%;
  -webkit-box-shadow: 0 10px 15px rgba(25, 25, 25, 0.1);
  box-shadow: 0 10px 15px rgba(25, 25, 25, 0.1);
  z-index: 9999;
  -webkit-animation: 300ms ease-in-out 0s normal none 1 running fadeInDown;
  animation: 300ms ease-in-out 0s normal none 1 running fadeInDown;
  -webkit-box-shadow: 0 10px 15px rgba(25, 25, 25, 0.1);
  background: #FFFFFF; }

/*--- Margin & Padding --*/
/*-- Margin Top --*/
.mt-5 {
  margin-top: 5px; }

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

.mt-15 {
  margin-top: 15px; }

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

.mt-25 {
  margin-top: 25px; }

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

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

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

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

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

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

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

.mt-65 {
  margin-top: 65px; }

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

.mt-75 {
  margin-top: 75px; }

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

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

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

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

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

.mt-105 {
  margin-top: 105px; }

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

.mt-115 {
  margin-top: 115px; }

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

.mt-125 {
  margin-top: 125px; }

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

.mt-135 {
  margin-top: 135px; }

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

.mt-145 {
  margin-top: 145px; }

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

.mt-155 {
  margin-top: 155px; }

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

.mt-165 {
  margin-top: 165px; }

.mt-170 {
  margin-top: 170px; }

.mt-175 {
  margin-top: 175px; }

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

.mt-185 {
  margin-top: 185px; }

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

.mt-195 {
  margin-top: 195px; }

.mt-200 {
  margin-top: 200px; }

/*-- Margin Bottom --*/
.mb-5 {
  margin-bottom: 5px; }

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

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

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

.mb-25 {
  margin-bottom: 25px; }

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

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

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

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

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

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

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

.mb-65 {
  margin-bottom: 65px; }

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

.mb-75 {
  margin-bottom: 75px; }

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

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

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

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

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

.mb-105 {
  margin-bottom: 105px; }

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

.mb-115 {
  margin-bottom: 115px; }

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

.mb-125 {
  margin-bottom: 125px; }

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

.mb-135 {
  margin-bottom: 135px; }

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

.mb-145 {
  margin-bottom: 145px; }

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

.mb-155 {
  margin-bottom: 155px; }

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

.mb-165 {
  margin-bottom: 165px; }

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

.mb-175 {
  margin-bottom: 175px; }

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

.mb-185 {
  margin-bottom: 185px; }

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

.mb-195 {
  margin-bottom: 195px; }

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

/*-- Margin Left --*/
.ml-5 {
  margin-left: 5px; }

.ml-10 {
  margin-left: 10px; }

.ml-15 {
  margin-left: 15px; }

.ml-20 {
  margin-left: 20px; }

.ml-25 {
  margin-left: 25px; }

.ml-30 {
  margin-left: 30px; }

.ml-35 {
  margin-left: 35px; }

.ml-40 {
  margin-left: 40px; }

.ml-45 {
  margin-left: 45px; }

.ml-50 {
  margin-left: 50px; }

.ml-55 {
  margin-left: 55px; }

.ml-60 {
  margin-left: 60px; }

.ml-65 {
  margin-left: 65px; }

.ml-70 {
  margin-left: 70px; }

.ml-75 {
  margin-left: 75px; }

.ml-80 {
  margin-left: 80px; }

.ml-85 {
  margin-left: 85px; }

.ml-90 {
  margin-left: 90px; }

.ml-95 {
  margin-left: 95px; }

.ml-100 {
  margin-left: 100px; }

.ml-105 {
  margin-left: 105px; }

.ml-110 {
  margin-left: 110px; }

.ml-115 {
  margin-left: 115px; }

.ml-120 {
  margin-left: 120px; }

.ml-125 {
  margin-left: 125px; }

.ml-130 {
  margin-left: 130px; }

.ml-135 {
  margin-left: 135px; }

.ml-140 {
  margin-left: 140px; }

.ml-145 {
  margin-left: 145px; }

.ml-150 {
  margin-left: 150px; }

.ml-155 {
  margin-left: 155px; }

.ml-160 {
  margin-left: 160px; }

.ml-165 {
  margin-left: 165px; }

.ml-170 {
  margin-left: 170px; }

.ml-175 {
  margin-left: 175px; }

.ml-180 {
  margin-left: 180px; }

.ml-185 {
  margin-left: 185px; }

.ml-190 {
  margin-left: 190px; }

.ml-195 {
  margin-left: 195px; }

.ml-200 {
  margin-left: 200px; }

/*-- Margin Right --*/
.mr-5 {
  margin-right: 5px; }

.mr-10 {
  margin-right: 10px; }

.mr-15 {
  margin-right: 15px; }

.mr-20 {
  margin-right: 20px; }

.mr-25 {
  margin-right: 25px; }

.mr-30 {
  margin-right: 30px; }

.mr-35 {
  margin-right: 35px; }

.mr-40 {
  margin-right: 40px; }

.mr-45 {
  margin-right: 45px; }

.mr-50 {
  margin-right: 50px; }

.mr-55 {
  margin-right: 55px; }

.mr-60 {
  margin-right: 60px; }

.mr-65 {
  margin-right: 65px; }

.mr-70 {
  margin-right: 70px; }

.mr-75 {
  margin-right: 75px; }

.mr-80 {
  margin-right: 80px; }

.mr-85 {
  margin-right: 85px; }

.mr-90 {
  margin-right: 90px; }

.mr-95 {
  margin-right: 95px; }

.mr-100 {
  margin-right: 100px; }

.mr-105 {
  margin-right: 105px; }

.mr-110 {
  margin-right: 110px; }

.mr-115 {
  margin-right: 115px; }

.mr-120 {
  margin-right: 120px; }

.mr-125 {
  margin-right: 125px; }

.mr-130 {
  margin-right: 130px; }

.mr-135 {
  margin-right: 135px; }

.mr-140 {
  margin-right: 140px; }

.mr-145 {
  margin-right: 145px; }

.mr-150 {
  margin-right: 150px; }

.mr-155 {
  margin-right: 155px; }

.mr-160 {
  margin-right: 160px; }

.mr-165 {
  margin-right: 165px; }

.mr-170 {
  margin-right: 170px; }

.mr-175 {
  margin-right: 175px; }

.mr-180 {
  margin-right: 180px; }

.mr-185 {
  margin-right: 185px; }

.mr-190 {
  margin-right: 190px; }

.mr-195 {
  margin-right: 195px; }

.mr-200 {
  margin-right: 200px; }

/*-- Padding Top --*/
.pt-5 {
  padding-top: 5px; }

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

.pt-15 {
  padding-top: 15px; }

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

.pt-25 {
  padding-top: 25px; }

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

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

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

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

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

.pt-55 {
  padding-top: 55px; }

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

.pt-65 {
  padding-top: 65px; }

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

.pt-75 {
  padding-top: 75px; }

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

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

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

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

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

.pt-105 {
  padding-top: 105px; }

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

.pt-115 {
  padding-top: 115px; }

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

.pt-125 {
  padding-top: 125px; }

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

.pt-135 {
  padding-top: 135px; }

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

.pt-145 {
  padding-top: 145px; }

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

.pt-155 {
  padding-top: 155px; }

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

.pt-165 {
  padding-top: 165px; }

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

.pt-175 {
  padding-top: 175px; }

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

.pt-185 {
  padding-top: 185px; }

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

.pt-195 {
  padding-top: 195px; }

.pt-200 {
  padding-top: 200px; }

.pt-260 {
  padding-top: 260px; }

/*-- Padding Bottom --*/
.pb-5 {
  padding-bottom: 5px; }

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

.pb-15 {
  padding-bottom: 15px; }

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

.pb-25 {
  padding-bottom: 25px; }

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

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

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

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

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

.pb-55 {
  padding-bottom: 55px; }

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

.pb-65 {
  padding-bottom: 65px; }

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

.pb-75 {
  padding-bottom: 75px; }

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

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

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

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

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

.pb-105 {
  padding-bottom: 105px; }

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

.pb-115 {
  padding-bottom: 115px; }

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

.pb-125 {
  padding-bottom: 125px; }

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

.pb-135 {
  padding-bottom: 135px; }

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

.pb-145 {
  padding-bottom: 145px; }

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

.pb-155 {
  padding-bottom: 155px; }

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

.pb-165 {
  padding-bottom: 165px; }

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

.pb-175 {
  padding-bottom: 175px; }

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

.pb-185 {
  padding-bottom: 185px; }

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

.pb-195 {
  padding-bottom: 195px; }

.pb-200 {
  padding-bottom: 200px; }

/*-- Padding Left --*/
.pl-5 {
  padding-left: 5px; }

.pl-10 {
  padding-left: 10px; }

.pl-15 {
  padding-left: 15px; }

.pl-20 {
  padding-left: 20px; }

.pl-25 {
  padding-left: 25px; }

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

.pl-35 {
  padding-left: 35px; }

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

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

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

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

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

.pl-65 {
  padding-left: 65px; }

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

.pl-75 {
  padding-left: 75px; }

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

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

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

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

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

.pl-105 {
  padding-left: 105px; }

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

.pl-115 {
  padding-left: 115px; }

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

.pl-125 {
  padding-left: 125px; }

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

.pl-135 {
  padding-left: 135px; }

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

.pl-145 {
  padding-left: 145px; }

.pl-150 {
  padding-left: 150px; }

.pl-155 {
  padding-left: 155px; }

.pl-160 {
  padding-left: 160px; }

.pl-165 {
  padding-left: 165px; }

.pl-170 {
  padding-left: 170px; }

.pl-175 {
  padding-left: 175px; }

.pl-180 {
  padding-left: 180px; }

.pl-185 {
  padding-left: 185px; }

.pl-190 {
  padding-left: 190px; }

.pl-195 {
  padding-left: 195px; }

.pl-200 {
  padding-left: 200px; }

/*-- Padding Right --*/
.pr-5 {
  padding-right: 5px; }

.pr-10 {
  padding-right: 10px; }

.pr-15 {
  padding-right: 15px; }

.pr-20 {
  padding-right: 20px; }

.pr-25 {
  padding-right: 25px; }

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

.pr-35 {
  padding-right: 35px; }

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

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

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

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

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

.pr-65 {
  padding-right: 65px; }

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

.pr-75 {
  padding-right: 75px; }

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

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

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

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

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

.pr-105 {
  padding-right: 105px; }

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

.pr-115 {
  padding-right: 115px; }

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

.pr-125 {
  padding-right: 125px; }

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

.pr-135 {
  padding-right: 135px; }

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

.pr-145 {
  padding-right: 145px; }

.pr-150 {
  padding-right: 150px; }

.pr-155 {
  padding-right: 155px; }

.pr-160 {
  padding-right: 160px; }

.pr-165 {
  padding-right: 165px; }

.pr-170 {
  padding-right: 170px; }

.pr-175 {
  padding-right: 175px; }

.pr-180 {
  padding-right: 180px; }

.pr-185 {
  padding-right: 185px; }

.pr-190 {
  padding-right: 190px; }

.pr-195 {
  padding-right: 195px; }

.pr-200 {
  padding-right: 200px; }

/*-- Some Animated CSS -- */
/* bounce-animate */
.bounce-animate {
  animation-name: float-bob;
  animation-duration: 2s;
  animation-iteration-count: infinite;
  /* animation-timing-function: linear; */
  -moz-animation-name: float-bob;
  -moz-animation-duration: 2s;
  -moz-animation-iteration-count: infinite;
  -moz-animation-timing-function: linear;
  -ms-animation-name: float-bob;
  -ms-animation-duration: 2s;
  -ms-animation-iteration-count: infinite;
  -ms-animation-timing-function: linear;
  -o-animation-name: float-bob;
  -o-animation-duration: 2s;
  -o-animation-iteration-count: infinite;
  -o-animation-timing-function: linear; }

@-webkit-keyframes float-bob {
  0% {
    -webkit-transform: translateY(-20px);
    transform: translateY(-20px); }
  50% {
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px); }
  100% {
    -webkit-transform: translateY(-20px);
    transform: translateY(-20px); } }

/* heartbeat */
.heartbeat {
  animation: heartbeat 1s infinite alternate; }

@-webkit-keyframes heartbeat {
  to {
    -webkit-transform: scale(1.7);
    transform: scale(1.7); } }

/* rotateme */
.rotateme {
  -webkit-animation-name: rotateme;
  animation-name: rotateme;
  -webkit-animation-duration: 50s;
  animation-duration: 50s;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear; }

@keyframes rotateme {
  from {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  to {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg); } }

@-webkit-keyframes rotateme {
  from {
    -webkit-transform: rotate(0deg); }
  to {
    -webkit-transform: rotate(360deg); } }

/* 20. preloader */
.preloader {
  background-color: #F7F7F7;
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 999999;
  -webkit-transition: .6s;
  -o-transition: .6s;
  transition: .6s;
  margin: 0 auto; }

.preloader .preloader-circle {
  width: 100px;
  height: 100px;
  position: relative;
  border-style: solid;
  border-width: 3px;
  border-top-color: #C0ABAF;
  border-bottom-color: transparent;
  border-left-color: transparent;
  border-right-color: transparent;
  z-index: 10;
  border-radius: 50%;
  -webkit-box-shadow: 0 1px 5px 0 rgba(35, 181, 185, 0.15);
  box-shadow: 0 1px 5px 0 rgba(35, 181, 185, 0.15);
  background-color: #FFFFFF;
  -webkit-animation: zoom 2000ms infinite ease;
  animation: zoom 2000ms infinite ease;
  -webkit-transition: .6s;
  -o-transition: .6s;
  transition: .6s; }

.preloader .preloader-circle2 {
  border-top-color: #0078ff; }

.preloader .preloader-img {
  position: absolute;
  top: 50%;
  z-index: 200;
  left: 0;
  right: 0;
  margin: 0 auto;
  text-align: center;
  display: inline-block;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  padding-top: 6px;
  -webkit-transition: .6s;
  -o-transition: .6s;
  transition: .6s; }

.preloader .preloader-img img {
  max-width: 55px; }

.preloader .pere-text strong {
  font-weight: 800;
  color: #dca73a;
  text-transform: uppercase; }

@-webkit-keyframes zoom {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: .6s;
    -o-transition: .6s;
    transition: .6s; }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
    -webkit-transition: .6s;
    -o-transition: .6s;
    transition: .6s; } }

@keyframes zoom {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: .6s;
    -o-transition: .6s;
    transition: .6s; }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
    -webkit-transition: .6s;
    -o-transition: .6s;
    transition: .6s; } }

.section-padding2 {
  padding-top: 200px;
  padding-bottom: 200px; }
  @media only screen and (min-width: 1200px) and (max-width: 1600px) {
    .section-padding2 {
      padding-top: 200px;
      padding-bottom: 200px; } }
  @media only screen and (min-width: 992px) and (max-width: 1199px) {
    .section-padding2 {
      padding-top: 200px;
      padding-bottom: 200px; } }
  @media only screen and (min-width: 768px) and (max-width: 991px) {
    .section-padding2 {
      padding-top: 100px;
      padding-bottom: 100px; } }
  @media only screen and (min-width: 576px) and (max-width: 767px) {
    .section-padding2 {
      padding-top: 50px;
      padding-bottom: 50px; } }
  @media (max-width: 767px) {
    .section-padding2 {
      padding-top: 50px;
      padding-bottom: 50px; } }

.inner-padding {
  padding-top: 450px; }
  @media only screen and (min-width: 1200px) and (max-width: 1600px) {
    .inner-padding {
      padding-top: 400px; } }
  @media only screen and (min-width: 992px) and (max-width: 1199px) {
    .inner-padding {
      padding-top: 300px; } }
  @media only screen and (min-width: 768px) and (max-width: 991px) {
    .inner-padding {
      padding-top: 300px; } }
  @media only screen and (min-width: 576px) and (max-width: 767px) {
    .inner-padding {
      padding-top: 200px; } }
  @media (max-width: 767px) {
    .inner-padding {
      padding-top: 200px; } }

.section-paddingr {
  padding-top: 0;
  padding-bottom: 120px; }
  @media only screen and (min-width: 1200px) and (max-width: 1600px) {
    .section-paddingr {
      padding-top: 0;
      padding-bottom: 120px; } }
  @media only screen and (min-width: 992px) and (max-width: 1199px) {
    .section-paddingr {
      padding-top: 0;
      padding-bottom: 70px; } }
  @media only screen and (min-width: 768px) and (max-width: 991px) {
    .section-paddingr {
      padding-top: 0;
      padding-bottom: 70px; } }
  @media only screen and (min-width: 576px) and (max-width: 767px) {
    .section-paddingr {
      padding-top: 0;
      padding-bottom: 70px; } }
  @media (max-width: 767px) {
    .section-paddingr {
      padding-top: 0;
      padding-bottom: 70px; } }

.tips-padding {
  padding-top: 185px;
  padding-bottom: 150px; }
  @media only screen and (min-width: 1200px) and (max-width: 1600px) {
    .tips-padding {
      padding-top: 185px;
      padding-bottom: 150px; } }
  @media only screen and (min-width: 992px) and (max-width: 1199px) {
    .tips-padding {
      padding-top: 92px;
      padding-bottom: 45px; } }
  @media only screen and (min-width: 768px) and (max-width: 991px) {
    .tips-padding {
      padding-top: 92px;
      padding-bottom: 45px; } }
  @media only screen and (min-width: 576px) and (max-width: 767px) {
    .tips-padding {
      padding-top: 40px;
      padding-bottom: 22px; } }
  @media (max-width: 767px) {
    .tips-padding {
      padding-top: 40px;
      padding-bottom: 22px; } }

.section-padd-top30 {
  padding-top: 170px;
  padding-bottom: 200px; }
  @media only screen and (min-width: 1200px) and (max-width: 1600px) {
    .section-padd-top30 {
      padding-top: 170px;
      padding-bottom: 200px; } }
  @media only screen and (min-width: 992px) and (max-width: 1199px) {
    .section-padd-top30 {
      padding-top: 170px;
      padding-bottom: 200px; } }
  @media only screen and (min-width: 768px) and (max-width: 991px) {
    .section-padd-top30 {
      padding-top: 100px;
      padding-bottom: 160px; } }
  @media only screen and (min-width: 576px) and (max-width: 767px) {
    .section-padd-top30 {
      padding-top: 50px;
      padding-bottom: 90px; } }
  @media (max-width: 767px) {
    .section-padd-top30 {
      padding-top: 35px;
      padding-bottom: 90px; } }

.section-padd4 {
  padding-top: 200px;
  padding-bottom: 110px; }
  @media only screen and (min-width: 1200px) and (max-width: 1600px) {
    .section-padd4 {
      padding-top: 80px;
      padding-bottom: 50px; } }
  @media only screen and (min-width: 992px) and (max-width: 1199px) {
    .section-padd4 {
      padding-top: 100px;
      padding-bottom: 30px; } }
  @media only screen and (min-width: 768px) and (max-width: 991px) {
    .section-padd4 {
      padding-top: 70px;
      padding-bottom: 15px; } }
  @media only screen and (min-width: 576px) and (max-width: 767px) {
    .section-padd4 {
      padding-top: 70px;
      padding-bottom: 15px; } }
  @media (max-width: 767px) {
    .section-padd4 {
      padding-top: 70px;
      padding-bottom: 15px; } }

.testimonial-padding {
  padding-top: 157px;
  padding-bottom: 157px; }
  @media only screen and (min-width: 1200px) and (max-width: 1600px) {
    .testimonial-padding {
      padding-top: 157px;
      padding-bottom: 157px; } }
  @media only screen and (min-width: 992px) and (max-width: 1199px) {
    .testimonial-padding {
      padding-top: 120px;
      padding-bottom: 120px; } }
  @media only screen and (min-width: 768px) and (max-width: 991px) {
    .testimonial-padding {
      padding-top: 100px;
      padding-bottom: 100px; } }
  @media only screen and (min-width: 576px) and (max-width: 767px) {
    .testimonial-padding {
      padding-top: 80px;
      padding-bottom: 60px; } }
  @media (max-width: 767px) {
    .testimonial-padding {
      padding-top: 80px;
      padding-bottom: 60px; } }

.services-padding {
  padding-top: 300px;
  padding-bottom: 150px; }
  @media only screen and (min-width: 1200px) and (max-width: 1600px) {
    .services-padding {
      padding-top: 300px;
      padding-bottom: 150px; } }
  @media only screen and (min-width: 992px) and (max-width: 1199px) {
    .services-padding {
      padding-top: 200px;
      padding-bottom: 150px; } }
  @media only screen and (min-width: 768px) and (max-width: 991px) {
    .services-padding {
      padding-top: 150px;
      padding-bottom: 70px; } }
  @media only screen and (min-width: 576px) and (max-width: 767px) {
    .services-padding {
      padding-top: 150px;
      padding-bottom: 70px; } }
  @media (max-width: 767px) {
    .services-padding {
      padding-top: 150px;
      padding-bottom: 70px; } }

.footer-padding {
  padding-top: 200px;
  padding-bottom: 100px; }
  @media only screen and (min-width: 1200px) and (max-width: 1600px) {
    .footer-padding {
      padding-top: 200px;
      padding-bottom: 100px; } }
  @media only screen and (min-width: 992px) and (max-width: 1199px) {
    .footer-padding {
      padding-top: 70px;
      padding-bottom: 50px; } }
  @media only screen and (min-width: 768px) and (max-width: 991px) {
    .footer-padding {
      padding-top: 70px;
      padding-bottom: 50px; } }
  @media only screen and (min-width: 576px) and (max-width: 767px) {
    .footer-padding {
      padding-top: 70px;
      padding-bottom: 50px; } }
  @media (max-width: 767px) {
    .footer-padding {
      padding-top: 70px;
      padding-bottom: 50px; } }

.footer-padding2 {
  padding-top: 100px;
  padding-bottom: 100px; }
  @media only screen and (min-width: 1200px) and (max-width: 1600px) {
    .footer-padding2 {
      padding-top: 100px;
      padding-bottom: 100px; } }
  @media only screen and (min-width: 992px) and (max-width: 1199px) {
    .footer-padding2 {
      padding-top: 0px;
      padding-bottom: 50px; } }
  @media only screen and (min-width: 768px) and (max-width: 991px) {
    .footer-padding2 {
      padding-top: 0px;
      padding-bottom: 50px; } }
  @media only screen and (min-width: 576px) and (max-width: 767px) {
    .footer-padding2 {
      padding-top: 0px;
      padding-bottom: 50px; } }
  @media (max-width: 767px) {
    .footer-padding2 {
      padding-top: 0px;
      padding-bottom: 50px; } }

.footer-padding3 {
  padding-bottom: 100px; }
  @media only screen and (min-width: 1200px) and (max-width: 1600px) {
    .footer-padding3 {
      padding-bottom: 100px; } }
  @media only screen and (min-width: 992px) and (max-width: 1199px) {
    .footer-padding3 {
      padding-bottom: 50px; } }
  @media only screen and (min-width: 768px) and (max-width: 991px) {
    .footer-padding3 {
      padding-bottom: 50px; } }
  @media only screen and (min-width: 576px) and (max-width: 767px) {
    .footer-padding3 {
      padding-bottom: 50px; } }
  @media (max-width: 767px) {
    .footer-padding3 {
      padding-bottom: 50px; } }

.white-bg {
  background: #ffffff; }

.gray-bg {
  background: #f5f5f5; }

/*-------------Color include--------------*/
/*-- Background color---*/
.gray-bg {
  background: #F7F7FD; }

.white-bg {
  background: #FFFFFF; }

.black-bg {
  background: #16161a; }

.theme-bg {
  background: #BF8E68; }

.brand-bg {
  background: #f1f4fa; }

.testimonial-bg {
  background: #f9fafc; }

/*--- color------*/
.white-color {
  color: #FFFFFF; }

.black-color {
  color: #16161a; }

.theme-color {
  color: #BF8E68; }

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

.best-pricing::before {
  background-image: -moz-linear-gradient(90deg, #FFE4CE 0%, #FFFFFF 100%);
  background-image: -webkit-linear-gradient(90deg, #FFE4CE 0%, #FFFFFF 100%);
  background-image: -ms-linear-gradient(90deg, #FFE4CE 0%, #FFFFFF 100%); }

.sample-text-area {
  background: #fff;
  padding-right: 70px;
  padding-bottom: 70px; }

.text-heading {
  margin-bottom: 30px;
  font-size: 24px; }

b,
sup,
sub,
u,
del {
  color: #222; }

.typography h1,
.typography h2,
.typography h3,
.typography h4,
.typography h5,
.typography h6 {
  color: #828BB2; }

/*.button-area {
    .border-top-generic {
        padding: 70px 15px;
        border-top: 1px dotted #eee;
    }
    background: $white;
}

.button-group-area {
    .genric-btn {
        margin-right: 10px;
        margin-top: 10px;
        &:last-child {
            margin-right: 0;
        }
    }
}

.genric-btn {
    display: inline-block;
    outline: none;
    line-height: 40px;
    padding: 0 30px;
    font-size: .8em;
    text-align: center;
    text-decoration: none;
    font-weight: 500;
    cursor: pointer;
    @include transition();
    &:focus {
        outline: none;
    }
    &.e-large {
        padding: 0 40px;
        line-height: 50px;
    }
    &.large {
        line-height: 45px;
    }
    &.medium {
        line-height: 30px;
    }
    &.small {
        line-height: 25px;
    }
    &.radius {
        border-radius: 3px;
    }
    &.circle {
        border-radius: 20px;
    }
    &.arrow {
        display: -webkit-inline-box;
        display: -ms-inline-flexbox;
        display: inline-flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        span {
            margin-left: 10px;
        }
    }
    &.default {
        color: $title-color;
        background: $default;
        border: 1px solid transparent;
        &:hover {
            border: 1px solid $default;
            background: $white;
        }
    }
    &.default-border {
        border: 1px solid $default;
        background: $white;
        &:hover {
            color: $title-color;
            background: $default;
            border: 1px solid transparent;
        }
    }
    &.primary {
        color: $white;
        background: $primary;
        border: 1px solid transparent;
        &:hover {
            color: $primary;
            border: 1px solid $primary;
            background: $white;
        }
    }
    &.primary-border {
        color: $primary;
        border: 1px solid $primary;
        background: $white;
        &:hover {
            color: $white;
            background: $primary;
            border: 1px solid transparent;
        }
    }
    &.success {
        color: $white;
        background: $success;
        border: 1px solid transparent;
        &:hover {
            color: $success;
            border: 1px solid $success;
            background: $white;
        }
    }
    &.success-border {
        color: $success;
        border: 1px solid $success;
        background: $white;
        &:hover {
            color: $white;
            background: $success;
            border: 1px solid transparent;
        }
    }
    &.info {
        color: $white;
        background: $info;
        border: 1px solid transparent;
        &:hover {
            color: $info;
            border: 1px solid $info;
            background: $white;
        }
    }
    &.info-border {
        color: $info;
        border: 1px solid $info;
        background: $white;
        &:hover {
            color: $white;
            background: $info;
            border: 1px solid transparent;
        }
    }
    &.warning {
        color: $white;
        background: $warning;
        border: 1px solid transparent;
        &:hover {
            color: $warning;
            border: 1px solid $warning;
            background: $white;
        }
    }
    &.warning-border {
        color: $warning;
        border: 1px solid $warning;
        background: $white;
        &:hover {
            color: $white;
            background: $warning;
            border: 1px solid transparent;
        }
    }
    &.danger {
        color: $white;
        background: $danger;
        border: 1px solid transparent;
        &:hover {
            color: $danger;
            border: 1px solid $danger;
            background: $white;
        }
    }
    &.danger-border {
        color: $danger;
        border: 1px solid $danger;
        background: $white;
        &:hover {
            color: $white;
            background: $danger;
            border: 1px solid transparent;
        }
    }
    &.link {
        color: $title-color;
        background: $link;
        text-decoration: underline;
        border: 1px solid transparent;
        &:hover {
            color: $title-color;
            border: 1px solid $link;
            background: $white;
        }
    }
    &.link-border {
        color: $title-color;
        border: 1px solid $link;
        background: $white;
        text-decoration: underline;
        &:hover {
            color: $title-color;
            background: $link;
            border: 1px solid transparent;
        }
    }
    &.disable {
        color: $disable;
        background: $link;
        border: 1px solid transparent;
        cursor: not-allowed;
    }
}

.generic-blockquote {
    padding: 30px 50px 30px 30px;
    background: #f9f9ff;
    border-left: 2px solid $primary;
}

.progress-table-wrap {
    overflow-x: scroll;
}

.progress-table {
    background: #f9f9ff;
    padding: 15px 0px 30px 0px;
    min-width: 800px;
    .serial {
        width: 11.83%;
        padding-left: 30px;
    }
    .country {
        width: 28.07%;
    }
    .visit {
        width: 19.74%;
    }
    .percentage {
        width: 40.36%;
        padding-right: 50px;
    }
    .table-head {
        display: flex;
        .serial,
        .country,
        .visit,
        .percentage {
            color: $title-color;
            line-height: 40px;
            text-transform: uppercase;
            font-weight: 500;
        }
    }
    .table-row {
        padding: 15px 0;
        border-top: 1px solid #edf3fd;
        display: flex;
        .serial,
        .country,
        .visit,
        .percentage {
            display: flex;
            align-items: center;
        }
        .country {
            img {
                margin-right: 15px;
            }
        }
        .percentage {
            .progress {
                width: 80%;
                border-radius: 0px;
                background: transparent;
                .progress-bar {
                    height: 5px;
                    line-height: 5px;
                    &.color-1 {
                        background-color: #6382e6;
                    }
                    &.color-2 {
                        background-color: #e66686;
                    }
                    &.color-3 {
                        background-color: #f09359;
                    }
                    &.color-4 {
                        background-color: #73fbaf;
                    }
                    &.color-5 {
                        background-color: #73fbaf;
                    }
                    &.color-6 {
                        background-color: #6382e6;
                    }
                    &.color-7 {
                        background-color: #a367e7;
                    }
                    &.color-8 {
                        background-color: #e66686;
                    }
                }
            }
        }
    }
}


.single-gallery-image {
    margin-top: 30px;
    background-repeat: no-repeat !important;
    background-position: center center !important;
    background-size: cover !important;
    height: 200px;
}

.list-style {
    width: 14px;
    height: 14px;
}

.unordered-list {
    li {
        position: relative;
        padding-left: 30px;
        line-height: 1.82em !important;
        &:before {
            content: "";
            position: absolute;
            width: 14px;
            height: 14px;
            border: 3px solid $primary;
            background: $white;
            top: 4px;
            left: 0;
            border-radius: 50%;
        }
    }
}

.ordered-list {
    margin-left: 30px;
    li {
        list-style-type: decimal-leading-zero;
        color: $primary;
        font-weight: 500;
        line-height: 1.82em !important;
        span {
            font-weight: 300;
            color: $text-color;
        }
    }
}

.ordered-list-alpha {
    li {
        margin-left: 30px;
        list-style-type: lower-alpha;
        color: $primary;
        font-weight: 500;
        line-height: 1.82em !important;
        span {
            font-weight: 300;
            color: $text-color;
        }
    }
}

.ordered-list-roman {
    li {
        margin-left: 30px;
        list-style-type: lower-roman;
        color: $primary;
        font-weight: 500;
        line-height: 1.82em !important;
        span {
            font-weight: 300;
            color: $text-color;
        }
    }
}

.single-input {
    display: block;
    width: 100%;
    line-height: 40px;
    border: none;
    outline: none;
    background: #f9f9ff;
    padding: 0 20px;
    &:focus {
        outline: none;
    }
}

.input-group-icon {
    position: relative;
    .icon {
        position: absolute;
        left: 20px;
        top: 0;
        line-height: 40px;
        i {
            color: #797979;
        }
        z-index: 3;
    }
    .single-input {
        padding-left: 45px;
    }
}

.single-textarea {
    display: block;
    width: 100%;
    line-height: 40px;
    border: none;
    outline: none;
    background: #f9f9ff;
    padding: 0 20px;
    height: 100px;
    resize: none;
    &:focus {
        outline: none;
    }
}

.single-input-primary {
    display: block;
    width: 100%;
    line-height: 40px;
    border: 1px solid transparent;
    outline: none;
    background: #f9f9ff;
    padding: 0 20px;
    &:focus {
        outline: none;
        border: 1px solid $primary;
    }
}

.single-input-accent {
    display: block;
    width: 100%;
    line-height: 40px;
    border: 1px solid transparent;
    outline: none;
    background: #f9f9ff;
    padding: 0 20px;
    &:focus {
        outline: none;
        border: 1px solid #eb6b55;
    }
}

.single-input-secondary {
    display: block;
    width: 100%;
    line-height: 40px;
    border: 1px solid transparent;
    outline: none;
    background: #f9f9ff;
    padding: 0 20px;
    &:focus {
        outline: none;
        border: 1px solid #f09359;
    }
}

.default-switch {
    width: 35px;
    height: 17px;
    border-radius: 8.5px;
    background: #f9f9ff;
    position: relative;
    cursor: pointer;
    input {
        position: absolute;
        left: 0;
        top: 0;
        right: 0;
        bottom: 0;
        width: 100%;
        height: 100%;
        opacity: 0;
        cursor: pointer;
        +label {
            position: absolute;
            top: 1px;
            left: 1px;
            width: 15px;
            height: 15px;
            border-radius: 50%;
            background: $primary;
            @include transition (all .2s);
            box-shadow: 0px 4px 5px 0px rgba(0, 0, 0, 0.2);
            cursor: pointer;
        }
        &:checked {
            +label {
                left: 19px;
            }
        }
    }
}

.primary-switch {
    width: 35px;
    height: 17px;
    border-radius: 8.5px;
    background: #f9f9ff;
    position: relative;
    cursor: pointer;
    input {
        position: absolute;
        left: 0;
        top: 0;
        right: 0;
        bottom: 0;
        width: 100%;
        height: 100%;
        opacity: 0;
        +label {
            position: absolute;
            left: 0;
            top: 0;
            right: 0;
            bottom: 0;
            width: 100%;
            height: 100%;
            &:before {
                content: "";
                position: absolute;
                left: 0;
                top: 0;
                right: 0;
                bottom: 0;
                width: 100%;
                height: 100%;
                background: transparent;
                border-radius: 8.5px;
                cursor: pointer;
                @include transition (all .2s);
            }
            &:after {
                content: "";
                position: absolute;
                top: 1px;
                left: 1px;
                width: 15px;
                height: 15px;
                border-radius: 50%;
                background: $white;
                @include transition (all .2s);
                box-shadow: 0px 4px 5px 0px rgba(0, 0, 0, 0.2);
                cursor: pointer;
            }
        }
        &:checked {
            +label {
                &:after {
                    left: 19px;
                }
                &:before {
                    background: $primary;
                }
            }
        }
    }
}

.confirm-switch {
    width: 35px;
    height: 17px;
    border-radius: 8.5px;
    background: #f9f9ff;
    position: relative;
    cursor: pointer;
    input {
        position: absolute;
        left: 0;
        top: 0;
        right: 0;
        bottom: 0;
        width: 100%;
        height: 100%;
        opacity: 0;
        +label {
            position: absolute;
            left: 0;
            top: 0;
            right: 0;
            bottom: 0;
            width: 100%;
            height: 100%;
            &:before {
                content: "";
                position: absolute;
                left: 0;
                top: 0;
                right: 0;
                bottom: 0;
                width: 100%;
                height: 100%;
                background: transparent;
                border-radius: 8.5px;
                @include transition (all .2s);
                cursor: pointer;
            }
            &:after {
                content: "";
                position: absolute;
                top: 1px;
                left: 1px;
                width: 15px;
                height: 15px;
                border-radius: 50%;
                background: $white;
                @include transition (all .2s);
                box-shadow: 0px 4px 5px 0px rgba(0, 0, 0, 0.2);
                cursor: pointer;
            }
        }
        &:checked {
            +label {
                &:after {
                    left: 19px;
                }
                &:before {
                    background: $success;
                }
            }
        }
    }
}

.primary-checkbox {
    width: 16px;
    height: 16px;
    border-radius: 3px;
    background: #f9f9ff;
    position: relative;
    cursor: pointer;
    input {
        position: absolute;
        left: 0;
        top: 0;
        right: 0;
        bottom: 0;
        width: 100%;
        height: 100%;
        opacity: 0;
        +label {
            position: absolute;
            left: 0;
            top: 0;
            right: 0;
            bottom: 0;
            width: 100%;
            height: 100%;
            border-radius: 3px;
            cursor: pointer;
            border: 1px solid #f1f1f1;
        }
        &:checked {
            +label {
                background: url(../img/elements/primary-check.png) no-repeat center center/cover;
                border: none;
            }
        }
    }
}

.confirm-checkbox {
    width: 16px;
    height: 16px;
    border-radius: 3px;
    background: #f9f9ff;
    position: relative;
    cursor: pointer;
    input {
        position: absolute;
        left: 0;
        top: 0;
        right: 0;
        bottom: 0;
        width: 100%;
        height: 100%;
        opacity: 0;
        +label {
            position: absolute;
            left: 0;
            top: 0;
            right: 0;
            bottom: 0;
            width: 100%;
            height: 100%;
            border-radius: 3px;
            cursor: pointer;
            border: 1px solid #f1f1f1;
        }
        &:checked {
            +label {
                background: url(../img/elements/success-check.png) no-repeat center center/cover;
                border: none;
            }
        }
    }
}

.disabled-checkbox {
    width: 16px;
    height: 16px;
    border-radius: 3px;
    background: #f9f9ff;
    position: relative;
    cursor: pointer;
    input {
        position: absolute;
        left: 0;
        top: 0;
        right: 0;
        bottom: 0;
        width: 100%;
        height: 100%;
        opacity: 0;
        +label {
            position: absolute;
            left: 0;
            top: 0;
            right: 0;
            bottom: 0;
            width: 100%;
            height: 100%;
            border-radius: 3px;
            cursor: pointer;
            border: 1px solid #f1f1f1;
        }
        &:disabled {
            cursor: not-allowed;
            z-index: 3;
        }
        &:checked {
            +label {
                background: url(../img/elements/disabled-check.png) no-repeat center center/cover;
                border: none;
            }
        }
    }
}

.primary-radio {
    width: 16px;
    height: 16px;
    border-radius: 8px;
    background: #f9f9ff;
    position: relative;
    cursor: pointer;
    input {
        position: absolute;
        left: 0;
        top: 0;
        right: 0;
        bottom: 0;
        width: 100%;
        height: 100%;
        opacity: 0;
        +label {
            position: absolute;
            left: 0;
            top: 0;
            right: 0;
            bottom: 0;
            width: 100%;
            height: 100%;
            border-radius: 8px;
            cursor: pointer;
            border: 1px solid #f1f1f1;
        }
        &:checked {
            +label {
                background: url(../img/elements/primary-radio.png) no-repeat center center/cover;
                border: none;
            }
        }
    }
}

.confirm-radio {
    width: 16px;
    height: 16px;
    border-radius: 8px;
    background: #f9f9ff;
    position: relative;
    cursor: pointer;
    input {
        position: absolute;
        left: 0;
        top: 0;
        right: 0;
        bottom: 0;
        width: 100%;
        height: 100%;
        opacity: 0;
        +label {
            position: absolute;
            left: 0;
            top: 0;
            right: 0;
            bottom: 0;
            width: 100%;
            height: 100%;
            border-radius: 8px;
            cursor: pointer;
            border: 1px solid #f1f1f1;
        }
        &:checked {
            +label {
                background: url(../img/elements/success-radio.png) no-repeat center center/cover;
                border: none;
            }
        }
    }
}

.disabled-radio {
    width: 16px;
    height: 16px;
    border-radius: 8px;
    background: #f9f9ff;
    position: relative;
    cursor: pointer;
    input {
        position: absolute;
        left: 0;
        top: 0;
        right: 0;
        bottom: 0;
        width: 100%;
        height: 100%;
        opacity: 0;
        +label {
            position: absolute;
            left: 0;
            top: 0;
            right: 0;
            bottom: 0;
            width: 100%;
            height: 100%;
            border-radius: 8px;
            cursor: pointer;
            border: 1px solid #f1f1f1;
        }
        &:disabled {
            cursor: not-allowed;
            z-index: 3;
        }
        &:checked {
            +label {
                background: url(../img/elements/disabled-radio.png) no-repeat center center/cover;
                border: none;
            }
        }
    }
}

.default-select {
    height: 40px;
    .nice-select {
        border: none;
        border-radius: 0px;
        height: 40px;
        background: #f9f9ff;
        padding-left: 20px;
        padding-right: 40px;
        .list {
            margin-top: 0;
            border: none;
            border-radius: 0px;
            box-shadow: none;
            width: 100%;
            padding: 10px 0 10px 0px;
            .option {
                font-weight: 300;
                @include transition();
                line-height: 28px;
                min-height: 28px;
                font-size: 12px;
                padding-left: 20px;
                &.selected {
                    color: $primary;
                    background: transparent;
                }
                &:hover {
                    color: $primary;
                    background: transparent;
                }
            }
        }
    }
    .current {
        margin-right: 50px;
        font-weight: 300;
    }
    .nice-select::after {
        right: 20px;
    }
}

.form-select {
    height: 40px;
    width: 100%;
    .nice-select {
        border: none;
        border-radius: 0px;
        height: 40px;
        background: #f9f9ff;
        padding-left: 45px;
        padding-right: 40px;
        width: 100%;
        .list {
            margin-top: 0;
            border: none;
            border-radius: 0px;
            box-shadow: none;
            width: 100%;
            padding: 10px 0 10px 0px;
            .option {
                font-weight: 300;
                @include transition();
                line-height: 28px;
                min-height: 28px;
                font-size: 12px;
                padding-left: 45px;
                &.selected {
                    color: $primary;
                    background: transparent;
                }
                &:hover {
                    color: $primary;
                    background: transparent;
                }
            }
        }
    }

    .current {
        margin-right: 50px;
        font-weight: 300;
    }
    .nice-select::after {
        right: 20px;
    }
}
*/
.mt-10 {
  margin-top: 10px; }

.section-top-border {
  padding: 50px 0;
  border-top: 1px dotted #eee; }

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

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

/*.switch-wrap {
    margin-bottom: 10px;
}*/
.header-transparrent {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  z-index: 9; }

.main-header {
  z-index: 3;
  opacity: .98; }
  @media only screen and (min-width: 768px) and (max-width: 991px) {
    .main-header {
      padding: 11px 0; } }
  @media only screen and (min-width: 576px) and (max-width: 767px) {
    .main-header {
      padding: 11px 0; } }
  @media (max-width: 767px) {
    .main-header {
      padding: 11px 0; } }
  @media only screen and (min-width: 1200px) and (max-width: 1600px) {
    .main-header .main-menu {
      margin-right: 30px; } }
  .main-header .main-menu ul li {
    display: inline-block;
    position: relative;
    z-index: 1;
    margin: 0 5px; }
    .main-header .main-menu ul li > a {
      color: #BF8E68;
      font-weight: 400;
      padding: 39px 16px;
      font-weight: 400;
      display: block;
      font-size: 16px;
      -webkit-transition: 0.3s;
      -moz-transition: 0.3s;
      -o-transition: 0.3s;
      transition: 0.3s;
      text-transform: capitalize; }
      @media only screen and (min-width: 992px) and (max-width: 1199px) {
        .main-header .main-menu ul li > a {
          padding: 39px 15px; } }
      .main-header .main-menu ul li > a.active {
        color: #5B3655; }
    .main-header .main-menu ul li:hover > a::before {
      width: 100%; }
    .main-header .main-menu ul li.active > a::before {
      width: 100%; }
  .main-header .main-menu ul ul.submenu {
    position: absolute;
    width: 170px;
    background: #fff;
    left: 0;
    top: 80%;
    visibility: hidden;
    opacity: 0;
    box-shadow: 0 0 10px 3px rgba(0, 0, 0, 0.05);
    padding: 17px 0;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s; }
    .main-header .main-menu ul ul.submenu > li {
      margin-left: 7px;
      display: block; }
      .main-header .main-menu ul ul.submenu > li > a {
        padding: 6px 10px !important;
        font-size: 14px;
        text-transform: capitalize; }
        .main-header .main-menu ul ul.submenu > li > a::before {
          position: absolute;
          content: "";
          left: -5px;
          background: #a60dcf;
          height: 2px;
          width: 0;
          transition: .3s;
          top: 50%; }
        .main-header .main-menu ul ul.submenu > li > a:hover {
          padding-left: 15px !important; }
          .main-header .main-menu ul ul.submenu > li > a:hover::before {
            width: 10px; }

.header-area .header-top .header-info-right .header-social a i {
  -webkit-transition: 0.4s;
  -moz-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
  transform: rotateY(0deg);
  -webkit-transform: rotateY(0deg);
  -moz-transform: rotateY(0deg);
  -ms-transform: rotateY(0deg);
  -o-transform: rotateY(0deg); }

.header-area .header-top .header-info-right .header-social a:hover i {
  transform: rotateY(180deg);
  -webkit-transform: rotateY(180deg);
  -moz-transform: rotateY(180deg);
  -ms-transform: rotateY(180deg);
  -o-transform: rotateY(180deg); }

.main-header ul > li:hover > ul.submenu {
  visibility: visible;
  opacity: 1;
  top: 100%; }

.top-bg {
  background: #002d5b; }

.header-sticky ul li a {
  padding: 10px 19px; }

.header-sticky.sticky-bar.sticky .main-menu ul > li > a {
  padding: 25px 16px; }

.header-sticky.sticky-bar.sticky .main-menu ul > li > a::before {
  bottom: 11px; }

.slicknav_menu .slicknav_icon-bar {
  background-color: #BF8E68 !important; }

.slicknav_nav {
  margin-top: 0px; }

.header-sticky.sticky-bar.sticky .header-btn .get-btn {
  padding: 20px 20px; }

.header-area .slicknav_btn {
  top: -43px; }

.slicknav_menu .slicknav_nav a:hover {
  background: transparent;
  color: #BF8E68; }

.slicknav_menu {
  background: transparent;
  margin-top: 5px !important; }

.mobile_menu {
  position: absolute;
  right: 0px;
  width: 100%;
  z-index: 99; }

span.wave {
  animation-name: wave-animation;
  /* Refers to the name of your @keyframes element below */
  animation-duration: 2.5s;
  /* Change to speed up or slow down */
  animation-iteration-count: infinite;
  /* Never stop waving :) */
  transform-origin: 70% 70%;
  /* Pivot around the bottom-left palm */
  display: inline-block; }

@keyframes wave-animation {
  0% {
    transform: rotate(0deg); }
  10% {
    transform: rotate(-10deg); }
  /* The following four values can be played with to make the waving more or less extreme */
  20% {
    transform: rotate(12deg); }
  30% {
    transform: rotate(-10deg); }
  40% {
    transform: rotate(9deg); }
  50% {
    transform: rotate(0deg); }
  /* Reset for the last half to pause */
  100% {
    transform: rotate(0deg); } }

.slider-height {
  min-height: 1000px;
  background-repeat: no-repeat;
  background-position: center center; }
  @media only screen and (min-width: 1200px) and (max-width: 1600px) {
    .slider-height {
      min-height: 900px; } }
  @media only screen and (min-width: 768px) and (max-width: 991px) {
    .slider-height {
      min-height: 600px; } }
  @media (max-width: 767px) {
    .slider-height {
      min-height: 600px; } }

.sky-blue {
  background: linear-gradient(to bottom, #FFE3CE, rgba(238, 241, 250, 0) 48%); }

.slider-padding {
  padding-top: 30px; }
  @media (max-width: 767px) {
    .slider-padding {
      padding-top: 40px; } }
  @media only screen and (min-width: 576px) and (max-width: 767px) {
    .slider-padding {
      padding-top: 40px; } }
  @media only screen and (min-width: 768px) and (max-width: 991px) {
    .slider-padding {
      padding-top: 40px; } }
  @media only screen and (min-width: 992px) and (max-width: 1199px) {
    .slider-padding {
      padding-top: 100px; } }

.slider-area {
  margin-top: -60px; }
  .slider-area .hero__caption {
    position: relative; }
    @media (max-width: 767px) {
      .slider-area .hero__caption {
        margin-top: 40%;
        margin-bottom: 50px; } }
    .slider-area .hero__caption span {
      display: inline-block;
      color: #2b044d;
      font-size: 16px;
      text-transform: uppercase;
      margin-bottom: 20px; }
    .slider-area .hero__caption h1 {
      font-size: 40px;
      font-weight: 500;
      color: darkslateblue;
      font-family: "Nunito", sans-serif;
      line-height: 1.3;
      margin-bottom: 32px; }
      @media only screen and (min-width: 992px) and (max-width: 1199px) {
        .slider-area .hero__caption h1 {
          font-size: 55px;
          line-height: 1.2; } }
      @media only screen and (min-width: 768px) and (max-width: 991px) {
        .slider-area .hero__caption h1 {
          font-size: 50px;
          line-height: 1.2; } }
      @media (max-width: 767px) {
        .slider-area .hero__caption h1 {
          font-size: 29px;
          line-height: 1.4; } }
    .slider-area .hero__caption p {
      margin-bottom: 54px;
      padding-right: 155px; }
      @media only screen and (min-width: 768px) and (max-width: 991px) {
        .slider-area .hero__caption p {
          margin-bottom: 54px;
          padding-right: 0px; } }
      @media (max-width: 767px) {
        .slider-area .hero__caption p {
          margin-bottom: 54px;
          padding-right: 0px; } }
    .slider-area .hero__caption .slider-btns a.video-btn {
      background: #FF968D;
      width: 60px;
      height: 60px;
      display: inline-block;
      text-align: center;
      line-height: 60px;
      border-radius: 50%;
      position: relative;
      margin-left: 8px;
      animation: 1.3s cubic-bezier(0.8, 0, 0, 1) 0s normal none infinite running pulse;
      box-shadow: 0 0 0 0 rgba(61, 1, 68, 0.302);
      -webkit-animation: 1.3s cubic-bezier(217, 70, 233, 1) 0s normal none infinite running pulse; }
      .slider-area .hero__caption .slider-btns a.video-btn:hover.ani-btn {
        /*animation: 1.3s cubic-bezier(0.8, 0, 0, 1) 0s normal none infinite running pulse;
                         box-shadow: 0 0 0 0 rgba(61, 1, 68, 0.302);
                         -webkit-animation: 1.3s cubic-bezier(217, 70, 233, 1) 0s normal none infinite running pulse;*/ }

@-webkit-keyframes pulse {
  to {
    box-shadow: 0 0 0 45px rgba(83, 16, 90, 0); } }

@keyframes pulse {
  to {
    box-shadow: 0 0 0 45px rgba(187, 22, 206, 0); } }
  .slider-area .hero__img img {
    position: relative;
    right: -10px; }
    @media only screen and (min-width: 992px) and (max-width: 1199px) {
      .slider-area .hero__img img {
        right: 0px;
        top: -100px; } }
    @media only screen and (min-width: 1200px) and (max-width: 1300px) {
      .slider-area .hero__img img {
        right: 0px;
        top: -20px;
        width: 85%; } }
    @media only screen and (min-width: 1360px) and (max-width: 1366px) {
      .slider-area .hero__img img {
        width: 85%;
        top: -90px; } }

z
.slider-area .hero-cap h2 {
  color: #fff;
  font-size: 50px;
  font-weight: 400; }

.slider-height2 {
  min-height: 300px;
  background-repeat: no-repeat;
  background-position: center center; }
  @media (max-width: 767px) {
    .slider-height2 {
      min-height: 260px; } }

.services-area {
  padding-top: 270px; }
  @media only screen and (min-width: 992px) and (max-width: 1199px) {
    .services-area {
      padding-top: 200px; } }
  @media only screen and (min-width: 768px) and (max-width: 991px) {
    .services-area {
      padding-top: 150px; } }
  @media only screen and (min-width: 576px) and (max-width: 767px) {
    .services-area {
      padding-top: 150px; } }
  @media (max-width: 767px) {
    .services-area {
      padding-top: 130px; } }

.best-features-area {
  position: relative; }
  .best-features-area .single-features {
    display: flex; }
    @media (max-width: 767px) {
      .best-features-area .single-features {
        margin-bottom: 30px; } }
    .best-features-area .single-features .features-icon span {
      position: relative;
      color: #fff;
      font-size: 30px;
      height: 67px;
      width: 67px;
      display: block;
      line-height: 67px;
      border-radius: 50%;
      text-align: center;
      background-image: -moz-linear-gradient(90deg, #EAD0B8 0%, #F5DCC6 100%);
      background-image: -webkit-linear-gradient(90deg, #EAD0B8 0%, #F5DCC6 100%);
      background-image: -ms-linear-gradient(90deg, #EAD0B8 0%, #F5DCC6 100%); }
    .best-features-area .single-features .features-caption {
      padding-left: 19px; }
      .best-features-area .single-features .features-caption h3 {
        font-size: 24px;
        font-weight: 600;
        line-height: 1.2;
        margin-bottom: 10px;
        color: #23182c; }
      @media only screen and (min-width: 768px) and (max-width: 991px) {
        .best-features-area .single-features .features-caption p {
          font-size: 15px; } }
      @media only screen and (min-width: 768px) and (max-width: 991px) {
        .best-features-area .single-features .features-caption p {
          font-size: 15px; } }
      @media (max-width: 767px) {
        .best-features-area .single-features .features-caption p {
          font-size: 13px; } }
  .best-features-area .features-shpae {
    position: absolute;
    left: 30px;
    top: 100px; }
    .best-features-area .features-shpae.features-shpae2 {
      top: 300px; }
      @media (min-width: 1200px) and (max-width: 1500px) {
        .best-features-area .features-shpae.features-shpae2 {
          top: 246px !important;
          transform: translateY(0); } }
      @media only screen and (min-width: 992px) and (max-width: 1199px) {
        .best-features-area .features-shpae.features-shpae2 {
          top: 300px; } }
      @media only screen and (min-width: 768px) and (max-width: 991px) {
        .best-features-area .features-shpae.features-shpae2 {
          top: 300px; } }
    @media only screen and (min-width: 1200px) and (max-width: 1300px) {
      .best-features-area .features-shpae {
        top: 50%;
        transform: translateY(-50%); } }
    .best-features-area .features-shpae img {
      max-width: 80%; }
      @media (min-width: 1200px) and (max-width: 1500px) {
        .best-features-area .features-shpae img {
          max-width: 60%; } }
      @media only screen and (min-width: 1200px) and (max-width: 1300px) {
        .best-features-area .features-shpae img {
          max-width: 50%;
          top: 50%; } }
      @media only screen and (min-width: 992px) and (max-width: 1199px) {
        .best-features-area .features-shpae img {
          display: none !important; } }

.section-tittle h2 {
  font-size: 42px;
  font-weight: 400;
  line-height: 1.2;
  margin-bottom: 40px; }
  @media (max-width: 767px) {
    .section-tittle h2 {
      font-size: 30px;
      line-height: 1.3; } }
  @media only screen and (min-width: 992px) and (max-width: 1199px) {
    .section-tittle h2 {
      font-size: 40px; } }

.service-area .services-caption {
  background: #fff;
  padding: 84px 45px 56px;
  border: 1px solid transparent;
  border-radius: 7px;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s; }
  @media only screen and (min-width: 992px) and (max-width: 1199px) {
    .service-area .services-caption {
      padding: 84px 25px 56px; } }
  .service-area .services-caption .service-icon {
    display: inline-block;
    position: relative; }
    .service-area .services-caption .service-icon::before {
      background-image: url("../img/shape/dot-bg.png");
      content: "";
      width: 80px;
      height: 135px;
      position: absolute;
      right: -29px;
      top: -35px;
      z-index: 0;
      -webkit-transition: 0.5s;
      -moz-transition: 0.5s;
      -o-transition: 0.5s;
      transition: 0.5s; }
    .service-area .services-caption .service-icon span {
      position: relative;
      color: #fff;
      font-size: 40px;
      height: 105px;
      width: 105px;
      display: block;
      line-height: 105px;
      border-radius: 50%;
      text-align: center;
      background: #e88cea;
      margin-bottom: 42px;
      -webkit-transition: 0.5s;
      -moz-transition: 0.5s;
      -o-transition: 0.5s;
      transition: 0.5s; }
  .service-area .services-caption .service-cap h4 a {
    font-size: 24px;
    font-weight: 700;
    line-height: 1.2;
    margin-bottom: 27px;
    display: inline-block; }
    .service-area .services-caption .service-cap h4 a:hover {
      color: #835ef8; }

.services-caption:hover {
  border: 1px solid #b8a2ff; }
  .services-caption:hover .service-icon::before {
    right: -32px; }
  .services-caption:hover .service-icon span {
    background: #835ef8; }

.services-caption.active {
  border: 1px solid #b8a2ff; }
  .services-caption.active .service-icon::before {
    right: -32px; }
  .services-caption.active .service-icon span {
    background: #835ef8; }

.best-pricing {
  position: relative; }
  .best-pricing.pricing-padding {
    padding-top: 0px;
    padding-bottom: 280px;
    background-size: cover;
    background-repeat: no-repeat; }
  .best-pricing.pricing-padding2 {
    padding-top: 300px;
    padding-bottom: 280px; }
    @media only screen and (min-width: 992px) and (max-width: 1199px) {
      .best-pricing.pricing-padding2 {
        padding-top: 300px;
        padding-bottom: 280px; } }
    @media only screen and (min-width: 768px) and (max-width: 991px) {
      .best-pricing.pricing-padding2 {
        padding-top: 160px; } }
    @media only screen and (min-width: 576px) and (max-width: 767px) {
      .best-pricing.pricing-padding2 {
        padding-top: 160px; } }
    @media (max-width: 767px) {
      .best-pricing.pricing-padding2 {
        padding-top: 160px; } }
  .best-pricing::before {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    content: "";
    opacity: 0.95; }
  .best-pricing.best-pricing2::before {
    display: none; }

.pricing-card-area {
  margin-top: -295px; }
  .pricing-card-area .single-card {
    position: relative;
    background: #fff;
    padding: 40px 25px;
    border-radius: 6px;
    box-shadow: 0 24px 48px rgba(17, 16, 62, 0.12);
    border-radius: 20px;
    -webkit-transition: 0.4s;
    -moz-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s; }
    .pricing-card-area .single-card::before {
      background-image: url("../img/gallery/card_dot.png");
      content: "";
      width: 171px;
      height: 134px;
      position: absolute;
      right: 2px;
      bottom: 10px;
      z-index: -1;
      -webkit-transition: 0.4s;
      -moz-transition: 0.4s;
      -o-transition: 0.4s;
      transition: 0.4s; }
      @media (max-width: 767px) {
        .pricing-card-area .single-card::before {
          display: none; } }
    .pricing-card-area .single-card .card-top {
      border-bottom: 2px solid #f4f4f4;
      margin-bottom: 46px; }
      .pricing-card-area .single-card .card-top span {
        color: #57667e;
        font-size: 24px;
        margin-bottom: 5px;
        display: inline-block; }
      .pricing-card-area .single-card .card-top h4 {
        color: #6a56a6;
        font-size: 50px;
        font-weight: 500;
        margin-bottom: 13px;
        padding-right: 3px;
        font-family: "Poppins", sans-serif; }
        .pricing-card-area .single-card .card-top h4 span {
          color: #6a56a6;
          font-size: 16px; }
          .pricing-card-area .single-card .card-top h4 span small {
            color: #FF968D; }
    .pricing-card-area .single-card .card-bottom ul {
      padding: 0 20px; }
      .pricing-card-area .single-card .card-bottom ul li {
        color: #717081;
        font-weight: 300;
        margin-bottom: 32px;
        font-size: 16px; }
        .pricing-card-area .single-card .card-bottom ul li:last-child {
          margin-bottom: 45px; }
    .pricing-card-area .single-card.active {
      box-shadow: 0px 10px 30px 0px rgba(133, 66, 189, 0.1); }
      .pricing-card-area .single-card.active::before {
        right: -20px;
        bottom: -21px; }
      .pricing-card-area .single-card.active .btn::before {
        transform: scaleX(1);
        color: #fff !important;
        z-index: -1; }
    .pricing-card-area .single-card:hover {
      box-shadow: 0px 10px 30px 0px rgba(133, 66, 189, 0.1); }
      .pricing-card-area .single-card:hover::before {
        right: -20px;
        bottom: -21px; }
      .pricing-card-area .single-card:hover .btn::before {
        transform: scaleX(1);
        color: #fff !important;
        z-index: -1; }

.section-tittle2 h2 {
  color: #333; }

.testimonials {
  position: relative; }

.section-inner {
  padding-top: 0;
  padding-bottom: 108px; }

.section-title {
  margin-bottom: 72px; }

.testimonial-link a {
  margin-top: 10px;
  color: #8C5383; }

.testimonials-shape {
  position: absolute; }

.testimonials-shape-1 {
  bottom: 52px;
  left: calc(50% - 80px); }

.testimonials-shape-2 {
  top: 84px;
  left: calc(50% + 30px); }

.testimonials-shape-3 {
  display: none; }

.testimonials-wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin-right: -16px;
  margin-left: -16px .testimonials-wrap;
    margin-left-margin-top: -16px; }
  .testimonials-wrap:last-child {
    margin-bottom: -16px; }

.testimonial {
  position: relative;
  padding: 44px 16px 16px;
  width: 388px;
  max-width: 388px;
  flex-grow: 1; }

.testimonial-inner {
  position: relative;
  height: 100%;
  display: flex;
  flex-wrap: wrap;
  background: #fff;
  padding: 52px 24px 24px;
  border-radius: 20px; }
  .testimonial-inner::before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    border-radius: 20px;
    box-shadow: 0 24px 48px rgba(17, 16, 62, 0.12);
    mix-blend-mode: multiply; }

> * {
  width: 100%; }

.testimonial-inner .testimonial-main {
  position: relative; }

.testimonial-header {
  position: absolute;
  top: -80px; }

.testimonial-header img {
  width: 70px;
  height: auto;
  border-radius: 50%;
  box-shadow: 0 16px 24px rgba(17, 16, 62, 0.12); }

.testimonial-footer {
  align-self: flex-end;
  font-weight: 500;
  margin-bottom: 12px; }

@media (min-width: 641px) {
  .testimonials .section-inner {
    padding-bottom: 166px; }
  .testimonials .section-title {
    margin-bottom: 126px; }
  .testimonials-wrap {
    margin-right: -24px;
    margin-left: -24px; }
  .testimonials-wrap:first-child {
    margin-top: -24px; }
  .testimonials-wrap:last-child {
    margin-bottom: -24px; }
  .testimonial {
    padding: 52px 24px 24px; }
  .testimonials-shape-1 {
    bottom: auto;
    top: 170px;
    left: calc(50% - 205px); }
  .testimonials-shape-1 svg {
    width: 400px;
    height: 400px; }
  .testimonials-shape-2 {
    top: 480px;
    left: calc(50% + 190px); }
  .testimonials-shape-3 {
    display: block;
    top: 570px;
    left: calc(50% - 320px); } }

@media (min-width: 1025px) {
  .testimonial:nth-child(odd) {
    top: 40px; } }

.slider-btns {
  width: 320px; }

/* Parent element can be any width and height */
.parent {
  position: fixed;
  width: 100%;
  /* can be any width */
  height: 100%;
  left: 0;
  top: 0;
  display: none;
  text-align: center;
  z-index: 9999; }

.parent:before {
  /* pseudo element to force vertical centering of child element */
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle; }

.parent:after {
  /* pseudo element to create overlay */
  background: white;
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  opacity: 0.8;
  z-index: 200; }

/* Centered child element can be any width and height */
.centeredchild {
  position: relative;
  /* position element to participate in z-indexing */
  z-index: 300;
  /* higher z-index than overlay */
  display: inline-block;
  vertical-align: middle;
  width: 85%;
  /* can be any width */
  height: 85%; }

.faq-section {
  background-color: #fff;
  width: 100%;
  padding-top: 70px;
  padding-bottom: 150px;
  z-index: 2; }
  @media (min-width: 768px) {
    .faq-section {
      padding-top: 140px; } }
  .faq-section .content h2 {
    color: #ffffff;
    font-family: "Nunito", sans-serif, sans-serif;
    font-size: 50px;
    font-weight: 700;
    line-height: 55px;
    margin-bottom: 28px; }
    @media (min-width: 480px) {
      .faq-section .content h2 {
        font-size: 70px;
        line-height: 70px; } }
    @media (min-width: 768px) {
      .faq-section .content h2 {
        font-size: 60px;
        line-height: 65px; } }
    @media (min-width: 992px) {
      .faq-section .content h2 {
        font-size: 65px;
        line-height: 65px; } }
    @media (min-width: 1200px) {
      .faq-section .content h2 {
        font-size: 70px;
        line-height: 70px; } }
  .faq-section .content p {
    color: #e5e5e5;
    font-family: "Nunito", sans-serif;
    font-size: 15px;
    font-weight: 400;
    line-height: 25px; }
    @media (min-width: 480px) {
      .faq-section .content p {
        font-size: 22px;
        line-height: 32px; } }
    @media (min-width: 576px) {
      .faq-section .content p {
        font-size: 22px;
        padding-right: 65px; } }
    @media (min-width: 768px) {
      .faq-section .content p {
        font-size: 19px;
        line-height: 30px;
        padding-right: 0; } }
    @media (min-width: 992px) {
      .faq-section .content p {
        padding-right: 60px; } }
    @media (min-width: 1200px) {
      .faq-section .content p {
        padding-right: 17px;
        font-size: 21px;
        line-height: 36px; } }

.faq-shape {
  top: auto;
  bottom: 0; }

.fact-absolute {
  top: 0;
  z-index: 2;
  width: 100%; }
  @media (min-width: 992px) {
    .fact-absolute {
      position: absolute; } }

.faq-guarantee {
  padding-top: 70px; }
  @media (min-width: 768px) {
    .faq-guarantee {
      padding-top: 140px; } }

.single-faq {
  border-radius: 30px;
  border-bottom-left-radius: 30px;
  border-bottom-right-radius: 30px;
  overflow: hidden;
  box-shadow: 0 24px 48px rgba(17, 16, 62, 0.12);
  margin-bottom: 20px; }
  .single-faq .faq-head {
    width: 100%;
    background: #fff;
    color: #000000;
    text-align: left;
    border-width: 1px 1px 0px 1px;
    border-style: solid;
    border-color: white;
    border-radius: 30px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 20px; }
    @media (min-width: 992px) {
      .single-faq .faq-head {
        padding: 30px; } }
    .single-faq .faq-head h2 {
      font-family: "Poppins", sans-serif;
      font-weight: 600;
      color: inherit;
      font-size: 19px;
      line-height: 28px; }
      @media (min-width: 992px) {
        .single-faq .faq-head h2 {
          font-size: 21px;
          line-height: 36px; } }
    .single-faq .faq-head.collapsed {
      background: #fff;
      border-color: #877293;
      background-color: #877293;
      color: #fff;
      transition: .4s;
      box-shadow: 0 0px 0px rgba(17, 16, 62, 0.12); }
      .single-faq .faq-head.collapsed:hover {
        border-color: #93809e;
        background-color: #93809e;
        transition: .4s;
        cursor: pointer; }
      .single-faq .faq-head.collapsed i {
        transform: rotate(0deg); }
    .single-faq .faq-head i {
      transform: rotate(180deg);
      transition: transform 0.4s;
      fill: #C3AFB3; }
  .single-faq .faq-body {
    border-width: 0px 1px 1px 1px;
    border-style: solid;
    border-color: transparent;
    background: #fff;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    transition: .4s;
    padding: 0px 30px 30px 30px; }
    .single-faq .faq-body p {
      color: #666666;
      font-size: 16px;
      letter-spacing: -0.4px;
      line-height: 28px; }
    .single-faq .faq-body a {
      color: #877293;
      transition: .4s; }
      .single-faq .faq-body a:hover {
        color: #5B3655;
        transition: .4s; }
  .single-faq .collapse.show {
    border-color: #e5e5e5; }

/*=================================*/
/* VIDEO YOUTUBE
/*=================================*/
/* Video container to maintain Youtube 16:9 aspect ratio */
.videowrapper {
  position: relative;
  padding-top: 0px;
  padding-bottom: 56.25%;
  /* 16:9 aspect ratio */
  height: 0; }

/* Make Youtube IFRAME responsive */
iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }

@media (max-width: 767px) {
  .hide-on-mobile {
    display: none !important; } }

@media (min-width: 768px) {
  .show-on-mobile {
    display: none !important; } }

/*=================================*/
/* ENCODE EMAIL
/*=================================*/
.responsive {
  width: 100%;
  max-width: 80%;
  height: auto; }

my-email::after {
  content: attr(data-domain); }

my-email::before {
  content: attr(data-user) "@"; }

/*=================================*/
/* SCROLL DOWN ARROW
/*=================================*/
.scroll-down {
  width: 1px;
  height: 80px;
  background: #C0ABAF;
  animation: scrollDown4 4s ease infinite;
  margin: 0 auto;
  margin-top: -200px; }

@media only screen and (min-width: 1199px) and (max-width: 1399px) {
  .scroll-down {
    margin-top: -300px; } }

@keyframes scrollDown4 {
  0% {
    transform-origin: top;
    transform: scaleY(0); }
  45% {
    transform-origin: top;
    transform: scaleY(1); }
  55% {
    transform-origin: bottom;
    transform: scaleY(1); }
  100% {
    transform-origin: bottom;
    transform: scaleY(0); } }

hr.anchor {
  display: block;
  position: relative;
  top: -55px;
  visibility: hidden; }

.footer-area .footer-logo {
  margin-bottom: 30px; }

.footer-area .footer-pera .info1 {
  margin-bottom: 10px;
  line-height: 1.8; }

.footer-area .footer-pera .info2 {
  margin-bottom: 50px;
  line-height: 1.8; }

.footer-area .footer-pera.footer-pera2 p {
  padding: 0; }

.footer-area .footer-tittle h4 {
  color: #000;
  font-size: 18px;
  margin-bottom: 48px;
  font-weight: 700; }

.footer-area .footer-tittle ul li {
  color: #012f5f;
  margin-bottom: 15px; }
  .footer-area .footer-tittle ul li a {
    color: #868c98;
    font-weight: 300; }
    .footer-area .footer-tittle ul li a:hover {
      color: #BF8E68;
      padding-left: 5px; }

.footer-area .footer-form {
  margin-top: 40px; }
  .footer-area .footer-form form {
    position: relative; }
    .footer-area .footer-form form input {
      width: 100%;
      height: 43px;
      padding: 10px 20px;
      border: 1px solid #fff;
      background: #f9f9fe; }
    .footer-area .footer-form form .form-icon button {
      position: absolute;
      top: 1px;
      right: 0;
      background: none;
      border: 0;
      cursor: pointer;
      padding: 11px 22px;
      background: #BF8E68;
      line-height: 1; }

.footer-area .info.error {
  color: #BF8E68; }

.footer-area .footer-social a {
  width: 40px;
  height: 40px;
  font-size: 14px;
  border: 1px solid #fafafa;
  background: #fafafa;
  display: inline-block;
  line-height: 40px;
  text-align: center;
  color: #949eb2;
  margin-right: 5px;
  -webkit-transition: 0.4s;
  -moz-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s; }

.footer-area .footer-copy-right {
  padding-top: 20px; }
  @media (max-width: 767px) {
    .footer-area .footer-copy-right {
      padding-top: 0px; } }
  .footer-area .footer-copy-right p {
    color: #888888;
    font-weight: 300;
    font-size: 16px;
    line-height: 2;
    margin-bottom: 12px; }
    .footer-area .footer-copy-right p i {
      color: #f9218d; }
    .footer-area .footer-copy-right p a {
      color: #f9218d; }
      .footer-area .footer-copy-right p a:hover {
        color: #BF8E68; }

.footer-social a:hover {
  background: #BF8E68; }
  .footer-social a:hover i {
    color: #fff;
    -webkit-transition: 0.4s;
    -moz-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s; }
