/*Catamaran:400,500,600*/
html {
	position: relative;
	min-height: 100%;
}
body {
	font-family: 'Catamaran', sans-serif;
	font-weight: 400;
	font-size: 16px;
	color: #676767;
}
a {
	color: #054da3;
	text-decoration: none;
	-webkit-transition: all 0.2s linear;
	transition: all 0.2s linear;
}
a:focus, a:hover {
	color: #ff9417;
	text-decoration: none;
}
.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
	font-weight: 600;
}
.h1, h1 {
	font-size: 30px;
}
.h2, h2 {
	font-size: 28px;
}
.h3, h3 {
	font-size: 24px;
}
.h4, h4 {
	font-size: 22px;
	font-weight: 600;
}
.h5, h5 {
	font-size: 18px;
	font-weight: 600;
}
.h6, h6 {
	font-size: 16px;
	font-weight: 600;
}
strong, b {
	font-weight: 600;
}
i, em, strong i, i strong, strong em, em strong, b i, i b, b em, em b {
	font-style: italic;
}
img {
	max-width: 100%;
	height: auto;
}
ul, ol {
	padding-left: 20px;
}
#loading-website {
	height: 100%;
	margin-top: 0;
	position: fixed;
	top: 0;
	width: 100%;
	z-index: 9999;
	background: #1659a9;
	background: -moz-linear-gradient(top, #1659a9 0%, #8eb9ec 100%);
	background: -webkit-linear-gradient(top, #1659a9 0%, #8eb9ec 100%);
	background: linear-gradient(to bottom, #1659a9 0%, #8eb9ec 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1659a9', endColorstr='#8eb9ec', GradientType=0 );
}
#loading-center {
	width: 100%;
	height: 100%;
	position: relative;
}
#loading-center-absolute {
	position: absolute;
	left: 50%;
	top: 50%;
	height: 200px;
	width: 200px;
	margin-top: -100px;
	margin-left: -100px;
	-ms-transform: rotate(-135deg);
	-webkit-transform: rotate(-135deg);
	transform: rotate(-135deg);
}
.object {
	-moz-border-radius: 50% 50% 50% 50%;
	-webkit-border-radius: 50% 50% 50% 50%;
	border-radius: 50% 50% 50% 50%;
	position: absolute;
	border-top: 5px solid #FFF;
	border-bottom: 5px solid transparent;
	border-left: 5px solid #FFF;
	border-right: 5px solid transparent;
	-webkit-animation: animate 2s infinite;
	animation: animate 2s infinite;
}
#object_one {
	left: 75px;
	top: 75px;
	width: 50px;
	height: 50px;
}
#object_two {
	left: 65px;
	top: 65px;
	width: 70px;
	height: 70px;
	-webkit-animation-delay: 0.2s;
	animation-delay: 0.2s;
}
#object_three {
	left: 55px;
	top: 55px;
	width: 90px;
	height: 90px;
	-webkit-animation-delay: 0.4s;
	animation-delay: 0.4s;
}
#object_four {
	left: 45px;
	top: 45px;
	width: 110px;
	height: 110px;
	-webkit-animation-delay: 0.6s;
	animation-delay: 0.6s;
}
@-webkit-keyframes animate {
50% {
-ms-transform: rotate(360deg) scale(0.8);
-webkit-transform: rotate(360deg) scale(0.8);
transform: rotate(360deg) scale(0.8);
}
}
@keyframes animate {
50% {
-ms-transform: rotate(360deg) scale(0.8);
-webkit-transform: rotate(360deg) scale(0.8);
transform: rotate(360deg) scale(0.8);
}
}
.pace-loading {
    position: fixed;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    z-index: 9999;
    background: #ffffff;
    opacity: 1;
    overflow: hidden;
}
.pace-loading-logo {
    display: table;
    width: 100%;
    height: 100%;
    background: url(../images/loading1.svg) no-repeat center center;
    background-size: 120px auto;
}
.pace-loading-logo .logo-inner {
    display: table-cell;
    vertical-align: middle;
    background: url(../images/logo.png) no-repeat center center;
    background-size: 70px auto;
}
.main-header {
	position: relative;
	display: block;
}
.main-header .top-header {
	padding: 12px 0;
	background-color: #fff;
}
.top-header .top-right {
	text-align: right;
	margin-top: 14px;
}
.navbar {
	border-radius: 0px;
}
.navbar-brand {
	height: auto;
	padding: 6px 15px;
	width: 165px;
}
.navbar-brand>img {
	width: auto;
	height: 50px;
	-webkit-transition: all 0.2s linear;
	transition: all 0.2s linear;
}
.menu-fixed .navbar-brand>img {
	height: 40px;
}
.top-right .social {
	position: relative;
	display: block;
}
.social-links a {
	display: inline-block;
	font-size: 14px;
	margin-left: 2px;
	background-color: #000000;
	color: #ececec;
	width: 34px;
	height: 34px;
	line-height: 36px;
	padding: 0;
	text-align: center;
	border-radius: 10px 0;
}
.social-links a:hover {
	background-color: #1659a9;
	color: #fff;
}
.main-nav {
	position: relative;
	z-index: 10;
	width: 100%;
}
.navbar-default {
	background-color: #1659a9;
	border-color: #1659a9;
	border: none;
	margin: 0px;
	box-shadow: 0 3px 5px 0px rgba(0, 0, 0, 0.13);
}
.navbar-default .navbar-nav>li>a {
	color: #ffffff;
	font-weight: 400;
	font-size: 15px;
	text-transform: uppercase;
}
.menu-fixed .navbar-nav>li>a {
}
.menu-fixed .navbar-brand {
}
.navbar-default .navbar-nav>li>a:focus, .navbar-default .navbar-nav>li>a:hover {
	color: #ffffff;
	background-color: #FF9800;
}
.navbar-default .navbar-nav>.active>a, .navbar-default .navbar-nav>.active>a:focus, .navbar-default .navbar-nav>.active>a:hover, .current-menu-parent>a {
	color: #ffffff;
	background-color: #ff9417;
}
.navbar-default .navbar-nav>.open>a, .navbar-default .navbar-nav>.open>a:focus, .navbar-default .navbar-nav>.open>a:hover {
	color: #fff;
	background-color: #ff9417;
}
.menu-fixed .main-nav {
	z-index: 100;
	width: 100%;
	left: 0;
	-webkit-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
	-webkit-backface-visibility: hidden;
}
.navbar-default .dropdown-menu {
	background-color: #ff9417;
	border: none;
	border-radius: 0;
	padding: 0;
}
.navbar-default .dropdown-menu .dropdown .dropdown-menu {
	top: 0;
	left: 100%;
}
.navbar-default .dropdown-menu>li>a {
	color: #ffffff;
	padding: 8px 20px;
	border-bottom: 1px solid #ca6d01;
}
.navbar-default .dropdown-menu>li>a:focus, .navbar-default .dropdown-menu>li>a:hover {
	color: #ffffff;
	text-decoration: none;
	background-color: #ca6d01;
}
.navbar-default .dropdown-menu>.active>a, .navbar-default .dropdown-menu>.active>a:focus, .navbar-default .dropdown-menu>.active>a:hover {
	color: #ffffff;
	text-decoration: none;
	background-color: #ca6d01;
	outline: 0;
}
.navbar-default .dropdown .dropdown-toggle {
	display: none;
}
.navbar-default .navbar-toggle:focus, .navbar-default .navbar-toggle:hover {
	background-color: #ff9417;
	border-color: #ff9417;
}
.navbar-default .navbar-toggle {
	border-color: #fff;
	border-radius: 0;
	background-color: #fff;
}
.navbar-default .navbar-toggle .icon-bar {
	background-color: #1659a9;
}
.navbar-default .navbar-toggle:focus .icon-bar, .navbar-default .navbar-toggle:hover .icon-bar {
	background-color: #ffffff;
}
.slider-section {
	position: relative;
	display: block;
}
.home-slider .slider-caption {
	position: absolute;
	top: 0;
	height: 100%;
	width: 100%;
	display: block;
	color: #fff;
	background: rgba(0, 0, 0, 0.10);
}
.home-slider .caption-inner {
	display: table;
	height: 100%;
	width: 100%;
	position: relative;
}
.home-slider .caption-inner .caption {
	display: table-cell;
	width: 100%;
	vertical-align: middle;
	color: #fff;
}
.home-slider .desc {
	font-size: 18px;
}
.home-slider .desc h2, .home-slider .desc .slider-desc {
	max-width: 50%;
	margin-top: 0;
}
.home-slider .owl-nav [class*='owl-'] {
	width: 40px;
	height: 40px;
	position: absolute;
	border-radius: 100%;
	opacity: 0.6;
	background: #fff;
	text-align: center;
	box-shadow: 0 2px 6px 1px rgba(50, 50, 50, 0.14);
	visibility: visible;
	-webkit-transition: all 0.2s ease-out;
	transition: all 0.2s ease-out;
	margin: 0;
	padding: 0;
	color: #28437f;
}
.home-slider .owl-prev {
	left: 10px;
	top: 50%;
	-webkit-transform: translate(0, -50%);
	-ms-transform: translate(0, -50%);
	transform: translate(0, -50%);
}
.home-slider .owl-next {
	right: 10px;
	top: 50%;
	-webkit-transform: translate(0, -50%);
	-ms-transform: translate(0, -50%);
	transform: translate(0, -50%);
}
.home-slider .owl-next i {
	left: 2px;
}
.home-slider .owl-prev i, .home-slider .owl-next i {
	position: relative;
	font-size: 28px;
	line-height: 40px;
}
.owl-carousel .owl-nav [class*='owl-']:hover {
	background: #ffffff;
	color: #28437f;
	text-decoration: none;
	box-shadow: 0 5px 15px rgba(0,0,0,.18);
	transition: all 0.3s ease-in-out;
	opacity: 1;
}
.home-slider .owl-nav .disabled {
	visibility: hidden;
	opacity: 0;
}
.btn {
	border-radius: 0;
	font-weight: 400;
	box-shadow: none;
	white-space: normal;
	font-size: 16px;
}
.btn.active, .btn:active, .btn.focus {
	box-shadow: none;
	outline: none;
}
.btn-default {
	color: #fff;
	background-color: #1659a9;
	border-color: #1659a9;
}
button, html input[type=button], input[type=reset], input[type=submit] {
	background-color: #1659a9;
	border: none;
	color: #fff;
	cursor: pointer;
	-webkit-appearance: button;
	font-size: 16px;
	padding: 8px 15px;
	outline: none;
}
button:hover, input[type=button]:hover, input[type=reset]:hover, input[type=submit]:hover {
	background-color: #ff9417;
}
.btn-default:hover, .btn-default.focus, .btn-default:focus, .btn-default.active, .btn-default:active, .btn-default:active:hover {
	color: #fff;
	background-color: #ff9417;
	border-color: #ff9417;
	outline: none;
}
section {
	overflow: hidden;
}
.padding-section {
	padding: 55px 0;
}
.main-heading {
	position: relative;
	margin-bottom: 35px;
}
.main-heading:after {
	content: "";
	width: 50px;
	height: 3px;
	background: #1659a9;
	margin: 13px auto;
	display: block;
	transition: all ease-in-out .3s;
	-webkit-transition: all ease-in-out .3s;
}
.main-heading h2 {
	color: #1659a9;
	font-size: 32px;
	margin-bottom: 5px;
	margin-top: 0;
	text-transform: uppercase;
	font-weight: 800;
}
.main-heading h2 span {
	color: #ff9417;
}
.main-heading p {
	color: #545454;
	font-size: 18px;
}
section:hover .main-heading:after {
	width: 80px;
	background-color: #ff9417;
}
.services-section .service-block h3 {
	font-size: 20px;
	font-weight: 600;
	margin-top: 0;
}
.services-section .service-block {
	position: relative;
	margin-bottom: 30px;
	text-align: center;
	font-size: 16px;
	box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.15), 0 2px 10px 0 rgba(0, 0, 0, 0.1);
	background-color: #fff;
}
.service-block .service-icon {
	margin-bottom: 0px;
	margin-top: -35px;
}
.service-block .service-image {
	border-bottom: 1px solid #f5f5f5;
}
.service-block .service-image img {
	display: block;
	width: 100%;
	height: auto;
}
.service-block .icon {
	position: relative;
	background-color: #ff9417;
	color: #ffffff;
	font-size: 40px;
	height: 60px;
	width: 60px;
	line-height: 65px;
	margin: 0 auto;
	text-align: center;
	display: block;
	border-radius: 100%;
	transition: all ease-in-out .3s;
	-webkit-transition: all ease-in-out .3s;
	box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.15);
}
.service-block .icon i {
	-webkit-transition: 0.8s;
	-moz-transition: 0.8s;
	-o-transition: 0.8s;
	transition: 0.8s;
	display: inline-block;
}
.service-block:hover .icon i {
	transform: rotateY(360deg);
	-webkit-transform: rotateY(360deg);
	-webkit-transition: 0.8s;
	-moz-transition: 0.8s;
	-o-transition: 0.8s;
	transition: 0.8s;
}
.service-block .service-info {
	padding: 20px;
	font-size: 16px;
}
.service-block:hover h3 a {
	color: #ff9417;
}
.site-footer {
	background-color: #333333;
	padding: 50px 0 0;
	color: #fff;
}
.site-footer, .site-footer a, .site-footer a:visited {
	color: #a9a9a9;
}
.site-footer a:hover {
	color: #ffffff;
}
.site-footer .widget {
	margin-bottom: 20px;
	padding-bottom: 0;
}
.site-footer .widget-title, .site-footer .widget_recent_entries a {
	color: #ffffff;
}
.site-footer .widget_recent_entries a:hover {
	text-decoration: underline;
}
.site-footer .widget-title {
	position: relative;
	border-left: 3px solid #ff9417;
	margin: 0px;
	margin-bottom: 20px;
	padding-left: 15px;
	font-size: 16px;
	text-transform: uppercase;
	text-align: left;
	color: #ffffff;
	font-weight: 600;
}
.site-footer .widget .menu>li, .site-footer .widget_pages ul li, .site-footer .widget_categories ul li {
	display: inline-block;
	width: 49%;
	margin-bottom: 10px;
	vertical-align: top;
}
ul.menu, .widget_meta ul, .widget_archive ul, .widget_categories ul, .widget_recent_entries ul, .widget_pages ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
.right-sidebar .widget_meta ul li, .right-sidebar .widget_archive ul li, .right-sidebar .widget_categories ul li, .right-sidebar .widget_recent_entries ul li, .right-sidebar .widget_pages ul li {
	position: relative;
	padding: 8px 20px;
	border-left: 1px solid #efefef;
	border-bottom: 1px solid #efefef;
}
.right-sidebar .widget_meta ul li a, .right-sidebar .widget_archive ul li a, .right-sidebar .widget_categories ul li a, .right-sidebar .widget_recent_entries ul li a, .right-sidebar .widget_pages ul li a {
	color: #676767;
}
.right-sidebar .widget_meta ul li a:hover, .right-sidebar .widget_archive ul li a:hover, .right-sidebar .widget_categories ul li a:hover, .right-sidebar .widget_recent_entries ul li a:hover, .right-sidebar .widget_pages ul li a:hover {
	color: #ff9417;
}
.right-sidebar .widget_recent_entries ul li:last-child, .right-sidebar .widget_categories ul li:last-child, .right-sidebar .widget_archive ul li:last-child {
	border-bottom: none;
}
.site-footer .widget_meta ul li, .site-footer .widget_archive ul li, .site-footer .widget_categories ul li, .site-footer .widget_recent_entries ul li {
	position: relative;
	padding-bottom: 10px;
	margin-bottom: 10px;
	border-bottom: 1px solid #454545;
}
.site-footer .widget_recent_entries ul li:last-child, .site-footer .widget_categories ul li:last-child, .site-footer .widget_archive ul li:last-child {
	border-bottom: none;
	padding-bottom: 0;
}
.widget_recent_entries .post-date {
	display: block;
}
.widget_recent_entries .post-date:before {
	content: "\f017";
	padding-right: 6px;
	display: inline-block;
	font: normal normal normal 14px/1 FontAwesome;
	font-size: inherit;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
.widget {
	position: relative;
	margin-bottom: 25px;
}
.site-footer .footer-copyright {
	position: relative;
	display: block;
	background: #171717;
	padding: 15px 0;
	margin-top: 20px;
}
.site-footer .footer-copyright p {
	margin: 0px;
}
.bottom-menu ul.menu {
	text-align: right;
}
.bottom-menu ul.menu li {
	display: inline-block;
	padding-left: 10px;
	border-left: 1px solid #a9a9a9;
	line-height: 100%;
	margin-left: 10px;
}
.bottom-menu ul.menu li:first-child {
	margin: 0px;
	padding: 0px;
	border: none;
}
.contact-section {
	background-image: url(../images/contact-bg.jpg);
	padding: 55px 0;
	background-position: center center;
	background-size: cover;
	position: relative;
}
.contact-section:before {
	content: "";
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: rgba(22, 89, 169, 0.4);
}
.contact-box {
	background-color: rgba(0,0,0,0.5);
	display: table;
	width: 100%;
	position: relative;
	margin-bottom: 10px;
}
.contact-box .box-icon {
	background-color: rgba(0,0,0,0.4);
	display: table-cell;
	width: 100px;
	height: 100px;
	vertical-align: middle;
	text-align: center;
	font-size: 32px;
	color: #ff9417;
}
.contact-box .box-content {
	display: table-cell;
	vertical-align: middle;
	color: #fff;
	padding: 5px 15px;
}
.box-content .box-title {
	margin: 0;
	margin-bottom: 2px;
	color: #ff9417;
	font-weight: 600;
}
.box-content .box-desc {
	font-size: 16px;
	line-height: 18px;
}
.box-content a, .box-content a:visited {
	color: #ffffff;
}
.box-content a:hover {
	text-decoration: underline;
}
.news-section {
	background-color: #f5f5f5;
}
.news-section .ados-blog-post {
	position: relative;
	padding: 0 15px;
}
.ados-blog-post .post-item {
	position: relative;
	display: block;
}
.ados-blog-post .post-img {
	position: relative;
	overflow: hidden;
	margin-bottom: 15px;
	display: block;
}
.ados-blog-post .post-img .btn {
	position: absolute;
	bottom: 0;
	left: 0;
	opacity: 0;
}
.ados-blog-post .post-img:hover .btn {
	opacity: 1;
}
.ados-blog-post .owl-controls .owl-nav [class*=owl-] {
	background: #1659a9;
}
.ados-blog-post .entry-title {
	margin: 0px;
	margin-bottom: 10px;
	font-size: 16px;
	font-weight: 600;
}
.top-right .top-widget {
	display: inline-block;
	margin-left: 8px;
	margin-bottom: 8px;
	vertical-align: middle;
	color: #eaeaea;
}
.get-quote .btn {
}
.top-login {
	font-size: 16px;
}
.top-login .icon, .top-login span {
	display: inline-block;
	vertical-align: middle;
}
.top-login .icon {
	font-size: 20px;
	margin-right: 5px;
}
.page-title {
	position: relative;
	padding: 60px 0;
	margin-bottom: 0px;
}
.page-title:before {
	content: "";
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	background: rgba(0,0,0,0.5);
}
.page-title .header-title {
	position: relative;
	z-index: 3;
	font-size: 36px;
	color: #FFF;
	margin: 0 10px;
	font-weight: 600;
}
.page-title-hero {
	position: absolute;
	top: 0px;
	width: 100%;
	height: 100%;
	background-image: url(../images/banner.jpg);
	background-size: cover;
	background-position: center center;
	transform: translateZ(0);
	backface-visibility: hidden;
	z-index: -1;
}
#main {
	position: relative;
	padding: 45px 0;
}
.service-content {
	margin-bottom: 20px;
}
.service-content-header {
	position: relative;
	margin-bottom: 22px;
	border: 1px solid #e8e8e8;
}
.service-content .service-icon {
	position: absolute;
	left: 0px;
	bottom: -10px;
	width: 60px;
	height: 60px;
	line-height: 60px;
	text-align: center;
	background: #1659a9;
	color: #FFF;
	font-size: 40px;
	-webkit-transition: all 0.2s linear;
	transition: all 0.2s linear;
}
.service-content:hover .service-icon {
	background-color: #ff9417;
}
.service-content-title {
	position: relative;
	margin-bottom: 10px;
	font-size: 20px;
	font-weight: 600;
}
.service-content p {
	margin-bottom: 0;
	min-height: 65px;
}
.service-content-header .service-content-img {
	width: 100%;
	height: auto;
}
.alignleft {
	display: inline;
	float: left;
	margin-right: 20px;
	margin-bottom: 10px;
}
.alignright {
	display: inline;
	float: right;
	margin-left: 20px;
	margin-bottom: 10px;
}
.aligncenter {
	clear: both;
	float: none;
	display: block;
	margin-left: auto;
	margin-right: auto;
}
.wp-caption {
	border: 1px solid #efefef;
	position: relative;
	margin-bottom: 15px;
}
.wp-caption-text {
	margin: 0px;
	padding: 10px;
	background: #f1f1f1;
	color: #080808;
	font-size: 15px;
	font-weight: 400;
	position: relative;
	bottom: 0;
	left: 0;
	width: 100%;
}
hr {
	border-top: 1px solid #efefef;
}
::-moz-selection {
color: #fff;
background: #ff9417;
}
::selection {
	color: #fff;
	background: #ff9417;
}
.color1 {
	color: #ff9417;
}
.color2 {
	color: #1659a9;
}
.m-t-0 {
	margin-top: 0px;
}
.panel-group .panel-body {
	padding: 15px 15px 10px 15px;
	border: none;
	background-color: #f7f7f7;
}
.panel-group .panel-heading+.panel-collapse>.panel-body {
	border: none;
}
.nav-tabs {
	border-bottom: 1px solid #efefef;
	margin-top: 15px;
}
.nav-tabs>li>a:hover, .nav-tabs>li>a:focus, .nav-tabs>li.active>a, .nav-tabs>li.active>a:focus, .nav-tabs>li.active>a:hover {
	color: #ff9417;
	text-decoration: none;
	background-color: #efefef;
	border: 1px solid transparent;
	outline: none;
}
.nav-tabs>li>a {
	border: 1px solid transparent;
	margin-right: 2px;
	border-radius: 0;
	font-weight: 600;
	background-color: #efefef;
	color: #696969;
	font-size: 14px;
}
.tab-content {
	padding: 15px 15px 10px;
	border: 1px solid #efefef;
	margin-top: -1px;
}
.tab-content .tab-pane:after {
	content: "";
	clear: both;
	display: block;
}
.panel-default>.panel-heading {
	color: #333;
	background-color: #efefef;
	border-color: #ddd;
}
.panel-heading {
	padding: 12px 15px;
	font-weight: 600;
}
.panel-title {
	font-size: 15px;
}
.panel-heading {
	border-radius: 0px;
}
.panel-group .panel {
	margin-bottom: 10px;
	border-radius: 0;
	box-shadow: none;
	border: 0;
}
.panel {
	margin-bottom: 10px;
	border-radius: 0;
	box-shadow: none;
}
.wp-image {
	max-width: 100%;
	height: auto;
	padding: 4px;
	background-color: #fff;
	border: 1px solid #ddd;
	-webkit-transition: all .2s ease-in-out;
	-o-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
}
.img-thumbnail {
	border-radius: 0;
}
.widget-title {
	margin: 0;
	position: relative;
	border-left: 3px solid #ff9417;
	margin-bottom: 20px;
	padding-left: 15px;
	font-size: 17px;
	text-transform: uppercase;
	text-align: left;
	font-weight: 600;
	color: #1659a9;
}
.right-sidebar .widget ul.menu li {
	position: relative;
}
.right-sidebar .widget ul.menu li:last-child {
	border-bottom: none;
}
.right-sidebar a {
	color: #ff9417;
	text-decoration: none;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
	font-size: 15px;
}
.right-sidebar a:hover {
	color: #1659a9;
	outline: 0;
}
.right-sidebar .widget ul.menu a {
	color: #676767;
}
.right-sidebar .widget ul.menu a:hover {
	color: #ff9417;
}
.right-sidebar .widget ul.menu .current-menu-item > a, .right-sidebar .widget_categories .current-cat a, .right-sidebar .current-menu-parent>a, .right-sidebar .widget ul.menu .current-menu-parent>a {
	font-weight: 600;
	color: #1659a9;
	background: none;
}
.blog-wrapper, .video-wrapper {
	margin: 0 -10px;
}
.grid-sizer, .blog-grid {
	width: 33.33%;
}
.video-sizer, .video-grid {
	width: 50%;
}
.blog-wrapper .blog-grid, .video-wrapper .video-grid {
	float: left;
	margin-right: 0;
	margin-bottom: 20px;
	padding-left: 10px;
	padding-right: 10px;
}
.blog-grid .blog-title, .video-grid .video-title {
	margin: 0;
	margin-bottom: 10px;
	position: relative;
	-webkit-transition: 0.3s;
	transition: 0.3s;
	font-size: 17px;
	line-height: 20px;
	font-weight: 500;
}
.blog-grid .blog-image, .video-grid .video-image {
	font-size: 0;
	position: relative;
	opacity: 1;
	background-color: #000000;
	-webkit-transition: -webkit-transform 0.35s;
	transition: transform 0.35s;
}
.blog-grid .blog-image img, .video-grid .video-image img {
	width: 100%;
	height: auto;
	-webkit-transition: -webkit-transform 0.35s;
	transition: transform 0.35s;
}
.blog-grid .blog-image:hover img, .video-grid .video-image:hover img {
	opacity: 0.7;
}
.blog-grid .blog-details, .video-grid .video-details {
	-webkit-transition: 0.3s;
	transition: 0.3s;
	background: #efefef;
	position: relative;
	display: block;
	padding: 15px;
	color: #333;
	font-size: 15px;
}
.blog-grid .blog-details .blog-excerpt, .video-grid .video-details .video-excerpt {
	margin-top: 8px;
	padding-top: 8px;
	border-top: 1px solid #d4d4d4;
}
.blog-grid .blog-details .read-more {
	margin-top: 10px;
	font-weight: 500;
	font-size: 14px;
}
.blog-excerpt p {
	margin: 0px;
}
.blog-grid .blog-details .blog-meta {
	margin-top: 0;
}
.blog-meta .blog-author {
	text-transform: uppercase;
}
.blog-meta > div {
	letter-spacing: 1px;
	display: inline;
	font-size: 13px;
	font-weight: 500;
	color: #5a5a5a;
}
.blog-meta > div:after {
	content: "-";
	padding: 0 4px;
	color: #aaa;
}
.blog-meta > div:last-child:after {
	display: none;
}
.blog-single .blog-title {
	margin: 0px;
	margin-bottom: 5px;
}
.blog-single .blog-meta {
	display: block;
	position: relative;
	margin-bottom: 15px;
}
.blog-single p {
	text-align: justify;
}
.blog-single .blog-meta a {
	color: #5a5a5a;
}
.blog-single .blog-meta a:hover {
	color: #ff9417;
}
.blog-single .feature-image {
	margin-bottom: 15px;
}
.contact-info {
	position: relative;
	display: block;
	padding: 50px 30px;
	background-color: #1659a9;
	color: #fff;
	font-size: 16px;
	font-weight: 400;
}
.contact-info .contact-title {
	margin: 0;
	font-size: 16px;
	text-transform: uppercase;
	margin-bottom: 30px;
	border-left: 3px solid #ff9417;
	padding-left: 15px;
}
.contact-info ul {
	list-style: none;
	margin-bottom: 0;
	padding-left: 0;
}
.contact-info ul li {
	padding-bottom: 18px;
	position: relative;
}
.contact-info ul li:last-child {
	padding-bottom: 0px;
}
.contact-info a {
	color: #ffffff;
}
.contact-info a:hover {
	color: #ff9417;
}
.contact-info .icon {
	position: absolute;
	left: 0;
	font-size: 16px;
	top: 0;
	color: #1659a9;
	width: 28px;
	height: 28px;
	background-color: #fff;
	border-radius: 100%;
	text-align: center;
	line-height: 28px;
}
.contact-info .text {
	padding-left: 40px;
}
.comtact-map {
	display: block;
	position: relative;
}
.h1 .small, .h1 small, .h2 .small, .h2 small, .h3 .small, .h3 small, .h4 .small, .h4 small, .h5 .small, .h5 small, .h6 .small, .h6 small, h1 .small, h1 small, h2 .small, h2 small, h3 .small, h3 small, h4 .small, h4 small, h5 .small, h5 small, h6 .small, h6 small, small {
	font-weight: inherit;
	line-height: 1;
	color: inherit;
}
input[type="text"], input[type="email"], input[type="url"], input[type="password"], input[type="search"], input[type="tel"], textarea, .form-control, select {
	border: 1px solid #DDD;
	padding: 8px 12px;
	border-radius: 0;
	box-shadow: none;
	height: auto;
	font-weight: 500;
}
select {
	border: 1px solid #DDD;
	padding: 8px 12px;
	border-radius: 0;
}
select:focus {
	outline: none;
	border-color: #1659a9;
}
.contact-form {
	margin-top: 25px;
	margin-bottom: 20px;
}
.contact-form p {
	margin-bottom: 15px;
}
.contact-form .wpcf7-submit {
	padding: 10px 15px 10px 43px;
	background-image: url(../images/envelope.png);
	background-repeat: no-repeat;
	background-position: 15px center;
	text-transform: uppercase;
	font-size: 17px;
	letter-spacing: 1px;
	font-weight: 600;
	background-size: 18px auto;
}
.screen-reader-text {
	display: none;
}
.paging-navigation {
	margin: 0;
	padding: 0;
	text-align: center;
}
.paging-navigation li {
	display: inline;
}
.paging-navigation .page-numbers {
	list-style: none;
	margin: 0px;
	padding: 0px;
}
.paging-navigation .page-numbers a {
	background-color: #1659a9;
	color: #fff;
	padding: 8px 14px;
	font-size: 14px;
	font-weight: 500;
}
.paging-navigation .page-numbers a:hover {
	background: #ff9417;
}
.paging-navigation .page-numbers .current, .page-numbers .dots {
	background: #ff9417;
	color: #fff;
	padding: 8px 14px;
	font-size: 14px;
	font-weight: 500;
}
label {
	font-weight: 600;
}
.search-form {
	display: block;
	position: relative;
	width: 100%;
	margin: 0;
	padding: 0;
	overflow: hidden;
}
.search-form .search-field {
	display: inline-block;
	margin: 0;
	width: 100%;
	height: 45px;
	padding: 10px 90px 10px 10px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-appearance: none;
	border-radius: 0;
	outline: none;
}
.search-form label {
	display: block;
}
.search-form .search-submit {
	height: 45px;
	position: absolute;
	top: 0;
	right: 0;
	border: none;
	padding: 10px 15px;
	cursor: pointer;
	-webkit-transition: all 0.2s ease;
	-moz-transition: all 0.2s ease;
	-ms-transition: all 0.2s ease;
	-o-transition: all 0.2s ease;
	transition: all 0.2s ease;
	font-size: 13px;
	text-transform: uppercase;
	font-weight: 600;
	background: #ff9417;
	color: #fff;
	outline: none;
}
.search-form .search-submit:hover {
	background: #1659a9;
}
.post-tags {
	position: relative;
	display: block;
	padding: 10px 0;
	border-top: 1px solid #e1e1e1;
	margin-top: 15px;
}
.tag-list-title {
	font-variant: 700;
}
.tag-lists {
	color: #5a5a5a;
}
.tag-lists a {
	display: inline-block;
	margin: 0 3px;
}
.comment-content a {
	word-wrap: break-word;
}
.bypostauthor {
	display: block;
}
.comments-area {
	padding: 15px 0;
	border-top: 1px solid #E7E7E7;
}
.comments-title, .comment-list, .comment-reply-title, .must-log-in, .comment-respond .comment-form, .comment-respond iframe {
	display: block;
	margin-left: auto;
	margin-right: auto;
	width: 100%;
}
.sidebar .comments-title, .sidebar .comment-list, .sidebar .must-log-in, .sidebar .comment-reply-title, .sidebar .comment-navigation, .sidebar .comment-respond .comment-form {
	max-width: 1040px;
	padding-left: 60px;
	padding-right: 376px;
}
.comments-title {
	margin: 10px 0;
	font-size: 20px;
}
.comment-list, .comment-list .children {
	list-style-type: none;
	padding: 0;
	margin: 0;
}
.comment-list .children {
	margin: 0 0 0 40px;
}
.comment-list > li:after, .comment-list .children > li:before {
	content: "";
	display: block;
	height: 1px;
	width: 100%;
}
.comment-list > li:last-child:after {
	display: none;
}
.comment-body {
	padding: 15px 0;
	position: relative;
	clear: both;
	overflow: hidden;
	border-bottom: 1px solid #E7E7E7;
}
.comment-author .avatar {
	display: block;
	float: left;
	margin: 0 20px 10px 0;
}
.comment-author .fn {
	word-wrap: break-word;
}
.comment-author .fn, .comment-author .url, .comment-reply-link, .comment-reply-login {
	color: #23527c;
	font-size: 14px;
	font-style: normal;
	font-weight: 600;
}
.says {
	display: none;
}
.no-avatars .comment-author {
	margin: 0 0 5px;
	max-width: 100%;
	position: relative;
}
.no-avatars .comment-metadata, .no-avatars .comment-content, .no-avatars .comment-list .reply {
	width: 100%;
}
.comment-list .edit-link {
	margin-left: 20px;
}
.comment-metadata, .comment-awaiting-moderation, .comment-content, .comment-list .reply {
	margin: 10px 0;
}
.comment-content {
	clear: both;
}
.comment-meta, .comment-meta a {
	color: #a2a2a2;
	font-size: 13px;
}
.comment-meta a:hover {
	color: #ff9417;
}
.comment-metadata {
	margin-bottom: 10px;
	margin-top: 0;
}
.ping-meta {
	color: #a2a2a2;
	font-size: 13px;
	line-height: 2;
}
.comment-awaiting-moderation {
	color: #a2a2a2;
}
.comment-awaiting-moderation:before {
	content: "\f021";
	margin-right: 10px;
	display: inline-block;
	font-family: FontAwesome;
	font-weight: normal;
}
.comment-reply-link:before, .comment-reply-login:before {
	content: "\f122";
	margin-right: 10px;
	display: inline-block;
	font-family: FontAwesome;
	font-weight: normal;
}
.comment-respond {
	background-color: #f5f5f5;
	padding: 30px;
	margin: 30px 0;
	max-width: 747px;
}
.comment .comment-respond {
	margin-bottom: 20px;
	padding: 20px;
}
.comment-reply-title small a {
	color: #131310;
	display: inline-block;
	float: right;
	height: 20px;
	overflow: hidden;
	width: 20px;
}
.comment-reply-title small a:hover {
	color: #ed331c;
	text-decoration: none;
}
.comment-reply-title small a:before {
	content: "\f05c";
	display: inline-block;
	font-family: FontAwesome;
	font-size: 20px;
	font-weight: normal;
}
.sidebar .comment-list .comment-reply-title, .sidebar .comment-list .comment-respond .comment-form {
	padding: 0;
}
.comment-form .comment-notes {
	margin-bottom: 15px;
}
.comment-form .comment-form-author, .comment-form .comment-form-email, .comment-form .comment-form-url {
	margin-bottom: 15px;
}
.comment-form [for="author"], .comment-form [for="email"], .comment-form [for="url"], .comment-form [for="comment"] {
	float: none;
	padding: 0;
	display: block;
}
.comment-form .required {
	color: #FF8778;
}
.comment-form input[type="text"], .comment-form input[type="email"], .comment-form input[type="url"] {
	display: block;
	width: 100%;
}
.comment-form textarea {
	width: 100%;
}
.form-allowed-tags, .form-allowed-tags code {
	color: #686758;
	font-size: 14px;
}
.form-allowed-tags code {
	font-size: 10px;
	margin-left: 3px;
	white-space: pre-wrap;
}
.comment-list .pingback, .comment-list .trackback {
	padding-top: 24px;
}
.comment-navigation {
	border-bottom: 1px solid #E7E7E7;
	font-size: 20px;
	font-style: italic;
	font-weight: 300;
	margin: 0 auto;
	max-width: 747px;
	padding: 20px 0;
	width: 100%;
}
.nocomments {
	background-color: #eeeeee;
	font-size: 20px;
	font-style: italic;
	font-weight: 300;
	margin: 0;
	padding: 10px 0;
	text-align: center;
	display: none;
}
.sidebar .no-comments {
	padding-left: 60px;
	padding-right: 376px;
}
.comment-reply-title {
	margin-top: 0;
}
ul.list-style {
	position: relative;
	list-style: none;
	padding: 0px;
}
ul.list-style li {
	background-image: url(../images/logo-icon.png);
	background-repeat: no-repeat;
	background-size: 18px auto;
	padding: 5px 0 5px 30px;
	background-position: 3px 8px;
}
.btn-sm {
	padding: 8px 12px;
	font-size: 15px;
}
.download-list {
	list-style: none;
	padding: 0;
	margin: 15px 0;
	position: relative;
}
.download-list li {
	position: relative;
	padding: 5px;
	display: inline-block;
	width: 50%;
	margin: -1px;
	vertical-align: middle;
}
.download-list .icon {
	font-size: 35px;
	margin-bottom: 5px;
	display: block;
}
.download-list li a {
	background-color: #054da3;
	color: #fff;
	display: block;
	padding: 10px;
	text-align: center;
	font-size: 16px;
}
.download-list li a:hover {
	background-color: #ff9417;
}
.portfolio-grid {
	position: relative;
	border: 4px solid #fff;
	box-shadow: 0 0 6px #88898a;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
	margin-bottom: 30px;
}
.portfolio-grid .overlay {
	display: block;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	opacity: 0;
	z-index: 20;
	background: rgba(0, 54, 119, 0.78);
	overflow: hidden;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
	text-align: center;
}
.portfolio-grid .overlay a.link {
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
	margin: 0 auto;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
	position: absolute;
	font-size: 38px;
	color: #fff;
}
.portfolio-grid .overlay a.link .icon {
	position: absolute;
	top: 0px;
	left: 0;
	right: 0;
	opacity: 0;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
}
.portfolio-grid:hover .overlay a.link .icon {
	top: 50%;
	margin-top: -25px;
	opacity: 1;
	left: 0;
	right: 0;
}
.portfolio-grid:hover .overlay {
	opacity: 1;
}
.portfolio-img {
	width: 100%;
	height: auto;
	display: block;
}
.single-portfolio .feature-image {
	margin-bottom: 15px;
}
.single-pagination {
	position: relative;
	width: 100%;
	display: block;
	clear: both;
	margin-top: 25px;
}
.single-pagination .arrow-left, .single-pagination .arrow-right {
	display: inline-block;
	min-width: 100px;
	background-repeat: no-repeat;
	background-size: 100px 100px;
	position: relative;
}
.single-pagination .arrow-left {
	float: left;
	background-image: url(../images/left.svg);
	background-position: center left;
}
.single-pagination .arrow-right {
	float: right;
	background-image: url(../images/right.svg);
	background-position: center right;
}
.single-pagination .arrow-right span {
	text-align: right;
	padding-right: 40px;
	opacity: 0;
	transition: all .3s linear;
}
.single-pagination .arrow-right:hover span {
	padding-right: 70px;
	opacity: 1;
}
.single-pagination .arrow-left span {
	text-align: left;
	padding-left: 40px;
	opacity: 0;
	transition: all .3s linear;
}
.single-pagination .arrow-left:hover span {
	padding-left: 70px;
	opacity: 1;
}
.single-pagination .arrow-right span, .single-pagination .arrow-left span {
	font-size: 16px;
	line-height: 38px;
	margin: 0;
	-webkit-transition: all .3s linear;
	-moz-transition: all .3s linear;
	-o-transition: all .3s linear;
	-ms-transition: all .3s linear;
}
.right-sidebar .widget_nav_menu ul.menu {
	border: 1px solid #d6d6d6;
	border-top: 0;
	background-color: #f1f1f1;
}
.right-sidebar .widget_nav_menu ul {
	list-style: none;
	padding: 0;
	margin: 0;
}
.right-sidebar .widget_nav_menu li.menu-item {
	border-top: 1px solid #d6d6d6;
	padding: 0;
	font-size: 15px;
	position: relative;
}
.right-sidebar .widget_nav_menu li.menu-item a {
	padding: 8px 38px 8px 15px;
	display: inline-block;
	color: #444;
	font-size: 16px;
}
.right-sidebar .widget_nav_menu li.menu-item ul.sub-menu li.menu-item {
	background: #fff;
}
.right-sidebar .widget_nav_menu li.menu-item-has-children i {
	position: absolute;
	top: 0;
	right: 0;
	cursor: pointer;
	height: 38px;
	width: 38px;
	line-height: 38px;
	text-align: center;
	-webkit-transition: all .3s cubic-bezier(0.645, .045, .355, 1);
	transition: all .3s cubic-bezier(0.645, .045, .355, 1);
	background-color: #fdfdfd;
	color: #444;
	border-left: 1px solid #d6d6d6;
	font-style: normal;
	font-family: serif;
}
.right-sidebar .widget_nav_menu li.menu-item-has-children i a {
	padding: 0;
	font-size: 18px;
	font-weight: 600;
	display: block;
	position: relative;
	z-index: 1;
	color: #444;
}
.right-sidebar .widget_nav_menu li.menu-item-has-children.expand>i a {
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
	color: #ca0712;
}
.owl-carousel .owl-dots {
	text-align: center;
	-webkit-tap-highlight-color: transparent;
	position: absolute;
	margin-top: 15px;
	width: 100%;
	bottom: 10px;
}
.owl-carousel .owl-dots .owl-dot.active span, .owl-carousel .owl-dots .owl-dot:hover span {
	background: #ffffff;
}
/* ----------------------------------
 ANIMATION
  ---------------------------------- */

.animate-in {
	-webkit-transition: all 1s ease-in-out .2s;
	-moz-transition: all 1s ease-in-out .2s;
	-o-transition: all 1s ease-in-out .2s;
	-ms-transition: all 1s ease-in-out .2s;
	transition: all 1s ease-in-out .2s;
}
.bottom-out {
	top: 200px !important;
}
.bottom-out.animated {
	top: 0px !important;
}
.fade-in {
	opacity: 0;
	top: -20px;
}
.fade-in.animated {
	opacity: 1;
	top: 0px;
}
.scale-less {
	opacity: 0;
	-ms-transform: scale(.8);
	-webkit-transform: scale(.8);
	-moz-transform: scale(.8);
	transform: scale(.8);
}
.scale-less.animated {
	opacity: 1;
	-ms-transform: scale(1);
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	transform: scale(1);
}
.left-out {
	left: -80px;
	opacity: 0;
}
.left-out.animated {
	left: 0;
	opacity: 1;
}
.right-out {
	right: -80px;
	opacity: 0;
}
.right-out.animated {
	right: 0px;
	opacity: 1;
}
.move-up {
	top: 30px;
	opacity: 0;
}
.move-up.animated {
	top: 0;
	opacity: 1;
}
.zoom-out {
	opacity: 0;
	-ms-transform: scale(5);
	-webkit-transform: scale(5);
	-moz-transform: scale(5);
	transform: scale(5);
}
.zoom-out.animated {
	-ms-transform: scale(1);
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	transform: scale(1);
	opacity: 1;
}
.small-spliter {
	width: 50px;
}
.small-spliter.animated {
	width: 20px;
}
 @-webkit-keyframes grow {
 0% {
 display: none;
 opacity: 0;
}
 1% {
 display: block;
 opacity: 0;
 top: 110%;
}
 100% {
 opacity: 1;
 top: 100%;
}
}
 @keyframes grow {
 0% {
 display: none;
 opacity: 0;
}
 1% {
 display: block;
 opacity: 0;
 top: 110%;
}
 100% {
 opacity: 1;
 top: 100%;
}
}
 @keyframes grow-2 {
 0% {
 display: none;
 opacity: 0;
}
 1% {
 display: block;
 opacity: 0;
 top: 10%;
}
 100% {
 opacity: 1;
 top: 0;
}
}
 @-webkit-keyframes grow-2 {
 0% {
 display: none;
 opacity: 0;
}
 1% {
 display: block;
 opacity: 0;
 top: 10%;
}
 100% {
 opacity: 1;
 top: 0;
}
}
.wow:first-child {
	visibility: hidden;
}
.header-title .letter {
  display: inline-block;
  line-height: 1em;
}

.header-title .text-wrapper {
  position: relative;
  display: inline-block;
  padding-top: 0.1em;
  padding-right: 0.05em;
  padding-bottom: 0.15em;
}

.header-title .line {
  opacity: 0;
  position: absolute;
  left: 0;
  height: 3px;
  width: 100%;
  background-color: #fff;
  transform-origin: 0 0;
}
.header-title .word {
  display: inline-block;
  line-height: 1em;
}
.header-title .line1 { top: 0; }
.header-title .line2 { bottom: 0; }