@import url("https://fonts.googleapis.com/css?family=Cardo:400,400i,700|Montserrat:300,400,500,600,700,800&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Plus+Jakarta+Sans:ital,wght@0,200..800;1,200..800&display=swap");
@import url("../css/bootstrap.min.css");
@import url("../css/custom-icons.min.css");
@import url("../css/icofonts.min.css");
@import url("../css/cubeportfolio.css");
@import url("../css/bootsnav.css");
@import url("../css/slick.css");
@import url("../css/animate.css");
@font-face {
font-family: 'Helvetica';
src: url('../fonts/helvetica-255-webfont/Helvetica.woff');
}
:root {
  --color00: #16720a;
  --color01: #ffffff;
  --color02: #502883;
  --color02Hover: #402068;
  --color03: #2a2a33;
  --color04: #00bcd4;
  --color04Hover: #0096a9;
  --color05: #ffd400;
  --color06: #f96e6e;
  --color06Hover: #f62929;
  --color07: #0097a7;
  --color08: #f4f4f4;
  --color09: #fbfbfb;
  --color10: #ffd400;
  --color11: #f96e6f;
  --color12: #362e42;
  --color13: #aaa;
}
.container{
	width:90%;
}
.btn-amazing {
  color: var(--main-color);
  border: 1px solid var(--main-color) !important;
  position: relative;
  display: inline-block;
  overflow: hidden;
}
.btn-amazing span {
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  border-radius: 50%;
  background: #7e6996;
  transition: width 0.4s ease-in-out, height 0.4s ease-in-out;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: -1;
}
.btn-amazing:hover {
  color: #fff;
  border-color: transparent !important;
}
.btn-amazing:hover span {
  width: 225%;
  height: 562.5px;
}
.btn-amazing:active {
  background: #7e6996;
}

.bullet-bar.tp-bullets {
}
.bullet-bar.tp-bullets:before {
  content: " ";
  position: absolute;
  width: 100%;
  height: 100%;
  background: transparent;
  padding: 10px;
  margin-left: -10px;
  margin-top: -10px;
  box-sizing: content-box;
}
.bullet-bar .tp-bullet {
  width: 60px;
  height: 3px;
  position: absolute;
  background: #aaa;
  background: rgba(204, 204, 204, 0.5);
  cursor: pointer;
  box-sizing: content-box;
}
.bullet-bar .tp-bullet:hover,
.bullet-bar .tp-bullet.selected {
  background: rgba(204, 204, 204, 1);
}
.bullet-bar .tp-bullet-image {
}
.bullet-bar .tp-bullet-title {
}
.tiny_bullet_slider .tp-bullet:before {
  content: " ";
  position: absolute;
  width: 100%;
  height: 25px;
  top: -12px;
  left: 0px;
  background: transparent;
}
*,
*::before,
*::after {
  transition-timing-function: ease-in-out;
  -ms-transition-timing-function: ease-in-out;
  -moz-transition-timing-function: ease-in-out;
  -webkit-transition-timing-function: ease-in-out;
  -o-transition-timing-function: ease-in-out;
  transition-duration: 0.2s;
  -ms-transition-duration: 0.2s;
  -moz-transition-duration: 0.2s;
  -webkit-transition-duration: 0.2s;
  -o-transition-duration: 0.2s;
}
*:hover {
  transition-timing-function: ease-in-out;
  -ms-transition-timing-function: ease-in-out;
  -moz-transition-timing-function: ease-in-out;
  -webkit-transition-timing-function: ease-in-out;
  -o-transition-timing-function: ease-in-out;
  transition-duration: 0.2s;
  -ms-transition-duration: 0.2s;
  -moz-transition-duration: 0.2s;
  -webkit-transition-duration: 0.2s;
  -o-transition-duration: 0.2s;
}
.transition-none *,
.home-slider *,
.mfp-container *,
.attr-nav *,
.cbp-wrapper *,
.parallax,
.rev-slider *,
#loader-overlay *,
.menu-overlay,
.tr-products *,
#loader-overlay,
.main-box-title *,
.skillbar-wrap * {
  transition-timing-function: none;
  -moz-transition-timing-function: none;
  -webkit-transition-timing-function: none;
  -o-transition-timing-function: none;
  -ms-transition-timing-function: none;
  transition-duration: 0s;
  -moz-transition-duration: 0s;
  -webkit-transition-duration: 0s;
  -o-transition-duration: 0s;
  -ms-transition-duration: 0s;
}
/* Theme Revolution Slider */
.anno-rs .hades.tparrows {
  background: rgba(0, 0, 0, 0.75);
  width: 50px;
}
.anno-rs .hades.tparrows:hover:before {
  background: rgba(0, 0, 0, 0.95);
  color: #fff;
}
/* Transitons */
@-webkit-keyframes it-zoom {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 0.6;
  }
  100% {
    -webkit-transform: scale(1.5);
    transform: scale(1.5);
    opacity: 0;
  }
}
@keyframes it-zoom {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 0.6;
  }
  100% {
    -webkit-transform: scale(1.5);
    transform: scale(1.5);
    opacity: 0;
  }
}

h1.main,
p.demos {
  -webkit-animation-delay: 18s;
  -moz-animation-delay: 18s;
  -ms-animation-delay: 18s;
  animation-delay: 18s;
}
.sp-container {
  position: fixed;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  z-index: 0;
  background: -webkit-radial-gradient(
    rgba(0, 0, 0, 0.1),
    rgba(0, 0, 0, 0.3) 35%,
    rgba(0, 0, 0, 0.7)
  );
  background: -moz-radial-gradient(
    rgba(0, 0, 0, 0.1),
    rgba(0, 0, 0, 0.3) 35%,
    rgba(0, 0, 0, 0.7)
  );
  background: -ms-radial-gradient(
    rgba(0, 0, 0, 0.1),
    rgba(0, 0, 0, 0.3) 35%,
    rgba(0, 0, 0, 0.7)
  );
  background: radial-gradient(
    rgba(0, 0, 0, 0.1),
    rgba(0, 0, 0, 0.3) 35%,
    rgba(0, 0, 0, 0.7)
  );
}
.sp-content {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0px;
  top: 0px;
  z-index: 1000;
}
@media screen and (max-width: 992px) {
	.transfer{
		padding:2rem!important;
	}
	.container{
		width:100%!important;
	}
	h2{
		font-size:3.5rem!important;
	}
	.pricing-header{
		margin:0!important;
	}
	.logo{
		height:45px!important;
		top:7px!important;
	}
	.f-fancy{
		height:auto!important;
	}
	.accordion-header{
		font-size:1.5rem!important;
		text-align:left!important;
	}
	.karsilama-area1{
		flex-direction:column;
	}
	.karsilama-area2{
		flex-direction:column!important;
	}
	.karsilama-area3{
		flex-direction:column!important;
	}
	span{
		font-size:1.5rem!important;
	}
	.img-title{
		width:100%!important;
	}
	.karsilama-area .title{
		margin:20px 0!important;
	}
	p{
		font-size:1.5rem!important;
	}
	.section-yazi ul{
		text-align:left;
	}
	.count-area{
		flex-direction:column;
	}
	.count-one{	
		border-right:none!important	;
		border-bottom:2px solid #D9D9D9;
	}
	.count-two{	
		border-right:none!important	;
		border-bottom:2px solid #D9D9D9;
	}
	.count-three{	
		border-right:none!important	;
		border-bottom:2px solid #D9D9D9;
	}
	.count-four{	
		border-right:none!important	;
		border-bottom:none!important	;
	}
	.counter-box{
		font-size:5rem!important;
	}
	.count-h{
		font-size:1.4rem!important;
	}
	.testimonial-block .inner-box{
		padding:2rem!important;
	}
	h1.title{
		font-size:3rem!important;
		margin-top:4rem;
	}
	.symposium-span{
		line-height:1;
		font-size:3rem!important;
	}
	.banner-span{
		font-size:3rem!important;
	}
	.banner-down{
		bottom:-14%!important;
	}
  .tp-mask-wrap {
    display: flex !important;
    align-items: center;
    justify-content: center;
    transform: translateY(-40%);
  }
  .timeContainer .wrapper {
    width: 100% !important;
  }
  .timeContainer .wrapper div {
	  width:90px !important;
	  height:90px !important;
  }
	.wrapper p{
		font-size:1rem!important;
	}
  .timeContainer .wrapper {
    display: grid !important;
    grid-template-columns: 1fr 1fr;
  }
  .btn--hoverEffect2 {
    width: 100% !important;
  }
  .imglist img {
    margin: 10px 0 !important;
    width: 100% !important;
  }
  .main {
    width: 100%;
    overflow-x: scroll;
  }
  .banner-h2 {
    font-size: 5rem !important;
    margin-bottom: 3rem !important;
  }
  .banner-p {
    font-size: 3rem !important;
    margin-bottom: 3rem !important;
  }
  .banner-content-area {
    top: 55% !important;
  }
  .countup {
    flex-direction: column;
  }
  .countup .w-25 {
    width: 100% !important;
  }
  .banner-btn-area .row {
    flex-direction: column;
    width: 100% !important;
  }
  .btn--hoverEffect2 {
    margin: 10px 0;
  }
  .sp-container h2 {
    font-size: 40px !important;
    line-height: 70px;
    top: 30% !important;
  }
  .yazi {
    font-size: 10px !important;
  }

  .dropdown i {
    display: none;
  }
  .container th h1 {
    font-size: 12px !important;
  }
  .container td {
    font-size: 12px !important;
  }
}
.sp-container h2 {
  position: absolute;
  top: 35%;
  height: 90px;
  font-size: 76px;
  letter-spacing: 4px;
  font-weight: 900;
  width: 100%;
  text-align: center;
  color: transparent;
  -webkit-animation: blurFadeInOut 1s ease-in backwards;
  -moz-animation: blurFadeInOut 1s ease-in backwards;
  -ms-animation: blurFadeInOut 1s ease-in backwards;
  animation: blurFadeInOut 1s ease-in backwards;
}
.sp-container h2.frame-1 {
  -webkit-animation-delay: 0s;
  -moz-animation-delay: 0s;
  -ms-animation-delay: 0s;
  animation-delay: 0s;
}
.sp-container h2.frame-2 {
  -webkit-animation-delay: 1s;
  -moz-animation-delay: 1s;
  -ms-animation-delay: 1s;
  animation-delay: 1s;
}
.sp-container h2.frame-3 {
  -webkit-animation-delay: 2s;
  -moz-animation-delay: 2s;
  -ms-animation-delay: 2s;
  animation-delay: 2s;
}
.sp-container h2.frame-4 {
  font-size: 200px;
  -webkit-animation-delay: 3s;
  -moz-animation-delay: 3s;
  -ms-animation-delay: 3s;
  animation-delay: 3s;
}
.sp-container h2.frame-5 {
  -webkit-animation: none;
  -moz-animation: none;
  -ms-animation: none;
  animation: none;
  color: transparent;
  text-shadow: 0px 0px 1px #fff;
}
.sp-container h2.frame-5 span {
  -webkit-animation: blurFadeIn 3s ease-in 4s backwards;
  -moz-animation: blurFadeIn 1s ease-in 4s backwards;
  -ms-animation: blurFadeIn 3s ease-in 4s backwards;
  animation: blurFadeIn 3s ease-in 4s backwards;
  color: transparent;
  text-shadow: 0px 0px 1px #fff;
}
.sp-container h2.frame-5 span:nth-child(2) {
  -webkit-animation-delay: 5s;
  -moz-animation-delay: 5s;
  -ms-animation-delay: 5s;
  animation-delay: 5s;
}
.sp-container h2.frame-5 span:nth-child(3) {
  -webkit-animation-delay: 6s;
  -moz-animation-delay: 6s;
  -ms-animation-delay: 6s;
  animation-delay: 6s;
}
.sp-globe {
  position: absolute;
  width: 282px;
  height: 273px;
  left: 50%;
  top: 50%;
  margin: -137px 0 0 -141px;
  background: transparent url(http://web-sonick.zz.mu/images/sl/globe.png)
    no-repeat top left;
  -webkit-animation: fadeInBack 3.6s linear 14s backwards;
  -moz-animation: fadeInBack 3.6s linear 14s backwards;
  -ms-animation: fadeInBack 3.6s linear 14s backwards;
  animation: fadeInBack 3.6s linear 14s backwards;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=30)";
  filter: alpha(opacity=30);
  opacity: 0.3;
  -webkit-transform: scale(5);
  -moz-transform: scale(5);
  -o-transform: scale(5);
  -ms-transform: scale(5);
  transform: scale(5);
}
.sp-circle-link {
  position: absolute;
  left: 50%;
  bottom: 100px;
  margin-left: -50px;
  text-align: center;
  line-height: 100px;
  width: 100px;
  height: 100px;
  background: #fff;
  color: #3f1616;
  font-size: 25px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  -webkit-animation: fadeInRotate 1s linear 16s backwards;
  -moz-animation: fadeInRotate 1s linear 16s backwards;
  -ms-animation: fadeInRotate 1s linear 16s backwards;
  animation: fadeInRotate 1s linear 16s backwards;
  -webkit-transform: scale(1) rotate(0deg);
  -moz-transform: scale(1) rotate(0deg);
  -o-transform: scale(1) rotate(0deg);
  -ms-transform: scale(1) rotate(0deg);
  transform: scale(1) rotate(0deg);
}
.sp-circle-link:hover {
  background: #85373b;
  color: #fff;
}
/**/
@-webkit-keyframes blurFadeInOut {
  0% {
    opacity: 0;
    text-shadow: 0px 0px 40px #fff;
    -webkit-transform: scale(1.3);
  }
  20%,
  75% {
    opacity: 1;
    text-shadow: 0px 0px 1px #fff;
    -webkit-transform: scale(1);
  }
  100% {
    opacity: 0;
    text-shadow: 0px 0px 50px #fff;
    -webkit-transform: scale(0);
  }
}
@-webkit-keyframes blurFadeIn {
  0% {
    opacity: 0;
    text-shadow: 0px 0px 40px #fff;
    -webkit-transform: scale(1.3);
  }
  50% {
    opacity: 0.5;
    text-shadow: 0px 0px 10px #fff;
    -webkit-transform: scale(1.1);
  }
  100% {
    opacity: 1;
    text-shadow: 0px 0px 1px #fff;
    -webkit-transform: scale(1);
  }
}
@-webkit-keyframes fadeInBack {
  0% {
    opacity: 0;
    -webkit-transform: scale(0);
  }
  50% {
    opacity: 0.4;
    -webkit-transform: scale(2);
  }
  100% {
    opacity: 0.2;
    -webkit-transform: scale(5);
  }
}
@-webkit-keyframes fadeInRotate {
  0% {
    opacity: 0;
    -webkit-transform: scale(0) rotate(360deg);
  }
  100% {
    opacity: 1;
    -webkit-transform: scale(1) rotate(0deg);
  }
}
/**/
@-moz-keyframes blurFadeInOut {
  0% {
    opacity: 0;
    text-shadow: 0px 0px 40px #fff;
    -moz-transform: scale(1.3);
  }
  20%,
  75% {
    opacity: 1;
    text-shadow: 0px 0px 1px #fff;
    -moz-transform: scale(1);
  }
  100% {
    opacity: 0;
    text-shadow: 0px 0px 50px #fff;
    -moz-transform: scale(0);
  }
}
@-moz-keyframes blurFadeIn {
  0% {
    opacity: 0;
    text-shadow: 0px 0px 40px #fff;
    -moz-transform: scale(1.3);
  }
  100% {
    opacity: 1;
    text-shadow: 0px 0px 1px #fff;
    -moz-transform: scale(1);
  }
}
@-moz-keyframes fadeInBack {
  0% {
    opacity: 0;
    -moz-transform: scale(0);
  }
  50% {
    opacity: 0.4;
    -moz-transform: scale(2);
  }
  100% {
    opacity: 0.2;
    -moz-transform: scale(5);
  }
}
@-moz-keyframes fadeInRotate {
  0% {
    opacity: 0;
    -moz-transform: scale(0) rotate(360deg);
  }
  100% {
    opacity: 1;
    -moz-transform: scale(1) rotate(0deg);
  }
}
/**/
@keyframes blurFadeInOut {
  0% {
    opacity: 0;
    text-shadow: 0px 0px 40px #fff;
    transform: scale(1.3);
  }
  20%,
  75% {
    opacity: 1;
    text-shadow: 0px 0px 1px #fff;
    transform: scale(1);
  }
  100% {
    opacity: 0;
    text-shadow: 0px 0px 50px #fff;
    transform: scale(0);
  }
}
@keyframes blurFadeIn {
  0% {
    opacity: 0;
    text-shadow: 0px 0px 40px #fff;
    transform: scale(1.3);
  }
  50% {
    opacity: 0.5;
    text-shadow: 0px 0px 10px #fff;
    transform: scale(1.1);
  }
  100% {
    opacity: 1;
    text-shadow: 0px 0px 1px #fff;
    transform: scale(1);
  }
}
@keyframes fadeInBack {
  0% {
    opacity: 0;
    transform: scale(0);
  }
  50% {
    opacity: 0.4;
    transform: scale(2);
  }
  100% {
    opacity: 0.2;
    transform: scale(5);
  }
}
@keyframes fadeInRotate {
  0% {
    opacity: 0;
    transform: scale(0) rotate(360deg);
  }
  100% {
    opacity: 1;
    transform: scale(1) rotate(0deg);
  }
}
/* Loader */
#loader-overlay {
  width: 100%;
  height: 100vh;
  background: #310404 url(https://images5.alphacoders.com/675/675316.jpg)
    no-repeat center center fixed;
  background-size: cover;
  position: fixed;
  z-index: 999999;
  left: 0;
  top: 0;
  right: 0;
}
.loader {
  display: inline-block;
  width: 100%;
  height: auto;
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  margin-left: auto;
  margin-right: auto;
}
.spinner {
  width: 66px;
  height: 66px;
  -webkit-animation: contanim 2s linear infinite;
  animation: contanim 2s linear infinite;
}
svg {
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  position: absolute;
  -webkit-transform: rotate(-90deg);
  transform: rotate(-90deg);
}
svg:nth-child(1) circle {
  stroke: #84ebbd;
  stroke-dasharray: 1, 300;
  stroke-dashoffset: 0;
  -webkit-animation: strokeanim 3s calc(0.2s * (1)) ease infinite;
  animation: strokeanim 3s calc(0.2s * (1)) ease infinite;
  -webkit-transform-origin: center center;
  transform-origin: center center;
}
svg:nth-child(2) circle {
  stroke: #4977ec;
  stroke-dasharray: 1, 300;
  stroke-dashoffset: 0;
  -webkit-animation: strokeanim 3s calc(0.2s * (2)) ease infinite;
  animation: strokeanim 3s calc(0.2s * (2)) ease infinite;
  -webkit-transform-origin: center center;
  transform-origin: center center;
}
svg:nth-child(3) circle {
  stroke: #f6bb67;
  stroke-dasharray: 1, 300;
  stroke-dashoffset: 0;
  -webkit-animation: strokeanim 3s calc(0.2s * (3)) ease infinite;
  animation: strokeanim 3s calc(0.2s * (3)) ease infinite;
  -webkit-transform-origin: center center;
  transform-origin: center center;
}
svg:nth-child(4) circle {
  stroke: #333841;
  stroke-dasharray: 1, 300;
  stroke-dashoffset: 0;
  -webkit-animation: strokeanim 3s calc(0.2s * (4)) ease infinite;
  animation: strokeanim 3s calc(0.2s * (4)) ease infinite;
  -webkit-transform-origin: center center;
  transform-origin: center center;
}
@-webkit-keyframes strokeanim {
  0% {
    stroke-dasharray: 1, 300;
    stroke-dashoffset: 0;
  }
  50% {
    stroke-dasharray: 120, 300;
    stroke-dashoffset: -58.548324585;
  }
  100% {
    stroke-dasharray: 120, 300;
    stroke-dashoffset: -175.6449737549;
  }
}
@keyframes strokeanim {
  0% {
    stroke-dasharray: 1, 300;
    stroke-dashoffset: 0;
  }
  50% {
    stroke-dasharray: 120, 300;
    stroke-dashoffset: -58.548324585;
  }
  100% {
    stroke-dasharray: 120, 300;
    stroke-dashoffset: -175.6449737549;
  }
}
@-webkit-keyframes contanim {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes contanim {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
.animation-move-top {
  transform: translateY(0);
  -webkit-transition: all 600ms cubic-bezier(0.86, 0, 0.07, 1);
  transition: all 600ms cubic-bezier(0.86, 0, 0.07, 1);
}
.animation-move-top:hover {
  transform: translateY(-30px);
}
.animation-move-top-sm {
  transform: translateY(0);
  -webkit-transition: all 600ms cubic-bezier(0.86, 0, 0.07, 1);
  transition: all 600ms cubic-bezier(0.86, 0, 0.07, 1);
}
.animation-move-top-sm:hover {
  transform: translateY(-10px);
}
/* Selection */
::selection {
	color:white;
	background:#4a4ad9;
}
/* All */
* {
  margin: 0;
  padding: 0;
  min-height: 0;
  min-width: 0;
}
*,
:after,
:before {
  box-sizing: border-box;
}
html,
body {
  position: relative;
  height: 100%;
  font-family: Helvetica;
}
body {
  color: #000;
  background: #fff;
  font-size: 2rem;
  font-weight: 400;
  line-height: 1.6;
}
iframe {
  border: 0;
}
video {
  background-size: cover;
  display: table-cell;
  vertical-align: middle;
  width: 100%;
}
.html5-video {
  background-color: #000;
  height: auto;
  left: 50%;
  min-height: 100%;
  min-width: 100%;
  position: absolute;
  top: 50%;
  -ms-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  width: auto;
  z-index: -3;
}
iframe,
embed,
object {
  max-width: 100%;
}
.wrapper {
  position: relative;
  z-index: 20;
  overflow-x: hidden;
}
/* Typography */
h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 20px 0 10px 0;
  font-style: normal;
}
h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  line-height: 1.2em;
  font-family: "Helvetica";
  color: var(--side-color);
}
h1 {
  font-size: 56px;
}
h2 {
  font-size: 36px;
}
h3 {
  font-size: 24px;
}
h4 {
  font-size: 18px;
}
h5 {
  font-size: 16px;
}
h6 {
  font-size: 12px;
}
h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
  color: var(--main-color);
}
h1 a:hover,
h2 a:hover,
h3 a:hover,
h4 a:hover,
h5:hover a,
h6 a:hover {
  color: #7e6996;
}
p a {
}
p a:hover {
  color: #7e6996;
}
p {
  letter-spacing: normal;
  line-height: 1.6;
  color: #000;
  font-weight: 400;
  font-size: 1.75rem;
	font-family:Roboto;
}
span {
  letter-spacing: normal;
  line-height: 1.6;
  color: #000;
  font-weight: 400;
  font-size: 2rem;
	font-family:Helvetica;
}
.d-block{
	display:block;
}
b {
  letter-spacing: normal;
  line-height: 1.6;
  color: #000;
  font-size: 2rem;
	font-family:Helvetica;
}
a {
  text-decoration: underline;
  color: var(--main-color);
	font-family:Helvetica;
}
a:hover,
a:focus,
a:active {
  outline: none;
  color: #365c85;
}
ul {
  list-style: disc;
}
li > ul,
li > ol {
  padding: 0;
  margin-left: 15px;
}
figure {
  margin-bottom: 6px;
  position: relative;
}
img {
  height: auto;
  max-width: 100%;
}
.mark,
mark {
  background-color: #7e6996;
  color: #fff;
}
pre {
  margin: 0 20px;
  padding: 10px;
  border: 1px solid #e2e2e2;
  background: #f1f1f1;
  border-radius: 0;
}
blockquote {
  border-left: 2px solid #7e6996;
  background: #fff;
  padding: 15px 40px;
}
blockquote p {
  font-size: 18px;
  line-height: 30px;
  margin-bottom: 17px !important;
  font-weight: 600;
}
.blockquote-reverse,
blockquote.pull-right {
  border-right: 2px solid #7e6996;
  background: #fff;
}
.outline-alert {
  background-color: transparent !important;
}
strong {
  color: #414141;
}
hr {
  border: 0;
  height: 10px;
  width: 100%;
  margin: 20px auto;
  border-radius: 100px;
  -webkit-border-radius: 100px;
  -moz-border-radius: 100px;
  -ms-border-radius: 100px;
}
hr.left-line {
  margin: 20px 0 20px 0;
  width: 80px;
}
hr.center_line {
  width: 80px;
}
.text-decoration-underline {
  text-decoration: underline;
}
.text-decoration-none {
  text-decoration: none;
}
.line-trough {
  text-decoration: line-through;
}
.section-title {
  margin-bottom: 30px;
}
.section-title h1 {
  font-size: 50px;
  font-weight: 800;
}
.section-title h2 {
  font-size: 30px;
  margin-bottom: 0px !important;
  font-weight: 400;
  margin-top: 1rem !important;
}
.section-title h2[data-backfont] {
  position: relative;
}
.section-title h2[data-backfont]:before {
  z-index: -1;
  content: attr(data-backfont);
  font-size: 5em;
  opacity: 0.1;
  position: absolute;
  top: 0.3em;
  left: -0.15em;
  text-align: center;
  text-transform: capitalize;
  font-style: italic;
  line-height: 0.5;
}
.section-title.text-center h2[data-backfont]:before {
  left: 0;
  right: 0;
  margin: auto;
}
[data-backfont] {
  position: relative;
}
[data-backfont]:before {
  z-index: -1;
  content: attr(data-backfont);
  font-size: 5em;
  opacity: 0.04;
  position: absolute;
  top: 0.5em;
  left: -0.15em;
  text-align: center;
  text-transform: capitalize;
  font-style: italic;
}
[data-backfont-sm] {
  position: relative;
}
[data-backfont-sm]:before {
  z-index: -1;
  content: attr(data-backfont-sm);
  font-size: 2em;
  opacity: 0.3;
  position: absolute;
  bottom: 0.5em;
  left: -0.15em;
  text-align: center;
  text-transform: capitalize;
  font-style: italic;
}
.section-title h2,
.section-title h1,
.section-title h4,
.section-title h4,
.section-title h5,
.section-title h6 {
  margin: 0;
}
.img-text-box {
  width: 260px;
  position: absolute;
  top: 35px;
  left: -50px;
  background-color: #7e6996;
  color: #fff;
  padding: 20px;
}
.img-text-box .img-text-box-inner h2 {
  color: #fff;
  margin-top: 0;
  font-size: 31px;
  margin-bottom: 0;
  line-height: 40px;
}
/* Forms */
.revtp-searchform input[type="submit"],
.revtp-form input[type="submit"] {
  background: #7e6996 !important;
  text-transform: capitalize !important;
  width: auto !important;
  max-width: 100%;
}
label {
  margin-bottom: 10px;
  font-weight: 500;
  color: var(--main-color);
  font-size: 14px;
}
textarea:focus,
input[type="text"]:focus,
input[type="password"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="time"]:focus,
input[type="week"]:focus,
input[type="number"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
input[type="color"]:focus,
.uneditable-input:focus {
  border-color: none;
  box-shadow: none;
  outline: 0 none;
}
.search-submit {
  position: absolute;
  right: 20px;
  top: 14px;
  background: none;
  border: 0;
  padding: 0;
  font-size: 20px;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  color: #7e6996;
}
.search-submit:hover {
  color: #c31432;
}
.select-custom {
  width: 100%;
  overflow: hidden;
  background: url(../images/select-arrow.png) no-repeat 97% 50%;
  border: 1px solid #fff;
  margin-bottom: 20px;
}
.select-custom select {
  width: 100%;
  border: none;
  box-shadow: none;
  background-color: transparent;
  background-image: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  cursor: pointer;
}
.md-input,
.md-textarea,
.md-select select {
  padding: 14px 20px;
  font-size: 14px;
  line-height: normal;
  border-radius: 0;
  margin-bottom: 0;
}
input,
textarea,
select {
  border: 1px solid #e6f8f9;
  font-size: 14px;
  padding: 8px 15px;
  width: 100%;
  margin: 0;
  max-width: 100%;
  resize: none;
  background-color: transparent;
  color: #fff;
}
.has-error input,
.has-error textarea,
.has-error select {
  border-color: #e6f8f9 !important;
}
.help-block {
  margin-top: 0;
}
.has-error .help-block,
.has-error .control-label,
.has-error .radio,
.has-error .checkbox,
.has-error .radio-inline,
.has-error .checkbox-inline,
.has-error.radio label,
.has-error.checkbox label,
.has-error.radio-inline label,
.has-error.checkbox-inline label {
  color: #fe4f4f;
}
.contact-form-style-01 input,
.contact-form-style-01 textarea,
.contact-form-style-01 select {
  color: var(--main-color);
}
.contact-form-style-01 select {
  height: 48px;
}
.contact-form-style-02 .form-control {
  background-color: transparent;
  border-top: 0;
  border-left: 0;
  border-right: 0;
  border-bottom: 1px solid #fff;
  padding: 10px 0;
}
.contact-form-style-02 .has-error input,
.contact-form-style-02 .has-error textarea,
.contact-form-style-02 .has-error select {
  border-color: var(--main-color);
}
.contact-form-style-02 .has-error .help-block,
.contact-form-style-02 .has-error .control-label,
.contact-form-style-02 .has-error .radio,
.contact-form-style-02 .has-error .checkbox,
.contact-form-style-02 .has-error .radio-inline,
.contact-form-style-02 .has-error .checkbox-inline,
.contact-form-style-02 .has-error.radio label,
.contact-form-style-02 .has-error.checkbox label,
.contact-form-style-02 .has-error.radio-inline label,
.contact-form-style-02 .has-error.checkbox-inline label {
  color: #fff;
  display: none;
}
.contact-form-style-03 input,
.contact-form-style-03 textarea,
.contact-form-style-03 select {
  color: #fff;
}
.contact-form-style-03 select {
  height: 48px;
}
/* Sections */
section {
  position: relative;
  z-index: 10;
  background: #ffffff;
  overflow: hidden;
}
section.lg-section {
  padding-top: 150px;
  padding-bottom: 150px;
}
.section-heading {
  text-align: center;
  margin: auto;
  float: none;
  padding-bottom: 20px;
}
.text-bottom-line,
.text-bottom-line-sm,
.text-top-line,
.text-top-line-sm {
  position: relative;
}
.text-bottom-line::after {
  position: absolute;
  bottom: 20%;
  left: 0;
  right: 0;
  content: "";
  height: 20px;
  width: 100%;
  background-color: #7e6996;
  z-index: -1;
}
.text-bottom-line-sm::after {
  position: absolute;
  bottom: 20%;
  left: 0;
  right: 0;
  content: "";
  height: 10px;
  width: 100%;
  background: linear-gradient(45deg, #638be9, #10e97b);
  z-index: -1;
}
.text-top-line::after {
  position: absolute;
  top: 20%;
  left: 0;
  right: 0;
  content: "";
  height: 20px;
  width: 100%;
  background-color: #7e6996;
  z-index: -1;
}
.text-top-line-sm::after {
  position: absolute;
  top: 20%;
  left: 0;
  right: 0;
  content: "";
  height: 10px;
  width: 100%;
  background-color: #7e6996;
  z-index: -1;
}
.tp-caption.Agency-NavButton:hover,
.Agency-NavButton:hover {
  background-color: var(--main-color) !important;
  border-color: var(--main-color) !important;
  color: #fff !important;
}
.default-color2 {
  color: #aac811 !important;
}
/* Top Bar */
.top-bar {
  z-index: 9999999;
  width: 100%;
}
.dropdown-style-01 .dropdown-menu {
  margin-top: 12px;
  min-width: 130px;
  border-radius: 0;
  border: none;
  z-index: 444;
  right: 0;
  left: auto;
}
.dropdown-style-01 .btn {
  color: #fff;
  font-size: 12px;
  padding: 0;
  margin: 0;
  background-color: transparent;
  font-weight: normal;
  text-transform: capitalize;
  border: 0;
}
/* Navigations */
.navbar-nav {
  float: right;
  margin: 0;
  padding: 0px 10px;
}
nav.navbar.bootsnav.navbar-transparent .logo {
  position: relative;
  z-index: 110;
  display: table;
  height: 58px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
nav.navbar.bootsnav.navbar-transparent.brand-center .logo,
.brand-center .logo {
  text-align: center;
  margin: 0 auto;
}
nav.navbar.bootsnav.navbar-transparent.brand-center .navbar-brand {
  padding: 20px 15px;
}
.navbar-brand {
  padding: 11px 15px;
}
.logo {
  position: relative;
  z-index: 110;
  display: table;
  height: 50px;
	top:5px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.logo img {
  max-height: 75px;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  display: block;
}
.logo.z-index-1 {
  z-index: 1;
}
nav .logo > a {
  display: table-cell;
  vertical-align: middle;
}
.navbar-scrollspy .logo img {
  text-align: center;
  margin: 0 auto;
}
.menu-logo,
.vcard-address {
  float: left;
}
nav.bootsnav.navbar-sidebar ul.nav {
  margin: 0 0 30px 0;
}
nav.navbar.bootsnav.navbar-transparent.white ul.nav > li > a.nav-btn-default {
  padding-top: 10px;
  padding-bottom: 10px;
  margin-top: 15px;
}
nav.navbar.bootsnav a {
  text-decoration: none !important;
}
nav.navbar.bootsnav ul.nav > li > a.nav-btn-default {
  padding: 10px 15px;
  margin-top: 6.5px;
  color: #fff;
}
.navbar-nav > li > .dropdown-menu {
  margin-top: 2px;
}
.absolute-header {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  z-index: 99;
  padding: 10px 0;
}
.menu-logo-outside {
  max-width: 180px;
}
.menu-btn {
  position: fixed;
  right: 8%;
  z-index: 999;
  top: 2%;
}
.menu-btn a {
  background-color: #fff;
  width: 60px;
  height: 60px;
  display: block;
  text-align: center;
  line-height: 57px;
  box-shadow: 5px 5px 15px 0 rgba(31, 31, 31, 0.07);
  font-size: 26px;
}
.btn-open:before {
  color: #333;
  content: "\f130";
  font-family: "Ionicons";
  -webkit-transition: all 0.2s linear 0s;
  -moz-transition: all 0.2s linear 0s;
  -o-transition: all 0.2s linear 0s;
  transition-property: all 0.2s linear 0s;
}
.btn-open:hover:before {
  color: #7e6996;
}
.btn-close:before {
  color: #333;
  content: "\f2d7";
  font-family: "Ionicons";
  -webkit-transition: all 0.2s linear 0s;
  -moz-transition: all 0.2s linear 0s;
  -o-transition: all 0.2s linear 0s;
  transition-property: all 0.2s linear 0s;
}
.btn-close:hover:before {
  color: #7e6996;
}
/* Menu Overlay */
body.overflow {
  overflow: hidden;
}
.menu-overlay {
  position: fixed;
  top: 0;
  z-index: 998;
  display: none;
  overflow: hidden;
  width: 100%;
  height: 100%;
  background: #060606;
  left: 0;
  right: 0;
}
.menu-overlay .menu-wrap {
  width: 100%;
  display: table;
  height: 100vh;
}
ul.vcard-menu {
  margin: 0 auto;
  padding: 0;
  width: 100%;
}
ul.vcard-menu li {
  padding: 10px 0;
  list-style: none;
  text-align: center;
  font-weight: 500;
  font-size: 50px;
}
ul.vcard-menu li a {
  color: #fff;
}
ul.vcard-menu li a:hover {
  color: #7e6996;
}
.vcard-address {
  margin-top: 40px;
  margin-bottom: 40px;
}
/* Sliders Text */
.hero-text {
  display: table-cell;
  vertical-align: middle;
  position: relative;
  width: 100%;
  z-index: 10;
  color: #fff;
}
.hero-text h1 {
  font-size: 78px;
  letter-spacing: -2px;
  line-height: 1.25;
}
.hero-text h1.letter-spacing-10 {
  letter-spacing: 10px;
}
.hero-text h1.letter-spacing-0 {
  letter-spacing: 0px;
}
.hero-text-wrap .hero-text h1.font-90px {
  font-size: 90px;
}
.hero-text-wrap .hero-text h1[data-backfont]:before {
  z-index: 0;
  content: attr(data-backfont);
  font-size: 3em;
  opacity: 0.05;
  position: absolute;
  top: -0.5em;
  left: -0.15em;
  text-align: center;
  text-transform: capitalize;
}
.hero-text-wrap h1,
.hero-text-wrap h2,
.hero-text-wrap h3 {
  color: #fff;
  max-width: 100%;
	text-align:left;
	font-family: "Plus Jakarta Sans", sans-serif;
	margin:2rem 0;
}
.hero-text-wrap h1 {
  color: #fff;
	font-size:10rem;
	text-transform:uppercase;
}
.hero-text-wrap h2 {
  color: #fff;
  margin: 30px 0;
}
.hero-text-wrap h3 {
  color: #fff;
}
@media (max-width: 991px) {
  h1 {
    font-size: 45px;
  }
  .hero-text-wrap h1 {
    font-size: 3rem;
  }
  .hero-text-wrap h2 {
    font-size: 1.6rem;
  }
  .hero-text-wrap h3 {
    font-size: 1.2rem;
  }
}
section.dark-block .hero-text-wrap,
section.dark-block.title-hero-bg::before {
  background-color: transparent;
}
.rev_slider a {
  -webkit-transition: all 0.3s ease-in !important;
  -o-transition: all 0.3s ease-in !important;
  transition: all 0.3s ease-in !important;
}
/* Helper Classes */
::-webkit-input-placeholder {
  color: var(--main-color) !important;
}
::-moz-placeholder {
  color: var(--main-color) !important;
}
:-ms-input-placeholder {
  color: var(--main-color) !important;
}
:-moz-placeholder {
  color: var(--main-color) !important;
}
.style-02::-webkit-input-placeholder {
  color: #fff !important;
}
.style-02::-moz-placeholder {
  color: #fff !important;
}
.style-02:-ms-input-placeholder {
  color: #fff !important;
}
.style-02:-moz-placeholder {
  color: #fff !important;
}
input.search-bar-top::-webkit-input-placeholder {
  color: #fff !important;
}
input.search-bar-top::-moz-placeholder {
  color: #fff !important;
}
input.search-bar-top:-ms-input-placeholder {
  color: #fff !important;
}
input.search-bar-top:-moz-placeholder {
  color: #fff !important;
}
/* Positions */
.fixed {
  position: fixed !important;
}
.relative {
  position: relative !important;
}
.absolute {
  position: absolute !important;
}
.static {
  position: static !important;
}
/* Z-index */
.z-index-1 {
  z-index: 1;
}
.z-index-2 {
  z-index: 2;
}
.z-index-3 {
  z-index: 3;
}
.z-index-4 {
  z-index: 4;
}
.z-index-5 {
  z-index: 5;
}
.z-index-0 {
  z-index: 0;
}
.z-index-minus2 {
  z-index: -2;
}
/* Displays */
.display-none {
  display: none !important;
}
.display-block {
  display: block !important;
}
.display-inline-block {
  display: inline-block !important;
}
.display-table {
  display: table;
}
.display-table-cell {
  display: table-cell !important;
}
.display-flex {
  display: flex;
}
.float-none {
  float: none;
}
.centerize-col {
  float: none !important;
  margin-left: auto;
  margin-right: auto;
}
.center-layout {
  display: table;
  table-layout: fixed;
  height: 100%;
  width: 100%;
  position: relative;
}
.v-align-middle {
  display: table-cell;
  vertical-align: middle;
}
.items-center {
  align-items: center !important;
}
.items-right {
  align-items: right !important;
}
.items-left {
  align-items: left !important;
}
/* Width Pixels */
.width-1px {
  width: 1px;
}
.width-2px {
  width: 2px;
}
.width-3px {
  width: 3px;
}
.width-4px {
  width: 4px;
}
.width-5px {
  width: 5px;
}
.width-6px {
  width: 6px;
}
.width-7px {
  width: 7px;
}
.width-8px {
  width: 8px;
}
.width-9px {
  width: 9px;
}
.width-10px {
  width: 10px;
}
.width-80px {
  width: 80px;
}
.width-90px {
  width: 90px;
}
.width-100px {
  width: 100px;
}
.width-150px {
  width: 150px;
}
.width-200px {
  width: 200px;
}
.width-250px {
  width: 250px;
}
.width-300px {
  width: 300px;
}
.width-350px {
  width: 350px;
}
.width-400px {
  width: 400px;
}
.width-450px {
  width: 450px;
}
.width-500px {
  width: 500px !important;
}
.width-550px {
  width: 550px;
}
.width-600px {
  width: 600px;
}
.width-650px {
  width: 650px !important;
}
.width-700px {
  width: 700px;
}
.width-800px {
  width: 800px;
}
/* Width Percentage */
.width-10-percent {
  width: 10% !important;
}
.width-20-percent {
  width: 20% !important;
}
.width-30-percent {
  width: 30% !important;
}
.width-40-percent {
  width: 40% !important;
}
.width-50-percent {
  width: 50% !important;
}
.width-60-percent {
  width: 60% !important;
}
.width-70-percent {
  width: 70% !important;
}
.width-80-percent {
  width: 80% !important;
}
.width-90-percent {
  width: 90% !important;
}
.width-100-percent {
  width: 100% !important;
}
.width-auto {
  width: auto !important;
}
.max-width-100 {
  max-width: 100%;
}
/* Minimum Width */
.min-width-100px {
  min-height: 100px;
}
.min-width-200px {
  min-height: 200px;
}
.min-width-300px {
  min-height: 300px;
}
.min-width-400px {
  min-height: 400px;
}
.min-width-500px {
  min-height: 500px;
}
.min-width-600px {
  min-height: 600px;
}
.min-width-700px {
  min-height: 700px;
}
/* View Width */
.view-width-100vh {
  width: 100vh;
}
/* Height Pixels */
.height-1px {
  height: 1px !important;
}
.height-2px {
  height: 2px !important;
}
.height-3px {
  height: 3px !important;
}
.height-4px {
  height: 4px !important;
}
.height-5px {
  height: 5px !important;
}
.height-6px {
  height: 6px !important;
}
.height-7px {
  height: 7px !important;
}
.height-8px {
  height: 8px !important;
}
.height-9px {
  height: 9px !important;
}
.height-10px {
  height: 10px !important;
}
.height-80px {
  height: 80px;
}
.height-90px {
  height: 90px;
}
.height-100px {
  height: 100px;
}
.height-150px {
  height: 150px;
}
.height-200px {
  height: 200px;
}
.height-250px {
  height: 250px;
}
.height-300px {
  height: 300px;
}
.height-350px {
  height: 350px;
}
.height-400px {
  height: 400px;
}
.height-450px {
  height: 450px;
}
.height-500px {
  height: 500px !important;
}
.height-550px {
  height: 550px;
}
.height-600px {
  height: 600px;
}
.height-650px {
  height: 650px !important;
}
.height-700px {
  height: 700px;
}
.height-800px {
  height: 800px;
}
/* Height Percentage */
.height-10-percent {
  height: 10%;
}
.height-20-percent {
  height: 20%;
}
.height-30-percent {
  height: 30%;
}
.height-40-percent {
  height: 40%;
}
.height-50-percent {
  height: 50%;
}
.height-60-percent {
  height: 60%;
}
.height-70-percent {
  height: 70%;
}
.height-80-percent {
  height: 80%;
}
.height-90-percent {
  height: 90%;
}
.height-100-percent {
  height: 100% !important;
}
.height-auto {
  height: auto !important;
}
.max-height-100 {
  max-height: 100%;
}
/* Minimum Heights */
.min-height-100px {
  min-height: 100px;
}
.min-height-200px {
  min-height: 200px;
}
.min-height-300px {
  min-height: 300px !important;
}
.min-height-400px {
  min-height: 400px;
}
.min-height-500px {
  min-height: 500px;
}
.min-height-600px {
  min-height: 600px;
}
.min-height-700px {
  min-height: 700px;
}
.min-height-800px {
  min-height: 800px;
}
.min-height-900px {
  min-height: 900px;
}
/* Hero Heights  */
.xs-screen {
  height: 300px;
}
.sm-screen {
  height: 400px;
}
.md-screen {
  height: 600px;
}
.lg-screen {
  height: 700px;
}
.xl-screen {
  height: 800px;
}
.xxl-screen {
  height: 1000px;
}
/* View Heights */
.view-height-100vh {
  height: 100vh !important;
}

/* Backgrounds */
.bordered-bg {
  background-color: transparent;
  border-top: 1px solid #e0e0e0;
  border-bottom: 1px solid #e0e0e0;
}
.transparent-bg {
  background-color: transparent !important;
}
.dark-bg {
  background-color: var(--side-color);
}
.darken-bg {
  background-color: #151515;
}
.d-dark-bg {
  background-color: #0a0a0a;
}
.white-bg {
  background-color: #fff !important;
}
.light-bg {
  background: #e6f8f9;
}
.default-bg {
  background-color: #000000;
}
.secondary-bg {
  background-color: #ec77ab;
}
.dark-grey-bg {
  background-color: #e0e0e0;
}
.grey-bg {
  background-color: #eee !important;
}
.green-bg {
  background-color: #2cc99d !important;
}
.bordered-bg.white-bg {
  background-color: #fff;
}
.light-br-r {
  border-right: 1px solid #eeeeee;
}
.fixed-bg {
  background-attachment: fixed !important;
}
.overlay-bg {
  background: rgba(36, 24, 46, 0.6);
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
}
.front-overlay-bg {
  background: rgba(0, 0, 0, 0.6);
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 99;
  top: 0;
  left: 0;
}
.color-overlay-bg {
  background: rgba(191, 7, 49, 0.75);
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
}
.front-color-overlay-bg {
  background: rgba(191, 7, 49, 0.75);
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 99;
  top: 0;
  left: 0;
  right: 0;
}
.secondary-color-overlay-bg {
  background: rgba(67, 13, 60, 0.75);
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
}
.parallax-overlay {
  background: rgba(0, 0, 0, 0.6);
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
}
.parallax-overlay-white {
  background: rgba(255, 255, 255, 0.6);
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
}
.parallax-bg {
  background-size: cover;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-repeat: no-repeat;
  background-position: 50% 50%;
}
.cover {
  background-size: cover !important;
}
.bg-cover {
  position: relative;
  z-index: 10;
  overflow: hidden;
}

/* Horizontal Line */
.line-horizontal {
  width: 100%;
  height: 1px;
}
/* Box Shadows */
.box-shadow {
  box-shadow: 0 2px 3px rgba(0, 0, 0, 0.1);
}
.box-shadow-hover {
}
.box-shadow-hover:hover {
  box-shadow: 0 10px 30px 5px rgba(17, 21, 23, 0.1);
}
/* Fonts */
.cardo-font {
}
.font-100 {
  font-weight: 100;
}
.font-200 {
  font-weight: 200;
}
.font-300 {
  font-weight: 300;
}
.font-400 {
  font-weight: 400;
}
.font-500 {
  font-weight: 500;
}
.font-600 {
  font-weight: 600;
}
.font-700 {
  font-weight: 700;
}
.font-800 {
  font-weight: 800;
}
.font-900 {
  font-weight: 900;
}
.font-12px {
  font-size: 12px;
}
.font-14px {
  font-size: 14px;
}
.font-16px {
  font-size: 16px !important;
}
.font-18px {
  font-size: 18px;
}
.font-20px {
  font-size: 20px !important;
}
.font-26px {
  font-size: 26px;
}
.font-30px {
  font-size: 30px;
}
.font-35px {
  font-size: 35px;
}
.font-40px {
  font-size: 40px;
}
.font-50px {
  font-size: 50px;
}
.font-60px {
  font-size: 60px !important;
}
.font-70px {
  font-size: 70px;
}
.font-80px {
  font-size: 80px;
}
.font-90px {
  font-size: 90px;
}
.font-100px {
  font-size: 100px !important;
}
.font-120px {
  font-size: 120px;
}
.font-130px {
  font-size: 130px;
}
.font-italic {
  font-style: italic;
}
.font-bold {
  font-weight: bold;
}
/* Fonts Colors */
.default-color {
  color: #449ccc !important;
}
.secondary-color {
  color: #ec77ab !important;
}
.white-color {
  color: #fff;
}
.white-color p,
.white-color h1,
.white-color h2,
.white-color h3,
.white-color h4,
.white-color h5,
.white-color h6,
.white-color i {
  color: #fff !important;
}
.white-smoke {
  color: #f9f9f9 !important;
}
.white-smoke p,
.white-smoke h1,
.white-smoke h2,
.white-smoke h3,
.white-smoke h4,
.white-smoke h5,
.white-smoke h6 {
  color: #f9f9f9 !important;
}
.dark-color {
  color: var(--main-color) !important;
}
.dark-color p,
.dark-color h1,
.dark-color h2,
.dark-color h3,
.dark-color h4,
.dark-color h5,
.dark-color h6 {
  color: var(--main-color) !important;
}
.grey-color {
  color: #aaa !important;
}
.grey-color p,
.grey-color h1,
.grey-color h2,
.grey-color h3,
.grey-color h4,
.grey-color h5,
.grey-color h6 {
  color: #aaa !important;
}
.red-color {
  color: #ff4b2b;
}
.blue-color {
  color: #0072ff;
}
.green-color {
  color: #2cc99d;
}
.yellow-color {
  color: #f6d365;
}
.orange-color {
  color: #f7971e;
}
/* Line Heights */
.line-height-15 {
  line-height: 15px;
}
.line-height-20 {
  line-height: 20px;
}
.line-height-22 {
  line-height: 22px;
}
.line-height-24 {
  line-height: 24px;
}
.line-height-25 {
  line-height: 25px;
}
.line-height-26 {
  line-height: 26px;
}
.line-height-30 {
  line-height: 30px;
}
.line-height-35 {
  line-height: 35px;
}
.line-height-40 {
  line-height: 40px;
}
.line-height-45 {
  line-height: 45px;
}
.line-height-50 {
  line-height: 50px;
}
.line-height-60 {
  line-height: 60px;
}
.line-height-70 {
  line-height: 70px;
}
.line-height-80 {
  line-height: 80px;
}
.line-height-90 {
  line-height: 90px;
}
.line-height-100 {
  line-height: 100px;
}
.line-height-110 {
  line-height: 110px;
}
.line-height-120 {
  line-height: 120px;
}
/* Letter Spacings */
.letter-spacing-0 {
  letter-spacing: 0px;
}
.letter-spacing-1 {
  letter-spacing: 1px;
}
.letter-spacing-2 {
  letter-spacing: 2px;
}
.letter-spacing-3 {
  letter-spacing: 3px;
}
.letter-spacing-4 {
  letter-spacing: 4px;
}
.letter-spacing-5 {
  letter-spacing: 5px;
}
.letter-spacing-6 {
  letter-spacing: 6px;
}
.letter-spacing-7 {
  letter-spacing: 7px;
}
.letter-spacing-8 {
  letter-spacing: 8px;
}
.letter-spacing-9 {
  letter-spacing: 9px;
}
.letter-spacing-10 {
  letter-spacing: 10px;
}
/* Margins */
.margin-left-auto {
  margin-left: auto;
}
.margin-right-auto {
  margin-right: auto;
}
.remove-margin {
  margin: 0 !important;
}
.all-margin-10 {
  margin: 10px;
}
.all-margin-20 {
  margin: 20px;
}
.all-margin-30 {
  margin: 30px;
}
.all-margin-40 {
  margin: 40px;
}
.all-margin-50 {
  margin: 50px;
}
.all-margin-60 {
  margin: 60px;
}
.all-margin-70 {
  margin: 70px;
}
.all-margin-80 {
  margin: 80px;
}
.all-margin-90 {
  margin: 90px;
}
.all-margin-100 {
  margin: 100px;
}
.all-margin-110 {
  margin: 110px;
}
.all-margin-120 {
  margin: 120px;
}
.mt-minus-10 {
  margin-top: -10px;
}
.mt-minus-20 {
  margin-top: -20px;
}
.mt-minus-30 {
  margin-top: -30px;
}
.mt-minus-40 {
  margin-top: -40px;
}
.mt-minus-50 {
  margin-top: -50px;
}
.mt-minus-60 {
  margin-top: -60px;
}
.mt-minus-70 {
  margin-top: -70px;
}
.mt-minus-80 {
  margin-top: -80px;
}
.mt-minus-90 {
  margin-top: -90px;
}
.mt-minus-100 {
  margin-top: -100px;
}
.mt-minus-110 {
  margin-top: -110px;
}
.mt-minus-120 {
  margin-top: -120px;
}
.mt-0 {
  margin-top: 0px;
}
.mt-5 {
  margin-top: 5px;
}
.mt-10 {
  margin-top: 10px;
}
.mt-20 {
  margin-top: 20px !important;
}
.mt-30 {
  margin-top: 30px;
}
.mt-40 {
  margin-top: 40px;
}
.mt-50 {
  margin-top: 50px !important;
}
.mt-60 {
  margin-top: 60px;
}
.mt-70 {
  margin-top: 70px;
}
.mt-80 {
  margin-top: 80px;
}
.mt-90 {
  margin-top: 90px;
}
.mt-100 {
  margin-top: 100px;
}
.mt-110 {
  margin-top: 110px;
}
.mt-120 {
  margin-top: 120px;
}
.mb-0 {
  margin-bottom: 0px;
}
.mb-10 {
  margin-bottom: 10px;
}
.mb-20 {
  margin-bottom: 20px;
}
.mb-30 {
  margin-bottom: 30px;
}
.mb-40 {
  margin-bottom: 40px;
}
.mb-50 {
  margin-bottom: 50px;
}
.mb-60 {
  margin-bottom: 60px;
}
.mb-70 {
  margin-bottom: 70px;
}
.mb-80 {
  margin-bottom: 80px;
}
.mb-90 {
  margin-bottom: 90px;
}
.mb-100 {
  margin-bottom: 100px;
}
.mb-110 {
  margin-bottom: 110px;
}
.mb-120 {
  margin-bottom: 120px;
}
.mr-0 {
  margin-right: 0px !important;
}
.mr-5 {
  margin-right: 5px;
}
.mr-10 {
  margin-right: 10px;
}
.mr-20 {
  margin-right: 20px;
}
.mr-30 {
  margin-right: 30px;
}
.mr-40 {
  margin-right: 40px;
}
.mr-50 {
  margin-right: 50px;
}
.mr-60 {
  margin-right: 60px;
}
.mr-70 {
  margin-right: 70px;
}
.mr-80 {
  margin-right: 80px;
}
.mr-90 {
  margin-right: 90px;
}
.mr-100 {
  margin-right: 100px;
}
.mr-110 {
  margin-right: 110px;
}
.mr-120 {
  margin-right: 120px;
}
.ml-0 {
  margin-left: 0px !important;
}
.ml-5 {
  margin-left: 5px;
}
.ml-10 {
  margin-left: 10px;
}
.ml-20 {
  margin-left: 20px;
}
.ml-30 {
  margin-left: 30px;
}
.ml-40 {
  margin-left: 40px;
}
.ml-50 {
  margin-left: 50px;
}
.ml-60 {
  margin-left: 60px;
}
.ml-70 {
  margin-left: 70px;
}
.ml-80 {
  margin-left: 80px;
}
.ml-90 {
  margin-left: 90px;
}
.ml-100 {
  margin-left: 100px;
}
.ml-110 {
  margin-left: 110px;
}
.ml-120 {
  margin-left: 120px;
}
/* Paddings */
.remove-padding {
  padding: 0 !important;
}
.all-padding-10 {
  padding: 10px;
}
.all-padding-20 {
  padding: 20px;
}
.all-padding-30 {
  padding: 30px;
}
.all-padding-40 {
  padding: 40px;
}
.all-padding-50 {
  padding: 50px;
}
.all-padding-60 {
  padding: 60px;
}
.all-padding-70 {
  padding: 70px;
}
.all-padding-80 {
  padding: 80px;
}
.all-padding-90 {
  padding: 90px;
}
.all-padding-100 {
  padding: 100px;
}
.all-padding-110 {
  padding: 110px;
}
.all-padding-120 {
  padding: 120px;
}
.pt-0 {
  padding-top: 0;
}
.pt-10 {
  padding-top: 10px;
}
.pt-20 {
  padding-top: 20px;
}
.pt-30 {
  padding-top: 30px;
}
.pt-40 {
  padding-top: 40px;
}
.pt-50 {
  padding-top: 50px;
}
.pt-60 {
  padding-top: 60px;
}
.pt-70 {
  padding-top: 70px;
}
.pt-80 {
  padding-top: 80px;
}
.pt-90 {
  padding-top: 90px;
}
.pt-100 {
  padding-top: 100px;
}
.pt-110 {
  padding-top: 110px;
}
.pt-120 {
  padding-top: 120px;
}
.pb-0 {
  padding-bottom: 0;
}
.pb-10 {
  padding-bottom: 10px;
}
.pb-20 {
  padding-bottom: 20px;
}
.pb-30 {
  padding-bottom: 30px;
}
.pb-40 {
  padding-bottom: 40px;
}
.pb-50 {
  padding-bottom: 50px;
}
.pb-60 {
  padding-bottom: 60px;
}
.pb-70 {
  padding-bottom: 70px;
}
.pb-80 {
  padding-bottom: 80px;
}
.pb-90 {
  padding-bottom: 90px;
}
.pb-100 {
  padding-bottom: 100px;
}
.pb-110 {
  padding-bottom: 110px;
}
.pb-120 {
  padding-bottom: 120px;
}
.pr-0 {
  padding-right: 0;
}
.pr-10 {
  padding-right: 10px;
}
.pr-20 {
  padding-right: 20px;
}
.pr-30 {
  padding-right: 30px;
}
.pr-40 {
  padding-right: 40px;
}
.pr-50 {
  padding-right: 50px;
}
.pr-60 {
  padding-right: 60px;
}
.pr-70 {
  padding-right: 70px;
}
.pr-80 {
  padding-right: 80px;
}
.pr-90 {
  padding-right: 90px;
}
.pr-100 {
  padding-right: 100px;
}
.pr-110 {
  padding-right: 110px;
}
.pr-120 {
  padding-right: 120px;
}
.pl-0 {
  padding-left: 0;
}
.pl-10 {
  padding-left: 10px;
}
.pl-20 {
  padding-left: 20px;
}
.pl-30 {
  padding-left: 30px;
}
.pl-40 {
  padding-left: 40px;
}
.pl-50 {
  padding-left: 50px;
}
.pl-60 {
  padding-left: 60px;
}
.pl-70 {
  padding-left: 70px;
}
.pl-80 {
  padding-left: 80px;
}
.pl-90 {
  padding-left: 90px;
}
.pl-100 {
  padding-left: 100px;
}
.pl-110 {
  padding-left: 110px;
}
.pl-120 {
  padding-left: 120px;
}
/* Position Spaces */
.top-0 {
  top: 0;
}
.top-10 {
  top: 10px;
}
.top-20 {
  top: 20px !important;
}
.top-30 {
  top: 30px;
}
.top-40 {
  top: 40px;
}
.top-50 {
  top: 50px;
}
.top-60 {
  top: 60px;
}
.top-70 {
  top: 70px;
}
.top-80 {
  top: 80px;
}
.top-90 {
  top: 90px;
}
.top-100 {
  top: 100px;
}
.top-110 {
  top: 110px;
}
.top-120 {
  top: 120px;
}
.bottom-0 {
  bottom: 0;
}
.bottom-10 {
  bottom: 10px;
}
.bottom-20 {
  bottom: 20px;
}
.bottom-30 {
  bottom: 30px;
}
.bottom-40 {
  bottom: 40px;
}
.bottom-50 {
  bottom: 50px;
}
.bottom-60 {
  bottom: 60px;
}
.bottom-70 {
  bottom: 70px;
}
.bottom-80 {
  bottom: 80px;
}
.bottom-90 {
  bottom: 90px;
}
.bottom-100 {
  bottom: 100px;
}
.bottom-110 {
  bottom: 110px;
}
.bottom-120 {
  bottom: 120px;
}
.right-0 {
  right: 0;
}
.right-10 {
  right: 10px;
}
.right-20 {
  right: 20px;
}
.right-30 {
  right: 30px;
}
.right-40 {
  right: 40px;
}
.right-50 {
  right: 50px;
}
.right-60 {
  right: 60px;
}
.right-70 {
  right: 70px;
}
.right-80 {
  right: 80px;
}
.right-90 {
  right: 90px;
}
.right-100 {
  right: 100px;
}
.right-110 {
  right: 110px;
}
.right-120 {
  right: 120px;
}
.left-0 {
  left: 0;
}
.left-10 {
  left: 10px;
}
.left-20 {
  left: 20px;
}
.left-30 {
  left: 30px;
}
.left-40 {
  left: 40px;
}
.left-50 {
  left: 50px;
}
.left-60 {
  left: 60px;
}
.left-70 {
  left: 70px;
}
.left-80 {
  left: 80px;
}
.left-90 {
  left: 90px;
}
.left-100 {
  left: 100px;
}
.left-110 {
  left: 110px;
}
.left-120 {
  left: 120px;
}
.top-minus-10 {
  top: -10px;
}
.top-minus-20 {
  top: -20px;
}
.top-minus-30 {
  top: -30px;
}
.top-minus-40 {
  top: -40px;
}
.top-minus-50 {
  top: -50px;
}
.top-minus-60 {
  top: -60px;
}
.top-minus-70 {
  top: -70px;
}
.top-minus-80 {
  top: -80px;
}
.top-minus-90 {
  top: -90px;
}
.top-minus-100 {
  top: -100px;
}
.top-minus-110 {
  top: -110px;
}
.bottom-minus-10 {
  bottom: -10px;
}
.bottom-minus-20 {
  bottom: -20px;
}
.bottom-minus-30 {
  bottom: -30px;
}
.bottom-minus-40 {
  bottom: -40px;
}
.bottom-minus-50 {
  bottom: -50px;
}
.bottom-minus-60 {
  bottom: -60px;
}
.bottom-minus-70 {
  bottom: -70px;
}
.bottom-minus-80 {
  bottom: -80px;
}
.bottom-minus-90 {
  bottom: -90px;
}
.bottom-minus-100 {
  bottom: -100px;
}
.bottom-minus-110 {
  bottom: -110px;
}
.right-minus-10 {
  right: -10px;
}
.right-minus-20 {
  right: -20px;
}
.right-minus-30 {
  right: -30px;
}
.right-minus-40 {
  right: -40px;
}
.right-minus-50 {
  right: -50px;
}
.right-minus-60 {
  right: -60px;
}
.right-minus-70 {
  right: -70px;
}
.right-minus-80 {
  right: -80px;
}
.right-minus-90 {
  right: -90px;
}
.right-minus-100 {
  right: -100px;
}
.right-minus-110 {
  right: -110px;
}
.left-minus-10 {
  left: -10px;
}
.left-minus-20 {
  left: -20px;
}
.left-minus-30 {
  left: -30px;
}
.left-minus-40 {
  left: -40px;
}
.left-minus-50 {
  left: -50px;
}
.left-minus-60 {
  left: -60px;
}
.left-minus-70 {
  left: -70px;
}
.left-minus-80 {
  left: -80px;
}
.left-minus-90 {
  left: -90px;
}
.left-minus-100 {
  left: -100px;
}
.left-minus-110 {
  left: -110px;
}

/* Lines */
.line-verticle-sm {
  width: 1px;
  height: 8px;
}
/* Borders */
.bordered {
  border: 1px solid #e0e0e0;
}
.border-right {
  border-right: 1px solid #e0e0e0;
}
.border-left {
  border-left: 1px solid #e0e0e0;
}
.border-bottom {
  border-bottom: 1px solid #e0e0e0;
}
.border-radius-0 {
  border-radius: 0 !important;
}
.border-radius-5 {
  border-radius: 5px !important;
}
.border-radius-10 {
  border-radius: 10px !important;
}
.border-radius-20 {
  border-radius: 20px !important;
}
.border-radius-25 {
  border-radius: 25px !important;
}
.border-radius-50 {
  border-radius: 50px !important;
}
.border-radius-100 {
  border-radius: 100px !important;
}
.border-white-10 {
  border: 10px solid #fff;
}
.border-white-15 {
  border: 15px solid #fff;
}
.border-white-20 {
  border: 20px solid #fff;
}
.border-dark-10 {
  border: 10px solid var(--main-color);
}
.border-dark-15 {
  border: 15px solid var(--main-color);
}
.border-dark-20 {
  border: 20px solid var(--main-color);
}
.border-black-10 {
  border: 10px solid #000;
}
.border-black-15 {
  border: 15px solid #000;
}
.border-black-20 {
  border: 20px solid #000;
}

/* dropcap */
.first-letter {
  float: left;
  font-size: 50px;
  margin: 0 20px 0 0;
  text-align: center;
  padding: 10px 0;
  font-weight: 600;
}
.first-letter-big {
  float: left;
  font-size: 110px;
  line-height: 110px;
  margin: 0 20px 0 0;
  padding: 0 8px;
  text-align: center;
  font-weight: 600;
  position: relative;
}
.first-letter-big:before {
  position: absolute;
  border-bottom: 1px solid;
  content: "";
  display: block;
  width: 100%;
  top: 55%;
  left: 0;
}
.first-letter-block {
  font-size: 35px;
  height: 55px;
  line-height: 25px;
  padding: 15px 0;
  width: 55px;
  font-weight: 700;
  margin-top: 5px;
}
.first-letter-block-round {
  border-radius: 6px;
  border: 1px solid;
}
.first-letter-round {
  border-radius: 50%;
  font-size: 35px;
  padding: 15px;
  width: 65px;
  height: 65px;
  line-height: 32px;
}
/* Images */
.img-responsive,
.full-width {
  width: 100%;
}
/* Buttons */
.btn,
.form-control,
.form-control:hover,
.form-control:focus,
.navbar-custom .dropdown-menu {
  -webkit-box-shadow: none;
  box-shadow: none;
}
button {
  transition-duration: 0.3s;
  transition-timing-function: ease-in-out;
}
button:focus {
  outline: none !important;
}
.btn {
  font-size: 11px;
  font-weight: 700;
  text-transform: uppercase;
  line-height: 1;
  letter-spacing: 1px;
  padding: 8px 10px 7px 10px;
  border-color: transparent;
  transition-duration: 0.3s;
  transition-timing-function: ease-in-out;
}
.btn:hover,
.btn:focus,
.btn.focus,
.btn:active,
.btn.active {
  border-color: transparent;
}
.btn-default:active:hover,
.btn-default.active:hover,
.open > .dropdown-toggle.btn-default:hover,
.btn-default:active:focus,
.btn-default.active:focus,
.open > .dropdown-toggle.btn-default:focus,
.btn-default:active.focus,
.btn-default.active.focus,
.open > .dropdown-toggle.btn-default.focus {
  color: #fff;
  background-color: #7e6996;
  border-color: #7e6996;
  outline: 0;
}
.btn.btn-animated {
  transition: 0.35s cubic-bezier(0.4, 0, 0.2, 1);
  transform: translateY(0px);
  -webkit-transform: translateY(0px);
  -moz-transform: translateY(0px);
  box-shadow: 0px 0px 51px 0px rgba(0, 0, 0, 0.08),
    0px 6px 18px 0px rgba(0, 0, 0, 0.05);
}
.btn.btn-animated:hover,
.btn.btn-animated:focus,
.btn.btn-animated.focus {
  transform: translateY(-5px);
  -webkit-transform: translateY(-5px);
  -moz-transform: translateY(-5px);
  box-shadow: 0px 0px 114px 0px rgba(0, 0, 0, 0.08),
    0px 30px 25px 0px rgba(0, 0, 0, 0.05);
}
.btn + .btn {
  margin-left: 10px;
}
.btn i {
  margin-left: 5px;
  vertical-align: middle;
  position: relative;
  top: -1px;
}
.btn:focus,
.btn:focus:active {
  outline: none;
}
.btn-circle {
  border-radius: 100px;
}
.btn-rounded {
  border-radius: 5px;
}
.btn-square {
  border-radius: 0px;
}
.btn:active,
.btn.active {
  outline: 0;
  background-image: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.btn-mobilize .btn {
  margin: 0 10px;
}
.btn.btn-xl {
  padding: 16px 44px;
  font-size: 14px;
}
.btn.btn-lg {
  padding: 13px 40px;
  font-size: 2rem;
}
.btn.btn-md {
  padding: 12px 30px;
  font-size: 11px;
}
.btn.btn-sm {
  padding: 11px 20px;
  font-size: 9px;
}
.btn.btn-xs {
  padding: 8px 12px;
  font-size: 8px;
}
.btn.btn-fullwidth {
  width: 100%;
  min-width: 300px;
}
.btn.disabled,
.btn[disabled],
fieldset[disabled] .btn {
  opacity: 1;
}
.btn-primary {
  color: #fff;
  background-color: #7e6996;
  border: 2px solid #7e6996;
}
.btn-primary:hover,
.btn-primary:active,
.btn-primary:focus {
  color: #fff;
  border: 2px solid #ec77ab;
  background-color: #ec77ab;
}
.btn-primary-outline {
  color: #fff;
  border: 2px solid transparent;
  background-color: #7e6996;
}
.btn-primary-outline:hover,
.btn-primary-outline:active,
.btn-primary-outline:focus {
  color: #fff;
  border: 2px solid #fff;
  background-color: transparent;
}
.btn-color {
  color: #fff;
  background-color: #7e6996;
}
.btn-color:hover,
.btn-color:active,
.btn-color:focus {
  background-color: #c31432;
  color: #fff;
}
.btn-outline-color {
  color: #7e6996;
  border: 2px solid #7e6996;
  background-color: transparent;
}
.btn-outline-color:hover,
.btn-outline-color:active,
.btn-outline-color:focus {
  color: #fff;
  border: 2px solid #7e6996;
  background-color: #7e6996;
}
.btn-outline {
  color: var(--main-color);
  border: 2px solid #e0e0e0;
  background-color: transparent;
}
.btn-outline:hover,
.btn-outline:active,
.btn-outline:focus {
  color: var(--main-color);
  border: 2px solid var(--main-color);
  background-color: transparent;
}
.btn-light {
  color: var(--main-color);
  border-color: #fff;
  background-color: #fff;
}
.btn-light:hover,
.btn-light:active,
.btn-light:focus {
  color: #fff;
  border-color: var(--main-color);
  background-color: var(--main-color);
}
.btn-light-outline {
  color: #fff;
  border: 3px solid #fff;
  background-color: transparent;
}
.btn-light-outline:hover,
.btn-light-outline:active,
.btn-light-outline:focus {
  color: var(--main-color);
  border-color: #fff;
  background-color: #fff;
}
.btn-animate {
  text-align: center;
  position: relative;
  overflow: hidden;
  transition: all 0.2s;
}
.btn-animate span {
  display: inline-block;
  position: relative;
  padding: 0 8.5px 0 8.5px;
  transition: padding 0.2s;
}
.btn-animate i {
  position: absolute;
  top: 50%;
  right: 0px;
  opacity: 0;
  margin-top: -6px;
  transition: opacity 0.2s, right 0.2s;
}
.btn-animate:hover span {
  padding: 0 17px 0 0;
}
.btn-animate:hover i {
  transition: opacity 0.2s, right 0.2s;
  opacity: 1;
  top: 50%;
  right: 0px;
}
/* Icons */
.tr-icon {
  display: inline-block;
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  speak: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.icon {
  margin-left: 6px;
}
.feature-box,
.feature-box-right {
  float: left;
}
.feature-box i {
  margin-bottom: 20px;
  display: inline-block;
}
.box-icon {
  margin-top: 25px;
  margin-bottom: 25px;
  position: relative;
  background-color: var(--main-color);
  padding: 40px 30px;
  -webkit-box-shadow: 0 7px 20px -10px rgba(171, 171, 171, 0.7);
  -moz-box-shadow: 0 7px 20px -10px rgba(171, 171, 171, 0.7);
  box-shadow: 0 7px 20px -10px rgba(171, 171, 171, 0.7);
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.box-icon:hover {
  -webkit-transform: translateY(-10px);
  -moz-transform: translateY(-10px);
  -ms-transform: translateY(-10px);
  -o-transform: translateY(-10px);
  transform: translateY(-10px);
  -webkit-box-shadow: 0 10px 50px -12px rgba(171, 171, 171, 0.9);
  -moz-box-shadow: 0 10px 50px -12px rgba(171, 171, 171, 0.9);
  box-shadow: 0 10px 50px -12px rgba(171, 171, 171, 0.9);
}
.box-icon h6 {
  font-size: 13px;
}
.box-icon i {
  margin-bottom: 25px;
}
.white-bg-icon {
  background-color: #fff;
  border-color: #fff;
}
.white-bg-icon:hover {
  background-color: #7e6996;
  border-color: #7e6996;
  color: #fff !important;
}
.border-bg-default-color {
  border: 2px solid var(--main-color);
}
.border-bg-default-color:hover {
  background-color: #7e6996;
  border-color: #7e6996;
  color: #fff;
}
.gradient-bg-icon {
  background: rgba(255, 255, 255, 1);
  display: inline-block !important;
  line-height: 100px !important;
  cursor: pointer;
  width: 85px;
  height: 85px;
  border-radius: 20%;
  text-align: center;
  position: relative;
  text-decoration: none;
  z-index: 1;
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
}
.gradient-bg-icon i {
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
}
.gradient-bg-icon:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0);
  border-radius: 20%;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  background: rgba(185, 29, 115);
  background: -moz-linear-gradient(
    45deg,
    rgba(185, 29, 115) 0%,
    rgba(249, 83, 198) 100%
  );
  background: -webkit-gradient(
    left bottom,
    right top,
    color-stop(0%, rgba(185, 29, 115)),
    color-stop(100%, rgba(249, 83, 198))
  );
  background: -webkit-linear-gradient(
    45deg,
    rgba(185, 29, 115) 0%,
    rgba(249, 83, 198) 100%
  );
  background: -o-linear-gradient(
    45deg,
    rgba(185, 29, 115) 0%,
    rgba(249, 83, 198) 100%
  );
  background: -ms-linear-gradient(
    45deg,
    rgba(185, 29, 115) 0%,
    rgba(249, 83, 198) 100%
  );
  background: linear-gradient(
    45deg,
    rgba(185, 29, 115) 0%,
    rgba(249, 83, 198) 100%
  );
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#7e6996', endColorstr='#a8e063', GradientType=1 );
}
.gradient-bg-icon:hover::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  background: rgba(185, 29, 115);
  background: -moz-linear-gradient(
    45deg,
    rgba(185, 29, 115) 0%,
    rgba(249, 83, 198) 100%
  );
  background: -webkit-gradient(
    left bottom,
    right top,
    color-stop(0%, rgba(185, 29, 115)),
    color-stop(100%, rgba(249, 83, 198))
  );
  background: -webkit-linear-gradient(
    45deg,
    rgba(185, 29, 115) 0%,
    rgba(249, 83, 198) 100%
  );
  background: -o-linear-gradient(
    45deg,
    rgba(185, 29, 115) 0%,
    rgba(249, 83, 198) 100%
  );
  background: -ms-linear-gradient(
    45deg,
    rgba(185, 29, 115) 0%,
    rgba(249, 83, 198) 100%
  );
  background: linear-gradient(
    45deg,
    rgba(185, 29, 115) 0%,
    rgba(249, 83, 198) 100%
  );
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#7e6996', endColorstr='#a8e063', GradientType=1 );
  z-index: -1;
}
.default-bg-icon {
  background-color: #7e6996;
  display: inline-block !important;
  line-height: 100px !important;
  cursor: pointer;
  width: 85px;
  height: 85px;
  border-radius: 50%;
  text-align: center;
  position: relative;
  text-decoration: none;
  z-index: 1;
}
.default-bg-icon:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0);
  border-radius: 50%;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  background-color: #ec77ab;
}
.default-bg-icon:hover:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  z-index: -1;
}
.feature-box .pull-left {
  width: 15%;
}
.feature-box .pull-right {
  width: 80%;
}
.feature-box-right .pull-left {
  width: 80%;
}
.feature-box-right .pull-right {
  width: 15%;
}
.feature-box-big .pull-left {
  width: 20%;
}
.feature-box-big .pull-right {
  width: 80%;
}
.feature-box-rounded {
  background-color: #fff;
  border-radius: 50px;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  padding: 30px;
  -webkit-box-shadow: -1px 0px 43px 0px rgba(0, 0, 0, 0.14);
  -moz-box-shadow: -1px 0px 43px 0px rgba(0, 0, 0, 0.14);
  box-shadow: -1px 0px 43px 0px rgba(0, 0, 0, 0.14);
}
/* Counters */
.counter-wrap {
  margin: 25px 0;
  text-align: center;
  width: 100%;
}
.counter-wrap h2 {
  margin: 15px 0 20px;
  font-size: 35px;
  line-height: 50px;
  text-align: center;
}
.counter-wrap h3 {
  margin: 0;
  font-size: 18px;
  line-height: 18px;
  text-align: center;
  color: #f1f1f1;
  font-weight: 600;
}
.counter-type-2 {
  padding-left: 75px;
}
.counter-type-2 h3 span {
  letter-spacing: 2px;
  font-weight: 800;
}
.counter-type-2 h5 {
  margin-top: 12px;
  font-size: 18px;
}
.counter-type-2 i {
  position: absolute;
  top: 1px;
  left: 0;
}
.counter-type-3 .counter-wrap {
  text-align: left;
  float: left;
}
.counter-style-two .counter-wrap i {
  font-size: 60px;
}
.counter-type-3 .counter-wrap h2 {
  text-align: left;
  display: inline-block;
}
.counter-type-3 .counter-wrap h2 {
  font-size: 30px;
  margin: -10px 0 0 0;
}
.counter-type-3 .counter-wrap .pull-left .line {
  height: 1px;
  width: 40px;
  margin-bottom: 10px;
  margin-top: 5px;
}
/* Portfolio */
.portfolio .folio-overlay {
  background-color: rgba(242, 112, 156, 0.9);
  position: absolute;
  width: 100%;
  height: 100%;
  opacity: 0;
  visibility: hidden;
  transition-timing-function: ease-in-out;
  -ms-transition-timing-function: ease-in-out;
  -moz-transition-timing-function: ease-in-out;
  -webkit-transition-timing-function: ease-in-out;
  -o-transition-timing-function: ease-in-out;
  transition-duration: 0.2s;
  -ms-transition-duration: 0.2s;
  -moz-transition-duration: 0.2s;
  -webkit-transition-duration: 0.2s;
  -o-transition-duration: 0.2s;
}
.portfolio:hover .folio-overlay {
  opacity: 1;
  visibility: visible;
}
.portfolio-wrap {
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  margin-top: -75px;
}
.portfolio-description .portfolio-title,
.portfolio-description .links {
  position: relative;
  left: 0;
  color: #fff;
  width: 100%;
  opacity: 0;
  visibility: hidden;
}
.portfolio-description .portfolio-title {
  top: 0;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  font-size: 18px;
  letter-spacing: 1px;
  font-weight: 500;
}
.portfolio:hover .portfolio-description .portfolio-title {
  top: 30px;
  opacity: 1;
  visibility: visible;
}
.portfolio-description .links {
  top: 0px;
  -webkit-transition: 0.4s;
  -moz-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
  text-transform: uppercase;
  font-size: 14px;
  letter-spacing: 1px;
  font-weight: 300;
}
.portfolio:hover .portfolio-description .links {
  top: 25px;
  opacity: 1;
  visibility: visible;
}
.portfolio-description .btn {
  background-color: transparent;
  border-color: #fff;
  padding: 12px 22px;
  border-radius: 20px;
}
.portfolio-description .btn:hover {
  background-color: #fff;
  border-color: #fff;
  color: #ff2a40;
}
.portfolio-container .btn.view-more {
  margin-top: 40px;
}
.hover-type-2 .portfolio-wrap {
  margin-top: -110px;
}
.hover-type-2 .portfolio-details {
  top: 35px;
}
.portfolio-details {
  position: relative;
  left: 0;
  top: 50px;
  width: 100%;
}
.portfolio-details li {
  display: inline-block;
  position: relative;
  bottom: -40px;
  opacity: 0;
  visibility: hidden;
  transform: translateZ(0);
  margin-right: 15px;
}
.portfolio-details li:last-child {
  margin-right: 0;
}
.portfolio:hover .portfolio-details li {
  bottom: 0;
  opacity: 1;
  visibility: visible;
}
.portfolio:hover .portfolio-details li:nth-child(1) {
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.portfolio:hover .portfolio-details li:nth-child(2) {
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}
.portfolio-details li a {
  display: block;
  color: #f1f1f1;
  border: 2px solid #fff;
  border-radius: 100px;
  width: 50px;
  height: 50px;
  line-height: 48px;
}
.portfolio-details li a:hover {
  display: block;
  color: #7e6996;
  border: 2px solid #fff;
  background-color: #fff;
}
.portfolio-type-2 a {
  color: #fff;
  font-size: 40px;
}
.row.no-gutters {
  margin-right: 0;
  margin-left: 0;
}
.no-bottom-padding {
  padding-bottom: 0;
}
.no-gutters > [class^="col-"],
.no-gutters > [class*="col-"],
.row.no-gutters > [class^="col-"],
.row.no-gutters > [class*="col-"] {
  padding-right: 0;
  padding-left: 0;
}
/* Portfolio Style 02 */
.portfolio-item {
  float: left;
  position: relative;
  overflow: hidden;
}
.portfolio-item .portfolio-detail > a {
  display: block;
  position: relative;
  overflow: hidden;
}
.portfolio-item img {
  -webkit-transition: all 1s ease;
  transition: all 1s ease;
}
.portfolio-item:hover img {
  -webkit-transform: scale(1.2) translateY(-20px);
  transform: scale(1.2) translateY(-20px);
}
.portfolio-item:hover .portfolio-info {
  opacity: 1;
  -webkit-transform: translateY(0);
  transform: translateY(0);
}
.portfolio-item:hover .portfolio-info h3,
.portfolio-item:hover .portfolio-info p {
  -webkit-transform: scale(1);
  transform: scale(1);
  opacity: 1;
}
.portfolio-item:hover .portfolio-info h3:after {
  width: 60px;
  opacity: 1;
}
.portfolio-item:hover .portfolio-info-alt h3 > a {
  color: #00c3da;
}
.portfolio-info {
  position: absolute;
  top: auto;
  right: 30px;
  bottom: 30px;
  left: 30px;
  padding: 25px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  opacity: 0;
  text-align: center;
  box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1);
  -webkit-transform: translateY(30px);
  transform: translateY(30px);
  width: 80%;
}
.portfolio-info .v-center {
  vertical-align: bottom;
}
.portfolio-info h3 {
  font-size: 22px;
  font-weight: 700;
  -webkit-transform: scale(0.8);
  transform: scale(0.8);
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  -webkit-transition-delay: 0.3s;
  transition-delay: 0.3s;
  opacity: 0;
}
.portfolio-info p {
  font-size: 18px;
  -webkit-transform: scale(0.8);
  transform: scale(0.8);
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  -webkit-transition-delay: 0.6s;
  transition-delay: 0.6s;
  opacity: 0;
  font-weight: 700;
}
.portfolio-info-alt {
  padding: 20px 0;
}
.portfolio-info-alt h3 {
  font-size: 16px;
  font-weight: 600;
  letter-spacing: -0.05em;
  margin-top: 0;
}
.portfolio-info-alt h3 > a {
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  color: #1f1f1f;
}
.portfolio-info-alt p {
  color: #787878;
  font-size: 14px;
  margin-bottom: 5px;
}
.project-info > ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.project-info > ul > li {
  display: block;
  margin-bottom: 15px;
  color: #1f1f1f;
  font-size: 14px;
}
.project-info > ul > li > strong {
  display: block;
  color: #929292;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  font-size: 11px;
  font-weight: 500;
  padding-bottom: 6px;
}
.project-info > ul > li > a {
  color: #1f1f1f;
}
.project-info > ul > li > a:hover {
  color: #7e6996;
}
/* Portfolio Single Project 01 */
.portfolio-meta > li {
  margin: 25px 0;
  list-style: none;
  border-bottom: 1px solid #eee;
  padding-bottom: 15px;
}
.portfolio-meta > li:last-child {
  border-bottom: 0;
}
.portfolio-meta > li span {
  display: inline-block;
  width: 130px;
  letter-spacing: 1px;
  color: var(--main-color);
  font-size: 12px;
  text-transform: uppercase;
  font-weight: 600;
}
.portfolio-meta > li a {
  margin-right: 10px;
  color: #a7a7a7;
}
.portfolio-meta > li a:hover {
  color: #7e6996;
}
/* Portfolio Single Project 02 */
.portfolio-meta-style-02 .portfolio-meta > li {
  margin: 0px 0 10px 0;
  list-style: none;
  padding-bottom: 0px;
  border-bottom: 0;
}
.portfolio-meta-style-02 .portfolio-meta > li span {
  display: inline-block;
  width: 130px;
  letter-spacing: 1px;
  color: #fff;
  font-size: 12px;
  text-transform: uppercase;
  font-weight: 600;
}
.portfolio-meta-style-02 .portfolio-meta > li a {
  margin-right: 10px;
  color: #a7a7a7;
}
.portfolio-meta-style-02 .portfolio-meta > li a:hover {
  color: #7e6996;
}
/* Portfolio Single Project 03 */
.portfolio-meta-style-03 .portfolio-meta > li {
  margin: 0px 0 25px 0;
  list-style: none;
  border-bottom: 1px solid #dedede;
  padding-bottom: 15px;
}
.portfolio-meta-style-03 .portfolio-meta > li:last-child {
  border-bottom: 0;
}
.portfolio-meta-style-03 .portfolio-meta > li span {
  display: inline-block;
  width: 130px;
  letter-spacing: 1px;
  color: var(--main-color);
  font-size: 12px;
  text-transform: uppercase;
  font-weight: 600;
}
.portfolio-meta-style-03 .portfolio-meta > li a {
  margin-right: 10px;
  color: #a7a7a7;
}
.portfolio-meta-style-03 .portfolio-meta > li a:hover {
  color: #7e6996;
}
/* Magnific Popup CSS */
.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1042;
  overflow: hidden;
  position: fixed;
  background: #000;
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1043;
  position: fixed;
  outline: none;
  -webkit-backface-visibility: hidden;
}
.mfp-container {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 8px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.mfp-container:before {
  content: "";
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}
.mfp-align-top .mfp-container:before {
  display: none;
}
.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 1045;
}
.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
  width: 100%;
  cursor: auto;
}
.mfp-ajax-cur {
  cursor: progress;
}
.mfp-zoom-out-cur,
.mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: -moz-zoom-out;
  cursor: -webkit-zoom-out;
  cursor: zoom-out;
}
.mfp-zoom {
  cursor: pointer;
  cursor: -webkit-zoom-in;
  cursor: -moz-zoom-in;
  cursor: zoom-in;
}
.mfp-auto-cursor .mfp-content {
  cursor: auto;
}
.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}
.mfp-loading.mfp-figure {
  display: none;
}
.mfp-hide {
  display: none;
}
.mfp-preloader {
  color: #ccc;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -0.8em;
  left: 8px;
  right: 8px;
  z-index: 1044;
}
.mfp-preloader a {
  color: #ccc;
}
.mfp-preloader a:hover {
  color: #fff;
}
.mfp-s-ready .mfp-preloader {
  display: none;
}
.mfp-s-error .mfp-content {
  display: none;
}
button.mfp-close,
button.mfp-arrow {
  overflow: visible;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  display: block;
  outline: none;
  padding: 0;
  z-index: 1046;
  -webkit-box-shadow: none;
  box-shadow: none;
}
button::-moz-focus-inner {
  padding: 0;
  border: 0;
}
.mfp-close {
  margin-left: 1rem;
  width: 44px;
  height: 44px;
  line-height: 44px;
  text-decoration: none;
  text-align: center;
  opacity: 0.65;
  padding: 0 0 18px 10px;
  color: #fff;
  font-style: normal;
  font-size: 28px;
}
.mfp-close:hover,
.mfp-close:focus {
  opacity: 1;
  filter: alpha(opacity=100);
}
.mfp-close:active {
  top: 1px;
}
.mfp-close-btn-in .mfp-close {
  color: #fff;
  border: 1px solid #fff;
}
.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
  color: #fff;
  right: -6px;
  text-align: right;
  padding-right: 6px;
  width: 100%;
}
.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #ccc;
  font-size: 12px;
  line-height: 18px;
  white-space: nowrap;
}
.mfp-arrow {
  position: absolute;
  opacity: 0.65;
  filter: alpha(opacity=65);
  margin: 0;
  top: 50%;
  margin-top: -55px;
  padding: 0;
  width: 90px;
  height: 110px;
  -webkit-tap-highlight-color: transparent;
}
.mfp-arrow:active {
  margin-top: -54px;
}
.mfp-arrow:hover,
.mfp-arrow:focus {
  opacity: 1;
  filter: alpha(opacity=100);
}
.mfp-arrow:before,
.mfp-arrow:after,
.mfp-arrow .mfp-b,
.mfp-arrow .mfp-a {
  content: "";
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  left: 0;
  top: 0;
  margin-top: 35px;
  margin-left: 35px;
  border: medium inset transparent;
}
.mfp-arrow:after,
.mfp-arrow .mfp-a {
  border-top-width: 13px;
  border-bottom-width: 13px;
  top: 8px;
}
.mfp-arrow:before,
.mfp-arrow .mfp-b {
  border-top-width: 21px;
  border-bottom-width: 21px;
  opacity: 0.7;
}
.mfp-arrow-left {
  left: 0;
}
.mfp-arrow-left:after,
.mfp-arrow-left .mfp-a {
  border-right: 17px solid #fff;
  margin-left: 31px;
}
.mfp-arrow-left:before,
.mfp-arrow-left .mfp-b {
  margin-left: 25px;
  border-right: 27px solid #3f3f3f;
}
.mfp-arrow-right {
  right: 0;
}
.mfp-arrow-right:after,
.mfp-arrow-right .mfp-a {
  border-left: 17px solid #fff;
  margin-left: 39px;
}
.mfp-arrow-right:before,
.mfp-arrow-right .mfp-b {
  border-left: 27px solid #3f3f3f;
}
.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px;
}
.mfp-iframe-holder .mfp-content {
  line-height: 0;
  width: 100%;
  max-width: 900px;
}
.mfp-iframe-holder .mfp-close {
  top: -40px;
}
.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%;
}
.mfp-iframe-scaler iframe {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #000;
}
/* Main image in popup */
img.mfp-img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 40px 0 40px;
  margin: 0 auto;
}
/* The shadow behind the image */
.mfp-figure {
  line-height: 0;
}
.mfp-figure:after {
  content: "";
  position: absolute;
  left: 0;
  top: 40px;
  bottom: 40px;
  display: block;
  right: 0;
  width: auto;
  height: auto;
  z-index: -1;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #444;
}
.mfp-figure small {
  color: #bdbdbd;
  display: block;
  font-size: 12px;
  line-height: 14px;
}
.mfp-figure figure {
  margin: 0;
}
.mfp-bottom-bar {
  margin-top: -36px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto;
}
.mfp-title {
  text-align: left;
  line-height: 18px;
  color: #f3f3f3;
  word-wrap: break-word;
  padding-right: 36px;
}
.mfp-image-holder .mfp-content {
  max-width: 100%;
}
.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer;
}
@media screen and (max-width: 800px) and (orientation: landscape),
  screen and (max-height: 300px) {
  /** * Remove all paddings around the image on small screen */
  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0;
  }
  .mfp-img-mobile img.mfp-img {
    padding: 0;
  }
  .mfp-img-mobile .mfp-figure:after {
    top: 0;
    bottom: 0;
  }
  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px;
  }
  .mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0, 0, 0, 0.6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
  .mfp-img-mobile .mfp-bottom-bar:empty {
    padding: 0;
  }
  .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px;
  }
  .mfp-img-mobile .mfp-close {
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    text-align: center;
    padding: 0;
  }
}
@media all and (max-width: 900px) {
  .mfp-arrow {
    -webkit-transform: scale(0.75);
    transform: scale(0.75);
  }
  .mfp-arrow-left {
    -webkit-transform-origin: 0;
    transform-origin: 0;
  }
  .mfp-arrow-right {
    -webkit-transform-origin: 100%;
    transform-origin: 100%;
  }
  .mfp-container {
    padding-left: 6px;
    padding-right: 6px;
  }
}
.mfp-ie7 .mfp-img {
  padding: 0;
}
.mfp-ie7 .mfp-bottom-bar {
  width: 600px;
  left: 50%;
  margin-left: -300px;
  margin-top: 5px;
  padding-bottom: 5px;
}
.mfp-ie7 .mfp-container {
  padding: 0;
}
.mfp-ie7 .mfp-content {
  padding-top: 44px;
}
.mfp-ie7 .mfp-close {
  top: 0;
  right: 0;
  padding-top: 0;
}
.mfp-fade.mfp-bg {
  opacity: 0;
  -webkit-transition: all 0.4s ease-out;
  -moz-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
}
.mfp-fade.mfp-bg.mfp-ready {
  opacity: 0.92;
}
.mfp-bottom-bar {
  display: none;
}
.mfp-fade.mfp-bg.mfp-removing {
  opacity: 0;
}
.mfp-arrow-right::after,
.mfp-arrow-left::after {
  font-family: "FontAwesome";
  border: none;
  color: #fff;
  font-size: 65px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.mfp-arrow-right::after {
  content: "\f105";
}
.mfp-arrow-left::after {
  content: "\f104";
}
.mfp-arrow-right::before,
.mfp-arrow-left::before {
  border: none;
}
.mfp-arrow {
  height: 60px;
}
.mfp-arrow::before,
.mfp-arrow::after,
.mfp-arrow .mfp-b,
.mfp-arrow .mfp-a {
  margin-top: 15px;
  top: -1px;
}
img.mfp-img {
  padding: 40px 0px 0;
}
.mfp-fade.mfp-wrap .mfp-content {
  opacity: 0;
  transform: scale(0.95);
  -webkit-transition: all 0.4s ease-out;
  -moz-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
}
.mfp-fade.mfp-wrap.mfp-ready .mfp-content {
  transform: scale(1);
  opacity: 1;
  -webkit-transition: all 0.4s ease-out;
  -moz-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
}
.mfp-fade.mfp-wrap.mfp-removing .mfp-content {
  opacity: 0;
  transform: scale(0.95);
  -webkit-transition: all 0.4s ease-out;
  -moz-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
}
.mfp-zoom-in .mfp-with-anim {
  opacity: 0;
  transition: all 0.2s ease-in-out;
  transform: scale(0.8);
}
.mfp-zoom-in.mfp-bg {
  opacity: 0;
  transition: all 0.3s ease-out;
}
.mfp-zoom-in.mfp-ready .mfp-with-anim {
  opacity: 1;
  transform: scale(1);
}
.mfp-zoom-in.mfp-ready.mfp-bg {
  opacity: 0.8;
}
.mfp-zoom-in.mfp-removing .mfp-with-anim {
  transform: scale(0.8);
  opacity: 0;
}
.mfp-zoom-in.mfp-removing.mfp-bg {
  opacity: 0;
}
/*====== Newspaper effect ======*/
.mfp-newspaper {
  /* start state */
  /* animate in */
  /* animate out */
}
.mfp-newspaper .mfp-with-anim {
  opacity: 0;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.5s;
  transform: scale(0) rotate(500deg);
}
.mfp-newspaper.mfp-bg {
  opacity: 0;
  transition: all 0.5s;
}
.mfp-newspaper.mfp-ready .mfp-with-anim {
  opacity: 1;
  transform: scale(1) rotate(0deg);
}
.mfp-newspaper.mfp-ready.mfp-bg {
  opacity: 0.8;
}
.mfp-newspaper.mfp-removing .mfp-with-anim {
  transform: scale(0) rotate(500deg);
  opacity: 0;
}
.mfp-newspaper.mfp-removing.mfp-bg {
  opacity: 0;
}
/*====== Move-horizontal effect ======*/
.mfp-move-horizontal {
  /* start state */
  /* animate in */
  /* animate out */
}
.mfp-move-horizontal .mfp-with-anim {
  opacity: 0;
  transition: all 0.3s;
  transform: translateX(-50px);
}
.mfp-move-horizontal.mfp-bg {
  opacity: 0;
  transition: all 0.3s;
}
.mfp-move-horizontal.mfp-ready .mfp-with-anim {
  opacity: 1;
  transform: translateX(0);
}
.mfp-move-horizontal.mfp-ready.mfp-bg {
  opacity: 0.8;
}
.mfp-move-horizontal.mfp-removing .mfp-with-anim {
  transform: translateX(50px);
  opacity: 0;
}
.mfp-move-horizontal.mfp-removing.mfp-bg {
  opacity: 0;
}
/*====== Move-from-top effect ======*/
.mfp-move-from-top {
  /* start state */
  /* animate in */
  /* animate out */
}
.mfp-move-from-top .mfp-content {
  vertical-align: top;
}
.mfp-move-from-top .mfp-with-anim {
  opacity: 0;
  transition: all 0.2s;
  transform: translateY(-100px);
}
.mfp-move-from-top.mfp-bg {
  opacity: 0;
  transition: all 0.2s;
}
.mfp-move-from-top.mfp-ready .mfp-with-anim {
  opacity: 1;
  transform: translateY(0);
}
.mfp-move-from-top.mfp-ready.mfp-bg {
  opacity: 0.8;
}
.mfp-move-from-top.mfp-removing .mfp-with-anim {
  transform: translateY(-50px);
  opacity: 0;
}
.mfp-move-from-top.mfp-removing.mfp-bg {
  opacity: 0;
}
/*====== 3d unfold ======*/
.mfp-3d-unfold {
  /* start state */
  /* animate in */
  /* animate out */
}
.mfp-3d-unfold .mfp-content {
  perspective: 2000px;
}
.mfp-3d-unfold .mfp-with-anim {
  opacity: 0;
  transition: all 0.3s ease-in-out;
  transform-style: preserve-3d;
  transform: rotateY(-60deg);
}
.mfp-3d-unfold.mfp-bg {
  opacity: 0;
  transition: all 0.5s;
}
.mfp-3d-unfold.mfp-ready .mfp-with-anim {
  opacity: 1;
  transform: rotateY(0deg);
}
.mfp-3d-unfold.mfp-ready.mfp-bg {
  opacity: 0.8;
}
.mfp-3d-unfold.mfp-removing .mfp-with-anim {
  transform: rotateY(60deg);
  opacity: 0;
}
.mfp-3d-unfold.mfp-removing.mfp-bg {
  opacity: 0;
}
/*====== Zoom-out effect ======*/
.mfp-zoom-out {
  /* start state */
  /* animate in */
  /* animate out */
}
.mfp-zoom-out .mfp-with-anim {
  opacity: 0;
  transition: all 0.3s ease-in-out;
  transform: scale(1.3);
}
.mfp-zoom-out.mfp-bg {
  opacity: 0;
  transition: all 0.3s ease-out;
}
.mfp-zoom-out.mfp-ready .mfp-with-anim {
  opacity: 1;
  transform: scale(1);
}
.mfp-zoom-out.mfp-ready.mfp-bg {
  opacity: 0.8;
}
.mfp-zoom-out.mfp-removing .mfp-with-anim {
  transform: scale(1.3);
  opacity: 0;
}
.mfp-zoom-out.mfp-removing.mfp-bg {
  opacity: 0;
}
.project-info {
  list-style: none;
  padding-top: 50px;
  text-align: left;
}
.project-info li {
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 2px;
  margin: 15px 0;
  color: var(--main-color);
}
.project-info li span {
  color: #6d747c;
  font-size: 13px;
  text-transform: uppercase;
  font-weight: 300;
  letter-spacing: 1px;
}
.project-title {
  padding-top: 20px;
  text-transform: uppercase;
  text-align: left;
  font-size: 20px;
  font-weight: 400;
  letter-spacing: 2px;
  color: var(--main-color);
  margin-bottom: 20px;
}
.project-details {
  text-align: left;
  font-size: 16px;
  font-weight: 300;
  line-height: 1.8;
  padding-bottom: 50px;
}
.project-details p {
  color: var(--main-color);
  font-size: 16px;
  font-weight: 300;
  margin-top: 35px;
}
.portfolio-slider {
  margin-bottom: 30px;
}
.portfolio-slider .slick-dots {
  position: absolute;
  bottom: 25px;
}
.portfolio-right .project-detail-box {
  margin-top: 10px;
}
.portfolio-right .project-detail-box.mt-50 {
  margin-top: 50px;
}
.portfolio-right .project-detail-box li strong {
  min-width: 110px;
  display: inline-block;
}
.portfolio-right .project-detail-box li strong.display-block {
  display: block;
}
.portfolio-right .project-detail-box li {
  line-height: 30px;
  list-style: none;
}
.portfolio-right .project-detail-box li a {
  color: #888;
}
.portfolio-right .project-detail-box li a:hover {
  color: #7e6996;
}
.project-type-list {
  margin-top: 30px;
}
.project-type-list li {
  padding: 10px 0;
  border-bottom: 1px solid #e8e8e8;
  font-weight: 300;
  font-size: 14px;
  list-style: none;
}
.project-type-list li i {
  margin-right: 10px;
}
.portfolio-right .project-type-list li,
.portfolio-right .project-detail-box li {
  text-transform: uppercase;
}
.portfolio-nav a {
  overflow: hidden;
  color: inherit;
  cursor: default;
  display: block;
}
.portfolio-nav a.disabled {
  opacity: 0.6;
  pointer-events: none;
}
.portfolio-nav a.disabled > span {
  cursor: default;
}
.portfolio-nav a.disabled > span:hover {
  color: inherit;
}
.portfolio-nav a.disabled:hover {
  opacity: 0.4;
}
.portfolio-nav a.prev i {
  margin-right: 10px;
}
.portfolio-nav a.showall {
  text-align: center;
}
.portfolio-nav a.showall span {
  padding: 36px 0;
}
.portfolio-nav a.showall span i {
  font-size: 24px;
  display: block;
}
.portfolio-nav a.showall:hover span i {
  transform: scale(1.1);
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
}
@media only screen and (max-width: 767px) {
  .portfolio-nav a.showall span i {
    font-size: 30px;
  }
}
.portfolio-nav a.next {
  text-align: right;
}
.portfolio-nav a.next i {
  margin-left: 10px;
}
.portfolio-nav a > span {
  display: inline-block;
  padding: 40px 0;
  font-size: 12px;
  cursor: pointer;
  text-transform: uppercase;
  font-weight: 500;
  letter-spacing: 1px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.portfolio-nav a > span:hover {
  color: #7e6996;
}
.portfolio-nav a > span i {
  font-size: 14px;
}
.portfolio-nav a > span i:before {
  vertical-align: middle;
}
@media only screen and (max-width: 767px) {
  .portfolio-nav a > span {
    font-size: 0;
  }
  .portfolio-nav a > span i {
    font-size: 30px;
  }
}
/* Pricing Table */
.pricing-table {
  margin: 80px 0;
}
.pricing-box {
  padding: 40px;
  background: #fff;
  transition: all 0.2s ease;
  position: relative;
}
.pricing-box:hover {
  box-shadow: 0 10px 30px 5px rgba(17, 21, 23, 0.1);
}
.pricing-table.featured {
  margin: 40px 0;
  border: 1px solid #ebebeb;
  border-radius: 5px;
}
.pricing-box.featured {
  padding: 80px 40px 80px 40px;
}
.pricing-box.featured .featured-mark {
  display: block;
  padding: 5px 18px 5px 10px;
  position: absolute;
  top: 44px;
  left: -4px;
  text-transform: uppercase;
  font-size: 12px;
  line-height: 1.4;
  font-weight: 700;
  color: #fff;
  background-color: #7e6996;
}
.pricing-box.featured .featured-mark:after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  border-right: 9px solid #fff;
  border-top: 12px solid transparent;
  border-bottom: 12px solid transparent;
}
.pricing-box h4 {
  font-size: 18px;
  margin-top: 5px;
  font-weight: 700;
}
.pricing-box h3 {
  font-size: 30px;
  font-weight: 700;
}
.pricing-box h2 {
  margin-top: 25px;
  margin-bottom: 25px;
  font-weight: 700;
}
.pricing-box h2 sup {
  font-size: 25px;
  top: -15.6px;
}
.pricing-box h2 span {
  font-weight: 700;
}
.pricing-box ul {
  margin: 20px 0;
  padding: 0;
}
.pricing-box li {
  display: block;
  margin-bottom: 10px;
  list-style: none;
  font-size: 14px;
}
.pricing-box-bottom {
  margin-top: 40px;
}
.pricing-table-featured {
  margin: 5px 0;
}
.pricing-table-featured .pricicng-feature {
  min-height: 180px;
}
/* Teams */
/* Team Style 01 */
.member {
  margin: 40px 0;
  padding: 0 10px;
}
.team-slider .member {
  margin: 20px 0 30px 0;
  padding: 0 10px;
}
.team-fullwidth .member {
  margin: 0;
  padding: 0;
}
.p0.member {
  margin: 0;
  padding: 0;
}
.team-member-container {
  position: relative;
  overflow: hidden;
}
.team-member-img img {
  width: 100%;
}
.team-member-container .member-caption {
  width: 100%;
  position: absolute;
  z-index: 2;
  height: 100%;
  opacity: 0;
  visibility: hidden;
  top: 0;
  background-color: rgba(191, 7, 49, 0.8);
}
.team-member-container:hover .member-caption {
  opacity: 1;
  visibility: visible;
}
.member-description {
  width: 100%;
  height: 100%;
}
.member-description-wrap {
  position: absolute;
  top: 0%;
  left: 0;
  width: 100%;
  margin-top: 0px;
  padding: 25px;
  height: 100%;
}
.member-description .member-title,
.member-description .member-subtitle {
  position: relative;
  left: 0;
  color: #fff;
  width: 100%;
  opacity: 0;
  visibility: hidden;
}
.member-description .member-title {
  top: 0;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  margin-top: -35px;
}
.member-description .member-subtitle {
  top: 0;
  -webkit-transition: 0.4s;
  -moz-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
.team-member-container:hover .member-description .member-title {
  opacity: 1;
  visibility: visible;
  top: 30px;
}
.team-member-container:hover .member-description .member-subtitle {
  opacity: 1;
  visibility: visible;
  top: 25px;
}
.member-icons,
.product-btn-group {
  position: absolute;
  left: 0;
  bottom: 0px;
  width: 100%;
  padding: 25px;
  margin-bottom: 0;
}
.member-icons li,
.product-btn-group li {
  display: inline-block;
  position: relative;
  bottom: -40px;
  opacity: 0;
  visibility: hidden;
  transform: translateZ(0);
  margin-right: 5px;
}
.member-icons li a,
.product-btn-group li a {
  display: block;
  color: #fff;
}
.member-icons li a:hover,
.product-btn-group li a:hover {
  color: #fff;
}
.team-member-container:hover .member-icons li {
  opacity: 1;
  visibility: visible;
  bottom: 0;
}
.team-member-container:hover .member-icons li:nth-child(1) {
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.team-member-container:hover .member-icons li:nth-child(2) {
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}
.team-member-container:hover .member-icons li:nth-child(3) {
  -webkit-transition: 0.6s;
  -moz-transition: 0.6s;
  -o-transition: 0.6s;
  transition: 0.6s;
}
/* Team Style 02 */
.team-thumb {
  position: relative;
  overflow: hidden;
}
.team-thumb:after {
  content: "";
  position: absolute;
  background: transparent;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  visibility: hidden;
  opacity: 0;
}
.team-thumb:hover:after {
  opacity: 1;
  visibility: visible;
  background-color: rgba(0, 0, 0, 0.2);
  z-index: 0;
}
.team-thumb img {
  width: 100%;
}
.member-info {
  border-radius: 10px;
  position: absolute;
  left: 20px;
  right: 20px;
  bottom: -20%;
  width: 88%;
  color: #fff;
  padding: 16px 0;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.2s ease-out 0.2s;
  -moz-transition: all 0.2s ease-out 0.2s;
  -o-transition: all 0.2s ease-out 0.2s;
  transition: all 0.2s ease-out 0.2s;
  box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1);
}
.team-thumb:hover .member-info {
  bottom: 20px;
  opacity: 1;
  visibility: visible;
  z-index: 1;
}
.member-info h3 {
  color: var(--main-color);
  font-size: 15px;
  font-weight: 700;
}
.member-info .title {
  display: block;
  font-size: 16px;
  line-height: 25px;
  color: var(--main-color);
  font-weight: 700;
}
.member-info .social-link {
  margin-top: 25px;
}
.m-0 {
  margin: 0 !important;
}
.member-info .social-link li a {
  display: block;
  width: 35px;
  height: 35px;
  font-size: 18px;
  line-height: 35px;
  background: #fff;
  color: #7e6996;
  text-align: center;
  border-radius: 50%;
}
.member-info .social-link li a:hover {
  background: var(--main-color);
  color: #fff;
}
.member-info.gradient-bg-two .social-link li a {
  color: #ec77ab;
}
.member-info.gradient-bg-three .social-link li a {
  color: #ca4976;
}
.member-info.gradient-bg-four .social-link li a {
  color: #ce9ffc;
}
.member-info.gradient-bg-seven .social-link li a {
  color: #f6d365;
}
.member-info.gradient-bg-eight .social-link li a {
  color: #c6426e;
}
.member-info.gradient-bg-nine .social-link li a {
  color: #00f38c;
}
.member-info.gradient-bg-ten .social-link li a {
  color: #decba4;
}
/* Blogs */
.blog-slider .post {
  margin: 20px 0;
  padding: 0 10px;
}
.post .post-img,
.service-style-01 .service-box .service-img {
  overflow: hidden;
  position: relative;
  z-index: 10;
}
.post-info h3 {
  font-size: 19px;
  margin-top: 0;
  line-height: 25px;
}
.post-info h6 {
  color: #7e6996;
  font-size: 10px;
  margin-top: 5px;
  text-transform: uppercase;
}
.post-info a {
  color: var(--main-color);
  font-size: 22px;
  font-weight: 700;
  line-height: 30px;
}
.post-info.white-color a {
  color: #fff;
}
.post-info a:hover {
  color: #7e6996;
}
.post-info p {
  margin-top: 20px;
  color: var(--main-color);
  font-size: 14px;
  font-weight: 500;
}
.post .post-metas {
  position: absolute;
  padding: 0;
  text-align: left;
  z-index: 9999;
  top: 0;
  margin: 20px 0 0 20px;
}
.post .post-metas-center {
  display: inline-block;
}
.post .post-metas-center .post-date {
  font-size: 11px !important;
  margin: 0;
  color: #ffffff !important;
  font-weight: 600 !important;
  letter-spacing: 1px;
  text-transform: uppercase;
  float: left;
  margin-right: 5px;
  background: rgba(0, 0, 0, 0.8);
  padding: 4px 8px 2px;
}
.post-info .extras-wrap {
  padding: 0px 14px 0px 0px;
  display: inline-block;
  font-size: 14px;
  color: #9e9e9e;
}
.post-info .extras-wrap i {
  position: relative;
  top: 1px;
  padding: 0px 5px 0px 0px;
}
/* Blog Style 01 */
.blog-masonry-item {
  margin-bottom: 25px;
}
.widget-title {
  position: relative;
  text-transform: uppercase;
  margin-bottom: 45px;
}
.aside-title {
  margin-bottom: 20px;
  padding-bottom: 10px;
  font-weight: 600;
  font-size: 19px;
}
.search-form input {
  background-color: #fff;
  color: #000;
}

/* 10.6 Widget Recent Post */
.post-item {
  overflow: hidden;
  margin-bottom: 20px;
}
.post-item:last-child {
  margin-bottom: 0;
}
.post-item h4 {
  margin: 0;
}
.post-item .post-thumb {
  float: left;
}
.post-item .post-thumb img {
  width: 75px;
  height: 58px;
}
.post-item .post-body {
  margin-left: 100px;
}
.post-item .post-time {
  font-size: 12px;
  line-height: 1.2;
  margin-top: 7px;
  color: #999;
}
.post-item .subtitle {
  line-height: 1.2;
}
/* 10.5 Widget Search */
.search-form {
  position: relative;
}
.search-field {
  border-color: #e9e9e9 !important;
  background: #fff;
}
.search-field:focus {
  border-color: #7e6996 !important;
}
/* Widget Categories */
.widget_categories ul li:first-child,
.widget_archive ul li:first-child {
  margin-top: 0;
}
.widget_categories ul li,
.widget_archive ul li {
  margin-top: 20px;
  line-height: 25px;
  list-style: none;
  position: relative;
}
.widget_archive ul li span {
  position: absolute;
  top: 0;
  right: 0;
}
.widget_categories ul li a,
.widget_archive ul li a {
  color: var(--main-color);
  font-weight: 500;
}
.widget_categories ul li a:hover,
.widget_archive ul li a:hover {
  color: #7e6996;
  text-decoration: none;
}
/* Widget Tags */
.post-tags a {
  display: inline-block;
  padding: 5px 11px;
  margin: 0 5px 15px 0;
  border: 1px solid var(--main-color);
  font-size: 14px;
  font-weight: 500;
}
.post-tags a:hover {
  background: #7e6996;
  border: 1px solid #7e6996;
  color: #fff;
  text-decoration: none;
}

/* pagination */
.pagination {
  border-radius: 0;
  padding: 0;
  margin: 0;
}
.pagination ul {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  margin-left: 0;
  margin-bottom: 0;
  padding: 0;
}
.pagination li {
  display: inline;
}
.pagination a {
  float: left;
  padding: 0 18px;
  line-height: 40px;
  text-decoration: none;
  border: 3px solid var(--main-color);
  border-left-width: 0;
  background: var(--main-color);
  color: #fff;
  font-weight: 600;
}
.pagination a:hover {
  background-color: #7e6996;
  color: #fff;
}
.pagination .active a {
  background-color: #7e6996;
}
.pagination .active a {
  color: #fff;
  cursor: default;
}
.pagination .disabled span,
.pagination .disabled a,
.pagination .disabled a:hover {
  color: #999999;
  background-color: transparent;
  cursor: default;
}
.pagination li:first-child a {
  border-left-width: 3px;
}
.pagination-centered {
  text-align: center;
}
.pagination-right {
  text-align: right;
}
.blog-standard {
  margin-top: 20px;
}
.blog-standard blockquote {
  margin: 40px 0;
  background-color: #fff;
  padding: 30px;
  position: relative;
  border-left-color: #7e6996;
  font-size: inherit;
  line-height: 1.7;
  color: #888;
}
.post-controls {
  margin-top: 30px;
  overflow: hidden;
}
.post-share li {
  display: inline-block;
  padding-right: 10px;
  margin: 0;
}
.post-controls .post-share {
  float: left;
}
.post-controls .comments-info {
  float: right;
}
.post-controls .post-share li a {
  color: var(--main-color);
}
.post-controls .post-share li a:hover {
  color: #7e6996;
}
/* 10.3 Comments */
.comments-info a {
  color: var(--main-color);
}
.comments-info a:hover {
  color: #7e6996;
  text-decoration: none;
}
.comment-respond {
  margin-top: 70px;
  margin-bottom: 80px;
}
.comment-reply-title,
.recent-post-title {
  font-size: 19px;
  margin-bottom: 20px;
}
.comment-box {
  margin-bottom: 80px;
}
.post-comment {
  margin: 30px 0;
}
li.post-comment {
  list-style: none;
}
.comment-content {
  padding: 20px;
  background-color: #fff;
  border: 1px solid #f1f1f1;
}
.post-comment .avatar {
  margin-right: 22px;
  float: left;
}
.post-comment .avatar img {
  width: 74px;
  height: 74px;
  border-radius: 100px;
}
.post-comment .post-body {
  overflow: hidden;
}
.post-comment .comment-header {
  line-height: 1;
  font-size: 13px;
  padding-right: 46px;
  margin-top: 3px;
  margin-bottom: 10px;
}
.post-comment .author a {
  font-size: 16px;
  font-weight: 600;
  color: var(--main-color);
}
.post-comment .comment-header .time-ago a {
  font-size: 12px;
  color: #888;
  margin-left: 6px;
}
.post-comment .reply a {
  font-size: 10px;
  color: #fff;
  margin-right: 6px;
  float: right;
  background-color: #7e6996;
  padding: 5px 10px;
}
.post-comment .reply-comment {
  padding-left: 90px;
}
.post-comment .reply-comment .avatar img {
  width: 50px;
  height: 50px;
  border-radius: 100px;
}
.comment-form .form-control {
  height: 55px;
  border: 1px solid #eee;
}
.comment-form textarea.form-control {
  height: auto;
}
/* Footer */
.footer {
  font-size: 16px;
}
.footer-main {
  padding: 2rem 0;
  background:linear-gradient(45deg, #141f2c, #365c85)!important;
  position: relative;
}
.footer .widget-title {
  position: relative;
  line-height: 1.4;
  text-transform: capitalize;
  margin-bottom: 20px;
  color: #fff;
  font-size: 19px;
  margin-top: 0;
}
.footer .widget-text a {
  color: #fff;
}
.footer .widget-links li {
  margin-bottom: 10px;
  list-style: none;
  color: #fff;
  font-size: 14px;
}
.footer .widget-links li i {
  color: #fff;
  padding-right: 0px;
  font-size: 20px;
}
.footer .widget-links a {
  color: #fff;
}
.footer .widget-links a:hover {
  color: #7e6996;
  text-decoration: none;
}
.footer ul.footer-nav {
  margin: 10px auto 0 auto;
  padding: 0;
  display: block;
  text-align: center;
}
.footer ul.footer-nav li {
  display: inline-block;
  margin-right: 15px;
}
.footer ul.footer-nav li a {
  font-size: 14px;
  color: #fff;
}
.footer ul.footer-nav li a:hover,
.footer ul.footer-nav li a:focus {
  font-size: 14px;
  color: #7e6996;
}
.footer ul.footer-nav li:last-child {
  margin-right: 0px;
}
.footer-copyright {
  padding: 1rem 0;
  background:linear-gradient(45deg, #141f2c, #365c85)!important;
  border-top: 1px solid #8b8b8b;
}
.logo-footer {
  height: 50px;
  text-align: left;
  display: block;
}
.logo-footer img {
  max-height: 100%;
}
.footerBaslik {
  margin-top: 1rem;
  font-size: 2rem;
  font-weight: 700;
  color: #fff;
}
.footerYazi {
  margin-top: 1rem;
  font-size: 1rem;
  color: #fff;
}
.copy-right {
  color: #fff;
  font-size: 14px;
	font-family:helvetica;
}
.copy-right .icon {
  color: #7e6996;
  margin-right: 5px;
}
.footer-copyright ul.social-media {
  float: right;
  display: block;
  margin-bottom: 0;
  margin-top: 5px;
}
.footer-copyright ul.social-media li {
  display: inline-block;
  margin-right: 20px;
}
.footer-copyright ul.social-media li:last-child {
  margin-right: 0;
}
.footer-copyright ul.social-media li a {
  font-size: 20px;
  display: inline-block;
  color: #616161;
}
.footer-copyright ul.social-media li a:hover {
  color: #7e6996;
}
.popular-tags a {
  display: inline-block;
  padding: 5px 11px;
  margin: 0 5px 15px 0;
  border: 1px solid #9e9e9e;
  color: #9e9e9e;
  background: transparent;
  font-size: 14px;
}
.popular-tags a:hover {
  background: #7e6996;
  border: 1px solid #7e6996;
  color: #fff;
  text-decoration: none;
}
ul.footer-gallery {
  margin: 0;
}
ul.footer-gallery li {
  display: inline-block;
  width: 31.33%;
  padding: 0 2px 0px 0;
  margin-bottom: 5px !important;
}
ul.footer-gallery li img {
  max-width: 100%;
  width: 100%;
}
.footer-gallery-box {
  position: relative;
  overflow: hidden;
}
.footer-gallery-box .skin-overlay {
  background-color: rgba(245, 50, 92, 0.9);
  position: absolute;
  width: 100%;
  height: 100%;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity 0.2s ease-out;
  -moz-transition: opacity 0.2s ease-out;
  -o-transition: opacity 0.2s ease-out;
  transition: opacity 0.2s ease-out;
}
.footer-gallery-box:hover .skin-overlay {
  opacity: 1;
  visibility: visible;
}
.footer-gallery-box .zoom-wrap {
  position: absolute;
  top: 0%;
  left: 0;
  width: 100%;
  height: 100%;
}
.footer-gallery-zoom {
  position: absolute;
  left: 0;
  top: 40%;
  width: 100%;
}
.footer-gallery-zoom li {
  position: relative;
  bottom: -40px;
  opacity: 0;
  visibility: hidden;
  transform: translateZ(0);
}
.footer-gallery-box:hover .footer-gallery-zoom li {
  bottom: 0;
  opacity: 1;
  visibility: visible;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.footer-gallery-zoom li a {
  color: #fff;
}
.footer-gallery-zoom li a:hover,
.footer-gallery-zoom li a:focus {
  color: #2d2d2d;
}

/* Google Maps */
.map-section {
  position: relative;
  min-height: 500px;
}
.map-parallax {
  position: fixed;
  width: 100%;
  height: 45%;
  z-index: -3;
}
#myMap,
#map-style-2,
#map-style-3 {
  min-height: 632px;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 10;
}
#map-style-2.wide,
#map-style-3.wide {
  height: 774px;
  width: 100%;
  position: relative !important;
}
#myMap.wide {
  height: 500px;
  width: 100%;
  position: relative !important;
}
#mapcontent p {
  margin: 0;
  font-size: 16px;
}
/* Go Top */
#return-to-top {
  position: fixed;
  bottom: 0px;
  right: 0px;
  background: rgba(0, 0, 0, 0.7);
  width: 45px;
  height: 60px;
  text-decoration: none;
  display: none;
  z-index: 99;
}
#return-to-top i {
  color: #fff;
  margin: 0;
  position: relative;
  font-size: 15px;
  text-align: center;
  display: block;
  line-height: 60px;
}
#return-to-top:hover {
  background: rgba(0, 0, 0, 0.9);
}
/* Sliders */
.slide-img,
.parallax-img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.full-screen-bg {
  height: 100vh;
  min-height: 100vh;
}
.hero-text-wrap {
  table-layout: fixed;
  height: 100%;
  width: 100%;
  position: absolute;
  z-index: 200;
  background-color: rgb(0 0 0 / 17%);
  top: 0;
}
.light-slider .hero-text-wrap {
  background-color: rgba(0, 0, 0, 0);
}
.hero-text-wrap.gradient-overlay {
  position: absolute;
  z-index: 1;
  background: #ad5389; /* fallback for old browsers */
  background: -webkit-linear-gradient(
    to right,
    #3c1053,
    #ad5389
  ); /* Chrome 10-25, Safari 5.1-6 */
  background: linear-gradient(
    to right,
    #3c1053,
    #ad5389
  ); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
}
.hero-text-wrap.gradient-overlay-transparent {
  position: absolute;
  z-index: 1;
  background: rgba(60, 16, 83, 0.8), rgba(173, 83, 137, 0.8); /* fallback for old browsers */
  background: -webkit-linear-gradient(
    to right,
    rgba(60, 16, 83, 0.8),
    rgba(173, 83, 137, 0.8)
  ); /* Chrome 10-25, Safari 5.1-6 */
  background: linear-gradient(
    to right,
    rgba(60, 16, 83, 0.8),
    rgba(173, 83, 137, 0.8)
  ); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
}
.shape-bg {
  position: relative;
}
.shape-bg:after {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  background: url(../images/slide-shape.png) no-repeat;
  width: 590px;
  height: 590px;
  z-index: -1;
  transform: translate(-5%, -18%);
  -webkit-transform: translate(-5%, -18%);
  -moz-transform: translate(-5%, -18%);
  -o-transform: translate(-5%, -18%);
}
.inline-btn p {
  display: inline-block;
  text-transform: uppercase;
  font-size: 12px;
  letter-spacing: 0.1em;
  margin: 0 10px;
  font-weight: 500;
  vertical-align: middle;
}
.inline-btn i {
  font-size: 20px;
}
.video-box {
  position: relative;
  overflow: hidden;
  border-radius: 10px;
}
.video-box_overlay {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.hero-video {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}
.hero-video video {
  position: absolute;
  max-width: none;
}
.bg-flex.bg-flex-left {
  left: 0;
}
.bg-flex.bg-flex-right {
  right: 0;
}
.bg-flex {
  padding: 0;
  position: absolute !important;
  top: 0px;
  height: 100%;
  overflow: hidden;
  z-index: 100;
}
.bg-flex-holder {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
}
.bg-flex-cover {
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
}
.bg-flex-right {
  position: absolute;
  padding: 0;
  right: 0;
  top: 0;
  bottom: 0;
  overflow: hidden;
}
.col-about-right {
  padding-left: 60px;
}
.col-about-left {
  padding-right: 60px;
}
.row-flex {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.row-flex:before {
  content: none;
}
.row-flex > [class*="col-"] {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
  -moz-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}
@media only screen and (max-width: 767px) {
  .row-flex > [class*="col-"]:not([class*="col-xs"]) {
    width: 100%;
  }
}
.row-flex > [class*="col-"] .col-inner {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  margin-left: -15px;
  margin-right: -15px;
}
.col-inner.spacer {
  padding: 100px 50px;
}
.col-inner.spacer-md {
  padding: 90px 50px;
}
.col-inner.spacer-sm {
  padding: 80px 50px;
}
.col-inner.spacer-xs {
  padding: 60px 50px;
}
.row-flex.flex-center > [class*="col-"] {
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
@media only screen and (min-width: 768px) {
  .row-flex.full-width-flex > [class*="col-"] {
    padding-left: 6.5%;
    padding-right: 6.5%;
  }
}
.row-flex.padding-row > [class*="col-"] {
  padding: 7.5% 6.5%;
}
.row-flex.flex-horizontal > [class*="col-"]:last-child {
  -webkit-box-pack: end;
  -moz-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}
.row-flex.flex-spacing .column-inner {
  margin-left: 0;
  margin-right: 0;
}
.social-networks {
  padding: 0;
  list-style: none;
}
.social-networks > li {
  display: inline-block;
  margin-right: 12px;
}
.social-networks > li > a {
  display: block;
  width: 50px;
  height: 50px;
  line-height: 47px;
  text-align: center;
  font-size: 16px;
  border: 1px solid #e8e8e8;
  color: var(--main-color);
  border-radius: 100%;
}
.social-networks > li > a:hover {
  color: #fff;
}
.social-networks > li.social-icon-fb > a:hover {
  background-color: #3b5998;
  border-color: #3b5998;
}
.social-networks > li.social-icon-tw > a:hover {
  background-color: #55acee;
  border-color: #55acee;
}
.social-networks > li.social-icon-lk > a:hover {
  background-color: #0077b5;
  border-color: #0077b5;
}
.social-networks > li.social-icon-be > a:hover {
  background-color: #053eff;
  border-color: #053eff;
}
.social-networks > li.social-icon-de > a:hover {
  background-color: #ea4c89;
  border-color: #ea4c89;
}
.social-networks > li.social-icon-sk > a:hover {
  background-color: #00aff0;
  border-color: #00aff0;
}
.social-networks > li > a i {
  font-size: 20px;
}
/* Testimonials Style 01 */
.testimonial-item:focus {
  outline: none;
}
.testimonial-item {
  height: 100%;
}
.testimonial-item .testimonial-content {
  background-color: #fff;
  padding: 3rem;
  text-align: center;
  height: 100%;
  justify-content: center;
  align-items: center;
  display: flex;
}
.testimonial-item .testimonial-content img {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  border-radius: 100px;
}
.testimonial .slick-prev {
  left: -80px;
}
.testimonial .slick-next {
  right: -80px;
}
.testimonial-transparent .testimonial-item .testimonial-content {
  background-color: transparent;
}
/* Testimonials Style 02 */
.testimonial-style-2 .testimonial-item .testimonial-content {
  background-color: transparent;
  box-shadow: none;
  margin: 0 auto;
}
.testimonial-style-2 .testimonial-item .testimonial-content img {
  width: 8rem;
  margin-left: auto;
  margin-right: auto;
}
.testimonial-style-2 .slick-prev,
.testimonial-style-2 .slick-next {
  display: none !important;
}
/* Arrows */
.slick-prev,
.slick-next {
  font-size: 0;
  line-height: 0;
  position: absolute;
  top: 50%;
  display: block;
  width: 45px;
  height: 100px;
  padding: 0;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  cursor: pointer;
  color: transparent;
  border: none;
  outline: none;
  background-color: var(--side-color);
  z-index: 10;
  font-family: "icofont";
}
.slick-prev:hover,
.slick-next:hover {
  color: #fff;
  outline: none;
  background-color: var(--main-color);
}
.slick-prev:hover:before,
.slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
  opacity: 1;
}
.slick-prev.slick-disabled,
.slick-next.slick-disabled {
  display: none !important;
}
.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
  opacity: 0.25;
}
.single-project-slider .slick-prev:before,
.single-project-slider .slick-next:before {
  font-family: "Ionicons";
  font-size: 30px;
  line-height: 1;
  color: #fff;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.slick-prev {
  left: 15px;
}
.single-project-slider .slick-prev:before {
  content: "\f2ca";
}
.slick-next {
  right: 15px;
}
.single-project-slider .slick-next:before {
  content: "\f30f";
}
/* Dots */
section.dark-block .default-slider .slick-prev,
section.dark-block .default-slider .slick-next {
  border: 1px solid rgba(33, 33, 33, 0.7);
  color: var(--main-color);
  width: 50px;
  height: 50px;
  border-radius: 100px;
}
section.dark-block .default-slider .slick-prev:hover,
section.dark-block .default-slider .slick-next:hover {
  color: #fff;
  background: var(--main-color);
}
/*	Template Social Icons   */
.member-socialicons {
  overflow: hidden;
  list-style: none;
  text-align: center;
  line-height: 20px;
}
.member-socialicons li {
  float: left;
  padding: 0 10px;
  line-height: inherit;
  list-style-type: none;
}
.member-socialicons li a {
  color: #fff;
  display: block;
}
.member-socialicons li a:hover {
  color: #ff4552;
}
.member-socialicons li a i {
  display: block;
  font-size: 13px;
  text-align: center;
}
ul.social-default,
ul.social-default-no-border {
  display: block;
}
ul.social-default li,
ul.social-default-no-border li {
  display: inline-block;
  margin-right: 12px;
}
ul.social-default li:last-child,
ul.social-default-no-border li:last-child {
  margin-right: 0;
}
ul.social-default li a {
  font-size: 16px;
  display: block;
  border: solid 1px;
  text-align: center;
  width: 40px;
  height: 40px;
  line-height: 40px;
  border-radius: 100px;
}
ul.social-default li a.fb {
  border-color: #3c599f;
  color: #3c599f;
}
ul.social-default li a:hover.fb,
ul.social-default li a:focus.fb {
  border-color: #3c599f;
  color: #fff;
  background-color: #3c599f;
}
ul.social-default li a.tw {
  border-color: #00aced;
  color: #00aced;
}
ul.social-default li a:hover.tw,
ul.social-default li a:focus.tw {
  border-color: #00aced;
  color: #fff;
  background-color: #00aced;
}
ul.social-default li a.dr {
  border-color: #ea4c89;
  color: #ea4c89;
}
ul.social-default li a:hover.dr,
ul.social-default li a:focus.dr {
  border-color: #ea4c89;
  color: #fff;
  background-color: #ea4c89;
}
ul.social-default li a.be {
  border-color: #1769ff;
  color: #1769ff;
}
ul.social-default li a:hover.be,
ul.social-default li a:focus.be {
  border-color: #1769ff;
  color: #fff;
  background-color: #1769ff;
}
ul.social-default li a.ev {
  border-color: #528036;
  color: #528036;
}
ul.social-default li a:hover.ev,
ul.social-default li a:focus.ev {
  border-color: #528036;
  color: #fff;
  background-color: #528036;
}
ul.social-default-no-border {
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}
ul.social-default-no-border li a {
  font-size: 16px;
  display: inline-block;
  color: var(--main-color);
}
ul.social-default-no-border.big li a {
  font-size: 26px;
  color: #fff;
}
ul.social-default-no-border li a:hover.facebook,
ul.social-default-no-border li a:focus.facebook {
  color: #3c599f;
}
ul.social-default-no-border li a:hover.twitter,
ul.social-default-no-border li a:focus.twitter {
  color: #00aced;
}
ul.social-default-no-border li a:hover.behance,
ul.social-default-no-border li a:focus.behance {
  color: #1769ff;
}
ul.social-default-no-border li a:hover.dribble,
ul.social-default-no-border li a:focus.dribble {
  color: #ea4c89;
}
ul.social-default-no-border li a:hover.google-plus,
ul.social-default-no-border li a:focus.google-plus {
  color: #dd4b39;
}
ul.social-default-no-border li a:hover.linkedin,
ul.social-default-no-border li a:focus.linkedin {
  color: #007bb6;
}
ul.social-default-no-border li a:hover.youtube,
ul.social-default-no-border li a:focus.youtube {
  color: #bb0000;
}
ul.social-default-no-border li a:hover.instagram,
ul.social-default-no-border li a:focus.instagram {
  color: #517fa4;
}
ul.social-default-no-border li a:hover.pinterest,
ul.social-default-no-border li a:focus.pinterest {
  color: #cb2027;
}
ul.social-default-no-border li a:hover.flicker,
ul.social-default-no-border li a:focus.flicker {
  color: #ff0084;
}
ul.social-default-no-border li a:hover.tumblr,
ul.social-default-no-border li a:focus.tumblr {
  color: #32506d;
}
ul.social-default-no-border li a:hover.github,
ul.social-default-no-border li a:focus.github {
  color: #171516;
}
.xs-icon,
.sm-icon,
.md-icon,
.lg-icon,
.xl-icon {
  list-style: none;
  padding: 0;
}
.xs-icon li,
.sm-icon li,
.md-icon li,
.lg-icon li,
.xl-icon li {
  display: inline-block;
}
footer .xs-icon li:first-child,
footer .sm-icon li:first-child,
footer .md-icon li:first-child,
footer .lg-icon li:first-child,
footer .xl-icon li:first-child {
  margin-left: 0;
}
footer .xs-icon li:last-child,
footer .sm-icon li:last-child,
footer .md-icon li:last-child,
footer .lg-icon li:last-child,
footer .xl-icon li:last-child {
  margin-right: 0;
}
.xs-icon li {
  margin: 0 2px;
}
.sm-icon li {
  margin: 0 5px;
}
.md-icon li {
  margin: 0 8px;
}
.lg-icon li {
  margin: 0 10px;
}
.xl-icon li {
  margin: 0 12px;
}
.xs-icon a {
  font-size: 14px;
  width: 30px !important;
  height: 30px !important;
  line-height: 29px !important;
}
.sm-icon a {
  font-size: 16px;
  width: 40px !important;
  height: 40px !important;
  line-height: 38px !important;
}
.md-icon a {
  font-size: 20px;
  width: 50px;
  height: 50px;
  line-height: 48px;
}
.lg-icon a {
  font-size: 24px;
  width: 60px !important;
  height: 60px !important;
  line-height: 61px !important;
}
.xl-icon a {
  font-size: 30px;
  width: 70px !important;
  height: 70px !important;
  line-height: 68px !important;
}
.md-icon.left-icon li {
  margin-right: 10px;
  margin-left: 0;
}
/*	Elememts Social Icons   */
/*	Social Icons Style 01   */
.social-icons-style-01 a,
.social-icons-style-07 a {
  text-align: center;
  display: inline-block;
  transition: all 400ms;
  -webkit-transition: all 400ms;
  -moz-transition: all 400ms;
  -ms-transition: all 400ms;
  -o-transition: all 400ms;
  color: #fff;
}
.social-icons-style-01 a:hover {
  border-radius: 100%;
}
.social-icons-style-01 a.fb,
.social-icons-style-02 a.fb:hover,
.social-icons-style-03 a.fb span,
.social-icons-style-06 .icon.facebook:before,
.social-icons-style-09 a.facebook,
.social-icons-style-10 a.fb span,
.social-icons-style-11 .facebook .back {
  background-color: #3b5998;
}
.social-icons-style-01 a.tw,
.social-icons-style-02 a.tw:hover,
.social-icons-style-03 a.tw span,
.social-icons-style-06 .icon.twitter:before,
.social-icons-style-09 a.twitter,
.social-icons-style-10 a.tw span,
.social-icons-style-11 .twitter .back {
  background-color: #00aced;
}
.social-icons-style-01 a.be,
.social-icons-style-02 a.be:hover,
.social-icons-style-03 a.be span,
.social-icons-style-06 .icon.behance:before,
.social-icons-style-09 a.behance,
.social-icons-style-10 a.be span,
.social-icons-style-11 .behance .back {
  background-color: #1769ff;
}
.social-icons-style-01 a.in,
.social-icons-style-02 a.in:hover,
.social-icons-style-03 a.in span,
.social-icons-style-06 .icon.linkedin:before,
.social-icons-style-09 a.linkedin,
.social-icons-style-10 a.in span,
.social-icons-style-11 .linkedin .back {
  background-color: #007bb6;
}
.social-icons-style-01 a.yt,
.social-icons-style-02 a.yt:hover,
.social-icons-style-03 a.yt span,
.social-icons-style-06 .icon.youtube:before,
.social-icons-style-09 a.youtube,
.social-icons-style-10 a.yt span,
.social-icons-style-11 .youtube .back {
  background-color: #bb0000;
}
.social-icons-style-01 a.ins,
.social-icons-style-02 a.ins:hover,
.social-icons-style-03 a.ins span,
.social-icons-style-06 .icon.instagram:before,
.social-icons-style-09 a.instagram,
.social-icons-style-10 a.ins span,
.social-icons-style-11 .instagram .back {
  background-color: #fe1f49;
}
.social-icons-style-01 a.tb,
.social-icons-style-02 a.tb:hover,
.social-icons-style-03 a.tb span,
.social-icons-style-06 .icon.tumblr:before,
.social-icons-style-09 a.tumblr,
.social-icons-style-10 a.tb span,
.social-icons-style-11 .tumblr .back {
  background-color: #32506d;
}
.social-icons-style-01 a.fk,
.social-icons-style-02 a.fk:hover,
.social-icons-style-03 a.fk span,
.social-icons-style-06 .icon.flicker:before,
.social-icons-style-09 a.flickr,
.social-icons-style-10 a.fk span,
.social-icons-style-11 .flickr .back {
  background-color: #ff0084;
}
.social-icons-style-01 a.rss,
.social-icons-style-02 a.rss:hover,
.social-icons-style-03 a.rss span,
.social-icons-style-06 .icon.rss:before,
.social-icons-style-09 a.rss,
.social-icons-style-10 a.rss span,
.social-icons-style-11 .rss .back {
  background-color: #f2890a;
}
.social-icons-style-01 a.pin,
.social-icons-style-02 a.pin:hover,
.social-icons-style-03 a.pin span,
.social-icons-style-06 .icon.pinterest:before,
.social-icons-style-09 a.pinterest,
.social-icons-style-10 a.pin span,
.social-icons-style-11 .pinterest .back {
  background-color: #cb2027;
}
.social-icons-style-01 a.git,
.social-icons-style-02 a.git:hover,
.social-icons-style-03 a.git span,
.social-icons-style-06 .icon.github:before,
.social-icons-style-09 a.github,
.social-icons-style-10 a.git span,
.social-icons-style-11 .github .back {
  background-color: #171516;
}
.social-icons-style-01 a.gplus,
.social-icons-style-02 a.gplus:hover,
.social-icons-style-03 a.gplus span,
.social-icons-style-06 .icon.google-plus:before,
.social-icons-style-09 a.google-plus,
.social-icons-style-10 a.gplus span,
.social-icons-style-11 .google-plus .back {
  background-color: #dd4b39;
}
.social-icons-style-01 a.dr,
.social-icons-style-02 a.dr:hover,
.social-icons-style-03 a.dr span,
.social-icons-style-06 .icon.dribble:before,
.social-icons-style-09 a.dribble,
.social-icons-style-10 a.dr span,
.social-icons-style-11 .dribble .back {
  background-color: #ea4c89;
}
/*	Social Icons Style 02   */
.social-icons-style-02 a {
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--main-color);
}
.social-icons-style-02 a:hover {
  color: #fff;
  border-radius: 100%;
}
/*	Social Icons Style 03   */
.social-icons-style-03 {
  position: relative;
}
.social-icons-style-03 a {
  text-align: center;
  display: inline-block;
  border-radius: 100%;
  position: relative;
  text-align: center;
}
.social-icons-style-03 a:hover {
  color: #fff;
}
.social-icons-style-03 a i {
  position: relative;
  z-index: 1;
}
.social-icons-style-03 a span {
  border-radius: 0;
  display: block;
  height: 0;
  left: 50%;
  margin: 0;
  position: absolute;
  top: 50%;
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  width: 0;
}
.social-icons-style-03 a:hover span {
  width: 100%;
  height: 100%;
  border-radius: 100%;
  top: 0;
  left: 0;
}
/*	Social Icons Style 04   */
.social-icons-style-04 a:hover.facebook {
  color: #3c599f;
}
.social-icons-style-04 a:hover.twitter {
  color: #00aced;
}
.social-icons-style-04 a:hover.behance {
  color: #1769ff;
}
.social-icons-style-04 a:hover.dribble {
  color: #ea4c89;
}
.social-icons-style-04 a:hover.google-plus {
  color: #dd4b39;
}
.social-icons-style-04 a:hover.linkedin {
  color: #007bb6;
}
.social-icons-style-04 a:hover.youtube {
  color: #bb0000;
}
.social-icons-style-04 a:hover.instagram {
  color: #517fa4;
}
.social-icons-style-04 a:hover.pinterest {
  color: #cb2027;
}
.social-icons-style-04 a:hover.flicker {
  color: #ff0084;
}
.social-icons-style-04 a:hover.tumblr {
  color: #32506d;
}
.social-icons-style-04 a:hover.github {
  color: #171516;
}
.social-icons-style-04 a:hover.rss {
  color: #f2890a;
}
/*	Social Icons Style 05   */
.social-icons-style-05 a.facebook,
.social-icons-style-06 .icon.facebook .icofont,
.social-icons-style-12 a.facebook {
  color: #3c599f;
}
.social-icons-style-05 a.twitter,
.social-icons-style-06 .icon.twitter .icofont,
.social-icons-style-12 a.twitter {
  color: #00aced;
}
.social-icons-style-05 a.behance,
.social-icons-style-06 .icon.behance .icofont,
.social-icons-style-12 a.behance {
  color: #1769ff;
}
.social-icons-style-05 a.dribble,
.social-icons-style-06 .icon.dribble .icofont,
.social-icons-style-12 a.dribble {
  color: #ea4c89;
}
.social-icons-style-05 a.google-plus,
.social-icons-style-06 .icon.google-plus .icofont,
.social-icons-style-12 a.google-plus {
  color: #dd4b39;
}
.social-icons-style-05 a.linkedin,
.social-icons-style-06 .icon.linkedin .icofont,
.social-icons-style-12 a.linkedin {
  color: #007bb6;
}
.social-icons-style-05 a.youtube,
.social-icons-style-06 .icon.youtube .icofont,
.social-icons-style-12 a.youtube {
  color: #bb0000;
}
.social-icons-style-05 a.instagram,
.social-icons-style-06 .icon.instagram .icofont,
.social-icons-style-12 a.instagram {
  color: #517fa4;
}
.social-icons-style-05 a.pinterest,
.social-icons-style-06 .icon.pinterest .icofont,
.social-icons-style-12 a.pinterest {
  color: #cb2027;
}
.social-icons-style-05 a.flicker,
.social-icons-style-06 .icon.flicker .icofont,
.social-icons-style-12 a.flicker {
  color: #ff0084;
}
.social-icons-style-05 a.tumblr,
.social-icons-style-06 .icon.tumblr .icofont,
.social-icons-style-12 a.tumblr {
  color: #32506d;
}
.social-icons-style-05 a.github,
.social-icons-style-06 .icon.github .icofont,
.social-icons-style-12 a.github {
  color: #171516;
}
.social-icons-style-05 a.rss,
.social-icons-style-06 .icon.rss .icofont,
.social-icons-style-12 a.rss {
  color: #f2890a;
}
.social-icons-style-05 a:hover {
  color: #fff;
}
/*	Social Icons Style 06   */
.social-icons-style-06 .icon {
  display: inline-block;
  background-color: #fff;
  width: 50px;
  height: 50px;
  line-height: 50px;
  margin: 0;
  text-align: center;
  position: relative;
  overflow: hidden;
  border-radius: 28%;
  box-shadow: 0 5px 15px -5px rgba(0, 0, 0, 0.1);
  opacity: 0.99;
}
.social-icons-style-06 .icon,
.social-icons-style-06 .icon:before,
.social-icons-style-06 .icon .icofont {
  transition: all 0.35s;
  transition-timing-function: cubic-bezier(0.31, -0.105, 0.43, 1.59);
}
.social-icons-style-06 .icon:before {
  content: "";
  width: 120%;
  height: 120%;
  position: absolute;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.social-icons-style-06 .icon:before {
  top: 90%;
  left: -110%;
}
.social-icons-style-06 .icon .icofont {
  vertical-align: middle;
}
.social-icons-style-06 .icon .icofont {
  -webkit-transform: scale(0.8);
  transform: scale(0.8);
}
.social-icons-style-06 .icon:focus:before,
.social-icons-style-06 .icon:hover:before {
  top: -10%;
  left: -10%;
}
.social-icons-style-06 .icon:focus .icofont,
.social-icons-style-06 .icon:hover .icofont {
  color: #fff;
  -webkit-transform: scale(1);
  transform: scale(1);
  position: relative;
}
/*	Social Icons Style 07   */
.social-icons-style-07 a:hover {
  color: #7e6996;
}
/*	Social Icons Style 08   */
.social-icons-style-08 a {
  text-align: center;
  display: inline-block;
  border: 3px solid #fff;
  color: #fff;
  background-color: transparent;
  border-radius: 100%;
}
.social-icons-style-08 a:hover {
  background-color: transparent;
}
.social-icons-style-08 a.facebook:hover {
  border-color: #3b5998;
  color: #3b5998;
}
.social-icons-style-08 a.twitter:hover {
  border-color: #00aced;
  color: #00aced;
}
.social-icons-style-08 a.google-plus:hover {
  border-color: #dc4a38;
  color: #dc4a38;
}
.social-icons-style-08 a.dribble:hover {
  border-color: #ea4c89;
  color: #ea4c89;
}
.social-icons-style-08 a.youtube:hover {
  border-color: #bb0000;
  color: #bb0000;
}
.social-icons-style-08 a.linkedin:hover {
  border-color: #0077b5;
  color: #0077b5;
}
.social-icons-style-08 a.instagram:hover {
  border-color: #fe1f49;
  color: #fe1f49;
}
.social-icons-style-08 a.pinterest:hover {
  border-color: #cb2027;
  color: #cb2027;
}
.social-icons-style-08 a.flickr:hover {
  border-color: #ff0084;
  color: #ff0084;
}
.social-icons-style-08 a.rss:hover {
  border-color: #f2890a;
  color: #f2890a;
}
.social-icons-style-08 a.behance:hover {
  border-color: #1769ff;
  color: #1769ff;
}
.social-icons-style-08 a.tumblr:hover {
  border-color: #32506d;
  color: #32506d;
}
/*	Social Icons Style 09   */
.social-icons-style-09 a {
  text-align: center;
  display: inline-block;
  -webkit-transition: -webkit-transform 1s, backgrond 0.4s;
  -moz-transition: -moz-transform 1s, background 0.4s;
  -o-transition: -o-transform 1s, background 0.4s;
  transition: transform 1s, background 0.4s;
  border-radius: 100%;
  color: #fff;
}
.social-icons-style-09 a:hover {
  -webkit-transform: translateY(-10px) rotateZ(360deg);
  -moz-transform: translateY(-10px) rotateZ(360deg);
  -ms-transform: translateY(-10px) rotateZ(360deg);
  -o-transform: translateY(-10px) rotateZ(360deg);
  transform: translateY(-10px) rotateZ(360deg);
}
/*	Social Icons Style 10   */
.social-icons-style-10 a {
  text-align: center;
  display: inline-block;
  border-radius: 100%;
  position: relative;
  border: 1px solid rgba(0, 0, 0, 0.1);
  color: #232323;
  text-align: center;
  z-index: 1;
}
.social-icons-style-10 a:hover {
  color: #fff;
}
.social-icons-style-10 a span {
  border-radius: 0;
  display: block;
  height: 0;
  left: 50%;
  margin: 0;
  position: absolute;
  top: 50%;
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  width: 0;
  z-index: -1;
}
.social-icons-style-10 a:hover span {
  width: 100%;
  height: 100%;
  border-radius: 100%;
  top: 0;
  left: 0;
}
/*	Social Icons Style 11   */
.social-icons-style-11 a {
  background: #fff;
  color: var(--main-color);
  float: left;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  -ms-border-radius: 100%;
  -o-border-radius: 100%;
  border-radius: 100%;
  display: inline-block;
  position: relative;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}
.social-icons-style-11 .front,
.social-icons-style-11 .back {
  width: 50px;
  height: 50px;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  -ms-border-radius: 100%;
  -o-border-radius: 100%;
  border-radius: 100%;
  -webkit-backface-visibility: visible;
  -moz-backface-visibility: visible;
  -ms-backface-visibility: visible;
  -o-backface-visibility: visible;
  backface-visibility: visible;
}
.social-icons-style-11 .back {
  -webkit-transform: rotateY(-180deg);
  -moz-transform: rotateY(-180deg);
  -ms-transform: rotateY(-180deg);
  -o-transform: rotateY(-180deg);
  transform: rotateY(-180deg);
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -o-backface-visibility: hidden;
  backface-visibility: hidden;
}
.social-icons-style-11 a:hover .back {
  -webkit-backface-visibility: visible;
  -moz-backface-visibility: visible;
  -ms-backface-visibility: visible;
  -o-backface-visibility: visible;
  backface-visibility: visible;
}
.social-icons-style-11 a:hover {
  color: #fff;
  -webkit-transform: rotateY(-180deg);
  -moz-transform: rotateY(-180deg);
  -ms-transform: rotateY(-180deg);
  -o-transform: rotateY(-180deg);
  transform: rotateY(-180deg);
}
/*	Social Icons Style 12   */
.social-icons-style-12 a {
  color: #fff;
  background-color: #fff;
  border-radius: 5px;
  text-align: center;
  text-decoration: none;
  position: relative;
  display: inline-block;
  width: 50px;
  height: 50px;
  -o-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
  -webkit-font-smoothing: antialiased;
}
.social-icons-style-12 a span {
  color: var(--main-color);
  position: absolute;
  bottom: 0;
  left: -25px;
  right: -25px;
  z-index: -1;
  font-size: 14px;
  border-radius: 2px;
  background: #fff;
  visibility: hidden;
  opacity: 0;
  -o-transition: all 0.5s cubic-bezier(0.68, -0.55, 0.265, 1.55);
  -webkit-transition: all 0.5s cubic-bezier(0.68, -0.55, 0.265, 1.55);
  -moz-transition: all 0.5s cubic-bezier(0.68, -0.55, 0.265, 1.55);
  transition: all 0.5s cubic-bezier(0.68, -0.55, 0.265, 1.55);
}
.social-icons-style-12 a:hover span {
  bottom: 60px;
  visibility: visible;
  opacity: 1;
}
.social-icons-style-12 a span:before {
  content: "";
  width: 0;
  height: 0;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-top: 5px solid #fff;
  position: absolute;
  bottom: -5px;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
}
/*	Elememts Service Boxes   */
/*	Service Box Style 01   */
.service-box-style-01 .feature-box-rounded:hover {
  background-color: #7e6996;
}
.service-box-style-01 .feature-box-rounded:hover i,
.service-box-style-01 .feature-box-rounded:hover h1,
.service-box-style-01 .feature-box-rounded:hover h2,
.service-box-style-01 .feature-box-rounded:hover h3,
.service-box-style-01 .feature-box-rounded:hover h4,
.service-box-style-01 .feature-box-rounded:hover h5,
.service-box-style-01 .feature-box-rounded:hover h6,
.service-box-style-01 .feature-box-rounded:hover p {
  color: #fff !important;
}
/*	Service Box Style 02   */
.service-box-style-02 .feature-box {
  overflow: hidden;
  display: block;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  padding: 100px 30px;
  height: 350px;
  text-align: center;
}
.service-box-style-02 .feature-box:hover {
  display: block;
  padding: 60px 30px;
}
.service-box-style-02 .feature-box .hidden-content {
  opacity: 0;
}
.service-box-style-02 .feature-box:hover .hidden-content {
  opacity: 1;
}
.service-box-style-02 .feature-box .icon-heading {
  text-align: center;
  vertical-align: middle;
}
.service-box-style-02 .feature-box:hover .icon-heading {
  display: block;
}
/*	Service Box Style 03   */
.service-box-style-03 .main-box {
  position: relative;
  -webkit-perspective: 1000px;
  -moz-perspective: 1000px;
}
.service-box-style-03 .flipper {
  position: relative;
}
.service-box-style-03 .main-box .box-front,
.service-box-style-03 .main-box .box-back {
  text-align: center;
  background-size: cover;
  z-index: 1;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-perspective: inherit;
  perspective: inherit;
  -webkit-transition: -webkit-transform 0.8s cubic-bezier(0.5, 0.2, 0.2, 0.8);
  transition: -webkit-transform 0.8s cubic-bezier(0.5, 0.2, 0.2, 0.8);
  transition: transform 0.8s cubic-bezier(0.5, 0.2, 0.2, 0.8);
  transition: transform 0.8s cubic-bezier(0.5, 0.2, 0.2, 0.8),
    -webkit-transform 0.8s cubic-bezier(0.5, 0.2, 0.2, 0.8);
}
.service-box-style-03 .content-wrap {
  position: absolute;
  width: 100%;
  display: block;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
  -webkit-perspective: inherit;
  perspective: inherit;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  padding: 50px 30px;
  z-index: 2;
  top: 50%;
  left: 0;
  -webkit-transform: translate3d(0, -50%, 50px) scale(0.9);
  transform: translate3d(0, -50%, 50px) scale(0.9);
}
.service-box-style-03 .content-wrap .box-back {
  top: 50%;
  left: 0;
  -webkit-transform: translate3d(0, -50%, 50px) scale(0.9);
  transform: translate3d(0, -50%, 50px) scale(0.9);
}
.service-box-style-03 .main-box .box-front {
  -webkit-transform: rotateY(0deg);
  transform: rotateY(0deg);
}
.service-box-style-03 .main-box:hover .box-front {
  -webkit-transform: rotateY(180deg);
  transform: rotateY(180deg);
}
.service-box-style-03 .flipper:hover .box-back,
.service-box-style-03 .flipper:hover .box-front {
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
  -webkit-transition: -webkit-transform 1s cubic-bezier(0.3, 1, 0.6, 1);
  transition: -webkit-transform 1s cubic-bezier(0.3, 1, 0.6, 1);
  transition: transform 1s cubic-bezier(0.3, 1, 0.6, 1);
  transition: transform 1s cubic-bezier(0.3, 1, 0.6, 1),
    -webkit-transform 1s cubic-bezier(0.3, 1, 0.6, 1);
}
.service-box-style-03 .main-box .box-back {
  -webkit-transform: rotateY(-180deg);
  transform: rotateY(-180deg);
}
.service-box-style-03 .main-box:hover .box-back {
  -webkit-transform: rotateY(0deg);
  transform: rotateY(0deg);
}
.service-box-style-03 .main-box .box-back {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/*	Service Box Style 04   */
.service-box-style-04 .icon-img {
  width: 80px;
  height: 80px;
  margin-right: 15px;
}
.service-box-style-04 .text-content h3 {
  font-weight: 700;
  font-size: 20px;
}
/*	Service Box Style 05   */
.service-box-style-05 .icon-img {
  width: 80px;
  height: 80px;
  margin: 0 auto 30px auto;
  position: relative;
}
.service-box-style-05 .icon-img::before {
  position: absolute;
  top: 5px;
  left: -15px;
  width: 80px;
  height: 80px;
  background-color: #fff;
  content: "";
  border-radius: 100px;
  z-index: -1;
}
.service-box-style-05 h3[data-backfont]:before {
  top: 0.2em;
  left: 0.35em;
}
/*	Service Box Style 06   */
.service-box-style-06 .icon-img {
  width: 80px;
  height: 80px;
  margin: 0 auto 30px auto;
  position: relative;
}
.service-box-style-06 h3[data-backfont]:before {
  top: 0.2em;
  left: 0.35em;
}
/* Breadcrumb */
.breadcrumb {
  background: transparent;
  border-radius: 0;
  padding: 0;
  font-size: 2rem;
}
.breadcrumb ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.breadcrumb ul li {
  display: inline-block;
  font-weight: 600;
}
.breadcrumb ul li a {
  color: #fff;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.breadcrumb ul li a:hover,
.breadcrumb ul li a:focus {
  color: #7e6996;
}
.breadcrumb ul > li:after {
  content: "\eb8b";
  font-family: icofont;
  display: inline-block;
  vertical-align: middle;
  font-size: 10px;
  color: #fff;
}
.breadcrumb ul > li:last-child:after {
  border-right: 0;
  content: "";
  padding: 0;
}
/* Tabs */
/* Light Default Tabs */
.light-tabs .nav-tabs {
  border-top: 1px solid #f1f1f1;
  border-bottom: 0;
  margin-bottom: 5px;
}
.light-tabs .nav-tabs > li {
  float: none;
  display: inline-block;
}
.light-tabs p {
  margin-top: 20px;
  font-weight: 300;
}
.light-tabs .nav-tabs > li > a {
  margin-right: 0;
  font-size: 14px;
  line-height: 25px;
  color: #212121;
  border: 0;
  border-radius: 0;
  text-transform: uppercase;
  letter-spacing: 2px;
}
.light-tabs .nav > li > a:focus,
.light-tabs .nav > li > a:hover {
  background-color: transparent;
}
.light-tabs .nav-tabs > li.active > a,
.light-tabs .nav-tabs > li.active > a:focus,
.light-tabs .nav-tabs > li.active > a:hover {
  border: 0;
  color: #212121;
  position: relative;
  background: transparent;
}
.light-tabs .nav-tabs > li.active > a::before {
  content: "";
  background-color: var(--main-color);
  width: 100%;
  height: 1px;
  position: absolute;
  left: 0;
  top: -1px;
}
/* Light Tabs Style 02 */
.light-tabs-style-02 .light-tabs .nav-tabs {
  border-top: 0;
  border-bottom: 0;
  margin-bottom: 5px;
}
.light-tabs-style-02 .light-tabs .nav-tabs > li {
  float: none;
  display: inline-block;
}
.light-tabs-style-02 .light-tabs p {
  margin-top: 20px;
  font-weight: 300;
}
.light-tabs-style-02 .light-tabs .nav-tabs > li > a {
  margin-right: 0;
  font-size: 14px;
  line-height: 25px;
  color: #212121;
  border: 0;
  border-radius: 0;
  text-transform: uppercase;
  letter-spacing: 2px;
}
.light-tabs-style-02 .light-tabs .nav > li > a:focus,
.light-tabs .nav > li > a:hover {
  background-color: transparent;
}
.light-tabs-style-02 .light-tabs .nav-tabs > li.active > a,
.light-tabs .nav-tabs > li.active > a:focus,
.light-tabs .nav-tabs > li.active > a:hover {
  border: 0;
  color: #212121;
  position: relative;
  background: transparent;
}
.light-tabs-style-02 .light-tabs .nav-tabs > li.active > a::before {
  content: "";
  background-color: #212121;
  width: 100%;
  height: 1px;
  position: absolute;
  left: 0;
  top: -1px;
}
/* Icon Default Tabs */
.icon-tabs .nav-tabs {
  border-top: 0px solid #f1f1f1;
  border-bottom: 0;
  margin-bottom: 5px;
}
.icon-tabs .nav-tabs > li {
  float: none;
  display: inline-block;
}
.icon-tabs p {
  margin-top: 20px;
}
.icon-tabs .nav-tabs > li > a {
  margin-right: 0;
  font-size: 14px;
  line-height: 25px;
  color: #212121;
  border: 0;
  border-radius: 0;
}
.icon-tabs .nav > li > a:focus,
.icon-tabs .nav > li > a:hover {
  background-color: transparent;
}
.icon-tabs .nav-tabs > li.active > a,
.icon-tabs .nav-tabs > li.active > a:focus,
.icon-tabs .nav-tabs > li.active > a:hover {
  border: 0;
  color: var(--main-color);
  position: relative;
  background: transparent;
}
.icon-tabs .nav-tabs > li > a i {
  display: block;
  font-size: 30px;
  margin-bottom: 20px;
}
/* Tabs Style 01 */
.tabs-style-01 .icon-tabs .nav-tabs {
  border-top: 0px solid #f1f1f1;
  border-bottom: 1px solid #f6f6f6;
  margin-bottom: 25px;
  background-color: transparent;
  padding-bottom: 30px;
}
.tabs-style-01 .icon-tabs .nav-tabs > li {
  display: inline-block;
  width: 25%;
  float: left;
}
.tabs-style-01 .icon-tabs p {
  margin-top: 20px;
}
.tabs-style-01 .icon-tabs .nav-tabs > li > a {
  margin-right: 0;
  font-size: 25px;
  line-height: 25px;
  color: var(--main-color);
  border: 0;
  border-radius: 0;
  padding: 0px;
  text-align: left;
  font-weight: 700;
}
.tabs-style-01 .icon-tabs .nav-tabs > li > a h1 {
  color: #7e6996;
  font-weight: 800;
  margin-top: 0;
  position: relative;
}
.tabs-style-01 .icon-tabs .nav-tabs > li > a h1:after {
  position: absolute;
  top: 5px;
  left: -25px;
  width: 60px;
  height: 60px;
  background-color: #e6f8f9;
  content: "";
  border-radius: 100px;
  z-index: -1;
}
.tabs-style-01 .icon-tabs .nav > li > a:focus,
.tabs-style-01 .icon-tabs .nav > li > a:hover {
  background-color: transparent;
}
.tabs-style-01 .icon-tabs .nav-tabs > li.active > a,
.tabs-style-01 .icon-tabs .nav-tabs > li.active > a:focus,
.tabs-style-01 .icon-tabs .nav-tabs > li.active > a:hover {
  border: 0;
  color: var(--main-color);
  position: relative;
  background: transparent;
}
.tabs-style-01 .icon-tabs .nav-tabs > li > a i {
  display: block;
  font-size: 30px;
  margin-bottom: 10px;
}
/* Tabs Style 02 */
.tabs-style-02 .light-tabs .nav-tabs {
  border-top: 1px solid #f1f1f1;
  border-bottom: 0;
  margin-bottom: 5px;
}
.tabs-style-02 .light-tabs .nav-tabs > li {
  float: none;
  display: inline-block;
}
.tabs-style-02 .light-tabs p {
  margin-top: 20px;
  font-weight: 300;
}
.tabs-style-02 .light-tabs .nav-tabs > li > a {
  margin-right: 0;
  font-size: 14px;
  line-height: 25px;
  color: #212121;
  border: 0;
  border-radius: 0;
  text-transform: uppercase;
  letter-spacing: 2px;
  padding: 10px 30px;
}
.tabs-style-02 .light-tabs .nav > li > a:focus,
.light-tabs .nav > li > a:hover {
  background-color: transparent;
}
.tabs-style-02 .light-tabs .nav-tabs > li.active > a,
.tabs-style-02 .light-tabs .nav-tabs > li.active > a:focus,
.tabs-style-02 .light-tabs .nav-tabs > li.active > a:hover {
  border: 0;
  position: relative;
  background: #eee;
}
.tabs-style-02 .light-tabs .nav-tabs > li.active > a::before {
  content: "";
  background-color: #212121;
  width: 100%;
  height: 1px;
  position: absolute;
  left: 0;
  top: -1px;
}
/* Tabs Style 03 */
.tabs-style-03 .icon-tabs .nav-tabs {
  border-top: 0px solid transparent;
  border-bottom: 0;
  background-color: transparent;
  margin-bottom: 20px;
}
.tabs-style-03 .icon-tabs .nav-tabs > li {
  display: inline-block;
  width: 100%;
  float: left;
  margin-bottom: 25px;
}
.tabs-style-03 .icon-tabs .nav-tabs > li:last-child {
  margin-bottom: 0;
}
.tabs-style-03 .icon-tabs .nav-tabs > li:after {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  width: 2px;
  height: 25px;
  background-color: var(--main-color);
}
.tabs-style-03 .icon-tabs .nav-tabs > li:last-child:after {
  display: none;
}
.tabs-style-03 .icon-tabs p {
  margin-top: 20px;
}
.tabs-style-03 .icon-tabs .nav-tabs > li > a {
  font-size: 14px;
  color: var(--main-color);
  border-radius: 100px;
  width: 65px;
  height: 65px;
  text-align: center;
  display: inline-block;
  border: 2px solid var(--main-color);
}
.tabs-style-03 .icon-tabs .nav > li > a:focus,
.tabs-style-01 .icon-tabs .nav > li > a:hover {
  background-color: transparent;
}
.tabs-style-03 .icon-tabs .nav-tabs > li.active > a,
.tabs-style-03 .icon-tabs .nav-tabs > li.active > a:focus,
.tabs-style-03 .icon-tabs .nav-tabs > li.active > a:hover {
  border: 2px solid transparent;
  color: #fff;
  position: relative;
  background: #7e6996;
}
.tabs-style-03 .icon-tabs .nav-tabs > li > a i {
  display: block;
  font-size: 24px;
  margin-bottom: 0px;
  line-height: 45px;
}
/* Accordions */
/* Accordions Style 01 */
.accordion-style-01 .panel {
  background: transparent;
  box-shadow: none;
  margin-top: 0 !important;
}
.accordion-style-01.panel-group .panel-heading {
  border: 0px;
  border-bottom: 1px solid #e4e4e4;
}
.accordion-style-01.panel-group .panel-heading a {
  color: inherit;
}
.accordion-style-01 .panel .panel-heading {
  padding: 16px 0;
  background-color: transparent;
}
.accordion-style-01 .panel-title {
  font-size: 20px;
  position: relative;
  padding-right: 30px;
  font-weight: 800;
}
.accordion-style-01 .panel-title span.pull-right {
  position: absolute;
  right: 0;
}
.accordion-style-01 .panel-heading i {
  font-size: 16px;
  color: #212121;
}
.accordion-style-01.panel-group .panel-heading + .panel-collapse > .list-group,
.accordion-style-01.panel-group .panel-heading + .panel-collapse > .panel-body {
  border-top: 0;
  padding: 25px 0;
  background-color: transparent;
  line-height: 1.6;
}
/* Accordions Style 02 */
.accordion-style-02 .panel {
  background: transparent;
  box-shadow: none;
  margin-top: 0 !important;
}
.accordion-style-02.panel-group .panel-heading {
  border: 0px;
  border-bottom: 1px solid #e4e4e4;
}
.accordion-style-02 .panel .panel-heading {
  padding: 16px 0;
  background-color: transparent;
}
.accordion-style-02 .panel-title {
  font-size: 16px;
  position: relative;
  padding-right: 30px;
}
.accordion-style-02 .panel-title span.pull-right {
  position: absolute;
  right: 0;
}
.accordion-style-02 .panel-heading i {
  font-size: 16px;
  color: #212121;
}
.accordion-style-02.panel-group .panel-heading + .panel-collapse > .list-group,
.accordion-style-02.panel-group .panel-heading + .panel-collapse > .panel-body {
  border-top: 0;
  padding: 25px 0;
  background-color: transparent;
  line-height: 1.6;
}
/* Accordions Style 03 */
.accordion-style-03 .panel {
  background: transparent;
  border: none;
  margin-bottom: 15px;
  box-shadow: none;
}
.accordion-style-03 .panel-title {
  background: transparent;
  border: none;
}
.accordion-style-03 .panel .panel-heading {
  background: #212121;
  border-radius: 0;
  padding: 18px 28px 19px;
}
.accordion-style-03 .panel-body {
  padding: 35px 28px 25px;
  border-top: none;
}
.accordion-style-03 .panel-heading i {
  font-size: 25px;
  margin: 0;
}
.accordion-style-03 .panel-title {
  padding: 0;
}
.accordion-style-03 .tab-tag {
  font-size: 20px;
  padding: 0;
  margin-right: 7px;
  display: inline-block;
  vertical-align: top;
}
.accordion-style-03 a,
.accordion-style-03 a:hover,
.accordion-style-03 a:hover i {
  color: #282828;
}
.accordion-style-03 .panel-default:last-child {
  border-bottom: 1px solid rgba(0, 0, 0, 0);
  margin-bottom: 0;
}
.accordion-style-03 {
  margin-bottom: 0;
}
/* Accordions Style 04 */
.accordion-style-04 .panel {
  background-color: transparent;
  border: none;
  margin-bottom: 15px;
  box-shadow: none;
  border-radius: 0;
}
.accordion-style-04 .panel-title {
  background: transparent;
  border: none;
}
.accordion-style-04 .panel .panel-heading {
  background: #fff;
  color: #212121;
  border-radius: 0;
  padding: 18px 28px 19px;
}
.accordion-style-04 .panel-body {
  padding: 35px 28px 25px;
  border-top: none;
  background-color: #eee;
}
.accordion-style-04 .panel-heading i {
  font-size: 25px;
  margin: 0;
  color: #212121;
}
.accordion-style-04 .tab-tag {
  font-size: 20px;
  padding: 0;
  margin-right: 7px;
  display: inline-block;
  vertical-align: top;
}
.accordion-style-04 a,
.accordion-style-04 a:hover,
.accordion-style-04 a:hover i {
  color: #212121;
}
.accordion-style-04 .panel-default:last-child {
  border-bottom: 1px solid rgba(0, 0, 0, 0);
  margin-bottom: 0;
}
.accordion-style-04 {
  margin-bottom: 0;
}
/* Accordions Style 05 */
.accordion-style-05 .panel {
  background-color: transparent;
  border: none;
  margin-bottom: 15px;
  box-shadow: none;
  border-radius: 0;
}
.accordion-style-05 .panel-title {
  background: transparent;
  border: none;
}
.accordion-style-05 .panel .panel-heading {
  background: #212121;
  color: #fff;
  border-radius: 0;
  padding: 18px 28px 19px;
}
.accordion-style-05 .panel-body {
  padding: 35px 28px 25px;
  border-top: none;
}
.accordion-style-05 .panel-heading i {
  font-size: 25px;
  margin: 0;
  color: #fff;
}
.accordion-style-05 .tab-tag {
  font-size: 20px;
  padding: 0;
  margin-right: 7px;
  display: inline-block;
  vertical-align: top;
}
.accordion-style-05 a,
.accordion-style-05 a:hover,
.accordion-style-05 a:hover i {
  color: #fff;
}
.accordion-style-05 .panel-default:last-child {
  border-bottom: 1px solid rgba(0, 0, 0, 0);
  margin-bottom: 0;
}
.accordion-style-05 {
  margin-bottom: 0;
}
/* Accordions Default */
.panel {
  box-shadow: none;
  border: 0;
  background-color: transparent;
}
.panel-group .panel {
  margin-bottom: 15px;
  border-radius: 0;
}
.panel .panel-heading {
  position: relative;
  padding: 0;
  background-color: #fff;
  border-radius: 0;
}
.panel-title a.collapsed {
  display: block;
  color: #212121;
  background-color: transparent;
  border-color: transparent;
  padding: 15px 30px;
  border-radius: 0px;
  transition-timing-function: ease-in-out;
  -ms-transition-timing-function: ease-in-out;
  -moz-transition-timing-function: ease-in-out;
  -webkit-transition-timing-function: ease-in-out;
  -o-transition-timing-function: ease-in-out;
  transition-duration: 0.2s;
  -ms-transition-duration: 0.2s;
  -moz-transition-duration: 0.2s;
  -webkit-transition-duration: 0.2s;
  -o-transition-duration: 0.2s;
}
.panel-title a:hover.collapsed {
  color: var(--main-color);
  transition-timing-function: ease-in-out;
  -ms-transition-timing-function: ease-in-out;
  -moz-transition-timing-function: ease-in-out;
  -webkit-transition-timing-function: ease-in-out;
  -o-transition-timing-function: ease-in-out;
  transition-duration: 0.2s;
  -ms-transition-duration: 0.2s;
  -moz-transition-duration: 0.2s;
  -webkit-transition-duration: 0.2s;
  -o-transition-duration: 0.2s;
}
.panel-title a {
  display: block;
  color: #212121;
  background-color: transparent;
  border-color: transparent;
  padding: 15px 30px;
  border-radius: 0px;
}
.panel-title a i {
  font-size: 25px;
}
.panel-default > .panel-heading + .panel-collapse > .panel-body {
  border: 1px solid transparent;
  background-color: #f1f0f0;
  padding: 25px 30px;
  font-size: 14px;
}
/* Icon Fonts */
.icon-examples {
  color: #888;
  margin-left: 1px;
  vertical-align: middle;
}
.icon-examples .icon-box {
  display: block;
  width: 33%;
  float: left;
  padding: 0;
  border: 1px solid #e5e5e5;
  margin: -1px 0 0 -1px;
  font-size: 13px;
}
@media only screen and (max-width: 1024px) {
  .icon-examples .icon-box {
    width: 50%;
  }
}
@media only screen and (max-width: 480px) {
  .icon-examples .icon-box {
    width: 100%;
  }
}
.icon-examples .icon-box:hover {
  background: #fff;
  color: #212121;
}
.icon-examples .icon-box > span {
  display: inline-block;
  margin-right: 15px;
  min-width: 60px;
  min-height: 60px;
  border-right: 1px solid #e5e5e5;
  line-height: 70px;
  text-align: center;
  font-size: 25px;
}
/* List Styles */
/* list Style 01 */
.list-style-none li {
  list-style: none;
}
.list-style-01 li {
  padding: 5px 0;
}
/* list Style 02 */
.list-style-02 {
  list-style: none;
  margin: 0;
  padding: 0;
}
.list-style-02 li {
  position: relative;
  margin: 0 0 15px 0;
}
.list-style-02 li.not-available {
  color: #ccc;
}
.list-style-02 li.not-available:before {
  color: #fe4f4f;
  content: "\efb8";
  font-family: icofont;
  margin-right: 10px;
}
.list-style-02 li:before {
  content: "\efad";
  font-family: icofont;
  margin-right: 10px;
  color: #7e6996;
}
/* list Style 03 */
.list-style-03 {
  list-style: none;
  margin: 0;
  padding: 0;
}
.list-style-03 li {
  position: relative;
  padding: 0 0 0 22px;
  margin: 0 0 9px 0;
}
.list-style-03 li:before {
  content: "";
  width: 10px;
  height: 1px;
  background-color: var(--main-color);
  position: absolute;
  top: 11px;
  left: 0;
}
/* list Style 04 */
.list-style-04 {
  list-style: none;
  margin: 0;
  padding: 0;
}
.list-style-04 li {
  padding: 0;
  margin: 0 0 10px 0;
}
.list-style-04 li i {
  margin-right: 10px;
}
/* Our Process */
/* Our Process Style 01 */
.our-process-style-01 .count-wrap {
  position: relative;
  width: 80px;
  height: 80px;
  margin: 0 auto 30px;
}
.our-process-style-01 .count-wrap:before {
  width: 80px;
  height: 80px;
  opacity: 0.2;
  z-index: 1;
}
.our-process-style-01 .count-wrap:after {
  width: 65px;
  height: 65px;
  opacity: 0.5;
  z-index: 2;
}
.our-process-style-01 .count-wrap:after,
.our-process-style-01 .count-wrap:before {
  position: absolute;
  top: 50%;
  left: 50%;
  content: "";
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  border-radius: 100px;
}
.our-process-style-01 .count,
.our-process-style-01 .count-wrap:after,
.our-process-style-01 .count-wrap:before {
  background-color: #7e6996;
}
.our-process-style-01 .count {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 50px;
  height: 50px;
  border-radius: 100px;
  text-align: center;
  line-height: 50px;
  color: #fff;
  font-size: 24px;
  font-weight: 600;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: 3;
}
.our-process-style-01 i {
  position: relative;
}
.our-process-style-01 i::after {
  position: absolute;
  top: 5px;
  left: -25px;
  width: 60px;
  height: 60px;
  background-color: rgb(245, 50, 92, 0.2);
  content: "";
  border-radius: 100px;
  z-index: -1;
}
/* Our Process Style 02 */
.our-process-style-02 .icon-wrap {
  position: relative;
  width: 100px;
  height: 100px;
  margin: 0 auto 30px;
  border-radius: 100px;
}
.our-process-style-02 .icon {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 50px;
  height: 50px;
  text-align: center;
  line-height: 65px;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: 3;
  margin-left: 0;
}
.our-process-style-02 .line:after {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  background: #7e6996;
  position: absolute;
  top: 55px;
  text-align: center;
  left: 50%;
  z-index: -1;
}
.our-process-style-02 .line:nth-child(2):after {
  background: #ff416c;
}
.our-process-style-02 .line:nth-child(3):after {
  background: #0072ff;
}
.our-process-style-02 .line:last-child:after {
  display: none;
}
.our-process-style-03 .icon-wrap {
  position: relative;
  width: 100px;
  height: 100px;
  margin: 0 auto 30px;
  border-radius: 100px;
}
.our-process-style-03 .icon {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 50px;
  height: 50px;
  text-align: center;
  line-height: 65px;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: 3;
  margin-left: 0;
}
.our-process-style-03 .line:after {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  background: #7e6996;
  position: absolute;
  top: 55px;
  text-align: center;
  left: 50%;
  z-index: -1;
}
.our-process-style-03 .line:last-child:after {
  display: none;
}
.color-1 {
  background-image: -ms-radial-gradient(
    left top,
    ellipse farthest-corner,
    #8e2de2 0%,
    #c31432 100%
  );
  background-image: -moz-radial-gradient(
    left top,
    ellipse farthest-corner,
    #8e2de2 0%,
    #c31432 100%
  );
  background-image: -o-radial-gradient(
    left top,
    ellipse farthest-corner,
    #8e2de2 0%,
    #c31432 100%
  );
  background-image: -webkit-gradient(
    radial,
    left top,
    0,
    left top,
    572,
    color-stop(0, #8e2de2),
    color-stop(100, #c31432)
  );
  background-image: -webkit-radial-gradient(
    left top,
    ellipse farthest-corner,
    #8e2de2 0%,
    #c31432 100%
  );
  background-image: radial-gradient(
    ellipse farthest-corner at left top,
    #8e2de2 0%,
    #c31432 100%
  );
}
.color-2 {
  background-image: -ms-radial-gradient(
    left top,
    ellipse farthest-corner,
    #ff4b2b 0%,
    #ff416c 100%
  );
  background-image: -moz-radial-gradient(
    left top,
    ellipse farthest-corner,
    #ff4b2b 0%,
    #ff416c 100%
  );
  background-image: -o-radial-gradient(
    left top,
    ellipse farthest-corner,
    #ff4b2b 0%,
    #ff416c 100%
  );
  background-image: -webkit-gradient(
    radial,
    left top,
    0,
    left top,
    572,
    color-stop(0, #ff4b2b),
    color-stop(100, #ff416c)
  );
  background-image: -webkit-radial-gradient(
    left top,
    ellipse farthest-corner,
    #ff4b2b 0%,
    #ff416c 100%
  );
  background-image: radial-gradient(
    ellipse farthest-corner at left top,
    #ff4b2b 0%,
    #ff416c 100%
  );
}
.color-3 {
  background-image: -ms-radial-gradient(
    left top,
    ellipse farthest-corner,
    #0072ff 0%,
    #00c6ff 100%
  );
  background-image: -moz-radial-gradient(
    left top,
    ellipse farthest-corner,
    #0072ff 0%,
    #00c6ff 100%
  );
  background-image: -o-radial-gradient(
    left top,
    ellipse farthest-corner,
    #0072ff 0%,
    #00c6ff 100%
  );
  background-image: -webkit-gradient(
    radial,
    left top,
    0,
    left top,
    572,
    color-stop(0, #0072ff),
    color-stop(100, #00c6ff)
  );
  background-image: -webkit-radial-gradient(
    left top,
    ellipse farthest-corner,
    #0072ff 0%,
    #00c6ff 100%
  );
  background-image: radial-gradient(
    ellipse farthest-corner at left top,
    #0072ff 0%,
    #00c6ff 100%
  );
}
.color-4 {
  background-image: -ms-radial-gradient(
    left top,
    ellipse farthest-corner,
    #ffd200 0%,
    #f7971e 100%
  );
  background-image: -moz-radial-gradient(
    left top,
    ellipse farthest-corner,
    #ffd200 0%,
    #f7971e 100%
  );
  background-image: -o-radial-gradient(
    left top,
    ellipse farthest-corner,
    #ffd200 0%,
    #f7971e 100%
  );
  background-image: -webkit-gradient(
    radial,
    left top,
    0,
    left top,
    572,
    color-stop(0, #ffd200),
    color-stop(100, #f7971e)
  );
  background-image: -webkit-radial-gradient(
    left top,
    ellipse farthest-corner,
    #ffd200 0%,
    #f7971e 100%
  );
  background-image: radial-gradient(
    ellipse farthest-corner at left top,
    #ffd200 0%,
    #f7971e 100%
  );
}
/* Custom Styles */
.left-img {
  bottom: -85px;
  position: absolute;
  left: -70px;
  width: 54%;
}
.left-img img {
  max-width: none;
}
.client-logo {
  margin: 0px 15px;
}
.client-logo img {
  margin: auto;
  opacity: 0.7;
  filter: alpha(opacity=70);
}
.client-logo img:hover {
  opacity: 1;
  filter: alpha(opacity=100);
}
section.big-block .client-logo {
  padding: 10%;
}
.client-sm-logos img {
  margin: 0 auto;
  width: 150px;
}
.client-logo-height img {
  -webkit-filter: grayscale(1);
  filter: grayscale(1);
}
.client-logo-height:hover img {
  filter: grayscale(0);
  -webkit-filter: grayscale(0);
}
.client-logo-height {
  height: 190px;
}
.client-logo-height:hover {
  box-shadow: 0 0 4px rgba(0, 0, 0, 0.1);
}
.default-slider .slide:focus,
.testimonial-item:focus,
.quote-item:focus,
.client-logo:focus,
.zoom-text:focus,
.portfolio-slider .item:focus,
.blog-grid-slider .item:focus,
.member:focus,
.blog-slider .post:focus,
#product-slide .small-thumb:focus,
#product-slider .big-thumb:focus,
.model-slider .item-model:focus {
  outline: none;
}
.cover-bg {
  position: relative !important;
  background-size: cover !important;
  overflow: hidden !important;
  background-position: center !important;
  background-repeat: no-repeat !important;
}
.title-hero-bg {
  padding: 8rem 0 0 0;
  background-size: cover;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  position: relative;
  min-height: 50rem;
  display: flex;
  justify-content: center;
  align-items: center;
}
.title-hero-bg .container {
  z-index: 55;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}
.title-hero-bg::before {
  content: "";
  background-color: rgba(0, 0, 0, 0.6);
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.page-title {
  position: absolute;
  top: 50%;
  width: 100%;
  left: 0;
  z-index: 15;
  -webkit-transform: translate(0%, 50%);
  -moz-transform: translate(0%, 50%);
  -ms-transform: translate(0%, 50%);
  -o-transform: translate(0%, 50%);
  transform: translate(0%, 50%);
}
.page-title h1 {
  font-size: 50px;
  line-height: 60px;
  margin: 0;
}
.grid-box [class^="col-"] {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(0, 0, 0, 0.09);
  margin-top: 5px;
  margin-bottom: 5px;
}
/* Countdowns */
.countdown {
  margin-bottom: 0;
}
.countdown li {
  display: inline-block;
  text-align: center;
  margin-right: 50px;
}
.countdown li:last-child {
  margin-right: 0;
}
/* Skills Bar */
.skillbar-style-01 .skillbar {
  position: relative;
  display: inline-block;
  margin: 40px 0 10px;
  width: 100%;
  height: 5px;
  width: 100%;
  background-color: #eee;
}
.skillbar-style-01 .skillbar-title {
  position: absolute;
  top: -25px;
  left: 0;
}
.skillbar-style-01 .skillbar-bar {
  height: 5px;
  width: 0px;
  background: var(--main-color);
  display: inline-block;
}
.skillbar-style-01 .skill-bar-percent {
  position: absolute;
  right: -40px;
  top: -8px;
}
.skillbar-style-02 .skillbar {
  position: relative;
  display: inline-block;
  margin: 40px 0 10px;
  width: 100%;
  height: 20px;
  width: 100%;
  background-color: #f6f6f6;
}
.skillbar-style-02 .skillbar-title {
  position: absolute;
  top: -25px;
  left: 0;
  font-weight: 600;
}
.skillbar-style-02 .skillbar-bar {
  height: 20px;
  width: 0px;
  background: #7e6996;
  display: inline-block;
}
.skillbar-style-02 .skill-bar-percent {
  position: absolute;
  right: 0px;
  top: -25px;
  font-weight: 600;
}
.skillbar-style-03 .skillbar {
  position: relative;
  display: inline-block;
  margin: 40px 0 10px;
  width: 100%;
  height: 5px;
  width: 100%;
  background-color: #eee;
}
.skillbar-style-03 .skillbar-title {
  position: absolute;
  top: 10px;
  left: 0;
}
.skillbar-style-03 .skillbar-bar {
  height: 5px;
  width: 0px;
  background: #7e6996;
  display: inline-block;
}
.skillbar-style-03 .skill-bar-percent {
  position: absolute;
  right: 0px;
  top: 10px;
}

/* Pie Charts */
.chart-style-01 .chart-circle {
  margin: 0 0 20px 0;
}
.chart-style-01 .chart-01 {
  position: relative;
  display: inline-block;
  width: 150px;
  height: 150px;
  text-align: center;
}
.chart-style-01 .chart-01 canvas {
  position: absolute;
  top: 0;
  left: 0;
}
.chart-style-01 .percent {
  display: inline-block;
  line-height: 150px;
  z-index: 2;
}
.chart-style-01 .percent:after {
  content: "%";
}
.chart-style-02 .chart-circle {
  margin: 0 0 20px 0;
}
.chart-style-02 .chart-02 {
  position: relative;
  display: inline-block;
  width: 8rem;
  height: 8rem;
  text-align: center;
}
.chart-style-02 .chart-02 canvas {
  position: absolute;
  top: 0;
  left: 0;
}
.chart-style-02 .percent {
  display: inline-block;
  line-height: 8rem;
  z-index: 2;
}
.chart-style-02 .percent:after {
  content: "%";
}
.chart-style-03 .chart-circle {
  margin: 0 0 20px 0;
}
.chart-style-03 .chart-03 {
  position: relative;
  display: inline-block;
  width: 140px;
  height: 140px;
  text-align: center;
}
.chart-style-03 .chart-03 canvas {
  position: absolute;
  top: 0;
  left: 0;
}
.chart-style-03 .percent {
  display: inline-block;
  line-height: 65px;
  z-index: 2;
  border-radius: 100px;
  width: 65px;
  height: 65px;
  background-color: #e6f8f9;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
}
.chart-style-03 .percent:after {
  content: "%";
}
/* Custom Images */
.img-center {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 10;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}
.responsive-screen {
  margin-top: 50px;
}
/* Demos */
.product {
  margin: 0 0 30px 0;
}
.product-wrap {
  position: relative;
  overflow: hidden;
}
.product-img img {
  width: 100%;
}
.product-wrap .product-caption {
  width: 100%;
  position: absolute;
  z-index: 2;
  height: 100%;
  opacity: 0;
  top: 0;
  background-color: rgba(255, 255, 255, 0.9);
  -webkit-transition: opacity 0.4s;
  transition: opacity 0.4s;
}
.product-wrap:hover .product-caption {
  opacity: 1;
}
.product-description {
  width: 100%;
  height: 100%;
}
.product-description-wrap {
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  margin-top: -100px;
}
.product-description .product-title,
.product-description .product-subtitle {
  position: relative;
  left: 0;
  color: #fff;
  width: 100%;
  opacity: 0;
  visibility: hidden;
}
.product-description .product-title {
  top: 0;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.product-description .product-title a i {
  color: #fff;
}
.product-description .product-subtitle {
  top: 0;
  -webkit-transition: 0.4s;
  -moz-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
.product-wrap:hover .product-description .product-title {
  opacity: 1;
  visibility: visible;
  top: 30px;
}
.product-wrap:hover .product-description .product-subtitle {
  opacity: 1;
  visibility: visible;
  top: 25px;
}
.product .product-detail {
  margin-top: 30px;
}

.demo-box {
  margin-bottom: 25px;
  text-align: center;
}
.demo-box a {
  position: relative;
  box-shadow: 0px 0px 51px 0px rgba(0, 0, 0, 0.08),
    0px 6px 18px 0px rgba(0, 0, 0, 0.05);
  transition: 0.35s cubic-bezier(0.4, 0, 0.2, 1);
  transform: translateY(0px);
}
.demo-box a:hover {
  box-shadow: 0px 0px 114px 0px rgba(0, 0, 0, 0.08),
    0px 30px 25px 0px rgba(0, 0, 0, 0.05);
  transform: translateY(-10px);
}
.demo-box img {
  box-shadow: 0 10px 30px 0 rgba(31, 35, 37, 0.1);
  transition: all 0.35s cubic-bezier(0.4, 0, 0.2, 1);
}
.single-img {
  display: inline-block;
  vertical-align: top;
  max-width: 100%;
}
.demo-box h3 {
  text-transform: uppercase;
  font-size: 16px;
  text-align: center;
  letter-spacing: 0.15em;
  color: #fff;
}

.filter-white.cbp-l-filters-alignCenter
  .cbp-filter-item.cbp-filter-item-active {
  color: #7e6996;
  border-bottom: 1px solid #7e6996;
}
.filter-white.cbp-l-filters-alignCenter .cbp-filter-item {
  color: #fff;
  margin: 0 10px;
}
.filter-white.cbp-l-filters-alignCenter .cbp-filter-item:hover {
  color: #888;
}
.portfolio-layout-slider .item-img {
  margin: 0 15px;
}
.portfolio-layout-slider .item-img img {
  box-shadow: 0 10px 30px 0 rgba(31, 35, 37, 0.1);
}

.planet-x-wrap {
  position: relative;
}
.planet-x-left img {
  position: absolute;
  top: -10rem;
  left: 10rem;
  width: 20rem;
  height: 20rem;
  z-index: 99;
  -webkit-animation: floatPlanetLeft 9.35s infinite linear;
  animation: floatPlanetLeft 9.35s infinite linear;
}
.planet-x-left-2 img {
  position: absolute;
  top: -10rem;
  left: 10rem;
  width: 20rem;
  height: 20rem;
  z-index: 99;
  -webkit-animation: floatPlanetLeft 22.35s infinite linear;
  animation: floatPlanetLeft 22.35s infinite linear;
}
.planet-x-left-3 img {
  position: absolute;
  top: -10rem;
  left: 10rem;
  width: 20rem;
  height: 20rem;
  z-index: 99;
  -webkit-animation: floatPlanetLeft 2.35s infinite linear;
  animation: floatPlanetLeft 2.35s infinite linear;
}
.planet-x-right img {
  position: absolute;
  top: 55rem;
  right: 10rem;
  width: 20rem;
  height: 20rem;
  z-index: 99;
  -webkit-animation: floatPlanetRight 4.65s infinite linear;
  animation: floatPlanetRight 4.65s infinite linear;
}
.planet-x-right-2 img {
  position: absolute;
  top: 20rem;
  right: 10rem;
  width: 20rem;
  height: 20rem;
  z-index: 99;
  -webkit-animation: floatPlanetRight 15.65s infinite linear;
  animation: floatPlanetRight 15.65s infinite linear;
}
.planet-x-right-3 img {
  position: absolute;
  top: 0rem;
  right: 10rem;
  width: 20rem;
  height: 20rem;
  z-index: 99;
  -webkit-animation: floatPlanetRight 15.65s infinite linear;
  animation: floatPlanetRight 15.65s infinite linear;
}
@-webkit-keyframes floatPlanetLeft {
  from {
    -webkit-transform: rotate(0deg) translatey(-41px) rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg) translatey(-41px) rotate(-360deg);
  }
}
@keyframes floatPlanetLeft {
  from {
    -webkit-transform: rotate(0deg) translatey(-41px) rotate(0deg);
    transform: rotate(0deg) translatey(-41px) rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg) translatey(-41px) rotate(-360deg);
    transform: rotate(360deg) translatey(-41px) rotate(-360deg);
  }
}
@-webkit-keyframes floatPlanetRight {
  from {
    -webkit-transform: rotate(0deg) translatey(-53px) rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg) translatey(-53px) rotate(-360deg);
  }
}
@-keyframes floatPlanetRight {
  from {
    -webkit-transform: rotate(0deg) translatey(-53px) rotate(0deg);
    transform: rotate(0deg) translatey(-53px) rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg) translatey(-53px) rotate(-360deg);
    transform: rotate(360deg) translatey(-53px) rotate(-360deg);
  }
}
.yazi-alan {
  animation-timing-function: ease-in-out;
  -webkit-transform-origin: top;
  -moz-transform-origin: top;
  transform-origin: top;
  animation: don 18.4s infinite;
}
.yazi-alan2 {
  animation-timing-function: ease-in-out;
  -webkit-transform-origin: top;
  -moz-transform-origin: top;
  transform-origin: top;
  animation: don 15.4s infinite;
}
.yazi-alan3 {
  animation-timing-function: ease-in-out;
  -webkit-transform-origin: top;
  -moz-transform-origin: top;
  transform-origin: top;
  animation: don 12.4s infinite;
}
.yazi-alan4 {
  animation-timing-function: ease-in-out;
  -webkit-transform-origin: top;
  -moz-transform-origin: top;
  transform-origin: top;
  animation: don 9.4s infinite;
}
.yazi {
  font-size: 14px;
  line-height: 2.5;
  position: absolute;
  top: 40%;
  left: 0;
  right: 0;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  text-align: center;
}
.bg-logo {
  opacity: 0.2;
  width: 30%;
  position: absolute;
  left: 0;
  right: 0;
  margin-left: auto;
  margin-right: auto;
  top: 30%;
}
@keyframes don {
  0% {
    transform: rotate(4deg);
  }
  50% {
    transform: rotate(-4deg);
  }
  100% {
    transform: rotate(4deg);
  }
}
.card {
  width: 300px;
  min-height: 470px;
  border-radius: 15px 15px 0 0;
  overflow: hidden;
  position: relative;
  transition: transform 0.3s, box-shadow 0.3s;
  /* Flex */
  display: flex;
  flex-direction: column;
  align-items: center;
}
.card:hover {
  box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 12px;
  transform: scale(1.04);
}
.card::before {
  background-color: var(--color05);
  color: var(--color02);
  padding: 31px 35px 10px;
  /* Transform */
  transform: translate(calc(31px + 56px), -45px) rotate(45deg);
  transform-origin: top left;
  font-size: 14px;
  content: "Member";
  position: absolute;
  right: 0;
  top: 0;
  z-index: 1;
}
.card:nth-of-type(2)::before {
  background-color: var(--color06);
  color: var(--color03);
}
.card:nth-of-type(3)::before {
  background-color: var(--color07);
  color: var(--color12);
}
/* Info */
.card__info {
  width: 100%;
  height: 130px;
  /* Background */
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  /* Position */
  position: relative;
  z-index: 0;
  /* Flex */
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.card__info::before {
  background-color: var(--color02);
  width: 100%;
  height: 100%;
  opacity: 0.8;
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  z-index: -1;
}
.card:nth-of-type(2) .card__info::before {
  background-color: var(--color03);
}
.card:nth-of-type(3) .card__info::before {
  background-color: var(--color04);
}
.card__name {
  color: var(--color01);
  margin-bottom: 10px;
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 1px;
}
.card__price {
  color: var(--color05);
  font-size: 22px;
  font-weight: 400;
}
.card__priceSpan {
  color: var(--color13);
}
.card:nth-of-type(3) .card__priceSpan {
  color: var(--color01);
}
/* Content */
.card__content {
  background-color: var(--color09);
  width: 100%;
  height: calc(100% - 130px);
  border-top: solid 2px;
  border-bottom: solid 2px;
  /* Flex */
  display: flex;
  flex-direction: column;
  align-items: center;
}
.card__rows {
  width: 100%;
}
.card__row {
  color: #222;
  width: 100%;
  padding: 20px 0;
  text-align: center;
}
.card__row:nth-of-type(odd) {
  background-color: var(--color08);
}
.card__link {
  color: var(--color01);
  padding: 10px 15px;
  margin: 20px 0;
  text-decoration: none;
  border-radius: 50px;
}
.card__link:hover {
  background-color: var(--color02Hover) !important;
}
.card:nth-of-type(2) .card__link:hover {
  background-color: var(--color06Hover) !important;
}
.card:nth-of-type(3) .card__link:hover {
  background-color: var(--color04Hover) !important;
}
.area {
  display: flex;
  justify-content: space-around;
}
.count-logo{
	left:10%;max-height:80px;height:80px;margin-bottom:1rem
}
@keyframes shine{
0% {
    -webkit-mask-position: 50%;
}

100% {
    -webkit-mask-position: -150%;
}
}
.icofont-rounded-down:before {
  font-family: icofont;
  font-style: normal;
}
.nav-wrapper {
  position: relative;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
}
nav.navbar.bootsnav.navbar-transparent.white .nav-wrapper {
  color: #fff;
}
nav.navbar.bootsnav.navbar-transparent.white .nav-wrapper b {
  color: #fff !important;
}
.sl-nav {
  display: inline;
}
.sl-nav ul {
  margin: 0;
  padding: 0;
  list-style: none;
  position: relative;
  display: inline-block;
}
.sl-nav li {
}
.sl-nav li ul {
  display: none;
  padding: 1rem;
}
.sl-nav li:hover ul {
  position: absolute;
  padding-top: 10px;
  right: -15px;
  display: block;
  background: #fff;
  width: 8rem;
  z-index: 1;
  border-radius: 5px;
  box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.2);
}
.sl-nav li:hover .triangle {
  position: absolute;
  top: 15px;
  right: -10px;
  z-index: 10;
  height: 14px;
  overflow: hidden;
  width: 30px;
  background: transparent;
}
.sl-nav li:hover .triangle:after {
  content: "";
  display: block;
  z-index: 20;
  width: 15px;
  transform: rotate(45deg) translateY(0px) translatex(10px);
  height: 15px;
  background: #fff;
  border-radius: 2px 0px 0px 0px;
  box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.2);
}
.sl-nav li ul li {
  position: relative;
  text-align: left;
  background: transparent;
  z-index: 2;
  font-weight: 500;
  font-size: 13px;
  color: #3c3c3c;
  transition: 0.4s all ease-in-out;
}
.sl-nav li ul li a {
  padding: 0.5rem 1rem;
  display: block;
}
.sl-nav li ul .men:hover {
  padding-left: 20px;
  color: #1d79ec;
}
.sl-nav li ul .men:hover a:before {
  content: "-";
  position: absolute;
  left: 9%;
}
.amen {
  width: 185px !important;
}
.sl-nav li ul li span {
  padding-left: 5px;
  font-size: 12px;
  position: relative;
  bottom: 2px;
  font-weight: 600;
}
.sl-nav li ul li span:hover,
.sl-nav li ul li span.active {
  color: #146c78;
}
.sl-flag {
  display: inline-block;
  box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.4);
  width: 15px;
  height: 15px;
  background: #aaa;
  border-radius: 50%;
  position: relative;
  top: -1px;
  overflow: hidden;
}
.flag-de {
  background: url("https://upload.wikimedia.org/wikipedia/commons/thumb/b/b4/Flag_of_Turkey.svg/1280px-Flag_of_Turkey.svg.png");
  background-size: cover;
  background-position: center center;
}
.flag-usa {
  background-size: cover;
  background-position: center center;
  background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABQAAAAUCAIAAAAC64paAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAAAZdEVYdFNvZnR3YXJlAHBhaW50Lm5ldCA0LjAuMTM0A1t6AAABhUlEQVQ4T2Ows82PjGixsc4LD2tysC/09Kjw8622tyuICG8u0w/cpGSCBzF4e1VmZkzw9anOzOj38a4KCW4IC22ECHYk1l9tn4gHMeTlTnZxLikvm+XiUpKW2hvgX+vnV5OVOQEoOGfOtv94AYOzU3Fd7XxHh6Lq6rlurqUx0W0J8Z1AnbW18yotonaYuOJBDBXls4A+bGpaBCTz86YEBtQCvVBSPAPIbY0oP1/aiAcxABU1Ny+2tclvbFjo5FgUF9uenNwNDLnmpkWEnV1TPRcY1O1tS4H6i4umA/0MDK2K8tlAwRqHpP1uoXgQKKraWpcClTY3LQZaCLQ5NaUX5OaWJY3++SeTC/AgBmA4AXUClUJs9ver8fKsAAYEUJCws4G21dXNB1oFdD/Qz8DQTk4C+bm2dn6DZ9bRiDQ8iAEYt8CoBpK5YBIYw0AEEZwSXX4oMB4PYoC6gCzAcDqrjGzEsMfen2xEmbMv1rSTjRi26dqRjShz9o2+6WQjBrSShQSkZAIADvW/HLrLY6cAAAAASUVORK5CYII=");
}
.res {
  box-shadow: black 0px 0px 20px 0px;
}
.slick-track {
  max-height: 100%;
  height: min-content;
}
.dot2 {
  position: relative;
  z-index: 1;
}
.section_overview {
  padding: 0 !important;
}
ul.section_social_ul {
  position: relative;
  justify-content: space-evenly;
  display: flex;
  flex-wrap: wrap;
  padding: 0;
}
ul.section_social_ul li {
  list-style: none;
  margin: 2rem;
}
ul.section_social_ul li a {
  text-decoration: none;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  width: 18rem;
  height: 6rem;
  text-align: left;
  padding-left: 1rem;
  box-shadow: -1rem 1rem 0.5rem rgba(0, 0, 0, 0.5);
  color: #fff;
}
ul.section_social_ul li a:hover {
  box-shadow: -2rem 2rem 1rem rgba(0, 0, 0, 0.5);
}
ul.section_social_ul li a i {
  font-size: 2rem;
  line-height: 3rem;
  transition: 0.5s;
}
ul.section_social_ul li a span {
  padding: 0;
  margin: 0;
  font-weight: 600;
  letter-spacing: 4px;
  transition: 0.5s;
}
@keyframes pounce {
  0% {
    left: -110%;
    top: 90%;
  }
  50% {
    left: 10%;
    top: -30%;
  }
  100% {
    top: -10%;
    left: -10%;
  }
}
.wowBack {
  background: #222;
  position: relative;
  overflow: hidden;
}
.wowWrap div {
  background: #27ae60;
  display: block;
  width: 100%;
  margin: 5% 0;
  text-align: center;
  padding-top: 20%;
  padding-bottom: 20%;
}
.wowWrap {
  width: 16.66%;
  float: left;
  padding: 0 0.5%;
}
.wowWrap h4 {
  position: fixed;
  z-index: 200;
  width: 100%;
  padding: 1% 0% 1% 0%;
  margin: 0;
  color: white;
  font-size: 1.35vw;
  background: rgba(22, 22, 22, 0.3);
}
.wowWrap div:first-of-type {
  margin-top: 25%;
}
/*I've assigned class wHighlight to all the animate.css classes that add elements onto the page with delay.  */
.wHighlight {
  background: #28a !important;
}
@charset "UTF-8";
.animated {
  animation-duration: 1s;
  animation-fill-mode: both;
}
.animated.infinite {
  animation-iteration-count: infinite;
}
.animated.hinge {
  animation-duration: 2s;
}
.animated.flipOutX,
.animated.flipOutY,
.animated.bounceIn,
.animated.bounceOut {
  animation-duration: 0.75s;
}
@keyframes bounce {
  from,
  20%,
  53%,
  80%,
  to {
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transform: translate3d(0, 0, 0);
  }
  40%,
  43% {
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    transform: translate3d(0, -30px, 0);
  }
  70% {
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    transform: translate3d(0, -15px, 0);
  }
  90% {
    transform: translate3d(0, -4px, 0);
  }
}
.bounce {
  animation-name: bounce;
  transform-origin: center bottom;
}
@keyframes flash {
  from,
  50%,
  to {
    opacity: 1;
  }
  25%,
  75% {
    opacity: 0;
  }
}
.flash {
  animation-name: flash;
}
/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@keyframes pulse {
  from {
    transform: scale3d(1, 1, 1);
  }
  50% {
    transform: scale3d(1.05, 1.05, 1.05);
  }
  to {
    transform: scale3d(1, 1, 1);
  }
}
.pulse {
  animation-name: pulse;
}
@keyframes rubberBand {
  from {
    transform: scale3d(1, 1, 1);
  }
  30% {
    transform: scale3d(1.25, 0.75, 1);
  }
  40% {
    transform: scale3d(0.75, 1.25, 1);
  }
  50% {
    transform: scale3d(1.15, 0.85, 1);
  }
  65% {
    transform: scale3d(0.95, 1.05, 1);
  }
  75% {
    transform: scale3d(1.05, 0.95, 1);
  }
  to {
    transform: scale3d(1, 1, 1);
  }
}
.rubberBand {
  animation-name: rubberBand;
}
@keyframes shake {
  from,
  to {
    transform: translate3d(0, 0, 0);
  }
  10%,
  30%,
  50%,
  70%,
  90% {
    transform: translate3d(-10px, 0, 0);
  }
  20%,
  40%,
  60%,
  80% {
    transform: translate3d(10px, 0, 0);
  }
}
.shake {
  animation-name: shake;
}
@keyframes headShake {
  0% {
    transform: translateX(0);
  }
  6.5% {
    transform: translateX(-6px) rotateY(-9deg);
  }
  18.5% {
    transform: translateX(5px) rotateY(7deg);
  }
  31.5% {
    transform: translateX(-3px) rotateY(-5deg);
  }
  43.5% {
    transform: translateX(2px) rotateY(3deg);
  }
  50% {
    transform: translateX(0);
  }
}
.headShake {
  animation-timing-function: ease-in-out;
  animation-name: headShake;
}
@keyframes swing {
  20% {
    transform: rotate3d(0, 0, 1, 15deg);
  }
  40% {
    transform: rotate3d(0, 0, 1, -10deg);
  }
  60% {
    transform: rotate3d(0, 0, 1, 5deg);
  }
  80% {
    transform: rotate3d(0, 0, 1, -5deg);
  }
  to {
    transform: rotate3d(0, 0, 1, 0deg);
  }
}
.swing {
  transform-origin: top center;
  animation-name: swing;
}
@keyframes tada {
  from {
    transform: scale3d(1, 1, 1);
  }
  10%,
  20% {
    transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
  }
  30%,
  50%,
  70%,
  90% {
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
  }
  40%,
  60%,
  80% {
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
  }
  to {
    transform: scale3d(1, 1, 1);
  }
}
.tada {
  animation-name: tada;
}
/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@keyframes wobble {
  from {
    transform: none;
  }
  15% {
    transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
  }
  30% {
    transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
  }
  45% {
    transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
  }
  60% {
    transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
  }
  75% {
    transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
  }
  to {
    transform: none;
  }
}
.wobble {
  animation-name: wobble;
}
@keyframes jello {
  from,
  11.1%,
  to {
    transform: none;
  }
  22.2% {
    transform: skewX(-12.5deg) skewY(-12.5deg);
  }
  33.3% {
    transform: skewX(6.25deg) skewY(6.25deg);
  }
  44.4% {
    transform: skewX(-3.125deg) skewY(-3.125deg);
  }
  55.5% {
    transform: skewX(1.5625deg) skewY(1.5625deg);
  }
  66.6% {
    transform: skewX(-0.78125deg) skewY(-0.78125deg);
  }
  77.7% {
    transform: skewX(0.390625deg) skewY(0.390625deg);
  }
  88.8% {
    transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
  }
}
.jello {
  animation-name: jello;
  transform-origin: center;
}
@keyframes bounceIn {
  from,
  20%,
  40%,
  60%,
  80%,
  to {
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    transform: scale3d(0.3, 0.3, 0.3);
  }
  20% {
    transform: scale3d(1.1, 1.1, 1.1);
  }
  40% {
    transform: scale3d(0.9, 0.9, 0.9);
  }
  60% {
    opacity: 1;
    transform: scale3d(1.03, 1.03, 1.03);
  }
  80% {
    transform: scale3d(0.97, 0.97, 0.97);
  }
  to {
    opacity: 1;
    transform: scale3d(1, 1, 1);
  }
}
.bounceIn {
  animation-name: bounceIn;
}
@keyframes bounceInDown {
  from,
  60%,
  75%,
  90%,
  to {
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    transform: translate3d(0, -3000px, 0);
  }
  60% {
    opacity: 1;
    transform: translate3d(0, 25px, 0);
  }
  75% {
    transform: translate3d(0, -10px, 0);
  }
  90% {
    transform: translate3d(0, 5px, 0);
  }
  to {
    transform: none;
  }
}
.bounceInDown {
  animation-name: bounceInDown;
}
@keyframes bounceInLeft {
  from,
  60%,
  75%,
  90%,
  to {
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    transform: translate3d(-3000px, 0, 0);
  }
  60% {
    opacity: 1;
    transform: translate3d(25px, 0, 0);
  }
  75% {
    transform: translate3d(-10px, 0, 0);
  }
  90% {
    transform: translate3d(5px, 0, 0);
  }
  to {
    transform: none;
  }
}
.bounceInLeft {
  animation-name: bounceInLeft;
}
@keyframes bounceInRight {
  from,
  60%,
  75%,
  90%,
  to {
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  from {
    opacity: 0;
    transform: translate3d(3000px, 0, 0);
  }
  60% {
    opacity: 1;
    transform: translate3d(-25px, 0, 0);
  }
  75% {
    transform: translate3d(10px, 0, 0);
  }
  90% {
    transform: translate3d(-5px, 0, 0);
  }
  to {
    transform: none;
  }
}
.bounceInRight {
  animation-name: bounceInRight;
}
@keyframes bounceInUp {
  from,
  60%,
  75%,
  90%,
  to {
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  from {
    opacity: 0;
    transform: translate3d(0, 3000px, 0);
  }
  60% {
    opacity: 1;
    transform: translate3d(0, -20px, 0);
  }
  75% {
    transform: translate3d(0, 10px, 0);
  }
  90% {
    transform: translate3d(0, -5px, 0);
  }
  to {
    transform: translate3d(0, 0, 0);
  }
}
.bounceInUp {
  animation-name: bounceInUp;
}
@keyframes bounceOut {
  20% {
    transform: scale3d(0.9, 0.9, 0.9);
  }
  50%,
  55% {
    opacity: 1;
    transform: scale3d(1.1, 1.1, 1.1);
  }
  to {
    opacity: 0;
    transform: scale3d(0.3, 0.3, 0.3);
  }
}
.bounceOut {
  animation-name: bounceOut;
}
@keyframes bounceOutDown {
  20% {
    transform: translate3d(0, 10px, 0);
  }
  40%,
  45% {
    opacity: 1;
    transform: translate3d(0, -20px, 0);
  }
  to {
    opacity: 0;
    transform: translate3d(0, 2000px, 0);
  }
}
.bounceOutDown {
  animation-name: bounceOutDown;
}
@keyframes bounceOutLeft {
  20% {
    opacity: 1;
    transform: translate3d(20px, 0, 0);
  }
  to {
    opacity: 0;
    transform: translate3d(-2000px, 0, 0);
  }
}
.bounceOutLeft {
  animation-name: bounceOutLeft;
}
@keyframes bounceOutRight {
  20% {
    opacity: 1;
    transform: translate3d(-20px, 0, 0);
  }
  to {
    opacity: 0;
    transform: translate3d(2000px, 0, 0);
  }
}
.bounceOutRight {
  animation-name: bounceOutRight;
}
@keyframes bounceOutUp {
  20% {
    transform: translate3d(0, -10px, 0);
  }
  40%,
  45% {
    opacity: 1;
    transform: translate3d(0, 20px, 0);
  }
  to {
    opacity: 0;
    transform: translate3d(0, -2000px, 0);
  }
}
.bounceOutUp {
  animation-name: bounceOutUp;
}
@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.fadeIn {
  animation-name: fadeIn;
}
@keyframes fadeInDown {
  from {
    opacity: 0;
    transform: translate3d(0, -100%, 0);
  }
  to {
    opacity: 1;
    transform: none;
  }
}
.fadeInDown {
  animation-name: fadeInDown;
}
@keyframes fadeInDownBig {
  from {
    opacity: 0;
    transform: translate3d(0, -2000px, 0);
  }
  to {
    opacity: 1;
    transform: none;
  }
}
.fadeInDownBig {
  animation-name: fadeInDownBig;
}
@keyframes fadeInLeft {
  from {
    opacity: 0;
    transform: translate3d(-100%, 0, 0);
  }
  to {
    opacity: 1;
    transform: none;
  }
}
.fadeInLeft {
  animation-name: fadeInLeft;
}
@keyframes fadeInLeftBig {
  from {
    opacity: 0;
    transform: translate3d(-2000px, 0, 0);
  }
  to {
    opacity: 1;
    transform: none;
  }
}
.fadeInLeftBig {
  animation-name: fadeInLeftBig;
}
@keyframes fadeInRight {
  from {
    opacity: 0;
    transform: translate3d(100%, 0, 0);
  }
  to {
    opacity: 1;
    transform: none;
  }
}
.fadeInRight {
  animation-name: fadeInRight;
}
@keyframes fadeInRightBig {
  from {
    opacity: 0;
    transform: translate3d(2000px, 0, 0);
  }
  to {
    opacity: 1;
    transform: none;
  }
}
.fadeInRightBig {
  animation-name: fadeInRightBig;
}
@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translate3d(0, 100%, 0);
  }
  to {
    opacity: 1;
    transform: none;
  }
}
.fadeInUp {
  animation-name: fadeInUp;
}
@keyframes fadeInUpBig {
  from {
    opacity: 0;
    transform: translate3d(0, 2000px, 0);
  }
  to {
    opacity: 1;
    transform: none;
  }
}
.fadeInUpBig {
  animation-name: fadeInUpBig;
}
@keyframes fadeOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
.fadeOut {
  animation-name: fadeOut;
}
@keyframes fadeOutDown {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    transform: translate3d(0, 100%, 0);
  }
}
.fadeOutDown {
  animation-name: fadeOutDown;
}
@keyframes fadeOutDownBig {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    transform: translate3d(0, 2000px, 0);
  }
}
.fadeOutDownBig {
  animation-name: fadeOutDownBig;
}
@keyframes fadeOutLeft {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    transform: translate3d(-100%, 0, 0);
  }
}
.fadeOutLeft {
  animation-name: fadeOutLeft;
}
@keyframes fadeOutLeftBig {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    transform: translate3d(-2000px, 0, 0);
  }
}
.fadeOutLeftBig {
  animation-name: fadeOutLeftBig;
}
@keyframes fadeOutRight {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    transform: translate3d(100%, 0, 0);
  }
}
.fadeOutRight {
  animation-name: fadeOutRight;
}
@keyframes fadeOutRightBig {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    transform: translate3d(2000px, 0, 0);
  }
}
.fadeOutRightBig {
  animation-name: fadeOutRightBig;
}
@keyframes fadeOutUp {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    transform: translate3d(0, -100%, 0);
  }
}
.fadeOutUp {
  animation-name: fadeOutUp;
}
@keyframes fadeOutUpBig {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    transform: translate3d(0, -2000px, 0);
  }
}
.fadeOutUpBig {
  animation-name: fadeOutUpBig;
}
@keyframes flip {
  from {
    transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
    animation-timing-function: ease-out;
  }
  40% {
    transform: perspective(400px) translate3d(0, 0, 150px)
      rotate3d(0, 1, 0, -190deg);
    animation-timing-function: ease-out;
  }
  50% {
    transform: perspective(400px) translate3d(0, 0, 150px)
      rotate3d(0, 1, 0, -170deg);
    animation-timing-function: ease-in;
  }
  80% {
    transform: perspective(400px) scale3d(0.95, 0.95, 0.95);
    animation-timing-function: ease-in;
  }
  to {
    transform: perspective(400px);
    animation-timing-function: ease-in;
  }
}
.animated.flip {
  -webkit-backface-visibility: visible;
  backface-visibility: visible;
  animation-name: flip;
}
@keyframes flipInX {
  from {
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    animation-timing-function: ease-in;
    opacity: 0;
  }
  40% {
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    animation-timing-function: ease-in;
  }
  60% {
    transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    opacity: 1;
  }
  80% {
    transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
  }
  to {
    transform: perspective(400px);
  }
}
.flipInX {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  animation-name: flipInX;
}
@keyframes flipInY {
  from {
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    animation-timing-function: ease-in;
    opacity: 0;
  }
  40% {
    transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    animation-timing-function: ease-in;
  }
  60% {
    transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    opacity: 1;
  }
  80% {
    transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
  }
  to {
    transform: perspective(400px);
  }
}
.flipInY {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  animation-name: flipInY;
}
@keyframes flipOutX {
  from {
    transform: perspective(400px);
  }
  30% {
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    opacity: 1;
  }
  to {
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    opacity: 0;
  }
}
.flipOutX {
  animation-name: flipOutX;
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
}
@keyframes flipOutY {
  from {
    transform: perspective(400px);
  }
  30% {
    transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    opacity: 1;
  }
  to {
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    opacity: 0;
  }
}
.flipOutY {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  animation-name: flipOutY;
}
@keyframes lightSpeedIn {
  from {
    transform: translate3d(100%, 0, 0) skewX(-30deg);
    opacity: 0;
  }
  60% {
    transform: skewX(20deg);
    opacity: 1;
  }
  80% {
    transform: skewX(-5deg);
    opacity: 1;
  }
  to {
    transform: none;
    opacity: 1;
  }
}
.lightSpeedIn {
  animation-name: lightSpeedIn;
  animation-timing-function: ease-out;
}
@keyframes lightSpeedOut {
  from {
    opacity: 1;
  }
  to {
    transform: translate3d(100%, 0, 0) skewX(30deg);
    opacity: 0;
  }
}
.lightSpeedOut {
  animation-name: lightSpeedOut;
  animation-timing-function: ease-in;
}
@keyframes rotateIn {
  from {
    transform-origin: center;
    transform: rotate3d(0, 0, 1, -200deg);
    opacity: 0;
  }
  to {
    transform-origin: center;
    transform: none;
    opacity: 1;
  }
}
.rotateIn {
  animation-name: rotateIn;
}
@keyframes rotateInDownLeft {
  from {
    transform-origin: left bottom;
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
  to {
    transform-origin: left bottom;
    transform: none;
    opacity: 1;
  }
}
.rotateInDownLeft {
  animation-name: rotateInDownLeft;
}
@keyframes rotateInDownRight {
  from {
    transform-origin: right bottom;
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
  to {
    transform-origin: right bottom;
    transform: none;
    opacity: 1;
  }
}
.rotateInDownRight {
  animation-name: rotateInDownRight;
}
@keyframes rotateInUpLeft {
  from {
    transform-origin: left bottom;
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
  to {
    transform-origin: left bottom;
    transform: none;
    opacity: 1;
  }
}
.rotateInUpLeft {
  animation-name: rotateInUpLeft;
}
@keyframes rotateInUpRight {
  from {
    transform-origin: right bottom;
    transform: rotate3d(0, 0, 1, -90deg);
    opacity: 0;
  }
  to {
    transform-origin: right bottom;
    transform: none;
    opacity: 1;
  }
}
.rotateInUpRight {
  animation-name: rotateInUpRight;
}
@keyframes rotateOut {
  from {
    transform-origin: center;
    opacity: 1;
  }
  to {
    transform-origin: center;
    transform: rotate3d(0, 0, 1, 200deg);
    opacity: 0;
  }
}
.rotateOut {
  animation-name: rotateOut;
}
@keyframes rotateOutDownLeft {
  from {
    transform-origin: left bottom;
    opacity: 1;
  }
  to {
    transform-origin: left bottom;
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
}
.rotateOutDownLeft {
  animation-name: rotateOutDownLeft;
}
@keyframes rotateOutDownRight {
  from {
    transform-origin: right bottom;
    opacity: 1;
  }
  to {
    transform-origin: right bottom;
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
}
.rotateOutDownRight {
  animation-name: rotateOutDownRight;
}
@keyframes rotateOutUpLeft {
  from {
    transform-origin: left bottom;
    opacity: 1;
  }
  to {
    transform-origin: left bottom;
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
}
.rotateOutUpLeft {
  animation-name: rotateOutUpLeft;
}
@keyframes rotateOutUpRight {
  from {
    transform-origin: right bottom;
    opacity: 1;
  }
  to {
    transform-origin: right bottom;
    transform: rotate3d(0, 0, 1, 90deg);
    opacity: 0;
  }
}
.rotateOutUpRight {
  animation-name: rotateOutUpRight;
}
@keyframes hinge {
  0% {
    transform-origin: top left;
    animation-timing-function: ease-in-out;
  }
  20%,
  60% {
    transform: rotate3d(0, 0, 1, 80deg);
    transform-origin: top left;
    animation-timing-function: ease-in-out;
  }
  40%,
  80% {
    transform: rotate3d(0, 0, 1, 60deg);
    transform-origin: top left;
    animation-timing-function: ease-in-out;
    opacity: 1;
  }
  to {
    transform: translate3d(0, 700px, 0);
    opacity: 0;
  }
}
.hinge {
  animation-name: hinge;
}
@keyframes jackInTheBox {
  from {
    opacity: 0;
    transform: scale(0.1) rotate(30deg);
    transform-origin: center bottom;
  }
  50% {
    transform: rotate(-10deg);
  }
  70% {
    transform: rotate(3deg);
  }
  to {
    opacity: 1;
    transform: scale(1);
  }
}
.jackInTheBox {
  animation-name: jackInTheBox;
}
/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@keyframes rollIn {
  from {
    opacity: 0;
    transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
  }
  to {
    opacity: 1;
    transform: none;
  }
}
.rollIn {
  animation-name: rollIn;
}
/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@keyframes rollOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
  }
}
.rollOut {
  animation-name: rollOut;
}
@keyframes zoomIn {
  from {
    opacity: 0;
    transform: scale3d(0.3, 0.3, 0.3);
  }
  50% {
    opacity: 1;
  }
}
.zoomIn {
  animation-name: zoomIn;
}
@keyframes zoomInDown {
  from {
    opacity: 0;
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.zoomInDown {
  animation-name: zoomInDown;
}
@keyframes zoomInLeft {
  from {
    opacity: 0;
    transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.zoomInLeft {
  animation-name: zoomInLeft;
}
@keyframes zoomInRight {
  from {
    opacity: 0;
    transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.zoomInRight {
  animation-name: zoomInRight;
}
@keyframes zoomInUp {
  from {
    opacity: 0;
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.zoomInUp {
  animation-name: zoomInUp;
}
@keyframes zoomOut {
  from {
    opacity: 1;
  }
  50% {
    opacity: 0;
    transform: scale3d(0.3, 0.3, 0.3);
  }
  to {
    opacity: 0;
  }
}
.zoomOut {
  animation-name: zoomOut;
}
@keyframes zoomOutDown {
  40% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  to {
    opacity: 0;
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    transform-origin: center bottom;
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.zoomOutDown {
  animation-name: zoomOutDown;
}
@keyframes zoomOutLeft {
  40% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
  }
  to {
    opacity: 0;
    transform: scale(0.1) translate3d(-2000px, 0, 0);
    transform-origin: left center;
  }
}
.zoomOutLeft {
  animation-name: zoomOutLeft;
}
@keyframes zoomOutRight {
  40% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
  }
  to {
    opacity: 0;
    transform: scale(0.1) translate3d(2000px, 0, 0);
    transform-origin: right center;
  }
}
.zoomOutRight {
  animation-name: zoomOutRight;
}
@keyframes zoomOutUp {
  40% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  to {
    opacity: 0;
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    transform-origin: center bottom;
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.zoomOutUp {
  animation-name: zoomOutUp;
}
@keyframes slideInDown {
  from {
    transform: translate3d(0, -100%, 0);
    visibility: visible;
  }
  to {
    transform: translate3d(0, 0, 0);
  }
}
.slideInDown {
  animation-name: slideInDown;
}
@keyframes slideInLeft {
  from {
    transform: translate3d(-100%, 0, 0);
    visibility: visible;
  }
  to {
    transform: translate3d(0, 0, 0);
  }
}
.slideInLeft {
  animation-name: slideInLeft;
}
@keyframes slideInRight {
  from {
    transform: translate3d(100%, 0, 0);
    visibility: visible;
  }
  to {
    transform: translate3d(0, 0, 0);
  }
}
.slideInRight {
  animation-name: slideInRight;
}
@keyframes slideInUp {
  from {
    transform: translate3d(0, 100%, 0);
    visibility: visible;
  }
  to {
    transform: translate3d(0, 0, 0);
  }
}
.slideInUp {
  animation-name: slideInUp;
}
@keyframes slideOutDown {
  from {
    transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    transform: translate3d(0, 100%, 0);
  }
}
.slideOutDown {
  animation-name: slideOutDown;
}
@keyframes slideOutLeft {
  from {
    transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    transform: translate3d(-100%, 0, 0);
  }
}
.slideOutLeft {
  animation-name: slideOutLeft;
}
@keyframes slideOutRight {
  from {
    transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    transform: translate3d(100%, 0, 0);
  }
}
.slideOutRight {
  animation-name: slideOutRight;
}
@keyframes slideOutUp {
  from {
    transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    transform: translate3d(0, -100%, 0);
  }
}
.slideOutUp {
  animation-name: slideOutUp;
}
@media screen and (max-width: 992px) {
	
	.timeContainer .wrapper div h2{
		font-size:2rem!important;
	}
	.banner-down{
		padding:2rem 0!important;
	}
	.time{
		font-size:1.5rem;
	}
	.location{
		font-size:1.5rem;
	}
	.banner-down{
		flex-direction:column;
	}
	.location-time{
	}
	.line-abs{
		height:5rem!important;
	}
	.timeContainer .wrapper div{
		margin:0!important;
	}
	.timeContainer .wrapper{
		gap:1rem;
	}
	.count-banner{
		margin-bottom:.75rem;
	}
	  .area {
		display: block !important;
	  }
	  .card {
		width: 100% !important;
	  }
	.count-logo{
		left:10%!important;
		height:80px!important;
		margin-bottom:0!important;
	}
  #area {
    padding: 0 !important;
  }
}
.mt-100 {
  margin-top: 100px !important;
}
.blue {
  color: #185875;
}
.yellow {
  color: #fff842;
}

.tableColoredOut {
  margin-bottom: 1rem;
  overflow-x: auto;
  overflow-y: hidden;
  max-width: 100%;
}
.tableColored {
  width: 100%;
}
.tableColored th h1 {
  font-weight: bold;
  text-align: right;
  color: #fff;
  font-size: 2rem;
  display: flex;
  justify-content: center;
}
.tableColored td {
  font-weight: normal;
  text-align: right;
  font-size: 1em;
  -webkit-box-shadow: 0 2px 2px -2px #0e1119;
  -moz-box-shadow: 0 2px 2px -2px #0e1119;
  box-shadow: 0 2px 2px -2px #0e1119;
  position: relative;
}
.tableColored td:first-child i {
  position: absolute;
  left: 2rem;
  top: 0;
  bottom: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 2rem;
}
.tableColored td,
.tableColored th {
  padding: 1.5rem 4rem;
  color: #fff;
  line-height: 2rem;
}
.tableColored tr td:first-child {
  padding-left: 6rem;
  text-align: left;
}
/* Background-color of the odd rows */
.tableColored tr:nth-child(odd) {
  background-color: #323c50;
}
/* Background-color of the even rows */
.tableColored tr:nth-child(even) {
  background-color: #2c3446;
}
.tableColored th {
  background-color: #1f2739;
}
.tableColored td:first-child {
  color: #fff;
}
.tableColored tr:hover {
  background-color: #464a52;
  -webkit-box-shadow: 0 6px 6px -6px #0e1119;
  -moz-box-shadow: 0 6px 6px -6px #0e1119;
  box-shadow: 0 6px 6px -6px #0e1119;
}
.tableColored td:hover {
  background: linear-gradient(45deg, #13649f, #0da53c);
  color: #fff;
  box-shadow: #7f7c21 -1px 1px, #7f7c21 -2px 2px, #7f7c21 -3px 3px,
    #7f7c21 -4px 4px, #7f7c21 -5px 5px, #7f7c21 -6px 6px;
  transition-delay: 0s;
  transition-duration: 0.4s;
  transition-property: all;
  transition-timing-function: line;
}
.tableColored .tableCheckOut {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  display: flex;
  justify-content: center;
  align-items: center;
}
.tableColored .tableCheck {
  display: block;
  width: 2rem;
  height: 2rem;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url("/images/on.png");
}
/* */
.dropdown i {
  font-size: 10px;
  position: relative;
  top: -2px;
}
.rev_slider .tp-mask-wrap :last-child {
  object-fit: contain;
  background: transparent;
}
.dvPopup {
  display: none;
}

/*--------------------------------------------------------------
# Contact
--------------------------------------------------------------*/
.section_contact {
  background: url("/images/stars-bg.png") center center no-repeat
    var(--main-color);
  padding: 10rem;
}
.section_contact .section-title h1 {
  color: var(--side-color-fore);
}
.section_contact .section-title h2 {
  color: var(--side-color-fore);
}
.section_contact .info {
  width: 100%;
  background: #fff;
}
.section_contact .info i {
  font-size: 20px;
  float: left;
  width: 44px;
  height: 44px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50px;
  transition: all 0.3s ease-in-out;
  background-color: var(--side-color);
  color: var(--side-color-fore);
}
.section_contact .info h4 {
  padding: 0 0 0 60px;
  font-size: 22px;
  font-weight: 600;
  margin-bottom: 5px;
}
.section_contact .info p {
  padding: 0 0 0 60px;
  margin-bottom: 0;
  font-size: 14px;
  color: #555974;
}
.section_contact .info .email,
.section_contact .info .phone {
  margin-top: 40px;
}
.section_contact .info .email:hover i,
.section_contact .info .address:hover i,
.section_contact .info .phone:hover i {
  background-color: var(--tert-color);
  color: var(--tert-color-fore);
}
.section_contact .php-email-form {
  width: 100%;
  background: #fff;
}
.section_contact .php-email-form .form-group {
  padding-bottom: 8px;
}
.section_contact .php-email-form .error-message {
  display: none;
  color: #fff;
  background: #ed3c0d;
  text-align: left;
  padding: 15px;
  font-weight: 600;
}
.section_contact .php-email-form .error-message br + br {
  margin-top: 25px;
}

.section_contact .php-email-form .sent-message {
  display: none;
  color: #fff;
  background: #18d26e;
  text-align: center;
  padding: 15px;
  font-weight: 600;
}

.section_contact .php-email-form .loading {
  display: none;
  background: #fff;
  text-align: center;
  padding: 15px;
}

.section_contact .php-email-form .loading:before {
  content: "";
  display: inline-block;
  border-radius: 50%;
  width: 24px;
  height: 24px;
  margin: 0 10px -6px 0;
  border: 3px solid #18d26e;
  border-top-color: #eee;
  -webkit-animation: animate-loading 1s linear infinite;
  animation: animate-loading 1s linear infinite;
}

.section_contact .php-email-form input,
.section_contact .php-email-form textarea {
  border-radius: 0;
  box-shadow: none;
  font-size: 14px;
}

.section_contact .php-email-form input {
  height: 44px;
}

.section_contact .php-email-form textarea {
  padding: 10px 12px;
}

.section_contact .php-email-form button[type="submit"] {
  background: #03c5ef;
  border: 0;
  padding: 10px 24px;
  color: #fff;
  transition: 0.4s;
  border-radius: 50px;
}

.section_contact .php-email-form button[type="submit"]:hover {
  background: #06b4da;
}

@-webkit-keyframes animate-loading {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

@keyframes animate-loading {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}
.d-none {
  display: none;
}
.forminValid {
  border-left: 3px solid rgba(255, 0, 0, 0.5) !important;
}
.section_sponsor {
  background-color: rgba(var(--tert-color-rgb), 0.9);
  padding-top: 8rem;
}
.section_sponsor .section-title h1 {
  color: #fff;
}
.section_sponsor .section-title h2 {
  color: #fff;
}
.section_sponsor .section-slider {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  align-items: center;
  background-color: rgba(var(--tert-color-rgb), 1);
}
.section_sponsor .section-slider .section-slide {
  width: 20rem;
  margin: 4rem;
}

.kayitEventigizer {
  background-image: url("/images/eventigizer.png");
  background-position: 0 0;
  background-size: cover;
  height: 24px;
  width: 80px;
}
.kayitEventigizer:hover {
  background-position: 0 24px;
}
.kayitEvronas {
  background-image: url("/images/evronas.png");
  background-position: 0 0;
  background-size: cover;
  height: 47px;
  width: 80px;
}
.kayitEvronas:hover {
  background-position: 0 47px;
}
.footer-main .social-media {
  list-style: none;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  margin: 0;
}
.footer-main .social-media li a {
  padding: 1rem;
  color: #fff;
  font-size: 3rem;
	text-decoration:none;
}

.yerIcerik {
  width: 100%;
  min-height: 45rem;
}
.yerIcerik iframe {
  width: 1px;
  min-width: 100%;
  min-height: 45rem;
}
.section_gallery {
  padding: 0;
}
#gallery .galleryText {
  display: flex;
}
#gallery .galleryText .container {
  z-index: 55;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}
.navbar-nav .menuItem {
  display: none;
}
.navbar-nav .menuItemSecili {
  display: none !important;
}
ul {
  margin-left: 2rem;
}
.whyOut {
  position: relative;
  background-color: #000;
}
.whyOut img {
  opacity: 0.5;
}
.whyOut:hover img {
  opacity: 0.2;
}
.whyIn {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: rgba(var(--main-color-rgb), 0.3);
}
.whyIn h3 {
  color: var(--main-color-fore);
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: 700;
  padding: 1rem 2rem 1rem 2rem;
  margin-left: 6rem;
  border-left: 3px solid var(--main-color);
}
#overview {
  position: relative;
}
.overviewIn {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 2rem;
}
.overviewIn .section-yazi,
.overviewIn h1,
.overviewIn h2 {
  text-align: center;
}
@media (max-width: 991px) {
  .overviewIn {
    position: relative;
  }
}
@media (min-width: 992px) {
  .overviewIn .section-yazi,
  .overviewIn h1,
  .overviewIn h2 {
    color: #ffffff;
  }
}
#bannerIn {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 2rem;
}
.slick-track {
  display: flex !important;
}

.slick-slide {
  height: auto;

  .slick-slide > div {
    height: 100%;

    .myItemClass {
      height: 100%;
    }
  }
}
.slick-prev {
  left: 0px;
}
.slick-next {
  right: 0px;
}
.slick-prev:before,
.slick-next:before {
  font-family: "fontawesome";
  font-size: 30px;
  line-height: 1;
  color: #fff;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.slick-prev:before {
  content: "\f137";
  color: white;
}
.slick-next:before {
  content: "\f138";
  color: white;
}
.slick-dots {
  position: absolute;
  bottom: 25px;
  display: block;
  width: 100%;
  padding: 0;
  margin: 0;
  list-style: none;
  text-align: center;
}
.slick-dots li {
  display: inline-block;
  margin: 0 4px;
}
.slick-dots li button {
  font-size: 0;
  width: 12px;
  height: 6px;
  padding: 0px;
  cursor: pointer;
  border: 0;
  outline: none;
  border-radius: 100px;
  -webkit-border-radius: 100px;
  -moz-border-radius: 100px;
  background-color: white;
}
.slick-dots li.slick-active button {
  width: 40px;
  border-radius: 100px;
  -webkit-border-radius: 100px;
  -moz-border-radius: 100px;
  height: 6px;
  background-color: #269ad1!important;
}

.sponsorSlider {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
  align-items: stretch;
  width: 100%;
}
.sponsorSlide {
  width: 17.5rem !important;
  padding: 1rem;
  margin: 1rem;
  display: flex !important;
  justify-content: center;
  align-items: center;
  height: 10rem;
}
.sponsorSlide img {
  max-height: 100%;
  max-width: 100%;
}
.sponsorSlider .slick-prev,
.sponsorSlider .slick-next {
  background-color: transparent;
}
.sponsorSlider .slick-prev::before,
.sponsorSlider .slick-next::before {
  color: var(--side-color);
}
.sponsorSlider .slick-dots li button {
  background-color: var(--side-color);
}
.dvYazi .dvRenk {
  font-size: 1.6rem;
  display: inline-block;
  font-weight: bold;
  color: var(--side-color);
  font-family: Comfortaa, Calibri, sans-serif;
}
.dvYazi ul {
  margin-bottom: 2rem;
}
.dvYazi li {
  margin-top: 1rem !important;
}
.dvYazi li strong {
  color: var(--main-color);
  font-size: 1.8rem;
}
.dvYazi li li strong {
  color: var(--tert-color);
  font-size: 1.6rem;
}
.dvYazi .fa-li {
  color: var(--main-color);
}
.section_Expect .section-yazi,
.section_Conference .section-yazi {
  font-size: 2rem;
}
.dvVideoDis {
  position: relative;
}

.dvVideoButton {
  width: 100px;
  height: 100px;
  margin-left: auto;
  margin-right: auto;
  cursor: pointer;
  background-color: var(--side-color);
  border-radius: 100px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  position: absolute;
  line-height: 100px;
  top: 50%;
  left: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
}
.dvVideoButton:hover {
  -webkit-transform: translateX(-50%) translateY(-50%) scale(1.1);
  transform: translateX(-50%) translateY(-50%) scale(1.1);
}
.dvVideoButton:before {
  content: "";
  border: 3px solid;
  border-color: var(--main-color);
  width: 100px;
  height: 100px;
  border-radius: 50%;
  position: absolute;
  left: 0;
  top: 0;
  opacity: 1;
  -webkit-animation: 1s it-zoom linear infinite;
  animation: 1s it-zoom linear infinite;
}
.dvVideoButton:after {
  content: "";
  border: 1px solid;
  border-color: var(--side-color);
  width: 100px;
  height: 100px;
  border-radius: 50%;
  position: absolute;
  left: 0;
  top: 0;
  opacity: 1;
  -webkit-animation: 1s it-zoom linear infinite;
  animation: 1s it-zoom linear infinite;
}
.dvVideoButton:before {
  -webkit-animation-delay: 0.5s;
  animation-delay: 0.5s;
}
.dvVideoButton i {
  line-height: inherit;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
  text-align: center;
  color: #fff;
  font-size: 60px;
}
.dvPriceGone {
  position: relative;
  display: none !important;
}
.dvPrice {
  display: block;
  color: #fdfd96;
}
.dvPriceGone::after {
  content: "";
  background-color: #ff6961;
  position: absolute;
  bottom: 1rem;
  left: -0.5rem;
  right: -0.5rem;
  height: 1px;
  display: inline-block;
}
.popUpResim {
  max-height: 50vh;
  max-width: 100%;
  width: auto !important;
  height: auto !important;
}
.popUpAd {
  text-align: center;
  color: #fff;
  font-size: 2rem;
  padding: 1rem;
  max-width: 100%;
}
.popUpBaslik {
  text-align: center;
  color: #fff;
  font-size: 1.7rem;
  padding: 1rem;
  max-width: 100%;
}
.popUpYazi {
  text-align: center;
  color: #fff;
  font-size: 1.5rem;
  padding: 1rem;
  max-width: 100%;
}
nav.navbar.bootsnav li.dropdown ul.dropdown-menu > li > a:after {
  display: none;
}
.dropdown-toggle::after {
  border: none !important;
  font: normal normal normal 14px/1 FontAwesome;
  content: "\f107" !important;
  vertical-align: 0;
  position: relative;
  left: 5px;
}
.banner-content-area {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  right: 0;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  text-align: center;
}
.banner-h2 {
  color: #fff;
  font-size: 7rem;
  font-weight: bold;
  margin-bottom: 5rem;
}
.banner-p {
  color: #fff;
  font-size: 4rem;
  font-weight: bold;
}
.btn {
  position: relative;
  display: inline-block;
  padding: 15px 30px;
  color: #fff;
  font-size: 1.5rem;
  letter-spacing: 2px;
  border-radius: 5px;
  outline: none;
  border: none;
  cursor: pointer;
  text-transform: uppercase;
  box-sizing: border-box;
  background:#ff4141;	
  -webkit-mask-image: linear-gradient(135deg, rgba(0, 0, 0, 0.6) 30%, green 60%, rgba(0, 0, 0, 0.6) 70%);
  -webkit-mask-size: 200%;
  animation: shine 2s infinite;
}

.btn--hoverEffect2 {
  width: 25%;
  display: inline-block;
  z-index: 1;
  color: #fff;
}
.btn--hoverEffect2:hover {
  color: #59a2dc;
}
.btn--hoverEffect2::before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  right: 50%;
  bottom: 0;
  opacity: 0;
  transition: 0.5s all ease;
  box-sizing: border-box;
}
.btn--hoverEffect2:hover::before {
  border-radius: 4px;
  transition: 0.5s all ease;
  left: 0;
  right: 0;
  background: linear-gradient(90deg, #fff, #fff);
  opacity: 1;
  z-index: -1;
}
.banner-btn-area .row {
  display: flex;
  width: 100%;
  position: relative;
  margin: auto;
}
.banner-btn-area .col-md-4 {
}
.banner-p {
  margin-bottom: 5rem;
}

.swiper {
  width: 100%;
  padding-top: 50px;
  padding-bottom: 50px;
	position:relative;
}
.swiper .swiper-slide {
  position: relative;
  width: 300px;
  height: 370px;
  transition: all 0.8s cubic-bezier(0.25, 0.4, 0.45, 1.4);
  border-radius: 15px;
  overflow: hidden;
  transition: 0.4s all ease-in-out;
}
.swiper .swiper-slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.swiper .swiper-slide .info {
  width: 100%;
  position: absolute;
  bottom: 0;
  z-index: 10;
  padding: 15px;
  background-color: #0000007a;
  transition: 0.4s all ease-in-out;
}
span.type {
  color: #fff;
  bottom: 0;
  display: block;
  transition: 0.4s all ease-in-out;
  position: absolute;
  height: 0;
}
.swiper .swiper-slide:hover span.type {
  position: relative;
  transition: 0.4s all ease-in-out;
}
.swiper .swiper-slide:hover .info {
  height: 100%;
  top: 0;
  transform: translateY(-50%);
  position: relative;
  transition: 0.4s all ease-in-out;
}
.swiper .swiper-slide .info h4 {
  padding-bottom: 10px;
  color: #fff;
  transition: 0.4s all ease-in-out;
  font-weight: 600;
  font-size: 2rem;
  letter-spacing: 1px;
}
.swiper .swiper-button-prev,
.swiper .swiper-button-next {
  top: 50%;
  width: 40px;
  height: 40px;
  background: #141f2c;
  border-radius: 50%;
  color: #fff;
  margin-top: 0 !important;
  font-weight: 700;
  outline: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 2rem;
  transform: translateY(-50%);
  transition: background-color 0.2s ease, color 0.2s ease;
}
.swiper .swiper-button-prev::after {
  font-family: fontawesome;
  content: "\f053";
}
.swiper .swiper-button-next::after {
  font-family: fontawesome;
  content: "\f054";
}
.swiper .swiper-button-prev:after {
  position: relative;
}
.swiper .swiper-button-next:after {
  position: relative;
}
.swiper .swiper-button-prev,
.swiper .swiper-container-rtl .swiper-button-next {
  left: 0px;
  right: auto;
}
.swiper .swiper-button-next,
.swiper .swiper-container-rtl .swiper-button-prev {
  right: 0px;
  left: auto;
}
.swiper .swiper-button-next:hover {
  background-color: #365c85;
  color: #fff;
}
.swiper .swiper-button-prev:hover {
  background-color: #365c85;
  color: #fff;
}
.swiper .swiper-button-prev.swiper-button-disabled,
.swiper .swiper-button-next.swiper-button-disabled {
  opacity: 0;
  cursor: auto;
  pointer-events: none;
}

.projectFactsWrap {
  margin-top: 30px;
  margin-bottom: 30px;
  flex-direction: row;
  flex-wrap: wrap;
}

#projectFacts .fullWidth {
  padding: 0;
}
.w-25 {
  width: 25%;
}
.projectFactsWrap .item {
  height: 100%;
  text-align: center;
}

.projectFactsWrap .item:nth-child(1) {
}

.projectFactsWrap .item p.number {
  font-size: 4rem;
  padding: 0;
  font-weight: bold;
}

.projectFactsWrap .item p {
  font-size: 3rem;
  font-weight: bold;
  text-transform: uppercase;
  color: #fff;
  margin: 10px 0;
  padding: 10px;
}
.eski-pag {
  width: 100%;
  display: block;
  position: relative;
  top: -250px;
}

.projectFactsWrap .item span {
  width: 60px;
  background: #fff;
  height: 2px;
  display: block;
  margin: 0 auto;
}

.projectFactsWrap .item i {
  vertical-align: middle;
  font-size: 50px;
  color: #fff;
}

.projectFactsWrap .item:hover i,
.projectFactsWrap .item:hover p {
  color: white;
}

.projectFactsWrap .item:hover span {
  background: white;
}

@media (max-width: 786px) {
  .projectFactsWrap .item {
    flex: 0 0 50%;
  }
}
.trans {
  opacity: 1;
  -webkit-transform: translateX(0px);
  transform: translateX(0px);
  -webkit-transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  transition: all 500ms ease;
}

.projectFactsWrap .item p.number:after {
  content: "+";
  margin-left: 10px;
  position: relative;
}
.projectFactsWrap #number1:after {
  display: none;
}
.countup {
  border-radius: 10px;
  background: linear-gradient(180deg, #429bcb, #239755);
  margin: 50px 0;
}
.projectFactsWrap {
  border-right: 1px solid #ebebeb;
}
.swiper .swiper-slide .old-2024:first-child {
  display: none;
}
.img-area-2024 {
  position: relative;
  margin: 4rem 0;
}
.img-yazi-2024 {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  margin-left: auto;
  margin-right: auto;
  transform: translateY(-50%);
  color: #fff;
  font-weight: bold;
  text-align: center;
  font-size: 7rem;
  line-height: 1.5;
  z-index: 3;
}
.overlay {
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 2;
  background-color: #00000026;
  border-radius: 10px;
}
.testimonial-text {
  margin-left: 5px;
}
.testimonial-text:before {
  content: "\f10d";
  top: 3px;
  left: -5px;
  font-family: fontawesome;
  position: relative;
  font-size: 3rem;
  color: #449ccc;
}
.br-10 {
  border-radius: 10px;
}
.sponsors-area {
  display: flex;
  align-items: center;
  margin-bottom: 4rem;
  margin-top: 4rem;
  justify-content: center;
}
.sponsor-img {
  min-height: 100px;
  border-radius: 10px;
  border: 1px solid #ebebeb;
  margin: 0 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  filter: grayscale(1);
  transition: 0.4s all ease-in-out;
  cursor: pointer;
}
.sponsor-img:hover {
  filter: none;
}

.responsive th {
  font-weight: bold;
  color: black;
}
.responsive td:first-child {
  text-align: left !important;
}
.responsive th,
.responsive td {
  text-align: center;
  padding: 10px;
}
th.first-th {
  background-color: transparent !important;
}
tr {
  border-bottom: 1px solid #ebebeb;
}

#wrapper {
  width: 100%;
}
@media screen and (min-width: 1024px) {
  #wrapper {
    width: 100%;
    margin: 0 auto;
  }
}
#wrapper #pricing-tables {
  display: flex;
  margin-top: 10rem !important;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
}
@media screen and (min-width: 1024px) {
  #wrapper #pricing-tables {
    flex-direction: row;
  }
}
#wrapper #pricing-tables .pricing-table .header .title:first-child {
  background: transparent;
}
#wrapper #pricing-tables .pricing-table {
  max-width: 300px;
  width: 100%;
  border: 1px solid #ebebeb;
  margin: 15px 0;
}
@media screen and (min-width: 1024px) {
  #wrapper #pricing-tables .pricing-table {
    margin: 0 5px;
  }
}
#wrapper #pricing-tables .pricing-table .header .title {
  text-align: center;
  text-transform: uppercase;
  padding: 15px 0;
  background: #e4e4e4;
  color: #000;
  font-size: 16x;
}
#wrapper #pricing-tables .pricing-table .header .price {
  text-align: center;
  text-transform: uppercase;
  padding: 15px 0;
  color: #000;
  font-size: 28px;
  font-weight: 300;
}
#wrapper #pricing-tables .pricing-table .header .price span {
  font-size: 14px;
  vertical-align: super;
}
#wrapper #pricing-tables .pricing-table .features ul {
  list-style: none;
  margin: 0;
}
#wrapper #pricing-tables .pricing-table:first-child {
  background: white !important;
}
.second-price {
  background: #0f122a !important;
  border: 1px solid #0f122a;
  border-radius: 5px;
}
.second-price .signup a {
  background: #fff !important;
  color: #0f122a !important;
}
.four-price .signup a {
  background: #fff !important;
  color: #e5c05b !important;
  font-weight: bold;
}
.second-price .signup {
  background: #0f122a !important;
}
.second-price .price {
  color: #fff !important;
}
.second-price li {
  color: #fff;
}
.second-price span {
  color: #fff !important;
}
.four-price li {
  color: #000;
}
.four-price span {
  color: #fff !important;
}
.four-price {
  background: #e5c05b !important;
  border: 1px solid #f0d68c;
  border-radius: 5px;
}
#wrapper #pricing-tables .pricing-table .features ul li {
  padding: 15px 5px;
  text-align: center;
}
#wrapper #pricing-tables .pricing-table .features ul li span {
  color: #999;
}
#wrapper #pricing-tables .pricing-table .signup {
  width: 100%;
  display: flex;
  justify-content: center;
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
}
#wrapper #pricing-tables .pricing-table .features ul li:before {
  content: "✔";
  position: relative;
  margin-right: 10px;
}
#wrapper #pricing-tables .pricing-table .signup a {
  width: 70%;
  margin: 10px 0;
  padding: 8px 10px;
  text-align: center;
  text-decoration: none;
  border-radius: 5px;
  color: #fff;
  background: #449ccc;
  transition: all 0.2s ease;
}
#wrapper #pricing-tables .pricing-table .signup a:hover {
  color: #fff;
  background: #fc4445;
}
#wrapper #pricing-tables .pricing-table.featured .header .title {
  color: #fc4445;
}
#wrapper #pricing-tables .pricing-table.featured .signup a {
  background: #449ccc;
  color: #fff;
}
#wrapper #pricing-tables .pricing-table.featured .signup a:hover {
  color: #fc4445;
  background: #fff;
}

.price-table {
  margin-bottom: 4rem;
  width: 100%;
  border-collapse: collapse;
  border: 0 none;
  display: block;
  overflow: auto;
  max-width: 100%;
}
.price-table tr:not(:last-child) {
  border-bottom: 1px solid rgba(0, 0, 0, 0.03);
}
.price-table tr td {
  border: 1px solid #ebebeb;
  padding: 15px 24px;
  font-size: 14px;
}
.swiper-container-horizontal > .swiper-pagination-bullets {
  bottom: revert-layer !important;
}
.price-table tr td:not(:first-child) {
  text-align: center;
}
.price-table .fa-check {
  color: #5336ca;
  display: none;
}
.price-table .fa-times {
  color: #d8d6e3;
  display: none;
}

/**/

.price-table tr.price-table-head td {
  font-size: 1.5rem;
  font-weight: 600;
  color: #222;
  line-height: 1.2rem;
}
.price-table tr.price-table-head {
  background-color: #a18cba;
  color: #ffffff;
}
.price-table td.price {
  color: #f43f54;
  padding: 16px 24px;
  font-size: 20px;
  font-weight: 600;
  font-family: "Montserrat";
}
.price-table td.price a {
  background-color: #5336ca;
  color: #ffffff;
  padding: 12px 32px;
  margin-top: 16px;
  font-size: 12px;
  font-weight: 600;
  font-family: "Montserrat";
  text-transform: uppercase;
  display: inline-block;
  border-radius: 64px;
}
.price-table td.price-table-popular {
  font-family: "Montserrat";
  border-top: 3px solid #5336ca;
  color: #5336ca;
  text-transform: uppercase;
  font-size: 12px;
  padding: 12px 48px;
  font-weight: 700;
}
.price-table .price-blank {
  background-color: #fafafa;
  border: 0 none;
}

.price-table svg {
  width: 90px;
  fill: #5336ca;
}
#slideTestimonial {
  margin-bottom: 4rem;
}
.section_what:before {
	background-image:url(https://websitedemos.net/charity-04/wp-content/uploads/sites/106/2020/06/blob-bg-wide-2.svg);
	background-position: center center;
    background-repeat: no-repeat;
	filter: brightness(100%) contrast(100%) saturate(100%) blur(80px) hue-rotate(0deg);
}
.dvYazi {
  margin-bottom: 4rem;
}

.card-about {
  margin-top: 4rem;
  position: relative;
  width: 100%;
  height: 50rem;
  border-radius: 15px;
  overflow: hidden;
  filter: drop-shadow(10px 10px 20px rgba(0, 0, 0, 0.25));
  background-repeat: no-repeat;
  background-size: cover;
}
.card-about img {
  object-fit: cover;
  height: 100%;
  width: 100%;
}
.content .btn--hoverEffect2 {
  margin-top: 2.5rem;
  width: 100%;
}
.content .btn--hoverEffect2 a {
  color: #fff;
}
.content .btn--hoverEffect2:hover a {
  color: #59a2dc;
}
.card-about::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(
    180deg,
    rgba(255, 255, 255, 0) 0%,
    rgba(0, 0, 0, 0.408) 62.83%,
    rgba(0, 0, 0, 0.8) 99.99%
  );
  background-blend-mode: darken, normal;
}

.card-about > .content {
  color: white;
  position: absolute;
  top: 100%;
  min-height: 200px;
  left: 4.77%;
  right: 4.77%;
  z-index: 2;
  transition: top 450ms ease-out;
  text-align: center;
}

.card-about > .content > h1 {
  font-size: 5rem;
  color: #fff;
  letter-spacing: 1px;
  font-weight: 400;
  text-align: center;
  position: absolute;
  left: 0;
  right: 0;
  top: -70%;
}

.card-about > .content > p {
  margin-bottom: 2rem;
  color: #fff;
  font-weight: 200;
  font-size: 2rem;
}

.card-about:hover > .content {
  top: 50%;
}

.btn-card {
  background: #d0eeb0;
  transition: background 200ms ease;
}

.btn-card:hover {
  background: #bfed8e;
}
.imglist img {
  width: 30%;
  margin: 10px;
  border-radius: 10px;
}
#pricing-tables {
  display: none !important;
}

.accordion .accordion-item {
  position: relative;
}
.accordion button {
  position: relative;
  display: block;
  text-align: left;
  width: 100%;
  padding: 1em 0;
  font-weight: 400;
  border: none;
  background: none;
  outline: none;
}
.accordion button:hover,
.accordion button:focus {
  cursor: pointer;
  color: #03b5d2;
}
.accordion button:hover::after,
.accordion button:focus::after {
  cursor: pointer;
  color: #03b5d2;
  border: 1px solid #03b5d2;
}
.accordion button .accordion-title {
  padding: 1em 1.5em 1em 0;
}
.accordion button .icon {
  display: inline-block;
  position: absolute;
  top: 18px;
  right: 0;
  width: 22px;
  height: 22px;
  border: 1px solid;
  border-radius: 22px;
}
.accordion button .icon::before {
  display: block;
  position: absolute;
  content: "";
  top: 9px;
  left: 5px;
  width: 10px;
  height: 2px;
  background: currentColor;
}
.accordion button .icon::after {
  display: block;
  position: absolute;
  content: "";
  top: 5px;
  left: 9px;
  width: 2px;
  height: 10px;
  background: currentColor;
}
.accordion button[aria-expanded="true"] {
  color: #03b5d2;
}
.accordion button[aria-expanded="true"] + .accordion-content {
  opacity: 1;
  max-height: 100%;
  will-change: opacity, max-height;
  font-size: 1.8rem;
  font-weight: 300;
  padding: 2rem;
  border: 1px solid #03b5d2;
  border-radius: 0rem 0rem 1rem 1rem;
}
.accordion .accordion-content {
  opacity: 0;
  max-height: 0;
  overflow: hidden;
  will-change: opacity, max-height;
}
.accordion .accordion-content p {
  margin: 2em 0;
}
.accordion button:hover {
  padding-left: 10px;
  background: #449ccc;
  color: #fff;
}
.tp-parallax-wrap{
	top:35%!important;
	transform:translateY(-35%);
	left:10%!important;
}
.timeContainer {
  z-index: 2;
  height: 100%;
	background:transparent;
  display: flex;
  justify-content: end;
  align-items: center;
}
.timeContainer .wrapper {
  max-height: 400px;
  display: flex;
	justify-content:end;
}

.timeContainer .wrapper div {
	padding:0 2rem;
  	color: #ccc;
  	text-align: center;
	border-radius: 9999px;
	width:110px;
	height:110px;
    border: 1px solid #fff;
    margin: 0 1rem;
}

.timeContainer .wrapper div:first-child {
  color: white;
}

.timeContainer .wrapper div:nth-child(2) {
  color: white;
}

.timeContainer .wrapper div:nth-child(3) {
  color: #fff;
}

.timeContainer .wrapper div:last-child {
  color: #fff;
}

.timeContainer .wrapper div h2 {
	color:#fff;
  	font-size: 3.5rem;
	font-weight:bold;
	font-family: 'Plus Jakarta Sans';
}
.wrapper p{
	color:#fff;
	font-size:1rem;
	font-weight:bold;
}

.circleDiv {
  position: fixed;
  z-index: -1;
  top: calc(50% - 237px);
  left: calc(-50% + 474px);
  width: 474px;
  height: 474px;
  border-radius: 100%;
  border: 6px dashed #00a3d0;
  animation: rotatingCircle infinite linear 60s;
}

@keyframes rotatingCircle {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
.content h1 a {
  color: #fff;
}
.content a {
  color: #fff;
}
span.btn.btn--hoverEffect2 a {
  color: #fff;
}
span.btn.btn--hoverEffect2:hover a {
  color: #59a2dc;
}
.pricing-plans {
  gap: 32px;
  width: 100%;
  padding: 30px;
}
.pricing-plans .heading {
  margin-left: 5.5rem;
  margin-right: 5.5rem;
}
.pricing-card.basic {
  background: #cdb4db;
}
.pricing-card.standard {
  background: #cdb4db;
}
.pricing-card.standard2 {
  background: #c1d3fe;
}
.pricing-card.standard3 {
  background: #c1d3fe;
}
.pricing-card.premium {
  background: #cbbbc8;
}
.pricing-card {
  position: relative;
  padding: 32px;
  padding-bottom: 16px;
  border-radius: 50px;
  border: 1px solid #ebebeb;
  box-shadow: 0 0 32px transparent;
  text-align: center;
  margin-bottom: 2rem;
}
ul.features {
  list-style-type: none;
}
.pricing-card:hover {
  box-shadow: 0 0 25px #1717173b;
  transition: all 0.5s ease;
}

.pricing-card > *:not(:last-child) {
  margin-bottom: 1rem;
  list-style-type: none;
}
.pricing-card .heading h4 {
  padding-bottom: 12px;
  color: var(--col);
  font-weight: normal;
}

.pricing-card .heading p {
  color: #222;
  font-weight: 400;
  margin-bottom: 0 !important;
}

.pricing-card .price {
  position: relative;
  font-size: 60px;
  margin-bottom: 0 !important;
  font-weight: bold;
}

.pricing-card .price sub {
  position: absolute;
  bottom: 14px;
  color: #a3a3a3;
  font-weight: lighter;
}

.pricing-card .features li {
  color: #222;
  font-weight: 400;
  text-align: left;
}

.pricing-card .features li i,
.pricing-card .features li strong {
  color: #222;
  text-align: left;
  margin-right: 10px;
}

.pricing-card .features li strong {
  padding-left: 24px;
}
.pricing-card.basic:before {
  content: "Member";
  padding: 0.5rem;
  display: block;
  width: 10rem;
  height: 10rem;
  font-size: 1.2rem;
  background: #449ccc;
  color: #fff;
  position: absolute;
  left: -5%;
  top: -5%;
  border-radius: 50%;
  z-index: 3000000001;
  font-weight: bold;
  display: flex;
  align-items: center;
  justify-content: center;
}
.pricing-card.standard:before {
  content: "Non-member";
  padding: 0.5rem;
  display: block;
  width: 10rem;
  height: 10rem;
  font-size: 1.2rem;
  background: #7e6996;
  color: #fff;
  position: absolute;
  left: -5%;
  top: -5%;
  border-radius: 50%;
  z-index: 3000000001;
  font-weight: bold;
  display: flex;
  align-items: center;
  justify-content: center;
}
.pricing-card.standard2:before {
  content: "Member";
  padding: 0.5rem;
  display: block;
  width: 10rem;
  height: 10rem;
  font-size: 1.2rem;
  background: #449ccc;
  color: #fff;
  position: absolute;
  left: -5%;
  top: -5%;
  border-radius: 50%;
  z-index: 3000000001;
  font-weight: bold;
  display: flex;
  align-items: center;
  justify-content: center;
}
.pricing-card.standard3:before {
  content: "Non-member";
  padding: 0.5rem;
  display: block;
  width: 10rem;
  height: 10rem;
  font-size: 1.2rem;
  background: #7e6996;
  color: #fff;
  position: absolute;
  left: -5%;
  top: -5%;
  border-radius: 50%;
  z-index: 3000000001;
  font-weight: bold;
  display: flex;
  align-items: center;
  justify-content: center;
}
.pricing-card.premium:before {
  content: "Member";
  padding: 0.5rem;
  display: block;
  width: 10rem;
  height: 10rem;
  font-size: 1.2rem;
  background: #449ccc;
  color: #fff;
  position: absolute;
  left: -5%;
  top: -3%;
  border-radius: 50%;
  z-index: 3000000001;
  font-weight: bold;
  display: flex;
  align-items: center;
  justify-content: center;
}
.tr .pricing-card.basic:before {
  content: "Üyeler için";
}
.tr .pricing-card.standard:before {
  content: "Üye olmayanlar için";
}
.tr .pricing-card.standard2:before {
  content: "Üyeler için";
}
.tr .pricing-card.standard3:before {
  content: "Üye olmayanlar için";
}
.tr .pricing-card.premium:before {
  content: "Üyeler için";
}
.trFiyat .pricing-card.basic:before {
  content: "Üyeler için";
}
.trFiyat .pricing-card.standard:before {
  content: "Üye olmayanlar için";
}
.trFiyat .pricing-card.standard2:before {
  content: "Üyeler için";
}
.trFiyat .pricing-card.standard3:before {
  content: "Üye olmayanlar için";
}
.trFiyat .pricing-card.premium:before {
  content: "Üyeler için";
}
.son-table tr {
  background: #8dc7c1;
}
.son-table tr:nth-child(4) {
  background: #8dc7c1;
}
.fieldTrip {
  border: 1px solid var(--main-color);
  padding: 4rem;
  border-radius: 1rem;
}
.fieldTrip img {
  max-width: 100% !important;
}
@media screen and (max-width: 992px) {
	.copy-right{
		margin-bottom:0!important;
	}
  .fieldTrip {
    padding: 1rem;
  }
}
.location-time{
	display:flex;
	align-items:center;
	text-align:center;
}
.location-time i{
	margin-right:5px;
}
.line-abs{
	width: 1px;
    height: 12rem;
    background: #cfcfcf;
    position: absolute;
    left: 50%;
}
.count-banner{
	text-align: center;
    justify-content: center;
    display: flex;
    align-items: center;
	position:relative;
	left:1.5%;
}
.banner-down{
	width:80%;
	padding:3rem;
	background:linear-gradient(45deg, #141f2c, #365c85)!important;
	backdrop-filter:blur(25px);
	position:absolute;
	align-items:center;
	bottom:2%;
	border-radius:2rem;
	left:0;
	right:0;
	margin-left:auto;
	margin-right:auto;
	z-index:11;
	color:#fff;
	display:flex;
}
.location{
	color:#fff;
	font-family:Helvetica!important;
	font-weight:bold;
	letter-spacing:.2rem;
}
.time{
	color:#fff;
	font-family:Helvetica!important;
	font-weight:bold;
	letter-spacing:.2rem;
}
.yer{
	font-size:1.75rem;
	color:#fff;
	font-family:Helvetica!important;
	font-weight:bold;
}
.saat{
	font-size:1.75rem;
	color:#fff;
	font-family:Helvetica!important;
	font-weight:bold;
}
.forcefullwidth_wrapper_tp_banner{
	height:90vh!important;
}
.banner-span{
	border-radius:10px;
	font-size:10rem;
	color:#fff;
	font-family:Roboto!important;
	position:relative;
}
.banner-span-down{
	position: absolute;
    width: 67%;
    height: 1rem;
    left: 0;
    bottom: 39%;
}
#short-way{
	padding-top:15rem;
}#user-button {
  z-index: 1000;
  bottom: 1rem !important;
  right: 1rem !important;
  color: var(--user-button-text);
  transition: 1s 0s ease-out;
  -webkit-animation: slide 3s ease-out forwards;
          animation: slide 3s ease-out forwards;
}
@-webkit-keyframes slide {
  0%, 50% {
    opacity: 0;
    display: block !important;
  }
  100% {
    opacity: 1;
    display: block !important;
  }
}
@keyframes slide {
  0%, 50% {
    opacity: 0;
    display: block !important;
  }
  100% {
    opacity: 1;
    display: block !important;
  }
}
#user-button .u-card {
  border-radius: 100%;
  box-shadow: 0 0 1rem -0.25rem var(--user-button-shadow), inset 0 0 1rem -0.75rem var(--user-button-shadow);
}
#user-button .u-main {
  cursor: pointer;
  --user-button-background:var(--user-button-main, #EC87C0);
}
#user-button .u-main img {
  height: 100%;
  width: 100%;
}
#user-button .u-main iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 4rem;
  height: 4rem;
  opacity: 1;
  transition: 0s 4s;
}
#user-button .u-icons {
  position: relative;
  z-index: 950;
  transform: translate(-50%, -50%);
  background: var(--user-button-circle);
  box-shadow: 0 0 0 0.125rem var(--user-button-cardborder);
  border-radius: 100%;
  transition: 0.25s;
  opacity: 1 !important;
  -webkit-backdrop-filter: blur(10px);
          backdrop-filter: blur(10px);
  /*&:before {
     z-index:-1;
     position:absolute;
     top:0; right:0; bottom:0; left:0;
     content:'';

     backdrop-filter: blur(10px);
  }*/
}
#user-button .u-icons a {
  color: inherit;
  display: grid;
  place-items: center;
  width: 30px;
  height: 30px;
  text-decoration: none;
}
#user-button .u-icons a div {
  padding: 0.5rem;
  transition: 0s;
}
#user-button .u-icons a[href="https://twitter.com/zed_dash"] {
  position: relative;
}
#user-button .u-icons a[href="https://twitter.com/zed_dash"]:before {
  content: "Middle Click";
  position: absolute;
  top: -1.5rem;
  left: 50%;
  font-family: "Segoe UI", Tahoma, Geneva, Verdana, sans-serif;
  white-space: pre;
  transform: translateX(-50%);
  opacity: 0;
  pointer-events: none;
  transition: 0.25s ease-in;
  background: #fffc;
  padding: 0.25rem 0.5rem;
  border-radius: 0.25rem;
}
#user-button .u-icons a[href="https://twitter.com/zed_dash"].show:before {
  opacity: 1;
  transition: 0.25s ease-out;
}
#user-button .u-icons a[href="https://twitter.com/zed_dash"] div {
  color: #1da1f2;
}
#user-button .u-icons a[href="https://codepen.io/z-"] div {
  background: black;
  color: white;
}
#user-button .u-icons a.u-random div {
  position: relative;
  top: -1px;
  -webkit-animation: diespin 2s linear infinite;
          animation: diespin 2s linear infinite;
}
@-webkit-keyframes diespin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@keyframes diespin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
#user-button .u-icons a.u-random:not(:hover) div {
  -webkit-animation-play-state: paused;
          animation-play-state: paused;
}
#user-button .u-icons > * {
  position: absolute;
  width: 30px;
  height: 30px;
  background: var(--singlecolour);
  border-radius: 100%;
  cursor: pointer;
  transform: translate(-50%, -50%);
  transition: 0.25s -0.05s;
}
#user-button .u-icons > *:before {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
#user-button .u-icons > *:hover, #user-button .u-icons > *:focus-within {
  background: var(--hcolour);
}
#user-button .u-icons > *:first-child:nth-last-child(1):nth-child(1), #user-button .u-icons > *:first-child:nth-last-child(1) ~ *:nth-child(1) {
  left: 25%;
  top: 25%;
}
#user-button .u-icons > *:first-child:nth-last-child(2):nth-child(1), #user-button .u-icons > *:first-child:nth-last-child(2) ~ *:nth-child(1) {
  left: 37.5%;
  top: 18.75%;
}
#user-button .u-icons > *:first-child:nth-last-child(2):nth-child(2), #user-button .u-icons > *:first-child:nth-last-child(2) ~ *:nth-child(2) {
  left: 18.75%;
  top: 37.5%;
}
#user-button .u-icons > *:first-child:nth-last-child(3):nth-child(1), #user-button .u-icons > *:first-child:nth-last-child(3) ~ *:nth-child(1) {
  left: 50%;
  top: 15.625%;
}
#user-button .u-icons > *:first-child:nth-last-child(3):nth-child(2), #user-button .u-icons > *:first-child:nth-last-child(3) ~ *:nth-child(2) {
  left: 25%;
  top: 25%;
}
#user-button .u-icons > *:first-child:nth-last-child(3):nth-child(3), #user-button .u-icons > *:first-child:nth-last-child(3) ~ *:nth-child(3) {
  left: 15.625%;
  top: 50%;
}
#user-button .u-icons > *:first-child:nth-last-child(4):nth-child(1), #user-button .u-icons > *:first-child:nth-last-child(4) ~ *:nth-child(1) {
  left: 62.5%;
  top: 18.75%;
}
#user-button .u-icons > *:first-child:nth-last-child(4):nth-child(2), #user-button .u-icons > *:first-child:nth-last-child(4) ~ *:nth-child(2) {
  left: 37.5%;
  top: 18.75%;
}
#user-button .u-icons > *:first-child:nth-last-child(4):nth-child(3), #user-button .u-icons > *:first-child:nth-last-child(4) ~ *:nth-child(3) {
  left: 18.75%;
  top: 37.5%;
}
#user-button .u-icons > *:first-child:nth-last-child(4):nth-child(4), #user-button .u-icons > *:first-child:nth-last-child(4) ~ *:nth-child(4) {
  left: 18.75%;
  top: 62.5%;
}
#user-button:hover .u-icons, #user-button:focus-within .u-icons {
  width: 300% !important;
  height: 300% !important;
}

.options {
  display: flex;
  flex-direction: row;
  align-items: stretch;
  overflow: hidden;
	width:100%;
	margin-top:3rem;
  height: 400px;
}
@media screen and (max-width: 718px) {
  .options {
    min-width: 100%;
  }
  .options .option:nth-child(5) {
  }
}
@media screen and (max-width: 638px) {
  .options {
    min-width: 100%;
  }
  .options .option:nth-child(4) {
  }
}
@media screen and (max-width: 558px) {
  .options {
    min-width: 100%;
  }
  .options .option:nth-child(3) {
  }
}
@media screen and (max-width: 478px) {
  .options {
	  flex-direction:column;
    min-width: 100%;
  }
	.options .option:not(.active){
		margin:1rem 0!important;
	}
	.options .option .label .info .main{
		text-align:left;
	}
	.options .option.active .label{
		bottom:25%!important;
	}
	.options .option .shadow{
		height:100%!important;
	}
  .options .option:nth-child(2) {
  }
}
.options .option {
  position: relative;
  overflow: hidden;
  min-width: 60px;
  background: var(--optionBackground, var(--defaultBackground, #E6E9ED));
  background-size: auto 120%;
  background-position: center;
  cursor: pointer;
  transition: 0.5s cubic-bezier(0.05, 0.61, 0.41, 0.95);
}
.options .option:nth-child(1) {
  --defaultBackground:#ED5565;
}
.options .option:nth-child(2) {
  --defaultBackground:#FC6E51;
}
.options .option:nth-child(3) {
  --defaultBackground:#FFCE54;
}
.options .option:nth-child(4) {
  --defaultBackground:#2ECC71;
}
.options .option:nth-child(5) {
  --defaultBackground:#5D9CEC;
}
.options .option:nth-child(6) {
  --defaultBackground:#AC92EC;
}
.options .option.active {
  flex-grow: 2;
  transform: scale(1);
  margin: 0px;
  border-radius: 1rem;
  background-size: auto 100%;
}
.options .option.active .shadow {
  box-shadow: inset 0 -120px 120px -120px black, inset 0 -120px 120px -100px black;
}
.options .option.active .label {
  bottom: 10%;
  left: 20px;
}
.options .option.active .label .info > div {
  left: 0px;
  opacity: 1;
}
.options .option:not(.active) {
  flex-grow: 1;
  border-radius: 1rem;
	margin:0 1rem;
}
.timeContainer .wrapper div {
  display: flex;
  flex-direction: column;
	border:none;
  justify-content: center;
  align-items: center;
  position: relative; /* Needed for pseudo-elements or absolute positioning */
  overflow: hidden; /* Important to clip the conic gradient */
  background: conic-gradient(
    #4CAF50 0%, /* Green progress color */
    transparent 0% /* Transparent for the rest */
  );
  transition: background 0.5s linear; /* Smooth transition for the progress */
}

.timeContainer .wrapper div::before {
  content: '';
  position: absolute;
  top: 5px; /* Adjust to create a gap between border and inner content */
  left: 5px; /* Adjust to create a gap between border and inner content */
  right: 5px; /* Adjust to create a gap between border and inner content */
  bottom: 5px; /* Adjust to create a gap between border and inner content */
  background:linear-gradient(45deg, #10122e, transparent); /* Darker background for the inner circle */
  border-radius: 50%;
  z-index: 1; /* Ensure it's above the conic gradient but below the text */
}

/* Ensure text is on top */
.timeContainer .wrapper div h2,
.timeContainer .wrapper div p {
  position: relative;
  z-index: 2;
  color: #fff; /* Or your preferred text color */
}
.options .option:not(.active) .shadow {
  bottom: -40px;
  box-shadow: inset 0 -120px 0px -120px black, inset 0 -120px 0px -100px black;
}
.options .option:not(.active) .label {
  bottom: 10%;
  left: 20px;
}
.options .option:not(.active) .label .info > div {
  left: 20px;
  opacity: 0;
}
.options .option .shadow {
  position: absolute;
  bottom: 0px;
  left: 0px;
  right: 0px;
  height: 100%;
  transition: 0.5s cubic-bezier(0.05, 0.61, 0.41, 0.95);
}
.options .option .label {
  display: flex;
  position: absolute;
  right: 0px;
  height: 40px;
	align-items:center;
}
.options .option .label .icon {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  min-width: 40px;
  max-width: 40px;
	font-size:2rem;
  height: 40px;
  border-radius: 100%;
  background-color: #fff;
  color: #141f2c;
}
.options .option .label .info {
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin-left: 10px;
	align-items:baseline;
  color: white;
  white-space: pre;
}
.options .option .label .info > div {
  position: relative;
}
.options .option .label .info .main {
  font-weight: bold;
  font-size: 2rem;
}
.options .option .label .info .sub {
	white-space:break-spaces;
	text-align:left;
	line-height:1.4;
}
.count-area{
	display: flex;
    align-items: center;
    justify-content: space-around;
	text-align:center;
}
.count-one{
	width:100%;
	border-right: 2px solid #D9D9D9;
}
.count-two{
	width:100%;
	border-right: 2px solid #D9D9D9;
}
.count-three{
	width:100%;
	border-right: 2px solid #D9D9D9;
}
.count-four{
	width:100%;
}
.counter-box{
	width:100%;
	font-size:7rem;
	color:#223645;
	font-weight:bold;
}
.counter-box:nth-child(2){
	border-right:none;
}
.counter-box:after{
	content: "+";
    font-size: 3rem;
    margin-left: .5rem;
}
.count-h{
	color: #223645;
    font-weight: bold;
    font-size: 2rem;
}
h1.title{
	text-align:center;
	margin-bottom:5rem!important;
	text-transform:uppercase;
	font-weight:bold;
	color:#223645;
	line-height:1.2;
	position:relative;
	font-size:7.5rem;
}
.progress-bar {
  width: 100%;
  height: 6px;
  background: #e0e0e0;
  border-radius: 3px;
  overflow: hidden;
  margin-top: 5px;
}

.progress-fill {
  height: 100%;
  background-color: #3498db;
  width: 0%;
  transition: width 0.5s ease;
}
.symposium-span{
	font-size:6rem;
	font-weight:bold;
	color:#ff4141;
}
@media screen and (max-width:1440px) and (min-width:767px){
	.karsilama-area1{
		margin-bottom:0rem!important;
	}
	h1.title{
		font-size:5rem!important;
	}
	nav.navbar.bootsnav.menu-center ul.nav.navbar-center{
		padding-left:20rem;
	}
	nav.navbar.bootsnav ul.nav > li > a{
		font-size:12px!important;
	}
	.container{
		width:95%!important;
	}
	.karsilama-area .title{
		margin:5rem 0!important;
	}
	.testimonial-block .inner-box{
		padding:2rem!important;
	}
	.banner-down{
		padding:1rem!important;
	}
	.hero-text-wrap h1{
		font-size:6rem!important;
	}
	.banner-span{
		font-size:6rem!important;
	}
	.timeContainer{
		justify-content:center;
	}
	.timeContainer .wrapper{
		display: grid;
    	grid-template-columns: 1fr 1fr;
	}
	.timeContainer .wrapper div{
		width:90px;
		height:90px;
	}
}

.testimonial-section {
  position: relative;
  overflow: hidden;
}
.testimonial-section:before {
  position: absolute;
  left: -200px;
  top: 22%;
  background-image: url(http://t.commonsupport.com/adro/images/icons/ring-circle.png);
  background-repeat: no-repeat;
  background-position: center;
  width: 701px;
  height: 756px;
  content: "";
  -webkit-animation: fa-spin 25s infinite alternate;
  animation: fa-spin 25s infinite alternate;
}
.testimonial-section .sec-title {
  position: relative;
}
.testimonial-section .sec-title .title {
  margin-bottom: 20px;
}
.testimonial-section .testimonial-carousel {
  position: relative;
}

.testimonial-block {
  position: relative;
  padding: 50px;
}
.testimonial-block .inner-box {
  padding: 80px 105px;
  background-color: #ffffff;
  box-shadow: 0 0 50px rgba(226, 222, 232, 0.75);
}
.testimonial-block .text {
  position: relative;
  display: block;
  font-size: 18px;
  line-height: 32px;
  color: #282331;
  font-weight: 400;
  margin-bottom: 50px;
  font-family: "Muli", sans-serif;
}
.testimonial-block .info-box {
  position: relative;
  padding-left: 115px;
  padding-top: 10px;
}
.testimonial-block .info-box .thumb {
  position: absolute;
  left: 0;
  top: 0;
  height: 82px;
  width: 82px;
}
.testimonial-block .info-box .thumb img {
  border: 6px solid #e5e6fa;
  border-radius: 50%;
  overflow: hidden;
  display: block;
  width: 100%;
  box-shadow: 0 45px 45px rgba(147, 147, 147, 0.35);
}
.testimonial-block .info-box .name {
  position: relative;
  display: block;
  font-size: 21px;
  line-height: 1.2em;
  color: #382c4d;
  font-weight: 700;
  margin-bottom: 10px;
  font-family: "Niramit", sans-serif;
}
.testimonial-block .info-box .designation {
  position: relative;
  display: block;
  font-size: 16px;
  line-height: 24px;
  color: #8053f7;
  font-weight: 400;
  font-family: "Muli", sans-serif;
}

.testimonial-carousel .owl-nav {
  position: absolute;
  right: 75px;
  bottom: 70px;
}
.testimonial-carousel .owl-next, .testimonial-carousel .owl-prev {
  position: relative;
  display: inline-block;
  height: 75px;
  width: 75px;
  line-height: 75px;
  text-align: center;
  border-radius: 50%;
  background-color: #ffffff;
  transition: all 300ms ease;
}
.testimonial-carousel .owl-next:hover, .testimonial-carousel .owl-prev:hover {
  background-color: #00df97;
  box-shadow: 0 24px 24px rgba(187, 187, 187, 0.75);
}

.arrow-right, .arrow-left {
  position: relative;
  display: inline-block;
  height: 9px;
  width: 43px;
  background-image: url(http://t.commonsupport.com/adro/images/icons/arrow-left-2.png);
  background-repeat: no-repeat;
  background-position: center;
}

.arrow-right {
  background-image: url(http://t.commonsupport.com/adro/images/icons/arrow-right-2.png);
}

.testimonial-section .thumb-layer {
  position: absolute;
  right: 30px;
  top: 120px;
}
.testimonial-section .thumb-layer .image {
  position: relative;
  margin-right: 0;
}
.testimonial-section .thumb-layer .image img {
  display: inline-block;
  max-width: 100%;
  height: auto;
}

@media only screen and (max-width: 767px) {
  .testimonial-section .sec-title {
    margin-bottom: 50px;
  }

  .testimonial-block {
    padding: 0;
  }
  .testimonial-block .inner-box {
    box-shadow: none;
    border: 2px solid #f1f1f1;
  }

  .testimonial-carousel .owl-nav {
    position: relative;
    left: 0;
    bottom: 0;
    margin-top: 20px;
    text-align: center;
  }
  .testimonial-carousel .owl-next, .testimonial-carousel .owl-prev {
    border: 2px solid #f1f1f1;
  }
}
@media screen and (min-width:1400px){
	.timeContainer .wrapper div{
		width:90px;
		height:90px;
	}
	.tp-parallax-wrap{
		top:20%!important;
		font-size:8rem!important;
	}
	.hero-text-wrap h1{
		font-size:7rem!important;
		line-height:1.5;
		}
}
@media only screen and (max-width: 1366px) {
	.timeContainer .wrapper div{
		width:90px!important;
		height:90px!important;
	}
	.f-fancy{
		height:76.5%!important;
	}
  .large-container {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.karsilama-area1{
	width:100%;
	display: flex;
	margin-bottom:10rem;
	align-items: center;
}
.karsilama-area3{
	width:100%;
	display: flex;
	align-items: center;
}
.karsilama-area2{
	width:100%;
	display: flex;
	flex-direction:row-reverse;
	align-items: center;
	margin-bottom:10rem;
}
.img-title{
	width: 25%;
    display: flex;
    flex-direction: column;
}
.text-area{
	padding:3rem;
	width:100%;
}
.karsilama-title{
	text-align: center;
    text-transform: uppercase;
    font-weight: bold;
    color: #223645;
    line-height: 1.2;
    position: relative;
    font-size: 2.5rem;
}
.karsilama-alt-title{
	text-align: center;
    text-transform: uppercase;
    font-weight: 600;
    color: #223645;
    line-height: 1.2;
    position: relative;
    font-size: 1.5rem;
}
.karsilama img{
	height:400px;
	object-fit:cover;
}
.karsilama-area .title{
	margin:15rem 0;
}
.section-yazi ul{
	font-size:1.5rem;
}
.c-options {
  display: flex;
  flex-direction: row;
  align-items: stretch;
  overflow: hidden;
  min-width: 600px;
  max-width: 100%;
  width: calc(100% - 100px);
  height: 400px;
	margin:auto;
}
@media screen and (max-width: 718px) {
  .c-options {
    min-width: 520px;
  }
  .c-options .option:nth-child(5) {
    display: none;
  }
}
@media screen and (max-width: 638px) {
  .c-options {
    min-width: 440px;
  }
  .c-options .option:nth-child(4) {
    display: none;
  }
}
@media screen and (max-width: 558px) {
  .c-options {
    min-width: 360px;
  }
  .c-options .option:nth-child(3) {
    display: none;
  }
}
@media screen and (max-width: 478px) {
  .c-options {
    min-width: 280px;
  }
  .c-options .option:nth-child(2) {
    display: none;
  }
}
.c-options .c-option {
  position: relative;
  overflow: hidden;
  min-width: 60px;
  margin: 10px;
  background: var(--optionBackground, var(--defaultBackground, #E6E9ED));
  background-size: auto 120%;
  background-position: center;
  cursor: pointer;
  transition: 0.5s cubic-bezier(0.05, 0.61, 0.41, 0.95);
}
.c-options .c-option:nth-child(1) {
  --defaultBackground:#ED5565;
}
.c-options .c-option:nth-child(2) {
  --defaultBackground:#FC6E51;
}
.c-options .c-option:nth-child(3) {
  --defaultBackground:#FFCE54;
}
.c-options .c-option:nth-child(4) {
  --defaultBackground:#2ECC71;
}
.c-options .c-option:nth-child(5) {
  --defaultBackground:#5D9CEC;
}
.c-options .c-option:nth-child(6) {
  --defaultBackground:#AC92EC;
}
.c-options .c-option.is-active {
  flex-grow: 20;
  transform: scale(1);
  max-width: 600px;
  margin: 0px;
  border-radius: 40px;
  background-size: auto 100%;
}
.c-options .c-option.is-active .c-shadow {
  box-shadow: inset 0 -120px 120px -120px black, inset 0 -120px 120px -100px black;
}
.c-options .c-option.is-active .c-label {
  bottom: 20px;
  left: 20px;
}
.c-options .c-option.is-active .c-label .c-info > div {
  left: 0px;
  opacity: 1;
}
.c-options .c-option:not(.is-active) {
  flex-grow: 8;
  border-radius: 30px;
}
.c-options .c-option:not(.is-active) .c-shadow {
  bottom: -40px;
  box-shadow: inset 0 -120px 0px -120px black, inset 0 -120px 0px -100px black;
}
.c-options .c-option:not(.is-active) .c-label {
  bottom: 10px;
  left: 10px;
}
.c-options .c-option:not(.is-active) .c-label .c-info > div {
  left: 20px;
  opacity: 0;
}
.c-options .c-option .c-shadow {
  position: absolute;
  bottom: 0px;
  left: 0px;
  right: 0px;
  height: 120px;
  transition: 0.5s cubic-bezier(0.05, 0.61, 0.41, 0.95);
}
.c-options .c-option .c-label {
  display: flex;
  position: absolute;
  right: 0px;
  height: 40px;
  transition: 0.5s cubic-bezier(0.05, 0.61, 0.41, 0.95);
}
.c-options .c-option .c-label .c-icon {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  min-width: 40px;
  max-width: 40px;
  height: 40px;
  border-radius: 100%;
  background-color: white;
  color: var(--defaultBackground);
}
.c-options .c-option .c-label .c-info {
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin-left: 10px;
  color: white;
  white-space: pre;
}
.c-options .c-option .c-label .c-info > div {
  position: relative;
  transition: 0.5s cubic-bezier(0.05, 0.61, 0.41, 0.95), opacity 0.5s ease-out;
}
.c-options .c-option .c-label .c-info .c-main {
  font-weight: bold;
  font-size: 1.2rem;
}
.c-options .c-option .c-label .c-info .c-sub {
  transition-delay: 0.1s;
}
.footer_bottom_ic{
	display:flex;
	justify-content:end;
}
.footer-link{
	color:#fff;
	text-decoration:none;
	font-size:1.5rem;
	cursor:pointer;
	margin: 0 .5rem;
}
.footer-link:hover{
	text-decoration:none;
}

.site-heading h4 {
  display: inline-block;
  padding-bottom: 20px;
  position: relative;
  text-transform: capitalize;
  z-index: 1;
}

.site-heading h4::before {
  background: #ffaf5a none repeat scroll 0 0;
  bottom: 0;
  content: "";
  height: 2px;
  left: 50%;
  margin-left: -25px;
  position: absolute;
  width: 50px;
}

.site-heading h2 span {
  color: #ffaf5a;
}

.site-heading {
  margin-bottom: 60px;
  overflow: hidden;
  margin-top: -5px;
}

.ulasim-area{
	margin:5rem 0;
}

.pricing-area .site-heading {
  margin-bottom: 100px;
}
.d-flex{
	display:flex;
}
.justify-content-center{
	justify-content:center;
}
.fs-16{
	font-size:16px!important;
}
.pricing-item {
  background: #ffffff none repeat scroll 0 0;
	border:1px solid #ebebeb;
  margin-bottom: 30px;
  position: relative;
  z-index: 9;
}

.pricing-item .icon {
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  font-size: 50px;
  height: 100px;
  left: 50%;
  line-height: 100px;
  margin-left: -50px;
  margin-top: -50px;
  position: absolute;
  text-align: center;
  top: 0;
	border:1px solid #ebebeb;
  width: 100px;
}

.pricing-item .icon::after {
  background: #ffffff none repeat scroll 0 0;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: -1;
}

.pricing-item.active .icon::after {
  background: #223645 none repeat scroll 0 0;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: -1;
}

.pricing-item.active .icon i {
  color: #ffffff !important;
}

.pricing-item .icon i {
  color: #223645;
  cursor: inherit !important;
}

.pricing-header h4 {
  font-weight: 600;
  text-transform: capitalize;
  color: #323a45;
	text-align:center;
}

.pricing-header h2 {
  color: #323a45;
  font-size: 2.75rem;
	text-align:center;
  font-weight: 900;
  letter-spacing: -1px;
  line-height: 1;
  margin-bottom: 0;
}
.footer .btn{
	text-transform:capitalize;
	font-size:1.5rem;
}
.pricing-header h2 sup {
  font-size: 24px;
  font-weight: 500;
  top: -25px;
}

.pricing-header h2 sub {
  font-size: 18px;
  font-weight: 400;
  margin-left: -5px;
}

.pricing-item .pricing-header span {
  font-family: "Poppins",sans-serif;
  font-weight: 600;
  text-transform: uppercase;
}
.pricing-item .footer{
	text-align:center;
}
.pricing-header {
  border-bottom: 1px solid #e5e5e5;
  margin-bottom: 20px !important;
  padding: 50px 30px 30px !important;
	text-align:center;
}

.pricing-item .footer {
  padding: 20px 30px 30px;
}
.pricing-item ul{
	list-style:none;
	margin:0;
}
.pricing-item li {
	font-size:1.5rem;
	text-align:left;
	border-bottom:1px solid #ebebeb;
  line-height: 40px;
  margin: 0 30px;
  text-transform: capitalize;
}

.pricing-area .pricing-item.active .pricing-header {
  background: #223645 none repeat scroll 0 0;
  border-color: transparent;
  margin: 0;
}

.pricing-area.color-yellow .pricing-item.active .pricing-header {
  background: #ff9800 none repeat scroll 0 0;
}

.pricing-area .pricing-item.active .pricing-header h2,
.pricing-area .pricing-item.active .pricing-header h4,
.pricing-area .pricing-item.active .pricing-header span {
  color: #ffffff;
}

.pricing-area .pricing-item.active .pricing-header span.badge {
  background: #ffffff none repeat scroll 0 0;
  color: #323a45;
}

.pricing-item li i {
  color: #999;
  margin-left: 2px;
  margin-right: 5px;
}

.pricing-item li i:hover {
  cursor: help;
}

.pricing-item li i.fa-times {
  color: #e22626;
}


.btn-sm {
    padding: 8px 35px;
    font-size: 12px;
}
.btn-dark {
  background-color: #323a45;
  color: #ffffff;
  border: 2px solid #323a45;
}
.shine-button {
    position: relative;
  display: inline-block;
  padding: 15px 30px;
  font-size: 16px;
  color: white;
  background: #c7445b;
  border: none;
  border-radius: 8px;
  overflow: hidden;
  cursor: pointer;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
	text-decoration:none;
}
.shine-button:hover{
	text-decoration:none;
	color:#fff;
}
.shine-button::before {
    content: "";
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: linear-gradient(to right, rgb(0 0 0 / 0%) 0%, rgb(59 59 59 / 20%) 50%, rgb(0 0 0 / 0%) 100%);
  animation: shine 2s linear infinite;
}
@keyframes shine {
  0% {
    left: -100%;
  }
  100% {
    left: 100%;
  }
}
.accordion-item {
            margin-bottom: 15px;
            border: 1px solid #e0e0e0;
            border-radius: 8px;
            overflow: hidden; /* Gizli içeriğin taşmasını engeller */
            transition: border-color 0.3s ease-in-out;
        }
        .accordion-header {
            background-color: #f7f7f7;
            padding: .5rem 3rem;
            cursor: pointer;
            display: flex;
            justify-content: space-between;
            align-items: center;
            font-weight: 600;
            color: #34495e;
            font-size: 2rem;
            border-bottom: 1px solid #e0e0e0;
            transition: background-color 0.3s ease;
        }
        .accordion-item:last-child .accordion-header {
            border-bottom: none;
        }
        .accordion-header:hover {
            background-color: #ececec;
        }
        .accordion-header::after {
            content: '+';
            font-size: 1.8em;
            font-weight: 500;
            color: #666;
            transition: transform 0.3s ease;
        }
        .accordion-header.active::after {
            content: '-';
            transform: rotate(0deg);
        }
        .accordion-content {
            height: 0;
            padding: 0 25px;
            overflow: hidden;
            background-color: #fff;
            color: #555;
            font-size: 1em;
            line-height: 1.8;
            border-top: 1px solid #f0f0f0;
            transition: height 0.5s ease-out, padding 0.5s ease-out; 
        }
        .accordion-content p {
            margin: 0 0 10px 0;
			text-align:left;
        }
        .accordion-content p:last-child {
            margin-bottom: 0;
        }
.f-fancy{
	height:40%;
	border-radius:5px;
}
.gallery-fanc{
	border-radius:5px;
	object-fit:cover;
	width:100%;
	height:250px;
}
h2.title{
	text-align: left;
    margin-bottom: 5rem !important;
    text-transform: capitalize;
    font-weight: bold;
    color: #223645;
    line-height: 1.2;
    position: relative;
    font-size: 4.5rem;
}
.venue-ul{
	text-align:left;
	padding-left:2rem;
	letter-spacing: normal;
    line-height: 1.6;
    color: #000;
    font-weight: 400;
    font-size: 1.75rem;
    font-family: Roboto;
}
.konak-area{
	border:1px solid #ebebeb;
	border-radius:5px;
}
.konak-alt{
	padding:2rem;
}
.olanak-area{
	display: flex;
	margin:0;
    list-style: none;
}
.olanak-area li{
	margin-right:1rem;
}
.oda-alts{
	display:flex;
}
.oda-alt{
	margin-right:1rem;
	background:#c7445b;
	color:#fff;
	padding:.5rem 1rem;
	border-radius:5px;
	font-size:1.25rem;
	letter-spacing:1px;
}
.amenities{
	display:flex;
	align-items:center;
	margin-bottom:1rem;
}
.amenities h6{
	margin-right:2rem;
}
.oda-alt-btn{
	margin-right: 1rem;
    color: black;
    margin-top: 10px !important;
    font-size: 1.5rem;
    letter-spacing: 1px;
    font-weight: bold;
    border-bottom: 1px solid #222;
}
.alt-adres{
	color:#222;
	font-size:1rem;
	margin-top:1.25rem;
}
.alt-bilgi{
	color:#222;
	font-weight:600;
	font-size:1rem;
	margin-top:1.25rem;
}
.alt-ozellikler{
	text-align:left;
	border:1px solid #ebebeb;
	padding:2rem;
	font-size:1.5rem;
}
.alt-ozellikler p{
	font-size:1.5rem;
}
.new-b{
	font-size:2.5rem;
	color:#223645
}
.new-alt{
	color:#222;
}
.ulasim-area .new-b{
	text-align:center;
	display:block;
}
.transfer{
	background: #ebebeb;
    padding: 5rem;
}