/*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: #c72029;

}

a:hover {

	color: #c72029;

	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;

}
/* 
.home input[type="submit"] {

    background: #fff!important;
    border-radius: 2px;
    color: #c72029!important;
    display: inline-block;
    font-size: 15px!important;
    font-weight: 500!important;
    line-height: 20px!important;
    margin: 0;
    padding: 10px 20px!important;
    text-transform: uppercase;
    width: 300px!important;
	text-align:center!important;
	border:2px solid transparent!important;
}
.home input[type="submit"]:hover{
	background:transparent!important;
	border:2px solid #fff!important;
	color:#fff!important;
}  */
.home .wpcf7 input, .home .wpcf7 select, .home .wpcf7 textarea {
    -webkit-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
    outline: none;
    width: 100%;
    background: #fff;
    color: #222a59;
    text-align: left!important;
    font-weight: 700;
    border-top: none;
    border-left: none;
    border-right: none;
    border-bottom: none;
    text-align: left;
    box-shadow: none;
    background-origin: none;
    padding: 15px 25px;
	border-radius: 6px;
	
    
}
input[type="submit"] {

	background: transparent!important;
    color: #ffff!important;
    font-size: 15px;
    font-weight: 400;
    line-height: 20px;
    margin: 0;
    padding: 8px 45px !important;
    text-transform: uppercase;
    border: none;
    width: 250px!important;
	text-align:center!important;
	border:none!important;
	box-shadow: none!important;
	text-align:center!important;
	border: 2px solid #fff!important;
}
input[type="submit"]:hover {

	background: #fff!important;
    color: #222a59!important;
	
}

input[type="submit"].ro-small-size {

    width: auto; 

}

input[type="submit"]:hover, input[type="submit"]:focus {

    background-color: transparent;
	color: #fff;
	font-weight: bold;

}

.placeholder {color: #000;}



::-webkit-input-placeholder {

  color: #000;opacity: 1; }



:-moz-placeholder {

  /* Firefox 18- */

  color: #000;opacity: 1; }



::-moz-placeholder {

  /* Firefox 19+ */

  color: #000; opacity: 1;}



:-ms-input-placeholder {

  color: #000;opacity: 1; }



/*header*/

.header a {

	color: #000000;

}

.header a:hover {

	color: #303878;

}

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

.header .logo {min-width: 300px;}



.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, .contact-info-wrapper {

	padding: 0px;

  /* display: inline-block; */

  

}

/*.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: 25px; float: right;}

.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: poLato;

}

.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: #222a59 ;
	border: none;
}
.header .dropdown-menu a {
	color:#fff!important;
}
.header .dropdown-menu a:hover {
	color:#222a59 !important;
	background-color:#fff!important;
}

.dropdown-item {

	color: #fff;

}
.dropdown-item :hover{

	color: #222a59 ;
	background: #fff;

}

.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: #303878;

}

.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: right;
	min-width:260px;

}

body.default-mobile-menu-off .social-media-list-wrapper {

    text-align: right;

}

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 {
	display: block;
    float: right;
    margin: 0px 5px;
    padding: 6px;
    width: 28px;
    height: 28px;
    color: #fff ;
    font-size: 16px;
    /* border-radius: 50%; */
    /* background-color: #c72029; */
    text-align: center;
    text-decoration: none;
    -webkit-transition: all .4s ease-out;
 	transition: all .4s ease-out;
}
.social-media-list-wrapper .fa:hover {
	color: #c72029 ;
}



.header-type-template3 .social-media-list-wrapper, .header-type-template4 .social-media-list-wrapper, .header-type-template6 .social-media-list-wrapper {

	margin-top: 0px;

}

.header-type-template5 .social-media-list-wrapper {

	position: absolute;

}

/*header cta*/

.cta-wrapper {

	margin-bottom: 0px;

}

.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; margin-top:0px;}

.header-banner .inner-section-container {align-items: center;min-height: 350px;padding-top: 30px;padding-bottom: 30px;}

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

}
.home .header-transparent .header-main-section {

    background: transparent!important;

}

.header-transparent .header-top {position: fixed;top: 0;background: transparent;width: 100%;z-index: 2;}


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

  background:  transparent;

  padding: 10px 0px 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 {
    display: none!important; 
}

.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: #292929;}

#wrapper-footer .menu {

	padding-left: 0;

	text-align: left;

	margin-top: 15px;

}

#wrapper-footer ul.menu>li>.sub-menu .sub-menu {

    padding-left: 0px;

    margin-top: 8px;

    list-style: none;

}

#wrapper-footer .sub-menu li {

    font-size: 14px;

    line-height: 20px;

    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: #fff;

	}

	.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: flex-end;

      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: #222a59  !important;

	}

	.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: 250px;

	}

	.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: #222a59 ;

	}

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

	}

	.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:30px;

		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: poLato;

}



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: 10px;

    padding-right: 10px;

}

.wpcf7 input, .wpcf7 select, .wpcf7 textarea {

	-webkit-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
    outline: none;
    width: 100%;
    color: #222;
    text-align: left;
    font-weight: 700;
    border-top: none;
    border-left: none;
    border-right: none;
    border-bottom: none;
    height: 50px;
    text-align: left;
    border: 2px solid transparent;
    background: #fff;
	padding: 15px 25px;
	border-radius: 10px;
 
}

/*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: #c72029;
	transition:0.5s ease-in-out;

}



.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: #c72029;
	transition:0.3s ease-in-out;

}



.header .navbar-nav>.menu-item>ul.dropdown-menu>.menu-item>a {padding: 15px 15px;font-size: 14px;line-height: 16px;}

.header .navbar-nav>.menu-item>.dropdown-menu>.menu-item>.dropdown-menu a {padding: 15px 15px;font-size: 14px;font-weight: 400px;line-height: 16px;min-width: 200px;}



.header .navbar-nav .dropdown-menu {/*border: 1px solid #e5e5e5;*/}

.header .navbar {padding: 0;}



.header .navbar-nav>.menu-item>a {color: #ffffff;}



.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;
    display: flex;
    justify-content: 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;

    }

}







