<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";
/*-------------------------------------------------------------

  #  Template Name: Hope – Health &amp; Medical HTML5 Template
  #  Author   Name: Hastech
  #  Version: 1.0

-------------------------------------------------------------
    
  #   CSS INDEX
========================================================
	
    [ 01. Imported CSS ]

    [ 02. Typography CSS ]

    [ 03. Common CSS ]

    [ 04. Header CSS ]

    [ 05. Hero slider CSS ]

    [ 06 About CSS ]

    [ 07 Service CSS ]

    [ 08 Team CSS ]

    [ 09 Brand Logo CSS ]

    [ 10 Form CSS ]

    [ 11 Blog CSS ] 

    [ 12 Contact CSS ]

    [ 13 Footer CSS ]

    
-----------------------------------------------------*/
/*

[ 01. Imported CSS ]

*/
/*
-----------------------------------------------------------------------
	Imported CSS
-----------------------------------------------------------------------
*/
@import url(https://fonts.googleapis.com/css?family=Inter:300,400,500,600,700,800,900,|Libre+Baskerville:400,400i,700);
@import url("https://fonts.googleapis.com/css2?family=Sarabun:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800&amp;display=swap");
@import url(bootstrap.min.css);
@import url(icofont.css);
@import url(animate.css);
@import url(aos.css);
@import url(swiper.min.css);
@import url(plugin-collection.css);
/*

[ 02. Typography CSS ]

*/
/*
-----------------------------------------------------------------------
  Typography CSS
-----------------------------------------------------------------------
*/
body {
  color: #707070;
  font-size: 0.875rem;
  font-family: "Inter", sans-serif;
  font-weight: 400;
  letter-spacing: .25px;
  line-height: 1.71429;
  margin: 0;
  overflow-x: hidden;
  -ms-word-wrap: break-word;
  word-wrap: break-word;
}

h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
  color: #000;
  font-family: "Inter", sans-serif;
  font-weight: 700;
  line-height: 1.1;
  margin-bottom: 10px;
  margin-top: 0;
}

a {
  color: #bc0552;
  text-decoration: none;
  transition: all 0.3s;
}

a:hover, a:active, a:focus {
  box-shadow: none;
  outline: none;
  text-decoration: none;
}

a img {
  border: none;
}

.btn:focus {
  box-shadow: none;
}

p {
  margin-bottom: 30px;
}

p:last-child {
  margin-bottom: 0;
}

:active,
:focus {
  box-shadow: none;
  outline: none !important;
}

::selection {
  background: #bc0552;
  color: #fff;
  text-shadow: none;
}

::-moz-selection {
  background: #bc0552;
  /* Firefox */
  color: #fff;
  text-shadow: none;
}

::-webkit-selection {
  background: #bc0552;
  /* Safari */
  color: #fff;
  text-shadow: none;
}

img {
  max-width: 100%;
}

iframe {
  border: none !important;
}

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

ul {
  margin: 0;
  padding: 0;
}

ul li {
  list-style: none;
}

table p {
  margin-bottom: 0;
}

/*

[ 03. Common CSS ]

*/
/*
-----------------------------------------------------------------------
  Common CSS
-----------------------------------------------------------------------
*/
@media only screen and (min-width: 1200px) {
  .container {
    max-width: 1170px;
  }
}

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

@media only screen and (max-width: 991px) {
  .section-title {
    margin-bottom: 70px;
  }
}

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

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

.section-title p {
  color: #999999;
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 0.3px;
  margin-bottom: 15px;
  text-transform: uppercase;
}

@media only screen and (max-width: 767px) {
  .section-title p {
    font-size: 12px;
    margin-bottom: 12px;
  }
}

.section-title .title {
  font-size: 24px;
  font-weight: 300;
  letter-spacing: -1.377px;
  line-height: 1.1;
  margin-bottom: 25px;
}

.section-title .title i{
	font-size:24px;
}

.filter .brand-logo-item{
	display:inline-block;
	width:auto;
	padding:5px 10px;
	margin:5px 5px;
	border:1px solid #bc0552;
	border-radius:5px;
}
.filter .brand-logo-item:hover{
	color:#000;
}
.filter .brand-logo-item-black{
	background:#000;
}
.filter .brand-logo-item-black, .filter .brand-logo-item-black:hover{
	color:#fff;
}


@media only screen and (max-width: 767px) {
  .section-title .title,.section-title .title i {
    font-size: 20px;
  }
}

.section-title .title span {
  color: #bc0552;
  font-weight: 700;
}

.section-title .desc {
  margin-bottom: 55px;
}

.section-title .desc p {
  font-size: 14px;
  line-height: 30px;
  margin-bottom: 0;
}

@media only screen and (max-width: 767px) {
  .section-title .desc p br {
    display: none;
  }
}

.section-title .separator-line {
  border-bottom: 1px solid #bc0552;
  display: block;
  margin: 0 auto 40px;
  width: 100px;
}

.section-title .list-style li {
  color: #707070;
  font-size: 14px;
  margin-bottom: 16px;
  padding-left: 29px;
  position: relative;
}

.section-title .list-style li i {
  color: #bc0552;
  font-size: 14px;
  left: 0;
  position: absolute;
  top: 5px;
}

.section-title .list-style li:last-child {
  margin-bottom: 0;
}

.section-title.section-light h5 {
  color: #fff;
}

.section-title.section-light .title {
  color: #fff;
}

.section-title.section-light .desc p {
  color: #fff;
}

.section-title.section-light .separator-line {
  border-bottom-color: #fff !important;
}

.section-title.section-light .separator-line.separator-double:before {
  border-bottom-color: #fff !important;
}

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

.bg-img.bg-img-top {
  background-position: top center;
}

.site-wrapper-reveal {
 /* background:#fff url('../img/red_pope.jpg') no-repeat center center;
   background-size: cover;*/
    background:#f5f5f5;
  position: relative;
  overflow: hidden;
  z-index: 1;
}
.header-bottom{
	background:#ff006b;
}

.niceselect {
  float: inherit;
}

.niceselect .list {
  border-radius: 0;
  width: 100%;
}

.line-hr {
  border-bottom: 1px solid #e2e2e2;
}

.lh-1 {
  line-height: 1;
}

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

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

.content-items-center {
  align-items: center;
  display: flex;
}

.justify-items-center {
  display: flex;
  justify-content: center;
}

.min-height-auto {
  min-height: auto !important;
}

.height-auto {
  height: auto !important;
}

.form-message.alert {
  margin-top: 10px;
}

.row-gutter-0 [class*="col-"] {
  margin: 0;
  padding: 0;
}

@media only screen and (max-width: 991px) {
  .md-text-center {
    text-align: center;
  }
}

@media only screen and (max-width: 767px) {
  .sm-text-center {
    text-align: center;
  }
}

@media only screen and (max-width: 575px) {
  .xs-w-100 {
    width: 100% !important;
  }
}

/*-------- Button Style Css --------*/
.btn-theme {
  background-color: #bc0552;
  border-color: #bc0552;
  border-radius: 0;
  color: #fff;
  display: inline-block;
  font-weight: 400;
  font-size: 14px;
  line-height: 30px;
  min-height: 50px;
  padding: 10px 30px;
  position: relative;
  text-transform: uppercase;
  transition: all 0.3s;
}

.btn-theme .icon {
  font-size: 14px;
  padding-left: 12px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 15px;
}

.btn-theme:hover, .btn-theme:focus {
  background-color: #bc0552;
  border-color: #bc0552;
  color: #fff;
}

.btn-theme.btn-black {
  background-color: #000;
  border-color: #000;
}

.btn-theme.btn-black:hover {
  background-color: #bc0552;
  border-color: #bc0552;
  color: #fff;
}

.btn-theme.btn-white {
  background-color: #fff;
  border-color: #fff;
  color: #0e0e0e;
}

.btn-theme.btn-white:hover {
  background-color: #000;
  border-color: #000;
  color: #fff;
}

.btn-theme.btn-white.btn-border {
  background-color: transparent;
  border: 1px solid rgba(255, 255, 255, 0.5);
  color: #fff;
  line-height: 29px;
}

.btn-theme.btn-white.btn-border:hover {
  background-color: #bc0552;
  border-color: #bc0552;
  color: #fff;
}

.btn-theme.btn-gray {
  background-color: #f4f4f4;
  border-color: #f4f4f4;
  color: #0e0e0e;
}

.btn-theme.btn-gray:hover {
  background-color: #bc0552;
  border-color: #bc0552;
  color: #fff;
}

.btn-theme.btn-border {
  background-color: transparent;
  border: 1px solid #bc0552;
  color: #bc0552;
}

.btn-theme.btn-round {
  border-radius: 25px;
}

.btn-theme.btn-round.btn-slide:before {
  border-radius: 25px;
}

.btn-theme.btn-lg {
  letter-spacing: 0.131px;
  padding: 14px 48px;
}

.btn-theme.btn-slide {
  position: relative;
  z-index: 1;
}

.btn-theme.btn-slide:before {
  background-color: #669900;
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 0;
  z-index: -1;
  transition: all 0.3s;
}

.btn-theme.btn-slide:hover:before {
  width: 100%;
}

.btn-theme.btn-size-md {
  height: 50px;
  min-width: 160px;
  text-align: center;
}

.btn-theme.btn-size-lg {
  height: 50px;
  min-width: 180px;
  text-align: center;
}

.btn-theme.btn-size-xl {
  height: 50px;
  min-width: 220px;
  text-align: center;
}

.btn-theme.btn-size-xxl {
  height: 52px;
  min-width: 270px;
  text-align: center;
}

.btn-link {
  color: #000;
  display: inline-block;
  font-weight: 400;
  font-size: 12px;
  letter-spacing: 1px;
  padding: 0;
  position: relative;
  text-decoration: none;
  text-transform: uppercase;
  transition: all 0.3s;
}

.btn-link:hover {
  color: #bc0552;
  text-decoration: none;
}

.btn-link span + .icon {
  color: #bc0552;
  font-size: 14px;
  padding-left: 17px;
}

.btn-link span + .icon:before {
  font-weight: 900;
}

.btn-link:focus {
  text-decoration: none;
}

.btn-link.btn-line:after {
  background-color: #bc0552;
  bottom: 0;
  content: "";
  height: 1px;
  right: 0;
  position: absolute;
  width: 0;
  transition: all 0.3s;
}

.btn-link.btn-line:hover {
  color: #000;
}

.btn-link.btn-line:hover:after {
  left: 0;
  width: 100%;
}

.btn-link.btn-dark {
  background-color: transparent;
  border: none;
  color: #0e0e0e;
}

.btn-link.btn-dark:after {
  background-color: #0e0e0e;
  left: 0;
  width: 100%;
}

.btn-link.btn-dark:hover {
  color: #bc0552;
}

.btn-link.btn-dark:hover:hover:before {
  background-color: #bc0552;
}

.btn-link.btn-dark:hover:hover:after {
  background-color: #bc0552;
}

/*-------- Owl Carousel Style Css --------*/
.owl-carousel.owl-theme .owl-nav {
  margin: 0;
}

.owl-carousel.owl-theme .owl-nav [class*="owl-"] {
  background-color: transparent;
  font-size: 24px;
  font-weight: 900;
  margin: 0;
  transition: all 0.4s;
}

.owl-carousel.owl-theme .owl-nav [class*="owl-"]:hover {
  color: #bc0552;
}

.owl-carousel.owl-theme .owl-nav .owl-prev {
  margin-right: 10px;
}

.owl-carousel.owl-theme .owl-nav .owl-next {
  margin-left: 10px;
}

.owl-carousel.owl-theme.owl-nav2 .owl-nav {
  left: 0;
  position: absolute;
  right: 0;
  top: 50%;
}

.owl-carousel.owl-theme.owl-nav2 .owl-nav [class*="owl-"] {
  position: absolute;
}

.owl-carousel.owl-theme.owl-nav2 .owl-nav [class*="owl-"].owl-prev {
  left: 0;
}

.owl-carousel.owl-theme.owl-nav2 .owl-nav [class*="owl-"].owl-next {
  right: 0;
}

.owl-carousel.owl-theme .owl-dots {
  margin-top: 55px;
}

.owl-carousel.owl-theme .owl-dots .owl-dot span {
  background-color: #808080;
  border: 1px solid #808080;
  height: 10px;
  margin: 5px 12px;
  width: 10px;
  transition: all 0.4s;
}

.owl-carousel.owl-theme .owl-dots .owl-dot.active span, .owl-carousel.owl-theme .owl-dots .owl-dot:hover span {
  background-color: #bc0552;
  border-color: #bc0552;
}

.owl-carousel.owl-dots-none .owl-dots {
  display: none;
}

/*-------- Page Title Style Css --------*/
.page-title-area .page-title-content {
  letter-spacing: 0;
  padding: 60px 0;
}

.page-title-area .page-title-content .title {
  color: #000;
  font-size: 32px;
  font-weight: 300;
  letter-spacing: -1.377px;
  line-height: 1.1;
}

@media only screen and (max-width: 767px) {
  .page-title-area .page-title-content .title {
    font-size: 26px;
  }
}

.page-title-area .page-title-content .title span {
  color: #bc0552;
  font-weight: 700;
}

.page-title-area .page-title-content .bread-crumbs {
  color: #888;
  font-size: 15px;
  margin-bottom: 2px;
}

.page-title-area .page-title-content .bread-crumbs a {
  color: #888;
}

.page-title-area .page-title-content .bread-crumbs a:hover {
  color: #bc0552;
}

.page-title-area .page-title-content .bread-crumbs span.active {
  color: #568701;
}

.page-title-area .page-title-content .bread-crumbs .breadcrumb-sep {
  padding: 0 8.7px;
}

.page-title-area .page-title-content .bread-crumbs.bread-crumbs-style2 {
  font-size: 14px;
  margin-bottom: 23px;
  margin-top: 44px;
  text-transform: uppercase;
}

@media only screen and (max-width: 767px) {
  .page-title-area .page-title-content .bread-crumbs.bread-crumbs-style2 {
    margin-top: 22px;
  }
}

.page-title-area .page-title-content.text-light .title {
  color: #fff;
}

.page-title-area .page-title-content.text-light .bread-crumbs {
  color: #fff;
}

.page-title-area .page-title-content.text-light .bread-crumbs a {
  color: #fff;
}

.page-title-area .page-title-content.content-style2 {
  padding: 200px 0px;
}

@media only screen and (max-width: 991px) {
  .page-title-area .page-title-content.content-style2 {
    padding: 235px 0 100px;
  }
}

@media only screen and (max-width: 767px) {
  .page-title-area .page-title-content.content-style2 {
    padding: 195px 0 65px;
  }
}

.page-title-area .page-title-content.content-style2 .title {
  color: #fff;
  font-family: "Inter", sans-serif;
  font-size: 90px;
  font-weight: 800;
  letter-spacing: -2.04px;
  line-height: 100px;
  margin-bottom: 10px;
}

@media only screen and (max-width: 767px) {
  .page-title-area .page-title-content.content-style2 .title {
    font-size: 36px;
    line-height: 1.1;
  }
}

.page-title-area .page-title-content.content-style2 .title span {
  color: #fff;
  font-weight: 300;
}

.page-title-area .page-title-content.content-style2 p {
  color: #fff;
  font-size: 18px;
  line-height: 1;
  letter-spacing: 0.411px;
  margin-bottom: 34px;
  text-transform: uppercase;
}

@media only screen and (max-width: 991px) {
  .page-title-area .page-title-content.content-style2 p {
    margin-bottom: 20px;
  }
}

@media only screen and (max-width: 767px) {
  .page-title-area .page-title-content.content-style2 p {
    font-size: 16px;
    margin-bottom: 15px;
  }
}

.page-title-area .page-title-content.content-style3 {
  padding: 20px 0px;
}

@media only screen and (max-width: 767px) {
  .page-title-area .page-title-content.content-style3 {
    padding: 10px 0px;
  }
}

.page-title-area .page-title-content.content-style4 {
  padding: 50px 0px 6px;
}

@media only screen and (max-width: 1199px) {
  .page-title-area .page-title-content.content-style4 {
    padding: 50px 0px 6px;
  }
}

.page-title-area .page-title-content.content-style5 {
  padding: 245px 0px;
}

@media only screen and (max-width: 1199px) {
  .page-title-area .page-title-content.content-style5 {
    padding: 200px 0px;
  }
}

@media only screen and (max-width: 991px) {
  .page-title-area .page-title-content.content-style5 {
    padding: 150px 0px;
  }
}

@media only screen and (max-width: 767px) {
  .page-title-area .page-title-content.content-style5 {
    padding: 100px 0px;
  }
}

.page-title-area .page-title-content.content-style5 .title {
  color: #fff;
  font-family: "Inter", sans-serif;
  font-size: 90px;
  font-weight: 800;
  letter-spacing: -2.04px;
  line-height: 100px;
  margin-bottom: 10px;
}

@media only screen and (max-width: 1199px) {
  .page-title-area .page-title-content.content-style5 .title {
    font-size: 64px;
    line-height: 78px;
  }
}

@media only screen and (max-width: 767px) {
  .page-title-area .page-title-content.content-style5 .title {
    font-size: 36px;
    line-height: 1.1;
  }
}

.page-title-area .page-title-content.content-style5 .title span {
  color: #fff;
  font-weight: 300;
}

.page-title-area .page-title-content.content-style5 p {
  color: #fff;
  font-size: 18px;
  line-height: 1;
  letter-spacing: 0.411px;
  margin-bottom: 34px;
  text-transform: uppercase;
}

@media only screen and (max-width: 1199px) {
  .page-title-area .page-title-content.content-style5 p {
    margin-bottom: 25px;
  }
}

@media only screen and (max-width: 991px) {
  .page-title-area .page-title-content.content-style5 p {
    margin-bottom: 20px;
  }
}

@media only screen and (max-width: 767px) {
  .page-title-area .page-title-content.content-style5 p {
    font-size: 16px;
    margin-bottom: 15px;
  }
}

.bread-crumbs {
  color: #707070;
  font-size: 16px;
}

.bread-crumbs a {
  color: #707070;
}

.bread-crumbs a:hover {
  color: #bc0552;
}

/*-------- Pagination Style Css --------*/
.pagination-area {
  padding: 82px 0 0;
}

@media only screen and (max-width: 991px) {
  .pagination-area {
    padding: 62px 0 0;
  }
}

.pagination-area nav .page-numbers {
  align-items: center;
  background-color: #fff;
  border-radius: 5px;
  display: inline-flex;
  margin-bottom: 0;
}

.pagination-area nav .page-numbers li {
  line-height: 1;
  margin-right: 36.57px;
  padding: 0;
}

.pagination-area nav .page-numbers li .page-number {
  color: #999999;
  display: inline-block;
  font-size: 18px;
  font-weight: 400;
  letter-spacing: 0;
  line-height: 1;
}

.pagination-area nav .page-numbers li .page-number:hover {
  color: #000;
}

.pagination-area nav .page-numbers li .page-number.current {
  color: #000;
  font-weight: 700;
}

.pagination-area nav .page-numbers li .page-number.prev {
  border-radius: 0;
  color: #000;
  font-size: 14px;
}

.pagination-area nav .page-numbers li .page-number.next {
  color: #000;
  font-size: 22px;
}

.pagination-area nav .page-numbers li .page-number.next:hover {
  color: #000;
}

.pagination-area nav .page-numbers li:first-child {
  padding-left: 0;
}

.pagination-area nav .page-numbers li:last-child {
  padding-right: 0;
  margin-right: 0;
}

.pagination-area nav .page-numbers.page-numbers-style {
  box-shadow: 0px 10px 50px 0px rgba(171, 181, 189, 0.35);
}

/*-------- Blockquote Style Css --------*/
.blockquote-area {
  background-size: cover;
  background-repeat: no-repeat;
  padding: 165px 0 140px;
}

@media only screen and (max-width: 767px) {
  .blockquote-area {
    padding: 122px 0 94px;
  }
}

.blockquote-area p {
  color: #fff;
  font-size: 36px;
  line-height: 1.2;
  margin-bottom: 70px;
}

@media only screen and (max-width: 767px) {
  .blockquote-area p {
    font-size: 24px;
  }
}

.blockquote-area cite .name {
  color: #bc0552;
  display: block;
  font-size: 16px;
  font-weight: 400;
  font-style: normal;
  margin-bottom: 5px;
  text-transform: uppercase;
}

.blockquote-area cite .job {
  color: #9192a4;
  font-size: 14px;
}

/*-------- Accordian Style Css --------*/
.accordian-content .accordion .accordion-item {
  border: none;
  margin-bottom: 30px;
  overflow: visible;
}

.accordian-content .accordion .accordion-item .accordion-header {
  padding: 0;
}

.accordian-content .accordion .accordion-item .accordion-header .accordion-button {
  align-items: center;
  background-color: #fff;
  border: none;
  border-radius: 5px;
  box-shadow: none;
  color: #fff;
  display: flex;
  font-size: 14px;
  font-weight: 700;
  justify-content: space-between;
  padding: 15px 30px;
  position: relative;
  text-align: left;
  width: 100%;
  z-index: 1;
  transition: all 0.4s;
}

.accordian-content .accordion .accordion-item .accordion-header .accordion-button:before {
  background-color: #bc0552;
  border-radius: 5px;
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: -1;
  transition: all 0.4s;
}

.accordian-content .accordion .accordion-item .accordion-header .accordion-button:after {
  display: none;
}

.accordian-content .accordion .accordion-item .accordion-header .accordion-button .icon {
  color: #fff;
  font-size: 14px;
  transition: all 0.4s;
}

.accordian-content .accordion .accordion-item .accordion-header .accordion-button .icon.icon-plus {
  display: none;
}

.accordian-content .accordion .accordion-item .accordion-header .accordion-button.collapsed {
  box-shadow: 0px 7px 30px 0px rgba(171, 181, 189, 0.35);
  color: #000;
}

.accordian-content .accordion .accordion-item .accordion-header .accordion-button.collapsed:before {
  background-color: #fff;
  background-image: none;
}

.accordian-content .accordion .accordion-item .accordion-header .accordion-button.collapsed .icon {
  color: #000;
}

.accordian-content .accordion .accordion-item .accordion-header .accordion-button.collapsed .icon.icon-plus {
  display: inline-block;
}

.accordian-content .accordion .accordion-item .accordion-header .accordion-button.collapsed .icon.icon-minus {
  display: none;
}

.accordian-content .accordion .accordion-item .accordion-header .accordion-button.collapsed:hover {
  background-color: #f9f9f9;
}

.accordian-content .accordion .accordion-item .accordion-header .accordion-button.collapsed:hover:before {
  background-color: #f9f9f9;
}

.accordian-content .accordion .accordion-item .accordion-body {
  line-height: 30px;
  padding: 34px 30px 16px;
}

.accordian-content .accordion.no-bg .accordion-item {
  margin-bottom: 14px;
}

.accordian-content .accordion.no-bg .accordion-item .accordion-header .accordion-button {
  background-color: transparent;
  border-bottom: 1px solid #e1e1e1;
  border-radius: 0;
  color: #000;
  padding: 0 0 20px 20px;
}

.accordian-content .accordion.no-bg .accordion-item .accordion-header .accordion-button:before {
  display: none;
}

.accordian-content .accordion.no-bg .accordion-item .accordion-header .accordion-button .icon {
  color: #000;
}

.accordian-content .accordion.no-bg .accordion-item .accordion-header .accordion-button.collapsed {
  box-shadow: none;
}

.accordian-content .accordion.no-bg .accordion-item .accordion-header .accordion-button.collapsed:hover {
  background-color: transparent;
}

.accordian-content .accordion.no-bg .accordion-collapse {
  border: none;
}

.accordian-content .accordion.no-bg .accordion-body {
  padding: 20px 35px 14px 20px;
}

.accordian-content .accordion.accordion-style2 .accordion-item .accordion-header .accordion-button {
  border: none;
  color: #bc0552;
  font-size: 18px;
  font-weight: 700;
  justify-content: normal;
  line-height: 24px;
  padding: 0 30px 13px 0;
  transition: all 0.3s;
}

@media (max-width: 767px) {
  .accordian-content .accordion.accordion-style2 .accordion-item .accordion-header .accordion-button {
    font-size: 14px;
  }
}

@media only screen and (max-width: 479.98px) {
  .accordian-content .accordion.accordion-style2 .accordion-item .accordion-header .accordion-button {
    padding: 0 10px 13px 0;
  }
}

.accordian-content .accordion.accordion-style2 .accordion-item .accordion-header .accordion-button.collapsed {
  color: #000;
  font-weight: 700;
  padding: 0 30px 10px 0;
}

@media only screen and (max-width: 479.98px) {
  .accordian-content .accordion.accordion-style2 .accordion-item .accordion-header .accordion-button.collapsed {
    padding: 0 10px 10px 0;
  }
}

.accordian-content .accordion.accordion-style2 .accordion-item .accordion-header .accordion-button.collapsed .icon {
  color: #000;
  top: 2px;
}

.accordian-content .accordion.accordion-style2 .accordion-item .accordion-header .accordion-button .icon {
  color: #000;
  font-size: 24px;
  left: auto;
  position: absolute;
  right: -35px;
  top: 4px;
}

.accordian-content .accordion.accordion-style2 .accordion-item .accordion-body {
  color: #999999;
  font-size: 14px;
  letter-spacing: 0;
  line-height: 24px;
  padding: 0px 30px 9px 16px;
}

@media only screen and (max-width: 479.98px) {
  .accordian-content .accordion.accordion-style2 .accordion-item .accordion-body {
    padding: 0 12px 9px 16px;
  }
}

/*-------- Tab Style Css --------*/
.feature-tab-content .nav.nav-tabs {
  border-bottom: none;
  margin-bottom: 41px;
}

.feature-tab-content .nav.nav-tabs .nav-item {
  margin-right: 60px;
}

@media only screen and (max-width: 767px) {
  .feature-tab-content .nav.nav-tabs .nav-item {
    margin-right: 25px;
  }
}

@media only screen and (max-width: 575px) {
  .feature-tab-content .nav.nav-tabs .nav-item {
    margin-right: 15px;
    font-size: 12px;
  }
}

.feature-tab-content .nav.nav-tabs .nav-item .nav-link {
  border: none;
  border-bottom: 3px solid #ddd;
  color: #000;
  padding: 0 0 13px;
  text-transform: uppercase;
  transition: all 0.3s;
}

.feature-tab-content .nav.nav-tabs .nav-item .nav-link:hover {
  color: #bc0552;
}

.feature-tab-content .nav.nav-tabs .nav-item .nav-link:focus {
  color: #bc0552;
}

.feature-tab-content .nav.nav-tabs .nav-item .nav-link.active {
  background-color: transparent;
  border-bottom-color: #bc0552;
}

.feature-tab-content .nav.nav-tabs .nav-item:last-child {
  margin-right: 0;
}

.feature-tab-content .tab-content .tab-pane p {
  line-height: 30px;
  margin-bottom: 10px;
}

/*-------- Faq Style Css --------*/
.faq-area .accordian-content .accordion .accordion-item {
  border: 1px solid #eaeaea;
  border-radius: 3px;
  margin-bottom: 15px;
  overflow: visible;
}

.faq-area .accordian-content .accordion .accordion-item .accordion-header {
  padding: 0;
}

.faq-area .accordian-content .accordion .accordion-item .accordion-header .accordion-button {
  background-color: #fff;
  box-shadow: none;
  color: #bc0552;
  font-size: 18px;
  font-weight: 700;
  padding: 13px 30px 14px;
}

.faq-area .accordian-content .accordion .accordion-item .accordion-header .accordion-button:hover {
  color: #bc0552;
}

.faq-area .accordian-content .accordion .accordion-item .accordion-header .accordion-button:before {
  background-color: #bc0552;
  background-image: none;
  border-radius: 3px 3px 0 0;
  height: 4px;
  top: -1px;
  z-index: 1;
}

.faq-area .accordian-content .accordion .accordion-item .accordion-header .accordion-button .icon {
  color: #bc0552;
  font-size: 18px;
}

.faq-area .accordian-content .accordion .accordion-item .accordion-header .accordion-button .icon:hover {
  color: #bc0552;
}

.faq-area .accordian-content .accordion .accordion-item .accordion-header .accordion-button.collapsed {
  color: #000;
  padding: 14px 30px;
}

.faq-area .accordian-content .accordion .accordion-item .accordion-header .accordion-button.collapsed:before {
  background-color: transparent;
  background-image: none;
}

.faq-area .accordian-content .accordion .accordion-item .accordion-header .accordion-button.collapsed .icon {
  color: #3e4140;
}

.faq-area .accordian-content .accordion .accordion-item .accordion-header .accordion-button.collapsed:hover {
  background-color: transparent;
  color: #bc0552;
}

.faq-area .accordian-content .accordion .accordion-item .accordion-header .accordion-button.collapsed:hover:before {
  background-color: transparent;
}

.faq-area .accordian-content .accordion .accordion-item .accordion-collapse {
  border: none;
}

.faq-area .accordian-content .accordion .accordion-item .accordion-body {
  letter-spacing: 0;
  line-height: 24px;
  padding: 4px 28px 23px 30px;
}

/*-------- Page-Not-Found Style Css --------*/
.page-not-found-area {
  align-items: center;
  display: flex;
  height: 100vh;
  margin-top: 0;
  padding: 0;
}

.page-not-found-area .section-title {
  margin-top: 35px;
  margin-bottom: 45px;
}

@media only screen and (max-width: 1199px) {
  .page-not-found-area .section-title {
    padding-top: 65px;
  }
}

@media only screen and (max-width: 991px) {
  .page-not-found-area .section-title {
    padding-top: 50px;
  }
}

@media only screen and (max-width: 767px) {
  .page-not-found-area .section-title {
    padding-top: 40px;
  }
}

@media only screen and (max-width: 575px) {
  .page-not-found-area .section-title {
    margin-bottom: 35px;
  }
}

.page-not-found-area .section-title .title {
  color: #fff;
  font-size: 60px;
  letter-spacing: 0;
  margin-bottom: 18px;
  text-transform: uppercase;
}

@media only screen and (max-width: 991px) {
  .page-not-found-area .section-title .title {
    font-size: 48px;
  }
}

@media only screen and (max-width: 575px) {
  .page-not-found-area .section-title .title {
    font-size: 32px;
  }
}

.page-not-found-area .section-title .desc {
  margin-bottom: 0;
}

.page-not-found-area .section-title .desc p {
  color: #fff;
  font-weight: 300;
  font-size: 18px;
  line-height: 30px;
}

@media only screen and (max-width: 575px) {
  .page-not-found-area .section-title .desc p {
    font-size: 14px;
    line-height: 24px;
  }
}

.page-not-found-area .btn-theme {
  padding: 10px 68px;
}

@media only screen and (max-width: 767px) {
  .page-not-found-area .btn-theme {
    min-height: auto;
    padding: 8px 40px;
  }
}

@media only screen and (max-width: 575px) {
  .page-not-found-area .btn-theme {
    padding: 5px 30px;
    font-size: 13px;
  }
}

.page-not-found-area a {
  text-transform: capitalize;
}

.page-not-found-area a:after {
  width: 100%;
}

.page-not-found-area .widget-search-box.search-style2 .btn-src {
  border-left: none;
}

/*-------- Coming-Soon Style Css --------*/
.coming-soon-area {
  background-position: top right;
  background-repeat: no-repeat;
  align-items: center;
  display: flex;
  height: 100vh;
  padding: 0;
}

.coming-soon-area .countdown-content {
  margin-bottom: 78px;
}

@media only screen and (max-width: 1549px) {
  .coming-soon-area .countdown-content {
    margin-bottom: 35px;
  }
}

.coming-soon-area .countdown-content .countdown-timer li {
  margin: 0 55px;
}

@media only screen and (max-width: 1199px) {
  .coming-soon-area .countdown-content .countdown-timer li {
    margin: 0 25px;
  }
}

@media only screen and (max-width: 479.98px) {
  .coming-soon-area .countdown-content .countdown-timer li {
    margin: 0 15px;
  }
}

.coming-soon-area .countdown-content .countdown-timer li span {
  color: #fff;
  display: inline-block;
  font-size: 48px;
  font-weight: 700;
  margin-bottom: 18px;
}

@media only screen and (max-width: 1549px) {
  .coming-soon-area .countdown-content .countdown-timer li span {
    font-size: 36px;
    margin-bottom: 15px;
  }
}

@media only screen and (max-width: 479.98px) {
  .coming-soon-area .countdown-content .countdown-timer li span {
    font-size: 16px;
  }
}

.coming-soon-area .countdown-content .countdown-timer li p {
  color: #fff;
  font-size: 18px;
  line-height: 30px;
  margin-bottom: 0;
}

@media only screen and (max-width: 1549px) {
  .coming-soon-area .countdown-content .countdown-timer li p {
    font-size: 16px;
  }
}

@media only screen and (max-width: 479.98px) {
  .coming-soon-area .countdown-content .countdown-timer li p {
    font-size: 13px;
  }
}

.coming-soon-area .coming-soon-content {
  margin-top: 83px;
}

@media only screen and (max-width: 1199px) {
  .coming-soon-area .coming-soon-content .section-title.section-style7 .separator-line {
    display: none;
  }
}

.coming-soon-area .coming-soon-content h2 {
  color: #fff;
  font-size: 100px;
  font-weight: 700;
  line-height: 1;
  margin-bottom: 15px;
  margin-top: 0;
}

@media only screen and (max-width: 1549px) {
  .coming-soon-area .coming-soon-content h2 {
    font-size: 60px;
  }
}

@media only screen and (max-width: 991px) {
  .coming-soon-area .coming-soon-content h2 {
    font-size: 48px;
  }
}

@media only screen and (max-width: 479.98px) {
  .coming-soon-area .coming-soon-content h2 {
    font-size: 24px;
  }
}

.coming-soon-area .coming-soon-content p {
  color: #fff;
  font-size: 18px;
  line-height: 30px;
  margin-bottom: 64px;
}

@media only screen and (max-width: 1549px) {
  .coming-soon-area .coming-soon-content p {
    margin-bottom: 35px;
  }
}

@media only screen and (max-width: 991px) {
  .coming-soon-area .coming-soon-content p {
    font-size: 14px;
  }
  .coming-soon-area .coming-soon-content p br {
    display: none;
  }
}

@media only screen and (max-width: 479.98px) {
  .coming-soon-area .coming-soon-content p {
    font-size: 13px;
  }
}

.coming-soon-area .input-btn-group {
  border-radius: 50px;
  display: flex;
  justify-content: space-between;
  height: 34px;
  padding: 1px;
}

.coming-soon-area .input-btn-group .form-control {
  border-radius: 50px;
  font-size: 14px;
  max-width: 85.3%;
  width: 100%;
}

@media only screen and (max-width: 1199px) {
  .coming-soon-area .input-btn-group .form-control {
    max-width: 420px;
  }
}

@media only screen and (max-width: 991px) {
  .coming-soon-area .input-btn-group .form-control {
    max-width: 320px;
  }
}

@media only screen and (max-width: 479.98px) {
  .coming-soon-area .input-btn-group .form-control {
    max-width: 170px;
  }
}

.coming-soon-area .input-btn-group .btn-theme {
  background-color: #fff;
  border-color: #fff;
  border-radius: 0 25px 25px 0;
  color: #c3c3c3;
  height: 32px;
  min-height: 32px;
  line-height: 31px;
  padding: 0 18px;
}

.coming-soon-area .input-btn-group .btn-theme:hover {
  background-color: #000;
  border-color: #000;
}

/*-------- Preloader Style Css --------*/
.preloader-deactive .preloader-wrap {
  display: none;
}

.preloader-wrap {
  background-color: #fff;
  position: fixed;
  left: 0;
  top: 0;
  height: 100vh;
  width: 100vw;
  z-index: 99999;
  overflow: hidden;
}

.preloader-wrap .preloader {
  position: absolute;
  width: 50px;
  height: 50px;
  top: 50%;
  left: 50%;
  margin-left: -32px;
  margin-top: -50px;
}

.preloader-wrap .preloader .dot {
  height: 100%;
  width: 100%;
  display: block;
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.15);
  -webkit-box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.15);
  animation: la-rotateplane 1.2s infinite ease-in-out;
  border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  background-color: #bc0552;
}

@keyframes la-rotateplane {
  0% {
    transform: perspective(120px) rotateX(0deg) rotateY(0deg);
  }
  50% {
    transform: perspective(120px) rotateX(-180.1deg) rotateY(0deg);
  }
  100% {
    transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg);
  }
}

/*-------- Custom Font Style Css --------*/
.font-size-12 {
  font-size: 12px !important;
}

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

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

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

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

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

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

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

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

@media only screen and (max-width: 991px) {
  .font-size-sm-18 {
    font-size: 18px !important;
  }
  .font-size-sm-24 {
    font-size: 24px !important;
  }
}

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

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

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

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

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

.letter-spacing-0 {
  letter-spacing: 0 !important;
}

.letter-spacing-1 {
  letter-spacing: 1px !important;
}

/*-------- Custom Color Style Css --------*/
.bgcolor-black {
  background-color: #000 !important;
}

.bgcolor-black-light {
  background-color: #1d1f1f !important;
}

.bgcolor-white {
  background-color: #fff !important;
}

.bgcolor-24 {
  background-color: #242424 !important;
}

.bgcolor-333 {
  background-color: #333333 !important;
}

.bgcolor-f5 {
  background-color: #f5f5f5 !important;
}

.bgcolor-f6 {
  background-color: #f6f6f6 !important;
}

.bgcolor-gray-light {
  background-color: #f4f6f8 !important;
}

.bgcolor-gray-lighter {
  background-color: #eee !important;
}

.bgcolor-gray {
  background-color: #f0f2f4 !important;
}

.bgcolor-gray-silver {
  background-color: #f0f1f3 !important;
}

.bgcolor-gray-ccc {
  background-color: #ccc !important;
}

.bgcolor-theme {
  background-color: #bc0552 !important;
}

.bgcolor-theme2 {
  background-color: #303744 !important;
}

.bgcolor-theme3 {
  background-color: #669900 !important;
}

.bgcolor-theme4 {
  background-color: #f53400 !important;
}

.text-theme-color {
  color: #bc0552 !important;
}

.text-theme-color2 {
  color: #303744 !important;
}

.text-theme-color3 {
  color: #669900 !important;
}

.text-theme-color4 {
  color: #f53400 !important;
}

.text-theme-color5 {
  color: #568701 !important;
}

.text-light {
  color: #fff !important;
}

.text-dark {
  color: #0e0e0e !important;
}

.text-black {
  color: #000 !important;
}

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

.text-hover-theme-color:hover {
  color: #bc0552 !important;
}

/*-------- Custom Margin Padding Style Css --------*/
.mt-10 {
  margin-top: 10px;
}

.mt-12 {
  margin-top: 12px !important;
}

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

.mt-18 {
  margin-top: 18px !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media only screen and (max-width: 1199px) {
  .mt-lg-50 {
    margin-top: 50px !important;
  }
  .mt-lg-70 {
    margin-top: 70px !important;
  }
}

@media only screen and (max-width: 991px) {
  .md-mt-0 {
    margin-top: 0 !important;
  }
  .mt-md-30 {
    margin-top: 30px !important;
  }
  .mt-md-40 {
    margin-top: 40px !important;
  }
  .mt-md-50 {
    margin-top: 50px !important;
  }
  .mt-md-60 {
    margin-top: 60px !important;
  }
  .mt-md-70 {
    margin-top: 70px !important;
  }
}

@media only screen and (max-width: 767px) {
  .sm-mt-0 {
    margin-top: 0 !important;
  }
  .mt-sm-30 {
    margin-top: 30px !important;
  }
}

@media only screen and (max-width: 575px) {
  .mt-xs-0 {
    margin-top: 0px;
  }
  .mt-xs-30 {
    margin-top: 30px !important;
  }
}

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

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

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

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

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

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

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

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

@media only screen and (max-width: 991px) {
  .md-mr-0 {
    margin-right: 0 !important;
  }
}

@media only screen and (max-width: 575px) {
  .mr-xs-0 {
    margin-right: 0;
  }
  .mr-xs-15 {
    margin-right: 15;
  }
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.mb-438 {
  margin-bottom: 438px !important;
}

.mb-470 {
  margin-bottom: 470px !important;
}

.mb-471 {
  margin-bottom: 471px !important;
}

@media only screen and (max-width: 1199px) {
  .lg-mb-0 {
    margin-bottom: 0 !important;
  }
  .mb-lg-30 {
    margin-bottom: 30px !important;
  }
  .mb-lg-40 {
    margin-bottom: 40px !important;
  }
  .mb-lg-50 {
    margin-bottom: 50px !important;
  }
  .mb-lg-70 {
    margin-bottom: 70px !important;
  }
  .mb-lg-80 {
    margin-bottom: 80px !important;
  }
  .mb-lg-448 {
    margin-bottom: 448px !important;
  }
}

@media only screen and (max-width: 991px) {
  .md-mb-0,
  .md-mb-0 {
    margin-bottom: 0px !important;
  }
  .mb-md-0 {
    margin-bottom: 0px !important;
  }
  .mb-md-10 {
    margin-bottom: 10px !important;
  }
  .mb-md-30 {
    margin-bottom: 30px !important;
  }
  .mb-md-40 {
    margin-bottom: 40px !important;
  }
  .mb-md-50 {
    margin-bottom: 50px !important;
  }
  .mb-md-60 {
    margin-bottom: 60px !important;
  }
  .mb-md-70 {
    margin-bottom: 70px !important;
  }
  .mb-md-80 {
    margin-bottom: 80px !important;
  }
  .mb-md-90 {
    margin-bottom: 90px !important;
  }
}

@media only screen and (max-width: 767px) {
  .mb-sm-0,
  .sm-mb-0 {
    margin-bottom: 0px !important;
  }
  .mb-sm-10 {
    margin-bottom: 10px !important;
  }
  .mb-sm-20 {
    margin-bottom: 20px !important;
  }
  .mb-sm-30 {
    margin-bottom: 30px !important;
  }
  .mb-sm-40 {
    margin-bottom: 40px !important;
  }
  .mb-sm-50 {
    margin-bottom: 50px !important;
  }
  .mb-sm-60 {
    margin-bottom: 60px !important;
  }
  .mb-sm-70 {
    margin-bottom: 70px !important;
  }
}

@media only screen and (max-width: 575px) {
  .mb-xs-0 {
    margin-bottom: 0 !important;
  }
  .mb-xs-30 {
    margin-bottom: 30px !important;
  }
  .mb-xs-50 {
    margin-bottom: 50px !important;
  }
}

@media only screen and (max-width: 479.98px) {
  .mb-xxs-0 {
    margin-bottom: 0 !important;
  }
  .mb-xxs-30 {
    margin-bottom: 30px !important;
  }
}

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

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

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

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

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

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

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

@media only screen and (max-width: 991px) {
  .ml-md-0 {
    margin-left: 0 !important;
  }
  .md-ml-0 {
    margin-left: 0 !important;
  }
}

@media only screen and (max-width: 479.98px) {
  .ml-xxs-5 {
    margin-left: 5px !important;
  }
}

.pb-5 {
  padding-bottom: 5px !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media only screen and (max-width: 1199px) {
  .pb-lg-10 {
    padding-bottom: 10px !important;
  }
  .pb-lg-30 {
    padding-bottom: 30px !important;
  }
  .pb-lg-70 {
    padding-bottom: 70px !important;
  }
  .pb-lg-90 {
    padding-bottom: 90px !important;
  }
}

@media only screen and (max-width: 991px) {
  .md-pb-0 {
    padding-bottom: 0 !important;
  }
  .pb-md-10 {
    padding-bottom: 10px !important;
  }
  .pb-md-20 {
    padding-bottom: 20px !important;
  }
  .pb-md-30 {
    padding-bottom: 30px !important;
  }
  .pb-md-40 {
    padding-bottom: 40px !important;
  }
  .pb-md-50 {
    padding-bottom: 50px !important;
  }
  .pb-md-60 {
    padding-bottom: 60px !important;
  }
  .pb-md-70 {
    padding-bottom: 70px !important;
  }
  .pb-md-80 {
    padding-bottom: 80px !important;
  }
  .pb-md-90 {
    padding-bottom: 90px !important;
  }
  .pb-md-100 {
    padding-bottom: 100px !important;
  }
  .pb-md-120 {
    padding-bottom: 120px !important;
  }
  .pb-md-170 {
    padding-bottom: 170px !important;
  }
}

@media only screen and (max-width: 767px) {
  .sm-pb-0 {
    padding-bottom: 0 !important;
  }
  .pb-sm-20 {
    padding-bottom: 20px !important;
  }
  .pb-sm-30 {
    padding-bottom: 30px !important;
  }
  .pb-sm-50 {
    padding-bottom: 50px !important;
  }
  .pb-sm-60 {
    padding-bottom: 60px !important;
  }
  .pb-sm-70 {
    padding-bottom: 70px !important;
  }
  .pb-sm-80 {
    padding-bottom: 80px !important;
  }
  .pb-sm-100 {
    padding-bottom: 100px !important;
  }
  .pb-sm-170 {
    padding-bottom: 170px !important;
  }
}

@media only screen and (max-width: 575px) {
  .pb-xs-80 {
    padding-bottom: 80px !important;
  }
}

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

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

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

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

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

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

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

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

@media only screen and (max-width: 1199px) {
  .pl-lg-15 {
    padding-left: 15px !important;
  }
}

@media only screen and (max-width: 991px) {
  .md-pl-0 {
    padding-left: 0 !important;
  }
  .md-pl-15 {
    padding-left: 15px !important;
  }
}

@media only screen and (max-width: 767px) {
  .sm-pl-0 {
    padding-left: 0 !important;
  }
  .sm-pl-15,
  .pl-sm-15 {
    padding-left: 15px !important;
  }
}

@media only screen and (max-width: 479.98px) {
  .pl-xxs-0 {
    padding-left: 0 !important;
  }
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media only screen and (max-width: 1199px) {
  .lg-pt-0 {
    padding-top: 0 !important;
  }
}

@media only screen and (max-width: 991px) {
  .pt-md-10 {
    padding-top: 10px !important;
  }
  .pt-md-30 {
    padding-top: 30px !important;
  }
  .pt-md-40 {
    padding-top: 40px !important;
  }
  .pt-md-50 {
    padding-top: 50px !important;
  }
  .pt-md-60 {
    padding-top: 60px !important;
  }
  .pt-md-65 {
    padding-top: 65px !important;
  }
  .pt-md-70 {
    padding-top: 70px !important;
  }
  .pt-md-80 {
    padding-top: 80px !important;
  }
  .pt-md-90 {
    padding-top: 90px !important;
  }
  .pt-md-100 {
    padding-top: 100px !important;
  }
  .pt-md-120 {
    padding-top: 120px !important;
  }
}

@media only screen and (max-width: 767px) {
  .pt-sm-10 {
    padding-top: 10px !important;
  }
  .pt-sm-30 {
    padding-top: 30px !important;
  }
  .pt-sm-50 {
    padding-top: 50px !important;
  }
  .pt-sm-60 {
    padding-top: 60px !important;
  }
  .pt-sm-70 {
    padding-top: 70px !important;
  }
  .pt-sm-80 {
    padding-top: 80px !important;
  }
  .pt-sm-90 {
    padding-top: 90px !important;
  }
  .pt-sm-100 {
    padding-top: 100px !important;
  }
}

@media only screen and (max-width: 575px) {
  .pt-xs-40 {
    padding-top: 40px !important;
  }
}

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

.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;
}

@media only screen and (max-width: 1199px) {
  .lg-pr-0 {
    padding-right: 0 !important;
  }
  .pr-lg-15 {
    padding-right: 15px !important;
  }
}

@media only screen and (max-width: 767px) {
  .sm-pr-0 {
    padding-right: 0 !important;
  }
  .sm-pr-15,
  .pr-sm-15 {
    padding-right: 15px !important;
  }
}

@media only screen and (max-width: 991px) {
  .md-pr-15 {
    padding-right: 15px;
  }
  .md-pl-15 {
    padding-left: 15px;
  }
}

.d-contents {
  display: contents;
}

/*-------- Scroll To Top Style Css --------*/
.scroll-to-top {
  background-color: #bc0552;
  border: none;
  border-radius: 0;
  bottom: 35px;
  color: #fff;
  cursor: pointer;
  display: none;
  font-size: 24px;
  height: 60px;
  line-height: 60px;
  position: fixed;
  right: 35px;
  text-align: center;
  width: 60px;
  z-index: 100;
  transition: all 0.3s;
}

@media only screen and (max-width: 1199px) {
  .scroll-to-top {
    bottom: 27px;
    font-size: 14px;
    height: 35px;
    line-height: 35px;
    right: 20px;
    width: 35px;
  }
}

@media only screen and (max-width: 479.98px) {
  .scroll-to-top {
    bottom: 87px;
    right: 10px;
  }
}

.scroll-to-top:hover {
  background-color: #303744;
  box-shadow: none;
  color: #fff;
}

.mb-n4 {
  margin-bottom: -1.5rem;
}

.section-py {
    padding: 25px 0px 35px;
  }

@media (min-width: 1200px) {
  .section-py {
    padding: 25px 0px 35px;
  }
}

/*

[ 04. Header CSS ]

*/
.header {
  background: #353232;
}

.header-top {
  padding-top: 15px;
  padding-bottom: 15px;
  border-bottom: 1px solid #9d3a3a;
}

.header-top p {
  font-family: "Sarabun", sans-serif;
  font-weight: 400;
  color: #cccccc;
  font-size: 14px;
}

.header-top p span {
  font-weight: 700;
}

.header-top p i {
  margin-right: 20px;
}

.social-links li {
  display: inline-block;
}

.social-links li + li {
  margin-left: 20px;
}

.social-links li a {
  font-size: 16px;
  color: #fff;
}

.social-links li a:hover {
  color: #000;
}

.header-middle {
  padding-top: 15px;
  padding-bottom: 15px;
}

.media-wrap {
  display: flex;
  flex-wrap: wrap;
}

@media screen and (max-width: 991px) {
  .media-wrap {
    flex-direction: column;
  }
}

.media {
  display: flex;
}

.media span {
  align-self: center;
}

.media-content {
  flex: 1;
}

.header-middle-content {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
}

@media screen and (min-width: 992px) {
  .media-list + .media-list {
    margin-left: 50px;
  }
}

@media screen and (max-width: 991px) {
  .media-list + .media-list {
    margin-top: 15px;
  }
}

.media-icon {
  color: #000;
  font-size: 24px;
  margin-right: 20px;
}

@media screen and (min-width: 992px) {
  .media-icon {
    color: #fff;
  }
}

.media-sub-heading {
  font-family: "Sarabun", sans-serif;
  color: #000;
  font-weight: 400;
  font-size: 12px;
  line-height: 1;
  display: block;
  text-transform: uppercase;
  margin-bottom: 5px;
}

@media only screen and (min-width: 1200px) {
  .media-sub-heading {
    font-size: 12px;
  }
}

@media screen and (min-width: 992px) {
  .media-sub-heading {
    color: #cccccc;
  }
}

.media-heading {
  font-family: "Sarabun", sans-serif;
  font-weight: 700;
  font-size: 14px;
  color: #000;
  line-height: 1;
  text-transform: uppercase;
}

.media-heading:hover {
  color: #000;
}

@media only screen and (min-width: 1200px) {
  .media-heading {
    font-size: 18px;
  }
}

@media screen and (min-width: 992px) {
  .media-heading {
    color: #fff;
  }
  .media-heading:hover {
    color: #fff;
  }
}

.book-now-btn {
  font-weight: 700;
  font-size: 14px;
  color: #fff;
  text-transform: uppercase;
  padding: 10px 30px;
  background: #bc0552;
  display: inline-block;
}

.book-now-btn:hover {
  background: #000;
  color: #fff;
}

@media screen and (max-width: 991px) {
  .book-now-btn {
    padding: 10px 15px;
  }
}

.main-menu {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}

.main-menu li {
  position: relative;
}

.main-menu li + li {
  margin-left: 35px;
}

.main-menu li:hover .sub-menu {
  top: 100%;
  opacity: 1;
  visibility: visible;
}

.main-menu li.active .main-menu-link::before, .main-menu li:hover .main-menu-link::before {
  width: 100%;
}

.main-menu .main-menu-link {
  font-family: "Sarabun", sans-serif;
  display: block;
  font-weight: 500;
  font-size: 15px;
  color: #fff;
  text-transform: uppercase;
  padding: 15px 5px;
}

.header-logo{
	margin:0 auto;
}
.main-menu .main-menu-link::before {
  position: absolute;
  bottom: 0px;
  left: 0;
  width: 0%;
  height: 2px;
  background: #fff;
  content: "";
  transition: all 0.3s;
}

.sub-menu {
  position: absolute;
  left: 0;
  top: 80px;
  display: flex;
  flex-direction: column;
  background-color: #fff;
  box-shadow: 0 2px 29px rgba(0, 0, 0, 0.05);
  padding: 15px 15px;
  min-width: 250px;
  z-index: 2;
  opacity: 0;
  visibility: hidden;
  transition: all ease-in-out 0.3s;
}

.sub-menu li + li {
  margin-left: 0;
  margin-top: 10px;
}

.sub-menu-link {
  padding: 5px 0px;
  color: #000;
  text-transform: capitalize;
}

.sub-menu-link:hover {
  padding-left: 5px;
}

.sub-menu-link:hover, .sub-menu-link.active {
  color: #000;
}

.sticky-header {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  padding: 15px 0px;
  background: #fff;
  opacity: 0;
  visibility: hidden;
  z-index: 11;
  transition: all 0.3s;
}

.sticky-header .main-menu-link {
  color: #000;
}

.sticky-header.sticky {
  opacity: 1;
  visibility: visible;
  animation: fadeInDown 0.5s ease-in-out;
  box-shadow: 0 8px 6px -6px rgba(0, 0, 0, 0.4);
}

.sticky-header.sticky .main-menu li .main-menu-link:hover {
  color: #bc0552;
}

.sticky-header.sticky .main-menu li .main-menu-link::before {
  position: absolute;
  bottom: 0px;
  left: 0;
  width: 0%;
  height: 2px;
  background: #bc0552;
  content: "";
  transition: all 0.3s;
}

.sticky-header.sticky .main-menu li.active .main-menu-link, .sticky-header.sticky .main-menu li:hover .main-menu-link {
  color: #bc0552;
}

.sticky-header.sticky .main-menu li.active .main-menu-link::before, .sticky-header.sticky .main-menu li:hover .main-menu-link::before {
  width: 100%;
}

@media screen and (max-width: 991px) {
  .mobile-sticky.sticky {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    background: #fff;
    z-index: 11;
    transition: all 0.3s;
    animation: fadeInDown 0.5s ease-in-out;
    box-shadow: 0 8px 6px -6px rgba(0, 0, 0, 0.4);
  }
}

.header-top-offcanvas p {
  font-family: "Sarabun", sans-serif;
  font-weight: 400;
  color: #000;
  font-size: 13px;
}

/******************************** 
  offcanvas toggler btn
 ********************************/
.mobile-menu-toggle svg {
  width: 50px;
  height: 50px;
}

.mobile-menu-toggle svg path {
  transition: stroke-dashoffset 0.5s cubic-bezier(0.25, -0.25, 0.75, 1.25), stroke-dasharray 0.5s cubic-bezier(0.25, -0.25, 0.75, 1.25);
  fill: none;
  stroke-dashoffset: 0;
  stroke-linecap: round;
  stroke-width: 30px;
}

.mobile-menu-toggle svg path#top, .mobile-menu-toggle svg path#bottom {
  stroke-dasharray: 240px 950px;
}

.mobile-menu-toggle svg path#middle {
  stroke-dasharray: 240px 240px;
}

.mobile-menu-toggle .close svg path#top, .mobile-menu-toggle .close svg path#bottom {
  stroke-dasharray: -650px;
  stroke-dashoffset: -650px;
}

.mobile-menu-toggle .close svg path#middle {
  stroke-dasharray: 1px 220px;
  stroke-dashoffset: -115px;
}

.mobile-menu-toggle svg path {
  stroke: #fff;
}

@media screen and (min-width: 992px) {
  .mobile-menu-toggle svg path {
    stroke: #fff;
  }
}

.mobile-sticky.sticky svg path {
  stroke: #000;
}

/******************************** 
  offcanvas toggler btn END
 ********************************/
/******************************** 
 offcanvas menu style
 ********************************/
body.offcanvas-open {
  overflow-y: hidden;
  padding-right: 17px;
}

@media screen and (max-width: 991px) {
  body.offcanvas-open {
    padding-right: 0px;
  }
}

.offcanvas-overlay {
  position: fixed;
  z-index: 999;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: none;
  background-color: rgba(0, 0, 0, 0.5);
}

.offcanvas {
  position: fixed;
  z-index: 1000;
  top: 0;
  right: 0;
  left: auto;
  display: block;
  overflow: hidden;
  width: 400px;
  height: 100vh;
  transform: translateX(100%);
  background-color: #ffffff;
  box-shadow: none;
  transition: all 0.5s ease-in-out;
}

.offcanvas.offcanvas-open {
  transform: translateX(0);
}

.offcanvas.offcanvas-mobile-menu {
  right: auto;
  left: 0;
  transform: translateX(-100%);
}

.offcanvas.offcanvas-mobile-menu.offcanvas-open {
  transform: translateX(0);
}

@media screen and (max-width: 480px) {
  .offcanvas {
    width: 300px;
  }
}

.offcanvas .inner {
  padding: 20px;
}

@media screen and (max-width: 991px) {
  .offcanvas .inner {
    overflow-y: scroll;
    height: 660px;
  }
}

@media screen and (max-width: 767px) {
  .offcanvas .inner {
    height: calc(100% - 30px);
  }
}

@media screen and (max-width: 480px) {
  .offcanvas .inner {
    padding: 10px;
  }
}

.offcanvas .title {
  color: #000;
  font-weight: 700;
}

.offcanvas .offcanvas-close {
  position: relative;
  width: 20px;
  height: 20px;
  text-indent: -9999px;
  border: 0;
  background-color: transparent;
}

.offcanvas .offcanvas-close::after {
  position: absolute;
  top: calc(50% - 1px);
  left: 0;
  width: 20px;
  height: 2px;
  content: "";
  transition: all 0.5s ease-in-out;
  transform: rotate(-45deg);
  background-color: #000;
}

.offcanvas .offcanvas-close:hover:after {
  transform: rotate(0deg);
}

.offcanvas .offcanvas-close::before {
  position: absolute;
  top: calc(50% - 1px);
  left: 0;
  width: 20px;
  height: 2px;
  content: "";
  transition: all 0.5s ease-in-out;
  transform: rotate(45deg);
  background-color: #000;
}

.offcanvas .offcanvas-close:hover:before {
  transform: rotate(180deg);
}

.offcanvas .offcanvas-menu ul li {
  position: relative;
  display: block;
  line-height: 28px;
}

.offcanvas .offcanvas-menu ul li a {
  display: block;
  position: relative;
  padding: 8px 20px;
  border-top: 1px solid #eee;
  font-size: 14px;
  line-height: 30px;
  color: #000;
}

.offcanvas .offcanvas-menu ul li a:hover {
  color: #bc0552;
}

.offcanvas .offcanvas-menu ul li .offcanvas-submenu {
  position: static;
  top: auto;
  display: none;
  visibility: visible;
  width: 100%;
  min-width: auto;
  transition: none;
  opacity: 1;
  box-shadow: none;
}

.offcanvas .offcanvas-menu ul li .offcanvas-submenu li {
  line-height: inherit;
  position: relative;
}

.offcanvas .offcanvas-menu ul li .offcanvas-submenu li a {
  font-weight: 400;
  padding-left: 40px;
}

.offcanvas .offcanvas-menu ul li .offcanvas-submenu li ul a {
  padding-left: 60px;
}

.offcanvas .offcanvas-menu ul li .menu-expand {
  position: absolute;
  z-index: 2;
  top: 0;
  right: 0;
  width: 24px;
  height: 44px;
  cursor: pointer;
  background-color: transparent;
}

.offcanvas .offcanvas-menu ul li .menu-expand::before, .offcanvas .offcanvas-menu ul li .menu-expand::after {
  position: absolute;
  top: 50%;
  left: 0;
  width: 14px;
  height: 2px;
  content: "";
  transition: all 0.5s ease-in-out;
  background-color: #000;
}

.offcanvas .offcanvas-menu ul li .menu-expand::before:hover, .offcanvas .offcanvas-menu ul li .menu-expand::after:hover {
  background-color: #bc0552;
}

.offcanvas .offcanvas-menu ul li .menu-expand::after {
  transform: rotate(90deg);
}

.offcanvas .offcanvas-menu ul li.active &gt; .menu-expand::after {
  transform: rotate(0) scale(0.75);
}

.offcanvas .offcanvas-social li {
  display: inline-block;
  margin: 0 10px 10px 0;
}

.offcanvas .offcanvas-social li a {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 16px;
  line-height: 40px;
  width: 40px;
  height: 40px;
  border: 2px solid transparent;
  border-radius: 50%;
}

.offcanvas-menu li:hover &gt; .menu-expand:after {
  background: #bc0552;
}

.offcanvas-menu li:hover &gt; .menu-expand:before {
  background: #bc0552;
}

.offcanvas-social a {
  color: #ffffff;
  background: #bc0552;
}

.offcanvas-social a:hover {
  background: transparent;
  color: #bc0552;
  border-color: #bc0552 !important;
}

/******************************** 
 offcanvas menu style ENd
 ********************************/
.hero-slider .swiper-slide {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  height: 380px;
  background-position: center bottom;
  background-repeat: no-repeat;
  background-size: cover;
}

@media screen and (min-width: 768px) {
  .hero-slider .swiper-slide {
    height: 500px;
  }
}

@media screen and (min-width: 992px) {
  .hero-slider .swiper-slide {
    height: 575px;
  }
}

@media screen and (min-width: 1280px) {
  .hero-slider .swiper-slide {
    height: 775px;
  }
}

.hero-slider .swiper-slide.swiper-slide-active .text.delay1 {
  animation: fadeInLeft 1s ease-in-out;
}

.hero-slider .swiper-slide.swiper-slide-active .title.delay2 {
  animation: fadeInLeft 1.5s ease-in-out;
}

.hero-slider .swiper-slide.swiper-slide-active .text {
  animation: fadeInLeft 2s ease-in-out;
}

.hero-slider .swiper-slide.swiper-slide-active .btn.delay2 {
  animation: fadeInLeft 2.5s ease-in-out;
}

.hero-slider .swiper-slide.swiper-slide-active .btn.delay1 {
  animation: fadeInLeft 3s ease-in-out;
}

.slider-content * {
  font-family: "Inter";
}

.slider-content .text {
  text-transform: uppercase;
  font-size: 15px;
  color: #fff;
  margin-bottom: 25px;
}

@media screen and (min-width: 992px) {
  .slider-content .text {
    font-size: 18px;
  }
}

.slider-content .title {
  font-weight: 900;
  font-size: 40px;
  color: #fff;
  margin-bottom: 65px;
}

@media screen and (min-width: 768px) {
  .slider-content .title {
    font-size: 60px;
  }
}

@media screen and (min-width: 1200px) {
  .slider-content .title {
    font-size: 80px;
  }
}

@media screen and (min-width: 1400px) {
  .slider-content .title {
    font-size: 90px;
  }
}

.slider-content .title span {
  font-weight: 300;
}

.slider-content .btn {
  font-family: "Sarabun", sans-serif;
  font-weight: 700;
  text-transform: uppercase;
  font-size: 14px;
  color: #fff;
  padding: 10px 15px;
  border-radius: 5px;
}

@media screen and (min-width: 992px) {
  .slider-content .btn {
    font-size: 16px;
    padding: 15px 30px;
  }
}

.btn-danger {
  background: #bc0552;
  border-color: #bc0552;
}

.btn-danger:focus {
  box-shadow: none !important;
}

.btn-danger:hover {
  background: #000;
  border-color: #000;
}

.btn-outline-secondary {
  border-color: #fff;
}

.btn-outline-secondary:hover {
  background: #000;
  border-color: #000;
}

.btn-outline-secondary:focus {
  box-shadow: none !important;
}

.hero-slider .swiper-button-prev,
.hero-slider .swiper-button-next {
  width: 60px;
  height: 60px;
  font-size: 25px;
  background: #fff;
  color: #000;
  opacity: 0;
  visibility: hidden;
  border-radius: 50%;
  transition: all 0.3s;
}

.hero-slider .swiper-button-prev:hover,
.hero-slider .swiper-button-next:hover {
  background: #000;
  color: #fff;
}

.hero-slider .swiper-button-prev::after,
.hero-slider .swiper-button-next::after {
  display: none;
}

.hero-slider .swiper-button-prev {
  left: 0px;
}

.hero-slider .swiper-button-next {
  left: auto;
  right: 0px;
}

.hero-slider:hover .swiper-button-prev,
.hero-slider:hover .swiper-button-next {
  opacity: 1;
  visibility: visible;
}

.hero-slider:hover .swiper-button-prev {
  left: 30px;
}

.hero-slider:hover .swiper-button-next {
  left: auto;
  right: 30px;
}

/*

[ 05. Hero slider CSS ]

*/
/*

[ 06 About CSS ]

*/
/*
-----------------------------------------------------------------------
	About CSS
-----------------------------------------------------------------------
*/
.about-area {
  padding: 125px 0px;
  border-bottom: 1px solid #e5e5e5;
}

@media only screen and (max-width: 1199px) {
  .about-area {
    padding: 90px 0px;
  }
}

@media only screen and (max-width: 767px) {
  .about-area {
    padding: 70px 0px;
  }
}

.about-area .text-pra {
  color: #000;
  font-size: 36px;
  font-weight: 300;
  line-height: 48px;
  letter-spacing: -.10px;
  margin: 0 auto 125px;
  max-width: 830px;
  padding-right: 50px;
}

@media only screen and (max-width: 1199px) {
  .about-area .text-pra {
    margin-bottom: 85px;
  }
}

@media only screen and (max-width: 767px) {
  .about-area .text-pra {
    font-size: 24px;
    line-height: 36px;
    margin-bottom: 50px;
    padding-right: 0;
  }
}

.about-area .service-list-content {
  margin: 0 auto 62px;
  max-width: 830px;
}

@media only screen and (max-width: 1199px) {
  .about-area .service-list-content {
    margin-bottom: 40px;
  }
}

@media only screen and (max-width: 767px) {
  .about-area .service-list-content {
    margin-bottom: 20px;
  }
}

.about-area .service-list-content .title {
  margin-bottom: 41px;
  text-transform: uppercase;
}

@media only screen and (max-width: 767px) {
  .about-area .service-list-content .title {
    margin-bottom: 30px;
  }
}

.about-area .service-list-content p {
  color: #999999;
  letter-spacing: 0;
  line-height: 30px;
  margin-bottom: 69px;
}

@media only screen and (max-width: 767px) {
  .about-area .service-list-content p {
    margin-bottom: 40px;
  }
}

.about-area .service-list-content p.text-block {
  color: #000;
  font-size: 16px;
  margin-bottom: 31px;
}

.about-area .service-list-content .service-list {
  display: flex;
  justify-content: space-between;
}

@media only screen and (max-width: 479.98px) {
  .about-area .service-list-content .service-list {
    display: block;
    padding-bottom: 20px;
  }
}

@media only screen and (max-width: 479.98px) {
  .about-area .service-list-content .service-list ul {
    margin-bottom: 0;
  }
}

.about-area .service-list-content .service-list ul li {
  margin-bottom: 24px;
}

@media only screen and (max-width: 767px) {
  .about-area .service-list-content .service-list ul li {
    margin-bottom: 18px;
  }
}

.about-area .service-list-content .service-list ul li a {
  color: #000;
  font-size: 16px;
  letter-spacing: 0;
  line-height: 1;
  text-transform: uppercase;
}

@media only screen and (max-width: 767px) {
  .about-area .service-list-content .service-list ul li a {
    font-size: 14px;
  }
}

.about-area .service-list-content .service-list ul li a:hover {
  color: #bc0552;
}

.about-area .office-center-content .title {
  margin: 0 auto 40px;
  max-width: 830px;
  text-transform: uppercase;
}

@media only screen and (max-width: 767px) {
  .about-area .office-center-content .title {
    margin-bottom: 20px;
  }
}

.about-area .office-center-content p {
  color: #999999;
  letter-spacing: 0;
  line-height: 30px;
  margin: 0 auto 59px;
  max-width: 830px;
}

@media only screen and (max-width: 767px) {
  .about-area .office-center-content p {
    margin-bottom: 40px;
  }
}

.about-area .office-center-content .office-address-content {
  display: flex;
  justify-content: space-between;
  margin: 125px auto 0;
  max-width: 830px;
  padding-right: 30px;
}

@media only screen and (max-width: 1199px) {
  .about-area .office-center-content .office-address-content {
    margin-top: 95px;
  }
}

@media only screen and (max-width: 767px) {
  .about-area .office-center-content .office-address-content {
    margin-top: 80px;
  }
}

@media only screen and (max-width: 479.98px) {
  .about-area .office-center-content .office-address-content {
    display: block;
    margin-top: 65px;
  }
}

.about-area .office-center-content .office-address-content .office-address-item h5 {
  font-size: 18px;
  letter-spacing: -.21px;
  margin-bottom: 23px;
  text-transform: uppercase;
}

.about-area .office-center-content .office-address-content .office-address-item ul {
  margin-bottom: 30px;
}

.about-area .office-center-content .office-address-content .office-address-item ul li {
  color: #999999;
  font-size: 16px;
  margin-bottom: 3px;
}

.about-area .office-center-content .office-address-content .office-address-item ul li:last-child {
  margin-bottom: 0;
}

/*

[ 07 Service CSS ]

*/
/*
-----------------------------------------------------------------------
	Service CSS
-----------------------------------------------------------------------
*/
.static-media {
  padding-top: 90px;
}

@media only screen and (max-width: 575px) {
  .static-media {
    padding-top: 80px;
  }
}

@media only screen and (max-width: 767px) {
  .static-media {
    padding-top: 80px;
  }
}

.static-media .media {
  padding-bottom: 30px;
  border-bottom: 1px solid #e5e5e5;
}

.static-media .media .icon {
  align-self: center;
  color: #bc0552;
  font-size: 48px;
}

.static-media .media .title {
  font-weight: 700;
  text-transform: uppercase;
  line-height: 1;
  font-size: 20px;
  color: #000;
  margin-bottom: 10px;
}

@media screen and (min-width: 992px) {
  .static-media .media .title {
    font-size: 24px;
  }
}

.static-media .media p {
  color: #666666;
  font-size: 14px;
}

.static-media .media-body {
  flex: 1;
}

/*
-----------------------------------------------------------------------
	Service CSS
-----------------------------------------------------------------------
*/
.service-area {
  padding: 125px 0px;
}

@media only screen and (max-width: 1199px) {
  .service-area {
    padding: 100px 0px;
  }
}

@media only screen and (max-width: 767px) {
  .service-area {
    padding: 80px 0px;
  }
}

.service-area .section-title {
  margin-bottom: 90px;
}

@media only screen and (max-width: 1199px) {
  .service-area .section-title {
    margin-bottom: 70px;
  }
}

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

.service-item .icon {
  color: #bc0552;
  font-size: 46px;
  line-height: 1;
  margin-bottom: 35px;
}

.service-item .content {
  position: relative;
}

.service-item .content .service-name {
  color: #010101;
  font-size: 18px;
  letter-spacing: 0;
  margin-bottom: 18px;
}

.service-item .content p {
  font-size: 14px;
  line-height: 26px;
  margin-bottom: 30px;
}

.service-item .content .btn-link {
  color: #000;
  font-size: 14px;
  letter-spacing: 0.25px;
}

.service-item .content .btn-link i {
  color: #444;
  font-size: 17px;
  margin-left: 4px;
  position: relative;
  top: 1px;
}

.service-style2 {
  border: 1px solid #e3e3e3;
  margin: 0;
}

.service-style2 .service-item {
  border-bottom: 1px solid #fff;
  border-right: 1px solid #ebebeb;
  padding: 50px 30px 35px 40px;
  position: relative;
  transition: all 0.3s;
}

@media only screen and (max-width: 1199px) {
  .service-style2 .service-item {
    padding: 40px 20px;
  }
}

.service-style2 .service-item:before {
  background-color: #bc0552;
  content: "";
  height: 0;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  transition: all 0.1s;
}

.service-style2 .service-item .icon {
  align-items: flex-end;
  display: flex;
  min-height: 48px;
  padding-left: 1px;
}

.service-style2 .service-item:nth-child(1), .service-style2 .service-item:nth-child(2), .service-style2 .service-item:nth-child(3), .service-style2 .service-item:nth-child(4) {
  border-bottom-color: #ebebeb;
}

.service-style2 .service-item:nth-child(4), .service-style2 .service-item:nth-child(8) {
  border-right-color: #fff;
}

@media only screen and (max-width: 991px) {
  .service-style2 .service-item:nth-child(5), .service-style2 .service-item:nth-child(6) {
    border-bottom: 1px solid #ebebeb;
  }
}

.service-style2 .service-item:hover {
  background-color: #f3f3f3;
}

.service-style2 .service-item:hover:before {
  height: 4px;
}

.service-style2 .service-item:hover .content .btn-link {
  color: #bc0552;
}

.service-category .category-item {
  border-bottom: 1px solid rgba(255, 255, 255, 0.5);
  padding-bottom: 26px;
  position: relative;
}

.service-category .category-item h4 {
  color: #fff;
  font-size: 24px;
  margin-bottom: 1px;
  text-transform: uppercase;
}

@media only screen and (max-width: 767px) {
  .service-category .category-item h4 {
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 3px;
  }
}

.service-category .category-item p {
  color: #fff;
}

.service-category .category-item .icon {
  color: #fff;
  font-size: 48px;
  position: absolute;
  right: 0;
  top: -21px;
}

.service-slider-container {
  margin-top: 161px;
}

@media only screen and (max-width: 1199px) {
  .service-slider-container {
    margin-top: 131px;
  }
}

@media only screen and (max-width: 991px) {
  .service-slider-container {
    margin-top: 106px;
  }
}

@media only screen and (max-width: 767px) {
  .service-slider-container {
    margin-top: 86px;
  }
}

@media only screen and (max-width: 575px) {
  .service-slider-container {
    margin: 66px auto 0;
    max-width: 300px;
  }
}

@media (max-width: 461px) {
  .service-slider-container {
    margin-top: 55px;
  }
}

.service-slider-container .service-slider.service-category .category-item {
  padding-top: 4px;
}

.service-slider-container .service-slider.service-category .category-item .icon {
  top: -17px;
}

/*

[ 08 Team CSS ]

*/
/*
-----------------------------------------------------------------------
	Team CSS
-----------------------------------------------------------------------
*/
.team-area.team-default-area {
  padding: 125px 0px;
}

@media only screen and (max-width: 1199px) {
  .team-area.team-default-area {
    padding: 90px 0px;
  }
}

@media only screen and (max-width: 767px) {
  .team-area.team-default-area {
    padding: 80px 0px;
  }
}

@media only screen and (max-width: 575px) {
  .team-area.team-default-area {
    padding: 80px 0px;
  }
}

.team-area.team-default-area .section-title {
  margin-bottom: 64px;
}

@media only screen and (max-width: 767px) {
  .team-area.team-default-area .section-title {
    margin-bottom: 60px;
  }
}

@media only screen and (max-width: 575px) {
  .team-area.team-default-area .section-title {
    margin-bottom: 50px;
  }
}

.team-member {
  background: #fff;
  border: 1px solid #e7e7e7;
  padding: 30px;
  position: relative;
}

@media only screen and (max-width: 767px) {
  .team-member {
    padding: 10px;
  }
}

.team-member .thumb {
  overflow: hidden;
}

.team-member .thumb img {
  width: 100%;
  transition: all 0.3s;
}

.team-member .content {
  padding: 35px 30px 0px;
  text-align: center;
}

@media only screen and (max-width: 767px) {
  .team-member .content {
    padding: 30px 10px 0px;
  }
}

.team-member .content .member-info .name {
  color: #000;
  font-size: 24px;
  font-weight: 400;
  letter-spacing: -0.25px;
  margin-bottom: 27px;
  transition: all 0.3s;
}

@media only screen and (max-width: 767px) {
  .team-member .content .member-info .name {
    font-size: 20px;
    margin-bottom: 15px;
  }
}

@media only screen and (max-width: 575px) {
  .team-member .content .member-info .name {
    font-size: 16px;
  }
}

.team-member .content .member-info .name a {
  color: #000;
}

.team-member .content .member-info p {
  color: #999999;
  margin-bottom: 30px;
}

@media only screen and (max-width: 767px) {
  .team-member .content .member-info p {
    margin-bottom: 20px;
  }
}

.team-member .content .member-info .btn-link {
  color: #000;
  font-size: 14px;
  font-weight: 500;
}

@media only screen and (max-width: 767px) {
  .team-member .content .member-info .btn-link {
    font-size: 13px;
  }
}

@media only screen and (max-width: 575px) {
  .team-member .content .member-info .btn-link {
    font-size: 12px;
  }
}

.team-member .content .member-info .btn-link:hover {
  color: #bc0552;
}

.team-member .content .member-info .designation {
  color: #000;
  font-size: 12px;
  margin-bottom: 5px;
}

.team-member .content .member-info .social-icons a {
  color: #000;
  display: inline-block;
  font-size: 16px;
  padding: 0 10px;
}

.team-member:hover .thumb img {
  transform: scale(1.2);
}

.team-member:hover .content .member-info .name {
  color: #bc0552;
}

.team-slider-container .swiper-pagination {
  align-items: center;
  display: flex;
  margin: 70px auto 0;
  min-height: 18px;
  max-width: 71px;
  position: relative;
}

.team-slider-container .swiper-pagination.swiper-pagination-bullets .swiper-pagination-bullet {
  background-color: #ccc;
  border-radius: 50%;
  height: 12px;
  margin: 0 5px;
  opacity: 1;
  width: 12px;
  transition: all 0.3s;
}

.team-slider-container .swiper-pagination.swiper-pagination-bullets .swiper-pagination-bullet:hover {
  background-color: #bc0552;
}

.team-slider-container .swiper-pagination.swiper-pagination-bullets .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: #bc0552;
  height: 17px;
  width: 17px;
}

/*
-----------------------------------------------------------------------
	Gallery CSS
-----------------------------------------------------------------------
*/
.gallery-item .thumb {
  position: relative;
}

.gallery-item .thumb img {
  width: 100%;
}

.gallery-item .thumb .overlay {
  align-items: center;
  background-color: rgba(0, 0, 0, 0.5);
  display: flex;
  height: 100%;
  justify-content: center;
  left: 0;
  opacity: 0;
  pointer-events: none;
  position: absolute;
  top: 0;
  visibility: hidden;
  width: 100%;
  transition: all 0.3s;
}

.gallery-item .thumb .overlay i {
  color: #fff;
  font-size: 36px;
  transition: all 0.3s;
}

.gallery-item:hover .thumb .overlay {
  opacity: 1;
  visibility: visible;
}

/*
-----------------------------------------------------------------------
	Pricing CSS
-----------------------------------------------------------------------
*/
.pricing-area.pricing-default-area {
  padding: 125px 0 0;
}

@media only screen and (max-width: 1199px) {
  .pricing-area.pricing-default-area {
    padding: 90px 0 0;
  }
}

@media only screen and (max-width: 767px) {
  .pricing-area.pricing-default-area {
    padding: 80px 0 0;
  }
}

@media only screen and (max-width: 575px) {
  .pricing-area.pricing-default-area {
    padding: 80px 0 0;
  }
}

.pricing-area.pricing-default-area .section-title {
  margin-bottom: 75px;
}

@media only screen and (max-width: 1199px) {
  .pricing-area.pricing-default-area .section-title {
    margin-bottom: 55px;
  }
}

@media only screen and (max-width: 575px) {
  .pricing-area.pricing-default-area .section-title {
    margin-bottom: 45px;
  }
}

.pricing-items-style1 {
  border: 1px solid #dedede;
  border-radius: 5px;
  margin: 0 0 125px;
  position: relative;
}

@media only screen and (max-width: 1199px) {
  .pricing-items-style1 {
    margin-bottom: 90px;
  }
}

@media only screen and (max-width: 575px) {
  .pricing-items-style1 {
    border: none;
  }
}

.pricing-items-style1:after {
  background-color: #e8e8e8;
  bottom: -130px;
  content: "";
  height: 1px;
  left: 0;
  position: absolute;
  width: 100%;
}

@media only screen and (max-width: 1199px) {
  .pricing-items-style1:after {
    bottom: -100px;
  }
}

@media only screen and (max-width: 767px) {
  .pricing-items-style1:after {
    bottom: -80px;
  }
}

@media only screen and (max-width: 575px) {
  .pricing-items-style1:after {
    bottom: -70px;
  }
}

.pricing-items-style1 .pricing-item {
  border-right: 1px solid #e6e9ec;
  padding: 40px;
}

@media only screen and (max-width: 1199px) {
  .pricing-items-style1 .pricing-item {
    padding: 25px;
  }
}

@media only screen and (max-width: 575px) {
  .pricing-items-style1 .pricing-item {
    border: 1px solid #e6e9ec;
    border-radius: 5px;
    margin-bottom: 30px;
  }
}

.pricing-items-style1 .pricing-item .pricing-title {
  margin-bottom: 24px;
}

.pricing-items-style1 .pricing-item .pricing-title h5 {
  color: #999999;
  font-weight: 400;
  font-size: 14px;
  letter-spacing: 0.5px;
  text-transform: uppercase;
  margin-bottom: 0;
}

.pricing-items-style1 .pricing-item .pricing-amount {
  margin-bottom: 17px;
}

.pricing-items-style1 .pricing-item .pricing-amount h2 {
  color: #669900;
  display: inline-block;
  font-size: 36px;
  line-height: 1;
  letter-spacing: 0;
  margin-bottom: 5px;
}

.pricing-items-style1 .pricing-item .pricing-amount h2 sup {
  color: #669900;
  font-size: 20px;
  position: relative;
  top: -12px;
  vertical-align: baseline;
}

.pricing-items-style1 .pricing-item .pricing-amount .period {
  color: #000;
  display: inline-block;
  font-size: 20px;
  font-weight: 400;
  letter-spacing: 0;
  line-height: 1;
}

.pricing-items-style1 .pricing-item .pricing-content {
  margin-bottom: 40px;
}

.pricing-items-style1 .pricing-item .pricing-content .desc {
  font-size: 14px;
  line-height: 24px;
  margin-bottom: 30px;
}

.pricing-items-style1 .pricing-item .pricing-content .pricing-list {
  border-top: 1px dashed rgba(204, 204, 204, 0.5);
  margin-bottom: 0;
  min-height: 196px;
  padding-top: 24px;
}

.pricing-items-style1 .pricing-item .pricing-content .pricing-list li {
  color: #000;
  font-size: 16px;
  font-weight: 400;
  margin-bottom: 9px;
}

@media (min-width: 992px) and (max-width: 1199px) {
  .pricing-items-style1 .pricing-item .pricing-content .pricing-list li {
    font-size: 14px;
  }
}

@media (max-width: 767px) {
  .pricing-items-style1 .pricing-item .pricing-content .pricing-list li {
    font-size: 14px;
  }
}

.pricing-items-style1 .pricing-item .pricing-content .pricing-list li i {
  color: #669900;
  font-size: 16px;
  display: inline-block;
  width: 27px;
}

.pricing-items-style1 .pricing-item .pricing-content .pricing-list li:last-child {
  margin-bottom: 0;
}

.pricing-items-style1 .pricing-item .pricing-footer .btn-theme.btn-border {
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0;
  min-width: 198px;
  padding: 11px 30px;
  text-transform: uppercase;
}

@media only screen and (max-width: 1199px) {
  .pricing-items-style1 .pricing-item .pricing-footer .btn-theme.btn-border {
    min-width: 183.5px;
    padding: 11px 20px;
    text-align: center;
  }
}

@media only screen and (max-width: 575px) {
  .pricing-items-style1 .pricing-item .pricing-footer .btn-theme.btn-border {
    min-width: 170px;
    padding: 9px 20px;
    text-align: center;
  }
}

.pricing-items-style1 .pricing-item .pricing-footer .btn-theme.btn-border:hover, .pricing-items-style1 .pricing-item .pricing-footer .btn-theme.btn-border.active {
  background-color: #bc0552;
  color: #fff;
}

@media only screen and (max-width: 991px) {
  .pricing-items-style1 .pricing-item.item-one {
    border-bottom: 1px solid #e6e9ec;
  }
}

@media only screen and (max-width: 991px) {
  .pricing-items-style1 .pricing-item.item-two {
    border-bottom: 1px solid #e6e9ec;
  }
}

.pricing-items-style1 .pricing-item.item-four {
  border-right: none;
}

@media only screen and (max-width: 575px) {
  .pricing-items-style1 .pricing-item.item-four {
    border: 1px solid #e6e9ec;
    margin-bottom: 0;
  }
}

.pricing-items-style1.noborder-line:after {
  display: none;
}

/*
-----------------------------------------------------------------------
	Testimonial CSS
-----------------------------------------------------------------------
*/
.testimonial-area.testimonial-default-area {
  padding: 25px 0px;
}


.testimonial-area.testimonial-default-area .section-title {
  margin-bottom: 10px;
}


.testimonial-item {
  padding: 0;
  position: relative;
  text-align: center;
}

.testimonial-item .client-content {
  margin: 0 auto 65px;
  max-width: 838px;
  position: relative;
  z-index: 1;
}

@media only screen and (max-width: 1199px) {
  .testimonial-item .client-content {
    margin-bottom: 45px;
  }
}

.testimonial-item .client-content p {
  color: #000;
  font-family: "Libre Baskerville", serif;
  font-size: 30px;
  line-height: 48px;
  letter-spacing: -0.7px;
  margin-bottom: 0;
}

@media only screen and (max-width: 1199px) {
  .testimonial-item .client-content p {
    font-size: 24px;
    line-height: 38px;
  }
  .testimonial-item .client-content p br {
    display: none;
  }
}

@media only screen and (max-width: 767px) {
  .testimonial-item .client-content p {
    font-size: 16px;
    line-height: 32px;
  }
}

.testimonial-item .thumb {
  border-radius: 50%;
  margin-bottom: 49px;
}

.testimonial-item .thumb img {
  border-radius: 50%;
}

.testimonial-item .client-info {
  margin-bottom: 35px;
  position: relative;
}

.testimonial-item .client-info .name {
  color: #bc0552;
  font-size: 24px;
  font-weight: 700;
  letter-spacing: -0.25px;
  margin-bottom: 6px;
}

@media only screen and (max-width: 767px) {
  .testimonial-item .client-info .name {
    font-size: 16px;
    font-weight: 600;
  }
}

.testimonial-item .client-info .client-location {
  color: #707070;
  font-size: 13px;
  letter-spacing: 0;
}

.testimonial-item .client-info .icon-quote {
  position: absolute;
  right: 0;
  transform: translateY(-50%);
  top: 50%;
}

.testimonial-item .client-info .icon-quote img {
  width: auto;
}

@media only screen and (max-width: 479.98px) {
  .testimonial-item .client-info .icon-quote img {
    display: none;
  }
}

.testimonial-item.line-top {
  border-top: 4px solid #bc0552;
}

.testimonial-slider-container .swiper-button-next,
.testimonial-slider-container .swiper-button-prev {
  color: #000;
  font-size: 60px;
  top: 41.5%;
  transition: all 0.3s;
}

@media only screen and (max-width: 991px) {
  .testimonial-slider-container .swiper-button-next,
  .testimonial-slider-container .swiper-button-prev {
    top: 28%;
  }
}

@media only screen and (max-width: 479.98px) {
  .testimonial-slider-container .swiper-button-next,
  .testimonial-slider-container .swiper-button-prev {
    top: 18%;
  }
}

.testimonial-slider-container .swiper-button-next:after,
.testimonial-slider-container .swiper-button-prev:after {
  color: #000;
  content: "\eac9";
  font-family: "IcoFont";
  font-size: 60px;
  transition: all 0.3s;
}

@media only screen and (max-width: 767px) {
  .testimonial-slider-container .swiper-button-next:after,
  .testimonial-slider-container .swiper-button-prev:after {
    font-size: 36px;
  }
}

.testimonial-slider-container .swiper-button-next:hover:after,
.testimonial-slider-container .swiper-button-prev:hover:after {
  color: #bc0552;
}

.testimonial-slider-container .swiper-button-prev {
  left: 5px;
}

@media only screen and (max-width: 991px) {
  .testimonial-slider-container .swiper-button-prev {
    left: 0;
  }
}

.testimonial-slider-container .swiper-button-next {
  right: 5px;
}

@media only screen and (max-width: 991px) {
  .testimonial-slider-container .swiper-button-next {
    right: 0;
  }
}

.testimonial-slider-container .swiper-button-next:after {
  content: "\eaca";
}

/*

[ 09 Brand Logo CSS ]

*/
/*
-----------------------------------------------------------------------
  Brand Logo CSS
-----------------------------------------------------------------------
*/
.brand-logo-area.brand-logo-default-area {
  border-top: 1px solid #dfdfdf;
  margin-top: 75px;
  padding-top: 100px;
}

@media only screen and (max-width: 1199px) {
  .brand-logo-area.brand-logo-default-area {
    margin-top: 40px;
    padding-top: 80px;
  }
}

@media only screen and (max-width: 767px) {
  .brand-logo-area.brand-logo-default-area {
    margin-top: 25px;
    padding-top: 65px;
  }
}

@media only screen and (max-width: 575px) {
  .brand-logo-area.brand-logo-default-area {
    margin-top: 15px;
    padding-top: 55px;
  }
}

.brand-logo-item img {
  opacity: 0.5;
  transition: all 0.3s;
}

.brand-logo-item:hover img {
  opacity: 1;
}

/*
-----------------------------------------------------------------------
	Feature CSS
-----------------------------------------------------------------------
*/
.feature-section {
  padding: 125px 0px 180px;
  position: relative;
}

@media (min-width: 992px) and (max-width: 1199px) {
  .feature-section {
    padding: 90px 0px 90px;
  }
}

@media (max-width: 991px) {
  .feature-section {
    padding: 90px 0px 90px;
  }
}

@media (max-width: 767px) {
  .feature-section {
    padding: 80px 0px 80px;
  }
}

.feature-section .container {
  z-index: 3;
  position: relative;
}

.feature-section .section-title {
  margin-bottom: 100px;
}

@media only screen and (max-width: 1199px) {
  .feature-section .section-title {
    margin-bottom: 70px;
  }
}

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

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

.feature-section .thumb {
  bottom: 0;
  right: 0;
  position: absolute;
  z-index: 1;
}

@media only screen and (max-width: 1199px) {
  .feature-section .thumb {
    display: none;
  }
}

/*
-----------------------------------------------------------------------
	Divider CSS
-----------------------------------------------------------------------
*/
.divider-area .divider-content-area .content-inner {
  position: relative;
}

.divider-area .divider-content-area h2 {
  margin-bottom: 10px;
}

.divider-area .divider-content-area p {
  margin-bottom: 0;
}

.divider-area .divider-content-area.divider-content-style1 {
  align-items: center;
  display: flex;
  justify-content: space-between;
  padding: 100px 0px;
}

@media only screen and (max-width: 767px) {
  .divider-area .divider-content-area.divider-content-style1 {
    display: block;
    padding: 75px 0px;
  }
}

.divider-area .divider-content-area.divider-content-style1 .content-inner h2 {
  color: #fff;
  font-size: 48px;
  font-weight: 700;
  letter-spacing: 0.6px;
  line-height: 1.1;
  margin-bottom: 22px;
}

@media only screen and (max-width: 991px) {
  .divider-area .divider-content-area.divider-content-style1 .content-inner h2 {
    font-size: 36px;
  }
}

@media only screen and (max-width: 767px) {
  .divider-area .divider-content-area.divider-content-style1 .content-inner h2 {
    margin-bottom: 15px;
  }
}

@media only screen and (max-width: 575px) {
  .divider-area .divider-content-area.divider-content-style1 .content-inner h2 {
    font-size: 30px;
  }
}

.divider-area .divider-content-area.divider-content-style1 .content-inner h2 span {
  color: #fff;
  font-weight: 300;
}

.divider-area .divider-content-area.divider-content-style1 .content-inner p {
  color: #fff;
  font-size: 16px;
  font-weight: 300;
  letter-spacing: -0.15px;
}

@media only screen and (max-width: 767px) {
  .divider-area .divider-content-area.divider-content-style1 .content-inner p {
    margin-bottom: 20px;
  }
}

.divider-area .divider-content-area.divider-content-style1 .btn-theme {
  margin-top: 9px;
}

.divider-area .divider-content-area.divider-content-style1 .btn-theme.btn-white {
  color: #bc0552;
  font-size: 18px;
  font-weight: 700;
  letter-spacing: -0.097px;
  padding: 15px 40px;
  text-transform: uppercase;
}

@media only screen and (max-width: 767px) {
  .divider-area .divider-content-area.divider-content-style1 .btn-theme.btn-white {
    font-size: 14px;
    padding: 10px 30px;
  }
}

.divider-area .divider-content-area.divider-content-style1 .btn-theme.btn-white:hover {
  color: #fff;
}

.shape-layer .layer {
  position: absolute;
}

.shape-layer .layer-one {
  bottom: 0;
  left: 231px;
}

.shape-layer .layer-two {
  bottom: 0;
  right: 182px;
}

.shape-layer .layer-three {
  bottom: 0;
  left: 3.4%;
}

.shape-layer .layer-four {
  top: 39%;
  left: 6.8%;
}

@media only screen and (max-width: 991px) {
  .shape-layer .layer-four {
    top: 36.5%;
  }
}

.shape-layer .layer-five {
  top: 39%;
  right: 19.2%;
}

@media only screen and (max-width: 1199px) {
  .shape-layer .layer-five {
    right: 4.2%;
  }
}

@media only screen and (max-width: 991px) {
  .shape-layer .layer-five {
    top: 36.5%;
  }
}

.shape-layer.shape-layer-slyle1 {
  background-image: url("../img/photos/corporate-mockup-01.jpg");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 100%;
  position: absolute;
  right: 0;
  top: 0;
  width: 38%;
}

/*
-----------------------------------------------------------------------
  Icon Box CSS
-----------------------------------------------------------------------
*/
@media only screen and (max-width: 1199px) {
  .icon-box-style {
    margin-bottom: -60px;
  }
}

@media only screen and (max-width: 575px) {
  .icon-box-style {
    margin-bottom: -50px;
  }
}

.icon-box-style .icon-box-item {
  display: flex;
  margin-bottom: 70px;
  position: relative;
}

@media only screen and (max-width: 1199px) {
  .icon-box-style .icon-box-item {
    margin-bottom: 60px;
  }
}

@media only screen and (max-width: 575px) {
  .icon-box-style .icon-box-item {
    margin-bottom: 50px;
  }
}

.icon-box-style .icon-box-item .icon {
  color: #bc0552;
  font-size: 72px;
  float: left;
  line-height: 1;
  margin-right: 26px;
  transition: all 0.3s;
}

.icon-box-style .icon-box-item .content {
  font-size: 14px;
}

.icon-box-style .icon-box-item .content .title {
  font-size: 16px;
  margin-bottom: 16px;
  text-transform: uppercase;
}

@media only screen and (max-width: 575px) {
  .icon-box-style .icon-box-item .content .title {
    font-size: 14px;
    margin-bottom: 12px;
  }
}

.icon-box-style .icon-box-item .content .title a {
  color: #0e0e0e;
}

.icon-box-style .icon-box-item .content .title a:hover {
  color: #bc0552;
}

.icon-box-style .icon-box-item .content p {
  font-size: 13px;
  line-height: 24px;
  transition: all 0.3s;
}

.icon-box-style .icon-box-item .content .btn-theme {
  margin-top: 10px;
}

.icon-box-style .icon-box-item:hover .content p {
  color: #000;
}

/*

[ 10 Form CSS ]

*/
/*
-----------------------------------------------------------------------
	Form CSS
-----------------------------------------------------------------------
*/
.input-btn-group {
  align-items: center;
  background-color: #fff;
  border-radius: 5px;
  box-shadow: 0px 35px 100px 0px rgba(171, 181, 189, 0.35);
  display: flex;
  padding: 5px 5px 5px 0;
}

.input-btn-group .form-control {
  border: none;
  border-radius: 0;
  border-right: 2px solid #eaeaea;
  height: 24px;
  padding-left: 30px;
}

.input-btn-group .form-control::placeholder {
  color: #aba5a5;
}

.input-btn-group .form-control.no-border {
  border: none;
}

.input-btn-group .form-control:focus {
  box-shadow: none;
}

.input-btn-group .btn-theme {
  border-radius: 5px;
  height: 50px;
}

@media (max-width: 767px) {
  .appointment-area {
    padding-top: 80px;
  }
}

.appointment-form .form-group {
  margin-bottom: 52px;
}

.appointment-form .form-group .form-control {
  background-color: transparent;
  background-clip: inherit;
  border: none;
  border-bottom: 1px solid #e1e1e1;
  border-radius: 0;
  color: #000;
  font-size: 14px;
  height: auto;
  padding: 0 1px 10px;
}

.appointment-form .form-group .form-control::placeholder {
  color: #999999;
}

.appointment-form .form-group .form-control:focus {
  border-bottom: 1px solid #000;
  box-shadow: none;
  outline: none;
}

.appointment-form .form-group textarea {
  background-color: transparent;
  border: none;
  border-bottom: 1px solid #e1e1e1;
  border-radius: 0;
  color: #000;
  font-size: 14px;
  height: 162px;
  padding: 0 1px;
  width: 100%;
}

.appointment-form .form-group textarea::placeholder {
  color: #999999;
}

.appointment-form .form-group textarea:focus {
  border-bottom: 1px solid #000;
  box-shadow: none;
  outline: none;
}

.appointment-form .form-group .btn-theme {
  font-size: 20px;
  font-weight: 600;
  letter-spacing: 0.428px;
  margin-top: 40px;
  min-height: 62px;
  padding: 0 47.43px;
  text-transform: uppercase;
}

@media only screen and (max-width: 767px) {
  .appointment-form .form-group .btn-theme {
    font-size: 16px;
    min-height: 50px;
    padding: 0 20px;
  }
}

.appointment-form .form-group .btn-theme:hover, .appointment-form .form-group .btn-theme:focus {
  background-color: #000;
  border-color: #000;
  color: #fff;
}

.appointment-form .form-group.datepicker-group {
  position: relative;
}

.appointment-form .form-group.datepicker-group label {
  bottom: -1px;
  color: #999999;
  cursor: pointer;
  font-size: 18px;
  position: absolute;
  right: 0;
}

.appointment-form-style1 {
  position: relative;
  z-index: 2;
  border: 1px solid #bc0552;
  background-color: #fff;
  box-shadow: 0px 50px 120px 0px rgba(68, 89, 89, 0.15);
  margin: 0 auto;
  text-align: center;
}

@media (min-width: 1200px) {
  .appointment-form-style1 {
    margin: -125px auto 0;
  }
}

@media (max-width: 767px) {
  .appointment-form-style1 {
    margin: 0px 15px;
  }
}

@media (min-width: 768px) {
  .appointment-form-style1 {
    max-width: 720px;
  }
}

@media (min-width: 992px) {
  .appointment-form-style1 {
    max-width: 960px;
  }
}

@media (min-width: 1200px) {
  .appointment-form-style1 {
    max-width: 1100px;
  }
}

@media (min-width: 1400px) {
  .appointment-form-style1 {
    max-width: 1310px;
  }
}

.appointment-form-style1 .appointment-form {
  padding: 80px 0px;
}

@media only screen and (max-width: 575px) {
  .appointment-form-style1 .appointment-form {
    padding: 70px 0;
  }
}

.contact-form .form-group {
  margin-bottom: 30px;
}

.contact-form .form-group .form-control {
  background-clip: inherit;
  border: 1px solid #d9d9d9;
  border-radius: 0;
  font-size: 14px;
  height: 50px;
  padding: 12px 30px;
}

.contact-form .form-group .form-control::placeholder {
  color: #999999;
}

.contact-form .form-group .form-control:focus {
  border: 1px solid #bc0552;
  box-shadow: none;
  outline: none;
}

.contact-form .form-group textarea {
  border: 1px solid #d9d9d9;
  border-radius: 0;
  font-size: 14px;
  min-height: 170px;
  padding: 20px 30px 10px;
  width: 100%;
}

.contact-form .form-group textarea::placeholder {
  color: #999999;
}

.contact-form .form-group textarea:focus {
  border: 1px solid #bc0552;
  box-shadow: none;
  outline: none;
}

.contact-form .form-group .btn-theme {
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 0;
  margin-top: 51px;
  padding: 10px 26.05px;
}

.contact-form .form-group .btn-theme:hover, .contact-form .form-group .btn-theme:focus {
  background-color: #000;
  border-color: #000;
  color: #fff;
}

.comment-form-wrap form .comment-form-content .form-group {
  margin-bottom: 30px;
}

.comment-form-wrap form .comment-form-content .form-group .form-control {
  border: none;
  border-radius: 0;
  font-size: 14px;
  height: 49px;
  padding: 7px 21px;
}

.comment-form-wrap form .comment-form-content .form-group .form-control::placeholder {
  color: #999999;
}

.comment-form-wrap form .comment-form-content .form-group .form-control:focus {
  border: none;
  box-shadow: none;
  outline: none;
}

.comment-form-wrap form .comment-form-content .form-group textarea.form-control {
  min-height: 217px;
}

.comment-form-wrap form .comment-form-content .form-group .btn-theme {
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0.25px;
  margin-top: 17px;
  min-height: 60px;
  padding: 10px 28.96px;
}

.search-box-wrapper {
  background-color: rgba(143, 27, 27, 0.9);
  position: fixed;
  display: none;
  left: 0;
  top: 0;
  height: 100vh;
  width: 100vw;
  z-index: 9999;
}

.search-box-wrapper .search-box-content-inner {
  width: 70%;
  height: 100%;
  margin: auto;
  display: flex;
  align-items: center;
  justify-content: center;
  transform: scale(0.8);
  transition: transform 0.4s;
  opacity: 0;
  visibility: hidden;
}

@media only screen and (max-width: 575px) {
  .search-box-wrapper .search-box-content-inner {
    width: 100%;
    padding: 0 20px;
  }
}

.search-box-wrapper.show .search-box-content-inner {
  transform: scale(1);
  opacity: 1;
  visibility: visible;
}

.search-box-wrapper .search-close {
  color: #fff;
  font-size: 70px;
  line-height: 1;
  position: absolute;
  top: 50px;
  right: 100px;
}

@media only screen and (max-width: 767px) {
  .search-box-wrapper .search-close {
    top: 20px;
    right: 20px;
  }
}

@media only screen and (max-width: 991px) {
  .search-box-wrapper .search-close {
    top: 30px;
    right: 30px;
  }
}

.search-box-wrapper .search-close:hover {
  color: #bc0552;
  transform: rotate(90deg);
}

.search-box-form-wrap {
  width: 100%;
}

.search-box-form-wrap input[type="search"] {
  background-color: transparent;
  border: none;
  border-bottom: 5px solid #bc0552;
  color: #bc0552;
  display: block;
  font-size: 120px;
  line-height: 1;
  padding: 20px 0;
  width: 100%;
}

@media only screen and (max-width: 991px) {
  .search-box-form-wrap input[type="search"] {
    font-size: 60px;
  }
}

@media only screen and (max-width: 767px) {
  .search-box-form-wrap input[type="search"] {
    font-size: 40px;
  }
}

.search-box-form-wrap .search-note {
  color: #bc0552;
  font-weight: 700;
  text-align: right;
  margin-top: 20px;
}

.subscribe-form .subscribe-form-email {
  border: 1px solid #ddd;
  border-radius: 30px;
  margin-bottom: 30px;
  padding-left: 30px;
  position: relative;
}

.subscribe-form .subscribe-form-email:before {
  content: "\f003";
  font-family: FontAwesome;
  position: absolute;
  top: 0;
  line-height: 60px;
}

.subscribe-form .subscribe-form-email input {
  background-color: transparent;
  border: none;
  border-radius: 0 30px 30px 0;
  color: #bc0552;
  height: 60px;
  line-height: 60px;
  padding-left: 35px;
  width: 100%;
}

.subscribe-form .subscribe-form-email input::placeholder {
  color: #bc0552;
}

.subscribe-form .subscribe-form-submit input {
  background-color: #bc0552;
  border: none;
  border-radius: 30px;
  color: #fff;
  font-size: 14px;
  height: 60px;
  line-height: 60px;
  margin-bottom: 30px;
  text-transform: uppercase;
  width: 100%;
}

.subscribe-form p {
  color: #bc0552;
  font-size: 14px;
  line-height: 30px;
}

.subscribe-form.inline-style {
  display: flex;
  justify-content: center;
}

.subscribe-form.inline-style .subscribe-form-email {
  border-color: #000;
  border-right: 0;
  border-radius: 0;
  height: 60px;
  margin-bottom: 0;
  padding-left: 50px;
  width: 478px;
}

.subscribe-form.inline-style .subscribe-form-submit input {
  background-color: transparent;
  border: 1px solid #000;
  border-radius: 0;
  color: #000;
  margin-bottom: 0;
  width: 160px;
  transition: all 0.4s;
}

.subscribe-form.inline-style .subscribe-form-submit input:hover {
  background-color: #000;
  color: #fff;
}

.registration-form form .form-group {
  margin-bottom: 40px;
}

.registration-form form .form-group .form-control {
  background-color: #134f8a;
  border: none;
  border-radius: 2px;
  color: #fff;
  font-size: 16px;
  min-height: 60px;
  padding: 15px 40px;
}

.registration-form form .form-group .form-control::placeholder {
  color: #487eb4;
  font-size: 16px;
}

.registration-form form .form-group .form-control:active, .registration-form form .form-group .form-control:focus {
  color: #fff;
}

.registration-form form .form-group .form-control:active::placeholder, .registration-form form .form-group .form-control:focus::placeholder {
  color: #fff;
}

.registration-form form .form-group .btn-theme {
  border-radius: 2px;
  font-size: 16px;
  letter-spacing: 0;
  min-height: 60px;
  text-transform: capitalize;
}

.registration-form form p {
  color: #8bbff4;
  font-size: 14px;
  letter-spacing: 0;
  margin-top: 33px;
}

.registration-form form p a {
  color: #fff;
}

.form-message {
  overflow: hidden;
  transition: all 0.3s;
}

.form-message button.btn-close {
  border: none;
  box-shadow: none;
  background-color: transparent;
  float: right;
  font-size: 14px;
  margin-top: 0;
  text-indent: 1000px;
}

/*
-----------------------------------------------------------------------
	Department CSS
-----------------------------------------------------------------------
*/
.department-area {
  padding: 40px 0 125px;
  border-bottom: 1px solid #e5e5e5;
}

@media only screen and (max-width: 1199px) {
  .department-area {
    padding: 40px 0 100px;
  }
}

@media only screen and (max-width: 991px) {
  .department-area {
    padding: 15px 0 100px;
  }
}

@media only screen and (max-width: 767px) {
  .department-area {
    padding: 15px 0 90px;
  }
}

@media only screen and (max-width: 575px) {
  .department-area {
    padding: 15px 0 80px;
  }
}

@media only screen and (max-width: 1199px) {
  .department-area .container {
    max-width: none;
    padding-left: 15px;
    padding-right: 15px;
  }
}

.department-wrpp {
  display: flex;
  justify-content: space-between;
}

@media only screen and (max-width: 1199px) {
  .department-wrpp {
    justify-content: center;
  }
}

@media only screen and (max-width: 991px) {
  .department-wrpp {
    justify-content: normal;
    flex-direction: column-reverse;
  }
}

.department-wrpp .department-content {
  max-width: 800px;
  width: 100%;
}

@media only screen and (max-width: 1199px) {
  .department-wrpp .department-content {
    max-width: 700px;
  }
}

@media (max-width: 1023px) {
  .department-wrpp .department-content {
    max-width: 669px;
  }
}

@media only screen and (max-width: 991px) {
  .department-wrpp .department-content {
    margin-bottom: 80px;
    max-width: none;
  }
}

.department-wrpp .sidebar-wrapper {
  margin-top: 20px;
  max-width: 300px;
  width: 100%;
}

@media only screen and (max-width: 1199px) {
  .department-wrpp .sidebar-wrapper {
    margin-right: 30px;
    max-width: 265px;
  }
}

@media only screen and (max-width: 991px) {
  .department-wrpp .sidebar-wrapper {
    max-width: none;
  }
}

.department-wrpp .sidebar-wrapper .widget-item .widget-side-nav {
  margin-bottom: 50px;
}

.department-wrpp .sidebar-wrapper .widget-item .widget-side-nav ul {
  margin-bottom: 0;
}

.department-wrpp .sidebar-wrapper .widget-item .widget-side-nav ul li {
  margin-bottom: 10px;
}

.department-wrpp .sidebar-wrapper .widget-item .widget-side-nav ul li a {
  background-color: #f8f8f8;
  border-radius: 3px;
  color: #747474;
  display: block;
  font-size: 16px;
  letter-spacing: 0;
  padding: 11.5px 33px 11.5px 63px;
  position: relative;
}

.department-wrpp .sidebar-wrapper .widget-item .widget-side-nav ul li a:hover, .department-wrpp .sidebar-wrapper .widget-item .widget-side-nav ul li a.active {
  background-color: #bc0552;
  color: #fff;
}

.department-wrpp .sidebar-wrapper .widget-item .widget-side-nav ul li a:hover:before, .department-wrpp .sidebar-wrapper .widget-item .widget-side-nav ul li a.active:before {
  color: #fff;
}

.department-wrpp .sidebar-wrapper .widget-item .widget-side-nav ul li a:before {
  color: #747474;
  content: "\eab8";
  font-family: "IcoFont";
  font-size: 16px;
  position: absolute;
  right: 30px;
  transition: all 0.3s;
}

.department-wrpp .sidebar-wrapper .widget-item .widget-side-nav ul li:last-child {
  margin-bottom: 0;
}

.department-wrpp .sidebar-wrapper .widget-item .widget-work-hours {
  background-color: #bc0552;
  border-radius: 3px;
  letter-spacing: 0;
  margin-bottom: 50px;
  padding: 48px 30px 45px;
}

.department-wrpp .sidebar-wrapper .widget-item .widget-work-hours .title {
  color: #fff;
  font-size: 18px;
  margin-bottom: 31px;
  text-transform: uppercase;
}

.department-wrpp .sidebar-wrapper .widget-item .widget-work-hours ul {
  margin-bottom: 41px;
}

.department-wrpp .sidebar-wrapper .widget-item .widget-work-hours ul li {
  color: #fff;
  display: flex;
  font-size: 14px;
  justify-content: space-between;
  margin-bottom: 10px;
  position: relative;
}

.department-wrpp .sidebar-wrapper .widget-item .widget-work-hours ul li:before {
  border-bottom: 1px dashed #fff;
  bottom: 7px;
  content: "";
  left: 0;
  position: absolute;
  width: 100%;
  z-index: 0;
}

.department-wrpp .sidebar-wrapper .widget-item .widget-work-hours ul li:last-child {
  margin-bottom: 0;
}

.department-wrpp .sidebar-wrapper .widget-item .widget-work-hours .work-day {
  background-color: #bc0552;
  position: relative;
  z-index: 1;
}

.department-wrpp .sidebar-wrapper .widget-item .widget-work-hours .work-hours {
  background-color: #bc0552;
  position: relative;
  z-index: 1;
}

.department-wrpp .sidebar-wrapper .widget-item .widget-work-hours .btn-theme.btn-white {
  background-color: #fff;
  border-radius: 3px;
  color: #000;
  display: block;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0;
  min-height: auto;
  padding: 8px 20px;
  text-align: center;
  text-transform: uppercase;
}

@media only screen and (max-width: 1199px) {
  .department-wrpp .sidebar-wrapper .widget-item .widget-work-hours .btn-theme.btn-white {
    font-size: 13px;
    padding: 8px 6px;
  }
}

.department-wrpp .sidebar-wrapper .widget-item .widget-work-hours .btn-theme.btn-white:hover {
  background-color: #000;
  border-color: #000;
  color: #fff;
}

.department-wrpp .sidebar-wrapper .widget-item .widget-appointment-form {
  background-color: #f2f2f2;
  padding: 48px 30px 50px;
}

.department-wrpp .sidebar-wrapper .widget-item .widget-appointment-form .title {
  color: #000;
  font-size: 18px;
  margin-bottom: 37px;
  text-transform: uppercase;
}

@media only screen and (max-width: 1199px) {
  .department-wrpp .sidebar-wrapper .widget-item .widget-appointment-form .title {
    font-size: 16px;
  }
}

.department-wrpp .sidebar-wrapper .widget-item .widget-appointment-form form .form-group {
  font-size: 14px;
  letter-spacing: 0;
  margin-bottom: 15px;
}

.department-wrpp .sidebar-wrapper .widget-item .widget-appointment-form form .form-group .form-control {
  background-color: #fff;
  border: none;
  border-radius: 3px;
  color: #000;
  font-size: 14px;
  height: 46px;
  padding: 12px 20px;
  width: 100%;
}

.department-wrpp .sidebar-wrapper .widget-item .widget-appointment-form form .form-group .form-control::placeholder {
  color: #888;
  font-size: 13px;
}

.department-wrpp .sidebar-wrapper .widget-item .widget-appointment-form form .form-group .form-control:focus {
  border: none;
  box-shadow: none;
  outline: none;
}

.department-wrpp .sidebar-wrapper .widget-item .widget-appointment-form form .form-group textarea {
  background-color: #fff;
  border: none;
  border-radius: 3px;
  font-size: 14px;
  min-height: 150px;
  padding: 12px 20px;
  width: 100%;
}

.department-wrpp .sidebar-wrapper .widget-item .widget-appointment-form form .form-group .btn-theme {
  border-radius: 3px;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0.25px;
  line-height: 32px;
  margin-top: 22px;
  padding: 8px 30px;
  text-transform: uppercase;
  width: 100%;
}

.department-wrpp .sidebar-wrapper .widget-item .widget-appointment-form form .form-group.datepicker-group {
  position: relative;
}

.department-wrpp .sidebar-wrapper .widget-item .widget-appointment-form form .form-group.datepicker-group label {
  bottom: 8px;
  color: #888888;
  cursor: pointer;
  font-size: 14px;
  position: absolute;
  right: 20px;
}

.department-content .title {
  font-size: 48px;
  font-weight: 300;
  letter-spacing: -1.377px;
  line-height: 1.1;
  margin-bottom: 34px;
  display: inline-block;
}

@media only screen and (max-width: 1199px) {
  .department-content .title {
    font-size: 40px;
  }
}

@media only screen and (max-width: 767px) {
  .department-content .title {
    font-size: 36px;
  }
}

@media only screen and (max-width: 575px) {
  .department-content .title {
    font-size: 30px;
  }
}

.department-content .title span {
  font-weight: 700;
  color: #bc0552;
}

.department-content .department-gallery {
  margin-bottom: 53px;
}

@media only screen and (max-width: 767px) {
  .department-content .department-gallery {
    margin-bottom: 30px;
  }
}

.department-content .department-gallery .gallery-slider .swiper-slide img {
  border-radius: 2px;
  width: 100%;
}

.department-content .department-gallery .swiper-button-next,
.department-content .department-gallery .swiper-button-prev {
  background-color: rgba(0, 0, 0, 0.2);
  border-radius: 3px;
  color: #fff;
  font-size: 18px;
  height: 38px;
  line-height: 38px;
  text-align: center;
  width: 38px;
  transition: all 0.3s;
}

.department-content .department-gallery .swiper-button-next:after,
.department-content .department-gallery .swiper-button-prev:after {
  display: none;
}

.department-content .department-gallery .swiper-button-next:hover,
.department-content .department-gallery .swiper-button-prev:hover {
  background-color: #bc0552;
}

.department-content .department-gallery .swiper-button-prev {
  left: 30px;
}

@media only screen and (max-width: 575px) {
  .department-content .department-gallery .swiper-button-prev {
    left: 15px;
  }
}

.department-content .department-gallery .swiper-button-next {
  right: 30px;
}

@media only screen and (max-width: 575px) {
  .department-content .department-gallery .swiper-button-next {
    right: 15px;
  }
}

.department-content .content {
  margin-bottom: 43px;
  padding: 0 18px 0 2px;
}

.department-content .content p {
  color: #888;
  margin-bottom: 24px;
}

.department-content .content ul {
  margin-bottom: 0;
}

.department-content .content ul li {
  color: #888;
  line-height: 36px;
}

.department-content .content ul.list-style1 {
  padding-top: 1px;
}

.department-content .content ul.list-style1 li {
  padding-left: 32px;
  position: relative;
}

.department-content .content ul.list-style1 li:before {
  color: #888;
  content: "\ea6d";
  font-family: "IcoFont";
  left: 0;
  position: absolute;
  top: 2px;
}

.department-content .price-list-col2 {
  border-bottom: 1px solid #eaeaea;
  display: flex;
  justify-content: space-between;
  margin-bottom: 79px;
  padding-bottom: 67px;
}

@media only screen and (max-width: 991px) {
  .department-content .price-list-col2 {
    justify-content: flex-start;
  }
}

@media only screen and (max-width: 767px) {
  .department-content .price-list-col2 {
    margin-bottom: 49px;
    padding-bottom: 37px;
  }
}

@media only screen and (max-width: 575px) {
  .department-content .price-list-col2 {
    display: block;
  }
}

.department-content .price-list-col2 .price-list {
  max-width: 373px;
  width: 100%;
}

.department-content .price-list-col2 .price-list:last-child {
  max-width: 362px;
}

@media only screen and (max-width: 1199px) {
  .department-content .price-list-col2 .price-list:last-child {
    margin-left: 30px;
  }
}

@media only screen and (max-width: 575px) {
  .department-content .price-list-col2 .price-list:last-child {
    margin-left: 0;
    margin-top: 50px;
  }
}

.department-content .price-list h4 {
  color: #000;
  font-size: 24px;
  font-weight: 400;
  letter-spacing: -0.25px;
  margin-bottom: 40px;
}

.department-content .price-list ul li {
  color: #707070;
  display: flex;
  font-size: 14px;
  justify-content: space-between;
  letter-spacing: 0;
  line-height: 1;
  margin-bottom: 26px;
  position: relative;
}

.department-content .price-list ul li:before {
  border-bottom: 1px dashed #707070;
  bottom: 2px;
  content: "";
  left: 0;
  position: absolute;
  width: 100%;
  z-index: 0;
}

.department-content .price-list ul li:last-child {
  margin-bottom: 0;
}

.department-content .price-list ul li .service-name {
  background-color: #fff;
  position: relative;
  z-index: 1;
}

.department-content .price-list ul li .service-price {
  background-color: #fff;
  color: #568701;
  position: relative;
  z-index: 1;
}

.department-content .team-single {
  border-bottom: 1px solid #eaeaea;
  margin-bottom: 70px;
  padding-bottom: 80px;
}

@media (max-width: 702px) {
  .department-content .team-single {
    margin-bottom: 49px;
    padding-bottom: 63px;
  }
}

.department-content .faq-area {
  border-bottom: 1px solid #eaeaea;
  margin-bottom: 70px;
  padding-bottom: 65px;
}

@media only screen and (max-width: 767px) {
  .department-content .faq-area {
    margin-bottom: 60px;
    padding-bottom: 55px;
  }
}

.department-content .faq-area .title {
  font-size: 36px;
  letter-spacing: -1.04px;
  margin-bottom: 65px;
}

@media only screen and (max-width: 767px) {
  .department-content .faq-area .title {
    font-size: 30px;
    margin-bottom: 30px;
  }
}

.department-content .case-area .section-title {
  align-items: center;
  display: flex;
  justify-content: space-between;
  margin-bottom: 63px;
}

@media only screen and (max-width: 767px) {
  .department-content .case-area .section-title {
    margin-bottom: 35px;
  }
}

.department-content .case-area .section-title .title {
  font-size: 36px;
  letter-spacing: -1.04px;
  margin-bottom: 0;
}

@media only screen and (max-width: 767px) {
  .department-content .case-area .section-title .title {
    font-size: 20px;
  }
}

.department-content .case-area .section-title .btn-link {
  color: #bc0552;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0;
  line-height: 1;
  position: relative;
  text-transform: uppercase;
  top: -1px;
}

@media only screen and (max-width: 479.98px) {
  .department-content .case-area .section-title .btn-link {
    font-size: 11px;
  }
}

.department-content .case-area .section-title .btn-link:before {
  background-color: #94c3c3;
  bottom: -2px;
  content: "";
  height: 1px;
  left: 0;
  position: absolute;
  width: 100%;
}

.department-content .case-area .section-title .btn-link:after {
  background-color: #568701;
  bottom: -4px;
  content: "";
  height: 1px;
  left: 3px;
  position: absolute;
  width: calc(100% - 3px);
}

.department-content .case-area .case-col2 {
  display: flex;
  justify-content: space-between;
}

.department-content .case-area .case-col2 .case-item {
  max-width: 385px;
  width: 100%;
}

.team-single {
  position: relative;
}

.team-single .title {
  font-size: 36px;
  letter-spacing: -1.04px;
  margin-bottom: 50px;
}

@media only screen and (max-width: 767px) {
  .team-single .title {
    font-size: 30px;
    margin-bottom: 20px;
  }
}

.team-single .membr-info {
  letter-spacing: 0;
  max-width: 310px;
  width: 100%;
}

@media (max-width: 702px) {
  .team-single .membr-info {
    max-width: none;
  }
}

.team-single .membr-info .name {
  color: #2b2b2b;
  font-size: 22px;
  letter-spacing: 0.25px;
  margin-bottom: 13px;
}

.team-single .membr-info .designation {
  color: #888;
  font-size: 16px;
  font-weight: 400;
  margin-bottom: 40px;
}

.team-single .membr-info .desc p {
  color: #888;
  margin-bottom: 28px;
}

.team-single .membr-info .desc ul {
  margin-bottom: 52px;
}

.team-single .membr-info .desc ul li {
  color: #888;
  display: flex;
  font-size: 13px;
  justify-content: space-between;
  line-height: 1;
  margin-bottom: 22px;
  position: relative;
}

.team-single .membr-info .desc ul li:before {
  border-bottom: 1px dashed #888;
  bottom: 3px;
  content: "";
  left: 0;
  position: absolute;
  width: 100%;
  z-index: 0;
}

.team-single .membr-info .desc ul li:last-child {
  margin-bottom: 0;
}

.team-single .membr-info .desc ul li span {
  background-color: #fff;
  position: relative;
  z-index: 1;
}

.team-single .membr-info .desc ul li span:last-child {
  color: #2b2b2b;
  font-weight: 600;
}

.team-single .membr-info .desc .btn-link {
  background-color: transparent;
  border: none;
  color: #bc0552;
  font-weight: 700;
  letter-spacing: 1.1371px;
  padding: 0;
  text-transform: uppercase;
}

.team-single .membr-info .desc .btn-link:hover {
  color: #568701;
}

.team-single .thumb {
  bottom: 0;
  position: absolute;
  right: 23px;
}

@media (max-width: 702px) {
  .team-single .thumb {
    display: none;
  }
}

.team-single .thumb img {
  max-width: none;
}

/*
-----------------------------------------------------------------------
	Cases CSS
-----------------------------------------------------------------------
*/
.case-item .thumb {
  margin-bottom: 30px;
}

.case-item .thumb img {
  width: 100%;
  transition: all 0.3s;
}

.case-item .content {
  position: relative;
}

.case-item .content .name {
  font-size: 18px;
  letter-spacing: 0;
  margin-bottom: 10px;
}

.case-item .content .name a {
  color: #000;
}

.case-item .content .category {
  color: #888;
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 0;
}

.case-item:hover .thumb img {
  border-radius: 3px;
}

.case-item:hover .content .name a {
  color: #bc0552;
}

.case-slider-container .swiper-pagination {
  align-items: center;
  display: flex;
  margin: 27px auto 0;
  min-height: 15px;
  max-width: 64px;
  position: relative;
}

.case-slider-container .swiper-pagination.swiper-pagination-bullets .swiper-pagination-bullet {
  background-color: #e6e6e6;
  border-radius: 50%;
  height: 10px;
  margin: 0 5px;
  opacity: 1;
  width: 10px;
  transition: all 0.3s;
}

.case-slider-container .swiper-pagination.swiper-pagination-bullets .swiper-pagination-bullet:hover {
  background-color: #bc0552;
}

.case-slider-container .swiper-pagination.swiper-pagination-bullets .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: #bc0552;
  height: 14px;
  width: 14px;
}

/*
-----------------------------------------------------------------------
	Home Default CSS
-----------------------------------------------------------------------
*/
.home-default-wrapper .accordian-content {
  padding-right: 30px;
  padding-top: 2px;
}

.home-default-wrapper .accordian-content .accordion {
  margin-bottom: 52px;
}

@media only screen and (max-width: 991px) {
  .home-default-wrapper .accordian-content .accordion {
    margin-bottom: 30px;
  }
}

.home-default-wrapper .accordian-content .btn-line {
  border-bottom: 1px solid #7e7e7e;
  color: #707070;
  display: inline-block;
  line-height: 1;
  padding-bottom: 1px;
  text-transform: uppercase;
}

.home-default-wrapper .accordian-content .btn-line:hover {
  border-bottom-color: #bc0552;
  color: #bc0552;
}

.home-default-wrapper .map-area {
  background-color: #ddd;
  height: 667px;
}

@media only screen and (max-width: 1399px) {
  .home-default-wrapper .map-area {
    height: 360px;
  }
}

@media only screen and (max-width: 767px) {
  .home-default-wrapper .map-area {
    height: 280px;
  }
}

.home-default-wrapper .map-area iframe {
  height: 100%;
  width: 100%;
}

/*

[ 11 Blog CSS ]

*/
/*
-----------------------------------------------------------------------
	Blog CSS
-----------------------------------------------------------------------
*/
.blog-area.blog-default-area {
  padding: 125px 0px;
}

@media only screen and (max-width: 1199px) {
  .blog-area.blog-default-area {
    padding: 90px 0px;
  }
}

@media only screen and (max-width: 767px) {
  .blog-area.blog-default-area {
    padding: 80px 0px;
  }
}

@media only screen and (max-width: 575px) {
  .blog-area.blog-default-area {
    padding: 60px 0 80px;
  }
}

.blog-area.blog-default-area .section-title {
  margin-bottom: 70px;
}

@media only screen and (max-width: 991px) {
  .blog-area.blog-default-area .section-title {
    margin-bottom: 50px;
  }
}

@media only screen and (max-width: 575px) {
  .blog-area.blog-default-area .section-title {
    margin-bottom: 40px;
  }
}

.blog-border-bottom {
  border-bottom: 1px solid #e5e5e5;
}

.post-items-style1 {
  padding-right: 69px;
}

@media only screen and (max-width: 1199px) {
  .post-items-style1 {
    padding-right: 10px;
  }
}

.post-items-style1 .post-item {
  border-bottom: 1px solid rgba(51, 51, 51, 0.15);
  margin-bottom: 27px;
  padding-bottom: 24px;
}

@media only screen and (max-width: 1199px) {
  .post-items-style1 .post-item {
    display: flex;
  }
}

@media only screen and (max-width: 479.98px) {
  .post-items-style1 .post-item {
    display: block;
  }
}

.post-items-style1 .post-item .thumb {
  float: left;
  min-width: 138px;
  margin-right: 30px;
  overflow: hidden;
  position: relative;
  z-index: 1;
}

@media only screen and (max-width: 479.98px) {
  .post-items-style1 .post-item .thumb {
    float: none;
    margin-right: 0;
    margin-bottom: 20px;
  }
}

.post-items-style1 .post-item .thumb img {
  width: 100%;
  transition: all 0.3s;
}

.post-items-style1 .post-item .content .title {
  color: #000;
  font-size: 22px;
  font-weight: 400;
  line-height: 30px;
  letter-spacing: -0.25px;
  margin-bottom: 7px;
  position: relative;
  top: -5px;
}

@media only screen and (max-width: 575px) {
  .post-items-style1 .post-item .content .title {
    font-size: 16px;
  }
}

.post-items-style1 .post-item .content .title a {
  color: #000;
}

@media only screen and (max-width: 991px) {
  .post-items-style1 .post-item .content .title a br {
    display: none;
  }
}

.post-items-style1 .post-item .content .title a:hover {
  color: #bc0552;
}

.post-items-style1 .post-item .content .category {
  color: #707070;
  display: inline-block;
  font-size: 14px;
  font-weight: 400;
  margin-bottom: 14px;
}

.post-items-style1 .post-item .content .meta {
  color: #999999;
  font-size: 14px;
  font-weight: 400;
  margin-bottom: 0;
}

.post-items-style1 .post-item .content .meta a {
  color: #000;
}

.post-items-style1 .post-item .content .meta a .icon {
  color: #707070;
  padding-right: 7px;
}

.post-items-style1 .post-item .content .meta a:hover {
  color: #bc0552;
}

.post-items-style1 .post-item:last-child {
  border-bottom: none;
  margin-bottom: 0;
  padding-bottom: 0;
}

.post-items-style1 .post-item:hover .thumb img {
  transform: scale(1.2);
}

.post-items-style2 .post-item {
  border-bottom: 1px solid #dbdbdb;
  background:#fff;
  display: flex;
  margin-bottom: 20px;
  padding-bottom: 30px;
  border-radius: 5px;
}
.post-items-style2 .post-item .content{
	padding:20px 20px 20px 0;
}
.post-items-style2 .post-item .content p.anonce{
   -webkit-line-clamp: 3;
   display: -webkit-box;
   -webkit-box-orient: vertical;
   overflow: hidden;
   line-height: 18px;
}

.post-items-style2 .post-item .content p.anonce span{
	display:block;
	margin-bottom:10px;
	font-size:16px;
	color:#ff0000;
}

.post-items-style2 .post-item .content .phone_btn,.post-items-style2 .post-item .content .foto_btn{
display: block;
    width: auto;
    padding: 5px 10px;
    margin: 5px 0;
    border: 1px solid #bc0552;
	background:#bc0552;
    border-radius: 5px;
	color:#fff;
	
}
.post-items-style2 .post-item .content .foto_btn{
	border: 1px solid #000;
	background:#000;
}

.post-items-style2 .post-item .content .post-level{
	display:block;
	margin-top:20px;
}
@media only screen and (max-width: 575px) {
  .post-items-style2 .post-item {
    display: block;
  }
}

.post-items-style2 .post-item .thumb {
  float: left;
  min-width: 300px;
  margin-right: 26px;
  overflow: hidden;
  position: relative;
  z-index: 1;
}

@media only screen and (max-width: 575px) {
  .post-items-style2 .post-item .thumb {
    float: none;
    min-width: auto;
    margin-bottom: 30px;
    margin-right: 0;
  }
}

.post-items-style2 .post-item .thumb img {
  width: 100%;
  transition: all 0.3s;
}

.post-items-style2 .post-item .content .title {
  color: #000;
  font-size: 24px;
  font-weight: 400;
  line-height: 30px;
  letter-spacing: -0.25px;
  margin-bottom: 21px;
  -webkit-line-clamp: 2;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

@media only screen and (max-width: 1199px) {
  .post-items-style2 .post-item .content .title {
    font-size: 20px;
  }
}

@media only screen and (max-width: 767px) {
  .post-items-style2 .post-item .content .title {
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 10px;
  }
}

.post-items-style2 .post-item .content .title a {
  color: #000;
}

.post-items-style2 .post-item .content .title a:hover {
  color: #bc0552;
}

.post-items-style2 .post-item .content .category {
  color: #bc0552;
  display: inline-block;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 0;
  line-height: 1;
  margin-bottom: 9px;
  position: relative;
  text-transform: uppercase;
  top: -7px;
}

.post-items-style2 .post-item .content .meta {
  color: #999999;
  font-size: 14px;
  font-weight: 400;
  letter-spacing: -0.15px;
  margin-bottom: 0;
}

.post-items-style2 .post-item .content .meta a {
  color: #000;
}

.post-items-style2 .post-item .content .meta a .icon {
  color: #707070;
  padding-right: 7px;
}

.post-items-style2 .post-item .content .meta a:hover {
  color: #bc0552;
}

.post-items-style2 .post-item:last-child {
  border-bottom: none;
  padding-bottom: 0;
}

.post-items-style2 .post-item:hover .thumb img {
  transform: scale(1.2);
}

.post-items-style3 .post-item .thumb {
  overflow: hidden;
  position: relative;
  z-index: 1;
}

.post-items-style3 .post-item .thumb img {
  width: 100%;
  transition: all 0.3s;
}

.post-items-style3 .post-item .content .title {
  color: #000;
  font-size: 24px;
  font-weight: 400;
  line-height: 30px;
  letter-spacing: -0.25px;
  margin-bottom: 7px;
}

.post-items-style3 .post-item .content .title a {
  color: #000;
}

.post-items-style3 .post-item .content .title a:hover {
  color: #bc0552;
}

.post-items-style3 .post-item .content .category {
  color: #bc0552;
  display: inline-block;
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 0;
  margin-bottom: 11px;
  text-transform: uppercase;
}

.post-items-style3 .post-item .content .meta {
  color: #999999;
  font-size: 14px;
  font-weight: 400;
  margin-bottom: 0;
}

.post-items-style3 .post-item .content .meta a {
  color: #000;
}

.post-items-style3 .post-item .content .meta a .icon {
  color: #707070;
  padding-right: 7px;
}

.post-items-style3 .post-item .content .meta a:hover {
  color: #bc0552;
}

.post-items-style3 .post-item:hover .thumb img {
  transform: scale(1.2);
}

.post-details-content .post-details-body .content .title {
  color: #000;
  font-size: 36px;
  font-weight: 400;
  letter-spacing: 0;
  line-height: 48px;
  margin-bottom: 65px;
  margin-right: 100px;
}

@media only screen and (max-width: 767px) {
  .post-details-content .post-details-body .content .title {
    font-size: 24px;
    line-height: 34px;
    margin-bottom: 35px;
  }
}

@media only screen and (max-width: 575px) {
  .post-details-content .post-details-body .content .title {
    margin-right: 0;
  }
}

.post-details-content .post-details-body .content .meta {
  color: #999999;
  font-size: 14px;
  letter-spacing: -0.15px;
  margin-bottom: 37px;
  margin-top: 42px;
}

.post-details-content .post-details-body .content .meta .category {
  color: #bc0552;
  font-size: 14px;
  letter-spacing: 0;
  text-transform: uppercase;
}

.post-details-content .post-details-body .content .meta span {
  display: inline-block;
  margin: 0 6px;
}

.post-details-content .post-details-body .content .meta .author {
  color: #000;
}

.post-details-content .post-details-body .content .meta .author:hover {
  color: #bc0552;
}

.post-details-content .post-details-body .content p {
  color: #707070;
  font-size: 16px;
  letter-spacing: -0.15px;
  line-height: 30px;
  margin-bottom: 54px;
}

.post-details-content .post-details-body .content h4 {
  font-size: 24px;
  letter-spacing: -0.25px;
  margin-bottom: 34px;
  margin-top: 69px;
}

@media only screen and (max-width: 767px) {
  .post-details-content .post-details-body .content h4 {
    font-size: 22px;
    margin-bottom: 25px;
    margin-top: 50px;
  }
}

.post-details-content .post-details-body .content .blockquote-area {
  padding: 14px 145px 0px 58px;
}

@media only screen and (max-width: 767px) {
  .post-details-content .post-details-body .content .blockquote-area {
    padding: 0;
  }
}

.post-details-content .post-details-body .content .blockquote-area .blockquote-style {
  margin-bottom: 0;
}

.post-details-content .post-details-body .content .blockquote-area .blockquote-style p {
  color: #000;
  display: flex;
  font-size: 24px;
  letter-spacing: 0.25px;
  line-height: 36px;
}

@media only screen and (max-width: 1199px) {
  .post-details-content .post-details-body .content .blockquote-area .blockquote-style p br {
    display: none;
  }
}

@media only screen and (max-width: 767px) {
  .post-details-content .post-details-body .content .blockquote-area .blockquote-style p {
    font-size: 20px;
    line-height: 30px;
    margin-bottom: 35px;
  }
}

.post-details-content .post-details-body .content .blockquote-area .blockquote-style p span {
  font-size: 60px;
  margin-right: 7px;
  margin-top: 1px;
}

.post-details-content .post-details-body .content .widget-tags.tags-style2 {
  border-bottom: 1px solid #e9ebed;
  margin-bottom: 60px;
  padding-bottom: 27px;
  padding-top: 31px;
}

@media only screen and (max-width: 1199px) {
  .post-details-content .post-details-body .content .widget-tags.tags-style2 {
    padding-top: 0;
  }
}

.post-details-content .post-details-body .content .widget-tags.tags-style2 ul li a {
  padding: 6.5px 12.41px 7.5px;
}

.post-details-content .post-details-body .related-post {
  padding: 25px 0 101px;
}

@media only screen and (max-width: 1199px) {
  .post-details-content .post-details-body .related-post {
    padding: 0 0 65px;
  }
}

@media only screen and (max-width: 991px) {
  .post-details-content .post-details-body .related-post {
    padding: 0 0 50px;
  }
}

.post-details-content .post-details-body .related-post .title {
  display: inline-block;
  font-size: 36px;
  font-weight: 300;
  letter-spacing: -1.04px;
  line-height: 1.1;
  margin-bottom: 46px;
}

.post-details-content .post-details-body .related-post .title span {
  color: #bc0552;
  font-weight: 700;
}

.post-details-content .post-details-body .related-post .post-items-style3 .post-item .thumb {
  margin-bottom: 18px;
}

.post-details-content .post-details-body .related-post .post-items-style3 .post-item .content .category {
  margin-bottom: 11px;
}

@media only screen and (max-width: 767px) {
  .post-details-content .post-details-body .related-post .post-items-style3 .post-item .content .category {
    display: block;
  }
}

.post-details-content .post-details-body .related-post .post-items-style3 .post-item .content .title {
  color: #000;
  font-size: 24px;
  font-weight: 400;
  line-height: 30px;
  letter-spacing: -0.25px;
  margin: 0 0 30px 0;
}

.post-details-content .post-details-body .related-post .post-items-style3 .post-item .content .title a {
  color: #000;
}

.post-details-content .post-details-body .related-post .post-items-style3 .post-item .content .title a:hover {
  color: #bc0552;
}

.comment-area {
  background-color: #eef1f3;
  border-bottom: 1px solid #e5e5e5;
  padding: 125px 0px;
}

@media only screen and (max-width: 1199px) {
  .comment-area {
    padding: 100px 0px;
  }
}

@media only screen and (max-width: 767px) {
  .comment-area {
    padding: 85px 0px;
  }
}

.comment-area .section-title {
  margin-bottom: 45px;
}

.comment-area .section-title .title {
  font-size: 36px;
  margin-bottom: 9px;
}

.comment-area .section-title p {
  letter-spacing: -0.2176px;
  margin-bottom: 0;
}

.widget-item .widget-title {
  color: #000;
  font-size: 18px;
  letter-spacing: 0;
  margin-bottom: 47px;
  text-transform: uppercase;
}

.widget-tags ul li {
  color: #999999;
  display: inline-block;
  font-size: 14px;
  font-weight: 400;
  margin: 0 6px 10px 0;
}

.widget-tags ul li a {
  background-color: #f3f3f3;
  border-radius: 0;
  color: #999999;
  display: inline-block;
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 0.148px;
  line-height: 1;
  padding: 10px;
}

.widget-tags ul li a:hover {
  background-color: #bc0552;
  color: #fff;
}

.widget-tags ul li:nth-child(4) a {
  padding: 7.5px 10px;
}

.widget-tags.tags-style2 {
  padding-top: 1px;
}

.widget-tags.tags-style2 ul li a {
  background-color: transparent;
  border: 1px solid #d7d7d7;
  letter-spacing: -0.15px;
  padding: 6.5px 12.41px;
}

.widget-tags.tags-style2 ul li a:hover {
  background-color: #bc0552;
  border-color: #bc0552;
  color: #fff;
}

.widget-categories ul li {
  border-bottom: 1px solid #d3d8dc;
  color: #000;
  font-size: 14px;
  padding: 17px 0;
  letter-spacing: -0.093px;
  line-height: 1;
  margin-bottom: 0;
  text-transform: uppercase;
}

.widget-categories ul li a {
  color: #000;
  display: block;
  font-size: 14px;
}

.widget-categories ul li a span {
  float: right;
}

.widget-categories ul li a:hover {
  color: #bc0552;
}

.widget-categories ul li:first-child {
  padding-top: 1px;
}

.widget-categories ul li:last-child {
  border-bottom: none;
  margin-bottom: 0;
  padding-bottom: 0;
}

.widget-blog-post ul li {
  border-bottom: 1px solid #d3d8dc;
  display: flex;
  margin-bottom: 19px;
  padding-bottom: 19px;
  position: relative;
}

.widget-blog-post ul li .thumb {
  margin-right: 20px;
  min-width: 79px;
}

.widget-blog-post ul li .thumb img {
  border-radius: 0;
  width: auto;
}

.widget-blog-post ul li .content {
  position: relative;
  top: -5px;
}

.widget-blog-post ul li .content a {
  color: #000;
  display: block;
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 0;
}

.widget-blog-post ul li .content a:hover {
  color: #bc0552;
}

.widget-blog-post ul li .content span {
  color: #aba5a5;
  display: block;
  font-size: 14px;
}

.widget-blog-post ul li:last-child {
  border-bottom: none;
  margin-bottom: 0;
  padding-bottom: 0;
}

.widget-search-box form input {
  background-color: #f5f5f5;
  border: none;
  box-shadow: none;
  height: 51px;
  padding: 10px 30px;
  width: 100%;
}

.widget-search-box form input::placeholder {
  color: #999999;
  font-size: 14px;
  letter-spacing: -0.15px;
}

.sidebar-wrapper.blog-sidebar-wrapper {
  padding-left: 70px;
  padding-top: 3px;
}

@media only screen and (max-width: 1199px) {
  .sidebar-wrapper.blog-sidebar-wrapper {
    padding-left: 15px;
  }
}

@media only screen and (max-width: 991px) {
  .sidebar-wrapper.blog-sidebar-wrapper {
    padding-left: 0;
  }
}

.sidebar-wrapper.blog-sidebar-wrapper .widget-item .widget-title {
  letter-spacing: 0.323px;
  margin-bottom: 37px;
}

.sidebar-wrapper.blog-sidebar-wrapper .widget-item .widget-search-box {
  margin-bottom: 71px;
}

.sidebar-wrapper.blog-sidebar-wrapper .widget-item .widget-categories {
  margin-bottom: 71px;
}

.sidebar-wrapper.blog-sidebar-wrapper .widget-item .widget-categories ul {
  margin-bottom: 0;
}

.sidebar-wrapper.blog-sidebar-wrapper .widget-item .widget-blog-post {
  margin-bottom: 70px;
  padding-top: 5px;
}

@media (max-width: 767px) {
  .sidebar-wrapper.blog-sidebar-wrapper .widget-item .widget-blog-post {
    margin-bottom: 50px;
    padding-top: 5px;
  }
}

.sidebar-wrapper.blog-sidebar-wrapper .widget-item .widget-tags.tags-style2 ul {
  margin-bottom: 0;
}

/*

[ 12 Contact CSS ]

*/
/*
-----------------------------------------------------------------------
	Contact CSS
-----------------------------------------------------------------------
*/
.contact-area {
  background-color: #e9edee;
  padding: 0 0 125px;
  position: relative;
}

@media only screen and (max-width: 1199px) {
  .contact-area {
    padding: 0 0 100px;
  }
}

@media only screen and (max-width: 991px) {
  .contact-area {
    padding: 100px 0;
  }
}

@media only screen and (max-width: 767px) {
  .contact-area {
    padding: 80px 0;
  }
}

@media only screen and (max-width: 767px) {
  .contact-area .container {
    max-width: none;
    padding-left: 30px;
    padding-right: 30px;
  }
}

@media only screen and (max-width: 479.98px) {
  .contact-area .container {
    padding-left: 15px;
    padding-right: 15px;
  }
}

.contact-info-content {
  background-color: #bc0552;
  display: flex;
  justify-content: space-between;
  margin-bottom: 125px;
  margin-top: -90px;
  padding: 75px 45px 90px 70px;
}

@media only screen and (max-width: 1199px) {
  .contact-info-content {
    margin-bottom: 90px;
  }
}

@media only screen and (max-width: 991px) {
  .contact-info-content {
    margin-top: 0;
  }
}

@media only screen and (max-width: 767px) {
  .contact-info-content {
    display: block;
    margin-bottom: 80px;
    padding: 57px 27px 72px 31px;
  }
}

@media only screen and (max-width: 479.98px) {
  .contact-info-content {
    display: block;
    margin-bottom: 70px;
    padding: 57px 17px 62px 21px;
  }
}

.contact-info-content .info-address {
  max-width: 375px;
  position: relative;
}

@media only screen and (max-width: 767px) {
  .contact-info-content .info-address {
    margin-bottom: 50px;
    max-width: none;
    padding-bottom: 40px;
  }
}

.contact-info-content .info-address:after {
  background-color: #fff;
  bottom: 8px;
  content: "";
  height: 3px;
  left: 0;
  position: absolute;
  width: 70px;
}

.contact-info-content .info-address .title {
  color: #fff;
  display: inline-block;
  font-size: 36px;
  font-weight: 700;
  letter-spacing: -0.44px;
  line-height: 1.1;
  margin-bottom: 19px;
}

@media only screen and (max-width: 1199px) {
  .contact-info-content .info-address .title {
    font-size: 30px;
  }
}

.contact-info-content .info-address .title span {
  color: #c8eaea;
  font-weight: 300;
}

.contact-info-content .info-address p {
  color: #fff;
  font-size: 16px;
  letter-spacing: -0.15px;
  line-height: 24px;
  margin-bottom: 36px;
}

@media only screen and (max-width: 1199px) {
  .contact-info-content .info-address p {
    font-size: 15px;
  }
}

.contact-info-content .info-address a {
  color: #fff;
  font-size: 16px;
  letter-spacing: 0;
}

.contact-info-content .info-address a span {
  color: #99cccc;
}

.contact-info-content .brand-office {
  margin-top: 19px;
  max-width: 430px;
}

@media only screen and (max-width: 767px) {
  .contact-info-content .brand-office {
    max-width: none;
  }
}

.contact-info-content .brand-office .info-tem {
  letter-spacing: -0.15px;
  margin-bottom: 42px;
}

.contact-info-content .brand-office .info-tem h6 {
  color: #99cccc;
  font-size: 16px;
  font-weight: 400;
  margin-bottom: 9px;
}

.contact-info-content .brand-office .info-tem p {
  color: #fff;
  font-size: 16px;
  line-height: 24px;
  margin-bottom: 0;
}

.contact-info-content .brand-office .info-tem.style-two {
  margin-bottom: 50px;
}

.contact-info-content .brand-office .info-tem.style-two h6 {
  color: #fff;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0;
  margin-bottom: 15px;
  text-transform: uppercase;
}

.contact-info-content .brand-office .info-tem.style-two p {
  font-size: 48px;
  line-height: 1;
}

@media only screen and (max-width: 1199px) {
  .contact-info-content .brand-office .info-tem.style-two p {
    font-size: 36px;
  }
}

@media only screen and (max-width: 479.98px) {
  .contact-info-content .brand-office .info-tem.style-two p {
    font-size: 30px;
  }
}

.contact-info-content .brand-office .info-tem:last-child h6 {
  margin-bottom: 10px;
}

.contact-form .section-title {
  margin-bottom: 70px;
}

@media only screen and (max-width: 1199px) {
  .contact-form .section-title {
    margin-bottom: 60px;
  }
}

.contact-form .contact-form-wrapper {
  background-color: #fff;
  padding: 45px 50px 61px;
}

@media only screen and (max-width: 479.98px) {
  .contact-form .contact-form-wrapper {
    padding: 35px 25px 45px;
  }
}

.contact-map-area {
  background-color: #ddd;
  height: 636px;
}

@media only screen and (max-width: 1399px) {
  .contact-map-area {
    height: 420px;
  }
}

@media only screen and (max-width: 1199px) {
  .contact-map-area {
    height: 380px;
  }
}

@media only screen and (max-width: 991px) {
  .contact-map-area {
    height: 320px;
  }
}

@media only screen and (max-width: 767px) {
  .contact-map-area {
    height: 300px;
  }
}

.contact-map-area iframe {
  height: 100%;
  width: 100%;
}

/*

[ 13 Footer CSS ]

*/
/*
-----------------------------------------------------------------------
  Footer CSS
-----------------------------------------------------------------------
*/
.footer-area {
  color: #707070;
  padding: 0;
}




.footer-area.border-top-style:before {
  border-top: 1px solid #e5e5e5;
  content: "";
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}

.footer-area .widget-title {
  font-size: 18px;
  font-weight: 700;
  letter-spacing: -0.522px;
  margin: 15px 0 70px;
  text-transform: uppercase;
}

@media (max-width: 767px) {
  .footer-area .widget-title {
    margin: 15px 0 40px;
  }
}

@media only screen and (max-width: 991px) {
  .footer-area .widget-title {
    margin-top: 0;
  }
}

@media only screen and (max-width: 767px) {
  .footer-area .widget-title {
    margin-top: 10px;
  }
}

@media only screen and (max-width: 575px) {
  .footer-area .widget-title {
    margin-bottom: 30px;
  }
}

@media only screen and (max-width: 991px) {
  .footer-area .about-widget {
    margin-bottom: 70px;
  }
}

@media only screen and (max-width: 767px) {
  .footer-area .about-widget {
    margin-bottom: 65px;
  }
}

@media only screen and (max-width: 575px) {
  .footer-area .about-widget {
    margin-bottom: 65px;
  }
}

.footer-area .about-widget .footer-logo {
  display: inline-block;
  margin-bottom: 50px;
}

@media (max-width: 767px) {
  .footer-area .about-widget .footer-logo {
    margin-bottom: 20px;
  }
}

.footer-area .about-widget p {
  margin-bottom: 40px;
}

.footer-area .widget-posts {
  margin-top: -6px;
}

.footer-area .widget-posts .posts-item li {
  border-bottom: 1px solid #e1e1e1;
  margin-bottom: 9px;
  padding-bottom: 11px;
}

.footer-area .widget-posts .posts-item li a {
  align-items: flex-end;
  color: #707070;
  display: flex;
  letter-spacing: 0;
}

@media only screen and (max-width: 767px) {
  .footer-area .widget-posts .posts-item li a {
    align-items: flex-start;
  }
}

.footer-area .widget-posts .posts-item li a .icon {
  font-size: 15px;
  line-height: 20px;
  margin-right: 8px;
}

@media only screen and (max-width: 767px) {
  .footer-area .widget-posts .posts-item li a .icon {
    position: relative;
    top: 3px;
  }
}

.footer-area .widget-posts .posts-item li a:hover {
  color: #000;
}

.footer-area .widget-posts .posts-item li:last-child {
  border-bottom: none;
}

.footer-area .widget-contact-info {
  padding-top: 25px;
}

.footer-area .widget-contact-info li {
  border-top: 1px solid #e1e1e1;
  display: flex;
  font-size: 14px;
  line-height: 26px;
  margin-bottom: 12px;
  padding-top: 4px;
  transition: all 0.3s;
}

.footer-area .widget-contact-info li i {
  color: #999999;
  font-size: 20px;
  line-height: 26px;
  position: relative;
  top: -2px;
  width: 37px;
  transition: all 0.3s;
}

.footer-area .widget-contact-info li a {
  color: #707070;
}

.footer-area .widget-contact-info li:first-child {
  margin-bottom: 13px;
  padding-top: 5px;
}

.footer-area .widget-contact-info li:first-child i {
  font-size: 22px;
  left: -2px;
  top: 1px;
  width: 55px;
}

@media only screen and (max-width: 575px) {
  .footer-area .widget-contact-info li:first-child i {
    width: 37px;
  }
}

@media (max-width: 359px) {
  .footer-area .widget-contact-info li:first-child i {
    width: 48px;
  }
}

.footer-area .widget-contact-info li:last-child {
  margin-bottom: 0;
  padding-top: 5px;
}

.footer-area .widget-contact-info li:last-child i {
  top: 0;
}

.footer-area .widget-contact-info li:hover {
  color: #bc0552;
}

.footer-area .widget-contact-info li:hover i {
  color: #bc0552;
}

.footer-area .widget-contact-info li:hover a {
  color: #bc0552;
}

.footer-area .widget-newsletter {
  border-bottom: 1px solid #e1e1e1;
  margin-top: -7px;
  padding-bottom: 41px;
}

@media only screen and (max-width: 575px) {
  .footer-area .widget-newsletter {
    border-bottom: none;
    padding-bottom: 10px;
  }
}

.footer-area .widget-newsletter p {
  letter-spacing: 0;
  line-height: 26px;
  margin-bottom: 24px;
}

.footer-area .widget-newsletter .newsletter-form {
  position: relative;
}

.footer-area .widget-newsletter .newsletter-form.input-btn-group {
  background-color: #f8f8f8;
  box-shadow: none;
  margin: 0;
  padding: 0;
}

.footer-area .widget-newsletter .newsletter-form.input-btn-group .form-control {
  background-color: #f8f8f8;
  border: none;
  border-radius: 0;
  height: 46px;
  margin-bottom: 0;
  padding: 6px 18px;
  position: relative;
}

.footer-area .widget-newsletter .newsletter-form.input-btn-group .form-control::placeholder {
  color: #999999;
  font-size: 14px;
}

@media only screen and (max-width: 1399px) {
  .footer-area .widget-newsletter .newsletter-form.input-btn-group .form-control {
    width: calc(100% - 49px);
  }
}

.footer-area .widget-newsletter .newsletter-form.input-btn-group .form-control:focus {
  box-shadow: none;
  padding: 5px 17px;
}

.footer-area .widget-newsletter .newsletter-form.input-btn-group .btn-theme {
  background-color: #bc0552;
  border-radius: 0;
  color: #fff;
  height: 46px;
  min-height: auto;
  padding: 10px 12.5px;
}

.footer-area .widget-newsletter .newsletter-form.input-btn-group .btn-theme i {
  font-size: 22px;
}

.footer-area .widget-newsletter .newsletter-form.input-btn-group .btn-theme:hover {
  background-color: #000;
  border-color: #000;
  color: #fff;
}

.footer-area .widget-social-icons {
  margin-bottom: 0;
  margin-left: -1px;
  margin-top: 14px;
}

.footer-area .widget-social-icons a {
  color: #999999;
  display: inline-block;
  font-size: 18px;
  margin-right: 13.84px;
}

.footer-area .widget-social-icons a:last-child {
  margin-right: 0;
}

.footer-area .widget-social-icons a:hover {
  color: #bc0552;
}

.footer-area .footer-bottom {
  margin-top: 0;
  padding: 20px 0;
  position: relative;
}

@media only screen and (max-width: 767px) {
  .footer-area .footer-bottom {
    padding: 21px 0 18px;
  }
}


.footer-area .footer-bottom:before {
  border-top: 1px solid #e5e5e5;
  content: "";
  left: 50%;
  max-width: 1170px;
  position: absolute;
  top: 0;
  transform: translateX(-50%);
  width: 100%;
}

.footer-area .footer-bottom .widget-copyright p {
  color: #999999;
  letter-spacing: 0;
  padding-top: 0;
  margin-bottom:0;
}

.footer-area .footer-bottom .widget-copyright p span {
  color: #bc0552;
  font-weight: 700;
}

.footer-area .footer-bottom .widget-copyright p i {
  color: #f53400;
  font-size: 16px;
  margin: 0 5px;
}

.footer-area .footer-bottom .widget-copyright p a {
  color: #000;
  font-weight: 500;
}
/*# sourceMappingURL=style.css.map */

@media only screen and (max-width: 1199px) {
	.post-items-style2 .post-item .thumb {
		min-width: 225px;
	}
	.post-items-style2 .post-item .content .title{
		line-height:24px;
		margin-bottom:15px;
	}
	.post-items-style2 .post-item .content p.anonce{
		margin-bottom:15px;
	}
	.post-items-style2 .post-item .content {
		padding: 20px 10px 20px 0;
	}
	.main-menu li + li {
		margin-left: 25px;
	}
	.main-menu li span{
		display:none;
	}
}

@media only screen and (max-width: 991px) {

    .post-items-style2 .post-item .thumb {
        min-width: 300px;
    }
	    .post-items-style2 .post-item .content {
        padding: 20px 20px 20px 0;
    }
	.post-items-style2 .post-item .content .title{
		margin-bottom:20px;
	}
	.post-items-style2 .post-item .content p.anonce{
		margin-bottom:20px;
	}

	
}

@media only screen and (max-width: 767px) {

	.filter .brand-logo-item{
		padding:2px 10px;
	}
		.post-items-style2 .post-item .thumb {
		min-width: 225px;
	}
	.post-items-style2 .post-item .content .title{
		line-height:24px;
		margin-bottom:15px;
	}
	.post-items-style2 .post-item .content p.anonce{
		margin-bottom:15px;
	}
	.post-items-style2 .post-item .content {
		padding: 20px 10px 20px 0;
	}

}

@media only screen and (max-width: 575px) {
	
	 .post-items-style2 .post-item .content {
        padding: 0 20px 20px 20px;
    }
	 .filter .brand-logo-item {
        padding: 2px 10px;
        font-size: 12px;
        margin: 4px 2px;
    }
	 .section-title .title, .section-title .title i {
        font-size: 18px;
    }
	.testimonial-area.testimonial-default-area {
		padding: 25px 0px 10px 0;
	}
	
	 .page-title-area .page-title-content .title {
        font-size: 22px;
    }
	.testimonial-area.testimonial-default-area{
		padding: 15px 0px 0px 0;
	}
	.section-title .title{
		margin-bottom:15px;
	}
}

/* MODAL */

.modal-backdrop{
  z-index:0 !important;
}

.modal-content{
	position:fixed;
	width:100%;
	height:100%;
	top:0;
	left:0;
	z-index:999;
	background: rgba(0, 0, 0, 0.90);
}
.offcanvas-modal .modal-content{
  background: #fff;
}
.modal-content .modal_previe{
	height:100%;
}
.modal-content .modal_preview .m_btn{
	bottom:0;
	width:100%;
	height: 60px;
}
.modal-content .modal_preview .m_btn a{
	position:absolute;
	width:50%;
	height: 60px;
	font-size:14px;
	font-weight:300;
	color:#fff;
	line-height:60px;
	text-align:center;
    bottom:0;
}
.modal-content .modal_preview .m_btn a.services{
	left:0;
	background:#000;
}
.modal-content .modal_preview .m_btn a.phone{
	right:0;
	background:#bc0552;
}
.modal-content .modal_preview .m_descrip{
	width:100%;
	bottom:53px;
	background: rgba(0, 0, 0, 0.75);
	padding:20px 30px;	
}
.modal-content .modal_preview .m_descrip p{
	margin:0;
	font-size:16px;
	line-height:20px;
	font-weight:300;
	color:#fff;
}
.modal-content .container-fluid{
	max-width:600px;
}
.modal-content .modal_galery{
	position:relative;
	width:100%;
	max-width:700px;
	margin:0 auto;
	overflow:hidden;
	height: 100%;
}
#touchsurface{
	position:relative;
	width:100%;
	height:100%;
	top: 0;
}
.modal-content .modal_galery img{
	width:100%;
	margin-left:0;
	height:auto;
	cursor:pointer;
}
.modal-content .modal_galery .arrow-left,.modal-content .modal_galery .arrow-right{
	position:absolute;
	bottom:45%;	
	width:43px;
	height:85px;
}
.modal-content .modal_galery .arrow-left{
	left:20px;
	background:url('img/icons/arrow_left.svg') no-repeat;
}
.modal-content .modal_galery .arrow-right{
	right:20px;
	background:url('img/icons/arrow_right.svg') no-repeat;	
}
.modal-content .modal_list ul{
	margin:25px 0 ;
	padding:0;
}
.modal-content .modal_list li{
	display:inline-block;
	margin-bottom:5px;
	font-size:12px;
	line-height:16px;
	text-align:center;
	margin-right: 15px;
}
.modal-content .modal_list h3{
	font-size:18px;
	line-height:30px;
	text-align:center;
	font-weight:500;
	color:#fff;
}
.modal-content .modal_list li a{	
	color:#fff;
	font-weight:300;
}

.modal-content-message {
	position: fixed;
	width: 100%;
	height: 100%;
	bottom: 0;
	z-index: 99999;
	background: rgba(237, 242, 249, 0.95);		
}
.modal-content-message #personal-message{
	max-width:800px;
	margin:15% auto;
	line-height:1.75em;
	font-size:16px;
}
.modal-content-message  #personal-message img{
	width:150px;
	height:auto;
	margin-bottom:10px;
}
.modal-content-message  #personal-message .image{
	width:150px;
	height:150px;
	overflow:hidden;
	border-radius:50%;
	float:left;
	margin-right:20px;
	margin-top:-5px;
}
.modal-content-message  #personal-message .modal_name{
	font-size:24px;
	margin-bottom:2px;
	margin-top:10px;
	font-weight:500;
	color:#344050;
}
.modal-content-message .level{
	display:none;
}
#personal-message{
	color:#344050;
}
.modal-content-message  #personal-message a.phone{
	font-size:18px;	
	color:red;
	text-decoration:underline;
}
.modal-content-message  #personal-message .dialog{
	font-size:16px;			
}
.modal-content-message .close {
	position:absolute;
	width: 30px;
	height: 30px;
	right:20px;
	top:20px;
	background: url(img/icons/close.svg) no-repeat;
	background-size:30px auto;
}
.modal-content-message .feedback{
	clear:both;
	margin-top:20px;
	margin-left:170px;
}
.modal-content-message .feedback #select{
	display:block;
	margin-top:-15px;
	padding:7px 10px;
	border:2px solid #000;
	border-radius:5px;
	float:left;
}
.modal-content-message .feedback h4{
	margin:10px 0 10px 0;
	font-weight:400;
	color:#344050;
}
.modal-content-message .feedback button{		
	padding:2px 10px;
	margin-top:10px;
	background:#0b1727;
	color:#fff;
	border:2px solid #0b1727;
	border-radius:5px;
	cursor:pointer;
}
.modal-content-message .feedback label{
	margin-left:10px;
	margin-bottom:0;
	font-size:16px;
}
.modal-content-message .feedback fieldset{
	border:none;
}	
.modal-content-message .feedback #comment_profile{
	padding:10px;
	margin:10px 0;
	width:100%;
	max-width:400px;
	border:1px solid #ccc;
}
.modal-content-message #close-message,#close-ankety,#close-photos{
	position:absolute;
	top:150px;
	right:25px;
    width: 45px;
    height: 40px;
    color: #fff;
    background: none;
    font-size: 16px;
    background: url(img/icons/close-black.svg) no-repeat;
    background-size: 40px auto;
}
#personal_content{
  padding-top:30px; 
}
#close-ankety,#close-photos{
    background: url(img/icons/close.svg) no-repeat;
    top:25px;
	background-size: 40px auto;
  z-index:100;
}

#staticCity .modal-content .sub_filter {
    margin: 10px 0 0;  
    padding-left:10px;
}

.none{
    display:none;
}

.filter .modal-content,#staticCity .modal-content{
  position: relative;
  background: #000;
  padding: 20px;
  max-width: 350px;
  margin-top: 80px;
  color: #fff;
}
.filter .modal-content h4,#staticCity .modal-content h4{
	font-size:16px;
}

.dissabled {
    opacity: 0.5;
    pointer-events: none;
}

.filter .modal-content .btn-close, #staticCity .modal-content .btn-close {
	position: absolute;
    top: 15px;
    right: 10px;
    width: 24px;
    height: 24px;
    color: #fff;
    background: none;
    font-size: 14px;
    background: url(img/icons/close.svg) no-repeat;
    background-size: auto;
    background-size: auto;
    background-size: 24px auto;
    border: none;
    cursor: pointer;
  }
  #staticCity .modal-content .btn-close{
	right:20px;
  }

  .filter .modal-content .sub_filter{
	margin-top:10px;
  }

/* MODAL END */
@media (max-width: 991px) {
	.modal-content-message #close-message{
		margin-top: -125px;
	}
	.modal-content-message #personal-message{
		margin:20% auto;
	}
	.modal-content-message #close-message, #close-ankety, #close-photos{
		right:0;
		background-size: 30px auto;
	}
}

@media (max-width: 600px) {
	.modal-content-message #personal-message{
		margin:100px 20px;
		text-align:center;
	}		
	.modal-content-message #personal-message,.modal-content-message #personal-message .dialog{
		line-height: 1.55em;
		font-size: 14px;
	}
	.modal-content-message #personal-message .image{
		float:none;
		margin-left:auto;
		margin-right:auto;
		margin-bottom:15px;
		width: 100px;
		height: 100px;
	}
	.modal-content-message #personal-message img{
		width:100px;
	}
	.modal-content-message #personal-message .modal_name{
		margin-bottom:20px;
		font-size:20px;
	}
	.modal-content-message .feedback{
		margin-top:10px;
		margin-left:0;
	}
	.modal-content-message .feedback h4 {
		margin: 10px 0;	
		font-size:18px;
	}
	.modal-content-message #personal-message a.phone{
		font-size: 16px;
	}
	.modal-content-message .feedback label {
		margin-bottom: 0.5px;
		font-size: 14px;
	}
}

.sub_filter .links a{
  color:#fff;
}
.sub_filter .links a:hover{
  text-decoration:underline;
}

.filter .modal-content h4, #staticCity .modal-content h4{
  color:#fff;
}

#personal_content li,#description{
  color:#fff;
}

#description span{
  display: inline-block;
  margin-right:10px;
}</pre></body></html>