/*----- BASIC -----*/
html, body{
  height: auto;
}
body {
  font-family: 'Metropolis Regular';
  font-weight: 400;
  background: #fff;
  color: #000;
  line-height: 1.5;
  position: relative;
  overflow-x: hidden;
}
a, a:hover{
  color: #000;
  -webkit-transition: ease-in-out 0.5s;
  -moz-transition: ease-in-out 0.5s;
  -o-transition: ease-in-out 0.5s;
  transition: ease-in-out 0.5s;
  text-decoration: none;
}
ul{
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
}
h1,h2,h3{
  font-weight: 600;
}
h4,h5,h6{
  font-weight: 500;
}
.favicon{
  width: 16px;
  height: 16px;
  object-fit: contain;
}
/*----- MAIN -----*/
/*----- SECTION -----*/
.home-blog .owl-carousel .owl-item{
  transition: 0.5s left;
}
.home-blog .owl-carousel .owl-item.active{
  transition: 0.5s left;
}
.home-blog .home-slide{
  background: url(../images/home-bg1.png) no-repeat;
  width: 100%;
  height: 100vh;
  background-size: cover;
  background-position: center;
  padding: 100px 470px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  position: relative;
}
.home-blog .home-slide.hs-2{
  background: url(../images/home-bg2.jpg) no-repeat;
  background-size: cover;
  background-position: center;
}
.home-blog .home-slide.hs-3{
  background: url(../images/home-bg3.jpg) no-repeat;
  background-size: cover;
  background-position: center;
}
.home-blog .home-slide h1{
  font-style: normal;
  font-weight: 500;
  font-size: 50px;
  line-height: 63px;
  text-align: center;
  color: #FFFFFF;
}
.home-blog .home-slide p{
  font-style: normal;
  font-weight: 500;
  font-size: 25px;
  line-height: 38px;
  text-align: center;
  color: #FFFFFF;
}
.home-blog .owl-dots {
    position: absolute;
    bottom: 34px;
    left: 50%;
    transform: translate(-50%, 0);
}
.owl-dots button.owl-dot{
  width: 18px;
  height: 18px;
  border-radius: 50%;
  border: 2px solid  #C9C9C7;
  transition: 0.5s ease-in-out;
  margin: 0 5px;
}
.owl-dots button.owl-dot.active{
  background:  #C9C9C7;;
}
.owl-dots button.owl-dot:hover{
  background:  #C9C9C7;;
}
.about-blog{
  padding: 50px 0;
}
.about-blog .about-img{
  position: relative;
}
.about-blog .about-img img{
  width: 100%;
  height: auto;
  object-fit: contain;
  transition: 0.5s ease-in-out;
  position: relative;
  z-index: 2;
}
.about-blog .about-img:after{
  content: '';
  background: url(../images/dot.png) no-repeat;
  position: absolute;
  top: -20px;
  right: -23px;
  width: 180px;
  height: 180px;
  object-fit: contain;
}
.about-blog .about-img:before{
  content: '';
  background: url(../images/dot.png) no-repeat;
  position: absolute;
  bottom: -14px;
  left: 0px;
  width: 180px;
  height: 180px;
  object-fit: contain;
}
.about-blog .about-img img:hover{
  transform: scale(1.1);
}
.about-blog .about-detail h2{
  font-style: normal;
  font-weight: 600;
  font-size: 30px;
  line-height: 45px;
  color: #000000;
  position: relative;
}
.about-blog .about-detail h2:after{
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 70px;
  height: 3px;
  background: #828282;
}
.about-blog .about-detail p{
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 26px;
  color: #000000;
}
.about-blog .about-detail ul li{
  display: flex;
  align-items: center;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 26px;
  color: rgba(0, 0, 0, 0.8);
}
.about-blog .about-detail ul li span{
  width: 25px;
  height: 25px;
  display: block;
  margin-right: 10px;
}
.our-services-blog{
  padding: 50px 0;
  background: #F4F4F4;
}
.our-services-blog .services-title h2.bottom-line{
  font-style: normal;
  font-weight: 600;
  font-size: 30px;
  line-height: 45px;
  text-align: center;
  color: #000000;
  position: relative;
}
h2.bottom-line:after{
  content: '';
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translate(-50%, 0);
  width: 70px;
  height: 3px;
  background: #828282;
}
.our-services-blog .services-title p{
  font-style: normal;
  font-weight: 500;
  font-size: 18px;
  line-height: 27px;
  text-align: center;
  color: #000000;
}
.our-services-blog .services-title p strong{
  color: #828282;
}
.our-services-blog .services-item{
  background: #FFFFFF;
  box-shadow: 0px 5px 30px 1px rgba(0, 0, 0, 0.1);
  border-radius: 10px;
  padding: 20px;
}
.our-services-blog .services-item .services-img-blog{
  position: relative;
  margin-bottom: 20px;
}
.our-services-blog .services-item .services-img{
  overflow: hidden;
  border-radius: 10px;
}
.our-services-blog .services-item .services-img img{
  width: 100%;
  height: 200px;
  object-fit: cover;
  border-radius: 10px;
  transition: 0.5s ease-in-out;
}
.our-services-blog .services-item .services-img:hover img{
  transform: scale(1.1);
}
.our-services-blog .services-item .services-img-blog .service-icon{
  position: absolute;
  bottom: -20px;
  right: 20px;
  background: #828282;
  box-shadow: 0px 5px 30px 1px rgba(0, 0, 0, 0.1);
  border-radius: 50%;
  width: 60px;
  border: 2px solid #828282;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 3;
  transition: 0.5s ease-in-out;
}
.our-services-blog .services-item .services-img-blog .service-icon svg{
  width: 30px;
  height: 30px;
  object-fit: contain;
}
.our-services-blog .services-item .services-img-blog .service-icon svg path{
    transition: 0.5s ease-in-out;
}
.our-services-blog .services-item .services-img-blog .service-icon:hover{
  background: #fff;
}
.our-services-blog .services-item .services-img-blog .service-icon:hover svg path{
  fill: #000;
}
.our-services-blog .services-item .services-detail h6{
  font-style: normal;
  font-weight: 600;
  font-size: 18px;
  line-height: 27px;
  color: #000000;
}
.our-services-blog .services-item .services-detail p{
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 22px;
  color: rgba(0, 0, 0, 0.5);
}
.our-services-blog .services-item .services-detail a.btn-read-more{
  display: block;
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 27px;
  color: rgba(0, 0, 0, 0.7)
}
.our-services-blog .owl-carousel .owl-stage-outer{
  padding: 40px 0;
}
.our-services-blog .owl-dots{
  margin-top: 20px;
  display: flex;
  justify-content: center;
}
.our-services-blog .owl-dots button.owl-dot{
  border: 2px solid #828282;
  box-shadow: 0px 5px 30px rgba(0, 0, 0, 0.1);
}
.our-services-blog .owl-dots button.owl-dot.active{
  background: #828282;
}
.our-services-blog .owl-dots button.owl-dot:hover{
  background: #828282;
}
.counter-blog{
  background: url(../images/counter-bg.png) no-repeat;
  width: 100%;
  background-size: cover;
  background-position: center;
  background-attachment: fixed;
  padding: 100px 0;
}
.counter-blog .count-up p{
  font-style: normal;
  font-weight: 600;
  font-size: 50px;
  line-height: 75px;
  text-align: center;
  color: #FFFFFF;
}
.counter-blog .count-up p span.counter-count{
  font-style: normal;
  font-weight: 600;
  font-size: 50px;
  line-height: 75px;
  text-align: center;
  color: #FFFFFF;
}
.counter-blog .count-up h3{
  font-style: normal;
  font-weight: 400;
  font-size: 25px;
  line-height: 38px;
  text-align: center;
  color: #FFFFFF;
}
.our-team{
  padding: 50px 0;
}
.our-team .our-team-title h2{
  position: relative;
  font-style: normal;
  font-weight: 600;
  font-size: 30px;
  line-height: 45px;
  text-align: center;
  color: #000000;
}
.our-team .our-team-title p{
  font-style: normal;
  font-weight: 500;
  font-size: 18px;
  line-height: 27px;
  text-align: center;
  color: #000000;
}
.our-team .our-team-title strong{
  color: #828282;
}
.our-team .team-member{
  position: relative;
  border-radius: 10px;
  box-shadow: 0px 5px 30px 1px rgba(0, 0, 0, 0.1);
  overflow: hidden;
}
.our-team .team-member img{
  width: 100%;
  height: 400px;
  object-fit: cover;
  transition: 0.5s ease-in-out;
}
.our-team .team-member:hover img{
  transform: scale(1.1);
}
.our-team .team-member .member-name{
    position: absolute;
    top: 43%;
    left: -79px;
    transform: rotate(90deg);
    background: #FFFFFF;
    box-shadow: 0px 5px 30px 1px rgb(0 0 0 / 10%);
    border-radius: 10px 10px 0px 0px;
    padding: 7px 41px;
}
.our-team .team-member .member-name h6{
  font-style: normal;
  font-weight: 500;
  font-size: 23px;
  line-height: 26px;
  text-align: center;
  color: #000000;
  margin-bottom: 5px;
}
.our-team .team-member .member-name p{
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 26px;
  text-align: center;
  color: rgba(0, 0, 0, 0.5);
  margin-bottom: 0;
}
.work-blog{
  padding: 50px 0;
}
.work-blog .work-title{
  margin-bottom: 30px;
}
.work-blog .work-title h2{
  position: relative;
  font-style: normal;
  font-weight: 700;
  font-size: 30px;
  line-height: 45px;
  text-align: center;
  color: #000000;
}
.work-blog .work-title p{
  font-style: normal;
  font-weight: 400;
  font-size: 20px;
  line-height: 24px;
  text-align: center;
  color: #000000;
}
.work-blog .client-logo img{
  width: 100%;
  height: 70px;
  object-fit: contain;
}
.work-blog .owl-dots{
  margin-top: 30px;
  display: flex;
  justify-content: center;
}
.work-blog .owl-dots button.owl-dot{
  border: 2px solid #000;
}
.work-blog .owl-dots button.owl-dot.active{
  background: #000;
}
.work-blog .owl-dots button.owl-dot:hover{
  background: #000;
}
.news-blog{
  padding: 50px 0;
}
.news-blog .news-blog-title h2{
  font-style: normal;
  font-weight: 600;
  font-size: 30px;
  line-height: 152.5%;
  color: #000000;
  text-align: center;
  position: relative;
}
.news-blog .news-blog-title p{
  font-style: normal;
  font-weight: 400;
  font-size: 23px;
  line-height: 152.5%;
  text-align: center;
  color: #000000;
}
.news-blog .news-blog-box{
  background: #FFFFFF;
  box-shadow: 0px 5px 30px 1px rgb(0 0 0 / 10%);
  border-radius: 10px;
}
.news-blog .news-blog-box .news-blog-img{
  border-radius: 10px 10px 0 0;
  overflow: hidden;
}
.news-blog .news-blog-box .news-blog-img img{
  width: 100%;
  height: 300px;
  object-fit: cover;
  border-radius: 10px 10px 0 0;
  transition: 0.5s ease-in-out;
}
.news-blog .news-blog-box .news-blog-img:hover img{
  transform: scale(1.1);
}
.news-blog .news-blog-box .news-blog-detail{
  padding: 30px 20px 20px;
  position: relative;
}
.news-blog .news-blog-box .news-blog-detail h6{
  font-style: normal;
  font-weight: 600;
  font-size: 20px;
  line-height: 152.5%;
  color: #000000;
}
.news-blog .news-blog-box .news-blog-detail ul{
  display: flex;
  text-align: center;
  margin-bottom: 10px;
}
.news-blog .news-blog-box .news-blog-detail ul li{
  display: flex;
  text-align: center;
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 152.5%;
  color: #000000;
  margin-right: 20px;
}
.news-blog .news-blog-box .news-blog-detail ul li span{
  margin-right: 10px;
}
.news-blog .news-blog-box .news-blog-detail p{ 
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 152.5%;
  color: rgba(0, 0, 0, 0.5);
}
.news-blog .news-blog-box .news-blog-detail .read-more-blog{
  border-top: 1px solid rgba(0, 0, 0, 0.2);
  padding-top: 10px;
}
.news-blog .news-blog-box .news-blog-detail .read-more-blog p{
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 152.5%;
  color: rgba(0, 0, 0, 0.5);
  margin-bottom: 0;
}
.news-blog .news-blog-box .news-blog-detail .read-more-blog a{
  display: block;
}
.news-blog .news-blog-box .news-blog-detail .date-blog{
  top: -20px;
  left: 20px;
  position: absolute;
  background: #828282;
  border-radius: 20px;
  padding: 7px 20px;
}
.news-blog .news-blog-box .news-blog-detail .date-blog p{
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 152.5%;
  color: #FFFFFF;
  text-align: center;
  margin-bottom: 0;
}
.contact-us-blog{
  padding: 100px 0;
  background: url(../images/contact-bg.png) no-repeat;
  width: 100%;
  height: auto;
  background-size: cover;
  background-position: center;
}
.contact-us-blog .contact-form{
  background: #FFFFFF;
  box-shadow: 0px 5px 30px 1px rgba(0, 0, 0, 0.1);
  border-radius: 20px;
  padding: 30px;
  background: rgba(255, 255, 255, 0.35);
  box-shadow: 0px 5px 30px 1px rgba(0, 0, 0, 0.1);
  border-radius: 20px;
}
.contact-us-blog .contact-form h2{
  font-style: normal;
  font-weight: 700;
  font-size: 35px;
  line-height: 52px;
  color: #FFFFFF;
  text-align: center;
  margin-bottom: 30px;
}
.contact-us-blog .contact-form .form-group{
  margin-bottom: 30px;
}
.contact-us-blog .contact-form input{
  height: 45px;
}
.contact-us-blog .contact-form .form-control{
  background: #FFFFFF;
  border: 2px solid #000000;
  box-shadow: 0px 5px 30px 1px rgba(0, 0, 0, 0.1);
  border-radius: 10px;
  color: #000000;
  font-style: normal;
  font-weight: 500;
  font-size: 20px;
  line-height: 30px;
  color: #000000;
}
.contact-us-blog .contact-form .form-control::placeholder{
  font-style: normal;
  font-weight: 500;
  font-size: 20px;
  color:rgb(0 0 0 / 70%);
}
.contact-us-blog .contact-form button.submit-btn{
  background: #FFFFFF;
  border: 3px solid #000000;
  box-shadow: 0px 5px 26px 1px rgba(0, 0, 0, 0.1);
  border-radius: 10px;
  transition: 0.5s ease-in-out;
  margin: 0 auto;
  display: block;
  padding: 10px 60px;
}
.contact-us-blog .contact-form button.submit-btn:hover{
  background: #000;
  color: #fff;
}