@import url("https://fonts.googleapis.com/css2?family=Open+Sans:wght@300;400;600;700;800&display=swap");
#nav1 {
  padding: 0;
  background: rgb(255 255 255 / 60%);
  border-radius: 12px;
  backdrop-filter: blur(2px);
}
#nav1:hover{
  background-color: white;
  transition: background-color 0.3s ease-in-out;
}

#btnc{
 height: 4px;
 margin-right: 5px;
 margin-left: 5px;
}
.carousel-caption {
  position: absolute;
  right: 15%;
  bottom: 40%;
  left: 15%;
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
  color: #fff;
  text-align: center;
}
.carousel-item::after{
  content: '';
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgb(0 0 0 / 65%);
    position: absolute;
}
.big-heading{
  color: white;
  text-shadow: 2px 4px  black;
  font-weight: 600;
  font-family: 'Montserrat';
}
.small-heading{
  color: white;
  font-size: 2rem;
  font-weight: 700;
  font-family: 'Montserrat';
}
.carousel-indicators {
  position: absolute;
  right: 0;
  left: 0;
  z-index: 2;
  display: flex;
  justify-content: center;
  padding: 0;
  margin-right: 15%;
  margin-bottom: 1rem;
  margin-left: 15%;
  bottom: 60px;
}
     
.nav-link {
  color: black;
  font-family: Montserrat;
  font-size: 1rem;
  font-weight: 500;
  margin-right: 1.4rem;
}
.nav-link:hover {
  color: black;
}

.navbar-toggler {
  color: black;
  background-color: white;
  border: var(--bs-border-width) solid black;
}

.btn0 {
  border-radius: 20px;
  background-color:#00abff;
  border: 2px solid #00abff;
  padding: 0.4rem;
  min-width: 7rem;
  font-size: 0.9rem;
  font-family: Montserrat;
  font-weight: 600;
  color: black;
  transition: background-color 0.3s cubic-bezier(0.45, 0.05, 0.55, 0.95);
}

.btn0:hover {
  background-color: #0e0e0e;
  color: white;
}
.btn0:hover a {
  color: white !important;
}
.carousel-img {
  width: 100%;
  max-height: 100vh;
  min-height: 85vh;
}
#y {
  width: 160px;
  height: auto;
}

#s {
  width: 10%;
}

#ft-link {
  color: rgb(255, 255, 255);
}

#ft-link:hover {
  border-bottom: none;
}

#footer {
  background: url("https://www.cornwallcreative.com/wp-content/uploads/2020/01/Cornwall-Creative-Wesbite-Header-Background-Black-design-company-design-agency-graphic-design-uk-2.jpg");
  display: flex;
  flex-direction: column;
}

#dropdown:hover .list {
  display: block;
  animation: zoomIn;
  animation-duration: 0.3s;
}

h5 {
  color: white;
  padding-bottom: 10px;
  border-bottom: 1px solid white;
  padding-left: 10px;
  font-size: 0.9rem;
  font-family: Arial, Helvetica, sans-serif;
}

#ft0 {
  width: 100%;
}

#ft {
  display: flex;
  justify-content: space-evenly;
  padding: 2.5rem;
}

#ft ul {
  list-style: circle;
  padding-left: 0.9rem;
  list-style-type: square;
  color: rgb(147, 145, 145);
}

#ft ul li a {
  text-decoration: none;
  color: gray;
}

#ft ul li a:hover {
  text-decoration: none;
  color: rgb(207, 207, 207);
}

hr {
  color: rgb(0, 0, 0);
  width: 90%;
}
.serviceline{
  margin: 1.5rem auto;
  width: 40%;
}

.list {
  list-style: none;
  display: none;
  position: absolute;
  background-color: white;
  padding: 0;
  text-align: start !important;
}
.list li {
  padding: 10px 10px;
}
.list li:hover {
  background: #00abff;
}
.list li a {
  text-decoration: none;
  color: black;
}
.list li:hover a {
  color: white !important;
}
i {
  margin-right: 0.2rem;
}
.about-bg {
  height: 70vh;
  background: linear-gradient(rgba(0, 0, 0, 0.356), rgba(0, 0, 0, 0.367)),
    url("../Images/about-bg.jpg");
  background-size: cover ;
  background-repeat: no-repeat;
  background-attachment: fixed;
  text-align: center;
  color: #fff;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.service-bg {
  height: 70vh;
  background: linear-gradient(rgba(0, 0, 0, 0.356), rgba(0, 0, 0, 0.367)),
    url("/Images/servicebg.webp");
  background-size: cover ;
  background-repeat: no-repeat;
  background-attachment: fixed;
  text-align: center;
  color: #fff;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.about-bg h1 {
  font-size: 4rem;
  font-family:montserrat;
  font-weight: 600;
  padding: 0.4rem 0;
  letter-spacing: 1px;
  word-spacing: 0.9rem;
}
.service-bg h1 {
  font-size: 4rem;
  font-family:montserrat;
  font-weight: 600;
  padding: 0.4rem 0;
  letter-spacing: 1px;
  word-spacing: 0.9rem;
}

.contact-bg {
  height: 70vh;
  background: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.8)),
    url("../Images/contact-bg.jpg");
  background-position: 50% 100%;
  background-repeat: no-repeat;
  background-attachment: fixed;
  text-align: center;
  color: #fff;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.contact-bg h3 {
  font-size: 1.3rem;
  font-weight: 400;
}
.contact-bg h2 {
  font-size: 3rem;
  text-transform: uppercase;
  padding: 0.4rem 0;
  letter-spacing: 4px;
}
.line div {
  margin: 0 0.2rem;
}
.line div:nth-child(1),
.line div:nth-child(3) {
  height: 3px;
  width: 70px;
  background: #00abff;
  border-radius: 5px;
}
.line {
  display: flex;
  align-items: center;
}
.line div:nth-child(2) {
  width: 10px;
  height: 10px;
  background: #00abff;
  border-radius: 50%;
}
.text {
  font-weight: 300;
  opacity: 0.9;
  
}
.text1 {
  font-weight: 300;
  opacity: 0.9;
  color: grey;

}
.contact-bg .text {
  margin: 1.6rem 0;
}
.contact-body {
  max-width: 1320px;
  margin: 0 auto;
  padding: 0 1rem;
}
.contact-info {
  margin: 2rem 0;
  text-align: center;
  padding: 2rem 0;
}
.contact-info span {
  display: block;
}
.contact-info div {
  margin: 0.8rem 0;
  padding: 1rem;
}
.contact-info span .fas {
  font-size: 2rem;
  padding-bottom: 0.9rem;
  color: #00abff;
}
.contact-info div span:nth-child(2) {
  font-weight: 500;
  font-size: 1.1rem;
}
.contact-info .text {
  padding-top: 0.4rem;
}
.contact-form {
  padding: 2rem 0;
  border-top: 1px solid #c7c7c7;
}
.contact-form form {
  padding-bottom: 1rem;
}
.form-control {
  width: 100%;
  border: 1.5px solid #c7c7c7;
  border-radius: 5px;
  padding: 0.7rem;
  margin: 0.6rem 0;
  font-family: "Open Sans", sans-serif;
  font-size: 1rem;
  outline: 0;
}
.form-control:focus {
  box-shadow: 0 0 6px -3px rgba(48, 48, 48, 1);
}
.contact-form form div {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  column-gap: 0.6rem;
}
.send-btn {
  font-family: "Open Sans", sans-serif;
  font-size: 1rem;
  text-transform: uppercase;
  color: #fff;
  background: #00a7fbfe;
  border: none;
  border-radius: 5px;
  padding: 0.7rem 1.5rem;
  cursor: pointer;
  transition: all 0.4s ease;
}
.send-btn:hover {
  opacity: 0.8;
}
.contact-form > div img {
  width: 85%;
}
.contact-form > div {
  margin: 0 auto;
  text-align: center;
}
.contact-footer {
  padding: 2rem 0;
  background: #000;
}
.contact-footer h3 {
  font-size: 1.3rem;
  color: #fff;
  margin-bottom: 1rem;
  text-align: center;
}
.social-links {
  display: flex;
  justify-content: center;
}
.social-links a {
  text-decoration: none;
  width: 40px;
  height: 40px;
  color: #fff;
  border: 2px solid #fff;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0.4rem;
  transition: all 0.4s ease;
}
.social-links a:hover {
  color: #00abff;
  border-color: #00537d;
}

@media screen and (min-width: 768px) {
  .contact-bg .text {
    width: 70%;
    margin-left: auto;
    margin-right: auto;
  }
  .contact-info {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
  }
}

@media screen and (min-width: 992px) {
  .contact-bg .text {
    width: 50%;
  }
  .contact-form {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    align-items: center;
  }
}

@media screen and (min-width: 1200px) {
  .contact-info {
    grid-template-columns: repeat(4, 1fr);
  }
}
/* service now */

@import url("https://fonts.googleapis.com/css2?family=Nunito&display=swap");

.theme-text {
  color: #00abff;
}

#cardy-img-top {
  height: 200px;
  width: 100%;
}
#cardy {
  margin-top: 2.5rem;
  z-index: 1;
  overflow: hidden;
  transition: 0.5s;
  background: transparent;
  border: none;
  border-radius: 0.6rem;
  box-shadow: 1px 1px 10px #979797;
}
#cardy:hover {
  color: white;
}
#cardy::before {
  content: "";
  position: absolute;
  left: -100%;
  top: 0%;
  background: #00abff;
  width: 100%;
  height: 100%;
  transition: 0.5s;
  z-index: -1;
}
#cardy:hover::before {
  left: 0%;
  color: white;
}

/* counter */

.wrapper {
  padding: 20px;
  background: url(https://www.verizon.com/about/sites/default/files/2021-07/ces-2021-hero-1272x477-2.gif);
  width: 100%;
  position: relative;
  display: flex;
  justify-content: space-evenly;
  background-size: cover;
  background-position: center;
  border-top: 20px solid #bebebe;
  border-bottom: 20px solid #bebebe;
}
.contai {
  width: 25vmin;
  height: 25vmin;
  display: flex;
  flex-direction: column;
  justify-content: space-around;
  padding: 1em 0;
  position: relative;
  font-size: 15px;
  border-radius: 0.5em;
  background-color: rgba(0, 0, 0, 0.671);
  border-bottom: 10px solid rgb(0, 132, 255);
}
#ic {
  color:white;
  font-size: 2.5em;
  text-align: center;
}
span.num {
  color: white;
  display: grid;
  place-items: center;
  font-weight: 600;
  font-size: 3em;
}
span.num1 {
  color: white;
  display: grid;
  place-items: center;
  font-weight: 600;
  font-size: 3em;
}
span.text {
  color: white;
  font-size: 1em;
  text-align: center;
  pad: 0.7em 0;
  font-weight: 400;
  line-height: 0;
}
@media screen and (max-width: 1024px) {
  .contai {
    height: 26vmin;
    width: 26vmin;
    font-size: 12px;
  }
}
@media screen and (max-width: 768px) {
  .wrapper {
    flex-wrap: wrap;
    gap: 30px;
  }
  #product1 .hexagon .hexagon-shape .content{
    opacity: 1 !important; 
  }
  /* .sec2{
    height: 100vh !important;
  } */
  .contai {
    width: calc(50% - 40px);
    height: 30vmin;
    font-size: 14px;
  }
  ul.even {
    position: relative;
    padding: 3rem ;
    display: flex;
    flex-direction: column;
    row-gap: 1.5rem;
  }
  #navpadding{
   padding-bottom: 1rem;
  }
}
@media screen and (max-width: 480px) {
  .wrapper {
    gap: 15px;
  }
  .contai {
    width: 100%;
    height: 25vmin;
    font-size: 8px;
  }
}

/* Lofo slider */

@import url('https://fonts.googleapis.com/css2?family=Poppins&display=swap');
/* body{
    font-family: 'Poppins', sans-serif !important;
    background: #eff3f8;
} */
/* .container{
    padding-top: 150px;
} */
h2{
    text-align: center;
    padding: 20px;
}
.slick-slide{
    margin: 0 20px;
}
.slick-slide img{
    width: 100%;
}
.slick-slider{
    position: relative;
    display: block;
    box-sizing: border-box;
}
.slick-list{
    position: relative;
    display: block;
    overflow: hidden;
    margin: 0;
    padding: 0;
}
.slick-track{
    position: relative;
    top: 0;
    left: 0;
    display: block
}
.slick-slide{
    display: none;
    float: left;
    height: 100%;
    min-height: 1px;
}
.slick-slide img{
    display: block;
}
.slick-initialized .slick-slide{
    display: block;
}
.copy{
    padding-top: 250px;
}

/* about */
@import url('https://fonts.googleapis.com/css2?family=Playfair+Display:wght@400;500;600;700&display=swap');

/* *{
    box-sizing: border-box;
    padding: 0;
    margin: 0;
}
body{
    font-family: 'Playfair Display', serif;
    display: grid;
    background-color: #ffffff;
    align-content: center;
    min-height: 100vh;
} */

.contentabout{
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
  color: white;
}
.contentabout h2{
    text-transform: uppercase;
    font-size: 36px;
    letter-spacing: 6px;
}
.contentabout span{
    height: 0.5px;
    width: 80px;
    background: #777;
    margin: 30px 0;
}
.contentabout p{
    padding-bottom: 15px;
    font-weight: 300;
    /* opacity: 0.8; */
    width: 60%;
    text-align: center;
    margin: 0 auto;
    line-height: 1.7;
}
.linkabout{
    margin: 15px 0;
}
.linkabout li{
    border: 0.5px solid #777;
    list-style: none;
    border-radius: 5px;
    padding: 10px 15px;
    width: 160px;
    text-align: center;
}
.linkabout li a{
    text-transform: uppercase;
    color: #cecece;
    text-decoration: none;
}
.linkabout li:hover{
    border-color: #00abff;
}
.linkabout li:hover a{
    color :#00abff;
}
.vertical-line{
    height: 30px;
    width: 0.5px;
    background: #777;
    margin: 0 auto;
}
.iconabout{
    display: flex;
    padding: 15px 0;
    padding-left: 35px;
}
.iconabout li a{
  color: white;
}
.iconabout li{
    display: block;
    padding: 5px;
    margin: 5px;
}
.iconabout li i{
    font-size: 26px;
    /* opacity: 0.8; */
}
.iconabout li i:hover{
    color: #00abff;
}


/* Why Choose Us */
.rounded-circle {
    border-radius: 50% !important;
}
img {
    max-width: 100%;
    height: auto;
    vertical-align: top;
}

.sub-info{
    font-weight: 600;
    font-family: 'Poppins', sans-serif;
    color: #004975;
}

.display-30 {
    font-size: 0.9rem;
}

/* Logo Slider */
h2{
  text-align:center;
  padding: 25px;
}
/* Slider */
#logoSlider{
 padding-bottom: 2rem;
  background:white;
  background-size: contain;
}
.slick-slide {
    margin: 0px 20px;
}

.slick-slide img {
    width: 100%;
}

.slick-slider
{
  padding: 20px;
    position: relative;
    display: block;
    box-sizing: border-box;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
            user-select: none;
    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
        touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list
{
    position: relative;
    display: block;
    overflow: hidden;
    margin: 0;
    padding: 0;
}
.slick-list:focus
{
    outline: none;
}
.slick-list.dragging
{
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list
{
    -webkit-transform: translate3d(0, 0, 0);
       -moz-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
         -o-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
}

.slick-track
{
    position: relative;
    top: 0;
    left: 0;
    display: block;
}
.slick-track:before,
.slick-track:after
{
    display: table;
    content: '';
}
.slick-track:after
{
    clear: both;
}
.slick-loading .slick-track
{
    visibility: hidden;
}

.slick-slide
{
    display: none;
    float: left;
    height: 100%;
    min-height: 1px;
}
[dir='rtl'] .slick-slide
{
    float: right;
}
.slick-slide img
{
    display: block;
}
.slick-slide.slick-loading img
{
    display: none;
}
.slick-slide.dragging img
{
    pointer-events: none;
}
.slick-initialized .slick-slide
{
    display: block;
}
.slick-loading .slick-slide
{
    visibility: hidden;
}
.slick-vertical .slick-slide
{
    display: block;
    height: auto;
    border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
    display: none;
}

.shapedividers_com-7975{
  overflow:hidden;
  position:relative;
  }
  .shapedividers_com-7975::before{ 
  content:'';
  font-family:'shape divider from ShapeDividers.com';
  position: absolute;
  z-index: 3;
  pointer-events: none;
  background-repeat: no-repeat;
  bottom: -0.1vw;
  left: -0.1vw;
  right: -0.1vw;
  top: -0.1vw; 
  background-size: 100% 100px;
  background-position: 50% 100%; 
  transform: rotateY(180deg); background-image: url('data:image/svg+xml;charset=utf8, <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 1440 320" preserveAspectRatio="none"><path fill="%23ffffff" d="M0 288l1440-128v160H0z"/><path fill="%23ffffff" opacity=".66" d="M0 192l1440-96v224H0z"/></svg>'); 
  }
  
  @media (min-width:2100px){
  .shapedividers_com-7975::before{
  background-size: 100% calc(2vw + 100px);
  }
  }
   
   
  

  .shapedividers_com-672{
    overflow:hidden;
    position:relative;
    }
    .shapedividers_com-672::before{ 
    content:'';
    font-family:'shape divider from ShapeDividers.com';
    position: absolute;
    z-index: 3;
    pointer-events: none;
    background-repeat: no-repeat;
    bottom: -0.1vw;
    left: -0.1vw;
    right: -0.1vw;
    top: -0.1vw; 
    background-size: 100px 100%;
    background-position: 100% 50%;  background-image: url('data:image/svg+xml;charset=utf8, <svg xmlns="http://www.w3.org/2000/svg" preserveAspectRatio="none" viewBox="0 0 158.42 1134.63"><g fill="%23181717"><path d="M158.42 0v1134.63L47.1 565.17Z"/><path d="M158.42 0h-51.38L0 565.17l115.6 569.46h42.82Z" opacity=".66"/></g></svg>'); 
    }





    /* why */
    .container {
      width: 100%;
      height: 85vh;
      display: flex;
      justify-content: center;
      align-items: center;
    }
    .box {
      width: 90vw;
      height: 90vh;
      display: flex;
      flex-direction: row;
    }
    .circle {
      width: 120px;
      height: 120px;
      border-radius: 50%;
      background-color: rgb(0, 0, 0);
      display: flex;
      justify-content: center;
      align-items: center;
    }
    .root1 {
      width: 35%;
      height: 90vh;
      display: flex;
      flex-direction: column;
      text-align: center;
    }
    .sec1 {
      width: 100%;
      height: 45vh;
      display: flex;
      flex-direction: column;
      justify-content: center;
      align-items: center;
      row-gap: 5px;
    }
    .sec1 h1 {
      margin: 0%;
      letter-spacing: 2px;
      color: #000000;
      font-size: 25px;
    }
    .sec1 p {
      /* font-style: italic; */
      font-weight: 500;
      margin: 10px;
    }
    .sec1 .circle {
      background-color: #000000;
      box-shadow: rgb(2 171 255) 0px 1px 28px, rgb(0 0 0) 0px 1px 10px;
    }
    .sec2 {
      width: 100%;
      height: 45vh;
      display: flex;
      flex-direction: column;
      justify-content: center;
      align-items: center;
      row-gap: 5px;
    }
    .sec2 h1 {
      margin: 0%;
      letter-spacing: 2px;
      color: #000000;
      font-size: 25px;
    }
    .sec2 p {
      /* font-style: italic; */
      font-weight: 500;
      margin: 10px;
    }
    .sec2 .circle {
      background-color: #000000;
      box-shadow: rgb(2 171 255) 0px 1px 28px, rgb(0 0 0) 0px 1px 10px;
    }
    .root2 {
      width: 30%;
      height: 82vh;
      display: flex;
      justify-content: center;
      align-items: center;
    }
    .root2 img {
      width: 350px;
      height: 350px;
      border-radius: 50%;
      object-fit: cover;
      box-shadow: rgb(2 171 255) 0px 1px 28px, rgb(0 0 0) 0px 1px 10px;
    }
    .root2 img:hover{
      box-shadow: rgb(0, 0, 0) 0px 1px 28px, rgb(0 0 0) 0px 1px 10px;
      transition: 0.4s;
    }
    .root3 {
      width: 35%;
      height: 90vh;
      display: flex;
      flex-direction: column;
      text-align: center;
    }
    .sec3 {
      width: 100%;
      height: 45vh;
      display: flex;
      flex-direction: column;
      justify-content: center;
      align-items: center;
      row-gap: 5px;
    }
    .sec3 h1 {
      margin: 0%;
      letter-spacing: 2px;
      color: #000000;
      font-size: 25px;
    }
    .sec3 p {
      /* font-style: italic; */
      font-weight: 500;
      margin: 10px;
    }
    .sec3 .circle {
      background-color: #000000;
      box-shadow: rgb(2 171 255) 0px 1px 28px, rgb(0 0 0) 0px 1px 10px;
    }
    .sec4 {
      width: 100%;
      height: 45vh;
      display: flex;
      flex-direction: column;
      justify-content: center;
      align-items: center;
      row-gap: 5px;
    }
    .sec4 h1 {
      margin: 0%;
      letter-spacing: 2px;
      color: #000000;
      font-size: 25px;
    }
    .sec4 p {
      /* font-style: italic; */
      font-weight: 500;
      margin: 10px;
    }
    .sec4 .circle {
      background-color: #000000;
      box-shadow: rgb(2 171 255) 0px 1px 28px, rgb(0 0 0) 0px 1px 10px;
      
    }
    .sec4 .circle:hover{
      box-shadow: rgb(0, 0, 0) 0px 1px 28px, rgb(0 0 0) 0px 1px 10px;
      transition: 0.4s;
    }
    .sec3 .circle:hover{
      box-shadow: rgb(0, 0, 0) 0px 1px 28px, rgb(0 0 0) 0px 1px 10px;
      transition: 0.4s;
    }
    .sec2 .circle:hover{
      box-shadow: rgb(0, 0, 0) 0px 1px 28px, rgb(0 0 0) 0px 1px 10px;
      transition: 0.4s;
    }
    .sec1 .circle:hover{
      box-shadow: rgb(0, 0, 0) 0px 1px 28px, rgb(0 0 0) 0px 1px 10px;
      transition: 0.4s;
    }
    @media screen and (max-width: 1024px) {
      .container {
        height: fit-content;
      }
      .box {
        flex-direction: column;
        row-gap: 30px;
        height: fit-content;
      }
      .root1 {
        width: 100%;
        height: fit-content;
        order: 2;
        row-gap: 30px;
        font-size: 20px;
      }
      .root2 {
        width: 100%;
        height: fit-content;
        order: 1;
      }
      .root3 {
        width: 100%;
        height: fit-content;
        order: 3;
        row-gap: 30px;
        font-size: 20px;
      }
    }
    @media screen and (max-width: 630px) {
      .container {
        padding: 20px 0px;
        height: fit-content;
      }
      .box {
        flex-direction: column;
        row-gap: 30px;
        height: fit-content;
      }
      .root1 {
        width: 100%;
        height: fit-content;
        order: 2;
        row-gap: 30px;
        font-size: 20px;
      }
      .root2 {
        width: 100%;
        height: fit-content;
        order: 1;
      }
      .root3 {
        width: 100%;
        height: fit-content;
        order: 3;
        row-gap: 30px;
        font-size: 20px;
      }
    }
    .credit a {
      text-decoration: none;
      color: #000000;
      font-weight: 800;
    }
    .credit {
      color: #000000;
      text-align: center;
      margin-top: 10px;
      font-family: Verdana, Geneva, Tahoma, sans-serif;
    }
    .credit span {
      color: tomato;
      font-size: 20px;
    }

   .page-container{
    display: flex;
    align-items: center;
    justify-content: center;
   }
   .heading-section{
    padding: 5px 2rem ;
    font: 600 2.5rem montserrat;
    border-bottom: 2px solid #00abff;
    width: fit-content;
    margin-bottom: 4rem;
   }
   .heading-section1{
    padding: 30px 3rem ;
    font: 600 2.3rem montserrat;
    border-bottom: 2px solid #00abff;
    width: fit-content;
    margin: 2rem auto;
    color: white;
    text-transform: uppercase;
   }
   .content-box{
    display: flex;
    flex-direction: column;
   }
   .content-box-1{
    display: flex;
    padding: 1rem;
   }
   .content-para{
    font-size: 1.25rem;
    text-align: justify;
    padding: 1rem;
    font-weight: 400;
   }
   #img-bg{
    background: url(/Images/about-banner.png);
    background-size: cover;
    background-position: center;
   }
   #img-about{
    background: url(/Images/WHO\ WE\ ARE.jpeg);
    background-size: cover;
    background-position: center;
   }
   #img-innovation{
    background: url(/Images/research.jpeg);
    background-size: cover;
    background-position: center;
   }
   #img-news{
    background: url(/Images/NEWS\ AND\ EVENTS.avif);
    background-size: cover;
    background-position: center;
   }
   #img-privacy{
    background: url(/Images/Privacy\ And\ Policy.avif);
    background-size: cover;
    background-position: center;
   }
   #img-cloud{
    background: url(/Images/Cloud\ Computing.webp);
    background-size: cover;
    background-position: center;
   }
   #img-data{
    background: url(/Images/Data\ Analytics.avif);
    background-size: cover;
    background-position: center;
   }
   #img-it{
    background: url(/Images/IT\ Consulting.avif);
    background-size: cover;
    background-position: center;
   }
   #img-manage{
    background: url(/Images/Manage\ IT\ Services.avif);
    background-size: cover;
    background-position: center;
   }
   #img-digital{
    background: url(/Images/Digital\ Transformation.png);
    background-size: cover;
    background-position: center;
   }
   #img-training{
    background: url(/Images/Training\ and\ Workshops.avif);
    background-size: cover;
    background-position: center;
   }
   #img-Cyber{
    background: url(/Images/Cybersecurity\ Solutions.png);
    background-size: cover;
    background-position: center;
   }

   .title{
    padding: 5px 2rem ;
    font: 600 2.5rem montserrat;
    border-bottom: 2px solid #00abff;
    width: fit-content;
    margin-bottom: 4rem;
		}

    .ph{
      margin-top: 2rem;
    }
		
		.sub-title{
		font-size:0.8em;
		color:gray;
		display:block;
		}
			
		.title:before{
		font-family:"FontAwesome";
		font-size:30px;
		}
		
		a{
		text-decoration:none;
		}
		
		.section2,.section3{
		width:90%;
		margin:5% 0%;
		margin-left:auto;
		margin-right:auto;
		}
		
		.section2 table,.section3 table{
		width:100%;
		}
		
		.section2 table td,.section3 table td{
		width:50%;
		}
		
		.section2 table td img,.section3 table td img{
		width:80%;
		height:70%;
		margin-left:auto;
		margin-right:auto;
		box-shadow:0px 6px 16px -6px rgba(1,1,1,0.5);
		}
		
		.section3 table td img{
		float:right;
		}
		
		
		@media (max-width:720px){
		.section2 table td, .section3 table td{
		width:100%;
		display:block;
		}
		.section3 table td img{
		float:none;
		margin-top:4%;
		}
		.section2 table td img,.section3 table td img{
		width:100%;
		height:60%;
		}
		}

@media (max-width:300px){
  .section2,.section3{
    font-size:12px;
  }
  .section3 table td img{
		float:none;
		margin-top:8%;
		}
}

@import url(//cdn.rawgit.com/rtaibah/dubai-font-cdn/master/dubai-font.css);


.testim {
  width: 100%;
  position: relative;
  background: #181717;
}

.testim .wrap {
    position: relative;
    width: 100%;
    max-width: 1200px;
    padding: 40px 20px;
    margin: auto;
}

.testim .arrow {
    display: block;
    position: absolute;
    color: #00abff;
    cursor: pointer;
    font-size: 2em;
    top: 50%;
    -webkit-transform: translateY(-50%);
		-ms-transform: translateY(-50%);
		-moz-transform: translateY(-50%);
		-o-transform: translateY(-50%);
		transform: translateY(-50%);
    -webkit-transition: all .3s ease-in-out;    
    -ms-transition: all .3s ease-in-out;    
    -moz-transition: all .3s ease-in-out;    
    -o-transition: all .3s ease-in-out;    
    transition: all .3s ease-in-out;
    padding: 5px;
    z-index: 22222222;
}

.testim .arrow:before {
		cursor: pointer;
}

.testim .arrow:hover {
    color: #525252;
}
    

.testim .arrow.left {
    left: 10px;
}

.testim .arrow.right {
    right: 10px;
}

.testim .dots {
    text-align: center;
    position: absolute;
    width: 100%;
    bottom: 60px;
    left: 0;
    display: block;
    z-index: 3333;
		height: 12px;
}

.testim .dots .dot {
    list-style-type: none;
    display: inline-block;
    width: 12px;
    height: 12px;
    border-radius: 50%;
    border: 1px solid #eee;
    margin: 0 10px;
    cursor: pointer;
    -webkit-transition: all .5s ease-in-out;    
    -ms-transition: all .5s ease-in-out;    
    -moz-transition: all .5s ease-in-out;    
    -o-transition: all .5s ease-in-out;    
    transition: all .5s ease-in-out;
		position: relative;
}

.testim .dots .dot.active,
.testim .dots .dot:hover {
    background: #00abff;
    border-color: #00abff;
}

.testim .dots .dot.active {
    -webkit-animation: testim-scale .5s ease-in-out forwards;   
    -moz-animation: testim-scale .5s ease-in-out forwards;   
    -ms-animation: testim-scale .5s ease-in-out forwards;   
    -o-animation: testim-scale .5s ease-in-out forwards;   
    animation: testim-scale .5s ease-in-out forwards;   
}
    
.testim .cont {
    position: relative;
		overflow: hidden;
}

.testim .cont > div {
    text-align: center;
    position: absolute;
    top: 0;
    left: 0;
    padding: 0 0 70px 0;
    opacity: 0;
}

.testim .cont > div.inactive {
    opacity: 1;
}
    

.testim .cont > div.active {
    position: relative;
    opacity: 1;
}
    

.testim .cont div .img img {
    display: block;
    width: 150px;
    height: 150px;
    margin: auto;
    border-radius: 50%;
}

.testim .cont div h2 {
    color: white;
    font-size: 2em;
    margin: 15px 0;
}

.testim .cont div p {
    font-size: 1.15em;
    color: gray;
    width: 80%;
    margin: auto;
}

.testim .cont div.active .img img {
    -webkit-animation: testim-show .5s ease-in-out forwards;            
    -moz-animation: testim-show .5s ease-in-out forwards;            
    -ms-animation: testim-show .5s ease-in-out forwards;            
    -o-animation: testim-show .5s ease-in-out forwards;            
    animation: testim-show .5s ease-in-out forwards;            
}

.testim .cont div.active h2 {
    -webkit-animation: testim-content-in .4s ease-in-out forwards;    
    -moz-animation: testim-content-in .4s ease-in-out forwards;    
    -ms-animation: testim-content-in .4s ease-in-out forwards;    
    -o-animation: testim-content-in .4s ease-in-out forwards;    
    animation: testim-content-in .4s ease-in-out forwards;    
}

.testim .cont div.active p {
    -webkit-animation: testim-content-in .5s ease-in-out forwards;    
    -moz-animation: testim-content-in .5s ease-in-out forwards;    
    -ms-animation: testim-content-in .5s ease-in-out forwards;    
    -o-animation: testim-content-in .5s ease-in-out forwards;    
    animation: testim-content-in .5s ease-in-out forwards;    
}

.testim .cont div.inactive .img img {
    -webkit-animation: testim-hide .5s ease-in-out forwards;            
    -moz-animation: testim-hide .5s ease-in-out forwards;            
    -ms-animation: testim-hide .5s ease-in-out forwards;            
    -o-animation: testim-hide .5s ease-in-out forwards;            
    animation: testim-hide .5s ease-in-out forwards;            
}

.testim .cont div.inactive h2 {
    -webkit-animation: testim-content-out .4s ease-in-out forwards;        
    -moz-animation: testim-content-out .4s ease-in-out forwards;        
    -ms-animation: testim-content-out .4s ease-in-out forwards;        
    -o-animation: testim-content-out .4s ease-in-out forwards;        
    animation: testim-content-out .4s ease-in-out forwards;        
}

.testim .cont div.inactive p {
    -webkit-animation: testim-content-out .5s ease-in-out forwards;    
    -moz-animation: testim-content-out .5s ease-in-out forwards;    
    -ms-animation: testim-content-out .5s ease-in-out forwards;    
    -o-animation: testim-content-out .5s ease-in-out forwards;    
    animation: testim-content-out .5s ease-in-out forwards;    
}

@-webkit-keyframes testim-scale {
    0% {
        -webkit-box-shadow: 0px 0px 0px 0px #eee;
        box-shadow: 0px 0px 0px 0px #eee;
    }

    35% {
        -webkit-box-shadow: 0px 0px 10px 5px #eee;        
        box-shadow: 0px 0px 10px 5px #eee;        
    }

    70% {
        -webkit-box-shadow: 0px 0px 10px 5px #00abff;        
        box-shadow: 0px 0px 10px 5px #00abff;        
    }

    100% {
        -webkit-box-shadow: 0px 0px 0px 0px #00abff;        
        box-shadow: 0px 0px 0px 0px #00abff;        
    }
}

@-moz-keyframes testim-scale {
    0% {
        -moz-box-shadow: 0px 0px 0px 0px #eee;
        box-shadow: 0px 0px 0px 0px #eee;
    }

    35% {
        -moz-box-shadow: 0px 0px 10px 5px #eee;        
        box-shadow: 0px 0px 10px 5px #eee;        
    }

    70% {
        -moz-box-shadow: 0px 0px 10px 5px #00abff;        
        box-shadow: 0px 0px 10px 5px #00abff;        
    }

    100% {
        -moz-box-shadow: 0px 0px 0px 0px #00abff;        
        box-shadow: 0px 0px 0px 0px #00abff;        
    }
}

@-ms-keyframes testim-scale {
    0% {
        -ms-box-shadow: 0px 0px 0px 0px #eee;
        box-shadow: 0px 0px 0px 0px #eee;
    }

    35% {
        -ms-box-shadow: 0px 0px 10px 5px #eee;        
        box-shadow: 0px 0px 10px 5px #eee;        
    }

    70% {
        -ms-box-shadow: 0px 0px 10px 5px #00abff;        
        box-shadow: 0px 0px 10px 5px #00abff;        
    }

    100% {
        -ms-box-shadow: 0px 0px 0px 0px #00abff;        
        box-shadow: 0px 0px 0px 0px #00abff;        
    }
}

@-o-keyframes testim-scale {
    0% {
        -o-box-shadow: 0px 0px 0px 0px #eee;
        box-shadow: 0px 0px 0px 0px #eee;
    }

    35% {
        -o-box-shadow: 0px 0px 10px 5px #eee;        
        box-shadow: 0px 0px 10px 5px #eee;        
    }

    70% {
        -o-box-shadow: 0px 0px 10px 5px #00abff;        
        box-shadow: 0px 0px 10px 5px #00abff;        
    }

    100% {
        -o-box-shadow: 0px 0px 0px 0px #00abff;        
        box-shadow: 0px 0px 0px 0px #00abff;        
    }
}

@keyframes testim-scale {
    0% {
        box-shadow: 0px 0px 0px 0px #eee;
    }

    35% {
        box-shadow: 0px 0px 10px 5px #eee;        
    }

    70% {
        box-shadow: 0px 0px 10px 5px #00abff;        
    }

    100% {
        box-shadow: 0px 0px 0px 0px #00abff;        
    }
}

@-webkit-keyframes testim-content-in {
    from {
        opacity: 0;
        -webkit-transform: translateY(100%);
        transform: translateY(100%);
    }
    
    to {
        opacity: 1;
        -webkit-transform: translateY(0);        
        transform: translateY(0);        
    }
}

@-moz-keyframes testim-content-in {
    from {
        opacity: 0;
        -moz-transform: translateY(100%);
        transform: translateY(100%);
    }
    
    to {
        opacity: 1;
        -moz-transform: translateY(0);        
        transform: translateY(0);        
    }
}

@-ms-keyframes testim-content-in {
    from {
        opacity: 0;
        -ms-transform: translateY(100%);
        transform: translateY(100%);
    }
    
    to {
        opacity: 1;
        -ms-transform: translateY(0);        
        transform: translateY(0);        
    }
}

@-o-keyframes testim-content-in {
    from {
        opacity: 0;
        -o-transform: translateY(100%);
        transform: translateY(100%);
    }
    
    to {
        opacity: 1;
        -o-transform: translateY(0);        
        transform: translateY(0);        
    }
}

@keyframes testim-content-in {
    from {
        opacity: 0;
        transform: translateY(100%);
    }
    
    to {
        opacity: 1;
        transform: translateY(0);        
    }
}

@-webkit-keyframes testim-content-out {
    from {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
    
    to {
        opacity: 0;
        -webkit-transform: translateY(-100%);        
        transform: translateY(-100%);        
    }
}

@-moz-keyframes testim-content-out {
    from {
        opacity: 1;
        -moz-transform: translateY(0);
        transform: translateY(0);
    }
    
    to {
        opacity: 0;
        -moz-transform: translateY(-100%);        
        transform: translateY(-100%);        
    }
}

@-ms-keyframes testim-content-out {
    from {
        opacity: 1;
        -ms-transform: translateY(0);
        transform: translateY(0);
    }
    
    to {
        opacity: 0;
        -ms-transform: translateY(-100%);        
        transform: translateY(-100%);        
    }
}

@-o-keyframes testim-content-out {
    from {
        opacity: 1;
        -o-transform: translateY(0);
        transform: translateY(0);
    }
    
    to {
        opacity: 0;
        transform: translateY(-100%);        
        transform: translateY(-100%);        
    }
}

@keyframes testim-content-out {
    from {
        opacity: 1;
        transform: translateY(0);
    }
    
    to {
        opacity: 0;
        transform: translateY(-100%);        
    }
}

@-webkit-keyframes testim-show {
    from {
        opacity: 0;
        -webkit-transform: scale(0);
        transform: scale(0);
    }
    
    to {
        opacity: 1;
        -webkit-transform: scale(1);       
        transform: scale(1);       
    }
}

@-moz-keyframes testim-show {
    from {
        opacity: 0;
        -moz-transform: scale(0);
        transform: scale(0);
    }
    
    to {
        opacity: 1;
        -moz-transform: scale(1);       
        transform: scale(1);       
    }
}

@-ms-keyframes testim-show {
    from {
        opacity: 0;
        -ms-transform: scale(0);
        transform: scale(0);
    }
    
    to {
        opacity: 1;
        -ms-transform: scale(1);       
        transform: scale(1);       
    }
}

@-o-keyframes testim-show {
    from {
        opacity: 0;
        -o-transform: scale(0);
        transform: scale(0);
    }
    
    to {
        opacity: 1;
        -o-transform: scale(1);       
        transform: scale(1);       
    }
}

@keyframes testim-show {
    from {
        opacity: 0;
        transform: scale(0);
    }
    
    to {
        opacity: 1;
        transform: scale(1);       
    }
}

@-webkit-keyframes testim-hide {
    from {
        opacity: 1;
        -webkit-transform: scale(1);       
        transform: scale(1);       
    }
    
    to {
        opacity: 0;
        -webkit-transform: scale(0);
        transform: scale(0);
    }
}

@-moz-keyframes testim-hide {
    from {
        opacity: 1;
        -moz-transform: scale(1);       
        transform: scale(1);       
    }
    
    to {
        opacity: 0;
        -moz-transform: scale(0);
        transform: scale(0);
    }
}

@-ms-keyframes testim-hide {
    from {
        opacity: 1;
        -ms-transform: scale(1);       
        transform: scale(1);       
    }
    
    to {
        opacity: 0;
        -ms-transform: scale(0);
        transform: scale(0);
    }
}

@-o-keyframes testim-hide {
    from {
        opacity: 1;
        -o-transform: scale(1);       
        transform: scale(1);       
    }
    
    to {
        opacity: 0;
        -o-transform: scale(0);
        transform: scale(0);
    }
}

@keyframes testim-hide {
    from {
        opacity: 1;
        transform: scale(1);       
    }
    
    to {
        opacity: 0;
        transform: scale(0);
    }
}



@media (max-width: 500px) {
	.testim .arrow {
		font-size: 1.5em;
	}
	
	.testim .cont div p {
		line-height: 25px;
	}
  .about-bg h1 {
    font-size: 2.5rem;
    font-family:montserrat;
    font-weight: 600;
    padding: 0.4rem 0;
    letter-spacing: 0px;
    word-spacing: 0rem;
  }
  .service-bg h1 {
    font-size: 2.5rem;
    font-family:montserrat;
    font-weight: 600;
    padding: 0.4rem 0;
    letter-spacing: 0px;
    word-spacing: 0rem;
  }

}


/* industries */
#product1{
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  height: 100%;
}

#product1 .hexagon::before{
  content: '';
  position: absolute;
  bottom: -70px;
  width: 100%;
  height: 60px;
  background: radial-gradient(rgba(0,0,0,0.16), transparent, transparent);
  border-radius: 50%;
  transition: 0.5s;
}

#product1 .hexagon:hover::before{
  opacity: 0.8;
  transform: scale(0.8);
}

#product1 .hexagon{
position: relative;
width: 200px;
height: 250px;
margin: 50px 25px 60px;
}

#product1 .hexagon .hexagon-shape{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #000;
  clip-path: polygon(0 25%, 50% 0, 100% 25%, 100% 75%, 50% 100%, 0 75%);
  transition: 0.5s;
}

#product1 .hexagon:hover .hexagon-shape{
  transform: translateY(-30px);
}

#product1 .hexagon .hexagon-shape img{
  position: absolute;
  top: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

#product1 .hexagon .hexagon-shape .content{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 20px;
  text-align: center;
  color: #fff;
  background: linear-gradient(45deg, #27a1e8, rgba(3,255,244,0.5));
  opacity: 0;
  transition: 0.5s;
}

#product1 .hexagon:hover .hexagon-shape .content{
  opacity: 1;
}

     
#cardheading{
  color: white;
  font-size: 2rem;
  font-family: ui-monospace;
  font-weight: 600;
  text-transform: uppercase;
}
#cardg{
  box-shadow: 5px 5px 25px 5px #a2a2a2;
}
#cardsub{
  color: white;
}

/* CAREERS */

#survey-container {
  margin: 0px auto;
  padding: 30px 20px;
  width: 100%;
  max-width: 840px;
  border-radius: calc(3 * 5px);
}

#title {
  margin: 30px 0;
  text-align: center;
  font-family: "Kumbh Sans", sans-serif;
  font-size: 50px;
  text-transform: capitalize;
  color: #212529;
}

#description {
  margin: 30px 0;
  padding: 5px;
  text-align: center;
  font-size: 22px;
  font-weight: bold;
  color:  #212529;
}

#survey-form {
  padding: 30px;
  padding-top: 20px;
  background:  #dcdcdd;
  opacity: 98%;
  border: none;
  border-radius: calc(2 * 5px);
}

#survey-form * {
  font-size: 16px;
}

.row-label,
.row-input {
  padding: 5px 10px;
  margin: 0;
  height:40px;
  width: 100%;
  display: block;
}

.row-label {
  color:  #212529;
  font-weight: 600;
}

.row-label:not(:first-child) {
  margin-top:20px;
}

.row-input:not(.small) {
  background: white;
  border: none;
  border-radius: 5px;
}

.inline-label {
  margin-left: 10px;
  font-size: 14px;
  color: var #212529;
}

.small {
  height: calc(var(--box-height) * 0.75);
}

#comments {
  padding: 10px;
  margin: 0;
  height: 120px;
  width: 100%;
  background: white;
  border: none;
  border-radius: 5px;
  resize: none;
}

#submit {
  margin-top: calc(2 *20px);
  height:40px;
  width: 100%;
  background: #659b5e;
  border: none;
  border-radius: 5px;
  color: white;
  font-weight: 600;
  cursor: pointer;
  text-transform: capitalize;
}

#submit:hover {
  box-shadow: 0 0 2px #212529;
}
 .bgcareers{
  margin: 40px 40px;
  padding: 0 10px;
  background-image: url("https://i.postimg.cc/BnhHF28S/nastuh-abootalebi-y-Wwob8kw-OCk-unsplash-modified.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-position: center center;
  border-radius: 20px;
 }