@import 'https://fonts.googleapis.com/css?family=Open+Sans:300,400,600,700,800';

body{font-family: 'Open Sans', sans-serif;}
/*-- header --*/
.mail2 {
    background-image:url(../images/contact-header.jpg);
    background-repeat:no-repeat;
    background-size: unset; 
}

.navbar-toggle .icon-bar {
    display: block;
    width: 22px;
    height: 4px;
    border-radius: 3px;
}
/*-- menu --*/
.mobile-nav-button {
    position: fixed;
    margin: 20px 0 0 0;
    right: 15px;
    top: 0;
    z-index: 9999;
    cursor: pointer;
    width: 36px;
    height: 36px;
    
    
}
.mobile-nav-button i{
color: #fff100;
}
.mobile-menu ul li {
    list-style: none;
    margin-bottom: 2em;
    display: block;
}

.mobile-menu ul li a {
    width: 100%;
    margin: 0 auto;
    display: block;
    text-align: center;
    text-decoration: none;
    color: #fff;
    font-size: 1em;
    font-weight: bold;
    overflow: hidden;
    position: relative;
    padding: 1em 0;
    text-transform: uppercase;
    letter-spacing: 3px;
}

.open>ul.dropdown-menu.agile_short_dropdown {
    display: block;
    transform: none !important;
    min-width: 65%;
    border: none;
    box-shadow: none;
    border-radius: 0;
    left: 18%;
}

.open>ul.dropdown-menu.agile_short_dropdown li {
    margin: 0 !important;
}

ul.dropdown-menu.agile_short_dropdown>li>a:hover {
    background: none;
}

.mobile-menu ul li a:after {
    content: '';
    background: #7aba1e;
    width: 100%;
    height: 100%;
    position: absolute;
    right: -100%;
    top: 0;
    z-index: -1;
    transition: 0.4s ease;
}

.mobile-menu ul li a:hover,
.mobile-menu ul li.active a {
    color: #fff;
}

.mobile-menu ul li a:hover:after,
.mobile-menu ul li.active a:after {
    right: 0;
}

li.dropdown.act a.w3_icons_act {
    background: #0e0e0e;
    color: #fff;
}

.mobile-menu img {
    position: absolute;
    width: 150px;
    display: block;
    left: 50%;
    top: 3rem;
    transform: translatex(-50%);
    -webkit-transform: translatex(-50%);
    -moz-transform: translatex(-50%);
    -o-transform: translatex(-50%);
    -ms-transform: translatex(-50%);
    padding: 0;
    text-align: center;
}

.mobile-menu--open {
    opacity: 1;
    right: 0%;
}

.dropdown.active.open a ul.dropdown-menu.agile_short_dropdown li a.w3_icon_1:after {
    background: none !important;
}
.img-section-left{
	text-align: right; 
	font-style: italic;	
	font-size: 2.5em;
	color: #212121;
	text-align: center;
	position: relative;
	padding-bottom: .5em;
	letter-spacing: 3px;
	padding-right: 10px;
}

/*-- //menu --*/
#trigger-overlay{
    visibility: visible;
}
.subscribe-input{
    width: 75%; height: 50px; display: inline-block;
}
.subscribe-button{
    width: 23%;height: 50px;display: inline-block;margin-left:1%;
}
/*-- //menu --*/
.phone{display: block}
.listing{
    margin-left: 15px;
    margin-top: 20px;
}
.inner-page-heading{
    line-height: 30px;
    margin-bottom: 20px;
    margin-top: 10px;
}
.owl-image{height: 220px;}

.jarallax {
    position: relative;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 50% 50%;
}
.banner{
    background:url(../images/main-bg.jpg) no-repeat 0px 0px;
    background-size: cover;
    min-height: 350px;
}
/*-------------------*/
@media only screen and (min-width : 320px) { 
    .owl-carousel2.owl-loaded { height: 80px; }
    .subscribe-input{width: 100%;}
    .subscribe-button{width: 100%;margin-left:0%;margin-top:5%;}
    #trigger-overlay{
    visibility: hidden;
    }
    #hide-for-mob{display: none;}
    .phone{display: none}
    .img-section-left{text-align: center;font-size: 1.5em;}
    .owl-image{height: 80px;}
    .mail2 {background-size: cover;}
}

/* Extra Small Devices, Phones */ 
@media only screen and (min-width : 480px) {
.owl-image{height: 80px;}

}
@media only screen and (min-width : 614px) {
.owl-image{height: 100px;}

}
/* Small Devices, Tablets */
@media only screen and (min-width : 768px) {
    .owl-carousel2.owl-loaded { height: auto; }
    #hide-for-mob{display: block;}
    #trigger-overlay{
    visibility: visible;
    }
    .subscribe-input{width: 75%;}
    .subscribe-button{width: 23%;margin-top:0%;margin-left:1%;}
    .img-section-left{text-align: right;font-size: 2.5em;}
    .owl-image{height: 250px;}
    .mail2 {background-size: unset;}
}


/* Medium Devices, Desktops */
@media only screen and (min-width : 992px) {
    .owl-image{height: 100px;margin-left: 8px;margin-right: 8px;}
}

/* Medium Devices, Desktops */
@media only screen and (min-width : 1200px) {
.phone{display: block}
}
