/* =====main css ===== */

* {
  box-sizing: border-box;
}


@font-face {
  font-family: "Neue Light";
  src: url("../fonts/HelveticaNeue-Light.ttf");
}

@font-face {
  font-family: "Neue Regular";
  src: url("../fonts/Inter-Regular.ttf");
}

@font-face {
  font-family: "Neue Medium";
  src: url("../fonts/HelveticaNeue-Medium.ttf");
}

@font-face {
  font-family: "Inter SemiBold";
  src: url("../fonts/Inter-SemiBold.ttf");
}

@font-face {
  font-family: "Neue Bold";
  src: url("../fonts/HelveticaNeue-Bold.ttf");
}

@font-face {
  font-family: "Nova";
  src: url("../fonts/NovaSquare-Regular.ttf");
}



:root {
  --chevron: url('data:image/svg+xml;utf8,<svg version="1.1" xmlns="http://www.w3.org/2000/svg" x="0px" y="0px" width="300px" height="300px" fill="%23080a0f" viewBox="-155 247 300 300" style="enable-background:new -155 247 300 300;"><polygon points="78.6356201,306.8178101 -5.0166931,390.4367371 -88.6356277,306.8178101 -137, 355.1821899 -5.0166931,487.1821899 127,355.1821899 "/></svg>');
  --tick: url('data:image/svg+xml;utf8,<svg version="1.1" xmlns="http://www.w3.org/2000/svg" x="0px" y="0px" width="300px" height="300px" fill="%23fff" viewBox="0 0 300 300" style="enable-background:new 0 0 300 300;" xml:space="preserve"><polygon points="115.7434006,270.8831787 0,173.503006 21.3676376,148.106369 111.6297684,224.0477905 274.5331421,29.1168175 300,50.3998222"/></svg>');
}

html {
  height: 100%;
  scroll-behavior: smooth;
}

html.flow {
  overflow: hidden;
}

body {
  position: relative;
  min-height: 100%;
  /*background-color: #f5f6f8;
  */
  background-color: #fff;
  color: #000000;
  font-size: 25px;
  font-family: "Neue Light";
  margin: 0;
  padding: 0;
  line-height: 1.6;
  word-break: break-word;
  transition: all ease 0.5s;
  overflow-x: hidden;
  -webkit-transition: all ease 0.5s;
  -moz-transition: all ease 0.5s;
  -ms-transition: all ease 0.5s;
  -o-transition: all ease 0.5s;
}

body {
  display: flex;
  flex-flow: column;
}

body.flow {
  overflow: hidden !important;
}

body>main {
  flex: 1;
  overflow: hidden;
}

::selection {
  background: #ff580e;
  color: #fff;
}

::-moz-selection {
  background: #ff580e;
  color: #fff;
}

body a {
  color: #080a0f;
  word-break: break-word;
}

body a,
body span {
  display: inline-block;
  text-decoration: none;
}

body a:hover {
  color: #520bed;
}

body a:focus,
body a:hover {
  outline: none !important;
  text-decoration: none !important;
}

ul {
  margin: 0;
  padding: 0;
}

ul li {
  display: inline-block;
}

ul li a {
  transition: all ease 0.5s;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Neue Medium";
  line-height: 1.2;
  margin: 0 0 10px;
}

p {
  margin: 0 0 15px;
}

p:nth-last-child(1) {
  margin: 0;
}

p>a {
  color: #520bed;
}

p>a:hover {
  color: #000;
}

.descrizione{
  font-size: 35px;
}

.tableDv {
  display: table;
  width: 100%;
  height: 100%;
}

.tableCell {
  display: table-cell;
  vertical-align: middle;
}

.toggle {
  position: absolute;
  top: 30px;
  right: 5px;
  display: flex;
  display: none;
  align-items: center;
  justify-content: center;
  cursor: poInter;
  padding: 10px;
  transition: all ease 0.5s;
  z-index: 4;
}

.toggle span,
.toggle span:before,
.toggle span:after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  height: 2px;
  background: #ff580e;
  border-radius: 50px;
  transition: all ease 0.5s;
}

.toggle span {
  position: relative;
  display: block;
  width: 22px;
  margin: 8px auto;
}

.toggle span:before {
  top: -7px;
}

.toggle span:after {
  bottom: -7px;
}

.toggle.active span {
  width: 22px;
  background: transparent !important;
}

.toggle.active span:before,
.toggle.active span:after {
  top: 0;
}

.toggle.active span:before {
  transform: rotate(405deg);
  -webkit-transform: rotate(405deg);
  -moz-transform: rotate(405deg);
  -ms-transform: rotate(405deg);
  -o-transform: rotate(405deg);
}

.toggle.active span:after {
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
}


/* ====Buttons======== */

.siteBtn {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 125px;
  height: 46px;
  background: #ff580e;
  color: #FFF !important;
  font-size: 16px;
  font-family: "Neue Light";
  text-align: center;
  padding: 0 30px;
  white-space: nowrap;
  text-transform: capitalize;
  border: 0;
  outline: none !important;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  overflow: hidden;
}

.webBtn:hover,
.webBtn:focus {
  /* background: #0f3a74; */
  color: #fff;
}


/* ====inner css======= */

h1 {
  font-size: 40px;
}

h2 {
  font-size: 70px;
}

h3 {
  font-size: 24px;
}

h4 {
  font-size: 20px;
}

h5 {
  font-size: 16px;
}

h6 {
  font-size: 14px;
}

img {
  width: 100%;
  display: block;
}

em {
  font-style: normal;
}

strong {
  font-family: "Neue Medium";
  font-weight: normal;
  color: #ff580e;
}

input,
button,
select,
textarea {
  text-decoration: none !important;
  outline: none !important;
}

.ease,
body a,
body button,
body .webBtn {
  transition: all ease 0.5s;
  -webkit-transition: all ease 0.5s;
  -moz-transition: all ease 0.5s;
  -ms-transition: all ease 0.5s;
  -o-transition: all ease 0.5s;
}

.contain,
.contain-fluid {
  position: relative;
  max-width: unset;
  width: 100%;
  padding: 0 50px;
  margin: auto;
  min-height: 1px;
  z-index: 3;
}

.contain-fluid {
  max-width: 1600px;
}

.contain:before,
.contain:after,
.contain-fluid:before,
.contain-fluid:after {
  content: "";
  display: table;
}

.contain:after,
.contain-fluid:after {
  clear: both;
}

section {
  position: relative;
  padding: 0rem 0;
}

.flex {
  display: flex;
  flex-wrap: wrap;
}

.formRow {
  display: flex;
  flex-wrap: wrap;
  margin: -10px;
}

.formRow>[class*="col-"],
.formRow>[class^="col-"] {
  padding: 10px;
}

.flexBox {
  display: flex;
  align-items: center;
  justify-content: center;
}

.flexDv {
  width: 100%;
}

.flexRow {
  margin: -10px;
}

.flexRow>.col {
  padding: 10px;
}

.bTn {
  display: flex;
  flex-flow: wrap;
  gap: 5px;
}

/* ====dropdown======== */

.dropBtn {
  display: inline-flex;
  align-items: center;
  cursor: poInter;
}

.dropBtn>i.chevron {
  display: inline-block;
  width: 10px;
  min-width: 10px;
  height: 10px;
  background-image: var(--chevron);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  margin: 0;
  margin-left: 5px;
  transition: inherit;
}

.dropDown {
  position: relative;
  z-index: 1;
}

.dropCnt {
  position: absolute;
  top: 100%;
  right: 0;
  min-width: 260px;
  max-width: 260px;
  background: #fff;
  margin-top: 10px;
  visibility: hidden;
  opacity: 0;
  /*border: 1px solid #eee;
  */
  border-radius: 7px;
  box-shadow: 0 13px 27px -5px rgba(50, 50, 93, 0.25),
    0 8px 16px -8px rgba(0, 0, 0, 0.3), 0 -6px 16px -6px rgba(0, 0, 0, 0.025);
  transition: all ease 0.5s;
  overflow: hidden;
  display: block;
  -webkit-transition: all ease 0.5s;
  -moz-transition: all ease 0.5s;
  -ms-transition: all ease 0.5s;
  -o-transition: all ease 0.5s;
}

.dropCnt.right {
  left: initial;
  right: 0;
}

.dropCnt.active {
  margin-top: 0;
  visibility: visible;
  opacity: 1;
}

.dropLst {
  /* border: 1px solid #eee; */
  padding: 6px 0;
  /* border-radius: 7px; */
}

.dropLst>li,
.dropLst>li>* {
  display: block;
}

.dropLst>li:nth-child(1)>* {
  border-top-left-radius: 7px;
  border-top-right-radius: 7px;
}

.dropLst>li:nth-last-child(1)>* {
  border-bottom-left-radius: 7px;
  border-bottom-right-radius: 7px;
}

.dropLst>li:not(:nth-last-child(1)) {
  border-bottom: 1px solid #eee;
}

.dropLst>li>* {
  display: flex;
  align-items: center;
  width: 100%;
  background: #fff;
  /* color: #fff; */
  text-align: left;
  /* padding: 6px 15px; */
  border: 0;
}

.dropLst>li {
  padding: 0px 10px !important;
}

/* .dropLst > li > *:hover {
  background: #fafafa;
  } */

.dropLst>li>*>i {
  margin-right: 6px;
}

.dropLst>li a {
  justify-content: flex-start;
  text-align: left !important;
}

/* ====page_container== */
.page_container {
  width: 100%;
  display: table;
  height: 100%;
  table-layout: fixed;
}

/* =====sidebar====== */
.sidebar_menu {
  display: table-cell;
  vertical-align: top;
  width: 650px;
  position: relative;
  z-index: 100;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  color: #f7f7f7;
  background: #fff;
}

.menu_inner {
  position: fixed;
  height: 100%;
  padding-left:30px;
  padding-bottom:20px;
  padding-top:50px;
  bottom: 0;
  width: 650px;
  overflow: hidden;
  background: #102189;
  display: flex;
  align-items: top;
  box-shadow: 0 38px 37px 0 rgb(0 0 0 / 86%);
}

.sidebar_menu li {
  position: relative;
  margin: 0;
  display: block;
  font-size: 40px;
}

.sidebar_menu li a {
  position: relative;
  display: flex;
  padding: 10px 20px;
  color: #fff !important;
  z-index: 2;
  transition: all ease 0.5s;
  -webkit-transition: all ease 0.5s;
  -moz-transition: all ease 0.5s;
  -ms-transition: all ease 0.5s;
  -o-transition: all ease 0.5s;
}

.sidebar_menu li a strong {
  color: #fff !important;
  font-family: 'Neue Light';
  font-weight: 200;
  font-size: 50px;
  margin-top:15px;
}

.sidebar_menu .top_heading {
  padding: 10px 20px;
  padding-bottom: 10px;
}

.sidebar_menu .top_heading_right {
  padding: 10px 20px;
  padding-bottom: 90px;
}

.top_heading h2 {
  font-family: 'Neue Medium';
  font-size: 50px;
}

.sidebar_menu .cta a {
  color: #fff;
  padding: 10px 20px;
  padding-top: 160px;
}

.sidebar_menu .cta a i {
  padding-right: 10px
}

.main-content {
  position: relative;
  display: table-cell;
  vertical-align: center;
  padding: 20px;
  background: #ffffff;
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

[nav] ul li:nth-child(2)>a:hover .nav-item {
  display: block;
}

.nav-item {
  position: relative;
}

.nav-item a {

  -webkit-transition: all ease .5s;
  transition: all ease .5s;
  margin-left: 0;
  margin-right: 0;
  position: relative;
  z-index: 1;

  -moz-transition: all ease .5s;
  -ms-transition: all ease .5s;
  -o-transition: all ease .5s;
}

.nav-item a i {
  font-size: 32px;
  margin-left: 19px;
  margin-top: 45px;
  position: relative;
}

.nav-item .dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0px;
  opacity: 0;
  width: 550px;
  visibility: hidden;
  z-index: 99;
  display: block;
  padding: 0;
  background-color: #071568;
  border: none;
  border-radius: 0;
  -webkit-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  -moz-transition: all .2s ease-in-out;
  -ms-transition: all .2s ease-in-out;
  -o-transition: all .2s ease-in-out;
  padding: 10px 0;
}

.nav-item .dropdown-menu li {
  width: 100%;
  padding: 0;
}

.nav-item .dropdown-menu li a {
  text-align: left;
  font-size: 34px;
  color: #000024;
  position: relative;
  padding: 30px 15px;
  margin-left: 0;
  margin-right: 0;
  text-transform: capitalize;
  display: block;
  padding-left: 38px;
}

.nav-item .dropdown-menu li a::before {
  content: "";
  position: absolute;
  bottom: -1px;
  left: 0;
  width: 0;
  height: 1px;
  background-color: #0383ff;
  -webkit-transition: all ease .5s;
  transition: all ease .5s;
  -moz-transition: all ease .5s;
  -ms-transition: all ease .5s;
  -o-transition: all ease .5s;
}

.nav-item .dropdown-menu li a::after {
  content: "";
  position: absolute;
  bottom: 4px;
  left: 0;
  width: 0;
  height: 1px;
  background-color: #0383ff;
  -webkit-transition: all 1s;
  transition: all 1s;
  -moz-transition: all 1s;
  -ms-transition: all 1s;
  -o-transition: all 1s;
}


.nav-item .dropdown-menu.active {
  visibility: visible;
  opacity: 1;

}

.nav-item.active {
  margin-bottom: 108px;
}

/* ======== */
.sec_blocks {
  /* background: url(../images/Balena2.mp4);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat; */
  height: 100vh;
  padding: 5rem 2rem;
}

.sec_blocks video {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  z-index: -1;
}

.sec_blocks .flex {
  width: 80%;
  margin-left:320px;
}

.sec_blocks .col {
  width: calc(100%/4);
  flex: unset;
  padding: 0px;
}

.sec_blocks .col .inner {
  width: 70%;
  text-align: center;
  background: #102189;
  box-shadow: 0 10px 25px 0 rgb(0 0 0 / 86%);
  color: #fff;
  transition: all 0.3s ease-in-out;
  height: 100%;
}

.sec_blocks .col .inner:hover {
  transform: translate3d(0, -10px, 0);
  transition: all .3s ease-in-out;
  box-shadow: 0px 0px 30px rgb(0 0 0 / 20%);
}

.sec_blocks .col .inner .content {
  padding: 30px;
  min-height: 120px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.sec_blocks .image {
  position: relative;
  padding-bottom: 90%;
}

.sec_blocks .image img {
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  z-index: 2;
  left: 0;
  bottom: 0;
  right: 0;
  object-fit: cover;
}

/* ====rightBar==== */
.rightBar {
  text-align: right;
}

.rightBar .menu_inner {
  justify-content: end;
}

.rightBar .menu_inner li a {
  justify-content: end;
}

.rightBar .nav-item a i {
  margin-left: 0;
  margin-right: 19px;
}

.rightBar .nav-item .dropdown-menu {
  left: unset;
  right: 0;
}

.rightBar .nav-item .dropdown-menu li a {
  text-align: right;
}

/* ===sec_global=== */
.sec_global {
  background-image: url(../images/forest.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  position: relative;
  color: #fff;
  height: 100vh;
  padding: 5rem 1rem;
  padding-top: 0rem;
  display: flex;
  align-items: center;
}

.sec_global .contain {
  max-width: unset;
  width: 100%;
}

/* .sec_global::before {
  position: absolute;
  content: '';
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0.9;
} */

.sec_global .col {
  flex: unset;
}

.sec_global .col1 {
  width: 30%;
  padding-right:290px;
  padding-left:40px;
  heigth:879,39px;

}

.sec_global .col2 {
  width: 70%;
  padding-left: 0px;
  margin-top:100px;
  font-size:27px;
}

.sec_global .col2 .inner {
  border-left: 6px dotted #fff;
  padding-left: 25px;
  padding-right: 150px;
}

.sec_global .col2 strong {
  color: #ffb10e;
  font-size: 29px;
}

.sec_global .col1 h2 {
  margin-bottom: 30px;
  margin-top:50px;
}

.sec_global .col1 p {
  font-size:35px;
}
.sec_global .col1 .below {
  margin-top: 400px;
  font-weight: 600;
}

.sec_global .owl-item:last-child .inner {
  border-left: none;
}

.sec_global .cta {
  display: flex;
  height: 326px;
  justify-content: center;
  align-items: center;
  width: 51%;
  margin: 0 auto;
}

.sec_global .cta a {
  color: #fff;
  font-family: "Neue Medium";
}



/* =====sec_high=== */
.sec_high {
  padding: 5rem 1rem;
  /* padding-top: 10rem; */
  display: flex;
  align-items: center;
  height: 100vh;
  background-image: url(../images/BG-3.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

.sec_high .col {
  flex: unset;
}

.sec_high .col1 {
  width: 28%;
  padding-right:50px;

}

.sec_high .col2 {
  width: 72%;
  padding-left: 40px;
}

.sec_high .inner h2 {
  font-family: 'Neue Light';
  font-size: 70px;
  margin-bottom: 15px;
}

.sec_high .inner p {
  font-family: 'Neue Light';
  font-size: 35px;
  margin-bottom: 15px;
}

.inside p{
font-size:35px;
}



.sec_high .inner {
  margin-bottom: 85px;
}

.sec_high .btn_list {
  width: 81%;
  margin-bottom:0;
}

.sec_high .btn_list li {
  display: block;
  width: 70%;
  margin-top: 55px;
}

.sec_high .btn_list li .style_me {
  background: #102189;
  color: #fff;
  padding: 36px 26px;
  min-width: 245px;
  text-align: center;
  font-weight: 600;
  display: flex;
  align-items: center;
  justify-content: center;
}

.sec_high .col2 {
  position: relative;
}

.sec_high .col2 .colM {
  width: 30%;
}

.sec_high .col2 .colM .image {
  width: 87%;
}

.sec_high .col2 .coll {
  width: 40%;
}

.sec_high h2, .sec_high h3 {
  font-weight: 600;
  font-size:70px;
}

.sec_high .col2 .colN {
  width: 24%;
  display: flex;
  align-items: center;
  justify-content: end;
}

.sec_high .col2 .colN a {
  color: #10218B;
  font-weight: 600;

}

.sec_high .col2 .coll h5 {
  font-family: 'Neue Medium';
  margin-bottom: 15px;
}

/* ====sec_un===== */
.sec_un {
  display: flex;
  align-items: center;
  height: 100vh;

}


.sec_un .col {
  flex: unset;

}

.sec_un .col1 {
  width: 28.5%;
  padding-left: 2rem;
  padding-right: 70px;
  align-self: top;
  padding-top:50px;
}

.sec_un .col1 .inner {
  margin-bottom: 100px;
}

.sec_un .col1 .inner p {
  font-size:35px;
}

.sec_un .col1 .img_list {
  display: flex;
  align-items: center;
  margin-top: 30px;
  flex-wrap: wrap;
}

.sec_un .col1 .img_list li {
  padding-right: 5px;
  width: 25%;
}

.sec_un .col2 {
  width: 40%;
  height:100vh;
  padding-top:60px;
  padding-left: 60px;
  background-color: #8E1737;
  color: #fff;
  padding-bottom: 50px;
  padding-right:10%;
}

.sec_un .col2 .content p {
  margin-bottom: 5px;
  font-size:35px;
}

.sec_un .col2 .image {
  width: 200px;
  margin-bottom: 50px;
  margin-top: 20px;
}

.sec_un .col3 {
  width: 31.5%;
  background-color: #8E1737;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-flow: column;
}

.sec_un .col3 .cta a {
  color: #fff;
  margin-top: 50px;
  font-size: 20px;
}

.sec_un .col3 .image {
  width: 36%;
}

.sec_un .col3 .image-1 {
  width: 54%;
  margin-bottom:100px;
}

.sec_un .contain {
  padding: 0;
}

/* ======sec_pro==== */
.sec_pro {
  display: flex;
  align-items: center;
  height: 100vh;
  height: 100vh;
  background-image: url(../images/BG-1.png);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

.sec_pro .col {
  flex: unset;
}

.sec_pro .col1 {
  width: 28%;
  padding-right: 350px;
  padding-top:50px;
}

.sec_pro .col2 {
  width: 44%;
  padding-top:0px;
}

.sec_pro .col3 {
  width: 28%;
  padding-left: 20px;
  align-self: top;
  padding-top:70px;
}


/* .sec_pro .image {
  position: relative;
  padding-bottom: 83%;
}

.sec_pro .image img {
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  object-fit: cover;
} */

/* ==== */
.videoBlk {
  position: relative;
  display: block;
  padding-top: 82%;
  overflow: hidden;
  box-shadow: rgb(81 24 24 / 20%) 0 5px 10px 0;
  overflow: hidden;
}

video[poster] {
  width: 100vw;
  height:100vh;
  object-position: center;
  object-fit: cover;
}

.videoBlk video {
  position: absolute;
  top: 0px;
  left: 0px;
  right: 0px;
  bottom: 0px;
  display: block;
  width: 1920px!important;
  height:1080px!important;

  margin: 0% auto;
}

.sec_pro ::selection {
  background: #3dac9f;
  color: #fff;
}

.videoBtn {
  font: normal normal normal 14px/1 FontAwesome;
  position: absolute;
  top: 35%;
  left: 0px;
  right: 0px;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -ms-align-items: center;
  align-items: center;
  justify-content: center;
  height: 75px;
  width: 75px;
  margin: -20px auto 0px;
  background: transparent;
  color: #fff;
  font-size: 24px;
  border: 3px solid #fff;
  border-radius: 75%;
  line-height: 1;
  cursor: pointer;
  -webkit-transition: all linear 0.5s;
  -o-transition: all linear 0.5s;
  transition: all linear 0.5s;
  z-index: 5;
  -moz-transition: all linear 0.5s;
  -ms-transition: all linear 0.5s;
}

.videoBtn::after {
  position: absolute;
  content: "";
  top: 0;
  bottom: 0;
  left: 0;
  right: 20px;
  height: 70px;
  width: 70px;
  border-radius: 50%;
  opacity: 1;
  visibility: visible;
  transform: scale(1);
}

@keyframes ripple-wave {
  0% {
    box-shadow: 0 0 rgb(255 255 255/10%), 0 0 0 15px rgb(255 255 255/10%), 0 0 0 30px rgb(255 255 255/10%);
  }

  100% {
    box-shadow: 0 0 0 15px rgba(255, 255, 255, 0.1), 0 0 0 30px rgba(255, 255, 255, 0.1), 0 0 0 45px rgba(255, 255, 255, 0.02);
  }
}

.videoBtn.fa-pause {
  opacity: 0;
}

.videoBlk:hover .videoBtn.fa-pause {
  opacity: 1;
}

.sec_pro .image {
  width: 100%;
  height: 357px;
}

.sec_pro img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
}

/* ====sec_tech===== */

.sec_tech {
  display: flex;
  align-items: center;
  height: 100vh;
}

.sec_tech .col {
  flex: unset;
}

.sec_tech .col1 {
  width: 28%;
  padding-right: 350px;
  padding-top:50px;
}

.sec_tech .col2 {
  width: 44%;
  padding-top:0px;
}

.sec_tech .col3 {
  width: 28%;
  padding-left: 20px;
  align-self: top;
  padding-top:60px;
}

.vid_list li {
  width: 100%;
}

.vid_list li a {
  align-items: center;
  display: flex;
  width: 100%;
}

.vid_list li .min_image {
  width: 257px;
  height: 145px;
  margin-right: 15px;
  margin-left: 14px;
  margin-bottom: 17px;
}

.vid_list li .min_image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border: solid 1px #000;
}

.vid_list li p {
  width: 72%;
  padding-left:30px;
}

.vid_list li p span {
  padding-right: 5px;
}

.sec_tech .videoBlk {
  background: #102189;
}

/* ========== */
.sec_quiz {
  background-image: url(../images/BG.png);
  background-size: cover;
  display: flex;
  align-items: center;
  height: 100vh;
  position: relative;
  background-position: center;
  background-repeat: no-repeat;
}

.sec_quiz .txtGrp {
  margin-bottom: 0;
}

.sec_quiz .col {
  flex: unset;
}

.sec_quiz .col1 {
  width: 25%;
  padding-right: 20px;
  align-self: center;
}

.sec_quiz .col1 .image {
  width: 100%;
}

.sec_quiz .image {
  width: 77%;
  /* height: 60px; */
  margin: 0 auto;
}

.sec_quiz .image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.sec_quiz .col2 {
  width: 50%;
  padding-left:50px;
  padding-right:50px;
  align-self: center;
}

.sec_quiz .col3 {
  width: 25%;
  padding-left: 1px;
  align-self: center;
}

.bit-sec .flex .col {
  width: calc(100%/4);
}

fieldset:first-child {
  display: block;
}

.quote_cntnt {
  width: 60%;
  text-align: center;
  margin: 0px auto;
  margin-bottom: -12px;
  /* border: 2px solid #c60887;
  padding: 15px; */
  /* background: rgb(16 33 137); */
  color: #fff;
  /* box-shadow: 0 7px 19px 0 rgb(0 0 0 / 42%); */
  position: relative;

}

/* .sec_quiz .quote_cntnt::before {
  position: absolute;
  content: '';
  top: 50%;
  left: -50%;
  right: 0;
  width: 1560px;
  height: 2px;
  background: linear-gradient(90deg, #c60887 0%, #e87f1f 38%, #765900ad) !important;
  z-index: -1;

} */

.quote_cntnt h4 {
  margin-bottom: 0;
  font-size: 40px;
}

.quote_BIT {
  text-align: center;
  justify-content: center;
  width: 34%;
  margin: auto;
  margin-bottom: 26px;
}

.bit-sec textarea {
  resize: none;
  width: 100%;
  margin-top: 30px;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
}

.text-center {
  text-align: center;
}

.quote_form .inner_form_quote {
  max-width: 500px;
  margin: 20px auto 0px;
}

.lg_inner_form_quote {
  max-width: 100% !important;
}

.inner_form_quote .flex {
  justify-content: center;
  width: 60%;
  margin: 0 auto;
}

.inner_form_quote {
  margin-top: 64px;
  position: relative;
}

/* .sec_quiz .inner_form_quote::after {
  position: absolute;
  content: '';
  bottom: 50%;
  left: -50%;
  right: 0;
  width: 1560px;
  height: 2px;
  z-index: -1;
  background: linear-gradient(90deg, #c60887 0%, #e87f1f 38%, #765900ad) !important;

} */

.inner_form_quote .col {
  width: calc(100% / 2);
  padding: 20px;
}

.inner_form_quote .col .cmn_quote_bill {
  /* background: rgb(16 33 137); */
  /* border: 2px solid #c60887; */
  padding: 6px 1px;
  text-align: center;
  height: 200px;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  border-radius: 0;
  font-size: 12px;
  color: #fff;
  font-family: 'Neue Medium';
  position: relative;
  border: 7px solid;
  border-image: linear-gradient(160deg, #FC37BD 0%, #82F9FF 100%);
  border-image-slice: 1;


}

.inner_form_quote .col .cmn_quote_bill::before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: transparent;

}

.inner_form_quote .col .cmn_quote_bill label {
  margin-bottom: 0;
  font-size: 27px;
}

.inner_form_quote .cmnBtn {
  margin-top: 20px;
}


.hidden {
  display: none;
}



.cmn_quote_bill.active {
  background: linear-gradient(180deg, #05FF00 0%, #039F00 100%),
    linear-gradient(0deg, rgba(252, 55, 189, 0), rgba(252, 55, 189, 0)) !important;

}

.cmn_quote_bill.red_here {
  background: linear-gradient(180deg, rgba(252, 55, 189, 0) 0%, rgba(130, 249, 255, 0) 100%),
    linear-gradient(180deg, #FF0000 0%, #970000 100%) !important;

}

/* ==== */
.right_sm_bar {
  position: absolute;
  bottom: 0;
  right: 0;
  background: #102189;
  color: #fff;
  padding: 21px 47px;
  clip-path: polygon(24% 0, 100% 0, 100% 100%, 0% 100%);
  padding-left: 126px;
}

.right_sm_bar h2 {
  margin-bottom: 0;

}

.right_sm_bar h2 a {
  color: #fff;
  font-family: 'Neue Medium';
  font-size: 28px;
}

.owl-item{
  margin-right:60px!important;
}



