/* Theme Name: Aapti WP Theme */
/* Text Domain: Aapti */
/* Requires at least: 4.7 */
/* Requires PHP: 5.2.4 */
/* Author: Shivam Soni */
/* Version: 1.0.004 */
/* 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=Sora:ital,wght@0,300;0,400;0,500;0,700;1,300;1,400;1,500;1,700&family=Source+Serif+Pro&display=swap");
.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-darkblue {
  background-color: #0a2336;
}

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

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

.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;
}

.bg-amsterdam {
  background-color: #169998;
}

.bg-orange {
  background-color: #E86646;
}

.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;
}

.lightblue {
  color: #DCF2F9;
}

.sky {
  color: #4C95D8;
}

.orange {
  color: #E86646;
}

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

.card {
  box-shadow: 0 0 7px 0 rgba(0, 0, 0, 0.18);
}

*::-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;
  scroll-behavior: smooth;
}

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;
}

.w-full {
  width: 100%;
}

.border-0 {
  border: none;
}

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: #DCF2F9;
  border-width: 10px;
  width: 66.6666666667%;
}

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

hr.light {
  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;
}

.m-0 {
  margin: 0 !important;
}

.mt-0 {
  margin-top: 0;
}

.mb-0 {
  margin-bottom: 0;
}

.nopad {
  padding: 0;
}

.nopadleft {
  padding-left: 0;
}

.nopadright {
  padding-right: 0;
}

.padl30 {
  padding-left: 30px;
}

.padr30 {
  padding-right: 30px;
}

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

.rounded-xl {
  border-radius: 1rem;
}

.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;
}

.padb10 {
  padding-bottom: 10px;
}

.padt250 {
  padding-top: 250px;
}

.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;
  }
  .nopadlxs {
    padding-left: 0 !important;
  }
  .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;
  }
  .m-0xs {
    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");
}
@font-face {
  font-family: "Raleway";
  font-style: normal;
  font-weight: 800;
  src: url("./fonts/Raleway-ExtraBold.ttf");
}
@font-face {
  font-family: "Raleway";
  font-style: italic;
  font-weight: 800;
  src: url("./fonts/Raleway-ExtraBoldItalic.ttf");
}
@font-face {
  font-family: "Raleway";
  font-style: normal;
  font-weight: 900;
  src: url("./fonts/Raleway-Black.ttf");
}
@font-face {
  font-family: "Raleway";
  font-style: italic;
  font-weight: 900;
  src: url("./fonts/Raleway-BlackItalic.ttf");
}
body {
  font-family: "Sora", "Trebuchet MS", "Lucida Sans Unicode", "Lucida Grande", "Lucida Sans", Arial, sans-serif;
  font-weight: 300;
  font-style: normal;
  color: #000;
  -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;
}

html {
  font-size: 11.25px;
  font-size: 1rem;
}

h1, .h1 {
  font-size: 2.5rem;
  line-height: 3.25rem;
}

h2, .h2 {
  font-size: 2rem;
  line-height: 2.75rem;
}

h3, .h3 {
  font-size: 1.5rem;
  line-height: 2.4rem;
}

h4, .h4 {
  font-size: 1.125rem;
  line-height: 1.8rem;
}

h5, .h5 {
  font-size: 1rem;
  line-height: 1.625rem;
}

h6, .h6 {
  font-size: 0.875rem;
  line-height: 1.35rem;
}

.serif {
  font-family: "Source Serif Pro", "Trebuchet MS", "Lucida Sans Unicode", "Lucida Grande", "Lucida Sans", Arial, sans-serif;
}

h1, h2 {
  font-family: "Raleway", "Trebuchet MS", "Lucida Sans Unicode", "Lucida Grande", "Lucida Sans", Arial, sans-serif;
}

.p1 {
  font-size: 1.25rem;
  line-height: 1.8rem;
}

.p2 {
  font-size: 1.125rem;
  line-height: 1.75rem;
}

.p3, p, .single-post .blog-content ul, .single-post .blog-content ol, .but {
  font-size: 1rem;
  line-height: 1.5rem;
}

.p4 {
  font-size: 0.8rem;
  line-height: 1.35rem;
}

.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) {
  html {
    font-size: 14px;
  }
  .h1sm {
    font-size: 3.75rem;
    line-height: 5.125rem;
  }
  .h2sm {
    font-size: 3rem;
    line-height: 3.75rem;
  }
  .h3sm {
    font-size: 2rem;
    line-height: 3rem;
  }
  .h4sm {
    font-size: 1.5rem;
    line-height: 2.4rem;
  }
  .h5sm {
    font-size: 1.125rem;
    line-height: 1.8rem;
  }
  .h6sm {
    font-size: 1rem;
    line-height: 1.625rem;
  }
  .p1sm {
    font-size: 1.25rem;
    line-height: 1.8rem;
  }
  .p2sm {
    font-size: 1.125rem;
    line-height: 1.75rem;
  }
  .p3sm {
    font-size: 1rem;
    line-height: 1.625rem;
  }
  .p4sm {
    font-size: 0.875rem;
    line-height: 1.35rem;
  }
  .p5sm {
    font-size: 0.75rem;
    line-height: 1.125rem;
  }
}
@media (max-width: 767px) {
  html {
    font-size: 13px;
  }
  .h1xs {
    font-size: 3.75rem;
    line-height: 5.125rem;
  }
  .h2xs {
    font-size: 3rem;
    line-height: 3.75rem;
  }
  .h3xs {
    font-size: 2rem;
    line-height: 3rem;
  }
  .h4xs {
    font-size: 1.5rem;
    line-height: 2.4rem;
  }
  .h5xs {
    font-size: 1.125rem;
    line-height: 1.8rem;
  }
  .h6xs {
    font-size: 1rem;
    line-height: 1.625rem;
  }
  .p1xs {
    font-size: 1.25rem;
    line-height: 1.8rem;
  }
  .p2xs {
    font-size: 1.125rem;
    line-height: 1.75rem;
  }
  .p3xs {
    font-size: 1rem;
    line-height: 1.625rem;
  }
  .p4xs {
    font-size: 0.875rem;
    line-height: 1.35rem;
  }
  .p5xs {
    font-size: 0.75rem;
    line-height: 1.125rem;
  }
}
.but {
  color: #FFF;
  background: #26455E;
  padding: 15px 30px;
  text-decoration: none;
  text-align: center;
  font-weight: 700;
  outline: none !important;
}
.but:hover, .but:focus {
  color: #000;
  background: #E6E6E6;
}

.but.but2 {
  color: #FFF;
  background: #E86646;
  border-radius: 5px;
}
.but.but2:hover, .but.but2:focus {
  color: #FFF;
  background: #26455E;
}

.but3 {
  color: #FFF;
  background-image: url("data:image/svg+xml;utf8,<svg fill='black' height='24' viewBox='0 0 24 24' width='24' xmlns='http://www.w3.org/2000/svg'><path d='M7 10l5 5 5-5z'/><path d='M0 0h24v24H0z' fill='none'/></svg>");
  background-repeat: no-repeat;
  background-position-x: 100%;
  background-position-y: 5px;
  background-color: rgba(255, 255, 255, 0.8);
  color: #26455E;
  border-color: #26455E;
  border-radius: 5px;
  padding: 10px 10px 5px !important;
  text-align: left;
  min-height: 40px;
}
.but3:hover, .but3:focus {
  background-image: url("data:image/svg+xml;utf8,<svg fill='black' height='24' viewBox='0 0 24 24' width='24' xmlns='http://www.w3.org/2000/svg'><path d='M7 10l5 5 5-5z'/><path d='M0 0h24v24H0z' fill='none'/></svg>");
  background-color: #FFF;
  background-repeat: no-repeat;
  background-position-x: 100%;
  background-position-y: 5px;
  color: #26455E;
  border-color: #26455E;
}

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

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

.but.fullbut {
  display: block;
}

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

.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;
  }
  .but3 {
    background-position-y: 8px;
  }
}
.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: #E86646;
}
.header .logo {
  display: block;
}
.header .logo img {
  display: block;
  float: left;
  padding: 0;
  width: 150px;
  padding: 17px 0 0;
}
.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: #DCF2F9;
  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: #000;
}
.header .menulist ul li .sub-menu li.current-menu-item a {
  background: #DCF2F9;
  color: #26455E;
  font-weight: 700;
}
.header .menulist ul li .sub-menu li:hover a {
  background: #DCF2F9;
  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: 190px;
    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: 7px 15px;
    height: 40px !important;
    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: 11px;
    top: 22px;
  }
  .headstart .header ul li.menu-item-has-children:after {
    right: 14px;
  }
  .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: 1px solid rgba(0, 0, 0, 0.1);
    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;
    background: #FFF;
    margin-top: 50px;
    padding-left: 0;
    width: 100vw;
    margin: -17px -30px 0 -15px;
    padding: 0;
    float: none;
  }
  .headstart .header .logo img {
    width: auto;
    height: 43px;
    animation: none !important;
    opacity: 1 !important;
    margin: -7px 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 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: #DCF2F9;
}
.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-content-container .container, .page-template-default .blog-content-container .container, .page-template-playbook .blog-content-container .container {
  padding: 0;
  width: 100% !important;
}
.single-post .blog-content-container .date, .page-template-default .blog-content-container .date, .page-template-playbook .blog-content-container .date {
  margin-bottom: 0;
}
.single-post .blog-content-container hr, .page-template-default .blog-content-container hr, .page-template-playbook .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, .page-template-playbook .blog-content-container h1, .page-template-playbook .blog-content-container h2, .page-template-playbook .blog-content-container h3, .page-template-playbook .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), .page-template-playbook .blog-content-container h1:nth-child(1), .page-template-playbook .blog-content-container h2:nth-child(1), .page-template-playbook .blog-content-container h3:nth-child(1), .page-template-playbook .blog-content-container h4:nth-child(1) {
  margin-top: 0;
}
.single-post .blog-content-container h1, .single-post .blog-content-container h2, .page-template-default .blog-content-container h1, .page-template-default .blog-content-container h2, .page-template-playbook .blog-content-container h1, .page-template-playbook .blog-content-container h2 {
  color: #26455E;
}
.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, .page-template-playbook .blog-content-container h3, .page-template-playbook .blog-content-container h4 {
  color: #169998;
}
.single-post .blog-content-container h1 + h3, .single-post .blog-content-container h2 + h3, .single-post .blog-content-container h1 + h4, .single-post .blog-content-container h2 + h4, .page-template-default .blog-content-container h1 + h3, .page-template-default .blog-content-container h2 + h3, .page-template-default .blog-content-container h1 + h4, .page-template-default .blog-content-container h2 + h4, .page-template-playbook .blog-content-container h1 + h3, .page-template-playbook .blog-content-container h2 + h3, .page-template-playbook .blog-content-container h1 + h4, .page-template-playbook .blog-content-container h2 + h4 {
  margin-top: 0;
}
.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, .page-template-playbook .blog-content-container ul, .page-template-playbook .blog-content-container ol {
  padding-left: 40px;
}
.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, .page-template-playbook .blog-content-container p, .page-template-playbook .blog-content-container ul, .page-template-playbook .blog-content-container ol {
  font-weight: 300;
  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, .page-template-playbook .blog-content-container p li, .page-template-playbook .blog-content-container ul li, .page-template-playbook .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, .page-template-playbook .blog-content-container p a, .page-template-playbook .blog-content-container ul a, .page-template-playbook .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, .page-template-playbook .blog-content-container p a:hover, .page-template-playbook .blog-content-container ul a:hover, .page-template-playbook .blog-content-container ol a:hover {
  background: #f0f7fd;
  text-decoration: none !important;
}
.single-post .blog-content-container p.m-0, .page-template-default .blog-content-container p.m-0, .page-template-playbook .blog-content-container p.m-0 {
  margin: 0;
}
.single-post .blog-content-container p.wp-caption-text, .page-template-default .blog-content-container p.wp-caption-text, .page-template-playbook .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, .page-template-playbook .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, .page-template-playbook .blog-content-container .wp-caption img {
  width: 100%;
}
.single-post .blog-content-container img, .page-template-default .blog-content-container img, .page-template-playbook .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: 10px !important;
}
.single-post .blog-content-container img.size-full, .page-template-default .blog-content-container img.size-full, .page-template-playbook .blog-content-container img.size-full {
  width: 100%;
}
.single-post .blog-content-container blockquote, .page-template-default .blog-content-container blockquote, .page-template-playbook .blog-content-container blockquote {
  display: block;
  border: none;
  border-top: 2px solid #4C95D8;
  border-bottom: 2px solid #4C95D8;
  padding: 30px 0;
  margin-bottom: 30px;
  position: relative;
  text-align: center;
}
.single-post .blog-content-container blockquote p, .page-template-default .blog-content-container blockquote p, .page-template-playbook .blog-content-container blockquote p {
  color: #4C95D8 !important;
  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), .page-template-playbook .blog-content-container blockquote p:nth-last-child(1) {
  margin-bottom: 0;
}
.single-post .blog-content-container object.embed-pdf-viewer, .page-template-default .blog-content-container object.embed-pdf-viewer, .page-template-playbook .blog-content-container object.embed-pdf-viewer {
  width: 100% !important;
  height: 80vh;
  border-radius: 10px;
  margin-top: 50px;
  box-shadow: 0 4px 4px rgba(0, 0, 0, 0.25);
}
.single-post .blog-content-container .twitter-tweet, .page-template-default .blog-content-container .twitter-tweet, .page-template-playbook .blog-content-container .twitter-tweet {
  width: 100% !important;
  max-width: 100% !important;
  margin: 50px 0;
}
.single-post .blog-content-container iframe, .page-template-default .blog-content-container iframe, .page-template-playbook .blog-content-container iframe {
  width: 100% !important;
  min-height: 400px;
  border-radius: 10px;
  box-shadow: 0 4px 4px rgba(0, 0, 0, 0.25);
}
.single-post .blog-content-container .wp-block-image figcaption, .page-template-default .blog-content-container .wp-block-image figcaption, .page-template-playbook .blog-content-container .wp-block-image figcaption {
  margin-top: -2.5em;
  margin-bottom: 3em;
}
.single-post .blog-content-container .wp-block-image img, .page-template-default .blog-content-container .wp-block-image img, .page-template-playbook .blog-content-container .wp-block-image img {
  margin-top: 0;
}

@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], .page-template-playbook .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, .page-template-playbook .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, .page-template-playbook .blog-content-container h3, .page-template-playbook .blog-content-container h4 {
    margin: 0 0 30px;
  }
  .single-post .blog-content-container img, .page-template-default .blog-content-container img, .page-template-playbook .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, .page-template-playbook .blog-content-container p.wp-caption-text {
    margin-top: -15px;
  }
  .single-post .blog-content-container iframe, .page-template-default .blog-content-container iframe, .page-template-playbook .blog-content-container iframe {
    height: 350px;
  }
  .single-post .blog-page-description .featured-description .single-banner, .page-template-default .blog-page-description .featured-description .single-banner, .page-template-playbook .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, .page-template-playbook .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, .page-template-playbook .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, .page-template-playbook .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, .page-template-playbook .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, .page-template-playbook .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, .page-template-playbook .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, .page-template-playbook .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, .page-template-playbook .blog-page-description .featured-header-content .author {
    padding-top: 20px;
  }
  .single-post .header-content .subtitle, .page-template-default .header-content .subtitle, .page-template-playbook .header-content .subtitle {
    padding-bottom: 25px;
  }
  .single-post .header-content .sharing, .page-template-default .header-content .sharing, .page-template-playbook .header-content .sharing {
    text-align: center;
  }
  .single-post .header-content .sharing .social-icons, .page-template-default .header-content .sharing .social-icons, .page-template-playbook .header-content .sharing .social-icons {
    text-align: left;
  }
  .single-post .blog-content, .page-template-default .blog-content, .page-template-playbook .blog-content {
    padding-top: 50px;
  }
  .single-post .back-to-parent, .page-template-default .back-to-parent, .page-template-playbook .back-to-parent {
    padding: 0;
  }
  .single-post .back-to-parent .imgcont, .page-template-default .back-to-parent .imgcont, .page-template-playbook .back-to-parent .imgcont {
    width: 30px;
  }
  .single-post .date, .page-template-default .date, .page-template-playbook .date {
    padding-bottom: 25px;
  }
  .single-post .description .work-side, .page-template-default .description .work-side, .page-template-playbook .description .work-side {
    padding-top: 30px;
  }
  .single-post .blog-content-container, .page-template-default .blog-content-container, .page-template-playbook .blog-content-container {
    padding-top: 25px;
  }
  .single-post .blog-content-container hr, .page-template-default .blog-content-container hr, .page-template-playbook .blog-content-container hr {
    margin: 20px 0;
  }
  .single-post .blog-content-container img, .page-template-default .blog-content-container img, .page-template-playbook .blog-content-container img {
    max-width: 100%;
    width: 100%;
    height: auto;
    margin: 20px 0;
  }
  .single-post .blog-content-container iframe, .page-template-default .blog-content-container iframe, .page-template-playbook .blog-content-container iframe {
    height: 250px;
  }
  .single-post .blog-content-container object.embed-pdf-viewer, .page-template-default .blog-content-container object.embed-pdf-viewer, .page-template-playbook .blog-content-container object.embed-pdf-viewer {
    height: 50vh;
  }
  .single-post .blog-content-container blockquote, .page-template-default .blog-content-container blockquote, .page-template-playbook .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, .page-template-playbook .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: none !important;
  border-radius: 5px;
  color: #FFF;
  background: #E86646;
  width: 100%;
  padding: 15.5px !important;
}
.wpcf7 input[type=submit]:focus, .wpcf7 input[type=submit]:hover {
  background: #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: #DCF2F9;
}
.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 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 .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: 60px;
}

.nav-pills .nav-link {
  background-color: #E6E6E6;
}
.nav-pills .nav-link.active, .nav-pills .show > .nav-link {
  background-color: #346F7D;
}

.orange .nav-pills .nav-link.active, .orange .nav-pills .show > .nav-link {
  background-color: #E86646;
}

.lightpurple .nav-pills .nav-link.active, .lightpurple .nav-pills .show > .nav-link {
  background-color: #4C95D8;
}

#shivam-soni-dev-loader {
  position: fixed;
  width: 100%;
  height: 100vh;
  background: #DCF2F9;
  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: #E86646;
  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;
}

.badge-sky {
  color: #4C95D8;
  border: 1px solid #4C95D8;
  background: #FFF;
  transition: all 0.4s ease-in-out;
  font-weight: 400;
}
.badge-sky:hover, .badge-sky.active {
  background: #4C95D8;
  color: #FFF;
}

.badge-blue {
  color: #26455E;
  border: 1px solid #26455E;
  transition: all 0.4s ease-in-out;
  font-weight: 400;
}
.badge-blue:hover, .badge-blue.active {
  background: #26455E;
  color: #FFF;
}

.swiper-button-next:after, .swiper-button-prev:after {
  font-size: 1.25rem !important;
  text-align: center;
  background: #DCF2F9;
  padding: 0.5rem 0.75rem;
  border-radius: 5px;
}

.swiper-button-prev, .swiper-container-rtl .swiper-button-next {
  left: -45px !important;
}

.swiper-button-next, .swiper-container-rtl .swiper-button-prev {
  right: -45px !important;
}

.swiper-button-next.swiper-button-disabled:after, .swiper-button-prev.swiper-button-disabled:after {
  opacity: 1;
  background: #E6E6E6;
}

.social-icons a {
  content: "";
  background-size: cover;
  display: inline-block;
  margin-right: 10px;
  background: #FFF;
  height: 35px;
  width: 35px;
  border-radius: 50%;
  padding-top: 2px;
  padding-left: 6px;
}
.social-icons a i {
  color: #26455E;
  font-size: 22px;
}

.home .banner .imgcontainer {
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  background-size: contain;
  background-color: #1761a0;
  background-image: url("./img/home-banner-image.png");
  background-position: right;
}
.home .banner .banner-content .butcontainer {
  margin-top: 50px;
}
.home .banner .banner-content .but {
  background: none;
  padding: 0;
  position: relative;
}
.home .banner .banner-content .but span, .home .banner .banner-content .but img {
  z-index: 20;
}
.home .banner .banner-content .but img {
  width: 40px;
}
.home .about-section {
  background: url("./img/about-banner.png"), linear-gradient(#042C4B, #004275);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
.home .about-section .content .card {
  z-index: 2;
  transition: all 1s ease-in-out;
}
.home .about-section .content img {
  height: 100px;
  margin-bottom: 30px;
}
.home .about-section a:hover .card {
  box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.48);
}
.home .team-section {
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  background-image: url("./img/home-team-background.png");
}
.home .team-section .team-content .teammate {
  cursor: pointer;
}
.home .team-section .team-content .teammate.active, .home .team-section .team-content .teammate:hover {
  color: #E86646;
}
.home .team-section .team-content .teammate:nth-child(n+3) {
  padding-top: 30px;
}
.home .team-section .team-content .tab-content .imgcont {
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: top center;
  border-radius: 10px;
  height: 350px;
}

.work-section {
  z-index: 1;
}
.work-section .big-card .imgcont {
  height: 26.5rem;
  background-color: #E6E6E6;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
.work-section .small-cards .imgcont {
  height: 15rem;
  background-color: #E6E6E6;
  display: flex;
  flex-direction: column;
  justify-content: center;
  overflow: hidden;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
.work-section .small-cards .imgcont img {
  height: auto;
}

.page-template-work .filters .dropdown-menu {
  width: 100%;
}
.page-template-work .work-section .small-cards .row {
  row-gap: 75px;
}
.page-template-work .work-section .small-cards .row .single-card:hover .badge-sky, .page-template-work .work-section .small-cards .row .single-card.active .badge-sky {
  background: #4C95D8;
  color: #FFF;
}
.page-template-work .work-section .small-cards .row .single-card:hover .badge-blue, .page-template-work .work-section .small-cards .row .single-card.active .badge-blue {
  background: #26455E;
  color: #FFF;
}

.page-template-playbook .single-banner .top-banner {
  background-image: url("./img/playbook-banner.jpg");
  background-attachment: fixed;
  background-size: initial;
  background-position: top;
  min-height: 60vh;
  box-shadow: 0 0 7px rgba(0, 0, 0, 0.1);
}
.page-template-playbook .single-banner .header-content {
  margin-top: -50px;
}

.page-template-global .banner-section {
  background: url("./img/about-banner.png"), linear-gradient(#042C4B, #004275);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
.page-template-global .about-section .card {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.page-template-global .team-section {
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  background-image: url("./img/home-team-background.png");
}
.page-template-global .team-section .team-content .teammate {
  cursor: pointer;
}
.page-template-global .team-section .team-content .teammate.active, .page-template-global .team-section .team-content .teammate:hover {
  color: #E86646;
}
.page-template-global .team-section .team-content .teammate:nth-child(n+3) {
  padding-top: 30px;
}
.page-template-global .team-section .team-content .tab-content .imgcont {
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: top center;
  border-radius: 10px;
  height: 350px;
}

@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;
  }
}
@media (min-width: 768px) {
  .page-template-playbook .modal-backdrop {
    background-color: #26455E;
  }
  .page-template-playbook .modal-backdrop.show {
    opacity: 1;
  }
  .page-template-playbook .popups .modal {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}
@media (min-width: 1280px) {
  .page-template-playbook .popups .modal-dialog {
    min-width: 1170px;
  }
}
.footer .about {
  border-right: 1px solid #FFF;
}
.footer .accreds a:hover, .footer .accreds a:active, .footer .address a:hover, .footer .address a:active, .footer .copyright a:hover, .footer .copyright a:active, .footer .shiv a:hover, .footer .shiv a:active {
  color: #E86646;
}
.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 .contactform {
  background: linear-gradient(#F4EFE9, #E7D9D8);
}
.footer .contactform .bg-circles {
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url("./img/bg-circles.png");
}
.footer .contactform .wpcf7 input {
  border: none;
  border-bottom: 2px solid #B4B4B4;
  padding: 15px 20px 5px 0;
}
.footer .contactform .wpcf7 textarea {
  border: 2px solid #B4B4B4;
  padding: 15px 15px 5px;
}
.footer .footersec {
  background-image: url("./img/footer-background.png");
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

@media (min-width: 992px) and (max-width: 1190px) {
  .footer .signup h2.marb100 {
    margin-bottom: 55px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .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 .contactform {
    padding: 50px 0;
  }
  .footer .contactform .bg-circles {
    padding-bottom: 30px;
  }
  .footer .accreds, .footer .social {
    padding-top: 30px;
  }
}
@media (min-width: 1280px) {
  .home .economy .backround {
    width: calc((100vw - 1170px) / 2 + 877.5px);
  }
}
@media (min-width: 992px) {
  .home .about-section .content .card {
    margin-bottom: -200px;
  }
  .home .about-section .content .p3 {
    height: 6rem;
  }
  .page-template-global .about-section .card {
    height: 20rem;
  }
  #cf7md-form .field-container.col-md-6 {
    width: 50% !important;
    float: left !important;
  }
}
@media (min-width: 1025px) and (max-width: 1279px) {
  .single-post .work-sidebar.stickied {
    margin-left: 727.5px;
  }
  .home .banner .banner-content .col-lg-6 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .home .about-section .content .p3 {
    height: 8rem;
  }
}
@media (min-width: 992px) and (max-width: 1190px) {
  .single-post .work-sidebar.stickied {
    margin-left: 690px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .single-post .work-sidebar.stickied {
    margin-left: 510px;
  }
  .social-icons a {
    margin-right: 3px;
    height: 30px;
    width: 28px;
    padding-top: 4px;
    padding-left: 5px;
  }
  .social-icons a i {
    font-size: 17px;
  }
  .home .about-section .content .card {
    padding: 60px 40px;
    margin-bottom: -200px;
  }
  .home .about-section .content .p3 {
    height: 8rem;
  }
  .home .work-section {
    padding-top: 200px;
    padding-bottom: 0;
  }
  .home .team-section .team-content .tab-content .imgcont {
    height: 300px;
  }
  .home .team-section .team-content .teammate:nth-child(n+3) {
    padding-top: 30px;
  }
  .page-template-work .work-section .small-cards .imgcont {
    height: 10rem;
  }
}
@media (max-width: 767px) {
  .page-container {
    padding-top: 40px;
  }
  .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;
  }
  #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%;
  }
  .home .banner .imgcontainer {
    background-position: bottom;
    background-image: url("./img/home-banner-image-xs.png");
    background-size: 100%;
  }
  .home .banner .banner-content {
    padding-top: 50px;
    padding-bottom: 370px;
  }
  .home .banner .banner-content .butcontainer {
    margin-top: 20px;
  }
  .home .about-section {
    padding-top: 50px;
  }
  .home .about-section .content {
    padding-top: 20px;
  }
  .home .about-section .content .col-lg-5:nth-child(1) {
    margin-bottom: 20px;
  }
  .home .about-section .content .col-lg-5:nth-child(2) {
    margin-bottom: -120px;
  }
  .home .about-section .content .card {
    padding: 50px 30px 20px;
  }
  .home .work-section {
    padding-top: 100px;
    padding-bottom: 30px;
  }
  .home .work-section .banner-content .row.padt100 {
    padding-top: 50px;
  }
  .home .work-section .small-cards {
    padding-top: 20px;
  }
  .home .work-section .small-cards .swiper-container {
    padding-left: 15px;
    padding-right: 15px;
  }
  .home .work-section .small-cards .imgcont {
    height: 12.5rem;
  }
  .home .work-section .button-content {
    padding-top: 0;
    padding-bottom: 0;
  }
  .home .team-section {
    padding-top: 50px;
    padding-bottom: 50px;
  }
  .home .team-section .team-content {
    padding-top: 50px;
  }
  .home .team-section #accordion .card, .home .team-section #accordion .card-header {
    padding: 0;
    background: none;
    box-shadow: none;
    border: none;
  }
  .home .team-section #accordion .card:nth-child(n+2) {
    margin-top: 20px !important;
  }
  .home .team-section .mate {
    color: #E86646;
  }
  .home .team-section .mate i {
    position: absolute;
    right: 0;
    top: 20px;
    transition: transform 0.5s ease-in-out;
    transform: rotate(180deg);
  }
  .home .team-section .mate.collapsed {
    color: #000;
  }
  .home .team-section .mate.collapsed i {
    transform: rotate(0deg);
  }
  .page-template-work .work-section .small-cards .row {
    row-gap: 50px;
  }
  .page-template-global .about-section .card {
    text-align: left !important;
    padding: 20px;
  }
  .page-template-global .about-section, .page-template-global .team-section {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }
  .page-template-global .team-section .tab-content {
    padding-top: 2rem;
  }
}/*# sourceMappingURL=style.css.map */