.roboto-thin {
  font-family: "Roboto", sans-serif;
  font-weight: 100;
  font-style: normal;
}

 a{
    display: inline-block;
    text-decoration: none !important;
  }
  :root{
    --bgcolor:#F8F9FA;
    --linecolr:#333639;
    --yellcolor:#f77f0f;
    --main: #00699B;
    --hdcolor:#142d38;
    --green:#00A0AA;
    --grey:#e5e5e7;
  }
  /*----------------top-nav--------------------------*/
.top{
  background: linear-gradient(to right, var(--green), var(--main));
  padding: 5px 0;
}
.top_rt a, .top_lft a{
  color:#fff;
  font-size: 12px;
  font-family: Arial, Helvetica, sans-serif;
}
.top_lft{
  float:right;
}
 /*----------nav--------------*/
 .my-nav li a{
   text-transform: uppercase;
   font-family: "Archivo", sans-serif;
   font-size: 14px;
   font-weight: 600;
   letter-spacing: 2px;
   margin-right: 15px;
 }
 .mybtn{ 
  background: var(--main) !important ;
  box-shadow: 6px 8px 30px 0px rgba(0, 84, 252, 0.65);
  text-shadow: 0px 0px 0px rgba(0, 0, 0, 0);
}
.navbar-brand img{
  width:250px;
}
.nav-item .nav-link.active{
  color: var(--main) !important;
   border-bottom: 2px solid #00699B;
}
  /*-----------banner----------------*/
  .mob{
    display: none;
  } 
 .banner{
   position: relative;
 }
 
  .bann-details{
    position: absolute;
    top:20%;  
    max-width:600px; 
  }
  .bann-details h3{
    font-family: "Syne", sans-serif;
    font-size: 18px;
    font-weight: lighter;
    text-transform: uppercase;
    letter-spacing: 2px;    
    color:#fff;
  }
  .bann-details h2{
    font-family: "Syne", sans-serif;
    font-size: 50px;
    line-height: 60px;
    color:#fff;
    margin-top: 30px;
  }
  .bann-details h1{
    font-family: "Arial", sans-serif;
    font-size: 80px;
    line-height: 70px;
    color:#fff;    
    transform: scale(0.94);
    animation: scale 3s forwards cubic-bezier(0.5, 1, 0.89, 1);
  }
  @keyframes scale {
    100% {
      transform: scale(1);
    }
  }
  .ban-btn a{
      padding: 19.5px 48.7px;  
      background-color: #fff;
      color: var(--main);
      box-shadow: none;
      font-size: 14px;
      text-transform: uppercase;
      border-radius: 35px;
      box-shadow: 0 8px 16px 0 rgb(0, 160, 170,0.2), 0 6px 20px 0 rgb(0, 160, 170, 0.6);
  }  
  @keyframes fade-in {
    100% {
      opacity: 1;
      filter: blur(0);
    }
  }
  /*---------------services------------------------*/
  .serv{
    background: var(--grey) ;
    padding: 50px 0;
  }
  
 .serviceBox{
  background: #fff;
  padding: 30px 30px 30px 30px;
  margin: 30px 0;
  height:375px;
  position: relative;
  transition: all 0.5s ease 0s;    
}

.serviceBox::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 0;
  left: 0;
  bottom: 0;
  transition: .5s;
  background: var(--green);
}

.serviceBox:hover::before {
  height: 100%;
  top: 0;
}

.serviceBox * {
  position: relative;
  transition: .5s;
  z-index: 1;
}

.serviceBox:hover h2,
.serviceBox:hover p {
  color: var(--grey);
}

.serviceBox:hover .icon-box-primary::before {
  background: var(--linecolr);
}

.serviceBox:hover .icon-box-primary i {
  color: var(--bs-white) !important;
}
.serviceBox h2{
  font-size: 24px;
  font-weight: 600;
  color: var(--main);
  margin: 10px 0;
  text-align: center;
}
.serviceBox p{
   font-weight: 600;
   color:var(--linecolr);
}
 .lines{ 
  margin: 30px 0;
 }
/*-----------------------technology-used-------------------------*/
.marquee-row img{
  width: 160px;
  margin: 0 20px;
}

/*---------------prices-------------------*/ 
.serv-box{
  background: #fff;
  padding: 30px 30px 30px 30px;
  margin: 30px 0;
  height:375px;
}
 .lines h4 span{
  font-family: "Archivo", sans-serif;   
  transition: fade-in;
  color:var(--green);
 }
 .serv-box p{
   font-size: 16px;
   font-weight: 600;
 }
 .small-btn a{
   padding: 10px 15px;
   background: var(--main);
   color: #fff;
   border-radius: 20px;  
   box-shadow: 0 8px 16px 0 rgb(0, 160, 170,0.2), 0 6px 20px 0 rgb(0, 160, 170, 0.6);
 }
 .small-btn{
  margin: 20px 0;
 }
 .small-hd{
  font-family: "Syne", sans-serif;
  font-size: 18px;
  font-weight: lighter;
  text-transform: uppercase;
  letter-spacing: 2px;    
  color:var(--linecolr);
 }
 .main-hd{
  font-family: "Roboto", sans-serif;
  font-size: 35px;
  text-transform: capitalize;
  color:var(--main);
  font-weight: 600;
 }
 /*-------------technology-used-----------------------*/
 .tech-used{   
   padding: 50px 0;
 }
 .tech_logo{
   width: 100%;
   text-align: center;
 }
 .tech_logo img{
  width: 100%;
 }
 /*---------------about------------------*/
 .abt-bg{
  /*background: linear-gradient(100deg,#47d7db 0%, var(--green) 40%, var(--main) 100%); */
  background: linear-gradient(to right, var(--green), var(--main));
  border-radius: 30px; padding: 30px;
 }
 .about {
  background: var(--grey);
  padding: 50px 0;
 }
 .abt-image{
   width:100%;
   overflow: hidden;
 }
 .abt-image img{
   width:100%;
 }
 .abt-details h1{
   font-family: "Syne", sans-serif; 
   color:var(--main);
 }
 .para{  
  font-family: "Roboto", sans-serif;
   color: #fff;
   font-size: 16px;
   text-align: justify;
 }

 .abt-list li{
  font-family: Arial, Helvetica, sans-serif;
  font-size: 18px;
  text-transform: capitalize;
  color:#fff; 
  margin:8px 0;
 }
 .abt-list li span{
   font-weight: bold;
 }
.morebtn{
    padding: 19.5px 48.7px;
    background-color: var(--main);
    color: var(--bgcolor);
    border: none;
    box-shadow: none;
    font-size: 14px;
    text-transform: uppercase;
    border-radius: 35px;
    box-shadow: 0 8px 16px 0 rgba(0,0,0,0.2), 0 6px 20px 0 rgba(0,0,0,0.19);
}
.content {
  display: none; /* Ensures it starts hidden */
}
/*----------------data-------------------*/
.data{ 
  background: url(../images/banner/parallax.png);  
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  padding: 50px 0;
  height: 400px;
}
.whitehd{
  font-family: "Syne", sans-serif; 
  color:#f4f4f4;
  text-align: center;
}
.data-box{
  text-align: center;
   padding: 20px;
}
.data-box i{
   color:#fff;
   font-size: 40px;
}
.data-box h3{
  font-size: 50px;
  font-weight: lighter;
  color: #fff;
  margin: 20px 0;
}
.data-box p{
  font-size: 18px;
  font-weight:500;
  text-transform: capitalize;
  color: #fff;
}
/*------------why-------------------------*/
/*.why_box
{ 
  box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
  padding: 30px;
  margin-bottom: 30px;
}

.why_box h3{
    font-family: "Syne", sans-serif;
    font-size: 24px;
    font-weight: 600;
    font-family: "Syne", sans-serif;
    margin: 15px 0;
    color:var(--linecolr);
}
.why_box p{
   font-size: 16px;   
   color:#666;
}
.mob-app{
  text-align: center;
}*/

/* Why Choose Us Section */
.why {
  padding: 50px 0;
 
}

.why_box {
  background: #fff;
  padding: 30px;
  margin-bottom: 30px;
  border-radius: 20px;
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1), 0 6px 6px rgba(0, 0, 0, 0.05);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  position: relative;
  overflow: hidden;
}

.why_box:hover {
  transform: translateY(-10px);
  box-shadow: 0 15px 30px rgba(0, 0, 0, 0.15), 0 8px 12px rgba(0, 0, 0, 0.1);
}

.why_icon {
  width: 60px;
  height: 60px;
  background: linear-gradient(135deg, var(--green), var(--main));
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 20px;
  transition: transform 0.3s ease;
}

/*.why_icon img {
  width: 40px;
  height: 40px;
  object-fit: contain;
}*/

.why_box:hover .why_icon {
  transform: scale(1.1);
}

.why_box h3 {
  font-family: "Syne", sans-serif;
  font-size: 22px;
  font-weight: 600;
  color: var(--linecolr);
  margin: 15px 0;
}

.why_box p {
  font-size: 16px;
  color: #666;
  line-height: 1.6;
}

.mob-app {
  text-align: center;
}

.mob-app img {
  max-width: 100%;
  height: auto;
}

/* Ensure responsiveness */
@media (max-width: 768px) {
  .why_box {
    border-radius: 15px;
    padding: 20px;
  }
  .why_icon {
    width: 50px;
    height: 50px;
  }
  .why_icon img {
    width: 30px;
    height: 30px;
  }
  .why_box h3 {
    font-size: 20px;
  }
  .why_box p {
    font-size: 14px;
  }
}

/*---------------footer---------------------*/
.form-sectn{
  padding: 50px 0;
}
.con-details{
  background: var(--main);
  padding: 30px;
  border-radius: 10px;
  box-shadow:
      1px 2px 2px hsl(220deg 60% 50% / 0.333),
      2px 4px 4px hsl(220deg 60% 50% / 0.333),
      3px 6px 6px hsl(220deg 60% 50% / 0.333);
  }

.form-group{
  margin-bottom: 20px;
}
.form-group label{
  font-size: 16px;
  color:#fff; 
  text-transform: capitalize;
}
/* 00699B
00A0AA */
#footerform input{
  margin: 10px 0;
}
.btn1{
  background: var(--green);
  border: none;
  outline: none;
  margin-top: 10px;
  font-size: 14px;
  width:100%;
  text-align: center;
  padding: 10px 0;
  border-radius: 8px;
  box-shadow: 5px 5px 20px #6d6b6b6b;
  text-transform: uppercase;
  color:#fff;
}
#footerform{
  margin-bottom: 30px;
}
#footerform input::placeholder{
  text-transform: capitalize;
  font-family: "Archivo", sans-serif;
}
.con-details h3{
  font-size: 24px;
  font-weight: 700;
  color:#fff;
  font-family: "Syne", sans-serif; 
  text-transform: capitalize;
}



.footer-logo {
  margin-bottom: 20px;
}

.logo-img {
  max-width: 350px;
  height: auto;
}

.footer-quick-links {
  margin-top: 20px;
}

.footer-title {
    display: block;
  color: #00699B;
  font-size: 1.1rem;
  font-weight: bold;
  margin-bottom: 15px;
}

.footer-quick-links ul {
  list-style: none;
  padding: 0;
}

.footer-quick-links li {
  margin-bottom: 10px;
}

.footer-link {
  color: #ffffff;
  text-decoration: none;
  font-size: 15px;
    font-weight: bold;
  transition: color 0.3s ease;
}

.footer-link:hover {
  color: var(--main);
}

.footer-contact {
  padding: 20px;
  font-family: Arial, sans-serif;
}

.contact-item {
  margin-top: 5px;
}

.footer-contact__title {
  display: block;
  font-size: 1.1rem;
  font-weight: bold;
  color: #00699B;
  margin-bottom: 10px;
}

.contact-content {
  display: flex;
  align-items: flex-start;
  gap: 10px;
}

.footer-contact__link {
  color: #ffffff;
  text-decoration: none;
  font-size: 1rem;
  display: block;
  margin-bottom: 1px;
}
 
.footer-contact__link:hover {
  text-decoration: underline;
}

.fas {
  color: #00699B;
  font-size: 1.2rem;
  margin-top: 4px;
}

.footer-contact-item:hover {
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
}

.footer-contact-icon {
  width: 40px;
  height: 40px;
  line-height: 40px;
  min-width: 40px;
  font-size: 20px;
  background: var(--main);
  color: #ffffff;
  border-radius: 6px;
  text-align: center;
  position: relative;
}

.footer-contact_text {
  display: block;
  color: #333333;
  font-size: 14px;
  font-weight: 600;
  margin-bottom: 5px;
  text-transform: uppercase;
}

.footer-contact_link {
  color: #555555;
  font-size: 14px;
  font-weight: 500;
  text-decoration: none;
  transition: color 0.3s ease;
}

.footer-contact_link:hover {
  color: var(--main);
}

.media {
  background: url('../images/banner/footer.png') no-repeat center/cover;
  padding: 50px 0;
  padding-top: 200px;
  position: relative;
}

.media:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.3);
  z-index: -1;
}

.media-body {
  margin-left: 15px;
}

@media (max-width: 576px) {
  .footer-contact {
    margin-top: 10px;
  }
  .media .container{
    margin-top: 4rem;
  }
}







/*///////////////app-page///////////////////////*/
.small_banner{
   position: relative;
}
.small-items{
   position: absolute;
   top:20%;
   width:1000px;
}
.small-items h3{
   font-family: Arial, Helvetica, sans-serif;
   font-size: 18px;
   letter-spacing: 2px;
   text-transform: uppercase;
   color:var(--green);
}
.small-items h1{
   font-family: Arial, Helvetica, sans-serif;
   font-size: 24px;
   letter-spacing: 2px;
   text-transform: capitalize;
   color:var(--main);
   font-weight: bold;
}
.app-box{
  height:250px;
  box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
  padding: 30px;
  margin-bottom: 30px;
  background: #fff;
}
.app-lines h4{
  font-family: Arial, Helvetica, sans-serif;
  font-size: 24px;
  text-transform: capitalize;
  color:var(--hdcolor);
  margin:20px 0;
}
.app-box img{
  width:50px;
}
.para1{
  font-family: "Roboto", sans-serif;
  font-size: 16px;
  font-weight: 500; 
  color:var(--linecolr);
  text-align: justify;
}
.app-image{
  text-align: center;
}
.app-image img{
  width:50%;
}
.app-details h4{
  font-family: Arial, Helvetica, sans-serif;
  font-size: 20px;
  text-transform: uppercase;
  color:var(--green);
  margin:20px 0;
}
.app-details h1{
  font-size: 35px;
  font-weight: 700;
  color:var(--main);
  font-family: "Syne", sans-serif; 
  text-transform: capitalize;
}
.list li{
  font-family: Arial, Helvetica, sans-serif;
  font-size: 16px;
  font-weight: 700;  
  color:var(--main);
  margin:10px 0;
}
.Gallery{
  background: linear-gradient(to right, var(--green), var(--main));
  padding: 30px 0;
}
#owl1 .item img{
   border-radius: 10px;
}
/*////////////contact//////////////////////*/
.contact_area{
  background: var(--grey);
  padding-top: 30px;
}
.contact_form{
  background: var(--green);
  padding: 30px;
}
#contactForm .form-group  {
  margin: 30px 0;
}
.info_item h6{
  font-family:  "Roboto", sans-serif;
  color:black; 
  font-size: 18px; 
  font-weight: 600;
}
.info_item h6 a{
  font-family:  "Roboto", sans-serif;
  color:black; 
  font-size: 18px; 
  font-weight: 600;
}
.info_item p {
  font-size: 16px;
  font-weight: 600;
  color: #666;
  line-height: 24px;
  
}
.green-btn{
  color: #fff;
  background: var(--yellcolor);
  padding: 10px 15px;
  border-radius: 20px;
  border: none;
}
/*/////////////////about-page////////////////////////*/
.links a{
   color:#fff;
}
.miss{
   background: #fbfbfb;
   padding: 60px 0;
}
.mission-img{
  text-align: center;
}
.value{
  background: var(--green);
}
/*/////////////////software//////////////////////*/
#owl2 .item img{
  width: 100%;
}
/*///////////////////clients/////////////////////////*/
.client-list ul{
  list-style: none; 
  padding: 0;
}
.client-list ul li{
  color:#000;
  font-weight: 600;
}
.client-list ul li i{
  color:var(--green);
}
/*////////////////webpage///////////////////////*/
.web img{
  width: 100%;
}
.websit {
  background: linear-gradient(to right, var(--green), var(--main));
}


