:root {
  --accent-color: #F73300;
}

section [class^="container"] {
  padding: 4rem 2rem;
}
@media screen and (min-width: 1024px) {
  section [class^="container"] {
    padding: 2rem;
  }
  nav [class^="container"] {
    padding: 0 4rem;
  }
}

.navbar-brand img{
    max-width: 160px;
    height: auto;
}

.fw-bold{
    font-size: 24px;
}

section:not(:first-of-type) {
  text-align: center;
}

section:nth-child(2n) {
  background-color: #fff;
}

.container a {
  color: #0386D6;
  text-decoration: none;
}
.container a:hover {
  color: var(--accent-color);
}

section .card,
.btn-outline-dark {
  border: 2px solid #0386D6;
  /* box-shadow: 4px 4px #000000; */
  transition: all 0.4s;
  color: #0386D6;
}
/* .btn-outline-dark:hover {
  box-shadow: 4px 4px var(--accent-color);
} */

/* NAVBAR */

.navbar {
  background-color: #ffffff;
}

.navbar-nav .nav-link {
  color: #0386D6;
  font-size: 1.1rem;
  transition: all 0.5s;
}

.navbar-nav .nav-link.active{
  color:#F73300;
}
.navbar-nav .nav-link:hover {
  color: var(--accent-color);
}
@media screen and (min-width: 1024px) {
  .navbar-nav .nav-item {
    padding: 0 1rem;
  }
  .navbar-brand {
    font-size: 1.5rem;
  }
}

/* HERO */

section.hero {
  padding-top: 172px;
   background-image: url('./hero-image.jpg');
   min-height: 550px;
   background-size: cover;
}
@media screen and (max-width: 576px) {
  section.hero {
    text-align: center;
  }
  section.hero img {
    width: 80%;
    margin: 0.5rem 0;
  }
}

.hero-col{
  background-color: rgba(0, 0, 0, 0.5);
  color: #fff;
  padding: 25px;
  border-radius: 30px;
}

/* SERVICES */

section.services i {
  font-size: 2rem;
  margin: 1rem auto 0;
  border: 2px solid #000000;
  width: 4rem;
  height: 4rem;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: var(--accent-color);
}

section.services .card img{
    max-width: 100px;
  text-align: center;
  display: block;
  margin: auto;
}

section .card {
  max-width: 22rem;
  margin-inline: auto;
  min-height:420px;
}
/* ABOUT */
@media screen and (min-width: 1024px) {
  section.about .container,
  section.testimonials .container {
    width: 100%;
  }
}

/* PROJECTS */
section.projects .card {
  max-width: 17rem;
  text-align: left;
}
section.projects .card img {
  max-width: 70%;
  margin: 1rem auto;
}

/* TESTIMONIALS */

section.testimonials .carousel-control-prev,
.carousel-control-next {
  width: 5%;
}

section.testimonials .carousel-item p {
  max-width: 80%;
  border-left: 5px solid var(--accent-color);
  padding-left: 1rem;
  text-align: left;
  color: #5d5d5d;
}
section.testimonials .carousel-item h5 {
  text-align: left;
  color: #0386D6;
  font-weight: bold;
  font-size: 16px;
}
section.testimonials .carousel-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
section.testimonials .carousel.carousel-fade .carousel-item {
  transition: opacity 0.5s;
}
/* CONTACT */
section.contact .social-media a {
  padding: 0 0.5rem;
  font-size: 1.3rem;
}

/* services part */

.content-103{
	background: #fff;
	padding-bottom:50px;
}

.sercies-title{
	text-align:center;
	padding: 50px 0;
}

.service-post {
  background: #0386D6;
  padding: 30px;
  text-align: center;
  cursor: pointer;
  position: relative;
  z-index: 12;
  margin-bottom: 30px;
 border-radius: 20px;
  box-shadow: rgba(0, 0, 0, 0.07) 0px 1px 2px, rgba(0, 0, 0, 0.07) 0px 2px 4px, rgba(0, 0, 0, 0.07) 0px 4px 8px, rgba(0, 0, 0, 0.07) 0px 8px 16px, rgba(0, 0, 0, 0.07) 0px 16px 32px, rgba(0, 0, 0, 0.07) 0px 32px 64px;
  min-height: 430px;
}
.content-103 .service-content {
  position: relative;
  z-index: 13;
}
.content-103 .service-icon {
  margin: 10px 0 20px 0;
  width: 50px;
  height: 50px;
  border-radius: 25px;
  text-align: center;
  border: 2px solid #eb7a5c;
  margin-left: auto;
  margin-right: auto;
  line-height: 50px;
  -moz-transition: color, 250ms;
  -o-transition: color, 250ms;
  -webkit-transition: color, 250ms;
  transition: color, 250ms;
}
.content-103 .service-post:hover .service-icon {
  border-color: #fff;
}
.content-103 .service-icon i {
  font-size: 18px;
  color: #eb7a5c;
}
.content-103 .service-post:hover .service-icon i {
  color: #fff;
}
.content-103 .service-title {
  font-size: 16px;
  font-weight: normal;
  margin-bottom: 15px;
  -moz-transition: color, 250ms;
  -o-transition: color, 250ms;
  -webkit-transition: color, 250ms;
  transition: color, 250ms;
}
.content-103 .service-post:hover .service-title {
  color: #fff;
}
.content-103 .service-description {
  -moz-transition: color, 250ms;
  -o-transition: color, 250ms;
  -webkit-transition: color, 250ms;
  transition: color, 250ms;
}
.content-103 .service-post:hover .service-description {
  color: #fff;
}


.content-103 .service-hover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 11;
  width: 100%;
  height: 0px;
  background: #F73300;
  border-radius: 20px;
  opacity: .6;
  -moz-transition: width, 250ms;
  -o-transition: width, 250ms;
  -webkit-transition: width, 250ms;
  transition: width, 250ms;
}
/*hover-background-color effect*/
.content-103 .service-post:hover .service-hover {
  height: 100%;
}

.text-left{
  text-align:left;
  color:#5d5d5d;
}

.card-text{
  color:#5d5d5d;
}

.card-title{
  color: #0386D6;
  text-align: center;
  font-size: 20px;
  padding-bottom: 30px;
}


.contact-info {
  display: inline-block;
  width: 100%;
  text-align: center;
      margin-bottom: 10px;
}

.contact-info h2{
      color: #fff;
    font-size: 22px;
    text-transform: capitalize;
    font-weight: 600;
    margin-bottom: 10px;
}

.contact-info p{
  color: #fff;
  font-size: 12px;
  text-transform: capitalize;
  font-weight: bold;
  margin-bottom: 10px;
  padding: 0 15px;
}


.contact-info-icon {
margin-bottom: 15px;
}
.contact-info-item {
  background: #0386D6;
  padding: 30px 0px;
  min-height: 250px;
  border-radius: 20px;
  box-shadow: rgba(0, 0, 0, 0.07) 0px 1px 2px, rgba(0, 0, 0, 0.07) 0px 2px 4px, rgba(0, 0, 0, 0.07) 0px 4px 8px, rgba(0, 0, 0, 0.07) 0px 8px 16px, rgba(0, 0, 0, 0.07) 0px 16px 32px, rgba(0, 0, 0, 0.07) 0px 32px 64px;
}

.contact-info-icon i {
  font-size: 48px;
  color: #fff;
}

.body-tertiary{
color: #fff;
  font-weight: bold;
  background: #0386D6;
}

.about-img{
  border-radius: 10px;
  box-shadow: rgba(0, 0, 0, 0.07) 0px 1px 2px, rgba(0, 0, 0, 0.07) 0px 2px 4px, rgba(0, 0, 0, 0.07) 0px 4px 8px, rgba(0, 0, 0, 0.07) 0px 8px 16px, rgba(0, 0, 0, 0.07) 0px 16px 32px, rgba(0, 0, 0, 0.07) 0px 32px 64px;
}
