body{ font-family: 'roboto_condensedregular'; font-size:14px;     
    background-image: url('../images/bodybgnew.jpg');
    background-size: cover;
    background-position: center 55%;
    background-repeat: no-repeat;
    background-attachment: fixed; 
}

 
@font-face {
    font-family: 'roboto_condensedregular';
    src: url('../fonts/robotocondensed-regular-webfont.eot');
    src: url('../fonts/robotocondensed-regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/robotocondensed-regular-webfont.woff2') format('woff2'),
         url('../fonts/robotocondensed-regular-webfont.woff') format('woff'),
         url('../fonts/robotocondensed-regular-webfont.ttf') format('truetype'),
         url('../fonts/robotocondensed-regular-webfont.svg#roboto_condensedregular') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'robotolight';
    src: url('../fonts/roboto-light-webfont.eot');
    src: url('../fonts/roboto-light-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/roboto-light-webfont.woff2') format('woff2'),
         url('../fonts/roboto-light-webfont.woff') format('woff'),
         url('../fonts/roboto-light-webfont.ttf') format('truetype'),
         url('../fonts/roboto-light-webfont.svg#robotolight') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'robotomedium';
    src: url('../fonts/roboto-medium-webfont.eot');
    src: url('../fonts/roboto-medium-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/roboto-medium-webfont.woff2') format('woff2'),
         url('../fonts/roboto-medium-webfont.woff') format('woff'),
         url('../fonts/roboto-medium-webfont.ttf') format('truetype'),
         url('../fonts/roboto-medium-webfont.svg#robotolight') format('svg');
    font-weight: normal;
    font-style: normal;

}

 @font-face {
        font-family: 'Corsiva';
        src: url('../fonts/Corsiva.eot');
        src: url('../fonts/Corsiva.eot?#iefix') format('embedded-opentype'), url('../fonts/Corsiva.woff') format('woff'), url('../fonts/Corsiva.ttf') format('truetype'), url('../fonts/Corsiva.svg#robotolight') format('svg');
        font-weight: normal;
        font-style: normal;
    }


/*ReusableProperties*/
a{ text-decoration:none !important;  transition:0.5s; color:inherit;}
a:focus{ outline:none !important;}
p{ line-height:1.2;}
span { display: block; }
.h1, .h2, .h3, h1, h2, h3{ font-weight:normal; margin:10px 0 5px; }
.h4, .h5, .h6, h4, h5, h6{ font-weight:700; margin:0;}
.border-none{ border:none !important;}
.padding-none{ padding:0;}
.padding-left-none{ padding-left:0;}
.padding-right-none{ padding-right:0;}
.padding2{ padding:0 10px;}
.clear{ clear:both;}
ul{ padding:0;}                     


/*MYSTYLE*/
.main-outer{ display: flex; align-items:center; justify-content:center; flex-direction: column;}
.contact-description{ margin: 1.5em auto;}
.contact-description h2{ font-family: 'Corsiva'; color: #fff;  font-size: 48px; color: #d88d1f;}  











/*MEDIA QUERIES*/
@media (min-width:1500px){

}


@media (min-width:1200px){

}

@media (max-width:1199px){

}

@media (min-width: 991px) { .navbar-collapse.collapse { display:block !important; }  }
@media (max-width: 990px) {
    .navbar-header {
        float: none;
    }
    .navbar-toggle {
        display: block;
    }
    .navbar-collapse {
        border-top: 1px solid transparent;
        box-shadow: inset 0 1px 0 rgba(255,255,255,0.1);
    }
 .navbar-collapse.in{ overflow-y:auto !important;} 
 .collapse.in{ display:block !important; }
    /*.navbar-collapse.collapse {
        display:none !important ;
    }*/
    .navbar-nav {
        float: none!important;
        margin: 7.5px -5px;
    }
    .navbar-nav>li {
        float: none;
    }
    .navbar-nav>li>a {
        padding-top: 10px;
        padding-bottom: 10px;
    }
	
	
/*Mystyle*/

	
}




@media (max-width:768px){
   body{    
    background-image: url('../images/mobilebg.jpg');
}


} 

@media (max-width:650px){
    body{    
    background-image: url('../images/mobilebg.jpg');
}


} 


@media (max-width:480px){
    body{    
    background-image: url('../images/mobilebg.jpg');
}


.contact-description h2{ font-size: 38px;}
} 

@media (max-width:360px){
    body{    
    background-image: url('../images/mobilebg.jpg');
}


} 