
@font-face {
    font-family: 'Avenir';
    src: url('../font/Fonts/Avenir.ttc');
  }
@font-face {
    font-family:'Montserrat-Black';
    src: url('../font/Fonts/Montserrat-Black.ttf');
  }
  @font-face {
    font-family: 'Montserrat-SemiBold';
    src: url('../font/Fonts/Montserrat-SemiBold.ttf');
  }
  @font-face {
    font-family: 'Font-Bold';
    src: url('../Fonts/Poppins-Bold.ttf') /* IE9 Compat Modes */
  }
  @font-face {
      font-family:'ExtraBold' ;
      src: url('../font/Fonts/Montserrat-ExtraBold.ttf');
  }
  @font-face {
    font-family:'MontserratMedium' ;
    src: url('../font/Fonts/Montserrat-Medium.ttf');
}
body{
    overflow-x: hidden;
}
.p-4{
    padding: 3rem !important;
}
a{
    color: #808080;
    cursor: pointer;
    
}
li{
    list-style-type: none;
}
a:hover{
    color: #009bda;
    text-decoration: none;

}
a.active{
    color: #009bda;
    font-weight: bold;
}
button:focus{
    outline: -webkit-focus-ring-color auto 0px;
}
  .branch{
      height: auto;
      background-color: #e6edf0;
      color:#666666;
  } 
.error-box{
    background-color: #e6edf0;
    border-radius: 3px;
    font-size: 20px;
    padding: 5px;
    color:#520202;
    font-family: 'Montserrat-Medium';
}
  input::-webkit-outer-spin-button,
  input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
  }
  input[type=number] {
    -moz-appearance: textfield;
  }
 .left{
    position: fixed;
    width: 100%;
    height: 100vh;
    max-width: 14%;
}
.contanier{
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.font-proaktif{
  font-family:'Montserrat-SemiBold';
  color:#808080;
  font-size: 20px;
  text-align: left;
}
.footer{
    background-color: #006bad;
    height: auto;
    position: absolute;
    display: flex;
    justify-content: space-between;
    left: 0px;
    margin-bottom: 0px !important;
    right: 0px;
    padding: 15px;
}
.footer-logo{
    margin-left: 30px;
    max-height:8vh !important;
} 
.footer-text{
    margin-left: 2vw;
}
.footer-text1{
    margin-top: 15px;color:white;margin-left: 10px;margin-bottom: 0px;font-family:"Montserrat-SemiBold";font-size: 20px;
}
.footer-text2{
    font-size:12px;margin-top: 0px !important;color: white;margin-left: 10px;font-family:Montserrat-SemiBold;
}

.pro-title{
    color:white;
    font-family: 'Montserrat-SemiBold';
    font-size: 10vh;
    margin-top: 50px;
    letter-spacing: 8px;
}
.pro-subtitle{
    color:white;
    font-family: 'Montserrat-SemiBold';
    font-size: 3.2vh;
}
.pro-subtitle-item{
    color:white;
    font-family: 'MontserratMedium';
    font-size: 2.5vh;
    margin: 30px;
    text-align: center;
}
.right{
    position: absolute;
    width: 86%;
    right: 0px;
    top: 0px;
    bottom: 0px;

}
.selectLang{
  border: none;
  color:#808080;
  font-family:'Montserrat-SemiBold';
  margin-left: 5px;
}
.sign{
    color:white;
    margin-left: 20px;
    font-family:'Montserrat-SemiBold';
    margin-top: 15px;
    font-weight: bold;
    font-size: 16px;
}
.sign-box{
    background-color: #006DDA;
    width: 100%;
    height: 40px;
    color:white;
    border-bottom:aqua solid 10px;
}

.nav-box{
    height: 45px;
    border-bottom: solid 2px #009bda;
    align-items: center;
    display: flex;
}
.nav-item{
    margin-left: 16px;
    margin-top: 20px;
    font-size: 14px;
    color: #808080;
    cursor: pointer;
}
.nav-item:focus-within{
    color: #009bda;
}
.nav-item:focus-visible{
    color: #009bda;
}
.title-contanier{
    height: auto;
    text-align: center;
    background-color: #E6EDF0;
    color:#009bda;
    font-size: 20px;
    font-family: 'MontserratMedium';
    margin-left: -15px;
    margin-right: -15px;
}
.top-box{
    padding: 40px;
    padding-top: 15px;
}
/* modal css */
.modal {
    display: none; /* Hidden by default */
    position: fixed; /* Stay in place */
    z-index: 1; /* Sit on top */
    padding-top: 100px; /* Location of the box */
    left: 0;
    top: 0;
    border:rgba(112,112,112) ;

    width: 100%; /* Full width */
    height: 100%; /* Full height */
    overflow: auto; /* Enable scroll if needed */
    background-color: rgb(0,0,0); /* Fallback color */
     background-color: rgba(0,85,140,0.7); /*Black w/ opacity */
  }
  
  /* Modal Content */
  .modal-content {
    background-color: #fefefe;
    margin: auto;
    border:none;
    border-radius: 0px !important;
    -webkit-box-shadow: -14px 17px 9px 10px rgba(0, 0, 0, 0.16);
    -moz-box-shadow:    -14px 17px 9px 10px rgba(0, 0, 0, 0.16);
    box-shadow:         -14px 17px 9px 10px rgba(0, 0, 0, 0.16);
    width: 40%;
  }
  
.signin-button{
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #E6E6E6;
    margin-top: 10px;
    border: none;
    height: 40px;
    background-color: #006DDA;
}
.signin-checkbox{
    border:#666666;
}
.signin-input{
      border:none;
      margin-top: 25px;
      /* border-bottom: 1px solid #666666 ; */
      width: 100%;
      text-align: center;
 } 
 .close{
    position: absolute;
    z-index: 20;
    right: 6px;
 }

  /* .signin-input:focus-visible{
    border-bottom: 1px solid #009bda ;
} */
.signin-input-div{
    border-bottom: 1px solid #666666 ; 
   }
.signin-input-div:focus-visible{
   border-bottom: 1px solid #009bda ;
}
 .signin-input-select{
    border:none;
    margin-top: 30px;
    /* border-bottom: 1px solid #666666 ; */
    width: 100%;
    text-align: center;
}

.signin-input-select-div{
     border-bottom: 1px solid #666666 ; 
    }
.signin-input-select-div:focus-visible{
    border-bottom: 1px solid #009bda ;
}
.signin-icons{
position: absolute;
left: 80px;
margin-bottom: 2px;
margin-top: 20px;

}
.signin-text{
    font-family: 'MontserratMedium';
    color: #00A9E4;
    font-size: 12px;
    margin-left: 5px;
}
.mobile-signup{
    display: none;
}
.none{
    display: none !important;
}
  input:focus-visible{
      outline: -webkit-focus-ring-color auto 0px;
  }
  textarea:focus-visible{
    outline: -webkit-focus-ring-color auto 0px;
}
  select:focus-visible{
    outline: -webkit-focus-ring-color auto 0px;
}
select{text-align-last:center;}
.signin-option{
    padding: 10px;
    background-color: #F2F2F2;
    border-bottom:solid 1px #CCCCCC ;
    color: #666666;
}
.signin-option:hover{
    color: #006DDA;
    background-color: transparent;
}
.submit-btn{
    background-color: #006DDA;
    color: #e6edf0;
    align-items: center;
    justify-content: center;
    display: flex;
    border:none;
}

/* About Page */
.about-banner{
    width: 100%;
    display: flex;
    align-items: center;
    min-height: 300px;
    background-color: #E6EDF0;
}
.prag{
    font-size: 12px;
    text-align: justify;
    color:#666666;
    font-family: 'MontserratMedium';
}
.tab-box{
    padding: 40px;
}

/* contact form input */
.contact-body{
  position: relative;
  height: 85vh;
}
.contactForm-input{
    background-color: #F2F2F2;
    color:#999999;
    font-family: 'MontserratMedium';
    border:none;
    width: 90%;
    font-size: 13px;
    margin-top: 10px;
}

@media only screen and (max-width: 1000px) {
    .modal-content{
        width: 80%;
    }
}
.tablinks{
    background-color:#E6E6E6 ;
    cursor: pointer;
    color:#666666
}
.tablinks-active{
  background-color:#00A9E4 ;
  color:white;
  border:none;
}

.tablinks:focus{
  background-color:#00A9E4 ;
  color:white;}

  
  /* Style the active class (and buttons on mouse-over) */
  .active{
    color:#00A9E4;
    font-weight: bold;
    }
/* projecets */
.project-title{
    color: #009bda;
    font-size: 25px;
    font-family: 'ExtraBold';
    left: 30px;
    position: absolute;
    top: 20px;
}
.project-content{
    height: 65vh;
}
#mobile-menu{
    display: none;
}
.mobile-menu-content{
    display: none;
}
    .w3-content{
        height: 450px !important;
    }

@media only screen and (max-width: 1400px) {
    .w3-content{
        height: 350px !important;
    }
    .nav-box{
        height: 30px !important;
        margin-top: 10px !important;
    }
}
@media only screen and (max-width: 768px) {
    .modal-content {
        margin-top: 5vh;
    }
    .contanier{
        margin-left: 0px !important;
    }
    .contact-body{
      position: relative;
       height: auto;
    }
    .left{
     display:none;
    }
    .project-content{
        height: auto;
    }
    .pro-title{
    color:white;
    font-family: 'Montserrat-SemiBold';
    font-size: 7vh;
    padding: 20px;
    margin-top: 50px;
    letter-spacing: 8px;
}
    .right{
        width:100vw;
        margin-left: -15px;
    }
    .mobile-signup{
        display: flex;
        width: 100%;
        justify-content:space-between;
        z-index: 3;
        margin-top: 10px;
    }
    .sign-box{
        background-color: #006DDA;width: 100%;border-top-right-radius: 15px;height: 30px;border-bottom:aqua solid 5px;
        margin-top: 20px;
     }
     .sign{
         font-size: 10px;
     }
     .font-proaktif{
        font-size: 2.5vw;
        margin-right: 50px
     }
    .footer-logo{
        margin-left: 10px;
        max-height:8vh;
    } 
     .footer-text{
        margin-left: 5vw;
    }
     .footer-text1{
        margin-top: 15px;color:white;margin-left: 10px;margin-bottom: 0px;font-family:"Montserrat-SemiBold";font-size: 15px;
    }
    .footer-text2{
        font-size:10px;margin-top: 0px !important;color: white;margin-left: 10px;font-family:Montserrat-SemiBold;
    }
     .top-box{
        padding: 20px !important;
     }
     #mobile-menu{
         height: 100%;
         width: 100%;
         z-index: 1;
         background-color: white;
         position: fixed;
         top:0;
       
     }
     .mobile-menu-content{
         margin-top: 15vh;  
         justify-content: center;
         display: grid;
     }
     .nav-box{
        height: 45px;
     }
     .nav-item{
         display: flex;
         justify-content: center;
     }
     .footer{
        z-index: 3;
     }
}