/*
**********************
      variables.less
**********************
*/
@keyframes fade-in-up {
  0% {
    transform: translate(0, 100%);
    opacity: 0;
  }
  100% {
    transform: translate(0, 0);
    opacity: 1;
  }
}
.fade-in-up {
  animation-name: fade-in-up;
}
.vanish {
  display: none;
}
/*
**********************
      mixins.less
**********************
*/
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
hr,
input,
textarea,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
main,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video,
select {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  font-family: 'Montserrat', sans-serif;
  font-size: 16px;
  font-weight: 500;
  color: #252525;
  z-index: 0;
}
p {
  letter-spacing: 0.015em;
}
span,
a {
  color: inherit;
  font-weight: inherit;
  line-height: inherit;
  font-size: inherit;
}
a {
  text-decoration: none;
}
.cover {
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -ms-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
/*************************************************
* CUSTOM MIXING
*************************************************/
.hidden {
  display: none;
}
.loading-image {
  position: fixed;
  z-index: 9999;
  margin: auto;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}
/*
**********************
      moby.less
**********************
*/
/* 
 * MOBY.LESS VERSION 2.0.7
 */
.moby-overlay {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: fixed;
  -webkit-transform: translate3d(0,0,0);
  -moz-transform: translate3d(0,0,0);
  -ms-transform: translate3d(0,0,0);
  transform: translate3d(0,0,0);
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 6000;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -o-transition: all 0.2s;
  -ms-transition: all 0.2s;
  transition: all 0.2s;
}
.moby-overlay.dark {
  background: rgba(17, 17, 17, 0.65);
}
.moby-overlay.light {
  background: rgba(9, 47, 135, 0.65);
}
.moby-overlay.moby-overlay-active {
  visibility: visible !important;
  opacity: 1 !important;
}
.moby-body-fixed {
  overflow: hidden !important;
}
.moby {
  opacity: 0.93;
  text-transform: uppercase;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  background: #00a2ff;
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
  -ms-transition: all 0.4s;
  transition: all 0.4s;
  overflow: auto;
}
.moby .welcome-container {
  display: none;
}
.moby * {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.moby.moby-hidden {
  display: none;
}
.moby.moby-demo {
  color: #00a2ff;
  background: #1882c5;
  position: fixed;
  z-index: 3000;
  top: 0;
  height: 100%;
  width: 30%;
  right: 0;
  min-width: 333px;
  -webkit-transform: translateX(100%);
  -moz-transform: translateX(100%);
  -ms-transform: translateX(100%);
  transform: translateX(100%);
  padding: 60px 0 20px 0;
  overflow: auto;
}
.moby.moby-demo.moby-active {
  -webkit-transform: translateX(0);
  -moz-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0);
}
.moby.moby-demo .moby-inner {
  height: 100%;
  min-height: 520px;
}
.moby.moby-demo .moby-inner > p {
  height: 40px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -moz-box;
  display: flex;
  -ms-flex-direction: row;
  -webkit-flex-flow: row nowrap;
  flex-flow: row nowrap;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  padding: 0 30px;
  font-size: 13px;
  text-align: center;
}
.moby.moby-demo .moby-close {
  color: #00a2ff;
  cursor: pointer;
  font-size: 16px;
  text-transform: uppercase;
  font-weight: 400;
  padding: 12px 20px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -moz-box;
  display: flex;
  -ms-flex-direction: row;
  -webkit-flex-flow: row nowrap;
  flex-flow: row nowrap;
  -webkit-align-items: center;
  align-items: center;
  background: transparent;
  position: absolute;
  top: 0;
  left: 0;
}
.moby.moby-demo .moby-close .moby-close-icon {
  margin-right: 0;
  height: 20px;
  width: 20px;
  display: inline-block;
  position: relative;
}
.moby.moby-demo .moby-close .moby-close-icon::before,
.moby.moby-demo .moby-close .moby-close-icon::after {
  background: #00a2ff;
}
.moby.moby-demo .moby-wrap {
  height: calc(100% - 40px);
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -moz-box;
  display: flex;
  -ms-flex-direction: row;
  -webkit-flex-flow: row wrap;
  flex-flow: row wrap;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.moby.moby-demo .moby-wrap > div {
  width: 100%;
}
.moby.moby-demo .moby-wrap img {
  margin: 0 auto 40px auto;
  display: block;
  width: 100px;
  height: auto;
}
.moby.moby-demo .moby-wrap .moby-menu {
  width: 100%;
}
.moby.moby-demo .moby-wrap .moby-menu > * {
  width: 100%;
}
.moby.moby-demo ul li ul a {
  padding: 20px 70px 20px 70px;
  font-size: 16px;
  background: #126498;
}
.moby.moby-demo ul li a {
  position: relative;
  color: #00a2ff;
  text-decoration: none;
  font-size: 18px;
  font-weight: 400;
  display: block;
  padding: 20px 70px 20px 70px;
  text-align: center;
  -webkit-transition: color 0.3s;
  -moz-transition: color 0.3s;
  -o-transition: color 0.3s;
  -ms-transition: color 0.3s;
  transition: color 0.3s;
}
.moby.moby-demo ul li a:hover {
  color: #e0e0e0;
}
.moby.moby-demo ul li a .moby-expand {
  position: absolute;
  width: 50px;
  top: 0;
  right: 0;
  height: 100%;
  text-align: center;
  padding: 10px;
  color: #00a2ff;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -moz-box;
  display: flex;
  -ms-flex-direction: row;
  -webkit-flex-flow: row nowrap;
  flex-flow: row nowrap;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-transition: color 0.3s;
  -moz-transition: color 0.3s;
  -o-transition: color 0.3s;
  -ms-transition: color 0.3s;
  transition: color 0.3s;
}
.moby.moby-demo ul li a .moby-expand:hover {
  color: #e0e0e0;
}
.moby.moby-demo ul li a .moby-expand i,
.moby.moby-demo ul li a .moby-expand span {
  font-size: 20px;
}
.moby.right-side {
  position: fixed;
  z-index: 13000;
  top: 0;
  height: 100%;
  width: 30%;
  right: 0;
  min-width: 333px;
  -webkit-transform: translateX(100%);
  -moz-transform: translateX(100%);
  -ms-transform: translateX(100%);
  transform: translateX(100%);
}
@media screen and (max-width: 400px) {
  .moby.right-side {
    min-width: 300px;
  }
}
.moby.right-side.moby-active {
  -webkit-transform: translateX(0);
  -moz-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0);
}
.moby.fade {
  position: fixed;
  z-index: 13000;
  top: 0;
  height: 100%;
  left: 0px;
  width: 100%;
  visibility: hidden;
  opacity: 0;
}
.moby.fade.moby-active {
  opacity: 1;
  visibility: visible;
}
.moby.fade ul {
  width: 100%;
}
.moby.left-side {
  position: fixed;
  z-index: 13000;
  top: 0;
  height: 100%;
  left: 0px;
  width: 30%;
  min-width: 333px;
  -webkit-transform: translateX(-100%);
  -moz-transform: translateX(-100%);
  -ms-transform: translateX(-100%);
  transform: translateX(-100%);
}
.moby.left-side.moby-active {
  -webkit-transform: translateX(0);
  -moz-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0);
}
.moby.top-full {
  position: fixed;
  z-index: 13000;
  top: 0;
  -webkit-transform: translateY(-100%);
  -moz-transform: translateY(-100%);
  -ms-transform: translateY(-100%);
  transform: translateY(-100%);
  height: 100%;
  left: 0px;
  width: 100%;
}
.moby.top-full ul {
  width: 100%;
}
.moby.top-full.moby-active {
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
}
.moby.bottom-full {
  position: fixed;
  z-index: 13000;
  -webkit-transform: translateY(100%);
  -moz-transform: translateY(100%);
  -ms-transform: translateY(100%);
  transform: translateY(100%);
  height: 100%;
  left: 0px;
  width: 100%;
}
.moby.bottom-full ul {
  width: 100%;
}
.moby.bottom-full.moby-active {
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
}
.moby.grow-out {
  position: fixed;
  z-index: 13000;
  top: 0;
  height: 100%;
  left: 0px;
  width: 100%;
  -webkit-transform: scale(.7);
  -moz-transform: scale(.7);
  -ms-transform: scale(.7);
  transform: scale(.7);
  visibility: hidden;
  opacity: 0;
}
.moby.grow-out ul {
  width: 100%;
}
.moby.grow-out.moby-active {
  opacity: 1;
  visibility: visible;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}
.moby.shrink-in {
  position: fixed;
  z-index: 13000;
  top: 0;
  height: 100%;
  left: 0px;
  width: 100%;
  -webkit-transform: scale(1.2);
  -moz-transform: scale(1.2);
  -ms-transform: scale(1.2);
  transform: scale(1.2);
  visibility: hidden;
  opacity: 0;
}
.moby.shrink-in ul {
  width: 100%;
}
.moby.shrink-in.moby-active {
  opacity: 1;
  visibility: visible;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}
.moby ul {
  list-style: none;
  -webkit-transform: translate3d(0,0,0);
  -moz-transform: translate3d(0,0,0);
  -ms-transform: translate3d(0,0,0);
  transform: translate3d(0,0,0);
}
.moby ul ul {
  display: none;
}
.moby ul li ul a {
  padding: 20px 20px 20px 34px;
  font-size: 14px;
}
.moby ul li ul li ul li a {
  padding-left: 42px;
}
.moby ul li a {
  color: #f5f5f5;
  text-decoration: none;
  font-size: 15px;
  font-weight: normal;
  display: block;
  padding: 17px 68px 17px 22px;
  text-align: left;
  position: relative;
  letter-spacing: 0.2em;
}
.moby ul li a:hover::after {
  width: 100%;
}
.moby ul li a::after {
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 0px;
  background: #008fe0;
  z-index: -1;
}
.moby ul li a .moby-expand {
  position: absolute;
  width: 60px;
  top: 0;
  right: 0;
  height: 100%;
  text-align: center;
  padding: 10px;
  color: #1882c5;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -moz-box;
  display: flex;
  -ms-flex-direction: row;
  -webkit-flex-flow: row nowrap;
  flex-flow: row nowrap;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.moby ul li a .moby-expand i,
.moby ul li a .moby-expand span {
  font-size: 30px;
  color: #ffffff;
}
.moby ul li .dropdown-toggle {
  display: none;
}
.moby .moby-close {
  color: #00a2ff;
  cursor: pointer;
  font-size: 16px;
  text-transform: uppercase;
  font-weight: 400;
  padding: 30px 45px;
  background: #f5f5f5;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -moz-box;
  display: flex;
  -ms-flex-direction: row;
  -webkit-flex-flow: row nowrap;
  flex-flow: row nowrap;
}
@media screen and (max-width: 450px) {
  .moby .moby-close {
    padding-top: 32px;
    padding-bottom: 33px;
  }
}
.moby .moby-close:hover {
  color: #29b1ff;
}
.moby .moby-close .moby-close-icon {
  font-weight: bold;
  margin-right: 15px;
  position: relative;
  height: 20px;
  width: 20px;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.moby .moby-close .moby-close-icon:hover::before {
  background: #29b1ff;
}
.moby .moby-close .moby-close-icon:hover::after {
  background: #29b1ff;
}
.moby .moby-close .moby-close-icon::before {
  content: '';
  position: absolute;
  left: 0;
  width: 100%;
  height: 2px;
  background: #00a2ff;
  top: 50%;
  margin-top: -1px;
}
.moby .moby-close .moby-close-icon::after {
  content: '';
  position: absolute;
  left: 50%;
  height: 100%;
  width: 2px;
  background: #00a2ff;
  top: 0%;
  margin-left: -1px;
}
.moby .moby-wrap .moby-menu nav .social-media-icons-mobile {
  padding: 20px 68px 20px 22px;
}
.moby .moby-wrap .moby-menu nav .social-media-icons-mobile a i {
  padding-right: 20px;
  color: white;
}
/*
**********************
      header.less
**********************
*/
header.site-header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 5000;
  -webkit-transition: all 0.7s;
  -moz-transition: all 0.7s;
  -ms-transition: all 0.7s;
  -o-transition: all 0.7s;
  transition: all 0.7s;
  background: white;
  color: #252525;
}
header.site-header .header-wrap .top-left .logo #whitelog {
  display: none;
}
header.site-header.add-black {
  background: #252525;
}
header.site-header.add-black .header-wrap .top-left .logo #whitelog {
  display: initial;
}
header.site-header.add-black .header-wrap .top-left .logo #blklog {
  display: none;
}
header.site-header.add-black .header-wrap .top-right nav.header-menu ul li a {
  color: white;
}
header.site-header .header-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
  -webkit-flex-flow: row nowrap;
  flex-flow: row nowrap;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
header.site-header .header-wrap .top-left .logo {
  padding-left: 20px;
}
@media screen and (max-width: 1440px) {
  header.site-header .header-wrap .top-left .logo {
    max-width: 300px;
  }
}
@media screen and (max-width: 700px) {
  header.site-header .header-wrap .top-left .logo {
    max-width: 250px;
  }
}
header.site-header .header-wrap .top-left .logo img {
  max-width: 100%;
  display: block;
}
header.site-header .header-wrap .top-right {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
  -webkit-flex-flow: row nowrap;
  flex-flow: row nowrap;
  -webkit-align-items: center;
  align-items: center;
}
header.site-header .header-wrap .top-right nav.header-menu {
  margin-right: 50px;
  margin-left: 10px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
  -webkit-flex-flow: row nowrap;
  flex-flow: row nowrap;
  -webkit-align-items: center;
  align-items: center;
}
header.site-header .header-wrap .top-right nav.header-menu ul.logged-in-out-menu li a {
  padding-right: 0px;
}
header.site-header .header-wrap .top-right nav.header-menu ul {
  list-style: none;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
  -webkit-flex-flow: row nowrap;
  flex-flow: row nowrap;
}
header.site-header .header-wrap .top-right nav.header-menu ul li {
  position: relative;
  padding: 15px 0;
}
header.site-header .header-wrap .top-right nav.header-menu ul li a {
  font-size: 16px;
  padding: 17px 22px;
  letter-spacing: 0.02em;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -ms-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  font-weight: 600;
}
header.site-header .header-wrap .top-right nav.header-menu ul li a:hover {
  color: #185691;
}
header.site-header .header-wrap .top-right nav.header-menu ul li > ul {
  position: absolute;
  top: 51px;
  left: 0px;
  width: 290px;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0s;
  -moz-transition: all 0s;
  -ms-transition: all 0s;
  -o-transition: all 0s;
  transition: all 0s;
  padding: 0;
  display: block;
  z-index: 5;
  border-top: 2px solid #ffffff;
  border-bottom: 2px solid #ffffff;
}
header.site-header .header-wrap .top-right nav.header-menu ul li > ul li {
  display: block;
  list-style: none;
  text-align: left;
  padding-right: 0;
  background: #00a2ff;
  padding: 3px 0;
}
header.site-header .header-wrap .top-right nav.header-menu ul li > ul li a {
  color: #f5f5f5;
  padding: 15px 20px 15px 25px;
  display: inline-block;
  font-weight: 600;
  font-size: 14px;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  width: 100%;
}
header.site-header .header-wrap .top-right nav.header-menu ul li > ul li a:hover {
  color: #00a2ff;
}
header.site-header .header-wrap .top-right nav.header-menu ul li > ul li:hover {
  background: #99daff;
}
header.site-header .header-wrap .top-right nav.header-menu ul li > ul li:hover a {
  color: #0071b3;
}
header.site-header .header-wrap .top-right nav.header-menu ul li:hover ul {
  opacity: 1;
  visibility: visible;
}
header.site-header .header-wrap .top-right .social-media-container {
  background-color: #252525;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
  -webkit-flex-flow: row nowrap;
  flex-flow: row nowrap;
  -webkit-align-items: center;
  align-items: center;
}
header.site-header .header-wrap .top-right .social-media-container .social i {
  padding: 0 22px;
  color: #00a2ff;
}
header.site-header .header-wrap .top-right .social-media-container .header-search-icon {
  padding: 30px 35px 30px 20px;
  animation: fading 5s infinite;
  -webkit-animation: fading 5s infinite;
}
header.site-header .header-wrap .top-right .social-media-container .header-search-icon i {
  padding: 0 10px;
  color: #ffffff;
}
header.site-header .header-wrap .top-right .social-media-container .header-search-icon span {
  color: #ffffff;
}
header.site-header .header-wrap .top-right .header-search-icon {
  margin-left: 10px;
  cursor: pointer;
}
header.site-header .header-wrap .top-right .header-search-icon i {
  color: #454545;
  font-size: 20px;
}
header.site-header .header-wrap .top-right .navbars {
  display: none;
  background: #ffffff;
  vertical-align: top;
  padding: 25px;
  padding: 19px 25px 19px;
  cursor: pointer;
}
header.site-header .header-wrap .top-right .navbars p {
  font-size: 11px;
  line-height: 11px;
}
header.site-header .header-wrap .top-right .navbars span {
  width: 32px;
  height: 4px;
  background: #ea6924;
  border: 2px solid #00a2ff;
  display: block;
  margin: 5px 0;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
}
header.site-header .header-wrap .top-right .searchForm form.search-form {
  background-color: #ea6924;
  visibility: hidden;
  left: 0;
  padding-left: 23%;
  position: absolute;
  top: 85px;
  height: 67px;
  width: 100%;
  z-index: 25;
  opacity: 0;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
header.site-header .header-wrap .top-right .searchForm form.search-form .inner-search-container {
  height: 100%;
}
@media screen and (max-width: 1024px) {
  header.site-header .header-wrap .top-right .searchForm form.search-form {
    padding-left: 16%;
  }
}
header.site-header .header-wrap .top-right .searchForm form.search-form .screen-reader-text {
  display: none;
}
header.site-header .header-wrap .top-right .searchForm form.search-form input.search-field {
  -webkit-appearance: none;
  font-size: 20px;
  -moz-border-bottom-colors: none;
  -moz-border-left-colors: none;
  -moz-border-right-colors: none;
  -moz-border-top-colors: none;
  background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
  border-image: none;
  border-style: none none solid;
  color: #f5f5f5;
  height: 43px;
  left: 30%;
  margin: 10px 0 0;
  width: 70%;
  outline: none;
}
header.site-header .header-wrap .top-right .searchForm form.search-form input.search-field.active {
  width: 200px;
  padding: 5px 10px;
  border: 2px solid #a6ce39;
}
header.site-header .header-wrap .top-right .searchForm form.search-form input.search-field::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #ffffff;
}
header.site-header .header-wrap .top-right .searchForm form.search-form input.search-field::-moz-placeholder {
  /* Firefox 19+ */
  color: #ffffff;
}
header.site-header .header-wrap .top-right .searchForm form.search-form input.search-field:-ms-input-placeholder {
  /* IE 10+ */
  color: #ffffff;
}
header.site-header .header-wrap .top-right .searchForm form.search-form input.search-field:-moz-placeholder {
  /* Firefox 18- */
  color: #ffffff;
}
header.site-header .header-wrap .top-right .searchForm form.search-form .search-submit-btn {
  -webkit-appearance: none;
  border: none;
  background-color: #f5f5f5;
  color: #454545;
  padding: 5px 10px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
  cursor: pointer;
}
header.site-header .header-wrap .top-right .searchForm form.search-form #search-cancel {
  color: #ffffff;
  font-size: 26px;
  width: 18px;
  height: 18px;
  border: none;
  cursor: pointer;
  z-index: 10;
  outline: none;
  margin-left: 38px;
  margin-bottom: -10px;
}
@media screen and (max-width: 1024px) {
  header.site-header .header-wrap .top-right .searchForm form.search-form #search-cancel {
    margin-left: 15px;
  }
}
header.site-header .header-wrap .top-right .searchForm form.search-form.add_class {
  visibility: visible !important;
  opacity: 1 !important;
}
header.site-header.add-black {
  -webkit-box-shadow: 0 4px 10px -6px #454545;
  -moz-box-shadow: 0 4px 10px -6px #454545;
  box-shadow: 0 4px 10px -6px #454545;
}
header.site-header.add-black .header-wrap .top-right nav.header-menu ul li a:hover {
  color: #00a2ff;
}
@media print {
  header.site-header {
    display: none;
  }
}
@media screen and (max-width: 1800px) {
  header.site-header .header-wrap .top-right .social-media-container .header-search-icon i {
    padding-right: 0px;
  }
  header.site-header .header-wrap .top-right .social-media-container .header-search-icon span {
    display: none;
  }
}
@media screen and (max-width: 1730px) {
  header.site-header .header-wrap .top-right .social-media-container .social-icon {
    display: none;
  }
  header.site-header .header-wrap .top-right .social-media-container .header-search-icon {
    margin-left: 0;
  }
}
@media screen and (max-width: 1630px) {
  header.site-header .header-wrap .top-right .social-media-container .social-icon {
    display: inline-block;
  }
  header.site-header .header-wrap .top-right .social-media-container .header-search-icon {
    margin-left: 10px;
  }
  header.site-header .header-wrap .top-right nav.header-menu {
    display: none;
  }
  header.site-header .header-wrap .top-right .navbars {
    display: inline-block;
  }
}
@media screen and (max-width: 1366px) {
  header.site-header .header-wrap .top-right .social-media-container .header-search-icon {
    padding: 26px 35px 25px 20px;
  }
  header.site-header .header-wrap .top-right .navbars {
    padding: 20px;
    padding: 14px 23px 15px;
  }
  header.site-header .header-wrap .top-right .navbars span {
    width: 30px;
  }
}
@media screen and (max-width: 700px) {
  header.site-header .header-wrap .top-left .logo {
    padding: 0 10px 0 15px;
  }
  header.site-header .header-wrap .top-right .social-media-container .social i.fa-shopping-cart {
    padding-left: 15px;
  }
  header.site-header .header-wrap .top-right .social-media-container .social-icon {
    display: none;
  }
  header.site-header .header-wrap .top-right .social-media-container .header-search-icon {
    margin-left: 0;
  }
}
@media screen and (max-width: 550px) {
  header.site-header .header-wrap .top-right .social-media-container .header-search-icon {
    margin-left: 5px;
    padding: 22px 30px 21px 15px;
  }
  header.site-header .header-wrap .top-right .social-media-container .header-search-icon i {
    font-size: 18px;
  }
  header.site-header .header-wrap .top-right .navbars {
    padding: 9px 20px 10px;
  }
}
/*
**********************
      footer.less
**********************
*/
footer.site-footer {
  background-color: #ffffff;
  padding: 30px 0;
}
footer.site-footer .footer-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
  -webkit-flex-flow: row nowrap;
  flex-flow: row nowrap;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-align-items: center;
  align-items: center;
  padding: 0 30px;
}
footer.site-footer .footer-wrap .footer-left {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
  -webkit-flex-flow: row nowrap;
  flex-flow: row nowrap;
  -webkit-align-items: center;
  align-items: center;
}
footer.site-footer .footer-wrap .footer-left .social a i {
  padding: 0 12px;
  color: #00a2ff;
}
footer.site-footer .footer-wrap .footer-left ul {
  list-style: none;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
  -webkit-flex-flow: row nowrap;
  flex-flow: row nowrap;
}
footer.site-footer .footer-wrap .footer-left ul li a {
  color: #252525;
  font-size: 12px;
  padding: 0 16px;
  font-weight: 700;
  letter-spacing: 0.02em;
}
footer.site-footer .footer-wrap .footer-left ul li:last-child a {
  padding-right: 0px;
}
footer.site-footer .footer-wrap .footer-right p.copyright {
  font-size: 12px;
  font-weight: 700;
}
footer.site-footer .footer-wrap .footer-right p.copyright span {
  font-weight: 600;
  font-size: 10px;
}
@media screen and (max-width: 840px) {
  footer.site-footer .footer-wrap {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row;
    -webkit-flex-flow: row wrap;
    flex-flow: row wrap;
  }
  footer.site-footer .footer-wrap .footer-left {
    width: 100%;
    -webkit-justify-content: center;
    justify-content: center;
    margin-bottom: 10px;
  }
  footer.site-footer .footer-wrap .footer-right {
    width: 100%;
    text-align: center;
  }
}
/*
**********************
      global.less
**********************
*/
.site {
  width: 100%;
  overflow: hidden;
}
h1,
h2,
h3,
h4,
h5,
h6,
p,
strong,
li {
  color: #252525;
}
a {
  color: #000000;
}
strong {
  font-weight: 600;
}
h1,
h1 strong {
  font-size: 52px;
  line-height: 56px;
  font-weight: 600;
}
@media screen and (max-width: 1366px) {
  h1,
  h1 strong {
    font-size: 41px;
    line-height: 45px;
  }
}
@media screen and (max-width: 1024px) {
  h1,
  h1 strong {
    font-size: 36px;
    line-height: 40px;
  }
}
@media screen and (max-width: 600px) {
  h1,
  h1 strong {
    font-size: 34px;
    line-height: 38px;
  }
}
h2,
h2 strong {
  font-size: 52px;
  line-height: 56px;
  font-weight: 600;
}
@media screen and (max-width: 1366px) {
  h2,
  h2 strong {
    font-size: 41px;
    line-height: 45px;
  }
}
@media screen and (max-width: 1024px) {
  h2,
  h2 strong {
    font-size: 36px;
    line-height: 40px;
  }
}
@media screen and (max-width: 600px) {
  h2,
  h2 strong {
    font-size: 34px;
    line-height: 38px;
  }
}
h3,
h3 strong {
  font-size: 39px;
  line-height: 46px;
  font-weight: 600;
}
@media screen and (max-width: 1366px) {
  h3,
  h3 strong {
    font-size: 34px;
    line-height: 38px;
  }
}
@media screen and (max-width: 1024px) {
  h3,
  h3 strong {
    font-size: 30px;
    line-height: 34px;
  }
}
@media screen and (max-width: 600px) {
  h3,
  h3 strong {
    font-size: 28px;
    line-height: 32px;
  }
}
h4,
h4 strong {
  font-size: 30px;
  line-height: 32px;
  font-weight: 600;
}
@media screen and (max-width: 1366px) {
  h4,
  h4 strong {
    font-size: 30px;
    line-height: 35px;
  }
}
@media screen and (max-width: 1024px) {
  h4,
  h4 strong {
    font-size: 26px;
    line-height: 30px;
  }
}
@media screen and (max-width: 600px) {
  h4,
  h4 strong {
    font-size: 24px;
    line-height: 28px;
  }
}
h5,
h6,
h5 strong,
h6 strong,
h5 a,
h6 a {
  font-size: 22px;
  line-height: 26px;
  font-weight: 600;
}
@media screen and (max-width: 1366px) {
  h5,
  h6,
  h5 strong,
  h6 strong,
  h5 a,
  h6 a {
    font-size: 20px;
    line-height: 24px;
  }
}
@media screen and (max-width: 1024px) {
  h5,
  h6,
  h5 strong,
  h6 strong,
  h5 a,
  h6 a {
    font-size: 18px;
    line-height: 22px;
  }
}
@media screen and (max-width: 600px) {
  h5,
  h6,
  h5 strong,
  h6 strong,
  h5 a,
  h6 a {
    font-size: 17px;
    line-height: 21px;
  }
}
li,
a {
  font-size: 15px;
  font-weight: 500;
}
@media screen and (max-width: 1024px) {
  li,
  a {
    font-size: 14px;
  }
}
.woocommerce.woocommerce-page p,
.woocommerce.woocommerce-page em {
  font-size: 15px;
  font-weight: 600;
}
p {
  font-size: 15px;
  font-weight: 600;
  line-height: 21px;
}
p strong {
  font-weight: 700;
  font-size: 16px;
}
@media screen and (max-width: 1024px) {
}
p a {
  color: #00a2ff;
}
@media screen and (max-width: 1024px) {
}
.container {
  max-width: 1920px;
  width: 100%;
  margin: 0 auto;
  padding: 0 20px;
  position: relative;
}
.container.full-width {
  max-width: 100%;
}
@media screen and (max-width: 1920px) {
  .container {
    max-width: 1820px;
  }
}
@media screen and (max-width: 1740px) {
  .container {
    max-width: 100%;
  }
}
@media screen and (max-width: 1366px) {
  .container {
    max-width: 100%;
    padding: 0 40px;
  }
}
@media screen and (max-width: 840px) {
  .container {
    max-width: 100%;
    padding: 0 22px;
  }
}
.container > .wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
  -webkit-flex-flow: row nowrap;
  flex-flow: row nowrap;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-align-items: center;
  align-items: center;
}
.common-banner-page {
  position: relative;
  width: 100%;
  height: 486px;
  background-repeat: no-repeat !important;
  background-position: center center !important;
  background-size: cover !important;
}
.common-banner-page.woocommerce-shop-banner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
  -webkit-flex-flow: row nowrap;
  flex-flow: row nowrap;
  -webkit-align-items: flex-end;
  align-items: flex-end;
  margin-bottom: 175px;
}
.common-banner-page.woocommerce-shop-banner .shop-banner-content {
  width: 100%;
  max-width: 1240px;
  margin: 0 auto;
  padding: 0 30px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
  -webkit-flex-flow: row nowrap;
  flex-flow: row nowrap;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-align-items: center;
  align-items: center;
}
.common-banner-page.woocommerce-shop-banner .shop-banner-content .img-content {
  width: 48%;
  padding-top: 110px;
  margin-bottom: -110px;
}
.common-banner-page.woocommerce-shop-banner .shop-banner-content .info-content {
  width: 48%;
}
.common-banner-page.woocommerce-shop-banner .shop-banner-content .info-content h1 {
  color: #ffffff;
  margin-bottom: 10px;
}
.common-banner-page.woocommerce-shop-banner .shop-banner-content .info-content p {
  color: #ffffff;
  font-weight: 600;
  font-size: 18px;
  letter-spacing: 0.05em;
}
.common-banner-page .common-banner-content {
  height: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
  -webkit-flex-flow: row nowrap;
  flex-flow: row nowrap;
  -webkit-align-items: center;
  align-items: center;
  width: 100%;
  max-width: 1420px;
  padding: 0 60px;
  margin: 0 auto;
}
@media screen and (max-width: 600px) {
  .common-banner-page .common-banner-content {
    padding: 0 40px;
  }
}
.common-banner-page .common-banner-content .info-content h1 {
  color: #ffffff;
}
.common-banner-page .common-banner-content.right {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.common-banner-page .common-banner-gradient {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  box-shadow: inset -746px -155px 622px 45px rgba(0, 162, 255, 0.65);
  -moz-box-shadow: inset -746px -155px 622px 45px rgba(0, 162, 255, 0.65);
  -webkit-box-shadow: inset -746px -155px 622px 45px rgba(0, 162, 255, 0.65);
}
@media screen and (max-width: 1280px) {
  .common-banner-page.woocommerce-banner {
    height: 380px;
  }
}
@media screen and (max-width: 1024px) {
  .common-banner-page.woocommerce-banner {
    height: 340px;
  }
  .common-banner-page.woocommerce-shop-banner {
    height: 480px;
    margin-bottom: 60px;
  }
  .common-banner-page.woocommerce-shop-banner .shop-banner-content {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row;
    -webkit-flex-flow: row wrap;
    flex-flow: row wrap;
  }
  .common-banner-page.woocommerce-shop-banner .shop-banner-content .img-content {
    max-width: 400px;
    width: 80%;
    margin: 0 auto;
    padding-top: 0px;
  }
  .common-banner-page.woocommerce-shop-banner .shop-banner-content .info-content {
    width: 100%;
    text-align: center;
  }
}
@keyframes fading {
  0% {
    background: #252525;
  }
  50% {
    background: #e12c09;
  }
  100% {
    background: #252525;
  }
}
@-webkit-keyframes fading {
  0% {
    background: #252525;
  }
  50% {
    background: #e12c09;
  }
  100% {
    background: #252525;
  }
}
.sign-up-btn,
.medical-btn {
  display: inline-block;
  padding: 20px 30px;
  background: #fff;
  text-align: center;
  font-size: 14px;
  font-weight: bold;
  margin-right: 15px;
  border-radius: 5px;
  transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
}
.sign-up-btn:hover,
.medical-btn:hover,
.sign-up-btn:focus,
.medical-btn:focus {
  background: #fc0d1b;
  color: #fff;
  border-bottom-color: #8b171e;
}
@media only screen and (max-width: 576px) {
  .sign-up-btn,
  .medical-btn {
    padding: 15px 20px;
  }
}
@media only screen and (max-width: 480px) {
  .sign-up-btn,
  .medical-btn {
    display: block;
    padding: 15px;
    margin-bottom: 10px;
    font-size: 16px;
  }
}
/*
**********************
      Home
**********************
*/
html {
  scroll-behavior: smooth;
}
.home_rotator_wrapper {
  width: 100vw;
  margin-top: 80px;
  overflow: hidden;
  background-position: left;
  background-repeat: no-repeat;
}
.home_rotator_wrapper .home_rotator {
  min-height: 80vh;
}
@media screen and (max-width: 800px) {
  .home_rotator_wrapper .home_rotator {
    margin-top: -13%;
  }
}
.home_rotator_wrapper .home_rotator .home-slide-wrap {
  min-height: 80vh;
}
.home_rotator_wrapper .home_rotator .home-slide-wrap .home-slide {
  display: flex;
  padding: 3% 5%;
  min-height: 80vh;
  align-items: center;
}
.home_rotator_wrapper .home_rotator .home-slide-wrap .home-slide .home-slide-left {
  height: 66vh;
  width: 40%;
  padding: 1%;
  display: flex;
  align-items: center;
}
.home_rotator_wrapper .home_rotator .home-slide-wrap .home-slide .home-slide-left img {
  object-fit: contain;
  height: 100%;
  max-width: 100%;
  margin: auto;
  border-radius: 3px;
  box-shadow: 0px 34px 76px 0px rgba(37, 37, 37, 0.19);
}
.home_rotator_wrapper .home_rotator .home-slide-wrap .home-slide .home-slide-center img,
.home_rotator_wrapper .home_rotator .home-slide-wrap .home-slide .home-slide-right img {
  width: 100%;
}
.home_rotator_wrapper .home_rotator .home-slide-wrap .home-slide .home-slide-center h2,
.home_rotator_wrapper .home_rotator .home-slide-wrap .home-slide .home-slide-right h2 {
  font-size: 40px;
  line-height: 45px;
  margin: 18px 2px 22px;
}
.home_rotator_wrapper .home_rotator .home-slide-wrap .home-slide .home-slide-center h3,
.home_rotator_wrapper .home_rotator .home-slide-wrap .home-slide .home-slide-right h3 {
  font-size: 40px;
  line-height: 45px;
  margin: 18px 2px 22px;
}
.home_rotator_wrapper .home_rotator .home-slide-wrap .home-slide .home-slide-center p,
.home_rotator_wrapper .home_rotator .home-slide-wrap .home-slide .home-slide-right p {
  font-size: 22px;
  line-height: 38px;
  margin: 26px 2px 30px;
  padding-right: 11%;
}
.home_rotator_wrapper .home_rotator .home-slide-wrap .home-slide .home-slide-center .home-slide-btn,
.home_rotator_wrapper .home_rotator .home-slide-wrap .home-slide .home-slide-right .home-slide-btn {
  font-size: 18px;
  border-radius: 4px;
  background-color: #01a1ff;
  padding: 25px 65px;
  margin: 0 13px 13px 0;
  border: none;
  color: white;
  cursor: pointer;
  font-family: 'Montserrat';
}
.home_rotator_wrapper .home_rotator .home-slide-wrap .home-slide .home-slide-right {
  width: 50%;
}
.home_rotator_wrapper .home_rotator .home-slide-wrap .home-slide .home-slide-center {
  text-align: center;
  margin: auto;
  width: 80%;
}
.home_rotator_wrapper .home_rotator .home-slide-wrap .home-slide .home-slide-center p {
  padding: 0;
}
.home_rotator_wrapper .home_rotator .home-slide-wrap .home-slide .home-slide-center img {
  width: 75%;
  margin: auto;
}
.home_rotator_wrapper .home_rotator .home-slide-wrap .home-slide .home-slide-center .home-slide-btn {
  background: #01a1ff;
}
@media screen and (max-width: 1366px) {
  .home_rotator_wrapper .home_rotator .home-slide-wrap .home-slide {
    justify-content: space-evenly;
  }
}
@media screen and (max-width: 1240px) {
  .home_rotator_wrapper .home_rotator .home-slide-wrap .home-slide .home-slide-left img {
    height: 75%;
  }
}
@media screen and (max-width: 1024px) {
  .home_rotator_wrapper .home_rotator .home-slide-wrap .home-slide .home-slide-left {
    width: 45%;
  }
  .home_rotator_wrapper .home_rotator .home-slide-wrap .home-slide .home-slide-left img {
    height: auto;
  }
}
@media screen and (max-width: 800px) {
  .home_rotator_wrapper .home_rotator .home-slide-wrap .home-slide {
    flex-flow: column;
    justify-content: initial;
  }
  .home_rotator_wrapper .home_rotator .home-slide-wrap .home-slide .home-slide-left {
    width: 80%;
    padding: 2%;
  }
  .home_rotator_wrapper .home_rotator .home-slide-wrap .home-slide .home-slide-left img {
    height: 75%;
  }
  .home_rotator_wrapper .home_rotator .home-slide-wrap .home-slide .home-slide-right,
  .home_rotator_wrapper .home_rotator .home-slide-wrap .home-slide .home-slide-center {
    width: 80%;
    margin-top: -7%;
    text-align: center;
  }
  .home_rotator_wrapper .home_rotator .home-slide-wrap .home-slide .home-slide-right h2,
  .home_rotator_wrapper .home_rotator .home-slide-wrap .home-slide .home-slide-center h2 {
    font-size: 30px;
    line-height: 38px;
  }
  .home_rotator_wrapper .home_rotator .home-slide-wrap .home-slide .home-slide-right h3,
  .home_rotator_wrapper .home_rotator .home-slide-wrap .home-slide .home-slide-center h3 {
    font-size: 28px;
    line-height: 32px;
  }
  .home_rotator_wrapper .home_rotator .home-slide-wrap .home-slide .home-slide-right p,
  .home_rotator_wrapper .home_rotator .home-slide-wrap .home-slide .home-slide-center p {
    font-size: 17px;
    line-height: 32px;
    padding-right: 0;
  }
  .home_rotator_wrapper .home_rotator .home-slide-wrap .home-slide .home-slide-center {
    margin: 30% auto;
  }
}
@media screen and (max-width: 500px) {
  .home_rotator_wrapper .home_rotator .home-slide-wrap .home-slide .home-slide-left img {
    height: auto;
    max-height: 350px;
  }
  .home_rotator_wrapper .home_rotator .home-slide-wrap .home-slide .home-slide-right h2,
  .home_rotator_wrapper .home_rotator .home-slide-wrap .home-slide .home-slide-center h2 {
    font-size: 22px;
    line-height: 28px;
  }
  .home_rotator_wrapper .home_rotator .home-slide-wrap .home-slide .home-slide-right h3,
  .home_rotator_wrapper .home_rotator .home-slide-wrap .home-slide .home-slide-center h3 {
    font-size: 20px;
    line-height: 25px;
  }
  .home_rotator_wrapper .home_rotator .home-slide-wrap .home-slide .home-slide-right p,
  .home_rotator_wrapper .home_rotator .home-slide-wrap .home-slide .home-slide-center p {
    font-size: 15px;
    line-height: 25px;
  }
}
.home_rotator_wrapper .slick-slide {
  opacity: 0;
  transition: 1s all;
}
.home_rotator_wrapper .slick-active {
  opacity: 1;
}
.home_rotator_wrapper .slick-arrow {
  z-index: 2;
  width: 25px;
  height: 25px;
}
.home_rotator_wrapper .slick-arrow i {
  color: #00a2ff;
  font-size: 25px;
}
.home_rotator_wrapper .slick-arrow:before {
  display: none;
}
@media screen and (max-width: 800px) {
  .home_rotator_wrapper .slick-arrow {
    top: 37vh;
  }
}
.home_rotator_wrapper .slick-prev {
  left: 25px;
}
.home_rotator_wrapper .slick-next {
  right: 25px;
}
.home_rotator_wrapper .slide-counter-wrap {
  display: flex;
  align-items: center;
  margin: 2% 0 0 10%;
  width: max-content;
}
.home_rotator_wrapper .slide-counter-wrap #fnm #snm {
  font-weight: 900;
}
.home_rotator_wrapper .slide-counter-wrap #greybar {
  height: 3px;
  width: 77px;
  background: #dddddc;
  margin: 0 7px;
}
.home_rotator_wrapper .slide-counter-wrap #greybar .orgbar {
  height: 100%;
  width: 33%;
  background: #e22726;
  transition: ease 0.5s;
}
.home_rotator_wrapper .slide-counter-wrap #greybar .ob02 {
  width: 100%;
}
@media screen and (max-width: 1366px) {
  .home_rotator_wrapper .slide-counter-wrap {
    margin: -5% 0 0 10%;
  }
}
@media screen and (max-width: 800px) {
  .home_rotator_wrapper .slide-counter-wrap {
    margin: -7% auto 0;
  }
}
.home-banner {
  height: calc(100vh);
  min-height: 480px;
  width: 100%;
  position: relative;
  background-repeat: no-repeat !important;
  background-position: center center !important;
  background-size: cover !important;
  background-position: center left !important;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
  -webkit-flex-flow: row nowrap;
  flex-flow: row nowrap;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.home-banner.diana_bg {
  background-position: top center !important;
}
@media screen and (max-width: 840px) {
  .home-banner.diana_bg {
    background-position: 30% 50%!important;
  }
}
@media screen and (max-width: 840px) {
  .home-banner.diana_bg .banner-gradient {
    box-shadow: inset -746px -155px 622px 45px rgba(0, 162, 255, 0.65);
    -moz-box-shadow: inset -746px -155px 622px 45px rgba(0, 162, 255, 0.65);
    -webkit-box-shadow: inset -746px -155px 622px 45px rgba(0, 162, 255, 0.65);
  }
}
.home-banner .banner-gradient {
  z-index: 0;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  box-shadow: inset -746px -155px 622px 45px rgba(0, 162, 255, 0.65);
  -moz-box-shadow: inset -746px -155px 622px 45px rgba(0, 162, 255, 0.65);
  -webkit-box-shadow: inset -746px -155px 622px 45px rgba(0, 162, 255, 0.65);
}
.home-banner .banner-content {
  z-index: 0;
  position: relative;
  width: 50%;
  padding-right: 140px;
}
@media screen and (max-width: 1700px) {
  .home-banner .banner-content {
    padding-right: 40px;
  }
}
.home-banner .banner-content h2 {
  color: #ffffff;
  letter-spacing: 0.05em;
  margin-bottom: 10px;
  font-weight: 700;
}
.home-banner .banner-content p {
  color: #ffffff;
  font-size: 24px;
  line-height: 28px;
  letter-spacing: 0.05em;
  font-weight: 600;
}
@media screen and (max-width: 1366px) {
  .home-banner .banner-content {
    width: 55%;
  }
  .home-banner .banner-content p {
    font-size: 22px;
    line-height: 25px;
  }
}
@media screen and (max-width: 1024px) {
  .home-banner .banner-gradient {
    box-shadow: inset -246px -255px 622px 45px rgba(0, 162, 255, 0.65);
    -moz-box-shadow: inset -246px -255px 622px 45px rgba(0, 162, 255, 0.65);
    -webkit-box-shadow: inset -246px -255px 622px 45px rgba(0, 162, 255, 0.65);
  }
  .home-banner .banner-content {
    width: 52%;
    padding-right: 10px;
  }
  .home-banner .banner-content p {
    font-size: 20px;
    line-height: 24px;
  }
}
@media screen and (max-width: 840px) {
  .home-banner {
    -webkit-align-items: flex-end;
    align-items: flex-end;
  }
  .home-banner .banner-gradient {
    box-shadow: inset -46px -300px 622px 45px rgba(0, 162, 255, 0.65);
    -moz-box-shadow: inset -46px -300px 622px 45px rgba(0, 162, 255, 0.65);
    -webkit-box-shadow: inset -46px -300px 622px 45px rgba(0, 162, 255, 0.65);
  }
  .home-banner .banner-content {
    width: 100%;
    padding: 0 70px 60px;
  }
  .home-banner .banner-content p {
    font-size: 20px;
    line-height: 24px;
  }
}
@media screen and (max-width: 700px) {
  .home-banner .banner-content {
    padding: 0 40px 50px;
  }
}
@media screen and (max-width: 600px) {
  .home-banner .banner-content {
    padding: 0 40px 90px;
  }
}
.who-is-giff {
  padding: 82px 0;
}
.who-is-giff.hide {
  display: none;
}
.who-is-giff .who-is-wrap {
  width: 100%;
  max-width: 1460px;
  margin: 0 auto;
  padding: 0 60px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
  -webkit-flex-flow: row nowrap;
  flex-flow: row nowrap;
  -webkit-align-items: center;
  align-items: center;
  background-repeat: no-repeat;
  background-position: top right 250px;
}
.who-is-giff .who-is-wrap .img-section {
  width: 462px;
}
.who-is-giff .who-is-wrap .img-section img {
  max-width: 100%;
  -moz-box-shadow: 0 3px 20px #454545;
  -webkit-box-shadow: 0 3px 20px #454545;
  box-shadow: 0 3px 20px #454545;
  display: block;
}
.who-is-giff .who-is-wrap .info-section {
  width: calc(100% - 462px) ;
  padding-left: 150px;
}
@media screen and (max-width: 1366px) {
  .who-is-giff .who-is-wrap .info-section {
    padding-left: 112px;
  }
}
.who-is-giff .who-is-wrap .info-section .info-wrap h1 {
  font-size: 52px;
  line-height: 56px;
  margin-bottom: 10px;
  font-weight: 400;
}
.who-is-giff .who-is-wrap .info-section .info-wrap h2 {
  font-size: 52px;
  line-height: 56px;
  margin-bottom: 30px;
  font-weight: 700;
}
.who-is-giff .who-is-wrap .info-section .info-wrap p {
  margin-bottom: 15px;
}
.who-is-giff .who-is-wrap .info-section .info-wrap p:last-of-type {
  margin-bottom: 30px;
}
.who-is-giff .who-is-wrap .info-section .info-wrap a {
  font-weight: 700;
}
.who-is-giff .who-is-wrap .info-section .info-wrap a span {
  font-weight: 700;
  color: #00a2ff;
}
.who-is-giff.img_right .who-is-wrap .img-section {
  order: 2;
}
@media screen and (max-width: 960px) {
  .who-is-giff.img_right .who-is-wrap .img-section {
    order: 0;
  }
}
.who-is-giff.img_right .who-is-wrap .info-section {
  padding-left: 0;
  padding-right: 150px;
}
@media screen and (max-width: 1366px) {
  .who-is-giff.img_right .who-is-wrap .info-section {
    padding-right: 112px;
  }
}
@media screen and (max-width: 1200px) {
  .who-is-giff.img_right .who-is-wrap .info-section {
    padding-right: 90px;
  }
}
@media screen and (max-width: 1024px) {
  .who-is-giff.img_right .who-is-wrap .info-section {
    padding-right: 50px;
  }
}
@media screen and (max-width: 960px) {
  .who-is-giff.img_right .who-is-wrap .info-section {
    padding: 0;
  }
}
@media screen and (max-width: 1200px) {
  .who-is-giff .who-is-wrap {
    padding: 0 48px;
  }
  .who-is-giff .who-is-wrap .img-section {
    width: 420px;
  }
  .who-is-giff .who-is-wrap .info-section {
    width: calc(100% - 462px) ;
    padding-left: 90px;
  }
}
@media screen and (max-width: 1024px) {
  .who-is-giff .who-is-wrap .img-section {
    width: 378px;
  }
  .who-is-giff .who-is-wrap .info-section {
    width: calc(100% - 378px) ;
    padding-left: 50px;
  }
}
@media screen and (max-width: 960px) {
  .who-is-giff .who-is-wrap {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row;
    -webkit-flex-flow: row wrap;
    flex-flow: row wrap;
    background-position: top 500px center;
  }
  .who-is-giff .who-is-wrap .img-section {
    width: 100%;
    width: 378px;
    margin: 0 auto 100px;
  }
  .who-is-giff .who-is-wrap .info-section {
    width: 100%;
    max-width: 500px;
    margin: 0 auto;
    padding: 0px;
  }
}
@media screen and (max-width: 600px) {
  .who-is-giff {
    padding: 65px 0;
  }
  .who-is-giff .who-is-wrap .img-section {
    margin: 0 auto 60px;
  }
  .who-is-giff .who-is-wrap .info-section .info-wrap h1,
  .who-is-giff .who-is-wrap .info-section .info-wrap h2 {
    font-size: 42px;
    line-height: 46px;
  }
}
.home-carousel-container {
  position: relative;
  padding: 200px 0 10px 0;
  margin-bottom: 200px;
  background-repeat: no-repeat !important;
  background-position: center center !important;
  background-size: cover !important;
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  -ms-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
}
@media screen and (max-width: 600px) {
  .home-carousel-container {
    margin-bottom: 150px;
  }
}
.home-carousel-container .carousel-overlap-gradient {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
  opacity: 0.7;
  background: #00a2ff;
}
.home-carousel-container .home-carousel-wrap {
  width: 100%;
  max-width: 1360px;
  padding: 0 30px;
  margin: 0 auto;
}
.home-carousel-container .home-carousel-wrap .carousel-title {
  position: relative;
  text-align: center;
  margin-bottom: 26px;
}
.home-carousel-container .home-carousel-wrap .carousel-title h1 {
  font-weight: 700;
  color: #ffffff;
}
.home-carousel-container .home-carousel-wrap .carousel-title h1 span {
  font-weight: 400;
}
.home-carousel-container .home-carousel-wrap .carousel-sub-title {
  position: relative;
  text-align: center;
  color: #ffffff;
  font-size: 18px;
}
.home-carousel-container .home-carousel-wrap .home-carousel {
  margin-bottom: -150px;
  max-height: 665px;
}
@media screen and (max-width: 1366px) {
  .home-carousel-container .home-carousel-wrap .home-carousel {
    max-height: 615px;
  }
}
@media screen and (max-width: 1200px) {
  .home-carousel-container .home-carousel-wrap .home-carousel {
    max-height: 560px;
  }
}
@media screen and (max-width: 1100px) {
  .home-carousel-container .home-carousel-wrap .home-carousel {
    max-height: 540px;
  }
}
@media screen and (max-width: 1024px) {
  .home-carousel-container .home-carousel-wrap .home-carousel {
    max-height: 660px;
  }
}
@media screen and (max-width: 960px) {
  .home-carousel-container .home-carousel-wrap .home-carousel {
    max-height: 630px;
  }
}
@media screen and (max-width: 840px) {
  .home-carousel-container .home-carousel-wrap .home-carousel {
    max-height: 580px;
  }
}
@media screen and (max-width: 800px) {
  .home-carousel-container .home-carousel-wrap .home-carousel {
    max-height: 550px;
  }
}
@media screen and (max-width: 760px) {
  .home-carousel-container .home-carousel-wrap .home-carousel {
    max-height: 520px;
  }
}
@media screen and (max-width: 700px) {
  .home-carousel-container .home-carousel-wrap .home-carousel {
    max-height: 490px;
  }
}
@media screen and (max-width: 650px) {
  .home-carousel-container .home-carousel-wrap .home-carousel {
    max-height: 460px;
  }
}
@media screen and (max-width: 600px) {
  .home-carousel-container .home-carousel-wrap .home-carousel {
    max-height: 420px;
  }
}
@media screen and (max-width: 550px) {
  .home-carousel-container .home-carousel-wrap .home-carousel {
    max-height: 390px;
  }
}
@media screen and (max-width: 500px) {
  .home-carousel-container .home-carousel-wrap .home-carousel {
    max-height: 630px;
  }
}
.home-carousel-container .home-carousel-wrap .home-carousel .slick-list {
  padding-top: 70px  !important;
  padding-bottom: 70px !important;
}
.home-carousel-container .home-carousel-wrap .home-carousel .slick-list .slick-center {
  z-index: 1;
  -webkit-transition: all 0.6s;
  -moz-transition: all 0.6s;
  -ms-transition: all 0.6s;
  -o-transition: all 0.6s;
  transition: all 0.6s;
  transform: scale(1.08);
  -moz-box-shadow: 0 3px 20px #000000;
  -webkit-box-shadow: 0 3px 20px #000000;
  box-shadow: 0 3px 20px #000000;
}
.home-carousel-container .home-carousel-wrap .home-carousel .slick-list .carousel-slide {
  background-repeat: no-repeat !important;
  background-position: center center !important;
  background-size: cover !important;
  position: relative;
  width: 250px ;
  height: 492px;
  margin: 0 2px;
  cursor: pointer;
}
@media screen and (max-width: 1366px) {
  .home-carousel-container .home-carousel-wrap .home-carousel .slick-list .carousel-slide {
    height: 445px;
  }
}
@media screen and (max-width: 1200px) {
  .home-carousel-container .home-carousel-wrap .home-carousel .slick-list .carousel-slide {
    height: 400px;
  }
}
@media screen and (max-width: 1100px) {
  .home-carousel-container .home-carousel-wrap .home-carousel .slick-list .carousel-slide {
    height: 370px;
  }
}
@media screen and (max-width: 1024px) {
  .home-carousel-container .home-carousel-wrap .home-carousel .slick-list .carousel-slide {
    height: 489px;
  }
}
@media screen and (max-width: 960px) {
  .home-carousel-container .home-carousel-wrap .home-carousel .slick-list .carousel-slide {
    height: 460px;
  }
}
@media screen and (max-width: 840px) {
  .home-carousel-container .home-carousel-wrap .home-carousel .slick-list .carousel-slide {
    height: 410px;
  }
}
@media screen and (max-width: 800px) {
  .home-carousel-container .home-carousel-wrap .home-carousel .slick-list .carousel-slide {
    height: 380px;
  }
}
@media screen and (max-width: 760px) {
  .home-carousel-container .home-carousel-wrap .home-carousel .slick-list .carousel-slide {
    height: 350px;
  }
}
@media screen and (max-width: 700px) {
  .home-carousel-container .home-carousel-wrap .home-carousel .slick-list .carousel-slide {
    height: 320px;
  }
}
@media screen and (max-width: 650px) {
  .home-carousel-container .home-carousel-wrap .home-carousel .slick-list .carousel-slide {
    height: 290px;
  }
}
@media screen and (max-width: 600px) {
  .home-carousel-container .home-carousel-wrap .home-carousel .slick-list .carousel-slide {
    height: 250px;
  }
}
@media screen and (max-width: 550px) {
  .home-carousel-container .home-carousel-wrap .home-carousel .slick-list .carousel-slide {
    height: 220px;
  }
}
@media screen and (max-width: 500px) {
  .home-carousel-container .home-carousel-wrap .home-carousel .slick-list .carousel-slide {
    height: 460px;
  }
}
.home-carousel-container .home-carousel-wrap .home-carousel .slick-list .carousel-slide .bottom-gradient {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 50%;
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.8));
}
.home-carousel-container .home-carousel-wrap .home-carousel .slick-list .carousel-slide .slide-title {
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 1;
}
.home-carousel-container .home-carousel-wrap .home-carousel .slick-list .carousel-slide .slide-title h6 {
  font-size: 15px;
  font-weight: 500;
  line-height: 20px;
  padding: 30px 20px;
  color: #ffffff;
  letter-spacing: 0.15em;
  text-transform: uppercase;
}
@media screen and (max-width: 960px) {
  .home-carousel-container .home-carousel-wrap .home-carousel .slick-list .carousel-slide .slide-title h6 {
    padding: 15px;
    font-size: 13px;
    line-height: 18px;
  }
}
@media screen and (max-width: 760px) {
  .home-carousel-container .home-carousel-wrap .home-carousel .slick-list .carousel-slide .slide-title h6 {
    padding: 10px;
    font-size: 11px;
    line-height: 15px;
  }
}
@media screen and (max-width: 600px) {
  .home-carousel-container .home-carousel-wrap .home-carousel .slick-list .carousel-slide .slide-title h6 {
    word-break: break-all;
    white-space: pre-wrap;
    /* CSS3 */
    white-space: -moz-pre-wrap;
    /* Firefox */
    white-space: -o-pre-wrap;
    /* Opera 7 */
    word-wrap: break-word;
    /* IE */
  }
}
@media screen and (max-width: 500px) {
  .home-carousel-container .home-carousel-wrap .home-carousel .slick-list .carousel-slide .slide-title h6 {
    padding: 15px;
    font-size: 13px;
    line-height: 18px;
  }
}
.home-carousel-container .home-carousel-wrap .home-carousel .slick-dots {
  bottom: -12px;
}
.home-carousel-container .home-carousel-wrap .home-carousel .slick-dots li button:before {
  font-size: 18px;
  padding: 1px;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  -ms-border-radius: 50px;
  -o-border-radius: 50px;
  border-radius: 50px;
}
.home-carousel-container .home-carousel-wrap .home-carousel .slick-dots li.slick-active button:before {
  color: #00a2ff;
}
.home-carousel-container .home-carousel-wrap .home-carousel .slick-prev {
  width: auto;
  height: auto;
  left: -80px;
  z-index: 9;
}
.home-carousel-container .home-carousel-wrap .home-carousel .slick-next {
  width: auto;
  height: auto;
  right: -80px;
  z-index: 9;
}
.home-carousel-container .home-carousel-wrap .home-carousel .slick-prev:before,
.home-carousel-container .home-carousel-wrap .home-carousel .slick-next:before {
  font-size: 24px;
  content: "\2039";
  color: #00a2ff;
  padding: 15px 25px 20px;
  background: #ffffff;
  opacity: 1;
}
.home-carousel-container .home-carousel-wrap .home-carousel .slick-next:before {
  content: "\203A";
}
.home-carousel-container .view-all-topics {
  position: absolute;
  bottom: -192px;
  left: 0px;
  right: 0px;
  margin: 0 auto;
  text-align: center;
}
.home-carousel-container .view-all-topics a {
  color: #00a2ff;
  font-weight: 600;
  font-size: 18px;
}
@media screen and (max-width: 600px) {
  .home-carousel-container .view-all-topics {
    bottom: -145px;
  }
}
@media screen and (max-width: 1500px) {
  .home-carousel-container .home-carousel-wrap .home-carousel .slick-prev {
    left: -25px;
    -moz-box-shadow: 0 3px 20px #454545;
    -webkit-box-shadow: 0 3px 20px #454545;
    box-shadow: 0 3px 20px #454545;
  }
  .home-carousel-container .home-carousel-wrap .home-carousel .slick-next {
    right: -25px;
    -moz-box-shadow: 0 3px 20px #454545;
    -webkit-box-shadow: 0 3px 20px #454545;
    box-shadow: 0 3px 20px #454545;
  }
}
@media screen and (max-width: 1024px) {
  .home-carousel-container {
    padding: 85px 0 10px 0;
  }
  .home-carousel-container .home-carousel-wrap .carousel-title {
    margin-bottom: 5px;
  }
}
.latest-thinking {
  padding-top: 60px;
}
.latest-thinking .top-title {
  padding: 0 20px;
  text-align: center;
  margin-bottom: 15px;
}
.latest-thinking .top-title h1 {
  font-weight: 700;
}
.latest-thinking .top-title h1 span {
  font-weight: 400;
}
.latest-thinking .top-sub-title {
  font-size: 20px;
  text-align: center;
  margin-bottom: 50px;
}
.straight-talking {
  position: relative;
  background-repeat: no-repeat !important;
  background-position: center center !important;
  background-size: cover !important;
  padding: 145px 0 165px;
}
.straight-talking .video-overlap-gradient {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
  opacity: 0.6;
  background: #00a2ff;
}
.straight-talking .top-title {
  position: relative;
  padding: 0 20px;
  text-align: center;
  margin-bottom: 15px;
}
.straight-talking .top-title h1 {
  color: #ffffff;
  font-weight: 700;
}
.straight-talking .top-title h1 span {
  font-weight: 400;
}
.straight-talking .top-sub-title {
  position: relative;
  font-size: 22px;
  text-align: center;
  margin-bottom: 50px;
  color: #ffffff;
}
.straight-talking .video-container {
  position: relative;
  width: 100%;
  max-width: 1790px;
  padding: 0px 40px;
  margin: 0 auto;
}
.straight-talking .video-container .video-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
  -webkit-flex-flow: row wrap;
  flex-flow: row wrap;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  margin: 0 -15px;
}
.straight-talking .video-container .video-wrapper .single-video-wrapper {
  width: 33.33%;
  padding: 0 15px;
  margin-bottom: 10px;
}
.straight-talking .video-container .video-wrapper .single-video-wrapper .video-img {
  margin-bottom: 10px;
}
.straight-talking .video-container .video-wrapper .single-video-wrapper .video-img img {
  max-width: 100%;
  display: block;
}
.straight-talking .video-container .video-wrapper .single-video-wrapper .video-title {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
  -webkit-flex-flow: row nowrap;
  flex-flow: row nowrap;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.straight-talking .video-container .video-wrapper .single-video-wrapper .video-title a {
  color: #ffffff;
}
.straight-talking .video-container .more-videos {
  position: absolute;
  top: 56%;
  right: 10px;
  transform: rotate(90deg);
  transform-origin: right center;
}
.straight-talking .video-container .more-videos a {
  color: #ffffff;
}
@media screen and (max-width: 840px) {
  .straight-talking {
    padding: 80px 0 130px;
  }
  .straight-talking .video-container .video-wrapper .single-video-wrapper {
    width: 70%;
    margin: 0 auto 40px;
  }
  .straight-talking .video-container .video-wrapper .single-video-wrapper .video-title {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .straight-talking .video-container .video-wrapper .single-video-wrapper .video-title a {
    font-size: 20px;
    font-weight: 600;
  }
  .straight-talking .video-container .video-wrapper .single-video-wrapper .video-img {
    margin-bottom: 15px;
  }
  .straight-talking .video-container .more-videos {
    top: inherit;
    left: 0;
    right: 0;
    margin: 0 auto;
    bottom: -30px;
    transform: none;
    text-align: center;
  }
  .straight-talking .video-container .more-videos a {
    font-size: 20px;
    font-weight: 600;
  }
}
@media screen and (max-width: 700px) {
  .straight-talking {
    padding: 80px 0 100px;
  }
  .straight-talking .video-container .video-wrapper .single-video-wrapper {
    width: 90%;
  }
}
.ninety-plus-section {
  position: relative;
  margin-top: -75px;
  margin-bottom: -75px;
  z-index: 1;
}
.ninety-plus-section .ninety-plus-wrap {
  width: 100%;
  max-width: 1330px;
  margin: 0 auto;
  padding: 0 60px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
  -webkit-flex-flow: row nowrap;
  flex-flow: row nowrap;
  -webkit-align-items: center;
  align-items: center;
}
.ninety-plus-section .ninety-plus-wrap .img-section {
  width: 395px;
}
.ninety-plus-section .ninety-plus-wrap .img-section img {
  max-width: 100%;
  -moz-box-shadow: 0 3px 20px #454545;
  -webkit-box-shadow: 0 3px 20px #454545;
  box-shadow: 0 3px 20px #454545;
  display: block;
}
.ninety-plus-section .ninety-plus-wrap .info-section {
  width: calc(100% - 395px) ;
  padding-left: 115px;
}
.ninety-plus-section .ninety-plus-wrap .info-section .info-wrap {
  padding: 80px 0;
}
.ninety-plus-section .ninety-plus-wrap .info-section .info-wrap h1 {
  font-size: 52px;
  line-height: 56px;
  margin-bottom: 10px;
  font-weight: 400;
}
.ninety-plus-section .ninety-plus-wrap .info-section .info-wrap h2 {
  font-size: 52px;
  line-height: 56px;
  margin-bottom: 30px;
  font-weight: 700;
}
.ninety-plus-section .ninety-plus-wrap .info-section .info-wrap p {
  margin-bottom: 15px;
}
.ninety-plus-section .ninety-plus-wrap .info-section .info-wrap p:last-of-type {
  margin-bottom: 30px;
}
.ninety-plus-section .ninety-plus-wrap .info-section .info-wrap a {
  font-weight: 700;
}
.ninety-plus-section .ninety-plus-wrap .info-section .info-wrap a span {
  font-weight: 700;
  color: #00a2ff;
}
@media screen and (max-width: 1024px) {
  .ninety-plus-section .ninety-plus-wrap {
    padding: 0 35px;
  }
  .ninety-plus-section .ninety-plus-wrap .info-section {
    padding-left: 55px;
  }
}
@media screen and (max-width: 800px) {
  .ninety-plus-section {
    margin: 0px;
    padding: 50px 0;
  }
  .ninety-plus-section .ninety-plus-wrap {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row;
    -webkit-flex-flow: row wrap;
    flex-flow: row wrap;
  }
  .ninety-plus-section .ninety-plus-wrap .img-section {
    margin: 0 auto 60px;
    max-width: 395px;
    width: 100%;
  }
  .ninety-plus-section .ninety-plus-wrap .info-section {
    width: 100%;
    padding-left: 0px;
    max-width: 450px;
    margin: 0 auto;
  }
  .ninety-plus-section .ninety-plus-wrap .info-section .info-wrap {
    padding: 0px;
  }
}
@media screen and (max-width: 600px) {
  .ninety-plus-section .ninety-plus-wrap .info-section .info-wrap h1,
  .ninety-plus-section .ninety-plus-wrap .info-section .info-wrap h2 {
    font-size: 42px;
    line-height: 42px;
  }
}
.sign-up-container {
  position: relative;
  z-index: 0;
  padding: 135px 0 115px;
  background-repeat: no-repeat !important;
  background-position: center center !important;
  background-size: cover !important;
}
.sign-up-container .signup-overlap-gradient {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
  opacity: 0.7;
  background: #00a2ff;
}
.sign-up-container .signup-title {
  position: relative;
  text-align: center;
  padding: 0 30px;
  margin-bottom: 30px;
}
.sign-up-container .signup-title h3 {
  color: #ffffff;
  font-weight: 400;
  margin-bottom: 5px;
}
.sign-up-container .signup-title p {
  color: #ffffff;
}
.sign-up-container .sign-up-form {
  z-index: 1;
  width: 100%;
  max-width: 315px;
  margin: 0 auto;
  padding: 0 20px;
}
.sign-up-container .sign-up-form #mc_embed_signup form {
  padding: 0px;
  text-align: inherit;
}
.sign-up-container .sign-up-form .field-row {
  margin-bottom: 15px;
  position: relative;
}
.sign-up-container .sign-up-form .field-row .input-container {
  width: 100% !important;
  padding-bottom: 0px !important;
}
.sign-up-container .sign-up-form .field-row .input-container input[type=text],
.sign-up-container .sign-up-form .field-row .input-container input[type=password],
.sign-up-container .sign-up-form .field-row .input-container input[type=email],
.sign-up-container .sign-up-form .field-row .input-container textarea {
  border: none;
  background: none;
  outline: none;
  border-bottom: 1px solid #ffffff;
  width: 100%;
  padding: 11px 20px;
  display: inline-block;
  box-sizing: border-box;
  color: #ffffff;
  font-size: 15px;
  font-weight: 500;
  letter-spacing: 0.01em;
  border: none !important;
  -webkit-border-radius: 0px !important;
  -moz-border-radius: 0px !important;
  -ms-border-radius: 0px !important;
  -o-border-radius: 0px !important;
  border-radius: 0px !important;
  padding: 11px 20px !important;
  border-bottom: 1px solid #ffffff !important;
}
.sign-up-container .sign-up-form .field-row .input-container input[type=text]::-webkit-input-placeholder,
.sign-up-container .sign-up-form .field-row .input-container input[type=password]::-webkit-input-placeholder,
.sign-up-container .sign-up-form .field-row .input-container input[type=email]::-webkit-input-placeholder,
.sign-up-container .sign-up-form .field-row .input-container textarea::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #ffffff;
}
.sign-up-container .sign-up-form .field-row .input-container input[type=text]::-moz-placeholder,
.sign-up-container .sign-up-form .field-row .input-container input[type=password]::-moz-placeholder,
.sign-up-container .sign-up-form .field-row .input-container input[type=email]::-moz-placeholder,
.sign-up-container .sign-up-form .field-row .input-container textarea::-moz-placeholder {
  /* Firefox 19+ */
  color: #ffffff;
}
.sign-up-container .sign-up-form .field-row .input-container input[type=text]:-ms-input-placeholder,
.sign-up-container .sign-up-form .field-row .input-container input[type=password]:-ms-input-placeholder,
.sign-up-container .sign-up-form .field-row .input-container input[type=email]:-ms-input-placeholder,
.sign-up-container .sign-up-form .field-row .input-container textarea:-ms-input-placeholder {
  /* IE 10+ */
  color: #ffffff;
}
.sign-up-container .sign-up-form .field-row .input-container input[type=text]:-moz-placeholder,
.sign-up-container .sign-up-form .field-row .input-container input[type=password]:-moz-placeholder,
.sign-up-container .sign-up-form .field-row .input-container input[type=email]:-moz-placeholder,
.sign-up-container .sign-up-form .field-row .input-container textarea:-moz-placeholder {
  /* Firefox 18- */
  color: #ffffff;
}
.sign-up-container .sign-up-form .field-row .input-container i {
  position: absolute;
  right: 15px;
  color: #ffffff;
  z-index: 9;
  font-size: 14px;
  top: 15px;
}
.sign-up-container .sign-up-form .field-row .input-container div.mce_inline_error {
  margin: 2px 0 0em 0 !important;
  width: 100%;
  text-align: center;
}
.sign-up-container .sign-up-form .field-row .common-btn-container {
  margin-top: 50px;
  text-align: center;
}
.sign-up-container .sign-up-form .field-row .common-btn-container a {
  font-weight: 700;
  color: #ffffff;
  font-size: 16px;
  font-weight: 500;
}
.sign-up-container .sign-up-form .field-row .common-btn-container a span {
  font-weight: 700;
  color: #00a2ff;
}
.sign-up-container .sign-up-form .field-row.hidden-field-row {
  display: none;
}
.sign-up-container .sign-up-form .indicates-required {
  color: #ffffff;
}
.sign-up-container .sign-up-form .subscribe-btn {
  margin-top: 15px;
  text-align: center;
}
.sign-up-container .sign-up-form .subscribe-btn .button {
  outline: none !important;
  background-color: transparent !important;
  color: #ffffff !important;
  font-size: 17px !important;
  font-weight: 500 !important;
}
.sign-up-container .sign-up-form #mce-responses {
  padding: 0px !important;
  overflow: hidden;
  width: 100% !important;
  margin: 0px !important;
}
.sign-up-container .sign-up-form #mce-responses .response {
  padding: 0px !important;
  width: 100% !important;
  margin: 0px !important;
  font-weight: 500 !important;
  color: #ffffff !important;
  font-size: 12px !important;
}
.sign-up-container .sign-up-form #mce-responses .response a {
  color: #ffffff !important;
  font-size: 12px !important;
}
.sign-up-container .sign-up-form #mce-responses .response#mce-success-response {
  font-size: 13px !important;
  color: #106622 !important;
  background-color: #ffffff !important;
  padding: 3px !important;
}
@media screen and (max-width: 800px) {
  .sign-up-container {
    padding: 100px 0 90px;
  }
}
@media screen and (max-width: 600px) {
  .sign-up-container {
    padding: 80px 0 60px;
  }
}
/*
**********************
      Shortcodes
**********************
*/
.gp-home-image-container {
  width: 100%;
  overflow: hidden;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
  -webkit-flex-flow: row nowrap;
  flex-flow: row nowrap;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
.gp-home-image-container.right .image-container {
  order: 2;
}
.gp-home-image-container.right .info-container {
  order: 1;
}
.gp-home-image-container .image-container {
  width: 50%;
  min-height: 550px;
  background-repeat: no-repeat !important;
  background-position: center center !important;
  background-size: cover !important;
}
.gp-home-image-container .info-container {
  width: 50%;
}
.gp-home-image-container .info-container .info-inner {
  width: 100%;
  max-width: 710px;
  margin: 0 auto;
  padding: 20px 40px;
}
@media screen and (max-width: 1440px) {
  .gp-home-image-container .info-container .info-inner {
    max-width: 580px;
  }
}
@media screen and (max-width: 1024px) {
  .gp-home-image-container .info-container .info-inner {
    max-width: 430px;
  }
}
.gp-home-image-container .info-container .info-inner h5,
.gp-home-image-container .info-container .info-inner h5 a {
  font-size: 15px;
  line-height: 17px;
  color: #00a2ff;
  margin-bottom: 10px;
}
.gp-home-image-container .info-container .info-inner h4 {
  font-weight: 500;
  color: #3d3d3d;
  margin-bottom: 10px;
}
.gp-home-image-container .info-container .info-inner h6 {
  font-size: 15px;
  line-height: 17px;
  color: #000000;
  margin-bottom: 30px;
}
.gp-home-image-container .info-container .info-inner p {
  color: #3d3d3d;
  margin-bottom: 30px;
}
.gp-home-image-container .info-container .info-inner a {
  font-weight: 700;
}
.gp-home-image-container .info-container .info-inner a span {
  font-weight: 700;
  color: #00a2ff;
}
@media screen and (max-width: 760px) {
  .gp-home-image-container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row;
    -webkit-flex-flow: row wrap;
    flex-flow: row wrap;
  }
  .gp-home-image-container .image-container {
    width: 100%;
    min-height: 500px;
  }
  .gp-home-image-container .info-container {
    width: 100%;
    padding: 68px 80px;
  }
  .gp-home-image-container .info-container .info-inner {
    max-width: 100%;
  }
  .gp-home-image-container.right .image-container {
    order: 1;
  }
  .gp-home-image-container.right .info-container {
    order: 2;
  }
}
@media screen and (max-width: 650px) {
  .gp-home-image-container .image-container {
    width: 100%;
    min-height: 450px;
  }
  .gp-home-image-container .info-container {
    padding: 68px 40px;
  }
  .gp-home-image-container .info-container .info-inner {
    padding: 0px;
  }
}
@media screen and (max-width: 600px) {
  .gp-home-image-container .image-container {
    min-height: 360px;
  }
}
@media screen and (max-width: 500px) {
  .gp-home-image-container .image-container {
    min-height: 330px;
  }
}
.width-1000-container {
  width: 100%;
  max-width: 1400px;
  padding: 180px 50px;
  margin: 0 auto;
}
@media screen and (max-width: 1440px) {
  .width-1000-container {
    padding: 150px 50px;
  }
}
@media screen and (max-width: 1280px) {
  .width-1000-container {
    padding: 120px 50px;
  }
}
@media screen and (max-width: 800px) {
  .width-1000-container {
    padding: 80px 50px;
  }
}
.width-1000-container .width-1000-inner {
  width: 100%;
  max-width: 1000px;
}
.width-1000-container .width-1000-inner img {
  max-width: 100%;
}
.width-1000-container .width-1000-inner h1,
.width-1000-container .width-1000-inner h3,
.width-1000-container .width-1000-inner h4,
.width-1000-container .width-1000-inner h5,
.width-1000-container .width-1000-inner h6 {
  font-weight: 500;
  margin-bottom: 5px;
}
.width-1000-container .width-1000-inner h1 strong,
.width-1000-container .width-1000-inner h3 strong,
.width-1000-container .width-1000-inner h4 strong,
.width-1000-container .width-1000-inner h5 strong,
.width-1000-container .width-1000-inner h6 strong {
  font-weight: 700;
  letter-spacing: 0.05em;
}
.width-1000-container .width-1000-inner p {
  margin-bottom: 5px;
  line-height: 23px;
}
.full-width-image-container {
  background-repeat: no-repeat !important;
  background-position: center center !important;
  background-size: cover !important;
  background-attachment: fixed;
  position: relative;
  padding: 220px 0;
}
@media screen and (max-width: 1440px) {
  .full-width-image-container {
    padding: 190px 0px;
  }
}
@media screen and (max-width: 1280px) {
  .full-width-image-container {
    padding: 120px 0px;
  }
}
@media screen and (max-width: 800px) {
  .full-width-image-container {
    padding: 80px 0px;
  }
}
.full-width-image-container .grey-gradient {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
  background-color: rgba(150, 136, 102, 0.3);
}
.full-width-image-container .full-width-inner {
  position: relative;
  z-index: 1;
  width: 100%;
  max-width: 970px;
  padding: 0 50px;
  margin: 0 auto;
  text-align: center;
}
.full-width-image-container .full-width-inner h1,
.full-width-image-container .full-width-inner h3,
.full-width-image-container .full-width-inner h4,
.full-width-image-container .full-width-inner h5,
.full-width-image-container .full-width-inner h6 {
  color: #ffffff;
  font-weight: 500;
  margin-bottom: 5px;
  letter-spacing: 0.05em;
}
.full-width-image-container .full-width-inner h1 strong,
.full-width-image-container .full-width-inner h3 strong,
.full-width-image-container .full-width-inner h4 strong,
.full-width-image-container .full-width-inner h5 strong,
.full-width-image-container .full-width-inner h6 strong {
  color: #ffffff;
  font-weight: 700;
  letter-spacing: 0.05em;
}
.full-width-image-container .full-width-inner p,
.full-width-image-container .full-width-inner em {
  color: #ffffff;
  font-weight: 500;
  line-height: 23px;
}
@media screen and (max-width: 800px) {
  .full-width-image-container .full-width-inner p,
  .full-width-image-container .full-width-inner em {
    line-height: 21px;
  }
}
.full-width-image-container .full-width-inner em {
  font-style: italic;
}
.gp-image-info-container {
  width: 100%;
  max-width: 1600px;
  margin: 0 auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
  -webkit-flex-flow: row nowrap;
  flex-flow: row nowrap;
  -webkit-align-items: center;
  align-items: center;
  padding: 120px 50px 80px;
}
@media screen and (max-width: 1100px) {
  .gp-image-info-container {
    padding: 100px 50px 70px;
  }
}
.gp-image-info-container.right .image-container {
  order: 2;
  padding: 0 0 0 3.8em;
}
.gp-image-info-container.right .info-container {
  order: 1;
  padding: 0 3.8em 0 0;
}
.gp-image-info-container .image-container {
  width: 50%;
  padding: 0 3.8em 0 0;
}
.gp-image-info-container .image-container .img-bg {
  width: 100%;
  background-repeat: no-repeat !important;
  background-position: center center !important;
  background-size: cover !important;
  min-height: 665px;
  -moz-box-shadow: 0 3px 20px #454545;
  -webkit-box-shadow: 0 3px 20px #454545;
  box-shadow: 0 3px 20px #454545;
}
@media screen and (max-width: 1280px) {
  .gp-image-info-container .image-container .img-bg {
    min-height: 505px;
  }
}
@media screen and (max-width: 1100px) {
  .gp-image-info-container .image-container .img-bg {
    min-height: 460px;
  }
}
@media screen and (max-width: 1024px) {
  .gp-image-info-container .image-container .img-bg {
    min-height: 430px;
  }
}
@media screen and (max-width: 550px) {
  .gp-image-info-container .image-container .img-bg {
    min-height: 375px;
  }
}
.gp-image-info-container .info-container {
  width: 50%;
  padding: 0 0 0 3.8em;
}
.gp-image-info-container .info-container h1,
.gp-image-info-container .info-container h3,
.gp-image-info-container .info-container h4,
.gp-image-info-container .info-container h5,
.gp-image-info-container .info-container h6 {
  font-weight: 500;
  margin-bottom: 5px;
}
.gp-image-info-container .info-container h1 strong,
.gp-image-info-container .info-container h3 strong,
.gp-image-info-container .info-container h4 strong,
.gp-image-info-container .info-container h5 strong,
.gp-image-info-container .info-container h6 strong {
  font-weight: 700;
  letter-spacing: 0.05em;
}
.gp-image-info-container .info-container p {
  margin-bottom: 5px;
  line-height: 23px;
}
@media screen and (max-width: 1280px) {
  .gp-image-info-container .image-container {
    padding: 0 35px 0 0;
  }
  .gp-image-info-container .info-container {
    padding: 0 0px 0 35px;
  }
  .gp-image-info-container.right .image-container {
    padding: 0 0 0 35px;
  }
  .gp-image-info-container.right .info-container {
    order: 1;
    padding: 0 35px 0 0;
  }
}
@media screen and (max-width: 960px) {
  .gp-image-info-container {
    padding: 30px 50px 30px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row;
    -webkit-flex-flow: row wrap;
    flex-flow: row wrap;
  }
  .gp-image-info-container .image-container {
    width: 100%;
    max-width: 460px;
    margin: 30px auto;
    padding: 0px;
  }
  .gp-image-info-container .info-container {
    width: 100%;
    max-width: 600px;
    padding: 0px;
    margin: 30px auto;
  }
  .gp-image-info-container.right .image-container {
    order: 1;
    padding: 0px;
  }
  .gp-image-info-container.right .info-container {
    order: 2;
    padding: 0px;
  }
}
.gp-book-image-info-container {
  width: 100%;
  max-width: 1600px;
  margin: 0 auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
  -webkit-flex-flow: row nowrap;
  flex-flow: row nowrap;
  -webkit-align-items: center;
  align-items: center;
  padding: 80px 50px 80px;
}
@media screen and (max-width: 1100px) {
  .gp-book-image-info-container {
    padding: 100px 50px 70px;
  }
}
.gp-book-image-info-container.right .image-container {
  order: 2;
  padding: 0 0 0 3.8em;
}
.gp-book-image-info-container.right .info-container {
  order: 1;
  padding: 0 3.8em 0 0;
}
.gp-book-image-info-container .image-container {
  width: 50%;
  text-align: center;
  padding: 0 3.8em 0 0;
}
.gp-book-image-info-container .image-container .img {
  max-width: 100%;
  max-height: 665px;
}
@media screen and (max-width: 1280px) {
  .gp-book-image-info-container .image-container .img {
    max-height: 605px;
  }
}
@media screen and (max-width: 1100px) {
  .gp-book-image-info-container .image-container .img {
    max-height: 560px;
  }
}
@media screen and (max-width: 1024px) {
  .gp-book-image-info-container .image-container .img {
    max-height: 500px;
  }
}
@media screen and (max-width: 550px) {
  .gp-book-image-info-container .image-container .img {
    max-height: 475px;
  }
}
.gp-book-image-info-container .info-container {
  width: 50%;
  padding: 0 0 0 3.8em;
}
.gp-book-image-info-container .info-container h1,
.gp-book-image-info-container .info-container h3,
.gp-book-image-info-container .info-container h4,
.gp-book-image-info-container .info-container h5,
.gp-book-image-info-container .info-container h6 {
  font-weight: 500;
  margin-bottom: 5px;
}
.gp-book-image-info-container .info-container h1 strong,
.gp-book-image-info-container .info-container h3 strong,
.gp-book-image-info-container .info-container h4 strong,
.gp-book-image-info-container .info-container h5 strong,
.gp-book-image-info-container .info-container h6 strong {
  font-weight: 700;
  letter-spacing: 0.05em;
}
.gp-book-image-info-container .info-container p {
  margin-bottom: 5px;
  line-height: 23px;
}
.gp-book-image-info-container .info-container a.btn {
  background: #00a2ff;
  min-width: 140px;
  color: white;
  padding: 15px 30px;
  margin: 10px 0 0 0;
}
@media screen and (max-width: 1280px) {
  .gp-book-image-info-container .image-container {
    padding: 0 35px 0 0;
  }
  .gp-book-image-info-container .info-container {
    padding: 0 0px 0 35px;
  }
  .gp-book-image-info-container.right .image-container {
    padding: 0 0 0 35px;
  }
  .gp-book-image-info-container.right .info-container {
    order: 1;
    padding: 0 35px 0 0;
  }
}
@media screen and (max-width: 960px) {
  .gp-book-image-info-container {
    padding: 30px 50px 30px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row;
    -webkit-flex-flow: row wrap;
    flex-flow: row wrap;
  }
  .gp-book-image-info-container .image-container {
    width: 100%;
    max-width: 460px;
    margin: 30px auto;
    padding: 0px;
  }
  .gp-book-image-info-container .info-container {
    width: 100%;
    max-width: 600px;
    padding: 0px;
    margin: 30px auto;
  }
  .gp-book-image-info-container.right .image-container {
    order: 1;
    padding: 0px;
  }
  .gp-book-image-info-container.right .info-container {
    order: 2;
    padding: 0px;
  }
}
.gp-video-info-container {
  width: 100%;
  max-width: 1300px;
  margin: 0 auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
  -webkit-flex-flow: row nowrap;
  flex-flow: row nowrap;
  -webkit-align-items: center;
  align-items: center;
  padding: 60px 50px 55px;
}
@media screen and (max-width: 1100px) {
  .gp-video-info-container {
    padding: 50px 50px 50px;
  }
}
.gp-video-info-container.right .video-container {
  order: 2;
  padding: 0 0 0 3.8em;
}
.gp-video-info-container.right .info-container {
  order: 1;
  padding: 0 3.8em 0 0;
}
.gp-video-info-container .video-container {
  width: 50%;
  padding: 0 3.8em 0 0;
  text-align: center;
}
.gp-video-info-container .video-container img {
  max-width: 100%;
}
.gp-video-info-container .info-container {
  width: 50%;
  padding: 0 0 0 3.8em;
}
.gp-video-info-container .info-container h1,
.gp-video-info-container .info-container h3,
.gp-video-info-container .info-container h4,
.gp-video-info-container .info-container h5,
.gp-video-info-container .info-container h6 {
  font-weight: 500;
  margin-bottom: 5px;
}
.gp-video-info-container .info-container h1 strong,
.gp-video-info-container .info-container h3 strong,
.gp-video-info-container .info-container h4 strong,
.gp-video-info-container .info-container h5 strong,
.gp-video-info-container .info-container h6 strong {
  font-weight: 700;
  letter-spacing: 0.05em;
}
.gp-video-info-container .info-container p {
  margin-bottom: 5px;
  line-height: 23px;
}
@media screen and (max-width: 1280px) {
  .gp-video-info-container .video-container {
    padding: 0 35px 0 0;
  }
  .gp-video-info-container .info-container {
    padding: 0 0px 0 35px;
  }
  .gp-video-info-container.right .video-container {
    padding: 0 0 0 35px;
  }
  .gp-video-info-container.right .info-container {
    order: 1;
    padding: 0 35px 0 0;
  }
}
@media screen and (max-width: 960px) {
  .gp-video-info-container {
    padding: 30px 50px 30px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row;
    -webkit-flex-flow: row wrap;
    flex-flow: row wrap;
  }
  .gp-video-info-container .video-container {
    width: 100%;
    max-width: 460px;
    margin: 30px auto;
    padding: 0px;
  }
  .gp-video-info-container .info-container {
    width: 100%;
    max-width: 550px;
    padding: 0px;
    margin: 30px auto;
  }
  .gp-video-info-container.right .video-container {
    order: 1;
    padding: 0px;
  }
  .gp-video-info-container.right .info-container {
    order: 2;
    padding: 0px;
  }
}
.gp-video-center-container {
  padding: 40px 50px;
  width: 100%;
  max-width: 800px;
  margin: 0 auto;
}
@media screen and (max-width: 760px) {
  .gp-video-center-container {
    padding: 20px;
  }
}
.gp-video-center-container img {
  max-width: 100%;
  display: block;
  margin: 0 auto;
}
.width-1280-container {
  width: 100%;
  max-width: 1380px;
  margin: 0 auto;
  padding: 80px 50px;
}
@media screen and (max-width: 1280px) {
  .width-1280-container {
    padding: 60px 50px;
  }
}
@media screen and (max-width: 1024px) {
  .width-1280-container {
    padding: 50px 50px;
  }
}
@media screen and (max-width: 760px) {
  .width-1280-container {
    padding: 40px 50px;
  }
}
.width-1280-container h1,
.width-1280-container h3,
.width-1280-container h4,
.width-1280-container h5,
.width-1280-container h6 {
  font-weight: 500;
  margin-bottom: 5px;
}
.width-1280-container h1 strong,
.width-1280-container h3 strong,
.width-1280-container h4 strong,
.width-1280-container h5 strong,
.width-1280-container h6 strong {
  font-weight: 700;
  letter-spacing: 0.05em;
}
.width-1280-container p {
  margin-bottom: 5px;
  line-height: 23px;
}
.width-1280-container ul {
  list-style: none;
  margin-left: 0px;
}
.width-1280-container ul li {
  position: relative;
  padding-left: 20px;
  margin-bottom: 10px;
  color: #626262;
  font-size: 15px;
  font-weight: 600;
  line-height: 25px;
}
.width-1280-container ul li:before {
  position: absolute;
  left: 0;
  top: -2px;
  content: "\203A";
  color: #00a2ff;
  font-size: 20px;
}
@media screen and (max-width: 1024px) {
  .width-1280-container ul li {
    line-height: 22px;
  }
}
.width-1280-container ul li {
  color: #252525;
}
.width-1280-container ul ul {
  margin-top: 10px;
}
.width-1280-container a {
  color: #00a2ff;
}
.width-1280-container.center {
  text-align: center;
}
.quote-container {
  padding: 100px 30px 80px;
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  position: relative;
}
.quote-container .quote-inner {
  position: relative;
  padding-left: 230px;
}
.quote-container .quote-inner p {
  font-size: 26px;
  line-height: 34px;
  color: #626262;
  font-weight: 500;
  margin-bottom: 7px;
}
.quote-container .quote-inner h6 {
  margin-top: 35px;
  font-size: 26px;
  font-weight: 700;
  color: #252525;
}
.quote-container .quote-inner:before {
  position: absolute;
  left: 40px;
  top: -100px;
  content: "\201C";
  font-size: 322px;
  color: #00a2ff;
}
@media screen and (max-width: 1024px) {
  .quote-container {
    padding: 80px 30px 70px;
  }
  .quote-container .quote-inner {
    padding-left: 170px;
  }
  .quote-container .quote-inner p {
    font-size: 25px;
    line-height: 33px;
  }
  .quote-container .quote-inner:before {
    top: -83px;
    font-size: 250px;
  }
}
@media screen and (max-width: 760px) {
  .quote-container {
    padding: 60px 30px 50px;
  }
  .quote-container .quote-inner {
    padding-left: 130px;
  }
  .quote-container .quote-inner p {
    font-size: 23px;
    line-height: 29px;
  }
  .quote-container .quote-inner h6 {
    font-size: 24px;
  }
  .quote-container .quote-inner:before {
    left: 25px;
    top: -62px;
    font-size: 200px;
  }
}
@media screen and (max-width: 600px) {
  .quote-container .quote-inner {
    padding-left: 80px;
  }
  .quote-container .quote-inner p {
    font-size: 21px;
    line-height: 27px;
  }
  .quote-container .quote-inner h6 {
    font-size: 22px;
  }
  .quote-container .quote-inner:before {
    left: 5px;
    top: -50px;
    font-size: 155px;
  }
}
.page-articles-container {
  width: 100%;
  max-width: 1560px;
  margin: 0 auto;
  padding: 80px 30px 20px;
}
@media screen and (max-width: 960px) {
  .page-articles-container {
    padding: 50px 50px 20px;
  }
}
.page-articles-container .top-title {
  padding: 0 20px;
  text-align: center;
}
.page-articles-container .top-title h1 {
  font-weight: 400;
}
.page-articles-container .top-title h1 strong {
  font-weight: 700;
}
.page-articles-container .three-article-container {
  margin: 70px -20px 0px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
  -webkit-flex-flow: row wrap;
  flex-flow: row wrap;
}
@media screen and (max-width: 600px) {
  .page-articles-container .three-article-container {
    margin-top: 40px;
  }
}
.page-articles-container .three-article-container .single-article {
  width: 33.33%;
  margin: 0 0 65px;
  padding: 0 20px;
}
@media screen and (max-width: 1200px) {
  .page-articles-container .three-article-container .single-article {
    width: 50%;
  }
}
@media screen and (max-width: 840px) {
  .page-articles-container .three-article-container .single-article {
    width: 100%;
    max-width: 500px;
    margin: 0 auto 50px;
  }
}
.page-articles-container .three-article-container .single-article .image-container {
  min-height: 287px;
  background-repeat: no-repeat !important;
  background-position: center center !important;
  background-size: cover !important;
  margin-bottom: 43px;
}
@media screen and (max-width: 1440px) {
  .page-articles-container .three-article-container .single-article .image-container {
    min-height: 250px;
  }
}
@media screen and (max-width: 1200px) {
  .page-articles-container .three-article-container .single-article .image-container {
    min-height: 300px;
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 960px) {
  .page-articles-container .three-article-container .single-article .image-container {
    min-height: 250px;
  }
}
@media screen and (max-width: 500px) {
  .page-articles-container .three-article-container .single-article .image-container {
    min-height: 240px;
  }
}
.page-articles-container .three-article-container .single-article .info-container {
  width: 100%;
  margin: 0 auto;
}
.page-articles-container .three-article-container .single-article .info-container h5,
.page-articles-container .three-article-container .single-article .info-container h5 a {
  font-size: 15px;
  line-height: 17px;
  color: #00a2ff;
  margin-bottom: 10px;
}
.page-articles-container .three-article-container .single-article .info-container h4 {
  font-weight: 500;
  color: #3d3d3d;
  margin-bottom: 10px;
}
.page-articles-container .three-article-container .single-article .info-container h6 {
  font-size: 15px;
  line-height: 17px;
  color: #000000;
  margin-bottom: 15px;
}
.page-articles-container .three-article-container .single-article .info-container p {
  color: #3d3d3d;
  margin-bottom: 20px;
}
.page-articles-container .three-article-container .single-article .info-container a {
  font-weight: 700;
}
.page-articles-container .three-article-container .single-article .info-container a span {
  font-weight: 700;
  color: #00a2ff;
}
.page-articles-container .bottom-link {
  margin-bottom: 30px;
  text-align: center;
}
.page-articles-container .bottom-link a {
  font-weight: 700;
  font-size: 22px;
}
.page-articles-container .bottom-link a span {
  font-weight: 700;
  color: #00a2ff;
}
.allies-container {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  position: relative;
  padding: 90px 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
  -webkit-flex-flow: row nowrap;
  flex-flow: row nowrap;
  -webkit-align-items: center;
  align-items: center;
  border-bottom: 1px solid #919190;
}
.allies-container .ally-logo {
  width: 33%;
  padding: 20px;
  text-align: center;
}
.allies-container .ally-logo img {
  display: block;
  max-width: 100%;
  max-height: 300px;
  margin: 0 auto;
}
.allies-container .ally-info {
  width: 67%;
  padding: 20px;
}
.allies-container .ally-info h3 {
  color: #626262;
  font-weight: 400;
  margin-bottom: 13px;
}
.allies-container .ally-info p {
  color: #626262;
}
.allies-container .ally-info a {
  font-weight: 700;
}
.allies-container .ally-info a span {
  font-weight: 700;
  color: #00a2ff;
}
.allies-container:last-of-type {
  border-bottom: none;
}
.google-map-container {
  position: relative;
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
  -webkit-flex-flow: row nowrap;
  flex-flow: row nowrap;
  -webkit-align-items: center;
  align-items: center;
}
.google-map-container iframe {
  width: 100%;
  height: 390px;
}
.google-map-container .google-map-overlay {
  z-index: 0;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-image: linear-gradient(rgba(0, 102, 255, 0.8), rgba(51, 153, 255, 0.8));
}
.google-map-container .google-map-info {
  position: absolute;
  width: 100%;
  max-width: 500px;
  padding: 0 30px;
  left: 0;
  right: 0;
  margin: 0 auto;
  text-align: center;
}
.google-map-container .google-map-info h1,
.google-map-container .google-map-info h2,
.google-map-container .google-map-info h3,
.google-map-container .google-map-info h4,
.google-map-container .google-map-info h5,
.google-map-container .google-map-info h6,
.google-map-container .google-map-info p,
.google-map-container .google-map-info a {
  color: #ffffff;
}
.google-map-container .google-map-info h3,
.google-map-container .google-map-info h4 {
  font-weight: 400;
  margin-bottom: 10px;
  letter-spacing: 0.05em;
}
.google-map-container .google-map-info p {
  margin-bottom: 20px;
}
.google-map-container .google-map-info a {
  font-weight: 700;
}
.media-videos-container {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
  -webkit-flex-flow: row wrap;
  flex-flow: row wrap;
  margin: 0 -15px;
}
.media-videos-container .single-video-wrapper {
  width: 33.33%;
  padding: 0 15px;
  margin-bottom: 50px;
}
@media screen and (max-width: 1100px) {
  .media-videos-container .single-video-wrapper {
    width: 50%;
  }
}
@media screen and (max-width: 600px) {
  .media-videos-container .single-video-wrapper {
    width: 100%;
  }
}
.media-videos-container .single-video-wrapper .video-img {
  margin-bottom: 10px;
}
.media-videos-container .single-video-wrapper .video-img img {
  max-width: 100%;
  display: block;
}
.media-videos-container .single-video-wrapper .video-title {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
  -webkit-flex-flow: row nowrap;
  flex-flow: row nowrap;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.media-videos-container .single-video-wrapper .video-title a {
  color: #00a2ff;
}
.ourteam-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
  -webkit-flex-flow: row wrap;
  flex-flow: row wrap;
}
.ourteam-container .team-flex-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
  -webkit-flex-flow: row nowrap;
  flex-flow: row nowrap;
  -webkit-align-items: center;
  align-items: center;
  width: 50%;
  padding: 55px 50px 70px;
}
@media screen and (max-width: 1680px) {
  .ourteam-container .team-flex-container {
    padding: 35px 30px;
  }
}
@media screen and (max-width: 1530px) {
  .ourteam-container .team-flex-container {
    width: 100%;
  }
}
.ourteam-container .team-flex-container .team-member-img .staff-member-img {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
  -webkit-flex-flow: row nowrap;
  flex-flow: row nowrap;
  -webkit-align-items: center;
  align-items: center;
  background-repeat: no-repeat !important;
  background-position: center center !important;
  background-size: cover !important;
  height: 250px;
  width: 250px;
  -webkit-border-radius: 200px;
  -moz-border-radius: 200px;
  -ms-border-radius: 200px;
  -o-border-radius: 200px;
  border-radius: 200px;
  border: 6px solid #0071b3;
}
.ourteam-container .team-flex-container .team-member-description {
  padding-left: 40px;
}
.ourteam-container .team-flex-container .team-member-description h5 {
  color: #0071b3;
}
.ourteam-container .team-flex-container .team-member-description h6 {
  font-size: 15px;
  color: #00a2ff;
  margin-bottom: 12px;
}
@media screen and (max-width: 840px) {
  .ourteam-container .team-flex-container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row;
    -webkit-flex-flow: row wrap;
    flex-flow: row wrap;
  }
  .ourteam-container .team-flex-container .team-member-img {
    margin: 0 auto 20px;
  }
  .ourteam-container .team-flex-container .team-member-description {
    padding-left: 0px;
    text-align: center;
    margin: 0 auto;
  }
}
.message-step {
  position: relative;
}
.message-step p {
  color: #ffffff !important;
  background-color: #9C3F40;
  padding: 5px 10px;
  margin-bottom: 15px;
}
.message-step p.success {
  background-color: #106622;
}
/*
**********************
      Internal
**********************
*/
.general-page .entry-content {
  padding: 110px 150px;
  min-height: calc(100vh - 486px);
}
@media screen and (max-width: 1440px) {
  .general-page .entry-content {
    padding: 100px 130px;
  }
}
@media screen and (max-width: 1366px) {
  .general-page .entry-content {
    padding: 90px 120px;
  }
}
@media screen and (max-width: 1200px) {
  .general-page .entry-content {
    padding: 80px 100px;
  }
}
@media screen and (max-width: 1024px) {
  .general-page .entry-content {
    padding: 70px 90px;
  }
}
@media screen and (max-width: 760px) {
  .general-page .entry-content {
    padding: 60px 40px;
  }
}
@media screen and (max-width: 600px) {
  .general-page .entry-content {
    padding: 50px 30px;
  }
}
.general-page .entry-content p {
  margin-bottom: 25px;
}
.general-page .entry-content ol {
  padding-left: 17px;
}
.general-page .entry-content ol li {
  padding-left: 10px;
  line-height: 22px;
  color: #626262;
  font-size: 15px;
  font-weight: 600;
  line-height: 25px;
  color: #252525;
}
.general-page .entry-content ul {
  list-style: none;
  margin-left: 0px;
}
.general-page .entry-content ul li {
  position: relative;
  padding-left: 20px;
  margin-bottom: 10px;
  color: #626262;
  font-size: 15px;
  font-weight: 600;
  line-height: 25px;
}
.general-page .entry-content ul li:before {
  position: absolute;
  left: 0;
  top: -2px;
  content: "\203A";
  color: #00a2ff;
  font-size: 20px;
}
@media screen and (max-width: 1024px) {
  .general-page .entry-content ul li {
    line-height: 22px;
  }
}
.general-page .entry-content ul li {
  color: #252525;
}
.general-page .entry-content ul ul {
  margin-top: 10px;
}
/*
**********************
   Product Listing
**********************
*/
.woocommerce-page {
  background: #f5f5f5;
}
.woocommerce-wrapper-start .products-container {
  width: 100%;
  max-width: 1500px;
  padding: 0 30px;
  margin: 0 auto 40px;
}
.woocommerce-wrapper-start .products-container .woocommerce-products-header .page-description {
  margin: 50px auto 70px;
  padding-right: 138px;
}
.woocommerce-wrapper-start .products-container .woocommerce-products-header .page-description img {
  max-width: 100%;
  margin: 15px 0;
}
.woocommerce-wrapper-start .products-container .woocommerce-products-header .page-description p {
  line-height: 22px;
}
.woocommerce-wrapper-start .products-container .woocommerce-result-count {
  margin-bottom: 45px;
  color: #626262;
  font-weight: 600;
  font-size: 26px;
  letter-spacing: 0.01em;
}
.woocommerce-wrapper-start .products-container .woocommerce-ordering {
  margin-bottom: 45px;
  border-bottom: 1px solid #626262;
}
.woocommerce-wrapper-start .products-container .woocommerce-ordering select {
  background: none;
  border: 0 !important;
  text-indent: 0.01px;
  text-overflow: "";
  padding: 8px 5px;
  color: #626262;
  font-size: 14px;
  font-weight: 400;
  cursor: pointer;
  font-size: 15px;
  font-weight: 600;
}
.woocommerce-wrapper-start .products-container .woocommerce-ordering select:focus {
  outline: none;
}
.woocommerce-wrapper-start .products-container ul.products {
  margin: 0 -20px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
  -webkit-flex-flow: row wrap;
  flex-flow: row wrap;
}
.woocommerce-wrapper-start .products-container ul.products li.type-product {
  width: 33.33%;
  margin: 0 0 65px;
  padding: 0 20px;
}
.woocommerce-wrapper-start .products-container ul.products li.type-product .single-loop-product {
  background: #ffffff;
  border: 1px solid #ccc;
}
.woocommerce-wrapper-start .products-container ul.products li.type-product .single-loop-product .prod-wrapper {
  padding: 50px 60px;
  position: relative;
}
@media screen and (max-width: 1440px) {
  .woocommerce-wrapper-start .products-container ul.products li.type-product .single-loop-product .prod-wrapper {
    padding: 35px 20px;
  }
}
@media screen and (max-width: 1200px) {
  .woocommerce-wrapper-start .products-container ul.products li.type-product .single-loop-product .prod-wrapper {
    padding: 25px 15px;
  }
}
@media screen and (max-width: 600px) {
  .woocommerce-wrapper-start .products-container ul.products li.type-product .single-loop-product .prod-wrapper {
    margin-bottom: 15px;
  }
}
.woocommerce-wrapper-start .products-container ul.products li.type-product .single-loop-product .prod-wrapper .prod-img {
  width: 100%;
  height: 265px;
  background: no-repeat center center / contain;
}
.woocommerce-wrapper-start .products-container ul.products li.type-product .single-loop-product .prod-detail {
  text-align: center;
  padding: 0 35px;
}
.woocommerce-wrapper-start .products-container ul.products li.type-product .single-loop-product .prod-detail h5 {
  font-size: 16px;
  color: #626262;
  margin-bottom: 5px;
}
.woocommerce-wrapper-start .products-container ul.products li.type-product .single-loop-product .prod-detail h6 {
  font-size: 15px;
  color: #626262;
  margin-bottom: 8px;
}
.woocommerce-wrapper-start .products-container ul.products li.type-product .single-loop-product .price {
  color: #00a2ff;
  font-size: 27px;
  font-weight: 700;
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
  -webkit-flex-flow: row wrap;
  flex-flow: row wrap;
  -webkit-align-items: flex-end;
  align-items: flex-end;
  -webkit-justify-content: center;
  justify-content: center;
  margin-bottom: 30px;
}
@media screen and (max-width: 1440px) {
  .woocommerce-wrapper-start .products-container ul.products li.type-product .single-loop-product .price {
    font-size: 16px;
  }
}
@media screen and (max-width: 1200px) {
  .woocommerce-wrapper-start .products-container ul.products li.type-product .single-loop-product .price {
    font-size: 15px;
  }
}
.woocommerce-wrapper-start .products-container ul.products li.type-product .single-loop-product .price ins {
  order: 1;
  font-size: 27px;
  font-weight: 700;
  text-decoration: none;
  color: #00a2ff;
}
.woocommerce-wrapper-start .products-container ul.products li.type-product .single-loop-product .price del {
  order: 2;
  font-weight: 600;
  padding-left: 7px;
}
.woocommerce-wrapper-start .products-container ul.products li.type-product .single-loop-product .price:before {
  left: 0px;
  top: inherit;
  bottom: -9px;
}
.woocommerce-wrapper-start .products-container ul.products li.type-product .single-loop-product .add-cart {
  margin-bottom: -30px;
}
.woocommerce-wrapper-start .products-container ul.products li.type-product .single-loop-product .add-cart a {
  margin-top: 0px;
  padding: 25px 50px;
  background: #00a2ff;
  color: #ffffff;
  font-weight: 500;
  font-size: 15px;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  -ms-border-radius: 0px;
  -o-border-radius: 0px;
  border-radius: 0px;
}
.woocommerce-wrapper-start .products-container ul.products li.type-product .single-loop-product .add-cart .added_to_cart {
  display: none;
}
@media screen and (max-width: 1024px) {
  .woocommerce-wrapper-start .products-container .woocommerce-products-header .page-description {
    padding-right: 0px;
  }
  .woocommerce-wrapper-start .products-container ul.products li.type-product {
    width: 50%;
  }
}
@media screen and (max-width: 700px) {
  .woocommerce-wrapper-start .products-container ul.products li.type-product {
    width: 100%;
  }
}
/*
**********************
   Single Product
**********************
*/
body.single-product .woocommerce-notices-wrapper {
  position: fixed;
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  left: 0;
  right: 0px;
  top: 81px;
  z-index: 99;
  -webkit-box-shadow: 0 4px 10px -6px #454545;
  -moz-box-shadow: 0 4px 10px -6px #454545;
  box-shadow: 0 4px 10px -6px #454545;
}
body.single-product .woocommerce-notices-wrapper .woocommerce-message {
  margin-bottom: 0px !important;
  padding: 12px 24px 12px 30px !important;
}
@media screen and (max-width: 1366px) {
  body.single-product .woocommerce-notices-wrapper {
    top: 72px;
  }
}
.common-banner-page.woocommerce-product-banner .product-banner-content {
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 0 40px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
  -webkit-flex-flow: row nowrap;
  flex-flow: row nowrap;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.common-banner-page.woocommerce-product-banner .product-banner-content .info-content {
  width: 46%;
  padding-bottom: 20px;
}
.common-banner-page.woocommerce-product-banner .product-banner-content .info-content h3 {
  color: #ffffff;
  margin-bottom: 20px;
}
.common-banner-page.woocommerce-product-banner .product-banner-content .info-content p {
  color: #ffffff;
  font-weight: 600;
  font-size: 16px;
  letter-spacing: 0.05em;
}
.common-banner-page.woocommerce-product-banner .product-banner-content .info-content p.prod-sku {
  margin-bottom: 20px;
}
.common-banner-page.woocommerce-product-banner .product-banner-content .info-content p.prod-price {
  letter-spacing: 0.2em;
  font-size: 28px;
}
.common-banner-page.woocommerce-product-banner .product-banner-content .info-content p.prod-price del {
  color: #ffffff;
  font-size: 16px;
}
.common-banner-page.woocommerce-product-banner .product-banner-content .info-content p.prod-price ins {
  padding-left: 10px;
  color: #ffffff;
  font-size: 28px;
  text-decoration: none;
}
.woocommerce-wrapper-start .prod-info-container {
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
  margin-bottom: 120px;
  padding: 0 40px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
  -webkit-flex-flow: row nowrap;
  flex-flow: row nowrap;
}
.woocommerce-wrapper-start .prod-info-container .main-image-container {
  width: 54%;
  padding: 0 80px 0 20px;
  margin-top: -250px;
}
.woocommerce-wrapper-start .prod-info-container .main-image-container img {
  max-width: 100%;
  max-height: 590px;
}
.woocommerce-wrapper-start .prod-info-container .summary {
  width: 46% !important;
  float: none !important;
  padding: 40px 0 20px;
}
.woocommerce-wrapper-start .prod-info-container .summary .product_title {
  display: none;
  font-size: 39px;
  line-height: 46px;
  color: #454545;
  margin-bottom: 25px;
}
.woocommerce-wrapper-start .prod-info-container .summary .prod-sku {
  display: none;
  font-weight: 600;
  font-size: 16px;
  letter-spacing: 0.05em;
  color: #454545;
  margin-bottom: 20px;
}
.woocommerce-wrapper-start .prod-info-container .summary .price {
  display: none;
  letter-spacing: 0.2em;
  font-size: 28px;
  color: #00a2ff;
  margin-bottom: 25px;
}
.woocommerce-wrapper-start .prod-info-container .summary .price del {
  color: #00a2ff;
  font-size: 16px;
}
.woocommerce-wrapper-start .prod-info-container .summary .price ins {
  font-weight: 600;
  padding-left: 10px;
  color: #00a2ff;
  font-size: 28px;
  text-decoration: none;
}
@media screen and (max-width: 760px) {
  .woocommerce-wrapper-start .prod-info-container .summary .woocommerce-product-rating .star-rating {
    float: none;
    margin: 0 auto;
  }
}
.woocommerce-wrapper-start .prod-info-container .summary .quantity {
  float: none !important;
  margin-bottom: 25px !important;
}
.woocommerce-wrapper-start .prod-info-container .summary .quantity .screen-reader-text {
  position: relative !important;
  overflow: auto;
  color: #626262;
  margin-right: 15px;
}
.woocommerce-wrapper-start .prod-info-container .summary .quantity .screen-reader-text:after {
  content: ":";
  position: absolute;
  top: 0px;
  right: -7px;
}
.woocommerce-wrapper-start .prod-info-container .summary .quantity .qty {
  padding: 10px 5px;
  border: none;
  border-bottom: 1px solid #626262;
}
.woocommerce-wrapper-start .prod-info-container .summary .single_add_to_cart_button {
  background-color: #00a2ff;
  font-size: 15px;
  font-weight: 600;
  letter-spacing: 0.05em;
  padding: 25px 65px;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  -ms-border-radius: 0px;
  -o-border-radius: 0px;
  border-radius: 0px;
}
.woocommerce-wrapper-start .prod-info-container .summary .single_add_to_cart_button:hover {
  background-color: #00a2ff;
}
.woocommerce-wrapper-start .woocommerce-tabs ul.wc-tabs,
.woocommerce-wrapper-start .woocommerce-tabs .wc-tab {
  padding: 0 20em !important;
}
@media screen and (max-width: 1680px) {
  .woocommerce-wrapper-start .woocommerce-tabs ul.wc-tabs,
  .woocommerce-wrapper-start .woocommerce-tabs .wc-tab {
    padding: 0 15em !important;
  }
}
@media screen and (max-width: 1440px) {
  .woocommerce-wrapper-start .woocommerce-tabs ul.wc-tabs,
  .woocommerce-wrapper-start .woocommerce-tabs .wc-tab {
    padding: 0 10em !important;
  }
}
@media screen and (max-width: 1100px) {
  .woocommerce-wrapper-start .woocommerce-tabs ul.wc-tabs,
  .woocommerce-wrapper-start .woocommerce-tabs .wc-tab {
    padding: 0 50px !important;
  }
}
@media screen and (max-width: 760px) {
  .woocommerce-wrapper-start .woocommerce-tabs ul.wc-tabs,
  .woocommerce-wrapper-start .woocommerce-tabs .wc-tab {
    padding: 0 30px !important;
  }
}
.woocommerce-wrapper-start .woocommerce-tabs ul.wc-tabs li {
  background: #f5f5f5 !important;
  border: none !important;
  padding: 0 20px !important;
}
.woocommerce-wrapper-start .woocommerce-tabs ul.wc-tabs li.active {
  border-bottom: 5px solid #00a2ff !important;
}
.woocommerce-wrapper-start .woocommerce-tabs ul.wc-tabs li.active:before,
.woocommerce-wrapper-start .woocommerce-tabs ul.wc-tabs li.active:after {
  border: none !important;
}
.woocommerce-wrapper-start .woocommerce-tabs ul.wc-tabs li:before,
.woocommerce-wrapper-start .woocommerce-tabs ul.wc-tabs li:after {
  border: none !important;
}
.woocommerce-wrapper-start .woocommerce-tabs ul.wc-tabs li a {
  color: #626262;
  font-size: 18px !important;
  letter-spacing: 0.05em;
  font-weight: 500 !important;
}
.woocommerce-wrapper-start .woocommerce-tabs .wc-tab {
  padding-top: 20px !important;
  padding-bottom: 30px !important;
  margin-bottom: 0px !important;
}
.woocommerce-wrapper-start .woocommerce-tabs .wc-tab h2,
.woocommerce-wrapper-start .woocommerce-tabs .wc-tab h4,
.woocommerce-wrapper-start .woocommerce-tabs .wc-tab h5,
.woocommerce-wrapper-start .woocommerce-tabs .wc-tab h6,
.woocommerce-wrapper-start .woocommerce-tabs .wc-tab p {
  color: #626262;
  margin-bottom: 15px;
}
.woocommerce-wrapper-start .woocommerce-tabs .wc-tab h2 {
  font-size: 32px;
  line-height: 34px;
  font-weight: 500;
}
.woocommerce-wrapper-start .woocommerce-tabs .wc-tab h4 {
  font-size: 30px;
  line-height: 32px;
  font-weight: 500;
}
.woocommerce-wrapper-start .woocommerce-tabs .wc-tab h5 {
  font-size: 26px;
  line-height: 28px;
  font-weight: 500;
}
.woocommerce-wrapper-start .woocommerce-tabs .wc-tab h6 {
  font-size: 22px;
  line-height: 24px;
  font-weight: 600;
}
@media screen and (max-width: 760px) {
  .woocommerce-wrapper-start .woocommerce-tabs .wc-tab h2 {
    font-size: 30px;
    line-height: 32px;
  }
  .woocommerce-wrapper-start .woocommerce-tabs .wc-tab h4 {
    font-size: 28px;
    line-height: 30px;
  }
  .woocommerce-wrapper-start .woocommerce-tabs .wc-tab h5 {
    font-size: 24px;
    line-height: 26px;
  }
  .woocommerce-wrapper-start .woocommerce-tabs .wc-tab h6 {
    font-size: 20px;
    line-height: 22px;
  }
}
.woocommerce-wrapper-start .woocommerce-tabs .wc-tab ul {
  list-style: none;
  margin-left: 0px;
}
.woocommerce-wrapper-start .woocommerce-tabs .wc-tab ul li {
  position: relative;
  padding-left: 20px;
  margin-bottom: 10px;
  color: #626262;
  font-size: 15px;
  font-weight: 600;
  line-height: 25px;
}
.woocommerce-wrapper-start .woocommerce-tabs .wc-tab ul li:before {
  position: absolute;
  left: 0;
  top: -2px;
  content: "\203A";
  color: #00a2ff;
  font-size: 20px;
}
@media screen and (max-width: 1024px) {
  .woocommerce-wrapper-start .woocommerce-tabs .wc-tab ul li {
    line-height: 22px;
  }
}
.woocommerce-wrapper-start .woocommerce-tabs .wc-tab p {
  color: #626262;
  font-size: 15px;
  font-weight: 600;
  line-height: 25px;
  margin-bottom: 20px;
}
.woocommerce-wrapper-start .woocommerce-tabs .wc-tab #reviews label {
  font-weight: 700;
  margin-bottom: 10px;
}
.woocommerce-wrapper-start .woocommerce-tabs .wc-tab #reviews .comment-reply-title {
  line-height: 30px;
}
.woocommerce-wrapper-start .woocommerce-tabs .wc-tab #reviews .stars {
  margin: 7px 0 !important;
}
.woocommerce-wrapper-start .woocommerce-tabs .wc-tab #reviews .stars a {
  height: 1.5em;
  width: 1.6em;
}
.woocommerce-wrapper-start .woocommerce-tabs .wc-tab #reviews .stars a:before {
  font-size: 23px;
}
.woocommerce-wrapper-start .woocommerce-tabs .wc-tab #reviews .comment-form textarea {
  padding: 15px;
}
.woocommerce-wrapper-start .woocommerce-tabs .wc-tab #reviews .comment-form input[type=submit]#submit {
  padding: 17px 40px !important;
  background: #00a2ff !important;
  color: #f5f5f5;
}
@media screen and (max-width: 760px) {
  .common-banner-page.woocommerce-product-banner {
    height: 280px;
  }
  .common-banner-page.woocommerce-product-banner .product-banner-content .info-content {
    width: 100%;
    text-align: center;
  }
  .common-banner-page.woocommerce-product-banner .product-banner-content .info-content p.prod-sku,
  .common-banner-page.woocommerce-product-banner .product-banner-content .info-content p.prod-price {
    display: none;
  }
  .woocommerce-wrapper-start .prod-info-container {
    margin-bottom: 30px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row;
    -webkit-flex-flow: row wrap;
    flex-flow: row wrap;
  }
  .woocommerce-wrapper-start .prod-info-container .main-image-container {
    width: 100%;
    padding: 0px;
    text-align: center;
    margin: 20px 0;
  }
  .woocommerce-wrapper-start .prod-info-container .main-image-container img {
    width: 100%;
    max-width: 260px;
  }
  .woocommerce-wrapper-start .prod-info-container .summary {
    width: 100% !important;
    text-align: center;
    margin-bottom: 0px !important;
  }
  .woocommerce-wrapper-start .prod-info-container .summary .price,
  .woocommerce-wrapper-start .prod-info-container .summary .prod-sku {
    display: block;
  }
  .woocommerce-wrapper-start .prod-info-container .summary .single_add_to_cart_button {
    float: none !important;
    padding: 20px 45px;
  }
  .woocommerce div.product .woocommerce-tabs ul.tabs {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row;
    -webkit-flex-flow: row nowrap;
    flex-flow: row nowrap;
  }
  .woocommerce div.product .woocommerce-tabs ul.tabs li {
    padding: 0 15px !important;
    text-align: center;
  }
  .woocommerce div.product .woocommerce-tabs ul.tabs li a {
    font-size: 15px !important;
  }
}
/*
**********************
   Woocommerce Pages
**********************
*/
.woocommerce form.login,
.woocommerce form.register {
  margin: 10px 0!important;
}
.woocommerce ul li {
  list-style: none;
  margin-bottom: 0px;
}
.woocommerce h2 {
  color: #626262;
  font-size: 34px;
  line-height: 36px;
}
.woocommerce .button {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-color: #00a2ff !important;
  color: #ffffff !important;
  font-weight: 500 !important;
  -webkit-border-radius: 0px !important;
  -moz-border-radius: 0px !important;
  -ms-border-radius: 0px !important;
  -o-border-radius: 0px !important;
  border-radius: 0px !important;
}
.woocommerce label {
  color: #919190;
  font-weight: 500;
}
.woocommerce .lost_password a {
  color: #919190;
  font-weight: 500;
  text-decoration: underline;
}
.woocommerce p,
.woocommerce em {
  color: #919190;
  font-weight: 500;
}
.woocommerce p strong,
.woocommerce em strong {
  font-weight: 700;
  color: #919190;
}
.woocommerce .woocommerce-column__title {
  margin-bottom: 10px;
}
.woocommerce fieldset {
  padding: 20px;
  margin-bottom: 20px;
}
.woocommerce address {
  line-height: 28px;
}
.woocommerce .col2-set .col-1 .woocommerce-form .woocommerce-form-row,
.woocommerce .col2-set .col-2 .woocommerce-form .woocommerce-form-row {
  margin-bottom: 15px;
}
.woocommerce .col2-set .col-1 .woocommerce-form .woocommerce-form-row .input-text,
.woocommerce .col2-set .col-2 .woocommerce-form .woocommerce-form-row .input-text {
  padding: 7px;
}
.woocommerce .col2-set .col-1 .woocommerce-form .form-row,
.woocommerce .col2-set .col-2 .woocommerce-form .form-row {
  margin-top: 10px;
}
.woocommerce .col2-set .col-1 .woocommerce-form .form-row .button,
.woocommerce .col2-set .col-2 .woocommerce-form .form-row .button {
  background-color: #00a2ff;
  color: #ffffff;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  -ms-border-radius: 0px;
  -o-border-radius: 0px;
  border-radius: 0px;
  padding: 18px 56px;
}
.woocommerce .woocommerce-MyAccount-navigation {
  background-color: #f4f4f3;
  padding: 20px;
}
.woocommerce .woocommerce-MyAccount-navigation ul li {
  font-weight: 700;
  color: #919190;
  padding: 10px 0;
}
.woocommerce .shop_table tr th {
  font-weight: 700;
  color: #919190;
}
.woocommerce .shop_table tr td {
  font-weight: 500;
  color: #919190;
}
.woocommerce .shop_table tr .qty {
  border: 1px solid #919190;
  color: #919190;
}
.woocommerce .shop_table tr .coupon .input-text {
  min-width: 150px;
  font-weight: 500;
  color: #919190;
  padding: 10px !important;
}
.woocommerce .shop_table tr .coupon .button {
  background-color: #00a2ff;
  font-weight: 500;
  color: #ffffff;
  padding: 13px 30px;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  -ms-border-radius: 0px;
  -o-border-radius: 0px;
  border-radius: 0px;
}
.woocommerce .shop_table tr button[name=update_cart] {
  background-color: #00a2ff !important;
  color: #ffffff !important;
  padding: 13px 30px!important;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  -ms-border-radius: 0px;
  -o-border-radius: 0px;
  border-radius: 0px;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.woocommerce .shop_table tr button[name=update_cart]:disabled {
  background-color: #185691 !important;
}
.woocommerce .cart_totals h2 {
  margin-bottom: 10px;
}
.woocommerce .cart_totals table tr td span.woocommerce-Price-amount {
  font-weight: 700;
  color: #919190;
}
.woocommerce .cart_totals .wc-proceed-to-checkout a.checkout-button {
  background-color: #00a2ff;
  font-weight: 500;
  color: #ffffff;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  -ms-border-radius: 0px;
  -o-border-radius: 0px;
  border-radius: 0px;
}
.woocommerce .checkout_coupon .form-row .input-text {
  padding: 7px 10px;
}
.woocommerce .checkout_coupon .form-row button[name=apply_coupon] {
  background-color: #00a2ff !important;
  color: #ffffff !important;
  padding: 13px 30px!important;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  -ms-border-radius: 0px;
  -o-border-radius: 0px;
  border-radius: 0px;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.woocommerce .checkout_coupon .form-row button[name=apply_coupon]:disabled {
  background-color: #185691 !important;
}
.woocommerce .woocommerce-checkout .col2-set {
  margin-bottom: 20px;
}
.woocommerce .woocommerce-checkout h3,
.woocommerce .woocommerce-checkout .order-total .woocommerce-Price-amount {
  font-weight: 700;
  color: #919190;
}
.woocommerce .woocommerce-checkout p.form-row .input-text {
  padding: 5px;
}
.woocommerce .woocommerce-checkout .woocommerce-checkout-payment .button {
  background-color: #00a2ff;
  font-weight: 500;
  color: #ffffff;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  -ms-border-radius: 0px;
  -o-border-radius: 0px;
  border-radius: 0px;
  padding: 15px 50px;
}
.woocommerce .woocommerce-checkout .woocommerce-checkout-payment .button:hover {
  background-color: #1882c5;
}
.woocommerce h3 {
  font-weight: 700;
  color: #919190;
}
.woocommerce p.form-row .input-text {
  padding: 7px 10px;
  font-weight: 500;
  color: #919190;
}
.woocommerce p.form-row select {
  padding: 7px 10px;
  font-weight: 500;
  color: #919190;
}
.woocommerce p.form-row .select2-selection__rendered {
  font-weight: 500;
  color: #919190;
}
.woocommerce header.woocommerce-Address-title a {
  font-weight: 500;
  color: #919190;
  text-decoration: underline;
}
.woocommerce address {
  font-weight: 500;
  color: #919190;
}
.woocommerce .wlconfirm {
  color: #9C3F40;
  text-decoration: underline;
}
.woocommerce .woocommerce-tabs .tabs li a {
  font-weight: 500;
  color: #919190;
}
.woocommerce .shop_table tr td.product-thumbnail img {
  width: 50px;
  max-width: 100px;
}
.woocommerce-error,
.woocommerce-info,
.woocommerce-message {
  padding: 16px 24px !important;
}
.woocommerce-error:before,
.woocommerce-info:before,
.woocommerce-message:before {
  left: 3px;
}
.woocommerce .star-rating span {
  font-family: star;
}
.new-sidebar-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
  -webkit-flex-flow: row nowrap;
  flex-flow: row nowrap;
  width: 100%;
}
@media screen and (max-width: 1200px) {
  .new-sidebar-wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    -webkit-flex-flow: column nowrap;
    flex-flow: column nowrap;
  }
}
.new-sidebar-wrapper .berocket_single_filter_widget {
  width: 16% !important;
  margin-right: 30px;
}
@media screen and (max-width: 1200px) {
  .new-sidebar-wrapper .berocket_single_filter_widget {
    width: 100% !important;
  }
}
.new-sidebar-wrapper .products {
  width: 75%;
}
@media screen and (max-width: 1200px) {
  .new-sidebar-wrapper .products {
    width: 100%;
  }
}
.new-sidebar-wrapper #wpfBlock_1 .wpfFilterVerScroll {
  overflow-y: unset;
}
.new-sidebar-wrapper #wpfBlock_1 .wpfFilterVerScroll li {
  padding-bottom: 10px;
}
.new-sidebar-wrapper #wpfBlock_1 .wpfFilterVerScroll li .wpfDisplay {
  color: #626262;
  font-weight: 500;
  font-size: 15px;
}
.new-sidebar-wrapper #wpfBlock_1 .wpfFilterVerScroll li .wpfDisplay:hover {
  color: #185691;
  font-weight: 700;
}
.new-sidebar-wrapper #wpfBlock_1 .wpfFilterVerScroll .wpfCheckbox label:before {
  border-radius: 0 !important;
}
.new-sidebar-wrapper .wpfFilterButtons .wpfFilterButton {
  width: 100%;
  margin-top: 0px;
  padding: 25px 50px;
  background: #00a2ff;
  color: #ffffff;
  font-weight: 500;
  font-size: 15px;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  -ms-border-radius: 0px;
  -o-border-radius: 0px;
  border-radius: 0px;
}
#bapf_1_58 {
  visibility: hidden;
}
.bapf_head h3 {
  font-size: 20px;
  display: none;
}
.bapf_body ul li {
  margin-bottom: 30px !important;
}
.bapf_body ul li.checked label {
  color: #4c9dd2;
  border-bottom: 1px dotted #4c9dd2;
}
.bapf_body ul li input {
  display: none;
}
.bapf_body ul li label {
  color: #626262;
  font-weight: 500;
  font-size: 18px;
  line-height: 25px;
  padding-bottom: 2px;
}
.bapf_body ul li label:hover {
  color: #4c9dd2;
  font-weight: 700;
  border-bottom: 1px dotted #4c9dd2;
}
/*
**********************************
   Category Content page
**********************************
*/
.common-banner-page.cat-page-banner {
  height: 795px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
  -webkit-flex-flow: row nowrap;
  flex-flow: row nowrap;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
@media screen and (max-width: 1440px) {
  .common-banner-page.cat-page-banner {
    height: 650px;
  }
}
@media screen and (max-width: 1280px) {
  .common-banner-page.cat-page-banner {
    height: 600px;
  }
}
@media screen and (max-width: 1024px) {
  .common-banner-page.cat-page-banner {
    height: 500px;
  }
}
@media screen and (max-width: 760px) {
  .common-banner-page.cat-page-banner {
    height: 420px;
  }
}
@media screen and (max-width: 600px) {
  .common-banner-page.cat-page-banner {
    height: 370px;
  }
}
.common-banner-page.cat-page-banner .cat-page-gradient {
  z-index: 0;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  box-shadow: inset -746px -155px 622px 45px rgba(0, 162, 255, 0.65);
  -moz-box-shadow: inset -746px -155px 622px 45px rgba(0, 162, 255, 0.65);
  -webkit-box-shadow: inset -746px -155px 622px 45px rgba(0, 162, 255, 0.65);
}
.common-banner-page.cat-page-banner .cat-banner-content {
  z-index: 0;
  position: relative;
  width: 100%;
  max-width: 830px;
  padding-right: 140px;
}
.common-banner-page.cat-page-banner .cat-banner-content h2 {
  color: #ffffff;
  letter-spacing: 0.05em;
  margin-bottom: 10px;
}
.common-banner-page.cat-page-banner .cat-banner-content p {
  color: #ffffff;
  font-size: 24px;
  line-height: 28px;
  letter-spacing: 0.05em;
  font-weight: 600;
}
@media screen and (max-width: 1024px) {
  .common-banner-page.cat-page-banner .cat-banner-content p {
    font-size: 21px;
    line-height: 25px;
  }
}
@media screen and (max-width: 760px) {
  .common-banner-page.cat-page-banner .cat-banner-content p {
    font-size: 19px;
    line-height: 23px;
  }
}
@media screen and (max-width: 1440px) {
  .common-banner-page.cat-page-banner .cat-banner-content {
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
    max-width: 100%;
    padding: 0 60px;
  }
}
@media screen and (max-width: 760px) {
  .common-banner-page.cat-page-banner .cat-banner-content {
    padding: 0 40px;
  }
}
.category-page-container {
  min-height: calc(100vh - 795px);
}
@media screen and (max-width: 1440px) {
  .category-page-container {
    min-height: calc(100vh - 650px);
  }
}
@media screen and (max-width: 1280px) {
  .category-page-container {
    min-height: calc(100vh - 600px);
  }
}
@media screen and (max-width: 1024px) {
  .category-page-container {
    min-height: calc(100vh - 500px);
  }
}
@media screen and (max-width: 760px) {
  .category-page-container {
    min-height: calc(100vh - 420px);
  }
}
@media screen and (max-width: 600px) {
  .category-page-container {
    min-height: calc(100vh - 370px);
  }
}
/*
**********************************
   Search Pop Up
**********************************
*/
.search-pop-up-overlay {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  position: fixed;
  background-color: rgba(111, 181, 247, 0.5);
  cursor: pointer;
  width: 0px;
  z-index: 9998;
}
.search-pop-up-overlay.overlay-pop-up-on {
  width: 100%;
}
.search-pop-up-container {
  z-index: 9999;
  position: fixed;
  -webkit-transition: 2s all;
  -moz-transition: 2s all;
  -ms-transition: 2s all;
  -o-transition: 2s all;
  transition: 2s all;
  width: 100%;
  max-width: 330px;
  left: 0;
  right: 0;
  margin: 0 auto;
  top: -300px;
  background: #f5f5f5;
  border: 5px solid #00a2ff;
  min-height: 150px;
  padding: 40px 30px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
  -webkit-flex-flow: row nowrap;
  flex-flow: row nowrap;
  -webkit-align-items: center;
  align-items: center;
}
.search-pop-up-container form input[type="search"] {
  border: none;
  background: none;
  outline: none;
  border-bottom: 1px solid #ffffff;
  width: 100%;
  padding: 11px 20px;
  display: inline-block;
  box-sizing: border-box;
  color: #ffffff;
  font-size: 15px;
  font-weight: 500;
  letter-spacing: 0.01em;
  border-bottom: 1px solid #626262;
  color: #626262;
}
.search-pop-up-container form input[type="search"]::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #ffffff;
}
.search-pop-up-container form input[type="search"]::-moz-placeholder {
  /* Firefox 19+ */
  color: #ffffff;
}
.search-pop-up-container form input[type="search"]:-ms-input-placeholder {
  /* IE 10+ */
  color: #ffffff;
}
.search-pop-up-container form input[type="search"]:-moz-placeholder {
  /* Firefox 18- */
  color: #ffffff;
}
.search-pop-up-container form input[type="search"]::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #626262;
}
.search-pop-up-container form input[type="search"]::-moz-placeholder {
  /* Firefox 19+ */
  color: #626262;
}
.search-pop-up-container form input[type="search"]:-ms-input-placeholder {
  /* IE 10+ */
  color: #626262;
}
.search-pop-up-container form input[type="search"]:-moz-placeholder {
  /* Firefox 18- */
  color: #626262;
}
.search-pop-up-container button.search-submit {
  display: none;
}
.search-pop-up-container .search-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
  -webkit-flex-flow: row nowrap;
  flex-flow: row nowrap;
  -webkit-align-items: center;
  align-items: center;
}
.search-pop-up-container .search-wrap .search-btn {
  margin-left: 15px;
}
.search-pop-up-container .search-wrap .search-btn a i {
  font-size: 22px;
  color: #00a2ff;
}
.search-pop-up-container .close-btn {
  position: absolute;
  right: 5px;
  top: 5px;
}
.search-pop-up-container .close-btn i {
  cursor: pointer;
  font-size: 22px;
  color: #00a2ff;
}
.search-pop-up-container.pop-up-on {
  top: 40%;
}
@media print {
  .search-pop-up-container {
    display: none;
  }
}
/*
**********************************
   Search Page
**********************************
*/
.search-page .search-container {
  width: 100%;
  max-width: 1240px;
  padding: 0 25px;
  margin: 50px auto 80px;
}
.search-page .search-container .search-single {
  margin-bottom: 50px;
  padding-bottom: 35px;
  border-bottom: 1px solid #919190;
}
.search-page .search-container .search-single .title {
  margin-bottom: 10px;
}
.search-page .search-container .search-single .title a {
  font-size: 32px;
  color: #00a2ff;
}
.search-page .search-container .search-single .entry-summary .read-more-container {
  margin-top: 25px;
  text-align: right;
}
.search-page .search-container .search-single .entry-summary .read-more-container a {
  color: #00a2ff;
  font-weight: 600;
}
.search-page .search-container .search-single .entry-summary .gp-blog-two-col {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
  -webkit-flex-flow: row nowrap;
  flex-flow: row nowrap;
  -webkit-align-items: stretch;
  align-items: stretch;
}
.search-page .search-container .search-single .entry-summary .gp-blog-two-col .left {
  width: 40%;
  text-align: center;
  margin-bottom: 20px;
}
.search-page .search-container .search-single .entry-summary .gp-blog-two-col .left .bg-image {
  background: no-repeat center center / contain;
  min-height: 22vw;
}
.search-page .search-container .search-single .entry-summary .gp-blog-two-col .left img {
  max-width: 100%;
}
.search-page .search-container .search-single .entry-summary .gp-blog-two-col .right {
  width: 60%;
  padding-left: 30px;
}
@media screen and (max-width: 700px) {
  .search-page .search-container .search-single .entry-summary .gp-blog-two-col {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row;
    -webkit-flex-flow: row wrap;
    flex-flow: row wrap;
  }
  .search-page .search-container .search-single .entry-summary .gp-blog-two-col .left {
    width: 100%;
  }
  .search-page .search-container .search-single .entry-summary .gp-blog-two-col .left .bg-image {
    min-height: 30vw;
    margin-bottom: 20px;
  }
  .search-page .search-container .search-single .entry-summary .gp-blog-two-col .right {
    width: 100%;
  }
}
.navigation svg {
  display: none;
}
.navigation h2 {
  font-size: 30px;
  line-height: 46px;
}
.navigation .nav-links .page-numbers {
  padding: 5px 7px;
  color: #00a2ff;
  border: 1px solid #626262;
  font-weight: 600;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.navigation .nav-links .page-numbers:hover,
.navigation .nav-links .page-numbers.current {
  background-color: #99daff;
}
.navigation .nav-links .page-numbers.prev .screen-reader-text,
.navigation .nav-links .page-numbers.next .screen-reader-text {
  position: relative !important;
}
/*
**********************************
   Single Article
**********************************
*/
@media print {
  .general-page.single-post-page .common-banner-page {
    display: none;
  }
}
.general-page.single-post-page .entry-content .print-share {
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
  -webkit-flex-flow: row nowrap;
  flex-flow: row nowrap;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.general-page.single-post-page .entry-content .print-share .heateor_sss_sharing_container {
  margin-right: 30px;
}
.general-page.single-post-page .entry-content .only_print {
  display: none;
}
@media print {
  .general-page.single-post-page .entry-content .only_print {
    display: unset;
  }
}
.general-page.single-post-page .print_wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
  -webkit-flex-flow: row nowrap;
  flex-flow: row nowrap;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  margin-bottom: 0;
}
.general-page.single-post-page .print_wrapper a {
  background: #00a2ff;
  color: white !important;
  min-width: 140px;
  padding: 15px 20px;
  text-decoration: none !important;
  text-align: center;
  border: 1px solid #00a2ff;
  transition: 0.2s all;
}
@media screen and (max-width: 1024px) {
  .general-page.single-post-page .print_wrapper a {
    padding: 10px 18px;
    min-width: 120px;
  }
}
.general-page.single-post-page .print_wrapper a .material-icons {
  font-size: 18px;
  top: 3px;
  position: relative;
}
.general-page.single-post-page .print_wrapper a:hover {
  background: white;
  color: #00a2ff !important;
}
@media print {
  .general-page.single-post-page .print_wrapper {
    display: none;
  }
}
/*
**********************************
   Blog Listing Page
**********************************
*/
.single-post-page.general-page .entry-content {
  width: 100%;
  max-width: 1560px;
  margin: 0 auto;
}
.single-post-page.general-page .entry-content p a {
  color: #00a2ff;
  text-decoration: underline;
  font-weight: 600;
}
.blog-archive.general-page .entry-content,
.blog-single.general-page .entry-content {
  width: 100%;
  max-width: 1460px;
  margin: 0 auto;
}
.blog-archive a,
.blog-single a {
  color: #00a2ff;
}
.blog-archive .single-post .title,
.blog-single .single-post .title {
  margin-bottom: 3px;
}
.blog-archive .single-post h5,
.blog-single .single-post h5,
.blog-archive .single-post h5 a,
.blog-single .single-post h5 a {
  font-size: 15px;
  line-height: 17px;
  color: #00a2ff;
  margin-bottom: 5px;
}
.blog-archive .single-post .read-more,
.blog-single .single-post .read-more {
  color: #00a2ff;
  font-weight: 500;
}
.blog-archive .single-post .date-author,
.blog-single .single-post .date-author {
  margin-bottom: 25px;
}
.blog-archive .single-post .date-author .date,
.blog-single .single-post .date-author .date {
  font-weight: 500;
  color: #454545;
  font-size: 15px;
  letter-spacing: 0.075em;
}
.blog-archive .single-post .date-author .sep,
.blog-single .single-post .date-author .sep {
  font-weight: 500;
  color: #454545;
  font-size: 15px;
  letter-spacing: 0.075em;
}
.blog-archive .single-post .date-author .author,
.blog-single .single-post .date-author .author {
  font-weight: 900;
  color: #00a2ff;
  font-size: 15px;
  letter-spacing: 0.075em;
}
.blog-archive .single-post .entry-summary .gp-blog-common-col,
.blog-single .single-post .entry-summary .gp-blog-common-col {
  margin-bottom: 40px;
  padding-bottom: 40px;
  border-bottom: 1px solid #454545;
}
.blog-archive .single-post .entry-summary .gp-blog-common-col p,
.blog-single .single-post .entry-summary .gp-blog-common-col p {
  margin-bottom: 15px;
}
.blog-archive .single-post .entry-summary .gp-blog-two-col,
.blog-single .single-post .entry-summary .gp-blog-two-col {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
  -webkit-flex-flow: row nowrap;
  flex-flow: row nowrap;
}
.blog-archive .single-post .entry-summary .gp-blog-two-col .left,
.blog-single .single-post .entry-summary .gp-blog-two-col .left {
  width: 40%;
}
.blog-archive .single-post .entry-summary .gp-blog-two-col .left .bg-image,
.blog-single .single-post .entry-summary .gp-blog-two-col .left .bg-image {
  background: no-repeat center center / cover;
  min-height: 280px;
}
.blog-archive .single-post .entry-summary .gp-blog-two-col .right,
.blog-single .single-post .entry-summary .gp-blog-two-col .right {
  width: 60%;
  padding-left: 2vw;
}
@media screen and (max-width: 840px) {
  .blog-archive .single-post .entry-summary .gp-blog-two-col,
  .blog-single .single-post .entry-summary .gp-blog-two-col {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row;
    -webkit-flex-flow: row wrap;
    flex-flow: row wrap;
  }
  .blog-archive .single-post .entry-summary .gp-blog-two-col .left,
  .blog-single .single-post .entry-summary .gp-blog-two-col .left {
    width: 100%;
    margin-bottom: 25px;
  }
  .blog-archive .single-post .entry-summary .gp-blog-two-col .left .bg-image,
  .blog-single .single-post .entry-summary .gp-blog-two-col .left .bg-image {
    min-height: 300px;
  }
  .blog-archive .single-post .entry-summary .gp-blog-two-col .right,
  .blog-single .single-post .entry-summary .gp-blog-two-col .right {
    width: 100%;
  }
}
.navigation.pagination {
  margin-bottom: 45px;
}
.navigation.pagination h2.screen-reader-text {
  display: none;
}
.navigation.pagination .nav-links {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
  -webkit-flex-flow: row wrap;
  flex-flow: row wrap;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.navigation.pagination .nav-links .page-numbers {
  display: block;
  color: #626262;
  font-size: 16px;
  margin-right: 2px;
  margin-left: 2px;
  margin-bottom: 5px;
  font-weight: 700;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  padding: 6px 9px;
}
@media screen and (max-width: 700px) {
  .navigation.pagination .nav-links .page-numbers {
    font-size: 13px;
  }
}
.navigation.pagination .nav-links .page-numbers:hover {
  background: #99daff;
  border-radius: 4px;
}
.navigation.pagination .nav-links .page-numbers.current {
  background: #00a2ff;
  color: #f5f5f5;
  border-radius: 4px;
}
.navigation.pagination .nav-links .page-numbers.current:hover {
  background: #99daff;
}
.navigation.pagination .nav-links .page-numbers svg {
  display: none;
}
.navigation.pagination .nav-links .next,
.navigation.pagination .nav-links .prev {
  display: block;
}
.navigation.pagination .nav-links .next .screen-reader-text,
.navigation.pagination .nav-links .prev .screen-reader-text {
  display: inline-block;
  overflow: visible;
  width: auto;
}
.navigation.post-navigation {
  margin-top: 25px;
  margin-bottom: 45px;
}
.navigation.post-navigation .screen-reader-text {
  display: none;
}
.navigation.post-navigation .nav-links .nav-next,
.navigation.post-navigation .nav-links .nav-previous {
  display: block;
  margin-bottom: 15px;
}
.navigation.post-navigation .nav-links .nav-next .nav-title,
.navigation.post-navigation .nav-links .nav-previous .nav-title {
  font-weight: 500;
  color: #626262;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.navigation.post-navigation .nav-links .nav-next .nav-title:hover,
.navigation.post-navigation .nav-links .nav-previous .nav-title:hover {
  color: #00a2ff;
}
.navigation.post-navigation .nav-links .nav-next .nav-title .nav-title-icon-wrapper svg,
.navigation.post-navigation .nav-links .nav-previous .nav-title .nav-title-icon-wrapper svg {
  display: none;
}
/*
**********************************
   Topic Listing Page
**********************************
*/
.topic-listing-section {
  position: relative;
  width: 100%;
  max-width: 1440px;
  margin: 0 auto;
  padding: 125px 40px 100px;
}
.topic-listing-section .topics-listing-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
  -webkit-flex-flow: row wrap;
  flex-flow: row wrap;
  margin: 0 -15px;
}
.topic-listing-section .topics-listing-container .topic-single-wrapper {
  position: relative;
  padding: 0 15px;
  width: 50%;
  margin-bottom: 30px;
  overflow: hidden;
}
@media screen and (max-width: 960px) {
  .topic-listing-section .topics-listing-container .topic-single-wrapper {
    width: 100%;
  }
}
.topic-listing-section .topics-listing-container .topic-single-wrapper .topic-image {
  position: relative;
  width: 100%;
  height: 350px;
  background-repeat: no-repeat !important;
  background-position: center center !important;
  background-size: cover !important;
  overflow: hidden;
}
@media screen and (max-width: 1200px) {
  .topic-listing-section .topics-listing-container .topic-single-wrapper .topic-image {
    height: 280px;
  }
}
@media screen and (max-width: 960px) {
  .topic-listing-section .topics-listing-container .topic-single-wrapper .topic-image {
    height: 390px;
  }
}
@media screen and (max-width: 760px) {
  .topic-listing-section .topics-listing-container .topic-single-wrapper .topic-image {
    height: 290px;
  }
}
@media screen and (max-width: 550px) {
  .topic-listing-section .topics-listing-container .topic-single-wrapper .topic-image {
    height: 240px;
  }
}
.topic-listing-section .topics-listing-container .topic-single-wrapper .topic-image .topic-link {
  z-index: 1;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.topic-listing-section .topics-listing-container .topic-single-wrapper .topic-image .bottom-gradient {
  z-index: 0;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 50%;
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.8));
}
.topic-listing-section .topics-listing-container .topic-single-wrapper .topic-image .title {
  z-index: 1;
  position: absolute;
  bottom: 40px;
  left: 30px;
}
.topic-listing-section .topics-listing-container .topic-single-wrapper .topic-image .title h6 {
  position: relative;
}
.topic-listing-section .topics-listing-container .topic-single-wrapper .topic-image .title h6 a {
  color: #ffffff;
}
.topic-listing-section .topics-listing-container .topic-single-wrapper .topic-image .title h6:before {
  position: absolute;
  width: 50px;
  border-bottom: 5px solid #00a2ff;
  content: "";
  left: 0px;
  top: 30px;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.topic-listing-section .topics-listing-container .topic-single-wrapper:hover .topic-image .title h6:before {
  width: 80px;
}
/*# sourceMappingURL=master.css.map */