/*!
Theme Name: ISAO
Theme URI: http://troontechnologies.com/
Author: troon Technologies
Author URI: https://troontechnologies.com/
Description: Bringing Ideas to  Life  Through Technology
Version: 2.0
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: ISAO
*/
.red {
  background: linear-gradient(139.26deg, #D32337 1.6%, #FF5D6F 100%);
}

.blue {
  background: linear-gradient(139.18deg, #2F3182 0%, #565ADE 100%);
}

.green {
  background: linear-gradient(139.5deg, #007042 0%, #05B66D 97.43%);
}

.text-black {
  color: #000;
}

.text-white {
  color: #fff;
}

.text-green {
  color: #007042;
}

.text-blue {
  color: #2F3182;
}

.text-red {
  color: #D32337;
}

.pointer {
  cursor: pointer;
}

html, body {
  height: 100%;
  font-size: 10px;
}

* {
  font-family: "Roboto", sans-serif;
}

h1, .h1,
h2, .h2,
h3, .h3,
h5, .h5,
h6, .h6 {
  font-family: "Alegreya Sans SC", sans-serif;
  font-weight: 700;
}

h1, .h1 {
  font-size: 7.8rem;
  line-height: 6.9rem;
}

h2, .h2 {
  font-size: 4.8rem;
  line-height: 5.8rem;
}

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

h4, .h4 {
  font-size: 2.4rem;
  font-weight: 700;
  line-height: 3.1rem;
}

h5, .h5 {
  font-size: 2rem;
  line-height: 2.5rem;
}

p, .p1 {
  font-size: 1.6rem;
  line-height: 2.4rem;
}

.mt-150 {
  margin-top: 150px;
}

.mb-145 {
  margin-bottom: 145px;
}

.mb-100 {
  margin-bottom: 100px;
}

.mt-120 {
  margin-top: 120px;
}

.mb-120 {
  margin-bottom: 120px;
}

.mt-40 {
  margin-top: 40px;
}

.mb-40 {
  margin-bottom: 40px;
}

.pt-120 {
  padding-top: 120px;
}

.pb-120 {
  padding-bottom: 120px;
}

.pt-80 {
  padding: 80px 0;
}

.pt-60 {
  padding: 60px 0;
}

button:focus {
  outline: 0;
}

@-webkit-keyframes scale-up-center {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  100% {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
  }
}

@keyframes scale-up-center {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  100% {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
  }
}

@-webkit-keyframes rotation {
  from {
    -webkit-transform: rotate(359deg);
  }
  to {
    -webkit-transform: rotate(0deg);
  }
}

@keyframes rotation {
  from {
    -webkit-transform: rotate(359deg);
  }
  to {
    -webkit-transform: rotate(0deg);
  }
}

@-webkit-keyframes move {
  0% {
    -webkit-transform: rotate(1deg);
            transform: rotate(1deg);
  }
  50% {
    -webkit-transform: rotate(-1deg);
            transform: rotate(-1deg);
  }
  100% {
    -webkit-transform: rotate(1deg);
            transform: rotate(1deg);
  }
}

@keyframes move {
  0% {
    -webkit-transform: rotate(1deg);
            transform: rotate(1deg);
  }
  50% {
    -webkit-transform: rotate(-1deg);
            transform: rotate(-1deg);
  }
  100% {
    -webkit-transform: rotate(1deg);
            transform: rotate(1deg);
  }
}

.rotate {
  -webkit-animation: rotation 10s infinite linear;
          animation: rotation 10s infinite linear;
  -webkit-transform-origin: center center;
          transform-origin: center center;
}

.btn-primarys,
input[type='submit'] {
  min-width: 170px;
  color: #fff;
  font-family: "Alegreya", serif;
  font-weight: bold;
  font-size: 1.6rem;
  line-height: 2.4rem;
  border-radius: 0;
  min-height: 50px;
  text-align: center;
  text-decoration: none;
  padding: 12px 15px;
  display: inline-block;
  -webkit-transition: all 0.6s ease-in-out;
  transition: all 0.6s ease-in-out;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}

.btn-primarys:hover,
input[type='submit']:hover {
  -webkit-transform: translateY(-2px);
          transform: translateY(-2px);
}

.btn-primarys:hover,
input[type='submit']:hover {
  text-decoration: none;
}

input[type='submit'] {
  background-color: #D32337;
  border: 1px solid #D32337;
  min-width: 113px;
  height: 48px !important;
}

input[type='submit']:hover {
  -webkit-box-shadow: 4px 4px 10px rgba(0, 0, 0, 0.25);
          box-shadow: 4px 4px 10px rgba(0, 0, 0, 0.25);
}

.arrowbtn {
  margin-left: 13px;
  -webkit-transform: rotate(0);
          transform: rotate(0);
  -webkit-transition: all 0.6s ease-in-out;
  transition: all 0.6s ease-in-out;
}

.blue-btn {
  border: 1px solid #2F3182;
  background-color: #2F3182;
}

.blue-btn:hover {
  background-color: #2F3182;
  -webkit-box-shadow: 4px 4px 10px rgba(0, 0, 0, 0.25);
          box-shadow: 4px 4px 10px rgba(0, 0, 0, 0.25);
}

.blue-btn:focus {
  background-color: #2F3182;
  border: 1px solid #2F3182;
  outline: 0;
}

.bluelight-btn {
  border: 1px solid #EBEBF3;
  background: #EBEBF3;
  color: #2F3182;
}

.bluelight-btn:hover {
  border: 1px solid #EBEBF3;
  background: #EBEBF3;
  color: #2F3182;
}

.bluelight-btn:focus {
  border: 1px solid #EBEBF3;
  background: #EBEBF3;
  outline: 0;
}

.yellow-btn {
  border: 1px solid #F5EC05;
  background: #F5EC05;
  color: #000;
}

.yellow-btn:hover {
  border: 1px solid #F5EC05;
  background: #F5EC05;
  -webkit-box-shadow: 4px 4px 10px rgba(0, 0, 0, 0.25);
          box-shadow: 4px 4px 10px rgba(0, 0, 0, 0.25);
  color: #000;
}

.yellow-btn:focus {
  border: 1px solid #F5EC05;
  background: #F5EC05;
  outline: 0;
}

.sm_btn {
  min-width: 136px;
}

.med_btn {
  min-width: 148px;
}

.admin-bar .site-header,
.admin-bar .fixed.site-header {
  top: 32px;
}

.circle {
  position: absolute;
  border-radius: 50%;
  -webkit-animation: scale-up-center 4s linear infinite alternate;
          animation: scale-up-center 4s linear infinite alternate;
}

.circle.med-circle {
  width: 434px;
  height: 434px;
}

.circle.green-circle {
  background: radial-gradient(50% 50% at 50% 50%, rgba(0, 112, 66, 0) 39.02%, rgba(0, 112, 66, 0.58) 100%);
  opacity: 0.4;
}

.circle.left-circle {
  bottom: -36%;
  left: -12%;
  z-index: -1;
}

.circle.sm-circle {
  width: 414px;
  height: 414px;
}

.circle.blue-circle {
  background: radial-gradient(50% 50% at 50% 50%, rgba(47, 49, 130, 0.17) 39.02%, rgba(47, 49, 130, 0.65) 100%);
  opacity: 0.4;
}

.circle.right-circle {
  top: -60%;
  right: -15%;
  z-index: -1;
}

.circle.red-circle {
  background: radial-gradient(50% 50% at 50% 50%, rgba(211, 35, 55, 0) 39.02%, rgba(211, 35, 55, 0.74) 100%);
  opacity: 0.4;
}

.circle.left-circle2 {
  bottom: -4%;
  left: 9%;
  z-index: -1;
}

.circle.lg-circle {
  width: 524px;
  height: 524px;
}

.circle.right-circle2 {
  bottom: 8%;
  right: -8%;
  z-index: -1;
}

.site-header {
  position: absolute;
  width: 100%;
  top: 0;
  padding: 10px 0;
  z-index: 9;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  background: transparent;
}

.site-header.fixed {
  background: #2F3182;
  position: fixed;
  -webkit-animation: slide-down 0.5s;
          animation: slide-down 0.5s;
  -webkit-transition-property: background-color, padding, z-index;
  transition-property: background-color, padding, z-index;
  -webkit-transition-duration: 300ms;
          transition-duration: 300ms;
  -webkit-transition-timing-function: ease;
          transition-timing-function: ease;
  -webkit-transition-delay: 0;
          transition-delay: 0;
}

.site-header.fixed .logo img {
  max-width: 60px;
}

.site-header .logo img {
  max-width: 97px;
}

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

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

.site-header ul li {
  margin-right: 46px;
}

.site-header ul li a {
  font-size: 1.4rem;
  color: #fff;
  line-height: 1.6rem;
  text-decoration: none;
  padding: 0 !important;
  -webkit-transition: all 0.6s ease-in-out;
  transition: all 0.6s ease-in-out;
  position: relative;
}

.site-header ul li a.active {
  color: #F5EC05;
}

.site-header ul li a:hover {
  color: #F5EC05;
}

.site-header ul li a.mPS-8id-highlight {
  color: #F5EC05 !important;
}

.site-header ul li.current-menu-item a {
  color: #F5EC05;
}

.site-header ul .disable a {
  pointer-events: none;
}

.site-header #site-navigation {
  padding: 0;
}

.header_light {
  background: #fff;
}

.header_light.site-header ul li a {
  color: #000;
}

.header_light.site-header ul li a:hover {
  color: #F5EC05;
}

.header_light.site-header .logo img {
  max-width: 55px;
}

.header_light.site-header.fixed {
  background: #fff;
}

section#site-wrap {
  margin-top: 0;
  overflow: hidden;
}

.banner {
  background: -webkit-gradient(linear, left top, left bottom, from(#242052), color-stop(22.47%, #2B2973), color-stop(47.23%, #2E3192), color-stop(75.52%, #3956A6), color-stop(97.71%, #6BC3DA));
  background: linear-gradient(180deg, #242052 0%, #2B2973 22.47%, #2E3192 47.23%, #3956A6 75.52%, #6BC3DA 97.71%);
  padding: 188px 0 150px 0;
  color: #fff;
  position: relative;
}

.banner .__image {
  text-align: right;
  position: relative;
}

.banner .__image img {
  border: 4px solid #FFFFFF;
}

.banner .__content h1 {
  text-transform: uppercase;
  margin-bottom: 18px;
}

.banner .__content h1 span {
  font-family: "Alegreya Sans SC", sans-serif;
  text-decoration: none !important;
  font-size: 9.7rem;
  line-height: 8.6rem;
}

.banner .__content h3 {
  font-family: "Alegreya", serif;
  font-size: 2.8rem;
  background-color: #fff;
  color: #2F3182;
  display: inline-block;
  padding: 3px 5px 5px 15px;
  margin-left: 5px;
  text-transform: capitalize;
}

.banner .__content h4 {
  font-family: "Alegreya", serif;
  font-size: 2.3rem;
  text-transform: capitalize;
}

.yellowtxt {
  position: absolute;
  top: -60px;
  left: -35px;
  border: 0 !important;
}

.redtxt {
  position: absolute;
  top: -60px;
  left: -65px;
}

.line:after {
  content: '';
  position: absolute;
  bottom: -5px;
  left: 0;
  right: 0;
  width: 100%;
  height: 8px;
  background-image: url(assets/images/headerline.svg);
  background-size: 100%;
  background-repeat: no-repeat;
  z-index: -1;
}

.headerline {
  position: absolute;
  bottom: -10px;
  left: 0;
  right: 0;
  width: 100%;
  z-index: -1;
}

.mainmotif-outer {
  position: relative;
  max-width: 1920px;
}

.mainmotif-outer .mainmotif {
  position: absolute;
  top: -155px;
  right: -380px;
  transform-box: fill-box;
  -webkit-transform-origin: center;
          transform-origin: center;
  -webkit-animation: move 3s infinite;
          animation: move 3s infinite;
  -webkit-animation-timing-function: linear;
          animation-timing-function: linear;
  max-width: 1000px;
}

.add_title_content {
  text-align: center;
}

.add_title_content h2 {
  margin-bottom: 16px;
  text-transform: uppercase;
}

.add_title_content h4 {
  text-transform: capitalize;
}

.add_title_content p {
  color: #7A7A7A;
}

.add_title_content p:last-child {
  margin-bottom: 0;
}

.story {
  position: relative;
}

.story .add_title_content {
  margin-bottom: 48px;
}

.colorbox {
  position: relative;
  padding: 35px 30px 45px 30px;
  color: #fff;
  border: 2px solid #fff;
  min-height: 100%;
  border-radius: 2px;
  -webkit-transform-style: preserve-3d;
          transform-style: preserve-3d;
  display: block;
}

.colorbox h3 {
  margin-bottom: 16px;
}

.colorbox P {
  margin-bottom: 0;
}

.colorbox .__image {
  margin-bottom: 20px;
  text-align: right;
}

.colorbox .__content {
  max-width: 230px;
}

.max1022 {
  max-width: 1022px;
  position: relative;
  margin: auto;
}

.overflow-hidden {
  overflow: hidden;
}

.row.max1022:before {
  content: '';
  background-image: -webkit-gradient(linear, left top, right top, from(#891926), color-stop(#742e09), color-stop(#5c3a00), color-stop(#424000), color-stop(#2b4213), color-stop(#174224), color-stop(#034133), color-stop(#003f3e), color-stop(#003d48), color-stop(#003950), color-stop(#133453), to(#2d2d50));
  background-image: linear-gradient(to right, #891926, #742e09, #5c3a00, #424000, #2b4213, #174224, #034133, #003f3e, #003d48, #003950, #133453, #2d2d50);
  /* background: #0E402B; */
  opacity: 0.34;
  -webkit-filter: blur(50px);
  filter: blur(50px);
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  z-index: -1;
  left: 0;
  right: 0;
  bottom: 0;
}

.challenge {
  overflow: hidden;
  padding: 135px 0;
}

.challenge .__content {
  padding: 75px 0 125px 12px;
}

.challenge .__content h2 {
  color: #2F3182;
  text-transform: uppercase;
}

.challenge .__content p {
  color: #2F3182;
  height: 165px;
  overflow: hidden;
  -webkit-transition: height 0.3s ease-in-out;
  transition: height 0.3s ease-in-out;
}

.challenge .__content.showall {
  -webkit-transition: height 0.3s ease-in-out;
  transition: height 0.3s ease-in-out;
}

.challenge .__content.showall p {
  height: auto;
  overflow: auto;
}

.challenge .__content.showall .arrowbtn {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
  -webkit-transition: all 0.6s ease-in-out;
  transition: all 0.6s ease-in-out;
}

.challenge .__content:before {
  content: '';
  position: absolute;
  top: 0;
  left: -45%;
  right: 0;
  bottom: 0;
  width: 500%;
  height: 100%;
  z-index: -1;
  background-color: #EBEBF3;
  -webkit-clip-path: polygon(0 0, 100% 0, 100% 97%, 115% 92%, 0 98%);
          clip-path: polygon(0 0, 100% 0, 100% 97%, 115% 92%, 0 98%);
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
}

.challenge .__image {
  position: absolute;
  top: 0;
  bottom: 0;
  right: -27%;
  margin: auto;
  height: 650px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-shadow: -120px 0px 87px -80px rgba(45, 45, 80, 0.25);
          box-shadow: -120px 0px 87px -80px rgba(45, 45, 80, 0.25);
}

.challenge .__image:after {
  content: '';
  position: absolute;
  bottom: -69px;
  left: -65px;
  background-image: url(assets/images/bluetext.svg);
  background-repeat: no-repeat;
  width: 140px;
  height: 140px;
}

.opportunity {
  overflow: hidden;
}

.opportunity .add_title_content {
  margin-bottom: 38px;
}

.opportunity .add_title_content h4 {
  margin-top: 40px;
}

.opportunity .row-8 .table1 {
  border-bottom: 1px solid rgba(211, 35, 55, 0.4);
}

.opportunity .row-8 .table2 {
  border-bottom: 1px solid rgba(0, 112, 66, 0.4);
}

.opportunity .row-8 .table3 {
  border-bottom: 1px solid rgba(47, 49, 130, 0.4);
}

.opportunity .__button {
  margin-top: 55px;
}

.tablediv {
  height: 511px;
  overflow: hidden;
}

.tablediv.showall {
  -webkit-transition: height 0.3s ease-in-out;
  transition: height 0.3s ease-in-out;
  height: auto;
  overflow: visible;
}

.tablediv.showall + .container .arrowbtn {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
  -webkit-transition: all 0.6s ease-in-out;
  transition: all 0.6s ease-in-out;
}

.tablediv.showall .row-3 .table1 {
  border-bottom: 0;
}

.tablediv.showall .row-3 .table2 {
  border-bottom: 0;
}

.tablediv.showall .row-3 .table3 {
  border-bottom: 0;
}

.row-3 .table1 {
  border-bottom: 1px solid rgba(211, 35, 55, 0.4);
}

.row-3 .table2 {
  border-bottom: 1px solid rgba(0, 112, 66, 0.4);
}

.row-3 .table3 {
  border-bottom: 1px solid rgba(47, 49, 130, 0.4);
}

.colortable {
  padding: 30px 15px 40px 30px;
  background: #fff;
  height: 100%;
}

.colortable h4 {
  margin-bottom: 0;
  text-transform: uppercase;
}

.tablee {
  padding: 0 0 0 0px;
  height: 100%;
  min-height: 100%;
  background-color: #fff;
}

.tablee p {
  font-size: 1.4rem;
  color: #000;
}

.row-1 .table1 .table_content,
.row-1 .table2 .table_content,
.row-1 .table3 .table_content {
  background-color: rgba(211, 35, 55, 0.14);
  padding: 24px 30px;
  min-height: 130px;
}

.row-1 .table1 .table_content p,
.row-1 .table2 .table_content p,
.row-1 .table3 .table_content p {
  font-weight: 700;
}

.row-1 .table1 .table_content p:last-child,
.row-1 .table2 .table_content p:last-child,
.row-1 .table3 .table_content p:last-child {
  margin-bottom: 0;
}

.row-1 .table1 .table_content {
  background-color: rgba(211, 35, 55, 0.14);
}

.row-1 .table1 .table_content p {
  color: #D32337;
}

.row-1 .table2 .table_content {
  background-color: rgba(0, 112, 66, 0.14);
}

.row-1 .table2 .table_content p {
  color: #007042;
}

.row-1 .table3 .table_content {
  background-color: #E2E2ED;
}

.row-1 .table3 .table_content p {
  color: #2F3182;
}

.table_content {
  padding: 24px 30px 50px 30px;
  background-color: #fff;
}

.table_content h4 {
  float: left;
  font-weight: 400;
  margin-right: 10px;
}

.redtable {
  border-left: 1px solid rgba(211, 35, 55, 0.4);
  border-right: 1px solid rgba(211, 35, 55, 0.4);
  border-top: 1px solid rgba(211, 35, 55, 0.4);
}

.redtable h4 {
  font-family: "Alegreya Sans SC", sans-serif;
  color: #D32337;
}

.table1 {
  border-left: 1px solid rgba(211, 35, 55, 0.4);
  border-right: 1px solid rgba(211, 35, 55, 0.4);
}

.greentable {
  border-left: 1px solid rgba(0, 112, 66, 0.4);
  border-right: 1px solid rgba(0, 112, 66, 0.4);
  border-top: 1px solid rgba(0, 112, 66, 0.4);
}

.greentable h4 {
  font-family: "Alegreya Sans SC", sans-serif;
  color: #007042;
}

.table2 {
  border-left: 1px solid rgba(0, 112, 66, 0.4);
  border-right: 1px solid rgba(0, 112, 66, 0.4);
}

.bluetable {
  border-left: 1px solid rgba(47, 49, 130, 0.4);
  border-right: 1px solid rgba(47, 49, 130, 0.4);
  border-top: 1px solid rgba(47, 49, 130, 0.4);
}

.bluetable h4 {
  font-family: "Alegreya Sans SC", sans-serif;
  color: #2F3182;
}

.table3 {
  border-left: 1px solid rgba(47, 49, 130, 0.4);
  border-right: 1px solid rgba(47, 49, 130, 0.4);
}

.leftheadings {
  margin-top: 20px;
}

.leftheadings p {
  font-size: 1.8rem;
  color: #000;
}

.leftheadings img {
  margin-bottom: 5px;
}

.gap .row.max1022:before {
  background-image: -webkit-gradient(linear, left top, right top, from(#2d2d50), color-stop(#133453), color-stop(#003950), color-stop(#003d48), color-stop(#003f3e), color-stop(#034133), color-stop(#174224), color-stop(#2b4213), color-stop(#424000), color-stop(#5c3a00), color-stop(#742e09), to(#891926));
  background-image: linear-gradient(to right, #2d2d50, #133453, #003950, #003d48, #003f3e, #034133, #174224, #2b4213, #424000, #5c3a00, #742e09, #891926);
}

.maps .map {
  margin-top: 50px;
  text-align: center;
}

.map path {
  cursor: pointer;
}

.region {
  background: #FFFFFF;
  border: 1px solid rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0px 19px 32px rgba(0, 112, 66, 0.12);
          box-shadow: 0px 19px 32px rgba(0, 112, 66, 0.12);
  position: absolute;
  top: 40px;
  right: 6%;
  max-width: 270px;
  left: 0;
  margin-left: auto;
  padding: 24px;
}

.region p,
.region li {
  font-size: 1.2rem;
  line-height: 1.4rem;
  color: #231F20;
}

.region ul {
  padding-left: 15px;
}

.region ul li {
  margin-bottom: 10px;
}

.region img {
  width: 80px;
  height: 80px;
  position: absolute;
  bottom: 15px;
  right: 15px;
}

.region h5 {
  margin-bottom: 8px;
}

.resources {
  background-color: #EBEBF3;
  -webkit-clip-path: polygon(0 0, 75% 0, 100% 0.65%, 100% 99%, 75% 100%, 0 100%);
          clip-path: polygon(0 0, 75% 0, 100% 0.65%, 100% 99%, 75% 100%, 0 100%);
  border-top-left-radius: 10px;
  border-bottom-left-radius: 10px;
  padding-bottom: 290px;
  position: relative;
  overflow: hidden;
}

.resources .add_title_content {
  margin-bottom: 40px;
}

.resources a {
  text-decoration: none;
  color: inherit;
}

.resources_box {
  background: #FFFFFF;
  border: 1px solid rgba(0, 0, 0, 0.1);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 23px 18px;
  margin-bottom: 16px;
  max-width: 814px;
  margin-left: auto;
  margin-right: auto;
  -webkit-transition: all 0.6s ease-in-out;
  transition: all 0.6s ease-in-out;
}

.resources_box .filename {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #000;
  font-weight: 700;
}

.resources_box .filename p {
  margin-left: 8px;
}

.resources_box .download {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-weight: 500;
  color: #7A7A7A;
}

.resources_box .download p {
  margin-right: 8px;
}

.resources_box:hover {
  -webkit-box-shadow: 0px 47px 40px rgba(32, 34, 101, 0.11);
          box-shadow: 0px 47px 40px rgba(32, 34, 101, 0.11);
}

.cta_wrapper {
  position: relative;
}

section.cta {
  margin-top: -250px;
  overflow: hidden;
  padding: 100px 0px;
}

.ctabox {
  color: #fff;
  padding: 60px 0 60px 65px;
  background-color: #007042;
  background-image: url(assets/images/ctaart.svg);
  background-position: 101% 75%;
  background-size: 365px;
  background-repeat: no-repeat;
  position: relative;
  border: 2px solid #fff;
  border-radius: 4px;
  -webkit-box-shadow: 0px 0px 87px 0px rgba(14, 64, 43, 0.34);
          box-shadow: 0px 0px 87px 0px rgba(14, 64, 43, 0.34);
}

.ctabox .__content {
  max-width: 490px;
}

.ctabox h2 {
  text-transform: uppercase;
  margin-bottom: 12px;
}

footer {
  margin-top: 70px;
}

footer p {
  font-size: 1.4rem;
}

footer ul {
  margin: 0;
  padding: 0;
  -webkit-column-count: 2;
          column-count: 2;
  -webkit-column-gap: 75px;
          column-gap: 75px;
}

footer ul li {
  font-size: 1.4rem;
  list-style: none;
  margin-bottom: 32px;
}

footer ul li a {
  color: #000;
  text-decoration: none;
}

footer ul li a:hover {
  text-decoration: none;
  color: #2F3182;
}

footer .__widget1 img {
  max-width: 145px !important;
}

footer .__widget2 {
  max-width: 278px;
  margin-top: 15px;
}

footer .__widget3 {
  position: relative;
  left: -35px;
}

footer .__widget4 i {
  color: #7A7A7A;
  font-size: 16px;
  margin-right: 25px;
  -webkit-transition: all 0.6s ease-in-out;
  transition: all 0.6s ease-in-out;
}

footer .__widget4 i:hover {
  color: #2F3182;
}

.copyright {
  font-size: 1.2rem;
  color: #7A7A7A;
  text-align: center;
  padding: 75px 0 60px 0;
}

.error-404 {
  background: #EAEAF2;
  text-align: center;
  padding-top: 236px;
  padding-bottom: 127px;
}

.error-404 h3 {
  margin-top: 40px;
  margin-bottom: 12px;
}

.error-404 p {
  color: #7A7A7A;
}

.modal-content {
  border: 0;
  border-radius: 0;
}

.modal-body {
  padding: 38px 80px 40px 80px;
}

.cross {
  margin: 30px 30px 0 auto;
  cursor: pointer;
}

.contactform h2 {
  margin-bottom: 40px;
}

body .__gravitystyle .gfield_required {
  color: #000;
  margin-left: 0;
}

body .__gravitystyle .ginput_container.ginput_container_email,
body .__gravitystyle .ginput_container.ginput_container_phone,
body .__gravitystyle .ginput_container.ginput_container_name,
body .__gravitystyle .ginput_container.ginput_container_text,
body .__gravitystyle .ginput_container.ginput_container_website,
body .__gravitystyle .ginput_container.ginput_container_select {
  margin: 0 0 0 0 !important;
}

body .__gravitystyle ::-webkit-input-placeholder {
  font-family: "Roboto", sans-serif;
  color: rgba(0, 0, 0, 0.65);
  font-size: 1.4rem;
  line-height: 1.6rem;
}

body .__gravitystyle :-ms-input-placeholder {
  font-family: "Roboto", sans-serif;
  color: rgba(0, 0, 0, 0.65);
  font-size: 1.4rem;
  line-height: 1.6rem;
}

body .__gravitystyle ::-ms-input-placeholder {
  font-family: "Roboto", sans-serif;
  color: rgba(0, 0, 0, 0.65);
  font-size: 1.4rem;
  line-height: 1.6rem;
}

body .__gravitystyle ::placeholder {
  font-family: "Roboto", sans-serif;
  color: rgba(0, 0, 0, 0.65);
  font-size: 1.4rem;
  line-height: 1.6rem;
}

body .__gravitystyle input[type='text'],
body .__gravitystyle input[type='email'],
body .__gravitystyle textarea {
  background-color: #fff;
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 0;
  height: 50px;
  font-family: "Roboto", sans-serif !important;
  color: #000;
  font-size: 1.4rem !important;
  padding-left: 20px !important;
  padding-right: 20px !important;
  margin-bottom: 0 !important;
  -webkit-box-shadow: none;
          box-shadow: none;
}

body .__gravitystyle input[type='text']:focus,
body .__gravitystyle input[type='email']:focus,
body .__gravitystyle textarea:focus {
  outline: 0;
}

body .__gravitystyle textarea {
  height: 140px !important;
}

body .__gravitystyle .gform_footer {
  margin: 25px 0 0 0;
  padding: 0px 0 10px 0;
}

body .__gravitystyle .gform_wrapper li.hidden_label input {
  margin-top: 0;
}

body .__gravitystyle .gform_wrapper ul li {
  margin-bottom: 35px;
}

body .__gravitystyle .gform_wrapper ul li.gfield {
  margin-top: 0;
}

body .__gravitystyle .gform_wrapper .top_label div.ginput_container {
  margin-top: 0;
}

body .__gravitystyle div.validation_error {
  font-size: 1.2rem;
  font-weight: 400;
  margin-bottom: 0;
  border-top: 0;
  border-bottom: 0;
  padding: 0;
  border: 0;
}

body .__gravitystyle div.validation_error h2 {
  font-size: 12px;
  line-height: 25px;
  font-family: "Roboto", sans-serif;
  font-weight: 400;
}

body .__gravitystyle div.validation_error h2:before {
  display: none;
}

body .__gravitystyle li.gfield.gfield_error {
  background-color: transparent;
  margin-bottom: 0 !important;
  border-top: 0;
  border-bottom: 0;
  padding-bottom: 0;
  padding-top: 0;
}

body .__gravitystyle .gform_validation_errors {
  background: transparent;
  border-radius: 0;
  border: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
  margin-bottom: 0;
  margin-top: 0;
  padding: 0 0 8px 0;
}

body .__gravitystyle span.gform-icon.gform-icon--close {
  display: none;
}

body .__gravitystyle .validation_message {
  color: #c02b0a !important;
  font-size: 1.2rem;
  font-weight: 400;
  background: transparent;
  border: 0;
  font-size: 14.992px;
  margin-top: 0;
  padding: 0;
  font-size: 12px !important;
}

body .__gravitystyle li.gfield_error input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]), body .__gravitystyle .gform_wrapper li.gfield_error textarea {
  border: 1px solid rgba(0, 0, 0, 0.1);
}

body .__gravitystyle .gform_wrapper li.gfield.gfield_error.gfield_contains_required div.ginput_container, body .__gravitystyle .gform_wrapper li.gfield.gfield_error.gfield_contains_required label.gfield_label {
  margin-top: 0;
}

body .__gravitystyle div#gform_confirmation_message_1 {
  text-align: left;
  padding-bottom: 0;
  font-size: 16px;
}

@media (min-width: 576px) {
  .modal-dialog {
    max-width: 640px;
  }
}

@media only screen and (min-width: 1921px) {
  .container {
    max-width: 1800px;
  }
  html, body {
    font-size: 16px;
  }
  .explorers .newsletter-box > img {
    width: 115%;
  }
  .max1022 {
    max-width: 100%;
  }
}

@media only screen and (min-width: 1600px) and (max-width: 1920px) {
  .container {
    max-width: 1500px;
  }
  html, body {
    font-size: 12px;
  }
  .max1022 {
    max-width: 100%;
  }
  .banner .__image .bannerimg {
    width: 95%;
  }
  .challenge .__content:before {
    -webkit-clip-path: polygon(0 0, 100% 5%, 100% 97%, 55% 90%, 0 98%);
            clip-path: polygon(0 0, 100% 5%, 100% 97%, 55% 90%, 0 98%);
  }
  .tablediv {
    height: 537px;
  }
}

@media (max-width: 1024px) {
  .tablediv {
    height: 583px;
  }
  .challenge .__image {
    -webkit-box-shadow: none;
            box-shadow: none;
  }
  footer .__widget2 {
    margin-top: 0;
  }
}

@media (max-width: 991px) {
  html, body {
    font-size: 6px;
  }
  .tablediv {
    height: 660px;
  }
  .site-header ul li {
    margin-right: 20px;
  }
  .site-header ul li a {
    font-size: 2.33rem;
  }
  p, .p1,
  .btn-primarys,
  input[type='submit'] {
    font-size: 2.66rem;
    line-height: 4rem !important;
  }
  h3, .h3 {
    font-size: 4rem;
    line-height: 5.33rem;
  }
  h3 br, .h3 br {
    display: none;
  }
  h4, .h4 {
    font-size: 3rem;
  }
  h5, .h5 {
    font-size: 3.33rem;
  }
  .region p, .region li {
    font-size: 2rem;
  }
  .tablee p {
    font-size: 2.33rem;
    line-height: 4rem;
  }
  .tablee p br {
    display: none;
  }
  .colorbox {
    min-height: calc(100% - 30px);
    margin-top: 30px;
  }
  .challenge .__image {
    position: unset;
    margin-top: 30px;
  }
  .challenge .__content p {
    height: 75px;
  }
  .challenge .__content:before {
    -webkit-clip-path: unset;
            clip-path: unset;
  }
  .bluetxt {
    top: calc(100% - 70px);
    left: 0;
    right: 0;
    margin: auto;
    -webkit-transform: none;
            transform: none;
  }
  .challenge .__image img {
    margin: auto;
    display: block;
  }
  .challenge .__image:after {
    left: 0;
    right: 0;
    margin: auto;
  }
  .redtable,
  .table1,
  .tablediv.showall .row-3 .table1 {
    border-bottom: 1px solid rgba(211, 35, 55, 0.4);
  }
  .greentable,
  .table2,
  .tablediv.showall .row-3 .table2 {
    border-bottom: 1px solid rgba(0, 112, 66, 0.4);
  }
  .bluetable,
  .table3,
  .tablediv.showall .row-3 .table3 {
    border-bottom: 1px solid rgba(47, 49, 130, 0.4);
  }
  .table1 {
    border-top: 1px solid rgba(211, 35, 55, 0.4);
  }
  .table2 {
    border-top: 1px solid rgba(0, 112, 66, 0.4);
  }
  .table3 {
    border-top: 1px solid rgba(47, 49, 130, 0.4);
  }
  .row-1 .table1 .table_content, .row-1 .table2 .table_content, .row-1 .table3 .table_content {
    min-height: 100%;
  }
  .leftheadings p {
    font-size: 3rem;
  }
  .mb-145 {
    margin-bottom: 100px;
  }
  .ctabox .__content {
    max-width: 330px;
  }
  .ctabox {
    background-position: 140% 75%;
  }
  footer ul {
    -webkit-column-gap: initial;
            column-gap: initial;
  }
  footer p {
    font-size: 2.33rem;
    line-height: 3rem;
  }
  footer li a {
    font-size: 2.33rem;
  }
  footer .__widget3 {
    left: 0;
  }
  .copyright {
    font-size: 2.33rem;
  }
  .yellowtxt {
    max-width: 75px;
    top: -32px;
  }
  .mainmotif-outer .mainmotif {
    max-width: 800px;
  }
  svg {
    max-width: 100%;
  }
  .resources {
    -webkit-clip-path: unset;
            clip-path: unset;
  }
  body .__gravitystyle ::-webkit-input-placeholder {
    font-size: 2.33rem;
    line-height: 4rem;
  }
  body .__gravitystyle :-ms-input-placeholder {
    font-size: 2.33rem;
    line-height: 4rem;
  }
  body .__gravitystyle ::-ms-input-placeholder {
    font-size: 2.33rem;
    line-height: 4rem;
  }
  body .__gravitystyle ::placeholder {
    font-size: 2.33rem;
    line-height: 4rem;
  }
  body .__gravitystyle input[type='email'],
  body .__gravitystyle input[type='text'],
  body .__gravitystyle textarea {
    font-size: 2.33rem !important;
    line-height: 4rem;
  }
  .challenge .__content {
    padding: 75px 0 75px 12px;
  }
  .challenge {
    padding-bottom: 85px;
  }
}

@media (max-width: 767px) {
  .line {
    overflow: hidden;
  }
  .circle.med-circle {
    width: 320px;
    height: 320px;
  }
  .circle.left-circle {
    bottom: -25%;
  }
  .site-header .logo img {
    max-width: 60px;
  }
  .site-header .navigation {
    position: static;
  }
  .site-header #site-navigation {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    position: static;
  }
  .site-header #site-navigation .hamburgers {
    background: transparent;
    border: none;
    cursor: pointer;
    height: 25px;
    position: relative;
    top: 0;
    left: 0;
    padding: 0;
    min-height: inherit;
    min-width: inherit;
    width: 30px;
    -webkit-transform: scale(0.8);
            transform: scale(0.8);
    -webkit-transition: .25s ease-in-out;
    transition: .25s ease-in-out;
    margin-left: auto;
  }
  .site-header #site-navigation .hamburgers span {
    display: block;
    position: absolute;
    height: 2px;
    width: 100%;
    background: #fff;
    opacity: 1;
    left: 0;
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
    -webkit-transition: .25s ease-in-out;
    transition: .25s ease-in-out;
  }
  .site-header #site-navigation .hamburgers span:nth-child(1) {
    top: 0px;
  }
  .site-header #site-navigation .hamburgers span:nth-child(2) {
    top: 10px;
  }
  .site-header #site-navigation .hamburgers span:nth-child(3) {
    top: 20px;
  }
  .site-header #site-navigation #main-navigation {
    background: #2F3182;
    position: absolute;
    right: 0;
    padding: 20px 10px;
    min-height: auto;
    top: 75px;
    width: 100%;
  }
  .site-header #site-navigation #main-navigation ul {
    margin-bottom: 0;
  }
  .site-header #site-navigation #main-navigation ul li {
    margin-right: 0;
    padding: 0px 0 30px 10px;
  }
  .site-header #site-navigation #main-navigation ul li a {
    font-size: 2rem;
  }
  .site-header #site-navigation #main-navigation ul li a:after {
    display: none;
  }
  .site-header #site-navigation #main-navigation ul li:hover > a {
    color: #fff;
  }
  .site-header #site-navigation #main-navigation ul li.focus > a {
    color: #fff;
  }
  .site-header #site-navigation #main-navigation ul li:last-child {
    padding-bottom: 0;
  }
  .site-header #site-navigation .hamburgers[aria-expanded="true"] span:nth-child(1) {
    top: 10px;
    width: 0%;
    left: 50%;
  }
  .site-header #site-navigation .hamburgers[aria-expanded="true"] span:nth-child(2) {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
  }
  .site-header #site-navigation .hamburgers[aria-expanded="true"] span:nth-child(3) {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    top: 10px;
  }
  .banner {
    padding: 120px 0 100px 0;
  }
  .banner .__image {
    margin-top: 50px;
  }
  .mainmotif-outer .mainmotif {
    top: 0;
    right: -290px;
  }
  .mt-120 {
    margin-top: 70px;
  }
  .mb-120 {
    margin-bottom: 70px;
  }
  .mt-150 {
    margin-top: 70px;
  }
  .mb-145 {
    margin-bottom: 70px;
  }
  .challenge .__content {
    padding: 70px 0 70px 0px;
  }
  .mt-40 {
    margin-top: 20px;
  }
  .yellowtxt {
    left: 0;
    right: 0;
    margin: auto;
  }
  .bluetxt {
    max-width: 75px;
    bottom: -38px;
    left: 0;
    right: 0;
    top: auto;
    margin: auto;
  }
  .tablediv {
    height: 634px;
  }
  .gap .add_title_content {
    margin-bottom: 0;
  }
  svg {
    height: auto;
  }
  .region {
    position: unset;
    margin: auto;
    position: relative;
    margin-bottom: 60px;
  }
  .circle.sm-circle {
    width: 325px;
    height: 325px;
  }
  .pt-120 {
    padding-top: 70px;
  }
  .resources {
    padding-bottom: 220px;
  }
  .redtxt {
    max-width: 75px;
    top: -34px;
    left: 0;
    max-width: 75px;
    right: 0;
    margin: auto;
  }
  .resources_box {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .resources_box .filename {
    margin-bottom: 10px;
  }
  .region h5 {
    margin-bottom: 20px;
  }
  .ctabox {
    padding: 50px 0 50px 15px;
    background-position: 110px 75%;
  }
  footer {
    margin-top: 0;
  }
  footer .__widget1 img {
    max-width: 70px !important;
    margin-bottom: 25px;
  }
  footer .__widget3,
  footer .__widget4 {
    margin-top: 25px;
  }
  footer p {
    line-height: 4rem;
  }
  .copyright {
    padding: 50px 0 25px 0;
  }
  .modal-body {
    padding: 20px 25px 10px 25px;
  }
  .cross {
    margin: 15px 20px 0 auto;
  }
  .contactform h2 {
    margin-bottom: 20px;
  }
  .challenge .__image {
    height: auto;
  }
  .challenge .__image:after {
    width: 75px;
    height: 75px;
    background-repeat: no-repeat;
    background-size: 75px;
    bottom: -39px;
  }
  .challenge {
    overflow: visible;
    padding-bottom: 0;
  }
}
