/* general */
@import url('https://fonts.googleapis.com/css2?family=Lora:wght@400;600&family=Nunito:ital,wght@0,200;0,300;0,400;0,600;0,700;1,200;1,300;1,400;1,600;1,700&family=Varela+Round&display=swap');

* {
  margin: 0;
  padding: 0;
  box-sizing: 0;
  font-family: 'Lora',
    serif, 'Nunito',
    sans-serif, 'Varela Round';
}

/* ---------main banner---------- */

.banner {
  background: linear-gradient(to right, rgba(0, 0, 0, 0.7), rgba(255, 255, 255, 0.1)),
    url('../Images/head1.png') no-repeat center center;
  background-size: cover;
}

.banner .text-banner {
  color: #fff;
  padding: 100px 0;
  text-align: center;
}

.banner .text-banner h2 {
  padding-bottom: 20px;
  font-weight: lighter;
}

.banner .text-banner p {
  padding-top: 20px;
  border-top: 2px solid gray;
  width: 230px;
  margin: 0 auto;
}

/* ----------header---------- */
header {
  position: sticky;
  top: -1px;
  background-color: #fff;
  z-index: 2;
}

header .navbar {
  justify-content: center;
}

header .navbar ul {
  text-align: center;
  justify-content: space-around;
  width: 100%;
}

header .navbar ul li {
  padding: 12px 0;
}

header .navbar ul li a {
  color: gray;
  text-decoration: none;
  padding-bottom: 5px;
  text-transform: capitalize;
}

.active {
  color: #0A527B !important;
  border-bottom: 2px solid #0A527B;
}

/* ------------section1------------ */

.section1 {
  padding: 30px 0;
}

.section1 .container {
  border-bottom: 2px solid #80808070;
  padding-bottom: 60px;
}

.section1 .items h1 {
  font-weight: bold;
  text-transform: capitalize;
}

.section1 .items .item span {
  font-weight: 600;
  text-transform: capitalize;
  color: gray;
}

.section1 .items .item p {
  display: inline-block;
  font-size: 16px;
  text-transform: capitalize;
}

/* ------------section2------------ */
.section2 {
  padding: 30px 0;
}

.section2 .container {
  border-bottom: 2px solid #80808070;
  padding-bottom: 60px;
}

.section2 h1 {
  font-weight: bold;
  text-transform: capitalize;
}

.timeline {
  position: relative;
}

.timeline .content-text .line-title {
  color: #0A527B;
  font-weight: bold;
  font-size: 30px;
  transition: font-size 0.5s ease-in;
  -webkit-transition: font-size 0.5s ease-in;
  -moz-transition: font-size 0.5s ease-in;
  -ms-transition: font-size 0.5s ease-in;
  -o-transition: font-size 0.5s ease-in;
}

.timeline .content-text .line-title.bigger {
  font-size: 50px;
  transition: font-size 0.5s ease-in;
  -webkit-transition: font-size 0.5s ease-in;
  -moz-transition: font-size 0.5s ease-in;
  -ms-transition: font-size 0.5s ease-in;
  -o-transition: font-size 0.5s ease-in;
}

.timeline .content-text .line-text {
  display: none;
}

.timeline>li {
  padding: 0 20px 20px 30px;
  list-style: none;
  border-left: 2px solid #f1f1f1;
  position: relative;
  left: 9px;
}

.timeline>li .content-text {
  padding: 20px;
  cursor: pointer;
}

.timeline>li span {
  display: inline;
  transition: display 0.5s ease-in;
  -webkit-transition: display 0.5s ease-in;
  -moz-transition: display 0.5s ease-in;
  -ms-transition: display 0.5s ease-in;
  -o-transition: display 0.5s ease-in;
}

.timeline>li span.hide {
  display: none;
  transition: display 0.5s ease-in;
  -webkit-transition: display 0.5s ease-in;
  -moz-transition: display 0.5s ease-in;
  -ms-transition: display 0.5s ease-in;
  -o-transition: display 0.5s ease-in;
}

.timeline>li:last-child {
  padding: 0 20px 0px 30px;
}

.timeline>li:before {
  content: "";
  border: thin solid gray;
  width: 8px;
  height: 8px;
  border-radius: 50px;
  -moz-border-radius: 50px;
  -webkit-border-radius: 50px;
  margin-left: -35px;
  background: gray;
  display: block;
  position: absolute;
  margin-top: 35px;
  transition: all 0.5s ease-in;
  -webkit-transition: all 0.5s ease-in;
  -moz-transition: all 0.5s ease-in;
  -ms-transition: all 0.5s ease-in;
  -o-transition: all 0.5s ease-in;
}

.timeline>li.color:before {
  border: 4px solid #fff;
  background: #0A527B;
  outline: thin solid #0A527B;
  padding: 4px;
  margin-left: -39px;
  margin-top: 45px;
  transition: all 0.5s ease-in;
  -webkit-transition: all 0.5s ease-in;
  -moz-transition: all 0.5s ease-in;
  -ms-transition: all 0.5s ease-in;
  -o-transition: all 0.5s ease-in;
}

.timeline>li:first-child i {
  font-size: 20px;
  float: left;
  margin-left: -30px;
  line-height: 50px;
  border-radius: 30px;
  margin: -12px -55px;
  background: var(--secondColor);
  color: #fff;
  width: 50px;
  height: 50px;
  text-align: center;
}

.timeline .list {
  list-style: revert;
  margin-bottom: 20px;
}

/*----------- section 3 -----------*/
.section3 {
  padding: 30px 0;
}

/* testimonial */
.testimonial .carousel-item {
  border: none;
}

.testimonial .carousel-item h5 {
  color: #0A527B;
}

.testimonial .carousel-item p {
  color: rgba(0, 0, 0, .5);
  width: 70%;
  margin: auto;
}

.testimonial .carousel-caption {
  position: relative;
  right: 0;
  bottom: 0;
  left: 0;
}

.testimonial .carousel-control-next-icon,
.testimonial .carousel-control-prev-icon {
  background-color: #0A527B;
}

/*------------- section 4 -----------*/
.section4 {
  padding: 30px 0;
}

.section4 .container {
  border-top: 2px solid #80808070;
  padding-top: 60px;
}

.form-control {
  width: 100%;
  margin-bottom: 20px;
  font-size: 14px;
  border-radius: 4px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  padding: 8px 20px;
  border: 1px solid #e2e0e0;
}

.form-control:focus {
  border-color: #0A527B;
  -webkit-box-shadow: none;
  box-shadow: none;
  outline: none;
}

textarea {
  border-radius: 4px !important;
  -webkit-border-radius: 4px !important;
  -moz-border-radius: 4px !important;
  -ms-border-radius: 4px !important;
  -o-border-radius: 4px !important;
}

.form-control:focus {
  -webkit-box-shadow: none;
  box-shadow: none;
  outline: none;
}

.btn.disabled,
.btn:disabled {
  opacity: 1;
}

.contact-form-area h2 {
  font-size: 18px;
  text-transform: uppercase;
  color: #0A527B;
}

.contact-right-area {
  margin-left: 50px;
}

.contact-right-area .contact-title {
  margin-bottom: 20px;
}

.contact-right-area .contact-title h1 {
  font-size: 22px;
  font-weight: bold;
  color: #0A527B;
  text-transform: uppercase;
}

.contact-right .single-contact {
  margin: 30px 0px;
  padding: 3px 55px;
  position: relative;
  color: #abacae;
}

.contact-right .single-contact p {
  margin-bottom: 0px;
}

.contact-right .single-contact p a {
  color: #abacae;
}

.contact-right .contact-icon {
  background: #0A527B;
  color: #fff;
  border-radius: 4px;
  font-size: 18px;
  height: 40px;
  left: 0;
  padding-top: 8px;
  position: absolute;
  text-align: center;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 40px;
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
}

#contact {
  position: relative;
  overflow: hidden;
}

.text-danger {
  font-size: 14px;
  margin-top: 10px;
}

.list-unstyled li {
  color: #d9534f;
}

#conatiner-map {
  margin-top: 30px;
  text-align: center;
  background-color: #fff;
  height: 480px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  z-index: 101;
  width: 100%;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
}

.h3 {
  font-size: 16px;
  margin-top: 26px;
}

.subscribes {
  background: #f8f9fb;
}

.subscribes h4 {
  text-align: center;
  font-size: 40px;
}

.subscribes p {
  font-size: 14px;
  text-align: center;
  margin-bottom: 30px;
}

.subscribe {
  margin-top: 5px;
  width: 100%;
  text-align: center;
}

.subscribe .form-control {
  width: 100%;
  border-radius: 50px;
  position: relative;
  height: 52px;
  border: 1px solid #0A527B;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  -ms-border-radius: 50px;
  -o-border-radius: 50px;
}

.subscribe .btn-submit {
  border: none;
  cursor: pointer;
  background: transparent;
}

.subscribe .btn-submit i {
  width: 48px;
  height: 48px;
  background: #0A527B;
  cursor: pointer;
  display: block;
  color: #fff;
  line-height: 48px;
  border-radius: 50%;
}

/* -------------footer---------------- */
footer {
  background-color: #000;
  color: #fff;
  padding: 30px 0;
  font-size: 14px;
}

footer .list {
  list-style: none;
  text-transform: capitalize;
  margin: 0;
  text-align: right;
}

footer .list li {
  display: inline-block;
  margin: 0 10px;

}

footer .list li a {
  color: #fff;
  cursor: pointer;
}

/* x Small devices (landscape phones, 320px and up) */
@media (min-width: 320px) {
  footer .copyright {
    text-align: center;
    margin-bottom: 15px;
  }

  footer .listItems .list {
    text-align: center;
    margin-top: 15px;
  }

  footer .listItems .list li {
    margin-bottom: 10px;
  }
}

/* Small devices (landscape phones, 576px and up) */
@media (min-width: 576px) {}

/* Medium devices (tablets, 768px and up) */
@media (min-width: 768px) {
  .banner .text-banner {
    text-align: left;
    width: 40%;
  }

  .banner .text-banner p {
    margin: 0;
  }

  footer .copyright {
    text-align: left;
  }

  footer .listItems .list {
    text-align: center;
    margin-top: 0;
  }

  footer .listItems .list li {
    margin-bottom: 10px;
  }
}

/* Large devices (desktops, 992px and up) */
@media (min-width: 992px) {
  footer .listItems .list {
    text-align: center;
  }
}

/* Extra large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) {}

@media (min-width: 1400px) {}