*{
    margin: 0;
    padding: 0;
    border: none;
}
body{
    font-family: 'Open Sans', sans-serif;
    background: #FFF;
    margin: 0;
    border: none;
    padding: 0;
}
.wraper{
    width: 100%;
    float: left;
    cursor: pointer;
}
.abt{
    background: #FFF;
    padding-top: 70px !important;
}
.no_pad{
    padding: 0 0 !important;
}
.min_pad{
    padding-top: 30px;
    padding-bottom: 30px;
}
.t_pad{
    
    padding-bottom: 5px !important;
}
.logo_sec{
	width: 100%;
	height: auto;
	background:#fcfa8b;
	border-bottom:1px solid #346543;

	position:fixed;
	z-index: 9;
}
.logo_box{
    color: #FFF;
	
}
a.dwn_bro{
    font-family: 'Open Sans', sans-serif;
    font-weight: 600;
    font-style: italic;
    color: #96423f;
}
span.c_nw{
    font-family: 'Open Sans', sans-serif;
    font-weight: 600;
    font-style: italic;
    color: #346543;

}
span.c_num{
    font-family: 'Open Sans', sans-serif;
    font-weight: 600;
    font-style: italic;
    padding:5px 0px 5px 5px ;
    color: #346543;
   
}
h1 span{
    font-family: 'Open Sans', sans-serif;
    font-size: 22px;
    font-weight:100;
    color: #625e5f;
    text-transform: uppercase;
    
}
h1{
    font-family: 'Open Sans', sans-serif;
    font-size: 22px !important;
    font-weight:bolder !important;
    color: #346543;
    text-transform: uppercase;
    padding-top: 15px;
    padding-bottom: 15px;
}
#prd h1 span{
    font-family: 'Open Sans', sans-serif;
    font-size: 22px;
    font-weight:100;
    color: #e5e5e5;
    text-transform: uppercase;
    
}
#prd h1{
    font-family: 'Open Sans', sans-serif;
    font-size: 22px !important;
    font-weight:bolder !important;
    color: #FFF;
    text-transform: uppercase;
    padding-top: 15px;
    padding-bottom: 15px;
}
p.prdp{
    font-family: 'Open Sans', sans-serif;
    font-size: 14px !important;
    font-weight: 400;
    color: #bebebe;
}
p{
    font-family: 'Open Sans', sans-serif;
    font-size: 14px !important;
    font-weight: 400;
    color: #625e5f;
}
.welcome_border{
    border-right: 1px solid rgba(98,94,95,0.3);
}
.wlcm p{
    font-family: 'Open Sans', sans-serif;
    font-size: 13px;
    color: #524749;
    
}
.vision{
    padding-bottom: 15px;
    border-bottom: 1px solid rgba(98,94,95,0.3);
}
.expertise{
    background: #346543;
}
/*//////////////////////////////////*/
a.cr_rm{
    display: block;
    width: 120px;
    margin: 0 auto;
    font-family: 'Open Sans', sans-serif;
    font-size: 13px;
    padding: 4px 8px;
    font-weight: 500;
    text-transform: uppercase;
    color: #FFF;
    background: #2d282d;
    border: 1px solid rgba(65,59,65,1);
    -webkit-transition: background-color 2s ease-out;
  -moz-transition: background-color 2s ease-out;
  -o-transition: background-color 2s ease-out;
  transition: background-color 2s ease-out;

  -webkit-box-shadow: 2px 2px 3px 0px rgba(0,0,0,1);
-moz-box-shadow: 2px 2px 3px 0px rgba(0,0,0,1);
box-shadow: 2px 2px 3px 0px rgba(0,0,0,1);
}
a.cr_rm:hover{
   
    color: #FFF;
    background: #676767;
    border: 1px solid rgba(65,59,65,1);
    text-decoration: none;
    transition: ease-in 0.5sec;
}
.carousel ul li {
  display: table-cell;
  width: 20%;
 
}
.carousel ul li a {
  display: block;
  padding: 4px 10px;
  background: #eee;
  border: 1px solid #ddd;
  text-align: center;
  color: #000;
  text-decoration: none;
   border-radius:8px;
   margin-right:6px;
}
ul li:not(:first-child) a {
  border-left: none;
}
ul li a:hover, .is-active a {
  background: #fff;
  text-decoration:none;
}
.carousel-item {
  height: 100vh;
  min-height: 350px;
  background: no-repeat center center scroll cover;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
.carousel-caption{
	background:rgba(0,0,0,0.4);
    z-index:8;
    text-align: left;
    }

/********************Second Caurosel*/
.b-0 {
    bottom: 0;
}
.bg-shadow {
    background: rgba(76, 76, 76, 0);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(179, 171, 171, 0)), color-stop(49%, rgba(48, 48, 48, 0.37)), color-stop(100%, rgba(19, 19, 19, 0.8)));
    background: linear-gradient(to bottom, rgba(179, 171, 171, 0) 0%, rgba(48, 48, 48, 0.71) 49%, rgba(19, 19, 19, 0.8) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4c4c4c', endColorstr='#131313', GradientType=0 );
}

.top-indicator {
    right: 0;
    top: 26rem;
    bottom: inherit;
    left: inherit;
    margin-right: 1rem;
}
.overflow {
    position: relative;
    overflow: hidden;
}
.zoom img {
    transition: all 0.2s linear;
}
.zoom:hover img {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}
/*********************/

a.rm{
   
    width: 140px;
    border-radius: 20px;
    display: block;
    margin: 10px 0;
    font-family: 'Open Sans', sans-serif;
    font-size: 13px;
    padding: 4px 8px;
    font-weight: 500;
    text-transform: uppercase;
    text-align: center;
    color: #FFF;
    background: #2d282d;
    border: 1px solid rgba(65,59,65,1);
    -webkit-transition: background-color 2s ease-out;
  -moz-transition: background-color 2s ease-out;
  -o-transition: background-color 2s ease-out;
  transition: background-color 2s ease-out;
}
a.rm:hover{
   
    color: #FFF;
    background: #676767;
    border: 1px solid rgba(65,59,65,1);
    text-decoration: none;
    transition: ease-in 0.5sec;
}
a.pvm{
    
    width: 140px;
    border-radius: 20px;
    display: block;
    margin: 10px auto;
    font-family: 'Open Sans', sans-serif;
    font-size: 13px;
    padding: 4px 8px;
    font-weight: 500;
    text-transform: uppercase;
    text-align: center;
    color: #FFF;
    background: #1a1617;
    border: 1px solid rgba(65,59,65,1);
    -webkit-transition: background-color 2s ease-out;
  -moz-transition: background-color 2s ease-out;
  -o-transition: background-color 2s ease-out;
  transition: background-color 2s ease-out;
}
a.pvm:hover{
   
    color: #FFF;
    background: #676767;
    border: 1px solid rgba(65,59,65,1);
    text-decoration: none;
    transition: ease-in 0.5sec;
}
.avwd{
    font-family: 'Open Sans', sans-serif;
    font-size: 20px;
    font-weight: 600;
    color: #FFF;
    position: absolute;
    top: 30px;
    background: rgba(0,0,0,0.5);
    z-index: 7;
    text-transform: uppercase;
    padding: 10px 10px;
}
.prd_name{
    font-family: 'Open Sans', sans-serif;
    font-size:30px;
    font-weight: 300;
    font-style: italic;
    color: #FFF;
    background: rgba(0,0,0,0.5);
    text-transform: capitalize;
    padding: 10px 10px;
}
.m_sev{
    font-family: 'Open Sans', sans-serif;
    font-size:24px;
    font-weight: bolder;
    color: #FFF;
    text-transform: uppercase;
  
}
/*/////////////////////////////*/
.ser_sec{
    background: #FFF;
}
#ser h1 span{
    font-family: 'Open Sans', sans-serif;
    font-size: 22px;
    font-weight:100;
    color: #292526;
    text-transform: uppercase;
    
}
#ser h1{
    font-family: 'Open Sans', sans-serif;
    font-size: 22px !important;
    font-weight:bolder !important;
    color: #346543;
    text-transform: uppercase;
    padding-top: 15px;
    padding-bottom: 15px;
}
#med h1 span{
    font-family: 'Open Sans', sans-serif;
    font-size: 22px;
    font-weight:100;
    color: #292526;
    text-transform: uppercase;
    
}
#med h1{
    font-family: 'Open Sans', sans-serif;
    font-size: 22px !important;
    font-weight:bolder !important;
    color: #346543;
    text-transform: uppercase;
    padding-top: 15px;
    padding-bottom: 15px;
}
section {
    padding-top: 4rem;
    padding-bottom: 5rem;
}
.wrap {
    display: flex;
    background: #FFF;
    padding: 1rem 1rem 1rem 1rem;
    border: 1px dashed #e5e5e5;
    border-radius: 0.5rem;
    box-shadow: 7px 7px 30px -5px rgba(0,0,0,0.1);
    margin-bottom: 2rem;

    -webkit-transition: background-color 2s ease-out;
  -moz-transition: background-color 2s ease-out;
  -o-transition: background-color 2s ease-out;
  transition: background-color 2s ease-out;
}

.wrap:hover {
    background: linear-gradient(135deg,#FFF 80%,#346543 20%);
    color: white;
    border: 1px dashed #346543;
}

.ico-wrap {
    margin: auto;
    
}
.ico-wrap img {
   width: 100px;
   height: 100px;
   
   border-radius: 10px;
   margin-right: 15px;
    
}

.mbr-iconfont {
    font-size: 4.5rem !important;
    color: #313131;
    margin: 1rem;
    padding-right: 1rem;
}
.vcenter {
    margin: auto;
}

.mbr-section-title3 {
    text-align: left;
}
h2 {
    margin-top: 0.5rem;
    margin-bottom: 0.5rem;
    color: #346543;
}
.display-5 {
    font-family: 'Source Sans Pro',sans-serif;
    font-size: 1.4rem;
    text-transform: uppercase;
}
.mbr-bold {
    font-weight: 700;
}

 p {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
   
    color: #2c2c2c;
}
.display-6 {
    font-family: 'Open Sans', sans-serif;
    text-transform: capitalize;
    font-weight: 600;
    font-size: 30px;
    color: #FFF;

}
.lead{
    font-family: 'Open Sans', sans-serif;
    text-transform: capitalize;
    font-weight: 100;
    font-size: 20px;
    color: #FFF;
}
.gold{
    color: #fff600;
}
/*///////////////////////// Gallery */
.btn:focus, .btn:active, button:focus, button:active {
    outline: none !important;
    box-shadow: none !important;
  }
  
  #image-gallery .modal-footer{
    display: block;
  }
  
  .thumb{
    margin-top: 15px;
    margin-bottom: 15px;
  }

/*///////////////////////// Services */

.serv{
   background: url(../images/bg-1.jpg) no-repeat ;
   background-size: cover;
  
}

.section-title {
	position: relative
}
.section-title p {
	font-size: 16px;
	margin-bottom: 5px;
	font-weight: 400;
}
.section-title h4 {
	font-size: 36px;
	font-weight: 600;
	text-transform: uppercase;
	position: relative;
	padding-bottom: 20px;
	display: inline-block;
    color: #FFF;
}
.section-title h4:before {
	position: absolute;
	content: "";
	width: 80px;
	height: 2px;
	/* background-color: #d8d8d8; */
	bottom: 0;
	left: 50%;
	margin-left: -40px;
}
.section-title h4:after {
	position: absolute;
	content: "";
	width: 50px;
	height: 2px;
	background-color: #FFF;
	left: 0;
	bottom: 0;
	left: 50%;
	margin-left: -25px;
}
.pt-100 {
	padding-top: 100px;
}
.pb-100 {
	padding-bottom: 100px;
}
.mb-100{
    margin-bottom:100px;
}

.single-service {
	position: relative;
	text-align: center;
	margin-bottom: 50px;
	-webkit-transition: .3s;
	transition: .3s;
	padding: 30px 20px;
	box-shadow: 0 1px 4px rgba(0, 0, 0, 0.16);
    border: 1px solid #bdbdbd;
    background: #FFF;
}
.single-service:before {
	position: absolute;
	width: 0;
	height: 0;
	background-color: #FFF;
	left: 0;
	top: 0;
	content: "";
	-webkit-transition: .3s;
	transition: .3s
}
.single-service:after {
	position: absolute;
	width: 0;
	height: 0;
	background-color: #FFF;
	right: 0;
	bottom: 0;
	content: "";
	-webkit-transition: .3s;
	transition: .3s
}
.single-service:hover:after,
.single-service:hover:before {
	width: 100%;
	height: 2px;
	-webkit-transition: .3s;
	transition: .3s;
    
}
.single-service:hover {
	box-shadow: 1px 3px 10px 0 rgba(0, 0, 0, 0.10);
    background: #231816 ;
    color: #FFF;
}
.single-service i.fa {
	font-size: 20px;
	width: 60px;
	height: 60px;
    color: #000;
	border: 1px solid #ddd;
	line-height: 60px;
	margin-bottom: 30px;
	border-radius: 50%;
	-webkit-transition: .3s;
	transition: .3s
}
.single-service:hover i.fa {
	
	color: #FFF !important;
	
	border-radius: 0;
}
.single-service h4 {
	font-size: 20px;
	font-weight: 400;
	margin-bottom: 15px;
	text-transform: uppercase;
}
.single-service p {
	font-size: 15px;
	line-height: 1.8;
}
/*********Media*******************/

/*********footer*******************/
.kilimanjaro_area {
    position: relative;
    z-index: 1;
	}
	.foo_top_header_one {
    background-color: #15151e;
    color: #fff;
}
.section_padding_100_70 {
    padding-top: 100px;
    padding-bottom: 70px;
}
.foo_top_header_one {
    color: #fff;
}.kilimanjaro_part {
    margin-bottom: 30px;
}
.foo_top_header_one .kilimanjaro_part > h5 {
    color: #fff;
}

.kilimanjaro_single_contact_info > p, .kilimanjaro_single_contact_info > h5, .kilimanjaro_blog_area > a, .foo_top_header_one .kilimanjaro_part > p {
    color: rgba(255,255,255,.5);
}
p, ul li, ol li {
    font-weight: 300;
}
ul {
    margin: 0;
    padding: 0;
}
.kilimanjaro_bottom_header_one {
    background-color: #346543;
}
.section_padding_50 {
    padding: 50px 0;
}
.kilimanjaro_bottom_header_one p {
    color: #fff;
    margin: 0;
}
p, ul li, ol li {
    font-weight: 300;
}
.kilimanjaro_bottom_header_one a {
    color: inherit;
    font-size: 14px;
}
a, h1, h2, h3, h4, h5, h6 {
    font-weight: 400;
}
.m-top-15 {
    margin-top: 15px;
}
ul {
    margin: 0;
    padding: 0;
}

.kilimanjaro_widget > li {
    display: inline-block;
}
p, ul li, ol li {
    font-weight: 300;
}
ol li, ul li {
    list-style: outside none none;
	background:transparent;
}
.kilimanjaro_widget a {
    border: 1px solid #333;
    border-radius: 6px;
    color: #888;
    display: inline-block;
    font-size: 13px;
    margin-bottom: 4px;
    padding: 0px 12px;
	background:transparent;
	
}
ul {
    margin: 0;
    padding: 0;
}
.kilimanjaro_links a {
    border-bottom: 1px solid #333;
    color: rgba(255,255,255,.5);
    display: block;
    font-size: 13px;
    margin-bottom: 5px;
    padding-bottom: 10px;
	display:block;
	background:transparent;
}
.kilimanjaro_links a {
    color: rgba(255,255,255,.5);
    font-size: 13px;
}
.top-15 {
    margin-top: 15px;
}
.foo_top_header_one .kilimanjaro_part > h5 {
    color: #fff;
}

.kilimanjaro_social_links > li {
    display: inline-block;
}
p, ul li, ol li {
    font-weight: 300;
}
.kilimanjaro_social_links a {

    border-radius: 6px;
    color: #888;
    display: inline-block;
    font-size: 13px;
    margin-bottom: 3px;
    padding: 7px 12px;
}
.kilimanjaro_blog_area .kilimanjaro_date {
    color: #27ae60;
    font-size: 13px;
    margin-bottom: 5px;
}
.kilimanjaro_blog_area > p {
    color: rgba(255,255,255,.5);
    line-height: 1.3;
    margin-bottom: 0;
}
.kilimanjaro_works > a {
    display: inline-block;
    position: relative;
    width: 33.33333333%;
    z-index: 1;
}
.kilimanjaro_thumb {
    left: 0;
    position: absolute;
    top: 0;
    width: 75px;
}
.kilimanjaro_links a i {
    padding-right: 10px;
}
  /* :: 18.0 Footer Area CSS */

    .footer_area {
        position: relative;
        z-index: 1;
    }
 .footer_bottom p > i,
    .footer_bottom p > a:hover {
        color: #27ae60;
    }	

    .social_links_area {
        border-bottom: 1px solid rgba(255, 255, 255, 0.2);
        padding: 50px 0 30px 0;
        text-align: center;
        position: relative;
        z-index: 1;
    }
 .social_links_area > a:hover {
        color: #27ae60;
    }

    .inline-style .social_links_area > a:hover {
        background-color: transparent;
        color: #27ae60;
        border: 0px solid transparent;
		
    }
 .single_feature:hover .feature_text h4 {
        color: #27ae60;
    }
.kilimanjaro_blog_area {
    border-bottom: 1px solid #333;
    margin-bottom: 15px;
    padding: 0 0 15px 90px;
    position: relative;
    z-index: 1;
}
.kilimanjaro_links a {
    border-bottom: 1px solid #333;
    color: rgba(255,255,255,.5);
    display: block;
    font-size: 13px;
    margin-bottom: 5px;
    padding-bottom: 10px;
	background:transparent;
}
.kilimanjaro_links a:hover{
    background: transparent;
    border-bottom: 1px solid #FFF;
}
/*////////////////////////////////*/

.abt p{
    font-family: 'Open Sans', sans-serif;
    font-size: 18px;
    color: #524749;
    font-weight: 400;
}
.abt h1{
    font-family: 'Open Sans', sans-serif;
    font-size: 18px;
    color: #171414;
    font-weight: 100;
}
.bni{
    background: #cf2030;
    color: #FFF;
    padding: 30px 60px;
}
.bni p{
    color: #FFF;
    font-family: 'Open Sans', sans-serif;
    font-size: 18px;
    font-weight: 400;
    line-height: 2;
}
.min_mar{
    margin-top: -40px;
}
.filter-button{
    margin-top: 5px;
    margin-bottom: 5px;
}
.prd_lst_nm{
    font-family: 'Open Sans', sans-serif;
    font-size: 13px;
    color: #27ae60;
    font-weight: 400;
    text-decoration: none;

}
.prd_lst_nm:hover{
    text-decoration: none;
}
span.patrn{
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
    color: #2c353e;
    font-weight: 600;
    text-decoration: none;
    text-transform: uppercase;
    padding: 8px 0px;
    text-align: center;
    display: block;
}
/* Example media queries */

@media screen and (max-width: 55.1875em){
    .carousel-caption {
        display: none;
    }
    .min_mar{
        margin-top: 0px;
    }
    .logo_sec{
        text-align: center;
    }
    .c_now img{
        display: none;
    }
      #carouselExampleIndicators.carousel{
        padding-top: 120px;
    }
    .carousel-control-prev{
        padding-top: 180px;
    }
    .carousel-control-next{
        padding-top: 180px;
    }
}
}

@media screen and (max-height: 26.375em){
   
    .min_mar{
        margin-top: 0px;
    }
    .carousel-caption {
        display: none;
    }


}