/* Default CSS */

@import url("https://fonts.googleapis.com/css?family=Roboto:300,300i,400,400i,500,500i,700&amp;display=swap");

@import url("https://fonts.googleapis.com/css?family=Montserrat:400,500,600,700,800&amp;display=swap");

body {

  font-family: "Roboto", sans-serif;

  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: "Montserrat", sans-serif;

  font-weight: bold;

  color: #212121;

}



img {

  max-width: 100%;

}



p {

  font-size: 15px;

  line-height: 26px;

  color: #666;

  margin-bottom: 10px;

}



.section-title {

  text-align: center;

  margin-bottom: 60px;

}



.section-title h2 {

  font-size: 32px;

  margin: -5px 0 0;

  position: relative;

  padding-bottom: 20px;

  color: #000;

}



.section-title h2::before {

  content: '';

  position: absolute;

  background-color: #000;

  height: 2px;

  width: 100px;

  bottom: 0;

  left: 0;

  right: 0;

  margin: auto;

}



.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: #154689;

  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: 10px;

  padding-bottom: 10px;

  background: #181718;

}



.header-info {

  padding-left: 0;

  margin-bottom: 0;

  margin-top: 2px;

}



.header-info li {

  list-style-type: none;

  display: inline-block;

  color: #ffffff;

  font-size: 14px;

  margin-right: 15px;

}



.header-info li:last-child {

  margin-right: 0;

}



.header-info li i::before {

  margin-right: 5px;

  color: #ffffff;

  font-size: 15px;

  font-weight: bold;

  margin-left: 0;

}



.header-info li a {

  text-decoration: none;

  color: #ffffff;

}



.header-info li a:hover {

  color: #ffffff;

}



.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: #ffffff;

  line-height: 27px;

  text-align: center;

  font-size: 14px;

  color: #d3000b;

  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: 100%;

}



.navbar-light .navbar-brand {

  padding-top: 0;

  padding-bottom: 0;

  margin-right: 10px;

  line-height: normal;

}



.navbar-light .navbar-nav .nav-link {

  color: #463d3d;

  font-size: 15px;

  font-weight: 500;

  padding-top: 30px;

  padding-bottom: 30px;

  padding-left: 15px;

  padding-right: 28px;

  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: #154689;

}



.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;

}



.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: #154689;

  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: #154689;

  background-color: #f1f1f1;

}



.navbar-light .nav-btn .nav-btn-one {

  display: inline-block;

  padding: 10px 20px;

  color: #ffffff;

  font-size: 14px;

  font-weight: 500;

  border: 0;

  background: linear-gradient(to right, #154689, #d3000b);

}



.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: .70;

  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: #154689;

  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: #154689 !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: #154689 !important;

  color: #fff;

}



.item-bg-1 {

  background-image: url(../img/home-slider/1.jpg);

}



.item-bg-2 {

  background-image: url(../img/home-slider/2.jpg);

}



.item-bg-3 {

  background-image: url(../img/home-slider/3.jpg);

}



.hero-slider-content .welcome {

  color: #154689;

  margin-bottom: 10px;

  display: block;

  font-weight: 500;

  font-size: 17px;

}



.hero-slider-content .heading {

  color: #fff;

  font-size: 40px;

  margin-bottom: 20px;

  line-height: 1.4;

}



.hero-slider-content p {

  color: #ffffff;

  margin-bottom: 30px;

  font-size: 19px;

}



.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: #194d98;

  margin-right: 20px;

  /*padding-left: 35px;*/

}



.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: #154689;

}



.hero-slider-content ul li h5 {

  font-size: 18px;

  margin: 0 0 5px;

  color: #425796;

}



.hero-slider-content ul li span {

  line-height: 1;

}



.hero-slider-content .price {

  color: #1b468b;

  font-weight: bold;

  font-size: 25px;

}



.hero-slider-content .hero-btn {

  margin-top: 30px;

}



.hero-btn a {

  background-color: #154689;

  color: #fff;

  display: inline-block;

  padding: 10px 25px;

}



.hero-btn a:hover {

  background-color: #fff;

  color: #154689;

}



.hero-btn .popup-youtube {

  background-color: #fff;

  color: #235196;

}



.hero-btn .popup-youtube:hover {

  background-color: #154689;

  color: #fff;

}



/* 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: #154689;

  color: #ffffff;

  border: 1px solid #154689;

  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: #154689;

  -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: 50px;

}



.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: #c60413;

  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: #154689;

  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: #154689;

  color: #ffffff;

  font-size: 14px;

  font-weight: 600;

  border: 1px solid #154689;

  text-transform: uppercase;

}



.about-section .about-button .about-btn-one:hover {

  background-color: #ffffff;

  color: #154689;

  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: #154689;

  color: #ffffff;

  text-decoration: none;

  -webkit-transition: .6s;

  transition: .6s;

  -webkit-transition: 0.5s;

  border: 1px solid #154689;

  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: #154689;

  color: #ffffff;

  text-decoration: none;

  -webkit-transition: .6s;

  transition: .6s;

  -webkit-transition: 0.5s;

  border: 1px solid #154689;

}



.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: #154689;

}



.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: #154689 !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: #154689 !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(../img/building.png);

  background-position: center;

  background-size: cover;

  background-repeat: no-repeat;

  position: relative;

  z-index: 1;

  padding-top: 100px;

}



.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: #154689;

  border: 1px solid #154689;

  -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: #154689;

  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: #154689;

}



.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;

  padding-top: 100px;

  background: url(../img/pricing-background.jpg);

  background-size: cover;

  background-position: center;

 

}



.tab-section .tabs-work {

  

  -webkit-transform: translateY(50%);

          transform: translateY(50%);

}



.tab-section .tabs-work li {

  list-style-type: none;

  display:inline-block;

  width: 12.2%;

}



.tab-section .tabs-work li.current a {

 background: linear-gradient(to right, #f44336, #f44336);

  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: #154689;

  color: #ffffff;

  -webkit-transition: .6s;

  transition: .6s;

  -webkit-transition: 0.5s;

}



.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: 30px;

  padding-top: 30px;

  padding-bottom: 30px;

  margin: 0 auto;

}



.tab-section .tab-style-area .tab_content .tabs_item .tab-inner-content h2 {

  font-size: 23px;

  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 #154689;

  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: #154689;

  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: #154689;

  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: #154689;

}



.tab-section .tab-video .video-btn a:hover {

  color: #154689;

  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(../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: #154689;

  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: #154689;

  -webkit-transition: .6s;

  transition: .6s;

  -webkit-transition: 0.5s;

}



.gallery-section .filter-menu .filter.active {

  position: relative;

  color: #154689;

}



.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: #154689;

  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: #154689;

  color: #fff;

  display: inline-block;

  padding: 10px 30px;

}



.gallery-section .gallery-btn .gallery-btn-one:hover {

  background-color: #212121;

  color: #fff;

}



/* End Gallery Style */

/* Start Testimonials Style */

.testimonials-section {

  padding-top: 100px;

  padding-bottom: 100px;

  background-image: url(../img/building.png);

  background-position: center;

  background-size: cover;

  background-repeat: no-repeat;

  position: relative;

  z-index: 1;

}



.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;

}



.testimonials-section .testimonials-slider .testimonials-content {

  text-align: center;

  background-color: #f9f9f9;

  padding: 30px 20px;

  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 #154689 !important;

}



.testimonials-section .testimonials-slider .center .testimonials-content {

  border-bottom: none;

}



.testimonials-section .testimonials-slider .center .testimonials-content i::before {

  color: #154689;

}



.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: #154689;

  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: #154689;

  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: #154689;

}



.agent-text-content .agent-list li a {

  color: #666;

}



.agent-text-content .agent-list li a:hover {

  color: #154689;

}



.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: #154689;

  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: #154689;

  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 #154689;

}



.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;

}



.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;

}



.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: #154689;

  -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 #154689;

  padding: 7px 20px;

  display: inline-block;

  margin-top: 20px;

  background-color: #154689;

  color: #fff;

}



.blog-item .blog-content .blog-btn-one:hover {

  background-color: #212121;

  color: #fff;

  border: 1px solid #212121;

}



.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;

  height: 35px;

  width: 35px;

  border-radius: 50%;

  color: #154689;

  display: inline-block;

  text-align: center;

  line-height: 35px;

}



.pagination li a.active, .pagination li a:hover {

  background-color: #154689;

  color: #fff;

}



.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: #154689;

}



.blog-details .blog-details-content .blog-list li i {

  color: #154689;

  margin-right: 5px;

}



.blog-details .blog-details-content blockquote {

  background: #fafafa;

  border-left: 3px solid #154689;

  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: #154689;

}



.blog-details .blog-details-content .post-tag-media ul li a:hover {

  background-color: #154689;

  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: #154689;

  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;

}



.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: #154689;

  color: #ffffff;

  font-size: 14px;

  font-weight: 500;

  border: 1px solid #154689;

  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;

  color: #3dc5ff;

  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: #154689;

  -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: #154689;

  -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: #154689;

  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/3.jpg");

  background-position: center center;

  background-size: cover;

  position: relative;

  height: 650px;

}



.main-banner::before {

  content: '';

  background: #0000;

  position: absolute;

  width: 100%;

  height: 100%;

  top: 0;

  left: 0;

  opacity: .60;

}



.get-appointment-form {

  background: linear-gradient(to right, #154689, #b10811);

  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-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: #1b4384;

  border: 1px solid #867f7f;

  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: #154689;

}



/* End Main-banner Style */

/* Start Top-service Style */

.top-service-section {

  padding-top: 100px;

  padding-bottom: 50px;

  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);

  padding: 10px;

  z-index: 999;

}



.top-service-section .top-service-content:hover {


  -webkit-transition: .6s;

  transition: .6s;

  -webkit-transition: 0.5s;

  position: relative;

}


.top-service-section .top-service-content p {

  color: #ffffff;

}



.top-service-section .top-service-content:hover:hover i::before {

  color: #ffffff;

}



.top-service-section .top-service-content h2 {

  font-size: 24px;

  margin: 20px 0 20px;

  position: relative;

  z-index: 999;

  color:#e4dddd;

}
.top-service-section .top-service-content img{height: 250px;width: 150%;margin-bottom: 20px;}


.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: #154689;

  position: relative;

  z-index: 999;

  line-height: normal;

}



.top-service-section .top-image {

  position: relative;

}



.top-service-section .top-image img {

  position: absolute;

  bottom: 56px;

  right: 48px;

  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: #154689;

  color: #ffffff;

  font-size: 14px;

  font-weight: 600;

  border: 1px solid #154689;

  text-transform: uppercase;

}



.about-two-section .about-two-button .about-btn-one:hover {

  background-color: #ffffff;

  color: #154689;

  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: #154689;

  color: #ffffff;

  text-decoration: none;

  -webkit-transition: .6s;

  transition: .6s;

  -webkit-transition: 0.5s;

  border: 1px solid #154689;

  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: #154689;

  color: #ffffff;

  text-decoration: none;

  -webkit-transition: .6s;

  transition: .6s;

  -webkit-transition: 0.5s;

  border: 1px solid #154689;

}



.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: #154689;

  color: #ffffff;

  border: 1px solid #154689 !important;

  border-radius: 50px;

}



.amentities-section .amentities-slider .owl-prev:hover {

  background-color: #ffffff;

  color: #154689;

  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: #154689;

  color: #ffffff;

  border: 1px solid #154689 !important;

  border-radius: 50px;

}



.amentities-section .amentities-slider .owl-next:hover {

  background-color: #ffffff;

  color: #154689;

  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: #154689;

  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: #154689;

  color: #ffffff;

  border: 1px solid #154689;

  font-size: 16px;

  font-weight: 600;

}



.amentities-section .amentities-btn .amentities-btn-one:hover {

  text-decoration: none;

  background-color: #ffffff;

  color: #154689;

  -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(../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(../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(../img/description-bg.html);

  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: #154689;

  -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: #154689;

  -webkit-transition: .6s;

  transition: .6s;

  -webkit-transition: 0.5s;

}



.description-area .description-slider .owl-dots .owl-dot.active span {

  background: #154689;

}



.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(../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: #154689;

  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: #154689;

  -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: #154689;

  color: #ffffff;

  border: 1px solid #154689;

  font-size: 16px;

  font-weight: 600;

}



.project-section .project-btn .project-btn-one:hover {

  background-color: #ffffff;

  color: #154689;

  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: #154689;

  color: #ffffff;

  border: 1px solid #154689;

  font-size: 16px;

  font-weight: 600;

}



.apartment-section .apartment-details .apartment-btn .apartment-btn-one:hover {

  background-color: #ffffff;

  color: #154689;

  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: #154689;

  -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: #154689;

  -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: #154689;

  -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(../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(../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: #154689;

  color: #ffffff;

  font-size: 16px;

  font-weight: 600;

  width: 100%;

  border: 1px solid #154689;

  outline: 0;

  cursor: pointer;

}



.get-section .get-style .get-form .get-form-area .send-btn .form-btn-one:hover {

  background-color: #ffffff;

  color: #154689;

  -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: #154689;

  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: #154689;

  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: #154689;

}



.widget_categories ul li a {

  font-weight: 500;

  color: #666;

}



.widget_categories ul li a:hover {

  color: #154689;

}



.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: #154689;

  border-color: #154689;

  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: #154689;

}



.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: #154689;

  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: #154689;

  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: #154689;

  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: #154689;

}



/* 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: #154689;

}



.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: #154689;

  color: #ffffff;

  font-size: 14px;

  font-weight: 600;

  border: 1px solid #154689;

  text-transform: uppercase;

}



.about-three .about-button .about-btn-one:hover {

  background-color: #ffffff;

  color: #154689;

  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: #154689;

  color: #ffffff;

  text-decoration: none;

  -webkit-transition: .6s;

  transition: .6s;

  -webkit-transition: 0.5s;

  border: 1px solid #154689;

  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: #154689;

  color: #ffffff;

  text-decoration: none;

  -webkit-transition: .6s;

  transition: .6s;

  -webkit-transition: 0.5s;

  border: 1px solid #154689;

}



.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(../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: #154689;

  border: 1px solid #154689;

  -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: #154689;

}



.services-two .services-content .services-btn .read-more-btn {

  display: inline-block;

  font-size: 16px;

  color: #154689;

  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: #154689;

  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 #154689;

}



.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: #154689;

  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;

}



.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: #154689;

  border-color: #154689;

  color: #fff;

  border-radius: 0;

  font-size: 15px;

  padding: 10px 30px;

  margin-top: 10px;

  font-weight: 500;

}



.contact-form .btn:hover {

  background-color: #212121;

  border-color: #212121;

  color: #fff;

}



.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: #154689;

  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: #154689;

}



.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: #154689;

  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: #154689;

  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: #154689;

  -webkit-transition: .6s;

  transition: .6s;

  -webkit-transition: 0.5s;

}



.project-two-section .filter-menu .filter.active {

  color: #154689;

}



.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: #154689;

  color: #ffffff;

  border: 1px solid #154689;

  font-size: 16px;

  font-weight: 600;

}



.project-two-section .project-btn .project-btn-one:hover {

  background-color: #ffffff;

  color: #154689;

  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(../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: #154689;

  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: #154689;

}



.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: #154689;

  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: #154689;

  -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: #154689;

}



/* End Footer Style */

/* Start Footer-bottom Style */

.footer-bottom {

  background-color: #21365f;

  padding-top: 20px;

  padding-bottom: 20px;

}



.footer-bottom .bottom-content {

  text-align: center;

}



.footer-bottom .bottom-content p {

  color: #ffffff;

  margin: 0;

}



/* End Footer-bottom Style */

/* Start Button style */



#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 */

.footer_up_line p a {

    margin: 0;

    color: #fff !important;

    font-size: 13.5px;

    line-height: 15px;

}

.text-primary {

    color: #154689!important;

}

.mobile_button {

    position: fixed;

    left: 36%;

    height: 70px;

    width: 70px;

    bottom: 3px;

    z-index: 999999999;

}

.m-auto-left{

	margin-left:auto;

}

@media only screen

and (min-width : 1224px) {

button.btn.mb.hidden-md.hidden-lg {

    display: none;

}

}

.top-arrow

{

    position: fixed;

    right: 10px;

    bottom: 30px;

    z-index: 999999999;

    background: rgb(203, 1, 12);

    display: block;

    padding: 10px;

    font-size: 16px;

    color: rgb(255, 255, 255);

    cursor: pointer;



}

.tab_content {

    margin-top: 60px;

}

table.table.table-bordered.price-table th  {

    border: 1px solid #ccc;

   

    text-align: center;

    

    

}

.pp_bg_1 {

    background: #F44336 !important;

    color: #fff !important;

}

.table-bordered td{

	text-align:left;

}

.table-bordered tr:nth-child(even) {

background:#f7f7f7;

}

.table-bordered tr:nth-child(odd) {

background:#fff;

}

.pp_bg_2 {

    background: #9C27B0;

    color: #fff;

}

.pp_bg_3 {

    background: #2196F3;

    color: #fff;

}

.pp_bg_4 {

    background: #673AB7;

    color: #fff;

}

.pp_bg_5 {

    background: #009688;

    color: #fff;

}

.pp_bg_6 {

    background: #FFC107;

    color: #4a4747;

}

.errorText {
  font-size: 12px;
  color: #FFF;
  margin-top: 5px;
}

.navbar-brand img{max-height: 80px;}
.navbar{padding: 15px 0;}
.navbar-light .nav-btn .nav-btn-one,.hero-btn a{order: none;
  padding: 10px 20px;
  text-transform: capitalize;
  border-radius: 0px 10px;
  cursor: pointer;
  color: #fff;
  display: inline-block;
  font-size: 16px;
  background-size: 200%;
  transition: 0.6s;
  box-shadow: 0px 7px 21px 0px rgb(245 24 24 / 40%);
  background-image: linear-gradient(to left, #970000, #970000, #400707);
  background-position: right;background: #dd3333;}
  .top-service-section{padding-top: 60px;}

  .main-banner .hero-btn a{border: 2px solid #FFF;font-size: 20px;}
.pricing {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.pricing .plan {
  background-color: #fff;
  padding: 2rem;
  margin: 10px;
  border-radius: 5px;
  text-align: center;
  transition: 0.3s;
  cursor: pointer;
  border: 1px solid #ccc;
  width: calc(19% - 24px);
}
.pricing .plan h2 {
  font-size: 24px;
  margin-bottom: 15px;
  position: relative;
  background: #FFF;
  display: inline-block;
  z-index: 1;
  padding: 0 8px;
}
.planHead{position: relative;}
.planHead .planLine{content: "";width: 100%;height: 3px;background: #dd3333;display: block;position: absolute;top:15px;}

/* .pricing .plan h2 {
  font-size: 16px;
  background: #d3000b;
  color: #FFF;
  font-weight: 500;
  font-family: "Roboto", sans-serif;
  display: inline-block;
  padding: 5px 10px;
} */
.pricing .plan .price {
  margin-bottom: 1rem;
  font-size: 30px;
}
.pricing .plan ul.features {
  list-style-type: none;
  text-align: center;
  padding-left: 10px;
}
.pricing .plan ul.features li {
  margin: 8px;
  font-size: 18px;
}
.pricing .plan ul.features li .fas {
  margin-right: 4px;
}
.pricing .plan ul.features li .fa-check-circle {
  color: #6ab04c;
}
.pricing .plan ul.features li .fa-times-circle {
  color: #eb4d4b;
}
.pricing .plan a {
  border: none;
  width: 100%;
  padding: 10px 30px;
  margin-top: 30px;
  background-color: #dd3333;
  color: #FFF;
  border-radius: 30px;
  cursor: pointer;
  font-size: 16px;
  display: block;
  font-weight: 500;
  border: 2px solid #dd3333;
}
.pricing .plan.popular {
  border: 2px solid #dd3333;
  position: relative;
  transform: scale(1.08);
}
.pricing .plan.popular span.popular {
  position: absolute;
  top: -15px;
  left: 50%;
  transform: translateX(-50%);
  background-color: #dd3333;
  color: #fff;
  padding: 4px 20px;
  font-size: 14px;
  border-radius: 5px;
}
.pricing .plan:hover {
  box-shadow: 5px 7px 67px -28px rgba(0, 0, 0, 0.37);
}
.hero-btn a{margin-bottom: 10px;}
#pricing{background: #f7f7f7;padding-bottom: 80px;}
.main-banner::before {
  content: '';
  background: #D71302B8;
  opacity: 1;
}
.hero-btn .popup-youtube{background: #FFF;color: #181718;text-transform: lowercase;}
/* .hero-btn a:hover{color: #FFF;} */
.hero-btn .popup-youtube:hover{background: #181718;color: #FFF;}
.get-appointment-form{background: #970000;border-radius: 0 10px;background-color: transparent;
  background-image: linear-gradient(180deg, #E92804B0 0%, #FFFFFF9C 100%);box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.5);}
.get-appointment-form .btn{box-shadow: 0px 7px 21px 0px rgb(245 24 24 / 40%);border-radius: 0 10px;background: #181718;border: 1px solid transparent;transition: 0.6s;}
.get-appointment-form .btn:hover{border: 1px solid #181718;color: #181718;}
.speedBg{background: #dd3333;width: 85px;height: 85px;border-radius: 50%;margin: 20px auto;padding: 30px 5px;line-height: 1;color: #FFF;position: relative;}
.speedBg::after {
  content: "";
  position: absolute;
  width: 99px;
  height: 99px;
  left: -7px;
  top: -7px;
  border: 2px solid #dd3333;
  display: block;
  border-radius: 50%;
}
.speedBg strong{font-size: 24px;display: block;color: #f6fe22;}
.footer-bottom{background: #333;}
.footer_up_line{padding: 20px 0;}
.social-links i:hover {background-color: #FFF;color: #d3000b;}
.ottApps li{list-style-type: none;display: inline-block;width: 50px;margin-right: 0;}
.ottApps li.primeIcon img{max-height: 35px;}
.ottApps{text-align: center;padding-left: 0;}
.wpIcon {
  position: fixed;
  right: 20px;
  bottom: 20px;
  z-index: 999;
  box-shadow: 1px 1px 3px rgb(51 51 51 / 70%);
  border-radius: 50%;
}
.main-banner{background: url(../img/banner.jpg) no-repeat;background-position: center center;
  background-repeat: no-repeat;background-size: cover;background-attachment: fixed;}
/* .footer-bottom .bottom-content p{color: #333;font-weight: 500;} */

#features{background-image: url(../img/woman-grown-up-within-3083376.jpg);background-position: center center;background-size: cover;background-attachment: fixed;position: relative;}
#features:before{content:"";height: 100%;width: 100%;top: 0;left: 0;position: absolute;background-image: linear-gradient(180deg, #E40B0B 0%, #f2295b 100%);opacity: 0.5;}
#features h2{color: #FFF;}
#features h2:before{background-color: #FFF;}
.footer_up_line{background-color:#e9edf0; background-image: url(../img/contact-us-2.jpg);
background-position: center right;background-repeat: no-repeat;background-size: auto;padding: 80px 0;}
.footer_up_line .container h2{text-align: left;}
.footer_up_line .section-title h2::before{margin: 0;}
.contactIcons li{list-style-type: none ;margin-bottom: 15px;}
.contactIcons li a{color: #dd3333;font-size: 22px;font-weight: 500;}
.contactIcons{padding-left: 0;margin-top: -15px;}
.navbar-light .navbar-brand{color: rgb(221, 51, 51);font-weight: 600;font-size: 40px;}

@media (max-width: 1300px){
  .pricing .plan{width: calc(25% - 24px);}
  .pricing .plan.popular span.popular{right: 0;
    margin: auto;
    width: 140px;
    top: -17px;left: 0;transform: none;font-size: 16px;}
    .pricing .plan ul.features{padding-left: 0;}
}
@media (max-width: 1200px){
  .pricing .plan{width: calc(30% - 24px);}
}
@media (max-width: 991px){
  .pricing .plan{width: calc(45% - 24px);}
  .container{max-width: 100%;}
  .navbar .nav-btn{padding-top: 5px !important;display: none;}
  .navbar-nav li:last-child .nav-link{padding-right: 0;}
  .top-service-section{padding: 50px 0 !important;}
  .footer_up_line{padding: 30px 0;}
  .footer_up_line .section-title{margin-bottom: 50px;}
}
@media (max-width: 767px){
  .pricing .plan{width: calc(80% - 24px);margin: 0 0 50px;}
  .top-service-section {padding-top: 60px !important;}
  .wpIcon{width: 50px;bottom: 15px;}
  .navbar {padding: 15px;}
  .navbar-light .navbar-brand{font-size: 28px;}
  .top-service-section .top-service-content h2{font-size: 22px !important;}
  .top-service-section .top-service-content img{margin-bottom: 10px;}
  .footer_up_line{background-image: none;}
  .contactIcons li a{font-size: 20px;}
}
@media (max-width:480px){
  .pricing .plan{width: calc(90% - 24px);padding:30px 20px;}
}
