/*
Theme Name: ukfinancialaccountants
Author: the WordPress team
Author URI: http://ukfinancialaccountants.com/
Version: 1.0
Text Domain: ukfinancialaccountants.com
*/
body
{
	margin:0px; padding:0px;
	width:100%; height:auto;
	background:#FFF;
	font-family: 'Raleway', sans-serif; font-size:13px; color:#202124;
}
div,a,ul,li,section,input,select,textarea,img,p,h1,h2,h3,h4,h5,h6
{
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
ul,h1,h2,h3,h4,h5,h6,p{ margin:0px; padding:0px; }
li{ list-style:none; }
a
{
	text-decoration:none; color:#1a0dbd;
}
a:hover
{
	-webkit-transition: all 0.2s ease;
	-o-transition: all 0.2s ease;
	-moz-transition: all 0.2s ease;
	text-decoration: none;
}
input,select,button
{
	outline:0px; border:0px;
}
select{ cursor:pointer; }
input[type='submit']{ border:0px; cursor:pointer }

textarea{ 
	font-family: 'Raleway', sans-serif;
}
a
{
	text-decoration:none; color:#0093DE;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
a:hover
{
	text-decoration:underline;
	-webkit-transition: all 0.2s ease;
	-o-transition: all 0.2s ease;
	-moz-transition: all 0.2s ease;
}
h1,h2,h3,h4,h5,h6,p,ul,li{ margin:0px; padding:0px; font-weight:inherit; }
img{ border:0px; }
div,li,span,a
{
	list-style:none;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

input,select,textarea{ color:#555; font-family:"Open Sans", Arial, sans-serif; }
input,select,textarea:focus{ outline:0px; }
input,select,textarea
{
	
	-webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
     box-sizing: border-box;
}
input,select,textarea:focus{ outline:0px; }
button{ border:0px; cursor:pointer; }
button:focus{ outline:0px; }



/* Form Fields */
input[type='text'],textarea,input[type='password'],select,input[type='date'],input[type='number']
{
	width:100%; height:27px; float:left; outline:0px;
	padding-left:5px; padding-right:5px;
	border:1px solid #CCC;
	font-size:13px; color:#212121; font-family:"Open Sans", Arial, sans-serif;
	
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	
    -webkit-transition: width 1s ease;  
    -moz-transition: width 1s ease;  
    -o-transition: width 1s ease;  
    -ms-transition: width 1s ease;  
    transition: width 1s ease;
	
    transition:border 0.7s;
}
input[type='text']:focus,input[type='number']:focus,input[type='password']:focus,textarea:focus,input[type='date']:focus,select:focus
{
	border:1px solid #198de3;
}
input[type="text"]:disabled{ cursor:not-allowed; }
input[type="submit"]{ border:0px; cursor:pointer; }
button
{
	width:auto; height:27px; float:left;
	background:#672b75; border:0px;
	outline:0px; cursor:pointer;
	font-size:12px; color:#FFF;
}
button:hover{ background:#51195e; }
button:active{ background:#5c5c5c; }

.btn
{
	width:auto; height:27px; float:left;
	background:#672b75; border:0px;
	outline:0px; cursor:pointer;
	font-size:12px; color:#FFF;
}
.btn:hover{ background:#51195e; }
.btn:active{ background:#5c5c5c; }


.error
{
	width:98%; height:auto; float:left; position:relative;
	margin-left:1%; margin-right:1%; margin-bottom:25px;
	background:#f64b2f;
	padding:10px; padding-left:35px;
	font-size:13px; color:#FFF; font-weight:600;
}
.error i
{
	font-size:21px; color:#9a1903;
	position:absolute; z-index:99; left:15px; top:12px;
}
.error ul{ margin-left:15px; }
.error li{ margin-bottom:4px; list-style:none; }

.success
{
	width:98%; height:auto; float:left; position:relative;
	margin-left:1%; margin-right:1%; margin-bottom:25px;
	background:#7eb62e;
	padding:10px; padding-left:35px;
	font-size:13px; color:#FFF; font-weight:600;
}

.success i
{
	font-size:21px; color:#598a10;
	position:absolute; z-index:99; left:15px; top:12px;
}
.success ul{ margin-left:15px; }
.success li{ margin-bottom:4px; list-style:none; }

input,select,textarea{ color:#555; font-family:"Open Sans", Arial, sans-serif; }
input,select,textarea:focus{ outline:0px; }
input,select,textarea
{
	
	-webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
     box-sizing: border-box;
}
input,select,textarea:focus{ outline:0px; }
button{ border:0px; cursor:pointer; }
button:focus{ outline:0px; }
.container{ width:96%; height:auto; max-width:1450px; min-width:250px; margin:0 auto; position:relative; }

.pull-right{ float:right; }

#header
{
	width:100%; height:auto; position:fixed; left:0px; top:0px; z-index:999;
	background:#FFF;
}
#header_one
{
	width:100%; height:50px; float:left;
	border-bottom:1px solid #dbdee3;
}
#logo
{
	width:auto; height: auto; position:absolute; left:0px; top:0px;
}
#logo a
{
	width:auto; height:109px; float:left;
	padding:15px 25px 15px 25px;
	background:#FFF; border-left:1px solid #dbdee3; border-right:1px solid #dbdee3;
}
#logo a img{ width:100%; height:80px; }

#header_one_nav
{
	width:auto; height:auto; float:left;
	margin-top:7px;
	margin-left:310px;
}

#header_one_nav ul
{
	width:auto; height:auto; float:left;
}

#header_one_nav ul li
{
	width:auto; height:auto; float:left;
	list-style:none;
}

#header_one_nav ul li a
{
	width:auto; height:auto; float:left;
	font-size:14px; color:#020204; line-height:35px;
	padding-left:20px; padding-right:20px;
	border-radius: 15px 15px 15px 15px;
	-webkit-border-radius: 15px 15px 15px 15px;
	-moz-border-radius: 15px 15px 15px 15px;
}
#header_one_nav ul li a:hover{ background:#EEE; border-bottom:0px; text-decoration:none; }

#header_one_start
{
	width:auto; height:49px; float:right;
	background:#fe0000;
	font-size:14px; line-height:49px; color:#FFF; font-weight:600;
	padding:0px 25px 0px 25px;
}
#header_one_start:hover{ background:#d60606; text-decoration:none; }


#header_two
{
	width:100%; height:60px; float:left;
	border-bottom:1px solid #dbdee3;
}

#mob-nav
{
	width:45px; height:45px; float:right; display:none;
	margin-top:8px;
	border:3px solid #DDD;
	font-size:22px; color:#DDD; text-align:center;
}
#mob-nav i{ line-height:42px; }


#nav
{
	width:auto; height:auto; position:absolute; left:0px;
	margin-left:310px;
}
#nav ul
{
	width:auto; height:auto; float:left;
}
#nav ul li
{
	width:auto; height:auto; float:left; position:relative;
}
#nav ul li a
{
	width:auto; height:auto; float:left;
	font-size:16px; color:#030104; font-weight:500;
	padding-bottom:15px; padding-top:21px; padding-left:20px; padding-right:20px;
	border-bottom:4px solid #FFF;
}
#nav ul li a:hover{ text-decoration:none; border-bottom:4px solid #fe0000; }




#nav ul ul
{
	width:230px; height:0px; position:absolute; top:25px; left:0px; z-index:999;
	overflow:hidden;
    -webkit-transition: all 0.1s ease-in-out;
    -moz-transition: all 0.1s ease-in-out;
    -o-transition: all 0.1s ease-in-out;
    transition: all 0.1s ease-in-out;
}
#nav ul ul:before
{
	display: none;
	position:absolute; top:-1px; left:0%; margin-top:-16px;
	margin-left:24px;
	font-size:26px; color:#222;
	font-family: FontAwesome;
	content: "\f0d8";
}
#nav ul ul li{ width:100%; height:auto; float:left; margin-left:0px; padding-bottom:0px; }
#nav ul ul li a
{
	width:100%; height:auto; float:left;
	font-size:13px; color:#c8c8c8; font-weight:100;
	padding-top:15px; padding-bottom:15px; padding-left:20px;
	border-bottom:1px solid #333;
	background:#222;
}
#nav ul ul li a:hover{ color:#FFF; text-decoration:none; }

#nav ul li:hover > ul:before{ display:block; }
#nav ul li:hover > ul{ display:block; height:inherit; overflow:inherit; }




#m-nav
{
	width:100%; height:auto; position:absolute; left:0px; top:60px; display:none;
	background:#FFF;
}
#m-nav ul
{
	width:100%; height:auto; float:left;
}
#m-nav ul li
{
	width:100%; height:auto; float:left; position:relative;
}
#m-nav ul li a
{
	width:100%; height:auto; float:left;
	font-size:16px; color:#030104; font-weight:500;
	padding-bottom:15px; padding-top:21px; padding-left:20px; padding-right:20px;
	border-bottom:4px solid #FFF;
}
#m-nav ul li a:hover{ text-decoration:none; }




#m-nav ul ul
{
	width:100%; height:0px; float:left;
	overflow:hidden;
    -webkit-transition: all 0.1s ease-in-out;
    -moz-transition: all 0.1s ease-in-out;
    -o-transition: all 0.1s ease-in-out;
    transition: all 0.1s ease-in-out;
}
#m-nav ul ul li{ width:100%; height:auto; float:left; margin-left:0px; padding-bottom:0px; }
#m-nav ul ul li a
{
	width:100%; height:auto; float:left;
	font-size:13px; color:#c8c8c8; font-weight:100;
	padding-top:15px; padding-bottom:15px; padding-left:20px;
	border-bottom:1px solid #333;
	background:#222;
}
#m-nav ul ul li a:hover{ color:#FFF; text-decoration:none; }

#m-nav ul li:hover > ul:before{ display:block; }
#m-nav ul li:hover > ul{ display:block; height:inherit; overflow:inherit; }


#home_slider
{
	width:100%; height:100vh; float:left; position:relative;
	overflow:hidden;
}

#home_slider video
{
	width:100%; height:auto; float:left;
}
#home_slider_in
{
	width:100%; height:100vh; position:absolute; left:0px; top:0px; z-index:99;
	background:rgba(1,0,76,0.7);
}
#home_slider_in_text
{
	width:100%; height: auto; position:absolute; left:0px; bottom:12%; z-index:99;
}
#home_slider_in_text_in
{
	width:60%; height:auto; float:left;
	text-shadow: 2px 2px 2px rgba(0,0,0,0.48);
}
#home_slider_in_text h3
{
	font-size:22px; color:#FFF;
	margin-bottom:14px;
}
#home_slider_in_text h1
{
	font-size:72px; color:#FFF;
	font-weight:600;
	margin-bottom:25px;
}
#home_slider_in_text p
{
	font-size:24px; color:#FFF; line-height:32px;
}

#home_slider_in_scroll
{
	width:24px; height:45px; position:absolute; left:50%; bottom:15px;; z-index:99;
	cursor:pointer;
	margin-left:-10px;
	font-size:24px; line-height:42px;
	border:1px solid #FFF;
	text-align:center; color:#FFF;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
  -webkit-animation:bounce 1s infinite;
}
#home_slider_in_scroll:hover{ text-decoration:none; }

@-webkit-keyframes bounce {
  0%       { bottom:5px; }
  25%, 75% { bottom:15px; }
  50%      { bottom:20px; }
  100%     {bottom:0;}
}

#home_about
{
	width:100%; height:auto; float:left;
	margin-top:75px; margin-bottom:85px;
}

#home_about_l
{
	width:55%; height:auto; float:left;
	margin-right:10%; margin-top:100px;
}

#home_about_l h2
{
	width:100%; height: auto; float:left;
	margin-bottom:35px;
	font-family: 'EB Garamond', serif; font-size:42px; color:#002e5c; font-weight:600; line-height:42px;
}

#home_about_l p
{
	width:100%; height: auto; float:left;
	margin-bottom:25px;
	font-size:18px; line-height:36px; text-align:justify;
}

#home_about_r
{
	width:35%; height:auto; float:left; position:relative;
}
#home_about_r_in
{
	width:560px; height:560px; float:right; position:relative; 
}

.home_about_r_round
{
	width:200px; height:200px;
	display: table;
	position:absolute;
	text-shadow: 2px 2px 2px rgba(0,0,0,0.48);
	border-radius: 200px 200px 200px 200px;
	-webkit-border-radius: 200px 200px 200px 200px;
	-moz-border-radius: 200px 200px 200px 200px;
	padding:8px;
}
.home_about_r_round:hover
{
	box-shadow: 0px 0px 5px 6px rgba(0,0,0,0.24);
	-webkit-box-shadow: 0px 0px 5px 6px rgba(0,0,0,0.24);
	-moz-box-shadow: 0px 0px 5px 6px rgba(0,0,0,0.24);
	text-decoration:none;
}
.home_about_r_round h3{
	width:100%; height:100%;
	padding:10px;
	border-radius: 200px 200px 200px 200px;
	-webkit-border-radius: 200px 200px 200px 200px;
	-moz-border-radius: 200px 200px 200px 200px;
	border:4px solid rgba(0,0,0,0.4);
	display: table-cell;
	vertical-align: middle;
	font-size:24px; text-align:center; color:#FFF;
}
#acc
{
	left:40px; top:70px;
	background:#f26e1c;
}
#acc:hover{ background:#d86015; text-decoration:none; }

#aud
{
	right:120px; top:20px;
	background:#1b3c72;
}
#aud:hover{ background:#122f60; text-decoration:none; }

#tax
{
	left:20px; bottom:85px;
	background:#e53331;
}
#tax:hover{ background:#cb2523; text-decoration:none; }

#pr
{
	right:0px; top:200px;
	background:#c14090;
}
#pr:hover{ background:#a22773; text-decoration:none; }

#ba
{
	left:215px; bottom:0px;
	background:#5b2266;
}
#ba:hover{ background:#45144e; text-decoration:none; }

#wm
{
	width:240px; height:240px;
	left:50%; top:50%; z-index:99;
	margin-left:-120px; margin-top:-120px;
	background:rgba(26,183,218,1);
}
#wm:hover{ background:#21a2bf; text-decoration:none; }


#home_services
{
	width:100%; height:auto; float:left;
	padding-top:65px; padding-bottom:65px;
	background:#0a2656;
}

#home_services h2
{
	width:100%; height: auto; float:left;
	margin-bottom:25px;
	font-family: 'EB Garamond', serif; font-size:46px; color:#FFF; font-weight:600;
}

#home_services p
{
	width:100%; height: auto; float:left;
	margin-bottom:25px;
	font-size:18px; line-height:34px; color:#FFF;
}

#home_services ul
{
	width:100%; height: auto; float:left;
	border-top:1px solid #44587d; border-left:1px solid #44587d;
}

#home_services ul li
{
	width:33.33%; height: auto; float:left;
	padding:30px;
	border-right:1px solid #44587d; border-bottom:1px solid #44587d;
}

#home_services ul li h3
{
	width:100%; height: auto; float:left;
	margin-bottom:25px;
	font-size:32px; color:#0ea2c6;
}


#home_services ul li p
{
	width:100%; height: 105px; float:left;
	margin-bottom:25px;
	font-size:16px; color:#EEE; line-height:24px; text-align:justify;
}
#home_services ul li a
{
	color:#0ea2c8; font-size:18px; font-weight:600;
	border-bottom:2px solid #0ea2c8;
	padding-bottom:2px;
}
#home_services ul li a:hover{ color:#FFF; text-decoration:none; border-bottom:2px solid #FFF; }



#home_why
{
	width:100%; height:auto; float:left;
	padding-top:65px; padding-bottom:65px;
}

#home_why_l
{
	width:45%; height:auto; float:left;
	margin-right:5%;
}

#home_why_l h2
{
	width:100%; height:auto; float:left;
	margin-bottom:15px; margin-top:85px;
	font-family: 'EB Garamond', serif; font-size:42px; color:#0a2656; font-weight:600;;
}
#home_why_l p
{
	width:100%; height:auto; float:left;
	margin-bottom:25px;
	font-size:18px; line-height:32px;
}

#home_why_logo
{
	text-align:center;
}
#home_why_logo img{ height:70px; width:auto; margin-left:10px; margin-right:10px; margin-bottom:15px; }

#home_why_r
{
	width:50%; height:auto; float:left;
}

#home_why_r ul
{
	width:100%; height:auto; float:left;
	
}
#home_why_r ul li
{
	width:47%; height:auto; float:left;
	margin-left:3%; margin-bottom:20px; padding:25px;
	border:4px solid #e5e5e5;
	
}
#home_why_r ul li:last-child{ margin-top:-55px; }
#home_why_r ul li h3
{
	width:100%; height:auto; float:left;
	margin-bottom:15px;
	font-size:22px; color:#0a2656; font-weight:600;;
}
#home_why_r ul li p
{
	width:100%; height:auto; float:left;
	font-size:14px;
}


#home_call
{
	width:100%; height:auto; float:left;
	padding-top:65px; padding-bottom:65px;
	background:#0a2656;
}
#home_call_l
{
	width:60%; height:auto; float:left;
	margin-right:5%;
	color:#FFF;
}

#home_call_l h2
{
	width:100%; height:auto; float:left;
	margin-bottom:15px; margin-top:55px;
	font-family: 'EB Garamond', serif; font-size:42px; color:#FFF; font-weight:600;;
}
#home_call_l p
{
	width:100%; height:auto; float:left;
	margin-bottom:25px;
	font-size:18px; line-height:32px; color:#EEE;
}

#home_call_r
{
	width:35%; height:auto; float:left;
	padding:45px;
	background:#FFF;
	border-radius: 11px 11px 11px 11px;
	-webkit-border-radius: 11px 11px 11px 11px;
	-moz-border-radius: 11px 11px 11px 11px;
	box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.75);
	-webkit-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.75);
	-moz-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.75);
}
#home_call_r h3
{
	width:100%; height:auto; float:left; position:relative;
	margin-bottom:25px; padding-left:65px;
	font-size:32px; color:#222; font-weight:600;
}
#home_call_r h3:before
{
	position:absolute; left:0px; top:0px;
	font-family: "FontAwesome"; font-size:52px; color:#0492d2;
   content: "\f27b";
}

#home_call_r a
{
	width:100%; height:auto; float:left; cursor:pointer;
	background:#ff495f;
	font-size:26px; color:#FFF; font-weight:600; text-align:center; line-height:58px;
	border-radius: 11px 11px 11px 11px;
	-webkit-border-radius: 11px 11px 11px 11px;
	-moz-border-radius: 11px 11px 11px 11px;
}
#home_call_r a:hover{ background:#cc263a; text-decoration:none; }




#home_faq
{
	width:100%; height:auto; float:left;
	margin-top:75px; margin-bottom:75px;
}

#home_faq h2
{
	width:100%; height:auto; float:left;
	margin-bottom:35px;
	font-family: 'EB Garamond', serif; font-size:42px; color:#0a2656; font-weight:600; text-align:center;
}

#home_faq ul
{
	width:100%; height:auto; float:left;
	border-top:1px solid #e5e5e5;
}
#home_faq ul li
{
	width:100%; height:auto; float:left;
	border-bottom:1px solid #e5e5e5;
}
#home_faq ul li h3
{
	width:100%; height:auto; float:left;
}
#home_faq ul li h3 a
{
	width:100%; height:auto; float:left; cursor:pointer;
	font-size:22px; color:#222; font-weight:600;
	padding:15px;
}
#home_faq ul li h3 a i{ float:right; }
#home_faq ul li h3 a:hover
{
	background:#EEE; text-decoration:none;
}
#home_faq ul li p
{
	width:100%; height:auto; float:left; display:none;
	margin-top:15px; margin-bottom:25px; padding:15px;
	font-size:18px; line-height:39px;
}

#home_testimonials
{
	width:100%; height:auto; float:left;
	padding-top:65px; padding-bottom:65px;
	background:#0492d2;
}

#home_testimonials h2
{
	width:100%; height:auto; float:left;
	margin-bottom:35px;
	font-family: 'EB Garamond', serif; font-size:52px; color:#FFF; font-weight:600; text-align:center;
}

#home_testimonials .owl-carousel{ background:none; }

#home_testimonials ul
{
	width:100%; height:auto; float:left;
}
#home_testimonials ul li
{
	width:98%; min-height:220px; float:left; position:relative;
	margin-left:1%; margin-right:1%; padding:35px; padding-top:75px;
	background:#000;
	color:#FFF; text-align: center;
	border-radius: 10px 10px 10px 10px;
	-webkit-border-radius: 10px 10px 10px 10px;
	-moz-border-radius: 10px 10px 10px 10px;
	font-size:14px;
}
#home_testimonials ul li strong
{
	width:100%; height:auto; float:left;
	margin-top:10px;
	font-weight:600;
}
#home_testimonials ul li:before
{
	font-family:FontAwesome; content:'\f10e '; font-size:42px;
	position:absolute; left:50%; top:25px;
}
#home_testimonials ul li	
{
	font-size:18px; line-height:24px;
}

#footer
{
	width:100%; height:auto; float:left;
	background:#f4f4f4;
	text-align:center;
}
#footer_one
{
	width:100%; height:auto; float:left;
	padding-top:15px; padding-bottom:15px;
	border-bottom:1px solid #DDD;
	text-align:center; font-size:22px; line-height:80px;
}

#footer_one ul
{
	width:auto; height:auto; display:inline-block;
}
#footer_one ul li
{
	width:auto; height:auto; display:inline-block;
	margin-left:15px; margin-right:15px;
}
#footer_one ul li a
{
	width:auto; height:auto; display:inline-block;
	color:#000; font-size:24px; text-align:center;
}
#footer_one ul li a i{ font-size:29px; line-height:80px; }

#footer_two
{
	width:100%; height:auto; float:left;
	padding-top:45px; padding-bottom:15px;
	text-align:left;
}

.footer_two_col
{
	width:25%; height:auto; float:left;
}
.footer_two_col h3
{
	width:100%; height:auto; float:left;
	margin-bottom:15px;
	font-size:24px;
}

.footer_two_col ul
{
	width:100%; height:auto; float:left;
}
.footer_two_col ul li
{
	width:100%; height:auto; float:left;
	margin-bottom:10px;
}
.footer_two_col ul li a
{
	width:100%; height:auto; float:left;
	color:#444; font-size:16px;
}

#footer_reg_logo
{
	width:100%; height:auto; float:left;
	text-align:center;
	background:#FFF;
	padding:15px; margin-top:40px;
	border-radius: 10px 10px 10px 10px;
	-webkit-border-radius: 10px 10px 10px 10px;
	-moz-border-radius: 10px 10px 10px 10px;
}
#footer_reg_logo img {
    height: 70px;
    width: auto;
    margin-left: 30px;
    margin-right: 30px;
	margin-bottom:15px;
}

#footer_copy
{
	width:100%; height:auto; float:left;
	padding-top:25px; padding-bottom:25px; margin-top:40px;
	text-align: center; font-size:18px; color:#FFF;
	background:#222;
}
#footer_copy a{ color:#FFF; }


#about_header
{
	width:100%; height:auto; float:left;
	padding-top:180px; padding-bottom:65px;
	background:#002e5c;
	color:#FFF;
}
#about_header h1
{
	font-size:52px;
}
#about_content
{
	width:100%; height:auto; float:left;
	padding-top:45px; padding-bottom:45px;
	background:#e5e5e5;
}
#about_content h2 {
    width: 100%;
    height: auto;
    float: left;
    margin-bottom: 25px;
    font-family: 'EB Garamond', serif;
    font-size: 42px;
    color: #0a2656;
    font-weight: 600;
}
#about_content p
{
	width:100%; height:auto; float:left;
	margin-bottom:20px;
	font-size:18px; line-height:34px; text-align:justify;
}


#testimonials
{
	width:70%; height:auto; float:left;
	margin-left:15%; margin-right:15%;
	margin-top:75px;
}

#testimonials ul
{
	width:100%; height:auto; float:left;
}
#testimonials ul li
{
	width:100%; height:auto; float:left;
	padding:25px; margin-bottom:25px;
	border:4px solid #e5e5e5;
	font-size:16px; line-height:24px; text-align:justify
}
#testimonials ul li h3
{
	width:100%; height:auto; float:left;
	font-size:18px; font-weight:600;
}


#news_sub
{
	width:100%; height:auto; float:left;
	margin-top:75px; margin-bottom:35px;
}

#news_sub ul
{
	width:100%; height:auto; float:left;
}
#news_sub ul li
{
	width:auto; height:auto; float:left;
	margin-bottom:15px; margin-right:15px;
}
#news_sub ul li a
{
	width:auto; height:auto; float:left;
	padding:10px;
	border:2px solid #e5e5e5;
}

#news_cont
{
	width:100%; height:auto; float:left;
	margin-bottom:75px; margin-top:75px;
}
.news_cont_box
{
	width:31.33%; height:auto; float:left; position:relative; overflow:hidden;
	margin-bottom:25px; margin-left:1%; margin-right:1%;
	background:#002e5c;
}
.news_cont_box:hover img
{
	opacity:0.5;
	transform: scale(1.3);
	transform-origin: 50% 50%;
}
.news_cont_box img
{
	width:100%; height:auto; float:left;
	opacity:0.8;
		transition: transform .4s;   /* smoother zoom */
}
.news_cont_box h3
{
	width:94%; height:auto;
	position:absolute; left:3%; bottom:20px;
	font-size:18px; color:#FFF; font-weight:600;
}

#contact_blue
{
	width:100%; height:auto; float:left;
	padding-top:45px; padding-bottom:45px; margin-bottom:75px;
	background:#e5f7ff;
}
#contact_blue_l
{
	width:35%; height:auto; float:left;
	margin-right:5%;
}
#contact_blue_l h2
{
	width:100%; height:auto; float:left;
	font-size:52px; font-weight:600; color:#002e5c;
}
#contact_blue_r
{
	width:60%; height:auto; float:left;
}
#contact_blue_r h2
{
	width:100%; height:auto; float:left;
	margin-bottom:20px;
	font-size:26px; font-weight:600; color:#002e5c;
}
#contact_blue_r p
{
	width:100%; height:auto; float:left;
	margin-bottom:10px;
	font-size:18px;
}

#contact-form
{
	width:70%; height:auto; float:left;
	margin-left:15%; margin-right:15%;
}
#contact-form h2
{
	width:100%; height:auto; float:left;
	margin-bottom:35px;
	font-size:42px; font-weight:600; color:#002e5c;
}

.contact-r-row{ width:100%; height:auto; float:left; margin-bottom:20px; }
.contact-r-row-td
{
	width:48%; height:auto; float:left;
	margin-right:2%;
}

.contact-r-row label{ width:100%; height:auto; float:left; margin-bottom:10px; font-size:16px; }
.contact-r-row input[type='text']
{
	width:100%; height:45px; float:left;
	font-size:14px;
}
.contact-r-row select
{
	width:100%; height:38px; float:left; cursor:pointer;
	font-size:14px;
}
.contact-r-row textarea
{
	width:100%; height:150px; float:left;
	font-size:14px;
}
.contact-r-row input[type='submit']
{
	width:130px; height:40px; float:left; cursor:pointer;
	font-size:14px; color:#000;
	background:#45bde2;
}

#contact-map
{
	width:100%; height:auto; float:left;
	margin-top:50px;
}
#contact-map iframe
{
	width:100%; height:550px; float:left;
}


.services_page
{
	margin-top:75px;
}

#service_view
{
	width:100%; height:auto; float:left;
	margin-top:75px; margin-bottom:75px;
}
#service_view_l
{
	width:45%; height:auto; float:left;
	margin-right:5%;
}
#service_view_l img
{
	width:100%; height:auto; float:left;
}
#service_view_r
{
	width:50%; height:auto; float:left;
}
#service_view_r h2
{
	width:100%; height:auto; float:left;
	margin-bottom:20px;
	font-size:26px; font-weight:600; color:#002e5c;
}
#service_view_r h3
{
	width:100%; height:auto; float:left;
	margin-bottom:20px;
	font-size:22px; font-weight:600; color:#002e5c;
}
#service_view_r p
{
	width:100%; height:auto; float:left;
	margin-bottom:25px;
	font-size:18px; text-align:justify; line-height:32px;
}


#service_view_r ul{width:100%; height:auto; float:left; margin-bottom:20px; }
#service_view_r ul li
{
	width:100%; height:auto; float:left;
	margin-bottom:15px; list-style:inside;
	font-size:18px; line-height:32px;
}
