@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@200;300;400;500;600;700&display=swap");
* {
  padding: 0;
  margin: 0;
}

.under-header{
  height: 80px;
}

.search-form{
  display: block;
  width: 100%;
  position: absolute;
  top: 100px;
  z-index: 8;
  transform: scale(1, 0);
  transform-origin: top;
}

.show-search{
  transform: scale(1, 1);
}

.search-form input{
  width: 100%;
  display: block;
  padding: 15px;
  border: 1px solid rgb(0, 0, 0, 0.2);
}

.fade-left[data-scroll="in"]{
  animation-name:fadeInLeft;
  animation-duration:2s;
  animation-iteration-count: 1;
}

.fade-right[data-scroll="in"]{
  animation-name:fadeInRight;
  animation-duration:2s;
  animation-iteration-count:1;
}

.about a{
  background-color: #205AAC;
  color: white;
}

* a:hover{
    text-decoration: none;
}

button, select, input, input:focus, input:hover, input:active {
  outline: none;
  box-shadow:none;  
  -webkit-appearance: none;
  -moz-appearance: none;
}

textarea,
select,
input{
     -webkit-appearance: none;
     border-radius: 0;
}

body {
  font-family: "Poppins", Arial, Helvetica, sans-serif;
}
#preloader {
  position: absolute;
  display: none;
  top: 50%;
  left: 50%;
  width: 50px;
  height: 50px;
  margin: -30px 0 0 -30px;
}
#status {
  position: fixed;
  z-index: 999999;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: block;
  background: #fff;
  background-image: none;
  background-image: url("../img/logo.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 50%;
  animation: zoomin;
  animation-duration: 15s;
  animation-iteration-count: infinite;
}

@keyframes zoomin {
  0% {background-size: 50%;}
  50% {background-size: 85%;}
  100% {background-size: 50%;}
}

#status span{
  position: absolute;
  top: 10px;
  left: 50%;
  transform: translate(-50%, 0);
}

header {
    width: 100%;
    height: max-content;
    transition: 0.5s;
    z-index: 50;
    background-color: transparent;
    position: absolute;
  }
  header nav {
    position: relative;
    float: right;
    margin-top: 30px;
    right: 10%;
    transition: 0.1s;
    padding: 30px 0px 30px 0px;
  }
  header nav ul{
    height:100%;
  }
  header.sticky {
    position: fixed;
    background-color: white;
    box-shadow: 10px 0px 5px 5px rgb(0, 0, 0, 0.04);
    top: 0px;
  }
  header.sticky nav {
    padding: 5px 0px 5px 0px;
    height: 70px;
  padding: 0;
  }
  header.sticky nav ul li {
    color: #0b0c26;
  }
  header nav ul li.nav-item:hover .dropdown {
    opacity: 1;
    margin-top:37px;
    height: max-content;
    transition: 0.5s;
  }
  header nav ul li.nav-item:hover .dropdown li {
    display:block;
  }
  
  header nav ul li {
    padding: 10px 20px 10px 20px;
    color: white;
    cursor: pointer;
    text-decoration: none;
    transition: 0.4s;
    border-bottom: 1px solid transparent;
    font-family: "Poppins", sans-serif;
    font-weight: 700;
    display: inline-block;
    text-transform: uppercase;
    font-size: 14px;
    outline: medium none;
    height:100%;
    letter-spacing: 0px;
    position: relative;
  }
  header nav ul a {
    text-decoration: none;
    color: inherit;
  }
  .dropdown {
  opacity : 0;
  background-color: #f8f9fa;
  width:250px;
  position: absolute;
  margin-top:10%;
  transition: opacity 0.5s, visibility 0.5s , margin 0.5s;
  border-top:2px solid #205aac;
  box-shadow:0 6px 12px rgba(0, 0, 0, .175);
  z-index:10;
  height:0;
  visibility:visible;
  overflow:hidden;
  
    
  }
  .dropdown li{
    width: 100%;
    display: none;
    background-color: inherit;
    padding-left:10px;
  
    transition: 0.5s;
  
  }
  .dropdown li i{
    display:inline;
    opacity:0;
    transition: 0.5s;
  }
  .dropdown li:hover{
    background-color: white;
    display:flex;
    padding-left:15px;
  }
  .dropdown li:hover i{
    opacity:1;
  }
  
  .dropdown a {
    padding-top: 3px;
    padding-bottom: 3px;
    color: #0b0c26;
    cursor: pointer;
  
    text-decoration: none;
  
    transition: 0.4s;
    border-bottom: 1px solid rgb(0, 0, 0, 0.02);
    font-family: "Poppins", sans-serif;
    font-weight: 400;
    text-transform: uppercase;
    width: 100%;
    display: inline;
    margin-left:5px;
    font-size: 13px;
    outline: medium none;
    letter-spacing: 0px;
    text-transform: capitalize;
    text-align: left;
    position: relative;
  }
  
  header nav ul li i.fa{
    display: none;
    position: absolute;
  }
  header nav ul li:hover,header nav ul li.active{
    color: #205aac;
  }
  
  header #logo {
    width: 180px;
    display: inline-block;
    margin-left: 20px;
    margin-top: 10px;
    position: relative;
    left: 10%;
  }
  header #logo img {
    width: 100%;
    height: 100%;
  }
  .search-btn {
    border: 0.2px solid black;
    border-radius: 100px;
    padding: 8px;
    color: #0b0c26;
    display: none;
    transition: 0.4s;
  }
  .search-btn:hover {
    color: white;
    background-color: #205aac;
  }
  .inline-search {
    display: inline;
  }
  
  .login {
    border: 0.5px solid #0b0c26;
    color: #0b0c26;
    font-size: 12px;
    width: 100%;
    padding: 10px;
    transition: 0.4s;
  }
  .login:hover {
    color: white;
    background-color: black;
  }


.fade-left[data-scroll="in"]{
    animation-name:fadeInLeft;
    animation-duration:2s;
    animation-iteration-count: 1;
}

.fade-right[data-scroll="in"]{
    animation-name:fadeInRight;
    animation-duration:2s;
    animation-iteration-count:1;
}



.advantage{
    padding: 30px 0px;
    background-image: url(../img/genimage1.jpg);
    background-size: cover;
    background-position: right;
    background-repeat: no-repeat;
    position: relative;
    box-shadow: 0 0 0 1000px rgb(4, 4, 39, 0.8) inset;
    color: white;
    position: relative;
}

.advantage .container .box{
    margin: 10px;
    border: 2px dashed rgb(250, 250, 250, 0.3);
    padding: 20px;
    text-align: center;
}

.advantage .container .box:hover{
    border: 2px dashed rgb(250, 250, 250, 0.9);
}


.contract .card-header{
  font-size: 1.5em;
    max-width: 900px;
    font-weight: bold;

}

.contract .bg-warning{
    background: #c19740 !important;
}

.contract .card{
    box-shadow: 0px 2px 20px 5px #d6dee0;
    border-radius: 5px;
}

.contract .btn-warning{
  background: #c19740 !important;
  border:  1px solid #c19740;
}



.calculator{
    background-image: url(../img/calculator.jpg);
    min-height: 600px;
    width:100%;
    margin: 0px 0px 40px 0px;
    color: white;
    font-family: 'Roboto condensed';
}

.calculator .container{
    width: 90%;
    max-width: 1000px;
    margin: auto;
    padding: 80px 0px;
    display: block;
}

.calculator .container h2, .calculator .container h3{
    margin:5px 0px;
}

.calculator .container p{
    margin: 0px;
    line-height: 2;
}

.calculator .container p:first-of-type{
    color: #daa106;
}

.calculator h3{
    font-weight: normal;
    color: rgb(250, 250, 250, 0.5);
}

.calculator ::placeholder{
    color: black;
}

.calculator input, 
.calculator select{
    display: block;
    margin: 15px 0px;
    padding: 15px;
    width: 100%;
    max-width:400px;
    border: 0px;
    border-radius: 3px;
    background-color: white;
    text-transform: capitalize;
}

.calculator input:focus, .calculator select:focus{
    outline: none;
}


.calculator .field{
    display:block;
    width: 100%;
    max-width:400px;
    border: 0px;
    padding: 20px;
    border: 1px solid rgb(250, 250, 250, 0.1);
}

.calculator .field div span{
    display:block;
    margin-top: 5px;
    color: #daa106;
}


.counter{
    background-image: url(../img/counter.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: cover;
    padding: 0px;
}

.counter .container{
    background: rgba(0, 0, 0, 0.9);
    max-width: 100%;
}



#hero{
    position: relative;
}

.hero-other{
    background-image: url(../img/image1.jpg);
    background-size: cover;
    background-position: top;
    background-repeat: no-repeat;
    height: 300px;
    position: relative;
    padding: 50px;
}

.hero-other .container p{
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

.hero-other .container p *{
    color: white;
}

.about{
    position: relative;
}

.under-about{
    background:  #c5cea3;
    position: absolute;
    padding: 20px;
    bottom: 0px;
    left: 0px;
    width: 100%;
    height: 150px;
    z-index: -1;
}

.about .container{
    width: 100vw;
    max-width: 1250px;
    margin: auto;
    padding: 50px 0px 30px 0px;
    text-align: center;
}

.about .container img{
    width: 95%;
    max-width: 650px;
}

.about .container p{
    width: 95%;
    max-width: 700px;
    margin:20px auto;
}

#about p{
    font-size: .9em;
}

.about-other{
    padding: 50px 0px;
    line-height: 1.5;
}

.about-other .container{
    width: 100%;
    max-width: 1250px;
    margin: auto;
    display: flex;
}

.about-other .left{
    flex: 7;
    margin-right: 20px;
}

.about-other .left h2{
    margin: 20px 0px;
}

.about-other .left img{
    width: 100%;
}

.about-other .left p{
    margin: 20px 0px;
}

.about-other .right{
    flex: 3;
    margin-left: 20px;
    background: #daa106;
    color: white;
    height: max-content;
}

.about-other .right p{
    margin: 20px 35px;
}

.about-other .right h2{
    margin: 20px 35px;
}


.mission{
    line-height: 1.5;
}

.mission .container{
    display: flex;
    width: 100vw;
    max-width: 1250px;
    margin: 20px auto;
}

.mission h2{
    margin: 10px 0px;
}

.mission .container img{
    flex: 2;
    margin-right: 50px;
    position: relative;
    width: 100%;
    max-width: 300px;
    height: 200px;
}

.mission-other{
    line-height: 1.5;
}

.mission-other .container{
    display: flex;
    width: 100vw;
    max-width: 1250px;
    margin: 20px auto;
}

.mission-other h2{
    margin: 10px 0px;
}

.mission-other .container img{
    flex: 2;
    margin-left: 50px;
    position: relative;
    width: 100%;
    max-width: 300px;
    height: 200px;
}

.mission-other .container .left{
    text-align: right;
}

.cert img{
    width: 95%;
    max-width: 650px;
    display: block;
    margin: 40px auto 20px auto;
    border: 3px solid #daa106;
}




#hero{
    position: relative;
}


.hero-other {
  background-image: url(../img/image1.jpg);
  box-shadow: 0 0 0 1000px rgb(4, 4, 39, 0.7) inset;
  background-size: cover;
  background-position: top;
  background-repeat: no-repeat;
  height: 300px;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 50px;
  text-align: center;
}

.breadcrumb-text {
  font-size: 1.25rem;
  font-weight: 500;
  color: white;
}

.hero-other .breadcrumb-text a {
  color: #fff;
}

.hero-other .breadcrumb-text a:hover {
  text-decoration: underline;
}

.terms{
    background-color: white;
    line-height: 1.5;
}

.terms .container{
    width: 95vw;
    max-width: 1250px;
    margin: auto;
    padding: 50px 0px;
}

.terms h2{
    margin: 20px 0px;
}


.contact h1{
    margin: 20px 0px;
    text-align: center;
}

.contact .container{
    display: flex;
    width: 95vw;
    max-width: 1250px;
    margin: 40px auto;
}

.contact .container .left{
    flex: 1;
}

.contact .container .left .text-input,
.contact .container .left textarea{
    display: block;
    width: 80%;
    margin:  10px auto;
    padding: 15px 20px;
    border-radius: 3px;
    border: 1px solid green;
    color: green;
}

.contact .container .left button{
    display: block;
    width: max-content;
    margin:  10px auto;
    padding: 15px 20px;
    border-radius: 5px;
    background-color: white;
    border: 1px solid green;
    color: green;
}

.contact .container .left button:hover{
    background-color: green;
    color: white;
}

.contact .container .right{
    flex: 1;
}

.contact .container .right p{
    padding: 20px 20px;
}

.contact .container .right a{
    width: 45px;
    height: 45px;
    padding-top: 10px;
    margin-right: 5px;
    text-align: center;
    font-size: 1.3em;
    border-radius: 50%;
    display: inline-block;
    transition: all 0.3s;
    color: white;
}

#message-reponse{
    text-align: center;
    width: 100%;
}

@media only screen and (max-width:800px){

    .terms .container{
        width: 90vw;
    }

    .contact .container{
        flex-direction: column;
    }
}

@media only screen and (max-width:450px){

    .hero-other{
        height: 200px;
    }

    .under-header{
      height: 1px;
    }
}


#facebook{
    background: #3B5998;
     transition: 500ms;
}

#twitter{
    background: #55ACEE;
    transition: 500ms;
}

#linkedin{
    background: #0077B5;
    transition: 500ms;
}

#whatsapp{
    background: #25D366;
    transition: 500ms;
}

#instagram{
    background: #5851db;
    transition: 500ms;
}

#google-plus{
    background: red;
    transition: 500ms;
}




@media only screen and (max-width:1000px){
    
    .about-other .left{
        flex: 5;
        margin-right: 10px;
    }
    
    .about-other .right{
        flex: 5;
        margin-left: 10px;
    }
}


@media only screen and (max-width:700px){
    
    .about-other{
        padding: 0px 0px 20px 0px;
    }
    
    .about-other .container{
        flex-direction: column;
        width: 100vw;
    }
    
     .about-other .left{
        margin: 0px;
    }
    
    .about-other .right{
        margin: 0px;
    }
    
    .about-other .left p{
        font-size: .9em;
    }
    
    .about-other .left h2{
        margin: 10px 0px 0px 0px;
    }
    
    .about-other .right p{
        margin: 10px 20px;
    }
    
    
    .mission .container{
        flex-direction: column;
        width: 100%;
    }
    
    .mission .container img{
        margin-right: 0px;
        max-width: 100%;
        height: 250px;
    }
    
    .mission-other .container{
        flex-direction: column;
        width: 100%;
    }
    
    .mission-other .container .left{
        text-align: center;
    }
    
    .mission-other .container img{
        margin-left: 0px;
        max-width: 100%;
    }
}

@media only screen and (max-width:450px){

    .hero-other{
        height: 200px;
    }
}



@media screen and (max-width: 1200px) {

    .search-form{
      top: 75px;
    }

    header.sticky{
      position:relative;
    }
    header nav {
      width: 90%;
      height: 300px;
      background-color: white;
      position: fixed;
      margin: auto;
      margin-top: 0px;
      border-top: 3px solid #205aac;
      left: 50%;
      margin-left: -45%;
      transition: 0.5s;
      height: 100%;
      box-shadow: rgba(0, 0, 0, 0.12) 3px 3px 15px;
      display: none;
      z-index: 500;
    }

    header nav ul{
      height: max-content;
    }

    header.sticky nav {
      height: max-content;
      box-shadow: rgba(0, 0, 0, 0.12) 3px 3px 15px;
      position: absolute;
      z-index: 500;
    }
  
    header #logo {
      width: 180px;
      height: 65px;
      margin-top: 10px;
      margin-bottom: 10px;
      left: 25%;
      margin-left: 10px;
    }

    header nav ul li i.fa{
      right: 10px;
      font-size: 20px;
      display: block;
      top: 5px;
    }
  
    .search-btn {
      position: absolute;
      left: 5%;
      display: block;
      top: 20px;
    }
    .inline-search {
      display: none;
    }
  
    header nav ul li {
      display: block;
      margin: auto;
      width: 100%;
      margin-top: 4px;
      color: black;
      border-bottom: 0.5px solid rgb(0, 0, 0, 0.04);
      width: 100%;
      padding-left:0;
      width:92%;
    }
    .dropdown {
      opacity: 1;
      position: static;
      height: 0;
    box-shadow:none;
      background-color: white;
    transition: none;
      width: 100%;
    border:none;
      overflow: hidden;
      margin:0;
    
    
  }
  header nav ul li span{
  display:inline;
  position:static;
  margin-left:0;
  
  
  }
    header nav ul li:hover .dropdown {
      opacity: 1;
      border:none;
      height: max-content;
    }
    .login{
      display: none;
    }
  
    .expand {
      display: block;
    }
  }
  

  @media screen and (max-width: 500px) {
    header #logo {
      width: 180px;
      margin: 0px 10px 0px -10px;
    }

    header #logo img {
      width: 100%;
      margin: 5px 0px;
    }

    .search-form{
      top: 65px;
    }

    .search-btn {
      top: 15px;
    }

    .guide img {
        max-width: 100px !important;
    }

  }

  @media (max-width: 300px) {
    .custom-col {
      flex: 0 0 100% !important; /* Full width */
      max-width: 100% !important;
      text-align: center
    }
  }




  #toggle-sidebar{
    width:30px;
    height:80px;
    
    position:absolute;
    right:10%;
    top:-5px;
    display:none;
    z-index:1000;
    margin-top:25px;
    
    }
    
    
    #toggle-sidebar div{
    width:100%;
    margin:6px;
    background-color:#0b0c26;
transition:0.3s;
    height:1.5%;

    }
    
    #toggle-sidebar.closed div{
        transition:0.3s;
        background-color:black;

        position: absolute;
     }
    
     #toggle-sidebar.closed div:nth-of-type(1){
     transform: rotate(45deg);

     }
     #toggle-sidebar.closed div:nth-of-type(2){
       width:50%;
   
       opacity: 0;
       transition: none;
    }
    #toggle-sidebar.closed div:nth-of-type(3){
  
        transform: rotate(-45deg);
        position: absolute;
    
     }
     @media screen and (max-width:1200px){
    #toggle-sidebar{
       
       display:block;
    }
        
     }


    