/*@import url('https://fonts.googleapis.com/css2?family=PT+Serif:wght@400;700&display=swap');*/
/*@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@300;500;600;700;800;900&display=swap');*/

@import url("../fonts/stylesheet.css");

body,
html {
  font-family: "GT Walsheim Pro";
  /*
    min-height: 100%;
    height: 100%;
*/
  padding: 0;
  margin: 0;
  //background: #F7F7F7 !important;
  width: 100%;
  height: 100vh;
  background-size: cover;
  position: relative;
}
body {
  /*    display: flex;*/
  font-family: "GT Walsheim Pro";
  flex-direction: column;
  /*    background: url(../img/sub-banner.png) top center no-repeat;*/
}
.wow {
  visibility: hidden;
}
.indexBg {
  background: url(../img/index-bg.png) no-repeat center top;
  background-position: 0 1260px;
  overflow-x: hidden;
}
.dataBg {
  background: url(../img/data-bg.png) no-repeat center;
}

* {
  box-sizing: border-box;
}
.dropbtn {
  color: rgba(255, 255, 255, 0.6);
  border: none;
  background: none;
  padding: 10px 10px;
  font-size: 13px;
  text-decoration: none !important;
  text-transform: uppercase;
}
.dropdown {
  position: relative;
  display: inline-block;
}
.caret {
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-top: 5px solid rgba(255, 255, 255, 0.6);
  width: 1px;
  position: absolute;
  top: 45%;
  right: 0;
}
.dropdown-content {
  display: none;
  position: absolute;
  min-width: 160px;
  box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
  z-index: 1;
  background-image: linear-gradient(45deg, #1790f0 50%, #00004d 100%);
  font-size: 13px;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.6);
}
.dropdown-content a {
  padding: 12px 16px;
  text-decoration: none;
  display: block;
}
.dropdown-content a:hover {
  color: #fff;
}
.dropdown:hover .dropdown-content {
  display: block;
}
.dropdown:hover .dropbtn {
  color: #fff;
}
.markUl {
  display: table;
}
.markUl li {
  display: table-row;
}
.markUl li p {
  line-height: 2;
  margin-bottom: 5px;
  color: #6e6e6e;
  font-weight: 400;
}
.markUl li:before {
  content: url("../img/pick.png");
  display: table-cell;
  text-align: left;
  padding-right: 15px;
}

.dataSheet-modal {
  position: relative;
  overflow: hidden;
  color: #000;
}
.dataSheet-modal img {
  position: relative;
  left: 0;
  top: 0;
  width: 100%;
  height: auto;
}
/*
.dataSheet-modal p {
  padding: 0 30px;
}
*/
.caseStudies-modal {
  border-radius: 30px;
  // padding: 0 25px;
  position: relative;
  overflow: hidden;
  color: #000;
  background-image: url(../img/daBg_w.png);
}
.caseStudies-modal img {
  position: relative;
  left: 0;
  top: 0;
  width: 100%;
  height: auto;
}
/*
.caseStudies-modal p {
  padding: 0 30px;
}
*/
.text-blue {
  color: #000096;
}
.text-orange {
  color: #ffa633;
}

.carousel-item {
  height: 300px;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}

.slider-section {
  width: 100%;
}

.NE-modal {
  color: #000;
  position: relative;
  overflow: hidden;
  background-image: url(../img/daBg_w.png);
}

/*
.NE-modal p {
  padding: 0 25px;
}
*/

.modal-xl {
  max-width: 1000px;
}
.bg1 {
  background-image: url(../img/indexBg.png) !important;
}
.bg2 {
  background-image: url(../img/index-bg.png) !important;
}
.bg3 {
  background-image: url(../img/update-bg.png) !important;
}
.ms_box_large {
  border-radius: 30px;
  padding: 25px 0 0 0;
  text-align: center;
  background-image: url(../img/indexBg.png) !important;
  background-color: #f4f4ff;
}
.modal-header {
  font-size: 22px;
  color: #000096;
  font-weight: 600;
  padding: 10px 30px 10px 30px;
  border-bottom: 0px solid #e9ecef;
}
.modal-title {
  text-align: left;
  font-size: 30px;
  color: #000;
  font-weight: 600;
  line-height: 1.2;
}
.dataCard {
  padding: 30px;
  border-radius: 10px;
  background: #fff;
  box-shadow: 8px 5px 15px rgb(0 0 150 / 15%);
  min-height: 200px;
  margin-bottom: 25px;
}
.data1 {
  /*
  background: #000 url(../img/1.jpg) top center no-repeat;
  background-size: 360px;
	z-index: 1;
    opacity: .5;
    mix-blend-mode: screen;
*/

  position: absolute;
  left: 0;
  top: 0;
  background: #000 url(../img/1.jpg) no-repeat center;
  background-size: cover;
  width: 100%;
  height: 100%;
  z-index: 1;
  opacity: 0.5;
  mix-blend-mode: screen;
}

.data2 {
  background: url(../img/2.jpg) top center no-repeat;
  background-size: 360px;
}
.dataTitle {
  color: white;
  font-weight: 600;
  font-size: 18px;
}
.caseCard {
  padding: 20px;
  border-radius: 10px;
  background: #1790f0;
  box-shadow: 8px 5px 15px rgb(0 0 150 / 15%);
  background-image: url(../img/daBg_w.png);
  background-repeat: no-repeat;
  background-size: 180px;
  background-position: -30px -50px;
  transition: all linear 0.2s;
  margin-bottom: 25px;
}
.minilogo {
  width: 90px;
}
.updateBg {
  background: url(../img/update-bg.png) no-repeat center;
}

.n-preview {
  background: #000;
  background: -moz-linear-gradient(-45deg, #000000 0%, #000000 25%, #006abf 50%, #de7a00 75%, #4388c7 100%); /* FF3.6-15 */
  background: -webkit-linear-gradient(-45deg, #000000 0%, #000000 25%, #006abf 50%, #de7a00 75%, #4388c7 100%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(135deg, #000000 0%, #000000 25%, #006abf 50%, #de7a00 75%, #4388c7 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  background-size: 400% 400%;
  background-repeat: no-repeat;
  display: flex;
  width: 350px;
  height: 120px;
  max-width: 100vw;
  max-height: 100vh;
  justify-content: center;
  align-items: center;
  border-radius: 10px 10px 0 0;
  box-shadow: 8px 5px 15px rgb(0 0 150 / 15%);
  position: relative;
  cursor: pointer;
  transition: 0.5s all;
}

.n-preview:hover {
  background-position: 100% 100%;
}

.newsCard {
  border-radius: 10px 10px 0 0;
  box-shadow: 8px 5px 10px rgba(23, 144, 240, 15%);
  min-height: 200px;
}
.news_card {
  padding: 10px 20px;
  color: #000096;
  border-radius: 0 0 10px 10px;
  background: #fff;
  box-shadow: 8px 5px 15px rgb(23 144 240 / 15%);
  background-image: url(../img/daBg.png);
  background-repeat: no-repeat;
  background-size: 120px;
  background-position: 260px 25px;
}
.newsDesc {
  font-size: 20px;
  color: #0b103f;
}
#footer {
  background: none;
  color: #444;
  font-size: 14px;
  text-align: center;
  padding: 10px 0;
  height: 50px;
}
.copyright {
  display: flex;
  align-items: center;
  padding: 0 20px;
}
.footer {
  vertical-align: middle;
  text-align: center;
  margin: 0 auto;
  top: 5px;
}
.footerc {
  padding: 10px;
  margin: 0px 0 0 0;
  position: relative;
  top: 2px;
}
.mt-7 {
  margin-top: 70px;
}
#main {
  overflow-x: hidden;
}
#home {
  height: 100vh;
  width: 100%;
  padding: 0;
  background: url("../img/indexBg.png") no-repeat 0% 25% !important;
}
h2 {
  font-weight: 400;
  font-size: 24px;
  color: #1d1d1d;
}
h1 {
  font-size: 48px;
  font-weight: 600;
  text-transform: capitalize;
  color: #000096;
}
h3 {
  font-size: 16px;
  color: #1d1d1d;
  font-weight: 400;
  line-height: 1.5;
}
p {
  font-family: "GT Walsheim Pro";
}
.oIcon {
  //text-indent: -9999px;
  //width: 30px;
  //height: 30px;
  //border-radius: 50px;
  display: inline-block;
  // position: relative;
  text-transform: lowercase;
  top: 16px;
  //background: #ffa633
}
.va-middle {
  display: flex;
  flex-wrap: wrap;
  height: 100vh;
  align-content: center;
  vertical-align: middle;
  position: relative;
}
.va-middle-item {
  align-content: center;
}
.site-navbar-wrap {
  left: 0;
  right: 0;
  display: none;
  opacity: 1;
}
.site-navbar {
  width: 100% !important;
}
.homeSideMenu {
  height: 100vh;
  position: absolute;
  top: 0;
  right: 0;
  min-width: 500px;
}
.homeSideMenu ul {
  padding: 0;
}
.homeSideMenu ul li {
  list-style: none;
}
.homeSideMenu ul li a {
  border-radius: 50%;
  display: flex;
  flex-wrap: wrap;
  align-content: center;
  text-align: center;
  margin-bottom: 10px;
  position: relative;
  transition: all linear 0.2s;
}
.homeSideMenu ul li a:hover {
  transform: scale(1.05);
}
.homeSideMenu ul li p {
  width: 70%;
  color: #fff;
  margin: 0 auto;
  font-size: 14px;
  text-transform: uppercase;
  letter-spacing: 2px;
}
.homeSideMenu ul li a.bigBubble {
  width: 230px;
  height: 230px;
}
.homeSideMenu ul li a.mediumBubble {
  width: 180px;
  height: 180px;
}
.homeSideMenu ul li a.smallBubble {
  width: 150px;
  height: 150px;
}
@keyframes float {
  0% {
    transform: translatey(0px);
  }
  50% {
    transform: translatey(-2px);
  }
  100% {
    transform: translatey(0px);
  }
}

.contactBtn {
  background: #ffa633;
  color: #fff;
  padding: 10px;
  position: absolute;
  bottom: 21%;
  right: 29%;
  font-size: 14px;
  min-width: 150px;
  text-align: center;
}
.contactBtn-sub {
  background: #ffa633;
  color: #fff;
  padding: 10px;
  position: absolute;
  bottom: 5%;
  right: 10%;
  font-size: 14px;
  min-width: 150px;
  text-align: center;
}
#data-sheet {
  /*    background-image: url(../img/data-bg.png);*/
}
#updates {
  background-image: url(../img/update-bg.png);
  background-position: center;
}
/*
a.contactBtn {
  color: #fff;
  transition: all linear .2s
}
a.contactBtn:hover {
  background: #d97a00;
  color: #fff
}
*/

.banner {
  width: 100%;
  min-height: 100vh;
  background-size: cover;
  position: relative;
  color: #4d4e4f;
  overflow: hidden;
}
.bannerContentWrapper {
  position: absolute;
  left: 120px;
  top: 30%;
}
.bannerSubTitle {
  font-family: "GT Walsheim Pro";
  font-size: 35px;
  font-weight: 300;
  color: #0b103f;
}
.bannerTitle {
  font-family: "GT Walsheim Pro";
  font-size: 70px;
  font-weight: 700;
  color: #000096;
}
.demainO {
  text-indent: -9999px;
  width: 40px;
  height: 40px;
  position: relative;
  top: 39px;
  border-radius: 50px;
  display: inline-block;
  background-color: #ffa633;
}
.bannerDesc {
  font-family: "GT Walsheim Pro";
  font-size: 16px;
  font-weight: 300;
  color: #0b103f;
}
.daContentWrapper {
  position: absolute;
  left: 305px;
  top: 12%;
}
h1.title {
  color: #000;
  font-size: 55px;
  font-weight: 600;
}
h1.title span {
  text-transform: none !important;
}
.bannerPara {
  max-width: 590px;
  color: #000096;
  font-size: 16px;
  font-weight: 400;
}
input[type="submit"].yellowBtn {
  background-color: #ffa633;
  text-transform: uppercase;
  font-size: 18px;
  font-weight: 600;
  height: auto;
  padding: 15px 70px;
  border: 0;
  transition: all ease-in 0.2s;
  color: #fff;
  cursor: pointer;
}

input[type="submit"].yellowBtn:hover {
  background-color: #f09115;
}
#contact label {
  display: inline-block;
  margin-bottom: 0.2rem;
  font-weight: 300;
}

.ourservice_min-h {
  min-height: 400px !important;
}
.osCard2 {
  padding: 20px;
  border-radius: 10px;
  background: #ffffff;
  box-shadow: 8px 5px 10px rgba(23, 144, 240, 15%);
  min-height: 220px;
  background-image: url(../img/daBg.png);
  background-repeat: no-repeat;
  background-size: 120px;
  background-position: 240px 300px;
  transition: all linear 0.2s;
  margin-bottom: 25px;
}
.osCard {
  padding: 20px;
  border-radius: 10px;
  //background: #ffffff;
  //box-shadow: 8px 5px 15px rgb(0 0 80 / 35%);
  min-height: 220px;
  background-image: url(../img/daBg.png);
  background-repeat: no-repeat;
  background-size: 121px;
  background-position: 360px 390px;
  transition: all linear 0.2s;
  margin-bottom: 25px;
}
.daCard {
  padding: 20px;
  border-radius: 10px;
  background: #ffffff;
  box-shadow: 8px 5px 10px rgba(23, 144, 240, 15%);

  min-height: 220px;
  background-image: url(../img/daBg.png);
  background-repeat: no-repeat;
  background-size: 121px;
  background-position: 95px 110px;
  transition: all linear 0.2s;
  margin-bottom: 25px;
}
.newsItem,
.updateCard,
.dataCard,
.teamCard {
  transition: all linear 0.2s;
}
.caseCard:hover,
.dataCard:hover,
.newsItem:hover,
.updateCard:hover,
.teamCard:hover,
.Datacard:hover,
.Casecard:hover,
.osCard:hover,
.osCard2:hover {
  transform: translateY(-10px);
  cursor: pointer;
}

.newsItem {
  margin-bottom: 15px;
  background: linear-gradient(135deg, #000000 0%, #000000 25%, #00004b 50%, #000096 75%, #ffa633 100%);
  border-radius: 12px !important;
}

.news_card:hover {
  background-size: 40%;
}

.daCard:hover,
.osCard:hover,
.osCard2:hover {
  transform: translateY(-10px);
}
.daCard2 {
  padding: 20px;
  border-radius: 10px;
  background: #fff;
  box-shadow: 8px 5px 15px rgb(0 0 150 / 15%);
  max-width: 330px;
  min-height: 170px;
  background-image: url(../img/daBg_w.png);
  background-repeat: no-repeat;
  background-size: 150px;
  background-position: -10px -11px;
}
.daCard3 {
  padding: 20px;
  border-radius: 10px;
  background: #fff;
  box-shadow: 8px 5px 10px rgba(23, 144, 240, 15%);
  max-width: 550px;
  min-height: 120px;
}
.daCard4 {
  padding: 12px 10px 10px 10px;
  border-radius: 5px;
  text-align: center;
  background: #1790f0;
  box-shadow: 8px 5px 15px rgb(0 0 150 / 5%);
  max-width: 50px;
  max-height: 50px;
  margin-bottom: -135px;
  margin-left: -25px;
  position: inherit;
  z-index: 100;
}
.updateCard {
  background: linear-gradient rgba(0, 0, 150, 1);
  transition: all ease-in 0.2s;
}
.updateCard:hover > .daCard4 {
  background: linear-gradient(130deg, #ffa434, #1597ff);
}
.daLogo {
  width: 96px;
}
.daIcon {
  margin: 0px 0 5px 0;
  width: 100px;
  /*  filter: brightness(0) invert(1);*/
}
.daIcon2 {
  margin: 10px 0;
  width: 15%;
}
.button {
  transition: all 0.2s ease-in-out;
  -webkit-appearance: none;
  border-radius: 100px;
  font-family: inherit;
  appearance: none;
  background: none;
  font-weight: 700;
  font-size: 18px;
  cursor: pointer;
  padding: 20px;
  outline: none;
  opacity: 0.4;
  border: none;
  color: #1790f0;
}
.button:hover,
.button.active {
  opacity: 1;
}
.grid {
  grid-template-columns: 1fr 1fr 1fr;
  margin: 0 auto;
  grid-gap: 20px;
  display: grid;
  width: 100%;
}
.item {
  border-radius: 4px;
  /*  height: 100px;*/
  width: 100%;
}
.hide {
  display: none;
}
h3.daCardTitle_orange {
  font-size: 18px;
  color: #ffa633;
  font-weight: 600;
}
h3.teamModalorange {
  font-size: 16px;
  color: #ffa633;
  /*font-weight: 600;*/
}
.paraTail:before {
  content: "";
  width: 60px;
  height: 1px;
  border-top: 1px solid #ffa633;
  display: inline-block;
  margin-right: 12px;
  position: relative;
  top: -5px;
}
h4.daCardTitle {
  font-size: 18px;
  color: #1790f0;
  font-weight: 600;
}
h4.daCardTitle2 {
  font-size: 18px;
  color: #1790f0;
  font-weight: 600;
  text-align: center !important;
}
#functionalities h4.daCardTitle2 {
  text-align: left !important;
}
h4.daCardTitle3 {
  font-size: 18px;
  color: #1790f0;
  font-weight: 600;
}
h4.updateTitle {
  font-size: 22px;
  color: #ffffff;
  font-weight: 600;
}
.oaPara {
  color: #0b103f;
  font-size: 20px;
  font-weight: 400;
}
.oaNumber {
  color: #ffa633;
  font-size: 45px;
  font-weight: 700;
}
.oaNumber2 {
  color: #1790f0;
  font-size: 65px;
  font-weight: 700;
  opacity: 0.3;
  position: relative;
  right: 0px;
}
.oaTitle {
  color: #1790f0;
  font-size: 18px;
  font-weight: 600;
  margin-top: 7px;
}
.oaTitle2 {
  margin: 10px 12px 0.5rem;
}
.oaDesc2 {
  margin: 5px 12px 40px;
  //font-weight: 300
}
.oaDesc {
  font-size: 16px;
  font-weight: 400;
}
.update_date {
  color: #cecece !important;
}
#contact {
  position: relative;
}
.contact_info_sec {
  position: absolute;
  right: 0;
}
.contact {
  font-weight: 400;
  color: #0b103f;
  font-size: 24px;
  line-height: 36px;
}
.contact_titleblue {
  text-decoration: underline;
  color: #1790f0;
  font-weight: bold;
}
.contact_info_sec {
  position: absolute;
  color: #ffffff;
  background: #1790f0;
  /*  background-image: linear-gradient(230deg, #1790f0 50%, #0e5dff 100%);*/
  /*    right: -280px;*/
  top: 7%;
  //height: 440px;
  width: 440px;
  padding: 25px;
  border-radius: 45px 0 0 45px;
}
.contact_info_sec h4 {
  letter-spacing: 1px;
  padding-bottom: 15px;
  color: #fff;
}
.contact_info_sec a {
  color: #fff;
}
.contactsec {
  min-height: 490px;
}
.si-round {
  font-size: 14px;
  display: inline-block;
  padding: 8px;
  margin-right: 10px;
  border-radius: 50%;
  text-align: center;
  width: 30px;
  height: 30px;
  background: #1790f0;
  color: #fff;
}
.socialT {
  font-size: 28px;
  color: #ffa633;
  padding-top: 0px;
  font-weight: bold;
  display: inline-block;
  color: #1790f0;
  position: relative;
  top: 4px;
}
.contactinfo {
  font-size: 24px;
}
.text-white {
  font-size: 16px;
}
.slider {
  width: 100%;
  margin: 100px auto;
}
.slick-slide {
  margin: 10px 20px;
}
.slick-list {
  padding: 15px 50px !important;
}
.slick-slide img {
  width: 100%;
  transform: scale(0.9);
}
.slick-prev:before,
.slick-next:before {
  color: black;
}
.slick-dotted .slick-current img {
  transform: scale(1.1);
}
.flip-card-back {
  opacity: 0;
  transform: rotateY(180deg);
}
.flip-card-inner:hover .flip-card-front {
  opacity: 1;
}
.flip-card-inner:hover .flip-card-back {
  opacity: 1;
  transition: 0.8s;
  transform: rotateY(360deg);
}
button.slick-prev.slick-arrow {
  top: 25pc;
  left: 40pc;
}
button.slick-next.slick-arrow {
  top: 25pc;
  right: 40pc;
}
.ancher a {
  text-decoration: none;
  padding: 8px 30px;
  border: 2px solid #2f99a3;
  color: #2f99a3;
  font-size: 18px;
  border-radius: 50px;
  position: relative;
  top: 20px;
}
.flip-card-slider {
  list-style-type: none;
  text-align: center;
  display: block;
  position: relative;
}
.flip-card-slider.slick-dotted {
  margin-bottom: 50px;
}
.flip-card-slider .slick-prev,
.flip-card-slider .slick-next {
  height: 60px;
  width: 60px;
  opacity: 0;
}
.flip-card-slider .slick-prev:before,
.flip-card-slider .slick-next:before {
  font-size: 60px;
}
.flip-card-slider.slick-dotted {
  padding-bottom: 100px;
}
.flip-card-slider li {
  display: inline-block;
  margin: 0;
  padding: 0 20px;
  width: 100%;
}
.flip-card-slider .slick-track {
  padding: 50px 0;
}
.flip-card-slider .slick-dots {
  width: 100%;
  text-align: center;
  padding-left: 0;
  margin-left: 0;
  bottom: 0;
}
.flip-card-slider .slick-dots li {
  display: inline-block !important;
  width: auto;
  height: auto;
  padding: 2px 0;
  display: inline-block;
  margin: 10px 5px;
  -webkit-transition: background-color 0.2s ease-in-out;
  transition: background-color 0.2s ease-in-out;
  cursor: pointer;
}
.flip-card-slider .slick-dots li.slick-active button {
  background-color: #abc74a;
}
.flip-card-slider .slick-dots li button {
  width: 50px;
  margin: 0 auto;
  text-align: center;
  height: 8px;
  padding: 0;
  background-color: #c4c1c4;
  border-radius: 7px;
  list-style: none;
  display: inline-block;
}
.flip-card-slider .slick-dots li button:before {
  display: none;
}
.flip-card {
  width: 100%;
  height: 300px;
  -webkit-perspective: 1000px;
  perspective: 1000px;
}
.flip-card-inner {
  position: relative;
  width: 100%;
  height: 100%;
  text-align: center;
  transition: transform 0.6s;
  transform-style: preserve-3d;
}
.flip-card-inner-top {
  background: #abc74a;
  height: 15px;
  border-top-left-radius: 12px;
  border-top-right-radius: 12px;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}
.flip-card:hover .flip-card-inner {
  transform: rotateY(180deg);
}
.flip-card-front,
.flip-card-back {
  position: absolute;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
}
.flip-card-front.fc-not-flex,
.flip-card-back.fc-not-flex {
  display: block;
}
.flip-card-front {
  font-size: 24px;
  line-height: 28px;
  border-radius: 12px;
  word-wrap: break-word;
  min-height: 400px;
}
.flip-card-front i {
  margin: 0 auto 20px;
  font-size: 65px;
  display: block;
  position: relative;
  top: 20px;
}
.flip-card-padding {
  padding: 0 12px;
  width: 100%;
}
.flip-card-back {
  font-family: "azo-sans-web", sans-serif;
  font-size: 24px;
  color: #2f99a3;
  line-height: 28px;
  /* transform: rotateY(180deg); */
  border-radius: 12px;
  word-wrap: break-word;
}
.flip-card-back .back-title {
  padding-top: 24px;
  padding-bottom: 0;
  margin-bottom: 15px;
}
.flip-card-back p {
  font-size: 14px;
  color: #424f62;
  line-height: 24px;
}
.flip-card-back p,
.flip-card-front p {
  font-size: 14px;
  line-height: 24px;
}
.slick-prev:before,
.slick-next:before {
  color: #b4da2f !important;
  font-size: 30px !important;
}
.slick-prev:before {
  content: "\f053" !important;
  font-family: fontawesome !important;
}
.slick-next:before {
  content: "\f054" !important;
  font-family: fontawesome !important;
}
.banner_destacados_wrapper .gallery_wrapper .owl-stage-outer .owl-stage {
  display: flex;
  align-items: center;
}
.banner_destacados_wrapper .gallery_wrapper .owl-stage-outer .owl-stage .owl-item .item {
  position: relative;
  height: 300px;
}
.banner_destacados_wrapper .gallery_wrapper .owl-stage-outer .owl-stage .owl-item .item img {
  width: 40%;
  object-fit: cover;
  margin: 0 auto 10px;
}
.banner_destacados_wrapper .gallery_wrapper .owl-stage-outer .owl-stage .owl-item .item .content_wrapper {
  z-index: 1;
  position: absolute;
  height: auto;
  bottom: 30px;
  left: 30px;
  right: 30px;
  width: 320px;
  min-width: 320px;
  color: white;
  overflow: hidden;
}
.banner_destacados_wrapper .gallery_wrapper .owl-stage-outer .owl-stage .owl-item .item .content_wrapper .content_title {
  margin-bottom: 0;
}
.banner_destacados_wrapper .gallery_wrapper .owl-stage-outer .owl-stage .owl-item .item .content_wrapper .content_title .title {
  font-size: 22px;
  line-height: 25px;
  color: white;
  text-align: left;
}
.banner_destacados_wrapper .gallery_wrapper .owl-stage-outer .owl-stage .owl-item .item .content_wrapper .content_title .title small {
  font-size: 12px;
  line-height: 14px;
  color: white;
  font-weight: bold;
  display: none;
}
.banner_destacados_wrapper .gallery_wrapper .owl-stage-outer .owl-stage .owl-item .item .content_wrapper .desc {
  line-height: 24px;
  max-height: 0;
  overflow: hidden;
  margin-bottom: 0;
  transition: all 0.7s;
}
.banner_destacados_wrapper .gallery_wrapper .owl-stage-outer .owl-stage .owl-item .item .links_wrapper {
  z-index: 1;
  display: inline-block;
  position: absolute;
  bottom: 30px;
  right: 30px;
  transform: translateX(calc(100% + 35px));
  transition: all 0.5s;
}
.banner_destacados_wrapper .gallery_wrapper .owl-stage-outer .owl-stage .owl-item.active {
  /*    width: 380px !important;*/
  transition: all 0.5s;
}
.banner_destacados_wrapper .gallery_wrapper .owl-stage-outer .owl-stage .owl-item {
  transition: all 0.5s;
  background: rgba(255, 255, 255, 0.8);
  border-radius: 15px;
}
.banner_destacados_wrapper .gallery_wrapper .owl-stage-outer .owl-stage .owl-item.active.center {
  max-width: 480px !important;
  min-height: 210px;
  border-radius: 10px;
  color: #fff;
  background: #1790f0;
  /*  background-image: linear-gradient(45deg, #1790f0 50%, #006abf 100%);*/
  box-shadow: 8px 5px 10px rgba(23, 144, 240, 15%);
}
#functionalities .banner_destacados_wrapper .gallery_wrapper .owl-stage-outer .owl-stage .owl-item.active.center {
  min-height: 255px;
}
.banner_destacados_wrapper .gallery_wrapper .owl-stage-outer .owl-stage .owl-item.active.center h4 {
  color: #ffa633;
}
#functionalities .banner_destacados_wrapper .gallery_wrapper .owl-stage-outer .owl-stage .owl-item .item {
  height: 255px;
}
.banner_destacados_wrapper .gallery_wrapper .owl-stage-outer .owl-stage .owl-item img {
  transition: all linear 0.2s;
}
.banner_destacados_wrapper .gallery_wrapper .owl-stage-outer .owl-stage .owl-item.active.center img {
  filter: brightness(0) invert(1);
}
.banner_destacados_wrapper .gallery_wrapper .owl-stage-outer .owl-stage .owl-item.active.center .oaNumber2 {
  filter: brightness(0) invert(1);
}
.banner_destacados_wrapper .gallery_wrapper .owl-stage-outer .owl-stage .owl-item.active.center .oaNumber2 {
  color: #fff;
}
.banner_destacados_wrapper .gallery_wrapper .owl-dots {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  left: 50%;
  bottom: -70px;
  transform: translateX(-50%);
}
.banner_destacados_wrapper .gallery_wrapper .owl-dots .owl-dot {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  float: none;
  margin-right: 15px;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background-color: #dcd9d2;
  transition: all, 0.2s;
}
.banner_destacados_wrapper .gallery_wrapper .owl-dots .owl-dot:hover,
.banner_destacados_wrapper .gallery_wrapper .owl-dots .owl-dot.active,
.banner_destacados_wrapper .gallery_wrapper .owl-dots .owl-dot.selected {
  width: 7px;
  height: 7px;
  background-color: #1790f0;
}
.banner_destacados_wrapper .gallery_wrapper .owl-dots .owl-dot:hover::before,
.banner_destacados_wrapper .gallery_wrapper .owl-dots .owl-dot.active::before,
.banner_destacados_wrapper .gallery_wrapper .owl-dots .owl-dot.selected::before {
  position: absolute;
  content: "";
  top: -4px;
  bottom: -4px;
  left: -4px;
  right: -4px;
  border-radius: 50%;
  border: 1px solid #1790f0;
  background-color: transparent;
}
.owl-item.active,
.owl-item.cloned.active {
  transition: all linear 0.2s;
  transform: scale(0.6) translateX(-100px);
}
.owl-item.cloned.active.medium,
.owl-item.owl-item.medium.active {
  transition: all linear 0.2s;
  transform: scale(0.8);
}
.owl-item.active.center.big {
  transform: scale(1);
  transition: all linear 0.2s;
}
.owl-item,
.owl-item.cloned {
  transition: all linear 0.2s;
  transform: scale(0.6) translateX(100px);
}
.owl-carousel .owl-stage-outer {
  overflow: visible;
}
.banner_destacados_wrapper .gallery_wrapper .owl-stage-outer .owl-stage .owl-item .item {
  position: relative;
  height: 210px;
  overflow: hidden;
  box-shadow: 8px 5px 10px rgba(23, 144, 240, 15%);
  border-radius: 15px;
}
.banner_destacados_wrapper .gallery_wrapper .owl-stage-outer .owl-stage .owl-item.active.center h3 {
  color: #fff;
}
@media (max-width: 640px) {
  .slick-slide.slick-current.slick-active.slick-center {
    transform: scale(1.1);
  }
  button.slick-prev.slick-arrow {
    top: 28pc;
    left: 9pc;
  }
  button.slick-next.slick-arrow {
    top: 28pc;
    right: 9pc;
  }
  .flip-card-inner {
    height: 360px !important;
  }
}
@media only screen and (max-width: 1024px) and (min-width: 700px) {
  .flip-card-inner {
    height: 360px !important;
  }
  button.slick-prev.slick-arrow {
    top: 30pc;
    left: 22pc;
  }
  button.slick-next.slick-arrow {
    top: 30pc;
    right: 22pc;
  }
}
@media (min-width: 1170px) {
  .slick-slide.slick-current.slick-active.slick-center {
    transform: scale(1.1);
  }
}
.slick-slide {
  margin: 0px 20px;
}
.slick-slide img {
  width: 100%;
}
.slick-prev:before,
.slick-next:before {
  color: black;
}
.slick-slide {
  transition: all ease-in-out 0.3s;
  opacity: 0.2;
}
.slick-active {
  opacity: 0.5;
}
.slick-current {
  opacity: 1;
}
.smalltitle {
  color: #1790f0;
  font-weight: 500;
}

.modal .smalltitle {
  font-size: 16px;
}
.ml-6 {
  margin-left: 4rem !important;
}
.mt-100 {
  margin-top: 100px;
}
.mt-150 {
  margin-top: 150px;
}
.mr-250 {
  margin-right: 250px;
}
.op_ar-title {
  margin-top: 30px;
  margin-left: -20px;
}
.small-title {
  font-size: 12px;
  margin-top: -5px;
}
.team-desc {
  margin-top: 20px;
  margin-left: 10px;
  margin-right: 10px;
}

.homeSideMenu {
  display: block;
}
.logoDemain {
  display: block;
}

.ml--15 {
  margin-left: -15px;
}

/*keybenefit accordion*/

.myaccordion {
  box-shadow: 0 0 25px rgba(0, 0, 0, 0.1);
  border-radius: 15px;
  overflow: hidden;
  margin-top: 50px;
  border-top: 15px solid #1790f0;
  position: absolute;
  width: 100%;
}

.myaccordion .card,
.myaccordion .card:last-child .card-header {
  border: none;
  border-radius: 0;
}

.myaccordion .card-header {
  border-bottom-color: #edeff0;
  background: transparent;
  padding: 0.25rem 1.25rem;
}
.card-body {
  padding: 1rem;
}
.myaccordion .card-header .btn[aria-expanded="true"] {
  color: #ffa633;
}
.myaccordion .card-header .btn[aria-expanded="false"] {
  color: #1790f0;
}
.myaccordion .collapse.show {
  border-bottom: 1px solid #edeff0;
}

.myaccordion .fa-stack {
  font-size: 18px;
}
.fa-stack .fas {
  color: #a5a5a5;
  font-weight: thin;
}
.myaccordion .btn {
  width: 100%;
  font-weight: 600;
  font-size: 1rem;
  color: #eee;
  padding: 0;
}

.myaccordion .btn-link:hover,
.myaccordion .btn-link:focus {
  text-decoration: none;
}

.myaccordion li + li {
  margin-top: 10px;
}
.p-relative {
  position: relative;
}
.keybenefitVisual {
  box-shadow: 0 0 25px rgba(0, 0, 0, 0.1);
  border-radius: 15px;
  height: 445px;
  position: absolute;
  min-width: 500px;
  top: 13%;
  left: 0;
  margin-left: 0px;
  z-index: -1;
}

.keybenefitVisual img {
  position: absolute;
  z-index: 2;
  top: 40%;
  left: 15%;
  width: 68%;
  transform: none;
  -webkit-transform: none;
  margin: 0 0 0 0em;
}

/*openarcTab*/

.gc {
  box-sizing: border-box;
  display: inline-block;
  margin-right: -0.25em;
  min-height: 1px;
  vertical-align: top;
}

.gc--1-of-3 {
  width: 33.33333%;
}

.gc--2-of-3 {
  width: 66.66666%;
}

.naccs {
  position: relative;
}

.naccs .menu {
  white-space: nowrap;
  overflow: auto;
  display: flex;
  flex-wrap: nowrap;
  cursor: grab;
  scrollbar-width: none; /* Firefox */
  -ms-overflow-style: none; /* IE and Edge */
}
.box-scroll::-webkit-scrollbar {
  display: none;
}
.box-scroll.active {
  cursor: grabbing;
}
.box-scroll[data-dragging="true"] div {
  pointer-events: none;
}
#menuWrap {
  position: relative;
}
#menuWrap:after {
  content: "";
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 60px;
  height: calc(100% - 10px);
  right: 0;
  position: absolute;
  z-index: 9999999;
  margin-left: auto;
  top: 0;
  background: linear-gradient(to right, rgba(255, 255, 255, 0) 0, rgba(255, 255, 255, 0.7) 40%, #fff 70%);
}

.naccs .menu div {
  padding: 15px 20px 15px 15px;
  margin-right: 15px;
  margin-bottom: 10px;
  color: #fff;
  background: #1790f0;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
  cursor: pointer;
  position: relative;
  vertical-align: middle;
  font-weight: 700;
  transition: 1s all cubic-bezier(0.075, 0.82, 0.165, 1);
  border-radius: 15px;
  font-size: 16px;
}

.naccs .menu div:hover {
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

.naccs .menu div span.light {
  height: 10px;
  width: 10px;
  position: absolute;
  top: 24px;
  left: 15px;
  background-color: #303f9f;
  border-radius: 100%;
  transition: 1s all cubic-bezier(0.075, 0.82, 0.165, 1);
}

.naccs .menu div.active span.light {
  background-color: #fbc02d;
  left: 0;
  height: 100%;
  width: 3px;
  top: 0;
  border-radius: 0;
}

.naccs .menu div.active {
  color: #fff;
  background: #ffa633;
  padding: 15px 20px 15px 25px;
}

ul.nacc {
  position: relative;
  height: 0px;
  list-style: none;
  margin: 0;
  padding: 0;
  transition: 0.5s all cubic-bezier(0.075, 0.82, 0.165, 1);
}

ul.nacc li {
  opacity: 0;
  transform: translateX(50px);
  position: absolute;
  list-style: none;
  transition: 1s all cubic-bezier(0.075, 0.82, 0.165, 1);
  width: 100%;
}

ul.nacc li.active {
  transition-delay: 0.3s;
  z-index: 2;
  opacity: 1;
  transform: translateX(0px);
}

ul.nacc li p {
  margin: 0;
  font-size: 18px;
  font-weight: 500;
}
ul.nacc li div {
  position: relative;
  height: 60px;
}
ul.nacc li small {
  position: absolute;
  bottom: -15px;
  right: -5px;
  color: #b4b4b4;
  font-style: italic;
}

ul.nacc li h4 {
  color: #1790f0;
  font-weight: 600;
}
.openArcContentWrap {
  background: #fff url("../img/oaBg.jpg") no-repeat center;
  box-shadow: 0 0 25px rgba(0, 0, 0, 0.1);
  padding: 35px;
  border-radius: 15px;
  height: 100%;
  position: relative;
  z-index: 0;
  overflow: hidden;
  min-height: 130px;
}

.digitalFace {
  width: 45%;
  height: 100%;
  display: inline-block;
}
ul.nacc {
  height: 100%;
  display: block;
  width: 100%;
  float: left;
}
.particlehead {
  position: relative;
  height: 100%;
}

.menu {
  position: relative;
  z-index: 99;
  font-size: 14px;
}
.particlehead canvas {
  position: absolute;
  left: -70%;
  top: 0%;
  z-index: 0;
  width: auto !important;
  height: 100% !important;
}
/*
canvas#canvas{
	width: 1500px !important;
	height: 875px !important;
}
*/

.c-preview {
  background: #000;
  background: -moz-linear-gradient(-45deg, #000000 0%, #000000 25%, #00004b 50%, #000096 75%, #ffa633 100%); /* FF3.6-15 */
  background: -webkit-linear-gradient(-45deg, #000000 0%, #000000 25%, #00004b 50%, #000096 75%, #ffa633 100%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(135deg, #000000 0%, #000000 25%, #00004b 50%, #000096 75%, #ffa633 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  background-size: 400% 400%;
  background-repeat: no-repeat;
  display: flex;
  width: 350px;
  height: 320px;
  max-width: 100vw;
  max-height: 100vh;
  justify-content: center;
  align-items: center;
  border-radius: 10px;
  box-shadow: 8px 5px 15px rgb(0 0 150 / 15%);
  position: relative;
  cursor: pointer;
  transition: 0.5s all;
}

.teamimg1 {
  position: absolute;
  left: 0;
  top: 0;
  background: #000 url("../img/3.jpg") no-repeat center;
  background-size: cover;
  border-radius: 10px;
  width: 100%;
  height: 100%;
  z-index: 1;
  opacity: 0.5;
  mix-blend-mode: screen;
}

.teamimg2 {
  position: absolute;
  left: 0;
  top: 0;
  background: #000 url("../img/4.jpg") no-repeat center;
  background-size: cover;
  border-radius: 10px;
  width: 100%;
  height: 100%;
  z-index: 1;
  opacity: 0.5;
  mix-blend-mode: screen;
}

.teamtitle {
  position: relative;
  z-index: 10;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  color: #ffffff;
  text-align: center;
}

.c-preview:hover {
  background-position: 100% 100%;
}

.c-preview:hover title {
  text-shadow: 0 0 20px rgba(0, 0, 0, 1);
}

/*data sheet*/

:root {
  --border: rgb(3, 169, 244);
}

.Datacard {
  aspect-ratio: 1 / 0.6;
  border: 0.35vmin solid #ffa633;
  background: #1790f0;
  cursor: pointer;
  position: relative;
  margin-bottom: 15px;
  min-height: 140px;
  border-radius: 15px;
  transition: all ease-in 0.2s;
}

.Datacard:hover:before {
  background-position: 100% 100%;
  transform: scale(1.08, 1.03);
}

.Datacard:hover > .data-content {
  background-position: -10% 0%;
}
.Datacard > .data-content h3,
.Datacard > .data-content h4 {
  transition: all ease-in 0.2s;
}
.Datacard:hover > .data-content h3,
.Datacard:hover > .data-content h4 {
  color: #fff;
}
.Datacard:hover > .card-icon {
  color: white;
}

.Datacard:before {
  background: linear-gradient(130deg, transparent 0% 33%, #ffa434, #1597ff);
  border-radius: 15px;
  background-position: 0% 0%;
  background-size: 300% 300%;
  content: "";
  height: 100%;
  left: 0px;
  pointer-events: none;
  position: absolute;
  top: 0px;
  transition: background-position 350ms ease, transform 350ms ease;
  width: 100%;
  z-index: 1;
}

.data-content {
  background-image: radial-gradient(rgba(255, 255, 255, 0.3) 4%, transparent 8%);
  background-position: 0% 0%;
  background-size: 3vmin 3vmin;
  height: 100%;
  padding: 3vmin;
  position: relative;
  transition: background-position 350ms ease;
  z-index: 2;
}
.Datacard:hover > .data-content {
  background-image: radial-gradient(rgba(255, 255, 255, 0.6) 4%, transparent 8%);
}
.card-title,
.card-subtitle {
  color: #fff;
  font-weight: 400;
  margin: 0px;
}
.card-title {
  font-size: 12px;
}
.card-subtitle {
  font-size: 14px;
  font-weight: bold;
}

.card-icon {
  bottom: 0px;
  color: rgba(255, 255, 255, 0.5);
  font-size: 7vmin;
  left: 0px;
  margin: 5vmin;
  position: absolute;
  transition: color 250ms ease;
  z-index: 2;
}

/*case studies*/

.Casecard {
  aspect-ratio: 1 / 0.6;
  border: 0.35vmin solid #ffa633;
  background: #1790f0;
  cursor: pointer;
  position: relative;
  margin-bottom: 15px;
  min-height: 140px;
  border-radius: 15px;
  transition: all ease-in 0.2s;
}

.Casecard:hover:before {
  background-position: 100% 100%;
  transform: scale(1.08, 1.03);
}

.Casecard:hover > .data-content {
  background-position: -10% 0%;
}
.Casecard > .data-content h3,
.Casecard > .data-content h4 {
  transition: all ease-in 0.2s;
}
.Casecard:hover > .data-content h3,
.Casecard:hover > .data-content h4 {
  color: #fff;
}
.Casecard:hover > .card-icon {
  color: white;
}

.Casecard:before {
  background: linear-gradient(130deg, transparent 0% 33%, #ffa434, #1597ff);
  border-radius: 15px;
  background-position: 0% 0%;
  background-size: 300% 300%;
  content: "";
  height: 100%;
  left: 0px;
  pointer-events: none;
  position: absolute;
  top: 0px;
  transition: background-position 350ms ease, transform 350ms ease;
  width: 100%;
  z-index: 1;
}

.case-content {
  background-image: radial-gradient(rgba(255, 255, 255, 0.3) 4%, transparent 8%);
  background-position: 0% 0%;
  background-size: 3vmin 3vmin;
  height: 100%;
  padding: 3vmin;
  position: relative;
  transition: background-position 350ms ease;
  z-index: 2;
}
.Casecard:hover > .case-content {
  background-image: radial-gradient(rgba(255, 255, 255, 0.6) 4%, transparent 8%);
}

.Casecard:hover > .case-content h3,
.Casecard:hover > .case-content h4 {
  color: #fff;
}

/*rotateimg*/
.rotatecircle1 {
  animation: animName 16s linear infinite;
  width: 500px;
  height: 500px;
  margin: 10px;
  position: absolute;
  left: -250px;
  top: 10%;
  z-index: -1;
}

.rotatecircle2 {
  animation: animName 16s linear infinite;
  width: 1000px;
  height: 1000px;
  margin: 10px;
  position: absolute;
  right: -300px;
  top: 25%;
  z-index: -1;
}

@keyframes animName {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.newsItem .news_card {
  transition: all ease-in 0.2s;
}
.newsItem:hover .news_card {
  background-position: 60% 35%;
  background-size: 140%;
}

.team-modal.container img {
  height: auto;
  width: 345px;
  margin: 20px;
}

.daCard:hover,
.osCard:hover,
.osCard2:hover {
  background-position: 60% 35%;
  background-size: 200%;
}

.videoHolder-solutions {
  overflow: hidden;
  position: relative;
  width: 460px;
  height: 400px;
  border-radius: 15px 15px 15px 15px;
  background: #fff;
}

audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}

#bgvid {
  position: relative;
  height: 170px;
  left: 53%;
  top: 28%;
  margin-left: -20%;
}

.orange_circle {
  width: 50px;
  height: 50px;
  position: absolute;
  border-radius: 50%;
  background: #ff9917;
  top: 15%;
  left: 25%;
}

#casestudiesSubmenu,
#datasheetSubmenu,
#theteamSubmenu,
#keybenefitsSubmenu {
  background: #2c2c2c;
  border: 4px solid #ffa633;
  box-shadow: 8px 5px 15px rgb(0 0 80 / 35%);
}

#updatesSubmenu,
#neweventSubmenu {
  background: #2c2c2c;
  border: 4px solid #1790f0;
  box-shadow: 8px 5px 15px rgb(0 0 80 / 35%);
}
#demain-architecture {
  position: relative;
}
.contactmail:hover span {
  text-decoration: underline;
}
::-webkit-input-placeholder {
  color: #c0c0c0 !important;
  font-weight: 300;
}

.alert {
  position: absolute;
  width: 90%;
  top: -28px;
  text-align: center;
  right: 0;
  margin: auto;
  left: 0;
}
.info_single {
  position: relative;
}
.text-danger {
  position: absolute;
  top: 39px;
  right: 8px;
  font-size: 10px;
  //background: #dc3545;
  border-radius: 5px;
  //color: #fff !important;
  padding: 5px;
}
.backbtn {
  position: fixed;
  bottom: 10px;
  left: 10px;
  z-index: 99;
  text-align: center;
  border-radius: 50%;
  line-height: normal;
  padding: 50px 15px;
  width: 120px;
  height: 120px;
  /*        background-image: linear-gradient(45deg, #1790f0 50%, #006abf 100%);*/
  background: #fff;
  border: 2px solid #ffa633;
  color: #ffa633;
  box-shadow: 8px 5px 10px rgba(255, 166, 51, 0.16);
  font-size: 16px;
  transition: all ease-in 0.2s;
}
.backbtn span {
  font-size: 15px;
}
.backbtn img {
  max-width: 100%;
  height: auto;
}
.backbtn:hover {
  color: #f08700;
  background: rgba(255, 166, 51, 0.13);
}
.back-to-top {
  right: 7% !important;
  bottom: 25px !important;
}

section {
  position: relative;
}

.rotatecircle3 {
  animation: animName 16s linear infinite;
  width: 500px;
  height: 500px;
  margin: 10px;
  position: absolute;
  right: -250px;
  top: 10%;
  z-index: -1;
}

.rotatecircle4 {
  animation: animName 16s linear infinite;
  width: 1000px;
  height: 1000px;
  margin: 10px;
  position: absolute;
  left: -300px;
  top: 25%;
  z-index: -1;
}

.rotatecircle5 {
  animation: animName 16s linear infinite;
  width: 800px;
  height: 800px;
  margin: 10px;
  position: absolute;
  left: 100px;
  top: 45%;
  z-index: -1;
}

/*------------------------------------*/

.accordion__container {
  padding: 1rem 1rem;
  background-color: var(--container-color);
  border-radius: 0.5rem;
  box-shadow: 0 12px 32px rgba(51, 51, 51, 0.1);
}

.accordion__title {
  font-size: var(--small-font-size);
  color: var(--title-color);
  font-weight: 600;
  margin-top: 0.15rem;
  transition: 0.2s;
}

.accordion__header {
  display: flex;
  column-gap: 0.5rem;
  padding: 1.25rem 1.25rem 1.25rem 1rem;
  cursor: pointer;
}

.accordion__description {
  padding: 0 1.25rem 1.25rem 3rem;
  font-size: var(--smaller-font-size);
}

.accordion__icon {
  font-size: 1rem;
  height: max-content;
  color: #a5a5a5;
  transition: 0.3s;
  margin-top: 5px;
}

.accordion__item {
  box-shadow: 0 2px 6px rgba(38, 38, 38, 0.1);
  background-color: #fff;
  border-radius: 0.25rem;
  position: relative;
  transition: all 0.25s ease;
  margin-bottom: 15px;
}

.accordion__item::after {
  content: "";
  background-color: #1790f0;
  width: 5px;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 0.25rem 0 0 0.25rem;
}

.accordion__content {
  overflow: hidden;
  height: 0;
  transition: all 0.25s ease;
}

/*Rotate icon and add font weight to titles*/
.accordion-open .accordion__icon {
  transform: rotate(45deg);
}

.accordion-open .accordion__title {
  font-weight: 600;
  color: #ffa633;
}

/*=============== MEDIA QUERIES ===============*/
/* For medium devices */
@media screen and (min-width: 576px) {
  .accordion__container {
    width: 100%;
    padding: 1rem;
    justify-self: center;
    border-radius: 0.75rem;
  }
  .accordion__header {
    padding: 1.5rem;
  }
  .accordion__title {
    padding-right: 0;
    color: #1790f0;
  }
  .accordion__description {
    padding: 0 1rem 1rem 2.8rem;
  }
}

/* For large devices */
@media screen and (min-width: 968px) {
  .container {
    margin-left: auto;
    margin-right: auto;
  }
}
