/* Theme Name: Data Economy Lab WP Theme */
/* Text Domain: DataEconomyLab */
/* Version: 1.1.625 */
/* Requires at least: 4.7 */
/* Requires PHP: 5.2.4 */
/* Author: Shivam Soni */
/* Author URI: https://wordpress.org/ */
/* Theme URI: https://wordpress.org/themes/twentytwenty/ */
/* License: GNU General Public License v2 or later */
/* License URI: http://www.gnu.org/licenses/gpl-2.0.html */
@import url("https://fonts.googleapis.com/css2?family=Libre+Baskerville:ital,wght@0,400;0,800;1,400&family=Open+Sans:ital,wght@0,300;0,400;0,500;0,700;1,300;1,400;1,500;1,700&display=swap");
@import url("https://maxcdn.bootstrapcdn.com/font-awesome/4.3.0/css/font-awesome.min.css");
.bg-blue-off .content, .bg-white-off .content, .bg-light-blue-off .content, .bg-lighter-blue-off .content {
  position: relative;
  z-index: 2;
}
.bg-blue-off:before, .bg-white-off:before, .bg-light-blue-off:before, .bg-lighter-blue-off:before {
  content: "";
  z-index: 1;
  height: 100%;
  width: calc(100% + 30px);
  position: absolute;
  top: 0;
  left: -15px;
  border: 1px solid #BEBEBE;
}

.bg-blue-off.borr20:before, .bg-white-off.borr20:before, .bg-light-blue-off.borr20:before, .bg-lighter-blue-off.borr20:before {
  border-radius: 20px;
}

.bgbk {
  background: #000;
}

.bgww {
  background: #FFF;
}

.bg-white-off:before {
  background-color: #FFF;
}

.bg-skin {
  background: #f4efe9;
}

.bg-gray {
  background: #E6E6E6;
}

.bg-blue {
  background-color: #26455E;
}

.bg-light-blue {
  background-color: #bce2ee;
}

.bg-light-blue-off:before {
  background-color: #bce2ee;
}

.bg-lighter-blue-off:before {
  background-color: #f0f7fd;
}

.bg-lighter-blue {
  background-color: #f0f7fd;
}

.bg-blue-off .text {
  z-index: 2;
  position: relative;
}

.bg-blue-off:before {
  background-color: #26455E;
}

.bg-light-gray {
  background-color: #F0F0F0;
}

.bg-teal {
  background-color: #346F7D;
}

.bg-lightpurple {
  background-color: #E4ECFF;
}

.nobg {
  background: none;
}

.blue {
  color: #26455E;
}

.black {
  color: #000;
}

.gray {
  color: #E6E6E6;
}

.lightgray {
  color: #F0F0F0;
}

.darkgray {
  color: #BEBEBE;
}

.darkestgray {
  color: #999;
}

.white {
  color: white;
}

.teal {
  color: #346F7D;
}

.amsterdam {
  color: #169998;
}

.orange {
  color: #5ba3ff;
}

.brown {
  color: #B27742;
}

.container {
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

*::-moz-selection {
  background: rgba(0, 0, 0, 0.1);
}

*::selection {
  background: rgba(0, 0, 0, 0.1);
}

*::-moz-selection {
  background: rgba(0, 0, 0, 0.1);
}

*::-webkit-scrollbar-track {
  background-color: #f2f2f2;
}

*::-webkit-scrollbar {
  width: 12px;
  background-color: none;
}

*::-webkit-scrollbar-thumb {
  background-color: #888;
}

@media (max-width: 767px) {
  .container {
    width: 100%;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .container {
    width: 680px;
  }
}
@media (min-width: 992px) and (max-width: 1024px) {
  .container {
    width: 920px !important;
  }
}
@media (min-width: 1025px) and (max-width: 1279px) {
  .container {
    width: 970px !important;
  }
}
@media (min-width: 1280px) {
  .container {
    width: 1170px;
  }
}
html, body {
  overflow-x: hidden;
  width: 100%;
  color: #000;
}

body, body.modal-open {
  padding-right: 0 !important;
}

p {
  margin: 0 0 10px;
}

div {
  position: relative;
}

a {
  text-decoration: none !important;
  transition: none;
  color: inherit;
}

.uppercase {
  text-transform: uppercase;
}

a:hover, a:focus, a.linked {
  color: #26455E;
}

.bg-blue a:hover, .bg-blue a:focus, .bg-blue a.linked {
  color: #E6E6E6;
  text-decoration: underline !important;
}

hr {
  margin-top: 10px;
  margin-bottom: 10px;
  width: 100%;
  border-color: #BEBEBE;
}

hr.bold {
  border-width: 5px;
  border-color: #F0F0F0;
}

hr.boldblue {
  margin: 0;
  border-color: #bce2ee;
  border-width: 10px;
  width: 66.6666666667%;
}

hr.half {
  margin: 15px 0 30px;
  width: 8%;
  border-color: #26455E;
  border-width: 6px;
}

hr.half.black {
  border-color: #E6E6E6;
}

.text-center hr.half {
  margin: 15px auto 30px;
}

.hover-link:hover .element {
  transform: scale(1.015);
  transition: all 0.5s ease-in-out;
}

.imgcont img {
  width: 100%;
}

.borr20 {
  border-radius: 20px;
}

.nomar {
  margin: 0;
}

.nomartop {
  margin-top: 0;
}

.nomarbot {
  margin-bottom: 0;
}

.nopad {
  padding-left: 0;
  padding-right: 0;
}

.nopadleft {
  padding-left: 0;
}

.nopadright {
  padding-right: 0;
}

.padl30 {
  padding-left: 30px;
}

.padr30 {
  padding-right: 30px;
}

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

.pad15 {
  padding: 15px;
}

.pad30 {
  padding: 30px;
}

.pad40 {
  padding: 40px;
}

.pad50 {
  padding: 50px;
}

.pad75 {
  padding: 75px;
}

.pad100 {
  padding: 100px;
}

.pad6030 {
  padding: 60px 30px;
}

.pad030 {
  padding: 0 30px;
}

.padtb250 {
  padding-top: 250px;
  padding-bottom: 250px;
}

.padtb150 {
  padding-top: 150px;
  padding-bottom: 150px;
}

.padtb125 {
  padding-top: 125px;
  padding-bottom: 125px;
}

.padtb100 {
  padding-top: 100px;
  padding-bottom: 100px;
}

.padtb75 {
  padding-top: 75px;
  padding-bottom: 75px;
}

.padtb50 {
  padding-top: 50px;
  padding-bottom: 50px;
}

.padtb25 {
  padding-top: 25px;
  padding-bottom: 25px;
}

.padtb15 {
  padding-top: 15px;
  padding-bottom: 15px;
}

.padb250 {
  padding-bottom: 250px;
}

.padb200 {
  padding-bottom: 200px;
}

.padb150 {
  padding-bottom: 150px;
}

.padb125 {
  padding-bottom: 125px;
}

.padb100 {
  padding-bottom: 100px;
}

.padb75 {
  padding-bottom: 75px;
}

.padb50 {
  padding-bottom: 50px;
}

.padb25 {
  padding-bottom: 25px;
}

.padt200 {
  padding-top: 200px;
}

.padt150 {
  padding-top: 150px;
}

.padt125 {
  padding-top: 125px;
}

.padt100 {
  padding-top: 100px;
}

.padt75 {
  padding-top: 75px;
}

.padt50 {
  padding-top: 50px;
}

.padt25 {
  padding-top: 25px;
}

.padt10 {
  padding-top: 10px;
}

.martb100 {
  margin-top: 100px;
  margin-bottom: 100px;
}

.martb75 {
  margin-top: 75px;
  margin-bottom: 75px;
}

.martb50 {
  margin-top: 50px;
  margin-bottom: 50px;
}

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

.marb150 {
  margin-bottom: 150px;
}

.marb125 {
  margin-bottom: 125px;
}

.marb100 {
  margin-bottom: 100px;
}

.marb75 {
  margin-bottom: 75px;
}

.marb50 {
  margin-bottom: 50px;
}

.marb25 {
  margin-bottom: 25px;
}

.marb15 {
  margin-bottom: 15px;
}

.mart150 {
  margin-top: 150px;
}

.mart125 {
  margin-top: 125px;
}

.mart100 {
  margin-top: 100px;
}

.mart75 {
  margin-top: 75px;
}

.mart50 {
  margin-top: 50px;
}

.mart25 {
  margin-top: 25px;
}

.mart15 {
  margin-top: 15px;
}

@media (min-width: 768px) and (max-width: 991px) {
  .nopadsm {
    padding: 0;
  }
  .pad15sm {
    padding-left: 15px;
    padding-right: 15px;
  }
  .pad30sm {
    padding-left: 30px;
    padding-right: 30px;
  }
}
@media (max-width: 767px) {
  .nopadxs {
    padding: 0;
  }
  .nopadrxs {
    padding-right: 0 !important;
  }
  .pad15xs {
    padding-left: 15px !important;
    padding-right: 15px !important;
  }
  .pad30xs {
    padding-left: 30px;
    padding-right: 30px;
  }
  .padt0xs {
    padding-top: 0 !important;
  }
  .padt0xs {
    padding-bottom: 30px !important;
  }
  .nomarxs {
    margin: 0 !important;
  }
  .marb30xs {
    margin-bottom: 30px !important;
  }
  .martb30xs {
    margin-top: 30px !important;
    margin-bottom: 30px !important;
  }
}
@font-face {
  font-family: "Raleway";
  font-style: normal;
  font-weight: 300;
  src: url("./fonts/Raleway-Light.ttf");
}
@font-face {
  font-family: "Raleway";
  font-style: italic;
  font-weight: 300;
  src: url("./fonts/Raleway-LightItalic.ttf");
}
@font-face {
  font-family: "Raleway";
  font-style: normal;
  font-weight: 400;
  src: url("./fonts/Raleway-Regular.ttf");
}
@font-face {
  font-family: "Raleway";
  font-style: normal;
  font-weight: 700;
  src: url("./fonts/Raleway-Bold.ttf");
}
@font-face {
  font-family: "Raleway";
  font-style: italic;
  font-weight: 700;
  src: url("./fonts/Raleway-BoldItalic.ttf");
}
body {
  font-family: "Open Sans", "Trebuchet MS", "Lucida Sans Unicode", "Lucida Grande", "Lucida Sans", Arial, sans-serif;
  font-weight: 400;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-variant-numeric: lining-nums;
  -ms-font-feature-settings: "salt" on;
  -o-font-feature-settings: "salt" on;
  font-feature-settings: "salt" on;
  margin: 0;
}

.opensans {
  font-family: "Open Sans", "Trebuchet MS", "Lucida Sans Unicode", "Lucida Grande", "Lucida Sans", Arial, sans-serif;
}

.libre {
  font-family: "Libre Baskerville", "Trebuchet MS", "Lucida Sans Unicode", "Lucida Grande", "Lucida Sans", Arial, sans-serif;
}

h1.big, .h1.big {
  font-size: 52px;
  line-height: 68px;
}

h1, .h1 {
  font-size: 42px;
  line-height: 54px;
  font-weight: 500;
}

h2, .h2 {
  font-size: 32px;
  line-height: 42px;
}

h3, .h3 {
  font-size: 24px;
  line-height: 30px;
}

h4, .h4 {
  font-size: 22px;
  line-height: 30px;
}

h5, .h5 {
  font-size: 18px;
  line-height: 30px;
  font-weight: 500;
}

h6, .h6 {
  font-size: 18px;
  line-height: 26px;
  font-weight: 700;
}

h1.big, .h1.big, h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5, h6, .h6 {
  font-family: "Raleway", "Trebuchet MS", "Lucida Sans Unicode", "Lucida Grande", "Lucida Sans", Arial, sans-serif;
}

p, .p1, .single-post .blog-content ul, .single-post .blog-content ol {
  font-size: 18px;
  line-height: 28px;
}

.p2 {
  font-size: 16px;
  line-height: 24px;
}

.p3 {
  font-size: 14px;
  line-height: 20px;
}

.p4 {
  font-size: 12px;
  line-height: 20px;
}

.fw2 {
  font-weight: 200;
}

.fw3 {
  font-weight: 300;
}

.fw4 {
  font-weight: 400;
}

.fw5 {
  font-weight: 500;
}

.fw6 {
  font-weight: 600;
}

.fw7 {
  font-weight: 700;
}

.fw8 {
  font-weight: 800;
}

.fw9 {
  font-weight: 900;
}

@media (min-width: 768px) and (max-width: 1190px) {
  h1.big, .h1.big {
    font-size: 42px;
    line-height: 52px;
  }
  h1, .h1 {
    font-size: 36px;
    line-height: 48px;
  }
  h2, .h2 {
    font-size: 28px;
    line-height: 40px;
  }
  h3, .h3 {
    font-size: 21px;
    line-height: 28px;
  }
  h4, .h4 {
    font-size: 18px;
    line-height: 26px;
  }
  .p1 {
    font-size: 16px;
    line-height: 26px;
  }
  p, .p2, .single-post .blog-content ul, .single-post .blog-content ol {
    font-size: 14px;
    line-height: 27px;
  }
  .p3 {
    font-size: 16px;
    line-height: 20px;
    letter-spacing: 0;
  }
  .p4 {
    font-size: 13px;
    line-height: 18px;
  }
  .h1bigsm {
    font-size: 42px;
    line-height: 52px;
  }
  .h1sm {
    font-size: 36px;
    line-height: 48px;
  }
  .h2sm {
    font-size: 28px;
    line-height: 40px;
  }
  .h3sm {
    font-size: 21px;
    line-height: 28px;
  }
  .h4sm {
    font-size: 18px;
    line-height: 26px;
  }
  .p1sm {
    font-size: 16px;
    line-height: 26px;
  }
  .p2sm {
    font-size: 14px;
    line-height: 27px;
  }
  .p3sm {
    font-size: 16px;
    line-height: 20px;
    letter-spacing: 0;
  }
  .p4sm {
    font-size: 13px;
    line-height: 18px;
  }
}
@media (max-width: 767px) {
  h1.big, .h1.big, h2, .h2 {
    font-size: 22px;
    line-height: 30px;
  }
  h1, .h1 {
    font-size: 30px;
    line-height: 42px;
  }
  h3, .h3 {
    font-size: 18px;
    line-height: 24px;
  }
  h4, .h4 {
    font-size: 18px;
    line-height: 24px;
  }
  .p1, .p2 {
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0;
  }
  p, .p3, h6, .single-post .blog-content ul, .single-post .blog-content ol {
    font-size: 14px;
    line-height: 24px;
  }
  .p4 {
    font-size: 11px;
    line-height: 17px;
  }
  .h1.bigxs, .h2xs {
    font-size: 22px;
    line-height: 30px;
  }
  .h1xs {
    font-size: 42px;
    line-height: 52px;
  }
  .h3xs {
    font-size: 18px;
    line-height: 24px;
  }
  .h4xs {
    font-size: 18px;
    line-height: 24px;
  }
  .p1xs, .p2xs {
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0;
  }
  .p3xs, .h6xs {
    font-size: 14px;
    line-height: 24px;
  }
  .p4xs {
    font-size: 11px;
    line-height: 17px;
  }
}
.but {
  color: #FFF;
  background: #26455E;
  padding: 10px 20px;
  text-decoration: none;
  text-align: center;
  font-weight: 700;
  outline: none !important;
}

.but.but2 {
  color: #FFF;
  background: #346F7D;
  padding: 5px 10px;
}

.but.fw4 {
  font-weight: 400;
}

.but.full {
  display: block;
  width: 100%;
}

.but.fullbut {
  display: block;
}

.but:hover, .but:focus {
  color: #000;
  background: #E6E6E6;
}

.but.light {
  color: #F0F0F0;
  background: #bce2ee;
}

.but.light:hover, .but.light:focus {
  color: #26455E;
  background: #BEBEBE;
}

.but-container .but {
  display: inline-block;
}

.link {
  text-transform: uppercase;
  position: absolute;
  right: 15px;
  bottom: -3px;
}
.link svg {
  margin-left: 10px;
}
.link:hover, .link:focus {
  color: #26455E;
  text-decoration: none !important;
}
.link:hover svg path, .link:focus svg path {
  fill: #26455E;
}

@media (max-width: 767px) {
  .but {
    padding: 10px 20px;
  }
}
.headstart {
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
  position: fixed;
  top: initial;
  z-index: 1000;
  width: 100%;
  background: #FFF;
}

.header {
  font-family: "Raleway", -apple-system, BlinkMacSystemFont, "Segoe UI", Oxygen, Ubuntu, Cantarell, "Rubik", "Helvetica Neue", sans-serif;
  display: inline-block;
  background: #FFF;
  list-style: none;
  margin: 0 auto !important;
  padding: 30px 50px;
  color: #26455E;
  font-size: 21px;
  z-index: 2;
  top: 0;
  height: initial !important;
  display: block;
  padding: 0 15px;
  z-index: 9999999999;
}
.header ul {
  float: right;
}
.header ul li {
  display: inline-block;
  float: left;
  padding: 20px 0 20px 30px;
}
.header ul li a {
  display: block;
  position: relative;
  font-weight: 500;
  letter-spacing: 1px;
}
.header ul li a:hover {
  color: #bce2ee;
}
.header .logo {
  background: #FFF;
  display: block;
}
.header .logo img {
  display: block;
  float: left;
  padding: 0;
  width: 150px;
  padding: 20px 15px;
  background: #FFF;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
  box-shadow: 0 4px 4px rgba(0, 0, 0, 0.25);
}
.header .logo:hover img {
  background: #f0f7fd;
}
.header .menulist {
  margin-left: 160px;
}
.header .menulist ul li.current-menu-item a:after {
  content: "";
  background: #26455E;
  height: 4px;
  width: 30px;
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
  bottom: -8px;
}
.header .menulist ul li.current-menu-item.avoid a:after {
  display: none;
}
.header .menulist ul li.button {
  padding: 0;
  float: right;
  top: 10px;
}
.header .menulist ul li.button a {
  background: #26455E;
  transition: all 0.25s ease-in-out;
  color: #FFF;
  padding: 10px 50px;
  text-transform: uppercase;
}
.header .menulist ul li.button a:hover {
  background: #bce2ee;
  color: #FFF;
}
.header .menulist ul li {
  position: relative;
}
.header .menulist ul li .sub-menu {
  display: none;
  opacity: 0;
  position: absolute;
  background: #fff;
  padding: 0;
  min-width: 200px;
  margin-top: 20px;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
  float: right;
  right: 0;
}
.header .menulist ul li .sub-menu li {
  border-top: 1px solid #26455E;
  display: block;
  float: none;
  padding: 0;
}
.header .menulist ul li .sub-menu li a {
  padding: 10px 15px;
  color: #26455E;
}
.header .menulist ul li .sub-menu li.current-menu-item a {
  background: #bce2ee;
  color: #26455E;
  font-weight: 700;
}
.header .menulist ul li .sub-menu li:hover a {
  background: #bce2ee;
  color: #26455E;
}
.header .menulist ul li .sub-menu li:nth-child(1) {
  border-top: none;
}
.header .menulist ul li.menu-item-has-children {
  padding: 20px 15px 20px 30px;
}
.header .menulist ul li.menu-item-has-children:hover .sub-menu {
  display: block;
  animation: fadingin 0.5s ease-in-out forwards;
}
.header .menulist ul li.menu-item-has-children:after {
  content: "";
  height: 10px;
  width: 10px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 16 16'%3E%3Cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'%3E%3C/path%3E%3C/svg%3E");
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  position: absolute;
  right: -1px;
  top: 26px;
  transform: rotate(0deg);
  transition: all 0.25s ease-in-out;
}
.header .menulist ul li.menu-item-has-children:hover:after {
  transform: rotate(180deg);
}
.header .menulist ul li.menu-item-has-children:before {
  content: "";
  background: #cccccc;
  height: 15px;
  width: 15px;
  position: absolute;
  right: -3px;
  top: 23px;
  border-radius: 50%;
}

.header.container-fluid {
  width: 100%;
}

@keyframes fadingin {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .header .menulist ul li {
    padding: 20px 15px 20px 0;
  }
  .header .menulist ul li.button a {
    padding: 10px 20px;
  }
  .header .menulist ul li.current-menu-item a:after {
    width: 26px;
  }
}
@media (min-width: 768px) {
  .header.withbg {
    background: #FFF;
    box-shadow: 0 0 12px rgba(0, 0, 0, 0.1);
    height: initial;
  }
  .menulist {
    display: block !important;
  }
  .menulist ul {
    padding-left: 30px;
  }
  .header .logo img {
    width: 160px;
    margin: 0 0 -62px;
  }
  .home .header .menulist ul li.button {
    visibility: hidden;
    transition: all 0.5s ease-in-out;
  }
  .home .header .menulist ul li.button.active {
    visibility: visible;
  }
}
@media (max-width: 767px) {
  .headstart .header {
    padding: 10px 15px;
    width: 100%;
    box-shadow: none;
  }
  .headstart .header ul {
    float: initial;
    display: block;
    position: relative;
    padding: 0;
  }
  .headstart .header ul li {
    display: block;
    float: initial;
    padding: 0;
    width: 100%;
    padding: 17px 15px;
    text-align: center;
    letter-spacing: 1px;
    font-size: 15px;
    line-height: 21px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  }
  .headstart .header ul li.button {
    border: 0;
    padding: 5px 30px 30px;
  }
  .headstart .header ul li.button a {
    padding: 15px;
  }
  .headstart .header ul li.menu-item-has-children:before {
    right: 0px;
    top: 16px;
  }
  .headstart .header ul li.menu-item-has-children:after {
    right: 2px;
  }
  .headstart .header ul li.current-menu-item.avoid:after {
    display: none;
  }
  .headstart .header ul .submenu li.current-menu-item:after {
    width: calc(100vw - 30px);
    margin-left: -10px;
  }
  .headstart .header ul li.current-menu-item a {
    z-index: 2;
  }
  .headstart .header ul li.menu-item-has-children:hover .sub-menu {
    position: relative;
    min-width: 100%;
    float: none;
    box-shadow: none;
    border-left: 1px solid #26455E;
    margin: 10px 0;
    padding: 0;
  }
  .headstart .header ul li.menu-item-has-children:hover .sub-menu li {
    font-size: 13px;
    line-height: 18px;
    padding: 10px;
  }
  .headstart .header .menulist {
    display: none;
    margin-top: 50px;
    padding-left: 0;
    width: 100vw;
    margin: 38px -30px 0 -15px;
    padding: 0;
    float: none;
  }
  .headstart .header .logo img {
    width: auto;
    height: 60px;
    animation: none !important;
    opacity: 1 !important;
    margin: -10px 0;
    padding: 10px 0;
    box-shadow: none;
  }
  .headstart .header .social-icons {
    padding: 15px 0 25px;
    text-align: center;
  }
  .headstart .header .footersec {
    padding: 20px 15px;
    width: calc(100% + 30px);
    margin-left: -15px;
  }
  .headstart .header .footersec .bg5 {
    padding: 10px;
  }
  .headstart .header .footersec.bgoff {
    padding-bottom: 10px;
  }
  #menu-header {
    margin-top: 50px;
    border-top: 1px solid rgba(0, 0, 0, 0.1);
  }
  .hamburger {
    float: right;
  }
  .hamburger .nav-icon {
    padding-top: 6px;
  }
  .hamburger .nav-icon div {
    width: 30px;
    background-color: #26455E;
    border-radius: 3px;
    content: "";
    display: block;
    height: 3px;
    margin: 5px 0;
    transition: all 0.2s ease-in-out;
  }
  .header {
    transition: transform 0.5s ease-in-out;
    background: #FFF;
    padding-bottom: 10px;
    box-shadow: 0 0 12px rgba(0, 0, 0, 0.1);
  }
  .header.scroll-up {
    transform: translateY(-160px);
  }
  .header.scroll-up .menulist {
    display: none !important;
  }
  .header.scroll-up.scroll-stay {
    transform: none !important;
  }
  .opened .header {
    padding-bottom: 0;
    z-index: 5;
  }
  .opened .header .hamburger .nav-icon div:nth-child(1) {
    transform: translateY(8px) rotate(135deg);
  }
  .opened .header .hamburger .nav-icon div:nth-child(2) {
    transform: translateY(0px) rotate(-135deg);
  }
  .opened .header .hamburger .nav-icon div:nth-child(3) {
    transform: scale(0);
  }
  .opened .header-stopper {
    background: rgba(0, 0, 0, 0.1);
    height: 100vh;
    width: 100vw;
    position: fixed;
    top: 54px;
    z-index: 999;
  }
}
@media (max-width: 767px) {
  .header .social-icons a {
    padding-left: 15px;
    padding-right: 15px;
  }
  .header .social-icons a svg {
    width: 30px;
    height: 30px;
  }
}
@media (max-width: 320px) {
  .header .social-icons a svg {
    width: 25px;
    height: 25px;
  }
}
.single-post .back-to-parent .imgcont, .single-explorer .back-to-parent .imgcont, .page-template-default .back-to-parent .imgcont {
  width: 40px;
}
.single-post .back-to-parent .imgcont a img:hover, .single-explorer .back-to-parent .imgcont a img:hover, .page-template-default .back-to-parent .imgcont a img:hover {
  transform: rotate(45deg);
}

.wp-pagenavi {
  text-align: center;
  padding-top: 30px;
  font-size: 15px;
}
.wp-pagenavi a, .wp-pagenavi span {
  border: none !important;
  color: #26455E;
  background: #E6E6E6;
  padding: 7.5px 12.5px !important;
  font-weight: 700;
  margin: 4px;
  width: 45px;
  height: 45px;
}
.wp-pagenavi .first, .wp-pagenavi .last {
  border-radius: 5px;
}
.wp-pagenavi .page, .wp-pagenavi .extend, .wp-pagenavi .previouspostslink, .wp-pagenavi .nextpostslink, .wp-pagenavi .current {
  border-radius: 50%;
}
.wp-pagenavi .current, .wp-pagenavi a:hover {
  background: #bce2ee;
}
.wp-pagenavi .current {
  font-weight: 700 !important;
}
.wp-pagenavi .nextpostslink, .wp-pagenavi .prevpostslink {
  font-weight: 700;
}
.wp-pagenavi .pages {
  border: none !important;
  color: #E6E6E6;
  background: 0 0;
  text-transform: uppercase;
  letter-spacing: 1px;
}

.single-explorer .explorer-page-title .tags .tag {
  margin-right: 60px;
  float: left;
}
.single-explorer .explorer-page-title .tags .tag .icon {
  float: left;
  margin-right: 10px;
}
.single-explorer .explorer-page-title .tags .tag .icon img {
  width: 35px;
}
.single-explorer .explorer-page-title .tags .tag h5 {
  float: left;
  text-transform: uppercase;
  color: #26455E;
  margin: 0;
}
.single-explorer .explorer-page-description .explorer-sidebar {
  word-break: break-word;
}
.single-explorer .explorer-page-description .explorer-sidebar .model, .single-explorer .explorer-page-description .explorer-sidebar .innovation {
  position: relative;
}
.single-explorer .explorer-page-description .explorer-sidebar .model .icon, .single-explorer .explorer-page-description .explorer-sidebar .innovation .icon {
  position: absolute;
  top: 10px;
  left: -45px;
}
.single-explorer .explorer-page-description .explorer-sidebar .innovation .icon {
  position: absolute;
  top: 20px;
  left: -38px;
  width: 27px;
}

.blog-sidebar hr {
  border-color: #26455E;
  margin: 15px 0;
}
.blog-sidebar hr:nth-last-child(1) {
  display: none;
}

.single-post .blog-page-description .single-banner, .page-template-default .blog-page-description .single-banner {
  min-height: 50vh;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
.single-post .blog-page-description .featured-description, .page-template-default .blog-page-description .featured-description {
  box-shadow: 0 0 7px rgba(0, 0, 0, 0.1);
}
.single-post .blog-page-description .featured-description .single-banner, .page-template-default .blog-page-description .featured-description .single-banner {
  min-height: 500px;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
.single-post .blog-page-description .header-content, .page-template-default .blog-page-description .header-content {
  box-shadow: 0 0 7px rgba(0, 0, 0, 0.1);
  margin-top: -150px;
}
.single-post .blog-content-container .date, .page-template-default .blog-content-container .date {
  margin-bottom: 0;
}
.single-post .blog-content-container hr, .page-template-default .blog-content-container hr {
  border-color: #C4C4C4;
  margin: 40px 0;
}
.single-post .blog-content-container h1, .single-post .blog-content-container h2, .single-post .blog-content-container h3, .single-post .blog-content-container h4, .page-template-default .blog-content-container h1, .page-template-default .blog-content-container h2, .page-template-default .blog-content-container h3, .page-template-default .blog-content-container h4 {
  margin: 50px 0 10px;
  font-weight: 700;
}
.single-post .blog-content-container h1:nth-child(1), .single-post .blog-content-container h2:nth-child(1), .single-post .blog-content-container h3:nth-child(1), .single-post .blog-content-container h4:nth-child(1), .page-template-default .blog-content-container h1:nth-child(1), .page-template-default .blog-content-container h2:nth-child(1), .page-template-default .blog-content-container h3:nth-child(1), .page-template-default .blog-content-container h4:nth-child(1) {
  margin-top: 0;
}
.single-post .blog-content-container h3, .page-template-default .blog-content-container h3 {
  font-family: "Open Sans", "Trebuchet MS", "Lucida Sans Unicode", "Lucida Grande", "Lucida Sans", Arial, sans-serif;
  color: #000;
}
.single-post .blog-content-container ul, .single-post .blog-content-container ol, .page-template-default .blog-content-container ul, .page-template-default .blog-content-container ol {
  padding-left: 20px;
}
.single-post .blog-content-container p, .single-post .blog-content-container ul, .single-post .blog-content-container ol, .page-template-default .blog-content-container p, .page-template-default .blog-content-container ul, .page-template-default .blog-content-container ol {
  font-weight: 400;
  margin-bottom: 30px;
  color: #000;
}
.single-post .blog-content-container p li, .single-post .blog-content-container ul li, .single-post .blog-content-container ol li, .page-template-default .blog-content-container p li, .page-template-default .blog-content-container ul li, .page-template-default .blog-content-container ol li {
  margin-bottom: 10px;
}
.single-post .blog-content-container p a, .single-post .blog-content-container ul a, .single-post .blog-content-container ol a, .page-template-default .blog-content-container p a, .page-template-default .blog-content-container ul a, .page-template-default .blog-content-container ol a {
  font-weight: 600;
  text-decoration: underline !important;
  position: relative;
  z-index: 2;
}
.single-post .blog-content-container p a:hover, .single-post .blog-content-container ul a:hover, .single-post .blog-content-container ol a:hover, .page-template-default .blog-content-container p a:hover, .page-template-default .blog-content-container ul a:hover, .page-template-default .blog-content-container ol a:hover {
  background: #f0f7fd;
  text-decoration: none !important;
}
.single-post .blog-content-container p.wp-caption-text, .page-template-default .blog-content-container p.wp-caption-text {
  margin-top: -30px;
  text-align: center;
  font-size: 1.2em;
  color: #9a9a9a;
}
.single-post .blog-content-container .wp-caption, .page-template-default .blog-content-container .wp-caption {
  width: 100% !important;
}
.single-post .blog-content-container .wp-caption img, .page-template-default .blog-content-container .wp-caption img {
  width: 100%;
}
.single-post .blog-content-container img, .page-template-default .blog-content-container img {
  max-width: 100%;
  height: auto;
  margin: 50px 0;
  box-shadow: 0 4px 4px rgba(0, 0, 0, 0.25);
  background: #FFF;
  border-radius: 20px;
}
.single-post .blog-content-container img.size-full, .page-template-default .blog-content-container img.size-full {
  width: 100%;
}
.single-post .blog-content-container blockquote, .page-template-default .blog-content-container blockquote {
  color: #169998;
  display: block;
  border: none;
  padding: 30px 0;
  position: relative;
  text-align: center;
  font-family: "Libre Baskerville", "Trebuchet MS", "Lucida Sans Unicode", "Lucida Grande", "Lucida Sans", Arial, sans-serif;
}
.single-post .blog-content-container blockquote::before, .single-post .blog-content-container blockquote::after, .page-template-default .blog-content-container blockquote::before, .page-template-default .blog-content-container blockquote::after {
  font-family: "FontAwesome";
  position: absolute;
  color: #346F7D;
  font-size: 34px;
  top: 40%;
}
.single-post .blog-content-container blockquote::before, .page-template-default .blog-content-container blockquote::before {
  content: "\f10d";
  left: -45px;
}
.single-post .blog-content-container blockquote::after, .page-template-default .blog-content-container blockquote::after {
  content: "\f10e";
  right: -45px;
}
.single-post .blog-content-container blockquote p, .page-template-default .blog-content-container blockquote p {
  font-weight: 700;
}
.single-post .blog-content-container blockquote p:nth-last-child(1), .page-template-default .blog-content-container blockquote p:nth-last-child(1) {
  margin-bottom: 0;
}

.single-post .blog-content-container h2 {
  color: #169998;
}

@media (min-width: 992px) and (max-width: 1024px) {
  .single-post .blog-share .subscribe .wpcf7 input[type=submit], .page-template-default .blog-share .subscribe .wpcf7 input[type=submit] {
    padding: 12px 10px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .single-post .blog-content-container hr, .page-template-default .blog-content-container hr {
    margin: 30px 0;
  }
  .single-post .blog-content-container h3, .single-post .blog-content-container h4, .page-template-default .blog-content-container h3, .page-template-default .blog-content-container h4 {
    margin: 0 0 30px;
  }
  .single-post .blog-content-container img, .page-template-default .blog-content-container img {
    margin: 30px 0;
  }
  .single-post .blog-content-container p.wp-caption-text, .page-template-default .blog-content-container p.wp-caption-text {
    margin-top: -15px;
  }
  .single-post .blog-page-description, .page-template-default .blog-page-description {
    padding-bottom: 0;
  }
  .single-post .blog-page-description .featured-description .single-banner, .page-template-default .blog-page-description .featured-description .single-banner {
    min-height: 400px;
  }
  .single-post .blog-page-description .featured-header-content, .page-template-default .blog-page-description .featured-header-content {
    padding: 30px 10px;
    background: #F0F0F0;
  }
  .single-post .blog-page-description .featured-header-content .title, .page-template-default .blog-page-description .featured-header-content .title {
    padding-top: 0;
  }
  .single-post .blog-page-description .featured-header-content .author, .page-template-default .blog-page-description .featured-header-content .author {
    padding-top: 20px;
  }
}
@media (max-width: 767px) {
  .single-explorer .back-to-parent {
    padding-bottom: 30px;
  }
  .single-explorer .back-to-parent .imgcont {
    width: 30px;
  }
  .single-explorer .explorer-page-title {
    padding-top: 30px;
  }
  .single-explorer .explorer-page-description {
    padding-bottom: 30px;
  }
  .single-explorer .explorer-page-description .description-row {
    margin-left: 15px;
    margin-right: 15px;
    padding: 40px 0;
  }
  .single-explorer .explorer-page-description .description-row .content {
    padding-left: 0;
    padding-right: 0;
  }
  .single-explorer .explorer-page-description .description-row .content .p1.marb75 {
    margin-bottom: 50px;
  }
  .single-explorer .explorer-page-description .description-row .explorer-sidebar {
    margin-top: 50px;
  }
  .single-explorer .explorer-page-description .description-row .explorer-sidebar .model .icon, .single-explorer .explorer-page-description .description-row .explorer-sidebar .innovation .icon {
    display: none;
  }
  .single-post .blog-page-description, .page-template-default .blog-page-description {
    padding-bottom: 20px;
  }
  .single-post .blog-page-description .featured-description .single-banner, .page-template-default .blog-page-description .featured-description .single-banner {
    min-height: 250px;
  }
  .single-post .blog-page-description .featured-header-content, .page-template-default .blog-page-description .featured-header-content {
    padding: 30px 10px;
    background: #F0F0F0;
  }
  .single-post .blog-page-description .featured-header-content .title, .page-template-default .blog-page-description .featured-header-content .title {
    padding-top: 0;
  }
  .single-post .blog-page-description .featured-header-content .author, .page-template-default .blog-page-description .featured-header-content .author {
    padding-top: 20px;
  }
  .single-post .header-content, .page-template-default .header-content {
    padding: 20px;
    background-color: #bce2ee;
  }
  .single-post .header-content .subtitle, .page-template-default .header-content .subtitle {
    padding-bottom: 25px;
  }
  .single-post .header-content .sharing, .page-template-default .header-content .sharing {
    text-align: center;
  }
  .single-post .header-content .sharing .social-icons, .page-template-default .header-content .sharing .social-icons {
    text-align: left;
  }
  .single-post .blog-content, .page-template-default .blog-content {
    padding-top: 0;
  }
  .single-post .back-to-parent, .page-template-default .back-to-parent {
    padding: 0;
  }
  .single-post .back-to-parent .imgcont, .page-template-default .back-to-parent .imgcont {
    width: 30px;
  }
  .single-post .date, .page-template-default .date {
    padding-bottom: 25px;
  }
  .single-post .description .work-side, .page-template-default .description .work-side {
    padding-top: 30px;
  }
  .single-post .blog-content-container, .page-template-default .blog-content-container {
    padding-top: 25px;
  }
  .single-post .blog-content-container hr, .page-template-default .blog-content-container hr {
    margin: 20px 0;
  }
  .single-post .blog-content-container img, .page-template-default .blog-content-container img {
    max-width: 100%;
    width: 100%;
    height: auto;
    margin: 20px 0;
  }
  .single-post .blog-content-container blockquote, .page-template-default .blog-content-container blockquote {
    width: 100%;
    margin: 20px 0;
  }
  .single-post .blog-content-container p.wp-caption-text, .page-template-default .blog-content-container p.wp-caption-text {
    margin-top: 0;
  }
}
.wpcf7 .padless {
  padding-left: 7.5px;
  padding-right: 7.5px;
}
.wpcf7 hr {
  border-color: #000;
}
.wpcf7 label {
  font-size: 12px;
  color: #ABABB6;
  font-weight: 400;
}
.wpcf7 input {
  color: #26455E;
  font-weight: 400;
  width: 100%;
  padding: 0 0 5px;
  font-size: 14px;
  line-height: 14px;
  border: none;
  padding: 15px 20px;
  background: #FFF;
}
.wpcf7 input:hover {
  border-color: #3c3c3b;
  outline: none !important;
}
.wpcf7 input:focus {
  border-color: #3c3c3b;
  outline: none !important;
}
.wpcf7 select {
  color: #000;
  font-weight: 600;
  width: 100%;
  padding: 15px;
  font-size: 13px;
  line-height: 14px;
  border: none;
  border-radius: 20px !important;
  background: #FFF;
  letter-spacing: 0.5px;
  min-height: 51px;
  height: 51px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-size: 14px;
  background-image: url(img/dropdown.svg) !important;
  background-repeat: no-repeat !important;
  background-position: right 15px center !important;
  text-transform: uppercase;
  text-overflow: "";
  text-indent: 0.01px;
  text-overflow: "";
}
.wpcf7 select:hover {
  border-color: #3c3c3b;
  outline: none !important;
}
.wpcf7 select:focus {
  border-color: #3c3c3b;
  outline: none !important;
}
.wpcf7 select option {
  text-transform: initial !important;
}
.wpcf7 select:invalid {
  color: rgba(0, 0, 0, 0.2);
}
.wpcf7 select::-ms-expand {
  display: none;
}
.wpcf7 input.active, .wpcf7 select.active {
  border-color: #3c3c3b;
  color: #000 !important;
}
.wpcf7 textarea {
  color: #26455E;
  font-weight: 400;
  width: 100%;
  padding: 15px;
  font-size: 13px;
  line-height: 14px;
  border: none;
  border-radius: 20px !important;
  background: none;
  letter-spacing: 0.5px;
  background: #FFF;
  padding: 20px;
  resize: none;
}
.wpcf7 textarea:hover {
  border-color: #3c3c3b;
  outline: none !important;
}
.wpcf7 textarea:focus {
  border-color: #3c3c3b;
  outline: none !important;
}
.wpcf7 textarea.whitetext {
  background: #FFF;
  border: 2px solid #FFF;
}
.wpcf7 .wpcf7-form-control-wrap {
  padding-bottom: 25px;
  display: block;
}
.wpcf7 ::-webkit-input-placeholder {
  color: #26455E;
  opacity: 0.8;
}
.wpcf7 :-moz-placeholder {
  color: #26455E;
  opacity: 0.8;
}
.wpcf7 ::-moz-placeholder {
  color: #26455E;
  opacity: 0.8;
}
.wpcf7 :-ms-input-placeholder {
  color: #26455E;
  opacity: 0.8;
}
.wpcf7 input[type=number]::-webkit-inner-spin-button {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  margin: 0;
}
.wpcf7 input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  margin: 0;
}
.wpcf7 input[type=submit] {
  font-size: 15px;
  line-height: 18px;
  letter-spacing: 1px;
  text-decoration: none;
  text-align: center;
  border-radius: 0;
  border: none !important;
  color: #26455E;
  background: #bce2ee;
  width: 100%;
  padding: 15.5px;
}
.wpcf7 input[type=submit]:focus, .wpcf7 input[type=submit]:hover {
  background: #E6E6E6;
  color: #26455E;
}
.wpcf7 input[type=submit].alternate {
  background: #26455E;
  color: #FFF;
  padding: 17.5px;
}
.wpcf7 input[type=submit].alternate:focus, .wpcf7 input[type=submit].alternate:hover {
  color: #26455E;
  background: #bce2ee;
}
.wpcf7 input[type=submit].blocked {
  width: 100%;
}
.wpcf7 .wpcf7-response-output {
  margin: 25px 0 10px !important;
  text-align: left;
  width: 100% !important;
  position: relative !important;
  min-height: 1px;
  font-size: 18px;
  float: left !important;
  border: none !important;
  background: #FFF !important;
  padding: 20px !important;
  border-radius: 20px !important;
}
.wpcf7 .wpcf7-not-valid {
  border-color: rgba(231, 43, 66, 0.4);
}
.wpcf7 .wpcf7-not-valid:hover::-moz-placeholder {
  color: #000;
}
.wpcf7 .wpcf7-not-valid:hover::placeholder {
  color: #000;
}
.wpcf7 .wpcf7-not-valid:hover:-ms-input-placeholder {
  color: #000;
}
.wpcf7 .wpcf7-not-valid:hover::-ms-input-placeholder {
  color: #000;
}
.wpcf7 .needed {
  padding-bottom: 40px;
}
.wpcf7 .needed:after {
  content: "Please enter this field";
  position: absolute;
  left: 0;
  color: rgba(231, 43, 66, 0.4);
  bottom: 20px;
  font-size: 11px;
}
.wpcf7 select.wpcf7-not-valid {
  background-image: url(img/dropdown-err.svg) !important;
}
.wpcf7 select.wpcf7-not-valid:hover {
  color: #000;
  background-image: url(img/dropdown.svg) !important;
}
.wpcf7 span.wpcf7-not-valid-tip {
  display: none;
}
.wpcf7 .ajax-loader {
  margin: 0 0 0 10px;
  float: right;
}
.wpcf7 .wpcf7-radio .wpcf7-list-item {
  margin: 0 10px 10px 0;
}
.wpcf7 .wpcf7-radio .wpcf7-list-item.col-xs-12 {
  margin: 0 0 10px 0;
}
.wpcf7 .wpcf7-radio .wpcf7-list-item.col-xs-12 label {
  width: 100%;
  display: block;
}
.wpcf7 .wpcf7-radio .wpcf7-list-item.col-xs-12 .wpcf7-list-item-label {
  width: 100%;
  display: block;
  text-align: center;
}
.wpcf7 .wpcf7-radio .wpcf7-list-item.col-xs-12.nopadleft {
  padding-right: 7.5px;
}
.wpcf7 .wpcf7-radio .wpcf7-list-item.col-xs-12.nopadright {
  padding-left: 7.5px;
}
.wpcf7 .wpcf7-radio input[type=radio] {
  display: none;
}
.wpcf7 .wpcf7-radio input[type=radio]:checked + .wpcf7-list-item-label {
  background: #D5F7FF;
}
.wpcf7 .wpcf7-radio .wpcf7-list-item-label {
  padding: 8px 20px;
  font-size: 11px;
  line-height: 14px;
  letter-spacing: 0.5px;
  background: #f3f3f3;
  cursor: pointer;
  text-transform: uppercase;
  display: inline-block;
}
.wpcf7 .wpcf7-radio .wpcf7-list-item-label:hover {
  background: #D5F7FF;
}
.wpcf7 .wpcf7-radio .wpcf7-list-item-label:focus {
  background: #D5F7FF;
}
.wpcf7 .buttlist .wpcf7-list-item {
  margin: 0 10px 10px 0;
}
.wpcf7 .buttlist button {
  padding: 14.5px 20px;
  font-size: 13px;
  line-height: 16px;
  letter-spacing: 0.5px;
  background: #F6F6F6;
  cursor: pointer;
  text-transform: uppercase;
  display: inline-block;
  outline: none !important;
}
.wpcf7 .buttlist button:hover {
  background: #59DEFF;
  color: #000;
}
.wpcf7 .buttlist button:focus {
  background: #59DEFF;
  color: #000;
}
.wpcf7 .buttlist button.checked {
  background: #59DEFF;
  color: #000;
}
.wpcf7 .buttlist.col-xs-12 {
  padding: 10px 0 0 0;
}
.wpcf7 .buttlist.col-xs-12 .wpcf7-list-item {
  margin: 0 0 10px 0;
  width: 100%;
}
.wpcf7 .buttlist.col-xs-12 button {
  width: 100%;
}

@media (min-width: 992px) and (max-width: 1199px) {
  .wpcf7 input {
    font-size: 11px;
    line-height: 13px;
  }
  .wpcf7 select {
    font-size: 11px;
    line-height: 13px;
  }
  .wpcf7 textarea {
    font-size: 11px;
    line-height: 13px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .wpcf7 .nopadsm {
    padding-left: 0;
    padding-right: 0;
  }
  .wpcf7 .nopadlsm {
    padding-left: 0;
    padding-right: 7.5px;
  }
  .wpcf7 .nopadrsm {
    padding-left: 7.5px;
    padding-right: 0;
  }
}
@media (max-width: 767px) {
  .wpcf7 .wpcf7-form-control-wrap {
    padding-bottom: 15px;
  }
  .wpcf7 .nopadleft {
    padding-right: 0;
  }
  .wpcf7 .nopadright {
    padding-left: 0;
  }
  .wpcf7 div.padt25.submitter {
    padding-top: 0;
  }
  .wpcf7 input:not[type=checkbox] {
    padding: 15px 20px;
    box-shadow: none !important;
    -webkit-appearance: none;
  }
  .wpcf7 select {
    padding: 15px 20px;
    box-shadow: none !important;
    -webkit-appearance: none;
  }
  .wpcf7 textarea {
    padding: 15px 20px;
    box-shadow: none !important;
    -webkit-appearance: none;
    margin-top: 0;
  }
  .wpcf7 input[type=submit] {
    width: 100%;
    padding: 15px 20px;
  }
  .wpcf7 .wpcf7-response-output {
    float: none;
    margin: 25px 0 10px;
    text-align: left;
    font-size: 16px;
  }
}
.page-container {
  padding-top: 64px;
}

#shivam-soni-dev-loader {
  position: fixed;
  width: 100%;
  height: 100vh;
  background: #fff;
  z-index: 9999;
}
#shivam-soni-dev-loader .spinner {
  position: absolute;
  top: calc(50% - 32.5px);
  left: calc(50% - 32.5px);
  animation: rotator 1.4s linear infinite;
}
#shivam-soni-dev-loader .spinner .path {
  stroke-dasharray: 187;
  stroke-dashoffset: 0;
  transform-origin: center;
  stroke: #26455E;
  animation: dash 1.4s ease-in-out infinite;
}

.cardshadow30 {
  padding: 30px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.15);
}

@keyframes rotator {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(270deg);
  }
}
@keyframes dash {
  0% {
    stroke-dashoffset: 187;
  }
  50% {
    stroke-dashoffset: 46.75;
    transform: rotate(135deg);
  }
  100% {
    stroke-dashoffset: 187;
    transform: rotate(450deg);
  }
}
.flexbox {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.circle-loader {
  position: relative;
  width: auto;
  height: auto;
}
.circle-loader div {
  height: 10px;
  width: 10px;
  background-color: #346F7D;
  border-radius: 50%;
  position: absolute;
  animation: 0.8s opaque ease-in-out infinite both;
}
.circle-loader div:nth-child(1) {
  top: -25px;
  left: 0;
}
.circle-loader div:nth-child(2) {
  top: -17px;
  left: 17px;
  animation-delay: 0.1s;
}
.circle-loader div:nth-child(3) {
  top: 0;
  left: 25px;
  animation-delay: 0.2s;
}
.circle-loader div:nth-child(4) {
  top: 17px;
  left: 17px;
  animation-delay: 0.3s;
}
.circle-loader div:nth-child(5) {
  top: 25px;
  left: 0;
  animation-delay: 0.4s;
}
.circle-loader div:nth-child(6) {
  top: 17px;
  left: -17px;
  animation-delay: 0.5s;
}
.circle-loader div:nth-child(7) {
  top: 0;
  left: -25px;
  animation-delay: 0.6s;
}
.circle-loader div:nth-child(8) {
  top: -17px;
  left: -17px;
  animation-delay: 0.7s;
}

@keyframes opaque {
  0% {
    opacity: 0.1;
  }
  40% {
    opacity: 1;
  }
  80% {
    opacity: 0.1;
  }
  100% {
    opacity: 0.1;
  }
}
.card30 {
  padding: 30px;
  box-shadow: 0 4px 4px rgba(0, 0, 0, 0.25);
}

.card50 {
  padding: 50px;
  box-shadow: 0 4px 4px rgba(0, 0, 0, 0.25);
}

.icon {
  width: 40px;
}
.icon img {
  width: 100%;
}

.table-responsive.bootstrap {
  margin-bottom: 0;
}
.table-responsive.bootstrap table {
  margin-bottom: 0;
}

.borr {
  border: 2.5px solid #BEBEBE;
}

.borramsterdam {
  border: 2.5px solid #169998;
}

.home .banner {
  padding-bottom: 45px;
}
.home .banner .imgcontainer {
  height: 70vh;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  background-image: url("./img/home-banner-image.jpg");
}
.home .banner .banner-content .textual {
  border: 5px solid #346F7D;
  margin-top: -79px;
}
.home .banner .banner-content .textual .butcontainer {
  margin-bottom: -45px;
}
.home .banner .banner-content .textual .but {
  background: #346F7D;
  color: #fff;
  padding: 17.5px 35px;
  position: relative;
  border-radius: 4px;
}
.home .banner .banner-content .textual .but span, .home .banner .banner-content .textual .but img {
  z-index: 20;
}
.home .banner .banner-content .textual .but img {
  width: 20px;
  margin-top: -2px;
}
.home .banner .banner-content .textual .but:hover {
  transform: scale(1.05);
}
.home .services .service-content .highlight {
  border-radius: 20px;
  box-shadow: -20px 20px #f4efe9;
}
.home .economy .backround {
  content: "";
  height: 100%;
  background: #f0f7fd;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
}
.home .economy .content {
  z-index: 10;
}
.home .economy .image-container {
  z-index: 10;
  border-radius: 20px;
  content: "";
  background-image: url("./img/home-data-economy.jpg");
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.25);
}
.home .stewardship .content {
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  background-image: url("./img/home-stewardship-video.jpg");
  border-radius: 20px;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.25);
}
.home .stewardship .content img {
  width: 50px;
  cursor: pointer;
}
.home .stewardship .content img:hover {
  transform: scale(1.25);
}
.home .stewardship .content.active {
  padding: 0;
}
.home .resources-explorer .bgww, .home .resources-explorer .bg-light-blue {
  border-radius: 5px;
}
.home .resources-explorer .bgww::after, .home .resources-explorer .bg-light-blue::after {
  content: "";
  height: 60px;
  width: 60px;
  position: absolute;
  top: 50px;
  right: 50px;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
.home .resources-explorer .bgww {
  border: 1px solid #bce2ee;
  box-shadow: 10px 10px 0 #bce2ee;
}
.home .resources-explorer .bgww::after {
  background-image: url("./img/what-takes-icon.svg");
}
.home .resources-explorer .bg-light-blue::after {
  background-image: url("./img/home-steward-icon.svg");
}
.home .resources-explorer .speaker {
  margin-right: 15px;
  padding-left: 5px;
  cursor: pointer;
  display: inline-block;
  margin-bottom: 15px;
}
.home .resources-explorer .speaker img {
  width: 30px;
  border-radius: 50%;
}
.home .resources-explorer .speaker p {
  background: #bce2ee;
  border-radius: 25px;
  display: inline-block;
  margin: 0;
  padding: 5px 15px;
}
.home .resources-explorer .speaker:nth-last-child(1) {
  margin-bottom: 0;
}
.home .resources-explorer .but {
  padding: 17.5px 35px;
  position: relative;
  border-radius: 4px;
}
.home .resources-explorer .but::before {
  content: "";
  height: 20px;
  width: 20px;
  position: absolute;
  left: 20px;
  top: 17px;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  background-image: url("./img/loupe.svg");
}
.home .resources-explorer .but:hover, .home .resources-explorer .but:focus {
  background: #346F7D;
  color: #FFF;
}
.home .resources-explorer .but.teal {
  background: #346F7D;
  color: #fff;
}
.home .resources-explorer .but.teal:hover, .home .resources-explorer .but.teal:focus {
  background: #bce2ee;
  color: #26455E;
}
.home .omidyar a:hover .bg-lighter-blue {
  background: #F0F0F0;
}

.home .featured-work .single-card, .home .featured-videos .single-card, .single-post .featured-work .single-card, .single-post .featured-videos .single-card, .page-template-our-work .featured-work .single-card, .page-template-our-work .featured-videos .single-card {
  transition: opacity 0.25s ease-in-out;
}
.home .featured-work .single-card:nth-child(2), .home .featured-videos .single-card:nth-child(2), .single-post .featured-work .single-card:nth-child(2), .single-post .featured-videos .single-card:nth-child(2), .page-template-our-work .featured-work .single-card:nth-child(2), .page-template-our-work .featured-videos .single-card:nth-child(2) {
  transition-delay: 0.2s;
}
.home .featured-work .single-card:nth-child(3), .home .featured-videos .single-card:nth-child(3), .single-post .featured-work .single-card:nth-child(3), .single-post .featured-videos .single-card:nth-child(3), .page-template-our-work .featured-work .single-card:nth-child(3), .page-template-our-work .featured-videos .single-card:nth-child(3) {
  transition-delay: 0.4s;
}
.home .featured-work .single-card .imgcont, .home .featured-videos .single-card .imgcont, .single-post .featured-work .single-card .imgcont, .single-post .featured-videos .single-card .imgcont, .page-template-our-work .featured-work .single-card .imgcont, .page-template-our-work .featured-videos .single-card .imgcont {
  height: 200px;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  background-color: #000;
  border-radius: 3px;
  border: 1px solid #BEBEBE;
  overflow: hidden;
}
.home .featured-work .single-card .text-card, .home .featured-videos .single-card .text-card, .single-post .featured-work .single-card .text-card, .single-post .featured-videos .single-card .text-card, .page-template-our-work .featured-work .single-card .text-card, .page-template-our-work .featured-videos .single-card .text-card {
  z-index: 2;
  position: relative;
  transition: transform 0.25s ease-in-out;
}
.home .featured-work a, .single-post .featured-work a, .page-template-our-work .featured-work a {
  position: relative;
  display: block;
}
.home .featured-work .single-card .imgcont, .single-post .featured-work .single-card .imgcont, .page-template-our-work .featured-work .single-card .imgcont {
  height: 400px;
  border: none;
  box-shadow: 10px -10px 0 rgba(228, 219, 204, 0.5), 5px -5px 0 rgba(228, 219, 204, 0.8);
}

.home .featured-videos .single-card a:hover, .home .featured-videos .single-card a:focus, .page-template-videos .featured-videos .single-card a:hover, .page-template-videos .featured-videos .single-card a:focus {
  color: initial;
  text-decoration: none !important;
}
.home .featured-videos .swiper-container .swiper-pagination-bullet, .page-template-videos .featured-videos .swiper-container .swiper-pagination-bullet {
  background: #26455E;
}
.home .featured-videos .single-card .imgcont, .page-template-videos .featured-videos .single-card .imgcont {
  margin-bottom: 20px;
}
.home .featured-videos .single-card .imgcont::before, .page-template-videos .featured-videos .single-card .imgcont::before {
  content: "";
  position: absolute;
  bottom: 15px;
  left: 15px;
  height: 20px;
  width: 37px;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  background-image: url("./img/icon-video.svg");
}

.page-template-videos .featured-videos .single-card .imgcont {
  z-index: 3;
  height: 225px;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  border: 1px solid #E6E6E6;
}
.page-template-videos .featured-videos .single-card .imgcont::before {
  z-index: 2;
  bottom: calc(50% - 25px);
  left: calc(50% - 25px);
  height: 50px;
  width: 50px;
  background-image: url("./img/play-icon-videos.svg");
}

.page-template-our-work .work-sidebar .sidebar .content, .page-template-explorer .work-sidebar .sidebar .content, .page-template-resources .work-sidebar .sidebar .content, .single-post .work-sidebar .sidebar .content {
  padding-right: 20px;
  max-height: 45vh;
  overflow-y: scroll;
  z-index: 2;
}
.page-template-our-work .work-sidebar .sidebar .content::-webkit-scrollbar-thumb, .page-template-explorer .work-sidebar .sidebar .content::-webkit-scrollbar-thumb, .page-template-resources .work-sidebar .sidebar .content::-webkit-scrollbar-thumb, .single-post .work-sidebar .sidebar .content::-webkit-scrollbar-thumb {
  background-color: #26455E;
}
.page-template-our-work .work-sidebar .sidebar .content::-webkit-scrollbar-thumb, .page-template-our-work .work-sidebar .sidebar .content::-webkit-scrollbar, .page-template-our-work .work-sidebar .sidebar .content::-webkit-scrollbar-track, .page-template-explorer .work-sidebar .sidebar .content::-webkit-scrollbar-thumb, .page-template-explorer .work-sidebar .sidebar .content::-webkit-scrollbar, .page-template-explorer .work-sidebar .sidebar .content::-webkit-scrollbar-track, .page-template-resources .work-sidebar .sidebar .content::-webkit-scrollbar-thumb, .page-template-resources .work-sidebar .sidebar .content::-webkit-scrollbar, .page-template-resources .work-sidebar .sidebar .content::-webkit-scrollbar-track, .single-post .work-sidebar .sidebar .content::-webkit-scrollbar-thumb, .single-post .work-sidebar .sidebar .content::-webkit-scrollbar, .single-post .work-sidebar .sidebar .content::-webkit-scrollbar-track {
  border-radius: 10px;
}
.page-template-our-work .work-sidebar .sidebar .content a, .page-template-explorer .work-sidebar .sidebar .content a, .page-template-resources .work-sidebar .sidebar .content a, .single-post .work-sidebar .sidebar .content a {
  display: block;
}
.page-template-our-work .work-sidebar .sidebar .content a:hover, .page-template-our-work .work-sidebar .sidebar .content a:focus, .page-template-explorer .work-sidebar .sidebar .content a:hover, .page-template-explorer .work-sidebar .sidebar .content a:focus, .page-template-resources .work-sidebar .sidebar .content a:hover, .page-template-resources .work-sidebar .sidebar .content a:focus, .single-post .work-sidebar .sidebar .content a:hover, .single-post .work-sidebar .sidebar .content a:focus {
  text-decoration: none !important;
}
.page-template-our-work .work-sidebar .sidebar .content a:hover p, .page-template-our-work .work-sidebar .sidebar .content a:focus p, .page-template-explorer .work-sidebar .sidebar .content a:hover p, .page-template-explorer .work-sidebar .sidebar .content a:focus p, .page-template-resources .work-sidebar .sidebar .content a:hover p, .page-template-resources .work-sidebar .sidebar .content a:focus p, .single-post .work-sidebar .sidebar .content a:hover p, .single-post .work-sidebar .sidebar .content a:focus p {
  color: #000;
}
.page-template-our-work .work-sidebar .sidebar .content hr, .page-template-explorer .work-sidebar .sidebar .content hr, .page-template-resources .work-sidebar .sidebar .content hr, .single-post .work-sidebar .sidebar .content hr {
  border-color: #26455E;
  margin: 15px 0;
}
.page-template-our-work .work-sidebar .sidebar .content hr:nth-last-child(1), .page-template-explorer .work-sidebar .sidebar .content hr:nth-last-child(1), .page-template-resources .work-sidebar .sidebar .content hr:nth-last-child(1), .single-post .work-sidebar .sidebar .content hr:nth-last-child(1) {
  display: none;
}
.page-template-our-work .work-sidebar.stickied, .page-template-explorer .work-sidebar.stickied, .page-template-resources .work-sidebar.stickied, .single-post .work-sidebar.stickied {
  position: fixed;
}

.page-template-our-work .featured-card {
  box-shadow: 0 0 7px rgba(0, 0, 0, 0.3);
}
.page-template-our-work .featured-card .imgcont {
  height: 400px;
  box-shadow: none;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
.page-template-our-work .featured-work .single-card .imgcont {
  height: 225px;
  box-shadow: none;
}
.page-template-our-work .featured-work .swiper-pagination {
  text-align: right;
}
.page-template-our-work .featured-work .swiper-pagination-bullet {
  width: 30px;
  height: 30px;
  text-align: center;
  line-height: 20px;
  font-size: 14px;
  color: #000;
  opacity: 1;
  background: #F0F0F0;
  padding-top: 5px;
}
.page-template-our-work .featured-work .swiper-pagination-bullet-active {
  color: #26455E;
  background: #bce2ee;
}
.page-template-our-work .work-content .single-card .description-card-link {
  position: relative;
  display: block;
}
.page-template-our-work .work-content .single-card .description-card-link:after {
  content: "";
  z-index: 1;
  border-radius: 20px;
  position: absolute;
  background: #bce2ee;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
.page-template-our-work .work-content .single-card .description-card-link:hover {
  text-decoration: none !important;
}
.page-template-our-work .work-content .single-card .description-card-link:hover .description-card {
  transform: translateX(10px) translateY(-10px);
}
.page-template-our-work .work-content .single-card .description-card {
  border: 1px solid #BEBEBE;
  padding-bottom: 125px;
  z-index: 2;
  transition: transform 0.25s ease-in-out;
}
.page-template-our-work .work-content .single-card .description-card .link {
  bottom: 15px;
  right: 23px;
  color: #26455E;
}
.page-template-our-work .work-content .single-card .description-card .link svg path {
  fill: #26455E;
}
.page-template-our-work .work-content .single-card .description-card .link:hover, .page-template-our-work .work-content .single-card .description-card .link:focus {
  color: #000;
}
.page-template-our-work .work-content .single-card .description-card .link:hover svg path, .page-template-our-work .work-content .single-card .description-card .link:focus svg path {
  fill: #000;
}

.page-template-explorer .work-sidebar .reset, .page-template-resources .work-sidebar .reset {
  background: #26455E;
  color: #FFF;
  float: right;
  padding: 5px 10px;
  text-transform: capitalize;
  border-radius: 20px;
  font-size: 16px;
  cursor: pointer;
}
.page-template-explorer .work-sidebar .reset img, .page-template-resources .work-sidebar .reset img {
  width: 15px;
  margin-left: 10px;
  margin: -2px 0 0 5px;
  transition: all 0.5s ease-in-out;
}
.page-template-explorer .work-sidebar .reset:hover, .page-template-resources .work-sidebar .reset:hover {
  background: #000;
}
.page-template-explorer .work-sidebar .reset:hover img, .page-template-resources .work-sidebar .reset:hover img {
  transform: rotate(360deg);
}
.page-template-explorer .work-sidebar .sidebar-container .sidebar-drop .sidebar, .page-template-resources .work-sidebar .sidebar-container .sidebar-drop .sidebar {
  display: none;
}
.page-template-explorer .work-sidebar .sidebar-container .sidebar-drop .sidebar-toggler-title, .page-template-resources .work-sidebar .sidebar-container .sidebar-drop .sidebar-toggler-title {
  cursor: pointer;
}
.page-template-explorer .work-sidebar .sidebar-container .sidebar-drop .sidebar-toggler-title::after, .page-template-resources .work-sidebar .sidebar-container .sidebar-drop .sidebar-toggler-title::after {
  content: "";
  height: 9px;
  width: 25px;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url("./img/down-arrow-white.svg");
  position: absolute;
  right: 15px;
  top: 25px;
  transition: all 0.25s ease-in-out;
}
.page-template-explorer .work-sidebar .sidebar-container .sidebar-drop.active .sidebar, .page-template-resources .work-sidebar .sidebar-container .sidebar-drop.active .sidebar {
  display: block;
}
.page-template-explorer .work-sidebar .sidebar-container .sidebar-drop.active .sidebar-toggler-title::after, .page-template-resources .work-sidebar .sidebar-container .sidebar-drop.active .sidebar-toggler-title::after {
  transform: rotate(180deg);
}
.page-template-explorer .work-sidebar .sidebar-container .sidebar .content, .page-template-resources .work-sidebar .sidebar-container .sidebar .content {
  max-height: 200px;
  padding-right: 9px;
}
.page-template-explorer .work-sidebar .sidebar-container .sidebar .content .sidebar-toggler, .page-template-resources .work-sidebar .sidebar-container .sidebar .content .sidebar-toggler {
  cursor: pointer;
}
.page-template-explorer .work-sidebar .sidebar-container .sidebar .content .sidebar-toggler .icon, .page-template-resources .work-sidebar .sidebar-container .sidebar .content .sidebar-toggler .icon {
  display: block;
  padding-left: 0;
  padding-right: 8px;
}
.page-template-explorer .work-sidebar .sidebar-container .sidebar .content .sidebar-toggler .text, .page-template-resources .work-sidebar .sidebar-container .sidebar .content .sidebar-toggler .text {
  display: block;
  padding: 7.5px 0 0;
}
.page-template-explorer .work-sidebar .sidebar-container .sidebar .content .sidebar-toggler .text.too-long, .page-template-resources .work-sidebar .sidebar-container .sidebar .content .sidebar-toggler .text.too-long {
  padding: 0;
}
.page-template-explorer .work-sidebar .sidebar-container .sidebar .content .sidebar-toggler.active, .page-template-resources .work-sidebar .sidebar-container .sidebar .content .sidebar-toggler.active {
  padding: 5px;
  border: 1px solid #BEBEBE;
  border-radius: 20px;
  background: #E6E6E6;
}
.page-template-explorer .work-sidebar .sidebar-container .sidebar.dont-expand .content, .page-template-resources .work-sidebar .sidebar-container .sidebar.dont-expand .content {
  max-height: initial;
  overflow: initial;
  padding-right: 0;
}
.page-template-explorer .work-sidebar .sidebar-container .sidebar.dont-expand .content .sidebar-toggler.active, .page-template-resources .work-sidebar .sidebar-container .sidebar.dont-expand .content .sidebar-toggler.active {
  padding: 5px 12.5px;
  width: calc(100% + 30px);
  margin-left: -15px;
}

.page-template-resources .resource-container .resource-card .card {
  padding: 15px;
  cursor: pointer;
  border-radius: 20px;
  border: 1px solid #BEBEBE;
}
.page-template-resources .resource-container .resource-card .extra-info {
  display: none;
}
.page-template-resources .resource-container .resource-card .resource-toggle {
  text-align: center;
}
.page-template-resources .resource-container .resource-card .insights p, .page-template-resources .resource-container .resource-card .insights ul {
  font-size: inherit;
  line-height: inherit;
}
.page-template-resources .resource-container .resource-card .tag-title {
  text-align: right;
  padding-right: 10px;
  padding-top: 5px;
  width: 42.5%;
}
.page-template-resources .resource-container .resource-card .tag {
  width: 57.5%;
  padding-right: 10px;
}
.page-template-resources .resource-container .resource-card .tag p {
  padding: 3px 5px;
  background: #E6E6E6;
  border-radius: 6px;
  display: inline-block;
}
.page-template-resources .resource-container .resource-card .tag.subject p {
  background: #F46262;
  color: #FFF;
}
.page-template-resources .resource-container .resource-card .pdf-link img {
  margin-left: 15px;
  width: 30px;
  transform: rotate(180deg);
}
.page-template-resources .resource-container .resource-card .pdf-link a:hover img {
  transform: rotate(135deg);
}
.page-template-resources .resource-container .resource-card.active .extra-info {
  display: block;
}
.page-template-resources .resource-container .resource-card.active .resource-toggle {
  transform: rotate(180deg);
}

.page-template-explorer .page-title .hover-link::before {
  content: "";
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  width: 40px;
  height: 40px;
  background-image: url("./img/play-icon2.svg");
  position: absolute;
  top: calc((100% - 40px) / 2);
  left: calc(50% - 20px);
  z-index: 10;
}
.page-template-explorer .page-title .swiper-pagination-bullet {
  background: #26455E;
}
.page-template-explorer .page-title .swiper-button-prev, .page-template-explorer .page-title .swiper-button-next {
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  width: 40px;
  height: 40px;
  background-image: url("./img/swiper-left.svg");
  box-shadow: 0 0 7px rgba(0, 0, 0, 0.1);
  border-radius: 50%;
  top: 70%;
  left: 50px;
}
.page-template-explorer .page-title .swiper-button-prev::after, .page-template-explorer .page-title .swiper-button-next::after {
  display: none;
}
.page-template-explorer .page-title .swiper-button-next {
  background-image: url("./img/swiper-right.svg");
  left: 100px;
}
.page-template-explorer .explorer-grid .explorer-row {
  margin-bottom: 5px;
}
.page-template-explorer .explorer-grid .explorer-row a {
  display: block;
}
.page-template-explorer .explorer-grid .explorer-row a .card {
  border: 1px solid #bce2ee;
}
.page-template-explorer .explorer-grid .explorer-row a .card .location {
  padding-left: 40px;
  padding-top: 15px;
  margin: 0;
}
.page-template-explorer .explorer-grid .explorer-row a .card .location::before {
  content: "";
  height: 28px;
  width: 35px;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url("./img/explorer/location.svg");
  position: absolute;
  left: 6px;
}
.page-template-explorer .explorer-grid .explorer-row a .card .location span {
  display: block;
  padding-top: 3px;
}
.page-template-explorer .explorer-grid .explorer-row a .card .icon {
  float: right;
  margin-left: 10px;
}
.page-template-explorer .explorer-grid .explorer-row a:hover, .page-template-explorer .explorer-grid .explorer-row a:focus {
  color: initial;
  text-decoration: none !important;
}
.page-template-explorer .explorer-grid .explorer-row a:hover .card, .page-template-explorer .explorer-grid .explorer-row a:focus .card {
  background: #f9f9f9;
}

.page-template-explorer .wpcf7.searchform .wpcf7-text, .page-template-explorer .wpcf7.searchform select {
  font-size: 16px;
  letter-spacing: 1px;
  background: #FFF;
  color: #26455E;
  padding: 15px 20px;
  border: none;
  text-transform: capitalize;
}
.page-template-explorer .wpcf7.searchform .wpcf7-text ::-moz-placeholder, .page-template-explorer .wpcf7.searchform select ::-moz-placeholder {
  color: #000;
  opacity: 1;
}
.page-template-explorer .wpcf7.searchform .wpcf7-text ::placeholder, .page-template-explorer .wpcf7.searchform select ::placeholder {
  color: #000;
  opacity: 1;
}
.page-template-explorer .wpcf7.searchform input[type=submit] {
  width: 100%;
}

.page-template-mindmap .content .borr {
  border: 1px solid #26455E;
}

.page-template-tools .navarea .col-sm-4 a {
  display: block;
  cursor: pointer;
}
.page-template-tools .navarea .col-sm-4 a:hover {
  color: initial;
}
.page-template-tools .navarea .col-sm-4 a:hover img {
  border-color: #169998;
}
.page-template-tools .navarea .col-sm-4 .bgww, .page-template-tools .navarea .col-sm-4 img {
  box-shadow: 0 0 7px rgba(0, 0, 0, 0.2);
}
.page-template-tools .navarea .col-sm-4 img {
  width: 100px;
  border-radius: 50%;
  margin: -90px calc(50% - 50px) 10px;
  border: 5px solid #eee;
  transition: all 0.2s ease-in-out;
  background: #FFF;
}
.page-template-tools .navarea .col-sm-4 .cats {
  position: absolute;
  right: -5px;
  top: -5px;
  z-index: 1;
  overflow: hidden;
  width: 75px;
  height: 75px;
  text-align: right;
}
.page-template-tools .navarea .col-sm-4 .cats span {
  font-size: 10px;
  font-weight: bold;
  color: #FFF;
  text-transform: uppercase;
  text-align: center;
  line-height: 20px;
  transform: rotate(45deg);
  width: 100px;
  display: block;
  background: #F70505;
  background: linear-gradient(#F70505 0%, #8F0808 100%);
  box-shadow: 0 3px 10px -5px rgb(0, 0, 0);
  position: absolute;
  top: 19px;
  right: -21px;
}
.page-template-tools .navarea .col-sm-4 .cats span::before {
  content: "";
  position: absolute;
  left: 0px;
  top: 100%;
  z-index: -1;
  border-left: 3px solid #8F0808;
  border-right: 3px solid transparent;
  border-bottom: 3px solid transparent;
  border-top: 3px solid #8F0808;
}
.page-template-tools .navarea .col-sm-4 .cats span::after {
  content: "";
  position: absolute;
  right: 0px;
  top: 100%;
  z-index: -1;
  border-left: 3px solid transparent;
  border-right: 3px solid #8F0808;
  border-bottom: 3px solid transparent;
  border-top: 3px solid #8F0808;
}
.page-template-tools .section .apps img {
  border-radius: 10px;
  border: 1px solid #346F7D;
}
.page-template-tools .section .apps .tag {
  position: absolute;
  top: calc(50% - 20px);
  left: calc(50% - 57.5px);
  padding: 10px 26px;
  background: #000;
  color: #FFF;
  border-radius: 18px;
}

.social-icons a {
  content: "";
  height: 35px;
  width: 35px;
  background-position: left bottom;
  background-repeat: no-repeat;
  background-size: cover;
  display: inline-block;
  margin-right: 10px;
}
.social-icons .facebook {
  background-image: url("./img/facebook.svg");
}
.social-icons .facebook:hover {
  background-image: url("./img/facebook-hover.svg");
}
.social-icons .twitter {
  background-image: url("./img/twitter.svg");
}
.social-icons .twitter:hover {
  background-image: url("./img/twitter-hover.svg");
}
.social-icons .linkedin {
  background-image: url("./img/linkedin.svg");
}
.social-icons .linkedin:hover {
  background-image: url("./img/linkedin-hover.svg");
}
.social-icons .whatsapp {
  background-image: url("./img/whatsapp.svg");
}
.social-icons .whatsapp:hover {
  background-image: url("./img/whatsapp-hover.svg");
}
.social-icons .mail {
  background-image: url("./img/mail.svg");
}
.social-icons .mail:hover {
  background-image: url("./img/mail-hover.svg");
}

.modal-open .modal {
  padding-right: 0 !important;
}

.modal {
  padding-top: 100px;
  padding-bottom: 50px;
  padding-left: 0 !important;
}

#video-popup.modal {
  padding-top: 50px;
}
#video-popup.modal .modal-dialog {
  width: 80vw;
}

.modal-backdrop {
  background-color: #26455E;
}

.modal-backdrop.in {
  opacity: 1;
}

.modal-content {
  padding: 90px 15% 75px;
  border-radius: 0;
  border: none;
  background: #FFF;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
}
.modal-content button.close {
  position: absolute;
  right: 30px;
  top: 30px;
  opacity: 1;
  border-radius: 55%;
  height: 29px;
  width: 29px;
  outline: none !important;
  z-index: 3;
  background: 0 0 !important;
}

.fade-scale {
  opacity: 0;
  transition: all 0.75s ease-in-out;
}

.fade-scale.in {
  opacity: 1;
}

.popups .modal-content iframe {
  border: 1px solid #E6E6E6;
}
.popups .modal-content .speaker-pills li a {
  background: none !important;
  padding: 0 10px 10px 0;
  border-radius: 0;
}
.popups .modal-content .speaker-pills li a img {
  width: 45px;
  height: auto;
  border-radius: 50%;
  border: 2px solid transparent;
}
.popups .modal-content .speaker-pills li.active a img {
  border-color: #26455E;
  transform: scale(1.15);
}

.page-template-explorer .modal-backdrop {
  background: #bce2ee;
}

#video-popup .modal-content button.close {
  top: 0;
  right: -50px;
}

@media (max-width: 767px) {
  .popups .modal-dialog {
    width: 100%;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .popups .modal-dialog {
    width: 680px;
  }
}
@media (min-width: 992px) and (max-width: 1024px) {
  .popups .modal-dialog {
    width: 920px !important;
  }
}
@media (min-width: 1025px) and (max-width: 1279px) {
  .popups .modal-dialog {
    width: 970px !important;
  }
}
@media (min-width: 1280px) {
  .popups .modal-dialog {
    width: 1170px;
  }
}
@media (min-width: 768px) {
  .popups .modal {
    padding-top: 50px;
  }
  .popups .modal-dialog {
    margin: 0 auto;
  }
  .popups .modal-content {
    padding: 30px;
    border-radius: 20px;
  }
  .popups .modal-content .context {
    max-height: 275px;
    overflow-y: scroll;
    padding-right: 30px;
  }
  .popups .modal-content .context::-webkit-scrollbar-track {
    border-radius: 10px;
  }
  .popups .modal-content .context::-webkit-scrollbar-thumb {
    background-color: #26455E;
    border-radius: 10px;
  }
}
.footer .about {
  border-right: 1px solid #FFF;
}
.footer .signup #mc-embedded-subscribe-form .email-wrapper {
  padding-bottom: 25px;
}
.footer .signup #mce-responses {
  clear: both;
  padding-top: 30px;
  color: #FFF;
  font-size: 22px;
}
.footer .newsletter .wpcf7 input {
  border: 2px solid #26455E;
  border-radius: 0;
}
.footer .social-icons .twitter {
  background-image: url("./img/twitter-foot.svg");
}
.footer .social-icons .linkedin {
  background-image: url("./img/linkedin-foot.svg");
}
.footer .social-icons .youtube {
  background-image: url("./img/youtube-foot.svg");
}
.footer .social-icons .medium {
  background-image: url("./img/medium-foot.svg");
}

@media (min-width: 992px) and (max-width: 1190px) {
  .footer {
    padding: 75px 0 0;
  }
  .footer .signup h2.marb100 {
    margin-bottom: 55px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .footer {
    padding-top: 75px;
  }
  .footer .signup {
    margin-bottom: 50px;
  }
  .footer .signup h2.marb100 {
    margin-bottom: 50px;
    width: 75%;
  }
  .footer .signup .button-wrapper {
    text-align: right;
  }
  .footer .about .pad30.borr20 {
    padding: 20px;
  }
  .footer .about .pad30.borr20 p.padb50 {
    padding-bottom: 30px;
  }
  .footer .about .pad30.borr20 .imgcont.mart50 {
    margin-top: 25px;
    margin-bottom: 50px;
  }
  .footer .about .pad30.borr20 .email p {
    font-weight: 700;
  }
  .footer .contactform {
    padding-left: 30px;
  }
  .footer .contactform h5.marb50 {
    margin-bottom: 25px;
  }
  .footer .contactform .wpcf7 .col-xs-12 {
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media (max-width: 767px) {
  .copyright {
    padding-bottom: 20px;
  }
  .signup .bg-blue {
    padding: 40px 15px;
  }
  .signup .bg-blue .wpcf7 .nopadleft, .signup .bg-blue .wpcf7 .nopadright {
    padding: 0;
  }
  .signup .bg-blue .wpcf7 .nopadleft {
    padding-bottom: 20px;
  }
  .footer .newsletter {
    padding: 0 0 30px;
  }
  .footer .newsletter h2 {
    margin-bottom: 0;
  }
  .footer .contactform .wpcf7 .nopadleft, .footer .contactform .wpcf7 .nopadright {
    padding-left: 15px;
    padding-right: 15px;
  }
  .footer .signup {
    margin-bottom: 50px;
  }
  .footer .signup h2.marb100 {
    margin-bottom: 25px;
  }
  .footer .about .pad30.borr20 {
    padding: 20px;
  }
  .footer .about .pad30.borr20 p.padb50 {
    padding-bottom: 30px;
  }
  .footer .about .pad30.borr20 .imgcont.mart50 {
    margin-top: 25px;
    margin-bottom: 50px;
  }
  .footer .about .pad30.borr20 .email p {
    font-weight: 700;
  }
  .contact {
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .contact h5.marb50 {
    margin-bottom: 20px;
  }
}
@media (min-width: 1280px) {
  .page-template-our-work .work-sidebar.stickied, .page-template-explorer .work-sidebar.stickied, .page-template-resources .work-sidebar.stickied, .single-post .work-sidebar.stickied {
    width: 292.5px;
  }
  .home .economy .backround {
    width: calc((100vw - 1170px) / 2 + 877.5px);
  }
  .page-template-tools .navarea {
    z-index: 2;
  }
  .page-template-tools .navarea .col-sm-4 .bgww {
    min-height: 210px;
    margin-bottom: -135px;
  }
}
@media (min-width: 1025px) and (max-width: 1279px) {
  .page-template-our-work .work-sidebar.stickied, .page-template-explorer .work-sidebar.stickied, .page-template-resources .work-sidebar.stickied, .single-post .work-sidebar.stickied {
    width: 242.5px;
  }
  .single-post .work-sidebar.stickied {
    margin-left: 727.5px;
  }
  .page-template-tools .navarea .col-sm-4 .bgww {
    min-height: 290px;
  }
}
@media (min-width: 992px) {
  .page-template-resources .resource-container .resource-card {
    width: 31.333333%;
    margin: 0 1% 30px;
  }
  .page-template-mindmap .description .definitions:nth-child(3n+1) {
    clear: both;
  }
  .page-template-mindmap .description .definitions:nth-last-child(n+4) {
    margin-bottom: 30px;
  }
  #cf7md-form .field-container.col-md-6 {
    width: 50% !important;
    float: left !important;
  }
}
@media (min-width: 992px) and (max-width: 1190px) {
  .home .home-content-container {
    width: 85%;
    margin-left: 15%;
  }
  .home .banner .content {
    padding: 94px 0;
  }
  .home .whatwedo.active .bg-blue {
    padding-bottom: 40px;
  }
  .home .featured-work {
    padding-top: 75px;
  }
  .home .explorer {
    padding-bottom: 150px;
  }
  .home .explorer .explorer-card .bgww .box .link {
    bottom: 8px;
  }
  .page-template-our-work .work-sidebar.stickied, .page-template-explorer .work-sidebar.stickied, .page-template-resources .work-sidebar.stickied, .single-post .work-sidebar.stickied {
    width: 230px;
  }
  .page-template-our-work .featured-card .imgcont {
    height: 450px;
  }
  .page-template-explorer .work-sidebar .sidebar-container .sidebar-drop .sidebar-toggler-title, .page-template-resources .work-sidebar .sidebar-container .sidebar-drop .sidebar-toggler-title {
    padding: 12px;
    font-size: 15px;
  }
  .page-template-explorer .work-sidebar .sidebar-container .sidebar-drop .sidebar-toggler-title::before, .page-template-resources .work-sidebar .sidebar-container .sidebar-drop .sidebar-toggler-title::before {
    top: 20px;
    width: 14px;
  }
  .single-post .work-sidebar.stickied {
    margin-left: 690px;
  }
  .page-template-our-work .work-content .single-card {
    margin-bottom: 100px;
  }
  .page-template-tools .navarea .col-sm-4 .bgww {
    min-height: 350px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .home .banner .imgcontainer {
    height: 40vh;
  }
  .home .stewardship .content {
    padding-top: 75px;
    padding-bottom: 150px;
  }
  .home .services .service-content .textcont {
    padding-top: 0;
  }
  .home .resources-explorer .bg-light-blue {
    margin-bottom: 50px;
  }
  .home .economy {
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .home .economy .content {
    background: #f0f7fd;
    padding: 50px;
  }
  .home .economy .content ul {
    padding-left: 25px;
  }
  .home .economy .imgcont img {
    z-index: 3;
    position: relative;
  }
  .home .economy .imgcont::after {
    content: "";
    position: absolute;
    background: #f0f7fd;
    height: 50%;
    width: 100%;
    bottom: 0;
    left: 0;
    z-index: 1;
  }
  .page-template-our-work .work-sidebar.stickied, .single-post .work-sidebar.stickied {
    width: 170px;
  }
  .page-template-our-work .featured-card .imgcont, .single-post .featured-card .imgcont {
    height: 550px;
  }
  .page-template-explorer .work-sidebar.stickied, .page-template-resources .work-sidebar.stickied {
    position: relative !important;
    top: initial !important;
    padding: 0;
  }
  .page-template-explorer .explorer-page {
    padding: 40px 15px;
  }
  .page-template-explorer .explorer-page .page-title {
    padding-top: 50px;
    padding-bottom: 50px;
  }
  .page-template-explorer .explorer-page .slider-container {
    width: 100vw;
    margin-left: calc((720px - 100vw) / 2);
    padding: 0;
  }
  .page-template-explorer .explorer-page .slider-container .swiper-container {
    width: 777px;
    padding-left: calc((100vw - 645px) / 2);
    padding-right: calc((100vw - 645px) / 2);
  }
  .page-template-explorer .explorer-page .slider-container .swiper-container .imgcont {
    padding: 0;
  }
  .page-template-explorer .explorer-page .slider-container .swiper-container .imgcont img {
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
  }
  .page-template-explorer .explorer-page .slider-container .swiper-container .content {
    padding: 30px;
  }
  .page-template-explorer .explorer-page .slider-container .swiper-container .content h3 {
    margin-top: 0;
  }
  .page-template-explorer .explorer-page .slider-container .swiper-container .swiper-button-next, .page-template-explorer .explorer-page .slider-container .swiper-container .swiper-button-prev {
    display: none;
  }
  .page-template-explorer .explorer-page .explorer-container {
    padding-top: 20px;
    padding-bottom: 0;
  }
  .page-template-explorer .explorer-page .explorer-container .explorer-grid {
    padding: 30px 0 0;
  }
  .single-post .work-sidebar.stickied {
    margin-left: 510px;
  }
  .page-template-resources .resources-page .page-title {
    padding-top: 50px;
    padding-bottom: 50px;
  }
  .page-template-resources .resources-page .resource-container {
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .page-template-resources .resources-page .resource-container .resource-grid {
    padding-top: 50px;
  }
  .page-template-resources .resources-page .resource-container .resource-grid .resource-card {
    width: 47.333333%;
    margin: 0 1% 30px;
  }
  .page-template-videos .featured-work .single-card:nth-child(2n+1), .page-template-videos .featured-videos .single-card:nth-child(2n+1) {
    clear: both;
  }
  .page-template-videos .featured-work .single-card:nth-child(n+3), .page-template-videos .featured-videos .single-card:nth-child(n+3) {
    margin-top: 30px;
  }
}
@media (min-width: 991px) {
  .page-template-videos .featured-work .single-card:nth-child(3n+1), .page-template-videos .featured-videos .single-card:nth-child(3n+1) {
    clear: both;
  }
  .page-template-videos .featured-work .single-card:nth-child(n+4), .page-template-videos .featured-videos .single-card:nth-child(n+4) {
    margin-top: 30px;
  }
}
@media (min-width: 768px) {
  .home .wrapper .banner, .home .wrapper .services, .home .wrapper .economy, .home .wrapper .stewardship, .home .wrapper .featured-work, .home .wrapper .resources-explorer {
    z-index: 3;
  }
  .home .wrapper::after {
    content: "";
    z-index: 1;
    position: absolute;
    height: 100%;
    width: 100%;
    opacity: 0.3;
    top: -50px;
    left: 0;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    background-image: url("./img/unnamed.jpeg");
  }
}
@media (max-width: 767px) {
  .page-container {
    padding-top: 61px;
  }
  .home .banner {
    padding: 0;
  }
  .home .banner .row.bgww {
    padding: 0 15px;
  }
  .home .banner .content.padtb100 {
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .home .banner .imgcontainer {
    height: 40vh;
  }
  .home .banner .banner-content {
    background: #e4fbfa;
  }
  .home .banner .banner-content .textual {
    background: none;
    padding: 30px 0;
    margin-top: 0;
    border: none;
  }
  .home .banner .banner-content .textual .butcontainer {
    margin-bottom: 0;
  }
  .home .banner .banner-content .textual .butcontainer .but {
    display: block;
  }
  .home .services {
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .home .services .left-col, .home .services .right-col {
    padding-left: 15px;
    padding-right: 15px;
  }
  .home .services .service-content .highlight {
    padding: 20px;
    box-shadow: none;
  }
  .home .services .service-content .textcont {
    padding-top: 0;
  }
  .home .services .right-col {
    padding-top: 45px;
  }
  .home .services .right-col .service .textcont {
    padding-left: 0;
  }
  .home .featured-work {
    padding-top: 40px;
  }
  .home .featured-work .single-card {
    padding-left: 15px;
    padding-right: 15px;
  }
  .home .featured-work .single-card .imgcont {
    height: 350px;
  }
  .home .economy {
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .home .economy .content {
    background: #f0f7fd;
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .home .economy .content ul {
    padding-left: 25px;
  }
  .home .economy .imgcont img {
    z-index: 3;
    position: relative;
  }
  .home .economy .imgcont::after {
    content: "";
    position: absolute;
    background: #f0f7fd;
    height: 50%;
    width: 100%;
    bottom: 0;
    left: 0;
    z-index: 1;
  }
  .home .stewardship {
    padding-top: 0;
    padding-bottom: 0;
  }
  .home .stewardship .content {
    padding: 60px 0 100px;
  }
  .home .resources-explorer {
    padding-top: 30px;
    padding-bottom: 55px;
  }
  .home .resources-explorer .bgww, .home .resources-explorer .bg-light-blue {
    padding: 30px;
  }
  .home .resources-explorer .bgww:after, .home .resources-explorer .bg-light-blue:after {
    top: 40px;
    right: 30px;
    height: 40px;
    width: 40px;
  }
  .home .resources-explorer .bgww .butcontainer, .home .resources-explorer .bg-light-blue .butcontainer {
    margin-top: 0;
  }
  .home .resources-explorer .bgww .p3.padtb25, .home .resources-explorer .bg-light-blue .p3.padtb25 {
    padding-top: 15px;
    padding-bottom: 15px;
  }
  .home .resources-explorer .bgww .p3.padt25, .home .resources-explorer .bg-light-blue .p3.padt25 {
    padding-top: 15px;
    padding-bottom: 10px;
  }
  .home .resources-explorer .bgww .p1.padb25, .home .resources-explorer .bg-light-blue .p1.padb25 {
    padding-bottom: 15px;
  }
  .home .resources-explorer .bgww .butcontainer.mart25, .home .resources-explorer .bg-light-blue .butcontainer.mart25 {
    margin-top: 15px;
  }
  .home .resources-explorer .bg-light-blue {
    margin-bottom: 25px;
  }
  .home .resources-explorer .bgww {
    box-shadow: 5px 5px 0 #bce2ee;
  }
  .home .featured-videos {
    padding: 50px 15px 30px;
  }
  .home .featured-videos .row.marb50 {
    margin-bottom: 0;
  }
  .home .featured-videos .swiper-wrapper {
    padding-bottom: 50px;
  }
  .home .omidyar {
    padding-top: 30px;
    padding-bottom: 30px;
    background: #F0F0F0;
  }
  .home .omidyar .bg-lighter-blue {
    background: #FFF;
    padding: 30px 15px;
    height: 100px !important;
  }
  .home .omidyar .col-xs-6:nth-child(1) {
    padding-right: 7.5px;
  }
  .home .omidyar .col-xs-6:nth-child(2) {
    padding-left: 7.5px;
  }
  .home .omidyar .cardshadow30 {
    text-align: center;
    background: #FFF;
  }
  .home .omidyar .cardshadow30 h6 {
    margin-top: 20px;
    margin-bottom: 0;
  }
  .modal {
    padding-top: 0;
    padding-bottom: 0;
  }
  .modal-dialog {
    margin: 0;
  }
  .modal-content {
    padding: 45px 30px;
  }
  .modal-content button.close {
    top: 0;
    right: 0;
    padding: 0px 9px 0;
    background: #E6E6E6 !important;
    border-radius: 0;
    height: 38px;
    width: 38px;
  }
  .modal-content .embed-frame iframe {
    height: 250px;
    margin: 20px 0 30px;
  }
  .popups .modal-content .speaker-pills li a img {
    width: 60px;
  }
  .page-template-our-work .work-sheet {
    padding-bottom: 0;
  }
  .page-template-our-work .work-sidebar {
    padding-top: 0;
    position: relative !important;
    top: 0 !important;
  }
  .page-template-our-work .work-sidebar h3 {
    font-size: 24px;
    font-weight: 600;
  }
  .page-template-our-work .work-sidebar h3 span {
    position: relative;
  }
  .page-template-our-work .work-sidebar h3 span:after {
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    background-image: url(img/down-arrow.svg);
    content: "";
    height: 9px;
    width: 20px;
    position: absolute;
    top: 10px;
    right: -30px;
  }
  .page-template-our-work .work-sidebar .sidebar {
    width: calc(100vw - 60px);
    margin: 0 15px 40px;
    padding: 15px 0;
    display: none;
  }
  .page-template-our-work .work-sidebar .sidebar .content {
    max-height: initial;
    overflow: initial;
    padding: 0;
  }
  .page-template-our-work .work-sidebar .sidebar .content hr {
    margin: 10px 0;
  }
  .page-template-our-work .work-sidebar.active h3 span:after {
    transform: rotate(180deg);
  }
  .page-template-our-work .work-sidebar.active .sidebar {
    display: block;
  }
  .page-template-our-work .work-content {
    padding-top: 0;
  }
  .page-template-our-work .work-content .single-card {
    margin-bottom: 50px;
  }
  .page-template-our-work .work-content .single-card .date {
    padding: 5px 0 10px;
    font-size: 12px;
  }
  .page-template-our-work .work-content .single-card .description-card {
    padding: 20px 20px 50px;
  }
  .page-template-our-work .work-content .single-card .description-card .link {
    transform: scale(0.8);
    right: 12px;
    bottom: 8px;
    color: #000;
    font-weight: 500;
  }
  .page-template-our-work .work-content .single-card .description-card .link svg {
    margin-bottom: -3px;
    margin-left: 10px;
    width: 15px;
  }
  .page-template-our-work .work-content .single-card .description-card .link svg path {
    fill: #000;
  }
  .page-template-explorer .work-sidebar.stickied, .page-template-resources .work-sidebar.stickied {
    position: relative !important;
    top: initial !important;
    padding: 0;
  }
  .page-template-explorer .page-title .banner-slider {
    margin-left: -30px;
    margin-right: -30px;
  }
  .page-template-explorer .page-title .banner-slider .swiper-container {
    padding-left: 15px;
    padding-right: 30px;
  }
  .page-template-explorer .page-title .banner-slider .swiper-slide {
    margin-right: 15px;
  }
  .page-template-explorer .page-title .banner-slider .swiper-slide .imgcont {
    padding: 0;
  }
  .page-template-explorer .page-title .banner-slider .swiper-slide .imgcont img {
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
  }
  .page-template-explorer .page-title .banner-slider .content {
    padding: 0 20px 25px;
  }
  .page-template-explorer .explorer-page {
    padding: 40px 15px;
  }
  .page-template-explorer .explorer-page .page-title {
    padding-top: 0;
    padding-bottom: 0;
  }
  .page-template-explorer .explorer-page .explorer-container {
    padding-top: 20px;
    padding-bottom: 0;
  }
  .page-template-explorer .explorer-page .explorer-container .explorer-grid {
    padding: 30px 0 0;
  }
  .page-template-explorer .explorer-page .explorer-container .explorer-grid .explorer-row a .card .icon {
    float: left;
    width: 100%;
  }
  .page-template-explorer .explorer-page .explorer-container .explorer-grid .explorer-row a .card .icon img {
    width: 40px;
    margin-right: 10px;
  }
  .page-template-explorer .explorer-page .explorer-container .explorer-grid .explorer-row a .card .icon .text {
    display: inline-block !important;
  }
  .page-template-explorer .explorer-page .explorer-container .explorer-grid .explorer-row a .card .location {
    padding-top: 8px;
  }
  .page-template-explorer .explorer-page .explorer-container .explorer-grid .explorer-row a .card .location::before {
    left: 6px;
    top: 4px;
    height: 33px;
  }
  .page-template-explorer .explorer-page .explorer-container .explorer-grid .explorer-row a .card .location span {
    padding-top: 0;
    padding-left: 10px;
  }
  .page-template-explorer .page-title .swiper-button-next, .page-template-explorer .page-title .swiper-button-prev {
    display: none;
  }
  #video-popup .modal-content {
    padding: calc((100vh - 350px) / 2) 20px !important;
    background: none !important;
    box-shadow: none !important;
  }
  #video-popup .modal-content button.close {
    background: none !important;
    padding: 0;
    top: calc((100vh - 350px) / 2 - 80px) !important;
    right: 50%;
    left: 50%;
  }
  .page-template-resources .resources-page {
    padding: 40px 15px;
  }
  .page-template-resources .resources-page .page-title {
    padding-top: 0;
    padding-bottom: 0;
  }
  .page-template-resources .resources-page .resource-container {
    padding-top: 20px;
    padding-bottom: 0;
  }
  .page-template-resources .resources-page .resource-container .resource-grid {
    padding: 30px 15px 0;
  }
  .page-template-resources .resources-page .resource-container .resource-grid .resource-card {
    position: relative !important;
    top: initial !important;
    left: initial !important;
    margin-bottom: 30px;
  }
  .page-template-tools .page-title {
    padding-top: 30px;
  }
  .page-template-tools .navarea .col-sm-4:nth-child(n+2) {
    padding-top: 60px;
  }
  .page-template-tools .section {
    padding-top: 30px;
    padding-bottom: 50px;
  }
  .page-template-videos .page-title {
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .page-template-videos .page-title p.mart25 {
    margin-top: 10px;
  }
  .page-template-videos .section {
    padding-top: 0;
    padding-bottom: 50px;
  }
  .page-template-videos .section .row.marb50 {
    margin-bottom: 0;
  }
  .page-template-videos .section .swiper-wrapper.padb100 {
    padding-bottom: 50px;
  }
  .page-template-videos .section:nth-child(2) {
    padding-top: 30px;
  }
  .page-template-videos .featured-work .single-card:nth-child(n+2), .page-template-videos .featured-videos .single-card:nth-child(n+2) {
    margin-top: 30px;
  }
}/*# sourceMappingURL=style.css.map */