.selector-for-some-widget {
  box-sizing: content-box;
}

h1 {
  padding-top: 1em;
  font-size: 2em !important;
  color: #0168b3 !important;
  font-weight: bolder !important;
  font-family: Poppins !important;
  letter-spacing: 1px;
}
p {
  font-family: Arial, Helvetica, sans-serif !important;
  text-align: center;
  font-size: 1em;
  color: #011622;
}
h2 {
  letter-spacing: 1px;
  margin-bottom: 1em;
  font-size: 2em !important;
  color: #0168b3 !important;
  font-weight: bolder !important;
  text-align: center;
  font-family: Poppins !important;
}
.project {
  margin: 0px;
  padding: 0px;
  background-image: linear-gradient(
      rgba(255, 255, 255, 0.7),
      rgba(255, 255, 255, 0.7)
    ),
    url("/img/akdaglargl2.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  background-color: #fdfdfd;
}

.navbar {
  color: white !important;
  background-color: #0168b3;
}
.navbar a:hover,
.nav-link a:hover {
  background: rgba(165, 113, 115, 0.1);
  border-radius: 3px;
}
input[type="search"] {
  color: black !important;
  border-color: rgba(96, 176, 202, 0.1);
  border-radius: 4px;
  background-color: rgba(96, 176, 202, 0.01);
}
footer {
  background-color: #041c3a;
}

.bg-footer {
  color: white !important;
  margin-bottom: 0vh;
}
.box-bottom:hover {
  margin-top: -10px;
  border-bottom-left-radius: 20px !important;
  border-bottom-right-radius: 20px !important;
  border-bottom: 10px solid #ff4f09 !important;
}

/*--  social icon  --*/

.segment-three .fa-instagram {
  /*color: #bf2f7e; */
  color: #fff;
}
.segment-three .fa-facebook {
  /*color: #3b5998; */
  color: #fff;
}
.card-body .fa-phone {
  color: #138813;
}
.card-body .fa-whatsapp-square {
  color: #3fbe4f;
}
.fa-map-marker-alt {
  color: #e61a23;
}
.fa-map-marker-alt:hover,
.fa-instagram:hover,
.fa-facebook:hover,
.fa-map-marker-alt:hover,
.fa-phone:hover,
.fa-whatsapp-square:hover {
  color: #d5d5d5;
}
.segment-three h4 {
  color: #fff;
  font-family: Poppins;
  text-decoration: uppercase;
}
.segment-three h4::before {
  content: "|";
  color: red;
  padding-right: 10px;
}
.segment-three a {
  background: #073a5f;
  width: 40px;
  height: 40px;
  display: inline-block;
  border-radius: 50%;
}
.segment-three a i {
  font-size: 20px;
  color: #fff;
  padding: 10px 12px;
}
.footer-bootem-text {
  text-align: center;
  background: #000;
  line-height: 75px;
}

.footer-bootem-text {
  color: #48697c;
  text-align: center;
  line-height: 75px;
}
.footer-a a:hover {
  text-decoration: none;
  background-color: rgb(231, 231, 143);
  font-size: 125%;
}
.fot-left {
  border-left-width: 0.3em;
  border-left-style: solid;
  border-image: linear-gradient(to bottom, red, rgba(0, 0, 0, 0)) 1 100%;
}
.fot-right {
  border-right-width: 0.3em;
  border-right-style: solid;
  border-image: linear-gradient(to top, red, rgba(0, 0, 0, 0)) 1 100%;
}

/*---Media Queries --*/
@media (max-width: 992px) {
  .social a {
    font-size: 1em;
    margin: 0.2em;
    padding: 0 1rem 0 1rem;
    border: none;
    margin-top: 0.4em;
    margin-bottom: 0.4em;
  }
  .navbar:hover {
    background-color: #05466c;
  }
}
@media (max-width: 768px) {
  .social a {
    font-size: 1em;
    margin: 0.2em;
    padding: 0 1rem 0 1rem;
    border: none;
  }
}
@media (max-width: 576px) {
  .social a {
    font-size: 1em;
    padding: 0 1rem 0 1rem;
  }
}
@media (max-width: 320px) {
  .social a {
    font-size: 0.8em;
    padding: 0 0.8rem 0 0.8rem;
  }
}
/*--  social icon  --*/
