@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;
}

ul#top-list li:last-child {
    border-right:0px;
}

.mt_10 {
    margin:14px 0px 20px 30px;
}

.address-2 {
    padding: 10px 8px 0px 12px;
    background: rgba(232, 232, 232, 0.37);
    margin-bottom: 24px;
    border-radius: 4px;
    border: 1px solid gainsboro;
    margin-top: 20px;
    float: left;
    height:601px;
}

.address-2 h2 {
    font-family: 'Oswald', sans-serif;
    font-size: 17px !important;
    font-weight: 600 !important;
}

.address-2 span {
    font-family: 'Oswald', sans-serif;
    font-size: 17px;
    color:#41A5FB;
    font-weight: 600;
}

.address-2 img {
    border: 2px solid;
    border-radius: 4px;
    border-color:#41A5FB;
}

.call i {
	float: left;
    font-size: 52px;
    color: #1F59AB;
    margin-right: 10px;}

.call {
    font-family: 'Roboto', sans-serif;
    padding: 5px 0px;
    overflow: auto;
}

.call a {
	color:#333;
	text-decoration:none;
}

.mob-icon {
	float: left;
    color: #1F59AB;
    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:#1F59AB;
 	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;
}

.left-sidebar {
	
}



.left-sidebar img{
	margin-bottom:20px;
	
}

.left-sidebar h3 {
	font-family: 'Oswald', sans-serif;
	font-weight:600;
	font-size: 21px;
	line-height: 30px;
	text-transform:uppercase;
	color:#5b5b5b;
	margin:0px 0px 15px 0px;
    padding-bottom: 15px;
	background:url(../images/title_stroke.jpg) no-repeat bottom left;
	
}

.left-sidebar p {
	font-family: 'Questrial', sans-serif;
}

.right-sidebar {
	
}

.white-box {
	background:#fff;
	padding:20px;
	border:1px solid #cccaca;
	box-shadow: 0px 3px 0px #D0D0D0;
    margin-bottom: 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:last-child {
	border-bottom:0px;
}

.white-box ul li a {
	display:block;
	font-family: 'Questrial', sans-serif;
	padding:5px 10px;
	color:#6c6c6c;
	text-decoration:none;
	
}

.white-box ul li a:hover {
	background:#1e59aa;
	color:#fff;
}

.white-box p {
	font-family: 'Questrial', sans-serif;
	color:#6c6c6c;

}

.white-box p span {
	font-family: 'Oswald', sans-serif;	
	font-weight:600;
	font-size: 18px;
	color:#333;
}


.btn-grey {
	background:#9ca3ab;
	border-bottom:4px solid #6a7686;
	color:#fff;
	font-family: 'Roboto', sans-serif;
	font-size:12px;
	font-weight:600;
	text-align:center;
	padding:10px 15px;
	
	
}


.addres strong {
	font-family: 'Roboto', sans-serif;
    font-size: 16px;
    font-weight: 800;
    color:#1F59AB;
}

.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%;
}


.btn-grey:hover {
	color:#fff;
	text-decoration:none;
	background:#354354;
}

/*FOOTER MAIN CSS STARTS FROM HERE*/

#footer_main {
	background:#3D4045;
	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: #848484;
}

#footer_main ul li span {
	color:#E6E6E6;
}

#footer_main ul li a {
	color: #848484;
	text-transform:uppercase;
}

#footer_caption {
	padding: 10px 0px;
    font-size: 13px;
    color:#848484;
    background:#3D4045;
    text-transform: uppercase;
    font-family: 'Roboto', sans-serif;
    border-top: 1px solid #616161;
}

#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%
}

	
}

