/*--------------------------------------------------------------
# General
--------------------------------------------------------------*/
body {
  background-color: #120B1D;
  font-family: 'Inter', sans-serif;
  color: #fff;
  font-weight: 300;
}

h1,
h3,
h4,
h5,
h6 {
  color: #fff;
}

h2{
  font-size: 1,5rem;
  font-weight: 700;
  color: #fff;
}

.footer-heading {
  text-align: center;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 20px;
  margin-top: 1.5rem;
  margin-bottom: 1rem;
}
@media screen and (min-width: 576px) {
  .footer-heading {
    text-align: left;
  }
}

.intro .img {
  margin: 0 auto;
  display: flex;
  padding-top: 2rem;
}
.bg-image {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}

.intro-content {
  width: 100%;
  flex-direction: column;
  margin-top: 2rem;
}


/*--/ Title A /--*/
.title-box {
  margin-bottom: 2rem;
}

.title-a {
  font-size: 3rem;
  font-weight: 700;
  text-transform: uppercase;
}
.title-b {
  font-size: 3rem;
  font-weight: 700;
  text-transform: uppercase;
  margin-top: 6rem;
}

.line-mf {
  width: 100px;
  height: 5px;
  background-color: #D5EEFF;
  margin: 0 auto;
}

/*------/ Ico Circle /------*/
.ico-circle {
  height: 100px;
  width: 100px;
  font-size: 2rem;
  border-radius: 50%;
  line-height: 1.55;
  margin: 0 auto;
  text-align: center;
  box-shadow: 0 0 0 10px #315AE2;
  display: block;
}

/*--------------------------------------------------------------
# Intro Section
--------------------------------------------------------------*/
.intro {
  position: relative;
  color: #fff;
}

.intro .intro-content {
  text-align: center;
  position: relative;
}

.intro .intro-title {
  color: #fff;
  font-weight: 700;
  font-size: 3rem;
}

@media (min-width: 768px) {
  .intro .intro-title {
    font-size: 3rem;
    margin-bottom: 10rem;
  }
  .intro .intro-content img{
    width: 30%;
  }
  .title-a{
    margin-top: 8rem;
    font-size: 2.5rem;
  }
  .title-b{
    font-size: 2.5rem;
    margin-top: 8rem;
  }
}
@media (max-width: 600px) {
  .intro .intro-title {
    font-size: 2rem;
    margin-bottom: 10rem;
  }
  .intro .img{
    margin-top: 2rem;
  }
  .intro .intro-content img{
    margin-top: 1.5rem;
    width: 30%;
  }
  .title-a{
    margin-top: 4rem;
    font-size: 2rem;
  }
  .title-b{
    font-size: 2rem;
    margin-top: 4rem;
  }
}

@media (min-width: 600px) {
  .intro .intro-title {
    font-size: 2rem;
    margin-top: 2rem;
    margin-bottom: 10rem;
  }
  .title-a{
    margin-top: 4rem;
    font-size: 2rem;
  }
  .title-b{
    font-size: 2rem;
    margin-top: 4rem;
  }
  .intro .intro-subtitle {
    font-size: 1rem;
    max-width: 770px;
    margin: 0 auto;
    margin-top: 6rem;
    font-weight: 300;
  }
  .intro .container {
    margin-top: 8rem;
  }
}

@media (min-width: 768px) {
  .intro .intro-subtitle {
    font-size: 18px;
    max-width: 770px;
    margin: 0 auto;
    margin-top: 12rem;
  }
  .intro .container {
    margin-top: 8rem;
  }
}

@media (max-width: 600px) {
  .intro .intro-subtitle {
    font-size: 14px;
    margin-top: 4rem;
  }
}

/*--------------------------------------------------------------
# Services
--------------------------------------------------------------*/
.service-box {
  background-color: transparent;
  border: 2px solid #D5EEFF;
  padding: 2rem 1.3rem;
  border-radius: 1rem;
  height: 95%;
}

.service-box:hover .ico-circle {
  transition: all 500ms ease;
  color: #fff;
  background-color: #315AE2;
  box-shadow: 0 0 0 10px #cde1f8;
}

.service-box .service-ico {
  margin-bottom: 1rem;
  color: #fff;
}

.service-box .ico-circle {
  transition: all 500ms ease;
  font-size: 4rem;
}

.service-box .s-title {
  font-size: 20px;
  text-transform: uppercase;
  text-align: center;
  padding: .8rem 0;
}

.service-box .s-description {
  color: #fff;
}

.service-box ol.list {
  font-weight: 700;
  color: #fff;
  font-size: 1rem;
  margin: 16px;
  list-style: none;
  text-align: center;
  padding-left: 0;
}
@media (min-width:600px){
.text-subtitle{
  font-size: 16px;
  color: #fff;
  max-width: 770px;
  margin: 0 auto;
  margin-top: 2rem;
  }
  .text-subtitle-automation{
    font-size: 16px;
    color: #fff;
    max-width: 770px;
    margin: 0 auto;
    margin-top: 2rem;
    }
}

@media (max-width:600px){
.text-subtitle{
    font-size: 14px;
    font-weight: 300;
    color: #fff;
    margin: 0 auto;
    margin-top: 2rem;
    padding-left: 15px;
    padding-right: 15px;
  }
  .text-subtitle-automation{
    font-size: 14px;
    color: #fff;
    margin: 0 auto;
    margin-top: 2rem;
  }
}

.mobile {
  display: block;
}
img.mobile {
  max-width: 360px;
  margin-left: auto;
  margin-right: auto;
}
.desktop {
  display: none;
}
@media screen and (min-width: 768px) {
  .mobile {
    display: none;
  }
  .desktop {
    display: block;
  }
}
/*--------- Button --------*/

.contact button {
  background: #BF201F;
  border: 0;
  box-shadow: inherit 10px 5px rgba(191, 32, 31, 0.1);
  font-size: 20px;
  padding: 20px 0;
  color: #FFF;
  width: 430px;
  border-radius: 3px;
  margin-top: 4rem;
  margin-bottom: 4rem;
}

.contact button:hover {
  background: #800000;
}

@media (max-width: 600px) {
  .contact button {
    font-size: 18px;
    width: 100%;
    border-radius: 3px;
    margin-top: 2rem;
    margin-bottom: 1rem;
  }

}

.col-sm-12 img{
  margin-top: 4rem;
  margin-bottom: 4rem;
}

/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
footer{
  margin-top: 4.5rem;
}

.adress li p , .contact li a , .social li a{
 text-decoration:none;
 font-size:15px;
}

.social, .contact, .adress {
  padding-left: 0;
}
.social {
  display: flex;
  justify-content: center;
}
@media screen and (min-width: 576px) {
  .social {
    display: flex;
    justify-content: left;
  }
}

a{
  color: white;
}

a:hover{
  color: white;
}

.social li{
 float:left;
}

.adress , .contact , .social {
 list-style: none;
}

.fab{
  margin-right: 20px;
  margin-left: 0px;
  font-size: 28px;
}
.copyright{
  font-size: 12px;
}

@media (max-width:575px){ 
  ul.adress , ul.contact , .social{
    list-style: none;
    text-align: center;
    padding: 0;
    margin-top: 1rem;
   }
   /* .fab{
    color:white;
    font-size: 28px;
    margin-right: 10px;
    margin-left: 10px;
    text-align: center;
   } */
}

.btn-lg {
  padding: 1.75rem 2.5rem;
  font-size: 1.25rem;
  font-weight: 700;
}
.btn-primary {
  background-color: #BF201F;
  border-color: #BF201F;
}
.btn-primary:hover {
  background-color: #a00101;
  border-color: #a00101;
}