html {
  scroll-behavior: smooth;
  overflow-x: hidden;
}
ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
a:hover {
  text-decoration: none;
}
a {
  text-decoration: none;
}
a:active {
  text-decoration: none;
}
a:foucs {
  text-decoration: none;
}
img {
  max-width: 100%;
  position: relative;
}

/* scroll */
#scroll-me-all-night-long {
  overflow: auto;
  overflow-x: hidden;
}
::-webkit-scrollbar {
  width: 5px;
}

::-webkit-scrollbar-track:horizontal {
  border-bottom-width: 1px;
}
::-webkit-scrollbar-track:vertical {
  border-right-width: 1px;
}
::-webkit-scrollbar-thumb {
  border: 0px solid #383967;
  border-radius: 30px;
}
::-webkit-scrollbar-thumb:horizontal {
  border-bottom-width: 5px;
}
::-webkit-scrollbar-thumb:horizontal:hover {
  border-bottom-width: 5px;
}
::-webkit-scrollbar-thumb:vertical {
  border-right-width: 5px;
}
::-webkit-scrollbar-thumb:vertical:hover {
  border-right-width: 5px;
}


/* Font Family */
@font-face {
  font-family: "fru";
  src: url("../fonts/fru.ttf");
}

@font-face {
  font-family: "29LTAzer";
  src: url("../fonts/29LTAzer.ttf");
}

body {
  padding: 0;
  margin: 0;
  font-family: "fru";
  overflow-x: hidden;
  min-height: 500px;
  background: #ffffff;
}

nav {
  position: absolute !important;
  z-index: 999;
  top: 1px;
  left: 0;
  right: 0;
  width: 100%;
  border-bottom: 1px solid #ffffff42;
}

.navbar-light .navbar-nav .nav-link:focus,
.navbar-light .navbar-nav .nav-link:hover {
  color: #ffffff;
}

.navbar-light .navbar-nav .nav-link.active,
.navbar-light .navbar-nav .show > .nav-link {
  color: #ffffff;
}

.navbar-collapse {
  flex-basis: 100%;
  flex-grow: 0;
  align-items: center;
}

.navbar-light .navbar-nav .nav-link {
  color: #fff;
  font-size: 18px;
  padding: 0 16px;
}

.bg-light {
  background-color: #fff0 !important;
  padding: 0;
}

.left_bar {
  text-align: left;
  margin-right: 45px;
}

.left_bar ul {
  float: left;
}

.navbar-brand {
  float: right;
  width: 153px;
}

.reg_accept {
  background-color: #731C08;
  padding: 5px 17px !important;
  border-radius: 30px;
  font-size: 14px !important;
  margin-right: 15px;
  display: block;
}

.left_bar ul li {
  display: inline-block;
  padding-right: 10px;
}

.left_bar ul li a {
  font-size: 14px;
  color: #ffffff;
}


/****/
.slider_header {
  position: relative;
}

.slider_header .img_bg img {
  position: relative;
  height: 100vh;
  width: 100%;
}

.slider_header .img_bg:after {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  background: #0000005e;
}

.details_slider {
  position: absolute;
  top: 40%;
  right: 0;
  left: 0;
  text-align: center;
}

.details_slider h1 {
  color: #ffffff;
  font-size: 43px;
  margin: 0 auto;
}

.details_slider p {
  color: #fff;
  font-size: 23px;
  line-height: 1.76;
  width: 40%;
  text-align: center;
  margin: 18px auto;
}

.swiper-slide-active .img_bg img {
  -webkit-animation-name: slideInDown;
  animation-name: slideInDown;
}

.slider_header .img_bg img {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
}

.swiper-slide-active .details_slider p {
  -webkit-animation-name: slideInUp;
  animation-name: slideInUp;
}

.slider_header .details_slider p {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
}

.swiper-slide-active .details_slider h1 {
  -webkit-animation-name: slideInUp;
  animation-name: slideInUp;
}

.slider_header .details_slider h1 {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
}

.slider_header .swiper-container .swiper-button-next {
  background-color: #ffffff;
  left: -22px;
  top: 50%;
  background-position: 26px;
  width: 50px;
  height: 50px;
}

.slider_header .swiper-container .swiper-button-prev {
  background-color: #ffffff;
  right: -26px;
  top: 50%;
  background-position: 13px;
  width: 50px;
  height: 50px;
}

@media (min-width: 1400px) {
.container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
    max-width: 1600px;
}
}

.navbar-collapse {
  padding-right: 0;
  padding-left: 0;
}

.container-fluid {
  padding-left: 0;
}

.alink_top {
    margin-top: 40px;
}

.alink_top a {
    margin: 0 10px;
    border: 1px solid #fff;
    color: #fff;
    padding: 4px 30px;
    border-radius: 40px;
    transition: 0.5s;
    font-size: 18px;
}

.alink_top a:hover {
  background: #731C08;
    color: #000;
    border: 1px solid #731C08;
}

.alink_top a:first-child {
    background: #BDBAB9;
    color: #000;
    padding: 4px 30px;
    border: 1px solid #BDBAB9;
    border-radius: 40px;
}

.alink_top a:first-child:hover {
  background: #ffe43800;
    color: rgb(255, 255, 255);
    border: 1px solid #fff;
}


/** **/
.about {
    padding: 50px 0;
}

.text_about {
}

.text_about h2 {
  color: #731c08;
  font-size: 26px;
  margin-bottom: 20px;
}

.text_about p {
    font-size: 15px;
    line-height: 1.76;
}

.text_about a {
    background: #731c08;
    color: #fff;
    padding: 4px 30px;
    border-radius: 40px;
    margin-top: 30px;
    display: inline-block;
    font-size: 18px;
}

.fit-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.image {
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
}


/**  **/
.visi_misi {
  padding: 50px 0;
  background: #F7F5FA;
}



.col-6.pr-md-5 {
  margin-right: 52%;
}

.title_sec {}

.title_sec h1 {
  margin-bottom: 40px;
  color: #731c08;
  font-size: 30px;
  margin-top: 0;
}

.title_sec img {
    padding-right: 20px;
}

.services {
    padding: 50px 0;
}

.title_sec2 {
    margin-bottom: 30px;
    width: 100%;
}

.title_sec2 h2 {
    margin-bottom: 0;
    color: #383967;
    font-size: 33px;
}

.title_sec2 span {
  color: #707070;
  font-size: 15px;
}

.title_sec2 img {
}

.serv {
  text-align: center;
  box-shadow: 0px 0px 19px 4px #00000021;
  position: relative;
  padding-bottom: 20px;
  overflow: hidden;
  margin-top: 30px;
}

.serv img {
  width: 100%;
}

.serv h3 {
    font-size: 23px;
    color: #000;
    margin-top: 20px;
}

.serv p {
    font-size: 14px;
    color: #000;
    line-height: 1.76;
    width: 90%;
    text-align: center;
    margin: 10px auto;
}

.hover_serv {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #731c08;
    z-index: 999;
    padding: 20px;
    display: none;
    transition: 0.5s;
}


.hover_serv p {
    color: #fff;
}

.hover_serv a {
    background: #731C08;
    color: #000;
    padding: 2px 25px;
    border: 1px solid #731C08;
    border-radius: 40px;
    margin-top: 20px;
    display: inline-block;
    transition: 0.5s;
}

.serv:hover .hover_serv{
  display: block;
}

.hover_serv {
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn;
}

.hover_serv {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
}

.hover_serv div {
    margin: 0;
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.more_serv {
  margin: 0 auto;
  font-size: 18px;
  border: 1px solid #383967;
  color: #383967;
  padding: 9px 30px;
  border-radius: 40px;
  transition: 0.5s;
  text-align: center;
  display: inline-block;
  margin-top: 30px;
}

.more_serv:hover {
  background: #731C08;
    color: #000;
    border: 1px solid #731C08;
}

.fixed_sec {
  text-align: center;
  position: relative;
  padding: 50px 0;
  background: url('../images/bg.jpg') fixed;
  background-size: cover;
}

.fixed_sec:after {
  position: absolute;
  content: '';
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  background-color: #00000096;
}

.fixed_sec img {
  position: relative;
  z-index: 999;
}

.fixed_sec h4 {
  color: #fff;
  font-size: 40px;
  position: relative;
  z-index: 999;
}

.fixed_sec h5 {
  color: #fff;
  font-size: 40px;
  position: relative;
  z-index: 999;
}

.statis {
  background-color: #731C08;
  padding: 50px 0;
}

.statis .title_sec h1 {
  color: #fff;
}

.stat {
    margin-bottom: 10px;
}

.stat img {}

.stat h3 {
    color: #fff;
    margin-bottom: 0;
    margin-top: 11px;
}

.stat span {
    color: #fff;
}


.gallery {
  padding: 50px 0;
}

.proj_item {
    margin-top: 30px;
}

.proj_item img {
    width: 100%;
    height: 250px;
}

.proj_item_master img {
  height: 531px;
}

.proj_item h2 {
    color: #383967;
    font-size: 23px;
    padding-top: 20px;
}

.proj_item p {
    color: #000;
    font-size: 14px;
}

.pad_0 {
  padding: 0;
}

@media (min-width:1400px) and (max-width:1920px) {
  .text_about {
    padding-top: 90px;
  }

  .proj_item img {
    height: 370px;
  }
  .proj_item_master img {
    height: 896px;
  }
  
}

.blogs {
  padding: 50px 0;
  background-color: #F6F4F9;
}

.swiper-container4 {
  overflow: hidden;
}

.all_blogs {}

.all_blogs .item_blogs {
}

.all_blogs .item_blogs img {
  width: 100%;
  border-radius: 5px;
  transition: 0.5s;
}

.details_blogs {
  background: #fff;
  padding: 20px;
  transition: 0.5s;
  margin: 0 20px;
  margin-top: -70px;
  position: relative;
  border-radius: 5px;
  text-align: right;
  opacity: 0;
}

.details_blogs h2 {
  margin: 0;
  color: #000;
  font-size: 20px;
  margin-bottom: 10px;
}

.details_blogs p {
  color: #989797;
  font-size: 15px;
  line-height: 1.76;
  padding-left: 20px;
  max-height: 25px;
  overflow: hidden;
}

.all_blogs .swiper-slide-active .details_blogs {
  opacity: 1;
}

.all_blogs .swiper-slide-active .item_blogs {
  opacity: 1;
}

.all_blogs2 .details_blogs {
  opacity: 1;
}

.all_blogs2 .item_blogs {
  opacity: 1;
  margin-bottom: 30px;
}

.item_blogs {
}


.go_link {
  background: #BDBAB9;
  width: 40px;
  height: 40px;
  display: block;
  transform: translateY(-50%);
  color: #fff;
  text-align: center;
  left: -15px;
  line-height: 40px;
  position: absolute;
  border-radius: 10px;
  top: 50%;
}

.go_link:hover {
  color: #fff;
}

.all_blogs .swiper-slide-active {
}

/* footer */
footer {
  background: url('../images/bg_footer.jpg');
  background-size: cover;
  padding-top: 50px;
}

.form_footer {
    background: #fff;
    padding: 20px;
    border-radius: 10px;
}

.form_footer input {
    width: 100%;
    margin-bottom: 20px;
    border: 0;
    border-bottom: 1px solid #ddd;
    padding-bottom: 15px;
    color: #000;
    font-size: 14px;
}

.form_footer textarea {
    width: 100%;
    margin-bottom: 20px;
    border: 0;
    border-bottom: 1px solid #ddd;
    padding-bottom: 15px;
    color: #000;
    font-size: 14px;
    max-width: 100%;
}

.form_footer button {
    /* margin: 0 auto; */
    border: 1px solid #383967;
    color: #383967;
    padding: 9px 30px;
    border-radius: 40px;
    transition: 0.5s;
    text-align: center;
    display: inline-block;
    margin-top: 10px;
    background: #fff;
}

.titl_foot {
    color: #BDBAB9;
    font-size: 19px;
    margin-bottom: 30px;
}

.list_foot {}

.list_foot li {
    margin-bottom: 14px;
}

.list_foot li a {
    color: #fff;
    font-size: 17px;
}

.subscribe {}

.subscribe p {
    color: #fff;
    font-size: 12px;
}

.subscribe input {
    background: inherit;
    border: 0;
    color: #fff;
    font-size: 15px;
    border-bottom: 1px solid #ffffff47;
    padding-bottom: 10px;
    width: 100%;
}

.subscribe button {
    border: 0px solid #383967;
    color: #000000;
    padding: 9px 30px;
    border-radius: 40px;
    transition: 0.5s;
    font-size: 14px;
    text-align: center;
    display: inline-block;
    margin-top: 21px;
    background: #BDBAB9;
}

.info_contact {
    margin-top: 30px;
}

.info_contact li {
    display: inline-block;
    color: #fff;
    padding-left: 10%;
    font-size: 15px;
}

.info_contact li i {
    color: #ffffff;
}

.copyright {
    border-top: 1px solid #ffffff36;
    margin-top: 40px;
    padding-top: 19px;
}

.copyright p {
    color: #fff;
    float: right;
}

.social_footer {
    float: left;
}

.social_footer li {
    display: inline-block;
}

.social_footer li a {
    color: #fff;
    font-size: 20px;
    padding-right: 20px;
}

.navbar-light .navbar-toggler-icon {
  filter: invert(1) brightness(9.5);
}

.navbar-light .navbar-toggler {
  color: rgb(255, 255, 255);
  border-color: rgb(255 255 255);
}

.proj_item:hover img {
  box-shadow: 0px 0px 11px 2px #00000054;
}

.slider_header2 {
  max-height: 382px;
  overflow: hidden;
}

.signle {
  padding: 50px 0;
}

p.text_proje {
  color: #000;
  font-size: 15px;
  line-height: 1.76;
}

img.img_proje {
  border-radius: 5px;
  margin-bottom: 10px;
  width: 100%;
}

.form_order {}

.form_order input {
    width: 100%;
    margin-bottom: 20px;
    border: 0;
    border-bottom: 1px solid #ddd;
    padding-bottom: 15px;
    color: #000;
    font-size: 14px;
}

.form_order select {
    width: 100%;
    margin-bottom: 20px;
    border: 0;
    border-bottom: 1px solid #ddd;
    padding-bottom: 15px;
    color: #000;
    font-size: 14px;
}

.form_order textarea {
    width: 100%;
    margin-bottom: 20px;
    border: 0;
    border-bottom: 1px solid #ddd;
    padding-bottom: 15px;
    color: #000;
    font-size: 14px;
}

.form_order button {
    border: 0px solid #383967;
    color: #000000;
    padding: 9px 30px;
    border-radius: 40px;
    transition: 0.5s;
    font-size: 14px;
    text-align: center;
    display: inline-block;
    margin-top: 21px;
    background: #731C08;
}

.map {
  margin-top: 40px;
}

.details_info li {
    padding-bottom: 25px;
}

.details_info li a {}

.details_info li i {
    color: #ffffff;
    margin-left: 15px;
}

.all_blogs2 .item_blogs img {
  height: auto !important;
}

.customers {
  background: #fff;
  padding: 60px 20px;
  border-radius: 10px;
  text-align: center;
}

.customers h3 {
  color: #731C08;
  font-size: 20px;
}

.customers p {
  color: #000;
  font-size: 16px;
}

.signle {
  padding: 50px 0;
}

.all_blogs2 .item_blogs img {
  height: auto !important;
}

.all_blogs2 .details_blogs {
  opacity: 1;
}

.all_blogs2 .item_blogs {
  opacity: 1;
  margin-bottom: 30px;
}

.form_order {}

.form_order input {
    width: 100%;
    margin-bottom: 20px;
    border: 0;
    border-bottom: 1px solid #ddd;
    padding-bottom: 15px;
    color: #000;
    font-size: 14px;
}

.form_order select {
    width: 100%;
    margin-bottom: 20px;
    border: 0;
    border-bottom: 1px solid #ddd;
    padding-bottom: 15px;
    color: #000;
    font-size: 14px;
}

.form_order textarea {
    width: 100%;
    margin-bottom: 20px;
    border: 0;
    border-bottom: 1px solid #ddd;
    padding-bottom: 15px;
    color: #000;
    font-size: 14px;
}

.form_order button {
    border: 0px solid #383967;
    color: #ffffff;
    padding: 9px 30px;
    border-radius: 40px;
    transition: 0.5s;
    font-size: 14px;
    text-align: center;
    display: inline-block;
    margin-top: 21px;
    background: #731c08;
}

.map {
  margin-top: 40px;
}

.details_info li {
    padding-bottom: 25px;
}

.details_info li a {}

.details_info li i {
    color: #731c08;
    margin-left: 15px;
}

.form_order {}

.form_order input {
    width: 100%;
    margin-bottom: 20px;
    border: 0;
    border-bottom: 1px solid #ddd;
    padding-bottom: 15px;
    color: #000;
    font-size: 14px;
}

.form_order select {
    width: 100%;
    margin-bottom: 20px;
    border: 0;
    border-bottom: 1px solid #ddd;
    padding-bottom: 15px;
    color: #000;
    font-size: 14px;
}

.form_order textarea {
    width: 100%;
    margin-bottom: 20px;
    border: 0;
    border-bottom: 1px solid #ddd;
    padding-bottom: 15px;
    color: #000;
    font-size: 14px;
}

.form_order button {
    border: 0px solid #383967;
    color: #ffffff;
    padding: 9px 30px;
    border-radius: 40px;
    transition: 0.5s;
    font-size: 14px;
    text-align: center;
    display: inline-block;
    margin-top: 21px;
    background: #731c08;
}