/*global overwrite*/
.container {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto
}
@media (min-width: 768px) {
    .container {
        max-width:750px
    }
}
@media (min-width: 992px) {
    .container {
        max-width:970px
    }
}
@media (min-width: 1200px) {
    .container {
        max-width:1200px
    }
}
.site>.wrapper {
    padding-top: 0;
    padding-bottom: 0;
}
.h1,h1 {
    font-size: 1.8rem;
}
.h2,h2 {
    font-size: 1.6rem;
}
a {
	color: #001942;
}
a:hover {
	color: #1061b2;
	text-decoration: none;
}
[type=button], [type=reset], [type=submit], button {
	-webkit-appearance: initial;
}
.btn-secondary {

}
.btn-secondary:hover {

}
.btn-primary {

}
.btn-primary:hover {

}
b, strong {
	font-weight: bold;
}
/*form*/
::-moz-selection {
  background: #a6a6a6;
  color: #FFFFFF; }

::selection {
  background: #a6a6a6;
  color: #FFFFFF; }
.form-check {position: relative;display: block;padding-left: 0.25rem;}
.form-check-label {margin-bottom: 0;padding-left: 20px;}
/* INPUT */
input, select, textarea {
    outline: none;
    border: 1px solid #e5e5e5;
    padding: 8px 15px;
    min-height: 35px;
    margin-bottom: 20px;
    width: 100%;
    background-color: #FFFFFF; 
}
select {
  height: 45px; 
}

input[type="radio"], input[type="checkbox"]{
    margin: 0 5px 0 0;
    min-height: 0;
    width: auto;
}
input[type="submit"] {
    background-color: #999999;
    border-radius: 2px;
    color: #ffffff;
    display: inline-block;
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    margin: 0;
    padding: 10px 20px;
    text-transform: uppercase;
    border: none;
    width: 200px;
    margin-bottom: 20px;
}
input[type="submit"].ro-small-size {
    width: auto; 
}
input[type="submit"]:hover, input[type="submit"]:focus {
    background-color: #999999;
}
.placeholder {color: #888888;}

::-webkit-input-placeholder {
  color: #888888;opacity: 1; }

:-moz-placeholder {
  /* Firefox 18- */
  color: #888888;opacity: 1; }

::-moz-placeholder {
  /* Firefox 19+ */
  color: #888888; opacity: 1;}

:-ms-input-placeholder {
  color: #888888;opacity: 1; }

/*header*/
.header a {
	color: #000000;
}
.header a:hover {
	color: #001942;
}
.header-main-section {
	width: 100%;
	background-color: #000;
	padding: 20px 0;
}
.header .logo img {float: left;}
.default-mobile-menu-off .header .header-type-template6 .logo img {
	float: none;
}
.header .header-type-template5 .logo img {
	float: none;
}
.header .logo {
	padding-right: 15px;
	max-width: 250px;
}
.header .logo {min-width: 247px; padding: 15px 15px 20px 0px;}

.header-main-section .header-main-section-left-part {
	width: auto;
	display: flex;
}
/*.header-main-section .header-main-section-left-part, .header-secondary-section .header-secondary-section-left-part {
	float: left;
}*/
.header-type-template1 .header-secondary-section .header-secondary-section-left-part {
	float: none;
}
.header-main-section .header-main-section-right-part {
	float: right;
}
.header-main-section .header-main-section-right-part {
	float: none;
}
.header-type-template4 .header-main-section-right-part {
	float: right;
}
.header-type-template5 .header-main-section .header-main-section-left-part {
	max-width: none;
}
.header-type-template5 .header-main-section .header-main-section-left-part {
	width: 100%;
}
.header-type-template5 .header-main-section-right-part {
	margin-top: 1rem;
	float: right;
	display: none;
}
.header-type-template6 .header-main-section .header-main-section-left-part {
    width: 100%;
}
.default-mobile-menu-off .header-type-template6 .cta-wrapper {
	text-align: left;
}
.header-type-template1 .header-secondary-section,.header-type-template2 .header-secondary-section,.header-type-template3 .header-secondary-section {
	display: none;
}
.header-secondary-section-left-part, .header-secondary-section-right-part {
    width: 100%;
    float: none;
}
.header-main-section .header-main-section-left-part, .header-main-section .header-main-section-right-part, .header-secondary-section .header-secondary-section-left-part, .header-secondary-section .header-secondary-section-right-part {
    text-align: center;
}
.header-secondary-section {
	width: 100%;
	background-color: #acacac;
	padding: 20px 0;
}
.header-type-template4 .header-main-section-right-part {
	width: 100%;
}
.header-type-template4 .header-secondary-section {
	display: none;
}
.header-type-template5 .header-secondary-section .header-secondary-section-right-part {
	text-align: left;
}
.header-type-template5 .header-secondary-section-right-part {
    width: 100%;
}
.header-type-template5 .header-secondary-section .header-secondary-section-right-part .contact-info-wrapper, .header-type-template3 .header-secondary-section-right-part .social-media-list-wrapper {
  display: inline-block;
  border-left: 1px solid #ccc;
  border-right: 0px solid #ccc;
  padding: 5px 0px 5px 10px;
}
/*.header-type-template5 .header-secondary-section .inner-section-container, .header-type-template6 .header-secondary-section .inner-section-container {
	display: flex;
    align-items: center;
}*/
.header .title-wrapper .page-title {
	font-size: 3.5rem;
	line-height: 3.5rem;
}
.header .title-wrapper .page-sub-title {
	font-size: 1.8rem;
	line-height: 1.8rem;
}
.content-wrapper {
	padding-top: 60px;
}
/*header nav*/
.header #wrapper-navbar {width: 100%;padding-top: 6px;}
.header .navbar-dark .navbar-toggler {
	border-color: #7ac9ea;
	background-color: #7ac9ea;
}
.header .navbar-toggler {
	display: none;
}
.header .navbar-toggler.default-mobile-menu-on {
	display: block;
}
.header .open>.dropdown-menu{
	margin-top: initial;
	display: block;
	position: absolute;
	width: 90%;
	left: 5%;
}
.header .navbar-nav>.menu-item>ul.dropdown-menu>.menu-item>ul.dropdown-menu {
	position: relative;
	left: 3rem;
}
.header .dropdown-item {
	white-space: normal;
}
.header .navbar {
	padding-left: 0;
	padding-right: 0;
	display: block;
}
.navbar-toggler {
	margin-left: 0;
    margin-right: auto;
    display: block;
}
.header .navbar-nav>.menu-item {
	border-bottom: 1px solid grey;
}

.header .navbar-nav .menu-item>a {
	width: 100%;
	position: relative;
	white-space: normal;
	text-align: left;
	text-transform: capitalize;
}
.header .navbar-nav .menu-item>a.active, .header .navbar-nav .menu-item>a:active {
	background:  transparent;
}
.header .navbar-nav .nav-link:after {
	display: none;
}
.header .menu-item-has-children>a>.nav-link-arrow-wrapper, .header .menu-item-has-children .dropdown-menu .menu-item-has-children .nav-link-arrow-wrapper {
	display: inline-block;
    margin-left: 0;
    vertical-align: 0.255em;
    content: "";
    position: absolute;
    right: 5%;
    top: 0;
    color: #000000;
    width: 45px;
    height: 100%;
    text-align: center;
}
.header .menu-item-has-children>a>.nav-link-arrow-wrapper>.nav-link-arrow, .header .menu-item-has-children .dropdown-menu .menu-item-has-children .nav-link-arrow-wrapper>.nav-link-arrow {
    border-top: 0.4em solid;
    border-right: 0.4em solid transparent;
    border-bottom: 0;
    border-left: 0.4em solid transparent;
    top: 18px;
    color: #000000;
    width: 12px;
    height: 6px;
    left: 17px;
    position: absolute;
}
.header .nav-link-arrow-wrapper {
	cursor: pointer;
}
.header .navbar-nav .dropdown-menu {
	position: relative;
}
.header .navbar-nav>.menu-item>.dropdown-menu>.menu-item>.dropdown-menu a {
    left: 0;
    padding-left: 0;
}
.header .dropdown-menu {
	background: transparent;
	border: none;
}
.dropdown-item {
	color: #000;
}
.page-template-empty .navbar {
    background: #000;
}
.page-template-empty .dropdown-menu {
	background: #000;
}
/*contact-info-list*/
.contact-info-wrapper .contact-detail {
	color: #000;
	text-decoration: none;
}
.contact-info-wrapper .phone-number:hover, .contact-info-wrapper .email-address:hover {
	color: #001942;
}
.contact-info-wrapper .contact-detail.fa:before {
	margin-right: 5px;
}
.contact-info-wrapper .contact-detail {
	margin-right: 10px;
}
body.default-mobile-menu-off .contact-info-wrapper {
	text-align: left;
}
body.default-mobile-menu-off .social-media-list-wrapper {
    text-align: left;
}
body.default-mobile-menu-off .header-type-template1 .social-media-list-wrapper {
	text-align: right;
}
.header-type-template4 .header-main-section .header-main-section-right-part {
	text-align: left;
}
body.default-mobile-menu-off .header-type-template5 .social-media-list-wrapper {
	text-align: right;
}
.header .header-type-template5 .social-media-list-wrapper {
	margin-bottom: 0;
}
.header-type-template5 .contact-info-wrapper .contact-detail, .header-type-template6 .contact-info-wrapper .contact-detail {
	margin-right: 0;
}
.header-type-template6 .cta-wrapper {
	text-align: right;
}
.header-type-template6 .social-media-list-wrapper {
	text-align: right;
}
.header-type-template6 .contact-info-wrapper {
	text-align: right;
}
body.default-mobile-menu-off .header-type-template6 .header-main-section, body.default-mobile-menu-off .header-type-template5 .header-main-section {
	padding: 0;
}
/*social*/
.social-media-list-wrapper .fa {
	padding: 5px 0;
    width: 27px;
    border-radius: 50%;
    text-decoration: none;
    margin: 0px 6px;
    text-align: center;
    background-color: transparent;
    color: #1061b2;
    font-size: 14px;
    border: 1px solid #fff;
    -webkit-transition: all .2s ease-out;
    transition: all .2s ease-out;

}
.social-media-list-wrapper .fa:hover {
  background: #fff;
  border-color: #1061b2;
  color: #1061b2;
}
.header-type-template3 .social-media-list-wrapper, .header-type-template4 .social-media-list-wrapper, .header-type-template6 .social-media-list-wrapper {
	margin-top: 10px;
}
.header-type-template5 .social-media-list-wrapper {
	position: absolute;
}
/*header cta*/
.cta-wrapper {
	margin-bottom: 5px;
}
.cta-wrapper .call-to-action-button {
	display: inline-block;
    padding: 1px 10px;
    color: #ffffff;
}
.cta-wrapper .call-to-action-button.call-to-action-button-link {text-decoration: none;}
.cta-wrapper .call-to-action-button:first-child {
	margin-top: 0px;
}
.cta-wrapper .call-to-action-button {
	margin-bottom: 0px;
	display: block;
}
/*breadcrumb*/
.header #breadcrumbs a {
    text-decoration: none;
}
.header #breadcrumbs .sep {
    padding-left: 8px;
    padding-right: 8px;
}
/*banner*/
.header-banner {color: #fff;background-color: #2e3091;margin-top: 130px;}
.header-banner-slider{margin-top: 130px;}
.header-banner .inner-section-container {align-items: center;min-height: 300px;padding-top: 75px;padding-bottom: 75px;}
.header-banner {background-image: url("../images/header-bg-image-default.jpg");background-size: cover;background-position: top center;background-repeat: no-repeat;}
/*sticky header*/
.header-top {
	background: #acacac;
}
.header-transparent .header-main-section {
    background: transparent;
}
.header-transparent .header-top {position: fixed;top: 0;background: #ffffff;width: 100%;z-index: 2;}
.header-transparent .sticky .header-main-section {background: #000032;}
.header-transparent .header-banner .inner-section-container {min-height: 300px;}
.header-top.sticky {position: fixed;width: 100%;top: 0;z-index: 999; background: rgba(255,255,255,0.70);}
.header-top .header-secondary-section {
  transition: 0.5s;
  border-bottom: 1px solid #000000;
  background: #000000;
  padding: 0px 0px;
}
.header-top + .header-banner {
    margin-top: 0;
}
/*content*/
.widget-title {
	font-size: 18px;
}
.widget_search {
    margin-bottom: 1rem;
}
.site-main .page-title {
	font-size: 25px;
}
.archive .entry-title {
    font-size: 28px;
    line-height: 30px;
}
section.error-404.not-found {
	text-align: center;
	margin-top: 50px;
	margin-bottom: 50px;
}
.site-main>article>img {
	margin-top: 10px;
	margin-bottom: 10px;
}
.site-main>article:not(:last-child) {
	margin-bottom: 30px;
}
.entry-meta {
    margin-bottom: 22px;
    margin-top: 10px;
}
.comments-area {
    margin-top: 30px;
}
.comments-area #reply-title {
    font-size: 25px;
    line-height: 25px;
}
.single-post .entry-title {
	margin-top: 0.5rem;
}
/*footer*/
#wrapper-footer a {
	color: #414042;
}
#wrapper-footer {background: #001942;color: #fff;}
#wrapper-footer .menu {
	padding-left: 0;
	text-align: left;
	margin-top: 15px;
}
#wrapper-footer ul.menu>li>.sub-menu .sub-menu {
    padding-left: 10px;
    margin-top: 8px;
    list-style: none;
}
#wrapper-footer .sub-menu li {
    font-size: 14px;
    line-height: 16px;
    margin-bottom: 7px;
}
#wrapper-footer ul.menu>li>.sub-menu .sub-menu li {
	font-size: 12px;
	line-height: 13px;
}
#wrapper-footer ul.menu>li>.sub-menu {
    padding-left: 0;
    margin-top: 5px;
}
#wrapper-footer ul.menu, #wrapper-footer ul.menu li {
    list-style: none;
}
#wrapper-footer ul.menu> li {
	margin-top: 15px;
}
/*plugin*/
/*contact form*/
.wpcf7-form-control.wpcf7-not-valid	{
	margin-bottom: 0;
}
.wpcf7-not-valid-tip {
	margin-top: 3px;
    margin-bottom: 20px;
    padding-left: 5px;
}
@media (max-width: 767px) {
	.header-main-section .header-main-section-left-part {
		float: none;
	}
	.header-type-template5 .header-main-section .header-main-section-left-part {
		float: left;
	}
	.header .dropdown-item {
		color: #000000
	}
	.header .dropdown-item:focus,.header .dropdown-item:hover {
		color: rgba(0, 0, 0, 0.75);
		background: transparent;
	}
  .header-secondary-section-right-part {
    display: none !important;
  }
}
@media (min-width: 576px) {

}
@media (min-width: 768px) {
	.header-main-section .inner-section-container {
	    display: flex;
	    align-items: center;
      width: 100%;
	}
	.header-main-section .header-main-section-left-part {
		display: block;
	}
	.header-secondary-section-left-part, .header-secondary-section-right-part {
		width: auto;
	}
	.header-main-section .inner-section-container .header-main-section-right-part {
		width: 100%;
	}
	.header .navbar {
	    padding-left: 0;
	    padding-right: 0;
	    margin-left: -0.5rem;
	    margin-right: -0.5rem;
	}
	.header .navbar-toggler.default-mobile-menu-on {
		display: none;
	}
	.header-main-section .header-main-section-left-part, .header-secondary-section .header-secondary-section-left-part {
		float: left;
	}
	.header-main-section .header-main-section-right-part, .header-secondary-section .header-secondary-section-right-part {
		float: right;
	}
	.header-main-section .header-main-section-right-part .header-main-section-meta-part, .header-secondary-section .header-secondary-section-right-part {
	    text-align: right;
	}
	/*contact*/
	.header .contact-info-wrapper-mobile {
		display: none;
	}
	.contact-info-wrapper .contact-detail:last-child,.social-media-list-wrapper .contact-detail:last-child {
		margin-right: 0;
	}
	.contact-info-wrapper {
		text-align: left;
	}
	/*Nav*/
	.header .navbar-nav>.menu-item {
	    padding-left: 10px;
	    padding-right: 10px;
	}
	.header .open>.dropdown-menu{
		margin-top: initial;
		display: block;
		width: auto;
		position: absolute;
	}
	.header .navbar-nav>.menu-item>ul.dropdown-menu>.menu-item {
		position: relative;
	}
	.header .navbar-nav>.menu-item>ul.dropdown-menu>.menu-item>ul.dropdown-menu {
		position: absolute;
		left: 100%;
	    top: 0;
		background: #1061b2;
	}
	.header .navbar-nav>.menu-item {
		border: none;
	}
	.header .navbar-nav .nav-link:after {
		display: inline-block;
	}
	.header .navbar-nav .menu-item>a {
		width: 100%;
		left: 0%;
	}
	.header .navbar-nav>.menu-item>ul.dropdown-menu>.menu-item.menu-item-has-children>a:after {
	    display: inline-block;
	    margin-left: 0.255em;
	    vertical-align: 0.255em;
	    content: "";
	    border-top: 0.3em solid;
	    border-right: 0.3em solid transparent;
	    border-bottom: 0;
	    border-left: 0.3em solid transparent;
	}
	.header .menu-item-has-children>.nav-link-arrow-wrapper {
		display: none;
	}
	.header .navbar-nav>.menu-item>ul.dropdown-menu>.menu-item>a {
	    min-width: 200px;
	}
	.header .navbar-nav .dropdown-menu {
		position: absolute;
		margin-top: inherit;
		left: 15px;
	    padding-top: 0;
	    padding-bottom: 0;
	    border-radius: 0;
	}
	.header .navbar-nav>.menu-item>.dropdown-menu>.menu-item>.dropdown-menu a {
	    width: 100%;
	    left: 0;
	    white-space: normal;
	    padding-left: 1.5rem;
	}
	.header .navbar-nav {
		display: inline-block;
		text-align: right;
	}
	.header .navbar-nav>.menu-item {
	    display: inline-block;
	}
	.header .dropdown-menu {
		background: #ffffff;
	}
	.header .menu-item-has-children>a>.nav-link-arrow-wrapper, .header .menu-item-has-children .dropdown-menu .menu-item-has-children .nav-link-arrow-wrapper {
		display: none;
	}

	/*header cta*/
	.cta-wrapper .call-to-action-button:not(:last-child) {
		margin-bottom: 0px;
		margin-right: 10px;
	}
	.cta-wrapper .call-to-action-button {
		display: inline-block;
	}
	.cta-wrapper .call-to-action-button:first-child {
		margin-top: 0;
	}
	/*individual template option*/
	.header-type-template1 .header-secondary-section .header-secondary-section-left-part {
		float: left;
	}
	.header-type-template2 .contact-info-wrapper {
		text-align: right;
	}
	.header-type-template1 .header-secondary-section,.header-type-template2 .header-secondary-section,.header-type-template3 .header-secondary-section {
		display: block;
	}
	.header-type-template3 .contact-info-wrapper {
		text-align: right;
	}
	.header-type-template4 .header-main-section .navbar-expand-md {
		padding-right: 0;
	}
	.header-type-template4 .contact-info-wrapper,.header-type-template4 .social-media-list-wrapper {
		display: inline-block;
	}
	.header-type-template4 .contact-info-wrapper {
		margin-right: 10px;
	}
	.header-type-template4 .social-media-list-wrapper {
		margin-top: 0;
	}
	.header-type-template5 .header-main-section .inner-section-container .header-main-section-right-part {
		width: auto;
    	text-align: right;
	}
	.header-type-template5 .header-main-section-left-part #main-menu {
		margin-left: 0!important;
	}
	.header-type-template5 .header-main-section-right-part {
		margin: 0 0;
		display: inline-block;
	}
	.header-type-template5 .header-main-section-left-part .navbar {
		padding-left: 0;
	}
	.header-type-template5 .contact-info-wrapper .contact-detail:not(:last-child) {
		margin-right: 10px;
	}
	.header-type-template5 .header-secondary-section-right-part .contact-info-wrapper {
		margin-right: 0px;
	}
	.header-type-template5 .social-media-list-wrapper {
		position: relative;
	}
	.header-type-template5 .header-secondary-section .header-secondary-section-right-part {
		text-align: right;
	}
	body.default-mobile-menu-off .header-type-template6 .header-main-section, body.default-mobile-menu-off .header-type-template5 .header-main-section {
		padding-bottom: 20px;
		padding-top: 20px;
	}
	.header-type-template6 .header-main-section .inner-section-container {
	    display: block;
	}
	.header-type-template6 .header-secondary-section .inner-section-container, .header-type-template5 .header-secondary-section .inner-section-container  {
		display: flex;
		align-items: center;
	}
	.header-type-template6 .header-secondary-section-right-part {
		width: 100%;
	}
	.header-type-template6 .header-secondary-section .social-media-list-wrapper {
		margin-top: 5px;
	}
	 .header-type-template6 .contact-info-wrapper .contact-detail:not(:last-child) {
	 	margin-right: 10px;
	 }
	 .header-type-template6 .header-secondary-section-right-part .contact-info-wrapper {
		margin-right: 0px;
	}
	.header-type-template6 .cta-wrapper {
	    text-align: right;
	}
	.header-type-template6 .social-media-list-wrapper {
		text-align: right;
	}
	.header-type-template6 .contact-info-wrapper {
	    text-align: right;
	}
	.default-mobile-menu-off .header-type-template6 .cta-wrapper {
		text-align: right;
	}
	.default-mobile-menu-off .header-type-template6 .social-media-list-wrapper {
		text-align: right;
	}
	.default-mobile-menu-off .header-type-template6 .contact-info-wrapper {
		text-align: right;
	}
	/*sticky header*/
	.header-top.sticky.header-type-template1 .header-secondary-section, .header-top.sticky.header-type-template2 .header-secondary-section, .header-top.sticky.header-type-template3 .header-secondary-section {
		display: none;
	}
	/*footer*/
	#wrapper-footer .menu>.menu-item {
		display: inline-block;
		vertical-align: top;
		padding-right: 36px;
		text-align: left;
		margin-top: 0;
	}
	#wrapper-footer .menu>.menu-item:last-child {
	    padding-right: 0;
	}
	#wrapper-footer .menu {
		padding-left: 0;
		margin-top: 0;
	}
}
@media (min-width: 992px) {
	
}
@media (min-width: 1200px) {
	.header .navbar-nav {
		display: block;
		float: right;
		width: 100%;
	}	
}

.back-to-top {
    width: 43px;
    height: 43px;
    line-height: 40px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
    color: #ffffff;
    background: rgba(26,28,31,0.3);
    text-align: center;
    display: inline-block;
    position: fixed;
    right: 70px;
    bottom: -50px;
    font-size: 20px;
    display: none;
    z-index: 2;
    cursor: pointer;
}

body:not(.page) .site>.wrapper ~ .wrapper {
    padding: 0;
}

body:not(.page) .site>.wrapper {
    padding-top: 80px;
    padding-bottom: 80px;
}
.input-group-append>input.submit {
    line-height: 18px;
}

*:focus {
    box-shadow: none!important;
}

ol.comment-list>li {
    margin-bottom: 20px;
}
ol.comment-list {
    list-style: none;
}
.wpb_row .vc_column_container {
    padding-left: 15px;
    padding-right: 15px;
}
.wpb_row .vc_column_container>.vc_column-inner {
    padding-left: 0;
    padding-right: 0;
}
.wpcf7 input, .wpcf7 select, .wpcf7 textarea {
    -webkit-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
    outline: none;
    border: 1px solid #ccc;
    padding: 12px 16px;
    min-height: 42px;
    margin-bottom: 20px;
    width: 100%;
    background-color: #fff;
}
/*top menu style*/
.navbar-dark .navbar-nav .nav-link {
    color: #fff;
    padding: 14px 10px 6px;
    font-size: 14px;
    font-weight: 400;
    line-height: 15px;
    text-transform: uppercase;
    border-bottom: 1px solid transparent;
}
.navbar-dark .navbar-nav>.current-menu-item>.nav-link {font-weight: 600;}
.navbar-dark .navbar-nav .active>.nav-link, .navbar-dark .navbar-nav .nav-link.active, .navbar-dark .navbar-nav .nav-link.show, .navbar-dark .navbar-nav .show>.nav-link {
    color: #001942;
	border-bottom: 1px solid #001942;
}

.navbar-dark .navbar-nav .nav-link:focus, .navbar-dark .navbar-nav .nav-link:hover, .navbar-dark .navbar-nav>.current-menu-item>.nav-link,
.navbar-dark .navbar-nav .current-page-parent .nav-link {
    color: #001942;
	border-bottom: 1px solid #001942;
}


.header .navbar-nav>.menu-item>ul.dropdown-menu>.menu-item {
	border-top: 1px solid #e5e5e5;
}
.header .navbar-nav>.menu-item>ul.dropdown-menu>.menu-item>a {padding: 15px 15px;font-size: 14px;line-height: 16px;}
.header .navbar-nav .dropdown-menu {
	/*border: 1px solid #e5e5e5;*/
}
.header .navbar {
    padding: 0;
}

.header .navbar-nav>.menu-item>a {
    text-transform: uppercase;
    color: #001942;
}

.header .navbar-nav>.menu-item {
    padding-left: 12px;
    padding-right: 12px;
}
.header-main-section {
	background-color: #ffffff;
}

.header-main-section {
	background-color: #ffffff;
}
.header .navbar-nav .nav-link:after {
	display: none;
}
.header-main-section {
	padding-bottom: 20px;
}
@media (max-width: 767px) {
	.default-mobile-menu-on .header .navbar-nav>.menu-item>a:hover, .default-mobile-menu-on .header .navbar-nav>.menu-item .dropdown-menu .menu-item>a:hover {
		color: #ffffff;		
		background-color: #000000;
	}
	.default-mobile-menu-on .header .menu-item-has-children>.nav-link-arrow-wrapper>.nav-link-arrow {
		color: #000000;
	}
	.default-mobile-menu-on .header .navbar-nav .dropdown-menu {
		border: none;
		padding: 0;
    	margin: 0;
	}
	.default-mobile-menu-on .header .navbar-nav .nav-link:focus, .default-mobile-menu-on .header .navbar-nav .nav-link:hover, .default-mobile-menu-on .header .navbar-nav>.current-menu-item>.nav-link {
		border-color: transparent;
	}
	.default-mobile-menu-on .header .navbar-nav>.menu-item>a:hover >.nav-link-arrow-wrapper, .default-mobile-menu-on .header .navbar-nav>.menu-item>a:hover >.nav-link-arrow-wrapper>.nav-link-arrow {
	    color: #ffffff;
	}
	.default-mobile-menu-on .header .navbar-nav>.menu-item {
		padding-left: 0;
		padding-right: 0;
	}
}
/*heading*/
.text-center {
    text-align: center;
}
.text-left {
    text-align: left;
}
.text-right {
    text-align: right;
}
.title-line.line-bottom:after {
    content: "";
    width: 35px;
    display: block;
    height: 4px;
    background-color: #000000;
    margin-top: 11px;
    margin-bottom: 30px;
}
.title-line.line-top:before {
    content: "";
    width: 35px;
    display: block;
    height: 4px;
    background-color: #000000;
    margin-top: 30px;
    margin-bottom: 11px;
}
.title-line.line-bottom.line-middle:after {
    text-align: center;
    margin-left: auto;
    margin-right: auto;
}
.title-line.line-bottom.line-right:after {
    text-align: center;
    margin-left: auto;
}
.title-line.line-top.line-middle:before {
    text-align: center;
    margin-left: auto;
    margin-right: auto;
}
.title-line.line-top.line-right:before {
    text-align: center;
    margin-left: auto;
}
.row-title {
    font-size: 28px;
    line-height: normal;
    margin-bottom: 18px;
}
.row-title.row-title-large {
    font-size: 35px;
    line-height: normal;
}
.row-title>span {
	color: #b5b5b5;
}

/*image half full-width*/
.fullwidth-side-image-wrapper .fullwidth-side-image-image-column {
    padding-right: 0;
    padding-left: 0;
	min-height: 400px;
}
.fullwidth-side-image-wrapper .fullwidth-side-image-content-column {
    padding-top: 40px;
    padding-bottom: 40px;
	padding-left: 15px;
	padding-right: 15px;
}

/**supporting partner **/ 
.supporting-partners p {
    margin-bottom: 5px;
}

@media only screen and (min-width:768px) {
	.fullwidth-side-image-wrapper .fullwidth-side-image-image-column {
		min-height: auto;
	}
	.fullwidth-side-image-wrapper.image-right .fullwidth-side-image-content-column {
        padding-right: 4%;
    }
    .fullwidth-side-image-wrapper.image-left .fullwidth-side-image-content-column {
        padding-left: 4%;
    }
	.fullwidth-side-image-wrapper .fullwidth-side-image-content-column.large-padding {
        padding-top: 110px;
        padding-bottom: 110px;
    }
	.fullwidth-side-image-wrapper .fullwidth-side-image-content-column.normal-padding {
        padding-top: 80px;
        padding-bottom: 80px;		
	}
    .fullwidth-side-image-wrapper .fullwidth-side-image-content-column.small-padding {
        padding-top: 40px;
        padding-bottom: 40px;
    }
}