/*
Theme Name: Divi Child
Theme URI: http://jjtech.com
description: Divi Child Theme
version: 2.0
Author: Finesse WebDesign
Author URI: http://finessewebdesign.com
Template: Divi
*/
.lato-thin {
    font-family: "Lato", sans-serif;
    font-weight: 100;
    font-style: normal;
  }

  .lato-light {
    font-family: "Lato", sans-serif;
    font-weight: 300;
    font-style: normal;
  }

  .lato-regular {
    font-family: "Lato", sans-serif;
    font-weight: 400;
    font-style: normal;
  }

  .lato-bold {
    font-family: "Lato", sans-serif;
    font-weight: 700;
    font-style: normal;
  }

  .lato-black {
    font-family: "Lato", sans-serif;
    font-weight: 900;
    font-style: normal;
  }

  .lato-thin-italic {
    font-family: "Lato", sans-serif;
    font-weight: 100;
    font-style: italic;
  }

  .lato-light-italic {
    font-family: "Lato", sans-serif;
    font-weight: 300;
    font-style: italic;
  }

  .lato-regular-italic {
    font-family: "Lato", sans-serif;
    font-weight: 400;
    font-style: italic;
  }

  .lato-bold-italic {
    font-family: "Lato", sans-serif;
    font-weight: 700;
    font-style: italic;
  }

  .lato-black-italic {
    font-family: "Lato", sans-serif;
    font-weight: 900;
    font-style: italic;
  }

body.logged-in.admin-bar .et_pb_section_5_tb_footer, .et_pb_section_5_tb_footer { top: calc(0px + -37px)!important}
.et_pb_section_5_tb_footer { top: calc(0px + -75px)!important}
body.home .et-pb-contact-message {color: #fff;font-size:18px;}
.wpdt-c.wpDataTableContainerSimpleTable .wpdtSimpleTable.wpDataTable th, .wpdt-c.wpDataTableContainerSimpleTable .wpdtSimpleTable.wpDataTable tbody td, .wpdt-c .wpDataTableContainerSimpleTable .wpdtSimpleTable.wpDataTable th, .wpdt-c .wpDataTableContainerSimpleTable .wpdtSimpleTable.wpDataTable tbody td {background-color: transparent !important;}
.entry-content table, body.et-pb-preview #main-content .container table {border: none;}
.wpdt-c .rating>span:after {font-size: .8em !important; margin: 1px !important;}
/*place button modules next to each other in the same column*/
.pa-inline-buttons .et_pb_button_module_wrapper {
    display: inline-block !important;
}
body.page-id-387 #contact_button {display:none !important;}
#body.single-post article>img:last-child {display:none !important;}
#mendo-happy-healthy-header h3 {
font-size: 70px;
    color: #4bb3e6;
    font-family: 'lulo_cleanone_bold';
    letter-spacing: -8px;
    line-height: 100px;
}
#mendo-happy-healthy-header {
	margin-top: -20px !important;
}
strong {
    font-weight: 800 !important;
}
.box {
  height: 600px;
  position: relative;
  overflow: hidden;
  width: 273px;
  margin-left: auto;
  margin-right: auto;
}
.box img {
  position: absolute;
  left: 0;
  -webkit-transition: all 300ms ease-out;
  -moz-transition: all 300ms ease-out;
  -o-transition: all 300ms ease-out;
  -ms-transition: all 300ms ease-out;
  transition: all 300ms ease-out;
}
.box .overbox {
  background-color: rgba(0, 50, 79, 0.8);
  position: absolute;
  top: 0;
  left: 0;
  color: #fff;
  z-index: 100;
  -webkit-transition: all 300ms ease-out;
  -moz-transition: all 300ms ease-out;
  -o-transition: all 300ms ease-out;
  -ms-transition: all 300ms ease-out;
  transition: all 300ms ease-out;
  opacity: 0;
  width: 273px;
  height: 600px;
  padding: 130px 10px;
}
.box:hover .overbox { opacity: 1; }
.box .overtext {
  -webkit-transition: all 300ms ease-out;
  -moz-transition: all 300ms ease-out;
  -o-transition: all 300ms ease-out;
  -ms-transition: all 300ms ease-out;
  transition: all 300ms ease-out;
  transform: translateY(40px);
  -webkit-transform: translateY(40px);
}
.box .title {
  font-size: 2.5em;
  text-transform: uppercase;
  opacity: 0;
  transition-delay: 0.1s;
  transition-duration: 0.2s;
}
.box:hover .title,
.box:focus .title {
  opacity: 1;
  transform: translateY(0px);
  -webkit-transform: translateY(0px);
}
.box .tagline {
  font-size: 0.8em;
  opacity: 0;
  transition-delay: 0.2s;
  transition-duration: 0.2s;
  text-align: center;
}
.box:hover .tagline,
.box:focus .tagline {
  opacity: 1;
  transform: translateX(0px);
  -webkit-transform: translateX(0px);
}
.mendo-links {
    font-size: 16px !important;
    position: relative;
    color: white;
    text-shadow: 3px 0 29px rgba(0,0,0,0.28);
    text-align: center;
    vertical-align: middle;
    margin-top: 5%;
	background-color: rgba(0, 50, 79, 0.8);
	padding: 20px;
}
.mendo-links-purpose {
	font-size: 40px;
	position: absolute;
	top: 40%;
	left: 21%;
	color: white;
	text-shadow: 3px 0 29px rgba(0,0,0,0.28);
}
.mendo-links-passion {
	font-size: 40px;
	position: absolute;
	top: 40%;
	left: 23%;
	color: white;
	text-shadow: 3px 0 29px rgba(0,0,0,0.28);
}
.mendo-lines {
	position: absolute;
	width: 37%;
	top: 33%;
	left: 32% !important;
}
.box:hover h4 {
display: none;
 -webkit-transition: all 400ms ease-out;
  -moz-transition: all 400ms ease-out;
  -o-transition: all 400ms ease-out;
  -ms-transition: all 400ms ease-out;
  transition: all 400ms ease-out;
  transform: translateY(40px);
  -webkit-transform: translateY(40px);
}
.box:hover .mendo-lines {
	display: none;
 -webkit-transition: all 400ms ease-out;
  -moz-transition: all 400ms ease-out;
  -o-transition: all 400ms ease-out;
  -ms-transition: all 400ms ease-out;
  transition: all 400ms ease-out;
  transform: translateY(40px);
  -webkit-transform: translateY(40px);
}
.mendo-links-outline {
	position: absolute;
	width: 91%;
	top: 5%;
	left: 4.5% !important;
}
.mendo-links-title {
    font-size: 22px;
    text-align: center;
    margin-top: -60px !important;
}
.mendo-links-description {
    text-align: center;
    margin-left: 40px;
    margin-right: 40px;
    margin-top: 22px;
    line-height: 18px;
    margin-bottom: 10px;
}
.mendo-links-read-more {
    color: white;
    font-size: 13px;
    font-weight: bold;
}
@media (max-width: 1240px) {
.box {
  height: 600px;
  position: relative;
  overflow: hidden;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}
}
@media (max-width: 1166px) {
	.box .overbox {
  top: 0;
  left: 0;
  width: 100%;
  height: 600px;
  padding: 130px 10px;
}
	.box .overtext {
		padding-left: 20%;
		padding-right: 20%;
	}
.et_pb_row_1-4_1-4>.et_pb_column.et_pb_column_1_4, .et_pb_row_1-4_1-4_1-2>.et_pb_column.et_pb_column_1_4, .et_pb_row_4col>.et_pb_column.et_pb_column_1_4 {
    width: 47% !important;

}
.et_pb_row_1-2_1-4_1-4, .et_pb_row_1-2_1-6_1-6_1-6, .et_pb_row_1-4_1-4, .et_pb_row_1-4_1-4_1-2, .et_pb_row_1-5_1-5_3-5, .et_pb_row_1-6_1-6_1-6, .et_pb_row_1-6_1-6_1-6_1-2, .et_pb_row_1-6_1-6_1-6_1-6, .et_pb_row_3-5_1-5_1-5, .et_pb_row_4col, .et_pb_row_5col, .et_pb_row_6col {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    overflow: hidden;
}
}
@media (max-width: 800px) {
.et_pb_row_1-4_1-4>.et_pb_column.et_pb_column_1_4, .et_pb_row_1-4_1-4_1-2>.et_pb_column.et_pb_column_1_4, .et_pb_row_4col>.et_pb_column.et_pb_column_1_4 {
    width: 100% !important;
	margin-right: 0;

}
.et_pb_row_1-2_1-4_1-4, .et_pb_row_1-2_1-6_1-6_1-6, .et_pb_row_1-4_1-4, .et_pb_row_1-4_1-4_1-2, .et_pb_row_1-5_1-5_3-5, .et_pb_row_1-6_1-6_1-6, .et_pb_row_1-6_1-6_1-6_1-2, .et_pb_row_1-6_1-6_1-6_1-6, .et_pb_row_3-5_1-5_1-5, .et_pb_row_4col, .et_pb_row_5col, .et_pb_row_6col {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    overflow: hidden;
}
}
@media (max-width: 800px) {
	.box {
    position: relative;
    overflow: hidden;
		width: 100%;
		height: 550px;
}

.mendo-links-purpose {
    font-size: 30px;
    position: absolute;
    top: 30%;
    color: white;
    text-shadow: 3px 0 29px rgba(0,0,0,0.28);
}
.mendo-lines {
    position: absolute;
    width: 37%;
    top: 26%;
    left: 32% !important;
}
.box .overbox {
    position: absolute;
    top: 0;
    left: 0;
    color: #fff;
    z-index: 100;
    -webkit-transition: all 300ms ease-out;
    -moz-transition: all 300ms ease-out;
    -o-transition: all 300ms ease-out;
    -ms-transition: all 300ms ease-out;
    transition: all 300ms ease-out;
    opacity: 0;
	width: 100%;
}
.mendo-links-outline {
    position: absolute;
    width: 91%;
    top: 5%;
    left: 4.5% !important;
}
.box .title {
    font-size: 2.5em;
    text-transform: uppercase;
    opacity: 0;
    transition-delay: 0.1s;
    transition-duration: 0.2s;
}
.mendo-links-title {
    font-size: 20px;
    text-align: center;
    margin-top: -65px !important;
}
.mendo-links-description {
    font-size: 8px;
    text-align: center;
    margin-left: 15px;
    margin-right: 15px;
    margin-top: 10px;
    line-height: 18px;
    margin-bottom: 8px;
}
.mendo-links-passion {
    font-size: 30px;
    position: absolute;
    top: 30%;
    left: 25%;
    color: white;
    text-shadow: 3px 0 29px rgba(0,0,0,0.28);
}
.mendo-links {
    font-size: 25px;
    position: relative;
    top: 1%;
    color: white;
    text-shadow: 3px 0 29px rgba(0,0,0,0.28);
}
}
/**/
@media (max-width: 980px) {
#left-area, #sidebar {
	width: 90% !important;
    margin-left: 5% !important;
	margin-right: 5% !important;
}


}
.hoverborder:before {  content : "";  position: absolute;  left    : 0;  bottom  : 0;  height  : 3px;  width   : 50%;  /* or 100px */  border-bottom:3px solid #f6c144;}
.hoverbordergreen:before {content : "";  position: absolute;  left    : 0;  bottom  : 0;  height  : 3px;  width   : 50%;  /* or 100px */border-bottom:3px solid #7a9d96;}
.hoverborderwrap span.et_pb_fullwidth_header_subhead {position:relative;}
.hoverborderwrap span.et_pb_fullwidth_header_subhead:before {  content : "";  position: absolute;  left    : 50%;  bottom  : 0;  height  : 3px;  width   : 180px;margin-left:-90px;  /* or 100px */  border-bottom:3px solid #f6c144;}
.hoverborderwrap2 .et_pb_module_header {position:relative;}
.hoverborderwrap2 .et_pb_module_header:before {  content : "";  position: absolute;  left    : 0;  bottom  : 0;  height  : 3px;  width   : 40%;  /* or 100px */  border-bottom:3px solid #7a9d96;}
#footer-info {margin-left: auto;margin-right: auto;float: none;text-align: center;}
#main-header::after {
    content: "";
    background-image: url("/source/b48188e330200ea2dbe4597253c08255/header-bg.jpg") !important;
    background-size:initial;
	background-position:50%;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    position: absolute;
    z-index: -1;
}
.et_fixed_nav #main-header, .et_fixed_nav #top-header, .et_non_fixed_nav.et_transparent_nav #main-header, .et_non_fixed_nav.et_transparent_nav #top-header {
    position: fixed !important;
}
#main-header {
	background-color:transparent;}
/* mobile menu on desktop */
@media only screen and ( min-width:980px ) {
#et_mobile_nav_menu { display:block }
#top-menu-nav { display:none; }
}
/* layout */
#et-secondary-nav li ul, #top-header {background-color: #00111b;text-align:right;color:#aeaeae;}
#top-header a {text-align:right;color:#aeaeae;}
#db_title_and_tagline  #logo-text {
	display: none;
}
@media only screen and (min-width: 768px) {
    #et-info { float:right !important; }
}
.logo-tagline {
	font-family: 'Open Sans Condensed', sans-serif;
	font-weight: 700;
	font-size: 20px;
	color:#000;
	letter-spacing: 3px !important;
	text-shadow: 0em 0em .4em #fff !important;
}
#main-header {
    -webkit-box-shadow: 0 3px 10px rgba(0,0,0,.3) !important;
    -moz-box-shadow: 0 3px 10px rgba(0,0,0,.3) !important;
    box-shadow: 0 3px 10px rgba(0,0,0,.3) !important;
}
#main-header.et-fixed-header {
    -webkit-box-shadow: 0 1px 10px rgba(0,0,0,.3) !important;
    -moz-box-shadow: 0 1px 10px rgba(0,0,0,.3) !important;
    box-shadow: 0 1px 10px rgba(0,0,0,.3) !important;
}
.mobile_menu_bar::before {
	color:#000;}
/* Remove meta data */
p.post-meta { display: none; }
.et_pb_widget a {
    text-decoration: none;
    color: #444;
	font-size:14px;}
.greyOverlay .et_parallax_bg:before, .greyOverlay:before {
  content:"";
  display: block;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  background-color: rgba(4, 111, 145, 0.8);
}
.blackOverlay .et_parallax_bg:before, .blackOverlay:before {
  content:"";
  display: block;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.7);
}
.whiteOverlay .et_parallax_bg:before, .whiteOverlay:before {
  content:"";
  display: block;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  background-color: rgba(255, 255, 255, 0.7);
}
/*add button centered over image*/

.pa-button-over-image .vp-a:before {
   content: "Play";
   line-height: 1.3em;
   z-index: 9999;
   position: absolute;
   top: 50%;
   left: 50%;
   transform: translate(-50%, -50%);
   -ms-transform: translate(-50%, -50%);
   background-color: rgba(0, 0, 0, 0.7);
   color: #ffffff;
   padding: 10px 20px;
   font-size: 18px;
   font-weight: bold;
   border-radius: 50px;
   transition: all .5s ease;
}


/*button on hover*/

.pa-button-over-image:hover .vp-a:before {
   background-color: #ff0000;
   color: #ffffff;
   transition: all 0.5s;
   -moz-transition: all 0.5s;
   -webkit-transition: all 0.5s;
}
/*background image position*/
.changePos .et_parallax_bg {
background-position: center 100px !important;
}
.changePos2 .et_parallax_bg {
background-position: center top !important;
background-size: cover !important;
}
/*background image size*/
.changePos .et_parallax_bg {
background-size: auto !important;
}
.cu-blog .et_pb_salvattore_content[data-columns]::before {
	content: '4 .column.size-1of4' !important;
}
@media only screen and ( min-width: 981px ) {
	.cu-blog .column.size-1of4 {
	    width: 24%!important;
	    margin-right: 1%;
	}
}
.et-search-form, .et_mobile_menu, .footer-widget li::before, .nav li ul, blockquote {
	border-color: #41acd4;
}
    .noclick > a {
    pointer-events: none;
    }
/* add tagline to header */
#db_title_and_tagline {
	display: inline;
}
#db_title_and_tagline #logo-tagline-above {
	display: none;
}
#logo {
	padding-right: 10px;
}
#logo-text, #logo-tagline {
	margin:0;
	padding:0;
	display:inline;
	vertical-align: middle;
}
#logo-tagline {
	opacity: 0.7;
	margin-left: 16px;
	vertical-align: sub;
}
@media only screen and (max-width: 767px) {
	#logo-tagline {
		display: none;
	}
}
.et_hide_primary_logo .logo_container {
	height: 100% !important;
	opacity: 1 !important;
}
.et_hide_primary_logo .logo_container #logo {
	display: none;
}
/*  */
.ds-icon-search input.et_pb_searchsubmit,
    .widget_search input#searchsubmit {
        background: transparent;
        color: transparent;
        border: none;
        width: 55px;
        z-index: 2;
    }
    .ds-icon-search input.et_pb_s,
    .widget_search input#s {
        padding-right: 55px !important;
    }
    .ds-icon-search .et_pb_searchform:before,
    .widget_search::before {
        content: '\55';
        position: absolute;
        font-family: 'ETModules';
        z-index: 1;
        right: 0;
        font-size: 20px;
        padding: 5px 15px;
		color:#fff;
    }
@media (min-width: 980px){
#skinny.et_pb_newsletter .et_pb_newsletter_fields {
  flex-wrap: nowrap !important;
}
#skinny.et_pb_newsletter .et_pb_newsletter_fields>* {
  flex-basis: 23%;
}
}

#skinny .et_pb_newsletter_form {
  padding-left: 0px;
}
.footercopy {color:#828282; font-size:12px;}
/* menu */
@media screen and (max-width: 980px) {
 .container {
 width: 100% !important;
 }
 .et_header_style_left .logo_container{
 padding-left: 25px;
 }
 .et_header_style_centered #main-header .mobile_nav {
 background-color: transparent;
 }
 .mobile_nav.closed .select_page {
 display: none;
 }
 .et-fixed-header#main-header {
 background-color: transparent !important;
 }
}
.et_mobile_menu {
 top: 1 !important;
border-top: 3px solid #34a5cf !important;
 background-color: #fff !important;
 padding: 0 0;
}
.et_mobile_menu li a {
 text-align: left;
 font-size: .8em;
 border: 0;
 padding: 15px 0;
 letter-spacing: 1px;
}
.mobile_nav ul#mobile_menu .current_page_item > a {
 color: #283fc0;
}
.mobile_nav ul#mobile_menu li ul li a {
 font-size: .8em !important;
 margin: auto;
 color: #363636 !important;
 padding-top: 0.2em;
}
.et_mobile_menu li a:hover {
 color: #999;
 -webkit-transition: all .2s ease-in-out;
 transition: all .2s ease-in-out;
}
.mobile_menu_bar:before {
 padding-right: 25px;
 color: #363636 !important;
}
.mobile_nav.opened .mobile_menu_bar:before {
 content: "\4d";
 z-index: 99999;
}

/* NESTING MOBILE MENU SETTINGS */
#et_mobile_nav_menu .mobile_nav.opened .mobile_menu_bar::before {
 content: '\4d';
}

#top-menu .menu-item-has-children .menu-item-has-children > a:first-child::after,
#et-secondary-nav .menu-item-has-children .menu-item-has-children > a:first-child::after {
 content: '5';
}

#main-header #mobile_menu.et_mobile_menu .menu-item-has-children {
 position: relative;
}

#main-header #mobile_menu.et_mobile_menu .sub-menu-toggle {
 position: absolute;
 background-color: rgba(0,0,0,0.03);
 z-index: 1;
 width: 36px;
 height: 36px;
 line-height: 36px;
 border-radius: 50%;
 top: 6px;
 right: 10px;
 cursor: pointer;
 text-align: center;
}

#main-header #mobile_menu.et_mobile_menu .sub-menu-toggle.popped {
 background-color: rgba(0,0,0,0.1);
}

#main-header #mobile_menu.et_mobile_menu .sub-menu-toggle::before {
 font-family: "ETmodules" !important;
 font-weight: normal;
 font-style: normal;
 font-variant: normal;
 -webkit-font-smoothing: antialiased;
 -moz-osx-font-smoothing: grayscale;
 line-height: 36px;
 font-size: 24px;
 text-transform: none;
 speak: none;
 content: '\33';
}

#main-header #mobile_menu.et_mobile_menu .sub-menu-toggle.popped::before {
 content: '\32';
}

#main-header #mobile_menu.et_mobile_menu .sub-menu-toggle ~ ul.sub-menu {
 display: none !important;
 padding-left: 0;
}

#main-header #mobile_menu.et_mobile_menu .sub-menu-toggle.popped ~ ul.sub-menu {
 display: block !important;
 background-color: rgba(0,0,0,0.03);
}

 #main-header #mobile_menu.et_mobile_menu li li {
 padding-left: 0;
}

#main-header #mobile_menu.et_mobile_menu li a,
#main-header #mobile_menu.et_mobile_menu li li a,
#main-header #mobile_menu.et_mobile_menu li li li a {
 padding-left: 30%;
 padding-right: 20px;
}

#main-header #mobile_menu.et_mobile_menu .menu-item-has-children .sub-menu-toggle + a {
 padding-right: 20px;
}

#main-header #mobile_menu.et_mobile_menu .menu-item-has-children > a {
 background-color: transparent;
 font-weight: inherit;
}

#main-header #mobile_menu.et_mobile_menu li.current-menu-item > a {
 font-weight: bolder;
}
.et_mobile_menu {
	left:auto !important;
	right: 0 !important;
	width: 25% !important;

}
.mobile_nav ul#mobile_menu .current_page_item > a {
	color: #40a3c9;
}
.hubspot-formm-jjtech .hbspt-form fieldset input, .hubspot-formm-jjtech .hbspt-form fieldset textarea {
    -webkit-appearance: none;
    background-color: #eee;
    width: 100%;
    border-width: 0;
    border-radius: 0;
    color: #999;
    font-size: 14px;
    padding: 16px;
	width: 100% !important;
	height: auto;
}
.hubspot-formm-jjtech .hbspt-form fieldset select {
    width: 100% !important;
    background-color: #eee;
    border: none;
    padding: 16px;
    height: auto;
}
.hubspot-formm-jjtech .hbspt-form fieldset textarea{
	min-height: 150px;
    display: block;
	width: 100% !important;
}
.hs_submit input.hs-button {
    font-size: 20px;
    font-weight: 500;
    color: #2ea3f2;
    cursor: pointer;
    border: 2px solid #2ea3f2;
    border-radius: 5px;
    padding: 8px 25px 10px;
    background-color: transparent;
	 -webkit-transition: all 0.5s ease-in-out;    -o-transition: all 0.5s ease-in-out;    transition: all 0.5s ease-in-out;

}
.hs_submit input.hs-button:hover, .hs_submit input.hs-button:focus {
    background-color: #2ea3f2;
    color: #fff;
}
.hs_submit.hs-submit {
    text-align: right;
}
.hubspot-formm-jjtech .hbspt-form fieldset {
    width: 100%;
    max-width: 100%;

}
.hubspot-formm-jjtech .hbspt-form .hs-form-field {
    margin-bottom: 20px;
}
.hubspot-formm-jjtech ul.no-list.hs-error-msgs {
    list-style: none;
    padding-left: 0;
    padding-bottom: 0;
}
.hubspot-formm-jjtech ul.no-list.hs-error-msgs label.hs-error-msg {
    font-size: 13px;
	color: red;
}
.hubspot-formm-jjtech .hs-error-msgs label.hs-main-font-element {
    color: red;
}
.hubspot-formm-jjtech .hbspt-form .submitted-message {
    text-align: center;
    font-size: 18px;
    font-weight: 600;
    color: #0c475e;
}

/*11-12-2021*/

.jjtech_hubspot_form .et_pb_module input, .jjtech_hubspot_form .et_pb_module textarea {
    -webkit-appearance: none;
    background-color: #eee;
    width: 100%;
    border-width: 0;
    border-radius: 0;
    color: #999;
    font-size: 14px;
    padding: 12px 16px;
    margin-bottom: 3%;
    border: 1px solid #eee;
    height: auto !important;
	-webkit-transition: all 0.5s ease-in-out;    -o-transition: all 0.5s ease-in-out;    transition: all 0.5s ease-in-out;
}
.jjtech_hubspot_form .et_pb_module input.error {
    border-color: red !important;
}
.jjtech_hubspot_form .hbspt-form {
    margin-bottom: 30px;
}
.jjtech_hubspot_form .et_pb_module ul.no-list.hs-error-msgs {
    list-style: none;
    padding-left: 0;
}
.jjtech_hubspot_form .et_pb_module ul.hs-error-msgs {
    display: none !important;
}
.jjtech_hubspot_form .et_pb_text_inner br {
    display: none;
}
.jjtech_hubspot_form .et_pb_module ul.no-list.hs-error-msgs li .hs-error-msg {
    display: none;
}
.jjtech_hubspot_form .et_pb_module .actions input {
    width: auto;
    border: 0;
    border-color: transparent;
    font-family: inherit;
    display: inline-block;
    cursor: pointer;
    font-size: 20px;
    font-weight: 500;
    line-height: 1.7em!important;
    background-size: cover;
    background-position: 50%;
    background-repeat: no-repeat;
    color: #fff;
    padding: 5px 32px;
    position: relative;
    background-color: transparent;
    height: auto !important;
    margin: 0;
}
.jjtech_hubspot_form .et_pb_module .actions:after {
    font-size: 32px;
    content: "\35";
    opacity: 0;
    position: absolute;
    text-transform: none;
    -webkit-font-feature-settings: "kern" off;
    font-feature-settings: "kern" off;
    font-variant: none;
    font-style: normal;
    font-weight: 400;
    color: #fff;
    right: 35px;
    top: 48%;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
	-webkit-transition: all 0.5s ease-in-out;    -o-transition: all 0.5s ease-in-out;    transition: all 0.5s ease-in-out;
	font-family: "ETmodules" !important;
}
.jjtech_hubspot_form .et_pb_module .actions {
    position: relative;
    display: inline-block;
    border: 1px solid #fff;
    text-align: center;
	cursor: pointer;
}
.jjtech_hubspot_form .hbspt-form .submitted-message {
    text-align: center;
    margin-top: 40px;
    color: #fff;
    font-size: 22px;
    height: auto !important;
    overflow: inherit;
    line-height: 1.1;
}


.jjtech_hubspot_form .et_pb_module .actions:hover input {
    padding-right: 46px;
	-webkit-transition: all 0.5s ease-in-out;    -o-transition: all 0.5s ease-in-out;    transition: all 0.5s ease-in-out;
}

.jjtech_hubspot_form .et_pb_module .actions:hover:after {
    opacity: 1;
    right: 10px;
}
.contact_stc-button .et_pb_button_0_tb_footer{
	text-transform:uppercase;
}
.jj-content-with-image h1 {
    text-transform: uppercase;
    color: #666666;
    font-size: 46px;
}
.jj-content-with-image h2 {
    color: #666666;
    font-size: 36px;
    }
.jj-content-with-image p {
    color: #666666;
    font-size: 18px;
    margin-bottom: 40px;
    padding-bottom: 0;
}
.jj-content-with-image .content-first-prg h2{
	margin-bottom: 30px;
}
.con-button-area p a {
    border: 1px solid #0083bf;
    color: #fff;
    font-size: 16px;
    text-transform: uppercase;
    padding: 10px 32px;
    background-color: #0083bf;
	-webkit-transition: all 0.5s ease-in-out;    -o-transition: all 0.5s ease-in-out;    transition: all 0.5s ease-in-out;
}
.con-button-area p a:hover {
    background-color: #4e4e4e;
}
.con-button-area h2 {
    margin-bottom: 20px;
}
.con-button-area p {
    margin-bottom: 0;
}
.jj-content-with-image h5 {
    font-size: 18px;
    color: #666666;
}
.con-button-area h2 {
    padding-bottom: 0;
}
.con-button-area {
    margin-bottom: 0 !important;
}
.jj-content-with-image .et_pb_button_module_wrapper a:hover, .bg-button-contant .et_pb_button_module_wrapper a:hover {
    background-color: #666666 !important;
}
.bg-button-contant h3 {
    color: #ffffff;
    font-size: 30px;
    font-weight: bold;
    text-transform: uppercase;
    line-height: 1.3;
}
.full-image-cont-sec h2 {
    margin-bottom: 40px;
    padding-bottom: 0;
}
.hubsport-em-form br {
    display: none;
}
.hubsport-em-form .hs-form-field input {
    width: 100% !important;
    background-color: transparent;
    border: 1px solid #fff;
    font-size: 16px;
    color: #fff;
    padding: 20px;
    height: auto;
    padding: 13px 15px 16px 26px;
    line-height: 1.2;
	-webkit-transition: all 0.5s ease-in-out;    -o-transition: all 0.5s ease-in-out;    transition: all 0.5s ease-in-out;
	height: 50px;
}
.hubsport-em-form fieldset.form-columns-3 {
    width: 100%;
    max-width: 100%;
}
.hubsport-em-form .hs-form-field input::-webkit-input-placeholder { /* Edge */
  color: #ffffff;
}
.hubsport-em-form .hs-form-field input:-ms-input-placeholder { /* Internet Explorer 10-11 */
  color: #ffffff;
}
.hubsport-em-form .hs-form-field input::placeholder {
  color: #ffffff;
}
.hubsport-em-form .hs_submit input.hs-button {
    color: #fff;
    border-color: #fff;
    border-radius: 0;
    font-size: 16px;
    border-width: 1px;
    text-transform: uppercase;
    padding: 14px 15px 16px 15px;
    background-color: transparent;
    font-weight: bold;
    letter-spacing: 0.009em;
    height: 50px;
    width: 100%;
}
.hubsport-em-form .hs_submit input.hs-button:hover {
    background-color: #666666;
    border-color: #666666;
}
.hubsport-em-form .hs-form-field ul.no-list.hs-error-msgs {
    display: none !important;
}
.hubsport-em-form .hs-form-field input.error {
    border-color: #f4583f;
}
.hubsport-em-form .submitted-message {
    color: #fff;
    font-weight: bold;
    text-align: center;
    line-height: 1.2;
}
.request-page-form .hubspot-formm-jjtech br {
    display: none;
}
.request-page-form .hubspot-formm-jjtech .hs_submit input.hs-button {
    color: #ffffff!important;
    border-width: 1px!important;
    border-color: #41acd4;
    border-radius: 0px;
    font-size: 18px;
    background-color: #41acd4;
    font-weight: 500;
    padding: 10px 40px;
}

.request-page-form .hubspot-formm-jjtech .hs_submit input.hs-button:hover {
    color: #000000!important;
    border-color: #000000!important;
    border-width: 1px!important;
    background-image: initial;
    background-color: #ffffff;
}
.adaptation-full-section {
    background-repeat: no-repeat;
    background-position: right center;
    background-repeat: no-repeat;
    background-size: contain;
    background-image: none  !important;
}
.content-first-prg img {
		display: none;
	}
.hubsport-em-form form {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    width: 100%;
}
.hubsport-em-form form .hs-form-field, .hubsport-em-form form .hs_submit {
    width: 24.25%;
    margin-right: 1%;
    float: left;
}

.hubsport-em-form form .hs_submit {
    margin-right: 0 !important;
}
.request-page-form h1 {
    margin-bottom: 25px;
}

.custom-table h2 {
    margin-bottom: 25px;
}

.custom-table table {
    border: none !important;
    border-bottom: 3px solid #0083bf !important;
    border-top: 3px solid #013c5b !important;
    text-align: center !important;
}

.custom-table table tr td:first-child {
    text-align: left;
}

.custom-table table tr th:first-child {
    text-align: left;
}

.custom-table table tr th:nth-child(2) {
    text-align: left;
}

.custom-table table tr td:nth-child(2) {
    text-align: left;
}
.data-specs-section h4 {
    color: #fff;
    font-size: 18px;
}

.data-specs-section p a {
    display: inline-block;
    vertical-align: middle;
    font-size: 18px;
    font-weight: bold;
    color: #fff;
    padding-left: 13px;
    border-left: 1px solid #fff;
    line-height: 1;
    padding-right: 13px;
	transition: all 0.5s ease-in-out;
}

.data-specs-section p a br {
    display: none;
}

.data-specs-section p a + br {
    display: none;
}
.data-specs-section p {
    margin-bottom: 0;
}

.data-specs-section .et_pb_module {
    margin-bottom: 15px !important;
}

.data-specs-section p a:hover {
    color: #013c5b;
}

.data-specs-section p a:first-child {
    padding-left: 0;
    border: 0;
}
.data-specs-section p a:after {
    content: attr(data-icon);
    font-family: ETmodules!important;
    speak: none;
    font-weight: 400;
    -webkit-font-feature-settings: normal;
    font-feature-settings: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    text-shadow: 0 0;
    direction: ltr;
    font-size: 16px !important;
    color: #fff;
    font-size: 32px;
    line-height: 1em;
    content: "\22";
    opacity: 1;
    -webkit-transition: all .2s;
    transition: all .2s;
    text-transform: none;
    -webkit-font-feature-settings: "kern" off;
    font-feature-settings: "kern" off;
    font-weight: 400;
    margin-left: 9px;
    border-bottom: 1px solid #fff;
    line-height: 1;
    display: inline-block;
    vertical-align: top;
}
.right-talk-section {display: flex;flex-direction: row;flex-wrap: wrap;align-items: center;}
.right-talk-section .et_pb_button_module_wrapper {max-width: 182px;width: 100% !important;padding-left: 18px;}
.right-talk-section .et_pb_module {width: 80%;}
.right-talk-section a:hover {background-color: #666 !important;}
.full-product-section .et_pb_module.et_pb_image span.et_pb_image_wrap {height: 304px;width: 100%;background-size: cover;background-repeat: no-repeat;
background-position: top center;}
.full-product-section .et_pb_row.et_pb_row_1 {width: 100%;max-width: 100%;}
.full-product-section .et_pb_module.et_pb_image span.et_pb_image_wrap:before {content: "";background-color: rgba(1, 60, 91, 0.75);position: absolute;left: 0;
right: 0;width: 100%;height: 100%;opacity: 0.75;top: 0;opacity: 0;transition: all 0.3s ease-in-out;-webkit-transition: all 0.3s ease-in-out;-moz-transition: all 0.3s ease-in-out;}
.full-product-section .et_pb_module.et_pb_image span.et_pb_image_wrap:after {
    content: "+";
    width: 88px;
    height: 88px;
    background-color: #013c5b;
    position: absolute;
    border-radius: 50%;
    left: 0;
    right: 0;
    margin: 0 auto;
    top: 50%;
    transform: translateY(-50%);
    box-shadow: 0 0 21px rgb(0 0 0 / 80%);
    color: #fff;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    font-size: 40px;
    line-height: 1.1;
	opacity: 0;
	transition: all 0.8s ease-in-out;-webkit-transition: all 0.8s ease-in-out;-moz-transition: all 0.8s ease-in-out;
}
.full-product-section .et_clickable:hover .et_pb_module.et_pb_image span.et_pb_image_wrap:after {
    opacity: 1;
}
.full-product-section .et_clickable:hover .et_pb_module.et_pb_image span.et_pb_image_wrap:before {
	opacity: 1;
}
.full-product-section .et_pb_text_inner h4 {
    line-height: 1.4;
}
.right-talk-section .et_pb_module .et_pb_text_inner {
    padding-right: 20px;
}

/* 18-11-2022 */
.new-main-menu .et_pb_image_0_tb_header span.et_pb_image_wrap img {
    max-width: 290px;
    width: 100%;
    position: relative;
    top: -6px;
}
.new-main-menu ul.et-menu > li {
    margin-top: 0 !important;
    padding-top: 35px;
    padding-bottom: 40px;
}

.new-main-menu ul.et-menu > li a {
    padding-bottom: 0 !important;
    margin-bottom: 0 !important;
}

.new-main-menu .et_pb_row.et_pb_row_0_tb_header.et_pb_gutters1.et_pb_row--with-menu {
    padding-bottom: 0 !important;
}
.new-main-menu ul.et-menu > li {
    margin-top: 0 !important;
    padding-top: 35px;
    padding-bottom: 40px;
}

.new-main-menu .et_pb_row.et_pb_row_0_tb_header.et_pb_gutters1.et_pb_row--with-menu {
    padding-bottom: 0 !important;
}
.new-main-menu ul.et-menu > li ul.sub-menu {
    border: none;
}
.new-main-menu ul.et-menu > li ul.sub-menu > li {
    padding: 0;
    width: 100%;
}
.new-main-menu ul.et-menu > li ul.sub-menu > li a {display: block;width: 100%;padding-right: 35px !important;padding-top: 12px;padding-bottom: 12px !important;text-transform: capitalize;position: relative;padding-left: 35px;}
.new-main-menu ul.et-menu > li ul.sub-menu > li a:after {
    font-family: ETmodules;
    content: "5";
    font-size: 16px;
    right: -4px;
    top: 2px;
    font-weight: 800;
    position: relative;
	    -webkit-transition: all 0.5s ease-in-out;    -o-transition: all 0.5s ease-in-out;    transition: all 0.5s ease-in-out;
}
.et_pb_menu_0_tb_header.et_pb_menu .nav li ul.sub-menu a:hover {
    background-color: transparent;
	color: #a4aaad !important;
}
.et_pb_menu_0_tb_header.et_pb_menu .nav li ul.sub-menu a:hover:after {
    right: -8px;
    color: #a4aaad;
}
.new-main-menu ul.et-menu > li.same-menu {
    position: relative;
    background-color: #0083bf;
    margin-right: 1px;
    padding-right: 30px;
    padding-left: 30px;
    -webkit-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}

.new-main-menu ul.et-menu > li.same-menu a {
    text-align: center;
    margin: 0 auto;
    color: #fff !important;
}

ul#menu-main {
    width: 100%;
    margin: 0 auto;
    padding: 0;
}

ul#menu-main .mobile-only {
    display: none;
}

.new-main-menu ul.et-menu > li.bg-c-menu.same-menu {
    background-color: #013c5b;
}

.new-main-menu ul.et-menu > li.same-menu:hover {
    background-color: #a4aaad;
}
.new-main-menu ul.et-menu > li:before {
    content: "";
    width: 0;
    height: 3px;
    position: absolute;
    background-color: #0083bf;
    bottom: 0;
    left: 0;
    -webkit-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}
body .new-main-menu ul.et-menu > li.current_page_item > a {
    color: #0083bf !important;
}
body .new-main-menu ul.et-menu > li.current_page_item > a:hover {
    color: #a4aaad!important;
}

.new-main-menu ul.et-menu > li:hover:before {
    width: 99%;
}
.new-main-menu ul.et-menu > li.same-menu:before{
	display: none;
}
.new-main-menu ul.et-menu > li.same-menu:hover a {
    color: #fff !important;
}
.new-main-menu ul.et-menu > li.bg-p-menu:before {
    content: "";
    background-image: url("/source/81c2a7e787e854875143c82eb8251537/phone.png");
    display: inline-block;
    width: 13px;
    height: 18px;
    background-size: contain;
    background-repeat: no-repeat;
    top: 1px;
    position: relative;
    background-color: transparent;
    margin-right: 8px;
}
.new-main-menu ul.et-menu > li.bg-c-menu:after {
    content: "";
    background-image: url("/source/24b6f1b510ded30222028219e44cddc1/msg.png");
    display: inline-block;
    width: 17px;
    height: 17px;
    background-size: contain;
    background-repeat: no-repeat;
    top: 3px;
    position: relative;
    background-color: transparent;
    margin-left: 8px;
}
.new-main-menu .et_pb_menu__wrap {
    -webkit-box-pack: right !important;
        -ms-flex-pack: right !important;
            justify-content: right !important;
}
.right-social-footer p {
    display: inline-block;
    margin-left: 3px;
    vertical-align: middle;
    margin-bottom: 0;
    font-size: 16px;
    text-transform: uppercase;
}

.right-social-footer img {
    display: inline-block;
    vertical-align: middle;
}

.right-social-footer .et_pb_module {
    display: inline-block;
    vertical-align: middle;
    margin-bottom: 0 !important;
    margin-left: 53px;
}

.right-social-footer .et_pb_module:first-child {
    margin-left: 0;
}

.right-social-footer .et_pb_module p a {
    color: #fff;
    -webkit-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}

.right-social-footer .et_pb_module p a:hover {
    color: #0083bf;
}

.right-social-footer .et_pb_social_media_follow li {
    margin-bottom: 0;
}

.right-social-footer .et_pb_social_media_follow li a {
    width: auto !important;
    height: auto !important;
    margin-left: 20px;
	margin-right: 0;
}

.right-social-footer .et_pb_social_media_follow li a:before {
    width: auto !important;
    height: auto !important;
}

.right-social-footer .et_pb_social_media_follow li:first-child a {
    margin: 0 !important;
    padding: 0 !important;
}
.right-social-footer {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: end;
}
.aftificial-banner .et_pb_text_inner {
    position: relative;
    width: 100%;
}

.aftificial-banner .et_pb_text_inner h1 {
    background-color: #0083bf;
    display: inline-block;
    padding: 20px 60px 20px 0;
}

.aftificial-banner .et_pb_text_inner h1:before {
    position: absolute;
    left: -100%;
    background-color: #0083bf;
    content: "";
    width: 100%;
    height: 100%;
    top: 0;
}
.artificial-main-section .et_pb_text_1 h2 {
    font-weight: 400;
    font-size: 36px;
    color: #000000!important;
    letter-spacing: -0.005em;
    line-height: 1.32;
    margin-bottom: 43px;
}
.aftificial-banner {
    overflow: hidden;
}
.aftificial-banner .et_pb_text_inner h1:after {
    content: "";
    background-color: #ffffff;
    position: absolute;
    width: 1000%;
    top: 0;
    height: 100%;
    opacity: .5;
    right: -100%;
    z-index: -1;
}
ul.archo-list {
    padding: 0;
}

ul.archo-list li a {letter-spacing: -0.005em;line-height: 1.2;-webkit-transition: all 0.5s ease-in-out;-o-transition: all 0.5s ease-in-out;transition: all 0.5s ease-in-out;}
ul.archo-list li a:hover {
    color: #013551;
}
ul.archo-list li {
    list-style: none;
    display: block;
    border-bottom: 1px solid #e4e4e4;
    padding-bottom: 15px;
    margin-bottom: 15px !important;
}
ul.archo-list li a:after {
    content: "";
    font-family: ETmodules;
    content: "5";
    right: 0;
    top: 0;
    font-weight: 800;
	top: 3px;
	position: relative;
}
.team-form h3 {
    color: #fff;
    text-transform: uppercase;
    font-size: 33px;
    padding-bottom: 23px;
    position: relative;
	letter-spacing: -0.015em;
	font-weight: 700;
	margin-bottom: 25px;
}
.artificial-main-section p {
    margin-bottom: 12px;
}
.artificial-main-section p a{
	-webkit-transition: all 0.5s ease-in-out;-o-transition: all 0.5s ease-in-out;transition: all 0.5s ease-in-out;
}
.artificial-main-section p a:hover {
    color: #666666;
}
.team-form h3:before {content: "";width: 72px;height: 5px;background-color: #0083bf;position: absolute;bottom: 0;}
.team-form.one-half {
    width: 100% !important;
}
.team-form .input input {
    background-color: transparent;
    border: 1px solid #fff;
    border-radius: 0 !important;
    height: 50px;
    padding-left: 20px;
    font-size: 16px;
    padding-top: 13px;
    padding-bottom: 14px;
    color: #fff;
	font-family: 'Lato',sans-serif;
	width: 100%;
}
.team-form .field {
    margin-bottom: 15px;
}
.team-form .container {
    padding-top: 25px !important;
}

.team-form .input select {
    background-color: #013551;
    height: 50px;
    padding-left: 20px;
    font-size: 16px;
    padding-top: 13px;
    padding-bottom: 14px;
    color: #fff;
    border-radius: 0;
    border: 1px solid #fff;
	    font-family: 'Lato',sans-serif;

}
.team-form .actions input.hs-button {
    background-color: transparent;
    font-weight: bold;
    color: #fff;
    background-color: #0083bf;
    border-color: #0083bf;
    border-radius: 0;
    font-size: 16px;
    text-transform: uppercase;
    height: 50px;
    line-height: 1.1;
    cursor: pointer;
    -webkit-box-shadow: none;
            box-shadow: none;
    -webkit-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
    border: 1px solid #0083bf;
	    font-family: 'Lato',sans-serif;
	width: 100%;
}

.team-form .actions input.hs-button:hover, .team-form .actions input.hs-button:focus {
    background-color: #fff;
    border-color: #fff;
    color: #0083bf;
}
.team-form .no-list.hs-error-msgs {
    display: none;
}
.team-form .input input.error, .team-form .input select.error {
    border-color: red;
}
.team-form .input input::-webkit-input-placeholder { /* Edge */
  color: #fff;
}

.team-form .input input:-ms-input-placeholder { /* Internet Explorer 10-11 */
  color: #fff;
}

.team-form .input input::placeholder {
  color: #fff;
}
.et_pb_accordion_0 .et_pb_toggle_title:before {
    display: block !important;
}
.accoudion-section .et_pb_toggle {
    padding: 13px 20px;
	margin-bottom: 17px !important;

}
.cta-elemnt h4{
    margin-bottom: 10px;
}
.cta-elemnt p {
    margin-bottom: 20px;
    padding-bottom: 0;
}
.cta-elemnt p a {
    width: 100%;
    border: 1px solid #013c5b;
    display: block;
    padding: 8px 20px;
    text-align: center;
    text-transform: uppercase;
    font-size: 16px;
    font-weight: bold;
    color: #013c5b;
    position: relative;
    -webkit-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}
.cta-elemnt p a:after {
    content: "";
    font-family: ETmodules;
    content: "5";
    font-size: 23px;
    line-height: 0.2;
    position: relative;
    top: 4px;
    -webkit-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
    right: 0;
    color: #013c5b;
}
.cta-elemnt p a:hover:after {right: -5px;}
.cta-elemnt p a:hover {
    color: inherit;
}
.cta-elemnt p a.white-btn {
    color: #fff;
    border-color: #fff;
}

.cta-elemnt p a.white-btn:after {
    color: #fff;
}

.testimonial-slider-wrap {
    padding: 48px 60px 55px 59px;
	background-image: linear-gradient(180deg,#fdfdfd 0%,#f4f4f4 100%);
}
.testimonial-slider-wrap .et_pb_slide_overlay_container {
    background-color: transparent !important;
}
.testimonial-slider-wrap p {
    text-shadow: none;
}

.testimonial-slider-wrap .et_pb_slide {
    padding: 0;
}
.testimonial-slider-wrap .et-pb-controllers {
    display: none;
}
.testimonial-slider-wrap .et_pb_slides .et_pb_container.clearfix {
    height: auto !important;
    transition: 0.5s;
}
.testimonial-slider-wrap p img {
    margin-bottom: 15px;
}
.testimonial-slider-wrap .et_pb_slide_content p {
    margin-bottom: 32px;
}
.tes-des {
    margin-bottom: 28px;
}
.tes-profile {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
	padding-right: 75px !important;
}
.tes-profile .img-people {
    width: 117px;
    height: 85px;
    border-radius: 50%;
    overflow: hidden;
    margin-right: 22px;
}

.tes-heading {
    width: 100%;
}
.tes-heading h4 {
    font-size: 26px;
    color: #013c5b !important;
    margin-bottom: 10px;
    padding-bottom: 0;
	font-weight: 600;
	text-shadow: none;
}
.tes-heading h5 {
    font-size: 18px;
    color: #a4aaad !important;
	text-shadow: none;
}
.testimonial-slider-wrap img {
    display: block;
    margin-bottom: 22px;
}
.testimonial-slider-wrap .et_pb_slide_content {
    text-shadow: none;
}
.tesm-section .slick-arrow {
    font-size: 0;
    background-color: transparent;
    border: none;
    position: absolute;
    cursor: pointer;
}
.accoudion-section .et_pb_toggle_title:before {
    content: "\f067";
    font-size: 28px;
    font-family: FontAwesome !important;
}
.accoudion-section .et_pb_toggle_open .et_pb_toggle_title:before {
    content: "\f068";
}
.testimonial-slider-wrap .et-pb-slider-arrows a {
    font-size: 55px;
    position: absolute;
    font-weight: 800;
    line-height: .6;
    width: 30px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    color: #a4aaad;
    font-weight: 100;
    -webkit-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
    right: 101px;
    left: inherit;
    opacity: 1;
    bottom: 66px;
    top: inherit;
}

.testimonial-slider-wrap .et-pb-slider-arrows a.et-pb-arrow-next {
    right: 63px;
	bottom: 66px;
}
.testimonial-slider-wrap.et_pb_slider:hover .et-pb-arrow-prev {
    left: inherit;
    opacity: 1;
}
.testimonial-slider-wrap .et-pb-slider-arrows a:hover {
    color: #013c5b;
}


.tesm-section .slick-arrow:hover:before {
    color: #013c5b;
}

.cta-product-bar h4 {
    text-align: left;
}
.et_pb_image.cta-product-bar {
    position: relative;
}
.cta-product-bar span.et_pb_image_wrap {
    width: 100%;
}
.et_pb_image.cta-product-bar img {
	width: 100%;

}
.et_pb_image.cta-product-bar a {
    display: block;
    height: 100%;
}
.et_pb_image.cta-product-bar a:before{
    content: "";
    background-color: rgba(1, 60, 91, 0.75);
    position: absolute;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    opacity: 0.75;
    top: 0;
    opacity: 0;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
	z-index:1;
}
.et_pb_image.cta-product-bar:hover a:before{
     opacity: 1;
}
.et_pb_image.cta-product-bar a:after{
    content: "+";
    width: 88px;
    height: 88px;
    background-color: #013c5b;
    position: absolute;
    border-radius: 50%;
    left: 0;
    right: 0;
    margin: 0 auto;
    top: 50%;
    transform: translateY(-50%);
    box-shadow: 0 0 21px rgb(0 0 0 / 80%);
    color: #fff;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    font-size: 40px;
    line-height: 1.1;
    opacity: 0;
    transition: all 0.8s ease-in-out;
    -webkit-transition: all 0.8s ease-in-out;
    -moz-transition: all 0.8s ease-in-out;
	z-index:2;
}
.et_pb_image.cta-product-bar:hover a:after{
   opacity: 1;
}

.cta-product-bar:hover + .et_pb_image.cta-product-bar a:before {
    opacity: 1;
}
.cta-product-bar:hover + .et_pb_image.cta-product-bar a:after {
    opacity: 1;
}
.cta-product-bar h4 {
    text-align: left;
}
.artificial-main-section ul li {
    margin-bottom: 16px;
}
.new-main-menu ul.et-menu > li.current_page_item:before {
    width: 100%;
}
span.wpcf7-spinner {
    margin: 10px auto 0;
    background-color: #0083bf;
}
.team-form .cf7sg-response-output {
    display: none;
}
.sticky-btn {
    bottom: 0;
    top: inherit !important;
    margin: 0 !important;
    left: 0 !important;
    right: 0 !important;
    display: block !important;
    bottom: 0 !important;
}
.sticky-btn .et_pb_row.et_pb_row_2_tb_footer {
    margin: 0 !important;
    padding: 0 !important;
    width: 100%;
}
.sticky-btn .et_pb_column {
    margin: 0;
    padding: 0 !important;
    width: 50% !important;
}

.contact_stc-button.sticky-btn .et_pb_button {
    display: block !important;
    -webkit-transform: inherit !important;
    -ms-transform: inherit !important;
    transform: inherit !important;
    text-align: center;
    height: 50px !important;
    line-height: 1.6 !important;
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;

	transition: all 0.5s ease-in-out;
}
.sticky-btn .et_pb_button.phone-btn-mobile:before {
    content: "" !important;
    background-image: url("/source/81c2a7e787e854875143c82eb8251537/phone.png");
    display: inline-block !important;
    width: 13px;
    height: 18px;
    background-size: contain;
    background-repeat: no-repeat;
    top: 2px;
    position: relative;
    background-color: transparent;
    margin-right: 8px;
    opacity: 1;
    right: 0;
}
.sticky-btn .et_pb_button.phone-btn-mobile:after{
	display: none !important;
}
.contact_stc-button.sticky-btn .et_pb_button_1_tb_footer {
    display: block !important;
    border-radius: 0 !important;
    padding-left: 10px !important;
	padding-right: 10px !important;
}
.contact_stc-button.sticky-btn .et_pb_button_1_tb_footer:hover {
    background-color: #013c5b !important;
}
body #page-container .et_pb_section.contact_stc-button .et_pb_button_0_tb_footer {
    background-color: #013c5b !important;
}
.sticky-btn .et_pb_button.phone-btn-mobile:hover:after {
    display: none !important;
}
/* 23-01-2023 */
.tim-banner-section .tim-banner-heading {
    background-color: #013c5b;
    display: inline-block;
    padding: 34px 52px 26px 0;
    position: relative;
}

.tim-banner-section .tim-banner-heading:before {
    position: absolute;
    content: "";
    width: 500%;
    height: 100%;
    background-color: #013c5b;
    top: 0;
    left: -500%;
}
.tim-banner-section .tim-banner-heading:after {
    content: "";
    background-color: #013c5b;
    position: absolute;
    width: 1000%;
    top: 0;
    height: 100%;
    opacity: 0.5;
    right: -1000%;
    z-index: -1;
}

.tim-banner-section {
    overflow: hidden;
}
.timeline-section .line-comn {
    position: relative;
}

.timeline-section .line-comn:before {
    content: "";
    position: absolute;
    width: 5px;
    height: 100%;
    background-color: #e4e5e6;
    left: -11.5%;
	top: 31px;
}
.timeline-section .et_pb_row .et_pb_column {
    width: 45%;
    margin-right: 10%;
}
.timeline-section .et_pb_row .et_pb_column.et-last-child {
    margin-right: 0 !important;
}
.timeline-section .et_pb_row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
}
.timeline-section .line-comn:after {
    content: "";
    position: absolute;
    width: 42px;
    height: 42px;
    background-color: #0083bf;
    border-radius: 50%;
    left: -11%;
    top: 0;
    margin-left: -21px;
    box-shadow: 0 5px 8px rgb(0 0 0 / 29%), 0 1px 8px rgb(0 0 0 / 29%);
}
.timeline-section .et_pb_row:last-child .line-comn:before {
    display: none;
}
.timeline-section ul li {
    list-style: none;
    margin-bottom: 10px;
    padding-bottom: 10px;
    border-bottom: 1px solid #d1d4d6;
}

.timeline-section ul li:last-child {
    border: none;
    margin: 0;
    padding: 0;
}

.timeline-section ul {
    margin-top: 15px;
}
.new-main-menu ul.et-menu>li {
    cursor: pointer;
}
.cta-elemnt h4 {
    text-align: left !important;
}
.home-slider h2 {
    font-size: 46px;
    font-weight: 700;
    color: #013c5b;
    margin-bottom: 46px;
    padding-bottom: 40px;
}
.home-slider p {
    color: #666666;
    font-size: 24px;
    margin-bottom: 80px;
    letter-spacing: 0.005em;
    min-height: 62px;
	height: 100%;
}


.home-slider {display: -webkit-box;display: -ms-flexbox;display: flex;-webkit-box-orient: horizontal;-webkit-box-direction: normal;-ms-flex-direction: row;flex-direction: row;-ms-flex-wrap: wrap;flex-wrap: wrap;overflow: hidden;}

.home-slider .aftificial-slider {
    width: 75%;
    float: left;
}
.home-slider .aftificial-slider .slick-slide {
    padding-bottom: 250px;
    padding-top: 85px;
}
.aftificial-slider .afti-image {
    width: 100%;
    height: 250px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: top center;
	position: absolute;
    bottom: 0;
}
.home-slider .last-bg-img {
    width: 15%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: top center;
	position: relative;
}
.home-slider .aftificial-right-list {
    width: 25%;
    float: left;
    background-color: #222222;
	display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: center;
			-ms-flex-pack: center;
				justify-content: center;
		-webkit-box-align: center;
			-ms-flex-align: center;
				align-items: center;
		    position: relative;
	    z-index: 11;
}
.home-slider .last-bg-img:before {
    width: 248px;
    content: "";
    height: 130%;
    position: absolute;
    background-color: #222;
    transform: rotate(10deg);
    left: -207px;
    z-index: 1;
    top: -30px;
}
.home-slider .aftificial-right-list:before {
    width: 260px;
    content: "";
    height: 130%;
    position: absolute;
    background-color: #222;
    transform: rotate(10deg);
    left: -52px;
}

.home-slider .slider-home-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    padding: 0;
	width: 85%;
}

.aftificial-right-list ul {
    margin: 0;
    padding: 0;
}

.aftificial-right-list ul li {
    margin-bottom: 32px;
    padding-bottom: 35px;
    position: relative;
    text-align: right;
	    list-style: none;
}
.aftificial-right-list ul li:last-child {
    margin-bottom: 0;
    padding: 0;
}
.aftificial-right-list ul li:last-child:before {
	display: none;
}

.aftificial-right-list ul li:before {
    content: "";
    width: 96px;
    position: absolute;
    bottom: 0;
    height: 1px;
    background-color: #fff;
	right: 12px;
}

.aftificial-right-list ul li a {
    color: #fff;
	font-size: 30px;
	-webkit-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
}

.aftificial-right-list ul li a:after {
    font-family: ETmodules;
    content: "5";
    font-size: 43px;
    top: 7px;
    font-weight: 800;
    position: relative;
    -webkit-transition: all 0.1s ease-in-out;
    -o-transition: all 0.1s ease-in-out;
    transition: all 0.1s ease-in-out;
    font-weight: 100;
}
.home-banner-text h1 {
    margin-bottom: 26px;
}
.home-banner-text p{
	    line-height: 1.3;
}
.home-banner-text a.link-btn {
    display: inline-block;
    vertical-align: middle;
    font-size: 16px;
    text-transform: uppercase;
    margin-top: 35px;
    color: #fff;
    font-weight: 600;
    margin-right: 22px;
    padding-right: 19px;
    letter-spacing: 0.01em;
	-webkit-transition: all 0.5s ease-in-out;
		-o-transition: all 0.5s ease-in-out;
		transition: all 0.5s ease-in-out;
}
.home-banner-text a.link-btn:hover {
   color: #0083bf;
}
.home-banner-text a.link-btn:after {
    content: "";
    font-family: ETmodules;
    content: "5";
    right: -4px;
    font-weight: 800;
    top: -1px;
    position: relative;
    font-size: 19px;
    display: inline-block;
    vertical-align: middle;
    color: #0083bf;
}
.three-banner-icons {
    position: relative;
    height: auto;
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
	padding-right: 30px;
    padding-left: 30px;
}
.three-banner-icons:before {
    content: "";
    position: absolute;
    width: 100vw;
    height: 1px;
    top: 99px;
    background-color: #fff;
}
.three-banner-icons:after {
    content: "";
    position: absolute;
    width: 100%;
    height: 1px;
    top: 99px;
    background-color: #fff !important;
    left: calc(-100% + 30px);
    right: 0;
    z-index: 11;
    opacity: 1;
    visibility: visible;
}
.hero-banner-section {
    overflow: hidden;
}
.three-banner-icons h4 {
    margin-bottom: 25px;
    padding-bottom: 0;
}
.three-banner-icons p {
    transition: all .5s ease-in-out;
    height: 0;
    opacity: 0;
}
.three-banner-icons .et_pb_column:hover p {
    height: 170px;
    opacity: 1;
    transition: all 0.5s ease-in-out;
}
.three-banner-icons h4:after {
    content: "";
    font-family: ETmodules;
    content: "5";
    right: 10px;
    font-weight: 800;
    top: -3px;
    font-size: 22px;
    display: inline-block;
    vertical-align: middle;
    color: #0083bf;
    position: relative;
    opacity: 0;
    transition: all 0.5s ease-in-out;
}

.three-banner-icons .et_pb_column:hover h4:after {
    opacity: 1;
    right: -4px;
}
.hero-banner-section .et_pb_row.et_pb_row_0{
	display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
}
.aftificial-slider ul.slick-dots {
    position: absolute;
    top: 145px;
    max-width: 800px;
    margin: 0 auto;
    left: -6px;
    right: 0;
	display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
	padding-right: 100px;
	    padding-bottom: 0;
	padding-left: 2px;
}
.aftificial-slider ul.slick-dots li {
    display: inline-block;
    vertical-align: middle;
    margin-right: 10px;
	width: 100%;
}
.aftificial-slider ul.slick-dots li button {
    font-size: 0;
    border: none;
    background-color: transparent;
    width: 100%;
    height: 20px;
    cursor: pointer;
    transition: all 0.5s ease-in-out;
	border-bottom: 3px solid #013c5b;
}
.aftificial-slider ul.slick-dots li button:hover, .aftificial-slider ul.slick-dots li.slick-active button{
    border-color: #0083bf;
}
.aftificial-slider button.slick-arrow {
    position: absolute;
    font-size: 0;
    background-color: transparent;
    border: none;
    bottom: 108px;
    display: flex;
    z-index: 1;
	width: 42px;
    cursor: pointer;
}

.aftificial-slider button.slick-next.slick-arrow {
    right: 160px;
	left: inherit;
}
.aftificial-slider button.slick-arrow:before{
	font-weight: 100;
    position: relative;
    font-size: 85px;
    display: inline-block;
    vertical-align: middle;
    color: #ffffff;
    width: 29px;
    height: 40px;
    line-height: 0.5;
    display: flex;
    justify-content: center;
    text-shadow: 0px 0 3px rgba(0, 0, 0, 0.5);
	font-family: ETmodules;
	-webkit-transition: all 0.5s ease-in-out;
		-o-transition: all 0.5s ease-in-out;
		transition: all 0.5s ease-in-out;
}
.aftificial-slider button.slick-arrow:hover:before {
    color: #0083bf;
}
.aftificial-slider button.slick-next.slick-arrow:before {
    content: "5";
}
.aftificial-slider button.slick-prev.slick-arrow:before {
    content: "4";
}
.contant-wrap-slider {
    max-width: 800px;
    margin: 0 auto;
    padding-right: 50px;
}
.aftificial-slider button.slick-prev.slick-arrow {
    left: 17%;
    right: 0;
}
.aftificial-right-list ul li a:hover {
    color: #41acd4;
}
.contact_stc-button .et_pb_row.et_pb_row_0_tb_footer {
    width: 100%;
}
body #page-container .et_pb_section.contact_stc-button .et_pb_button_0_tb_footer:hover {
    background-color: #0083bf !important;
}
.hero-banner-section {
    position: relative;
    padding-bottom: 240px !important;
}
.et_pb_row.et_pb_row_1.three-banner-icons {
    position: absolute;
    bottom: 0;
    width: 100%;
    right: 0;
    left: 0;
}
.three-banner-icons .et_pb_column {
    position: initial;
}
.three-banner-icons .et_pb_column:first-child:before {
    content: "";
    position: absolute;
    background-color: rgb(1 60 91 / 60%);
    width: 10000%;
    height: 100%;
    left: -1000%;
    top: 100px;
    z-index: -1;
}
a:hover {
    color: #013551;
}
/* AFQ */
.dipl_faq_page_schema .dipl_faq_item_wrapper .et_pb_toggle_close {
    display: none;
}
.dipl_faq_page_schema .dipl_faq_item_wrapper .et_pb_toggle.et_pb_module.et_pb_accordion_item {
    border: none;
    padding: 0;
}
.dipl_faq_page_schema .dipl_faq_item_wrapper .dipl_question_wrapper::after {
    font-weight: bold;
}
.dipl_faq_page_schema .dipl_faq_title {
    margin-bottom: 10px;
}
.dipl_faq_page_schema .dipl_faq_item_wrapper .et_pb_toggle_content {
    padding-top: 0;
}
.dipl_faq_page_schema .et_pb_module.dipl_faq_page_schema_item {
    margin-bottom: 17px;
}

ul#menu-main.et-menu li.menu-item-has-children a:first-child::after {
    display: none;
    content: '';
}

/* AFQ */

/* Responsive */

@media (max-width: 1725px) {
	body .new-main-menu .et_pb_row--with-menu {
		padding-left: 30px !important;
	}
	.new-main-menu ul.et-menu > li.same-menu {
		padding-right: 26px;
		padding-left: 26px;
	}
	.new-main-menu ul.et-menu > li {
		padding-right: 8px;
		padding-left: 8px;
	}
	.aftificial-right-list ul li a {
		font-size: 26px;
	}
	.aftificial-right-list ul li a:after{
		font-size: 32px;
	}
	.new-main-menu .et_pb_image_0_tb_header span.et_pb_image_wrap img {
		max-width: initial;
		position: relative;
		top: 0;
		width: 100%;
	}
}

@media (max-width: 1600px) {
	.full-product-section .et_pb_module.et_pb_image span.et_pb_image_wrap {
		height: 224px;
	}

}

@media (max-width: 1500px) {
	.product-title-set h1 {
		font-size: 38px !important;
	}
	.product-title-set h2 {
		font-size: 30px !important;
	}
	.right-talk-section .et_pb_module {
		width: 71%;
		padding-left: 5px;
	}
	.full-product-section .et_pb_module.et_pb_image span.et_pb_image_wrap:after{
		width: 68px;
		height: 68px;
	}
	.new-main-menu ul.et-menu > li a {
		margin-bottom: 0 !important;
		font-size: 13px !important;
	}
	.new-main-menu ul.et-menu > li {
		padding-right: 6px;
		padding-left: 6px;
	}
	.new-main-menu ul.et-menu > li.bg-c-menu:after {
		width: 16px;
		margin-left: 6px;
	}
	.new-main-menu ul.et-menu > li.bg-p-menu:before {
		width: 11px;
		top: 2px;
		margin-right: 6px;
	}
	.new-main-menu ul.et-menu > li ul.sub-menu > li a {
		padding-right: 25px !important;
		padding-top: 8px;
		padding-bottom: 8px !important;
		padding-left: 25px;
	}
	.aftificial-slider button.slick-prev.slick-arrow {
		left: 9%;
	}
	.home-slider p {
		font-size: 24px;
	}
	.aftificial-right-list ul li a {
		font-size: 24px;
	}
	.aftificial-slider button.slick-prev.slick-arrow {
		left: 9%;
	}
	.hero-banner-section {
		padding-bottom: 200px !important;
	}
}

@media (max-width: 1400px) {
	.right-social-footer .et_pb_module {
		margin-left: 35px;
	}
	.artificial-main-section .et_pb_text_1 h2 {
		font-size: 30px;
		margin-bottom: 23px;
	}
	.contant-wrap-slider {
		padding-right: 30px;
		padding-left: 50px;
	}
	.aftificial-slider ul.slick-dots {
		left: 93px;
	}
	.aftificial-slider button.slick-next.slick-arrow {
		right: 110px;
	}

}
@media (max-width: 1300px) {
	.right-social-footer .et_pb_module {
		margin-left: 30px;
	}
	.right-social-footer p {
		font-size: 15px;
	}
	.team-form h3 {
		font-size: 28px;
	}
	.artificial-main-section h2 {
		font-size: 28px;
	}
	.tesm-section {
		padding: 40px 45px 35px 40px;
	}
	.tes-des p {
		font-size: 26px;
	}
	.tes-heading h4 {
		font-size: 24px;
	}
	.tesm-section .slick-next {
		right: 20px;
	}
	.tesm-section .slick-prev {
		right: 105px;
	}
	.aftificial-slider ul.slick-dots {
		left: 50px;
	}
	.contant-wrap-slider {
		padding-right: 80px;
	}
	.home-slider p {
		font-size: 22px;
		margin-bottom: 60px;
	}
	.aftificial-right-list ul li {
		margin-bottom: 25px;
		padding-bottom: 25px;
	}
	.aftificial-right-list ul li a {
		font-size: 22px;
	}

}

@media (max-width: 1200px) {
	.full-product-section .et_pb_module.et_pb_text {
		padding-top: 60px !important;
	}
	body .new-main-menu .et_pb_row--with-menu {
		padding-left: 20px !important;
	}
	.new-main-menu ul.et-menu > li.same-menu {
		padding-right: 11px;
		padding-left: 11px;
	}
	.new-main-menu ul.et-menu > li {
		padding-right: 4px;
		padding-left: 4px;
	}
	.new-main-menu .et_pb_column_3_4 {
		width: 83% !important;
	}
	.new-main-menu .et_pb_column_1_4 {
		width: 17% !important;
	}
	.new-main-menu .et_pb_module.et_pb_image {
		padding-top: 33px;
	}
	.right-social-footer {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
	}
	.footer-section .et_pb_column {
		width: 100% !important;
		text-align: center;
	}

	.footer-section .et_pb_column span.et_pb_image_wrap {
		margin: 0 auto;
		text-align: center;
		width: 100%;
		margin-bottom: 12px;
	}

	.footer-section .et_pb_column span.et_pb_image_wrap img {
		margin: 0 auto;
		text-align: center;
	}
	ul.archo-list li {
		padding-bottom: 13px;
		margin-bottom: 12px !important;
	}
	.aftificial-slider ul.slick-dots {
		left: 50px;
	}
	.home-slider h2 {
		font-size: 38px;
	}
}

@media (max-width: 1024px) {
	.full-product-section .et_pb_module.et_pb_text {
		padding-top: 46px !important;
	}
	.full-product-section .et_pb_module.et_pb_text h4 {
		font-size: 18px !important;
		line-height: 1.2;
	}
	.product-title-set h1 {
		font-size: 32px !important;
	}
	.product-title-set h2 {
		font-size: 24px !important;
	}
	body .new-main-menu .et_pb_row--with-menu {
		padding-left: 15px !important;
	}
	.artificial-main-section p {
		margin-bottom: 20px;
		padding-bottom: 0 !important;
	}
	.artificial-main-section ul li {
		margin-bottom: 12px;
	}
	.home-slider .slider-home-wrap {
		width: 100%;
	}
	.home-slider .last-bg-img {
		height: 250px;
		z-index: 11;
		    width: 100%;
	}
	.home-slider .last-bg-img:before{
		display: none;
	}
	.aftificial-right-list ul {
		padding-right: 30px;
	}
	.home-slider .aftificial-slider {
		width: 70%;
	}
	.home-slider .aftificial-right-list{
		width: 30%;
	}

}

@media (min-width: 980px) and (max-width: 1300px){
	.team-form {
		padding: 40px 30px 0 !important;
	}
	div.cta-elemnt.et_pb_bg_layout_light {
		padding: 25px 30px 15px !important;
	}
	.cta-elemnt.et_pb_bg_layout_light h4.et_pb_module_header {
		font-size: 26px;
		margin-bottom: 0;
	}
	.cta-elemnt.et_pb_bg_layout_light p {
		line-height: 1.8!important;
	}
	.cta-product-bar.et_clickable {
		padding-right: 30px !important;
		padding-left: 30px !important;
	}
}



@media (max-width: 991px) {
	.jj-content-with-image h1 {
		font-size: 34px;
	}
	.jj-content-with-image h2 {
		font-size: 26px;
	}
	.jj-content-with-image .content-first-prg h2 {
		margin-bottom: 20px;
	}
	.jj-content-with-image p {
		font-size: 16px;
		margin-bottom: 20px;
	}
	.jj-content-with-image ul li {
		font-size: 16px;
	}
	.full-image-cont-sec .first-bg-img {
		height: 300px;
		display: block !important;
		background-size: contain;
	}
	.full-image-cont-sec h2 {
		margin-bottom: 25px;
	}
	.hubsport-em-form .hs-form-field input{
		padding: 11px 15px 14px 18px;
	}
	.hubsport-em-form .hs_submit input.hs-button{
		padding: 11px 10px 12px 10px;
		font-size: 14px;
	}

	.hubsport-em-form form .hs-form-field, .hubsport-em-form form .hs_submit {
		width: 49%;
		margin-bottom: 1%;
	}
	.adaptation-full-section .et_pb_column {
		width: 33%;
	}
	.adaptation-full-section .et_pb_column:first-child {
		width: 67%;
	}
	.request-page-form h1 {
		margin-bottom: 20px;
	}
	.full-product-section .et_pb_column {
		width: 33.33% !important;
	}
	.full-product-section .et_pb_module.et_pb_image span.et_pb_image_wrap {
		height: 147px;
	}

	.talk-to-our-section .et_pb_text_4 h3 {
		font-size: 26px;
	}
	.right-talk-section .et_pb_module .et_pb_text_inner {
		padding-right: 0;
	}
	.home-slider h2 {
		font-size: 36px;
		padding-bottom: 35px;
	}
	.aftificial-right-list ul li a {
		font-size: 19px;
	}
	.new-main-menu .et_pb_image_0_tb_header span.et_pb_image_wrap img {
		max-width: 260px;
	}
}

@media (max-width: 980px) {
	.right-talk-section .et_pb_module {
		width: 100%;
		padding-right: 0 !important;
	}
	.right-talk-section {
		display: block;
		padding-left: 6px;
	}
	.right-talk-section .et_pb_button_module_wrapper {
		padding-left: 0;

	}
	.new-main-menu .et_pb_menu .et_mobile_menu {
		top: 0;
	}
	.new-main-menu .mobile_menu_bar {
		position: absolute;
		top: -64px;
		right: 0;
	}
	.new-main-menu .et_pb_column_1_3 {
		width: 100% !important;
	}
	.new-main-menu .et_pb_column_2_3 {
		width: 100% !important;
	}
	.new-main-menu ul#mobile_menu1 {
		width: calc(100% + 15px) !important;
		padding: 20px 20px;
		background-color: #fff !important;
	}
	.new-main-menu .mobile_nav li > a {
		background-color: transparent;
	}
	.new-main-menu .mobile_nav li > ul.sub-menu {
		padding-left: 0;
	}
	.new-main-menu .mobile_nav li a {
		padding-top: 10px;
		padding-bottom: 10px;
	}
	body .new-main-menu .et_mobile_nav_menu ul li.menu-item-has-children ul.sub-menu {
		display: none !important;
	}
	.new-main-menu .mobile_menu_bar:before {
		color: #0083bf !important;
	}
	.footer-section .et_pb_column {
		margin-bottom: 0;
	}
	.right-social-footer .et_pb_module {
		margin-left: 0 !important;
		width: 100%;
		text-align: center;
		margin-bottom: 10px !important;
	}
	.new-main-menu .mobile_nav .et_mobile_menu > li {
		position: relative;
		width: calc(100% - 40px);
	}
	.new-main-menu .et_pb_module.et_pb_image {
		padding-top: 8px;
		padding-bottom: 26px;
	}
	.new-main-menu .mobile_nav .et_mobile_menu > li.menu-item-has-children:before {
		content: "";
		width: 20px;
		height: 20px;
		position: absolute;
		right: -30px;
		top: 10px;
		font-family: ETmodules;
		/* content: "3"; */
		font-size: 30px;
		font-weight: 600;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: center;
			-ms-flex-pack: center;
				justify-content: center;
		-webkit-box-align: center;
			-ms-flex-align: center;
				align-items: center;
		color: #0083bf;
		-webkit-transform: rotate(0);
			-ms-transform: rotate(0);
				transform: rotate(0);
		-webkit-transition: all 0.5s ease-in-out;
		-o-transition: all 0.5s ease-in-out;
		transition: all 0.5s ease-in-out;
		    cursor: pointer;
	}
	.new-main-menu .mobile_nav .et_mobile_menu > li.show_child_menu.menu-item-has-children:before {
		-webkit-transform: rotate(-180deg);
			-ms-transform: rotate(-180deg);
				transform: rotate(-180deg);
	}
	.new-main-menu .mobile_nav .et_mobile_menu > li > a {
		display: inline-block;
	}
	body .new-main-menu .et_mobile_nav_menu ul li.show_child_menu ul.sub-menu {
		display: block !important;
	}
	.et_mobile_menu li li a {
		font-size: 14px !important;
	}
	.new-main-menu {
		z-index: 333333 !important;
	}
	.new-main-menu ul#mobile_menu1 {
		overflow: scroll;
		height: 410px;
	}
	.artificial-main-section h2 {
		font-size: 26px !important;
	}
	.cta-elemnt.et_pb_bg_layout_light h4.et_pb_module_header {
		text-align: center;
	}
	.cta-elemnt.et_pb_bg_layout_light p {
		text-align: center;
	}
	.cta-elemnt p a{
		max-width: 280px;
		margin: 0 auto;
	}
	.timeline-section .et_pb_column_empty {
    display: block !important;
	}
	.timeline-section h3 {
		font-size: 38px !important;
	}
	.timeline-section .line-comn:after {
		width: 36px;
		height: 36px;
		margin-left: -16px;
	}
	.tim-banner-section .tim-banner-heading {
		padding: 20px 40px 10px 0;
	}
	.cta-elemnt h4 {
		text-align: center !important;
	}
	.testimonial-slider-wrap {
		padding: 40px 40px 40px 40px;
	}
	.testimonial-slider-wrap .et_pb_slider_container_inner .et_pb_slide_description .et_pb_slide_content {
		font-size: 26px !important;
	}
	.home-banner-text h1 {
		margin-bottom: 20px;
		padding-bottom: 0;
	}
	.home-banner-text a.link-btn{
		margin-right: 15px;
		padding-right: 0;
	}
	.three-banner-icons p {
		height: inherit;
		opacity: 1;
		text-align: center;
	}
	.three-banner-icons p {
		height: inherit;
		opacity: 1;
		text-align: center;
		line-height: 1.8;
		max-width: 560px;
		margin: 0 auto;
	}
	.three-banner-icons .et_pb_text_inner {
		width: 80%;
		margin: 0 auto;
	}


	.three-banner-icons h4 {
		margin-bottom: 5px;
	}
	.new-main-menu .et_pb_image img {
		width: 200px;
	}
	.new-main-menu .et_pb_image_0_tb_header {
		margin-left: 3px !important;
	}
	.artificial-main-section .et_pb_row.et_pb_row_1 {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-orient: vertical;
		-webkit-box-direction: reverse;
/* 			-ms-flex-direction: column-reverse;
				flex-direction: column-reverse; */
		-ms-flex-wrap: wrap;
			flex-wrap: wrap;
	}
	.team-form {
		position: relative;
	}
	.team-form:before {
		content: "";
		background-color: #013652;
		width: 100%;
		height: 100%;
		position: absolute;
		right: -100%;
		top: 0;
	}
	.team-form:after {
		content: "";
		background-color: #013652;
		width: 100%;
		height: 100%;
		position: absolute;
		left: -100%;
		top: 0;
	}
	.et_pb_row.et_pb_row_1.three-banner-icons {
		position: relative;
	}
	.hero-banner-section {
		padding-bottom: 40px !important;
	}
	.three-banner-icons .et_pb_column:hover p {
		height: auto;
	}
}

@media (max-width: 950px) {
.et_mobile_menu {
	width: 50% !important;
	}
}
@media (max-width: 550px) {
.et_mobile_menu {
	width: 100% !important;
	}
	.hs_submit input.hs-button{
		font-size: 18px;
		padding: 8px 25px;
	}
}
.psm {
	font-size: 12px;
}
#two-column{
width: 100%;
}
#two-column #left{
width: 49%;
float: left;
}
#two-column #right{
float: right;
width: 49%;
}
#two-column p{
margin-bottom: 12px;
}
#two-column input[type="text"]{
border:none;
border:1px solid #503424;
font-size :14px;
-webkit-border-radius: 2px;
-moz-border-radius: 2px;
border-radius: 2px;
width: 100%;
padding: 5px;
height: 40px;
background: #fff;
}
#two-column #right input[type="email"], #two-column #left input[type="text"]{
width: 100%;
height: 40px;
background: #fff;
}
#two-column textarea {
position: relative;
padding: 5px;
border:1px solid #503424;
-webkit-border-radius: 2px;
-moz-border-radius: 2px;
border-radius: 2px;
width: 100%;
height: 200px;
background: #fff;
}
#two-column input[type="submit"]{
padding:8px 18px;
background:#fff;
color:#503424;
border: 1px solid #503424;
float:right;
font-size: 14px;
-webkit-border-radius: 2px;
-moz-border-radius: 2px;
border-radius: 2px;
}
#two-column input[type="text"]:focus, #two-column textarea:focus{
background: #EBDFCD;
border: 1px solid #A7864D;
}
#two-column input[type="submit"]:hover{
background:#0073b1;
color:#fff;
border: 1px solid #0073b1;
}
input[type="text"], input[type="password"], input[type="email"], textarea, select {
height: 40px;
width: 100%;
}
.jj-content-with-image h2 {
    font-weight: 400 !important;
}
@media only screen and (max-width: 800px) {
#two-column #left {
width: 100%;
float: none;
}

#two-column #right {
float: none;
width: 100%;
}

}
@media only screen and (max-width: 768px) {
	.et_pb_column:first-child:before {
		background-color: rgb(1 60 91 / 100%) !important;
	}
	.hero-banner-section {
		background-size: 165%;
		background-position: top center;
		background-color: #013c5b;
	}

}
@media only screen and (max-width: 767px) {
	.contact_stc-button .et_pb_button_0_tb_footer_wrapper {
		left: 0;
		bottom: 0;
		top: inherit !important;
		-webkit-box-shadow: 4px 0px 16px 10px rgb(0 0 0 / 9%) !important;box-shadow: 4px 0px 16px 10px rgb(0 0 0 / 9%) !important;
	}
	.contact_stc-button .et_pb_section_1_tb_footer, .contact_stc-button .et_pb_button_0_tb_footer {
		display: block !important;
		transform: inherit;
		text-align: center;
		background-color: #0083bf !important;
		font-weight: bold;
		width: auto;
		box-shadow: inherit;
		position: relative;
		padding: 9px 5px 16px 5px !important;
		line-height: 1.1 !important;
	}
	.contact_stc-button .et_pb_button_0_tb_footer:after {
		font-size: 28px;
		content: "\35" !important;
		position: inherit !important;
		text-transform: none;
		-webkit-font-feature-settings: "kern" off;
		font-feature-settings: "kern" off;
		font-variant: none;
		font-style: normal;
		font-weight: 400;
		color: #fff;
		right: 0 !important;
		font-family: "ETmodules" !important;
		display: inline-block !important;
		top: -5px;
		line-height: 1.6 !important;
		opacity: 1 !important;
		-webkit-transition: all 0.5s ease-in-out;-o-transition: all 0.5s ease-in-out;transition: all 0.5s ease-in-out;
		    margin-left: 0px !important;
	}
	.contact_stc-button .et_pb_button_0_tb_footer:hover:after {
		right: -10px !important;
	}
	.contact_stc-button .et_pb_button_0_tb_footer {
		text-transform: capitalize;
		font-size: 20px;
		font-weight: 500;
	}
	.footercopy.et_pb_text_align_center {
		margin-bottom: 53px !important;
	}
	.hubspot-formm-jjtech .hbspt-form fieldset input, .hubspot-formm-jjtech .hbspt-form fieldset textarea, .hubspot-formm-jjtech .hbspt-form fieldset select{
		padding: 13px;
	}
	.jj-content-with-image h1 {
		font-size: 30px;
	}
	.adaptation-full-section:before {
		display: none;
	}
	.content-first-prg img {
		display: block;
		margin: 0 auto;
		box-shadow: inset 0px -14px 13px -11px rgb(0 0 0 / 20%);
		width: 100%;
		padding: 0 33%;
	}
	.hubsport-em-form .hs-form-field input, .hubsport-em-form .hs_submit input.hs-button{
		height: 46px;
	}
	.adaptation-full-section .et_pb_module.et_pb_image.et_pb_image_0 {
		display: none;
	}
	.adaptation-full-section .et_pb_column:first-child, .adaptation-full-section .et_pb_column {
		width: 100%;
	}
	.request-page-form h1 {
		margin-bottom: 15px;
	}
	.custom-table table tr th {
		font-size: 16px;
		line-height: 1.3;
	}
	.custom-table table tr td {
		line-height: 1.5;
		font-size: 14px;
	}
	.full-product-section .et_pb_column {
		width: 50% !important;
	}
	.product-four-item h3 {
		font-size: 26px !important;
	}
	.product-four-item p {
		font-size: 16px !important;
	}
	.new-main-menu .et_pb_image img {
		width: 200px;
	}
	.new-main-menu .mobile_menu_bar {
		top: -53px !important;
		right: 50px !important;
	}
	.new-main-menu ul#mobile_menu1 {
		width: calc(100% - -15px) !important;
		padding: 20px 20px;
		overflow: auto;
		top: 10px;
		/* left: -59px !important; */
	}
	.mobile_menu_bar:before {
		padding-right: 0;
	}
	.footer-section {
		padding-bottom: 60px !important;
	}
	.artificial-main-section h2 {
		font-size: 26px;
	}
	.tes-des p {
		font-size: 24px;
	}
	.tes-heading h4 {
		font-size: 22px;
	}
	.tes-heading h5 {
		font-size: 16px;
	}
	.tes-des img {
		width: 55px;
	}
	.artificial-main-section ul {
		padding-bottom: 0;
	}
	.new-main-menu .mobile_nav .et_mobile_menu > li.same-menu {
		display: none;
	}
	.tim-banner-section .tim-banner-heading {
		padding: 13px 40px 5px 0;
	}
	.timeline-section ul li {
		margin-bottom: 8px;
		padding-bottom: 8px;
		font-size: 16px;
	}
	.timeline-section p {
		font-size: 16px;
		line-height: 1.5;
	}
	.timeline-section h3 {
		font-size: 32px !important;
	}
	.timeline-section .line-comn:after {
		width: 32px;
		height: 32px;
		margin-left: -14px;
	}
	.timeline-section .line-comn:before {
		width: 3px;
		left: -11%;
	}
	.home-slider .aftificial-slider {
		width: 100%;
	}
	.home-slider .aftificial-right-list:before{
		display:none;
	}
	.home-slider .aftificial-right-list {
		width: 100%;
		padding:25px 30px 30px 30px;
	}
	.aftificial-right-list ul {
		padding-right: 0;
	}
	.aftificial-right-list ul li {
		margin-bottom: 20px;
		padding-bottom: 20px;
	}
	.aftificial-slider button.slick-prev.slick-arrow {
		left: 10px;
	}
	.aftificial-slider button.slick-next.slick-arrow {
		right: 10px;
	}
	.aftificial-slider ul.slick-dots {
		left: 0;
		right: 0;
		margin: 0 auto;
		padding-right: 30px;
		padding-left: 30px;
		max-width: 70%;
		top: initial;
		bottom: 272px;
	}
	.home-slider h2 {
		font-size: 36px;
		padding-bottom: 0;
		margin-bottom: 20px;
		text-align: center;
	}
	.home-slider .aftificial-slider .slick-slide {
		padding-top: 40px;
	}
	.home-slider p {
		font-size: 18px;
		margin-bottom: 40px;
		text-align: center;
		line-height: 1.5;
	}
	.contant-wrap-slider {
		padding-right: 30px;
		padding-left: 30px;
	}
	.home-banner-text a.link-btn{
		margin-top: 25px;
	}
	.hero-banner-section {
		padding-bottom: 25px !important;
	}

    ul#menu-main .mobile-only { {
        display: block;
    }
}

@media only screen and (max-width: 640px) {
	.hubsport-em-form fieldset .hs-form-field {
		width: 100% !important;
		margin-bottom: 10px;
	}
	.hubsport-em-form .hs_submit input.hs-button{
		padding: 11px 30px 12px 30px;
		margin-right: 7px;
		margin-top: 0;
	}
	.hubsport-em-form form .hs-form-field, .hubsport-em-form form .hs_submit {
		width: 100%;
		margin-right: 0;
	}
	.product-title-set h1 {
		font-size: 26px !important;
	}
	.product-title-set h2 {
		font-size: 20px !important;
		line-height: 1.3;
	}
	.tesm-section {
		padding: 30px 20px 50px 20px;
	}
	.tes-des p {
		font-size: 20px;
	}
	.tesm-section .slick-next {
		right: -10px;
		bottom: 31px;
	}
	.tesm-section .slick-prev {
		right: 65px;
		bottom: 47px;
	}
	.tes-profile {
		padding-right: 0 !important;
	}
	.contact_stc-button.sticky-btn .et_pb_button, .contact_stc-button.sticky-btn .et_pb_button:hover {
		font-size: 18px;
		padding-top: 11px !important;
	}
	.contact_stc-button .et_pb_button_0_tb_footer:after{
		    top: -8px;
	}
	.timeline-section .et_pb_row .et_pb_column {
		width: 100%;
		margin-right: 0;
	}
	.timeline-section .line-comn:after {
		display: none;

	}
	.timeline-section .line-comn:before {
		display: none;
	}
	.timeline-section .et_pb_row:before {
		content: "";
		position: absolute;
		width: 3px;
		height: 100%;
		background-color: #e4e5e6;
		left: -11%;
		top: 24px;
		margin-left: 8px;
	}
	.timeline-section .et_pb_row:after{
		content: "";
		position: absolute;
		width: 20px;
		height: 20px;
		background-color: #0083bf;
		border-radius: 50%;
		left: -11%;
		top: 6px;
		margin-left: -1px;
		box-shadow: 0 5px 8px rgb(0 0 0 / 29%), 0 1px 8px rgb(0 0 0 / 29%);
		visibility: inherit;
	}
	.timeline-section h3 {
		text-align: left !important;
	}
	.timeline-section p {
		text-align: left;
	}
	.timeline-section ul li {
		text-align: left;
	}
	.timeline-section ul {
		padding: 0;
	}
	.timeline-section .et_pb_column_empty {
		display: none !important;
	}
	.timeline-section .et_pb_row:last-child:before {
		display: none !important;
	}
	.testimonial-slider-wrap .et-pb-slider-arrows a, .testimonial-slider-wrap .et-pb-slider-arrows a.et-pb-arrow-next{    bottom: 20px;}
	.testimonial-slider-wrap .et-pb-slider-arrows a{
		    right: 70px;
	}
	.testimonial-slider-wrap .et-pb-slider-arrows a.et-pb-arrow-next {
		right: 30px;
	}
	.testimonial-slider-wrap {
		padding-bottom: 75px;
	}
	.team-form .input input{
		height: 44px;
	}
	.team-form .field {
		margin-bottom: 10px;
	}
	.hero-banner-section {
		background-size: 200%;
	}
}
@media only screen and (max-width: 550px) {
	.custom-table {
		overflow-x: scroll;
	}
	.data-specs-section h4 {
		font-size: 16px;
		line-height: 1.2;
		margin-bottom: 0;
	}
	.data-specs-section p a{
		font-size: 16px;
	}
	.data-specs-section p a:after{
		font-size: 11px !important;
		letter-spacing: 0.1em;
	}
	.full-product-section .et_pb_column {
		width: 100% !important;
	}
	.full-product-section .et_pb_module.et_pb_image span.et_pb_image_wrap {
		height: 257px;
	}
	.tes-profile .img-people {
		width: 102px;
		height: 62px;
		margin-right: 15px;
	}
	.hero-banner-section {
		background-size: 220%;
	}
}

@media only screen and (max-width: 490px) {
	.data-specs-section p a{
		display: block;
		margin-bottom: 9px;
		padding-left: 0;
		border-left: none;
	}
	.tes-heading h4 {
		font-size: 20px;
	}
	.accoudion-section p img {
		float: none;
		display: block;
		margin-bottom: 10px;
	}
	.footer-section .et_pb_column.et_pb_column_1_4 {
		margin-bottom: 10px;
	}
	.aftificial-slider button.slick-arrow:before{
		font-size: 60px;
		    width: 25px;
    height: 34px;
	}
	.home-banner-text a.link-btn{
		display: block;
		padding-right: 0;
	}
	.home-banner-text a.link-btn:nth-of-type(2n) {
		margin-top: 4px;
	}
	.contact_stc-button.sticky-btn .et_pb_button {
		padding-top: 11px !important;
	}
	.aftificial-right-list ul li {
		text-align: center;
	}
	.aftificial-right-list ul li:before {
		right: 0;
		left: 0;
		margin: 0 auto;
	}
	.hero-banner-section {
		background-size: 289%;
	}

}

@media only screen and (max-width: 400px) {
	.content-first-prg img {
		padding: 0 20%;
	}
	.cta-elemnt.et_pb_bg_layout_light h4.et_pb_module_header {
		margin-bottom: 0;
	}
	.cta-elemnt p a{
		font-size: 14px;
	}
	.sticky-btn .et_pb_button {
		font-size: 16px;
	}
	.contact_stc-button .et_pb_button_0_tb_footer:after{
		    font-size: 21px;
	}
	.sticky-btn .et_pb_button.phone-btn-mobile:before {
		width: 11px;
		height: 14px;
		top: 2px;
		margin-right: 4px;
	}
	.new-main-menu .mobile_menu_bar:before {
		font-size: 42px !important;

	}
	.new-main-menu .mobile_menu_bar {
		top: -42px !important;
		right: 50px !important;
	}
	.contact_stc-button.sticky-btn .et_pb_button{
		font-size: 16px;
		height: 44px !important;
	}
	.contact_stc-button.sticky-btn .et_pb_button:hover{
		font-size: 16px;
	}
	.contact_stc-button .et_pb_button_0_tb_footer:after {
		top: -4px;
	}
	.team-form h3 {
		font-size: 26px;
	}
	.testimonial-slider-wrap {
		padding: 30px 20px 70px 20px;
	}
	.testimonial-slider-wrap .et_pb_slider_container_inner .et_pb_slide_description .et_pb_slide_content {
		font-size: 22px !important;
	}
	.tes-profile .img-people {
		width: 72px !important;
		height: 72px;
		margin-bottom: 10px;
	}
	.tes-profile {
		display: block;
	}
	.contact_stc-button.sticky-btn .et_pb_button{
		padding-top: 9px !important;
	}
	.hero-banner-section {
		background-size: 385%;
	}

}
@media only screen and (max-width: 390px) {
	.home-banner-text a.link-btn {
		padding-right: 0;
	}
}


h2.heading{
	font-weight: 800;
    font-size: 53px;
}

.et_pb_text ul li {
    margin-bottom: 0.5rem;
}

.et_pb_text ul,
.et_pb_text ol {
    margin: 0.75rem 0;
}

.et_pb_text ul ul,
.et_pb_text ul ol,
.et_pb_text ol ol,
.et_pb_text ol ul {
    margin: 0;
    padding-bottom: 0;
}

.et_pb_text ul ul li,
.et_pb_text ul ol li,
.et_pb_text ol ol li,
.et_pb_text ol ul li {
    padding-bottom: 0;
}


.et_pb_text_16 h2, .et_pb_text_8 h2, .et_pb_text_11 h2 {
    font-weight: 800;
    font-size: 48px;
    color: #ffffff!important;
}


.et_pb_text_19 h2
{
	text-align:center;
}

.et_pb_text_21 h2 {
    font-size: 44px;
    color: #ffffff!important;
}

.et_pb_text_22 h2
{
	font-size: 54px;
    color: #3388aa!important;
    text-align: center;
}

.et_pb_text_1 h2 {
    font-weight: 800;
    font-size: 38px;
    color: #000000!important;
}

.et_pb_text_29 h2 {
    font-size: 44px;
    color: #ffffff!important;
}
