.bg-logo{
  position: relative;
}

.navbar {
  overflow-x: clip;
  z-index: 999;
      padding-top: 2em;
    padding-bottom: 2em;
}
/* --- baner --- */
.baner {
    height: 630px;
    background-image: url(../img/jpg/main-page-baner.jpg);
    background-position: top;
    background-size: cover;
  
    color: #fff;
  }
  .baner .container {
    height: 100%;
  }
  .baner__content-wrap {
    height: 100%;
    display: flex;
    align-items: start;
    justify-content: center;
    flex-direction: column;
  }
  .baner__content-wrap h1,
  .baner__content-wrap h2 {
    font-size: 3.6rem;
    font-weight: 600;
    line-height: 5rem;
    letter-spacing: 1px;
    max-width: 468px;
    margin-bottom: 25px;
	text-shadow: 2px 2px 4px #000;
  }
  .baner__content-wrap .dq-btn.bg-gray{
    font-size: 1.9rem;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1px;
    line-height: 22px;
  }
  @media screen and (max-width: 1199px){
    .baner {
      height: 450px;
    } 
  }
  @media screen and (max-width: 992px){
    .baner{
      margin-top: 101px;
      height: 350px;
    }
      .baner__content-wrap h1,
      .baner__content-wrap h2 {
      font-size: 2.6rem;
      line-height: 3.7rem;
      }
      .baner__content-wrap .dq-btn {
      font-size: 1.6rem;
      }
  }
  @media screen and (max-width: 576px){
      .baner {
          height: 300px;
      } 
      .baner__content-wrap h1,
      .baner__content-wrap h2 {
      font-size: 2.6rem;
      line-height: 3.3rem;
      }
      .services-style-four-item .icon {
   
    padding-right: 0px;
}
  }



  html,
  body {
    position: relative;
    height: 100%;
  }

  body {
    background: #fff;

    font-size: 14px;
    color: #000;
    margin: 0;
    padding: 0;
  }

  .swiper__wrap{
    overflow-x: clip;
  }
  .swiper {
    width: 100%;
    height: 100%;
  }

  .swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .swiper-slide img {
    display: block;
    width: 100%;
    object-fit: cover;
  }

  @media screen and (max-width: 767px){
    .swiper__header--link-more{
      margin-top: 30px;
      display: block;
      width: max-content;
      margin-left: auto;
    }
  }

/* --- twin --- */

.twin{
  margin-top: 200px;
  margin-bottom: 120px;
  --twin-col-width: 640px;
  --twin-col-padding: 100px;
  overflow-x: clip;
}
.twin__row{
  display: flex;
  flex-wrap: wrap;
}
.twin__row-col--img{
  max-width:100%;
  margin-right: 0;
}
.twin__row-col--content{
  max-width: var(--twin-col-width);
  padding-right: 0px;
  font-size: 2.1rem;
  font-weight: 400;
  line-height: 3.9rem;
  margin-left: auto;
  margin-right: 160px;
}
.twin__row-col--content p:last-child{
  margin-bottom: 0;
}
.twin__row-col--content h2, 
.twin__row-col--content h3,
.twin__row-col--content h4, 
.twin__row-col--content h5{
  font-size: 3.8rem;
  font-weight: 600;
  line-height: 4.6rem;
  margin-bottom: 40px;
}
.twin__row-col.bg{
  background-color: var(--c-orange);
  position: relative;
  max-height: 490px;
}
.twin__row-col.bg .bg-img{
  position: absolute;
  left: 0px;
  top: 0px;
  height: 100%;
  width: auto;
  z-index: 2;
}
.twin__row-col--img img:not(.twin__row-col--img img.bg-img){
  margin-left: auto;
  display: block;
  position: relative;
  bottom: 120px;
}

@media screen and (max-width: 1399px){
  .twin{
    --twin-col-width: 555px;
    --twin-col-padding: 90px;
  }
  .twin__row-col--content{
    margin-right: 0;
  }
  .twin__row-col--img{
    margin-left: 0px;
  }
}
@media screen and (max-width: 1199px){
  .twin{
    --twin-col-width: 465px;
    --twin-col-padding: 40px;
  }
}
@media screen and (max-width: 992px){
  .twin{
    position: relative;
    --twin-col-width: 660px;
  }
  .twin__row-col.bg{
    opacity: 0.6;
    position: absolute;
    right: 0;
    bottom: -65px;
  }
  .twin__row-col--content{
    max-width: 690px;
    margin: auto;
    padding-right: 0px;
    line-height: 3.6rem;
  }
  .twin__row-col:first-child{
    z-index: 2;
  }
  .twin__row-col--img img:not(.twin__row-col--img img.bg-img){
    max-height: 490px;
    bottom: 65px;
    object-fit: cover;
  }
}
@media screen and (max-width: 676px){
  .twin{
    margin-top: 130px;
  }
  .twin__row-col--img img:not(.twin__row-col--img img.bg-img){
    display: none;
    content-visibility: hidden;
  }
  .twin__row-col--content h2, .twin__row-col--content h3, .twin__row-col--content h4, .twin__row-col--content h5{
    font-size: 2.6rem;
    line-height: 4rem;
    margin-bottom: 30px;
  }
  .twin__row-col:first-child{
 
    padding: 0px 0px;
  }
  .twin__row-col.bg{
    width: 500px;
  }
}
@media screen and (max-width: 576px){
  .twin{
    margin-top: 120px;
  }
}
@media screen and (max-width: 450px){
  .twin{
    margin-top: 100px;
  }
  .bt img {
    position: relative;
    top: 6px;
}
}




.two-color__content{
  display: flex;
  align-items: center;
}
.two-color__wrap{
  max-width: 740px;
}
.two-color__img .two-color__wrap{
  margin-left: auto;
  padding-right: 60px;
}
.two-color__content .two-color__wrap{
  padding-left: 0px;
}
.two-color__wrap--content{
  font-size: 2.2rem;
  line-height: 3.9rem;
  max-width: 600px;
}
.two-color__wrap--content strong{
  font-size: 3.8rem;
  line-height: 5.6rem;
  color:var(--dark);
  margin-bottom: 40px;
  display: block;
  font-weight: 500;
}
.two-color__img img{
  position: relative;
  top: 90px;
  width: 100%;
  object-fit: cover;
}
@media screen and (max-width: 1399px){
  .two-color__wrap,
  .two-color__wrap--content{
    max-width: 555px;
  }
  .two-color__content .two-color__wrap{
    padding-left: 0;
  }
}
@media screen and (max-width: 1199px){
  .two-color{
    background-image: none;
  }
  .two-color__img .two-color__wrap,
  .two-color__content .two-color__wrap{
    max-width: 930px;
    width: 100%;
    padding-right: 0px;
    margin: auto;
  }
  .two-color__img img{
    top: 0px;
    object-position: top;
  }
  .two-color__row{
    row-gap: 45px;
  }
  .two-color__content:last-child{
    background-color: #cecece;
  }
  .two-color__img img{
    border-radius: 0px 72px 0 72px;
  }
  .two-color__wrap--content{
    max-width: 930px;
    padding: 50px 0 50px 0;
    margin: auto;
    display: block;
  }
}
@media screen and (max-width: 767px){
  .two-color__wrap--content strong{
    font-size: 2.6rem;
    line-height: 3.5rem;
    margin-bottom: 30px;
  }
  .two-color__wrap--content{
    font-size: 2.1rem;
    line-height: 3rem;
  }
}
@media screen and (max-width: 576px){
  .two-color__img img{
    max-height: 500px;
  }
  .two-color{
    margin-bottom:100px ;
  }
}

.slider {
  overflow: hidden;
}

.carousel-caption {
    position: absolute;
    top: 6.25rem;
    right: 17%;
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
    color: var(--bs-carousel-caption-color);
    text-align: center;
    max-width: 400px;
    bottom:inherit;
    left:inherit;
    z-index: 9999;
}
.carousel-caption h1 {
  font-size:2.5rem;
}
.carousel-item img {
  	clip-path: polygon(94% 0, 100% 15%, 100% 100%, 0 100%, 0 0);
    width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}


.about-style-five-info .d-flex h4 {
	min-width: 200px;
}

.about-style-five-info .info a.btn-read-more {
	color: var(--color-primary);
}

.thumb-style-five {
	position: relative;
	z-index: 1;
}

.thumb-style-five img:nth-child(2) {
	position: absolute;
	top: 0;
}

.about-style-five-info {
	position: relative;
}

.achivement-style-one {
	display: inline-block;
	background: var(--dark);
	padding: 50px;
	color: var(--white);
	min-width: 300px;
	border-radius: 10px;
}

.achivement-style-one .counter {
	font-size: 100px;
	line-height: 1;
}

.about-style-five-info .left {
	margin-right: 75px;
}

.about-style-five-info .d-flex {
	position: relative;
	left: -245px;
	z-index: 1;
	margin-right: -220px;
}


.text.title {
    width: 100%;
    color: rgb(0, 0, 0, 0.5);
    background: linear-gradient(to right, var(--color-heading), var(--color-heading)) no-repeat;
    -webkit-background-clip: text;
    background-clip: text;
    background-size: 0%;
    transition: background-size cubic-bezier(.1,.5,.5,1) 0.5s;
    display: flex
;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    position: relative;
}
.about-style-five-info .title {
	font-size: 54px;
}

.thumb-style-five img {
  max-width: 630px;
}

.center_block.bg-gray {
  	clip-path: polygon(94% 0, 100% 15%, 100% 100%, 0 100%, 0 0);
}



@media screen and (max-width: 576px){
.thumb-style-five img {
  max-width: 100%; 
display: block; 
height: auto;
}
.about-style-five-info .d-flex {
  left:0px;
  margin-right: 0px;
}
.two-color__wrap.pt-5.pb-5 {
  overflow: hidden;

}
.carousel-caption {
  top:2rem;
  padding-top:0;
}
.carousel h1 {
           font-weight: 500;
        line-height: 30px;
        text-shadow: 4px 0px 21px rgba(0, 0, 0, 1);
        font-size: 1.2rem;
        left: 11%;
        position: relative;
}
.carousel-item img {
   filter: brightness(0.4);
}
.center_block .header__title {
    line-height: 2.9rem;
}
.about-style-five-info.mt-4 .d-flex{
  display: block !important;
  margin-bottom: 10px;
}
.info.text {
  margin-top: 2em;
}
#about .pl-80 {
    padding-left: 20px;
}
.card {
    margin-bottom: 3em;
}
.blog .button_belt .bt img {
    width: 15px;
    height: 15px;
    top: 6px;
    left: 5px;
}
.services-style-four-area {
    position: relative;
    top: 15px;
}
.carousel h1 span {
    font-size: 1.8rem;
    font-weight: bolder;
    text-shadow: 4px 0px 21px rgba(0, 0, 0, 1);
}

.grid__item-text span {
    font-size: 1.35rem !important;
    font-weight: 600;
    text-align: center;
           margin-right: 0em;
        display: block;
    }

.info_belt {
  text-align: center;
}
.grid__item-text {
    background: var(--bg-gradient);
    padding: 31px 0px 60px 0px;
}
.button_belt {
  top:33px;
}
}

.carousel h1 {
  text-shadow: 2px 0px 34px rgba(0, 0, 0, 1);
}

@media (min-width: 1199px) and (max-width: 1400px) {
  .thumb-style-five img {
    max-width: 600px;
  }
  .right_block, .left_block, .right_block p, .left_block p, .about-style-five-info p, .about-style-five-info {
    font-size: 1.15rem !important;
    line-height: 38px;
}
    .twin__row-col--content {
        margin-right: 2em;
    }
    .grid__item-text {
      padding-left: 5em;
    }
        .two-color__content .two-color__wrap {
        padding-left: 2em;

        }
        .header__title {
    text-align: center;
    font-weight: bolder;
    font-size: 2rem;
    line-height: 48px;
}
.two-color__wrap--content {
    margin-right: 4em;
    margin-top: 5em;
    margin-left: 2em;
}
.blog .image-wrapper {
    padding-top: 5px;
}
.image-wrapper img {
  width:100%;
  height: auto;
  display: block;
  padding: 10px;
}
.footer .button_belt .bt {
  margin-left: 6px;
}
.footer .button_belt {
    padding: 14px;
    margin: 20px;
    border: 1px solid #fff;
    font-size: 1rem;
    position: relative;
    top: 34px;
}
    .footer .block-one {
        --footerXpadding: 25px;
    }
        .navbar-expand-lg .navbar-collapse {
        justify-content: right;
    }
        .navbar .nav-link {
        font-size: 1.3rem;
        margin-left: 25px;
    }
    
}

.carousel-indicators {
  bottom: 95px;
}

.carousel-indicators [data-bs-target] {
  font-size: 0;
}
#mainCarousel {
  z-index: 1;
}
@media screen and (min-width: 1921px) {

.carousel-caption {
  position: absolute;
  top: 9.25rem;
  right: 25%;
  max-width: 505px;
}
.carousel-caption h1{
  font-size:3.2rem;
  line-height: 70px;
}
.info_belt .grid__item-img img{
  position: relative;
  top: 11em;

    }
    .rectangle__grid {
  display: grid;
  grid-template-columns: 1fr calc(var(--containerwidth)) calc(((141vw - var(--containerwidth)) / 2)) ;
}
.grid__item-text {
    background: var(--bg-gradient);
    padding: 60px 0px 60px 90px;
  }

}

@media (min-width: 766px) and (max-width: 990px) {
  .services-style-four-item .icon {
  
    padding-right: 0px;
  }
.services-style-four-item img {
    height: 45px;
    max-width: max-content;
}
.services-style-four-item h2 a {
  font-size:0.9rem;
}
.services-style-four-item .button a {
    display: inline-block;
    height: 35px;
    width: 35px;
    line-height: 35px;
    text-align: center;
}
.services-style-four-item .button a img {
    position: relative;
    top: -2px;
    color: #fff;
    width: 16px;
    height: 16px;
    left: -1px;
}
.services-style-four-item {
    display: grid;
    align-items: center;
    justify-content: space-between;
    text-align: left;
    grid-template-columns: 1fr 2fr 1.2fr;
    gap: 5px;
    overflow: hidden;
    position: relative;
    box-shadow: 0px 15px 60px -10px rgb(109 117 143 / 33%);
    background: var(--white);
    padding: 23px;
}

.services-style-four-item h2 {
    font-size: 1.5rem;
    line-height: 19px;
}
.carousel h1 {
    font-weight: 500;
    line-height: 38px;
    font-size:1.5rem;
}
.carousel-caption {
    position: absolute;
    top: 4.25rem;
    right: 12%;
}
.about-style-five-info .left {
    margin-right: 72px;
    margin-left: 3em;
}
.twin__row-col--img img:not(.twin__row-col--img img.bg-img) {
    margin-left: auto;
    display: block;
    position: initial;
}
.grid__item-text span {
    font-size: 2rem !important;

}
.grid__item-text {
    background: var(--bg-gradient);
    padding: 60px 0px 60px 60px;
}
    .two-color__wrap, .two-color__wrap--content {
        max-width: 100%;
}
.blog .button_belt {
    top: 0px;
    text-align: center;
    font-size: 0.9rem;
}
.blog .button_belt {
  border:none;
      padding: 0px;
}
}



@media (min-width: 481px) and (max-width: 578px) {
 .carousel-indicators {
    bottom: 0px;
}
    .carousel h1 {
        left: 0%;

}
.footer .button_belt {
    top: -20px;
}
    .footer p {
        max-width: 260px;
        margin: 0;
    }
    .blog .button_belt .bt {
  
    top: 7px;
}
    .image-wrapper img {
      
        width: 100%;
    }
}