
@import url("https://fonts.googleapis.com/css2?family=Antonio:wght@400;500;600;700&family=Open+Sans:wght@300;400;500&display=swap");
/*-- Common Style --*/
*, *::after, *::before {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

body {
  font-size: 15px;
  line-height: 1.75;
  font-weight: 400;
  font-family: "Open Sans", sans-serif;
  color: #707070;
  outline: none;
  visibility: visible;
  overflow-X: hidden;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: "";
}

body[dir="rtl"] {
  text-align: right;
}

h1, h2, h3, h4, h5, h6 {
  font-family: "Antonio", sans-serif;
  color: #072f60;
  font-weight: 700;
  margin-top: 0;
  line-height: 1.5;
  margin-bottom: 0;
}

h1 {
  font-size: 36px;
}

@media only screen and (max-width: 767px) {
  h1 {
    font-size: 30px;
  }
}

h2 {
  font-size: 30px;
}
.back-video {

position: absolute;
bottom: 0;
right: 0;
width: 100%;
z-index: -1;
}
@media only screen and (max-width: 767px) {
  h2 {
    font-size: 24px;
  }
}

h3 {
  font-size: 24px;
}

@media only screen and (max-width: 767px) {
  h3 {
    font-size: 20px;
  }
}

h4 {
  font-size: 18px;
}

h5 {
  font-size: 16px;
}

h6 {
  font-size: 14px;
}

p {
  margin-bottom: 0;
}

a, button {
  color: inherit;
  display: inline-block;
  line-height: inherit;
  text-decoration: none;
  cursor: pointer;
}

a, button, img, input {
  transition: all 0.3s linear;
  outline: 0;
}

a:focus, button:focus, img:focus, input:focus {
  outline: 0;
}

a:focus {
  color: none;
  outline: none;
  text-decoration: none;
}

a:hover {
  text-decoration: none;
  color: #ffa800;
}

ul, ol {
  padding: 0;
  list-style: none;
  margin: 0;
}

button, input[type="submit"] {
  cursor: pointer;
}

img {
  max-width: 100%;
}

input::-webkit-input-placeholder, textarea::-webkit-input-placeholder {
  opacity: 1;
}

input:-moz-placeholder, textarea:-moz-placeholder {
  opacity: 1;
}

input::-moz-placeholder, textarea::-moz-placeholder {
  opacity: 1;
}

input:-ms-input-placeholder, textarea:-ms-input-placeholder {
  opacity: 1;
}

/*--
/*  07 - Video CSS
/*----------------------------------------*/
.corpix-video-section {
  background-repeat: no-repeat;
  background-position: center top;
  background-size: cover;
  padding-top: 250px;
  padding-bottom: 250px;
  overflow: hidden;
  position: relative;
  z-index: 1;
}

.corpix-video-section::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  background: rgba(17, 56, 100, 0.5);
  width: 100%;
  height: 100%;
  z-index: -1;
}

.corpix-video-section .shape-1 {
  width: 705px;
  height: 705px;
  border: 1px solid #ffa800;
  border-radius: 50%;
  position: absolute;
  top: -18.5%;
  left: -13.5%;
  z-index: -1;
}

.corpix-video-section .shape-2 {
  width: 705px;
  height: 705px;
  background: #ffa800;
  border-radius: 50%;
  position: absolute;
  right: -14%;
  bottom: -40%;
  z-index: -1;
}

.corpix-video-section .shape-3 {
  width: 705px;
  height: 705px;
  border: 1px solid #ffffff;
  border-radius: 50%;
  position: absolute;
  right: -13.5%;
  bottom: -34%;
  z-index: -1;
}

.corpix-video-section .video-content .title {
  font-size: 60px;
  line-height: 80px;
  text-transform: uppercase;
  color: #ffffff;
}

.play-video {
  width: 95px;
  height: 95px;
  background: #ffa800;
  display: inline-block;
  line-height: 95px;
  text-align: center;
  font-size: 24px;
  color: #ffffff;
  border-radius: 50%;
  position: relative;
  z-index: 5;
  margin-top: 50px;
  transition: all 0.3s linear;
}

.play-video::before {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  border-radius: 50%;
  width: 100%;
  height: 100%;
  transform: translate(-50%, -50%);
  z-index: -1;
  -webkit-animation: pulse 1500ms ease-out infinite;
          animation: pulse 1500ms ease-out infinite;
}

.play-video:hover {
  background: #ffffff;
  color: #ffa800;
}

@media only screen and (max-width: 1199px) {
  .corpix-video-section {
    padding-top: 110px;
    padding-bottom: 110px;
  }
  .corpix-video-section .shape-1 {
    width: 520px;
    height: 520px;
    top: -49.5%;
    left: -24.5%;
  }
  .corpix-video-section .shape-2 {
    width: 520px;
    height: 520px;
    right: -28%;
    bottom: -50%;
  }
  .corpix-video-section .shape-3 {
    width: 520px;
    height: 520px;
    right: -28%;
    bottom: -44%;
  }
  .corpix-video-section .video-content .title {
    font-size: 42px;
    line-height: 60px;
  }
}

@media only screen and (max-width: 767px) {
  .corpix-video-section {
    padding-top: 80px;
    padding-bottom: 80px;
  }
  .corpix-video-section .shape-1 {
    width: 410px;
    height: 410px;
    top: -49.5%;
    left: -24.5%;
  }
  .corpix-video-section .shape-2 {
    width: 390px;
    height: 390px;
    right: -28%;
    bottom: -50%;
  }
  .corpix-video-section .shape-3 {
    width: 390px;
    height: 390px;
    right: -28%;
    bottom: -44%;
  }
  .corpix-video-section .video-content .title {
    font-size: 35px;
    line-height: 55px;
  }
  .corpix-video-section .video-content .play-video {
    width: 80px;
    height: 80px;
    line-height: 80px;
    font-size: 20px;
  }
}

@media only screen and (max-width: 575px) {
  .corpix-video-section .shape-1 {
    width: 350px;
    height: 350px;
    top: -49.5%;
    left: -24.5%;
  }
  .corpix-video-section .shape-2 {
    width: 350px;
    height: 350px;
    right: -35%;
    bottom: -50%;
  }
  .corpix-video-section .shape-3 {
    width: 350px;
    height: 350px;
    right: -35%;
    bottom: -44%;
  }
  .corpix-video-section .video-content .title {
    font-size: 30px;
    line-height: 50px;
  }
}

@-webkit-keyframes pulse {
  0% {
    box-shadow: 0 0 0 0 rgba(255, 168, 0, 0.9);
  }
  70% {
    box-shadow: 0 0 0 30px rgba(255, 168, 0, 0);
  }
  100% {
    box-shadow: 0 0 0 0 rgba(255, 168, 0, 0);
  }
}

@keyframes pulse {
  0% {
    box-shadow: 0 0 0 0 rgba(255, 168, 0, 0.9);
  }
  70% {
    box-shadow: 0 0 0 30px rgba(255, 168, 0, 0);
  }
  100% {
    box-shadow: 0 0 0 0 rgba(255, 168, 0, 0);
  }
}

.corpix-video-section-02 .video-wrap-02 {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  padding-top: 200px;
  padding-bottom: 220px;
  margin-bottom: 20px;
  height: 450px;
  overflow: hidden;
  position: relative;
  z-index: 5;
}

.corpix-video-section-02 .video-wrap-02::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  background: rgba(17, 56, 100, 0.5);
  width: 100%;
  z-index: -1;
}

.corpix-video-section-02 .video-wrap-02 .shape-1 {
  position: absolute;
  top: -45%;
  left: -28%;
  z-index: -1;
}

.corpix-video-section-02 .video-wrap-02 .shape-1 svg {
  width: 670px;
  height: 630px;
  fill: none;
  stroke-width: 3px;
  stroke: #ffa800;
}

.corpix-video-section-02 .video-wrap-02 .shape-2 {
  position: absolute;
  right: -28%;
  bottom: -50%;
  z-index: -1;
}

.corpix-video-section-02 .video-wrap-02 .shape-2 svg {
  width: 665px;
  height: 625px;
  fill: #ffa800;
}

.corpix-video-section-02 .video-wrap-02 .shape-3 {
  position: absolute;
  right: -23%;
  bottom: -49%;
  z-index: -1;
}

.corpix-video-section-02 .video-wrap-02 .shape-3 svg {
  width: 670px;
  height: 630px;
  fill: none;
  stroke-width: 3px;
  stroke: #ffffff;
}

.corpix-video-section-02 .video-wrap-02 .video-content .title {
  font-size: 60px;
  line-height: 80px;
  margin-top: -120px;
  color: #ffffff;
}

.corpix-video-section-02 .video-wrap-02 .video-content .play-video {
  margin-top: 50px;
}

@media only screen and (max-width: 1199px) {
  .corpix-video-section-02 .video-wrap-02 {
    padding-top: 120px;
    padding-bottom: 160px;
  }
  .corpix-video-section-02 .video-wrap-02 .shape-1 {
    top: -45%;
    left: -40%;
  }
  .corpix-video-section-02 .video-wrap-02 .shape-2 {
    right: -38%;
    bottom: -70%;
  }
  .corpix-video-section-02 .video-wrap-02 .shape-3 {
    position: absolute;
    right: -33%;
    bottom: -71%;
  }
  .corpix-video-section-02 .video-wrap-02 .video-content .title {
    font-size: 50px;
    line-height: 70px;
  }
}

@media only screen and (max-width: 767px) {
  .corpix-video-section-02 .video-wrap-02 .shape-1 {
    top: -69%;
    left: -80%;
  }
  .corpix-video-section-02 .video-wrap-02 .shape-2 {
    right: -75%;
    bottom: -70%;
  }
  .corpix-video-section-02 .video-wrap-02 .shape-3 {
    right: -68%;
    bottom: -71%;
  }
  .corpix-video-section-02 .video-wrap-02 .video-content .title {
    font-size: 42px;
    line-height: 70px;
  }
}

@media only screen and (max-width: 575px) {
  .corpix-video-section-02 .video-wrap-02 {
    padding-top: 90px;
    padding-bottom: 120px;
  }
  .corpix-video-section-02 .video-wrap-02 .shape-1 {
    top: -69%;
    left: -80%;
  }
  .corpix-video-section-02 .video-wrap-02 .shape-2 {
    display: none;
  }
  .corpix-video-section-02 .video-wrap-02 .shape-3 {
    display: none;
  }
  .corpix-video-section-02 .video-wrap-02 .video-content .title {
    font-size: 42px;
    line-height: 70px;
  }
}

.corpix-video-section-03 {
  padding-top: 220px;
  padding-bottom: 370px;
}

.corpix-video-section-03::before {
  background: rgba(17, 56, 100, 0.8);
}

.corpix-video-section-03 .video-content {
  padding-right: 80px;
}

@media only screen and (max-width: 1399px) {
  .corpix-video-section-03 .video-content {
    padding-right: 40px;
  }
}

.video-btn-03 .video-link {
  display: flex;
  align-items: center;
}

.video-btn-03 .video-link .play-video {
  margin-top: 0;
}

.video-btn-03 .video-link .play-btn-text {
  font-size: 24px;
  line-height: 36px;
  font-family: "Antonio", sans-serif;
  font-weight: 700;
  color: #ffffff;
  margin-left: 25px;
  transition: all 0.3s linear;
}

.video-btn-03 .video-link .play-btn-text:hover {
  color: #ffa800;
}

@media only screen and (max-width: 991px) {
  .video-btn-03 {
    margin-top: 50px;
  }
  .video-btn-03 .video-link {
    justify-content: center;
  }
  .video-btn-03 .video-link .play-video {
    margin-top: 0;
  }
}

@media only screen and (max-width: 1199px) {
  .corpix-video-section-03 {
    padding-top: 130px;
  }
}

@media only screen and (max-width: 991px) {
  .corpix-video-section-03 {
    padding-top: 90px;
    padding-bottom: 350px;
  }
  .corpix-video-section-03 .video-content {
    text-align: center;
    padding-right: 0px;
  }
}

.corpix-video-section-04 {
  background: #f1f2f5;
  padding-top: 430px;
  padding-bottom: 170px;
}

.corpix-video-section-04::before {
  display: none;
}

.corpix-video-section-04 .video-wrap {
  background-repeat: no-repeat;
  background-position: center top;
  background-size: cover;
  padding-top: 150px;
  padding-bottom: 160px;
}

.corpix-video-section-04 .video-wrap .play-video {
  background: #f82c47;
}

.corpix-video-section-04 .video-wrap .play-video::before {
  -webkit-animation: pulse-02 1500ms ease-out infinite;
          animation: pulse-02 1500ms ease-out infinite;
}

.corpix-video-section-04 .video-wrap .play-video:hover {
  background: #ffffff;
  color: #f82c47;
}

@media only screen and (max-width: 1199px) {
  .corpix-video-section-04 {
    padding-top: 400px;
    padding-bottom: 100px;
  }
}

@media only screen and (max-width: 991px) {
  .corpix-video-section-04 {
    padding-top: 380px;
    padding-bottom: 80px;
  }
}

@-webkit-keyframes pulse-02 {
  0% {
    box-shadow: 0 0 0 0 rgba(248, 44, 71, 0.9);
  }
  70% {
    box-shadow: 0 0 0 30px rgba(248, 44, 71, 0);
  }
  100% {
    box-shadow: 0 0 0 0 rgba(248, 44, 71, 0);
  }
}

@keyframes pulse-02 {
  0% {
    box-shadow: 0 0 0 0 rgba(248, 44, 71, 0.9);
  }
  70% {
    box-shadow: 0 0 0 30px rgba(248, 44, 71, 0);
  }
  100% {
    box-shadow: 0 0 0 0 rgba(248, 44, 71, 0);
  }
}

.corpix-video-section-05 {
  padding-top: 225px;
}

.corpix-video-section-05::before {
  background: rgba(10, 12, 28, 0.5);
}

.corpix-video-section-05 .video-content {
  padding-right: 80px;
}

.corpix-video-section-05 .video-content .video-btn-03 {
  margin-top: 50px;
}

.corpix-video-section-05 .video-content .video-btn-03 .play-video {
  background: #fc653c;
}

.corpix-video-section-05 .video-content .video-btn-03 .play-video::before {
  -webkit-animation: pulse-03 1500ms ease-out infinite;
          animation: pulse-03 1500ms ease-out infinite;
}

.corpix-video-section-05 .video-content .video-btn-03 .play-video:hover {
  background: #ffffff;
  color: #fc653c;
}

.corpix-video-section-05 .video-content .video-btn-03 .video-link .play-btn-text:hover {
  color: #fc653c;
}

.corpix-video-section-05 .video-counter-wrap {
  display: flex;
  max-width: 520px;
  border-left: 3px solid #fc653c;
  background: #000;
  padding: 50px;
}

.corpix-video-section-05 .video-counter-wrap .single-counter {
  margin-top: 0;
  position: relative;
}

.corpix-video-section-05 .video-counter-wrap .single-counter:last-child {
  padding-left: 60px;
  margin-left: 110px;
}

.corpix-video-section-05 .video-counter-wrap .single-counter:last-child::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  background: #fc653c;
  width: 1px;
  height: 85px;
  transform: translateY(-50%);
}

.corpix-video-section-05 .video-counter-wrap .single-counter .counter-text {
  margin-top: 0;
}

.corpix-video-section-05 .video-counter-wrap .single-counter .counter-text .count {
  font-size: 48px;
  line-height: 60px;
}

@media only screen and (max-width: 1199px) {
  .corpix-video-section-05 {
    padding-top: 120px;
  }
}

@media only screen and (max-width: 991px) {
  .corpix-video-section-05 {
    padding-top: 100px;
    padding-bottom: 100px;
  }
  .corpix-video-section-05 .video-content {
    padding-right: 0px;
    text-align: center;
  }
  .corpix-video-section-05 .video-counter-wrap {
    display: flex;
    margin: 0 auto;
    margin-top: 50px;
  }
}

@media only screen and (max-width: 767px) {
  .corpix-video-section-05 {
    padding-top: 80px;
    padding-bottom: 80px;
  }
  .corpix-video-section-05 .video-content .video-btn-03 {
    margin-top: 35px;
  }
  .corpix-video-section-05 .video-counter-wrap {
    display: flex;
    margin: 0 auto;
    margin-top: 50px;
  }
  .corpix-video-section-05 .video-counter-wrap .single-counter .counter-text .count {
    font-size: 36px;
    line-height: 48px;
  }
}

@media only screen and (max-width: 449px) {
  .corpix-video-section-05 .video-counter-wrap {
    padding: 40px;
  }
  .corpix-video-section-05 .video-counter-wrap .single-counter:last-child {
    padding-left: 40px;
    margin-left: 40px;
  }
}

@-webkit-keyframes pulse-03 {
  0% {
    box-shadow: 0 0 0 0 rgba(252, 101, 60, 0.9);
  }
  70% {
    box-shadow: 0 0 0 30px rgba(252, 101, 60, 0);
  }
  100% {
    box-shadow: 0 0 0 0 rgba(252, 101, 60, 0);
  }
}

@keyframes pulse-03 {
  0% {
    box-shadow: 0 0 0 0 rgba(252, 101, 60, 0.9);
  }
  70% {
    box-shadow: 0 0 0 30px rgba(252, 101, 60, 0);
  }
  100% {
    box-shadow: 0 0 0 0 rgba(252, 101, 60, 0);
  }
}

/*--