@font-face {
  font-family: Kuro-Regular; src: url('../Kuro-Regular.ttf');
}

body{
  font-family: Kuro-Regular;
}

section{
  padding-bottom: 5%;
}

section p {
  text-align: justify;
}

header{
  background-image: url('../img/server-administrator.jpg');
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  color: #fff;
}

h2{
  text-transform: uppercase;
  color: #232d7d;
  padding: 30px 0;
}

/* end global css */

.topbar{
  color: #000;
  background-color: #fff;
  padding: 15px 5%;
}

.topbar-item{
  color: #666;
  border-right: 1px solid #666;
}

.topbar-item:nth-child(3){
  border: none;
}

.topbar-item p{
  display: inline;
}

.flag-item img{
  height: 20px;
  width: 20px;
  cursor: pointer;
}

.page-header{
  text-align: center;
  padding: 25% 0 20% 0
}

.page-header h1{
  letter-spacing: .1rem;
  font-size: 55px;
  font-weight: 700;
  padding-bottom: 3%;
}

.page-header h3{
  text-transform: uppercase;
}
/*end header*/

.navbar-style{
  position: fixed;
  top: 50px;
  right: 0;
  left: 0;
  z-index: 1030;
  background-color: #fff;
  border-width: 1px 0;
  border-color: #e0e0e0;
  border-style: solid;
}

.nav-brand{
  height: 12%;
  width: 12%;
}

.brand-logo{
  height: auto;;
  width: 100%;
}

.navbar-nav{
  text-transform: uppercase;
  font-weight: 600;
}

.navbar-dark .navbar-toggler{
  outline: 0;
}

.navbar-style .navbar-nav .nav-link:link{
  font-size: 16px;
  color: #2d3238;
}

.navbar-style .navbar-nav .nav-link:visited{
  color: #2d3238;
}

.navbar-style .navbar-nav .nav-link:hover{
  color: #000;
}

.navbar-style .navbar-nav .nav-link:active{
  color: #009CDD;
}

.navbar-toggler .fa {
  color: gray;
  font-size: 22px;
  text-align: center;
  padding-top: 5px;
}
/*end nav*/

.services-short{
  padding-top: 7%;
}

.services-short p {
  text-align: center;
}

.services-short-item{
  padding-top: 30px;
}

.services-short-item h6{
  padding-top: 10%;
  margin-bottom: 10px;
  text-transform: uppercase;
  font-weight: 900;
}

.services-short-item img{
  height: 50px;
  width: 50px;
}
/* end services-short */

.services h2{
  text-transform: uppercase;
  text-align: center;
}

.services p{
  padding-top: 2%;
  text-indent: 40px;
}

.services-feature-list{
  list-style-type: none;
  margin: 0;
}

.services-img-wrapper{
  max-width: 500px;
  text-align: center;
  margin: auto;
}

.services img{
  width: 50%;
}
/* end global services css */

/* end outsourcing-it */

.our-prices{
  text-align: center;
}

.our-prices h6{
  padding-bottom: 5%;
}

.our-prices p {
  text-align: center;
}

.prices-h6-border{
  width: 100%;
  background-color: #dbdbdb;
  height: 1px;
}

.our-prices ul{
  list-style-type: none;
  padding: 0;
}

.our-prices ul li{
  padding: .5rem 0;
  font-size: 0.8rem;
}

.price-wrapper{
  margin-bottom: 0;
}

.our-prices .prices-item{
  border: 1px solid #dbdbdb;
  padding: 20px 15px;
  margin: 15px 0 30px;
  border-radius: 2px;
  text-align: center;
}

.our-prices .prices-item:hover{
  border: 1px solid #bbb;
}

.best_offer .small_font{
  font-size: 0.7rem;
}

.our-prices .price{
  font-size: 3rem;
}

.our-prices del{
  color: #aaa;
}
.our-prices a, our-prices a:hover{
  text-decoration: none;
}
/*end our_prices*/

.certificates{
  background: #111111;
  margin-bottom: 8%;
}

.certificates h2{
  text-align: center;
  padding: 50px 25px 25px 25px;
  color: rgba(255,255,255,.9);
  text-transform: uppercase;
}

.certificates-item{
  transition: all .4s ease-in-out;
}

.certificates-item:hover{
  transform: scale(1.1);
}

.certificates img{
  height: auto;
  max-width: 150px;
  margin: 5%;
}

/* end cerfiticates */
.partners-logos h2{
  text-transform: uppercase;
  text-align: center;
}

.partners-slider-item{
  margin: auto;
  text-align: center;
}

.partners-slider-item img{
  width: 100%;
  height: auto;
  margin: 10px;
}

/* end partners-logos */

.main-customer h2{
  text-transform: uppercase;
  text-align: center;
}

.main-customer p{
  text-indent: 40px;
}

.main-customer .db-img{
  width: 180px;
  padding-right: 20px;
}

.main-customer img{
  width: 100%
}
/* end main-customer */

.clients h2{
  text-transform: uppercase;
  text-align: center;
}

.clients a{
  color: #212529;
}

.clients a:hover{
  color: #000;
  text-decoration: none;
}

.clients-slider-item{
  margin: auto;
  text-align: center;
}

.clients-slider-item p{
  padding-bottom: 10px;
  border-bottom: 1px solid #dbdbdb;
  font-size: 14px;
}

.clients-slider-item img{
  width: 100%;
  height: auto;
  margin: 10px;
}

.clients-slider-item .db-logo-small{
  width: 80%;
}

.clients-list-wrapper{
  margin-top: 3%;
}

.clients-list-wrapper ul{
  list-style-type: none;
  text-align: center;
  padding: 0;
  margin-bottom: 0;
}
/*end clients-logos */

.contact-us h2{
  text-align: center;
  text-transform: uppercase;
}

.contact-us i{
  margin-right: 5%;
  color: #009cdd;
}

.form-style{
  font-size: 0.7rem;
  line-height: 1.3rem;
  border: 1px solid #eaeaea;
  border-radius: 2px;
  padding: .5rem .75rem;
  color: #464a4c;
  background-color: #fff;
  background-image: none;
  letter-spacing: 1.5px;
  width: 100%;
}

.label {
  font-size: 14px;
  padding: 0;
  margin: auto;
}

.submit-btn{
  text-transform: uppercase;
  display: inline-block;
  line-height: 1.25;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  transition: all .4s ease-in-out;
  font-size: 0.7rem;
  font-weight: 700;
  border-color: transparent;
  border-radius: 0.2rem;
  padding: 12px 25px;
  letter-spacing: 1px;
  background-color: #009CDD;
  color: #fff;
}

.submit-btn:hover{
  transform: scale(.97);
  color: #fff;
  background-color: #343a40;
}

.contact-details{
    margin-top: 50px;
}

.alert {
  font-weight: 900;
}

.alert-success {
  color: #53a80a;
}

.alert-danger {
  color: #ff1616;
}

/* end contact-us */

footer{
  padding-top: 5%;
  background-color: #333333;
  color: rgba(255,255,255,.8);
}

.footer-section{
  margin: 0 auto;
}

.footer-section h6{
  text-transform: uppercase;
}

.footer-section ul{
  padding: 0;
  list-style-type: none;
}

.footer-section ul li{
  font-size: 13px;
  margin: 3px 0;
}

footer p{
  font-size: 12px;
}

footer a{
  color: #009CDD;
}

/* RWD */
@media (max-width: 992px){
  .topbar-item p{
    font-size: 13px;
  }

  .navbar-nav{
    text-align: right;
  }
}

@media (max-width: 768px){
  .page-header .h1-style{
    letter-spacing: 0.3rem;
    font-size: 48px;
  }

  .topbar{
    display: none;
  }

  .navbar-style{
    top: 0;
  }

  .services-img-wrapper{
    max-width: 350px;
  }

  .main-customer .db-img{
    margin: 30px 0;
  }

  .contact-us{
    text-align: center;
  }
}

@media (max-width: 480px){
  .page-header .h1-style{
    font-size: 35px;
  }

  .page-header .h3-style{
    font-size: 30px;
  }
}
