body {
  font-family: 'Roboto';
  font-weight: normal;
  background-color: white;
  overflow-x: hidden;
}

.header {
  width: 100%;
  height: auto;
  display: contents;
}

/*//////////////////////////////////////////////////////////// New NAVI Here /////////////////////////////////////////////////////////*/

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

a {
  text-decoration: none;
}

li {
  list-style: none;
}

.headerlogo {
  height: 55px;
  width: auto;
}

.headertext {
  font-family: 'Roboto';
  font-weight: 400;
  font-style: normal;
  font-display: swap;
  font-size: 12pt;
  line-height: 34pt;
  text-align: left;
}

/* NAVBAR STYLING STARTS */
.navbar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 20px;
  background: rgba(0, 0, 0, 0.8);
  color: #fff;
  z-index: 10;
  position: fixed;
  width: 100%;
}

/* The sticky class is added to the navbar with JS when it reaches its scroll position */
.sticky {
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 10;
}

/* Add some top padding to the page content to prevent sudden quick movement (as the navigation bar gets a new position at the top of the page (position:fixed and top:0) */
.sticky + .content {
  padding-top: 60px;
  z-index: 10;
}

.nav-links {
  margin-bottom: 0%;
}

.nav-links a {
  color: #fff;
  text-decoration: none;
}
.nav-links a:hover {
  color: #ff0000;
  opacity: 100;
}

/* LOGO */
.logo {
  font-size: 32px;
}

/* NAVBAR MENU */
.menu {
  display: flex;
  gap: 1em;
  font-size: 18px;
  z-index: 10;
}

.menu li:hover {
  background: rgba(0, 0, 0, 0.8);
  opacity: 0.5;
  border-radius: 5px;
  transition: 0.3s ease;
  text-decoration: none;
  color: #ec1c27;
}

.menu li {
  padding: 5px 14px;
}

/* DROPDOWN MENU */
.services {
  position: relative;
}

.dropdown {
  background-color: rgb(1, 139, 139);
  padding: 1em 0;
  position: absolute; /*WITH RESPECT TO PARENT*/
  display: none;
  border-radius: 8px;
  top: 35px;
}

.dropdown li + li {
  margin-top: 10px;
}

.dropdown li {
  padding: 0.5em 1em;
  width: 8em;
  text-align: center;
}

.dropdown li:hover {
  background-color: #4c9e9e;
  text-decoration: none;
}

.services:hover .dropdown {
  display: block;
}

/* RESPONSIVE NAVBAR MENU STARTS */

/* CHECKBOX HACK */

input[type='checkbox'] {
  display: none;
}

/* HAMBURGER MENU */
.hamburger {
  display: none;
  font-size: 24px;
  user-select: none;
}

/* APPLYING MEDIA QUERIES */
@media (max-width: 768px) {
  .menu {
    display: none;
    position: absolute;
    background: rgba(0, 0, 0, 0.8);
    right: 0;
    left: 0;
    text-align: left;
    padding: 16px 0;
    top: 88px;
  }

  .menu li:hover {
    display: inline-block;
    background: rgba(0, 0, 0, 0.8);
    transition: 0.3s ease;
    text-decoration: none;
    color: #ec1c27;
  }

  .menu li + li {
    margin-top: 12px;
  }

  input[type='checkbox']:checked ~ .menu {
    display: block;
  }

  .hamburger {
    display: block;
  }

  .dropdown {
    left: 50%;
    top: 30px;
    transform: translateX(35%);
  }

  .dropdown li:hover {
    background-color: #4c9e9e;
    color: #ec1c27;
  }
}

/*//////////////////////////////////////////////////////////// Start Here /////////////////////////////////////////////////////////*/

.blackimg {
  display: flex;
  width: -webkit-fill-available;
}

.sticky {
  position: fixed;
  top: 0;
  left: 0%;
  z-index: 10;
}

.home {
  width: 50px;
  overflow: hidden;
  display: inline-block;
  color: white;
  padding-top: 2%;
  position: fixed;
  top: 0;
  left: 5%;
  z-index: 1;
}
/*///////////////////////////////////////////////////////////// Home CSS START ////////////////////////////////////////////////////////////////*/

.bg-img {
  max-width: 100%;
  height: auto;
}

.textbg {
  position: absolute;
  top: 50%;
  left: 50%;
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  text-align: center;
  padding-top: 5%;
}

.bglogo {
  font-family: 'Roboto';
  font-weight: 500;
  font-style: normal;
  font-display: swap;
  font-size: 36pt;
  text-align: center;
  color: white;
}

.bgtitle {
  font-family: 'Roboto';
  font-weight: 500;
  font-style: normal;
  font-display: swap;
  font-size: 24pt;
  text-align: center;
  color: white;
}

.bgbody {
  font-family: 'Roboto';
  font-weight: 300;
  font-style: normal;
  font-display: swap;
  font-size: 14pt;
  text-align: center;
  color: white;
  padding-bottom: 2%;
}

.button-bg {
  font-weight: 500;
  font-style: normal;
  font-display: swap;
  font-size: 12pt;
  text-align: center;
  background-color: #ec1c27;
  color: #ffffff;
  border-radius: 30px;
  border: none;
  cursor: pointer;
  outline: inherit;
  padding-top: 1%;
  padding-bottom: 1%;
  padding-left: 4%;
  padding-right: 4%;
}

.img-01 {
  width: 100%;
  height: auto;
}

.bg-001 {
  display: none;
}

.img-02 {
  width: 100%;
  height: auto;
  margin: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  padding: 40%;
}

.top {
  width: 60px;
  height: auto;
}

.btm {
  width: 60px;
  height: auto;
}

#square-01 {
  text-align: center;
  padding: 60px;
}

#topboxtext {
  padding-top: 1%;
  margin-bottom: -0.4%;
  font-family: 'Roboto';
  font-weight: 500;
  font-style: normal;
  font-display: swap;
  font-size: 24pt;
  text-align: center;
}

#btmboxtext {
  font-family: 'Roboto';
  font-weight: 100;
  font-style: normal;
  font-display: swap;
  font-size: 12pt;
  text-align: center;
}

.texttitle {
  font-family: 'Roboto';
  font-weight: 500;
  font-style: normal;
  font-display: swap;
  font-size: 24pt;
  text-align: left;
  padding-top: 15%;
}

#row1 {
  padding-bottom: 5%;
}

#section1left {
  background-image: url(image/img-04.svg);
  height: inherit;
  background-size: cover;
  text-align: left;
}

.flip-card {
  background-color: transparent;
  width: 300px;
  height: 300px;
  perspective: 1000px;
  margin: auto;
}

.flip-card-inner {
  position: relative;
  width: 100%;
  height: 100%;
  text-align: center;
  transition: transform 0.6s;
  transform-style: preserve-3d;
}

.flip-card:hover .flip-card-inner {
  transform: rotateY(180deg);
}

.flip-card-front,
.flip-card-back {
  position: absolute;
  width: 100%;
  height: 100%;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.flip-card-front {
  background-color: transparent;
  color: transparent;
}

.flip-card-back {
  background-image: url(image/flip-card-bg.svg);
  transform: rotateY(180deg);
}

#flipcardrow {
  text-align: center;
  margin-bottom: 5%;
}

.flipcardtitle {
  font-family: 'Roboto';
  font-weight: bold;
  font-style: normal;
  font-display: swap;
  text-align: center;
  font-size: 14pt;
  padding-left: 5%;
  padding-right: 5%;
  padding-top: 25%;
}

.flip-image {
  width: 100%;
  height: 100%;
}

.flipcardbody {
  font-weight: 300;
  font-style: normal;
  font-display: swap;
  font-size: 12pt;
  text-align: center;
  padding-left: 5%;
  padding-right: 5%;
}

.button-flip {
  font-weight: 500;
  font-style: normal;
  font-display: swap;
  font-size: 12pt;
  text-align: center;
  background-color: #ec1c27;
  color: #ffffff;
  border-radius: 30px;
  border: none;
  cursor: pointer;
  outline: inherit;
  padding-top: 2%;
  padding-bottom: 2%;
  padding-left: 6%;
  padding-right: 6%;
}

.bodytext {
  font-family: 'Roboto';
  font-weight: 300;
  font-style: normal;
  font-display: swap;
  font-size: 12pt;
  line-height: 32px;
  text-align: left;
}

#section2right {
  background-image: url(image/img-04.svg);
  height: inherit;
  background-size: cover;
}

.img03 {
  width: 100%;
  height: auto;
}

.img05 {
  width: 100%;
  height: auto;
}

#row2 {
  padding-top: 10%;
  display: inline-flex;
}

li {
  font-family: 'Roboto';
  font-weight: 100;
  font-style: normal;
  font-display: swap;
  font-size: 12pt;
  line-height: 34pt;
  text-align: left;
}

.blackleft {
  width: 100%;
  background-color: black;
  height: inherit;
  background-size: contain;
  text-align: center;
  padding: 6%;
}
.listtitle {
  font-family: 'Roboto';
  font-weight: 500;
  font-style: normal;
  font-display: swap;
  font-size: 28pt;
  line-height: 34pt;
  text-align: center;
  color: #ffffff;
}

.lefttitle {
  font-family: 'Roboto';
  font-weight: 500;
  font-style: normal;
  font-display: swap;
  font-size: 24pt;
  line-height: 34pt;
  text-align: center;
  color: white;
}

.leftlist {
  font-family: 'Roboto';
  font-weight: 300;
  font-style: normal;
  font-display: swap;
  font-size: 14pt;
  line-height: 34pt;
  text-align: center;
  color: white;
}

.blackright {
  background-image: url(image/img-07.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  display: inline-block;
}

#row2 {
  padding: 2%;
  text-align: center;
}

.img-08 {
  width: 45px;
  height: auto;
}

.boxtitle {
  font-family: 'Roboto';
  font-weight: 500;
  font-style: normal;
  font-display: swap;
  font-size: 24pt;
  text-align: center;
  line-height: 32px;
}

.boxbody {
  font-family: 'Roboto';
  font-weight: 100;
  font-style: normal;
  font-display: swap;
  font-size: 16pt;
  text-align: center;
  line-height: 32px;
}

.secondbox {
  text-align: center;
  padding: 3%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.section3title {
  font-family: 'Roboto';
  font-weight: 500;
  font-style: normal;
  font-display: swap;
  font-size: 24pt;
  text-align: left;
  padding-top: 10%;
}

.section3body {
  font-family: 'Roboto';
  font-weight: 100;
  font-style: normal;
  font-display: swap;
  font-size: 12pt;
  line-height: 28pt;
  text-align: left;
}

.section3 {
  width: 100%;
  text-align: center;
  display: inline-block;
}

.section3box {
  padding-top: 5%;
}

.list3 {
  font-family: 'Roboto';
  font-weight: 100;
  font-style: normal;
  font-display: swap;
  font-size: 12pt;
  line-height: 28pt;
  text-align: left;
}

.footerrow {
  margin-top: 5%;
}

.footerpad {
  padding: 1%;
  padding-top: 5%;
  padding-bottom: 5%;
}

.linktext {
  font-family: 'Roboto';
  font-weight: 100;
  font-style: italic;
  font-display: swap;
  font-size: 12pt;
  line-height: 18pt;
  text-align: left;
  color: white;
  padding-left: 2%;
}

.rowclient {
  justify-content: center;
  align-items: center;
  margin-top: 2%;
}

.partnerlogo {
  width: 10%;
  margin-left: 1%;
  margin-right: 1%;
}

.container02 {
  justify-content: center;
  align-items: center;
}

.clienttitle {
  font-family: 'Roboto';
  font-weight: 500;
  font-style: normal;
  font-display: swap;
  font-size: 24pt;
  line-height: 36px;
  text-align: center;
}

footer {
  background-image: url(image/footerbg.svg);
}

.footerright {
  text-align: right;
}

.footerlogo {
  width: 30%;
}

.footertext {
  font-family: 'Roboto';
  font-weight: 300;
  font-display: swap;
  font-size: 12pt;
  line-height: 18pt;
  text-align: left;
  color: white;
}

.footerdes {
  font-family: 'Roboto';
  font-weight: 300;
  font-display: swap;
  font-size: 12pt;
  line-height: 24pt;
  text-align: left;
  color: white;
  padding-top: 6%;
}
/*/ //////////////////////////////////////////////////////////// ABOUT US CSS START ////////////////////////////////////////////////////////////////*/
.page {
  display: inline-block;
}

.talktous {
  font-family: 'Roboto';
  font-weight: 500;
  font-display: swap;
  font-size: 12pt;
  color: red;
}

#section1ab {
  height: inherit;
  background-size: cover;
  text-align: left;
}

.texttitleab {
  text-align: left;
  font-family: 'Roboto';
  font-weight: 500;
  font-style: normal;
  font-display: swap;
  font-size: 24pt;
  text-align: left;
  padding-top: 10%;
}

.texttitleab2 {
  text-align: left;
  font-family: 'Roboto';
  font-weight: 500;
  font-style: normal;
  font-display: swap;
  font-size: 24pt;
  text-align: left;
  padding-top: 5%;
}

#row1ab {
  padding-top: 5%;
}

.col3row1 {
  padding-bottom: 5%;
}

.chbox {
  text-align: center;
  padding-top: 3%;
  padding-bottom: 3%;
}

.chtitle {
  font-family: 'Roboto';
  font-weight: 500;
  font-display: swap;
  font-size: 24pt;
  text-align: center;
}

.chbody {
  font-family: 'Roboto';
  font-weight: 300;
  font-display: swap;
  font-size: 12pt;
  line-height: 24pt;
  text-align: center;
}

.blacktext {
  font-family: 'Roboto';
  font-weight: 500;
  font-display: swap;
  font-size: 32pt;
  text-align: center;
  color: white;
  position: absolute;
  top: 50%;
  left: 50%;
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 100%;
}

#btmboxtext2 {
  padding-top: 2%;
  font-family: 'Roboto';
  font-weight: 100;
  font-style: normal;
  font-display: swap;
  font-size: 12pt;
  text-align: center;
  line-height: 24px;
}
.abuimg {
  width: 98%;
}

.abusct1 {
  font-family: 'Roboto';
  font-weight: 500;
  font-style: normal;
  font-display: swap;
  font-size: 18pt;
  line-height: 36px;
  padding-top: 2%;
}

.abuscbody1 {
  font-family: 'Roboto';
  font-weight: 300;
  font-style: normal;
  font-display: swap;
  font-size: 12pt;
  line-height: 32px;
}

.linesc {
  background-image: url(image/linebg.svg);
  text-align: center;
}

.linetext {
  padding: 20%;
}

.linescbg {
  margin-top: 3%;
}

.landingimg04 {
  display: none;
}

/*///////////////////////////////////////////////////////////// OUR SERVICE CSS START ////////////////////////////////////////////////////////////////*/
.tabsliderbox {
  text-align: center;
  background-image: url(image/tabbg.svg);
  background-color: rgba(0, 0, 0, 0.03);
}

.mansection {
  align-items: center;
}

.manimage {
  width: 570px;
  padding-bottom: 5%;
}

.w3-black,
.w3-hover-black:hover {
  background-color: transparent;
  padding-top: 2%;
}

#sliderbutton:hover {
  background-color: rgba(0, 0, 0, 0.1);
}

#sliderbutton:focus {
  background-color: #ec1c27;
  color: white;
  border-color: none;
  outline-color: none;
  outline-style: none;
}

.w3-bar .w3-bar-item {
  background-color: transparent;
  border: 2px solid #ec1c27;
  color: #ec1c27;
  padding: 1%;
  margin: 1%;
  border-radius: 30px;
}

.tabtitle01 {
  font-family: 'Roboto';
  font-weight: 400;
  font-style: normal;
  font-display: swap;
  font-size: 12pt;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  line-height: 24pt;
  width: 60%;
  padding-top: 1%;
  padding-bottom: 1%;
}

.slider {
  height: 400px;
  margin: auto;
  position: relative;
  width: 90%;
  display: grid;
  place-items: centre;
  overflow: hidden;
}

@keyframes scroll {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(calc(-250px * 9));
  }
}

.slide-track {
  display: flex;
  width: calc(600px * 18);
  animation: scroll 30s linear infinite;
}

.slide {
  height: 400px;
  width: 600px;
  display: flex;
  align-items: center;
  padding: 15px;
  perspective: 100px;
}

.imgslider {
  width: 100%;
  transition: transform 1s;
}

.imgslider:hover {
  transform: translateZ(10px);
  animation-play-state: paused;
}

.slider::before,
.slider::after {
  background: linear-gradient(
    to right,
    rgba(255, 255, 255, 0) 0%,
    rgba(255, 255, 255, 0) 100%
  );
  content: '';
  height: 100%;
  position: absolute;
  width: 15%;
  z-index: 2;
}

.slider::before {
  left: 0;
  top: 0;
}

.slider::after {
  right: 0;
  top: 0;
  transform: rotateZ(180deg);
}

/*/ //////////////////////////////////////////////////////////// Contact Us CSS START ////////////////////////////////////////////////////////////////*/

.contactfull {
  padding: 3%;
}

.contactbox {
  padding-top: 5%;
}

.contactlefttitle {
  font-family: 'Roboto';
  font-weight: 500;
  font-style: normal;
  font-display: swap;
  font-size: 18pt;
  text-align: left;
  padding-top: 2%;
}

.contactleftbody {
  font-family: 'Roboto';
  font-weight: 300;
  font-style: normal;
  font-display: swap;
  font-size: 14pt;
  text-align: left;
  line-height: 24pt;
  padding-top: 1%;
}

.contactright {
  background-image: url(image/tabbg.svg);
}

form {
  margin-left: 2%;
  margin-right: 2%;
  padding: 1%;
}

input {
  width: 100%;
  padding: 1%;
  border-radius: 5px;
}

.formtitle {
  padding-top: 2%;
  font-family: 'Roboto';
  font-weight: 400;
  font-style: normal;
  font-display: swap;
  font-size: 14pt;
  text-align: left;
  line-height: 24pt;
}

.formbutton {
  font-weight: 500;
  font-style: normal;
  font-display: swap;
  font-size: 12pt;
  text-align: center;
  background-color: #ec1c27;
  color: #ffffff;
  border-radius: 30px;
  border: none;
  cursor: pointer;
  outline: inherit;
  padding-top: 1%;
  padding-bottom: 1%;
  padding-left: 4%;
  padding-right: 4%;
  width: auto;
}

/*///////////////////////////////////////////////////////////// TABLET FOOTER CSS START ////////////////////////////////////////////////////////////////*/
@media only screen and (max-width: 1439px) and (min-width: 1024px) {
  .textbg {
    padding-top: 9%;
  }
}

@media only screen and (max-width: 1000px) and (min-width: 991px) {
  .flip-card-back {
    margin: auto;
    width: 62%;
    position: relative;
  }
}

@media only screen and (max-width: 991px) and (min-width: 770px) {
  .flip-card-back {
    margin: auto;
    width: 46%;
    position: relative;
  }

  .blackimg {
    width: auto;
  }
}

@media only screen and (max-width: 769px) and (min-width: 577px) {
  .blackimg {
    width: auto;
  }
}

@media only screen and (max-width: 578px) and (min-width: 426px) {
  .flip-card-back {
    margin: auto;
    width: 100%;
    position: relative;
  }

  .chbox {
    padding-left: 0%;
    padding-top: 10%;
  }

  .headerlogo {
    height: 44px;
    width: auto;
  }

  .chbody {
    text-align: left;
  }

  .chtitle {
    text-align: left;
  }

  .manimage {
    width: 100%;
  }
}

@media only screen and (max-width: 991px) and (min-width: 425px) {
  .textbg {
    height: auto;
    width: 80%;
    padding-top: 20%;
  }

  .img-01 {
    display: none;
  }

  .bg-001 {
    display: inline-block;
    width: 100%;
  }

  .bglogo {
    font-size: 24pt;
  }

  .bgtitle {
    font-size: 14pt;
  }

  .bgbody {
    font-size: 10pt;
  }

  .flip-image {
    height: 100%!;
    width: auto!;
  }

  #square-01 {
    padding: 10%;
  }

  .topboxtext {
    font-size: 14pt;
  }

  .texttitle {
    font-size: 16pt;
  }

  .bodytext {
    font-size: 12pt;
    line-height: 24pt;
  }

  .btmboxtext {
    font-size: 10pt;
  }

  .flipcardtitle {
    padding-top: 20%;
    font-size: 14pt;
  }

  .flipcardbody {
    font-size: 12pt;
  }

  .lefttitle {
    font-size: 16pt;
  }

  .leftlist {
    font-size: 12pt;
    line-height: 24pt;
  }

  .clienttitle {
    font-size: 16pt;
  }

  .partnerlogo {
    width: 20%;
  }

  .tabtitle01 {
    width: 90%;
  }

  .bglogo {
    font-size: 32pt;
  }

  .bgbody {
    font-size: 14pt;
  }
}
/*/ ////////////////////////////////////////////////////////////MOBILE CSS START ////////////////////////////////////////////////////////////////*/

@media only screen and (max-width: 425px) and (min-width: 320px) {
  .img-01 {
    display: none;
  }

  .chbox {
    padding-left: 0%;
    padding-top: 10%;
  }

  .manimage {
    width: 100%;
  }

  .footerpad {
    padding-top: 10%;
    padding-bottom: 10%;
  }

  .chbody {
    text-align: left;
  }

  .chtitle {
    text-align: left;
  }

  .headerlogo {
    height: 44px;
    width: auto;
  }

  .bg-001 {
    display: inline-block;
    width: 100%;
  }

  .contactmap {
    width: 334px;
  }

  .bglogo {
    font-size: 16pt;
  }
  .textbg {
    width: 80%;
    padding-top: 20%;
  }

  .tabtitle01 {
    width: 100%;
  }

  .bgtitle {
    font-size: 12pt;
  }

  .bgbody {
    font-size: 14px;
  }

  .button-bg {
    font-size: 10pt;
    padding-top: 1.5%;
    padding-bottom: 1.5%;
    padding-left: 3%;
    padding-right: 3%;
  }

  .top {
    width: 30px;
    height: auto;
  }

  .btm {
    width: 30px;
    height: auto;
  }

  #square-01 {
    text-align: center;
    padding: 20px;
  }

  #topboxtext {
    font-size: 14pt;
  }

  #btmboxtext {
    font-size: 10pt;
  }

  .texttitle {
    font-size: 16pt;
    text-align: left;
    padding-top: 6%;
    padding-left: 4%;
  }

  .bodytext {
    font-size: 12pt;
    line-height: 32px;
    text-align: left;
    padding-left: 4%;
  }

  .landingimg03 {
    display: contents;
  }

  #flipcardrow {
    padding: 0%;
    position: relative;
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    left: 50%;
    display: contents;
  }

  .lefttitle {
    font-size: 14pt;
  }

  .leftlist {
    font-size: 12pt;
    line-height: 24pt;
  }

  .clienttitle {
    font-size: 14pt;
  }

  .partnerlogo {
    width: 30%;
    height: auto;
  }

  .blacktext {
    font-size: 18pt;
  }

  .blackimg {
    width: auto;
  }

  .landingimg04 {
    display: contents;
  }

  .landingimg03 {
    display: none;
  }

  .bodytext {
    padding-left: 0%;
  }

  .texttitleab2 {
    font-size: 18pt;
    padding-top: 0%;
  }

  .texttitleab {
    font-size: 18pt;
    padding-top: 5%;
  }

  form {
    margin-left: 0%;
    margin-right: 0%;
    padding: 0%;
  }
}

@media screen and (max-height: 450px) {
  .overlay a {
    font-size: 20px;
  }

  .overlay .closebtn {
    font-size: 40px;
    top: 15px;
    right: 35px;
  }
}
