@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@300&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Paytone+One&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Playfair+Display:ital,wght@0,400..900;1,400..900&display=swap');

*{
  padding: 0px;
  margin: 0px;
  box-sizing: border-box;
  scroll-behavior: smooth;
}
*:focus{
  outline: 0px;
}
body{
  font-family: 'Montserrat', sans-serif;
  font-size: 14px;
  line-height: 25px;
}
#notification-div{
  background-color: green;
  position: fixed;
  padding: 10px 30px;
  border-radius: 5px;
  margin-left: 20px;
  font-size: 12px;
  z-index: 99999999999999999;
  float: right;
  margin-top: 70px;
  display: none;
  color: #eee;
}
a:active{
  text-decoration: none;
}
#hambuger-menu, #hambuger-menux{
  border: 0px;
  font-size: 20px;
  background-color: transparent;
  color: orangered;
  cursor: pointer;
  display: none;
}
.sub-headers{
  font-size: 18px; 
  text-align: center;
}
.main-headerxx{
  font-family: "Playfair Display", serif;
  font-size: 55px;
  line-height: 70px;
  font-style: normal;
  color: #fff;
}
.main-sub-headerxx{
 font-family: "Playfair Display", serif;
  font-size: 55px;
  line-height: 70px;
  font-style: normal;
  color: #100d5c;
  font-size: 35px;
  text-align: left;
  line-height: 30px;
}
.btn2{
  height: 34px;
  color: #fff;
  background-color: #8CC6CA;
  padding: 0px 40px;
  border: 0px;
  cursor: pointer;
  border-radius: 5px;
}
.btn1{
  height: 34px;
  width: 100px;
  color: #fff;
  background-color: #8CC6CA;
  border: 0px;
  cursor: pointer;
  border-radius: 5px;
}
.btn-right{
  border: 0px;
  background-color: transparent;
  float: right;
  margin-right: 10px;
  cursor: pointer;
}
.top-navigation{
  background-color: rgba(0,0,0, 0.5);
  padding: 3px 7%;
  color: #100d5c;
  display: flex;
  font-size: 12px;
  justify-content: space-between;
  line-height: 40px;
}
.top-navigation li{
  list-style: none;
  display: inline-block;
}
#logo{
  width: 150px;
}
nav{
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  padding: 10px 7%;
  background-color: #fff;
  z-index: 999999;
  box-shadow: 0px 0px 5px 0px rgba(0,0,0, 0.5);
  position: sticky;
  top: 0px;
}
.navigation a{
  text-decoration: none;
  margin-left: 20px;
  color: #100d5c;
  line-height: 50px;
  font-size: 13px;
  letter-spacing: 1px;
  text-transform: uppercase;
  transition: 0.5s;;
}
.navigation a:hover{
  color: #fad905;
    font-weight: bold;
}
.showcase{
  margin-bottom: 0px;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  height: 80vh;
}
#business{
  background-image: url(../img/grids.jpg);
}
#aboutx{
  background-image: url(../img/about.jpg);
}
#maincover{
  background-image: url(../img/pkg.jpg);
}
#gym{
  background-image: url(../img/gym.png);
}
#estate{
  background-image: url(../img/estate.png);
}
#hospitality{
  background-image: url(../img/hotels.webp);
}
#construction{
  background-image: url(../img/pkg.jpg);
}
#security{
  background-image: url(../img/security.jpg);
}
#projects{
  background-image: url(../img/projects.jpg);
}
#tourisim{
  background-image: url(../img/tourisim.jpg);
}
.showcase-txt{
  background-color: rgba(0,0,0, 0.58);
  width: 100%;
  height: inherit;
  padding-top: 220px;
  padding-left: 7%;
  padding-right: 50%;
  position: absolute;
  color: #fff;
  text-align: left;
}
.showcase-txt h1{
  font-size: 45px;
  line-height: 45px;
}
.showcase img{
  width: 100%;
}
#sub-showcase{
  width: 100%;
  height: auto;
}
#min-track{
  margin-top: 0px;
  background-color: #0D0452;
  padding: 20px 7%;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  color: #fff;
}
.txt h1{
  text-align: left;
}
.trackdetails{
  width: 80%;
}
.trackdetails tr:nth-child(odd){
  background-color: transparent;
}
.trackdetails{
  background-color: #fff;
}
.trackdetails tr{
  background-color: transparent;
  height: 40px;
}
#min-track .txt{
  text-align: left;
}
#min-track > div{
   width: 48%;
}
.input-div{
  width: 90%;
  background-color: #fff;
  height: 40px;
  padding: 3px;
}
.input-div input{
  background-color: #fff;
  padding: 3px;
  height: 34px;;
  border: 0px;
  width: 80%;
}
#about{
  padding: 60px 7%;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}
#about > div{
  width: 48%;
}
.about-img{
  width: 50%;
}
.about-img img{
  width: 100%;
}
#stat{
  padding: 30px 7%;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  background-color: #8CC6CA;
}
#core-values{
  padding: 100px 7%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.non-decorated{
  text-decoration: none;
  color: #fff;
}
.sub-values{
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: 50px;
}
.values{
  margin-bottom: 50px;
  width: 22%;
  background-color: #fafaff;
  text-align: center;
  padding: 100px 20px;
  font-size: 12px;
  }

.values i{
  color: #fbbd00;
  font-size: 25px;
}
.main-single-div{
  width: 100%;
  padding: 0px 7%;
}
.sub-business{
  margin-bottom: 50px;
  height: 370px;
  width: 21%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
.overlay-div{
  position: relative;
  background-color: rgba(0,0,0, 0.6);
  padding: 150px 30px;
  color: #eee;
  height: 370px;
}
#construction{
  background-image: url(../img/pkg.jpg);
}
#community{
  background-image: url(../img/community.jpg);
}
#grids{
  background-image: url(../img/grids.jpg);
}
#engagement{
  background-image: url(../img/engagement.jpg);
}
#tourist{
  background-image: url(../img/tourisim.jpg);
}
#estate{
  background-image: url(../img/estate.jpg);
}
#finance{
  background-image: url(../img/finance.jpg);
}
.sub-contact{
  margin-bottom: 50px;
  width: 350px;
  margin: 20px;
  background-color: #fafaff;
  text-align: center;
  padding: 20px;
  font-size: 12px;
  }
  .sub-contact i{
    color: #fbbd00;
    font-size: 25px;
  }
#colored-header{
  color: #fbbd00;
  font-weight: bold;
  font-size: 28px;
  font-family: lato;
}
#ceo-pic{
  width: 350px;
  margin-left: 270px;
}
#padded-div{
  padding: 20px 0px;
}
#services{
  padding: 100px 7%;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  flex-wrap: wrap;
  background-color:  #fafaff;
}
#services >div{
   width: 23%;
   height: 420px;
}
#su-services{
  color: #0D0452;
  margin-top: 50px;
}
.sub-services{
  background-color: #fff;
  color: #333;
}
.padded{
  padding: 20px;
}
.sub-services img{
  width: 100%;
}
.mini-contact{
  background-image: url(../img/sup.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.sub-mini-contact{
  padding: 100px 7%;
  position: relative;
  background-color: rgba(0,0,0, 0.7);
  text-align: center;
  color: #eee;
}
section.faq{
    padding: 100px 7%;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}
.faq >div{
  width: 45%
}
#q1,#q2,#q3,#q4,#q5{
  padding: 10px;
  width: 100%;
  border: 1.5px #eee solid;
  cursor: pointer;
}
#a1,#a2,#a3,#a4,#a5{
  padding: 10px;
  width: 100%;
  border: 1.5px #eee solid;
  display: none;
}
.review{
  padding: 150px 7%;
  background-image: url(../img/dx.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.mini-review{
  width: 50%;
  background-color: rgba(0,0,0, 0.9);
  padding: 50px;
  text-align: center;
  color: #eee;
}
.partners{
  padding: 50px 7%;
}
.quote{
  background-color: #eee;
  padding: 0px 7%;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}
.quote > div{
  width: 48%;
}
.quote1{
  padding: 60px 50px;
}
.quote2{
  padding: 60px 50px;
  background-color: #515A82;
  color: #eee;
}
input,select{
  width: 45%;
  padding: 10px;
  margin-bottom: 2px;
}
.about-txt input{
  width: 45%;
  padding: 10px;
  margin-bottom: 10px;
  border: 0px;
  height: 45px;
  background-color:  #fafaff;
}
.about-txt textarea{
  width: 90%;
  padding: 10px;
  margin-bottom: 10px;
  border: 0px;
  height: 120px;
  background-color:  #fafaff;
}
.location{
  background-image: url(../img/dd.jpg);
  height: 600px;
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.covered{
  position: relative;
  height: inherit;
  padding: 100px 20%;
  background-color: rgba(0,0,0, 0.78);
  text-align: center;
  color: #fff;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.sub-footer{
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  padding: 150px 7%;
  background-color: #100d5c;
  font-size: 12px;
  color: #eee;
}
.sub-footer > div{
  width: 23%;
}
.sub-footer a{
  text-decoration: none;
  color: #eee;
  line-height: 40px;
}
.small-space{
  margin-bottom: 10px;
}
.letter{
  background-color: #fff;
  width: 100%;
  border: 0px;
  height: 40px;
}
.letter-input{
  border: 0px;
  width: 60%;
  font-size: 12px;
}
.letter-btn{
  border: 0px;
  width: 35%;
  margin: 0px;
  height: 100%;
  float: right;
  cursor:pointer;
  color: #eee;
  background-color: orangered;
  font-size: 12px;
}
.copyright{
  padding: 20px 7%;
  background-color: #100d5c;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  color: #eee;
  border-top: 1px #eee dashed;
  font-size: 12px;
}
#map{
  margin-bottom: -10px;
}
section#tracking{
  height: 400px;
  padding: 150px 25%;
}
tr:nth-child(odd){
  background-color: #666;
}
.menu{
  position: fixed;
  background-color: #515A82;
  width: 300px;
  padding: 30px;
  height: 100%;
}
.menu a{
  color: #eee;
  text-decoration: none;
  line-height: 34px;
}
.contentx{
  margin-left: 320px;
}
.contentx-area{
  border-radius: 5px;
  background-color: #515A82;
  padding: 30px;
  overflow: auto;
  width: 98%;
  color: #eee;
  align-items: center;
  justify-content: center;
}
.contentx-area input, .contentx-area select{
  margin-bottom: 10px;
}
#straightx{
  background-color: #eee;
  color: #000;
  width: 90%;
}
#straight{
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
#straight input, #straight select{
  margin-bottom: 10px;
  width: 100%;
}
#straight textarea{
  margin-bottom: 10px;
  width: 100%;
  height: 200px;
  padding: 10px;
}
.maintrack{
  background-color: rgba(0,0,0, 0.6);
  position: fixed;
  top: 0px;
  right: 0px;
  left: 0px;
  bottom: 0px;
  overflow: auto;
  z-index: 9999999999999999999999999999;
}
.trackrrsult{
  width: 80%;
  margin-left: 10%;
  margin-top: 50px;
  margin-bottom: 50px;
  background-color: #fff;
  display: flex;
  flex-direction: column;
  padding: 70px 0px;
  justify-content: center;
  align-items: center;
}
@media screen and (min-width: 980px) and (max-width:1200px){
.showcase-txt{
  text-align: left;
  padding: 170px;
}
.input-div input{
  width: 72%;
}
.mini-review{
  width: 70%;
}
.sub-business{
  width: 30%;
}
#ceo-pic{
  width: 350px;
  margin-left: 70px;
  margin-top: 70px;
}
.sub-contact{
  width: 370px
}
}

@media screen and (min-width: 690px ) and (max-width: 979px){
#sub-showcase{
  height: 300px;
  }
.sub-headers{
   font-size: 15px;
}
.menu{
    width: 200px;
    padding: 30px;
  }
.contentx{
  margin-left: 220px;
}
.sub-business{
  width: 30%;
}
.sub-contact{
  width: 255px;
  }
.input-div input{
  width: 65%;
    }
.mini-review{
  width: 70%;
    }
#ceo-pic{
  margin-left: 0px;
  width: 290px;
  margin-top: 100px;
}
nav{
    padding: 10px 4%;
    }
.showcase-txt h1{
  font-size: 26px;
  line-height: 28px;
}
.showcase-txt {
  padding-top: 180px;
}
.showcase img{
  height: 300px;
}
#min-track{
    padding: 20px 4%;
  }
#about{
    margin: 0px;
  }
#about img{
    margin-top: 150px;
  }
#services{
    padding: 100px 4%;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
  }
#services > div{
    width: 48%;
    margin-bottom: 10px;
    height: 420px;
  }
#su-services{
    margin-top: 50px;
  }
section.faq{
      padding: 100px 4%;
    }
.quote{
    padding: 0px 4%;
  }
.quote > div{
    width: 48%;
  }
.quote1{
    padding: 60px 20px;
  }
.quote2{
    padding: 60px 20px;
  }
.sub-footer{
    padding: 50px 4%;
    flex-wrap: wrap;
  }
.sub-footer >div{
  width: 45%;
  margin-top: 30px;
}
.values{
  width: 48%;
}
.copyright{
    padding: 20px 4%;
  }
}
@media screen and (min-width: 200px) and (max-width: 689px){
#sub-showcase{
  height: 300px;
}
#username{
  margin-right: -100px;
}
.contentx{
  margin-left: 5%;
  width: 90%;
}
.sub-footer a{
  text-decoration: none;
  color: #eee;
  line-height: 20px;
}
.menu{
    height: 100%;
    top: 0px;
    bottom: 0px;
    width: 200px;
    padding: 30px;
    display: none;
    z-index: 9999999999999999999;
  }
  .sub-business{
    margin-bottom: 50px;
    height: 370px;
    width: 320px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
  }
  #nodisplay{
    display: none;
  }
.top-navigation{
  display: none;
}
#hambuger-menu, #hambuger-menux{
  display: block;
}
nav{
  flex-wrap: wrap;
}
.trackrrsult{
  width: 90%;
  margin-left: 5%;
  margin-top: 10%;
  margin-bottom: 10%;
}
.trackdetails{
  width: 96%;
}
.navigation{
  width: 92%;
  margin-right: 20%;
  position: absolute;
  padding: 30px 10px;
  background-color: #100d5c;
  margin-top: 40px;
  font-weight: bold;
  display: none;
}
.navigation a{
    text-decoration: none;
    display: block;
    margin-top: 5px;
    margin-left: 20px;
    color: orangered;
  }
#min-track{
  flex-wrap: wrap;
  padding: 20px 10%;
  }
#min-track > div{
  width: 100%;
}
  .input-div input{
    width: 65%;
      }
.mini-review{
    width: 96%;
    /* margin-left: 5%; */
    font-size: 13px;
    padding: 50px 20px;
    }
  nav{
      padding: 10px 4%;
      }
  .showcase-txt h1{
    font-size: 26px;
    line-height: 29px;;
  }
  .showcase-txt{
    background-color: rgba(0,0,0, 0.78);
    width: 100%;
    height: inherit;
    padding: 180px 5%;
    position: absolute;
    color: #fff;
    text-align: left;
  }
  .showcase img{
    height: 300px;
  }
  #min-track{
      padding: 20px 4%;
    }
  #about{
      margin: 0px;
      flex-wrap: wrap;
      padding: 100px 10%;
    }
  #about >div{
    width: 100%;
  }
  #about img{
      margin-top: 60px;
    }
  #services{
      padding: 100px 10%;
      flex-wrap: wrap;
    }
  #services > div{
      width: 199%;
      margin-bottom: 20px;
      height: auto;
    }
#su-services{
    margin-top: 0px;
    text-align: center;
    }
  section.faq{
        padding: 100px 4%;
      }
.review{
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 10% 3%;
}
.faq{
  flex-wrap: wrap;
  padding: 100px 10%;
}
.faq >div{
  width: 100%;
}
.quote{
  padding: 20px 10%;
  flex-wrap: wrap;
  }
.quote > div{
      width: 100%;
    }
.quote1{
      padding: 60px 20px;
    }
.quote2{
      padding: 60px 20px;
    }
.location{
   height: auto;
}
.covered{
  text-align: center;
  padding: 100px 10%;
  font-size: 13px;
}
.sub-footer{
    padding: 50px 10%;
    flex-wrap: wrap;
  }
.sub-contact{
    width: 98%;
    margin: 10px 0px;
  }
section#tracking{
  height: 300px;
  padding: 100px 10%;
  }
.sub-footer >div{
  width: 100%;
  margin-top: 14px;
}
.sub-values{
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.main-single-div{
  padding: 0px 0%;
}
.values{
  width: 90%;
  align-self: center;
}
#ceo-pic{
  margin: 0px;
  width: 300px;
}
.copyright{
      padding: 20px 10%;
  }
}
