body {
  font-family: 'Roboto', sans-serif;
  color: #0c0c0c;
  background-color: #ffffff;
  overflow-x: hidden;
}

.layout_padding {
  padding: 42px 0;
}

.layout_padding2 {
  padding: 75px 0;
}

.layout_padding2-top {
  padding-top: 75px;
}

.layout_padding2-bottom {
  padding-bottom: 75px;
}

.layout_padding-top {
  padding-top: 90px;
}

.layout_padding-bottom {
  padding-bottom: 90px;
}

.heading_container {

  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.project_section .container .heading_container h2 {
  color: #1A7A95;
}

.project_section_page h2 {
  font-size: 2.5rem;
}

.heading_container h1 {
  margin: 20px 0;
}

.heading_container h2 {
  position: relative;
  font-weight: bold;
}

.heading_container h2 span {
  color: rgb(26, 122, 149);
}

.heading_container.heading_center {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
}

a,
a:hover,
a:focus {
  text-decoration: none;
}

a:hover,
a:focus {
  color: initial;
}

.btn,
.btn:focus {
  outline: none !important;
  -webkit-box-shadow: none;
  box-shadow: none;
}

/*header section*/
.hero_area {
  position: relative;
  height: 100vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.sub_page .hero_area {
  height: auto;
}

.sub_page .header_section {
  margin-top: 0;
  -webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.25);
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.25);
}

.header_section .header_top {
  padding: 15px 0;
  background-color: #252525;
}

.header_section .header_top .header_top_container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.header_section .header_top .header_top_container .lang_box {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.header_section .header_top .header_top_container .lang_box a {
  margin: 0;
  padding: 5px;
  background-color: #ffffff;
  color: rgb(93, 93, 93);
}

.header_section .header_top .header_top_container .lang_box a img {
  width: 25px;
}

.header_section .header_top .header_top_container .lang_box span {
  color: #ffffff;
  margin-left: 10px;
}

.header_section .header_top .header_top_container .lang_box .dropdown-menu {
  min-width: auto;
  width: auto;
  border-radius: 0;
}

.header_section .header_top .header_top_container .lang_box .dropdown-menu a {
  color: rgb(93, 93, 93);
  margin: 0;
  padding: 0 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #ffffff;
}

.header_section .header_top .contact_nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.header_section .header_top .contact_nav a {
  margin-right: 25px;
  color: #ffffff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.header_section .header_top .contact_nav a i {
  margin-right: 5px;
  background-color: #ffffff;
  width: 25px;
  height: 25px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: rgb(26, 122, 149);
}

.header_section .header_top .contact_nav a:hover i {
  color: #252525;
}

.header_section .header_top .social_box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.header_section .header_top .social_box a i {
  margin-right: 5px;
  background-color: #ffffff;
  width: 25px;
  height: 25px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: rgb(26, 122, 149);
}

.header_section .header_top .social_box a:hover i {
  color: #252525;
}

.header_section .header_bottom {
  background-color: #ffffff;
  padding: 15px 0;
}

.header_section .header_bottom .container-fluid {
  padding-right: 25px;
  padding-left: 25px;
}

.navbar-brand img {
  width: 125px;
}

.custom_nav-container {
  padding: 0;
}

.custom_nav-container .navbar-nav {
  margin: auto;
}

.nav-item {
  margin-right: 30px !important;
}

.custom_nav-container .navbar-nav .nav-item .nav-link {
  padding: 5px 25px;
  color: rgb(93, 93, 93);
  text-align: center;
  border-radius: 5px;
  transition: background-color .3s, color .3s;
}

.custom_nav-container .navbar-nav .nav-item:hover .nav-link,
.custom_nav-container .navbar-nav .nav-item.active .nav-link {
  color: #ffffff;
  background-color: rgb(93, 93, 93);
}

.custom_nav-container .nav_search-btn {
  width: 35px;
  height: 35px;
  padding: 0;
  border: none;
  color: rgb(93, 93, 93);
}

.custom_nav-container .nav_search-btn:hover {
  color: rgb(93, 93, 93);
}

.custom_nav-container .navbar-toggler {
  outline: none;
}

.custom_nav-container .navbar-toggler {
  padding: 0;
  width: 37px;
  height: 42px;
  -webkit-transition: all .3s;
  transition: all .3s;
}

.custom_nav-container .navbar-toggler span {
  display: block;
  width: 35px;
  height: 4px;
  background-color: rgb(93, 93, 93);
  margin: 7px 0;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  position: relative;
  border-radius: 5px;
  -webkit-transition: all .3s;
  transition: all .3s;
}

.custom_nav-container .navbar-toggler span::before,
.custom_nav-container .navbar-toggler span::after {
  content: "";
  position: absolute;
  left: 0;
  height: 100%;
  width: 100%;
  background-color: rgb(93, 93, 93);
  top: -10px;
  border-radius: 5px;
  -webkit-transition: all .3s;
  transition: all .3s;
}

.custom_nav-container .navbar-toggler span::after {
  top: 10px;
}

.custom_nav-container .navbar-toggler[aria-expanded="true"] {
  -webkit-transform: rotate(360deg);
  transform: rotate(360deg);
}

.custom_nav-container .navbar-toggler[aria-expanded="true"] span {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.custom_nav-container .navbar-toggler[aria-expanded="true"] span::before,
.custom_nav-container .navbar-toggler[aria-expanded="true"] span::after {
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
  top: 0;
}

.custom_nav-container .navbar-toggler[aria-expanded="true"] .s-1 {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  margin: 0;
  margin-bottom: -4px;
}

.custom_nav-container .navbar-toggler[aria-expanded="true"] .s-2 {
  display: none;
}

.custom_nav-container .navbar-toggler[aria-expanded="true"] .s-3 {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  margin: 0;
  margin-top: -4px;
}

.custom_nav-container .navbar-toggler[aria-expanded="false"] .s-1,
.custom_nav-container .navbar-toggler[aria-expanded="false"] .s-2,
.custom_nav-container .navbar-toggler[aria-expanded="false"] .s-3 {
  -webkit-transform: none;
  transform: none;
}

.quote_btn-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.quote_btn-container a {
  color: rgb(93, 93, 93);
  text-transform: uppercase;
}

.quote_btn-container a span {
  margin-left: 5px;
}

.quote_btn-container a:hover {
  color: #252525;
}

.quote_btn-container .quote_btn {
  display: inline-block;
  padding: 5px 25px;
  background-color: rgb(26, 122, 149);
  color: #ffffff;
  border-radius: 5px;
  -webkit-transition: all .3s;
  transition: all .3s;
  border: none;
}

.quote_btn-container .quote_btn:hover {
  background-color: #1a7a95;
}

.header-tel {
  padding-top: 8px;
  padding-right: 20px;
  font-size: 1.1rem;
  opacity: 0.8;
}

.instagram-logo {
  color: #5d5d5d;
  margin-right: 0.5%;
}

.instagram-logo:hover {
  color: #1a7a95;
}

/*end header section*/

/* slider section */

@keyframes fadeInUp {
  from {
    opacity: 0.1;
    transform: translateY(50px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.slider_section {
  position: relative;
  height: 819px;
  min-height: max-content;
  display: flex;
  align-items: center;
  background-color: #1a7a95;
  background-size: cover;
}

.carousel-item:nth-child(1) {
  background: url(../images/hometurksat.png) no-repeat center center;
  background-size: cover;
}

.carousel-item:nth-child(2) {
  background: url(../images/homecukur.png) no-repeat center center;
  background-size: cover;
}

.carousel-item:nth-child(3) {
  background: url(../images/paryapi-bg.png) no-repeat center center;
  background-size: cover;
}

.carousel-item:nth-child(4) {
  background: url(../images/homevilla.png) no-repeat center center;
  background-size: cover;
}

.carousel-item {
  height: 817px;
  min-height: 90%;
}

.carousel-control-prev,
.carousel-control-next {
  width: 500px;
}

.carousel-control-prev-icon,
.carousel-control-next-icon {
  background-size: 40%;
  width: 90px;
  height: 90px;
}

.slider_section .dot_design {
  position: absolute;
  width: 450px;
  right: 0;
  bottom: 0;
  transform: translateY(60%);
  z-index: 1;
}

.slider_section .dot_design img {
  width: 100%;
}

.slider_section .row {
  min-height: 70%;
  align-items: center;
}

.slider_section #customCarousel1 {
  width: 100%;
}

.slider_section .detail-box {
  display: flex;
  flex-direction: column;
  color: #252525;
  text-align: center;
  margin-bottom: 0px;
}

.slider_section .detail-box-1 {
  font-weight: bold;
  -webkit-text-stroke: 2px rgb(93, 93, 93);
  font-size: 9.2rem;
  padding: 0px 150px;
  text-transform: uppercase;
  margin-top: 25%;
  color: #ffffff;
  word-wrap: break-word;
  min-height: 100%;
  max-width: 100%;
  animation: fadeInUp 2.8s ease-out;
}

.slider_section .detail-box-2 {
  font-weight: bold;
  -webkit-text-stroke: 1px rgb(93, 93, 93);
  font-size: 6rem;
  padding: 0px 90px;
  margin-top: 10%;
  text-transform: uppercase;
  margin-bottom: 0;
  color: #ffffff;
  word-wrap: break-word;
  min-height: 100%;
  max-width: 100%;
  animation: fadeInUp 2.8s ease-out;
}

.slider_section .detail-box p {
  display: inline-block;
  font-weight: bold;
  -webkit-text-stroke: 1px rgb(93, 93, 93);
  color: #ffffff;
  font-size: 3.6rem;
  padding-bottom: 20px;
  text-transform: uppercase;
  word-wrap: break-word;
  max-width: 100%;
  animation: fadeInUp 1.5s ease-out;
}

.slider_section .detail-box .btn-box {
  display: flex;
  margin: 0 -5px;
  margin-top: 45px;
  justify-content: center;
}

.slider_section .detail-box .btn-box a {
  margin: 5px;
  text-align: center;
  width: 165px;
}

.slider_section .detail-box .btn-box .btn1,
.slider_section .detail-box .btn-box .btn2 {
  display: inline-block;
  padding: 10px 15px;
  background-color: #5d5d5d;
  color: #ffffff;
  border-radius: 5px;
  transition: all .3s;
  border: none;
}

.slider_section .detail-box .btn-box .btn1:hover {
  background-color: #4a4a4a;
}

.slider_section .detail-box .btn-box .btn2:hover {
  background-color: black;
}

.slider_section .img-box img {
  width: 100%;
}

.slider_section .carousel-indicators {
  position: absolute;
  bottom: 15px;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  justify-content: center;
  padding: 0;
  margin: 0;
}

.slider_section .carousel-indicators li {
  background-color: #ffffff;
  width: 25px;
  height: 25px;
  border-radius: 100%;
  opacity: 1;
  margin: 0 6px;
}

.slider_section .carousel-indicators li.active {
  width: 32px;
  height: 32px;
  justify-content: center;
  background-color: #5d5d5d;
}

.service_section {
  padding-top: 35px;
  position: relative;
}

.service_section .heading_container h2 {
  color: #1a7a95;
  text-transform: none;
}

.service_section .service_container {
  -webkit-box-shadow: 0 0 15px 5px rgba(0, 0, 0, 0.15);
  box-shadow: 0 0 15px 5px rgba(0, 0, 0, 0.15);
  padding: 40px 15px;
  margin: 0% 2%;
}

.service_section .box {
  margin-top: 45px;
}

.service_section .box .img-box {
  height: 65px;
}

.service_section .box .img-box img {
  height: 100%;
  -webkit-filter: brightness(0);
  filter: brightness(0);
  -webkit-transition: all .3s;
  transition: all .3s;
}

.service_section .box .detail-box {
  box-sizing: border-box;
  margin-top: 15px;
}

.service_section .box .detail-box h5 {
  font-weight: bold;
}

.service_section .box .detail-box a {
  color: #252525;
  font-weight: 600;
}

.service_section .box .detail-box a:hover {
  color: rgb(26, 122, 149);
}

.service_section .box:hover .img-box img {
  -webkit-filter: brightness(1);
  filter: brightness(1);
}

/* service section page */

.service_section_page {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  position: relative;
  margin: 40px 0 40px 0;
}

.service_page_container {
  max-width: 95%;
  width: 95%;
  max-height: 90%;
  height: 740px;
  padding-bottom: 20px;
  margin-bottom: 20px;
  box-shadow: 0 0 15px 5px rgba(0, 0, 0, 0.15);
  border-radius: 10px;
  animation: fadeInUp 1s ease forwards;
  opacity: 1;
}

.service_section_page .heading_container {
  align-items: center;
  color: #5d5d5d;
}

.service_section_page .heading_container h2 {
  color: #1a7a95;
  justify-content: center;
  padding-top: 20px;
  font-size: 3rem;
  text-transform: none;
}

.service_section_page .service_page_container {
  justify-content: center;
  align-items: center;
  padding: 0 0 10px;
  margin: 0;
}

.service_section_page .box {
  margin-top: 45px;
}

.service_section_page .box .img-box {
  height: 65px;
}

.service_section_page .box .img-box img {
  height: 100%;
  -webkit-transition: all .3s;
  transition: all .3s;
}

.service_section_page .box .detail-box {
  box-sizing: border-box;
  margin-top: 15px;
}

.service_section_page .box .detail-box h5 {
  font-weight: bold;
  color: #5d5d5d;
  font-size: 2rem;
  text-transform: uppercase;
}

.service_section_page .box .detail-box a {
  font-weight: 600;
}

.service_section_page .box:hover .img-box img {
  color: #5d5d5d;
}

.mission-vision {
  padding: 46px 0px 0px 90px;
  margin-bottom: 10px;
  position: relative;
  z-index: 1;
}

.mission-vision::before,
.mission-vision::after {
  content: "";
  position: absolute;
  top: 52%;
  width: 45px;
  height: 70%;
  z-index: -1;
  background-color: rgb(26, 122, 149);
  transform: translateY(-40%);

}

.mission-vision::before {
  left: 76px;
  transform: translateX(-50%) translateY(-50%);
}

.mission-vision::after {
  right: 45px;
  transform: translateX(50%) translateY(-50%);
}

.mission-vision img {
  display: block;
  margin: 0 auto;
}

/* service section page  end*/

.about_section {
  -webkit-box-shadow: 0 0 15px 5px rgba(0, 0, 0, 0.15);
  box-shadow: 0 0 15px 5px rgba(0, 0, 0, 0.15);
  padding: 75px 25px;
  margin: 3% 2% 2%;
}

.about_section .row {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.about_section .img-box {
  position: sticky;
}

.about_section .img-box img {
  width: 550px;
  height: 300px;
  z-index: 0;
  top: 5%;
}

.about_section .img-box::before {
  left: 0;
  z-index: 0;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.about_section .img-box::after {
  right: 0;
  z-index: 0;
  -webkit-transform: translate(50%, -50%);
  transform: translate(50%, -50%);
}

.about_section .detail-box h2 {
  color: #1a7a95;
  margin-top: 15px;
}

.about_section .detail-box p {
  color: #1f1f1f;
  margin-top: 15px;
}

.about_section .detail-box a {
  display: inline-block;
  padding: 25px 105px;
  background-color: #1a7a95;
  color: #ffffff;
  border-radius: 0px;
  -webkit-transition: all .3s;
  transition: all .3s;
  border: none;
  margin-top: 5px;
}

.about_section .detail-box a:hover {
  background-color: #1a7a95;
}

.about_section_page {

  -webkit-box-shadow: 0 0 15px 5px rgba(0, 0, 0, 0.15);
  box-shadow: 0 0 15px 5px rgba(0, 0, 0, 0.15);
  padding: 75px 25px;
  margin: 1%;
  border-radius: 10px;
  animation: fadeInUp 1s ease forwards;
  opacity: 1;
}

.about_section_page .row {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.about_section_page .img-box {
  position: sticky;
  animation: fadeInLeft 1s ease forwards 0.5s;
  opacity: 1;
}

.about_section_page .img-box img {
  width: 100%;
  z-index: 1;
  top: 5%;
  border-radius: 4px;
}

.about_section_page .img-box::before {
  left: 0;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.about_section_page .img-box::after {
  right: 0;
  -webkit-transform: translate(50%, -50%);
  transform: translate(50%, -50%);
}

.about_section_page .img-box::before,
.about_section_page .img-box::after {
  content: "";
  position: absolute;
  top: 50%;
  width: 25px;
  height: 50%;
  background-color: rgb(26, 122, 149);
  border-radius: 4px;
}

.about_section_page .heading_container_page {
  text-align: center;
  margin-top: 15px;
  margin-bottom: 30px;
}

.about_section_page .detail-box {
  animation: fadeInRight 1s ease forwards 0.5s;
  opacity: 1;
}

.about_section_page .detail-box h2 {
  font-weight: bold;
  color: #1a7a95;
  font-size: 2rem;
}

.about_section_page .detail-box p {
  color: #1f1f1f;
  margin-top: 15px;
}

.project_section {
  -webkit-box-shadow: 0 0 15px 5px rgba(0, 0, 0, 0.15);
  box-shadow: 0 0 15px 5px rgba(0, 0, 0, 0.15);
  padding: 45px 15px;
  margin: 1.5% 2%;
  max-height: 80%;
}

.project_section .heading_container {
  margin-bottom: 45px;
}

.project_section .heading_container h2 {
  margin: 0;
}

.project_section .heading_container h2 span {
  color: #ffffff;
}

.project_section .filter_box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.project_section .filter_box h6 {
  background-color: rgb(93, 93, 93);
  color: #ffffff;
  text-transform: uppercase;
  margin: 0;
  padding: 5px 10px;
  font-weight: normal;
}

.project_section .filter_box .owl-filter-bar {
  margin-left: 25px;
}

.project_section .filter_box .owl-filter-bar a {
  text-transform: uppercase;
  color: #252525;
  padding: 0 10px;
  font-size: 15px;
}

.project_section .filter_box .owl-filter-bar a.active {
  color: rgb(26, 122, 149);
}

.project_section .box {
  position: relative;
}

.project_section .box .img-box {
  position: relative;
}

.project_section .box .img-box img {
  width: 100%;
}

.project_section .box .img-box .pin_link {
  position: absolute;
  top: 50%;
  left: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 65px;
  height: 65px;
  background-color: rgba(255, 255, 255, 0.8);
  border-radius: 100%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  color: #1a7a95;
  font-size: 20px;
}

.project_section .box .detail-box {
  padding: 15px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  background-color: rgb(26, 122, 149);
  color: #ffffff;
  visibility: hidden;
  opacity: 0;
}

.project_section .box .detail-box h5 {
  font-weight: bold;
}

.project_section .owl-item.active.center .box .detail-box {
  opacity: 1;
  visibility: visible;
}

.project_section .project_carousel {
  margin-top: 45px;
  padding: 0 45px;
}

.project_section .project_carousel .owl-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-top: 10px;
}

.project_section .project_carousel .owl-nav button {
  width: 4%;
  height: 6%;
  background-color: #252525;
  outline: none;
  color: #ffffff;
  font-size: 28px;
  font-weight: bold;
}

.project_section .project_carousel .owl-nav button:hover {
  background-color: rgb(26, 122, 149);
}

.project_section .project_carousel .owl-nav button.owl-prev {
  left: -25px;
}

.project_section .project_carousel .owl-nav button.owl-next {
  right: -25px;
}

.client_section {
  background-image: url(../images/client-bg.jpg);
  background-size: cover;
  background-attachment: fixed;
}

.client_section .heading_container {
  margin-bottom: 45px;
  color: #ffffff;
}

.client_section .heading_container h2 {
  text-transform: uppercase;
  margin: 0;
}

.client_section .box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.client_section .box .img-box {
  width: 125px;
  height: 125px;
  min-width: 125px;
  border-radius: 30px;
  overflow: hidden;
  margin-right: -65px;
  margin-top: 15px;
  position: relative;
}

.client_section .box .img-box img {
  width: 100%;
}

.client_section .box .client_info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.client_section .box .client_info .client_name h5 {
  font-weight: bold;
  color: #252525;
  margin-bottom: 0;
  text-transform: uppercase;
}

.client_section .box .client_info .client_name h6 {
  margin-bottom: 0;
  color: rgb(26, 122, 149);
  font-weight: normal;
  font-size: 15px;
  text-transform: uppercase;
}

.client_section .box .client_info i {
  font-size: 24px;
  color: rgb(26, 122, 149);
}

.client_section .box p {
  margin-top: 25px;
}

.client_section .box .detail-box {
  background-color: #ffffff;
  padding: 45px 45px 45px 85px;
}

.client_section .carousel-indicators {
  position: unset;
  margin: 0;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-top: 45px;
}

.client_section .carousel-indicators li {
  background-color: rgb(26, 122, 149);
  width: 10px;
  height: 10px;
  border-radius: 100%;
  opacity: 1;
}

.client_section .carousel-indicators li.active {
  width: 20px;
  height: 20px;
  background-color: #ffffff;
}

.why_us_section .why_us_container .box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  margin-top: 45px;
}

.why_us_section .why_us_container .box .img-box {
  background-color: rgb(26, 122, 149);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 175px;
  min-width: 175px;
  height: 125px;
  margin-right: 25px;
  padding-right: 25px;
  -webkit-clip-path: polygon(0 0, 85% 0, 85% 35%, 100% 50%, 85% 65%, 85% 100%, 0 100%);
  clip-path: polygon(0 0, 85% 0, 85% 35%, 100% 50%, 85% 65%, 85% 100%, 0 100%);
  -webkit-transition: all .3s;
  transition: all .3s;
}

.why_us_section .why_us_container .box .img-box img {
  width: 45px;
}

.why_us_section .why_us_container .box .detail-box h5 {
  font-weight: bold;
}

.why_us_section .why_us_container .box:hover .img-box {
  background-color: #252525;
}

.why_us_section .btn-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-top: 45px;
}

.why_us_section .btn-box a {
  display: inline-block;
  padding: 8px 25px;
  background-color: rgb(26, 122, 149);
  color: #ffffff;
  border-radius: 0;
  -webkit-transition: all .3s;
  transition: all .3s;
  border: none;
}

.maps {
  margin-left: 5%;

}

.why_us_section .btn-box a:hover {
  background-color: #1a7a95;
}

.contact_section {
  position: relative;
}


.contact_section .heading_container {
  margin-bottom: 0px;
}

.contact_section .heading_container h2 {
  text-transform: uppercase;
}

.contact_section .form_container {
  margin: 40px;
}

.contact_section .map_container {
  height: 450px;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  padding: 0;
}

.contact_section .map_container .map {
  height: 100%;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.contact_section .map_container .map #googleMap {
  height: 100%;
}

.info_section {
  position: relative;
  display: block;
  bottom: 0;
  background-color: #252525;
  color: #ffffff;
  padding: 0px 0;

}

.info_section .contact_nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 10px 0;
  text-align: center;
}

.info_section .contact_nav a {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #ffffff;
}

.info_section .contact_nav a i {
  font-size: 28px;
}

.info_section .contact_nav a:hover {
  color: rgb(26, 122, 149);
}

.info_section .info_top {
  padding: 45px 0;
}

.info_section h4 {
  text-transform: uppercase;
  position: relative;
  margin-bottom: 25px;
}

.info_section .info_links .info_links_menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.info_section .info_links .info_links_menu a {
  color: #ffffff;
  -ms-flex-preferred-size: 50%;
  flex-basis: 50%;
}

.info_section .info_links .info_links_menu a:hover,
.info_section .info_links .info_links_menu a.active {
  color: rgb(26, 122, 149);
}

.info_section .info_post .post_box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.info_section .info_post .post_box .img-box {
  min-width: 45px;
  max-width: 90px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #ffffff;
  -ms-flex-preferred-size: calc(33% - 10px);
  flex-basis: calc(33% - 10px);
  padding: 5px;
  margin: 5px;
}

.info_section .info_post .post_box .img-box img {
  width: 100%;
}

.info_section .info_post .post_box p {
  margin: 0;
}

.info_section .info_post .post_box:not(:nth-last-child(1)) {
  margin-bottom: 15px;
}

.info_section .info_form input {
  width: 100%;
  border: none;
  height: 45px;
  margin-bottom: 25px;
  padding-left: 25px;
  background-color: #eaeaea;
  outline: none;
  color: #101010;
}

.info_section .info_form button {
  display: inline-block;
  padding: 10px 45px;
  background-color: #1a7a95;
  color: #ffffff;
  border-radius: 5px;
  -webkit-transition: all .3s;
  transition: all .3s;
  border: none;
}

.info_section .info_form button:hover {
  background-color: #1a7a95;
}

.info_section .info_bottom .row {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.info_section .info_bottom .info_logo {
  margin-right: 45px;
}

.info_section .info_bottom .info_logo a img {
  width: 125px;
}

.info_section .info_bottom .social_box {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 25px;
}

.info_section .info_bottom .social_box a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #ffffff;
  border-radius: 100%;
  width: 35px;
  height: 35px;
  color: rgb(26, 122, 149);
  font-size: 18px;
  margin-right: 10px;
}

.info_section .info_bottom .social_box a:hover {
  color: #252525;
}

/* footer section*/
.footer_section {
  position: relative;
  background-color: #ffffff;
  text-align: center;
}

.footer_section p {
  color: #252525;
  padding: 5px 0;
  margin: 0;
}

.footer_section p a {
  color: inherit;
}

/*# sourceMappingURL=style.css.map */

/* Contact */

header {
  text-align: center;
}

.contact-info {
  margin-bottom: 40px;
}

.contact-info h2 {
  color: #1A7A95;
  font-size: 2.5em;
  margin-bottom: 20px;
  font-weight: 700;
  text-align: center;
  position: relative;
  padding: 20px 0px;
  animation: slideIn 1s ease-out;
}

.contact-info h2::after {
  content: "";
  display: block;
  width: 60px;
  height: 4px;
  background: #1A7A95;
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
}

.info-cards {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  justify-content: center;
  animation: fadeInUp 1.5s ease-out;
}

.info-card {
  display: flex;
  align-items: center;
  background: #5d5d5d;
  border-radius: 15px;
  padding: 10px 25px;
  box-shadow: 0 12px 24px rgba(0, 0, 0, 0.2);
  width: 100%;
  max-width: 380px;
  transition: transform 0.3s, box-shadow 0.3s, background 0.3s;
  position: relative;
  overflow: hidden;
}

.info-card i {
  font-size: 2.5em;
  color: white;
  margin-right: 20px;
  transition: color 0.3s;
}

.info-content {
  flex: 1;
}

.info-card h3 {
  margin: 0 0 10px;
  color: white;
  font-size: 1.5em;
  font-weight: 700;
  transition: color 0.3s;
}

.info-card p {
  margin: 0;
  color: white;
  font-size: 1.1em;
}

.info-card:hover {
  cursor: pointer;
  transform: scale(1.05);
  box-shadow: 0 16px 32px rgba(0, 0, 0, 0.3);
  background: #1A7A95;
}

.info-card:hover i {
  color: white;
}

.info-card:hover h3 {
  color: white;
}

.map-header {
  display: flex;
  align-items: center;
  justify-content: center;
}

.map-header h2 {
  color: rgb(26, 122, 149);
  font-size: 2.5rem;
  font-weight: bolder;
}

.map-container {
  align-items: center;
  justify-content: center;
}

.map-container iframe {
  width: 90%;
  height: 450px;
}

.map {
  margin-left: 9.1%;
  margin-bottom: 40px;
}

.map h2 {
  font-size: 2.5em;
  margin-bottom: 20px;
  font-weight: 700;
  text-align: center;
  animation: slideIn 1s ease-out;
}

iframe {
  border-radius: 15px;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

iframe:hover {
  box-shadow: 0 8px 16px rgba(0, 0, 0, 0.2);
}

.dropbtn {
  color: rgb(93, 93, 93);
  background-color: white;
  padding: 5px 25px;
  border-radius: 5px;
  font-size: 16px;
  border: none;
  margin-right: 30px;
}

/* The container <div> - needed to position the dropdown content */
.dropdown {
  align-items: center;
  position: relative;
  display: inline-block;
}

/* Dropdown Content (Hidden by Default) */
.dropdown-content {
  display: none;
  border-radius: 5px;
  position: absolute;
  background-color: #f1f1f1;
  min-width: 160px;
  z-index: 1;
}

/* Links inside the dropdown */
.dropdown-content a {
  color: rgb(93, 93, 93);
  padding: 12px 16px;
  border-radius: 5px;
  text-decoration: none;
  display: block;
}

/* Change color of dropdown links on hover */
.dropdown-content a:hover {
  background-color: #5d5d5d;
  color: #f1f1f1;
  border-radius: 5px;
}

/* Show the dropdown menu on hover */
.dropdown:hover .dropdown-content {
  display: block;
}


.dropbtn:hover {
  background-color: rgb(93, 93, 93);
  ;
  color: white;
}

.dropbtn-icon {
  padding-bottom: 4px;
}

.project_section_page {

  -webkit-box-shadow: 0 0 15px 5px rgba(0, 0, 0, 0.15);
  box-shadow: 0 0 15px 5px rgba(0, 0, 0, 0.15);
  padding: 75px 25px;
  padding-left: 59px;
  margin: 1%;
  border-radius: 10px;
  animation: fadeInUp 1s ease forwards;
  opacity: 1;
}

.project-info-container {
  max-height: 4rem;
  overflow-y: auto;
}

.project-info {
  margin: 0;
}

/* width */
::-webkit-scrollbar {
  width: 5px;
}

/* Track */
::-webkit-scrollbar-track {
  background: #f1f1f1;
}

/* Handle */
::-webkit-scrollbar-thumb {
  background: #888;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: #555;
}

.arrow-buttons {
  position: absolute;
  top: 30%;
  width: 100%;
  display: flex;
  justify-content: space-between;
  transform: translateY(-50%);

}

.arrow-buttons button {
  background: rgba(0, 0, 0, 0.3);
  /* Buton arka plan rengi */
  border: none;
  border-radius: 50%;
  cursor: pointer;
  padding: 3px;
}


.arrow-buttons button svg {
  fill: white;
  width: 25px;
  height: 25px;
}

.project_section .col-sm .card .pin_link {
  position: absolute;
  top: 35%;
  left: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 65px;
  height: 65px;
  background-color: rgba(255, 255, 255, 0.8);
  border-radius: 100%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  color: #1a7a95;
  font-size: 20px;
}

.project_section .col-sm .card .card-body {
  background-color: #1A7A95;
  height: 120px;
  min-height: 100%;
}

.project_section .col-sm .card .card-body p {
  color: #f1f1f1;
}