@import url("https://fonts.googleapis.com/css2?family=Lato:wght@300;400;700&family=Roboto:wght@400;500;700&display=swap");
* {
  margin: 0;
  padding: 0;
  outline: 0;
  box-sizing: border-box;
}

a {
  text-decoration: none;
}
.invoice{
  background-color: #fff;
  padding: 15px 20px;
}
p {
  font-size: 13px;
  color: #000;
  font-family: "Roboto", sans-serif;
}

ul,
ol {
  list-style-type: none;
}
.brand-link{
  text-align: center;
}
.brand-link:hover{
  color: blue;
}
.row {
  display: flex;
  flex-wrap: wrap;
}


.popup-mail {
  width: 66px;
  height: 66px;
  color: #fff;
  background-color:#197ABC;
  text-align: center;
  line-height: 66px;
  position: fixed;
  top: 250px;
  right: 0px;
  z-index: 111;
  transition: .2s;
  cursor: pointer;
}

.popup-mail:hover{
  background-color:#0165a8;
}
.modal-content {
  max-width:570px !important;  
  background-color: #016DB6;
  padding: 40px 10px !important;
  border: none;
  border-radius: 0px;


}

/* popup-form-start */

.form-title h3{
  font-size: 22px;
  font-weight: 600;
  color: #fff;
}
.form-title p{
  font-size: 17px;
  font-weight: 400;
  color: #fff;
}

.popup-form input,
.popup-form textarea {
  width: 100%;
  font-size: 15px;
  display: inline-block;
  padding: 16px 13px;
  border: 1px solid #ddd;
  margin-bottom: 22px;
  background-color: #ffffffff;
  
}

.popup-form select {
  width: 100%;
  font-size: 15px;
  display: inline-block;
  padding: 16px 13px;
  border: 1px solid #ddd;
  margin-bottom: 22px;
  background-color: #ffffffff;
}


.popup-form input:focus { 
  outline: none !important;
  border-color: rgba(0, 0, 0, 0.795);

}

.submit-btn {
  text-align: right;
}
.submit-btn button{
  color: #fff;
  font-size: 17px;
  font-weight: 300;
  padding: 8px 22px;
  border: 1px solid #fff;
  background-color: transparent;
  text-transform: uppercase;
  transition: .4s;
}

.submit-btn button:hover {
  color: #000;
  background-color: #fff;
}















/*  ------------------- header part css start ----------------- */

#header {
  background-color: #fff;
  padding-top: 10px;
}

.flex_part {
  display: flex;
}

.call_part a {
  font-size: 13.2px;
  color: inherit;
  font-family: "Roboto", sans-serif;
}

.call_part a i {
  font-size: 16.5px;
  padding-right: 5px;
}

.mail_part a {
  font-size: 13.2px;
  color: inherit;
  font-family: "Roboto", sans-serif;
  padding-left: 58px;
}

.mail_part a i {
  font-size: 15px;
  padding-right: 5px;
}

.address_part a {
  font-size: 13.5px;
  color: inherit;
  font-family: "Roboto", sans-serif;
}

.address_part a i {
  font-size: 17px;
}

/*  ------------------- header part css end  ----------------- */

/*  ------------------- navber part css start ---------------- */

.customNav img {
  width: 90px;
  height: 60px;
}

#myNav ul li {
  padding-left: 70px;
}

#myNav ul li a {
  font-size: 15px;
  color: inherit;
  font-family: "Roboto", sans-serif;
  transition: 0.3s;
}

#myNav ul .active a,
#myNav ul li a:hover {
  color: rgb(42, 52, 196);
  font-weight: 700;
}

#myNav button {
  font-size: 15px;
  border: 1px solid #fff;
  padding: 8px 11px;
  border-radius: 6px;
  color: #fff;
  background: linear-gradient(81.88deg, #2c4ccc 6.24%, #579cf4 93.76%);
}

#myNav button:hover {
  background: linear-gradient(81.88deg, #284de2 6.24%, #4991f0 93.76%);
}

/*  -------------------  navber part css end  ---------------- */

/*  ------------------- banner part css start ----------------- */

#banner {
  background: url(../images/banner_image.png) no-repeat center;
  background-size: cover;
  padding-top: 472px;
  position: relative;
  z-index: 1;
}

#banner::after {
  position: absolute;
  content: "";
  top: 0%;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6);
  z-index: -1;
}

.inner_content {
  position: absolute;
  top: 75px;
  left: 50%;
  transform: translateX(-50%);
}

.inner_content h1 {
  font-family: "Lato", sans-serif;
  color: #fff;
  font-weight: 400;
  font-size: 60px;
  text-transform: uppercase;
}

.inner_content h3 {
  font-family: "Lato", sans-serif;
  color: #fff;
  font-weight: 400;
  font-size: 30px;
  text-transform: uppercase;
}

.inner_content form {
  padding-top: 20px;
}

.inner_content form input {
  padding: 10px 20px;
  width: 100%;
}

.inner_content form button {
  padding: 10px 15px;
  background: transparent;
  color: #88c988;
  border: 1px solid #88c988;
  border-radius: 5px;
  transition: 0.3s;
  margin-top: 10px;
}

.inner_content form button:hover {
  background: #88c988;
  color: #ddd;
}

/*  ------------------- banner part css end  ----------------- */

/*  ------------------- service part css start ------------------ */

#service {
  margin-top: 25px;
  margin-bottom: 25px;
}

.section_header h2 {
  font-family: "Lato", sans-serif;
  font-size: 35px;
  font-weight: 700;
  margin-bottom: 20px;
}

.service1 {
  transition: 0.4s;
}

.service1:hover {
  background-color: #88c988;
  border-radius: 2ch;
  color: #fff;
}

.service1_content {
  padding: 1rem;
}
.service1_content img{
  margin-right: 1rem;
}
.service1_content h3 {
  font-family: "Lato", sans-serif;
  font-weight: 700;
  font-size: 20px;
  margin-bottom: 15px;
}

.service1_content p {
  font-family: "Lato", sans-serif;
  font-weight: 300;
  font-size: 14px;
}

.service1_content button {
  border: none;
  color: #2c4ccc;
  font-size: 14px;
  border: 1px solid #fff;
  border-radius: 1ch;
}

/*  ------------------- service part css end  ------------------ */

/*  ================ progress part css start =================== */

.search_overlay {
  position: absolute;
  top: 50%;
  left: 35%;
  z-index: 999;
  display: none;
}
.search_overlay.open {
  display: block;
}

.search_inner {
  width: 500px;
  height: 200px;
  background-color: #ddd;
  border-radius: 5px;
  text-align: center;
  position: relative;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  padding-top: 75px;
  z-index: 99999;
}
.search_close {
  height: 40px;
  width: 45px;
  background: #284de2;
  color: #fff;
  font-size: 16px;
  line-height: 41px;
  text-align: center;
  position: absolute;
  right: 1rem;
  top: -5rem;
  font-family: sans-serif;
  cursor: pointer;
  z-index: 9999999;
}

/*  ================ progress part css end ===================== */

/*  ------------------- footer part css start ------------------ */

#footer {
  padding: 30px 0;
  background-image: url(../images/footer_image.jpg) !important;
  background-size: cover !important;
  background-position: center;
  background-repeat: no-repeat;
}

.footer1 h3 {
  font-size: 18px;
  color: #ddd;
}

.footer1 p {
  color: #ddd;
}



.footer2 a {
  display: block;
  font-size: 13px;
  padding-bottom: 6px;
  color: #ddd;
}

.footer2 a:hover {
  color: #284de2;
}

.footer2 h5 {
  color: #ddd;
  padding-bottom: 7px;
}

.footer3 a {
  display: block;
  font-size: 13px;
  padding-bottom: 6px;
  color: #ddd;
}

.footer3 a:hover {
  color: #284de2;
}

.footer3 h5 {
  color: #ddd;
  padding-bottom: 7px;
}

/*  ------------------- footer part css end ------------------- */

/*  ================= footer bottom css start =================== */

#footer_bottom {
  background-color: #32417e;
}

.text_part p {
  font-size: 16px;
  color: #fff;
  font-family: "Lato", sans-serif;
  padding-top: 10px;
  display: flex;
}

.bottom_content p {
  font-size: 16px;
  color: #fff;
  font-family: "Lato", sans-serif;
  padding-top: 10px;
}

.bottom_image_content img {
  width: 280px;
  height: 32px;
  background-color: #ddd;
  border-radius: 5px;
}

.bottom_image_content {
  padding-top: 8px;
}
/*  ================= footer bottom css end =================== */


/* ==========about-page-start======  */



/* about-title-area start  */

.about-area {
  background-color: #197ABC;
  padding: 90px 0;
}

.about-title h2{
  font-size: 45px;
  font-weight: 600;
  color: #fff;
  text-transform: uppercase;
  text-align: center;
}
.about-title p{
  font-size: 20px;
  font-style: italic;
  margin: 0;
  color: #fff;
  text-align: center;
}

/* ==.project area start== */

.project-area {
  padding: 100px 0;
  background-color: #197ABC;
}
.client-item h2 {
  font-size: 50px;
  font-weight: 500;
  color: #fff;

}
.client-item p{
  font-size: 20px;
  color: #fff;
}

/*=== Over The World area start=== */
.over-world-area {
  padding: 60px 0;
}
.the-world-item h2{
  font-size: 32px;
  font-weight: 600;
  color: #323232;
  margin-bottom: 10px;

}
.the-world-item p{
  font-size: 16px;
  color: #777777;
}

.the-world-item-img img {
  max-width: 188px;
  display: block;
  padding-bottom: 70px;
  text-align: center;
  margin: auto;
} 



/* ===Order Tracking area start=== */

.order-tracking-area {
  padding: 70px 0;
}


.order-tracking-table table {
  border: none;
  width: 100%;
}

.order-tracking-table table tr th {
  font-size: 16px;
  font-weight: 600;
  color: #232323;
  text-transform: capitalize;
  border-bottom: 1px solid #ddd;
  padding: 20px 0;
}
.order-tracking-table table tr td {
  border-bottom: 1px solid #ddd;
}
.order-tracking-table table tr:last-of-type td {
  border: none !important;
}

.order-tracking-table table  p,
.order-tracking-table table tr td {
  font-size: 16px;
  color:#777777 ;
  padding: 5px 0;
}
.order-tracking-table table  p{
  margin: 0;
  padding: 0;
}

.order-tracking-table table tr td span {
  font-size: 17px;
  color: #016DB6;
  width: 90px;
  text-align: center;
}

#st-1{
  font-size: 12px;
  display: inline-block;
  color:#76AB3C;
  padding: 5px 8px;
  border: 1px solid #76AB3C;
  border-radius: 4px;
}
#st-2{
  font-size: 12px;
  display: inline-block;
  color:#F69F00;
  padding: 5px 8px;
  border: 1px solid #F69F00;
  border-radius: 4px;
}
#st-3{
  font-size: 12px;
  display: inline-block;
  color:#F04E51;
  padding: 5px 8px;
  border: 1px solid #F04E51;
  border-radius: 4px;
}
#st-4{
  font-size: 12px;
  display: inline-block;
  color:#F04E51;
  padding: 5px 8px;
  border: 1px solid #F04E51;
  border-radius: 4px;
}
#st-5{
  font-size: 12px;
  display: inline-block;
  color:#292F43;
  padding: 5px 8px;
  border: 1px solid #292F43;
  border-radius: 4px;
}




@media screen and  (max-width: 767px){
  .order-tracking-table {
    overflow-y: scroll;

  }
  .order-tracking-table td {
    min-width: 200px;
  }
  .about-title h2 {
    font-size: 33px;
  }
  .about-area {
    background-color: #197ABC;
    padding: 58px 0;
  }
  .the-world-item h2 {
    font-size: 24px;
    font-weight: 600;
    color: #323232;
    margin-bottom: 10px;
    text-align: center;
  }
  

}


.footer-logo img{
  width: 100px;
  margin-bottom: 10px;
}

.f-list ul {
  padding: 0;
}
.f-list ul li:hover i {
  color: #0165a8;
}
.f-list ul li a{
  font-size: 15px;
  color: #fff;
  display: inline-block;
  padding: 7px 0;
}
.f-list ul li a:hover{
  color: #0165a8;
}
.f-list ul li a i:hover {
  color: #0165a8;
  font-size: 15px;
} 

.f-list  a i {
  padding-right: 20px;
  color: #ddd;
}


.social-icon ul{
  display: flex;
  padding: 0;
}
.social-icon ul li a{
  font-size: 12px;
  width: 30px;
  height: 30px;
  display: block;
  color: #ddd !important;
  line-height: 27px;
  border-radius: 50%;
  text-align: center !important;
  border: 1px solid #ddd;
  transition: .2s;
  margin: 0 5px;

}

.social-icon ul li a:first-of-type{
  margin-left: 0 !important;
}


.social-icon ul li a:hover {
  background-color: #016DB6;
  color: #fff !important;
  border: 1px solid #016DB6;
}


/*========== contact page start====== */

.contact-form {
  padding: 50px 0;
  background-color: #ddd !important;

}

.contact-form-item {
  max-width: 700px !important;
  margin: auto;
}

.contact-btn button{
  border:1px solid #016DB6  !important;
  background-color: #016DB6;
}
.contact-btn button:hover{
  border:1px solid #fff  !important;
}



@media print {
  #print_actions,
  header,
  footer {
    display: none;
  }

  #invoice a {
    color: black;
    text-decoration: none;
  }

  .card {
    box-shadow: none;
  }
}