/*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: 3.5rem;
}
.h2,h2 {
    font-size: 2.2rem;
}
a {
	color: #6c2dc7;
}
a:hover {
	color: #212529;
	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; }

/* INPUT */
input, select, textarea {
    outline: none;
    border: 1px solid #d5d5d5;
    padding: 8px 15px;
    min-height: 35px;
    margin-bottom: 20px;
    width: 100%;
    background-color: #FFFFFF; 
}
.wpcf7-spinner{position: absolute;}
.wpcf7 input, .wpcf7 select, .wpcf7 textarea {
    -webkit-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
    outline: none;
    border: 1px solid #d5d5d5;
    padding: 8px 15px;
    min-height: 41px;
    margin-bottom: 20px;
    width: 100%;
    background-color: #fff;
}
select {
  height: 45px; 
}
textarea {
  resize: none; 
}
input[type="radio"], input[type="checkbox"]{
    margin: 0 5px 0 0;
    min-height: 0;
    width: auto;
}
input[type="submit"] {
    background-color: #6c2dc7;
    border-radius: 0;
    color: #ffffff;
    display: inline-block;
    font-size: 1rem;
    font-weight: 600;
    line-height: 20px;
    margin: 2px 0 0;
    padding: 10px 20px 12px;
    border: none;
    width: 150px;
    margin-bottom: 20px;
    height: 42px;
    letter-spacing: 2px;
}
input[type="submit"].ro-small-size {
    width: auto; 
}
input[type="submit"]:hover, input[type="submit"]:focus {
    background-color: #157DEC;
}
.placeholder {
  color: #dfdfdf; }

::-webkit-input-placeholder {
  color: #dfdfdf; }

:-moz-placeholder {
  /* Firefox 18- */
  color: #dfdfdf; }

::-moz-placeholder {
  /* Firefox 19+ */
  color: #dfdfdf; }

:-ms-input-placeholder {
  color: #dfdfdf; }

/*header*/
.header a {color: #000000;}
.header a:hover {color: #6c2dc7;}
.header-main-section {width: 100%;padding: 10px 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: 270px;
}
.header .logo {
	min-width: 250px;
}
.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: #0043DF;padding: 10px 0;border-bottom: 15px solid #6c2dc7;}
.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,.header-type-template1 .header-secondary-section-right-part .social-media-list-wrapper {
	display: inline-block;
}
.header .title-wrapper .page-title {
	font-size: 30px;
	line-height: 34px;
	padding-top: 40px;
}
.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%;
}
.header .navbar-dark .navbar-toggler {
	border-color: #000000;
	background-color: #000000;
}
.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:last-child>.nav-link {
	border-bottom: none;
}
.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: #6c2dc7;
}
.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: 0;
    width: 25px;
    border-radius: 50%;
    text-decoration: none;
    margin: 0px 10px 0 0;
    text-align: center;
    color: #ffffff;
    font-size: 13px;
    height: 25px;
    line-height: 23px;
	border: 2px solid #ffffff;
}
.social-media-list-wrapper .fa:hover {color: #6c2dc7;}
#wrapper-footer .social-media-list-wrapper .fa {color: #ffffff;border: 1px solid #ffffff;}
#wrapper-footer .social-media-list-wrapper .fa:hover {color: #157DEC;}

.header-type-template1 .social-media-list-wrapper,.header-type-template3 .social-media-list-wrapper, .header-type-template4 .social-media-list-wrapper, .header-type-template6 .social-media-list-wrapper {
	margin-top: 2px;
}
.header-type-template5 .social-media-list-wrapper {
	position: absolute;
}
/*header cta*/
.cta-wrapper .call-to-action-button {
	display: inline-block;
    padding: 1px 14px;
    color: #ffffff;
}

.cta-wrapper .call-to-action-button.call-to-action-button-link {
	text-decoration: none;
	border: 1px solid #ffffff;
}
.cta-wrapper .call-to-action-button.call-to-action-button-link:hover {border: 1px solid #6c2dc7;color: #ffffff;background: #6c2dc7;}
.cta-wrapper .call-to-action-button:first-child {
	margin-top: 10px;
}

/*breadcrumb*/
.header #breadcrumbs a {
    text-decoration: none;
}
.header #breadcrumbs .sep {
    padding-left: 8px;
    padding-right: 8px;
}
/*banner*/
.header-banner {color: #fff;}
.header-banner {background-color: #6c2dc7;}
.header-banner .inner-section-container {
	align-items: center;
	min-height: 200px;
    padding-top: 30px;
    padding-bottom: 30px;
}
.header-banner {
	background-image: url("../images/header-bg-image-default.jpg");
	background-size: cover;
	background-position: 50% 50%;
	background-repeat: no-repeat;
}
/*sticky header*/
.header-top {background:#ffffff;}
.header-transparent .header-main-section {background: transparent;}
.header-transparent .header-top {background: transparent;width: 100%;}
.header-transparent .sticky .header-main-section {background: #fff;}
.header-top.sticky {position: fixed;width: 100%;top: 0;z-index: 999;max-height: 102px;}
.header .header-top.sticky .logo img{max-width: 100px;}
.header-top .header-secondary-section {transition: 0.5s;}
.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: 60px;
}
.entry-meta {
    margin-bottom: 10px;
    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: #ffffff;}
#wrapper-footer {background: #7F38EC;color: #ffffff;padding: 0px; font-size: 13px;}
#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: 15px;
	line-height: 17px;
	margin-bottom: 8px;
}
#wrapper-footer ul.menu>li>.sub-menu .sub-menu li {
	font-size: 15px;
	line-height: 17px;
}
#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;
}
.footer-copyright-wrapper{padding-top: 30px;}
/*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;
	}
}
@media (min-width: 576px) {

}
@media (min-width: 768px) {
	.header-main-section .inner-section-container {
	    display: flex;
	    align-items: flex-end;
	}
	.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;
		width: 220px;
		padding: 5px;
	}
	.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: 220px;
	}
	.header .navbar-nav .dropdown-menu {
		position: absolute;
		margin-top: inherit;
		left: 0%;
	    padding-top: 10px;
	    padding-bottom: 0;
	    border-radius: 0;
		width: 260px;
	}
	.header .navbar-nav>.menu-item>.dropdown-menu>.menu-item>.dropdown-menu a {
	    width: 100%;
	    left: 0;
	    white-space: normal;
	    padding:5px;
	}
	.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;
	}
	/*enable if use arrow
	.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 {
	    top: -2px;
	    left: 12px;
	    position: relative;
	}
	.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 {
	    vertical-align: 0;
	    position: relative;
	    top: 0;
	    color: #000000;
	    width: 40px;
	    height: 100%;
	    text-align: center;
	    right: 0;
	}
	*/
	/*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,.header-type-template1 .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: 25px;
		text-align: left;
		margin-top: 0;
	}
	#wrapper-footer .menu>.menu-item:last-child {
	    padding-right: 0;
	}
	#wrapper-footer .menu {
		padding-left: 0;
		text-align: left;
		margin-top: 0;
	}
}
@media (min-width: 992px) {
	
}
@media (min-width: 1200px) {
	.header .navbar-nav {
		display: flex;
	}
}

.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;
    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: 60px;padding-bottom: 60px;}

.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;
}



/*top menu style*/
.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: #6c2dc7;
  font-weight: 700;
}

.navbar-dark .navbar-nav .nav-link:focus, .navbar-dark .navbar-nav .nav-link:hover, .navbar-dark .navbar-nav>.current-menu-item>.nav-link {
    color: #6c2dc7;
  font-weight: 600;
}
.navbar-dark .navbar-nav .nav-link {
    color: #000000;
    padding: 10px 10px;
    font-size: 14px;
    font-weight: 400;
    line-height: 15px;
    text-transform: uppercase;
    border-bottom: 2px solid transparent;
}
.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: 10px 15px;
    font-size: 16px;
    line-height: 18px;
}
.header .navbar-nav .dropdown-menu {
	border: 0px solid #e5e5e5;
}
.header .navbar {
    padding: 0;
}

.header .navbar-nav>.menu-item>a {
    text-transform: none;
    color:  #6c2dc7;
    font-weight: 400;
    font-size: 17px;
}

.header .navbar-nav>.menu-item {
    padding-left: 3px;
    padding-right: 3px;
}
.header .social-media-list-wrapper {margin-bottom: 0;}
.header .navbar-nav .nav-link:after {display: none;}

@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;
}
@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;
    }
	.fullwidth-side-image-wrapper .image-full{min-height: 400px;}
}
@media only screen and (max-width:767px) {
	.fullwidth-side-image-wrapper .image-full{min-height: 400px;}
}@media only screen and (max-width:560px) {
	.fullwidth-side-image-wrapper .image-full{min-height: 280px;}
}
.grecaptcha-badge{display:none}