.slider_sec{
	position:relative;
	overflow:hidden;
}
.slider_sec .para{
	color:var(--white_color);
	font-sizE:18px;
	margin-bottom:40px;
}
/*Property Section CSS Start Here*/


.pro_sec{
	background-color: var(--primary_color);
}
.pro_sec .form_grid{
	display:grid;
	grid-template-columns:repeat(3,1fr);
	grid-gap:20px 30px;
}
.pro_sec ::placeholder{
	color:#fff;
}
.pro_sec input,
.pro_sec select
{
	margin-bottom:0;
}
.property_search_form label{
	color:var(--white_color);
	text-transform:uppercase;
	font-size:15px;
	letter-spacing:1.5px;
}
.property_search_form label span{
	text-transform:lowercase;
}
.property_search_form .form-control{
	background-color:transparent;
	border-radius:0;
	color:#fff;
	font-size:14px;
}
.property_search_form .form-control:focus{
	box-shadow:none;
	border-color:var(-secondary_color);
	border-width:2px;
	
}


/*Range Slider CSS*/
.range-slider{
	padding: 10px 50px 10px 15px;
	margin: 0 0 30px;
	position: relative;
}
.range-slider input[type="range"]{
	background: #AF9F01;
	width: 100%;
	height: 10px;
	outline: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	position: relative;
	z-index: 1;
	transition: all 0.3s ease;
}
.range-slider input[type="range"]::-webkit-slider-thumb{
	background: #FFF;
	width: 20px;
	height: 20px;
	border-radius: 25%/50%;
	box-shadow:  0 0 0 4px #fff;
	cursor: pointer;
	transition: all 0.15s ease-in-out 0s;
	-webkit-appearance: none;
	appearance: none;
}
.range-slider input[type="range"]:active::-webkit-slider-thumb,
.range-slider input[type="range"]::-webkit-slider-thumb:hover{
	box-shadow: 0 0 5px rgba(0,0,0,0.5);
}
.range-slider input[type="range"]::-moz-range-thumb{
	background: #fff;
	width: 20px;
	height: 20px;
	border-radius: 25%/50%;
	box-shadow:  0 0 0 4px #fff;
	border: none;
	cursor: pointer;
	transition: all 0.15s ease-in-out 0s;
}
.range-slider input[type="range"]:active::-moz-range-thumb,
.range-slider input[type="range"]::-moz-range-thumb:hover{
	box-shadow: 0 0 5px rgba(0,0,0,0.5);
}
.range-slider .range-value{
	color: var(--primary_color);
	background: #fff;
	font-size: 18px;
	font-weight: 600;
	font-style: italic;
	text-align: center;
	width: 43px;
	padding: 2px 0;
	transform: translateY(50%);
	position: absolute;
	bottom: 47%;
	right: 0;
}
::-moz-range-track{
	background: transparent;
	border: 0;
}

/*Property Section CSS Start End*/
/*About Section CSS Start*/
.abt_sec{
	background-attachment:fixed;
	background-size:cover;
	background-position:center;
	position:relative;
	z-index:0;
}
.abt_sec::after{
	content:"";
	position:absolute;
	background-position:center;
	background-size: cover;
	left:0;
	top:0;
	width:40%;
	height:100%;
	z-index:-1;
	
}
.abt_telbox{
	/*display:grid;*/
	/*grid-template-columns:0.7fr 1fr;*/
	margin-bottom:20px;
	background-color:#fff;
}
.tel_cont{
	padding:10px 20px;
	box-shadow: 7px 9px 7px 0px rgb(34 34 34 / 5%);
}
.tel_cont a{
	
	color:var(--primary_color);
}
.tel_cont a:hover{
	color:var(--secondary_color);
	text-decoration:none;
}
.tel_hd{
	font-size:16px;
	margin-bottom:8px;
}
.tel_playbtn{
	width:63px;
	height:63px;
	background-color:var(--secondary_color);
	display:flex;
	justify-content:center;
	align-items:center;
	display:none;
	color:#fff;
	font-size:20px;
	box-shadow:0 0 10px -1px rgb(0 0 0 / 30%);
}
.tel_playbtn:hover{
	color:var(--primary_color);
	text-decoration:none;
}
/*New Property Sale Section CSS Start*/
.sale_prop_box{
	position:relative;
	padding:50px 0;
}
.sale_prop_box::after{
 content:"";
 position:absolute;
 height:100%;
 width:40%;
 left:30px;
 top:0;
 z-index:-1;
 background-image: linear-gradient(-45deg, #76cccd 0%, #085068 100%);
    box-shadow: 0px 30px 139px 0px rgb(10 22 31 / 26%);
    border-radius: 30px;
}
.sale_prop_inner{
	position:relative;
	display:grid;
	margin:30px;
	/*align-items:center;*/
	grid-template-columns: 1.2fr 2fr;
}
.sale_prop_img{
	z-index:1;
	padding:60px 30px 60px 50px;
}
.sale_prop_img img{
	border-radius:20px;
	width:100%;
	height:100%;
	min-width:450px;
	min-height:400px;
	max-height:400px;
	object-fit:cover;
}
.cnt_sec  .buttn_white {
	top:10px;
}
.sale_prop_details{
	padding:50px;
	background-color:#fff;
	border:1px solid #bbb;
	border-radius:30px;
	margin-left: -140px;
    z-index: 0;
    padding-left: 170px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    box-shadow: 0 0 20px -5px rgb(0 0 0 / 30%);
}
.sale_prop_name{
	font-weight: 900;
    font-size: 24px;
    line-height: 1.2em;
    letter-spacing: 1.2px;
    text-transform:uppercase;
    margin:0 0 10px;
}
.sale_prop_location{
	color: #808080;
    font-style: italic;
    font-size:14px;
    line-height: 1.5;
}
.sale_prop_amenties{
	margin-top:40px;
	display: grid;
    grid-template-columns: repeat(3,1fr);
}
.sale_prop_icons i{
	color: var(--primary_color);
    padding: 10px;
    background-color: #70c6c845;
    font-size: 20px;
    border-radius: 50%;
    width: 50px;
    height: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-right:5px;
    margin-bottom:10px;
}
.sale_prop_price{
	font-size:25px;
	color:var(--primary_color);
	margin-top:20px;
	font-weight:600;
}
.sale_btn{
	max-width:180px;
	width:100%;
}
.sale_prop_price span{
	color:#000;
}

.property_slider .slick-prev,.property_slider .slick-next{
	width:50px;
	height:50px;
	border-radius:50px;
	background-color:#fff;
	color:#000;
	box-shadow: 0 0 6px black;
}
.property_slider .slick-next:before {
    content: "\f178";
}
.property_slider .slick-next{
	right:0;
}
.property_slider .slick-prev:before {
    content: "\f177";
}
.property_slider .slick-prev {
    left: 0;
    z-index: 9;
}
.property_slider .slick-prev:before,.property_slider .slick-next:before{
	font-family:FontAwesome;
    opacity:1;
    color:var(--primary-color);
}
.property_slider .slick-prev:hover,.property_slider .slick-prev:focus,.property_slider .slick-next:hover,.property_slider .slick-next:focus {
    color: var(--secondary_color);
    outline: none;
    background: var(--primary_color);
}

/*Propertise Sale Section CSS Start Here*/
.property_sale_sec{
	background-color:#fcfdfd;
}
.icon {
  display: inline-block;
  width: 25px;
  height: 25px;
  stroke-width: 0;
  stroke: currentColor;
  fill: currentColor;
}

.wrapper {
  width: 100%;
  min-height: 750px;
  background-size: cover;
  position: relative;
  /*overflow: hidden;*/
  display: flex;
}
/*.content {
  height: 600px;
  margin: auto;
  width: 100%;
  max-width: 1050px;
  display: flex;
  align-items: center;
   position: relative; 
}*/


/* Media Query */
@media screen and (max-width: 1200px) {
    .property-slider__content {
      padding-left: 220px;
    }
    .property-slider {
        width: 80%;
      }
      .prev {
        left: -21%;
      }
      .bg-shape {
        width: 45%;
      }
      .property-slider__title {
        font-size: 34px;
      }
      .property-slider__price {
        font-size: 36px;
      }
      .property-img {
        width: 430px;
        left: 20%;
      }
      .pro_sec .form_grid{
      	grid-template-columns: repeat(2,1fr);
      }
  }
  @media screen and (max-width: 992px) {
    .property-slider__content {
      padding: 20px 60px 100px;
      padding-top: 280px;
      text-align: center;
    }
    .property-slider__card {
        align-items: flex-start;
      }
      .property-slider__item {
        height: auto;
      }
      .property-slider {
        width: 80%;
        left: 50%;
        transform: translateX(-50%);
        height: auto;
        position: relative;
        top: 0;
        margin-top: 170px;
        margin-bottom: 100px;
      }
      .property-slider br {
        display: none;
      }
      .prev {
        left: 0;
        transform: translate(-50%, -50%);
      }
      .next, .prev {
        top: 170px;
      }
      .bg-shape {
        width: 90%;
        height: 290px;
        align-items: flex-start;
        padding: 50px;
        left: 50%;
        transform: translateX(-50%);
      }
      .property-ctr {
        justify-content: center;
      }
      .property-img {
        width: 430px;
        left: 50%;
        transform: translateX(-50%);
        top: 0;
        height: 350px;
      }
      .wrapper {
        height: auto;
        min-height: 100vh;
    }
  }
  @media screen and (max-width: 767px) {
    .property-slider__cover {
        border-radius: 20px;
      }
    .property-slider__content {
      padding: 20px 30px 50px;
      padding-top: 300px;
    }
    .property-slider__card {
        border-radius: 20px;
      }
      .property-slider {
        border-radius: 20px;
      }
      .bg-shape {
        padding: 30px;
        width: 95%;
        border-radius: 20px;
      }
      .property-slider__cart {
        margin-right: 30px;
      }
      .property-ctr {
        justify-content: center;
        flex-wrap: wrap;
        margin-bottom: 40px;
      }
      
      .property-ctr {
        justify-content: center;
        flex-wrap: wrap;
        margin-bottom: 40px;
      }
      .property-ctr .hr-vertical {
        width: 100%;
        margin: 35px 0;
        height: 1px;
      }
      .property-inf {
        width: 100%;
      }
      .property-img {
        width: 100%;
        max-width: 400px;
        top: 30px;
        height: 390px;
      }
    .pro_sec .form_grid{
	  	grid-template-columns: auto;
	  }  
  }
  @media screen and (max-width: 576px) {
    .property-slider__content {
      padding-top: 220px;
      padding-left: 15px;
      padding-right: 15px;
    }
    .property-slider {
        width: 85%;
        margin-top: 130px;
      }
      .next {
        transform: translate(-20%, -50%);
      }
      .prev {
        transform: translate(20%, -50%);
      }
      .bg-shape {
        height: 200px;
        padding: 30px;
      }
      .property-slider__title {
        font-size: 24px;
      }
      .property-slider__price {
        font-size: 30px;
      }
      .property-slider__cart {
        width: 100%;
        max-width: 300px;
        margin-left: auto;
        margin-right: auto;
        margin-bottom: 50px;
      }
      .property-img {
        max-width: 300px;
        height: 300px;
      }
  }
/*Propertise Sale Section CSS End Here*/


.cnt_sec{
    background-color:var(--primary_color);
	background-blend-mode:multiply;
	background-size:cover;
	background-position:center;
	min-height:150px;
	background-repeat: no-repeat;
}
.cnt_sec .buttn{
	margin-top:0;
}

/*Services Section CSS Start Here*/


.main-timeline{
    position: relative;
}
.main-timeline:after{
    content: '';
    display: block;
    clear: both;
}
.main-timeline .timeline{
    width: 60%;
    margin: 0 30px 60px 0;
    float: left;
}
.main-timeline .timeline-content{
    color: #333;
    min-height: 150px;
    padding: 30px;
    border: 3px solid #085068;
    display: block;
    position: relative;
    z-index: 1;
}
.main-timeline .timeline-content:before,
.main-timeline .timeline-content:after{
    content: '';
    background: #fff;
    box-shadow: 0 0 10px -1px rgba(0,0,0,0.3);
    position: absolute;
    left: 10px;
    top: 10px;
    bottom: 10px;
    right: 10px;
    z-index: -1;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: bottom right;
    background-blend-mode: multiply;
}
.main-timeline .timeline-content:after{
    background-color: #085068;
    height: 3px;
    width: 100px;
    box-shadow: none;
    transform: translateY(-50%);
    left: 100%;
    right: auto;
    top: 50%;
    bottom: auto;
    z-index: 1;
}
.main-timeline .timeline-content:hover{ text-decoration: none; }
.main-timeline .timeline-icon{
    color: #fff;
    background: linear-gradient(to bottom,#fdfcf8,#b2b3b4);
    font-size: 45px;
    text-align: center;
    line-height: 108px;
    height: 105px;
    width: 105px;
    box-shadow: 0 0 7px rgba(0,0,0,0.2);
    transform: translateY(-50%) rotate(45deg);
    position: absolute;
    top: 50%;
    right: -200px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.main-timeline .timeline-icon:before{
    content: "";
    background: linear-gradient(to top,#085068,#76cccd);
    box-shadow: 3px 3px 6px rgba(0, 0, 0, 0.3);
    transform: translateX(-50%)translateY(-50%);
    position: absolute;
    width: 75%;
    height: 75%;
    top: 50%;
    left: 50%;
}
.main-timeline .timeline-icon i{ transform: rotate(-45deg); }
.main-timeline .title{
    color: var(--secondary_color);
    font-size: 22px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin: 0 0 7px 0;
}
.main-timeline .description{
    font-size: 14px;
    letter-spacing: 1px;
    margin: 0;
    color:#888;
    background-color: rgb(255 255 255 / 60%);
}
.main-timeline .timeline:nth-child(even){
    float: right;
    margin: 0 0 60px 30px;
}
.main-timeline .timeline:nth-child(even) .timeline-content:after{
    left: auto;
    right: 100%;
    background: linear-gradient(to left,#085068,#76cccd);
}
.main-timeline .timeline:nth-child(even) .timeline-icon{
    right: auto;
    left: -200px;
}

@media screen and (max-width:767px){
    .main-timeline .timeline{
        width: 100%;
        padding: 0 170px 0 0;
    }
    .main-timeline .timeline:nth-child(even){ padding: 0 0 0 170px; }
    .main-timeline .timeline-content:after{ width: 50px; }
    .main-timeline .timeline-icon{ right: -150px; }
    .main-timeline .timeline:nth-child(even) .timeline-icon{ left: -150px; }
}
@media screen and (max-width:576px){
    .main-timeline .timeline,
    .main-timeline .timeline:nth-child(even){
        padding: 35px 0 0 0;
        margin: 0 0 10px;
    }
    .main-timeline .timeline-content{ padding-top: 45px; }
    .main-timeline .timeline-content:after{ display: none; }
    .main-timeline .timeline .timeline-icon{
        font-size: 25px;
        line-height: 50px;
        height: 50px;
        width: 50px;
        right: 7px;
        top: -27px;
        transform: translateY(0) rotate(45deg);
    }
    .main-timeline .timeline:nth-child(even) .timeline-icon{ left: 7px; }
    .main-timeline .timeline .timeline-icon:before{
        height: 83%;
        width: 83%;
    }
    .main-timeline .title{ font-size: 18px; }
}

/*Service Section End*/

/*Featured Property Section Start Here*/
.featured_prop_sec{
	background-color:#f9f9f9;
}
.ftr_prop_card{
	display:flex;
	justify-content:center;
	align-items:center;
	margin-bottom:60px;
}
.ftr_prop_card:hover{
	text-decoration:none;
	color:transparent;
}
.ftr_prop_card:hover .ftr_prop_details{
	box-shadow : 12px 12px 0 var(--secondary_color);
	transition: all .3s ease-in-out;
}
.ftr_prop_img{
	/*background-image:url(https://gnb-user-uploads.s3.amazonaws.com/cnb/website/marshalls/08f9a962f4e84762311aa6d5ac82c42c.jpg);*/
	min-height:360px;
	width:50%;
	position:relative;
	transition: all .3s ease-in-out;
	background-position: center;
    background-size: cover;
}
.prop_type{
	position: absolute;
    top: 28px;
    left: 30px;
    background-color: var(--secondary_color);
    padding: 10px 20px 7px;
    font-size: 15px;
    color: #fff;
}
.ftr_prop_card:hover .prop_type{
	-webkit-transform-origin: top center;
  -ms-transform-origin: top center;
  transform-origin: top center;
  -webkit-animation-name: swing;
  animation-name: swing;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  animation-iteration-count: 3;
  -webkit-animation-iteration-count: 3;
}
.prop_price{
	margin-top:10px;
	border-top:1px solid var(--secondary_color);
	/*text-align:center;*/
	padding-top:10px;
	color:var(--primary_color);
	font-weight:600;
	
}

  @-webkit-keyframes swing {
	  20% {
	  -webkit-transform: rotate3d(0, 0, 1, 15deg);
	  transform: rotate3d(0, 0, 1, 15deg);
	  }
	  40% {
	  -webkit-transform: rotate3d(0, 0, 1, -10deg);
	  transform: rotate3d(0, 0, 1, -10deg);
	  }
	  60% {
	  -webkit-transform: rotate3d(0, 0, 1, 5deg);
	  transform: rotate3d(0, 0, 1, 5deg);
	  }
	  80% {
	  -webkit-transform: rotate3d(0, 0, 1, -5deg);
	  transform: rotate3d(0, 0, 1, -5deg);
	  }
	  100% {
	  -webkit-transform: rotate3d(0, 0, 1, 0deg);
	  transform: rotate3d(0, 0, 1, 0deg);
	  }
  }
  @keyframes swing {
	  20% {
	  -webkit-transform: rotate3d(0, 0, 1, 15deg);
	  transform: rotate3d(0, 0, 1, 15deg);
	  }
	  40% {
	  -webkit-transform: rotate3d(0, 0, 1, -10deg);
	  transform: rotate3d(0, 0, 1, -10deg);
	  }
	  60% {
	  -webkit-transform: rotate3d(0, 0, 1, 5deg);
	  transform: rotate3d(0, 0, 1, 5deg);
	  }
	  80% {
	  -webkit-transform: rotate3d(0, 0, 1, -5deg);
	  transform: rotate3d(0, 0, 1, -5deg);
	  }
	  100% {
	  -webkit-transform: rotate3d(0, 0, 1, 0deg);
	  transform: rotate3d(0, 0, 1, 0deg);
	  }
  }
.prop_type::before{
	position:absolute;
	top: -29px;
    left: 50%;
    z-index: 1;
    transform: translateX(-50%);
}
.ftr_prop_details{
	width:50%;
	background-color:#fff;
	padding:30px 30px 20px;
	position:relative;
	margin-left:-30px;
	box-shadow: 0 0 20px -5px rgb(0 0 0 / 50%);
	transition: all .3s ease-in-out;
}
.ftr_prop_name{
	font-size:20px;
	color:var(--primary_color);
	margin: 0 0 15px;
	height:54px;
	line-height: 130%;
	text-transform: uppercase;
	display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}
.ftr_prop_location{
	font-style:italic;
	font-size:14px;
	color:grey;
	text-indent: -12px;
	margin-left: 25px;
	display:table;
	margin-bottom:5px;
}
.ftr_prop_iocns{
	display:grid;
	grid-template-columns:repeat(3,1fr);
}
.prop_icn_item{
	display:flex;
	align-items:center;
	justify-content:center;
	align-items:center;
	flex-direction:column;
	font-size:12px;
	font-weight:600;
	color:var(--primary_color);
}
.prop_icn_item i{
	color: #20d1d3;
    padding: 10px;
    font-size: 20px;
    margin-bottom:3px;
    margin-top:10px;
}
/*Featured Property Section End Here*/
/*App section Start Here*/
.app_section{
	padding:100px 30px 0;
	background-color:var(--primary_color);
	background-size:contain;
	background-position:bottom;
	background-repeat:no-repeat;
	
}
.pos{
	position:relative;
}
.app_section .para{
	font-size:14px;
}
.app_logo{
	width:150px;
}
.app_img{
	position:absolute;
	bottom:0;
}
/*App section End Here*/

/*Testimonial Section Start Here*/
.testimonial_sec{
	background-image:url(https://themexriver.com/houseland-demo/main/wp-content/themes/houseland/assets/images/home2/feedback-bg.jpg);
	position:relative;
	overflow:hidden;
}

.client_photo span{
	position:absolute;
	webkit-animation: scale-animation linear infinite;
    animation: scale-animation linear infinite;
}
@-webkit-keyframes scale-animation {
	0% {
		-webkit-transform: translate(0, 0);
		transform: translate(0, 0);
	}
	50% {
		-webkit-transform: translate(-10px, 10px);
		transform: translate(-10px, 10px);
	}
	70% {
		-webkit-transform: translate(10px, 10px);
		transform: translate(10px, 10px);
	}
	100% {
		-webkit-transform: trnslate(0, 0);
		transform: trnslate(0, 0);
	}
}

@keyframes scale-animation {
	0% {
		-webkit-transform: translate(0, 0);
		transform: translate(0, 0);
	}
	50% {
		-webkit-transform: translate(-10px, 10px);
		transform: translate(-10px, 10px);
	}
	70% {
		-webkit-transform: translate(10px, 10px);
		transform: translate(10px, 10px);
	}
	100% {
		-webkit-transform: trnslate(0, 0);
		transform: trnslate(0, 0);
	}
}

.client_photo span:nth-child(1){
	top:10%;
	left:150px;
	-webkit-animation-duration: 6s;
	animation-duration: 6s;
}
.client_photo span:nth-child(2){
	right:20%;
	top:40%;
	-webkit-animation-duration: 3s;
	animation-duration: 3s;
}
.client_photo span:nth-child(3){
	bottom: 150px;
	left:10%;
	-webkit-animation-duration: 5s;
	animation-duration: 5s;
}
.client_photo span:nth-child(4){
    left: 71%;
    top: 40px;
	-webkit-animation-duration: 4s;
	animation-duration: 4s;
}
.client_photo span:nth-child(5){
	right: 180px;
	top: 15%;
	-webkit-animation-duration: 7s;
	animation-duration: 7s;
}
.client_photo span:nth-child(6){
	right: 100px;
	bottom: 300px;
	-webkit-animation-duration: 8s;
	animation-duration: 8s;
}
.client_photo span:nth-child(7){
	right: 9%;
    top: 67%;
	-webkit-animation-duration: 9s;
	animation-duration: 9s;
}
.client_photo span:nth-child(8){
	
	left: 320px;
    top: 40%;
	-webkit-animation-duration: 4s;
	animation-duration: 4s;
}
.test_box{
	padding:50px;
	background-color:#fff;
	box-shadow:0 0 20px -5px rgb(0 0 0 / 50%);
	border-radius:5px;
	position:relative;
	box-shadow:15px 15px 0 var(--secondary_color);
	margin:50px 30px;
}
.test_box::after{
	content:"\f10e";
	position:absolute;
	font-family:FontAwesome;
	color:var(--secondary_color);
	font-size:60px;
	top:30px;
	right:40px;
	opacity: 0.6;
}
.client_name{
	color:var(--primary_color);
	font-size:22px;
	margin-bottom:10px;
	font-weight:600;
}
.client_position{
	font-size:16px;
	font-style:italic;
	color:var(--secondary_color);
	display:table;
	margin-bottom:5px;
}
.reviews i{
	color:#f9b403;
	margin-right:2px;
}
.client_quote {
    font-size: 15px;
    color: #888;
    margin-top: 10px;
    overflow-Y: auto;
    min-height: 104px;
    padding-right:5px;
    height: 104px;
}

.testimonial_slider .slick-dots{
	right: -120px;
    top: 50%;
    transform: rotate(90deg) translateX(-30%);
    width: 50%;
}
.testimonial_slider .slick-dots li.slick-active button:before {
    opacity: 1;
    color: var(--primary_color);
}
.testimonial_slider .slick-dots li button:before{
	font-size:10px;
}
.testimonial_slider .slick-dots li button:before{
	left:-1px;
}
.testimonial_slider .slick-dots li.slick-active{
	border:1px solid var(--primary_color);
	border-radius:50px;
}
.testimonial_slider .slick-dots li button:before{
	color:var(--secondary_color);
	opacity:1;
}
.client_quote::-webkit-scrollbar {
    width: 5px;
    border-radius: 5px;
}
.client_quote::-webkit-scrollbar-thumb {
    border-radius: 5px;
    background: #888;
}
.client_quote::-webkit-scrollbar-track {
    background-color: #e9e9e9;
    border-radius: 5px;
}    
/*Testimonial Section End Here*/

/*Footer Section CSS Start Here*/

.widget{
	background-color:var(--primary_color);
	background-blend-mode:multiply;
	background-position: center;
    background-repeat: no-repeat;
	background-size: cover;
    -webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
    color:#fff;
}
.widget_title{
	font-size:25px;
	text-transform:uppercase;
	margin-bottom:20px;
}
.widget_p{
	font-size:15px;
}
.widget_list{
	list-style:none;
	padding:0;
}
.widget_list li a{
	color:#fff;
}
.widget_list li{
	position:relative;
	line-height:30px;
	margin-left:25px;
	font-size:15px;
	transition: all .3s ease-out;
}
.widget_list li:hover{
	/*margin-left:30px;*/
	transition: all .3s ease-out;
}
.widget_list li:hover a{
	color:var(--secondary_color);
	text-decoration:none;
}
.widget_list li::before{
	content:"\f054";
	position:absolute;
	margin-left:-17px;
	font-family:FontAwesome;
	color:var(--secondary_color);
	font-size:14px;
}
.contact_widget_inner{
	display:flex;
	align-items:center;
	margin-bottom:10px;
}
.contact_icon{
	width:50px;
	display:flex;
	align-items:center;
	justify-content:center;
	padding:5px;
	height:100%;
	
}
.contact_icon i{
	/*color:var(--secondary_color);*/
	color:#fff;
	font-size:20px;
	width:40px;
	height:40px;
	display:flex;
	align-items:center;
	justify-content:center;
	border:1px solid var(--secondary_color);
}
.contact_details{
	padding:15px;
	font-size:15px;
}
.contact_details a{
	color:#fff;
}
.contact_details a:hover{
	color:var(--secondary_color);
	text-decoration:none;
}
.widget_btm{
	padding:20px;
	background-color:var(--secondary_color);
	color:#fff;
	display: flex;
	align-items:center;
    justify-content: space-between;
    flex-wrap:wrap;
}
.widget_btm .widget_btm_item:first-child{
	margin-bottom:10px;
}
.widget_logo{
	max-width:400px !important;
	width:100%;
}
.social_widget{
	display:flex;
	flex-wrap: wrap;
}
.social_widget a{
	width:40px;
	height:40px;
	display:flex;
	justify-content:center;
	align-items:center;
	color:var(--primary_color);
	background:#fff;
	margin:5px;
	font-size:20px;
	transition:all 0.4s linear;
}
.social_widget a:hover{
	text-decoration:none;
	background-color:var(--primary_color);
	color:#fff;
	/*margin-top:-5px;*/
	transition:all 0.4s linear;
}
.overlay.overlayEthos{
	display:none;
}
/*Footer Section CSS End Here*/


@media(max-width:576px){
	.widget{
		background-color:var(--primary_color);
		background-image:none;
	}
}