/* ------------------------------------------
[Master Stylesheet]

Template Name: Akame - Hair Salon HTML5 Template
Template Author: Colorlib
Template Author URL: http://colorlib.com
Version: 1.0.0
Last Update: Jan 19, 2018

---------------------------------------------

[Tables of CSS Content]

+ body

    - 01.0 Reboot CSS
    - 02.0 Spacing CSS
    - 03.0 Preloader CSS
    - 04.0 Heading CSS
    - 05.0 Backtotop CSS
    - 06.0 Buttons CSS
    - 07.0 Header CSS
    - 08.0 Hero CSS
    - 09.0 Footer CSS
    - 10.0 CTA CSS
    - 11.0 Breadcrumb CSS
    - 12.0 Blog CSS
    - 13.0 Choose_us CSS
    - 14.0 Portfolio CSS
    - 15.0 Team CSS
    - 16.0 Service CSS
    - 17.0 About CSS
    - 18.0 Contact CSS

  --------------------------------------------- */
/* Import Fonts & All CSS */
@import url("https://fonts.googleapis.com/css?family=Open+Sans:300,400,600,700|Playfair+Display:400,700");
@import url(css/bootstrap.min.css);
@import url(css/animate.css);
@import url(css/default-assets/classy-nav.css);
@import url(css/default-assets/audioplayer.css);
/*@import url(css/owl.carousel.min.css);*/
@import url(css/magnific-popup.css);
@import url(css/font-awesome.min.css);
@import url(css/style.css);
@font-face {
  font-family: Poppins-Regular;
  src: url('fonts/poppins/Poppins-Regular.ttf'); 
}
@font-face {
  font-family: Poppins-Medium;
  src: url('fonts/poppins/Poppins-Medium.ttf'); 
}

@font-face {
  font-family: Poppins-Bold;
  src: url('fonts/poppins/Poppins-Bold.ttf'); 
}

@font-face {
  font-family: Poppins-SemiBold;
  src: url('fonts/poppins/Poppins-SemiBold.ttf'); 
}
@font-face {
  font-family: OpenSans-Light;
  src: url('fonts/Open_Sans/OpenSans-Light.ttf'); 
}
@font-face {
  font-family: OpenSans-Bold;
  src: url('fonts/Open_Sans/OpenSans-Bold.ttf'); 
}
/* :: 1.0 Reboot CSS */
* {
  margin: 0;
  padding: 0; }

body {
  font-family: "Open Sans", sans-serif;
  font-weight: 400;
  font-size: 16px;
  position: relative;
  z-index: auto; 
}


h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Playfair Display", serif;
  color: #252525;
  line-height: 1.3;
  font-weight: 400; }

a,
a:active,
a:focus,
a:hover {
  color: #252525;
  text-decoration: none;
  -webkit-transition-duration: 500ms;
  -o-transition-duration: 500ms;
  transition-duration: 500ms;
  outline: none;
  font-weight: 400; }

li {
  list-style: none; }

p {
  line-height: 1.7;
  color: #6e6e6e;
  font-size: 16px;
  font-weight: 400; }

img {
  max-width: 68%;
  height: auto; }

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

.bg-overlay {
  position: relative;
  z-index: 1; }
  .bg-overlay::after {
    position: absolute;
    content: "";
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    z-index: -1;
    background-color: rgba(0, 0, 0, 0.65); }

.bg-img {
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat; }

.jarallax {
  position: relative;
  z-index: 0; }
  .jarallax > .jarallax-img {
    position: absolute;
    object-fit: cover;
    font-family: 'object-fit: cover';
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1; }

.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
  color: #ffffff;
  right: 20px;
  text-align: center;
  padding-right: 0;
  width: 100%;
  position: fixed;
  top: 20px;
  width: 30px;
  background: #D9475C;
  height: 30px;
  line-height: 30px; }

button.mfp-close,
button.mfp-arrow {
  background: #D9475C; }

.mfp-bottom-bar {
  display: none !important; }

.mfp-bg {
  background-color: #000000; }

.bg-transparent {
  background-color: transparent !important; }

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

textarea:focus,
input:focus {
  outline: none; }

.border {
  border-color: #e5e5e5; }

.mfp-arrow-left::after {
  border-right-color: transparent; }

.mfp-arrow-left::before {
  border-right-color: #ffffff; }

.mfp-arrow-right::after {
  border-left-color: transparent; }

.mfp-arrow-right::before {
  border-left-color: #ffffff; }

/* :: 2.0 Spacing CSS */
.mt-15 {
  margin-top: 15px; }

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

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

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

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

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

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

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

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

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

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

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

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

.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-100 {
  margin-bottom: 100px; }

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

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

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

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

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

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

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

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

/* :: 3.0 Preloader CSS */
/*#preloader {
  position: fixed;
  width: 100%;
  height: 100%;
  z-index: 9999999;
  top: 0;
  left: 0;
  background-color: #f6f9f9;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  overflow: hidden; }

.loader,
.loader:before,
.loader:after {
  border-radius: 50%;
  width: 2.5em;
  height: 2.5em;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation: load7 1.8s infinite ease-in-out;
  animation: load7 1.8s infinite ease-in-out; }

.loader {
  color: #D9475C;
  font-size: 6px;
  position: relative;
  -webkit-transform: translateZ(0);
  -ms-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-animation-delay: -0.16s;
  animation-delay: -0.16s; }

.loader:before,
.loader:after {
  content: '';
  position: absolute;
  top: 0; }

.loader:before {
  left: -3.5em;
  -webkit-animation-delay: -0.32s;
  animation-delay: -0.32s; }

.loader:after {
  left: 3.5em; }

@-webkit-keyframes load7 {
  0%,
    80%,
    100% {
    box-shadow: 0 2.5em 0 -1.3em; }
  40% {
    box-shadow: 0 2.5em 0 0; } }
@keyframes load7 {
  0%,
    80%,
    100% {
    box-shadow: 0 2.5em 0 -1.3em; }
  40% {
    box-shadow: 0 2.5em 0 0; } }*/


/*Loader Css*/
.preloader {
	background-color: #fff;
	bottom: 0;
	height: 100%;
	left: 0;
	position: fixed;
	right: 0;
	top: 0;
	width: 100%;
	z-index: 9999;
}
.lds-ellipsis {
	margin: 0 auto;
	position: relative;
	top: 50%;
	-moz-transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	width: 64px;
	text-align: center;
	z-index: 9999;
}
.lds-ellipsis span {
	display: inline-block;
	width: 15px;
	height: 15px;
	border-radius: 50%;
	background: #FF324D;
	-webkit-animation: ball-pulse-sync 1s 0s infinite ease-in-out;
	animation: ball-pulse-sync 1s 0s infinite ease-in-out;
}
.lds-ellipsis span:nth-child(1) {
	-webkit-animation:ball-pulse-sync 1s -.14s infinite ease-in-out;
	animation:ball-pulse-sync 1s -.14s infinite ease-in-out
}
.lds-ellipsis span:nth-child(2) {
	-webkit-animation:ball-pulse-sync 1s -70ms infinite ease-in-out;
	animation:ball-pulse-sync 1s -70ms infinite ease-in-out
}
@-webkit-keyframes ball-pulse-sync {
	33% {
		-webkit-transform:translateY(10px);
		transform:translateY(10px)
 }
	66% {
		-webkit-transform:translateY(-10px);
		transform:translateY(-10px)
	}
	100% {
		-webkit-transform:translateY(0);
		transform:translateY(0)
	}
}
@keyframes ball-pulse-sync {
	33% {
		-webkit-transform:translateY(10px);
		transform:translateY(10px)
	}
	66% {
		-webkit-transform:translateY(-10px);
		transform:translateY(-10px)
	}
	100% {
		-webkit-transform:translateY(0);
		transform:translateY(0)
	}
}





/* :: 4.0 Heading CSS */
.section-heading {
  position: relative;
  z-index: 1;
  margin-bottom: 50px; }
  .section-heading h2 {
    font-size: 36px;
    text-transform: capitalize;
    margin-bottom: 15px;
    display: block;
    line-height: 1.2; }

.section-heading ul
{
    list-style-type: disc;
}
 
.section-heading #image
{
    margin-left:25px;
}
@media only screen and (max-width: 767px) {
.section-heading .heading7 h2 {
    font-size: 30px;
    margin-left:25px;
     }
}
@media only screen and (max-width: 400px) {
    .choose-us-content .srv {
        margin-left:29px;
    }
}

    @media only screen and (min-width: 992px) and (max-width: 1199px) {
      .section-heading h2, .section-heading h1 {
        font-size: 30px;
         } }
    @media only screen and (min-width: 768px) and (max-width: 991px) {
      .section-heading h2, .section-heading h1 {
        font-size: 30px;
         } }
    @media only screen and (max-width: 767px) {
      .section-heading h2, .section-heading h1 {
        font-size: 30px;
         } }

@media only screen and (min-width: 992px) and (max-width: 1199px) {
      .section-heading #image {
        margin-left:0px; } }
    @media only screen and (min-width: 768px) and (max-width: 991px) {
      .section-heading #image {
          margin-left:0px; } }
    @media only screen and (max-width: 767px) {
      .section-heading #image {
          margin-left:20px; } }




  .section-heading p {
    font-size: 16px; }
  .section-heading span {
    position: absolute;
    top: 50%;
    font-size: 100px;
    color: #D9475C;
    font-family: "Playfair Display", serif;
    text-transform: uppercase;
    line-height: 1;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index: -1;
    opacity: 0.1;
    left: 0;
    font-weight: 700; }
    @media only screen and (min-width: 992px) and (max-width: 1199px) {
      .section-heading span {
        font-size: 70px; } }
    @media only screen and (min-width: 768px) and (max-width: 991px) {
      .section-heading span {
        font-size: 70px; } }
    @media only screen and (max-width: 767px) {
      .section-heading span {
        font-size: 50px; } }
  .section-heading.text-right span {
    right: 48px; }

/* :: 5.0 Backtotop CSS */
#scrollUp {
  position: fixed;
  right: 40px;
  font-size: 20px;
  line-height: 40px;
  width: 40px;
  height: 40px;
  bottom: 40px;
  background:#D9475C;
  color: #ffffff;
  text-align: center;
  -webkit-transition-duration: 500ms;
  -o-transition-duration: 500ms;
  transition-duration: 500ms;
  border-radius: 50%;
  -webkit-box-shadow: 0 2px 40px 8px rgba(15, 15, 15, 0.15);
  box-shadow: 0 2px 40px 8px rgba(15, 15, 15, 0.15);
  z-index: 15962536; }
  #scrollUp:focus, #scrollUp:hover {
    background-color: #0e1b4d;
    color: #ffffff; }

/* :: 6.0 Buttons CSS */
.btn:focus {
  box-shadow: none; }

.akame-btn {
  font-family: "Playfair Display", serif;
  position: relative;
  z-index: 1;
  min-width: 150px;
  height: 42px;
  line-height: 40px;
  font-size: 14px;
  font-weight: 400;
  display: inline-block;
  padding: 0 35px;
  text-align: center;
  text-transform: uppercase;
  background-color: transparent;
  color: #252525;
  border: 1px solid #252525;
  border-radius: 60px;
  -webkit-transition-duration: 500ms;
  -o-transition-duration: 500ms;
  transition-duration: 500ms; }
  .akame-btn:focus, .akame-btn:hover {
    border-color: #D9475C;
    font-weight: 400;
    font-size: 14px;
    background-color: #D9475C;
    color: #ffffff;
    -webkit-box-shadow: 0 2px 40px 8px rgba(15, 15, 15, 0.15);
    box-shadow: 0 2px 40px 8px rgba(15, 15, 15, 0.15); }
  .akame-btn.active {
    border-color: #D9475C;
    background-color: #D9475C;
    color: #ffffff; }
    .akame-btn.active:focus, .akame-btn.active:hover {
      border-color: #0e1b4d;
      background-color: #0e1b4d;
      color: #ffffff; }

/* :: 7.0 Header CSS */
.header-area {
  position: relative;
  z-index: 10;
  width: 100%;
  -webkit-transition-duration: 500ms;
  -o-transition-duration: 500ms;
  transition-duration: 500ms;
  border-bottom: 1px solid #e5e5e5; }
  .header-area .top-header-area {
    position: relative;
    z-index: 1;
    background-color:#D9475C;
    width: 100%;
    height: 40px; }
    @media only screen and (max-width: 767px) {
      .header-area .top-header-area {
        height: auto;
        padding: 15px 0; } }
    .header-area .top-header-area .top-header-content p {
      margin-bottom: 0;
      font-size: 14px;
      color: #ffffff; 
font-family: "Open Sans", sans-serif;}


 @media only screen and (min-width: 768px) and (max-width: 991px) {
.header-area .top-header-area
     {
        height: 40px;        
     }
}
@media only screen and (max-width: 767px) {
    .header-area .top-header-area
     {
        height: 60px;  
         margin-bottom: 20px;
         
     }
}
@media only screen and (max-width: 767px) {
    .header-area .top-header-area .top-header-content #reg
    {
        margin-top:-30px;
    }
}



      @media only screen and (min-width: 768px) and (max-width: 991px) {
        .header-area .top-header-area .top-header-content p {
          font-size: 12px; } }
      @media only screen and (max-width: 767px) {
        .header-area .top-header-area .top-header-content p {
          font-size: 12px; } }
  .header-area .cart-icon a:focus, .header-area .cart-icon a:hover {
    color: #D9475C; }

.classy-nav-container {
  background-color: transparent;
  padding: 0; }
  .classy-nav-container .classy-navbar {
    -webkit-transition-duration: 500ms;
    -o-transition-duration: 500ms;
    transition-duration: 500ms;
    height: 100px;
    padding: 0; }
    @media only screen and (min-width: 768px) and (max-width: 991px) {
      .classy-nav-container .classy-navbar {
        height: 70px; } }
    @media only screen and (max-width: 767px) {
      .classy-nav-container .classy-navbar {
        height: 80px; } }

 

    @media only screen and (max-width: 767px) {
      .classy-nav-container .classy-navbar .nav-brand {
        max-width: 150px;
        margin-right: 55px; 
        margin-top:4px;} }
    .classy-nav-container .classy-navbar .classynav ul li a {
      font-size: 16px;
      text-transform: capitalize;
      color: #252525;
    font-size: 14px;
    font-family: "Open Sans", sans-serif;
    font-weight: 600;}
      @media only screen and (min-width: 992px) and (max-width: 1199px) {
        .classy-nav-container .classy-navbar .classynav ul li a {
          font-size: 14px; 
          } }
      @media only screen and (min-width: 768px) and (max-width: 991px) {
        .classy-nav-container .classy-navbar .classynav ul li a {
          font-size: 14px; } }
      @media only screen and (max-width: 767px) {
        .classy-nav-container .classy-navbar .classynav ul li a {
          font-size: 14px; } }
      .classy-nav-container .classy-navbar .classynav ul li a:focus, .classy-nav-container .classy-navbar .classynav ul li a:hover {
        color: #D9475C; }
    .classy-nav-container .classy-navbar .classynav ul li.cn-dropdown-item ul li a, .classy-nav-container .classy-navbar .classynav ul li.megamenu-item ul li a {
      font-size: 14px;
      text-transform: capitalize;
      height: 42px;
      line-height: 42px;
      padding: 0 30px;
      color: #252525; }
      .classy-nav-container .classy-navbar .classynav ul li.cn-dropdown-item ul li a:focus, .classy-nav-container .classy-navbar .classynav ul li.cn-dropdown-item ul li a:hover, .classy-nav-container .classy-navbar .classynav ul li.megamenu-item ul li a:focus, .classy-nav-container .classy-navbar .classynav ul li.megamenu-item ul li a:hover {
        color: #D9475C; }
.classynav ul li.active a 
{
  position: relative;
  z-index: 1; 
}
  .classynav ul li.active a::before 
{
    width: 80%;
    height: 2px;
    background-color: #D9475C;
    position: absolute;
    bottom: 0;
    left: 10%;
    z-index: 1;
    content: ''; 
}

.classynav ul li a:hover
{
  position: relative;
  z-index: 1; 
}
.classynav ul li a:hover::before
{
    width: 80%;
    height: 2px;
    background-color: #D9475C;
    position: absolute;
    bottom: 0;
    left: 10%;
    z-index: 1;
    content: '';
    transition:all .9s ease;
}
    @media only screen and (min-width: 768px) and (max-width: 991px) {
      .classynav ul li.active a::before {
        display: none; } }
    @media only screen and (max-width: 767px) {
      .classynav ul li.active a::before {
        display: none; } }

@media only screen and (min-width: 768px) and (max-width: 991px) {
      .classynav ul li a:hover::before {
        display: none; } }
    @media only screen and (max-width: 767px) {
      .classynav ul li a:hover::before {
        display: none; } }

.classynav ul li.has-down > a::after,
.classynav ul li.has-down.active > a::after,
.classynav ul li.megamenu-item > a::after {
  color: #252525; }

.breakpoint-off .classynav ul li .dropdown,
.breakpoint-off .classynav ul li .megamenu {
  width: 210px;
  -webkit-box-shadow: 0 2px 40px 8px rgba(15, 15, 15, 0.15);
  box-shadow: 0 2px 40px 8px rgba(15, 15, 15, 0.15);
  border-radius: 6px; }

.breakpoint-off .classynav ul li .megamenu {
  width: 100%; }

/* :: 8.0 Hero CSS */
.slider .carousel-item
{
    background: no-repeat center center scroll;
    -webkit-background-size:cover;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
}
.slider .carousel-item img
{
    width:100%;
    height: 80%;
}









.single-welcome-slide {
  position: relative;
  z-index: 2;
  width: 100%;
  height: 520px;
  background-color: #ffffff; }



  @media only screen and (min-width: 992px) and (max-width: 1199px) {
    .single-welcome-slide {
      height: 600px; } }
  @media only screen and (min-width: 768px) and (max-width: 991px) {
    .single-welcome-slide {
      height: 600px; } }
  @media only screen and (max-width: 767px) {
    .single-welcome-slide {
      height: 500px; } }
  .single-welcome-slide .welcome-text {
    position: relative;
    z-index: 1; }
    .single-welcome-slide .welcome-text h2 {
      font-size: 72px;
      display: block;
      margin-bottom: 30px;
      color: #dedede; 
}

      @media only screen and (min-width: 992px) and (max-width: 1199px) {
        .single-welcome-slide .welcome-text h2 {
          font-size: 60px; } }
      @media only screen and (min-width: 768px) and (max-width: 991px) {
        .single-welcome-slide .welcome-text h2 {
          font-size: 60px; } }
      @media only screen and (max-width: 767px) {
        .single-welcome-slide .welcome-text h2 {
          font-size: 36px; } }
    .single-welcome-slide .welcome-text p {
      font-size: 18px;
      color: #252525;
      margin-bottom: 50px;
      display: block; }

.welcome-slides {
  position: relative;
  z-index: 1;
  overflow: hidden; }


/* :: 9.0 Footer CSS */
.footer-area {
  position: relative;
  z-index: 1; 
background-color: #202020;
padding-top: 45px;    
}


.single-footer-widget {
  position: relative;
  z-index: 1; }
  @media only screen and (min-width: 768px) and (max-width: 991px) {
    .single-footer-widget p {
      font-size: 14px;
      color: #8e8e8e;} }
  .single-footer-widget .widget-title {
    font-size: 22px;
    color: #fff;
    margin-bottom: 30px;
    display: block;
    text-transform: capitalize; }
  .single-footer-widget .open-time p {
    margin-bottom: 8px;
color:#8e8e8e;}
    .single-footer-widget .open-time p:last-child {
      margin-bottom: 0; }
 .single-footer-widget .open-time a p:hover
{
    color: #D9475C;
    transition: .7s ease;
}
  .single-footer-widget .social-info {
    position: relative;
    z-index: 1;
    margin-top: 30px; }
    .single-footer-widget .social-info a {
      display: inline-block;
      font-size: 15px;
      color: #ffffff;
      width: 30px;
      height: 30px;
      border-radius: 50%;
      margin-right: 10px;
      text-align: center;
      line-height: 30px; }






      @media only screen and (min-width: 768px) and (max-width: 991px) {
        .single-footer-widget .social-info a {
          margin-right: 5px; } }
      .single-footer-widget .social-info a.facebook {
        background-color: #4b62b3; }
      .single-footer-widget .social-info a.twitter {
        background-color: #03baeb; }
      .single-footer-widget .social-info a.whatsapp {
        background-color: #25D366; }
      .single-footer-widget .social-info a.instagram {
        background-color: #E4405F; }
        .single-footer-widget .social-info a.linkedin {
        background-color: #0e76a8; }
      .single-footer-widget .social-info a:focus, .single-footer-widget .social-info a:hover {
        background-color: #D9475C; }
  .single-footer-widget .contact-address p {
    margin-bottom: 8px; 
color: #8e8e8e;}
    .single-footer-widget .contact-address p:last-child {
      margin-bottom: 0; }
  .single-footer-widget .footer-logo {
    display: block;
    margin-bottom: 30px; }

.copywrite-text {
  position: relative;
  z-index: 1; }
  .copywrite-text p {
    font-size: 16px;
    color: #8e8e8e;
    margin-bottom: 0; }
    @media only screen and (min-width: 768px) and (max-width: 991px) {
      .copywrite-text p {
        font-size: 14px; } }
    .copywrite-text p a {
      color: #8e8e8e;
      font-size: 16px; }
      @media only screen and (min-width: 768px) and (max-width: 991px) {
        .copywrite-text p a {
          font-size: 14px; } }
      .copywrite-text p a:focus, .copywrite-text p a:hover {
        color: #D9475C; }

/* :: 10.0 CTA CSS */
.akame-cta-area {
  position: relative;
  z-index: 1; }
  .akame-cta-area .cta-content h2 {
    font-size: 48px;
    display: block;
    margin-bottom: 30px; }
    @media only screen and (min-width: 992px) and (max-width: 1199px) {
      .akame-cta-area .cta-content h2 {
        font-size: 36px; } }
    @media only screen and (min-width: 768px) and (max-width: 991px) {
      .akame-cta-area .cta-content h2 {
        font-size: 36px; } }
    @media only screen and (max-width: 767px) {
      .akame-cta-area .cta-content h2 {
        font-size: 30px; } }
  .akame-cta-area .cta-thumbnail {
    position: absolute;
    width: 50%;
    height: 100%;
    z-index: -1;
    top: 0;
    right: 0; }
    @media only screen and (min-width: 992px) and (max-width: 1199px) {
      .akame-cta-area .cta-thumbnail {
        width: 65%; } }
    @media only screen and (min-width: 768px) and (max-width: 991px) {
      .akame-cta-area .cta-thumbnail {
        width: 70%;
        opacity: 0.5; } }
    @media only screen and (max-width: 767px) {
      .akame-cta-area .cta-thumbnail {
        width: 100%;
        opacity: 0.2; } }

/* :: 11.0 Breadcrumb CSS */
.breadcrumb-content {
  position: relative;
  z-index: 1;
  text-align: center; }
  .breadcrumb-content h2 {
    font-size: 60px;
    margin-bottom: 15px; }
    @media only screen and (min-width: 992px) and (max-width: 1199px) {
      .breadcrumb-content h2 {
        font-size: 48px; } }
    @media only screen and (min-width: 768px) and (max-width: 991px) {
      .breadcrumb-content h2 {
        font-size: 48px; } }
    @media only screen and (max-width: 767px) {
      .breadcrumb-content h2 {
        font-size: 36px; } }
  .breadcrumb-content .breadcrumb {
    position: relative;
    padding: 0;
    background-color: transparent;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center; }
    .breadcrumb-content .breadcrumb .breadcrumb-item a:hover, .breadcrumb-content .breadcrumb .breadcrumb-item a:focus {
      color: #D9475C; }
    .breadcrumb-content .breadcrumb .breadcrumb-item + .breadcrumb-item::before {
      content: '\f101';
      font-family: "FontAwesome"; }

/* :: 12.0 Blog CSS */
.single-post-area {
  position: relative;
  z-index: 1; }
  .single-post-area .post-thumbnail {
    position: relative;
    z-index: 1;
    margin-bottom: 30px; }
    .single-post-area .post-thumbnail a {
      display: block; }
  .single-post-area .post-content {
    position: relative;
    z-index: 1; }
.single-post-area .post-content img
{
   max-width: 55%;
    width: 55%;
}
    .single-post-area .post-content .post-title {
      font-weight: 400;
      font-size: 20px;
      display: block;
      margin-bottom: 15px;
      font-family: "Playfair Display", serif; }
      .single-post-area .post-content .post-title:hover, .single-post-area .post-content .post-title:focus {
        color: #D9475C; }
    .single-post-area .post-content .post-meta {
      position: relative;
      z-index: 1;
      margin-bottom: 15px; }
      .single-post-area .post-content .post-meta a {
        position: relative;
        z-index: 1;
        font-size: 14px;
        color: #acacac;
        display: inline-block;
        margin-right: 30px; }
        .single-post-area .post-content .post-meta a:last-child {
          margin-right: 0; }
          .single-post-area .post-content .post-meta a:last-child::before {
            content: '|';
            position: absolute;
            top: 0;
            left: -20px;
            z-index: 1; }
        .single-post-area .post-content .post-meta a:hover, .single-post-area .post-content .post-meta a:focus {
          color: #D9475C; }
    .single-post-area .post-content p {
      margin-bottom: 0; }
  .single-post-area:hover .post-content .post-title, .single-post-area:focus .post-content .post-title {
    color: #D9475C; }

.akame-blog-details-area {
  position: relative;
  z-index: 1; }
  .akame-blog-details-area .post-content {
    position: relative;
    z-index: 1;
    text-align: center;
    margin-bottom: 50px; }
    .akame-blog-details-area .post-content .post-title {
      font-weight: 400;
      font-size: 42px;
      display: block;
      margin-bottom: 0;
      font-family: "Playfair Display", serif; }
      @media only screen and (max-width: 767px) {
        .akame-blog-details-area .post-content .post-title {
          font-size: 30px; } }
    .akame-blog-details-area .post-content .post-meta {
      position: relative;
      z-index: 1;
      margin-bottom: 15px; }
      .akame-blog-details-area .post-content .post-meta a {
        position: relative;
        z-index: 1;
        font-size: 16px;
        color: #acacac;
        display: inline-block;
        margin-right: 30px; }
        .akame-blog-details-area .post-content .post-meta a:last-child {
          margin-right: 0; }
          .akame-blog-details-area .post-content .post-meta a:last-child::before {
            content: '|';
            position: absolute;
            top: 0;
            left: -20px;
            z-index: 1; }
        @media only screen and (max-width: 767px) {
          .akame-blog-details-area .post-content .post-meta a {
            font-size: 14px; } }
        .akame-blog-details-area .post-content .post-meta a:hover, .akame-blog-details-area .post-content .post-meta a:focus {
          color: #D9475C; }

.blog-details-text {
  position: relative;
  z-index: 1; }
  .blog-details-text p {
    font-size: 20px;
    margin-bottom: 30px; }
    @media only screen and (max-width: 767px) {
      .blog-details-text p {
        font-size: 16px; } }
  .blog-details-text p:first-child {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    line-height: 1; }
    .blog-details-text p:first-child span:first-child {
      font-weight: 700;
      margin-right: 15px;
      font-size: 100px; }
      @media only screen and (max-width: 767px) {
        .blog-details-text p:first-child span:first-child {
          font-size: 50px; } }
    .blog-details-text p:first-child span:last-child {
      line-height: 1.7; }
  .blog-details-text ul {
    position: relative;
    z-index: 1;
    padding-left: 15px; }
    .blog-details-text ul li {
      font-size: 20px;
      color: #6e6e6e;
      margin-bottom: 30px; }
      .blog-details-text ul li span {
        color: #252525; }
      .blog-details-text ul li i {
        font-size: 14px;
        margin-right: 10px; }
      @media only screen and (max-width: 767px) {
        .blog-details-text ul li {
          font-size: 16px; } }

.akame-blockquote {
  position: relative;
  z-index: 1;
  margin-bottom: 30px;
  margin-top: 30px;
  border-left: 5px solid #D9475C;
  padding: 15px; }
  .akame-blockquote h4 {
    margin-bottom: 0; }
    @media only screen and (max-width: 767px) {
      .akame-blockquote h4 {
        font-size: 20px; } }

.akame-post-share {
  position: relative;
  z-index: 1; }
  .akame-post-share a {
    display: block;
    width: 46px;
    height: 46px;
    border-radius: 50%;
    background-color: #D9475C;
    color: #ffffff;
    text-align: center;
    margin-bottom: 10px;
    line-height: 46px; }
    @media only screen and (max-width: 767px) {
      .akame-post-share a {
        width: 30px;
        height: 30px;
        line-height: 30px; } }
    .akame-post-share a.facebook {
      background-color: #4b62b3; }
    .akame-post-share a.twitter {
      background-color: #03baeb; }
    .akame-post-share a.google-plus {
      background-color: #cb242e; }
    .akame-post-share a.instagram {
      background-color: #057ad7; }
.akame-post-share a.linkedin {
      background-color: #057ad7; }
    .akame-post-share a:hover, .akame-post-share a:focus {
      background-color: #D9475C; }

.post-author-area {
  position: relative;
  z-index: 1;
  padding: 30px 0;
  border-top: 1px solid #e5e5e5; }
  .post-author-area .author-meta .author-avatar {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 60px;
    flex: 0 0 60px;
    max-width: 60px;
    width: 60px;
    height: 60px;
    margin-right: 30px; }
    @media only screen and (max-width: 767px) {
      .post-author-area .author-meta .author-avatar {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 40px;
        flex: 0 0 40px;
        max-width: 40px;
        width: 40px;
        height: 40px;
        margin-right: 5px; } }
    .post-author-area .author-meta .author-avatar img {
      border-radius: 50%; }
  .post-author-area .author-meta .author-text p {
    font-size: 14px;
    margin-bottom: 5px; }
    @media only screen and (max-width: 767px) {
      .post-author-area .author-meta .author-text p {
        font-size: 12px; } }
  .post-author-area .author-meta .author-text h5 {
    margin-bottom: 0; }
    @media only screen and (max-width: 767px) {
      .post-author-area .author-meta .author-text h5 {
        font-size: 14px; } }
  .post-author-area .author-social-info a {
    display: inline-block;
    width: 46px;
    height: 46px;
    border-radius: 50%;
    background-color: #D9475C;
    color: #ffffff;
    text-align: center;
    margin-left: 15px;
    line-height: 46px; }
    @media only screen and (max-width: 767px) {
      .post-author-area .author-social-info a {
        width: 30px;
        height: 30px;
        line-height: 30px;
        margin-left: 2px;
        font-size: 14px; } }
    .post-author-area .author-social-info a.facebook {
      background-color: #4b62b3; }
    .post-author-area .author-social-info a.twitter {
      background-color: #03baeb; }
    .post-author-area .author-social-info a.google-plus {
      background-color: #cb242e; }
    .post-author-area .author-social-info a:hover, .post-author-area .author-social-info a:focus {
      background-color: #D9475C; }

/* :: 13.0 Choose Us CSS */
.choose-us-content {
  position: relative;
  z-index: 1; }
  .choose-us-content ul li {
    font-size: 16px;
    display: block;
    margin-bottom: 15px;
color:#D9475C; }
    .choose-us-content ul li i {
      color: #D9475C;
      padding-right: 5px; }
    .choose-us-content ul li:last-child {
      margin-bottom: 0; }

.choose-us-thumbnail {
  position: relative;
  z-index: 1;
  border-radius: 4px;
  height: 380px; }
  @media only screen and (max-width: 767px) {
    .choose-us-thumbnail {
      height: 220px; } }
  .choose-us-thumbnail .choose-us-img {
    position: absolute;
    width: 100%;
    height: 100%;
    top: -30px;
    right: 30px;
    z-index: 10;
    border-radius: 4px; }
    @media only screen and (max-width: 767px) {
      .choose-us-thumbnail .choose-us-img {
        top: -15px;
        right: 15px; } }

/* :: 14.0 Portfolio CSS */
.akame-portfolio {
  position: relative;
  z-index: 1; }

.portfolio-menu .btn {
  padding: 5px 10px;
  background-color: transparent;
  font-size: 16px;
  border-radius: 0;
  border-bottom: 2px solid transparent;
  margin: 0 10px; }

 .nav-tabs a {
  padding: 5px 10px;
  background-color: transparent;
  font-size: 16px;
  border-radius: 0;
  border-bottom: 2px solid transparent;
  margin: 0 10px; }


  @media only screen and (min-width: 768px) and (max-width: 991px) {
    .portfolio-menu .btn {
      margin: 0 5px;
      font-size: 14px; } }
  @media only screen and (max-width: 767px) {
    .portfolio-menu .btn {
      margin: 0 3px;
      font-size: 13px; } }
  .portfolio-menu .btn.active {
    color: #D9475C;
    border-bottom-color: #D9475C; }



.nav-tabs li.active {
    color: #D9475C;
    border-bottom-color: #D9475C; }


/*.akame-portfolio-single-item {
  position: relative;
  z-index: 1;
  overflow: hidden;
  border-radius: 3px; }*/
  /*.akame-portfolio-single-item img {
    width: 100%;
    -webkit-transition-duration: 500ms;
    -o-transition-duration: 500ms;
    transition-duration: 500ms;
    border-radius: 3px; }*/
  /*.akame-portfolio-single-item .overlay-content {
    -webkit-transition-duration: 500ms;
    -o-transition-duration: 500ms;
    transition-duration: 500ms;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: #000000;
    opacity: 0;
    visibility: hidden;
    z-index: 100;
    border-radius: 3px;
    padding: 50px 30px; }*/
    /*.akame-portfolio-single-item .overlay-content .overlay-text h4 {
      color: #D9475C; }
      @media only screen and (max-width: 767px) {
        .akame-portfolio-single-item .overlay-content .overlay-text h4 {
          font-size: 20px; } }
    .akame-portfolio-single-item .overlay-content .overlay-text p {
      color: #ffffff;
      margin-bottom: 0; }
      @media only screen and (min-width: 992px) and (max-width: 1199px) {
        .akame-portfolio-single-item .overlay-content .overlay-text p {
          font-size: 14px; } }
      @media only screen and (max-width: 767px) {
        .akame-portfolio-single-item .overlay-content .overlay-text p {
          font-size: 14px; } }*/
  /*.akame-portfolio-single-item .thumbnail-zoom {
    position: absolute;
    width: 40px;
    height: auto;
    margin-left: -40px;
    font-size: 20px;
    color: #ffffff;
    left: 50%;
    z-index: 100;
    bottom: 25px;
    text-align: center;
    opacity: 0;
    visibility: hidden; }*/
   /* .akame-portfolio-single-item .thumbnail-zoom:hover, .akame-portfolio-single-item .thumbnail-zoom:focus {
      color: #D9475C; }
  .akame-portfolio-single-item:hover img, .akame-portfolio-single-item:focus img {
    -webkit-transform: scale(1.2);
    -ms-transform: scale(1.2);
    transform: scale(1.2); }
  .akame-portfolio-single-item:hover .overlay-content, .akame-portfolio-single-item:focus .overlay-content {
    opacity: 0.7;
    visibility: visible; }
  .akame-portfolio-single-item:hover .thumbnail-zoom, .akame-portfolio-single-item:focus .thumbnail-zoom {
    opacity: 1;
    visibility: visible;
    margin-left: -20px; }*/

/* :: 15.0 Team CSS */
.akame-our-expert-area {
  position: relative;
  z-index: 1; }
  .akame-our-expert-area::before {
    position: absolute;
    width: 100%;
    height: 70%;
    content: '';
    top: 0;
    right: 0;
    z-index: -1;
    background-color: #f6f9f9; }
  .akame-our-expert-area .side-thumbnail {
    position: absolute;
    width: 555px;
    height: 70%;
    right: 50%;
    top: 0;
    z-index: -1;
    background-position: top center;
    background-size: cover;
    background-repeat: no-repeat; }
    @media only screen and (min-width: 768px) and (max-width: 991px) {
      .akame-our-expert-area .side-thumbnail {
        height: 50%;
        opacity: 0.2; } }
    @media only screen and (max-width: 767px) {
      .akame-our-expert-area .side-thumbnail {
        display: none; } }
  .akame-our-expert-area.about-us-page::before {
    height: 100%; }
  .akame-our-expert-area.about-us-page .side-thumbnail {
    height: 100%; }

.our-certificate-area {
  position: relative;
  z-index: 1; }
  .our-certificate-area img {
    margin-right: 30px;
    max-height: 45px; }
    .our-certificate-area img:last-child {
      margin-right: 0; }

.single-team-member {
  position: relative;
  z-index: 1;
  border: 1px solid #e5e5e5;
  -webkit-transition-duration: 500ms;
  -o-transition-duration: 500ms;
  transition-duration: 500ms;
  background-color: #ffffff; }
  .single-team-member .team-member-img {
    position: relative;
    z-index: 1; }
    .single-team-member .team-member-img img {
      -webkit-transition-duration: 500ms;
      -o-transition-duration: 500ms;
      transition-duration: 500ms;
      width: 100%;
      -webkit-filter: grayscale(100%);
      filter: grayscale(100%); }
    .single-team-member .team-member-img .team-social-info {
      -webkit-transition-duration: 500ms;
      -o-transition-duration: 500ms;
      transition-duration: 500ms;
      position: absolute;
      width: 100%;
      height: 100%;
      background-color: rgba(255, 255, 255, 0.8);
      opacity: 0;
      visibility: hidden;
      top: 0;
      left: 0;
      z-index: 10;
      text-align: center; }
      .single-team-member .team-member-img .team-social-info .social-link a {
        display: inline-block;
        width: 46px;
        height: 46px;
        line-height: 46px;
        border-radius: 50%; }
        .single-team-member .team-member-img .team-social-info .social-link a:hover, .single-team-member .team-member-img .team-social-info .social-link a:focus {
          background-color: #D9475C;
          -webkit-box-shadow: 0 2px 40px 8px rgba(15, 15, 15, 0.15);
          box-shadow: 0 2px 40px 8px rgba(15, 15, 15, 0.15);
          color: #ffffff; }
  .single-team-member .team-member-info {
    padding: 20px 30px; }
    .single-team-member .team-member-info h5 {
      display: block;
      margin-bottom: 10px; }
    .single-team-member .team-member-info p {
      margin-bottom: 0;
      font-size: 14px; }
  .single-team-member:hover, .single-team-member:focus {
    -webkit-box-shadow: 0 2px 40px 8px rgba(15, 15, 15, 0.15);
    box-shadow: 0 2px 40px 8px rgba(15, 15, 15, 0.15); }
    .single-team-member:hover img, .single-team-member:focus img {
      width: 100%;
      -webkit-filter: grayscale(0%);
      filter: grayscale(0%); }
    .single-team-member:hover .team-social-info, .single-team-member:focus .team-social-info {
      opacity: 1;
      visibility: visible; }
    .single-team-member:hover .team-member-info h5, .single-team-member:focus .team-member-info h5 {
      color: #D9475C; }

/* :: 16.0 Service CSS */
.single-service-area {
  position: relative;
  z-index: 1;
  padding: 40px 20px;
  border: 2px solid #e5e5e5;
    border-radius:6px;
  text-align: center;
  -webkit-transition-duration: 500ms;
  -o-transition-duration: 500ms;
  transition-duration: 500ms; }
  @media only screen and (min-width: 992px) and (max-width: 1199px) {
    .single-service-area {
      padding: 30px 15px; } }
  .single-service-area img {
    display: inline-block;
    margin-bottom: 15px; }
  .single-service-area h5 {
    font-size: 22px;
    margin-bottom: 10px;
    -webkit-transition-duration: 300ms;
    -o-transition-duration: 300ms;
    transition-duration: 300ms;
color:rgb(75, 75, 75);
font-family: 'Poppins', sans-serif;}
 
    @media only screen and (min-width: 992px) and (max-width: 1199px) {
      .single-service-area h5 {
        font-size: 18px; } }
  .single-service-area p {
    margin-bottom: 20;
color:rgb(75, 75, 75);     
}
.tt-card-state
{
    background-image: url(img/core-img/card-state-default.svg);
    height: 40px;
    display: block;
    margin-left: 10px;
        background-size: 36px;
        background-repeat: no-repeat;
}
.tt-card-state:hover
{
     background-image: url(img/core-img/card-state-hover.svg);
}



    @media only screen and (min-width: 992px) and (max-width: 1199px) {
      .single-service-area p {
        font-size: 14px;
        } }
  .single-service-area:hover, .single-service-area:focus {
    border: 2px solid #D9475C;
      
    -webkit-box-shadow: 0 2px 40px 8px rgba(15, 15, 15, 0.15);
    box-shadow: 0 2px 40px 8px rgba(15, 15, 15, 0.15); }
    .single-service-area:hover h5, .single-service-area:focus h5 {
      color: #D9475C; }

.single--service--item {
  position: relative;
  z-index: 1; }
  .single--service--item .service-content {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
    width: 50%; }
    @media only screen and (max-width: 767px) {
      .single--service--item .service-content {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
        width: 100%; } }
    .single--service--item .service-content .service-text {
      margin-left: auto;
      width: 555px;
      padding: 80px 0; }
      @media only screen and (min-width: 992px) and (max-width: 1199px) {
        .single--service--item .service-content .service-text {
          width: 455px; } }
      @media only screen and (min-width: 768px) and (max-width: 991px) {
        .single--service--item .service-content .service-text {
          width: 345px; } }
      @media only screen and (max-width: 767px) {
        .single--service--item .service-content .service-text {
          width: 100%;
          padding: 80px 30px; } }
      .single--service--item .service-content .service-text h2 {
        font-size: 42px;
        display: block;
        margin-bottom: 40px; }
        @media only screen and (min-width: 992px) and (max-width: 1199px) {
          .single--service--item .service-content .service-text h2 {
            font-size: 36px; } }
        @media only screen and (min-width: 768px) and (max-width: 991px) {
          .single--service--item .service-content .service-text h2 {
            font-size: 30px; } }
        @media only screen and (max-width: 767px) {
          .single--service--item .service-content .service-text h2 {
            font-size: 24px; } }
      .single--service--item .service-content .service-text p {
        margin-bottom: 30px;
        display: block;
        max-width: 250px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between; }
        .single--service--item .service-content .service-text p span:last-child {
          font-weight: 600;
          color: #252525; }
        .single--service--item .service-content .service-text p:last-child {
          margin-bottom: 0; }
  .single--service--item .service-thumbnail {
    position: relative;
    z-index: 1;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
    width: 50%;
    height: 500px; }
    @media only screen and (max-width: 767px) {
      .single--service--item .service-thumbnail {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
        width: 100%;
        height: 300px; } }
  .single--service--item.odd-item .service-content .service-text {
    margin-left: 15%;
    width: auto; }
    @media only screen and (max-width: 767px) {
      .single--service--item.odd-item .service-content .service-text {
        margin-left: auto; } }

.akame-service-area {
  position: relative;
  z-index: 1; }
  .akame-service-area .single--service--item:first-child {
    border-top: 1px solid #e5e5e5; }
  .akame-service-area .single--service--item:last-child {
    border-bottom: 1px solid #e5e5e5; }

/* :: 17.0 About CSS */
.about-us-thumbnail {
  position: relative;
  z-index: 1; }
  .about-us-thumbnail img {
    -webkit-box-shadow: 0 2px 40px 8px rgba(15, 15, 15, 0.15);
    box-shadow: 0 2px 40px 8px rgba(15, 15, 15, 0.15); }

.about-us-content {
  position: relative;
  z-index: 1; }
  .about-us-content h3 {
    display: block;
    margin-bottom: 15px; }
    @media only screen and (min-width: 992px) and (max-width: 1199px) {
      .about-us-content h3 {
        font-size: 24px; } }
    @media only screen and (max-width: 767px) {
      .about-us-content h3 {
        font-size: 24px; } }

.about--us--content p {
  font-size: 20px;
  font-style: italic;
  color: #252525;
  margin-bottom: 25px; }
.about--us--content img {
  display: block;
  margin-bottom: 20px; }
.about--us--content h4 {
  margin-bottom: 0; }

.akame--video--area {
  position: relative;
  z-index: 1; }
  .akame--video--area::before {
    position: absolute;
    width: 100%;
    height: 60%;
    content: '';
    bottom: 0;
    right: 0;
    z-index: -1;
    background-color: #f6f9f9; }
    @media only screen and (min-width: 768px) and (max-width: 991px) {
      .akame--video--area::before {
        height: 70%; } }
    @media only screen and (max-width: 767px) {
      .akame--video--area::before {
        height: 90%; } }
  .akame--video--area .video-content-area {
    position: relative;
    z-index: 1;
    background-color: #ffffff;
    border: 20px solid #ffffff;
    box-shadow: 0 15px 15px 0 rgba(0, 0, 0, 0.15);
    border-radius: 5px; }
    .akame--video--area .video-content-area .video-play-btn {
      display: inline-block;
      width: 90px;
      height: 90px;
      background-color: #D9475C;
      color: #ffffff;
      font-size: 30px;
      text-align: center;
      line-height: 90px;
      border-radius: 50%;
      position: absolute;
      top: 50%;
      left: 50%;
      margin-top: -45px;
      margin-left: -45px;
      z-index: 100; }
      .akame--video--area .video-content-area .video-play-btn i {
        padding-left: 5px; }
      @media only screen and (max-width: 767px) {
        .akame--video--area .video-content-area .video-play-btn {
          width: 60px;
          height: 60px;
          font-size: 24px;
          line-height: 60px;
          margin-top: -30px;
          margin-left: -30px; } }
      .akame--video--area .video-content-area .video-play-btn:hover, .akame--video--area .video-content-area .video-play-btn:focus {
        background-color: #000000; }

.single-cool-facts-area {
  position: relative;
  z-index: 1; }
  .single-cool-facts-area span {
    position: absolute;
    top: 50%;
    font-size: 48px;
    color: #D9475C;
    font-family: "Playfair Display", serif;
    text-transform: uppercase;
    line-height: 1;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    z-index: -1;
    opacity: 0.15;
    left: 50%;
    font-weight: 700; }
  .single-cool-facts-area h2 {
    font-size: 60px;
    display: block;
    margin-bottom: 10px; }
    @media only screen and (max-width: 767px) {
      .single-cool-facts-area h2 {
        font-size: 36px; } }
    @media only screen and (min-width: 576px) and (max-width: 767px) {
      .single-cool-facts-area h2 {
        font-size: 42px; } }
  .single-cool-facts-area p {
    font-size: 14px;
    text-transform: uppercase;
    margin-bottom: 0;
    color: #6e6e6e; }

.testimonial-slides {
  position: relative;
  z-index: 1; }
  .testimonial-slides .owl-dots {
    margin-top: 50px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center; }
    .testimonial-slides .owl-dots .owl-dot {
      width: 12px;
      height: 12px;
      border: 1px solid #D9475C;
      margin: 0 5px;
      border-radius: 50%; }
      .testimonial-slides .owl-dots .owl-dot.active {
        background-color: #D9475C; }

.single-testimonial-slide {
  position: relative;
  z-index: 1;
  text-align: center; }
  .single-testimonial-slide img {
    width: 120px !important;
    margin: 0 auto 50px; }
  .single-testimonial-slide p {
    color: #252525;
    font-size: 24px;
    margin-bottom: 30px; }
    @media only screen and (max-width: 767px) {
      .single-testimonial-slide p {
        font-size: 20px; } }
  .single-testimonial-slide .ratings-name {
    position: relative;
    z-index: 1; }
    .single-testimonial-slide .ratings-name .ratings {
      font-size: 16px;
      color: #D9475C; }
    .single-testimonial-slide .ratings-name h5 {
      font-size: 18px;
      margin-bottom: 0; }

.booking-info {
  position: relative;
  z-index: 1; }
  .booking-info h2 {
    font-size: 42px;
    margin-bottom: 20px; }
    @media only screen and (max-width: 767px) {
      .booking-info h2 {
        font-size: 36px; } }
  .booking-info h4 {
    color: #D9475C;
    margin-bottom: 15px; }
  .booking-info p:last-child {
    margin-bottom: 0; }

.single-booking-table {
  position: relative;
  z-index: 1;
  border-left: 1px solid #e5e5e5;
  margin: 0 70px; }
  @media only screen and (max-width: 767px) {
    .single-booking-table {
      margin: 0; } }
  .single-booking-table .single-date-hours {
    position: relative;
    z-index: 1;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.3333%;
    flex: 0 0 33.3333%;
    max-width: 33.3333%;
    width: 33.3333%; }
    .single-booking-table .single-date-hours .booking-day {
      border: 1px solid #e5e5e5;
      text-align: center;
      padding: 20px 15px;
      width: 100%;
      border-left: none; }
      .single-booking-table .single-date-hours .booking-day h5 {
        font-weight: 600;
        font-family: "Open Sans", sans-serif; }
        @media only screen and (min-width: 992px) and (max-width: 1199px) {
          .single-booking-table .single-date-hours .booking-day h5 {
            font-size: 16px; } }
        @media only screen and (max-width: 767px) {
          .single-booking-table .single-date-hours .booking-day h5 {
            font-size: 14px; } }
      .single-booking-table .single-date-hours .booking-day h6 {
        margin-bottom: 0;
        font-family: "Open Sans", sans-serif; }
        @media only screen and (min-width: 992px) and (max-width: 1199px) {
          .single-booking-table .single-date-hours .booking-day h6 {
            font-size: 12px; } }
        @media only screen and (max-width: 767px) {
          .single-booking-table .single-date-hours .booking-day h6 {
            font-size: 12px; } }
    .single-booking-table .single-date-hours .booking-hours {
      position: relative;
      z-index: 1;
      text-align: center; }
      .single-booking-table .single-date-hours .booking-hours span {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
        width: 50%;
        border-right: 1px solid #e5e5e5;
        border-bottom: 1px solid #e5e5e5;
        padding: 20px 5px;
        font-size: 24px;
        color: #252525; }
        @media only screen and (min-width: 992px) and (max-width: 1199px) {
          .single-booking-table .single-date-hours .booking-hours span {
            font-size: 20px; } }
        @media only screen and (max-width: 767px) {
          .single-booking-table .single-date-hours .booking-hours span {
            font-size: 12px; } }
        .single-booking-table .single-date-hours .booking-hours span.active {
          background-color: #f6f9f9;
          color: #acacac; }
    .single-booking-table .single-date-hours.active .booking-day {
      background-color: #D9475C; }
      .single-booking-table .single-date-hours.active .booking-day h5,
      .single-booking-table .single-date-hours.active .booking-day h6 {
        color: #ffffff; }

.booking-table-slider {
  position: relative;
  z-index: 1; }
  .booking-table-slider .owl-prev,
  .booking-table-slider .owl-next {
    width: 40px;
    height: 40px;
    position: absolute;
    border: 1px solid #252525;
    color: #252525;
    text-align: center;
    line-height: 40px;
    font-size: 24px;
    border-radius: 50%;
    -webkit-transition-duration: 500ms;
    -o-transition-duration: 500ms;
    transition-duration: 500ms;
    top: 50%;
    margin-top: -20px;
    left: 20px; }
    @media only screen and (max-width: 767px) {
      .booking-table-slider .owl-prev,
      .booking-table-slider .owl-next {
        display: none; } }
    .booking-table-slider .owl-prev:hover, .booking-table-slider .owl-prev:focus,
    .booking-table-slider .owl-next:hover,
    .booking-table-slider .owl-next:focus {
      border-color: #D9475C;
      background-color: #D9475C;
      color: #ffffff; }
  .booking-table-slider .owl-next {
    left: auto;
    right: 20px; }
  .booking-table-slider .owl-dots {
    margin-top: 30px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 30px auto 0;
    width: 200px;
    border: 1px solid #e5e5e5;
    border-radius: 6px;
    height: 10px; }
    .booking-table-slider .owl-dots .owl-dot {
      flex-grow: 1;
      height: 10px;
      border-radius: 5px;
      -webkit-transition-duration: 500ms;
      -o-transition-duration: 500ms;
      transition-duration: 500ms; }
      .booking-table-slider .owl-dots .owl-dot.active {
        height: 10px;
        background-color: #D9475C; }

/* :: 18.0 Contact Area */
.akame-contact-form {
  position: relative;
  z-index: 1;
  border: 1px solid #e5e5e5;
  padding: 30px; }
  @media only screen and (max-width: 767px) {
    .akame-contact-form {
      padding: 20px; } }
  @media only screen and (max-width: 767px) {
    .akame-contact-form h2 {
      font-size: 24px; } }
  @media only screen and (max-width: 767px) {
    .akame-contact-form h4 {
      font-size: 20px; } }
  .akame-contact-form .form-control {
    width: 100%;
    height: 50px;
    padding: 0 20px;
    border-radius: 2px;
    color: #acacac;
    font-size: 14px; }
    .akame-contact-form .form-control:focus {
      box-shadow: none;
      border-color: #D9475C; }
  .akame-contact-form textarea.form-control {
    height: 150px;
    padding: 20px; }



.single-contact-information {
  position: relative;
  z-index: 1;
  text-align: center; }
  .single-contact-information i {
    font-size: 30px;
    margin-bottom: 15px;
    color: #D9475C;
    display: block; }
  .single-contact-information h4 {
    display: block;
    margin-bottom: 15px; }
  .single-contact-information p {
    margin-bottom: 0; }


.testimonials
{
    margin: 90px auto;
}
.testimonials h1
{
   
    text-align: center;
    font-size: 42px;
    padding-bottom: 0px;
    
}


.testimonials row
{
    margin-top: 30px;
}
.col-md-4
{
    margin: 40px auto;
}
.profile
{
    padding: 70px 10px 10px;
    background: #efefef;
    height: 442px;
}
 @media only screen and (min-width: 992px) and (max-width: 1199px)
 {
     .profile
     {
         height: auto;
     }
}
  @media only screen and (min-width: 768px) and (max-width: 991px)
      {
     .profile
     {
         height: auto;
     }
}
 @media only screen and (max-width: 767px)
     {
     .profile
     {
         height: auto;
     }
}



.profile img
{
    top:-60px;
    position: absolute;
    left: calc(50% - 60px);
    border: solid #efefef;
}
.user
{
    width: 120px;
    height: 120px;
    border-radius: 50%;
}
.profile h3
{
    font-size: 20px;
    margin-top: 15px;
    color: #D9475C;
}
blockquote
{
    font-size: 15px;
    line-height: 30px;
    
}

blockquote::before
{
     content: "\201C";
    font-size: 50px;
    font-family:"Times New Roman", Times;
    position: relative;
    color:#D9475C;
    line-height: 20px;
    bottom: -15px;
    right:5px;
}
blockquote::after
{
    content: '\201D';
    font-size: 50px;
    font-family:"Times New Roman", Times;
    position: relative;
    color:#D9475C;
    line-height: 20px;
    bottom: -15px;
    left:5px;
}
.profile:hover
{
    box-shadow: 0 0 15px 5px rgba(0,0,0,0.2);
    cursor: pointer;
    transition: all .5s ease;
}
.akame-portfolio #image2
{
    margin-bottom:8px; 
    margin-left:auto;
    display: block;
    margin-right: auto
}
 


.heading4 h2
{
    font-size: 30px;
    font-weight: bold;
}

.browse-matrimonial .content ul
{
    text-align:center;
}
.browse-matrimonial .content li:first-child
{
    font-weight: bold;
    background: #D9475C;
    border-radius: 10px;
    padding: 1px 10px;
    color: white;
}
.browse-matrimonial .content li{
    display: inline-block;
    border-right:1px solid #D9475C;
    padding: 0 5px;
    font-size:14px;
}
.browse-matrimonial .content li a:hover
{
    color:#D9475C;
    transition: .5s ease;
}
.fa-mobile {
  
}
.tagline h4
{
    font-weight: 500;
    font-size: 24px;
    color:white;
    text-align:center;
    margin-top:30px;
    font-family: Raleway,sans-serif;
}
@media only screen and (max-width: 767px)
{
    .tagline h4
    {
        font-size: 18px;
    }
}
.client-area h2 {
    text-align: center;
    padding: 0 0 50px;
    font-weight: bold;
    text-transform: uppercase;
    font-size: 22px;
    padding-top: 30px;
    padding-bottom: 20px !important;
    font-family: "Gotham SSm",Montserrat,"Helvetica Neue",Helvetica,Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";
}
.client-area h2 span
{
    color:#D9475C;
}
.client-area
{
    padding: 10px 10px 50px;
    background:#f7f7f7;
    margin-bottom: 50px;
}
.slick-slide
{
    margin: 0 20px;
}
.slick-slide img
{
    width: 100%;
}
.slick-list 
{
    position: relative;
    display: block;
    overflow: hidden;
    margin: 0;
    padding: 0;
}
.slick-list:focus
{
    outline: none;
}
.slick-slide
{
    display: none;
    float: left;
    height: 100%;
    min-height: 1px;
}
.slick-slide img 
{
    display: block;
}
.slick-initialized .slick-slide
{
    display: block;
}
.slick-loading .slick-slide
{
    visibility: hidden;
}
@media(max-width:800px)
{
    .client-area
    {
        padding: 0;
    }
    .client-area h2
    {
        padding: 30px 0 40px;
        font-size: 20px;
    }
}

.wak-number {
    display: flex;
    justify-content: space-around;
    align-items: flex-end;
    font-family: OpenSans-Light;
    width: 100%;
    padding: 27px 5px;
    background:#f7f7f7;
}
.wak-number img
{
    max-width:100%;
}
.wak-number h1
{
    font-family: OpenSans-Bold;
    font-size:32px;
    padding-top: 10px;
}
.wak-number p
{
    line-height: 1.0;
    font-size:15px;
    font-weight: 600;
}
.wak-number i
{
    font-size:70px;
   -webkit-text-stroke: 2px #f7f7f7;
}
@media (max-width: 700px){
.wak-number h1 {
    font-size: 16px;
    }
}
@media (max-width: 700px){
.wak-number img {
    width: 30px;
}
    .wak-number i
    {
        font-size:34px;
    }
}
@media (max-width: 700px)
{
.wak-number p {
    font-size: 13px;
    padding-right: 7px;
    text-align: center;
    }
}
.wak-number .tooltip {
    position: relative!important;
    opacity: 1!important;
    z-index: 1!important;
}
.wak-number div {
    display: flex;
    flex-direction: column;
    align-items: center;
}
.tooltip {
    position: absolute;
    z-index: 1070;
    display: block;
    font-size: 12px;
    line-height: 1.4;
    visibility: visible;
    opacity: 0;
}
.justify-content-center {
    justify-content: center!important;
}
.align-items-center {
    align-items: center!important;
}
.d-none
{
    display: flex!important;
}
/*.d-flex {
    display: flex!important;
}
@media (min-width: 768px){
.d-md-flex {
    display: flex!important;
}
}*/
.vs-color-avocado {
    color: #D9475C;
}
.mr-10, .mx-10 {
    margin-right: 10px!important;
}
.mb-30, .my-30 {
    margin-bottom: 30px!important;
}
.up-icon.md {
   --size: 20px;
}
.up-icon {
    --size: 14px;
    display: inline-table;
    width: var(--size);
    height: var(--size);
}
.up-icon>svg {
    fill: currentColor;
    object-fit: contain;
    width: 100%!important;
    height: 100%!important;
    display: block;
}
.display-u2u-h5, .h5.display-u2u, .lead-intro, h5.display-u2u
{
    font-size: 16px;
    line-height: 27px;
    font-weight: 500;
}
.px-20 {
    padding-left: 20px!important;
    padding-right: 20px!important;
}

@media (max-width: 1199px)
{
    .display-u2u-h5, .h5.display-u2u, .lead-intro, h5.display-u2u 
    {
        font-size: 16px;
        line-height: 24px;
    }
}
@media (max-width: 768px)
{
    .display-u2u-h5
    {
        font-size:14px;
    }
}
@media (min-width: 1200px)
{
    .engagement-boxes-wrapper>.row:not(:last-child)
    {
        margin-bottom: 80px;
    }
}

/*# sourceMappingURL=style.css.map */
.engagement-boxes-wrapper .title
{
    font-size:36px;
}
.engagement-boxes-wrapper .subtitle
{
    font-size:17px;
}
@media (max-width: 768px)
{
    .engagement-boxes-wrapper .title
    {
        font-size:33px;       
    }
    .engagement-boxes-wrapper .subtitle
    {
        font-size:16px;
    }
    
}


.key-points .key-title
{
    font-size:30px;
}










input {
	outline: none;
	border: none;
}

textarea {
  outline: none;
  border: none;
}

textarea:focus, input:focus {
  border-color: transparent !important;
}

input:focus::-webkit-input-placeholder { color:transparent; }
input:focus:-moz-placeholder { color:transparent; }
input:focus::-moz-placeholder { color:transparent; }
input:focus:-ms-input-placeholder { color:transparent; }

textarea:focus::-webkit-input-placeholder { color:transparent; }
textarea:focus:-moz-placeholder { color:transparent; }
textarea:focus::-moz-placeholder { color:transparent; }
textarea:focus:-ms-input-placeholder { color:transparent; }

input::-webkit-input-placeholder { 
  font-family: Poppins-Medium;  
  color: #555555;
}
input:-moz-placeholder { 
  font-family: Poppins-Medium;  
  color: #555555;
}
input::-moz-placeholder { 
  font-family: Poppins-Medium;  
  color: #555555;
}
input:-ms-input-placeholder { 
  font-family: Poppins-Medium;  
  color: #555555;
}

textarea::-webkit-input-placeholder { 
  font-family: Poppins-Medium;  
  color: #555555;
}
textarea:-moz-placeholder { 
  font-family: Poppins-Medium;  
  color: #555555;
}
textarea::-moz-placeholder { 
  font-family: Poppins-Medium;  
  color: #555555;
}
textarea:-ms-input-placeholder { 
  font-family: Poppins-Medium;  
  color: #555555;
}

/*---------------------------------------------*/
button {
	outline: none !important;
	border: none;
	background: transparent;
}

button:hover {
	cursor: pointer;
}

iframe {
	border: none !important;
}
.container-contact100 {
  width: 100%;  
  min-height: 100vh;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  padding: 15px;
  background: transparent;
  position: relative;
  z-index: 1;
}

.contact100-map {
  position: absolute;
  z-index: -2;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}

.wrap-contact100 {
  width: 1170px;
  background: #fff;
  border-radius: 10px;
  padding: 82px 180px 33px 180px;
  position: relative;
  display: none;
}

.show-wrap-contact100 {
  visibility: visible;
  opacity: 1;
}


/*==================================================================
[ Form ]*/

.contact100-form {
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding-bottom: 35px;
}

.contact100-form-title {
  display: block;
  width: 100%;
  font-family: Poppins-Bold;
  font-size: 39px;
  color: #333333;
  line-height: 1.2;
  text-align: left;
  padding-bottom: 44px;
}



/*------------------------------------------------------------------
[ Input ]*/

.wrap-input100 {
  width: 100%;
  position: relative;
  border-bottom: 2px solid #d9d9d9;
  padding-bottom: 5px;
  margin-bottom: 35px;
}

.rs1-wrap-input100 {
  width: calc((100% - 30px) / 3);
}

.label-input100 {
  font-family: Poppins-Regular;
  font-size: 15px;
  color: #999999;
  line-height: 1.5;
  padding-left: 5px;
}

.input100 {
  display: block;
  width: 100%;
  background: transparent;
  font-family: Poppins-SemiBold;
  font-size: 15px;
  color: #555555;
  line-height: 1.2;
  padding: 0 5px;
}

.focus-input100 {
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  pointer-events: none;
}

.focus-input100::before {
  content: "";
  display: block;
  position: absolute;
  bottom: -2px;
  left: 0;
  width: 0;
  height: 2px;

  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  -moz-transition: all 0.4s;
  transition: all 0.4s;

  background: #ff4b5a;
}


/*---------------------------------------------*/
input.input100 {
  height: 40px;
}


textarea.input100 {
  min-height: 90px;
  padding-top: 9px;
  padding-bottom: 13px;
}


.input100:focus + .focus-input100::before {
  width: 100%;
}

.has-val.input100 + .focus-input100::before {
  width: 100%;
}


/*------------------------------------------------------------------
[ Button ]*/
.container-contact100-form-btn {
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  
}

.contact100-form-btn {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0 20px;
  min-width: 160px;
  height: 50px;
  background-color: #ff4b5a;
  border-radius: 25px;

  font-family: Poppins-Medium;
  font-size: 16px;
  color: #fff;
  line-height: 1.2;

  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  -moz-transition: all 0.4s;
  transition: all 0.4s;

  box-shadow: 0 10px 30px 0px rgba(255, 75, 90, 0.5);
  -moz-box-shadow: 0 10px 30px 0px rgba(255, 75, 90, 0.5);
  -webkit-box-shadow: 0 10px 30px 0px rgba(255, 75, 90, 0.5);
  -o-box-shadow: 0 10px 30px 0px rgba(255, 75, 90, 0.5);
  -ms-box-shadow: 0 10px 30px 0px rgba(255, 75, 90, 0.5);
}

.contact100-form-btn i {
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  -moz-transition: all 0.4s;
  transition: all 0.4s;
}

.contact100-form-btn:hover {
  background-color: #333333;
  box-shadow: 0 10px 30px 0px rgba(51, 51, 51, 0.5);
  -moz-box-shadow: 0 10px 30px 0px rgba(51, 51, 51, 0.5);
  -webkit-box-shadow: 0 10px 30px 0px rgba(51, 51, 51, 0.5);
  -o-box-shadow: 0 10px 30px 0px rgba(51, 51, 51, 0.5);
  -ms-box-shadow: 0 10px 30px 0px rgba(51, 51, 51, 0.5);
}

.contact100-form-btn:hover i {
  -webkit-transform: translateX(10px);
  -moz-transform: translateX(10px);
  -ms-transform: translateX(10px);
  -o-transform: translateX(10px);
  transform: translateX(10px);
}


/*------------------------------------------------------------------
[ Responsive ]*/

@media (max-width: 992px) {
  .wrap-contact100 {
    padding: 82px 80px 33px 80px;
  }
}

@media (max-width: 768px) {
  .rs1-wrap-input100 {
    width: 100%;
  }
}

@media (max-width: 576px) {
  .wrap-contact100 {
    padding: 82px 15px 33px 15px;
  }
}


/*------------------------------------------------------------------
[ Alert validate ]*/

.validate-input {
  position: relative;
}

.alert-validate::before {
  content: attr(data-validate);
  position: absolute;
  max-width: 70%;
  background-color: #fff;
  border: 1px solid #c80000;
  border-radius: 2px;
  padding: 4px 25px 4px 10px;
  top: 58%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 2px;
  pointer-events: none;

  font-family: Poppins-Medium;
  color: #c80000;
  font-size: 13px;
  line-height: 1.4;
  text-align: left;

  visibility: hidden;
  opacity: 0;

  -webkit-transition: opacity 0.4s;
  -o-transition: opacity 0.4s;
  -moz-transition: opacity 0.4s;
  transition: opacity 0.4s;
}

.alert-validate::after {
  content: "\f06a";
  font-family: FontAwesome;
  display: block;
  position: absolute;
  color: #c80000;
  font-size: 16px;
  top: 58%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 8px;
}

.alert-validate:hover:before {
  visibility: visible;
  opacity: 1;
}

@media (max-width: 992px) {
  .alert-validate::before {
    visibility: visible;
    opacity: 1;
  }
}


/*==================================================================
[ Contact more ]*/

.contact100-more {
  font-family: Poppins-Regular;
  font-size: 14px;
  color: #999999;
  line-height: 1.5;
}

.contact100-more-highlight {
  color: #ff4b5a;
}

/*==================================================================
[ Button hide form ]*/

.contact100-btn-hide {
  color: #333333;
  font-size: 14px;

  position: absolute;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 30px;
  height: 30px;
  background-color: #fff;
  border: 1px solid #ececec;
  border-radius: 50%;
  top: -15px;
  right: -15px;

  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  -moz-transition: all 0.4s;
  transition: all 0.4s;
}

.contact100-btn-hide:hover {
  background-color: #333333;
  color: #fff;
}



/*==================================================================
[ Button show form ]*/

.contact100-btn-show {
  color: #fff;
  font-size: 39px;

  position: fixed;
  z-index: -1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 120px;
  height: 120px;
  border-radius: 50%;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.contact100-btn-show::before {
  content: "";
  display: block;
  position: absolute;
  z-index: -2;
  width: 100%;
  height: 100%;
  background-color: #ff4b5a;
  border-radius: 50%;

  top: 0;
  left: 0;
  
  box-shadow: 0 10px 30px 0px rgba(255, 75, 90, 0.5);
  -moz-box-shadow: 0 10px 30px 0px rgba(255, 75, 90, 0.5);
  -webkit-box-shadow: 0 10px 30px 0px rgba(255, 75, 90, 0.5);
  -o-box-shadow: 0 10px 30px 0px rgba(255, 75, 90, 0.5);
  -ms-box-shadow: 0 10px 30px 0px rgba(255, 75, 90, 0.5);

  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  -moz-transition: all 0.4s;
  transition: all 0.4s;

  -webkit-animation: beatbtn 0.9s ease-in-out infinite;
  animation: beatbtn 0.9s ease-in-out infinite;
}


@keyframes beatbtn {
  0% {
    background-color: rgba(255, 75, 90, 1);
    transform-origin: center;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
  }

  50% {
    background-color: rgba(255, 75, 90, 0.8);
    transform-origin: center;
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
  }
}
::selection{
    background-color: #D9475C;
    color: white;
}

.payment .details {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    margin-bottom: 20px;
    width: 100%;
}
.payment .details .lists {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    width: 100%;
}
.payment .details .lists img {
    margin-right: 30px;
    margin-bottom: 20px;
}
.payment .details .lists .box {
    background-color: white;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 5px;
    height: 35px;
    padding: 0 10px!important;
    margin-right: 20px;
    margin-bottom: 20px;
}
.payment .details .box img {
    margin-right: 0;
    margin-bottom: 0;
}
.payment .details .box h5
{
    font-family:OpenSans-Light;
    font-weight: bold;
}
.payment .details span {
    min-width: 150px;
    font-size: 14px;
    font-weight: bolder;
    color: white;
}
@media (max-width: 767px)
.box {
    padding: 0!important;
    margin-top: 2em;
}
@media (max-width:900px)
{
    .payment .details
    {
        display:block;
        width:100%;
    }
    .payment .details .lists
    {
        margin:15px 0;
    }   
}

@media (max-width: 767px)
{
    .contact100-form-title
    {
        font-size:36px;
    }
}

#mainSlider h1 {
  font-size: 78px;
  line-height: 110%;
  font-weight: 900;
  letter-spacing: .05em;
  margin-bottom: 0;
  -webkit-transition: font 200ms ease-out;
  transition: font 200ms ease-out;
}
#mainSlider #owl-main .caption h1.light-bg, #mainSlider #owl-main .caption h1.medium-bg, #mainSlider #owl-main .caption h1.dark-bg, #mainSlider #owl-main .caption h1.tint-bg {
  font-size: 73px;
}
#mainSlider h4 {
  font-size: 33px;
  line-height: 120%;
}
#mainSlider p {
  font-size: 24px;
  line-height: 150%;
  font-weight: 400;
  letter-spacing: .015em;
  text-transform: none;
  margin-top: 20px;
  margin-bottom: 0;
  -webkit-transition: font 200ms ease-out, margin 200ms ease-out;
  transition: font 200ms ease-out, margin 200ms ease-out;
}
#mainSlider .btn {
  background-color: #D9475C;
  margin-top: 60px;
  color: #fff;
  margin-bottom: 0;
  -webkit-transition: background 200ms ease-out, font 200ms ease-out, padding 200ms ease-out, margin 200ms ease-out;
  transition: background 200ms ease-out, font 200ms ease-out, padding 200ms ease-out, margin 200ms ease-out;
}
#mainSlider .btn-large {
  font-size: 18px;
  padding: 18px 70px 20px;
}

.owl-carousel {
  text-align: center;
  cursor: default;
}

.owl-controls {
  display: inline-block;
  position: relative;
  margin-top: 40px;
}

.panel-group .panel .owl-controls {
  margin-top: 25px;
}
.panel-group.blank .panel .owl-controls {
  margin-top: 40px;
}

.owl-pagination {
  position: relative;
  line-height: 30px;
}

.owl-buttons {
  display: block;
}

.owl-prev, .owl-next {
  display: inline-block;
  position: absolute;
  top: 0;
  bottom: 0;
  width: 30px;
  height: 30px;
  font-size: 30px;
  color: #FFF;
  background-color: #506A85;
  border: none;
  border-radius: 3px;
  margin: auto;
  -webkit-transition: all 200ms ease-out;
  transition: all 200ms ease-out;
  opacity: 1;
}

.owl-prev {
  left: -35px;
}

.owl-next {
  right: -35px;
}

.owl-carousel:hover .owl-prev {
  left: -40px;
  opacity: 1;
}
.owl-carousel:hover .owl-next {
  right: -40px;
  opacity: 1;
}
.owl-carousel:hover .owl-prev:hover, .owl-carousel:hover .owl-next:hover {
  color: #D9475C;
  opacity: 1;
}
.owl-outer-nav:after {
  content: "";
  position: absolute;
  top: 0;
  left: -15%;
  width: 130%;
  height: 100%;
  z-index: 0;
}
.owl-outer-nav .owl-wrapper-outer, .owl-outer-nav .owl-pagination, .owl-outer-nav .owl-prev, .owl-outer-nav .owl-next {
  z-index: 1;
}
.owl-outer-nav .owl-controls {
  position: static;
}
.owl-outer-nav .owl-prev {
  left: -65px;
}
.owl-outer-nav .owl-next {
  right: -65px;
}
.owl-outer-nav:hover .owl-prev {
  left: -80px;
}
.owl-outer-nav:hover .owl-next {
  right: -80px;
}

.owl-ui-md .owl-pagination {
  line-height: 45px;
}
.owl-ui-md .owl-prev, .owl-ui-md .owl-next {
  width: 45px;
  height: 45px;
  font-size: 45px;
}
.owl-ui-md .owl-prev {
  left: -55px;
}
.owl-ui-md .owl-next {
  right: -55px;
}
.owl-ui-md:hover .owl-prev {
  left: -60px;
}
.owl-ui-md:hover .owl-next {
  right: -60px;
}

.owl-outer-nav.owl-ui-md:after {
  left: -18%;
  width: 136%;
}
.owl-outer-nav.owl-ui-md .owl-prev {
  left: -85px;
}
.owl-outer-nav.owl-ui-md .owl-next {
  right: -85px;
}
.owl-outer-nav.owl-ui-md:hover .owl-prev {
  left: -100px;
}
.owl-outer-nav.owl-ui-md:hover .owl-next {
  right: -100px;
}

.owl-ui-lg .owl-pagination {
  line-height: 60px;
}
.owl-ui-lg .owl-prev, .owl-ui-lg .owl-next {
  width: 60px;
  height: 60px;
  font-size: 60px;
}
.owl-ui-lg .owl-prev {
  left: -75px;
}
.owl-ui-lg .owl-next {
  right: -75px;
}
.owl-ui-lg:hover .owl-prev {
  left: -80px;
}
.owl-ui-lg:hover .owl-next {
  right: -80px;
}

.owl-outer-nav.owl-ui-lg:after {
  left: -22%;
  width: 144%;
}
.owl-outer-nav.owl-ui-lg .owl-prev {
  left: -105px;
}
.owl-outer-nav.owl-ui-lg .owl-next {
  right: -105px;
}
.owl-outer-nav.owl-ui-lg:hover .owl-prev {
  left: -120px;
}
.owl-outer-nav.owl-ui-lg:hover .owl-next {
  right: -120px;
}

.owl-inner-nav .owl-controls {
  position: static;
}
.owl-inner-nav .owl-prev {
  left: 45px;
}
.owl-inner-nav .owl-next {
  right: 45px;
}
.owl-inner-nav:hover .owl-prev {
  left: 30px;
}
.owl-inner-nav:hover .owl-next {
  right: 30px;
}

.owl-outer-nav .owl-prev, .owl-outer-nav .owl-next {
  bottom: 70px;
}

.owl-inner-nav .owl-prev, .owl-inner-nav .owl-next {
  bottom: 70px;
}

.owl-outer-nav.owl-ui-md .owl-prev, .owl-outer-nav.owl-ui-md .owl-next {
  bottom: 85px;
}

.owl-inner-nav.owl-ui-md .owl-prev, .owl-inner-nav.owl-ui-md .owl-next {
  bottom: 85px;
}

.owl-outer-nav.owl-ui-lg .owl-prev, .owl-outer-nav.owl-ui-lg .owl-next {
  bottom: 100px;
}

.owl-inner-nav.owl-ui-lg .owl-prev, .owl-inner-nav.owl-ui-lg .owl-next {
  bottom: 100px;
}

.owl-inner-pagination .owl-pagination, .owl-inner-pagination .owl-prev, .owl-inner-pagination .owl-next {
  margin-top: -40px;
  top: -60px;
}
.owl-inner-pagination.owl-ui-md .owl-pagination, .owl-inner-pagination.owl-ui-md .owl-prev, .owl-inner-pagination.owl-ui-md .owl-next {
  margin-top: -50px;
  top: -65px;
}
.owl-inner-pagination.owl-ui-lg .owl-pagination, .owl-inner-pagination.owl-ui-lg .owl-prev, .owl-inner-pagination.owl-ui-lg .owl-next {
  margin-top: -60px;
  top: -75px;
}
.owl-inner-pagination.owl-outer-nav .owl-prev, .owl-inner-pagination.owl-outer-nav .owl-next {
  margin: auto;
  top: 0;
  bottom: 43px;
}
.owl-inner-pagination.owl-inner-nav .owl-prev, .owl-inner-pagination.owl-inner-nav .owl-next {
  margin: auto;
  top: 0;
  bottom: 43px;
}
.owl-inner-pagination .owl-pagination {
  -webkit-transition: all 200ms ease-out;
  transition: all 200ms ease-out;
  opacity: 0;
}
.owl-inner-pagination:hover .owl-pagination {
  opacity: 1;
}
.owl-inner-pagination.owl-inner-nav .owl-pagination, .owl-inner-pagination.owl-outer-nav .owl-pagination {
  top: -45px;
}
.owl-inner-pagination.owl-inner-nav.owl-ui-md .owl-pagination, .owl-inner-pagination.owl-outer-nav.owl-ui-md .owl-pagination {
  top: -50px;
}
.owl-inner-pagination.owl-inner-nav.owl-ui-lg .owl-pagination, .owl-inner-pagination.owl-outer-nav.owl-ui-lg .owl-pagination, .owl-inner-pagination.owl-inner-nav:hover .owl-pagination, .owl-inner-pagination.owl-outer-nav:hover .owl-pagination {
  top: -60px;
}
.owl-inner-pagination.owl-inner-nav.owl-ui-md:hover .owl-pagination, .owl-inner-pagination.owl-outer-nav.owl-ui-md:hover .owl-pagination {
  top: -65px;
}
.owl-inner-pagination.owl-inner-nav.owl-ui-lg:hover .owl-pagination, .owl-inner-pagination.owl-outer-nav.owl-ui-lg:hover .owl-pagination {
  top: -75px;
}

#owl-main .item {
  height: 44vh;
  background-color: #FFF;
  background-position: center 55%;
  background-size: cover;
}
#owl-main.height-md .item {
  height: 61vh;
}
#owl-main.height-lg .item {
  height: 90vh;
}
#owl-main .container {
  display: table;
  height: inherit;
}
#owl-main .caption {
  display: table-cell;
}
#owl-main .caption.vertical-center {
  vertical-align: middle;
  padding-bottom: 3vh;
}
#owl-main .caption.vertical-top {
  vertical-align: top;
}
#owl-main .caption.vertical-bottom {
  vertical-align: bottom;
  padding-bottom: 14vh;
}
#owl-main .caption.text-center {
  padding-left: 10%;
  padding-right: 10%;
}
#owl-main .caption.text-left {
  padding-right: 20%;
}
#owl-main .caption.text-right {
  padding-left: 20%;
}
#owl-main .caption h1, #owl-main .caption p, #owl-main .caption div {
  position: relative;
}
#owl-main .caption h1 span {
  padding: .250em 0;
  line-height: 180%;
}
#owl-main .caption .light-bg, #owl-main .caption .medium-bg, #owl-main .caption .dark-bg, #owl-main .caption .tint-bg {
  background: none;
  padding-left: .500em;
  padding-right: .500em;
}
#owl-main .caption h1.light-bg span, #owl-main .caption p.light-bg span {
  background: #FFF;
  box-shadow: -.500em 0 0 #FFF, .500em 0 0 #FFF;
  -webkit-box-decoration-break: clone;
  box-decoration-break: clone;
}
#owl-main .caption h1.medium-bg span, #owl-main .caption p.medium-bg span {
  background: #A3B1BF;
  box-shadow: -.500em 0 0 #A3B1BF, .500em 0 0 #A3B1BF;
  -webkit-box-decoration-break: clone;
  box-decoration-break: clone;
}
#owl-main .caption h1.dark-bg span, #owl-main .caption p.dark-bg span {
  background: #506A85;
  box-shadow: -.500em 0 0 #506A85, .500em 0 0 #506A85;
  -webkit-box-decoration-break: clone;
  box-decoration-break: clone;
}
#owl-main .caption h1.tint-bg span, #owl-main .caption p.tint-bg span {
  background: #D9475C;
  box-shadow: -.500em 0 0 #D9475C, .500em 0 0 #D9475C;
  -webkit-box-decoration-break: clone;
  box-decoration-break: clone;
}
#owl-main .owl-controls {
  display: block;
  position: static;
  margin-top: -47px;
}
#owl-main .owl-pagination {
  background: #FFF;
  line-height: inherit;
  position: relative;
  bottom: -40px;
  padding: 10px;
  display: inline-block;
  border-radius: 3px;
  margin: auto;
  opacity: 0;
  -webkit-transition: all 200ms ease-out;
  transition: all 200ms ease-out;
    bottom: -25px;
  opacity: 1;
}
/*#owl-main:hover .owl-pagination {
  bottom: -25px;
  opacity: 1;
}*/
#owl-main .owl-prev, #owl-main .owl-next {
  bottom: 0;
}

.owl-controls .owl-page {
  display: inline-block;
}

.owl-pagination .owl-page span {
  display: block;
  width: 13px;
  height: 13px;
  background: #506A85;
  border: none;
  border-radius: 50%;
  margin: 0 5px;
  -webkit-transition: all 200ms ease-out;
  transition: all 200ms ease-out;
}

.owl-pagination .owl-page.active span, .owl-pagination .owl-page:hover span {
  background: #D9475C;
}

.owl-item-gap .item {
  margin: 0 15px;
}

.owl-item-gap-sm .item {
  margin: 0 10px;
}

/* preloading images */
.owl-item.loading {
  min-height: inherit;
  background: none;
}

.tint-bg a:hover {
  color: #506A85;
}

.light-color {
  color: #FFF !important;
}
.light-color .dark-bg {
  color: #FFF !important;
}

.medium-color {
  color: #A3B1BF !important;
}

.dark-color {
  color: #506A85 !important;
}

.tint-color, .green {
  color: #D9475C !important;
}

.blue {
  color: #3F8DBF !important;
}

.red {
  color: #FA6C65 !important;
}

.pink {
  color: #D487BE !important;
}

.purple {
  color: #9B59B6 !important;
}

.orange {
  color: #F27A24 !important;
}

.navy {
  color: #34495E !important;
}

.gray {
  color: #95A5A6 !important;
}

.owl-ui-lg .owl-prev, .owl-ui-lg .owl-next {
  width: 50px;
  height: 50px;
  font-size: 50px;
  line-height: 50px;
}

.owl-prev, .owl-next {
  display: inline-block;
  position: absolute;
  top: 0;
  bottom: 0;
  width: 30px;
  height: 30px;
  font-size: 30px;
  color: #D9475C;
  background-color: #fefefe;
  border: none;
  border-radius: 3px;
  margin: auto;
  -webkit-transition: all 200ms ease-out;
  transition: all 200ms ease-out;
  opacity: 0;
}

.owl-inner-nav .owl-prev {
  left: 45px;
}

@media (min-width: 1200px) {
  .owl-buttons {
    display: block;
  }
}

.IntegrationsOverview_wrapper__GwXD1 {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-bottom: 60px;
    margin-bottom: 75px;
    border-bottom: 1px solid #c8c8c8;
}
.Headline_title__3U3-I {
    font-size: 1rem;
    color: #a7a7a7;
    margin-bottom: 10px;
    text-transform: uppercase;
    font-family: Montserrat,Helvetica,Arial,sans-serif;
}
.Headline_subtitle__1bFHz
{
    font-family: Montserrat,Helvetica,Arial,sans-serif;
    text-transform: none;
    font-size: 2.4rem;
    color: #000;
    margin-top: 0;
    line-height: 1.3;
    margin-bottom: 10px;
    white-space: pre-line;
}
.IntegrationsOverview_iconWrapper__x_G2X {
    max-width: 50%;
}
.IntegrationsOverview_icon__24cdx {
    display: block;
    max-width: 100%;
    height: auto;
    transform: translateX(20px);
}
@media (max-width: 767px)
{
    .IntegrationsOverview_wrapper__GwXD1 
    {
    flex-direction: column;
    justify-content: center;
    text-align: center;
    }
    .Headline_subtitle__1bFHz
    {
        font-size: 1.6rem;
    }
    .IntegrationsOverview_icon__24cdx 
    {
        transform: translateX(0);
    }
    .IntegrationsOverview_iconWrapper__x_G2X 
    {
    max-width: 100%;
    margin-top: 20px;
    }
}
@media (max-width: 1200px)
{
    .Headline_subtitle__1bFHz
    {
    font-size: 2rem;
    }
}
.st0{fill:#231815;}
	.st1{fill:#FFFFFF;}
	.st2{fill:#77132E;}
	.st3{fill:#E6D3A0;}

/*@media (max-width: 767px)
{
.owl-pagination .owl-page span
    {
        width:12px;
        height:12px;
    }
}*/
.verification
{
    padding-top:146px;
    text-align:center;
    margin-left:35px;
    margin-right:auto;
}
@media (max-width: 767px)
{
    .why-choose-us-area
    {
        padding-bottom: 0px;
    }
    .verification
    {
        padding-top: 0px;
        margin-top: 0px;
        margin-left: auto;
    }
}













        
        .pricing-table {
            color: #7a90ff;
            padding: 2em 0 8em;
            min-height: 100vh;
            position: relative;
            -webkit-font-smoothing: antialiased;
        }
        
        .pricing {
            display: -webkit-flex;
            display: flex;
            -webkit-flex-wrap: wrap;
            flex-wrap: wrap;
            -webkit-justify-content: center;
            justify-content: center;
            width: 100%;
            margin: 0 auto 3em;
        }
        
        .pricing-item {
            position: relative;
            display: -webkit-flex;
            display: flex;
            -webkit-flex-direction: column;
            flex-direction: column;
            -webkit-align-items: stretch;
            align-items: stretch;
            text-align: center;
            -webkit-flex: 0 1 330px;
            flex: 0 1 330px;
        }
        
        .pricing-action {
            color: inherit;
            border: none;
            background: none;
            cursor: pointer;
        }
        
        .pricing-action:focus {
            outline: none;
        }
        
        .pricing-feature-list {
            text-align: left;
        }
        
        .pricing-palden .pricing-item {
            font-family: 'Open Sans', sans-serif;
            cursor: default;
            color: #84697c;
            background: #fff;
            box-shadow: 0 0 10px rgba(46, 59, 125, 0.23);
            border-radius: 20px 20px 10px 10px;
            margin: 1em;
        }
        
        @media screen and (min-width: 66.25em) {
            .pricing-palden .pricing-item {
                margin: 1em -0.5em;
            }
            .pricing-palden .pricing__item--featured {
                margin: 0;
                z-index: 10;
                box-shadow: 0 0 20px rgba(46, 59, 125, 0.23);
            }
        }
        
        .pricing-palden .pricing-deco {
            border-radius: 10px 10px 0 0;
            background: linear-gradient(135deg,#4097f9,#0af0c7);
            padding: 4em 0 9em;
            position: relative;
        }
        
        .pricing-palden .pricing-deco-img {
            position: absolute;
            bottom: 0;
            left: 0;
            width: 100%;
            height: 160px;
        }
        
        .pricing-palden .pricing-title {
            font-family: 'Open Sans', sans-serif;
            font-size: 0.85em;
            margin: 0;
            text-transform: uppercase;
            letter-spacing:5px;
            color: #fff;
            font-weight: bold;
            padding-top: 8px;
        }
        
        .pricing-palden .deco-layer {
            -webkit-transition: -webkit-transform 0.5s;
            transition: transform 0.5s;
        }
        
        .pricing-palden .pricing-item:hover .deco-layer--1 {
            -webkit-transform: translate3d(15px, 0, 0);
            transform: translate3d(15px, 0, 0);
        }
        
        .pricing-palden .pricing-item:hover .deco-layer--2 {
            -webkit-transform: translate3d(-15px, 0, 0);
            transform: translate3d(-15px, 0, 0);
        }
        
        .pricing-palden .icon {
            font-size: 2.5em;
        }
        
        .pricing-palden .pricing-price {
            font-size: 2.4em;
            font-weight: bold;
            padding: 0;
            color: #fff;
            margin: 0 0 0.25em 0;
            line-height: 0.75;
        }
        
        .pricing-palden .pricing-currency {
            font-size: 0.15em;
            vertical-align: top;
        }
        
        .pricing-palden .pricing-period {
            font-size: 0.15em;
            padding: 0 0 0 0.5em;
            font-style: italic;
        }
        
        .pricing-palden .pricing__sentence {
            font-weight: bold;
            margin: 0 0 1em 0;
            padding: 0 0 0.5em;
        }
        
        .pricing-palden .pricing-feature-list {
            margin: 0;
            padding: 0.25em 0 2.5em;
            list-style: none;
            padding-left:45px;
            font-size:13px;
        }
 .pricing-palden .pricing-feature-list li
{
    line-height: 16px;
}
        
        .pricing-palden .pricing-feature {
            padding: 0.45em 0.25em;
        }
        
        .pricing-palden .pricing-action {
            font-weight: bold;
            margin: auto 3em 2em 3em;
            padding: 1em 2em;
            color: #fff;
            border-radius: 30px;
            background: linear-gradient(135deg,#a93bfe,#584efd);
            -webkit-transition: background-color 0.3s;
            transition: background-color 0.3s;
        }
        
        .pricing-palden .pricing-action:hover,
        .pricing-palden .pricing-action:focus {
            background: linear-gradient(135deg,#fd7d57,#f55d59);
        }
        
        .pricing-palden .pricing-item--featured .pricing-deco {
            padding: 5em 0 8.885em 0;
        }
