
@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@100;200;300;400;500;600;700;800;900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap');
/*========= 
table of content start

  Template Name: bhomeland
  Template URI: https://theme.bitspecksolutions.com/bhomeland/
  Author: Bitspeck Solutions

==========================

*Common CSS

==============================

preloader CSS

===============================

1. Global 
2. Header
3. Banner carousel
4. Form list 
5. Feature
6. About
7. Find-Properties
8. Whosayus
9. Testimonial
10. Pricing
11. Artical
12. Partner
13. Footer

others pages::
  About page
  Breadcrumb
  Agent page
  Pagination
  Blog pages
  Contact page
  Faq page
  Gallery page
  Service page


==================================

=================================

Index Page

==================================

============== table of content end*/


/*====================================
 global area - start
====================================*/
*{
  padding: 0;
  margin: 0;  
  outline: 0px;
  scroll-behavior: smooth;
}

html {
  width: 100%;
  height: 100%;
  position: relative;
  overflow: visible;
}

body {
  font-family: 'Poppins', sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5rem;
  width: 100%;
  overflow-x: hidden;
  background: #fff;
  color: #848fa8;
}

html, body, .wrapper {
  height: 100%;
  width: 100%;
}

h1, h2, h3, h4, h5, h6 {
  color: #232323;
  font-weight: normal;
  line-height: 1.7rem;
  font-family: 'Poppins', sans-serif;
  letter-spacing: 0;
  margin: 0;
}

img {
  border: none;
  outline: none;
  max-width: 100%;
}

label {
  display: inline-block;
  font-weight: normal;
  margin-bottom: 5px;
  max-width: 100%;
}

a img,
button,
iframe {
  border: none;
  text-decoration: none !important;
}

p {
  color: #232323;
  line-height: 1.5rem;
  text-transform: none;
  font-weight: 300;
  margin-bottom: 0px;
  font-size: 16px;
}

input:focus, textarea:focus, 
select:focus {
  outline: none;
  box-shadow: inherit;
  -webkit-box-shadow: inherit;
  -moz-box-shadow: inherit;
  -ms-box-shadow: inherit;
  -o-box-shadow: inherit;
}

ul,li {
  margin: 0;
  padding: 0;
  list-style-type: none;
}

a, a:active, a:focus, a:hover {
  outline: none;
  text-decoration: none;
  color: #232323;
}

b, strong {
  font-weight: 600;
}

 .btn.focus, 
 .btn:active:focus, 
 .btn:active:hover, 
 .btn:focus, 
 .btn:hover {
  outline: 0;
}

input {
  border: 1px solid #e7e7e7;
  border-radius: inherit;
  box-shadow: inherit;
  -webkit-box-shadow: inherit;
  -moz-box-shadow: inherit;
  -ms-box-shadow: inherit;
  -o-box-shadow: inherit;
  min-height: 50px;
}

button{
  cursor: pointer;
}
span{
  font-size: 13px;
}
::selection {
  background: #157bc0;
  color: #ffffff;
}

/*====================================
 global area - end
====================================*/

/*====================================
 common css - start
====================================*/

section{
  padding: 100px 0px;
}
.common-div{
  text-align: center;
  padding-bottom: 40px;
}
.common-div h2{
  color: #3C3C3C;
  font-weight: 200;
  line-height: 1.7;
  position: relative;
  margin-bottom: 20px;
}
.common-div p{
  color: #5f5f5f;
  font-size: 16px;
  line-height: 1.7;
}
button:focus{
  outline: none;
}


/*====================================
 common css - end
====================================*/

/*start preloader css*/

#preloader {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 9999;
  position: fixed;
  overflow: visible;
  background: #fff url('../images/preloder.gif') no-repeat center center;
  animation: loader 5s infinite ease;
}

/*end preloader css*/

/*---header css start ----*/

.header-section {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 999;
}
.sticky-header {
  position: fixed;
  top: 0;
  width: 100%;
}
.sticky-header:before {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: -1;
  content: '';
  position: absolute;
  background-color: transparent;
}
.sticky-header.stuck:before {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  content: '';
  position: absolute;
  box-shadow: 0 2px 6px 1px rgba(48, 48, 48, 0.1);
  -webkit-box-shadow: 0 2px 6px 1px rgba(48, 48, 48, 0.1);
  -moz-box-shadow: 0 2px 6px 1px rgba(48, 48, 48, 0.1);
  -ms-box-shadow: 0 2px 6px 1px rgba(48, 48, 48, 0.1);
  -o-box-shadow: 0 2px 6px 1px rgba(48, 48, 48, 0.1);
  background-color: #ffffff;
  transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
}
.sticky-header.stuck
.menu-sticky .navbar-collapse .navbar-nav li a{
  color: #3c3c3c;
}
.display-none{
  display: none;
  transition: opacity 1s ease-out;
  -webkit-transition: opacity 1s ease-out;
  -moz-transition: opacity 1s ease-out;
  -o-transition: opacity 1s ease-out;
  opacity: 0;
}

/*top-header css*/

.top-header-contact ul li{
  margin-right: 30px;
  color: #ffffff;
}
.top-header-contact ul li i{
  color: #157bc0;
  margin-right: 5px;
}
.topheader-login-btn{
  background: transparent;
}
.top-header-section{
  padding: 20px 0px;
  border-bottom: 1px solid rgba(255,255,255,0.1);
}
.top-header-wiget ul{
  justify-content: flex-end;
}
.top-header-wiget ul li{
  margin-left: 30px;
}
.top-header-wiget ul li a{
  color: #ffffff;
}
.top-header-wiget ul li i{
  margin-right: 5px;
  color: #ffffff;
  font-size: 18px;
}
.top-header-wiget ul li .wiget_icon {
  position: absolute;
  background: #157bc0;
  width: 20px;
  height: 20px;
  border-radius: 500px;
  top: -5px;
  font-size: 10px;
  color: #ffffff;
  padding: 0px 4px;
}
.modal-backdrop{
  display: none;
}
.modal-content .modal-title button span{
  color: #000000;
}
.wiget_icon button:focus{
  outline: none;
}
.modal-content hr{
  margin: 0px 20px 0px 20px;
  position: relative;
}
.modal-content hr:before{
  background-color: #ffffff;
  bottom: 0;
  color: #006c70;
  content: "Or";
  font-size: 14px;
  position: absolute;
  left: 0;
  margin: 0 auto;
  right: 0;
  text-align: center;
  top: -12px;
  width: 10%;
}
.modal-content button.btn-fb{
  background-color: #ffffff;
  border: 1px solid #506dab;
  border-radius: 8px;
  color: #506dab;
  font-size: 14px;
  height: 52px;
  margin-bottom: 20px;
  padding-left: 20px;
}
.modal-content button.btn-fb i{
  color: #506dab;
}
.modal-content button i{
  font-size: 16px;
}
button.btn-googl {
  background-color: #ffffff;
  border: 1px solid #dd4b39;
  border-radius: 8px;
  color: #dd4b39;
  font-size: 14px;
  height: 52px;
  margin-bottom: 10px;
  padding-left: 20px;
}
.modal-content button.btn-googl i{
  color: #dd4b39;
}
.modal-content .mt25{
  padding: 20px;
}
.modal-title{
  color: #3c3c3c;
}
.modal-body form label{
  font-size: 16px;
  color: #3c3c3c;
}
.modal-body form .form-control{
  font-size: 13px;
}
.modal-footer {
  display: block;
  text-align: center;
  border-top: 0px;
  padding: 0px;
}
.modal-footer button{
  background: #157bc0;
  color: #ffffff;
}
.modal-content{
  position: absolute;
  left: 70%;
  top: 37px;
}

marquee{
  font-size: 16px;
  font-weight: 500;
  width: 500px;
  color: #fdfdfd;
}



/*header menu css*/
.menu-sticky .navbar .navbar-brand img{
  width: 62%;
}
.navbar-expand-lg .navbar-nav .nav-link{
  color: #ffffff;
  transition: all 0.5s ease-in-out;
}
.navbar-nav .dropdown-menu{
  background: linear-gradient(0deg, rgba(19,42,72,0.6166841736694677) 100%, rgba(255,255,255,0.8) 100%);
  border-radius: 0px;
  border: none;
}
.navbar-nav .dropdown-menu a{
  color: #ffffff;
  padding: 10px 15px;
  border-bottom: 1px solid #f1f1f147;
  transition: all 0.5s ease-in-out;
}
.navbar-nav .dropdown{
  transition: all 0.5s ease-in-out;
}
.navbar-nav .dropdown .dropdown-menu{
  transition: all 0.5s ease-in-out;
}
.navbar-nav .dropdown:hover .dropdown-menu{
  display: block;
}
.navbar-nav .dropdown-menu a.active,
.navbar-nav .dropdown-menu a:hover{
  background: #157bc0;
}
.navbar-expand-lg .navbar-nav .nav-item.active .nav-link,
.navbar-expand-lg .navbar-nav .nav-item:hover .nav-link{
  color: #157bc0;
  background-color: #ffffff;
}
.navbar-expand-lg .navbar-nav .nav-link {
  padding-right: 1rem;
  padding-left: 1rem;
}
.sticky-header.stuck
.menu-sticky .navbar-collapse .navbar-nav .nav-item.active a, 
.sticky-header.stuck
.menu-sticky .navbar-collapse .navbar-nav li:hover a {
  color: #157bc0;
}
.navbar-expand-lg{
  padding: 15px 0px;
}
.sticky-header.stuck .menu-sticky .navbar .navbar-collapse .navbar-nav .dropdown-menu a{
  color: #ffffff;
}
.menu-sticky .navbar .header_logo1{
  display: block;
}
.menu-sticky .navbar .header_logo2{
  display: none;
}
.sticky-header.stuck .menu-sticky .navbar .header_logo1{
  display: none;
}
.sticky-header.stuck .menu-sticky .navbar .header_logo2{
  display: block;
}


/*----header css end -----*/


/*carousel css start*/

.carousel-item img{
  position: relative;
  height: 100vh;
  min-height: 800px;
}
.overlay-sliderimg {
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  left: 0;
  bottom: 0;
  background: linear-gradient(0deg, rgba(19,42,72,0.6166841736694677) 100%, rgba(255,255,255,0.7679446778711485) 100%);
}
.carousel .left-arrow {
  width: 60px;
  height: 60px;
  position: absolute;
  background: rgba(0,0,0,.3);
  left: 0;
  transition: background .5s;
  top: 50%;
  transform: translateY(-50%);
  border-radius: 50px;
  z-index: 9;
  margin-left: 5px;
  border: 1px solid rgba(255,255,255,0.3);
}
.carousel .arrow {
  display: inline-block;
  border: 3px solid #fff;
  width: 10px;
  height: 10px;
  border-left: none;
  border-bottom: none;
  margin: auto;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}
.carousel .left-arrow .arrow-prev {
  transform: rotateZ(-135deg);
}
.carousel .right-arrow {
  width: 60px;
  height: 60px;
  position: absolute;
  background: rgba(0,0,0,.3);
  right: 0;
  transition: background .5s;
  top: 50%;
  transform: translateY(-50%);
  border-radius: 50px;
  z-index: 9;
  margin-right: 5px;
  border: 1px solid rgba(255,255,255,0.3);
}
.carousel .arrow {
  display: inline-block;
  border: 3px solid #fff;
  width: 10px;
  height: 10px;
  border-left: none;
  border-bottom: none;
  margin: auto;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}
.carousel .right-arrow .arrow-next {
  transform: rotateZ(45deg);
}
.carousel{
  position: relative;
}
.banner_text{
  position: absolute;
  width: 100%;
  top: 55%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
}
marquee{
  position: absolute;
  top: 60%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
}
.banner_text h2{
  color: #ffffff;
  font-size: 50px;
  font-weight: 700;
  margin-bottom: 30px;
}
.banner_text p{
  color: #ffffff;
}

/*carousel css end*/


/*form list css start*/

.custom-control-label::before{
  background-color: #a9abad;
}
.form_location {
  position: relative;
}
.form_location label{
  position: absolute;
  right: 10%;
  top: 30%;
}
.form_location label span i{
  font-size: 16px;
  color: #8b9aad;
}
.list-inline-item .form-group select.form-control{
  width: 215px;
  height: 50px;
  color: #157bc0;
}
.search_option_button button{
  width: 200px;
  height: 50px;
  background-color: #157bc0;
  color: #ffffff;
}
.form_location input{
  width: 215px;
  height: 50px;
}
.add_list2 .list-inline-item .form-group select.form-control{
  width: 268px;
  height: 50px;
}
.home_add_search_opt{
  border-bottom: 1px solid #f1f1f1;
}
.form-control:focus {
  color: #495057;
  background-color: #fff; 
  outline: 0;
  box-shadow: none;
  background-clip: padding-box;
  border: 1px solid #ced4da;
}
.custom-checkbox .custom-control-input:checked~.custom-control-label::before{
  background-color:#157bc0;
}
.add_list1 .list-inline-item .form-group input{
  color: #157bc0;
}
.add_list1 .list-inline-item .form-group input:focus{
  border: 1px solid #ced4da;
}
.list-inline-item .form-group input:focus{
   border: none;
}
.amni_list li{
  margin-bottom: 10px;
}
.text-thm {
  font-weight: 600;
  color: #a5c438;
}

/*form list css end*/

/*feature css start*/

.feature-section{
  background: #f7f9fc;
}
.feature-image a img{
  position: relative;
}
/*.feature-image a .sub-date{
  position: absolute;
  top: 5%;
  left: 5%;
}*/
.feature-image a .sub-date span{
  display: block;
  background-color: rgba(23,42,76,0.5);
  color: #ffffff;
  padding: 5px 10px;
  border-radius: 25px;
}
.feature-image a .sub-date .date{
  position: absolute;
  bottom: 52%;
  left: 6%;
  opacity: 0;
  transition: all 0.5s ease-in-out;
}
.feature-items:hover .feature-image a .sub-date .date{
  opacity: 1;
}
.feature-image a .sub-date .date i{
  margin-right: 5px;
}
.feature-image a .sub-date .rent{
  position: absolute;
  top: 3%;
  left: 6%;
  width: 20%;
  background-color: #157bc0;
}
.feature-deatils{
  padding: 20px;
}
.feature-deatils .proerty_text h3{
  margin-bottom: 10px;
}
.feature-deatils .proerty_text h3 a{
  font-size: 20px;
  font-weight: 500;
  color: #a5c438;
  transition: all 0.5s ease-in-out;
}
.feature-deatils .proerty_text h3 a:hover{
  color: #157bc0;
}
.feature-deatils .proerty_address p{
  color: #98a2b8;
  margin-bottom: 20px;
}
.feature-deatils .proerty_address p i{
  color: #157bc0;
  margin-right: 5px;
}
.feature-deatils .proerty_metaul li i{
  font-size: 16px;
  color: #157bc0;
}
.feature-items{
  box-shadow: 0 0 20px 0 rgba(62,28,131,0.1);
}
.features.owl-drag .owl-item{
  height: 480px;
  padding: 0px 10px;
}
.proerty_meta{
  margin-bottom: 20px;
}
.proerty_meta ul{
  justify-content: space-between;

}
.proerty_meta ul li{
  font-weight: 300;
  font-size: 13px;
}
.proerty_meta .meta1{
  margin-bottom: 10px;
}
.proerty_meta ul li i{
  margin-right: 10px;
}
.proerty_det-btn a{
  transition: all 0.5s ease-in-out;
  font-size: 14px;
}
.proerty_det-btn a:hover{
  letter-spacing: 1px;
}
.proerty_det-btn a i{
   color: #157bc0;
   font-size: 16px;
   margin-left: 5px;
}
.features .owl-dots.disabled{
  display: block;
}
.features .owl-dots .owl-dot span{
  width: 10px;
  height: 10px;
  border-radius: 500px;
  position: relative;
}
.features .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span{
  background-color: #157bc0;
}
.features .owl-dots .owl-dot.active span:before{
  content: '';
  width: 20px;
  height: 20px;
  position: absolute;
  top: -5px;
  left: -5px;
  bottom: 0;
  right: 0;
  background-color: #157bc0;
  border-radius: 25px;
  opacity: 0.2;
}
.owl-theme .owl-dots .owl-dot{
  outline: none; 
}


/*feature css end*/

/*about us css start*/

.about-section{
  padding: 0px;
  background-color: #f1f5ff;
}
.about-item-content {
    padding: 81px 13% 81px 17% !important;
}
.about_text_tittle h3{
  color: #157bc0;
  line-height: 1.1;
  font-weight: 500;
  margin-bottom: 20px;
}
.about-with-dash{
  margin-bottom: 20px;
}
.about-with-dash li {
  line-height: 31px;
  font-weight: 300;
}
.about-with-dash li i{
  color: #157bc0;
}

/*about us css end*/

/*findpro css start*/

.findpro_content {
  position: relative;
  cursor: pointer;
}
.findpro-image {
  line-height: 0;
  overflow: hidden;
}
.findpro-image:before {
  content: '';
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  box-shadow: inset 0 -350px 120px -120px rgba(0,20,46,0.5);
  z-index: 5;
  -webkit-transition: opacity .3s ease-out;
  -moz-transition: opacity .3s ease-out;
  transition: opacity .3s ease-out;
}
.findpro_content:hover .findpro-image:before{
  box-shadow: inset 0 -150px 120px -120px rgba(0,20,46,0.5);
}
.findpro-image img {
  display: block;
  width: 100%;
}
.findpro_content .findpro-image img{
  position: relative;
  width: 100%;
  cursor: pointer;
  transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
}
.findpro_content .findpro-image{
  flex-basis: 25%;
  text-align: center;
  overflow: hidden;
}
.findpro_content:hover .findpro-image img{
  transform: scale(1.05) rotate(0deg);
  overflow: hidden;
}
.findpro-top-section-content {
  position: absolute;
  top: 0;
  left: 0;
  display: inline-block;
  width: 100%;
  height: 100%;
  box-sizing: border-box;
  padding: 18px;
  z-index: 10;
}
.findpro-top-section-content-inner {
  position: relative;
  display: table;
  height: 100%;
  width: 100%;
}
.findpro-item-info-top {
  display: table-row;
  width: 100%;
  height: 30%;
  vertical-align: top;
}
.findpro-property-statuses {
  color: #fff;
  background-color: #157bc0;
  font-family: 'Poppins', sans-serif;
  box-sizing: border-box;
  position: relative;
  z-index: 99;
  display: inline-block;
  font-size: 12px;
  font-weight: 500;
  line-height: 1em;
  padding: 5px 10px;
  border-radius: 25px;
}
.findpro-item-info-bottom {
  display: table-row;
  width: 100%;
  height: 70%;
  vertical-align: bottom;
}
.findpro-item-info-bottom-left {
  width: calc(100% - 80px);
}
.findpro-item-info-bottom-left, 
.findpro-item-info-bottom-right {
  position: relative;
  display: table-cell;
  height: 100%;
  vertical-align: middle;
  vertical-align: bottom;
}
.findpro-pli-title a{
  margin: 0;
  color: #ededed;
}
.findpro-item-address {
  color: #ededed;
  font-weight: 400;
  line-height: 16px;
  margin: 1px 0 0;
}
.findpro-item-info-bottom-right {
  width: 80px;
  text-align: right;
}
.findpro-property-price {
  color: #000;
  background-color: #fff;
  padding: 4px 6px 1px;
  box-sizing: border-box;
  display: inline-block;
  font-size: 18px;
  font-weight: 600;
}
.findpro-property-price {
  color: #ffffff;
  background-color: rgba(23,42,76,0.5);
  padding: 5px 10px;
  box-sizing: border-box;
  display: inline-block;
  font-size: 18px;
  font-weight: 600;
  border-radius: 25px;
}
.findpro-pl-item-inner:hover .findpro-image img {
  -webkit-transform: scale(1.04);
  -moz-transform: scale(1.04);
  transform: scale(1.04);
}
.col-findpro{
  margin-bottom: 30px;
}
.find-Properties{
  border-bottom: 1px solid #f1f1f1;
}

/*findpro css start*/

/*-- whosayus css start --*/


#whosayus-section {
    box-shadow: 0 0 20px 0 rgba(62,28,131,0.1);
}
.whosayus-holder {
    position: relative;
    overflow: hidden;
}
.whosayus-holder .whosayus-pi {
    display: block;
    position: relative;
    width: 178px;
    height: 178px;
    margin: 0 auto;
    left: 0;
    box-sizing: border-box;
    margin-bottom: 30px;
}
.whosayus-pi-number {
  position: absolute;
  top: 0;
  right: 8px;
  width: 45px;
  height: 45px;
  line-height: 38px;
  border: 2px solid #157bc0;
  color: #157bc0;
  background-color: #ffffff;
  font-size: 13px;
  font-weight: 400;
  border-radius: 100%;
  z-index: 2;
  font-family: 'Poppins', sans-serif;
  padding: 2px 16px;
}
.whosayus-pi-link {
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
.whosayus-pi .whosayus-pi-inner {
  height: 100%;
  box-sizing: border-box;
  border-radius: 100%;
  overflow: hidden;
  z-index: 1;
}
.whosayus-holder .whosayus-pi img {
  display: inline-block;
  position: relative;
  max-width: 100%;
  top: 50%;
  -webkit-transform: translate3d(0,-50%,0);
  -moz-transform: translate3d(0,-50%,0);
  transform: translate3d(0,-50%,0);
  -webkit-transition: -webkit-transform .3s ease-out;
  -moz-transition: -moz-transform .3s ease-out;
  transition: transform .3s ease-out;
}
.whosayus-title{
  color: #a5c438;
  line-height: 1.1;
  font-weight: 600;
  margin-bottom: 20px;
}
.whosayus-text-holder p{
  color: #5f5f5f;
  font-weight: 300;
}


/*-- whosayus css end--*/

/*-- testimonial css start --*/

.testimonial-section{
  background-image: url(../images/aboutus_taxi.jpg);
  background-color: #cccccc;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover; 
  position: relative;
}
.testimonial-section:before{
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: rgba(165,196,56,0.6);
}
.testimonial-tittle {
   margin-bottom: 60px;
   position: relative;
}
.testimonial-tittle:before{
  content: '';
  position: absolute;
  width: 80px;
  height: 2px;
  bottom: -10px;
  left: 20px;
  background-color: #aadff8;
}
.testimonial-tittle h3 {
  color: #ffffff;

}
.testi-author-box{
  margin-bottom: 10px;
}
.testi-author-info{
  margin: 20px 0px 20px 30px;
}
.testi-author-box .testi-author-thumb img{
  border-radius: 100%;
  border:5px solid  #4064b4;
  width: 630px;
}
.testi-author-info .testi-author-title{
  color: #ffffff;
}
.testi-author-info .testi-author-subtitle{
  color: #d0d4e2;
}
.testi-content p{
  color: #FFFFFF;
  font-size: 16px;
  font-weight: 300;
}
.testi-author-info2 .testi-author-subtitle{
  color: #8e8e8e;
}
.testimonial .owl-dots .owl-dot.active span,
.testimonial .owl-dots .owl-dot:hover span{
  background-color: #aadff8;
}
.testimonial .owl-nav.disabled+.owl-dots{
  margin-top: 20px;
}

/*-- testimonial css end --*/

/*-- artical css start --*/

.artical_section{
  box-shadow: 0 0 20px 0 rgba(62,28,131,0.1);
}
.artical-grid{
  box-shadow: 0 0 20px 0 rgba(62,28,131,0.1);
  padding: 10px;
}
.artical-grid .artical-thumb{

}
.artical-grid .artical-info{
   padding: 10px 20px;
   border-bottom: 1px solid #f1f1f1;
}
.artical-grid .artical-info span{
  font-size: 14px;
  margin-right: 10px;
}
.artical-grid .artical-info span i{
  margin-right: 5px;
  color: #157bc0;
}
.artical-grid .artical-body{
  padding: 10px 10px 30px 10px;
}
.artical-grid .artical-body .bl-title a{
  font-size: 20px;
  font-weight: 700;
  color: #a5c438;
  transition: all 0.5s ease-in-out;
}
.artical-grid .artical-body .bl-title a:hover{
  color: #157bc0;
}
.artical-grid .artical-body p {
  padding: 10px 0px 20px;
  color: #5f5f5f;
}
.artical-grid .artical-body a{
  font-weight: 500;
  font-size: 14px;
  transition: all 0.5s ease-in-out;
  color: #157bc0;
}
.artical-grid .artical-body a i{
  margin-left: 2px;
  transition: all 0.5s ease-in-out;
  color: #157bc0;
}
.artical-grid .artical-body .bl-continue:hover,
.artical-grid .artical-body .bl-continue:hover i
{
  letter-spacing: 1px;
  color: #157bc0; 
}


/*-- artical css end --*/

/*-- pricing css start --*/

.pricing-section{
  background-color: #ffffff;
}
.pricing-package-item-inner {
  position: relative;
  box-sizing: border-box;
  border-radius: 2px;
  background-color: #fff;
  text-align: center;
}
.pricing-title-holder {
  position: relative;
  height: 100%;
  background-color: #157bc0;
}
.pricing-package-title {
  color: #fff;
  font-weight: 200;
  padding: 31px 0 25px;
  margin: 0;
}
.pricing-price {
  padding: 78px 0 25px;
  color: #157bc0;
  font-size: 48px;
  font-family: 'Poppins', sans-serif;
  font-weight: 300;
  line-height: 1em;
  vertical-align: middle;
  position: relative;
}
.pricing-package-price-dash .pricing-dash {
  display: inline-block;
  line-height: 0;
  width: 37px;
  height: 1px;
  background-color: #000;
}
.pricing-package-content {
  position: relative;
  text-align: center;
  padding: 26px 27px 20px;
  font-weight: 400;
}
.pricing-package-action {
    position: relative;
    padding: 0 30px 86px;
}
.pricing-package-listings span,
.pricing-package-featured span,
.pricing-package-duration span{
  font-size: 16px;
  line-height: 2;
}
.pricing-btn-simple{
  background-color: transparent;
  transition: all 0.5s ease-in-out;
}
.pricing-btn-simple span{
  transition: all 0.5s ease-in-out;
}
.pricing-btn-simple:hover{
  background-color: #157bc0;
}
.pricing-btn-simple:hover span{
  color: #ffffff;
}
.pricing-btn-text{
  color: #157bc0; 
  padding: 5px 10px;
}
.pricing-btn-text:after, 
.pricing-btn-text:before {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0px;
  width: 100%;
  height: 1px;
  background-color: #157bc0;
}
.pricing-btn-text:before {
  transform-origin: left;
  -webkit-transform: scale(0,1);
  -moz-transform: scale(0,1);
  transform: scale(0,1);
}
.pricing-btn-text:after {
  transform-origin: right;
  -webkit-transition: -webkit-transform .2s ease;
  -moz-transition: -moz-transform .2s ease;
  transition: transform .2s ease;
}
.pricing-btn-text:hover:before {
  -webkit-transform: scale(1,1);
  -moz-transform: scale(1,1);
  transform: scale(1,1);
  -webkit-transition: -webkit-transform .2s ease-in-out .15s;
  -moz-transition: -moz-transform .2s ease-in-out .15s;
  transition: transform .2s ease-in-out .15s;
}
.pricing-btn-text:hover:after {
  -webkit-transform: scale(0,1);
  -moz-transform: scale(0,1);
  transform: scale(0,1);
  -webkit-transition: -webkit-transform .15s ease-in-out 0s;
  -moz-transition: -moz-transform .15s ease-in-out 0s;
  transition: transform .15s ease-in-out 0s;
}

/*-- pricing css end --*/


.partner-section{
  padding: 30px 0px;
}
.partner-img {
  padding: 0px 40px;
  filter: grayscale(100%);
  opacity: 0.4;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
.partner-img:hover {
    filter: grayscale(0%);
    opacity: 0.8;
}
.partner .owl-nav.disabled+.owl-dots{
  display: none;
}



#footer-section{
  padding: 80px 0px;
  background-color: #a5c438;
}
.footer_about_widget h4{
  font-weight: 200;
  color: #ffffff;
  margin-bottom: 30px; 
}
.footer_about_widget .f-ab-1{
  margin-bottom: 15px;
  color: #ffffff;
  font-size: 14px;
}
.footer_about_widget .f-ab-2{
  margin-bottom: 10px;
  color: #ffffff;
  font-size: 14px;
}
.footer_about_widget p i{
  margin-right: 10px;
  color: #157bc0;
}
.footer_qlink_widget h4{
  font-weight: 200;
  color: #ffffff;
  margin-bottom: 30px; 
}
.footer_qlink_widget ul li{
  margin-bottom: 10px;
}
.footer_qlink_widget ul li a{
  color: #ffffff;
  font-size: 14px;
}
.footer_contact_widget h4{
  font-weight: 200;
  color: #ffffff;
  margin-bottom: 30px; 
}
.footer_contact_widget ul li{
  margin-bottom: 5px;
  margin-left: 5px;
}
.footer_contact_widget ul li a{
  color: #ffffff;
  font-size: 14px;
}
.footer_social_widget h4{
  font-weight: 200;
  color: #ffffff;
  margin-bottom: 30px; 
}
.footer_mailchimp_form .col-sub{
  padding: 0px;
}
.footer_mailchimp_form .col-sub .fmb-2{
  height: 50px;
  width: 20px;
  border-top-right-radius: 25px;
  border-bottom-right-radius: 25px;
  background-color: #157bc0;
}
.footer_mailchimp_form .col-sub .fmb-2 i{
  color: #ffffff;
}
.f-social p{
  padding: 10px 0px 15px;
  color: #ffffff;
  font-size: 18px;
  font-weight: 500;
}
.f-social ul li a i{
  color: #ffffff;
  transition: all 0.5s ease-in-out;
  font-size: 18px;
}
.f-social ul li a i:hover{
  color: #157bc0;
}
.footer_mailchimp_form input{
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0px;
}
.footer_mailchimp_form .col-sub .fmb-2:focus{
  outline: none;
}
.img-unstyled{
  display: flex;
}

.footer-bottom{
  background-color: #157bc0;
  padding: 30px 0px;
  position: relative;
}
.copyright-widget p{
  color: #ffffff;
}
.copyright-widget p a{
  color: #949494;
}
.footer_menu_widget ul li a{
  color: #ffffff;
}
.top-to-bottom{
  padding: 6px 15px;
  position: fixed;
  bottom: 2%;
  right: 3%;
  background: #ffffff;
  width: 50px;
  height: 50px;
  display: block;
  text-decoration: none;
  -webkit-border-radius: 35px;
  -moz-border-radius: 35px;
  border-radius: 35px;
  box-shadow: 0px 0px 5px rgba(0, 0, 0, .5);
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  z-index: 999;
}
.top-to-bottom a i{
  color: #157bc0;
  font-size: 32px;
}



/*==============

*** other page css ***

==============*/

/*about page css start */

#about-banner{
  background-image: url(../images/ksenia-balandina-RCF5KSWb7Ms-unsplash.jpg);
  background-color: #cccccc;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative; 
}
#about-banner:before{
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(0deg, rgba(19,42,72,0.6166841736694677) 100%, rgba(255,255,255,0.7679446778711485) 100%);
}
.about-banner-contant{
  text-align: center;
  padding: 180px 190px 80px;
  z-index: 3;
}
.about-banner-contant h3{
  font-size: 61px;
  color: #dddddd;
  margin-bottom: 30px;
  font-weight: 400;
  line-height: 1;
  position: relative;
}
.about-banner-contant h3:before{
  content: '';
  position: absolute;
  top: 115%;
  left: 46%;
  width: 60px;
  height: 2px;
  background-color: #157bc0;
}
.about-banner-contant p{
  color: #dddddd;
}
.about-item-content2 .about-btn{
  background-color: #157bc0;
  color: #ffffff;
  padding: 10px 20px;
}

.about_text_tittle2 h3{
  padding-right: 154px;
  line-height: 2.1rem;
  font-weight: 500;
  margin-bottom: 20px;
  color: #a5c438;
}
.about_text_pera p{
  margin-bottom: 20px;
  color: #98a2b8;
  font-weight: 300;
}
.about-blockquote{
  border-left: 4px solid #dddddd;
  padding: 15px 20px;
  background: #f1f1f1;
}
.about-blockquote p{
  margin-bottom: 10px;
  font-weight: 300;
  color: #a5c438;
}
.about-blockquote__author{
  color: #157bc0;
}

.about-carousel .owl-item{
  margin-right: 0px !important;
}
.about-carousel .owl-dots{
  display: none;
}
.about-gallery-details .about-gallery-img{
  position: relative;
}
.about-gallery-details .about-gallery-content{
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(0deg, rgba(19,42,72,0.6166841736694677) 100%, rgba(255,255,255,0.7679446778711485) 100%);
  display: flex;
  justify-content: center;
  align-items: center;
}
.about-gallery-details .about-gallery-content:hover{
  background: linear-gradient(0deg, rgba(19,42,72,0.3) 100%, rgba(255,255,255,0.3) 100%);
  cursor: pointer;
}
.about-gallery-content .text{
  text-align: center;
}
.about-gallery-content:hover .text p,
.about-gallery-content:hover .text h4{
  color: #ffffff;
}
.about-gallery-content .text p{
  color: #dddddd;
}
.about-gallery-content .text h4{
  color: #dddddd;
}

.team-item-inner {
    position: relative;
    overflow: hidden;
}
.team-agency-agent-list .team-aal-image {
    overflow: hidden;
    padding: 0;
    box-sizing: border-box;
}
.team-aal-image img {
    vertical-align: middle;
    width: auto;
    max-width: 100%;
    position: relative;
    background-color: #f1f1f1;
}
.team-item-content {
    -webkit-transform: translateY(39px);
    -moz-transform: translateY(39px);
    transform: translateY(39px);
}
.team-item-content {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    background-color: #a5c438;
    text-align: left;
    padding: 14px 27px 17px;
    box-sizing: border-box;
    -webkit-transition: transform 225ms ease-out;
    -moz-transition: transform 225ms ease-out;
    transition: transform 225ms ease-out;
    z-index: 5;
}
.team-item-inner:hover .team-item-content {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    transform: translateY(0);
}
.team-item-title {
    margin: 0 0 0px;
    color: #fff;
}
.team-item-social {
    position: relative;
    z-index: 20;
    margin-top: 13px;
}
.team-icon-shortcode {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    line-height: 1.1em;
    padding: 0 8px;
}
.team-icon-shortcode a i{
  color: #ffffff;
  font-size: 16px;
}
.team-aal-image img{
  width: 100%;
}
.team-item-position{
  color: #98a2b8;
}
.team-icon-shortcode a i{
  transition: all 0.5s ease-in-out;
}
.team-icon-shortcode:hover a i{
  color: #157bc0;
} 
.places-contant h3{
  color: #a5c438;
  line-height: 1.1;
  font-weight: 500;
  margin-bottom: 20px;
}
.places-contant p{
  color: #5f5f5f;
  font-weight: 300;
}
.places-contant button{
  background-color: #157bc0;
  padding: 10px 40px;
  color: #ffffff;
  margin-top: 20px;
}

.blockquote p{
  padding: 20px;
  background-color: #eff0ff;
  margin: 10px 0px;
}
.image-1{
  position: relative;
}
.image-1:before{
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0,20,46,0.3);
  opacity: 0;
  transition: all 0.5s ease-in-out;
}
.image-1:hover:before{
  opacity: 1;
}
.subimg1{
  position: relative;
}
.subimg1:before{
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0,20,46,0.3);
  opacity: 0;
  transition: all 0.5s ease-in-out;
}
.subimg1:hover:before{
  opacity: 1;
}
.feature-section2 {
  box-shadow: 0 0 20px 0 rgba(62,28,131,0.1);
}
.places-section {
  box-shadow: 0 0 20px 0 rgba(62,28,131,0.1);
}

/*about page css end */

/*breadcrumb css start*/

#page-breadcrumb {
    height: 400px;
    position: relative;
    z-index: 1;
    background: url(../images/common_img.jpg) no-repeat;
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
}
.common-overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(0deg, rgba(19,42,72,0.6166841736694677) 100%, rgba(255,255,255,0.7679446778711485) 100%);
    z-index: 0;
}
.breadcrumb-menu {
    color: #ffffff;
    position: absolute;
    top: 62%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-transform: capitalize;
    text-align: center;
    padding-top: 40px;
}
.breadcrumb-menu h3 {
    font-size: 40px;
    font-weight: bold;
    text-transform: capitalize;
    color: #ffffff;
    margin-bottom: 15px;
}
.breadcrumb-menu .breadcrumb {
    background-color: transparent;
    border-radius: 0px;
}
.breadcrumb-menu .breadcrumb li a{
  color: #ffffff;
}
.breadcrumb-menu .breadcrumb .active{
  color: #157bc0;
}

/*breadcrumb css end*/

/*agent page css start*/

.agent-btn {
  background-color: #157bc0;
  width: 100%;
  height: 50px;
  color: #ffffff;
}
.fr-grid-info ul li span {
    float: right;
}
.fr-grid-deatil{
  display: flex;
}
.input-with-icon input{
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0px;
}
.agent_img{
  position: relative;
}
.overall-rate{
  position: absolute;
  top: 10px;
  left: 24px;
  background-color: #157bc0;
  color: #ffffff;
  padding: 5px 10px;

}
.fr-grid-nam-add h5 a{
  color: #a5c438;
  font-weight: 700;
}
.agents-grid-wrap .fr-grid-deatil{
  padding: 20px 5px;
}
.fr-can-rating i{
  color: #157bc0;
}
.fr-grid-info ul li{
  padding: 0px 20px 20px 20px;
}
.fr-grid-footer {
  padding: 0px 0px 10px 5px;
}
.agent-cotant{
  box-shadow: 0px 1px 4px 2px rgba(0, 0, 0, 0.09);
  padding: 10px;
}
.fr-btn a i{
  color: #157bc0;
  font-size: 16px;
  margin-left: 5px;
}
.fr-social{
  align-items: center;
  justify-content: center;
  display: flex;
}
.fr-social ul li{
  margin-right: 15px !important;
}
.fr-social ul li a{
  color: #a5c438;
  transition: all 0.5s ease-in-out;
}
.fr-social ul li a:hover{
  color: #157bc0;
}
.agent-col{
  margin-bottom: 30px;
}

/*agent page css end*/

/*psgination css start*/

.pagination-details nav ul li{
  padding: 0px 10px; 
}
.pagination-details nav ul li a{
  border-radius: 50px;
  padding: 1rem 1.3rem;
  color: #a5c438;
}
.pagination-details nav ul .Previous{
  border-top-left-radius: 50px !important;
  border-bottom-left-radius: 50px !important; 
}
.pagination-details nav ul .next{
  border-top-right-radius: 50px !important;
  border-bottom-right-radius: 50px !important; 
}

/*psgination css start*/

.page-item.active .page-link {
    background-color: #157bc0;
    border-color: #157bc0;
}
.input-with-icon input{
  border: 1px solid #e9edff;
}
.input-with-icon input:focus{
  box-shadow: 0 0 0 0.2rem rgb(212 215 255 / 30%);
}

/*blog pages css start*/

.single-sidebar .form-control.input-field {
  float: left;
  height: 40px;
  width: calc(100% - 40px);
}
.single-sidebar button.search-btn {
  font-size: 22px;
  height: 50px;
  width: 40px;
  border: 1px solid #f1f1f1;
  background-color: #157bc0;
  border-top-right-radius: 25px;
  border-bottom-right-radius: 25px;
}
.single-sidebar button.search-btn i{
  color: #ffffff;
}
.single-sidebar .form-control.input-field{
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0px;
}
.single-sidebar .form-control.input-field:focus{
  box-shadow: 0 0 0 0.2rem rgb(212 215 255 / 30%);
}
.single-sidebar{
  padding: 20px;
  box-shadow: 0 0 20px 0 rgba(62,28,131,0.1);
}
.single-sidebar .title h5{
  color: #a5c438;
  font-weight: 700;
}
.cat-list ul li{
  margin-bottom: 10px;
}
.cat-list ul li a{
  color: #848fa8;
}
.cat-list ul li a i{
  color: #157bc0;
  margin-right: 5px;
}
.tag-list a{
  border: 1px solid #848fa8;
  color: #848fa8;
  padding: 10px 20px;
  line-height: 3;
  transition: all 0.5s ease-in-out;
}
.tag-list a:hover{
  background-color: #a5c438;
  color: #ffffff;
}
.blog-social-link  ul li a i{
  color: #848fa8;
  transition: all 0.5s ease-in-out;
  font-size: 20px;
}
.blog-social-link  ul li a i:hover{
  color: #157bc0;
}
.right-sidebar-media img{
  width: 120px;
  height: 80px;
}
.right-sidebar-media .media-body h5{
  line-height: 1.4rem;
}
.right-sidebar-media .media-body h5 a{
  font-size: 16px;
  font-weight: 600;
  line-height: 1rem;
  color: #a5c438;
  transition: all 0.5s ease-in-out; 
}
.right-sidebar-media .media-body h5 a:hover{
  color: #157bc0;
}
.com-right {
  margin-left: auto;
  padding-top: 12px;
}
.right-author h4 {
  font-size: 16px;
  font-weight: 400;
  color: #848fa8;
  margin-left: 10px;
  transition: all 0.5s ease-in-out; 
}
.right-author h4 a:hover{
  color: #a5c438;
}
.bloglist-info-bottom{
  padding: 12px 20px;
  border-top: 1px solid #f1f1f1;
}
.blog-list-peracon{
  padding: 20px;
}
.blog-list-contant{
  box-shadow: 0 0 20px 0 rgba(62,28,131,0.1);
}
.blog-list-peracon h4{
  margin-bottom: 5px;
}
.blog-list-peracon h4 {
  font-size: 20px;
  font-weight: 700;
  color: #a5c438;
  transition: all 0.5s ease-in-out;
}
.blog-list-peracon h4 :hover{
  color: #157bc0;
}
.blog-list-peracon p{
  color: #848fa8;
}
.blog-list-contant .blog-list-image img{
  position: relative;
  width: 100%;
  cursor: pointer;
  transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
}
.blog-list-contant .blog-list-image{
  flex-basis: 25%;
  text-align: center;
  overflow: hidden;
}
.blog-list-contant:hover .blog-list-image img{
  transform: scale(1.05) rotate(0deg);
  overflow: hidden;
}
.blog-list-date{
  position: absolute;
  top: 20px;
  left: 40px;
  background-color: rgba(23,42,76,0.5);
  padding: 5px 10px;
  border-radius: 25px;
}
.blog-list-date span{
  color: #ffffff;
}
.com-right span{
  font-size: 16px;
}
.com-right span i{
  font-size: 20px;
  margin-right: 5px;
}
.details-com-right{
  margin-top: 8px;
}
.details-com-right span{
  font-size: 16px;
}
.details-com-right span i{
  font-size: 20px;
  margin-right: 5px;
}
.blog-content-wrap{
  padding: 20px;
  box-shadow: 0 0 20px 0 rgba(62,28,131,0.1);
}
.list-date2{
  position: absolute;
  top: 40px;
  left: 56px;
}
.blog-details-content .post-head{
  padding: 20px 0px;
}
.blog-details-title{
  padding-bottom: 20px;
}
.blog-details-title h3{
  font-size: 20px;
  font-weight: 700;
  color: #a5c438;
}
.blog-content-details p{
  color: #848fa8;
  margin-bottom: 20px;
}
.blockquote2 p{
  padding: 30px;
  background-color: #f1f1f1;
  font-weight: 400;
}
.blockquote2{
  margin-bottom: 20px;
}
.blog-tags-share-wrap{
  display: flex;
  padding: 40px 0px;
  border-bottom: 1px solid #f1f1f1;
}
.blog-tags-share-wrap .blog-tags h6{
  font-weight: 600;
  color: #a5c438;
}
.blog-tags-share-wrap .share-list a{
  background-color: #f1f1f1;
  padding: 10px 15px;
  margin-right: 5px;
  color: #a5c438;
}
.blog-social-link{
  margin-left: auto;
}
.blog-social-link ul .share{
  font-weight: 600;
  color: #a5c438;
}
.comment-border-title h5{
  font-weight: 600;
  padding: 20px 0px 30px;
  color: #a5c438;
}
.blog-commenter-img{
  border-radius: 500px;
}
.blog-commenter-name h5{
  font-size: 18px;
  font-weight: 600;
  color: #a5c438;
}
.blog-commenter-name span i{
  margin-right: 5px;
}
.blog-author-paragraph{
  margin: 10px 0px;
}
.blog-comments-div {
  border-bottom: 1px solid #f1f1f1;
}
.blog-reply a{
  transition: all 0.5s ease-in-out;
}
.blog-reply a:hover{
  color: #157bc0;
}
.blog-from h5{
  font-weight: 600;
  color: #a5c438;
}
.blog-contact-btn{
  background-color: #157bc0;
  color: #ffffff;
}
.blog-contact-btn2{
  color: #a5c438;
}

/*blog pages css end*/

/*contact page css start*/

.contact-from{
  box-shadow: 0 0 20px 0 rgba(62,28,131,0.1);
}
.contact-from .contact-text{
  font-weight: 600;
  font-size: 20px;
  padding: 20px;
  border-bottom: 1px solid #e3e3e3;
}
.contact-from form{
  padding: 20px;
}
.contact_map h4{
  font-weight: 600;
  font-size: 20px; 
  padding: 15px;
  border-bottom: 1px solid #e3e3e3;
}
.contact-details{
  padding: 20px;
}
.opening-hour{
  padding: 20px;
}
.opening-hour ul li{
  margin-bottom: 10px;
}
.contact-details ul li{
  margin-bottom: 10px;
}
.contact-details ul li i{
  margin-right: 10px;
}

/*contact page css end*/

/*faq page css start*/

.faq-border{
  margin-bottom: 30px;
}
.faq-border ul li{
  padding: 15px 30px;
  border-bottom: 1px solid #e3e3e3;
  background-color: #f5f6ff;
}
.faq-border ul li a{
  font-size: 18px;
  color: #a5c438;
}
.faq-border ul li a i{
  margin-right: 10px;
  color: #157bc0;
}
.faq-details .faq-article h4{
  padding: 20px;
  border-top: 1px solid #e3e3e3;
  border-bottom: 1px solid #e3e3e3;
  color: #a5c438;
}
.faq-details .faq-article h4 span{
  color: #157bc0;
  font-size: 26px;
}
.faq-details .faq-article p{
  padding: 20px;
  color: #848fa8;
}

/*faq page css end*/

/*gallery page css start*/

.gallery-img{
  cursor: pointer;
}
.gallery-img img{
  position: relative;
}
.hover-gallery{
  position: absolute;
  top: 0;
  left: 15px;
  right: 15px;
  bottom: 0;
  background-color: #27275887;
  opacity: 0;
  transition: all 0.5s ease-in-out;
}
.gallery-text{
  margin-top: 50%;
  transform: translatey(-130%);
  padding: 0px 20px 0px 20px;
}
.hover-gallery:hover{
  opacity: 1;
}
.gallery-text h4{
  color: #ffffff;
}
.gallery-text p{
  font-size: 14px;
  color: #ffffff;
}
.col-gallery{
  margin-bottom: 30px;
}

/*gallery page css end*/

/*service page css start*/

.serv-overlay{
  padding: 20px 15px;
  transition: all 0.5s ease-in-out;
}
.service-contant {
  cursor: pointer;
  text-align: center;
  transition: all 0.5s ease-in-out;
  box-shadow: 0 0 6px 0 rgba(62,28,131,0.2);
}
.service-contant .serv-img .img1{
  transition: all 0.5s ease-in-out;
}
.service-contant .serv-img{
  margin-bottom: 20px;
  transition: all 0.5s ease-in-out;
}
.service-contant .serv-img .img2{
   display: none;
   transition: all 0.5s ease-in-out;
}
.service-contant:hover{
  background: url(../images/gallery7.jpg) no-repeat;
  background-size: cover;
  background-position: center;
  background-attachment: fixed;
}
.service-contant:hover .serv-overlay{
  background: linear-gradient(0deg, rgba(19,42,72,0.6166841736694677) 100%, rgba(255,255,255,0.7679446778711485) 100%);
}
.service-contant:hover .serv-img .img1{
  display: none;
}
.service-contant:hover .serv-img .img2{
  display: block;
  display: inline-block;
}
.service-contant .serv-text h3 {
  font-size: 20px;
  font-weight: 600;
  color: #a5c438;
  margin-bottom: 10px; 
  transition: all 0.5s ease-in-out;
}
.service-contant:hover .serv-text h3{
  color: #ffffff;
}
.service-contant .serv-text p{
  color: #848fa8; 
  transition: all 0.5s ease-in-out;
}
.service-contant:hover .serv-text p{
  color: #ffffff;
}
.service-about-contant h3 {
  color: #a5c438;
  line-height: 1.1;
  font-weight: 500;
  margin-bottom: 20px;
}
.service-about-contant p{
  color: #848fa8;
  margin-bottom: 20px;
}
.service-about-contant button{
  padding: 10px 30px;
  background-color: #157bc0;
  color: #ffffff;
}
.exper-contant{
  text-align: center;
  cursor: pointer;
  box-shadow: 0 0 20px 0 rgba(62,28,131,0.1);
  padding: 30px 10px;
}
.exper-contant .exper-img{
  margin-bottom: 20px;
}
.exper-contant .exper-text h3{
  font-size: 20px;
  font-weight: 200;
  color: #a5c438;
  margin-bottom: 15px;
  transition: all 0.5s ease-in-out;
}
.exper-contant:hover h3{
  color: #157bc0;
}
.exper-contant .exper-text p{
  color: #848fa8;
}
.testimonial2-section{
  background-color: #f1f5ff;
}
.testi-author-info2 h4{
  color: #a5c438;
}
.testi-author-info2 p{
  color: #848fa8;
}
.testi-content2 p{
  color: #848fa8;
  font-weight: 300;
}
.testimonial2 .owl-dots{
  display: none;
}
.testimonial-tittle2 h3{
  color: #a5c438;
}
.join-content{
  text-align: center;
}
.join-content h3{
  color: #ffffff;
  font-weight: 500;
  margin-bottom: 20px;
}
.join-content p{
  color: #ffffff;
  padding: 0px 180px 20px 180px;
}
.join-nwesletter-section{
  position: relative;
  background: url(../images/extraimg2.jpg) no-repeat;
  background-size: cover;
  background-position: center;
  background-attachment: fixed;
}
.join-nwesletter-section:before{
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  background: linear-gradient(0deg, rgba(19,42,72,0.6166841736694677) 100%, rgba(255,255,255,0.7679446778711485) 100%);
}

/*service page css start*/


/*==============

*** other page css end ***

==============*/

/*========================================

 ========index page - start

=========================================*/


.indexlink{
  background: #f26522;
  color: #fff !important;
}
.image-container span img {
    height: auto;
    max-width: 50%;
}
.features-item{
  background-color: #eee;
  padding: 30px;
}
.features-item .title-text{
  font-size: 18px;
  margin-top: 16px;
}
#preview-section .section-tittle::before{
  content: '';
  position: absolute;
  width: 80px;
  height: 2px;
  background-color: #f26522;
}
.image-container a img{
  position: relative;
}
.overlay-preview{
  position: absolute;
  top: 0;
  left: 15px;
  right: 15px;
  bottom: 0;
  background-color: rgba(21,65,126,0.44);
  transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
}
.overlay-preview:hover{
  background-color: rgba(21,65,126,0.88);
  cursor: pointer;
}
.overlay-preview .title-text{
  color: #fff !important;
  align-items: center;
  font-size: 20px;
  transform: translateY(231px);
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
} 
.overlay-preview:hover .title-text{
  font-size: 26px;
}
.banner-content-preview{
   transform: translateY(500px);
}
.preview-h1{
  color: #fff;
  background: none !important;
}
.preview-item-img{
  height: 80vh;
}
.preview-desc p{
  color: #fff;
}
.preview-button{
  background-color: #157bc0;
  padding: 10px 15px;
  display: inline-block;
  border-radius: 50px;
}
.preview-button a{
  color: #fff;
}
.preview-button a i{
  margin-left: 5px;
}
#preview-banner-section{
  background-color: #a5c438;
}
.preview-menu-sticky {
  background: #ffffff;
  border-bottom: 1px solid #15417e;
}
.navbar .navbar-collapse .navbar-nav li a {
    color: #3c3c3c;
}
.preview-content{
  padding-top: 215px;
}
.indexmenusticky{
  border-bottom: 1px solid #f1f1f11c;
}
.preview-item .image-container img{
  width: 350px;
  height: auto;
}
