 

.ceo {
       color: #333333;
    background-color: #fecd2d;
    padding-bottom: 13px;
    font-size: 35px;
    
}

 
.button.button-rounded {
    border-radius: 3px;
}
.h1, .h2, .h3, h1, h2, h3 {
    margin-top: 0px !important;
    
}

 
.divider.divider-center, .divider.divider-center.divider-short {
    text-align: center;
}

.divider {
    position: relative;
    overflow: hidden;
    margin: 35px 0;
    color: #E5E5E5;
    width: 100%;
}

.divider i {
    position: relative;
    width: 18px;
    height: 18px;
    line-height: 1;
    font-size: 18px !important;
    text-align: center;
}
.divider.divider-center.divider-short:after {
    left: 50% !important;
    right: auto !important;
    margin-left: 20px;
    width: 15%;
}
.button {
    display: inline-block;
    position: relative;
    cursor: pointer;
    outline: none;
    white-space: nowrap;
    margin: 5px;
    padding: 0 22px;
    font-size: 14px;
    height: 40px;
    line-height: 40px;
    background-color: #ed3538;
    color: #FFF;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1px;
    border: none;
    text-shadow: 1px 1px 1px rgba(0,0,0,0.2);
}
 
.story-box-info {
    box-sizing: border-box;
    width: 100%;
    height: 430px;
    padding: 40px;
    margin: 0px 0 0 -5%;
    background: rgba(237, 237, 237, 0.95);
    z-index: 4;
    box-shadow: 0 10px 45px rgba(0,0,0,.1);
    transition: all ease-in .3s;
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
	    
    line-height: 2.0;
    font-size: 16px;
}
 
 .left-form {
    width: 240px;
    text-align: center;
    background: #fab702;
    position: fixed;
    border-radius: 0px 5px 5px 0;
    left: 0;
    padding: 5px 2px 5px 2px;
    bottom: 5px;
    z-index: 600;
}

.bottom-call {
    display: none;
    bottom: 0;
    padding: 0px 0;
    z-index: 60000000;
    text-align: center;
    width: 100%;
    position: fixed;
    background: #2d2242;
}




.flexslider ul.slides {
    background: transparent;
    margin: 0;
    height: auto;
    overflow: hidden;
    list-style: none !important;
}
 
 
.flexslider .slides li img {
    max-width: 100%;
    width: 100%;
    height: auto;
}
.home-banner {
    padding-top: 90px;
}
.flexslider {
    background: transparent;
    border: 0;
    width: 100%;
    z-index: 2;
    display: block;
    position: relative;
    overflow: hidden;
    min-height: 400px;
}
.flexslider ul.slides {
    background: transparent;
    margin: 0;
    height: auto;
    overflow: hidden;
    list-style: none !important;
}
.flexslider .slides li img {
    max-width: 100%;
    width: 100%;
    height: auto;
}

 
.slides .banner-desk {
    display: block;
}
.slides .banner-mobl {
    display: none;
}
.subfooter {
   
    padding: 0px 0 0px 0 !important;
	background-color: black;
    color: white;
}
.widget {
    
    padding-bottom: 3px !important;
     
}

#myslide11 {display:block;}
#myslide12 {display:none}

@media all and (max-width: 499px) {
    #myslide11 {display: none;}
    #myslide12 {display: block;}
	.ceo {    font-size: 20px;
    
    padding: 5px;}
	
}

@media only screen and (max-width: 620px){
 
.slides .banner-mobl {
    display: block;
}

}
@media only screen and (max-width: 992px) {
 
.carousel {
    margin-top: 0px !important;
}
}

@media only screen and (max-width: 992px) {
 
.left-form {
    display: none;
}

.inner-padding {
    padding: 1px 0 1px 0;
}
}


@media only screen and (max-width: 800px) {
 
.bottom-call {
    display: block;
}
 }
 
 
 @media (max-width: 767px){
 .story-box-info {
       padding: 5px;
    text-align: left;
    margin: 0px 1% 0;
    width: 100%;
    height: auto;
}
 
}