*{
 	margin:0px; padding:0px
} 
html{
    max-width: 1400px;
    margin: 0 auto;
}
body{
	font-family: 'Open Sans', sans-serif;
	font-size: 14px;
	line-height: 25px;
    color: #000;
    overflow-x: hidden;
}
a:hover{
	text-decoration: none;
}
h1, h2, h3, h4, h5{
	text-transform: uppercase;
}
h2{
	font-size: 82px; 
    font-weight: bold;
    text-transform: uppercase;
}
h3{
    font-size: 58px;
    text-transform: uppercase;
    font-weight: bold;
}
h4{
    font-size: 38px; 
    text-transform: uppercase;
}
h5{
    font-size: 25px;
    font-weight: bold;
    text-transform: uppercase;
}
h6{
    font-size: 14px; 
    font-weight: bold;
}
.mrT19{
    margin-top: 19px;
}
.mrT30{
    margin-top: 30px;
}
.mrT70{
    margin-top: 70px;
}
.mrT50{
    margin-top: 50px;
}

/* ========
    HEADER
    ======= */

.container{
    width: 990px;
    margin: 0 auto;
}
span.textclr{
    color: #FF7E00;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 18px;
}
.language, .contact{
    text-transform: uppercase;
}
.navbar.navbar-default{
    background-color: #fff;
    height: 110px;
    margin-bottom: 0;
    border-bottom: none;
}
.social_icons{
    text-align: right;
}
.social_icons .list-inline li {
    padding-left: 0;
    padding-right: 0;
}
.contact_icon{
    display: inline-block;
    margin-right: 10px;
    text-align: center;
    vertical-align: middle;
    width: 20px;
}
.contact_icon.phone {
    margin-right: 15px;
}
.language .fa.fa-angle-down {
    color: #fd8103;
    font-size: 25px;
    font-weight: bold;
}
.language p {
    font-size: 12px;
    font-weight: bold;
    margin-bottom: -8px;
}
.language .textclr{
    letter-spacing: 1px;
}
.contact h6 {
    margin: 0;
    font-size: 18px;
}
.dropdown-menu > li > a:focus, .dropdown-menu > li > a:hover {
    background-color: #ff7e00;
    color: #ffffff;
    text-decoration: none;
}
.dropdown-menu{
     border: 1px solid rgba(0, 0, 0, 0);
}
.dropdown-menu > li > a{
     padding: 8px 20px;
}

/* ========
    BANNER
    ======= */
.carousel .item{
	height: 510px;
}
.carousel-control.left, .carousel-control.right{
	background: none;
}
.item {
    height: 510px;
}
.item .banner-img{
    position: relative;
}
.item .banner-img{
    background-color: rgba(0,0,0,0.5);
    position: absolute;
    content: "";
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
}
.banner-caption > h4 {
    color: #ffffff;
    font-weight: bold;
}
.banner-caption > h2 {
    color: #ff7e00;
    font-weight: bold;
    margin-bottom: 125px;
}
.btn-primary {
    background-color: #ff7e00;
    border: 5px solid #FF7E00;
    border-radius: 50px;
    color: #ffffff;
    font-size: 28px;
    font-weight: bold;
    padding: 17px 50px;
    transition: all 0.5s ease-in-out 0s;
    text-transform: uppercase;
}
.btn-primary:hover {
    background-color: rgba(0, 0, 0, 0);
    border-color: #ff7e00;
    color: #ff7e00;
}
.carousel-control .fa {
    background: rgba(255, 255, 255, 0.3) none repeat scroll 0 0;
    color: #000000;
    font-size: 86px;
    font-weight: normal;
    height: 120px;
    padding-top: 15px;
    position: absolute;
    text-shadow: none;
    top: 38%;
    width: 115px;
}
.carousel-control .fa.fa-angle-left{
    border-bottom-right-radius: 100px;
    border-top-right-radius: 100px;
    left: 0;
}
.carousel-control .fa.fa-angle-right{
    border-bottom-left-radius: 100px;
    border-top-left-radius: 100px;
    right: 0;
}
#item_img{
    background-image: url(../images/banner-pic.jpg); 
    background-size: cover;
}
.item{
    position: relative;
}
.banner-caption{
    position: absolute;
    width: 990px;
    margin: 0 auto;
    left: 0;
    right: 0;
    top: 11%;
    text-align: center;
}

/* ===========
    EXPERIENCE
    ========== */
.experience{
    padding: 65px 0;
    background-color: #ffffff;
}
.experience_content{
    text-align: center;
}
.experience h3{
    text-align: center;
}
.experience h3 span{
    font-size: 58px;
}
.experience a{
    color: #000;
}
a:focus{
    outline-offset: 0;
    outline: none;
}
.main .og-grid li{
    width: 33%;
}
.og-fullimg{
    display: none;
}
.og-details a{
    display: none;
}
/* .og-grid .og-expanded{
    height: 500px !important;
}
.og-expander{
    height: auto !important;
} */
.og-expander{
    position: absolute;
}
.og-expanded img {
    background-color: #DDDDDD;
    border-radius: 100px;
}

/* =================
    HAPPPY CUSTOMERS
    ================ */
.happy_customers{
    padding: 65px 0;
    text-align: center;
    background: /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffbd00+0,ff7e00+100 */
    background: #ffbd00; /* Old browsers */
    background: -moz-radial-gradient(center, ellipse cover, #ffbd00 0%, #ff7e00 100%); /* FF3.6-15 */
    background: -webkit-radial-gradient(center, ellipse cover, #ffbd00 0%,#ff7e00 100%); /* Chrome10-25,Safari5.1-6 */
    background: radial-gradient(ellipse at center, #ffbd00 0%,#ff7e00 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffbd00', endColorstr='#ff7e00',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
}
.happy_customers h3 {
    color: #ffffff;
}
.customers_list li {
    margin-right: 20px;
}
.customers_list li:last-child{
    margin-right: 0;
}

/* ============
    CONSULATION
    =========== */
.consulation{
    padding: 65px 0;
    text-align: center;
    background-image: url(../images/icon-location.png), url(../images/advocate.png);
    background-position: left 230px, right bottom;
    background-repeat: no-repeat, no-repeat;
}
.container_medium{
    width: 560px;
    margin: 0 auto;
    padding: 0 15px;
}
.schedule{
    text-align: left;
    width: 280px;
    margin: 30px auto;
    font-size: 18px;
}
.consulation h2{
    color: #ff7e00;   
}
.days {
    display: inline-block;
    width: 110px;
}
.consulation h6 {
    font-size: 31px;
    font-weight: 600;
    text-align: center;
    text-transform: capitalize;
}

/* ====
    MAP
    === */

.map {
    border-top: 1px solid #000000;
}
.map_image{
    height: 430px;
    max-height: 430px;
    width: 100%;
}

/* ========
    FOOTER
    ======= */
.footer{
    background-color: #252525;
    padding: 25px 0;
}
.copyright a{
    text-transform: capitalize;
    text-decoration: underline;
    color: #929292;
}
.copyright.mrT50 > p {
    color: #929292;
    font-size: 16px;
    margin: 0;
}
.follow h5{
    text-transform: uppercase;
    margin-bottom: 10px;
    color: #929292;
}

/* ===============
    RESPONSIVE CSS
    ============== */
@media(max-width: 1190px){
    .logo img {
        width: 100%;
    }
    span.textclr{
        font-size: 14px;
    }
    .contact h6 {
        font-size: 14px;
    }
}

@media(max-width: 1000px){
    .full_width{
        width:100%;
        clear: both;
    }
    .navbar.navbar-default{
        height: auto;
    }
    .wd50 {
        width: 50%;
    }
    .language{
        text-align: right;
    }
     span.textclr{
        font-size: 16px;
    }
    .contact h6 {
        font-size: 16px;
    }
    .dropdown-menu{
        right: 0;
        left: auto;
    }
    .logo img{
        width: auto;
    }
    .consulation{
        background: none;
    }
}

@media(max-width: 991px){
    .container{
        width: 100%;
    }
    .container_medium{
         width: 100%;
    }
    .banner-caption{
        width: 100%;
    }
    .footer_logo{
        text-align: right;
    }
    .follow .list-inline > li{
    padding: 0;
}
.banner-caption > h2 {
    margin-bottom: 90px;
}
h2 {
    font-size: 60px;
    }
}

@media(max-width: 767px){
    .experience h3 span {
    font-size: 38px;
}
h3 {
    font-size: 38px;
    }
}

@media(max-width: 578px){
    span.textclr{
        font-size: 15px;
    }
    .contact h6 {
        font-size: 15px;
    }
    h2 {
        font-size: 50px;
    }
    .carousel-control .fa {
        font-size: 58px;
        height: 83px;
        top: 38%;
        width: 64px;
    }
    .btn-primary{
         font-size: 20px;
        padding: 12px 16px;
    }
}

@media(max-width: 520px){
.footer_logo{
    text-align: center;
}
.follow, .copyright{
    text-align: center;
}
.full_width_sm{
    width: 100%;
    clear: both;
}
.col-xs-offset-2 {
    margin-left: 0 !important;
}
h2 {
    font-size: 40px;
}
.wd50 {
    width: 100%;
}
.language {
    text-align: left;
}
.logo.wd50 img {
    width: 100%;
}
.social_icons {
    text-align: center;
}
.experience h3 span {
    font-size: 38px;
}
h3 {
    font-size: 38px;
    }
    .main .og-grid li {
    width: 100%;
}
h5 {
    font-size: 20px;
    }
    h4 {
    font-size: 23px;
}
.banner-caption > h2 {
    margin-bottom: 30px;
}
.btn-primary {
    font-size: 14px;
    padding: 2px 10px;
}
.banner-caption{
    top: 9%;
}
.carousel-control .fa{
    background: none;
}
.carousel-control .fa {
    color: #ffffff;
    font-size: 33px;
    top: 107px;
    width: 23px;
}
.carousel .item {
    height: 300px;
}
.dropdown-menu {
    right: auto;
    left:0;
}
.customers_list > li {
    margin-bottom: 10px;
}
.contact h6 {
    margin-bottom: 5px;
}
.og-grid li {
    height: auto;
}
.og-grid .mrT70 {
    margin-top: 40px;
}
.mrT30{
	margin-top: 10px;
}
.contact{
    width: 67%;
    text-align: right;
}
.language{
    width: 33%;
}
.contact h6 {
    font-size: 13px;
    letter-spacing: -0.5px;
}
span.textclr {
    font-size: 13px;
    text-transform: none;
}
.contact_icon{
	width: 16px;
}
.full_width {
    clear: none;
}
.contact_icon.phone {
    margin-right: 5px;
}
.contact_icon{
	 margin-right: 10px;
}
}
