/*
Theme Name: Total Child Theme
Theme URI: https://your-site.com
Description: Your site description. Go to Appearance > Editor to modify this file.
Author: Your Name
Author URI: https://your-site.com
Template: Total
Version: 1.0
*/
.wpex-menu-search-text{
	display: none;
}
@media only screen and (max-width: 480px) {
	.tp-rightarrow.tparrows, .tp-leftarrow.tparrows  {
	 top: 40% !important;
	}
	.tp-rightarrow.tparrows {
	 	transform: translate(-56px, -24px) !important;
	}
	.tp-leftarrow.tparrows {
	 	transform: translate(6px, -24px) !important;
	}
}


/* CSS portion goes in your child theme style.css and must be modified to fit your needs/wants */
#outer-wrap {
    opacity: 0;
    visibility: hidden;
}

body.wpex-window-loaded .my-preloader {
    display: none;
}
body .my-preloader {
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
    width: 100%;
}

 .my-preloader img{
    width: 150px;
}

body.wpex-window-loaded #outer-wrap {
    opacity: 1;
    visibility: visible;
}


.wpb-js-composer .vc_tta.vc_general.vc_tta-style-total .vc_tta-tab>a {
    border: 2px solid #94c11f !important;
    border-radius: 10px !important;
    margin-right: 9px;
    padding: 12px 20px;
}

.wpb-js-composer .vc_tta.vc_general.vc_tta-style-total .vc_tta-tab.vc_active>a {
	color: #fff !important;
	background: #94c11f !important;
	
}

.sidr-class-dropdown-menu .wpex-open-submenu {
	width: 100%;
}

.grecaptcha-badge {
	z-index: -1;
	opacity: 0;
}

*{
	outline:none;
}

.wpex-rounded-sm {
    border-radius: 0px !important;
}

.wpcf7 form .wpcf7-response-output {
    margin: 0em 0.5em 1em !important;
}

strong {
    font-weight: 600;
}

blockquote {
    color: #0c315a;
}

/*Top Bar styles Start*/

@media only screen and (max-width: 1175px) {
	.visible-desktop {
	  display: none !important;
	}
}

#top-bar-content {
  font-weight: 500;
  font-size: 12px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  text-align: center;
}

#top-bar-content.top-bar-centered  .wpex-inline {
  margin-right: 14px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.sidr-class-mobile-menu-searchform button {
	border: none;
}

#top-bar-content .ticon-location-arrow:before {
  content: '';
  background-image: url('/wp-content/uploads/2021/04/pin-1.svg');
  width: 19px;
  height: 19px;
  background-size: contain;
  display: block;
}

#top-bar-content .ticon-phone:before {
  content: '';
  background-image: url('/wp-content/uploads/2021/04/Group.svg');
  width: 19px;
  height: 19px;
  background-size: contain;
  display: block;
}
.navbar-style-two .dropdown-menu>li>a {
    height: 70px;
    line-height: 70px;
    padding: 0;
}

@media only screen and (max-width: 1240px) {
	.visible-desktop {
	    display: none !important;
	}
}

#top-bar-content {
    font-weight: 500;
    font-size: 12px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    text-align: center;
}

#top-bar-content.top-bar-centered  .wpex-inline {
    margin-right: 14px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.sidr-class-mobile-menu-searchform button {
	border: none;
}

#top-bar-content  .ticon-location-arrow:before {
  content: '';
  background-image: url('/wp-content/uploads/2021/04/pin-1.svg');
  width: 19px;
  height: 19px;
  background-size: contain;
  display: block;
}

#top-bar-content  .ticon-phone:before {
	content: '';
  background-image: url('/wp-content/uploads/2021/04/Group.svg');
  width: 19px;
  height: 19px;
  background-size: contain;
  display: block;
}

/*Header styles End*/

/*Header styles Start*/

#site-logo img {
	width: 100%;
}

#header-aside {
	width: 100%;
	padding-left: 45px;
}

.header-content {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.header-content_right {
  display: flex;
  align-items: center;
}

.ticon-location-arrow.ticon-location-arrow:before {
	content: '';
	width: 20px;
    height: 20px; 
	margin-right: -1px;
    background: url(/wp-content/uploads/2021/04/pin-1.svg);
    background-size: contain;
    display: block;
}

.ticon-phone.ticon-phone:before {
	width: 20px;
	content: '';
    height: 20px;
    background: url('/wp-content/uploads/2021/04/Group.svg');
    background-size: cover;
    display: block;
}

.ticon-phone-white.ticon-phone-white:before {
	width: 20px;
	content: '';
    height: 20px;
    background: url('/wp-content/uploads/2022/06/phone-call-1.svg');
    background-size: cover;
    display: block;
}

.ticon-search.ticon-search:before {
	content: "";
    background-image: url(/wp-content/uploads/2021/04/fluent_search-28-filled.svg);
    background-size: cover;
    height: 20px;
    width: 20px;
    position: relative;
    display: block;
}

.ticon-search.ticon-search:hover:before {
	opacity: 0.6;
}

.header-content .vcex-icon-box-location {
	padding: 5px 20px !important;
	background: rgba(0, 159, 227, 0.06) !important;
	border: 1px solid rgba(0, 159, 227, 0.06) !important;
	border-radius: 10px !important;
}

.header-content .vcex-icon-box-location:hover {
	border-color: #009FE3 !important;
}

.header-content .vcex-icon-box-heading{
	color: #CCCCCC;
	font-weight: 400;
	font-size: 12px;
}

.header-content .vcex-icon-box-content p{
  font-weight: 500;
  font-size: 16px;
  color: #0C315A;
  line-height: 20px;
}

.header-content .vcex-icon-box-content a{
  font-weight: 500;
  font-size: 16px;
  color: #0C315A;
  line-height: 20px;
}
.header-content_link {
	display: inline-block;
	margin: 0 5px 0 0;
}

.header-content_link:hover {
	text-decoration: none;
}

.header-content_link .ticon {
  transition: 0.5s;
}

.header-content_link:hover .ticon {
  -o-transform: translateY(-4px);
  -ms-transform: translateY(-4px);
  -moz-transform: translateY(-4px);
  -webkit-transform: translateY(-4px);  
  transform: translateY(-4px);
  transition: 0.5s;
}

.header-content_link:hover .ticon-phone {
  -webkit-animation-name: tada;
  animation-name: tada;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  transform: none;
 }

  @-webkit-keyframes tada {
	  0% {
	  -webkit-transform: scale3d(1, 1, 1);
	  transform: scale3d(1, 1, 1);
	  }
	  10%, 20% {
	  -webkit-transform: scale3d(.9, .9, .9) rotate3d(0, 0, 1, -3deg);
	  transform: scale3d(.9, .9, .9) rotate3d(0, 0, 1, -3deg);
	  }
	  30%, 50%, 70%, 90% {
	  -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
	  transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
	  }
	  40%, 60%, 80% {
	  -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
	  transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
	  }
	  100% {
	  -webkit-transform: scale3d(1, 1, 1);
	  transform: scale3d(1, 1, 1);
	  }
  }

  @keyframes tada {
	  0% {
	  -webkit-transform: scale3d(1, 1, 1);
	  transform: scale3d(1, 1, 1);
	  }
	  10%, 20% {
	  -webkit-transform: scale3d(.9, .9, .9) rotate3d(0, 0, 1, -3deg);
	  transform: scale3d(.9, .9, .9) rotate3d(0, 0, 1, -3deg);
	  }
	  30%, 50%, 70%, 90% {
	  -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
	  transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
	  }
	  40%, 60%, 80% {
	  -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
	  transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
	  }
	  100% {
	  -webkit-transform: scale3d(1, 1, 1);
	  transform: scale3d(1, 1, 1);
	  }
  } 

.header-phone-dropdown {
	display: flex;
	position: relative;
	padding: 15px;
	background: #009FE3;
	border-radius: 10px;
	width: 250px;
	justify-content: center;
	box-sizing: border-box;
}

.header-phone-dropdown::before {
	content: url('/wp-content/uploads/2022/06/fe_arrow-left.svg');
	display: block;
	position: absolute;
	right: 14px;
	top: 26px;
	transform: rotate(90deg);
	transition: all .2s ease;
}

.header-phone-dropdown:hover::before {
	transform: rotate(0deg);
}

.header-phone-dropdown .header-dd-container {
	position: absolute;
	z-index: 500;
	left: 0;
	top: calc(100% - 10px);
	width: 100%;
	background: #009FE3;
	border-bottom-left-radius: 10px;
	border-bottom-right-radius: 10px;
	padding: 0 15px;
	display: flex;
	width: 250px;
	justify-content: center;
	align-items: center;
	box-sizing: border-box;
	flex-direction: column;
	overflow: hidden;
	height: 0;
	transition: all .6s ease;
}

.header-phone-dropdown:hover .header-dd-container {
	height: 212px;
	padding-top: 15px;
	padding-bottom: 15px;
}

.header-phone-dropdown .header-dd-container .header-dd-cta {
	display: block;
	text-align: center;
	color: rgba(255, 255, 255, 0.5);
	font-size: 12px;
	padding-top: 25px;
}

.header-content_link-2 {
	padding-top: 20px;
	border-top: 1px solid rgba(255, 255, 255, 0.24);
}

.header-content_link-3 {
	padding-top: 20px;
	margin-top: 20px;
	border-top: 1px solid rgba(255, 255, 255, 0.24);
}

.header-icon-link-search {
	margin-left: 35px;
	margin-top: 6px;
}

.header-icon-link-user {
	margin-left: 12px;
}

ul#mega-menu-main_menu li.search-toggle-li.search-toggle-li {
	display: none !important;
}

ul#mega-menu-main_menu li.main-menu-cta a {
	background:transparent !important;
	color: #0c315a !important;
	border:1px solid #94C11F !important;
	border-radius: 27px !important;
	padding-left: 20px !important;
	padding-right: 20px !important;
	height: 54px !important;
	line-height: 53px !important;
	margin-top: 8px !important;
}

ul#mega-menu-main_menu li.main-menu-cta a:hover {
	background: #94C11F !important;
	color: #fff !important;
}

/*Top Bar styles End*/

/*Header meny styles Start*/

.mega-sub-menu .mega-menu-link:before{
	content: '';
    position: absolute !important;
    width: 8px !important;
    height: 8px !important;
    border-radius: 50%;
    background: #009fe3 !important;
    top: 14px !important;
    left: 12px !important;
}

.mega-wpml-ls-item .mega-menu-link:before{
	display: none !important;
}

#mega-menu-main_menu .mega-sub-menu.mega-sub-menu .mega-menu-item:not(.mega-wpml-ls-item) .mega-menu-link{
	border-radius: 20px !important;
    display: inline-block !important;
    padding: 5px 23px 5px 30px !important;
    color: #0c315a !important;
    margin-top: -6px !important;
}
.mega-sub-menu .mega-menu-item:not(.mega-wpml-ls-item) .mega-menu-link:hover{
    background: #009fe312 !important;
}

.mega-sub-menu .mega-menu-link:hover:before{
    background: #94C11F !important;
}

@media only screen and (min-width: 769px) {
	#mega-menu-14-0-0, #mega-menu-15-0-0, #mega-menu-16-0-0, #mega-menu-17-0-0, #mega-menu-18-0-0, #mega-menu-19-0-0, #mega-menu-20-0-0 {
		width: auto !important;
		padding-right: 50px !important;
	}
}

.page-header .page-header-title {
    margin-left: -3px;
}

#mega-menu-wrap-main_menu #mega-menu-main_menu > li.mega-menu-item-89 > a.mega-menu-link:hover, 
#mega-menu-wrap-main_menu #mega-menu-main_menu > li.mega-menu-item-4576 > a.mega-menu-link:hover {
	border: 0px;
}

.navbar-style-two .dropdown-menu>li>a {
    height: 70px;
    line-height: 70px;
    padding: 0;
}

.menu-item.wpml-ls-slot-2>a{
	padding: 0 10px !important;
}

.mega-menu-item-89, .mega-menu-item-4576 {
  float: right !important;
}

.mega-menu-item-89>a, .mega-menu-item-4576>a {
  padding: 0px 10px !important;
}

.ticon-user:before {
  content: url('/wp-content/uploads/2021/04/line-md_account.svg') !important;
  position: relative;
  top: 3px;
}

.ticon-user:hover:before {
  opacity: 0.6;
}

#mega-menu-main_menu .search-toggle-li.search-toggle-li{
    float: right !important;
    height: 70px !important;
    display: flex !important;
    align-items: center !important;
}
.search-toggle-li a {
	padding: 0 !important;
}
.site-search-toggle:hover {
	border: none !important;
}

#mega-menu-wrap-main_menu #mega-menu-main_menu > li.mega-menu-item > a.mega-menu-link {
	font-weight: 600 !important;
}

#mega-menu-wrap-main_menu #mega-menu-main_menu li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row {
	max-width: 1260px;
    margin: 0 auto !important;
    float: none !important;
}

.wpex-mobile-menu-toggle-extra-icons .ticon-user:before {
    position: relative;
    top: 3px;
}

.wpex-mobile-menu-toggle-extra-icons .ticon-search.ticon-search:before {
    position: relative;
    top: 2px;
}

body.page-header-disabled .navbar-style-two {
    border-bottom: 0px solid #eee !important;
}

#mega-menu-wrap-main_menu #mega-menu-main_menu > li.mega-menu-megamenu > ul.mega-sub-menu {
    border-top: 1px solid #F1F1F1;
	box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.05);
}

.mega-sub-menu .h2 {
    font-weight: 600;
    font-size: 34px;
    line-height: 41px;
    color: #0C315A;
    margin: 0px;
    margin-left: 25px;
    margin-top: -10px;
}

.fa-info-circle:before {
    content: url(/wp-content/uploads/2021/04/ant-design_exclamation-circle-outlined.svg)  !important;
}

.vc_color-black.vc_message_box {
        display: table;
}

@media only screen and (min-width: 1175px) {
	#top-bar-wrap-sticky-wrapper {
		display:none;
	}
}

@media only screen and (max-width: 1175px) {
    #sidr-id-menu-item-89 {
      display: none !important;
    }
	#sidr-id-menu-item-2391 {
      display: none !important;
    }
}

#site-header .custom-html-widget ul{
	list-style: none;
    display: flex;
    margin-left: 0;
}

#site-header .custom-html-widget ul li{
	margin-right: 40px;
}

#site-header .custom-html-widget ul li a{
	color: #555;
    font-family: inherit;
    font-size: 16px;
}

#site-header .textwidget.custom-html-widget h3{
	margin-top: 0px;
	margin-bottom: 30px;
	font-size: 16px;
}

.header-alert {
	display: block;
	background: #FF5530;
	padding: 7px 0 5px 0;
}

.header-alert .container::after {
	content: '';
	display: block;
	clear: both;
}

.header-alert .header-alert-left {
	display: block;
	float: left;
	color: #fff;
	font-size: 13px;
	font-weight: 400;
	padding-top: 4px;
}

.header-alert .header-alert-right {
	display: block;
	float: right;
}

.header-alert .header-alert-right .header-alert-btn {
	display: inline-block;
	padding: 6px 25px;
	color: #000;
	font-weight: 400;
	font-size: 12px;
	background: #FFFFFF;
	border-radius: 5px;
	text-decoration: none;
	cursor: pointer;
}

.header-alert .header-alert-right .header-alert-btn:hover {
	background: #94C11F;
	color: #fff;
}

@media screen and (max-width: 768px) {
	.header-alert .header-alert-left {
		float: none;
		padding-top: 4px;
		padding-bottom: 8px;
		text-align: center;
	}

	.header-alert .header-alert-right {
		text-align: center;
		float: none;
	}
}

/*Header meny styles End*/

/* Footer bottom styles Start */

#footer-bottom-menu .theme-button {
    background-color: transparent;
    border-color: transparent;
	padding: 0px !important;
}

#footer-bottom-menu .theme-button a{
    background-color: #94C11F;
    border-color: #94C11F;
	padding: 20px 26px;
	border-radius: 45px;
}

#footer-bottom-menu .theme-button a:hover {
    background-color: transparent;
	border: 1px solid #94C11F;
}

#footer-bottom-menu .theme-button a{
   color: #fff;
}
#footer-bottom-menu .theme-button:hover a{
	color: #0c315a;
	border-color: #94C11F;
}

#copyright a {
	padding-bottom: 10px;
	display: block;
	text-decoration: underline;
}

/* Footer bottom styles End */

/* Footer widget styles Start */

.footer-link {
	font-weight: 600;
	font-size: 15px;
	line-height: 18px;
	text-decoration-line: underline;
	color: #94C11F !important;
}

.footer-box .widget_media_image img{
	margin-left: -44px;
	margin-top: -34px;
}

.footer-widget .widget-title {
    margin-bottom: 13px;
}

.ticon-facebook-f:before, .ticon-facebook:before {
	content: url('/wp-content/uploads/2021/07/akar-icons_facebook-fill.svg') !important;
}

.ticon-instagram:before {
   content: url('/wp-content/uploads/2021/07/akar-icons_instagram-fill.svg') !important;
    position: relative;
    top: 1px;
    left: 1px;
}

.ticon-youtube-play:before {
   content: url('/wp-content/uploads/2021/07/youtube-1.svg') !important;
   position: relative;
    top: 0.5px;
}

.ticon-facebook-f:hover:before, .ticon-facebook:hover:before, .ticon-instagram:hover:before, .ticon-youtube-play:hover:before  {
	opacity: 0.8;
}

.ticon-youtube-play{
	margin-left: 3px;
    position: relative;
    top: -1px;
}

.wpex-youtube.wpex-social-btn:hover {
	color: #0c315a !important;
	opacity: 0.8;
}

.footer-box.span_1_of_4.col-1 {
	margin-right: 7%;
}

.footer-widget.widget_wpex_simple_menu li{
	padding-top: 13px;
}

.span_1_of_4.col-3>.widget_custom_html .widget-title:before{
	content: url(/wp-content/uploads/2021/04/pin-1.svg);
	position: relative;
    top: -3px;
	width: 33px;
    float: left;
}

.span_1_of_4.col-4>.widget_custom_html .widget-title:before{
	content: url(/wp-content/uploads/2021/04/pin-1.svg);
	position: relative;
    top: -3px;
    width: 33px;
    float: left;
}

.widget_text .vcex-icon-box-heading {
	font-size: 15px;	
}

.widget_text .vcex-icon-box-content{
	font-size: 12px;	
}

.widget_text .ticon-phone.ticon-phone:before{
	content: "";
	background: url(/wp-content/uploads/2021/04/ic_twotone-settings-phone.svg);
}

.locations{
	max-width: 220px;
    margin-top: -20px;
}

.locations ul li{
    position: relative;
    padding-left: 33px;
    font-size: 12px;
    padding-bottom: 12px;
}

.locations ul li:before{
	content: url(/wp-content/uploads/2021/04/Vector.svg);
    position: absolute;
    left: 9px;
    top: 4px;
}

@media only screen and (max-width: 1273px) {
	.footer-box.span_1_of_4.col.col-2 {
		padding-right: 57px;
	}
}
@media only screen and (max-width: 1196px) {
	.footer-box.span_1_of_4.col.col-2 {
		padding-right: 53px;
	}
}

@media only screen and (max-width: 900px) {
	.footer-box.span_1_of_4.col.col-2 {
		padding-right: 30px;
	}
}

@media only screen and (max-width: 1175px) {
	 .footer-box .widget_media_image img{
		margin-left: -25px;
		margin-top: 0px;
	}
}

@media only screen and (max-width: 959px) {
	#footer-inner {
		padding: 32px 10px 5px 10px !important;
	}
	.footer-box.span_1_of_4.col-1 {
		margin-right: 0%;
		text-align:center;
	}
	.wpex-fa-social-widget{
		text-align:center !important;	
	}
	#footer .wpex-row .span_1_of_4.col.col-2{
		 width: 30% !important;
	}
	#footer .wpex-row .span_1_of_4.col.col-4, #footer .wpex-row .span_1_of_4.col.col-3{
		 width: 35% !important;
	}
}

@media only screen and (min-width: 768px) and (max-width: 959px) {
	#footer .wpex-row .span_1_of_4.col-3.col, #footer .wpex-row .span_1_of_4.col.product:nth-child(2n+3){
		clear: none;
	}
}

@media only screen and (max-width: 768px) {
	#footer-bottom-menu, #footer .wpex-row .span_1_of_4.col.col-2 {
		display: none;
	}
	#footer .wpex-row .span_1_of_4.col.col-4:not(.staff-entry), #footer .wpex-row .span_1_of_4.col.col-3:not(.staff-entry){
		 width: 50% !important;
	}
	.widget_text .vcex-icon-box-heading {
		font-size: 12px;
	}
	.locations ul li {
		font-size: 14px;
	}
}

/* Footer widget styles End */

/* Body styles */
  .custom .tp-bullet {
    background: #ccc;
    border-radius: 10px;
	height: 11px;
	width: 11px;
}
.custom .tp-bullet.selected {
    background: rgb(148 193 31);
    margin-left: -4px;	
	width: 20px;
}

.tparrows {
    box-shadow: 0px 0px 14px rgb(0 0 0 / 8%);
}

.entypo-icon-record:before {
    font-size: 14px;
    vertical-align: middle;
}

.vcex-multi-buttons .theme-button:not(.outline):hover, .vcex-multi-buttons .theme-txt-link:hover {
	color: #fff;
}

@media only screen and (max-width: 768px) {
	.left-mob {
		text-align: left !important;
	}
}

.wpcf7-form .wpex-row .col{
	padding: 0 !important;
}

.wpcf7-form .wpex-row .col input[type="submit"]{
	width: 100%;
    height: 64px;
    border-radius: 0 40px 40px 0;
	font-size: 15px;
	font-weight: 500;
}

input[type="date"], input[type="time"], input[type="datetime-local"], input[type="week"], input[type="month"], input[type="text"], input[type="email"], input[type="url"], input[type="password"], input[type="search"], input[type="tel"], input[type="number"], textarea {
	border-radius: 0px;
	font-weight: 500;
	font-size: 15px;
	border: 0px;
	border-right: 1px solid;
	text-align: center;
	line-height: 1.6;
}

.wpcf7-form .col-1 .wpcf7-text{
	border-radius: 40px 0 0 40px;
}
.wpcf7-form select {
    width: 100%;
    height: 64px;
    padding: 20px;
	font-family: "Montserrat";
    font-size: 15px;
	font-weight: 500;
    background-color: #ffffff;
    border-color: #c4c4c4;
    border-width: 0px;
    color: #014189;
    margin-top: 3px;
    text-align-last: center;
   	text-align: center;
   -ms-text-align-last: center;
   -moz-text-align-last: center;
}

.wpcf7 form .wpcf7-response-output {
	margin-top: 0;
}
.wpcf7 select::-ms-expand {
    display: none;
}
.wpcf7-not-valid-tip {
    text-align: center;
    color: #ffffff;
}

.wpcf7 select {
	-webkit-appearance: none;
    appearance: none;
	text-align: center;
}

::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  font-weight: 500;
  color: #014189;
  opacity: 1;
}
::-moz-placeholder { /* Firefox 19+ */
  font-weight: 500;
   color: #014189;
  opacity: 1;
}
:-ms-input-placeholder { /* IE 10+ */
  font-weight: 500;
  color: #014189;
  opacity: 1;
}
:-moz-placeholder { /* Firefox 18- */
  font-weight: 500;
  opacity: 1;
  color: #014189;
}

.wpcf7 input[type="submit"]:hover{
    background-color: #94c11f;
    color: #ffffff;
    border-color: #fff;
}

@media only screen and (max-width: 959px) {
	.wpcf7 .wpcf7-form  .wpex-row .col{
		width: 100% !important;
	}
	.wpcf7-form .col-1 .wpcf7-text{
		border-radius: 5px;
	}
	.wpcf7-form .wpex-row .col input[type="submit"]{
		border-radius: 40px;
	}
	.site-content input[type="date"], .site-content input[type="tel"], .site-content input[type="datetime-local"], .site-content input[type="week"], .site-content input[type="month"], .site-content input[type="text"], .site-content input[type="email"], .site-content input[type="url"], .site-content input[type="password"], .site-content input[type="search"], .site-content input[type="tel"], .site-content input[type="number"], .site-content textarea{
		padding: 10px !important;
		border-radius: 5px;
		text-align: left;
	}
	.wpcf7-form select {
		width: 100%;
		height: auto;
		padding: 12px;
		border-radius: 5px;
		text-align: left;
		text-align-last: left;
		text-align: left;
	   -ms-text-align-last: left;
	   -moz-text-align-last: left;
	}
	.wpcf7-form  .wpex-row .col {
		float: left;
		margin: 0 0 10px;
		padding: 0 10px;
	}
	.wpcf7-form .wpex-row .col input[type="submit"] {
 	    width: 100%;
		height: auto;
	}
}

.info-row:before {
	background: url(/wp-content/uploads/2021/04/Group-2.svg);
    content: "";
    position: absolute;
    left: 26px;
    top: 35px;
    display: block;
    width: 39px;
    height: 39px;
    background-size: contain;
}	

.info-row .vcex-multi-buttons .flat {
	border-radius: 31px;
	color: #fff;
	border: 1px solid #009fe3;
}

.info-row .vcex-multi-buttons .flat:hover, .about-row .vcex-multi-buttons .flat:hover  {
	color: #009fe3;
	background: #fff !important;
	border: 1px solid #009fe3;
}

.gambit-carousel-anything .hvr-shadow {
	min-height: 337px;
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
}

@media only screen and (max-width: 768px) {
	.info-row .vc_column-inner{
	padding: 30px 20px 20px 20px!important;
	}
	.info-row:before {
		display: none;
	}	
}

@media only screen and (max-width: 480px) {
	.vcex-multi-buttons.vcex-small-screen-full-width {
		clear: both;
	}
}

.info-row-2{
	margin-top: -90px;
}

.info-row-2:before {
	background: url(/wp-content/uploads/2021/04/Group-2.svg);
	content: "";
    position: absolute;
    left: 33px;
    top: 34px;
    display: block;
    width: 41px;
    height: 41px;
    background-size: contain;
}

.info-row-2 .vc_column-inner {
	padding: 27px 65px !important;
}

@media only screen and (max-width: 1200px) {
	.info-row-2{
		margin-top: 20px;
	}
}

.owl-dots .owl-dot span, .owl-theme .owl-dots .owl-dot span {
    width: 11px;
    height: 11px;
	margin: 2px 4px;
}

#carousel-anything-1 .owl-prev::before, #carousel-anything-1 .owl-next::before, #carousel-anything-2 .owl-prev::before, #carousel-anything-2 .owl-next::before {
    font-size: 20px !important;
    line-height: 40px !important;
    color: #009fe3 !important;
    font-size: 16px !important;
    background: #ffffff !important;
    width: 40px !important;
    height: 40px !important;
    box-shadow: 0px 0px 14px rgb(0 0 0 / 8%);
    border-radius: 50% !important;
}

#carousel-anything-1  .owl-nav,#carousel-anything-2 .owl-nav {
    width: 31px;
    top: -88px !important;
    right: 35px;
    position: absolute;
}

.gambit-carousel-anything.has-arrows .owl-nav div.owl-next {
	right: 15px !important;
	left: 15px !important;
}

.tparrows:before {
    font-family: dashicons !important;
    content: "\f345" !important;
}

.tparrows.tp-leftarrow:before {
    content: '\f341' !important;
}

.space-buttons  {
	padding-left: 25px;
	padding-top: 20px !important;
}

.border-buttons {
	border-color: #0C315A !important;
}

@media only screen and (max-width: 1000px) {
	#carousel-anything-1 .owl-nav, #carousel-anything-2 .owl-nav  {
		width: auto;
		top: inherit !important;
		right: inherit;
		left: 48%;
		position: inherit;
		margin-bottom: 58px;
	}
	.gambit-carousel-anything .hvr-shadow {
		min-height: 281px;
	}
	.wpex-carousel.owl-carousel .owl-item img {
		width: 100%;
	}
}

.wpex-carousel-staff  .entry-details {
    position: absolute;
    bottom: 0;
    background: #0000004f;
    padding: 15px;
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    text-transform: uppercase;
}

.wpex-carousel-staff .wpex-mb-20 {
    margin-bottom: 0px;
}

.staff-entry-position {
	text-transform: uppercase;
}

.vcex-staff-grid .staff-entry-details{
	position: absolute;
    bottom: 20px;
    left: 23px;	
	right: 23px;	
}

ul.vcex-filter-links {
    margin: 5px 0 40px !important;
}

.vcex-filter-links .active a{
	color: #94C11F !important;
	font-weight: 400 !important;
	text-decoration: none;
}

.vcex-filter-links  a{
	text-decoration: none;
}

ul.vcex-filter-links li {
    margin-right: 18px !important;
    padding-right: 18px;
    margin-bottom: 5px;
    border-right: 1px solid #C4C4C4;
}

ul.vcex-filter-links li:last-child {
	border-right: 0px solid #C4C4C4;
}

.vcex-staff-grid  .staff-entry-media {
	margin: 0 !important;
}

.wpex-image-hover.fade-in img, .wpex-image-hover.fade-out:hover img {
    opacity: .7;
}

ul.vcex-filter-links .theme-txt-link {
    color: #0C315A;
    font-size: 15px;
    font-weight: 300;
}

.wpex-carousel .owl-nav{
	 position: initial;
}

.wpex-carousel.arrwpos-abs .owl-prev, .wpex-carousel.arrwpos-abs .owl-next {
    line-height: 1 !important;
    color: #009fe3 !important;
    font-size: 22px !important;
    background-color: #ffffff !important;
    width: 40px !important;
    height: 40px !important;
    box-shadow: 0px 0px 14px rgb(0 0 0 / 8%);
    border-radius: 50% !important;
	opacity: 1;
}

.wpex-carousel.arrwstyle-slim.arrwpos-abs .owl-prev {
    left: -20px;
}

.wpex-carousel.arrwstyle-slim.arrwpos-abs .owl-next {
    right: -20px;
}

.wpex-carousel.arrwstyle-slim.arrwpos-abs .owl-prev, .wpex-carousel.arrwstyle-slim.arrwpos-abs .owl-next {
	background-color: #ffffff !important;
}

.wpex-alert{
    margin: 0 0 20px;
    padding: 21px 80px;
    border-left: 0px solid #616161;
    color: #009FE3;
	border-radius: 5px;
}
.wpex-alert:before {
    background: url(/wp-content/uploads/2021/04/Group-2.svg);
    content: "";
    position: absolute;
    left: 19px;
    top: 15px;
    display: block;
    width: 42px;
    height: 42px;
    background-size: contain;
}

/* table styles */

table.bTable {
  width: 100%;
  border-collapse: collapse;
   text-align: center;
}
table.bTable th {
    color: #fff;
    background: #009FE3;
    font-weight: 500;
    font-size: 15px;	
}

table.bTable th, table.bTable td {
    padding: 21px 20px;
    border: 0px solid #eee;
	vertical-align: middle;
}

table.bTable  td:nth-child(1), table.bTable  th:nth-child(1) {
	text-align: left;
}

table.bTable  td:nth-child(2), table.bTable  th:nth-child(2) {
	width: 190px;
}

table.bTable  td:nth-child(3), table.bTable  th:nth-child(3) {
	width: 174px;
}

table.bTable tr:nth-child(even) {
  background:  rgba(0, 159, 227, 0.04);
}

table.bTable th{
	padding: 11px 20px;
}


table.bTable thead  th:nth-child(1) {
	text-transform: uppercase;
}


@media only screen and (max-width: 768px) {
	table.bTable th {
		font-size: 12px ;	
	}
	table.bTable {
		font-size: 12px !important;	
	}
	
	table.bTable th, table.bTable td {
		padding: 13px 6px;
	}
	.wpex-alert {
		padding: 14px 23px 10px 80px;
	}
	table.bTable  td:nth-child(2), table.bTable  th:nth-child(2) {
		width: 90px;
	}

	table.bTable  td:nth-child(3), table.bTable  th:nth-child(3) {
		width: 90px;
	}
}

.wpb_text_column ul li{
	margin-bottom: 11px;
}

.wpb_text_column ul {
  list-style: none; /* Remove default bullets */
}

.wpb_text_column ul li::before {
  content: "\2022"; 
  color: #009FE3; 
  font-weight: 900; 
  display: inline-block;
  width: 1em; 
  margin-left: -1em;
}

.entries.left-thumbs .entry .entry-media {
    float: right;
}
.entries.left-thumbs .entry .entry-details {
    float: left;
}

.vcex-icon-box-link-wrap .wpex-bordered:hover {
    border: 1px solid #94C11F !important;
}

.vc_tta-container .vcex-icon-box-text .vcex-icon-box-content{
	 padding: 5px 12px 20px 12px;
}

.serv div.vc_tta-tabs-container {
	margin-left: -8px !important;
	margin-right:  -8px !important;
	margin-bottom: 46px !important;
}

.serv div.vc_tta-panel,
.serv div.vc_tta-panels{
	background: none !important;
}

.vc_tta-color-white.vc_tta-style-flat div.vc_tta-panel div.vc_tta-panel-body,
.vc_tta-color-grey.vc_tta-style-flat div.vc_tta-panel div.vc_tta-panel-body {
	background: none !important;
}

.vc_tta.vc_tta-tabs div.vc_tta-tabs-container {
	display: block !important;
}

.serv div.vc_tta-panel-body {
	padding: 0 !important;
} 

.serv .vc_tta-tabs-container::after {
	content: '';
	display: block;
	clear: both;
}

.serv .vc_tta-tabs-container .vc_tta-tab {
	width: calc(33.3% - 16px) !important;
	float: left !important;
	background: #FFFFFF !important;
	border: 1px solid #EDEDED !important;
	border-radius: 10px !important;
	margin: 0 8px !important;
	overflow: hidden !important;
	background: #fff !important;
}

.serv .vc_tta-tabs-container .vc_tta-tab.vc_active {
	border-color: #009FE3 !important;
}

.serv .vc_tta-tabs-container .vc_tta-tab a {
	display: block;
	padding: 18px;
	text-decoration: none;
	text-align: center;
	background: #fff !important;
}

.serv .vc_tta-tabs-container .vc_tta-tab a span.vc_tta-title-text {
	color: #0C315A !important;
	font-family: 'Montserrat' !important;
	font-weight: 600 !important;
	font-size: 24px !important;
	vertical-align: middle !important;
	display: inline-block !important;
}

.serv .vc_tta-tabs-container .vc_tta-tab a span::before {
	display: inline-block !important;
	vertical-align: middle !important;
	width: 46px !important;
	height: 46px !important;
	margin-right: 20px !important;
	filter: brightness(0) saturate(100%) invert(93%) sepia(0%) saturate(259%) hue-rotate(170deg) brightness(94%) contrast(81%);
}

.serv .vc_tta-tabs-container .vc_tta-tab.vc_active a span::before {
	filter: none;
}

.serv .vc_tta-tabs-container .vc_tta-tab:nth-child(1) a span::before {
	content: url('/wp-content/uploads/2022/06/icon-vinnitsya.svg') !important;
}

.serv .vc_tta-tabs-container .vc_tta-tab:nth-child(2) a span::before {
	content: url('/wp-content/uploads/2022/06/icon-kyiv.svg') !important;
}

.serv .vc_tta-tabs-container .vc_tta-tab:nth-child(3) a span::before {
	content: url('/wp-content/uploads/2022/06/icon-sumy.svg') !important;
}

.vc_tta.vc_tta-tabs .vc_tta-panel-heading {
    display: none !important;
}

.serv .vcex-icon-box{
	min-height: 345px;
}

.serv .vc_col-lg-6 .vcex-icon-box {
    min-height: 260px;
}

@media only screen and (max-width: 1000px) { 
	.serv .vc_tta-tabs-container .vc_tta-tab {
		width: calc(100% - 16px) !important;
		float: none !important;
		margin-bottom: 10px !important;
	}
	
	div.vc_section.serv {
		padding: 25px !important;
	}
}



.vc_tta-tabs:not([class*=vc_tta-gap]):not(.vc_tta-o-no-fill).vc_tta-tabs-position-top .vc_tta-tab.vc_active>a::before {
	display: none !important;
}

.vc_tta-panel.vc_animating {
     opacity: 0;
}

.arrow_right a{
    margin-right: 20px;
	position: relative;
}

.arrow_right a:after{
	content: url('/wp-content/uploads/2021/04/fe_arrow-left.svg');
	position: absolute;
    right: -25px;
}
.arrow_right a:hover{
	text-decoration: none !important;
}

.vc_tta.vc_general .vc_tta-tab.vc_active>a::after, .vc_tta.vc_general .vc_tta-tab.vc_active>a::before {
    border-color: white !important;
}

.wpb-js-composer .vc_tta-tabs.vc_tta-tabs-position-top .vc_tta-panel .vc_tta-panel-body,
.wpb-js-composer .vc_tta-tabs.vc_tta-tabs-position-bottom .vc_tta-panel .vc_tta-panel-body {
    -webkit-transform: none; 
    -moz-transform: none; 
    -ms-transform: none; 
    -sand-transform: none; 
    -o-transform: none; 
     transform: none; 
    -webkit-transition: none; 
    -moz-transition: none; 
    -o-transition: none; 
    transition: none; 
    animation: fadein 0s;
}

@keyframes fadein {
    from { opacity: 0; }
    to   { opacity: 1; }
}


.vc_tta-panel-body .vc_column_container>.vc_column-inner {
    padding-left: 8px;
    padding-right: 8px;
}

.vc_tta-panel-body .vc_row {
    margin-left: -8px;
    margin-right: -8px;
}

.vcex-multi-buttons .theme-button{
    padding: 16px 10px;
}

.link-all-serv {
/* 	position: absolute;
	right: 0;
	top: -50px;
	z-index: 2; */
}

@media only screen and (max-width: 1000px) {
	.link-all-serv {
		right: inherit;
		top: -86px;
		left: 0;
	}
}

@media only screen and (max-width: 768px) {
	.link-all-serv {
		top: -95px;
	}
	.wpb-js-composer .vc_tta.vc_general.vc_tta-style-total .vc_tta-tab>a {
		margin-right: 6px;
		padding: 9px 11px;
		font-size: 13px !important;
		margin-bottom: 10px;
	}
}

ul.vcex-filter-links li a{
    border: 2px solid #94c11f !important;
    border-radius: 10px !important;
    margin-right: 10px !important;
    padding: 12px 26px;
	font-size: 1em;
    font-weight: 500 !important;
    line-height: 1.4;
	background: #fff !important;
	color: #092e59 !important;
}
ul.vcex-filter-links .active .theme-txt-link {
    color: #fff !important;
    background: #94c11f !important; 
	font-weight: 500 !important;
}
ul.vcex-filter-links li {
    margin-right: 0 !important;
    padding-right: 0;
    margin-bottom: 5px;
    border-right: 0px solid #C4C4C4;
}
.vex-post-type-entry-readmore-wrap a {
    padding-top: 13px !important;
}

.mega-indicator {
	color: #cedae0 !important;
}

.popup-m input, .popup-m textarea, .popup-m  select {
	text-align: left;
    border: 1px solid;
    border-radius: 3px !important;
    border-color: #e0e0e0;
    padding-left: 18px !important;
	color: #003952;
	font-size: 14px;
}
.popup-m input::placeholder, .popup-m textarea::placeholder {
	color: #003952;
}

.popup-m .wpcf7-form .wpex-row .col {
   padding: 0 10px !important;
   margin-bottom: 2px !important
}

.popup-m  .wpcf7 select {
    -webkit-appearance: none;
    appearance: auto;
    text-align: left !important;
    padding: 10px 10px;
    height: inherit;
}

.popup-m input[type="submit"]{
    padding: 10px 20px;
    margin-bottom: -50px;
    color: #fff;
    border-radius: 18px !important;
    text-align: center !important;
}

.popup-m .wpcf7-response-output {
	font-weight: 400;
}

.wpcf7 input[type="file"] {
    border: none;
}

.vc_tta.vc_tta-spacing-1 .vc_tta-tab {
	margin-top: 9px !important;
}

#top-bar-content>a{
	margin-bottom: 6px;
}

#top-bar-content a{
	font-size: 15px;
}

.starratingawesome > label {
	 margin-right: 30px !important;
}

.wpcf7-starratingawesome.wpcf7-starratingawesome.starratingawesome {
    display: flex !important;
    justify-content: center;
	flex-direction: row-reverse;
	 font-size: 54px !important;
	
}

.starratingawesome > input:checked ~ label, .starratingawesome:not(:checked) > label:hover, .starratingawesome:not(:checked) > label:hover ~ label {
    color: #FFC107 !important;
}

#wpcf7-f3632-p3573-o3 > form > p > span.wpcf7-form-control.wpcf7-starratingawesome.starratingawesome > label:nth-child(10):after{
	content: 'В жодному разі';
    font-size: 12px;
    color: #000000;
    bottom: -44px;
    position: absolute;
    right: -18px;
    font-weight: 500;
}

#wpcf7-f3632-p3573-o3 > form > p > span.wpcf7-form-control.wpcf7-starratingawesome.starratingawesome > label:nth-child(2):after {
    content: "Обов'язково";
    font-size: 12px;
    color: #000000;
    bottom: -44px;
    position: absolute;
    right: -9px;
    font-weight: 500;
}

.starratingawesome:not(:checked) > label{
	overflow: visible !important;
	position: relative;
}

.wpcf7-starratingawesome.starratingawesome {
    margin: -10px 0 22px !important;
}

body #bingc-phone-button svg.bingc-phone-button-circle circle.bingc-phone-button-circle-inside {
	fill: #94C11F !important;
}

body #bingc-phone-button:hover svg.bingc-phone-button-circle circle.bingc-phone-button-circle-inside {
	fill: #94C11F !important;
}

body #bingc-phone-button div.bingc-phone-button-tooltip, #bingc-passive-phone-form-button#bingc-passive-phone-form-button#bingc-passive-phone-form-button#bingc-passive-phone-form-button , #bingc-active-phone-form-button#bingc-active-phone-form-button#bingc-active-phone-form-button, bwchat #bwc-widget-action button{
	background: #94C11F !important;
}

body #bingc-phone-button div.bingc-phone-button-tooltip svg.bingc-phone-button-arrow polyline {
    fill: #94C11F !important;
}

.cli-style-v2 .cli-bar-btn_container .cli-plugin-button {
    border-radius: 15px;
}

#cookie-law-info-bar {
	bottom: 150px !important;
}

.border-buttons a:before{
	content: url('/wp-content/uploads/2022/06/label-tag-1.svg');
    display: inline-block;
    vertical-align: middle;
    margin-bottom: -9px;
    margin-left: -30px;
    margin-right: 16px;
}

.info-section-icon-box:hover {
	border-color: #009FE3 !important;
}

.info-section-icon-box div.vcex-icon-box-symbol {
	margin-bottom: 15px !important;
}

.info-section-icon-box:hover img {
	filter: brightness(0) saturate(100%) invert(92%) sepia(100%) saturate(1%) hue-rotate(190deg) brightness(105%) contrast(101%) !important;
}

@media screen and (max-width: 768px) {
	.help-alert {
		text-align: center !important;
	}
}

.glsr-review-author {
	font-weight: 600;
}

.vcex-multi-buttons .theme-button.outline[data-wpex-hover]:hover {
    color: var(--wpex-white) !important;
}

.form-rew{
	margin: 10px 0;
}
