
body {
  font-size: 20px;
  color: #333333;
}
body, html {
  margin: 0;
  padding: 0;
}
img{
  width: 100%;
}
.container-phones{
  display: flex;
}
.container-p p{
  margin: 0;
}
video {
  clip-path: inset(1px 1px);
}
video:focus {
  outline:none; 
}

.header {
  position: relative;
  height: 850px;
  background-image: url('background.jpg'); /* Replace with your background image */
  background-size: cover;
  background-position: center;
}
.nav>li>a:focus, .nav>li>a:hover{
  background-color:transparent;
}
.navbar {
  background: transparent;
  border: none;
  margin: 0;
  padding: 100px 0;
}

.navbar-brand {
  font-size: 24px;
  color: #fff; /* Adjust the color as needed */
}

.navbar-nav {
  margin-top: 10px;
}

.navbar-nav > li {
  display: inline-block;
}

.navbar-nav > li > a {
  color: #fff;
  font-size: 18px;
}

.overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5); /* Adjust the opacity as needed */
}
.form-container {
  text-align: left;
}

form input, form button {
  padding: 10px;
  margin: 5px;
  border: none;
  font-size: 16px;
  margin-left: 0;
}

form button{
  width: 141px;
  height: 64px;
  flex-shrink: 0;
}

form button {
  color: #fff;
  cursor: pointer;
  background-color: #D83A3A;
}

form button:hover {
  background-color: #D83A3A;
}
.container-about{
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding:50px 30px;
  gap: 60px;
  flex-direction: column !important;
}
.container-about .container-image .desc h1{
  margin: 0;
  color: #D83A3A;
  text-align: justify;
  font-family: Titillium Web;
  font-size: 21px;
  font-style: normal;
  font-weight: 700;
  line-height: 128.1%; /* 26.901px */
}
.container-about .container-image .desc p{
  margin: 0;
  color: #000;
  font-family: Titillium Web;
  font-size: 21px;
  font-style: normal;
  font-weight: 400;
  line-height: 128.1%;

}
.services{
  background-color: #131313;
}
.container-about .container-desc .about{
  gap: 40px;
  text-align: center;

}
.container-about .container-desc .about h1{
  color: #000;
  font-family: AkiraExpanded;
  font-size: 55px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}
.container-about .container-desc .about h1 span{
  color: #D83A3A;
  font-family: AkiraExpanded;
  font-size: 55px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}
.container-about .container-desc .about p{
  color: #000;
  text-align: justify;
  font-family: Titillium Web;
  font-size: 21px;
  font-style: normal;
  font-weight: 400;
  line-height: 128.1%; /* 26.901px */
  text-align: center;

}
p {
  line-height: 1.5;
  margin: 30px 0;
}
p a {
  text-decoration: underline;
}
a {
  color: white !important;
}

blockquote {
  color: #777777;
  font-style: italic;
}
hr.small {
  max-width: 100px;
  margin: 15px auto;
  border-width: 4px;
  border-color: white;
}
.navbar-custom {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 3;
  font-family: Titillium Web !important;
}
.navbar, .navbar-default{
  border: unset !important;
  border-color: unset !important;
  background-color: transparent;
}
.navbar-custom .navbar-brand {
  font-weight: 800;
}
.navbar-custom .navbar-header .navbar-toggle {
  color: #777777;
  font-weight: 800;
  text-transform: uppercase;
  font-size: 12px;
}
.navbar .nav li a {
  text-transform: uppercase;
  letter-spacing: 1px;
  color: #FFF;
  text-align: center;
  font-family: Titillium Web !important;
  font-size: 21px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  cursor: pointer;

}
.navbar-custom .container-fluid{
  padding-top: 96.5px;
  max-width: 1140px;
}
.container-caption{
}
.item-box{
  margin: 20px;
  width: 40%; /* Adjust as needed */
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}
.caption h1{
  max-width: 541px;
  color: #FFF;
  font-family: AkiraExpanded;
  font-size: 34px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-transform: uppercase;
}
.services h1{
  color: #FFF;
  font-family: AkiraExpanded;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-transform: uppercase;
}
.challenge h1{
  color: #000;
  font-family: AkiraExpanded;
  font-size: 34px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-transform: uppercase;
}
#challenge{
  padding-bottom: 60px;
  padding-top: 100px;
  background: linear-gradient(180deg, #EEE 0%, rgba(238, 238, 238, 0.00) 100%);
}

.responsive-img {
  width: 100%;
  height: 100%;
  object-fit: cover; /* This property controls how the image is resized */
}
.responsive-img{
  /* src: url('../img/office-mobile.png'); */

}
.desc-text{
  height: 250px;
}
.desc-text h4{
  color: #D83A3A;
  text-align: left;
  font-family: AkiraExpanded;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  
}
.desc-text p{
  color: #000;
  text-align: left;
  font-family: AkiraExpanded;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  margin: 0;
}
 .caption h1 span{
  color: #D83A3A;
  font-family: AkiraExpanded;
  font-size: 34px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-transform: uppercase;
}
.caption p{
  max-width: 541px;
  color: #FFF;
  font-family: Titillium Web;
  font-size: 21px;
  font-style: normal;
  font-weight: 400;
  line-height: 128.1%; /* 26.901px */
}
.caption h4{
  color: #FFF;
  font-family: Akira Expanded;
  font-size: 21px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-transform: uppercase;

}
.scope{
  padding: 100px 0 0 0 ;
}
.scope .scope-text p,
.scope .scope-text h1{
  color: #000;
  text-align: center;
  font-family: AkiraExpanded;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  padding-bottom: 100px;
}

.item-service{
  display: flex;
  text-align: right;
  background: #000;
  padding: 50px;
}

.desc-item h2{
  color: #FFF;
  text-align: right;
  font-family: AkiraExpanded;
  font-size: 55px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}
.desc-item p span{
  color: #FFF;
  text-align: right;
  font-family: Titillium Web;
  font-size: 15px;
  font-style: normal;
  font-weight: 700;
  line-height: 128.1%; /* 26.901px */
}
.desc-item p {
  margin: 0;
  color: #FFF;
  font-family: Titillium Web;
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: 128.1%;
}
.trackcode{
  color: rgba(0, 0, 0, 0.50);
  font-family: Titillium Web;
  font-size: 21px;
  font-style: normal;
  font-weight: 400;
  line-height: 128.1%; /* 26.901px */
  background: #FFF;
  box-shadow: 0px 4px 35px -20px #000;
}
.form-container .button{
   color: #FFF;
  font-family: Titillium Web;
  font-size: 21px;
  font-style: normal;
  font-weight: 700;
  line-height: 128.1%; /* 26.901px */
  width: 141px;
  height: 64px;
  flex-shrink: 0;
  background: #D83A3A;
}
form input{
  width: 400px;
  height: 64px;
  flex-shrink: 0;
}
.container-image,
.container-desc{
  padding: 0;
}

@font-face {
  font-family: 'AkiraExpanded'; /* Provide a unique name for your font */
  src: url('../fonts/AkiraBold.otf');
}

.item .box{
  padding:0px 20px 20px 20px;
  background: #D83A3A;
  border: 1px solid white;
  border-bottom: unset;
}
.item img{
  margin-top: -20%;
}
.item h2{
  color: #FFF;
  text-align: center;
  font-family: AkiraExpanded;
  font-size: 48px;
  font-style: normal;
  font-weight: 700;
  padding-top: 30px;
  margin-bottom: 0px;
  line-height: normal;
}
.item .img-icon{
  margin: 0 auto;
  width: 200px;
  height: auto;
}
.item .detail{
  color: #FFF !important;
  text-align: center !important;
  font-family: Titillium Web !important;
  font-size: 30px !important;
  font-style: normal !important;
  font-weight: 400 !important;
  line-height: normal !important;
  margin: 0 !important;
  padding-bottom:  30px !important;
}
footer .container{
  padding: 50px 0 0 0 ;
}
footer .logo-footer{
  /* padding-left: 20px; */
  padding-right: 20px;
}
footer{
  background-color: #131313;
}
.mobile-form{
  background-color: #000;
  padding: 50px;
}
.mobile-form h4{
  color: #FFF;
  font-family: AkiraExpanded;
  font-size: 21px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}
#whatsapp-button,#email-button{
  width: 100px;
}
.overlay {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.8); /* Semi-transparent black background */
  z-index: 1000; /* Place it above other elements */
}
.container-circle{
  position: absolute;
  width: 90px; /* Adjust as needed */
  height: 90px; /* Adjust as needed */
  border-radius: 50%;
  bottom: -50px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 1;
  cursor:pointer;
}
.circle-button {
  width: 100%; /* Adjust as needed */
  height: auto; /* Adjust as needed */
}

.close-button {
  position: absolute;
  top: 10px;
  right: 20px;
  background: none;
  border: none;
  font-size: 50px;
  cursor: pointer;
  color: #fff;
  font-weight: bold;
}
.desc-item{
  width: 100%;
}
/* iphone 14 */
@media (max-width: 467px) { 
  .scop-desc {
    /* background-image: url('img/office-mobile.png'); */
  }
  .container-circle{
    display: none;
  }
  .navbar-brand{
    /* height: 45px !important; */
  }
  /* .scop-desc{
    background-position: 79% 50%;
  } */
  .header{
    height: 486px !important;
    background-position: 80% 50% !important;
  }
  .item-service{
    padding: 0 !important;
  }
  .nav.navbar-nav.navbar-right {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    margin-top: 50%;
  }
  .mobile-form h4{
    font-size: 17px;
  }
  form button{
    width: 300px !important;
  }
  .caption h1{
    font-size: 26px;
  }
  .nav.navbar-nav.navbar-right > li {
    flex: 1;
    text-align: center;
  }
  #whatsapp-button{
    position: fixed;
    bottom: 30px;
    right: 10px;
    z-index: 999; /* Adjust as needed */
  }
  #email-button {
    position: fixed;
    bottom: 100px;
    right: 10px;
    z-index: 999; /* Adjust as needed */
  }
  .container-form{
    display: none;
  }
  .mobile-form{
    display: block;
  }
  .address{
    display: flex;
    flex-direction: column;
    /* align-items: center; */
  }
  .logo-footer{
    /* margin-top: 5px; */
    width: 320px;
  }
  .title-footer{
    height: 50px;
  }
  .p-footer, .container-contact{
    height: 100px;
  }
  .address{
    display: flex;
    flex-direction: column;
    /* align-items: center; */
  }
  .contact{

    display: flex;
    flex-direction: column;
    /* align-items: center; */
  }
  .copyright .row{
    margin-left:0 ;
    margin-right: 0;
  }
  footer{
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .container-contact{
    display: flex;
    /* gap: 10px; */
    flex-direction: column;
  }
  footer .box-info:nth-child(1){
    align-items: start !important;
  }
  footer .container-row{
    flex-direction: column;
  }
  footer .d-flex{
    display: flex;
    align-items: center;
    gap : 10px
  }
  footer h2{
    color: #FFF;
    font-family: Titillium Web;
    font-size: 16px;
    font-style: normal;
    font-weight: bold;
    line-height: normal;
  }
  footer p{
    color: #FFF;
    font-family: Titillium Web;
    font-size: 10px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    margin: 5px;
  }
  footer .copyright{
    margin: 50px 0px 0px 0px;
    font-family: 'Kumbh Sans', sans-serif;
    color: rgba(255, 255, 255, 0.75);
  }
  .item .box{
    min-width: 330px;
  }
  .item{
    display: flex;
    position: relative;
    z-index: 2;
    margin-bottom: 20%;
    justify-content: center;
    flex-direction: column;
    /* padding: 20px; */
    gap: 100px;
    align-items: center;
  }
  .scop-desc .container{
    text-align: center;
  }
  .desc-text h4{
    font-size: 16px;
    text-align: center;
  }
  .container-contact{
    display: flex;
    /* gap: 30px; */
    flex-direction: column;
  }
  .container-phones{
    flex-direction: column;
  }
  footer .container-row:nth-child(1){
    flex-direction: column;
    padding: 40px 0px;
  }
  footer .container-row:nth-child(2){
    flex-direction: row;
    align-items: center;
    justify-content: center;
    padding-bottom: 120px;
  }
  .desc-text p{
    font-size: 20px;
    text-align: center;
  }
  .desc-item h2{
    font-size: 26px;
  }
  .scope .scope-text p{
    font-size: 18px !important;
  }
  .scope .scope-text h1{
    font-size: 20px !important;

  }
  .item1 {
    flex-direction: column-reverse;
  }
  .item3{
    flex-direction: column-reverse;
  }
  .item2{
    flex-direction: column;
  }
  .services{
    padding: 60px 20px;
  }
  .services h1{
    padding: 40px 20px;
    font-size: 30px;
  }
  .item-container {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between !important;
    align-items: center; 
    padding-top: 50px;
  }
  .item-box h1{
    font-size: 25px;
  }
  .item h2{
    padding-top: 0 !important;
    font-size: 45px !important;
  }
  .desc-item{
    padding: 30px;
    padding-left: 0;
  }
  .item-service img {
    margin: 0 auto;
    max-width: 100%;
  }

  .desc-item h2, .desc-item p{
    text-align:left ;
    line-height: 20px;
  }
  .challenge .title{
    font-size: 28px !important;
  }
  .item-container{
    justify-content: space-between !important;

  }
  .item-box h1{
    font-size: 13px;
    margin: 0 !important;
  }
  .item-box p, 
  .container-about .container-image .desc p,
  .container-about .container-image .desc h1{
    font-size: 15px;
    margin: 0 !important;
    line-height: 20px;
  }
  .second-section{
    height: 200px !important;
  }
  .item-box {
    width: 100%; /* Full width for mobile */
    margin: 10px !important;
  }
  .first-section{
    height: 130px !important;
  }
  .icon-challenge svg{
    width: 145px;
  }
  .item-box:nth-child(1),
  .item-box:nth-child(2),
  .item-box:nth-child(3),
  .item-box:nth-child(4) {
    width: 44%;

  }
  .item-box:nth-child(5) {
    width: 50%;
    margin: auto !important;

  }

  img.logo{
    height: 100% !important;
    object-fit: contain;
    width: auto;
  }

  form input{
    width: 300px !important;
    height: 64px;
    flex-shrink: 0;
  }
  .navbar-brand{
    padding-left: 0;
  }
  .navbar-toggle{
    margin-right: 0;
  }
  .navbar{
    padding: 30px 30px;
  }
  .container-about{
    flex-direction: column;
    padding: 10px 30px;
  }
  .container-caption{
    padding: 10px 30px;
  }
  .container-desc{
  }
  .container-about .container-desc .about h1,
  .container-about .container-desc .about h1 span{
    font-size: 20px;
  }
  .container-about .container-desc .about p{
    font-size: 15px;
    line-height: 20px;
  }
  #challenge{
    padding-bottom: 100px;
  }
 }
 /* tablet */
@media (min-width: 468px) and (max-width: 767px){ 
  .scop-desc {
    /* background-image: url('../img/office-mobile.png'); */
  }
  .container-circle{
    display: none;
  }
  .header{
    background-position: 80% 50% !important;
  }
  /* .scop-desc{
    background-position: 90% 50%;
  } */
  .item-service{
    padding: 0 !important;
  }
  .copyright .row{
    margin-left:0 ;
    margin-right: 0;
  }
  .nav.navbar-nav.navbar-right {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    margin-top: 50%;
  }
  .nav.navbar-nav.navbar-right > li {
    flex: 1;
    text-align: center;
  }
  #whatsapp-button{
    position: fixed;
    bottom: 90px;
    right: 10px;
    z-index: 999; /* Adjust as needed */
  }
  #email-button {
    position: fixed;
    bottom: 160px;
    right: 10px;
    z-index: 999; /* Adjust as needed */
  }
  .container-form{
    display: none;
  }
  .mobile-form{
    display: block;
  }
  footer .d-flex{
    display: flex;
    align-items: center;
    gap : 20px
  }
  footer h2{
    color: #FFF;
    font-family: Titillium Web;
    font-size: 16px;
    font-style: normal;
    font-weight: bold;
    line-height: normal;
  }
  footer p{
    color: #FFF;
    font-family: Titillium Web;
    font-size: 13px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    margin: 5px;
    margin-left: 0px;
  }
  footer .copyright{
    margin: 50px 0px 0px 0px;
    font-family: 'Kumbh Sans', sans-serif;
    color: rgba(255, 255, 255, 0.75);
  }
  .address{
    display: flex;
    flex-direction: column;
    /* align-items: center; */
  }
  .contact{

    display: flex;
    flex-direction: column;
    /* align-items: center; */
  }
  .container-contact{
    display: flex;
    /* gap: 30px; */
    flex-direction: column;
  }
  footer .box-info:nth-child(1){
    align-items: start !important;
  }
  footer .container-row{
    flex-direction: column;
  }
  .item .box{
    min-width: 400px;
  }
  .item{
    display: flex;
    position: relative;
    z-index: 2;
    margin-bottom: 20%;
    justify-content: center;
    flex-direction: column;
    /* padding: 20px; */
    gap: 100px;
    align-items: center;
  }
  /* .desc-text h4{
    font-size: 20px;
  }
  .desc-text p{
    font-size: 25px;
  } */
  .desc-text h4{
    font-size: 18px;
    text-align: center;
  }

  .desc-text p{
    font-size: 20px;
    text-align: center;
  }
  .desc-text {
    text-align: center;
  }
  .desc-item h2{
    font-size: 32px;
  }
  .scope .scope-text p,
  .scope .scope-text h1{
    font-size: 20px;
  }
  .item1 {
    flex-direction: column-reverse;
  }
  .item3{
    flex-direction: column-reverse;
  }
  .item2{
    flex-direction: column;
  }
  .desc-item{
    padding: 30px;
    padding-left: 0;
  }
  .item-service img {
    margin: 0 auto;
    max-width: 100%;
  }

  .desc-item h2, .desc-item p{
    text-align:left ;
  }
  .services{
    padding: 60px 20px;
  }
  .services h1{
    padding-bottom: 60px;
    font-size: 24px;
  }
  .item-container {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between !important;
    align-items: center; 
    padding-top: 50px;
  }
  .item-box h1{
    font-size: 16px;
    margin: 0 !important;
  }
  .item h2{
    padding-top: 0 !important;
    font-size: 45px !important;
  }
  .item-box p, 
  .container-about .container-image .desc p,
  .container-about .container-image .desc h1{
    font-size: 15px;
    margin: 0 !important;
  }
  .second-section{
    height: 170px !important;
  }
  .item-box {
    width: 100%; /* Full width for mobile */
    margin-bottom: 100px;

  }
  .first-section{
    height: 150px !important;
  }
  .icon-challenge svg{
    width: 165px;
  }

  .item-box:nth-child(1),
  .item-box:nth-child(2),
  .item-box:nth-child(3),
  .item-box:nth-child(4) {
    width: 40%;

  }
  .container-contact{
    display: flex;
    /* gap: 30px; */
    flex-direction: column;
  }
  .container-phones{
    flex-direction: column;
  }
  footer .container-row:nth-child(1){
    flex-direction: column;
    padding: 40px 0px;
  }
  footer .container-row:nth-child(2){
    flex-direction: row;
    align-items: center;
    justify-content: center;
    padding-bottom: 120px;
  }
  .item-box:nth-child(5) {
    width: 50%;
    margin: auto !important;

  }
  .logo-footer{
    width: 320px;
  }
  form input{
    width: 400px;
    height: 64px;
    flex-shrink: 0;
  }
  img.logo{
    height: 50px !important;
    width: unset !important;
    object-fit: contain;
  }
  .navbar-brand {
    float: left;
    /* height: 21px; */
    padding: 0;
    font-size: 18px;
    height: auto;
    /* line-height: 28px; */
    }
  img{
    /* height: 200%; */
    width: 100%;
    margin-top: 5px;

  }
  .title-footer{
    height: 50px;
  }
  .p-footer, .container-contact{
    height: 120px;
  }
  .navbar{
    padding: 50px ;
  }
  .container-about{
    flex-direction: column;
  }
  .container-caption{
    padding: 50px;
  }
  .navbar-toggle{
    position: relative;
    float: right;
    padding: 9px 10px;
    margin-top: 8px;
    margin-right: 15px;
    margin-bottom: 8px;
    background-color: transparent;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;
  }
  .container-about .container-desc .about h1,
  .container-about .container-desc .about h1 span{
    font-size: 22px;
  }
  .container-about .container-desc .about p{
    font-size: 15px;
  }
  #challenge{
    padding-bottom: 100px;
  }
}
/* laptop */
@media (min-width: 600px) and (max-width: 1199px) and (orientation: landscape) { 
  /* .item-service:nth-child(0){
    flex-direction: column-reverse;
  } */
  .container-circle{
    display: none;
  }
  #whatsapp-button {
    position: fixed;
    bottom: 30px;
    right: 30px;
    z-index: 999; /* Adjust as needed */
  }
  #email-button {
    position: fixed;
    bottom: 100px;
    right: 30px;
    z-index: 999; /* Adjust as needed */
  }
  .container-form{
    display: none;
  }
  .mobile-form{
    display: block;
  }
  footer .d-flex{
    display: flex;
    align-items: center;
    gap : 20px
  }
  footer h2{
    color: #FFF;
    font-family: Titillium Web;
    font-size: 16px;
    font-style: normal;
    font-weight: bold;
    line-height: normal;
  }
  footer p{
    color: #FFF;
    font-family: Titillium Web;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    margin: 5px;
    margin-left: 0px;
  }
  footer .copyright{
    margin: 50px 0px 0px 0px;
    font-family: 'Kumbh Sans', sans-serif;
    color: rgba(255, 255, 255, 0.75);
  }
  .address{
    display: flex;
    flex-direction: column;
    /* align-items: center; */
  }
  .contact{
    text-align: left;
    display: flex;
    flex-direction: column;
    /* align-items: center; */
  }
  .container-contact{
    display: flex;
    /* gap: 30px; */
    flex-direction: column;
  }
  .logo-footer{
    width: 320px;
  }
  footer .container-row{
    flex-direction: column;
  }
  .item .box{
    min-width: 450px;
  }
  .item{
    display: flex;
    position: relative;
    z-index: 2;
    margin-bottom: 20%;
    justify-content: center;
    flex-direction: column;
    /* padding: 20px; */
    gap: 100px;
    align-items: center;
  }
  .desc-text h4{
    font-size: 18px;
    text-align: center;
  }

  .desc-text p{
    font-size: 20px;
    text-align: center;
  }
  .desc-text {
    text-align: center;
  }
  .services{
    padding-bottom: 100px;
  }
  .services h1{
    padding: 100px 0px;
    font-size: 34px;
  }
  .desc-item h2{
    font-size: 32px;
  }
  .scope .scope-text p,
  .scope .scope-text h1{
    font-size: 20px;
  }
  .item1 {
    flex-direction: column-reverse;
  }
  .item3{
    flex-direction: column-reverse;
  }
  .item2{
    flex-direction: column;
  }
  .item-container {
    display: flex;
    flex-wrap: wrap;
    justify-content: center; /* Horizontally center the items */
    align-items: center; 
    padding-top: 50px;
  }
  .item-box h1{
    font-size: 21px;
  }
  .item-box{
    margin-bottom: 50px;
  }
  .item-box:nth-child(1),
  .item-box:nth-child(2) {
    width: 40%;
  }
  .item-box:nth-child(3),
  .item-box:nth-child(4),
  .item-box:nth-child(5) {
    width: 40%;
  }
  .desc-item{
    padding-bottom: 50px;
  }
  .item-service img {
    margin: 0 auto;
    max-width: 100%;
  }

  .desc-item h2, .desc-item p{
    text-align:left ;
  }
  form input {
    width: 400px;
    height: 64px;
    flex-shrink: 0;
  }
  img.logo{
    height: 200% !important;
  }
  img{
    /* height: 200%; */
    width: 100%;
  }
  .navbar-nav > li{
    margin: 0;
  }
  .navbar-custom {
    background: transparent;
    border-bottom: 1px solid transparent;
  }
  .navbar-custom .navbar-brand {
    color: white;
    padding: 20px;
  }
  .container-about{
    flex-direction: column;
  }
  .address{
    display: flex;
    flex-direction: column;
    /* align-items: center; */
    text-align: left;
    /* padding-left: 100px; */
  }
  .title-footer{
    height: 50px;
  }
  .p-footer, .container-contact{
    height: 150px;
  }
  .contact{
    text-align: left;
    display: flex;
    flex-direction: column;
    /* align-items: center; */
  }
  
  .container-contact{
    display: flex;
    /* gap: 30px; */
    flex-direction: column;
  }
  .container-phones{
    flex-direction: column;
  }
  footer .container-row:nth-child(1){
    flex-direction: column;
    padding: 40px 0px;
  }
  footer .container-row:nth-child(2){
    flex-direction: row;
    align-items: center;
    justify-content: center;
  }
  .navbar-toggle{
    position: relative;
    float: right;
    padding: 9px 10px;
    margin-top: 8px;
    margin-right: 15px;
    margin-bottom: 8px;
    background-color: transparent;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;
  }
}

@media (min-width: 767px)and (max-width: 1199px) { 
  .desc-item{
    /* width: 500px !important; */
  }
  .container-services .col-lg-4{
    padding-top: 50px;
  }
  #whatsapp-button {
    position: fixed;
    bottom: 30px;
    right: 30px;
    z-index: 999; /* Adjust as needed */
  }
  #email-button {
    position: fixed;
    bottom: 100px;
    right: 30px;
    z-index: 999; /* Adjust as needed */
  }
  .container-form{
    display: none;
  }
  .mobile-form{
    display: block;
  }
  footer .d-flex{
    display: flex;
    align-items: center;
    gap : 20px;
  }
  footer .box-info:nth-child(1){
    align-items: start !important;
  }
  footer h2{
    color: #FFF;
    font-family: Titillium Web;
    font-size: 16px;
    font-style: normal;
    font-weight: bold;
    line-height: normal;
  }
  footer p{
    color: #FFF;
    font-family: Titillium Web;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    margin: 5px;
    margin-left: 0px;
  }
  footer .copyright{
    margin: 50px 0px 0px 0px;
    font-family: 'Kumbh Sans', sans-serif;
    color: rgba(255, 255, 255, 0.75);
  }
  .address{
    display: flex;
    flex-direction: column;
    /* align-items: center; */
    text-align: left;
    /* padding-left: 100px; */
  }
  .title-footer{
    height: 50px;
  }
  .p-footer, .container-contact{
    height: 150px;
  }
  .contact{
    text-align: left;
    display: flex;
    flex-direction: column;
    /* align-items: center; */
  }
  .container-contact{
    display: flex;
    /* gap: 30px; */
    flex-direction: column;
  }
  .container-phones{
    flex-direction: column;
  }
  footer .container-row:nth-child(1){
    flex-direction: column;
    padding: 40px 0px;
  }
  footer .container-row:nth-child(2){
    flex-direction: row;
    align-items: center;
    justify-content: center;
  }
  .logo-footer{
    width: 320px;
  }
  .item .box{
    min-width: 450px;
  }
  .item{
    display: flex;
    position: relative;
    z-index: 2;
    margin-bottom: 20%;
    justify-content: center;
    flex-direction: column;
    /* padding: 20px; */
    gap: 100px;
    align-items: center;
  }
  .desc-text h4{
    font-size: 20px;
    text-align: center;
  }

  .desc-text p{
    font-size: 25px;
    text-align: center;
  }
  .desc-text {
    text-align: center;
  }
  .services{
    padding-bottom: 100px;
  }
  .services h1{
    padding: 100px 0px 0px 0px;
    font-size: 45px;
  }
  .desc-item h2{
    font-size: 45px;
  }
  .scope .scope-text p,
  .scope .scope-text h1{
    font-size: 25px;
  }
  .item1 {
    flex-direction: column-reverse;
  }
  .item3{
    flex-direction: column-reverse;
  }
  .item2{
    flex-direction: column;
  }
  .item-container {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between; /* Horizontally center the items */
    align-items: center; 
    padding-top: 50px;
  }
  .item-box p, 
  .container-about .container-image .desc p,
  .container-about .container-image .desc h1{
    font-size: 20px;
    margin: 0 !important;
  }
  .second-section{
    height: 180px !important;
  }
  .first-section{
    height: 170px !important;
  }
  .item-box h1{
    font-size: 21px;
  }
  .item-box{
    margin-bottom: 50px;
  }
  .item-box:nth-child(1),
  .item-box:nth-child(2) {
    width: 44%;
  }
  .item-box:nth-child(3),
  .item-box:nth-child(4) {
    width: 44%;
  }
  .item-box:nth-child(5) {
    width: 45%;
    margin: auto !important;

  }
  .desc-item{
    padding-bottom: 50px;
  }
  .item-service img {
    margin: 0 auto;
    max-width: 100%;
  }
  .container-about .container-desc .about h1,
  .container-about .container-desc .about h1 span{
    font-size: 37px !important;

  }
  .desc-item h2, .desc-item p{
    text-align:left ;
  }
  form input {
    width: 400px;
    height: 64px;
    flex-shrink: 0;
  }
  img.logo{
    height: 200% !important;
  }
  img{
    /* height: 200%; */
    width: 100%;
    margin-top: 5px;

  }
  .navbar-nav > li{
    margin: 0;
  }
  .navbar-custom {
    background: transparent;
    border-bottom: 1px solid transparent;
  }
  .navbar-custom .navbar-brand {
    color: white;
    padding: 20px;
  }
  .container-about{
    flex-direction: column;
  }

  .navbar-toggle{
    position: relative;
    float: right;
    padding: 9px 10px;
    margin-top: 8px;
    margin-right: 15px;
    margin-bottom: 8px;
    background-color: transparent;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;
  }
 
}
/* desktop */
@media only screen and (min-width: 1200px) {
  /* .desc-item{
    width: 500px !important;
  } */
  .container-phones{
    flex-direction: row;
    margin-left: 10px;
  }
  .container-email{
    margin-left: 10px;
  }
  .address{
        width: 430px;

  }
  .title-footer{
    height: 49px;
  }
  .p-footer, .container-contact{
    height: 180px;
  }
  #whatsapp-button {
    position: fixed;
    bottom: 30px;
    right: 30px;
    z-index: 999; /* Adjust as needed */
  }
  #email-button {
    position: fixed;
    bottom: 100px;
    right: 30px;
    z-index: 999; /* Adjust as needed */
  }
  .container-form{
    display: block;
  }
  .mobile-form{
    display: none;
  }
  footer .container-row{
    display: flex;
    justify-content: center;
    align-items: center;
    gap : 20px;
    padding: 40px 0px;
  }
  .box-info{
    display: flex;
  }
  footer h2{
    color: #FFF;
    font-family: Titillium Web;
    font-size: 20px;
    font-style: normal;
    font-weight: bold;
    line-height: normal;
  }
  footer p{
    color: #FFF;
    font-family: Titillium Web;
    font-size: 22px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    margin: 5px;
  }
  footer .copyright{
    margin: 50px 0px 0px 0px;
    font-family: 'Kumbh Sans', sans-serif;
    color: rgba(255, 255, 255, 0.75);
  }
  .item{
    display: flex;
    position: relative;
    z-index: 2;
    gap: 1px;
    /* margin-bottom: -15%; */
    justify-content: space-between;
  }
  .item .box{
    width: 506px;

  }

  .desc-text h4{
    font-size: 32px;
  }

  .desc-text p{
    font-size: 38px;
  }
  .desc-text {
    text-align: left;
  }
  .services{
    padding-bottom: 100px;
  }
  .services h1{
    padding: 100px 0px;
    font-size: 34px;
  }
  .desc-item h2{
    font-size: 35px;
    text-align: left;
  }
  .desc-item p{
    height: 250px;
  }
  .container-services .col-lg-4{
    padding-left: 30px;
    padding-right: 30px;
  }
  .scope .scope-text p,
  .scope .scope-text h1{
    font-size: 40px;
  }
  .item-container {
    display: flex;
    flex-wrap: wrap;
    justify-content: center; /* Horizontally center the items */
    align-items: center; 
    padding-top: 50px;
  }
  .item-box h1{
    font-size: 21px;
  }
  .item-box:nth-child(3),
  .item-box:nth-child(4),
  .item-box:nth-child(5) {
    width: 40%; /* Adjust as needed for the second row */
  }
  .navbar-nav > li{
    margin:0 20px;
  }
  img{
    height: auto;
  }
  .container-about .container-desc .about h1{
    /* width: 620px; */
    font-size: 55px;
  }
  .item-box p, 
  .container-about .container-image .desc p,
  .container-about .container-image .desc h1{
    font-size: 20px;
    margin: 0 !important;
  }
  .second-section{
    height: 180px !important;
  }
  .first-section{
    height: 155px !important;
  }
  form input{
    width: 400px;
    height: 64px;
    flex-shrink: 0;
  }
  .navbar-custom {
    -webkit-transition: background-color 0.3s;
    -moz-transition: background-color 0.3s;
    transition: background-color 0.3s;
    /* Force Hardware Acceleration in WebKit */
    -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);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
  }
  .navbar-custom.is-fixed {
    /* when the user scrolls down, we hide the header right above the viewport */
    position: fixed;
    top: -61px;
    background-color: rgba(255, 255, 255, 0.9);
    border-bottom: 1px solid #f2f2f2;
    -webkit-transition: -webkit-transform 0.3s;
    -moz-transition: -moz-transform 0.3s;
    transition: transform 0.3s;
  }
  .navbar-custom.is-fixed .navbar-brand {
    color: #333333;
  }
  .navbar-custom.is-visible {
    /* if the user changes the scrolling direction, we show the header */
    -webkit-transform: translate3d(0, 100%, 0);
    -moz-transform: translate3d(0, 100%, 0);
    -ms-transform: translate3d(0, 100%, 0);
    -o-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
}
.container-services{

}
.intro-header {
  background-color: #777777;
  background: no-repeat center center;
  background-attachment: scroll;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  -o-background-size: cover;
  margin-bottom: 50px;
  min-height: 840px;
}
.intro-header .site-heading,
.intro-header .post-heading,
.intro-header .page-heading {
  padding: 100px 0 50px;
  color: white;
}

.intro-header .post-heading h1 {
  font-size: 35px;
}
.intro-header .post-heading .subheading,
.intro-header .post-heading .meta {
  line-height: 1.1;
  display: block;
}
.intro-header .post-heading .subheading {
  font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-size: 24px;
  margin: 10px 0 30px;
  font-weight: 600;
}
.intro-header .post-heading .meta {
  font-family: 'Lora', 'Times New Roman', serif;
  font-style: italic;
  font-weight: 300;
  font-size: 20px;
}
.intro-header .post-heading .meta a {
  color: white;
}
.post-preview > a {
  color: #333333;
}
.post-preview > a > .post-title {
  font-size: 30px;
  margin-top: 30px;
  margin-bottom: 10px;
}
.post-preview > a > .post-subtitle {
  margin: 0;
  font-weight: 300;
  margin-bottom: 10px;
}
.post-preview > .post-meta {
  color: #777777;
  font-size: 18px;
  font-style: italic;
  margin-top: 0;
}
.post-preview > .post-meta > a {
  text-decoration: none;
  color: #333333;
}
.section-heading {
  font-size: 36px;
  margin-top: 60px;
  font-weight: 700;
}


.floating-label-form-group input,
.floating-label-form-group textarea {
  z-index: 1;
  position: relative;
  padding-right: 0;
  padding-left: 0;
  border: none;
  border-radius: 0;
  font-size: 1.5em;
  background: none;
  box-shadow: none !important;
  resize: none;
}
.floating-label-form-group label {
  display: block;
  z-index: 0;
  position: relative;
  top: 2em;
  margin: 0;
  font-size: 0.85em;
  line-height: 1.764705882em;
  vertical-align: middle;
  vertical-align: baseline;
  opacity: 0;
  -webkit-transition: top 0.3s ease,opacity 0.3s ease;
  -moz-transition: top 0.3s ease,opacity 0.3s ease;
  -ms-transition: top 0.3s ease,opacity 0.3s ease;
  transition: top 0.3s ease,opacity 0.3s ease;
}
.floating-label-form-group::not(:first-child) {
  padding-left: 14px;
  border-left: 1px solid #eeeeee;
}
.floating-label-form-group-with-value label {
  top: 0;
  opacity: 1;
}
.floating-label-form-group-with-focus label {
  color: #0085A1;
}
form .row:first-child .floating-label-form-group {
  border-top: 1px solid #eeeeee;
}
.btn {
  font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 800;
  letter-spacing: 1px;
  border-radius: 0;
  padding: 15px 25px;
}
.btn-lg {
  font-size: 16px;
  padding: 25px 35px;
}
.pager {
  margin: 20px 0 0;
}
.pager li > a,
.pager li > span {
  font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 800;
  letter-spacing: 1px;
  padding: 15px 25px;
  background-color: white;
  border-radius: 0;
}
::-moz-selection {
  color: white;
  text-shadow: none;
  background: #0085A1;
}
::selection {
  color: white;
  text-shadow: none;
  background: #0085A1;
}
img::selection {
  color: white;
  background: transparent;
}
img::-moz-selection {
  color: white;
  background: transparent;
}
body {
  -webkit-tap-highlight-color: #0085A1;
}
.item-box p{
  font-family: 'Titillium Web';
}
.first-section{
  height: 150px;
}
.second-section{
  height: 250px
}