:root {
  --primary-color: #ffffff;
  --Secondary-color: #D9013E;
  --Tertiary-color: #0E3952;
  --Quaternary-color: #4692BE;
  --color-1: #1b4d6a;
  --color-2: #002439;
  --color-3: #022336;
  --color-4: #174762;
  --color-5: #093149;
}
/* Start Global Rules -------------------------------------------- */
@font-face {
    font-family: "Montserrat";
    src: url("../fonts/montserrat/Montserrat-Regular.ttf");
}
@font-face {
  font-family: "Montserrat";
  font-weight: 200;
  src: url("../fonts/montserrat/Montserrat-Light.ttf");
}
@font-face {
  font-family: "Montserrat";
  font-weight: 500;
  src: url("../fonts/montserrat/Montserrat-Medium.ttf");
}
@font-face {
  font-family: "Montserrat";
  font-weight: 600;
  src: url("../fonts/montserrat/Montserrat-SemiBold.ttf");
}
@font-face {
  font-family: "Montserrat";
  font-weight: 700;
  src: url("../fonts/montserrat/Montserrat-Bold.ttf");
}
@font-face {
  font-family: "Montserrat";
  font-weight: 800;
  src: url("../fonts/montserrat/Montserrat-ExtraBold.ttf");
}
@font-face {
  font-family: "Montserrat";
  font-weight: 900;
  src: url("../fonts/montserrat/Montserrat-Black.ttf");
}
@font-face {
  font-family: "Raleway";
  src: url("../fonts/raleway/Raleway-Regular.ttf");
}
@font-face {
  font-family: "Raleway";
  font-weight: 600;
  src: url("../fonts/raleway/Raleway-SemiBold.ttf");
}
@font-face {
  font-family: "Raleway";
  font-weight: 700;
  src: url("../fonts/raleway/Raleway-Bold.ttf");
}
@font-face {
  font-family: "Raleway";
  font-weight: 1000;
  src: url("../fonts/raleway/Raleway-Heavy.ttf");
}
html {
  scroll-behavior: smooth;
}
  
body {
  font-family: "Raleway";
  color: var(--primary-color);
}

* {
  box-sizing: border-box !important;
  padding: 0;
  margin: 0;
}
*:focus {
  outline: 0;
}
a,
a:hover{
  text-decoration: none;
}

body {
  background: var(--color-1);
  background: linear-gradient(0deg, var(--color-1) 0%, var(--color-2) 100%);
}
h1,
.btn-primary
 {
  font-weight: 700;
}
.btn-primary {
  background-color: var(--Secondary-color);
  color: var(--primary-color);
  text-align: center;
  border-radius: 1.5rem;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 2.5rem;
  line-height: 2.5rem;
  text-transform: uppercase;
  height: 8.4rem;
  padding: 0 3.8rem;
  max-width: 30.2rem;
}
.btn-primary img {
  margin-right: 0.8rem;
  width: 2.564rem;
  display: block;
}
/* Header */
header {
  height: 15.4rem;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  background-color: transparent;
  z-index: 999;
}
.header-container {
  margin: 0 auto;
  width: 164rem;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
header .logo {
  width: 39.8rem;
  display: block;
}
header .logo img {
  display: block;
  width: 100%;
}

/* Section1 */
.section1 {
  background: var(--color-4);
  background: linear-gradient(0deg, var(--color-4) 0%, var(--color-3) 100%);
  padding: 22.3rem 0 9.8rem 0;
  padding: 15.4rem 0 2rem 0;
  height: 95rem;
  min-height: 100vh;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}
.section1::after,
.section3::after {
  content: ' ';
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  z-index: 1;
  background-image: url(../../images/stare1.png);
  background-position: center;
  background-size: cover;
}
.sec-container {
  margin: 0 auto;
  width: 164rem;
  position: relative;
  z-index: 2;
}
.sec1-container {
  width: 100%;
  height: 75.7rem;
  background-image: url(../../images/img2.jpg);
  background-position: center;
  background-size: cover;
  -webkit-box-shadow: 0px 1.5rem 1.5rem 0px rgba(2,27,41,0.5); 
  box-shadow: 0px 1.5rem 1.5rem 0px rgba(2,27,41,0.5);
  position: relative;
  min-height: 55rem;
  height: 70.09259259259259vh;
}
.sec1-card {
  position: absolute;
  bottom: -6.6rem;
  left: -10.6rem;
  height: 35.55555555555556vh;
  bottom: -6.111111111111111vh;
}
.sec1-content {
  width: 72.5rem;
  margin: 0 0 0 auto;
}
.sec1-content img {
  display: block;
  position: absolute;
  z-index: 1;
  top: -9.4rem;
  right: 6rem;
  height: 47.31481481481481vh;
  top: -8.703703703703704vh;
}
h1 {
  position: relative;
  z-index: 2;
  font-size: 5.5rem;
  line-height: 6.5rem;
  font-weight: 1000;
  padding-top: 32.2rem;
  padding-top: 29.81481481481481vh;
  padding-left: 11.8rem;
}
.section2 {
  background: var(--color-3);
  background: linear-gradient(0deg, var(--color-3) 0%, var(--color-4) 100%);
  padding: 3rem 0 0 0;
}
.section2 .sec-container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-bottom: 6.7rem;
}
.sec2-1 {
  width: 53.6rem;
}
.sec2-1 p {
  font-size: 2.5rem;
  line-height: 3.5rem;
  margin-bottom: 4rem;
  text-align: left;
}
.sec2-1 p b {
  font-weight: 700;
}
.sec2-2 {
  width: 95rem;
  height: 73.3rem;
  background-image: url(../../images/img3.jpg);
  background-position: center;
  background-size: cover;
  color: var(--color-5);
  -webkit-box-shadow: 0px 1.5rem 1.5rem 0px rgba(2,27,41,0.5); 
  box-shadow: 0px 0 4rem 1rem rgba(2,27,41,0.9);
}
.sec2-2-container {
  background-color: var(--primary-color);
  width: 49.9rem;
  height: 61.3rem;
  margin: 7.4rem 6rem auto auto;
  padding: 3.8rem 3.8rem 4.1rem 3.8rem;
  display: flex;
  flex-direction: column;
}
.sec2-2-container h2 {
  font-size: 3.3rem;
  line-height: 3.3rem;
  font-weight: 1000;
  text-align: center;
  margin-bottom: auto;
}
.sec2-2-container .btn-primary {
  margin: auto auto 0 auto;
}
.sec2-2-container .static {
  margin-top: auto;
margin-bottom: auto;
}
.d-flex {
  display: flex;
}
.sec2-2-container .d-flex {
  justify-content: space-between;
  align-items: center;
  margin-bottom: 3.5rem;
}
.sec2-2-container .d-flex:last-child{
  margin-bottom: 0;
}
.sec2-2-container .d-flex h3 {
  font-size: 7.5rem;
  line-height: 4.5rem;
  color: var(--Quaternary-color);
  font-family: "Montserrat";
  font-weight: 700;
  margin-bottom: 0;
  padding-left: 3.4rem;
}
.sec2-2-container .d-flex h3 sup {
  font-size: 4rem;
  vertical-align: top; position: relative; top: -1.5rem;
  font-family: "Montserrat";
  font-weight: 700;
}
.sec2-2-container .d-flex p {
  font-size: 2.5rem;
  line-height: 3.5rem;
  margin-bottom: 0;
  width: 23.5rem;
}
.bottom-bar {
  background-color: var(--primary-color);
  height: 24.5rem;
}
.bottom-bar .sec-container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-bottom: 0;
  height: 100%;
}
.bottom-bar .h2{
  color: var(--Secondary-color);
  font-size: 6rem;
  line-height: 6.5rem;
  text-align: left;
  margin-bottom: 0;
  font-family: "Montserrat";
  font-weight: 700;
}
.bottom-bar-container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 93.7rem;
}
.bottom-bar-box {
  width: 39.8rem;
}
.bottom-bar-box .p1 {
  font-size: 10rem;
  line-height: 4.5rem;
  color: var(--Tertiary-color);
  margin-bottom: 0;
  font-family: "Montserrat";
  font-weight: 700;
  text-align: center;
}
.bottom-bar-box .p1 span {
  font-size: 7rem;
  font-family: "Montserrat";
  font-weight: 700;
}
.bottom-bar-box .p2 {
  font-size: 2.5rem;
  line-height: 3.5rem;
  text-transform: uppercase;
  text-align: center;
  color: var(--Quaternary-color);
  font-family: "Raleway";
  font-weight: 600;
  margin-bottom: 0;
  margin-top: 3.8rem;
}
.section3 {
  background: var(--color-4);
  background: linear-gradient(0deg, var(--color-4) 0%, var(--color-3) 100%);
  padding: 6.3rem 0 5.9rem 0;
  position: relative;
}
.section3 .title {
  text-align: center;
  font-size: 4rem;
  line-height: 5rem;
  font-weight: 1000;
  margin: 0 auto 6.4rem auto;
  width: 105rem;
}
.section3 .btn-primary {
  margin: 0 auto;
}
.slick-holder .img:nth-child(1),
.slick-holder .img:nth-child(2),
.slick-holder .img:nth-child(3){
  margin: 0 auto;
  width: auto;
  height: 97.8vh;
  height: 105.6rem;
}
.slick-holder .img:nth-child(2),
.slick-holder .img:nth-child(3){
  display: none;
}
.slick-holder .img:nth-child(1) {
  display: block;
}
.active2.slick-holder .img:nth-child(1),
.active2.slick-holder .img:nth-child(3){
  display: none;
}
.active2.slick-holder .img:nth-child(2) {
  display: block;
}
.active3.slick-holder .img:nth-child(1),
.active3.slick-holder .img:nth-child(2){
  display: none;
}
.active3.slick-holder .img:nth-child(3) {
  display: block;
}
.slick-box {
  position: relative;
  width: 59.7rem;
  height: auto;
  position: absolute;
  bottom: 10.3rem;
  right: 6rem;
}
.slick1 {
  background-color: var(--primary-color);
  width: 59.7rem;
  padding: 9.8rem 9rem 5.7rem 9.8rem;
  position: relative;
}
.slick1 h2 {
  text-align: left;
  color: var(--Quaternary-color);
  font-size: 3.3rem;
  line-height: 3.4rem;
  font-weight: 1000;
  margin-bottom: 2.6rem;
}
.p-relative {
  position: relative;
}
.w-100 {
  width: 100%;
}
.h-100 {
  height: 100%;
}
.slick-holder {
  position: relative;
  margin-bottom: 5rem;
}
.slick1 p {
  font-size: 2.5rem;
  line-height: 3.5rem;
  color: var(--Tertiary-color);
  margin-bottom: auto;
  margin-bottom: 4.6rem;
}
ul.slick1-list,
.slick1 .slick-dots,
.box-slide-mob .slick-dots{
  display: flex;
  margin: auto 0 0 auto;
  width: 12.6rem;
  align-items: center;
  justify-content: space-between;
  position: absolute;
  bottom: 5.8rem;
  right: 9rem;
}
ul.slick1-list li,
.slick1 .slick-dots li,
.box-slide-mob .slick-dots li {
  border: 1px solid var(--Secondary-color);
  border-radius: 50%;
  width: 3rem;
  height: 3rem;
  display: block;
  cursor: pointer;
}
.slick1-slide {
  padding-bottom: 3rem;
}
.slick1 .slick-dots li button,
.box-slide-mob .slick-dots li button {
  width: 100%;
  height: 100%;
  display: block;
  border: none;
  color: transparent;
  background-color: transparent;
  cursor: pointer;

}
.slick1 .slick-dots li.slick-active,
.box-slide-mob .slick-dots li.slick-active {
  background-color: var(--Secondary-color);
}
.slick-holder {
  height: 97.8vh;
}
.slick2 {
  height: 97.8vh;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.slick2-div {
  width: 100%;
  height: 100%;
  height: 97.8vh;
  background-size: cover;
  background-position: center;
}
.slick2-div1 {
  background-image: url(../../images/slide1.png);
}
.slick2-div2 {
  background-image: url(../../images/slide2.jpg);
}
.slick2-div3 {
  background-image: url(../../images/slide3.jpg);
}
.section4 {
  background-color: var(--primary-color);
  display: flex;
}
.sec4-zone1 {
  width: 96.8rem;
  padding: 6.4rem 4rem 10rem 14rem;
  text-align: left;
  color: var(--Tertiary-color);
}
.sec4-zone2 {
  width: calc(100% - 96.8rem);
  background-image: url(../../images/img4.png);
  background-position: center;
  background-size: cover;
  position: relative;
}
.sec4-zone1 .title {
  font-size: 4rem;
  line-height: 5rem;
  color: var(--Quaternary-color);
  margin-bottom: 4.5rem;
  font-weight: 1000;
  padding-right: 15rem;
}
.sec4-zone1 .text {
  font-size: 2.5rem;
  line-height: 3.5rem;
  margin-bottom: 3rem;
}
.sec4-zone1 .text b {
  font-size: 3rem;
  line-height: 4rem;
  font-weight: 1000;
}
.sec4-zone1-box {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  margin-bottom: 3rem;
}
.sec4-zone1-box:last-child {
  margin-bottom: 2rem;
}
.sec4-zone1-box img {
  width: 10rem;
  display: block;
  margin-right: 3.8rem;
}
.sec4-zone1-box h3 {
  font-size: 3.5rem;
  line-height: 3rem;
  color: var(--Secondary-color);
  font-weight: 1000;
  margin-bottom: 0.5rem;
}
.sec4-zone1-box h3 sub {
  color: var(--Tertiary-color);
  font-size: 2rem;
  line-height: 2rem;
  font-weight: normal;
  position: relative;
  bottom: 0.7rem;
}
.sec4-zone1-box p {
  font-size: 2.2rem;
  line-height: 3.2rem;
  margin-bottom: 0;
}
.sec4-zone1-box p b {
  font-weight: 700;
}
.sec4-zone2-box {
  background-color: var(--primary-color);
  padding: 5.6rem 6.5rem 4rem 6.5rem;
  text-align: left;
  position: absolute;
  bottom: 8.4rem;
  left: 7.2rem;
  width: 71.9rem;
}
.sec4-zone2-box h2 {
  color: var(--Quaternary-color);
  font-size: 3.5rem;
  line-height: 4.5rem;
  font-weight: 1000;
  margin-bottom: 5.2rem;
  text-transform: uppercase;
}
.input-holder-1 {
  width: 54.8rem;
  margin: 0 auto 4.3rem 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.input-holder-1 input {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
}
.input-holder-1 label {
  width: 26rem;
  display: block;
  font-size: 2.5rem;
  font-weight: 700;
  padding: 1.7rem 0 1.2rem 0;
  color: var(--Quaternary-color);
  background-color: var(--primary-color);
  border-bottom: 0.8rem solid var(--Quaternary-color);
  text-align: center;
  position: relative;
  cursor: pointer;
}
.input-holder-1 input:checked + label {
  background-color: var(--Quaternary-color);
  color: var(--primary-color);
}
.input-holder-1 input:checked + label::after {
  content: '';
  position: absolute;
  display: block;
  top: calc(100% + 0.5rem);
  left: 50%;
  transform: translateX(-50%);
  background-image: url(../../images/triangle.png);
  background-position: center;
  background-size: cover;
  width: 3rem;
  height: 1.4rem;
}
.input-holder-2 {
  position: relative;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  width: 48.6rem;
  margin: 0 auto 0 0;
}
.input-holder-2 input[type="radio"] {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
}
.input-holder-2 label {
  width: 14.6rem;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 3.5rem;
  line-height: 3.5rem;
  padding: 3.05rem 0;
  color: var(--Quaternary-color);
  background-color: var(--primary-color);
  border: 2px solid var(--Quaternary-color);
  text-align: center;
  position: relative;
  cursor: pointer;
  margin-bottom: 2.3rem;
}
.input-holder-2 input:checked + label{
  background-color: var(--Secondary-color);
  color: var(--primary-color);
  font-weight: 700;
  border: 2px solid var(--Secondary-color);
}
.input-holder-2 label sup {
  position: relative;
  top: 0.2rem;
}
.input-holder-2 input[type="text"] {
  width: 31.4rem;
  font-size: 2.5rem;
  color: var(--Quaternary-color);
  background-color: var(--primary-color);
  border: 2px solid var(--Quaternary-color);
  height: 10rem;
  padding: 0 1.9rem 0 3.1rem;
}
.input-holder-2 input[type="text"]::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: var(--Quaternary-color);
  opacity: 1; /* Firefox */
}

.input-holder-2 input[type="text"]:-ms-input-placeholder { /* Internet Explorer 10-11 */
  color: var(--Quaternary-color);
}

.input-holder-2 input[type="text"]::-ms-input-placeholder { /* Microsoft Edge */
  color: var(--Quaternary-color);
}
.input-holder-2 input[type="text"]:focus,
.input-holder-2 input[type="text"]:focus-visible,
.input-holder-2 input[type="text"]:focus-within {
  border: 2px solid var(--Secondary-color);
}

.input-holder-2 input[type="text"]::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: var(--Quaternary-color);
  opacity: 1; /* Firefox */
}

.input-holder-2 input[type="text"]:-ms-input-placeholder { /* Internet Explorer 10-11 */
  color: var(--Quaternary-color);
}

.input-holder-2 input[type="text"]::-ms-input-placeholder { /* Microsoft Edge */
  color: var(--Quaternary-color);
}
.input-holder-2 .btn-primary {
  margin-top: 4 .1rem;
}
.form-holder {
  height: 33rem;
  width: 100%;
}
.sec4-zone2-box-container {
  position: relative;
}
.circle {
  position: absolute;
  top: -27.8rem;
  width: 25.1rem;
  height: 25.1rem;
  left: -6.2rem;
  background-color: rgba(255, 255, 255, 0.75);
  color: var(--Secondary-color);
  text-align: center;
  border: 0.3rem solid var(--Secondary-color);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.circle h3 {
  font-size: 7.5rem;
  line-height: 7.5rem;
  font-weight: 1000;
  margin-top: 2rem;
  margin-bottom: 0;
}
.circle h4 {
  font-size: 2rem;
  line-height: 2rem;
  font-weight: normal;
  margin-bottom: 1rem;
}
.circle p {
  font-size: 1.6rem;
  line-height: 2.2rem;
  font-weight: 500;
  margin: 0 auto;
  width: 14rem;
}
.circle p b {
  font-weight: 700;
}
footer {
  background-color: #0A2B3E;
  color: var(--primary-color);
  padding: 4.6rem 0 10rem 0;
}
footer .sec-container {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
footer .sec-container .logo {
  width: 39.8rem;
  display: block;
}
footer .sec-container .logo img {
  display: block;
  width: 100%;
}
.share-media {
  width: 39.8rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.share-media a {
  width: 6.078rem;
  height: 6.078rem;
  display: block;
  border-radius: 50%;
  background-color: var(--primary-color);
  display: flex;
  align-items: center;
  justify-content: center;
}
.share-media img {
  filter: brightness(0) saturate(100%) invert(14%) sepia(9%) saturate(4954%) hue-rotate(162deg) brightness(91%) contrast(96%);
  display: block;
  width: 60%;
}
.share-media a:nth-child(1) img {
  width: 1.696rem;
}
.share-media a:nth-child(2) img {
  width: 3.238rem;
}
.share-media a:nth-child(3) img {
  width: 3.332rem;
}
.share-media a:nth-child(4) img {
  width: 4.318rem;
}
.share-media a:nth-child(5) img {
  width: 3.1rem;
}
.footer-url {
  color: var(--primary-color);
  text-align: right;
  font-size: 1.6rem;
  font-weight: 500;
  margin-top: 3.8rem;
  display: block;
  float: right;
  cursor: pointer;
}
.footer-url:hover{
  text-decoration: underline;
}
.popup-bg {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 99999999;
  background-color: rgba(255, 255, 255, 0.53);
  background-color: rgba(0, 0, 0, 0.7);
}
.popup-ml {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  width: 90%;
  height: calc(80%);
  background-color: #ffffff;
  color: #000000;
  padding: 2rem 3rem;
  overflow: auto;
  z-index: 999999999;
}

.popup-ml p {
  margin-bottom: 1rem;
  font-size: 1.6rem;
}
.popup-ml h3 {
  margin-top: 4rem;
  margin-bottom: 0.5rem;
  font-size: 2.4rem;
  color: var(--Quaternary-color);
}
.popup-ml h4 {
  margin-top: 1.5rem;
  margin-bottom: 0.5rem;
  font-size: 2rem;
  color: var(--Tertiary-color);
}
.popup-ml h2 {
  margin-bottom: 0rem;
  color: var(--Tertiary-color);
  text-align: center;
  font-size: 3rem;
  font-weight: 1000;
}
.popup-ml li {
  font-size: 1.4rem;
  margin-left: 1.5rem;
  margin-bottom: 0.5rem;
}
.close-popup-ml {
  position: fixed;
  top: 1rem;
  right: 3rem;
  display: block;
  width: 3rem;
  cursor: pointer;
}
.popup-ml a {
  color: var(--Quaternary-color);
  text-decoration: underline;
}
.popup-ml a.b {
  text-decoration: none;
}
.box-slide-mob .slick-dots {
  right: initial;
  left: 50%;
  transform: translateX(-50%);
  width: 17.9rem;
  bottom: 5rem;
}