/*

*******************************************
*******************************************

** - Default Area CSS
** - Preloader Area CSS
** - Header Area CSS
** - Hero Slider Area CSS
** - About Property Area CSS
** - Our Services Area CSS
** - Room Dimensions Area CSS
** - Property Amenities Area CSS
** - Photo Galler Area CSS
** - Our Testimonials Area CSS
** - Our Agent Area CSS
** - Our Blog Area CSS
** - Partner Area CSS
** - Faq Area CSS
** - Blog Area CSS
** - Single Blog Area CSS
** - Contact Area CSS
** - Footer Area CSS
** - Go Top Area CSS
*/
/* Default CSS */
@import url("https://fonts.googleapis.com/css?family=Roboto:300,300i,400,400i,500,500i,700&display=swap");
@import url("https://fonts.googleapis.com/css?family=Montserrat:400,500,600,700,800&display=swap");
body {
  font-family: Oswald;
  padding: 0;
  margin: 0;
  font-size: 15px;
  overflow-x: hidden !important;
}

.d-table {
  width: 100%;
  height: 100%;
}

.d-table-cell {
  vertical-align: middle;
}

h1, h2, h3, h4, h5, h6 {
  font-family:Oswald;
  font-weight: bold;
  color: #212121;
}

img {
  max-width: 100%;
}

a {
  text-decoration: none;
}
.agent_info>h2>span {
    font-family: 'Oswald';
    font-size: 21px;
    font-weight: 100;
    margin: 19px;
}

.agent_info
{
  font-family: oswald;
}
a.popup.btn {
    background: #f9f9f9;
    margin: 10px 0px 10px;
}
.agent_info>h2>span>p {
    margin-bottom: -46px;
}
button.btn.btn-primary.bt {
    flot: right!important;
    margin-top: 20px;
    float: right;
    background: black;
    border-color: black;
    border-radius: 0px;
}
.agent_info>ul {
    list-style: none;
}
p {
  font-size: 15px;
  line-height: 26px;
  color: #666;
  margin-bottom: 10px;
}
h3.banner_heading {
        font-family: Open Sans Light,Arial,Helvetica,sans-serif;
    font-size: 36px;
    font-weight: normal;
    font-style: normal;
    text-decoration: none;
    text-transform: capitalize;
}
input.form-control {
    font-size: 15px;
    font-weight: 500;
}
label {
    display: inline-block;
    font-size: 15px;
    font-weight: 500;
    padding-bottom: 10px!important;
}
.side_image img.img-fluid.w-50
{
   
    width: 150px;
    height: auto;
    background: #fff;
    display: inline-block;
    vertical-align: top;
    margin: 0 20px 0 0;
    border-radius: 100%;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    position: relative;
    float: left;
    margin: 10px 0 20px 15px;
    float: none;
}
.banner
{
  background-color: #f9f9f9!important;
  padding: 30px!important;
}
.section-title {
  text-align: center;
  margin-bottom: 60px;
}

.section-title h2 {
      font-size: 48px;
    margin: -5px 0 0;
    position: relative;
    padding-bottom: 20px;
    font-family: Oswald;
}

.section-title p {
  max-width: 600px;
  width: 100%;
  margin: 20px auto 0;
}

a {
  -webkit-transition: .5s;
  transition: .5s;
}

a:hover {
  text-decoration: none;
}

.ptb-100 {
  padding-top: 100px;
  padding-bottom: 100px;
}

.bg-style {
  background-color: #f9f9f9;
}

.pt-100 {
  padding-top: 100px;
}

.pb-70 {
  padding-bottom: 70px;
}

.mb-30 {
  margin-bottom: 30px;
}

.owl-theme .owl-nav {
  margin-top: 0;
}

/* Default CSS */
/* Start Preloder style */
.preloader {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 999999;
  background-color: #000!important;
  text-align: center;
}

@-webkit-keyframes sk-bounce {
  0%, 100% {
    -webkit-transform: scale(0);
            transform: scale(0);
  }
  50% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}

@keyframes sk-bounce {
  0%, 100% {
    -webkit-transform: scale(0);
            transform: scale(0);
  }
  50% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}

/* End Preloder style */
/* Start Top Style */
.header-area {
  padding-top:5px;
  padding-bottom: 5px;
  /*background-color: #212121;*/
}

.header-info {
  padding-left: 0;
  margin-bottom: 0;
  margin-top: 2px;
}

.header-info li {
  list-style-type: none;
  display: inline-block;
  color: #b2aeae;
  font-size: 14px;
  margin-right: 15px;
}

.header-info li:last-child {
  margin-right: 0;
}

.header-info li i::before {
  margin-right: 5px;
  color: #bdb7b9;
  font-size: 15px;
  font-weight: bold;
  margin-left: 0;
}

.header-info li a {
  text-decoration: none;
  color: #b2aeae;
}

.header-info li a:hover {
  color: #000!important;
}

.social-links {
  padding-left: 0;
  text-align: right;
  margin-bottom: 0;
}

.social-links li {
  list-style-type: none;
  display: inline-block;
}

.social-links i {
  display: inline-block;
  height: 27px;
  width: 27px;
  background-color: #cbc9ca;
  line-height: 27px;
  text-align: center;
  font-size: 14px;
  color: #3a3737;
  border-radius: 30px;
  margin: 0 0 0 5px;
}

.social-links i::before {
  font-size: 13px;
}

.social-links i:hover {
  background-color: #000;
  color: #cbc9ca;
  transition: 0.5s;
  -webkit-transition: 0.5s;
}

.social-links a {
  text-decoration: none;
}

/* End Top Style */
/* Start Nav Style */
.is-sticky {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 999;
  -webkit-box-shadow: 0 8px 6px -6px rgba(0, 0, 0, 0.4);
  box-shadow: 0 8px 6px -6px rgba(0, 0, 0, 0.4);
  -webkit-animation: 500ms ease-in-out 0s normal none 1 running fadeInDown;
  animation: 500ms ease-in-out 0s normal none 1 running fadeInDown;
  max-width: 100%;
  background-color: #ffffff;
}

.navbar-light {
  background-color: #fff;
  padding-top: 0;
  padding-bottom: 0;
}

.navbar-light .navbar-brand img {
  max-width: 100px;
}

.navbar-light .navbar-brand {
  padding-top: 0;
  padding-bottom: 0;
  margin-right: 10px;
  line-height: normal;
}
p.para_about {
    font-family: "Open Sans Light", Arial, Helvetica, sans-serif;
    text-align: justify;
    font-size: 18px;
    line-height: 38px;
    font-weight: 100;
}
.fa-star:before {
    content: "\f005";
    color: rgb(255, 186, 0);
}
i.fa-star.yellow {
    padding: 0px 3px;
    font-size: 18px;
}
.card {
    padding: 15px 20px;
    margin :10px 0px;
}
.navbar-light .navbar-nav .nav-link {
     color: #463d3d;
    font-size: 18px;
    font-weight: 500;
    padding-top: 20px;
    padding-bottom: 20px;
    padding-left: 15px;
    padding-right: 15px;
    text-transform: capitalize;
}

.navbar-light .navbar-nav .active > .nav-link, .navbar-light .navbar-nav .nav-link.active, .navbar-light .navbar-nav .nav-link.show, .navbar-light .navbar-nav .show > .nav-link {
  color: #000!important;
}
ul.social_links {
    display: contents;
}
i.fab {
    font-size: 16px;
    color: white;
    font-weight: bolder;
    padding:10px;
    border-radius: 50%;
}
i.fab.fa-youtube {
    background: #e13138;
}
ul.social_links>li>a {
    padding: 0px 4px;
}
i.fab.fa-facebook {
    background: #5d82d1;
}
i.fab.fa-twitter {
    background: blue;
}
i.fab.fa-instagram {
    background: deeppink;
}
.navbar-light .navbar-nav .dropdown-menu {
  min-width: 15rem;
  padding: 15px 0;
  margin: 0;
  top: 105%;
  background-color: #ffffff;
  border: none;
  -webkit-box-shadow: 7px 5px 30px rgba(72, 73, 121, 0.15);
  box-shadow: 7px 5px 30px rgba(72, 73, 121, 0.15);
  border-radius: 0px 0px 5px 5px;
  display: inline-block;
  opacity: 0;
  visibility: hidden;
  -webkit-transition-duration: .3s;
  transition-duration: .4s;
}
.owl-carousel .owl-controls .owl-dot, .owl-carousel .owl-controls .owl-nav .owl-next, .owl-carousel .owl-controls .owl-nav .owl-prev
{
  display: none!important;
}

.navbar-light .navbar-nav .nav-item:hover .dropdown-menu {
  top: 100%;
  opacity: 1;
  visibility: visible;
}

.navbar-light .navbar-nav .dropdown-item {
  font-size: 15px;
  color: #212121;
  padding: 8px 20px;
  margin: 0;
  text-transform: capitalize;
}

.navbar-light .navbar-nav .dropdown-item:hover, .navbar-light .navbar-nav .dropdown-item:focus {
  color: #000!important;
  background-color: #f1f1f1;
  -webkit-transition: .5s;
  transition: .5s;
  -webkit-transition: 0.5s;
}

.navbar-light .navbar-nav .dropdown-item.active, .navbar-light .navbar-nav .dropdown-item:active {
  color: #000!important;
  background-color: #f1f1f1;
}

.navbar-light .nav-btn .nav-btn-one {
  display: inline-block;
  padding: 10px 20px;
  background-color: #000!important;
  color: #ffffff;
  font-size: 14px;
  font-weight: 500;
  border: 1px solid #000!important;
}

.navbar-light .nav-btn .nav-btn-one:hover {
  background-color: #212121;
  border-color: #212121;
  color: #fff;
  -webkit-transition: .6s;
  transition: .6s;
  -webkit-transition: 0.5s;
  text-decoration: none;
}

/* End Nav Style */
/* Start Banner Style */
.hero-slider {
  position: relative;
  z-index: 1;
}

.hero-slider .hero-item {
  position: relative;
  height: 700px;
  background-position: center center;
  background-size: cover;
  position: relative;
  z-index: 1;
}

.hero-slider .hero-item::before {
  content: '';
  position: absolute;
  height: 100%;
  width: 100%;
  left: 0;
  right: 0;
  top: 0;
  background-color: #000;
  opacity: .5;
  z-index: -1;
}

.hero-slider.owl-theme .owl-dots {
  text-align: center;
  -webkit-tap-highlight-color: transparent;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 30px;
}

.hero-slider.owl-theme .owl-dots .owl-dot span {
  width: 30px;
  height: 3.5px;
  margin: 0 8px 0 0;
  border-radius: 0;
  background: #a6a6a6;
  -webkit-transition: .6s;
  transition: .6s;
  -webkit-transition: 0.5s;
  position: relative;
  z-index: 999;
}

.hero-slider.owl-theme .owl-dots .owl-dot.active span {
  background: #000!important;
  width: 40px;
}

.hero-slider .owl-nav {
  margin-top: 0;
}

.hero-slider .owl-prev {
  background-color: #353535 !important;
  position: absolute;
  left: 0;
  top: 50%;
  height: 55px;
  width: 40px;
  line-height: 55px;
  padding: 0 5px 0 0 !important;
  margin: 0 !important;
  border-radius: 0px 30px 30px 0px !important;
  font-size: 23px !important;
  -webkit-transition: .5s;
  transition: .5s;
}

.hero-slider .owl-prev:hover {
  background-color: #25a9e0 !important;
  color: #fff;
}

.hero-slider .owl-next {
  background-color: #353535 !important;
  position: absolute;
  right: 0;
  top: 50%;
  height: 55px;
  width: 40px;
  line-height: 55px;
  padding: 0 0 0 5px !important;
  margin: 0 !important;
  border-radius: 30px 0 0 30px !important;
  font-size: 23px !important;
  -webkit-transition: .5s;
  transition: .5s;
}

.hero-slider .owl-next:hover {
  background-color: #25a9e0 !important;
  color: #fff;
}

.item-bg-1 {
  background-image: url(../images/s1.jpg);
}

.item-bg-2 {
  background-image: url(../images/s2.jpg);
}

.item-bg-3 {
  background-image: url(../images/s3.jpg);
}
.property-item-bg-1 {
  background-image: url(../images/p1.jpg);
}

.property-item-bg-2 {
  background-image: url(../images/p2.jpg);
}

.property-item-bg-3 {
  background-image: url(../images/p3.jpg);
}
.property-item-bg-3:before {
 display: none;
}
.property-item-bg-2:before {
 display: none;
}
.property-item-bg-1:before {
 display: none;
}
.box-shadow {
    padding: 1.5rem !important;
    background: #fff;
    border: 1px solid #eaeff5;
    -webkit-box-shadow: 0 0 10px 1px rgba(71, 85, 95, 0.08);
    box-shadow: 0 0 10px 1px rgba(71, 85, 95, 0.08);
    background: #f9f9f9;
    margin-bottom: 3rem;
}
ul.homes-list.clearfix>li {
    display: flow;
    flex-direction: column;
    width: 33%;
    float: left;
    font-size: 16px;
    line-height: 36px;
    list-style: none;
    /* color: #0098ef; */
}
ul.homes-list.clearfix
{
  padding-left: 0px!important;
}
@media screen and (min-device-width:300px) and (max-device-width: 767px)
 {
 ul.homes-list.clearfix>li {
    display:block!important;
    width: 100%!important;
} 
}
.hero-slider-content .welcome {
  color: #000!important;
  margin-bottom: 10px;
  display: block;
  font-weight: 500;
  font-size: 17px;
}

.hero-slider-content .heading {
     color: #fff;
    font-size: 70px;
    margin-bottom: 20px;
    line-height: 1.4;
    text-shadow: 2px 2px 2px rgba(0,0,0,0.5);
}

.hero-slider-content p {
  color: #fff;
  margin-bottom: 30px;
  font-size: 17px;
}

.hero-slider-content ul {
  list-style-type: none;
  padding: 0;
  margin: 0 0 25px;
}

.hero-slider-content ul li {
  display: inline-block;
  position: relative;
  color: #fff;
  margin-right: 20px;
  padding-left: 35px;
  text-align: left;
}
.hero-slider-content ul li:last-child {
  margin-right: 0;
}

.hero-slider-content ul li i {
  position: absolute;
  left: 0;
  top: 0;
  line-height: 1;
}

.hero-slider-content ul li i::before {
  font-size: 20px;
  color: #000!important;
}

.hero-slider-content ul li h5 {
  font-size: 18px;
  margin: 0 0 5px;
  color: #fff;
}

.hero-slider-content ul li span {
  line-height: 1;
}

.hero-slider-content .price {
  color: #fff;
  font-weight: bold;
  font-size: 25px;
}

.hero-slider-content .hero-btn {
  margin-top: 30px;
}

.hero-btn a {
    background-color: #000;
    color: #fff;
    display: inline-block;
    padding: 10px 25px;
}
.hero-btn a:hover {
    background-color: #000!important;
    color: #fff;
    display: inline-block;
    padding: 10px 25px;
}

.hero-btn .popup-youtube {
  background-color: #fff;
  color: #000!important;
  margin-right: 15px;
}

.hero-btn .popup-youtube:hover {
  background-color: #000!important;
  color: #fff;
}

.hero-btn .popup-youtube.mr-2 {
  margin-right: 0;
}

.hero-btn .mr-2 {
  margin-right: 15px;
}

/* End Banner Style */
/* Start Tab-one Style */
.tab-one-section {
  margin-top: -60px;
  position: relative;
  z-index: 1;
}

.tab-one-section .tab .tabs {
  padding-left: 0;
  margin-bottom: 8px;
}

.tab-one-section .tab .tabs li {
  list-style-type: none;
  display: inline-block;
}

.tab-one-section .tab .tabs .bed {
  position: relative;
  left: -3px;
}

.tab-one-section .tab .tabs .bed i::before {
  position: relative;
  top: 7px;
}

.tab-one-section .tab .tabs li.current a i {
  background-color: #ffffff;
}

.tab-one-section .tab .tabs i {
  background-color: #e1e1e1;
  color: #959092;
  list-style-type: none;
  height: 60px;
  width: 60px;
  line-height: 60px;
  display: inline-block;
  text-align: center;
  margin-bottom: -8px;
}

.tab-one-section .tab .tabs i:hover {
  background-color: #fafafa;
  color: #959092;
  -webkit-transition: .6s;
  transition: .6s;
  -webkit-transition: 0.5s;
}

.tab-one-section .tab .tabs i::before {
  font-size: 30px;
}

.tab-one-section .tab .tabs input[type=checkbox], .tab-one-section .tab .tabs input[type=radio] {
  display: none;
}

.tab-one-section .tab .tab_content .tabs_item {
  display: none;
}

.tab-one-section .tab .tab_content .tabs_item:first-child {
  display: block;
}

.tab-one-section .tab .tab_content .tabs_item .tabs_item_content .tab-form {
  background-color: #fafafa;
  padding: 50px;
}

.tab-one-section .tab .tab_content .tabs_item .tabs_item_content .tab-form .form-control {
  height: 60px;
  padding: 16px;
  font-size: 15px;
  color: #797979;
  background-color: #e1e1e1;
  border: none;
  border-radius: 0;
  font-weight: 500;
}

.tab-one-section .tab .tab_content .tabs_item .tabs_item_content .tab-form .form-control:focus {
  color: #797979;
  background-color: #e1e1e1;
  outline: 0;
  -webkit-box-shadow: unset;
          box-shadow: unset;
  border: none;
}

.tab-one-section .tab .tab_content .tabs_item .tabs_item_content .tab-form label {
  font-size: 15px;
  font-weight: 500;
  color: #797979;
}

.tab-one-section .tab .tab_content .tabs_item .tabs_item_content .tab-form .send-btn {
  text-align: right;
  margin-top: 30px;
}

.tab-one-section .tab .tab_content .tabs_item .tabs_item_content .tab-form .send-btn .form-btn-one {
  display: inline-block;
  padding: 18px 40px;
  background-color: #000!important;
  color: #ffffff;
  border: 1px solid #000!important;
  font-size: 16px;
  font-weight: 600;
  width: 100%;
  cursor: pointer;
}

.tab-one-section .tab .tab_content .tabs_item .tabs_item_content .tab-form .send-btn .form-btn-one:hover {
  background-color: #ffffff;
  color: #000!important;
  -webkit-transition: .6s;
  transition: .6s;
  -webkit-transition: 0.5s;
}

.tab-one-section .tab .tab_content .tabs_item .tabs_item_content .tab-form .schedule-form h3 {
  font-size: 24px;
  color: #ffffff;
  font-weight: 600;
  margin: 0px 0 20px 0;
}

.tab-one-section .tab .tab_content .tabs_item .tabs_item_content .tab-form .form-group {
  position: relative;
}

.tab-one-section .tab .tab_content .tabs_item .tabs_item_content .tab-form .form-group i::before {
  position: absolute;
  bottom: 19px;
  right: 20px;
  font-size: 14px;
  color: #959092;
}

.tab-one-section .tab-one-image {
  position: relative;
}

.tab-one-section .tab-one-image img {
  position: absolute;
  right: 0;
  bottom: 0px;
}

/* End Tab-one Style */
/* Start About Style */
.about-section {
  padding-top: 100px;
  padding-bottom: 100px;
}

.about-section .about-content p {
  margin: 0;
}

.about-section .about-content h2 {
  font-size: 23px;
  margin: 0 0 15px;
}

.about-section .about-content .about-text {
  margin-top: 20px;
  position: relative;
  padding-left: 35px;
}

.about-section .about-content .about-text h4 {
  font-size: 16px;
  margin: 0 0 8px;
}

.about-section .about-content .about-text i {
  font-size: 25px;
  color: #000!important;
  position: absolute;
  left: 0;
  top: 0;
  line-height: 1;
}

.about-section .about-content .about-text p {
  margin: 0;
}

.about-section .about-content .about-text-one {
  margin-top: 40px;
}

.about-section .about-content .about-text-one h3 {
  font-size: 22px;
  color: #171717;
  font-weight: 500;
  margin: 0 0 12px;
}

.about-section .about-content .about-text-one i::before {
  margin-right: 5px;
  font-size: 25px;
  color: #000!important;
  position: relative;
  top: 4px;
}

.about-section .about-content .about-text-one p {
  font-size: 16px;
  color: #797979;
  font-weight: 400;
  line-height: 30px;
  margin: 0;
}

.about-section .about-button {
  margin-top: 40px;
  padding-left: 5px;
}

.about-section .about-button .about-btn-one {
  display: inline-block;
  padding: 25px 25px;
  background-color: #000!important;
  color: #ffffff;
  font-size: 14px;
  font-weight: 600;
  border: 1px solid #000!important;
  text-transform: uppercase;
}

.about-section .about-button .about-btn-one:hover {
  background-color: #ffffff;
  color: #000!important;
  text-decoration: none;
  -webkit-transition: .6s;
  transition: .6s;
  -webkit-transition: 0.5s;
}

.about-section .about-button .about-btn-two {
  display: inline-block;
  padding: 25px 25px;
  background-color: transparent;
  color: #212121;
  border: 1px solid #b7b7b7;
  border-right: none;
  border-left: none;
  font-size: 14px;
  font-weight: 600;
  text-transform: uppercase;
}

.about-section .about-button .about-btn-two:hover {
  background-color: #000!important;
  color: #ffffff;
  text-decoration: none;
  -webkit-transition: .6s;
  transition: .6s;
  -webkit-transition: 0.5s;
  border: 1px solid #000!important;
  border-right: none;
  border-left: none;
}

.about-section .about-button .about-btn-three {
  display: inline-block;
  padding: 25px 25px;
  background-color: transparent;
  color: #212121;
  border: 1px solid #b7b7b7;
  font-size: 14px;
  font-weight: 600;
  text-transform: uppercase;
}

.about-section .about-button .about-btn-three:hover {
  background-color: #000!important;
  color: #ffffff;
  text-decoration: none;
  -webkit-transition: .6s;
  transition: .6s;
  -webkit-transition: 0.5s;
  border: 1px solid #000!important;
}

.about-section .about-button li {
  display: inline-block;
  list-style-type: none;
  margin-left: -4px;
}

.about-section .about-download {
  margin-top: 45px;
  border-top: 1px solid #dbdbdb;
}

.about-section .about-download h3 {
  font-size: 20px;
  color: #212121;
  font-weight: 600;
  margin: 20px 0 25px;
}

.about-section .about-download .download-list {
  padding-left: 0;
  margin-bottom: 0;
}

.about-section .about-download .download-list li {
  list-style-type: none;
  font-size: 16px;
  font-weight: 500;
  display: inline-block;
  padding-right: 14px;
}

.about-section .about-download .download-list a {
  color: #212121;
}

.about-section .about-download .download-list i::before {
  margin-right: 5px;
  color: #000!important;
}

.about-section .about-image {
  position: relative;
}

.about-section .about-image img {
  max-width: 124%;
}

.about-section .about-image .book-image {
  position: absolute;
  right: 10px;
  bottom: -25px;
  z-index: -1;
}

.property-slider .slider-bg1 {
  background-image: url("../img/property-slider/1.jpg");
}

.property-slider .slider-bg2 {
  background-image: url("../img/property-slider/2.jpg");
}

.property-slider .slider-bg3 {
  background-image: url("../img/property-slider/3.jpg");
}

.property-slider .item {
  background-position: center center;
  background-size: cover;
  height: 575px;
}

.property-slider .owl-nav {
  margin-top: 0;
}

.property-slider .owl-prev {
  position: absolute;
  left: 0;
  top: 50%;
  margin: 0 !important;
  padding: 0 !important;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  background: #25a9e0 !important;
  border-radius: 0 !important;
  height: 40px;
  width: 40px;
  line-height: 40px;
}

.property-slider .owl-next {
  position: absolute;
  right: 0;
  top: 50%;
  margin: 0 !important;
  padding: 0 !important;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  background: #25a9e0 !important;
  border-radius: 0 !important;
  height: 40px;
  width: 40px;
  line-height: 40px;
}

.property-slider .owl-prev:hover, .property-slider .owl-next:hover {
  background-color: #212121 !important;
  color: #fff !important;
}

/* End About Style */
/* Start Middle Style */
.middle-section {
  padding-top: 0;
  padding-bottom: 100px;
}

.middle-section .pl-15 {
  padding-left: 10px;
  padding-right: 10px;
}

.middle-section .middle-content {
  position: relative;
  background-color: #f8f7f7;
  padding: 30px 30px;
  overflow: hidden;
}

.middle-section .middle-content .mmain {
  position: absolute;
  left: 25px;
  top: 30px;
  width: 40px;
}

.middle-section .middle-content .caption {
  padding-left: 55px;
  position: relative;
}

.middle-section .middle-content .caption h3 {
  font-size: 14px;
  color: #666;
  margin: 0;
  font-weight: 500;
}

.middle-section .middle-content .caption p {
  font-size: 18px;
  color: #212121;
  font-weight: 600;
  margin: 0 0 5px;
  line-height: 1;
}

.middle-section .middle-content .middle-image {
  position: absolute;
  right: -20px;
  bottom: -20px;
  max-width: 45px;
}

/* End Middle Style */
/* Start Services Style */
.services-section {
  padding-bottom: 70px;
  background-image: url(../../assets/img/building.png);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
  z-index: 1;
}

.services-section::before {
  content: '';
  position: absolute;
  height: 100%;
  width: 100%;
  left: 0;
  right: 0;
  top: 0;
  background-color: #ffffff;
  opacity: 0.9;
  z-index: -1;
}

.services-section .services-content {
  border: 1px solid #eee;
  padding: 30px;
  margin-bottom: 30px;
}

.services-section .services-content:hover {
  background: #000!important;
  border: 1px solid #000!important;
  -webkit-transition: .6s;
  transition: .6s;
  -webkit-transition: 0.5s;
}

.services-section .services-content:hover:hover h2 {
  color: #ffffff;
}

.services-section .services-content:hover:hover p {
  color: #ffffff;
}

.services-section .services-content:hover:hover i::before {
  color: #ffffff;
}

.services-section .services-content:hover:hover .read-more-btn {
  color: #ffffff;
}

.services-section .services-content h2 {
  font-size: 18px;
  margin: 20px 0 10px;
}

.services-section .services-content p {
  margin: 0;
}

.services-section .services-content i::before {
  font-size: 45px;
  color: #000!important;
  line-height: 1;
}

.services-section .services-content .services-btn {
  margin-top: 10px;
}

.services-section .services-content .services-btn .read-more-btn {
  display: inline-block;
  color: #000!important;
}

.services-section .services-content .services-btn .read-more-btn:hover {
  text-decoration: none;
}

.services-section .services-content .services-btn i::before {
  font-size: 16px;
  color: #424242;
  position: relative;
  top: 2px;
  left: 4px;
}

/* End Services Style */
/* Start Tab Style */
.tab-section {
  position: relative;
}

.tab-section .tabs-work {
  position: absolute;
  padding-left: 0;
  left: -145px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.tab-section .tabs-work li {
  list-style-type: none;
}

.tab-section .tabs-work li.current a {
  background-color: #000!important;
  color: #ffffff;
}

.tab-section .tabs-work a {
  color: #212121;
  padding: 16px 28px;
  display: inherit;
  font-size: 16px;
  background-color: #ffffff;
  margin-bottom: 6px;
}

.tab-section .tabs-work a:hover {
  background-color: #000!important;
  color: #ffffff;
  -webkit-transition: .6s;
  transition: .6s;
  -webkit-transition: 0.5s;
}

.tab-section .tab-style-area {
  position: relative;
}

.tab-section .tab-style-area .tab_content .tabs_item {
  display: none;
}

.tab-section .tab-style-area .tab_content .tabs_item:first-child {
  display: block;
}

.tab-section .tab-style-area .tab_content .tabs_item .tab-inner-content {
  max-width: 540px;
  width: 100%;
  padding-left: 50px;
  padding-top: 30px;
  padding-bottom: 30px;
}

.tab-section .tab-style-area .tab_content .tabs_item .tab-inner-content h2 {
  font-size: 25px;
  margin: 0 0 15px;
}

.tab-section .tab-style-area .tab_content .tabs_item .tab-inner-content .tab-list {
  padding-left: 0;
  margin-top: 15px;
  margin-bottom: 0;
}

.tab-section .tab-style-area .tab_content .tabs_item .tab-inner-content .tab-list li {
  list-style-type: none;
  color: #212121;
  position: relative;
  font-weight: 500;
  margin-bottom: 8px;
  padding-left: 20px;
}

.tab-section .tab-style-area .tab_content .tabs_item .tab-inner-content .tab-list li::before {
  content: "";
  position: absolute;
  height: 12px;
  width: 12px;
  background-color: transparent;
  border: 1px solid #000!important;
  border-radius: 30px;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  font-weight: bold;
}

.tab-section .tab-style-area .tab_content .tabs_item .tab-inner-content .tab-btn {
  margin-top: 30px;
}

.tab-section .tab-style-area .tab_content .tabs_item .tab-inner-content .tab-btn .tab-btn-one {
  background-color: #000!important;
  color: #fff;
  display: inline-block;
  padding: 10px 30px;
}

.tab-section .tab-style-area .tab_content .tabs_item .tab-inner-content .tab-btn .tab-btn-one:hover {
  background-color: #212121;
  color: #fff;
}

.tab-section .tab-video {
  position: relative;
  background-image: url("../img/tab-bg.jpg");
  background-size: cover;
  background-position: center center;
  position: relative;
  height: 600px;
}

.tab-section .tab-video::before {
  content: '';
  background-color: #000;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  opacity: .30;
}

.tab-section .tab-video .video-btn {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  text-align: center;
  margin-top: -30px;
  margin-left: -30px;
}

.tab-section .tab-video .video-btn a {
  color: #ffffff;
  display: inline-block;
  width: 80px;
  height: 80px;
  line-height: 82px;
  background: #000!important;
  position: relative;
  font-size: 30px;
  z-index: 1;
  border-radius: 50%;
  padding-left: 2px;
}

.tab-section .tab-video .video-btn a::after {
  z-index: -1;
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 80px;
  height: 80px;
  -webkit-animation: ripple 1.6s ease-out infinite;
  animation: ripple 1.6s ease-out infinite;
  opacity: 0;
  border-radius: 50%;
  background: #000!important;
}

.tab-section .tab-video .video-btn a:hover {
  color: #000!important;
  background: #ffffff;
  -webkit-transition: .6s;
  transition: .6s;
  -webkit-transition: 0.5s;
  text-decoration: none;
}

.tab-section .tab-video .video-btn a i::before {
  font-size: 50px;
}

@-webkit-keyframes ripple {
  0%, 35% {
    -webkit-transform: scale(0);
    transform: scale(0);
    opacity: 1;
  }
  50% {
    -webkit-transform: scale(1.5);
    transform: scale(1.5);
    opacity: 0.8;
  }
  100% {
    opacity: 0;
    -webkit-transform: scale(2);
    transform: scale(2);
  }
}

@keyframes ripple {
  0%, 35% {
    -webkit-transform: scale(0);
    transform: scale(0);
    opacity: 1;
  }
  50% {
    -webkit-transform: scale(1.5);
    transform: scale(1.5);
    opacity: 0.8;
  }
  100% {
    opacity: 0;
    -webkit-transform: scale(2);
    transform: scale(2);
  }
}

/* End Tab Style */
/* Start Property Style */
.property-section {
  padding-bottom: 70px;
  padding-top: 100px;
  background-image: url(../../assets/img/property-bg.png);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
  z-index: 1;
}

.property-section::before {
  content: '';
  position: absolute;
  height: 100%;
  width: 100%;
  left: 0;
  right: 0;
  top: 0;
  background-color: #ffffff;
  opacity: 0.9;
  z-index: -1;
}

.property-section .property-content {
  background-color: #f4f4f4;
  padding: 30px;
  border-radius: 50px 0 50px 50px;
  margin-bottom: 30px;
}

.property-section .property-content h2 {
  font-size: 16px;
  margin: 0;
  position: relative;
  padding-left: 35px;
}

.property-section .property-content i {
  position: absolute;
  left: 0;
  top: 0;
  line-height: 1;
}

.property-section .property-content i::before {
  color: #000!important;
  font-size: 20px;
  margin-right: 8px;
  position: relative;
}

/* End Property Style */
/* Start Gallery Style */
.gallery-section {
  padding-top: 100px;
  padding-bottom: 100px;
  background-color: #f9f9f9;
}

.gallery-section .filter-menu {
  list-style-type: none;
  padding: 0;
  margin: 45px auto;
  text-align: center;
  border-bottom: 3px solid #e5e5e5;
  max-width: 750px;
}

.gallery-section .filter-menu li {
  display: inline-block;
  font-weight: 500;
  margin: 0 16px 20px;
  cursor: pointer;
  color: #212121;
}

.gallery-section .filter-menu li:hover {
  color: #000!important;
  -webkit-transition: .6s;
  transition: .6s;
  -webkit-transition: 0.5s;
}

.gallery-section .filter-menu .filter.active {
  position: relative;
  color: #000!important;
}

.gallery-section .filter-menu .filter.active::before {
  position: absolute;
  content: "";
  height: 3px;
  width: 100%;
  background-color: #00b3ff;
  bottom: -23px;
}

.gallery-section .single-work {
  margin-bottom: 30px;
}

.gallery-section .single-work .work-image {
  display: block;
  position: relative;
}

.gallery-section .single-work .work-image::before {
  content: "";
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  -webkit-transition: .4s;
  transition: .4s;
}

.gallery-section .single-work .work-image:hover::before, .gallery-section .single-work .work-image:focus::before {
  height: 100%;
  background-color: #000!important;
  opacity: .90;
}

.gallery-section .single-work .work-image .popup-btn {
  position: absolute;
  left: 0;
  top: 50%;
  text-align: center;
  right: 0;
  color: #ffffff;
  margin-top: 0;
  font-size: 24px;
  opacity: 0;
  visibility: hidden;
}

.gallery-section .single-work .work-image .popup-btn:hover {
  text-decoration: none;
}

.gallery-section .single-work .work-image:hover .popup-btn, .gallery-section .single-work .work-image:focus .popup-btn {
  opacity: 1;
  visibility: visible;
  margin-top: -15px;
}

.gallery-section #Container .mix {
  display: none;
}

.gallery-section .gallery-btn {
  margin-top: 20px;
  text-align: center;
}

.gallery-section .gallery-btn .gallery-btn-one {
  background-color: #000!important;
  color: #fff;
  display: inline-block;
  padding: 10px 30px;
}

.gallery-section .gallery-btn .gallery-btn-one:hover {
  background-color: #212121;
  color: #fff;
}
.rating {
    display: flex;
    margin: 30px 175px;
    text-align: center;
    /* color: yellow!important; */
}

/* End Gallery Style */
/* Start Testimonials Style */
.testimonials-section {
     padding-top: 30px;
    padding-bottom: 0px;
    opacity: 1;
    background-image: url("../assets/images/bg-4.jpg");
    background-attachment: fixed;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 30%;
}

.testimonials-section::before {
  content: '';
  position: absolute;
  height: 100%;
  width: 100%;
  left: 0;
  right: 0;
  top: 0;
  background-color: #ffffff;
  opacity: 0.9;
  z-index: -1;
}

.testimonials-section .testimonials-slider {
  position: relative;
}
@media screen and (min-device-width: 300px) and (max-device-width: 767px) 
{
.col-md-4.py_0_col {
      padding: 6px 20px!important;
   
} 
.rating
{
        display: flex;
    margin: 10px 30px 0px 74px;
    text-align: center;
    /* color: yellow!important; */
}
ul.social_links {
    display: none!important;
}
}
.col-md-4.py_0_col {
    padding: 0px;
}
.overlay {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background-color: #000;
    opacity: 0.4;
}
.overlays {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background-color: #000;
    opacity: 0.7;
}
button#buy {
    background:lightgrey;
    padding: 20px;
    color:black;
}
button#buy.list-group-item-action.active {
    background:#000;
    color: white;
    border:#000;
}
button#sale.list-group-item-action.active {
    background: #000;
    color: white;
    border: #000;
}
button#sale
{
  background:lightgrey;
    padding: 20px;
    color:black; 
}
section.background_image {
        background-image: url("../images/Bg1.jpg");
    background-attachment: fixed;
    background-position: top;
    /* background-repeat: no-repeat; */
    background-size: cover;
    opacity: 0.65;
    /* height: 4rem; */
    padding-top: 150px !important;
    position: relative;
    padding-bottom: 100px!important;
}
.testimonials-section .testimonials-slider .center .testimonials-content i.fas .fa-quote-left::before
{
    color:lightgrey!important;
}
.testimonials-section .testimonials-slider .center .testimonials-content i.fas .fa-quote-right::before
{
    color:lightgrey!important;
}
div#wBlock_184241141345 {
    /* min-width: 150px; */
    height: 70px;
    line-height: 66px;
    float: none;
    font-size: 34px;
    color: #ffffff !important;
    background-color: transparent;
    box-shadow: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    border-style: solid;
    border-color: #ffffff;
    border-width: 2px;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    box-sizing: border-box;
    font-family: Oswald;
    font-weight: normal;
    font-style: normal;
    text-decoration: none;
    display: inline-block;
    width: 100%;
    line-height: initial;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
    color: white!imortant;
}
div#wBlock_184241141345>a {
    color: white!important;
    font-family: Oswald;
    opacity: 1!important;
    position: absolute;
    z-index: 999;
}
.testimonials-section .testimonials-slider .testimonials-content {
  text-align: center;
  background-color: #f9f9f9;
  padding: 30px 20px;
  /*display: flex;*/
 /* border-bottom: 4px solid #f9f9f9;*/
}

.testimonials-section .testimonials-slider .testimonials-content img {
  width: 80px;
  margin: 0 auto 30px;
  margin-top: 0;
  border-radius: 100px;
}

.testimonials-section .testimonials-slider .testimonials-content p {
  margin: 0;
}

.testimonials-section .testimonials-slider .testimonials-content i {
  line-height: 1;
  margin-bottom: 20px;
  display: block;
}

.testimonials-section .testimonials-slider .testimonials-content i::before {
  font-size: 30px;
  color: #585959;
}

.testimonials-section .testimonials-slider .testimonials-text {
  margin-top: 15px;
  text-align: center;
}

.testimonials-section .testimonials-slider .testimonials-text h2 {
  font-size: 16px;
  margin: 0 0 8px;
}

.testimonials-section .testimonials-slider .testimonials-text p {
  font-style: normal;
  font-size: 13px;
  margin: 0;
  line-height: 1;
  text-transform: uppercase;
}

.testimonials-section .testimonials-slider .center {
  /*border-bottom: 4px solid #25a9e0 !important;*/
}

.testimonials-section .testimonials-slider .center .testimonials-content {
  border-bottom: none;
}

.testimonials-section .testimonials-slider .center .testimonials-content i::before {
  color:rgb(255,186,0);
}

.testimonials-section .testimonials-slider .owl-prev {
  position: absolute;
  left: -60px;
  top: 50%;
  height: 45px;
  width: 45px;
  line-height: 40px;
  font-size: 25px !important;
  background-color: #000!important;
  color: #ffffff;
  border-radius: 50px;
  margin: 0;
  padding: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.testimonials-section .testimonials-slider .owl-prev i {
  line-height: 1;
}

.testimonials-section .testimonials-slider .owl-prev:hover {
  background-color: #212121;
  color: #fff;
}

.testimonials-section .testimonials-slider .owl-next {
  position: absolute;
  right: -60px;
  top: 50%;
  height: 45px;
  width: 45px;
  line-height: 40px;
  font-size: 25px !important;
  background-color: #000!important;
  color: #ffffff;
  border-radius: 50px;
  margin: 0;
  padding: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.testimonials-section .testimonials-slider .owl-next i {
  line-height: 1;
}

.testimonials-section .testimonials-slider .owl-next:hover {
  background-color: #212121;
  color: #fff;
}

/* End Testimonials Style */
/* Start Agent Style */
.agent-section {
  background-color: #f9f9f9;
  padding-top: 100px;
  padding-bottom: 70px;
}

.agent-section .pl-15 {
  padding: 0 15px;
}

.agent-text-content {
  padding-top: 30px;
  padding-bottom: 30px;
  padding-left: 20px;
  padding-right: 20px;
}

.agent-text-content h3 {
  text-transform: capitalize;
  font-size: 24px;
}

.agent-text-content .agent-list {
  padding: 0;
  margin: 15px 0 0;
  list-style-type: none;
}

.agent-text-content .agent-list li {
  display: inline-block;
  margin-right: 15px;
  color: #666;
  font-weight: 500;
}

.agent-text-content .agent-list li:last-child {
  margin-right: 0;
}

.agent-text-content .agent-list li i {
  margin-right: 5px;
}

.agent-text-content .agent-list li i::before {
  color: #000!important;
}

.agent-text-content .agent-list li a {
  color: #666;
}

.agent-text-content .agent-list li a:hover {
  color: #000!important;
}

.agent-text-content .social_links {
  list-style-type: none;
  padding: 0;
  margin: 20px 0 0;
}

.agent-text-content .social_links li {
  display: inline-block;
  margin-right: 5px;
}

.agent-text-content .social_links li i {
  background-color: #000!important;
  color: #fff;
  height: 35px;
  width: 35px;
  display: inline-block;
  border-radius: 100px;
  text-align: center;
  line-height: 35px;
  -webkit-transition: .5s;
  transition: .5s;
}

.agent-text-content .social_links li i:hover {
  background-color: #212121;
  color: #fff;
}

/* End Agent Style */
/* Start Subscribe Style */
.subscribe-section {
  background-color: #000!important;
  padding-top: 80px;
  padding-bottom: 80px;
}

.subscribe-section .subscribe-content h2 {
  font-size: 30px;
  color: #ffffff;
  font-weight: 600;
  margin: 0;
  position: relative;
  margin-top: 10px;
}

.subscribe-section .subscribe-content h2::before {
  content: "";
  position: absolute;
  height: 2px;
  width: 120px;
  background-color: #ffffff;
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
  right: 12%;
  top: 25px;
}

.subscribe-section .subscribe-form .form-group {
  margin-bottom: 0;
}

.subscribe-section .subscribe-form .form-group .form-control {
  height: 60px;
  padding: 15px;
  font-size: 15px;
  color: #797979;
  background-color: #ffffff;
  border: none;
  border-radius: 0;
}

.subscribe-section .subscribe-form .form-group .form-control:focus {
  color: #495057;
  background-color: #ffffff;
  border-color: #ffffff;
  outline: 0;
  -webkit-box-shadow: unset;
          box-shadow: unset;
}

.subscribe-section .subscribe-form .subscribe-btn {
  position: relative;
}

.subscribe-section .subscribe-form .subscribe-btn .subscribe-btn-one {
  display: inline-block;
  padding: 18px 40px;
  background-color: #ffffff;
  color: #797979;
  font-size: 16px;
  position: absolute;
  bottom: 0px;
  right: 0;
  border-left: 1px solid #000!important;
}

.subscribe-section .subscribe-form .subscribe-btn .subscribe-btn-one:hover {
  text-decoration: none;
}

.subscribe-section .subscribe-form .subscribe-btn .subscribe-btn-one i::before {
  margin-left: 8px;
  position: relative;
  top: 2px;
  font-weight: bold;
}

/* End Subscribe Style */
/* Start Blog Style */
.blog-section {
  padding-top: 100px;
  padding-bottom: 70px;
}

.single_blog {

    margin-bottom: 30px;

    width: 100%!important;

}

.single_blog .blog-image a {
  display: block;
}

.single_blog .blog-image a img {
  width: 100%;
}

.blog-item {
  background-color: #ffffff;
  border: 1px solid #eee;
  padding: 25px 20px;
}

.blog-item .blog-list {
  padding-left: 0;
}

.blog-item .blog-list li {
  list-style-type: none;
  display: inline-block;
  font-size: 13px;
  font-weight: 500;
  margin-right: 10px;
  color: #666;
}

.blog-item .blog-list li:last-child {
  margin-right: 0;
}

.blog-item .blog-list li i::before {
  font-size: 14px;
  margin-right: 8px;
  color: #000!important;
}

.blog-item .blog-list a {
  color: #666;
}

.blog-item .blog-list i::before {
  font-size: 15px;
  color: #3dc5ff;
  margin-right: 6px;
}

.blog-item .blog-content h3 {
  color: #212121;
  font-size: 20px;
  margin: 10px 0px 10px 0;
  line-height: 30px;
}

.blog-item .blog-content h3:hover {
  color: #000!important;
  -webkit-transition: .6s;
  transition: .6s;
  -webkit-transition: 0.5s;
  text-decoration: none;
}

.blog-item .blog-content p {
  margin: 0;
}

.blog-item .blog-content .blog-btn-one {
  font-size: 15px;
  border: 1px solid #000;
  padding: 7px 20px;
  display: inline-block;
  margin-top: 20px;
  background-color:#000;
  color: #fff;
}

.blog-item .blog-content .blog-btn-one:hover {
  background-color: #000;
  color: #fff;
  border: 1px solid #000;
}

.blog-item .blog-content .blog-btn-one i::before {
  font-size: 12px;
  position: relative;
  left: 2px;
}

.pagination {
  margin-top: 20px;
  margin-bottom: 0;
}

.pagination li {
  margin-right: 10px;
}
.pagination li a {
    background-color: #f1f1f1;
    color: #000!important;
    display: inline-block;
    text-align: center;
    line-height: 35px;
    padding: 1px 13px;
    border-radius: 50%;
}

.pagination li a.active, .pagination li a:hover {
  background-color: #000!important;
  color: #fff!important;
}

.blog-details img {
  width: 100%;
}

.blog-details .blog-details-content {
  padding: 30px;
  border: 1px solid #eee;
}

.blog-details .blog-details-content .heading {
  font-size: 22px;
  text-transform: capitalize;
  margin-bottom: 15px;
}

.blog-details .blog-details-content .blog-list {
  list-style-type: none;
  padding: 0;
  margin: 0 0 15px;
}

.blog-details .blog-details-content .blog-list li {
  display: inline-block;
  margin-right: 15px;
  color: #666;
  font-size: 14px;
}

.blog-details .blog-details-content .blog-list li:last-child {
  margin-right: 0;
}

.blog-details .blog-details-content .blog-list li a {
  color: #666;
}

.blog-details .blog-details-content .blog-list li a:hover {
  color: #000!important;
}

.blog-details .blog-details-content .blog-list li i {
  color: #000!important;
  margin-right: 5px;
}

.blog-details .blog-details-content blockquote {
  background: #fafafa;
  border-left: 3px solid #000!important;
  padding: 20px;
  margin: 15px 0;
}

.blog-details .blog-details-content blockquote p {
  color: #212121;
  font-weight: 500;
  font-style: italic;
}

.blog-details .blog-details-content .post-tag-media {
  background-color: #f1f1f1;
  padding: 15px 20px;
}

.blog-details .blog-details-content .post-tag-media ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
}

.blog-details .blog-details-content .post-tag-media ul li {
  display: inline-block;
  margin-right: 5px;
}

.blog-details .blog-details-content .post-tag-media ul li span {
  font-weight: 600;
}

.blog-details .blog-details-content .post-tag-media ul li a {
  display: inline-block;
  background: #fff;
  font-size: 13px;
  padding: 5px 15px;
  border-radius: 30px;
  color: #000!important;
}

.blog-details .blog-details-content .post-tag-media ul li a:hover {
  background-color: #000!important;
  color: #fff;
}

.comments {
  padding: 30px;
  border: 1px solid #eee;
  margin-top: 30px;
}

.comments .heading {
  font-size: 18px;
  border-bottom: 1px solid #eee;
  padding-bottom: 10px;
  margin-bottom: 20px;
}

.comments ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
}

.comments ul li {
  position: relative;
  padding-left: 100px;
  margin-bottom: 30px;
  border-bottom: 1px solid #eee;
  padding-bottom: 30px;
}

.comments ul li:last-child {
  margin-bottom: 0;
  border-bottom: none;
  padding-bottom: 0;
}

.comments ul li img {
  position: absolute;
  left: 0;
  top: 0;
  width: 80px;
}

.comments ul li h4 {
  font-size: 15px;
  margin-bottom: 5px;
}

.comments ul li span.time {
  font-size: 13px;
  margin-bottom: 8px;
  display: block;
}

.comments ul li a.reply {
  background: #000!important;
  color: #fff;
  display: inline-block;
  padding: 5px 15px;
  font-size: 13px;
  border-radius: 30px;
}

.comments ul li a.reply:hover {
  background-color: #212121;
  color: #fff;
}

.comments ul li.ml-50 {
  margin-left: 50px;
  padding-left: 90px;
}

.comments ul li.ml-50 img {
  width: 70px;
}

.comments-form {
  padding: 30px;
  border: 1px solid #eee;
  margin-top: 30px;
}

.comments-form .heading {
  font-size: 16px;
  border-bottom: 1px solid #eee;
  padding-bottom: 10px;
  margin-bottom: 20px;
}

.comments-form form label {
  font-weight: 500;
  margin-bottom: 10px;
}

.comments-form form .form-control {
  background-color: #f1f1f1;
  border-color: #f1f1f1;
  height: 50px;
  padding: 8px 15px;
  border-radius: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  background-clip: inherit;
  font-size: 14px;
}

.comments-form form textarea.form-control {
  height: auto !important;
}

.comments-form form .form-group {
  margin-bottom: 20px;
}

.comments-form .btn {
  display: inline-block;
  padding: 10px 20px;
  background-color: #000!important;
  color: #ffffff;
  font-size: 14px;
  font-weight: 500;
  border: 1px solid #000!important;
  border-radius: 0;
}

.comments-form .btn:hover {
  background-color: #212121;
  border-color: #212121;
  color: #fff;
}

/* End Blog Style */
/* Start Blog two Style */
.blog-section-two {
  padding-top: 100px;
  padding-bottom: 100px;
}

.blog-section-two .blog-item {
  background-color: #ffffff;
  -webkit-box-shadow: 7px 5px 30px rgba(72, 73, 121, 0.15);
  box-shadow: 7px 5px 30px rgba(72, 73, 121, 0.15);
  padding: 20px;
  max-width: 330px;
  position: relative;
  left: 12px;
  top: -40px;
}

.blog-section-two .blog-item .blog-list {
  padding-left: 0;
}

.blog-section-two .blog-item .blog-list li {
  list-style-type: none;
  display: inline-block;
  font-size: 12px;
  font-weight: 500;
  margin-right: 10px;
}

.blog-section-two .blog-item .blog-list li:last-child {
  margin-right: 0;
}

.blog-section-two .blog-item .blog-list a {
  color: #797979;
}

.blog-section-two .blog-item .blog-list i::before {
  font-size: 15px;
  
  margin-right: 6px;
}

.blog-section-two .blog-item .blog-content h3 {
  color: #212121;
  font-size: 20px;
  font-weight: 700;
  margin: 10px 0px 10px 0;
  line-height: 30px;
}

.blog-section-two .blog-item .blog-content h3:hover {
  color: #000!important;
  -webkit-transition: .6s;
  transition: .6s;
  -webkit-transition: 0.5s;
  text-decoration: none;
}

.blog-section-two .blog-item .blog-content p {
  font-size: 16px;
  color: #797979;
  line-height: 30px;
  margin: 0 0 20px 0;
}

.blog-section-two .blog-item .blog-content .blog-btn-one {
  font-size: 16px;
  color: #4c4c4c;
  font-weight: 600;
}

.blog-section-two .blog-item .blog-content .blog-btn-one:hover {
  color: #000!important;
  -webkit-transition: .6s;
  transition: .6s;
  -webkit-transition: 0.5s;
  text-decoration: none;
}

.blog-section-two .blog-item .blog-content .blog-btn-one i::before {
  font-size: 12px;
  position: relative;
  left: 2px;
}

/* End Blog two Style */
/* Start Partner Style */
.partner-section {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #f9f9f9;
}

.partner-section .partner-slider .partner-item {
  text-align: center;
}

.partner-section .partner-slider .partner-item img {
  display: inline-block;
  width: 100px;
  margin: auto;
}

/* End Partner Style */
/* Start Nav-two Style */
.nav-two {
  background-color: #ffffff;
  padding-top: 20px;
  padding-bottom: 20px;
}

.nav-two .nav-info li {
  list-style-type: none;
  display: inline-block;
  font-size: 16px;
  font-weight: 500;
  color: #595858;
  padding-right: 20px;
}

.nav-two .nav-info i::before {
  font-size: 18px;
  color: #000!important;
  margin-right: 8px;
  font-weight: bold;
}

.nav-two .nav-info a {
  color: #595858;
  text-decoration: none;
}

/* End Nav-two Style */
.main-banner {
  background-image: url("../img/home-slider/2.jpg");
  background-position: center center;
  background-size: cover;
  position: relative;
  height: 700px;
  z-index: 1;
}

.main-banner::before {
  content: '';
  background: #000;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  opacity: .60;
  z-index: -1;
}

.get-appointment-form {
  background-color: rgba(0, 0, 0, 0.6);
  padding: 40px 30px;
}

.get-appointment-form h3 {
  font-size: 25px;
  margin-bottom: 30px;
  color: #fff;
  text-align: center;
  margin-top: -6px;
}

.get-appointment-form .form-group {
  margin-bottom: 15px;
}

.get-appointment-form .form-control {
  border-radius: 0;
  height: 50px;
  padding: 8px 15px;
  font-size: 14px;
  border-color: #fff;
  background-clip: inherit;
}

.get-appointment-form textarea.form-control {
  height: auto !important;
}

.get-appointment-form .btn {
  background-color: #000!important;
  border-color: #000!important;
  color: #fff;
  border-radius: 0;
  font-size: 15px;
  padding: 10px 30px;
  margin-top: 20px;
}

.get-appointment-form .btn:hover {
  background-color: #fff;
  border-color: #fff;
  color: #000!important;
}

/* End Main-banner Style */
/* Start Top-service Style */
.top-service-section {
  padding-top: 100px;
  position: relative;
  z-index: 1;
}

.top-service-section .top-service-content {
  text-align: center;
  -webkit-box-shadow: 7px 5px 30px rgba(72, 73, 121, 0.15);
          box-shadow: 7px 5px 30px rgba(72, 73, 121, 0.15);
  background-color: #ffffff;
  padding: 30px;
  z-index: 999;
}

.top-service-section .top-service-content:hover {
  background-color: #000!important;
  -webkit-transition: .6s;
  transition: .6s;
  -webkit-transition: 0.5s;
  position: relative;
}

.top-service-section .top-service-content:hover:hover h2 {
  color: #ffffff;
}

.top-service-section .top-service-content:hover:hover p {
  color: #ffffff;
}

.top-service-section .top-service-content:hover:hover i::before {
  color: #ffffff;
}

.top-service-section .top-service-content h2 {
  font-size: 18px;
  margin: 20px 0 10px;
  position: relative;
  z-index: 999;
}

.top-service-section .top-service-content p {
  margin: 0;
  position: relative;
  z-index: 999;
}

.top-service-section .top-service-content i::before {
  font-size: 60px;
  color: #000!important;
  position: relative;
  z-index: 999;
  line-height: normal;
}

.top-service-section .top-image {
  position: relative;
}

.top-service-section .top-image img {
  position: absolute;
  bottom: 20px;
  right: 85px;
  z-index: 1;
  opacity: 0.7;
}

/* End Top-sservice Style */
/* Start About Style */
.about-two-section {
  padding-top: 100px;
  padding-bottom: 100px;
}

.about-two-section .about-two-content {
  position: relative;
}

.about-two-section .about-two-content p {
  font-size: 16px;
  color: #797979;
  font-weight: 400;
  line-height: 30px;
  margin: 0 0 20px 0;
}

.about-two-section .about-two-content h2 {
  font-size: 36px;
  color: #171717;
  font-weight: bold;
  margin: 0 0 30px 0;
  position: relative;
  z-index: 1;
}

.about-two-section .about-two-content img {
  position: absolute;
  left: 0;
  top: -10px;
}

.about-two-section .about-two-button {
  margin-top: 40px;
  padding-left: 5px;
}

.about-two-section .about-two-button .about-btn-one {
  display: inline-block;
  padding: 25px 25px;
  background-color: #000!important;
  color: #ffffff;
  font-size: 14px;
  font-weight: 600;
  border: 1px solid #000!important;
  text-transform: uppercase;
}

.about-two-section .about-two-button .about-btn-one:hover {
  background-color: #ffffff;
  color: #000!important;
  text-decoration: none;
  -webkit-transition: .6s;
  transition: .6s;
  -webkit-transition: 0.5s;
}

.about-two-section .about-two-button .about-btn-two {
  display: inline-block;
  padding: 25px 25px;
  background-color: transparent;
  color: #212121;
  border: 1px solid #b7b7b7;
  border-right: none;
  border-left: none;
  font-size: 14px;
  font-weight: 600;
  text-transform: uppercase;
}

.about-two-section .about-two-button .about-btn-two:hover {
  background-color: #000!important;
  color: #ffffff;
  text-decoration: none;
  -webkit-transition: .6s;
  transition: .6s;
  -webkit-transition: 0.5s;
  border: 1px solid #000!important;
  border-right: none;
  border-left: none;
}

.about-two-section .about-two-button .about-btn-three {
  display: inline-block;
  padding: 25px 25px;
  background-color: transparent;
  color: #212121;
  border: 1px solid #b7b7b7;
  font-size: 14px;
  font-weight: 600;
  text-transform: uppercase;
}

.about-two-section .about-two-button .about-btn-three:hover {
  background-color: #000!important;
  color: #ffffff;
  text-decoration: none;
  -webkit-transition: .6s;
  transition: .6s;
  -webkit-transition: 0.5s;
  border: 1px solid #000!important;
}

.about-two-section .about-two-button li {
  display: inline-block;
  list-style-type: none;
  margin-left: -4px;
}

.about-two-section .about-two-download {
  margin-top: 60px;
  border-top: 1px solid #dbdbdb;
}

.about-two-section .about-two-download h3 {
  font-size: 20px;
  color: #212121;
  font-weight: 600;
  margin: 20px 0 25px;
}

.about-two-section .about-two-download .download-list {
  padding-left: 0;
  margin-bottom: 0;
}

.about-two-section .about-two-download .download-list li {
  list-style-type: none;
  font-size: 16px;
  font-weight: 500;
  display: inline-block;
  padding-right: 14px;
}

.about-two-section .about-two-download .download-list a {
  color: #212121;
}

.about-two-section .about-two-download .download-list i::before {
  margin-right: 5px;
  color: #000000;
}

.about-two-section .about-two-image {
  position: absolute;
}

.about-two-section .about-two-image .back-image {
  position: absolute;
  right: -6px;
  top: -30px;
  z-index: -1;
  width: 84px;
}

.about-two-section .about-two-image .back-image-two {
  position: absolute;
  right: -6px;
  top: -16px;
  z-index: -1;
  width: 84px;
}

/* End About Style */
/* Start Amentities Style */
.amentities-section {
  padding-bottom: 100px;
}

.amentities-section .amentities-title {
  text-align: center;
  position: relative;
  margin-bottom: 60px;
}

.amentities-section .amentities-title h2 {
  font-size: 36px;
  color: #212121;
  font-weight: 600;
  margin: 0;
  position: relative;
  z-index: 1;
}

.amentities-section .amentities-title img {
  position: absolute;
  left: 40%;
  top: -14px;
}

.amentities-section .amentities-slider {
  position: relative;
}

.amentities-section .amentities-slider .owl-prev {
  position: absolute;
  left: 20px;
  top: 50%;
  height: 50px;
  width: 50px;
  line-height: 32px;
  font-size: 28px !important;
  background-color: #000!important;
  color: #ffffff;
  border: 1px solid #25a9e0 !important;
  border-radius: 50px;
}

.amentities-section .amentities-slider .owl-prev:hover {
  background-color: #ffffff;
  color: #000!important;
  border: 1px solid #ffffff !important;
  -webkit-transition: .6s;
  transition: .6s;
  -webkit-transition: 0.5s;
}

.amentities-section .amentities-slider .owl-next {
  position: absolute;
  right: 20px;
  top: 50%;
  height: 50px;
  width: 50px;
  line-height: 32px;
  font-size: 28px !important;
  background-color: #000!important;
  color: #ffffff;
  border: 1px solid #25a9e0 !important;
  border-radius: 50px;
}

.amentities-section .amentities-slider .owl-next:hover {
  background-color: #ffffff;
  color: #000!important;
  border: 1px solid #ffffff !important;
  -webkit-transition: .6s;
  transition: .6s;
  -webkit-transition: 0.5s;
}

.amentities-section .amentities-content {
  padding-left: 50px;
}

.amentities-section .amentities-content h2 {
  font-size: 22px;
  color: #212121;
  font-weight: bold;
  margin: 0 0px 14px 0;
}

.amentities-section .amentities-content h3 {
  font-size: 22px;
  color: #212121;
  font-weight: bold;
  margin: 20px 0px 14px 0;
}

.amentities-section .amentities-content h4 {
  font-size: 22px;
  color: #212121;
  font-weight: bold;
  margin: 20px 0px 14px 0;
}

.amentities-section .amentities-content p {
  font-size: 16px;
  color: #797979;
  line-height: 30px;
  max-width: 570px;
  margin: 0;
}

.amentities-section .amentities-list {
  padding-left: 50px;
  margin-top: 20px;
}

.amentities-section .amentities-list li {
  font-size: 16px;
  color: #212121;
  font-weight: 500;
  list-style-type: none;
  line-height: 60px;
}

.amentities-section .amentities-list i::before {
  height: 30px;
  width: 30px;
  background-color: #e3dfdf;
  color: #000!important;
  display: inline-block;
  line-height: 30px;
  text-align: center;
  border-radius: 30px;
  margin-right: 10px;
  font-size: 15px;
}

.amentities-section .amentities-btn {
  padding-left: 50px;
  margin-top: 40px;
}

.amentities-section .amentities-btn .amentities-btn-one {
  display: inline-block;
  padding: 12px 30px;
  background-color: #000!important;
  color: #ffffff;
  border: 1px solid #000!important;
  font-size: 16px;
  font-weight: 600;
}

.amentities-section .amentities-btn .amentities-btn-one:hover {
  text-decoration: none;
  background-color: #ffffff;
  color: #000!important;
  -webkit-transition: .6s;
  transition: .6s;
  -webkit-transition: 0.5s;
}

.amentities-section .amentities-image {
  position: relative;
  opacity: 0.3;
}

.amentities-section .amentities-image img {
  position: absolute;
  bottom: 0;
  right: 0;
}

/* End Amentities Style */
/* Start New Style */
.new-section {
  padding-bottom: 100px;
}

.new-section .news-area {
  position: relative;
  padding-top: 80px;
  padding-bottom: 80px;
  background-position: center;
  background-size: cover;
  background-image: url(../../assets/img/map-bg.png);
  background-repeat: no-repeat;
  position: relative;
}

.new-section .news-area .news-area-content {
  text-align: center;
  border-right: 1px solid #ffffff;
}

.new-section .news-area .news-area-content .new-text h3 {
  font-size: 20px;
  color: #ffffff;
  font-weight: 500;
  margin: 20px 0 20px 0;
}

.new-section .news-area .news-area-content .new-text p {
  font-size: 18px;
  color: #ffffff;
  font-weight: 600;
  margin: 0;
}

.new-section .news-area .news-area-content i::before {
  font-size: 50px;
  color: #ffffff;
  line-height: normal;
}

.new-section .news-area .news-area-text {
  text-align: center;
  border-right: none;
}

.new-section .news-area .news-area-text .new-text h3 {
  font-size: 20px;
  color: #ffffff;
  font-weight: 500;
  margin: 20px 0 20px 0;
}

.new-section .news-area .news-area-text .new-text p {
  font-size: 18px;
  color: #ffffff;
  font-weight: 600;
  margin: 0;
}

.new-section .news-area .news-area-text i::before {
  font-size: 50px;
  color: #ffffff;
  line-height: normal;
}

/* End New Style */
/* Start New two Style */
.new-section-two {
  padding-bottom: 100px;
}

.new-section-two .news-area {
  position: relative;
  padding-top: 80px;
  padding-bottom: 80px;
  background-position: center;
  background-size: cover;
  background-image: url(../../assets/img/new-two.png);
  background-repeat: no-repeat;
  position: relative;
}

.new-section-two .news-area .news-area-content {
  text-align: center;
  border-right: 1px solid #b8b8b8;
}

.new-section-two .news-area .news-area-content .new-text h3 {
  font-size: 20px;
  color: #000000;
  font-weight: 500;
  margin: 20px 0 20px 0;
}

.new-section-two .news-area .news-area-content .new-text p {
  font-size: 18px;
  color: #000000;
  font-weight: 600;
  margin: 0;
}

.new-section-two .news-area .news-area-content i::before {
  font-size: 50px;
  color: #1b75bb;
  line-height: normal;
}

.new-section-two .news-area .news-area-text {
  text-align: center;
  border-right: none;
}

.new-section-two .news-area .news-area-text .new-text h3 {
  font-size: 20px;
  color: #000000;
  font-weight: 500;
  margin: 20px 0 20px 0;
}

.new-section-two .news-area .news-area-text .new-text p {
  font-size: 18px;
  color: #000000;
  font-weight: 600;
  margin: 0;
}

.new-section-two .news-area .news-area-text i::before {
  font-size: 50px;
  color: #1b76bd;
  line-height: normal;
}

/* End New two Style */
/* Start Description Style */
.description-section .description-title {
  text-align: center;
  position: relative;
  margin-bottom: 60px;
}

.description-section .description-title h2 {
  font-size: 36px;
  color: #212121;
  font-weight: 600;
  margin: 0;
  position: relative;
  z-index: 1;
}

.description-section .description-title img {
  position: absolute;
  left: 34%;
  top: -14px;
}

.description-area {
  position: relative;
  padding-top: 100px;
  padding-bottom: 130px;
  background-position: center;
  background-size: cover;
  background-image: url(../../assets/img/description-bg.png);
  background-repeat: no-repeat;
}

.description-area .description-slider {
  position: relative;
}

.description-area .description-slider .description-content {
  text-align: center;
  background-color: #f9f9f9;
  -webkit-box-shadow: 7px 5px 30px rgba(72, 73, 121, 0.15);
  box-shadow: 7px 5px 30px rgba(72, 73, 121, 0.15);
  padding-top: 40px;
  padding-bottom: 40px;
  padding-left: 20px;
  padding-right: 20px;
}

.description-area .description-slider .description-content img {
  width: 100px;
  margin: auto;
}

.description-area .description-slider .description-content h2 {
  font-size: 18px;
  color: #1b76bd;
  font-weight: bold;
  margin: 10px 0 20px 0;
}

.description-area .description-slider .description-content p {
  font-size: 16px;
  color: #797979;
  line-height: 30px;
  margin: 0 0 30px 0;
}

.description-area .description-slider .description-content .description-btn-one {
  display: inline-block;
  color: #212121;
  font-weight: 600;
  font-size: 16px;
}

.description-area .description-slider .description-content .description-btn-one:hover {
  color: #000!important;
  -webkit-transition: .6s;
  transition: .6s;
  -webkit-transition: 0.5s;
  text-decoration: none;
}

.description-area .description-slider .description-content .description-btn-one i::before {
  font-size: 15px;
  position: relative;
  top: 2px;
  left: 4px;
}

.description-area .description-slider .owl-dots {
  position: absolute;
  left: 0;
  right: 0;
  bottom: -50px;
}

.description-area .description-slider .owl-dots .owl-dot span {
  width: 16px;
  height: 16px;
  margin: 5px 6px;
  background: #ffffff;
  display: block;
  border-radius: 30px;
}

.description-area .description-slider .owl-dots .owl-dot span:hover {
  background-color: #000!important;
  -webkit-transition: .6s;
  transition: .6s;
  -webkit-transition: 0.5s;
}

.description-area .description-slider .owl-dots .owl-dot.active span {
  background: #000!important;
}

.description-area .description-slider .owl-prev {
  position: absolute;
  left: -8%;
  top: 50%;
  height: 50px;
  width: 50px;
  line-height: 32px;
  font-size: 28px !important;
  background-color: #c6c4c4;
  color: #ffffff;
  border: none;
  border-radius: 50px;
}

.description-area .description-slider .owl-prev:hover {
  background-color: #ffffff;
  color: #c6c4c4;
  -webkit-transition: .6s;
  transition: .6s;
  -webkit-transition: 0.5s;
}

.description-area .description-slider .owl-next {
  position: absolute;
  right: -8%;
  top: 50%;
  height: 50px;
  width: 50px;
  line-height: 32px;
  font-size: 28px !important;
  background-color: #c6c4c4;
  color: #ffffff;
  border: none;
  border-radius: 50px;
}

.description-area .description-slider .owl-next:hover {
  background-color: #ffffff;
  color: #c6c4c4;
  -webkit-transition: .6s;
  transition: .6s;
  -webkit-transition: 0.5s;
}

/* End Description Style */
/* Start Client Style */
.client-section {
  padding-top: 100px;
  padding-bottom: 100px;
  position: relative;
  background-position: center;
  background-size: cover;
  background-image: url(../../assets/img/client-bg.png);
  background-repeat: no-repeat;
}

.client-section .client-title {
  text-align: center;
  position: relative;
  margin-bottom: 60px;
}

.client-section .client-title h2 {
  font-size: 36px;
  color: #212121;
  font-weight: 600;
  margin: 0;
  position: relative;
  z-index: 1;
}

.client-section .client-title img {
  position: absolute;
  left: 38%;
  top: -14px;
}

.client-section .client-slider .client-content {
  text-align: center;
}

.client-section .client-slider .client-content p {
  font-size: 16px;
  color: #797979;
  font-weight: 500;
  line-height: 30px;
  font-style: italic;
  margin: 16px 0 0 0;
}

.client-section .client-slider .client-content i::before {
  font-size: 50px;
  color: #3b3b3b;
}

.client-section .client-slider .client-content .client-profile {
  margin-top: 25px;
}

.client-section .client-slider .client-content .client-profile img {
  width: 100px;
  margin: auto;
}

.client-section .client-slider .client-content .client-profile h2 {
  font-size: 16px;
  color: #212121;
  font-weight: 600;
  margin: 20px 0 0 0;
}

.client-section .client-slider .client-content .client-profile p {
  font-size: 16px;
  color: #797979;
  font-weight: 500;
  line-height: 30px;
  font-style: normal;
  margin: 0;
  position: relative;
}

.client-section .client-slider .client-content .client-profile p::before {
  position: absolute;
  content: "";
  height: 2px;
  width: 100px;
  background-color: #000!important;
  bottom: -8px;
  margin-left: 10px;
}

.client-section .client-slider .owl-dots .owl-dot span {
  width: 16px;
  height: 16px;
  margin: 5px 6px;
  background: #7ebde4;
  display: block;
  border-radius: 30px;
}

.client-section .client-slider .owl-dots .owl-dot span:hover {
  background-color: #000!important;
  -webkit-transition: .6s;
  transition: .6s;
  -webkit-transition: 0.5s;
}

.client-section .client-slider .owl-dots .owl-dot.active span {
  background: #0071a1;
}

/* End Client Style */
/* Start Project Style */
.project-section {
  padding-bottom: 100px;
}

.project-section .project-title {
  text-align: center;
  position: relative;
  margin-bottom: 60px;
}

.project-section .project-title h2 {
  font-size: 36px;
  color: #212121;
  font-weight: 600;
  margin: 0;
  position: relative;
  z-index: 1;
}

.project-section .project-title img {
  position: absolute;
  left: 44%;
  top: -14px;
}

.project-section .no-padding {
  padding: 10px;
}

.project-section .single-project {
  margin-bottom: 0;
}

.project-section .single-project .project-image {
  display: block;
  position: relative;
}

.project-section .single-project .project-image::before {
  content: "";
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  -webkit-transition: .4s;
  transition: .4s;
}

.project-section .single-project .project-image:hover::before, .project-section .single-project .project-image:focus::before {
  height: 100%;
  background-color: #6c676382;
}

.project-section .single-project .project-image .project-content {
  position: absolute;
  right: 0;
  color: #ffffff;
  margin-top: 0;
  opacity: 0;
  visibility: hidden;
  bottom: 20px;
  font-size: 18px;
  font-weight: bold;
  left: 18px;
}

.project-section .single-project .project-image .project-content:hover {
  text-decoration: none;
}

.project-section .single-project .project-image:hover .project-content, .project-section .single-project .project-image:focus .project-content {
  opacity: 1;
  visibility: visible;
  margin-top: -15px;
}

.project-section .project-btn {
  text-align: center;
  margin-top: 50px;
}

.project-section .project-btn .project-btn-one {
  display: inline-block;
  padding: 14px 50px;
  background-color: #000!important;
  color: #ffffff;
  border: 1px solid #000!important;
  font-size: 16px;
  font-weight: 600;
}

.project-section .project-btn .project-btn-one:hover {
  background-color: #ffffff;
  color: #000!important;
  text-decoration: none;
  -webkit-transition: .6s;
  transition: .6s;
  -webkit-transition: 0.5s;
}

/* End Project Style */
/* Start Apartment Style */
.apartment-section {
  padding-bottom: 100px;
}

.apartment-section .apartment-title {
  text-align: center;
  position: relative;
  margin-bottom: 60px;
}

.apartment-section .apartment-title h2 {
  font-size: 36px;
  color: #212121;
  font-weight: 600;
  margin: 0;
  position: relative;
  z-index: 1;
}

.apartment-section .apartment-title img {
  position: absolute;
  left: 36%;
  top: -14px;
}

.apartment-section .apartment-details h3 {
  font-size: 20px;
  color: #212121;
  font-weight: bold;
  margin: 0 0 20px 0;
}

.apartment-section .apartment-details p {
  font-size: 16px;
  color: #797979;
  font-weight: 400;
  line-height: 30px;
  margin: 0;
}

.apartment-section .apartment-details .apartment-list {
  padding-left: 0;
  margin-bottom: 0;
  margin-top: 20px;
}

.apartment-section .apartment-details .apartment-list li {
  list-style-type: none;
  font-size: 16px;
  color: #545454;
  font-weight: 600;
  border-bottom: 1px dotted #dfdede;
  margin-bottom: 18px;
  padding-bottom: 12px;
}

.apartment-section .apartment-details .apartment-list li:last-child {
  border-bottom: none;
  margin-bottom: 0;
  padding-bottom: 0;
}

.apartment-section .apartment-details .apartment-list span {
  font-size: 16px;
  color: #545454;
  font-weight: 600;
  float: right;
  position: relative;
  z-index: 1;
}

.apartment-section .apartment-details .apartment-btn {
  margin-top: 30px;
}

.apartment-section .apartment-details .apartment-btn .apartment-btn-one {
  display: inline-block;
  padding: 14px 50px;
  background-color: #000!important;
  color: #ffffff;
  border: 1px solid #000!important;
  font-size: 16px;
  font-weight: 600;
}

.apartment-section .apartment-details .apartment-btn .apartment-btn-one:hover {
  background-color: #ffffff;
  color: #000!important;
  text-decoration: none;
  -webkit-transition: .6s;
  transition: .6s;
  -webkit-transition: 0.5s;
}

.apartment-section .apartment-box {
  position: relative;
  opacity: 0.2;
}

.apartment-section .apartment-box img {
  position: absolute;
  bottom: 0;
  right: -35%;
}

/* End Apartment Style */
/* Start News Style */
.news-section {
  padding-bottom: 100px;
}

.news-section .news-title {
  text-align: center;
  position: relative;
  margin-bottom: 60px;
}

.news-section .news-title h2 {
  font-size: 36px;
  color: #212121;
  font-weight: 600;
  margin: 0;
  position: relative;
  z-index: 1;
}

.news-section .news-title img {
  position: absolute;
  left: 40%;
  top: -14px;
}

.news-section .news-item {
  padding: 30px;
  padding-bottom: 0;
}

.news-section .news-item .news-list {
  padding-left: 0;
}

.news-section .news-item .news-list li {
  list-style-type: none;
  display: inline-block;
  font-size: 12px;
  font-weight: 500;
  color: #797979;
  margin-right: 10px;
}

.news-section .news-item .news-list a {
  color: #797979;
}

.news-section .news-item .news-list a:hover {
  color: #000!important;
  -webkit-transition: .6s;
  transition: .6s;
  -webkit-transition: 0.5s;
  text-decoration: none;
}

.news-section .news-item .news-list i::before {
  font-size: 15px;
  color: #000000;
  margin-right: 6px;
}

.news-section .news-item .news-content h3 {
  color: #212121;
  font-size: 18px;
  font-weight: 700;
  margin: 10px 0px 10px 0;
  line-height: 30px;
}

.news-section .news-item .news-content h3:hover {
  color: #000!important;
  -webkit-transition: .6s;
  transition: .6s;
  -webkit-transition: 0.5s;
  text-decoration: none;
}

.news-section .news-item .news-content h3 a {
  text-decoration: none;
}

.news-section .news-item .news-content p {
  font-size: 16px;
  color: #797979;
  line-height: 30px;
  margin: 0 0 20px 0;
}

.news-section .news-item .news-content .news-btn-one {
  font-size: 16px;
  color: #4c4c4c;
  font-weight: 600;
}

.news-section .news-item .news-content .news-btn-one:hover {
  color: #000!important;
  -webkit-transition: .6s;
  transition: .6s;
  -webkit-transition: 0.5s;
  text-decoration: none;
}

/* End News Style */
/* Start Partner area Style */
.partner-area {
  padding-bottom: 80px;
}

.partner-area .partner-slider .partner-item {
  text-align: center;
}

.partner-area .partner-slider .partner-item img {
  display: inline-block;
  width: 60px;
  margin: auto;
}

/* End Partner area Style */
/* Start Page area Style */
.page-area {
  padding-top: 150px;
  padding-bottom: 150px;
  background-image: url(../../assets/img/page-area-bg.png);
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
  z-index: 1;
}

.page-area::before {
  content: "";
  position: absolute;
  height: 100%;
  width: 100%;
  background-color: #000000;
  left: 0;
  right: 0;
  top: 0;
  opacity: 0.7;
  z-index: -1;
}

.page-area .page-area-content {
  text-align: left;
}

.page-area .page-area-content h2 {
  font-size: 36px;
  color: #fefafa;
  line-height: 60px;
}

/* End Page area Style */
/* Start Meet Style */
.meet-section .meet-title {
  position: relative;
  margin-bottom: 40px;
}

.meet-section .meet-title h2 {
  font-size: 36px;
  color: #212121;
  font-weight: 600;
  margin: 0;
  position: relative;
  z-index: 1;
}

.meet-section .meet-title img {
  position: absolute;
  left: -2%;
  top: -14px;
}

.meet-section .meet-content-style h2 {
  font-size: 20px;
  color: #212121;
  font-weight: bold;
  margin: 0 0 18px 0;
}

.meet-section .meet-content-style h3 {
  font-size: 18px;
  color: #676666;
  font-weight: bold;
  margin: 0 0 40px 0;
}

.meet-section .meet-content-style p {
  font-size: 16px;
  color: #797979;
  font-weight: 400;
  line-height: 30px;
  margin: 0;
  max-width: 660px;
}

.meet-section .meet-info-area {
  padding-bottom: 60px;
  border-bottom: 1px dotted #807f7f;
}

.meet-section .meet-info-area .meet-info {
  margin-top: 60px;
}

.meet-section .meet-info-area .meet-info h2 {
  font-size: 20px;
  font-weight: bold;
  color: #212121;
  margin: 20px 0 15px 0;
}

.meet-section .meet-info-area .meet-info p {
  font-size: 16px;
  color: #797979;
  font-weight: 400;
  margin: 0;
}

.meet-section .meet-info-area .meet-info i::before {
  font-size: 50px;
  color: #1b75bb;
}

.meet-section .meet-image-list {
  padding-left: 0;
  margin-bottom: 0;
  text-align: left;
  margin-top: 60px;
}

.meet-section .meet-image-list li {
  list-style-type: none;
  display: inline-block;
}

/* End Meet Style */
/* Start Page area Style */
.page-banner {
  padding-top: 150px;
  padding-bottom: 150px;
  background-image: url(../../assets/img/page-banner-bg.png);
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
  z-index: 1;
}

.page-banner::before {
  content: "";
  position: absolute;
  height: 100%;
  width: 100%;
  background-color: #000000;
  left: 0;
  right: 0;
  top: 0;
  opacity: 0.7;
  z-index: -1;
}

.page-banner .page-banner-content {
  text-align: left;
}

.page-banner .page-banner-content h2 {
  font-size: 36px;
  color: #fefafa;
  margin: 0 0 16px 0;
}

.page-banner .page-banner-content p {
  font-size: 16px;
  color: #ffffff;
  margin: 0;
}

.page-banner .page-banner-content p a {
  color: #ffffff;
}

.page-banner .page-banner-content p a:hover {
  color: #00b3ff;
  -webkit-transition: .5s;
  transition: .5s;
  -webkit-transition: 0.5s;
}

/* End Page area Style */
/* Start Get Style */
.get-section .get-style {
  background-color: #f1f1f1;
}

.get-section .get-style .get-form {
  max-width: 500px;
  padding-left: 40px;
  padding-top: 70px;
}

.get-section .get-style .get-form .get-form-area .form-control {
  height: 60px;
  padding: 16px;
  font-size: 15px;
  color: #797979;
  background-color: #ffffff;
  border: 1px solid #dbd8d8;
  border-radius: 0;
  font-weight: 500;
}

.get-section .get-style .get-form .get-form-area .form-control:focus {
  color: #797979;
  background-color: #e5e5e5;
  outline: 0;
  -webkit-box-shadow: unset;
          box-shadow: unset;
  border: none;
}

.get-section .get-style .get-form .get-form-area textarea {
  height: 140px !important;
}

.get-section .get-style .get-form .get-form-area label {
  font-size: 15px;
  font-weight: 500;
  color: #ffffff;
}

.get-section .get-style .get-form .get-form-area .send-btn {
  text-align: right;
  margin-top: 15px;
}

.get-section .get-style .get-form .get-form-area .send-btn .form-btn-one {
  display: inline-block;
  padding: 12px 40px;
  background-color: #000!important;
  color: #ffffff;
  font-size: 16px;
  font-weight: 600;
  width: 100%;
  border: 1px solid #000!important;
  outline: 0;
  cursor: pointer;
}

.get-section .get-style .get-form .get-form-area .send-btn .form-btn-one:hover {
  background-color: #ffffff;
  color: #000!important;
  -webkit-transition: .6s;
  transition: .6s;
  -webkit-transition: 0.5s;
}

.get-section .get-style .get-form h2 {
  font-size: 36px;
  color: #212121;
  font-weight: 600;
  margin: 0px 0 30px 0;
}

/* End Get Style */
.widget {
  margin-top: 30px;
  border: 1px solid #eee;
  padding: 30px;
}

.widget h3.title {
  font-size: 16px;
  border-bottom: 1px solid #eee;
  padding-bottom: 10px;
  margin-bottom: 20px;
  position: relative;
}

.widget h3.title::before {
  background-color: #000!important;
  content: '';
  position: absolute;
  width: 30px;
  height: 2px;
  bottom: -1px;
}

.widget_search {
  margin-top: 0;
}

.widget_search form {
  position: relative;
}

.widget_search form .form-control {
  background-color: #f1f1f1;
  border-color: #f1f1f1;
  height: 50px;
  border-radius: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
  padding: 8px 15px;
  font-size: 15px;
}

.widget_search form .btn {
  position: absolute;
  right: 0;
  top: 0;
  height: 50px;
  background-color: #000!important;
  color: #fff;
  border-radius: 0;
  padding: 0 20px;
  font-size: 17px;
}

.widget_search form .btn:hover {
  background-color: #212121;
  color: #fff;
}

.widget_categories ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
}

.widget_categories ul li {
  padding-left: 18px;
  margin-bottom: 8px;
  line-height: 1.8;
  position: relative;
}

.widget_categories ul li:last-child {
  margin-bottom: 0;
}

.widget_categories ul li::before {
  content: '';
  position: absolute;
  left: 0;
  top: 8px;
  width: 8px;
  height: 8px;
  background-color: #000!important;
}

.widget_categories ul li a {
  font-weight: 500;
  color: #666;
}

.widget_categories ul li a:hover {
  color: #000!important;
}

.widget_tags ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}

.widget_tags ul li {
  display: inline-block;
  padding: 5px 5px 5px 0px;
}

.widget_tags ul li a {
  display: inline-block;
  border: 1px solid #eee;
  color: #666;
  padding: 5px 15px;
  font-size: 14px;
}

.widget_tags ul li a:hover {
  background-color: #000!important;
  border-color: #000!important;
  color: #fff;
}

/* Resent posts with thumb */
.widget_recent_posts .item {
  margin-bottom: 15px;
  border-bottom: 1px solid #eee;
  padding-bottom: 15px;
  position: relative;
  overflow: hidden;
}

.widget_recent_posts .item:last-child {
  border-bottom: none;
  padding-bottom: 0;
  margin-bottom: 0;
}

.widget_recent_posts .item .thumb {
  float: left;
  height: 80px;
  overflow: hidden;
  position: relative;
  width: 80px;
  margin-right: 15px;
}

.widget_recent_posts .item .thumb .fullimage {
  width: 80px;
  height: 80px;
  display: inline-block;
  background-size: cover !important;
  background-position: center center !important;
}

.widget_recent_posts .item .info {
  overflow: hidden;
}

.widget_recent_posts .item .info .title {
  font-size: 14px;
  margin: 0;
  line-height: 1.5;
  font-weight: 600;
}

.widget_recent_posts .item .info .title a {
  color: #212121;
}

.widget_recent_posts .item .info .title a:hover {
  color: #000!important;
}

.widget_recent_posts .item .info time {
  display: block;
  font-size: 12px;
  color: #767676;
  text-transform: uppercase;
  margin-top: 10px;
}

.rp-bg1 {
  background-image: url("../img/blog/1.jpg");
}

.rp-bg2 {
  background-image: url("../img/blog/2.jpg");
}

.rp-bg3 {
  background-image: url("../img/blog/3.jpg");
}

.rp-bg4 {
  background-image: url("../img/blog/4.jpg");
}

/* End Resent posts with thumb */
/* Start Video CSS */
.video-bg1 {
  background-image: url("../img/video/1.jpg");
}

.video-bg2 {
  background-image: url("../img/video/2.jpg");
}

.video-bg3 {
  background-image: url("../img/video/3.jpg");
}

.video-section {
  background-color: #f9f9f9;
}

.video-section .video-title {
  text-align: center;
  margin-bottom: 60px;
}

.video-section .video-title h2 {
  font-size: 36px;
  color: #212121;
  font-weight: 600;
  margin: 0px 0px 50px 0;
  position: relative;
}

.video-section .video-title h2::before {
  content: "";
  position: absolute;
  height: 4px;
  width: 85px;
  background: #000!important;
  bottom: -25px;
  margin-left: 82px;
}

.video-section .video-title p {
  font-size: 16px;
  color: #797979;
  max-width: 670px;
  margin: auto;
  line-height: 30px;
}

.video-section .video-content {
  position: relative;
  height: 400px;
  background-size: cover;
  background-position: center center;
  text-align: center;
  margin-bottom: 30px;
}

.video-section .video-content::before {
  content: '';
  background-color: #000;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  opacity: .30;
}

.video-section .video-content .video-btn a {
  color: #000!important;
  display: inline-block;
  width: 70px;
  height: 70px;
  line-height: 72px;
  background: #ffffff;
  position: relative;
  font-size: 30px;
  z-index: 1;
  border-radius: 50%;
  padding-left: 2px;
}

.video-section .video-content .video-btn a::after {
  z-index: -1;
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 70px;
  height: 70px;
  -webkit-animation: ripple 1.6s ease-out infinite;
  animation: ripple 1.6s ease-out infinite;
  opacity: 0;
  border-radius: 50%;
  background: #ffffff;
}

.video-section .video-content .video-btn a:hover {
  color: #000!important;
  background: #ffffff;
  -webkit-transition: .6s;
  transition: .6s;
  -webkit-transition: 0.5s;
  text-decoration: none;
}

.video-section .video-content .video-btn a i::before {
  font-size: 40px;
}

@-webkit-keyframes ripple {
  0%, 35% {
    -webkit-transform: scale(0);
    transform: scale(0);
    opacity: 1;
  }
  50% {
    -webkit-transform: scale(1.5);
    transform: scale(1.5);
    opacity: 0.8;
  }
  100% {
    opacity: 0;
    -webkit-transform: scale(2);
    transform: scale(2);
  }
}

@keyframes ripple {
  0%, 35% {
    -webkit-transform: scale(0);
    transform: scale(0);
    opacity: 1;
  }
  50% {
    -webkit-transform: scale(1.5);
    transform: scale(1.5);
    opacity: 0.8;
  }
  100% {
    opacity: 0;
    -webkit-transform: scale(2);
    transform: scale(2);
  }
}

.video-section .owl-dots .owl-dot {
  position: relative;
  top: 15px;
}

.video-section .owl-dots .owl-dot span {
  width: 16px;
  height: 16px;
  margin: 5px 6px;
  background: #abaaaa;
  display: block;
  border-radius: 30px;
  border: none;
}

.video-section .owl-dots .owl-dot.active span {
  background: #000!important;
}

/* End Video Style */
/* Start About Three Style */
.about-three {
  padding-top: 100px;
  padding-bottom: 100px;
}

.about-three .about-download {
  margin-top: 30px;
  border-top: none;
}

.about-three .about-download h3 {
  font-size: 20px;
  color: #212121;
  font-weight: 600;
  margin: 0 0 20px 0;
}

.about-three .about-download .download-list {
  padding-left: 0;
  margin-bottom: 0;
}

.about-three .about-download .download-list li {
  list-style-type: none;
  font-size: 16px;
  font-weight: 500;
  padding-right: 5px;
  line-height: 50px;
}

.about-three .about-download .download-list a {
  color: #212121;
}

.about-three .about-download .download-list i::before {
  font-size: 20px;
  margin-right: 6px;
  color: #000!important;
}

.about-three .about-button {
  margin-top: 40px;
  padding-left: 5px;
}

.about-three .about-button .about-btn-one {
  display: inline-block;
  padding: 25px 25px;
  background-color: #000!important;
  color: #ffffff;
  font-size: 14px;
  font-weight: 600;
  border: 1px solid #000!important;
  text-transform: uppercase;
}

.about-three .about-button .about-btn-one:hover {
  background-color: #ffffff;
  color: #000!important;
  text-decoration: none;
  -webkit-transition: .6s;
  transition: .6s;
  -webkit-transition: 0.5s;
}

.about-three .about-button .about-btn-two {
  display: inline-block;
  padding: 25px 25px;
  background-color: transparent;
  color: #212121;
  border: 1px solid #b7b7b7;
  border-right: none;
  border-left: none;
  font-size: 14px;
  font-weight: 600;
  text-transform: uppercase;
}

.about-three .about-button .about-btn-two:hover {
  background-color: #000!important;
  color: #ffffff;
  text-decoration: none;
  -webkit-transition: .6s;
  transition: .6s;
  -webkit-transition: 0.5s;
  border: 1px solid #000!important;
  border-right: none;
  border-left: none;
}

.about-three .about-button .about-btn-three {
  display: inline-block;
  padding: 25px 25px;
  background-color: transparent;
  color: #212121;
  border: 1px solid #b7b7b7;
  font-size: 14px;
  font-weight: 600;
  text-transform: uppercase;
}

.about-three .about-button .about-btn-three:hover {
  background-color: #000!important;
  color: #ffffff;
  text-decoration: none;
  -webkit-transition: .6s;
  transition: .6s;
  -webkit-transition: 0.5s;
  border: 1px solid #000!important;
}

.about-three .about-button li {
  display: inline-block;
  list-style-type: none;
  margin-left: -4px;
}

.about-three .about-image {
  position: relative;
}

.about-three .about-image img {
  max-width: 120%;
}

.about-three .about-image .book-image {
  position: absolute;
  right: 140px;
  bottom: -18px;
  z-index: -1;
  width: 50%;
}

/* End About Three Style */
/* Start Services two Style */
.services-two {
  padding-top: 100px;
  padding-bottom: 70px;
  background-image: url(../../assets/img/building.png);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
  z-index: 1;
}

.services-two::before {
  content: '';
  position: absolute;
  height: 100%;
  width: 100%;
  left: 0;
  right: 0;
  top: 0;
  background-color: #ffffff;
  opacity: 0.9;
  z-index: -1;
}

.services-two .services-content {
  text-align: left;
  border: 1px solid #bcbcbc;
  padding: 30px;
  margin-bottom: 30px;
}

.services-two .services-content:hover {
  background: #000!important;
  border: 1px solid #000!important;
  -webkit-transition: .6s;
  transition: .6s;
  -webkit-transition: 0.5s;
}

.services-two .services-content:hover:hover h2 {
  color: #ffffff;
}

.services-two .services-content:hover:hover p {
  color: #ffffff;
}

.services-two .services-content:hover:hover i::before {
  color: #ffffff;
}

.services-two .services-content:hover:hover .read-more-btn {
  color: #ffffff;
}

.services-two .services-content h2 {
  font-size: 20px;
  color: #212121;
  font-weight: 600;
  margin: 20px 0 5px;
}

.services-two .services-content p {
  font-size: 16px;
  color: #797979;
  font-weight: 500;
  line-height: 30px;
}

.services-two .services-content i::before {
  font-size: 50px;
  color: #000!important;
}

.services-two .services-content .services-btn .read-more-btn {
  display: inline-block;
  font-size: 16px;
  color: #000!important;
  font-weight: 500;
}

.services-two .services-content .services-btn .read-more-btn:hover {
  text-decoration: none;
}

.services-two .services-content .services-btn i::before {
  font-size: 16px;
  color: #424242;
  position: relative;
  top: 2px;
  left: 4px;
}

/* End Services two Style */
/* Start Likes Style */
.likes-section .fun-fact-area {
  text-align: center;
  margin-top: 100px;
  max-width: 540px;
  margin-left: auto;
  padding-right: 50px;
}

.likes-section .fun-fact-area .fun-fact {
  text-align: center;
  background-color: #ffffff;
  padding: 50px;
  display: inline-block;
  margin-bottom: 35px;
}

.likes-section .fun-fact-area .fun-fact li {
  list-style-type: none;
  font-size: 20px;
  color: #212121;
  font-weight: 600;
}

.likes-section .fun-fact-area .fun-fact p {
  font-size: 20px;
  color: #212121;
  font-weight: bold;
  margin: 0;
}

.likes-section .fun-fact-area .fun-fact i::before {
  color: #1b75bb;
  margin-right: 8px;
  font-size: 35px;
}

/* End Likes Style */
/* Start testimonials-two Style */
.testimonials-two {
  padding-top: 100px;
  padding-bottom: 100px;
}

.testimonials-two .testimonials-area .testimonials-content {
  text-align: center;
  background-color: #f9f9f9;
  padding: 20px;
  -webkit-box-shadow: 1px 20px 20px 5px rgba(57, 60, 245, 0);
  box-shadow: 1px 20px 20px 5px rgba(57, 60, 245, 0);
  border-radius: 15px 15px 0 0;
}

.testimonials-two .testimonials-area .testimonials-content p {
  font-size: 16px;
  color: #797979;
  line-height: 30px;
  margin: 10px 0 0 0;
  font-style: normal;
  position: relative;
}

.testimonials-two .testimonials-area .testimonials-content p::before {
  content: '';
  position: absolute;
  height: 1px;
  width: 96px;
  bottom: -20px;
  background-color: #000!important;
  left: 34%;
}

.testimonials-two .testimonials-area .testimonials-content i::before {
  font-size: 40px;
  color: #585959;
}

.testimonials-two .testimonials-area .testimonials-content .testimonials-image img {
  margin-bottom: 20px;
}

.testimonials-two .testimonials-area .testimonials-content-text {
  text-align: center;
  background-color: #f9f9f9;
  padding: 20px;
  -webkit-box-shadow: 7px 5px 30px rgba(72, 73, 121, 0.15);
  box-shadow: 1px 20px 20px 5px rgba(57, 60, 245, 0.15);
  border-radius: 15px 15px 0 0;
  border-bottom: 4px solid #000!important;
}

.testimonials-two .testimonials-area .testimonials-content-text p {
  font-size: 16px;
  color: #797979;
  line-height: 30px;
  margin: 10px 0 0 0;
  font-style: normal;
  position: relative;
}

.testimonials-two .testimonials-area .testimonials-content-text p::before {
  content: '';
  position: absolute;
  height: 1px;
  width: 96px;
  bottom: -20px;
  background-color: #000!important;
  left: 34%;
}

.testimonials-two .testimonials-area .testimonials-content-text i::before {
  font-size: 40px;
  color: #585959;
}

.testimonials-two .testimonials-area .testimonials-content-text .testimonials-image img {
  margin-bottom: 20px;
}

.testimonials-two .testimonials-area .testimonials-text {
  margin-top: 40px;
  text-align: center;
}

.testimonials-two .testimonials-area .testimonials-text h2 {
  font-size: 18px;
  font-weight: 600;
  margin: 0 0 5px 0px;
}

.testimonials-two .testimonials-area .testimonials-text p {
  font-size: 16px;
  color: #797979;
  line-height: 30px;
  font-style: normal;
  margin: 0;
}

.testimonials-two .testimonials-area .testimonials-text p::before {
  display: none;
}

/* End testimonials-two Style */
/* Start Contact Style */
.contact-form .form-group {
  margin-bottom: 20px;
}

.contact-form label {
  font-weight: 500;
  color: #212121;
  margin-bottom: 10px;
}

.contact-form .form-control {
  background-color: #f1f1f1;
  border-color: #f1f1f1;
  height: 50px;
  padding: 8px 15px;
  border-radius: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
  background-clip: inherit;
  font-size: 14px;
}

.contact-form textarea.form-control {
  height: auto !important;
}

.contact-form .btn {
  background-color: #000!important;
  border-color: #000!important;
  color: #fff;
  border-radius: 0;
  font-size: 15px;
  padding: 10px 30px;
  font-weight: 500;
  outline: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.contact-form .btn:hover {
  background-color: #212121;
  border-color: #212121;
  color: #fff;
}

.contact-form .list-unstyled {
  padding: 0;
  color: red;
  margin-top: 5px;
}

.contact-form .text-danger {
  margin-bottom: 0 !important;
  margin-top: 10px !important;
}

.contact_info h3 {
  font-size: 20px;
  border-bottom: 1px solid #eee;
  padding-bottom: 10px;
  margin-bottom: 20px;
}

.contact_info ul.contact_info_list {
  list-style-type: none;
  padding: 0;
  margin: 20px 0 0;
}

.contact_info ul.contact_info_list li {
  position: relative;
  color: #666;
  margin-bottom: 15px;
  padding-left: 45px;
  font-size: 16px;
  padding-top: 8px;
}

.contact_info ul.contact_info_list li:last-child {
  margin-bottom: 0;
}

.contact_info ul.contact_info_list li i {
  position: absolute;
  left: 0;
  top: 0;
  background: #000!important;
  color: #fff;
  height: 35px;
  width: 35px;
  text-align: center;
  line-height: 35px;
  border-radius: 50%;
}

.contact_info ul.contact_info_list li a {
  color: #666;
}

.contact_info ul.contact_info_list li a:hover {
  color: #000!important;
}

.contact_with_social {
  list-style-type: none;
  padding: 0;
  margin: 30px 0 0;
}

.contact_with_social li {
  display: inline-block;
  margin-right: 5px;
}

.contact_with_social li:last-child {
  margin-right: 0;
}

.contact_with_social li i {
  background-color: #000!important;
  height: 35px;
  width: 35px;
  border-radius: 5px;
  text-align: center;
  color: #fff;
  line-height: 35px;
  display: inline-block;
}

.contact_with_social li i:hover {
  background-color: #212121;
  color: #fff;
}

/* End Contact Style */
/* Faq style */
#accordion .panel {
  margin-bottom: 20px;
}

#accordion .panel:last-child {
  margin-bottom: 0;
}

#accordion .panel-heading {
  position: relative;
}

#accordion .panel-heading .panel-title {
  margin: 0;
}

#accordion .panel-heading .panel-title a {
  display: block;
  padding: 20px 60px 20px 30px;
  margin: 0;
  background: #000!important;
  font-size: 16px;
  color: #fff;
  text-transform: capitalize;
  position: relative;
}

#accordion .panel-heading .panel-title a:before, #accordion .panel-heading .panel-title a.collapsed:before {
  content: "";
  width: 20px;
  height: 2px;
  background: #fff;
  position: absolute;
  top: 30px;
  right: 30px;
}

#accordion .panel-heading .panel-title a:after, #accordion .panel-heading .panel-title a.collapsed:after {
  content: "";
  width: 2px;
  height: 20px;
  background: #fff;
  position: absolute;
  top: 22px;
  right: 39px;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

#accordion .panel-heading .panel-title a:after {
  height: 0;
}

#accordion .panel-body {
  padding: 20px 30px 10px;
  background: #f9f9f9;
  border: 1px solid #f5f1f1;
}

/* End Faq style */
/* Start Project-two Style */
.project-two-section {
  padding-bottom: 80px;
}

.project-two-section .project-title {
  text-align: center;
  position: relative;
  margin-bottom: 60px;
}

.project-two-section .project-title h2 {
  font-size: 36px;
  color: #212121;
  font-weight: 600;
  margin: 0;
  position: relative;
  z-index: 1;
}

.project-two-section .project-title img {
  position: absolute;
  left: 44%;
  top: -14px;
}

.project-two-section .filter-menu {
  list-style-type: none;
  padding: 0;
  text-align: center;
}

.project-two-section .filter-menu li {
  display: inline-block;
  font-weight: 500;
  margin: 0 16px 25px;
  cursor: pointer;
  color: #797979;
}

.project-two-section .filter-menu li:active, .project-two-section .filter-menu li:hover {
  color: #000!important;
  -webkit-transition: .6s;
  transition: .6s;
  -webkit-transition: 0.5s;
}

.project-two-section .filter-menu .filter.active {
  color: #000!important;
}

.project-two-section .no-padding {
  padding: 6px;
}

.project-two-section .single-project {
  margin-bottom: 10px;
}

.project-two-section .single-project .project-image {
  display: block;
  position: relative;
}

.project-two-section .single-project .project-image::before {
  content: "";
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 50%;
  -webkit-transition: .4s;
  transition: .4s;
}

.project-two-section .single-project .project-image:hover::before, .project-two-section .single-project .project-image:focus::before {
  height: 50%;
  background-color: #6c6c6cc7;
}

.project-two-section .single-project .project-image .project-content {
  position: absolute;
  right: 0;
  color: #ffffff;
  margin-top: 0;
  opacity: 0;
  visibility: hidden;
  bottom: 20px;
  font-size: 18px;
  font-weight: bold;
  left: 0;
  text-align: center;
}

.project-two-section .single-project .project-image .project-content:hover {
  text-decoration: none;
}

.project-two-section .single-project .project-image .project-content h2 {
  font-size: 20px;
}

.project-two-section .single-project .project-image:hover .project-content, .project-two-section .single-project .project-image:focus .project-content {
  opacity: 1;
  visibility: visible;
  margin-top: -15px;
}

.project-two-section .single-project .project-image img {
  width: 100%;
}

.project-two-section .single-project-item {
  margin-bottom: 0;
}

.project-two-section .single-project-item .project-image {
  display: block;
  position: relative;
}

.project-two-section .single-project-item .project-image::before {
  content: "";
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 50%;
  -webkit-transition: .4s;
  transition: .4s;
}

.project-two-section .single-project-item .project-image:hover::before, .project-two-section .single-project-item .project-image:focus::before {
  height: 50%;
  background-color: #6c6c6cc7;
}

.project-two-section .single-project-item .project-image .project-content {
  position: absolute;
  right: 0;
  color: #ffffff;
  margin-top: 0;
  opacity: 0;
  visibility: hidden;
  bottom: 20px;
  font-size: 18px;
  font-weight: bold;
  left: 0;
  text-align: center;
}

.project-two-section .single-project-item .project-image .project-content:hover {
  text-decoration: none;
}

.project-two-section .single-project-item .project-image .project-content h2 {
  font-size: 20px;
}

.project-two-section .single-project-item .project-image:hover .project-content, .project-two-section .single-project-item .project-image:focus .project-content {
  opacity: 1;
  visibility: visible;
  margin-top: -15px;
}

.project-two-section .single-project-item .project-image img {
  width: 100%;
  height: 316px;
}

.project-two-section #Container .mix {
  display: none;
}

.project-two-section .project-btn {
  text-align: center;
  margin-top: 20px;
}

.project-two-section .project-btn .project-btn-one {
  display: inline-block;
  padding: 14px 50px;
  background-color: #000!important;
  color: #ffffff;
  border: 1px solid #000!important;
  font-size: 16px;
  font-weight: 600;
}

.project-two-section .project-btn .project-btn-one:hover {
  background-color: #ffffff;
  color: #000!important;
  text-decoration: none;
  -webkit-transition: .6s;
  transition: .6s;
  -webkit-transition: 0.5s;
}

.project-two-section .project-two-title {
  text-align: center;
  position: relative;
  margin-bottom: 30px;
}

.project-two-section .project-two-title h2 {
  font-size: 36px;
  color: #212121;
  font-weight: 600;
  margin: 0;
  position: relative;
  z-index: 1;
}

.project-two-section .project-two-title img {
  position: absolute;
  left: 40%;
  top: -14px;
}

/* End Project-two Style */
p.mb-15 {
  margin-bottom: 15px;
}

/* Start Footer Style */
.footer-section {
  padding-top: 100px;
  padding-bottom: 70px;
  background-image: url(../../assets/img/footer-bg.jpg);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
  z-index: 1;
}

.footer-section::before {
  content: '';
  position: absolute;
  height: 100%;
  width: 100%;
  left: 0;
  right: 0;
  top: 0;
  background-color: #000000;
  opacity: 0.9;
  z-index: -1;
}

.footer-section .footer-content {
  margin-bottom: 30px;
}

.footer-section .footer-content h2 {
  font-size: 22px;
  color: #ffffff;
  margin: 0;
  border-bottom: 1px solid #292828;
  padding-bottom: 15px;
  text-transform: capitalize;
  position: relative;
}

.footer-section .footer-content h2::before {
  content: '';
  position: absolute;
  background-color: #000!important;
  left: 0;
  bottom: -1px;
  width: 30px;
  height: 2px;
}

.footer-section .footer-item {
  margin-bottom: 30px;
}

.footer-section .footer-item p {
  color: #fff;
}

.footer-section .footer-item .footer-btn {
  font-size: 14px;
  font-weight: 500;
  display: inline-block;
  color: #000!important;
}

.footer-section .footer-item .footer-btn:hover {
  padding-left: 5px;
}

.footer-section .footer-item .footer-links {
  padding-left: 0;
  margin-bottom: 0;
  margin-top: 30px;
}

.footer-section .footer-item .footer-links li {
  list-style-type: none;
  display: inline-block;
}

.footer-section .footer-item .footer-links i {
  display: inline-block;
  height: 30px;
  width: 30px;
  background-color: #323435;
  line-height: 30px;
  text-align: center;
  font-size: 16px;
  border: 1px solid #323435;
  color: #fff;
  border-radius: 2px;
  margin: 0 4px 0 0px;
  -webkit-transition: .5s;
  transition: .5s;
}

.footer-section .footer-item .footer-links i:hover {
  background-color: #000!important;
  color: #ffffff;
}

.footer-section .footer-item .footer-links a {
  text-decoration: none;
}

.footer-section .menu-item {
  padding-left: 30px;
}

.footer-section .menu-item .quick-menu {
  margin-bottom: 30px;
  padding-left: 0;
}

.footer-section .menu-item .quick-menu li {
  color: #ffffff;
  list-style-type: none;
  line-height: 25px;
  margin-bottom: 15px;
}

.footer-section .menu-item .quick-menu a {
  color: #ffffff;
}

.footer-section .menu-item .quick-menu a:hover {
  color: #000!important;
  -webkit-transition: .6s;
  transition: .6s;
  -webkit-transition: 0.5s;
  text-decoration: none;
}

.footer-section .instagram-feed {
  padding: 0;
  overflow: hidden;
  margin-bottom: 30px;
  list-style-type: none;
}

.footer-section .instagram-feed li {
  width: 33.33%;
  float: left;
  padding: 2px;
}

.footer-section .instagram-feed img {
  max-width: 100px;
  width: 100%;
}

.footer-section .footer-info {
  margin-bottom: 30px;
}

.footer-section .footer-info h3 {
  font-size: 16px;
  color: #ffffff;
  margin: 1px 0 45px 0;
}

.footer-section .footer-info h3:last-child {
  margin-bottom: 0;
}

.footer-section .footer-info a {
  text-decoration: none;
  color: #ffffff;
}

.footer-section .footer-info p {
  color: #ffffff;
}

.footer-section .footer-info .contact-info {
  list-style-type: none;
  padding: 0;
  margin: 0;
}

.footer-section .footer-info .contact-info li {
  margin-bottom: 15px;
  color: #fff;
  position: relative;
  padding-left: 28px;
  line-height: 25px;
}

.footer-section .footer-info .contact-info li i {
  margin-right: 5px;
  position: absolute;
  left: 0;
  top: 0;
}

.footer-section .footer-info .contact-info li i::before {
  font-size: 15px;
}

.footer-section .footer-info .contact-info li a:hover {
  color: #000!important;
}

/* End Footer Style */
/* Start Footer-bottom Style */
.footer-bottom {
  background-color: #000;
  padding-top: 15px;
  padding-bottom: 15px;
}
section.search {
    background-image: url("../images/s3.jpg");
    background-attachment: fixed;
    background-position: top;
    /* background-repeat: no-repeat; */
    background-size: cover;
    /* height: 4rem; */
    padding-top: 150px !important;
    position: relative;
    padding-bottom: 100px!important;
}
form {
    width: 100% !important;
    margin: 0 !important;
    float: left;
    box-sizing: border-box;
    background: #fbfbfb;
    padding: 15px;
    border: 1px solid #e6e6e6;
    margin-bottom: 30px!important;
}
button.btn.btn-danger.btn-lg {
    background:#000!important;
}
.footer-bottom .bottom-content {
  text-align: center;
}

.footer-bottom .bottom-content p {
  color: #ffffff;
  margin: 0;
}
section.some_text {
    padding:30px 0px;
}
section.tools {
    padding: 75px 0px!important;
}
.img_texts {
    border: 1px solid #000000;
    text-align: center;
    padding: 25px;
    margin-top: 20px!important;
}
.img_texts>i {
    text-align: center;
    width: 75px;
    height: 75px;
    line-height: 75px;
    font-size: 75px;
    color: #000000;
    margin-bottom: 15px;
}
h3.h3_texts {
    color: #000000;
    text-align: center;
    margin-bottom: 15px;
    font-weight: normal;
    font-family: "Open Sans Light", Arial, Helvetica, sans-serif!important;
}
/* End Footer-bottom Style */
/* Start Button style */
#toTop {
  position: fixed;
  bottom: 20px;
  right: 20px;
  cursor: pointer;
  display: none;
  z-index: 99999;
  background: #000!important;
  color: #ffffff;
  border: 1px solid #000!important;
  border-radius: 100%;
  width: 50px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  -webkit-box-shadow: 0px 0px 10px rgba(255, 255, 255, 0.4);
  box-shadow: 0px 0px 10px rgba(255, 255, 255, 0.4);
  display: none!important;
}

#toTop:hover {
  background-color: #212121;
  border: 1px solid #212121;
  color: #fff;
  -webkit-transition: .6s;
  transition: .6s;
  -webkit-transition: 0.5s;
}

#toTop .top-arrow i::before {
  color: #ffffff;
  display: inline-block;
  font-size: 25px;
  top: 3px;
  position: relative;
}

/* End Button style */
/*# sourceMappingURL=style.css.map */