/*
Author: W3layout
Author URL: http://w3layouts.com
License: Creative Commons Attribution 3.0 Unported
License URL: http://creativecommons.org/licenses/by/3.0/
*/
/* reset */
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,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,u,i,dl,dt,dd,ol,nav ul,nav li,fieldset,form,label,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;border:0;font-size:100%;font:inherit;vertical-align:baseline;}
article, aside, details, figcaption, figure,footer, header, hgroup, menu, nav, section {display: block;}
ol,ul{list-style:none;margin:0;padding:0;}
blockquote,q{quotes:none;}
blockquote:before,blockquote:after,q:before,q:after{content:'';content:none;}
table{border-collapse:collapse;border-spacing:0;}
/* start editing from here */
a{text-decoration:none;}
.txt-rt{text-align:right;}/* text align right */
.txt-lt{text-align:left;}/* text align left */
.txt-center{text-align:center;}/* text align center */
.float-rt{float:right;}/* float right */
.float-lt{float:left;}/* float left */
.clear{clear:both;}/* clear float */
.pos-relative{position:relative;}/* Position Relative */
.pos-absolute{position:absolute;}/* Position Absolute */
.vertical-base{	vertical-align:baseline;}/* vertical align baseline */
.vertical-top{	vertical-align:top;}/* vertical align top */
.underline{	padding-bottom:5px;	border-bottom: 1px solid #eee; margin:0 0 20px 0;}/* Add 5px bottom padding and a underline */
nav.vertical ul li{	display:block;}/* vertical menu */
nav.horizontal ul li{	display: inline-block;}/* horizontal menu */
img{max-width:100%;}
/*end reset*/
body{
	font-family:Arial, Helvetica, sans-serif;
	background:url(../images/body_bg3.jpg);
}
.wrap{
	width:1000px;
	margin:0 auto;
	background:#FFF;
	box-shadow:0px 0px 8px #222;
}
.header_top{
	background:#fff;
	border-bottom:5px solid #055D99;
	padding:10px 0;
}
.logo{
	float:left;
	padding:0px 0px;
	font-family:'Doppio One', sans-serif;
}
.logo h1{
	font-size:45px;
	color:#FFF;
	/*background:url(../images/logo_img.png) no-repeat -5px 10px;*/
	padding-left:45px;
}
.logo h2{
	padding-left: 80px;
	font-size: 18px;
	color: #FFF;
	margin-bottom: -74px;
	margin-top: -8px;
}
.menu{
	float:right;
	padding:50px 0;
	margin-right:10px;
}
.menu li{
	display:inline-block;
	float:left;	
}
.menu li a{
	font-family:'Doppio One', sans-serif;
	color:#97c329;
	font-size:14px;
	padding:15px;
}
/*.menu li a:hover{
	background:#05578F;
}*/
/*.menu li.active a{
	background:#05578F;
}*/
.header_bottom_left{
	float:left;
	width:415px;
}
.header_bottom_img{
	float:left;
	width:200px;
}
.header_bottom_img2{
	float:left;
	width:200px;
	margin-left:15px;
}
.header_bottom_left_images{
	position:relative;
	margin-top:10px;
	box-shadow: 0px 0px 3px rgb(150, 150, 150);
}
.header_bottom_left_images h3{
	padding:4px 5px;
	background:#888;
	color:#FFF;
	font-size:20px;
	font-family:'Doppio One', sans-serif;
	cursor:pointer;
}
.header_bottom_left_images h3:hover{
	background:#d14ab4;
}
.header_bottom_left_images h3 img{
	position:absolute;
	right:10px;
	bottom:8px;
}
.header_bottom_right_images{
	float:left;
}
.content{
	padding:0 30px;
}
.content h2{ 
	font-size:25px;
	color:#3287c1;
	padding:5px 0;
	font-family:'Doppio One', sans-serif;
}
.content h2 span{
	color:#616060;
}
.content_top_images img{
	border:1px solid #EEE;
}
.content_top{
	border-bottom:1px solid #E2E2E2;
	padding:25px 0 40px;
}
.content_bottom{
	padding:30px 0;
}
.welcome_img img{
	border: 1px solid #E0E0E0;
	padding:5px;
	background: #FFF;
}
.grid1{
	width:300px;
	float:left;
}
.grid1 p span{
	font-size:12px;
	color:#FF561F;
	font-weight:bold;
}
.grid1 p{
    font-size:12px;
    color:#202020;
    line-height:1.8em;
    padding:5px 0;
}
.read_more{
	margin-top:15px;
}
.read_more h3 a{
	padding:5px;
	color:#FFF;
	font-size:12px;
	background:#1790E0 url(../images/large-button-overlay.png);
	border: 1px solid rgba(0, 0, 0, 0.25);
	text-shadow: 0 -1px 1px rgba(0, 0, 0, 0.25);
	-webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.50);
	-webkit-border-radius: 5px;
    border-radius:2px;
    font-family:'Montserrat', sans-serif;
}
.read_more h3 a:hover{
  background-color:#0675BE;
}
.read_more p a:active{
	background-color:#0998F7; 
}
.grid2{
	width:300px;
	float:left;
	margin-left:20px;	
}
.solutions_list li{
	font-size:12px;
	color:#202020;
	padding:7px 20px;
	background:url(../images/list_img.png) no-repeat 0px;
	cursor:pointer;
}
.solutions_list li:hover{
	text-decoration:underline;
}
.grid3{
	float:left;
	width:300px;	
    margin-left:20px;
}
.view{
	text-align:center;
}
.grid3 h5{
	cursor:pointer;
	    font-size:12px;
	    padding:10px;
	    border            : 1px solid #b93938;
        background        : #f45442;
        background        : url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2Y0NTQ0MiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNhMzMzMzEiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
        background        : -moz-linear-gradient(top,  #f45442 0%, #a33331 100%);
        background        : -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f45442), color-stop(100%,#a33331));
        background        : -webkit-linear-gradient(top,  #f45442 0%,#a33331 100%);
        background        : -o-linear-gradient(top,  #f45442 0%,#a33331 100%);
        background        : -ms-linear-gradient(top,  #f45442 0%,#a33331 100%);
        background        : linear-gradient(top,  #f45442 0%,#a33331 100%);
        filter            : progid:DXImageTransform.Microsoft.gradient( startColorstr='#f45442', endColorstr='#a33331',GradientType=0 );
        color             : #fff;
        text-shadow       : 0 -1px 0 rgba(0, 0, 0, 0.4); 
         -webkit-box-shadow: 0 1px rgba(255,255,255,0.2) inset, 0 2px 2px -1px rgba(0,0,0,0.3);       
         -moz-box-shadow   : 0 1px rgba(255,255,255,0.2) inset, 0 2px 2px -1px rgba(0,0,0,0.3);      
          box-shadow        : 0 1px  rgba(255,255,255,0.2) inset, 0 2px 2px -1px rgba(0,0,0,0.3);   
}
.grid3 h5:hover{
	  border            : 1px solid #b93a38;
        background        : #f55e4e;
        background        : url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2Y1NWU0ZSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNlMTQ2NDUiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
        background        : -moz-linear-gradient(top,  #f55e4e 0%, #e14645 100%);
        background        : -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f55e4e), color-stop(100%,#e14645));
        background        : -webkit-linear-gradient(top,  #f55e4e 0%,#e14645 100%);
        background        : -o-linear-gradient(top,  #f55e4e 0%,#e14645 100%);
        background        : -ms-linear-gradient(top,  #f55e4e 0%,#e14645 100%);
        background        : linear-gradient(top,  #f55e4e 0%,#e14645 100%);
        filter            : progid:DXImageTransform.Microsoft.gradient( startColorstr='#f55e4e', endColorstr='#e14645',GradientType=0 );
        color             : #fff;
        text-shadow       : 0 -1px 0 rgba(0, 0, 0, 0.4);  
    }    
.grid3 h5:active{
        border            : 1px solid #b93a38;
        background        : #f45543;
        filter            : progid:DXImageTransform.Microsoft.gradient( startColorstr='#f45543', endColorstr='#f45543',GradientType=0 );
        color             : #fff;
        text-shadow       : 0 -1px 0 rgba(0, 0, 0, 0.4);   
}
.sub_grid_img{
	float:left;
}
.sub_grid{
   padding: 15px 40px;
	border-bottom: 1px solid #D6D5D5;
	background: #444;
	margin: 5px 0;
	cursor:pointer;
}
.sub_grid:hover{
	background:#333;
}
.sub_grid_data h4{
	color:#E7E7E7;
	font-size:15px;
	font-family:'Doppio One', sans-serif;
}
.sub_grid_data p{
	font-size:12px;
    color:#ADADAD;
    line-height:1.6em;
}
.sub_grid_data span:hover{
	text-decoration:underline;
}
.footer{
	background:url(../images/footer_bg.jpg);
	border-bottom: 1px solid black;
}
.footer h3{
	font-size:18px;
	color: #A8A8A8;
	margin: 15px 0px;
	border-bottom: 1px solid #2E2E2E;
	padding-bottom:3px;
}
.footer_grides{
	border-bottom: 2px ridge #252525;
}
.footer_grid1{
	float:left;
	width:210px;
	padding:0 20px;
}
.grid1_data{
	margin:15px 0;
}
.grid1_data p span{
	font-size:13px;
    color:#444;
    font-weight:bold;
    cursor:pointer;
    text-decoration:underline;
}
.grid1_data p span:hover{
	color:#666;
	text-decoration:none;
}
.grid1_img{
	float:left;
}
.grid1_desc{
	float:left;
	width:150px;
	margin-left:10px;
}
.grid1_desc h4{
	color:#3D3D3D;
	font-size:12px;
	font-weight:bold;
	cursor:pointer;
}
.grid1_desc h4:hover{
	color:#4B4B4B;
}
.grid1_desc p{
	color:#888686;
	font-size:12px;
	padding:5px 0;
	line-height:1.5em;
}
.footer_grid2{
	float:left;
	width:210px;
	padding:0 20px;
}
.footer_grid2 p{
	font-size:12px;
	color:#888686;
	line-height:1.8em;
}
.footer_grid2 p a{
	font-size:13px;
	color:#666;
}
.footer_grid2 p a:hover{
	color:#B6B6B6;
}
.footer_grid3{
	float:left;
	width:210px;
	padding:0 20px;
}
.f_menu li{
	display:block;
	margin:15px 0;
}
.f_menu li a{
	display:block;
	color:#888686;
	font-size:13px;
}
.f_menu li a:hover{
	color:#B6B6B6;
}
.footer_grid4{
	float:left;
	width:210px;
	padding:0 20px;
}
.img_list li {
	display:block;
	margin:15px 0;
} 
.img_list li a{
	font-size:13px;
	color:#888686;
	margin:10px;
}
.img_list li a:hover{
	color:#B6B6B6;
}
.img_list img{
	vertical-align:middle;
}
.f_bottom{
	border-top: 1px solid #1F1F1F;
	background:#111;
	padding:20px 0
}
.f_bottom p{
	text-align:center;
	color:#444;
	font-size:12px;
	margin-top:5px;
}
.f_bottom p a{
	text-decoration:none;
	color:#888686;
}
.f_bottom p a:hover{
	text-decoration:underline;
	color:#EEE;
}
.copy_right{
	text-align:center;
	padding:15px 0;
}
.copy_right p{
	font-size:12px;
	color:#444;
}
.copy_right p a{
	color:#555;
	font-size:12px;
	text-decoration:underline;
}
.copy_right p a:hover{
	color:#777;
	text-decoration:none;
}
/* About */
.about_data{
	float:left;
	width:638px;
}
.about_desc{
	margin-left:20px;
}
.about_desc p{
	font-size:12px;
	 color:#5E5D5D;
	line-height:1.8em;
}
.about_images{
	padding-top:15px;
}
.about_images li{
	display:inline-block;
	border:1px solid #C7C7C7;
}
.about_desc_data{
	padding:15px 0;
}
.about_desc_left{
	float:left;
	width:295px;
}
.about_desc_right{
   float:left;
	width:295px;
	padding-left:20px;
}
.sidebar{
	float:left;
	width:80%;
	border-right:1px solid #E2E2E2;
}
.sidebar_bottom_list li{
	font-size:20px;
	color:#202020;
	font-weight:bold;
	padding:7px 25px;
	background:url(../images/list_img2.png) no-repeat 0px;
	cursor:pointer;
	opacity:0.7;
}
.sidebar_bottom_list li:hover{
   opacity:0.9; 
 }
/* Services */
.service1{
	padding:10px 0;
}
.service_img img{
	float:left;
	border: 1px solid #E2E8EB;
	padding: 3px;
	background: white;
}
.serv_desc{
	float:left;
	width:380px;
	padding:0 15px;
}
/* contact us */
.feed{
	position:relative;
}
form label{
	display:block;
	font-size:14px;
	color:#747877;
}
.feedback form{
  padding-top:10px;
}
.feedback form input[type="text"],.feedback textarea{
		   padding:8px;
			display:block;
			width:450px;
			background:#fcfcfc;
			border: none;
			outline:none;
			color:#464646;
			font-family:Arial, Helvetica, sans-serif;
			box-shadow: inset 0px 0px 8px #999;
			margin-bottom:15px;	
}
.feedback textarea{
		resize:none;
		height:120px;		
}
.feedback form input[type="submit"]{
	padding:6px 15px;
	color:#FFF;
	font-size:14px;
	cursor:pointer;
	background:#F14A37 url(../images/large-button-overlay.png);
	border: 1px solid rgba(0, 0, 0, 0.25);
	text-shadow: 0 -1px 1px rgba(0, 0, 0, 0.25);
	-webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.50);
	-webkit-border-radius: 5px;
    border-radius:2px;
    font-family:'Montserrat', sans-serif;
    position:absolute;
    right:150px;
}
.feedback form input[type="submit"]:hover{
	background-color:#E02510;
}
.feedback form input[type="submit"]:active{
	background-color:#F7503D;  
}
.company_address{
	padding-top:20px;
}
 .address_desc{
 	float:left;
 	width:285px;
 }
.company_address p{
	font-size:13px;
	color:#9B9B9B;
	padding:2px 5px 0;
}
.address_data{
	float:left;
	width:285px;
}
.address_data p{
	font-size:13px;
	color:#222;
	padding:2px 5px 0;
}
.address_data p span{
	text-decoration:underline;
	color:#666;
	cursor:pointer;
}
.map{
	border:1px solid #C7C7C7;
	width:270px;
	margin-bottom:15px;
}
