@font-face {
  font-family: Universal;
  src: url('../fonts/Universal.ttf');
}

* {
  padding: 0px;
  margin: 0px;

}
html
{
     scroll-behavior: smooth;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: 'Universal';
  font-weight: 700;
  color: #63b4f3;
}

body {
  overflow-x: hidden;
  margin: 0;
  padding: 0;
  font-family: Arial, Helvetica, sans-serif;
  background-color: #f9eef2;
  scroll-behavior: smooth;
  overflow-x: hidden;
}

.navmenu {
  width: 100%;
  /* background-color: #d7d7d7; */
  float: left;
  background: rgb(149, 5, 30);
  background: linear-gradient(90deg, rgba(149, 5, 30, 1) 30%, rgba(21, 87, 171, 1) 70%);

}

.navmenu ul li {
  list-style: none;

  display: inline-block;

}

.navmenu ul li a {
  display: block;
  text-decoration: none;
  padding: 20px;
  color: rgb(255, 255, 255);
  font-size: 18px;
  font-family: helvetica;
}

.navmenu ul li a:hover {
  background-color: #fbb614;
  color: black;
  transition: background 0.3s linear;
}

.navmenu ul li ul.megamenu2 {
  width: inherit;
  z-index: 99;
  background-color: #fbb614;
  position: absolute;
  display: none;
  width: 100%;
  left: 0;
}

ul {
  margin-bottom: 0px;
  padding: 0px;
}

.navmenu ul li:hover ul.megamenu2 {
  display: block;

}

.navmenu ul li:hover ul.megamenu2 li {
  width: 20%;
  margin: 20px;
  float: left;
  text-align: center;

}

.navmenu ul li:hover ul.megamenu2 li a {
  padding: 10px;
  color: black;

}

.navmenu ul li:hover ul.megamenu2 li a:hover {
  background-color: black;
  color: white;
}

.navmenu ul li:hover ul.megamenu2 li h1 {
  padding: 10px 0px;
  font-size: 18px;
  color: black;
  text-align: center;
  border-bottom: 1px solid black;

}

.navmenu ul li :hover ul.megamenu2 p {
  color: red;
  margin: 5px;
  padding: 5px;
}

.navbar-header1 {
  width: 50%;
  display: block;
}

.navbar-header1 img {
  width: 30%;
  display: block;
}

.nav1 .navbar-nav1 {
  width: 45%;
}

.mnu {
  display: flex;
  width: 100%;
}

.lkns {
  width: 50%;
}

.navbar-brand1 {
  width: 100%;
  display: block;
}

.project-title {
  color: #ff686b;
  font-size: 50px;
  margin: 40px 0;
  text-align: center;
  text-transform: uppercase;
}

.slider {

  height: 610px;
  overflow: hidden;
  text-align: center;
  width: 100%;

  position: relative;
}

.arrow {
  background: black;
  border: none;
  border-radius: 10%;
  color: white;
  cursor: pointer;
  display: none;
  opacity: .4;
  padding: 10px;
  position: absolute;
  text-transform: uppercase;
  -webkit-transition: .2s;
  top: 50%;
  transition: .2s;
}

.arrow:hover {
  opacity: .8;
}

.arrow.next {
  right: 2%
}

.arrow.prev {
  left: 2%;
}

.slide {
  background-repeat: no-repeat;
  background-size: cover;
  color: #fff;
  height: auto;
  position: absolute;
  width: 100%;
  padding: 200px;
  overflow: hidden !important;
}

.slide-title {
  font-size: 40px;
  font-weight: bold;
  margin: 0 auto;
  padding: 15px 0;
  text-transform: uppercase;
}

.slide-desc {
  font-size: 20px;
  margin: 40px auto 0;
  width: 65%;
}

.slide-image,
.slide-image img {
  height: 100%;
  width: 100%;
  overflow: hidden;
  display: block;
}



.active {
  display: block;
}

.slide-nav {
  bottom: 30px;
  position: absolute;
  width: 100%;
}

.nav-item {
  background: #fff;
  border: 2px solid #ff686b;
  cursor: pointer;
  display: inline-block;
  margin-right: 20px;
  transition: background .4s;
}

.nav-item:last-of-type {
  margin-right: 0;
}

.nav-item:hover {
  transform: scale(1.3);
}

.item-active {
  background: #ff686b;
  transform: scale(1.3);
}

.dot {
  border-radius: 50%;
}

.dot,
.square {
  height: 15px;
  width: 15px;
}

.rectangle {
  height: 15px;
  width: 30px;
}

.abt_img {
  width: 100%;
  height: auto;
  display: block;
}

.pd_mg_def {
  margin: 100px 0px;
  width: 100%;
}

.abt_img img {
  width: 100%;
  height: auto;
  display: block;
}

.def_btn {
  background-color: #63b4f3;
  color: #fff;
  border: none;
  border-radius: 5px;
  padding: 10px 30px;
  margin-top: 10px;
}

.about_bx {
  width: 100%;
  display: block;
  text-align: center;

}

.abt_txt h5 {
  font-weight: 700;
}

.tr_tx {
  width: 100%;
  display: block;
  padding-top: 50px;
}

.ser_bgg {
  width: 100%;
  background-image: url("../images/ser_bg_img.jpg");
  background-repeat: no-repeat;
  background-attachment: fixed;
  height: auto;
  background-size: cover;
  transition: .5s;
  position: relative;
  color: #fff;
  padding: 50px 0px;
}

.ser_bgg::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  background-color: rgb(0, 0, 0, 0.8);
  height: 100%;
  width: 100%;
}

.ser_icn_tx {
  width: 100%;
  display: block;
  text-align: center;
  transition: 0.5s;
  margin: 10px;
  height: 100%;
  padding: 10px;
  cursor: pointer;
}

.ser_icn_tx:hover.ser_icn_tx img {
  transform: scale(1.1);
  transition: 0.5s;
}

.ser_icn_tx img {
  width: 30%;
  display: block;
  margin: auto;
  transition: 0.5s;
  text-align: center;
  margin-bottom: 8px;
}



footer {
  color: #fff;
  background-color: #000;
}





button:focus {
  -moz-box-shadow: none !important;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
  outline-width: 0;
}

li {
  margin-top: 8px;
  margin-bottom: 8px;
  cursor: pointer;
}

input::-webkit-input-placeholder {
  padding-left: 5px !important;
  transform: translate3d(0, -2px, 0)
}

input::placeholder {
  vertical-align: middle !important;
  text-align: center !important;
  color: #42443E !important;
  font-size: calc(12px + (14 - 12) * ((100vw - 360px) / (1600 - 360))) !important;
}

input {
  border-radius: 2px !important;
  background: #fff !important;
  color: #42443E !important;
  border-color: #42443E !important;


}

input:focus {
  -moz-box-shadow: none !important;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
  outline-width: 0;
}



.row-2 li:first-child {
  font-size: 18px !important;
  font-weight: bold;
  margin-bottom: 20px !important;
  text-transform: uppercase;
}



footer p {
  font-size: calc(10px + (12 - 10) * ((100vw - 360px) / (1600 - 360))) !important;
}

.social {
  position: relative;
  left: -10px;
}

.btn {
  background-color: #42443E !important;
}

.fa {
  background-color: #42443E !important;
  padding: calc(6px + (8 - 6) * ((100vw - 360px) / (1600 - 360))) !important;
  font-size: calc(14px + (15 - 14) * ((100vw - 360px) / (1600 - 360))) !important;
  width: calc(23px + (30 - 23) * ((100vw - 360px) / (1600 - 360))) !important;
  text-align: center;
  text-decoration: none;
  border-radius: 0px !important;
  margin: 5px 10px 5px 10px !important;
  cursor: pointer;
  color: #fff !important;

}

a {
  text-decoration: none !important;
}

.line {
  background-color: #ccc !important;
  width: 92%;
}

a span {
  font-size: calc(14px + (13 - 14) * ((100vw - 360px) / (1600 - 360))) !important;
}

.active-1 span:hover {
  color: white !important
}

.third-row {
  background-color: white !important;
  border-radius: 50px !important;
  padding: 0.8vh 2.7vh 0.8vh 2.7vh;
}

.third-row li {
  justify-content: space-between !important;
  border-radius: 50px;
  font-size: calc(9px + (12 - 9) * ((100vw - 360px) / (1600 - 360))) !important;

}

li.active-1 {
  padding: 1.7vh !important;

}

.active-1 {
  background-color: #42443E !important;
  font-size: 2vw !important;
  font-weight: bold;
}

.container {
  overflow: hidden;
}

.container .slider2 {
  animation: slidein 30s linear infinite;
  white-space: nowrap;
}

.container .slider2 .logos {
  width: 100%;
  display: inline-block;
  margin: 0px 0;
}

.container .slider2 .logos .fab {
  width: calc(100% / 5);
  animation: fade-in 0.5s cubic-bezier(0.455, 0.03, 0.515, 0.955) forwards;
}

@keyframes slidein {
  from {
    transform: translate3d(0, 0, 0);
  }

  to {
    transform: translate3d(-100%, 0, 0);
  }
}

@keyframes fade-in {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}


.form-box {
  max-width: 80%;
  margin: auto;
  padding: 50px;
  background: rgb(255, 255, 255);
  border: 2px solid #eee;
}



.form-box textarea {
 
  min-height: 200px;
  max-height: 200px;
}



input,
textarea {
  width: 100%;
}

.navbar {
  padding: 0px !important;
}

.banner_marketing {
  text-align: center;
  padding: 300px 0px;
  font-size: 18px;
  background-image: url("../images/banner.jpg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  height: auto;
  transition: .5s;
  position: relative;
  color: #fff;
  z-index: 1;

}

.banner_marketing::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  background-color: rgb(0, 0, 0, 0.5);
  height: 100%;
  width: 100%;
  z-index: -1;
}

.banner_marketing h1 {
  color: #fff;
}

.pd_mg_def table {
  width: 100%;
}

.pd_mg_def table img {
  width: 100%;
  margin: auto;
  display: block;
}

.pd_mg_def table tr td {
  text-align: center;
  font-size: 20px;
  padding: 35px 0px;
}

.btm_logo {
  width: 100%;
  display: block;
}

.btm_logo img {
  width: 20%;
  display: block;
  margin: auto;
  border-radius: 10px;
}

.btm_cntct a {
  color: #fff;
  text-align: center;
  margin-top: 20px;
  font-size: 22px;
}

.btm_cntct {
  color: #fff;
  text-align: center;
  padding: 20px;
}

.tr_im {
  width: 100%;
  display: block;
}

.tr_im img {
  width: 100%;
  display: block;
}

.logo_clients {
  text-align: center;
  justify-content: center;
  overflow: hidden;
}
.logo_clients p
{
    margin-top: 10px;
}
.logo_clients img {
  width: 98%;
  display: block;
  margin: auto;
  width: 200px;
  height: 200px;
  border-radius: 50%;
}




.standing-icon
 
  { padding: 5rem; display: flex; gap: 2rem; flex-wrap: wrap; justify-content: center; background-color: hsl(200 30% 80%) }
 

.standing-icon {
  width: 10rem;
  aspect-ratio: 1;
  --back-size: 1.5rem;
  --touch-shadow-height: 1rem;
  --front-shadow-offset: .25rem;
  margin-inline: var(--back-size);
  margin-bottom: calc(var(--back-size) + var(--touch-shadow-height));

  background-color: #F9FAF9;
  background-image: linear-gradient(to top right, transparent, rgb(0 0 0 / .125));
  border-radius: 50%;

  box-shadow:
    inset 0.125rem -0.125rem 0.25rem rgb(0 0 0 / .125),
    inset -0.25rem 0.25rem 0.25rem rgb(255 255 255 / .25);
  /*     -0.25rem 0.25rem 0.25rem rgb(0 0 0 / .25); */
  position: relative;

  display: grid;
  place-items: center;
  padding: 1rem;
  font-size: 4rem;
  color: var(--accent-color);
}

.standing-icon img
{
  width: 50%;
  display: block;
  margin: auto;
}

.standing-icon::before,
.standing-icon::after {
  content: "";
  position: absolute;
  z-index: -1
}

/* back */
.standing-icon::after {
  inset: calc(var(--back-size) * -1);
  background-color: var(--accent-color);

  background-image: radial-gradient(circle at calc(50% - var(--front-shadow-offset)) calc(50% + var(--front-shadow-offset)),
      rgb(0 0 0 / .25) calc(50% - var(--front-shadow-offset)), transparent calc(50% + var(--front-shadow-offset) * 2));
  border-radius: 50%;
  clip-path: polygon(0 50%, 100% 50%, 100% 100%, 0 100%);
}

/* touch-shadow */
.standing-icon::before {
  position: absolute;
  height: calc(var(--touch-shadow-height) * 2);
  inset-inline: 0;
  top: calc(100% + var(--back-size) - var(--touch-shadow-height));
  background-image: radial-gradient(ellipse 50% 50%, rgb(0 0 0 / .75), transparent 75%);
  filter: blur(5px);
}

#sm_mn_sh
{
    display: none;
}
#sm_screen{
    display: none;
}


