/*
Theme Name:
Theme URI:
Author:
Author URI:
Description:
Version: 1.0
License: GPL v2 or later
License URI: http://www.gnu.org/licenses/old-licenses/gpl-2.0.html
Tags: left-sidebar, custom-menu, featured-images, post-formats
Text Domain:
*/
/*
|----------------------------------------------------------------------------
| CSS INDEX
|----------------------------------------------------------------------------
	1.0 - General Styles
		1.1 - Alignments
		1.2 - Galleries
		1.3 - Fixed margin
		1.4 - Fixed padding
		1.5 - Fixed Button Style
		1.6 - page header
	2.0 - Main navbar
*/
body {
  font-size: 14px;
  line-height: 1.4;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-weight: 400;
  margin: 0;
  padding: 0;
  width: 100%;
  position: relative; }

a {
  color: #000000; }

a:hover {
  text-decoration: none; }

.no-hover:hover {
  background: #fdd835 !important; }

.no-padding {
  padding: 0px; }

.no-border {
  border: 0px !important; }

.base-color {
  color: #fdd835; }

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

.white-bg {
  background: #ffffff !important; }

.full-width {
  width: 100%; }

h2 {
  font-size: 55px;
  font-family: "Constantia"; }

h4 {
  font-size: 20px;
  font-family: "ProductSans"; }

h3 {
  font-family: "Constantia";
  font-size: 35px; }

p {
  color: #707070;
  margin-bottom: 25px;
  font-size: 16px;
  font-weight: 400;
  line-height: 26px;
  font-family: "ProductSans"; }

#scrollUp {
  color: #ffffff;
  background: #ec2608;
  border-radius: 50%;
  bottom: 24px;
  color: #252525;
  height: 48px;
  width: 48px;
  right: 20px;
  text-align: center;
  line-height: 50px;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease; }

#scrollUp .fa {
  font-size: 20px;
  color: #ffffff; }

@media all and (max-width: 767px) {
  #scrollUp {
    height: 40px;
    width: 40px;
    line-height: 40px; }
  #scrollUp .fa {
    font-size: 16px; } }

@media all and (min-width: 1500px) {
  .container {
    max-width: 1485px; } }

/** All section Responsive code **/
@media all and (max-width: 767px) {
  .page-title {
    margin-bottom: 100px; } }

.about-btn {
  color: #ffffff;
  padding: 25px 30px;
  border: 0px;
  border-radius: 30px;
  background-color: rgba(255, 255, 255, 0.2);
  font-size: 20px;
  letter-spacing: .20px;
  line-height: 20px;
  text-transform: uppercase;
  cursor: pointer; }
  .about-btn:focus {
    outline: 0;
    border: 0; }

.contact-button {
  color: #ffffff;
  padding: 21px 46px;
  border: 0;
  border-radius: 35px;
  font-size: 20px;
  font-weight: 400;
  background: -webkit-gradient(linear, right top, left top, from(#ff3903), to(#df190b));
  background: -webkit-linear-gradient(right, #ff3903 0%, #df190b 100%);
  background: -o-linear-gradient(right, #ff3903 0%, #df190b 100%);
  background: linear-gradient(to left, #ff3903 0%, #df190b 100%);
  letter-spacing: .25px;
  cursor: pointer; }
  .contact-button:focus {
    border: 0;
    outline: 0; }

.colorfull-radio-button-wrap {
  display: inline-block; }
  .colorfull-radio-button-wrap input[type="radio"] {
    display: none !important; }
  .colorfull-radio-button-wrap label {
    color: #6b6b6b;
    font-size: 22px;
    position: relative;
    font-weight: 300;
    padding-left: 30px;
    z-index: 5;
    padding-right: 35px; }
    .colorfull-radio-button-wrap label:before {
      position: absolute;
      left: 0px;
      top: 8px;
      width: 18px;
      height: 18px;
      border: 2px solid #6b6b6b;
      border-radius: 100%;
      content: '';
      background: #fef9f4; }
  .colorfull-radio-button-wrap input[type="radio"]:checked + label::before {
    border-width: 2px;
    border-color: #ed280b; }
  .colorfull-radio-button-wrap input[type="radio"]:checked + label::after {
    position: absolute;
    left: 5px;
    top: 13px;
    width: 8px;
    height: 8px;
    background: #ed280b;
    border-radius: 100%;
    content: ''; }

/*
|----------------------------------------
| Section Title
|----------------------------------------
*/
.section_title h4 {
  color: #232323;
  padding-bottom: 5px;
  margin-bottom: 8px;
  font-size: 20px;
  font-weight: 400;
  letter-spacing: .25px;
  text-transform: uppercase;
  position: relative; }
  .section_title h4:before {
    content: "";
    position: absolute;
    width: 110px;
    height: 2px;
    background-image: -webkit-gradient(linear, left top, right top, from(#d40e0e), to(#ff3803));
    background-image: -webkit-linear-gradient(left, #d40e0e 0%, #ff3803 100%);
    background-image: -o-linear-gradient(left, #d40e0e 0%, #ff3803 100%);
    background-image: linear-gradient(to right, #d40e0e 0%, #ff3803 100%);
    bottom: 0;
    left: 0; }

.section_title h1 {
  color: #232323;
  font-size: 55px;
  font-family: "Constantia";
  line-height: 61px;
  font-weight: 700; }

.section_title_center {
  margin-bottom: 90px; }
  .section_title_center h4 {
    color: #232323;
    padding-bottom: 5px;
    margin-bottom: 8px;
    font-size: 20px;
    font-weight: 400;
    letter-spacing: .25px;
    text-transform: uppercase;
    position: relative;
    display: inline-block; }
    .section_title_center h4:before {
      content: "";
      position: absolute;
      width: 100%;
      height: 2px;
      background-image: -webkit-gradient(linear, left top, right top, from(#d40e0e), to(#ff3803));
      background-image: -webkit-linear-gradient(left, #d40e0e 0%, #ff3803 100%);
      background-image: -o-linear-gradient(left, #d40e0e 0%, #ff3803 100%);
      background-image: linear-gradient(to right, #d40e0e 0%, #ff3803 100%);
      bottom: 0;
      left: 0; }
  .section_title_center h1 {
    color: #232323;
    font-size: 55px;
    font-family: "Constantia";
    line-height: 61px;
    font-weight: 700; }

/*
|----------------------------------------
| Button Default
|----------------------------------------
*/
.btn-red {
  color: #ffffff;
  padding: 18px 40px;
  border-radius: 50px;
  background-color: rgba(255, 255, 255, 0.2);
  font-size: 20px;
  letter-spacing: .25px; }
  .btn-red:focus {
    outline: 0;
    border: 0; }
  .btn-red:hover {
    background-color: rgba(255, 255, 255, 0.25);
    color: #ffffff; }
  .btn-red:focus {
    outline: none; }
  .btn-red:active {
    outline: none; }

.bg-red {
  background-image: -webkit-gradient(linear, left top, right top, from(#d40e0e), to(#ff3803));
  background-image: -webkit-linear-gradient(left, #d40e0e 0%, #ff3803 100%);
  background-image: -o-linear-gradient(left, #d40e0e 0%, #ff3803 100%);
  background-image: linear-gradient(to right, #d40e0e 0%, #ff3803 100%); }

.bg-red-light {
  background: #fef9f4; }

/*
|----------------------------------------
| Font Support
|----------------------------------------
*/
@font-face {
  font-family: 'Constantia';
  src: url(../fonts/Constantia.woff); }

@font-face {
  font-family: 'ProductSans';
  src: url(../fonts/ProductSans-Regular.woff); }

/* -----------------------------------
** Start Padding Space
-------------------------------------*/
.pdt5 {
  padding-top: 5px; }

.pdt10 {
  padding-top: 10px; }

.pdt12 {
  padding-top: 12px; }

.pdt15 {
  padding-top: 15px; }

.pdt17 {
  padding-top: 17px; }

.pdt20 {
  padding-top: 20px; }

.pdt25 {
  padding-top: 25px; }

.pdt30 {
  padding-top: 30px; }

.pdt35 {
  padding-top: 35px; }

.pdt40 {
  padding-top: 40px; }

.pdt45 {
  padding-top: 45px; }

.pdt50 {
  padding-top: 50px; }

.pdt85 {
  padding-top: 85px; }

.pdb5 {
  padding-bottom: 5px; }

.pdb10 {
  padding-bottom: 10px; }

.pdb12 {
  padding-bottom: 12px; }

.pdb15 {
  padding-bottom: 15px; }

.pdb17 {
  padding-bottom: 17px; }

.pdb20 {
  padding-bottom: 20px; }

.pdb25 {
  padding-bottom: 25px; }

.pdb30 {
  padding-bottom: 30px; }

.pdb35 {
  padding-bottom: 35px; }

.pdb40 {
  padding-bottom: 40px; }

.pdb45 {
  padding-bottom: 45px; }

.pdb50 {
  padding-bottom: 50px; }

.pdl0 {
  padding-left: 0; }

.pdl5 {
  padding-left: 5px; }

.pdl10 {
  padding-left: 10px; }

.pdl15 {
  padding-left: 15px; }

.pdl20 {
  padding-left: 20px; }

.pdl25 {
  padding-left: 25px; }

.pdl30 {
  padding-left: 30px; }

.pdr0 {
  padding-right: 0; }

.pdr5 {
  padding-right: 5px; }

.pdr10 {
  padding-right: 10px; }

.pdr15 {
  padding-right: 15px; }

.pdr20 {
  padding-right: 20px; }

.pdr25 {
  padding-right: 25px; }

.pdr30 {
  padding-right: 30px; }

.pdt0 {
  padding-top: 0 !important; }

.pdb0 {
  padding-bottom: 0 !important; }

/* -----------------------------------
** End Padding Space
-------------------------------------*/
/* -----------------------------------
** Start Margin Space
-------------------------------------*/
.mt0 {
  margin-top: 0px; }

.mt5 {
  margin-top: 5px; }

.mt10 {
  margin-top: 10px; }

.mt15 {
  margin-top: 15px; }

.mt20 {
  margin-top: 20px; }

.mt25 {
  margin-top: 25px; }

.mt30 {
  margin-top: 30px; }

.mt35 {
  margin-top: 35px; }

.mt40 {
  margin-top: 40px; }

.mt45 {
  margin-top: 45px; }

.mt50 {
  margin-top: 50px; }

.mt100 {
  margin-top: 100px; }

.mt80 {
  margin-top: 80px; }

.mt120 {
  margin-top: 120px; }

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

.mb0 {
  margin-bottom: 0px; }

.mb5 {
  margin-bottom: 5px; }

.mb10 {
  margin-bottom: 10px; }

.mb15 {
  margin-bottom: 15px; }

.mb20 {
  margin-bottom: 20px; }

.mb25 {
  margin-bottom: 25px; }

.mb30 {
  margin-bottom: 30px; }

.mb35 {
  margin-bottom: 35px; }

.mb40 {
  margin-bottom: 40px; }

.mb45 {
  margin-bottom: 45px; }

.mb50 {
  margin-bottom: 50px; }

.mb100 {
  margin-bottom: 100px; }

.mt0 {
  margin-top: 0 !important; }

.mb0 {
  margin-bottom: 0 !important; }

.ml-auto {
  margin-left: auto; }

.mr-auto {
  margin-right: auto; }

.ml5 {
  margin-left: 5px; }

.ml10 {
  margin-left: 10px; }

.ml15 {
  margin-left: 15px; }

.ml20 {
  margin-left: 20px; }

.ml25 {
  margin-left: 25px; }

.ml30 {
  margin-left: 30px; }

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

.ml35 {
  margin-left: 35px; }

.ml40 {
  margin-left: 40px; }

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

.mr10 {
  margin-right: 10px; }

.mr15 {
  margin-right: 15px; }

.mr20 {
  margin-right: 20px; }

.mr25 {
  margin-right: 25px; }

.mr30 {
  margin-right: 30px; }

.mr35 {
  margin-right: 35px; }

/* -----------------------------------
** End Margin Space
-------------------------------------*/
/* -----------------------------------
** Start font size Space
-------------------------------------*/
.fs12 {
  font-size: 12px; }

.fs13 {
  font-size: 13px; }

.fs14 {
  font-size: 14px; }

.fs15 {
  font-size: 15px; }

.fs16 {
  font-size: 16px; }

.fs17 {
  font-size: 17px; }

.fs18 {
  font-size: 18px; }

.fs19 {
  font-size: 19px; }

.fs20 {
  font-size: 20px; }

.fs21 {
  font-size: 21px; }

.fs22 {
  font-size: 22px; }

.fs23 {
  font-size: 23px; }

.fs24 {
  font-size: 24px; }

.fs25 {
  font-size: 25px; }

.fs30 {
  font-size: 30px; }

.fs35 {
  font-size: 35px; }

.fs40 {
  font-size: 40px; }

.fs45 {
  font-size: 45px; }

.fs50 {
  font-size: 50px; }

/* -----------------------------------
** End Font Size Space
-------------------------------------*/
.max-width-630 {
  max-width: 630px; }

.max-width700 {
  max-width: 700px; }

/*
|-----------------------------------------
| Default Section padding
|-----------------------------------------
*/
.default-ptb {
  padding: 70px 0; }

/*
|---------------------------------------------
| navbar style
|---------------------------------------------
*/
.navbar-photography {
  padding: 25px 0; }
  .navbar-photography .navbar-collapse .navbar-nav .nav-item a {
    font-family: "ProductSans";
    font-size: 20px;
    line-height: 20px;
    font-weight: 400;
    color: #232323;
    margin: 0 42px 0 0;
    text-transform: uppercase;
    position: relative; }
    .navbar-photography .navbar-collapse .navbar-nav .nav-item a:before {
      content: '';
      display: block;
      bottom: -3px;
      left: 50%;
      height: 2px;
      width: 0%;
      position: absolute;
      background-color: #f52f06;
      opacity: 0;
      z-index: 1;
      visibility: hidden; }
    .navbar-photography .navbar-collapse .navbar-nav .nav-item a:hover:before {
      left: 0%;
      opacity: 1;
      visibility: visible;
      width: 100%;
      -webkit-transition: all 0.3s ease-in-out;
      -moz-transition: all 0.3s ease-in-out;
      -o-transition: all 0.3s ease-in-out;
      transition: all 0.3s ease-in-out; }
  .navbar-photography .navbar-collapse .nav-right-area a {
    font-family: "ProductSans";
    font-size: 22px;
    font-weight: 400;
    color: #6b6b6b; }
    .navbar-photography .navbar-collapse .nav-right-area a img {
      margin-right: 20px; }

.menu-section {
  padding: 0 110px; }
  .menu-section .navbar-contact {
    font-family: "ProductSans";
    font-size: 22px;
    letter-spacing: 0.10px; }
    .menu-section .navbar-contact img {
      width: 18%; }
  .menu-section .navbar.sm-navbar.smmNavbar-defaultEffect ul.navbar-nav li.has-menu-item-submenu:hover > a {
    color: #000; }
  .menu-section .navbar-photography .navbar-collapse .navbar-nav .nav-item a {
    line-height: 90px; }
    .menu-section .navbar-photography .navbar-collapse .navbar-nav .nav-item a i {
      margin: 0 0 0 5px; }
  .menu-section .navbar.sm-navbar ul.navbar-nav li.has-menu-item-submenu ul.sub-menu li {
    margin: 0 0 10px 0; }
    .menu-section .navbar.sm-navbar ul.navbar-nav li.has-menu-item-submenu ul.sub-menu li:last-child {
      margin: 0; }
  .menu-section .navbar.sm-navbar ul.navbar-nav li.has-menu-item-submenu ul.sub-menu a {
    margin: 0;
    line-height: 30px; }
  .menu-section .navbar.sm-navbar ul.navbar-nav li.has-menu-item-submenu ul.sub-menu {
    min-width: 230px;
    right: 0; }

.navbar.sm-navbar .navbar-toggler {
  background-image: -webkit-gradient(linear, left top, right top, from(#d40e0e), to(#ff3803));
  background-image: -webkit-linear-gradient(left, #d40e0e 0%, #ff3803 100%);
  background-image: -o-linear-gradient(left, #d40e0e 0%, #ff3803 100%);
  background-image: linear-gradient(to right, #d40e0e 0%, #ff3803 100%); }

@media all and (max-width: 1500px) {
  .navbar-photography .navbar-brand img {
    width: 190px;
    height: auto; }
  .navbar-photography .navbar-collapse .nav-right-area a {
    font-size: 15px; }
  .navbar-photography .navbar-collapse .navbar-nav .nav-item a {
    font-size: 15px;
    margin: 0px 34px 0 0; } }

@media all and (max-width: 1200px) {
  .sub-menu {
    padding: 0 0 15px 0 !important; }
  .navbar-photography {
    padding: 10px 0; }
  .navbar-photography .navbar-collapse .navbar-nav .nav-item a {
    font-size: 14px; }
  .menu-section {
    padding-left: 110px;
    padding-right: 45px; }
  .navbar-photography .navbar-collapse .navbar-nav .nav-item:last-child a {
    margin-right: 0; } }

@media all and (max-width: 991px) {
  .menu-section {
    padding-left: 40px;
    padding-right: 40px; }
  .menu-section .navbar-photography .navbar-collapse .navbar-nav .nav-item a {
    line-height: 40px; }
  .navbar.sm-navbar .navbar-collapse {
    background: #ffffff;
    border: none; }
  .menu-section .navbar-photography .navbar-collapse .navbar-nav .nav-item a i {
    display: none; }
  .menu-section .navbar.sm-navbar ul.navbar-nav li.has-menu-item-submenu ul.sub-menu a i {
    display: inline-block !important; }
  .navbar.sm-navbar ul.navbar-nav li.has-menu-item-submenu > a .icon:before {
    width: 20px;
    margin-bottom: -11px; }
  .navbar.sm-navbar ul.navbar-nav li.has-menu-item-submenu > a .icon:after {
    margin-left: 9px;
    height: 20px; } }

@media all and (max-width: 767px) {
  .menu-section {
    padding-left: 0;
    padding-right: 0; }
  .menu-section .d-lg-none.d-md-none.d-xl-block {
    display: none; } }

/*
|------------------------------------------
|    About Styles
|------------------------------------------
*/
.about-inner {
  background-image: -webkit-gradient(linear, left top, right top, from(#d40e0e), to(#ff3803));
  background-image: -webkit-linear-gradient(left, #d40e0e 0%, #ff3803 100%);
  background-image: -o-linear-gradient(left, #d40e0e 0%, #ff3803 100%);
  background-image: linear-gradient(to right, #d40e0e 0%, #ff3803 100%); }
  .about-inner .about-details {
    padding: 135px 0px 135px 70px; }
    .about-inner .about-details .section-title h4 {
      color: #ffffff;
      padding-bottom: 5px;
      margin-bottom: 8px;
      border-bottom: 2px solid #ffffff;
      display: inline-block;
      font-size: 20px;
      font-weight: 400;
      letter-spacing: .25px;
      text-transform: uppercase; }
    .about-inner .about-details .section-subtitle h1 {
      color: #ffffff;
      font-size: 55px;
      font-family: "Constantia";
      line-height: 61px;
      font-weight: 700; }
    .about-inner .about-details .description {
      padding-top: 65px;
      padding-bottom: 25px; }
      .about-inner .about-details .description p {
        color: #ffffff;
        font-size: 22px;
        font-family: "ProductSans"; }
  .about-inner .about-image {
    margin-top: -48px;
    margin-bottom: -48px;
    -webkit-box-shadow: 0px 0px 15px 10px rgba(87, 86, 86, 0.1);
    box-shadow: 0px 0px 15px 10px rgba(87, 86, 86, 0.1); }
    .about-inner .about-image img {
      height: 100%; }

/*
|------------------------------------------
|    Main Services Styles
|------------------------------------------
*/
.main-service-section {
  margin: 90px 0; }
  .main-service-section .services-single-area {
    padding: 50px 0; }
  .main-service-section .media .single-service-thumb {
    position: relative; }
    .main-service-section .media .single-service-thumb img {
      max-width: 100%; }
    .main-service-section .media .single-service-thumb .single-service {
      position: absolute;
      bottom: 0px;
      right: 0px;
      padding: 20px;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      background: #ffffff;
      -webkit-box-shadow: 0px 0px 15px 10px rgba(87, 86, 86, 0.1);
      box-shadow: 0px 0px 15px 10px rgba(87, 86, 86, 0.1); }
      .main-service-section .media .single-service-thumb .single-service .service-body {
        margin: 0 0 0 20px; }
        .main-service-section .media .single-service-thumb .single-service .service-body h5 {
          text-transform: uppercase;
          font-family: "Constantia";
          font-weight: 400;
          font-size: 21px;
          color: #232323; }
  .main-service-section .media .media-body {
    background-color: white;
    -webkit-box-shadow: 0px 0px 25px 0px rgba(138, 126, 120, 0.22);
    box-shadow: 0px 0px 25px 0px rgba(138, 126, 120, 0.22);
    padding: 40px 45px; }
    .main-service-section .media .media-body h3 {
      color: #232323;
      font-family: "Constantia";
      font-weight: bold;
      position: relative;
      padding: 0 0 17px 0;
      margin: 0 0 25px 0; }
      .main-service-section .media .media-body h3:before {
        content: "";
        position: absolute;
        left: 0;
        bottom: 0;
        width: 90px;
        height: 2px;
        background-image: -webkit-gradient(linear, left top, right top, from(#d40e0e), to(#ff3803));
        background-image: -webkit-linear-gradient(left, #d40e0e 0%, #ff3803 100%);
        background-image: -o-linear-gradient(left, #d40e0e 0%, #ff3803 100%);
        background-image: linear-gradient(to right, #d40e0e 0%, #ff3803 100%); }
    .main-service-section .media .media-body p {
      color: #6b6b6b;
      font-size: 22px;
      font-family: "ProductSans";
      font-weight: 400;
      margin: 0 0 5px 0; }

@media all and (max-width: 1200px) {
  .main-service-section .media .media-body h3 {
    font-size: 25px;
    padding: 0 0 10px 0; }
  .main-service-section .media .single-service-thumb .single-service .service-body h5,
  .main-service-section .media .media-body p {
    font-size: 18px; } }

@media all and (max-width: 991px) {
  .main-service-section .media .single-service-thumb img {
    width: 100%; }
  .main-service-section .media .single-service-thumb {
    margin: 0 0 30px 0; }
  .main-service-section {
    margin: 50px 0; } }

@media all and (max-width: 767px) {
  .main-service-section .media .media-body {
    padding: 30px 30px; }
  .main-service-section .media .single-service-thumb .single-service .service-body h5,
  .main-service-section .media .media-body p {
    font-size: 16px; }
  .main-service-section .media .media-body h3 {
    font-size: 20px; } }

@media all and (max-width: 424px) {
  .main-service-section .media .single-service-thumb .single-service {
    padding: 10px; }
  .main-service-section .media .single-service-thumb .single-service .service-body {
    margin: 0 0 0 10px; }
  .main-service-section .media .single-service-thumb .single-service .service-body h5 {
    font-size: 14px; } }

/*
|------------------------------------------
|    Services Styles
|------------------------------------------
*/
.service-section .service-group {
  padding-top: 80px; }
  .service-section .service-group .single-service {
    position: relative; }
    .service-section .service-group .single-service .media {
      position: absolute;
      bottom: 0px;
      right: 0px;
      background: #ffffff;
      padding: 11px 15px;
      margin-left: 15%;
      -webkit-box-shadow: 0px 0px 12px 5px rgba(87, 86, 86, 0.05);
      box-shadow: 0px 0px 12px 5px rgba(87, 86, 86, 0.05); }
      .service-section .service-group .single-service .media .media-body h5 {
        color: #232323;
        font-size: 21px;
        line-height: 25px; }

@media all and (max-width: 1200px) {
  .service-section .section_title h2 {
    font-size: 40px; }
  .section_title h4 {
    font-size: 16px; }
  .service-section .single-service .media img {
    width: 25px !important; } }

@media all and (max-width: 767px) {
  .service-section .single-service img {
    width: 100%; } }

/*
|------------------------------------------
|    testimonial Styles
|------------------------------------------
*/
.pd-img {
  padding: 17px 19px 8px 19px; }

/*
|------------------------------------------
|    Contact Styles
|------------------------------------------
*/
.contact-bg {
  background: #fef9f4; }

.overflow-hidden {
  overflow: hidden; }

.contact-area {
  position: relative; }
  .contact-area .banner-social {
    position: absolute;
    background: #ffffff;
    right: 0;
    bottom: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    height: 100%;
    padding: 0 50px; }
  .contact-area .contact-form {
    padding: 0 110px 0 0px; }
  .contact-area .contact-map {
    height: 100%;
    -webkit-box-shadow: 0px 2px 10px 2px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 2px 10px 2px rgba(0, 0, 0, 0.2);
    z-index: 1;
    position: relative; }
    .contact-area .contact-map iframe {
      width: 100%;
      height: 100%; }
  .contact-area .contact-details {
    padding: 140px 160px 130px 20px;
    margin-right: 0; }
    .contact-area .contact-details .section-title h4 {
      color: #232323;
      padding-bottom: 5px;
      margin-bottom: 8px;
      border-bottom: 2px solid rgba(255, 57, 3, 0.34);
      display: inline-block;
      font-size: 20px;
      font-weight: 400;
      letter-spacing: .25px;
      text-transform: uppercase; }
    .contact-area .contact-details .section-subtitle h1 {
      color: #232323;
      font-size: 55px;
      font-family: "Constantia";
      line-height: 61px;
      font-weight: 700; }
    .contact-area .contact-details .contact-form .form-group {
      margin-bottom: 56px; }
      .contact-area .contact-details .contact-form .form-group .contact-form-input {
        color: #6b6b6b;
        background: #fef9f4;
        padding-bottom: 15px;
        font-size: 22px;
        font-weight: 400;
        border: 0;
        border-bottom: 2px solid rgba(255, 57, 3, 0.34);
        width: 100%;
        line-height: 40px; }
        .contact-area .contact-details .contact-form .form-group .contact-form-input:focus {
          outline: 0;
          border: 0;
          border-bottom: 2px solid rgba(255, 57, 3, 0.34); }
      .contact-area .contact-details .contact-form .form-group textarea.contact-form-textarea {
        background: #fef9f4;
        padding-bottom: 15px;
        max-height: 125px;
        font-size: 22px;
        font-weight: 400;
        border: 0;
        border-bottom: 2px solid rgba(255, 57, 3, 0.34);
        width: 100%;
        line-height: 40px; }
        .contact-area .contact-details .contact-form .form-group textarea.contact-form-textarea:focus {
          outline: 0;
          border: 0;
          border-bottom: 2px solid rgba(255, 57, 3, 0.34); }

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

.contact-info {
  padding: 140px 0px 110px 0px; }
  .contact-info .section-title h4 {
    color: #232323;
    padding-bottom: 5px;
    margin-bottom: 8px;
    border-bottom: 2px solid rgba(255, 57, 3, 0.34);
    display: inline-block;
    font-size: 20px;
    font-weight: 400;
    letter-spacing: .25px;
    text-transform: uppercase; }
  .contact-info .section-subtitle h1 {
    color: #232323;
    font-size: 55px;
    font-family: "Constantia";
    line-height: 61px;
    font-weight: 700; }
  .contact-info .info-group {
    padding-top: 75px;
    text-align: center; }
    .contact-info .info-group .single-info {
      text-align: center;
      -webkit-transition: all .3s ease;
      -o-transition: all .3s ease;
      transition: all .3s ease; }
      .contact-info .info-group .single-info:hover .single-info-title h5 {
        color: #ec2608; }
      .contact-info .info-group .single-info .single-info-title {
        padding-bottom: 20px; }
        .contact-info .info-group .single-info .single-info-title svg {
          fill: #ec2608;
          height: 50px;
          width: 50px; }
        .contact-info .info-group .single-info .single-info-title h5 {
          color: #232323;
          margin-bottom: 0px;
          font-size: 34px;
          font-weight: 700;
          font-family: "Constantia";
          vertical-align: middle;
          display: inline-block; }

@media all and (max-width: 1500px) {
  .contact-area .contact-details {
    margin-right: 0px;
    padding: 140px 20px 130px 20px; }
  .contact-area .contact-form {
    padding: 0 190px 0 0px; }
  .contact-area .banner-social {
    padding: 0 30px; } }

@media all and (max-width: 1200px) {
  .contact-area .contact-details {
    margin-right: 0px;
    padding: 60px 10px 65px 10px; }
  .contact-area .contact-form {
    padding: 0 100px 0 0px; }
  .contact-area .banner-social {
    padding: 0 20px; }
  .section_title_center h4 {
    font-size: 16px; }
  .contact-info-section .section_title_center h2,
  .section_title_center h1 {
    font-size: 40px;
    line-height: 50px; }
  .contact-details-single p,
  .contact-area .contact-details .contact-form .form-group .contact-form-input {
    font-size: 16px;
    line-height: 26px; }
  .contact-area .contact-details .contact-form .form-group textarea.contact-form-textarea {
    max-height: 80px;
    font-size: 16px;
    line-height: 40px; }
  .contact-area .contact-details .contact-form .form-group {
    margin-bottom: 40px; }
  .contact-button {
    padding: 15px 40px;
    font-size: 18px; }
  .contact-details-area .contact-details-single .entry-thumb h3 {
    font-size: 20px; }
  .contact-details-area {
    padding: 0; }
  .contact-info-section {
    padding: 45px 0 75px 0; }
  .contact-details-area .contact-details-single .entry-thumb img {
    width: 40px; } }

@media all and (max-width: 991px) {
  .contact-area .banner-social {
    display: none; }
  .contact-area .contact-details {
    margin-right: 0px;
    padding: 60px 30px 65px 30px; }
  .contact-area .contact-map {
    height: 250px; }
  .contact-details-area {
    padding: 0 !important; }
  .contact-info-section {
    padding: 60px 0 25px 0; }
  .contact-details-area .contact-details-single .entry-thumb h3 {
    font-size: 25px; } }

@media all and (max-width: 767px) {
  .contact-info-section .section_title_center h2,
  .contact-area .section_title_center h1 {
    font-size: 35px;
    line-height: 45px; }
  .contact-info-section .section_title_center h4,
  .contact-area .section_title_center h4 {
    font-size: 14px; }
  .contact-area .contact-form {
    padding: 0; }
  .contact-button {
    padding: 15px 30px;
    font-size: 14px; }
  .contact-details-area .contact-details-single .entry-thumb h3 {
    font-size: 20px !important; }
  .contact-details-single.text-center {
    margin-bottom: 60px; }
  .contact-details-area .contact-details-single .entry-thumb img {
    width: 30px; }
  .contact-info-section {
    padding: 60px 0 5px 0 !important; } }

@media all and (max-width: 424px) {
  .contact-info-section .section_title_center h2,
  .contact-area .section_title_center h1 {
    font-size: 25px;
    line-height: 35px; }
  .contact-details-area .contact-details-single .entry-thumb h3 {
    font-size: 18px !important; } }

/*
|------------------------------------------
|    Faq Styles
|------------------------------------------
*/
.sub-page-banner-section {
  background: url(../images/banner/faq-banner.jpg) no-repeat;
  background-position: 50% 25%;
  background-size: cover;
  width: calc(100% - 110px); }
  .sub-page-banner-section .embed-responsive {
    left: 55px; }
    .sub-page-banner-section .embed-responsive .embed-responsive-item .section_title_area {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      height: 100%;
      width: 100%; }
      .sub-page-banner-section .embed-responsive .embed-responsive-item .section_title_area .section_title h4 {
        color: #ffffff;
        display: inline-block; }
        .sub-page-banner-section .embed-responsive .embed-responsive-item .section_title_area .section_title h4:before {
          width: 100%; }
      .sub-page-banner-section .embed-responsive .embed-responsive-item .section_title_area .section_title h2 {
        color: #ffffff; }

.faq.faq-section .accordion {
  padding: 140px 0 105px 0; }
  .faq.faq-section .accordion .card {
    margin-bottom: 35px;
    -webkit-box-shadow: 0px 0px 25px 0px rgba(138, 126, 120, 0.3);
    box-shadow: 0px 0px 25px 0px rgba(138, 126, 120, 0.3); }
    .faq.faq-section .accordion .card .card-header {
      background-color: transparent;
      border: 0;
      display: block;
      width: 90%;
      padding: 0;
      outline: 0; }
      .faq.faq-section .accordion .card .card-header button:hover {
        outline: 0;
        text-decoration: none; }
      .faq.faq-section .accordion .card .card-header button:focus {
        outline: 0;
        text-decoration: none; }
      .faq.faq-section .accordion .card .card-header:hover button {
        outline: 0;
        border: 0px;
        text-decoration: none;
        border: 1px solid transparent; }
      .faq.faq-section .accordion .card .card-header:focus {
        border: 1px solid transparent; }
        .faq.faq-section .accordion .card .card-header:focus button {
          outline: 0;
          border: 0px;
          text-decoration: none; }
      .faq.faq-section .accordion .card .card-header .btn {
        color: #232323;
        border-radius: 0;
        font-size: 34px;
        text-align: left;
        position: relative;
        white-space: inherit; }
        .faq.faq-section .accordion .card .card-header .btn .icon-wrap {
          display: inline-block;
          border-radius: 100px;
          padding: 0.25rem;
          height: 1.25rem;
          width: 1.25rem;
          vertical-align: middle;
          position: absolute;
          right: 0px;
          top: 48px; }
          .faq.faq-section .accordion .card .card-header .btn .icon-wrap .icon {
            color: #f63005;
            font-size: 22px;
            position: absolute;
            top: 0;
            left: 0;
            right: 0;
            bottom: 0;
            margin: auto; }
        .faq.faq-section .accordion .card .card-header .btn .plus {
          display: none; }
        .faq.faq-section .accordion .card .card-header .btn.collapsed .plus {
          display: block; }
        .faq.faq-section .accordion .card .card-header .btn .minus {
          display: block; }
        .faq.faq-section .accordion .card .card-header .btn.collapsed .minus {
          display: none; }
    .faq.faq-section .accordion .card h2 {
      color: #232323;
      font-size: 34px;
      font-weight: 700;
      font-family: "Constantia"; }
  .faq.faq-section .accordion .card-body {
    color: #6b6b6b;
    padding: 0px 45px 35px 45px; }
    .faq.faq-section .accordion .card-body img {
      max-width: 100%; }
    .faq.faq-section .accordion .card-body p {
      font-size: 22px;
      font-family: "ProductSans"; }

@media all and (max-width: 1500px) {
  .faq.faq-section .accordion .card .card-header .btn {
    font-size: 22px; }
  .faq.faq-section .accordion .card-body p {
    font-size: 18px; }
  .faq.faq-section .accordion .card .card-header .btn .icon-wrap {
    top: 40px; }
  .faq.faq-section .accordion .card .card-header .btn .icon-wrap {
    top: 35px; }
  .faq.faq-section .accordion .card-body p {
    margin-bottom: 0; } }

@media all and (max-width: 1200px) {
  .sub-page-banner-section {
    width: calc(100% - 45px); } }

@media all and (max-width: 991px) {
  .sub-page-banner-section .embed-responsive .embed-responsive-item .section_title_area .section_title h4 {
    font-size: 16px; }
  .faq button.btn.btn-link.btn-block {
    padding: 20px 35px; }
  .faq.faq-section .accordion .card .card-header .btn {
    font-size: 20px; }
  .faq.faq-section .accordion .card-body p {
    font-size: 16px; }
  .faq.faq-section .accordion {
    padding: 80px 0 45px 0; } }

@media all and (max-width: 360px) {
  .faq.faq-section .accordion .card .card-header .btn {
    font-size: 18px !important; }
  .faq button.btn.btn-link.btn-block {
    padding: 20px 30px !important; }
  .faq.faq-section .accordion .card .card-header .btn .icon-wrap {
    top: 25px !important; }
  .faq.faq-section .accordion .card-body {
    color: #6b6b6b;
    padding: 0px 30px 25px 30px; } }

/*
|------------------------------------------
|    Consult Area Styles
|------------------------------------------
*/
.consult-area {
  margin: 25px 0;
  padding: 135px 0 20px 0px;
  background: #fef9f4;
  width: calc(100% - 110px); }
  .consult-area .section-title h4 {
    color: #232323;
    padding-bottom: 5px;
    margin-bottom: 8px;
    border-bottom: 2px solid rgba(255, 57, 3, 0.34);
    display: inline-block;
    font-size: 20px;
    font-weight: 400;
    letter-spacing: .25px;
    text-transform: uppercase; }
  .consult-area .section-subtitle h1 {
    color: #232323;
    font-size: 55px;
    font-family: "Constantia";
    line-height: 61px;
    font-weight: 700; }
  .consult-area .contact-details {
    padding: 0 0 125px 110px;
    margin-right: 0px; }
    .consult-area .contact-details .contact-form .form-group {
      margin-bottom: 50px; }
      .consult-area .contact-details .contact-form .form-group h4 {
        color: #6b6b6b;
        font-size: 22px;
        width: 50%;
        display: inline-block; }
      .consult-area .contact-details .contact-form .form-group select:focus {
        outline: 0;
        border: 0; }
      .consult-area .contact-details .contact-form .form-group .select2-container--default {
        width: 100% !important; }
        .consult-area .contact-details .contact-form .form-group .select2-container--default .select2-selection--single .select2-selection__rendered {
          font-size: 22px;
          color: #6b6b6b; }
          .consult-area .contact-details .contact-form .form-group .select2-container--default .select2-selection--single .select2-selection__rendered:focus {
            outline: 0;
            border: 0; }
      .consult-area .contact-details .contact-form .form-group .input-groups {
        position: absolute;
        color: rgba(255, 57, 3, 0.34);
        font-size: 22px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        width: auto;
        right: 30px;
        top: 15px; }

.select2-container--default .select2-selection--single {
  background: #fef9f4;
  color: #6b6b6b;
  padding-bottom: 48px;
  border: 0px;
  border-radius: 0;
  border-bottom: 2px solid rgba(255, 57, 3, 0.34); }

@media all and (max-width: 1200px) {
  .consult-area {
    width: calc(100% - 45px); } }

@media all and (max-width: 991px) {
  .contact-area.consult-area .section_title_center h2 {
    font-size: 30px; }
  .consult-area .contact-details .contact-form .form-group .select2-container--default .select2-selection--single .select2-selection__rendered {
    font-size: 16px; }
  .consult-area .contact-details .contact-form .form-group h4 {
    font-size: 14px; }
  .colorfull-radio-button-wrap label {
    font-size: 14px; }
  .colorfull-radio-button-wrap input[type="radio"]:checked + label::after {
    left: 7%;
    top: 50%;
    margin-top: -5px; }
  .colorfull-radio-button-wrap label::before {
    top: 0; }
  .contact-area .contact-form {
    padding: 0; }
  .consult-area .contact-details {
    padding: 0 80px 125px 110px; }
  .contact-button {
    font-size: 16px; }
  .consult-area .contact-details {
    padding: 0 80px 0px 110px; }
  .contact-area.consult-area {
    padding: 100px 0 100px 0px; } }

@media all and (max-width: 767px) {
  .contact-area.consult-area {
    width: 100%; }
  .consult-area .contact-details {
    padding: 0 35px; }
  .consult-area .contact-details .contact-form .form-group h4 {
    width: 100%;
    margin-bottom: 20px; }
  .sub-page-banner-section .section_title_area .section_title {
    width: 100%; }
  .colorfull-radio-button-wrap input[type="radio"]:checked + label::after {
    left: 6%;
    top: 50%;
    margin-top: -4px; }
  .contact-area.consult-area {
    padding: 60px 0; } }

@media all and (max-width: 424px) {
  .consult-area .contact-details {
    padding: 0 15px !important; }
  .contact-area.consult-area .section_title_center h2 {
    font-size: 22px !important; } }

/*
|---------------------------------------------------
|	Start Packege Section
|---------------------------------------------------
*/
.packege-section {
  padding: 135px 0 70px 0; }
  .packege-section .section_title h3 {
    color: #232323;
    font-size: 35px;
    font-weight: bold;
    margin: 0; }
  .packege-section .packege-description p {
    color: #6b6b6b;
    font-size: 22px;
    font-weight: 400; }

@media all and (max-width: 1500px) {
  .packege-section .section_title h3 {
    font-size: 28px; }
  .packege-section .packege-description p {
    font-size: 18px; } }

@media all and (max-width: 991px) {
  .packege-section {
    padding: 100px 0 35px 0; } }

@media all and (max-width: 767px) {
  .packege-section .section_title {
    text-align: left;
    padding: 0;
    margin: 0 0 35px 0; }
  .packege-section .packege-description p {
    font-size: 16px; }
  .packege-section {
    padding: 65px 0 45px 0; }
  .packege-section .section_title h3 {
    font-size: 25px; } }

/*
|---------------------------------------------------
|	Start Price Section
|---------------------------------------------------
*/
.price-section {
  padding: 0 0 115px 0; }
  .price-section .single-price {
    margin-bottom: 25px;
    -webkit-box-shadow: 0px 0px 25px 0px rgba(138, 126, 120, 0.3);
    box-shadow: 0px 0px 25px 0px rgba(138, 126, 120, 0.3); }
    .price-section .single-price .price-img img {
      max-width: 100%; }
    .price-section .single-price .price-details {
      padding: 35px 43px; }
      .price-section .single-price .price-details .price-title h3 {
        color: #lightblack;
        font-size: 34px;
        font-family: "Constantia";
        font-weight: 700;
        position: relative;
        padding: 0 0 10px 0; }
        .price-section .single-price .price-details .price-title h3:before {
          content: "";
          position: absolute;
          width: 90px;
          height: 2px;
          background: #ff3903;
          left: 0;
          bottom: 0; }
      .price-section .single-price .price-details .price-amount {
        padding: 13px 0 30px 0; }
        .price-section .single-price .price-details .price-amount h2 {
          color: #232323;
          font-family: "ProductSans";
          font-weight: 400;
          font-size: 50px; }
      .price-section .single-price .price-details .price-descript p {
        color: #6b6b6b;
        font-size: 22px;
        letter-spacing: .10px;
        line-height: 45px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: first baseline;
        -ms-flex-align: first baseline;
        align-items: first baseline;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        margin: 0; }
        .price-section .single-price .price-details .price-descript p i {
          color: #ff3903;
          font-size: 22px;
          margin-right: 10px; }
      .price-section .single-price .price-details .price-order {
        padding: 35px 0 10px 0; }
        .price-section .single-price .price-details .price-order .contact-button {
          padding: 20px 37px;
          font-family: "ProductSans"; }

@media all and (max-width: 1500px) {
  .price-section .section_title_center h4 {
    font-size: 16px; }
  .price-section .single-price .price-details .price-amount h2 h2,
  .price-section .section_title_center h2 {
    font-size: 45px; }
  .price-section .single-price .price-details .price-descript p {
    font-size: 18px; }
  .price-section .single-price .price-details {
    padding: 35px 35px; }
  .price-section .contact-button {
    font-size: 18px; }
  .price-section .single-price .price-details .price-title h3 {
    font-size: 25px; } }

@media all and (max-width: 1200px) {
  .price-section .single-price {
    margin-bottom: 30px; }
  .price-section .single-price .price-details .price-amount h2 {
    font-size: 45px; }
  .price-section .single-price .price-details .price-title h3 {
    font-size: 20px; }
  .price-section .single-price .price-details .price-descript p {
    line-height: 40px; } }

@media all and (max-width: 991px) {
  .price-section {
    padding: 0 0 75px 0; }
  .price-section .single-price .price-details .price-descript p {
    font-size: 16px; }
  .photo-session .photo-session-inner .section-subtitle h1,
  .price-section .single-price .price-details .price-amount h2,
  .price-section .section_title_center h2 {
    font-size: 35px !important; } }

@media all and (max-width: 767px) {
  .price-section {
    padding: 0 0 50px 0; } }

@media all and (max-width: 424px) {
  .photo-session .photo-session-inner .section-subtitle h1, .price-section .single-price .price-details .price-amount h2, .price-section .section_title_center h2 {
    font-size: 25px !important; }
  .price-section .single-price .price-details .price-descript p {
    font-size: 14px; }
  .price-section .contact-button {
    font-size: 14px; }
  .price-section .single-price .price-details .price-order .contact-button {
    padding: 15px 30px; } }

/*
|------------------------------------------
|    Service Single Styles
|------------------------------------------
*/
.border-bottom-style:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  height: 11px;
  width: 100%;
  background: -webkit-gradient(linear, left top, right top, from(#d50f0e), to(#ff3804));
  background: -webkit-linear-gradient(left, #d50f0e 0%, #ff3804 100%);
  background: -o-linear-gradient(left, #d50f0e 0%, #ff3804 100%);
  background: linear-gradient(to right, #d50f0e 0%, #ff3804 100%); }

.single-service-details .about-service h2, .single-service-details .our-service h2 {
  color: #232323;
  padding: 50px 0 35px 0;
  font-size: 45px;
  font-family: "Constantia";
  font-weight: 700; }

.single-service-details .about-service p, .single-service-details .our-service p {
  color: #6b6b6b;
  margin-bottom: -2px;
  font-size: 22px;
  font-weight: 400; }

.provide-service {
  margin-bottom: 170px; }
  .provide-service .provide-title i {
    padding: 55px 0 15px 0;
    font-size: 37px; }
  .provide-service .provide-title h4 {
    padding-bottom: 75px; }
  .provide-service .about-section .about-inner .about-details .section-title {
    position: relative;
    margin-bottom: 6px; }
    .provide-service .about-section .about-inner .about-details .section-title:before {
      content: "";
      position: absolute;
      left: 0;
      bottom: 4px;
      height: 2px;
      width: 112px;
      background: #ffffff; }
  .provide-service .about-section .about-inner .about-details .section-subtitle {
    margin-bottom: 50px; }
  .provide-service .about-section .about-inner .about-details .about-btn {
    padding: 25px 60px;
    border-radius: 35px; }
  .provide-service .about-section .about-inner .about-image {
    margin-top: -30px;
    margin-right: 30px;
    margin-bottom: -30px; }

.photo-session {
  background: url(../images/service/Single9.png) no-repeat;
  background-position: center;
  background-size: cover;
  position: relative; }
  .photo-session:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    background: -webkit-gradient(linear, left top, right top, from(#d50f0e), to(#ff3804));
    background: -webkit-linear-gradient(left, #d50f0e 0%, #ff3804 100%);
    background: -o-linear-gradient(left, #d50f0e 0%, #ff3804 100%);
    background: linear-gradient(to right, #d50f0e 0%, #ff3804 100%);
    opacity: 0.5; }
  .photo-session .photo-session-inner {
    padding: 135px 0 140px 0; }
    .photo-session .photo-session-inner .section-title {
      position: relative; }
      .photo-session .photo-session-inner .section-title:before {
        content: "";
        position: absolute;
        left: 50%;
        bottom: 4px;
        height: 2px;
        width: 131px;
        margin-left: -65px;
        background: #ffffff; }
      .photo-session .photo-session-inner .section-title h4 {
        color: #ffffff;
        padding-bottom: 5px;
        margin-bottom: 8px;
        border-bottom: 2px solid #ffffff;
        display: inline-block;
        font-size: 20px;
        font-weight: 400;
        letter-spacing: .25px;
        text-transform: uppercase; }
    .photo-session .photo-session-inner .section-subtitle h1 {
      color: #ffffff;
      font-size: 55px;
      font-family: "Constantia";
      line-height: 61px;
      font-weight: 700;
      position: relative; }
    .photo-session .photo-session-inner .about-btn {
      color: #ffffff;
      padding: 25px 40px;
      margin-top: 45px;
      border: 0px;
      border-radius: 35px;
      background-color: rgba(255, 255, 255, 0.2);
      font-size: 20px;
      letter-spacing: .20px;
      line-height: 20px;
      text-transform: uppercase;
      cursor: pointer;
      position: relative; }
      .photo-session .photo-session-inner .about-btn:focus {
        outline: 0;
        border: 0; }

@media all and (max-width: 1500px) {
  .photo-session .photo-session-inner .about-btn,
  .photo-session .photo-session-inner .section-title h4 {
    font-size: 18px; }
  .photo-session .photo-session-inner .section-subtitle h1 {
    font-size: 45px; } }

@media all and (max-width: 767px) {
  .photo-session .photo-session-inner .section-subtitle h1,
  .price-section .single-price .price-details .price-amount h2,
  .price-section .section_title_center h2 {
    font-size: 30px !important;
    line-height: 45px !important; }
  .photo-session .photo-session-inner .about-btn,
  .photo-session .photo-session-inner .section-title h4 {
    font-size: 16px; }
  .photo-session .photo-session-inner {
    padding: 80px 30px; }
  .photo-session .photo-session-inner .about-btn {
    padding: 20px 25px; }
  .about-section .entry-about-content h4::before {
    width: 90px; } }

@media all and (max-width: 424px) {
  .photo-session .photo-session-inner .about-btn, .photo-session .photo-session-inner .section-title h4 {
    font-size: 16px; }
  .photo-session .photo-session-inner {
    padding: 80px 15px; }
  .photo-session .photo-session-inner .section-subtitle h1,
  .price-section .single-price .price-details .price-amount h2,
  .price-section .section_title_center h2 {
    font-size: 25px !important;
    line-height: 40px !important; }
  .photo-session .photo-session-inner .about-btn,
  .photo-session .photo-session-inner .section-title h4 {
    font-size: 14px; }
  .photo-session .photo-session-inner .about-btn {
    padding: 15px 25px; }
  .main-service-section {
    margin: 35px 0; }
  .about-section .entry-about-content h2 {
    font-size: 25px !important;
    line-height: 35px !important; }
  .about-section .entry-about-content h4,
  .about-section .entry-about-content a.btn.btn-red,
  .about-section .entry-about-content p {
    font-size: 14px !important; }
  .about-section .entry-about-content {
    padding: 60px 15px !important; }
  .about-section .entry-about-content a {
    padding: 15px 25px; }
    .about-section .entry-about-content a:focus {
      -webkit-box-shadow: none;
      box-shadow: none; } }

/*
|------------------------------------------
|    Service Styles
|------------------------------------------
*/
.media-services {
  margin-bottom: 100px; }
  .media-services .media-img {
    max-width: 100%; }
  .media-services .media-body {
    padding: 35px 45px 25px 45px;
    -webkit-box-shadow: 0px 0px 25px 0px rgba(138, 126, 120, 0.2);
    box-shadow: 0px 0px 25px 0px rgba(138, 126, 120, 0.2); }
    .media-services .media-body h3 {
      font-size: 34px;
      position: relative;
      padding-bottom: 17px;
      margin-bottom: 15px; }
      .media-services .media-body h3:after {
        content: "";
        position: absolute;
        left: 0;
        bottom: 0;
        height: 2px;
        width: 92px;
        background: -webkit-gradient(linear, left top, right top, from(#d50f0e), to(#ff3804));
        background: -webkit-linear-gradient(left, #d50f0e 0%, #ff3804 100%);
        background: -o-linear-gradient(left, #d50f0e 0%, #ff3804 100%);
        background: linear-gradient(to right, #d50f0e 0%, #ff3804 100%); }
      .media-services .media-body h3 strong {
        color: #232323;
        font-size: 34px;
        font-family: "Constantia";
        font-weight: 700; }
    .media-services .media-body p {
      color: #6b6b6b;
      font-size: 22px; }
  .media-services .single-service {
    position: relative; }
    .media-services .single-service .media {
      position: absolute;
      bottom: 0;
      right: 0;
      background: white;
      -webkit-box-shadow: 0px 0px 25px 0px rgba(138, 126, 120, 0.2);
      box-shadow: 0px 0px 25px 0px rgba(138, 126, 120, 0.2);
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center; }
      .media-services .single-service .media img {
        padding: 0px 0px 0px 17px; }
      .media-services .single-service .media .media-body {
        -webkit-box-shadow: none;
        box-shadow: none;
        padding: 13px 13px 8px 3px; }

@media all and (min-width: 1440px) {
  .media-services .single-service .media {
    position: absolute;
    bottom: -1px;
    right: -1px; } }

/*
|------------------------------------------
|   Insurance Styles
|------------------------------------------
*/
.insurance-area {
  padding: 140px 0; }

/*
|------------------------------------------
|    partner Styles
|------------------------------------------
*/
.partner-section {
  padding: 40px 0 60px 0;
  background-color: #f4f4f4; }
  .partner-section .section-title .sub-title:before {
    right: -18px;
    left: auto;
    bottom: 15px;
    width: 75px; }

.partner-carousel .item img {
  max-width: 100% !important;
  width: auto; }

/*
|-------------------------------------------
|	About Section
|-------------------------------------------
*/
.about-section {
  position: relative; }
  .about-section .entry-about-content {
    padding: 135px 0px 130px 70px; }
    .about-section .entry-about-content h4 {
      color: #ffffff;
      padding-bottom: 5px;
      margin-bottom: 10px;
      font-weight: 400;
      letter-spacing: .25px;
      text-transform: uppercase;
      position: relative; }
      .about-section .entry-about-content h4:before {
        content: "";
        position: absolute;
        width: 110px;
        height: 2px;
        background: #ffffff;
        bottom: 0;
        left: 0; }
    .about-section .entry-about-content h2 {
      color: #ffffff;
      font-size: 55px;
      font-family: "Constantia";
      line-height: 61px;
      font-weight: 700;
      margin-bottom: 75px; }
    .about-section .entry-about-content p {
      color: #ffffff;
      font-size: 22px;
      font-family: "ProductSans";
      margin-bottom: 52px; }
    .about-section .entry-about-content a {
      font-family: "ProductSans";
      font-weight: 400;
      letter-spacing: .25px; }
      .about-section .entry-about-content a i {
        margin-left: 5px;
        font-size: 20px; }
  .about-section .entry-about-thumb {
    position: absolute;
    top: -40px; }
    .about-section .entry-about-thumb img {
      max-width: 100%;
      height: auto; }

/*
|-------------------------------------------
|	Service Section
|-------------------------------------------
*/
.service-section .section_title {
  margin-bottom: 90px; }
  .service-section .section_title h4:before {
    left: 50%;
    margin-left: -45px;
    width: 90px; }

.service-section .single-service {
  position: relative;
  margin-bottom: 70px; }
  .service-section .single-service img {
    max-width: 100%;
    height: auto; }
  .service-section .single-service .media {
    position: absolute;
    bottom: 0px;
    right: 0px;
    background: #ffffff;
    padding: 11px 15px;
    margin-left: 15%;
    -webkit-box-shadow: 0px 0px 12px 5px rgba(87, 86, 86, 0.05);
    box-shadow: 0px 0px 12px 5px rgba(87, 86, 86, 0.05); }
    .service-section .single-service .media .media-body h5 {
      color: #232323;
      font-size: 21px;
      line-height: 25px; }

@media all and (max-width: 1200px) {
  .service-section .single-service .media .media-body h5 {
    font-size: 14px;
    line-height: 18px;
    margin: 0; } }

@media all and (max-width: 991px) {
  .service-section .section_title {
    margin-bottom: 40px !important; }
  .service-section .single-service {
    margin-bottom: 30px !important; }
  .service-section {
    padding: 70px 0 50px 0 !important; } }

/*
|---------------------------------------------
|	Portfolio Styles
|---------------------------------------------
*/
.portfolio-section {
  background: #fef9f4; }
  .portfolio-section .section_title h4:before {
    width: 130px; }
  .portfolio-section .gallery-isotope-portfolio-area .gallery-item {
    width: 33.33%;
    height: auto; }
    .portfolio-section .gallery-isotope-portfolio-area .gallery-item .portfolio-thumb {
      margin: 0 30px 30px 0;
      background-color: #8393ca;
      -webkit-box-shadow: 0px 0px 10px 2px rgba(81, 81, 81, 0.21);
      box-shadow: 0px 0px 10px 2px rgba(81, 81, 81, 0.21);
      position: relative; }
      .portfolio-section .gallery-isotope-portfolio-area .gallery-item .portfolio-thumb img {
        max-width: 100%;
        height: auto; }
      .portfolio-section .gallery-isotope-portfolio-area .gallery-item .portfolio-thumb:before {
        content: "";
        position: absolute;
        left: 0;
        bottom: 0;
        width: 100%;
        height: 100%;
        border: 10px solid #ffffff; }
  .portfolio-section .gallery-isotope-portfolio-area .gallery-item.width2 {
    width: 66.66%;
    height: auto; }

@media all and (max-width: 1200px) {
  .portfolio-section .section_title h2 {
    font-size: 35px; }
  .portfolio-section .section_title h4::before {
    width: 100px; } }

/*
|---------------------------------------------
|	Testymonial Styles
|---------------------------------------------
*/
.testimonial-section {
  padding: 140px 0; }
  .testimonial-section .testimonial-area {
    padding: 100px 0; }
  .testimonial-section .owl-carousel.owl-loaded {
    position: relative; }
  .testimonial-section .section_title {
    margin: 0 0px 70px 515px; }
    .testimonial-section .section_title h4:before {
      width: 150px; }
  .testimonial-section .media-testimonial .single-testimonial {
    background: #ffffff;
    -webkit-box-shadow: 0px 0px 10px 2px rgba(81, 81, 81, 0.2);
    box-shadow: 0px 0px 10px 2px rgba(81, 81, 81, 0.2); }
    .testimonial-section .media-testimonial .single-testimonial .testimonial-title h4 {
      color: #232323;
      margin-bottom: 0;
      font-size: 28px;
      font-family: "Constantia";
      font-weight: 700; }
    .testimonial-section .media-testimonial .single-testimonial .testimonial-title p {
      color: #232323;
      margin-bottom: 10px;
      font-size: 16px;
      text-transform: uppercase; }
  .testimonial-section .media-testimonial .media-body {
    position: relative; }
    .testimonial-section .media-testimonial .media-body:before {
      content: "\f10d";
      font-family: "FontAwesome";
      position: absolute;
      top: 25px;
      left: 4px;
      font-size: 50px;
      background: -webkit-linear-gradient(#da140d, #ff3803);
      -webkit-background-clip: text;
      -webkit-text-fill-color: transparent; }
    .testimonial-section .media-testimonial .media-body:after {
      content: "\f10e";
      font-family: "FontAwesome";
      position: absolute;
      bottom: -24px;
      right: 0;
      font-size: 50px;
      background: -webkit-gradient(linear, left top, left bottom, from(#da140d), to(#ff3803));
      background: -webkit-linear-gradient(#da140d, #ff3803);
      background: -o-linear-gradient(#da140d, #ff3803);
      background: linear-gradient(#da140d, #ff3803);
      -webkit-background-clip: text;
      -webkit-text-fill-color: transparent; }
    .testimonial-section .media-testimonial .media-body p {
      color: #6b6b6b;
      font-size: 22px;
      padding: 65px 75px 0px 75px;
      margin-left: 4px; }
  .testimonial-section .owl-dots {
    position: absolute;
    left: 33%;
    bottom: 0; }
  .testimonial-section .owl-carousel .owl-stage {
    margin: 10px 0; }
  .testimonial-section .owl-carousel button.owl-dot {
    background: -webkit-gradient(linear, left top, left bottom, from(#da140d), to(#ff3803));
    background: -webkit-linear-gradient(#da140d, #ff3803);
    background: -o-linear-gradient(#da140d, #ff3803);
    background: linear-gradient(#da140d, #ff3803);
    padding: 0 !important;
    height: 15px;
    width: 15px;
    border-radius: 100px;
    border: none;
    margin-right: 10px;
    border: 3px solid #ff0000; }
    .testimonial-section .owl-carousel button.owl-dot:focus {
      outline: none; }
  .testimonial-section .owl-carousel button.owl-dot.active {
    background: #ffffff;
    padding: 0 !important;
    height: 15px;
    width: 15px;
    border-radius: 100px;
    margin-right: 10px;
    border: 3px solid #ff0000; }
    .testimonial-section .owl-carousel button.owl-dot.active:focus {
      outline: none; }
  .testimonial-section .item {
    padding: 0 0 0 10px; }

@media all and (max-width: 1500px) {
  .ml-66 {
    margin-left: 40px; }
  .testimonial-section .media-testimonial .media-body p {
    font-size: 20px; }
  .testimonial-section .section_title {
    margin: 0 0px 70px 460px; } }

@media all and (max-width: 1200px) {
  .testimonial-section .section_title {
    margin: 0 0px 70px 365px; }
  .testimonial-section .section_title h2 {
    font-size: 40px; } }

@media all and (max-width: 991px) {
  .testimonial-section .section_title {
    margin: 0 0px 40px 0px; }
  .media.media-testimonial {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column; }
  .testimonial-section .media-testimonial .media-body {
    margin: 0; }
  .testimonial-section {
    padding: 20px 0; }
  .testimonial-section .testimonial-area {
    padding: 80px 0 100px 0; }
  .testimonial-section .media-testimonial .media-body p {
    font-size: 20px; }
  .testimonial-section.p80 {
    padding: 80px 0; }
  .testimonial-section .owl-dots {
    left: 13%; } }

@media all and (max-width: 767px) {
  .testimonial-section .media-testimonial .single-testimonial .testimonial-title h4 {
    font-size: 25px; }
  .testimonial-section .media-testimonial .single-testimonial .testimonial-title p {
    font-size: 14px; }
  .testimonial-section .media-testimonial .media-body p {
    font-size: 14px;
    padding: 25px;
    margin: 0;
    padding: 0; }
  .testimonial-section .media-testimonial .media-body {
    padding: 0px;
    margin: 25px 0 0 0; }
  .testimonial-section .media-testimonial .media-body::after,
  .testimonial-section .media-testimonial .media-body::before {
    display: none; }
  .testimonial-section .section_title {
    margin: 0 0px 40px 0px;
    text-align: left; }
  .testimonial-section .section_title h2 {
    font-size: 30px; }
  .testimonial-section .owl-dots {
    left: 2%;
    bottom: -20px; } }

@media all and (max-width: 424px) {
  .testimonial-section .testimonial-area {
    padding: 60px 0 50px 0; } }

/*
|---------------------------------------------
|	Partaner Styles
|---------------------------------------------
*/
.partner-section .partner_title {
  margin-bottom: 5px; }
  .partner-section .partner_title h4 {
    position: relative;
    display: inline-block; }
    .partner-section .partner_title h4:before {
      content: "";
      position: absolute;
      width: 100px;
      height: 2px;
      right: -110px;
      bottom: 50%;
      margin-bottom: -1px;
      background: -webkit-gradient(linear, left top, left bottom, from(#da140d), to(#ff3803));
      background: -webkit-linear-gradient(#da140d, #ff3803);
      background: -o-linear-gradient(#da140d, #ff3803);
      background: linear-gradient(#da140d, #ff3803); }

/*
|-----------------------------------
|	Call to action style
|-----------------------------------
*/
.call-to-action-section .bg-red {
  padding: 60px 0; }

.call-to-action-section .section_title h2 {
  color: #ffffff;
  font-family: "Constantia";
  font-size: 45px;
  font-weight: bold;
  margin: 0;
  line-height: 83px; }

.call-to-action-section .entry-contact {
  position: relative;
  display: inline-block; }
  .call-to-action-section .entry-contact input {
    border: none;
    border-radius: 40px;
    background: rgba(255, 255, 255, 0.23);
    padding: 25px 50px;
    width: 500px;
    font-size: 22px;
    color: #ffffff; }
    .call-to-action-section .entry-contact input::-webkit-input-placeholder {
      color: rgba(255, 255, 255, 0.63); }
    .call-to-action-section .entry-contact input:-ms-input-placeholder {
      color: rgba(255, 255, 255, 0.63); }
    .call-to-action-section .entry-contact input::-ms-input-placeholder {
      color: rgba(255, 255, 255, 0.63); }
    .call-to-action-section .entry-contact input::placeholder {
      color: rgba(255, 255, 255, 0.63); }
  .call-to-action-section .entry-contact button {
    background: none;
    border: none;
    position: absolute;
    right: 35px;
    bottom: 50%;
    margin-bottom: -12.5px;
    cursor: pointer; }
    .call-to-action-section .entry-contact button i {
      color: #ffffff;
      font-size: 25px; }
    .call-to-action-section .entry-contact button:focus {
      outline: none; }

@media all and (max-width: 1500px) {
  .call-to-action-section .section_title h2 {
    font-size: 35px; }
  .call-to-action-section .entry-contact input {
    width: 455px; } }

@media all and (max-width: 1200px) {
  .call-to-action-section .section_title h2 {
    font-size: 25px; }
  .call-to-action-section .entry-contact input {
    width: 300px; }
  .call-to-action-section .entry-contact input {
    width: 350px; } }

@media all and (max-width: 991px) {
  .call-to-action-section .entry-contact input {
    width: 500px;
    padding: 20px 50px; }
  .call-to-action-section .section_title h2 {
    font-size: 30px;
    margin-bottom: 20px; } }

@media all and (max-width: 767px) {
  .call-to-action-section .entry-contact input {
    width: 300px;
    padding: 15px 30px;
    font-size: 16px; }
  .call-to-action-section .entry-contact {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center; }
  .call-to-action-section .entry-contact button {
    right: 65px;
    padding: 0; }
  .call-to-action-section .section_title h2 {
    font-size: 25px;
    margin-bottom: 20px; } }

/*
|-----------------------------------
|	Cantact style
|-----------------------------------
*/
.contact-section .section_title {
  margin-bottom: 80px; }
  .contact-section .section_title h4:before {
    left: 50%;
    margin-left: -55px;
    width: 110px; }

.contact-section .google-map {
  -webkit-box-shadow: 0px 0px 5px 5px rgba(76, 76, 76, 0.3);
  box-shadow: 0px 0px 5px 5px rgba(76, 76, 76, 0.3); }

.contact-details-area {
  padding: 90px 0 30px 0; }
  .contact-details-area .contact-details-single .entry-thumb {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center; }
    .contact-details-area .contact-details-single .entry-thumb h3 {
      font-family: "Constantia";
      margin: 0 0 0 30px;
      font-weight: bold; }
  .contact-details-area .contact-details-single p {
    margin-top: 15px;
    display: block;
    font-weight: 400; }

@media all and (max-width: 1500px) {
  .contact-details-area .contact-details-single .entry-thumb h3 {
    font-size: 30px; } }

@media all and (max-width: 1200px) {
  .contact-section .section_title h2 {
    font-size: 40px; } }

@media all and (max-width: 991px) {
  .contact-section .google-map {
    margin: 0 0 80px 0; } }

@media all and (max-width: 767px) {
  .contact-section .section_title h2 {
    font-size: 30px; }
  .contact-section.default-ptb {
    padding-bottom: 10px; } }

/*
|-----------------------------------
|	Cantact Info style
|-----------------------------------
*/
.contact-info-section {
  padding: 45px 0 75px 0; }

/*
|-----------------------------------
|	About Style
|-----------------------------------
*/
.main-about-section {
  position: relative;
  margin: 0 110px 0 0;
  padding: 70px 0 120px 0; }
  .main-about-section .entry-about-thumb {
    position: absolute;
    top: -40px; }
    .main-about-section .entry-about-thumb img {
      max-width: 100%;
      height: auto; }
  .main-about-section .entry-about-content {
    padding: 135px 70px 130px 40px; }
    .main-about-section .entry-about-content h4 {
      color: #ffffff;
      padding-bottom: 5px;
      margin-bottom: 8px;
      font-weight: 400;
      letter-spacing: .25px;
      text-transform: uppercase;
      position: relative; }
      .main-about-section .entry-about-content h4:before {
        content: "";
        position: absolute;
        width: 110px;
        height: 2px;
        background: #ffffff;
        bottom: 0;
        left: 0; }
    .main-about-section .entry-about-content h2 {
      color: #ffffff;
      font-size: 55px;
      font-family: "Constantia";
      line-height: 61px;
      font-weight: 700;
      margin-bottom: 80px; }
    .main-about-section .entry-about-content p {
      color: #ffffff;
      font-size: 22px;
      font-family: "ProductSans";
      margin-bottom: 50px;
      letter-spacing: 0.10px;
      opacity: .8;
      margin: 0 0 30px 0; }
    .main-about-section .entry-about-content .about-quation {
      margin-bottom: 40px;
      padding: 0 110px;
      text-align: center; }
      .main-about-section .entry-about-content .about-quation h6 {
        text-align: center;
        font-weight: bold;
        letter-spacing: 0.10px;
        font-family: "ProductSans";
        font-size: 22px;
        color: #ffffff;
        opacity: 1; }
      .main-about-section .entry-about-content .about-quation i {
        display: block;
        width: 100%;
        font-size: 40px;
        margin-bottom: 30px;
        color: #ffffff; }

@media all and (max-width: 1500px) {
  .main-about-section .entry-about-thumb {
    top: -30px; }
  .main-about-section .entry-about-content {
    padding: 65px 20px 60px 20px; }
  .main-about-section .entry-about-content h4 {
    font-size: 18px; }
  .main-about-section .entry-about-content h2 {
    font-size: 45px;
    line-height: 50px;
    margin-bottom: 50px; }
  .main-about-section .entry-about-content .about-quation h6,
  .main-about-section .entry-about-content p {
    font-size: 18px; }
  .main-about-section .entry-about-content .about-quation i {
    font-size: 30px;
    margin-bottom: 20px; }
  .main-about-section .entry-about-content .about-quation {
    margin-bottom: 20px; }
  .main-about-section .entry-about-content p {
    margin-bottom: 20px; }
  .instagram-section .section_title_center h4 {
    font-size: 18px; }
  .instagram-section .section_title_center h2 {
    font-size: 45px; }
  .partner-section .partner_title h4 {
    font-size: 18px; } }

@media all and (max-width: 1200px) {
  .main-about-section .entry-about-thumb {
    top: -15px; }
  .main-about-section .entry-about-content {
    padding: 25px 15px 20px 15px; }
  .main-about-section .entry-about-content .about-quation {
    margin-bottom: 10px;
    padding: 0 20px; }
  .main-about-section {
    margin: 0 45px 0 0; }
  .main-about-section .entry-about-content h4 {
    font-size: 16px; }
  .main-about-section .entry-about-content h2 {
    font-size: 35px;
    line-height: 40px;
    margin-bottom: 30px; }
  .main-about-section .entry-about-content .about-quation h6,
  .main-about-section .entry-about-content p {
    font-size: 16px;
    line-height: 22px;
    margin-bottom: 10px; }
  .main-about-section .entry-about-content .about-quation i {
    font-size: 22px;
    margin-bottom: 5px; }
  .section_title_center {
    margin-bottom: 50px; }
  .instagram-section .section_title_center h4 {
    font-size: 16px; }
  .instagram-section .section_title_center h2 {
    font-size: 35px; } }

@media all and (max-width: 991px) {
  .main-about-section .container-fluid.p-0 {
    padding: 0 15px !important; }
  .main-about-section .entry-about-thumb {
    top: 0;
    position: unset; }
  .main-about-section .entry-about-content {
    padding: 55px 38px 50px 38px; }
  .main-about-section .entry-about-content .about-quation {
    margin-bottom: 20px;
    padding: 0 150px; }
  .main-about-section .entry-about-content h2 {
    margin-bottom: 50px; }
  .main-about-section .entry-about-content p {
    margin-bottom: 20px; }
  .main-about-section {
    padding: 30px 0 30px 0;
    margin: 0; }
  .instagram-section {
    padding: 30px 0 120px 0; } }

@media all and (max-width: 767px) {
  .main-about-section .entry-about-content {
    padding: 55px 20px 50px 20px; }
  .main-about-section .entry-about-content .about-quation {
    padding: 0 20px; }
  .partner-carousel .owl-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-line-pack: center;
    align-content: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center; }
  .partner-section .partner_title h4 {
    font-size: 14px; }
  .partner-section {
    padding: 40px 0 0px 0;
    background-color: #f4f4f4; } }

@media all and (max-width: 424px) {
  .partner-section .partner_title h4::before {
    width: 50px;
    right: -60px; }
  .instagram-section .section_title_center h2 {
    font-size: 25px; }
  .instagram-section .section_title_center h4 {
    font-size: 14px; }
  .main-about-section .entry-about-content h2 {
    font-size: 24px; }
  .main-about-section .entry-about-content h4 {
    font-size: 14px; }
  .partner-section {
    padding: 40px 0 0px 0; }
  .main-about-section .entry-about-content h2 {
    font-size: 21px; } }

/*
|-----------------------------------
|	Instagram Style
|-----------------------------------
*/
.instagram-section {
  padding-bottom: 200px; }
  .instagram-section .instagram-carousel .instagram-single {
    position: relative; }
    .instagram-section .instagram-carousel .instagram-single:hover .instagram-details {
      visibility: visible;
      opacity: 1; }
      .instagram-section .instagram-carousel .instagram-single:hover .instagram-details ul li {
        margin: 0 30px 0 0; }
    .instagram-section .instagram-carousel .instagram-single .instagram-details {
      position: absolute;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
      width: 100%;
      left: 0;
      height: 100%;
      bottom: 0;
      background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(212, 14, 14, 0.37)), to(rgba(255, 56, 3, 0.37)));
      background-image: -webkit-linear-gradient(rgba(212, 14, 14, 0.37) 0%, rgba(255, 56, 3, 0.37) 100%);
      background-image: -o-linear-gradient(rgba(212, 14, 14, 0.37) 0%, rgba(255, 56, 3, 0.37) 100%);
      background-image: linear-gradient(rgba(212, 14, 14, 0.37) 0%, rgba(255, 56, 3, 0.37) 100%);
      visibility: hidden;
      opacity: 0;
      -webkit-transition: all 0.5s;
      -o-transition: all 0.5s;
      transition: all 0.5s; }
      .instagram-section .instagram-carousel .instagram-single .instagram-details ul {
        margin: 0;
        padding: 0; }
        .instagram-section .instagram-carousel .instagram-single .instagram-details ul li {
          list-style: none;
          margin: 0 25px 0 0;
          float: left;
          -webkit-transition: all 0.7s;
          -o-transition: all 0.7s;
          transition: all 0.7s; }
          .instagram-section .instagram-carousel .instagram-single .instagram-details ul li:last-child {
            margin: 0; }
          .instagram-section .instagram-carousel .instagram-single .instagram-details ul li a {
            font-family: "ProductSans";
            color: #ffffff;
            font-size: 20px; }
  .instagram-section .instagram-carousel .owl-dots {
    position: absolute;
    bottom: -60px;
    left: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 100%; }
    .instagram-section .instagram-carousel .owl-dots button {
      background: -webkit-gradient(linear, left top, left bottom, from(#da140d), to(#ff3803));
      background: -webkit-linear-gradient(#da140d, #ff3803);
      background: -o-linear-gradient(#da140d, #ff3803);
      background: linear-gradient(#da140d, #ff3803);
      padding: 0 !important;
      height: 15px;
      width: 15px;
      border-radius: 100px;
      margin-right: 10px;
      border: 3px solid none; }
      .instagram-section .instagram-carousel .owl-dots button:focus {
        outline: none; }
      .instagram-section .instagram-carousel .owl-dots button.active {
        background: #ffffff;
        border: 3px solid red; }

/*
|-----------------------------------
|	FAQ Style
|-----------------------------------
*/
.faq button.btn.btn-link.btn-block {
  padding: 30px 45px; }

/*
|-----------------------------------
|	FAQ Style
|-----------------------------------
*/
.main-service-single-section {
  padding: 140px 0 0 0; }
  .main-service-single-section .gallery-isotope-field .gallery-item {
    width: 33.33%; }
    .main-service-single-section .gallery-isotope-field .gallery-item .portfolio-thumb {
      position: relative; }
      .main-service-single-section .gallery-isotope-field .gallery-item .portfolio-thumb img {
        max-width: 100%; }
      .main-service-single-section .gallery-isotope-field .gallery-item .portfolio-thumb span {
        position: absolute;
        right: 0;
        bottom: 0;
        padding: 35px;
        color: #ffffff;
        font-size: 22px;
        font-family: "ProductSans"; }
  .main-service-single-section .gallery-isotope-field .width2 {
    width: 100%; }
  .main-service-single-section .gallery-isotope-field .gallery-item.width2 {
    border-bottom: 10px solid #ff0000;
    z-index: 10; }
  .main-service-single-section .isotope-services-btn {
    background: #fef9f4;
    padding: 35px 45px; }
    .main-service-single-section .isotope-services-btn h3 {
      font-family: "Constantia";
      font-weight: bold;
      margin: 0 0 30px 0; }
    .main-service-single-section .isotope-services-btn .button {
      font-family: "ProductSans";
      font-size: 20px;
      font-weight: 400;
      letter-spacing: 0.25px;
      color: #232323;
      text-transform: uppercase;
      position: relative;
      padding: 0 0 5px 0;
      background: none;
      margin: 0 0 20px 0; }
      .main-service-single-section .isotope-services-btn .button:focus {
        outline: none;
        -webkit-box-shadow: none;
        box-shadow: none; }
      .main-service-single-section .isotope-services-btn .button:before {
        content: "";
        position: absolute;
        left: 0;
        bottom: 0;
        width: 0%;
        height: 2px;
        background: -webkit-gradient(linear, left top, left bottom, from(#da140d), to(#ff3803));
        background: -webkit-linear-gradient(#da140d, #ff3803);
        background: -o-linear-gradient(#da140d, #ff3803);
        background: linear-gradient(#da140d, #ff3803);
        visibility: hidden;
        opacity: 0;
        -webkit-transition: all 0.3s;
        -o-transition: all 0.3s;
        transition: all 0.3s; }
      .main-service-single-section .isotope-services-btn .button:hover:before {
        visibility: visible;
        width: 100%;
        opacity: 1; }
    .main-service-single-section .isotope-services-btn .button.active:before {
      visibility: visible;
      width: 100%;
      opacity: 1; }

@media all and (max-width: 1500px) {
  .main-service-single-section .isotope-services-btn .button {
    font-size: 18px; } }

@media all and (max-width: 1200px) {
  .main-service-single-section .isotope-services-btn .button {
    font-size: 16px; }
  .service-single-details-section .service-single-details-area h2,
  .isotope-services-btn h3 {
    font-size: 30px; } }

@media all and (max-width: 991px) {
  .main-service-single-section .isotope-services-btn .button {
    font-size: 16px;
    margin: 0 15px 20px 0; }
  .main-service-single-section .isotope-services-btn {
    margin-bottom: 30px; }
  .service-single-details-section .service-single-details-area {
    margin: 0 0 30px 0; }
  .main-service-single-section {
    padding: 100px 0 0 0; } }

@media all and (max-width: 767px) {
  .main-service-single-section .gallery-isotope-field .gallery-item .portfolio-thumb span {
    font-size: 18px;
    padding: 15px 20px; }
  .main-service-single-section .isotope-services-btn {
    background: #fef9f4;
    padding: 35px 30px; }
  .service-single-details-section .service-single-details-area p {
    font-size: 18px; } }

@media all and (max-width: 424px) {
  .main-service-single-section {
    padding: 70px 0 0 0; } }

/*
|-----------------------------------------
|	Service single details Section
|-----------------------------------------
*/
.service-single-details-section {
  padding: 70px 0 175px 0; }
  .service-single-details-section .service-single-details-area {
    margin: 0 0 50px 0; }
    .service-single-details-section .service-single-details-area h2 {
      font-family: "Constantia";
      font-weight: bold;
      font-size: 45px;
      margin: 0 0 50px 0; }
    .service-single-details-section .service-single-details-area p {
      font-family: "ProductSans";
      font-size: 22px;
      margin: 0; }
    .service-single-details-section .service-single-details-area .about-quation {
      margin-bottom: 40px;
      text-align: center; }
      .service-single-details-section .service-single-details-area .about-quation h6 {
        text-align: center;
        font-weight: bold;
        letter-spacing: 0.10px;
        font-family: "ProductSans";
        font-size: 22px;
        opacity: 1; }
      .service-single-details-section .service-single-details-area .about-quation i {
        display: block;
        width: 100%;
        font-size: 40px;
        margin-bottom: 30px; }

@media all and (max-width: 1500px) {
  .service-single-details-section .service-single-details-area p {
    font-size: 20px; }
  .service-single-details-section .service-single-details-area h2 {
    font-size: 35px;
    margin: 0 0 30px 0; } }

@media all and (max-width: 991px) {
  .service-single-details-section {
    padding: 70px 0 100px 0; } }

@media all and (max-width: 767px) {
  .service-single-details-section .service-single-details-area h2 {
    font-size: 25px;
    margin: 0 0 30px 0; }
  .service-single-details-section .service-single-details-area {
    padding: 0 15px; }
  .service-single-details-section .service-single-details-area .about-quation i {
    font-size: 30px;
    margin-bottom: 10px; }
  .service-single-details-section .service-single-details-area p,
  .service-single-details-section .service-single-details-area .about-quation h6 {
    font-size: 18px;
    line-height: 26px; }
  .service-single-details-section .service-single-details-area .about-quation {
    margin: 0; }
  .service-single-details-section .service-single-details-area {
    margin: 30px 0 0 0; } }

/*
|-------------------------------------------
|	Services-single-provide Section
|-------------------------------------------
*/
.services-single-provide {
  position: relative;
  padding: 40px 0 0px 0; }
  .services-single-provide .entry-about-content {
    padding: 135px 0px 130px 67px; }
    .services-single-provide .entry-about-content h4 {
      color: #ffffff;
      padding-bottom: 5px;
      margin-bottom: 10px;
      font-weight: 400;
      letter-spacing: .25px;
      text-transform: uppercase;
      position: relative; }
      .services-single-provide .entry-about-content h4:before {
        content: "";
        position: absolute;
        width: 110px;
        height: 2px;
        background: #ffffff;
        bottom: 0;
        left: 0; }
    .services-single-provide .entry-about-content h2 {
      color: #ffffff;
      font-size: 55px;
      font-family: "Constantia";
      line-height: 61px;
      font-weight: 700;
      margin-bottom: 45px; }
    .services-single-provide .entry-about-content a {
      font-family: "ProductSans";
      font-weight: 400;
      letter-spacing: .25px; }
      .services-single-provide .entry-about-content a i {
        margin-left: 5px;
        font-size: 20px; }
      .services-single-provide .entry-about-content a:focus {
        -webkit-box-shadow: none;
        box-shadow: none; }
  .services-single-provide .entry-about-thumb {
    position: absolute;
    top: -78px;
    right: 0;
    padding: 45px; }
    .services-single-provide .entry-about-thumb img {
      max-width: 100%;
      height: auto; }

@media all and (max-width: 1500px) {
  .services-single-provide .entry-about-content h2 {
    font-size: 35px; }
  .services-single-provide .entry-about-content {
    padding: 65px 0px 60px 47px; }
    .services-single-provide .entry-about-content h4 {
      font-size: 16px; }
  .services-single-provide .entry-about-content {
    padding: 75px 0px 70px 35px; }
  .services-single-provide .entry-about-content h2 {
    margin-bottom: 35px; }
  .services-single-provide .btn.btn-red {
    font-size: 16px; }
  .services-single-provide .entry-about-thumb {
    top: -70px; } }

@media all and (max-width: 1200px) {
  .services-single-provide .entry-about-thumb {
    top: -20px;
    padding: 0 20px 0 0; }
  .services-single-provide .entry-about-content {
    padding: 55px 0px 50px 35px; }
  .services-single-provide .entry-about-content h2 {
    line-height: 50px; } }

@media all and (max-width: 991px) {
  .entry-about-thumb {
    position: unset !important;
    padding: 0 !important;
    top: auto !important;
    right: auto !important; }
  .entry-about-thumb img {
    width: 100%; } }

@media all and (max-width: 767px) {
  .services-single-provide .entry-about-content {
    padding: 55px 30px; }
  .services-single-provide .entry-about-content h2 {
    font-size: 25px; }
  .services-single-provide .entry-about-content h4 {
    font-size: 14px; }
  .services-single-provide .entry-about-content h4 {
    padding-bottom: 5px; }
  .services-single-provide .btn.btn-red {
    font-size: 14px;
    padding: 15px 30px; }
  .services-single-provide .entry-about-content h4 {
    margin: 0; } }

/*
|----------------------------------
|	insurance plan section
|----------------------------------
*/
.insurance-plan {
  padding: 140px 0 65px 0; }
  .insurance-plan .patient-thumbnail img {
    max-width: 100%; }
  .insurance-plan .patient-services {
    padding: 0 0 0 30px; }
    .insurance-plan .patient-services .section_title_center {
      margin-bottom: 50px; }
      .insurance-plan .patient-services .section_title_center h4 {
        font-family: "ProductSans"; }
      .insurance-plan .patient-services .section_title_center h2 {
        font-family: "Constantia"; }
    .insurance-plan .patient-services p {
      font-family: "ProductSans";
      font-size: 22px;
      font-weight: 400;
      color: #6b6b6b;
      margin-bottom: 20px; }
  .insurance-plan .insurance-condition {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: start;
    margin: 40px 0 0 0; }
    .insurance-plan .insurance-condition img {
      max-width: 100%;
      height: auto; }
    .insurance-plan .insurance-condition a {
      font-family: "ProductSans";
      font-size: 22px;
      font-weight: 700;
      color: #232323;
      border-bottom: 2px solid #232323;
      margin: 0 0 0 20px; }

@media all and (max-width: 1500px) {
  .insurance-plan .patient-services .section_title_center h2 {
    font-size: 45px; }
  .insurance-plan .patient-services .section_title_center h4 {
    font-size: 16px; }
  .insurance-plan .patient-services .section_title_center {
    margin-bottom: 22px; }
  .insurance-plan .patient-services p {
    font-size: 18px;
    margin-bottom: 15px;
    line-height: 22px; }
  .insurance-plan .patient-services {
    padding: 0 0 0 5px; }
  .insurance-plan .insurance-condition a {
    font-size: 20px;
    margin: 0 0 0 20px; }
  .insurance-plan .insurance-condition img {
    width: 40px; }
  .insurance-plan .insurance-condition {
    margin: 20px 0 0 0; } }

@media all and (max-width: 991px) {
  .insurance-plan {
    padding: 100px 0 25px 0; }
  .insurance-plan .patient-thumbnail {
    margin-bottom: 40px; }
  .insurance-plan .patient-services .section_title_center h2 {
    font-size: 35px; }
  .insurance-plan .patient-services p {
    font-size: 16px; }
  .insurance-plan .patient-services {
    padding: 0px; }
  .insurance-plan .patient-services .section_title_center {
    margin-bottom: 40px; }
  .insurance-plan .insurance-condition {
    margin: 40px 0 0 0; }
  .insurance-plan .insurance-condition a {
    font-size: 18px; } }

@media all and (max-width: 424px) {
  .insurance-plan .patient-services .section_title_center h2 {
    font-size: 25px; }
  .insurance-plan .patient-services .section_title_center h4 {
    font-size: 14px; } }

/*
|----------------------------------
|	insurance plan section
|----------------------------------
*/
.benefits-insurance-section .all-facilitis {
  padding-bottom: 45px; }
  .benefits-insurance-section .all-facilitis .section-title .section_title_center {
    margin: 0 0 55px 0; }
    .benefits-insurance-section .all-facilitis .section-title .section_title_center h2 {
      font-family: "Constantia"; }
  .benefits-insurance-section .all-facilitis .section-title p {
    font-family: "ProductSans";
    font-size: 22px;
    font-weight: 400;
    color: #6b6b6b;
    margin-bottom: 25px; }

.benefits-insurance-section .insurance-method {
  margin-top: 35px; }
  .benefits-insurance-section .insurance-method .single-method {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
    .benefits-insurance-section .insurance-method .single-method p {
      font-family: "ProductSans";
      font-size: 22px;
      font-weight: 700;
      width: 252px;
      color: #232323;
      margin-bottom: 18px; }
    .benefits-insurance-section .insurance-method .single-method span {
      font-family: "ProductSans";
      font-size: 22px;
      font-weight: 400;
      color: #6b6b6b; }

@media all and (max-width: 1500px) {
  .benefits-insurance-section .all-facilitis .section-title .section_title_center h4 {
    font-size: 16px; }
  .benefits-insurance-section .all-facilitis .section-title .section_title_center h2 {
    font-size: 45px; }
  .benefits-insurance-section .insurance-method .single-method p,
  .benefits-insurance-section .insurance-method .single-method span,
  .benefits-insurance-section .all-facilitis .section-title p {
    font-size: 18px;
    line-height: 24px; } }

@media all and (max-width: 991px) {
  .benefits-insurance-section {
    padding-bottom: 40px; }
  .benefits-insurance-section .all-facilitis .section-title .section_title_center {
    margin: 0 0 35px 0; }
  .benefits-insurance-section .all-facilitis .section-title .section_title_center h2 {
    font-size: 35px; } }

@media all and (max-width: 424px) {
  .benefits-insurance-section .all-facilitis .section-title .section_title_center h2 {
    font-size: 25px; }
  .benefits-insurance-section .insurance-method .single-method p,
  .benefits-insurance-section .insurance-method .single-method span,
  .benefits-insurance-section .all-facilitis .section-title p {
    font-size: 16px; }
  .benefits-insurance-section .insurance-method .single-method p {
    width: 150px; } }

/*
|----------------------------------
|	Banner section
|----------------------------------
*/
.main-banner-section {
  margin: 0px 0 135px 0; }

.banner-area {
  position: relative;
  margin-right: 115px; }
  .banner-area .main-banner-carosal .item .entry-content {
    position: absolute;
    z-index: 2;
    bottom: 75px;
    right: 75px;
    width: 25%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: start; }
    .banner-area .main-banner-carosal .item .entry-content .entry-progress {
      color: #ffffff;
      margin-right: 50px;
      font-size: 22px; }
    .banner-area .main-banner-carosal .item .entry-content .entry-details h2 {
      color: #ffffff;
      font-size: 70px; }
    .banner-area .main-banner-carosal .item .entry-content .entry-details p {
      color: #ffffff;
      font-size: 22px; }
  .banner-area .banner-thumb {
    position: absolute;
    bottom: -30px;
    z-index: 1;
    left: 190px; }
    .banner-area .banner-thumb ul li {
      float: left;
      list-style: none;
      margin: 0 30px 0 0;
      background: #ffffff; }
      .banner-area .banner-thumb ul li:last-child {
        margin: 0 0 0 0; }
      .banner-area .banner-thumb ul li a {
        text-decoration: none;
        position: relative;
        display: block;
        padding: 6px; }
        .banner-area .banner-thumb ul li a img {
          max-width: 100%;
          height: auto; }
        .banner-area .banner-thumb ul li a span {
          position: absolute;
          top: 0;
          left: 0;
          z-index: 33;
          color: #ffffff;
          font-size: 22px;
          padding: 30px; }

.banner-social-area {
  position: absolute;
  right: 3%;
  bottom: 0;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }

.banner-social ul {
  list-style: none;
  padding: 0;
  margin: 0; }
  .banner-social ul li {
    padding: 20px 0px 35px 0px;
    position: relative; }
    .banner-social ul li:last-child {
      position: relative; }
      .banner-social ul li:last-child:after {
        content: "";
        position: absolute;
        left: 3px;
        bottom: 8px;
        height: 2px;
        width: 11px;
        background: rgba(255, 57, 3, 0.34); }
    .banner-social ul li:before {
      content: "";
      position: absolute;
      top: -8px;
      left: 3px;
      text-align: center;
      height: 2px;
      width: 11px;
      background: rgba(255, 57, 3, 0.34); }
    .banner-social ul li a {
      color: #232323;
      font-size: 20px; }

.about-section {
  padding-bottom: 105px; }

@media all and (max-width: 1500px) {
  .banner-thumb ul li {
    width: 200px; }
  .banner-area .main-banner-carosal .item .entry-content {
    width: 35%; }
  .main-banner-section {
    margin: 0px 0 125px 0; }
  .about-section .entry-about-content {
    padding: 85px 0px 80px 70px; }
  .banner-area .main-banner-carosal .item .entry-content .entry-details h2 {
    font-size: 60px; }
  .banner-area .main-banner-carosal .item .entry-content .entry-details h2 {
    font-size: 60px; }
  .about-section .entry-about-content h4 {
    font-size: 18px; }
  .about-section .entry-about-content h2 {
    font-size: 45px;
    line-height: 55px;
    margin-bottom: 40px; }
  .about-section .entry-about-content p {
    margin-bottom: 30px; }
  .about-section .entry-about-content a.btn.btn-red,
  .about-section .entry-about-content p {
    font-size: 18px; }
  .about-section .entry-about-thumb {
    top: -30px; }
  .banner-area .banner-thumb {
    left: 120px; }
  .about-section {
    padding-bottom: 95px; } }

@media all and (max-width: 1200px) {
  .banner-social-area {
    right: 1.5%; }
  .banner-social ul li a {
    font-size: 15px; }
  .banner-social ul li {
    padding: 15px 0px 30px 0px; }
  .banner-area {
    margin-right: 45px; }
  .banner-area .banner-thumb {
    left: 0px; }
  .banner-thumb ul li {
    width: 150px; }
  .banner-area .main-banner-carosal .item .entry-content {
    bottom: 10px;
    right: 30px;
    width: 38%; }
  .banner-area .main-banner-carosal .item .entry-content .entry-details h2 {
    font-size: 35px; }
  .banner-area .main-banner-carosal .item .entry-content .entry-details p {
    font-size: 18px; }
  .banner-area .banner-thumb ul li a span {
    font-size: 18px;
    padding: 20px;
    line-height: 18px; }
  .banner-area .banner-thumb ul li {
    margin: 0 20px 0 0; }
  .about-section .entry-about-content h4,
  .about-section .entry-about-content a.btn.btn-red,
  .about-section .entry-about-content p {
    font-size: 16px; }
  .about-section .entry-about-content h2 {
    font-size: 35px;
    line-height: 45px;
    margin-bottom: 30px; }
  .about-section .entry-about-content {
    padding: 55px 0px 50px 40px; } }

@media all and (max-width: 991px) {
  .banner-social-area {
    display: none; }
  .main-banner-section .banner-area {
    margin-right: 0px; }
  .banner-area {
    margin-right: 60px; }
  .banner-area .main-banner-carosal .item .entry-content {
    width: 50%; }
  .banner-area .main-banner-carosal .item .entry-content .entry-details h2 {
    font-size: 30px; }
  .banner-area .main-banner-carosal .item .entry-content .entry-details p {
    font-size: 16px; }
  .banner-social ul li {
    padding: 10px 0px 25px 0px; }
    .banner-social ul li a {
      font-size: 16px; }
  .banner-area .banner-thumb ul li {
    margin: 0 20px 0 0;
    width: 100px; }
  .banner-area .banner-thumb ul li a span {
    font-size: 16px;
    padding: 15px; }
  .banner-area .banner-thumb ul li a {
    padding: 4px; }
  .banner-area .main-banner-carosal .item .entry-content .entry-progress {
    margin-right: 30px;
    font-size: 18px; }
  .about-section .entry-about-content {
    padding: 70px 50px; }
  .main-banner-section {
    margin: 0 0 0 0 !important;
    padding-bottom: 40px; }
  .about-section {
    padding-bottom: 5px; } }

@media all and (max-width: 767px) {
  .banner-area {
    margin-right: 0; }
  .banner-area .banner-thumb {
    left: -25px;
    bottom: -35px; }
  .banner-area .banner-thumb ul li a span {
    font-size: 14px;
    padding: 10px; }
  .banner-area .main-banner-carosal .item .entry-content {
    top: 10px;
    width: 100%;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: baseline;
    -ms-flex-align: baseline;
    align-items: baseline;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    left: 0;
    padding: 50px; }
  .banner-social-area {
    display: none; }
  .banner-area .main-banner-carosal .item .entry-content .entry-progress {
    margin-bottom: 15px;
    font-size: 16px; }
  .about-section .entry-about-content {
    padding: 60px 30px; }
  .banner-area .banner-thumb {
    display: none; }
  .about-section {
    padding: 30px 0 5px 0; } }

@media all and (max-width: 424px) {
  .banner-area .main-banner-carosal .item .entry-content .entry-details p {
    font-size: 14px;
    line-height: 14px; }
  .banner-area .main-banner-carosal .item .entry-content .entry-details h2 {
    font-size: 25px; }
  .banner-area .main-banner-carosal .item .entry-content .entry-details h2 {
    font-size: 20px;
    margin: 0 0 12px 0; } }

/*
|---------------------------------------------
|	Portfolio Styles
|---------------------------------------------
*/
.portfolio-section {
  padding: 140px 0; }

.portfolio-header-area {
  margin: 0 0 70px 0; }

.portfolio-header-btn {
  float: right; }
  .portfolio-header-btn .button:hover {
    color: #ffffff;
    background: #ff0000;
    font-weight: 400; }
  .portfolio-header-btn .button.active {
    background: #ff0000;
    color: #ffffff; }

.gallery-portfolio-btn {
  padding: 20px 0; }
  .gallery-portfolio-btn .button {
    padding: 17px 30px;
    font-family: "ProductSans";
    font-size: 20px;
    margin: 0 0 20px 30px;
    border-radius: 50px;
    font-weight: 400;
    text-transform: uppercase;
    color: #000;
    background: none;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out; }
    .gallery-portfolio-btn .button:focus {
      -webkit-box-shadow: none;
      box-shadow: none;
      outline: none; }
    .gallery-portfolio-btn .button i {
      font-size: 16px;
      margin: 0 0 0 8px; }

@media all and (max-width: 1500px) {
  .gallery-portfolio-btn .button {
    padding: 17px 30px;
    font-size: 14px;
    margin: 0 0 20px 0px; } }

@media all and (max-width: 1200px) {
  .portfolio-header-area {
    margin: 0 0 30px 0; } }

@media all and (max-width: 991px) {
  .portfolio-header-btn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
    float: left; }
  .portfolio-section {
    padding: 100px 0; } }

@media all and (max-width: 767px) {
  .portfolio-header-area .section_title {
    text-align: left;
    padding: 0; }
  .portfolio-header-btn {
    display: unset; }
  .portfolio-section {
    padding: 70px 0; } }

/*
|---------------------------------------------
|	Gallery Portfolio Styles
|---------------------------------------------
*/
.gallery-portfolio-section .gallery-portfolio-btn {
  background: #fef9f4;
  padding: 60px 0;
  margin: 0 0 40px 0; }
  .gallery-portfolio-section .gallery-portfolio-btn .button {
    background: none;
    margin: 0 20px; }
    .gallery-portfolio-section .gallery-portfolio-btn .button:hover {
      -webkit-box-shadow: none;
      box-shadow: none;
      outline: none; }
    .gallery-portfolio-section .gallery-portfolio-btn .button:focus {
      outline: none; }
    .gallery-portfolio-section .gallery-portfolio-btn .button span {
      font-size: 20px;
      text-transform: uppercase;
      font-family: "ProductSans";
      text-align: center; }
  .gallery-portfolio-section .gallery-portfolio-btn .button.active {
    background: none;
    position: relative; }
    .gallery-portfolio-section .gallery-portfolio-btn .button.active:hover {
      -webkit-box-shadow: none;
      box-shadow: none;
      outline: none; }
    .gallery-portfolio-section .gallery-portfolio-btn .button.active:focus {
      outline: none; }
    .gallery-portfolio-section .gallery-portfolio-btn .button.active:before {
      content: "";
      position: absolute;
      background: rgba(255, 57, 3, 0.34);
      width: 100%;
      height: 2px;
      left: 0;
      bottom: 0; }

.isotope-gallery {
  margin: -15px; }
  .isotope-gallery .gallery-item {
    width: 33.33%;
    height: auto; }
    .isotope-gallery .gallery-item .portfolio-thumb {
      -webkit-box-shadow: 0px 0px 10px 2px rgba(81, 81, 81, 0.21);
      box-shadow: 0px 0px 10px 2px rgba(81, 81, 81, 0.21);
      position: relative;
      margin: 15px; }
      .isotope-gallery .gallery-item .portfolio-thumb .entry-overlay {
        position: absolute;
        top: 50%;
        left: 50%;
        width: 0%;
        height: 0%;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        background: rgba(255, 56, 3, 0.57);
        visibility: hidden;
        opacity: 0;
        -webkit-transition: all 0.6s ease-in-out;
        -moz-transition: all 0.6s ease-in-out;
        -o-transition: all 0.6s ease-in-out;
        transition: all 0.6s ease-in-out; }
        .isotope-gallery .gallery-item .portfolio-thumb .entry-overlay a {
          background: rgba(255, 255, 255, 0.3);
          border-radius: 50%;
          margin: 0px;
          -webkit-transition: all 0.8s ease-in-out;
          -moz-transition: all 0.8s ease-in-out;
          -o-transition: all 0.8s ease-in-out;
          transition: all 0.8s ease-in-out;
          z-index: 3333; }
          .isotope-gallery .gallery-item .portfolio-thumb .entry-overlay a img {
            width: 60px !important;
            height: 60px !important;
            padding: 15px; }
      .isotope-gallery .gallery-item .portfolio-thumb:hover .entry-overlay {
        top: 0%;
        left: 0%;
        width: 100%;
        height: 100%;
        visibility: visible;
        opacity: 1; }
        .isotope-gallery .gallery-item .portfolio-thumb:hover .entry-overlay a {
          margin: 12px; }
      .isotope-gallery .gallery-item .portfolio-thumb img {
        max-width: 100%;
        height: 365px; }
      .isotope-gallery .gallery-item .portfolio-thumb:before {
        content: "";
        position: absolute;
        left: 0;
        bottom: 0;
        width: 100%;
        height: 100%;
        border: 10px solid #ffffff;
        z-index: 1; }
    .isotope-gallery .gallery-item.width2 {
      width: 66.66%;
      height: auto; }

@media all and (max-width: 991px) {
  .isotope-gallery .gallery-item.width2,
  .isotope-gallery .gallery-item {
    width: 100%; }
  .isotope-gallery .gallery-item .portfolio-thumb img {
    width: 100%;
    max-width: auto;
    height: auto; } }

@media all and (min-width: 1600px) {
  .isotope-gallery .gallery-item .portfolio-thumb img {
    max-width: auto;
    width: 100%;
    height: 465px; } }

@media all and (max-width: 767px) {
  .gallery-portfolio-section .gallery-portfolio-btn .button {
    margin: 0 5px 10px 5px; }
  .gallery-portfolio-section .gallery-portfolio-btn {
    padding: 60px 25px; }
  .gallery-portfolio-section .gallery-portfolio-btn .button span {
    font-size: 15px; } }

@media all and (max-width: 424px) {
  .gallery-portfolio-section .gallery-portfolio-btn {
    padding: 60px 7px; } }

/*
|------------------------------------------
|    Faq Section Two
|------------------------------------------
*/
.property-location iframe {
  width: 100%; }

.faq-section-two .accordion {
  padding: 40px 0 0px 0 !important; }

.faq-section-two .accordion .section_title {
  margin: 0 0 55px 0; }
  .faq-section-two .accordion .section_title h3 {
    font-size: 45px;
    font-family: "Constantia";
    line-height: 58px;
    font-weight: 700; }

.property-single-page {
  padding: 100px 0; }

/*
|------------------------------------------
|    cart-table 
|------------------------------------------
*/
.cart-section {
  margin-bottom: 110px; }

.shop-page-title {
  margin-bottom: 60px; }
  .shop-page-title h2 {
    font-size: 55px;
    font-weight: bold;
    font-family: "Constantia"; }

.cart-bread {
  padding: 45px 0 15px 0 !important; }

.cart-table tr {
  margin: 20px 0;
  display: block;
  border: 1px solid #ebebeb; }
  .cart-table tr th {
    width: 16%;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
    border: 0;
    font-family: "ProductSans";
    font-size: 21px;
    color: #989898;
    font-weight: 400;
    padding: 0 .75rem; }
  .cart-table tr td {
    width: 10%;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
    font-family: "ProductSans";
    font-size: 22px;
    color: #989898;
    font-weight: 400;
    border: 0;
    padding: 1.5rem .75rem; }
    .cart-table tr td h6 {
      font-size: 28px;
      font-family: "Constantia";
      font-weight: 700;
      color: #222222; }
    .cart-table tr td span {
      font-family: "ProductSans";
      font-size: 21px;
      color: #989898;
      font-weight: 400; }
  .cart-table tr .product-table-header {
    width: 27%;
    text-align: left; }
  .cart-table tr .product-table {
    width: 35%;
    text-align: left; }
  .cart-table tr .product-total {
    font-size: 40px;
    color: #232323; }
  .cart-table tr .cross-btn {
    font-size: 40px; }
  .cart-table tr .product-cart-total {
    font-size: 34px;
    font-family: "Constantia";
    font-weight: 700;
    color: #232323;
    margin-top: 68px; }
  .cart-table tr .product-total-wrap {
    border-top: 1px solid #ebebeb;
    padding-top: 20px !important;
    margin-bottom: 40px; }
    .cart-table tr .product-total-wrap .titles {
      color: #232323; }
    .cart-table tr .product-total-wrap .balance {
      font-size: 40px;
      color: #232323; }

.quantity {
  position: relative; }
  .quantity input {
    height: 70px;
    width: 148px;
    line-height: 70px;
    border-radius: 70px;
    padding-left: 45px;
    font-size: 21px;
    color: #989898; }
  .quantity .quantity-nav {
    position: absolute;
    right: 16px;
    top: 5px;
    width: 54px;
    background: #ffffff;
    border-radius: 15px; }

.product-table-tr {
  display: block;
  overflow: hidden;
  width: 100%; }

.product-table-tr td {
  display: inline-block;
  float: right;
  width: 40% !important; }

@media all and (min-width: 1600px) {
  .quantity .quantity-nav {
    right: 31px; }
  .cart-table tr th {
    width: 17%; } }

@media all and (max-width: 1200px) {
  .cart-table tr td h6 {
    font-size: 24px; }
  .cart-table tr td span {
    font-size: 16px; }
  .cart-table tr .product-total {
    font-size: 32px; }
  .quantity input {
    height: 60px;
    line-height: 60px; }
  .quantity-nav .quantity-button {
    font-size: 18px; }
  .cart-table tr .cross-btn {
    font-size: 30px; } }

@media all and (max-width: 991px) {
  .cart-section {
    margin-bottom: 70px; }
  .cart-table tr th {
    font-size: 16px; }
  .cart-table tr td {
    font-size: 16px; }
    .cart-table tr td h6 {
      font-size: 18px; }
    .cart-table tr td span {
      font-size: 16px; }
  .cart-table tr .product-total {
    font-size: 22px; }
  .cart-table tr .cross-btn {
    font-size: 22px; }
  .cart-table tr .product-cart-total {
    font-size: 20px; }
  .cart-table tr .product-total-wrap .balance {
    font-size: 24px; }
  .quantity {
    position: relative; }
    .quantity input {
      height: 56px;
      width: 115px;
      line-height: 56px;
      border-radius: 70px;
      padding-left: 32px;
      font-size: 18px; }
    .quantity .quantity-nav {
      right: 6px;
      top: 3px;
      width: 45px;
      border-radius: 15px; }
  .product-table-tr td {
    width: 50% !important; } }

@media all and (max-width: 767px) {
  .quantity input {
    height: 56px;
    width: 86px;
    line-height: 56px;
    border-radius: 70px;
    padding-left: 22px;
    font-size: 18px; }
  .quantity .quantity-nav {
    right: 12px;
    top: 3px;
    width: 30px;
    border-radius: 15px; }
  .cart-table tr td {
    font-size: 16px !important; }
    .cart-table tr td a,
    .cart-table tr td h6 {
      font-size: 16px; }
    .cart-table tr td img {
      width: 60px;
      height: auto; }
    .cart-table tr td .contact-button {
      font-size: 14px !important;
      padding: 14px 24px; }
  .cart-table tr td span {
    font-size: 13px; }
  .cart-table tr .product-table {
    padding-left: 0;
    padding-right: 0; }
  .cart-table tr .product-cart-total {
    margin-top: 30px; }
  .cart-table tr .product-total-wrap {
    margin-bottom: 0; }
  .cart-table tr td {
    padding: .75rem .75rem; }
  .cart-table tr .product-total-wrap .balance {
    font-size: 20px; } }

/*---------------------------------------
	shop-single-details
----------------------------------------*/
.shop-single-details .shop-item-slider {
  margin-bottom: 150px; }
  .shop-single-details .shop-item-slider .carousel-inner {
    border: 1px solid #ebebeb; }
    .shop-single-details .shop-item-slider .carousel-inner .carousel-item {
      background: #ffffff; }
  .shop-single-details .shop-item-slider .carousel-caption {
    top: 0;
    right: 0;
    padding: 0; }
  .shop-single-details .shop-item-slider .carousel-indicators {
    -webkit-box-pack: left;
    -ms-flex-pack: left;
    justify-content: left;
    width: 100%;
    padding-left: 0;
    margin: 0;
    bottom: -150px; }
    .shop-single-details .shop-item-slider .carousel-indicators li {
      overflow: hidden;
      height: 124px;
      width: 124px;
      margin: 0px 12px;
      cursor: pointer;
      position: relative;
      background: transparent;
      -webkit-transition: all 0.4s ease-in-out;
      -moz-transition: all 0.4s ease-in-out;
      -o-transition: all 0.4s ease-in-out;
      transition: all 0.4s ease-in-out; }
      .shop-single-details .shop-item-slider .carousel-indicators li img {
        position: absolute;
        top: 0;
        left: 0; }

.shop-single-details .shop-item-details {
  margin-left: 35px; }
  .shop-single-details .shop-item-details .card-title {
    font-size: 55px;
    font-weight: 700;
    margin: 0;
    margin-bottom: 2px;
    font-family: "Constantia"; }
    .shop-single-details .shop-item-details .card-title a {
      color: #232323;
      text-decoration: none; }
  .shop-single-details .shop-item-details .ratting {
    font-size: 22px;
    color: #ffc002; }
  .shop-single-details .shop-item-details .ratting-text {
    color: #6b6b6b;
    margin-left: 25px;
    font-size: 22px; }
  .shop-single-details .shop-item-details .price {
    margin-top: 19px;
    margin-bottom: 18px; }
    .shop-single-details .shop-item-details .price span {
      font-size: 50px;
      color: #232323;
      font-weight: 700;
      font-family: "ProductSans"; }
  .shop-single-details .shop-item-details .shop-item-detail-text {
    margin: 30px 0 25px 0;
    line-height: inherit;
    font-size: 22px;
    padding-top: 38px; }
  .shop-single-details .shop-item-details .color-border {
    padding: 40px 0; }
  .shop-single-details .shop-item-details .shop-item-detail-text {
    font-size: 18px; }
  .shop-single-details .shop-item-details .color {
    display: block;
    overflow: hidden;
    margin-bottom: 38px; }
    .shop-single-details .shop-item-details .color .title {
      font-size: 22px;
      color: #232323;
      font-weight: 700;
      font-family: "ProductSans"; }
    .shop-single-details .shop-item-details .color span {
      display: inline-block;
      float: left; }
    .shop-single-details .shop-item-details .color .box {
      height: 22px;
      width: 22px;
      border: 1px solid #f4f4f4;
      margin-left: 15px;
      cursor: pointer;
      font-size: 20px;
      text-align: center;
      border-radius: 50%;
      margin-top: 3px; }
    .shop-single-details .shop-item-details .color .box-one {
      background: #c69c6d; }
    .shop-single-details .shop-item-details .color .box-two {
      background: #111111; }
    .shop-single-details .shop-item-details .color .box-three {
      background: #7d4900; }
    .shop-single-details .shop-item-details .color .box-four {
      background: #7b2e00; }
  .shop-single-details .shop-item-details .size {
    display: block; }
    .shop-single-details .shop-item-details .size .title {
      font-size: 22px;
      color: #232323;
      font-weight: 700;
      font-family: "ProductSans"; }
    .shop-single-details .shop-item-details .size span {
      display: inline-block;
      float: left; }
    .shop-single-details .shop-item-details .size .box {
      height: 45px;
      width: 45px;
      border: 1px solid #ebebeb;
      margin-left: 15px;
      cursor: pointer;
      font-size: 20px;
      text-align: center;
      border-radius: 50%;
      line-height: 40px;
      margin-top: -9px; }
  .shop-single-details .shop-item-details .quantity-add-cart {
    padding: 40px 0;
    margin-top: 93px; }
    .shop-single-details .shop-item-details .quantity-add-cart .quantity {
      font-size: 22px; }
      .shop-single-details .shop-item-details .quantity-add-cart .quantity .quantity-nav {
        position: absolute;
        right: 10px;
        top: 5px;
        width: 54px;
        border-radius: 15px;
        text-align: center; }
    .shop-single-details .shop-item-details .quantity-add-cart .btn {
      margin-top: -14px;
      padding: 19px 46px;
      text-transform: uppercase;
      margin-left: 30px; }
  .shop-single-details .shop-item-details .share {
    padding: 0; }
    .shop-single-details .shop-item-details .share li {
      display: inline-block;
      font-size: 19px;
      font-weight: 700;
      margin-right: 32px; }
      .shop-single-details .shop-item-details .share li a {
        font-size: 20px;
        font-family: "ProductSans"; }

.shop-single-tab {
  margin-top: 82px; }
  .shop-single-tab .nav-tabs {
    margin-bottom: 40px; }
    .shop-single-tab .nav-tabs li a {
      background: transparent;
      border: 0;
      padding: 0;
      margin: 0;
      font-size: 34px;
      color: #6b6b6b;
      border-radius: 0;
      margin-right: 55px;
      text-transform: uppercase;
      font-weight: 600 !important;
      font-family: "Constantia";
      position: relative;
      padding-bottom: 19px; }
      .shop-single-tab .nav-tabs li a.active {
        color: #232323;
        background: transparent; }
  .shop-single-tab .tab-content p {
    color: #6b6b6b;
    font-size: 22px;
    margin-bottom: 30px; }

.blog-carousel-home .shop-product-thumb {
  margin: 17px; }

@media all and (max-width: 1500px) {
  .shop-single-details .shop-item-details .card-title {
    font-size: 40px; }
  .shop-single-details .shop-item-details .ratting-text {
    font-size: 20px; }
  .shop-single-details .shop-item-details .price span {
    font-size: 35px; }
  .shop-single-details .shop-item-details .color .title {
    font-size: 20px; }
  .shop-single-details .shop-item-details .size .title {
    font-size: 20px; }
  .shop-single-tab .nav-tabs li a {
    font-size: 24px; }
  .shop-single-tab .tab-content p {
    font-size: 18px; } }

@media all and (max-width: 1024px) {
  .shop-single-details .shop-item-details {
    margin-left: 0; } }

@media all and (max-width: 991px) {
  .shop-single-details .shop-item-details {
    margin-top: 50px; }
  .shop-carousel-single {
    margin-top: 50px; }
  .blog-section .blog-pagination .shop-carousel-single .owl-nav {
    top: -95px !important; } }

@media all and (max-width: 767px) {
  .shop-carousel-single {
    margin-top: 30px; }
  .blog-section .blog-pagination .shop-carousel-single .owl-nav {
    top: -77px !important; }
  .shop-single-details .shop-item-details {
    margin-top: 0; }
    .shop-single-details .shop-item-details .card-title {
      font-size: 26px; }
    .shop-single-details .shop-item-details .ratting {
      font-size: 18px; }
    .shop-single-details .shop-item-details .ratting-text {
      font-size: 16px;
      margin-left: 15px; }
    .shop-single-details .shop-item-details .shop-item-detail-text {
      margin: 25px 0 25px 0;
      padding-top: 25px; }
    .shop-single-details .shop-item-details .price span {
      font-size: 22px; }
    .shop-single-details .shop-item-details .color .title {
      font-size: 16px; }
    .shop-single-details .shop-item-details .color .box {
      margin-top: 0; }
    .shop-single-details .shop-item-details .size .title {
      font-size: 16px; }
    .shop-single-details .shop-item-details .size .box {
      height: 30px;
      width: 30px;
      font-size: 14px;
      line-height: 30px;
      margin-top: -5px; }
    .shop-single-details .shop-item-details .quantity input {
      width: 120px;
      padding-left: 33px; }
  .shop-single-details .shop-item-details .quantity-add-cart .btn {
    margin-top: 15px;
    margin-left: 0; }
  .shop-single-details .shop-item-details .quantity-add-cart .quantity .quantity-nav {
    top: 3px; }
  .shop-single-tab .nav-tabs li a {
    font-size: 16px;
    margin-right: 25px; }
  .shop-single-tab .tab-content p {
    font-size: 16px; } }

.shop-result-show-area {
  background-color: #fef9f4;
  padding: 45px 40px; }

.shop-result-show-area {
  background-color: #fef9f4;
  padding: 45px 40px; }

.shop-section {
  margin: 140px 0; }

.shop-result-show {
  font-size: 20px;
  font-family: "ProductSans";
  color: #6b6b6b;
  line-height: 60px; }

.product-single-search {
  position: relative; }
  .product-single-search input {
    height: 60px;
    line-height: 60px;
    font-size: 20px;
    font-family: "ProductSans";
    padding: 0 40px;
    border-radius: 60px;
    color: #ffffff;
    border: 0;
    width: 100%;
    background-image: -moz-linear-gradient(45deg, #d40e0e 0%, #ff3803 100%);
    background-image: -webkit-linear-gradient(45deg, #d40e0e 0%, #ff3803 100%);
    background-image: -ms-linear-gradient(45deg, #d40e0e 0%, #ff3803 100%); }
    .product-single-search input::-webkit-input-placeholder {
      color: #ffffff; }
    .product-single-search input:-ms-input-placeholder {
      color: #ffffff; }
    .product-single-search input::-ms-input-placeholder {
      color: #ffffff; }
    .product-single-search input::placeholder {
      color: #ffffff; }
    .product-single-search input:active, .product-single-search input:focus {
      outline: 0 !important;
      -webkit-box-shadow: none;
      box-shadow: none; }
  .product-single-search i {
    position: absolute;
    right: 30px;
    top: 20px;
    color: #ffffff;
    font-size: 20px; }

.product-single-select .nice-select {
  height: 60px;
  line-height: 60px;
  font-size: 20px;
  font-family: "ProductSans";
  padding: 0 40px;
  border-radius: 60px;
  color: #ffffff;
  border: 0;
  width: 100%;
  text-transform: uppercase;
  background-image: -moz-linear-gradient(45deg, #d40e0e 0%, #ff3803 100%);
  background-image: -webkit-linear-gradient(45deg, #d40e0e 0%, #ff3803 100%);
  background-image: -ms-linear-gradient(45deg, #d40e0e 0%, #ff3803 100%); }

.product-single-select .nice-select:after {
  border-bottom: 2px solid #ffffff;
  border-right: 2px solid #ffffff;
  right: 35px; }

.product-single-select .nice-select.open .list {
  background-image: -webkit-gradient(linear, left top, right top, from(#d40e0e), to(#ff3803));
  background-image: -webkit-linear-gradient(left, #d40e0e 0%, #ff3803 100%);
  background-image: -o-linear-gradient(left, #d40e0e 0%, #ff3803 100%);
  background-image: linear-gradient(to right, #d40e0e 0%, #ff3803 100%); }
  .product-single-select .nice-select.open .list li {
    background-color: rgba(255, 255, 255, 0.2);
    text-transform: uppercase;
    font-size: 18px;
    font-weight: 500;
    letter-spacing: 0.5px; }

/*
|---------------------------
|	Breadcrumb Style
|---------------------------
*/
.bg-checkout {
  background-color: #fef9f4; }

.checkout-section {
  margin: 0 0 110px 0; }

.menu-shadow {
  background-color: white;
  -webkit-box-shadow: 0px 0px 25px 0px rgba(138, 126, 120, 0.22);
  box-shadow: 0px 0px 25px 0px rgba(138, 126, 120, 0.22); }

.entry-checkout-bradecom {
  padding: 45px 0; }
  .entry-checkout-bradecom h2 {
    font-size: 55px;
    font-family: "Constantia";
    font-weight: bolder;
    margin: 20px 0 20px 0; }
  .entry-checkout-bradecom .breadcrumb {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    background-color: transparent;
    margin: 0 0 0px 0;
    padding: 0; }
    .entry-checkout-bradecom .breadcrumb .breadcrumb-item {
      font-family: "ProductSans";
      font-size: 20px;
      font-weight: 400;
      line-height: 22px;
      letter-spacing: 0.25px;
      color: #232323;
      text-transform: uppercase; }
      .entry-checkout-bradecom .breadcrumb .breadcrumb-item a {
        color: #a1a1a1;
        text-decoration: none; }
  .entry-checkout-bradecom .breadcrumb-item + .breadcrumb-item::before {
    color: #a1a1a1;
    content: '\f105';
    font-family: fontawesome;
    font-size: 20px; }

/*
|---------------------------
|	Checkout Style
|---------------------------
*/
.entry-checkout-area {
  padding: 25px 0; }

.entry-checkout-area .contact-details {
  background: #fef9f4;
  padding: 40px 45px;
  margin-bottom: 60px; }
  .entry-checkout-area .contact-details .section-title h4 {
    color: #232323;
    padding-bottom: 5px;
    margin-bottom: 8px;
    border-bottom: 2px solid rgba(255, 57, 3, 0.34);
    display: inline-block;
    font-size: 20px;
    font-weight: 400;
    letter-spacing: .25px;
    text-transform: uppercase; }
  .entry-checkout-area .contact-details .section-subtitle h1 {
    color: #232323;
    font-size: 55px;
    font-family: "Constantia";
    line-height: 61px;
    font-weight: 700; }
  .entry-checkout-area .contact-details .contact-form .form-group {
    margin-bottom: 56px; }
    .entry-checkout-area .contact-details .contact-form .form-group .contact-form-input {
      color: #6b6b6b;
      background: #fef9f4;
      padding-bottom: 15px;
      font-size: 22px;
      font-weight: 400;
      border: 0;
      border-bottom: 2px solid rgba(255, 57, 3, 0.34);
      width: 100%;
      line-height: 40px; }
      .entry-checkout-area .contact-details .contact-form .form-group .contact-form-input:focus {
        outline: 0;
        border: 0;
        border-bottom: 2px solid rgba(255, 57, 3, 0.34); }
    .entry-checkout-area .contact-details .contact-form .form-group textarea.contact-form-textarea {
      background: #fef9f4;
      padding-bottom: 15px;
      max-height: 125px;
      font-size: 22px;
      font-weight: 400;
      border: 0;
      border-bottom: 2px solid rgba(255, 57, 3, 0.34);
      width: 100%;
      line-height: 40px; }
      .entry-checkout-area .contact-details .contact-form .form-group textarea.contact-form-textarea:focus {
        outline: 0;
        border: 0;
        border-bottom: 2px solid rgba(255, 57, 3, 0.34); }

.form-group.cvc_question {
  position: relative; }
  .form-group.cvc_question i {
    position: absolute;
    right: 0;
    top: 0%;
    font-size: 20px;
    color: #6b6b6b;
    line-height: 48px; }

.contact-details h3 {
  margin: 0 0 50px 0;
  font-weight: bold;
  font-family: "Constantia";
  font-size: 34px; }

.contact-details .card_title h4 {
  margin: 0;
  font-size: 22px;
  font-family: "ProductSans"; }

.contact-details .entry-card-area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 50px; }
  .contact-details .entry-card-area .card_thumb ul {
    float: right;
    margin: 0;
    padding: 0; }
    .contact-details .entry-card-area .card_thumb ul li {
      list-style: none;
      float: left;
      margin-right: 10px; }
      .contact-details .entry-card-area .card_thumb ul li:last-child {
        margin-right: 0; }
      .contact-details .entry-card-area .card_thumb ul li a {
        display: block;
        border: 1px solid #dddddd; }

.border_top {
  border-top: 1px solid #dddddd; }

.checkout-summary {
  border: 1px solid #dddddd;
  background: #ffffff !important; }
  .checkout-summary h3 {
    padding: 34px 34px 15px 34px;
    margin: 0;
    font-size: 34px;
    font-family: "Constantia";
    font-weight: bold; }
  .checkout-summary .media img {
    border: 1px solid #dddddd; }
  .checkout-summary .media .media-body {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between; }
    .checkout-summary .media .media-body .media-body-content h5 {
      font-size: 28px;
      font-weight: 700;
      color: #232323;
      font-family: "Constantia"; }
    .checkout-summary .media .media-body .media-body-content ul {
      margin: 0;
      padding: 0; }
      .checkout-summary .media .media-body .media-body-content ul li {
        list-style: none;
        float: left;
        margin-right: 10px; }
        .checkout-summary .media .media-body .media-body-content ul li:last-child {
          margin-right: 0; }
        .checkout-summary .media .media-body .media-body-content ul li a {
          color: #989898;
          letter-spacing: 0.25px;
          font-family: "ProductSans";
          font-size: 22px; }
    .checkout-summary .media .media-body .media-body-price span {
      font-size: 21px;
      font-family: "ProductSans";
      letter-spacing: 0.25px; }

/*
|-------------------------------------
|	single-checkbox
|-------------------------------------
*/
.single-checkbox {
  /* Base for label styling */
  /* checkbox aspect */
  /* checked mark aspect */
  /* checked mark aspect changes */
  /* disabled checkbox */ }
  .single-checkbox [type="checkbox"]:not(:checked),
  .single-checkbox [type="checkbox"]:checked {
    position: absolute;
    left: -9999px; }
  .single-checkbox [type="checkbox"]:not(:checked) + label,
  .single-checkbox [type="checkbox"]:checked + label {
    position: relative;
    padding-left: 45px;
    cursor: pointer;
    font-size: 22px;
    line-height: 30px; }
  .single-checkbox [type="checkbox"]:not(:checked) + label:before,
  .single-checkbox [type="checkbox"]:checked + label:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 1.25em;
    height: 1.25em;
    border: 2px solid #ff0000;
    background: #fff;
    border-radius: 2px;
    -webkit-box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.1);
    box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.1); }
  .single-checkbox [type="checkbox"]:not(:checked) + label:after,
  .single-checkbox [type="checkbox"]:checked + label:after {
    content: '\2713\0020';
    position: absolute;
    top: 5px;
    left: 5px;
    font-size: 1.1em;
    line-height: 0.8;
    color: #ff0000;
    -webkit-transition: all .2s;
    -o-transition: all .2s;
    transition: all .2s;
    font-family: "ProductSans"; }
  .single-checkbox [type="checkbox"]:not(:checked) + label:after {
    opacity: 0;
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0); }
  .single-checkbox [type="checkbox"]:checked + label:after {
    opacity: 1;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1); }
  .single-checkbox [type="checkbox"]:disabled:not(:checked) + label:before,
  .single-checkbox [type="checkbox"]:disabled:checked + label:before {
    -webkit-box-shadow: none;
    box-shadow: none;
    border-color: #dddddd;
    background-color: #dddddd; }
  .single-checkbox [type="checkbox"]:disabled:checked + label:after {
    color: #999; }
  .single-checkbox [type="checkbox"]:disabled + label {
    color: #aaa; }

/*
|-------------------------------------
|	Summary Price
|-------------------------------------
*/
.sumary_pd {
  padding: 20px 42px 20px 33px; }

.summry-total-price {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between; }
  .summry-total-price .entry-content h6 {
    font-size: 22px;
    font-family: "ProductSans"; }
  .summry-total-price .entry-price span {
    font-size: 22px;
    font-family: "ProductSans"; }
  .summry-total-price .entry-price h2 {
    font-family: "ProductSans";
    font-size: 40px; }

.checkout-button .contact-button {
  margin: 20px 0 0px 0; }

@media all and (max-width: 1500px) {
  .entry-checkout-bradecom .breadcrumb .breadcrumb-item {
    font-size: 18px; }
  .checkout-summary .media .media-body .media-body-content h5 {
    font-size: 20px; }
  .entry-checkout-bradecom h2 {
    font-size: 45px; }
  .checkout-summary h3,
  .contact-details h3 {
    font-size: 28px; }
  .checkout-button .contact-button,
  .contact-details .card_title h4,
  .entry-checkout-area .contact-details .contact-form .form-group .contact-form-input {
    font-size: 18px; }
  .checkout-summary .media .media-body .media-body-price span,
  .checkout-summary .media .media-body .media-body-content ul li a {
    font-size: 16px; }
  .summry-total-price .entry-content h6,
  .summry-total-price .entry-price span {
    font-size: 20px; }
  .summry-total-price .entry-price h2 {
    font-size: 30px; }
  .single-checkbox [type="checkbox"]:not(:checked) + label,
  .single-checkbox [type="checkbox"]:checked + label {
    font-size: 18px;
    line-height: 24px; } }

@media all and (max-width: 1200px) {
  .checkout-summary .media .media-body {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: baseline;
    -ms-flex-align: baseline;
    align-items: baseline; }
  .media-body-content {
    margin-bottom: 8px; } }

@media all and (max-width: 991px) {
  .entry-checkout-bradecom .breadcrumb .breadcrumb-item {
    font-size: 14px;
    line-height: 17px; }
  .entry-checkout-bradecom h2 {
    font-size: 35px; }
  .entry-checkout-bradecom {
    padding: 35px 0 0 0; }
  .entry-checkout-area .contact-details {
    padding: 20px 25px;
    margin-bottom: 40px; }
  .checkout-summary h3,
  .contact-details h3 {
    font-size: 25px; }
  .checkout-button .contact-button,
  .contact-details .card_title h4,
  .entry-checkout-area .contact-details .contact-form .form-group .contact-form-input {
    font-size: 16px; }
  .entry-checkout-area .contact-details .contact-form .form-group {
    margin-bottom: 35px; }
  .entry-checkout-area .contact-details .contact-form .form-group .contact-form-input {
    padding-bottom: 10px; }
  .checkout-button {
    margin-bottom: 60px; }
  .checkout-summary .media .media-body {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; }
  .media-body-content {
    margin-bottom: 0px; }
  .checkout-section {
    margin: 0 0 75px 0; } }

@media all and (max-width: 767px) {
  .contact-details .entry-card-area {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: baseline;
    -ms-flex-align: baseline;
    align-items: baseline; }
  .contact-details .entry-card-area .card_title {
    margin-bottom: 25px; }
  .sumary_pd {
    padding: 15px 27px 15px 18px; }
  .checkout-summary .media .media-body .media-body-content h5 {
    font-size: 18px; }
  .checkout-summary .media .media-body .media-body-price span,
  .checkout-summary .media .media-body .media-body-content ul li a {
    font-size: 14px; }
  .summry-total-price .entry-content h6,
  .summry-total-price .entry-price span {
    font-size: 18px; }
  .summry-total-price .entry-price h2 {
    font-size: 25px; }
  .contact-details h3 {
    margin: 0 0 30px 0; }
  .single-checkbox [type="checkbox"]:not(:checked) + label,
  .single-checkbox [type="checkbox"]:checked + label {
    font-size: 14px;
    line-height: 20px;
    padding: 0 0 0 30px; } }

@media all and (max-width: 424px) {
  .entry-checkout-bradecom .breadcrumb .breadcrumb-item {
    font-size: 12px;
    line-height: 13px; }
  .entry-checkout-bradecom h2 {
    font-size: 25px; }
  .checkout-summary h3,
  .contact-details h3 {
    font-size: 18px; }
  .checkout-button .contact-button, .contact-details .card_title h4,
  .entry-checkout-area .contact-details .contact-form .form-group .contact-form-input {
    font-size: 14px; }
  .contact-details .entry-card-area .card_thumb ul li {
    margin: 0 9px 10px 0px; }
  .checkout-summary .media .media-body {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: baseline;
    -ms-flex-align: baseline;
    align-items: baseline; }
  .checkout-summary h3 {
    padding: 24px 24px 15px 20px; } }

@media all and (max-width: 374px) {
  .media img {
    width: 60px; }
  .checkout-summary .media .media-body .media-body-content h5 {
    font-size: 16px; }
  .checkout-summary .media .media-body .media-body-content h5 {
    margin: 0 !important; } }

/*
|--------------------------------
|	Checkout Thanks style
|--------------------------------
*/
.checkout-thanks-area {
  padding: 40px 45px; }
  .checkout-thanks-area .order-confirmed h3 {
    font-size: 34px;
    letter-spacing: 0.10px;
    font-family: "Constantia";
    font-weight: bolder;
    color: #232323; }
  .checkout-thanks-area .order-confirmed p {
    color: #6b6b6b;
    font-size: 22px;
    letter-spacing: 0.10px;
    font-family: "ProductSans";
    margin: 40px 0; }
    .checkout-thanks-area .order-confirmed p span {
      color: #232323; }
  .checkout-thanks-area .order_details .order-delivery p,
  .checkout-thanks-area .order_details .order-shipping p {
    margin: 0;
    color: #6b6b6b;
    font-size: 22px;
    letter-spacing: 0.10px; }
  .checkout-thanks-area .order_id {
    margin: 38px 0 25px 0; }
    .checkout-thanks-area .order_id h5 {
      font-family: "ProductSans";
      font-size: 22px;
      letter-spacing: 0.10px;
      color: #232323; }
  .checkout-thanks-area .order-delivery h5,
  .checkout-thanks-area .order-shipping h5 {
    margin: 0 0 18px 0;
    font-family: "ProductSans";
    font-size: 22px; }

@media all and (max-width: 1500px) {
  .checkout-thanks-area .order-confirmed h3 {
    font-size: 28px; }
  .checkout-thanks-area .order_details .order-delivery p,
  .checkout-thanks-area .order_details .order-shipping p,
  .checkout-thanks-area .order-delivery h5,
  .checkout-thanks-area .order-shipping h5,
  .checkout-thanks-area .order_id h5,
  .checkout-thanks-area .order-confirmed p {
    font-size: 18px;
    line-height: 24px; }
  .checkout-thanks-area {
    padding: 40px 45px; } }

@media all and (max-width: 991px) {
  .checkout-thanks-area {
    margin: 50px 0 60px 0; } }

@media all and (max-width: 767px) {
  .order-shipping {
    margin-bottom: 30px; }
  .checkout-thanks-area {
    padding: 25px;
    margin: 50px 0 60px 0; } }

@media all and (max-width: 424px) {
  .checkout-thanks-area .order_details .order-delivery p,
  .checkout-thanks-area .order_details .order-shipping p,
  .checkout-thanks-area .order-delivery h5,
  .checkout-thanks-area .order-shipping h5,
  .checkout-thanks-area .order_id h5,
  .checkout-thanks-area .order-confirmed p {
    font-size: 16px;
    line-height: 24px; } }

/*
|------------------------------------------
|	Shop Style
|------------------------------------------
*/
.widget {
  background-color: #fef9f4;
  padding: 45px;
  margin: 0 0 30px 0; }
  .widget h3 {
    font-family: "Constantia";
    font-size: 34px;
    font-weight: bold;
    margin-bottom: 40px; }

.shop_category ul {
  margin: 0;
  padding: 0; }
  .shop_category ul li {
    list-style: none;
    margin-bottom: 25px; }
    .shop_category ul li:last-child {
      margin-bottom: 0px; }
    .shop_category ul li a {
      font-size: 20px;
      font-family: "ProductSans";
      text-transform: uppercase;
      letter-spacing: 0.25px;
      padding: 5px 0px;
      -webkit-transition: all 0.3s ease;
      -moz-transition: all 0.3s ease;
      -o-transition: all 0.3s ease;
      transition: all 0.3s ease;
      position: relative; }
      .shop_category ul li a:before {
        content: "";
        left: 0;
        bottom: 0;
        position: absolute;
        width: 0;
        height: 2px;
        background-image: -webkit-gradient(linear, left top, right top, from(#d40e0e), to(#ff3803));
        background-image: -webkit-linear-gradient(left, #d40e0e 0%, #ff3803 100%);
        background-image: -o-linear-gradient(left, #d40e0e 0%, #ff3803 100%);
        background-image: linear-gradient(to right, #d40e0e 0%, #ff3803 100%);
        visibility: hidden;
        opacity: 0;
        -webkit-transition: all 0.3s ease;
        -moz-transition: all 0.3s ease;
        -o-transition: all 0.3s ease;
        transition: all 0.3s ease; }
      .shop_category ul li a:hover {
        color: #ff0000; }
      .shop_category ul li a:hover:before {
        visibility: visible;
        opacity: 1;
        width: 100%;
        min-width: 30px; }

.shop_color ul li {
  list-style: none;
  margin-bottom: 25px;
  position: relative;
  padding: 0 0px 0 30px; }
  .shop_color ul li:before {
    position: absolute;
    content: "";
    left: 0px;
    bottom: 50%;
    height: 20px;
    width: 20px;
    border-radius: 100px;
    margin-bottom: -10px; }

.shop_color ul li.c-tan:before {
  background-color: #c69c6d; }

.shop_color ul li.c-black:before {
  background-color: #000000; }

.shop_color ul li.c-brown:before {
  background-color: #7d4900; }

.shop_color ul li.c-merrun:before {
  background-color: #7d4900; }

.shop-product-area {
  margin: 30px 0 0px 0; }

.shop-product-thumb {
  -webkit-box-shadow: 0px 0px 25px 0px rgba(138, 126, 120, 0.22);
  box-shadow: 0px 0px 25px 0px rgba(138, 126, 120, 0.22);
  margin-bottom: 30px; }
  .shop-product-thumb img {
    max-width: 100%; }
  .shop-product-thumb .shop-product-thumb-details {
    padding: 10px 20px 20px 20px; }
    .shop-product-thumb .shop-product-thumb-details h3 {
      font-family: "Constantia";
      font-size: 28px;
      font-weight: bold; }
    .shop-product-thumb .shop-product-thumb-details span {
      font-family: "ProductSans";
      font-size: 40px; }

@media all and (max-width: 1500px) {
  .shop-product-thumb .shop-product-thumb-details h3,
  .widget h3 {
    font-size: 25px; }
  .shop_category ul li a {
    font-size: 16px;
    line-height: 18px; }
  .shop_filters .range-slider-title span {
    font-size: 16px; }
  .shop-product-thumb .shop-product-thumb-details span {
    font-size: 30px; } }

@media all and (max-width: 1200px) {
  .shop-product-thumb .shop-product-thumb-details h3,
  .widget h3 {
    font-size: 20px; }
  .shop_category ul li a {
    font-size: 14px;
    line-height: 16px; }
  .shop_filters .range-slider-title span {
    font-size: 14px; }
  .shop-product-thumb .shop-product-thumb-details span {
    font-size: 25px; }
  .widget {
    padding: 25px; }
  .shop-result-show {
    font-size: 16px;
    line-height: 50px; }
  .product-single-search input {
    height: 50px;
    line-height: 40px;
    font-size: 16px;
    padding: 0 30px; }
  .product-single-search i {
    top: 15px;
    font-size: 18px; }
  .product-single-select .nice-select {
    height: 50px;
    line-height: 50px;
    font-size: 16px;
    padding: 0 30px; } }

@media all and (max-width: 991px) {
  .shop-result-show {
    font-size: 18px; }
  .shop-product-area .pagination {
    margin-bottom: 80px; }
  .shop-section {
    margin: 80px 0; }
  .product-single-select .nice-select.open .list li {
    font-size: 16px; } }

@media all and (max-width: 767px) {
  .product-single-search {
    margin-bottom: 30px; }
  .shop-section {
    margin: 50px 0 40px 0; } }

/* --------------------------------------------------
/  Blog Style
/ ------------------------------------------------ */
.main-blog-section {
  padding: 140px 0; }
  .main-blog-section .card.card-blog {
    margin: 0 0 60px 0; }

.blog-type {
  padding: 45px 0;
  margin-bottom: 45px;
  background: #fef9f4; }
  .blog-type .catagory-area .nice-select {
    color: #ffffff;
    padding: 10px 35px;
    margin: 0 28px;
    font-size: 20px;
    height: auto;
    width: 240px;
    border-radius: 40px;
    border: 0;
    background: -webkit-gradient(linear, left top, right top, from(#d9130d), to(#fb3404));
    background: -webkit-linear-gradient(left, #d9130d 0%, #fb3404 100%);
    background: -o-linear-gradient(left, #d9130d 0%, #fb3404 100%);
    background: linear-gradient(to right, #d9130d 0%, #fb3404 100%); }
    .blog-type .catagory-area .nice-select:after {
      content: "";
      right: 30px;
      height: 10px;
      width: 10px;
      margin-top: -7px;
      border-bottom: 2px solid #ffffff;
      border-right: 2px solid #ffffff; }
    .blog-type .catagory-area .nice-select ul li {
      font-size: 16px; }
      .blog-type .catagory-area .nice-select ul li:hover {
        background-color: #f34f4f; }
    .blog-type .catagory-area .nice-select ul li.option.selected.focus {
      background-color: #f34f4f; }
    .blog-type .catagory-area .nice-select .list {
      color: #ffffff;
      background: -webkit-gradient(linear, left top, right top, from(#d9130d), to(#fb3404));
      background: -webkit-linear-gradient(left, #d9130d 0%, #fb3404 100%);
      background: -o-linear-gradient(left, #d9130d 0%, #fb3404 100%);
      background: linear-gradient(to right, #d9130d 0%, #fb3404 100%);
      width: 240px; }
  .blog-type .tag-area .nice-select {
    color: #ffffff;
    padding: 10px 35px;
    margin: 0 28px;
    font-size: 20px;
    height: auto;
    width: 240px;
    border-radius: 40px;
    border: 0;
    background: -webkit-gradient(linear, left bottom, left top, from(#d9130d), to(#fb3404));
    background: -webkit-linear-gradient(bottom, #d9130d 0%, #fb3404 100%);
    background: -o-linear-gradient(bottom, #d9130d 0%, #fb3404 100%);
    background: linear-gradient(to top, #d9130d 0%, #fb3404 100%); }
    .blog-type .tag-area .nice-select:after {
      content: "";
      right: 30px;
      height: 10px;
      width: 10px;
      margin-top: -7px;
      border-bottom: 2px solid #ffffff;
      border-right: 2px solid #ffffff; }
    .blog-type .tag-area .nice-select ul li {
      font-size: 16px; }
      .blog-type .tag-area .nice-select ul li:hover {
        background-color: #f34f4f; }
    .blog-type .tag-area .nice-select ul li.option.selected.focus {
      background-color: #f34f4f; }
    .blog-type .tag-area .nice-select .list {
      color: #ffffff;
      background: -webkit-gradient(linear, left bottom, left top, from(#d9130d), to(#fb3404));
      background: -webkit-linear-gradient(bottom, #d9130d 0%, #fb3404 100%);
      background: -o-linear-gradient(bottom, #d9130d 0%, #fb3404 100%);
      background: linear-gradient(to top, #d9130d 0%, #fb3404 100%);
      width: 240px; }
  .blog-type .author-area .nice-select {
    color: #ffffff;
    padding: 10px 35px;
    margin: 0 28px;
    font-size: 20px;
    height: auto;
    width: 240px;
    border-radius: 40px;
    border: 0;
    background: -webkit-gradient(linear, left top, right top, from(#d9130d), to(#fb3404));
    background: -webkit-linear-gradient(left, #d9130d 0%, #fb3404 100%);
    background: -o-linear-gradient(left, #d9130d 0%, #fb3404 100%);
    background: linear-gradient(to right, #d9130d 0%, #fb3404 100%); }
    .blog-type .author-area .nice-select:after {
      content: "";
      right: 30px;
      height: 10px;
      width: 10px;
      margin-top: -7px;
      border-bottom: 2px solid #ffffff;
      border-right: 2px solid #ffffff; }
    .blog-type .author-area .nice-select ul li {
      font-size: 16px; }
      .blog-type .author-area .nice-select ul li:hover {
        background-color: #f34f4f; }
    .blog-type .author-area .nice-select ul li.option.selected.focus {
      background-color: #f34f4f; }
    .blog-type .author-area .nice-select .list {
      color: #ffffff;
      background: -webkit-gradient(linear, left bottom, left top, from(#d9130d), to(#fb3404));
      background: -webkit-linear-gradient(bottom, #d9130d 0%, #fb3404 100%);
      background: -o-linear-gradient(bottom, #d9130d 0%, #fb3404 100%);
      background: linear-gradient(to top, #d9130d 0%, #fb3404 100%);
      width: 240px; }

.card-blog {
  margin: 30px 15px;
  border: 0px;
  background-color: white;
  -webkit-box-shadow: 0px 0px 20px 0px rgba(138, 126, 120, 0.22);
  box-shadow: 0px 0px 20px 0px rgba(138, 126, 120, 0.22); }
  .card-blog .link-img p {
    color: #232323;
    padding: 23px 30px 22px 30px;
    margin-bottom: 0px;
    text-align: right;
    font-size: 20px;
    text-transform: uppercase;
    letter-spacing: 0.25px;
    font-family: "ProductSans"; }
  .card-blog .meta-info {
    padding-left: 30px; }
    .card-blog .meta-info h3 {
      margin-bottom: 7px; }
      .card-blog .meta-info h3 a {
        color: #232323;
        padding: 7px 30px 5px 0px;
        font-size: 34px;
        font-family: "Constantia";
        font-weight: 700; }
        .card-blog .meta-info h3 a:hover {
          color: #ff0000; }
    .card-blog .meta-info .date {
      color: #989898;
      font-size: 18px;
      text-transform: uppercase;
      font-family: "ProductSans"; }
    .card-blog .meta-info .comments {
      padding-right: 30px; }
      .card-blog .meta-info .comments span {
        color: #989898;
        font-size: 18px; }
        .card-blog .meta-info .comments span i {
          font-size: 22px;
          padding-left: 25px;
          padding-right: 5px; }
        .card-blog .meta-info .comments span .icon-heart {
          background: -webkit-gradient(linear, left top, left bottom, from(#d9130d), to(#fb3404));
          background: -webkit-linear-gradient(top, #d9130d 0%, #fb3404 100%);
          background: -o-linear-gradient(top, #d9130d 0%, #fb3404 100%);
          background: linear-gradient(to bottom, #d9130d 0%, #fb3404 100%);
          -webkit-background-clip: text;
          -moz-background-clip: text;
          background-clip: text;
          -webkit-text-fill-color: transparent; }
        .card-blog .meta-info .comments span:hover i {
          color: #ff0000; }
  .card-blog .card-descript {
    color: #6b6b6b;
    font-size: 21px;
    padding: 35px 30px 0 30px; }

.pagination-res-spacing {
  padding-top: 40px !important;
  margin-bottom: -15px !important; }

@media all and (max-width: 1500px) {
  .card-blog .meta-info h3 a {
    font-size: 26px; }
  .card-blog .meta-info .comments span i {
    padding-left: 16px; }
  .card-blog .link-img p {
    font-size: 16px; }
  .card-blog .card-descript {
    font-size: 18px; }
  .card-blog .meta-info .comments span,
  .card-blog .meta-info .date {
    font-size: 16px; } }

@media all and (max-width: 1200px) {
  .sub-page-banner-section {
    width: calc(100% - 45px); }
  .main-blog-section {
    padding: 80px 0; }
  .card-blog .meta-info h3 {
    line-height: 20px; }
  .card-blog .meta-info h3 a {
    font-size: 20px; }
  .card-blog .meta-info .comments span i {
    padding-left: 5px;
    font-size: 16px; }
  .card-blog .link-img p {
    font-size: 14px; }
  .card-blog .card-descript {
    font-size: 16px; }
  .blog-type .catagory-area .nice-select,
  .blog-type .tag-area .nice-select,
  .blog-type .author-area .nice-select {
    font-size: 16px;
    margin: 0px 15px;
    width: 190px; }
  .blog-type .catagory-area .nice-select .list {
    width: 200px; }
  .sub-page-banner-section .section_title_area .section_title h2 {
    font-size: 45px; } }

@media all and (max-width: 767px) {
  .sub-page-banner-section {
    width: calc(100%); }
    .sub-page-banner-section .embed-responsive {
      left: 0px !important; }
  .section_title {
    text-align: center;
    padding: 0px 30px; }
  .sub-page-banner-section .section_title_area .section_title h2 {
    font-size: 30px; }
  .main-blog-section .blog-type {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; }
  .blog-type .catagory-area .nice-select, .blog-type .tag-area .nice-select {
    width: 250px;
    margin: 0 0 20px 0; }
  .blog-type .author-area .nice-select {
    width: 250px;
    margin: 0; }
  .main-blog-section {
    padding: 50px 0; }
  .card-blog .meta-info h3 a {
    font-size: 25px;
    line-height: 35px; } }

@media all and (max-width: 424px) {
  .card-blog .meta-info {
    padding-left: 15px; }
  .card-blog .meta-info .comments {
    padding-right: 15px; }
  .card-blog .card-descript {
    padding: 15px 15px 0 15px; }
  .card-blog .meta-info h3 a {
    font-size: 19px; }
  .card-blog .meta-info .comments span,
  .card-blog .meta-info .date {
    font-size: 14px; }
  .sub-page-banner-section .section_title_area .section_title h2 {
    font-size: 25px; } }

@media all and (max-width: 360px) {
  .pagination-navbar .pagination .page-item .page-link {
    font-size: 14px !important;
    padding: 5px !important;
    line-height: 28px !important; }
  .pagination-navbar .pagination .active .page-link {
    height: 40px !important;
    width: 40px !important; }
  .pagination-navbar .pagination {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; } }

/* --------------------------------------------------
/  Buy a Home Style
/ ------------------------------------------------ */
.buy-home-section {
  padding: 140px 0 125px 0; }

.property-area .single-property {
  margin-bottom: 30px;
  -webkit-box-shadow: 0px 0px 25px 0px rgba(138, 126, 120, 0.2);
  box-shadow: 0px 0px 25px 0px rgba(138, 126, 120, 0.2); }
  .property-area .single-property .property-type {
    padding: 25px 0px 16px 28px; }
    .property-area .single-property .property-type h4 {
      color: #232323;
      font-size: 20px; }
  .property-area .single-property .property-duration {
    padding: 25px 35px 16px 15px; }
    .property-area .single-property .property-duration p {
      color: #989898;
      margin-bottom: 0;
      font-size: 18px;
      font-weight: 500;
      text-transform: uppercase; }
  .property-area .single-property .property-detail {
    padding: 0 35px 0 15px; }
    .property-area .single-property .property-detail h3 {
      color: #232323;
      font-size: 34px;
      font-family: "Constantia";
      font-weight: 700;
      line-height: 37px; }
  .property-area .single-property .property-address {
    padding: 0 35px 0 15px; }
    .property-area .single-property .property-address p {
      margin-bottom: 15px; }
      .property-area .single-property .property-address p img {
        padding-bottom: 10px; }
      .property-area .single-property .property-address p span {
        color: #6b6b6b;
        font-size: 22px;
        padding-left: 7px; }
  .property-area .single-property .property-favourite {
    padding: 0 35px 27px 15px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between; }
    .property-area .single-property .property-favourite h1 {
      color: #232323;
      margin-bottom: 0px;
      font-size: 50px;
      font-weight: 500; }
    .property-area .single-property .property-favourite p {
      margin-top: -10px;
      margin-bottom: 0px; }
      .property-area .single-property .property-favourite p span {
        cursor: pointer; }
      .property-area .single-property .property-favourite p .fav-img-1 {
        margin-left: -13px; }
  .property-area .single-property .property-descript {
    padding: 0 45px 0 15px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between; }
    .property-area .single-property .property-descript p {
      color: #787c7f;
      font-size: 22px; }
      .property-area .single-property .property-descript p img {
        margin-top: -10px; }

/* ------------------------------------------------
/  Gallary Style
/ ---------------------------------------------- */
.button {
  display: inline-block;
  padding: 0.5em 1.0em;
  background: #EEE;
  border: none;
  border-radius: 7px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, 0.2)));
  background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.2));
  background-image: -o-linear-gradient(top, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.2));
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.2));
  color: #222;
  font-family: sans-serif;
  font-size: 16px;
  text-shadow: 0 1px white;
  cursor: pointer; }

.button:hover {
  background-color: #8CF;
  text-shadow: 0 1px rgba(255, 255, 255, 0.5);
  color: #222; }

.button:active,
.button.is-checked {
  background-color: #28F; }

.button.is-checked {
  color: white;
  text-shadow: 0 -1px rgba(0, 0, 0, 0.8); }

.button:active {
  -webkit-box-shadow: inset 0 1px 10px rgba(0, 0, 0, 0.8);
  box-shadow: inset 0 1px 10px rgba(0, 0, 0, 0.8); }

/* ---- button-group ---- */
.button-group {
  margin-bottom: 20px; }

.button-group:after {
  content: '';
  display: block;
  clear: both; }

.button-group .button {
  float: left;
  border-radius: 0;
  margin-left: 0;
  margin-right: 1px; }

.button-group .button:first-child {
  border-radius: 0.5em 0 0 0.5em; }

.button-group .button:last-child {
  border-radius: 0 0.5em 0.5em 0; }

/* clear fix */
.grid:after {
  content: '';
  display: block;
  clear: both; }

/* ---- .element-item ---- */
.element-item {
  top: 0px;
  left: 0px; }

/* -------------------------------------------------
/  Pagination Style
/ ------------------------------------------------*/
.pagination-navbar {
  padding-top: 50px;
  margin-left: -20px; }
  .pagination-navbar .pagination .page-item {
    padding: 0px 5px; }
    .pagination-navbar .pagination .page-item .page-link {
      color: #232323;
      border: 0px;
      font-size: 20px; }
      .pagination-navbar .pagination .page-item .page-link:hover {
        color: #ff0000; }
      .pagination-navbar .pagination .page-item .page-link i {
        color: #232323;
        padding-top: 5px;
        font-size: 20px;
        font-weight: 600; }
      .pagination-navbar .pagination .page-item .page-link:focus {
        outline: none;
        -webkit-box-shadow: none;
        box-shadow: none; }
    .pagination-navbar .pagination .page-item:hover .page-link {
      background: #ffffff;
      cursor: pointer; }
    .pagination-navbar .pagination .page-item:focus {
      -webkit-box-shadow: none;
      box-shadow: none; }
      .pagination-navbar .pagination .page-item:focus .page-link {
        -webkit-box-shadow: none;
        box-shadow: none; }
  .pagination-navbar .pagination .active .page-link {
    color: #ffffff;
    padding-top: 10px;
    height: 50px;
    width: 50px;
    text-align: center;
    background: -webkit-gradient(linear, left bottom, left top, from(#d50f0e), to(#fd3703)) !important;
    background: -webkit-linear-gradient(bottom, #d50f0e 0%, #fd3703 100%) !important;
    background: -o-linear-gradient(bottom, #d50f0e 0%, #fd3703 100%) !important;
    background: linear-gradient(to top, #d50f0e 0%, #fd3703 100%) !important;
    border-radius: 50%;
    -webkit-box-shadow: none;
    box-shadow: none; }

/*
|-----------------------------------
|	Blog Style (Home)
|-----------------------------------
*/
.blog-section .section_title {
  margin-bottom: 45px; }

.blog-section .blog-pagination .owl-nav {
  position: absolute;
  right: 0;
  top: -110px; }
  .blog-section .blog-pagination .owl-nav button {
    background: -webkit-gradient(linear, left bottom, left top, from(#d50f0e), to(#fd3703)) !important;
    background: -webkit-linear-gradient(bottom, #d50f0e 0%, #fd3703 100%) !important;
    background: -o-linear-gradient(bottom, #d50f0e 0%, #fd3703 100%) !important;
    background: linear-gradient(to top, #d50f0e 0%, #fd3703 100%) !important;
    border-radius: 50px;
    width: 70px;
    height: 70px;
    text-align: center; }
    .blog-section .blog-pagination .owl-nav button:focus {
      outline: none; }
  .blog-section .blog-pagination .owl-nav button.owl-prev {
    margin-right: 20px; }
    .blog-section .blog-pagination .owl-nav button.owl-prev i {
      font-size: 30px;
      color: #ffffff;
      line-height: 70px; }
  .blog-section .blog-pagination .owl-nav button.owl-next i {
    font-size: 30px;
    color: #ffffff;
    line-height: 70px; }

@media all and (max-width: 1500px) {
  .blog-section .blog-pagination .owl-nav button.owl-prev i {
    font-size: 25px;
    line-height: 60px; }
  .blog-section .blog-pagination .owl-nav button.owl-next i {
    font-size: 25px;
    line-height: 60px; }
  .blog-section .blog-pagination .owl-nav button {
    width: 60px;
    height: 60px; }
  .blog-section .blog-pagination .owl-nav {
    top: -100px; } }

@media all and (max-width: 1200px) {
  .blog-section .blog-pagination .owl-nav button.owl-prev i {
    font-size: 22px;
    line-height: 50px; }
  .blog-section .blog-pagination .owl-nav button.owl-next i {
    font-size: 22px;
    line-height: 50px; }
  .blog-section .blog-pagination .owl-nav button {
    width: 50px;
    height: 50px; }
  .blog-section .blog-pagination .owl-nav {
    top: -100px; } }

@media all and (max-width: 991px) {
  .blog-section .section_title {
    text-align: left;
    padding: 0; }
  .blog-section .blog-pagination .owl-nav {
    left: 15px;
    top: -35px !important; }
  .blog-section .section_title {
    margin-bottom: 65px; } }

/*
|-----------------------------------
|	property-single-page
|-----------------------------------
*/
.property-title .title {
  font-family: "Constantia";
  font-size: 55px;
  line-height: 58px;
  font-weight: 700;
  margin-bottom: 45px;
  color: #232323; }

.property-location .title {
  margin-bottom: 20px; }

.property-location span {
  font-family: "ProductSans";
  font-size: 22px;
  line-height: 22px;
  font-weight: 500;
  color: #6b6b6b;
  display: inline-block;
  margin-bottom: 40px; }
  .property-location span img {
    margin-right: 2px; }

.property-location .thumb {
  margin-bottom: 53px; }
  .property-location .thumb img {
    max-width: 100%; }

.property-location ul {
  list-style: none;
  padding-left: 0; }
  .property-location ul li {
    display: inline-block;
    margin-right: 75px; }
    .property-location ul li a {
      font-family: "ProductSans";
      font-size: 22px;
      line-height: 22px;
      font-weight: 500;
      color: #232323; }
      .property-location ul li a img {
        margin-right: 11px; }

.property-location-two .title {
  margin-bottom: 55px; }

.property-description {
  margin: 55px 0; }
  .property-description p {
    font-family: "ProductSans";
    font-size: 22px;
    line-height: 26px;
    font-weight: 400;
    color: #6b6b6b; }
  .property-description .mb {
    margin-bottom: 85px; }

.property-details {
  margin-bottom: 55px; }
  .property-details .table.table-striped tbody tr {
    background-color: transparent; }
    .property-details .table.table-striped tbody tr th {
      font-family: "ProductSans";
      font-size: 22px;
      line-height: 22px;
      font-weight: 400;
      color: #232323;
      border: 0; }
    .property-details .table.table-striped tbody tr td {
      font-family: "ProductSans";
      font-size: 22px;
      line-height: 22px;
      font-weight: 400;
      color: #6b6b6b;
      border: 0; }

.property-description {
  margin-bottom: 55px; }
  .property-description .facilities a {
    font-family: "ProductSans";
    font-size: 22px;
    line-height: 26px;
    font-weight: 400;
    margin-bottom: 25px;
    color: #6b6b6b;
    margin-left: 36px;
    display: block;
    text-decoration: none;
    position: relative; }
    .property-description .facilities a:before {
      content: '';
      display: block;
      height: 11px;
      width: 11px;
      top: 11px;
      left: -35px;
      bottom: 0;
      border-radius: 50%;
      background-color: #f52f06;
      position: absolute; }

.photo-accordion.accordion .card {
  border: 0;
  margin-bottom: 50px;
  -webkit-box-shadow: 0px 0px 25px 0px rgba(138, 126, 120, 0.3);
  box-shadow: 0px 0px 25px 0px rgba(138, 126, 120, 0.3); }
  .photo-accordion.accordion .card .card-header {
    padding: 0;
    border: 0; }
    .photo-accordion.accordion .card .card-header .btn-link {
      font-family: "Constantia";
      font-size: 34px;
      font-weight: 700;
      line-height: 34px;
      color: #232323;
      text-decoration: none;
      text-align: left;
      padding: 40px 0 34px 43px;
      text-transform: uppercase;
      white-space: inherit;
      position: relative;
      background-color: #ffffff; }
      .photo-accordion.accordion .card .card-header .btn-link:after {
        content: '\f067';
        display: block;
        top: 43px;
        right: 45px;
        bottom: 0;
        color: #f52f06;
        position: absolute;
        font-family: fontawesome; }
      .photo-accordion.accordion .card .card-header .btn-link.collapsed:after {
        content: '\f068';
        display: block;
        top: 43px;
        right: 45px;
        bottom: 0;
        color: #f52f06;
        position: absolute;
        font-family: fontawesome; }

@media all and (max-width: 1400px) {
  .property-location ul li {
    display: inline-block;
    margin-right: 21px; } }

/*
|-----------------------------------
|	review section
|-----------------------------------
*/
.review-post {
  padding: 100px 0;
  background-color: #fef9f4; }

.blog-post-comment {
  background: #fef9f4;
  padding: 100px 0 0 0; }
  .blog-post-comment .card-title {
    font-family: "Constantia";
    font-size: 45px;
    line-height: 45px;
    font-weight: 700;
    margin-bottom: 44px;
    color: #232323;
    text-align: center; }
  .blog-post-comment .single-comment.active {
    border-bottom: 1px solid rgba(247, 176, 163, 0.2);
    padding-bottom: 0; }
    .blog-post-comment .single-comment.active .single-comment.media {
      border-top: 1px solid rgba(247, 176, 163, 0.2);
      border-bottom: none;
      padding-bottom: 0; }
  .blog-post-comment .single-comment {
    border-bottom: 1px solid rgba(247, 176, 163, 0.5);
    padding: 15px 0 45px 0; }
    .blog-post-comment .single-comment .media-body {
      margin-left: 40px; }
      .blog-post-comment .single-comment .media-body .name {
        font-family: "Constantia";
        font-weight: 500;
        font-size: 28px;
        line-height: 35px;
        display: inline-block;
        margin: 0 22px 12px 0; }
        .blog-post-comment .single-comment .media-body .name a {
          text-decoration: none; }
          .blog-post-comment .single-comment .media-body .name a:hover {
            color: #ff0000; }
      .blog-post-comment .single-comment .media-body .date {
        font-weight: 600;
        font-size: 18px;
        line-height: 16px;
        color: #6b6b6b; }
        .blog-post-comment .single-comment .media-body .date i {
          margin-right: 10px; }
      .blog-post-comment .single-comment .media-body .reply-btn {
        font-weight: 600;
        font-size: 20px;
        float: right;
        height: 40px;
        line-height: 40px;
        padding: 0 12px 0 12px;
        text-decoration: none;
        text-transform: uppercase; }
        .blog-post-comment .single-comment .media-body .reply-btn:hover {
          color: #ff0000; }
        .blog-post-comment .single-comment .media-body .reply-btn img {
          margin-right: 10px; }
      .blog-post-comment .single-comment .media-body .comment {
        font-size: 22px;
        line-height: 26px;
        font-weight: 500;
        margin-bottom: 22px;
        padding-bottom: 10px; }

.comment-area {
  padding: 35px 0 140px 0;
  background-color: #fef9f4; }
  .comment-area .card-title {
    font-family: "Constantia";
    font-size: 45px;
    line-height: 45px;
    font-weight: 700;
    margin-bottom: 44px;
    color: #232323; }
  .comment-area .blog-contact-form input {
    padding: 0 0 20px 0;
    margin-bottom: 57px;
    border: 0;
    border-radius: 0;
    font-weight: 400;
    color: #6b6b6b;
    background-color: transparent;
    border-bottom: 1px solid #f7b0a3; }
    .comment-area .blog-contact-form input:focus {
      outline: none;
      -webkit-box-shadow: none;
      box-shadow: none; }
  .comment-area .blog-contact-form input::-webkit-input-placeholder {
    font-family: "ProductSans";
    font-size: 22px;
    font-weight: 400;
    color: colorblack; }
  .comment-area .blog-contact-form input:-ms-input-placeholder {
    font-family: "ProductSans";
    font-size: 22px;
    font-weight: 400;
    color: colorblack; }
  .comment-area .blog-contact-form input::-ms-input-placeholder {
    font-family: "ProductSans";
    font-size: 22px;
    font-weight: 400;
    color: colorblack; }
  .comment-area .blog-contact-form input::placeholder {
    font-family: "ProductSans";
    font-size: 22px;
    font-weight: 400;
    color: colorblack; }
  .comment-area .blog-contact-form textarea {
    padding: 0 0 65px 0;
    margin-bottom: 60px;
    color: #6b6b6b;
    border: 0;
    border-radius: 0;
    font-weight: 400;
    background-color: transparent;
    border-bottom: 1px solid #f7b0a3; }
    .comment-area .blog-contact-form textarea:focus {
      outline: none;
      -webkit-box-shadow: none;
      box-shadow: none; }
  .comment-area .blog-contact-form textarea::-webkit-input-placeholder {
    font-family: "ProductSans";
    font-size: 22px;
    font-weight: 400;
    color: colorblack; }
  .comment-area .blog-contact-form textarea:-ms-input-placeholder {
    font-family: "ProductSans";
    font-size: 22px;
    font-weight: 400;
    color: colorblack; }
  .comment-area .blog-contact-form textarea::-ms-input-placeholder {
    font-family: "ProductSans";
    font-size: 22px;
    font-weight: 400;
    color: colorblack; }
  .comment-area .blog-contact-form textarea::placeholder {
    font-family: "ProductSans";
    font-size: 22px;
    font-weight: 400;
    color: colorblack; }
  .comment-area .blog-contact-form .btn.btn-red.bg-red {
    text-transform: uppercase;
    font-size: 20px;
    line-height: 20px;
    font-family: "ProductSans";
    letter-spacing: 0.25px;
    padding-bottom: 10px;
    padding-top: 10px; }
    .comment-area .blog-contact-form .btn.btn-red.bg-red:focus {
      outline: none;
      -webkit-box-shadow: none;
      box-shadow: none;
      background-image: -webkit-gradient(linear, left top, right top, from(#d40e0e), to(#ff3803));
      background-image: -webkit-linear-gradient(left, #d40e0e 0%, #ff3803 100%);
      background-image: -o-linear-gradient(left, #d40e0e 0%, #ff3803 100%);
      background-image: linear-gradient(to right, #d40e0e 0%, #ff3803 100%); }
    .comment-area .blog-contact-form .btn.btn-red.bg-red:active {
      outline: none;
      -webkit-box-shadow: none;
      box-shadow: none;
      background-image: -webkit-gradient(linear, left top, right top, from(#d40e0e), to(#ff3803));
      background-image: -webkit-linear-gradient(left, #d40e0e 0%, #ff3803 100%);
      background-image: -o-linear-gradient(left, #d40e0e 0%, #ff3803 100%);
      background-image: linear-gradient(to right, #d40e0e 0%, #ff3803 100%); }
  .comment-area .btn-black {
    height: 56px;
    padding: 0 46px 0 46px; }
  .comment-area .button-property .btn-red {
    height: 70px;
    padding: 0 42px 0 49px; }

@media all and (max-width: 1200px) {
  .comment-area .card-title,
  .blog-post-comment .card-title {
    font-size: 35px; }
  .blog-post-comment .single-comment .media-body .name {
    font-size: 20px; }
  .blog-post-comment .single-comment .media-body .date {
    font-size: 14px; }
  .blog-post-comment .single-comment .media-body .comment {
    font-size: 16px; }
  .blog-post-comment .single-comment .media-body .reply-btn {
    font-size: 16px; }
  .blog-post-comment .single-comment {
    padding: 15px 0 25px 0; }
  .comment-area .blog-contact-form .btn.btn-red.bg-red {
    font-size: 18px;
    line-height: 18px; }
  .comment-area .blog-contact-form textarea::-webkit-input-placeholder {
    font-size: 18px; }
  .comment-area .blog-contact-form textarea:-ms-input-placeholder {
    font-size: 18px; }
  .comment-area .blog-contact-form textarea::-ms-input-placeholder {
    font-size: 18px; }
  .comment-area .blog-contact-form textarea::placeholder {
    font-size: 18px; }
  .comment-area .blog-contact-form input::-webkit-input-placeholder {
    font-size: 18px; }
  .comment-area .blog-contact-form input:-ms-input-placeholder {
    font-size: 18px; }
  .comment-area .blog-contact-form input::-ms-input-placeholder {
    font-size: 18px; }
  .comment-area .blog-contact-form input::placeholder {
    font-size: 18px; }
  .comment-area .blog-contact-form textarea {
    padding: 0 0 50px 0; } }

@media all and (max-width: 767px) {
  .blog-post-comment {
    padding: 70px 0 0 0; }
  .blog-post-comment .single-comment.media {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-line-pack: baseline;
    align-content: baseline;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column; }
    .blog-post-comment .single-comment.media .media-body {
      margin-left: 0 !important; }
  .blog-post-comment .single-comment.active.media {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-line-pack: baseline;
    align-content: baseline;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column; }
    .blog-post-comment .single-comment.active.media .single-comment.media {
      margin-left: 40px; }
  .blog-post-comment .single-comment .media-body .reply-btn img {
    width: 25px; } }

@media all and (max-width: 424px) {
  .comment-area .card-title,
  .blog-post-comment .card-title {
    font-size: 25px; }
  .blog-post-comment .single-comment .media-body .name {
    font-size: 20px;
    display: block;
    margin: 0 0 5px 0; }
  .blog-post-comment .single-comment .media-body .date {
    font-size: 14px;
    margin: 0 0 25px 0;
    display: block; } }

/*---------------------------------------
	property-sidebar
----------------------------------------*/
.property-price {
  text-align: right;
  margin-bottom: 50px; }
  .property-price h4 {
    font-family: "ProductSans";
    font-size: 50px;
    line-height: 56px;
    font-weight: 400;
    color: #232323; }
  .property-price span {
    font-family: "ProductSans";
    font-size: 22px;
    line-height: 26px;
    font-weight: 400;
    color: #6b6b6b; }

.property-contact-area {
  margin-bottom: 30px;
  padding: 45px;
  background-color: #fef9f4; }
  .property-contact-area .social-contact h5 {
    font-family: "Constantia";
    font-size: 34px;
    line-height: 38px;
    font-weight: 700;
    margin-bottom: 35px; }
  .property-contact-area .social-contact ul {
    list-style: none;
    padding-left: 0px;
    margin-bottom: 45px; }
    .property-contact-area .social-contact ul li {
      display: inline-block;
      margin-right: 26px; }
      .property-contact-area .social-contact ul li a {
        font-size: 20px; }
      .property-contact-area .social-contact ul li:last-child {
        margin-right: 0; }
      .property-contact-area .social-contact ul li .btn-red {
        padding: 10px 30px;
        border: none;
        text-transform: uppercase; }
        .property-contact-area .social-contact ul li .btn-red:focus {
          outline: none;
          -webkit-box-shadow: none;
          box-shadow: none; }
        .property-contact-area .social-contact ul li .btn-red:active {
          background-image: -webkit-gradient(linear, left top, right top, from(#d40e0e), to(#ff3803));
          background-image: -webkit-linear-gradient(left, #d40e0e 0%, #ff3803 100%);
          background-image: -o-linear-gradient(left, #d40e0e 0%, #ff3803 100%);
          background-image: linear-gradient(to right, #d40e0e 0%, #ff3803 100%); }
  .property-contact-area .media {
    margin-bottom: 30px; }

.property-sidebar .property-contact-area .media-body h5 {
  font-size: 22px;
  margin-left: 10px;
  font-family: "ProductSans"; }

.property-sidebar .property-contact-area .media img {
  width: 40px; }

.property-form {
  padding: 45px 45px 45px 45px;
  background-color: #fef9f4; }
  .property-form h6 {
    font-family: "Constantia";
    font-size: 34px;
    line-height: 38px;
    font-weight: 700;
    margin: 0 0 45px 0; }
  .property-form form input {
    height: 56px !important;
    margin-bottom: 50px !important;
    padding: 0;
    border: 0;
    border-radius: 0;
    background-color: transparent;
    border-bottom: 1px solid #f7b0a3; }
  .property-form form input::-webkit-input-placeholder {
    font-size: 20px;
    font-weight: 400; }
  .property-form form input:-ms-input-placeholder {
    font-size: 20px;
    font-weight: 400; }
  .property-form form input::-ms-input-placeholder {
    font-size: 20px;
    font-weight: 400; }
  .property-form form input::placeholder {
    font-size: 20px;
    font-weight: 400; }
  .property-form form textarea {
    height: 90px !important;
    margin-bottom: 45px !important;
    padding: 0;
    border: 0;
    border-radius: 0;
    background-color: transparent;
    border-bottom: 1px solid #f7b0a3; }
    .property-form form textarea:focus {
      border-color: #f7b0a3; }
  .property-form form textarea::-webkit-input-placeholder {
    font-size: 20px;
    font-weight: 400; }
  .property-form form textarea:-ms-input-placeholder {
    font-size: 20px;
    font-weight: 400; }
  .property-form form textarea::-ms-input-placeholder {
    font-size: 20px;
    font-weight: 400; }
  .property-form form textarea::placeholder {
    font-size: 20px;
    font-weight: 400; }
  .property-form form .btn-red {
    width: 100%; }

@media all and (max-width: 1400px) {
  .property-form h6 {
    font-size: 31px; } }

/*
|-----------------------------------
|	Buy home single
|-----------------------------------
*/
.home-single {
  padding: 140px 0 110px 0; }

.home-single .home-category-area {
  position: relative;
  height: 100%; }
  .home-single .home-category-area .home-category {
    position: absolute;
    bottom: 0;
    left: 0; }

.home-post {
  margin-bottom: 30px;
  padding: 30px 10px 0 0;
  background-color: white;
  -webkit-box-shadow: 0px 0px 25px 0px rgba(138, 126, 120, 0.2);
  box-shadow: 0px 0px 25px 0px rgba(138, 126, 120, 0.2); }

.home-category h4 {
  font-family: "ProductSans";
  font-size: 20px;
  line-height: 26px;
  font-weight: 400;
  color: #232323;
  padding: 0 30px;
  margin: 30px 0 25px 0;
  display: block; }

.home-category img {
  max-width: 100%; }

.home-about {
  padding: 10px 10px 20px 10px; }
  .home-about .date {
    font-family: "ProductSans";
    font-size: 18px;
    line-height: 24px;
    font-weight: 400;
    color: #989898;
    margin-bottom: 13px;
    text-transform: uppercase; }
  .home-about .title a {
    font-family: "Constantia";
    font-size: 34px;
    line-height: 38px;
    font-weight: 700;
    color: #232323;
    margin-bottom: 13px;
    text-decoration: none; }
  .home-about span {
    font-family: "ProductSans";
    font-size: 22px;
    line-height: 28px;
    font-weight: 400;
    color: #989898;
    margin-bottom: 29px;
    display: inline-block; }
    .home-about span img {
      margin-right: 1px; }
  .home-about .price ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    margin: 0 0 20px 0; }
    .home-about .price ul li {
      margin: 0px; }
      .home-about .price ul li span {
        font-family: "ProductSans";
        font-size: 50px;
        line-height: 54px;
        font-weight: 400;
        color: #232323;
        margin: 0 33px 3px 0;
        display: inline-block; }
      .home-about .price ul li.icon {
        height: 60px;
        width: 60px;
        line-height: 60px;
        border-radius: 50%;
        text-align: center;
        border: 1px solid #f7b0a3;
        background-color: white;
        -webkit-box-shadow: 0px 0px 17px 0px rgba(138, 126, 120, 0.1);
        box-shadow: 0px 0px 17px 0px rgba(138, 126, 120, 0.1);
        margin-right: 10px; }
        .home-about .price ul li.icon img {
          margin: 0; }
  .home-about ul {
    list-style: none;
    padding-left: 0; }
    .home-about ul li {
      font-family: "ProductSans";
      font-size: 22px;
      line-height: 22px;
      font-weight: 400;
      color: #787c7f;
      display: inline-block;
      margin-right: 20px; }
      .home-about ul li img {
        margin-right: 13px; }

@media all and (max-width: 1500px) {
  .home-category h4,
  .home-about .date {
    font-size: 16px;
    line-height: 22px; }
  .home-about .title a {
    font-size: 27px;
    line-height: 35px; }
  .home-about span {
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 20px; }
  .home-about span img {
    width: 13px;
    margin: -4px 6px 0 0; }
  .home-about .price ul li span {
    font-size: 44px;
    line-height: 50px;
    margin: 0 33px 3px 0;
    display: block; }
  .home-about .price ul li span {
    font-size: 30px;
    line-height: 35px;
    margin: 0 20px 3px 0; }
  .home-about .price ul {
    margin: 0; }
    .home-about .price ul li.icon {
      height: 35px;
      width: 35px;
      line-height: 35px; }
      .home-about .price ul li.icon img {
        width: 14px; }
  .home-about ul li {
    font-size: 16px; }
  .home-about ul li img {
    margin-right: 10px;
    width: 20px; } }

@media all and (max-width: 1200px) {
  .home-category h4, .home-about .date {
    font-size: 14px;
    line-height: 18px; }
  .home-about .title {
    font-size: 25px;
    line-height: 30px; }
    .home-about .title a {
      font-size: 25px;
      line-height: 30px; }
  .price {
    margin-bottom: 10px; }
  .home-about span {
    margin-bottom: 10px; }
  .home-about ul {
    margin: 0; }
  .home-about ul li {
    margin-right: 8px; } }

@media all and (max-width: 991px) {
  .home-category h4 {
    margin: 0px 0 20px 0; }
  .home-single .home-category-area .home-category {
    position: unset; }
  .home-single .home-category-area {
    position: unset;
    height: auto; }
  .home-about {
    padding: 40px 30px; }
  .home-about .title {
    margin-bottom: 20px; }
  .home-single {
    padding: 90px 0 60px 0; }
  .home-sidebar {
    margin-top: 35px; }
  .home-about ul li {
    margin-right: 30px; } }

@media all and (max-width: 767px) {
  .home-about ul li {
    margin-right: 10px; } }

@media all and (max-width: 424px) {
  .home-about .title a {
    font-size: 23px;
    line-height: 30px; }
  .home-about .price ul li span {
    font-size: 27px;
    margin: 0 20px 3px 0; }
  .home-about {
    padding: 40px 15px; }
  .home-about ul li {
    font-size: 14px; }
    .home-about ul li:last-child {
      margin-right: 0; } }

/*
|-----------------------------------
|	Buy home-sidebar
|-----------------------------------
*/
.home-sidebar {
  padding: 30px;
  background-color: #fef9f4; }
  .home-sidebar .form-group .form-control {
    font-family: "ProductSans";
    font-size: 22px;
    font-weight: 400;
    color: #6b6b6b;
    width: 100%;
    border: 0;
    margin-bottom: 50px;
    border-radius: 0;
    padding: 0 10px 0 0;
    border-bottom: 1px solid #f7b0a3;
    background-color: transparent; }
    .home-sidebar .form-group .form-control:focus {
      -webkit-box-shadow: none;
      box-shadow: none;
      outline: none; }

.nice-select.open .list {
  width: 100%; }

.nice-select:after {
  border-bottom: 2px solid #f52f06;
  border-right: 2px solid #f52f06;
  width: 10px;
  height: 10px; }

/*
|-----------------------------------
|	page-title
|-----------------------------------
*/
.page-title {
  padding: 0 100px; }

.blog-post-banner {
  background-image: url(../images/banner/01.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  padding: 444px 10px 434px 10px; }
  .blog-post-banner h4 {
    font-family: "Constantia";
    font-size: 55px;
    font-weight: 700;
    line-height: 55px;
    color: #ffffff;
    position: relative; }
    .blog-post-banner h4:before {
      content: '';
      display: block;
      left: 50%;
      bottom: -26px;
      margin-left: -76px;
      height: 2px;
      width: 152px;
      position: absolute;
      background-color: #f52f06; }

@media all and (max-width: 1500px) {
  .page-title {
    padding: 0 80px; }
  .blog-post-banner h4 {
    font-size: 50px; }
  .blog-section .section_title h2 {
    font-size: 50px; }
  .blog-post-banner {
    padding: 200px 10px; } }

@media all and (max-width: 1200px) {
  .page-title {
    padding: 0px; }
  .blog-post-banner {
    padding: 150px 0; }
  .blog-post-banner h4 {
    font-size: 40px; }
  .blog-post-banner h4::before {
    bottom: -15px; }
  .blog-section .section_title h2 {
    font-size: 40px; } }

@media all and (max-width: 991px) {
  .blog-post-banner h4 {
    font-size: 35px; } }

@media all and (max-width: 767px) {
  .blog-post-banner {
    padding: 100px 10px; }
    .blog-post-banner h4 {
      font-size: 30px;
      line-height: 45px; }
  .page-title {
    margin: 0px; } }

@media all and (max-width: 424px) {
  .blog-post-banner h4 {
    font-size: 24px;
    line-height: 35px; } }

/*
|-----------------------------------
|	author-post
|-----------------------------------
*/
.author-post .author-post-heading {
  padding: 45px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between; }
  .author-post .author-post-heading .media img {
    margin-right: 14px; }
  .author-post .author-post-heading .media .media-body h5 {
    font-family: "ProductSans";
    font-size: 18px;
    font-weight: 400;
    line-height: 18px;
    color: #989898;
    text-transform: uppercase; }
  .author-post .author-post-heading .post ul {
    padding: 0;
    margin: 0; }
    .author-post .author-post-heading .post ul li {
      float: left;
      list-style: none; }
      .author-post .author-post-heading .post ul li:last-child a:before {
        content: none; }
      .author-post .author-post-heading .post ul li:last-child a {
        content: none;
        padding: 0 0 0 25px; }
      .author-post .author-post-heading .post ul li a {
        font-family: "ProductSans";
        font-size: 18px;
        font-weight: 400;
        color: #989898;
        text-decoration: none;
        text-transform: uppercase;
        position: relative;
        padding: 0 25px;
        -webkit-transition: all 0.3s ease-in-out;
        -moz-transition: all 0.3s ease-in-out;
        -o-transition: all 0.3s ease-in-out;
        transition: all 0.3s ease-in-out; }
        .author-post .author-post-heading .post ul li a:hover {
          color: #ff0000; }
        .author-post .author-post-heading .post ul li a:before {
          content: '';
          height: 18px;
          width: 2px;
          right: 0px;
          bottom: 50%;
          margin-bottom: -9px;
          position: absolute;
          background-color: #f52f06; }
        .author-post .author-post-heading .post ul li a i {
          margin-right: 10px; }
        .author-post .author-post-heading .post ul li a .heart {
          color: #f52f06; }

.author-post p {
  font-family: "ProductSans";
  font-size: 22px;
  font-weight: 400;
  line-height: 26px;
  color: #6b6b6b; }
  .author-post p span {
    font-weight: 700;
    color: #232323; }

.blog-content-area .italic {
  font-family: "ProductSans";
  font-size: 21px;
  font-weight: 400;
  line-height: 23px;
  color: #989898;
  font-style: italic;
  padding: 30px 60px;
  margin-bottom: 10px; }

.blog-content-area img {
  max-width: 100%; }

.blog-content-area p {
  font-family: "ProductSans";
  font-size: 22px;
  font-weight: 400;
  line-height: 26px;
  color: #6b6b6b; }

.blog-content-area h4.quote.text-center {
  margin: 0 0 30px 0; }
  .blog-content-area h4.quote.text-center i {
    display: block;
    font-size: 40px;
    margin: 0 0 15px 0; }

.post-button {
  border-bottom: 1px solid #f3f3f3;
  padding: 25px 0 115px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between; }
  .post-button .button-left {
    list-style: none;
    padding-left: 0;
    display: inline-block;
    margin: 0; }
    .post-button .button-left li {
      display: inline-block; }
      .post-button .button-left li a {
        font-family: "ProductSans";
        font-size: 18px;
        font-weight: 400;
        line-height: 50px;
        color: #232323;
        height: 50px;
        padding: 0 38px 0 38px;
        border-radius: 10px;
        margin-right: 10px;
        text-decoration: none;
        text-transform: uppercase;
        background-color: #e1e1e1;
        -webkit-transition: all 0.3s ease-in-out;
        -moz-transition: all 0.3s ease-in-out;
        -o-transition: all 0.3s ease-in-out;
        transition: all 0.3s ease-in-out; }
        .post-button .button-left li a:focus {
          -webkit-box-shadow: none;
          box-shadow: none; }
        .post-button .button-left li a:hover {
          background: -webkit-gradient(linear, left top, right top, from(#d40e0e), to(#ff3803));
          background: -webkit-linear-gradient(left, #d40e0e 0%, #ff3803 100%);
          background: -o-linear-gradient(left, #d40e0e 0%, #ff3803 100%);
          background: linear-gradient(to right, #d40e0e 0%, #ff3803 100%);
          color: #ffffff; }
  .post-button .button-right {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center; }
    .post-button .button-right .heart {
      height: 60px;
      width: 60px;
      border-radius: 50%;
      text-align: center;
      line-height: 60px;
      margin-right: 16px;
      border: 1px solid #f7b0a3;
      display: inline-block;
      -webkit-box-shadow: 0px 0px 17px 0px rgba(138, 126, 120, 0.15);
      box-shadow: 0px 0px 17px 0px rgba(138, 126, 120, 0.15); }
    .post-button .button-right .btn-border {
      font-family: "ProductSans";
      font-size: 20px;
      font-weight: 400;
      height: 60px;
      line-height: 60px;
      padding: 0 40px 0 40px;
      color: #232323;
      text-transform: uppercase;
      border-radius: 30px;
      border: 1px solid #f7b0a3;
      -webkit-box-shadow: 0px 0px 17px 0px rgba(138, 126, 120, 0.15);
      box-shadow: 0px 0px 17px 0px rgba(138, 126, 120, 0.15);
      -webkit-transition: all 0.3s ease-in-out;
      -moz-transition: all 0.3s ease-in-out;
      -o-transition: all 0.3s ease-in-out;
      transition: all 0.3s ease-in-out; }
      .post-button .button-right .btn-border:hover {
        color: #ff0000; }
      .post-button .button-right .btn-border img {
        margin-left: 20px; }

@media all and (max-width: 1200px) {
  .author-post .author-post-heading .post ul li a {
    font-size: 14px;
    padding: 0 15px; }
  .author-post .author-post-heading .post ul li a:before {
    height: 14px;
    margin-bottom: -7px; }
  .post-button .button-right .btn-border,
  .blog-content-area h4.quote.text-center,
  .author-post .author-post-heading .media .media-body h5,
  .blog-content-area .italic,
  .blog-content-area p,
  .author-post p {
    font-size: 16px; }
  .post-button .button-left li a {
    font-size: 16px;
    padding: 0 25px; }
  .post-button .button-right .btn-border {
    padding: 0 25px; } }

@media all and (max-width: 991px) {
  .author-post .author-post-heading .post ul li a {
    font-size: 12px;
    padding: 0 10px; }
  .author-post .author-post-heading {
    padding: 25px 0; }
  .post-button .button-right .btn-border,
  .blog-content-area h4.quote.text-center,
  .author-post .author-post-heading .media .media-body h5,
  .blog-content-area .italic,
  .blog-content-area p,
  .author-post p {
    font-size: 14px; }
  .blog-section .section_title h2 {
    font-size: 30px; } }

@media all and (max-width: 767px) {
  .author-post-heading {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start !important;
    -ms-flex-align: start !important;
    align-items: flex-start !important; }
    .author-post-heading .media {
      margin: 0 0 20px 0; }
    .author-post-heading .post ul li {
      margin: 0 0 10px 0; }
      .author-post-heading .post ul li:first-child a {
        padding-left: 0px !important; }
  .author-post .author-post-heading .post ul li:last-child a {
    padding: 0 0 0 10px !important; }
  .blog-content-area .italic {
    padding: 15px 15px; }
  .post-button {
    padding: 25px 0 80px 0;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: baseline;
    -ms-flex-align: baseline;
    align-items: baseline; }
  .post-button .button-left li a {
    font-size: 12px;
    padding: 0 13px; }
  .post-button .button-left li:last-child a {
    margin-right: 0 !important; }
  .post-button .button-left {
    margin-bottom: 20px; }
  .blog-section .blog-pagination .owl-nav {
    top: -82px; }
  .blog-section .blog-pagination .owl-nav button,
  .blog-section .blog-pagination .owl-nav button {
    width: 40px;
    height: 40px; }
  .blog-section .blog-pagination .owl-nav button.owl-next i,
  .blog-section .blog-pagination .owl-nav button.owl-prev i {
    font-size: 18px;
    line-height: 40px; } }

@media all and (max-width: 424px) {
  .blog-section .section_title h2 {
    font-size: 25px; }
  .blog-section .blog-pagination .owl-nav {
    top: -80px; }
  .blog-section .blog-pagination .owl-nav button,
  .blog-section .blog-pagination .owl-nav button {
    width: 35px;
    height: 35px; }
  .blog-section .blog-pagination .owl-nav button.owl-next i,
  .blog-section .blog-pagination .owl-nav button.owl-prev i {
    font-size: 16px;
    line-height: 35px; }
  .blog-section .blog-pagination .owl-nav button.owl-prev {
    margin-right: 10px; }
  .blog-content-area h4.quote.text-center i {
    font-size: 25px; } }

/*
|-----------------------------------------------
|	Blog Section Two
|-----------------------------------------------
*/
.blog-section-two {
  padding: 50px 0 110px 0; }

@media all and (max-width: 767px) {
  .blog-section-two {
    padding: 80px 0 50px 0; } }

/*
|-----------------------------------------------
|	Buy a Home sidebar Range style
|-----------------------------------------------
*/
.slider-handle {
  top: 1px;
  width: 13px;
  height: 13px; }

.slider.slider-horizontal {
  width: 100%; }

.slider.slider-horizontal .slider-track {
  height: 6px;
  background-color: rgba(255, 57, 3, 0.34);
  -webkit-box-shadow: none;
  box-shadow: none;
  border: none;
  background-image: none;
  border-radius: 30px; }

.slider.slider-horizontal .slider-tick,
.slider.slider-horizontal .slider-handle {
  background-image: -webkit-gradient(linear, left top, right top, from(#d40e0e), to(#ff3803));
  background-image: -webkit-linear-gradient(left, #d40e0e 0%, #ff3803 100%);
  background-image: -o-linear-gradient(left, #d40e0e 0%, #ff3803 100%);
  background-image: linear-gradient(to right, #d40e0e 0%, #ff3803 100%); }

.slider-track-high,
.slider-track-low {
  background: rgba(255, 57, 3, 0.34); }

.slider-selection {
  background-color: #ff0000;
  -webkit-box-shadow: none;
  box-shadow: none;
  border: none;
  background-image: none; }

.slider.slider-horizontal .slider-selection {
  height: 2px;
  top: 50%;
  left: 0;
  margin-top: -1px; }

.range-slider-title span {
  font-size: 22px;
  letter-spacing: 0.10px;
  font-family: "ProductSans"; }

.range-slider-btn a {
  background-image: -webkit-gradient(linear, left top, right top, from(#d40e0e), to(#ff3803));
  background-image: -webkit-linear-gradient(left, #d40e0e 0%, #ff3803 100%);
  background-image: -o-linear-gradient(left, #d40e0e 0%, #ff3803 100%);
  background-image: linear-gradient(to right, #d40e0e 0%, #ff3803 100%);
  border-radius: 50px;
  padding: 20px 0;
  font-family: "ProductSans";
  border: none;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out; }
  .range-slider-btn a:focus {
    -webkit-box-shadow: none;
    box-shadow: none;
    outline: none;
    background-image: -webkit-gradient(linear, left top, right top, from(#d40e0e), to(#ff3803));
    background-image: -webkit-linear-gradient(left, #d40e0e 0%, #ff3803 100%);
    background-image: -o-linear-gradient(left, #d40e0e 0%, #ff3803 100%);
    background-image: linear-gradient(to right, #d40e0e 0%, #ff3803 100%); }
  .range-slider-btn a:active {
    -webkit-box-shadow: none;
    box-shadow: none;
    outline: none;
    background-image: -webkit-gradient(linear, left top, right top, from(#d40e0e), to(#ff3803)) !important;
    background-image: -webkit-linear-gradient(left, #d40e0e 0%, #ff3803 100%) !important;
    background-image: -o-linear-gradient(left, #d40e0e 0%, #ff3803 100%) !important;
    background-image: linear-gradient(to right, #d40e0e 0%, #ff3803 100%) !important; }

@media all and (max-width: 1200px) {
  .home-sidebar .form-group .form-control,
  .range-slider-title span {
    font-size: 16px; }
  .range-slider-btn a {
    padding: 15px 0;
    font-size: 16px; } }

@media all and (max-width: 991px) {
  .range-slider-title span,
  .home-sidebar .form-group .form-control {
    font-size: 18px; } }

@media all and (max-width: 767px) {
  .range-slider-title span,
  .home-sidebar .form-group .form-control {
    font-size: 16px; }
  .range-slider-btn a {
    padding: 15px 0;
    font-size: 16px; } }

/*
|----------------------------------
|	Proparty slider 
|----------------------------------
*/
.slider-thumb {
  padding: 0 0 50px 0; }
  .slider-thumb .carousel-inner:before {
    position: absolute;
    content: "";
    background: red;
    height: 10px;
    width: 100%;
    left: 0;
    bottom: 0;
    z-index: 1; }
  .slider-thumb .carousel-indicators {
    position: unset;
    width: 100%;
    left: 0;
    bottom: 0;
    margin: 0; }
    .slider-thumb .carousel-indicators li {
      position: unset;
      width: 33.33%;
      height: auto;
      margin: 0;
      padding: 0; }

@media all and (max-width: 1500px) {
  .property-title .title {
    font-size: 45px;
    line-height: 50px; }
  .property-price h4 {
    font-size: 40px; }
  .property-contact-area {
    padding: 40px; }
  .property-sidebar .property-contact-area .media-body h5 {
    font-size: 18px;
    margin-left: 0px; }
  .property-contact-area .social-contact ul li a {
    font-size: 18px; }
  .property-sidebar .property-contact-area .media img {
    width: 35px; }
  .property-contact-area .social-contact h5,
  .property-form h6 {
    font-size: 25px; }
  .property-contact-area .social-contact ul li .btn-red {
    padding: 5px 25px;
    border: none;
    text-transform: uppercase;
    font-size: 14px; }
  .property-location ul li a {
    font-size: 20px; }
  .property-location ul li a img {
    margin-right: 10px;
    width: 25px; }
  .property-location ul li {
    margin-right: 35px; }
  .property-details .table.table-striped tbody tr th,
  .property-details .table.table-striped tbody tr td,
  .property-description .facilities a,
  .property-description p {
    font-size: 20px; }
  .property-form form textarea::-webkit-input-placeholder {
    font-size: 16px; }
  .property-form form textarea:-ms-input-placeholder {
    font-size: 16px; }
  .property-form form textarea::-ms-input-placeholder {
    font-size: 16px; }
  .property-form form textarea::placeholder {
    font-size: 16px; }
  .property-form form input::-webkit-input-placeholder {
    font-size: 16px; }
  .property-form form input:-ms-input-placeholder {
    font-size: 16px; }
  .property-form form input::-ms-input-placeholder {
    font-size: 16px; }
  .property-form form input::placeholder {
    font-size: 16px; } }

@media all and (max-width: 1200px) {
  .property-contact-area .social-contact ul li {
    display: inline-block;
    margin-right: 16px; }
  .property-sidebar .property-contact-area .media-body h5 {
    margin: 0 0 0 0 !important; }
  .property-contact-area .social-contact h5, .property-form h6 {
    font-size: 22px; }
  .property-title .title {
    font-size: 35px;
    line-height: 40px; }
  .property-price h4 {
    font-size: 30px;
    margin: 0 0 0 0; }
  .property-price span {
    font-size: 16px; }
  .property-location span {
    font-size: 18px; }
  .property-location ul li a {
    font-size: 16px; }
  .property-location ul li {
    margin-right: 25px; }
  .property-form form input {
    height: 45px !important;
    margin-bottom: 30px !important; }
  .property-details .table.table-striped tbody tr th,
  .property-details .table.table-striped tbody tr td,
  .property-description .facilities a,
  .property-description p {
    font-size: 16px;
    padding: 10px 0; }
  .property-details .table.table-striped tbody tr th,
  .property-details .table.table-striped tbody tr td,
  .property-description .facilities a,
  .property-description p {
    font-size: 16px;
    padding: 10px 0;
    margin: 0 0 10px 30px; }
  .property-description .facilities a:before {
    top: 50%;
    margin-top: -6px; }
  .faq-section-two .accordion .section_title h3 {
    font-size: 35px; } }

@media all and (max-width: 991px) {
  .property-details .table.table-striped tbody tr th,
  .property-details .table.table-striped tbody tr td,
  .property-description .facilities a,
  .property-description p {
    font-size: 16px;
    padding: 10px 0; }
  .review-post {
    padding: 0; }
  .property-sidebar {
    margin-top: 60px; }
  .property-description.property-title p {
    margin: 0; } }

@media all and (max-width: 767px) {
  .property-title .title {
    font-size: 25px;
    line-height: 30px; }
  .property-price h4 {
    font-size: 25px; }
  .property-location ul li {
    margin: 0 10px 20px 0; }
  .property-location ul li a {
    font-size: 14px; }
  .property-location ul li a img {
    width: 20px; }
  .property-title .title {
    margin-bottom: 20px; }
  .property-details .table.table-striped tbody tr th,
  .property-details .table.table-striped tbody tr td,
  .property-description .facilities a,
  .property-description p {
    font-size: 16px;
    padding: 5px 0;
    margin: 0 0 0px 20px; }
  .property-description .facilities a:before {
    left: -20px; }
  .property-description .facilities {
    margin: 0 0 30px 0; }
  .property-form,
  .property-contact-area {
    padding: 30px; }
  .property-contact-area .social-contact ul li {
    display: inline-block;
    margin-right: 25px; }
  .property-sidebar .property-contact-area .media-body h5 {
    margin: 10px 0 0 0 !important; }
  .faq-section-two .accordion .section_title {
    padding: 0; }
  .faq-section-two .accordion .section_title h3 {
    font-size: 25px; }
  .comment-area .blog-contact-form textarea::-webkit-input-placeholder {
    font-size: 14px; }
  .comment-area .blog-contact-form textarea:-ms-input-placeholder {
    font-size: 14px; }
  .comment-area .blog-contact-form textarea::-ms-input-placeholder {
    font-size: 14px; }
  .comment-area .blog-contact-form textarea::placeholder {
    font-size: 14px; }
  .comment-area .blog-contact-form input::-webkit-input-placeholder {
    font-size: 14px; }
  .comment-area .blog-contact-form input:-ms-input-placeholder {
    font-size: 14px; }
  .comment-area .blog-contact-form input::-ms-input-placeholder {
    font-size: 14px; }
  .comment-area .blog-contact-form input::placeholder {
    font-size: 14px; }
  .comment-area .blog-contact-form textarea {
    padding: 0 0 30px 0; } }

@media all and (max-width: 424px) {
  .property-single-page {
    padding: 75px 0; }
  .property-title .title {
    font-size: 22px;
    line-height: 30px; }
  .property-description {
    margin: 45px 0 !important; }
  .faq-section-two .accordion .section_title {
    margin: 0 0 15px 0; }
    .faq-section-two .accordion .section_title h3 {
      margin: 0; }
  .property-sidebar .property-contact-area .media-body h5 {
    font-size: 14px;
    margin-left: 0px; }
  .property-form form textarea::-webkit-input-placeholder {
    font-size: 14px; }
  .property-form form textarea:-ms-input-placeholder {
    font-size: 14px; }
  .property-form form textarea::-ms-input-placeholder {
    font-size: 14px; }
  .property-form form textarea::placeholder {
    font-size: 14px; }
  .property-form form input::-webkit-input-placeholder {
    font-size: 14px; }
  .property-form form input:-ms-input-placeholder {
    font-size: 14px; }
  .property-form form input::-ms-input-placeholder {
    font-size: 14px; }
  .property-form form input::placeholder {
    font-size: 14px; }
  .property-form form .btn-red {
    padding: 10px 40px; } }

.footer-section {
  padding: 75px 0 55px 0;
  background: #232323; }

.footer-social {
  margin-bottom: 25px; }
  .footer-social ul {
    margin: 0;
    padding: 0; }
    .footer-social ul li {
      margin: 0 35px 0 0;
      list-style: none; }
      .footer-social ul li:last-child {
        margin-right: 0; }
      .footer-social ul li a {
        color: #ffffff;
        font-size: 20px; }

.footer-text p {
  color: #6b6b6b;
  font-size: 22px;
  font-family: "ProductSans";
  font-weight: 400; }

.footer-logo {
  padding-top: 5px; }
  .footer-logo img {
    max-width: 100%; }

@media all and (max-width: 991px) {
  .footer-logo {
    text-align: center !important;
    margin-bottom: 50px; }
  .footer-social {
    text-align: center; }
  .footer-social ul {
    display: inline-block !important; }
  .footer-social ul li {
    float: left; }
  .footer-text {
    text-align: center; }
  .footer-logo {
    padding: 0 50px; }
  .footer-text p {
    font-size: 16px; } }
