/*
Table Of Contents

 1.) Typography
 2.) Default Styles

 *-- Common styles --*
 a.) Container and Grids

 3.) Header - Main
 4.) Main - Content
 5.) Banner - Main
 6.) Feature - List 1
 7.) Feature - List 2
 8.) Feature - List 3
 9.) Feature - List 4
 10.) Quick - Statistics
 11.) CTA - Info
 12.) Footer - Main

 13.) Inner - Pages - Common Styles
 14.) About - Info
 15.) Timelines
 16.) Team - Info
 17.) Two - Column - Articles
 18.) Center Text - Band
 19.) Split - Content
 20.) Banner - Middle
 21.) Articles - List
 22.) Video - Banner
 23.) News - List
 24.) CTA - Banner
 25.) Blog - Page
 26.) Post - Page
 27.) Accordation - List
 28.) FAQ's - List
 29.) Gallery - Info
 30.) Testimonial - Slider
 31.) Service - Info

 32.) Bootstrap Modal
 33.) Fancybox
 34.) Title - Description - (Notes)
 35.) Background and Text - Colors





// Bootstrap Sizes
@media (max-width: 575.98px) { // col-xs
}
@media (min-width: 576px) and (max-width: 767.98px) { // col-sm
}
@media (min-width: 768px) and (max-width: 991.98px) { // col-md
}
@media (min-width: 992px) and (max-width: 1199.98px) { // col-lg
}
@media (min-width: 1200px) { // col-xl
}



===============================================*/
/*
 1.) Typography
----------------------------------------*/
@import url("bootstrap.min.css") all;
@import url("animate.css") all;
@import url("mmenu.all.css") all;
@import url("fontawesome-all.min.css") all;
@import url("fa-brands.min.css") all;
@import url("fa-light.min.css") all;
@import url("fa-regular.min.css") all;
@import url("fa-solid.min.css") all;
@import url('https://fonts.googleapis.com/css?family=Montserrat:100,100i,200,200i,300,300i,400,400i,500,500i,600,600i,700,700i,800,800i,900,900i') all;

/* font-family: 'Exo', sans-serif; */
/*
 2.) Default Styles
----------------------------------------*/
body {
  -webkit-font-smoothing: antialiased;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.004);
  font-family: "Montserrat", Arial, Helvetica, sans-serif;
  font-weight: 400;
  font-size: 16px;
  color: #000000;
  line-height: 28px;
  background: #ffffff;
  margin: 0;
  padding: 0;
}

img {
  height: auto;
}

@media (max-width: 991px) {
  body {
    font-size: 15px;
    line-height: 26px;
  }
}

@media (max-width: 767px) {
  body {
    font-size: 15px;
    line-height: 23px;
  }
}

sub,
sup {
  font-size: 45%;
  top: -1.1em;
}

sup small {
  top: -0.8em;
  position: relative;
  font-size: 60%;
}

/*= Links
=======================================================*/
a {
  font-weight: 600;
  color: #0079DC;
  text-decoration: none;
  outline: 0;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
  cursor: pointer;
  outline: 0;
}

a:hover,
a:focus,
a:active {
  color: rgba(26, 169, 206, .85);
  text-decoration: underline;
  outline: 0;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}

a:visited {
  outline: 0;
  text-decoration: none;
}

a[href^="tel:"],
a[href^="fax:"] {
  color: #0079DC;
  text-decoration: none;
}

a:hover[href^="tel:"]:hover,
a:hover[href^="fax:"]:hover {
  color: rgba(26, 169, 206, .85);
  text-decoration: underline;
}

/*= Headings: P, H1, H2, H3, H4, H5, H6
=======================================================*/
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 500;
  color: #000;
  text-transform: none;
  padding: 0 0 10px 0;
  margin: 0;
}

h1,
h2.lrg {
  font-weight: 300;
  font-size: 60px;
  line-height: 60px;
  letter-spacing: -0.01em;
}

h1.med {
  font-size: 44px;
  font-weight: 400;
  line-height: 1.25;
  letter-spacing: -0.01em;
}

h1.sml,
h2 {
  font-weight: 300;
  font-size: 36px;
  line-height: 40px;
}

h2.med {
  font-size: 40px;
  line-height: 44px;
  letter-spacing: -0.01em;
}

h3 {
  font-size: 28px;
  line-height: 32px;
}

h4 {
  font-size: 24px;
  line-height: 28px;
}

h5 {
  font-weight: 600;
  font-size: 20px;
  line-height: 24px;
}

h1 strong,
h2 strong,
h3 strong,
h4 strong,
h5 strong,
h6 strong {
  font-weight: 700;
  color: #0079DC;
}

p {
  padding: 0 0 10px 0;
  margin: 0;
}

p:last-child {
  padding: 0 0 30px 0;
}

em {
  font-style: italic;
}

strong {
  font-weight: 700;
}

.light {
  font-weight: 300;
}

.regular {
  font-weight: 400;
}

.medium {
  font-weight: 500;
}

.semi-bold {
  font-weight: 600;
}

.bold {
  font-weight: 700;
}

.upper-case {
  text-transform: uppercase;
}

.lower-case {
  text-transform: none;
}

@media (max-width: 991px) {
  h1 {
    font-size: 48px;
    line-height: 52px;
    letter-spacing: normal;
  }

  h1.sml,
  h2 {
    font-size: 30px;
    line-height: 34px;
  }

  h2.lrg {
    font-size: 48px;
    line-height: 52px;
    letter-spacing: normal;
  }

  h2.med {
    font-size: 34px;
    line-height: 40px;
    letter-spacing: normal;
  }

  h3 {
    font-size: 25px;
    line-height: 30px;
  }

  h4 {
    font-size: 22px;
    line-height: 26px;
  }

  h5 {
    font-size: 18px;
    line-height: 22px;
  }

  p:last-child {
    padding: 0 0 25px 0;
  }
}

@media (max-width: 767px) {
  h1 {
    font-size: 36px;
    line-height: 40px;
  }

  h1.sml,
  h2 {
    font-size: 26px;
    line-height: 30px;
  }

  h2.lrg {
    font-size: 36px;
    line-height: 40px;
  }

  h2.med {
    font-size: 30px;
    line-height: 34px;
  }

  h3 {
    font-size: 23px;
    line-height: 28px;
  }

  h4 {
    font-size: 20px;
    line-height: 24px;
  }

  h5 {
    font-size: 17px;
    line-height: 20px;
  }

  p:last-child {
    padding: 0 0 20px 0;
  }
}

/*= Blockquote
=======================================================*/
blockquote {
  width: 100%;
  float: left;
  font-weight: 300;
  font-size: 36px;
  color: #000000;
  line-height: 44px;
  text-transform: none;
  text-align: center;
  background: #e4f1f4;
  border: none;
  border-radius: 0;
  box-shadow: none;
  position: relative;
  padding: 5%;
  margin: 27px 0 30px 0;
}

blockquote strong {
  font-weight: 400;
}

blockquote .box-inside {
  width: 100%;
  max-width: 510px;
  margin: 0 auto;
}

@media (max-width: 991px) {
  blockquote {
    font-size: 32px;
    line-height: 38px;
  }

  blockquote .box-inside {
    max-width: 440px;
  }
}

@media (max-width: 767px) {
  blockquote {
    font-size: 28px;
    line-height: 32px;
    padding: 7%;
    margin: 9px 0 15px 0;
  }
}

/*= Unorder List
=======================================================*/
ul,
ol {
  list-style: none;
  padding: 10px 0 0 18px;
  margin: 0;
}

li {
  /*font-weight: 700; */
  line-height: 24px;
  position: relative;
  padding: 0 0 10px 24px;
  margin: 0;
}

li:last-child {
  padding-bottom: 20px;
}

ul li::before {
  float: left;
  content: "\f058";
  font-family: "Font Awesome\ 5 Pro";
  font-weight: 900;
  color: #0079DC;
  position: absolute;
  top: -1px;
  left: 0;
}

li ul:last-child li:last-child,
li ol:last-child li:last-child {
  padding-bottom: 0;
}

li ul,
li ol {
  padding-top: 10px;
}

@media (max-width: 991px) {
  li {
    line-height: 20px;
  }
}

@media (max-width: 767px) {

  ul,
  ol {
    padding: 5px 0 0 5px;
  }

  li {
    padding-bottom: 8px;
  }

  li:last-child {
    padding-bottom: 15px;
  }

  ul li::before {
    top: 0;
  }
}

/*= Order List
=======================================================*/
ol {
  counter-reset: item;
}

ol>li {
  counter-increment: item;
}

ol>li:before {
  content: counter(item);
  font-weight: 800;
  color: #0079DC;
  text-align: right;
  position: absolute;
  top: 0;
  left: 0;
}

ol>li:nth-child(n+10):before {
  left: -10px;
}

ol>li:nth-child(n+100):before {
  left: -20px;
}

/* #Input Styles
================================================= */
form ul li:before {
  content: "";
  display: none;
}

textarea,
select,
input[type="text"],
input[type="password"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"],
input[type="color"],
.uneditable-input {
  border-radius: 0;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  outline: 0;
}

input,
textarea,
select {
  -webkit-transition: border linear 0.2s, box-shadow linear 0.2s;
  -moz-transition: border linear 0.2s, box-shadow linear 0.2s;
  -ms-transition: border linear 0.2s, box-shadow linear 0.2s;
  -o-transition: border linear 0.2s, box-shadow linear 0.2s;
  transition: border linear 0.2s, box-shadow linear 0.2s;
}

label {
  width: 100%;
  float: left;
  font-family: "Montserrat", Arial, Helvetica, sans-serif;
  font-weight: 400;
  font-size: 16px;
  color: #000000;
  line-height: 24px;
  text-transform: none;
  padding: 0 0 10px 0;
  margin: 0;
}

.req {
  color: #ff0000;
}

textarea,
select,
input[type="text"],
input[type="password"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"],
input[type="color"],
.uneditable-input {
  width: 100%;
  height: 45px;
  float: left;
  font-family: "Montserrat", Arial, Helvetica, sans-serif;
  font-weight: 400;
  font-size: 14px;
  color: #000000;
  line-height: 24px;
  background: #f5f5f5;
  border: 1px solid #dddddd;
  border-radius: 0;
  outline: none;
  position: relative;
  padding: 10px 20px;
  margin: 0;
}

textarea {
  height: 170px;
  padding: 13px 20px;
  outline: none;
  resize: none;
}

select {
  background-image: url(../img/arrow-down-select.png);
  background-size: 28px auto;
  background-repeat: no-repeat;
  background-position: right center;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  padding-top: 0;
  padding-right: 35px;
  padding-bottom: 0;
}

select::-ms-expand {
  display: none;
}

/* select - Colored */
select.colorize option:not([disabled]) {
  color: #000000;
}

select.colorize option.def:not([disabled]),
select.colorize.empty:not([disabled]) {
  color: #999999;
}

::-webkit-input-placeholder,
::-webkit-textarea-placeholder {
  color: #999999;
}

input::-moz-placeholder,
textarea::-moz-placeholder {
  color: #999999;
}

::-moz-placeholder {
  color: #999999;
}

::-ms-input-placeholder {
  color: #999999;
}

select:focus,
textarea:focus,
input[type="text"]:focus,
input[type="password"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="time"]:focus,
input[type="week"]:focus,
input[type="number"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
input[type="color"]:focus,
.uneditable-input:focus {
  outline: 0;
  border-color: #0079DC;
}

/* #Buttons
================================================== */
.btn,
button,
input[type="button"],
input[type="submit"] {
  width: auto;
  height: auto;
  float: none;
  display: inline-block;
  vertical-align: middle;
  font-family: "Montserrat", Arial, Helvetica, sans-serif;
  font-weight: 600;
  font-size: 14px;
  color: #ffffff;
  line-height: 20px;
  letter-spacing: 0.1em;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  white-space: normal;
  background: #0079DC;
  border: none;
  border-radius: 360px;
  box-shadow: none;
  position: relative;
  cursor: pointer;
  outline: 0;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
  padding: 16px 50px 14px 50px;
  margin: 0;
}

.btn i,
button i {
  margin: 0 0 0 4px;
}

.btn strong,
button strong {
  font-weight: 600;
}

.btn:hover,
.btn:focus,
.btn:active,
.btn:active:focus,
.btn.active,
.btn.active:focus,
button:hover,
button:focus,
button:active,
button:active:focus,
button.active,
button.active:focus,
input[type="button"]:hover,
input[type="button"]:focus,
input[type="button"]:active,
input[type="button"]:active:focus,
input[type="button"].active,
input[type="button"].active:focus,
input[type="submit"]:hover,
input[type="submit"]:focus,
input[type="submit"]:active,
input[type="submit"]:active:focus,
input[type="submit"].active,
input[type="submit"].active:focus {
  color: #ffffff;
  text-decoration: none;
  background: rgba(0, 121, 220, .80);
  box-shadow: none;
}

.btn.disabled,
.btn[disabled],
fieldset[disabled] .btn {
  cursor: not-allowed;
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
  box-shadow: none;
  opacity: .65;
}

a.btn.disabled,
fieldset[disabled] a.btn {
  pointer-events: none;
}

.btn-blank,
button.btn-blank,
input.btn-blank[type="button"],
input.btn-blank[type="submit"] {
  color: #0079DC;
  background: #ffffff;
  box-shadow: inset #0079DC 0 0 0 2px;
}

.btn-blank:hover,
.btn-blank:focus,
.btn-blank:active,
.btn-blank:active:focus,
.btn-blank.active,
.btn-blank.active:focus,
button.btn-blank:hover,
button.btn-blank:focus,
button.btn-blank:active,
button.btn-blank:active:focus,
button.btn-blank.active,
button.btn-blank.active:focus,
input.btn-blank[type="button"]:hover,
input.btn-blank[type="button"]:focus,
input.btn-blank[type="button"]:active,
input.btn-blank[type="button"]:active:focus,
input.btn-blank[type="button"].active,
input.btn-blank[type="button"].active:focus,
input.btn-blank[type="submit"]:hover,
input.btn-blank[type="submit"]:focus,
input.btn-blank[type="submit"]:active,
input.btn-blank[type="submit"]:active:focus,
input.btn-blank[type="submit"].active,
input.btn-blank[type="submit"].active:focus {
  color: #ffffff;
  background: #0079DC;
}

.btn-white,
button.btn-white,
input.btn-white[type="button"],
input.btn-white[type="submit"] {
  color: #242d41;
  background: #ffffff;
}

.btn-white:hover,
.btn-white:focus,
.btn-white:active,
.btn-white:active:focus,
.btn-white.active,
.btn-white.active:focus,
button.btn-white:hover,
button.btn-white:focus,
button.btn-white:active,
button.btn-white:active:focus,
button.btn-white.active,
button.btn-white.active:focus,
input.btn-white[type="button"]:hover,
input.btn-white[type="button"]:focus,
input.btn-white[type="button"]:active,
input.btn-white[type="button"]:active:focus,
input.btn-white[type="button"].active,
input.btn-white[type="button"].active:focus,
input.btn-white[type="submit"]:hover,
input.btn-white[type="submit"]:focus,
input.btn-white[type="submit"]:active,
input.btn-white[type="submit"]:active:focus,
input.btn-white[type="submit"].active,
input.btn-white[type="submit"].active:focus {
  color: #242d41;
  background: rgba(255, 255, 255, .85);
}

.btn-white-blank,
button.btn-white-blank,
input.btn-white-blank[type="button"],
input.btn-white-blank[type="submit"] {
  color: #ffffff;
  background: none;
  box-shadow: inset #ffffff 0 0 0 2px;
}

.btn-white-blank:hover,
.btn-white-blank:focus,
.btn-white-blank:active,
.btn-white-blank:active:focus,
.btn-white-blank.active,
.btn-white-blank.active:focus,
button.btn-white-blank:hover,
button.btn-white-blank:focus,
button.btn-white-blank:active,
button.btn-white-blank:active:focus,
button.btn-white-blank.active,
button.btn-white-blank.active:focus,
input.btn-white-blank[type="button"]:hover,
input.btn-white-blank[type="button"]:focus,
input.btn-white-blank[type="button"]:active,
input.btn-white-blank[type="button"]:active:focus,
input.btn-white-blank[type="button"].active,
input.btn-white-blank[type="button"].active:focus,
input.btn-white-blank[type="submit"]:hover,
input.btn-white-blank[type="submit"]:focus,
input.btn-white-blank[type="submit"]:active,
input.btn-white-blank[type="submit"]:active:focus,
input.btn-white-blank[type="submit"].active,
input.btn-white-blank[type="submit"].active:focus {
  color: #ffffff;
  background: rgba(255, 255, 255, .15);
  box-shadow: inset #ffffff 0 0 0 2px;
}

.btn-out {
  width: 100%;
  float: left;
}

/* #Owl-carousel
=======================================================*/
.owl-carousel .animated {
  -webkit-animation-duration: 1000ms;
  animation-duration: 1000ms;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

.owl-carousel .owl-animated-in {
  z-index: 0;
}

.owl-carousel .owl-animated-out {
  z-index: 1;
}

.owl-carousel .fadeOut {
  -webkit-animation-name: fadeOut;
  animation-name: fadeOut;
}

@-webkit-keyframes fadeOut {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
  }
}

@keyframes fadeOut {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
  }
}

.owl-height {
  -webkit-transition: height 500ms ease-in-out;
  -moz-transition: height 500ms ease-in-out;
  -ms-transition: height 500ms ease-in-out;
  -o-transition: height 500ms ease-in-out;
  transition: height 500ms ease-in-out;
}

.owl-carousel {
  display: none;
  width: 100%;
  -webkit-tap-highlight-color: transparent;
  position: relative;
  z-index: 1;
}

.owl-carousel .owl-stage {
  position: relative;
  -ms-touch-action: pan-Y;
}

.owl-carousel .owl-stage:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}

.owl-carousel .owl-stage-outer {
  position: relative;
  overflow: hidden;
  -webkit-transform: translate3d(0px, 0px, 0px);
}

.owl-carousel .owl-controls .owl-nav .owl-prev,
.owl-carousel .owl-controls .owl-nav .owl-next,
.owl-carousel .owl-controls .owl-dot {
  cursor: pointer;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.owl-carousel.owl-loaded {
  display: block;
}

.owl-carousel.owl-loading {
  opacity: 0;
  display: block;
}

.owl-carousel.owl-hidden {
  opacity: 0;
}

.owl-carousel .owl-refresh .owl-item {
  display: none;
}

.owl-carousel .owl-item {
  position: relative;
  min-height: 1px;
  float: left;
  -webkit-backface-visibility: hidden;
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.owl-carousel .owl-item img {
  height: auto;
  display: inline-block;
  width: 100%;
  -webkit-transform-style: preserve-3d;
}

.owl-carousel .owl-item h1 img,
.owl-carousel .owl-item h2 img {
  width: auto;
  max-width: 100%;
}

.owl-carousel.owl-text-select-on .owl-item {
  -webkit-user-select: auto;
  -moz-user-select: auto;
  -ms-user-select: auto;
  user-select: auto;
}

.owl-carousel .owl-grab {
  cursor: move;
  cursor: -webkit-grab;
  cursor: -o-grab;
  cursor: -ms-grab;
  cursor: grab;
}

.owl-carousel.owl-rtl {
  direction: rtl;
}

.owl-carousel.owl-rtl .owl-item {
  float: right;
}

.no-js .owl-carousel {
  display: block;
}

.owl-carousel .owl-item .owl-lazy {
  opacity: 0;
  -webkit-transition: opacity 400ms ease;
  -moz-transition: opacity 400ms ease;
  -ms-transition: opacity 400ms ease;
  -o-transition: opacity 400ms ease;
  transition: opacity 400ms ease;
}

.owl-carousel .owl-item img {
  height: auto;
  transform-style: preserve-3d;
}

.owl-carousel .owl-video-wrapper {
  position: relative;
  height: 100%;
  background: #000;
}

.owl-carousel .owl-video-play-icon {
  position: absolute;
  height: 80px;
  width: 80px;
  left: 50%;
  top: 50%;
  margin-left: -40px;
  margin-top: -40px;
  background: url(../img/owl.video.play.png) no-repeat;
  cursor: pointer;
  z-index: 1;
  -webkit-backface-visibility: hidden;
  -webkit-transition: scale 100ms ease;
  -moz-transition: scale 100ms ease;
  -ms-transition: scale 100ms ease;
  -o-transition: scale 100ms ease;
  transition: scale 100ms ease;
}

.owl-carousel .owl-video-play-icon:hover {
  -webkit-transition: scale(1.3, 1.3);
  -moz-transition: scale(1.3, 1.3);
  -ms-transition: scale(1.3, 1.3);
  -o-transition: scale(1.3, 1.3);
}

.owl-carousel .owl-video-playing .owl-video-tn,
.owl-carousel .owl-video-playing .owl-video-play-icon {
  display: none;
}

.owl-carousel .owl-video-tn {
  opacity: 0;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  -webkit-background-size: contain;
  -moz-background-size: contain;
  -o-background-size: contain;
  background-size: contain;
  -webkit-transition: opacity 400ms ease;
  -moz-transition: opacity 400ms ease;
  -ms-transition: opacity 400ms ease;
  -o-transition: opacity 400ms ease;
  transition: opacity 400ms ease;
}

.owl-carousel .owl-video-frame {
  position: relative;
  z-index: 1;
}

/* #Slider Controls
================================================== */
.owl-controls {
  width: 100%;
  float: left;
  text-align: center;
  padding: 0;
  margin: 0;
}

/* Previous and Next */
.owl-nav div {
  width: 58px;
  height: 58px;
  float: left;
  background: none;
  border-radius: 0;
  position: absolute;
  top: 50%;
  z-index: 10;
  cursor: pointer;
  text-indent: -99999px;
  margin: -29px 0 0 0;
}

.owl-nav div:before {
  width: 100%;
  height: 100%;
  float: left;
  font-family: "Font Awesome\ 5 Pro";
  font-weight: 300;
  font-size: 60px;
  color: #0079DC;
  line-height: 1em;
  text-align: center;
  text-indent: 0;
  position: absolute;
  top: 0;
  left: 0;
  opacity: .30;
}

.owl-nav div:hover:before {
  opacity: 1;
}

.owl-nav .owl-prev {
  left: 0;
}

.owl-nav .owl-prev:before {
  content: "\f137";
}

.owl-nav .owl-next {
  right: 0;
}

.owl-nav .owl-next:before {
  content: "\f138";
}

.owl-nav .disabled,
.owl-nav .disabled:hover {
  opacity: .15;
  cursor: default;
}

.owl-nav.disabled {
  display: none;
}

@media (max-width: 992px) {

  .banner-main .banner-cont h1,
  .banner-main .banner-cont h2 {
    font-size: 38px;
    line-height: 40px;
  }

  .banner-main .banner-cont p br {
    display: none;
  }
}

@media (max-width: 1199px) {
  .owl-nav div {
    width: 40px;
    height: 40px;
    margin: -20px 0 0 0;
  }

  .owl-nav div:before {
    font-size: 40px;
  }
}

@media (max-width: 992px) {

  .banner-main .banner-cont h1,
  .banner-main .banner-cont h2 {
    font-size: 38px;
    line-height: 40px;
  }

  .banner-main .banner-cont p br {
    display: none;
  }
}

@media (max-width: 767px) {
  .owl-nav div {
    width: 34px;
    height: 34px;
    margin: -17px 0 0 0;
  }

  .owl-nav div:before {
    font-size: 34px;
  }
}

/* Bullets */
.owl-dots {
  width: 100%;
  float: left;
  text-align: center;
  padding: 0;
  margin: 40px 0 0 0;
}

.owl-dots .owl-dot {
  width: 13px;
  height: 13px;
  float: none;
  display: inline-block;
  vertical-align: top;
  zoom: 1;
  background: none;
  border: 2px solid #0079DC;
  border-radius: 360px;
  text-indent: -9999px;
  cursor: pointer;
  margin: 0 4px;
}

.owl-dots .owl-dot.active {
  filter: Alpha(Opacity=100);
  opacity: 1;
  background: #0079DC;
  border-color: #0079DC;
}

.owl-dots.disabled {
  display: none;
}

@media (max-width: 767px) {
  .owl-dots .owl-dot {
    width: 12px;
    height: 12px;
  }
}

/*= Table
=======================================================*/
table {
  width: 100%;
  border-spacing: 0;
  border-collapse: collapse;
  padding: 0;
  margin: 0;
}

/* Figure */
figure {
  padding: 0;
  margin: 0;
}

figure span.wow {
  width: 100%;
  float: left;
  padding: 0;
  margin: 0;
}

/*= Container - Main
=======================================================*/
.container-main {
  width: 100%;
  float: left;
  -webkit-transition: all .25s ease-out;
  -moz-transition: all .25s ease-out;
  transition: all .25s ease-out;
  position: relative;
  overflow: hidden;
}

.container {
  width: 100%;
  max-width: 1260px;
  padding: 0 30px;
}

@media (max-width: 991px) {
  .container {
    width: 100%;
    max-width: 100%;
    padding: 0 80px;
  }
}

@media (max-width: 767px) {
  .container {
    width: 100%;
    max-width: 540px;
    padding: 0 20px;
  }
}

/*
 3.) Header - Main
----------------------------------------*/
.header-main {
  width: 100%;
  height: 90px;
  float: left;
  background: #242d41;
  box-shadow: rgba(0, 0, 0, .35) 0 0 5px;
  position: relative;
  z-index: 1000;
  -webkit-transition: all .25s ease-out;
  -moz-transition: all .25s ease-out;
  -o-transition: all .25s ease-out;
  transition: all .25s ease-out;
}

.header-main .container {
  max-width: 100%;
  padding: 0;
}

@media (max-width: 1199px) {
  .header-main {
    height: 80px;
  }

  .header-main .container {
    max-width: 100%;
    padding: 0 30px;
  }
}

@media (max-width: 767px) {
  .header-main {
    height: 60px;
  }

  .header-main .container {
    padding: 0 20px;
  }
}

/* Site Brand */
.header-main .brand {
  height: 90px;
  float: left;
  position: relative;
  z-index: 1000;
  -webkit-transition: all .25s ease-out;
  -moz-transition: all .25s ease-out;
  -o-transition: all .25s ease-out;
  transition: all .25s ease-out;
  padding: 0;
  margin: 10px -500px 0 45px;
}

.header-main .brand img {
  width: 100%;
  max-width: 195px;
  vertical-align: middle;
  -webkit-transition: all .25s ease-out;
  -moz-transition: all .25s ease-out;
  -o-transition: all .25s ease-out;
  transition: all .25s ease-out;
}

@media (max-width: 1399px) {
  .header-main .brand {
    margin-left: 30px;
  }
}

@media (max-width: 1199px) {
  .header-main .brand {
    height: 80px;
    margin: 12px -500px 0 0;
  }

  .header-main .brand img {
    max-width: 170px;
  }
}

@media (max-width: 767px) {
  .header-main .brand {
    height: 60px;
    margin: 6px -500px 0 0;
  }

  .header-main .brand img {
    max-width: 140px;
  }
}

/* Nav - Bar */
.header-main .nav-bar {
  float: right;
  position: relative;
}

@media (min-width: 1200px) {

  /* Main - Menu */
  .header-main .main-menu {
    float: left;
    -webkit-transition: all .25s ease-out;
    -moz-transition: all .25s ease-out;
    -o-transition: all .25s ease-out;
    transition: all .25s ease-out;
    position: relative;
    z-index: 100;
  }

  .header-main .main-menu ul {
    float: left;
    padding: 0;
    margin: 0;
  }

  .header-main .main-menu ul li {
    float: left;
    position: relative;
    padding: 0;
    margin: 0 0 0 40px;
  }

  .header-main .main-menu ul li:after,
  .header-main .main-menu ul li:before {
    display: none;
  }

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

  .header-main .main-menu ul li>a {
    height: 90px;
    float: left;
    font-weight: 400;
    font-size: 14px;
    color: #ffffff;
    line-height: 90px;
    letter-spacing: 0.02em;
    text-decoration: none;
    text-transform: uppercase;
    -webkit-transition: all .25s ease-out;
    -moz-transition: all .25s ease-out;
    -o-transition: all .25s ease-out;
    transition: all .25s ease-out;
    position: relative;
  }

  .header-main .main-menu ul li>a:after {
    content: "";
    width: 0;
    height: 1px;
    float: left;
    background: #ffffff;
    -webkit-transition: all .25s ease-out;
    -moz-transition: all .25s ease-out;
    -o-transition: all .25s ease-out;
    transition: all .25s ease-out;
    position: absolute;
    bottom: 28px;
    left: 50%;
    margin: 0;
    opacity: 0;
  }

  /*.header-main .main-menu ul li:hover > a {
	color: #ffffff;
	background: #0079DC;
}*/
  .header-main .main-menu ul li:hover>a:after,
  .header-main .main-menu ul li.current-menu-item>a:after,
  .header-main .main-menu ul li.current-menu-parent>a:after,
  .header-main .main-menu ul li.current-menu-ancestor>a:after {
    width: 100%;
    left: 0;
    opacity: 1;
  }

  .header-main .main-menu ul li:hover>ul {
    visibility: visible;
    opacity: 1;
    -webkit-transition: opacity .2s ease-out;
    -moz-transition: opacity .2s ease-out;
    transition: opacity .2s ease-out;
  }

  .header-main .main-menu ul li ul {
    width: 295px;
    float: left;
    text-align: left;
    background: #fcfcfc;
    box-shadow: rgba(0, 0, 0, .20) 0 2px 7px;
    border-radius: 0 0 4px 4px;
    position: absolute;
    top: 90px;
    left: -25px;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: top .15s ease-out;
    -moz-transition: top .15s ease-out;
    transition: top .15s ease-out;
    padding: 10px 0;
    margin: 0;
  }

  .header-main .main-menu ul li ul li {
    width: 100%;
    float: left;
    padding: 0;
    margin: 2px 0;
  }

  .header-main .main-menu ul li ul li a {
    width: 100%;
    height: auto;
    font-weight: 500;
    font-size: 16px;
    color: #000000;
    line-height: 20px;
    text-transform: none;
    padding: 8px 25px;
    margin: 0;
  }

  .header-main .main-menu ul li ul li>a:after {
    display: none;
  }

  .header-main .main-menu ul li ul li.menu-item-has-children>a:before {
    float: right;
    content: "\f0da";
    font-family: "Font Awesome\ 5 Pro";
    font-weight: 900;
    font-size: 15px;
    background: none;
    border: none;
    position: absolute;
    bottom: auto;
    top: 50%;
    right: 14px;
    margin: -9px 0 0 0;
    display: block;
    opacity: 1;
  }

  .header-main .main-menu ul li ul li:hover>a {
    color: #ffffff;
    background: #0079DC;
    box-shadow: none;
  }

  .header-main .main-menu ul li ul li ul {
    border: none;
    top: -12px !important;
    left: 295px !important;
  }
}

@media (min-width: 1200px) and (max-width: 1399px) {
  .header-main .main-menu ul li {
    margin: 0 0 0 30px;
  }
}

@media (max-width: 1199px) {
  .header-main .main-menu {
    display: none;
  }
}

@media (min-width: 768px) {

  /* Search - Box */
  .header-main .search-box-out {
    min-width: 175px;
    float: left;
  }

  .header-main .search-box {
    float: right;
    -webkit-transition: all .25s ease-out;
    -moz-transition: all .25s ease-out;
    -o-transition: all .25s ease-out;
    transition: all .25s ease-out;
    position: relative;
    z-index: 100;
    padding: 0 60px 0 0;
    margin: 23.5px 0 0 18px;
  }

  .header-main .search-box input[type="text"],
  .header-main .search-box input[type="email"],
  .header-main .search-box input[type="search"] {
    width: 0;
    height: 42px;
    float: right;
    font-weight: 400;
    font-size: 13px;
    line-height: 16px;
    letter-spacing: normal;
    background: #ffffff;
    border: none;
    border-radius: 360px 0 0 360px;
    -webkit-transition: all 0.4s linear;
    -moz-transition: all 0.4s linear;
    -o-transition: all 0.4s linear;
    transition: all 0.4s linear;
    padding: 0;
    margin: 0;
  }

  .header-main .search-box .btn-search,
  .header-main .search-box button,
  .header-main .search-box input[type="button"],
  .header-main .search-box input[type="submit"] {
    width: 60px;
    height: 42px;
    float: right;
    font-size: 24px;
    color: #ffffff;
    line-height: 42px;
    text-align: center;
    background: none;
    border: none;
    border-radius: 0 360px 360px 0;
    outline: 0;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 10;
    padding: 0;
    margin: 0;
  }

  .header-main .search-box .btn-search.disabled,
  .header-main .search-box input[type="button"].disabled,
  .header-main .search-box input[type="submit"].disabled,
  .header-main .search-box button.disabled {
    cursor: pointer;
    pointer-events: none;
  }

  .header-main .search-box:hover input[type="text"],
  .header-main .search-box:hover input[type="email"],
  .header-main .search-box:hover input[type="search"],
  .header-main .search-box input[type="text"]:focus,
  .header-main .search-box input[type="email"]:focus,
  .header-main .search-box input[type="search"]:focus {
    width: 260px;
    padding: 10px 22px;
  }

  .header-main .search-box:hover .btn-search,
  .header-main .search-box:hover button,
  .header-main .search-box:hover input[type="button"],
  .header-main .search-box:hover input[type="submit"],
  .header-main .search-box.focus .btn-search,
  .header-main .search-box.focus button,
  .header-main .search-box.focus input[type="button"],
  .header-main .search-box.focus input[type="submit"] {
    background: #0079DC;
  }
}

@media (min-width: 1200px) and (max-width: 1499px) {

  .header-main .search-box:hover input[type="text"],
  .header-main .search-box:hover input[type="email"],
  .header-main .search-box:hover input[type="search"],
  .header-main .search-box input[type="text"]:focus,
  .header-main .search-box input[type="email"]:focus,
  .header-main .search-box input[type="search"]:focus {
    width: 190px;
  }
}

@media (min-width: 1200px) and (max-width: 1399px) {
  .header-main .search-box-out {
    min-width: 120px;
  }

  .header-main .search-box:hover input[type="text"],
  .header-main .search-box:hover input[type="email"],
  .header-main .search-box:hover input[type="search"],
  .header-main .search-box input[type="text"]:focus,
  .header-main .search-box input[type="email"]:focus,
  .header-main .search-box input[type="search"]:focus {
    width: 170px;
  }
}

@media (min-width: 1200px) and (max-width: 1279px) {
  .header-main .search-box-out {
    min-width: inherit;
  }

  .header-main .search-box:hover input[type="text"],
  .header-main .search-box:hover input[type="email"],
  .header-main .search-box:hover input[type="search"],
  .header-main .search-box input[type="text"]:focus,
  .header-main .search-box input[type="email"]:focus,
  .header-main .search-box input[type="search"]:focus {
    width: 150px;
  }
}

@media (max-width: 1199px) {
  .header-main .search-box {
    display: none;
  }
}

/* Btn - Header */
.header-main .btn-header {
  height: 90px;
  float: right;
  margin: 0 0 0 13px;
}

.header-main .btn-header a {
  width: 260px;
  height: 90px;
  float: left;
  font-weight: 400;
  font-size: 14px;
  color: #ffffff;
  line-height: 90px;
  letter-spacing: 0.02em;
  text-align: center;
  text-transform: uppercase;
  text-decoration: none;
  background: #0079DC;
  padding: 0;
}

.header-main .btn-header a:hover,
.header-main .btn-header a:focus,
.header-main .btn-header a:active {
  background: rgba(26, 169, 206, .85);
}

@media (min-width: 1200px) and (max-width: 1399px) {
  .header-main .btn-header a {
    width: 180px;
  }
}

@media (max-width: 1199px) {
  .header-main .btn-header {
    display: none;
  }
}

/* Menu - Btn */
.header-main .menu-btn {
  width: 40px;
  height: 40px;
  float: right;
  background: #17bade;
  border-radius: 360px;
  text-align: center;
  z-index: 100;
  cursor: pointer;
  display: none;
  margin: 20px 0 0 0;
}

.header-main .menu-btn .icon-bar {
  width: 19px;
  height: 2px;
  float: none;
  display: inline-block;
  vertical-align: top;
  text-indent: -99999px;
  background: #ffffff;
  border-radius: 1px;
  position: relative;
  transition: all 0.4s ease;
  margin: 20px 0 0 0;
}

.header-main .menu-btn .icon-bar:after {
  width: 100%;
  height: 2px;
  float: left;
  background: #ffffff;
  border-radius: 1px;
  content: "";
  position: absolute;
  top: 6px;
  left: 0;
  transition: all 0.4s ease;
}

.header-main .menu-btn .icon-bar:before {
  width: 100%;
  height: 2px;
  float: left;
  background: #ffffff;
  border-radius: 1px;
  content: "";
  position: absolute;
  top: -6px;
  left: 0;
  transition: all 0.4s ease;
}

@media (max-width: 1199px) {
  .header-main .menu-btn {
    display: block;
  }
}

@media (max-width: 767px) {
  .header-main .menu-btn {
    width: 32px;
    height: 32px;
    margin: 14px 0 0 0;
  }

  .header-main .menu-btn .icon-bar {
    width: 14px;
    margin: 15px 0 0 0;
  }

  .header-main .menu-btn .icon-bar:after {
    top: 5px;
  }

  .header-main .menu-btn .icon-bar:before {
    top: -5px;
  }
}

/* MM - Menu */
html.mm-pagedim-black.mm-opening #mm-blocker,
html.mm-pagedim-white.mm-opening #mm-blocker,
html.mm-pagedim.mm-opening #mm-blocker {
  opacity: .7;
  -webkit-transition: opacity .04s ease .40s;
  transition: opacity .04s ease .04s
}

html.mm-pagedim #mm-blocker {
  background: #000000;
}

.mm-menu {
  max-width: 360px;
  color: #ffffff;
  background: #0079DC;
}

@media (min-width: 1200px) {
  #menu {
    width: 100%;
    float: left;
    display: none;
  }
}

@media all and (min-width:450px) {
  html.mm-opening .mm-slideout {
    -webkit-transform: translate3d(360px, 0, 0);
    transform: translate3d(360px, 0, 0)
  }
}

@media all and (min-width:450px) {
  html.mm-right.mm-opening .mm-slideout {
    -webkit-transform: translate3d(-360px, 0, 0);
    transform: translate3d(-360px, 0, 0)
  }
}

.mm-menu.mm-columns-1 {
  max-width: 360px
}

@media all and (min-width:450px) {
  html.mm-opening.mm-columns-1 .mm-slideout {
    -webkit-transform: translate3d(360px, 0, 0);
    transform: translate3d(360px, 0, 0)
  }
}

.mm-close:before {
  width: 20px;
  height: 20px;
  content: "\f00d";
  font-family: "Font Awesome\ 5 Pro";
  font-weight: 300;
  font-size: 24px;
  color: #ffffff;
  line-height: 20px;
  background: none;
  border: none;
  top: 10px;
  right: 30px;
  -webkit-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  transform: rotate(0deg);
}

.mm-close:after {
  display: none;
}

.mm-prev:hover {
  border: none;
  background: none;
}

.mm-prev:before {
  width: 14px;
  height: 20px;
  content: "\f053";
  font-family: "Font Awesome\ 5 Pro";
  font-weight: 300;
  font-size: 20px;
  color: #ffffff;
  line-height: 20px;
  background: none;
  border: none;
  top: 10px;
  left: 30px;
  -webkit-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  transform: rotate(0deg);
}

.mm-title {
  height: 33px !important;
  font-family: "Montserrat", Arial, Helvetica, sans-serif !important;
  font-weight: 500 !important;
  font-size: 14px;
  color: #ffffff !important;
  text-transform: uppercase;
  background: none !important;
  line-height: 33px;
}

.mm-navbar {
  height: 40px !important;
  border-bottom: none !important;
}

.mm-hasnavbar-top-4 .mm-panels {
  top: 40px !important;
}

.mm-menu .mm-panel ul.mm-listview {
  width: 100%;
  float: left;
  padding: 0 !important;
  margin: -8px 0 0 0 !important;
}

.mm-menu .mm-panel ul.mm-listview:last-child {
  padding-bottom: 35px !important;
}

.mm-menu .mm-panel ul.mm-listview>li {
  width: 100%;
  float: left;
  font-family: "Montserrat", Arial, Helvetica, sans-serif;
  font-weight: 500;
  font-size: 14px;
  color: #ffffff;
  line-height: 1.4em;
  letter-spacing: 0.05em;
  border-bottom: 1px solid rgba(255, 255, 255, .20);
  padding: 0;
  margin: 0;
}

.mm-menu .mm-panel ul.mm-listview>li:before {
  display: none;
}

.mm-listview>li:not(.mm-divider)::after {
  display: none;
}

.mm-menu .mm-panel ul.mm-listview>li>a {
  width: 100%;
  float: left;
  font-family: "Montserrat", Arial, Helvetica, sans-serif;
  font-weight: 400;
  color: #ffffff;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  white-space: normal;
  padding: 12px 25px 12px 0;
}

.mm-menu .mm-panel ul.mm-listview>li>a:after {
  font-family: "Font Awesome\ 5 Pro";
  font-weight: 300;
  font-size: 20px;
  color: #ffffff;
}

.mm-menu .mm-panel ul.mm-listview li>.mm-next {
  width: 50px;
  height: 14px;
  float: right;
  background: none;
  padding: 0;
  position: absolute;
  right: 0;
  top: 50%;
  bottom: 0;
  z-index: 2;
  margin: -7px 0 0 0;
}

.mm-menu .mm-panel ul.mm-listview li>.mm-next::before {
  width: 50px;
  float: right;
  content: "\f054";
  font-family: "Font Awesome\ 5 Pro";
  font-weight: 400;
  font-size: 14px;
  color: #ffffff;
  line-height: 14px;
  text-align: right;
  border: none;
  padding: 0;
}

.mm-menu .mm-panel ul.mm-listview li>.mm-next::after {
  display: none;
}

.mm-menu .mm-panel ul.mm-listview li:hover>a,
.mm-menu .mm-panel ul.mm-listview li>a:focus,
.mm-menu .mm-panel ul.mm-listview li>a:active,
.mm-menu .mm-panel ul.mm-listview li.mm-selected>a,
.mm-menu .mm-panel ul.mm-listview li.current-menu-item>a,
.mm-menu .mm-panel ul.mm-listview li.current-menu-parent>a,
.mm-menu .mm-panel ul.mm-listview li.current-menu-ancestor>a {
  color: #ffffff;
  background: none;
}

.mm-menu .search-box {
  width: 100%;
  float: left;
  position: relative;
  z-index: 10000;
  top: 0;
  padding: 40px 0 50px 0;
  margin: 0;
}

.mm-menu .search-box form {
  width: 100%;
  float: left;
  position: relative;
  padding: 0;
  margin: 0;
}

.mm-menu .search-box input[type="text"],
.mm-menu .search-box input[type="email"],
.mm-menu .search-box input[type="search"] {
  width: 100%;
  height: 43px;
  font-family: "Montserrat", Arial, Helvetica, sans-serif;
  font-weight: 400;
  font-size: 15px;
  color: #ffffff;
  line-height: 20px;
  letter-spacing: normal;
  background: none;
  border: 1px solid rgba(255, 255, 255, .50);
  border-radius: 360px;
  -webkit-transition: all 0.4s linear;
  -moz-transition: all 0.4s linear;
  -o-transition: all 0.4s linear;
  transition: all 0.4s linear;
  padding: 10px 50px 10px 22px;
  margin: 0;
}

.mm-menu .search-box ::placeholder {
  color: rgba(255, 255, 255, .80);
}

.mm-menu .search-box ::-webkit-input-placeholder,
.mm-menu .search-box ::-webkit-textarea-placeholder {
  color: rgba(255, 255, 255, .80);
}

.mm-menu .search-box input::-moz-placeholder,
.mm-menu .search-box textarea::-moz-placeholder {
  color: rgba(255, 255, 255, .80);
}

.mm-menu .search-box ::-moz-placeholder {
  color: rgba(255, 255, 255, .80);
}

.mm-menu .search-box ::-ms-input-placeholder {
  color: rgba(255, 255, 255, .80);
}

.mm-menu .search-box .btn-search,
.mm-menu .search-box button,
.mm-menu .search-box input[type="button"],
.mm-menu .search-box input[type="submit"] {
  width: 55px;
  height: 43px;
  float: right;
  font-size: 15px;
  color: rgba(255, 255, 255, .80);
  line-height: 43px;
  text-align: center;
  background: none;
  border: none;
  border-radius: 360px;
  outline: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 10;
  padding: 0;
  margin: 0;
}

.mm-menu .search-box .btn-search.disabled,
.mm-menu .search-box input[type="button"].disabled,
.mm-menu .search-box input[type="submit"].disabled,
.mm-menu .search-box button.disabled {
  cursor: pointer;
  pointer-events: none;
}

.mm-menu .btn-header {
  width: 100%;
  float: left;
  border-bottom: 1px solid rgba(255, 255, 255, .20);
}

.mm-menu .btn-header a {
  width: 100%;
  float: left;
  font-family: "Montserrat", Arial, Helvetica, sans-serif;
  font-weight: 400;
  font-size: 14px;
  color: #ffffff;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  text-decoration: none;
  white-space: normal;
  padding: 12px 25px 12px 0;
}

@media (min-width: 768px) {
  .mm-panels>.mm-panel {
    padding: 0 30px
  }
}

@media (max-width: 767px) {
  .mm-close:before {
    right: 20px;
  }

  .mm-prev:before {
    left: 20px;
  }
}

/*
 4.) Main - Content
----------------------------------------*/
.main-content {
  width: 100%;
  float: left;
  background: #ffffff;
}

/* Heading - Text */
.heading-txt {
  width: 100%;
  float: left;
  text-align: center;
  padding: 0 0 85px 0;
}

.heading-txt h1,
.heading-txt h2 {
  padding: 0 0 22px 0;
}

.heading-txt p {
  font-size: 20px;
  line-height: 30px;
}

.heading-txt p:last-child {
  padding-bottom: 0;
}

@media (max-width: 991px) {
  .heading-txt {
    padding: 0 0 60px 0;
  }

  .heading-txt p {
    font-size: 18px;
    line-height: 28px;
  }
}

@media (max-width: 767px) {
  .heading-txt {
    padding: 0 0 45px 0;
  }

  .heading-txt h1,
  .heading-txt h2 {
    padding: 0 0 15px 0;
  }

  .heading-txt p {
    font-size: 16px;
    line-height: 24px;
  }
}

/*
 5.) Banner - Main
----------------------------------------*/
.banner-main {
  width: 100%;
  float: left;
  text-align: center;
  position: relative;
  overflow: hidden;
}

.banner-main .item {
  width: 100%;
  float: left;
  position: relative;
  overflow: hidden;
}

.banner-main figure {
  width: 100%;
  float: left;
  text-align: center;
  position: relative;
  overflow: hidden;
}

.banner-main figure img {
  width: 100%;
  min-width: 1400px;
  position: relative;
  margin: 0 -700px;
}

.banner-main .banner-cont {
  width: 100%;
  height: 100%;
  float: left;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}

.banner-main .item1 .banner-cont aside {
  background: transparent;
  padding: 0;
}

.banner-main .banner-cont aside {
  width: 100%;
  max-width: 900px;
  margin: 0 auto;
  background: rgba(243, 240, 239, 0.9);
  padding: 40px 32px;
  display: inline-block;
  vertical-align: top;
}

.banner-main .banner-cont h1,
.banner-main .banner-cont h2 {
  font-size: 60px;
  color: #0079DC;
  line-height: 62px;
  margin: 0 0 30px 0;
  font-weight: 300;
  position: relative;
  padding: 0 0 21px;
}

.banner-main .banner-cont h1:after,
.banner-main .banner-cont h2:after {
  position: absolute;
  content: "";
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  background: #0079DC;
  height: 2px;
  width: 90px;
}

.banner-main .banner-cont h2:after {
  width: 295px;
}

.banner-main .banner-cont h1 strong,
.banner-main .banner-cont h2 strong {
  font-weight: 600;
  color: #242d41;
}

.banner-main .banner-cont h1:last-child,
.banner-main .banner-cont h2:last-child {
  padding-bottom: 0;
}

.banner-main .banner-cont h1:empty,
.banner-main .banner-cont h2:empty {
  display: none;
}

.banner-main .banner-cont p {
  font-weight: 500;
}

.banner-main .banner-cont .btn-out {
  margin-top: 30px;
}

.banner-main .banner-cont .sml-title {
  float: none;
  display: inline-block;
  vertical-align: top;
  font-size: 24px;
  color: #242d41;
  line-height: 28px;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  position: relative;
  padding: 0 0 20px 0;
  margin: 0 0 26px 0;
}

.banner-main .banner-cont .sml-title:after {
  content: "";
  width: 60%;
  height: 2px;
  float: left;
  background: #0079DC;
  position: absolute;
  bottom: 0;
  left: 20%;
  margin: 0;
}

.banner-main .banner-cont .btn {
  padding: 19px 45px 18px;
  line-height: 12px;
}

.banner-main .banner-cont .sub-img1 {
  width: 250px;
  position: absolute;
  top: 0;
  right: 0;
}

.banner-main .banner-cont .sub-img2 {
  width: 489px;
  position: absolute;
  bottom: -140px;
  left: -220px;
}

.banner-main .banner-cont .sub-img3 {
  width: 580px;
  position: absolute;
  bottom: -175px;
  right: -145px;
}

.banner-main .banner-cont .sub-img4 {
  width: 575px;
  position: absolute;
  top: -120px;
  left: -145px;
}

.banner-main .banner-cont .sub-img1 img,
.banner-main .banner-cont .sub-img2 img,
.banner-main .banner-cont .sub-img3 img,
.banner-main .banner-cont .sub-img4 img {}

.banner-main .item2 .banner-cont {
  height: auto;
  display: block;
  padding-top: 130px;
}

.banner-main .item3 .banner-cont {
  height: auto;
  display: block;
  padding-top: 140px;
}

.banner-main .item4 .banner-cont h1,
.banner-main .item4 .banner-cont h2 {
  color: #ffffff;
}

.banner-main .item4 .banner-cont h1 strong,
.banner-main .item4 .banner-cont h2 strong {
  color: #ffffff;
}

.banner-main .item4 .banner-cont .sml-title {
  color: #ffffff;
}

.banner-main .item4 .banner-cont .sml-title:after {
  background: #ffffff;
}

.banner-main .owl-dots {
  line-height: 1em;
  position: absolute;
  bottom: 15px;
  left: 0;
  margin: 0;
}

.banner-main .owl-dots .owl-dot {
  width: 40px;
  height: 2px;
  background: #242d41;
  border-radius: 0;
  border: none;
  -webkit-transition: all .25s ease-out;
  -moz-transition: all .25s ease-out;
  -o-transition: all .25s ease-out;
  transition: all .25s ease-out;
  margin: 0 5px;
}

.banner-main .owl-dots .owl-dot.active {
  height: 4px;
  background: #0079DC;
  margin-top: -1px;
}

@media (min-width:1700px) {
  .banner-main .banner-cont .sub-img1 {
    width: 275px;
  }

  .banner-main .banner-cont .sub-img2 {
    width: 520px;
    bottom: -188px;
    left: -103px;
  }

  .banner-main .banner-cont .sub-img3 {
    width: 640px;
    bottom: -173px;
    right: -213px;
  }

  .banner-main .banner-cont .sub-img4 {
    width: 660px;
    top: -109px;
    left: -147px;
  }
}

@media (max-width: 1440px) {
  .banner-main .banner-cont .sub-img2 {
    width: 310px;
    bottom: -110px;
    left: -60px;
  }

  .banner-main .banner-cont .sub-img3 {
    width: 455px;
    bottom: -115px;
    right: -145px;
  }

  .banner-main .banner-cont .sub-img1 {
    width: 210px;
  }

  .banner-main .banner-cont .sub-img4 {
    width: 485px;
    top: -85px;
    left: -110px;
  }
}

@media (max-width: 1199px) {
  .banner-main figure img {
    min-width: 1100px;
    margin: 0 -550px;
  }

  .banner-main .banner-cont h1,
  .banner-main .banner-cont h2 {
    font-size: 56px;
    line-height: 60px;
    padding: 0 0 30px 0;
  }

  .banner-main .banner-cont .sml-title {
    font-size: 20px;
    line-height: 26px;
    padding: 0 0 16px 0;
    margin: 0 0 26px 0;
  }

  .banner-main .banner-cont .sub-img1 {
    width: 150px;
  }

  .banner-main .banner-cont .sub-img2 {
    width: 260px;
    bottom: -75px;
    left: -75px;
  }

  .banner-main .banner-cont .sub-img3 {
    width: 360px;
    bottom: -90px;
    right: -90px;
  }

  .banner-main .banner-cont .sub-img4 {
    width: 380px;
    top: -60px;
    left: -90px;
  }

  .banner-main .item2 .banner-cont {
    padding-top: 70px;
  }

  .banner-main .item3 .banner-cont {
    padding-top: 80px;
  }
}

@media (max-width: 991px) {
  .banner-main .banner-cont .sub-img1 {
    width: 120px;
  }

  .banner-main .banner-cont .sub-img2 {
    width: 220px;
    bottom: -65px;
    left: -60px;
  }

  .banner-main .banner-cont .sub-img3 {
    width: 300px;
    right: -90px;
    bottom: -75px;
  }

  .banner-main .banner-cont .sub-img4 {
    width: 265px;
    left: -50px;
    top: -50px;
  }
}

@media (max-width: 767px) {
  .banner-main figure img {
    min-width: 600px;
    min-height: 395px;
    margin: 0 -300px;
  }

  .banner-main .banner-cont {
    padding-bottom: 0;
  }

  .banner-main .banner-cont:before {
    content: "";
    width: 100%;
    height: 100%;
    float: left;
    background: rgba(255, 255, 255, .85);
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
  }

  .banner-main .banner-cont aside {
    position: relative;
    z-index: 5;
    margin: auto auto 25px;
    padding: 15px 10px 40px 10px;
  }

  .banner-main .banner-cont h1,
  .banner-main .banner-cont h2 {
    font-size: 32px;
    line-height: 35px;
    padding: 0 0 12px 0;
    margin: 0 0 17px 0;
  }

  .banner-main .banner-cont h2:after {
    width: 170px;
  }

  .banner-main .banner-cont p {
    line-height: 20px;
    font-size: 14px;
  }

  .banner-main .banner-cont .btn {
    font-size: 13px;
    padding: 15px 35px 13px;
  }

  .banner-main .banner-cont .sml-title {
    font-size: 15px;
    line-height: 20px;
    padding: 0 0 13px 0;
    margin: 0 0 20px 0;
  }

  .banner-main .banner-cont .btn-out {
    width: 110%;
    margin: 0 -5%;
  }

  .banner-main .banner-cont .sub-img1 {
    width: 90px;
  }

  .banner-main .banner-cont .sub-img2 {
    width: 200px;
    bottom: -80px;
    left: -100px;
  }

  .banner-main .banner-cont .sub-img3 {
    width: 209px;
    bottom: 10px;
    right: -50px;
  }

  .banner-main .banner-cont .sub-img4 {}

  .banner-main .item2 .banner-cont {
    height: 100%;
    display: flex;
    padding-top: 0;
  }

  .banner-main .item3 .banner-cont {
    height: 100%;
    display: flex;
    padding-top: 0;
  }

  .banner-main .item4 .banner-cont:before {
    display: none;
  }

  .banner-main .banner-cont .sub-img1 img,
  .banner-main .banner-cont .sub-img2 img,
  .banner-main .banner-cont .sub-img3 img,
  .banner-main .banner-cont .sub-img4 img {
    width: auto;
  }
}

/*
 6.) Feature - List 1
----------------------------------------*/
.feature-list-out1 {
  width: 100%;
  float: left;
  text-align: center;
}

@media (max-width: 991px) {
  .feature-list-out1 .container {
    padding: 0 40px;
  }
}

@media (max-width: 767px) {
  .feature-list-out1 .container {
    padding: 0 20px;
  }
}

/* Feature - List1 */
.feature-list1 {
  width: 100%;
  float: left;
  border-bottom: 1px solid #e5efe8;
  position: relative;
  z-index: 1;
  padding: 70px 0;
}

.feature-list1:last-child {
  border-bottom: none;
}

.feature-list1 .article {
  width: 12.5%;
  /* float: left; */
  display: inline-block;
  margin: 0 1.89% 50px;
  vertical-align: top;
}

.feature-list1 .article .icon-out {
  width: 100%;
  float: left;
  font-size: 48px;
  color: #0079DC;
  line-height: 1em;
  margin: 0 0 8px 0;
}

.feature-list1 .article .icon-out a {
  color: #0079DC;
  text-decoration: none;
}

.feature-list1 .article aside {
  width: 100%;
  float: left;
}

.feature-list1 .article aside h3 {
  font-weight: 700;
  font-size: 14px;
  line-height: 26px;
  padding: 0;
}

.feature-list1 .article aside h3 a {
  font-weight: 700;
  color: #000000;
  text-decoration: none;
}

.feature-list1 .article aside h3 a:hover {
  color: #0079DC;
}

.feature-list1 .article aside p {
  font-size: 14px;
  line-height: 26px;
}

.feature-list1 .article aside p:last-child {
  padding-bottom: 0;
}

.feature-list1 .article-out {
  width: 104.16%;
  float: left;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 0 -2.08% -50px -2.08%;
}

@media (max-width: 991px) {
  .feature-list1 {
    padding: 60px 0;
  }

  .feature-list1 .article {
    width: 27.69%;
    margin: 0 2.82% 50px 2.82%;
  }

  .feature-list1 .article-out {
    width: 105.64%;
    margin: 0 -2.82% -50px -2.82%;
  }
}

@media (max-width: 767px) {
  .feature-list1 {
    padding: 0;
    border-bottom: none;
  }

  .feature-list1 .article {
    width: 100%;
    /* max-width: 220px; */
    float: none;
    display: inline-block;
    vertical-align: top;
    margin: 0 0 30px;
  }

  .feature-list1 .article-out {
    width: 100%;
    margin: 0;
  }
}

@media (min-width: 768px) {
  .feature-list1 .owl-carousel .owl-stage-outer {
    overflow: visible !important;
    -webkit-transform: translate3d(0, 0, 0) !important;
  }

  .feature-list1 .owl-carousel {
    width: 100% !important;
    height: auto !important;
    float: left !important;
    display: block !important;
    overflow: visible !important;
    padding: 0 !important;
    margin: 0 !important;
    text-align: center;
  }

  .feature-list1 .owl-carousel .owl-stage {
    width: 100% !important;
    height: auto !important;
    float: left !important;
    display: block !important;
    transform: translate3d(0, 0px, 0px) !important;
    overflow: visible !important;
    padding: 0 !important;
    margin: 0 !important;
  }

  .feature-list1 .owl-carousel .owl-item {
    width: 27.69% !important;
    height: auto !important;
    float: none !important;
    display: inline-block !important;
    vertical-align: top !important;
    overflow: visible !important;
    padding: 0 !important;
    margin: 0 2.82% 50px 2.82% !important;
    left: auto !important;
    right: auto !important;
  }

  .feature-list1 .owl-carousel .owl-item .article {
    width: 100%;
    padding: 0;
    margin: 0;
  }
}

@media (min-width: 992px) {
  .feature-list1 .owl-carousel .owl-item {
    width: 12.5% !important;
    margin: 0 2.08% 50px 2.08% !important;
  }
}

/*
 7.) Feature - List 2
----------------------------------------*/
.feature-list2 {
  width: 100%;
  max-width: 1140px;
  float: none;
  display: inline-block;
  vertical-align: top;
  text-align: left;
  overflow: hidden;
  padding: 90px 0;
}

.feature-list2 h2 {
  width: 100%;
  float: left;
  color: #0079DC;
  text-align: center;
  padding: 0 0 82px 0;
  font-weight: 700;
}

.feature-list2 h2:last-child {
  padding-bottom: 0;
}

.feature-list2 h2 strong {
  color: #242d41;
  font-weight: 300;
}

.feature-list2 .article {
  width: 29.17%;
  float: left;
  display: inline;
  margin: 0 2.08% 70px 2.08%;
}

.feature-list2 .article .icon-out {
  width: 150px;
  height: 150px;
  float: left;
  font-size: 72px;
  color: #ffffff;
  line-height: 150px;
  text-align: center;
  background: #126895 !important;
  background: -webkit-linear-gradient(to right, #21b7d8, #0079DC);
  background: -o-linear-gradient(to right, #21b7d8, #0079DC);
  background: -moz-linear-gradient(to right, #21b7d8, #0079DC);
  background: linear-gradient(to right, #21b7d8, #0079DC);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#21b7d8', endColorstr='#0079DC', GradientType=0);
  border-radius: 150px;
  position: relative;
  z-index: 150;
  margin: 0 -150px 0 0;
}

.feature-list2 .article .icon-out a {
  color: #ffffff;
  text-decoration: none;
}

.feature-list2 .article aside {
  width: 100%;
  float: left;
  padding: 20px 0 0 165px;
}

.feature-list2 .article aside h3 {
  font-weight: 700;
  font-size: 22px;
  line-height: 24px;
  padding: 0 0 7px 0;
}

.feature-list2 .article aside h3 a {
  font-weight: 700;
  color: #000000;
  text-decoration: none;
}

.feature-list2 .article aside h3 a:hover {
  color: #0079DC;
}

.feature-list2 .article aside p {
  font-size: 14px;
  line-height: 24px;
}

.feature-list2 .article aside p:last-child {
  padding-bottom: 0;
}

.feature-list2 .article-out {
  width: 104.16%;
  float: left;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 0 -2.08% -70px -2.08%;
}

@media (max-width: 1199px) {
  .feature-list2 .article {
    width: 44.64%;
    margin: 0 2.68% 70px 2.68%;
  }

  .feature-list2 .article-out {
    width: 105.36%;
    margin: 0 -2.68% -70px -2.68%;
  }
}

@media (max-width: 991px) {
  .feature-list2 {
    text-align: center;
    padding: 70px 0;
  }

  .feature-list2 h2 {
    padding: 0 0 62px 0;
  }

  .feature-list2 .article {
    width: 44.36%;
    margin: 0 2.82% 43px 2.82%;
  }

  .feature-list2 .article .icon-out {
    width: 120px;
    height: 120px;
    float: none;
    display: inline-block;
    vertical-align: top;
    font-size: 60px;
    line-height: 120px;
    margin: 0 0 18px 0;
  }

  .feature-list2 .article aside {
    width: 100%;
    float: left;
    padding: 0;
  }

  .feature-list2 .article aside h3 {
    font-size: 20px;
    line-height: 22px;
  }

  .feature-list2 .article-out {
    width: 105.64%;
    margin: 0 -2.82% -43px -2.82%;
  }
}

@media (max-width: 767px) {
  .feature-list2 {
    padding: 50px 0;
  }

  .feature-list2 h2 {
    padding: 0 0 41px 0;
  }

  .feature-list2 .article {
    width: 44%;
    margin: 0 3% 33px 3%;
  }

  .feature-list2 .article .icon-out {
    width: 100px;
    height: 100px;
    font-size: 48px;
    line-height: 100px;
    margin: 0 0 18px 0;
  }

  .feature-list2 .article aside {
    padding: 0;
  }

  .feature-list2 .article aside h3 {
    font-size: 18px;
    line-height: 22px;
    padding: 0 0 8px 0;
  }

  .feature-list2 .article-out {
    width: 106%;
    margin: 0 -3% -33px -3%;
  }
}

@media (max-width: 639px) {
  .feature-list2 .article {
    width: 100%;
    max-width: 280px;
    margin: 0 0 33px 0;
  }

  .feature-list2 .article-out {
    width: 100%;
    justify-content: center;
    margin: 0 0 -33px 0;
  }
}

/*
 8.) Feature - List 3
----------------------------------------*/
.feature-list3 {
  width: 100%;
  float: left;
  text-align: center;
  background-color: #0079DC;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  overflow: hidden;
  padding: 100px 0;
}

.feature-list3 h2 {
  width: 100%;
  float: left;
  text-align: center;
  padding: 0 0 62px 0;
}

.feature-list3 h2:last-child {
  padding-bottom: 0;
  padding-top: 55px;
}

.feature-list3 h2 strong {
  color: #ffffff;
}

.feature-list3 .article {
  width: 30.83%;
  float: left;
  display: inline;
  position: relative;
  padding: 0 0 75px 0;
  margin: 0 1.25% 60px 1.25%;
}

.feature-list3 .article figure {
  width: 100%;
  float: left;
  text-align: center;
  overflow: hidden;
  margin: 0 0 37px 0;
}

.feature-list3 .article figure img {
  width: 100%;
  max-width: 320px;
}

.feature-list3 .article aside {
  width: 100%;
  float: left;
}

.feature-list3 .article aside h3 {
  font-weight: 600;
  font-size: 24px;
  line-height: 28px;
  padding: 0 0 19px 0;
}

.feature-list3 .article aside h3 .divider {
  font-weight: 200;
  margin: 0 6px;
}

.feature-list3 .article aside h3 a {
  font-weight: 600;
  color: #000000;
  text-decoration: none;
}

.feature-list3 .article aside h3 a:hover {
  color: #ffffff;
}

.feature-list3 .article aside p {
  font-size: 14px;
  line-height: 20px;
}

.feature-list3 .article aside p:last-child {
  padding-bottom: 0;
}

.feature-list3 .article .btn {
  padding: 11px 30px 9px 30px;
}

.feature-list3 .article .btn-out {
  width: 100%;
  float: left;
  position: absolute;
  left: 0;
  bottom: 0;
}

.feature-list3 .article-out {
  width: 102.5%;
  float: left;
  display: flex;
  flex-wrap: wrap;
  margin: 0 -1.25% -60px -1.25%;
}

@media (max-width: 991px) {
  .feature-list3 {
    padding: 80px 0;
  }

  .feature-list3 .container {
    padding: 0 40px;
  }

  .feature-list3 h2 {
    padding: 0 0 52px 0;
  }

  .feature-list3 .article {
    width: 45.06%;
    padding: 0 0 65px 0;
    margin: 0 2.47% 60px 2.47%;
  }

  .feature-list3 .article figure {
    margin: 0 0 32px 0;
  }

  .feature-list3 .article aside h3 {
    font-size: 22px;
    line-height: 26px;
    padding: 0 0 15px 0;
  }

  .feature-list3 .article aside h3 .divider {
    margin: 0 5px;
  }

  .feature-list3 .article-out {
    width: 104.94%;
    margin: 0 -2.47% -60px -2.47%;
    justify-content: center;
  }
}

@media (max-width: 767px) {
  .feature-list3 {
    padding: 60px 0;
  }

  .feature-list3 .container {
    padding: 0 20px;
  }

  .feature-list3 h2 {
    padding: 0 0 40px 0;
  }

  .feature-list3 .article {
    width: 100%;
    padding: 0 0 65px 0;
    margin: 0 0 40px 0;
  }

  .feature-list3 .article figure {
    margin: 0 0 24px 0;
  }

  .feature-list3 .article figure img {
    max-width: 100%;
  }

  .feature-list3 .article aside h3 {
    font-size: 20px;
    line-height: 24px;
    padding: 0 0 12px 0;
  }

  .feature-list3 .article-out {
    width: 100%;
    margin: 0 0 -40px 0;
  }
}

/*
 9.) Feature - List 4
----------------------------------------*/
.feature-list4 {
  width: 100%;
  float: left;
  padding: 80px 0;
}

.feature-list4 h2 {
  width: 100%;
  float: left;
  text-align: center;
  border-bottom: 1px solid #e5efe8;
  padding: 0 0 37px 0;
  margin: 0 0 85px 0;
}

.feature-list4 .article {
  width: 29.99%;
  float: left;
  display: inline;
  position: relative;
  padding: 0 0 85px 0;
  margin: 0 1.67% 85px 1.67%;
}

.feature-list4 .article:before {
  content: "";
  width: 9000px;
  height: 1px;
  float: left;
  background: #e5efe8;
  position: absolute;
  bottom: 0;
  left: 0;
}

.feature-list4 .article .icon-out {
  width: 105px;
  float: left;
  font-size: 72px;
  color: #126895;
  line-height: 1em;
  text-align: right;
  position: relative;
  z-index: 100;
  padding: 0 25px 0 0;
  margin: 0 -105px 0 0;
}

.feature-list4 .article .icon-out i {
  margin-left: -100px;
}

.feature-list4 .article .icon-out a {
  color: #0079DC;
  text-decoration: none;
}

.feature-list4 .article aside {
  width: 100%;
  float: left;
  padding: 6px 0 0 105px;
}

.feature-list4 .article aside h3 {
  font-weight: 700;
  font-size: 20px;
  line-height: 24px;
  padding: 0 0 12px 0;
}

.feature-list4 .article aside h3 a {
  font-weight: 700;
  color: #000000;
  text-decoration: none;
}

.feature-list4 .article aside h3 a:hover {
  color: #0079DC;
}

.feature-list4 .article aside p {
  font-size: 14px;
  line-height: 24px;
}

.feature-list4 .article aside p:last-child {
  padding-bottom: 0;
}

.feature-list4 .article-out {
  width: 103.34%;
  float: left;
  display: flex;
  flex-wrap: wrap;
  overflow: hidden;
  margin: 0 -1.67% -170px -1.67%;
}

.feature-list4 .list-out {
  width: 100%;
  float: left;
  border-bottom: 1px solid #e5efe8;
  overflow: hidden;
  padding: 0 0 70px 0;
}

@media (max-width: 991px) {
  .feature-list4 {
    padding: 70px 0;
  }

  .feature-list4 h2 {
    margin: 0 0 70px 0;
  }

  .feature-list4 .article {
    width: 45.06%;
    padding: 0 0 70px 0;
    margin: 0 2.47% 70px 2.47%;
  }

  .feature-list4 .article-out {
    width: 104.94%;
    margin: 0 -2.47% -141px -2.47%;
  }

  .feature-list4 .list-out {
    padding: 0 0 60px 0;
  }
}

@media (max-width: 767px) {
  .feature-list4 {
    padding: 50px 0;
  }

  .feature-list4 {
    text-align: center;
  }

  .feature-list4 h2 {
    padding: 0 0 30px 0;
  }

  .feature-list4 .article {
    width: 44%;
    padding: 0 0 40px 0;
    margin: 0 3% 40px 3%;
  }

  .feature-list4 .article .icon-out {
    width: 100%;
    font-size: 65px;
    line-height: 65px;
    text-align: center;
    padding: 0;
    margin: 0 0 22px 0;
  }

  .feature-list4 .article .icon-out i {
    margin-left: 0;
  }

  .feature-list4 .article aside {
    padding: 0;
  }

  .feature-list4 .article aside h3 {
    font-size: 18px;
    line-height: 22px;
    padding: 0 0 10px 0;
  }

  .feature-list4 .article-out {
    width: 106%;
    margin: 0 -3% -81px -3%;
  }

  .feature-list4 .list-out {
    padding: 0 0 40px 0;
  }
}

@media (max-width: 639px) {
  .feature-list4 .article {
    width: 100%;
    max-width: 280px;
    margin: 0 0 40px 0;
  }

  .feature-list4 .article-out {
    width: 100%;
    justify-content: center;
    margin: 0 0 -81px 0;
  }
}

/* Feature - List Out 4 */
.feature-list-out4 {
  width: 100%;
  float: left;
  overflow: hidden;
}

.feature-list-out4 .feature-list4 {
  border-bottom: 1px solid #e5efe8;
  padding: 100px 0 0 0;
}

.feature-list-out4 .feature-list4 h2 {
  padding: 0 0 52px 0;
  margin: 0 0 50px 0;
  color: #0079DC;
  font-weight: 700;
}

.feature-list-out4 .feature-list4 h2 strong {
  color: #000;
  font-weight: 300;
}

.feature-list-out4 .feature-list4 .list-out {
  width: 53.35%;
  overflow: hidden;
  border-bottom: none;
  padding: 25px 0 0 60px;
  margin: 0 0 100px 0;
}

.feature-list-out4 .feature-list4 .article {
  width: 44.82%;
  padding: 0 0 33px 0;
  margin: 0 2.59% 50px 2.59%;
}

.feature-list-out4 .feature-list4 .article .icon-out {
  width: 90px;
  padding: 0 15px 0 0;
  margin: 0 -90px 0 0;
}

.feature-list-out4 .feature-list4 .article aside {
  padding: 0 0 0 95px;
}

.feature-list-out4 .feature-list4 .article aside h3 {
  font-size: 22px;
  line-height: 24px;
  padding: 0 0 8px 0;
}

.feature-list-out4 .feature-list4 .article-out {
  width: 105.18%;
  margin: 0 -2.59% -84px -2.59%;
}

.feature-list-out4 .feature-list4 figure {
  width: 101.65%;
  float: left;
  text-align: center;
  margin: -100px -55% 0 0;
}

.feature-list-out4 .feature-list4 figure img {
  width: 100%;
}

.feature-list-out4 .feature-list4 .article .icon-out i.sml {
  font-size: 60px;
}

@media (min-width: 992px) and (max-width: 1199px) {
  .feature-list-out4 .feature-list4 .list-out {
    padding: 25px 0 0 0;
  }

  .feature-list-out4 .feature-list4 .article .icon-out {
    width: 100%;
    text-align: left;
    padding: 0;
    margin: 0 0 20px 0;
  }

  .feature-list-out4 .feature-list4 .article .icon-out i {
    margin: 0;
  }

  .feature-list-out4 .feature-list4 .article aside {
    padding: 0;
  }
}

@media (max-width: 991px) {
  .feature-list-out4 .container {
    padding: 0 40px;
  }

  .feature-list-out4 .feature-list4 {
    padding: 80px 0 30px 0;
  }

  .feature-list-out4 .feature-list4 h2 {
    padding: 0 0 40px 0;
  }

  .feature-list-out4 .feature-list4 .list-out {
    width: 100%;
    padding: 0;
    margin: 0 0 80px 0;
  }

  .feature-list-out4 .feature-list4 .article {
    width: 45.06%;
    margin: 0 2.47% 50px 2.47%;
  }

  .feature-list-out4 .feature-list4 .article aside h3 {
    font-size: 20px;
    line-height: 22px;
    padding: 0 0 10px 0;
  }

  .feature-list-out4 .feature-list4 .article-out {
    width: 104.94%;
    margin: 0 -2.47% -84px -2.47%;
  }

  .feature-list-out4 .feature-list4 figure {
    width: 100%;
    margin: 0;
  }
}

@media (max-width: 767px) {
  .feature-list-out4 .container {
    padding: 0 20px;
  }

  .feature-list-out4 .feature-list4 {
    padding: 50px 0 30px 0;
  }

  .feature-list-out4 .feature-list4 h2 {
    margin: 0 0 40px 0;
  }

  .feature-list-out4 .feature-list4 .list-out {
    margin: 0 0 50px 0;
  }

  .feature-list-out4 .feature-list4 .article {
    width: 44%;
    padding: 0 0 33px 0;
    margin: 0 3% 40px 3%;
  }

  .feature-list-out4 .feature-list4 .article .icon-out {
    width: 100%;
    text-align: center;
    padding: 0;
    margin: 0 0 20px 0;
  }

  .feature-list-out4 .feature-list4 .article aside {
    padding: 0;
  }

  .feature-list-out4 .feature-list4 .article aside h3 {
    font-size: 18px;
    line-height: 22px;
  }

  .feature-list-out4 .feature-list4 .article-out {
    width: 106%;
    margin: 0 -3% -74px -3%;
  }
}

@media (max-width: 639px) {
  .feature-list-out4 .feature-list4 .article {
    width: 100%;
    margin: 0 0 40px 0;
  }

  .feature-list-out4 .feature-list4 .article-out {
    width: 100%;
    margin: 0 0 -74px 0;
  }
}

/* Feature - List Out 4 - Left Image */
.feature-list-out4 .feature-list4.left-img {
  min-height: 900px;
  position: relative;
  padding-right: 60px;
  padding-left: 60px;
}

.feature-list-out4 .feature-list4.left-img .list-out {
  width: 57.65%;
  float: right;
  padding: 0 0 0 40px;
  margin: 0 0 70px 0;
}

.feature-list-out4 .feature-list4.left-img .article {
  padding: 0 0 40px 0;
}

.feature-list-out4 .feature-list4.left-img .article-out {
  margin-bottom: -94px;
}

.feature-list-out4 .feature-list4.left-img figure {
  width: 39%;
  position: absolute;
  bottom: 0;
  left: 60px;
  margin: 0;
}

@media (max-width: 1199px) {
  .feature-list-out4 .feature-list4.left-img {
    padding-right: 0;
    padding-left: 0;
  }

  .feature-list-out4 .feature-list4.left-img figure {
    left: 0;
  }
}

@media (max-width: 991px) {
  .feature-list-out4 .feature-list4.left-img {
    padding-bottom: 0;
  }

  .feature-list-out4 .feature-list4.left-img .list-out {
    width: 100%;
    padding: 0;
    margin: 0 0 60px 0;
  }

  .feature-list-out4 .feature-list4.left-img figure {
    width: 100%;
    position: relative;
    margin: 0;
  }

  .feature-list-out4 .feature-list4.left-img figure img {
    max-width: 320px;
  }
}

@media (max-width: 767px) {
  .feature-list-out4 .feature-list4.left-img .article-out {
    margin-bottom: -84px;
  }

  .feature-list-out4 .feature-list4.left-img figure img {
    max-width: 260px;
  }
}

/* Feature - BG */
.feature-bg {
  width: 100%;
  float: left;
  position: relative;
  overflow: hidden;
  padding: 260px 0 380px 0;
}

.feature-bg .sub-img1 {
  width: 863px;
  float: left;
  opacity: 0.3;
  position: absolute;
  top: 0;
  left: -540px;
  z-index: -1;
}

.feature-bg .sub-img1 img {
  width: 100%;
}

.feature-bg .sub-img2 {
  width: 399px;
  float: left;
  -webkit-transform: rotate3d(0, 0, 1, 36deg);
  transform: rotate3d(0, 0, 1, 36deg);
  opacity: 0.7;
  position: absolute;
  top: -120px;
  right: -250px;
  z-index: -1;
}

.feature-bg .sub-img2 img {
  width: 100%;
}

.feature-bg .sub-img3 {
  width: 790px;
  float: left;
  opacity: 0.2;
  position: absolute;
  bottom: 0;
  left: 50%;
  margin: 0 0 0 -395px;
  z-index: -1;
}

.feature-bg .sub-img3 img {
  width: 100%;
}

@media (max-width: 991px) {
  .feature-bg {
    padding: 170px 0 220px 0;
  }

  .feature-bg .sub-img1 {
    width: 450px;
    top: 20px;
    left: -280px;
  }

  .feature-bg .sub-img2 {
    width: 260px;
    top: -70px;
    right: -160px;
  }

  .feature-bg .sub-img3 {
    width: 480px;
    margin: 0 0 0 -240px;
  }
}

@media (max-width: 767px) {
  .feature-bg {
    padding: 80px 0 160px 0;
  }

  .feature-bg .sub-img1 {
    width: 240px;
    top: 200px;
    left: -150px;
  }

  .feature-bg .sub-img2 {
    width: 140px;
    top: -40px;
    right: -90px;
  }

  .feature-bg .sub-img3 {
    width: 280px;
    margin: 0 0 0 -140px;
  }
}

/*
 10.) Quick - Statistics
----------------------------------------*/
.quick-statistics {
  width: 100%;
  float: left;
  text-align: center;
  overflow: hidden;
  position: relative;
  padding: 105px 0 0 0;
}

.quick-statistics .aside-bg {
  width: 100%;
  float: left;
  padding: 0 0 65px 0;
}

.quick-statistics .aside-bg aside {
  width: 33.33%;
  float: left;
  padding: 0;
  margin: 0;
}

.quick-statistics .aside-bg aside .num {
  font-weight: 300;
  font-size: 60px;
  line-height: 60px;
  color: #0079DC;
  padding: 0 0 5px 0;
}

.quick-statistics .aside-bg aside p {
  color: #999999;
  line-height: 20px;
  padding: 0;
}

.quick-statistics figure {
  width: 100%;
  float: left;
  text-align: center;
  position: relative;
  overflow: hidden;
}

.quick-statistics figure img {
  width: 100%;
}

.quick-statistics figure:before {
  content: "";
  width: 100%;
  height: 100%;
  float: left;
  box-shadow: inset rgba(255, 255, 255, 1) 0 50px 50px;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}

@media (max-width: 991px) {
  .quick-statistics {
    padding: 80px 0 0 0;
  }

  .quick-statistics .container {
    padding: 0 40px;
  }

  .quick-statistics .aside-bg {
    padding: 0 0 65px 0;
  }

  .quick-statistics .aside-bg aside .num {
    font-size: 48px;
    line-height: 52px;
  }
}

@media (max-width: 767px) {
  .quick-statistics {
    padding: 70px 0 0 0;
  }

  .quick-statistics .container {
    padding: 0 20px;
  }

  .quick-statistics .aside-bg {
    padding: 0 0 65px 0;
  }

  .quick-statistics .aside-bg aside .num {
    font-size: 32px;
    line-height: 36px;
  }

  .quick-statistics .aside-bg {
    width: 110%;
    margin: 0 -5%;
  }
}

/*
 11.) CTA - Info
----------------------------------------*/
.cta-info {
  width: 100%;
  min-height: 500px;
  float: left;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  text-align: center;
  background: #489e84 url(../img/bg-02.jpg) no-repeat center center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  overflow: hidden;
  position: relative;
  padding: 100px 0;
}

.cta-info .container {
  margin: 0;
}

.cta-info h2 {
  color: #ffffff;
  padding: 0 0 30px 0;
}

.cta-info h2 strong {
  color: #ffffff;
}

.cta-info p {
  font-size: 20px;
  color: #ffffff;
  line-height: 30px;
}

.cta-info p:last-child {
  padding-bottom: 0;
}

.cta-info aside {
  width: 100%;
  max-width: 600px;
  padding: 0 0 51px 0;
  margin: 0 auto;
}

.cta-info .form-out {
  width: 100%;
  float: left;
}

.cta-info .form-out form {
  width: 100%;
  max-width: 610px;
  position: relative;
  padding: 0 0px 0 0;
  margin: 0 auto;
  text-align: center;
  display: table;
  vertical-align: top;
}

.cta-info .form-out input[type="text"],
.cta-info .form-out input[type="email"],
.cta-info .form-out input[type="tel"] {
  width: 100%;
  height: 54px;
  background: #ffffff;
  border: 1px solid #dddddd;
  border-radius: 360px;
  padding: 15px 25px;
  float: none;
}

.cta-info .form-out .btn,
.cta-info .form-out button,
.cta-info .form-out input[type="button"],
.cta-info .form-out input[type="submit"] {
  width: 195px;
  height: 54px;
  line-height: 56px;
  /*position: absolute;
	top: 0;
	right: 0;*/
  padding: 0;
}

.cta-info .form-out input[type="submit"] {
  color: #ffffff;
  background: none;
  box-shadow: inset #ffffff 0 0 0 2px;
}

.cta-info .form-out input[type="submit"]:hover,
.cta-info .form-out input[type="submit"]:focus,
.cta-info .form-out input[type="submit"]:active {
  color: #ffffff;
  background: rgba(255, 255, 255, .15);
  box-shadow: inset #ffffff 0 0 0 2px;
}

.cta-info .form-out ul {
  margin: 0;
  padding: 0;
}

.cta-info .form-out li {
  padding-left: 0;
  padding-right: 0;
  padding: 0;
  float: none;
}

.cta-info .form-out ul li:nth-child(2)>input {
  margin-bottom: 20px;
}

.cta-info .form-out .validation_error,
.cta-info .form-out .validation_message,
.cta-info .form-out .gfield_label,
.cta-info .form-out .ginput_complex label {
  display: none;
}

.cta-info .form-out .ginput_complex span {
  width: 47%;
  float: left;
  margin: 0 20px 20px 0;
}

.cta-info .form-out .ginput_complex span:last-child {
  margin: 0 0 20px;
}

.cta-info .form-out .gfield_error input[type="text"],
.cta-info .form-out .gfield_error input[type="email"] {
  border-color: #ce401a;
}

.cta-info .form-out .gform_ajax_spinner {
  position: absolute;
  left: 5px;
  top: 19px;
}

@media (max-width: 991px) {
  .cta-info p {
    font-size: 18px;
    line-height: 28px;
  }
}

@media (max-width: 767px) {
  .cta-info {
    padding: 90px 0;
  }

  .cta-info h2 {
    padding: 0 0 25px 0;
  }

  .cta-info p {
    font-size: 16px;
    line-height: 24px;
  }

  .cta-info aside {
    padding: 0 0 35px 0;
  }

  .cta-info .form-out form {
    padding: 0 10px;
  }

  .cta-info .form-out input[type="text"],
  .cta-info .form-out input[type="email"] {
    height: 50px;
    padding: 12px 25px;
    margin: 0 0 15px 0;
  }

  .cta-info .form-out .btn,
  .cta-info .form-out button,
  .cta-info .form-out input[type="button"],
  .cta-info .form-out input[type="submit"] {
    width: 100%;
    height: 50px;
    line-height: 50px;
    position: relative;
  }
}

@media (max-width:480px) {
  .cta-info .form-out .ginput_complex span {
    width: 100%;
    margin: 0 0 20px;
  }

  .banner-main .banner-cont h1,
  .banner-main .banner-cont h2 {
    font-size: 25px;
    line-height: 28px;
  }

  .banner-main .banner-cont p {
    font-size: 13px;
  }
}

@media (max-width:360px) {
  .banner-main .banner-cont .btn {
    font-size: 12px;
    padding: 12px 20px 10px;
    max-width: 250px;
    line-height: 17px;
  }
}

/*
 12.) Footer - Main
----------------------------------------*/
.footer-main {
  width: 100%;
  float: left;
  border-top: 1px solid #e5efe8;
  position: relative;
}

@media (max-width: 991px) {
  .footer-main .container {
    padding: 0 40px;
  }
}

@media (max-width: 767px) {
  .footer-main .container {
    padding: 0 20px;
  }
}

/* Pre - Footer */
.footer-main .pre-footer {
  width: 100%;
  float: left;
  padding: 90px 0;
}

.footer-main .pre-footer h2,
.footer-main .pre-footer h3 {
  font-weight: 600;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  padding: 0 0 18px 0;
}

.footer-main .pre-footer p {
  font-size: 14px;
  color: #aaaaaa;
  line-height: 20px;
}

.footer-main .pre-footer p i {
  font-weight: 300;
  font-style: italic;
}

.footer-main .pre-footer ul {
  padding: 0;
  margin: 0;
}

.footer-main .pre-footer ul li {
  font-size: 14px;
  color: #aaaaaa;
  line-height: 20px;
  padding: 0 0 8px 0;
}

.footer-main .pre-footer ul li:before {
  display: none;
}

.footer-main .pre-footer ul li:last-child {
  padding-bottom: 0;
}

.footer-main .pre-footer ul li a {
  font-weight: 400;
  color: #000000;
  text-decoration: none;
}

.footer-main .pre-footer ul li a:hover,
.footer-main .pre-footer ul li.current-menu-item>a,
.footer-main .pre-footer ul li.current-menu-parent>a,
.footer-main .pre-footer ul li.current-menu-ancestor>a {
  color: #0079DC;
  text-decoration: none;
}

.footer-main .pre-footer .brand-foot {
  width: 100%;
  float: left;
  position: relative;
  z-index: 1;
  margin: -24px 0 0 0;
}

.footer-main .pre-footer .brand-foot img {
  width: 100%;
  max-width: 180px;
  vertical-align: top;
}

.footer-main .pre-footer .form-out {
  width: 100%;
  float: left;
}

.footer-main .pre-footer .form-out p {
  width: 100%;
  float: left;
  text-align: center;
  padding: 12px 155px 0 0;
}

.footer-main .pre-footer .form-out form {
  width: 100%;
  float: left;
  position: relative;
  padding: 0;
}

.footer-main .pre-footer .form-out input[type="text"],
.footer-main .pre-footer .form-out input[type="email"] {
  width: 100%;
  height: 54px;
  background: #ffffff;
  border: 1px solid #dddddd;
  border-radius: 360px;
  padding: 15px 25px;
}

.footer-main .pre-footer .form-out input[type="text"]:focus,
.footer-main .pre-footer .form-out input[type="email"]:focus {
  border-color: #0079DC;
}

.footer-main .pre-footer .form-out .btn,
.footer-main .pre-footer .form-out button,
.footer-main .pre-footer .form-out input[type="button"],
.footer-main .pre-footer .form-out input[type="submit"] {
  width: 140px;
  height: 54px;
  line-height: 56px;
  top: 0;
  right: 0;
  padding: 0;
}

.footer-main .pre-footer .aside-cont {
  width: 15.5%;
  float: left;
  padding: 0 30px 45px 0;
}

.footer-main .pre-footer .aside-cont:nth-child(1) {
  width: 20%;
}

.footer-main .pre-footer .aside-cont:nth-child(5) {
  width: 33.5%;
  padding-right: 0;
}

.footer-main .pre-footer .aside-cont-out {
  width: 100%;
  float: left;
  margin: 0 0 -45px 0;
}

.pre-footer .form-out .validation_error,
.pre-footer .form-out .validation_message,
.pre-footer .form-out .gfield_label {
  display: none;
}

.pre-footer .form-out .gfield_error input[type="text"],
.pre-footer .form-out .gfield_error input[type="email"] {
  border-color: #ce401a;
}

.pre-footer .form-out .gform_ajax_spinner {
  position: absolute;
  left: 5px;
  top: 19px;
}

.pre-footer .form-out .gfield_description {
  width: 100%;
  float: left;
  text-align: center;
  padding: 12px 0 0 0;
  font-size: 14px;
  color: #aaaaaa;
  line-height: 20px;
  font-weight: 400;
  font-style: italic;
}

@media (min-width: 768px) {
  .footer-main .pre-footer .aside-cont {
    display: inline;
  }

  .footer-main .pre-footer .aside-cont-out {
    display: flex;
    flex-wrap: wrap;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .footer-main .pre-footer .form-out p {
    padding: 12px 140px 0 0;
  }

  .footer-main .pre-footer .form-out form {}

  .footer-main .pre-footer .form-out .btn,
  .footer-main .pre-footer .form-out button,
  .footer-main .pre-footer .form-out input[type="button"],
  .footer-main .pre-footer .form-out input[type="submit"] {
    width: 130px;
  }
}

@media (max-width: 991px) {
  .footer-main .pre-footer {
    padding: 75px 0 50px 0;
  }

  .footer-main .pre-footer .aside-cont {
    width: 22%;
    float: left;
    display: inline;
    padding: 0 30px 45px 0;
  }

  .footer-main .pre-footer .aside-cont:nth-child(1) {
    width: 34%;
  }

  .footer-main .pre-footer .aside-cont:nth-child(3) {
    padding-right: 0;
  }

  .footer-main .pre-footer .aside-cont:nth-child(5) {
    width: 100%;
    padding-right: 0;
    padding-left: 34%;
  }

  .footer-main .pre-footer .aside-cont-out {
    padding: 0;
  }
}

@media (max-width: 767px) {
  .footer-main .pre-footer {
    padding: 45px 0;
  }

  .footer-main .pre-footer .brand-foot {
    margin: 0;
  }

  .footer-main .pre-footer .form-out p {
    padding: 12px 0 0 0;
  }

  .footer-main .pre-footer .form-out form {
    padding: 0;
  }

  .footer-main .pre-footer .form-out input[type="text"],
  .footer-main .pre-footer .form-out input[type="email"] {
    height: 50px;
    padding: 12px 25px;
    margin: 0 0 15px 0;
  }

  .footer-main .pre-footer .form-out .btn,
  .footer-main .pre-footer .form-out button,
  .footer-main .pre-footer .form-out input[type="button"],
  .footer-main .pre-footer .form-out input[type="submit"] {
    width: 100%;
    height: 50px;
    line-height: 51px;
    position: relative;
  }

  .footer-main .pre-footer .aside-cont {
    width: 50%;
    padding: 0 30px 35px 0;
  }

  .footer-main .pre-footer .aside-cont:nth-child(1) {
    width: 100%;
    text-align: center;
    padding: 0 0 35px 0;
  }

  .footer-main .pre-footer .aside-cont:nth-child(2) {
    padding-right: 30px;
  }

  .footer-main .pre-footer .aside-cont:nth-child(3) {
    padding-right: 0;
  }

  .footer-main .pre-footer .aside-cont:nth-child(5) {
    width: 100%;
    padding-right: 0;
    padding-left: 0;
  }

  .footer-main .pre-footer .aside-cont-out {
    padding: 0;
    margin: 0 0 -35px 0;
  }

  .pre-footer .form-out li.gfield {
    position: static;
  }

  .pre-footer .form-out .gfield_description {
    position: absolute;
    bottom: -32px;
  }
}

/* Copy - Rights */
.footer-main .copy-rights {
  width: 100%;
  float: left;
  border-top: 1px solid #e5efe8;
  padding: 28px 0;
}

.footer-main .copy-rights p {
  float: none;
  display: inline-block;
  vertical-align: top;
  font-size: 14px;
  color: #aaaaaa;
  line-height: 20px;
  position: relative;
  padding: 0 0 0 30px;
}

.footer-main .copy-rights .icon-logo {
  width: 20px;
  height: 20px;
  float: left;
  background: url(../img/logo-3mw.png) no-repeat top center;
  background-size: 20px auto;
  text-indent: -9999px;
  opacity: 0.20;
  position: absolute;
  top: 50%;
  left: 0;
  margin: -12px 0 0 0;
}

.footer-main .copy-rights .foot-txt {
  width: 100%;
  float: left;
}

.footer-main .copy-rights .social-nav {
  float: right;
  position: relative;
  z-index: 10;
  margin: 0 0 0 -500px;
}

.footer-main .copy-rights .social-nav ul {
  float: left;
  padding: 0;
  margin: 0;
}

.footer-main .copy-rights .social-nav ul li {
  float: left;
  font-size: 14px;
  color: #aaaaaa;
  line-height: 20px;
  letter-spacing: 0.04em;
  padding: 0;
  margin: 0 0 0 20px;
}

.footer-main .copy-rights .social-nav ul li:before {
  display: none;
}

.footer-main .copy-rights .social-nav ul li a {
  font-weight: 700;
  color: transparent;
  font-size: 0;
}

.footer-main .copy-rights .social-nav ul li a:hover {
  color: #0079DC;
  text-decoration: none;
}

.footer-main .copy-rights .social-nav ul li.fa {}

.footer-main .copy-rights .social-nav ul li.fa:before {}

.footer-main .copy-rights .social-nav ul li.fa a {
  font-family: Font Awesome\ 5 Brands;
}

.footer-main .copy-rights .social-nav ul li.fa a:before {
  color: #aaaaaa;
  font-size: 40px;
}

.footer-main .copy-rights .social-nav ul li.fa a:hover:before {
  color: #1B96B9;
}

.footer-main .copy-rights .social-nav ul li.fa.fa-twitter-square a:before {
  content: "\f081";
}

.footer-main .copy-rights .social-nav ul li.fa.fa-linkedin-square a:before {
  content: "\f08c";
}

@media (max-width: 767px) {
  .footer-main .copy-rights {
    padding: 30px 0;
  }

  .footer-main .copy-rights .foot-txt {
    width: 105%;
    margin: 0 -5% 12px 0;
  }

  .footer-main .copy-rights .social-nav {
    width: 100%;
    float: left;
    text-align: center;
    margin: 0;
  }

  .footer-main .copy-rights .social-nav ul {
    width: 103%;
    float: left;
    padding: 0;
    margin: 0 0 -10px 0;
  }

  .footer-main .copy-rights .social-nav ul li {
    font-size: 13px;
    padding: 0;
    margin: 0 15px 10px 0;
  }
}

/*
 13.) Inner - Pages
----------------------------------------*/
/* Banner - Inner */
.banner-inner {
  width: 100%;
  float: left;
  position: relative;
  overflow: hidden;
}

.banner-inner figure {
  width: 100%;
  float: left;
  text-align: center;
  overflow: hidden;
}

.banner-inner figure img {
  width: 100%;
  min-width: 1400px;
  margin: 0 -700px;
}

.banner-inner .banner-content {
  width: 100%;
  height: 100%;
  float: left;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  text-align: center;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}

.banner-inner .banner-content .container {
  margin: 0;
}

.banner-inner .banner-content h1,
.banner-inner .banner-content h2 {
  font-weight: 300;
  font-size: 44px;
  color: #ffffff;
  line-height: 48px;
  letter-spacing: 0.02em;
  padding: 0 0 20px 0;
  margin: 0;
}

.banner-inner .banner-content h2.small {
  font-size: 28px !important;
  line-height: 32px !important;
  font-weight: 400 !important;
  max-width: 90%;
}

.banner-inner .banner-content h1:last-child,
.banner-inner .banner-content h2:last-child {
  padding-bottom: 0;
}

.banner-inner .banner-content p {
  font-size: 20px;
  color: #ffffff;
  line-height: 30px;
  padding: 0;
}

.banner-inner.media .banner-content p {
  font-weight: 400;
  font-size: 16px;
  color: #000000;
  line-height: 28px;
  padding: 0;
}

.banner-inner .banner-content aside {
  width: 100%;
  max-width: 700px;
  float: none;
  display: inline-block;
  vertical-align: top;
  position: relative;
  z-index: 9999;
}

.banner-inner.dark .banner-content h1 {
  color: #000;
  font-size: 60px;
  line-height: 70px;
}

.banner-inner.media .banner-content .sub-img1 {
  position: absolute;
  right: 0;
  top: -12%;
  z-index: 1;
  max-width: 50%;
}

.banner-inner.media .banner-content .sub-img2 {
  position: absolute;
  left: 0;
  bottom: 0;
  max-width: 35%;
}

.banner-inner.media .banner-content .sub-img1 img,
.banner-inner.media .banner-content .sub-img2 img {
  max-width: 100%;
  height: auto;
}

.banner-inner.media figure img {
  min-width: 100px;
  margin: 0;
  max-height: 960px;
}

.banner-inner.media .banner-content .sub-img1 img {
  max-height: 560px;
  width: auto;
}

.banner-inner.media .banner-content .sub-img2 img {
  max-height: 240px;
  width: auto;
}

@media (max-width: 991px) {

  .banner-inner .banner-content h1,
  .banner-inner .banner-content h2,
  .banner-inner.dark .banner-content h1 {
    font-size: 40px;
    line-height: 44px;
  }

  .banner-inner .banner-content p {
    font-size: 18px;
    line-height: 28px;
  }
}

@media (max-width: 767px) {

  .banner-inner .banner-content h1,
  .banner-inner .banner-content h2,
  .banner-inner.dark .banner-content h1 {
    font-size: 36px;
    line-height: 40px;
  }

  .banner-inner .banner-content p {
    font-size: 16px;
    line-height: 24px;
  }
}

.banner-inner.about {
  display: flex;
  flex-direction: row;
  margin-bottom: 0px;
  padding: 90px 0 60px;
  padding: 0;
  margin-bottom: 0px;
}

.banner-inner.about figure {
  float: none;
  width: 50.429%;
}

.banner-inner.about figure img {
  min-width: 1600px;
  margin: 0 -140px;
  height: 100%;
}

.banner-inner.about .banner-content {
  width: 49.571%;
  float: none;
  background: #0079DC;
  background: #FFF;
  left: 50.429%;
  text-align: left;
  justify-content: flex-start;
  padding: 90px 0 60px 42px;
  align-items: flex-start;
}

.banner-inner.about .banner-content h2 {
  color: #242d41;
  font-weight: 300;
  font-size: 60px;
  line-height: 60px;
}

.banner-inner.about .banner-content.equalh h2 {
  font-size: 40px;
  line-height: 48px;
  padding: 15px 0;
  color: #0079DC;
}

.banner-inner.about .banner-content.equalh .btn {

  color: #FFF;
  margin: 30px 0 0;
}

.banner-inner.about .banner-content h2 strong,
.banner-inner.about .banner-content h1 strong {
  font-weight: 700;
  color: #fff;
  color: #0079DC;
}

.banner-inner.about .banner-content .article-out {
  width: 104.16%;
  float: left;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 55px -2.08% 0px -2.08%;
}

.banner-inner.about .banner-content .article-out .article {
  width: 29.175%;
  float: left;
  display: inline;
  margin: 0 2.08% 0px 2.08%;
  text-align: center;
}

.banner-inner.about .banner-content .container {
  padding: 0;
}

.banner-inner.about .banner-content aside {
  max-width: 490px;
}

.banner-inner.about .banner-content .article-out .article .icon-out {
  color: #0079DC;
  font-size: 60px;
  margin-bottom: 20px;
}

.banner-inner.about .banner-content .article-out .article aside {}

.banner-inner.about .banner-content .article-out .article aside h3 {
  font-size: 40px;
  line-height: 40px;
  font-weight: 900;
}

.banner-inner.about .banner-content .article-out .article aside p {
  font-size: 14px;
  font-weight: 400;
  margin: 0;
  padding: 0 13%;
  max-width: 100%;
}

.banner-inner.about .banner-content p {
  color: #000;
  font-size: 16px;
  line-height: 23px;
  /* margin-right: 54px; */
  word-wrap: break-word;
  max-width: 90%;
  word-wrap: break-word;
}

.banner-inner.about .banner-content .article-out .article .icon-out i {
  font-weight: normal;
}

@media (min-width:1600px) and (max-width:3000px) {
  .page-id-1021 .banner-inner.about figure img {
    margin: 0 -260px;
  }
}

@media (min-width:1400px) and (max-width:1599px) {
  .page-id-1021 .banner-inner.about figure img {
    margin: 0 0 0 -370px;
  }
}

@media (min-width:1200px) and (max-width:1399px) {
  .page-id-1021 .banner-inner.about figure img {
    margin: 0 0 0 -405px;
    min-width: 1500px;
  }
}

@media (min-width:1025px) and (max-width:1199px) {
  .page-id-1021 .banner-inner.about figure img {
    margin: 0px -350px;
    min-width: 1300px;
  }
}

@media (min-width:1025px) {
  .banner-inner.about figure {
    background: #0079DC;
    display: flex;
    align-items: center;
  }
}

@media (min-width:768px) and (max-width: 1024px) {
  .banner-inner.about figure {
    display: flex;
    /* text-align: left; */
    /* justify-content: flex-start; */
    align-items: center;
  }
}

@media (min-width:992px) and (max-width: 1199px) {
  .banner-inner.about .banner-content h2 {
    font-size: 60px;
    line-height: 60px;
  }

  .banner-inner.about .banner-content .article-out .article .icon-out {
    font-size: 40px;
  }

  .banner-inner.about .banner-content .article-out .article aside h3 {
    font-size: 30px;
    line-height: 26px;
  }
}

@media (min-width:768px) and (max-width: 991px) {
  .banner-inner.about .banner-content h2 {
    font-size: 40px;
    line-height: 45px;
  }

  .banner-inner.about .banner-content .article-out .article .icon-out {
    font-size: 40px;
  }

  .banner-inner.about .banner-content {
    padding-right: 42px;
    /* position: relative;
    float: left;
    top: 0;
    left: 0;
    margin-top: -90px;
    padding-top: 30px;*/
  }

  .banner-inner.about .banner-content .article-out {
    margin-top: 20px;
  }

  .banner-inner.about .banner-content p {
    max-width: 100%;
  }

  .banner-inner.about figure {
    display: flex;
    flex-direction: column;
    vertical-align: middle;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
  }

  .banner-inner.about .banner-content .article-out .article aside h3 {
    font-size: 25px;
    line-height: 30px;
  }

  .banner-inner.about .banner-content .article-out .article aside p {
    padding: 0 0 30px;
  }
}

@media (max-width:991px) {}

@media (max-width: 1024px) {
  .banner-inner.about .banner-content h2 {
    font-size: 40px;
    line-height: 45px;
  }

  .banner-inner.about .banner-content .article-out .article .icon-out {
    font-size: 40px;
  }

  .banner-inner.about {
    padding: 0;
    display: block;
  }

  .banner-inner.about figure {
    width: 100%;
    height: auto !important;
    display: block;
    background: #0079DC;
  }

  .banner-inner.about .banner-content {
    width: 100%;
    position: relative;
    display: block;
    padding: 40px;
    left: 0;
    height: 100% !important;
    bottom: 0;
    margin-top: 0;
  }

  .banner-inner.about .banner-content aside {
    max-width: 100%;
  }

  .banner-inner.about .banner-content p {
    max-width: 100%;
    word-wrap: inherit;
  }

  .banner-inner.about .banner-content .article-out {
    margin-top: 30px;
  }

  .banner-inner.about figure img {
    height: auto;
  }

  .banner-inner.about .banner-content h1 {}

  /*.banner-inner.about .banner-content p {
    color: #FFF;
  }*/
  .banner-inner.about .banner-content .article-out .article aside h3 {}

  .banner-inner.about figure img {
    height: auto;
    min-width: auto;
    margin: 0;
    width: auto;
  }

  .page-id-1021 .banner-inner.about figure img {
    width: 100%;
  }
}

@media (max-width: 767px) {}

/* Content - Inner */
.content-inner {
  width: 100%;
  float: left;
  position: relative;
  padding: 70px 0;
}

@media (max-width: 991px) {
  .content-inner {
    padding: 60px 0;
  }
}

@media (max-width: 767px) {
  .content-inner {
    padding: 40px 0;
  }
}

/* Content Sample Page Middle Column */
.content-default {
  width: 100%;
  float: left;
}

.content-default>ul:last-child,
.content-default>ol:last-child {
  padding-bottom: 0;
}

.content-default>ul:last-child li:last-child,
.content-default>ol:last-child li:last-child {
  padding-bottom: 0;
}

.content-default>p:last-child {
  padding-bottom: 0;
}

.content-default>.txt:last-child>p:last-child {
  padding-bottom: 0;
}

.content-default img {
  max-width: 100%;
}

.content-default img,
.content-default img.alignnone {
  margin: 0 0 25px 0;
}

.content-default img.alignnone {
  width: 100%;
}

.content-default img.aligncenter {
  float: none;
  display: inline-block;
  vertical-align: middle;
}

.content-default img.alignleft {
  float: left;
  margin: 10px 20px 20px 0;
}

.content-default img.alignright {
  float: right;
  margin: 10px 0 20px 20px;
}

@media (max-width: 767px) {

  .content-default img,
  .content-default img.alignnone,
  .content-default img.aligncenter,
  .content-default img.alignleft,
  .content-default img.alignright {
    width: 100%;
    max-width: 100%;
    margin: 10px 0 25px 0;
  }

  .content-default .alignright {
    width: 100%;
    height: auto;
    margin-bottom: 1.5em;
  }

  .content-default .cta-3mw .cta-3mw-img-wrap .cta-3mw-img {
    float: none;
    max-height: 150px;
    display: block;
    margin: 1em auto 0 auto;
  }

  .cta-3mw-tagline-wrap,
  .cta-3mw-button-wrap {
    text-align: center;
  }

  div#form {
    width: 95% !important;
  }
}

/* File - Links */
.file-links {
  padding: 13px 0 30px 0;
}

.file-links p {
  line-height: 24px;
  padding: 0 0 10px 0;
}

.file-links p:last-child {
  padding: 0;
}

.file-links p a {
  font-weight: 700;
}

.file-links p a:after {
  content: "";
  height: 24px;
  background: url(../img/icon-pdf.png) no-repeat right;
  background-size: auto 24px;
  padding: 5px 31px 2px 0;
}

@media (max-width: 991px) {
  .file-links {
    padding: 9px 0 25px 0;
  }

  .file-links p {
    line-height: 20px;
  }
}

@media (max-width: 767px) {
  .file-links {
    padding: 5px 5% 15px 0;
  }

  .file-links p {
    line-height: 20px;
    padding: 0 0 10px 0;
  }

  .file-links p a:after {
    height: 20px;
    background-size: auto 20px;
    padding: 5px 25px 2px 0;
  }
}

/* Tab Content */
.tab-content {
  width: 100%;
  float: left;
  padding: 0;
  margin: 0;
}

.tab-content .tab-pane {
  width: 100%;
  float: left;
  padding: 0;
  margin: 0;
}

.tab-content>.active {
  display: block;
}

/* Tab - Panel */
.tab-pane>p:last-child {
  padding-bottom: 0;
}

.tab-pane>ol:last-child,
.tab-pane>ul:last-child {
  padding-bottom: 0;
}

.tab-pane>ol:last-child li:last-child,
.tab-pane>ul:last-child li:last-child {
  padding-bottom: 0;
}

/* Tab - Panel */
.cont-in>p:last-child {
  padding-bottom: 0;
}

.cont-in>ol:last-child,
.cont-in>ul:last-child {
  padding-bottom: 0;
}

.cont-in>ol:last-child li:last-child,
.cont-in>ul:last-child li:last-child {
  padding-bottom: 0;
}

/* Side Bar - Left */
.side-bar-left {
  width: 100%;
  float: left;
  margin: 8px 0 0 0;
}

/* Side - Nav */
.side-nav {
  width: 100%;
  float: left;
}

.side-nav h2,
.side-nav h3 {
  width: 100%;
  float: left;
  font-family: "Montserrat", Arial, Helvetica, sans-serif;
  font-weight: 700;
  font-size: 18px;
  color: #000000;
  line-height: 20px;
  letter-spacing: 0.01em;
  text-transform: uppercase;
  padding: 0;
  margin: 0 0 16px 0;
}

.side-nav ul {
  width: 100%;
  float: left;
  padding: 0;
}

.side-nav ul li {
  width: 100%;
  float: left;
  font-weight: 600;
  font-size: 16px;
  line-height: 20px;
  padding: 0 0 10px 0;
}

.side-nav ul li::before {
  display: none;
}

.side-nav ul li:last-child {
  padding: 0;
}

.side-nav ul li a {
  width: 100%;
  float: left;
  font-weight: 600;
  text-decoration: none;
  padding: 0 0 0 15px;
  text-indent: -15px;
}

.side-nav ul li>a:hover {
  text-decoration: underline;
}

.side-nav ul li.active>a,
.side-nav ul li>a:focus,
.side-nav ul li>a:active {
  color: #000000;
  text-decoration: none;
}

.side-nav ul li ul {
  padding: 2px 13px 0 13px;
}

/* Side Bar - Right */
.side-bar-right {
  width: 100%;
  float: left;
  margin: 10px 0 -50px 0;
}

@media (max-width: 991px) {
  .side-bar-right {
    width: 105%;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    text-align: center;
    padding: 0;
    margin: 40px -2.5% -50px -2.5%;
  }
}

@media (max-width: 767px) {
  .side-bar-right {
    max-width: 100%;
    width: 100%;
    margin: 30px 0 -50px 0;
  }
}

/* CTA - Box */
.cta-box {
  width: 100%;
  float: left;
  text-align: left;
  background: #0079DC;
  padding: 25px;
  margin-bottom: 50px;
}

.cta-box h2,
.cta-box h3 {
  font-weight: 500;
  font-size: 36px;
  color: #ffffff;
  line-height: 40px;
  letter-spacing: normal;
  text-transform: uppercase;
  padding-bottom: 10px;
}

.cta-box h2:last-child,
.cta-box h3:last-child {
  padding-bottom: 0;
}

.cta-box p {
  font-weight: 600;
  font-size: 16px;
  color: #ffffff;
  line-height: 24px;
  padding-bottom: 20px;
}

.cta-box p:last-child {
  padding-bottom: 0;
}

.cta-box ul,
.cta-box ol {
  padding: 0 10px 25px 10px;
}

.cta-box ul:last-child,
.cta-box ol:last-child {
  padding-bottom: 0;
}

.cta-box ul li {
  font-weight: 600;
  font-size: 14px;
  color: #ffffff;
  line-height: 18px;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  padding: 0 0 15px 25px;
}

.cta-box ul li:last-child {
  padding-bottom: 0;
}

.cta-box ul li:before {
  color: #ffffff;
}

.cta-box ul li a {
  font-weight: 600;
  color: #ffffff;
  text-decoration: none;
}

.cta-box ul li a:hover,
.cta-box ul li a:active {
  text-decoration: underline;
}

.cta-box .btn {
  width: 100%;
}

@media (max-width: 991px) {
  .cta-box {
    width: 45%;
    display: inline;
    margin: 0 2.5% 50px 2.5%;
  }
}

@media (max-width: 767px) {
  .cta-box {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
  }
}

/*
 11.) Center Text - Band
----------------------------------------*/
.center-txt-band {
  width: 100%;
  float: left;
  text-align: center;
  padding: 75px 0;
}

.center-txt-band aside {
  width: 100%;
  max-width: 640px;
  float: none;
  display: inline-block;
  vertical-align: top;
}

.center-txt-band aside h1,
.center-txt-band aside h2 {
  padding: 0 0 23px 0;
}

.center-txt-band aside p {
  line-height: 24px;
  padding: 0;
}

.center-txt-band aside .aside-list {
  width: 100%;
  float: left;
  padding: 40px 0 0 0;
  margin: 0 0 -20px 0;
}

.center-txt-band aside .aside-list ul {
  width: 46%;
  float: left;
  text-align: left;
  padding: 0;
}

.center-txt-band aside .aside-list ul:nth-child(even) {
  float: right;
}

.center-txt-band aside .aside-list ul li {
  width: 100%;
  float: left;
  font-weight: 400;
  padding-left: 32px;
}

.center-txt-band aside .aside-list ul li::before {
  font-size: 24px;
}

@media (max-width: 991px) {
  .center-txt-band {
    padding: 70px 0;
  }
}

@media (max-width: 767px) {
  .center-txt-band {
    padding: 50px 0;
  }

  .center-txt-band aside h1,
  .center-txt-band aside h2 {
    padding: 0 0 20px 0;
  }

  .center-txt-band aside .aside-list {
    padding-top: 25px;
    margin-bottom: -15px;
  }

  .center-txt-band aside .aside-list ul {
    width: 100%;
    max-width: 270px;
    float: none;
    display: inline-block;
    vertical-align: top;
  }

  .center-txt-band aside .aside-list ul:nth-child(even) {
    float: none;
  }

  .center-txt-band aside .aside-list ul li {
    padding-bottom: 15px;
  }

  .center-txt-band aside .aside-list ul li:last-child {
    padding-bottom: 15px;
  }

  .center-txt-band aside .aside-list ul li::before {
    font-size: 22px;
  }
}

/*
 12.) General Content
----------------------------------------*/
.general-content-band {
  width: 100%;
  float: left;
  padding: 75px 0;
}

.general-content-band.top_divider {
  padding-top: 0;
}

.general-content-band.top_divider .container {
  border-top: 1px solid #CCC;
  padding-top: 75px;
}

.general-content-band.short_padding {
  padding-bottom: 0;
}

@media (max-width: 991px) {
  .general-content-band {
    padding: 70px 0;
  }
}

@media (max-width: 767px) {
  .general-content-band {
    padding: 50px 0;
  }
}

/*
 36.) Blog - Page
----------------------------------------*/
/* Feature - Content */
.feature-content {
  width: 100%;
  float: left;
  text-align: center;
  padding: 0 0 90px 0;
}

.feature-content:last-child {
  padding-bottom: 0;
}

.feature-content .article {
  width: 100%;
  max-width: 1060px;
  float: none;
  display: inline-block;
  vertical-align: top;
  text-align: left;
}

.feature-content .article h2 {
  font-weight: 400;
  padding: 0 0 10px 0;
  margin-right: -50px;
}

.feature-content .article h2 a {
  font-weight: 400;
  color: #000;
}

.feature-content .article p {
  line-height: 24px;
  padding: 0 0 10px 0;
}

.feature-content .article p:last-child {
  padding-bottom: 0;
}

.feature-content .article .date-txt {
  width: 100%;
  float: left;
  font-weight: 300;
  font-size: 0.875rem;
  color: #555555;
  line-height: 1.25rem;
  letter-spacing: 0.02em;
  padding: 0 0 21px 0;
}

.feature-content .article .date-txt a {
  font-weight: 400;
}

.feature-content .article .date-txt .divider {
  padding: 0 10px;
}

.feature-content .article .btn {
  width: 100%;
  max-width: 225px;
  padding-left: 15px;
  padding-right: 15px;
}

.feature-content .article figure {
  width: 48.82%;
  float: left;
  text-align: center;
  overflow: hidden;
}

.feature-content .article figure img {
  width: 100%;
}

.feature-content .article aside {
  width: 47.05%;
  float: right;
  padding: 10px 0 0 0;
}

@media (max-width: 991px) {
  .feature-content {
    padding: 0 0 70px 0;
    margin: -15px 0;
  }

  .feature-content .article h2 {
    margin-right: 0;
  }

  .feature-content .article figure {
    width: 100%;
    margin: 15px 0;
  }

  .feature-content .article aside {
    width: 100%;
    padding: 15px 0;
  }
}

@media (max-width: 767px) {
  .feature-content {
    padding: 0 0 50px 0;
    margin: -10px 0;
  }

  .feature-content .article .date-txt .divider {
    padding: 0 4px;
  }

  .feature-content .article figure {
    margin: 10px 0;
  }

  .feature-content .article aside {
    padding: 10px 0;
  }
}

/* Blog - List */
.blog-list {
  width: 100%;
  float: left;
}

.blog-list .article {
  width: 30.03%;
  float: left;
  display: inline;
  text-align: center;
  margin: 0 1.65% 40px 1.65%;
}

.blog-list .article>a {
  width: 100%;
  float: left;
  text-decoration: none;
}

.blog-list .article h3 {
  font-weight: 400;
  font-size: 20px;
  color: #000000;
  line-height: 24px;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
  padding: 0;
}

.blog-list .article span.date {
  width: 100%;
  float: left;
  font-weight: 300;
  font-size: 0.875rem;
  color: #555555;
  line-height: 1.25rem;
  letter-spacing: 0.02em;
  padding: 5px 0 0px 0;
}

.blog-list .article h3 a {
  font-weight: 400;
  color: #000000;
}

.blog-list .article figure {
  width: 100%;
  float: left;
  text-align: center;
  overflow: hidden;
  margin: 0 0 20px 0;
  max-height: 225px;
}

.blog-list .article figure img {
  width: auto;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}

.blog-list .article:hover img {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}

.blog-list .article:hover h3,
.blog-list .article h3 a:hover {
  color: #0079DC;
}

.blog-list .article-out {
  width: 103.50%;
  float: left;
  display: flex;
  flex-wrap: wrap;
  padding: 0 0 80px 0;
  margin: 0 -1.65% -40px -1.65%;
}

.blog-list .article-out:last-child {
  padding-bottom: 0;
}

.blog-list .btn-out {
  text-align: center;
  position: relative;
}

.more-whitepapers.btn-out {
  position: relative;
}

.more-whitepapers.btn-out:before,
.blog-list .btn-out:before,
.more-press-releases.btn-out:before {
  background: url(../img/loading.svg) center bottom no-repeat;
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  z-index: 1;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}

.blog-list .btn-out .btn {
  width: 100%;
  max-width: 245px;
  padding-left: 20px;
  padding-right: 20px;
  position: relative;
  z-index: 5;
}

.more-whitepapers.btn-out .btn {
  z-index: 5;
}

.more-whitepapers.btn-out.bar-loading .btn,
.blog-list .bar-loading .btn,
.more-press-releases.btn-out.bar-loading .btn {
  opacity: 0;
  z-index: 1;
}

.more-whitepapers.btn-out.bar-loading:before,
.blog-list .bar-loading:before,
.more-press-releases.btn-out.bar-loading:before {
  opacity: 1;
  z-index: 2;
}

.press_releases_box .btn-out {
  text-align: center;
  position: relative;
}

.press_releases_box .btn-out .btn {
  width: 100%;
  max-width: 245px;
  padding-left: 20px;
  padding-right: 20px;
  position: relative;
  z-index: 5;
}

@media (max-width: 991px) {
  .blog-list .article {
    width: 45.20%;
    margin: 0 2.40% 30px 2.40%;
  }

  .blog-list .article h3 {
    font-size: 18px;
    line-height: 22px;
  }

  .blog-list .article-out {
    width: 105.64%;
    padding: 0 0 60px 0;
    margin: 0 -2.40% -30px -2.40%;
  }
}

@media (max-width: 767px) {
  .blog-list .article h3 {
    font-size: 17px;
    line-height: 21px;
  }

  .blog-list .article figure {
    margin: 0 0 16px 0;
  }

  .blog-list .article-out {
    padding: 0 0 40px 0;
  }
}

@media (max-width: 479px) {
  .blog-list .article {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
  }

  .blog-list .article-out {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
  }
}

/*
 37.) Post - Page
----------------------------------------*/
/* Back To - Blog */
.back-to-blog {
  width: 100%;
  float: left;
  margin: 0 0 29px 0;
}

.back-to-blog a {
  font-weight: 600;
  position: relative;
  padding: 0 0 0 20px;
}

.back-to-blog a:before {
  content: "\f0a8";
  font-family: "Font Awesome\ 5 Pro";
  font-weight: 900;
  line-height: 1em;
  position: absolute;
  top: 3px;
  left: 0;
}

@media (max-width: 1199px) {
  .back-to-blog {
    margin: -15px 0 20px 0;
  }
}

/*
 27.) Accordation - List
----------------------------------------*/
.accord-list {
  width: 100%;
  float: left;
}

.accord-list .card {
  width: 100%;
  float: left;
  border: none;
  background: none;
  border-radius: 0;
  padding: 0;
  margin: 0;
}

.accord-list .card-header {
  width: 100%;
  float: left;
  border: none;
  background: none;
  border-radius: 0;
  padding: 0;
  margin: 0 0 -1px 0;
}

.accord-list .card-header a {
  width: 100%;
  float: left;
  font-weight: 300;
  color: #ffffff;
  line-height: 24px;
  text-decoration: none;
  border: 1px solid rgba(255, 255, 255, 0.15);
  border-right: none;
  border-left: none;
  background: #26add0;
  position: relative;
  padding: 20px 30px 18px 56px;
}

.accord-list .card-header a:after {
  content: "\f077";
  float: right;
  font-weight: 900;
  font-family: "Font Awesome\ 5 Pro";
  font-size: 12px;
  line-height: 16px;
  position: absolute;
  top: 50%;
  left: 32px;
  margin: -8px 0 0 0;
}

.accord-list .card-header a.collapsed {
  color: #ffffff;
}

.accord-list .card-header a.collapsed:after {
  content: "\f078";
}

.accord-list .card:nth-child(even) .card-header a {
  background: #0079DC;
}

.accord-list .card-body {
  width: 100%;
  float: left;
  box-shadow: rgba(255, 255, 255, 0.15) 0 1px 0 0;
  position: relative;
  z-index: 50;
  padding: 0;
  margin: 0;
}

.accord-list .card-body .cont-in {
  width: 100%;
  float: left;
  padding: 24px 30px 45px 56px;
}

.accord-list .card-body .cont-in h2,
.accord-list .card-body .cont-in h3 {
  color: #ffffff;
}

.accord-list .card-body .cont-in p {
  color: #ffffff;
}

.accord-list .card-body .cont-in p:last-child {
  padding-bottom: 0;
}

.accord-list .card-body .cont-in ul {
  width: 100%;
  float: left;
}

.accord-list .card-body .cont-in ul li {
  width: 100%;
  float: left;
  font-weight: 400;
  color: #ffffff;
}

.accord-list .card-body .cont-in ul li:last-child {
  padding-bottom: 0;
}

.accord-list .card-body .cont-in ul li:before {
  color: #ffffff;
}

.accord-list .card-body .cont-in ol {
  width: 100%;
  float: left;
}

.accord-list .card-body .cont-in ol li {
  width: 100%;
  float: left;
  color: #ffffff;
}

.accord-list .card-body .cont-in ol li:last-child {
  padding-bottom: 0;
}

.accord-list .card-body .cont-in ol li:before {
  color: #ffffff;
}

@media (max-width: 767px) {
  .accord-list .card-header a {
    line-height: 22px;
    padding: 13px 20px 10px 40px;
  }

  .accord-list .card-header a:after {
    left: 20px;
  }

  .accord-list .card-body .cont-in {
    padding: 24px 20px 35px 40px;
  }
}

/*
 28.) FAQ's - List
----------------------------------------*/
.faq-list {
  width: 100%;
  float: left;
  background: #0079DC;
  padding: 100px 0;
}

.faq-list .container {
  max-width: 855px;
}

.faq-list .heading-txt {
  padding: 0 0 50px 0;
}

.faq-list .heading-txt h1 {
  font-weight: 600;
}

.faq-list .heading-txt h1,
.faq-list .heading-txt h2 {
  color: #ffffff;
  padding: 0 0 45px 0;
}

.faq-list .heading-txt p {
  font-weight: 300;
  color: rgba(255, 255, 255, 0.5);
  line-height: 20px;
}

.faq-list .heading-txt p a {
  font-weight: 300;
  color: rgba(255, 255, 255, 0.5);
  text-decoration: underline;
}

.faq-list .heading-txt p a:hover,
.faq-list .heading-txt p a.active {
  color: rgba(255, 255, 255, 1);
}

@media (max-width: 991px) {
  .faq-list {
    padding: 80px 0;
  }
}

@media (max-width: 767px) {
  .faq-list {
    padding: 50px 0;
  }

  .faq-list .container {
    max-width: 500px;
    padding: 0;
  }

  .faq-list .heading-txt {
    padding: 0 20px 40px 20px;
  }

  .faq-list .heading-txt h1,
  .faq-list .heading-txt h2 {
    padding: 0 0 30px 0;
  }
}

/*
 29.) Gallery - Info
----------------------------------------*/
.gallery-info {
  width: 100%;
  float: left;
  text-align: center;
  padding-bottom: 30px;
}

.gallery-info .article {
  width: 33.33%;
  float: left;
  position: relative;
  overflow: hidden;
  width: 100%;
}

.gallery-info .article>a {
  width: 100%;
  float: left;
  position: relative;
}

.gallery-info .article figure {
  width: 100%;
  float: left;
  text-align: center;
  overflow: hidden;
}

.gallery-info .article figure.desktop {}

.gallery-info .article figure.tablet {
  display: none;
}

.gallery-info .article figure.mobile {
  display: none;
}

.gallery-info .article figure img {
  margin: 0;
  max-width: 100%;
}

.gallery-info .article aside {
  width: 100%;
  height: 100%;
  float: left;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  background: rgba(255, 255, 255, 0.80);
  position: absolute;
  top: 0;
  left: 0;
  padding: 15px;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
  opacity: 0;
}

.gallery-info .article aside h3 {
  width: 100%;
  float: left;
  font-weight: 700;
  font-size: 22px;
  line-height: 26px;
  position: relative;
  padding: 0 0 90px 0;
}

.gallery-info .article aside h3:before {
  content: "\f055";
  width: 60px;
  height: 60px;
  float: left;
  font-family: "Font Awesome\ 5 Pro";
  font-weight: 900;
  font-size: 60px;
  color: #0079dc99;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
  position: absolute;
  bottom: 0;
  left: 50%;
  margin: 0 0 0 -30px;
}

.gallery-info .article aside h3:hover:before {
  color: rgba(26, 169, 206, 1);
}

.gallery-info .article:hover aside {
  opacity: 1;
}

@media (max-width:1024px) {
  .gallery-info .article figure.desktop {
    display: none;
  }

  .gallery-info .article figure.tablet {
    display: block;
  }

  .gallery-info .article figure.mobile {}
}

@media (max-width: 991px) {
  .gallery-info .article figure img {
    /*min-width: 400px;
	margin: 0 -200px;*/
  }

  .gallery-info .article aside h3 {
    font-size: 20px;
    line-height: 24px;
    padding: 0 0 80px 0;
  }

  .gallery-info .article aside h3:before {
    font-size: 55px;
  }
}

@media (max-width: 767px) {
  .gallery-info .article {}

  .gallery-info .article aside h3 {
    font-size: 18px;
    line-height: 22px;
  }

  .gallery-info .article aside h3:before {
    font-size: 50px;
  }

  .gallery-info .article figure.desktop {
    display: none;
  }

  .gallery-info .article figure.tablet {
    display: none;
  }

  .gallery-info .article figure.mobile {
    display: block;
    padding: 0 10px;
  }

  .gallery-info .article figure img {
    /*min-width: 100px;  margin: 0;*/
  }
}

@media (max-width: 479px) {
  .gallery-info .article {
    width: 100%;
  }
}

/*
 30.) Testimonial - Slider
----------------------------------------*/
.testimonial-slider {
  width: 100%;
  float: left;
  text-align: center;
  padding: 60px 0;
}

.testimonial-slider h2 {
  width: 100%;
  max-width: 580px;
  float: none;
  display: inline-block;
  vertical-align: top;
  padding: 0 0 50px 0;
}

.testimonial-slider .item {
  width: 100%;
  max-width: 580px;
  float: none;
  display: inline-block;
  vertical-align: top;
}

.testimonial-slider .item aside {
  width: 100%;
  float: left;
  position: relative;
  padding: 25px 45px 0 45px;
  margin: 0 0 55px 0;
}

.testimonial-slider .item aside:before {
  content: "\f10d";
  float: left;
  font-family: "Font Awesome\ 5 Pro";
  font-weight: 600;
  font-size: 55px;
  color: rgba(26, 169, 206, 0.20);
  position: absolute;
  top: 15px;
  left: 0;
}

.testimonial-slider .item aside:after {
  content: "\f10e";
  float: left;
  font-family: "Font Awesome\ 5 Pro";
  font-weight: 600;
  font-size: 55px;
  color: rgba(26, 169, 206, 0.20);
  position: absolute;
  bottom: 15px;
  right: 0;
}

.testimonial-slider .item aside:last-child {
  margin-bottom: 0;
}

.testimonial-slider .item aside p {
  width: 100%;
  float: left;
  font-weight: 300;
  font-size: 20px;
  line-height: 24px;
  position: relative;
  padding: 0;
  z-index: 10;
}

.testimonial-slider .item .author-cont {
  width: 100%;
  float: left;
}

.testimonial-slider .item .author-cont figure {
  width: 100%;
  float: left;
  text-align: center;
  overflow: hidden;
  margin: 0 0 20px 0;
}

.testimonial-slider .item .author-cont figure img {
  width: 100%;
  max-width: 130px;
  float: none;
  display: inline-block;
}

.testimonial-slider .item .author-cont h3 {
  font-weight: 600;
  font-size: 18px;
  line-height: 24px;
  padding: 0;
}

.testimonial-slider .item .author-cont p {
  font-size: 14px;
  color: #444444;
  line-height: 24px;
  padding: 0;
}

.testimonial-slider .owl-carousel {
  padding: 0 75px;
}

.testimonial-slider .owl-nav div {
  top: 15%;
  margin: 0;
}

.testimonial-slider .slider-out {
  width: 100%;
  float: left;
}

@media (max-width: 991px) {
  .testimonial-slider {
    padding: 50px 0;
  }

  .testimonial-slider .container {
    padding: 0 30px;
  }

  .testimonial-slider h2 {
    max-width: 500px;
    padding: 0 0 40px 0;
  }

  .testimonial-slider .item {
    max-width: 500px;
  }

  .testimonial-slider .item aside {
    padding: 20px 30px 0 30px;
    margin: 0 0 45px 0;
  }

  .testimonial-slider .item aside:before {
    font-size: 45px;
    top: 10px;
  }

  .testimonial-slider .item aside:after {
    font-size: 45px;
    bottom: 10px;
  }

  .testimonial-slider .item aside p {
    font-size: 18px;
    line-height: 24px;
  }

  .testimonial-slider .item .author-cont figure {
    margin: 0 0 18px 0;
  }

  .testimonial-slider .item .author-cont figure img {
    max-width: 120px;
  }

  .testimonial-slider .owl-carousel {
    padding: 0 50px;
  }
}

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

  .testimonial-slider .container {
    padding: 0 20px;
  }

  .testimonial-slider h2 {
    max-width: 100%;
    padding: 0 0 30px 0;
  }

  .testimonial-slider .item {
    max-width: 100%;
  }

  .testimonial-slider .item aside {
    padding: 20px 20px 0 20px;
    margin: 0 0 35px 0;
  }

  .testimonial-slider .item aside:before {
    font-size: 30px;
    top: 0;
  }

  .testimonial-slider .item aside:after {
    font-size: 30px;
    bottom: 0;
  }

  .testimonial-slider .item aside p {
    font-size: 16px;
    line-height: 22px;
  }

  .testimonial-slider .item .author-cont figure {
    margin: 0 0 15px 0;
  }

  .testimonial-slider .item .author-cont figure img {
    max-width: 100px;
  }

  .testimonial-slider .item .author-cont h3 {
    font-size: 16px;
    line-height: 22px;
  }
}

@media (max-width: 479px) {
  .testimonial-slider .owl-carousel {
    padding: 0;
  }
}

/*
 31.) Service - Info
----------------------------------------*/
.service-info {
  width: 100%;
  float: left;
  text-align: center;
  padding: 80px 0;
}

.service-info h2 {
  width: 100%;
  float: left;
  color: #242d41;
  padding: 0 0 30px 0;
}

.service-info figure {
  width: 100%;
  float: left;
  text-align: center;
  overflow: hidden;
}

.service-info figure img {
  max-width: 100%;
}

.service-info figure.d-desktop {
  display: block;
}

.service-info figure.t-tablet {
  display: none;
}

.service-info figure.m-mobile {
  display: none;
}

@media (max-width: 991px) {
  .service-info {
    padding: 60px 0;
  }

  .service-info figure.d-desktop {
    display: none;
  }

  .service-info figure.t-tablet {
    display: block;
  }

  .service-info figure.m-mobile {
    display: none;
  }
}

@media (max-width: 767px) {
  .service-info {
    padding: 40px 0;
  }

  .service-info h2 {
    max-width: 540px;
    padding: 0 0 20px 0;
  }

  .service-info figure.d-desktop {
    display: none;
  }

  .service-info figure.t-tablet {
    display: none;
  }

  .service-info figure.m-mobile {
    display: block;
  }
}

/* Social - Links1 */
.social-links1 {
  width: 100%;
  float: left;
  padding: 0 0 13px 0;
}

.social-links1 ul {
  float: left;
  padding: 0;
  margin: 0 0 -5px 0;
}

.social-links1 ul li {
  width: auto;
  float: left;
  padding: 0;
  margin: 0 5px 5px 0;
}

.social-links1 ul li:before,
.social-links1 ul li:after {
  display: none;
}

.social-links1 ul li a {
  width: 30px;
  height: 30px;
  float: left;
  font-size: 16px;
  color: #ffffff;
  line-height: 30px;
  text-align: center;
  text-decoration: none;
  background: #8c8d8d;
}

.social-links1 ul li a.fa-linkedin-in {
  background: #0077b5;
}

.social-links1 ul li a.fa-twitter {
  background: #1da1f2;
}

.social-links1 ul li a:hover {
  opacity: .90;
}

@media (max-width: 1199px) {
  .social-links1 {
    text-align: center;
  }

  .social-links1 ul {
    width: 100%;
    margin-bottom: -7px;
  }

  .social-links1 ul li {
    float: none;
    display: inline-block;
    vertical-align: top;
    margin: 0 3px 7px 3px;
  }
}

/*
 19.) Split - Content
----------------------------------------*/
.split-cont {
  width: 100%;
  float: left;
  overflow: hidden;
  padding-bottom: 60px;
}

.split-cont .article {
  width: 100%;
  float: left;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  border-bottom: 1px solid #e5efe8;
  padding: 70px 8%;
}

.split-cont .article:last-child {
  border: none;
  padding-bottom: 0;
  margin-bottom: 0;
}

.split-cont .article .figure-cont {
  width: 56%;
  float: left;
  position: relative;
  z-index: 1;
}

.split-cont .article .figure-cont figure {
  width: 100%;
  float: left;
  text-align: left;
  overflow: hidden;
}

.split-cont .article .figure-cont figure img {
  width: 100%;
}

.split-cont .article .aside-cont {
  width: 44%;
  float: left;
  position: relative;
  z-index: 2;
  padding-right: 5%;
}

.split-cont .article .aside-cont h2 {
  font-weight: 400;
  padding: 0 0 29px 0;
}

.split-cont .article .aside-cont p {
  line-height: 24px;
}

.split-cont .article .aside-cont ul li {
  font-weight: 400;
}

.split-cont .article .aside-cont .btn {
  width: 100%;
  max-width: 245px;
  padding-left: 20px;
  padding-right: 20px;
}

.split-cont .article .aside-cont .btn-out {
  padding: 30px 0 0 0;
}

.split-cont .article:nth-child(odd) .figure-cont {
  left: -44%;
}

.split-cont .article:nth-child(odd) .figure-cont figure {
  text-align: right;
}

.split-cont .article:nth-child(odd) .aside-cont {
  left: 56%;
  padding-left: 6%;
  padding-right: 0;
}

.split-cont .article.article1 {
  padding-top: 0;
}

.split-cont .article.article1 .figure-cont {
  width: 116%;
  margin: 0 0 0 -60%;
}

.split-cont .article.article2 {
  padding-top: 0;
  padding-bottom: 0;
}

.split-cont .article.article2 .figure-cont {
  width: 145%;
  margin: -7% -89% -1% 0;
  right: 7%;
}

.split-cont .article.article3 .figure-cont {
  padding-right: 9%;
}

.split-cont .article.article4 .figure-cont {
  width: 68%;
  margin-right: -12%;
}

.split-cont .article.article4 .aside-cont {
  padding-right: 3%;
}

@media (max-width: 1199px) {
  .split-cont .article {
    padding: 70px 2%;
  }

  .split-cont .article.article3 .figure-cont {
    padding-right: 0;
  }

  .split-cont .article.article2 .figure-cont {
    right: 4%;
  }
}

@media (max-width: 991px) {
  .split-cont {
    padding-bottom: 40px;
  }

  .split-cont .container {
    padding: 0 40px;
  }

  .split-cont .article {
    padding: 50px 0;
  }

  .split-cont .article .aside-cont h2 {
    padding: 0 0 20px 0;
  }

  .split-cont .article.article2 .figure-cont {
    margin: -4% -89% 0 0;
    right: 7%;
  }
}

@media (max-width: 767px) {
  .split-cont {
    padding-bottom: 20px;
  }

  .split-cont .container {
    padding: 0 20px;
  }

  .split-cont .article {
    padding: 30px 0;
  }

  .split-cont .article .figure-cont {
    width: 100%;
    padding: 15px 0;
  }

  .split-cont .article .figure-cont figure {
    text-align: center;
  }

  .split-cont .article .aside-cont {
    width: 100%;
    padding: 15px 0;
  }

  .split-cont .article .aside-cont h2 {
    padding: 0 0 15px 0;
  }

  .split-cont .article .aside-cont .btn-out {
    padding: 13px 0 0 0;
  }

  .split-cont .article:nth-child(odd) .figure-cont {
    left: 0;
  }

  .split-cont .article:nth-child(odd) .figure-cont figure {
    text-align: center;
  }

  .split-cont .article:nth-child(odd) .aside-cont {
    left: 0;
    padding: 15px 0;
  }

  .split-cont .article.article1 {
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .split-cont .article.article1 .figure-cont {
    width: 100%;
    margin: 0;
  }

  .split-cont .article.article2 {
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .split-cont .article.article2 .figure-cont {
    width: 100%;
    margin: 0;
    right: 0;
  }

  .split-cont .article.article3 .figure-cont {
    padding: 15px 0;
  }

  .split-cont .article.article4 .figure-cont {
    width: 100%;
    margin: 0;
  }

  .split-cont .article.article4 .aside-cont {
    padding: 15px 0;
  }
}

/* Verticla - Align - Top */
.split-cont .article.valign-top .aside-cont .btn span.txt1 {
  display: none;
}

.split-cont .article.valign-top .aside-cont .btn span.txt2 {
  display: block;
}

.split-cont .article.valign-top .aside-cont .btn.collapsed span.txt1 {
  display: block;
}

.split-cont .article.valign-top .aside-cont .btn.collapsed span.txt2 {
  display: none;
}

.split-cont .article.valign-top .card-body {
  width: 100%;
  float: left;
  background: none;
  border: none;
  padding: 5px 0 0 0;
  margin: 0;
}

.split-cont .article.valign-top .more-details {
  width: 100%;
  float: left;
}

.split-cont .article.valign-top .more-details h3 {
  font-size: 20px;
}

.split-cont .article.valign-top .more-details ul {
  padding: 0;
  margin: 0;
}

.split-cont .article.valign-top .more-details ul li {
  padding-bottom: 5px;
}

.split-cont .article.valign-top .more-details ul li:last-child {
  padding-bottom: 0;
}

@media (min-width: 768px) {
  .split-cont .article.valign-top {
    display: block;
  }

  .split-cont .article.valign-top .figure-cont {
    text-align: center;
  }

  .split-cont .article.valign-top .figure-cont figure {
    text-align: center;
  }

  .split-cont .article.valign-top .figure-cont figure img {
    width: auto;
    max-width: 355px;
  }

  .split-cont .article.valign-top .aside-cont {
    padding-top: 70px;
  }

  .split-cont .article.article5 .figure-cont {
    width: 94%;
    margin-right: -38%;
  }

  .split-cont .article.article5 .aside-cont .btn {
    max-width: 300px;
  }
}

/*
 20.) Banner - Middle
----------------------------------------*/
.banner-middle {
  width: 100%;
  height: 870px;
  float: left;
  text-align: center;
  background: #ffffff;
  overflow: hidden;
  position: relative;
}

.banner-middle aside {
  width: 100%;
  max-width: 600px;
  float: none;
  display: inline-block;
  vertical-align: top;
  position: relative;
  z-index: 50;
}

.banner-middle aside h1,
.banner-middle aside h2 {
  padding: 0 0 25px 0;
}

.banner-middle aside h1:last-child,
.banner-middle aside h2:last-child {
  padding-bottom: 0;
}

.banner-middle aside p {
  line-height: 24px;
}

.banner-middle aside p:last-child {
  padding-bottom: 0;
}

.banner-middle .aside-out {
  width: 100%;
  height: 100%;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  float: left;
}

.banner-middle .sub-img1 {
  width: 439px;
  float: left;
  opacity: 0.5;
  position: absolute;
  left: 0;
  bottom: 51px;
}

.banner-middle .sub-img1 img {
  width: 100%;
}

.banner-middle .sub-img2 {
  width: 750px;
  float: left;
  opacity: 0.3;
  position: absolute;
  right: 0;
  bottom: 66px;
}

.banner-middle .sub-img2 img {
  width: 100%;
}

@media (max-width: 1199px) {
  .banner-middle {
    height: 640px;
  }

  .banner-middle aside {
    max-width: 420px;
  }

  .banner-middle .sub-img1 {
    width: 300px;
    bottom: 40px;
  }

  .banner-middle .sub-img2 {
    width: 500px;
    bottom: 80px;
  }
}

@media (max-width: 991px) {
  .banner-middle {
    height: 500px;
  }

  .banner-middle aside {
    max-width: 360px;
  }

  .banner-middle .sub-img1 {
    width: 250px;
    bottom: 20px;
  }

  .banner-middle .sub-img2 {
    width: 400px;
    bottom: 70px;
  }
}

@media (max-width: 767px) {
  .banner-middle {
    height: auto;
    padding: 140px 0 120px 0
  }

  .banner-middle aside h1,
  .banner-middle aside h2 {
    padding: 0 0 19px 0;
  }

  .banner-middle aside p {
    line-height: 22px;
  }

  .banner-middle .sub-img1 {
    width: 160px;
    bottom: 10px;
  }

  .banner-middle .sub-img2 {
    width: 240px;
    bottom: auto;
    top: 0;
  }
}

/*
 21.) Articles - List
----------------------------------------*/
.articles-list-out {
  width: 100%;
  float: left;
}

.articles-list {
  width: 100%;
  float: left;
  text-align: center;
  border-top: 1px solid rgba(0, 96, 27, 0.1);
  border-bottom: 1px solid rgba(0, 96, 27, 0.1);
  position: relative;
  padding: 70px 0 100px 0;
}

.articles-list:last-child {
  border-bottom: none;
}

.articles-list h2 {
  width: 100%;
  float: left;
  color: #242d41;
  padding: 0 0 65px 0;
}

.articles-list .article {
  width: 29.99%;
  float: left;
  margin: 0 1.67% 50px 1.67%;
}

.articles-list .article figure {
  width: 100%;
  float: left;
  text-align: center;
  overflow: hidden;
  position: relative;
  margin: 0 0 22px 0;
}

.articles-list .article figure img {
  width: 100%;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
}

.articles-list .article figure .over-btn {
  width: 100%;
  height: 100%;
  float: left;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
  background: rgba(255, 255, 255, 0.85);
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  padding: 0 20px;
}

.articles-list .article figure .btn {
  width: 100%;
  max-width: 245px;
  padding-left: 20px;
  padding-right: 20px;
}

.articles-list .article aside {
  width: 100%;
  float: left;
}

.articles-list .article aside h3 {
  font-weight: 500;
  font-size: 22px;
  color: #0079DC;
  line-height: 26px;
  padding: 0 0 4px 0;
}

.articles-list .article aside h3:last-child {
  padding-bottom: 0;
}

.articles-list .article aside h3 a {
  font-weight: 500;
  color: #0079DC;
  text-decoration: none;
}

.articles-list .article aside h3 a:hover {
  color: rgba(26, 169, 206, .85);
}

.articles-list .article aside .name {
  width: 100%;
  float: left;
  font-size: 15px;
  color: #666666;
  line-height: 20px;
}

.articles-list .article:hover figure img {
  -webkit-transform: scale(1.05);
  transform: scale(1.05);
}

.articles-list .article:hover figure .over-btn {
  opacity: 1;
}

.articles-list .article-out {
  width: 103.34%;
  float: left;
  padding: 0 0 100px 0;
  margin: 0 -1.67% -50px -1.67%;
}

.articles-list .btn-out .btn {
  width: 100%;
  max-width: 245px;
  padding-left: 20px;
  padding-right: 20px;
}

@media (max-width: 991px) {
  .articles-list {
    padding: 60px 0 80px 0;
  }

  .articles-list h2 {
    padding: 0 0 50px 0;
  }

  .articles-list .article {
    width: 45.06%;
    margin: 0 2.47% 44px 2.47%;
  }

  .articles-list .article figure .btn {
    padding-right: 40px;
    padding-left: 40px;
  }

  .articles-list .article aside h3 {
    font-size: 20px;
    line-height: 24px;
  }

  .articles-list .article-out {
    width: 104.94%;
    padding: 0 0 80px 0;
    margin: 0 -2.47% -44px -2.47%;
  }
}

@media (max-width: 767px) {
  .articles-list {
    padding: 50px 0;
  }

  .articles-list h2 {
    padding: 0 0 40px 0;
  }

  .articles-list .article {
    width: 100%;
    margin: 0 0 34px 0;
  }

  .articles-list .article figure {
    margin: 0 0 18px 0;
  }

  .articles-list .article figure .btn {
    padding-right: 35px;
    padding-left: 35px;
  }

  .articles-list .article aside h3 {
    font-size: 18px;
    line-height: 22px;
  }

  .articles-list .article-out {
    width: 100%;
    padding: 0 0 60px 0;
    margin: 0 0 -34px 0;
  }
}

/*
 22.) Video - Banner
----------------------------------------*/
.video-banner {
  width: 100%;
  float: left;
  text-align: center;
  position: relative;
  overflow: hidden;
}

.video-banner figure {
  width: 100%;
  float: left;
  text-align: center;
  overflow: hidden;
}

.video-banner figure img {
  width: 100%;
  min-width: 1000px;
  margin: 0 -500px;
}

.video-banner .banner-content {
  width: 100%;
  height: 100%;
  float: left;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  text-align: center;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}

.video-banner .banner-content h1,
.video-banner .banner-content h2 {
  color: #ffffff;
}

.video-banner .banner-content h1:last-child,
.video-banner .banner-content h2:last-child {
  padding-bottom: 0;
}

.video-banner .banner-content p {
  color: #ffffff;
  padding: 0;
}

.video-banner .banner-content .icon-play {
  width: 100%;
  float: left;
  margin: 0 0 20px 0;
}

.video-banner .banner-content .icon-play a {
  float: none;
  display: inline-block;
  vertical-align: top;
  font-size: 100px;
  color: #ffffff;
  line-height: 100px;
  text-shadow: #ffffff 0 0 15px;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transform: translateZ(0);
  -moz-transform: translateZ(0);
  transform: translateZ(0);
}

.video-banner .banner-content .icon-play a:hover {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  transform: scale(1.1);
}

.video-banner .banner-content aside {
  width: 100%;
  max-width: 700px;
  float: none;
  display: inline-block;
  vertical-align: top;
}

@media (max-width: 991px) {
  .video-banner .banner-content .icon-play a {
    font-size: 80px;
    line-height: 80px;
  }
}

@media (max-width: 767px) {
  .video-banner .banner-content .icon-play a {
    font-size: 70px;
    line-height: 70px;
  }
}

/*
 23.) News - List
----------------------------------------*/
.news-list {
  width: 100%;
  float: left;
  padding: 100px 0;
}

.news-list h2 {
  width: 100%;
  float: left;
  font-weight: 600;
  font-size: 30px;
  line-height: 34px;
  padding: 0 0 43px 0;
}

.news-list h2:last-child {
  padding-bottom: 0;
}

.news-list h3 {
  font-weight: 700;
  font-size: 18px;
  line-height: 24px;
  padding: 0 0 2px 0;
}

.news-list h3 a {
  font-weight: 700;
  color: #0079DC;
}

.news-list h3 a:hover {
  color: rgba(26, 169, 206, .85);
}

.news-list .date,
.news-list .month,
.news-list .year {
  font-weight: 400;
  font-size: 18px;
  color: #999999;
  line-height: 24px;
}

.news-list .date {
  padding: 0 0 5px 0;
}

.news-list .date:last-child {
  padding-bottom: 0;
}

.news-list .year,
.news-list .month {
  font-weight: 700;
  color: #666666;
  text-transform: uppercase;
  padding: 0 0 19px 0;
}

.news-list .month {
  padding: 0 0 22px 0;
}

.news-list .more {
  font-weight: 700;
  font-size: 18px;
  line-height: 20px;
  color: #0079DC;
  padding: 0;
}

.news-list .btn-out {
  padding: 5px 0 0 0;
}

.news-list .btn-out .btn {
  width: 100%;
  max-width: 325px;
  padding-left: 20px;
  padding-right: 20px;
}

.news-list .year-out,
.news-list .month-out {
  width: 100%;
  float: left;
}

.news-list .article {
  width: 100%;
  float: left;
  margin: 0 0 28px 0;
}

.news-list .article-out {
  width: 100%;
  float: left;
  padding: 0 0 55px 0;
  margin: 0 0 -28px 0;
}

.news-list .col-split {
  width: 41%;
  float: left;
}

.news-list .col-split:nth-child(1) h3 a {
  color: #000000;
}

.news-list .col-split:nth-child(1) h3 a:hover {
  color: #0079DC;
}

.news-list .col-split:nth-child(2) {
  float: right;
}

@media (max-width: 991px) {
  .news-list .col-split {
    width: 43%;
  }
}

@media (max-width: 991px) {
  .news-list {
    padding: 80px 0;
  }

  .news-list .container {
    padding: 0 40px;
  }
}

@media (max-width: 767px) {
  .news-list {
    padding: 50px 0;
  }

  .news-list .container {
    padding: 0 20px;
  }

  .news-list h2 {
    font-size: 26px;
    line-height: 30px;
    padding: 0 0 20px 0;
  }

  .news-list h3 {
    font-size: 17px;
    line-height: 21px;
    padding: 0 0 5px 0;
  }

  .news-list .date,
  .news-list .month,
  .news-list .year {
    font-size: 16px;
    line-height: 22px;
  }

  .news-list .date {
    padding: 0 0 4px 0;
  }

  .news-list .year,
  .news-list .month {
    padding: 0 0 20px 0;
  }

  .news-list .month {
    padding: 0 0 15px 0;
  }

  .news-list .more {
    font-size: 16px;
    line-height: 18px;
  }

  .news-list .col-split {
    width: 100%;
  }

  .news-list .col-split:nth-child(2) {
    float: left;
    margin-top: 60px;
  }

  .news-list .article {
    margin: 0 0 25px 0;
  }

  .news-list .article-out {
    padding: 0 0 30px 0;
    margin: 0 0 -25px 0;
  }
}

/*
 24.) CTA - Banner
----------------------------------------*/
.cta-banner {
  width: 100%;
  min-height: 600px;
  float: left;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  text-align: center;
  background: #3c1d08 url(../img/media-6.jpg) no-repeat top center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  position: relative;
  overflow: hidden;
  padding: 90px 0;
}

.cta-banner:before {
  content: "";
  width: 100%;
  height: 100%;
  float: left;
  background: rgba(0, 0, 0, 0.5);
  position: absolute;
  top: 0;
  left: 0;
}

.cta-banner h2 {
  font-weight: 400;
  color: #ffffff;
  padding: 0 0 31px 0;
}

.cta-banner p {
  font-size: 20px;
  color: #ffffff;
  line-height: 28px;
}

.cta-banner p:last-child {
  padding-bottom: 0;
}

.cta-banner .logos-out {
  width: 100%;
  float: left;
  padding: 47px 0 0 0;
}

.cta-banner .logos-out ul {
  float: none;
  display: inline-block;
  vertical-align: middle;
  padding: 0;
  margin: 0 -36px -40px -36px;
}

.cta-banner .logos-out ul li {
  float: none;
  display: inline-block;
  vertical-align: middle;
  padding: 0;
  margin: 0 36px 40px 36px;
}

.cta-banner .logos-out ul li:before {
  display: none;
}

.cta-banner .logos-out ul li img {
  max-width: 100%;
}

.cta-banner .logos-out ul li:first-child img {
  max-width: 255px;
}

.cta-banner aside {
  width: 100%;
  max-width: 820px;
  float: none;
  display: inline-block;
  vertical-align: top;
  position: relative;
  z-index: 100;
  padding: 150px 0 0 0;
}

@media (max-width: 991px) {
  .cta-banner h2 {
    padding: 0 0 26px 0;
  }

  .cta-banner p {
    font-size: 18px;
    line-height: 26px;
  }

  .cta-banner .logos-out {
    padding: 39px 0 0 0;
  }

  .cta-banner .logos-out ul {
    margin: 0 -25px -40px -25px;
  }

  .cta-banner .logos-out ul li {
    margin: 0 25px 40px 25px;
  }

  .cta-banner .logos-out ul li img {
    max-width: 240px;
  }

  .cta-banner .logos-out ul li:first-child img {
    max-width: 220px;
  }
}

@media (max-width: 767px) {
  .cta-banner h2 {
    padding: 0 0 20px 0;
  }

  .cta-banner p {
    font-size: 16px;
    line-height: 24px;
  }

  .cta-banner .logos-out {
    padding: 34px 0 0 0;
  }

  .cta-banner .logos-out ul {
    margin: 0 -20px -30px -20px;
  }

  .cta-banner .logos-out ul li {
    margin: 0 20px 30px 20px;
  }

  .cta-banner .logos-out ul li img {
    max-width: 210px;
  }

  .cta-banner .logos-out ul li:first-child img {
    max-width: 200px;
  }

  .cta-banner aside {
    padding: 90px 0 0 0;
  }
}

/* Single Post - Date */
.single-post-date {
  width: 100%;
  float: left;
  font-weight: 300;
  font-size: 14px;
  color: #555555;
  line-height: 20px;
  padding: 0;
  margin: 0 0 15px 0;
}

.single-post-date:last-child {
  padding-bottom: 0;
}

.single-post-date a {
  font-weight: 400;
}

.single-post-date .divider {
  color: #cccccc;
  margin: 0 10px;
}

@media (max-width: 767px) {
  .single-post-date {
    margin: 0 0 20px 0;
  }

  .single-post-date .divider {
    margin: 0 5px;
  }
}

.single-post-large-txt p:last-child {
  padding-bottom: 0;
}

.single-post-large-txt:last-child {
  margin-bottom: 0;
}

.single-post-large-txt strong {
  font-weight: 600;
}

@media (max-width: 991px) {
  .single-post-large-txt {
    font-size: 22px;
    line-height: 26px;
  }
}

@media (max-width: 767px) {
  .single-post-large-txt {
    font-size: 20px;
    line-height: 24px;
    padding: 22px 0 20px 0;
    margin: 10px 0 20px 0;
  }
}

/* Single Post - Trim Content */
.single-post-trim-cont {
  width: 100%;
  float: left;
}

.single-post-trim-cont h3 {
  font-weight: 600;
  font-size: 18px;
  line-height: 22px;
  text-transform: uppercase;
  padding: 0 0 9px 0;
}

.single-post-trim-cont p {
  font-style: italic;
  font-size: 14px;
  line-height: 20px;
  padding: 0;
}

.single-post-trim-cont p strong {
  font-weight: 600;
  font-style: normal;
}

@media (max-width: 767px) {
  .single-post-trim-cont h3 {
    font-size: 16px;
    line-height: 20px;
  }
}

/* Single Post - Pagination */
.single-post-pagination {
  width: 100%;
  float: left;
  text-align: center;
  margin: 60px 0 0 0;
}

.single-post-pagination div {
  float: none;
  display: inline-block;
  vertical-align: top;
  padding: 0;
  margin: 0 45px;
}

.single-post-pagination div a {
  text-decoration: none;
}

.single-post-pagination div i {
  margin: 0 5px;
}

@media (max-width: 767px) {
  .single-post-pagination {
    margin: 40px 0 0 0;
  }

  .single-post-pagination div {
    width: 50%;
    text-align: left;
    margin: 0 -2px;
  }

  .single-post-pagination div.nav-next {
    text-align: right;
  }
}

/* Sidebar - Widgets */
.post-sidebar {
  padding-left: 20px;
}

.post-sidebar aside {
  width: 100%;
  float: left;
  text-align: left;
  margin: 0 0 35px 0;
}

.post-sidebar aside:last-child {
  margin-bottom: 50px;
}

.post-sidebar aside h3 {
  width: 100%;
  float: left;
  font-weight: 700;
  font-size: 16px;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  line-height: 20px;
  padding: 0 0 22px 0;
}

.post-sidebar aside ul {
  width: 100%;
  float: left;
  padding: 0;
  margin: 0;
}

.post-sidebar aside ul li {
  width: 100%;
  float: left;
  font-size: 16px;
  line-height: 20px;
  padding: 0 0 13px 0;
  margin: 0;
}

.post-sidebar aside ul li::before {
  display: none;
}

.post-sidebar aside ul li:last-child {
  padding-bottom: 0;
}

.post-sidebar aside ul li a {
  width: 100%;
  float: left;
  font-weight: 600;
  padding: 0 0 0 15px;
  text-indent: -15px;
}

.post-sidebar .social-links2 ul li {
  padding: 0 0 22px 0;
}

.post-sidebar .social-links2 ul li a {
  padding: 0 0 0 28px;
  text-indent: 0;
}

.post-sidebar .social-links2 ul li i {
  position: absolute;
  top: 0;
  left: 0;
}

.post-sidebar .social-links2 ul li.linkedin i {
  font-size: 20px;
  color: #4b75fa;
  top: -1px;
}

.post-sidebar .social-links2 ul li.twitter i {
  font-size: 19px;
  color: #4ba8de;
}

.post-sidebar .social-links2 ul li.message i {
  font-size: 20px;
  color: #f77003;
}

.post-sidebar .subscribe-form form {
  width: 100%;
  float: left;
  position: relative;
  padding: 0 58px 0 0;
}

.post-sidebar .subscribe-form input[type="text"],
.post-sidebar .subscribe-form input[type="number"],
.post-sidebar .subscribe-form input[type="email"],
.post-sidebar .gform_widget input[type="email"] {
  height: 45px;
  font-size: 13px;
  background: #ffffff;
  border: 2px solid #dddddd;
  border-radius: 30px 0 0 30px;
  padding: 10px 23px;
  margin: 0;
}

.post-sidebar .subscribe-form input[type="text"]:focus,
.post-sidebar .subscribe-form input[type="number"]:focus,
.post-sidebar .subscribe-form input[type="email"]:focus,
.post-sidebar .gform_widget input[type="email"]:focus {
  border-color: #0079DC;
}

.post-sidebar .subscribe-form button,
.post-sidebar .subscribe-form input[type="button"],
.post-sidebar .subscribe-form input[type="submit"],
.post-sidebar .gform_widget input[type="submit"] {
  width: 60px;
  height: 45px;
  font-weight: 700;
  font-size: 16px;
  line-height: 45px;
  border-radius: 0 30px 30px 0;
  position: absolute;
  top: 0;
  right: 0;
  padding: 0;
}

@media (max-width: 1199px) {
  .post-sidebar {
    padding-left: 0;
  }
}

@media (max-width: 991px) {
  .post-sidebar {
    width: 100%;
    display: block;
    text-align: left;
    border-top: 1px solid #cccccc;
    padding: 50px 0 0 0;
    margin: 50px 0 -50px 0;
  }
}

@media (max-width: 767px) {
  .post-sidebar {
    padding-top: 40px;
    margin: 40px 0 -50px 0;
  }
}

/*
 29.) Bootstrap - Modal
----------------------------------------*/
.modal {
  background: rgba(33, 33, 33, .70);
  text-align: center;
  z-index: 100000 !important;
  padding: 0 !important;
  margin: 0 !important;
}

.modal-open {
  padding-right: 0 !important;
}

.modal-backdrop {
  display: none !important;
}

.modal-dialog {
  max-width: 960px;
}

.modal-body {
  padding: 2px;
}

@media (min-width: 768px) {
  .modal-dialog {
    padding: 0 30px;
    margin-bottom: 0 !important;
  }
}

@media (min-width: 992px) {
  .modal-dialog {
    padding: 0 30px;
  }
}

@media (max-width: 767px) {
  .modal-dialog {
    margin: 40px 20px !important;
  }
}

.modal-content {
  width: 100%;
  min-height: inherit;
  float: none;
  text-align: left;
  display: inline-block;
  vertical-align: middle;
  background: #f7f7f7;
  border: none;
  box-shadow: rgba(0, 0, 0, .3) 0 0 15px;
  border-radius: 0;
  padding: 0;
  margin: 0 auto;
}

.modal-content .close {
  position: absolute;
  right: 0;
  top: -30px;
  z-index: 999;
  font-size: 24px;
  font-weight: 300;
  color: #ffffff;
  opacity: 1;
}

/*
 30.) Fancybox
----------------------------------------*/
.fancybox-wrap,
.fancybox-skin,
.fancybox-outer,
.fancybox-inner,
.fancybox-image,
.fancybox-wrap iframe,
.fancybox-wrap object,
.fancybox-nav,
.fancybox-nav span,
.fancybox-tmp {
  padding: 0;
  margin: 0;
  border: 0;
  outline: none;
  vertical-align: top;
}

.fancybox-wrap {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 8020;
}

.fancybox-skin {
  position: relative;
  background: #ffffff;
  border: 1px solid #dddddd;
  color: #444;
  text-shadow: none;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  padding: 0;
}

.fancybox-opened {
  z-index: 8030;
}

.fancybox-opened .fancybox-skin {
  -webkit-box-shadow: 0 0 25px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0 0 25px rgba(0, 0, 0, 0.5);
  box-shadow: 0 0 25px rgba(0, 0, 0, 0.5);
}

.fancybox-outer,
.fancybox-inner {
  position: relative;
}

.fancybox-inner {
  overflow: hidden;
}

.fancybox-type-iframe .fancybox-inner {
  -webkit-overflow-scrolling: touch;
}

.fancybox-error {
  color: #444;
  font: 14px/20px "Helvetica Neue", Helvetica, Arial, sans-serif;
  margin: 0;
  padding: 15px;
  white-space: nowrap;
}

.fancybox-image,
.fancybox-iframe {
  display: block;
  width: 100%;
  height: 100%;
}

.fancybox-image {
  max-width: 100%;
  max-height: 100%;
}

#fancybox-loading,
.fancybox-close,
.fancybox-prev span,
.fancybox-next span {
  background-image: url('../img/fancybox_sprite.png');
}

#fancybox-loading {
  position: fixed;
  top: 50%;
  left: 50%;
  margin-top: -22px;
  margin-left: -22px;
  background-position: 0 -108px;
  cursor: pointer;
  z-index: 8060;
}

#fancybox-loading div {
  width: 44px;
  height: 44px;
  background: url('../img/fancybox_loading.gif') center center no-repeat;
}

.fancybox-close {
  position: absolute;
  top: -40px;
  right: 3px;
  width: 20px;
  height: 20px;
  float: left;
  cursor: pointer;
  z-index: 8040;
}

.fancybox-close:before {
  width: 100%;
  height: 100%;
  float: left;
  content: "\f00d";
  font-family: "Font Awesome\ 5 Pro";
  font-weight: 400;
  font-size: 34px;
  color: #f59120;
  line-height: 30px;
  text-align: center;
  text-indent: 0;
  position: absolute;
  top: 0;
  left: 0;
}

.fancybox-nav {
  position: absolute;
  top: 0;
  width: 40%;
  height: 100%;
  cursor: pointer;
  text-decoration: none;
  background: transparent;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  z-index: 8040;
}

.fancybox-prev {
  left: -30px;
}

.fancybox-next {
  right: -30px;
}

.fancybox-nav span {
  position: absolute;
  top: 50%;
  width: 28px;
  height: 28px;
  float: left;
  background: none;
  border: none;
  border-radius: 100px !important;
  margin-top: -14px;
  cursor: pointer;
  z-index: 8040;
}

.fancybox-nav span:before {
  width: 100%;
  height: 100%;
  float: left;
  content: "\f104";
  font-family: "Font Awesome\ 5 Pro";
  font-weight: 400;
  font-size: 34px;
  color: #ffffff;
  line-height: 24px;
  text-align: center;
  position: absolute;
  top: 0;
  right: 0;
  opacity: .70;
}

.fancybox-prev span {
  left: 0;
}

.fancybox-next span {
  right: 0;
}

.fancybox-next span:before {
  content: "\f105";
  padding-left: 3px;
}

.fancybox-nav:hover span {
  visibility: visible;
}

.fancybox-tmp {
  position: absolute;
  top: -99999px;
  left: -99999px;
  visibility: hidden;
  max-width: 99999px;
  max-height: 99999px;
  overflow: visible !important;
}

.fancybox-lock {
  overflow: hidden !important;
  width: auto;
}

.fancybox-lock body {
  overflow: hidden !important;
}

.fancybox-lock-test {
  overflow-y: hidden !important;
}

.fancybox-overlay {
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
  display: none;
  z-index: 8010;
  background: rgba(0, 0, 0, .80);
}

.fancybox-overlay-fixed {
  position: fixed;
  bottom: 0;
  right: 0;
}

.fancybox-lock .fancybox-overlay {
  overflow: auto;
  overflow-y: scroll;
}

.fancybox-title {
  visibility: hidden;
  font-size: 13px;
  line-height: 17px;
  position: relative;
  text-shadow: none;
  z-index: 8050;
}

.fancybox-opened .fancybox-title {
  visibility: visible;
}

.fancybox-title-float-wrap {
  position: absolute;
  bottom: 0;
  right: 50%;
  margin-bottom: -35px;
  z-index: 8050;
  text-align: center;
}

.fancybox-title-float-wrap .child {
  display: inline-block;
  margin-right: -100%;
  padding: 3px 20px 0 20px;
  background: transparent;
  background: #f8962d;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  border-radius: 15px;
  color: #ffffff;
  line-height: 24px;
  white-space: nowrap;
}

.fancybox-title-outside-wrap {
  position: relative;
  margin-top: 10px;
  color: #ffffff;
}

.fancybox-title-inside-wrap {
  padding-top: 10px;
}

.fancybox-title-over-wrap {
  position: absolute;
  bottom: 0;
  left: 0;
  color: #ffffff;
  padding: 10px;
  background: #f8962d;
}

@media (max-width: 767px) {
  .fancybox-close {
    top: -35px;
    right: 0;
  }

  .fancybox-close:before {
    font-size: 26px;
  }
}

/* Fancybox - Team */
.fancybox-team .fancybox-close {
  display: none;
}

/*
 34.) Title - Description - (Notes)
----------------------------------------*/
.notes-title {
  width: 100%;
  float: left;
  padding: 60px 0 50px 0;
}

.notes-title aside {
  width: 100%;
  float: left;
}

.notes-title aside p {
  font-weight: 300;
  font-style: italic;
  font-size: 18px;
  color: #808080;
  line-height: 25px;
  padding: 0;
}

.notes-title aside .title-txt {
  width: 100%;
  float: left;
  font-weight: 600;
  font-size: 20px;
  color: #4b4e53;
  line-height: 22px;
  padding: 0 0 3px 0;
}

.notes-title aside .title-txt:last-child {
  padding-bottom: 0;
}

@media (max-width: 991px) {
  .notes-title {
    padding: 40px 0 20px 0;
  }

  .notes-title .container {
    padding: 0 20px;
  }
}

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

  .notes-title .container {
    padding: 0 10px;
  }

  .notes-title aside p {
    font-size: 16px;
    line-height: 23px;
  }

  .notes-title aside .title-txt {
    font-size: 18px;
    line-height: 20px;
  }
}

/*
 31.) Background and Text - Colors
----------------------------------------*/
/* Padding - None */
.top-none {
  padding-top: 0 !important;
}

.bottom-none {
  padding-bottom: 0 !important;
}

/* Colors */
.voilet-dk {
  color: #621850 !important;
}

.voilet-lt {
  color: #9e2670 !important;
}

.yellow {
  color: #f59120 !important;
}

.orange {
  color: #f05a2a !important;
}

.whitepapers-list {
  float: left;
  width: 100%;
  padding-bottom: 100px;
}

.whitepapers-list h2 {
  width: 100%;
  float: left;
  color: #242d41;
  text-align: center;
  font-weight: normal;
  padding-bottom: 50px;
}

.whitepapers-list .article-out {
  width: 103.50%;
  float: left;
  display: flex;
  flex-wrap: wrap;
  padding: 0 0 80px 0;
  margin: 0 -1.65% -38px -1.65%;
}

.whitepapers-list .article-out:last-child {
  padding-bottom: 0;
}

.whitepapers-list .article {
  width: 30.03%;
  float: left;
  display: inline;
  text-align: center;
  margin: 0 1.65% 38px 1.65%;
  position: relative;
}

.whitepapers-list .article>a {
  width: 100%;
  float: left;
  text-decoration: none;
}

.whitepapers-list .article figure {
  width: 100%;
  float: left;
  text-align: center;
  overflow: hidden;
  margin: 0 0 27px 0;
  position: relative;
}

.whitepapers-list .article h3,
.whitepapers-list .article h3 a {
  font-weight: 500;
  font-size: 22px;
  color: #0079DC;
  letter-spacing: normal;
  padding: 0;
  clear: both;
  line-height: 25px;
}

.whitepapers-list .article h3 a:hover {
  text-decoration: none;
}

.whitepapers-list .article .by-line {
  color: #666;
  font-weight: normal;
  font-size: 15px;
}

.whitepapers-list .article .hover-overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.8);
  top: 0;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  text-align: center;
  opacity: 0;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}

.whitepapers-list .article:hover .hover-overlay {
  opacity: 1;
}

.centered {
  text-align: center;
}

.btn-out {
  width: 100%;
  float: left;
}

@media (max-width: 991px) {
  .whitepapers-list.article-out {
    width: 105.64%;
    padding: 0 0 60px 0;
    margin: 0 -2.40% -30px -2.40%;
  }

  .whitepapers-list .article {
    width: 45.20%;
    margin: 0 2.40% 30px 2.40%;
  }
}

@media (max-width: 767px) {
  .whitepapers-list .article-out {
    padding: 0 0 40px 0;
  }

  .whitepapers-list .article {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
  }
}

.cta-content2 {
  width: 100%;
  float: left;
  text-align: center;
  background: #261248 url(../img/video-bg.jpg) no-repeat center center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  position: relative;
  overflow: hidden;
  padding: 175px 0;
  position: relative;
  /* background-attachment: fixed;*/
}

.cta-content2:before {
  position: absolute;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  top: 0;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  text-align: center;
  content: '';
  z-index: 1;
}

.cta-content2 aside {
  position: relative;
  z-index: 10;
}

.cta-content2 h2 {
  color: #FFF;
}

.cta-content2 .icon-play {
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transform: translateZ(0);
  -moz-transform: translateZ(0);
  transform: translateZ(0);
  position: relative;
  display: block;
  width: 100px;
  height: 100px;
  margin: 0 auto;
}

.cta-content2 .icon-play:before {
  content: "";
  width: 100%;
  height: 100%;
  float: left;
  background: url(../img/icon-play.png) no-repeat center center;
  background-size: 88px auto;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
  z-index: 100;
  position: absolute;
  top: 0;
  left: 0;
}

.cta-content2:hover .icon-play:before {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  transform: scale(1.1);
}

.two-col-articles2 {
  width: 100%;
  float: left;
  background: #ffffff;
  overflow: hidden;
  position: relative;
}

.two-col-articles2 .article {
  width: 100%;
  float: left;
  position: relative;
  padding: 100px 0;
}

.two-col-articles2 .article aside {
  width: 50%;
  float: left;
  position: relative;
  padding: 0 6.30%;
}

.two-col-articles2 .article aside.aside-full {
  width: 100%;
}

.two-col-articles2 h3 {
  font-weight: 600;
  font-size: 30px;
  margin-bottom: 20px;
}

.two-col-articles2 .news_block {
  margin: 15px 0;
  font-size: 16px;
  line-height: 25px;
  float: left;
  width: 100%;
}

.two-col-articles2 .news_block span {
  float: left;
  width: 100%;
}

.two-col-articles2 .news_block a {
  color: #0079DC;
  font-weight: 600;
  font-size: 16px;
}

.two-col-articles2 .news_block span.title {
  font-weight: 700;
  font-size: 18px;
}

.two-col-articles2 .news_block span.date {
  font-weight: normal;
  color: #999999;
}

.two-col-articles2 .news_block.press_block a {
  font-size: 18px;
  font-weight: 700;
}

.two-col-articles2 .btn-out {
  margin-top: 40px;
}

@media (max-width: 767px) {
  .two-col-articles2 .article aside {
    width: 100%;
    padding: 15px 0 70px;
  }

  .two-col-articles2 .article aside:last-child {
    padding-bottom: 0;
  }
}

.event_band {
  width: 100%;
  float: left;
  text-align: center;
  background: #000 url(../img/media-3-bg.jpg) no-repeat top center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  position: relative;
  overflow: hidden;
  padding: 220px 0 100px;
  position: relative;
  max-height: 595px;
  overflow: hidden;
  color: #FFF;
}

.event_band:before {
  position: absolute;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  top: 0;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  text-align: center;
  content: '';
  z-index: 1;
}

.event_band aside {
  position: relative;
  z-index: 10;
  max-width: 66.167%;
  margin: 0 auto;
}

.event_band p.heading {
  font-size: 36px;
  line-height: 40px;
  padding-bottom: 30px;
}

.event_band .description {
  padding-bottom: 30px;
}

.event_band .logos {}

.event_band .logos img {
  max-width: 39%;
  margin: 0 5%;
}

@media (max-width:767px) {
  .event_band aside {
    max-width: 95%;
  }

  .event_band {
    max-height: 10000px;
    padding: 180px 0 60px;
  }
}

.two-col-articles2.about {
  width: 100%;
  float: left;
  background: #ffffff;
  overflow: hidden;
  text-align: center;
}

.two-col-articles2.about .container {
  border-bottom: 1px solid #CCC;
  display: inline-block;
  text-align: left;
}

.two-col-articles2.noborder .container {
  border-bottom: none;
}

.two-col-articles2.about .article figure {
  width: 49.50%;
  float: left;
  text-align: center;
  position: relative;
}

.two-col-articles2.about .article aside {
  width: 50.50%;
  float: left;
  position: relative;
  padding: 0 6.30%;
}

.two-col-articles2.about .article .more-cont {
  width: 100%;
  float: left;
  display: none;
  padding: 0;
}

.two-col-articles2.about .article .btn-out.active {
  display: none;
}

.two-col-articles2.about .article .btn-out {
  margin-top: 30px;
  color: #FFF;
}

.two-col-articles2.about .article {
  padding: 80px 0;
}

.two-col-articles2.about.righto .article figure {
  float: right;
}

.two-col-articles2.about .article figure img {
  max-width: 100%;
  height: auto;
}

.two-col-articles2.about.large .article .figure-cont {
  left: 0%;
  width: 116%;
  float: left;
  margin: 0px 0 0 -60%;
  position: relative;
  z-index: 1;
}

.two-col-articles2.about.large .article aside {
  padding: 0 0 0 6%;
  width: 44%;
  z-index: 9999;
}

.two-col-articles2.about.large .article {
  padding: 80px 8%;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}

.two-col-articles2.about.large .article .figure-cont figure {
  width: 100%;
  text-align: right;
}

.two-col-articles2.about.large .article .figure-cont figure img {}

.two-col-articles2.about.large.righto .article .figure-cont {
  right: 0;
  margin: 0 -60% 0 0;
  float: right;
}

.two-col-articles2.about.large.righto .article .figure-cont figure {
  text-align: left;
  width: 138%;
  margin: 0% -35% -1% 0;
}

.two-col-articles2.about.large.righto .article .figure-cont figure img {}

.two-col-articles2.about.large.righto .article aside {
  padding: 0 6% 0 0;
}

@media (min-width:767px) {
  .two-col-articles2.about.smallimg .article figure {
    width: 50%;
    padding: 50px;
  }

  .two-col-articles2.about.smallimg .article aside {
    width: 50%;
    padding: 20px;
  }
}

@media (max-width:767px) {
  .two-col-articles2.about .article figure {
    width: 100%;
  }

  .two-col-articles2.about .article aside {
    width: 100%;
    padding: 40px 0 0 0;
  }

  .two-col-articles2.about .article {
    padding: 40px 20px;
  }

  .two-col-articles2.about.large .article .figure-cont {
    width: 100%;
    margin: 0;
  }

  .two-col-articles2.about.large.righto .article .figure-cont {
    margin: 0;
  }

  .two-col-articles2.about.large .article aside {
    width: 100%;
    padding: 40px 0 0 0;
  }

  .two-col-articles2.about.large .article {
    padding: 40px 20px;
  }

  .two-col-articles2.about.large.righto .article aside {
    padding: 0;
  }

  .two-col-articles2.about.large.righto .article .figure-cont figure {
    width: 100%;
    margin: 0;
    padding: 40px 0;
  }

  .two-col-articles2.about.righto .article aside {
    padding: 40px 0;
  }
}

.team-info {
  width: 100%;
  float: left;
  overflow: hidden;
  padding: 62px 0 70px 0;
}

.team-info h2 {
  text-align: center;
  padding: 0 0 50px 0;
}

.team-info .article-out {
  width: 103.86%;
  float: left;
  text-align: center;
  margin: 0 -1.93% -3.70% -1.93%;
}

.team-info .article {
  width: 21.30%;
  float: none;
  display: inline-block;
  vertical-align: top;
  overflow: hidden;
  position: relative;
  margin: 0 1.65% 3.70% 1.65%;
  border: 1px solid #d4d4d4;
}

.team-info .article a {
  width: 100%;
  float: left;
  text-decoration: none;
}

.team-info .article figure {
  width: 100%;
  float: left;
  text-align: center;
  overflow: hidden;
  max-height: 220px;
}

.team-info .article figure img {
  width: 100%;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}

.team-info .article .author-text {
  width: 100%;
  float: left;
  text-align: left;
  bottom: 0;
  left: 0;
  z-index: 5;
  padding: 0;
}

.team-info .article .author-text .name {
  width: 100%;
  float: left;
  font-weight: 700;
  font-size: 18px;
  color: #000;
  line-height: 20px;
  padding: 15px 11px 5px;
}

.team-info .article .author-text .bio {
  width: 100%;
  float: left;
  font-weight: 300;
  font-size: 16px;
  color: #000;
  line-height: 26px;
  /* letter-spacing: 0.02em; */
  padding: 0 12px 15px;
  height: 162px;
  overflow-y: scroll;
}

.team-info.board-of-directors {
  background: #f6f6f6;
}

.team-info.board-of-directors .article figure {
  max-height: 270px;
}

@media (min-width: 992px) {
  .team-info.board-of-directors .owl-carousel .owl-item {
    width: 29.528% !important;
  }

  .team-info .owl-carousel {
    width: 100% !important;
    height: auto !important;
    float: left !important;
    display: block !important;
    overflow: visible !important;
    padding: 0 !important;
    margin: 0 !important;
  }

  .team-info .owl-carousel .owl-stage-outer {
    overflow: visible !important;
    -webkit-transform: translate3d(0, 0, 0) !important;
  }

  .team-info .owl-carousel .owl-stage {
    width: 100% !important;
    height: auto !important;
    float: left !important;
    display: block !important;
    transform: translate3d(0, 0px, 0px) !important;
    overflow: visible !important;
    padding: 0 !important;
    margin: 0 !important;
  }

  .team-info .owl-carousel .owl-item {
    width: 22.868% !important;
    height: auto !important;
    float: none !important;
    display: inline-block !important;
    vertical-align: top !important;
    overflow: visible !important;
    padding: 0 !important;
    margin: 0 1% 3.70% !important;
    left: auto !important;
    right: auto !important;
  }

  .team-info .owl-carousel .owl-item .article {
    width: 100%;
    margin: 0;
  }
}

@media (max-width: 991px) {
  .team-info .container {
    padding: 0 30px;
  }

  .team-info .article {
    width: 28.70%;
    margin: 0 2.10% 4.70% 2.10%;
  }

  .team-info .owl-carousel .owl-item .article {
    width: 100%;
    max-width: 245px;
    margin: 0;
  }

  .team-info .owl-nav .owl-prev {
    left: 0;
  }

  .team-info .owl-nav .owl-next {
    right: 0;
  }

  .team-info .owl-carousel {
    padding: 0 50px;
  }
}

.timeline {
  position: relative;
  overflow: auto;
  width: 100%;
  margin-top: 40px;
}

.timeline hr {
  margin: 0 0 20px 0;
}

.timeline::before {}

.timeline_cont.hide-timeline {
  display: none !important;
}

.timeline ul::before {
  content: '';
  position: absolute;
  top: 0;
  left: 50%;
  margin: 0 auto;
  height: 100%;
  width: 4px;
  background-color: #52b36c;
}

.timeline h2 {
  margin: 0 auto;
  width: 128px;
  color: white;
  background: #52b36c;
  text-align: center;
  font-size: 40px;
  position: relative;
  z-index: 2;
  padding: 10px 20px;
  line-height: 47px;
  font-weight: 900;
}

.timeline .blue h2 {
  background: #3a82a6;
}

.timeline h3 {
  color: inherit;
  font-weight: 300;
}

.timeline .timeline-items {
  list-style-type: none;
  overflow: hidden;
  padding-top: 15px;
  padding-left: 0;
  position: relative;
  clear: both;
}

.timeline .timeline-items .timeline-item {
  position: relative;
  margin-bottom: 0;
  left: -10px;
  padding: 0 20px 20px;
  background-color: white;
  width: 45%;
  font-weight: normal;
  text-align: right;
}

.timeline .timeline-items .timeline-item h3 {
  font-weight: 900;
  font-size: 40px;
  line-height: 47px;
  padding: 10px 20px;
  margin-bottom: 25px;
}

.timeline .timeline-items .timeline-item.is-hidden {
  visibility: hidden;
}

.timeline .timeline-items .timeline-item a {
  font-weight: 700;
}

.timeline .timeline-items .timeline-item time::before {
  font-family: FontAwesome, sans-serif;
  content: '\f017';
  margin-right: 10px;
}

.timeline .timeline-items .timeline-item::before {
  content: '';
  width: 0;
  height: 0;
  position: absolute;
  right: -1em;
  top: 0;
  display: none;
}

.timeline .timeline-items .timeline-item::after {
  content: '';
  background: #52b36c;
  width: 30px;
  height: 30px;
  position: absolute;
  top: -15px;
  border-radius: 100%;
  left: calc(100% + 10.4%);
}

.timeline .timeline-items .timeline-item:nth-of-type(2n+1) {
  background-color: #FFF;
  color: #000;
}

.timeline .timeline-items .timeline-item.inverted {
  position: relative;
  left: 54%;
  text-align: left;
}

.timeline .timeline-items .timeline-item.inverted::before {
  content: '';
  width: 0;
  height: 0;
  position: absolute;
  left: -1em;
  top: 0;
}

.timeline .timeline-items .timeline-item.inverted::after {
  content: '';
  background: #52b36c;
  width: 30px;
  height: 30px;
  position: absolute;
  top: -15px;
  border-radius: 100%;
  left: calc(-8.78% - 13px);
}

.timeline_cont {
  float: left;
  padding: 30px 0 80px;
  width: 100%;
  overflow: hidden;
}

.timeline_cont h2 {
  text-align: center;
}

.timeline .timeline-items .timeline-item h3 {
  color: #FFF;
  width: auto;
  clear: both;
  display: inline-block;
  background: #52b36c;
}

.timeline .timeline-items .timeline-item.inverted h3:before {
  content: '';
  width: 0;
  height: 0;
  position: absolute;
  left: -5px;
  top: 23px;
  border: 10px solid transparent;
  border-right: 15px solid #52b36c;
  display: inline-block;
  vertical-align: middle;
}

.timeline .timeline-items .timeline-item h3:after {
  content: '';
  width: 0;
  height: 0;
  position: absolute;
  right: -5px;
  top: 23px;
  border: 10px solid transparent;
  border-left: 15px solid #52b36c;
  display: inline-block;
  vertical-align: middle;
}

.timeline .timeline-items .timeline-item.inverted h3:after {
  display: none;
}

.timeline .timeline-items .timeline-item p:last-child {
  padding: 0;
}

.timeline .timeline-items.blue .timeline-item h3 {
  background: #3a82a6;
}

.timeline .timeline-items.blue .timeline-item h3:after {
  border-left-color: #3a82a6;
}

.timeline .timeline-items.blue .timeline-item.inverted h3:before {
  border-right-color: #3a82a6;
}

.timeline .timeline-items.blue .timeline-item::after,
.timeline .timeline-items.blue .timeline-item.inverted::after {
  background: #3a82a6;
}

.timeline ul.timeline-items.blue::before {
  background: #1e5799;
  /* Old browsers */
  background: -moz-linear-gradient(top, #1e5799 0%, #3a82a6 0%, #207cca 0%, #458da2 15%, #72a7bb 50%, #e9f1f5 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, #1e5799 0%, #3a82a6 0%, #207cca 0%, #458da2 15%, #72a7bb 50%, #e9f1f5 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, #1e5799 0%, #3a82a6 0%, #207cca 0%, #458da2 15%, #72a7bb 50%, #e9f1f5 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#1e5799', endColorstr='#e9f1f5', GradientType=0);
  /* IE6-9 */
}

.page_title_band {
  padding: 90px 0 0;
  text-align: center;
  float: left;
  width: 100%;
}

#tribe-events ul li::before,
.tribe-common ul li::before,
.tribe-events-pg-template ul li::before {
  content: '';
}

.team-info .owl-carousel .owl-stage {
  display: flex !important;
  flex-wrap: wrap;
}

.team-info .owl-carousel .owl-item .article {
  height: 100%;
}

.general-content-band p {
  padding: 0 0 30px;
}

.su-row {
  margin-bottom: 0;
}

.general-content-band p:last-child {
  padding: 0;
}

.general-content-band+.center-txt-band {
  padding-top: 0;
}

.year_head {
  float: left;
  width: 100%;
  margin: 30px 0 0 0;
}

.year_head h3 {
  padding: 0;
  margin: 0;
}

li.gfield {
  float: left;
  clear: both;
  position: relative;
  width: 100%;
}

li.gfield .ginput_container {
  float: left;
  width: 100%;
  position: relative;
}

li.gfield .ginput_container ul.gfield_radio,
li.gfield .ginput_container ul.gfield_checkbox {
  float: left;
  width: 100%;
  padding: 0;
}

li.gfield .ginput_container ul.gfield_radio li,
li.gfield .ginput_container ul.gfield_checkbox li {
  padding: 0 20px 0 0;
  float: left;
}

li.gfield .ginput_container ul.gfield_radio li input,
li.gfield .ginput_container ul.gfield_checkbox li input {}

li.gfield .ginput_container ul.gfield_radio li label,
li.gfield .ginput_container ul.gfield_checkbox li label {
  float: none;
  display: inline;
  padding: 0 0 0 10px;
}

.gform_footer {
  display: table-cell;
  padding: 0;
  max-width: 200px;
  width: 100%;
  clear: both;
  vertical-align: bottom;
}

.post-sidebar .gform_footer {
  display: inline-block;
  float: right;
  position: relative;
  top: -58px;
}

.anchor_holder {
  position: relative;
  float: left;
  width: 100%;
  padding: 0;
}

.anchor_link {}

.desc_cont {
  position: relative;
  margin: 0 0 25px 0;
  font-size: 25px;
  line-height: 35px;
}

.gform_body {
  display: table-cell;
  padding: 0 20px 0 0;
  width: 70%;
}

.footer-main .pre-footer .form-out form .gform_body {
  width: 100%;
  padding: 0;
  float: left;
}

.cta-info .form-out li.gfield .ginput_container {
  float: none;
}

.cta-info .form-out ul li:nth-child(2) input {
  margin-bottom: 20px;
}

.general-content-band iframe {
  margin: 0 auto;
  display: inherit;
  max-width: 100%;
}

.center-txt-band+.general-content-band {
  padding-top: 0;
}

.general-content-band .gform_wrapper {
  text-align: center;
}

.general-content-band .gform_wrapper .gform_body {
  display: inline-block;
  margin: 0 auto;
  text-align: left;
}

.general-content-band .gform_wrapper .gform_footer {
  max-width: 70%;
  width: 100%;
  text-align: center;
  margin: 0 auto;
  display: inline-block;
}

.not_found form {
  max-width: 700px;
  margin: 30px 0;
}

.not_found form input[type="text"] {
  float: left;
  max-width: 66%;
  margin-right: 20px;
  min-height: 50px;
  margin-bottom: 20px;
}

.not_found form input[type="submit"] {
  margin: 0;
  float: left;
}

.slider-controls-main {
  position: absolute;
  bottom: 25px;
  width: 100%;
}

.banner-main #hero-main .owl-dots {
  line-height: 1em;
  position: relative;
  bottom: 0;
  left: 0;
  margin: 0;
  width: auto;
  display: inline-block;
  float: none;
  vertical-align: middle;
}

.slider-controls .play-slider,
.slider-controls .pause-slider {
  display: inline-block;
  vertical-align: middle;
  width: 40px;
  height: 31px;
  line-height: normal;
  background-color: #fff;
  margin: 0 3px;
  border-radius: 5px;
  border: 2px #0079DC solid;
  cursor: pointer;
}

.slider-controls {
  display: inline-block;
  margin: 0 12px 0 0;
  position: relative;
  top: -4px;
}

.slider-controls .play-slider span,
.slider-controls .pause-slider span {
  width: 100%;
  height: 100%;
  line-height: 28px;
  padding-left: 2px;
  font-weight: 500;
  font-size: 14px;
}

.banner-main #hero-main .owl-dots .owl-dot {
  width: 14px;
  height: 14px;
  background: none;
  border-radius: 0;
  border: none;
  -webkit-transition: all .25s ease-out;
  -moz-transition: all .25s ease-out;
  -o-transition: all .25s ease-out;
  transition: all .25s ease-out;
  margin: 0 5px;
  border: 2px #242d41 solid;
  border-radius: 50%;
}

.banner-main #hero-main .owl-dots .owl-dot.active {
  width: 14px;
  height: 14px;
  margin-top: 0;
  background: none;
  border-color: #0079DC;
  border-width: 4px;
}

.banner-main #hero-main .owl-dots {
  bottom: 2px;
}

.slider-controls .play-slider.active,
.slider-controls .pause-slider.active {
  background-color: #0079DC;
  color: #fff;
}

@media (max-width: 767px) {
  .gform_body {
    display: block;
    padding: 0 0px 0 0;
    width: 100%;
  }

  .gform_footer {
    display: block;
    padding: 0;
    max-width: 100%;
  }

  .general-content-band .gform_wrapper .gform_footer {
    max-width: 100%;
    padding: 0 0 0 30px;
  }

  .not_found form input[type="text"] {
    max-width: 100%;
  }

  .slider-controls-main {
    bottom: 14px;
  }
}

.team-info .article .author-text .bio::-webkit-scrollbar {
  -webkit-appearance: none;
  width: 7px;
}

.team-info .article .author-text .bio::-webkit-scrollbar-thumb {
  border-radius: 4px;
  background-color: rgba(0, 0, 0, .5);
  -webkit-box-shadow: 0 0 1px rgba(255, 255, 255, .5);
}

.gform_validation_container {
  display: none !important;
}

@media (max-width:480px) {
  #hero-main.owl-carousel .owl-item img {
    min-height: 400px;
  }

  #hero-main.owl-carousel .owl-item h1 img,
  #hero-main.owl-carousel .owl-item h2 img {
    min-height: 10px;
  }

  .general-content-band iframe {
    max-width: 100%;
    height: auto;
  }

  .quick-statistics .aside-bg aside {
    width: 50%;
    float: none;
    padding: 0;
    margin: 0 0 20px;
    display: inline-block;
  }
}

@media all and (-ms-high-contrast: none),
(-ms-high-contrast: active) {
  .banner-main .item.item1 .banner-cont .container {
    margin: 0;
  }
}

@media print {
  header {
    display: none;
  }

  footer {
    display: none;
  }

  .wow {
    visibility: visible !important;
  }

  .timeline .timeline-items .timeline-item.is-hidden {
    visibility: visible !important;
  }
}

/* ---------------------------- Begin WordPress Core ---------------------------- */
.entry-content img {
  margin: 0 0 1.5em 0;
  max-width: 100%;
}

.alignleft,
img.alignleft {
  margin-right: 1.5em;
  display: inline;
  float: left;
  max-width: 100%;
}

.alignright,
img.alignright {
  margin-left: 1.5em;
  display: inline;
  float: right;
  max-width: 100%;
}

.aligncenter,
img.aligncenter {
  margin-right: auto;
  margin-left: auto;
  display: block;
  clear: both;
  max-width: 100%;
}

.alignnone,
img.alignnone {
  /* not sure about this one */
  max-width: 100%;
}

.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 {
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden;
}

.screen-reader-text:focus {
  background-color: #f1f1f1;
  border-radius: 3px;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  color: #21759b;
  display: block;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: bold;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
  /* Above WP toolbar. */
}

/* ---------------------------- End WordPress Core ---------------------------- */
/**
 *
 *  Helpers
 *
 * ----------------------------------------------------------------------------- */
/* Vertical Center
 ------------------------------------------------- */
@media (min-width: 768px) {
  .md-center-vert {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
  }
}

@media (min-width: 992px) {

  .center-vert,
  .lg-center-vert {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
  }
}

/* Large Text
 ------------------------------------------------- */
.single-post-large-txt {
  margin: 15px 0 30px;
  padding: 29px 0 25px;
  border: solid #ccc;
  border-width: 1px 0;
  font-weight: 500;
  font-size: 1.325rem;
  line-height: 1.4;
  width: 100%;
  color: #333;
}

/* Shortcodes Ultimate > Lightbox
 ------------------------------------------------- */
.su-lightbox {
  cursor: pointer;
}

/* Basic Lightbox Trigger/Button
 -------------------------------- */
.content-default>.su-lightbox,
.cta-3mw .su-lightbox {
  padding: .675rem 1.5rem;
  border: 1px solid;
  border-radius: 5px;
  border-color: #118cac;
  box-shadow: 0 1px 0 rgba(255, 255, 255, .325) inset, 0 1px 3px rgba(0, 0, 0, .125), 0 5px 10px rgba(0, 0, 0, .125);
  font-weight: 700;
  text-shadow: none;
  text-align: center;
  text-decoration: none;
  transition: all .1s;
  display: inline-block;
  color: #fff;
  background-color: #0079DC;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0.05)), to(rgba(0, 0, 0, 0.05)));
  background-image: -webkit-linear-gradient(top, rgba(255, 255, 255, 0.05), rgba(0, 0, 0, 0.05));
  background-image: -moz-linear-gradient(top, rgba(255, 255, 255, 0.05), rgba(0, 0, 0, 0.05));
  background-image: -o-linear-gradient(top, rgba(255, 255, 255, 0.05), rgba(0, 0, 0, 0.05));
  background-image: -ms-linear-gradient(top, rgba(255, 255, 255, 0.05), rgba(0, 0, 0, 0.05));
  background-image: linear-gradient(top, rgba(255, 255, 255, 0.05), rgba(0, 0, 0, 0.05));
}

.content-default>.su-lightbox:hover,
.content-default>.su-lightbox:focus {
  background: #3fb9d9;
}

/* Plain Text Lightbox Link
 -------------------------------- */
.content-default>h1>.su-lightbox,
.content-default>h2>.su-lightbox,
.content-default>h3>.su-lightbox,
.content-default>h4>.su-lightbox,
.content-default>h5>.su-lightbox,
.content-default>h6>.su-lightbox {
  text-decoration: underline;
  color: #0079DC;
}

.content-default>h1>.su-lightbox:hover,
.content-default>h1>.su-lightbox:focus,
.content-default>h2>.su-lightbox:hover,
.content-default>h2>.su-lightbox:focus,
.content-default>h3>.su-lightbox:hover,
.content-default>h3>.su-lightbox:focus,
.content-default>h4>.su-lightbox:hover,
.content-default>h4>.su-lightbox:focus,
.content-default>h5>.su-lightbox:hover,
.content-default>h5>.su-lightbox:focus,
.content-default>h6>.su-lightbox:hover,
.content-default>h6>.su-lightbox:focus {
  text-decoration: none;
  color: #0f98bb;
}

/* Lightbox > Form
 -------------------------------- */
.su-lightbox-content {
  padding: 1.5rem 2rem !important;
  max-width: 500px !important;
}

.su-lightbox-content .gform_body,
.su-lightbox-content .gform_footer {
  margin: 0 auto;
  padding: 0;
  width: auto;
  text-align: left;
  display: block;
}

.su-lightbox-content .gform_fields,
.su-lightbox-content .gform_fields .gfield {
  padding: 0;
}

.su-lightbox-content .gform_fields .gfield {
  margin-top: 1rem;
}

.su-lightbox-content .gform_fields .gfield,
.su-lightbox-content .gfield .ginput_container,
.su-lightbox-content .gfield input,
.su-lightbox-content .gfield textarea,
.su-lightbox-content .gfield select {
  float: none;
}

.su-lightbox-content .gfield input,
.su-lightbox-content .gfield textarea {
  padding: 8px;
  border: none;
  text-align: left;
  height: auto;
  background: none;
}

.su-lightbox-content .gfield label {
  padding: 3px;
  font-size: 12px;
  font-weight: bold;
  line-height: 1;
  width: auto;
  background: #fff;
}

.su-lightbox-content .gform_fields .gfield:not(.gfield_html) {
  margin: 1rem auto 0;
  padding: 0;
  border: 1px solid #ddd;
  max-width: 22rem;
  width: 100%;
  background: #f5f5f5;
}

.su-lightbox-content .gform_footer {
  max-width: 100%;
  padding-top: 1rem;
  text-align: center;
}

.su-lightbox-content .gform_wrapper .gfield_html {
  margin: 0 auto;
  max-width: 26rem;
}

.su-lightbox-content .gform_wrapper .gfield_html h3 {
  font-size: 24px;
  font-weight: bold;
  text-align: center;
}

.su-lightbox-content .gform_wrapper .gfield_html p {
  margin-bottom: 0;
  padding-bottom: 0;
  font-size: 14px;
}

.su-lightbox-content .gform_wrapper .gfield_html p+p {
  margin-top: 1rem;
}

/**
 *
 *  Large Text Blocks
 *
 * ----------------------------------------------------------------------------- */
/* Large Text Callout */
.main-content .content-inner .container .large-text-block *,
.main-content .content-inner .container .large-text-inline,
.main-content .content-inner .container .large-intro-block p {
  font-size: 1.4rem;
  line-height: 1.35;
  color: #344;
}

.main-content .content-inner .container .content-default>.large-text-block:first-child,
.main-content .content-inner .container .content-default>.large-text-inline:first-child {
  margin-bottom: 2rem;
  padding-bottom: .5rem;
  border-bottom: 1px solid #ccc;
}

@media (min-width: 768px) {

  .main-content .content-inner .container .large-intro-block h2,
  .main-content .content-inner .container .large-intro-block h3,
  .main-content .content-inner .container .large-intro-block h4 {
    text-align: center;
  }
}

@media (min-width: 768px) and (max-width: 991.98px) {

  /* col-md */
  .main-content .content-inner .container .large-intro-block h2,
  .main-content .content-inner .container .large-intro-block h3,
  .main-content .content-inner .container .large-intro-block h4 {
    padding-top: 1rem;
  }

  .main-content .content-inner .container .large-intro-block h2+p,
  .main-content .content-inner .container .large-intro-block h3+p,
  .main-content .content-inner .container .large-intro-block h4+p {
    padding: 0 2rem;
  }
}

@media (min-width: 992px) and (max-width: 1199.98px) {

  /* col-lg */
  .main-content .content-inner .container .large-intro-block h2,
  .main-content .content-inner .container .large-intro-block h3,
  .main-content .content-inner .container .large-intro-block h4 {
    padding-top: 1rem;
  }

  .main-content .content-inner .container .large-intro-block h2+p,
  .main-content .content-inner .container .large-intro-block h3+p,
  .main-content .content-inner .container .large-intro-block h4+p {
    padding: 0 3rem 2rem;
  }
}

@media (min-width: 1200px) {

  /* col-xl */
  .main-content .content-inner .container .large-intro-block h2,
  .main-content .content-inner .container .large-intro-block h3,
  .main-content .content-inner .container .large-intro-block h4 {
    padding-top: 1rem;
  }

  .main-content .content-inner .container .large-intro-block h2+p,
  .main-content .content-inner .container .large-intro-block h3+p,
  .main-content .content-inner .container .large-intro-block h4+p {
    padding: 0 4rem 2rem;
  }
}

/* Table of Contents */
@media (min-width: 576px) and (max-width: 767.98px) {
  .longform .table-contents {
    margin-left: -10%;
  }
}

@media (min-width: 768px) {
  .longform .table-contents {
    margin-left: -25%;
  }
}

@media (min-width: 576px) {
  .table-contents {
    float: left;
    max-width: 300px;
  }
}

.table-contents {
  margin-bottom: 1.5rem;
  padding-bottom: 1rem;
  border-right: 30px solid #fff;
  color: #fff;
  background: #0079DC;
}

.table-contents ul {
  margin: 0;
  padding: 1rem 0 0;
  list-style: none;
}

.table-contents li {
  padding: 1px 1rem;
  font-size: .875rem;
  line-height: 1.2;
}

.table-contents li+li {
  padding-top: .5rem;
}

.table-contents li:before {
  display: none;
}

.table-contents .table-heading {
  padding: .9rem 1rem .625rem;
  line-height: 1;
  color: #fff;
  background: #45c4e4;
}

.table-contents a {
  color: #fff;
  text-decoration: none;
}

.table-contents a:hover,
.table-contents a:focus,
.table-contents a.active {
  color: #90da00;
}

/**
 *
 *  3MW CTA Blocks
 *
 * ----------------------------------------------------------------------------- */
.cta-3mw {
  margin: 1rem auto 3rem;
  max-width: 600px;
  overflow: hidden;
  background: rgba(25, 170, 200, .325);
  border: 3px solid #fff;
  box-shadow: 0 2px 10px rgba(0, 0, 0, .1);
}

.cta-3mw .cta-3mw-img-wrap .cta-3mw-img {
  margin: .5rem;
  padding: 0;
  border: none;
  box-shadow: none;
  width: auto;
  max-height: 200px;
  float: right;
}

.cta-3mw-after-img {
  padding: 2rem 1rem 1.5rem 2rem;
  overflow: hidden;
}

/**
 *
 *  Long-form SEO Articles
 *
 * ----------------------------------------------------------------------------- */
/* Layout */
.longform .row-post-body {
  padding-top: 3rem;
}

/* Typography/Colors */
.longform {
  color: #677;
}

.longform p {
  padding-bottom: 1.25rem;
  line-height: 1.5;
}

.longform h2,
.longform h3,
.longform h4,
.longform h5 {
  font-weight: 500;
}

.longform h2,
.longform h3 {
  color: #344;
}

.longform h3,
.longform h4,
.longform h5 {
  color: #566;
}

.longform h2 {
  padding-bottom: 0;
  margin-bottom: 1rem;
}

/* Text Elements */
.longform .wp-caption {
  margin-bottom: 1.25rem;
  padding-bottom: 0;
}

.longform .wp-caption .wp-caption-text {
  padding: .25rem 0;
}

.longform blockquote {
  margin: .5rem auto 1.5rem;
  padding: 5% 5% 1%;
  font-size: 1.25rem;
  max-width: 600px;
  float: none;
}

.longform blockquote p {
  line-height: 1.45;
}

/* Media/Images */
.longform .row-post-header .wp-post-image {
  border-radius: 5px;
}

.longform .row-post-body img {
  margin-right: auto;
  margin-bottom: .5rem;
  margin-left: auto;
  border: 5px solid #f8f8f8;
  box-shadow: 0 8px 20px rgba(0, 0, 0, .175);
}

.longform .row-post-header .wp-post-image,
.longform .size-3x1 img,
.longform .size-2x1 img,
.longform .size-660x260 img {
  width: 100%;
}

/* Large/Intro Text */
.longform .single-post-large-txt {
  margin-top: 0;
  padding-top: .5rem;
  border-top: 0;
}

/* Gravity Forms
 ------------------------------------------------- */
.su-lightbox-content .gform_heading {
  line-height: 1.4;
  text-align: left;
}

.su-lightbox-content .gform_title {
  text-align: center;
  font-size: 24px;
  font-weight: bold;
}

.su-lightbox-content .gform_description {
  font-size: 14px;
}

#validation_message_2_1 {
  display: block !important;
  position: absolute;
  color: red;
  text-align: center;
  padding: 0 15px;
}

#validation_message_1_1 {
  display: block !important;
  color: red;
  text-align: center;
  padding: 0 15px;
}

#validation_message_3_3,
#validation_message_4_5,
#validation_message_5_5,
#validation_message_6_5 {
  color: red;
}

/*#validation_message_5_5{
	color: red;
}
#validation_message_4_5{
	color: red;
}
#validation_message_6_5{
	color: red;
}*/
/* Hubspot Homepage Contact Form Confirmation Text Color
 ------------------------------------------------- */
.submitted-message.hs-main-font-element.hs-form-bb5039bb-1d49-4e3c-93dc-959b47061b9a.hs-form-bb5039bb-1d49-4e3c-93dc-959b47061b9a_6f8a0134-cb1f-4902-8c85-4e8cec205284 {
  color: #ffffff;
}

/*.post-sidebar .gform_widget input[type="submit"] {width: 115px;}*/
.post-sidebar .gform_widget .gfield_label {
  display: none !important
}

/* New Video Band */
.video-band {
  width: 100%;
  float: left;
  text-align: center;
  padding: 113px 0;
}

.video-band h3 {
  font-weight: 300;
  font-size: 44px;
  line-height: 1.1;
  color: #FFF;
  margin-top: 5px;
}

.video-band .video-wrap {
  width: 100%;
  max-width: 974px;
  float: none;
  vertical-align: top;
  min-height: 396px;
  display: flex;
  margin: 0 auto;
  justify-content: center;
  position: relative;
  margin-top: 68px;
}

.video-band .video-wrap:before {
  position: absolute;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  top: 0;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  text-align: center;
  content: '';
  z-index: 1;
}

.video-band .video-content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  z-index: 2;
}

.video-band .icon-play {
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transform: translateZ(0);
  -moz-transform: translateZ(0);
  transform: translateZ(0);
  position: relative;
  display: block;
  width: 120px;
  height: 120px;
  margin: 0 auto;
}

.video-band .icon-play:before {
  content: "";
  width: 100%;
  height: 100%;
  float: left;
  background: url(../img/icon-play.png) no-repeat center center;
  background-size: 120px auto;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
  z-index: 100;
  position: absolute;
  top: 0;
  left: 0;
}

@media(max-width:767.98px) {
  .video-band {
    padding: 50px 0;
  }

  .video-band .video-wrap {
    margin-top: 30px;
  }

  .video-band h3 {
    font-size: 26px;
  }

  .video-band .icon-play {
    width: 100px;
    height: 100px;
  }

  .video-band .icon-play:before {
    background-size: 100px auto;
  }
}

/*Advantage Band*/
.advantage-band {
  width: 100%;
  float: left;
  text-align: center;
  padding: 92px 0 0;
  position: relative;
}

.advantage-band:before {
  content: "";
  height: 1px;
  background: #e5efe8;
  top: 0;
  margin: 0 auto;
  left: 0;
  right: 0;
  position: absolute;
  max-width: 1260px;
}

.advantage-band ul {
  margin-top: 81px;
}

.advantage-band li {
  text-align: left;
  font-size: 22px;
  line-height: 1;
  display: flex;
  justify-content: center;
  flex-direction: row;
  align-items: center;
  margin-bottom: 37px;
}

.advantage-band li:before {
  display: none;
}

.advantage-band li span.icon {
  text-align: center;
  display: inline-block;
  display: flex;
  min-width: 140px;
  justify-content: center;
}

.advantage-band li span.txt-label {
  max-width: 182px;
}

.advantage-band .image img {
  width: 100%;
}

.advantage-band .image img {
  opacity: 0.5;
  transition: all 0.5s ease;
}

.advantage-band .image img:hover {
  opacity: 1;
  transition: all 0.5s ease;
}

@media (max-width: 767.98px) {
  .advantage-band {
    padding: 50px 0;
  }

  .advantage-band ul {
    margin-top: 20px;
  }

  .advantage-band li {
    justify-content: space-around;
  }

  .advantage-band li span.icon {
    min-width: 90px;
  }
}

/*Label Band*/
.label-band {
  width: 100%;
  float: left;
  text-align: center;
  padding: 26px 0;
}

.label-band .intro {
  margin: 63px auto 0;
}

.label-band .intro p {
  line-height: 1.5;
}

.label-band .details h3 {
  color: #0079DC;
  font-size: 36px;
  line-height: 1.1;
  font-weight: 400;
}

.label-band .details {
  margin-top: 36px;
}

.label-band .details .image {
  margin-top: 24px;
}

.label-band .content-wrap h3 {
  color: #0079DC;
  font-size: 36px;
  line-height: 1.1;
  padding-bottom: 17px;
  font-weight: 400;
}

.label-band .image-wrap,
.label-band .content-wrap {
  margin-top: 44px;
}

.label-band .content-wrap .item:first-child {
  padding-bottom: 35px;
}

@media (max-width: 767.98px) {
  .label-band .intro {
    margin-top: 20px;
  }

  .label-band .image-wrap {
    margin-top: 15px;
  }
}

/*Mobile App Band*/
.mobile-app-band {
  width: 100%;
  float: left;
  text-align: center;
  padding: 86px 0;
}

.mobile-app-band .image-wrap,
.mobile-app-band .content-wrap {
  margin-top: 66px;
}

.mobile-app-band .image-wrap {
  justify-content: center;
  align-items: center;
}

.mobile-app-band .content-wrap h3 {
  color: #0079DC;
  font-size: 36px;
  line-height: 1.1;
  padding-bottom: 17px;
  font-weight: 400;
}

.mobile-app-band .content-wrap ul {
  padding-left: 0;
}

.mobile-app-band .content-wrap ul li {
  width: 100%;
  float: left;
  font-weight: 400;
  padding-left: 32px;
  padding-bottom: 22px;
}

.mobile-app-band .content-wrap ul li::before {
  font-size: 24px;
}

@media (max-width: 767.98px) {
  .mobile-app-band {
    padding: 50px 0
  }
}

/*Brand Applications Band*/
.brand-applications-band {
  width: 100%;
  float: left;
  text-align: center;
  padding: 86px 0 75px;
  position: relative;
}

.brand-applications-band:before {
  content: "";
  height: 1px;
  background: #e5efe8;
  top: 0;
  margin: 0 auto;
  left: 0;
  right: 0;
  position: absolute;
  max-width: 1260px;
}

.brand-applications-band h3 {
  font-size: 36px;
  font-weight: 400;
  line-height: 1.1;
  color: #0079DC;
}

.brand-applications-band h4 {
  font-size: 24px;
  font-weight: 600;
  line-height: 1;
  color: #2bb265;
}

.brand-applications-band h5 {
  font-size: 24px;
  font-weight: 400;
  line-height: 1.5;
  color: #0079DC;
  padding-top: 31px;
  clear: both;
}

.brand-applications-band .content-wrap h5:last-of-type {
  padding-top: 45px
}

.brand-applications-band .layout-dashboard {
  margin-top: 64px;
}

.brand-applications-band .layout-dashboard .content-wrap {
  margin-top: 18px;
}

.brand-applications-band .layout-dashboard .content-wrap .content-padding {
  margin-left: 20px;
}

.brand-applications-band .content-wrap ul {
  padding-left: 0;
}

.brand-applications-band .content-wrap ul li {
  width: 100%;
  float: left;
  font-weight: 400;
  padding-left: 32px;
  padding-bottom: 22px;
}

.brand-applications-band .content-wrap ul li::before {
  font-size: 24px;
}

.brand-applications-band .layout-benefits {
  margin-top: 86px;
}

.brand-applications-band .layout-benefits .image-wrap,
.brand-applications-band .layout-benefits .content-wrap {
  margin-top: 36px;
}

.brand-applications-band .layout-benefits .content-wrap h5 {
  padding-top: 0;
  padding-bottom: 15px;
}

@media (max-width: 767.98px) {
  .brand-applications-band {
    padding: 50px 0
  }
}

/*Industry Applications Band*/
.industry-applications-band {
  width: 100%;
  float: left;
  text-align: center;
  padding: 108px 0 121px;
  position: relative;
}

.industry-applications-band:before {
  content: "";
  height: 1px;
  background: #e5efe8;
  top: 0;
  margin: 0 auto;
  left: 0;
  right: 0;
  position: absolute;
  max-width: 1260px;
}

.industry-applications-band .intro {
  margin-top: 80px;
}

.industry-applications-band .intro p {
  font-size: 24px;
  line-height: 1.5;
}

.industry-applications-band .image-wrap {
  position: relative;
}

.industry-applications-band .image-wrap .bg-image {
  width: 100%;
  height: 100%;
}

.industry-applications-band .image-wrap .floating-image {
  position: absolute;
  z-index: 1;
  bottom: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
}

@media (max-width: 1300px) {
  .industry-applications-band .image-wrap .floating-image {
    max-height: 200px;
    height: -moz-available;
    height: -webkit-fill-available;
    height: fill-available;
    padding-top: 10%;
  }
}

@media (max-width: 767.98px) {
  .industry-applications-band {
    padding: 50px 0;
  }

  .industry-applications-band .intro {
    margin-top: 20px;
    text-align: center !important;
  }
}

/*Download Band*/
.download-band {
  width: 100%;
  float: left;
  text-align: center;
  padding: 98px 0;
  position: relative;
}

.download-band:before {
  content: "";
  height: 1px;
  background: #e5efe8;
  top: 0;
  margin: 0 auto;
  left: 0;
  right: 0;
  position: absolute;
  max-width: 1260px;
}

.download-band h3 {
  margin-top: 45px;
  font-size: 60px;
  ;
  line-height: 1;
  font-weight: 300;
}

.download-band .intro {
  max-width: 720px;
  margin: 16px auto 0;
}

.download-band .intro p {
  font-size: 20px;
  line-height: 1.2;
}

.download-band .intro .btn-out {
  margin-top: 57px;
}

.download-band .btn {
  color: #fff !important;
}

.download-band .modal-body .gform_body {
  padding-bottom: 40px;
  width: 100%;
}

.download-band .modal-dialog {
  width: fit-content
}

.download-band .modal-body h3 {
  margin-top: 0;
}

@media (max-width: 767.98px) {
  .download-band {
    padding: 50px 0;
  }

  .download-band h3 {
    font-size: 30px;
    line-height: 1.3;
    margin-top: 15px;
  }
}

/*Industries Band*/
.industries-list {
  padding: 90px 0;
  float: left;
}

.industries-list .header {
  max-width: 840px;
  margin-bottom: 75px;
}

.industries-list h1 {
  margin-bottom: 15px;
}

.industries-list .header {
  font-size: 18px;
  line-height: 1.6;
}

.industries-list figure {
  border-top: 7px solid #279ac4;
}

.industry-icon {
  width: 85px;
  height: 85px;
  left: 50%;
  transform: translateX(-50%);
  top: -34px;
}

.industries-list h3 {
  font-size: 24px;
  line-height: normal;
  padding-bottom: 6px;
  padding-top: 15px;
}

.industries-list .industry-wrap {
  padding-bottom: 127px;
}

.industries-list .industry-wrap p {
  line-height: 1.375;
}

.industries-list .link {
  font-size: 18px;
  text-transform: uppercase;
  line-height: 1.27;
  color: #279ac4 !important;
  margin-top: 19px;
  display: inline-block;
  letter-spacing: .2px;
}

.industries-list .link i {
  margin-left: 4px;
}

/*Two Column Video*/
.two-col-video {
  padding: 80px 0;
}

.two-col-video .content-wrap {
  max-width: 450px;
}

.videoWrapper {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
}

.videoWrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

@media (min-width:992px) {
  .two-col-video h2 {
    font-size: 40px;
    line-height: 1.2;
  }
}

@media (max-width:767.98px) {
  .two-col-video {
    padding: 30px 0;
  }
}

/*Why Covectra*/
.why-covectra {
  width: 100%;
  float: left;
  text-align: center;
  padding: 92px 0;
  position: relative;
}

.why-covectra .advantages {
  margin-top: 60px;
}

.why-covectra .advantages img {
  max-height: 115px;
  margin-bottom: 20px;
}

@media (min-width:992px) {
  .why-covectra h3 {
    font-size: 22px;
    line-height: 1.27;
    padding-bottom: 0;
  }
}

@media (max-width:767.98px) {
  .why-covectra {
    padding: 30px 0;
  }
}

/*What's Trending Band*/
.whats-trending-band {
  padding: 80px 0;
}

.whats-trending-band .post-list {
  margin-top: 40px;
}

.whats-trending-band h3 {
  margin-top: 18px;
}

.whats-trending-band .action {
  margin-top: 13px;
}

.whats-trending-band .action a {
  color: #0079DC;
  font-size: 18px;
}

.whats-trending-band .action a i {
  font-style: normal;
  margin-left: 4px;
}

.post-cont {
  flex-grow: 1;
}

@media (min-width:992px) {
  .whats-trending-band h3 {
    font-size: 18px;
    line-height: 1.33;
  }
}

@media (max-width:767.98px) {
  .whats-trending-band {
    padding: 30px 0;
  }
}


.web_logo {
  float: left;
  margin-top: -1px;
  margin-right: 10px;
  font-size: 0;
  opacity: 0.4;
  width: 20px;
  height: 20px;
  display: block;
  background: url('https://www.covectra.com/wp-content/uploads/logo-3mw.webp') no-repeat center;
  background-size: 100%;
}

.breadcrumbs_cont {
  padding: 70px 0 0;
  float: left;
  width: 100%;
  position: relative;
}

.breadcrumbs_cont p#breadcrumbs {
  padding: 0;
}

.breadcrumbs_cont+.page_title_band,
.breadcrumbs_cont+.two-col-video,
.breadcrumbs_cont+.two-col-articles2.about .article,
.breadcrumbs_cont+.advantage-band {
  padding-top: 40px;
}

.breadcrumbs_cont+.advantage-band:before {
  display: none;
}

.breadcrumbs_cont+.video-band {
  padding-top: 50px;
  background: #f6f6f6;
}

.banner-inner+.breadcrumbs_cont {
  padding-top: 30px;
  background: #f6f6f6;
}

.page-id-548 .breadcrumbs_cont {
  background: #f6f6f6;
}

.feature-content.breadcrumbs_cont {
  padding: 0 0 30px;
}

.single-post p#breadcrumbs {
  padding: 0 0 30px;
}

.homepage_banner.banner-inner .banner-content {
  max-width: 35%;
  text-align: left;
  left: 3%;
}

.homepage_banner.banner-inner .banner-content h1 {
  font-weight: 700;
}

.homepage_banner.banner-inner .banner-content h1 strong {
  color: #FFF;
  display: block;
}

.homepage_banner.banner-inner .banner-content p {
  padding: 0 0 30px;
  font-weight: 400;
}

.homepage_banner.banner-inner .banner-content .btn {
  font-weight: 700;
}

@media (max-width: 991px) {
  .breadcrumbs_cont {
    padding: 60px 0 0;
  }
}

@media (max-width: 767px) {
  .breadcrumbs_cont {
    padding: 40px 0 0;
  }

  .homepage_banner.banner-inner .banner-content {
    max-width: 100%;
    background: rgba(0, 0, 0, 0.6);
    left: 0;
  }
}