@import url('https://cdn.jsdelivr.net/npm/cooltipz-css@2.3.0/cooltipz.css');
:root {
    --cooltipz-bg-color: #f58634;
    --cooltipz-border-color: #f58634;
}

.check-bar {
  position: relative;
  top: 0;
  left: -2px;
  margin: 0 15px 0 0;
  width: 20px;
  height: 20px;
}

.read-more-text--show {
  display: inline !important;
}

html:not(.no-js) [data-aos^=zoom][data-aos^=zoom].aos-animate {
  opacity: 1;
  -webkit-transform: translateZ(0) scale(1);
  transform: translateZ(0) scale(1);
}

h1.intelligent {
  font-weight: 600;
  font-size: 25px;
  color: #003060;
  margin-bottom: 20px;
  text-transform: uppercase;
  text-align: center;
}

p.paragraph {
  text-align: center;
  font-size: 17px;
  font-weight: 600;
}

.System_design {
  border-top: 5px solid #CE0058;
  border-image: repeating-linear-gradient(45deg, #CE0058, #FF8200, #CE0058, #FF8200)10;
  background: #fafafa;
  margin: 20px 0px;
  padding: 15px 25px;
  box-shadow: 2px 2px 2px 5px rgba(0, 0, 0, 0.1);
  border-radius: 5px;
  opacity: 0.8;
  transition: 0.5s;
  height: 100%;
}

.System_design:hover {
  opacity: 1;
  box-shadow: 10px 5px 5px 10px rgba(0, 0, 0, 0.1);
  transform: translateZ(200px);
}

.System_design:hover img,
.System_design:focus img {
  filter: invert(50%) sepia(62%) saturate(7481%) hue-rotate(191deg) brightness(94%) contrast(84%);
}

img.client-img {
  padding: 2px 70px;
}

.ani-mation-vids video {
  position: absolute;
  top: 30px;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 2;
  pointer-events: none;
  mix-blend-mode: screen;
}

.ani-mation-vids .textBOX h1 {
  font-size: 85px;
  line-height: 150px;
  text-transform: capitalize;
  color: transparent;
  -webkit-text-stroke: 1px #fff;
  background: url(../img/back.png);
  background-position: 0 0;
  animation: backk 20s linear infinite;
}

.service-item {
  position: relative;
  overflow: hidden;
  box-shadow: 0 0 45px rgba(0, 0, 0, .07);
}

.service-item .service-icon {
  width: 90px;
  height: 90px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 32px;
}

.service-item .service-icon img {
  max-width: 60px;
  max-height: 60px;
}

.service-item a.btn {
  color: #015fc9;
}

.service-item a.btn:hover {
  color: #FFFFFF;
  background: #015fc9;
  border-color: #015fc9;
}

.bi-wifi::before {
  content: "\f61c";
  font-size: 75%;
}

.bi-window::before {
  content: "\f620";
  font-size: 75%;
}

.bi-cpu-fill::before {
  content: "\f2d5";
  font-size: 75%;
}

.bi-laptop::before {
  content: "\f456";
  font-size: 75%;
}

.text-justify {
  text-align: justify;
}

.services-content-icon:hover {
  color: white;
}

.iotcard {
  box-shadow: rgb(135 247 227 / 30%) 0px 30px 60px -30px, rgb(17 43 114) 0px -2px 6px 0px inset;
  padding: 26px;
  height: 265px;
}

.iotcard:hover {
  color: white;
  transition: 0.5s;
  background: #0532a6
}

.iotheading {
  font-size: 23px;
  font-weight: 600;
  color: #212193;
  padding-bottom: 10px;
}

.iotcard:hover .iotheading {
  color: #f7642f;
}

i.bi.bi-arrow-right-circle.iotheadiconcolor {
  color: #ff4502;
}

.feature {
  /* margin-bottom: 40px; */
  border: 1px solid rgba(0, 0, 0, 0.05);
  background: #ffffff;
  padding: 30px;
  border-radius: 4px;
  text-align: center;
  height: 100%;
}

.feature i {
  position: relative;
  margin-bottom: 30px;
  font-size: 30px;
  color: #136ad5;
  width: 50px;
  height: 50px;
  line-height: 50px;
  display: inline-block;
  border-radius: 50%;
  text-align: center;
}

.feature i:after {
  content: "";
  position: absolute;
  width: 60px;
  height: 60px;
  left: -5px;
  top: -5px;
  border-radius: 50%;
  border: 1px solid rgba(19, 106, 213, 0.2);
}

img.imgInd {
  height: 40vh;
}

.industrycharactecard {
  padding: 20px;
  display: flex;
  box-shadow: rgb(0 0 0 / 15%) -24.05px 27.05px 5.6px -2px;
  background-color: snow;
}

.industrycharactecard:hover {
  box-shadow: 5px 5px 26px 8px #36487d;
  margin-top: 15px;
  transition-duration: 0.5s !important;
}

.liabrary {
  background-image: url(../img/services/product-bg-1_0.jpeg);
  height: 40vh;
  background-repeat: no-repeat;
  background-size: cover;
  background-origin: content-box;
}

.liabrary:hover,
.speed:hover,
.drcBoard:hover {
  cursor: pointer;
  transform: translateY(-10px);
}

.speed {
  background-image: url(../img/services/product-bg-2.jpeg);
  height: 40vh;
  background-repeat: no-repeat;
  background-size: cover;
  background-origin: content-box;
}

.drcBoard {
  background-image: url(../img/services/product-bg-subsription_0_5.jpeg);
  height: 40vh;
  background-repeat: no-repeat;
  background-size: cover;
  background-origin: content-box;
}

.liabrary img {
  position: relative;
  top: 10%;
  left: 42%;
}

.speed img {
  position: relative;
  top: 10%;
  left: 42%;
}

.drcBoard img {
  position: relative;
  top: 10%;
  left: 42%;
}

.liabrary h2 {
  position: relative;
  top: 17%;
  left: 27%;
  font-size: 30px;
  line-height: 35px;
  color: #fff;
  font-weight: 600;
  text-decoration: none;
  text-transform: capitalize;
}

p.para.text-center {
  position: relative;
  top: 28%;
  color: #fff;
}

h3.mainHead {
  position: relative;
  top: 20%;
  color: #fff;
}

img.img-fluid.sss {
  padding: 25px 70px;
}

.embel .row .col-lg-4:hover img.img-fluid.sss {
  width: 80%;
  transition-duration: 1s;
}

.allHead {
  font-size: 22px;
}

img.imgApp.w-100 {
  height: 40vh;
}

.teamItem {
  padding: 0px 21px;

}

img.technologylogoimg {
  width: 65%;
  height: 20vh;
  /* padding-top: 18px; */
}

.img-thumbnail {
  /* padding: 10px 115px;
  background:#1190ff;
  border: none !important; */
  max-width: 18%;
  height: 55%;
  border: none;
  /* filter: drop-shadow(2px 4px 6px blue); */
}

.allLogo {
  background:#2c89f3;
}

h4.technologysubhead {
  font-size: 20px;
  font-weight: 700;
  color: #fff;
}

.allLogoHead {
  font-size: 31px;
  color: #fff;
}

img.imgInd.rounded.mx-auto.mb-4 {
  width: 33% !important;
  height: 20% !important;
}

.team-developement {
  border: 1px solid #e9e9e9;
  padding: 12px;
  box-shadow: 5px 5px 5px 0px rgb(0 0 0 / 10%);
}

.team-developement:hover {
  cursor: pointer;
  transform: translateY(-15px);
}

.service-card {
  border-radius: 5px;
  box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.1) !important;
  margin: 34px 15px;
  /* margin-top: 30px; */
  height: 87% !important;
}

.our-card {
  border-radius: 5px;
  box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.1) !important;
  margin: 34px 15px;
  padding: 23px 23px;
  /* margin-top: 30px; */
  height: 87% !important;
}

.our-card h2 {
  font-size: 24px;
  color: #de5e00fa;
}

.our-card img {
  transition: all .5s;
  /* float: left; */
  font-size: 64px;
  margin-bottom: 30px;
  margin-right: 30px;
}

.portfolio-item:hover .portfolio-overlay {
  width: 100%;
  height: 100%;
  left: 0;
}

.portfolio-item img {
  transition: .5s;
}

.portfolio-item .portfolio-overlay {
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  /* width: 100%; */
  height: 0;
  bottom: 0;
  /* left: 50%; */
  background: rgba(53, 53, 53, .7);
  transition: .5s;
}

.portfolio-item .portfolio-overlay p {
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: normal;
  opacity: 0;
  padding: 0 36px;
  font-size: 15px;
}

.portfolio-item .portfolio-overlay p:hover {
  color: #f5f5f5;
  opacity: 0.9;
  /* background-color: #f5f5f5;
  border-color: #f5f5f5; */
}

.portfolio-item img {
  transition: .5s;
  height: 35vh;
}

.cloudourofferingcardBox {
  /* width: 328px; */
  height: 250px;
  position: relative;
  display: grid;
  place-items: center;
  overflow: hidden;
  border-radius: 20px;
  box-shadow: rgb(0 0 0 / 40%) 0px 2px 10px 0px, rgb(0 0 0 / 50%) 0px 2px 25px 0px;
}

.cloudourofferingcardBox::before {
  content: "";
  position: absolute;
  width: 162%;
  height: 156%;
  background: #40E0D0;
  background: -webkit-linear-gradient(to right, #FF0080, #FF8C00, #40E0D0, #FF0080, #FF8C00, #40E0D0);
  background: linear-gradient(to right, #f81f8c, #534ce2eb, #f10530, #14e0f0, #f92501, #20229d);
  transform-origin: center;
  animation: glowing 5s linear infinite;
}

.cardoffering {
  position: absolute;
  width: 95%;
  height: 95%;
  background: #0c1c48;
  border-radius: 20px;
  z-index: 5;
  display: flex;
  align-items: center;
  flex-direction: column;
  /* color: #ffffff; */
  overflow: hidden;
  padding: 25px;
  cursor: pointer;
  box-shadow: rgba(0, 0, 0, 0.4) 0px 30px 60px -12px inset, rgba(0, 0, 0, 0.5) 0px 18px 36px -18px inset;
}

h2.ourofferhead {
  color: #00e5ff;
  font-size: 24px;
  text-align: center;
}

.cloud-Card {
  margin: 20px 5px;
  padding: 25px 7px;
  border-radius: 5px;
  opacity: 0.9;
  transition: 0.5s;
}

.cloud-Card img {
  width: 27%;
  padding-bottom: 25px;
}

.cloud-Card h3 {
  color: #040a7a;
}

img.img-fluid.custom-Icons {
  height: 12vh;
}

h5.Ui-UxHead {
  display: inline-block;
  margin: 0 19px;
  /* font-size: 12px; */
  color: #081f74;
}

img.card-img-top.Card-Image-Top {
  height: 35vh;
}

/* .pricing-table.table-1 {
  background-image: linear-gradient(59deg, #d5fc71 0%, #64feab 95%);
} */

/* .pricing-table.table-2 {
  background-image: linear-gradient(59deg, #06ffdf 0%, #42dbef 95%);
} */

/* .pricing-table.table-3 {
  background-image: linear-gradient(59deg, #0bfce0 0%, #c5fd78 95%);
} */

.pricing-table.table-4 {
  /* background-image: linear-gradient(59deg, #0bfce0 0%, #c5fd78 95%); */
  padding: 28px 11px !important;
}

.pricing-table {
  padding: 50px 35px 30px;
  transition: .2s ease;
}

img.img-fluid.imgLable {
  height: 27vh;
  width: 100%;
}

h2.cloudsoluheading {
  font-size: 23px;
  font-weight: 600;
  color: #00539c;
}

.cloudimg img {
  height: 34vh;
  width: 79%;
}

.team-manage:hover {
  cursor: pointer;
  transform: translateY(-15px);
}

.team-manage img {
  height: 20vh;
}

.team-manage h2 {
  font-size: 20px;
  color: #2300b7;
}

.card {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  height: 100%;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: border-box;
  border-radius: 0.25rem;
  padding: 10px 10px;
  box-shadow: rgba(0, 0, 0, 0.07) 0px 1px 2px, rgba(0, 0, 0, 0.07) 0px 2px 4px,
    rgba(0, 0, 0, 0.07) 0px 4px 8px, rgba(0, 0, 0, 0.07) 0px 8px 16px,
    rgba(0, 0, 0, 0.07) 0px 16px 32px, rgba(0, 0, 0, 0.07) 0px 32px 64px;
}

.card:hover {
  /* margin-top: 12px; */
  cursor: pointer;
  box-shadow: 10px 4px 18px rgb(35 44 160 / 42%), 10px -10px 18px rgb(26 31 145 / 43%),
    -10px 10px 18px rgb(4 5 122 / 50%), -10px -10px 18px rgb(15 16 124 / 37%);
  transition: all 800ms cubic-bezier(0.19, 1, 0.22, 1);
}

.card-title {
  /* margin-bottom: 2.75rem; */
  color: #2300b7;
  font-weight: 600;
  font-size: 20px;
  text-transform: uppercase;
}

p.card-text {
  padding: 22px;
  font-size: 14px;
  font-weight: 600;
}

.contactBtn {
  background-color: white;
  /* color: black; */
  /* border: 2px solid #1d1d8a; */
  width: 279px;
  font-weight: 600;
  border-radius: 60px;
  padding: 13px 0;
}

.shadow-hover {
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  -webkit-box-shadow: none;
  box-shadow: none;
  border: none;
}

.shadow-hover:hover {
  -webkit-box-shadow: 0 6.25rem 5rem 0 rgba(0, 0, 0, 0.02),
    0 4.05063rem 2.92813rem 0 rgba(0, 0, 0, 0.0152), 0 2.4075rem 1.5925rem 0 rgba(0, 0, 0, 0.0121),
    0 1.25rem 0.8125rem 0 rgba(0, 0, 0, 0.01), 0 0.50938rem 0.4075rem 0 rgba(0, 0, 0, 0.0079),
    0 0.11563rem 0.19687rem 0 rgba(0, 0, 0, 0.0048);
  box-shadow: 0 6.25rem 5rem 0 rgba(0, 0, 0, 0.02),
    0 4.05063rem 2.92813rem 0 rgba(0, 0, 0, 0.0152), 0 2.4075rem 1.5925rem 0 rgba(0, 0, 0, 0.0121),
    0 1.25rem 0.8125rem 0 rgba(0, 0, 0, 0.01), 0 0.50938rem 0.4075rem 0 rgba(0, 0, 0, 0.0079),
    0 0.11563rem 0.19687rem 0 rgba(0, 0, 0, 0.0048);
}

.card.service-card:hover:before {
  left: -1.875rem;
  bottom: -2.1875rem;
}

.card.service-card:before {
  content: '';
  position: absolute;
  left: 0.625rem;
  bottom: 0.625rem;
  width: 6.25rem;
  height: 6.25rem;
  background-color: #DF6951;
  border-radius: 1.875rem 0 0.625rem 0;
  z-index: -1;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

.card-body h4 {
  color: #0404cd;
}

.solutioncard {
  font-size: 20px;
  box-shadow: rgb(0 0 0 / 15%) 19.4px 20.4px 3.2px;
}

ul.allListShow {
  font-size: 19px;
  font-weight: 600;
  color: #244796;
}

h1.haedHed {
  font-size: 32px;
  font-weight: 600;
  color: #00257a;
}

.cardUi {
  padding: 17px 20px;
  box-shadow: rgb(0 0 0 / 7%) 0.95px 1.05px 3.6px 7px;
  background-color: snow;
}

.cardUi:hover {
  box-shadow: 15px 15px 10px;
  margin-top: 20px;
  transition: all 800ms cubic-bezier(0.19, 1, 0.22, 1);
}

.animated-card {
  background: #ECECEB;
  padding: 15px;
  border-radius: 10px;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.4);
  position: relative;
  overflow: hidden;
  height: 64vh;
  z-index: 1;
}

.animated-card::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #003060;
  transition: all 0.3s ease-in-out;
  clip-path: circle(15% at 0% 100%);
  cursor: pointer;
  z-index: -2;
}

.animated-card:hover::after {
  clip-path: circle(75%);
}

.Anim-Icon {
  font-size: 40px;
  color: #003060;
  text-align: center;
  /* margin-bottom: 20px; */
  margin-bottom: 10px;
  transition: all 0.3s ease-in-out;
}

.animated-card h2 {
  margin-bottom: 15px;
  /* font-size: 22px; */
  font-size: 20px;
  text-transform: uppercase;
  color: #FF4500;
  text-align: center;
  font-weight: 600;
  letter-spacing: 0.5px;
  line-height: 30px;
  transition: all 0.3s ease-in-out;
}

.animated-card:hover .Anim-Icon,
.animated-card:hover h2,
.animated-card:hover p {
  color: #fff;
}

img.img-fluid.img_Iccons {
  height: 9vh;
  margin: 0 9px;
}

h5.benefits_head {
  font-size: 20px;
  font-weight: 600;
  color: #003060;
  text-transform: uppercase;
}

img.img-fluid.altair_img_icon {
  height: 15vh;
}

h3.count {
  font-size: 25px;
  font-weight: 700;
  color: #FF4500;
}

h5.countHead {
  font-size: 18px;
}

.expertise .icon {
  line-height: 1.3;
  position: relative;
  margin-top: -60px;
  width: 85px;
  height: 85px;
  background: #f58634;
  border-radius: 50%;
  margin-bottom: 15px;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

h3.heading {
  font-size: 21px;
  color: #06008f;
}

.expertise:hover {
  /*background: #3e66ef !important;*/
  background: rgb(113 134 239 / 80%) !important;
  border: 1px solid #b2b2b2;
}

.expertise:hover .icon {
  background: #fff;
  margin-left: 20px;
}

.expertise:hover h3.heading,
.expertise:hover p {
  color: #fff;
}

.expertise img {
  width: 90%;
  height: 8vh;
}

.expertise {
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
  width: 100%;
  height: 50vh;
  padding: 30px;
  margin-bottom: 60px;
  border: 1px solid orange;
}

.shadow {
  -webkit-box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important;
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important;
}

.word {
  margin: auto;
  text-align: center;
  text-transform: uppercase;
  height: 40px;
  color: #753300a8;
  font: 700 normal 2.5em 'tahoma';
  /* text-shadow: 5px 2px #222324, 2px 4px #222324, 3px 5px #222324; */
}

/*.bg-secondary {*/
/* background-color: #f58634 !important; */
/*    background: linear-gradient(rgb(240 163 35 / 84%), rgb(186 170 228 / 77%)), url(../img/background.jpg) center center no-repeat;*/
/*}*/

#carouselId {
    margin-top: 85px;
}
.blog-card-img {
    height: 160px;
}
.blog-item {
    height: 420px;
}
.blog-coment {
    position: absolute;
    bottom: 0%;
    width: 100%;
}
.case-study-list li {
    position: relative;
    margin-left: 10px;
    margin-bottom: 5px;
    padding-left: 10px;
    list-style-type: none;
}
.case-study-list ul li:before {
    content: "";
    position: absolute;
    width: 22px;
    height: 28px;
    left: -22px;
    background: url(../img/icon/pointing-right.png) no-repeat 50% 50% / contain;
    /*background: url(../img/circle-check-solid.svg) no-repeat 50% 50% / contain;*/
    /*background: url(../img/check-solid.svg) no-repeat 50% 50% / contain;*/
}

.who-we-are-wrapper {
    position: relative;
    /*width: 100%;*/
    /*height: 100%;*/
    /*overflow: hidden;*/
}
.hexagon:before {
    content: " ";
    width: 0;
    height: 0;
    border-bottom: 14px solid #f58634ab;
    border-left: 18px solid transparent;
    border-right: 18px solid transparent;
    position: absolute;
    top: -14px;
}
.hexagon {
    margin-top: 30px;
    width: 36px;
    height: 18px;
    background-color: #f58634ab;
    position: absolute;
    transform: scale(0) rotate(0deg) translate(-50%, -50%); 
    animation: animate 12s ease-in forwards infinite; 
}
.hexagon:after {
    content: "";
    width: 0;
    position: absolute;
    bottom: -14px;
    border-top: 14px solid #f58634ab;
    border-left: 18px solid transparent;
    border-right: 18px solid transparent;
}
.hexagon:nth-child(2){
    left: 12%;
    top:14%;
    animation-delay: 2s;
    background-color: #0000a2a1;
}
.hexagon:nth-child(4){
    left: 73%;
    top: 10%;
    animation-delay: 6s;
    background-color: #0000a2a1;
}
.hexagon:nth-child(3):before, .hexagon:nth-child(2):before, .hexagon:nth-child(4):before {
    content: " ";
    width: 0;
    height: 0;
    border-bottom: 14px solid #0000a2a1;
    border-left: 18px solid transparent;
    border-right: 18px solid transparent;
    position: absolute;
    top: -14px;
}
.hexagon:nth-child(3){
    left: 85%;
    top:65%;
    animation-delay: 4s;
    background-color: #0000a2a1;
}
.hexagon:nth-child(3):after, .hexagon:nth-child(2):after, .hexagon:nth-child(4):after {
    content: "";
    width: 0;
    position: absolute;
    bottom: -14px;
    border-top: 14px solid #0000a2a1;
    border-left: 18px solid transparent;
    border-right: 18px solid transparent;
}
.hexagon:nth-child(5){
    left: 10%;
    top: 85%;
    animation-delay: 8s;
}
.hexagon:nth-child(6){
    left: 50%;
    top: 10%;
    animation-delay: 10s;
}
@keyframes animate {
    from {
        transform: scale(0) rotate(0deg) translate(-50%, -50%);
        opacity: 1;
    }
    to {
        transform: scale(3) rotate(960deg) translate(-50%, -50%);
        opacity: 0;
    }
}
.technologies-wrapper {
    border-radius: 12px;
    padding: 8px;
    /*box-shadow: 0px 0px 50px, 0px 0px, inset -5px -5px 15px #2e78ca57;*/
    box-shadow: 0px 0px 8px 0px, 0px 0px, inset -5px -5px 15px #2e78ca57;
}
.technologies-wrapper img {
    width: 100%;
}
.htechnologies-wrapper {
    border-radius: 12px;
    padding: 8px;
    /*box-shadow: 0px 0px 50px, 0px 0px, inset -5px -5px 15px #2e78ca57;*/
    box-shadow: 0px 0px 8px 0px, 0px 0px, inset -5px -5px 15px #2e78ca57;
}
.htechnologies-wrapper img {
    width: 100%;
}
.tooltip-text {
  visibility: hidden;
  position: absolute;
  z-index: 2;
  width: 100px;
  color: white;
  font-size: 12px;
  background-color: #192733;
  border-radius: 10px;
  padding: 10px 15px 10px 15px;
}

.tooltip-text::before {
  content: "";
  position: absolute;
  transform: rotate(45deg);
  background-color: #192733;
  padding: 5px;
  z-index: 1;
}

.hover-text:hover .tooltip-text {
  visibility: visible;
}

#top {
  top: -40px;
  left: -50%;
}
.hover-text {
  position: relative;
  display: inline-block;
  /*margin: 40px;*/
  font-family: Arial;
  text-align: center;
}
.date-color {
  color: #7f461b;
}

@media only screen and (max-width: 480px) {
    .word {
        height: 30px;
        font: 700 normal 1.6em 'tahoma';
    }
    .expertise {
        padding: 22px;
    }
    .hexagon:nth-child(3) {
        left: 54%;
    }
    .hexagon:nth-child(4) {
        left: 43%;
    }
}
@media only screen and (max-width: 390px) {
    .expertise {
        height: 56vh;
    }
}