/*@font-face {
font-family: 'Roboto', sans-serif;
  src:  url('../fonts/Roboto-Regular.ttf') format('truetype');
}
*/
body, html
{
	overflow-x:hidden;
font-family: 'Roboto', sans-serif;
	margin:0;  color: #000 !important;
	padding:0;    font-size: 14px;
}
body
{
overflow-x:hidden;
}
h, h2, h3, h4, h5, h6
{
	font-weight:700; 
}
h2
{
	font-size:38px;
}
h3, .h3 {
    font-size: 2.3rem;
}

h4
{
	font-size:20px;
}

/*** Navbar ***/

.navbar-brand > img {
    display: block;
    width: 100%;
	max-width: 120px;
    margin-top: -4px;
}
.navbar-nav > li > a {
    font-size: 16px;
    font-weight: 700;
    color: #000 !important;
    padding: 15px !important;
}
.navbar {
    border-radius: 0;
}


/* width */
::-webkit-scrollbar {
  width: 10px;
  height: 5px;
}

/* Track */
::-webkit-scrollbar-track {
  box-shadow: inset 0 0 5px grey; 
  border-radius: 10px;
}
 
/* Handle */
::-webkit-scrollbar-thumb {
  background: #d53a27; 
  border-radius: 10px;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: #b30000; 
}



.navbar-toggler
{
    border: 1px solid #fff !important;	
}

.right_top
{
    margin-top: 8px;	
}
.navbar-header {
    top: 15px;
}

/*** Carousel ****/

.carousel-item {
  height: 85vh;
  min-height: 350px;
  background: no-repeat center center scroll;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
.fix-im {
    position: relative;
    bottom:11rem;
}
@media screen and (max-width:768px){
.flex-100 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
}
.fix-im {bottom: 0rem;}
}
.ugali {
    background: black;
    padding: 6px;
}
.bg-dark {
    background-color: #fff!important;
}


.red_btn {
    background: #e00606;
    color: #fff !important;
}
.sign_up
{
	font-weight:normal;
}
.carousel-indicators li{
    width: 3px!important;
    height: 20px!important; 
    display: block;
	    margin: 15px 0;
}
.carousel-indicators {
    display: block;
}
.carousel-indicators {
    padding-left: 0;
    margin-right: 0;
    margin-left: 2%;
    list-style: none;
	    width: 10px;
}
.carousel-indicators .active {
    background-color: #d53a27;    border: 1px solid #d53a27;
}
.carousel-caption {
    top: 45%;
    right: 0;
    bottom: 0;
    left: 0;
    padding-bottom: 0;
    text-align: center;
}
.slider_overlay
{
	background: linear-gradient(to bottom, rgba(0,0,0,0), rgba(0,0,0,.8));    
	position: absolute;   
    height: 25%;
    width: 100%;
    top: auto;
    left: 0;
    right: 0;
    bottom: 0;
}


/*** Video Background ***/
header.video_section {
    position: relative;
    background-color: black;
    height: 93vh;
    min-height: 25rem;
    width: 100%;
    overflow: hidden;
    padding-top: 8%;   
}
header.video_section video {
    position: absolute;
    top: 5%;
    left: 10%;
    min-width: 100%;
    min-height: 100%;
    width: 100%;
    height: auto;
    z-index: 0;
    -ms-transform: translateX(-10%) translateY(-10%);
    -moz-transform: translateX(-10%) translateY(-10%);
    -webkit-transform: translateX(-10%) translateY(-10%);
    transform: translateX(-10%) translateY(-10%);
}
header.video_section .container {
    position: relative;
    z-index: 2;
}
.h-100 {
    height: 100%!important;
}
.align-items-center {
    -ms-flex-align: center!important;
    align-items: center!important;
}
.d-flex {
    display: -ms-flexbox!important;
    display: flex!important;
}
.w-100 {
    width: 100%!important;
}
.text-white {
    color: #fff!important;
}
.display-3 {
font-size: 2.8rem;
    line-height: 1.2;
    /* text-transform: uppercase; */
    font-weight: 700;
    color: #ff4004;
    text-shadow: -2px -1px 0 #000, 2px -1px 0 #000, -2px 1px 0 #000, 2px 1px 0 #000;
}

.video_section .d-flex p
{
	color:#fff;    text-shadow: -2px -1px 0 #000, 2px -1px 0 #000, -2px 1px 0 #000, 2px 1px 0 #000;
    font-size: 24px;
}



/*** Footer ****/
.footer_section {
    font-size: 16px;
    background:#000 !important;
    padding: 2em 0 10px;
}
.footer_section .footer_section-widget h2 {
    font-weight: 700;
    text-transform: uppercase;
    color: #fff;    font-size: 18px;
}
.index-link ul {
    padding: 0;
}
.index-link ul li {
    list-style-type: none;
    display: flex;
}
.index-link ul li a {
    text-decoration: none;
    font-size: 16px;
    color: #fff;
    display: block;
    padding: 5px 0;
    text-align: left;
	border: none;
    color: #fff !important;
}
.index-link ul li a.fa-facebook
{
    background: #4e71a8;
}	
.index-link ul li a.fa-twitter
{
    background: #1cb7eb;
}
.index-link ul li a.fa-google-plus
{
    background: #d53a27;
}
.index-link p, .index-link h3 {
    color: #fff!important;
    padding-bottom: 15px;
}
.address .fa {
    color: #d53a27;
    margin-right: 10px;
    font-size: 18px;
    margin-top: 5px;
}
.yii-debug-toolbar_position_bottom {
    display: none !important;
}
.social-icons3 li {
    display: inline-block!important;
}
.social-icons3 li a {
    display: block;
    height: 40px;
    width: 40px;
    margin-right: 1em;
    -webkit-transition: .5s all;
    transition: .5s all;
    -moz-transition: .5s all;
    box-shadow: 0 10px 20px rgba(0, 0, 0, .16);
    -webkit-box-shadow: 0 10px 20px rgba(0, 0, 0, .16);
    -moz-box-shadow: 0 10px 20px rgba(0, 0, 0, .16);
    -o-box-shadow: 0 10px 20px rgba(0, 0, 0, .16);
    -ms-box-shadow: 0 10px 20px rgba(0, 0, 0, .16);
    line-height: 30px;
    color: #d53a27 !important;
    border: 2px solid #d53a27;
    text-align: center;
    border-radius: 50%;
    text-align: center!important;
}
.copyright_sctn {
   /*  background: #1d6f02 !important; */
       background: #000 !important;
    padding: 10px 0 30px 0;
    color: #fff;
}
.copyright_sctn p
{
    margin-bottom: 0;	
}

.display-4 {
  font-size: 30px;
    line-height: 1.2;  
    font-weight: 700;
    color: #fff;
	text-shadow: 2px 2px 4px #000000;
  /*   text-shadow: -2px -1px 0 #000, 2px -1px 0 #a9a7a7, -2px 1px 0 #000, 2px 1px 0 #000; */
}

 
.display-4 span{
	 font-size: 40px;
	  text-transform: uppercase;
}
.carousel-item .display-4 
{   
 margin-bottom: 30px;
}
.lg_rds_btn
{
	border-radius:25px;
}
.start_trl_btn
{
padding: 10px 40px;
}

.pad_4em
{
	padding:4em 0;
}.pad_3em
{
	padding:3em 0;
}
.btn-danger {
    color: #fff;
    background-color: #e00606;
    border-color: #dc3545;
}
.btn-outline-danger {
    color: #e00606;
    background-color: transparent;
    background-image: none;
    border-color: #e00606;
}
.btn-outline-danger:hover {
    color: #fff;
    background-color: #e00606;
    border-color: #e00606;
}
.btn-outline-danger:hover {
    color: #fff;
    background-color: #e00606;
    border-color: #e00606;
}
.btn-danger:focus, .btn-danger.focus {
    color: #fff;
    background-color: #e00606;
    border-color: #e00606;
}
.footer_logo img
{
    margin-bottom: 15px;
    width: 180px;	
}
.footer_section  ul
{
	margin-bottom:0;
}

/**** General *****/
.pad_5em {
    padding: 5em 0px;
}
.index_abt img {
    width: 100%;
}

.red_btn {
    background: #e00606;
    color: #fff !important;
}
.start_trl_btn {
    padding: 10px 0px;
    width: 150px;
    background: #d53a27;
    color: #fff !important;
    border-radius: 25px;
}
.lg_rds_btn {
    border-radius: 25px;
}
.green_banner {
    background: #61ba46;
}
.small_banner {
    background-size: cover !important;
    background-attachment: fixed !important;
    background-position: center center !important;
}
.overlay{
    position: absolute;
    background: rgba(0,0,0,0.5);
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;	
}
.yellow_color {
    color: rgb(241, 197, 0);
}
.navbar-brand {
    float: left;
    height: 50px;
    padding: 5px 0px;
    font-size: 18px;
    line-height: 20px;
}
.transparent_btn
{
    background: transparent;
    border: 1px solid #fff;
    border-radius: 5px;
	color:#fff !important
}	
.address p
{
	margin-bottom:0;
}
.contact_info
{
color: red !important;
}	
.navbar-toggler {
    border: 1px solid #000 !important;
}
.navbar-dark .navbar-toggler-icon {
    background-image: url(../images/menu.png);
}
.mrg_2em
{
    margin-top: 2em;
}	
.green_btn
{
background:#d53a27;
color:#fff;border: 1px solid #d53a27;
}	
.green_btn:hover
{
    background: #fff;color:#d53a27;
    border: 1px solid #d53a27;
}
.white_btn
{
	background:#fff;
	color:#d53a27; border: 1px solid #d53a27;
}

.white_btn:hover
{
	background:#d53a27;
	color:#fff; border: 1px solid #d53a27;
}
.btn
{
	outline:none !important;    box-shadow: none !important;
}
.carousel-caption .btn
{
	margin-bottom:10px;
}


/**** Home *****/

.sell_more {
  /*  background: url(../images/home/1.jpg);*/
}
.services_item {
    text-align: center;
    padding: 25px 15px;
    border-radius: 10px;
    -webkit-transition: all 300ms linear 0s;
    -o-transition: all 300ms linear 0s;
    transition: all 300ms linear 0s;
    margin-bottom: 0px;
}

.services_item p {
    font-size: 14px;
    margin-bottom: 0;
    line-height: 24px;
	
}

.services_inner h4
{
font-size:18px;text-transform:uppercase;
}
.services_inner i
{
	color:#d53a27;font-size:38px;    margin-bottom: 15px;
}
.services_item:hover {
    -webkit-box-shadow: 0 10px 30px 0 rgba(0,0,0,.1);
    box-shadow: 0 10px 30px 0 rgba(0,0,0,.1);
}
.home_about  
{
	    background: #f5f5f5;
		padding:4em 0
}
.home_about h2
{
	font-size: 30px;
}
.home_about h2, .home_about  h4
{
	margin-bottom:20px;line-height: 32px;
}
.home_about  p
{
	font-size:16px;
}
.abt_img_outer
{
	overflow:hidden;
}
.abt_img_outer .abt_img
{
    position: relative;
    background: url(../images/home/about_img.webp);
    border-radius: 0px;
    height: 500px;/*     margin-top: 7em; */
    background-size: cover;
    background-position: center;
	-webkit-transition: all .5s;
    -moz-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
}
.home_about .text-center
{
    margin-bottom: 2em;
}	

.abt_img_outer .abt_img:hover  {
    -ms-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -webkit-transform: scale(1.2);
    -o-transform: scale(1.2);
    transform: scale(1.2);
}
.abt_img_contents{position:relative;  margin: 0 0 0 3em;
    display: inline-block;
    width: 100%;}
.abt_img_texts
{ 
    position: relative;
    /* width: 400px; */
    padding: 35px;
    background: #ffffff;
    text-align: center;
    color: #000;
    margin-left: -126px;
    top: 35px;
    box-shadow: 0px 0px 15px 0px #dcdbdb;
}
.abt_img_contents:hover a
{
    background: #d53a27;
    color: #fff !important;
}



.abt_img_texts p
{
    font-size: 16px;
    line-height: 32px;
    text-align: left;
	/*     line-height: 25px; */
}
.service_img
{
	background-size:cover !important;
	background-position:center !important;
	height:250px;
	 -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
}
.abt_img_texts h4{text-align:left;}
.service_item h4
{
    margin: 15px 0;
    /* margin-bottom: 0; */
    font-weight: 700;
    font-size: 16px;
}

.home_services 
{
/*  background: #f5f5f5; */ padding: 30px 0 5px 0;
}
.home_services a
{
   /*  color: #000 !important; */
    text-decoration: none !important;
}
.service_img_outer
{
	overflow:hidden;
}
.service_img_outer:hover .service_img
{
 -ms-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -webkit-transform: scale(1.2);
    -o-transform: scale(1.2);
    transform: scale(1.2);
}

.key_areas_img
{
	position: relative;
    background: url(../images/home/key_img.jpg);
    border-radius: 0px;
    height: 450px;  
    background-size: cover;
    background-position: center;
}
.key_areas
{    background: #000;
    position: relative;
    display: flex;
	    clear: both;
}

.key_areas ul {
  list-style: none;
  padding: 0;    margin-top: 20px;
}
.key_areas li {
  padding-left: 1.3em;    font-size: 22px;
    line-height: 50px;
}
.key_areas li:before {
  content: "\f111"; /* FontAwesome Unicode */
  font-family: FontAwesome;
  display: inline-block;
  margin-left: -1.3em; /* same as padding-left set on li */
  width: 1.3em; /* same as padding-left set on li */
}

.key_areas_texts
{
    padding: 4em 8em;
}	
.key_areas_texts
{
    color: #fff;
}	
	
.key_areas_texts h3
{
    color: #dfc802;
    text-transform: uppercase;
}	

.join_team_img
{	
position: relative;
    background: url(../images/home/join_team_img.jpg);
    border-radius: 0px;
    height: 300px;    margin-bottom: 15px;  
    background-size: cover;
    background-position: center;
}
.join_team_texts h3
{
	text-transform:uppercase;    font-weight: 100;
}

.join_team_texts h3 strong
{
font-weight: 700;
}

.join_team
{
 margin: 30px 0;
}

.join_team h4
{
    margin: 20px 0;
}

.join_team p
{
line-height:30px;
}

.join_team .green_btn:hover {
    background: #d53a27;
    color: #000000;
    border: 1px solid #d53a27;
}
.down_arrow
{
    border: none !important;
    color: #d53a27 !important;
    background: #fff !important;
    margin-top: 2em;
    font-weight: 700;
    padding: 10px 20px;
    width: auto;
}

.call_us
{	
position: relative;
    background: url(../images/home/call_us.webp);
    border-radius: 0px;
    height: 300px;  padding:4em 1em;
    background-size: cover;    color: #fff;
    background-position: center;
}
.call_us a
{
border: none !important;
    color: #d53a27 !important;
    background: #fff !important;
    margin-top: 2em;
    font-weight: 700;
    width: auto;
    padding: 10px 20px;
}
.call_us h4
{
	font-size:26px;    font-weight: normal;
}
.call_us h3
{
	font-size:30px;
}

.call_us .white_color
{
color:#fff;
}

.news_letters h3
{
	margin-bottom:20px;text-transform:uppercase;
}
.news_letters h4
{
	text-transform:initial;
	    font-size: 18px;
    margin-top: 10px;
}
.news_letters h5
{
    color: #1e7502;
    font-weight: 700;
	    font-size: 12px;
		padding-top: 5px;
}
.news_img_small
{
    background-size: cover !important;
    background-position: center !important;
    height: 100px;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
}	
.news_item_small h4{margin:0;}
.home_services a.more-link{color:#d53a27!important;}
.service_item .intro
{
line-height: 18px;
}



/*** About Us ***/

.about_banner
{
	position: relative;
    background: url(../images/aboutus/banner.jpg);
    border-radius: 0px;
    height: 200px;
    padding: 5em 1em;
    background-attachment: initial !important;		
}
.founder_img
{	position: relative;
    background: url(../images/aboutus/founder.png);
    border-radius: 100%;
    height: 222px;
	width:222px;
    padding: 5em 1em;
    background-size: cover;
    background-position: center;
	border: 5px solid #e9e9e9;
}
.abt_container {
    max-width: 1000px;
    margin: 0 auto;
    clear: both;
    display: block;
    padding: 0 15px;
}
.meet_founder
{
    display: grid;    margin: 30px 0;
}
.meet_founder h3
{
    font-weight: 700;	
    margin-bottom: 0;
}
.meet_founder h5
{
    font-weight: 100;
}
.founder_texts
{
	margin-top:2em;
}
.founder_texts p
{
    margin-top: 25px;
}

.company_overview .join_team_img {
    margin: 30px 60px 30px 0;
}

.why_choose_us
{	position: relative;
    background: url(../images/aboutus/why_choose.jpg);  
    background-size: cover;
    background-position: center;	
	padding: 5em 1em;
	background-attachment:fixed;
}
.why_choose_us ul li
{	
color: #fff;
    font-size: 16px;
    line-height: 40px;
}

.addtnl_banner_texts
{
	    background: #efefef;
    padding: 20px;
    text-align: center;
    font-size: 18px;
}
.why_choose_us
{
	color:#fff;
}
.why_choose_us h3
{
    padding-left: 25px;
}

.bk_apntmnt .addtnl_banner_texts
{
	text-align:left;
}
.bk_apntmnt .green_btn:hover {
    background: #d53a27;
    color: #000000;
    border: 1px solid #d53a27;
}
.bk_apntmnt h4
{
margin-top: 10px;
}

.pad_2em
{
	padding:2em 0;
}
.card {
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
}

.title {
  color: grey;
}

.our_team .button {
     border: none;
    outline: 0;
    display: inline-block;
    padding: 8px 10px;
    color: white !important;
    background-color: #1e7502;
    text-align: center;
    cursor: pointer;
    /* width: 100%; */
}

.button:hover {
  background-color: #555;
}
.card_img
{
    height: 250px;
    background-size: cover !important;
    background-position: center !important;
}
.card_content h2 {
    font-size: 23px;
    margin: 5px 0 0 0;
}
.card_content {
  padding: 0 16px;
}

.card_content::after, .row::after {
  content: "";
  clear: both;
  display: table;
}
.card_content h5
{
	font-size:16px;
}

.text-center {
    text-align: center;
}
.heading-title h3 {
    margin-bottom: 0;
    letter-spacing: 2px;
    /* font-weight: normal; */
}
.p-top-30 {
    padding-top: 30px;
}
.half-txt {
    width: 60%;
    margin: 0 auto;
    display: inline-block;
    line-height: 25px;
    color: #7e7e7e;
}
.text-uppercase {
    text-transform: uppercase;
}

.team-member, .team-member .team-img {
    position: relative;
}
.team-member {
    overflow: hidden;
}
.team-member, .team-member .team-img {
    position: relative;
}

.team-hover {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    margin: 0;
    border: 20px solid rgba(0, 0, 0, 0.1);
    background-color: rgba(255, 255, 255, 0.90);
    opacity: 0;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}
.team-member:hover .team-hover .desk {
    top: 40%;
}
.team-member:hover .team-hover, .team-member:hover .team-hover .desk, .team-member:hover .team-hover .s-link {
    opacity: 1;
}
.team-hover .desk {
    position: absolute;
    top: 0%;
    width: 100%;
    opacity: 0;
    -webkit-transform: translateY(-55%);
    -ms-transform: translateY(-55%);
    transform: translateY(-55%);
    -webkit-transition: all 0.3s 0.2s;
    transition: all 0.3s 0.2s;
    padding: 0 20px;
}
.desk, .desk h4, .team-hover .s-link a {
    text-align: center;
    color: #222;
}
.team-member:hover .team-hover .s-link {
    bottom: 15%;
}
.team-member:hover .team-hover, .team-member:hover .team-hover .desk, .team-member:hover .team-hover .s-link {
    opacity: 1;
}
.team-hover .s-link {
    position: absolute;
    bottom: 0;
    width: 100%;
    opacity: 0;
    text-align: center;
    -webkit-transform: translateY(45%);
    -ms-transform: translateY(45%);
    transform: translateY(45%);
    -webkit-transition: all 0.3s 0.2s;
    transition: all 0.3s 0.2s;
    font-size: 35px;
}
.desk, .desk h4, .team-hover .s-link a {
    text-align: center;
    color: #222;
}
.team-member .s-link a {
    margin: 0 10px;
    color: #333;
    font-size: 16px;
}
.team-title {
    position: static;
    padding: 20px 0;
    display: inline-block;
    letter-spacing: 2px;
    width: 100%;
}
.team-title h5 {
    margin-bottom: 0px;
    display: block;
    text-transform: uppercase;
	    font-size: 15px;
    letter-spacing: initial;
}
.team-title span {
    font-size: 12px;
    text-transform: uppercase;
    color: #a5a5a5;
    letter-spacing: 1px;
}
.heading-title.text-center
{
	width:100%;
}

.yellow_btn
{
	background: #d53a27;
    color: #000000;
    border: 1px solid #d53a27;
}

/***** Contact Us *****/
.find-widget {
    padding: 5px 0;
}
.find-widget a {
    color: #333;
    font-size: 14px;    display: flex;
    align-items: center;
}
.find-widget i {
    width: 40px;
    height: 40px;
    color: #fff;
    font-size: 20px;
    text-align: center;
    line-height: 40px;
    margin-right: 15px;
    border-radius: 2px;
    display: inline-block;
	background: #e00606;
    box-shadow: 0 0 4px rgba(0,0,0,.14), 0 4px 8px rgba(0,0,0,.28);
}

.contact-form
{
	    padding: 10px;
    box-shadow: -10px 10px 8px #f1efef;
}
.contact_form .form-control {
    font-weight: 500;
    height: auto;
}
.contact_img
{
    height: 250px;
    background-size: cover !important;
    background-position: center !important;
	    margin-bottom: 15px;
}

.form-control {
    display: block;
    width: 100%;
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    line-height: 1.5;
    color: #495057;
    border: none;
    background-color: #fff;
    background-clip: padding-box;
    border-bottom: 1px solid #ced4da;
    border-radius: 0;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    box-shadow: none;
	    margin: 28px 0 0 0;
}

textarea
{
	resize:none;
}

.contact_social ul {
    margin: 20px 0;
    padding: 0;
}
.contact_social ul li {
    float: left;
    list-style: none;
}
.contact_social ul li a .fa {
    color: #fff;
    width: 40px;
    height: 40px;
    margin-right: 8px;
    display: block;
    background: #2a2a2f;
    text-align: center;
    line-height: 40px;
    border-radius: 2px;
    transtion: all .3s ease-in-out;
}
.contact_social ul li a .fa-facebook {
    transition: all .3s ease-in-out;
    background: #3b5998;
}
.contact_social ul li a .fa-twitter {
    background: #1da1f2;
}
.contact_social ul li a .fa-google-plus {
    background: #e00606;
}

.contact-form .green_btn:hover {
    background: #d53a27;
    color: #fff;
    border: 1px solid #d53a27;
}

.g-recaptcha div
{   
margin: 0 auto;
text-align: center;
}
.contactus_banner
{
	position: relative;
    background: url(../images/contact.jpg);
    border-radius: 0px;
    height: 300px;
    padding: 5em 1em;
    background-attachment: initial !important;
}
.map_section
{
	margin-top:20px;clear: both;
    display: inline-block;
    width: 100%;
}

.hw_help .addtnl_banner_texts
{
	text-align:left;
}

.ourteam_banner
{
	position: relative;
    background: url(../images/aboutus/ourteam.jpg);
    border-radius: 0px;
    height: 200px;
    padding: 5em 1em;
    background-attachment: initial !important;
}



.testimonial_section {
  display: block;    padding: 2em 0 0 0;
  overflow: hidden;
}
.testimonial_section:after {
  display: block;
  clear: both;
  content: "";
}
.testimonial_section .about_content {
  background-color: #020d26;
  padding-top: 77px;
  padding-right: 210px;
  padding-bottom: 62px;
  position: relative;
}
.testimonial_section .about_content .background_layer {
  background-color: #000;
  width: auto;
  margin-left: -200px;
  right: 0;
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
}
.testimonial_section .about_content .layer_content {
  position: relative;
  z-index: 9;
  height: 100%;
}
.testimonial_section .about_content .layer_content .section_title {
  margin-bottom: 24px;
  position: relative;
}
.testimonial_section .about_content .layer_content .section_title:after {
  display: block;
  clear: both;
  content: "";
}
.testimonial_section .about_content .layer_content .section_title h5 {
  color: #fff;
  font-family: "Open Sans";
  font-weight: 400;
  font-size: 15px;
  line-height: 28px;
  color: #818a8f;
  margin-top: -5px;
  margin-bottom: 6px;
}
.testimonial_section .about_content .layer_content .section_title h2 {
  font-family: "Titillium Web";
  font-weight: 300;
  font-size: 45px;
  line-height: 50px;
  padding-bottom: 51px;
  margin-bottom: 0px;
  color: #fff;
}
.testimonial_section .about_content .layer_content .section_title h2 strong {
  font-weight: 600 !important;
  width: 100%;
  display: block;
}
.testimonial_section .about_content .layer_content .section_title .heading_line {
  position: relative;
}
.testimonial_section .about_content .layer_content .section_title .heading_line span {
  transition: all 0.5s ease-in-out 0s;
  position: relative;
}
.testimonial_section .about_content .layer_content .section_title .heading_line span:after {
  content: "";
  right: auto;
  left: 69px;
  position: absolute;
  bottom: 28px;
  width: 17px;
  margin-left: 0;
  border-bottom-width: 3px;
  border-bottom-color: #cacaca;
  border-bottom-style: solid;
}
.testimonial_section .about_content .layer_content .section_title .heading_line:after {
  content: "";
  left: 1%;
  margin-left: 0;
  position: absolute;
  bottom: 28px;
  width: 59px;
  border-bottom-width: 3px;
  border-bottom-style: solid;
  border-bottom-color: #d53a27;
}
.testimonial_section .about_content .layer_content .section_title p {
  color: #fff;
  margin: 0 0 15px;
}
.testimonial_section .about_content .layer_content a {
  color: #000;
  text-transform: capitalize;
  font-size: 15px;
  font-weight: 600;
  text-decoration: none;
  transition: all 0.3s;
}
.testimonial_section .about_content .layer_content a i {
  font-size: 18px;
  vertical-align: middle;
}
.testimonial_section .about_content .layer_content a:hover {
  color: #1a6302;
}
.testimonial_section .testimonial_box {
  margin-top: 60px !important;
  position: relative;
}
.testimonial_section .testimonial_box .testimonial_container {
  background-color: #ff5e14;
  margin-left: -170px !important;
  position: relative;
}
.testimonial_section .testimonial_box .testimonial_container .background_layer {
  background-color: #efefef;
  width: auto;
  margin-right: -200px;
  right: 0;
 /* background-image: url(../images/map.png);*/
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  position: absolute;
  height: 100%;
  top: 0;
  left: 0;
}
.testimonial_section .testimonial_box .testimonial_container .layer_content {
  position: relative;
  z-index: 9;
  height: 100%;
}
.testimonial_section .testimonial_box .testimonial_container .layer_content .testimonial_owlCarousel {
  display: block;
  position: relative;
}
.testimonial_section .testimonial_box .testimonial_container .layer_content .testimonial_owlCarousel .testimonials {
  margin: 10px 0 10px 0;
  padding: 62px 0px 72px 50px;
  position: relative;
  text-align: center;
}
.testimonial_section .testimonial_box .testimonial_container .layer_content .testimonial_owlCarousel .testimonials .testimonial_content {
  box-shadow: 0 0 25px 0 rgba(0, 0, 0, 0.13);
  margin-left: 150px;
  margin-top: 69px;
  padding: 45px 40px 45px 40px;
  z-index: 1;
  position: relative;
  background-color: #fff;
  transition: all 0.5s ease-in-out 0s;
}
.testimonial_section .testimonial_box .testimonial_container .layer_content .testimonial_owlCarousel .testimonials .testimonial_content .testimonial_caption {
  margin-bottom: 15px;
  position: relative;
}
.testimonial_section .testimonial_box .testimonial_container .layer_content .testimonial_owlCarousel .testimonials .testimonial_content .testimonial_caption:after {
  content: "";
  width: 30px;
  display: block;
  height: 2px;
  text-align: center;
  left: 46%;
  margin-top: 6px;
  background-color: #ff5e14;
  position: absolute;
}
.testimonial_section .testimonial_box .testimonial_container .layer_content .testimonial_owlCarousel .testimonials .testimonial_content .testimonial_caption h6 {
  padding-top: 0;
  margin-bottom: -5px;
  font-size: 19px;
  font-weight: 600;
  line-height: 24px;
  color: #020d26;
}
.testimonial_section .testimonial_box .testimonial_container .layer_content .testimonial_owlCarousel .testimonials .testimonial_content .testimonial_caption span {
  font-size: 12px;
  color: #9f9f9f;
  margin: 0;
}
.testimonial_section .testimonial_box .testimonial_container .layer_content .testimonial_owlCarousel .testimonials .testimonial_content p {
  padding: 0;
  margin: 0;
  padding-top: 10px;
  font-size: 16px;
  line-height: 28px;
  font-weight: 400;
  color: #5d6576;
  font-style: italic;
}
.testimonial_section .testimonial_box .testimonial_container .layer_content .testimonial_owlCarousel .testimonials .images_box .testimonial_img {
  border: none;
  position: absolute;
  top: 0;
  left: 55px;
  top: 80px;
}
.testimonial_section .testimonial_box .testimonial_container .layer_content .testimonial_owlCarousel .testimonials .images_box .testimonial_img img {
  border: 5px solid #fff;
  box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.1);
  width: 35%;
}
.testimonial_section .testimonial_box .testimonial_container .owl-nav .owl-prev {
  position: absolute;
  top: 165px;
  right: 42px;
  border-radius: 0;
  background: #ff5e14;
  display: block;
  outline: 0;
  width: 34px;
  line-height: 34px;
  height: 34px;
  color: #fff;
  font-size: 23px;
  margin-top: -20px;
  transition: all 0.3s ease-in-out;
}
.testimonial_section .testimonial_box .testimonial_container .owl-nav .owl-prev:hover {
  background: #020d26;
}
.testimonial_section .testimonial_box .testimonial_container .owl-nav .owl-next {
  position: absolute;
  top: 165px;
  right: 5px;
  border-radius: 0;
  display: block;
  background: #ff5e14;
  outline: 0;
  width: 34px;
  text-align: center;
  line-height: 34px;
  height: 34px;
  color: #fff;
  font-size: 23px;
  margin-top: -20px;
  transition: all 0.3s ease-in-out;
}
.testimonial_section .testimonial_box .testimonial_container .owl-nav .owl-next:hover {
  background: #020d26;
}

@media all and (max-width: 991px) {
  .testimonial_section .about_content {
    padding-right: 15px !important;
  }
  .testimonial_section .about_content .background_layer {
    width: 200% !important;
  }
  .testimonial_section .testimonial_box {
    margin-top: 0 !important;
  }
  .testimonial_section .testimonial_box .background_layer {
    width: 200% !important;
    margin-left: -200px;
  }
  .testimonial_section .testimonial_box .about_content {
    padding-left: 15px !important;
    padding-right: 15px !important;
    margin-top: 28% !important;
  }
  .testimonial_section .testimonial_box .testimonial_container {
    margin-left: -15px !important;
  }
  .testimonial_section .testimonial_box .testimonial_container .testimonials {
    margin: 0px 0 20px 0;
  }
  .testimonial_section .testimonial_box .testimonial_container .testimonials .testimonial_content {
    margin-left: -36px !important;
  }
  .testimonial_section .testimonial_box .testimonial_container .testimonials .images_box {
    display: none;
  }
}

.testimonial_section .carousel-item {
    height: auto;    min-height: 230px;
}

.testimonial_section .carousel-caption {
    top: 0%;    width: 100%;
    text-align: left;
    text-shadow: none;
    color: #000;left: 0;
}

.testimonial_section h4{    font-size: 26px;
    font-weight: 700;}
.testimonial_section h2{font-size:40px;color:#d53a27;font-weight: 700;}
.testimonial_subtitle{
    color: #0aaa7a;
    font-size: 12px;
}
  .testimonial_btn{
    background-color: #373d4b !important;
    color: #fff !important;
 }
 .seprator {
    height: 2px;
    width: 56px;
    background-color: #0aaa7a;
    margin: 7px 0 10px 0;
}
#testimonial
{
	width:100%;
}
#testimonial .item{min-height:350px;}
#testimonial h4{font-size:18px;padding-left: 10px;}
#testimonial .navi a{margin:0 5px;}


.testimonial_section .carousel-control-prev-icon, .testimonial_section .carousel-control-next-icon {  
    margin: 10px; 
}
.testimonial_section .img-fluid {
    width: 80px;
    height: 80px;
}
.testimonial_caption h6
{
	 font-size: 18px;
}
.testimonial_section .carousel-control-next-icon {
    background-image: url(../images/rarrow.png);
}
.testimonial_section .carousel-control-prev-icon {
    background-image: url(../images/larrow.png);
}


/*** Services ***/

.services_section
{
	padding:3em 0;
}

.title
{
color:#000 !important;text-align:center;    margin-bottom: 50px!important;
}
.titles_mall50 {
    width: 50%;
    margin: auto;	
	
}
.services-row
{
	position:relative;
}
.services_section
{
padding: 60px 0;
}
.services-grids {
    border: 6px solid #fff;
    overflow: hidden;
}
.no-padding {
    padding: 0!important;
}
.responsive {
    width: 100%;
}
.services-left {
    float: left;
    margin-right: 1em;
}

.howitworks h4 {
    font-size: 28px;
    color: #fff;
   /*  text-transform: uppercase; */
    padding: .8em;
    top: 0;
    position: absolute;
}

.services-right {
    float: right;
    position: absolute;
    top: 13em;
    right: 1em;
}
.services-right span.glyphicon {
    font-size: 100px;
    color: rgba(255, 255, 255, 0.81);
    margin-top: 0;
    -webkit-transition: .5s all;
    -moz-transition: .5s all;
    transition: .5s all;
    line-height: 0;
}

.two-box-request-wrapper .box-right {
    background-color: #085387;
    color: #fff;
    padding-top: 20px;
    height: 100%;
}
.bg-red{
    background-color: #d53a27;
}
.box-right {
    background-color: #f3f3f3;
    color: #fff;
    padding-top: 100px;
    height: 100%;
	text-align:center;
}
.bg-red .box-left p {
    color: #f9d9d5;
    font-size: 16px;
}
.box-left
{
	 padding: 4em 3em 4em 13em;
}
.process_img
{
height:273px;
background-size:cover !important;
background-position:center !important;
}
.services-grids:hover span.glyphicon {
    -webkit-transform: scale(3);
    transform: scale(3);
    -moz-transform: scale(3);
    -o-transform: scale(3);
    -ms-transform: scale(3);
    opacity: .3;
    -moz-opacity: .3;
}
.send_quote h4
{
	
    color: #fff;
    font-size: 36px;
}
.send_quote a
{
	border: none !important;
    color: #d53a27 !important;
    background: #fff !important;
    margin-top: 2em;
    font-weight: 700;
    width: auto;
    padding: 10px 20px;
	border-radius: 25px;
    text-decoration: none;
}
.box-right p
{
font-size: 20px;
}	

.buying_selling
{
	text-align:center;padding:4em 0;
}
.buying_selling i{
border-color:#d53a27;background-color:#d53a27;font-size:56.32px;line-height:112.64px;height:112.64px;width:112.64px;color:#ffffff;border-radius: 50%;
}
.buying_selling .card
{
box-shadow:none;
border:none;
}	
.buying_selling h4
{
	font-size:20px;
}
.buying_selling h4{font-weight:700;}

.four_block_section {
    color: #fff;
}
.row-flex {
    box-sizing: border-box;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex: 0 1 auto;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.blurb-boxed-2 {
    position: relative;
    padding: 25px;
    margin: 0;
    background: transparent;
}

.row-flex>[class*=col-] {
    display: flex;
}
.blurb-boxed-2 .title {
    font-weight: 700;
    color: #fff !important;
    text-align: left;
    font-size: 18px;
    margin:10px 0 !important
}
.blurb-boxed-2:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: -1;
    background: #d53a27;
}
.blurb-boxed-2.blurb-boxed-dark {
    background: rgba(0,0,0,.15);
}

.four_block_section .icon img{height:50px;}

.four_block_section a
{
text-decoration: none !important;
    padding: 8px 10px;
    width: 150px;
    background: #dfc802;
    color: #ea1900 !important;
    border-radius: 25px;
    font-weight: 700;
}

.membership_logos
{
    padding: 3em 0;
    text-align: center;
    background: #f5f5f5;
}
.membership_logos span{font-size:20px;}

.testimonial_section .pexa_logo
{
    width: 100%;
    max-width: 400px;
}




/*** 24/2/20 ***/
.news_letters h3, .key_areas_texts h3 {
font-size: 38px;
text-transform: capitalize;
}



/*** Services ***/

.buy_sell
{
	margin:3em 0;
}
.buy_sell p
{
    line-height: 30px;    font-size: 16px;
}
.buy_sell h4
{
    margin-bottom: 20px;    font-size: 26px;
}
.buy_sell_img
{
    position: relative;
    background: url(../images/services/buy_sell_img.webp);
    border-radius: 0px;
    height: 470px; 
    background-size: cover;
    background-position: center;
}	


  .mrg_t_3em
  {
	  margin-top: 3em;
   }
.section-title {
    margin-bottom: 40px;    width: 100%;
}
.list-nav{padding:0;    margin-top: 2em;}
.list-nav li {
    list-style: none;
    margin: 0;
    padding: 0;    display: flex;
    font-size: 16px;
    padding-left: 0px;
    margin-bottom: 10px;
    position: relative;
}
.list-nav li:before {
    content: "\f00c";    font: normal normal normal 14px/1 FontAwesome;
	    position: relative;
    left: 0;
      top: 0px;
    font-size: 20px;
    color: #007bff;
    padding: 0 10px 0 0;
}

.buy_sell h2
{
	 margin-bottom: 20px;
}
.call_us_2 {
    background: url(../images/home/call_us_2.webp);
}


.max_wdth_930
{
	max-width:930px;
	margin:0 auto;
}

.call_us_2 .overlay {
    background: url(../images/slide_bg.png) repeat scroll 0 0 transparent;
    padding: 100px 0 120px;
}
.selling_property h5{
    font-weight: normal;
    font-size: 16px;
    line-height: 24px;
	    margin-bottom: 2em;
	}
.selling_property
{
    padding: 3em 0;	
}

.selling_property .buy_sell_img {   
    background: url(../images/services/sell_img.webp);   
    height: 550px;
}
.selling_property h2
{
margin-bottom: 20px;
}

.selling_property h4
{
    font-size: 26px;
}

.we_assist {
    position: relative;
    padding: 30px 0px 50px 0;
    background-color: #24262d;
}
.we_assist .image-layer {
    position: absolute;
    right: 0;
    top: 0;
    height: 100%;
    width: 66.6%;
    opacity: .35;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}
.we_assist .title-column {
    position: relative;
}
.we_assist .title-column .inner-column {
    position: relative;
    padding-top: 65px;
    padding-left: 30px;
}
.sec-title {
    position: relative;
    z-index: 1;
    margin-bottom: 50px;
}
.we_assist .sec-title .title {
    margin-bottom: 10px !important;
}
.sec-title .title {
    position: relative;
    display: block;
    font-size: 36px;
    line-height: normal;
    color: #de9e53 !important;
    font-weight: 600;
   text-transform: uppercase;
    margin-bottom: 14px;
    letter-spacing: 0.05em;
	text-align: left;
}
.sec-title h2 {
    position: relative;
    display: block;
    font-size: 50px;
    line-height: 1.1em;
    color: #24262d;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.05em;
}
.sec-title.light h2 {
    color: #ffffff;
}
.we_assist .feature-column {
    position: relative;
}
.we_assist .feature-column .inner-column {
    position: relative;
    padding-right: 70px;
}
.we_assist .features-box {
    position: relative;
    background: rgba(0,0,0,0.2);
    margin-top: 18px;
    padding: 50px 30px 40px;
}
.we_assist .feature-list {
    position: relative;
    display: block;
    counter-reset: count;
}
.we_assist .feature-list li {
    position: relative;
    display: block;
    font-size: 16px;
    line-height: 24px;
    color: #fff;
    font-weight: 600;
  /*   text-transform: uppercase; */
    letter-spacing: 0.03em;
    margin-bottom: 16px;
    padding-left: 60px;
}
.we_assist .feature-list li:before {
    position: absolute;
    left: 0;
    top: 0;
    font-size: 18px;
    line-height: 2em;
    color: #de9e53;
    font-weight: 600;
  /*   counter-increment: count;
    content: "0" counter(count); */
	content: "\f111";
    font-family: FontAwesome;
}

.call_us_2 .text-center p{font-size:18px;}



/****25-2-20****/


#prototype {
padding: 0 0 50px 0;
}
#prototype .service_img {
    height: 370px;margin: 0px;
}
#prototype h4
{
    margin-bottom: 28px;
}
#prototype p{font-size:18px;}
.feature-list {
    position: relative;
    display: block;    padding: 0;
    counter-reset: count;
}
.feature-list li:before {
    position: absolute;
    left: 0;
    top: 0;
    font-size: 18px;
    line-height: 2em;
    color: #de9e53;
    font-weight: 600;
    counter-increment: count;
    content: "0" counter(count);
}
.feature-list li {
    position: relative;
    display: block;
    font-size: 16px;
    line-height: 22px;
    color: #24262d;
    font-weight: 600;
    /* text-transform: uppercase; */
    letter-spacing: 0.03em;
    margin-bottom: 13px;
    padding-left: 60px;
}
.bg_gray
{
    background: #f5f5f5;    padding: 3em 2em;
}	
.title_transfer
{
	display:flex;
}
.title_transfer .buy_sell_img {
     height: 461px; background: url(../images/services/property-2.webp);
}
.conveyancing_services .buy_sell_img {
    background: url(../images/services/conveyancing.webp);
    height: 500px;
}
.bg_gray h3{margin-bottom: 20px;}
.call_us_3 {
    background: url(../images/home/call_us_3.webp);
}
.home_service_itewm
{/* 
   */  min-height: 45vh;   
    position: relative;	 
	
}
.read_more
{
padding: 5px 0px;	

}
.btn_holder
{
    position: absolute;
    bottom: 0px;	
}
.topbar_contact
{
    padding-top: 15px;
    font-size: 17px;
    margin-bottom: 0;
}
.topbar_contact i
{
    padding: 0 5px;
}

/*** 6-3-2020 ***/

.feature-list li:before {
    position: absolute;
    left: 0;
    top: 0;
    font-size: 18px;
    line-height: 2em;
    color: #de9e53;
    font-weight: 600;
    content: "\f111";
    font-family: FontAwesome;
}
.buy_sell .feature-list li,
.selling_property .feature-list li
{
font-weight:normal;
}
.home_service_itewm a.read_more {
    color: #ff0000 !important;
}
.abt_img2
{
	position: relative;
    background: url(../images/aboutus/about_img_2.webp);
    border-radius: 0px;
    height: 500px; 
    background-size: cover;
    background-position: center;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
}
.y_choose .feature-list li {
    position: relative;
    display: block;
    font-size: 16px;
    line-height: 24px;
    color: #fff!important;
    font-weight: 600;    
    letter-spacing: 0.03em;
    margin-bottom: 16px;
    padding-left: 60px;
	
}
.y_choose .y_choose_lists
{
	position:relative; 
}
.y_choose_lists .feature-list li:before {
    position: absolute;
    left: 25px;    top: -4px;
}
.vision_mission
{
	padding:2em 0;
}
.vision_mission img
{
	 height: 80px;
}

.call_us_3
{
	    position: relative;
    background: url(../images/home/call_us.jpg);
    border-radius: 0px;
    height: 300px;
    padding: 4em 1em;
    background-size: cover;
    color: #fff;
    background-position: center;
}

.home_services.news_letters
{
    padding: 30px 0;
}	
.send_quote a.send_quote_btn
{
    background: #d53a27 !important;
    color: #fff !important;	
	margin-top:0  !important;
	    padding: 5px 15px  !important;
}

.membership_award h2 {
    font-size: 30px;
}
.test_prfls img, .test_prfls p
{
float:left;
}
#testimonial h4 {
    font-size: 18px;
    padding-left: 10px;
    position: absolute;
    bottom: 0;
    left: 95px;
    font-weight: normal;
}
.test_dp
{
    max-height:80px;
    overflow:hidden;
}
.buy_sell_img
{
background-size: cover !important;
    background-position: center !important;    
}
















