*{
  padding:0;
  margin:0;
}
p{
  padding:0;
  margin:0;
  font-family:arial;
}
.from-area{
  padding:20px 40px;
}
.navbar-toggler{
  border-color: #0663b2!important;
}
.navbar_fixed{
    position:fixed;
    top:-60px;
    left:0;
    width:100%;
    box-shadow: -1px 9px 30px rgb(0 0 0 / 10%);
    z-index:9999;
    transform:translateY(60px);
    transition: transform 30ms ease;
}
.dropdown-item:hover{
    color:#000;
    background-color:#eee;
}
.dropdown-item{
  border-bottom:1px solid #eee;
  padding-top:10px;
  padding-bottom:10px;
}

.box-border{
  border:2px solid #e8eff5;
  overflow:hidden;
}
.circle-wrapper{
  margin-top:-42px;
  position:absolute;
}

 #catalog img:hover{
     transform:scale(1.5);
     transition:1s ease;
 }
  .clr{
    color:#0663b2;
  }
  .txt-color{
    color:#e95322;
  }

.fa-brands{
  margin-right:6px;
  margin-left:6px;
  font-size:22px;
  color:#eee;
}
.button{
  border:2px solid #0663b2;
  border-radius:20px;
}
.nav-link:hover{
  color:#0663b2!important;
}
.nav-item a{
  font-size:15px;
}
#form-container{
    background-color:#e8eff5;
  }
.get-btn{
  text-align: center;
  padding:16px 25px;
  border:2px solid #010066;
  border-radius:8px;
  color:#eee;
  background-color:#010066;
  font-weight:700;
  margin:0px 40px 0px 0px;
  margin-top:30px;
}
.get-btn:hover{
  color:#010066;
  background-color:#eee;
}
ul>li{
  list-style:none;
}
#partener-section{
  background-color:#d7e5f2;
  padding:80px 0px;
}

.client-card{
  padding:40px;
  box-shadow:0px 0px 15px 1px rgba(0,0,0,0.1);
  
}
.client-card>p{
  color:#aaa;
  margin-bottom:20px;
}
.normal-card{
  padding:30px;
  border-bottom:5px solid #e95322;
  border-radius:5px;
  box-shadow:0px 0px 15px 1px rgba(0,0,0,0.1);
}
.normal-card>p{
  color:#000;
}
.contact-box{
  padding:40px;
  border:5px solid #00843e;
  border-radius:5px;
}
.contact-form form textarea, .contact-form form input{
  margin-bottom:20px;
}
#footer{
  background-color:#eee;
  padding:30px 0px;
}
#footer h5{
    color:#0663b2;
}
#footer .footer-content{
    
}
.footer-content li{
  list-style:none;
  line-height:35px;

}
#links a{
  text-decoration:none!important;
  color:#000!important;
}
#links a:hover{
  text-decoration:none;
  color:#000
}
#footer-bottom{
  background-color: #0663b2;
  padding-top: 10px;
  padding-bottom: 10px;
}


@media only screen and (min-width:992px){
.top-border{
  border-top: 2px solid #010066;
}
.nav-item:hover{
    
    font-weight:500;
}
.service-info{
    margin-top:40px;
}
}
@media only screen and (max-width:992px){
  
  .get-btn{
    width:60%;
    margin-right: 0px;
    margin: auto;
    margin-top: 40px;

  }
  .circle-wrapper{
    text-align:center;
    width:90%;
  }
  .circle{
    margin:auto;
  }
}
@media only screen and (max-width:768px){
  .reverse{
    flex-direction:column-reverse;
  }
  #icons-wrapper{
     padding-left:0px;
  }
  #button{
    margin-bottom:30px;
  }
  .get-btn{
    margin-bottom:30px;
  }
  .top-border{
    border:1px solid #aaa;
    border-radius:5px;
    width:90%;
    margin:auto;
    margin-bottom:70px;
    background-color:#147fb7;
    color:#fff;
  }
  #nav-email{
    display:none!important;
  }
  .mobile-ton{
    margin-bottom:20px;
  }
}


