@charset "UTF-8";
* {
  padding: 0;
  margin: 0;
}

body {
  font-size: 14px;
  line-height: 22px;
  font-family: "Domine", serif;
  overflow-x:hidden;
}

body .form-control:focus {
  -webkit-box-shadow: none;
  box-shadow: none;
  border-color: #ccc;
}

body textarea {
  border-color: #ccc;
}

body textarea:focus {
  -webkit-box-shadow: none;
  box-shadow: none;
  border-color: #ccc;
  outline: none;
}

body a {
  color: black;
}

body a:hover {
  text-decoration: none;
  color: blue;
}

body a:focus {
  outline: none;
}

body p {
  text-align: justify;
  line-height: 38px;
  color: black;
  font-size: 20px;
  margin: 0;
}

body ul {
  margin: 0;
  padding: 0;
}

body ul li {
  list-style-type: none;
}

body button:focus {
  -webkit-box-shadow: none;
  box-shadow: none;
  outline: none;
}

body button:active {
  -webkit-box-shadow: none;
  box-shadow: none;
}

body input .btn:focus {
  -webkit-box-shadow: none;
  box-shadow: none;
  outline: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin-bottom: 0;
}

h1:focus,
h2:focus,
h3:focus,
h4:focus,
h5:focus,
h6:focus {
  outline: none;
}

.no-pad {
  padding: 0;
}

.sec-padding {
  padding: 80px 0;
}

.sec-background {
  background-color: white;
}

.sec-title {
  margin-bottom: 30px;
}

.sec-title h5 {
  font-size: 1rem;
  line-height: 1.1;
  text-transform: uppercase;
  letter-spacing: 0.25rem;
  color: #f01a24;
  margin-top: 0;
  font-weight: 600;
  margin-bottom: 2rem;
}

.sec-title h5::before {
  content: "/";
  margin-right: 5px;
}

.sec-title h2 {
  font-size: 3rem;
  font-weight: 700;
  line-height: 1.3;
  color: #000000;
  letter-spacing: -0.03rem;
  margin-top: 0;
}

.sec-title-2 {
  width: 80%;
  margin-bottom: 50px;
}

.sec-title-2 h2 {
  color: #3d4147;
  font-size: 69px;
  font-weight: 700;
  line-height: 1;
}

#myTopbtn {
  display: none;
  position: fixed;
  bottom: 16px;
  right: 15px;
  z-index: 99;
  font-size: 26px;
  border: none;
  outline: none;
  color: white;
  height: 45px;
  width: 45px;
  -webkit-box-shadow: 0px 0px 9px 0px #00000063;
          box-shadow: 0px 0px 9px 0px #00000063;
  background: #f01a24;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
  opacity: 0.7;
}

#myTopbtn:hover {
  opacity: 1;
  cursor: pointer;
}

.fixed-header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 999;
  -webkit-box-shadow: 0 0 5px 0 #dcdcdc;
          box-shadow: 0 0 5px 0 #dcdcdc;
}

.sideMenu {
  height: 100%;
  width: 0;
  position: fixed;
  z-index: 4000;
  top: 0;
  right: 0;
  background-color: #000;
  overflow-x: hidden;
  padding: 30px 0;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.sideMenu h4 {
  color: white;
  padding: 0 0 20px 20px;
}

.sideMenu .sideMenu-nav {
  padding-left: 40px;
}

.sideMenu .sideMenu-nav li {
  padding-bottom: 25px;
}

.sideMenu .sideMenu-nav li a {
  font-size: 18px;
  color: #c6c6c6;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}

.sideMenu .sideMenu-nav li a:hover {
  color: #f01a24;
  margin-left: 5px;
}

.sideMenu .sideMenu-social {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 40px 20px;
}

.sideMenu .sideMenu-social li i {
  width: 35px;
  height: 35px;
  color: #fff !important;
  border-radius: 50%;
  line-height: 35px;
  font-size: 18px;
}

.sideMenu .sideMenu-social li:last-child {
  border-right: 0;
}

.sideMenu .sideMenu-contact {
  padding: 10px;
}

.sideMenu .sideMenu-contact li {
  text-align: center;
  color: #c6c6c6;
  padding-bottom: 5px;
}

.sideMenu .closebtn {
  position: absolute;
  top: 30px;
  right: 25px;
  font-size: 30px !important;
  margin-left: 50px;
  color: white;
}

.sideMenu .closebtn:hover {
  color: white !important;
}

.openbtn {
  font-size: 20px;
  cursor: pointer;
  background-color: black;
  color: white;
  padding: 10px 15px;
  border: none;
  position: fixed;
  right: 15px;
  z-index: 100;
}

.openbtn:hover {
  background-color: #444;
}

.header-main {
  background-color: black;
}

.header-main-left img {
  height: 120px;
  width: 140px;
  object-fit:contain;
}

.hmr {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.header-main-right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  z-index: 2000;
}

.menu-mobile {
  display: none;
  padding: 20px;
}

.menu-mobile:after {
  content: "\f0c9";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  font-size: 30px;
  padding: 0;
  float: right;
  position: relative;
  top: 50%;
  color: #fff;
  -webkit-transform: translateY(-25%);
  transform: translateY(-25%);
}

.menu-dropdown-icon:before {
  content: "\f078";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  display: none;
  cursor: pointer;
  float: right;
  padding: 10px;
  color: #fff;
}

.menu > ul {
  margin: 0 auto;
  width: 100%;
  list-style: none;
  padding: 0;
  position: relative;
  /* IF .menu position=relative -> ul = container width, ELSE ul = 100% width */
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.menu > ul:before,
.menu > ul:after {
  content: "";
  display: table;
}

.menu > ul:after {
  clear: both;
}

.menu > ul > li {
  padding: 0;
  float: left;
  margin: 0;
}

.menu .link-item a {
  text-decoration: none;
  padding: 10px 20px;
  display: block;
  color: #fff;
  font-size: 18px;
  font-weight: 600;
}

.menu .link-item a:hover {
  color: #ed1b24;
}

.menu > ul > li > ul {
  display: none;
  width: 100%;
  background: black;
  padding: 20px;
  position: absolute;
  z-index: 99;
  left: 0;
  top: 82px;
  margin: 0;
  list-style: none;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-top: 2px solid #ed1b24;
}

.menu > ul > li > ul:before,
.menu > ul > li > ul:after {
  content: "";
  display: table;
}

.menu > ul > li > ul:after {
  clear: both;
}

.menu > ul > li > ul > li {
  margin: 0;
  padding-bottom: 0;
  list-style: none;
  width: 25%;
  background: none;
  float: left;
}

.menu .drop-down-fancy {
  padding: 0 10px;
}

.menu .drop-down-fancy ul {
  padding: 0;
}

.menu .drop-down-fancy li {
  list-style: none;
  padding: 10px 0;
  font-size: 14px;
}

.menu .drop-down-fancy li a {
  color: #383535;
  display: block;
  border-bottom: 1px solid #ccc;
  padding: 0;
  line-height: 30px;
}

.menu .fancy-header a {
  position: relative;
  color: #000 !important;
  font-weight: 600;
  padding: 0;
}

.menu .fancy-header a:before {
  position: absolute;
  content: "";
  top: 0;
  left: -10px;
  height: 100%;
  width: 2px;
  background: #f30;
  border: none;
}

.menu > ul > li > ul > li > ul {
  display: block;
  padding: 0;
  margin: 10px 0 0;
  list-style: none;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.menu > ul > li > ul > li > ul:before,
.menu > ul > li > ul > li > ul:after {
  content: "";
  display: table;
}

.menu > ul > li > ul > li > ul:after {
  clear: both;
}

.menu > ul > li > ul > li > ul > li {
  float: left;
  width: 100%;
  padding: 10px 0;
  margin: 0;
  font-size: 0.8em;
}

.menu > ul > li > ul > li > ul > li a {
  border: 0;
}

.menu > ul > li > ul.normal-sub {
  width: auto;
  left: auto;
  padding: 10px;
}

.menu > ul > li > ul.normal-sub > li {
  width: 100%;
}

.menu > ul > li > ul.normal-sub > li a {
  border: 0;
  padding: 10px;
  color: white;
  font-weight: 500;
}

/* ––––––––––––––––––––––––––––––––––––––––––––––––––
Mobile style's
–––––––––––––––––––––––––––––––––––––––––––––––––– */
@media only screen and (max-width: 991px) {
  .menu-container {
    width: 100%;
  }
  .menu-mobile {
    display: block;
  }
  .menu-dropdown-icon:before {
    display: block;
  }
  .menu > ul {
    display: none;
  }
  .menu > ul > li {
    width: 100%;
    float: none;
    display: block;
    margin: 10px 0;
  }
  .menu .link-item a {
    padding: 10px 0;
    width: 100%;
    display: block;
  }
  .menu > ul > li > ul {
    position: relative;
  }
  .menu > ul > li > ul.normal-sub {
    width: 100%;
  }
  .menu > ul > li > ul > li {
    float: none;
    width: 100%;
    margin-top: 20px;
  }
  .menu > ul > li > ul > li:first-child {
    margin: 0;
  }
  .menu > ul > li > ul > li > ul {
    position: relative;
  }
  .menu > ul > li > ul > li > ul > li {
    float: none;
  }
  .menu .show-on-mobile {
    display: block;
  }
}

.show {
  display: block !important;
  opacity: 1;
}

.donate-button {
  padding: 0 15px;
  z-index: 3000;
}

.donate-button a {
  font-size: 18px;
  font-weight: 600;
  background: #f01a24;
  padding: 8px 16px;
  border-radius: 40px;
  color: white;
}

.donate-button a:hover {
  background-color: white;
  color: #f01a24;
}

.main-banner {
  position: relative;
  overflow: hidden;
}

.main-banner .slick-dots {
  position: absolute;
  bottom: 20px;
  right: -45%;
  display: block;
  width: 100%;
  padding: 0;
  margin: 0;
  list-style: none;
  text-align: center;
}

.main-banner .slick-dots li button::before {
  font-size: 0;
}

.main-banner li.slick-active button {
  background: #233e9b !important;
}

.main-banner .slick-dots li button {
  font-size: 0;
  line-height: 0;
  display: block;
  width: 12px;
  height: 12px;
  padding: 1px;
  cursor: pointer;
  color: white;
  border: 1px solid;
  border-radius: 8px;
  outline: none;
  background: white;
}

.main-banner .slick-dots li {
  position: relative;
  display: inline-block;
  width: 10px;
  height: 20px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}

.main-banner-single {
  height: calc(100vh - 120px);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  opacity: 1;
  visibility: inherit;
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  position: relative;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transition: opacity 3000ms ease 0s;
  transition: opacity 3000ms ease 0s;
}

.main-banner-single:focus {
  outline: none;
}

.main-banner-single:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  /*background-color: #000000bd;*/
  background-color: #00000000;
}

/* Changed on 3/29 */
.main-banner-text {
    display:none;
}
.main-banner-text h2 {
  color: white;
  font-size: 4.8rem;
  line-height: 1.1;
  margin-bottom: 30px;
  font-weight: 700;
}

.main-banner-text p {
  color: white;
  font-size: 1.5rem;
  line-height: 1.8;
  font-weight: 400;
  padding-left: 60px;
  position: relative;
}

.main-banner-text p::before {
  content: "";
  position: absolute;
  height: 2px;
  width: 50px;
  background-color: #f01a24;
  left: 0;
  top: 20px;
}

.main-sectors {
  background-color: #e8ebef99;
}

.main-sectors-single {
  padding: 25px;
  background-color: #ffffff;
  border-radius: 3px;
  -webkit-box-shadow: 0px 2px 20px -10px rgba(0, 0, 0, 0.36);
          box-shadow: 0px 2px 20px -10px rgba(0, 0, 0, 0.36);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 15px 0;
  min-height: 198px;
}

.main-sectors-single .mss-img {
  width: 30%;
  margin-right: 20px;
  display: inline-block;
}

.main-sectors-single .mss-img img {
  height: 55px;
}

.main-sectors-single .mss-text h3 {
  color: #3d4147;
  font-size: 22px;
  margin-bottom: 15px;
  font-weight: 700;
}

.main-sectors-single .mss-text p {
  font-size: 15px;
  line-height: 27px;
  text-align: initial;
  color: #6e6e6e;
}

.main-projects-content .nav {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 50px;
}

.main-projects-content .nav-pills .nav-link.active,
.main-projects-content .nav-pills .show > .nav-link {
  color: #fff;
  background-color: #233e9b;
  border-radius: 0;
}

.main-projects-content .nav-pills .nav-link.active:hover,
.main-projects-content .nav-pills .show > .nav-link:hover {
  color: white;
}

.main-projects-content .nav-pills .nav-link {
  font-size: 20px;
  background: #f7f7f7;
  padding: 15px 30px;
  margin: 0 20px;
  font-weight: 600;
  color: #233e9b;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}

.main-projects-content .nav-pills .nav-link:hover {
  color: black;
}

.main-projects-content-inner {
  margin-top: 50px;
}

.main-projects-single {
  margin: 15px 0;
}

.main-projects-single .mps-text {
  -webkit-box-shadow: 0px 5px 19px rgba(0, 0, 0, 0.16);
          box-shadow: 0px 5px 19px rgba(0, 0, 0, 0.16);
  background-color: #ffffff;
  padding: 20px;
  max-width: 320px;
  max-height: 200px;
  min-height: 200px;
  margin: -70px auto 0;
  border-radius: 5px;
  position: relative;
}

.main-projects-single .mps-text h4 {
  font-size: 20px;
  margin-bottom: 10px;
  min-height: 50px;
}

.main-projects-single .mps-text h4 a {
  color: #233e9b !important;
  font-weight: 700;
}

.main-projects-single .mps-text p {
  font-size: 15px;
  line-height: 25px;
  color: #555555;
}

.main-projects-single .mps-text .mps-meta {
  margin-top: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.main-projects-single .mps-text .mps-view {
  color: #636363;
  padding: 4px 10px;
  border: 2px solid #dfdfdf;
  font-weight: 600;
  border-radius: 40px;
}

.main-projects-single .mps-text .mps-donate {
  color: black;
  font-weight: 600;
}

.main-projects-single .mps-text .mps-donate::before {
  content: "+";
}

.main-projects-single .mps-img img {
  height: 250px;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.main-donate {
  background-attachment: fixed;
  background-size: cover;
  background-position: center;
  position: relative;
}

.main-donate::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-image: -webkit-gradient(linear, left top, right top, from(#081543), to(#f01a2494));
  background-image: linear-gradient(to right, #081543, #f01a2494);
}

.mdl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.main-donate-left {
  margin-top: 20px;
}

.main-donate-left a {
  cursor: pointer;
  font-style: normal;
  color: white;
  border: 2px solid #f01a24;
  background-color: transparent;
  line-height: 14px;
  padding: 13px 31px;
  letter-spacing: 0px;
  font-weight: 600;
  font-size: 15px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  border-radius: 50px;
  background-color: #233e9b;
  border-color: #233e9b;
  font-weight: 700;
  font-size: 18px;
  padding: 16px 31px;
}

.main-donate-left a:hover {
  color: white;
  border-color: #f01a24;
  background: #f01a24;
  -webkit-box-shadow: 0 20px 38px rgba(0, 0, 0, 0.16);
          box-shadow: 0 20px 38px rgba(0, 0, 0, 0.16);
}

.main-donate-left a:hover {
  background-color: white;
  color: #233e9b;
  border-color: white;
}

.main-donate-left .mdl-join {
  background-color: white;
  color: #233e9b;
  border-color: white;
  margin-left: 20px;
}

.main-donate-left .mdl-join:hover {
  background-color: #233e9b;
  border-color: #233e9b;
  color: white;
}

.main-donate-right h2 {
  font-size: 65px;
  color: white;
  font-weight: 700;
  text-align: left;
}

.main-news {
  background-color: #e8ebef99;
}

.main-news img {
  width: 100%;
}

.mnb-img img {
  height: 400px;
  -o-object-fit: cover;
     object-fit: cover;
}

.mnb-text {
  background-color: white;
  padding: 25px 30px;
}

.mnb-text span {
  color: #f01a24;
  font-size: 12px;
  letter-spacing: 4px;
  text-transform: uppercase;
  font-weight: 600;
}

.mnb-text h4 {
  margin: 15px 0 20px;
  font-size: 26px;
  font-weight: 600;
}

.mnb-text h4 a {
  color: #233e9b;
}

.mnb-text p {
  font-size: 17px;
  line-height: 32px;
  color: #363636;
  min-height: 349px;
  max-height: 350px;
}

.mnb-text ul {
  margin-top: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  border-top: 2px solid #eaeaea;
  padding-top: 20px;
}

.mnb-text ul li strong {
  color: #233e9b;
}

.mnb-text ul .mnbt-date {
  font-weight: 600;
}

.main-news-small {
  margin-bottom: 30px;
}

.main-news-small:last-child {
  margin-bottom: 0;
}

.mns-img img {
  height: 200px;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.mns-text {
  background-color: white;
  padding: 15px 20px;
}

.mns-text span {
  color: #f01a24;
  font-size: 11px;
  letter-spacing: 4px;
  text-transform: uppercase;
  font-weight: 600;
}

.mns-text h4 {
  margin: 10px 0 15px;
  font-size: 20px;
  font-weight: 600;
}

.mns-text h4 a {
  color: #233e9b;
}

.mns-text p {
  font-size: 16px;
  line-height: 30px;
  color: #363636;
}

.mns-text ul {
  margin-top: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  border-top: 2px solid #eaeaea;
  padding-top: 10px;
}

.mns-text ul li strong {
  color: #233e9b;
}

.mns-text ul .mnbt-date {
  font-weight: 600;
}

.main-demo {
  background-color: #233e9b;
}

.main-demo-left h2 {
  color: white;
  line-height: 1.2;
  font-size: 43px;
}

.main-demo-left a {
  cursor: pointer;
  font-style: normal;
  color: white;
  border: 2px solid #f01a24;
  background-color: transparent;
  line-height: 14px;
  padding: 13px 31px;
  letter-spacing: 0px;
  font-weight: 600;
  font-size: 15px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  border-radius: 50px;
  margin-top: 30px;
  display: inline-block;
  border-color: #f01a24;
  background-color: #f01a24;
  color: white;
  font-weight: 700;
  font-size: 18px;
  padding: 16px 31px;
}

.main-demo-left a:hover {
  color: white;
  border-color: #f01a24;
  background: #f01a24;
  -webkit-box-shadow: 0 20px 38px rgba(0, 0, 0, 0.16);
          box-shadow: 0 20px 38px rgba(0, 0, 0, 0.16);
}

.main-demo-left a i {
  margin-left: 5px;
}

.main-demo-left a:hover {
  background-color: white;
  color: #f01a24;
  border-color: white;
}

.main-demo-right img {
  width: 100%;
  height: 350px;
  -o-object-fit: cover;
     object-fit: cover;
}

.main-gallery #demo {
  height: 100%;
  position: relative;
  overflow: hidden;
}

.main-gallery .thumb {
  margin: 5px 0;
  position: relative;
  cursor: pointer;
  padding: 0 5px;
  overflow: hidden;
}

.main-gallery .thumb:hover .zoom-icon {
  visibility: visible;
  opacity: 1;
}

.main-gallery .thumb:hover .overlay {
  visibility: visible;
}

.main-gallery .thumb:hover .thumb-text {
  visibility: visible;
}

.main-gallery .thumb:hover img {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}

.main-gallery img.zoom {
  width: 100%;
  height: 250px;
  border-radius: 2px;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-transition: 0.5s ease;
  transition: 0.5s ease;
  overflow: hidden;
}

.main-gallery .modal-header {
  border-bottom: none;
}

.main-gallery .modal-footer {
  display: none;
}

.main-gallery .zoom-icon {
  position: absolute;
  margin: 0;
  max-width: 90%;
  padding: 0;
  right: 20px;
  bottom: 20px;
  z-index: 78;
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
  color: white;
  font-size: 25px;
}

.main-gallery .overlay {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background-color: #f01a24d6;
  visibility: hidden;
  margin: 0 5px;
  -webkit-transition: 0.1s ease-out;
  transition: 0.1s ease-out;
}

.main-gallery .thumb-img {
  overflow: hidden;
}

.main-gallery .thumb-text {
  position: absolute;
  visibility: hidden;
  z-index: 20;
  top: 20px;
  left: 20px;
}

.main-gallery .thumb-text span {
  color: white;
  font-weight: 700;
  text-transform: uppercase;
  border-bottom: 2px solid #ffffff8c;
}

.main-gallery .thumb-text h4 {
  color: white;
  font-size: 20px;
  margin-top: 10px;
}

.main-events {
  background-color: #f1f3f5;
}

.main-events-single {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 30px;
  background-color: white;
  border-radius: 5px;
  -webkit-box-shadow: 0px 0px 10px 0px #00000017;
          box-shadow: 0px 0px 10px 0px #00000017;
  margin-bottom: 30px;
  max-height: 215px;
  min-height: 210px;
}

.main-events-single:last-child {
  margin-bottom: 0;
}

.mes-left {
  width: 15%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.mes-left span {
  font-weight: 700;
  text-transform: uppercase;
  font-size: 20px;
}

.mes-middle {
  width: 25%;
  margin: 0 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.mes-middle img {
  height: 150px;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.mes-right {
  width: 60%;
}

.mes-right h4 {
  font-weight: 700;
  font-size: 28px;
}
.mes-right h4 a{
  pointer-events: none;
}

.mes-right h4 a:hover {
  color: #f01a24;
}

.mes-right ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 5px 0 10px;
}

.mes-right ul li {
  padding-right: 20px;
}

.mes-right ul li span {
  color: gray;
}

.mes-right ul li span i {
  margin-right: 3px;
  font-weight: bold;
}

.mes-right p {
  font-size: 15px;
  line-height: 25px;
  color: #222;
}

.main-sponsors-three {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 165px;
}

.main-sponsors-three .msi {
  width: 33.33%;
}

.main-sponsors-three .msi:hover {
  -webkit-box-shadow: 0px 0px 25px 0px rgba(0, 0, 0, 0.16);
          box-shadow: 0px 0px 25px 0px rgba(0, 0, 0, 0.16);
}

.main-sponsors-four {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.main-sponsors-four .msi {
  width: 25%;
}

.main-sponsors-four .msi:hover {
  -webkit-box-shadow: 0px 0px 25px 0px rgba(0, 0, 0, 0.16);
          box-shadow: 0px 0px 25px 0px rgba(0, 0, 0, 0.16);
}

.msi {
  margin: 5px;
  padding: 15px 25px;
  text-align: center;
}

.msi a {
  display: block;
  /*pointer-events: none;*/
}

.msi img {
  max-width: 45%;
  height: 80px;
}

.main-resources-single {
  background: #fbf7f2;
  padding: 30px 20px;
  margin: 15px 0;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}

.main-resources-single:hover {
  margin-top: 8px;
  cursor: pointer;
  -webkit-box-shadow: 0px 0px 7px 0px #00000026;
          box-shadow: 0px 0px 7px 0px #00000026;
}

.main-resources-single a:hover {
  color: black;
}

.main-resources-single h4 {
  font-size: 28px;
  font-weight: 700;
  text-transform: uppercase;
}

.main-resources-single p {
  font-size: 18px;
}

.footer-main {
  background-color: #233e9b;
  padding: 50px 0;
}

.fml {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.fml-social {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-bottom: 20px;
}

.fml-social li {
  padding: 0 8px;
}

.fml-social li i {
  text-align: center;
  width: 40px;
  height: 40px;
  color: #fff !important;
  border-radius: 50%;
  line-height: 40px;
  font-size: 20px;
  -webkit-box-shadow: 0px 0px 7px 0px #00000099;
          box-shadow: 0px 0px 7px 0px #00000099;
}

.fml-social i.fab.fa-facebook-f {
  background-color: #4267b2;
}

.fml-social i.fab.fa-twitter {
  background-color: #55acee;
}

.fml-social i.fab.fa-instagram {
  background-color: #cc377b;
}

.fml-social i.fab.fa-youtube {
  background-color: #db1f27;
}

.footer-main-left p {
  font-size: 15px;
  font-weight: 600;
  color: white;
}

.footer-main-left p a {
  color: white;
}

.footer-main-mid h4 {
    font-size: 18px;
    font-weight: 700;
    color: white;
    text-align: center;
    margin-bottom: 15px;
}

.footer-main-mid ul {
    display: flex;
    justify-content: space-around;
}
.footer-main-mid img {
    height: 100px;
    background: white;
    width: 120px;
    object-fit: contain;
    padding: 4px;
}
.fml-links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.fml-links li {
  padding-right: 15px;
}

.fml-links li a {
  font-weight: 600;
  font-size: 14px;
  color: white;
}

.fmr {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.fmr-contact li {
  text-align: right;
  font-size: 18px;
  font-weight: 700;
  padding-bottom: 10px;
  color: white;
}

.fmr-contact a {
  color: white;
}

.fmr-contact a:hover {
  color: white;
}

.fmr-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.fmr-nav li {
  padding-left: 15px;
}

.fmr-nav li a {
  font-weight: 600;
  font-size: 14px;
  color: white;
}

.inner-breadcrumb {
  background-size: cover;
  background-position: center;
  height: calc(100vh - 120px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  position: relative;
  z-index: 1;
}

.inner-breadcrumb::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  /*background-color: #233e9bd9;*/
  background-color: #233e9b8f;
  z-index: -1;
}

.inner-breadcrumb span {
  font-size: 25px;
  text-transform: uppercase;
  font-weight: 700;
  color: white;
  padding: 5px 10px;
}

.inner-breadcrumb span::before {
  content: "|";
  margin-right: 5px;
  color: gainsboro;
  font-size: 30px;
}

.inner-breadcrumb span::after {
  content: "|";
  margin-left: 5px;
  color: gainsboro;
  font-size: 30px;
}

.inner-breadcrumb h4 {
  font-size: 3rem;
  font-weight: 700;
  line-height: 1.3;
  color: white;
  letter-spacing: -0.03rem;
  z-index: 1;
  margin-top: 20px;
}

.main-about-process-single {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 30px 20px;
  min-height: 218px;
  max-height: 220px;
}

.maps-left {
  margin-right: 15px;
  position: relative;
}

.maps-left i {
  background-color: #f01a24;
  color: white;
  height: 50px;
  width: 50px;
  line-height: 50px;
  border-radius: 50%;
  text-align: center;
  font-size: 25px;
}

.maps-left:after {
  content: "";
  position: absolute;
  height: calc(100% - 60px);
  width: 1px;
  background-color: red;
  left: 50%;
  top: 60px;
  z-index: -1;
}

.maps-right h4 {
  font-weight: 600;
  margin-bottom: 10px;
}

.maps-right p {
  font-size: 17px;
  line-height: 30px;
  color: #444444;
  text-align: initial;
}

.inner-about-impact {
  background-color: #e8ebef99;
  padding-top: 50px;
  margin-bottom: 50px;
}

.iaic-left .nav-item {
  width: 100%;
  margin-bottom: 10px;
}

.iaic-left .nav-item:last-child {
  margin-bottom: 0;
}

.iaic-left .nav-pills .nav-link.active,
.iaic-left .nav-pills .show > .nav-link {
  color: #fff;
  background-color: #233e9b;
}

.iaic-left .nav-pills .nav-link {
  border-radius: 0;
  padding: 20px;
  font-weight: 600;
  font-size: 18px;
  color: #233e9b;
  background-color: #fcfcfc;
}

.iaicr-content {
  background: white;
  padding: 20px;
  max-height: 475px;
}

.ias:not(:last-child) {
  padding-bottom: 50px;
}

.iam-left ul {
  padding-top: 20px;
}

.iam-left ul li {
  line-height: 38px;
  color: black;
  font-size: 20px;
  padding-bottom: 10px;
  position: relative;
  padding-left: 25px;
}

.iam-left ul li::before {
  content: "\f058";
  position: absolute;
  font-family: "Font Awesome 5 Free";
  font-weight: 600;
  left: 0;
  color: #233e9b;
}

.iam-left ul li:last-child {
  padding-bottom: 0;
}

.iam-right img {
  width: 100%;
}

.inner-about-video {
  height: 60vh;
  background-size: cover;
  background-position: center;
  margin-bottom: 60px;
  padding-bottom: 0 !important;
  background-attachment: fixed;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  z-index: 1;
}

.inner-about-video::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-image: -webkit-gradient(linear, left top, right top, from(#081543), to(#f01a2494));
  background-image: linear-gradient(to right, #081543, #f01a2494);
  z-index: -1;
}

.inner-about-video-content {
  text-align: center;
}

.inner-about-video-content h4 {
  font-size: 50px;
  color: white;
  margin-bottom: 20px;
}

.inner-about-video-content span {
  height: 140px;
}

.inner-about-video-content i {
  height: 100px;
  width: 100px;
  line-height: 100px;
  background-color: #233e9ba1;
  color: white;
  font-size: 30px;
  border-radius: 50%;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}

.inner-about-video-content i:hover {
  border-color: #233e9b;
  background-color: #233e9b;
}

.iacl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.inner-about-counters-left span a {
  font-size: 15px;
  text-transform: uppercase;
  color: #f01a24;
  font-weight: 700;
  letter-spacing: 3px;
}

.inner-about-counters-left h4 {
  margin-top: 20px;
  font-size: 50px;
  font-weight: 700;
  text-align: left;
}

.iac-single {
  background: black;
  margin: 15px 0;
  padding: 0 15px;
  height: 130px;
  width: 100%;
  color: white;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.iac-single h3 {
  font-size: 40px;
  margin-bottom: 10px;
}

.iac-single h5 {
  font-weight: 600;
}

.num-plus:after {
  content: "+";
  margin-left: 7px;
  font-size: 45px;
}

.iacs:nth-child(even) .iac-single {
  background-color: #f01a24;
}

.iacs:nth-child(odd) .iac-single {
  background-color: #233e9b;
}

.inner-contact {
  padding-top: 80px;
}

.icd-single h5 {
  font-size: 1rem;
  line-height: 1.1;
  text-transform: uppercase;
  letter-spacing: 0.25rem;
  color: #f01a24;
  margin-top: 0;
  font-weight: 600;
  margin-bottom: 1rem;
}

.icd-single h5::before {
  content: "/";
  margin-right: 5px;
}

.icd-mail-num {
  padding-bottom: 70px;
}

.icd-mail-num ul li {
  padding: 20px 0;
  font-weight: 600;
}

.icd-mail-num ul .icd-mail {
  font-size: 50px;
}

.icd-mail-num ul .icd-mail a {
  color: black;
}

.icd-mail-num ul .icd-num {
  font-size: 30px;
}

.icd-mail-num ul .icd-num a {
  color: #4d4d4d;
}

.icd-address span {
  font-size: 35px;
  font-weight: 600;
  color: #4d4d4d;
  line-height: 40px;
}

.icd-postal {
  margin-top: 70px;
}

.icd-postal span {
  font-size: 30px;
  color: #767676;
  line-height: 40px;
  font-weight: 600;
}

.icd-social {
  margin-top: 70px;
}

.icd-social .fml-social li {
  padding: 5px 10px;
}

.icd-social .fml-social li i {
  -webkit-box-shadow: 0px 0px 7px 0px #00000054;
          box-shadow: 0px 0px 7px 0px #00000054;
}

.message-form {
  margin-top: -90px;
  background-color: white;
  padding: 50px;
  border-radius: 5px;
  -webkit-box-shadow: 0px 5px 12px 3px rgba(12, 12, 12, 0.15);
          box-shadow: 0px 5px 12px 3px rgba(12, 12, 12, 0.15);
}

.message-form h2 {
  font-weight: 600;
  margin-bottom: 20px;
}

.message-form input {
  width: 100%;
  padding: 12px 10px;
  border: none;
  border-bottom: 1px solid #cacaca;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin-top: 6px;
  margin-bottom: 16px;
  resize: vertical;
}

.message-form input:focus {
  outline: none;
}

.message-form textarea {
  padding: 12px 10px;
  border: 1px solid #cacaca;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin-top: 6px;
  margin-bottom: 16px;
  resize: vertical;
}

.message-form textarea:focus {
  outline: none;
}

.message-form input[type="submit"] {
  cursor: pointer;
  font-style: normal;
  color: white;
  border: 2px solid #f01a24;
  background-color: transparent;
  line-height: 14px;
  padding: 13px 31px;
  letter-spacing: 0px;
  font-weight: 600;
  font-size: 15px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  border-radius: 50px;
  width: 30%;
  -webkit-transition: linear 0.4s;
  transition: linear 0.4s;
  padding: 12px;
  cursor: pointer;
  color: white;
  background-color: #f01a24;
}

.message-form input[type="submit"]:hover {
  color: white;
  border-color: #f01a24;
  background: #f01a24;
  -webkit-box-shadow: 0 20px 38px rgba(0, 0, 0, 0.16);
          box-shadow: 0 20px 38px rgba(0, 0, 0, 0.16);
}

.message-form input[type="submit"]:focus {
  outline: none;
}

.icd-map {
  margin-top: 50px;
}

.inner-pagination {
  text-align: center;
  margin-top: 40px;
}

.inner-pagination .pagination {
  display: inline-block;
}

.inner-pagination .pagination a {
  color: black;
  float: left;
  -webkit-transition: background-color 0.3s;
  transition: background-color 0.3s;
  border: 2px solid #c3c3c3;
  margin: 0 5px;
  height: 40px;
  width: 40px;
  line-height: 38px;
  border-radius: 50%;
  font-weight: 600;
  text-align: center;
}

.inner-pagination .pagination a.active {
  background-color: #f01a24;
  border: 1px solid #f01a24;
  color: white;
}

.ipsl-title h4 {
  margin-bottom: 20px;
  font-size: 40px;
  font-weight: 600;
  text-transform: uppercase;
}

.ipsl-img img {
  width: 100%;
  height: 500px;
  -o-object-fit: cover;
     object-fit: cover;
}

.ipsl-text {
  margin-top: 30px;
}

.ipsl-text p {
  font-size: 18px;
  line-height: 35px;
  color: #323232;
  margin-bottom: 15px;
}

.ipsl-text p a {
  color: #f01a24;
}

.ipsl-text p:last-child {
  margin-bottom: 0;
}

.ipsl-text ul {
  padding: 15px 0;
}

.ipsl-text ul li {
  font-weight: 600;
  font-size: 18px;
  padding-bottom: 15px;
  position: relative;
  padding-left: 25px;
}

.ipsl-text ul li::before {
  content: "\f058";
  position: absolute;
  font-family: "Font Awesome 5 Free";
  font-weight: 600;
  left: 0;
  color: #233e9b;
}

.ipsl-text ul li:last-child {
  padding-bottom: 0;
}

.ipsl-gallery {
  margin-top: 15px;
}

.ipsl-gallery-single {
  margin: 15px 0;
}

.ipsl-gallery-single img {
  width: 100%;
  height: 250px;
  -o-object-fit: cover;
     object-fit: cover;
}

.ipsr-item {
  padding: 30px;
  margin-bottom: 30px;
  background: #fbf9ff;
}

.inner-projects-single-related {
  background-color: whitesmoke;
}

.inner-news {
  background-color: #f7f7f7;
}

.inner-news-content .main-news-small {
  margin-bottom: 30px;
}

.inner-news-content .mns-img img {
  height: 250px;
}

.inner-news-content .mns-text {
  min-height: 230px;
}

.insl-top h5 {
  margin-bottom: 20px;
  font-size: 40px;
  font-weight: 600;
  text-transform: uppercase;
}

.insl-top img {
  height: 450px;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.insl-meta {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 10px 0;
  color: #777;
}

.insl-meta strong {
  color: #233e9b;
}

.insl-text p {
  font-size: 18px;
  line-height: 35px;
  color: #323232;
  margin-bottom: 15px;
}

.insl-text p:last-child {
  margin-bottom: 0;
}

.insl-highlight {
  background-color: #233e9b;
  padding: 20px 30px;
  margin: 30px 0;
}

.insl-highlight p {
  color: white;
  font-size: 18px;
  font-weight: 600;
}

.insl-tags-share {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 20px 0;
  border-top: 1px solid #f1f1f1;
  border-bottom: 1px solid #f1f1f1;
  margin: 20px 0;
}

.insl-tags span {
  font-weight: 600;
}

.insl-tags span a {
  font-weight: 600;
  color: #24408f;
  margin: 0 2px;
}

.insl-share ul {
  padding-bottom: 0;
}

.insl-share ul li i {
  -webkit-box-shadow: 0px 0px 7px 0px #00000054;
          box-shadow: 0px 0px 7px 0px #00000054;
  height: 35px;
  width: 35px;
  line-height: 35px;
  font-size: 18px;
}

.insr-item {
  padding: 30px;
  margin-bottom: 30px;
  background: #fbf9ff;
}

.insr-item h5 {
  font-size: 22px;
  text-transform: uppercase;
  font-weight: 600;
  margin-bottom: 40px;
  color: #f01a24;
}

.inner-news-single-search input[type="text"] {
  border: 2px solid #f01a24;
  width: 80%;
  padding: 15px 22px;
  font-size: 14px;
  font-weight: 500;
  line-height: 24px;
  letter-spacing: 0.025em;
  color: #151515;
  background-color: #efefef;
}

.inner-news-single-search button {
  position: absolute;
  width: 15%;
  background: #f01a24;
  color: white;
  border: 2px solid #f01a24;
  border-left: none;
  cursor: pointer;
  padding: 18px 20px;
  font-size: 14px;
  line-height: 1.34;
}

.insr-single {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 10px 0 25px;
  border: 1px solid #e2e2e2;
}

.insr-single-img img {
  height: 90px;
  width: 100px;
  -o-object-fit: cover;
     object-fit: cover;
}

.insr-single-info {
  padding-left: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.insr-single-info-text h3 {
  line-height: 0.5;
  margin-bottom: 15px;
}

.insr-single-info-text h3 a {
  color: black;
  font-size: 14px;
  font-weight: 600;
  position: initial;
}

.insr-single-info-text span {
  font-weight: 600;
  position: relative;
  font-size: 12px;
}

.inner-news-single-archives ul {
  padding-left: 20px;
}

.inner-news-single-archives ul li {
  padding: 13px 0;
  border-bottom: 1px dotted #efefef;
}

.inner-news-single-archives ul li a {
  font-size: 16px;
  color: #233e9b;
  font-weight: 600;
}

.inner-team-content:not(:last-child) {
  margin-bottom: 60px;
}

.inner-team-text {
  margin-bottom: 60px;
}

.inner-team-category {
  font-size: 35px;
  text-transform: uppercase;
  font-weight: 600;
  color: #f01a24;
  margin-bottom: 30px;
}

.inner-team-single {
  position: relative;
  overflow: hidden;
  text-align: left;
  cursor: pointer;
  margin-bottom: 30px;
}

.inner-team-single:hover .its-social li {
  -webkit-transform: translateY(0);
          transform: translateY(0);
  opacity: 1;
  visibility: visible;
}

.inner-team-single:hover .inner-team-caption:before {
  background-color: #233e9b;
}

.inner-team-single img {
  height: 350px;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.its-social {
  padding-left: 0;
  list-style-type: none;
  position: absolute;
  left: 0;
  right: 0;
  top: 15px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 0;
  display: block;
}

.its-social li {
  -webkit-transform: translateX(-20px);
          transform: translateX(-20px);
  -webkit-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
  opacity: 0;
  visibility: hidden;
  margin-left: 1px;
  margin-right: 1px;
  margin-bottom: 5px;
}

.its-social li a {
  display: block;
  width: 40px;
  height: 40px;
  background-color: #f4f5fe;
  text-align: center;
  position: relative;
  font-size: 20px;
  color: #f01a24;
  border-radius: 30px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.its-social li a i {
  position: absolute;
  left: 0;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  margin-left: auto;
  margin-right: auto;
}

.its-social li a i.fab.fa-linkedin-in {
  background: #225982;
}

.its-social li:nth-child(1) {
  -webkit-transition-delay: 0.2s;
          transition-delay: 0.2s;
}

.its-social li:nth-child(2) {
  -webkit-transition-delay: 0.3s;
          transition-delay: 0.3s;
}

.its-social li:nth-child(3) {
  -webkit-transition-delay: 0.4s;
          transition-delay: 0.4s;
}

.its-social li:nth-child(4) {
  -webkit-transition-delay: 0.5s;
          transition-delay: 0.5s;
}

.inner-team-caption {
  position: absolute;
  bottom: 10%;
  padding: 15px 6% 15px 18%;
  overflow: hidden;
  left: 0;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  z-index: 1;
  min-width: 300px;
}

.inner-team-caption:before {
  position: absolute;
  content: "";
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  background-color: rgba(17, 17, 17, 0.5);
  -webkit-transform: skew(10deg);
          transform: skew(10deg);
  -webkit-transform-origin: 50% 100%;
          transform-origin: 50% 100%;
  z-index: -1;
}

.inner-team-caption h4 {
  color: white;
  font-weight: 500;
  font-size: 22px;
  line-height: 1.71429;
  text-transform: uppercase;
}

.inner-team-caption p {
  line-height: 1.5;
  color: #ffffff;
  letter-spacing: 0.025em;
  font-size: 16px;
  font-weight: 500;
  text-align: left !important;
}

.itsid-img img {
  height: 500px;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.itsid-text {
  margin-top: 10px;
}

.itsid-text span {
  background-color: #f01a24;
  color: white;
  padding: 5px 10px;
  font-weight: 600;
}

.itsid-text h2 {
  margin: 10px 0 15px;
}

.itsid-text p {
  font-size: 18px;
  line-height: 35px;
}

.itsid-con-info {
  margin-top: 30px;
}

.itsid-con-info h6 {
  color: #233e9b;
  font-weight: 600;
  font-size: 20px;
}

.itsid-con-info table {
  border-collapse: collapse;
  width: 100%;
  margin: 5px 10px;
}

.itsid-con-info td {
  text-align: left;
  padding: 8px;
  font-weight: 600;
}

.itsid-social {
  margin-top: 20px;
}

.itsid-social i {
  -webkit-box-shadow: 0px 0px 7px 0px #00000057;
          box-shadow: 0px 0px 7px 0px #00000057;
}

.itsid-social i.fab.fa-linkedin-in {
  background: #225982;
}

.inner-team-single-desc-company {
  margin-top: 80px;
}

.itsc-text span {
  color: #9e9e9e;
  font-weight: 600;
  font-size: 15px;
}

.itsc-text h4 {
  margin: 10px 0 15px;
  font-weight: 600;
  font-size: 25px;
}

.itsc-text p {
  font-size: 18px;
  line-height: 35px;
}

.itsc-con-info {
  margin-top: 20px;
}

.itsc-con-info h6 {
  color: #233e9b;
  font-weight: 600;
  font-size: 20px;
}

.itsc-con-info table {
  border-collapse: collapse;
  width: 100%;
  margin: 5px 10px;
}

.itsc-con-info td {
  text-align: left;
  padding: 5px;
  font-weight: 600;
}

.itsc-img img {
  height: 300px;
  width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.extra-resources-inner {
  margin-bottom: 60px;
}

.eri-single {
  margin-bottom: 50px;
  padding: 0 30px;
}

.eri-single h3 {
  margin-bottom: 15px;
  position: relative;
  padding-left: 10px;
}

.eri-single h3::before {
  content: "";
  position: absolute;
  height: 30px;
  width: 4px;
  background-color: #f01a24;
  left: 0;
  top: 2px;
}

.eri-single p {
  font-size: 18px;
  line-height: 35px;
}

.eri-single a {
  color: #f01a24;
  font-weight: 600;
}

.eri-single ul {
  margin-top: 20px;
}

.eri-single ul li {
  padding: 10px 0 10px 15px;
  font-size: 18px;
  line-height: 35px;
  font-weight: 600;
  position: relative;
}

.eri-single ul li::before {
  content: "\f111";
  position: absolute;
  font-family: "Font Awesome 5 Free";
  left: 5px;
  font-weight: 100;
  font-size: 9px;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.idd-text {
  margin-bottom: 40px;
}

.idd-text p:not(:last-child) {
  margin-bottom: 15px;
}

.idd-info h4 {
  font-size: 30px;
  margin-bottom: 25px;
}

.idd-info ul {
  padding-left: 20px;
}

.idd-info ul li {
  padding-bottom: 20px;
  font-size: 18px;
  font-weight: 600;
}

.idd-info ul li span {
  width: 300px;
  display: inline-block;
  position: relative;
}

.idd-info ul li span::after {
  content: ":";
  position: absolute;
  right: 35px;
  font-weight: normal;
  color: gray;
}

.inner-member-form {
  padding: 60px 50px;
  -webkit-box-shadow: 0px 0px 7px 1px #00000036;
          box-shadow: 0px 0px 7px 1px #00000036;
  margin: 30px 50px 0;
  background-color: white;
}

.inner-member-form .form-group {
  margin-bottom: 1.5rem;
}

.inner-member-form .form-group input::-webkit-input-placeholder {
  font-size: 14px;
  color: gray;
}

.inner-member-form .form-group input:-ms-input-placeholder {
  font-size: 14px;
  color: gray;
}

.inner-member-form .form-group input::-ms-input-placeholder {
  font-size: 14px;
  color: gray;
}

.inner-member-form .form-group input::placeholder {
  font-size: 14px;
  color: gray;
}

.inner-member-form .form-group select {
  font-size: 14px;
  color: gray;
}

.inner-member-form .form-group textarea {
  font-size: 14px;
  color: gray;
}

.inner-member-form label {
  font-weight: 600;
}

.iaof-title {
  text-align: center;
  border-bottom: 2px solid #00000014;
  padding-bottom: 30px;
  margin-bottom: 70px;
}

.iaof-title span {
  font-size: 20px;
  font-weight: 600;
  color: #f01a24;
  display: block;
  margin: 15px 0 20px;
}

.iaof-title h2 {
  text-transform: uppercase;
  font-weight: 700;
  font-size: 40px;
}

.button-holder-cnt input {
  cursor: pointer;
  font-style: normal;
  color: white;
  border: 2px solid #f01a24;
  background-color: transparent;
  line-height: 14px;
  padding: 13px 31px;
  letter-spacing: 0px;
  font-weight: 600;
  font-size: 15px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  border-radius: 50px;
  background-color: #f01a24;
  color: white;
}

.button-holder-cnt input:hover {
  color: white;
  border-color: #f01a24;
  background: #f01a24;
  -webkit-box-shadow: 0 20px 38px rgba(0, 0, 0, 0.16);
          box-shadow: 0 20px 38px rgba(0, 0, 0, 0.16);
}

.half-wid-group {
  display: inline-block;
  width: 47%;
  margin-bottom: 0;
}

.hwg-left {
  margin-right: 20px;
}

.inner-downloads-single {
  background-color: white;
  -webkit-box-shadow: 0px 0px 10px 3px #306cb429;
          box-shadow: 0px 0px 10px 3px #306cb429;
  padding: 20px;
  margin-bottom: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  min-height: 135px;
}

.inner-downloads-single a:hover {
  color: #f01a24;
}

.inner-downloads-single-text {
  position: relative;
  padding-left: 30px;
}

.inner-downloads-single-text h3 {
  font-size: 25px;
  margin: 10px 0;
}

.inner-downloads-single-text small {
  font-size: 90%;
  font-weight: 400;
  color: #4d4d4d;
}

.inner-downloads-single-text::before {
  content: "\f56d";
  font-size: 20px;
  line-height: 27px;
  font-family: "Font Awesome 5 Free";
  font-weight: 600;
  position: absolute;
  color: #233e9b;
  left: 0;
}

.inner-faq-single {
  padding: 30px 20px;
}

.inner-faq-single h4 {
  position: relative;
  margin-bottom: 10px;
  padding-left: 30px;
  font-weight: 600;
}

.inner-faq-single h4::before {
  content: "\f059";
  font-size: 25px;
  line-height: 27px;
  font-family: "Font Awesome 5 Free";
  font-weight: 600;
  position: absolute;
  color: #233e9b;
  left: 0;
}

.inner-faq-single p {
  font-size: 18px;
  line-height: 35px;
  padding-left: 30px;
  color: #222222;
}

.inner-faq-single:nth-child(even) {
  background-color: whitesmoke;
}

.inner-faq-single:nth-child(odd) {
  background-color: white;
}

.inner-documents #demo {
  height: 100%;
  position: relative;
  overflow: hidden;
}

.inner-documents .thumb {
  margin: 15px 0;
  position: relative;
  cursor: pointer;
  padding: 0 5px;
  overflow: hidden;
  height: -webkit-fill-available;
}

.inner-documents .thumb:hover .zoom-icon {
  visibility: visible;
  opacity: 1;
}

.inner-documents .thumb:hover .overlay {
  visibility: visible;
}

.inner-documents img.zoom {
  width: 100%;
  height: auto;
  border-radius: 2px;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-transition: 0.5s ease;
  transition: 0.5s ease;
  overflow: hidden;
}

.inner-documents .modal-header {
  border-bottom: none;
}

.inner-documents .modal-footer {
  display: none;
}

.inner-documents .zoom-icon {
  position: absolute;
  margin: 0;
  max-width: 90%;
  padding: 0;
  right: 20px;
  bottom: 20px;
  z-index: 78;
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
  color: white;
  font-size: 25px;
}

.inner-documents .overlay {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background-color: #1e1e1ed6;
  visibility: hidden;
  margin: 0 5px;
  -webkit-transition: 0.2s ease-out;
  transition: 0.2s ease-out;
}

.inner-gallery {
  background-color: #f7f7f7;
}

.inner-gallery-item {
  position: relative;
  margin-bottom: 30px;
  background-color: white;
  -webkit-box-shadow: 0px 0px 6px 0px #bdbdbd73;
          box-shadow: 0px 0px 6px 0px #bdbdbd73;
  padding: 10px;
}

.inner-gallery-item a {
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}

.inner-gallery-item:hover .igi-img img {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}

.igi-img {
  overflow: hidden;
  z-index: 10;
}

.igi-img img {
  width: 100%;
  height: 250px;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-transform: scale(1);
          transform: scale(1);
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  z-index: 5;
}

.igi-text {
  background: white;
  text-align: center;
  padding: 30px 5px 20px;
}

.igi-text h3 {
  font-size: 20px;
}

.inner-gallery-single {
  margin-bottom: 30px;
}

.inner-gallery-single img {
  width: 100%;
  height: 250px;
  -o-object-fit: cover;
     object-fit: cover;
}

.inner-gallery-single #demo {
  height: 100%;
  position: relative;
  overflow: hidden;
}

.inner-gallery-single .thumb {
  margin-bottom: 30px;
  position: relative;
  cursor: pointer;
}

.inner-gallery-single .thumb:hover .zoom-icon {
  visibility: visible;
  opacity: 1;
}

.inner-gallery-single .thumb:hover .overlay {
  visibility: visible;
}

.inner-gallery-single img.zoom {
  width: 100%;
  height: 250px;
  border-radius: 2px;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.inner-gallery-single .modal-header {
  border-bottom: none;
}

.inner-gallery-single .modal-footer {
  display: none;
}

.inner-gallery-single .zoom-icon {
  position: absolute;
  margin: 0;
  max-width: 90%;
  padding: 0;
  right: 20px;
  bottom: 20px;
  z-index: 78;
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
  color: white;
  font-size: 25px;
}

.inner-gallery-single .overlay {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background-color: #f01a24d6;
  visibility: hidden;
  margin: 0 15px;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}
/*# sourceMappingURL=style.css.map */

/* bid css */
.inner-bid {
  background-color: #e8ebef99;
}

.inner-bid img {
  width: 100%;
  height: 250px;
  -o-object-fit: cover;
  object-fit: cover;
}

.inner-bid #demo {
  height: 100%;
  position: relative;
  overflow: hidden;
}

.inner-bid .thumb {
  margin-bottom: 30px;
  cursor: pointer;
}

.inner-bid .thumb:hover .zoom-icon {
  visibility: visible;
  opacity: 1;
}

.inner-bid .thumb:hover .overlay {
  visibility: visible;
}

.inner-bid .thumb-img {
  position: relative;
}

.inner-bid img.zoom {
  width: 100%;
  height: 250px;
  border-radius: 2px;
  -o-object-fit: cover;
  object-fit: cover;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.inner-bid .modal-header {
  border-bottom: none;
}

.inner-bid .modal-footer {
  display: none;
}

.inner-bid .zoom-icon {
  position: absolute;
  margin: 0;
  max-width: 90%;
  padding: 0;
  right: 30px;
  bottom: 75px;
  z-index: 78;
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
  color: white;
  font-size: 25px;
}

.inner-bid .overlay {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background-color: #f01a24d6;
  visibility: hidden;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}

.inner-bid .thumb-text {
  text-align: center;
  padding: 10px 5px;
  background-color: white;
  min-height: 68px;
  max-height: 68px;
  overflow: hidden;
}

.inner-bid .thumb-text h4 {
  font-size: 20px;
}

.inner-bid-single {
  background: #ffffff;
  -webkit-box-shadow: 0px 0px 15px 0px #80808045;
  box-shadow: 0px 0px 15px 0px #80808045;
}
