@media (max-width: 1170px) {
  .ova-pl-10 {
    padding-left: 10px;
  }

  .ova-pr-10 {
    padding-right: 10px;
  }
}
.elementor-widget-ova_logo .elementor-widget-container {
  display: flex;
}

.logo-fixed {
  display: none;
}

.active_fixed .mobile-logo,
.active_fixed .desk-logo {
  display: none !important;
}
.active_fixed .logo-fixed {
  display: block;
}

/* DeskTop *********************************************************************/
/*body{	
	.ovamenu_shrink{
		-webkit-transition: padding-top .3s linear, padding-bottom .3s linear;
		-moz-transition: padding-top .3s linear, padding-bottom .3s linear;
		-o-transition: padding-top .3s linear, padding-bottom .3s linear;
		transition: padding-top .3s linear, padding-bottom .3s linear;

		
		&.global{
			position: relative;
		}
		&.active_fixed{
			position: fixed;
			top: 0px;
			width: 100%;
			left: 0;
			z-index: 999;
			background: #fff;
			animation:slide-down 0.7s;
			padding-top: 0px !important;
			padding-bottom: 0px !important;
			z-index: 99 !important;
		   

			&.bg_dark{
				background-color: #343434!important;
				box-shadow: 0px 1px 6px 0px #696969;
			}
			&.bg_white{
				background-color: #fff!important;
				.ova_menu_clasic{
					.ova_nav{
						ul.menu{
							>li{
								>a{
									color: #43464b;
								}
							}
						}
					} 
				}
				.ova_menu_canvas{
					.ova_openNav{
						.bar{
							.bar-menu-line{
								background: #43464b;
							}
						}	
					} 
				} 	
			}			
		}
	}

}
*/
/* Fix when menu is full width */
.align_right > .elementor-container {
  float: right;
  width: 100%;
}

/* Button Open Canvas */
.ova_openNav {
  display: none;
  background: transparent;
}
.ova_openNav:focus {
  outline: none;
}
.ova_openNav .bar {
  display: flex;
  flex-direction: column;
  min-width: 24px;
  padding-top: 4px;
}
.ova_openNav .bar .bar-menu-line {
  display: inline-block;
  width: 24px;
  height: 2px;
  background-color: #43464b;
  margin-bottom: 5px;
  transition: 0.4s all;
}

.ova_nav {
  width: 100%;
  /* Sub Menu */
  /* Parent Menu */
}
.ova_nav .ova_closeNav {
  display: none;
}
.ova_nav .dropdown-menu {
  padding: 0px;
  margin: 0;
}
.ova_nav .dropdown-menu > li {
  width: 100%;
  position: relative;
}
.ova_nav .dropdown-menu > li > a {
  color: #343434;
  display: block;
  text-transform: uppercase;
  font-weight: 500;
  font-size: 14px;
}
.ova_nav ul.menu {
  display: flex;
  list-style: none;
  margin: 0;
  padding: 0;
  /* Dropdown arrow */
}
.ova_nav ul.menu > li {
  padding: 0px 15px;
  position: relative;
}
.ova_nav ul.menu > li:after {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  height: 30px;
  margin: auto;
}
.ova_nav ul.menu > li > a {
  color: #343434;
  font-weight: 500;
  font-size: 15px;
  text-transform: uppercase;
  display: inline-block;
}
.ova_nav ul.menu button.dropdown-toggle {
  display: none;
}
.ova_nav ul.menu button.dropdown-toggle:after {
  display: none;
}

/* Fix Sub Menu Direction */
.sub_menu_dir_left .dropdown-menu li {
  text-align: right;
  position: relative;
  /* Menu level 3 */
}
.sub_menu_dir_left .dropdown-menu li.dropdown a i {
  position: absolute;
  left: 10px;
  top: 50%;
  margin-top: -10px;
}
.sub_menu_dir_left .dropdown-menu li.dropdown a i:before {
  content: "\34";
  font-family: "eleganticons";
}
.sub_menu_dir_left .dropdown-menu li .dropdown-menu {
  position: absolute;
  left: auto;
  right: 100%;
  top: 0;
}

.sub_menu_dir_right .dropdown-menu li {
  text-align: left;
  /* Menu level 3 */
}
.sub_menu_dir_right .dropdown-menu li.dropdown a i {
  position: absolute;
  right: 10px;
  top: 50%;
  margin-top: -10px;
}
.sub_menu_dir_right .dropdown-menu li.dropdown a i:before {
  content: "\35";
  font-family: "eleganticons";
}
.sub_menu_dir_right .dropdown-menu li .dropdown-menu {
  position: absolute;
  right: auto;
  left: 100%;
  top: 0;
}

/* Cover page when open canvas */
.ova_closeCanvas {
  height: 100%;
  width: 0;
  position: fixed;
  z-index: 3;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.4);
  overflow-y: auto;
  overflow-x: hidden;
  text-align: center;
  transition: opacity 1s;
}

@media (min-width: 1025px) {
  /* Vertical Menu Desktop */
  .ova_wrap_nav.column ul.menu.sub_menu_dir_right > li.dropdown > a i:before {
    content: "\35";
    font-family: "eleganticons";
  }
  .ova_wrap_nav.column ul.menu > li {
    width: 100%;
  }
  .ova_wrap_nav.column ul.menu > li > .dropdown-menu {
    left: 100%;
    top: 0 !important;
  }

  .ova_nav ul.menu {
    /* Sub Menu */
  }
  .ova_nav ul.menu .dropdown-menu {
    visibility: hidden;
    display: block;
    top: 110%;
    z-index: -1;
  }
  .ova_nav ul.menu > li:hover > .dropdown-menu {
    display: block;
    z-index: 9999;
    webkit-transition: all .3s ease-in;
    -moz-transition: all .3s ease-in;
    -ms-transition: all .3s ease-in;
    -o-transition: all .3s ease-in;
    transition: all .3s ease-in;
    visibility: visible;
    top: 100%;
  }
  .ova_nav ul.menu > li:hover > .dropdown-menu > li:hover > .dropdown-menu {
    display: block;
    opacity: 1;
    z-index: 9999;
    webkit-transition: all .3s ease-in;
    -moz-transition: all .3s ease-in;
    -ms-transition: all .3s ease-in;
    -o-transition: all .3s ease-in;
    transition: all .3s ease-in;
    visibility: visible;
    top: 0;
  }
}
/* Mobile *********************************************************************/
@media (max-width: 1024px) {
  /*transition when display nav*/
  .ova-wrapp {
    transition: margin-left .5s;
  }

  .ova_openNav {
    display: block;
    border: none;
    outline: none;
    cursor: pointer;
    padding: 0;
  }
  .ova_openNav:focus {
    outline: none;
  }

  /* Align Menu Button */
  .NavBtn_right {
    float: right;
    margin: 0;
    padding: 0;
  }

  .NavBtn_left {
    float: left;
  }

  .NavBtn_center {
    justify-content: center;
  }

  /* Close Button in menu */
  .ova_nav.canvas_left .ova_closeNav {
    display: block;
    padding-left: 20px;
    padding-right: 20px;
    padding-bottom: 10px;
    color: #fff;
    text-align: right;
  }
  .ova_nav.canvas_right .ova_closeNav {
    display: block;
    padding-left: 20px;
    padding-right: 20px;
    padding-bottom: 10px;
    color: #fff;
    text-align: left;
  }

  /* Hide Menu */
  .logged-in .ova_nav {
    padding-top: 60px;
  }

  .ova_nav {
    height: 100%;
    width: 0;
    position: fixed;
    z-index: 99;
    top: 0;
    overflow-x: hidden;
    padding-top: 30px;
    transition: 0.5s;
    /* Canvas direction */
    /* Background Canvas */
    /* Show/hide Canvas */
    /* Always display column in mobile */
  }
  .ova_nav ul.menu li {
    width: 100%;
    display: block;
    align-items: center;
    /* Dropdown arrow */
  }
  .ova_nav ul.menu li a {
    width: 100%;
  }
  .ova_nav ul.menu li a i {
    display: none;
  }
  .ova_nav ul.menu li button.dropdown-toggle {
    display: block;
    position: absolute;
    top: 3px;
    right: 10px;
    background: transparent;
    border: none;
    outline: none;
  }
  .ova_nav ul.menu li.active_sub > .dropdown-menu {
    display: block;
  }
  .ova_nav ul.menu li.active_sub > button.dropdown-toggle > i:before {
    content: "\32";
    font-family: "eleganticons";
  }
  .ova_nav ul.menu .dropdown-menu {
    position: relative !important;
    transform: none !important;
    left: 0;
    top: 0;
    right: auto;
    border: none !important;
    background: transparent !important;
    display: none;
    opacity: 1;
    visibility: visible;
    width: 100%;
  }
  .ova_nav.canvas_left {
    left: 0;
  }
  .ova_nav.canvas_left ul.menu {
    align-items: flex-start;
    text-align: left;
    /* Dropdown arrow */
    /* level 2 */
  }
  .ova_nav.canvas_left ul.menu button.dropdown-toggle {
    right: 10px;
  }
  .ova_nav.canvas_left ul.menu .dropdown-menu {
    /* level 3 */
  }
  .ova_nav.canvas_left ul.menu .dropdown-menu li {
    text-align: left;
    border: none !important;
    background: transparent !important;
    clear: both;
  }
  .ova_nav.canvas_left ul.menu .dropdown-menu .dropdown-menu {
    padding-left: 15px;
  }
  .ova_nav.canvas_right {
    right: 0;
  }
  .ova_nav.canvas_right ul.menu {
    align-items: flex-end;
    text-align: right;
    /* Dropdown arrow */
    /* level 2 */
  }
  .ova_nav.canvas_right ul.menu button.dropdown-toggle {
    left: 10px;
  }
  .ova_nav.canvas_right ul.menu .dropdown-menu {
    /* level 3 */
  }
  .ova_nav.canvas_right ul.menu .dropdown-menu li {
    text-align: right;
    border: none !important;
    background: transparent !important;
  }
  .ova_nav.canvas_right ul.menu .dropdown-menu .dropdown-menu {
    padding-right: 15px;
  }
  .ova_nav.canvas_bg_gray {
    background-color: #343434;
  }
  .ova_nav.canvas_bg_gray a.ova_closeNav i {
    color: #fff;
  }
  .ova_nav.canvas_bg_gray ul.menu li a,
  .ova_nav.canvas_bg_gray ul.menu li .dropdown-toggle {
    color: #fff !important;
  }
  .ova_nav.canvas_bg_white {
    background-color: #fff;
  }
  .ova_nav.canvas_bg_white a.ova_closeNav i {
    color: #343434;
  }
  .ova_nav.canvas_bg_white ul.menu li a,
  .ova_nav.canvas_bg_white ul.menu li .dropdown-toggle {
    color: #343434 !important;
  }
  .ova_nav.show {
    width: 250px;
  }
  .ova_nav.hide {
    width: 0;
  }
  .ova_nav ul.menu {
    flex-direction: column !important;
  }
}
@media (max-width: 767px) {
  /* Align Menu Button */
  .NavBtn_right, .NavBtn_left {
    float: none;
    margin: 0;
    padding: 0;
  }

  .NavBtn_right_m {
    float: right;
    margin: 0;
    padding: 0;
  }

  .NavBtn_left_m {
    float: left;
  }

  .NavBtn_center_m {
    justify-content: center;
  }

  .mobi_no_shrink {
    position: relative !important;
  }
}
@media (min-width: 1024px) {
  .ova-hide-desktop {
    display: none;
  }
}

@media (min-width: 768px) {
  .ova-hide-ipad {
    display: none;
  }
}

@media (max-width: 767px) {
  .ova-hide-mobile {
    display: none;
  }
}

@media (max-width: 767px) {
  .ova-visible-mobile {
    display: block;
  }
}

/********** Fix Group **********/
.header_group .elementor-widget-wrap {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
.header_group .elementor-widget-wrap .elementor-element {
  margin: 0px;
}
.header_group.dir_left .elementor-widget-wrap {
  justify-content: flex-start;
}
.header_group.dir_center .elementor-widget-wrap {
  justify-content: center;
}

.custom_direct .elementor-button-icon i:before {
  content: '\f301';
  font-family: 'Material-Design-Iconic-Font';
  font-size: 13px;
}

@media (max-width: 1059px) {
  .custom_info .elementor-widget-container {
    padding: 30px !important;
  }
}

.footer_intro .elementor-widget-container .elementor-text-editor p {
  font-size: 15px;
  color: #666666;
  font-weight: 400;
  line-height: 1.6em !important;
  margin-bottom: 17px;
}
.footer_intro.style2 .elementor-widget-container .elementor-text-editor p {
  color: #cccccc;
}
.footer_intro.style3 .elementor-widget-container .elementor-text-editor p {
  color: #e5e5e5;
}

.title_footer .elementor-heading-title {
  position: relative;
}
.title_footer .elementor-heading-title:after {
  content: '';
  position: absolute;
  width: 50px;
  height: 2px;
  left: 0;
  bottom: -5px;
}

.footer_link .elementor-text-editor {
  display: flex;
}
.footer_link .elementor-text-editor ul {
  padding: 0;
  list-style: none;
  min-width: 50%;
}
.footer_link .elementor-text-editor ul li {
  padding-bottom: 16px;
  position: relative;
}
.footer_link .elementor-text-editor ul li a {
  color: #666666;
  font-size: 15px;
  font-weight: 500;
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
  text-transform: uppercase;
}
.footer_link .elementor-text-editor ul li a:hover {
  color: #333333;
}
.footer_link.style2 .elementor-text-editor ul li a {
  color: #cccccc;
}
.footer_link.style3 .elementor-text-editor ul li {
  padding-bottom: 14px;
}
.footer_link.style3 .elementor-text-editor ul li a {
  color: #fff;
}
.footer_link.style4 .elementor-text-editor ul li {
  padding-bottom: 14px;
  padding-left: 20px;
  position: relative;
}
.footer_link.style4 .elementor-text-editor ul li:before {
  content: '';
  position: absolute;
  left: 0;
  top: 28%;
  width: 4px;
  height: 4px;
  background: #c5c5c5;
  -webkit-transition: all .3s;
  transition: all .3s;
}
.footer_link.style4 .elementor-text-editor ul li a {
  color: #e5e5e5;
}

.contact_info .elementor-text-editor ul {
  padding: 0;
  list-style: none;
}
.contact_info .elementor-text-editor ul li {
  color: #e5e5e5;
  font-size: 15px;
  font-weight: 500;
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
  text-transform: uppercase;
  padding-bottom: 14px;
  padding-left: 20px;
  position: relative;
}
.contact_info .elementor-text-editor ul li:before {
  content: '';
  position: absolute;
  left: 0;
  top: 28%;
  width: 4px;
  height: 4px;
  background: #c5c5c5;
  -webkit-transition: all .3s;
  transition: all .3s;
}
.contact_info .elementor-text-editor ul li a {
  color: #e5e5e5;
  font-size: 15px;
  font-weight: 500;
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
  text-transform: uppercase;
}
.contact_info .elementor-text-editor ul li:hover {
  color: #fed501;
}
.contact_info .elementor-text-editor ul li:hover a {
  color: #fed501;
}
.contact_info .elementor-text-editor ul li:hover:before {
  background: #fed501;
}

.footer_gallery .elementor-image-gallery .gallery .gallery-item {
  margin-top: 0 !important;
}
.footer_gallery .elementor-image-gallery .gallery .gallery-item img {
  border: 0 !important;
  -webkit-transition: all .3s;
  transition: all .3s;
}
.footer_gallery .elementor-image-gallery .gallery .gallery-item:hover img {
  opacity: .5;
}

.new-sletter-intro .elementor-widget-container .elementor-text-editor p {
  font-size: 15px;
  color: #cccccc;
  font-weight: 400;
  line-height: 1.6em !important;
  margin-bottom: 17px;
}

.new-sletter-form .mc4wp-form .mc4wp-form-fields {
  display: flex;
  align-items: center;
}
.new-sletter-form .mc4wp-form .mc4wp-form-fields p {
  margin: 0;
}
.new-sletter-form .mc4wp-form .mc4wp-form-fields input[type="email"] {
  max-width: 225px;
  width: 100%;
  height: 45px;
  background: #fff;
  color: #c5c5c5;
  padding: 20px;
  border: 0;
}
.new-sletter-form .mc4wp-form .mc4wp-form-fields input[type="email"]:-moz-placeholder {
  color: #c5c5c5;
}
.new-sletter-form .mc4wp-form .mc4wp-form-fields input[type="email"]::-moz-placeholder {
  color: #c5c5c5;
}
.new-sletter-form .mc4wp-form .mc4wp-form-fields input[type="email"]::-webkit-input-placeholder {
  color: #c5c5c5;
}
.new-sletter-form .mc4wp-form .mc4wp-form-fields input[type="email"]:-ms-input-placeholder {
  color: #c5c5c5;
}
.new-sletter-form .mc4wp-form .mc4wp-form-fields button[type="submit"] {
  height: 45px;
  border: 0;
  background: #fed501;
  color: #333333;
  font-size: 13px;
  font-weight: bold;
  padding-left: 13px;
  padding-right: 13px;
  text-transform: uppercase;
}
.new-sletter-form .mc4wp-form .mc4wp-form-fields button[type="submit"]:focus {
  outline: none;
}

.news-letter-form-2 .ova-ct-mailchimp {
  padding: 0;
  background: transparent;
}
.news-letter-form-2 .ova-ct-mailchimp .content {
  display: none;
}
.news-letter-form-2 .ova-ct-mailchimp .form {
  display: flex;
  flex-direction: column;
}
.news-letter-form-2 .ova-ct-mailchimp .form .name {
  padding: 0;
  width: 100%;
}
.news-letter-form-2 .ova-ct-mailchimp .form .name label {
  margin-bottom: 0;
  color: #ccc;
}
.news-letter-form-2 .ova-ct-mailchimp .form .name input {
  color: #fff;
}
.news-letter-form-2 .ova-ct-mailchimp .form .email {
  margin-top: 20px;
  padding: 0;
  width: 100%;
}
.news-letter-form-2 .ova-ct-mailchimp .form .email label {
  margin-bottom: 0;
  color: #ccc;
}
.news-letter-form-2 .ova-ct-mailchimp .form .email input {
  color: #fff;
}
.news-letter-form-2 .ova-ct-mailchimp .form input[type=submit] {
  margin-top: 30px;
}

.contact-1 {
  padding: 71px 40px 70px 40px;
  background: #333333;
}
.contact-1 h3, .contact-1 p {
  margin: 0px;
}
@media (max-width: 767px) {
  .contact-1 {
    padding-left: 10px;
    padding-right: 10px;
  }
}
.contact-1 label {
  font-size: 15px;
  line-height: 25px;
  color: #ffffff;
  width: 100%;
  margin-bottom: 23px;
}
.contact-1 .title {
  font-size: 36px;
  line-height: 43px;
  color: #ffffff;
  font-weight: 700;
  margin-bottom: 22px;
}
.contact-1 .sub-title {
  font-size: 15px;
  line-height: 25px;
  color: #ffffff;
  margin-bottom: 36px;
}
.contact-1 input, .contact-1 textarea {
  background: transparent;
  border: none;
  border-bottom: 1px solid #999999;
  color: #fff;
  height: unset;
  padding: 0px;
  width: 100%;
  padding: 4px 0 6px 0;
  font-size: 13px;
}
.contact-1 input[type=submit] {
  color: #333333;
  font-size: 13px;
  line-height: 24px;
  font-weight: 700;
  height: unset;
  border: none;
  transition: 0.4s;
  width: unset;
  padding: 11px 28px 11px 28px;
  margin-top: 10px;
}
.contact-1 input[type=submit]:hover {
  color: #333333;
  background-color: #ffffff;
}
.contact-1 textarea {
  height: 95px;
}
.contact-1 textarea:focus {
  outline: none;
}

span.wpcf7-not-valid-tip {
  font-size: 14px;
}

div.wpcf7-response-output {
  background-color: #ff764c;
  margin: 20px 0 20px 0;
  color: #fff;
  border: 2px solid transparent;
  font-size: 14px;
  line-height: 22px;
}

div.wpcf7-mail-sent-ok {
  background-color: #ff764c;
  margin: 20px 0 20px 0;
  color: #fff;
  border: 2px solid transparent;
  font-size: 14px;
  line-height: 22px;
}

.contact-2 h3, .contact-2 p {
  margin: 0px;
}
@media (max-width: 767px) {
  .contact-2 {
    padding-left: 10px;
    padding-right: 10px;
  }
}
.contact-2 .title {
  font-size: 36px;
  line-height: 43px;
  color: #333333;
  font-weight: 700;
  margin-bottom: 22px;
}
.contact-2 input, .contact-2 textarea {
  background: #ffffff;
  border: none;
  color: #333333;
  height: unset;
  padding: 0px;
  width: 100%;
  padding: 10px 20px 9px 20px;
  font-size: 15px;
  line-height: 25px;
}
.contact-2 input::placeholder, .contact-2 textarea::placeholder {
  color: #c5c5c5;
}
.contact-2 input {
  margin-bottom: 20px;
}
.contact-2 input[type=submit] {
  background: #333333;
  color: #ffffff;
  font-size: 13px;
  line-height: 24px;
  font-weight: 700;
  height: unset;
  border: none;
  transition: 0.4s;
  padding: 11px 28px 11px 28px;
  margin-top: 0px;
}
.contact-2 .select2-container {
  margin-bottom: 20px;
}
.contact-2 .select2-container--default .select2-selection--single {
  border: none;
  height: 44px;
}
.contact-2 .select2-container--default .select2-selection--single .select2-selection__rendered {
  padding-left: 20px;
  color: #c5c5c5;
}
.contact-2 textarea {
  height: 95px;
}
.contact-2 textarea:focus {
  outline: none;
}

.contact-3 p {
  margin: 0px;
}
.contact-3 label {
  display: block;
  font-size: 15px;
  line-height: 25px;
  color: #666666;
}
.contact-3 .con {
  display: flex;
  flex-wrap: wrap;
}
.contact-3 .con .input {
  width: 33.33%;
  margin-bottom: 25px;
}
.contact-3 .con .input:nth-child(1), .contact-3 .con .input:nth-child(2) {
  padding: 0px;
  padding-right: 30px;
}
.contact-3 .con .input:last-child {
  padding: 0px;
}
@media (max-width: 767px) {
  .contact-3 .con .input {
    width: 100%;
    padding: 0px !important;
  }
}
.contact-3 .con .input .wpcf7-form-control-wrap {
  display: inherit;
  width: 100%;
}
.contact-3 .con .input .wpcf7-form-control-wrap input {
  height: unset;
  width: 100%;
  padding: 0px;
  font-size: 14px;
  line-height: 24px;
  color: #333333;
  border: none;
  border-bottom: 1px solid #c5c5c5;
  padding: 4px 20px 4px 0px;
  background: transparent;
}
.contact-3 .con .input .wpcf7-form-control-wrap input::placeholder {
  color: #666666;
}
.contact-3 .con .message {
  width: 100%;
}
.contact-3 .con .message .wpcf7-form-control-wrap {
  display: block;
}
.contact-3 .con .message .wpcf7-form-control-wrap textarea {
  width: 100%;
  height: 195px;
  border: none;
  border-bottom: 1px solid #c5c5c5;
  padding: 4px 20px 8px 0px;
  font-size: 14px;
  line-height: 24px;
  color: #333333;
  background: transparent;
}
.contact-3 .con .message .wpcf7-form-control-wrap textarea::placeholder {
  color: #666666;
}
.contact-3 .con .message .wpcf7-form-control-wrap textarea:focus {
  outline: none;
}
.contact-3 > p {
  text-align: center;
}
.contact-3 input[type=submit] {
  color: #333333;
  font-size: 13px;
  line-height: 24px;
  font-weight: 700;
  height: unset;
  padding: 11px 28px 11px 28px;
  border: none;
  transition: 0.5s;
  cursor: pointer;
  margin-top: 45px;
}
.contact-3 input[type=submit]:hover {
  background-color: #333333;
  color: #ffffff;
}

.contact-4 label {
  display: block;
  font-size: 15px;
  line-height: 25px;
  color: #666666;
  margin: 0px;
}
.contact-4 input, .contact-4 textarea {
  display: block;
  width: 100%;
  height: unset;
  padding: 5px 15px 5px 0px;
  border: none;
  border-bottom: 1px solid #c5c5c5;
}
.contact-4 input:focus, .contact-4 textarea:focus {
  outline: none;
}
.contact-4 textarea {
  height: 144px;
}
.contact-4 .con-1 {
  display: flex;
  flex-wrap: wrap;
}
.contact-4 .con-1 .name, .contact-4 .con-1 .email, .contact-4 .con-1 .phone {
  width: calc(50% - 15px);
  margin-bottom: 33px;
}
@media (max-width: 767px) {
  .contact-4 .con-1 .name, .contact-4 .con-1 .email, .contact-4 .con-1 .phone {
    width: 100%;
  }
}
.contact-4 .con-1 .name:first-child {
  margin-right: 15px;
}
@media (max-width: 767px) {
  .contact-4 .con-1 .name:first-child {
    margin-right: 0;
  }
}
.contact-4 .con-1 .name:last-child {
  margin-left: 15px;
}
@media (max-width: 767px) {
  .contact-4 .con-1 .name:last-child {
    margin-left: 0;
  }
}
.contact-4 .con-1 .email {
  margin-right: 15px;
}
@media (max-width: 767px) {
  .contact-4 .con-1 .email {
    margin-right: 0;
  }
}
.contact-4 .con-1 .phone {
  margin-left: 15px;
}
@media (max-width: 767px) {
  .contact-4 .con-1 .phone {
    margin-left: 0;
  }
}
.contact-4 .con-2 {
  margin-bottom: 33px;
}
.contact-4 > p input[type=submit] {
  display: inline-block;
  width: unset;
  font-size: 13px;
  line-height: 24px;
  font-weight: 700;
  color: #333333;
  border: none;
  padding: 11px 28px 11px 28px;
  transition: 0.4s;
  margin-top: 7px;
}
.contact-4 > p input[type=submit]:hover {
  background: #333333;
  color: #ffffff;
}

.contact-5 p {
  margin: 0px;
}
.contact-5 .con {
  display: flex;
  flex-wrap: wrap;
}
.contact-5 .con .input {
  display: inline-block;
  width: 33.33%;
  margin-bottom: 20px;
}
.contact-5 .con .input.telephone {
  display: none;
}
.contact-5 .con .input:nth-child(1), .contact-5 .con .input:nth-child(2) {
  padding: 0px;
  padding-right: 20px;
}
.contact-5 .con .input:last-child {
  padding: 0px;
}
@media (max-width: 767px) {
  .contact-5 .con .input {
    width: 100%;
    padding: 0px !important;
  }
}
.contact-5 .con .input .wpcf7-form-control-wrap {
  display: inherit;
  width: 100%;
}
.contact-5 .con .input .wpcf7-form-control-wrap input {
  height: unset;
  width: 100%;
  padding: 0px;
  font-size: 15px;
  line-height: 25px;
  color: #333333;
  border: none;
  padding: 10px 17px 10px 17px;
}
.contact-5 .con .input .wpcf7-form-control-wrap input::placeholder {
  color: #c5c5c5;
  font-size: 15px;
  line-height: 25px;
}
.contact-5 .con .message {
  width: 100%;
}
.contact-5 .con .message .wpcf7-form-control-wrap {
  display: inherit;
}
.contact-5 .con .message .wpcf7-form-control-wrap textarea {
  width: 100%;
  height: 250px;
  border: none;
  padding: 10px 17px 10px 17px;
  font-size: 15px;
  line-height: 25px;
  color: #333333;
}
.contact-5 .con .message .wpcf7-form-control-wrap textarea::placeholder {
  color: #c5c5c5;
  font-size: 15px;
  line-height: 25px;
}
.contact-5 .con .message .wpcf7-form-control-wrap textarea:focus {
  outline: none;
}
.contact-5 input[type=submit] {
  background-color: #333333;
  color: #ffffff;
  font-size: 13px;
  line-height: 24px;
  font-weight: 700;
  height: unset;
  padding: 14px 50px 13px 50px;
  border: none;
  transition: 0.4s;
  cursor: pointer;
  margin-top: 33px;
  width: 100%;
}

.contact-6 label {
  display: block;
  font-size: 15px;
  line-height: 25px;
  color: #666666;
  margin: 0px;
}
.contact-6 input, .contact-6 textarea {
  display: block;
  width: 100%;
  height: unset;
  padding: 5px 15px 5px 0px;
  border: none;
  border-bottom: 1px solid #c5c5c5;
}
.contact-6 input:focus, .contact-6 textarea:focus {
  outline: none;
}
.contact-6 textarea {
  height: 144px;
}
.contact-6 .con-1 {
  display: flex;
  flex-wrap: wrap;
}
.contact-6 .con-1 .name, .contact-6 .con-1 .phone, .contact-6 .con-1 .email {
  width: calc(50% - 10px);
  margin-bottom: 33px;
}
@media (max-width: 767px) {
  .contact-6 .con-1 .name, .contact-6 .con-1 .phone, .contact-6 .con-1 .email {
    width: 100%;
  }
}
.contact-6 .con-1 .town-state {
  width: calc(50% - 10px);
  display: flex;
  flex-wrap: wrap;
  margin-right: 10px;
  margin-bottom: 33px;
}
@media (max-width: 767px) {
  .contact-6 .con-1 .town-state {
    width: 100%;
    margin-right: 0px;
  }
}
.contact-6 .con-1 .town-state .state {
  width: calc(50% - 10px);
  margin-right: 10px;
}
.contact-6 .con-1 .town-state .town {
  width: calc(50% - 10px);
  margin-left: 10px;
}
.contact-6 .con-1 .town-state .select2-container .select2-selection--single {
  border: none;
  border-bottom: 1px solid #c5c5c5;
  height: unset;
  padding: 8px 0px 0px 0px;
}
.contact-6 .con-1 .town-state .select2-container .select2-selection--single:focus {
  outline: none;
}
.contact-6 .con-1 .town-state .select2-container .select2-selection--single .select2-selection__rendered {
  font-size: 15px;
  line-height: 25px;
  color: #666666;
  padding: 0px;
}
.contact-6 .con-1 .address-zipcode {
  width: calc(50% - 10px);
  display: flex;
  flex-wrap: wrap;
  margin-left: 10px;
  margin-bottom: 33px;
}
@media (max-width: 767px) {
  .contact-6 .con-1 .address-zipcode {
    width: 100%;
    margin-left: 0px;
  }
}
.contact-6 .con-1 .address-zipcode .address {
  width: calc(70% - 10px);
  margin-right: 10px;
}
.contact-6 .con-1 .address-zipcode .zipcode {
  width: calc(30% - 10px);
  margin-left: 10px;
}
.contact-6 .con-1 .name:first-child {
  margin-right: 10px;
}
@media (max-width: 767px) {
  .contact-6 .con-1 .name:first-child {
    margin-right: 0;
  }
}
.contact-6 .con-1 .name:last-child {
  margin-left: 10px;
}
@media (max-width: 767px) {
  .contact-6 .con-1 .name:last-child {
    margin-left: 0;
  }
}
.contact-6 .con-1 .email {
  margin-right: 10px;
}
@media (max-width: 767px) {
  .contact-6 .con-1 .email {
    margin-right: 0;
  }
}
.contact-6 .con-1 .phone {
  margin-left: 10px;
}
@media (max-width: 767px) {
  .contact-6 .con-1 .phone {
    margin-left: 0;
  }
}
.contact-6 .con-2 {
  margin-bottom: 33px;
}
.contact-6 > p input[type=submit] {
  display: inline-block;
  width: unset;
  font-size: 13px;
  line-height: 24px;
  font-weight: 700;
  color: #333333;
  border: none;
  padding: 11px 28px 11px 28px;
  transition: 0.4s;
  margin-top: 7px;
}
.contact-6 > p input[type=submit]:hover {
  background: #333333;
  color: #ffffff;
}

.ova-image-history .elementor-widget-container {
  position: relative;
}
.ova-image-history .elementor-widget-container:before {
  position: absolute;
  content: "";
  left: -10px;
  top: -10px;
  width: calc(100% - 35px);
  height: calc(100% - 12px);
  background: #fff;
  z-index: 0;
}
.ova-image-history .elementor-widget-container:after {
  position: absolute;
  content: "";
  top: 24px;
  width: calc(100% - 35px);
  height: calc(100% - 0px);
  background: #fff;
  z-index: -1;
  right: -10px;
}
.ova-image-history .elementor-widget-container .elementor-image {
  position: relative;
}
.ova-image-history .elementor-widget-container .elementor-image:before {
  position: absolute;
  top: -10px;
  left: -10px;
  bottom: -10px;
  content: "";
  width: calc(100% + 20px);
  height: calc(100% + 20px);
  border: 2px solid #fed501;
  z-index: -1;
}

.ova-ct-mailchimp {
  background: #333333;
  padding: 41px 40px 50px 40px;
}
.ova-ct-mailchimp h3, .ova-ct-mailchimp p {
  margin: 0px;
}
.ova-ct-mailchimp .content .title {
  font-size: 36px;
  line-height: 43px;
  font-weight: 700;
  color: #ffffff;
  margin-bottom: 22px;
}
.ova-ct-mailchimp .content .desc {
  font-size: 15px;
  line-height: 25px;
  color: #ffffff;
  margin-bottom: 26px;
}
.ova-ct-mailchimp .form {
  display: flex;
  flex-wrap: wrap;
}
.ova-ct-mailchimp .form .name {
  width: 50%;
  padding-right: 15px;
}
@media (max-width: 767px) {
  .ova-ct-mailchimp .form .name {
    width: 100%;
    padding: 0px;
    margin-bottom: 30px;
  }
}
.ova-ct-mailchimp .form .email {
  width: 50%;
  padding-left: 15px;
}
@media (max-width: 767px) {
  .ova-ct-mailchimp .form .email {
    width: 100%;
    padding: 0px;
  }
}
.ova-ct-mailchimp .form label {
  display: block;
  font-size: 15px;
  line-height: 25px;
  color: #ffffff;
}
.ova-ct-mailchimp .form input[type=text], .ova-ct-mailchimp .form input[type=email] {
  display: block;
  width: 100%;
  height: unset;
  border: none;
  padding: 0;
  font-size: 15px;
  line-height: 25px;
  color: #ffffff;
  background: transparent;
  border-bottom: 1px solid #999999;
}
.ova-ct-mailchimp .form input[type=submit] {
  font-size: 13px;
  line-height: 24px;
  color: #333333;
  font-weight: 700;
  border: none;
  height: unset;
  width: unset;
  padding: 11px 30px 11px 30px;
  transition: 0.4s;
  margin-top: 40px;
}
.ova-ct-mailchimp .form input[type=submit]:hover {
  background: #ffffff;
}

.mailchimp-2 .ova-ct-mailchimp {
  background: transparent;
  padding: 0px;
}
.mailchimp-2 .ova-ct-mailchimp .content .title {
  color: #333333;
}
.mailchimp-2 .ova-ct-mailchimp .content .desc {
  color: #333333;
}
.mailchimp-2 .ova-ct-mailchimp .form label {
  color: #666666;
}
.mailchimp-2 .ova-ct-mailchimp .form input[type=text], .mailchimp-2 .ova-ct-mailchimp .form input[type=email] {
  color: #333333;
  border-bottom: 1px solid #c5c5c5;
}
.mailchimp-2 .ova-ct-mailchimp .form input[type=submit]:hover {
  background: #333333;
  color: #ffffff;
}

.mailchimp-3 .ova-ct-mailchimp {
  background: transparent;
  padding: 0px;
}
.mailchimp-3 .ova-ct-mailchimp .content .title {
  color: #ffffff;
}
.mailchimp-3 .ova-ct-mailchimp .content .desc {
  color: #e5e5e5;
}
.mailchimp-3 .ova-ct-mailchimp .form label {
  color: #cccccc;
}
.mailchimp-3 .ova-ct-mailchimp .form input[type=text], .mailchimp-3 .ova-ct-mailchimp .form input[type=email] {
  color: #cccccc;
  border-bottom: 1px solid #c5c5c5;
}
.mailchimp-3 .ova-ct-mailchimp .form input[type=submit]:hover {
  background: #333333;
  color: #ffffff;
}

.mailchimp-4 .ova-ct-mailchimp {
  padding: 41px 30px 50px 30px;
}
.mailchimp-4 .ova-ct-mailchimp .content .title {
  color: #ffffff;
  font-size: 32px;
  line-height: 38px;
  font-weight: 700;
}
.mailchimp-4 .ova-ct-mailchimp .content .desc {
  color: #e5e5e5;
}
.mailchimp-4 .ova-ct-mailchimp .form .name {
  width: 100%;
  padding: 0;
  margin-bottom: 33px;
}
.mailchimp-4 .ova-ct-mailchimp .form .email {
  width: 100%;
  padding: 0;
}

.ova-constrau-counter-1 .elementor-counter .elementor-counter-number-prefix {
  display: none;
}
@media (max-width: 767px) {
  .ova-constrau-counter-1 .elementor-counter .elementor-counter-number-prefix {
    display: inline-block;
  }
}
.ova-constrau-counter-1 .elementor-counter .elementor-counter-number {
  font-size: 50px;
  line-height: 1.2em;
  font-weight: 800;
}
.ova-constrau-counter-1 .elementor-counter .elementor-counter-number-suffix {
  font-size: 18px;
  line-height: 1.2em;
  font-weight: 700;
  display: flex;
  align-items: flex-end;
  line-height: 35px;
}
.ova-constrau-counter-1 .elementor-counter .elementor-counter-title {
  text-align: left;
  font-size: 15px;
  line-height: 25px;
  color: #ffffff;
}
@media (max-width: 767px) {
  .ova-constrau-counter-1 .elementor-counter .elementor-counter-title {
    text-align: center;
  }
}

.ova-title .elementor-heading-title {
  position: relative;
}
.ova-title .elementor-heading-title:after {
  position: absolute;
  content: "";
  width: 40px;
  height: 2px;
  bottom: -6px;
  left: 0px;
}

.according-constrau .elementor-accordion .elementor-accordion-item {
  border: 1px solid #e6e6e6;
}
.according-constrau .elementor-accordion .elementor-accordion-item:not(:first-child) {
  border-top: 1px solid #e6e6e6;
}
.according-constrau .elementor-accordion .elementor-accordion-item:not(:last-child) {
  margin-bottom: 10px;
}
.according-constrau .elementor-accordion .elementor-accordion-item .elementor-tab-title {
  padding: 17px 5px 16px 30px;
  position: relative;
}
.according-constrau .elementor-accordion .elementor-accordion-item .elementor-tab-title .elementor-accordion-icon {
  position: absolute;
  top: 50%;
  right: 12px;
  transform: translateY(-50%);
}
.according-constrau .elementor-accordion .elementor-accordion-item .elementor-tab-title .elementor-accordion-icon i {
  color: #cccccc;
  font-size: 28px;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  position: relative;
}
.according-constrau .elementor-accordion .elementor-accordion-item .elementor-tab-title .elementor-accordion-icon i:before {
  font-size: 20px;
  color: #fff;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.according-constrau .elementor-accordion .elementor-accordion-item .elementor-tab-title .elementor-accordion-icon .elementor-accordion-icon-opened:before {
  font-family: ElegantIcons;
  content: "\32";
}
.according-constrau .elementor-accordion .elementor-accordion-item .elementor-tab-title .elementor-accordion-icon .elementor-accordion-icon-closed:before {
  font-family: ElegantIcons;
  content: "\33";
}
.according-constrau .elementor-accordion .elementor-accordion-item .elementor-tab-title a {
  font-size: 16px;
  line-height: 25px;
  font-weight: 700;
  color: #333333;
  text-transform: uppercase;
}
.according-constrau .elementor-accordion .elementor-accordion-item .elementor-tab-content {
  border-top: none;
  padding: 0px 60px 33px 30px;
  margin-top: -2px;
}
.according-constrau.v2 .elementor-accordion .elementor-accordion-item {
  border: none;
  background: #e5e5e5;
}
.according-constrau.v2 .elementor-accordion .elementor-accordion-item .elementor-tab-title {
  padding: 8px 5px 7px 15px;
}
.according-constrau.v2 .elementor-accordion .elementor-accordion-item .elementor-tab-title.elementor-active .elementor-accordion-icon i {
  background: #343434;
}
.according-constrau.v2 .elementor-accordion .elementor-accordion-item .elementor-tab-content {
  padding-top: 25px;
  padding-left: 15px;
}

/*video popup player*/
.videopopupjs {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.6);
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 99999;
  text-align: start !important;
}

.videopopupjs--hide {
  -webkit-animation-duration: 0.2s;
  animation-duration: 0.2s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-name: videoPopupJsHide;
  animation-name: videoPopupJsHide;
}

.videopopupjs__close {
  width: 30px;
  height: 30px;
  cursor: pointer;
  display: block;
  margin-bottom: 10px;
  color: rgba(255, 255, 255, 0.59);
}

.videopopupjs__close:after {
  width: 30px;
  height: 30px;
  display: block;
  text-align: center;
  content: 'X';
  font-family: 'Verdana';
  border-radius: 50%;
  background: #fff;
  color: #fed501;
  line-height: 2.2;
  font-size: 13px;
  -webkit-transition: all .3s;
  transition: all .3s;
}

.videopopupjs__close:hover:after {
  background: #fed501;
  color: #fff;
  border-radius: 50%;
}

.videopopupjs--animation {
  opacity: 0;
  -webkit-animation-duration: 0.2s;
  animation-duration: 0.2s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-name: videoPopupJs;
  animation-name: videoPopupJs;
}

.videopopupjs__content {
  margin: 0 auto;
  height: 100%;
  height: 500px;
  width: 100%;
  margin-top: 5%;
}

.videopopupjs__content iframe {
  width: 100%;
  height: 100%;
}

.videopopupjs__block--notfound {
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto 0;
  width: 100%;
  height: 500px;
  background-color: #fff;
  text-align: center;
  vertical-align: middle;
  line-height: 500px;
  font-size: 20px;
}

@media (max-width: 768px) {
  .videopopupjs__content {
    max-width: 90% !important;
  }
}
@-webkit-keyframes videoPopupJs {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes videoPopupJs {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes videoPopupJsHide {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes videoPopupJsHide {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
/*video popup player*/
/* Column Services */
@media (min-width: 768px) and (max-width: 1024px) {
  .column_services .elementor-col-33 {
    width: 100%;
  }
  .column_services .elementor-col-33 > .elementor-column-wrap .elementor-element {
    width: 50%;
    margin-bottom: 0;
  }
  .column_services .elementor-col-33 > .elementor-column-wrap .elementor-element:nth-child(1) {
    padding-right: 10px;
  }
  .column_services .elementor-col-33 > .elementor-column-wrap .elementor-element:nth-child(2) {
    padding-left: 10px;
  }
}

.column-image-home-demo .elementor-image {
  box-shadow: 3px 0 20px rgba(0, 0, 0, 0.1);
  transition: 0.4s;
}
.column-image-home-demo .elementor-image:hover {
  margin-top: -20px;
}
.column-image-home-demo .elementor-heading-title a {
  transition: 0.4s;
}
.column-image-home-demo .elementor-heading-title a:hover {
  color: #fed501;
}

/* Cart Mini */
.woocommerce .constrau-cart-wrapper,
.constrau-cart-wrapper {
  position: relative;
}
.woocommerce .constrau-cart-wrapper .cart-total,
.constrau-cart-wrapper .cart-total {
  position: relative;
  cursor: pointer;
}
.woocommerce .constrau-cart-wrapper .cart-total i,
.constrau-cart-wrapper .cart-total i {
  font-size: 19px;
  color: #333333;
}
.woocommerce .constrau-cart-wrapper .cart-total .items,
.constrau-cart-wrapper .cart-total .items {
  color: #333333;
  position: absolute;
  top: -16px;
  right: -12px;
  width: 18px;
  height: 18px;
  border-radius: 100%;
  text-align: center;
  line-height: 20px;
  font-size: 13px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.woocommerce .constrau-cart-wrapper .constrau_minicart,
.constrau-cart-wrapper .constrau_minicart {
  position: absolute;
  right: 0px;
  top: 100px;
  min-width: 302px;
  z-index: -1;
  background-color: #fff;
  padding: 1em 1em 1em 1em;
  -webkit-transition: all .3s ease-in-out;
  -moz-transition: all .3s ease-in-out;
  -ms-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
  visibility: hidden;
  display: block;
  opacity: 0;
  top: 150%;
}
.woocommerce .constrau-cart-wrapper .constrau_minicart p.woocommerce-mini-cart__empty-message,
.constrau-cart-wrapper .constrau_minicart p.woocommerce-mini-cart__empty-message {
  margin-bottom: 0;
}
.woocommerce .constrau-cart-wrapper .constrau_minicart .woocommerce-mini-cart__buttons a,
.constrau-cart-wrapper .constrau_minicart .woocommerce-mini-cart__buttons a {
  display: inline-block;
}
.woocommerce .constrau-cart-wrapper .constrau_minicart .woocommerce-mini-cart__buttons .button,
.constrau-cart-wrapper .constrau_minicart .woocommerce-mini-cart__buttons .button {
  transition: 0.4s;
  margin-bottom: 10px;
}
.woocommerce .constrau-cart-wrapper .constrau_minicart .woocommerce-mini-cart__buttons .button.wc-forward,
.constrau-cart-wrapper .constrau_minicart .woocommerce-mini-cart__buttons .button.wc-forward {
  font-size: 15px;
  color: #333333;
  padding: 11px 25px 12px 25px;
}
.woocommerce .constrau-cart-wrapper .constrau_minicart .woocommerce-mini-cart__buttons .button.wc-forward:hover,
.constrau-cart-wrapper .constrau_minicart .woocommerce-mini-cart__buttons .button.wc-forward:hover {
  background: #333333;
  color: #ffffff;
}
.woocommerce .constrau-cart-wrapper .constrau_minicart .woocommerce-mini-cart__buttons .button.checkout,
.constrau-cart-wrapper .constrau_minicart .woocommerce-mini-cart__buttons .button.checkout {
  background: #333333;
  margin-left: 10px;
  font-size: 15px;
  color: #fff;
  padding: 11px 25px 12px 25px;
}
.woocommerce .constrau-cart-wrapper .constrau_minicart .woocommerce-mini-cart__buttons .button.checkout:hover,
.constrau-cart-wrapper .constrau_minicart .woocommerce-mini-cart__buttons .button.checkout:hover {
  color: #333333;
}
.woocommerce .constrau-cart-wrapper:hover .constrau_minicart,
.constrau-cart-wrapper:hover .constrau_minicart {
  z-index: 9999;
  top: 32px;
  webkit-transition: all .3s ease-in-out;
  -moz-transition: all .3s ease-in-out;
  -ms-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
  visibility: visible;
  opacity: 1;
  top: 100%;
  border: 1px solid #e2e2e2;
}
.woocommerce .constrau-cart-wrapper ul.woocommerce-mini-cart,
.constrau-cart-wrapper ul.woocommerce-mini-cart {
  list-style: none outside;
  padding: 0;
  margin: 0;
}
.woocommerce .constrau-cart-wrapper ul.woocommerce-mini-cart li,
.constrau-cart-wrapper ul.woocommerce-mini-cart li {
  margin-bottom: 30px;
  padding: 0;
  display: inline-block;
  width: 100%;
}
.woocommerce .constrau-cart-wrapper ul.woocommerce-mini-cart li a,
.constrau-cart-wrapper ul.woocommerce-mini-cart li a {
  color: #000;
  text-transform: capitalize;
  font-weight: 500;
  padding: 0;
  display: inline;
}
.woocommerce .constrau-cart-wrapper ul.woocommerce-mini-cart li a.remove,
.constrau-cart-wrapper ul.woocommerce-mini-cart li a.remove {
  display: none;
}
.woocommerce .constrau-cart-wrapper ul.woocommerce-mini-cart li img,
.constrau-cart-wrapper ul.woocommerce-mini-cart li img {
  width: 70px;
  float: right;
}
.woocommerce .constrau-cart-wrapper ul.woocommerce-mini-cart li dl.variation,
.constrau-cart-wrapper ul.woocommerce-mini-cart li dl.variation {
  display: none;
}
.woocommerce .constrau-cart-wrapper.style2,
.constrau-cart-wrapper.style2 {
  float: right;
  text-align: right;
}
.woocommerce .constrau-cart-wrapper.style2 .heading,
.constrau-cart-wrapper.style2 .heading {
  color: #343434;
  opacity: 0.4;
  font-size: 20px;
  font-weight: 500;
  text-transform: uppercase;
  display: block;
  letter-spacing: 0.4px;
  line-height: 25px;
}
.woocommerce .constrau-cart-wrapper.style2 .info,
.constrau-cart-wrapper.style2 .info {
  display: block;
  color: #343434;
  font-weight: 300;
  line-height: 25px;
}
.woocommerce .constrau-cart-wrapper.style2 .info span,
.constrau-cart-wrapper.style2 .info span {
  font-weight: 500;
}
.woocommerce .constrau-cart-wrapper.style2 .cart-total,
.constrau-cart-wrapper.style2 .cart-total {
  padding-left: 12px;
}
.woocommerce .constrau-cart-wrapper.style2 .cart-total i,
.constrau-cart-wrapper.style2 .cart-total i {
  color: #231f20;
}
.woocommerce .constrau-cart-wrapper.style2 .constrau_minicart,
.constrau-cart-wrapper.style2 .constrau_minicart {
  float: left;
  text-align: left;
}
.woocommerce .constrau-cart-wrapper.style3 > div,
.constrau-cart-wrapper.style3 > div {
  align-items: center;
}
.woocommerce .constrau-cart-wrapper .woocommerce-mini-cart__total.total,
.constrau-cart-wrapper .woocommerce-mini-cart__total.total {
  clear: both;
  margin-bottom: 30px;
}

@media (max-width: 420px) {
  .constrau-cart-wrapper .constrau_minicart {
    right: -52px;
  }
}
.ova_contact_us {
  display: flex;
  align-items: center;
  position: relative;
  color: #666666;
  -webkit-transition: all .3s;
  transition: all .3s;
}
.ova_contact_us i {
  font-size: 18px;
  padding-right: 15px;
}
.ova_contact_us div {
  font-size: 15px;
}
.ova_contact_us .text a {
  color: #666666;
  -webkit-transition: all .3s;
  transition: all .3s;
}
.ova_contact_us:hover {
  color: #333333;
}
.ova_contact_us:hover i {
  color: #333333;
}
.ova_contact_us:hover .text a {
  color: #333333;
}
.ova_contact_us.style2 i {
  font-size: 42px;
  padding-right: 20px;
}
.ova_contact_us.style2 .text-line span {
  display: block;
  color: #e5e5e5;
  line-height: 25px;
  font-size: 15px;
  -webkit-transition: all .3s;
  transition: all .3s;
}
.ova_contact_us.style2 .text-line span.line-info-1 {
  font-weight: bold;
  text-transform: uppercase;
}
.ova_contact_us.style2 .text-line span.line-info-2 {
  font-weight: 400;
}
.ova_contact_us.style2 .text-line span a {
  color: #e5e5e5;
  line-height: 25px;
  font-size: 15px;
  -webkit-transition: all .3s;
  transition: all .3s;
}
.ova_contact_us.style3 .text-line {
  text-align: right;
}
.ova_contact_us.style3 .text-line span {
  display: block;
}
.ova_contact_us.style3 .text-line .line-info-1 {
  font-size: 13px;
  color: #c5c5c5;
}
.ova_contact_us.style3 .text-line .line-info-2 {
  font-weight: 900;
  color: #fed501;
  font-size: 22px;
}
.ova_contact_us.style3 .text-line .line-info-2 a {
  font-weight: 900;
  font-size: 22px;
}
.ova_contact_us.style4 .text-line > span, .ova_contact_us.style4 .text-line a {
  color: #666666;
  line-height: 28px;
  font-size: 15px;
}
.ova_contact_us.style4 .text-line > span {
  display: block;
}
.ova_contact_us.style4 .text-line .line-info-1, .ova_contact_us.style4 .text-line .line-info-2 {
  font-weight: bold;
}
.ova_contact_us.style4 .text-line .line-info-1 span, .ova_contact_us.style4 .text-line .line-info-2 span {
  font-weight: 400;
}

.ova_social .content a {
  display: inline-flex;
  justify-content: center;
  align-items: center;
}
.ova_social .content a:not(:last-child) {
  margin-right: 0;
}
.ova_social .content a span {
  position: absolute;
  top: -10000em;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}
.ova_social .content a i {
  position: relative;
  display: block;
  font-size: 14px;
}
.ova_social .content a:hover {
  transition: 0.5s all;
}

.wrap_search_constrau_popup {
  position: relative;
  cursor: pointer;
  text-align: center;
}
.wrap_search_constrau_popup .ova_search_close {
  display: none;
}
.wrap_search_constrau_popup.show .search_constrau_popup {
  transition: all .3s ease-in-out;
  visibility: visible;
  opacity: 1;
  z-index: 9999;
}
.wrap_search_constrau_popup.show .btn_close {
  display: block;
  position: absolute;
  top: 60px;
  right: 60px;
  font-size: 60px;
  color: #fff;
  z-index: 10;
}
.wrap_search_constrau_popup.show .btn_close:after {
  content: "\4b";
  opacity: 0;
  position: absolute;
  left: 0;
  top: 0;
}
.wrap_search_constrau_popup.show .btn_close:hover:before {
  opacity: 0;
  transition: all 0.3s;
}
.wrap_search_constrau_popup.show .btn_close:hover:after {
  opacity: 1;
  transition: all 0.3s;
}
.wrap_search_constrau_popup i {
  right: 0;
  cursor: pointer;
  font-size: 14px;
  color: #333;
  font-weight: bold;
  transition: all 0.3s ease;
}
.wrap_search_constrau_popup i:hover {
  transition: all 0.3s ease;
}
.wrap_search_constrau_popup .search_constrau_popup {
  position: fixed;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background: rgba(0, 0, 0, 0.96);
  z-index: -1;
  transition: all .3s ease-in-out;
  visibility: hidden;
  display: block;
  opacity: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: left;
}
.wrap_search_constrau_popup .search_constrau_popup .search-form {
  display: flex;
  justify-content: center;
  align-items: center;
}
.wrap_search_constrau_popup .search_constrau_popup .search-form .search-field {
  width: 70%;
  height: 60px;
  border: 0;
  -webkit-transition: all .3s;
  transition: all .3s;
  -webkit-border-radius: 0;
  border-radius: 0;
}
.wrap_search_constrau_popup .search_constrau_popup .search-form .search-submit {
  height: 60px;
  border: 0;
  -webkit-transition: all .3s;
  transition: all .3s;
  cursor: pointer;
  -webkit-border-radius: 0;
  border-radius: 0;
}
.wrap_search_constrau_popup .search_constrau_popup .search-form .search-submit:hover {
  color: #333;
}

.ova-blog {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: 30px;
}
@media (max-width: 767px) {
  .ova-blog {
    grid-template-columns: 1fr;
    grid-row-gap: 30px;
  }
}
.ova-blog h3, .ova-blog p {
  margin: 0px;
}
.ova-blog .item-blog:first-child {
  grid-row: 1/span 3;
}
.ova-blog .item-blog:first-child .ova-media {
  position: relative;
  margin-bottom: 41px;
}
.ova-blog .item-blog:first-child .ova-media .date {
  position: absolute;
  left: 0px;
  bottom: 0px;
}
.ova-blog .item-blog:not(:first-child) {
  display: flex;
}
.ova-blog .item-blog:not(:first-child) .content {
  width: calc(100% - 70px);
  padding-left: 20px;
}
.ova-blog .item-blog:not(:first-child) .content .title {
  margin-top: -6px;
}
.ova-blog .item-blog .ova-media .date {
  height: 70px;
  background-color: #333333;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-content: center;
  border: 1px solid #666666;
}
.ova-blog .item-blog .ova-media .date .unit {
  display: block;
  text-align: center;
  width: 100%;
  color: #ffffff;
}
.ova-blog .item-blog .ova-media .date .day {
  font-size: 30px;
  line-height: 1;
  font-weight: 700;
}
.ova-blog .item-blog .ova-media .date .month {
  font-size: 15px;
  line-height: 1.2;
  font-weight: 500;
  text-transform: uppercase;
  margin-top: 6px;
}
.ova-blog .item-blog .content .title {
  margin-bottom: 15px;
}
.ova-blog .item-blog .content .title h3 a {
  font-size: 22px;
  line-height: 26px;
  color: #333333;
  font-weight: 600;
  text-transform: uppercase;
  transition: 0.4s;
}
.ova-blog .item-blog .content .title h3 a:hover {
  color: #111111;
}
.ova-blog .item-blog .content .post-meta-blog {
  margin-bottom: 15px;
}
.ova-blog .item-blog .content .post-meta-blog i {
  font-size: 15px;
  transform: rotateY(180deg);
  margin-right: 3px;
}
.ova-blog .item-blog .content .post-meta-blog a {
  color: #cccccc;
  font-size: 15px;
  line-height: 25px;
  text-transform: uppercase;
  font-weight: 500;
  transition: 0.4s;
}
.ova-blog .item-blog .content .post-meta-blog a:hover {
  color: #111111;
}
.ova-blog .item-blog .content .excerpt p {
  color: #999999;
}

.ova-blog-slider {
  padding-top: 90px;
}
.ova-blog-slider h3, .ova-blog-slider p {
  margin: 0px;
}
.ova-blog-slider .blog-slider {
  position: relative;
}
.ova-blog-slider .blog-slider .item-blog .ova-media {
  margin-bottom: 31px;
  position: relative;
}
.ova-blog-slider .blog-slider .item-blog .ova-media .date {
  position: absolute;
  right: 0px;
  bottom: 0px;
  width: 70px;
  height: 70px;
  background-color: #333333;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-content: center;
}
.ova-blog-slider .blog-slider .item-blog .ova-media .date .unit {
  display: block;
  text-align: center;
  width: 100%;
  color: #ffffff;
}
.ova-blog-slider .blog-slider .item-blog .ova-media .date .day {
  font-size: 30px;
  line-height: 1;
  font-weight: 700;
}
.ova-blog-slider .blog-slider .item-blog .ova-media .date .month {
  font-size: 15px;
  line-height: 1.2;
  font-weight: 500;
  text-transform: uppercase;
  margin-top: 6px;
}
.ova-blog-slider .blog-slider .item-blog .content .title {
  margin-bottom: 16px;
}
.ova-blog-slider .blog-slider .item-blog .content .title h3 a {
  font-size: 22px;
  line-height: 26px;
  font-weight: 600;
  color: #333333;
  text-transform: uppercase;
}
.ova-blog-slider .blog-slider .item-blog .content .post-meta-blog {
  margin-bottom: 15px;
}
.ova-blog-slider .blog-slider .item-blog .content .post-meta-blog a, .ova-blog-slider .blog-slider .item-blog .content .post-meta-blog i {
  font-size: 15px;
  line-height: 25px;
  text-transform: uppercase;
  font-weight: 500;
}
.ova-blog-slider .blog-slider .item-blog .content .post-meta-blog i {
  margin-right: 5px;
}
.ova-blog-slider .blog-slider .item-blog .content .post-meta-blog a {
  color: #888888;
}
.ova-blog-slider .blog-slider .item-blog .content .post-meta-blog .category i {
  transform: rotateY(180deg);
}
.ova-blog-slider .blog-slider .item-blog .content .post-meta-blog .meta-slash {
  padding-left: 15px;
  padding-right: 15px;
  font-family: lato;
}
.ova-blog-slider .blog-slider .item-blog .content .excerpt {
  margin-bottom: 23px;
}
.ova-blog-slider .blog-slider .item-blog .content .excerpt p {
  color: #666666;
}
.ova-blog-slider .blog-slider .item-blog .content .readmore a {
  font-size: 13px;
  line-height: 24px;
  color: #333333;
  font-weight: 700;
  padding: 11px 30px 11px 30px;
  transition: 0.4s;
  display: inline-block;
}
.ova-blog-slider .blog-slider .item-blog .content .readmore a:hover {
  color: #fff;
  background: #333333;
}
.ova-blog-slider .blog-slider .owl-dots {
  text-align: center;
  margin-top: 46px;
}
.ova-blog-slider .blog-slider .owl-dots .owl-dot {
  outline: none;
}
.ova-blog-slider .blog-slider .owl-dots .owl-dot:not(:last-child) span {
  margin-right: 10px;
}
.ova-blog-slider .blog-slider .owl-dots .owl-dot span {
  width: 30px;
  height: 5px;
  background: transparent;
  display: block;
  transition: 0.2s;
  border: 1px solid #fed501;
}
.ova-blog-slider .blog-slider .owl-dots .owl-dot.active span {
  background: #fed501;
}
.ova-blog-slider.version_1 .owl-nav {
  position: absolute;
  right: 0;
  top: -90px;
}
.ova-blog-slider.version_1 .owl-nav .owl-prev, .ova-blog-slider.version_1 .owl-nav .owl-next {
  width: 30px;
  height: 30px;
  border: 2px solid #c5c5c5 !important;
  background: transparent;
}
.ova-blog-slider.version_1 .owl-nav .owl-prev i, .ova-blog-slider.version_1 .owl-nav .owl-next i {
  color: #c5c5c5;
  font-size: 25px;
}
.ova-blog-slider.version_1 .owl-nav .owl-prev:focus, .ova-blog-slider.version_1 .owl-nav .owl-next:focus {
  outline: none;
}
.ova-blog-slider.version_1 .owl-nav .owl-prev:hover, .ova-blog-slider.version_1 .owl-nav .owl-next:hover {
  color: #333333;
  border-color: #333333 !important;
}
.ova-blog-slider.version_1 .owl-nav .owl-prev:hover i, .ova-blog-slider.version_1 .owl-nav .owl-next:hover i {
  color: #333333;
}
.ova-blog-slider.version_1 .owl-nav .owl-next {
  margin-left: 5px;
}
.ova-blog-slider.version_1 .owl-nav .owl-prev {
  margin-right: 5px;
}
.ova-blog-slider.version_2 .owl-nav {
  position: unset;
}
@media (max-width: 1350px) {
  .ova-blog-slider.version_2 .owl-nav {
    display: none;
  }
}
.ova-blog-slider.version_2 .owl-nav button {
  position: absolute;
  top: 124px;
  width: 30px;
  height: 30px;
  border: none !important;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  background: transparent;
  cursor: pointer;
  transition: 0.4s;
  right: -30px;
  transform: translateY(0);
}
.ova-blog-slider.version_2 .owl-nav button:focus {
  outline: none;
}
.ova-blog-slider.version_2 .owl-nav button:first-child {
  left: -48px;
}
.ova-blog-slider.version_2 .owl-nav button:last-child {
  right: -48px;
}
.ova-blog-slider.version_2 .owl-nav button:hover {
  color: #333333;
  border-color: #333333 !important;
}
.ova-blog-slider.version_2 .owl-nav button:hover i {
  color: #333333;
}
.ova-blog-slider.version_2 .owl-nav button i {
  transition: 0.4s;
  color: #cacaca;
  display: inline-block;
  line-height: 1;
}
.ova-blog-slider.version_2 .owl-nav button i:before {
  font-size: 50px;
  margin: 0px;
}

.ova-skill-bar .text-skill-bar {
  font-size: 15px;
  line-height: 25px;
  color: #666666;
  margin-bottom: 13px;
}
.ova-skill-bar .cove-killbar {
  background: #e5e5e5;
}
.ova-skill-bar .cove-killbar .skillbar-bar {
  height: 5px;
  width: 0px;
}
.ova-skill-bar .skillbar {
  position: relative;
  display: block;
  width: 100%;
}
.ova-skill-bar .skillbar:not(:last-child) {
  margin-bottom: 33px;
}
.ova-skill-bar.version_1 .percent {
  position: absolute;
  top: 0;
  left: 0;
}
.ova-skill-bar.version_1 .percent .relative {
  position: relative;
}
.ova-skill-bar.version_1 .percent .relative span {
  font-size: 12px;
  line-height: 25px;
  color: #ffffff;
  background: #333333;
  width: 55px;
  height: 25px;
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  left: -27px;
}
.ova-skill-bar.version_1 .percent .relative:after {
  position: absolute;
  bottom: -28px;
  left: -4px;
  transform: rotate(45deg);
  content: "";
  width: 8px;
  height: 8px;
  background: #333333;
}
.ova-skill-bar.version_2 .text-skill-bar {
  color: #333333;
  font-weight: 700;
}
.ova-skill-bar.version_2 .cove-killbar {
  background: #ffffff;
}
.ova-skill-bar.version_2 .cove-killbar .skillbar-bar {
  background: #333333;
}
.ova-skill-bar.version_2 .skillbar .percent {
  position: absolute;
  top: 0;
  left: 0;
  font-size: 12px;
  line-height: 25px;
  color: #3333;
}
.ova-skill-bar.version_2 .skillbar .percent .relative {
  position: relative;
}
.ova-skill-bar.version_2 .skillbar .percent .relative span {
  position: absolute;
  top: -2px;
  left: -25px;
  color: #333333;
  font-weight: 700;
}
.ova-skill-bar.version_2 .skillbar .percent .relative:after {
  position: absolute;
  content: "";
  bottom: -50px;
  left: -20px;
  width: 20px;
  height: 20px;
  display: inline-block;
  background-color: #333333;
  border-radius: 50%;
}

.ova-heading .sub-title {
  margin: 0px;
  font-size: 24px;
  line-height: 1.2;
  font-weight: 600;
  color: #333333;
  display: inline-block;
  position: relative;
  margin-bottom: 4px;
}
.ova-heading .sub-title:before {
  display: none;
  content: "";
  width: 20px;
  height: 2px;
  position: absolute;
  bottom: 11px;
  left: calc(100% + 10px);
}
@media (max-width: 767px) {
  .ova-heading .sub-title:before {
    display: none !important;
  }
}
.ova-heading .sub-title:after {
  display: none;
  content: "";
  width: 40px;
  height: 2px;
  position: absolute;
  bottom: 7px;
  left: calc(100% + 10px);
}
@media (max-width: 767px) {
  .ova-heading .sub-title:after {
    display: none !important;
  }
}
.ova-heading .sub-title span {
  position: relative;
  display: none;
}
.ova-heading .sub-title span:before {
  content: "";
  width: 20px;
  height: 2px;
  position: absolute;
  bottom: 4px;
  right: calc(100% + 10px);
}
@media (max-width: 767px) {
  .ova-heading .sub-title span:before {
    display: none !important;
  }
}
.ova-heading .sub-title span:after {
  content: "";
  width: 40px;
  height: 2px;
  position: absolute;
  bottom: 0px;
  right: calc(100% + 10px);
}
@media (max-width: 767px) {
  .ova-heading .sub-title span:after {
    display: none !important;
  }
}
.ova-heading .title {
  margin: 0px;
  font-size: 36px;
  line-height: 1.2;
  font-weight: 700;
  color: #333333;
  text-transform: uppercase;
  margin-bottom: 31px;
}
.ova-heading .desc {
  margin: 0px;
  font-size: 18px;
  line-height: 29px;
  color: #333333;
  margin-bottom: 42px;
}
.ova-heading .button a {
  font-size: 13px;
  line-height: 24px;
  color: #333333;
  font-weight: 700;
  transition: 0.4s;
  display: inline-block;
  text-transform: uppercase;
  padding: 10px 28px 10px 28px;
}
.ova-heading .button a:hover {
  background: #333333;
  color: #fff;
}

.ova-testimonial p {
  margin: 0px;
}
.ova-testimonial.active-nav {
  padding-top: 90px;
}
.ova-testimonial .slide-testimonials {
  position: relative;
}
.ova-testimonial .slide-testimonials .ova-media img {
  display: inline-block;
  height: 90px;
  width: 90px;
  border-radius: 50%;
}
.ova-testimonial .slide-testimonials.version_1 .owl-stage {
  margin: 30px 0px 55px 0px;
  overflow: visible;
}
.ova-testimonial .slide-testimonials.version_1 .owl-dots {
  margin-top: 0px;
}
.ova-testimonial .slide-testimonials.version_1 .owl-nav {
  position: absolute;
  top: -60px;
}
.ova-testimonial .slide-testimonials.version_1 .client_info {
  display: flex;
  padding: 40px 20px 44px 30px;
  background: #fff;
  position: relative;
}
@media (max-width: 425px) {
  .ova-testimonial .slide-testimonials.version_1 .client_info {
    flex-wrap: wrap;
  }
}
.ova-testimonial .slide-testimonials.version_1 .client_info:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 30px;
  width: 30px;
  height: 5px;
  background: #fff;
  z-index: 2;
}
.ova-testimonial .slide-testimonials.version_1 .client_info:after {
  content: "";
  position: absolute;
  bottom: -30px;
  left: 30px;
  width: 0;
  height: 0;
  border-left: 0px solid transparent;
  border-right: 30px solid transparent;
  border-top: 30px solid #fff;
  z-index: 1;
}
@media (max-width: 425px) {
  .ova-testimonial .slide-testimonials.version_1 .client_info .ova-media {
    padding: 0px;
    width: 100%;
    text-align: center;
    margin-bottom: 20px;
  }
}
.ova-testimonial .slide-testimonials.version_1 .client_info .info {
  width: calc(100% - 120px);
  padding-left: 30px;
  margin-top: -5px;
}
@media (max-width: 425px) {
  .ova-testimonial .slide-testimonials.version_1 .client_info .info {
    padding: 0px;
    width: 100%;
    text-align: center;
  }
}
.ova-testimonial .slide-testimonials.version_1 .client_info .info span {
  display: inline-block;
}
.ova-testimonial .slide-testimonials.version_1 .client_info .info span.name {
  font-size: 22px;
  line-height: 26px;
  font-weight: 600;
  color: #333333;
  margin-bottom: 6px;
}
.ova-testimonial .slide-testimonials.version_1 .client_info .info span.job, .ova-testimonial .slide-testimonials.version_1 .client_info .info span small {
  font-size: 15px;
  line-height: 25px;
  font-weight: 500;
  color: #888888;
  margin-bottom: 6px;
}
.ova-testimonial .slide-testimonials.version_1 .client_info .info span small {
  margin: 0px 6px 0 4px;
}
.ova-testimonial .slide-testimonials.version_1 .client_info .info .star {
  margin-bottom: 17px;
}
.ova-testimonial .slide-testimonials.version_1 .client_info .info .star i {
  color: #e5e5e5;
  font-size: 14px;
}
.ova-testimonial .slide-testimonials.version_1 .client_info .info .testimonial {
  font-size: 15px;
  line-height: 25px;
  color: #666666;
}
.ova-testimonial .slide-testimonials .owl-dots {
  text-align: center;
  margin-top: 32px;
}
.ova-testimonial .slide-testimonials .owl-dots .owl-dot {
  outline: none;
}
.ova-testimonial .slide-testimonials .owl-dots .owl-dot:not(:last-child) span {
  margin-right: 10px;
}
.ova-testimonial .slide-testimonials .owl-dots .owl-dot span {
  width: 30px;
  height: 5px;
  background: transparent;
  display: block;
  transition: 0.2s;
  border: 1px solid #fed501;
}
.ova-testimonial .slide-testimonials .owl-nav {
  position: absolute;
  right: 0;
  top: -60px;
}
.ova-testimonial .slide-testimonials .owl-nav .owl-prev, .ova-testimonial .slide-testimonials .owl-nav .owl-next {
  width: 30px;
  height: 30px;
  border: 2px solid #c5c5c5 !important;
  background: transparent;
}
.ova-testimonial .slide-testimonials .owl-nav .owl-prev i, .ova-testimonial .slide-testimonials .owl-nav .owl-next i {
  color: #c5c5c5;
  font-size: 25px;
}
.ova-testimonial .slide-testimonials .owl-nav .owl-prev:focus, .ova-testimonial .slide-testimonials .owl-nav .owl-next:focus {
  outline: none;
}
.ova-testimonial .slide-testimonials .owl-nav .owl-prev:hover, .ova-testimonial .slide-testimonials .owl-nav .owl-next:hover {
  color: #333333;
  border-color: #333333 !important;
}
.ova-testimonial .slide-testimonials .owl-nav .owl-prev:hover i, .ova-testimonial .slide-testimonials .owl-nav .owl-next:hover i {
  color: #333333;
}
.ova-testimonial .slide-testimonials .owl-nav .owl-next {
  margin-left: 5px;
}
.ova-testimonial .slide-testimonials .owl-nav .owl-prev {
  margin-right: 5px;
}
.ova-testimonial .slide-testimonials.version_2 .client_info {
  text-align: center;
}
.ova-testimonial .slide-testimonials.version_2 .client_info .info {
  background: #333333;
  padding: 45px 28px 37px 30px;
  position: relative;
}
.ova-testimonial .slide-testimonials.version_2 .client_info .info:after {
  content: "";
  position: absolute;
  bottom: -20px;
  left: 50%;
  width: 0;
  height: 0;
  border-left: 15px solid transparent;
  border-right: 15px solid transparent;
  border-top: 20px solid #333333;
  transform: translateX(-50%);
}
.ova-testimonial .slide-testimonials.version_2 .client_info .info .testimonial {
  font-size: 15px;
  line-height: 25px;
  color: #ffffff;
  text-align: left;
}
.ova-testimonial .slide-testimonials.version_2 .client_info .info .star {
  margin-top: 12px;
}
.ova-testimonial .slide-testimonials.version_2 .client_info .info .star i {
  color: #e5e5e5;
  font-size: 14px;
}
.ova-testimonial .slide-testimonials.version_2 .client_info .ova-media {
  text-align: center;
  margin-top: 35px;
}
.ova-testimonial .slide-testimonials.version_2 .client_info .title .job {
  display: block;
  font-size: 15px;
  line-height: 25px;
  color: #888888;
  margin-top: 12px;
}
.ova-testimonial .slide-testimonials.version_2 .client_info .title .name {
  display: block;
  font-size: 22px;
  line-height: 26px;
  font-weight: 600;
  color: #333333;
  margin-top: 3px;
}
.ova-testimonial .slide-testimonials.version_2 .owl-nav {
  top: -90px;
}
.ova-testimonial .slide-testimonials.version_3 .item {
  padding-top: 45px;
}
.ova-testimonial .slide-testimonials.version_3 .client_info {
  position: relative;
  text-align: center;
  border: 1px solid #e5e5e5;
  padding: 0 30px 33px 30px;
}
.ova-testimonial .slide-testimonials.version_3 .client_info .ova-media {
  margin-top: -45px;
  margin-bottom: 25px;
}
.ova-testimonial .slide-testimonials.version_3 .client_info .info span {
  display: block;
}
.ova-testimonial .slide-testimonials.version_3 .client_info .info span.name {
  font-size: 22px;
  line-height: 26px;
  font-weight: 600;
  color: #333333;
  margin-bottom: 1px;
}
.ova-testimonial .slide-testimonials.version_3 .client_info .info span.job {
  font-size: 15px;
  line-height: 25px;
  color: #888888;
  margin-bottom: 2px;
}
.ova-testimonial .slide-testimonials.version_3 .client_info .info span.job.second_font {
  font-family: unset;
}
.ova-testimonial .slide-testimonials.version_3 .client_info .info span small {
  display: none;
}
.ova-testimonial .slide-testimonials.version_3 .client_info .info .star {
  margin-bottom: 17px;
}
.ova-testimonial .slide-testimonials.version_3 .client_info .info .star i {
  color: #e5e5e5;
  font-size: 14px;
}
.ova-testimonial .slide-testimonials.version_3 .client_info .info .testimonial {
  font-size: 15px;
  line-height: 25px;
  color: #666666;
}
.ova-testimonial .slide-testimonials.version_4.active-dots .owl-nav button {
  transform: translateY(calc(-50% - 26px));
}
.ova-testimonial .slide-testimonials.version_4 .owl-nav {
  position: unset;
}
@media (max-width: 1350px) {
  .ova-testimonial .slide-testimonials.version_4 .owl-nav {
    display: none;
  }
}
.ova-testimonial .slide-testimonials.version_4 .owl-nav button {
  position: absolute;
  top: 50%;
  cursor: pointer;
  transition: 0.4s;
  right: -30px;
  transform: translateY(-50%);
  width: 30px;
  height: 30px;
  border: 2px solid #c5c5c5 !important;
  background: transparent;
}
.ova-testimonial .slide-testimonials.version_4 .owl-nav button:focus {
  outline: none;
}
.ova-testimonial .slide-testimonials.version_4 .owl-nav button:first-child {
  left: -80px;
}
.ova-testimonial .slide-testimonials.version_4 .owl-nav button:last-child {
  right: -80px;
}
.ova-testimonial .slide-testimonials.version_4 .owl-nav button:hover {
  color: #333333;
  border-color: #333333 !important;
}
.ova-testimonial .slide-testimonials.version_4 .owl-nav button:hover i {
  color: #333333;
}
.ova-testimonial .slide-testimonials.version_4 .owl-nav button i {
  transition: 0.4s;
  font-size: 27px;
  color: #cacaca;
}
.ova-testimonial .slide-testimonials.version_4 .client_info {
  display: flex;
}
@media (max-width: 767px) {
  .ova-testimonial .slide-testimonials.version_4 .client_info {
    display: block;
  }
}
.ova-testimonial .slide-testimonials.version_4 .client_info .ova-media {
  flex-basis: 240px;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}
@media (max-width: 725px) {
  .ova-testimonial .slide-testimonials.version_4 .client_info .ova-media {
    display: none;
  }
}
.ova-testimonial .slide-testimonials.version_4 .client_info .ova-media img {
  display: block;
  height: unset;
  width: unset;
  border-radius: unset;
}
.ova-testimonial .slide-testimonials.version_4 .client_info .ova-media-mobile img {
  display: block;
  height: unset;
  width: unset;
  border-radius: unset;
}
.ova-testimonial .slide-testimonials.version_4 .client_info .info {
  flex-basis: calc(100% - 240px);
  padding: 0 0 38px 20px;
}
@media (max-width: 767px) {
  .ova-testimonial .slide-testimonials.version_4 .client_info .info {
    flex-basis: 100%;
    padding: 0px;
    padding-top: 16px;
  }
}
.ova-testimonial .slide-testimonials.version_4 .client_info .info span {
  display: block;
}
.ova-testimonial .slide-testimonials.version_4 .client_info .info span.name {
  font-size: 22px;
  line-height: 26px;
  font-weight: 600;
  color: #333333;
  margin-bottom: 1px;
}
.ova-testimonial .slide-testimonials.version_4 .client_info .info span.job {
  font-size: 15px;
  line-height: 25px;
  color: #888888;
  margin-bottom: 7px;
}
.ova-testimonial .slide-testimonials.version_4 .client_info .info .social {
  margin-bottom: 18px;
}
.ova-testimonial .slide-testimonials.version_4 .client_info .info .social a:not(:last-child) {
  margin-right: 18px;
}
.ova-testimonial .slide-testimonials.version_4 .client_info .info .social a i {
  color: #0078d7;
  transition: 0.4s;
}
.ova-testimonial .slide-testimonials.version_4 .client_info .info .social a:hover i {
  color: #1da1f2;
}
.ova-testimonial .slide-testimonials.version_4 .client_info .info .testimonial {
  font-size: 15px;
  line-height: 25px;
  color: #666666;
}

.switch-lang {
  cursor: pointer;
  position: relative;
}
.switch-lang .current-lang {
  display: flex;
  align-items: center;
}
.switch-lang .current-lang .lang-flag {
  width: 35px;
}
.switch-lang .current-lang .lang-text {
  color: #333333;
  font-weight: 900;
  margin: 0;
  padding-left: 10px;
  position: relative;
}
.switch-lang .current-lang .lang-text:after {
  content: '\f2f9';
  font-family: 'Material-Design-Iconic-Font';
  position: absolute;
  right: -11px;
  top: 0;
}
.switch-lang .lang-dropdown {
  display: none;
  padding-top: 6px;
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  -ms-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
  position: absolute;
  left: 0;
  right: 0;
  min-height: 100px;
  z-index: 9;
}
.switch-lang .lang-dropdown .selecting-lang {
  display: flex;
  align-items: center;
  padding: 3px 0;
}
.switch-lang .lang-dropdown .selecting-lang .lang-flag {
  width: 35px;
}
.switch-lang .lang-dropdown .selecting-lang .lang-text {
  color: #333333;
  font-weight: 900;
  margin: 0;
  padding-left: 7px;
}
.switch-lang:hover .lang-dropdown {
  display: block;
}

.contact-v-3 {
  background: #fed501;
}

.ova-contact h3, .ova-contact p {
  margin: 0;
}
.ova-contact .contact {
  list-style-type: none;
  padding: 0px;
}
.ova-contact .contact li {
  font-size: 15px;
  line-height: 25px;
}
.ova-contact .contact li:not(:last-child) {
  margin-bottom: 6px;
}
.ova-contact .contact li a {
  font-size: 15px;
  line-height: 25px;
  transition: 0.4s;
}
.ova-contact.version_1 .ova-media {
  margin-bottom: 18px;
}
.ova-contact.version_1 .contact li {
  color: #999999;
}
.ova-contact.version_1 .contact li a {
  color: #999999;
}
.ova-contact.version_1 .contact li a:hover {
  color: #343434;
}
.ova-contact.version_2 .ova-title .title {
  font-size: 18px;
  line-height: 25px;
  color: #333333;
  font-weight: 700;
  position: relative;
  margin-bottom: 34px;
}
.ova-contact.version_2 .ova-title .title:after {
  content: "";
  position: absolute;
  width: 40px;
  height: 2px;
  left: 0px;
  bottom: -11px;
}
.ova-contact.version_2 .contact li {
  color: #666666;
}
.ova-contact.version_2 .contact li a {
  color: #666666;
}
.ova-contact.version_2 .contact li a:hover {
  color: #343434;
}
.ova-contact.version_3 {
  padding: 44px 0 44px 0;
  position: relative;
  overflow: hidden;
}
.ova-contact.version_3 .icon {
  position: absolute;
  top: 50%;
  left: 0;
  z-index: 1;
  transform: translateY(-50%);
}
@media (max-width: 575px) {
  .ova-contact.version_3 .icon {
    z-index: -1;
  }
}
.ova-contact.version_3 .icon i {
  display: inline-block;
  line-height: 1;
}
.ova-contact.version_3 .icon i:before {
  margin: 0px;
  display: inline-block;
  line-height: 1;
  font-size: 160px;
  color: #e3bd02;
}
.ova-contact.version_3 .content {
  text-align: center;
}
.ova-contact.version_3 .content a, .ova-contact.version_3 .content span {
  font-size: 26px;
  line-height: 1.2;
  color: #333333;
  font-weight: 600;
}
.ova-contact.version_3 .content a {
  transition: 0.4s;
}
.ova-contact.version_3 .content a:hover {
  color: #343434;
}

.wrap_ova_header {
  width: 100%;
  position: relative;
  /*Breadcrumbs*/
  /*title*/
}
.wrap_ova_header.left #breadcrumbs ul.breadcrumb {
  justify-content: flex-start;
}
.wrap_ova_header.right #breadcrumbs ul.breadcrumb {
  justify-content: flex-end;
}
.wrap_ova_header.center #breadcrumbs ul.breadcrumb {
  justify-content: center;
}
.wrap_ova_header.bg_feature_img {
  background-size: cover !important;
  background-repeat: no-repeat !important;
  background-position: center center !important;
}
.wrap_ova_header .cover_color {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.wrap_ova_header .ova_header_el {
  position: relative;
  z-index: 1;
}
.wrap_ova_header .ovatheme_breadcrumbs_el {
  background-color: transparent;
  margin: 0;
  padding: 0;
}
.wrap_ova_header .ovatheme_breadcrumbs_el ul.breadcrumb {
  margin: 0;
  padding: 0;
  background-color: transparent;
}
.wrap_ova_header .header_title {
  margin: 0;
  padding: 0;
  font-size: 50px;
  text-transform: uppercase;
  line-height: 1.1em;
  font-weight: bold;
}
@media (max-width: 991.98px) {
  .wrap_ova_header .header_title {
    font-size: 40px;
  }
}
@media (max-width: 767.98px) {
  .wrap_ova_header .header_title {
    font-size: 30px;
  }
}

.ova-history p {
  margin: 0;
}
.ova-history .wp-item {
  display: flex;
}
@media (max-width: 991px) {
  .ova-history .wp-item {
    flex-direction: column-reverse;
  }
}
.ova-history .wp-item:not(:last-child) .wp-content {
  padding-bottom: 60px;
}
.ova-history .wp-item:nth-child(even) {
  flex-direction: row-reverse;
}
@media (max-width: 991px) {
  .ova-history .wp-item:nth-child(even) {
    flex-direction: column-reverse;
  }
}
.ova-history .wp-item:nth-child(even) .wp-content {
  padding-right: 0px;
  padding-left: 85px;
  border: none;
}
@media (max-width: 991px) {
  .ova-history .wp-item:nth-child(even) .wp-content {
    padding: 0px;
    padding-bottom: 60px;
  }
}
.ova-history .wp-item:nth-child(even) .wp-content .title p:after {
  left: unset;
  right: 100%;
  transform: rotateY(180deg) translateY(-50%);
}
@media (max-width: 991px) {
  .ova-history .wp-item:nth-child(even) .wp-content .title p:after {
    display: none;
  }
}
.ova-history .wp-item:nth-child(even) .wp-year {
  flex-direction: row-reverse;
  padding-left: 0;
  padding-right: 45px;
  border-right: 2px dotted #888888;
}
@media (max-width: 991px) {
  .ova-history .wp-item:nth-child(even) .wp-year {
    padding: 0px;
    border: none;
  }
}
.ova-history .wp-item:nth-child(even) .wp-year .sub-title {
  float: right;
  margin-right: 0;
  margin-left: 32px;
}
.ova-history .wp-item:nth-child(even) .wp-year .sub-title .ova-point {
  left: calc(100% + 41px);
}
@media (max-width: 991px) {
  .ova-history .wp-item:nth-child(even) .wp-year .sub-title .ova-point {
    display: none;
  }
}
@media (max-width: 991px) {
  .ova-history .wp-item:nth-child(even) .wp-year .sub-title {
    float: unset;
    margin-left: 0;
  }
}
.ova-history .wp-item:nth-child(even) .wp-year .year {
  float: right;
  margin-top: -14px;
}
@media (max-width: 991px) {
  .ova-history .wp-item:nth-child(even) .wp-year .year {
    float: unset;
  }
}
.ova-history .wp-item .wp-content {
  flex-basis: calc(50%);
  padding-right: 85px;
  border-right: 2px dotted #888888;
}
@media (max-width: 991px) {
  .ova-history .wp-item .wp-content {
    padding: 0px;
    border: none;
  }
}
.ova-history .wp-item .wp-content .title p {
  font-size: 18px;
  line-height: 25px;
  color: #333333;
  font-weight: 700;
  text-transform: uppercase;
  padding: 18px 40px 18px 40px;
  position: relative;
}
.ova-history .wp-item .wp-content .title p:after {
  position: absolute;
  left: 100%;
  top: 50%;
  transform: translateY(-50%);
  content: "";
  width: 0px;
  height: 0px;
  border-top: 20px solid transparent;
  border-bottom: 20px solid transparent;
  border-left: 40px solid #fed501;
}
@media (max-width: 991px) {
  .ova-history .wp-item .wp-content .title p:after {
    display: none;
  }
}
.ova-history .wp-item .wp-content .content {
  padding: 40px 40px 33px 40px;
  box-shadow: 3px 0 10px rgba(0, 0, 0, 0.1);
}
.ova-history .wp-item .wp-content .content:hover .ova-media img {
  transform: scale(1.1, 1.1);
}
.ova-history .wp-item .wp-content .content .ova-media {
  overflow: hidden;
  margin-bottom: 23px;
}
.ova-history .wp-item .wp-content .content .ova-media img {
  transition: 0.8s;
}
.ova-history .wp-item .wp-content .content .desc p {
  font-size: 15px;
  line-height: 25px;
  color: #666666;
}
.ova-history .wp-item .wp-year {
  flex-basis: calc(50%);
  padding-left: 45px;
  border: none;
}
@media (max-width: 991px) {
  .ova-history .wp-item .wp-year {
    padding: 0px;
    margin-bottom: 20px;
  }
}
.ova-history .wp-item .wp-year .sub-title {
  font-size: 15px;
  line-height: 25px;
  color: #888888;
  padding-bottom: 3px;
  border-bottom: 1px solid #fed501;
  float: left;
  margin-right: 32px;
  margin-top: 2px;
  position: relative;
}
@media (max-width: 991px) {
  .ova-history .wp-item .wp-year .sub-title {
    float: unset;
    font-size: 22px;
    border-bottom: none;
    margin-bottom: 5px;
  }
}
.ova-history .wp-item .wp-year .sub-title .ova-point {
  position: absolute;
  top: 24px;
  right: calc(100% + 40px);
  width: 10px;
  height: 10px;
  border-radius: 50%;
  animation: pulse 2s infinite;
}
@media (max-width: 991px) {
  .ova-history .wp-item .wp-year .sub-title .ova-point {
    display: none;
  }
}
.ova-history .wp-item .wp-year .sub-title .ova-point span {
  position: relative;
}
.ova-history .wp-item .wp-year .sub-title .ova-point span:before {
  position: absolute;
  top: -5px;
  left: -5px;
  content: "";
  width: 20px;
  height: 20px;
  opacity: 0.3;
  border-radius: 50%;
  animation: pulse 2s infinite;
}
.ova-history .wp-item .wp-year .sub-title .ova-point span:after {
  position: absolute;
  top: -10px;
  left: -10px;
  content: "";
  width: 30px;
  height: 30px;
  opacity: 0.2;
  border-radius: 50%;
  animation: pulse 2s infinite;
}
.ova-history .wp-item .wp-year .year {
  font-size: 70px;
  line-height: 1.2;
  color: #333333;
  font-weight: 600;
  float: left;
  margin-top: -14px;
}
@media (max-width: 991px) {
  .ova-history .wp-item .wp-year .year {
    float: unset;
    font-size: 30px;
  }
}

.ova-about-number {
  display: flex;
  flex-wrap: wrap;
  width: 370px;
  margin: 0 auto;
}
@media (max-width: 425px) {
  .ova-about-number {
    width: 300px !important;
  }
}
.ova-about-number .box {
  width: 50%;
  height: 185px;
  display: flex;
  text-align: center;
  align-content: center;
  flex-wrap: wrap;
  border: 1px solid #cccccc;
  position: relative;
}
.ova-about-number .box.box-1:before {
  position: absolute;
  left: 20px;
  top: -2px;
  content: "";
  width: calc(100% - 20px);
  height: 3px;
  background: #fff;
}
.ova-about-number .box.box-1:after {
  position: absolute;
  top: 20px;
  left: -2px;
  content: "";
  height: calc(100% - 20px);
  width: 3px;
  background: #fff;
}
.ova-about-number .box.box-2 {
  border-left: none;
}
.ova-about-number .box.box-2:before {
  position: absolute;
  right: 20px;
  top: -2px;
  content: "";
  width: calc(100% - 20px);
  height: 3px;
  background: #fff;
}
.ova-about-number .box.box-2:after {
  position: absolute;
  top: 20px;
  right: -2px;
  content: "";
  height: calc(100% - 20px);
  width: 3px;
  background: #fff;
}
.ova-about-number .box.box-3 {
  border-top: none;
}
.ova-about-number .box.box-3:before {
  position: absolute;
  left: 20px;
  bottom: -2px;
  content: "";
  width: calc(100% - 20px);
  height: 3px;
  background: #fff;
}
.ova-about-number .box.box-3:after {
  position: absolute;
  bottom: 20px;
  left: -2px;
  content: "";
  height: calc(100% - 20px);
  width: 3px;
  background: #fff;
}
.ova-about-number .box.box-4 {
  border-top: none;
  border-left: none;
}
.ova-about-number .box.box-4:before {
  position: absolute;
  right: 20px;
  bottom: -2px;
  content: "";
  width: calc(100% - 20px);
  height: 3px;
  background: #fff;
}
.ova-about-number .box.box-4:after {
  position: absolute;
  bottom: 20px;
  right: -2px;
  content: "";
  height: calc(100% - 20px);
  width: 3px;
  background: #fff;
}
.ova-about-number .box span {
  width: 100%;
  display: block;
  padding: 0 10px;
}
.ova-about-number .box span.number {
  font-size: 40px;
  line-height: 1.2;
  color: #333333;
  font-weight: 800;
  margin-bottom: 4px;
}
.ova-about-number .box span.text {
  font-size: 15px;
  line-height: 25px;
  color: #666666;
}

.about-team .ova-volunteer {
  position: relative;
  text-align: center;
  -webkit-transition: all .3s;
  transition: all .3s;
  cursor: pointer;
}
.about-team .ova-volunteer h3, .about-team .ova-volunteer p {
  margin: 0px;
}
.about-team .ova-volunteer:hover .popup_volunteer .view_volunteer {
  opacity: 1;
  top: 45%;
}
.about-team .ova-volunteer .ova-media {
  position: relative;
  margin-bottom: 34px;
  z-index: 0;
}
.about-team .ova-volunteer .ova-media:after {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  content: '';
  transition: all 0.4s ease;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  opacity: 0;
  z-index: 1;
}
@media (max-width: 767px) {
  .about-team .ova-volunteer .ova-media.pop-media:after {
    top: 0;
    height: 100%;
    opacity: 0;
  }
}
.about-team .ova-volunteer .ova-content {
  text-align: center;
  -webkit-transition: all .4s ease-out;
  transition: all .4s ease-out;
  padding: 15px 20px 13px;
  overflow: hidden;
}
.about-team .ova-volunteer .ova-content .name {
  font-size: 22px;
  line-height: 26px;
  font-weight: 600;
  padding-bottom: 2px;
  text-transform: uppercase;
}
.about-team .ova-volunteer .ova-content .name a {
  font-size: 22px;
  line-height: 26px;
  color: #333333;
  font-weight: 600;
  -webkit-transition: all .3s;
  transition: all 0.3s;
}
.about-team .ova-volunteer .ova-content .job {
  font-size: 15px;
  line-height: 25px;
  color: #555555;
}
.about-team .ova-volunteer .ova-content .list-con {
  z-index: 2;
  margin-top: 11px;
  margin-bottom: 28px;
  display: none;
  -webkit-transition: all .3s;
  transition: all .3s;
}
@media (max-width: 767px) {
  .about-team .ova-volunteer .ova-content .list-con {
    margin-top: 5px;
    margin-bottom: 15px;
  }
}
.about-team .ova-volunteer .ova-content .list-con ul {
  padding: 0px;
  list-style-type: none;
}
.about-team .ova-volunteer .ova-content .list-con ul li {
  display: inline-block;
  transition: 0.5s;
}
.about-team .ova-volunteer .ova-content .list-con ul li:not(:last-child) {
  margin-right: 22px;
}
.about-team .ova-volunteer .ova-content .list-con ul li a {
  -webkit-transition: all .3s;
  transition: all .3s;
}
.about-team .ova-volunteer .ova-content .list-con ul li a i {
  font-size: 18px;
  color: #555555;
}
.about-team .ova-volunteer .ova-content .desc {
  display: none;
  color: #333;
}
.about-team .ova-volunteer .ova-content .desc p {
  font-size: 15px;
  color: #333;
}
.about-team .ova-volunteer .view_volunteer {
  position: absolute;
  left: 0;
  top: 70%;
  right: 0;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  color: #fff;
  font-size: 22px;
  width: 50px;
  height: 50px;
  margin: auto;
  border: 2px solid #ffffff;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -ms-border-radius: 50%;
  transition: all 0.4s ease;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  opacity: 0;
  z-index: 2;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
}
.about-team .ova-volunteer .view_volunteer i {
  font-size: 25px;
}
.about-team .ova-volunteer .view_volunteer:hover {
  color: #fff;
}
.about-team.version_1 .ova-volunteer .ova-content {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  top: calc( 100% - 81px );
}
@media (max-width: 767px) {
  .about-team.version_1 .ova-volunteer .ova-content {
    top: unset;
    bottom: 0px;
  }
}
@media (max-width: 767px) {
  .about-team.version_1 .ova-volunteer .ova-content .desc, .about-team.version_1 .ova-volunteer .ova-content .list-con {
    display: block;
  }
}
.about-team.version_1 .ova-volunteer:hover .ova-content {
  top: 0;
  padding-top: 35px;
}
.about-team.version_1 .ova-volunteer:hover .ova-content .desc, .about-team.version_1 .ova-volunteer:hover .ova-content .list-con {
  display: block;
}
@media (max-width: 767px) {
  .about-team.version_1 .ova-volunteer:hover .ova-content {
    top: unset;
    padding-top: 15px;
  }
}
.about-team.version_2 .ova-volunteer .ova-media {
  margin-bottom: 0;
}
.about-team.version_2 .ova-volunteer .ova-content {
  position: static;
  padding: 25px 20px;
}
.about-team.version_2 .ova-volunteer .ova-content .list-con {
  display: block;
  margin-bottom: 0;
}
.about-team.version_2 .ova-volunteer .ova-content .list-con ul {
  margin: 0;
}
.about-team.version_2 .ova-volunteer .ova-content .list-con ul li a {
  color: #555555;
}
.about-team.version_2 .ova-volunteer .ova-content .list-con ul li a i {
  color: #555555;
}
@media (max-width: 767px) {
  .about-team.version_2 .ova-volunteer .view_voluntee {
    display: none;
  }
}
.about-team.version_2 .ova-volunteer:hover .ova-media:after {
  height: 100%;
  opacity: 1;
}
@media (max-width: 767px) {
  .about-team.version_2 .ova-volunteer:hover .ova-media:after {
    display: none;
  }
}
.about-team.version_2 .ova-volunteer:hover .view_volunteer {
  opacity: 1;
  top: 45%;
}
@media (max-width: 767px) {
  .about-team.version_2 .ova-volunteer:hover .view_volunteer {
    display: none;
  }
}
.about-team.version_3 .ova-volunteer {
  position: relative;
}
.about-team.version_3 .ova-volunteer .ova-media {
  margin-bottom: 0;
  z-index: 0;
}
.about-team.version_3 .ova-volunteer .ova-content {
  width: 100%;
  position: absolute;
  top: 100%;
  left: 0px;
  padding: 20px 22px;
  background: #fff;
  text-align: left;
}
@media (max-width: 767px) {
  .about-team.version_3 .ova-volunteer .ova-content {
    position: relative;
  }
}
.about-team.version_3 .ova-volunteer .ova-content:after {
  content: '';
  position: absolute;
  width: 3px;
  height: 50px;
  left: 0;
  top: 20px;
}
.about-team.version_3 .ova-volunteer .ova-content .job {
  color: #888888;
}
.about-team.version_3 .ova-volunteer .ova-content .list-con {
  display: block;
  visibility: hidden;
  opacity: 0;
  margin-top: 21px;
  margin-bottom: 18px;
}
.about-team.version_3 .ova-volunteer .ova-content .list-con ul {
  margin: 0;
}
@media (max-width: 767px) {
  .about-team.version_3 .ova-volunteer .ova-content .list-con {
    opacity: 1;
    visibility: visible;
  }
}
.about-team.version_3 .ova-volunteer .ova-content .content {
  opacity: 0;
  visibility: hidden;
  margin-bottom: 6px;
  color: #666666;
}
@media (max-width: 767px) {
  .about-team.version_3 .ova-volunteer .ova-content .content {
    opacity: 1;
    visibility: visible;
  }
}
.about-team.version_3 .ova-volunteer:hover .ova-content {
  -webkit-box-shadow: 0px 3px 10px 0px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 3px 10px 0px rgba(0, 0, 0, 0.1);
  top: calc(100% - 30px);
}
@media (max-width: 767px) {
  .about-team.version_3 .ova-volunteer:hover .ova-content {
    box-shadow: none;
    margin-top: 0px;
  }
}
.about-team.version_3 .ova-volunteer:hover .ova-content.overlay .content {
  opacity: 1;
  visibility: visible;
}
.about-team.version_3 .ova-volunteer:hover .ova-content.hight {
  top: calc(100% - 130px);
}
@media (max-width: 767px) {
  .about-team.version_3 .ova-volunteer:hover .ova-content.hight {
    margin-top: 0px;
  }
}
.about-team.version_3 .ova-volunteer:hover .ova-content .list-con {
  visibility: visible;
  opacity: 1;
}
.about-team.version_4 .ova-volunteer {
  display: flex;
}
@media (max-width: 768px) {
  .about-team.version_4 .ova-volunteer {
    display: block;
  }
}
.about-team.version_4 .ova-volunteer .ova-media {
  width: 240px;
  margin-bottom: 0;
}
@media (max-width: 768px) {
  .about-team.version_4 .ova-volunteer .ova-media {
    width: 100%;
  }
}
.about-team.version_4 .ova-volunteer .ova-content {
  width: calc( 100% - 240px );
  padding: 0 10px 0 20px;
  text-align: left;
  background-color: #fff;
}
@media (max-width: 768px) {
  .about-team.version_4 .ova-volunteer .ova-content {
    width: 100%;
    padding: 20px 0px;
  }
}
.about-team.version_4 .ova-volunteer .ova-content .job {
  padding-bottom: 16px;
}
.about-team.version_4 .ova-volunteer .content {
  padding-bottom: 33px;
}
.about-team.version_4 .ova-volunteer .view_profile {
  font-size: 12px;
  color: #888888;
  padding: 13px 17px 12px;
  border: 1px solid #e6e6e6;
  border-radius: 3px;
  position: relative;
  display: inline-flex;
  align-items: center;
  line-height: 1;
  box-shadow: 0px 2px 5px rgba(0, 119, 181, 0.1);
}
.about-team.version_4 .ova-volunteer .view_profile .social_img {
  width: 53px;
  height: 14px;
  padding-left: 10px;
}
.about-team .owl-nav {
  position: absolute;
  right: 0;
  top: -90px;
}
.about-team .owl-nav .owl-prev, .about-team .owl-nav .owl-next {
  width: 30px;
  height: 30px;
  border: 2px solid #c5c5c5 !important;
  background: #ffffff;
  transition: .3s all linear;
}
.about-team .owl-nav .owl-prev i, .about-team .owl-nav .owl-next i {
  color: #c5c5c5;
  font-size: 25px;
  transition: .3s all linear;
}
.about-team .owl-nav .owl-prev:focus, .about-team .owl-nav .owl-next:focus {
  outline: none;
}
.about-team .owl-nav .owl-prev:hover, .about-team .owl-nav .owl-next:hover {
  transition: .3s all linear;
}
.about-team .owl-nav .owl-prev:hover i, .about-team .owl-nav .owl-next:hover i {
  transition: .3s all linear;
}
.about-team .owl-nav .owl-next {
  margin-left: 5px;
}
.about-team .owl-nav .owl-prev {
  margin-right: 5px;
}

.video-player-work {
  width: 100%;
  position: relative;
  z-index: 9;
  background-repeat: no-repeat !important;
  background-position: center !important;
  -webkit-flex: flex;
  background-size: cover !important;
  height: 425px;
}
.video-player-work:after {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: -9;
}
.video-player-work.border_conner .content {
  position: relative;
}
.video-player-work.border_conner .content:before {
  content: '';
  width: 205px;
  height: 10px;
  position: absolute;
  top: -10px;
  right: -10px;
}
.video-player-work.border_conner .content:after {
  position: absolute;
  content: '';
  width: 10px;
  height: 135px;
  top: 0px;
  right: -10px;
}
.video-player-work .content {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
}
.video-player-work .video-inside-work {
  width: 100%;
  text-align: center;
}
.video-player-work .video-inside-work .video {
  display: inline-flex;
  border-radius: 50%;
  padding: 0px;
  position: relative;
  background: #fff;
  transition: all .3s;
  animation: pulse 2s infinite;
}
.video-player-work .video-inside-work .video:before {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  content: "";
  width: 100px;
  height: 100px;
  background: rgba(255, 255, 255, 0.6);
  border-radius: 50%;
  z-index: -1;
  transition: all .3s;
}
.video-player-work .video-inside-work .video i {
  width: 70px;
  height: 70px;
  font-size: 16px;
  border-radius: 50%;
  -webkit-display: flex;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #333333;
  font-size: 23px;
  transition: all .3s;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}
.video-player-work .video-inside-work .video:hover {
  color: #fff;
}
.video-player-work .video-inside-work .video:hover i {
  color: #fff;
}
.video-player-work .video-inside-work .video:hover:before {
  opacity: 0.6;
}
.video-player-work .video-inside-work h3 {
  margin-top: 0;
  margin-bottom: 0;
  color: #fff;
  font-size: 28px;
  font-weight: 600;
  line-height: 44px;
  display: block;
}
.video-player-work.version_2 .video-inside-work {
  width: 100%;
  text-align: right;
}
.video-player-work.version_2 .video-inside-work .video {
  transition: all .3s;
  margin-right: -40px;
}
.video-player-work.version_2 .video-inside-work .video:before {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  content: "";
  width: 110px;
  height: 110px;
  background: white;
  border-radius: 50%;
  z-index: -1;
  transition: all .3s;
  border: 1px solid #f3f3f3;
}
.video-player-work.version_2 .video-inside-work .video:after {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  content: "";
  width: 140px;
  height: 140px;
  background: white;
  border-radius: 50%;
  z-index: -2;
  transition: all .3s;
  border: 1px solid #f3f3f3;
}
.video-player-work.version_2 .video-inside-work .video i {
  width: 80px;
  height: 80px;
  font-size: 16px;
  border-radius: 50%;
  -webkit-display: flex;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #333333;
  font-size: 23px;
}
.video-player-work.version_2 .video-inside-work .video:hover {
  color: #fff;
}
.video-player-work.version_2 .video-inside-work .video:hover:before {
  opacity: 0.6;
  border: none;
}
.video-player-work.version_2 .video-inside-work .video:hover:after {
  opacity: 0.4;
  border: none;
}
.video-player-work.version_2 .video-inside-work h3 {
  margin-top: 0;
  margin-bottom: 0;
  color: #fff;
  font-size: 28px;
  font-weight: 600;
  line-height: 44px;
  display: block;
}

.ova-icon-counter {
  padding: 20px 13px 20px 0px;
  border-right: 2px solid rgba(255, 255, 255, 0.2);
}
@media (max-width: 767px) {
  .ova-icon-counter {
    border: none;
  }
}
.ova-icon-counter i {
  display: inline-block;
  line-height: 1;
}
.ova-icon-counter i:before {
  margin: 0px;
  font-size: 64px;
  line-height: 1;
}

.ova-feature h3, .ova-feature p {
  margin: 0px;
}
.ova-feature .content {
  padding: 36px 18px 33px 30px;
  position: relative;
  overflow: hidden;
  z-index: 1;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}
.ova-feature .content .title {
  font-size: 22px;
  line-height: 26px;
  color: #333333;
  font-weight: 600;
  margin-bottom: 16px;
  transition: 0.4s;
  text-transform: uppercase;
}
.ova-feature .content .desc {
  margin-bottom: 13px;
  transition: 0.4s;
}
.ova-feature .content .text_button {
  font-size: 14px;
  line-height: 24px;
  color: #999999;
  font-weight: 700;
  transition: 0.4s;
}
.ova-feature .content i {
  display: inline-block;
  line-height: 1;
  position: absolute;
  right: -2px;
  bottom: -2px;
  transition: 0.4s;
}
.ova-feature .content i:before {
  margin: 0;
  font-size: 105px;
  color: rgba(0, 0, 0, 0.05);
  z-index: 3;
}
.ova-feature .content:after {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  background: #fff;
  top: 0;
  left: 0;
  z-index: -1;
  transition: 0.5s;
}
.ova-feature .content:before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.8);
  top: 0;
  left: 0;
  z-index: -2;
  transition: 0.5s;
}
.ova-feature .content:hover .title {
  color: #fff;
}
.ova-feature .content:hover .desc {
  color: #e5e5e5;
}
.ova-feature .content:hover .text_button {
  color: #fff;
}
.ova-feature .content:hover i {
  opacity: 0;
}
.ova-feature .content:hover:after {
  height: 0;
}

.ova-feature-v2 h3, .ova-feature-v2 p {
  margin: 0px;
}
.ova-feature-v2 .wp-content {
  display: flex;
}
.ova-feature-v2 .wp-content .icon {
  padding-right: 20px;
}
.ova-feature-v2 .wp-content .icon span {
  line-height: 1;
  display: inline-block;
  width: 60px;
  height: 60px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  position: relative;
  border-radius: 50%;
  transition: 0.8s;
}
.ova-feature-v2 .wp-content .icon span i {
  display: inline-block;
  line-height: 1;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.ova-feature-v2 .wp-content .icon span i:before {
  line-height: 1;
  display: inline-block;
  margin: 0px;
  font-size: 30px;
  color: #333333;
}
.ova-feature-v2 .wp-content .content .title {
  font-size: 22px;
  line-height: 26px;
  color: #333333;
  font-weight: 600;
  text-transform: uppercase;
  margin-top: -3px;
}
.ova-feature-v2 .wp-content .content .desc {
  margin-top: 16px;
}
.ova-feature-v2 .wp-content:hover .icon span {
  transform: rotateY(180deg);
}

.ova-position h3, .ova-position p {
  margin: 0px;
}
.ova-position .item .ova-media {
  overflow: hidden;
}
.ova-position .item .ova-media img {
  transition: 1s;
}
.ova-position .item .wp-content {
  border-top: none;
}
.ova-position .item .wp-content .content {
  padding: 34px 15px 13px 30px;
  border-left: 1px solid #e5e5e5;
  border-right: 1px solid #e5e5e5;
  transition: 0.4s;
}
.ova-position .item .wp-content .content .title a {
  font-size: 22px;
  line-height: 26px;
  color: #333333;
  text-transform: uppercase;
  transition: 0.4s;
}
.ova-position .item .wp-content .content .sub-title {
  color: #888888;
  padding-bottom: 10px;
}
.ova-position .item .wp-content .desc {
  border: 1px solid #e5e5e5;
  padding: 23px 15px 23px 30px;
  transition: 0.4s;
}
.ova-position .item:hover .ova-media img {
  transform: scale(1.1, 1.1);
}
.ova-position .owl-dots {
  text-align: center;
  margin-top: 17px;
}
.ova-position .owl-dots .owl-dot {
  outline: none;
}
.ova-position .owl-dots .owl-dot:not(:last-child) span {
  margin-right: 10px;
}
.ova-position .owl-dots .owl-dot span {
  width: 30px;
  height: 5px;
  background: transparent;
  display: block;
  transition: 0.2s;
  border: 1px solid #fed501;
}
.ova-position .owl-dots .owl-dot.active span {
  background: #fed501;
}
.ova-position .owl-nav {
  position: unset;
}
.ova-position .owl-nav button {
  position: absolute;
  top: 50%;
  cursor: pointer;
  transition: 0.4s;
  right: -30px;
  transform: translateY(calc(-50% - 12.5px));
}
.ova-position .owl-nav button:focus {
  outline: none;
}
.ova-position .owl-nav button:first-child {
  left: -20px;
}
.ova-position .owl-nav button:last-child {
  right: -20px;
}
.ova-position .owl-nav button:hover {
  color: #333333;
  border-color: #333333 !important;
}
.ova-position .owl-nav button:hover i {
  color: #333333;
}
.ova-position .owl-nav button i {
  transition: 0.4s;
  font-size: 27px;
  color: #cacaca;
}

.ova-partner h3, .ova-partner p {
  margin: 0px;
}
.ova-partner .wp-content {
  display: flex;
}
.ova-partner .wp-content .ova-media {
  width: 200px;
}
.ova-partner .wp-content .ova-media .image {
  border: 1px solid #e5e5e5;
  transition: 0.4s;
  height: 150px;
  width: 200px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.ova-partner .wp-content .content {
  width: calc(100% - 200px);
  padding-left: 20px;
}
.ova-partner .wp-content .content .title {
  margin-bottom: 2px;
}
.ova-partner .wp-content .content .title a {
  font-size: 18px;
  line-height: 25px;
  color: #333333;
  font-weight: 700;
  transition: 0.4s;
}
.ova-partner .wp-content .content .title a:hover {
  color: #fed501;
}
.ova-partner .wp-content .content .sub-title {
  color: #888888;
  margin-bottom: 16px;
}
.ova-partner .wp-content .content .desc {
  margin-bottom: 15px;
}
.ova-partner .wp-content .content .text-button {
  font-size: 14px;
  line-height: 24px;
  font-weight: 700;
  color: #999999;
  text-transform: uppercase;
  transition: 0.4s;
}
.ova-partner .wp-content .content .text-button:hover {
  color: #fed501;
}
.ova-partner .wp-content:hover .ova-media {
  width: 200px;
}
.ova-partner .wp-content:hover .ova-media .image {
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  border: none;
}

@media (max-width: 575px) {
  .ova-partner .wp-content {
    flex-wrap: wrap;
  }
  .ova-partner .wp-content .ova-media {
    width: 100%;
    margin-bottom: 12px;
  }
  .ova-partner .wp-content .content {
    width: 100%;
    padding: 0;
  }
}
.ova-teamwork h3, .ova-teamwork p {
  margin: 0px;
}
.ova-teamwork:hover .ova-media img {
  transform: scale(1.1, 1.1);
}
.ova-teamwork .ova-media {
  position: relative;
  overflow: hidden;
}
.ova-teamwork .ova-media img {
  transition: 0.8s;
}
.ova-teamwork .ova-media .button-video {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.ova-teamwork .ova-media .button-video .image-team {
  position: relative;
  display: inline-block;
  animation: pulse 2s infinite;
}
.ova-teamwork .ova-media .button-video .image-team:before {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  content: "";
  width: 50px;
  height: 50px;
  background: rgba(255, 255, 255, 0.7);
  border-radius: 50%;
  z-index: -1;
  transition: all .3s;
}
.ova-teamwork .ova-media .button-video .image-team i {
  width: 35px;
  height: 35px;
  font-size: 20px;
  border-radius: 50%;
  -webkit-display: flex;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all .3s;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  background: #fff;
  position: relative;
}
.ova-teamwork .ova-media .button-video .image-team i:before {
  margin-left: 4px;
}
.ova-teamwork .ova-media .button-video .image-team:hover i {
  color: #fff;
}
.ova-teamwork .ova-media .button-video .image-team:hover:before {
  opacity: 0.7;
}
.ova-teamwork .content .title {
  margin-top: 35px;
}
.ova-teamwork .content .title a {
  font-size: 22px;
  line-height: 26px;
  color: #333333;
  font-weight: 600;
  text-transform: uppercase;
  transition: 0.4s;
}
.ova-teamwork .content .desc {
  margin-top: 13px;
}
.ova-teamwork .content .text_button {
  font-size: 13px;
  line-height: 24px;
  color: #808080;
  font-weight: 700;
  text-transform: uppercase;
  margin-top: 14px;
  display: inline-block;
  transition: 0.4s;
}

.ova_services_grid i:before {
  margin-left: 0;
  font-size: 48px;
}
.ova_services_grid .type_1 {
  display: flex;
  transition: .3s all ease;
  border: 1px solid #e5e5e5;
}
.ova_services_grid .type_1:hover {
  box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.1);
  transition: .3s all ease;
}
@media (max-width: 767px) {
  .ova_services_grid .type_1 {
    box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.1);
  }
}
.ova_services_grid .type_1 .icon {
  padding-top: 52px;
  padding-left: 24px;
  padding-right: 26px;
  color: #333;
  transition: .3s all ease;
}
.ova_services_grid .type_1 .content .title {
  margin: 0;
  text-transform: uppercase;
  color: #333333;
  font-weight: 600;
  font-size: 22px;
  line-height: 26px;
  padding-top: 35px;
  padding-bottom: 16px;
  padding-right: 20px;
}
.ova_services_grid .type_1 .content .desc {
  margin: 0;
  font-size: 15px;
  line-height: 25px;
  color: #666666;
  padding-right: 20px;
}
.ova_services_grid .type_1 .content .read_more {
  display: inline-block;
  text-transform: uppercase;
  transition: .3s all ease;
  color: #999999;
  font-size: 13px;
  line-height: 24px;
  font-weight: 600;
  margin-top: 18px;
  margin-bottom: 33px;
}
.ova_services_grid .type_1 .content .read_more:hover {
  color: #333;
  transition: .3s all ease;
}
.ova_services_grid .type_2 {
  display: flex;
  flex-direction: column;
  background-color: #333;
  transition: .3s all ease;
}
.ova_services_grid .type_2:hover {
  transition: .3s all ease;
}
.ova_services_grid .type_2:hover .icon {
  color: #333;
}
.ova_services_grid .type_2:hover .content .title {
  color: #333;
  transition: .3s all ease;
}
.ova_services_grid .type_2:hover .content .desc {
  color: #666;
  transition: .3s all ease;
}
.ova_services_grid .type_2:hover .content .read_more {
  color: #666;
  transition: .3s all ease;
}
.ova_services_grid .type_2 .icon {
  padding-top: 52px;
  padding-left: 24px;
  padding-bottom: 22px;
  transition: .3s all ease;
}
.ova_services_grid .type_2 .content .title {
  margin: 0;
  text-transform: uppercase;
  color: #e5e5e5;
  font-weight: 600;
  font-size: 22px;
  line-height: 26px;
  padding-left: 30px;
  padding-bottom: 16px;
  padding-right: 20px;
  transition: .3s all ease;
}
.ova_services_grid .type_2 .content .desc {
  margin: 0;
  font-size: 15px;
  line-height: 25px;
  color: #999999;
  padding-left: 30px;
  padding-right: 20px;
  transition: .3s all ease;
}
.ova_services_grid .type_2 .content .read_more {
  display: inline-block;
  text-transform: uppercase;
  transition: .3s all ease;
  color: #e5e5e5;
  font-size: 13px;
  line-height: 24px;
  font-weight: 600;
  margin-top: 16px;
  margin-bottom: 33px;
  margin-left: 30px;
  transition: .3s all ease;
}
.ova_services_grid .type_2 .content .read_more:hover {
  color: #333;
  transition: .3s all ease;
}

.ova_services_slide .type_1 .item {
  padding-bottom: 10px;
}
.ova_services_slide .type_1 .item:hover .content:after {
  width: 100%;
  transition: .3s all ease;
}
.ova_services_slide .type_1 .item:hover .content .title {
  color: #111;
  transition: .3s all ease;
}
.ova_services_slide .type_1 .item .img {
  position: relative;
  z-index: 5;
}
.ova_services_slide .type_1 .item .content {
  position: relative;
  width: calc(100% - 50px);
  margin: 0 auto;
  margin-top: -40px;
  z-index: 10;
  background-color: #fff;
  box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.1);
}
.ova_services_slide .type_1 .item .content:after {
  position: absolute;
  content: '';
  bottom: 0;
  left: 0;
  width: 0;
  height: 3px;
  transition: .3s all ease;
}
.ova_services_slide .type_1 .item .content .title {
  font-size: 22px;
  font-weight: 600;
  line-height: 26px;
  color: #333;
  text-transform: uppercase;
  padding: 25px 29px 18px 29px;
  margin: 0;
  transition: .3s all ease;
}
.ova_services_slide .type_1 .item .content .desc {
  font-size: 15px;
  line-height: 25px;
  color: #666;
  margin: 0;
  padding: 0 30px;
}
.ova_services_slide .type_1 .item .content .read_more {
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: #999999;
  font-size: 13px;
  font-weight: 800;
  line-height: 24px;
  text-transform: uppercase;
  padding: 17px 30px 24px 30px;
  transition: .3s all ease;
}
.ova_services_slide .type_1 .item .content .read_more:hover {
  color: #333;
  transition: .3s all ease;
}
.ova_services_slide .type_1 .item .content .read_more i {
  display: none;
}
.ova_services_slide .type_1 .owl-nav {
  position: absolute;
  top: 0;
  right: 0;
  transform: translateY(-100%);
  padding-bottom: 60px;
}
.ova_services_slide .type_1 .owl-nav .owl-next, .ova_services_slide .type_1 .owl-nav .owl-prev {
  border: 2px solid #c5c5c5;
  outline: none;
  padding: 0 6px !important;
  transition: .3s all ease;
}
.ova_services_slide .type_1 .owl-nav .owl-next:hover, .ova_services_slide .type_1 .owl-nav .owl-prev:hover {
  transition: .3s all ease;
}
.ova_services_slide .type_1 .owl-nav .owl-next:hover i:before, .ova_services_slide .type_1 .owl-nav .owl-prev:hover i:before {
  transition: .3s all ease;
}
.ova_services_slide .type_1 .owl-nav .owl-next i:before, .ova_services_slide .type_1 .owl-nav .owl-prev i:before {
  margin: 0;
  font-size: 14px;
  transition: .3s all ease;
  color: #c5c5c5;
}
.ova_services_slide .type_1 .owl-nav .owl-next {
  margin-left: 10px;
}
.ova_services_slide .type_1 .owl-dots {
  display: none;
}
.ova_services_slide .type_2 .item:hover .content {
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
  transition: .3s all ease;
}
.ova_services_slide .type_2 .item .content {
  width: 100%;
  background-color: #fff;
  transition: .3s all ease;
}
.ova_services_slide .type_2 .item .content .title {
  font-size: 22px;
  font-weight: 600;
  line-height: 26px;
  color: #333;
  text-transform: uppercase;
  padding: 35px 30px 16px 30px;
  margin: 0;
}
.ova_services_slide .type_2 .item .content .desc {
  font-size: 15px;
  line-height: 25px;
  color: #666;
  margin: 0;
  padding: 0 30px 33px 30px;
}
.ova_services_slide .type_2 .item .content .read_more {
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: #999999;
  font-size: 13px;
  font-weight: 700;
  line-height: 24px;
  text-transform: uppercase;
  border-top: 1px solid #e5e5e5;
  padding: 14px 30px 14px 30px;
  transition: .3s all ease;
}
.ova_services_slide .type_2 .item .content .read_more:hover {
  color: #333;
  transition: .3s all ease;
}
.ova_services_slide .type_2 .item .content .read_more:hover i:before {
  color: #333;
}
.ova_services_slide .type_2 .item .content .read_more i:before {
  margin-left: 0;
  font-size: 14px;
  color: #999;
  transition: .3s all ease;
}
@media (max-width: 1365px) {
  .ova_services_slide .type_2 .owl-nav {
    display: none;
  }
}
.ova_services_slide .type_2 .owl-dots {
  display: none;
}
@media (max-width: 1365px) {
  .ova_services_slide .type_2 .owl-dots {
    display: flex;
    justify-content: center;
    align-items: center;
    padding-top: 30px;
  }
}
.ova_services_slide .type_2 .owl-dots .owl-dot {
  width: 12px;
  height: 12px;
  background-color: transparent;
  border: 1px solid #fed501;
  margin: 0 5px !important;
  outline: none;
  border-radius: 100%;
}
.ova_services_slide .type_2 .owl-dots .owl-dot.active {
  background-color: #fed501;
}
.ova_services_slide .type_2 .owl-prev {
  position: absolute;
  top: 50%;
  left: -45px;
  transform: translate(-100%, -50%);
  outline: none;
  cursor: pointer;
}
.ova_services_slide .type_2 .owl-prev:hover i:before {
  transition: .3s all ease;
}
.ova_services_slide .type_2 .owl-prev i:before {
  margin: 0;
  font-size: 40px;
  transition: .3s all ease;
}
.ova_services_slide .type_2 .owl-next {
  position: absolute;
  top: 50%;
  right: -45px;
  transform: translate(100%, -50%);
  outline: none;
  cursor: pointer;
}
.ova_services_slide .type_2 .owl-next:hover i:before {
  transition: .3s all ease;
}
.ova_services_slide .type_2 .owl-next i:before {
  margin: 0;
  font-size: 40px;
  transition: .3s all ease;
}

.ova-process {
  position: relative;
}
.ova-process h3, .ova-process p {
  margin: 0px;
}
.ova-process:before {
  content: "";
  width: 100%;
  height: 1px;
  background: #c5c5c5;
  position: absolute;
  top: 61px;
  left: 0px;
}
.ova-process .category ul {
  list-style-type: none;
  padding: 0;
  margin: 0px;
}
.ova-process .category ul li {
  display: table-cell;
  width: 1%;
  text-align: center;
}
.ova-process .category ul li:last-child a {
  border-right: 1px solid #c5c5c5;
}
.ova-process .category ul li a {
  font-size: 16px;
  line-height: 20px;
  color: #666666;
  text-transform: uppercase;
  font-weight: 700;
  padding: 21px 0 19px 0;
  display: inline-block;
  transition: 0.4s;
  width: 100%;
  border-top: 1px solid #c5c5c5;
  border-left: 1px solid #c5c5c5;
}
.ova-process .category ul li a:hover, .ova-process .category ul li a.active {
  color: #333333;
}
.ova-process .content {
  display: flex;
  margin-top: 75px;
}
.ova-process .content .item {
  margin-right: 30px;
  position: relative;
  display: none;
}
.ova-process .content .item:first-child > i {
  display: none;
}
.ova-process .content .item:first-child .number {
  border-bottom: 1px solid #999999;
}
.ova-process .content .item > i {
  position: absolute;
  bottom: -10px;
  left: -5px;
  font-size: 50px;
  color: #000000;
}
.ova-process .content .item > i:before {
  margin: 0px;
}
.ova-process .content .item .number {
  width: 40px;
  margin-top: -6px;
}
.ova-process .content .item .number span {
  font-size: 48px;
  line-height: 58px;
  font-weight: 600;
  color: #333333;
}
.ova-process .content .item .title-desc {
  width: calc(100% - 40px);
  border-bottom: 1px solid #999999;
  padding-bottom: 33px;
}
.ova-process .content .item .title-desc .title {
  font-size: 22px;
  line-height: 26px;
  color: #333333;
  font-weight: 600;
  text-transform: uppercase;
  margin-bottom: 33px;
}
.ova-process .content .item .title-desc .desc {
  padding-right: 15px;
}

@media (max-width: 767px) {
  .ova-process:before {
    display: none;
  }
  .ova-process .category ul li {
    display: block;
    width: 100%;
  }
  .ova-process .category ul li:last-child a {
    border-bottom: 1px solid #c5c5c5;
  }
  .ova-process .category ul li a {
    border-right: 1px solid #c5c5c5;
  }
  .ova-process .content {
    flex-wrap: wrap;
  }
  .ova-process .content .item {
    margin-right: 0px;
    margin-bottom: 33px;
  }
  .ova-process .content .item i {
    display: none;
  }
  .ova-process .content .item .number {
    border-bottom: 1px solid #999999;
  }
}
.ova_services_image .type_1 .img {
  position: relative;
  z-index: 5;
}
.ova_services_image .type_1 .img .img_mobile {
  display: none;
}
.ova_services_image .type_1 .content {
  position: relative;
  width: calc(100% - 50px);
  margin: 0 auto;
  margin-top: -40px;
  z-index: 10;
  background-color: #fff;
  box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.1);
}
.ova_services_image .type_1 .content:after {
  position: absolute;
  content: '';
  bottom: 0;
  left: 0;
  width: 0;
  height: 3px;
  background-color: #fed501;
  transition: .3s all ease;
}
.ova_services_image .type_1 .content .icon {
  display: none;
}
.ova_services_image .type_1 .content .title {
  font-size: 22px;
  font-weight: 600;
  line-height: 26px;
  color: #333;
  text-transform: uppercase;
  padding: 25px 29px 18px 29px;
  margin: 0;
  transition: .3s all ease;
}
.ova_services_image .type_1 .content .desc {
  font-size: 15px;
  line-height: 25px;
  color: #666;
  margin: 0;
  padding: 0 30px;
}
.ova_services_image .type_1 .content .read_more {
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: #999999;
  font-size: 13px;
  font-weight: 700;
  line-height: 24px;
  text-transform: uppercase;
  padding: 17px 30px 24px 30px;
  transition: .3s all ease;
}
.ova_services_image .type_1 .content .read_more:hover {
  color: #333;
  transition: .3s all ease;
}
.ova_services_image .type_1 .content .read_more i {
  display: none;
}
.ova_services_image .type_2 {
  transition: .3s all ease;
}
.ova_services_image .type_2:hover {
  transition: .3s all ease;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
}
.ova_services_image .type_2 .img_mobile {
  display: none;
}
.ova_services_image .type_2 .content {
  width: 100%;
  background-color: #fff;
  transition: .3s all ease;
  border: 1px solid #e5e5e5;
  border-top: 0;
}
.ova_services_image .type_2 .content .icon {
  display: none;
}
.ova_services_image .type_2 .content .title {
  font-size: 22px;
  font-weight: 600;
  line-height: 26px;
  color: #333;
  text-transform: uppercase;
  padding: 35px 30px 16px 30px;
  margin: 0;
}
.ova_services_image .type_2 .content .desc {
  font-size: 15px;
  line-height: 25px;
  color: #666;
  margin: 0;
  padding: 0 30px 33px 30px;
}
.ova_services_image .type_2 .content .read_more {
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: #999999;
  font-size: 13px;
  font-weight: 700;
  line-height: 24px;
  text-transform: uppercase;
  border-top: 1px solid #e5e5e5;
  padding: 14px 30px 14px 30px;
  transition: .3s all ease;
}
.ova_services_image .type_2 .content .read_more:hover {
  color: #333;
  transition: .3s all ease;
}
.ova_services_image .type_2 .content .read_more:hover i:before {
  color: #333;
}
.ova_services_image .type_2 .content .read_more i:before {
  margin-left: 0;
  font-size: 14px;
  color: #999;
  transition: .3s all ease;
}
.ova_services_image .type_3 {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.1);
}
.ova_services_image .type_3 .img {
  width: 50%;
  padding-right: 25px;
}
@media (max-width: 767px) {
  .ova_services_image .type_3 .img {
    width: 100%;
    padding-right: 0;
  }
}
@media (max-width: 767px) {
  .ova_services_image .type_3 .img .img_ipad {
    display: none;
  }
}
.ova_services_image .type_3 .img .img_mobile {
  display: none;
}
@media (max-width: 767px) {
  .ova_services_image .type_3 .img .img_mobile {
    display: block;
  }
}
.ova_services_image .type_3 .content {
  width: 50%;
}
@media (max-width: 767px) {
  .ova_services_image .type_3 .content {
    width: 100%;
  }
}
.ova_services_image .type_3 .content .icon {
  transition: .3s all ease;
  padding-top: 30px;
}
.ova_services_image .type_3 .content .icon i:before {
  font-size: 45px;
  margin-left: 0;
}
@media (max-width: 767px) {
  .ova_services_image .type_3 .content .icon {
    padding-left: 10px;
  }
}
.ova_services_image .type_3 .content .title {
  margin: 0;
  text-transform: uppercase;
  color: #333333;
  font-weight: 600;
  font-size: 22px;
  line-height: 26px;
  padding: 25px 20px 16px 5px;
}
@media (max-width: 767px) {
  .ova_services_image .type_3 .content .title {
    padding-left: 10px;
  }
}
.ova_services_image .type_3 .content .desc {
  margin: 0;
  font-size: 15px;
  line-height: 25px;
  color: #666666;
  padding-left: 5px;
  padding-right: 20px;
  padding-bottom: 16px;
}
@media (max-width: 767px) {
  .ova_services_image .type_3 .content .desc {
    padding-left: 10px;
  }
}
.ova_services_image .type_3 .content .read_more {
  display: inline-block;
  text-transform: uppercase;
  transition: .3s all ease;
  color: #999999;
  font-size: 13px;
  line-height: 24px;
  font-weight: 700;
  padding-left: 5px;
  padding-bottom: 23px;
}
@media (max-width: 767px) {
  .ova_services_image .type_3 .content .read_more {
    padding-left: 10px;
  }
}
.ova_services_image .type_3 .content .read_more:hover {
  color: #333;
  transition: .3s all ease;
}
.ova_services_image .type_3 .content .read_more i {
  display: none;
}

.services_sidebar .widget-title {
  margin: 0;
  text-transform: uppercase;
  line-height: 38px;
  color: #333;
  font-size: 20px;
  font-weight: 700;
  padding-bottom: 25px;
}
.services_sidebar ul.menu {
  margin: 0;
  padding: 0;
  list-style-type: none;
  margin-bottom: 32px;
}
.services_sidebar ul.menu li {
  padding-bottom: 0px;
  border-bottom: 1px solid #e5e5e5;
}
.services_sidebar ul.menu li:last-child {
  border-bottom: 0;
}
.services_sidebar ul.menu li:first-child a {
  padding-top: 0;
}
.services_sidebar ul.menu li.active a {
  font-weight: 700;
}
.services_sidebar ul.menu li a {
  display: block;
  color: #666666;
  font-size: 16px;
  line-height: 25px;
  text-transform: uppercase;
  font-family: Rajdhani;
  font-weight: 500;
  transition: .3s all ease;
  padding: 12px 0;
}
.services_sidebar ul.menu li a:hover {
  font-weight: 700;
  transition: .3s all ease;
}
.services_sidebar .recent_project {
  padding: 7px 0 0 0;
  margin-bottom: 0;
  list-style-type: none;
}
.services_sidebar .recent_project li {
  display: flex;
  padding: 20px 0;
  border-bottom: 1px solid #e5e5e5;
}
.services_sidebar .recent_project li:first-child {
  padding-top: 0;
}
.services_sidebar .recent_project li:last-child {
  padding-bottom: 0;
  border-bottom: 0;
}
.services_sidebar .recent_project li .img_feature {
  width: 33.333%;
  margin-right: 10px;
}
.services_sidebar .recent_project li .content {
  width: 66.666%;
  margin-left: 10px;
}
.services_sidebar .recent_project li .content .title {
  font-size: 16px;
  font-weight: 700;
  line-height: 25px;
  color: #333333;
  text-transform: uppercase;
  transition: .3s all ease;
}
.services_sidebar .recent_project li .content .title:hover {
  transition: .3s all ease;
}
.services_sidebar .recent_project li .content .cat {
  margin: 0;
}
.services_sidebar .brochures {
  padding: 40px 30px;
  background-color: #333333;
  margin-top: 60px;
}
.services_sidebar .brochures .title {
  font-weight: 700;
  font-size: 20px;
  text-transform: uppercase;
  margin-top: -5px;
  margin-bottom: 16px;
}
.services_sidebar .brochures .desc {
  color: #fff;
}
.services_sidebar .brochures .button_sidebar {
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 12px 15px;
  color: #333;
  text-transform: uppercase;
  transition: .3s all ease;
  margin-bottom: 20px;
}
.services_sidebar .brochures .button_sidebar:last-child {
  margin-bottom: 0;
}
.services_sidebar .brochures .button_sidebar:hover {
  transition: .3s all ease;
  background-color: #fff;
}
.services_sidebar .brochures .button_sidebar span {
  font-weight: 700;
  font-size: 13px;
}
.services_sidebar .brochures .button_sidebar i {
  font-size: 20px;
  margin-right: 14px;
}
.services_sidebar .info_contact {
  padding: 40px 30px;
  margin-top: 60px;
  box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.1);
}
.services_sidebar .info_contact .title {
  color: #333333;
  text-transform: uppercase;
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 16px;
}
.services_sidebar .info_contact .content {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
.services_sidebar .info_contact .content li {
  display: flex;
  color: #999;
  margin-bottom: 25px;
}
.services_sidebar .info_contact .content li:last-child {
  margin-bottom: 0;
}
.services_sidebar .info_contact .content li i {
  font-size: 18px;
  margin-right: 14px;
  margin-top: 3px;
}
.services_sidebar .info_contact .content li span {
  font-size: 15px;
}

.ova-our-skill {
  position: relative;
  text-align: center;
}
.ova-our-skill h3 {
  margin: 0px;
}
.ova-our-skill .content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
}
.ova-our-skill .content .title {
  font-size: 16px;
  line-height: 25px;
  color: #333333;
  font-weight: 700;
  text-transform: uppercase;
}
.ova-our-skill .content strong {
  font-size: 46px;
  line-height: 1.2;
  color: #888888;
  font-weight: 600;
}

.ova-industry-solution h3, .ova-industry-solution p {
  margin: 0px;
}
.ova-industry-solution .content-industry {
  display: flex;
}
.ova-industry-solution .content-industry .item {
  text-align: center;
  border-top: 1px dashed #4c4c4c;
}
.ova-industry-solution .content-industry .item:not(:first-child) {
  padding-left: 30px;
}
.ova-industry-solution .content-industry .item .icon {
  margin-top: -30px;
}
.ova-industry-solution .content-industry .item .icon span {
  width: 60px;
  height: 60px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
}
.ova-industry-solution .content-industry .item .icon i {
  display: inline-block;
  line-height: 1;
}
.ova-industry-solution .content-industry .item .icon i:before {
  margin: 0px;
  font-size: 30px;
  line-height: 1;
  color: #ffffff;
}
.ova-industry-solution .content-industry .item .content {
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.1);
  margin-top: 50px;
  position: relative;
  padding: 33px 15px 33px 15px;
}
.ova-industry-solution .content-industry .item .content:before {
  position: absolute;
  left: 50%;
  bottom: 100%;
  transform: translateX(-50%);
  content: "";
  width: 0px;
  height: 0px;
  border-right: 20px solid transparent;
  border-bottom: 30px solid #fff;
  border-left: 20px solid transparent;
  filter: drop-shadow(0 0 8px rgba(0, 0, 0, 0.1));
}
.ova-industry-solution .content-industry .item .content:after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: calc(100% - 10px);
  transform: translateX(-50%);
  width: 40px;
  height: 10px;
  background: #fff;
}
.ova-industry-solution .content-industry .item .content .title {
  font-size: 16px;
  line-height: 25px;
  color: #333333;
  text-transform: uppercase;
  font-weight: 700;
  margin-bottom: 15px;
}

@media (max-width: 767px) {
  .ova-industry-solution .content-industry {
    display: block;
  }
  .ova-industry-solution .content-industry .item {
    padding: 0px;
    border-top: none;
  }
  .ova-industry-solution .content-industry .item:not(:first-child) {
    margin-left: 0px;
    padding-left: 0px;
  }
  .ova-industry-solution .content-industry .item:not(:last-child) {
    margin-bottom: 40px;
  }
  .ova-industry-solution .content-industry .item .icon {
    margin-top: 0px;
  }
}
.ova_slideshow .slick-slide {
  outline: none;
}
.ova_slideshow .slide_gallery {
  position: relative;
  margin-bottom: 20px;
}
.ova_slideshow .slide_gallery .prev-arrow:before, .ova_slideshow .slide_gallery .next-arrow:before {
  margin-left: 0;
  color: #fff;
  padding: 20px;
  font-size: 35px;
  display: block;
  transition: .3s all ease;
}
.ova_slideshow .slide_gallery .prev-arrow {
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  transition: .3s all ease;
}
.ova_slideshow .slide_gallery .prev-arrow:hover {
  cursor: pointer;
}
.ova_slideshow .slide_gallery .prev-arrow:hover:before {
  transition: .3s all ease;
}
.ova_slideshow .slide_gallery .next-arrow {
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  transition: .3s all ease;
}
.ova_slideshow .slide_gallery .next-arrow:hover {
  cursor: pointer;
}
.ova_slideshow .slide_gallery .next-arrow:hover:before {
  transition: .3s all ease;
}
.ova_slideshow .thumbnail_gallery {
  overflow: hidden;
}
.ova_slideshow .thumbnail_gallery .slick-list {
  margin: 0 -10px;
}
.ova_slideshow .thumbnail_gallery .slick-slide {
  margin: 0 10px;
  transition: .3s all ease;
}
.ova_slideshow .thumbnail_gallery .slick-slide.slick-current {
  opacity: .4;
}
.ova_slideshow .thumbnail_gallery .slick-slide:hover {
  opacity: .4;
  transition: .3s all ease;
}

.ova-contact-v-2 {
  padding: 45px 0 44px 0;
  overflow: hidden;
  position: relative;
}
.ova-contact-v-2:before {
  content: '';
  position: absolute;
  width: 50%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
}
.ova-contact-v-2:after {
  content: '';
  position: absolute;
  width: 50%;
  height: 100%;
  background: #f0c802;
  top: 0;
  right: 0;
  z-index: -1;
}
.ova-contact-v-2 .wp-content {
  display: flex;
}
.ova-contact-v-2 .wp-content .item {
  position: relative;
  width: 50%;
}
.ova-contact-v-2 .wp-content .item .icon {
  position: absolute;
  top: 50%;
  left: 0;
  z-index: 1;
  transform: translateY(-50%);
}
@media (max-width: 575px) {
  .ova-contact-v-2 .wp-content .item .icon {
    z-index: -1;
  }
}
.ova-contact-v-2 .wp-content .item .icon i {
  display: inline-block;
  line-height: 1;
}
.ova-contact-v-2 .wp-content .item .icon i:before {
  margin: 0px;
  display: inline-block;
  line-height: 1;
  font-size: 160px;
  color: #e3bd02;
}
.ova-contact-v-2 .wp-content .item .content a, .ova-contact-v-2 .wp-content .item .content span {
  font-size: 26px;
  line-height: 1.2;
  color: #333333;
  font-weight: 600;
  text-transform: uppercase;
  margin-left: 194px;
  display: inline-block;
}
.ova-contact-v-2 .wp-content .item .content a {
  transition: 0.4s;
}
.ova-contact-v-2 .wp-content .item .content a:hover {
  color: #000000;
}
.ova-contact-v-2 .wp-content .item:nth-child(2) {
  margin-left: 180px;
}

@media (max-width: 991px) {
  .ova-contact-v-2:after {
    display: none;
  }
  .ova-contact-v-2:before {
    width: 100%;
  }
  .ova-contact-v-2 .wp-content {
    display: block;
  }
  .ova-contact-v-2 .wp-content .item {
    width: 100%;
  }
  .ova-contact-v-2 .wp-content .item:nth-child(2) {
    margin: 0px;
    margin-top: 20px;
  }
  .ova-contact-v-2 .wp-content .item .icon {
    display: none;
  }
  .ova-contact-v-2 .wp-content .item .content a, .ova-contact-v-2 .wp-content .item .content span {
    margin: 0px;
  }
}
.ova-icon-landing-page {
  margin-top: 30px;
  transition: 0.5s;
}
.ova-icon-landing-page .wp-icon .icon {
  display: inline-block;
  width: 65px;
  height: 65px;
  background-color: #fed501;
  border-radius: 25px;
  position: relative;
}
.ova-icon-landing-page .wp-icon .icon i {
  color: #fff;
  font-size: 30px;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.ova-icon-landing-page .wp-icon .icon i:before {
  margin: 0px;
  color: #fff;
  font-size: 30px;
}
.ova-icon-landing-page .content h3.title {
  margin: 0;
  font-family: archivo;
  font-size: 18px;
  line-height: 24px;
  letter-spacing: 0.2px;
  color: #222222;
  margin-top: 25px;
}
.ova-icon-landing-page .content p.desc {
  font-size: 15px;
  line-height: 22px;
  color: #777777;
  margin: 0;
  margin-top: 14px;
  opacity: 0;
  transition: 0.5s;
}
@media (max-width: 767px) {
  .ova-icon-landing-page .content p.desc {
    opacity: 1;
  }
}
.ova-icon-landing-page:hover {
  margin-top: 0px;
}
.ova-icon-landing-page:hover .content p.desc {
  opacity: 1;
}

.slide-item-landing .owl-stage-outer {
  padding: 40px 0 20px 0;
}
.slide-item-landing .item {
  text-align: center;
  transition: 0.4s;
}
.slide-item-landing .item .ova-media {
  box-shadow: 3px 0 20px rgba(0, 0, 0, 0.1);
}
.slide-item-landing .item .wp-title .title {
  margin: 0px;
  margin-top: 27px;
}
.slide-item-landing .item .wp-title .title a {
  color: #333333;
  transition: 0.4s;
}
.slide-item-landing .item .wp-title .title a:hover {
  color: #fed501;
}
.slide-item-landing .item:hover {
  margin-top: -20px;
}
.slide-item-landing .owl-nav {
  position: absolute;
  right: 0;
  top: -50px;
}
.slide-item-landing .owl-nav .owl-prev, .slide-item-landing .owl-nav .owl-next {
  width: 30px;
  height: 30px;
  border: 2px solid #c5c5c5 !important;
  background: #ffffff;
  transition: .3s all linear;
}
.slide-item-landing .owl-nav .owl-prev i, .slide-item-landing .owl-nav .owl-next i {
  color: #c5c5c5;
  font-size: 25px;
  transition: .3s all linear;
}
.slide-item-landing .owl-nav .owl-prev:focus, .slide-item-landing .owl-nav .owl-next:focus {
  outline: none;
}
.slide-item-landing .owl-nav .owl-prev:hover, .slide-item-landing .owl-nav .owl-next:hover {
  border-color: #fed501 !important;
}
.slide-item-landing .owl-nav .owl-prev:hover i, .slide-item-landing .owl-nav .owl-next:hover i {
  color: #fed501;
}
.slide-item-landing .owl-nav .owl-next {
  margin-left: 5px;
}
.slide-item-landing .owl-nav .owl-prev {
  margin-right: 5px;
}
.slide-item-landing .owl-dots {
  text-align: center;
  margin-top: 32px;
}
.slide-item-landing .owl-dots .owl-dot {
  outline: none;
}
.slide-item-landing .owl-dots .owl-dot:not(:last-child) span {
  margin-right: 10px;
}
.slide-item-landing .owl-dots .owl-dot span {
  width: 30px;
  height: 5px;
  background: transparent;
  display: block;
  transition: 0.2s;
  border: 1px solid #fed501;
}
.slide-item-landing .owl-dots .owl-dot.active span {
  background: #fed501;
}
