.swiper-container {
    width: 100%;
	}
/*this section for top bar */
.top-head {
    height: auto;
    background:#fafafa; 
}
.top-head .top-bar{
    margin-left: 30px;
}
.top-head a{
    float: right;
    text-decoration:none;
    padding: 10px 15px;
    color: #839098;
    font-size: 11px;
    text-transform: uppercase;
    border-bottom: 1px solid #eee;
}
.top-head a:hover{
    
    background-color: #eee;
}
/*this section for top bar */

h1,h2,h3,h4,h5,h6,p,a,span,li
{
    font-family:Exo, sans-serif;
}
activeMenuItem{
    color:#00bdf2;
}
.navigation-clean-search .navbar-nav > li > .dropdown-menu {

    margin-top: 9px;
}
#carousel-2 .carousel-indicators {
    top: 310px;
}
.col-md-6.shadowBox {
  background-color:#00bdf2;
  color:#fff;
  box-shadow:1px 1px 5px 0px rgba(0,0,0,0.3);
}
/* that's the only comment for the addon part at the hr line under structure word */
.under-line{
    border-bottom: 2px solid #839098 !important;
   /* padding-left: 1px !important;*/
}
.global-span hr{
    width: 50px;
    height: 8px;
    outline: none;
    border: none;
    background: #839098;
    margin: 20px 0px ;
    margin-top: -25px;
    float: left;
}
/* that's the only comment for the addon part at the hr line under structure word */

.col-md-6.whiteCol {
  background-color:#fff;
}
.yellowBorderAndShadow
{
	width:100%;
	padding-top:0;
    border-bottom: 15px solid #ffcb05;
    -webkit-box-shadow: 0px 10px 9px 0px rgba(0,0,0,0.44);
    -moz-box-shadow: 0px 10px 9px 0px rgba(0,0,0,0.44);
    box-shadow: 0px 28px 9px 0px rgba(0,0,0,0.44);
}
@media(max-width: 720px){
    .global-span hr{
        
    margin-top: -25px;
    }
}
@media (min-width: 1199px) {
  .col-md-6.customSpace {
    margin:20px 2%;
    width:45%;
    border-radius:30px;
    padding:45px 40px;
  }
}

.btn.btn-link.btn-lg.center-block.customButton {
  border-radius:25px;
}
/*footer wrap text*/
.text-nowrap {
    white-space: normal;
}