@charset "utf-8";
@import url(https://fonts.googleapis.com/css?family=Roboto+Slab:400,700|Roboto:400,500,700);
@import url(https://fonts.googleapis.com/css?family=Oswald:400,700|Questrial);
/*

font-family: 'Roboto Slab', serif;

font-family: 'Roboto', sans-serif;

font-family: 'Oswald', sans-serif;

font-family: 'Questrial', sans-serif;

*/
.offset-0 {
	padding-left:0px;
	padding-right:0px;
}

.mb-50 {
	margin-bottom:50px !important;
}

/* Main Header Css Starts from here*/

#main-header {
	background:#fff;
}

.logo {
	padding:25px 0px;
	text-align:center;
	
}

.call-language {
	color:#fff;
	font-family: 'Roboto', sans-serif;
}

.call-id {
	color:#FFF;
	float: right;
	padding:10px 5px;
	border-right: 1px solid #CACACA;
	
}

.call-id h5 {
	margin: 0px;
    text-transform: uppercase;
    padding: 3px 0px;
    font-size: 13px;
	line-height: 18px;
    color: #a0a0a0;
	float: left;
}

.call-id h5 span {
	font-size: 15px;	
	color:#333;
}


ul#top-list {
    margin: 0px;
    padding: 0px;
    float: right;
}


ul#top-list li {
    width: 170px;
    list-style: none;
    float: left;
    padding: 0px 10px;
    border-right: 1px solid #D6D6D6;
}

.call {
    font-family: 'Roboto', sans-serif;
    padding: 5px 0px;
    overflow: auto;
}

.call a {
	color:#333;
	text-decoration:none;
}


.call i {
    float: left;
    font-size: 42px;
    color:#97CC98;
    margin-right: 10px;
}


ul#top-list li:last-child {
    border-right: 0px;
}

.mt_10 {
    margin-top: 10px;
}

.mob-icon {
	float: left;
    color: #97CC98;
    margin-right: 10px;
	font-size: 44px;
    line-height: 0px;
	}

.language-select {
	float:right;
	padding:15px 10px 10px 10px;
	color: #333;
	text-align: center;

}

.language-select select {
 	background:#97CC98;
 	color:#fff;
 	padding:7px 0px;	
	text-transform:uppercase;
	font-weight:500;
}


.top-nav {
	background:#03C;
	color:#FFF;	
}


/* MAIN CENTER CONTENT CSS STARTS FROM HERE*/

#center-content {
	background:#fff;
	padding:40px 0px;
	color:#333;
}

#center-content-2 {
	background:#EBFFEA;
	padding:40px 0px;
	color:#333;
}


.addres i {
	float: left;
    width: 21px;
    padding: 0;
    margin: 0;
    height: 23px;
	color: #9ACC99;
}

.addres{
	border:1px solid #333;
	border-radius: 6px;
	background:#FFF;
}

.addres h5 {
	text-align: center;
    font-family: 'Oswald', sans-serif;
    font-weight: 600;
    font-size: 21px;
    line-height: 30px;
    color: #FFF;
    margin: 0px;
    padding: 7px 0px 5px;
    border-radius: 0px;
    background: #9ACC99;
	border-bottom: 1px solid black;

}


.addres h5:hover {
	background:#FFF;
	color:#000;
}


.inner-addres{
	padding:19px;
}



.left-sidebar h3,  .right-sidebar h3{
	font-family: 'Oswald', sans-serif;
	font-weight:600;
	font-size: 21px;
	line-height: 30px;
	color:#333;
	margin:0px;
    padding-bottom: 15px;
	
}

.left-sidebar h2,  .right-sidebar h2{
	font-family: 'Oswald', sans-serif;
	font-weight:600;
	font-size:18px;
	line-height: 30px;
	color:#333;
	margin:0px;
    padding-bottom: 15px;
	
}

.white-box {
    background: #fff;
    padding: 20px;
    border: 1px solid #cccaca;
    box-shadow: 0px 3px 0px #D0D0D0;
    margin-bottom: 20px;
    margin-top: 20px;
}

.white-box h4 {
    font-family: 'Oswald', sans-serif;
    font-weight: 600;
    font-size: 18px;
    margin: 0px;
    padding-bottom: 20px;
    color: #333;
    text-transform: uppercase;
}

.white-box ul {
    margin: 0px;
    padding: 0px;
    list-style: none;
}

.white-box ul li {
    border-bottom: 1px solid #e2e1e1;
}

.white-box ul li a {
    display: block;
    font-family: 'Questrial', sans-serif;
    padding: 5px 10px;
    color: #6c6c6c;
    text-decoration: none;
    font-size: 15px;
}

.white-box ul li a:hover {
	    color: #9ACC99;
}

.left-sidebar h4 , .right-sidebar h4{
	font-family: 'Oswald', sans-serif;
	font-weight:600;
	font-size:23px;
	line-height: 30px;
	color:#333;
	margin:0px;
    padding-bottom: 15px;
	
}

.addres strong {
	font-family: 'Roboto', sans-serif;
    font-size: 16px;
    font-weight: 800;
    color:#97CC98;
}

.form {	
	font-family: 'Roboto', sans-serif;
    font-size: 12px;
    position: relative;
    outline: 0;
    padding:6px 8px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    color: #8c8c8c;
    border: 1px solid #eee;
    background: #fff;
    -moz-box-box-shadow: inset 0 0 0 1px #fff,1px 2px 0 #eee;
    -webkit-box-shadow: inset 0 0 0 1px #fff,1px 2px 0 #eee;
    box-shadow: inset 0 0 0 1px #fff,1px 2px 0 #eee;
    width: 100%;
}

#margin {
	height:33px;
	width:100%;
}


.left-sidebar p {
	font-family: 'Questrial', sans-serif;
}

.right-sidebar {
	
}



/*FOOTER MAIN CSS STARTS FROM HERE*/

#footer_main {
	background:#9ACC99;
	font-family: 'Roboto', sans-serif;
	padding:20px 0px;
}

#footer_main h4 {
	font-weight:600;
	margin-bottom: 15px;
	letter-spacing: 1px;
    color: #fff;
	font-size: 15px;;
}

#footer_main ul {
	margin:0px;
	padding:0px;
	list-style:none;
}

#footer_main ul li {
	font-size: 13px;
    font-weight: 500;
    padding: 5px 0px;
    color:#3E733D;
}

#footer_main ul li span {
	color:#FFF;
}

#footer_main ul li a {
	color:#3E733D;
	text-transform:uppercase;
}

#footer_caption {
	padding: 10px 0px;
    font-size: 13px;
    color:#3E733D;
    background:#9ACC99;
    text-transform: uppercase;
    font-family: 'Roboto', sans-serif;
    border-top: 1px solid #B3F3B2;
}

#footer_caption h5 {
	float: left;
    margin: 0;
    padding: 0px 8px;
}

#footer_caption img {
	margin-left:9px;
}

#footer_caption ul {
	margin:0px;
	padding:0px;
	overflow: auto;
	list-style:none;
}

#footer_caption ul li {
	float:left;
}

#footer_caption ul li a {
	padding: 0px 4px;
}


/* media query*/
@media (max-width:768px) {
.logo {
	padding:10px 0px;
}

.call-language {
	    width: 100%;
		}

.call-id {
	width:50%
}

.language-select {
	width:50%
}

	
}

