/* Generals  classes*/
.btn-main-button {
  background: #1d1752;
  color: white;
  border-radius: 25px;
  width: 100px;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.main-font {
  font-family: "Montserrat", sans-serif;
}
.btn-main-button:visited {
  color: white;
}
.btn-main-button:hover {
  color: white;
  background-color: #457dc0;
}
.gray-text-muted {
  color: gray;
}
.text-underline {
  text-decoration: underline;
}
.main-color {
  color: #1d1752;
}
.secondary-color {
  color: rgb(169, 155, 217);
}
.main-head {
  font-weight: 800;
}
.text-justify{
  text-align: justify !important;
}
/* .text-decore-centered{
text-align: justify !important
} */
/* end generals classes */

/* start header */
.navbar .navbar-brand img {
  width: 10rem;
}

.navbar-expand-lg .navbar-nav {
  align-items: center;
}

.nav-item .nav-link .icon {
  display: flex;
  font-size: 17px;
  align-items: center;
  justify-content: center;
  width: 30px;
  height: 30px;
  line-height: 60px;
  background: #1d1752;
  border-radius: 50%;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  color: white;
}
.nav-item .nav-link .icon:hover {
  background: white;
  color: #1d1752;
}

.nav-item .nav-link .number {
  color: #1d1752;
}
.nav-item .nav-link {
  font-weight: 500;
}
/* end header */

/* start main slider */
#main-slider { 
  max-width: 100%;
  height: auto;
  background-image:  url("../images/website2.jpg");
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: center 10px;
}
.slider-content h2 {
  font-size: 3.75rem;
  font-weight: 400;
  line-height: 50px;
}
.slider-content .titles {
  font-size: 3.75rem;
  font-weight: 700;
  line-height: 30px;
}
.slider-content .see-more {
  font-weight: 800;
}
.slider-content .contact-us {
  position: relative;
}
.slider-content .contact-us::after {
  content: "→";
  position: absolute;
  right: 5%;
  top: 15%;
  color: white;
  transition: right 0.5s;
}

.slider-content .contact-us:hover::after {
  right: 0%;
}

.carousel-control-next-icon,
.carousel-control-prev-icon {
  width: 20px;
  height: 20px;
  padding: 5px;
  background-color: rgb(169, 155, 217);
  border-radius: 20%;
}

#main-slider .service-slider {
  border-top-left-radius: 3.125rem;
}

.carousel-item .service-picture {
  width: 100%;
}
.carousel-item .box {
  background-color: rgb(246, 245, 241);
  border-radius: 20px;
  transition: background-color 0.5s;
}
.carousel-item .box:hover {
  cursor: pointer;
  background-color: rgb(8, 0, 86);
  color: white;
}
.carousel-item .box:hover div .gray-text-muted {
  color: white;
}

/* end main slider */

/* start services */
.btn-service{
  width:50px
}
/* end services */

/* start about-us */
#about-us {
  background-color: rgb(169, 155, 217);
  border-top-left-radius: 3.125rem;
}
#about-us .box {
  background-color: rgb(246, 245, 241);
}
/* end about-us */

/* start contact us */
.header-of-contact {
    position: relative;
  }
  .header-of-contact h2 {
    position: relative;
    text-align: center;
    color: #1d1752;
    font-size: 40px;
    font-weight: 800;
    line-height: 30px;
    margin-bottom: 40px;
    padding-bottom: 30px;
    text-transform: capitalize;
    font-family: SourceSansProBold, sans-serif;
    white-space: nowrap;
  }
  .controls form .row input {
    display: inline-block;
    padding: 18px 12px;
    font-size: 14px;
    color: #555;
    background-color: #fff;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    height: 34px;
    margin-bottom: 26px;
    font-family: "Roboto", sans-serif;
  }
  .controls form .row textarea {
    display: inline-block;
    padding: 10px 12px;
    font-size: 14px;
    color: #555;
    background-color: #fff;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    width: 90.5%;
    font-family: "Roboto", sans-serif;
  }
  .input-width-full {
    width: 90.5%;
  }
  .input-width-half {
    width: 43%;
  }
  #name {
    margin-right: 13px;
  }
  #email {
    margin-left: 14px;
  }
  .contact-form .controls {
    padding: 0 20% 0 25%;
  }
  .btn-submit {
    background-color: #1d1752;
    color: #ffffff;
    height: 40px;
    line-height: 38px;
    text-transform: uppercase;
    transition: 0.3s ease-in-out;
    display: inline-block;
    padding: 6px 18px;
    margin-top: 21px;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    cursor: pointer;
    border: 1px solid transparent;
    border-radius: 4px;
    font-family: "Roboto", sans-serif;
  }
  
  .btn-submit:hover {
    background: #457dc0;
  }

  

/* end contact us */


/* start footer */
.footer {
    text-align: center;
    padding: 52px 90px;
    /* background-color: #1d1752; */
    background-color: #614591;
  }
  .footer a {
    text-decoration: none;
  }
  .footer .social-icons a i {
    font-size: 18px;
    color: #fff;
    padding: 10px;
  }
  .footer .copy-right {
    color: #fff;
    font-family: "Roboto", sans-serif;
    line-height: 25px;
  }

  .footer .copy-right a:hover {
    text-decoration: underline;
  }
/* end footer */



.a{
  background-color: #614591;
}


