

ul {
  list-style: none !important;
}

body {
  letter-spacing: 0.5px;
  margin: 0px;
  padding: 0px;
  font-size: 14px;
  line-height: 26px;
  padding-top: 130px;
  font-style: normal;
  color: #666;
  font-family: 'Poppins', sans-serif;
  /*font-weight: 400;*/
  background-color: #ffffff;
  text-rendering: optimizelegibility;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
}

.container {
  max-width: 1200px;
}

.grid {
  margin-left: -15px;
  margin-right: -15px;
}

.grid .grid-item,
.grid .grid-sizer {
  float: left;
  display: inline-block;
}

a,
button {
  cursor: pointer;
  line-height: normal;
  display: inline-block;
  text-decoration: none;
  font-family: 'Poppins', sans-serif;
}

a:hover,
button:hover {
  text-decoration: none;
}

button {
  margin: 0px;
  padding: 0px;
  border: none;
  background: none;
}

button:focus {
  outline: none;
}

img {
  height: auto;
  object-fit: cover;
}

.image-container {
  overflow: hidden;
  position: relative;
  -webkit-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

.parallax-window {
  min-width: 100%;
  min-height: 100%;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  color: #001238;
  font-weight: 600;
  font-family: 'Poppins', sans-serif;
}

.form-item {
  position: relative;
  margin-bottom: 30px;
}

.form-item input {
  width: 100%;
  height: 60px;
  outline: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  padding: 0px 30px;
  padding-left: 80px;
  border: 1px solid #e0deff;
  -webkit-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

.form-item input:focus {
  outline: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  border-color: #ec3323;
}

.form-item .form-item-btn {
  top: 50%;
  z-index: 1;
  left: 40px;
  margin: 0px;
  padding: 0px;
  font-size: 16px;
  position: absolute;
  color: #ec3323;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

.form-textarea {
  position: relative;
  margin-bottom: 30px;
}

.form-textarea textarea {
  width: 100%;
  padding: 30px;
  outline: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  min-height: 180px;
  padding-left: 80px;
  border: 1px solid #e0deff;
  -webkit-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

.form-textarea textarea:focus {
  outline: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  border-color: #ec3323;
}

.form-textarea .form-item-btn {
  top: 30px;
  left: 40px;
  margin: 0px;
  padding: 0px;
  font-size: 16px;
  position: absolute;
  color: #ec3323;
  -webkit-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

.form-item .nice-select {
  float: none;
  width: 100%;
  height: 60px;
  position: relative;
  line-height: 60px;
  padding: 0px 30px;
  padding-left: 80px;
  border-radius: 0px;
  font-weight: 400;
  border: solid 1px #e0deff;
  background-color: #ffffff;
}

.form-item .nice-select:after {
  display: none;
}

.form-item .nice-select .list {
  top: 100%;
  left: 0px;
  margin: 0px;
  min-width: 250px;
  border-radius: 0px;
}

.form-item .nice-select .list li {
  height: 50px;
  line-height: 50px;
  padding: 0px 30px;
}

.form-item .nice-select .list .selected {
  color: #001238;
  font-weight: 400;
  background-color: #f8fbff;
}

.form-item .nice-select.open:after {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}


/* owl settings - start
================================================== */

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

.owl-theme .owl-dots .owl-dot span {
  margin: 5px;
  background-color: #eceaff;
  -webkit-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

.owl-theme .owl-dots .owl-dot:hover span {
  background-color: #ec3323;
}

.owl-theme .owl-dots .owl-dot.active span {
  background-color: #ec3323;
}

.owl-theme .owl-nav {
  margin-top: 0px;
}

.owl-theme .owl-nav .owl-next,
.owl-theme .owl-nav .owl-prev {
  margin: 0px;
  width: 60px;
  height: 60px;
  overflow: hidden;
  border-radius: 0px;
  position: relative;
  color: transparent;
  background-color: transparent;
}

.owl-theme .owl-nav .owl-next>span,
.owl-theme .owl-nav .owl-prev>span {
  display: none;
}

.owl-theme .owl-nav .owl-next:before,
.owl-theme .owl-nav .owl-prev:before {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
  font-size: 18px;
  font-weight: 900;
  line-height: 56px;
  text-align: center;
  position: absolute;
  border-radius: 100%;
  color: #001238;
  border: 2px solid #e0deff;
  background-color: #ffffff;
  -webkit-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  font-family: 'Font Awesome 5 Pro';
}

.owl-theme .owl-nav .owl-next:hover,
.owl-theme .owl-nav .owl-prev:hover {
  background-color: transparent;
}

.owl-theme .owl-nav .owl-next:hover:before,
.owl-theme .owl-nav .owl-prev:hover:before {
  color: #ffffff;
  border-color: #ec3323;
  background-color: #ec3323;
}

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

.owl-theme .owl-nav .owl-prev:before {
  content: '\f060';
}

.owl-theme .owl-nav .owl-next:before {
  content: '\f061';
}


/* owl settings - end
================================================== */


/* list style settings - start 
================================================== */

.ul-li>ul {
  margin: 0px;
  padding: 0px;
  display: table;
}

.ul-li>ul>li {
  float: left;
  list-style: none;
  display: inline-block;
}

.ul-li-block>ul {
  width: 100%;
  margin: 0px;
  padding: 0px;
  display: table;
}

.ul-li-block>ul>li {
  width: 100%;
  display: table;
  list-style: none;
}

.ul-li-right>ul {
  margin: 0px;
  padding: 0px;
  float: right;
  display: table;
}

.ul-li-right>ul>li {
  float: left;
  list-style: none;
  display: inline-block;
}

.ul-li-center>ul {
  padding: 0px;
  margin: 0 auto;
  display: table;
  padding-top: 10px;
}

.ul-li-center>ul>li {
  float: left;
  list-style: none;
  display: inline-block;
}


/* list style settings - end
================================================== */


/* social links - start
================================================== */

.social-links>ul>li {
  width: 60px;
  height: 60px;
  margin-right: 20px;
  text-align: center;
}

.social-links>ul>li:last-child {
  margin-right: 0px !important;
}

.social-links>ul>li>a {
  width: 100%;
  height: 100%;
  display: block;
  font-size: 16px;
  line-height: 58px;
  border-radius: 100%;
  color: #7c8a97;
  border: 2px solid #e0deff;
}

.social-links>ul>li>a:hover {
  color: #ffffff;
  border-color: #ec3323;
  background-color: #ec3323;
}


/* social links - end
================================================== */


/* post meta - start
================================================== */

.post-meta>ul>li {
  font-size: 14px;
  margin-right: 30px;
  color: #7c8a97;
}

.post-meta>ul>li:last-child {
  margin-right: 0px !important;
}

.post-meta>ul>li i {
  font-size: 16px;
  margin-right: 8px;
}

.post-meta>ul>li>a {
  color: #7c8a97;
}

.post-meta>ul>li>a:hover {
  color: #001238;
}


/* post meta - end
================================================== */


/* item label - start
================================================== */

.item-label>ul>li {
  height: 20px;
  margin-right: 10px;
  border-radius: 50px;
  text-transform: uppercase;
}

.item-label>ul>li:last-child {
  margin-right: 0px;
}

.item-label>ul>li>a {
  width: 100%;
  display: block;
  font-size: 10px;
  padding: 0px 17px;
  line-height: 22px;
  color: #ffffff;
  font-family: 'Poppins', sans-serif;
  font-weight: 500;
}

.item-badge {
  top: 20px;
  left: 20px;
  z-index: 1;
  height: 20px;
  font-size: 10px;
  line-height: 22px;
  padding: 0px 17px;
  color: #ffffff;
  position: absolute;
  margin-right: 10px;
  border-radius: 50px;
  display: inline-block;
  font-weight: 500;
  text-transform: uppercase;
}

.item-badge:hover {
  color: #ffffff;
}


/* item label - end
================================================== */


/* action btns group - start
================================================== */

.action-btns-group>ul>li {
  width: 30px;
  height: 30px;
  overflow: hidden;
  text-align: center;
  margin-right: 10px;
  border-radius: 100%;
}

.action-btns-group>ul>li:last-child {
  margin-right: 0px;
}

.action-btns-group>ul>li>a {
  width: 100%;
  height: 100%;
  display: block;
  font-size: 14px;
  line-height: 34px;
  color: #ffffff;
  background-color: rgba(236, 51, 35, 0.7);
}

.action-btns-group>ul>li>a:hover {
  background-color: #ec3323;
}


/* action btns group - end
================================================== */


/* rating star - start
================================================== */

.rating-star .review-text {
  font-size: 14px;
  text-transform: capitalize;
}

.rating-star ul li {
  font-size: 14px;
  margin-right: 5px;
}

.rating-star ul li:last-child {
  margin-right: 0px;
}

.rating-star ul .rated {
  color: #ffae00;
}


/* rating star - end
================================================== */


/* pagination - start
================================================== */

.pagination-list {
  margin-top: 60px;
}

.pagination-list>ul>li {
  width: 70px;
  height: 70px;
  overflow: hidden;
  text-align: center;
  margin-right: 15px;
  border-radius: 100%;
}

.pagination-list>ul>li:last-child {
  margin-right: 0px !important;
}

.pagination-list>ul>li>a {
  width: 100%;
  height: 100%;
  display: block;
  font-size: 14px;
  line-height: 74px;
  color: #7c8a97;
  font-weight: 500;
  background-color: #f8fbff;
}

.pagination-list>ul>li:hover>a {
  color: #ffffff;
  background-color: #ec3323;
}

.pagination-list>ul .prev-btn>a,
.pagination-list>ul .next-btn>a {
  color: #001238;
}

.pagination-list>ul>.active>a {
  color: #ffffff;
  background-color: #ec3323;
}


/* pagination - end
================================================== */


/* padding - margin setting - start 
================================================== */

.sec-ptb-120 {
  padding: 60px 0px;
}

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

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

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

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


/* padding - margin setting - end
================================================== */


/* button style - start
================================================== */


/* custom-btn - start */

.custom-btn {
  z-index: 1;
  /* height: 45px; */
  font-size: 14px;
  overflow: hidden;
  /* line-height: 62px; */
  padding: 10px 20px;
  color: #ffffff;
  position: relative;
  border-radius: 45px;
  font-weight: 500;
  text-transform: uppercase;
  background-color: #ec3323;
}

.custom-btn:before {
  top: 0px;
  left: 0px;
  bottom: 0px;
  right: -50px;
  content: '';
  z-index: -1;
  position: absolute;
  -webkit-transform: translateX(-100%);
  -ms-transform: translateX(-100%);
  transform: translateX(-100%);
  -webkit-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  border-right: 50px solid transparent;
  border-bottom: 80px solid #062a4d;
}

.custom-btn i {
  margin-right: 5px;
  color: #fff;
}

.custom-btn:hover {
  color: #ffffff;
}

.custom-btn:hover:before {
  -webkit-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0);
}


/* custom-btn - end */


/* custom-btn-bordered - start */

.custom-btn-bordered {
  z-index: 1;
  height: 60px;
  font-size: 14px;
  line-height: 60px;
  padding: 0px 50px;
  position: relative;
  border-radius: 45px;
  color: #7c8a97;
  font-weight: 500;
  text-transform: uppercase;
  border: 2px solid #e0deff;
}

.custom-btn-bordered i {
  margin-right: 5px;
}

.custom-btn-bordered:hover {
  color: #ffffff;
  border-color: #ec3323;
  background-color: #ec3323;
}


/* custom-btn-bordered - end */


/* details-btn - start */

.details-btn {
  font-size: 14px;
  position: relative;
  padding-right: 17px;
  color: #17b092;
  font-weight: 500;
  text-transform: capitalize;
}

.details-btn:before {
  top: 4px;
  right: 0px;
  font-size: 12px;
  line-height: 1;
  content: '\f138';
  position: absolute;
  font-family: "Flaticon";
  font-weight: 500;
  -webkit-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

.details-btn:hover {
  color: #ec3323;
}

.details-btn:hover:before {
  right: -5px;
  color: #ec3323;
}


/* details-btn - end */


/* button style - end
================================================== */


/* title text - start
================================================== */

.section-title .big-title {
  font-size: 35px;
  font-weight: 600;
  text-transform: capitalize;
}

.section-title .small-title {
  font-size: 14px;
  color: #ec3323;
  margin-bottom: 10px;
  display: inline-block;
  font-weight: 500;
  text-transform: capitalize;
}


/* title text - end
================================================== */


/* plus effect - start
================================================== */

.plus-effect {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  opacity: 0;
  position: absolute;
  -webkit-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  background-color: rgba(0, 18, 56, 0.9);
}

.plus-effect:after,
.plus-effect:before {
  top: 50%;
  left: 50%;
  content: "";
  position: absolute;
  border-radius: 10px;
  background-color: #ec3323;
  -webkit-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  -webkit-transform: translateX(-50%) translateY(-50%);
  -ms-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
}

.plus-effect:before {
  height: 4px;
  width: 80px;
}

.plus-effect:after {
  width: 4px;
  height: 80px;
}


/*
&:hover {
  .plus-effect {
    opacity: 1;
    &:before {
      width: 60px;
    }
    &:after {
      height: 60px;
    }
  }
}
*/


/* plus effect - end
================================================== */


/* back to top - start
================================================== */

.thetop {
  top: 0;
  left: 0;
  right: 0;
  width: 0px;
  height: 0px;
  z-index: -1;
  position: absolute;
}

.backtotop {
	right: 15px;
	width: 35px;
	height: 35px;
	z-index: 999;
	bottom: 100px;
	display: none;
	position: fixed;
	border-radius: 100%;
	background-color: #ec3323;
	-webkit-box-shadow: 0px 5px 30px 2px rgba(0, 0, 0, 0.2);
	box-shadow: 0px 5px 30px 2px rgba(0, 0, 0, 0.2);
	z-index: 9999;
}
.backtotop .scroll {
  z-index: 1;
  width: 100%;
  height: 100%;
  display: block;
  color: #ffffff;
  font-size: 17px;
  line-height: 52px;
  text-align: center;
  position: relative;
}

.backtotop a i::before {
    line-height: 30px !important;
}


/* back to top - end
================================================== */


/* preloader - start
================================================== */

.preloader {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1005;
  position: fixed;
  overflow: visible;
  background: #ffffff url("../images/preloader-1.svg") no-repeat center center;
}


/* preloader - end
================================================== */


/* custom colors - start
================================================== */

.bg-default-red {
  background-color: #ec3323;
}

.bg-default-blue {
  background-color: #001238;
}

.bg-default-purered {
  background-color: #ec3323;
}

.bg-default-lightblue {
  background-color: #2673ff;
}

.bg-default-leafgreen {
  background-color: #67a657;
}

.bg-default-past {
  background-color: #17b092;
}

.bg-default-royalblue {
  background-color: #062a4d;
}

.bg-default-lightgreen {
  background-color: #aab73f;
}

.bg-default-brown {
  background-color: #af9779;
}

.bg-white {
  background-color: #ffffff;
}

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

.bg-deep-gray {
  background-color: #e0deff;
}

.bg-light-gray {
  /*background-color: #f8fbff; */
}

.bg-twitter {
  background-color: #1da1f2;
}

.bg-youtube {
  background-color: #ff0000;
}

.bg-facebook {
  background-color: #3b5998;
}

.bg-linkedin {
  background-color: #007bb5;
}

.bg-pinterest {
  background-color: #bd081c;
}

.bg-google-plus {
  background-color: #db4437;
}

.bg-instagram-magenta {
  background-color: #c32aa3;
}


/* custom colors - end
================================================== */


/* transition - start
================================================== */

a,
button {
  -webkit-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}


/* transition - end
================================================== */


/* global area - end
==================================================================================================== */


/* header-section - start
==================================================================================================== */


/* header-section - start
================================================== */

.header-section .default-header {
  /* header-top - start */
  /* header-top - end */
  /* header-bottom - start */
  /* header-bottom - end */
}

.header-section .default-header .container-fluid {
  width: 1630px;
  margin: 0 auto;
}

.header-section .default-header .header-top {
  padding: 7px 0px;
}

.header-section .default-header .header-top .contact-info>ul>li {
  font-size: 12px;
  color: #ffffff;
  margin-right: 40px;
  font-weight: 500;
}

.header-section .default-header .header-top .contact-info>ul>li:last-child {
  margin-right: 0px;
}

.header-section .default-header .header-top .contact-info>ul>li>i {
  margin-right: 8px;
}

.header-section .default-header .header-top .social-media .nice-select {
  width: auto;
  height: 40px;
  border: none;
  color: #ffffff;
  font-size: 12px;
  margin: -7px 0px;
  padding: 0px 25px;
  margin-right: 40px;
  border-radius: 0px;
  padding-right: 32px;
  display: inline-block;
  font-weight: 500;
  text-transform: uppercase;
  background-color: rgba(0, 0, 0, 0.1);
}

.header-section .default-header .header-top .social-media .nice-select:after {
  width: 7px;
  height: 7px;
  right: 20px;
  margin-top: -6px;
  border-right: 2px solid #ffffff;
  border-bottom: 2px solid #ffffff;
}

.header-section .default-header .header-top .social-media .nice-select .list {
  top: 40px;
  right: -32px;
  margin: 0px;
  left: unset;
  border: none;
  padding: 15px;
  min-width: 250px;
  border-radius: 10px;
  -webkit-transform: scale(0.75);
  -ms-transform: scale(0.75);
  transform: scale(0.75);
  border-top-right-radius: 0px;
  background-color: #ffffff;
  -webkit-box-shadow: 0px 3px 60px 2px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 3px 60px 2px rgba(0, 0, 0, 0.2);
  -webkit-transition: all 0.2s cubic-bezier(0.5, 0, 0, 1.25), opacity 0.15s ease-out;
  -o-transition: all 0.2s cubic-bezier(0.5, 0, 0, 1.25), opacity 0.15s ease-out;
  transition: all 0.2s cubic-bezier(0.5, 0, 0, 1.25), opacity 0.15s ease-out;
}

.header-section .default-header .header-top .social-media .nice-select .list .option {
  font-size: 18px;
  min-height: 50px;
  line-height: 50px;
  padding: 0px 15px;
  color: #7c8a97;
  text-transform: capitalize;
  border-bottom: 1px solid #e0deff;
}

.header-section .default-header .header-top .social-media .nice-select .list .option:last-child {
  border-bottom: none;
}

.header-section .default-header .header-top .social-media .nice-select .list .option:hover {
  color: #ec3323;
  background-color: transparent;
}

.header-section .default-header .header-top .social-media .nice-select .list .option.selected.focus {
  font-weight: 400;
  color: #ec3323;
  background-color: transparent;
}

.header-section .default-header .header-top .social-media>ul>li {
  margin-right: 15px;
}

.header-section .default-header .header-top .social-media>ul>li:last-child {
  margin-right: 0px;
}

.header-section .default-header .header-top .social-media>ul>li>a {
  font-size: 12px;
  color: #ffffff;
}

.header-section .default-header .header-bottom {
  /*padding-top: 25px;*/
  background: none !important;
  -webkit-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

.header-section .default-header .header-bottom .brand-logo .mobile-menu-btn {
  width: 50px;
  height: 50px;
  display: none;
  font-size: 20px;
  color: #ffffff;
  background-color: #062a4d;
}

.header-section .default-header .header-bottom .main-menubar>ul>li {
  padding: 13px 18px;
  position: relative;
}

.brand-logo img {
  /*width: 90px;*/
}

.header-section .default-header .header-bottom .main-menubar>ul>li:before {
  left: 0px;
  opacity: 0;
  width: 100%;
  height: 2px;
  content: '';
  bottom: -10px;
  position: absolute;
  background-color: #ec3323;
  -webkit-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
}

.header-section .default-header .header-bottom .main-menubar>ul>li>a {
  width: 100%;
  display: block;
  font-size: 14px;
  overflow: hidden;
  position: relative;
  padding-bottom: 10px;
  font-weight: 500;
  text-transform: uppercase;
}

.header-section .default-header .header-bottom .main-menubar>ul>li>a span {
  width: 100%;
  display: block;
  position: relative;
  color: #7c8a97;
  -webkit-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

.header-section .default-header .header-bottom .main-menubar>ul>li>a span:after {
  left: 0px;
  opacity: 0;
  bottom: -20px;
  position: absolute;
  color: #7c8a97;
  content: attr(data-hover);
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  -webkit-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

.header-section .default-header .header-bottom .main-menubar>ul>li:hover:before {
  opacity: 1;
  bottom: 10px;
}

.header-section .default-header .header-bottom .main-menubar>ul>li:hover>a span {
  color: #ec3323;
  -webkit-transform: translateY(-19px);
  -ms-transform: translateY(-19px);
  transform: translateY(-19px);
}

.header-section .default-header .header-bottom .main-menubar>ul>li:hover>a span:after {
  opacity: 1;
  color: #ec3323;
}

.header-section .default-header .header-bottom .main-menubar>ul>.active:before {
  opacity: 1;
  bottom: 10px;
}

.header-section .default-header .header-bottom .main-menubar>ul>.active>a span {
  color: #ec3323;
  -webkit-transform: translateY(-19px);
  -ms-transform: translateY(-19px);
  transform: translateY(-19px);
}

.header-section .default-header .header-bottom .main-menubar>ul>.active>a span:after {
  opacity: 1;
  color: #ec3323;
}

.header-section .default-header .header-bottom .btns-group>ul {
  margin: -4px 0px;
}

.header-section .default-header .header-bottom .btns-group>ul>li {
  margin-right: 30px;
}

.header-section .default-header .header-bottom .btns-group>ul>li:last-child {
  margin-right: 0px;
}

.header-section .default-header .header-bottom .btns-group>ul>li>a {
  width: 100%;
  display: block;
  word-spacing: 2px;
  letter-spacing: 0px;
}


/* header-section - end
================================================== */


/* dropdown menu - start
================================================== */

.header-section .default-header .header-bottom .main-menubar>ul>.menu-item-has-child {
  position: relative;
}

.header-section .default-header .header-bottom .main-menubar>ul>.menu-item-has-child:after {
  top: 16px;
  right: 5px;
  line-height: 1;
  font-size: 10px;
  font-weight: 400;
  content: '\f063';
  position: absolute;
  color: #fff;
  -webkit-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  font-family: 'Font Awesome 5 Pro';
}

.header-section .default-header .header-bottom .main-menubar>ul>.menu-item-has-child>.sub-menu {
  top: 150%;
  left: 0px;
  opacity: 0;
  margin: 0px;
  z-index: 999;
  height: auto;
  min-width: 200px;
  position: absolute;
  visibility: hidden;
  padding: 15px 20px;
  border-radius: 10px;
  border-top-left-radius: 0px;
  background-color: #ffffff;
  -webkit-box-shadow: 0px 5px 20px 2px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 5px 20px 2px rgba(0, 0, 0, 0.1);
  -webkit-transition: 0.4s cubic-bezier(0.68, -0.55, 0.265, 1.55);
  -o-transition: 0.4s cubic-bezier(0.68, -0.55, 0.265, 1.55);
  transition: 0.4s cubic-bezier(0.68, -0.55, 0.265, 1.55);
}

.header-section .default-header .header-bottom .main-menubar>ul>.menu-item-has-child>.sub-menu>li {
  width: 100%;
  display: table;
  border-bottom: 1px solid #e0deff;
}

.header-section .default-header .header-bottom .main-menubar>ul>.menu-item-has-child>.sub-menu>li:last-child {
  border-bottom: none;
}

.header-section .default-header .header-bottom .main-menubar>ul>.menu-item-has-child>.sub-menu>li>a {
  width: 100%;
  padding: 15px;
  display: block;
  font-size: 14px;
  color: #7c8a97;
}

.header-section .default-header .header-bottom .main-menubar>ul>.menu-item-has-child>.sub-menu>li:hover>a {
  color: #062a4d;
}

.header-section .default-header .header-bottom .main-menubar>ul>.menu-item-has-child>.sub-menu>.active>a {
  color: #062a4d;
}

.header-section .default-header .header-bottom .main-menubar>ul>.menu-item-has-child:hover:after {
  color: #ec3323;
  -webkit-transform: rotate(360deg);
  -ms-transform: rotate(360deg);
  transform: rotate(360deg);
}

.header-section .default-header .header-bottom .main-menubar>ul>.menu-item-has-child:hover>.sub-menu {
  top: 100%;
  opacity: 1;
  visibility: visible;
}

.header-section .default-header .header-bottom .main-menubar>ul>.active:after {
  color: #ec3323;
}


/* dropdown menu - end
================================================== */


/* dropdown menu >> inner sub menu  - start
================================================== */

.header-section .default-header .header-bottom .main-menubar>ul>li>.sub-menu>.menu-item-has-child {
  position: relative;
}

.header-section .default-header .header-bottom .main-menubar>ul>li>.sub-menu>.menu-item-has-child:after {
  top: 18px;
  right: 5px;
  line-height: 1;
  font-size: 10px;
  font-weight: 400;
  content: '\f061';
  position: absolute;
  color: #7c8a97;
  -webkit-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  font-family: 'Font Awesome 5 Pro';
}

.header-section .default-header .header-bottom .main-menubar>ul>li>.sub-menu>.menu-item-has-child>.sub-menu {
  top: 0%;
  left: 112%;
  opacity: 0;
  margin: 0px;
  z-index: 999;
  height: auto;
  min-width: 200px;
  position: absolute;
  visibility: hidden;
  padding: 15px 20px;
  border-radius: 10px;
  border-top-left-radius: 0px;
  background-color: #ffffff;
  -webkit-box-shadow: 0px 5px 20px 2px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 5px 20px 2px rgba(0, 0, 0, 0.1);
  -webkit-transition: 0.4s cubic-bezier(0.68, -0.55, 0.265, 1.55);
  -o-transition: 0.4s cubic-bezier(0.68, -0.55, 0.265, 1.55);
  transition: 0.4s cubic-bezier(0.68, -0.55, 0.265, 1.55);
}

.header-section .default-header .header-bottom .main-menubar>ul>li>.sub-menu>.menu-item-has-child>.sub-menu>li {
  width: 100%;
  display: table;
  border-bottom: 1px solid #e0deff;
}

.header-section .default-header .header-bottom .main-menubar>ul>li>.sub-menu>.menu-item-has-child>.sub-menu>li:last-child {
  border-bottom: none;
}

.header-section .default-header .header-bottom .main-menubar>ul>li>.sub-menu>.menu-item-has-child>.sub-menu>li>a {
  width: 100%;
  padding: 15px;
  display: block;
  font-size: 14px;
  color: #7c8a97;
}

.header-section .default-header .header-bottom .main-menubar>ul>li>.sub-menu>.menu-item-has-child>.sub-menu>li:hover>a {
  color: #062a4d;
}

.header-section .default-header .header-bottom .main-menubar>ul>li>.sub-menu>.menu-item-has-child>.sub-menu>.active>a {
  color: #062a4d;
}

.header-section .default-header .header-bottom .main-menubar>ul>li>.sub-menu>.menu-item-has-child:hover:after {
  color: #062a4d;
  -webkit-transform: rotate(360deg);
  -ms-transform: rotate(360deg);
  transform: rotate(360deg);
}

.header-section .default-header .header-bottom .main-menubar>ul>li>.sub-menu>.menu-item-has-child:hover>.sub-menu {
  top: -30%;
  opacity: 1;
  visibility: visible;
}


/* dropdown menu >> inner sub menu  - end
================================================== */


/* sticky-header - start
================================================== */

.sticky-header {
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  z-index: 111111;
  position: fixed;
  -webkit-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

.sticky-header:before {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: -1;
  content: '';
  position: absolute;
  -webkit-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  background: #fdfdfd3d;
}

.sticky-header.stuck:before {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  content: '';
  position: absolute;
  background-color: #ffffff;
  -webkit-box-shadow: 0 2px 4px 1px rgba(0, 0, 0, 0.1);
  box-shadow: 0 2px 4px 1px rgba(0, 0, 0, 0.1);
}


/* sticky-header - end
================================================== */


/* auto-hide - start
================================================== */

.auto-hide {
  top: 0;
  left: 0;
  right: 0;
  z-index: 999;
  position: fixed;
  will-change: transform;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-transition: -webkit-transform .5s;
  -o-transition: transform .5s;
  transition: transform .5s;
  transition: -webkit-transform .5s;
  transition: transform .5s, -webkit-transform .5s;
  -webkit-box-shadow: 0px 2px 4px 1px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 2px 4px 1px rgba(0, 0, 0, 0.1);
}

.auto-hide.is-hidden {
  -webkit-transform: translateY(-100%);
  -ms-transform: translateY(-100%);
  transform: translateY(-100%);
}


/* auto-hide - end
================================================== */


/* mobile menu - start
================================================== */

.sidebar-menu-wrapper {
  display: block;
}

.sidebar-menu-wrapper .sidebar-menu {
  top: 0;
  right: -400px;
  height: 100vh;
  z-index: 9999;
  padding: 40px;
  position: fixed;
  min-width: 380px;
  max-width: 380px;
  overflow-y: scroll;
  background-color: #ffffff;
  -webkit-transition: 0.6s cubic-bezier(1, 0, 0, 1);
  -o-transition: 0.6s cubic-bezier(1, 0, 0, 1);
  transition: 0.6s cubic-bezier(1, 0, 0, 1);
  -webkit-box-shadow: -3px 0px 8px 1px rgba(0, 0, 0, 0.1);
  box-shadow: -3px 0px 8px 1px rgba(0, 0, 0, 0.1);
  /* menu items - start */
  /* menu items - end */
  /* menu items >> sub menu - start */
  /* menu items >> sub menu - end */
  /* contact-info - start */
  /* contact-info - end */
  /* social-links - start */
  /* social-links - end */
  /* social-links - start */
  /* social-links - end */
}

.sidebar-menu-wrapper .sidebar-menu .mCustomScrollBox {
  overflow: visible !important;
}

.sidebar-menu-wrapper .sidebar-menu .dismiss .close-btn {
  width: 40px;
  height: 40px;
  font-size: 14px;
  cursor: pointer;
  line-height: 42px;
  text-align: center;
  color: #ffffff;
  border-radius: 3px;
  display: inline-block;
  background-color: #001238;
}

.sidebar-menu-wrapper .sidebar-menu .sidebar-title {
  font-size: 21px;
  text-transform: capitalize;
}

.sidebar-menu-wrapper .sidebar-menu .menu-list {
  margin: 0px -40px;
}

.sidebar-menu-wrapper .sidebar-menu .menu-list>li {
  width: 100%;
  display: block;
  border-bottom: 1px solid #e0deff;
}

.sidebar-menu-wrapper .sidebar-menu .menu-list>li>a {
  width: 100%;
  display: block;
  font-size: 14px;
  padding: 15px 40px;
  color: #7c8a97;
  text-transform: capitalize;
}

.sidebar-menu-wrapper .sidebar-menu .menu-list>li:hover>a {
  color: #062a4d;
  background-color: #f8fbff;
}

.sidebar-menu-wrapper .sidebar-menu .menu-list>.active>a {
  color: #062a4d;
  background-color: #f8fbff;
}

.sidebar-menu-wrapper .sidebar-menu .menu-list>.menu-item-has-child>a {
  position: relative;
}

.sidebar-menu-wrapper .sidebar-menu .menu-list>.menu-item-has-child>a:before {
  top: 18px;
  right: 40px;
  font-size: 14px;
  font-weight: 400;
  content: '\f067';
  position: absolute;
  color: #7c8a97;
  -webkit-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  font-family: 'Font Awesome 5 Pro';
}

.sidebar-menu-wrapper .sidebar-menu .menu-list>.menu-item-has-child>a[aria-expanded=true]:before {
  content: '\f068';
  -webkit-transform: rotate(-540deg);
  -ms-transform: rotate(-540deg);
  transform: rotate(-540deg);
}

.sidebar-menu-wrapper .sidebar-menu .menu-list>.menu-item-has-child>.sub-menu {
  background-color: #f8fbff;
}

.sidebar-menu-wrapper .sidebar-menu .menu-list>.menu-item-has-child>.sub-menu>li {
  position: relative;
}

.sidebar-menu-wrapper .sidebar-menu .menu-list>.menu-item-has-child>.sub-menu>li>a {
  width: 100%;
  display: block;
  font-size: 14px;
  padding: 15px 0px;
  padding-left: 60px;
  color: #7c8a97;
}

.sidebar-menu-wrapper .sidebar-menu .menu-list>.menu-item-has-child>.sub-menu>li:hover>a {
  color: #062a4d;
}

.sidebar-menu-wrapper .sidebar-menu .menu-list>.menu-item-has-child>.sub-menu>.active:before {
  background-color: #001238;
}

.sidebar-menu-wrapper .sidebar-menu .menu-list>.menu-item-has-child>.sub-menu>.active>a {
  color: #062a4d;
}

.sidebar-menu-wrapper .sidebar-menu .contact-info>ul>li {
  font-size: 16px;
  margin-bottom: 15px;
}

.sidebar-menu-wrapper .sidebar-menu .contact-info>ul>li:last-child {
  margin-bottom: 0px;
}

.sidebar-menu-wrapper .sidebar-menu .social-links>ul>li {
  width: 40px;
  height: 40px;
  margin-right: 5px;
}

.sidebar-menu-wrapper .sidebar-menu .social-links>ul>li:last-child {
  margin-right: 0px !important;
}

.sidebar-menu-wrapper .sidebar-menu .social-links>ul>li>a {
  font-size: 14px;
  line-height: 40px;
}

.sidebar-menu-wrapper .sidebar-menu .custom-btn.signup-btn {
  width: 100%;
  display: block;
  border-radius: 0px;
}

.sidebar-menu-wrapper .sidebar-menu.active {
  right: 0px;
  -webkit-box-shadow: 0px 10px 55px 1px rgba(137, 173, 255, 0.35);
  box-shadow: 0px 10px 55px 1px rgba(137, 173, 255, 0.35);
}

.sidebar-menu-wrapper .overlay {
  top: 0px;
  left: 0px;
  right: 0px;
  bottom: 0px;
  opacity: 0;
  z-index: 999;
  width: 100vw;
  height: 100vh;
  display: none;
  position: fixed;
  background: rgba(0, 0, 0, 0.7);
  -webkit-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

.sidebar-menu-wrapper .overlay.active {
  opacity: 1;
  display: block;
}

.sidebar-menu::-webkit-scrollbar {
  width: 0px;
}


/* mobile menu - end
================================================== */


/* header-section - end
==================================================================================================== */


/* footer section - start
==================================================================================================== */


/* default-footer - start
================================================== */

.footer-section .default-footer .area-title {
  font-size: 20px;
  color: #ffffff;
  margin-bottom: 45px;
  font-weight: 600;
}

.pull-right a {
  color: #ff0;
}

.social-list ul li i {
  margin-top: 6px;
  font-size: 16px;
  /* padding-top: 14px; */
  color: #fff;
  padding: 9px;
  height: 35px;
  width: 36px;
  border-radius: 50px;
  border: 1px solid #fff;
}

.footer-section .default-footer .our-clients {
  padding: 100px 0px;
}

.footer-section .default-footer .our-clients>ul {
  width: 100%;
}

.footer-section .default-footer .our-clients>ul>li {
  width: 16.666%;
}

.footer-section .default-footer .our-clients>ul>li>.client-logo {
  height: 100px;
  position: relative;
}

.footer-section .default-footer .our-clients>ul>li>.client-logo>a {
  top: 50%;
  left: 50%;
  position: absolute;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.footer-section .default-footer .footer-content {
  padding: 100px 0px;
  border-top: 2px solid rgba(255, 255, 255, 0.1);
  border-bottom: 2px solid rgba(255, 255, 255, 0.1);
}

.footer-section .default-footer .footer-content .about-content>p {
  color: #ffffff;
  margin-bottom: 30px;
}

.footer-section .default-footer .footer-content .about-content .hot-line {
  color: #ffffff;
  padding: 20px 30px;
}

.footer-section .default-footer .footer-content .about-content .hot-line .item-icon {
  float: left;
  height: 60px;
  font-size: 30px;
  line-height: 60px;
  margin-right: 15px;
  display: inline-block;
}

.footer-section .default-footer .footer-content .about-content .hot-line .item-content {
  display: table;
}

.footer-section .default-footer .footer-content .about-content .hot-line .item-content .item-title {
  margin-bottom: 10px;
  display: inline-block;
}

.footer-section .default-footer .footer-content .about-content .hot-line .item-content .contact-number {
  font-size: 20px;
  color: #ffffff;
  margin-bottom: 0px;
  font-weight: 600;
}

.footer-section .default-footer .footer-content .useful-links {
  padding-left: 35px;
}

.footer-section .default-footer .footer-content .useful-links>ul>li {
  margin-bottom: 30px;
}

.footer-section .default-footer .footer-content .useful-links>ul>li:last-child {
  margin-bottom: 0px;
}

.footer-section .default-footer .footer-content .useful-links>ul>li>a {
  display: table;
  overflow: hidden;
  color: #ffffff;
  position: relative;
}

.footer-section .default-footer .footer-content .useful-links>ul>li>a:before {
  top: 50%;
  opacity: 0;
  left: -10px;
  line-height: 1;
  font-size: 10px;
  content: '\f061';
  font-weight: 400;
  color: #ffffff;
  position: absolute;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  font-family: "Font Awesome 5 Pro";
}

.footer-section .default-footer .footer-content .useful-links>ul>li>a:hover {
  padding-left: 20px;
  color: #ec3323;
}

.footer-section .default-footer .footer-content .useful-links>ul>li>a:hover:before {
  left: 5px;
  opacity: 1;
  color: #ec3323;
}

.footer-section .default-footer .footer-content .our-services {
  margin-left: -50px;
  position: relative;
}

.footer-section .default-footer .footer-content .our-services>ul>li {
  margin-bottom: 20px;
}

.footer-section .default-footer .footer-content .our-services>ul>li:last-child {
  margin-bottom: 0px;
}

.footer-section .default-footer .footer-content .our-services>ul>li .item-image {
  float: left;
  width: 80px;
  height: auto;
  overflow: hidden;
  margin-right: 20px;
}

.footer-section .default-footer .footer-content .our-services>ul>li .item-content {
  display: table;
}

.footer-section .default-footer .footer-content .our-services>ul>li .item-content .item-title .title-link {
  font-size: 16px;
  line-height: 20px;
  color: #ffffff;
  font-weight: 600;
  font-family: "Poppins", sans-serif;
}

.footer-section .default-footer .footer-content .our-services>ul>li .item-content .post-date {
  color: #9eacca;
}

.footer-section .default-footer .footer-content .our-services>ul>li .item-content .post-date i {
  margin-right: 8px;
}

.footer-section .default-footer .footer-content .our-services>ul>li:hover .item-content .item-title .title-link {
  color: #ec3323;
}

.footer-section .default-footer .footer-content .footer-newsletter .newsletter-form {
  margin-bottom: 40px;
}

.footer-section .default-footer .footer-content .footer-newsletter .newsletter-form input[type=email] {
  width: 100%;
  border: none;
  height: 60px;
  padding: 0px 40px;
  color: #ffffff;
  border-radius: 50px;
  margin-bottom: 20px;
  -webkit-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  background-color: rgba(255, 255, 255, 0.1);
}

.footer-section .default-footer .footer-content .footer-newsletter .newsletter-form input[type=email]:focus {
  outline: none;
}

.footer-section .default-footer .footer-content .footer-newsletter .newsletter-form input[type=email]:-moz-placeholder {
  color: #bfbfcb;
}

.footer-section .default-footer .footer-content .footer-newsletter .newsletter-form input[type=email]::-moz-placeholder {
  color: #bfbfcb;
}

.footer-section .default-footer .footer-content .footer-newsletter .newsletter-form input[type=email]:-ms-input-placeholder {
  color: #bfbfcb;
}

.footer-section .default-footer .footer-content .footer-newsletter .newsletter-form input[type=email]::-webkit-input-placeholder {
  color: #bfbfcb;
}

.footer-section .default-footer .footer-content .footer-newsletter .newsletter-form .custom-btn {
  width: 100%;
  display: block;
  text-align: center;
}

.footer-section .default-footer .footer-content .footer-newsletter .social-media .area-title {
  margin-bottom: 30px;
}

.footer-section .default-footer .footer-content .footer-newsletter .social-media>ul>li {
  margin-right: 15px;
}

.footer-section .default-footer .footer-content .footer-newsletter .social-media>ul>li:last-child {
  margin-right: 0px;
}

.footer-section .default-footer .footer-content .footer-newsletter .social-media>ul>li a {
  color: #acafc0;
  font-size: 16px;
}

.footer-section .default-footer .footer-content .footer-newsletter .social-media>ul>li a:hover {
  color: #ec3323;
}

.footer-section .default-footer .copyright-text {
  padding: 30px 0px;
}

.footer-section .default-footer .copyright-text>p {
  color: #ffffff;
  margin-bottom: 0px;
}


/* default-footer - end
================================================== */


/* footer-one (home 1) - start
================================================== */

.footer-section .footer-one .footer-top {
  padding: 55px 0px;
}

.footer-section .footer-one .footer-top .footer-menu {
  padding: 13px 0px;
}

.footer-section .footer-one .footer-top .footer-menu>ul>li {
  margin-right: 50px;
}

.footer-section .footer-one .footer-top .footer-menu>ul>li:last-child {
  margin-right: 0px;
}

.footer-section .footer-one .footer-top .footer-menu>ul>li>a {
  font-size: 16px;
  color: #7c8a97;
  font-weight: 500;
  text-transform: uppercase;
}

.footer-section .footer-one .footer-top .footer-menu>ul>li>a:hover {
  color: #aab73f;
}

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

.footer-section .footer-one .footer-bottom .social-media>ul>li {
  width: 60px;
  height: 60px;
  margin-right: 20px;
  background-color: rgba(255, 255, 255, 0.2);
}

.footer-section .footer-one .footer-bottom .social-media>ul>li>a {
  width: 100%;
  height: 100%;
  display: block;
  font-size: 16px;
  line-height: 60px;
  color: #ffffff;
  text-align: center;
}

.footer-section .footer-one .footer-bottom .social-media>ul>li>a:hover {
  color: #062a4d;
  background-color: #aab73f;
}

.footer-section .footer-one .footer-bottom .copyright-text {
  color: #ffffff;
  margin-bottom: 0px;
  font-weight: 500;
}

.footer-section .footer-one .footer-bottom .footer-newsletter .form-title {
  font-size: 24px;
  color: #ffffff;
}

.footer-section .footer-one .footer-bottom .footer-newsletter .form-item input {
  padding: 0px 30px;
}

.footer-section .footer-one .footer-bottom .footer-newsletter .form-item .submit-btn {
  top: 50%;
  right: 0px;
  height: 60px;
  line-height: 64px;
  padding: 0px 40px;
  position: absolute;
  font-weight: 500;
  color: #062a4d;
  background-color: #cedd55;
  text-transform: uppercase;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}


/* footer-one (home 1) - end
================================================== */


/* footer-section (home 2) - start
================================================== */

.footer-section .footer-two .footer-content>p {
  display: table;
  font-size: 16px;
  max-width: 690px;
  line-height: 30px;
  color: #ffffff;
  margin: 0px auto 60px;
}

.footer-section .footer-two .footer-content .social-links>ul>li>a {
  color: #ffffff;
  border: 2px solid rgba(255, 255, 255, 0.01);
  background-color: rgba(255, 255, 255, 0.1);
}

.footer-section .footer-two .footer-content .social-links>ul>li>a:hover {
  border-color: #af9779;
  background-color: #af9779;
}


/* footer-section (home 2) - end
================================================== */


/* footer section - end
==================================================================================================== */


/* counter section - start
==================================================================================================== */


/* default-counter - start
================================================== */

.counter-section .default-counter .overlay {
  background-color: rgba(236, 51, 35, 0.9);
}

.counter-section .default-counter .counter-items-container>ul {
  width: 100%;
}

.counter-section .default-counter .counter-items-container>ul>li {
  width: 25%;
}

.counter-section .default-counter .counter-items-container>ul>li .counter-item .counter-text {
  font-size: 54px;
  line-height: 36px;
  color: #ffffff;
  margin-bottom: 30px;
}

.counter-section .default-counter .counter-items-container>ul>li .counter-item .counter-text .count-text {
  font-family: "Poppins", sans-serif;
}

.counter-section .default-counter .counter-items-container>ul>li .counter-item .item-title {
  width: 100%;
  display: table;
  font-size: 18px;
  color: #ffffff;
}


/* default-counter - end
================================================== */


/* secondary-counter - start
================================================== */

.counter-section .secondary-counter .counter-item {
  z-index: 1;
  overflow: hidden;
  position: relative;
  padding: 60px 40px;
  background-color: #f8fbff;
  -webkit-transition: all .2s ease-in-out;
  -o-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
}

.counter-section .secondary-counter .counter-item:before {
  top: 10px;
  left: 10px;
  right: 10px;
  bottom: 10px;
  z-index: -1;
  content: '';
  position: absolute;
  background-color: #ffffff;
  -webkit-transition: all .2s ease-in-out;
  -o-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
}

.counter-section .secondary-counter .counter-item .item-icon {
  line-height: 1;
  font-size: 60px;
  color: #ec3323;
  margin-bottom: 40px;
  display: inline-block;
  -webkit-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

.counter-section .secondary-counter .counter-item .counter-text {
  margin-bottom: 15px;
  -webkit-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

.counter-section .secondary-counter .counter-item .counter-text .count-text {
  font-size: 40px;
  color: #001238;
  display: inline-block;
  font-weight: 600;
  font-family: "Poppins", sans-serif;
  -webkit-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

.counter-section .secondary-counter .counter-item .item-title {
  font-size: 16px;
  -webkit-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

.counter-section .secondary-counter .counter-item:hover:before {
  background-color: #ec3323;
}

.counter-section .secondary-counter .counter-item:hover .item-icon {
  color: #ffffff;
}

.counter-section .secondary-counter .counter-item:hover .counter-text {
  color: #ffffff;
}

.counter-section .secondary-counter .counter-item:hover .counter-text .count-text {
  color: #ffffff;
}

.counter-section .secondary-counter .counter-item:hover .item-title {
  color: #ffffff;
}


/* border hover effect - start */


/*
.counter-section {
  .secondary-counter {
    .counter-item {
      &:before,
      &:after {
        left: 0;
        content: '';
        height: 6px;
        width: 100%;
        position: absolute;
      }
      &:before {
        bottom: 0;
        transform: translateX(100%);
        border-bottom: 6px solid transparent;
        border-left: 6px solid transparent;
      }
      &:after {
        top: 0;
        transform: translateX(-100%);
        border-top: 6px solid transparent;
        border-right: 6px solid transparent;
      }
      &:hover {
        background-color: $default-red;
        &:after,
        &:before {
          border-color: $default-blue;
        }
        &:before {
          height: 100%;
          transform: translateX(0);
          transition: .2s transform ease-in,.2s height ease-in .2s;
        }
        &:after {
          height: 100%;
          transform: translateX(0);
          transition: .2s transform ease-out .4s,.2s height ease-out .6s;
        }
      }
    }
  }
}
*/


/* border hover effect - end */


/* secondary-counter - end
================================================== */


/* counter section - end
==================================================================================================== */


/* sidebar section - start
==================================================================================================== */

.sidebar-section {
  /* widget_search - start */
  /* widget_search - end */
  /* widget_calculator - start */
  /* widget_calculator - end */
  /* widget_recent_entries - start */
  /* widget_recent_entries - end */
  /* widget_featured_property - start */
  /* widget_featured_property - end */
  /* widget_categories - start */
  /* widget_categories - end */
  /* default settings for wp - start
  ================================================== */
  /* widget_archive - start */
  /* widget_archive - end */
  /* default settings for wp - end
  ================================================== */
}

.sidebar-section .widget {
  padding: 40px;
  margin-bottom: 40px;
  border: 1px solid #e0deff;
}

.sidebar-section .widget:last-child {
  margin-bottom: 0px;
}

.sidebar-section .widget .widget_title {
  font-size: 20px;
}

.sidebar-section .widget_search .form-item {
  margin-bottom: 0px;
}

.sidebar-section .widget_search .form-item>input {
  padding: 0px 30px;
}

.sidebar-section .widget_search .form-item .form-item-btn {
  z-index: 1;
  width: 30px;
  height: 30px;
  left: unset;
  right: 23px;
  background-color: #ffffff;
}

.sidebar-section .widget_calculator .custom-btn {
  width: 100%;
  display: block;
  border-radius: 0px;
}

.sidebar-section .widget_calculator .form-item {
  margin-bottom: 20px;
}

.sidebar-section .widget_recent_entries>ul>li {
  margin-bottom: 30px;
  padding-bottom: 30px;
  border-bottom: 1px solid #e0deff;
}

.sidebar-section .widget_recent_entries>ul>li:last-child {
  margin-bottom: 0px;
  padding-bottom: 0px;
  border-bottom: none;
}

.sidebar-section .widget_recent_entries>ul>li .post-image {
  width: 80px;
  float: left;
  overflow: hidden;
  margin-right: 15px;
}

.sidebar-section .widget_recent_entries>ul>li .post-content {
  display: table;
}

.sidebar-section .widget_recent_entries>ul>li .post-content .rating-star>ul {
  line-height: 1;
  margin-bottom: 8px;
}

.sidebar-section .widget_recent_entries>ul>li .post-content .rating-star>ul>li {
  font-size: 12px;
}

.sidebar-section .widget_recent_entries>ul>li .post-content .post-title {
  line-height: .60;
  margin-bottom: 8px;
}

.sidebar-section .widget_recent_entries>ul>li .post-content .post-title .title-link {
  font-size: 14px;
  color: #001238;
  display: inline-block;
  font-weight: 600;
}

.sidebar-section .widget_recent_entries>ul>li:hover .post-content .post-title .title-link {
  color: #ec3323;
  text-decoration: underline;
}

.sidebar-section .widget_featured_property .sb-featured-carousel .item {
  overflow: hidden;
  position: relative;
}

.sidebar-section .widget_featured_property .sb-featured-carousel .item:before {
  top: 0px;
  left: 0px;
  right: 0px;
  bottom: 0px;
  content: '';
  position: absolute;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 18, 56, 0)), to(rgba(0, 18, 56, 0.5)));
  background: -webkit-linear-gradient(top, rgba(0, 18, 56, 0), rgba(0, 18, 56, 0.5));
  background: -o-linear-gradient(top, rgba(0, 18, 56, 0), rgba(0, 18, 56, 0.5));
  background: linear-gradient(to bottom, rgba(0, 18, 56, 0), rgba(0, 18, 56, 0.5));
}

.sidebar-section .widget_featured_property .sb-featured-carousel .item .item-badge {
  top: 20px;
  left: 20px;
  position: absolute;
}

.sidebar-section .widget_featured_property .sb-featured-carousel .item .item-title {
  left: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 1;
  padding: 20px 25px;
  margin-bottom: 0px;
  position: absolute;
  -webkit-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

.sidebar-section .widget_featured_property .sb-featured-carousel .item .item-title .title-link {
  font-size: 16px;
  color: #ffffff;
  font-weight: 600;
  font-family: "Poppins", sans-serif;
}

.sidebar-section .widget_featured_property .sb-featured-carousel .item:hover:before {
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 18, 56, 0)), to(rgba(0, 18, 56, 0.8)));
  background: -webkit-linear-gradient(top, rgba(0, 18, 56, 0), rgba(0, 18, 56, 0.8));
  background: -o-linear-gradient(top, rgba(0, 18, 56, 0), rgba(0, 18, 56, 0.8));
  background: linear-gradient(to bottom, rgba(0, 18, 56, 0), rgba(0, 18, 56, 0.8));
}

.sidebar-section .widget_featured_property .sb-featured-carousel .item:hover .item-title {
  padding-bottom: 25px;
}

.sidebar-section .widget_categories>ul>li {
  margin-bottom: 20px;
}

.sidebar-section .widget_categories>ul>li>a {
  width: 100%;
  display: block;
  padding-bottom: 20px;
  color: #7c8a97;
  border-bottom: 1px solid #e0deff;
}

.sidebar-section .widget_categories>ul>li>a>span {
  float: right;
}

.sidebar-section .widget_categories>ul>li>a:hover {
  color: #ec3323;
}

.sidebar-section .widget_categories>ul>li:last-child {
  margin-bottom: 0px;
}

.sidebar-section .widget_categories>ul>li:last-child>a {
  padding-bottom: 0px;
  border-bottom: none;
}

.sidebar-section .widget-title {
  font-size: 20px;
}

.sidebar-section .widget_archive>ul {
  margin: 0px;
  padding: 0px;
}

.sidebar-section .widget_archive>ul>li {
  width: 100%;
  display: block;
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid #e0deff;
}

.sidebar-section .widget_archive>ul>li:last-child {
  margin-bottom: 0px;
  padding-bottom: 0px;
  border-bottom: none;
}

.sidebar-section .widget_archive>ul>li>a {
  color: #7c8a97;
}

.sidebar-section .widget_archive>ul>li:hover>a {
  color: #ec3323;
}


/* sidebar section - end
==================================================================================================== */


/* breadcrumb section - start
==================================================================================================== */


/* default-breadcrumb - start
================================================== */

.breadcrumb-section .default-breadcrumb .overlay {
  padding: 150px 0px;
  background-color: rgba(3, 19, 46, 0.4);
}

.breadcrumb-section .default-breadcrumb .breadcrumb-content .breadcrumb-title {
  font-size: 100px;
  color: #ffffff;
  line-height: 100px;
  font-weight: 600;
}

.breadcrumb-section .default-breadcrumb .breadcrumb-nav {
  padding: 37px 0px;
}

.breadcrumb-section .default-breadcrumb .breadcrumb-nav>ul>li {
  font-size: 16px;
  color: #ffffff;
  margin-right: 10px;
  position: relative;
  padding-right: 10px;
  font-weight: 400;
}

.breadcrumb-section .default-breadcrumb .breadcrumb-nav>ul>li:after {
  top: 50%;
  right: -4px;
  content: '/';
  font-size: 16px;
  color: #ffffff;
  position: absolute;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.breadcrumb-section .default-breadcrumb .breadcrumb-nav>ul>li:last-child {
  margin-right: 0px;
  padding-right: 0px;
}

.breadcrumb-section .default-breadcrumb .breadcrumb-nav>ul>li:last-child:after {
  display: none;
}

.breadcrumb-section .default-breadcrumb .breadcrumb-nav>ul>li>a {
  font-size: 16px;
  color: #ffffff;
  font-weight: 400;
}

.breadcrumb-section .default-breadcrumb .breadcrumb-nav>ul>li>a:hover {
  color: #ec3323;
}


/* default-breadcrumb - end
================================================== */


/* default-breadcrumb - start
================================================== */

.breadcrumb-section .secondary-breadcrumb {
  position: relative;
}

.breadcrumb-section .secondary-breadcrumb .overlay {
  padding: 150px 0px;
  background-color: rgba(0, 18, 56, 0.8);
}

.breadcrumb-section .secondary-breadcrumb .breadcrumb-content .breadcrumb-title {
  font-size: 100px;
  color: #ffffff;
  line-height: 100px;
  font-weight: 600;
}

.breadcrumb-section .secondary-breadcrumb .breadcrumb-nav {
  left: 50%;
  z-index: 1;
  bottom: -33px;
  position: absolute;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}

.breadcrumb-section .secondary-breadcrumb .breadcrumb-nav>ul {
  padding: 20px 40px;
  border-radius: 50px;
  background-color: #ffffff;
  border: 3px solid #f8fbff;
}

.breadcrumb-section .secondary-breadcrumb .breadcrumb-nav>ul>li {
  font-size: 16px;
  color: #7c8a97;
  margin-right: 10px;
  position: relative;
  padding-right: 10px;
  font-weight: 400;
}

.breadcrumb-section .secondary-breadcrumb .breadcrumb-nav>ul>li:after {
  top: 50%;
  right: -4px;
  content: '/';
  font-size: 16px;
  position: absolute;
  color: #7c8a97;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.breadcrumb-section .secondary-breadcrumb .breadcrumb-nav>ul>li:last-child {
  margin-right: 0px;
  padding-right: 0px;
}

.breadcrumb-section .secondary-breadcrumb .breadcrumb-nav>ul>li:last-child:after {
  display: none;
}

.breadcrumb-section .secondary-breadcrumb .breadcrumb-nav>ul>li>a {
  width: 100%;
  font-size: 16px;
  color: #7c8a97;
  font-weight: 400;
}

.breadcrumb-section .secondary-breadcrumb .breadcrumb-nav>ul>li>a:hover {
  color: #ec3323;
}


/* default-breadcrumb - end
================================================== */


/* breadcrumb section - end
==================================================================================================== */


/* call to action section - start
==================================================================================================== */


/* default call to action - start
================================================== */

.calltoaction-section .default-calltoaction {
  padding: 100px 0px;
}

.calltoaction-section .default-calltoaction .section-title .big-title {
  color: #ffffff;
}

.calltoaction-section .default-calltoaction .quote-btn-area {
  padding: 70px 0px;
}


/* default call to action - end
================================================== */


/* call to action one (home 1) - start
================================================== */

.calltoaction-section .calltoaction-one {
  border: 14px solid #e0deff;
}

.calltoaction-section .calltoaction-one .person-image {
  z-index: 1;
  text-align: center;
  position: relative;
  -webkit-transform: translateY(46px);
  -ms-transform: translateY(46px);
  transform: translateY(46px);
}

.calltoaction-section .calltoaction-one .section-title {
  padding: 90px 0px;
}

.calltoaction-section .calltoaction-one .section-title .btns-group>ul>li {
  margin-right: 30px;
}

.calltoaction-section .calltoaction-one .section-title .btns-group>ul>li:last-child {
  margin-right: 0px;
}


/* call to action one (home 1) - end
================================================== */


/* call to action two (home 2) - start
================================================== */

.calltoaction-section .calltoaction-two {
  position: relative;
  padding: 100px 0px;
  border: 14px solid #e0deff;
}

.calltoaction-section .calltoaction-two .more-btn {
  right: 0px;
  bottom: 0px;
  width: 60px;
  height: 60px;
  font-size: 14px;
  line-height: 64px;
  text-align: center;
  color: #ffffff;
  position: absolute;
}

.calltoaction-section .calltoaction-two .contact-info ul>li {
  margin-bottom: 50px;
}

.calltoaction-section .calltoaction-two .contact-info ul>li:last-child {
  margin-bottom: 0px;
}

.calltoaction-section .calltoaction-two .contact-info ul>li .item-icon {
  float: left;
  width: 100px;
  height: 100px;
  font-size: 72px;
  line-height: 100px;
  margin-right: 30px;
  text-align: center;
  color: #af9779;
}

.calltoaction-section .calltoaction-two .contact-info ul>li .item-content {
  display: table;
}

.calltoaction-section .calltoaction-two .contact-info ul>li .item-content .item-title {
  font-size: 14px;
  margin-bottom: 15px;
  display: inline-block;
  font-weight: 500;
  text-transform: uppercase;
}

.calltoaction-section .calltoaction-two .contact-info ul>li .item-content>p {
  font-size: 20px;
  margin-bottom: 10px;
  color: #062a4d;
  font-weight: 600;
  font-family: "Poppins", sans-serif;
}

.calltoaction-section .calltoaction-two .agent-content .agent-info {
  padding: 8px 0px;
}

.calltoaction-section .calltoaction-two .agent-content .agent-info .agent-image {
  float: left;
  width: 70px;
  height: 70px;
  overflow: hidden;
  margin: -8px 0px;
  margin-right: 30px;
  text-align: center;
  border-radius: 100%;
}

.calltoaction-section .calltoaction-two .agent-content .agent-info .agent-name {
  display: table;
}

.calltoaction-section .calltoaction-two .agent-content .agent-info .agent-name .name-text {
  font-size: 24px;
}


/* call to action two (home 2) - end
================================================== */


/* call to action section - end
==================================================================================================== */


/* home page - start
==================================================================================================== */


/* home 1 - start
================================================== */


/* global reset - start */


/*.home-page-1 {
  padding-top: 50px; }*/

.home-page-1 ::-moz-selection {
  color: #062a4d;
  background-color: #aab73f;
}

.home-page-1 ::selection {
  color: #062a4d;
  background-color: #aab73f;
}

.home-page-1 .custom-btn {
  border-radius: 0px;
  color: #fff;
  background-color: #17b092;
}

.home-page-1 .custom-btn:hover {
  color: #ffffff;
}

.home-page-1 .custom-btn-bordered {
  border-radius: 0px;
  color: #062a4d;
  border-color: transparent;
}

.home-page-1 .custom-btn-bordered:hover {
  border-color: #17b092;
  background-color: #17b092;
}

.home-page-1 .details-btn {
    text-transform: uppercase;
    background: #17b092;
    color: #fff;
    padding: 8px 6px;

}

.home-page-1 .details-btn:before {
  top: 2.5px;
  display: none;
}

.home-page-1 .details-btn:hover {
  color: #fff;

}

.home-page-1 .details-btn:hover:before {
  color: #aab73f;
}

.home-page-1 h1,
.home-page-1 h2,
.home-page-1 h3,
.home-page-1 h4,
.home-page-1 h5,
.home-page-1 h6 {
  font-weight: 500;
  color: #062a4d;
  font-family: 'Poppins', sans-serif;
}

.home-page-1 .section-title .big-title {
  font-weight: 700;
  
}

.home-page-1 .section-title .small-title {
  font-weight: 500;
    color:#17b092;
    font-size: 20px;
}

.home-page-1 .form-item input:focus {
  border-color: #aab73f;
}

.home-page-1 .form-textarea textarea:focus {
  border-color: #aab73f;
}

.home-page-1 .backtotop {
  background-color: #cedd55;
}

.home-page-1 .backtotop .scroll {
  color: #fff;
  background: #17b092;
  border-radius: 50%;
}

.home-page-1 .preloader {
  background: #ffffff url("../images/preloader-2.svg") no-repeat center center;
}


/* global reset - end */


/* header-section - start */

.home-page-1 .header-section .default-header .header-bottom .main-menubar>ul>li:before {
  background-color: #17b092;
}

.home-page-1 .header-section .default-header .header-bottom .main-menubar>ul>li>a span {
  color: #062a4d;
  font-weight: bold;
}

.home-page-1 .header-section .default-header .header-bottom .main-menubar>ul>li>a span:after {
  color: #7c8a97;
}

.home-page-1 .header-section .default-header .header-bottom .main-menubar>ul>li:hover>a span {
  color: #17b092;
}

.home-page-1 .header-section .default-header .header-bottom .main-menubar>ul>li:hover>a span:after {
  color: #17b092;
}

.home-page-1 .header-section .default-header .header-bottom .main-menubar>ul>.active>a span {
  color: #17b092;
}

.home-page-1 .header-section .default-header .header-bottom .main-menubar>ul>.active>a span:after {
  color: #17b092;
}

.home-page-1 .header-section .default-header .header-bottom .main-menubar>ul>.menu-item-has-child:hover:after {
  color: #17b092;
}

.home-page-1 .header-section .default-header .header-bottom .main-menubar>ul>.active:after {
  color: #17b092;
}


/* header-section - end */


/* slider-section - start */

.slider-section .main-slider-1 .item {
  padding: 100px 0px;
}

.slider-section .main-slider-1 .item .slider-content {
  opacity: 0;
  padding-top: 85px;
  -webkit-transform: translateX(-200px);
  -ms-transform: translateX(-200px);
  transform: translateX(-200px);
  -webkit-transition: all 1s ease-in-out;
  -o-transition: all 1s ease-in-out;
  transition: all 1s ease-in-out;
}

.slider-section .main-slider-1 .item .slider-content .section-title .small-title {
  color: #7c8a97;
}

.slider-section .main-slider-1 .item .slider-content .section-title .big-title {
  font-size: 80px;
}

.slider-section .main-slider-1 .item .slider-content .room-info>ul>li {
  margin-right: 50px;
}

.slider-section .main-slider-1 .item .slider-content .room-info>ul>li:last-child {
  margin-right: 0px !important;
}

.slider-section .main-slider-1 .item .slider-content .room-info>ul>li .item-icon {
  float: left;
  line-height: 1;
  margin-top: 6px;
  font-size: 36px;
  margin-right: 20px;
  color: #aab73f;
}

.slider-section .main-slider-1 .item .slider-content .room-info>ul>li .item-content {
  display: table;
}

.slider-section .main-slider-1 .item .slider-content .room-info>ul>li .item-content .number-text {
  width: 100%;
  display: block;
  font-size: 24px;
  color: #062a4d;
}

.slider-section .main-slider-1 .item .slider-content .room-info>ul>li .item-content .title-text {
  font-size: 14px;
}

.slider-section .main-slider-1 .item .slider-content .btns-group>ul>li {
  margin-right: 20px;
}

.slider-section .main-slider-1 .item .slider-content .btns-group>ul>li:last-child {
  margin-right: 0px !important;
}

.slider-section .main-slider-1 .item .slider-content .btns-group>ul>li .video-btn {
  width: 60px;
  height: 60px;
  font-size: 18px;
  line-height: 60px;
  color: #ffffff;
  text-align: center;
  background-color: #17b092;
}

.slider-section .main-slider-1 .item .slider-image {
  opacity: 0;
  width: 570px;
  -webkit-transform: scale(1.2);
  -ms-transform: scale(1.2);
  transform: scale(1.2);
  -webkit-transition: 1s cubic-bezier(0.68, -0.55, 0.265, 1.55);
  -o-transition: 1s cubic-bezier(0.68, -0.55, 0.265, 1.55);
  transition: 1s cubic-bezier(0.68, -0.55, 0.265, 1.55);
}

.slider-section .main-slider-1 .owl-item.active .item .slider-content {
  opacity: 1;
  -webkit-transition-delay: 1s;
  -o-transition-delay: 1s;
  transition-delay: 1s;
  -webkit-transform: translateX(0px);
  -ms-transform: translateX(0px);
  transform: translateX(0px);
}

.slider-section .main-slider-1 .owl-item.active .item .slider-image {
  opacity: 1;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  -webkit-transition-delay: .6s;
  -o-transition-delay: .6s;
  transition-delay: .6s;
}

.home-page-1 .slider-section .owl-theme .owl-dots {
  top: 50%;
  right: 80px;
  margin-top: 0px;
  position: absolute;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.home-page-1 .slider-section .owl-theme .owl-dots .owl-dot {
  width: 40px;
  height: 40px;
  display: table;
  font-size: 14px;
  line-height: 44px;
  text-align: center;
  margin-bottom: 10px;
  color: #7c8a97;
  background-color: #ffffff;
}

.home-page-1 .slider-section .owl-theme .owl-dots .owl-dot:last-child {
  margin-bottom: 0px;
}

.home-page-1 .slider-section .owl-theme .owl-dots .owl-dot:hover {
  color: #062a4d;
  background-color: #cedd55;
}

.home-page-1 .slider-section .owl-theme .owl-dots .owl-dot.active {
  color: #062a4d;
  background-color: #cedd55;
}


/* slider-section - end */


/* approach-section - start */

.home-page-1 .approach-section .approach-content .section-title {
  margin-bottom: 15px;
}

.home-page-1 .approach-section .approach-content .section-title .big-title:before {
  display: none;
}

.home-page-1 .approach-section .approach-content > strong {
  width: 100%;
  display: block;
  /* font-size: 17px; */
  line-height: 30px;
  margin-bottom: 10px;
  color: #17b092;
  font-weight: 400;
}

.dropdown-toggle::after {
  content: "";
  display: none !important;
}


/* approach-section - end */


/* feature-section - start */

.feature-section .feature-big-item-1 .feature-content>strong {
  width: 100%;
  display: block;
  font-size: 24px;
  line-height: 30px;
  margin-bottom: 40px;
  color: #17b092;
  font-weight: 400;
}

.approach-image img {
  width: 100%;
  object-fit: cover;
}

.abt {
  background: #fff;
}


.services-area {
  padding: 80px 0;
  background: #f2f6f9;
}

.feature-section .feature-big-item-1 .feature-content .info-list {
  margin-bottom: 30px;
}

.feature-section .feature-big-item-1 .feature-content .info-list>ul>li {
  margin-right: 35px;
  margin-bottom: 15px;
}

.feature-section .feature-big-item-1 .feature-content .info-list>ul>li:last-child {
  margin-right: 0px;
}

.feature-section .feature-big-item-1 .feature-content .info-list>ul>li .serial-number {
  margin-right: 10px;
  color: #aab73f;
}

.feature-section .feature-big-item-1 .feature-content .item-admin .admin-image {
  float: left;
  width: 60px;
  height: 60px;
  overflow: hidden;
  margin-right: 20px;
  border-radius: 100%;
}

.feature-section .feature-big-item-1 .feature-content .item-admin .admin-content {
  display: table;
}

.feature-section .feature-big-item-1 .feature-content .item-admin .admin-content .admin-name {
  font-size: 24px;
}

.feature-section .feature-big-item-1 .feature-content .item-admin .admin-content .admin-title {
  font-size: 14px;
  display: inline-block;
  font-weight: 500;
  color: #aab73f;
}

.feature-section .counter-container>ul {
  z-index: 1;
  width: 970px;
  position: relative;
  margin-top: -65px;
}

.feature-section .counter-container>ul>li {
  width: 25%;
  padding: 75px 30px;
  position: relative;
}

.feature-section .counter-container>ul>li:before {
  top: 50%;
  width: 2px;
  content: '';
  right: -1px;
  height: 80px;
  position: absolute;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  background-color: rgba(255, 255, 255, 0.2);
}

.feature-section .counter-container>ul>li:last-child:before {
  display: none;
}

.feature-section .counter-container>ul>li .item-icon {
  line-height: 1;
  font-size: 60px;
  margin-bottom: 25px;
  display: inline-block;
  color: #aab73f;
}

.feature-section .counter-container>ul>li .count-text {
  font-size: 50px;
  color: #ffffff;
  margin-bottom: 0px;
  font-weight: 300;
  font-family: 'Poppins', sans-serif;
}

.feature-section .counter-container>ul>li .item-title {
  color: #a0b1c1;
  font-size: 14px;
  text-transform: uppercase;
}


/* feature-section - end */


/* planning-section - start */

.planning-section .planning-tabs-nav>ul {
  padding: 0px 30px;
 /* border-bottom: 2px solid #e0deff;*/
}

.planning-section .planning-tabs-nav>ul>li {
  z-index: 1;
  width: auto;
  height: 60px;
  margin-bottom: -2px;
}

.planning-section .planning-tabs-nav>ul>li>a {
  width: 100%;
 /* height: 100%;*/
  display: block;
 /* padding: 0px 30px;*/
 /* line-height: 60px;*/
  color: #7c8a97;
  font-weight: 500;
  text-transform: uppercase;
  padding: 12px 35px;

}

.planning-section .planning-tabs-nav>ul>li>a:hover {
  color: #062a4d;
}

.planning-section .planning-tabs-nav>ul>li>.active {
  color: #062a4d;
  background-color: #17b092;
}

.planning-section .tab-content .tab-pane .planning-image>img {
  width: 100%;
  display: block;
}

.planning-section .tab-content .tab-pane .planning-content .section-title {
  margin-bottom: 40px;
}

.planning-section .tab-content .tab-pane .planning-content .section-title .small-title {
  margin-bottom: 20px;
}

.planning-section .tab-content .tab-pane .planning-content .info-list>ul>li {
  margin-bottom: 25px;
  padding-bottom: 25px;
  border-bottom: 1px solid #e0deff;
}

.planning-section .tab-content .tab-pane .planning-content .info-list>ul>li:last-child {
  margin-bottom: 0px;
  padding-bottom: 0px;
  border-bottom: none;
}

.planning-section .tab-content .tab-pane .planning-content .info-list>ul>li>a {
  width: 100%;
  display: block;
  font-size: 14px;
  font-weight: 500;
  color: #062a4d;
  text-transform: uppercase;
}

.planning-section .tab-content .tab-pane .planning-content .info-list>ul>li>a>span {
  float: right;
  color: #7c8a97;
  -webkit-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

.planning-section .tab-content .tab-pane .planning-content .info-list>ul>li>a:hover {
  color: #17b092;
}

.planning-section .tab-content .tab-pane .planning-content .info-list>ul>li>a:hover>span {
  color: #17b092;
}


/* planning-section - end */


/* planning-section - start */

.directions-section .section-title {
  position: relative;
}

.directions-section .section-title .custom-btn {
  right: 0px;
  bottom: 0px;
  position: absolute;
}

.directions-section .direction-items-list {
  margin-bottom: 40px;
}

.directions-section .direction-items-list>ul>li {
  margin-right: 75px;
}

.directions-section .direction-items-list>ul>li:last-child {
  margin-right: 0px !important;
}

.directions-section .direction-items-list>ul>li>a {
  width: 100%;
  height: 100%;
  display: block;
  padding: 0px 25px;
  padding-bottom: 34px;
  border-bottom: 4px solid #e5f2ff;
}

.directions-section .direction-items-list>ul>li>a .item-icon {
  line-height: 1;
  display: table;
  font-size: 60px;
  margin: 0px auto 20px;
  color: #aab73f;
}

.directions-section .direction-items-list>ul>li>a .item-title {
  width: 100%;
  display: block;
  font-size: 14px;
  font-weight: 500;
  color: #062a4d;
  text-transform: uppercase;
}

.directions-section .direction-items-list>ul>li>.active {
  border-color: #aab73f;
}

.directions-section .direction-items-list>ul>li:hover>a {
  border-color: #aab73f;
}

.directions-section .google-map {
  width: 100%;
  height: 700px;
}

.directions-section .google-map>div+div {
  display: none;
}


/* planning-section - end */


/* availability-section - start */

.availability-section {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}

.availability-section .section-title {
  padding: 100px;
  position: relative;
  background-color: #ffffff;
}

.availability-section .section-title .custom-btn {
  top: 50%;
  right: 100px;
  position: absolute;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.availability-section .availability-table table {
  margin-bottom: 0px;
}

.availability-section .availability-table table thead {
  background-color: #cedd55;
}

.availability-section .availability-table table thead th {
  border-top: none;
  padding: 30px 15px;
  border-bottom: none;
  font-weight: 500;
  color: #062a4d;
  text-transform: uppercase;
}

.availability-section .availability-table table tbody {
  background-color: #ffffff;
}

.availability-section .availability-table table tbody td {
  padding: 30px 15px;
}

.availability-section .availability-table table tbody td .custom-btn-bordered {
  margin: -19px 0px;
  border-radius: 0px;
}

.availability-section .availability-table table tbody td .custom-btn-bordered:hover {
  color: #ffffff;
  border-color: #17b092;
  background-color: #17b092;
}

.availability-section .availability-table table tbody .name,
.availability-section .availability-table table tbody .price {
  font-weight: 500;
  color: #062a4d;
  text-transform: uppercase;
}

.availability-section .availability-table table tbody .price {
  color: #aab73f;
}


/* availability-section - end */


/* home 1 - end
================================================== */


/* home 2 - start
================================================== */


/* global reset - start */

.home-page-2 ::-moz-selection {
  color: #062a4d;
  background-color: #af9779;
}

.home-page-2 ::selection {
  color: #062a4d;
  background-color: #af9779;
}

.home-page-2 .custom-btn {
  color: #ffffff;
  background-color: #af9779;
}

.home-page-2 .custom-btn-bordered {
  color: #062a4d;
}

.home-page-2 .custom-btn-bordered:hover {
  color: #ffffff;
  border-color: #af9779;
  background-color: #af9779;
}

.home-page-2 .details-btn {
  text-transform: uppercase;
}

.home-page-2 .details-btn:before {
  top: 2.5px;
}

.home-page-2 .details-btn:hover {
  color: #af9779;
}

.home-page-2 .details-btn:hover:before {
  color: #af9779;
}

.home-page-2 h1,
.home-page-2 h2,
.home-page-2 h3,
.home-page-2 h4,
.home-page-2 h5,
.home-page-2 h6 {
  color: #062a4d;
}

.home-page-2 .section-title .small-title {
  color: #af9779;
  font-weight: 400;
}

.home-page-2 .form-item input:focus {
  border-color: #af9779 !important;
}

.home-page-2 .form-item .form-item-btn {
  color: #af9779;
}

.home-page-2 .form-textarea textarea:focus {
  border-color: #af9779 !important;
}

.home-page-2 .form-textarea .form-item-btn {
  color: #af9779;
}

.home-page-2 .owl-theme .owl-nav .owl-next:hover:before,
.home-page-2 .owl-theme .owl-nav .owl-prev:hover:before {
  color: #ffffff;
  border-color: #af9779;
  background-color: #af9779;
}

.home-page-2 .plus-effect:after,
.home-page-2 .plus-effect:before {
  background-color: #af9779;
}

.home-page-2 .backtotop {
  background-color: #af9779;
}

.home-page-2 .backtotop .scroll {
  color: #ffffff;
}

.home-page-2 .preloader {
  background: #ffffff url("../images/preloader-3.svg") no-repeat center center;
}


/* global reset - end */


/* header-section - start */

.home-page-2 .header-section .default-header .header-bottom .main-menubar>ul>li:before {
  background-color: #af9779;
}

.home-page-2 .header-section .default-header .header-bottom .main-menubar>ul>li>a span {
  color: #7c8a97;
}

.home-page-2 .header-section .default-header .header-bottom .main-menubar>ul>li>a span:after {
  color: #7c8a97;
}

.home-page-2 .header-section .default-header .header-bottom .main-menubar>ul>li:hover>a span {
  color: #af9779;
}

.home-page-2 .header-section .default-header .header-bottom .main-menubar>ul>li:hover>a span:after {
  color: #af9779;
}

.home-page-2 .header-section .default-header .header-bottom .main-menubar>ul>.active>a span {
  color: #af9779;
}

.home-page-2 .header-section .default-header .header-bottom .main-menubar>ul>.active>a span:after {
  color: #af9779;
}

.home-page-2 .header-section .default-header .header-bottom .main-menubar>ul>.menu-item-has-child:hover:after {
  color: #af9779;
}

.home-page-2 .header-section .default-header .header-bottom .main-menubar>ul>.active:after {
  color: #af9779;
}


/* header-section - end */


/* banner-section - start */

.banner-section .banner-2 {
  padding: 300px 0px;
}

.banner-section .banner-2 .banner-content .section-title .small-title {
  font-size: 30px;
  color: #7c8a97;
}

.banner-section .banner-2 .banner-content .section-title .big-title {
  font-size: 100px;
}

.banner-section .banner-2 .banner-content p {
  font-size: 16px;
  line-height: 30px;
  margin-bottom: 40px;
}

.banner-section .banner-2 .banner-content .btns-group>ul>li {
  margin-right: 30px;
}

.banner-section .banner-2 .banner-content .btns-group>ul>li:last-child {
  margin-right: 0px;
}


/* banner-section - end */


/* team-section - start */

.home-page-2 .team-section .team-member-item .member-info .member-title {
  color: #af9779 !important;
}


/* team-section - end */


/* property-section - start */

.home-page-2 .property-section .section-title {
  position: relative;
}

.home-page-2 .property-section .section-title .custom-btn {
  top: 50%;
  right: 0px;
  position: absolute;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.home-page-2 .property-section .property-grid-item .property-image .post-admin .admin-link {
  color: #af9779;
}

.home-page-2 .property-section .property-grid-item .property-content .price-and-location>ul>li .price-text {
  color: #af9779;
}

.home-page-2 .property-section .property-grid-item:hover .property-content .item-title .title-link {
  color: #af9779;
}


/* property-section - end */


/* testimonial-section - start */

.testimonial-section {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}

.testimonial-section .overlay-blue {
  background-color: rgba(0, 18, 56, 0.8);
}

.testimonial-section .testimonial-carousel-2 .item .section-title .big-title {
  color: #ffffff;
}

.testimonial-section .testimonial-carousel-2 .item .quote-text {
  width: 100%;
  display: block;
  color: #68af6d;
  font-size: 42px;
  line-height: 54px;
  margin-bottom: 40px;
  font-weight: 400;
}

.testimonial-section .testimonial-carousel-2 .item>p {
  color: #c6d0e4;
  font-size: 18px;
  line-height: 32px;
  margin-bottom: 40px;
}

.testimonial-section .testimonial-carousel-2 .item .hero-info .hero-name {
  font-size: 24px;
  color: #ffffff;
}

.testimonial-section .testimonial-carousel-2 .item .hero-info .hero-title {
  color: #af9779;
}

.testimonial-section .thumbs-nav {
  max-width: 300px;
}

.testimonial-section .thumbs-nav .item {
  width: 70px;
  height: 70px;
  opacity: .5;
  overflow: hidden;
}

.testimonial-section .thumbs-nav .owl-item.active.current .item {
  opacity: 1;
}


/* testimonial-section - end */


/* home 2 - end
================================================== */


/* home 3 - start
================================================== */


/* banner-section - start */

.banner-section .overlay-blue {
  padding: 200px 0px;
  background-color: rgba(0, 18, 56, 0.4);
}

.banner-section .banner-content .sub-title {
  font-size: 30px;
  color: #ffffff;
  margin-bottom: 30px;
  display: inline-block;
}

.banner-section .banner-content .title-text {
  font-size: 100px;
  color: #ffffff;
}

.banner-section .banner-content .form-group {
  padding: 22px;
  display: table;
  border-radius: 70px;
  background-color: rgba(255, 255, 255, 0.1);
}

.banner-section .banner-content .form-group>ul {
  width: 100%;
  padding: 5px;
  border-radius: 45px;
  background-color: #ffffff;
}

.banner-section .banner-content .form-group>ul>li {
  margin-right: 30px;
}

.banner-section .banner-content .form-group>ul>li:last-child {
  margin-right: 0px;
}

.banner-section .banner-content .form-group>ul>li .form-item {
  display: inline-block;
}

.banner-section .banner-content .form-group>ul>li .form-item input {
  width: 270px;
  border: none;
  border-radius: 45px;
}

.banner-section .banner-content .form-group>ul>li .form-item.type-select-form .nice-select {
  width: 100px;
  border: none;
  padding: 0px 20px;
}

.banner-section .banner-content .form-group>ul>li .form-item.type-select-form .form-item-btn {
  left: 0px;
}


/* banner-section - end */


/* about-section - start */

.home-page-3 .about-section {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}

.home-page-3 .about-section .about-content .section-title .big-title {
  font-size: 52px;
  margin-bottom: 40px;
}

.home-page-3 .about-section .about-content .section-title .big-title:before {
  display: none;
}

.home-page-3 .about-section .about-content>p {
  margin-bottom: 30px;
}

.home-page-3 .about-section .about-content .admin-info .admin-image {
  float: left;
  width: 100px;
  height: 100px;
  overflow: hidden;
  margin-right: 30px;
  border-radius: 100%;
}

.home-page-3 .about-section .about-content .admin-info .admin-content {
  display: table;
  padding: 18px 0px;
}

.home-page-3 .about-section .about-content .admin-info .admin-content .admin-name {
  font-size: 24px;
}

.home-page-3 .about-section .about-content .admin-info .admin-content .admin-title {
  color: #ec3323;
}


/* about-section - end */


/* home 3 - end
================================================== */


/* home page - end
==================================================================================================== */


/* about page - start
==================================================================================================== */


/* about-section - start
================================================== */

.about-section {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}

.about-section .overlay-white {
  background-color: rgba(255, 255, 255, 0.93);
}

.about-section .about-image {
  z-index: 1;
  position: relative;
  padding-right: 40px;
  padding-bottom: 30px;
}

.about-section .about-image .decoration-image {
  z-index: -1;
  bottom: 0px;
  left: -40px;
  width: 530px;
  position: absolute;
}

.about-section .about-content .section-title {
  margin-bottom: 60px;
}

.about-section .about-content .section-title .big-title {
  position: relative;
}

.about-section .about-content .section-title .big-title:before {
  left: 0px;
  bottom: -28px;
  width: 80px;
  height: 2px;
  content: '';
  position: absolute;
  background-color: #ec3323;
}

.about-section .about-content>p {
  font-size: 16px;
  line-height: 28px;
  margin-bottom: 40px;
}


/* about-section - end
================================================== */


/* feature-section - start
================================================== */

.feature-section .feature-grid-item {
  padding: 50px;
  margin-top: 30px;
  background-color: #ffffff;
  -webkit-transition: -webkit-transform 0.3s cubic-bezier(0.68, -0.55, 0.265, 1.55);
  transition: -webkit-transform 0.3s cubic-bezier(0.68, -0.55, 0.265, 1.55);
  -o-transition: transform 0.3s cubic-bezier(0.68, -0.55, 0.265, 1.55);
  transition: transform 0.3s cubic-bezier(0.68, -0.55, 0.265, 1.55);
  transition: transform 0.3s cubic-bezier(0.68, -0.55, 0.265, 1.55), -webkit-transform 0.3s cubic-bezier(0.68, -0.55, 0.265, 1.55);
}

.feature-section .feature-grid-item .item-icon {
  font-size: 50px;
  color: #ec3323;
  margin-bottom: 40px;
  display: inline-block;
}

.feature-section .feature-grid-item .feature-title {
  margin-bottom: 20px;
}

.feature-section .feature-grid-item .feature-title .title-link {
  font-size: 24px;
  line-height: 36px;
  color: #001238;
  font-weight: 600;
  font-family: "Poppins", sans-serif;
}

.feature-section .feature-grid-item p {
  margin-bottom: 30px;
}

.feature-section .feature-grid-item:hover {
  -webkit-transform: translateY(-10px);
  -ms-transform: translateY(-10px);
  transform: translateY(-10px);
  -webkit-box-shadow: 0px 3px 60px 1px rgba(0, 0, 0, 0.05);
  box-shadow: 0px 3px 60px 1px rgba(0, 0, 0, 0.05);
}

.feature-section .feature-grid-item:hover .feature-title .title-link {
  color: #ec3323;
}


/* feature-section - end
================================================== */


/* about page - end
==================================================================================================== */


/* team page - start
==================================================================================================== */


/* team-section - start
================================================== */

.team-section .team-member-item {
  margin-bottom: 60px;
}

.team-section .team-member-item .image-container>img {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  -webkit-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

.team-section .team-member-item .image-container .plus-effect:after,
.team-section .team-member-item .image-container .plus-effect:before {
  top: 40%;
  -webkit-transform: translateX(-50%) translateY(-50%);
  -ms-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
}

.team-section .team-member-item .member-info {
  z-index: 2;
  width: 330px;
  padding: 40px;
  display: table;
  margin: 0 auto;
  margin-top: -71px;
  position: relative;
  background-color: #ffffff;
}

.team-section .team-member-item .member-info .member-name {
  font-size: 24px;
  margin-bottom: 20px;
}

.team-section .team-member-item .member-info .member-title {
  width: 100%;
  display: table;
  line-height: 1;
  color: #ec3323;
}

.team-section .team-member-item:hover .image-container>img {
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}

.team-section .team-member-item:hover .image-container .plus-effect {
  opacity: 1;
}

.team-section .team-member-item:hover .image-container .plus-effect:before {
  width: 60px;
}

.team-section .team-member-item:hover .image-container .plus-effect:after {
  height: 60px;
}

.team-section .team-member-bordered {
  padding: 60px 30px;
  margin-bottom: 30px;
  border: 1px solid #e0deff;
  background-color: #ffffff;
}

.team-section .team-member-bordered .member-image {
  width: 180px;
  height: 180px;
  display: table;
  overflow: hidden;
  position: relative;
  border-radius: 100%;
  margin: 0px auto 30px;
  -webkit-box-shadow: 0px 16px 32px 0px rgba(106, 118, 194, 0.2);
  box-shadow: 0px 16px 32px 0px rgba(106, 118, 194, 0.2);
}

.team-section .team-member-bordered .member-image .plus-effect:after,
.team-section .team-member-bordered .member-image .plus-effect:before {
  top: 54%;
}

.team-section .team-member-bordered .member-image .plus-effect:before {
  width: 60px;
}

.team-section .team-member-bordered .member-image .plus-effect:after {
  height: 60px;
}

.team-section .team-member-bordered .member-info .member-name {
  font-size: 20px;
}

.team-section .team-member-bordered .member-info .member-title {
  color: #ec3323;
}

.team-section .team-member-bordered:hover .member-image .plus-effect {
  opacity: 1;
}

.team-section .team-member-bordered:hover .member-image .plus-effect:before {
  width: 40px;
}

.team-section .team-member-bordered:hover .member-image .plus-effect:after {
  height: 40px;
}


/* team-section - end
================================================== */


/* approach-section - start
================================================== */

.approach-section .approach-content {
  /*font-size: 16px;
  line-height: 28px;
  padding-right: 30px;*/
  padding-left: 70px;
}

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

.approach-section .approach-content .section-title .big-title {
  position: relative;
}

.approach-section .approach-content .section-title .big-title:before {
  left: 0px;
  bottom: -28px;
  width: 80px;
  height: 2px;
  content: '';
  position: absolute;
  background-color: #ec3323;
}

.approach-section .approach-content .our-goal {
  margin-bottom: 40px;
}

.approach-section .approach-content .our-goal .item-title {
  font-size: 24px;
}

.approach-section .approach-image.grid .grid-item,
.approach-section .approach-image.grid .grid-sizer {
  width: 50%;
}

.approach-section .approach-image.grid .grid-item {
  padding: 15px;
}

.approach-section .approach-image.grid .grid-item:nth-child(2) {
  margin-top: -30px;
}


/* approach-section - end
================================================== */


/* testimonial-section - start
================================================== */

.testimonial-section {
  position: relative;
}

.testimonial-section .testimonial-carousel .owl-stage-outer {
  padding-top: 30px;
  padding-bottom: 75px;
  margin-bottom: -34px;
}

.testimonial-section .testimonial-carousel .item {
  padding: 50px 40px;
  position: relative;
  background-color: #ffffff;
  -webkit-box-shadow: 0px 16px 32px 0px rgba(106, 118, 194, 0.1);
  box-shadow: 0px 16px 32px 0px rgba(106, 118, 194, 0.1);
}

.testimonial-section .testimonial-carousel .item:after,
.testimonial-section .testimonial-carousel .item:before {
  left: 50%;
  opacity: 0;
  content: '';
  height: 380px;
  position: absolute;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  background-color: #ffffff;
  -webkit-box-shadow: 0px 16px 32px 0px rgba(106, 118, 194, 0.1);
  box-shadow: 0px 16px 32px 0px rgba(106, 118, 194, 0.1);
  -webkit-transition: 0.6s cubic-bezier(0.68, -0.55, 0.265, 1.55);
  -o-transition: 0.6s cubic-bezier(0.68, -0.55, 0.265, 1.55);
  transition: 0.6s cubic-bezier(0.68, -0.55, 0.265, 1.55);
}

.testimonial-section .testimonial-carousel .item:before {
  top: 27px;
  z-index: -2;
  width: 335px;
  -webkit-transition-delay: .2s;
  -o-transition-delay: .2s;
  transition-delay: .2s;
}

.testimonial-section .testimonial-carousel .item:after {
  top: 47px;
  z-index: -3;
  width: 290px;
  -webkit-transition-delay: .3s;
  -o-transition-delay: .3s;
  transition-delay: .3s;
}

.testimonial-section .testimonial-carousel .item .rating-star {
  margin-bottom: 40px;
}

.testimonial-section .testimonial-carousel .item .rating-star ul {
  float: left;
}

.testimonial-section .testimonial-carousel .item .rating-star .review-text {
  float: right;
  font-size: 18px;
  color: #001238;
  font-weight: 600;
  font-family: "Poppins", sans-serif;
}

.testimonial-section .testimonial-carousel .item>p {
  margin-bottom: 30px;
}

.testimonial-section .testimonial-carousel .item .admin-info .admin-image {
  float: left;
  width: 50px;
  height: 50px;
  overflow: hidden;
  margin-right: 20px;
  border-radius: 100%;
}

.testimonial-section .testimonial-carousel .item .admin-info .admin-content {
  display: table;
}

.testimonial-section .testimonial-carousel .item .admin-info .admin-content .admin-name {
  font-size: 18px;
}

.testimonial-section .testimonial-carousel .item .admin-info .admin-content .admin-title {
  color: #ec3323;
  display: inline-block;
  font-weight: 500;
  text-transform: uppercase;
}

.testimonial-section .testimonial-carousel .item:hover:before {
  top: 47px;
  opacity: 1;
}

.testimonial-section .testimonial-carousel .item:hover:after {
  top: 67px;
  opacity: 1;
}

.testimonial-section .testimonial-carousel .owl-item.active.center .item:before {
  top: 47px;
  opacity: 1;
}

.testimonial-section .testimonial-carousel .owl-item.active.center .item:after {
  top: 67px;
  opacity: 1;
}

.testimonial-section .owl-theme .owl-nav {
  z-index: 1;
  right: 0px;
  top: -155px;
  position: absolute;
}


/* testimonial-section - end
================================================== */


/* team page - end
==================================================================================================== */


/* team details page - start
==================================================================================================== */


/* team-details-section - start
================================================== */

.team-details-section .member-image img {
  width: 100%;
  display: block;
  object-fit: cover;
}

.team-details-section .member-content {
  padding-left: 30px;
}

.team-details-section .member-content .member-title {
  color: #ec3323;
  margin-bottom: 40px;
  letter-spacing: 2px;
  display: inline-block;
  font-weight: 500;
  text-transform: uppercase;
}

.team-details-section .member-content .member-name {
  font-size: 56px;
  margin-bottom: 40px;
}

.team-details-section .member-content>p {
  font-size: 16px;
  line-height: 28px;
  margin-bottom: 40px;
}

.team-details-section .member-content .contact-info {
  margin-bottom: 40px;
}

.team-details-section .member-content .contact-info>ul>li {
  font-size: 16px;
  margin-bottom: 20px;
}

.team-details-section .member-content .contact-info>ul>li:last-child {
  margin-bottom: 0px;
}

.team-details-section .member-content .contact-info>ul>li>i {
  font-size: 18px;
  margin-right: 20px;
}


/* team-details-section - end
================================================== */


/* skill-section - start
================================================== */

.skill-section .section-title .big-title {
  color: #ffffff;
}

.skill-section .overlay {
  background-color: rgba(0, 18, 56, 0.9);
}

.skill-section .skill-item {
  width: 550px;
  display: table;
  margin-top: 70px;
  position: relative;
}

.skill-section .skill-item .skill-title {
  font-size: 16px;
  color: #ffffff;
  margin-bottom: 20px;
  display: inline-block;
  font-weight: 500;
  text-transform: uppercase;
}

.skill-section .skill-item .skill-progress {
  width: 100%;
  height: 6px;
  position: relative;
  background-color: rgba(255, 255, 255, 0.2);
}

.skill-section .skill-item .skill-progress .progress-value {
  top: -47px;
  right: 0px;
  font-size: 16px;
  color: #ffffff;
  position: absolute;
  display: inline-block;
  font-weight: 500;
  text-transform: uppercase;
}

.skill-section .skill-item .skill-progress .progress-bar {
  height: 6px;
  background-color: #ec3323;
}

@-webkit-keyframes Rx-width-80 {
  0% {
    width: 0%;
  }
  100% {
    width: 80%;
  }
}

@keyframes Rx-width-80 {
  0% {
    width: 0%;
  }
  100% {
    width: 80%;
  }
}

.Rx-width-80 {
  -webkit-animation-name: Rx-width-80;
  animation-name: Rx-width-80;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}

@-webkit-keyframes Rx-width-55 {
  0% {
    width: 0%;
  }
  100% {
    width: 55%;
  }
}

@keyframes Rx-width-55 {
  0% {
    width: 0%;
  }
  100% {
    width: 55%;
  }
}

.Rx-width-55 {
  -webkit-animation-name: Rx-width-55;
  animation-name: Rx-width-55;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}

@-webkit-keyframes Rx-width-62 {
  0% {
    width: 0%;
  }
  100% {
    width: 62%;
  }
}

@keyframes Rx-width-62 {
  0% {
    width: 0%;
  }
  100% {
    width: 62%;
  }
}

.Rx-width-62 {
  -webkit-animation-name: Rx-width-62;
  animation-name: Rx-width-62;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}

@-webkit-keyframes Rx-width-95 {
  0% {
    width: 0%;
  }
  100% {
    width: 95%;
  }
}

@keyframes Rx-width-95 {
  0% {
    width: 0%;
  }
  100% {
    width: 95%;
  }
}

.Rx-width-95 {
  -webkit-animation-name: Rx-width-95;
  animation-name: Rx-width-95;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}

@keyframes Rx-width-80 {
  0% {
    width: 0%;
  }
  100% {
    width: 80%;
  }
}

.Rx-width-80 {
  -webkit-animation-name: Rx-width-80;
  animation-name: Rx-width-80;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}

@-webkit-keyframes Rx-width-50 {
  0% {
    width: 0%;
  }
  100% {
    width: 50%;
  }
}

@keyframes Rx-width-50 {
  0% {
    width: 0%;
  }
  100% {
    width: 50%;
  }
}

.Rx-width-50 {
  -webkit-animation-name: Rx-width-50;
  animation-name: Rx-width-50;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}


/* skill-section - end
================================================== */


/* team details page - end
==================================================================================================== */


/* agent page - start
==================================================================================================== */


/* agent-details-section - start
================================================== */

.agent-details-section {
  /* agent-details-content - start */
  /* agent-details-content - end */
  /* sidebar-section - start */
  /* sidebar-section - end */
}

.agent-details-section .agent-details-content .bg-default-red {
  padding: 80px 0px;
}

.agent-details-section .agent-details-content .bg-default-red .agent-info .social-links>ul>li>a {
  color: #ffffff;
  border: 2px solid #ffffff;
}

.agent-details-section .agent-details-content .bg-default-red .agent-info .social-links>ul>li>a:hover {
  color: #ffffff;
  border-color: #062a4d;
  background-color: #062a4d;
}

.agent-details-section .agent-details-content .overlay {
  padding: 80px 0px;
  background-color: rgba(0, 18, 56, 0.9);
}

.agent-details-section .agent-details-content .overlay .agent-info .social-links>ul>li>a {
  color: #ffffff;
  border: 2px solid #ffffff;
}

.agent-details-section .agent-details-content .overlay .agent-info .social-links>ul>li>a:hover {
  color: #ffffff;
  border-color: #ec3323;
  background-color: #ec3323;
}

.agent-details-section .agent-details-content .agent-image {
  border: 10px solid #ffffff;
}

.agent-details-section .agent-details-content .agent-info {
  color: #ffffff;
  position: relative;
}

.agent-details-section .agent-details-content .agent-info .agent-title {
  font-size: 16px;
  color: #ffffff;
  margin-bottom: 20px;
  display: inline-block;
  letter-spacing: 1.6px;
  font-weight: 500;
  text-transform: uppercase;
}

.agent-details-section .agent-details-content .agent-info .agent-name {
  font-size: 36px;
  color: #ffffff;
  font-weight: 600;
  text-transform: capitalize;
}

.agent-details-section .agent-details-content .agent-info p {
  font-size: 16px;
  color: #ffffff;
  margin-bottom: 30px;
}

.agent-details-section .agent-details-content .agent-info .contact-info>ul {
  float: left;
  width: auto;
  margin-right: 100px;
  display: inline-block;
}

.agent-details-section .agent-details-content .agent-info .contact-info>ul>li {
  font-size: 16px;
  color: #ffffff;
  margin-bottom: 20px;
}

.agent-details-section .agent-details-content .agent-info .contact-info>ul>li i {
  margin-right: 20px;
}

.agent-details-section .agent-details-content .agent-info .contact-info>ul>li:last-child {
  margin-bottom: 0px;
}

.agent-details-section .agent-details-content .agent-info .social-links {
  top: 0px;
  right: 0px;
  position: absolute;
}

.agent-details-section .sidebar-section .widget_contact {
  border-color: #ffffff;
  background-color: #ffffff;
}


/* agent-details-section - end
================================================== */


/* property-section - start
================================================== */

.agent-details-page .property-section .owl-theme .owl-nav {
  top: -95px;
  right: 0px;
  position: absolute;
}


/* property-section - end
================================================== */


/* agent page - end
==================================================================================================== */


/* service page - start
==================================================================================================== */


/* service-section - start
================================================== */

.service-section {
  /*margin-top: -110px;
*/
  /* service-grid-item-1 - start */
  /* service-grid-item-1 - end */
  /* service-grid-item-2 - start */
  /* service-grid-item-2 - end */
  /* service-grid-item-3 - star */
  /* service-grid-item-3 - end */
}

.service-section .service-grid-item-1 {
  margin-top: 70px;
  padding-right: 30px;
}

.service-section .service-grid-item-1 .service-icon {
  height: 90px;
  margin-bottom: 40px;
  display: inline-block;
}

.service-section .service-grid-item-1 .service-title {
  font-size: 26px;
  margin-bottom: 30px;
}

.service-section .service-grid-item-1 p {
  margin-bottom: 30px;
}

.service-section .service-grid-item-2 {
  margin-top: 30px;
  padding: 60px 35px;
  background-color: #ffffff;
  -webkit-transition: -webkit-transform 0.3s cubic-bezier(0.68, -0.55, 0.265, 1.55);
  transition: -webkit-transform 0.3s cubic-bezier(0.68, -0.55, 0.265, 1.55);
  -o-transition: transform 0.3s cubic-bezier(0.68, -0.55, 0.265, 1.55);
  transition: transform 0.3s cubic-bezier(0.68, -0.55, 0.265, 1.55);
  transition: transform 0.3s cubic-bezier(0.68, -0.55, 0.265, 1.55), -webkit-transform 0.3s cubic-bezier(0.68, -0.55, 0.265, 1.55);
}

.service-section .service-grid-item-2 .service-icon {
  line-height: 1;
  font-size: 60px;
  color: #ec3323;
  margin-bottom: 40px;
  display: inline-block;
}

.service-section .service-grid-item-2 .service-title {
  margin-bottom: 30px;
}

.service-section .service-grid-item-2 .service-title .title-link {
  font-size: 21px;
  color: #001238;
  font-weight: 600;
  font-family: "Poppins", sans-serif;
}

.service-section .service-grid-item-2:hover {
  -webkit-transform: translateY(-10px);
  -ms-transform: translateY(-10px);
  transform: translateY(-10px);
  -webkit-box-shadow: 0px 3px 60px 1px rgba(0, 0, 0, 0.05);
  box-shadow: 0px 3px 60px 1px rgba(0, 0, 0, 0.05);
}

.service-section .service-grid-item-2:hover .service-title .title-link {
  color: #ec3323;
}

.service-section .service-grid-item-3 {
  margin-top: 70px;
}

.service-section .service-grid-item-3 .service-icon {
  float: left;
  width: 100px;
  height: 100px;
  text-align: center;
  line-height: 100px;
  border-radius: 100%;
  background-color: #ffffff;
  -webkit-box-shadow: 0px 16px 32px 0px rgba(208, 208, 255, 0.3);
  box-shadow: 0px 16px 32px 0px rgba(208, 208, 255, 0.3);
}

.service-section .service-grid-item-3 .service-content {
  display: table;
  padding-left: 30px;
}

.service-section .service-grid-item-3 .service-content .service-title {
  font-size: 20px;
  line-height: 30px;
  margin-bottom: 20px;
}


/* service-section - end
================================================== */


/* category-section - start
================================================== */

.category-section .category-item-list>ul {
  width: 100%;
  display: block;
}

.category-section .category-item-list>ul>li {
  width: 50%;
}

.category-section .category-item-list>ul>li .category-item {
  overflow: hidden;
  position: relative;
  padding: 115px 140px;
  -webkit-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

.category-section .category-item-list>ul>li .category-item .item-icon {
  line-height: 1;
  display: table;
  font-size: 100px;
  color: #ffffff;
  margin: 0 auto 60px;
}

.category-section .category-item-list>ul>li .category-item .sub-title {
  font-size: 16px;
  color: #ffffff;
  margin-bottom: 40px;
  display: inline-block;
  font-weight: 500;
  text-transform: uppercase;
}

.category-section .category-item-list>ul>li .category-item .item-title {
  font-size: 70px;
  line-height: 80px;
  color: #ffffff;
  margin-bottom: 40px;
}

.category-section .category-item-list>ul>li .category-item .custom-btn-bordered {
  color: #ffffff;
  border-color: rgba(255, 255, 255, 0.3);
}

.category-section .category-item-list>ul>li .category-item.overlay-red {
  background-color: rgba(236, 51, 35, 0.8);
}


/* category-section - end
================================================== */


/* service page - end
==================================================================================================== */


/* property page - start
==================================================================================================== */

.property-section {
  position: relative;
  /* sidebar-section - start */
  /* sidebar-section - end */
  /* property-grid-item - start */
  /* property-grid-item - end */
  /* property-list-item - start */
  /* property-list-item - end */
  /* nav for featured property - start */
  /* nav for featured property - end */
}

.property-section .filter-bar {
  margin-bottom: 23px;
}

.property-section .filter-bar .result-text {
  font-size: 30px;
  padding: 7px 0px;
  margin-bottom: 0px;
}

.property-section .filter-bar .layout-btns-group>ul>li {
  margin-right: 20px;
}

.property-section .filter-bar .layout-btns-group>ul>li:last-child {
  margin-right: 0px;
}

.property-section .filter-bar .layout-btns-group>ul>li>a {
  width: 50px;
  height: 50px;
  padding: 0px;
  font-size: 24px;
  line-height: 54px;
  text-align: center;
  border-radius: 100%;
  color: #7c8a97;
  background-color: #ffffff;
}

.property-section .filter-bar .layout-btns-group>ul>li>a:hover {
  color: #ffffff;
  background-color: #ec3323;
  -webkit-box-shadow: 0px 3px 6px 1px rgba(255, 77, 28, 0.2);
  box-shadow: 0px 3px 6px 1px rgba(255, 77, 28, 0.2);
}

.property-section .filter-bar .layout-btns-group>ul>li>.active {
  color: #ffffff;
  background-color: #ec3323;
  -webkit-box-shadow: 0px 3px 6px 1px rgba(255, 77, 28, 0.2);
  box-shadow: 0px 3px 6px 1px rgba(255, 77, 28, 0.2);
}

.property-section .filter-bar .layout-btns-group>ul>li .filter-select .nice-select {
  height: 50px;
  min-width: 150px;
  line-height: 50px;
  padding: 0px 30px;
  border-radius: 30px;
  border: 1px solid #e5e5e5;
  text-transform: capitalize;
}

.property-section .filter-bar .layout-btns-group>ul>li .filter-select .nice-select:after {
  width: 8px;
  height: 8px;
  right: 30px;
  margin-top: -4px;
  border-right: 2px solid #7c8a97;
  border-bottom: 2px solid #7c8a97;
}

.property-section .filter-bar .layout-btns-group>ul>li .filter-select .nice-select .list {
  min-width: 150px;
}

.property-section .filter-bar .layout-btns-group>ul>li .filter-select .nice-select .list>li {
  text-align: center;
}

.property-section .pagination-list>ul>li>a {
  background-color: #ffffff;
}

.property-section .pagination-list>ul>li:hover>a {
  color: #ffffff;
  background-color: #ec3323;
}

.property-section .pagination-list>ul>.active>a {
  color: #ffffff;
  background-color: #ec3323;
}

.property-section .sidebar-section .widget {
  border-color: #ffffff;
  background-color: #ffffff;
}

.property-section .sidebar-section .widget_find_place .form-item {
  margin-bottom: 20px;
}

.property-section .sidebar-section .widget_find_place .form-item input {
  border: 2px solid #e0deff;
}

.property-section .sidebar-section .widget_find_place .form-item input:focus {
  border-color: #ec3323;
}

.property-section .sidebar-section .widget_find_place .form-item .nice-select {
  border: solid 2px #e0deff;
}

.property-section .sidebar-section .widget_find_place .price-range {
  font-size: 14px;
  margin-bottom: 30px;
  font-family: 'Poppins', sans-serif;
  ;
  font-weight: 500;
  text-transform: capitalize;
}

.property-section .sidebar-section .widget_find_place .price-range .range-text {
  float: right;
  color: #ec3323;
}

.property-section .sidebar-section .widget_find_place .bed-and-baths>ul {
  width: 100%;
  display: table;
}

.property-section .sidebar-section .widget_find_place .bed-and-baths>ul>li {
  width: 48.2666%;
  margin-right: 10px;
}

.property-section .sidebar-section .widget_find_place .bed-and-baths>ul>li:last-child {
  margin-right: 0px;
}

.property-section .sidebar-section .widget_find_place .custom-btn {
  width: 100%;
  display: block;
  text-align: left;
  border-radius: 0px;
  text-transform: capitalize;
}

.property-section .sidebar-section .widget_find_place .custom-btn:after,
.property-section .sidebar-section .widget_find_place .custom-btn:before {
  border-radius: 0px;
}

.property-section .sidebar-section .widget_find_place .custom-btn>i {
  margin-right: 15px;
}

.property-section .property-grid-item,
.property-section .property-list-item {
  margin-top: 30px;
  background-color: #ffffff;
}

.property-section .property-grid-item .property-image:before,
.property-section .property-list-item .property-image:before {
  top: 0px;
  left: 0px;
  z-index: 1;
  right: 0px;
  bottom: 0px;
  content: '';
  position: absolute;
  background-image: -webkit-radial-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.8));
  background-image: -o-radial-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.8));
  background-image: radial-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.8));
}

.property-section .property-grid-item .property-image>img,
.property-section .property-list-item .property-image>img {
  width: 100%;
  display: block;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  -webkit-transition: -webkit-transform 0.6s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  transition: -webkit-transform 0.6s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  -o-transition: transform 0.6s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  transition: transform 0.6s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  transition: transform 0.6s cubic-bezier(0.175, 0.885, 0.32, 1.275), -webkit-transform 0.6s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}

.property-section .property-grid-item .property-image .item-label,
.property-section .property-list-item .property-image .item-label {
  top: 20px;
  z-index: 1;
  right: 20px;
  position: absolute;
}

.property-section .property-grid-item .property-image .action-btns-group,
.property-section .property-list-item .property-image .action-btns-group {
  z-index: 1;
  right: 20px;
  bottom: 20px;
  position: absolute;
}

.property-section .property-grid-item .property-image .post-admin,
.property-section .property-list-item .property-image .post-admin {
  z-index: 1;
  left: 20px;
  bottom: 20px;
  height: 30px;
  display: table;
  padding: 6px 0px;
  position: absolute;
  border-radius: 30px;
  padding-right: 20px;
  background-color: #ffffff;
}

.property-section .property-grid-item .property-image .post-admin .admin-link,
.property-section .property-list-item .property-image .post-admin .admin-link {
  display: table;
  font-size: 12px;
  color: #ec3323;
  font-weight: 400;
  font-family: "Poppins", sans-serif;
}

.property-section .property-grid-item .property-image .post-admin .admin-link .admin-image,
.property-section .property-list-item .property-image .post-admin .admin-link .admin-image {
  float: left;
  width: 30px;
  height: 30px;
  display: table;
  margin: -6px 0px;
  overflow: hidden;
  margin-right: 10px;
  border-radius: 100%;
}

.property-section .property-grid-item .property-content,
.property-section .property-list-item .property-content {
  padding: 30px;
}

.property-section .property-grid-item .property-content .post-meta,
.property-section .property-list-item .property-content .post-meta {
  margin-bottom: 20px;
}

.property-section .property-grid-item .property-content .post-meta>ul>li,
.property-section .property-list-item .property-content .post-meta>ul>li {
  margin-right: 30px;
}

.property-section .property-grid-item .property-content .post-meta>ul>li i,
.property-section .property-list-item .property-content .post-meta>ul>li i {
  margin-right: 3px;
}

.property-section .property-grid-item .property-content .post-meta>ul>li:last-child,
.property-section .property-list-item .property-content .post-meta>ul>li:last-child {
  margin-right: 0px;
}

.property-section .property-grid-item .property-content .item-title,
.property-section .property-list-item .property-content .item-title {
  margin-bottom: 20px;
  padding-bottom: 30px;
  border-bottom: 1px solid #e0deff;
}

.property-section .property-grid-item .property-content .item-title .title-link,
.property-section .property-list-item .property-content .item-title .title-link {
  font-size: 24px;
  line-height: 34px;
  color: #001238;
  font-weight: 600;
  font-family: "Poppins", sans-serif;
}

.property-section .property-grid-item .property-content .price-and-location>ul,
.property-section .property-list-item .property-content .price-and-location>ul {
  width: 100%;
}

.property-section .property-grid-item .property-content .price-and-location>ul>li,
.property-section .property-list-item .property-content .price-and-location>ul>li {
  width: 50%;
}

.property-section .property-grid-item .property-content .price-and-location>ul>li>i,
.property-section .property-list-item .property-content .price-and-location>ul>li>i {
  font-size: 16px;
  margin-right: 5px;
}

.property-section .property-grid-item .property-content .price-and-location>ul>li .price-text,
.property-section .property-list-item .property-content .price-and-location>ul>li .price-text {
  font-size: 18px;
  color: #ec3323;
  display: inline-block;
  font-weight: 500;
}

.property-section .property-grid-item:hover .property-image>img,
.property-section .property-list-item:hover .property-image>img {
  -webkit-transform: scale(1.05);
  -ms-transform: scale(1.05);
  transform: scale(1.05);
}

.property-section .property-grid-item:hover .property-content .item-title .title-link,
.property-section .property-list-item:hover .property-content .item-title .title-link {
  color: #ec3323;
}

.property-section .property-list-item .property-image {
  float: left;
  width: 370px;
}

.property-section .property-list-item .property-content {
  display: table;
}

.property-section .owl-theme .owl-nav {
  top: -165px;
  right: 365px;
  position: absolute;
}


/* property page - end
==================================================================================================== */


/* property details page - start
==================================================================================================== */

.property-details-section {
  /* sidebar-section - start */
  /* sidebar-section - end */
  /* property-title - start */
  /* property-title - end */
  /* property-documents - start */
  /* property-documents - end */
  /* core-details - start */
  /* core-details - end */
  /* more-features - start */
  /* more-features - end */
  /* property-location - start */
  /* property-location - end */
  /* nearby-property - start */
  /* nearby-property - end */
  /* review-item - start */
  /* review-item - end */
}

.property-details-section .area-title {
  font-size: 26px;
  margin-bottom: 30px;
  padding-bottom: 30px;
  border-bottom: 1px solid #e0deff;
}

.property-details-section .image-carousel-container .owl-carousel .owl-nav .owl-next,
.property-details-section .image-carousel-container .owl-carousel .owl-nav .owl-prev {
  top: 50%;
  width: 40px;
  height: 40px;
  position: absolute;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.property-details-section .image-carousel-container .owl-carousel .owl-nav .owl-next:before,
.property-details-section .image-carousel-container .owl-carousel .owl-nav .owl-prev:before {
  font-size: 16px;
  line-height: 37px;
  color: #ffffff;
  border: 2px solid rgba(255, 255, 255, 0.2);
  background-color: rgba(255, 255, 255, 0.2);
}

.property-details-section .image-carousel-container .owl-carousel .owl-nav .owl-next:hover:before,
.property-details-section .image-carousel-container .owl-carousel .owl-nav .owl-prev:hover:before {
  color: #ffffff;
  border-color: #ec3323;
  background-color: #ec3323;
}

.property-details-section .image-carousel-container .owl-carousel .owl-nav .owl-prev {
  left: 0px;
  opacity: 0;
}

.property-details-section .image-carousel-container .owl-carousel .owl-nav .owl-next {
  right: 0px;
  opacity: 0;
}

.property-details-section .image-carousel-container:hover .owl-carousel .owl-nav .owl-prev {
  left: 15px;
  opacity: 1;
}

.property-details-section .image-carousel-container:hover .owl-carousel .owl-nav .owl-next {
  right: 15px;
  opacity: 1;
}

.property-details-section .sidebar-section .widget_contact_agent .agent-info {
  margin-bottom: 30px;
  padding-bottom: 30px;
  border-bottom: 1px solid #e0deff;
}

.property-details-section .sidebar-section .widget_contact_agent .agent-info .agent-image {
  float: left;
  width: 80px;
  height: 80px;
  overflow: hidden;
  margin-right: 20px;
  border-radius: 100%;
}

.property-details-section .sidebar-section .widget_contact_agent .agent-info .info-content {
  display: table;
}

.property-details-section .sidebar-section .widget_contact_agent .agent-info .info-content .agent-name {
  font-size: 18px;
}

.property-details-section .sidebar-section .widget_contact_agent .agent-info .info-content .agent-title {
  font-size: 12px;
  font-weight: 500;
}

.property-details-section .sidebar-section .widget_contact_agent .agent-info .info-content .contact-number {
  margin-bottom: 0px;
  color: #ec3323;
}

.property-details-section .sidebar-section .widget_contact_agent .agent-info .info-content .contact-number>i {
  margin-right: 5px;
}

.property-details-section .sidebar-section .widget_contact_agent .form-item {
  margin-bottom: 10px;
}

.property-details-section .sidebar-section .widget_contact_agent .form-textarea {
  margin-bottom: 15px;
}

.property-details-section .property-title {
  margin-bottom: 60px;
  padding-bottom: 60px;
  border-bottom: 1px solid #e0deff;
}

.property-details-section .property-title .info-list {
  padding-top: 80px;
}

.property-details-section .property-title .info-list>ul>li {
  margin-right: 30px;
}

.property-details-section .property-title .info-list>ul>li:last-child {
  margin-right: 0px;
}

.property-details-section .property-title .info-list>ul>li .price-text {
  color: #ffa200;
  font-size: 36px;
  font-weight: 500;
}

.property-details-section .property-title .info-list>ul>li .item-badge {
  height: 25px;
  position: static;
  line-height: 27px;
}

.property-details-section .property-documents>ul>li {
  margin-bottom: 30px;
  padding-bottom: 30px;
  border-bottom: 1px solid #e0deff;
}

.property-details-section .property-documents>ul>li:last-child {
  margin-bottom: 0px;
  padding-bottom: 0px;
  border-bottom: none;
}

.property-details-section .property-documents>ul>li .download-btn {
  float: right;
  margin-top: 5px;
  color: #ec3323;
  font-weight: 500;
}

.property-details-section .property-documents>ul>li .download-btn i {
  margin-right: 10px;
}

.property-details-section .property-documents>ul>li .download-btn:hover {
  text-decoration: underline;
}

.property-details-section .core-details>ul {
  float: left;
  width: 33.333%;
  display: inline-block;
}

.property-details-section .core-details>ul>li {
  margin-bottom: 25px;
}

.property-details-section .core-details>ul>li:last-child {
  margin-bottom: 0px;
}

.property-details-section .core-details>ul>li .title-text {
  margin-right: 5px;
  color: #001238;
  font-weight: 500;
}

.property-details-section .more-features>ul {
  float: left;
  width: 33.333%;
  display: inline-block;
}

.property-details-section .more-features>ul>li {
  margin-bottom: 15px;
}

.property-details-section .more-features>ul>li:last-child {
  margin-bottom: 0px;
}

.property-details-section .more-features>ul>li .icon {
  float: left;
  width: 22px;
  height: 22px;
  font-size: 14px;
  line-height: 20px;
  text-align: center;
  margin-right: 13px;
  display: inline-block;
  color: #062a4d;
  border: 2px solid #e0deff;
}

.property-details-section .property-location .google-map {
  height: 370px;
}

.property-details-section .nearby-property>ul>li {
  position: relative;
  margin-bottom: 30px;
  padding-right: 115px;
  padding-bottom: 30px;
  border-bottom: 1px solid #e0deff;
}

.property-details-section .nearby-property>ul>li:last-child {
  margin-bottom: 0px;
  padding-bottom: 0px;
  border-bottom: none;
}

.property-details-section .nearby-property>ul>li .item-image {
  float: left;
  width: 135px;
  margin-right: 25px;
}

.property-details-section .nearby-property>ul>li .item-content {
  display: table;
}

.property-details-section .nearby-property>ul>li .item-content .item-title .title-link {
  font-size: 18px;
  color: #001238;
  font-weight: 600;
}

.property-details-section .nearby-property>ul>li .rating-star {
  top: 50%;
  right: 0px;
  position: absolute;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.property-details-section .nearby-property>ul>li:hover .item-content .item-title .title-link {
  color: #ec3323;
}

.property-details-section .review-item {
  position: relative;
  margin-bottom: 30px;
  padding-bottom: 30px;
  border-bottom: 1px solid #e0deff;
}

.property-details-section .review-item:last-child {
  margin-bottom: 0px;
  padding-bottom: 0px;
  border-bottom: none;
}

.property-details-section .review-item .reviewer-info .reviewer-image {
  float: left;
  width: 60px;
  height: 60px;
  overflow: hidden;
  margin-right: 20px;
  border-radius: 100%;
}

.property-details-section .review-item .reviewer-info .reviewer-info-content {
  display: table;
  padding-top: 3px;
}

.property-details-section .review-item .reviewer-info .reviewer-info-content .reviewer-name {
  float: left;
  font-size: 16px;
  margin-right: 15px;
  color: #001238;
  font-weight: 600;
}

.property-details-section .review-item>p {
  margin-bottom: 0px;
}

.property-details-section .review-item .reply-btn {
  top: 0px;
  right: 0px;
  height: 30px;
  font-size: 12px;
  padding: 0px 24px;
  line-height: 28px;
  position: absolute;
  text-align: center;
  border-radius: 45px;
  color: #ec3323;
  font-weight: 500;
  text-transform: uppercase;
  border: 2px solid #ffd8d5;
}

.property-details-section .review-item .reply-btn:hover {
  color: #ffffff;
  border-color: #ec3323;
  background-color: #ec3323;
}


/* property details page - end
==================================================================================================== */


/* blog page - start
==================================================================================================== */

.blog-section {
  /* image-blog-item - start */
  /* image-blog-item - end */
  /* text-blog-item - start */
  /* text-blog-item - end */
  /* blog-image-grid-item - strat */
  /* blog-image-grid-item - end */
  /* blog-grid-item - start */
  /* blog-grid-item - end */
}

.blog-section hr {
  margin: 40px 0px;
  border-top: 1px solid #e0deff;
}

.blog-section .sidebar-section .widget {
  border-color: #ffffff;
  background-color: #ffffff;
}

.blog-section .image-blog-item {
  width: 590px;
  overflow: hidden;
  position: relative;
}

.blog-section .image-blog-item:before {
  top: 0px;
  left: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 1;
  content: '';
  position: absolute;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 18, 56, 0)), color-stop(rgba(0, 18, 56, 0.8)), to(#001238));
  background: -webkit-linear-gradient(top, rgba(0, 18, 56, 0), rgba(0, 18, 56, 0.8), #001238);
  background: -o-linear-gradient(top, rgba(0, 18, 56, 0), rgba(0, 18, 56, 0.8), #001238);
  background: linear-gradient(to bottom, rgba(0, 18, 56, 0), rgba(0, 18, 56, 0.8), #001238);
}

.blog-section .image-blog-item>img {
  width: 100%;
  display: block;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  -webkit-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  object-fit: cover;
}

.blog-section .image-blog-item .item-badge {
  top: 40px;
  left: 40px;
  position: absolute;
}

.blog-section .image-blog-item .blog-content {
  left: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 2;
  padding: 40px;
  position: absolute;
  -webkit-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

.blog-section .image-blog-item .blog-content .post-meta>ul>li {
  color: rgba(255, 255, 255, 0.8);
}

.blog-section .image-blog-item .blog-content .post-meta>ul>li>a {
  color: rgba(255, 255, 255, 0.8);
}

.blog-section .image-blog-item .blog-content .post-meta>ul>li>a:hover {
  color: white;
}

.blog-section .image-blog-item .blog-content .blog-title .title-link {
  font-size: 26px;
  line-height: 36px;
  color: #ffffff;
  font-weight: 600;
  font-family: "Poppins", sans-serif;
}

.blog-section .image-blog-item .blog-content .blog-title .title-link:hover {
  color: #ec3323;
}

.blog-section .image-blog-item:hover>img {
  -webkit-transform: scale(1.05);
  -ms-transform: scale(1.05);
  transform: scale(1.05);
}

.blog-section .image-blog-item:hover .blog-content {
  padding-bottom: 50px;
}

.blog-section .text-blog-item {
  padding: 40px;
  margin-bottom: 10px;
  background-color: #ffffff;
}

.blog-section .text-blog-item:last-child {
  margin-bottom: 0px;
}

.blog-section .text-blog-item .post-meta {
  margin-bottom: 23px;
}

.blog-section .text-blog-item .blog-title .title-link {
  font-size: 24px;
  line-height: 30px;
  color: #001238;
  font-weight: 600;
  font-family: "Poppins", sans-serif;
}

.blog-section .text-blog-item .blog-title .title-link:hover {
  color: #ec3323;
}

.blog-section .blog-image-grid-item {
  overflow: hidden;
  margin-top: 40px;
  position: relative;
}

.blog-section .blog-image-grid-item>img {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  -webkit-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  object-fit: cover;
}

.blog-section .blog-image-grid-item .blog-content {
  left: 30px;
  right: 30px;
  bottom: 30px;
  padding: 30px;
  position: absolute;
  padding-left: 70px;
  background-color: #ffffff;
}

.blog-section .blog-image-grid-item .blog-content .post-date {
  position: relative;
  margin-bottom: 15px;
  display: inline-block;
  color: #aab73f;
}

.blog-section .blog-image-grid-item .blog-content .post-date:before {
  top: 50%;
  left: -40px;
  height: 2px;
  width: 30px;
  content: '';
  position: absolute;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  background-color: #aab73f;
}

.blog-section .blog-image-grid-item .blog-content .blog-title .title-link {
  font-size: 24px;
  color: #062a4d;
  font-family: 'Poppins', sans-serif;
}

.blog-section .blog-image-grid-item:hover>img {
  -webkit-transform: scale(1.05);
  -ms-transform: scale(1.05);
  transform: scale(1.05);
}

.blog-section .blog-image-grid-item:hover .blog-content .blog-title .title-link {
  text-decoration: underline;
}

.blog-section .blog-grid-item {
  margin-bottom: 30px;
  background-color: #ffffff;
}

.blog-section .blog-grid-item .blog-image {
  overflow: hidden;
  position: relative;
}

.blog-section .blog-grid-item .blog-image>img {
  width: 100%;
  display: block;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  -webkit-transition: -webkit-transform 0.6s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  transition: -webkit-transform 0.6s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  -o-transition: transform 0.6s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  transition: transform 0.6s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  transition: transform 0.6s cubic-bezier(0.175, 0.885, 0.32, 1.275), -webkit-transform 0.6s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}

.blog-section .blog-grid-item .blog-image .post-admin {
  z-index: 1;
  left: 20px;
  bottom: 20px;
  height: 30px;
  display: table;
  padding: 6px 0px;
  position: absolute;
  border-radius: 30px;
  padding-right: 20px;
  background-color: #ffffff;
}

.blog-section .blog-grid-item .blog-image .post-admin .admin-link {
  display: table;
  font-size: 12px;
  color: #ec3323;
  font-weight: 400;
  font-family: "Poppins", sans-serif;
}

.blog-section .blog-grid-item .blog-image .post-admin .admin-link .admin-image {
  float: left;
  width: 30px;
  height: 30px;
  display: table;
  margin: -6px 0px;
  overflow: hidden;
  margin-right: 10px;
  border-radius: 100%;
}

.blog-section .blog-grid-item .blog-content {
  padding: 30px;
}

.blog-section .blog-grid-item .blog-content .post-meta {
  margin-bottom: 20px;
}

.blog-section .blog-grid-item .blog-content .post-meta>ul>li {
  margin-right: 30px;
}

.blog-section .blog-grid-item .blog-content .post-meta>ul>li i {
  margin-right: 3px;
}

.blog-section .blog-grid-item .blog-content .post-meta>ul>li:last-child {
  margin-right: 0px;
}

.blog-section .blog-grid-item .blog-content .item-title .title-link {
  font-size: 24px;
  line-height: 34px;
  color: #001238;
  font-weight: 600;
  font-family: "Poppins", sans-serif;
}

.blog-section .blog-grid-item:hover .blog-image>img {
  -webkit-transform: scale(1.05);
  -ms-transform: scale(1.05);
  transform: scale(1.05);
}

.blog-section .blog-grid-item:hover .blog-content .item-title .title-link {
  color: #ec3323;
}


/* blog page - end
==================================================================================================== */


/* blog details page - start
==================================================================================================== */

.blog-details-section .sidebar-section .widget {
  border-color: #ffffff;
  background-color: #ffffff;
}

.blog-details-section .item-decoration {
  padding: 50px;
  margin-bottom: 40px;
  background-color: #ffffff;
}

.blog-details-section .item-decoration:last-child {
  margin-bottom: 0px;
}

.blog-details-section .details-content .blog-title {
  line-height: 44px;
}

.blog-details-section .details-content blockquote {
  padding: 30px 40px;
  padding-left: 90px;
  background-color: #ffffff;
}

.blog-details-section .details-content blockquote p {
  font-size: 16px;
  position: relative;
}

.blog-details-section .details-content blockquote p:before {
  top: 50%;
  left: -60px;
  font-size: 36px;
  content: '\f10d';
  font-weight: 900;
  position: absolute;
  color: #ec3323;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  font-family: 'Font Awesome 5 Pro';
}

.blog-details-section .details-content blockquote .blockquote-footer {
  font-weight: 700;
  color: #001238;
  text-transform: capitalize;
}

.blog-details-section .details-content .tag-share-links .title-text {
  font-size: 18px;
}

.blog-details-section .details-content .tag-share-links .tag-links>ul>li {
  margin-right: 15px;
}

.blog-details-section .details-content .tag-share-links .tag-links>ul>li:last-child {
  margin-right: 0px;
}

.blog-details-section .details-content .tag-share-links .tag-links>ul>li>a {
  height: 40px;
  line-height: 38px;
  padding: 0px 15px;
  text-align: center;
  color: #7c8a97;
  border: 1px solid #e4e5ff;
  text-transform: capitalize;
}

.blog-details-section .details-content .tag-share-links .tag-links>ul>li>a:hover {
  color: #ffffff;
  border-color: #ec3323;
  background-color: #ec3323;
}

.blog-details-section .details-content .tag-share-links .social-links>ul>li {
  width: 40px;
  height: 40px;
  margin-right: 10px;
}

.blog-details-section .details-content .tag-share-links .social-links>ul>li:last-child {
  margin-right: 0px !important;
}

.blog-details-section .details-content .tag-share-links .social-links>ul>li>a {
  font-size: 14px;
  line-height: 40px;
}

.blog-details-section .other-posts-filter .more-btn {
  text-align: center;
}

.blog-details-section .other-posts-filter .more-btn>button {
  line-height: 1;
  font-size: 48px;
  text-align: center;
  color: #ec3323;
}

.blog-details-section .other-posts-filter .other-post {
  padding: 5px 0px;
}

.blog-details-section .other-posts-filter .other-post .post-link {
  width: 100%;
  display: block;
}

.blog-details-section .other-posts-filter .other-post .post-link .title-text {
  width: 100%;
  display: table;
  font-size: 14px;
  margin-bottom: 5px;
  color: #7c8a97;
  font-weight: 600;
  text-transform: uppercase;
}

.blog-details-section .other-posts-filter .other-post .post-link .post-title {
  font-size: 18px;
  color: #001238;
  font-family: "Poppins", sans-serif;
}

.blog-details-section .post-avatar {
  margin-top: 100px;
  padding: 50px 40px;
  background-color: #ffffff;
}

.blog-details-section .post-avatar .hero-image {
  z-index: 1;
  width: 100px;
  height: 100px;
  overflow: hidden;
  margin-top: -100px;
  border-radius: 100%;
  margin-bottom: 40px;
  display: inline-block;
  border: 6px solid #ffffff;
}

.blog-details-section .post-avatar .hero-image>img {
  width: 100%;
  display: block;
  object-fit: cover;
}

.blog-details-section .post-avatar .hero-name {
  font-size: 24px;
}

.blog-details-section .post-avatar .hero-social-links>ul>li {
  margin-right: 20px;
}

.blog-details-section .post-avatar .hero-social-links>ul>li:last-child {
  margin-right: 0px;
}

.blog-details-section .post-avatar .hero-social-links>ul>li>a {
  color: #7c8a97;
}

.blog-details-section .post-avatar .hero-social-links>ul>li>a:hover {
  color: #ec3323;
}

.blog-details-section .peoples-comment .comment-item {
  margin-bottom: 60px;
}

.blog-details-section .peoples-comment .comment-item:last-child {
  margin-bottom: 0px;
}

.blog-details-section .peoples-comment .comment-item .hero-image {
  float: left;
  width: 100px;
  height: 100px;
  overflow: hidden;
  border-radius: 100%;
}

.blog-details-section .peoples-comment .comment-item .hero-content {
  display: table;
  padding-left: 30px;
  position: relative;
}

.blog-details-section .peoples-comment .comment-item .hero-content .reply-btn {
  top: 0px;
  right: 0px;
  position: absolute;
  color: #7c8a97;
  font-weight: 600;
}

.blog-details-section .peoples-comment .comment-item .hero-content .reply-btn:hover {
  color: #ec3323;
}

.blog-details-section .peoples-comment .comment-item .hero-content .hero-name {
  font-size: 18px;
}

.blog-details-section .peoples-comment .comment-item .hero-content .hero-name .bookmark-btn {
  font-size: 14px;
  margin-left: 20px;
  color: #7c8a97;
}

.blog-details-section .peoples-comment .comment-item .hero-content .hero-name .bookmark-btn:hover {
  color: #ec3323;
}

.blog-details-section .peoples-comment .comment-item .hero-content .hero-name .bookmark-btn.active {
  color: #ec3323;
}

.blog-details-section .peoples-comment .comment-item .hero-content .post-date {
  width: 100%;
  word-spacing: 3px;
  letter-spacing: 2px;
  color: #ec3323;
  font-weight: 600;
  text-transform: uppercase;
}


/* blog details page - end
==================================================================================================== */


/* faq page - start
==================================================================================================== */

.faq-section {
  /* widget_calculator - start */
  /* widget_calculator - end */
}

.faq-section .faq-accordion .card {
  position: relative;
  border-radius: 0px;
  margin-bottom: 20px;
  border: 1px solid #e0deff;
  background-color: #ffffff;
}

.faq-section .faq-accordion .card:last-child {
  margin-bottom: 0px;
}

.faq-section .faq-accordion .card .card-header {
  margin: 0px;
  padding: 0px;
  border: none;
  background-color: #ffffff;
}

.faq-section .faq-accordion .card .card-header .item-title .btn.btn-link {
  width: 100%;
  padding: 30px;
  display: block;
  font-size: 18px;
  text-align: left;
  position: relative;
  padding-left: 110px;
  color: #001238;
  font-weight: 600;
}

.faq-section .faq-accordion .card .card-header .item-title .btn.btn-link:before {
  top: 50%;
  left: 40px;
  content: '\f06e';
  font-weight: 300;
  position: absolute;
  color: #ec3323;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  font-family: 'Font Awesome 5 Pro';
}

.faq-section .faq-accordion .card .card-header .item-title .btn.btn-link:not(.collapsed):before {
  font-weight: 900;
}

.faq-section .faq-accordion .card .card-body {
  padding: 40px;
  padding-top: 0px;
}

.faq-section .sidebar-section .widget_calculator .form-item input {
  padding-left: 55px;
}

.faq-section .sidebar-section .widget_calculator .form-item .form-item-btn {
  left: 30px;
}


/* faq page - end
==================================================================================================== */


/* contact page - start
==================================================================================================== */

.contact-section .info-item {
  padding: 60px 70px;
  margin-bottom: 30px;
  background-color: #ffffff;
  -webkit-box-shadow: 0px 8px 16px 0px rgba(221, 226, 255, 0.3);
  box-shadow: 0px 8px 16px 0px rgba(221, 226, 255, 0.3);
}

.contact-section .info-item .item-icon {
  width: 100px;
  height: 100px;
  display: table;
  font-size: 30px;
  color: #ffffff;
  text-align: center;
  line-height: 100px;
  border-radius: 100%;
  margin: 0 auto 40px;
  -webkit-box-shadow: 0px 8px 16px 0px rgba(236, 51, 35, 0.2);
  box-shadow: 0px 8px 16px 0px rgba(236, 51, 35, 0.2);
}

.contact-section .info-item .item-title {
  font-size: 30px;
  margin-bottom: 30px;
}

.contact-section .info-item .info-list>ul>li {
  margin-bottom: 5px;
}

.contact-section .info-item .info-list>ul>li:last-child {
  margin-bottom: 0px;
}

.contact-section .google-map {
  width: 100%;
  height: 700px;
  margin-top: 90px;
}

.contact-section .google-map>div+div {
  display: none;
}

.contact-section .contact-form .form-item input,
.contact-section .contact-form .form-item textarea,
.contact-section .contact-form .form-textarea input,
.contact-section .contact-form .form-textarea textarea {
  border: 2px solid #f0f0ff;
}

.contact-section .contact-form .form-item input:focus,
.contact-section .contact-form .form-item textarea:focus,
.contact-section .contact-form .form-textarea input:focus,
.contact-section .contact-form .form-textarea textarea:focus {
  border-color: #ec3323;
}

.contact-section .contact-form .form-textarea {
  margin-bottom: 50px;
}


/* contact page - end
==================================================================================================== */


/* error page - start
==================================================================================================== */

.error-section {
  width: 100%;
  height: 100vh;
  position: relative;
  background-color: #1e88e5;
}

.error-section .home-btn {
  top: 40px;
  left: 40px;
  width: 50px;
  z-index: 999;
  height: 50px;
  font-size: 24px;
  line-height: 50px;
  color: #ffffff;
  text-align: center;
  position: absolute;
  border-radius: 100%;
  background-color: rgba(0, 0, 0, 0.1);
}

.error-section .error-content {
  top: 50%;
  left: 50%;
  width: 100%;
  height: auto;
  display: table;
  position: absolute;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.error-section .error-content .error-image {
  width: 880px;
  margin: 0 auto 50px;
}

.error-section .error-content .title-text {
  font-size: 60px;
  color: #ffffff;
  margin-bottom: 0px;
}

.error-section .error-content .search-form {
  width: 600px;
  display: table;
  position: relative;
  margin: 70px auto 0px;
}

.error-section .error-content .search-form input {
  width: 100%;
  height: 70px;
  padding: 0px 40px;
  border-radius: 45px;
  -webkit-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  border: 2px solid rgba(255, 255, 255, 0.8);
}

.error-section .error-content .search-form input:focus {
  outline: none;
}

.error-section .error-content .search-form .submit-btn {
  top: 50%;
  right: 5px;
  position: absolute;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}


/* error page - end
==================================================================================================== */


/* ================================================== 
* Project Name  :  Bariel - Real Estate Co.
* File      :  Responsive CSS Base
* Version     :  1.0.0
* Last change   :  06 April 2019
* Author      :  Codeixer (https://themeforest.net/user/codeixer)
* Developer:    :  Rakibul Islam Dewan

* css code for responsive layout To make Responsive
================================================== */


/* ==================================================
* 1 - media screen and (max-width: 1440px)
* 2 - media screen and (max-width: 1300px)
* 3 - media screen and (max-width: 1199px)
* 4 - media screen and (max-width: 991px)
* 5 - media screen and (max-width: 580px)
* 6 - media screen and (max-width: 320px)
================================================== */


/*  ====================================================================================================
1 - media screen and (max-width: 1440px) - start
==================================================================================================== */

@media screen and (max-width: 1440px) {
  /* header - start */
  .header-section .default-header .container-fluid {
    width: 100%;
  }
  .header-section .default-header .header-bottom .main-menubar>ul>li {
    padding: 13px 18px;
  }
  .header-section .default-header .header-bottom .btns-group>ul>li {
    margin-right: 20px;
  }
  .header-section .default-header .header-bottom .main-menubar>ul>.menu-item-has-child:after {
    right: 0px;
  }
  /* header - end */
  /* home 1 - start */
  .slider-section .main-slider-1 .item .slider-image {
    width: 450px;
  }
  .slider-section .main-slider-1 .item .slider-content {
    padding-top: 30px;
  }
  /* home 1 - start */
  /* home 2 - start */
  .banner-section .banner-2 .banner-content p {
    width: 600px;
  }
  .banner-section .banner-2 {
    padding: 190px 0px;
  }
  .property-section .owl-theme .owl-nav {
    top: -165px;
    right: 90px;
  }
  /* home 2 - end */
  /* home 3 - start */
  .banner-section .overlay-blue {
    padding: 120px 0px;
  }
  .banner-section .banner-content .sub-title {
    font-size: 30px;
    margin-bottom: 20px;
  }
  .banner-section .banner-content .title-text {
    font-size: 90px;
  }
  .category-section .category-item-list>ul>li .category-item {
    padding: 100px 50px;
  }
  .category-section .category-item-list>ul>li .category-item .item-title {
    font-size: 54px;
    line-height: 70px;
    margin-bottom: 30px;
  }
  /* home 3 - end */
  /* 404 - start */
  .error-section .error-content .error-image {
    width: 580px;
    margin: 0 auto 40px;
  }
  .error-section .error-content .title-text {
    font-size: 48px;
  }
  .error-section .error-content .search-form {
    width: 560px;
    margin: 40px auto 0px;
  }
  /* 404 - end */
}


/* ====================================================================================================
1 - media screen and (max-width: 1440px) - end
==================================================================================================== */


/*  ====================================================================================================
2 - media screen and (max-width: 1300px) - start
==================================================================================================== */

@media screen and (max-width: 1300px) {
  /* global - start */
  .custom-btn {
    height: 50px;
    font-size: 12px;
    line-height: 52px;
    padding: 0px 40px;
  }
  .custom-btn-bordered {
    height: 50px;
    font-size: 12px;
    line-height: 50px;
    padding: 0px 40px;
    border: 2px solid #e0deff;
  }
  .backtotop {
    bottom: 30px;
  }
  /* global - end */
  /* header - start */
  .header-section .default-header .header-bottom .main-menubar>ul>li>a {
    font-size: 12px;
    padding-bottom: 5px;
  }
  .header-section .default-header .header-bottom .main-menubar>ul>li {
    padding: 17px 18px;
  }
  .header-section .default-header .header-bottom .main-menubar>ul>.menu-item-has-child:after {
    top: 19px;
    right: 5px;
  }
  .header-section .default-header .header-bottom .btns-group>ul {
    margin: 0px 0px;
  }
  /* header - end */
  /* breadcrumb - start */
  .breadcrumb-section .default-breadcrumb .overlay {
    padding: 120px 0px;
  }
  .breadcrumb-section .default-breadcrumb .breadcrumb-content .breadcrumb-title {
    font-size: 90px;
    line-height: 90px;
  }
  /* breadcrumb - end */
  /* 404 - start */
  .error-section .error-content .search-form input {
    height: 60px;
    padding: 0px 30px;
  }
  /* 404 - end */
  /* home 1 - start */
  .slider-section .main-slider-1 .item .slider-image {
    width: 430px;
  }
  .slider-section .main-slider-1 .item .slider-content .section-title .big-title {
    font-size: 62px;
  }
  .slider-section .main-slider-1 .item .slider-content .btns-group>ul>li .video-btn {
    width: 50px;
    height: 50px;
    font-size: 18px;
    line-height: 50px;
  }
  .slider-section .main-slider-1 .item .slider-content {
    padding-top: 40px;
  }
  .slider-section .main-slider-2 .item .slider-content .section-title .small-title {
    font-size: 20px;
  }
  .calltoaction-section .calltoaction-one .person-image {
    -webkit-transform: translateY(36px);
    -ms-transform: translateY(36px);
    transform: translateY(36px);
  }
  /* home 1 - end */
  /* home 3 - start */
  .banner-section .banner-content .form-group>ul>li .form-item input {
    height: 50px;
  }
  .banner-section .banner-content .form-group>ul>li .form-item.type-select-form .nice-select {
    height: 50px;
    line-height: 50px;
  }
  .category-section .category-item-list>ul>li .category-item {
    padding: 100px 60px;
  }
  .category-section .category-item-list>ul>li .category-item .item-title {
    font-size: 48px;
    line-height: 60px;
    margin-bottom: 30px;
  }
  /* home 3 - end */
}


/*  ====================================================================================================
2 - media screen and (max-width: 1300px) - start
==================================================================================================== */


/*  ====================================================================================================
3 - media screen and (max-width: 1199px) - start
==================================================================================================== */

@media screen and (max-width: 1199px) {
  /* global - start */
  .custom-btn {
    height: 50px;
    line-height: 52px;
    padding: 0px 30px;
  }
  .custom-btn-bordered {
    height: 50px;
    line-height: 50px;
    padding: 0px 30px;
  }
  .section-title .big-title {
    font-size: 54px;
  }
  .post-meta>ul>li {
    margin-right: 25px;
  }
  .backtotop {
    bottom: 20px;
  }
  /* global - end */
  /* header - start */
  .header-section .default-header .header-top .social-media .nice-select {
    margin-right: 30px;
    margin-left: -30px;
  }
  .header-section .default-header .header-bottom .main-menubar>ul>li>a {
    font-size: 10px;
    padding-bottom: 5px;
  }
  .header-section .default-header .header-bottom .main-menubar>ul>li {
    padding: 17px 13px;
  }
  .header-section .default-header .header-bottom .main-menubar>ul>.menu-item-has-child:after {
    top: 17px;
    right: 0px;
    font-size: 10px;
  }
  .header-section .default-header .header-bottom .btns-group>ul>li {
    margin-right: 10px;
  }
  /* header - end */
  /* footer - start */
  .footer-section .default-footer .footer-content .about-content .hot-line {
    padding: 20px;
  }
  .footer-section .default-footer .footer-content .about-content .hot-line .item-content .contact-number {
    font-size: 16px;
  }
  /* footer - end */
  /* sidebar - start */
  .sidebar-section .widget {
    padding: 30px;
  }
  .sidebar-section .widget_recent_entries>ul>li .post-image {
    float: none;
    margin-right: 0px;
    margin-bottom: 15px;
  }
  .sidebar-section .widget_recent_entries>ul>li .post-content .post-title .title-link {
    font-size: 18px;
  }
  .sidebar-section .widget_recent_entries>ul>li .post-content {
    width: 100%;
    display: table;
  }
  /* sidebar - end */
  /* breadcrumb 1 - start */
  .breadcrumb-section .default-breadcrumb .breadcrumb-content .breadcrumb-title {
    line-height: 1;
    font-size: 90px;
  }
  /* breadcrumb 1 - end */
  /* breadcrumb 2 - start */
  .breadcrumb-section .secondary-breadcrumb .breadcrumb-content .breadcrumb-title {
    line-height: 1;
    font-size: 80px;
  }
  /* breadcrumb 2 - end */
  /* about 1 - start */
  .about-section .about-image {
    padding-right: 0px;
    padding-left: 40px;
    padding-bottom: 30px;
  }
  .about-section .about-image .decoration-image {
    bottom: 0px;
    left: -40px;
    width: 400px;
  }
  .feature-section .feature-grid-item {
    padding: 40px;
  }
  .feature-section .feature-grid-item .feature-title .title-link {
    font-size: 20px;
    line-height: 30px;
  }
  /* about 1 - end */
  /* about 2 - start */
  .counter-section .secondary-counter .counter-item .item-title {
    font-size: 14px;
  }
  /* about 2 - end */
  /* team 1 - start */
  .testimonial-section .testimonial-carousel .item:before {
    width: 90%;
  }
  .testimonial-section .testimonial-carousel .item:after {
    width: 80%;
  }
  .testimonial-section .testimonial-carousel .owl-item.active.center .item:before {
    top: 30px;
  }
  .testimonial-section .testimonial-carousel .owl-item.active.center .item:after {
    top: 50px;
  }
  /* team 1 - end */
  /* team 2 - start */
  .team-section .team-member-bordered {
    padding: 30px 15px;
  }
  /* team 2 - end */
  /* team details 1 - start */
  .team-details-section .member-content .member-title {
    margin-bottom: 20px;
  }
  .team-details-section .member-content .member-name {
    font-size: 46px;
    margin-bottom: 30px;
  }
  .skill-section .skill-item {
    width: 100%;
  }
  .blog-section .image-blog-item {
    width: 100%;
  }
  .blog-section .text-blog-item .blog-title .title-link {
    font-size: 20px;
  }
  /* team details 1 - end */
  /* service 1 - start */
  .service-section .service-grid-item-1 .service-title {
    font-size: 20px;
    margin-bottom: 20px;
  }
  .service-section .service-grid-item-1 {
    margin-top: 70px;
    padding-right: 0px;
  }
  .category-section .category-item-list>ul>li .category-item {
    padding: 100px 50px;
  }
  .category-section .category-item-list>ul>li .category-item .item-title {
    font-size: 42px;
    line-height: 60px;
    margin-bottom: 30px;
  }
  /* service 1 - end */
  /* service 2 - start */
  .service-section .service-grid-item-2 {
    padding: 50px 30px;
  }
  .service-section .service-grid-item-2 .service-title {
    margin-bottom: 20px;
  }
  .service-section .service-grid-item-2 .service-title .title-link {
    font-size: 18px;
  }
  /* service 2 - end */
  /* property grid 1 - start */
  .property-section .sidebar-section .widget_find_place .bed-and-baths>ul>li {
    width: 100%;
    margin-right: 0px;
  }
  .property-section .property-grid-item .property-image .post-admin,
  .property-section .property-list-item .property-image .post-admin {
    left: 10px;
    padding-right: 10px;
  }
  .property-section .property-grid-item .property-content .item-title .title-link,
  .property-section .property-list-item .property-content .item-title .title-link {
    font-size: 20px;
    line-height: 30px;
  }
  .property-section .property-grid-item .property-content .item-title,
  .property-section .property-list-item .property-content .item-title {
    margin-bottom: 20px;
    padding-bottom: 20px;
  }
  .property-section .property-list-item .property-content {
    padding: 25px;
  }
  /* property grid 1 - end */
  /* property details 1 - start */
  .property-details-section .sidebar-section .widget_contact_agent .agent-info .info-content .agent-name {
    font-size: 16px;
    margin-bottom: 0px;
  }
  .property-section .property-grid-item .property-content .post-meta>ul>li,
  .property-section .property-list-item .property-content .post-meta>ul>li {
    margin-right: 20px;
  }
  /* property details 1 - end */
  /* property details 2 - start */
  .property-section .owl-theme .owl-nav {
    top: -120px;
    right: 15px;
    position: absolute;
  }
  /* property details 2 - end */
  /* agent details 1 - start */
  .agent-details-section .agent-details-content .bg-default-red .agent-info .social-links>ul>li {
    margin-right: 10px;
  }
  /* agent details 1 - end */
  /* contact - start */
  .contact-section .google-map {
    height: 500px;
  }
  .contact-section .info-item {
    padding: 60px 40px;
  }
  /* contact - end */
  /* 404 - start */
  .error-section .error-content .error-image {
    width: 60%;
  }
  /* 404 - end */
  /* home 1 - start */
  .slider-section .main-slider-1 .item .slider-image {
    width: 380px;
  }
  .slider-section .main-slider-1 .item .slider-content .section-title .big-title {
    font-size: 54px;
  }
  .service-section .service-grid-item-3 .service-content {
    width: 100%;
    display: table;
    padding-left: 0px;
  }
  .service-section .service-grid-item-3 .service-icon {
    float: none;
    display: table;
    margin-bottom: 30px;
  }
  .feature-section .counter-container>ul {
    width: 100%;
    margin-top: 60px;
  }
  .directions-section .direction-items-list>ul>li {
    padding: 15px;
    width: 33.333%;
    margin-right: 0px;
  }
  .directions-section .google-map {
    height: 500px;
  }
  .calltoaction-section .calltoaction-one .person-image {
    -webkit-transform: translateY(46px);
    -ms-transform: translateY(46px);
    transform: translateY(46px);
  }
  .blog-section .blog-image-grid-item .blog-content {
    padding: 30px;
  }
  .blog-section .blog-image-grid-item .blog-content .post-date:before {
    display: none;
  }
  .blog-section .blog-image-grid-item .blog-content .blog-title .title-link {
    font-size: 20px;
  }
  .footer-section .footer-one .footer-bottom .social-media>ul>li {
    margin-right: 10px;
  }
  /* home 1 - end */
  /* home 2 - start */
  .banner-section .banner-2 .banner-content .section-title .big-title {
    font-size: 80px;
  }
  .calltoaction-section .calltoaction-two .contact-info ul>li .item-content>p {
    font-size: 16px;
  }
  .team-section .team-member-item .member-info {
    width: 100%;
    padding: 40px;
    margin: 0 auto;
    margin-top: 0px;
  }
  .testimonial-section .testimonial-carousel-2 .item .quote-text {
    font-size: 30px;
    line-height: 40px;
    margin-bottom: 30px;
  }
  .testimonial-section .testimonial-carousel-2 .item>p {
    font-size: 14px;
    line-height: 24px;
    margin-bottom: 30px;
  }
  /* home 2 - end */
  /* home 3 - start */
  .home-page-3 .about-section .about-content .section-title .big-title {
    font-size: 44px;
  }
  /* home 3 - end */
  /* blog 1 - start */
  .blog-section .blog-grid-item .blog-content .item-title .title-link {
    font-size: 20px;
    line-height: 30px;
  }
  /* blog 1 - end */
  /* blog details 1 - start */
  .blog-details-section .item-decoration {
    padding: 30px;
  }
  .blog-details-section .details-content .blog-title {
    font-size: 28px;
    line-height: 44px;
  }
  .blog-details-section .other-posts-filter .other-post .post-link .post-title {
    font-size: 16px;
  }
  /* blog details 1 - end */
}


/* ====================================================================================================
3 - media screen and (max-width: 1199px) - end
==================================================================================================== */


/* ====================================================================================================
4 - media screen and (max-width: 991px) - start --->>>for medium device
==================================================================================================== */

@media screen and (max-width: 991px) {
  /* global - start */
  body {
    padding-top: 116px;
  }
  /*.sec-ptb-120 {*/
  /*  padding: 80px 0px;*/
  /*}*/
  .section-title {
    text-align: center;
  }
  /* global - end */
  /* header - start */
  .header-section .default-header .header-top {
    display: none;
  }
  .header-section .default-header .header-bottom .btns-group,
  .header-section .default-header .header-bottom .main-menubar {
    display: none;
  }
  .header-section .default-header .header-bottom .brand-logo .mobile-menu-btn {
    display: inline-block;
  }
  /* header - end */
  /* footer - start */
  .footer-section .default-footer .our-clients {
    padding: 60px 0px;
  }
  .footer-section .default-footer .footer-content .useful-links,
  .footer-section .default-footer .footer-content .about-content {
    margin-bottom: 60px;
  }
  .footer-section .default-footer .footer-content .our-services {
    margin-left: 0px;
  }
  /* footer - end */
  /* breadcrumb 1 - start */
  .breadcrumb-section .default-breadcrumb .breadcrumb-content {
    text-align: center;
  }
  .breadcrumb-section .default-breadcrumb .breadcrumb-content .breadcrumb-title {
    font-size: 66px;
  }
  .breadcrumb-section .default-breadcrumb .breadcrumb-nav>ul {
    float: none;
    display: table;
    margin: 0px auto;
  }
  .breadcrumb-section .default-breadcrumb .breadcrumb-nav {
    padding: 0px;
    margin-top: 30px;
  }
  /* breadcrumb 1 - end */
  /* breadcrumb 2 - start */
  .breadcrumb-section .secondary-breadcrumb .breadcrumb-content .breadcrumb-title {
    line-height: 1;
    font-size: 70px;
  }
  /* breadcrumb 2 - end */
  /* sidebar - start */
  .sidebar-section {
    margin-top: 60px;
  }
  /* sidebar - end */
  /* about 1 - start */
  .about-section .about-image {
    margin-bottom: 60px;
  }
  .about-section .about-content .section-title {
    margin-bottom: 30px;
  }
  .about-section .about-image .decoration-image {
    left: 0px;
    bottom: 0px;
    width: 300px;
  }
  .about-section .about-content {
    text-align: center;
  }
  .about-section .about-content .section-title .big-title:before {
    display: none;
  }
  .feature-section .feature-grid-item {
    display: table;
    max-width: 370px;
    margin: 30px auto 0px;
  }
  .counter-section .default-counter .counter-items-container>ul>li .counter-item .counter-text {
    line-height: 1;
    font-size: 36px;
    margin-bottom: 20px;
  }
  .counter-section .default-counter .counter-items-container>ul>li .counter-item .item-title {
    font-size: 14px;
  }
  .team-section .team-member-item {
    display: table;
    max-width: 370px;
    margin: 0px auto 30px;
  }
  .team-section .hire-btn {
    margin-top: 30px;
  }
  /* about 1 - end */
  /* about 2 - start */
  .counter-section .secondary-counter .counter-item {
    margin-top: 30px;
  }
  /* about 2 - end */
  /* team 1 - start */
  .approach-section .approach-content .section-title {
    margin-bottom: 40px;
  }
  .approach-section .approach-content {
    text-align: center;
    margin-bottom: 60px;
  }
  .approach-section .approach-content .section-title .big-title:before {
    display: none;
  }
  .testimonial-section .owl-theme .owl-nav {
    margin-top: 60px;
    position: static;
  }
  .testimonial-section .testimonial-carousel .owl-item.active.center .item:before {
    top: 70px;
  }
  .testimonial-section .testimonial-carousel .owl-item.active.center .item:after {
    top: 85px;
  }
  /* team 1 - end */
  /* team 2 - start */
  .team-section .team-member-bordered {
    padding: 40px 15px;
  }
  /* team 2 - end */
  /* team details 1 - start */
  .team-details-section .member-image {
    margin-bottom: 30px;
  }
  .team-details-section .member-content {
    padding-left: 0px;
    text-align: center;
  }
  .team-details-section .member-content .contact-info {
    text-align: left;
  }
  /* team details 1 - end */
  /* service 1 - start */
  .calltoaction-section .default-calltoaction .quote-btn-area {
    padding: 0px;
    margin-top: 60px;
    text-align: center !important;
  }
  .category-section .category-item-list>ul>li .category-item .item-icon {
    font-size: 54px;
    margin: 0 auto 30px;
  }
  .category-section .category-item-list>ul>li .category-item .sub-title {
    margin-bottom: 20px;
  }
  .category-section .category-item-list>ul>li .category-item .item-title {
    font-size: 24px;
    line-height: 36px;
  }
  .category-section .category-item-list>ul>li .category-item {
    padding: 50px 30px;
  }
  /* service 1 - end */
  /* property details 1 - start */
  .property-details-section .property-title .info-list>ul {
    float: none;
    margin: 0px auto;
  }
  .property-details-section .property-title .info-list {
    padding-top: 40px;
  }
  .property-details-section .property-title {
    margin-bottom: 40px;
    padding-bottom: 40px;
    border-bottom: 1px solid #e0deff;
  }
  .property-section .property-grid-item {
    display: table;
    max-width: 370px;
    margin: 30px auto 0px;
  }
  .property-details-section .section-title .post-meta>ul {
    float: none;
    display: table;
    margin: 0px auto;
  }
  /* property details 1 - end */
  /* property details 2 - start */
  .property-section .owl-theme .owl-nav {
    margin-top: 60px;
    position: static;
  }
  /* property details 2 - end */
  /* agent details 1 - start */
  .agent-details-section .agent-details-content .agent-info .social-links {
    position: static;
    margin-top: 30px;
  }
  .agent-details-section .agent-details-content .agent-info .social-links>ul {
    display: table;
    margin: 0px auto;
  }
  .agent-details-section .agent-details-content .agent-info {
    margin-top: 40px;
    text-align: center;
  }
  .agent-details-section .agent-details-content .agent-info .contact-info {
    text-align: left;
    padding-left: 50px;
  }
  .agent-details-section .agent-details-content .agent-info .contact-info>ul>li {
    margin-bottom: 10px;
  }
  .agent-details-section .agent-details-content .agent-info .contact-info>ul {
    margin-bottom: 10px;
  }
  .agent-details-section .agent-details-content .agent-info .contact-info>ul:last-child {
    margin-bottom: 0px;
  }
  .agent-details-page .property-section .owl-theme .owl-nav {
    margin-top: 60px;
    position: static;
  }
  /* agent details 1 - end */
  /* contact - start */
  .contact-section .info-item {
    display: table;
    max-width: 370px;
    padding: 60px 50px;
    margin: 0px auto 30px;
  }
  .contact-section .google-map {
    margin-top: 30px;
  }
  /* contact - end */
  /* home 1 - start */
  .home-page-1 {
    padding-top: 0px;
  }
  .slider-section .main-slider-1 .item .slider-image {
    display: none;
  }
  .slider-section .main-slider-1 .item .mobile-view-image.d-none {
    display: block !important;
  }
  .slider-section .main-slider-1 .item .slider-content {
    opacity: 1;
    padding: 0px;
    margin-top: 40px;
    -webkit-transform: unset;
    -ms-transform: unset;
    transform: unset;
  }
  .slider-section .main-slider-1 .item .slider-content .section-title .big-title {
    font-size: 54px;
  }
  .home-page-1 .slider-section .owl-theme .owl-dots {
    top: 14%;
    right: 15px;
    -webkit-transform: unset;
    -ms-transform: unset;
    transform: unset;
  }
  .slider-section .main-slider-1 .item .slider-content .btns-group>ul>li .video-btn {
    width: 50px;
    height: 50px;
    font-size: 18px;
    line-height: 50px;
  }
  .slider-section .main-slider-1 .item .slider-content .btns-group>ul {
    display: table;
    margin: 0px auto;
  }
  .approach-section .approach-image.grid .grid-item {
    width: 50%;
    height: auto;
  }
  .approach-section .approach-image.grid .grid-item .image-container>img {
    width: 100%;
    display: block;
    object-fit: cover;
  }
  .home-page-1 .approach-section .approach-content {
    margin-top: 60px;
    text-align: center;
    margin-bottom: 0px;
  }
  .service-section .service-grid-item-3 {
    margin-top: 70px;
    padding: 0px 30px;
    text-align: center;
  }
  .service-section .service-grid-item-3 .service-icon {
    margin: 0px auto 30px;
  }
  .feature-section .feature-big-item-1 .feature-content .section-title,
  .feature-section .feature-big-item-1 .feature-content .section-title {
    text-align: left !important;
  }
  .feature-section .feature-big-item-1 .feature-content {
    margin-top: 40px;
  }
  .feature-section .counter-container>ul>li {
    width: 50%;
    padding: 75px 30px;
  }
  .feature-section .counter-container>ul>li:before {
    display: none;
  }
  .feature-section .feature-big-item-1 .feature-content .info-list>ul>li {
    width: 50%;
    text-align: left;
    margin-right: 0px;
    margin-bottom: 10px;
  }
  .planning-section .tab-content .tab-pane .planning-content {
    margin-top: 60px;
  }
  .planning-section .planning-tabs-nav>ul>li>a {
    padding: 0px 20px;
    line-height: 50px;
  }
  .planning-section .planning-tabs-nav>ul>li {
    height: 50px;
  }
  .availability-section .section-title .custom-btn {
    position: static;
    -webkit-transform: unset;
    -ms-transform: unset;
    transform: unset;
    margin-top: 60px;
  }
  .availability-section .availability-table {
    overflow-x: scroll;
  }
  .availability-section .availability-table table {
    width: 830px;
  }
  .directions-section .section-title .custom-btn {
    position: static;
    margin-top: 40px;
  }
  .blog-section .blog-image-grid-item {
    max-width: 370px;
    display: table;
    margin: 30px auto 0px;
  }
  .footer-section .footer-one .brand-logo {
    text-align: center;
    margin-bottom: 40px;
  }
  .footer-section .footer-one .footer-menu>ul {
    float: none;
    display: table;
    margin: 0px auto;
  }
  .footer-section .footer-one .footer-bottom .social-media>ul {
    margin: 0px auto 40px;
  }
  .footer-section .footer-one .footer-bottom .copyright-text {
    text-align: center;
    margin-bottom: 30px;
  }
  .footer-section .footer-one .footer-bottom .footer-newsletter {
    text-align: center;
  }
  /* home 1 - end */
  /* home 2 - start */
  .banner-section .banner-2 .banner-content p {
    width: 100%;
  }
  .banner-section .banner-2 .banner-content .section-title {
    text-align: left;
  }
  .banner-section .banner-2 .banner-content .section-title .big-title {
    font-size: 70px;
  }
  .calltoaction-section .calltoaction-two .agent-content {
    margin-top: 60px;
  }
  .home-page-2 .property-section .section-title .custom-btn {
    position: static;
    -webkit-transform: unset;
    -ms-transform: unset;
    transform: unset;
    margin-top: 30px;
  }
  /* home 2 - end */
  /* home 3 - start */
  .banner-section .overlay-blue {
    padding: 100px 0px;
  }
  .banner-section .banner-content .title-text {
    font-size: 72px;
  }
  .banner-section .banner-content .form-group>ul>li {
    margin-right: 10px;
  }
  .banner-section .banner-content .form-group>ul>li:last-child {
    margin-right: 0px !important;
  }
  .banner-section .banner-content .form-group>ul>li .custom-btn {
    margin: 0px;
  }
  .home-page-3 .about-section .about-content .admin-info {
    text-align: left;
  }
  .home-page-3 .about-section .about-content {
    text-align: left;
  }
  .home-page-3 .about-section .about-content .section-title .big-title {
    font-size: 30px;
  }
  /* home 3 - end */
  /* blog 2 - start */
  .blog-section .text-blog-item {
    margin: 15px 0px;
  }
  /* blog 2 - end */
  /* blog details 1 - start */
  .blog-details-section .details-content .blog-title {
    font-size: 24px;
    line-height: 36px;
  }
  /* blog details 1 - end */
}


/* ====================================================================================================
4 - media screen and (max-width: 991px) - end --->>>for medium device
==================================================================================================== */


/* ====================================================================================================
5 - media screen and (max-width: 580px) - start
==================================================================================================== */

@media screen and (max-width: 580px) {
  /* global - start */
  body {
    padding-top: 83px;
  }
  .sec-ptb-120 {
    padding: 60px 0px;
  }
  .mb-70 {
    margin-bottom: 40px;
  }
  .section-title .big-title {
    font-size: 30px;
  }
  .section-title .small-title {
    margin-bottom: 10px;
  }
  .social-links>ul>li {
    width: 45px;
    height: 45px;
    margin-right: 15px;
  }
  .social-links>ul>li>a {
    font-size: 14px;
    line-height: 46px;
  }
  .form-item .form-item-btn {
    left: 20px;
    font-size: 14px;
  }
  .form-item input {
    padding-left: 50px;
  }
  .form-item .nice-select {
    padding-left: 50px;
  }
  .pagination-list>ul>li {
    width: 50px;
    height: 50px;
    margin-right: 10px;
  }
  .pagination-list>ul>li>a {
    font-size: 14px;
    line-height: 54px;
  }
  .post-meta>ul>li {
    font-size: 12px;
  }
  .post-meta>ul>li i {
    font-size: 12px;
    margin-right: 5px;
  }
  .backtotop {
    /*width: 40px;*/
    /*height: 40px;*/
    bottom: 100px !important;
  }
  .backtotop .scroll {
    font-size: 18px;
    line-height: 42px;
  }
  /* global - end */
  /* header - start */
  .header-section .header-bottom .brand-logo .brand-link {
    max-width: 120px;
  }
  .header-section .default-header .header-bottom {
    padding: 20px 0px;
  }
  .header-section .default-header .header-bottom .brand-logo .mobile-menu-btn {
    width: 40px;
    height: 40px;
    font-size: 18px;
  }
  .sidebar-menu-wrapper .sidebar-menu {
    right: -350px;
    min-width: 330px;
    max-width: 330px;
    padding: 40px 30px;
  }
  .sidebar-menu-wrapper .sidebar-menu .menu-list {
    margin: 0px -30px;
  }
  .sidebar-menu-wrapper .sidebar-menu .menu-list>li>a {
    padding: 15px 30px;
  }
  .sidebar-menu-wrapper .sidebar-menu .menu-list>.menu-item-has-child>a:before {
    right: 30px;
  }
  .sidebar-menu-wrapper .sidebar-menu .menu-list>.menu-item-has-child>.sub-menu>li>a {
    padding: 15px 0px;
    padding-left: 50px;
  }
  /* header - end */
  /* footer - start */
  .footer-section .default-footer .our-clients {
    padding: 30px 0px;
  }
  .footer-section .default-footer .our-clients>ul>li {
    width: 33.333%;
  }
  .footer-section .default-footer .footer-content .our-services {
    margin-bottom: 60px;
  }
  .footer-section .default-footer .footer-content .useful-links {
    padding: 0px;
  }
  .footer-section .default-footer .footer-content {
    padding: 50px 0px;
  }
  /* footer - end */
  /* breadcrumb 1 - start */
  .breadcrumb-section .default-breadcrumb .overlay {
    padding: 80px 0px;
  }
  .breadcrumb-section .default-breadcrumb .breadcrumb-content .breadcrumb-title {
    line-height: 1;
    font-size: 40px;
  }
  .breadcrumb-section .default-breadcrumb .breadcrumb-nav {
    margin-top: 20px;
  }
  /* breadcrumb 1 - end */
  /* breadcrumb 2 - start */
  .breadcrumb-section .secondary-breadcrumb .breadcrumb-content .breadcrumb-title {
    line-height: 1;
    font-size: 42px;
  }
  .breadcrumb-section .secondary-breadcrumb .breadcrumb-nav {
    left: 0px;
    bottom: 0px;
    margin-top: 30px;
    position: static;
    -webkit-transform: unset;
    -ms-transform: unset;
    transform: unset;
  }
  .breadcrumb-section .secondary-breadcrumb .breadcrumb-nav>ul>li,
  .breadcrumb-section .secondary-breadcrumb .breadcrumb-nav>ul>li>a {
    font-size: 14px;
  }
  .breadcrumb-section .secondary-breadcrumb .breadcrumb-nav>ul {
    padding: 5px 20px;
  }
  .breadcrumb-section .secondary-breadcrumb .overlay {
    padding: 80px 0px;
  }
  /* breadcrumb 2 - end */
  /* sidebar - start */
  .sidebar-section .widget {
    padding: 20px;
  }
  /* sidebar - end */
  /* about 1 - satrt */
  .about-section .about-image .decoration-image {
    width: 280px;
  }
  .about-section .about-image {
    padding-left: 30px;
    margin-bottom: 30px;
    padding-bottom: 30px;
  }
  .about-section .about-content>p {
    font-size: 14px;
    line-height: 26px;
    margin-bottom: 40px;
  }
  .about-section .about-content .section-title {
    margin-bottom: 30px;
  }
  .feature-section .feature-grid-item {
    max-width: 100%;
  }
  .feature-section .feature-grid-item {
    padding: 30px;
    margin-top: 30px;
  }
  .counter-section .default-counter .counter-items-container>ul>li {
    width: 50%;
    margin-bottom: 30px;
  }
  .counter-section .default-counter .counter-items-container>ul>li:nth-child(3),
  .counter-section .default-counter .counter-items-container>ul>li:nth-child(4) {
    margin-bottom: 0px;
  }
  .counter-section .default-counter .counter-items-container>ul>li {
    width: 50%;
  }
  .counter-section .default-counter .counter-items-container>ul>li .counter-item .counter-text {
    font-size: 30px;
    margin-bottom: 15px;
  }
  .team-section .team-member-item {
    max-width: 100%;
    margin: 0px auto 30px;
  }
  .team-section .team-member-item .member-info {
    width: 100%;
    padding: 30px;
    margin-top: 0px;
  }
  .team-section .team-member-item .image-container .plus-effect:after,
  .team-section .team-member-item .image-container .plus-effect:before {
    top: 50%;
    -webkit-transform: translateX(-50%) translateY(-50%);
    -ms-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
  }
  /* about 1 - end */
  /* team 1 - start */
  .approach-section .approach-content .section-title {
    margin-bottom: 30px;
  }
  .approach-section .approach-content .our-goal .item-title {
    font-size: 20px;
    margin-bottom: 10px;
  }
  .approach-section .approach-content .our-goal {
    margin-bottom: 20px;
  }
  .approach-section .approach-content {
    font-size: 14px;
    line-height: 26px;
    padding-right: 0px;
    margin-bottom: 30px;
  }
  .approach-section .approach-image.grid .grid-item,
  .approach-section .approach-image.grid .grid-sizer {
    width: 100%;
  }
  .approach-section .approach-image.grid .grid-item:nth-child(2) {
    margin-top: 0px;
  }
  .approach-section .approach-image.grid .grid-item .image-container img {
    width: 100%;
    object-fit: cover;
  }
  .testimonial-section .testimonial-carousel .item {
    padding: 50px 30px;
  }
  /* team 1 - end */
  /* team details 1 - start */
  .team-details-section .member-content .member-name {
    font-size: 30px;
    margin-bottom: 20px;
  }
  .team-details-section .member-content>p {
    font-size: 14px;
    line-height: 26px;
    margin-bottom: 30px;
  }
  .team-details-section .member-content .contact-info>ul>li {
    font-size: 14px;
    margin-bottom: 15px;
  }
  .team-details-section .member-content .contact-info>ul>li:last-child {
    margin-bottom: 0px;
  }
  .team-details-section .member-content .contact-info>ul>li>i {
    font-size: 16px;
    margin-right: 15px;
  }
  .blog-section .image-blog-item .blog-content {
    padding: 30px 20px;
  }
  .blog-section .image-blog-item .blog-content .blog-title .title-link {
    font-size: 18px;
    line-height: 28px;
  }
  .blog-section .image-blog-item .blog-content .post-meta {
    margin-bottom: 20px;
  }
  .blog-section .text-blog-item {
    padding: 30px 20px;
  }
  .blog-section .text-blog-item .blog-title .title-link {
    font-size: 18px;
    line-height: 28px;
  }
  /* team details 1 - end */
  /* service 1 - start */
  .service-section .service-grid-item-1 {
    text-align: center;
    padding: 0px 30px;
  }
  .category-section .category-item-list>ul>li {
    width: 100%;
  }
  /* service 1 - end */
  /* property grid 1 - start */
  .property-section .filter-bar .result-text {
    padding: 0px;
    font-size: 24px;
    text-align: center;
    margin-bottom: 30px;
  }
  .property-section .filter-bar .layout-btns-group>ul {
    float: none;
    display: table;
    margin: 0px auto;
  }
  .property-section .property-list-item .property-image {
    float: none;
    width: 100%;
    display: block;
  }
  .property-section .property-grid-item .property-image .post-admin .admin-link,
  .property-section .property-list-item .property-image .post-admin .admin-link {
    font-size: 10px;
  }
  /* property grid 1 - end */
  /* property details 1 - start */
  .property-details-section .property-title {
    margin-bottom: 30px;
    padding-bottom: 30px;
  }
  .property-details-section .core-details>ul {
    float: none;
    width: 100%;
    display: table;
    margin-bottom: 30px;
  }
  .property-details-section .core-details>ul:last-child {
    margin-bottom: 0px;
  }
  .property-details-section .core-details>ul>li {
    margin-bottom: 10px;
  }
  .property-details-section .core-details>ul>li:last-child {
    margin-bottom: 0px;
  }
  .property-details-section .more-features ul {
    float: none;
    width: 100%;
    display: table;
    margin-bottom: 30px;
  }
  .property-details-section .more-features ul:last-child {
    margin-bottom: 0px;
  }
  .property-details-section .nearby-property>ul>li .item-image {
    float: none;
    width: 100%;
    margin-right: 0px;
  }
  .property-details-section .nearby-property>ul>li .item-content {
    width: 100%;
    display: table;
  }
  .property-details-section .nearby-property>ul>li .item-content .item-title {
    margin-bottom: 5px;
  }
  .property-details-section .nearby-property>ul>li .rating-star {
    position: static;
    -webkit-transform: unset;
    -ms-transform: unset;
    transform: unset;
  }
  .property-details-section .nearby-property>ul>li {
    position: relative;
    padding-right: 0px;
    margin-bottom: 30px;
    padding-bottom: 30px;
    border-bottom: 1px solid #e0deff;
  }
  .property-details-section .review-item .reply-btn {
    position: static;
    margin-top: 20px;
  }
  .property-details-section .review-item .reviewer-info .reviewer-info-content .reviewer-name {
    float: none;
    width: 100%;
    display: block;
    margin-right: 0px;
  }
  .property-section .property-grid-item {
    max-width: 100%;
  }
  /* property details 1 - end */
  /* agent details 1 - start */
  .agent-details-section .agent-details-content .agent-info .contact-info {
    padding-left: 0px;
  }
  .agent-details-section .agent-details-content .agent-info .agent-name {
    font-size: 30px;
    margin-bottom: 20px;
  }
  .agent-details-section .agent-details-content .agent-info .agent-title {
    font-size: 14px;
    margin-bottom: 10px;
  }
  .agent-details-section .agent-details-content .agent-info p {
    font-size: 14px;
    margin-bottom: 20px;
  }
  /* agent details 1 - end */
  /* faq - start */
  .faq-section .faq-accordion .card .card-header .item-title .btn.btn-link {
    padding: 20px;
    font-size: 14px;
    overflow-x: scroll;
  }
  .faq-section .faq-accordion .card .card-header .item-title .btn.btn-link:before {
    display: none;
  }
  .faq-section .faq-accordion .card .card-body {
    padding: 20px;
  }
  /* faq - end */
  /* contact - start */
  .contact-section .info-item {
    width: 100%;
    max-width: 100%;
    padding: 60px 30px;
  }
  .contact-section .info-item .item-icon {
    width: 80px;
    height: 80px;
    font-size: 24px;
    line-height: 80px;
    margin: 0 auto 30px;
  }
  .contact-section .info-item .item-title {
    font-size: 24px;
    margin-bottom: 20px;
  }
  .contact-section .google-map {
    height: 300px;
  }
  /* contact - end */
  /* 404 - start */
  .error-section .error-content .title-text {
    font-size: 30px;
  }
  .error-section .error-content .error-image {
    width: 95%;
    margin: 0 auto 20px;
  }
  .error-section .error-content .search-form {
    width: 95%;
  }
  .error-section .error-content .search-form .submit-btn {
    padding: 0px 20px;
  }
  .error-section .home-btn {
    top: 30px;
    left: 30px;
    width: 40px;
    height: 40px;
    font-size: 18px;
    line-height: 40px;
  }
  /* 404 - end */
  /* home 1 - start */
  .slider-section .main-slider-1 .item {
    padding: 80px 0px;
  }
  .section-title .small-title {
    font-size: 16px;
  }
  .slider-section .main-slider-1 .item .slider-content .section-title .big-title {
    font-size: 36px;
  }
  .slider-section .main-slider-1 .item .slider-content .room-info>ul>li {
    margin-right: 40px;
    text-align: center;
  }
  .slider-section .main-slider-1 .item .slider-content .room-info>ul>li .item-icon {
    float: none;
    display: table;
    margin: 0px auto 15px;
  }
  .slider-section .main-slider-1 .item .slider-content .room-info>ul>li .item-content {
    width: 100%;
  }
  .slider-section .main-slider-1 .item .slider-content .room-info>ul {
    display: table;
    margin: 0px auto;
  }
  .service-section .service-grid-item-3 {
    padding: 0px;
  }
  .feature-section .feature-big-item-1 .feature-content .item-admin .admin-content .admin-name {
    font-size: 22px;
  }
  .feature-section .feature-big-item-1 .feature-content .info-list>ul>li {
    width: 100%;
    display: table;
    text-align: left;
    margin-right: 0px;
    margin-bottom: 20px;
  }
  .feature-section .feature-big-item-1 .feature-content .item-admin {
    width: 100%;
    text-align: left;
  }
  .feature-section .counter-container>ul>li .item-icon {
    font-size: 42px;
    margin-bottom: 15px;
  }
  .feature-section .counter-container>ul>li .count-text {
    font-size: 30px;
  }
  .feature-section .counter-container>ul>li {
    width: 50%;
    padding: 30px 15px;
  }
  .planning-section .planning-tabs-nav>ul {
    padding: 0px;
  }
  .planning-section .planning-tabs-nav>ul>li {
    width: 100%;
    height: 50px;
  }
  .directions-section .direction-items-list>ul>li {
    width: 50%;
  }
  .directions-section .direction-items-list>ul>li>a .item-icon {
    font-size: 42px;
    margin: 0px auto 15px;
  }
  .directions-section .direction-items-list>ul>li>a {
    padding: 0px;
    padding-bottom: 15px;
    border-bottom: 2px solid #e5f2ff;
  }
  .directions-section .google-map {
    height: 300px;
  }
  .availability-section .section-title {
    padding: 50px 30px;
  }
  .availability-section .section-title .custom-btn {
    margin-top: 30px;
  }
  .blog-section .blog-image-grid-item {
    max-width: 100%;
  }
  .calltoaction-section .calltoaction-one {
    border: 3px solid #e0deff;
    padding: 30px 15px;
  }
  .calltoaction-section .calltoaction-one .section-title {
    padding: 0px 0px;
    margin-top: 30px;
  }
  .calltoaction-section .calltoaction-one .section-title .big-title {
    margin-bottom: 30px;
  }
  .calltoaction-section .calltoaction-one .section-title .btns-group>ul {
    width: 100%;
  }
  .calltoaction-section .calltoaction-one .section-title .btns-group>ul>li {
    width: 100%;
    display: table;
    margin-right: 0px;
    text-align: center;
    margin-bottom: 15px;
  }
  .calltoaction-section .calltoaction-one .person-image {
    -webkit-transform: translateY(0px);
    -ms-transform: translateY(0px);
    transform: translateY(0px);
  }
  .footer-section .footer-one .footer-bottom .footer-newsletter .form-item .submit-btn {
    width: 100%;
    display: block;
    position: static;
    margin-top: 15px;
    -webkit-transform: unset;
    -ms-transform: unset;
    transform: unset;
  }
  .footer-section .footer-one .footer-top .footer-menu {
    padding: 0px;
  }
  .footer-section .footer-one .footer-top .footer-menu>ul>li {
    margin-right: 15px;
  }
  .footer-section .footer-one .footer-top .footer-menu>ul>li:last-child {
    margin-right: 0px !important;
  }
  .footer-section .footer-one .footer-top .footer-menu>ul>li>a {
    font-size: 12px;
  }
  /* home 1 - end */
  /* home 2 - start */
  .banner-section .banner-2 .banner-content .section-title .big-title {
    font-size: 48px;
  }
  .banner-section .banner-2 .banner-content .section-title .small-title {
    font-size: 20px;
    color: #062a4d;
  }
  .banner-section .banner-2 .banner-content .section-title {
    margin-bottom: 20px;
  }
  .banner-section .banner-2 .banner-content p {
    color: #000000;
  }
  .banner-section .banner-2 .banner-content {
    text-align: left;
  }
  .banner-section .banner-2 {
    padding: 130px 0px;
    padding-top: 170px;
    background-color: rgba(255, 255, 255, 0.9);
  }
  .banner-section .banner-2 .banner-content p {
    font-size: 14px;
    line-height: 24px;
    margin-bottom: 30px;
  }
  .home-page-2 .banner-section .parallax-window {
    background-size: cover;
    background-position: 70% 100% !important;
  }
  .calltoaction-section .calltoaction-two {
    position: relative;
    padding: 50px 15px;
    border: 2px solid #e0deff;
  }
  .calltoaction-section .calltoaction-two .contact-info ul>li .item-icon {
    width: 70px;
    height: 100px;
    font-size: 48px;
    line-height: 100px;
    margin-right: 30px;
  }
  .calltoaction-section .calltoaction-two .agent-content .agent-info .agent-image {
    float: none;
    margin: 0px;
    margin-bottom: 20px;
  }
  .calltoaction-section .calltoaction-two .agent-content .agent-info .agent-name {
    width: 100%;
    display: table;
  }
  .testimonial-section .testimonial-carousel-2 .item .quote-text {
    font-size: 20px;
    line-height: 30px;
    margin-bottom: 20px;
  }
  .testimonial-section .testimonial-carousel-2 .item>p {
    font-size: 14px;
    line-height: 26px;
    margin-bottom: 30px;
  }
  .home-page-2 .property-section .section-title {
    margin-bottom: 30px;
  }
  .property-section .featurd-property-carousel .owl-stage {
    padding-left: 0px !important;
  }
  /* home 2 - end */
  /* home 3 - start */
  .banner-section .overlay-blue {
    padding: 100px 0px;
  }
  .banner-section .banner-content {
    text-align: center;
  }
  .banner-section .banner-content .title-text {
    font-size: 40px;
    margin-bottom: 30px;
  }
  .banner-section .banner-content .sub-title {
    font-size: 20px;
    margin-bottom: 20px;
  }
  .banner-section .banner-content .form-group {
    padding: 10px;
    border-radius: 10px;
  }
  .banner-section .banner-content .form-group>ul {
    width: 100%;
    padding: 15px;
    border-radius: 10px;
  }
  .banner-section .banner-content .form-group>ul>li {
    width: 100%;
    display: table;
    margin-right: 0px;
    margin-bottom: 20px;
  }
  .banner-section .banner-content .form-group>ul>li:last-child {
    margin-bottom: 0px;
  }
  .banner-section .banner-content .form-group>ul>li .form-item {
    width: 100%;
    display: block;
  }
  .banner-section .banner-content .form-group>ul>li .form-item input {
    width: 100%;
    border-radius: 10px;
    background-color: #f8fbff;
  }
  .banner-section .banner-content .form-group>ul>li .form-item.type-select-form .nice-select {
    width: 100%;
    border: none;
    padding: 0px 20px;
    padding-left: 50px;
    border-radius: 10px;
    background-color: #f8fbff;
  }
  .banner-section .banner-content .form-group>ul>li .form-item.type-select-form .form-item-btn {
    left: 25px;
  }
  .banner-section .banner-content .form-group>ul>li .custom-btn {
    margin: 0px;
    width: 100%;
    display: block;
    border-radius: 10px;
  }
  .home-page-3 .about-section .about-content .section-title .big-title {
    font-size: 18px;
  }
  .home-page-3 .about-section .about-content .admin-info .admin-content .admin-name {
    font-size: 20px;
  }
  .home-page-3 .about-section .about-content .admin-info .admin-image {
    width: 80px;
    height: 80px;
    margin-right: 20px;
  }
  .home-page-3 .about-section .about-content .admin-info .admin-content {
    padding: 10px 0px;
  }
  .footer-section .footer-two .footer-content>p {
    font-size: 14px;
    line-height: 26px;
    margin: 0px auto 40px;
  }
  .footer-section .footer-two .footer-content .brand-logo {
    margin-bottom: 30px;
  }
  /* home 3 - end */
  /* blog 2 - start */
  .blog-section .image-blog-item .blog-content .blog-title .title-link {
    font-size: 14px;
    line-height: 24px;
  }
  .blog-section .text-blog-item .blog-title .title-link {
    font-size: 14px;
    line-height: 24px;
  }
  .blog-section .text-blog-item .post-meta {
    margin-bottom: 15px;
  }
  .blog-section .image-blog-item .blog-content .post-meta {
    margin-bottom: 15px;
  }
  /* blog 2 - end */
  /* blog details 1 - start */
  .blog-details-section .item-decoration {
    padding: 20px;
  }
  .blog-details-section .details-content .blog-title {
    font-size: 18px;
    line-height: 28px;
  }
  .blog-details-section .details-content .post-meta {
    margin-bottom: 15px;
  }
  .blog-details-section .details-content blockquote {
    padding: 0px;
    padding-top: 40px;
  }
  .blog-details-section .details-content blockquote p {
    font-size: 14px;
  }
  .blog-details-section .details-content blockquote p:before {
    top: -40px;
    left: 0px;
    font-size: 36px;
    -webkit-transform: unset;
    -ms-transform: unset;
    transform: unset;
  }
  .blog-details-section .details-content p.mb-60 {
    margin-bottom: 30px;
  }
  .blog-details-section .details-content p.mb-30 {
    margin-bottom: 20px;
  }
  .blog-details-section .other-posts-filter .more-btn {
    margin: 20px 0px;
  }
  .blog-details-section .post-avatar .hero-image {
    width: 100px;
    height: 100px;
    margin-top: -60px;
    margin-bottom: 10px;
  }
  .blog-details-section .peoples-comment .comment-item .hero-image {
    float: none;
    display: table;
  }
  .blog-details-section .peoples-comment .comment-item .hero-content {
    width: 100%;
    display: table;
    margin-top: 20px;
    padding-left: 0px;
  }
  .blog-details-section .peoples-comment .comment-item .hero-content .reply-btn {
    position: static;
    margin-top: 20px;
  }
  .blog-details-section .details-content .tag-share-links .title-text {
    font-size: 18px;
    margin-bottom: 15px;
  }
  .blog-details-section .details-content .tag-share-links .tag-links {
    margin-bottom: 30px;
  }
  .blog-details-section .details-content .tag-share-links .social-links {
    text-align: left !important;
  }
  .blog-details-section .details-content .tag-share-links .social-links>ul {
    float: none;
  }
  /* blog details 1 - end */
}


/* ====================================================================================================
5 - media screen and (max-width: 580px) - end
==================================================================================================== */


/* ====================================================================================================
6 - media screen and (max-width: 320px) - start
==================================================================================================== */

@media screen and (max-width: 320px) {
  /* global - start */
  .rating-star ul li {
    font-size: 12px;
    margin-right: 2px;
  }
  .rating-star ul li:last-child {
    margin-right: 0px;
  }
  .section-title .big-title {
    font-size: 28px;
  }
  /* global - end */
  /* header - start */
  .sidebar-menu-wrapper .sidebar-menu {
    right: -320px;
    min-width: 300px;
    max-width: 300px;
    padding: 40px 30px;
  }
  /* header - end */
  /* sidebar - start */
  .sidebar-section .widget_recent_entries>ul>li .post-content .post-title .title-link {
    font-size: 12px;
  }
  /* sidebar - end */
  /* about 1 - start */
  .feature-section .feature-grid-item {
    padding: 50px 30px;
  }
  .counter-section .default-counter .counter-items-container>ul>li .counter-item .counter-text {
    font-size: 24px;
  }
  .counter-section .default-counter .counter-items-container>ul>li .counter-item .item-title {
    font-size: 12px;
  }
  /* about 1 - end */
  /* team 1 - start */
  .testimonial-section .testimonial-carousel .item .rating-star .review-text {
    font-size: 14px;
  }
  .testimonial-section .testimonial-carousel .item {
    padding: 30px 15px;
  }
  .testimonial-section .testimonial-carousel .owl-item.active.center .item:after {
    top: 50px;
  }
  .testimonial-section .testimonial-carousel .owl-item.active.center .item:before {
    top: 30px;
  }
  /* team 1 - end */
  /* service 1 - start */
  .service-section .service-grid-item-1 {
    padding: 0px;
  }
  /* service 1 - end */
  /* agent details 1 - start */
  .agent-details-section .agent-details-content .agent-info .contact-info>ul>li {
    font-size: 14px;
  }
  .agent-details-section .agent-details-content .agent-info .contact-info>ul>li i {
    margin-right: 15px;
  }
  /* agent details 1 - end */
  /* home 1 - start */
  .slider-section .main-slider-1 .item .slider-content .section-title .big-title {
    font-size: 30px;
  }
  .home-page-1 .approach-section .approach-content>strong,
  .feature-section .feature-big-item-1 .feature-content>strong {
    font-size: 16px;
    line-height: 28px;
    margin-bottom: 30px;
  }
  /* home 1 - end */
  /* home 2 - start */
  .banner-section .banner-2 .banner-content .section-title .big-title {
    font-size: 36px;
  }
  .banner-section .banner-2 .banner-content .section-title .small-title {
    font-size: 18px;
  }
  .calltoaction-section .calltoaction-two .contact-info {
    text-align: center;
  }
  .calltoaction-section .calltoaction-two .contact-info ul>li .item-icon {
    float: none;
    width: 70px;
    height: 70px;
    display: table;
    font-size: 36px;
    line-height: 70px;
    border-radius: 100%;
    margin: 0px auto 20px;
  }
  .calltoaction-section .calltoaction-two .contact-info ul>li .item-content {
    width: 100%;
    display: table;
  }
  /* home 2 - end */
}


/* Create three equal columns that floats next to each other */

.column {
  float: left;
  width: 31.33%;
  display: none;
  /* Hide all elements by default */
}


/* Content */

/*.content {
  padding: 10px;
}*/


/* The "show" class is added to the filtered elements */

.show {
  display: block;
  border: 1px solid #17b0927a;
  margin: 10px;
/*  background: #fafafa;*/
  box-shadow: 0 3px 20px 5px rgba(130, 128, 128, 0.33);
}


/* Style the buttons */

.btn {
  border: none;
  outline: none;
  padding: 12px 16px;
  background-color: white;
  cursor: pointer;
}

.btn:hover {
  background-color: #ddd;
}

.btn.active {
  background-color: #666;
  color: white;
}

.availability-table {
  background: #fff;
  padding: 20px 20px;
}

.footer {
  background: #17b092;
  padding: 20px 0 10px 0;
}

.social-list ul li {
  position: relative;
}

.social-list ul li {
  float: none;
  padding: 0 2px;
  display: inline-block;
}

.social-list ul li .fa-linkedin {
  background-color: #057bb8;
  padding: 8px;
  color: #fff;
  font-size: 24px;
}

.social-list ul li .fa-facebook-square {
  background-color: #3b579e;
  padding: 8px;
  color: #fff;
  font-size: 24px;
}

.social-list ul li .fa-envelope {
  background-color: #9a2589;
  padding: 8px;
  color: #fff;
  font-size: 24px;
}

.copyd p {
  color: #fff;
  margin-bottom: 0px;
  font-size: 16px;
  line-height: 50px;
}
.finance{
  background: url(..//images/construction.jpg)  !important;
}
.home-loan{
  background: url(..//img/home-loan.jpg) !important;
   background-position-x: -210px !important;
}
.marketing{
   background: url(..//img/chhanel.jpg) !important;
}
.disclimer{
  background: url(..//img/disclimer-img.jpg) !important;
}
.chhanel-partner{
     background: url(..//img/project.jpg) !important;
}
.commercial-image{
  background: url(..//img/img7.jpg) !important;
}
.residential-image{
  background: url(..//img/residential.jpg) !important;
}
.contact-inner{
  background: url(..//img/contact.jpg) !important;
}
.project{
   background: url(..//img/project.jpg) !important;
}
.new-project{
   background: url(..//img/new-project.jpg) !important;
}
.about-banner {
  margin-bottom: 80px;
  background: url(..//images/about-banner.jpg);
  background-size: cover;
  position: center center;
  width: 100%;
  height: 300px;
  background-position-y: -190px;
  background-repeat: no-repeat;
  position: relative;
}

.about-banner::before {
  content: "";
  position: absolute;
  /*background: #0000008c;*/
  width: 100%;
  height: 100%;
  top: 0px;
}

.about-banner h1 {
  padding: 70px 0;
}

.head h1 {
  font-size: 45px;
  color: #fdfdfd;
  position: absolute;
  padding-top: 9%;
}

.detail {
  margin-top: 100px;
  margin-bottom: 80px;
  background: #cccccc45;
  padding-top: 40px;
  padding-bottom: 40px;
}

.mission img {
 /* width: 100%;
  padding-top: 50px;*/
}

.vision {
  margin-bottom: 80px;
}

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

.service-box p {
  font-size: 16px;
  color: #000;
  padding-top: 27px;
  padding-left: 10px;
  text-align: justify;
}

.service-box span {
  color: #062a4d;
  font-size: 15px;
  font-weight: 600;
}

.service-box ul li {
  font-size: 16px;
  color: #000;
  list-style: none;
  margin-left: -34px;
  text-align: justify;
}

.service-box h1 {
  color: #062a4d;
  font-size: 25px;
  /*  padding-left: 39px;*/
  padding-top: 26px;
  font-family: 'Poppins', sans-serif;
}
.service{
  padding-top: 40px;
}

.contact {
  padding-top: 38px;

}

.contactform {
  padding-top: 10px;
}

.form-control {
  height: 47px;
}

.phone h3 {
  color: #062a4d;
  font-family: 'Poppins', sans-serif;
  font-weight: 600;
  margin: 0px;
  font-size: 30px;
  text-align: center;
}

.phone p {
  padding-top: 20px;
  text-align: center;
  color: #17b092;
  font-size: 18px;
}

textarea.form-control {
  height: auto;
  height: 130px;
}

.red {
  padding-left: 8% !important;
  padding-right: 8% !important;
  padding-top: 15px;
  padding-bottom: 15px;
  font-size: 16px;
  /* border-radius: 50px;*/
  background: #17b092;
  color: #fff;
  font-weight: 500;
}

.red:hover {
  background: #17b092;
  color: #000;
}

.buyer {
  margin-bottom: 90px;
}

.check p {
  font-size: 14px;
}

.check h2 {
  font-size: 16px;
  color: #17b092;
  font-weight: 500;
}

.check i {
  padding-right: 10px;
}

.first {
  font-size: 16px;
  color: #000;
  padding-top: 60px;
}

.last {
  font-size: 25px;
  color: #062a4d;
  font-weight: 600;
  /* background: #ccc; */
  padding: 16px 50px;
}

.last p {
  font-size: 16px;
  color: #7c8a97;
  padding-top: 10px;
}

.num h2 {
  font-size: 25px;
  color: #062a4d;
  font-weight: 600;
}

.num p {
  font-size: 16px;
  color: #7c8a97;
}

.property img {
  width: 100%;
}

.sub-drop1 {
  left: 99%;
  top: -3px;
  border-radius: 0px;
  box-shadow: 0px 0px 0px;
}

.dropdown-menu {
  padding: 0px;
  width: 100%;
  color: #fff;
  background: #fff;
}

.dropdown-menu>li>a {
  font-size: 15px;
  background: #17b092;
  color: #fff;
  padding-top: 10px;
  padding-bottom: 10px;
  border: 1px solid #000;
  padding-left: 10px;
  width: 100%;
}

/*.service {*/
/*  margin-bottom: 100px;*/
/*}*/

.apart {
  padding-top: 40px;
}

.resi h3 {
  font-size: 16px;
 /* font-weight: 600px;*/
  color: #17b092;
}

.resi p {
  font-size: 15px;
  font-family: 'Poppins', sans-serif;
  text-align: justify;
}

.resi img {
  width: 100%;
}

.resi span {
  color: #17b092;
  font-weight: 600;
}

.resi ul li {
  font-size: 14px;
 /* font-weight: 500;*/
  font-family: 'Poppins', sans-serif;
  text-align: justify;
  list-style: none;
  margin-left: -34px;
}

.resi ul li i {
  padding-right: 10px;
}

.person-image img {
  width: 100%;
}

.readmore {
  padding-top: 20px;
  font-size: 18px;
  color: #17b092;
  font-weight: 500;
  font-family: 'Poppins', sans-serif;
}

.readmore a {
  font-size: 18px;
  color: #17b092;
  font-weight: 500;
  font-family: 'Poppins', sans-serif;
}

.kanakia img {
  padding-top: 10px;
  padding-left: 10px;
  width: 60%;
}

/*.client-logo {
  margin-bottom: 100px;
}*/

.about-item img {
  width: 100%;
  padding-top: 50px;
}

.auspace img {
  width: 26%;
}

.single-services-box {
  background-color: #fff;
  margin-bottom: 30px;
  padding: 30px 25px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  position: relative;
  z-index: 1;
  border-radius: 5px;
  height: 300px;
}

.single-services-box::before {
  border-radius: 5px;
  content: '';
  height: 100%;
  width: 0;
  position: absolute;
  left: 0;
  bottom: 0;
  background-color: #17b092;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  z-index: -1;
}

.single-services-box .icon {
  margin-bottom: 18px;
  background-color: #ffe4d9;
  width: 75px;
  height: 75px;
  /*line-height: 90px;*/
  -webkit-transition: 0.5s;
  transition: 0.5s;
  text-align: center;
  color: #ff4800;
  border-radius: 50%;
  text-align: center;
}

.single-services-box .icon i::before {
  -webkit-transition: 0.5s;
  transition: 0.5s;
  font-size: 30px;
  line-height: 70px;
}

.single-services-box h3 a {
  margin-bottom: 0;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  font-size: 21px;
  /* font-weight: 700; */
  color: #333333;
  font-family: 'Poppins', sans-serif;
}

.single-services-box h3 {
  margin-bottom: 0px;
}

.single-services-box p a {
  -webkit-transition: 0.5s;
  transition: 0.5s;
  margin-top: 12px;
  margin-bottom: 0;
  color: #666;
}

.single-services-box:hover {
  -webkit-transform: translateY(-10px);
  transform: translateY(-10px);
  -webkit-box-shadow: 0 0 40px 3px rgba(0, 0, 0, 0.05);
  box-shadow: 0 0 40px 3px rgba(0, 0, 0, 0.05);
}

.single-services-box:hover::before {
  width: 100%;
}

.single-services-box:hover .icon {
  background-color: #ffffff;
  color: #ff4800;
  -webkit-transform: rotate(360deg);
  transform: rotate(360deg);
}

.single-services-box:hover .icon i::before {
  font-size: 30px;
}

.single-services-box:hover h3 {
  color: #ffffff;
}

.single-services-box:hover h3 a {
  color: #ffffff;
}

.single-services-box:hover p a {
  color: #ffffff;
}

.single-services-box p::before {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  width: 40px;
  height: 2px;
  background: #ff4800;
}

.single-services-box p {
  position: relative;
}

.single-services-box p {
  margin: 0 0 5px;
  /* text-decoration: underline; */
}

.single-services-box:hover p::before {
  background: #ffffff;
}


.main-footer{
  /*position:relative;*/
  background-color:#282828;
}

.main-footer .upper-box{
  position:relative;
  top:-45px;
  z-index:1;
  margin-bottom:-80px;
  padding:22px 40px 22px;
  background-color:#00205e;
  box-shadow:0px 0px 20px rgba(0,0,0,0.30);
}

.main-footer .widgets-section{
  position:relative;
  padding:60px 0px 30px;
}

.main-footer .footer-widget{
  position:relative;
  margin-bottom:30px;
}

.main-footer .footer-widget h2{
  position:relative;
  font-size:20px;
  font-weight:500;
  color:#ffffff;
  line-height:1.2em;
  margin-bottom:25px;
  text-transform:capitalize;
  display:inline-block;
  padding-left: 30px;
}

.main-footer .logo-widget{
  position:relative;
}

.main-footer .logo-widget .logo{
  position:relative;
  margin-bottom:15px;
  margin-top:-20px;
}

.main-footer .logo-widget .text{
  position:relative;
  color:#cccccc;
  font-size:15px;
  font-weight:400;
  margin-bottom:15px;
}

.main-footer .logo-widget .read-more{
  position:relative;
  color:#2b6ad3;
  font-size:15px;
}

.main-footer .logo-widget .read-more:hover{
  color:#ffffff;
  text-decoration:underline;
}

.main-footer .list{
  position:relative;
}

.main-footer .list li{
  position:relative;
  margin-bottom:8px;
}

.main-footer .list li a{
  position:relative;
  color:#cccccc;
  font-size:14px;
  transition:all 0.3s ease;
  -moz-transition:all 0.3s ease;
  -webkit-transition:all 0.3s ease;
  -ms-transition:all 0.3s ease;
  -o-transition:all 0.3s ease;
  font-family: 'Poppins', sans-serif;
}

.main-footer .list li a:hover{
  color:#1d59bc;
}

.main-footer .info-widget{
  position:relative;
}

.main-footer .footer-bottom{
  position:relative;
  padding-bottom: 50px;
  border-top:1px solid rgba(252,252,252,0.05);
}

.main-footer .footer-bottom .copyright,
.main-footer .footer-bottom .created{
  position:relative;
  color:#cccccc;
  font-size:12px;
  font-family: 'Poppins', sans-serif;
}

.newsletter-widget .widget-content .text{
  position:relative;
  color:#cccccc;
  font-size:14px;
  font-weight:500;
  margin-bottom:12px;
  font-family: 'Poppins', sans-serif;
}

.main-footer .newsletter-widget .form-group{
  position:relative;
  display:block;
  margin:0px;
  width:100%;
  margin-bottom:28px;
}

.main-footer .newsletter-widget .form-group input[type="text"],
.main-footer .newsletter-widget .form-group input[type="tel"],
.main-footer .newsletter-widget .form-group input[type="email"],
.main-footer .newsletter-widget .form-group textarea{
  position:relative;
  display:block;
  width:100%;
  line-height:26px;
  height:48px;
  font-size:14px;
  color:#ffffff;
  padding:10px 50px 10px 20px;
  background:none;
  -webkit-transition:all 300ms ease;
  -ms-transition:all 300ms ease;
  -o-transition:all 300ms ease;
  -moz-transition:all 300ms ease;
  transition:all 300ms ease;
  border-radius:4px 0px 0px 4px;
  font-family: 'Poppins', sans-serif; 
  border:1px solid rgba(255,255,255,0.10);
}

.main-footer .newsletter-widget .form-group input[type="submit"],
.main-footer .newsletter-widget button{
  position:absolute;
  right:0px;
  top:0px;
  width:54px;
  height:47px;
  line-height:40px;
  color:#ffffff;
  font-size:20px;
  text-align:center;
  background:#2c62bd;
  border-radius:0px 4px 4px 0px;
}

/*.logo {*/
/*  float: left;*/
/*}*/

.logo1 {
  float: left;
  width: 125px;
  padding-left: 20px;
}


.since h2 {
  padding-top: 20px;
  font-size: 45px;
  font-weight: 600;
  text-transform: capitalize;
}

.since {
  padding: 50px;
}
.since p{
    font-size: 15px;
font-weight: 500;
    text-align: justify;
}

/*.since p {
  font-size: 16px;
  margin-right: 90px;
  margin-left: -70px;
}*/

.since img {
  margin-left: -15px;
}

.bying {
  background: #fafafa;
  /*margin-top: 80px;*/
}

.webinar-video-image {
  position: relative;
  text-align: center;
  width: 100%;
  height: 100%;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  /*background-image: url(..//img/home.jpg);*/
}

.img-responsive, .thumbnail > img, .thumbnail a > img, .carousel-inner > .item > img, .carousel-inner > .item > a > img {
  display: block;
  width: 100% \9;
  max-width: 100%;
  height: auto;
}




.template_faq {
    background: #edf3fe none repeat scroll 0 0;
}
.panel-group {
   /* background: #fff none repeat scroll 0 0;*/
    border-radius: 3px;
    /*box-shadow: 0 5px 30px 0 rgba(0, 0, 0, 0.04);*/
    margin-bottom: 0;
    padding: 30px;
}
#accordion .panel {
    border: medium none;
    border-radius: 0;
    box-shadow: none;
    margin: 0 0 15px 10px;
}
#accordion .panel-heading {
    border-radius: 30px;
    padding: 0;
}
#accordion .panel-title a {
    background: #17b092 none repeat scroll 0 0;
    border: 1px solid transparent;
    border-radius: 30px;
    color: #fff;
    display: block;
    font-size: 15px;
    font-weight: 600;
    padding: 12px 20px 12px 50px;
    position: relative;
    transition: all 0.3s ease 0s;
}
#accordion .panel-title a.collapsed {
    background: #fff none repeat scroll 0 0;
    border: 1px solid #ddd;
    color: #333;
}
#accordion .panel-title a::after, #accordion .panel-title a.collapsed::after {
    background: #ec2027 none repeat scroll 0 0;
    border: 1px solid transparent;
    border-radius: 50%;
    box-shadow: 0 3px 10px rgba(0, 0, 0, 0.58);
    color: #fff;
    content: "";
    font-family: fontawesome;
    font-size: 18px;
    height: 55px;
    left: -20px;
    line-height: 55px;
    position: absolute;
    text-align: center;
    top: -5px;
    transition: all 0.3s ease 0s;
    width: 55px;
}
#accordion .panel-title a.collapsed::after {
    background: #fff none repeat scroll 0 0;
    border: 1px solid #ddd;
    box-shadow: none;
    color: #333;
    content: "";
}
#accordion .panel-body {
    background: transparent none repeat scroll 0 0;
    border-top: medium none;
    padding: 20px 25px 10px 9px;
    position: relative;
}
#accordion .panel-body p {
    border-left: 1px dashed #8c8c8c;
    padding-left: 25px;
}
/*.whyserau {*/
/*  padding-top: 80px;*/
/*}*/

.whyserau .container-fluid {
  padding: 0 50px;
}
.whyimg {
  padding-top: 50px;
}
section {
    padding: 0px 0px 80px 0px;
    /*position: relative;*/
    width: 100%;
    overflow: hidden;
    z-index: 1;
    /*background-color:#fff;*/
    margin-top: -50px;
    z-index: 999;
}
.background-grey {
    background-color: 
    #f7f9fb !important;
}
/*.content {
    padding-right: 25px;
    margin-bottom: 26px;
}*/
.heading-text {
    margin-bottom: 30px;
}
.heading-text.heading-section > h2::before {
    content: "";
    position: absolute;
    height: 2px;
    width: 100px;
    background-color: 
    #2250fc;
    bottom: -30px;
    left: 0;
    right: 0;
}
.lead {
    font-weight: 400;
}
.lead {
    font-size: 1.25rem;
    font-weight: 300;
}
[data-animate].visible {
    opacity: 1;
}
.icon-box.border.small .icon {
      height: 65px;
    position: absolute;
    top: 5px;
    width: 65px;
}
.icon-box.border .icon {
    border: 3px solid 
#333;
text-align: center;
border-radius: 50%;
background-color:
    transparent;
    padding-top: 8px;
}
.icon-box .icon a, .icon-box .icon i {
    width: 100%;
    height: 100%;
    color:#17b092;
    font-size: 30px;
}
.icon-box.effect .icon i::after {
    pointer-events: none;
    position: absolute;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    content: '';
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
}
.icon-box .icon i::after {
    top: -4px;
    left: -4px;
    padding: 4px;
    -webkit-box-shadow: 0 0 0 3px #333;
    box-shadow: 0 0 0 3px 
    #333;
    -webkit-transition: -webkit-transform .2s,opacity .2s;
    -webkit-transform: scale(.8);
    -moz-transition: -moz-transform .2s,opacity .2s;
    -moz-transform: scale(.8);
    -ms-transform: scale(.8);
    -webkit-transition: -webkit-transform .2s,opacity .2s;
    -webkit-transition: opacity .2s,-webkit-transform .2s;
    transition: opacity .2s,-webkit-transform .2s;
    transition: transform .2s,opacity .2s;
    transition: transform .2s,opacity .2s,-webkit-transform .2s;
    -webkit-transform: scale(.8);
    transform: scale(.8);
    opacity: 0;
}
icon-box.medium > h3, .icon-box.medium > h4, .icon-box.medium > h5 {
    margin: 0 12px 10px 84px;
}
.icon-box.small > h3, .icon-box.small > h5 {
    font-size: 17px;
    margin: 0 12px 5px 75px;
color:#000;
font-family: Poppins', sans-serif';
font-weight: 600;
}
.icon-box h3, .icon-box h5 {
    margin: 0 12px 10px 83px;
    letter-spacing: 0;
    font-size: 16px;
    line-height: 25px;
    font-weight: 700;
}
.icon-box.medium > p {
    margin: 0 0 20px 84px;
}
.icon-box.small > p {
   margin: 0 0 20px 75px;
    line-height: 1.6;
    font-size: 14px;
}
.icon-box p {
    margin: 0 0 20px 83px;
    font-size: 16px;
    line-height: 28px;
    font-weight: 400;
}
.icon-box.effect .icon i:hover::after, .icon-box.effect:hover .icon i::after {
   /* -webkit-transform: scale(1);*/
    transform: scale(1);
    opacity: 1;
}
.border {
    border: none !important;
}
.miss img{
      position: relative;
    text-align: center;
    width: 90%;
    height: 100%;
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    margin-left: -15px;
}
.viss img{
        position: relative;
    text-align: center;
    width: 96%;
    height: 100%;
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    margin-left: 46px;
}
.social-icon-two li a {
    position: relative;
    width: 36px;
    height: 36px;
    font-size: 16px;
    text-align: center;
    border-radius: 50%;
    line-height: 34px;
   margin: 5px;
    color: 
#858585;
display: inline-block;
border: 1px solid
    #858585;
    -webkit-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    transition: all 300ms ease;
    float: left;
}
.social-icon-two li a:hover {
    color: #2c62bd;
    border-color:#2c62bd;
}
/*ul.social-icon-twospan li a span {
  color: #fff !important;
  font-size: 30px !important;
}*/
.footer-widget  img{
  width: 65%;
}
.list span{
  color: #fff;
  font-size: 15px;
}
.widget-content ul li {
  color: #fff;
}
.logo img{
    width: 50%;
    
}
.new-about strong{
      width: 100%;
    display: block;
    line-height: 30px;
    margin-bottom: 10px;
    color: #17b092;
    font-weight: 400;
    font-size: 17px;
}
.new img{
  width: 100%;
  margin-left: -13px;
}
.new-inner{
  background: #fbfbfb;
  margin-top: 20px;
}
.new2 h2{
  font-size: 20px;
  padding-top: 10px;
}

.detail-inner h2{
  font-size: 15px;
  padding-top: 10px;
}
.inner-btn{
  padding: 20px;
    float: right;
}
.lodha-project img{
  width: 100%;
}
.lodha h2 {
    padding-top: 20px;
    font-size: 27px;
}
.lodha h3{
font-size: 14px;
  padding-bottom: 5px;
}
.lodha span {
    font-size: 14px;
}
.new-page{
  background: #fafafa;
  padding: 70px 0px;
}
.property-detail{
  margin-top: 50px;
  padding: 50px;
  background: #fff;
  box-shadow: 0 3px 20px 5px rgba(130, 128, 128, 0.33);
}
.property h3{
  font-size: 25px;
}
.property p{
  padding-top: 10px;
  color: #000;
}
.property-border{
   border-bottom: 1px solid #ccc;
   padding-top: 10px;
}
.property i{
  font-size: 16px;
  color: #062a4d;
  padding-right: 10px;
}
.property ul{
  padding-top: 10px;
}

.bed h2{
  font-size: 18px;
  color: #062a4d;
  padding-top:10px;
}
.bed p{
  font-size: 16px;
  color: #000;
  padding-top: 20px;
}
.amene img{
  width: 75px;
  margin: 20px;
}
.amene ul li{
  float: left;
  padding-left: 60px;
}
.amene p{
  color: #000;
  padding-left: 25px;
}
.overview h2{
  font-size: 15px;
}
.inner-tab{
  
}

.inner-tab1{
  background: #ccc;
    padding: 20px 0px;
    z-index: 99;
}

/*.content{
  padding: 15px 3px;
 }
*/
.content2{
  float: left;
  margin-right: 25px;
 padding: 10px 0 0 15px;
}
.content2 p{
  padding-top: 15px !important;
}
.content3 p{
  padding-top: 15px !important;
}

.content2 h2{
  font-size: 17px;
  font-weight: 600;
  color: #062a4d;
  margin-bottom: 2px;
}

.content2 strong{
  font-size: 15px;
  font-weight: 600;
  color: #062a4d;
}
.content3 strong{
  font-size: 15px;
  font-weight: 600;
  color: #062a4d;
}

.content3{
  text-align: right;
  padding-right: 15px;
}


.content3 h4{
  font-size: 17px;
  font-weight: 600;
  color: #062a4d;
  margin-bottom: 2px;
  text-align: right;
  padding-top: 15px;
}

/* Slider */

.slick-slide {
    margin: 0px 20px;
}

.slick-slide img {
    width: 100%;
}

.slick-slider
{
    position: relative;
    display: block;
    box-sizing: border-box;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
            user-select: none;
    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
        touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list
{
    position: relative;
    display: block;
    overflow: hidden;
    margin: 0;
    padding: 0;
}
.slick-list:focus
{
    outline: none;
}
.slick-list.dragging
{
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list
{
    -webkit-transform: translate3d(0, 0, 0);
       -moz-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
         -o-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
}

.slick-track
{
    position: relative;
    top: 0;
    left: 0;
    display: block;
}
.slick-track:before,
.slick-track:after
{
    display: table;
    content: '';
}
.slick-track:after
{
    clear: both;
}
.slick-loading .slick-track
{
    visibility: hidden;
}

.slick-slide
{
    display: none;
    float: left;
    height: 100%;
    min-height: 1px;
}
[dir='rtl'] .slick-slide
{
    float: right;
}
.slick-slide img
{
    display: block;
    padding-top: 20%;
}
.slick-slide.slick-loading img
{
    display: none;
}
.slick-slide.dragging img
{
    pointer-events: none;
}
.slick-initialized .slick-slide
{
    display: block;
}
.slick-loading .slick-slide
{
    visibility: hidden;
}
.slick-vertical .slick-slide
{
    display: block;
    height: auto;
    border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
    display: none;
}


.modal-content{
  margin-top: 20%;
  width: 500px;
}



.simple-gallery {
  width: 408px;
  display: block;
  margin: auto;
  margin-top: 50px;
 /* box-shadow: 5px 20px 60px 10px Gray;*/
}


.mini img {
  width: 98px;
  height: 98px;
  float: left;
  margin: 4px 4px 0px 0px;
  cursor: pointer;
}

.mini img:nth-of-type(4) {
  margin-right: 0px;
}

.maxi {
  width:100%;
  display: block;
}
.bed img{
  width: 100px;
  height: 80px;
  padding-top: 10px;
}
.contactform1{
  padding-top: 40px !important;
}
.modal-header h4{
  font-size: 16px;
  padding-left: 18px;
 font-family: 'Poppins', sans-serif;
 color: #fff;
}
.modal-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 1rem;
  border-bottom: 1px solid #e9ecef;
  border-top-left-radius: .3rem;
  border-top-right-radius: .3rem;
  background: #17b092;
}
element {

}
.modal-footer {

    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    padding: 1rem;
    border-top: 1px solid #e9ecef;
    background: #17b092;

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


.find-home h2{
      color: #ffffff;
    background: #17b092;
    padding: 35px 15px;
    display: inline-block;
    position: relative;
    margin: 0;
    font-size: 18px;
}
.find-home h2:after{
  border-color: transparent transparent transparent #17b092;
    border-style: solid;
    border-width: 91px 0 0 65px;
    content: "";
    height: 0;
    line-height: 0;
    position: absolute;
    right: -65px;
    top: 0;
    width: 0;
}
.form-border{
  border: 1px solid #17b092;
}
.search-main h2{
    font-weight: 500;
    font-size: 16px;
    margin: 15px 0 5px;
}
.find-home{
  padding-left: 15px;
}
.search{
  margin:0px;
}
.search-home{
  padding-top: 39px;
}
.home-btn{
  height: 46px;
  width: 100%;
    border-radius: 5px !important;
  text-align: center;
}
.content img{
    height: 270px;
}
.error{
    color:red;
}



ul.social-icon-two li a i::before {
    line-height : 32px !important;
}

.mbannerdsn {
    display: none;
}





.inner_banner img{
    height: 500px;
    width: 100%;
}
.property h3{
    color:#17b092;
}
.lodha h3{
    color:#000;
}
.follow li a:hover {
    color: #17b092;
    border-color:#17b092;
}
.f-logo img{
    width:100%;
}

.home-page-1 .header-section .default-header .header-bottom .bar>ul>li:before {
  background-color: #17b092;
}

.home-page-1 .header-section .default-header .header-bottom .bar>ul>li>a span {
  color: #17b092;
  font-weight: bold;
}

.home-page-1 .header-section .default-header .header-bottom .bar>ul>li>a span:after {
  color: #17b092;
}

.home-page-1 .header-section .default-header .header-bottom .bar>ul>li:hover>a span {
  color: #17b092;
}

.home-page-1 .header-section .default-header .header-bottom .bar>ul>li:hover>a span:after {
  color: #17b092;
}

.home-page-1 .header-section .default-header .header-bottom .bar>ul>.active>a span {
  color: #17b092;
}

.home-page-1 .header-section .default-header .header-bottom .bar>ul>.active>a span:after {
  color: #17b092;
}

.home-page-1 .header-section .default-header .header-bottom .bar>ul>.menu-item-has-child:hover:after {
  color: #17b092;
}

.home-page-1 .header-section .default-header .header-bottom .bar>ul>.active:after {
  color: #17b092;
}




.tabs-gallery-map {
  /*position: relative;*/
}
.no-padding {
  padding: 0 !important;
}

.tabs-gallery-map .banner{
    /*background-image: url("../data1/images/banner1.jpg");*/
    height: 540px;
    background-repeat: round !important;
}
.tabs-gallery-map .banner .register-form{
    height: 530px;
    margin-top: 0px;
}
@media only screen and (max-width: 600px) {
  .property-detail-main > div {
    margin-top: 530px;
  }
  .tabs-gallery-map .banner .register-form {
    /*height: 530px;*/
    margin-top: 440px !important;
    }
    .tabs-gallery-map .banner{
        height: 484px;
    }
}


.box-white-dashboard {
  background: #fff;
  border: 1px solid #ebebeb;
  border-radius: 6px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  -ms-border-radius: 6px;
  -o-border-radius: 6px;
  padding: 15px;
  /*margin-bottom: 20px;*/
}
@media (min-width: 1200px) {
  .box-white-dashboard {
    padding: 15px;
    margin-top:170px;
  }
}
.box-white-dashboard .title {
  font-size: 18px;
  margin: 0 0 15px;
}
@media (min-width: 1200px) {
  .box-white-dashboard .title {
    margin-bottom: 30px;
  }
}

.form-login-register-inner .form-group {
  position: relative;
}
.form-login-register-inner .form-group > i {
  color:#17b092;
  position: absolute;
  top: 7px;
  font-size: 21px;
  right: 17px;
  z-index: 1;
}
.rtl .form-login-register-inner .form-group > i {
  left: 17px;
  right: auto;
}




.sticky-social{
  position:fixed;
  /*top:20px;*/
  left:-40px;
  padding:0px;
  margin:0px;
}
.social{
  list-style:none;
}
.social li{
  padding:10px 10px;
  font-size:25px;
  transition:all 0.8s ease-in-out;
}
.social li:hover{
    margin-right:-30px;
 box-shadow:2px 5px 10px grey;
}
.social li:hover .fa{
    margin-left:20px;
  
}
.fa{
  color:#fff;
  transition:all 0.8s ease-in-out;
}
.fb{
  background-color:#3C5A98;
}
.twitter{
    background-color:#1EA1F2;
}
.insta{
    background-color:#DC4F42;
}
.pin{
    background-color:#CB2128;
}
.vim{
    background-color:#59BFBE;
}


@media only screen and (max-width: 600px) {
  .lodha-project {
    margin-top: 380px;
  }
  .box-white-dashboard{
     margin-top: 20px;
  }
  .sticky-social{
      z-index: 9000;
  }
  .new-page{
      margin-top: 300px;
  }
}    

.Bg-cyan{
    background: #17b092;
    color: #fff;
    padding: 10px;
}
.Bg-cyan h3{
    font-size: 18px;
    color: #fff;
    text-align: center;
}
.blink_text
{
    animation:1s blinker linear infinite;
    -webkit-animation:1s blinker linear infinite;
    -moz-animation:1s blinker linear infinite;
    color: #fff;
    font-weight: bold;
}

@-moz-keyframes blinker
{  
    0% { opacity: 1.0; }
    50% { opacity: 0.0; }
    100% { opacity: 1.0; }
}

@-webkit-keyframes blinker
{  
    0% { opacity: 1.0; }
    50% { opacity: 0.0; }
    100% { opacity: 1.0; }
}

@keyframes blinker
{  
    0% { opacity: 1.0; }
    50% { opacity: 0.0; }
    100% { opacity: 1.0; }
 }
 
 
 
/*GALLERY*/





.modal-dialog {
  max-width: 400px !important;
  margin: 1.75rem auto;
  height: 500px;
}

#floorplan img{
    -webkit-filter: blur(5px);
-moz-filter: blur(5px);
-o-filter: blur(5px);
-ms-filter: blur(5px);
filter: blur(3px);
}


  @media only screen and (min-width: 992px){
      .info-box {
  width: 22vw;
  top: 8px;
  left: 10px;
  background-color: #fff;
  color: #000;
  text-align: center;
  border-radius: 8px;
  padding: 0 10px;
  font-weight: 400;
}
  }

  @media only screen and (min-width: 992px){
     .info-box {
      width: 23.5vw;
    }
  }

  @media only screen and (min-width: 992px){
    .info-box {
      position: absolute;
      top: 163px;
      left: 0;
      z-index: 9;
      margin-top: 4vw;
      padding-bottom: .5vw;
      display: inline-block;
      width: 22vw;
      background-color: rgba(0,0,0,.65);
      border-bottom-right-radius: 8px;
      color: #fff;
    }
}

@media only screen and (max-width: 600px) {
  .info-box {
    background-color: rgba(0,0,0,.65);
      border-bottom-right-radius: 8px;
      color: #fff;
      margin-top: 500px;
  }
}
.btn-info{
    background: #33b5e5;
}



/*#floorplan .overlay-text-effect-3,*/
/*{*/
/*   transition: all .4s linear;*/
/*    -webkit-transition: all .4s linear;*/
/*    -moz-transition: all .4s linear;*/
/*    -o-transition: all .4s linear;*/
/*}*/

/*#floorplan .overlay-text-effect-3 p{*/
/*    text-align: center;*/
/*    font-family: 'Roboto', sans-serif;*/
/*    color: #fff;*/
/*    padding: 20px 20px;*/
/*}*/
/*#floorplan .overlay{*/
/*	position: absolute;*/
/*	display: block;*/
/*	width: 100%;*/
/*	height: 100%;*/
/*	left:0;*/
/*	top:0;*/
/*	background: rgba(246,0,2,.7);*/
/*	opacity: 0;*/
/*	visibility: hidden;*/
/*}*/
/*#floorplan .overlay-text-effect-3 {*/
/*	    width: 85%;*/
/*	    height: 80%;*/
/*	    left: 20px;*/
/*	    top: 20px;*/
/*	    background: rgba(246,0,2,.7);*/
/*	    position: absolute;*/
/*	    outline: 5px solid rgba(246,0,2,.7);*/
/*	    outline-offset: 3px;*/
/*	}*/


@import url('https://fonts.googleapis.com/css?family=Roboto:100,100i,300,300i,400,400i,500,500i,700,700i');


body{
  font-size: 16px;
  font-family: 'Roboto', sans-serif;
  line-height: 26px;
  overflow-x:hidden !important;
}
img{
	width: 100%;
    max-width: 100%;
    height: auto;
}

.simple-effect {
    padding: 1em .4em;
    display: block;
    font-size: 1.8em;
}
.simple-effect span {
    color: #1e92ea;
}


/*-- global css --*/

.overlay,
.overlay-text,
.simple-text,
.overlay-sim-text-2,
.overlay-text-effect-3,
.zoom-effect-1 img,
.zoom-effect-2 img,
.opacity-effect img,
.blur-effect img,
.grayscale-effect img{
   transition: all .4s linear;
    -webkit-transition: all .4s linear;
    -moz-transition: all .4s linear;
    -o-transition: all .4s linear;
}
.image-wrapper{
	margin-bottom: 35px;
}
.effect-image-1{
	position: relative;
	display: block;
}
.overlay-text p,
.overlay-sim-text-2 p,
.overlay-text-effect-3 p{
    text-align: center;
    font-family: 'Roboto', sans-serif;
    color: #fff;
    padding: 20px 20px;
}
.overlay{
	position: absolute;
	display: block;
	width: 100%;
	height: 100%;
	left:0;
	top:0;
	background: rgba(246,0,2,.7);
	opacity: 0;
	visibility: hidden;
}

/*-- simple overlay css --*/

	.simple-overlay{
		opacity: 0;
		visibility: hidden;
	}
	.effect-image-1:hover .simple-overlay{
		visibility: visible;
		opacity: 1;
	}

	/*-- left to right overlay --*/

	.simple-overlay-1{
		width: 0px;
		visibility: hidden;
	}
	.effect-image-1:hover .simple-overlay-1{
		visibility: visible;
		opacity: 1;
		width: 100%;
	}

	/*-- right to left overlay --*/

	.simple-overlay-2{
		width: 0px;
		right: 0;
		left:initial;
	}
	.effect-image-1:hover .simple-overlay-2{
		visibility: visible;
		opacity: 1;
		width: 100%;
	}

	/*-- right corner to left overlay --*/

	.simple-overlay-3{
		height: 0px;
		right: 0;
		left:initial;
		width: 0px;
	}
	.effect-image-1:hover .simple-overlay-3{
		visibility: visible;
		opacity: 1;
		width: 100%;
		height: 100%;
	}

	/*-- ovarlay text effect-1 --*/

	.overlay-text {
	    position: absolute;
	    left: 5px;
	    top: 5px;
	    width: 96%;
	    height: 94%;
	    background: rgba(246,0,2,.7);
	}

	.overlay-text-1{
		opacity: 0;
		visibility: hidden;
	}
	.effect-image-1:hover .overlay-text-1{
		opacity: 1;
		visibility: visible;
	}
	.overlay-text-2{
		opacity: 0;
		visibility: hidden;
		transform: scale(1.1);
	}
	.effect-image-1:hover .overlay-text-2{
		opacity: 1;
		visibility: visible;
		transform: scale(1);
	}

	/*-- overlay text effect 2 --*/

	.overlay-sim-text-2{
		position: absolute;
	    left: 0px;
	    top: 0px;
	    width: 100%;
	    height: 100%;
	    background: rgba(246,0,2,.7);
	    opacity: 0;
	}

	.simple-text {
    	position: absolute;
	    bottom: 0px;
	    left: 0px;
	    width: 100%;
	    background: #1e92ea;
	    color: #fff;
	}
	.simple-text p{
	    margin-bottom: 0px;
	    padding: 2px 8px;
	}

	.effect-image-1:hover .overlay-xs-1{
		opacity: 1;
		visibility: visible;
		display: block;	
	}
	.effect-image-1:hover .simple-text{
		visibility: hidden;
		opacity: 0;
	}

	/*-- overlay text effect 3 --*/

	.overlay-text-effect-3 {
      width: 80%;
      height: 76%;
      left: 20px;
      top: 54px;
      /*background: rgba(246,0,2,.7);*/
      position: absolute;
      /*outline: 5px solid rgba(246,0,2,.7);*/
      outline-offset: 3px;
    }

/*!-- ovarlay radious effect --*/
	.radious-effect img{
	    border-radius: 0%;
	    width: 176px;
	    height: 176px;
	    margin: 0 auto;
	    display: block;
	    transition: all .3s ease;
	    -webkit-transition: all .3s ease;
	    -moz-transition: all .3s ease;
	    -o-transition: all .3s ease;
	}
	.radious-effect:hover img{
		border-radius: 100%;	
	}
	.radius-effct-next img{
		border-radius: 100%;
		transition: all .3s ease;
	    -webkit-transition: all .3s ease;
	    -moz-transition: all .3s ease;
	    -o-transition: all .3s ease;
	}
	.radius-effct-next:hover img{
		border-radius: 0%;
	}
	


@media (max-width: 767px){
	.effect-image-1{
		margin:30px 0px;
	}
}

@media only screen and (max-width: 600px) {
  .lodha p {
    margin-top: 280px;
  }
}

.btn-theme{
    background: #17b092;
    color: #fff;
}


.f14{
    font-size: 14px;
}
.f20{
    font-size: 20px;
}

.Bg-theme{
    background: #17b092;
    color: #fff;
}
.table-bordered {
  border: 4px solid #17b092;
}
.table-bordered td, .table-bordered th {
  border: 1px solid #17b092;
}