body, html {
  margin: 0px;
  padding: 0px;
}

body * {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-family: "Roboto" ,sans-serif;
}

.container {
  max-width: 1330px;
  width: 100%;
  padding-left: 15px;
  padding-right: 15px;
  margin-left: auto;
  margin-right: auto;
}

header {
  background-color: #000000;
}
header .outer__header {
  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: 10px 0px;
}
header .outer__header > .right__logo {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}
header .outer__header > .right__logo > img {
  max-height: 80px;
}
header .outer__header > .left__logo {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}
header .outer__header > .left__logo > img {
  max-width: 320px;
}

.medium {
  font-weight: 500;
}

.video__wrapper {
    padding-top: 40px;
    padding-bottom:50px
}

.video__wrapper .outer__video {
    max-width: 940px;
    margin-left: auto;
    margin-right: auto;
    text-align:center
}

.video__wrapper .outer__video .video__box {
    margin-bottom: 50px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    padding-bottom: 56.25%;
    height:0
}

.video__wrapper .outer__video .video__box iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height:100%
}

.hero__section {
  background-color: #C41230;
  padding-top: 50px;
  padding-bottom: 50px;
  overflow: hidden;
}
.hero__section .outer__hero {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  z-index: 2;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.hero__section .outer__hero > .media {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  position: relative;
}
.hero__section .outer__hero > .media > .grid {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  position: absolute;
  left: -120px;
  bottom: -80px;
}
.hero__section .outer__hero > .media > .grid > img {
  max-width: 420px;
}
.hero__section .outer__hero > .media > img {
  position: relative;
  z-index: 2;
  max-width: 660px;
}
.hero__section .desc__ {
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}
.hero__section .desc__ > .buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.hero__section .desc__ > .buttons > a {
  font-size: 28px;
  color: #000;
  font-weight: 400;
  text-decoration: none;
  border-radius: 10px;
  padding: 10px 20px;
  width: 100%;
  max-width: 300px;
  margin-bottom: 12px;
  -webkit-transition: .4s ease all;
  transition: .4s ease all;
  background-color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.hero__section .desc__ > .buttons > a:hover {
  opacity: .7;
}
.hero__section .desc__ > .buttons > a:last-child {
  margin-bottom: 0px;
}
.hero__section .desc__ > h2 {
  font-size: 60px;
  margin-top: 0px;
  margin-bottom: 20px;
  font-family: "Roboto Condensed";
  color: #fff;
  font-weight: 400;
}

.article__wrapper {
  padding: 80px 0px;
  padding-bottom: 40px;
}
.article__wrapper .outer__article {
  position: relative;
}
.article__wrapper .outer__article > .under {
  position: absolute;
  left: 17%;
  top: -35px;
  max-width: 240px;
}
.article__wrapper .outer__article .article__button {
  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;
  margin-top: 30px;
}
.article__wrapper .outer__article .article__button > a {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-color: #0746A0;
  padding: 7px 15px;
  font-size: 28px;
  border-radius: 10px;
  color: #fff;
  text-decoration: none;
}
.article__wrapper .outer__article > h3 {
  text-align: center;
  margin-top: 0px;
  margin-top: -30px;
  margin-bottom: 35px;
  font-size: 24px;
  font-weight: 400;
  color: #005C95;
  font-family: "Roboto Condensed";
}
.article__wrapper .outer__article > h2 {
  text-align: center;
  margin-top: 0px;
  font-weight: 400;
  margin-bottom: 35px;
  font-size: 48px;
  color: #005C95;
  font-family: "Roboto Condensed";
}
.article__wrapper .article__double {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.article__wrapper .article__double > .media {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  width: 55%;
  min-height: 100%;
}
.article__wrapper .article__double > .media > img {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  max-width: 100%;
}
.article__wrapper .article__double > .desc__ {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 40%;
}
.article__wrapper .article__double > .desc__ > span {
  font-size: 13px;
  color: #000;
  margin-top: -5px;
  display: block;
}
.article__wrapper .article__double > .desc__ > p {
  font-size: 16px;
  line-height: 28px;
  margin-top: 0px;
  margin-bottom: 15px;
}
.article__wrapper .article__double > .desc__ > p:last-child {
  margin-bottom: 0px;
}
.article__wrapper .article__double > .desc__ > p.bigger {
  font-size: 18px;
  line-height: 32px;
}
.article__wrapper .article__double > .desc__:nth-child(1) {
  margin-right: 5%;
}
.article__wrapper .article__double > .desc__:nth-child(2) {
  margin-left: 5%;
}

.form__wrapper {
  padding: 25px 0px;
  background-color: #0746A0;
}
.form__wrapper .outer__form {
  padding: 15px 20px;
  background-color: #fff;
  padding-bottom: 25px;
}
.form__wrapper .outer__form form {
  max-width: 1040px;
  margin-left: auto;
  margin-right: auto;
  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;
}
.form__wrapper .outer__form form > .right__form {
  margin-right: auto;
  margin-left: auto;
}
.form__wrapper .outer__form form > .right__form button {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-color: #0746A0;
  padding: 7px 15px;
  font-size: 24px;
  border-radius: 10px;
  color: #fff;
  cursor: pointer;
  border: 0px;
  -webkit-transition: .4s ease all;
  transition: .4s ease all;
  text-decoration: none;
  margin-top: 25px;
}
.form__wrapper .outer__form form > .right__form button:hover {
  opacity: .7;
}
.form__wrapper .outer__form form > .right__form .checkboxes__wrapper.error .container__check {
  color: #0746A0;
}
.form__wrapper .outer__form form > .right__form .checkboxes__wrapper .elem__checkbox {
  margin-bottom: 10px;
}
.form__wrapper .outer__form form > .right__form .checkboxes__wrapper .elem__checkbox:last-child {
  margin-bottom: 0px;
}
.form__wrapper .outer__form form > .right__form > h6 {
  margin-top: 0px;
  font-size: 34px;
  line-height: 34px;
  color: #000;
  margin-bottom: 10px;
}
.form__wrapper .outer__form form > .right__form > h6 span {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  margin-top: -5px;
  position: relative;
  top: -5px;
  font-size: 20px;
}
.form__wrapper .outer__form form .left__form {
  width: 100%;
  max-width: 340px;
  margin-left: 100px;
}
.form__wrapper .outer__form form .left__form > .group__input {
  margin-bottom: 10px;
  width: 100%;
}
.form__wrapper .outer__form form .left__form > .group__input.error > input {
  border: 1px solid red;
}
.form__wrapper .outer__form form .left__form > .group__input > input {
  width: 100%;
  height: 35px;
  background-color: #D9D9D9;
  border: 1px solid #D9D9D9;
  -webkit-transition: .4s ease all;
  transition: .4s ease all;
  padding-left: 12px;
  padding-right: 12px;
  font-size: 16px;
  color: #000;
  outline: none;
}
.form__wrapper .outer__form form .left__form > .group__input > p {
  font-size: 16px;
  margin: 0px;
  color: #000;
}
.form__wrapper .outer__form form .left__form > .group__input:last-child {
  margin-bottom: 0px;
}
.form__wrapper .outer__form > h2 {
  text-align: center;
  margin-top: 0px;
  font-weight: 400;
  margin-bottom: 20px;
  font-size: 48px;
  font-family: "Roboto Condensed" ,sans-serif;
  color: #000;
}

/* Customize the label (the container) */
.container__check {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  padding-left: 0px;
  margin-bottom: 0px;
  cursor: pointer;
  font-size: 22px;
  color: #000;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

/* Hide the browser's default checkbox */
.container__check input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

/* Create a custom checkbox */
.checkmark {
  position: relative;
  top: 0;
  left: 0;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  min-height: 20px;
  min-width: 20px;
  border-radius: 250px;
  background-color: #eee;
  margin-right: 10px;
}

/* On mouse-over, add a grey background color */
.container__check:hover input ~ .checkmark {
  background-color: #ccc;
}

/* Create the checkmark/indicator (hidden when not checked) */
.checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

/* Show the checkmark when checked */
.container__check input:checked ~ .checkmark {
  background-color: #0746A0;
}

/* Style the checkmark/indicator */
.container__check .checkmark:after {
  left: 9px;
  top: 5px;
  width: 5px;
  height: 10px;
  border: solid white;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.about__wrapper {
  position: relative;
  overflow: hidden;
  padding: 120px 0px;
}
.about__wrapper .outer__about {
  position: relative;
  z-index: 2;
}
.about__wrapper .outer__about > h2 {
  text-align: center;
  margin-top: 0px;
  margin-bottom: 40px;
  font-size: 60px;
  color: #000;
  font-family: "Roboto Condensed" ,sans-serif;
  font-weight: 400;
}
.about__wrapper .outer__about > p {
  max-width: 680px;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  margin-top: 0px;
  margin-bottom: 0px;
  font-size: 24px;
  line-height: 34px;
  color: #000;
}
.about__wrapper > .top__right {
  position: absolute;
  -webkit-transform: rotate(35deg);
          transform: rotate(35deg);
  top: -330px;
  right: -330px;
  max-width: 600px;
}
.about__wrapper > .bottom__left {
  position: absolute;
  -webkit-transform: rotate(35deg);
          transform: rotate(35deg);
  bottom: -330px;
  left: -330px;
  max-width: 600px;
}

footer {
  padding: 30px 0px;
  background-color: #0746A0;
  margin-top: 80px;
}
footer .outer__footer ul {
  padding: 0px;
  list-style-type: none;
  margin: 0px;
  text-align: center;
}
footer .outer__footer ul > li {
  margin-bottom: 12px;
}
footer .outer__footer ul > li > a {
  font-size: 22px;
  color: #fff;
  font-weight: 400;
  text-decoration: none;
  -webkit-transition: .4s ease all;
  transition: .4s ease all;
}
footer .outer__footer ul > li > a:hover {
  opacity: .7;
}
footer .outer__footer ul > li:last-child {
  margin-bottom: 0px;
}
footer .outer__footer .logo {
  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;
  margin-bottom: 25px;
}
footer .outer__footer .logo > a {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}
footer .outer__footer .insightlogo {
  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;
  margin-bottom: 25px;
}
footer .outer__footer .insightlogo > a {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}
footer .outer__footer .logo > a > img {
  max-width: 100px;
  width: 100%;
}
footer .outer__footer .insightlogo > a > img {
  max-width: 320px;
  width: 100%;
}
.hero__section {
  background-color: transparent;
  position: relative;
  background: url("../img/newimg/image1.webp");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
.hero__section .outer__hero {
  padding: 35px 0px;
}
.hero__section:before {
  content: "";
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  background-color: rgba(7, 71, 161, 0.8);
}

.hero__section .desc__ > .buttons > a {
  max-width: 360px;
}

header {
  background-color: #fff;
}

@media (max-width: 1200px) {
  .article__wrapper .outer__article > .under {
    max-width: 170px;
    left: 14%;
    top: -10px;
  }

  .article__wrapper .outer__article > h3 {
    margin-top: -20px;
    margin-bottom: 25px;
  }

  .form__wrapper .outer__form > h2 {
    font-size: 40px;
  }

  .form__wrapper .outer__form form > .right__form > h6 {
    font-size: 28px;
  }

  .container__check {
    font-size: 19px;
  }

  .form__wrapper .outer__form form > .right__form button {
    font-size: 20px;
  }

  .about__wrapper > .bottom__left {
    max-width: 540px;
  }

  .about__wrapper > .top__right {
    max-width: 540px;
  }

  .about__wrapper .outer__about > h2 {
    font-size: 50px;
    margin-bottom: 30px;
  }

  .about__wrapper .outer__about > p {
    font-size: 20px;
    line-height: 30px;
  }

  .article__wrapper .outer__article > h2 {
    font-size: 40px;
    margin-bottom: 25px;
  }

  .hero__section .outer__hero > .media > img {
    max-width: 540px;
  }

  .hero__section .outer__hero > .media > .grid > img {
    max-width: 320px;
  }

  .hero__section .outer__hero > .media > .grid {
    bottom: -40px;
  }

  .hero__section .desc__ > h2 {
    font-size: 50px;
  }

  .hero__section .desc__ > .buttons > a {
    font-size: 24px;
  }

  .hero__section .desc__ > .buttons > a {
    max-width: 270px;
  }
}
@media (max-width: 991px) {
  .article__wrapper .outer__article > .under {
    max-width: 170px;
    left: 12%;
    top: -10px;
  }

  footer {
    margin-top: 45px;
  }

  .article__wrapper .outer__article > h3 {
    font-size: 20px;
  }

  .hero__section .outer__hero {
    padding: 15px 0px;
  }

  .form__wrapper .outer__form form > .right__form > h6 span {
    font-size: 18px;
  }

  .form__wrapper .outer__form > h2 {
    font-size: 32px;
  }

  .form__wrapper {
    margin-top: 50px;
  }

  .article__wrapper .outer__article .article__button > a {
    font-size: 24px;
  }

  .article__wrapper .outer__article .article__button {
    margin-top: 20px;
  }

  .article__wrapper .article__double > .desc__:nth-child(2), .article__wrapper .article__double > .desc__:nth-child(1) {
    margin-left: 0px !important;
    margin-right: 0px !important;
    width: 100%;
    max-width: 100%;
    margin-top: 20px;
  }

  .article__wrapper .article__double {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .article__wrapper .article__double > .media {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    width: calc(100% + 30px);
    margin-left: -15px;
  }
  .article__wrapper .article__double > .media > img {
    height: 400px;
    width: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .article__wrapper .article__double > .desc__ {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }

  .article__wrapper {
    padding: 50px 0px;
    padding-bottom: 25px;
  }

  header .outer__header > .left__logo > img {
    max-width: 230px;
  }

  header .outer__header > .right__logo > img {
    max-height: 60px;
  }

  .hero__section .outer__hero {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }

  .hero__section {
    padding-top: 35px;
    padding-bottom: 35px;
  }

  .hero__section .desc__ {
    margin-bottom: 25px;
  }

  .hero__section .desc__ > h2 {
    font-size: 42px;
  }

  .hero__section .outer__hero > .media > img {
    max-width: 640px;
    width: 100%;
  }

  .hero__section .outer__hero > .media > .grid {
    left: -80px;
  }

  .hero__section .desc__ {
    position: relative;
    z-index: 2;
  }

  .hero__section {
    padding-bottom: 15px;
  }

  .article__wrapper {
    padding-bottom: 0px;
  }
}
@media (max-width: 767px) {
  .article__wrapper .outer__article > .under {
    max-width: 120px;
    left: 10%;
    top: 12px;
  }
    
  .form__wrapper .outer__form form .left__form {
    margin-left: 0px;
}

  .form__wrapper .outer__form form > .right__form > h6 span {
    font-size: 15px;
    line-height: 20px;
    top: -10px;
  }

  .form__wrapper .outer__form form > .right__form > h6 {
    margin-bottom: 0px;
  }

  .form__wrapper .outer__form > h2 {
    font-size: 26px;
  }

  .form__wrapper .outer__form form > .right__form > h6 {
    font-size: 24px;
  }

  .container__check {
    font-size: 16px;
  }

  .form__wrapper .outer__form form > .right__form button {
    font-size: 17px;
    margin-top: 15px;
  }

  .form__wrapper .outer__form form {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }

  .form__wrapper .outer__form form > .right__form {
    margin-top: 20px;
  }

  .about__wrapper > .bottom__left {
    max-width: 490px;
  }

  .about__wrapper > .top__right {
    max-width: 490px;
  }

  .hero__section .desc__ > h2 {
    font-size: 36px;
  }

  .hero__section .desc__ > .buttons > a {
    font-size: 20px;
  }

  .about__wrapper .outer__about > h2 {
    font-size: 40px;
    margin-bottom: 20px;
  }

  .about__wrapper .outer__about > p {
    font-size: 18px;
    line-height: 26px;
  }

  footer .outer__footer ul > li > a {
    font-size: 18px;
  }
    .video__wrapper {
        padding-bottom: 35px;
        padding-top:0
    }

    .video__wrapper .outer__video .video__box {
        margin-bottom:25px
    }
}
@media (max-width: 640px) {
  .article__wrapper .outer__article > .under {
    max-width: 120px;
    left: 5%;
    top: 0px;
  }

  .article__wrapper .outer__article > h3 {
    margin-top: -10px;
  }

  .article__wrapper .article__double > .media > img {
    height: 340px;
  }

  .article__wrapper .outer__article > h2 {
    font-size: 32px;
    margin-bottom: 15px;
  }

  .article__wrapper .outer__article .article__button > a {
    font-size: 20px;
  }
}
@media (max-width: 480px) {
  .article__wrapper .outer__article > .under {
    max-width: 90px;
    left: -10px;
    top: 0px;
  }

  .article__wrapper .outer__article > h3 {
    font-size: 17px;
  }

  header .outer__header > .left__logo > img {
    max-height: 70px;
  }

  .about__wrapper .outer__about > h2 {
    font-size: 34px;
  }

  .form__wrapper .outer__form > h2 {
    font-size: 22px;
  }

  .article__wrapper .outer__article > h2 {
    font-size: 26px;
  }

  .article__wrapper .article__double > .media > img {
    height: 280px;
  }

  header .outer__header > .left__logo > img {
    max-width: 160px;
  }

  header .outer__header > .right__logo > img {
    max-height: 40px;
  }

  .hero__section .outer__hero > .media > .grid > img {
    max-width: 240px;
  }

  .article__wrapper .outer__article .article__button > a {
    font-size: 17px;
  }
}
@media (max-width: 360px) {
  .article__wrapper .article__double > .media > img {
    height: 240px;
  }
}
