
body {
	color: #000000;
	-webkit-font-smoothing: antialiased;
	width: 100%;
	font-size:15px;
	font-family: 'Merriweather', serif;	
}


/*==========================================
PRE LOADER 
==========================================*/

.top-margin {
	margin-top: 96px;
}
.bottom-margin {
	margin-bottom: 96px;
}
img{max-width:100%;}
textarea,
input[type="text"],
input[type="password"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"],
input[type="color"],
.uneditable-input {
  outline: none;
}
.form-control {
	border: 0px solid transparent;
	font-size: 16px;
	font-family: 'Merriweather', serif;	
	height: 45px;
	border-bottom:1px solid #ddd;
	background-color: rgba(255, 255, 255, 0);
	border-radius:0;
	-webkit-box-shadow:0;
	box-shadow:inset 0 0px 0px rgba(0,0,0,0.075);
}
.form-control:focus {
	border-color: #999999;
	outline: 0;
	-webkit-box-shadow: none;
	box-shadow: none;
}
p {
	font: normal 16px 'Merriweather', arial, sans-serif;
}

h1,h2,h3,h4,h5,h6 { color: #000000;}

h1 {
	font-size: 48px;
	line-height: 50px;
	font-weight: 500;
	font-family: 'Merriweather', serif;
	text-transform: uppercase;
}

h2 {
	font-size: 40px;
	line-height: 38px;
	font-weight: 100;
	font-family: 'Merriweather', serif;
	margin: 0;
}

h3 {
	font-size: 30px;
	line-height: 32px;
	font-weight: 600;
	font-family: 'Merriweather', serif;
	text-transform: uppercase;
	margin: 0;
}


h4 {
	font-size: 24px;
	line-height: 26px;
	font-weight: 600;
	font-family: 'Merriweather', serif;
	text-transform: uppercase;
	}

h5 {
	font-size: 20px;
	line-height: 22px;
	font-weight: 600;
	font-family: 'Merriweather', serif;
	text-transform: uppercase;
	margin: 0;
	text-decoration: none;
}

h6 {
	font-size: 18px;
	line-height: 20px;
	font-weight: 600;
	font-family: 'Merriweather', serif;
	text-transform: uppercase;
	margin: 0;
	text-decoration: none;
}
ul{
	margin:0;
	padding:0;
	list-style:none;
}

a:hover{
	text-decoration:none;
}
.btn {
	border: 1px solid #000000;
	display: inline-block;
	min-width: 100px;
	padding: .9em;
	height: 50px;
	text-align: center;
	color: #000000;
	font-style: normal;
	letter-spacing: 1px;
	margin: 0;
	font-size: 16px;
	font-weight: 300;
	border-radius:0;
	margin-top:30px;
}
.btn:hover {
	background-color: transparent;
	color: #000;
	text-decoration: none;
}

.pink-btn {
	background: #e0356e;
	border: none;
	margin-left: 10px;
}

.pink-btn:hover {

	background-color: #f79b23;
	color: #fff;
	text-decoration: none;
}
.sections {
    padding-top: 80px;
    padding-bottom: 80px;
    position: relative;
    overflow: hidden;
	
}
.separetor{
	background:url(../images/spr.png) no-repeat center center;
	overflow:hidden;
	padding:20px 0px 30px 0px;
}
.scrolldown {
	padding-top: 24px;
}

.banner .scroll_btn {
	background: url(../images/scroll.gif) 50% 50% no-repeat rgba(215, 181 ,94, 0);
	border: 2px solid #fff;
	border-radius: 50%;
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
	display: block;
	height: 45px;
	margin: 42px auto;
	-webkit-transition: all 500ms ease-in-out 0s;
	-moz-transition: all 500ms ease-in-out 0s;
	-ms-transition: all 500ms ease-in-out 0s;
	-0-transition: all 500ms ease-in-out 0s;
	transition: all 500ms ease-in-out 0s;
	width: 45px;
	position:absolute;
	left:50%;
	bottom:0;
}

.banner .scroll_btn:hover {
	background: url(../images/scroll.gif) 50% 50% no-repeat #f3c30f;
	opacity: .85;
	-moz-opacity: .85;
	-o-opacity: .85;
	-webkit-opacity: .85;
	transform: scale(1.1);
	-webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
	-o-transform: scale(1.1);

}



/* navbar section */
.menu-scroll {
    padding-top: 0px;
    padding-bottom: 0px;
    position: fixed;
    top: 0; 
	left: 0; 
	right: 0; 
	z-index: 300;
    box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
    -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
    background-color: #fff;
	height:80px;
	
}
.main_menu_bg{
	margin-top:0px;
}
.main_menu_bg .navbar-default {
    background-color: transparent; 
    border-color: transparent; 
	transition:.6s;
}
.container-fluid {
    margin-top: 20px;
}
.navbar-default .navbar-nav>li>a:hover, .navbar-default .navbar-nav>li>a:focus{
	color:#000000;
}
.main_menu_bg .navbar {
    margin-bottom:0px;
}
.main_menu_bg .navbar-default .navbar-nav>.active>a{
	border:1px solid transparent;
}
.main_menu_bg .navbar-default .navbar-nav>.active>a, .navbar-default .navbar-nav>.active>a:hover, .navbar-default .navbar-nav>.active>a:focus{
	color:#000000;
	background-color:transparent;
	border:1px solid #000;
	text-transform:uppercase;
}

.main_menu_bg .navbar-nav>li>a{
	padding-top:10px;
	padding-bottom:10px;
}



/* Banner section */

.banner{
	background:url(../images/bannerbg.jpg) no-repeat;
	position:relative;
	background-size:cover;
}

.main_banner_area{
	padding:120px 0px;
	overflow:hidden;
}

.single_banner_text p{
	    font-size: 20px;
    color: #000000;
    font-family: 'Merriweather', serif;
    padding: 0 25px;
}




/* features section */
.features{
	background:#f3c30f;
}

.sinle_features{
	margin:10px 0px;
}

.sinle_features img{
	margin-bottom:25px;
}
.sinle_features h5{
	margin-bottom:20px;
	color:#000000;
	font-weight:700;
	font-size:18px;font-family: 'Merriweather', serif;
}
.sinle_features p{
	    text-align: justify;
    color: #000000;
    font-weight: 300;
    font-size: 13px;
    font-family: 'Merriweather', serif;
    padding: 0 10px;s
}

/* Special Section */
.special{}

.main_special{
    padding-bottom: 100px;
    overflow: hidden;	
}

.single_text{
	padding:0;
	
}



.single_special_desp{
	background:#ffffff;
	padding:50px 20px;
	width:100%;
	height:100%;
	transition:.6s;
}
.overlay_separetor {
    border-bottom: 2px solid #000;
    padding-bottom: 10px;
    width: 50%;
    margin: 0 auto;
}
.single_special_desp h5{
	color:#000;
	font-size:16px; font-weight:700; 
	text-align:left;
}
.single_special_desp h5 span{
	color:#000;
	font-size:11px; font-weight:500; clear:both; text-transform:capitalize; width:100%;
	
}
.single_special_desp  p{
	color:#000;
	font-size:12px;
	font-weight:300;
	margin-top:0px; text-align:left;
}


/* Abouts Section */
.head_title{
	padding-bottom:20px;
}
.abouts{
	background:#eeefef url(../images/about-bg.jpg)  fixed bottom  right no-repeat; background-size:100%;

}

.single_abouts p {
    font-size: 14px;
    font-weight: 300;
    text-align: justify;
    font-family: 'Merriweather', serif;
    margin-bottom: 20px;
    line-height: 25px;
}
.signature_img{}


/* Menus Section */
.main_menus{
	overflow:hidden;
}
.menus_top_menu{
	margin-bottom:50px;
}
.menus_top_menu li{
	display:inline-block;
}
.menus_top_menu a{
	border:1px solid transparent;
	color:#000000;
	padding:5px 10px;
	display:block;
	transition:.6s;
}
.menus_top_menu a:hover{
	border:1px solid #b1b1b1;
	color:#000;
	padding:5px 10px;
	display:block;	
}

.single_menus{
	padding-bottom:60px;
}
.single_menus ul li{
	margin-bottom: 35px;
	font-size:18px;
	font-weight:300;
}
.single_menus ul li span{
	font-size:14px;
	font-style:italic;
	font-weight:300;
	display:block;
}


/* Contact Section */

.main_contact_content{
	
}
.single_contact{
    margin-bottom: 80px;
	margin-left:10px;
}
.single_contact h5{
	margin-bottom:10px;
}
.single_contact span{
	display:block;
}
.single_contact span a{ color:#767676 !important;	}
	

.contact_form_area h3{
	font-size:18px;
	text-transform:uppercase;
	padding:12px;
	margin-bottom:20px;
}
.form_btn_area{
	
}



/* footer section */
.footer{
	background: url(../images/contact.jpg) no-repeat center top;
	background-size:cover;
	padding-top:80px;
}

.copyright_text_area{
    display: block;
    padding: 40px 0px 20px 0px;
    overflow: hidden;
    width: 100%;
    margin-top: 60px;
}
.single_footer p{
	padding:5px;
}
.single_footer p i{
	color:#ff0000;
	padding:0px 10px;
}
.single_footer p a {
	color:green;
	padding:0px 10px;
}

.single_footer .footer_socail a{
	border:1px solid #000;
	padding:5px;
	font-size:20px;
	width:30px;
	height:30px;
	display:inline-block;
	color:#000;
	line-height:20px;
	text-align:center;
}
.single_footer .footer_socail a:hover{
	color:#000000;
	border-color:#000000;
	
}
.form-control{ color:#000 !important;}

/* scrollup */

.scrollup{
	width: 30px;
	height: 30px;
	border-radius: 15px;
	opacity: .3;
	position: fixed;
	bottom: 20px;
	right: 25px;
	color: #fff;
	cursor: pointer;
	background-color: #000;
	z-index: 1000;
	transition: opacity .5s, background-color .5s;
	-moz-transition: opacity .5s, background-color .5s;
	-webkit-transition: opacity .5s, background-color .5s;
}

.scrollup:hover {
	background: #000;
	opacity: 1;
}

.scrollup i {
	font-size: 13px;
	position: absolute;
	opacity: 1;
	color: #fff;
	left: 50%;
	top: 50%;
	margin-top: -7px;
	margin-left: -6px;
	text-decoration: none;

}
/* Abouts Section */
.head_title{
	padding-bottom:20px;
}
.head_title h2{ color:#000000;}
#faq	{
	background: #999 url(../images/faq1.jpg) right	 fixed;

}


/* Style the buttons that are used to open and close the accordion panel */
.accordion {
    background-color: #9eb606		;
    color: #ffffff;
    cursor: pointer;
    padding:10px 18px;
    width: 100%;
    text-align: left;
    border: none;
    outline: none;
    transition: 0.4s;
}

/* Add a background color to the button if it is clicked on (add the .active class with JS), and when you move the mouse over it (hover) */
#faq .active, #faq .accordion:hover {
    background-color: #ee4136; color:#FFF;
}

/* Style the accordion panel. Note: hidden by default */
.panel {
    padding: 12px 18px;
    background-color: #fefefe;
     font-size: 14px;
    font-weight: 300;
    text-align: justify;
    font-family: 'Merriweather', serif;
    margin-bottom: 5px;
    line-height: 25px;
}
    




@media (min-width: 320px) and (max-width: 480px) {
 p{ font-size:14px;}   
  .menu-scroll {
    
	height:auto;
	
} 


.sections {
    padding-top: 30px;
    padding-bottom: 30px;
    position: relative;
    overflow: hidden;
}
.banner{ 
	background:url(../images/bannerbg-mob.jpg) no-repeat; background-size:100%;
	
} 
.main_banner_area{
	padding-top:120px !important;
	overflow:hidden; padding-bottom:0px !important; background: rgba(254, 254, 254, 0.8)
}
h2{ font-size:32px;}
.single_abouts p{ font-size:14px; line-height:20px;}
.head_title{padding-bottom: 10px;}
.footer{
		background: url(../images/contact-mob.jpg) no-repeat left top; background-size: auto;
	padding-top:20px; 
} 

.single_contact{ margin-left:0 !important;}
.main_menu_bg .navbar-default {
    background-color: #ffffff; }
    	
.form-control::placeholder{ color: #000;
opacity: 1;}
.single_footer p{ color:#000000;}
.abouts{
	background:#eeefef url(../images/about-mob.jpg) right no-repeat; background-size: cover;

}
.main_abouts p{ color:#000000;}
.box{ width:100% !important; padding:0; margin:0; float:left;}

}

.nav>li>a {
    position: relative;
    display: block;
    padding: 10px 15px !important;
    text-transform: uppercase !important;
}

.nav>li>a:hover{ background:none !important;}
.box{ width:25%; padding:0; margin:0; float:left;}
.box img{ width:100%;}
.navbar-default .navbar-nav>li>a {
    color: #000 !important;
}
.form-control::placeholder{ color:#000;}