/*!
Theme Name: cww
Theme URI: http://underscores.me/
Author: Alfred Maina
Author URI: http://alfie.me.ke
Description: Description
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: cww
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned.

cww is based on Underscores https://underscores.me/, (C) 2012-2020 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Generic
	- Normalize
	- Box sizing
# Base
	- Typography
	- Elements
	- Links
	- Forms
## Layouts
# Components
	- Navigation
	- Posts and pages
	- Comments
	- Widgets
	- Media
	- Captions
	- Galleries
# plugins
	- Jetpack infinite scroll
# Utilities
	- Accessibility
	- Alignments

--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Generic
--------------------------------------------------------------*/
/* Normalize
--------------------------------------------- */
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
	 ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
}

/* Sections
	 ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
	 ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  height: 0;
  overflow: visible;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  font-size: 1em;
}

/* Text-level semantics
	 ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
	 ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
}

/* Forms
	 ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  font-size: 100%;
  line-height: 1.15;
  margin: 0;
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *		`fieldset` elements in all browsers.
 */
legend {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal;
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type="checkbox"],
[type="radio"] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0;
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}

/* Interactive
	 ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/* Misc
	 ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}

/* Box sizing
--------------------------------------------- */
/* Inherit box-sizing to more easily change it's value on a component level.
@link http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
*,
*::before,
*::after {
  -webkit-box-sizing: inherit;
          box-sizing: inherit;
}

html {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

/*--------------------------------------------------------------
# Base
--------------------------------------------------------------*/
/* Typography
--------------------------------------------- */
body,
button,
input,
select,
optgroup,
textarea {
  color: #404040;
  font-size: 1rem;
  line-height: 1.5;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  clear: both;
}

.width-90 {
  width: 90%;
  margin: auto;
}

.width-80 {
  width: 80%;
  margin: auto;
}

.width-70 {
  width: 70%;
  margin: auto;
}

@font-face {
  font-family: barlowbold;
  src: url("css/fonts/barlow/Barlow-Bold.otf");
}

@font-face {
  font-family: barlowmedium;
  src: url("css/fonts/barlow/BarlowCondensed-Medium.otf");
}

@font-face {
  font-family: Better Signature;
  src: url("css/fonts/better/Better Signature Font.otf");
}

a {
  text-decoration: none !important;
}

html {
  scroll-behavior: smooth;
}

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

.btn.focus,
.btn:focus {
  outline: none;
  -webkit-box-shadow: none;
          box-shadow: none;
}

body {
  margin: 0;
  overflow-x: hidden;
  font-weight: 300;
  font-family: "Montserrat", sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 2;
}

.main-body {
  background: #fff;
}

body::-webkit-scrollbar {
  width: 0.5em;
}

body::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px #ced4da;
  box-shadow: inset 0 0 6px #ced4da;
}

body::-webkit-scrollbar-thumb {
  background-color: #161616;
}

button:focus {
  outline: none;
}

input:focus {
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
}

::-moz-selection {
  background: #262262 !important;
  color: white;
}

::selection {
  background: #262262 !important;
  color: white;
}

h2.sec-title {
  color: #262262;
  font-size: 40px;
  font-weight: 600;
  margin-bottom: 20px;
}

h2.sec-title span {
  color: #FF6D00;
}

h3 {
  position: relative;
}

h3.sec-title {
  color: #262262;
  font-size: 30px;
  font-weight: 600;
  margin-bottom: 20px;
}

h3.sub-title {
  color: #FF6D00;
  font-size: 15px;
}

h3.sub-title span:after {
  content: "";
  position: absolute;
  top: 7px;
  padding-left: 20px;
  height: 2px;
  background: #FF6D00;
  border-radius: 5px;
  width: 30px;
  -webkit-transform: translateX(10px);
          transform: translateX(10px);
}

a.dash {
  color: rgba(0, 0, 0, 0.8);
  position: relative;
  left: 40px;
  margin-bottom: 20px;
  -webkit-transition-duration: 300ms;
          transition-duration: 300ms;
  font-style: italic;
  font-size: 16px;
}

a.dash:before {
  position: absolute;
  content: "";
  left: -40px;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 30px;
  height: 1px;
  -webkit-transition-duration: 300ms;
          transition-duration: 300ms;
  background: rgba(0, 0, 0, 0.8);
}

a.dash:hover {
  left: 50px;
  color: #262262;
}

a.dash:hover:before {
  left: -50px;
  width: 40px;
}

.pre-loader {
  height: 100vh;
  width: 100%;
  background: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: fixed;
  pointer-events: none;
  z-index: 999;
  -webkit-transition-duration: 700ms;
          transition-duration: 700ms;
}

.is-loaded {
  opacity: 0;
}

.sk-circle {
  margin: 100px auto;
  width: 40px;
  height: 40px;
  position: relative;
}

.sk-circle .sk-child {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}

.sk-circle .sk-child:before {
  content: "";
  display: block;
  margin: 0 auto;
  width: 15%;
  height: 15%;
  background-color: #262262;
  border-radius: 100%;
  -webkit-animation: sk-circleBounceDelay 1.2s infinite ease-in-out both;
  animation: sk-circleBounceDelay 1.2s infinite ease-in-out both;
}

.sk-circle .sk-circle2 {
  -webkit-transform: rotate(30deg);
  transform: rotate(30deg);
}

.sk-circle .sk-circle3 {
  -webkit-transform: rotate(60deg);
  transform: rotate(60deg);
}

.sk-circle .sk-circle4 {
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}

.sk-circle .sk-circle5 {
  -webkit-transform: rotate(120deg);
  transform: rotate(120deg);
}

.sk-circle .sk-circle6 {
  -webkit-transform: rotate(150deg);
  transform: rotate(150deg);
}

.sk-circle .sk-circle7 {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}

.sk-circle .sk-circle8 {
  -webkit-transform: rotate(210deg);
  transform: rotate(210deg);
}

.sk-circle .sk-circle9 {
  -webkit-transform: rotate(240deg);
  transform: rotate(240deg);
}

.sk-circle .sk-circle10 {
  -webkit-transform: rotate(270deg);
  transform: rotate(270deg);
}

.sk-circle .sk-circle11 {
  -webkit-transform: rotate(300deg);
  transform: rotate(300deg);
}

.sk-circle .sk-circle12 {
  -webkit-transform: rotate(330deg);
  transform: rotate(330deg);
}

.sk-circle .sk-circle2:before {
  -webkit-animation-delay: -1.1s;
  animation-delay: -1.1s;
}

.sk-circle .sk-circle3:before {
  -webkit-animation-delay: -1s;
  animation-delay: -1s;
}

.sk-circle .sk-circle .sk-circle4:before {
  -webkit-animation-delay: -0.9s;
  animation-delay: -0.9s;
}

.sk-circle .sk-circle5:before {
  -webkit-animation-delay: -0.8s;
  animation-delay: -0.8s;
}

.sk-circle .sk-circle6:before {
  -webkit-animation-delay: -0.7s;
  animation-delay: -0.7s;
}

.sk-circle .sk-circle7:before {
  -webkit-animation-delay: -0.6s;
  animation-delay: -0.6s;
}

.sk-circle .sk-circle8:before {
  -webkit-animation-delay: -0.5s;
  animation-delay: -0.5s;
}

.sk-circle .sk-circle9:before {
  -webkit-animation-delay: -0.4s;
  animation-delay: -0.4s;
}

.sk-circle .sk-circle .sk-circle10:before {
  -webkit-animation-delay: -0.3s;
  animation-delay: -0.3s;
}

.sk-circle .sk-circle11:before {
  -webkit-animation-delay: -0.2s;
  animation-delay: -0.2s;
}

.sk-circle .sk-circle12:before {
  -webkit-animation-delay: -0.1s;
  animation-delay: -0.1s;
}

@-webkit-keyframes sk-circleBounceDelay {
  0%,
  80%,
  100% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  40% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

@keyframes sk-circleBounceDelay {
  0%,
  80%,
  100% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  40% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

@-webkit-keyframes sticky {
  0% {
    -webkit-transform: translateY(-100%);
            transform: translateY(-100%);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0%);
            transform: translateY(0%);
    opacity: 1;
  }
}

@keyframes sticky {
  0% {
    -webkit-transform: translateY(-100%);
            transform: translateY(-100%);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0%);
            transform: translateY(0%);
    opacity: 1;
  }
}

.header {
  width: 100%;
  position: relative;
  z-index: 99;
  -webkit-box-shadow: 5px 5px 7px 7px rgba(0, 0, 0, 0.02);
          box-shadow: 5px 5px 7px 7px rgba(0, 0, 0, 0.02);
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.header .navbar {
  padding: 2px 0px;
  width: 97%;
}

.header .navbar .nav {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.header .navbar .menu {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 95%;
  margin: auto;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}

.header .navbar .menu .nav-link {
  color: rgba(33, 33, 33, 0.7);
  font-size: 14px;
}

.header .navbar.fixed {
  position: fixed;
  width: 100%;
  -webkit-box-shadow: 5px 5px 7px 7px rgba(0, 0, 0, 0.05);
          box-shadow: 5px 5px 7px 7px rgba(0, 0, 0, 0.05);
  top: 0;
  z-index: 99;
  background: #fff;
  -webkit-animation: sticky 2s;
          animation: sticky 2s;
  left: 0;
  padding: 10px 0px;
}

.header .navbar.fixed .menu-item .nav-link {
  font-size: 12px;
  padding: 5px 20px;
}

.header .navbar.fixed .logo-wrapper .custom-logo {
  max-width: 120px;
}

.header #mega-menu-item-49 a {
  color: #EFC100 !important;
  background: #262262 !important;
  padding: 10px 40px 10px 40px !important;
  height: auto !important;
  -webkit-transition-duration: 300ms;
          transition-duration: 300ms;
}

.header #mega-menu-item-49:hover a {
  color: #fff !important;
  background: #FF6D00 !important;
}

.header .mega-sub-menu {
  padding: 20px !important;
}

.header .mega-sub-menu .mega-menu-item {
  padding: 5px !important;
}

.header .mega-sub-menu .mega-sub-menu {
  padding: 5px !important;
}

.header .logo-wrapper {
  padding: 5px 30px;
  background: transparent;
  -webkit-transition-duration: 300ms;
          transition-duration: 300ms;
  border-right: 1px solid rgba(0, 0, 0, 0.1);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.header .logo-wrapper:hover .custom-logo {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}

.header .logo-wrapper .custom-logo {
  max-width: 150px;
  height: auto;
  -webkit-transition-duration: 500ms;
          transition-duration: 500ms;
}

.header .menu-item {
  position: relative;
}

.header .menu-item .nav-link {
  color: #212121;
  text-transform: capitalize;
  font-weight: 500;
  font-size: 14px;
  text-align: center;
  display: block;
  position: relative;
  padding: 30px 30px;
}

.header .menu-item.active .nav-link {
  color: #262262;
  font-weight: 600;
}

.header .menu-item.menu-item-49 .nav-link {
  color: #EFC100;
  background: #262262;
  padding: 10px 20px;
}

.header .navbar-toggler {
  margin-right: 5%;
}

.header .dropdown-toggle:after {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  font-size: 9px;
  content: "\f067";
  border: none;
  padding-left: 2px;
}

.header .dropdown .dropdown-menu {
  background: #eeeeee;
  -webkit-box-shadow: 0 6px 28px #00000014;
          box-shadow: 0 6px 28px #00000014;
  border-radius: 0px;
  min-width: 100%;
  -webkit-transition-duration: 300ms;
          transition-duration: 300ms;
  -webkit-transform: translateY(-9999px);
          transform: translateY(-9999px);
  opacity: 0;
  border: none;
}

.header .dropdown .dropdown-menu .dropdown-item {
  font-size: 12px;
  width: 90%;
  margin: auto;
}

.header .dropdown .dropdown-menu .dropdown-item:hover {
  color: #fff;
  background: rgba(33, 33, 33, 0.4);
}

.header .dropdown:hover .dropdown-menu {
  -webkit-transform: translateY(0);
          transform: translateY(0);
  opacity: 1;
}

.header .animated-icon3 {
  width: 30px;
  height: 20px;
  position: relative;
  margin: 0px;
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
  -webkit-transition: .5s ease-in-out;
  transition: .5s ease-in-out;
  cursor: pointer;
}

.header .animated-icon3 span {
  background: #262262;
  display: block;
  position: absolute;
  height: 3px;
  width: 100%;
  border-radius: 9px;
  opacity: 1;
  left: 0;
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
  -webkit-transition: .25s ease-in-out;
  transition: .25s ease-in-out;
}

.header .animated-icon3 span:nth-child(1) {
  top: 0px;
  -webkit-transform-origin: left center;
          transform-origin: left center;
}

.header .animated-icon3 span:nth-child(2) {
  top: 10px;
  -webkit-transform-origin: left center;
          transform-origin: left center;
}

.header .animated-icon3 span:nth-child(3) {
  top: 20px;
  -webkit-transform-origin: left center;
          transform-origin: left center;
}

.header .animated-icon3.open span:nth-child(1) {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  top: 0px;
  left: 8px;
}

.header .animated-icon3.open span:nth-child(2) {
  width: 0%;
  opacity: 0;
}

.header .animated-icon3.open span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  top: 21px;
  left: 8px;
}

.dropdown:hover .dropdown-menu {
  display: block;
}

#site-footer {
  padding: 50px 0px 20px 0px;
}

#site-footer .logo-wrapper img {
  max-width: 150px;
  margin-bottom: 30px;
  height: auto;
}

#site-footer .copyright {
  padding-top: 20px;
  margin-top: 20px;
  border-top: 1px solid rgba(33, 33, 33, 0.2);
}

#site-footer h2 {
  font-size: 25px;
}

.con-footer {
  background: rgba(33, 33, 33, 0.9);
  padding: 60px 0px;
}

.con-footer .sub-title {
  color: #EFC100;
}

.con-footer .sec-title {
  color: #fff;
  font-size: 24px;
  font-weight: 400;
  width: 80%;
  line-height: 1.6;
}

.con-footer .btn {
  padding: 15px 50px;
  background: #FFAA55;
  color: #fff;
  border-radius: 0px;
  -webkit-transition-duration: 300;
          transition-duration: 300;
  z-index: 20;
  position: relative;
}

.con-footer .btn:hover {
  background: #FF6D00;
}

.con-footer .arrows {
  position: absolute;
  width: 300px;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  opacity: .1;
}

@-webkit-keyframes scale {
  50% {
    -webkit-transform: scale(1.3);
            transform: scale(1.3);
  }
}

@keyframes scale {
  50% {
    -webkit-transform: scale(1.3);
            transform: scale(1.3);
  }
}

.landing-banner {
  position: relative;
}

.landing-banner .slider-item {
  width: 90%;
  margin-left: auto;
}

.landing-banner .owl-dots {
  position: absolute;
  bottom: 50%;
  right: auto;
  left: 20px;
  right: 1%;
}

.landing-banner .owl-dots .owl-dot {
  display: block;
}

.landing-banner .owl-dots .owl-dot span {
  width: 20px;
  height: 4px;
  border-radius: 10px;
  -webkit-transition-duration: 300ms;
          transition-duration: 300ms;
}

.landing-banner .owl-dots .owl-dot.active span {
  background: #262262;
  width: 40px;
  height: 5px;
}

.landing-banner .owl-item img.main-img {
  display: block;
  width: 100%;
  margin: auto;
  height: calc(100vh - 100px);
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  position: relative;
  z-index: 10;
}

.landing-banner .owl-item .slider-text small {
  color: #3FA8DD;
}

.landing-banner .owl-item .slider-text h1 {
  font-size: 35px;
  font-weight: 400;
  -webkit-transform: translateY(-100px);
          transform: translateY(-100px);
  -webkit-transition-duration: 1500ms;
          transition-duration: 1500ms;
  opacity: 0;
  color: #262262;
  margin: 50px 0px 50px 0px;
}

.landing-banner .owl-item .slider-text h1 b {
  font-weight: 900;
  text-transform: capitalize;
}

.landing-banner .owl-item .slider-text .btn-cta {
  background: #3FA8DD;
  padding: 15px 50px;
  font-size: 18px;
  position: relative;
  font-weight: 600;
  z-index: 9;
  max-width: 70%;
  color: #fff;
  border-radius: 0px;
  -webkit-transition-duration: 2000ms;
          transition-duration: 2000ms;
  -webkit-transition-delay: 2000ms;
          transition-delay: 2000ms;
  visibility: hidden;
  opacity: 0;
}

.landing-banner .owl-item .slider-text .btn-cta:hover {
  background: #262262;
}

.landing-banner .owl-item.active h1 {
  -webkit-transform: translateY(0px);
          transform: translateY(0px);
  opacity: 1;
}

.landing-banner .owl-item.active .btn-cta {
  visibility: visible;
  opacity: 1;
}

.landing-banner .owl-item.active .btn-cta:hover {
  background: #262262;
}

.landing-banner .owl-item.active .landing-banner-content .slider-card:before {
  height: 100%;
  opacity: 1;
  visibility: visible;
}

.landing-banner .owl-item.active .landing-banner-content .slider-card:after {
  width: 200px;
  opacity: 1;
  left: 0px;
  visibility: visible;
}

.landing-banner .owl-item.active .landing-banner-content:after {
  width: 200px;
  opacity: 1;
  visibility: visible;
}

.preferences {
  width: 100%;
}

.preferences .card {
  padding: 70px 50px 70px 50px;
  border: none;
  background: #e9e9e9;
  height: 100%;
  position: relative;
}

.preferences .card h2 {
  color: #212121;
  margin-bottom: 20px;
}

.preferences .card .btn {
  background: #FF6D00;
  width: auto;
  color: #fff;
  position: absolute;
  bottom: 30px;
  left: 50px;
  border-radius: 0px;
  padding: 7px 40px;
  -webkit-transition-duration: 300ms;
          transition-duration: 300ms;
}

.preferences .card .btn:hover {
  background: #262262;
}

.preferences .col-md-4:nth-child(even) .card {
  background: rgba(33, 33, 33, 0.8);
  color: #fff;
}

.preferences .col-md-4:nth-child(even) .card h2 {
  color: #fff;
}

.dynamics {
  background: #212121;
  padding: 60px 0px;
  position: relative;
}

.dynamics .directional {
  position: absolute;
  bottom: 0;
  z-index: 10;
  right: 15px;
}

.dynamics .directional .btn {
  background: #fff;
  border-radius: 0px;
  -webkit-transition-duration: 300ms;
          transition-duration: 300ms;
  font-size: 20px;
}

.dynamics .directional .btn:hover {
  background: rgba(255, 255, 255, 0.5);
}

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

.dynamics h2 {
  color: #fff;
  font-size: 2.8em;
  font-weight: 400;
  width: 80%;
  margin-right: auto;
  margin-left: auto;
}

.dynamics .arrows {
  position: absolute;
  width: 300px;
  top: 20%;
  opacity: .1;
}

.impacts {
  width: 100%;
  background: #F6F6F6;
  padding: 50px 0px;
}

.impacts .sec-title {
  padding: 20px 0px 40px 0px;
  border-bottom: 1px solid rgba(33, 33, 33, 0.1);
  margin-bottom: 60px;
  color: rgba(33, 33, 33, 0.7);
  font-weight: 500;
  font-size: 30px;
}

.impacts .card {
  background: rgba(38, 34, 98, 0.9);
  padding: 40px 20px 20px 20px;
  text-align: center;
  border-radius: 0px;
  color: #fff;
}

.impacts .card i {
  font-size: 40px;
}

.impacts .card img {
  height: 50px;
  width: auto;
  -o-object-fit: contain;
     object-fit: contain;
}

.impacts .card .title {
  font-size: 16px;
  padding: 10px 0px;
  text-transform: uppercase;
}

.impacts .card h1 {
  font-size: 3.2em;
  margin: 20px 0px 10px 0px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  text-align: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-weight: 800;
}

.impacts .row .col-md-3:nth-child(1) .card {
  background: #FF6D00;
}

.impacts .row .col-md-3:nth-child(2) .card {
  background: #3FA8DD;
}

.impacts .row .col-md-3:nth-child(3) .card {
  background: #EFC100;
}

.resources {
  padding-bottom: 100px;
}

.resources .resourse-title {
  background: #FF6D00;
  color: #fff;
  padding: 60px 0px;
  position: relative;
}

.resources .resourse-title:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 150px;
  bottom: -110px;
  left: 0;
  background: #FF6D00;
}

.resources .resourse-title .title {
  width: 650px;
  font-size: 35px;
  padding-top: 20px;
  line-height: 1.5;
}

.resources .card {
  position: relative;
  border: none;
  border-radius: 0px;
  cursor: pointer;
  -webkit-box-shadow: 5px 5px 7px 7px rgba(0, 0, 0, 0.05);
          box-shadow: 5px 5px 7px 7px rgba(0, 0, 0, 0.05);
  height: 100%;
}

.resources .card .img-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
}

.resources .card .img-wrapper img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.resources .card .img-wrapper:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  border: 1px solid rgba(255, 255, 255, 0.5);
  left: 0%;
  top: 0%;
  opacity: 0;
  -webkit-transition-duration: 300ms;
          transition-duration: 300ms;
}

.resources .card .img-wrapper:hover:after {
  width: 90%;
  height: 90%;
  left: 5%;
  top: 5%;
  opacity: 1;
}

.resources .card .img-wrapper:hover .img-wrapper:after {
  background: rgba(38, 34, 98, 0.5);
}

.resources .card .card-body {
  padding: 30px 20px;
}

.resources .card .card-body .title {
  color: #FF6D00;
  font-size: 12px;
  font-weight: 600;
  margin-bottom: 30px;
}

.resources .card .card-body ul {
  padding-left: 0px;
  list-style: none;
}

.resources .card .card-body ul li {
  line-height: 1.5;
  margin-bottom: 30px;
}

.resources .card .card-body ul li a {
  color: #000;
  -webkit-transition-duration: 200ms;
          transition-duration: 200ms;
}

.resources .card .card-body ul li a:hover {
  color: #FF6D00;
}

.resources .card .card-body .link {
  color: #3FA8DD;
  font-size: 16px;
}

.resources .card .card-body .link:hover {
  color: #262262;
}

.resources .card.events {
  padding: 30px;
}

.resources .card.events .title {
  color: #FF6D00;
  font-size: 14px;
  font-weight: 600;
  margin-bottom: 30px;
}

.resources .card.events .dates {
  color: #212121;
  font-size: 14px;
  border-top: 1px solid rgba(33, 33, 33, 0.3);
  padding-top: 20px;
  font-weight: 600;
  margin-bottom: 10px;
}

.resources .card.events a {
  color: #FF6D00;
  font-size: 20px;
}

.resources .card.events .location {
  font-size: 12px;
}

@-webkit-keyframes moveline {
  50% {
    -webkit-transform: translatex(30px);
            transform: translatex(30px);
  }
}

@keyframes moveline {
  50% {
    -webkit-transform: translatex(30px);
            transform: translatex(30px);
  }
}

.lines {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
}

.lines span {
  position: absolute;
  width: 1px;
  height: 100%;
  background: rgba(33, 33, 33, 0.03);
  -webkit-transform: translatex(-30px);
          transform: translatex(-30px);
  -webkit-animation: moveline 40s infinite ease-in-out;
          animation: moveline 40s infinite ease-in-out;
}

.lines span:nth-child(1) {
  left: 10%;
}

.lines span:nth-child(2) {
  left: 30%;
}

.lines span:nth-child(3) {
  left: 50%;
}

.lines span:nth-child(4) {
  left: 70%;
}

.lines span:nth-child(5) {
  left: 90%;
}

.growth {
  background: #f9f9f9;
  padding: 0px 0px;
  position: relative;
}

.growth .content {
  width: 90%;
  margin: auto;
}

.growth h3 {
  color: #FF6D00;
  margin: 30px 0px;
}

.growth h3.sec-title {
  color: #262262;
}

.growth p {
  margin-bottom: 30px;
}

.growth .icon {
  width: 50px;
  -webkit-animation: float 5s infinite ease-in-out;
          animation: float 5s infinite ease-in-out;
}

.growth .btn {
  background: #212121;
  color: #fff;
  padding: 10px 40px;
  -webkit-transition-duration: 300ms;
          transition-duration: 300ms;
  border-radius: 0px;
}

.growth .btn:hover {
  background: #FF6D00;
}

.growth .btn.btn-sec {
  background: #FF6D00;
}

.growth .btn.btn-sec:hover {
  background: #262262;
}

.growth.resources-landing {
  padding: 50px 0px 100px 0px;
  margin-bottom: 30px;
}

.growth.resources-landing:after {
  content: "";
  position: absolute;
  width: 90%;
  height: 1px;
  left: 5%;
  bottom: -40px;
  background: rgba(33, 33, 33, 0.1);
}

.growth.resources-landing .downloads {
  list-style: none;
  padding-left: 20px;
  margin-bottom: 20px;
}

.growth.resources-landing .downloads li {
  padding-bottom: 20px;
}

.growth.resources-landing .downloads a {
  color: rgba(33, 33, 33, 0.9);
  -webkit-transition-duration: 300ms;
          transition-duration: 300ms;
}

.growth.resources-landing .downloads a .fa-file-pdf {
  font-size: 23px;
  color: #FF6D00;
}

.growth.resources-landing .downloads a .fas {
  -webkit-transition-duration: 300ms;
          transition-duration: 300ms;
}

.growth.resources-landing .downloads a:hover {
  color: #FF6D00;
}

.growth.resources-landing .downloads a:hover .fas {
  -webkit-transform: translateX(5px);
          transform: translateX(5px);
}

.growth.about-sol {
  padding: 100px 0px;
}

.call-back {
  padding: 80px 10px 0px 10px;
  background: #262262;
}

.call-back .content {
  width: 90%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  height: 100%;
}

.call-back .content .sec-title {
  color: #fff;
  font-size: 40px;
  font-weight: 400;
}

.call-back form {
  margin-bottom: 60px;
  padding: 50px 40px;
  background: #fff;
  -webkit-box-shadow: 5px 5px 7px 7px rgba(0, 0, 0, 0.02);
          box-shadow: 5px 5px 7px 7px rgba(0, 0, 0, 0.02);
}

.call-back form .form-control {
  border-radius: 0px;
  margin: 30px 0px;
  padding: 10px 0px;
}

.call-back form input,
.call-back form textarea {
  border: none;
  border-bottom: 1px solid rgba(0, 0, 0, 0.5);
}

.call-back form .btn {
  background: #FF6D00;
  width: 100%;
  border-radius: 0px;
  padding: 15px 20px;
  color: #fff;
  font-weight: 600;
}

.call-back.contact-form {
  background: transparent;
  padding: 100px 10px 5px 10px;
}

.call-back.contact-form .content {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

.call-back.contact-form .content .sec-title {
  color: #262262;
}

.call-back.contact-form form {
  -webkit-box-shadow: 5px 5px 7px 7px rgba(0, 0, 0, 0.1);
          box-shadow: 5px 5px 7px 7px rgba(0, 0, 0, 0.1);
  padding: 50px 40px 65px;
}

.call-back.contact-form .sub-title {
  font-size: 20px;
  font-weight: 600;
  margin: 30px 0px 20px 0px;
}

.call-back.contact-form .social {
  margin: 00px 0px 20px 0px;
}

.call-back.contact-form .social li {
  width: 40px;
  height: 40px;
  margin-right: 10px;
}

.call-back.contact-form .social li a {
  font-size: 17px;
}

.call-back.contact-form .contact-info {
  list-style: none;
  padding-left: 0px;
}

.call-back.contact-form .contact-info li i {
  padding-right: 20px;
  color: #FF6D00;
}

.call-back.contact-form .contact-info li a {
  color: #212121;
}

.call-back.contact-form .contact-info li a:hover {
  color: #FF6D00;
}

.about-header {
  padding: 120px 20px 0px 20px;
  position: relative;
}

.about-header:after {
  position: absolute;
  content: "";
  width: 100%;
  height: 80%;
  top: 0;
  left: 0;
  background: #FF6D00;
}

.about-header .content {
  width: 80%;
  margin: auto;
  position: relative;
  z-index: 10;
}

.about-header .content img {
  width: 100%;
}

.about-header .content h3 {
  color: #fff;
  font-size: 2.5em;
  font-weight: 400;
  padding-bottom: 20px;
}

.about-header .owl-dots {
  position: absolute;
  bottom: 10px;
  left: 0;
  right: 0;
  margin: auto;
}

.about-header .owl-dots .owl-dot span {
  background: #fff;
  width: 15px;
  height: 15px;
}

.about-header .arrows {
  position: absolute;
  width: 400px;
  top: 1%;
  right: 0%;
  opacity: .2;
  z-index: 10;
}

.banner {
  height: 50vh;
  max-height: 600px;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  overflow: hidden;
}

.banner .landing-img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}

.banner .card {
  background: transparent;
  border: none;
  max-width: 600px;
  left: 5%;
  z-index: 10;
}

.banner .card h1 {
  font-size: 40px;
  color: #fff;
}

.banner .card .card-text {
  font-size: 35px;
  color: #fff;
}

.banner .card .breadcrumbs {
  color: #fff;
  font-size: 13px;
  opacity: .6;
  font-weight: 400;
}

.banner .card .breadcrumbs a {
  color: #fff;
}

.banner:after {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: -webkit-gradient(linear, left top, right top, from(rgba(33, 33, 33, 0.6)), color-stop(65%, rgba(33, 33, 33, 0.5)));
  background: linear-gradient(to right, rgba(33, 33, 33, 0.6) 0%, rgba(33, 33, 33, 0.5) 65%);
  z-index: 5;
}

.who-we-are {
  position: relative;
  padding: 80px 0px 0px;
}

.who-we-are::after {
  position: absolute;
  content: "";
  width: 100%;
  height: 75%;
  left: 0;
  top: 0;
  background: #3FA8DD;
}

.who-we-are .width-90 {
  position: relative;
  z-index: 10;
  color: #fff;
}

.who-we-are .content {
  -webkit-transform: translateY(50%);
          transform: translateY(50%);
  position: relative;
}

.who-we-are .img-wrapper {
  width: 80%;
  margin: auto;
}

.who-we-are .arrows {
  position: absolute;
  width: 500px;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  opacity: .1;
}

.podcast {
  position: relative;
}

.podcast .sub-title {
  color: #262262;
}

.podcast .sec-title {
  color: #212121;
  font-size: 4em;
  margin-bottom: 70px;
  font-weight: 500;
}

.podcast .card {
  border: none;
  -webkit-box-shadow: 10px 10px 17px 7px rgba(0, 0, 0, 0.1);
          box-shadow: 10px 10px 17px 7px rgba(0, 0, 0, 0.1);
  background: #fff;
}

.podcast .card h3 {
  color: #FF6D00;
}

.podcast .card img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.podcast.about-podcast {
  padding: 70px 0px 70px 0px;
  margin-top: -150px;
}

.podcast.podcast-page {
  background: #f9f9f9;
  padding: 50px 0px;
}

.podcast.podcast-page .more-stories {
  background: #FF6D00;
  color: #fff !important;
  width: 100%;
  -webkit-transition-duration: 300ms;
          transition-duration: 300ms;
  padding: 15px;
  border-radius: 0px;
}

.podcast.podcast-page .more-stories:hover {
  background: #212121;
}

.more-stories {
  background: #FF6D00;
  color: #fff;
  width: 100%;
  -webkit-transition-duration: 300ms;
          transition-duration: 300ms;
  padding: 15px;
  border-radius: 0px;
}

.more-stories:hover {
  background: #212121;
  color: #fff !important;
}

.membership-form {
  padding: 80px 10px 0px 10px;
}

.membership-form .content {
  width: 90%;
}

.membership-form .content h3 {
  font-size: 25px;
  color: #262262;
  font-weight: 400;
  line-height: 1.8;
  margin-bottom: 30px;
}

.membership-form .content p {
  font-size: 16px;
}

.membership-form .form-wrapper {
  background: #f9f9f9;
}

.membership-form form {
  margin-bottom: 60px;
  padding: 40px 40px;
  -webkit-box-shadow: 5px 5px 7px 7px rgba(0, 0, 0, 0.02);
          box-shadow: 5px 5px 7px 7px rgba(0, 0, 0, 0.02);
}

.membership-form form .form-control {
  border-radius: 0px;
  margin: 5px 0px 20px 0px;
  padding: 25px 20px;
}

.membership-form form label {
  color: #262262;
  margin: 0px;
  font-size: 14px;
  font-weight: 600;
}

.membership-form form select {
  padding: 0px 20px !important;
}

.membership-form form .check {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.membership-form form .check .wpcf7-list-item-label {
  color: rgba(33, 33, 33, 0.5);
}

.membership-form form .check label {
  padding-left: 10px;
  color: rgba(33, 33, 33, 0.5);
}

.membership-form form .btn {
  background: #FF6D00;
  width: 100%;
  border-radius: 0px;
  padding: 15px 20px;
  color: #fff;
  margin-bottom: 30px;
}

@-webkit-keyframes zoomOut {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
            transform: scale3d(0.3, 0.3, 0.3);
  }
  50% {
    opacity: .5;
  }
  100% {
    opacity: 0;
  }
}

@keyframes zoomOut {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
            transform: scale3d(0.3, 0.3, 0.3);
  }
  50% {
    opacity: .5;
  }
  100% {
    opacity: 0;
  }
}

@-webkit-keyframes playanim {
  0% {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
            transform: scale3d(1, 1, 1);
  }
  50% {
    opacity: .5;
    -webkit-transform: scale3d(0.5, 0.5, 0.5);
            transform: scale3d(0.5, 0.5, 0.5);
  }
  100% {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
            transform: scale3d(1, 1, 1);
  }
}

@keyframes playanim {
  0% {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
            transform: scale3d(1, 1, 1);
  }
  50% {
    opacity: .5;
    -webkit-transform: scale3d(0.5, 0.5, 0.5);
            transform: scale3d(0.5, 0.5, 0.5);
  }
  100% {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
            transform: scale3d(1, 1, 1);
  }
}

.webinar-page {
  position: relative;
  padding: 70px 10px 20px 10px;
  background: #F9F9F9;
}

.webinar-page .card {
  border-radius: 0px;
  border: none;
  -webkit-transition-duration: 300ms;
          transition-duration: 300ms;
  position: relative;
  cursor: pointer;
  height: 100%;
}

.webinar-page .card .img-wrapper {
  position: relative;
}

.webinar-page .card .img-wrapper .play {
  position: absolute;
  z-index: 10;
  color: #fff;
  font-size: 1.5em;
  padding: 20px;
  border-radius: 50%;
  width: 70px;
  height: 70px;
  background: #ff6d00;
  text-align: center;
  line-height: 1.5em;
  -webkit-animation-delay: .5s;
          animation-delay: .5s;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  cursor: pointer;
}

.webinar-page .card .img-wrapper .play:after {
  content: "";
  position: absolute;
  width: 80px;
  height: 80px;
  border: 1px solid white;
  left: -7%;
  top: -7%;
  border-radius: 50%;
  -webkit-animation: zoomOut 3s linear infinite 0s;
          animation: zoomOut 3s linear infinite 0s;
  -webkit-animation-duration: 3s;
          animation-duration: 3s;
  -webkit-animation-delay: .5s;
          animation-delay: .5s;
}

.webinar-page .card .img-wrapper .play:before {
  content: "";
  position: absolute;
  width: 120px;
  height: 120px;
  border: 1px solid white;
  left: -37%;
  top: -37%;
  border-radius: 50%;
  -webkit-animation: zoomOut 3s linear infinite 0s;
          animation: zoomOut 3s linear infinite 0s;
  -webkit-animation-duration: 3s;
          animation-duration: 3s;
}

.webinar-page .card .card-body {
  padding-bottom: 50px;
}

.webinar-page .card h3 {
  font-size: 18px;
}

.webinar-page .card a {
  font-size: 12px;
  color: #3FA8DD;
  font-weight: 600;
  position: absolute;
  bottom: 10px;
}

.webinar-page .card:hover {
  -webkit-box-shadow: 12px 12px 12px 7px rgba(0, 0, 0, 0.1);
          box-shadow: 12px 12px 12px 7px rgba(0, 0, 0, 0.1);
}

.webinar-page .card .modal .close {
  cursor: pointer;
}

.modal iframe {
  height: 400px;
}

.close {
  cursor: pointer;
}

.events-page {
  position: relative;
  padding: 70px 10px 20px 10px;
  background: #F9F9F9;
}

.events-page .card {
  border-radius: 0px;
  border: none;
}

.events-page .card h3 {
  font-size: 20px;
  color: #FF6D00;
}

.events-page .card .details {
  font-size: 12px;
  margin: 0px;
}

.events-page .card .details i {
  padding-right: 10px;
  font-size: 15px;
}

.events-page .card a {
  font-size: 14px;
  color: #fff;
  font-weight: 600;
  background: #FF6D00;
  width: 100%;
  padding: 12px;
  border-radius: 0px;
  -webkit-transition-duration: 300ms;
          transition-duration: 300ms;
}

.events-page .card a:hover {
  background: #212121;
}

.events-page .card a.link {
  background: transparent;
  font-size: 12px;
  color: #3FA8DD;
  font-weight: 600;
  position: absolute;
  bottom: 10px;
  padding: 20px 0px;
}

.events-page .modal.fade {
  padding-right: 0px !important;
}

.events-page .modal .modal-lg {
  width: 90%;
  max-width: 1100px;
  margin: auto;
}

.events-page .modal .modal-xl {
  width: 90%;
  max-width: 1200px;
  margin: auto;
}

.events-page .modal .modal-content {
  border: none;
  background: #fff;
}

.events-page .modal .modal-content .modal-body {
  padding-top: 0px;
}

.events-page .modal .modal-content .modal-body .content {
  padding: 40px 20px;
}

.events-page .modal .modal-content .modal-body .content .title {
  font-size: 20px;
  color: #262262;
  font-weight: 600;
  padding-bottom: 20px;
}

.events-page .modal .modal-content .modal-body .content p {
  font-size: 14px;
}

.events-page .modal .modal-content .modal-body .content p i {
  color: #FF6D00;
}

.events-page .modal .modal-content .modal-body .content p.details {
  margin-bottom: 5px;
}

.events-page .modal .modal-content .modal-body .content .btn {
  font-size: 14px;
  color: #fff;
  font-weight: 600;
  background: #FF6D00;
  width: 100%;
  padding: 12px;
  border-radius: 0px;
  -webkit-transition-duration: 300ms;
          transition-duration: 300ms;
}

.events-page .modal .modal-content .modal-body .content .btn:hover {
  background: #212121;
}

.events-page .modal .modal-content .modal-body .content .register input {
  margin: 10px 0px;
  border-radius: 0px;
}

.events-page .modal .modal-content .modal-body .content .register .btn {
  background: #262262;
  color: #fff;
  margin-top: 20px;
  padding: 7px 30px;
  border-radius: 0px;
}

.events-page .modal .modal-content .modal-body .content .register .btn:hover {
  background: #FF6D00;
}

.events-page .modal .modal-content .modal-body .content .register #timer {
  font-size: 25px;
  font-weight: 100;
  color: #262262;
  margin: 0px 0px 0px 0px;
}

.events-page .modal .modal-content .modal-body .content .register #timer div {
  display: inline-block;
  min-width: 90px;
}

.events-page .modal .modal-content .modal-body .content .register #timer div span {
  color: #B1CDF1;
  display: block;
  font-size: 16px;
  font-weight: 400;
}

.events-page .modal .modal-content .close {
  position: absolute;
  right: 0px;
  top: -30px;
  z-index: 10;
  color: #fff;
  cursor: pointer;
}

.events-page .modal .img-wrapper {
  height: 100%;
  width: 100%;
}

.events-page .modal .img-wrapper img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.events-page .modal.show {
  background: rgba(0, 0, 0, 0.88);
}

.buyhandbook {
  padding: 30px;
}

.buyhandbook .modal-lg {
  width: 90%;
  max-width: 1200px;
}

.buyhandbook .modal-lg .close {
  position: absolute;
  right: 0px;
  top: -30px;
  z-index: 10;
  color: #fff;
  cursor: pointer;
}

.buyhandbook .modal-lg .call-back {
  padding: 60px 50px 0px 40px;
}

.buyhandbook .register {
  text-align: center;
  padding-bottom: 50px;
}

.buyhandbook .register input {
  margin: 10px 0px;
  border-radius: 0px;
}

.buyhandbook .register .title {
  color: #fff;
}

.buyhandbook .register .btn {
  background: #262262;
  color: #fff;
  margin-top: 20px;
  padding: 7px 30px;
  border-radius: 0px;
}

.buyhandbook .register .btn:hover {
  background: #FF6D00;
}

.buyhandbook .register #timer {
  font-size: 25px;
  font-weight: 300;
  color: #fff;
  margin: 0px 0px 0px 0px;
}

.buyhandbook .register #timer div {
  display: inline-block;
  min-width: 90px;
}

.buyhandbook .register #timer div span {
  color: #B1CDF1;
  display: block;
  font-size: 16px;
  font-weight: 400;
}

.quotes {
  position: relative;
  padding: 60px 10px 30px 10px;
  background: #fce7dc;
}

.quotes .sec-title {
  text-align: center;
  position: relative;
  width: auto;
  font-weight: 700;
}

.quotes .sec-title span {
  position: relative;
}

.quotes .sec-title span:after {
  position: absolute;
  content: "";
  left: 0;
  right: 0;
  bottom: -20px;
  width: 70%;
  margin: auto;
  height: 5px;
  background: #FF6D00;
}

.quotes .card {
  position: relative;
  background: transparent;
}

.quotes .card:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 10;
}

.quotes .card img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  z-index: 5;
}

.quotes .card .card-body {
  position: relative;
  z-index: 20;
  color: #fff;
  padding-top: 150px;
}

.quotes .card .card-body h3 {
  font-style: italic;
  font-size: 18px;
  color: #FF6D00;
}

.quotes .card .card-body .card-text {
  font-size: 13px;
}

.quotes .card.card-1 {
  -webkit-transform: translateY(60px);
          transform: translateY(60px);
}

.quotes-page {
  position: relative;
  padding: 60px 10px 50px 10px;
  background: #F9F9F9;
}

@-webkit-keyframes float1 {
  50% {
    -webkit-transform: scale(1.1) rotate(180deg);
            transform: scale(1.1) rotate(180deg);
    opacity: 0;
  }
}

@keyframes float1 {
  50% {
    -webkit-transform: scale(1.1) rotate(180deg);
            transform: scale(1.1) rotate(180deg);
    opacity: 0;
  }
}

@-webkit-keyframes float2 {
  0% {
    -webkit-transform: translateY(0%);
            transform: translateY(0%);
  }
  50% {
    -webkit-transform: translateY(14%) scale(0.8) rotate(-180deg);
            transform: translateY(14%) scale(0.8) rotate(-180deg);
  }
  100% {
    -webkit-transform: translateY(0%) rotate(0deg);
            transform: translateY(0%) rotate(0deg);
  }
}

@keyframes float2 {
  0% {
    -webkit-transform: translateY(0%);
            transform: translateY(0%);
  }
  50% {
    -webkit-transform: translateY(14%) scale(0.8) rotate(-180deg);
            transform: translateY(14%) scale(0.8) rotate(-180deg);
  }
  100% {
    -webkit-transform: translateY(0%) rotate(0deg);
            transform: translateY(0%) rotate(0deg);
  }
}

.subscribe {
  padding: 80px;
  background: #F6F6F6;
  position: relative;
}

.subscribe .spinners {
  position: absolute;
  top: 20px;
  right: 20px;
}

.subscribe .spinners span {
  position: relative;
}

.subscribe .spinners span img {
  -webkit-animation: float 5s infinite ease-in-out;
          animation: float 5s infinite ease-in-out;
  width: 80px;
}

.subscribe .spinners span:nth-child(2) {
  top: 80px;
  right: 0px;
}

.subscribe .spinners span:nth-child(2) img {
  -webkit-animation: float1 10s infinite ease-in-out;
          animation: float1 10s infinite ease-in-out;
  width: 100px;
}

.subscribe .spinners span:nth-child(3) {
  top: 0px;
  right: 0px;
}

.subscribe .spinners span:nth-child(3) img {
  -webkit-animation: float2 4s infinite ease-in-out;
          animation: float2 4s infinite ease-in-out;
}

.subscribe .subscribe-form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.subscribe .subscribe-form input {
  padding: 20px;
  border-radius: 0px;
  height: 100%;
  border: none;
}

.subscribe .subscribe-form button {
  border-radius: 0px;
  padding: 17px 30px;
  background: #262262;
  color: #fff;
  border: none;
}

.subscribe.sub-blog {
  background: #3FA8DD;
  color: #fff;
}

.benefits {
  padding: 30px 10px 30px 10px;
}

.benefits .card {
  padding: 20px;
  border-radius: 10px;
}

.benefits .card h4 {
  color: #262262;
  padding-bottom: 10px;
  font-weight: 600;
}

.benefits .card p {
  font-size: 14px;
  opacity: .5;
}

.faqs {
  padding: 70px 10px 50px 10px;
  background: #F9F9F9;
}

.faqs .card {
  border-radius: 0px;
  margin-bottom: 10px;
  background: #fff;
  border: none;
}

.faqs .card-header {
  position: relative;
  cursor: pointer;
  overflow: hidden;
  padding: 20px 20px 20px 100px;
  font-size: 20px;
  font-weight: 600;
  color: #000;
  background: #fff;
  border: none;
}

.faqs .card-header span {
  width: 60px;
  height: 100%;
  position: absolute;
  left: 0px;
  top: 0px;
  background: transparent;
  color: #000;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.faqs .card-header span:before {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f077";
  font-size: 14px;
  -webkit-transition-duration: 300ms;
          transition-duration: 300ms;
}

.faqs .card-header.collapsed span {
  background: #FF6D00;
  color: #fff;
  padding: 20px 40px;
}

.faqs .card-header.collapsed span:before {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

.faqs .card-body {
  padding-left: 100px;
  color: rgba(33, 33, 33, 0.7);
}

.social {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  list-style: none;
  padding-left: 0px;
  margin: 40px 0px 20px 0px;
}

.social li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  line-height: 30px;
  width: 60px;
  height: 60px;
  background: rgba(33, 33, 33, 0.7);
  border-radius: 50%;
  margin-right: 40px;
  -webkit-transition-duration: 300ms;
          transition-duration: 300ms;
}

.social li:hover {
  -webkit-transform: translateY(-5px);
          transform: translateY(-5px);
  background: #FF6D00;
}

.social a {
  font-size: 30px;
  color: #fff;
}

.social p {
  font-size: 12px;
}

.contacts {
  color: #fff;
  position: relative;
  min-height: 45vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  overflow: hidden;
}

.contacts:after {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background: rgba(38, 34, 98, 0.7);
  z-index: 1;
}

.contacts ul {
  list-style: none;
  padding-left: 0px;
}

.contacts ul.social {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.contacts ul.social li {
  padding-right: 30px;
}

.contacts ul.social li:hover {
  -webkit-transform: translateY(-5px);
          transform: translateY(-5px);
}

.contacts ul.social a {
  font-size: 16px;
  color: #ffff;
}

.contacts ul.social p {
  font-size: 12px;
}

.contacts .sec-title {
  color: #fff;
  font-size: 35px;
  padding-bottom: 15px;
}

.contacts .sub-title {
  color: #fff;
  padding-bottom: 20px;
}

.contacts h4 {
  font-size: 20px;
  margin-top: 40px;
  font-weight: 600;
  padding-bottom: 20px;
}

.contacts a {
  color: #ffff;
}

.contacts .width-70 {
  position: relative;
  z-index: 10;
  margin: 0px auto;
}

.contacts img {
  position: absolute;
}

.about {
  padding: 80px 0px 0px 0px;
  color: #fff;
  font-size: 14px;
  position: relative;
}

.about .sub-title {
  color: #fff;
}

.about .sub-title span:after {
  background-color: #fff;
}

.about:before {
  position: absolute;
  content: "";
  width: 100%;
  height: 85%;
  top: 0;
  left: 0;
  background: #FF6D00;
}

.about-intro {
  width: 80%;
  padding: 80px 0px;
}

.about-intro p {
  font-size: 14px;
  opacity: .6;
}

.about-services {
  padding: 80px 0px;
}

.about-services p {
  font-size: 14px;
  opacity: .6;
}

.team {
  background: #262262;
  color: #fff;
  padding: 80px 0px;
}

.team .sec-title {
  color: #fff;
  margin-bottom: 40px;
}

.team .sub-title {
  color: #fff;
}

.team .card {
  background: transparent;
  border: none;
}

.team .card .card-title {
  font-size: 18px;
  margin-top: 30px;
}

@-webkit-keyframes float {
  0% {
    -webkit-transform: translateY(0%);
            transform: translateY(0%);
  }
  50% {
    -webkit-transform: translateY(14%) scale(0.8) rotate(180deg);
            transform: translateY(14%) scale(0.8) rotate(180deg);
  }
  100% {
    -webkit-transform: translateY(0%) rotate(0deg);
            transform: translateY(0%) rotate(0deg);
  }
}

@keyframes float {
  0% {
    -webkit-transform: translateY(0%);
            transform: translateY(0%);
  }
  50% {
    -webkit-transform: translateY(14%) scale(0.8) rotate(180deg);
            transform: translateY(14%) scale(0.8) rotate(180deg);
  }
  100% {
    -webkit-transform: translateY(0%) rotate(0deg);
            transform: translateY(0%) rotate(0deg);
  }
}

.scene {
  position: absolute;
  width: 100%;
  height: 100%;
  min-height: 360px;
}

.scene .parallax {
  position: relative;
  overflow: hidden;
  height: 100%;
  width: 100%;
  min-height: 360px;
}

.scene .parallax .plus {
  position: absolute;
  top: 78%;
  left: 12%;
}

.scene .parallax .plus img {
  width: auto;
  max-width: 150px;
}

.scene .parallax .plus .anim1 {
  -webkit-animation: float 5s infinite ease-in-out;
          animation: float 5s infinite ease-in-out;
}

.scene .parallax .plus.parallaxplus2 img {
  -webkit-transform: translate(70%, 120%);
          transform: translate(70%, 120%);
}

.scene .parallax .plus.parallaxplus3 img {
  -webkit-transform: translate(0%, 240%);
          transform: translate(0%, 240%);
}

.scene .parallax .plus.parallaxplus4 img {
  -webkit-transform: translate(140%, 0%);
          transform: translate(140%, 0%);
}

.quote-popup {
  position: fixed;
  z-index: 180;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  -webkit-transition-duration: 500ms;
          transition-duration: 500ms;
  -webkit-transition-delay: 300ms;
          transition-delay: 300ms;
  background: transparent;
  border: none;
}

.quote-popup img {
  max-width: 500px;
}

.quote-popup .close {
  font-size: 50px;
  top: -20%;
}

.quote-popup h3 {
  background: #262262;
  color: #fff;
  padding: 20px 20px;
  font-size: 20px;
  margin-bottom: 0px;
}

.pop-overlay {
  -webkit-transition-duration: 500ms;
          transition-duration: 500ms;
  opacity: 0;
  position: relative;
}

.pop-overlay.overlay {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.7);
  z-index: 100;
  opacity: 1;
  -webkit-transition-duration: 300ms;
          transition-duration: 300ms;
}

.pagination {
  width: 98%;
  margin: auto;
  margin: 30px 0px;
}

.pagination .page-numbers {
  padding: 10px;
  color: #404040;
  font-weight: 600;
  font-size: 20px;
}

.pagination .page-numbers.current {
  color: #FF6D00;
}

.pagination .page-numbers .fas {
  color: #FF6D00;
  font-size: 18px;
}

.publications {
  position: relative;
  padding: 60px 10px 50px 10px;
  background: #f9f9f9;
}

.publications .card {
  background: transparent;
  text-align: center;
  position: relative;
  border: none;
  z-index: 10;
  width: 90%;
  margin: auto;
}

.publications .card img {
  width: 50%;
  margin: auto;
}

.publications .card h3 {
  font-size: 16px;
  font-weight: 600;
  line-height: 1.8;
}

.publications .card a {
  color: #FF6D00;
  font-size: 15px;
  cursor: pointer;
  -webkit-transition-duration: 300ms;
          transition-duration: 300ms;
}

.publications .card a:hover {
  color: #262262;
}

.publications .card:after {
  position: absolute;
  content: "";
  background: #fff;
  width: 100%;
  height: 80%;
  bottom: 0;
  left: 0;
  z-index: -1;
  -webkit-box-shadow: 10px 10px 10px 5px rgba(0, 0, 0, 0.1);
          box-shadow: 10px 10px 10px 5px rgba(0, 0, 0, 0.1);
  -webkit-transition-duration: 300ms;
          transition-duration: 300ms;
}

.publications .card:hover:after {
  -webkit-transform: translateY(-2px);
          transform: translateY(-2px);
  -webkit-box-shadow: 12px 12px 12px 7px rgba(0, 0, 0, 0.15);
          box-shadow: 12px 12px 12px 7px rgba(0, 0, 0, 0.15);
}

.publications .card.handbook:after {
  height: 100%;
}

.publications.employee img {
  width: 80%;
}

.page-header {
  width: 100%;
  background: #fff;
  position: relative;
  padding: 50px 0px;
}

.page-header h3.sec-title {
  font-size: 35px;
  font-weight: 500;
  margin: 15px 0px 0px 0px;
}

.resources-page {
  position: relative;
  padding: 60px 10px 50px 10px;
  background: #F9F9F9;
}

.resources-page .card {
  background: #fff;
  border: none;
  padding: 20px 15px;
  -webkit-transition-duration: 300ms;
          transition-duration: 300ms;
  position: relative;
  cursor: pointer;
}

.resources-page .card h2 {
  font-size: 25px;
}

.resources-page .card h3 {
  font-size: 25px;
  font-weight: 500;
  color: #262262;
  padding: 15px 0px;
}

.resources-page .card a {
  color: #FF6D00;
  -webkit-transition-duration: 300;
          transition-duration: 300;
}

.resources-page .card a i {
  padding-left: 10px;
  -webkit-transition-duration: 300;
          transition-duration: 300;
}

.resources-page .card a:hover {
  color: #262262;
}

.resources-page .card a:hover i {
  -webkit-transform: translateX(5px);
          transform: translateX(5px);
}

.resources-page .card:after {
  position: absolute;
  content: "";
  left: 0;
  bottom: 0;
  background: #FF6D00;
  -webkit-transition-duration: 300;
          transition-duration: 300;
  width: 0px;
  height: 3px;
}

.resources-page .card:hover {
  -webkit-box-shadow: 10px 10px 10px 5px rgba(0, 0, 0, 0.1);
          box-shadow: 10px 10px 10px 5px rgba(0, 0, 0, 0.1);
}

.resources-page .card:hover:after {
  width: 100%;
}

.card {
  border-radius: 0px;
  border: none;
}

.card h3 {
  font-size: 20px;
}

.card a {
  font-size: 12px;
  color: #3FA8DD;
  font-weight: 600;
}

.blog-page {
  position: relative;
  padding: 60px 10px 50px 10px;
  background: #F9F9F9;
}

.blog-page .news-item .card {
  position: relative;
  margin-bottom: 40px;
  border: none;
  -webkit-transition: .3s ease-in;
  transition: .3s ease-in;
  -webkit-box-shadow: 0px 0px 10px 7px rgba(0, 0, 0, 0.02);
          box-shadow: 0px 0px 10px 7px rgba(0, 0, 0, 0.02);
}

.blog-page .news-item .card img {
  max-width: 100%;
  height: 250px;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-transition: .3s ease-in;
  transition: .3s ease-in;
}

.blog-page .news-item .card .entry-title a {
  color: rgba(33, 33, 33, 0.5);
  font-size: 20px;
  font-weight: 400;
}

.blog-page .news-item .card .link {
  font-size: 16px;
  color: #262262;
  -webkit-transition: .3s ease-in;
  transition: .3s ease-in;
}

.blog-page .news-item .card .link:hover {
  padding-left: 7px;
}

.blog-page .news-item .card:hover {
  -webkit-box-shadow: 10px 10px 10px 7px rgba(0, 0, 0, 0.2);
          box-shadow: 10px 10px 10px 7px rgba(0, 0, 0, 0.2);
}

.blog-page .news-item .card:hover img {
  opacity: .8;
}

.blog-page .list-category {
  margin-bottom: 40px;
}

.blog-page .list-category li {
  margin-right: 20px;
  position: relative;
  padding: 0px;
}

.blog-page .list-category li:after {
  content: "";
  position: absolute;
  right: -10px;
  bottom: 30%;
  height: 10px;
  width: 1px;
  background: rgba(0, 0, 0, 0.8);
}

.blog-page .list-category li:last-child:after {
  width: 0px;
}

.blog-page .list-category li a {
  color: rgba(0, 0, 0, 0.8);
  font-size: 12px;
  padding: 0px;
}

.blog-single .thumbnail {
  width: 100%;
  max-height: 70vh;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: top;
     object-position: top;
}

.related-blogs {
  position: relative;
  padding: 60px 10px 50px 10px;
  background: #F9F9F9;
}

.forum {
  padding: 50px 0px;
}

.forum .sec-title {
  padding-bottom: 10px;
}

.forum .btn {
  background: #FF6D00;
  border-radius: 0px;
  padding: 15px 50px;
  color: #fff;
  margin-top: 20px;
  -webkit-transition-duration: 300ms;
          transition-duration: 300ms;
}

.forum .btn:hover {
  background: #212121;
}

.works {
  background: #f9f9f9;
  padding: 100px 0px 60px 0px;
  position: relative;
}

.works .sec-title {
  color: rgba(33, 33, 33, 0.8);
  font-weight: 400;
  font-size: 2.5em;
  max-width: 850px;
  line-height: 1.5;
  margin-bottom: 80px;
}

.works .card {
  text-align: center;
  width: 90%;
  margin: auto;
  -webkit-transition-duration: 300ms;
          transition-duration: 300ms;
  position: relative;
}

.works .card img {
  height: 250px;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.works .card:hover {
  -webkit-box-shadow: 12px 12px 12px 7px rgba(0, 0, 0, 0.1);
          box-shadow: 12px 12px 12px 7px rgba(0, 0, 0, 0.1);
}

.works .card a {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 10;
  width: 100%;
  height: 100%;
}

.works .icon {
  position: absolute;
  right: 8%;
  top: 50px;
  width: 150px;
}

#mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-item {
  margin: 0 15px 0 0;
}

@media (max-width: 500px) {
  .header .logo-wrapper {
    display: block;
    padding: 5px 10px;
  }
  .header .logo-wrapper .custom-logo {
    max-width: 100px;
  }
  .header #mega-menu-wrap-menu-1 .mega-menu-toggle {
    background: #262262 !important;
  }
  .header #mega-menu-wrap-menu-1 .mega-menu-toggle + #mega-menu-menu-1 {
    background: #262262 !important;
  }
  .landing-banner .owl-item .slider-text {
    width: 90%;
    margin: auto;
  }
  .landing-banner .owl-item .slider-text h1 {
    font-size: 20px;
  }
  .landing-banner .slider-item {
    margin: auto;
    width: 100%;
  }
  .landing-banner .owl-dots {
    display: none;
  }
  .quote-popup {
    padding: 0px;
    width: 95%;
  }
  .quote-popup img {
    max-width: 100%;
  }
  .quote-popup h3 {
    font-size: 15px;
  }
  .quote-popup .close {
    font-size: 35px;
    top: 0px;
  }
  .preferences .card h2 {
    font-size: 22px;
  }
  p {
    font-size: 13px;
  }
  .resources .resourse-title {
    padding: 40px 0px;
  }
  .resources .resourse-title .title {
    width: auto;
    font-size: 20px;
    padding-top: 10px;
  }
  .resources .card .card-body .title {
    margin-bottom: 10px;
    font-size: 17px;
  }
  .resources .card .card-body ul li {
    margin-bottom: 10px;
    line-height: 1.3;
  }
  .resources .card.events .title {
    font-size: 17px;
  }
  .resources .card.events a {
    font-size: 14px;
  }
  .impacts .width-80 {
    width: 90%;
  }
  .impacts .sec-title {
    font-size: 24px;
  }
  .impacts .row {
    margin: auto;
  }
  .impacts .card h1 {
    font-size: 30px;
  }
  .impacts .card .title {
    font-size: 12px;
  }
  .quotes .card .card-body {
    padding-top: 20px;
  }
  .quotes .card.card-1 {
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
  }
  h3.sec-title {
    font-size: 20px;
  }
  .subscribe {
    padding: 60px 10px;
  }
  .subscribe .width-80 {
    width: 90%;
  }
  .subscribe .spinners span img {
    width: 60px;
  }
  .subscribe .content {
    padding-top: 30px;
  }
  .subscribe .subscribe-form input {
    padding: 12px;
    font-size: 12px;
  }
  .subscribe .subscribe-form button {
    padding: 7px 20px;
    font-size: 12px;
  }
  .con-footer .sec-title {
    width: 100%;
    margin: auto;
    font-size: 16px;
    margin-bottom: 20px;
  }
  .con-footer .btn {
    font-size: 12px;
    padding: 11px 40px;
  }
  .con-footer .col-md-4 {
    display: block !important;
  }
  #site-footer {
    padding: 30px 0px 20px 0px;
  }
  #site-footer .copyright .col-md-7 {
    text-align: left !important;
  }
  .social {
    margin: 20px 0px 20px 0px;
  }
  .social li {
    margin-right: 20px;
    width: 40px;
    height: 40px;
  }
  .social li a {
    font-size: 16px;
  }
  .growth.about-sol {
    padding: 0px;
  }
  .growth h3 {
    margin: 25px 0px 10px 0px;
    font-size: 22px;
  }
  .who-we-are .content {
    -webkit-transform: translateY(0%);
            transform: translateY(0%);
  }
  .who-we-are .content h2 {
    font-size: 25px;
  }
  .who-we-are .content ol li,
  .who-we-are .content ul li {
    font-size: 12px;
  }
  .page-header {
    padding: 20px 0px;
  }
  .page-header .w-75 {
    width: 100% !important;
  }
  .page-header h3.sec-title {
    font-size: 25px;
    margin: 15px 0px 10px 0px;
  }
  .page-header li {
    font-size: 13px;
  }
  .publications .width-80 {
    width: 95%;
  }
  .publications .card h3 {
    font-size: 14px;
  }
  .more-stories {
    width: 80%;
    left: 10%;
    position: relative;
    padding: 10px;
    font-size: 12px;
  }
  .blog-page {
    padding: 30px 10px 40px 10px;
  }
  .blog-page .width-80 {
    width: 90%;
  }
  .blog-page .card .card-body .entry-title {
    line-height: 16px;
    margin-bottom: 20px;
  }
  .blog-page .card .card-body .entry-title a {
    font-size: 14px;
  }
  .blog-page .list-category li {
    margin: 0px 7px;
  }
  .blog-page .list-category li a {
    font-size: 10px;
  }
  .resources-page .width-80 {
    width: 90%;
  }
  .resources-page .card h3 {
    font-size: 16px;
    line-height: 1.5;
  }
  .buyhandbook .modal-lg .call-back {
    padding: 20px 10px 0px 10px;
  }
  .buyhandbook .modal-lg .call-back .sec-title {
    font-size: 20px;
  }
  .buyhandbook .modal-lg .call-back form {
    padding: 20px 20px;
  }
  .buyhandbook .modal-lg .call-back form .form-control {
    margin: 15px 0px;
    font-size: 12px;
  }
  .buyhandbook .modal-lg .call-back form .btn {
    font-size: 14px;
    padding: 10px 20px;
  }
  .buyhandbook .modal-lg .call-back .register .title {
    font-size: 18px;
  }
  .buyhandbook .modal-lg .call-back .register #timer {
    font-size: 15px;
  }
  .events-page .modal .modal-content .modal-body .content {
    padding: 20px 20px;
  }
  .contacts .width-70 {
    width: 80%;
  }
  .contacts .sec-title {
    font-size: 23px;
  }
  .call-back.contact-form {
    padding: 40px 10px 5px 10px;
  }
  .call-back.contact-form .content .sec-title {
    font-weight: 600;
    font-size: 22px;
  }
  .call-back.contact-form .contact-info li {
    font-size: 14px;
  }
  .call-back.contact-form form {
    margin-top: 20px;
    padding: 20px 20px;
  }
  .call-back.contact-form form .form-control {
    margin: 15px 0px;
    font-size: 12px;
  }
  .call-back.contact-form form .btn {
    font-size: 14px;
    padding: 10px 20px;
  }
  .blog-single .width-80 {
    width: 90%;
  }
  .related-blogs .width-80 {
    width: 90%;
  }
  .related-blogs .card h3 {
    font-size: 14px;
  }
  .related-blogs .card a {
    padding: 0px;
  }
  .single-post .page-header {
    padding: 30px 0px;
  }
  .single-post .page-header .width-80 {
    width: 90%;
  }
  .single-post .page-header h3.sec-title {
    font-size: 18px;
  }
}
/*# sourceMappingURL=style.css.map */