/* Navigation Menu Styles */
.navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus { background-color:#2b96cc; }
.navbar-nav > li:hover a{ background:#2B96CC; color:#fff !important; }
.dropdown-menu { border-top: 6px solid #2B96CC !important; }
.navbar-nav > li:hover ul li a:hover{ color:#2b96cc !important; }
.navbar-nav li.mega-menu-item .mega-menu{ border-top: 6px solid #2B96CC;}
.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus { background-color: #2B96CC; }
.navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:hover, .navbar-default .navbar-nav > .open > a:focus { background-color: #2B96CC; }
.colourfull-row { background:url(../images1/colourfull-line.jpg) center top repeat-x; height:3px; }
.navbar { font-family: 'SourceSansProRegular'; font-size: 14px; line-height: 1.428571429; color: #646464; background-color: #ffffff; }
.navbar-nav { margin: 7.5px -15px; }
.navbar-nav > li > a { padding-top: 9px; padding-bottom: 7px; line-height: 20px; border-radius:5px; -moz-border-radius:5px; -webkit-border-radius:5px; }
.dropdown { position: relative;	padding-bottom:20px; }
.dropdown-toggle:focus { outline: 0; }
.dropdown-menu { position: absolute; top: 100%; left: 0; z-index: 1000; display: none; float: left; min-width: 200px; padding: 0 0 4px; margin: 2px 0 0;
	font-size: 14px; list-style: none; border-radius: 4px; background-clip: padding-box; background:#fff; }
.dropdown-menu.pull-right { right: 0; left: auto; }
.dropdown-menu li{ padding:0 17px}
.dropdown-menu .divider { height: 1px; margin: 9px 0; overflow: hidden; background-color: #e5e5e5; }
.dropdown-menu > li > a { display: block; padding: 11px 0; clear: both; font-weight: normal; line-height: 1.428571429; color: #333333; white-space: nowrap;
	background:#fff; border-bottom:1px solid #e0e0e0 }
.dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus { color: #f5f5f5; text-decoration: none; }
.dropdown-menu > .active > a, .dropdown-menu > .active > a:hover, .dropdown-menu > .active > a:focus 
	{ color: #ffffff; text-decoration: none; background-color: #428bca; outline: 0; }
.dropdown-menu > .disabled > a, .dropdown-menu > .disabled > a:hover, .dropdown-menu > .disabled > a:focus { color: #999999; }
.dropdown-menu > .disabled > a:hover, .dropdown-menu > .disabled > a:focus { text-decoration: none; cursor: not-allowed; background-color: transparent; 
	background-image: none; filter: progid:DXImageTransform.Microsoft.gradient(enabled=false); }
.dropdown-menu > li:last-child > a{ border-bottom:0 !important;}
.open > .dropdown-menu { display: block; }
.open > a { outline: 0; }
.dropdown-header { display: block; padding: 3px 20px; font-size: 12px; line-height: 1.428571429; color: #999999; }
.dropdown-backdrop { position: fixed; top: 0; right: 0; bottom: 0; left: 0; z-index: 990; }
.pull-right > .dropdown-menu { right: 0; left: auto; }
.dropup .caret, .navbar-fixed-bottom .dropdown .caret { border-top: 0 dotted; border-bottom: 4px solid #000000; content: ""; }
.dropup .dropdown-menu, .navbar-fixed-bottom .dropdown .dropdown-menu { top: auto; bottom: 100%; margin-bottom: 1px; }
.navbar-nav li .dropdown-menu li.dropdown-submenu{ position:relative}
.navbar-nav li .dropdown-menu li.dropdown-submenu .fa-angle-right{position: absolute;right: 18px;top: 13px;}
.navbar-nav li .dropdown-menu li.dropdown-submenu ul.dropdown-menu{ left:100% !important;border-top-left-radius: 0;border-top-right-radius: 0; display:none !important; top:0 !important}
.navbar-nav li .dropdown-menu li.dropdown-submenu:hover .dropdown-menu{ display:block !important;}
.navbar-nav li .dropdown-menu li.dropdown-submenu ul.dropdown-menu li.dropdown-submenu ul.dropdown-menu{ display:none !important;}
.navbar-nav li .dropdown-menu li.dropdown-submenu ul.dropdown-menu li.dropdown-submenu:hover ul.dropdown-menu{ display:block !important;}
/*mega menu*/
.navbar-nav li.mega-menu-item{ position:static !important; padding-bottom:20px;}
.navbar-nav li.mega-menu-item .mega-menu{ width:100%; background:#fff; position:absolute; left:0; top:100%; padding:18px; border-radius:4px; -moz-border-radius:4px; -webkit-border-radius:4px;border-top-left-radius: 0;border-top-right-radius: 0; z-index:1; display:none;}
.navbar-nav li.mega-menu-item:hover .mega-menu{ display:block;}
.navbar-nav li .mega-menu img{ float:right;}
.navbar-nav li .mega-menu ul{ padding:0 15px; list-style:none; float:left; width:20%;}
.navbar-nav li .mega-menu ul li strong{ min-height:33px; font-size:18px; display:block;}
.navbar-nav li .mega-menu ul li a{ border-bottom:1px solid #E0E0E0; padding:9.5px 0; display:block;}
@media (min-width: 768px) {
.navbar-right .dropdown-menu { right: 0; left:0; }
.navbar-nav > li.dropdown.last .dropdown-menu { right: 0; left:auto; } }
.nav { padding-left: 0; margin-bottom: 0; list-style: none; }
.nav:before, .nav:after { display: table; content: " "; }
.nav:after { clear: both; }
.nav:before, .nav:after { display: table; content: " "; }
.nav:after { clear: both; }
.nav > li { position: relative; display: block; }
.nav > li > a { position: relative; display: block; padding: 10px 20px; }
.nav > li > a:hover, .nav > li > a:focus { text-decoration: none; background-color: #eeeeee; }
.nav > li.disabled > a { color: #999999; }
.nav > li.disabled > a:hover, .nav > li.disabled > a:focus { color: #999999; text-decoration: none; cursor: not-allowed; background-color: transparent; }
.nav .open > a, .nav .open > a:hover, .nav .open > a:focus { background-color: #eeeeee; border-color: #428bca; }
.nav .open > a .caret, .nav .open > a:hover .caret, .nav .open > a:focus .caret { border-top-color: #2a6496; border-bottom-color: #2a6496; }
.nav .nav-divider { height: 1px; margin: 9px 0; overflow: hidden; background-color: #e5e5e5; }
.nav > li > a > img { max-width: none; }
.nav .caret { border-top-color: #428bca; border-bottom-color: #428bca; }
.nav a:hover .caret { border-top-color: #2a6496; border-bottom-color: #2a6496; }
.navbar { position: relative; min-height: 50px; }
.navbar:before, .navbar:after { display: table; content: " "; }
.navbar:after { clear: both; }
.navbar:before, .navbar:after { display: table; content: " "; }
.navbar:after { clear: both; }
.navbar-header:before, .navbar-header:after { display: table; content: " "; }
.navbar-header:after { clear: both; }
.navbar-header:before, .navbar-header:after { display: table; content: " "; }
.navbar-header:after { clear: both; }
@media (min-width: 768px) { .navbar-header { float: left; } }
.navbar-collapse { padding-left: 15px; overflow-x: visible; border-top: 1px solid transparent; box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
	-webkit-overflow-scrolling: touch; }
.navbar-collapse:before, .navbar-collapse:after { display: table; content: " "; }
.navbar-collapse:after { clear: both; }
.navbar-collapse:before, .navbar-collapse:after { display: table; content: " "; }
.navbar-collapse:after { clear: both; }
.navbar-collapse.in { overflow-y: auto; }
@media (min-width: 768px) {
.navbar-collapse { width: auto; border-top: 0; box-shadow: none; }
.navbar-collapse.collapse { display: block !important; height: auto !important; padding-bottom: 0; overflow: visible !important; }
.navbar-collapse.in { overflow-y: auto; }
.navbar-collapse .navbar-nav.navbar-left:first-child { margin-left: -15px; }
.navbar-collapse .navbar-nav.navbar-right:last-child { margin-right: -15px; }
.navbar-collapse .navbar-text:last-child { margin-right: 0; } }
.container > .navbar-header, .container > .navbar-collapse { margin-right: -15px; margin-left: -15px; }
@media (min-width: 768px) { .container > .navbar-header,.container > .navbar-collapse { margin-right: 0; margin-left: 0; } }
.navbar-static-top { z-index: 1000; border-width: 0 0 1px; }
@media (min-width: 768px) { .navbar-static-top { border-radius: 0; } }
.navbar-brand { float: left; margin:20px 0 0; font-size: 18px; line-height: 20px; }
.navbar-brand { float: left; margin:5px 0 5px; font-size: 18px; line-height: 20px; }
.navbar-brand img { width:200px}
.navbar-brand:hover, .navbar-brand:focus { text-decoration: none; }
@media (min-width: 768px) { .navbar > .container .navbar-brand { margin-left: -15px; }
.navbar-brand { float: left; margin:20px 0 0; font-size: 18px; line-height: 20px; } }
@media (max-width: 767px) {
.navbar-nav .open .dropdown-menu { position: static; float: none; width: auto; margin-top: 0; background-color: transparent; border: 0; box-shadow: none; }
.navbar-nav .open .dropdown-menu > li > a, .navbar-nav .open .dropdown-menu .dropdown-header { padding: 5px 15px 5px 25px; }
.navbar-nav .open .dropdown-menu > li > a { line-height: 20px; }
.navbar-nav .open .dropdown-menu > li > a:hover, .navbar-nav .open .dropdown-menu > li > a:focus { background-image: none; }
.navbar-nav { margin: 0; }
.navbar-collapse.navbar-right { padding-left:0}
.dropdown, .navbar-nav li.mega-menu-item { padding-bottom: 5px;} }
@media (min-width: 768px) {
.navbar-nav { float: left; margin: 0; }
.navbar-nav > li { float: left; margin:0 2px; }
.navbar-nav > li.dropdown:hover ul{ display:block !important;}
.navbar-nav > li:hover ul li a{ background:#fff; color:#707070 !important}}
@media (min-width: 768px) { .navbar-left { float: left !important; }
.navbar-right { float: right !important; } }
.navbar-nav > li > .dropdown-menu { margin-top: 0; border-top-right-radius: 0; border-top-left-radius: 0; }
.navbar-nav.pull-right > li > .dropdown-menu, .navbar-nav > li > .dropdown-menu.pull-right { right: 0; left: auto; }
.navbar-fixed-bottom .navbar-nav > li > .dropdown-menu { border-bottom-right-radius: 0; border-bottom-left-radius: 0; }
.navbar-btn { margin-top: 8px; margin-bottom: 8px; }
.navbar-text { float: left; margin-top: 15px; margin-bottom: 15px; }
.navbar-toggle { position: relative; float: right; padding: 9px 10px; margin-top: 25px; margin-right: 15px; margin-bottom: 8px; background-color: transparent;
	border: 1px solid transparent; border-radius: 4px; min-width:0; }
.navbar-default { background-color: #FFFFFF; }
.navbar-default .navbar-brand { color: #777777; }
.navbar-default .navbar-text { color: #777777; }
.navbar-default .navbar-nav > li > a { color: #707070; text-transform:uppercase; }
.navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus { color: #fff; }
.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus { color: #fff; }
.navbar-default .navbar-nav > .disabled > a, .navbar-default .navbar-nav > .disabled > a:hover, .navbar-default .navbar-nav > .disabled > a:focus 
	{color: #cccccc; background-color: transparent; }
.navbar-default .navbar-toggle { border-color: #dddddd; }
.navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus { background-color: #dddddd; }
.navbar-default .navbar-toggle .icon-bar { background-color: #cccccc; }
.navbar-default .navbar-collapse, .navbar-default .navbar-form { margin:25px 0 0; }
@media (min-width: 768px) { .navbar-text { margin-right: 15px; margin-left: 15px; } }
.navbar-default .navbar-brand:hover, .navbar-default .navbar-brand:focus { color: #5e5e5e; background-color: transparent; }
.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover,.navbar-default .navbar-nav > .active > a:focus { color: #fff; }
.navbar-toggle .icon-bar { display: block; width: 22px; height: 2px; border-radius: 1px; }
.navbar-toggle .icon-bar + .icon-bar { margin-top: 4px; }
@media (min-width: 768px) { .navbar-toggle { display: none; } }
.navbar-default .navbar-nav > .dropdown > a:hover .caret, .navbar-default .navbar-nav > .dropdown > a:focus .caret 
	{ border-top-color: #333333; border-bottom-color: #333333; }
.navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:hover, .navbar-default .navbar-nav > .open > a:focus { color: #fff; }
.navbar-default .navbar-nav > .open > a .caret, .navbar-default .navbar-nav > .open > a:hover .caret, .navbar-default .navbar-nav > .open > a:focus .caret
	{ border-top-color: #555555; border-bottom-color: #555555; }
.navbar-default .navbar-nav > .dropdown > a .caret { border-top-color: #777777; border-bottom-color: #777777; }
@media (max-width: 767px) {
body { min-width:320px;}
.navbar-default .navbar-nav .open .dropdown-menu > li > a { color: #777777; }
.navbar-default .navbar-nav .open .dropdown-menu > li > a:hover, .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus 
{ color: #333333; background-color: transparent; }
.navbar-default .navbar-nav .open .dropdown-menu > .active > a, .navbar-default .navbar-nav .open .dropdown-menu > .active > a:hover,
.navbar-default .navbar-nav .open .dropdown-menu > .active > a:focus { color: #555555; background-color: #e7e7e7; }
.navbar-default .navbar-nav .open .dropdown-menu > .disabled > a, .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:hover,
.navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:focus { color: #cccccc; background-color: transparent; }
.dropdown-menu li{ padding:0}
.dropdown-menu li .fa-angle-right{ }
.navbar-nav .open .dropdown-menu > li > a { line-height: 30px; }
.navbar-nav .open:hover .dropdown-menu > li > a { background:#fff; color:#707070 !important }
.navbar-nav .open:hover .dropdown-menu > li > a:hover { background:#fff; color:#2B96CC !important }
.navbar-nav .dropdown-menu > li.dropdown-submenu .dropdown-menu li a{ padding-left:5%;}
.navbar-nav li.mega-menu-item .mega-menu { position:relative; top:0; border-top:0}
.navbar-nav li .mega-menu ul { float: none; width: 100%; padding-top: 20px; }
.navbar-nav li .mega-menu img{ float:none;}
.navbar-nav li .mega-menu ul li a { background: none repeat scroll 0 0 #FFFFFF; color: #707070 !important; } }
.navbar-default .navbar-link { color: #777777; }
.navbar-default .navbar-link:hover { color: #333333;}

/* Slideshow Styles */
.boxedcontainer { max-width: 1170px; margin:auto; padding:0px 30px;}
.tp-banner-container{ width:100%; position:relative; padding:0; }
.tp-banner{ width:100%; position:relative; }
.tp-banner-fullscreen-container { width:100%; position:relative; padding:0; }

/* Services */
.m0 { margin: 0; }
.p0 { padding: 0; }
section.row { margin: 0; position: relative; }
.titleRow { color: #404d5f; text-align: center; margin-bottom: 30px; text-transform: uppercase; }
.titleRow h5 { font-family: 'Lato', sans-serif; margin: 0; line-height: 1; font-weight: 300; }
.titleRow h2 { font-family: 'Lato', sans-serif; font-size: 27px; margin: 0; line-height: 40px; font-weight: bold; }
.titleRow h2:after { content: ''; width: 85px; height: 1px; background: #0186d5; display: block; margin: 10px auto 0; }
.titleRow.text-left { text-align: left; }
.titleRow.text-left h2:after { margin-left: 0; }
.service_tab{ padding: 40px 0 125px; }
.service_tab #service_tab{ margin: 60px 0 90px; }
.service_tab #service_tab li{ padding: 0 15px; text-align: center; }
.service_tab #service_tab li a{ border: 1px solid  #e5f0fb; border-radius: 0; padding: 0 5px 20px; line-height: 1.4; text-transform: uppercase;
	font-family: 'Lato', sans-serif; font-size: 13px; font-weight: 600; color: #657188; transition: all 300ms ease-in-out; }
.service_tab #service_tab li a span{ display: block; width: 77px; height: 57px; margin: -25px auto 20px; background: no-repeat scroll center center #e5f0fb;
	border-left: 10px solid  #fff; border-right: 10px solid  #fff; transition: all 300ms ease-in-out; }
.service_tab #service_tab li a:hover{ background: none; }
.service_tab #service_tab li.active a{ border-color: #0186d5; color: #404d5f; }
.service_tab #service_tab li.active a span{ background-color: #0186d5; }
.service_tab #service_tab li:nth-child(1) a span{ background-image: url(../images1/1-g.png); }
.service_tab #service_tab li:nth-child(2) a span{ background-image: url(../images1/2-g.png); }
.service_tab #service_tab li:nth-child(3) a span{ background-image: url(../images1/3-g.png); }
.service_tab #service_tab li:nth-child(4) a span{ background-image: url(../images1/4-g.png); }
.service_tab #service_tab li:nth-child(5) a span{ background-image: url(../images1/5-g.png); }
.service_tab #service_tab li:nth-child(6) a span{ background-image: url(../images1/6-g.png); }
.service_tab #service_tab li.active:nth-child(1) a span{ background-image: url(../images1/1-w.png); }
.service_tab #service_tab li.active:nth-child(2) a span{ background-image: url(../images1/2-w.png); }
.service_tab #service_tab li.active:nth-child(3) a span{ background-image: url(../images1/3-w.png); }
.service_tab #service_tab li.active:nth-child(4) a span{ background-image: url(../images1/4-w.png); }
.service_tab #service_tab li.active:nth-child(5) a span{ background-image: url(../images1/5-w.png); }
.service_tab #service_tab li.active:nth-child(6) a span{ background-image: url(../images1/6-w.png); }
.service_tab .tab-content{} .service_tab .tab-content .tab-pane{ transition: all 300ms ease-in-out; }
.service_tab .tab-content .tab-pane .col-sm-6 .row{ position: relative; }
.service_tab .tab-content .tab-pane img{ width: 100%; }
.service_tab .tab-content .tab-pane .ts{ display: block; padding: 0 20px; line-height: 38px; background: #43b9f6; font-family: 'Lato', sans-serif; font-weight: bold;
	color: #fff; text-transform: uppercase; position: absolute; bottom: 75px; right: 0; }
.service_tab .tab-content .tab-pane h3{ font-family: 'Lato', sans-serif; font-weight: 700; text-transform: uppercase; margin-bottom: 30px; color: #404d5f; }
.service_tab .tab-content .tab-pane h3:after{ content: ''; width: 85px; height: 1px; background: #0186d5; display: block; margin: 13px 0 0; }
.service_tab .tab-content .tab-pane h4{ font-family: 'Lato', sans-serif; line-height: 30px; font-weight: normal; text-transform: uppercase; 
	color: #657188; margin-top: 0; margin-bottom: 20px; }
.service_tab .tab-content .tab-pane p{ color: #8595b1; line-height: 27px; font-size: 16px; font-weight: normal; font-family: 'Karla', sans-serif; }
.service_tab .tab-content .tab-pane .view_all{}
.fsize { font-size:16px; }

/* Footer */
footer { display: block; background: #FFFFFF; font-family: 'Noto Sans', sans-serif; font-size: 13px; line-height: 1.62857143 }
a { text-decoration: none }
a:hover { text-decoration: none }
footer ul { margin: 0px; padding: 0px }
footer li { list-style-type: none }
.no-pad { padding: 0px }
.no-pad-l { padding-left: 0px }
.no-pad-r { padding-right: 0px }
.no-pad-t { padding-top: 0px !important }
.no-pad-b { padding-bottom: 0px !important }
#footer { background: #363839; position: relative; float: left; width: 100%; padding: 40px 0px 20px 0 }
.foot-widget { border-bottom: 1px solid #272424; margin-bottom: 20px }
#footer p { color: #bcbec0; line-height: 1.4em }
.foot-logo { float: none; margin-bottom: 20px; height: 50px; width: 169px; background: url("../images1/logo2.png") no-repeat 0px 0 }
.address-icons { font-size: 16px; color: #bcbec0; margin-right: 16px; background: none; text-align: left; height: 20px; line-height: 1.3em; width: 17px; float: left }
.fa-globe.address-icons { height: 50px }
.foot-address div { color: #bcbec0; line-height: 1.5em; padding-bottom: 12px }
.foot-address { padding-bottom: 0px; float: left; margin-bottom: 14px }
.recent-post-foot li { padding: 0 0 5px 20px; background: url('../images1/list-arrow-foot.png') no-repeat 0 5px; float: left; width: 100% }
.recent-post-foot li a { line-height: 1.5em; color: #bcbec0; text-decoration: none; -webkit-transition: .5s; -moz-transition: .5s; -ms-transition: .5s;
	-o-transition: .5s; transition: .5s }
.recent-post-foot li a:hover { color: #fff; -webkit-transition: .5s; -moz-transition: .5s; -ms-transition: .5s; -o-transition: .5s; transition: .5s }
.event-date { color: #107fc9; font-size: 11px }
.foot-widget-title { font-size: 18px; font-weight: 600; color: #e6e7e8; line-height: 2.3em; padding-bottom: 35px; text-transform: uppercase; float: left; width: 100% }
.foot-widget .foot-widget-title:last-child { padding-bottom: 10px }
.recent-tweet-foot li { padding: 0 0 25px 20px; background: url('../images1/list-arrow-foot.png') no-repeat 0 5px; line-height: 1.7em;
	color: #bcbec0; float: left; width: 100% }
.news-subscribe { width: 100%; float: left; height: auto; padding: 0 0 20px 0 }
.news-tb { height: 30px; width: 53%; padding: 5px 5%; float: left; border: none; box-shadow: none; outline: none }
.news-button { height: 30px; width: 35%; float: left; text-align: center; line-height: 29px; color: #fff; border: none;
	box-shadow: none; background: #107fc9; outline: none }
.social-wrap { height: auto; width: 100%; float: left }
.social-wrap li { background: none; float: left; margin: 0px; padding: 0px }
.foot-widget .tooltip.bottom .tooltip-arrow { border-bottom-color: #262828 }
.foot-widget .tooltip-inner { background-color: #262828; border-radius: 0px }
.social-wrap-head .tooltip-inner { border-radius: 0px }
.foot-social-icon { font-size: 30px; line-height: 1em; height: 30px; width: auto; float: left; margin: 0 20px 0 0; color: #58595b; background: none; transition: .3s }
.foot-social-icon:hover { color: #107fc9; transition: .5s }
.foot-widget:last-child { border: none}
.bottom-footer { background: #2f3232; float: left; padding-top: 27px; padding-bottom: 27px; width: 100% }
.bottom-footer p { color: #bcbec0; line-height: 21px; margin: 0px }
.foot-menu { margin: 0px; padding: 0px }
.foot-menu li { display: inline; list-style-type: none; float: right }
.foot-menu li a { color: #bcbec0; font-size: 12px; text-transform: capitalize; padding: 0 19px 0 0; line-height: 21px; text-decoration: none; transition: .3s }
.foot-menu li a:hover { color: #878888; transition: .3s }
.complete-footer { float: left; width: 100%; /* position: fixed; */ z-index: -1; bottom: 0; left: 0 }
.foot-widget { margin-bottom: 25px }
@media (min-width:992px) {.foot-widget { margin-bottom: 0px; border: none }
.bottom-footer-wrap { background: #2f3232 }
.foot-social-icon { margin-right: 15px}}
.foot-widget-title {padding-bottom: 5px }
@media (max-width:767px) { .complete-footer { float: left; width: 100%; position: relative; z-index: -1; bottom: 0; left: 0 } }
.foot-widget-bottom { font-size:12px; }