*{
    margin: 0;
    padding: 0;
    border: none;
}
body{
    font-family: 'Open Sans', sans-serif;
    background: #FFF;
    margin: 0;
    border: none;
    padding: 0;
    color: #15151e;
    font-size: 14px;
}
body p{
    font-family: 'Open Sans', sans-serif;
    color: #625e5f;
    font-size: 14px;
    font-weight: 400;
}
.wraper{
    width: 100%;
    float: left;
}
.abt{
    background: #bebebe;
    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: 105px;
	background:#FFF;
	border-bottom:1px solid #CCC;
	box-shadow:1px 1px 3px #d5d6d7;
	position:fixed;
	z-index: 9;
}
.logo_box{
    color: #FFF;
	
}
span.c_nw{
    font-family: 'Open Sans', sans-serif;
    font-weight: 600;
    font-style: italic;
    color: #ed1c24;

}
span.c_num{
    font-family: 'Open Sans', sans-serif;
    font-weight: 600;
    font-style: italic;
    padding:5px 0px 5px 5px ;
    color: #000;
   
}
.banner{
    margin-top: 100px;
}
h1 span{
    font-family: 'Open Sans', sans-serif;
    font-size: 22px;
    font-weight:600;
    color: #000;
    text-transform: uppercase;
    
}
h1{
    font-family: 'Open Sans', sans-serif;
    font-size: 22px !important;
    font-weight:bolder !important;
    color: #ed1c24;
    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;
}
#prod h1 span{
    font-family: 'Open Sans', sans-serif;
    font-size: 22px;
    font-weight:100;
    color: #000;
    text-transform: uppercase;
    
}
#prod h1{
    font-family: 'Open Sans', sans-serif;
    font-size: 22px !important;
    font-weight:bolder !important;
    color: #F00;
    text-transform: uppercase;
    padding-top: 15px;
    padding-bottom: 15px;
}
#prod p{
    font-family: 'Open Sans', sans-serif;
    font-size: 14px !important;
    font-weight: 400;
    color: #495057;
}
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);
}
.vision{
    padding-bottom: 15px;
    border-bottom: 1px solid rgba(98,94,95,0.3);
}
.expertise{
    background: #302a2b;
}
/*//////////////////////////////////*/
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(255,255,255,0.8);
    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,1);
    z-index: 7;
    text-transform: uppercase;
    padding: 10px 10px;
}
.prd_name{
    font-family: 'Open Sans', sans-serif;
    font-size:26px;
    font-weight: 800;
    text-transform: uppercase;
    padding: 10px 10px;
    cursor: pointer;
    background: #ed1c24;
}
.m_sev{
    font-family: 'Open Sans', sans-serif;
    font-size:24px;
    font-weight: bolder;
    color: #FFF;
    text-transform: uppercase;
  
}
.txt{
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    width: 100%;
    height: calc(1.5em + .75rem + 2px);
    padding: .375rem .75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
}
/*/////////////////////////////*/
.ser_sec{
    background: #524749;
}
#ser h1 span{
    font-family: 'Open Sans', sans-serif;
    font-size: 22px;
    font-weight:100;
    color: #e5e5e5;
    text-transform: uppercase;
    
}
#ser 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;
}
section {
    padding-top: 4rem;
    padding-bottom: 5rem;
}
.wrap {
    display: flex;
    background: #292526;
    padding: 1rem 1rem 1rem 1rem;
    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%,#f2433f 20%);
    color: white;
}

.ico-wrap {
    margin: auto;
}

.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: #f2433f;
}
.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: #a29e9f;
}
.display-6 {
    font-family: 'Open Sans', sans-serif;
    text-transform: capitalize;
    font-weight: 600;
    font-size: 30px;
    color: #ed1c24;
    text-align: left;

}
.lead{
    font-family: 'Open Sans', sans-serif;
    text-transform: capitalize;
    font-weight: 100;
    font-size: 20px;
    color: #FFF;
}
.gold{
    color: #fff600;
}
/*/////////////////////////*/

#med h1 span{
    font-family: 'Open Sans', sans-serif;
    font-size: 22px;
    font-weight:100;
    color: #e5e5e5;
    text-transform: uppercase;
    
}
#med 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;
}
/*///////////////////////*/
/*///////////////////////// Gallery */
.d-none {
    display: none!important;
}
/*********footer*******************/
.kilimanjaro_area {
    position: relative;
    z-index: 1;
    font-family: 'Open Sans', sans-serif;
	}
	.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: #111;
}
.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: 1px solid #333;
    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;
}
/* Example media queries */

@media screen and (max-width: 55.1875em){
    .call_us{
        display: none;
    }
    .d-none {
        display: none!important;
    }
    .mbr-gallery-title{
        display: none !important;
    }

}

@media screen and (max-height: 26.375em){
   
    .mbr-gallery-title{
        display: none !important;
    }

}