@import url('https://fonts.googleapis.com/css?family=Roboto+Condensed:300,400,700');

 @charset "utf-8";

/* CSS Document */



html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kb d, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, input, textarea, select, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {

	margin: 0;

	padding: 0;

	outline: 0;

	font-family: 'Roboto Condensed', sans-serif;

}

a {

	text-decoration: none !important;

}

.trs {

	-webkit-transition: all .3s ease-in-out;

	-moz-transition: all .3s ease-in-out;

	-ms-transition: all .3s ease-in-out;

	-o-transition: all .3s ease-in-out;

	transition: all .3s ease-in-out;

}

.placeholder {

	color: #999;

}

::-webkit-input-placeholder {

 color: #999;

}

:-moz-placeholder {

 color: #999;

}

.top {

	width: 100%;

	height: auto;

	padding: 0;

	float: left;

	background: #172E54;

}

.top span {

	color: #fff;

	float: right;

	padding: 3px 10px;

}

.top_phone {

	font-family: 'Roboto Condensed', sans-serif;

	font-size: 14px;

	font-weight: 400;

	color: #fff;

	padding: 6px 10px;

	text-align: center;

	height: auto;

	float: right;

	text-transform:uppercase;

	border-left: 1px solid #005B88;

	border-right: 1px solid #005B88;

}

.search {

	font-family: 'Roboto Condensed', sans-serif;

	font-size: 15px !important;

    width: 10px;

    box-sizing: border-box;

    border-left: 1px solid #005B88;

	border-right: 1px solid #005B88;

	border-bottom:none;

	border-top:none;

	background-color: #074E71 !important;

    background-image: url(../images/search.png);

    background-position: 10px 10px; 

    background-repeat: no-repeat;

	position: absolute;

    padding: 6px 0px 6px 40px;

    -webkit-transition: width 0.4s ease-in-out;

    transition: width 0.4s ease-in-out;

	color:#FFF;

}

.search:focus {

    width: 35%;

}

/*------------------- logo_container -------------------*/



.logo_container {

	background: #FFF;

	width: 100%;

	padding: 6px 0;

	float: left;

}

.top_phone h4 {

	width: 100%;

	font-family: 'Roboto Condensed', sans-serif;

	font-size: 15px;

	font-weight: 400;

	float: left;

	color: #333;

	line-height: 20px;

	margin: 15px 0;

	padding: 0 0 0 30px;

	background: transparent url(../images/phone.png) no-repeat left center;

}

.top_phone h4 span {

	width: 100%;

	float: left;

	font-size: 14px;

	color: #333;

	font-weight: 300;

}

.translater {

	text-align: right;

	margin: 60px 0 10px 0;

}

.tag{

    margin: 60px 0 10px 0;

}

.menu {

	width: 100%;

	height: auto;

	float: left;

	display: block;

	background: #172e54;

	z-index: 9999;

	position: relative;

	border-bottom: 3px solid #d10101;

}

.menu i {

	font-size: 22px;

}

.home {

	padding: 13px !important;

}

.home span {

	display: none;

}

.banner {

	width: 100%;

	height: auto;

	float: left;

	display: block;

	border-bottom: 2px solid #FFF;

	box-shadow: 2px 3px 5px rgba(0, 0, 0, 0.2);

	position: relative;

}

/************************* welcome *************************/



.welcome {

	display: block;

	float: left;

	width: 100%;

	height: auto;

	padding: 40px 0;

	background: #FFF;

}

.welcome h1 {

	font-family: 'Roboto Condensed', sans-serif;

	font-size: 26px;

	font-weight: 700;

	color: #333;

	text-align: center;

	padding-bottom: 10px;

	text-transform: uppercase;

	border-bottom: 1px solid #fff;

}

.welcome h1 span {

	color: #d10101;

}

.welcome h4 {

	width: 100%;

	font-family: 'Roboto Condensed', sans-serif;

	font-size: 15px;

	font-weight: 400;

	line-height: 30px;

	color: #333;

	margin: 0;

	padding: 0;

	text-align: center;

	word-wrap: break-word;

}

.welcome h4 p {

	margin: 0 0 10px 0;

}

.readmore {

	width: 160px;

	float: none;

	font-family: 'Roboto Condensed', sans-serif;

	font-size: 16px;

	margin: 0 auto;

	padding: 5px 20px;

	color: #fff;

	border-right: 4px solid #d10101;

	background: #333;

    text-align:center;

	transform: translate(0px, 0px);

	-webkit-transform: translate(0px, 0px);

	-o-transform: translate(0px, 0px);

	-moz-transform: translate(0px, 0px);

	-webkit-transition: 0.5s ease-in-out;

	-moz-transition: 0.5s ease-in-out;

	-ms-transition: 0.5s ease-in-out;

	-o-transition: 0.5s ease-in-out;

	transition: 0.5s ease-in-out;

}

.readmore:hover {

	transform: translate(0px, -5px);

	-webkit-transform: translate(0px, -5px);

	-o-transform: translate(0px, -5px);

	-moz-transform: translate(0px, -5px);

}

/************************* Home_Clients *************************/



.hm_clients {

	float: left;

	width: 100%;

	height: auto;

	padding: 40px 0 0 0;

	background: url(../images/bg.jpg) no-repeat top center;

	background-attachment: fixed;

	background-position: center center;

	background-size: cover;

}

.hm_clients h1 {

	font-family: 'Roboto Condensed', sans-serif;

	font-size: 26px;

	font-weight: 700;

	color: #333;

	text-align: center;

	padding-bottom: 10px;

	text-transform: uppercase;

	border-bottom: 1px solid #999;

}

.hm_clients h1 span {

	color: #d10101;

}
.hm_testimonials {
	float: left;
	width: 100%;
	height: auto;
	padding: 40px 0 0 0;
	background: url(../images/testimonials_bg.jpg) no-repeat top center;
	background-attachment: fixed;
	background-position: center center;
	background-size: cover;
}
.hm_testimonials h1 {
    font-family: 'Roboto Condensed', sans-serif;
    font-size: 26px;
    font-weight: 700;
    color: #fff;
    text-align: center;
    padding-bottom: 10px;
    text-transform: uppercase;
    border-bottom: 1px solid #999;
}
.company {
    color: #bababa;
    font-family: 'Roboto Condensed', sans-serif;
    font-size: 16px;
    display: block;
    position: relative;
    margin: 0 18px;
    text-align: center;
    font-style: italic;
    padding: 5px 0;
}
/************************* inner_banner *************************/

.inner_banner {

    max-width: 100%;

    height: auto;

    display: block;

    border-bottom: 2px solid #FFF;

    box-shadow: 2px 3px 5px rgba(0, 0, 0, 0.2);

    position: relative;

	z-index: 90;

	float: left;

}

.inner_banner img {

    width: 100%;

}

.inner_body {

	display: block;

	float: left;

	width: 100%;

	height: auto;

	padding: 40px 0;

	background: #FFF;

}

.inner_body ul {

	

    padding: 0 0 0 15px !important;

}

.inner_body ul li {

	

    margin: 0 0 5px 20px !important;

    font-size: 15px;

}

.inner_body p {

	

    font-size: 15px;

    line-height: 26px;

}

.inner_heading {

    font-family: 'Roboto Condensed', sans-serif;

    font-size: 24px;

    font-weight: 400;

    color: #333;

    text-align: left;

    margin:0 0 30px 0;

    padding: 0 0 15px 0;

    text-transform: capitalize;

    position: relative;

}

.inner_heading::before {

    width: 20%;

    bottom: 15%;

    left: 0;

}

.inner_heading::after {

    width: 100%;

    right: 0;

    bottom: 0;

}

.inner_heading::before, .inner_heading::after {

    position: absolute;

    background: #d10101;

    height: 1px;

    content: '';

}

.inner_body img{

    display: block;

	max-width: 100%;

	height: auto;

    padding:10px 0;

}

/************************* contact *************************/



.contact h2 {

	width: 100%;

	font-family: 'Roboto Condensed', sans-serif;

	font-size: 18px;

	font-weight: 700;

	margin: 10px 0;

	padding-bottom: 5px;

	color: #333;

	float: left;

	text-transform: uppercase;

	border-bottom: thin dotted #666;

}

.contact h3 {

	width: 100%;

	font-family: 'Roboto Condensed', sans-serif;

	font-size: 16px;

	font-weight: 700;

	margin: 10px 0 0 0;

	padding: 0;

	color: #333;

	float: left;

    text-transform: uppercase;

}

.contact p {

	width: 100%;

	font-family: 'Roboto Condensed', sans-serif;

	font-size: 15px;

	font-weight: 400;

	margin: 0;

	padding: 8px 0 0 0;

	color: #333;

	float: left;

	line-height: 27px;

}

.contact p span{

    font-size: 18px;

	font-weight: 400;

}

.contact p a{

    color: #333;

}

.contact p a:hover{

    color: #000;

}

.contact_map {

	float: left;

	width: 100%;

	height: auto;

	padding: 40px 0;

	background: url(../images/contact_bg.jpg) no-repeat top center;

	background-attachment: fixed;

	background-position: center center;

	background-size: cover;

	margin: 40px 0 -40px 0;

}

.contact_map h2 {

	width: 100%;

	font-family: 'Roboto Condensed', sans-serif;

	font-size: 14px;

	font-weight: 700;

	margin: 10px 0;

	padding-bottom: 5px;

	color: #fff;

	float: left;

	text-transform: uppercase;

	border-bottom: thin dotted #fff;

}



/************************* download *************************/

.download_box {

    float: left;

    outline: none;

    width: 100%;

    height: auto;

    margin: 5px auto;

    padding: 15px;

    border: 1px solid #ccc;

    color: #666;

    background: #f4f4f4;

}

.download_img {

    width: 300px;

    float: left;

    border: #FFF solid 2px;

    margin: 0 10px 0 0;

    box-shadow: 2px 3px 5px rgba(0, 0, 0, 0.2);

    padding: 0 !important;

}

.download_box h2 {

	width: 100%;

	font-family: 'Roboto Condensed', sans-serif;

	font-size: 17px;

	font-weight: 400;

	line-height: 24px;

	color: #333;

	margin: 0 0 5px 0;

	padding: 0 0 5px 0;

	text-align: left;

	word-wrap: break-word;

    border-bottom: 1px dotted #ccc;

}

.download_box h4 {

	width: 100%;

	font-family: 'Roboto Condensed', sans-serif;

	font-size: 15px;

	font-weight: 400;

	line-height: 26px;

	color: #333;

	margin: 0;

	padding: 10px 0;

	text-align: justify;

	word-wrap: break-word;

}

.download_btn{

    float:right;

}

/************************* search results *************************/

.search_results_box {

    float: left;

    outline: none;

    width: 100%;

    height: auto;

    margin: 5px auto;

    padding: 15px;

    border: 1px solid #ccc;

    color: #666;

    background: #fff;

}

.search_results_img {

    width: 300px;

    float: left;

    border: #FFF solid 2px;

    margin: 0 10px 0 0;

    box-shadow: 2px 3px 5px rgba(0, 0, 0, 0.2);

    padding: 0 !important;

}

.search_results_box h2 {

	width: 100%;

	font-family: 'Roboto Condensed', sans-serif;

	font-size: 18px;

	font-weight: 400;

	line-height: 24px;

	color: #333;

	margin: 0 0 5px 0;

	padding: 0 0 5px 0;

	text-align: left;

	word-wrap: break-word;

    border-bottom: 1px dotted #ccc;

}

.search_results_box a h2 {

	color: #333;

}

.search_results_box a:hover h2 {

	color: #ff0000;

}

.search_results_box h4 {

	width: 100%;

	font-family: 'Roboto Condensed', sans-serif;

	font-size: 15px;

	font-weight: 400;

	line-height: 26px;

	color: #333;

	margin: 0;

	padding: 10px 0;

	text-align: justify;

	word-wrap: break-word;

}



/************************* testimonials *************************/

.testimonials_box {

    float: left;

    outline: none;

    width: 100%;

    height: auto;

    margin: 5px auto;

    padding: 15px;

    border: 1px solid #ccc;

    color: #666;

    background: #f4f4f4;

}

.testimonials_img {

    display: block;

    width: 150px;

    margin: 0 10px 0 0;

    border: 2px solid #fff;

    padding: 0 !important;

    float: left;

    -moz-border-radius: 50%;

    -webkit-border-radius: 50%;

    border-radius: 50%;

}

.testimonials_box h2 {

	width: 100%;

	font-family: 'Roboto Condensed', sans-serif;

	font-size: 17px;

	font-weight: 400;

	line-height: 24px;

	color: #333;

	margin: 0 0 5px 0;

	padding: 0 0 5px 0;

	text-align: left;

	word-wrap: break-word;

}

.testimonials_box h4 {

	width: 100%;

	font-family: 'Roboto Condensed', sans-serif;

	font-size: 15px;

	font-weight: 400;

	line-height: 26px;

	color: #333;

	margin: 0;

	padding: 0;

	text-align: justify;

	word-wrap: break-word;

}

/************************* footer *************************/



.footer {

	width: 100%;

	float: left;

	padding: 30px 0;

	margin: 0;

	background: #09131D;

}

.footer h1 {

	width: 100%;

	font-family: 'Roboto Condensed', sans-serif;

	font-size: 18px;

	font-weight: 700;

	margin-bottom: 10px;

	padding-bottom: 5px;

	color: #E7E7E7;

	float: left;

	text-transform: uppercase;

	border-bottom: thin dotted #666;

}

.footer h2 {

	width: 100%;

	font-family: 'Roboto Condensed', sans-serif;

	font-size: 18px;

	font-weight: 400;

	margin: 7px 0 5px 0;

	padding: 0;

	color: #E7E7E7;

	float: left;

}

.footer p {

	width: 100%;

	font-family: 'Roboto Condensed', sans-serif;

	font-size: 14px;

	font-weight: 400;

	margin: 0;

	padding-bottom: 5px;

	color: #aaa;

	float: left;

	line-height: 23px;

}

.footer ul {

	padding: 0;

	margin: 0;

	float: left;

	list-style: none;

	width: 100%;

}

.footer ul li {

	float: left;

	display: block;

	width: 100%;

}

.footer ul li a {

	padding-left: 15px;

	margin: 3px 0;

	width: 100%;

	line-height: 21px;

	float: left;

	list-style: none;

	width: 100%;

	border-bottom: 1px dotted #666;

	color: #aaa;

	background: url(../images/foot_link_bg.png) no-repeat left top;

	font-family: 'Roboto Condensed', sans-serif;

	text-align: left;

	font-size: 14px;

	text-decoration: none;

	-webkit-transition: 0.7s ease-in-out;

	-moz-transition: 0.7s ease-in-out;

	-ms-transition: 0.7s ease-in-out;

	-o-transition: 0.7s ease-in-out;

	transition: 0.7s ease-in-out;

}

.footer ul li a:hover {

	color: #fff;

	background: url(../images/foot_link_bg.png) no-repeat left bottom;

}

.footer ul li .active {

	color: #fff;

	background: url(../images/foot_link_bg.png) no-repeat left bottom;

}

.footer_map {

	width: 100%;

	margin: 8px 0 0 0;

	float: left;

}

.send_btn {

	width: 100%;

	font-family: 'Roboto Condensed', sans-serif;

	float: left;

	display: block;

	font-size: 14px;

	color: #fff;

	font-weight: 400;

	text-align: center;

	padding: 6px 20px;

	margin: 0;

	position: relative;

	background: #ed1c24;

	border: none;

}

.send_btn:hover {

	background: #900000;

	color: #fff;

	text-decoration: none;

}

.send_btn:focus {

	color: #fff;

	text-decoration: none;

}

.connect {

	width: 100%;

	height: auto;

	float: left;

	margin: 0;

	padding: 20px 0;

	background: #19232C;

}

.connect h2 {

	width: 100%;

	font-family: 'Roboto Condensed', sans-serif;

	font-size: 24px;

	float: left;

	text-align: center;

	color: #fff;

	font-weight: 400;

	margin: 0 0 20px 0;

}

.connect h3 {

	width: 100%;

	font-family: 'Roboto Condensed', sans-serif;

	font-size: 17px;

	float: left;

	text-align: center;

	color: #fff;

	font-weight: 400;

	margin: 25px 0 0 0;

}

.footer_social {

	width: 350px;

	float: none;

	margin: 26px auto 0 auto;

	display: block;

	text-align: center;

	border-bottom: solid thin #fff;

	padding: 0 0 20px 0;

}

.trs2 {

	-webkit-transition: 0.7s ease-in-out;

	-moz-transition: 0.7s ease-in-out;

	-ms-transition: 0.7s ease-in-out;

	-o-transition: 0.7s ease-in-out;

	transition: 0.7s ease-in-out;

	padding: 0 5px;

}

.twt:hover img {

	-webkit-transform: rotateY(360deg);

	-moz-transform: rotateY(360deg);

	-o-transform: rotateY(360deg);

	-ms-transform: rotateY(360deg);

}



/************************* address *************************/



.address {

	width: 100%;

	float: left;

	padding: 30px 0;

	margin: 0;

	background: #09131D;

}

.address h2 {

	width: 100%;

	font-family: 'Roboto Condensed', sans-serif;

	font-size: 18px;

	font-weight: 700;

	margin: 10px;

	padding: 0;

	color: #E7E7E7;

	float: left;

	text-align:center;

	text-transform: uppercase;

}

.address p {

	width: 100%;

	font-family: 'Roboto Condensed', sans-serif;

	font-size: 16px;

	font-weight: 400;

	margin-bottom: 10px;

	padding-bottom: 5px;

	color: #E7E7E7;

	float: left;

	text-align:center;

}



/************************* copyright *************************/



.copyright {

	width: 100%;

	height: auto;

	float: left;

	background: #000;

	padding: 10px 0;

	margin: 0

}

.copyright h2 {

	width: 100%;

	font-family: 'Roboto Condensed', sans-serif;

	font-size: 15px;

	float: left;

	text-align: center;

	color: #818182;

	font-weight: 400;

	margin: 5px 0;

	line-height: 30px;

}

.copyright h3 {

	width: 100%;

	font-family: 'Roboto Condensed', sans-serif;

	font-size: 15px;

	float: left;

	text-align: right;

	color: #818182;

	font-weight: 400;

	margin: 5px 0;

}

.copyright h3 a {

	color: #818182;

}

.copyright h3 a:hover {

	color: #fff;

}



@media screen and (min-width: 200px) and (max-width: 1199px) {

.home {

	padding: 13px;

}

.home span {

	display: block;

}

.menu i {

	display: none;

}

}



@media screen and (min-width: 200px) and (max-width: 991px) {



.copyright h2, .copyright h3 {

	text-align: center;

}

.footer h1 {

	margin: 20px 0 10px 0;

}

.contact_box {

    margin-bottom:30px;

}

}



@media screen and (min-width: 200px) and (max-width: 767px) {

.footer h1, .footer h2, .footer p, .footer ul li a, .footer ul li a:hover, .footer ul li .active {

   text-align:center;

   background:none;

}

.logo, .tag, .translater {

	text-align: center;

    margin: 10px 0;

}

.logo img {

	margin: 0 auto;

}

.contact_map h2 {

    margin: 20px 0;

}

}



@media screen and (min-width: 200px) and (max-width: 650px) {



.top_phone,.search,.search:focus {

	width: 100%;

	position: relative;

	border: none;

    margin: 10px 0;

}

.download_img {

    width: 100%;

	margin: 0 0 10px 0;

}

.download_btn{

    float:none;

}

.footer_social {

	width: 200px;

}

.footer_social a img {

	padding: 10px 5px;

}

}



@media screen and (min-width: 200px) and (max-width: 400px) {

.testimonials_img {

    width: 100%;

	margin: 0 0 10px 0;

}

.testimonials_box h2 {

    text-align:center;

    padding:10px 0;

}

}