/*
Theme Name: Sanforce 2
Author: Digital Agency Nepal
Author URI: https://www.digitalagencynepal.com/
Description: 
Version: 2
Tags:
Text Domain: dan
*/
.button {
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  min-width: 145px;
  font-family: "Montserrat", sans-serif;
  font-weight: 900;
  line-height: 30px;
}

.button:hover, .button:focus {
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.button-primary {
  background: #164b8d;
}

.button-primary:hover, .button-primary:active {
  background: #0c284b;
}

.button-primary.alternate {
  color: #164b8d;
  background: white;
  border: 1px solid transparent;
}

.button-primary.alternate:hover, .button-primary.alternate:active {
  background: transparent;
  color: white;
  border: 1px solid white;
}

.button-green {
  background: #039577;
}

.button-green:hover, .button-green:active, .button-green:focus {
  background: #04cfa6;
  color: black;
}

.button-green.alternate {
  color: #164b8d;
  background: #05e8ba;
  border: 1px solid transparent;
}

.button-green.alternate:hover, .button-green.alternate:active, .button-green.alternate:focus {
  background: transparent;
  color: white;
  border: 1px solid white;
}

.button-big {
  font-size: 20px;
  font-size: 1.25rem;
  margin-top: 15px;
  margin-left: 20px;
}

.button-black {
  background: black;
}

.button-black:hover, .button-black:active, .button-black:focus {
  background: #262626;
}

.button-white {
  background: white;
  margin-bottom: 0;
  color: #164b8d;
}

.button-white:hover, .button-white:active {
  background: #262626;
}

.button-transparent {
  border: 1px solid white;
  color: white;
  background: transparent;
}

.button-transparent:hover, .button-transparent:active, .button-transparent:focus {
  background: white;
  color: #164b8d;
  border: 1px solid transparent;
}

.button-rounded {
  -webkit-border-radius: 7px;
  border-radius: 7px;
  background-clip: padding-box;
  /* stops bg color from leaking outside the border: */
}

.button-yellow {
  background: #fece0b;
  color: black !important;
}

.button-yellow:hover, .button-yellow:active, .button-yellow:focus {
  background: #efc001;
  color: black !important;
}

.button-yellow.alternate {
  color: #fece0b;
  background: black;
  border: 1px solid transparent;
}

.button-yellow.alternate:hover, .button-yellow.alternate:active, .button-yellow.alternate:focus {
  background: transparent;
  color: black;
  border: 1px solid white;
}

.button-orange {
  background: orange;
  color: black !important;
}

.button-orange:hover, .button-orange:active, .button-orange:focus {
  background: #e69500;
  color: black !important;
}

.button-orange.alternate {
  color: orange;
  background: black;
  border: 1px solid transparent;
}

.button-orange.alternate:hover, .button-orange.alternate:active, .button-orange.alternate:focus {
  background: transparent;
  color: black;
  border: 1px solid white;
}

.button-orange.insidebanner:hover, .button-orange.insidebanner:active, .button-orange.insidebanner:focus {
  background: #f09b00;
  color: black !important;
}

.button-orange.fade {
  background: #b37400;
}

.button-orange.fade:hover, .button-orange.fade:active, .button-orange.fade:focus {
  background: #f09b00;
  color: black !important;
}

.home-contact textarea {
  height: 150px;
  resize: none;
}

#coursecontact h2 {
  color: #fff;
}

.table-products {
  font-size: 14px;
  font-size: 0.875rem;
}

.table-products tr:first-child td {
  background: orange;
  font-weight: 600;
}

.table-products tr td:first-child {
  font-weight: 600;
  width: 25%;
  font-size: 12.5px;
  font-size: 0.78125rem;
}

.table-products tr:nth-child(odd) {
  background: #e9f1fc;
}

.table-products tr:nth-child(even) {
  background: white;
}

/**forms**/
form.wpcf7-form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

form.wpcf7-form input, form.wpcf7-form textarea {
  margin-bottom: 0;
}

form.wpcf7-form textarea {
  height: 140px;
  resize: none;
}

form.wpcf7-form .medium-6 {
  width: 50%;
}

@media (max-width: 767px) {
  form.wpcf7-form .medium-6 {
    width: 100%;
  }
}

form.wpcf7-form .medium-9 {
  width: 75%;
}

@media (max-width: 767px) {
  form.wpcf7-form .medium-9 {
    width: 100%;
  }
}

form.wpcf7-form .medium-3 {
  width: 25%;
}

@media (max-width: 767px) {
  form.wpcf7-form .medium-3 {
    width: 100%;
  }
}

form.wpcf7-form .cell {
  padding: 25px 15px 0 15px;
}

.accordion {
  background: transparent;
}

.accordion-item {
  margin-bottom: 15px;
}

.accordion-item.is-active .accordion-title {
  background: orange;
}

.accordion-item.is-active .accordion-content {
  background: rgba(0, 0, 0, 0.05);
}

.accordion-title {
  background: rgba(0, 0, 0, 0.05);
  font-size: 16px;
  font-size: 1rem;
  font-weight: 600;
  color: #464646;
  border: 1px solid #e6e6e6;
  padding-right: 20px;
}

.accordion-title:hover, .accordion-title:focus {
  background: orange;
}

.accordion-title:before {
  font-size: 20px;
  font-size: 1.25rem;
  top: 45%;
}

@media (max-width: 767px) {
  .accordion-title {
    padding-right: 30px;
  }
}

.accordion-content {
  border: none;
  background: none;
}

section.home-banner {
  position: relative;
  z-index: 0;
  width: 100%;
}

section.home-banner.inside {
  padding: 10px;
  height: auto;
  min-height: 45vh;
}

section.home-banner.inside .space {
  padding: 10px;
}

section.home-banner.inside div {
  height: auto;
}

section.home-banner.third {
  height: 100vh;
}

section.home-whyus {
  margin-top: -175px;
  margin-bottom: 100px;
  position: relative;
  z-index: 999;
}

section.home-whyus.new {
  margin-top: 50px;
}

@media (max-width: 767px) {
  section.home-whyus {
    margin-top: 30px;
  }
}

section.home-about {
  margin-bottom: 100px;
  position: relative;
}

section.home-about.v2 {
  background: #eeeeee;
  margin-bottom: 0;
  padding: 100px 0;
}

section.home-products {
  padding: 50px 0;
}

section.home-productcat {
  padding: 100px 0;
  position: relative;
  background-size: cover !important;
  background-repeat: no-repeat !important;
  background-attachment: fixed !important;
  background: #afcdf3;
}

section.home-productcat_list {
  position: relative;
  background-size: cover !important;
  background-repeat: no-repeat !important;
  background-attachment: fixed !important;
}

section.home-productcat_list:before {
  content: " ";
  background: rgba(22, 75, 141, 0.6);
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0px;
  left: 0;
  z-index: 0;
}

section.home-productcat_list img {
  opacity: 0.6;
}

section.home-productcat_list > div {
  height: 100%;
}

section.home-productcat_list > div > div {
  height: 100%;
}

section.home-productcat_list.v4 {
  height: 75vh;
  position: relative;
}

section.home-productcat_list.v4:before {
  content: " ";
  background: rgba(0, 0, 0, 0.65);
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 9;
  display: block;
}

section.home-productcat_list.v4 > div > .grid-container {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

section.home-productcat_list.v4 > div > .grid-container > div {
  height: auto;
  width: 100%;
  margin: 0;
}

section.home-productcat.third:before {
  display: none;
}

section.home-news {
  margin: 100px 0;
  background: #eeeeee;
  padding: 60px 0;
  margin-bottom: 0;
  position: relative;
}

section.home-news .button-rounded {
  margin-top: 30px;
}

section.home-news.v2 {
  margin-top: 0;
  background: #afcdf3;
}

section.home-news.v4 {
  margin-top: 0;
  background: #e9f1fc;
}

section.home-certifications {
  padding: 50px 0;
}

section.home-productslist {
  background: #afcdf3;
  padding: 50px 0;
}

section.home-applications {
  margin-bottom: 100px;
}

section.home-testimonials {
  padding: 50px 0;
  height: 75vh;
  position: relative;
}

@media (max-width: 767px) {
  section.home-testimonials {
    height: 100vh;
    margin-bottom: 100px;
  }
}

section.home-cta {
  position: relative;
}

section.home-cta:before {
  content: "";
  background: #e9f1fc;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 50%;
  z-index: -1;
}

section.home-cta.inside {
  margin-bottom: 53px;
}

section.home-cta.inside:after {
  content: "";
  background: #e9f1fc;
  position: absolute;
  bottom: -50px;
  left: 0;
  width: 100%;
  height: 50px;
  z-index: -1;
}

section.home-cta.inside.product {
  margin-bottom: 50px;
}

section.home-testimonials {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  position: relative;
}

section.home-testimonials:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.67);
  top: 0;
  left: 0;
}

section.contact {
  padding: 50px 0;
  background: white;
}

section.post {
  margin-top: 30vh;
}

section.post-inside {
  margin-top: 40vh;
  padding-bottom: 60px;
}

section.color-1 {
  position: relative;
}

section.color-1:before {
  content: " ";
  background: rgba(59, 94, 97, 0.6);
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0px;
  left: 0;
  z-index: 0;
}

section.color-2 {
  position: relative;
}

section.color-2:before {
  content: " ";
  background: rgba(148, 94, 12, 0.6);
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0px;
  left: 0;
  z-index: 0;
  display: none;
}

section.color-3 {
  position: relative;
}

section.color-3:before {
  content: " ";
  background: rgba(64, 135, 12, 0.6);
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0px;
  left: 0;
  z-index: 0;
}

section.color-4 {
  position: relative;
}

section.color-4:before {
  content: " ";
  background: rgba(97, 36, 119, 0.6);
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0px;
  left: 0;
  z-index: 0;
}

section.breadcrumbs {
  padding: 15px 0;
}

section.nav-page {
  background: orange;
}

html {
  font-size: 100%;
  height: 100%;
  min-height: 100%;
  font-family: "Montserrat", sans-serif;
}

body {
  font-size: 16px;
  min-height: 100%;
  height: 100%;
  margin: 0;
  font-weight: 400;
  background: white;
  font-family: "Montserrat", sans-serif;
  color: #464646;
  background: rgba(0, 0, 0, 0.02);
}

h1, h2, h3, h4, h5, h6 {
  font-weight: 600;
  font-family: "Montserrat", sans-serif;
}

p, ul, ol, li {
  font-weight: 400;
  line-height: 1.65;
}

a {
  color: #164b8d;
  text-decoration: none;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

a:hover, a:focus {
  text-decoration: none;
  cursor: pointer;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  color: #262626;
}

header {
  width: 100%;
  left: 0;
  top: 0;
  z-index: 999999;
}

.header-top {
  position: fixed;
  z-index: 1;
  z-index: 9999;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

@media (max-width: 767px) {
  .header-top {
    position: relative;
    background: #164b8d;
  }
}

.header-top .logo .regular {
  display: none;
}

.header-top.position {
  background: white;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  -webkit-box-shadow: 0px 5px 5px 0px rgba(82, 80, 82, 0.35);
  -moz-box-shadow: 0px 5px 5px 0px rgba(82, 80, 82, 0.35);
  box-shadow: 0px 5px 5px 0px rgba(82, 80, 82, 0.35);
}

.header-top.position .dropdown.menu li > a {
  color: #164b8d;
}

.header-top.position .dropdown.menu li > a.button {
  color: white;
}

.header-top.position .dropdown.menu .submenu li > a {
  color: white;
}

.header-top.position .nav-top li button {
  color: #164b8d;
}

.header-top.position .logo .white {
  display: none;
}

.header-top.position .logo .regular {
  display: block;
}

.logo-side {
  padding: 15px;
  display: block;
}

nav .fa {
  font-size: 24px;
  font-size: 1.5rem;
}

.nav-top {
  margin-bottom: 25px;
}

.nav-top li {
  margin-left: 30px;
}

.nav-top li a {
  padding: 10px !important;
}

.nav-top li a:hover, .nav-top li a:focus {
  color: white;
}

.nav-top li.is-dropdown-submenu-parent a::after {
  border: none;
  content: "\f107";
  font-family: FontAwesome;
  right: auto;
  left: 92.5%;
  top: 0;
  line-height: 40px !important;
  margin-top: 0;
}

.nav-top li button {
  color: white;
}

.nav-top.third {
  margin-bottom: 0;
}

.nav-pages ul {
  list-style: none;
  text-align: center;
  margin: 0;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.nav-pages li {
  display: inline-block;
  list-style: none;
  border-left: 1px solid white;
}

.nav-pages li:first-child {
  border-left: none;
}

.nav-pages li a {
  color: white;
  line-height: 60px;
  display: block;
  padding: 0 10px;
}

.nav-pages li a:hover, .nav-pages li a:focus {
  background: #b37400;
  cursor: pointer;
}

@media (max-width: 767px) {
  .nav-pages li a {
    line-height: 1.3;
    padding: 10px 0;
  }
}

@media (max-width: 767px) {
  .nav-pages li {
    border: none;
    width: 50%;
  }
}

.dropdown.menu {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.dropdown.menu > li > a {
  font-weight: 400;
  color: white;
  font-size: 16px;
  font-size: 1rem;
  padding: 0 10px;
  font-family: "Montserrat", sans-serif;
}

.dropdown.menu > li > a:hover, .dropdown.menu > li > a:focus {
  color: white;
}

.dropdown.menu > li.is-dropdown-submenu-parent > a::after {
  border: none;
  content: "\f107";
  font-family: FontAwesome;
  right: auto;
  left: 92.5%;
  top: 0;
  line-height: 18px;
  margin-top: 0;
}

.dropdown.menu > li.opens-left > .is-dropdown-submenu {
  border: none;
  top: 50px;
  background: none;
}

.dropdown.menu > li.opens-right > .is-dropdown-submenu {
  border: none;
  top: 50px;
  background: none;
}

.dropdown.menu > li.is-active a {
  color: white;
}

.dropdown.menu > li .menu {
  top: 50px;
  border: none;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: start;
}

.dropdown.menu > li .menu li a {
  text-align: left;
}

.dropdown.menu.align-right .is-dropdown-submenu.first-sub {
  left: 0;
  right: auto;
  margin-top: 10px;
}

.dropdown .is-dropdown-submenu a {
  width: 100%;
  display: block;
  line-height: 32px;
  color: white;
  background: #164b8d;
}

.dropdown .is-dropdown-submenu a:hover, .dropdown .is-dropdown-submenu a:focus {
  background: #113b6e;
  color: white !important;
}

.menu.vertical.submenu li a {
  padding-left: 15px;
}

.is-dropdown-submenu {
  min-width: 250px;
}

.is-dropdown-submenu > li {
  border-top: 1px solid #1957a3;
  border-bottom: 1px solid #113b6e;
}

.off-canvas.is-transition-overlap {
  z-index: 9999;
}

.off-canvas.is-transition-overlap.is-open {
  background: #164b8d;
}

.off-canvas {
  background: #133f77;
}

.off-canvas .logo {
  background: white;
  display: block;
  padding: 5px 7px;
}

.off-canvas .close-button {
  color: white;
  opacity: 1;
}

.off-canvas .menu a {
  color: white;
  font-weight: 600;
}

.off-canvas .menu > li {
  border-top: 1px solid #1957a3;
  border-bottom: 1px solid #113b6e;
}

.off-canvas .menu > li a {
  background: #133f77;
  line-height: 40px;
  display: block;
}

.off-canvas .menu > li a:hover, .off-canvas .menu > li a:focus {
  background: rgba(0, 0, 0, 0.75);
}

.off-canvas .sub-menu {
  margin: 0;
}

.off-canvas .sub-menu li a {
  background: transparent;
  padding-left: 35px;
  display: block;
}

.drilldown .is-drilldown-submenu-parent > a::after {
  border-color: transparent transparent transparent #fff;
}

.drilldown .js-drilldown-back > a::before {
  border-color: transparent #fff transparent transparent;
}

.drilldown .is-drilldown-submenu {
  background: #133f77;
}

.banner {
  width: 100%;
  top: 0;
  left: 0;
  width: 100%;
  height: auto;
  overflow: hidden;
}

.banner-inside {
  height: calc(50vh - 1.5rem);
  background-size: cover !important;
  background-position: center !important;
  background-repeat: no-repeat;
  padding: 10px;
  top: 0;
  left: 0;
  width: 100%;
}

.banner-inside:after {
  content: "";
  width: 100%;
  height: calc(50vh - 1.5rem);
  background: rgba(0, 0, 0, 0.2);
  position: absolute;
  top: 0;
  left: 0;
}

.banner-inside .content {
  position: relative;
  z-index: 9;
  padding: 20% 0;
  min-height: 45vh;
}

.banner-inside .content h1 {
  font-size: 48px;
  font-size: 3rem;
  color: white;
}

.banner-inside div {
  height: 100%;
}

.banner-post {
  height: calc(100vh - 1.5rem);
  background-size: cover !important;
  background-position: 50% !important;
  background-repeat: no-repeat !important;
  position: relative;
}

.banner-post:after {
  content: "";
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.2);
  position: absolute;
  top: 0;
  left: 0;
}

.banner-post div {
  height: 100%;
}

.banner-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.banner-content > div {
  z-index: 999;
  height: auto;
  color: white;
}

.banner-static {
  z-index: 99999;
  width: 100%;
  position: relative;
  margin-top: -22.5%;
}

.banner-static_content {
  background: white;
  padding: 30px;
  -webkit-box-shadow: 3px 3px 7px 3px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 3px 3px 7px 3px rgba(0, 0, 0, 0.15);
  box-shadow: 3px 3px 7px 3px rgba(0, 0, 0, 0.15);
}

.banner-static_content h3 {
  padding: 20px 30px;
}

.banner-static_content ul {
  margin: 0 0 30px 0;
  padding: 0;
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.banner-static_content ul li {
  width: 50%;
  border-bottom: 1px solid #f2f2f2;
  border-top: 1px solid #e6e6e6;
}

.banner-static_content ul li a {
  font-size: 22px;
  font-size: 1.375rem;
  line-height: 1;
  padding: 15px 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-family: "Montserrat", sans-serif;
  height: 100%;
}

.banner-static_content ul li a span:first-child {
  padding-right: 30px;
}

.banner-static_content ul li a span .fa {
  font-size: 40px;
  font-size: 2.5rem;
}

.banner-static_content ul li a:hover {
  background: #164b8d;
  color: white;
}

.banner-static_content ul li:nth-child(2n+1) {
  border-right: 1px solid #f2f2f2;
}

.banner-static_content ul li:nth-child(2n+2) {
  border-left: 1px solid #e6e6e6;
}

.banner-static_content ul li:nth-child(-3n+2) {
  border-top: none;
}

.banner-static_content ul li:first-child {
  border-top: none;
}

.banner-static_content ul li:nth-last-child(-n+2) {
  border-bottom: none;
}

.banner-static_highlight {
  padding-bottom: 22.5%;
}

.banner-static_highlight h2 {
  font-size: 40px;
  font-size: 2.5rem;
  letter-spacing: -2px;
  text-align: right;
  color: white;
}

.banner-static.third {
  position: relative;
}

.banner.third {
  position: relative;
}

.banner-cat {
  clear: both;
  height: calc(60vh);
  background-size: cover !important;
  background-position: center !important;
  background-repeat: no-repeat;
  position: relative;
  top: 0;
  left: 0;
  width: 100%;
}

.banner-cat:after {
  content: "";
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.75);
  position: absolute;
  top: 0;
  left: 0;
}

.banner-cat div {
  height: 100%;
}

.banner-cat_content {
  height: 100%;
  width: 100%;
}

.banner-cat_content .box {
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-size: cover;
}

.banner-cat_content .box > div {
  height: 100%;
}

.banner-cat_content .box > div .box-content {
  position: relative;
  z-index: 999;
  height: auto;
  width: 75%;
}

@media (max-width: 1024px) {
  .banner-cat_content .box > div .box-content {
    padding: 0 15px;
    width: 100%;
  }
}

.banner-cat_content .box > div .box-content * {
  color: white;
}

@media (max-width: 767px) {
  .banner-cat_content .box > div .box-content > h1 {
    margin-top: 15px;
  }
}

.banner-cat_content .box > div .box-content.title h1 {
  line-height: 1.25;
  margin-bottom: 30px;
}

.banner-cat_content .box > div .box-content.title h1.small {
  font-size: 32px;
  font-size: 2rem;
}

@media (max-width: 767px) {
  .banner-cat_content .box > div .box-content.title h1.small {
    font-size: 28px;
    font-size: 1.75rem;
  }
}

@media (max-width: 767px) {
  .banner-cat_content .box > div .box-content.title h1 {
    margin-top: 15px;
  }
}

@media (max-width: 767px) {
  .banner-cat {
    height: auto;
  }
}

.homeslider {
  width: 100%;
}

.homeslider .box {
  height: 90vh;
  background-size: cover !important;
  background-position: 50% !important;
  background-repeat: no-repeat !important;
  background-attachment: fixed !important;
  position: relative;
  z-index: 99999;
  padding-bottom: 12.5%;
}

.homeslider .box > div {
  height: 100%;
}

.homeslider .box > div > div {
  height: 100%;
}

@media (max-width: 767px) {
  .homeslider .box {
    height: calc(80vh + 1.5rem);
  }
}

.homeslider .box:after {
  content: "";
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.4);
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}

.homeslider .box img {
  max-width: 100%;
  height: auto;
}

.homeslider .box #box {
  width: 60%;
  height: 100px;
  font-size: 60px;
  font-size: 3.75rem;
  font-weight: 700;
  color: #fff;
  position: absolute;
  top: 0;
  left: 15%;
  bottom: 0;
  right: auto;
  margin: auto;
  z-index: 9;
}

.homeslider .box-content {
  position: relative;
  z-index: 99999;
  padding-left: 15px;
  width: 75%;
  height: auto;
}

@media (max-width: 767px) {
  .homeslider .box-content {
    width: 100%;
    padding-right: 15px;
    padding-top: 30px;
  }
}

.homeslider .box-content h3 {
  color: white;
  font-size: 35px;
  font-size: 2.1875rem;
  text-transform: uppercase;
}

.homeslider .box-content h3 span {
  padding-left: 10px;
  padding-right: 10px;
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  font-size: 40px;
  font-size: 2.5rem;
}

@media (max-width: 767px) {
  .homeslider .box-content h3 span {
    display: inline-block;
    clear: both;
  }
}

.homeslider .box-content .button {
  margin-top: 40px;
}

.homeslider .box-content p {
  color: white;
  font-weight: 400;
  line-height: 1.7;
  font-size: 20px;
  font-size: 1.25rem;
  margin-top: 20px;
}

.homeslider-content {
  position: absolute;
  bottom: 50px;
  left: 0;
  right: 0;
  width: 100%;
  height: auto !important;
}

.homeslider-content .box-content {
  background: rgba(255, 255, 255, 0.65);
  padding: 30px;
}

.homeslider.third .box {
  height: 100vh;
}

.homeslider.third .box:after {
  height: 100vh;
}

.amp-slider {
  display: none;
}

#sliderleft .box-product {
  margin-top: 0;
}

#sliderleft .slick-prev {
  position: absolute;
  right: -60px;
  left: auto;
  bottom: 40px;
  top: auto;
}

@media (max-width: 767px) {
  #sliderleft .slick-prev {
    display: none !important;
  }
}

#sliderleft .slick-next {
  position: absolute;
  right: -60px;
  left: auto;
  bottom: 90px;
  top: auto;
}

@media (max-width: 767px) {
  #sliderleft .slick-next {
    display: none !important;
  }
}

#sliderleft .slick-prev, #sliderleft .slick-next {
  background: white;
  color: #164b8d;
}

#sliderright .slick-prev {
  position: absolute;
  left: -60px;
  right: auto;
  bottom: 40px;
  top: auto;
}

#sliderright .slick-next {
  position: absolute;
  left: -60px;
  right: auto;
  bottom: 90px;
  top: auto;
}

#sliderright .slick-prev, #sliderright .slick-next {
  background: white;
  color: #164b8d;
}

#testimonial .slick-prev, #testimonial .slick-next {
  background: white;
  color: #164b8d;
  bottom: -15px;
}

#testimonial .slick-prev {
  bottom: 0;
  top: 33px;
  left: -16px;
  z-index: 999;
}

#testimonial .slick-next {
  bottom: 33px;
  top: 0px;
  left: -16px;
  z-index: 999;
}

#testimonial-v6 .box-testimonial_title,
#testimonial-v6 .box-testimonial_content {
  color: black;
}

#testimonial-v6 .box-testimonial_title {
  font-weight: 600;
  font-size: 36px;
  font-size: 2.25rem;
  padding-left: 0;
}

#testimonial-v6 .box-testimonial.slide:before {
  display: none !important;
}

#testimonial-v6 .slick-prev, #testimonial-v6 .slick-next {
  background: white;
  color: #164b8d;
  bottom: -15px;
}

#testimonial-v7 .box-testimonial_title,
#testimonial-v7 .box-testimonial_content {
  color: black;
}

#testimonial-v7 .box-testimonial_title {
  font-weight: 600;
  font-size: 36px;
  font-size: 2.25rem;
  padding-left: 0;
}

#testimonial-v7 .box-testimonial.slide:before {
  display: none !important;
}

#testimonial-v7 .slick-prev, #testimonial-v7 .slick-next {
  background: white;
  color: #164b8d;
  bottom: -15px;
}

#casestudy .slick-prev, #casestudy .slick-next {
  background: white;
  color: #164b8d;
  top: -17px;
  margin-top: 0;
  z-index: 99999;
}

#casestudy .slick-prev {
  right: 0;
  left: auto;
  background: #164b8d;
  color: white;
  background: #027c63;
}

#casestudy .slick-next {
  right: 34px;
  left: auto;
  background: #164b8d;
  background: #027c63;
  color: white;
}

#casestudy .box-testimonial {
  margin-top: 60px;
}

#sliderproduct .slick-prev, #sliderproduct .slick-next {
  background: white;
  color: #164b8d;
  top: -17px;
  margin-top: 0;
  z-index: 99999;
}

#sliderproduct .slick-prev {
  top: 0;
  bottom: 0;
  margin: auto;
  right: 0;
  left: auto;
  background: orange;
  color: white;
}

#sliderproduct .slick-next {
  right: auto;
  top: 0;
  bottom: 0;
  margin: auto;
  left: 0;
  background: orange;
  color: white;
}

.slider-back {
  position: absolute;
  z-index: 0;
  width: 100%;
  left: 0;
  top: 0;
  height: 100%;
}

.slider-back div {
  height: 100%;
}

.slider-back .item {
  position: relative;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 50%;
}

.slider-back .item:before {
  content: "";
  background: rgba(0, 0, 0, 0.65);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.slider-front {
  position: absolute;
  z-index: 0;
  width: 100%;
  left: 0;
  top: 0;
  height: 100%;
}

@media (max-width: 767px) {
  .slider-front {
    padding-top: 40px;
  }
}

.slick-slide {
  display: inline-block;
}

.slick-slide .item a {
  color: white;
}

.slick-slide .item a h2 {
  font-size: 16px;
  font-size: 1rem;
  text-align: center;
}

.slick-slide .item a:hover {
  color: white;
}

.slick-next {
  color: white;
  background: #133f77;
  font-size: 24px;
  font-size: 1.5rem;
  width: 32px;
  height: 32px;
  position: absolute;
  left: 10px;
  bottom: -30px;
  right: auto;
  top: auto;
  margin: auto;
}

.slick-next:hover {
  cursor: pointer;
}

.slick-prev {
  color: white;
  background: #133f77;
  font-size: 24px;
  font-size: 1.5rem;
  width: 32px;
  height: 32px;
  position: absolute;
  left: 45px;
  bottom: -30px;
  right: auto;
  top: auto;
  margin: auto;
}

.slick-prev:hover {
  cursor: pointer;
}

#testimonial .item, #testimonial1 .item, #testimonial2 .item, #testimonial3 .item {
  padding: 10px;
}

#testimonial .item a, #testimonial1 .item a, #testimonial2 .item a, #testimonial3 .item a {
  display: inline-block;
  color: white;
}

#testimonial .item a h2, #testimonial1 .item a h2, #testimonial2 .item a h2, #testimonial3 .item a h2 {
  font-size: 16px;
  font-size: 1rem;
  text-align: center;
}

.block-pitch h2 {
  line-height: 0.5;
  margin-top: 30px;
}

.block-course {
  text-align: center;
}

.block-course img {
  position: relative;
  z-index: 9;
}

.block-course svg {
  fill: white;
  max-height: 100px;
}

.block-course_wrap {
  padding-top: 60px;
  padding-bottom: 60px;
}

@media (max-width: 991px) {
  .block-course_list.first {
    margin-top: 30px;
  }
}

.block-course_list h2 {
  font-size: 48px;
  font-size: 3rem;
  margin-bottom: 30px;
  line-height: 1;
  text-transform: uppercase;
}

.block-course_list ul {
  list-style: none;
  margin: 0;
}

.block-course_list li {
  padding-left: 20px;
  position: relative;
  line-height: 24px;
  margin-bottom: 15px;
}

.block-course_list li:before {
  content: "\f00c";
  font-family: FOntawesome;
  position: absolute;
  left: 0;
}

.block-course_list li a {
  font-weight: 600;
  color: #2b2b2b;
}

.block-course_list li:hover, .block-course_list li:focus {
  color: #164b8d;
}

.block-course_list li:hover a, .block-course_list li:hover:before, .block-course_list li:focus a, .block-course_list li:focus:before {
  color: #164b8d;
}

.block-course_list.alternate {
  margin-bottom: 50px;
}

.block-course_list.alternate h2 {
  font-size: 24px;
  font-size: 1.5rem;
  text-align: center;
  margin-top: 15px;
  padding: 0 15px;
}

.block-course_content div {
  padding-top: 108px;
}

.block-course_content div:first-child {
  padding-top: 0;
}

.block-scroll {
  position: absolute;
  bottom: 0;
  height: 32px !important;
  width: 32px;
  margin: auto;
  left: 0;
  right: 0;
  bottom: 60px;
  font-size: 40px;
}

.block-scroll a {
  color: white;
  -webkit-animation: bounce 2s infinite;
  animation: bounce 2s infinite;
}

@-webkit-keyframes bounce {
  0%, 20%, 50%, 80%, 100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  40% {
    -webkit-transform: translateY(-30px);
    transform: translateY(-30px);
  }
  60% {
    -webkit-transform: translateY(-15px);
    transform: translateY(-15px);
  }
}

@keyframes bounce {
  0%, 20%, 50%, 80%, 100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  40% {
    -webkit-transform: translateY(-30px);
    transform: translateY(-30px);
  }
  60% {
    -webkit-transform: translateY(-15px);
    transform: translateY(-15px);
  }
}

.block-post_about {
  position: relative;
  z-index: 999;
  height: 100%;
  border-top: 5px solid #164b8d;
  margin-bottom: 45px;
  padding: 50px 70px !important;
  background: white;
  -webkit-box-shadow: 3px 3px 7px 3px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 3px 3px 7px 3px rgba(0, 0, 0, 0.15);
  box-shadow: 3px 3px 7px 3px rgba(0, 0, 0, 0.15);
}

.block-post_tablecontent ol {
  margin: 10px 0 0 0;
  background: #ebebeb;
  border: 1px solid #b0b0b0;
  padding-left: 20px;
  list-style-position: inside;
  padding: 15px;
}

.block-post_tablecontent li {
  line-height: 1.6;
}

.block-post_tablecontent li a {
  color: black;
  padding-left: 15px;
}

.block-post_tablecontent .button {
  margin-left: 0;
  width: 100%;
  margin-bottom: 0;
  margin-top: 5px;
}

.block-about {
  margin-top: -10%;
}

.block-section_title {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 99;
}

.block-section_title div {
  height: 100%;
}

.block-section_title div.main {
  height: auto;
}

.block-section_title div.main h2 {
  color: white;
}

.block-section_title div.main h2.left {
  text-align: left;
}

.block-section_title div.main h2.right {
  text-align: right;
}

.block-section_title.v4 div {
  height: auto;
}

.block-casestudy {
  margin-bottom: 87px;
}

.block-casestudy li {
  list-style: none;
}

.block-casestudy li > a {
  position: relative;
}

.block-casestudy li h3 {
  font-size: 22px;
  font-size: 1.375rem;
  margin-top: 20px;
}

.block-casestudy_img {
  position: relative;
}

.block-casestudy_img .button {
  position: absolute;
  bottom: 0;
  right: 0;
  margin-bottom: 0;
}

.block-casestudy_img .button .fa {
  position: relative;
  padding-left: 0px;
  -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;
}

.block-casestudy_img .button:hover .fa {
  -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;
  position: relative;
  padding-left: 20px;
}

.block-breadcrumbs {
  margin-bottom: 20px;
}

.block-breadcrumbs ul {
  margin: 0;
  padding: 0;
}

.block-breadcrumbs li {
  list-style: none;
  display: inline-block;
  margin-right: 15px;
  position: relative;
  color: white;
}

.block-breadcrumbs li:before {
  content: "/";
  position: absolute;
  left: 0;
  line-height: 1;
  top: 6px;
  left: -10px;
  color: white;
}

.block-breadcrumbs li:first-child:before {
  display: none;
}

.block-breadcrumbs li a {
  font-size: 16px;
  font-size: 1rem;
  color: white;
  text-decoration: none;
}

.block-breadcrumbs li a:hover, .block-breadcrumbs li a:active {
  color: orange;
  text-decoration: none;
}

.block-product {
  position: relative;
}

.block-product > a {
  display: block;
  text-align: center;
}

.block-product span {
  position: absolute;
  bottom: 0;
  left: 0;
  height: 100%;
  width: 100%;
  padding: 15px;
  color: white;
  font-weight: 600;
  -webkit-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
  cursor: pointer;
  font-size: 14px;
  font-size: 0.875rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  opacity: 0;
  text-align: center;
}

@media (max-width: 767px) {
  .block-product span {
    position: relative;
    opacity: 1;
    color: black;
    text-align: left;
    padding-left: 0;
    padding-bottom: 0;
  }
}

.block-product:hover span {
  background: rgba(0, 0, 0, 0.7);
  display: block;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  opacity: 1;
}

.block-product_text {
  margin-bottom: 30px;
}

.block-product_text ul {
  margin: 0;
  padding: 20px 0px;
  list-style: none;
}

.block-product_text li {
  font-size: 13.5px;
  font-size: 0.84375rem;
}

.block-product_text li span {
  font-weight: 700;
}

.block-product_text a {
  color: #464646;
}

.block-table_content {
  padding: 15px;
  background: rgba(3, 149, 119, 0.3);
}

.block-table_content h4 {
  margin-top: 0 !important;
}

.block-table_content ol {
  margin: 0 0 0 30px;
}

.block-table_content li {
  padding-left: 15px;
}

.block-table_content li a {
  color: black;
}

.block-column ul {
  margin: 0;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

@media (max-width: 767px) {
  .block-column ul {
    display: block;
  }
}

.block-column li {
  list-style: none;
}

.block-column li:first-child {
  width: 35%;
}

@media (max-width: 767px) {
  .block-column li:first-child {
    width: 100%;
  }
}

.block-column li:last-child {
  padding-left: 50px;
  width: 55%;
}

@media (max-width: 767px) {
  .block-column li:last-child {
    width: 100%;
    padding-left: 0;
    margin-top: 30px;
  }
}

.block-catalog ul {
  margin: 0 -15px;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.block-catalog li {
  list-style: none;
  padding: 15px;
}

.block-features {
  margin: 0;
  padding: 0;
  display: inline-block;
}

.block-features ul {
  margin-left: 0;
}

.block-features li {
  list-style: none;
  padding-left: 30px;
}

.block-features li:before {
  content: "\f00c";
  font-family: FontAwesome;
  font-size: 16px;
  font-size: 1rem;
  left: -15px;
  position: relative;
  color: #0c8819;
}

.block-faq_list {
  display: none;
}

.block-faq_list.page {
  display: block;
}

.block-keyfeatures {
  padding: 30px;
  background: rgba(0, 0, 0, 0.05);
  width: 100%;
}

.post-content {
  padding-top: 29px;
}

.post-content ul {
  margin-left: 30px;
}

.post-content ul.accordion {
  margin-left: 0;
}

.post-content h1, .post-content h2, .post-content h3, .post-content h4, .post-content h5, .post-content h6 {
  display: block;
  clear: both;
}

.post-content.scroll {
  padding-top: 0;
}

.post-content table th {
  font-family: "Montserrat", sans-serif;
  color: white;
  background: #164b8d;
}

.post-content table td {
  font-size: 16px;
  font-size: 1rem;
  padding: 0;
}

.post-content.team .wp-block-media-text {
  margin-bottom: 60px;
}

.post-content.team .wp-block-media-text .wp-block-media-text__content {
  padding: 0;
}

.post-content.team .wp-block-media-text.odd .wp-block-media-text__content {
  padding-left: 8%;
}

@media (max-width: 767px) {
  .post-content.team .wp-block-media-text.odd .wp-block-media-text__content {
    padding: 0;
  }
}

.post-content.team .wp-block-media-text.odd img {
  padding-right: 8%;
}

@media (max-width: 767px) {
  .post-content.team .wp-block-media-text.odd img {
    padding: 0;
  }
}

.post-content.team .wp-block-media-text.even .wp-block-media-text__content {
  padding-right: 8%;
}

@media (max-width: 767px) {
  .post-content.team .wp-block-media-text.even .wp-block-media-text__content {
    padding: 0;
  }
}

.post-content.team .wp-block-media-text.even img {
  padding-left: 8%;
}

@media (max-width: 767px) {
  .post-content.team .wp-block-media-text.even img {
    padding: 0;
  }
}

.post-banner_title {
  position: relative;
  z-index: 9;
  color: white;
  height: auto !important;
  text-align: center;
}

.post-container.space .sticky.is-stuck {
  top: 100px !important;
}

.post-container.space .sticky-container {
  padding-top: 70px !important;
}

.post-container.space .post-entry .space {
  padding-top: 50px;
}

.post-container.space .post-entry .space h4 {
  margin-top: 20px !important;
}

.post-table_content {
  background: #164b8d;
}

.post-table_content ul {
  margin: 0;
  padding: 0;
}

.post-table_content li {
  list-style: none;
  border-top: 1px solid #1957a3;
  border-bottom: 1px solid #113b6e;
}

.post-table_content li:first-child {
  border-top: none;
}

.post-table_content li:last-child {
  border-bottom: none;
}

.post-table_content li a {
  font-family: "Montserrat", sans-serif;
  color: white;
  padding: 15px;
  display: block;
  line-height: 1;
}

.post-table_content li a:hover {
  background: #144582;
}

.post-cat {
  padding-bottom: 100px;
}

.post-entry h1, .post-entry h2, .post-entry h3, .post-entry h4 {
  margin: 20px 0;
  color: #164b8d;
}

.post-entry h4 {
  color: #164b8d;
}

.post-entry .space {
  padding-top: 70px;
}

.post-entry .space:first-child {
  padding-top: 0px;
}

.post-entry .space:first-child h4 {
  margin-top: 0 !important;
}

.post-entry #div {
  height: 90px !important;
}

.post-timeline ul {
  margin: 0;
  padding: 0;
}

.post-timeline li {
  list-style: none;
  padding-bottom: 45px;
  position: relative;
}

.post-timeline li:before {
  content: "";
  color: white;
  width: 20px;
  height: 20px;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  background-clip: padding-box;
  /* stops bg color from leaking outside the border: */
  background: orange;
  position: absolute;
  top: 50%;
  right: 0;
  bottom: auto;
  left: 0;
  margin: auto;
}

@media (max-width: 767px) {
  .post-timeline li:before {
    top: -40px;
  }
}

.post-timeline li:after {
  content: "";
  width: 2px;
  background: orange;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
}

@media (max-width: 767px) {
  .post-timeline li:after {
    z-index: -1;
  }
}

.post-timeline li:first-child:after {
  top: auto;
  height: 70%;
  bottom: -20%;
}

@media (max-width: 767px) {
  .post-timeline li:first-child:after {
    top: 0;
    height: 110%;
    bottom: 0;
  }
}

.post-timeline li:last-child {
  padding-bottom: 0;
}

.post-timeline li:last-child:after {
  bottom: auto;
  height: 50%;
  top: 0%;
}

.post-timeline_details {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

@media (max-width: 767px) {
  .post-timeline_details {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
  }
}

.post-timeline_image, .post-timeline_year {
  width: 40%;
  font-weight: 600;
  text-align: center;
}

@media (max-width: 767px) {
  .post-timeline_image, .post-timeline_year {
    width: 100%;
  }
}

.post-timeline_image {
  -webkit-box-shadow: 0px 7px 5px 0px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0px 7px 5px 0px rgba(0, 0, 0, 0.15);
  box-shadow: 0px 7px 5px 0px rgba(0, 0, 0, 0.15);
  margin-bottom: 15px;
  padding: 20px;
  background: #fff;
}

.post-timeline_image span {
  margin-top: 10px;
  display: block;
  font-weight: 400;
}

@media (max-width: 767px) {
  .post-timeline_image span.date {
    margin-bottom: 10px;
    font-weight: 600;
  }
}

.post-product_specs--download {
  background: #e9f1fc;
  width: 100%;
  display: block;
}

.post-product_specs--download ul {
  margin: 0;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  width: 100%;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.post-product_specs--download li {
  list-style: none;
  padding: .5rem .625rem .625rem;
  line-height: 30px;
  font-size: 12px;
}

.post-product_specs--download li:first-child {
  font-weight: 600;
}

@media (max-width: 767px) {
  .post-product_specs--download li:first-child {
    font-weight: 400;
  }
}

@media (max-width: 767px) {
  .post-product_specs--download li span {
    margin-right: 10px;
    font-weight: 600;
  }
}

.accordion-content p {
  margin-bottom: 0;
}

.widget-text p {
  font-size: 13px;
  font-size: 0.8125rem;
  margin-bottom: 0;
}

@media (max-width: 767px) {
  .widget-payment {
    margin-bottom: 25px;
  }
}

.widget-payment ul {
  margin: 0;
  padding: 0;
  text-align: center;
  width: 100%;
}

.widget-payment ul li {
  list-style: none;
  width: 28.57143%;
  padding: 0 15px;
  display: inline-block;
}

.widget-payment ul li .fa {
  font-size: 30px;
  font-size: 1.875rem;
  line-height: 0.8;
  top: 4px;
  position: relative;
  color: #164b8d;
}

.widget-certification img, .widget-ssl img, .widget-payment img {
  max-width: 150px;
}

.footer {
  background: #f1f1f1;
  padding: 35px 0 15px 0;
}

.footer-widget {
  color: white;
}

.footer-widget.contact p {
  color: white;
  line-height: 1.6;
  margin-bottom: 0;
}

.footer-widget.menu ul {
  list-style: none;
  clear: both;
  width: 100%;
  margin-left: 0;
}

.footer-widget.menu li {
  padding: 0;
}

.footer-widget.menu li a {
  color: white;
  padding: 0;
  line-height: 32px;
}

.footer-widget .social {
  list-style: none;
  text-align: left;
  margin: 0;
}

.footer-widget .social li {
  display: inline-block;
  margin-right: 10px;
}

.footer-widget .social li a {
  background: white;
  display: block;
  color: #164b8d;
  font-size: 24px;
  font-size: 1.5rem;
  width: 48px;
  height: 48px;
  text-align: center;
  line-height: 48px;
}

.footer-widget .social li a:hover, .footer-widget .social li a:focus {
  background: #164b8d;
  color: white;
}

.footer-powered {
  background: #e0e0e0;
  padding: 10px 0;
  display: block;
}

.footer-powered_text {
  font-size: 14px;
  font-size: 0.875rem;
  font-family: "Montserrat", sans-serif;
}

.footer-powered_text a {
  color: black;
}

/* =WordPress Core
-------------------------------------------------------------- */
.alignnone {
  margin: 5px 20px 20px 0;
}

.aligncenter,
div.aligncenter {
  display: block;
  margin: 5px auto 5px auto;
}

.alignright {
  float: right;
  margin: 5px 0 20px 20px;
}

.alignleft {
  float: left;
  margin: 5px 20px 20px 0;
}

a img.alignright {
  float: right;
  margin: 5px 0 20px 20px;
}

a img.alignnone {
  margin: 5px 20px 20px 0;
}

a img.alignleft {
  float: left;
  margin: 5px 20px 20px 0;
}

a img.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.wp-caption {
  background: #fff;
  border: 1px solid #f0f0f0;
  max-width: 96%;
  /* Image does not overflow the content area */
  padding: 5px 3px 10px;
  text-align: center;
}

.wp-caption.alignnone {
  margin: 5px 20px 20px 0;
}

.wp-caption.alignleft {
  margin: 5px 20px 20px 0;
}

.wp-caption.alignright {
  margin: 5px 0 20px 20px;
}

.wp-caption img {
  border: 0 none;
  height: auto;
  margin: 0;
  max-width: 98.5%;
  padding: 0;
  width: auto;
}

.wp-caption p.wp-caption-text {
  font-size: 11px;
  line-height: 17px;
  margin: 0;
  padding: 0 4px 5px;
}

/* Text meant only for screen readers. */
.screen-reader-text {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  -webkit-clip-path: inset(50%);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute !important;
  width: 1px;
  word-wrap: normal !important;
  /* Many screen reader and browser combinations announce broken words as they would appear visually. */
}

.screen-reader-text:focus {
  background-color: #eee;
  clip: auto !important;
  -webkit-clip-path: none;
  clip-path: none;
  color: #444;
  display: block;
  font-size: 1em;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
  /* Above WP toolbar. */
}

.space-bottom_30 {
  margin-bottom: 30px;
}

.space-bottom_40 {
  margin-bottom: 40px;
}

.space-bottom_50 {
  margin-bottom: 50px;
}

.space-bottom_60 {
  margin-bottom: 60px;
}

.space-bottom_115 {
  margin-bottom: 115px;
}

.space-bottom_88 {
  margin-bottom: 88px;
}

.space-bottom_0 {
  margin-bottom: 0;
}

.space-top_30 {
  margin-top: 30px;
}

.space-top_40 {
  margin-top: 40px;
}

.space-top_100 {
  margin-top: 100px;
}

.space-40 {
  margin-top: 40px;
  margin-bottom: 40px;
}

.space-left_40 {
  padding-left: 40px;
}

@media (max-width: 767px) {
  .space-left_40 {
    padding-left: 0;
  }
}

.reveal-overlay {
  background: rgba(255, 255, 255, 0.4);
}

.coursehide {
  opacity: 0;
}

.coursehide.fadeInUp {
  opacity: 1;
}

.lines span {
  text-transform: uppercase;
  position: relative;
}

.lines span:before {
  content: "";
  position: absolute;
  left: -120px;
  width: 100px;
  height: 1px;
  background: orange;
  top: 0;
  bottom: 0;
  right: auto;
  margin: auto;
}

@media (max-width: 767px) {
  .lines span:before {
    width: 20px;
    left: -40px;
  }
}

.lines span:after {
  content: "";
  position: absolute;
  right: -120px;
  width: 100px;
  height: 1px;
  background: orange;
  top: 0;
  bottom: 0;
  left: auto;
  margin: auto;
}

@media (max-width: 767px) {
  .lines span:after {
    width: 20px;
    right: -40px;
  }
}

.fa-file-pdf-o {
  color: red;
  font-size: 20px;
  font-weight: 700;
  margin-left: 10px;
}

#coursecontact {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(22, 75, 141, 0.8);
  z-index: 9999;
  padding: 30px 0;
}

#coursecontact .close {
  top: 15px;
  position: absolute;
  color: white;
  right: 5%;
  z-index: 999;
}

#coursecontact .close i {
  font-size: 40px;
  font-size: 2.5rem;
}

.adim {
  padding-top: 70px;
}

.bg-gray {
  background: #eeeeee;
}

#breadcrumb {
  position: absolute;
  bottom: 0;
  width: 100%;
  left: 0;
  bottom: 0;
  z-index: 9;
  height: auto;
  padding: 0 15px;
}

#breadcrumb div {
  height: auto;
}

#breadcrumb .grid-container {
  padding: 0;
}

@media (max-width: 767px) {
  #breadcrumb {
    position: relative;
  }
}

#breadcrumbs {
  position: relative;
  z-index: 9;
  margin-bottom: 0;
}

#breadcrumbs span {
  color: white;
  font-size: 16px;
  font-size: 1rem;
}

#breadcrumbs span.link, #breadcrumbs span a {
  color: white;
  font-family: "Montserrat", sans-serif;
}

.box-pitch {
  background: white;
  padding: 20px;
  -webkit-box-shadow: 0px 5px 5px 0px rgba(0, 0, 0, 0.25);
  -moz-box-shadow: 0px 5px 5px 0px rgba(0, 0, 0, 0.25);
  box-shadow: 0px 5px 5px 0px rgba(0, 0, 0, 0.25);
  height: 100%;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.box-pitch_title {
  font-size: 30px;
  font-size: 1.875rem;
  font-family: "Montserrat", sans-serif;
  font-weight: 900;
  margin-bottom: 15px;
}

.box-pitch_icon {
  max-width: 64px;
  margin-bottom: 15px;
}

.box-pitch_icon .fa {
  color: #164b8d;
  font-size: 36px;
  font-size: 2.25rem;
}

.box-pitch_icon img {
  max-width: 64px;
  fill: #164b8d;
}

.box-pitch_icon svg {
  fill: #164b8d;
}

.box-pitch_button {
  margin-top: 60px;
}

.box-pitch:hover {
  background-color: #05e8ba;
  background-image: -webkit-linear-gradient(135deg, #05e8ba 0%, #1e2d7d 74%);
  background-image: -o-linear-gradient(135deg, #05e8ba 0%, #1e2d7d 74%);
  background-image: linear-gradient(315deg, #05e8ba 0%, #1e2d7d 74%);
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.box-pitch:hover .fa, .box-pitch:hover p, .box-pitch:hover h3 {
  color: white;
}

.box-pitch:hover svg {
  fill: white;
}

.box-video {
  position: relative;
}

@media (max-width: 767px) {
  .box-video {
    margin-bottom: 45px;
  }
}

.box-video ul {
  margin: 0;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.box-video ul li {
  list-style: none;
  width: 50%;
  padding: 1px;
}

.box-video_content {
  padding-right: 7.5%;
}

.box-video_content ul {
  margin: 50px 0 0 0;
  padding: 0;
}

.box-video_content ul li {
  list-style: none;
  margin-bottom: 15px;
}

.box-video_content ul li .fa {
  font-size: 36px;
  font-size: 2.25rem;
  color: #039577;
  float: left;
  margin-right: 10px;
  margin-top: 5px;
}

.box-video_content.bgimg {
  padding-right: 0;
  margin-top: 14px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 50%;
/*   height: 562px; */
	height:100%;
}

.box-product {
  margin-top: 30px;
  position: relative;
}

.box-product.solid a {
  display: block;
  height: 100%;
  position: relative;
}

.box-product.solid a > div {
  color: white;
  display: table-cell;
  vertical-align: middle;
  padding: 15px 20px;
  text-transform: capitalize;
  font-size: 16px;
  font-size: 1rem;
}

.box-product_img {
  background: #164b8d;
  text-align: center;
  margin-bottom: 15px;
  position: relative;
  z-index: 9;
}

.box-product_img img {
  max-height: 200px;
  display: inline-block;
}

.box-product_img.plain {
  background: transparent;
  margin-bottom: 0;
}

.box-product_img.plain img {
  opacity: 1;
}

.box-product_title {
  position: relative;
  z-index: 9;
}

.box-product_title h2 {
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 20px;
  margin-bottom: 0;
  font-weight: 400;
}

.box-product_content {
  padding-top: 10px;
  position: relative;
  z-index: 9;
}

.box-product a {
  display: block;
  color: #464646;
  height: 100%;
}

.box-product .overlay {
  background: #164b8d;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  overflow: hidden;
  width: 100%;
  height: 0;
  -webkit-transition: .5s ease;
  -o-transition: .5s ease;
  transition: .5s ease;
}

.box-product:hover a {
  color: #164b8d;
}

.box-product:hover .overlay {
  height: 100%;
  z-index: 0;
}

.box-product.third {
  margin-top: 0;
}

.box-product.third:before, .box-product.third:after {
  display: none;
}

.box-product.third a {
  padding: 0;
  margin-bottom: 0;
  position: relative;
}

.box-product.third a img {
  max-height: 100%;
}

.box-product.third a .box-product_img {
  margin-bottom: 15px;
}

.box-product.third a .box-product_title {
  position: absolute;
  padding: 20px;
  bottom: 0;
  left: 0;
  background: rgba(22, 75, 141, 0.6);
}

.box-product.third a .box-product_title h2 {
  color: white;
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 1;
  margin-bottom: 0;
}

.box-product.v4.left {
  padding: 10px 10px 10px 0;
}

.box-product.v4.right {
  padding: 10px 0px 10px 10px;
}

.box-product.v4 a {
  position: relative;
}

.box-product.v4 a .box-product_title {
  display: none;
  position: absolute;
  padding: 15px;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  color: white;
  background: rgba(0, 0, 0, 0.7);
}

.box-product.v4 a:hover .box-product_title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.box-productcat {
  padding: 30px;
  margin-bottom: 30px;
  background: white;
}

.box-productcat h2 {
  font-size: 32px;
  font-size: 2rem;
  margin-bottom: 30px;
  line-height: 1.2;
}

.box-productcat_img {
  padding: 15px 25%;
}

.box-productcat a {
  color: #464646;
}

.box-productcat_text {
  position: relative;
  z-index: 9999;
}

.box-productcat_text h2, .box-productcat_text p {
  color: white;
}

.box-productcat_text h2 {
  font-size: 64px;
  font-size: 4rem;
  line-height: 1;
}

.box-news {
  margin-top: 30px;
}

.box-news a {
  display: block;
  color: #474747;
}

.box-news_title h2 {
  font-size: 18px;
  font-size: 1.125rem;
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
  margin-top: 25px;
  line-height: 1.4;
}

.box-testimonial {
  margin-top: 30px;
}

.box-testimonial.slide {
  position: relative;
}

.box-testimonial.slide:before {
  content: "\f10d";
  font-family: 'FontAwesome';
  position: absolute;
  color: rgba(255, 255, 255, 0.5);
  width: 32px;
  height: 32px;
  font-size: 48px;
  font-size: 3rem;
  top: 0;
  left: 10px;
}

.box-testimonial.slide.case:before {
  content: "";
}

.box-testimonial_title {
  padding-left: 60px;
  font-family: "Montserrat", sans-serif;
  font-size: 22px;
  font-size: 1.375rem;
}

.box-testimonial_title.case {
  margin-top: 15px;
  padding-left: 0;
  font-weight: 700;
  font-size: 16px;
  font-size: 1rem;
}

.box-testimonial_title.case span {
  display: block;
  clear: both;
  width: 100%;
  font-weight: 400;
  font-size: 14px;
  font-size: 0.875rem;
}

.box-testimonial_wrapper {
  padding: 30px;
  color: white;
}

.box-testimonial_wrapper.third {
  max-width: 200px;
}

.box-testimonial_wrapper.third > div {
  max-height: 200px;
}

.box-testimonial_content p {
  margin-bottom: 0;
}

.box-location_address ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.box-location_address li {
  width: 100%;
  float: left;
  display: block;
  clear: both;
	font-size: 13px;
  font-size: 0.8125rem;
  /*font-size: 15px;
  font-size: 0.9375rem;*/
}

.box-location_map {
  padding-top: 30px;
  padding-bottom: 30px;
  background: #133f77;
}

.box-location_map img {
  max-width: 90%;
}

.box-applications {
  padding: 50% 0;
}

.box-applications_wrapper {
  background-size: cover !important;
  position: relative;
}

.box-applications_wrapper:nth-child(2) {
  border-left: 1px solid white;
  border-right: 1px solid white;
}

.box-applications_wrapper:before {
  content: "";
  background: rgba(0, 0, 0, 0.4);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.box-applications a {
  border: 1px solid white;
  padding: 10px 20px;
  color: white;
  position: relative;
  font-weight: 600;
  font-size: 20px;
  font-size: 1.25rem;
  z-index: 999;
  min-width: 180px;
  margin-bottom: 0;
}

.box-applications a:hover {
  background: white;
  color: #164b8d;
}

.box-cta {
  width: 100%;
  background: #ededed;
  padding: 40px 30px;
  color: #262626;
  -webkit-box-shadow: 0px 4px 9px 0px rgba(0, 0, 0, 0.35);
  -moz-box-shadow: 0px 4px 9px 0px rgba(0, 0, 0, 0.35);
  box-shadow: 0px 4px 9px 0px rgba(0, 0, 0, 0.35);
  position: relative;
  z-index: 9;
}

.box-cta .button {
  margin-bottom: 0;
}

@media (max-width: 767px) {
  .box-cta .button {
    margin-bottom: 15px;
    width: 100%;
  }
}

.box-cta h3 {
  margin-bottom: 0;
}

.box-cta h4 {
  font-size: 20px;
  font-size: 1.25rem;
  margin-bottom: 20px;
}

.box-cta_form {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #ededed;
  padding: 15px;
}

.box-cta_form .form-close {
  width: 30px;
  height: 30px;
  background: orange;
  padding: 5px;
  color: black;
  position: absolute;
  top: 0;
  right: 0;
  font-weight: 700;
}

.box-cta_form .form-close:hover {
  cursor: pointer;
}

.box-cta_form span.wpcf7-not-valid-tip {
  font-size: 13px;
  font-size: 0.8125rem;
  position: absolute;
  top: -20px;
  width: 200px;
  text-align: left;
}

.box-cta_form div.wpcf7-response-output {
  margin: 0;
}

.box-cta_form div.wpcf7-validation-errors, .box-cta_form div.wpcf7-acceptance-missing {
  border: none;
  background: #f7e700;
  margin-left: 15px;
  color: #000;
  font-size: 13px;
  font-size: 0.8125rem;
  margin-top: 3px;
  width: 100%;
  line-height: 27px;
}

.box-cta_form div.wpcf7-mail-sent-ok {
  background: #398f14;
  border: none;
  color: #fff;
  margin-left: 15px;
  font-size: 13px;
  font-size: 0.8125rem;
  margin-top: 3px;
  width: 100%;
  line-height: 27px;
}

.box-case_pitch {
  margin-top: 30px;
  position: relative;
  z-index: 9;
}

.box-case_pitch p {
  color: white;
}

.box-why_title {
  font-weight: 700;
}

.box-footer {
  padding-right: 30px;
}

@media (max-width: 767px) {
  .box-footer {
    padding-right: 0;
  }
}

.box-footer h5 {
  color: #0a2342;
  font-size: 22px;
  font-size: 1.375rem;
  margin-bottom: 20px;
  text-transform: capitalize;
}

.box-footer.menu {
  margin-top: 45px !important;
}

@media (max-width: 767px) {
  .box-footer.menu {
    margin-top: 30px !important;
  }
}

.box-footer .menu {
  margin: 0 0 0 0;
  padding: 0;
}

.box-footer .menu li {
  list-style: none;
  width: 33.33333%;
  margin-bottom: 15px;
}

.box-footer .menu li a {
  display: block;
  font-size: 15px;
  font-size: 0.9375rem;
  line-height: 20px;
  color: #464646;
  padding: 0;
}

.box-footer .menu li a:hover {
  color: black;
}

@media (max-width: 767px) {
  .box-footer .menu li {
    width: 100%;
  }
}

.box-footer .menu.list {
  text-align: center;
}

.box-footer .menu.list li {
  display: block;
  width: 100%;
  padding-right: 10px;
  width: auto;
}

.box-footer .menu.list li .fa {
  font-size: 20px;
  font-size: 1.25rem;
}

.box-footer .menu.list.social {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-bottom: 0;
  -ms-flex-pack: distribute;
  justify-content: space-around;
}

@media (max-width: 767px) {
  .box-footer .menu.list.social {
    margin-top: 20px;
    margin-bottom: 20px;
  }
}

.box-footer .menu.list.social li {
  margin-bottom: 0;
  padding-right: 0;
}

.box-footer .menu.last li {
  width: auto;
}

.box-footer .menu.last li a {
  font-size: 13px;
  font-size: 0.8125rem;
  line-height: 18px;
}

.box-footer.endmenu {
  padding-right: 0;
}

.box-footer.endmenu ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-bottom: 0;
  -ms-flex-pack: distribute;
  justify-content: space-around;
}

.box-footer.endmenu ul li a {
  margin-right: 0;
}

@media (max-width: 767px) {
  .box-footer .text-right {
    text-align: center;
  }
}

.highlight {
  position: relative;
}

.highlight span {
  display: inline-block;
  position: relative;
}

.highlight span:before {
  width: 33px;
  height: 2px;
  background: #1f6bc9;
  position: absolute;
  bottom: 0;
  left: 0;
}

.highlight.white {
  color: white;
}

.slick-dots {
  text-align: center;
}

.slick-dots li {
  display: inline-block;
  margin: 0 3px;
  font-size: 0;
}

.slick-dots li button {
  -webkit-border-radius: 50%;
  border-radius: 50%;
  background-clip: padding-box;
  /* stops bg color from leaking outside the border: */
  width: 8px;
  height: 8px;
  display: block;
  background: #164b8d;
}

.slick-dots li button:hover {
  cursor: pointer;
}

.no-padding {
  padding-left: 0 !important;
  padding-right: 0 !important;
}

@media (max-width: 767px) {
  .no-padding {
    padding-right: 0.625rem !important;
    padding-left: 0.625rem !important;
  }
}

.no-padding_topbottom {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}

.gradient-blue {
  background-color: #05e8ba;
  background-image: -webkit-linear-gradient(135deg, #05e8ba 0%, #1e2d7d 74%);
  background-image: -o-linear-gradient(135deg, #05e8ba 0%, #1e2d7d 74%);
  background-image: linear-gradient(315deg, #05e8ba 0%, #1e2d7d 74%);
}

.gradient-blue.reverse {
  background-color: #1e2d7d;
  background-image: -webkit-linear-gradient(135deg, #1e2d7d 0%, #05e8ba 74%);
  background-image: -o-linear-gradient(135deg, #1e2d7d 0%, #05e8ba 74%);
  background-image: linear-gradient(315deg, #1e2d7d 0%, #05e8ba 74%);
}

.gradient-bluenew {
  background-color: #039577;
  background-image: -webkit-linear-gradient(135deg, #039577 0%, #1e2d7d 74%);
  background-image: -o-linear-gradient(135deg, #039577 0%, #1e2d7d 74%);
  background-image: linear-gradient(315deg, #039577 0%, #1e2d7d 74%);
}

.gradient-bluenew.reverse {
  background-color: #1e2d7d;
  background-image: -webkit-linear-gradient(135deg, #1e2d7d 0%, #039577 74%);
  background-image: -o-linear-gradient(135deg, #1e2d7d 0%, #039577 74%);
  background-image: linear-gradient(315deg, #1e2d7d 0%, #039577 74%);
}

.bg-blue {
  background: #164b8d;
}

.bg-green {
  background: #039577;
}

.bg-yellow {
  background: #fece0b;
}

.bg-orange {
  background: orange;
}

.bg-white {
  background: white;
}

.bg-transparent {
  background: transparent !important;
}

.clr-green {
  color: #039577;
}

.clr-yellow {
  color: #fece0b;
}

.clr-orange {
  color: orange;
}

.clr-black {
  color: black;
}

.slider-products div {
  height: auto;
}

.height-50 {
  height: 50vh;
}

.height-100 {
  height: 100%;
}

@media (max-width: 767px) {
  .height-100 {
    height: auto;
  }
}