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

.ova_logo.version_2 {
  display: inline-flex;
  width: 235px;
  min-height: 90px;
  justify-content: center;
  align-items: center;
  background: #06163a;
}

.logo-fixed {
  display: none;
}

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

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

/* Button Open Canvas */
.ova_openNav {
  display: none;
}

.ova_nav {
  width: 100%;
  /* Sub Menu */
  /* Parent Menu */
}
.ova_nav .ova_closeNav {
  display: none;
}
.ova_nav .dropdown-menu {
  padding: 0px;
  margin: 0;
  border: none;
  -webkit-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}
.ova_nav .dropdown-menu > li {
  width: 100%;
  position: relative;
  border-top: 1px solid rgba(155, 155, 155, 0.12);
}
.ova_nav .dropdown-menu > li:first-child {
  border: none;
}
.ova_nav .dropdown-menu > li > a {
  color: #88858E;
  display: block;
  text-transform: uppercase;
  font-weight: 400;
  font-size: 14px;
}
.ova_nav .dropdown-menu > li ul li a {
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
  color: #88858E;
}
.ova_nav .dropdown-menu > li ul li a:hover {
  color: #fff;
}
.ova_nav .dropdown-menu > li ul li.active a {
  color: #fff;
}
.ova_nav ul.menu {
  display: flex;
  list-style: none;
  margin: 0px 30px;
  padding: 0;
  border: none;
  /* Dropdown arrow */
}
.ova_nav ul.menu > li {
  position: relative;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}
@media only screen and (max-width: 1024px) {
  .ova_nav ul.menu > li a {
    border-bottom: 1px solid rgba(155, 155, 155, 0.12);
  }
}
.ova_nav ul.menu > li:hover a {
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}
.ova_nav ul.menu > li:hover a:before {
  opacity: 1;
  transform: scaleX(1);
}
.ova_nav ul.menu > li.active a:before {
  opacity: 1;
  transform: scaleX(1);
}
@media only screen and (min-width: 1025px) {
  .ova_nav ul.menu > li:first-child {
    border: none;
    margin-left: 0 !important;
  }
}
.ova_nav ul.menu > li > a {
  color: #88858e;
  font-weight: 400;
  font-size: 14px;
  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: "4";
  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: 25px;
  top: 50%;
  margin-top: -10px;
}
.sub_menu_dir_right .dropdown-menu li.dropdown a i:before {
  content: "5";
  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: 100%;
  position: fixed;
  z-index: -1;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.6);
  overflow-y: auto;
  overflow-x: hidden;
  text-align: center;
  opacity: 0;
  transition: all 0.3s linear;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  visibility: hidden;
}
.ova_closeCanvas.show {
  opacity: 1;
  z-index: 9998;
  visibility: visible;
}

@media (min-width: 1025px) {
  /* Vertical Menu Desktop */
  .ova_wrap_nav.column ul.menu.sub_menu_dir_right > li.dropdown > a i:before {
    content: "5";
    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;
    box-shadow: 0px 10px 40px 0px rgba(6, 22, 58, 0.1);
    -webkit-transition: all 0.1s ease;
    -moz-transition: all 0.1s ease;
    -ms-transition: all 0.1s ease;
    -o-transition: all 0.1s ease;
    transition: all 0.1s ease;
  }
  .ova_nav ul.menu > li {
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }
  .ova_nav ul.menu > li:hover > .dropdown-menu {
    display: block;
    z-index: 9999;
    -webkit-transition: all 0.3s ease-in;
    -moz-transition: all 0.3s ease-in;
    -ms-transition: all 0.3s ease-in;
    -o-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in;
    visibility: visible;
    top: 100%;
  }
  .ova_nav ul.menu > li:hover > .dropdown-menu > li {
    position: relative;
    transition: 0.4s;
  }
  .ova_nav ul.menu > li:hover > .dropdown-menu > li > a {
    transition: 0.4s ease;
  }
  .ova_nav ul.menu > li:hover > .dropdown-menu > li > a:before {
    transition: 0.4s ease;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translate(0, -50%);
    /*content: "\35";*/
    width: 0;
    /*font-family: 'ElegantIcons';*/
    border-radius: 50%;
    opacity: 0;
    font-size: 18px;
    margin-left: -5px;
  }
  .ova_nav ul.menu > li:hover > .dropdown-menu > li:hover {
    transition: 0.3s ease;
  }
  .ova_nav ul.menu > li:hover > .dropdown-menu > li:hover > a {
    transition: 0.3s ease;
  }
  .ova_nav ul.menu > li:hover > .dropdown-menu > li:hover > a:before {
    opacity: 1;
  }
  .ova_nav ul.menu > li:hover > .dropdown-menu > li:hover > .dropdown-menu {
    display: block;
    opacity: 1;
    z-index: 9999;
    -webkit-transition: all 0.1s ease-in;
    -moz-transition: all 0.1s ease-in;
    -ms-transition: all 0.1s ease-in;
    -o-transition: all 0.1s ease-in;
    transition: all 0.1s ease-in;
    visibility: visible;
    top: 0;
  }
  .ova_nav ul.menu > li:hover > .dropdown-menu > li:hover > .dropdown-menu > li:hover > .dropdown-menu {
    display: block;
    opacity: 1;
    z-index: 9999;
    -webkit-transition: all 0.3s ease-in;
    -moz-transition: all 0.3s ease-in;
    -ms-transition: all 0.3s ease-in;
    -o-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in;
    visibility: visible;
    top: 0;
  }
  .ova_nav ul.menu > li:hover > .dropdown-menu > li:hover > .dropdown-menu > li {
    position: relative;
    transition: all 0.3s ease;
  }
  .ova_nav ul.menu > li:hover > .dropdown-menu > li:hover > .dropdown-menu > li > a {
    transition: all 0.3s ease;
  }
  .ova_nav ul.menu > li:hover > .dropdown-menu > li:hover > .dropdown-menu > li > a:before {
    transition: all 0.3s ease;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translate(0, -50%);
    /*content: "\35";*/
    width: 0;
    /*font-family: 'ElegantIcons';*/
    border-radius: 50%;
    opacity: 0;
    font-size: 18px;
    margin-left: -5px;
  }
  .ova_nav ul.menu > li:hover > .dropdown-menu > li:hover > .dropdown-menu > li:hover {
    transition: 0.3s ease;
  }
  .ova_nav ul.menu > li:hover > .dropdown-menu > li:hover > .dropdown-menu > li:hover > a {
    transition: 0.3s ease;
  }
  .ova_nav ul.menu > li:hover > .dropdown-menu > li:hover > .dropdown-menu > li:hover > a:before {
    opacity: 1;
  }
  /*.ova_nav{
  	ul.menu{


  		.dropdown-menu{
  			visibility: hidden;
  		    display: block;
  		    top: 110%;
  		    z-index: -1;

  		}

  		>li{
  			transition: 0.4s ease;
  			&: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%;
  					>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;

  						     >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 0.5s;
  }
  .ova_openNav {
    display: block;
    border: none;
    outline: none;
    cursor: pointer;
    padding: 0;
  }
  .ova_openNav:focus {
    outline: none;
  }
  .ova_openNav .feather {
    width: 30px;
    height: 30px;
  }
  .ova_openNav i {
    font-size: 40px;
  }
  /* 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: 270px;
    position: fixed;
    z-index: 9999;
    top: 0;
    overflow-x: hidden;
    padding-top: 30px;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    -ms-transition: all 0.3s linear;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
    /* Canvas direction */
    /* Background 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 !important;
  }
  .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: "2";
    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%;
    padding-left: 20px;
  }
  .ova_nav.canvas_left {
    left: 0;
    -webkit-transform: translateX(-270px);
    -ms-transform: translateX(-270px);
    transform: translateX(-270px);
    /* Show/hide Canvas */
  }
  .ova_nav.canvas_left.show {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(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: 0px;
    padding: 0;
  }
  .ova_nav.canvas_left ul.menu .dropdown-menu {
    transition: unset;
    /* 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;
    min-width: 11rem;
  }
  .ova_nav.canvas_right {
    right: 0;
    -webkit-transform: translateX(270px);
    -ms-transform: translateX(270px);
    transform: translateX(270px);
    /* Show/hide Canvas */
  }
  .ova_nav.canvas_right.show {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(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 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 ul.menu li a,
  .ova_nav.canvas_bg_white ul.menu li .dropdown-toggle {
    color: #343434 !important;
  }
  .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 (max-width: 1200px) {
  .hide_menu_1200 {
    display: none;
  }
}
@media (max-width: 1300px) {
  .hide_menu_1300 {
    display: none;
  }
}
@media (max-width: 1400px) {
  .hide_menu_1400 {
    display: none;
  }
}
@media (max-width: 1500px) {
  .hide_menu_1500 {
    display: none;
  }
}
@media (max-width: 1600px) {
  .hide_menu_1600 {
    display: none;
  }
}

@media (min-width: 1025px) and (max-width: 1200px) {
  .width_menu_1200 {
    width: 100% !important;
    padding-right: 50px;
  }
}
@media (min-width: 1025px) and (max-width: 1400px) {
  .width_menu_1400 {
    width: 100% !important;
    padding-right: 50px;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .width_menu_1600 {
    width: 100% !important;
    padding-right: 50px;
  }
}
@media (min-width: 1025px) and (max-width: 1500px) {
  .width_menu_1501 {
    width: 20% !important;
  }
}
@media (min-width: 1025px) and (max-width: 1500px) {
  .width_menu_1502 {
    width: 60% !important;
  }
}
@media (min-width: 1025px) and (max-width: 1500px) {
  .width_menu_1503 {
    width: 20% !important;
  }
}

.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;
}
@media (max-width: 767px) {
  .wrap_ova_header .ova_header_el {
    padding: 0 10px;
  }
}
.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: 26px;
  text-transform: uppercase;
  line-height: 1.1em;
  font-weight: 500;
}

/********** 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;
}

.ova-p-line-height-22 p {
  margin: 0 !important;
  line-height: 22px !important;
}

.ova-p-line-height-24 p {
  margin: 0 !important;
  line-height: 24px !important;
}

.autoglow_list_single_team .elementor-icon-list-items .elementor-icon-list-item {
  align-items: center;
}
.autoglow_list_single_team .elementor-icon-list-items .elementor-icon-list-item .elementor-icon-list-icon {
  display: inline-flex;
}
.autoglow_list_single_team .elementor-icon-list-items .elementor-icon-list-item .elementor-icon-list-icon i {
  font-size: 5px;
}
.autoglow_list_single_team .elementor-icon-list-items .elementor-icon-list-item .elementor-icon-list-text {
  font-size: 17px;
  line-height: 26px;
  color: #62718d;
}

.autoglow_icon_mail_chimp i {
  display: inline-block;
  line-height: 1;
}
.autoglow_icon_mail_chimp i:before {
  color: #fff;
  font-size: 50px;
  margin: 0;
}

.autoglow_form_mail_comming_soon {
  text-align: center;
}
.autoglow_form_mail_comming_soon .mailchimp_custom {
  display: inline-flex;
  box-shadow: 0px 10px 40px 0px rgba(6, 22, 58, 0.1);
}
.autoglow_form_mail_comming_soon .mailchimp_custom .ova_mcwp_mail {
  width: 330px;
}
@media (max-width: 767px) {
  .autoglow_form_mail_comming_soon .mailchimp_custom .ova_mcwp_mail {
    width: calc(100% - 120px);
  }
}
.autoglow_form_mail_comming_soon .mailchimp_custom .ova_mcwp_mail input[type=email] {
  background: #fff;
  border-color: #fff;
  font-size: 17px;
  letter-spacing: 0.2px;
  color: #62718d;
}
.autoglow_form_mail_comming_soon .mailchimp_custom .ova_mcwp_mail input[type=email]::placeholder {
  color: #999eac;
}
.autoglow_form_mail_comming_soon .mailchimp_custom .ova_mcwp_submit {
  width: 135px;
}
@media (max-width: 767px) {
  .autoglow_form_mail_comming_soon .mailchimp_custom .ova_mcwp_submit {
    width: 120px;
  }
}
.autoglow_form_mail_comming_soon .mailchimp_custom .ova_mcwp_submit input[type=submit] {
  font-size: 18px;
  font-weight: 500;
  text-transform: capitalize;
}

.ova_column_mail_chimp .mailchimp_custom {
  flex-wrap: wrap;
  justify-content: flex-end;
}
.ova_column_mail_chimp .mailchimp_custom .ova_mcwp_name {
  display: block;
  width: 300px;
  margin: 20px 20px 0 0;
}
@media (max-width: 767px) {
  .ova_column_mail_chimp .mailchimp_custom .ova_mcwp_name {
    width: 100%;
    margin: 20px 0 0 0;
  }
}
.ova_column_mail_chimp .mailchimp_custom .ova_mcwp_mail {
  width: 300px;
  margin: 20px 20px 0 0;
}
@media (max-width: 767px) {
  .ova_column_mail_chimp .mailchimp_custom .ova_mcwp_mail {
    width: 100%;
    margin: 20px 0 0 0;
  }
}
.ova_column_mail_chimp .mailchimp_custom .ova_mcwp_submit {
  width: 150px;
  margin: 20px 0px 0 0;
}
@media (max-width: 767px) {
  .ova_column_mail_chimp .mailchimp_custom .ova_mcwp_submit {
    width: 100%;
    margin: 20px 0 0 0;
  }
}
.ova_column_mail_chimp .mailchimp_custom input[type=email], .ova_column_mail_chimp .mailchimp_custom input[type=text] {
  border: 1px solid #fff;
  background: #fff;
  color: #62718d;
  font-size: 17px;
  font-weight: 400;
}
.ova_column_mail_chimp .mailchimp_custom input[type=email]::placeholder, .ova_column_mail_chimp .mailchimp_custom input[type=text]::placeholder {
  color: #b0b8c6;
}
.ova_column_mail_chimp .mailchimp_custom input[type=submit] {
  background: #06163a;
  border: 1px solid #06163a;
}

.mailchimp_custom {
  display: flex;
  text-align: center;
}
.mailchimp_custom:after {
  position: absolute;
  content: "";
  width: 100%;
  left: 0;
  background: #a0abdc;
  height: 2px;
  bottom: -3px;
}
.mailchimp_custom:hover:after {
  background: #ffffff;
}
.mailchimp_custom .ova_mcwp_mail {
  width: calc(100% - 100px);
}
.mailchimp_custom .ova_mcwp_submit {
  width: 135px;
  display: flex;
  flex-direction: row-reverse;
  align-items: center;
}
.mailchimp_custom .ova_mcwp_name {
  display: none;
}
.mailchimp_custom input[type=email], .mailchimp_custom input[type=text] {
  color: #ffffff;
  background: none;
  font-size: 18px;
  line-height: 60px;
  height: 60px;
  width: 100%;
  padding-left: 0px;
  border: none;
}
.mailchimp_custom input[type=email]::placeholder, .mailchimp_custom input[type=text]::placeholder {
  color: #7b859d;
}
.mailchimp_custom button[type=submit] {
  border-radius: 50%;
  border: none;
  height: 40px;
  width: 40px;
  background-color: #2db7ff;
  display: inline-flex;
  justify-content: center;
  align-items: center;
}
.mailchimp_custom button[type=submit] span {
  font-size: 25px;
  color: #ffffff;
}
.mailchimp_custom button[type=submit]:hover {
  background-color: #0067DA;
  border-color: #0067DA;
}

.autoglow_counter_team .elementor-counter .elementor-counter-number-wrapper .elementor-counter-number-prefix {
  display: none;
}
.autoglow_counter_team .elementor-counter .elementor-counter-number-wrapper .elementor-counter-number {
  font-size: 70px;
  line-height: 1.2;
  font-weight: 400;
  margin-right: 16px;
}
.autoglow_counter_team .elementor-counter .elementor-counter-number-wrapper .elementor-counter-number-suffix {
  font-size: 18px;
  line-height: 24px;
  font-weight: 600;
  color: #fff;
  margin-top: 18px;
  text-transform: uppercase;
}

.autoglow_button .elementor-button-wrapper .elementor-button {
  font-size: 20px;
  font-weight: 700;
  padding: 20px 34px 20px 34px;
  border-radius: 0px;
  color: #fff;
}
.autoglow_button .elementor-button-wrapper .elementor-button:hover {
  background-color: #0067DA;
}

.egov_carousel .elementor-swiper-button {
  width: 50px;
  height: 50px;
  background: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
}
.egov_carousel .elementor-swiper-button i {
  font-size: 16px;
  color: #62718d;
}
.egov_carousel .elementor-swiper-button.elementor-swiper-button-next {
  right: 15px;
}
.egov_carousel .elementor-swiper-button.elementor-swiper-button-prev {
  left: 15px;
}

.egov_editor_check svg {
  width: 20px;
  margin-right: 10px;
}
.egov_editor_check p {
  margin: 0;
  font-size: 17px;
  line-height: 26px;
  color: #202b5d;
  margin-bottom: 12px;
}

/* 1 according ova mister */
.ova_according_mister.ova_according_boxshadow .elementor-accordion .elementor-accordion-item {
  box-shadow: 0px 10px 40px 0px rgba(6, 22, 58, 0.1);
  border: none;
  border-radius: 0px;
}
.ova_according_mister.ova_according_boxshadow .elementor-accordion .elementor-accordion-item:not(:first-child) {
  border: none;
}
.ova_according_mister .elementor-accordion .elementor-accordion-item {
  border-radius: 4px;
  border: 1px solid #e5e5e5;
}
.ova_according_mister .elementor-accordion .elementor-accordion-item:not(:first-child) {
  border-top: 1px solid #e5e5e5;
}
.ova_according_mister .elementor-accordion .elementor-accordion-item:not(:last-child) {
  margin-bottom: 20px;
}
.ova_according_mister .elementor-accordion .elementor-accordion-item .elementor-tab-title {
  padding: 25px 5px 22px 25px;
  position: relative;
}
.ova_according_mister .elementor-accordion .elementor-accordion-item .elementor-tab-title .elementor-accordion-icon {
  margin: 5px 20px 0 0;
}
.ova_according_mister .elementor-accordion .elementor-accordion-item .elementor-tab-title .elementor-accordion-icon i {
  font-size: 13px;
  color: #62718d;
}
.ova_according_mister .elementor-accordion .elementor-accordion-item .elementor-tab-title a {
  font-size: 18px;
  line-height: 1.2;
  font-weight: 400;
  color: #263788;
}
.ova_according_mister .elementor-accordion .elementor-accordion-item .elementor-tab-content {
  border-top: none;
  padding: 1px 20px 33px 25px;
  margin-top: -5px;
  font-size: 17px;
  line-height: 26px;
  color: #62718d;
  font-weight: 400;
}
.ova_according_mister .elementor-accordion .elementor-accordion-item .elementor-tab-content p {
  margin: 0;
}

.autoglow-tab.elementor-widget-tabs .elementor-tabs .elementor-tabs-wrapper .elementor-tab-title {
  font-size: 20px;
  line-height: 26px;
  font-weight: 500;
  color: #202b5d;
  padding: 15px 29px 15px 29px;
}
.autoglow-tab.elementor-widget-tabs .elementor-tabs .elementor-tabs-wrapper .elementor-tab-title.elementor-tab-mobile-title {
  padding: 10px 29px 10px 29px !important;
}
.autoglow-tab.elementor-widget-tabs .elementor-tabs .elementor-tabs-wrapper .elementor-tab-title.elementor-active {
  border-top: 2px solid;
}
.autoglow-tab.elementor-widget-tabs .elementor-tabs .elementor-tabs-wrapper .elementor-tab-title a {
  font-size: 20px;
  line-height: 26px;
  font-weight: 500;
  color: #202b5d;
}
.autoglow-tab.elementor-widget-tabs .elementor-tabs .elementor-tabs-content-wrapper .elementor-tab-title {
  font-size: 20px;
  line-height: 26px;
  font-weight: 500;
  color: #202b5d;
  padding: 15px 29px 15px 29px;
}
.autoglow-tab.elementor-widget-tabs .elementor-tabs .elementor-tabs-content-wrapper .elementor-tab-content {
  font-size: 17px;
  line-height: 26px;
  padding: 24px 30px 33px 30px;
}
.autoglow-tab.elementor-widget-tabs .elementor-tabs .elementor-tabs-content-wrapper .elementor-tab-content p {
  margin: 0;
}

.ova_toggle_custom_autoglow.no_border .elementor-toggle-item .elementor-tab-title {
  border: none;
}
.ova_toggle_custom_autoglow.no_border .elementor-toggle-item .elementor-tab-content {
  border: none;
}
.ova_toggle_custom_autoglow .elementor-toggle-item {
  box-shadow: 0px 10px 40px 0px rgba(6, 22, 58, 0.1);
  border-radius: 5px;
}
.ova_toggle_custom_autoglow .elementor-toggle-item:not(:last-child) {
  margin-bottom: 20px;
}
.ova_toggle_custom_autoglow .elementor-toggle-item .elementor-tab-title {
  background: #fff;
  border: none;
  padding: 23px 25px 22px 25px;
  border-radius: 5px;
}
.ova_toggle_custom_autoglow .elementor-toggle-item .elementor-tab-title .elementor-toggle-icon {
  font-size: 13px;
  margin-top: 4px;
  color: #62718d;
}
.ova_toggle_custom_autoglow .elementor-toggle-item .elementor-tab-title a {
  font-size: 18px;
  line-height: 1.2;
  color: #263788;
  font-weight: 400;
}
.ova_toggle_custom_autoglow .elementor-toggle-item .elementor-tab-content {
  background: #fff;
  padding: 0px 19px 6px 25px;
  border: none;
  margin-top: -2px;
  border-radius: 5px;
}
.ova_toggle_custom_autoglow .elementor-toggle-item .elementor-tab-content h1, .ova_toggle_custom_autoglow .elementor-toggle-item .elementor-tab-content h2, .ova_toggle_custom_autoglow .elementor-toggle-item .elementor-tab-content h3, .ova_toggle_custom_autoglow .elementor-toggle-item .elementor-tab-content h4, .ova_toggle_custom_autoglow .elementor-toggle-item .elementor-tab-content h5, .ova_toggle_custom_autoglow .elementor-toggle-item .elementor-tab-content h6 {
  margin: 0 0 19px 0;
  font-size: 18px;
  line-height: 1.2;
  font-weight: 500;
  letter-spacing: 0.2px;
  color: #0067da;
}
.ova_toggle_custom_autoglow .elementor-toggle-item .elementor-tab-content p {
  margin: 0 0 27px 0;
  font-size: 17px;
  line-height: 26px;
  color: #62718d;
}

.ova_autoglow_counter {
  text-align: center;
}
.ova_autoglow_counter.elementor-widget-counter .elementor-counter-number-wrapper {
  margin-bottom: 11px;
  font-size: 50px;
  line-height: 1.2;
  color: #fff;
  font-weight: 600;
}
.ova_autoglow_counter.elementor-widget-counter .elementor-counter-title {
  font-size: 20px;
  line-height: 26px;
  color: #a3a8b2;
  position: relative;
  display: inline-block;
}

.autoglow_icon_couter.elementor-widget-html .elementor-widget-container {
  text-align: center;
}
.autoglow_icon_couter.elementor-widget-html .elementor-widget-container i {
  display: inline-block;
  line-height: 1;
}
.autoglow_icon_couter.elementor-widget-html .elementor-widget-container i:before {
  margin: 0;
  font-size: 60px;
}

.autoglow_section_overflow_hide {
  overflow: hidden;
}

.autoglow_column_bg_white_full {
  position: relative;
}
.autoglow_column_bg_white_full:after {
  position: absolute;
  content: "";
  width: 3000px;
  height: 1000px;
  top: 0;
  right: 0;
  background: #fff;
  z-index: 1;
}
.autoglow_column_bg_white_full .elementor-column-wrap {
  z-index: 2;
}

.autoglow_column_bg_white_full_right {
  position: relative;
}
.autoglow_column_bg_white_full_right:after {
  position: absolute;
  content: "";
  width: 3000px;
  height: 1000px;
  top: 0;
  left: 0;
  background: #fff;
  z-index: 1;
}
@media (max-width: 767px) {
  .autoglow_column_bg_white_full_right:after {
    display: none;
  }
}
.autoglow_column_bg_white_full_right .elementor-column-wrap {
  z-index: 2;
}

.autoglow_heading_border_left {
  position: relative;
}
.autoglow_heading_border_left:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 2px;
  height: 110px;
}

body .elementor-section.elementor-section-boxed.autoglow-section-column-1370px .elementor-container {
  max-width: 1370px !important;
}

@media (max-width: 1400px) {
  .autoglow-none-1400px {
    display: none;
  }
}

.footer_mis:after {
  position: absolute;
  content: "";
  width: 100%;
  left: 0;
  background: #2d3e8e;
  height: 1px;
  top: 0;
}

.banner_sev {
  width: 1370px;
  margin: auto;
}
@media (max-width: 1300px) {
  .banner_sev {
    width: auto;
  }
}

#home-video .elementor-custom-embed-play:before {
  opacity: 1;
  animation: zoomBig 1.5s linear infinite;
  transform-origin: center;
  transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
}
#home-video .elementor-custom-embed-play:after {
  opacity: 1;
  animation: zoomBig 1.5s linear infinite;
  transform-origin: center;
  animation-delay: 0.55s;
  transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
}
#home-video .elementor-custom-embed-play i {
  text-shadow: none;
  width: 60px;
  height: 60px;
}
#home-video .elementor-custom-embed-play i:before {
  font-size: 20px;
}

.elementor-custom-embed-play {
  width: 150px;
  height: 150px;
}
.elementor-custom-embed-play:before, .elementor-custom-embed-play:after {
  content: "";
  border-radius: 50%;
  border: 1px solid #ffffff;
  justify-content: center;
  align-items: center;
  display: inline-flex;
  font-weight: bold;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  opacity: 0;
}
@keyframes zoomBig {
  from {
    width: 0%;
    height: 0%;
    opacity: 1;
  }
  to {
    width: 100%;
    height: 100%;
    opacity: 0;
  }
}
.elementor-custom-embed-play i {
  background-color: #ffffff;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  width: 70px;
  height: 70px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 1;
  opacity: 1;
}
.elementor-custom-embed-play .eicon-play:before {
  font-size: 30px;
  font-family: Flaticon;
  content: "\f16b";
  color: #2db7ff;
  margin-left: 3px;
}

.elementor-custom-embed-image-overlay:hover .elementor-custom-embed-play:before {
  opacity: 1;
  animation: zoomBig 1.5s linear infinite;
  transform-origin: center;
  transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.elementor-custom-embed-image-overlay:hover .elementor-custom-embed-play:after {
  opacity: 1;
  animation: zoomBig 1.5s linear infinite;
  transform-origin: center;
  animation-delay: 0.55s;
  transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
}

/*fix contact form*/
.contact-form-mis input {
  width: 100%;
  border: 1px solid #e5e5e5;
  border-radius: 30px 30px 30px 30px;
  height: 60px;
  padding-left: 20px;
  padding-right: 20px;
  font-size: 18px;
  line-height: 44px;
  font-weight: 300;
  color: #8c89a2;
}
.contact-form-mis label {
  color: #263788;
  font-size: 18px;
  line-height: 42px;
  font-weight: 300;
  margin: 0;
}
.contact-form-mis .name {
  margin-bottom: 15px;
  margin-top: 20px;
}
.contact-form-mis input[type=submit] {
  background-color: #2db7ff;
  color: #ffffff;
  font-weight: 600;
  border: none;
}
.contact-form-mis input[type=submit]:hover {
  transition: 0.3s ease;
  background-color: #263788;
}
.contact-form-mis p {
  margin-bottom: 25px;
}
.contact-form-mis .select2-container--default .select2-selection--single {
  color: #8c89a2;
  border: 1px solid #e5e5e5;
  border-radius: 30px 30px 30px 30px;
  height: 60px;
  font-size: 18px;
  font-weight: 300;
}
.contact-form-mis .select2-container--default .select2-selection--single:focus {
  outline: 0;
}
.contact-form-mis .select2-container--default .select2-selection--single .select2-selection__rendered {
  line-height: 60px;
  color: #8c89a2;
  font-size: 18px;
  font-weight: 300;
  padding: 0px 20px 0px 20px;
}
.contact-form-mis .select2-containe:focus {
  outline: 0;
}
.contact-form-mis .select2-container--default .select2-selection--single .select2-selection__arrow b {
  border-color: #888 transparent transparent transparent;
  border-style: solid;
  border-width: 8px 6px 0 6px;
  height: 0;
  left: 50%;
  margin-left: -30px;
  margin-top: 6px;
  position: absolute;
  top: 50%;
  width: 0;
}

.egovt_stretch_column_right > div {
  overflow: hidden;
}

.mis_home1:hover .elementor-element-populated {
  background-color: #2db7ff !important;
}
.mis_home1:hover .ova-contact-info .address a {
  color: #263788 !important;
}

.ova-contact-info {
  display: flex;
  align-items: center;
}
.ova-contact-info.type2 .icon {
  margin-right: 15px;
}
.ova-contact-info.type2 .icon svg {
  width: 28px;
  height: 28px;
}
.ova-contact-info.type2 .icon i {
  font-size: 28px;
}
.ova-contact-info.type2 .address .sub_text_link {
  font-size: 15px;
  line-height: 24px;
  color: #62718d;
  display: block;
}
.ova-contact-info.type2 .address .text_link {
  font-size: 20px;
  line-height: 24px;
  color: #202b5d;
  display: block;
}
.ova-contact-info.type2 .address .text_link a {
  font-size: 20px;
  line-height: 24px;
  color: #202b5d;
}
.ova-contact-info .icon {
  display: flex;
  align-items: center;
  margin-right: 8px;
}
.ova-contact-info .icon svg {
  width: 20px;
  height: 20px;
  color: #62718d;
}
.ova-contact-info .icon i {
  font-size: 20px;
  color: #62718d;
}
.ova-contact-info .address a, .ova-contact-info .address span {
  font-size: 15px;
  line-height: 24px;
  color: #62718d;
}

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

.switch-lang {
  cursor: pointer;
  position: relative;
  display: inline-block;
  border: 1px solid #e0e0e0;
  padding: 3px 37px 3px 8px;
  border-radius: 30px;
}
.switch-lang .current-lang {
  display: flex;
  align-items: center;
}
.switch-lang .current-lang .lang-flag {
  width: 35px;
}
.switch-lang .current-lang .lang-text {
  font-size: 17px;
  line-height: 24px;
  color: #202b5d;
  font-weight: 400;
  margin: 0;
  padding-left: 10px;
  position: relative;
}
.switch-lang .current-lang .lang-text:after {
  content: "3";
  font-family: "ElegantIcons";
  position: absolute;
  right: -23px;
  top: 0;
  font-size: 20px;
}
.switch-lang .lang-dropdown {
  display: none;
  padding-top: 6px;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  position: absolute;
  left: 10px;
  right: 0;
  min-height: 100px;
  z-index: 99999;
  background: #fff;
  box-shadow: 10px 0 40px rgba(6, 22, 58, 0.1);
  padding: 8px 10px;
}
.switch-lang .lang-dropdown .selecting-lang {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 3px 0;
}
.switch-lang .lang-dropdown .selecting-lang:not(:last-child) {
  border-bottom: 1px solid #e5e5e5;
}
.switch-lang .lang-dropdown .selecting-lang .lang-flag {
  width: 35px;
}
.switch-lang .lang-dropdown .selecting-lang .lang-text {
  font-size: 16px;
  line-height: 24px;
  color: #62718d;
  font-weight: 400;
  margin: 0;
}
.switch-lang:hover {
  border-color: transparent !important;
}
.switch-lang:hover .lang-dropdown {
  display: block;
}

.elementor-widget-ova_header .wrap_ova_header .ova_header_el .header_title {
  padding: 99px 0 12px 0;
  color: #fff;
  text-transform: capitalize;
  font-size: 50px;
  line-height: 1.2;
  font-weight: 700;
  letter-spacing: 0.2px;
}
.elementor-widget-ova_header .wrap_ova_header .ova_header_el .ovatheme_breadcrumbs {
  padding: 0 0 100px 0;
}
.elementor-widget-ova_header .wrap_ova_header .ova_header_el .ovatheme_breadcrumbs .breadcrumb {
  color: #fff;
  font-size: 18px;
  line-height: 26px;
  letter-spacing: 0.2px;
  font-weight: 400;
}
.elementor-widget-ova_header .wrap_ova_header .ova_header_el .ovatheme_breadcrumbs .breadcrumb .separator {
  color: #fff;
}
.elementor-widget-ova_header .wrap_ova_header .ova_header_el .ovatheme_breadcrumbs .breadcrumb .separator:before {
  font-size: 20px;
}
.elementor-widget-ova_header .wrap_ova_header .ova_header_el .ovatheme_breadcrumbs .breadcrumb li {
  color: #fff;
}
.elementor-widget-ova_header .wrap_ova_header .ova_header_el .ovatheme_breadcrumbs .breadcrumb a {
  color: #fff;
  font-size: 18px;
  line-height: 26px;
  letter-spacing: 0.2px;
  font-weight: 400;
}

.ova_social .content {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.ova_social .content a {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 36px;
  height: 36px;
  background: #62718d;
  border-radius: 50%;
}
.ova_social .content a:not(:last-child) {
  margin-right: 0;
}
.ova_social .content a.ova-framework-social-icon:not(:last-child) {
  margin-right: 8px;
}
.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: 15px;
  color: #fff;
}

.ova_shadow_menu_page .ova_menu_page .menu li {
  box-shadow: 10px 0px 50px rgba(0, 0, 0, 0.05);
}

.ova_menu_page .menu {
  list-style-type: none;
  padding: 0;
}
.ova_menu_page .menu li {
  position: relative;
  margin-right: 25px;
  border-radius: 30px;
}
.ova_menu_page .menu li a {
  display: block;
  padding: 5px 0 5px 0;
  color: #7b859d;
  font-size: 16px;
  line-height: 26px;
  font-weight: 400;
}
.ova_menu_page .menu li .dropdown-toggle {
  display: none;
}
.ova_menu_page.type2 > ul {
  display: flex;
  flex-wrap: wrap;
  margin: 0px;
}
.ova_menu_page.type2 li {
  margin: 5px 0px;
  border-radius: 4px;
}
.ova_menu_page.type2 li:hover a:after, .ova_menu_page.type2 li.current-menu-item a:after {
  display: inline-block;
}
.ova_menu_page.type2 li a {
  display: inline-flex;
  justify-content: center;
  padding-left: 14px;
  padding-right: 14px;
  font-size: 17px;
  line-height: 26px;
  color: #b0b8ca;
}
.ova_menu_page.type3 ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
  margin-left: -10px;
}
@media (max-width: 767px) {
  .ova_menu_page.type3 ul {
    margin-left: 0;
  }
}
.ova_menu_page.type3 li {
  position: relative;
  border-radius: 5px;
  margin: 0;
}
.ova_menu_page.type3 li:not(:last-child) {
  border-bottom: 1px solid #e5e5e5;
}
.ova_menu_page.type3 li:hover, .ova_menu_page.type3 li.active, .ova_menu_page.type3 li.current_page_item {
  background: #fff;
  box-shadow: 0px 10px 40px 0px rgba(6, 22, 58, 0.05);
}
.ova_menu_page.type3 li:hover:before, .ova_menu_page.type3 li:hover:after, .ova_menu_page.type3 li.active:before, .ova_menu_page.type3 li.active:after, .ova_menu_page.type3 li.current_page_item:before, .ova_menu_page.type3 li.current_page_item:after {
  opacity: 1;
}
.ova_menu_page.type3 li a {
  font-size: 18px;
  line-height: 1.2;
  font-weight: 400;
  color: #263788;
  padding: 15px 12px 13px 10px;
}

@media (max-width: 767px) {
  .ova_menu_page .menu li {
    padding-left: 10px;
  }
  .ova_menu_page .menu li a {
    padding: 10px 0;
  }
}
.ova-skill-bar .text-skill-bar {
  font-size: 17px;
  line-height: 26px;
  color: #202b5d;
  margin-bottom: 13px;
  letter-spacing: 0.2px;
}
.ova-skill-bar .cove-killbar {
  background: #e5e5e9;
}
.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: 8px;
}
.ova-skill-bar .percent {
  left: 0;
  display: block;
  min-height: 26.5px;
}
.ova-skill-bar .percent .relative {
  position: relative;
  top: -43px;
  left: calc(100% - 31px) !important;
}
.ova-skill-bar .percent .relative span {
  font-size: 15px;
  line-height: 26px;
  color: #62718d;
  letter-spacing: 0.2px;
}

.ova-heading .sub_title {
  margin: 0 0 21px 0;
  font-size: 16px;
  line-height: 22px;
  font-weight: 500;
  display: inline-block;
  position: relative;
  margin-left: 35px;
}
.ova-heading .sub_title:before {
  content: "";
  width: 25px;
  position: absolute;
  background: #2db7ff;
  height: 3px;
  left: -35px;
  top: 50%;
  transform: translateY(-50%);
}
.ova-heading .title {
  margin: 0px 0 16px 0;
  font-size: 40px;
  line-height: 44px;
  font-weight: 600;
  color: #263788;
}
.ova-heading .desc {
  margin: 0px;
  font-size: 18px;
  line-height: 28px;
  color: #62718d;
  font-weight: 300;
}

.ova-education .time {
  font-size: 20px;
  line-height: 1.2;
  font-weight: 500;
  color: #263787;
  margin: 0 0 15px 0;
}
.ova-education .position {
  font-size: 17px;
  line-height: 26px;
  color: #263787;
  margin: 0 0 2px 0;
}
.ova-education .college {
  font-size: 17px;
  line-height: 26px;
  color: #62718d;
  margin: 0 0 0 0;
}

.ova-testimonial .owl-stage-outer {
  padding: 50px 0;
}
.ova-testimonial .owl-carousel .owl-stage-outer {
  margin-right: -30px;
  margin-left: -30px;
  padding-left: 30px;
  padding-right: 30px;
  width: calc(100% + 60px);
}
@media (max-width: 1290px) {
  .ova-testimonial .owl-carousel .owl-stage-outer {
    margin-right: 0px;
    margin-left: 0px;
    padding-left: 0px !important;
    padding-right: 0px !important;
    width: 100%;
  }
}
.ova-testimonial.version_2 .slide-testimonials .owl-item.active .client_info {
  box-shadow: none;
}
.ova-testimonial.version_2 .slide-testimonials .client_info {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  padding: 0;
  background: transparent;
  box-shadow: none;
}
@media (max-width: 767px) {
  .ova-testimonial.version_2 .slide-testimonials .client_info {
    display: block;
  }
}
.ova-testimonial.version_2 .slide-testimonials .client_info .client {
  display: flex;
  position: relative;
  width: 100px;
}
@media (max-width: 767px) {
  .ova-testimonial.version_2 .slide-testimonials .client_info .client {
    margin-bottom: 40px;
    margin: 0 auto;
  }
}
.ova-testimonial.version_2 .slide-testimonials .client_info .client img {
  border-radius: 50%;
  position: absolute;
  top: -50px;
}
.ova-testimonial.version_2 .slide-testimonials .client_info .client span {
  display: block;
  font-size: 70px;
  font-family: "Philosopher";
  color: #fff;
  line-height: 70px;
  background: #2db7ff;
  width: 40px;
  min-width: 40px;
  height: 40px;
  border-radius: 50%;
  text-align: center;
  position: absolute;
  right: -10px;
  top: -50px;
}
.ova-testimonial.version_2 .slide-testimonials .client_info .info {
  background-color: #fff;
  margin: 0 9%;
  padding: 70px 130px 50px;
  border-radius: 10px;
  text-align: center;
  box-shadow: 0px 10px 40px 0px rgba(6, 22, 58, 0.1);
}
@media (max-width: 767px) {
  .ova-testimonial.version_2 .slide-testimonials .client_info .info {
    padding: 10px;
    text-align: center;
    width: 100%;
  }
}
.ova-testimonial.version_2 .slide-testimonials .client_info .info p.evaluate {
  font-size: 26px;
  line-height: 40px;
  color: #263788;
  margin: 0;
}
@media (max-width: 767px) {
  .ova-testimonial.version_2 .slide-testimonials .client_info .info p.evaluate {
    font-size: 20px;
    line-height: 28px;
    margin-top: 60px;
  }
}
@media (max-width: 768px) {
  .ova-testimonial.version_2 .slide-testimonials .client_info .info {
    margin: 0;
  }
}
@media (max-width: 767px) {
  .ova-testimonial.version_2 .slide-testimonials .client_info .name-job {
    width: 100%;
  }
}
.ova-testimonial.version_2 .slide-testimonials .client_info .name-job .name {
  font-size: 20px;
  line-height: 40px;
  font-weight: 400;
  color: #263788;
  margin: 0;
  margin-top: 40px;
  text-align: center;
}
.ova-testimonial.version_2 .slide-testimonials .client_info .name-job .job {
  font-size: 15px;
  line-height: 1.2;
  color: #62718d;
  margin: 0;
  font-weight: 600;
  text-transform: uppercase;
  text-align: center;
}
.ova-testimonial.version_2 .slide-testimonials .owl-dots .owl-dot.active span {
  background: #c32644;
}
.ova-testimonial.version_2 .slide-testimonials .owl-nav button.owl-prev {
  left: -5px;
}
.ova-testimonial.version_2 .slide-testimonials .owl-nav button.owl-next {
  right: -5px;
}
.ova-testimonial .slide-testimonials .owl-item.active .client_info {
  box-shadow: 0px 10px 40px 0px rgba(6, 22, 58, 0.1);
}
.ova-testimonial .slide-testimonials .client_info {
  padding: 34px 35px 40px 40px;
  position: relative;
}
.ova-testimonial .slide-testimonials .client_info .icon-quote {
  position: absolute;
  bottom: 44px;
  right: 40px;
}
.ova-testimonial .slide-testimonials .client_info .icon-quote span {
  display: inline-block;
}
.ova-testimonial .slide-testimonials .client_info .icon-quote span:before {
  margin: 0;
  font-size: 50px;
  line-height: 1;
  opacity: 1;
}
.ova-testimonial .slide-testimonials .client_info p.evaluate {
  font-size: 18px;
  font-weight: 400;
  color: #62718d;
  line-height: 26px;
  margin: 0 0 9px 0;
}
.ova-testimonial .slide-testimonials .client_info .info {
  padding-top: 24px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.ova-testimonial .slide-testimonials .client_info .info .client {
  margin-right: 15px;
}
.ova-testimonial .slide-testimonials .client_info .info .client img {
  min-height: 60px;
  max-width: 60px;
  width: 100%;
  border-radius: 50%;
}
.ova-testimonial .slide-testimonials .client_info .info .name-job p {
  margin: 0;
}
.ova-testimonial .slide-testimonials .client_info .info .name-job .name {
  font-size: 18px;
  line-height: 1.2;
  font-weight: 400;
  color: #202b5d;
  letter-spacing: 0.2px;
  margin-bottom: 2px;
}
.ova-testimonial .slide-testimonials .client_info .info .name-job .job {
  font-size: 15px;
  line-height: 1.2;
  font-weight: 400;
  color: #62718d;
}
.ova-testimonial .slide-testimonials:hover .owl-nav button {
  visibility: visible;
  opacity: 1;
  transition-duration: 1s;
  border: 2px solid #bdc5dd;
}
.ova-testimonial .slide-testimonials:hover .owl-nav button i {
  font-size: 13px;
  font-weight: 900;
}
.ova-testimonial .slide-testimonials:hover .owl-nav button i:before {
  color: #b9c2db;
  font-weight: 900;
}
@media (max-width: 1300px) {
  .ova-testimonial .slide-testimonials .owl-nav {
    display: none;
  }
}
.ova-testimonial .slide-testimonials .owl-nav button {
  position: absolute;
  top: calc(50% - 75px);
  border-color: 1px solid #e5e5e5;
  border-radius: 50%;
  width: 55px;
  height: 55px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  outline: none;
  transition: 1s;
  visibility: hidden;
  opacity: 0;
  border: 2px solid #bdc5dd;
}
.ova-testimonial .slide-testimonials .owl-nav button:focus {
  outline: none;
}
.ova-testimonial .slide-testimonials .owl-nav button:hover {
  border: none;
  background: #2db7ff !important;
}
.ova-testimonial .slide-testimonials .owl-nav button:hover i {
  font-weight: 900;
}
.ova-testimonial .slide-testimonials .owl-nav button:hover i:before {
  color: #fff;
}
.ova-testimonial .slide-testimonials .owl-nav button i {
  font-weight: 900;
  font-size: 13px;
  color: #b8c1db;
}
.ova-testimonial .slide-testimonials .owl-nav button.owl-prev {
  left: -100px;
}
.ova-testimonial .slide-testimonials .owl-nav button.owl-next {
  right: -100px;
}
.ova-testimonial .slide-testimonials .owl-dots {
  text-align: center;
  margin-top: 2px;
}
.ova-testimonial .slide-testimonials .owl-dots .owl-dot {
  outline: none;
}
.ova-testimonial .slide-testimonials .owl-dots .owl-dot span {
  width: 6px;
  height: 6px;
  margin: 5px;
  background: #d1d1d6;
  display: block;
  -webkit-backface-visibility: visible;
  transition: opacity 0.2s ease;
  border-radius: 30px;
}
.ova-testimonial .slide-testimonials .owl-dots .owl-dot.active span {
  width: 12px;
  border-radius: 5px;
  opacity: 1;
}

.testi_slider .ova-testimonial .slide-testimonials .client_info {
  background-color: #fff;
  box-shadow: none;
  border-radius: 10px 10px 10px 10px;
}

.ova_list_checked ul {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.ova_list_checked ul li {
  display: flex;
}
.ova_list_checked ul li:not(:last-child) {
  margin-bottom: 12px;
}
.ova_list_checked ul li svg {
  width: 20px;
  margin-right: 10px;
}
.ova_list_checked ul li span {
  margin: 0;
  font-size: 17px;
  line-height: 26px;
  color: #202b5d;
}

.ova_feature .items {
  padding: 40px 30px 43px 30px;
  border: 1px solid #e8e8e8;
  position: relative;
  overflow: hidden;
  transition: 0.4s;
  min-height: 188px;
  background: #fff;
}
.ova_feature .icon {
  margin-bottom: 21px;
  position: relative;
  top: 0;
  opacity: 1;
  transition: 0.4s;
}
.ova_feature .icon span {
  display: inline-block;
  line-height: 1;
}
.ova_feature .icon span:before {
  margin: 0;
  font-size: 50px;
  display: inline-block;
}
.ova_feature .title {
  margin: 0;
  font-size: 24px;
  line-height: 30px;
  color: #202b5d;
  font-weight: 500;
  position: relative;
  top: 0;
  transition: 0.4s;
}
.ova_feature .title a {
  font-size: 24px;
  line-height: 30px;
  color: #202b5d;
  font-weight: 500;
}
.ova_feature .content-sub {
  opacity: 0;
  top: 100%;
  left: 0px;
  position: absolute;
  padding: 0px 30px;
  transition: 0.4s;
}
.ova_feature .content-sub .excerpt {
  margin: 0;
  font-size: 17px;
  line-height: 24px;
  margin-bottom: 16px;
}
.ova_feature .content-sub .readmore {
  font-size: 16px;
  line-height: 26px;
  letter-spacing: 0.2px;
  font-weight: 400;
  color: #0067da;
}
.ova_feature .content-sub .readmore svg {
  width: 18px;
}
.ova_feature .icon-hide {
  position: absolute;
  right: 45px;
  bottom: -70px;
  transition: 0.4s;
}
.ova_feature .icon-hide span:before {
  margin: 0;
  font-size: 70px;
  color: rgba(32, 43, 93, 0.1);
}
.ova_feature.version_1 .items:hover {
  box-shadow: 0px 10px 40px 0px rgba(6, 22, 58, 0.1);
  padding: 40px 30px 62px 30px;
}
.ova_feature.version_1 .items:hover .content-sub {
  display: block;
}
.ova_feature.version_1 .items:hover .icon {
  top: -67px;
  margin: 0;
  opacity: 0;
}
.ova_feature.version_1 .items:hover .title {
  top: -67px;
}
.ova_feature.version_1 .items:hover .content-sub {
  top: calc(100% - 118px);
  opacity: 1;
}
.ova_feature.version_1 .items:hover .icon-hide {
  bottom: -3px;
}
.ova_feature.version_2.box-shadow .items {
  box-shadow: 0px 10px 40px 0px rgba(6, 22, 58, 0.1);
}
.ova_feature.version_2.box-shadow .items:hover {
  box-shadow: 0px 10px 40px 0px rgba(6, 22, 58, 0.1);
}
.ova_feature.version_2 .items {
  background: transparent;
  text-align: center;
  padding: 23px 20px 34px 20px;
  border: none;
}
.ova_feature.version_2 .items:hover {
  box-shadow: 5px 9px 50px 0px rgba(0, 0, 0, 0.08);
}
.ova_feature.version_2 .items:hover .icon {
  transition: background-color 4s ease;
}
.ova_feature.version_2 .items:hover .icon span:before {
  color: #fff !important;
}
.ova_feature.version_2 .items:hover .title:after {
  width: 40px;
  visibility: visible;
  opacity: 1;
}
.ova_feature.version_2 .items .icon {
  margin-bottom: 16px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 100px;
  height: 100px;
  background: #fff;
  border-radius: 50%;
  transition: background-color 3s ease;
}
.ova_feature.version_2 .items .icon span {
  display: inline-block;
  line-height: 1;
}
.ova_feature.version_2 .items .icon span.flaticon-balance-3:before {
  margin-left: 14px;
}
.ova_feature.version_2 .items .icon span:before {
  margin: 0;
  font-size: 60px;
  display: inline-block;
}
.ova_feature.version_2 .items .icon span.flaticon-money-bag-2 {
  margin-left: 10px;
}
.ova_feature.version_2 .items .title {
  margin: 0;
  font-size: 22px;
  line-height: 24px;
  color: #202b5d;
  font-weight: 500;
}
.ova_feature.version_2 .items .title a {
  font-size: 22px;
  line-height: 24px;
  color: #202b5d;
  font-weight: 500;
}
.ova_feature.version_2 .items .title:after {
  content: "";
  display: block;
  width: 0px;
  height: 1px;
  background: rgba(6, 22, 58, 0.2);
  margin: 23px auto 0px auto;
  visibility: hidden;
  opacity: 0;
  transition: 0.4s;
}
.ova_feature.version_3 .items {
  text-align: center;
  padding: 32px 25px 54px 25px;
  box-shadow: 0px 10px 40px 0px rgba(6, 22, 58, 0.1);
  border: none;
}
.ova_feature.version_3 .items:hover .icon span:before {
  color: #fff !important;
}
.ova_feature.version_3 .items:hover .title {
  color: #fff;
}
.ova_feature.version_3 .items:hover .title a {
  color: #fff;
}
.ova_feature.version_3 .items:hover .title:after {
  background: #fff;
}
.ova_feature.version_3 .items:hover .excerpt p {
  color: #fff;
}
.ova_feature.version_3 .items .icon {
  margin-bottom: 3px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 100px;
  height: 100px;
  background: transparent;
  border-radius: 50%;
  transition: 0.4s;
}
.ova_feature.version_3 .items .icon span {
  display: inline-block;
  line-height: 1;
}
.ova_feature.version_3 .items .icon span:before {
  margin: 0;
  font-size: 60px;
  display: inline-block;
}
.ova_feature.version_3 .items .icon span.flaticon-money-bag-2 {
  margin-left: 10px;
}
.ova_feature.version_3 .items .title {
  margin: 0 0 25px 0;
  font-size: 24px;
  line-height: 30px;
  color: #202b5d;
  font-weight: 500;
}
.ova_feature.version_3 .items .title a {
  font-size: 24px;
  line-height: 30px;
  color: #202b5d;
  font-weight: 500;
}
.ova_feature.version_3 .items .title:after {
  content: "";
  display: block;
  width: 40px;
  height: 1px;
  background: rgba(6, 22, 58, 0.2);
  margin: 14px auto 0px auto;
  transition: 0.4s;
}
.ova_feature.version_3 .items .excerpt p {
  margin: 0;
  font-size: 17px;
  line-height: 24px;
  color: #62718d;
}

.ova_box_learnmore .content {
  display: inline-block;
  width: 275px;
  padding: 41px 30px 39px 30px;
  border-radius: 4px;
}
.ova_box_learnmore .content .title {
  margin: 0 0 28px 0;
  font-size: 22px;
  line-height: 26px;
  font-weight: 400;
  color: #fff;
}
.ova_box_learnmore .content .ova-learn-more {
  font-size: 18px;
  line-height: 26px;
  font-weight: 600;
  color: #fff;
  display: inline-flex;
  align-items: center;
}
.ova_box_learnmore .content .ova-learn-more svg {
  width: 19px;
}
.ova_box_learnmore .content .ova-learn-more:hover {
  color: #0067DA;
}

.ova_time_countdown {
  background-color: #2a2c37;
  padding: 26px 20px 26px 50px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}
@media (max-width: 767px) {
  .ova_time_countdown .ova-button {
    flex: 0 0 100%;
    margin-top: 20px;
  }
}
.ova_time_countdown .ova-button a {
  display: inline-block;
  font-size: 17px;
  font-weight: 400;
  letter-spacing: 0.3px;
  color: #2a2c37;
  background: #fff;
  padding: 0 20px;
  height: 50px;
  line-height: 50px;
}
.ova_time_countdown .ova-button a:hover {
  color: #fff;
}
@media (max-width: 767px) {
  .ova_time_countdown .due_date {
    flex: 0 0 100%;
  }
}
.ova_time_countdown .due_date .countdown-section {
  display: inline-block;
  text-align: left;
}
.ova_time_countdown .due_date .countdown-section:not(:last-child) {
  padding-right: 50px;
}
.ova_time_countdown .due_date .countdown-section:nth-child(1) {
  display: none;
}
.ova_time_countdown .due_date .countdown-section:nth-child(2) {
  display: none;
}
.ova_time_countdown .due_date .countdown-section:nth-child(3) {
  display: none;
}
.ova_time_countdown .due_date .countdown-section:nth-child(4) {
  display: none;
  margin-right: 0;
}
.ova_time_countdown .due_date .countdown-section .countdown-amount {
  display: block;
  font-size: 36px;
  line-height: 40px;
  font-weight: 400;
  color: #ffffff;
  margin-bottom: 5px;
}
.ova_time_countdown .due_date .countdown-section .countdown-period {
  display: block;
  font-size: 16px;
  line-height: 1.2;
  font-weight: 500;
  letter-spacing: 0.2px;
  color: #ffffff;
  text-transform: capitalize;
}
.ova_time_countdown.version_2 {
  background: transparent;
  justify-content: flex-start;
  padding: 0;
  max-width: 570px;
  margin: 0 auto;
}
@media (max-width: 991px) {
  .ova_time_countdown.version_2 {
    text-align: center;
    justify-content: center;
  }
}
.ova_time_countdown.version_2 .due_date .countdown-section {
  text-align: center;
  position: relative;
  display: inline-block;
  padding: 0 60px 0 0;
}
@media (max-width: 767px) {
  .ova_time_countdown.version_2 .due_date .countdown-section {
    padding: 0 30px;
  }
}
.ova_time_countdown.version_2 .due_date .countdown-section:last-child {
  padding: 0;
}
@media (max-width: 767px) {
  .ova_time_countdown.version_2 .due_date .countdown-section:last-child {
    padding: 0 30px;
  }
}
.ova_time_countdown.version_2 .due_date .countdown-section:not(:last-child):after {
  content: ":";
  display: inline-block;
  position: absolute;
  top: 24px;
  right: 25px;
  font-size: 50px;
  color: #868686;
}
@media (max-width: 767px) {
  .ova_time_countdown.version_2 .due_date .countdown-section:not(:last-child):after {
    display: none;
  }
}
.ova_time_countdown.version_2 .due_date .countdown-section .countdown-amount {
  font-size: 60px;
  line-height: 1.2;
  color: #202b5d;
  font-weight: 400;
}
.ova_time_countdown.version_2 .due_date .countdown-section .countdown-period {
  font-size: 17px;
  line-height: 1.2;
  letter-spacing: 0.2px;
  color: #62718d;
  font-weight: 400;
  padding: 0 20px;
}
@media (max-width: 767px) {
  .ova_time_countdown.version_2 .due_date .countdown-section .countdown-period {
    padding: 0 10px;
  }
}

@media (max-width: 767px) {
  .ova_time_countdown .due_date .countdown-section:not(:last-child) {
    margin-bottom: 10px;
  }
  .ova_time_countdown .due_date .countdown-section .countdown-amount {
    font-size: 40px;
  }
  .ova_time_countdown .due_date .countdown-section .countdown-period {
    font-size: 18px;
  }
}
.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:first-child .wp-content {
  position: relative;
}
.ova-history .wp-item:first-child .wp-content:before {
  content: "";
  width: 1px;
  height: 60px;
  background: #e5e5e5;
  display: inline-block;
  position: absolute;
  right: -1px;
  top: -57px;
}
@media (max-width: 991px) {
  .ova-history .wp-item:first-child .wp-content:before {
    display: none;
  }
}
.ova-history .wp-item:first-child .wp-content:after {
  content: "";
  width: 10px;
  height: 10px;
  background: #e5e5e5;
  display: inline-block;
  position: absolute;
  right: -5px;
  border-radius: 50%;
  top: -67px;
}
@media (max-width: 991px) {
  .ova-history .wp-item:first-child .wp-content:after {
    display: none;
  }
}
.ova-history .wp-item:last-child .wp-content {
  position: relative;
}
.ova-history .wp-item:last-child .wp-content:before {
  content: "";
  width: 1px;
  height: 60px;
  background: #e5e5e5;
  display: inline-block;
  position: absolute;
  left: -1px;
  bottom: -27px;
}
@media (max-width: 991px) {
  .ova-history .wp-item:last-child .wp-content:before {
    display: none;
  }
}
.ova-history .wp-item:last-child .wp-content:after {
  content: "";
  width: 10px;
  height: 10px;
  background: #e5e5e5;
  display: inline-block;
  position: absolute;
  left: -5px;
  border-radius: 50%;
  bottom: -37px;
}
@media (max-width: 991px) {
  .ova-history .wp-item:last-child .wp-content:after {
    display: none;
  }
}
.ova-history .wp-item:not(:last-child) .wp-content {
  padding-bottom: 85px;
}
.ova-history .wp-item.active:nth-child(odd) .wp-content .content, .ova-history .wp-item.active:nth-child(even) .wp-content .content {
  transform: translate(0);
  opacity: 1;
}
.ova-history .wp-item.active:nth-child(odd) .wp-year .year, .ova-history .wp-item.active:nth-child(odd) .wp-year .title, .ova-history .wp-item.active:nth-child(odd) .wp-year .desc, .ova-history .wp-item.active:nth-child(even) .wp-year .year, .ova-history .wp-item.active:nth-child(even) .wp-year .title, .ova-history .wp-item.active:nth-child(even) .wp-year .desc {
  transform: translate(0);
  opacity: 1;
}
.ova-history .wp-item:nth-child(odd) .wp-content .content {
  transform: translate(-300px, 0);
  opacity: 0;
  transition: 0.5s;
  text-align: right;
}
@media (max-width: 991px) {
  .ova-history .wp-item:nth-child(odd) .wp-content .content {
    text-align: left;
  }
}
.ova-history .wp-item:nth-child(odd) .wp-year .year, .ova-history .wp-item:nth-child(odd) .wp-year .title, .ova-history .wp-item:nth-child(odd) .wp-year .desc {
  transform: translate(300px, 0);
  opacity: 0;
  transition: 0.5s;
}
.ova-history .wp-item:nth-child(even) .wp-content .content {
  transform: translate(300px, 0);
  opacity: 0;
  transition: 0.5s;
}
.ova-history .wp-item:nth-child(even) .wp-year .year, .ova-history .wp-item:nth-child(even) .wp-year .title, .ova-history .wp-item:nth-child(even) .wp-year .desc {
  transform: translate(-300px, 0);
  opacity: 0;
  transition: 0.5s;
}
.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: 70px;
  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: 70px;
  border-right: 1px solid #e5e5e5;
  text-align: right;
}
@media (max-width: 991px) {
  .ova-history .wp-item:nth-child(even) .wp-year {
    padding: 0px;
    border: none;
    text-align: left;
  }
}
.ova-history .wp-item:nth-child(even) .wp-year .dot .dot1 {
  left: unset;
  right: -15px;
}
.ova-history .wp-item:nth-child(even) .wp-year .dot .dot2 {
  left: unset;
  right: -6.5px;
}
.ova-history .wp-item:nth-child(even) .wp-year .dot .dot4 {
  left: unset;
  right: -3.5px;
}
.ova-history .wp-item:nth-child(even) .wp-year .year {
  margin-top: -6px;
}
@media (max-width: 991px) {
  .ova-history .wp-item:nth-child(even) .wp-year .year {
    float: unset;
  }
}
.ova-history .wp-item .wp-content {
  flex-basis: 50%;
  padding-right: 70px;
  border-right: 1px solid #e5e5e5;
  transition: 0.5s;
}
@media (max-width: 991px) {
  .ova-history .wp-item .wp-content {
    padding: 0px;
    border: none;
  }
}
.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-year {
  flex-basis: 50%;
  padding-left: 70px;
  border: none;
  position: relative;
  transition: 0.5s;
}
@media (max-width: 991px) {
  .ova-history .wp-item .wp-year {
    padding: 0px;
    margin-bottom: 20px;
  }
}
@media (max-width: 991px) {
  .ova-history .wp-item .wp-year .dot {
    display: none;
  }
}
.ova-history .wp-item .wp-year .dot span {
  display: inline-block;
  position: absolute;
}
.ova-history .wp-item .wp-year .dot .dot1 {
  border: 1px solid #e5e5e5;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  top: 0px;
  left: -15px;
  z-index: 1;
  background: #fff;
}
.ova-history .wp-item .wp-year .dot .dot2 {
  width: 13px;
  height: 13px;
  border-radius: 50%;
  top: 8.5px;
  left: -6.5px;
  z-index: 2;
}
.ova-history .wp-item .wp-year .dot .dot4 {
  background: #fff;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  top: 11.5px;
  left: -3.5px;
  z-index: 3;
}
.ova-history .wp-item .wp-year .title h3 {
  margin: 0 0 19px 0;
  font-size: 24px;
  line-height: 1.2;
  color: #202b5d;
  font-weight: 600;
  position: relative;
}
.ova-history .wp-item .wp-year .year {
  font-size: 22px;
  line-height: 1.2;
  font-weight: 600;
  margin-bottom: 3px;
  margin-top: -6px;
}
.ova-history .wp-item .wp-year .desc p {
  font-size: 17px;
  line-height: 26px;
  color: #62718d;
}

.ova_feature_box.version_1 {
  position: relative;
}
.ova_feature_box.version_1:hover .ova-content .readmore {
  height: 28px;
  opacity: 1;
}
.ova_feature_box.version_1 .ova-image {
  display: block;
}
.ova_feature_box.version_1 .ova-content {
  text-align: center;
  box-shadow: 0px 10px 40px 0px rgba(6, 22, 58, 0.1);
  padding: 18px 10px 22px 10px;
  position: absolute;
  bottom: -35px;
  background: #fff;
  left: 30px;
  right: 30px;
}
.ova_feature_box.version_1 .ova-content .title {
  margin: 0 0 0 0;
}
.ova_feature_box.version_1 .ova-content .title a {
  font-size: 24px;
  line-height: 30px;
  color: #202b5d;
  font-weight: 500;
}
.ova_feature_box.version_1 .ova-content .readmore {
  height: 0;
  opacity: 0;
  transition: 0.4s;
}
.ova_feature_box.version_1 .ova-content .readmore a {
  margin: 4px 0 0 0;
  display: inline-block;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0.2px;
  color: #62718d;
}
.ova_feature_box.version_1 .ova-content .readmore a svg {
  width: 18px;
  margin: 0 0 0 -5px;
}
.ova_feature_box.version_2 {
  display: flex;
  align-items: center;
  box-shadow: 0px 10px 40px 0px rgba(6, 22, 58, 0.1);
  padding: 20px 20px 30px 30px;
  background: #fff;
  transition: 0.3s;
}
.ova_feature_box.version_2:hover .ova-image span:before {
  color: #fff;
}
.ova_feature_box.version_2:hover .ova-content .title a {
  color: #fff;
}
.ova_feature_box.version_2:hover .ova-content .title a:hover {
  color: #06163A;
}
.ova_feature_box.version_2 .ova-image {
  margin: 0 30px 0 0;
  transition: 0.5s;
  position: relative;
  z-index: 2;
}
.ova_feature_box.version_2 .ova-image a {
  position: relative;
  display: block;
}
.ova_feature_box.version_2 .ova-image a:after {
  content: "";
  position: absolute;
  top: -8px;
  left: 5px;
  border-radius: 50%;
  width: 50px;
  height: 50px;
  background: rgba(255, 53, 20, 0.2);
  z-index: 1;
}
.ova_feature_box.version_2 .ova-image span {
  position: relative;
  z-index: 2;
}
.ova_feature_box.version_2 .ova-image span:before {
  font-size: 40px;
  color: #202b5d;
}
.ova_feature_box.version_2 .ova-content .title {
  margin: 0 0 0 0;
}
.ova_feature_box.version_2 .ova-content .title a {
  font-size: 20px;
  line-height: 30px;
  color: #202b5d;
  font-weight: 400;
}

.ova_list_link {
  max-width: 395px;
  padding: 50px 30px 55px 30px;
}
.ova_list_link.box-shadow {
  box-shadow: 0px 10px 40px 0px rgba(6, 22, 58, 0.1);
}
.ova_list_link .title {
  margin: 0 0 32px 20px;
  font-size: 36px;
  line-height: 40px;
  color: #fff;
  font-weight: 600;
}
.ova_list_link ul.content {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.ova_list_link ul.content li {
  padding: 0 20px;
  transition: 0.8s;
  position: relative;
}
.ova_list_link ul.content li:before {
  position: absolute;
  content: "";
  width: 100%;
  height: 1px;
  background: #fff;
  top: -1px;
  left: 0;
  visibility: hidden;
  opacity: 0;
  transition: 0.8s;
}
.ova_list_link ul.content li:after {
  position: absolute;
  content: "";
  width: 100%;
  height: 1px;
  background: #fff;
  bottom: 0px;
  left: 0;
  visibility: hidden;
  opacity: 0;
  transition: 0.8s;
}
.ova_list_link ul.content li:hover {
  background: #fff;
  box-shadow: 0px 10px 40px 0px rgba(6, 22, 58, 0.05);
}
.ova_list_link ul.content li:hover:before, .ova_list_link ul.content li:hover:after {
  visibility: visible;
  opacity: 1;
}
.ova_list_link ul.content li:hover a {
  border-bottom: none;
  color: #202b5d;
}
.ova_list_link ul.content li:hover a svg {
  color: #202b5d;
}
.ova_list_link ul.content li:not(:last-child) a {
  border-bottom: 1px solid rgba(238, 238, 238, 0.25);
}
.ova_list_link ul.content li a {
  font-size: 18px;
  line-height: 1.2;
  color: #fff;
  font-weight: 600;
  position: relative;
  display: flex;
  justify-content: space-between;
  padding: 13px 0 11px 0;
}
.ova_list_link ul.content li a:hover .icon-hover {
  right: 0px;
  opacity: 1;
}
.ova_list_link ul.content li a:hover .icon {
  opacity: 0;
}
.ova_list_link ul.content li a .icon {
  transition: 0.4s;
}
.ova_list_link ul.content li a .icon-hover {
  position: absolute;
  top: 50%;
  right: 20px;
  transition: 0.8s;
  transform: translateY(-50%);
  opacity: 0;
}
.ova_list_link ul.content li a svg {
  width: 18px;
  color: rgba(255, 255, 255, 0.5);
}

.ova_box_resource {
  box-shadow: 0px 10px 40px 0px rgba(6, 22, 58, 0.1);
  padding: 24px 30px 40px 30px;
}
.ova_box_resource .text_number {
  margin: 0 0 13px 0;
}
.ova_box_resource .text_number span {
  font-size: 26px;
  line-height: 30px;
  font-weight: 600;
  color: #b0b8c6;
}
.ova_box_resource .title {
  margin: 0 0 19px 0;
}
.ova_box_resource .title a {
  font-size: 24px;
  line-height: 30px;
  font-weight: 600;
}
.ova_box_resource .title a:hover {
  color: #06163a;
}
.ova_box_resource ul.content {
  padding: 0;
  margin: 0 0 28px 0;
  list-style-type: none;
}
.ova_box_resource ul.content li a {
  font-size: 17px;
  line-height: 26px;
  letter-spacing: 0.2px;
  font-weight: 400;
  color: #62718d;
  display: inline-block;
  margin: 0 0 5px 0;
}
.ova_box_resource ul.content li a:hover {
  color: #202b5d;
}
.ova_box_resource .read_more a {
  font-size: 16px;
  color: #202b5d;
  font-weight: 600;
  background: #e8eaee;
  display: inline-block;
  height: 40px;
  line-height: 40px;
  padding: 0 38px;
}
.ova_box_resource .read_more a:hover {
  background: #06163a;
  color: #fff;
}

.ova_contact_slide {
  position: relative;
}
.ova_contact_slide .slide-contact .item {
  padding: 40px 25px 40px 25px;
  background: #fff;
  border-radius: 8px;
  box-shadow: 0px 10px 40px 0px rgba(6, 22, 58, 0.1019607843);
}
.ova_contact_slide .slide-contact .item h3 {
  margin: 0 0 21px 0;
  display: inline-block;
  padding: 0 15px 4px 15px;
  border-radius: 20px 20px 20px 20px;
}
.ova_contact_slide .slide-contact .item h3 i:before {
  color: #ffffff;
  font-size: 16px;
}
.ova_contact_slide .slide-contact .item h3 a {
  font-size: 18px;
  line-height: 1.2;
  color: #fff;
  font-weight: 700;
  transition: 0.4s ease;
}
.ova_contact_slide .slide-contact .item h3:hover {
  background: #263788;
}
.ova_contact_slide .slide-contact .item .address p {
  margin: 0 0 6px 0;
  font-size: 16px;
  line-height: 24px;
  color: #62718d;
  font-weight: 400;
}
.ova_contact_slide .slide-contact .item .mail {
  margin: 0 0 28px 0;
}
.ova_contact_slide .slide-contact .item .phone {
  margin: 0 0 5px 0;
}
.ova_contact_slide .slide-contact .item .mail a, .ova_contact_slide .slide-contact .item .phone a {
  font-size: 16px;
  line-height: 1.2;
  color: #62718d;
}
.ova_contact_slide .slide-contact .item .mail a i, .ova_contact_slide .slide-contact .item .phone a i {
  margin: 0 3px 0 0;
  transform: rotateY(180deg);
}
.ova_contact_slide .slide-contact .item .read_more a {
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0.2px;
  color: #202b5d;
  display: inline-block;
  border-radius: 100px;
  transition: 0.3s ease;
}
.ova_contact_slide .slide-contact .item .read_more a:hover {
  color: #2db7ff !important;
}
.ova_contact_slide .slide-contact .item .read_more a:hover i:before {
  color: #2db7ff !important;
}
.ova_contact_slide .slide-contact .item .read_more a i:before {
  margin-left: -10px;
  font-size: 20px;
  vertical-align: middle;
}
.ova_contact_slide .owl-stage-outer {
  padding: 50px 0;
}
.ova_contact_slide .owl-stage-outer {
  margin-right: -15px;
  margin-left: -15px;
  padding-left: 15px;
  padding-right: 15px;
  width: calc(100% + 30px);
}
@media (max-width: 1290px) {
  .ova_contact_slide .owl-stage-outer {
    margin-right: 0px;
    margin-left: 0px;
    padding-left: 0px;
    padding-right: 0px;
    width: 100%;
  }
}
.ova_contact_slide .owl-dots {
  text-align: center;
  margin-top: 2px;
}
.ova_contact_slide .owl-dots .owl-dot {
  outline: none;
}
.ova_contact_slide .owl-dots .owl-dot span {
  width: 6px;
  height: 6px;
  margin: 5px;
  background: #d1d1d6;
  display: block;
  -webkit-backface-visibility: visible;
  transition: opacity 0.2s ease;
  border-radius: 30px;
}
.ova_contact_slide .owl-dots .owl-dot.active span {
  width: 12px;
  border-radius: 5px;
  opacity: 1;
}
.ova_contact_slide .owl-carousel .owl-nav {
  position: absolute;
  bottom: 123px;
  left: -320px;
}
@media (max-width: 1200px) {
  .ova_contact_slide .owl-carousel .owl-nav {
    left: -120px;
    bottom: 78px;
  }
}
@media (max-width: 1024px) {
  .ova_contact_slide .owl-carousel .owl-nav {
    display: none;
  }
}
.ova_contact_slide .owl-carousel .owl-nav > button {
  background: #fff;
  border: 1px solid #e5e5e5;
  color: #888888;
  width: 50px;
  height: 50px;
  display: inline-block;
  font-size: 22px;
  border-radius: 50%;
  box-shadow: 0px 10px 40px 0px rgba(6, 22, 58, 0.1);
  outline: none;
}
.ova_contact_slide .owl-carousel .owl-nav > button.owl-prev {
  margin-right: 10px;
}

.ova-blog-element {
  position: relative;
}
.ova-blog-element .ova-all-news {
  text-align: right;
  margin-bottom: 70px;
}
.ova-blog-element .post-meta-content .post-date {
  margin-right: 10px;
}
.ova-blog-element .post-meta-content .wp-author .slash {
  padding: 0;
}

.ova_button {
  display: inline-block;
  font-size: 18px;
  line-height: 24px;
  font-weight: 600;
  border-radius: 50px;
  transition: 0.4s;
  color: #fff;
  padding: 19px 50px 17px 50px;
  cursor: pointer;
}
.ova_button:hover {
  background: #263788;
  border-color: #263788;
  color: #fff;
}
.ova_button.tiny {
  padding: 9px 30px 7px 30px !important;
}
.ova_button.small {
  padding: 14px 40px 12px 40px !important;
}
.ova_button.large {
  padding: 24px 60px 24px 60px !important;
}
.ova_button.type2 {
  background: #fff;
  border: 2px solid;
}
.ova_button.type2:hover {
  color: #fff;
}
.ova_button.type3 {
  background: #263788;
}
.ova_button.type3:hover {
  color: #fff;
}
.ova_button.type4 {
  background: #fff;
  border-color: #fff;
}
.ova_button.type4:hover {
  color: #fff;
}

.our-skill {
  text-align: center;
}
.our-skill .circle {
  display: inline-block;
  position: relative;
}
.our-skill .circle canvas {
  transform: rotate(-270deg);
}
.our-skill .circle strong {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, calc(-50% - 5px));
  font-size: 50px;
  line-height: 1.2em;
  font-weight: 300;
  color: #263787;
}
.our-skill .title {
  font-size: 18px;
  line-height: 26px;
  font-weight: 500;
  color: #263787;
  margin: 0;
  margin-top: 9px;
}

.ova_box_feature_1 .item {
  text-align: center;
  border-left: 1px solid rgba(255, 255, 255, 0.3);
  border-right: 1px solid rgba(255, 255, 255, 0.3);
  padding-bottom: 5px;
}
.ova_box_feature_1 .item:hover .icon {
  background: #fff;
}
.ova_box_feature_1 .item .icon {
  margin: 0 auto 21px auto;
  width: 90px;
  height: 90px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  transition: 0.4s;
}
.ova_box_feature_1 .item .icon i {
  display: inline-block;
  line-height: 1;
}
.ova_box_feature_1 .item .icon i:before {
  margin: 0;
  font-size: 60px;
  color: #fff;
  transition: 0.4s;
}
.ova_box_feature_1 .item .title p {
  margin: 0;
  font-size: 18px;
  line-height: 24px;
  font-weight: 500;
  color: #263788;
}
.ova_box_feature_1.version_4 .item {
  text-align: center;
  padding-top: 30px;
  padding-bottom: 35px;
  border: none;
  border-radius: 10px;
  background-color: #202f74;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.ova_box_feature_1.version_4 .item:hover {
  background-color: #fff;
}
.ova_box_feature_1.version_4 .item:hover .title p {
  color: #263788;
}
.ova_box_feature_1.version_4 .item .icon {
  background-color: #2db7ff;
  margin: 0 auto 16px auto;
  width: 100px;
  height: 100px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.ova_box_feature_1.version_4 .item .icon i {
  display: inline-block;
  line-height: 1;
}
.ova_box_feature_1.version_4 .item .icon i:before {
  margin: 0;
  font-size: 60px;
  color: #fff;
  transition: 0.4s;
}
.ova_box_feature_1.version_4 .item .title p {
  margin: 0;
  font-size: 20px;
  line-height: 24px;
  font-weight: 500;
  color: #fff;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.ova_box_feature_1.version_2 {
  background-color: #fff;
  border-radius: 10px;
  box-shadow: 0px 10px 40px 0px rgba(6, 22, 58, 0.1);
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.ova_box_feature_1.version_2:hover {
  background-color: #263788;
}
.ova_box_feature_1.version_2:hover .item .icon .number {
  -webkit-text-fill-color: transparent;
  -webkit-text-stroke: 1px #46559a;
}
.ova_box_feature_1.version_2:hover .item .title p {
  color: #fff !important;
}
.ova_box_feature_1.version_2 .item {
  text-align: left;
  padding: 28px 30px 35px 45px;
  border: none;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.ova_box_feature_1.version_2 .item:hover .icon {
  background-color: transparent;
}
.ova_box_feature_1.version_2 .item .icon {
  width: 100%;
  margin: 0;
  display: flex;
  justify-content: space-between;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.ova_box_feature_1.version_2 .item .icon i:before {
  margin: 0;
  font-size: 60px;
  color: #2db7ff;
}
.ova_box_feature_1.version_2 .item .icon .number {
  margin: 0;
  font-size: 60px;
  font-weight: 500;
  line-height: 22px;
  color: #000;
  -webkit-text-fill-color: transparent;
  -webkit-text-stroke: 1px #ececec;
}
.ova_box_feature_1.version_2 .item .title {
  margin: 20px 0 0;
  font-size: 22px;
  line-height: 24px;
  color: #202b5d;
  font-weight: 500;
}
.ova_box_feature_1.version_2 .item .title p {
  font-size: 20px;
  line-height: 24px;
  color: #263788;
  font-weight: 500;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.ova_box_feature_3.version_3 {
  background-color: #fff;
  padding: 38px 0 55px;
  box-shadow: 20px 0px 30px 0px #f3f3f3 inset;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}
.ova_box_feature_3.version_3:hover {
  background-color: #2db7ff;
  box-shadow: none;
}
.ova_box_feature_3.version_3:hover .item .icon i {
  position: relative;
}
.ova_box_feature_3.version_3:hover .item .icon i:before {
  color: #fff;
}
.ova_box_feature_3.version_3:hover .item .icon i:after {
  opacity: 1;
  transform: scaleX(1);
}
.ova_box_feature_3.version_3:hover .item .title p {
  color: #fff;
}
.ova_box_feature_3.version_3 .item {
  text-align: center;
  padding: 0;
  border: none;
}
.ova_box_feature_3.version_3 .item .icon {
  display: flex;
  justify-content: center;
  align-items: center;
}
.ova_box_feature_3.version_3 .item .icon i {
  display: inline-block;
  line-height: 1;
  position: relative;
}
.ova_box_feature_3.version_3 .item .icon i:before {
  margin: 0;
  font-size: 60px;
  color: #2db7ff;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}
.ova_box_feature_3.version_3 .item .icon i:after {
  position: absolute;
  width: 40px;
  bottom: -90px;
  right: 9px;
  height: 1px;
  background: #fbfbfb;
  content: "";
  transform: scaleX(0.1);
  opacity: 0;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}
.ova_box_feature_3.version_3 .item .title {
  text-align: center;
}
.ova_box_feature_3.version_3 .item .title p {
  position: relative;
  margin: 0;
  margin-top: 25px;
  font-size: 20px;
  line-height: 24px;
  font-weight: 500;
  color: #263787;
  display: inline-block;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}

.ova_box_feature.version_5 .item {
  padding: 30px 30px 38px;
  background-color: #263788;
  border-radius: 10px;
}
.ova_box_feature.version_5 .item .icon {
  margin-bottom: 15px;
}
.ova_box_feature.version_5 .item .icon i {
  color: #2db7ff;
  font-size: 60px;
}
.ova_box_feature.version_5 .item .title p {
  margin: 0;
  font-size: 22px;
  line-height: 26px;
  font-weight: 400;
  color: #fff;
}
.ova_box_feature.version_5 .item .title p span {
  color: #2db7ff;
}

.ova_boxes.version_6 {
  display: flex;
  justify-content: center;
}
.ova_boxes.version_6 .item_v6 {
  display: flex;
  align-items: center;
  background-color: #263788;
  padding: 30px 30px 30px 35px;
  border-radius: 10px;
  max-width: 400px;
}
.ova_boxes.version_6 .item_v6 .icon {
  margin-right: 25px;
}
.ova_boxes.version_6 .item_v6 .icon i {
  font-size: 74px;
  color: #2db7ff;
}
.ova_boxes.version_6 .item_v6 .content {
  padding-left: 30px;
  border-left: 1px solid #515fa0;
}
.ova_boxes.version_6 .item_v6 .content .title h2 {
  margin: 5px 0 10px 0;
  color: #fff;
  font-size: 24px;
  font-weight: 500;
  line-height: 30px;
}
.ova_boxes.version_6 .item_v6 .content .description p {
  margin: 0;
  color: #fff;
  font-size: 18px;
  font-weight: 400;
  line-height: 24px;
  opacity: 0.5;
}

.ova_box_contact_1 {
  padding: 40px 30px 38px 30px;
  box-shadow: 0px 10px 40px 0px rgba(6, 22, 58, 0.1);
  background: #fff;
  max-width: 400px;
  border-radius: 10px;
  transition: 0.4s ease;
}
.ova_box_contact_1.version_1:hover {
  background: #263788;
  color: #fff;
}
.ova_box_contact_1.version_1:hover .icon {
  position: relative;
}
.ova_box_contact_1.version_1:hover .icon i {
  color: #fff;
}
.ova_box_contact_1.version_1:hover .title, .ova_box_contact_1.version_1:hover p, .ova_box_contact_1.version_1:hover a {
  color: #fff;
}
.ova_box_contact_1 .icon {
  margin-bottom: 13px;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}
.ova_box_contact_1 .icon i {
  display: inline-block;
  line-height: 1;
}
.ova_box_contact_1 .icon i:before {
  margin: 0;
  font-size: 40px;
}
.ova_box_contact_1 .title {
  margin: 0 0 20px 0;
  font-size: 24px;
  line-height: 28px;
  color: #263788;
  font-weight: 500;
}
.ova_box_contact_1 p {
  margin: 0;
}
.ova_box_contact_1 a, .ova_box_contact_1 p {
  display: block;
  font-size: 17px;
  line-height: 24px;
  font-weight: 400;
  color: #62718d;
}
.ova_box_contact_1.version_2 {
  display: flex;
  padding: 0px;
  box-shadow: none;
  background: none;
  align-items: center;
}
.ova_box_contact_1.version_2 .title {
  margin-bottom: 0px;
}
.ova_box_contact_1.version_2 .icon {
  margin-right: 15px;
  margin-bottom: 0px;
}

.ova_box_contact.version_3 {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.ova_box_contact.version_3 .icon {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background-color: #2db7ff;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 10px;
}
.ova_box_contact.version_3 .icon i {
  color: #fff;
  font-size: 14px;
}
.ova_box_contact.version_3 .icon i:before {
  margin: 0;
}
.ova_box_contact.version_3 .title {
  margin: 0;
  color: #263788;
  font-size: 17px;
  line-height: 26px;
  font-weight: 400;
  margin-right: 5px;
}
.ova_box_contact.version_3 p, .ova_box_contact.version_3 a {
  margin: 0;
  color: #6c7a95;
  font-size: 17px;
  line-height: 26px;
  font-weight: 400;
  margin-right: 5px;
}
.ova_box_contact.version_3 a {
  text-decoration: none;
}

/*LIST CHECKER 2*/
.ova_list_checked2 ul {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.ova_list_checked2 ul li:not(:last-child) {
  margin-bottom: 12px;
}
.ova_list_checked2 ul li .icon-sev {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  vertical-align: middle;
  background-color: #d5f1ff;
  display: inline-flex;
  justify-content: center;
  align-items: center;
}
.ova_list_checked2 ul li svg {
  width: 25px;
  height: 25px;
  color: #2db7ff;
}
.ova_list_checked2 ul li span {
  margin: 0;
  margin-left: 10px;
  font-size: 17px;
  line-height: 26px;
  color: #202b5d;
}

/*Package Service 1*/
.ova-banner {
  display: flex;
  justify-content: space-between;
  padding-right: 30px;
  padding-left: 30px;
  background-color: #263788;
  color: #ffffff;
}
.ova-banner h2 {
  font-size: 24px;
  font-weight: 600;
  line-height: 60px;
  color: #fff;
  margin: 0;
}

.sev-pk1 {
  padding-left: 30px;
}
.sev-pk1 .pk1-title {
  padding: 30px 0px 20px 0px;
  font-size: 17px;
  line-height: 24px;
  color: #263788;
  font-weight: 500;
}
.sev-pk1 .pk1-title2 {
  font-size: 16px;
  line-height: 24px;
  color: #263788;
  font-weight: 300;
  padding: 20px 0px 30px 0px;
}

/* Package Service 2 */
.pk2-title {
  text-align: center;
  color: #ffffff;
  background-color: #2db7ff;
}
.pk2-title h2 {
  font-size: 24px;
  font-weight: 600;
  line-height: 60px;
  margin: 0;
  color: #fff;
}

.ova_list_text {
  color: #62718d;
  font-size: 17px;
  line-height: 50px;
  font-weight: 400;
}
.ova_list_text table, .ova_list_text tr, .ova_list_text td, .ova_list_text th {
  border: none;
}
.ova_list_text td {
  height: 50px;
}
.ova_list_text .table-text tr:nth-child(even) td {
  background-color: #ecedf5;
}
.ova_list_text .table-text td {
  background-color: #ffffff;
}
.ova_list_text .table-text .sev-text {
  padding-left: 30px;
}
.ova_list_text .table-text .sev-text2 {
  padding-right: 30px;
  text-align: right;
}

/* Package Service 3 */
.pk3-sev {
  display: flex;
  justify-content: space-between;
  align-items: center;
  background-color: #ffffff;
  padding: 50px 30px 50px 30px;
  flex-wrap: wrap;
}
.pk3-sev .pk3-icon {
  display: flex;
}
@media (max-width: 1300px) {
  .pk3-sev .pk3-icon {
    display: block;
    width: 100%;
  }
}
.pk3-sev .pk3-icon i {
  display: flex;
  align-items: center;
  color: #2db7ff;
}
@media (max-width: 1300px) {
  .pk3-sev .pk3-icon i {
    display: flex;
    justify-content: center;
    width: 100%;
  }
}
.pk3-sev .pk3-icon i:before {
  font-size: 60px;
}
.pk3-sev .pk3-icon .ova-icon {
  padding-left: 20px;
}
@media (max-width: 1300px) {
  .pk3-sev .pk3-icon .ova-icon {
    margin-top: 50px;
    display: flex;
    justify-content: center;
    width: 100%;
    text-align: center;
  }
}
.pk3-sev .pk3-icon .ova-icon .pk3-title {
  display: block;
  font-size: 24px;
  line-height: 26px;
  font-weight: 500;
  color: #263788;
  padding-bottom: 8px;
}
.pk3-sev .pk3-icon .ova-icon .pk3-title2 {
  display: block;
  font-size: 17px;
  line-height: 26px;
  font-weight: 300;
  color: #62718d;
}
@media (max-width: 1300px) {
  .pk3-sev .pk3-btn {
    display: flex;
    justify-content: center;
    width: 100%;
    margin-top: 30px;
  }
}
.pk3-sev .pk3-btn .ova_button {
  padding: 19px 35px 17px 35px;
}
@media (max-width: 768px) {
  .pk3-sev .pk3-btn .ova_button {
    padding: 10px 20px 8px 20px;
  }
}

/*SLIDE SERVICE*/
.archive_sev .owl-stage-outer {
  padding: 25px 0px 110px 0px;
}
.archive_sev .owl-carousel .owl-stage-outer .items {
  box-shadow: none;
}
.archive_sev .owl-dots {
  text-align: center;
  margin-top: 12px;
}
.archive_sev .owl-dots .owl-dot {
  outline: none;
}
.archive_sev .owl-dots .owl-dot span {
  width: 6px;
  height: 6px;
  margin: 5px;
  background: #d1d1d6;
  display: block;
  -webkit-backface-visibility: visible;
  transition: opacity 0.2s ease;
  border-radius: 30px;
}
.archive_sev .owl-dots .owl-dot.active span {
  width: 12px;
  border-radius: 5px;
  opacity: 1;
}

/*BANNER SERVICES*/
.banner2-sev {
  transition: 0.4s ease;
}
.banner2-sev:hover .icon-title .bn2-sev:before {
  opacity: 1;
}
.banner2-sev .icon-title {
  position: relative;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
.banner2-sev .icon-title .bn2-icon {
  width: 120px;
  height: 120px;
  background: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 5px;
  box-shadow: 0px 10px 40px 0px rgba(6, 22, 58, 0.1);
}
.banner2-sev .icon-title .bn2-icon i {
  font-size: 50px;
  color: #263787;
}
.banner2-sev .icon-title .bn2-sev {
  position: relative;
  display: flex;
  justify-content: center;
  transition: 0.3s ease;
  bottom: -25px;
  right: -60px;
}
.banner2-sev .icon-title .bn2-sev:before {
  content: "";
  width: 50px;
  height: 50px;
  background: #2db7ff;
  opacity: 0.3;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  transition: 0.3s ease;
}
.banner2-sev .icon-title .bn2-sev .bn2-title {
  width: 40px;
  height: 40px;
  background-color: #2db7ff;
  border-radius: 50%;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  font-size: 22px;
  line-height: 24px;
  color: #fff;
  font-weight: 300;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.banner2-sev .bn2-title2 {
  padding-top: 20px;
  font-size: 24px;
  line-height: 32px;
  font-weight: 500;
  color: #ffffff;
  text-align: center;
}
.banner2-sev .bn2-sub_title {
  padding-top: 20px;
  font-size: 17px;
  line-height: 24px;
  color: #62718d;
  text-align: center;
}

.bn2-icon.version_1 {
  display: flex;
  align-items: center;
  color: #ffffff;
  font-size: 50px;
  justify-content: center;
}
.bn2-icon.version_1 i {
  color: #263788;
}
.bn2-icon.version_2 {
  display: flex;
  align-items: center;
  color: #ffffff;
  font-size: 30px;
  justify-content: center;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  background-color: #263788;
}
.bn2-icon.version_2 i {
  color: #fff;
}
.bn2-icon.version_2 i:before {
  margin-left: 0;
}

/*LIST ICON SERVICES*/
.ova_list_icon ul {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.ova_list_icon ul li {
  display: flex;
  align-items: center;
}
.ova_list_icon ul li:not(:last-child) {
  margin-bottom: 60px;
}
.ova_list_icon ul li .li-sev-icon {
  width: 80px;
  height: 80px;
  border-radius: 50%;
  background-color: #c0e9ff;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  vertical-align: middle;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}
.ova_list_icon ul li .li-sev-icon i:before {
  font-size: 45px;
  line-height: 1;
  margin: 0;
  color: #263788;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}
.ova_list_icon ul li .li-sev-text {
  padding-left: 15px;
  width: 80%;
}
.ova_list_icon ul li .li-sev-text .li-text1 {
  font-size: 24px;
  line-height: 62px;
  font-weight: 500;
  color: #263788;
}
.ova_list_icon ul li .li-sev-text .li-text2 {
  font-size: 17px;
  line-height: 24px;
  color: #62718d;
}

.ova_icon_header {
  display: flex;
  align-items: center;
}
.ova_icon_header .number {
  display: flex;
  align-items: center;
  padding-right: 35px;
}
.ova_icon_header .number i:before {
  color: #eec139;
  font-size: 25px;
}
.ova_icon_header .number .hd-title {
  font-size: 22px;
  font-weight: 500;
  color: #263788;
  padding-left: 10px;
}
.ova_icon_header .number .hd-title a {
  color: #263788;
}
.ova_icon_header .number .hd-title a:hover {
  color: #2db7ff;
}
.ova_icon_header .icon-header {
  padding-right: 15px;
}
.ova_icon_header .icon-header i:before {
  color: #263788;
  font-size: 25px;
}

.tt-mis {
  position: relative;
  display: flex;
  justify-content: center;
  width: 60px;
  height: 60px;
  transition: 0.4s ease;
  cursor: pointer;
}
.tt-mis:before {
  content: "";
  width: 40px;
  height: 40px;
  background: #2db7ff;
  opacity: 0.4;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  transition: 0.4s ease;
}
.tt-mis:after {
  position: absolute;
  top: -10px;
  content: "";
  width: 60px;
  height: 60px;
  background: #2db7ff;
  opacity: 0;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.tt-mis .tt-title {
  width: 25px;
  height: 25px;
  background-color: #2db7ff;
  border-radius: 50%;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  font-size: 30px;
  line-height: 9px;
  color: #fff;
  font-weight: 300;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  z-index: 999;
}
.tt-mis .tt-title2 {
  font-size: 18px;
  line-height: 22px;
  font-weight: 500;
  color: #263787;
  text-align: center;
  opacity: 0;
  width: 220px;
  background-color: #ffffff;
  border-radius: 6px;
  padding: 10px 30px 10px 30px;
  position: absolute;
  z-index: 1;
  bottom: 110%;
  left: 50%;
  margin-left: -110px;
  transition: 0.4s ease;
}
.tt-mis .tt-title2:after {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -5px;
  border-width: 5px;
  border-style: solid;
  border-color: #fff transparent transparent transparent;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.tt-mis:hover .tt-title2 {
  opacity: 1;
}
.tt-mis:hover:after {
  opacity: 0.3;
}

.tt-mis:before {
  transform: translate(-50%, -50%);
  animation: zoomBig 1.5s linear infinite;
  transform-origin: center;
  transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
  position: absolute;
  top: 50%;
  left: 50%;
}

.tt-mis:after {
  transform: translate(-50%, -50%);
  animation: zoomBig 1.5s linear infinite;
  transform-origin: center;
  animation-delay: 0.55s;
  transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
  position: absolute;
  top: 50%;
  left: 50%;
}

@keyframes zoomBig {
  from {
    width: 0%;
    height: 0%;
    opacity: 1;
  }
  to {
    width: 100%;
    height: 100%;
    opacity: 0;
  }
}
.container-price {
  flex-wrap: wrap;
  display: flex;
  margin: 0 auto;
}
.container-price .content-price {
  width: 100%;
  min-height: 656px;
  background-color: #ffffff;
  border-radius: 10px;
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  box-shadow: 0px 10px 40px 0px rgba(6, 22, 58, 0.1);
}
.container-price .content-price .ova-price {
  position: relative;
}
.container-price .content-price .ova-price .ribbon {
  color: #263788;
  font-size: 16px;
  font-weight: 400;
  text-align: center;
  position: absolute;
  top: -1px;
  left: 50%;
  transform: translatex(-50%);
}
.container-price .content-price .ova-price .ribbon span {
  padding: 3px 15px;
  border-radius: 0 0 10px 10px;
  background-color: #ffc3d5;
}
.container-price .content-price .ova-price .content-price-title {
  margin-top: 50px;
}
.container-price .content-price .ova-price .content-price-title .title {
  font-size: 22px;
  color: #3bbcff;
  font-weight: 500;
}
.container-price .content-price .ova-price .pricing {
  line-height: 1;
  margin-top: 22px;
  color: #263788;
  display: flex;
  flex-wrap: wrap;
  text-align: center;
  flex-direction: row;
  justify-content: center;
}
.container-price .content-price .ova-price .pricing .sale {
  text-decoration: line-through;
}
.container-price .content-price .ova-price .pricing .currency-icon {
  font-family: "Fira Sans", Sans-serif;
  align-self: flex-start;
  font-size: 24px;
  font-weight: 600;
  margin-right: 3px;
}
.container-price .content-price .ova-price .pricing .price {
  font-family: "Fira Sans", Sans-serif;
  line-height: 0.8;
  font-size: 70px;
  font-weight: 500;
}
.container-price .content-price .ova-price .pricing .price-format {
  font-family: "Fira Sans", Sans-serif;
  align-self: flex-start;
  font-size: 24px;
  font-weight: 600;
  margin-left: 10px;
}
.container-price .content-price .ova-price .pricing .price-descrption {
  margin-top: 15px;
  margin-bottom: 30px;
  width: 100%;
}
.container-price .content-price .ova-price .pricing .price-descrption .duration {
  color: #62718d;
  font-weight: 600;
}
.container-price .content-price .ova-price .ova-divider {
  width: 100%;
  margin: 0 auto;
}
.container-price .content-price .ova-price .ova-divider .divider {
  border-bottom-width: 1px;
  border-bottom-style: solid;
  border-bottom-color: #eeeeee;
  width: 70%;
  margin: 0 auto;
}
.container-price .content-price .ova-price .features-list {
  padding-left: 0;
  width: 75%;
  margin: 30px auto;
  text-align: left;
}
.container-price .content-price .ova-price .features-list li {
  list-style-type: none;
  margin-bottom: 10px;
}
.container-price .content-price .ova-price .features-list li svg {
  vertical-align: text-bottom;
  color: #39b972;
  width: 22px;
}
.container-price .content-price .ova-price .features-list li .list-item {
  color: #818da4;
  margin-left: 5px;
  font-size: 16px;
}
.container-price .content-price .button {
  margin: 0 auto;
  width: 70%;
  height: 60px;
  line-height: 60px;
  border-radius: 30px;
  background-color: #2db7ff;
  font-size: 16px;
  margin-bottom: 50px;
}
.container-price .content-price .button:hover {
  background-color: #263788;
  transition: 0.3s ease;
}
.container-price .content-price .button:hover a {
  color: #2db7ff;
}
.container-price .content-price .button a {
  text-decoration: none;
  color: #ffffff;
  display: block;
}

.ova_tabs {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.ova_tabs.version_1 .ova_tab_items {
  width: 200px;
  text-align: center;
  cursor: pointer;
  padding-bottom: 10px;
}
.ova_tabs.version_1 .ova_tab_items .ova_tab_icon, .ova_tabs.version_1 .ova_tab_items .ova_tab_img {
  margin-top: 16px;
  margin-bottom: 15px;
}
.ova_tabs.version_1 .ova_tab_items .ova_item_text {
  font-weight: bold;
  color: #263788;
  font-size: 18px;
}
.ova_tabs.version_1 .ova_tab_items:hover .ova_item_text {
  color: #2db7ff;
}
.ova_tabs.version_1 .active {
  background-color: #ffffff;
  box-shadow: 0px 10px 40px 0px rgba(6, 22, 58, 0.1);
}
.ova_tabs.version_1 .active .ova_item_text {
  color: #2db7ff;
}
.ova_tabs.version_2 .ova_tab_items_v2 {
  display: flex;
  align-items: center;
  justify-content: center;
  border-bottom: 3px solid #6874aa;
  margin-right: 30px;
  padding-bottom: 15px;
  cursor: pointer;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
@media screen and (max-width: 500px) {
  .ova_tabs.version_2 .ova_tab_items_v2 {
    margin-top: 30px;
  }
}
.ova_tabs.version_2 .ova_tab_items_v2:hover {
  border-color: #2db7ff;
}
.ova_tabs.version_2 .ova_tab_items_v2.active {
  border-color: #2db7ff;
}
.ova_tabs.version_2 .ova_tab_items_v2:last-child {
  margin-right: 0;
}
.ova_tabs.version_2 .ova_tab_items_v2 .ova_tab_icon_v2 svg {
  color: #fff;
  margin-right: 10px;
}
.ova_tabs.version_2 .ova_tab_items_v2 span.ova_item_text_v2 {
  font-size: 20px;
  font-weight: 600;
  line-height: 24px;
  color: #fff;
}

@media only screen and (min-width: 320px) and (max-width: 420px) {
  .ova_tabs.version_1 .ova_tab_items {
    width: 140px !important;
  }
}
.contact-form-home2 {
  text-align: left;
  background-color: #ffffff;
  padding: 43px 40px 24px 40px;
  border: 1px solid #e5e5e5;
  border-radius: 10px;
  width: auto;
  height: auto;
}
.contact-form-home2 .home2 label {
  color: #263788;
  padding-left: 10px;
  font-family: "Fira Sans", Sans-serif;
  font-size: 18px;
  margin-bottom: 8px;
}
.contact-form-home2 .home2 .select2 .selection .select2-selection--single {
  border: 1px solid #e5e5e5;
  border-radius: 50px !important;
  height: 62px;
}
.contact-form-home2 .home2 .select2 .selection .select2-selection--single:focus {
  outline: none;
}
.contact-form-home2 .home2 .select2 .selection .select2-selection--single .select2-selection__rendered, .contact-form-home2 .home2 .select2 .selection .select2-selection--single .select2-selection__arrow {
  line-height: 62px;
  top: 10px;
  right: 10px;
  padding-left: 30px;
  color: #8c89a2;
  margin-bottom: 30px;
}
.contact-form-home2 .home2 .info {
  display: flex;
  flex-wrap: nowrap;
  margin-top: 27px;
}
.contact-form-home2 .home2 .info .input_name label, .contact-form-home2 .home2 .info .input_phone label {
  font-family: "Fira Sans", Sans-serif;
  font-size: 18px;
  color: #263788;
}
.contact-form-home2 .home2 .info .input_name input, .contact-form-home2 .home2 .info .input_phone input {
  margin-right: 14px;
  width: 270px;
  height: 62px;
  padding-left: 30px;
  border: 1px solid #e5e5e5;
  border-radius: 50px;
}
.contact-form-home2 p {
  margin: 30px 0 0;
}
.contact-form-home2 p #form-submit {
  width: 100%;
  height: 60px;
  line-height: 60px;
  color: #ffffff;
  background-color: #2db7ff;
  border: 1px solid #e5e5e5;
  border-radius: 50px;
  border: none;
  font-weight: 500;
  font-size: 18px;
  transition: 0.3s ease;
}
.contact-form-home2 p #form-submit:hover {
  background-color: #263788;
}

@media (max-width: 1260px) {
  .contact-form-home2 .home2 .info {
    display: block;
  }
  .contact-form-home2 .home2 .info .input_name input {
    min-width: 100%;
    max-width: 100%;
  }
  .contact-form-home2 .home2 .info .input_phone {
    margin-top: 20px;
  }
  .contact-form-home2 .home2 .info .input_phone input {
    min-width: 100%;
    max-width: 100%;
  }
}
.request_call_back_form .contact-form-home2 {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  border: none;
  box-shadow: 0px 10px 40px 0px rgba(6, 22, 58, 0.1);
}

.ova_product_container .woocommerce ul.products:hover .owl-nav button {
  visibility: visible;
  opacity: 1;
  transition-duration: 1s;
  border: 2px solid #bdc5dd;
}
.ova_product_container .woocommerce ul.products:hover .owl-nav button i {
  font-size: 13px;
  font-weight: 900;
}
.ova_product_container .woocommerce ul.products:hover .owl-nav button i:before {
  color: #b9c2db;
  font-weight: 900;
}
.ova_product_container .woocommerce ul.products li.product {
  border: 1px solid #e5e5e5;
  border-radius: 10px;
  margin-right: 30px;
  text-align: center;
  padding: 40px 0 30px;
  width: 100%;
}
.ova_product_container .woocommerce ul.products li.product span.onsale {
  display: inline-block;
  top: 10px;
  right: 10px;
  left: auto;
  background: #ee4118;
  padding: 0 10px;
  margin: 0;
  min-height: 25px;
  line-height: 25px;
  font-size: 14px;
  font-weight: 600;
  min-width: unset;
  border-radius: 3px;
  text-transform: uppercase;
}
.ova_product_container .woocommerce ul.products li.product a img {
  margin: 0 0 45px;
}
.ova_product_container .woocommerce ul.products li.product a span.cat_product {
  font-family: "Fira Sans", Sans-serif;
  font-size: 17px;
  color: #62718d;
}
.ova_product_container .woocommerce ul.products li.product h2 {
  padding: 5px 0 10px 0;
  font-family: "Fira Sans", Sans-serif;
  font-size: 20px;
  color: #263788;
  font-weight: 500;
}
.ova_product_container .woocommerce ul.products li.product .star-rating {
  margin: 0 auto;
}
.ova_product_container .woocommerce ul.products li.product .star-rating span {
  color: #f68773;
}
.ova_product_container .woocommerce ul.products li.product .price {
  margin: 15px 0 30px 0;
}
.ova_product_container .woocommerce ul.products li.product .price span {
  font-family: "Fira Sans", Sans-serif;
  font-size: 18px;
  color: #62718d;
  font-weight: 600;
}
.ova_product_container .woocommerce ul.products li.product a.add_to_cart_button {
  margin: 0;
  border-radius: 30px;
  background-color: #2db7ff;
  color: #fff;
  font-family: "Fira Sans", Sans-serif;
  font-size: 16px;
  padding: 15px 30px;
  transition: 0.3s ease;
}
.ova_product_container .woocommerce ul.products li.product a.add_to_cart_button:hover {
  background-color: #263788;
}
.ova_product_container .woocommerce ul.products li.product a.add_to_cart_button:after {
  font-family: "ElegantIcons";
  content: "5";
  vertical-align: middle;
  position: absolute;
  top: 50%;
  right: 10px;
  margin-top: -9px;
}
.ova_product_container .woocommerce ul.products li.product a.wc-forward {
  width: 100%;
}
@media (max-width: 1300px) {
  .ova_product_container .woocommerce ul.products .owl-nav {
    display: none;
  }
}
.ova_product_container .woocommerce ul.products .owl-nav button {
  position: absolute;
  top: calc(50% - 36px);
  border-color: 1px solid #e3e3e3;
  border-radius: 50%;
  width: 50px;
  height: 50px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  outline: none;
  transition: 1s;
  visibility: hidden;
  opacity: 0;
  border: 2px solid #bdc5dd;
}
.ova_product_container .woocommerce ul.products .owl-nav button:focus {
  outline: none;
}
.ova_product_container .woocommerce ul.products .owl-nav button:hover {
  border: none;
  background: #2db7ff !important;
}
.ova_product_container .woocommerce ul.products .owl-nav button:hover i {
  font-weight: 900;
}
.ova_product_container .woocommerce ul.products .owl-nav button:hover i:before {
  color: #fff;
  font-weight: 900;
}
.ova_product_container .woocommerce ul.products .owl-nav button i {
  font-size: 13px;
  font-weight: 900;
  color: #b9c2db;
}
.ova_product_container .woocommerce ul.products .owl-nav button.owl-prev {
  left: -100px;
}
.ova_product_container .woocommerce ul.products .owl-nav button.owl-next {
  right: -100px;
}
.ova_product_container .woocommerce ul.products .owl-dots {
  text-align: center;
  margin-top: 2px;
}
.ova_product_container .woocommerce ul.products .owl-dots .owl-dot {
  outline: none;
}
.ova_product_container .woocommerce ul.products .owl-dots .owl-dot span {
  width: 6px;
  height: 6px;
  margin: 5px;
  background: #d1d1d6;
  display: block;
  -webkit-backface-visibility: visible;
  transition: opacity 0.2s ease;
  border-radius: 30px;
}
.ova_product_container .woocommerce ul.products .owl-dots .owl-dot.active span {
  width: 12px;
  border-radius: 5px;
  opacity: 1;
  background: #2db7ff;
}

.ova_image_box {
  position: relative;
  width: 100%;
  height: auto;
  color: #fff;
  overflow: hidden;
}
.ova_image_box:hover .ova_button_img_box {
  bottom: 55px;
  visibility: visible;
  height: auto;
  transition: 0.6s;
}
.ova_image_box:hover .content_image_box {
  bottom: 115px;
}
.ova_image_box a .ova_img_box {
  display: block;
  width: 100%;
  height: auto;
}
.ova_image_box .content_image_box {
  position: absolute;
  bottom: 60px;
  left: 30px;
  transition: 0.5s;
}
.ova_image_box .content_image_box .ova_icon_img_box i:before {
  margin-left: 0;
  font-size: 70px;
}
.ova_image_box .content_image_box .ova_title_img_box {
  margin-top: 22px;
  font-size: 24px;
  font-weight: 500;
  font-family: "Fira Sans", Sans-serif;
}
.ova_image_box .ova_button_img_box {
  position: absolute;
  bottom: -40px;
  visibility: hidden;
  transition: 1s;
  left: 30px;
  background-color: #fff;
  padding: 5px 10px 5px 20px;
  border-radius: 30px;
}
.ova_image_box .ova_button_img_box:hover {
  background-color: #2db7ff;
  border: none;
}
.ova_image_box .ova_button_img_box:hover a {
  color: #fff;
}
.ova_image_box .ova_button_img_box a {
  text-align: center;
  color: #263788;
  font-size: 16px;
  font-weight: 500;
  font-family: "Fira Sans", Sans-serif;
}
.ova_image_box .ova_button_img_box a i:before {
  vertical-align: middle;
  font-size: 17px;
  font-weight: 600;
  line-height: 0.8;
}

.shortcode-need-any-help .content-shortcode {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  width: 100%;
  text-align: center;
  padding: 55px 20px 40px;
  border-radius: 40px;
}
.shortcode-need-any-help .content-shortcode .class-icon {
  margin-bottom: 20px;
}
.shortcode-need-any-help .content-shortcode .class-icon i {
  color: #2db7ff;
}
.shortcode-need-any-help .content-shortcode .class-icon i:before {
  margin: 0;
  font-size: 55px;
}
.shortcode-need-any-help .content-shortcode h3 {
  margin-bottom: 24px;
  color: #fff;
  font-size: 26px;
  font-weight: bold;
}
.shortcode-need-any-help .content-shortcode p {
  margin: 0;
  color: #939bc4;
  font-size: 17px;
  font-weight: 400;
  margin-bottom: 30px;
}
.shortcode-need-any-help .content-shortcode .btn {
  color: #fff;
  font-size: 18px;
  background-color: #2db7ff;
  padding: 10px 30px;
  border-radius: 30px;
}
.shortcode-need-any-help .content-shortcode .btn:hover {
  background-color: #263788;
}

.ova-review {
  box-shadow: 0px 10px 40px 0px rgba(6, 22, 58, 0.1);
  border-radius: 10px;
}
.ova-review .client_info {
  padding: 34px 35px 40px 40px;
  position: relative;
}
.ova-review .client_info .icon-quote {
  position: absolute;
  bottom: 44px;
  right: 40px;
}
.ova-review .client_info .icon-quote span {
  display: inline-block;
  color: #2db7ff;
}
.ova-review .client_info .icon-quote span:before {
  margin: 0;
  font-size: 50px;
  line-height: 1;
  opacity: 1;
}
.ova-review .client_info p.evaluate {
  font-size: 18px;
  font-weight: 400;
  color: #62718d;
  line-height: 26px;
  margin: 0 0 9px 0;
}
.ova-review .client_info .info {
  padding-top: 24px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.ova-review .client_info .info .client {
  margin-right: 15px;
}
.ova-review .client_info .info .client img {
  min-height: 62px;
  height: 62px;
  max-width: 62px;
  width: 62px;
  border-radius: 50%;
}
.ova-review .client_info .info .name-job p {
  margin: 0;
}
.ova-review .client_info .info .name-job .name {
  font-size: 18px;
  line-height: 1.2;
  font-weight: 500;
  color: #202b5d;
  letter-spacing: 0.2px;
  margin-bottom: 2px;
}
.ova-review .client_info .info .name-job .job {
  font-size: 15px;
  line-height: 1.2;
  font-weight: 400;
  color: #62718d;
}

.ova_list_checked_grid {
  display: grid;
  grid-column-gap: 20px;
  grid-row-gap: 10px;
}
.ova_list_checked_grid.col1 {
  grid-template-columns: 1fr;
}
.ova_list_checked_grid.col2 {
  grid-template-columns: 1fr 1fr;
}
.ova_list_checked_grid.col3 {
  grid-template-columns: 1fr 1fr 1fr;
}
.ova_list_checked_grid .content_grid svg {
  color: #2db7ff;
  vertical-align: top;
  margin-right: 5px;
  width: 30px;
}
.ova_list_checked_grid .content_grid span {
  color: #263788;
  font-size: 20px;
  font-weight: bold;
  line-height: 30px;
}

.ova_percent_box {
  display: flex;
  justify-content: flex-start;
}
.ova_percent_box .percent_box_content {
  text-align: center;
  background-color: #fff;
  border: 1px solid #e5e5e5;
  border-radius: 10px;
  max-width: 220px;
  padding: 25px 0;
}
.ova_percent_box .percent_box_content .content {
  border-left: 3px solid #2db7ff;
}
.ova_percent_box .percent_box_content .content .percent h1 {
  font-size: 40px;
  font-weight: 500;
  line-height: 48px;
  color: #263788;
  margin: 0;
}
.ova_percent_box .percent_box_content .content .percent h1 span {
  font-size: 24px;
  vertical-align: super;
}
.ova_percent_box .percent_box_content .content .title h2 {
  font-size: 18px;
  font-weight: 500;
  line-height: 24px;
  color: #62718d;
  margin: 0 20px;
}

.ova_contact {
  display: flex;
}
@media screen and (max-width: 500px) {
  .ova_contact {
    flex-direction: column;
  }
  .ova_contact .content_left {
    margin-bottom: 15px;
  }
}
.ova_contact .content_left {
  display: flex;
  margin-right: 15px;
  min-width: 106px;
}
.ova_contact .content_left .image img {
  width: 62px;
  height: 62px;
  border-radius: 50%;
}
.ova_contact .content_left .icon {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 62px;
  width: 62px;
  border-radius: 50%;
  background-color: #2db7ff;
  margin-left: -18px;
}
.ova_contact .content_left .icon i {
  font-size: 35px;
  color: #fff;
}
.ova_contact .content_right .text h3 {
  font-size: 16px;
  font-weight: 400;
  line-height: 30px;
  margin: 0;
  text-transform: uppercase;
  color: #62718d;
}
.ova_contact .content_right .title_phone .title {
  display: inline-block;
}
.ova_contact .content_right .title_phone .title h2 {
  font-size: 24px;
  font-weight: 500;
  line-height: 30px;
  color: #263788;
  margin: 0;
}
.ova_contact .content_right .title_phone .phone {
  display: inline-block;
}
.ova_contact .content_right .title_phone .phone h2 {
  font-size: 24px;
  font-weight: 500;
  line-height: 30px;
  color: #2db7ff;
  margin: 0;
}
.ova_contact .content_right .title_phone .phone h2 a {
  color: #2db7ff;
}

.ova_before_after input {
  border: none;
  padding: 0;
  cursor: pointer;
}
.ova_before_after .comparison {
  width: 100%;
  padding-bottom: 100%;
  position: relative;
  border-radius: 10px;
}
.ova_before_after figure {
  position: absolute;
  background-position: center;
  background: no-repeat;
  background-size: cover;
  font-size: 0;
  width: 100%;
  height: 100%;
  margin: 0;
  border-radius: 10px;
}
.ova_before_after .divisor {
  background-position: center;
  background: no-repeat;
  background-size: cover;
  position: absolute;
  width: 50%;
  bottom: 0;
  height: 100%;
  border-radius: 10px;
}
.ova_before_after .divisor::before, .ova_before_after .divisor::after {
  content: "";
  position: absolute;
  right: -2px;
  width: 2px;
  height: calc(50% - 25px);
  background: white;
  z-index: 3;
}
.ova_before_after .divisor::before {
  top: 0;
  box-shadow: 0 -3px 8px 1px rgba(0, 0, 0, 0.3);
}
.ova_before_after .divisor::after {
  bottom: 0;
  box-shadow: 0 3px 8px 1px rgba(0, 0, 0, 0.3);
}
.ova_before_after .handle {
  position: absolute;
  height: 50px;
  width: 50px;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
  z-index: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #fff;
  border-radius: 50%;
  box-shadow: 0px 10px 40px 0px rgba(6, 22, 58, 0.1);
}
.ova_before_after .handle::before, .ova_before_after .handle::after {
  width: 0;
  height: 0;
  border: 6px inset transparent;
  position: absolute;
  top: 50%;
  margin-top: -4px;
}
.ova_before_after .handle::before {
  content: "";
  padding: 3px;
  display: inline-block;
  border: solid #5D5D5D;
  border-width: 0 2px 2px 0;
  transform: rotate(135deg);
  margin-right: 10px;
}
.ova_before_after .handle::after {
  content: "";
  padding: 3px;
  display: inline-block;
  border: solid #5D5D5D;
  border-width: 0 2px 2px 0;
  transform: rotate(-45deg);
  margin-left: 10px;
}
.ova_before_after input[type=range] {
  -webkit-appearance: none;
  -moz-appearance: none;
  position: absolute;
  top: 50%;
  left: -25px;
  transform: translateY(-50%);
  background-color: transparent;
  width: calc(100% + 50px);
  z-index: 2;
}
.ova_before_after input[type=range]:focus, .ova_before_after input[type=range]:active {
  border: none;
  outline: none;
}
.ova_before_after input[type=range]::-webkit-slider-thumb {
  -webkit-appearance: none;
  border: none;
  height: 50px;
  width: 50px;
  border-radius: 50%;
  background: transparent;
  border: 4px solid white;
  box-shadow: 0 0 8px 1px rgba(0, 0, 0, 0.3);
}
.ova_before_after input[type=range]::-moz-range-track {
  -moz-appearance: none;
  height: 15px;
  width: 100%;
  background-color: transparent;
  position: relative;
  outline: none;
}