
/*General*/
body {
font-family: 'Roboto Condensed', sans-serif;	font-size: 16px;
	font-size: normal;
	font-smooth: always;
	-webkit-font-smoothing: antialiased;
	-moz-font-smoothing: antialiased;
	overflow-y: scroll !important;
    overflow-x: hidden !important;
}
html {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
  font-weight: 300;
  -webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
}
@-moz-document url-prefix() {
  body {
    font-weight: lighter !important;
  }
}
a {
	text-decoration: none;
	-moz-transition: all linear .3s;
	-webkit-transition: all linear .3s;
	-o-transition: all linear .3s;
	transition: all linear .3s;
}

a:hover {
	text-decoration: none;
}

img {
	max-width: 100%;
}

ul {
	list-style: none;
	padding: 0;
	margin: 0;
}

input[type="text"],
input[type="password"],
input[type="email"],
textarea {
	font-family: 'Roboto', sans-serif;	
	font-size: 14px;
	font-weight: 500;
	color: #7e7e7e;
	border-width: 1px;
	border-style: solid;
	padding: 0 15px;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	-moz-transition: border linear .3s;
	-webkit-transition: border linear .3s;
	-o-transition: border linear .3s;
	transition: border linear .3s;
}

textarea {
	padding: 15px;
}

input[type="text"]:focus,
input[type="password"]:focus,
input[type="email"]:focus,
textarea:focus {
	background: rgba(62, 212, 255, 0.5);
	border-color: #01b1d7 !important;
	outline: none;
	color: #333;
}

.btn {
	font-family: 'Roboto', sans-serif;	
	font-size: 14px;
	font-weight: 600;
	width: 120px;
	height: 40px;
	-moz-border-radius: 0;
	-webkit-border-radius: 0;
	border-radius: 0;
	-moz-transition: background .3s linear;
	-webkit-transition: background .3s linear;
	-o-transition: background .3s linear;
	transition: background .3s linear;
}

.btn:focus {
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	box-shadow: none;
	outline: none;
}
.btn_submit {
	float:right;
	font-family: 'Roboto', sans-serif;	
	font-size: 14px;
	font-weight: 600;
	width: 120px;
	height: 40px;
	background:#0f79ad;
	border:0px;
	color:#ffffff;
	-moz-border-radius: 0;
	-webkit-border-radius: 0;
	border-radius: 0;
	-moz-transition: background .3s linear;
	-webkit-transition: background .3s linear;
	-o-transition: background .3s linear;
	transition: background .3s linear;
	margin-left:5px;
}
.cover {
	position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.8);
    z-index: 2;
}

.container {
	position: relative;
	z-index: 3;
}

/*Header*/
/*Top nav left*/
.top-nav {
	color: #333;
	line-height: 40px;
	border-bottom: 1px solid #01b1d7;
	background:#111212;
}

/*Top left Menu*/
.top-left {
	float: left;
}

.top-left ul >li {
	display: inline-block;
	margin-right: 15px;
}

.top-left a {
    color: #fff;
    font-size: 14px;
}
.top-left a:hover {
	color: #01b1d7;
}
.p-r-10 {
	padding-right:10px;	
}
.top-left .fa {
    color: #fff;
    font-size: 18px;
	color:#0f79ad;
}
.top-left_border1
{
	border-right:solid 1px #999999;
	border-left:solid 1px #999999;
	padding-right:20px;
	padding-left:20px;
}
.top-left_border2
{
	border-right:solid 1px #999999;
	padding-right:20px;
}
/*Top Right Menu*/
.top-right {
	float: right;
}
.top_btn {
    background: #0f79ad;
    padding: 11px 23px;
	color:#fff;
}
.top-right p:before {
	content: "\f041";
	font-family: 'FontAwesome';
	font-size: 16px;
	color: #01b1d7;
	margin-right: 10px;
}

.top-right p {
font-family: 'Roboto Condensed', sans-serif;	font-weight: 700;
	font-size: 14px;
}

.top-right p > span {
	margin-left: 5px;
	font-style: italic;
	font-weight: 400;
}

/*Nagivation*/
#main-nav {
	padding: 0px 0px 15px 0px;
}

/*Affix*/
#main-nav.affix {
    position: fixed;
    top: 0;
    width: 100%;
    background-color:#fff;
    color: #fff;
    z-index:10;
	-moz-box-shadow: 0 1px 2px #ebebeb;
	-webkit-box-shadow: 0 1px 2px #ebebeb;
	box-shadow: 0 5px 5px rgba(0,0,0,.15);
    transition: all 0.1s;
}

.navbar {
	margin:5px 0 0 0;
}

#main-nav .navbar-header a {
	background-color: #FFF;
	color: #fff;
}
/*Toggle Menu*/
#main-nav .navbar-toggle {
	background-color: #01b1d7;
}

#main-nav .navbar-toggle span {
	background-color: #fff;
}

/*Main Menu*/
#main-nav .navbar-right {
	margin-top: 20px;
}
#main-nav .navbar-right li > a {
font-family: 'Roboto Condensed', sans-serif;	font-size: 16px;
	line-height: 34px;
	color: #191a1b;
	padding-top: 0;
	padding-bottom: 0;
	text-transform: uppercase;
}

#main-nav .navbar-right li > a:focus {
	color: #01b1d7;
    background: none;
    outline: none;
}

#main-nav .navbar-nav>li>a:hover,
#main-nav .navbar-nav>li.active>a {
	color: #01b1d7;
    background: none;
	border-bottom:solid 4px #01b1d7;
}

/*Search Form*/
.search-form {
	padding: 10px;
	position: absolute;
	bottom: -76px;
	right: 15px;
	z-index: 3;
	background: #fff;
	visibility: hidden;
	opacity: 0;
	transition: opacity .5s linear;
	-moz-box-shadow: 0 1px 2px #ebebeb;
	-webkit-box-shadow: 0 1px 2px #ebebeb;
	box-shadow: 0 1px 2px #ebebeb;
}

.search-form.visible {
	visibility: visible;
	opacity: 1;
}

.search-form input {
	height: 40px;
	width: 275px;
	border-color: #e8e8e8;
}

/*Main Slider*/
#slider {
	margin: 0;
	padding: 0;
	position: relative;
	border-bottom: solid 4px #0f79ad;
}

.flexslider {
	border: 0;
}

#slider.flexslider .slides > li img {
	
}

/*Slider Caption*/
#slider .caption {
	position: absolute;
	width: 600px;
	top: 50%;
}

#slider .caption h2 {
font-family: 'Roboto Condensed', sans-serif;	font-weight: 700;
	font-size: 40px;
	text-transform: uppercase;
	color:#fff;
}

#slider .caption span {
	padding: 0 10px;
	background-color: #000;
	color: #fff;
}

#slider .caption p {
font-family: 'Roboto Condensed', sans-serif;
	font-size: 21px;
	margin-top: 30px;
	color: #fff;
}

#slider .caption button {
font-family: 'Roboto Condensed', sans-serif;	font-weight: 700;
	font-size: 17px;
	margin-top: 20px;
	background-color: #0085c4;
	color: #fff;
	border-radius:3px;
}

#slider .caption button:hover {
	background-color: #fff;
    border: 1px solid #01b1d7;
    transition: 0.3s;
    color: #01b1d7;
}
.contact-info{padding-top: 20px;}

/*Media*/
@media screen and (min-width: 320px) and (max-width: 520px) {
	#slider .caption {
		position: absolute;
		width: 400px;
		top: 55%;
	}

	#slider .caption h2 {
		font-size: 15px;
	}

	#slider .caption p {
		font-size: 10px;
		font-style: italic;
		margin: 0;
		padding: 0;
		color: #01b1d7;
	}

	#slider .caption .btn {
		width: 80px;
	    height: 20px;
		font-size: 10px;
		margin-top: 5px;
		padding: 0;
	}
}

/*Media*/
@media screen and (min-width: 521px) and (max-width: 980px) {
	#slider .caption {
		position: absolute;
		width: 450px;
		top: 50%;
	}

	#slider .caption h2 {
		font-size: 24px;
	}

	#slider .caption p {
		font-size: 16px;
		font-style: italic;
		margin-top: 15px;
		color: #01b1d7;
	}

	#slider .caption .btn {
		width: 110px;
	    height: 30px;
		font-size: 12px;
		margin-top: 15px;

	}
}

/*Control Nav*/
#slider .flex-control-nav {
	position: absolute;
	display: none;
	z-index: 2;
}

#slider .flex-control-nav li {
	margin: 5px;
	display: inline-block;
}

#slider .flex-control-paging li a {
	background: #fff;
	width: 12px;
	height: 12px;
	border-radius: 50%;
	border: 1px solid #01b1d7;
}

#slider .flex-control-paging li a:hover {
	background: #01b1d7;
}

#slider .flex-control-paging li a.flex-active {
	background: #01b1d7;
	width: 12px;
	height: 12px;
}

.navbar-brand {
    float: left;
    height: auto !important;
    line-height: 0px !important;
    padding: 0px !important;
}
.welcome_sec {
	padding:100px 0px;
	background:url(../images/banner-bottom-bg.jpg);
	border-top:5px solid #0083c4;
}
.welcome_sec h4 {
    color: #fff;
    font-size: 25px;
}
.welcome_sec h3 {
    color: #fff;
    font-size: 45px;
    font-weight: 700;
    margin: 0 0 15px;
    padding: 0;
}
.welcome_sec p {
    color: #7e8592;
    font-size: 14px;
}
.service_sec {
	padding:10px 0px;	
}
.service_inner {
    padding: 5px 0px;
}
.head_txb {
    font-size: 43px;
    font-weight: bold;
}
.heightlight {
    font-size: 48px;
    font-weight: bold;
}
.heading_light{
	font-size:48px;
	font-weight:bold; 
	color:#0083c4;
}
.service_heading {
    text-align: center;
}
.service_line{
	width: 50%;
    margin: 0 auto;
    height: 1px;
    background-color: #0083c4;
}
.service_heading p {
	font-size:17px;	
}

.service_inner h3 {
    margin: 0px;
    padding-bottom: 7px;
    font-size: 22px;
    font-weight: 700;
}
.border_r {
	border-right:1px solid #eee;	
}
.border_t {
	border-top:1px solid #eee;	
}
.border_l {
	border-left:1px solid #eee;	
}
.border_b {
	border-bottom:1px solid #eee;	
}
.serv_pad {
	padding:20px 0px;
	min-height:166px;
}
.icon_serv img {
  -webkit-transition: -webkit-transform .8s ease-in-out;
          transition:         transform .8s ease-in-out;
}
.icon_serv img:hover {
  -webkit-transform: rotate(360deg);
          transform: rotate(360deg);
}
.icon_serv2  {
	text-align:center;
	margin-top:35px;
}
.icon_serv2 img {
	border:solid 2px #cccccc;
	background:#ffffff;
	border-radius:50%;
  -webkit-transition: -webkit-transform .8s ease-in-out;
          transition:         transform .8s ease-in-out;
		  padding:5px;
}
.icon_serv2 img:hover {
  -webkit-transform: rotate(360deg);
          transform: rotate(360deg);
}
.right_align {
    text-align: right;
}

.search_sec {
	padding:35px 0px;
	background:#313a4b;
	border-top:5px solid #0083c4;
}
.search_sec h4 {
    color: #fff;
    font-size: 25px;
	margin-top:20px;
}
.search_sec h3 {
    color: #fff;
    font-size: 45px;
    font-weight: 700;
    margin: 0 0 15px;
    padding: 0;
}
.search_sec p {
    color: #fff;
    font-size: 14px;
}
.bottom_left {
	margin-top:35px;
}
.bottom_left h3 {
    padding: 0px;
    margin: 0px 0 6px 0px;
    font-weight: bold;
}
.bottom_start {
	padding:40px 0px;
	background:url(../images/bottom_bg_top_header.jpg);
	border-top:5px solid #0083c4;
}
.bottom_start h4 {
    color: #fff;
    font-size: 25px;
	margin-top:50px;
}
.bottom_start h3 {
    color: #fff;
    font-size: 35px;
    font-weight: 700;
    margin: 0 0 15px;
    padding: 0;
	text-align:center;
}
.bottom_start p {
    color: #7e8592;
    font-size: 14px;
}
.btttm_btn {
    background: #0f79ad none repeat scroll 0 0;
    border-radius: 3px;
    color: #fff;
    display: block;
    height: auto;
    margin: 0 auto;
    padding: 11px 43px;
    text-align: center;
    width: 150px;
}
.footer_first_sec {
	padding:40px 0px;
	background:#1c2330;
	border-top:5px solid #0083c4;
}
.footer_first_sec h4 {
    color: #fff;
    font-size: 25px;
	margin-top:50px;
}
.footer_first_sec h3 {
    color: #fff;
    font-size: 25px;
    margin: 0 0 15px;
    padding: 0;
	text-align:left;
}
.footer_first_sec p {
    color: #fff;
    font-size: 15px;
    line-height: 31px;
}
.subscribe_email {
    background: #2a3343 none repeat scroll 0 0;
    border: 1px solid #858a92;
    border-radius: 3px;
    height: auto;
    padding: 13px 4px !important;
    width: 100%;
	margin-top:30px;
}
.footer_btn_btn {
    background: #0f79ad none repeat scroll 0 0;
    border-radius: 3px;
    color: #fff;
    height: auto;
    padding: 11px 43px;
    text-align: center;
    width: 150px;
}
.social_footer {
    font-size: 34px !important;
    padding-right: 5px;
    color: #1d9bd9;
	margin-top:3px;
}
.social_footer:hover {
	color:#0f79ad;
	transition:all 0.3s;
}
.copyright_sec {
    background: #0e131c;
    text-align: center;
}
.copyright_sec p {
    color: #ddd;
    font-size: 14px;
	margin:0px !important;
	padding:5px 0;
}
.footer_btn_btn:hover {
	color:#fff;
	background:#00547c;
	transition:all 0.3s;
}
.btttm_btn:hover {
	color:#fff;
	background:#00547c;
	transition:all 0.3s;
}
.top_btn:hover {
	color:#fff;
	background:#00547c;
	transition:all 0.3s;
}
.icon-wrap{
	display:flex; padding-top:20px;}
.icon-wrap img{
	width:55px;
	height:55px;
	}	

@media only screen and (max-width: 767px) {
	.bn-alignbox h3{
	font-size:15px !important;
}
	.bn-alignbox{
		width:50%;
	}
	.page-hero h1 span{
		font-size:32px !important;
	}
	.page-hero h1{
		line-height:28px !important;
	}
  	.footer-addbox a {
    margin-left: 0px !important;
}
	.rit_bx{
		width:100% !important;
	}
	.border1 {
    width: 100% !important;
    height: auto !important;
	padding-top:10px;
	padding-bottom:10px;
}
.service_inner {
	text-align:center;
}
.right_align {
    text-align: center !important;
}
.page-hero {
    display: none;
}
}

@media only screen and (max-width: 425px) {
	.welcome_sec {
		padding: 30px 0px;
	}
	.service_sec {
		padding: 20px 0px;
	}
	.search_sec {
		padding: 34px 0px;
		background: #313a4b;
		border-top: 5px solid #0083c4;
	}
	.p-b-30 {
		padding-bottom: 30px;
	}
	.left_2 {
		margin-top: 15px;
		border-top: 1px solid;
		padding-top: 15px;
	}
	.left_3 {
		margin-top: 35px;
		border-top: 1px solid;
		padding-top: 15px;
	}
		.border1 {
    width: 100%;
    height: auto;
}
.button_mobile1{
	    width: 100%;
    align-items: center;
    display: flex;
    justify-content: center;
    margin: 70px 0 0 0;
	}
.contact-info{ padding-top:0;}	
.title1_inner h1{ font-size:46px!important; }
}


@media only screen and (max-width: 480px) {
	img.logo_img {
		width: 238px;
		padding-left: 18px;
	}
	/*.caption {
		line-height: 0px;
	}*/
		.border1 {
    width: 100%;
    height: auto;
}
	#main-nav {
    padding: 0px 0px 15px 0px;
    box-shadow: 0 5px 5px rgb(0 0 0 / 15%);
    z-index: 10;
    position: relative;
	background:#FFF;
}
.request{ margin-top:0!important; }
.request-inside
{
	padding-top:100px;
}
.icon-wrap img{width:45px; height:45px; margin-left:8px!important;}
.request-inside .col-lg-5 { padding:0px 30px 30px 30px!important }
.icon_serv img { padding-bottom:10px; }
.text-left{ text-align:center !important;display:flex;
flex-direction:column; }
.pr-10,.pl-10{ padding:0!important; }
.home .right_align{ 
display:flex;
flex-direction:column-reverse; }
.last{ border-top:1px solid #eee; }	
.formBox { padding:37px!important; }
	.icon_serv img{
	padding-bottom:10px;}
.service_inner2 h3,.service_inner2 ul li{
	text-align:center!important;}
.service_inner2 ul li::before{display:none; }	
.service_inner2 ul{margin:0;padding:0;}
}

.rit_bx {
	width:80%;
	float:right;
	background:#f4f4f4;
	text-align:center;
	 padding-bottom: 10px;
}

.rit_bx h2 {
    color: #fff;
    font-size: 25px;
    margin: 11px 0;
	background:#0083c4;
	 margin: 0;
    padding: 11px 0;
}

.rit_bx h3 {
     border-bottom: 1px solid #ececec;
    color: #222222;
    font-size: 17px;
    margin: 10px 0;
    padding-bottom: 11px;
}
.image-rit {
	border-radius:20px;
}

.image-rit img {
    border: 3px solid #ececec;
    border-radius: 60px;
}

.rit_image_row {
	 padding: 0 20px 0px;
}

.innr_list {
	list-style-type:circle;
	padding: 0 14px;
	margin-bottom: 15px;
}

.bx02 {
	margin-top:5px;
}

.testimonl {
	margin-top:30px;
}

.testimonl h2 {
	margin-bottom:30px;
}
.cnt label {
	 min-width: 123px;
}
.cnt h2 {
	margin-top:10px;
}

.contact_page {
	text-align:left;
}

.contact_page h2 , .contact_page p , .contact_page h3 {
	padding-left:25px;
}

.contact_page i {
	margin-right:7px;
}
.contact_page h2 {
	margin-bottom:15px;
}

.lst ul li {
	border-bottom: 1px solid #eaeaea;
    font-size: 14px;
    list-style: outside none disc;
    margin: 2px 2px 8px 7px;
}

.solution h3 {
	font-size:19px;
}

	

/*Extra CSS*/

.txtfield{
	width:100%;
	height:30px;
	float:left;
	border:1px solid #CCC;
	margin-bottom:12px;
}

.txt_security{
	width:40%;
	height:50px;
	float:left;
	border:1px solid #CCC;
	margin-bottom:12px;
}

.security_label{
	min-width:100px !important;
	float:left;
	padding:14px 12px 0 0;
}
.txtarea{
	width:100%;
	height:80px;
	float:left;
	border:1px solid #CCC;
	margin-bottom:12px;
}
.txtarea2{
	width:100%;
	height:120px;
	float:left;
	border:1px solid #CCC;
	margin-bottom:12px;
}

.txt_font{
	font-size:18px;
}

.line{
	width:100%;
	height:1px;
	float:left;
	margin:24px 0;
	background-color:#0083c4;
}

.head_cnt{
	color:#0083c4;
}

.modal_box{
	z-index:111111 !important;
	position:fixed;
	top:175px;
	right:0;
}

.modal-open{
	padding-right:0px !important;
}

/*Edited CSS*/

.submmit {
    background: #0083c4 none repeat scroll 0 0;
    width: 129px;
    height: 42px;
    border: none;
    margin: 5px 0 10px 0;
	color:#FFF;
	font-size:15px;
	float:left;
}

.submmit2 {
    background: #0083c4 none repeat scroll 0 0;
    width: 129px;
    height: 42px;
    border: none;
    margin: 5px 0 10px 0;
	color:#FFF;
	font-size:15px;
	float:right;
}
.N_center{
	text-align:center;
}
.N_top{
	padding-top:15px;
}
.left_1 img{
	padding-top:12px;
}
.bn-alignbox{
	float:left;
	padding:0px 22px;
}
.bn-alignbox h3{
	font-size:18px;
}
.footer-addbox{
	padding:0px;
	float: left;
    width: 100%;
}
.footer-addbox a {
    color: #fff;
    float: left;
    padding: 7px;
    width: 100%;
    font-size: 16px;
    margin-left: 65px;
}
.footer-addbox a:hover{
	color:#1d9bd9;
}
.footer-addbox h3 {
    color: #1d9bd9;
}
.footer-addbox p{
	padding-left:6px;
}
.footer-addbox i.fa{
	color:#1d9bd9 !important;
}
.bs-menu-box{
	background-color: #eaeaea;
    border-bottom: 1px solid #dcdcdc;
}
.bs-menu-box a{
	text-decoration:none;
	color:#252525;
	font-size:16px;
	padding:18px;
	float:left;
}
.bs-menu-box a:hover{
	background-color:#0083c4;
	color:#FFF;
}
.bs-menu-box .active{
	background-color:#0083c4;
	color:#FFF;
}
.bs-btm-img{
	background-color: #ececec;
    padding: 8px;
    border: 1px solid #ccc;
}
.bs-btm-cnt ul{
	border: 1px solid #e0e0e0 !important;
}
.bs-btm-cnt li{
	border-bottom: 1px solid #e0e0e0 !important;
    background-color: #f5f5f5;
    padding: 5px;
	margin:0px !important;
    text-align: center;
}
.bs-topcnt-img{
	float: right;
    margin-left: 17px;
    margin-top: 28px;
    margin-bottom: 14px;
}
img.logo_img {
		padding-top:10px;
	}
.title1 {
	width:100%;
	height:auto;
	overflow:hidden;
	text-align:center;
	letter-spacing:-1px;
	
}
.title1 h1{
	font-weight:bold;
	margin-top: 0px;
}
.title1 span {
	color:#0f79ad;
	font-weight:100;
	border-bottom:solid 4px #0f79ad;
}
.title1_inner {
	width:100%;
	height:auto;
	overflow:hidden;
	text-align:left;
	letter-spacing:-1px;
	margin-bottom:10px;
}
.title1_inner h1{
	font-weight:bold;
	margin-top: 5px;
}
.title1_inner span {
	color:#0f79ad;
	font-weight:100;
	border-bottom:solid 4px #0f79ad;
}

.services1 {
	border:solid 1px #cccccc;
	margin-bottom:35px;
	font-size:16px;
	line-height:26px;
	box-shadow: 2px 2px 4px #dfe0e0;
}
.services1 h3{
	color:#0083c4;
}
.service_main1 .col-md-12{
	padding-left:0px;
	padding-right:0px;
}
.services1 .col-md-7 {
	padding-top:10px;
	padding-bottom:20px;
}
.services1 .col-md-5 {
	padding-left:0px;
	padding-right:0px;
}
.serv_pad h3 a
{
	color:#000000;
}
.serv_pad h3 a:hover
{
	color:#337ab7;
}
.border1 {
	width: 47%;
    height: 265px;
    margin-right: 2.5%;
    margin-bottom: 25px;
	 background: #f7f7f7;
    border-left: solid 4px #0f79ad;
	}
.service_inner2 {
    padding: 10px 0px;
}
.service_inner2 .col-md-12{
    text-align:center;
}
.service_head {
	width:100%;
	height:auto;
	overflow:hidden;
	text-align:center;
	color:#0f79ad;
	padding-top:20px;
}
.service_head h2{

	font-size:42px;
}
.service_head h2 span{
	font-weight:bold;
}
.about_txt1 {
	font-size:28px;
	line-height:31px;
	text-align:justify;
	margin-bottom:15px;
}
.about_txt2 {
	font-size:16px;
	margin-bottom:15px;
}
.about_txt3 {
	width:100%;
	background:#f7f7f7;
	border-left:solid 4px #0f79ad;
	padding:10px;
	margin-top:30px;
	margin-bottom:30px;
	font-size:18px;
}
.about_txt3 span{
	color:#0f79ad;
	font-weight:bold;
	}
.about_txt3 p{
	color:#F93;
	}
.about_txt4 {
	font-size:20px;
	color:#0f79ad;
	font-weight:bold;
	margin-bottom:15px;
}
.about_txt5 {
	width:100%;
	float:left;
	margin:20px 0px 30px 0px;
}
.about_txt5_box1 {
	background:#f7f7f7;
	padding:10px;
	border-left: solid 4px #0f79ad;
}
.about_txt5_box1 ul {
 
    margin-left:10px;
}
.about_txt5_box1 ul li::before {

    font-family: 'FontAwesome';
    content: '\f00c';
    margin: 0 10px 0 -10px;
    color: orange;

}
.about_txt5_box1 ul li {
 
    list-style: none;
	font-size:16px;
	margin-bottom: 1rem;
}
.about_txt5_box1 p {
 
   font-size:16px;
   margin-left:15px;
   font-weight:bold;
   padding-top:10px;
}

.about_txt5_box2 {
	background:#f7f7f7;
	padding:10px;
	border-left: solid 4px #0f79ad;
	margin-bottom:20px;
}

.submit_resume1 {
	float:right;
	background:#0083c4;
	color:#ffffff;
	padding:10px 10px;
	margin-top:10px;
	margin-bottom:05px;
	border-radius:4px;
}
.submit_resume1 a{
	color:#ffffff;
}
.submit_resume1:hover{
	background:#666666;
}
input[type=file] {
    display: block;
    border: solid 1px #cccccc;
    padding: 5px;
}
.spe-cor h3 {
	margin-top:0px;
}
.spe-cor p {
	margin-bottom:0px;
}
.service_inner2 ul {
 
    margin-left:10px;
}
.service_inner2 ul li::before {

    font-family: 'FontAwesome';
    content: '\f00c';
    margin: 0 10px 0 -25px;
    color: orange;

}
.service_inner2 ul li {
 
    list-style: none;
	font-size:16px;
	margin-bottom: 0.5rem;
	text-align:left;
}
.service_inner2 h3 {

    margin: 0px;
    padding-bottom: 7px;
    font-size: 22px;
	text-align:left;

}
.service_inner3 ul {
 
    margin-left:10px;
}
.service_inner3 ul li::before {

    font-family: 'FontAwesome';
    content: '\f00c';
    margin: 0 10px 0 -25px;
    color: orange;

}
.service_inner3 ul li {
 
    list-style: none;
	font-size:16px;
	margin-bottom: 10px;
	text-align:left;
	color:#ffffff;
}

}
