@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap');
body{
  margin: 0 auto;
  font-family: 'Roboto', sans-serif;
}
.nav-wrapper {
  width: 100%;
  position: absolute;
  top: 0;
  /*background-color: #fff;*/
  padding: 20px 0;
  left: 0;
  z-index: 9999;
}
.hero_slider{
    position: relative;
    height: 100vh;
  }
.hero_slider .owl-carousel .owl-item img{
  height: 100vh;
  object-fit: cover;
}
.hero_slider .owl-dot{
  background-color: #fff !important;
  height: 8px;
  width: 8px;
  opacity: .5;
  display: block;
  border-radius: 100%;
  margin: 0 3px;
}
.hero_slider .owl-dot.active{
  opacity: 1;
}
.slider-counter{
  display: none;
}
.nav-wrapper .navbar img {
  width: 150px;
  z-index: 99;
}
.nav-wrapper .navbar ul {
  list-style: none;
}
.nav-wrapper .nav-item a {
  color: #000;
  font-size: 16px;
  font-weight: 500;
  text-decoration: none;
  transition: color 0.3s ease-out;
}
.nav-wrapper .nav-item a.active,.nav-wrapper.bgDark .nav-item a.active{
  color: #da3832 !important;
}
.nav-wrapper.bgDark .nav-item a{
  color: #fff;
}
.nav-wrapper.bgDark .navbar .nav li:after{
  background-color: #fff;
}
.nav-wrapper .nav {
  transform: translate(0);
  transition: transform 0.7s ease-in-out;
}
.nav-wrapper .menu-toggle .bar{
  width: 25px;
  height: 3px;
  background-color: #3f3f3f;
  margin: 5px auto;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.nav-wrapper.bgDark .menu-toggle .bar{
  background-color: #fff;
}
.nav-wrapper .menu-toggle {
  z-index: 99;
  display: none;
}
#mobile-menu.is-active .bar:nth-child(2){
  opacity: 0;
}
#mobile-menu.is-active .bar:nth-child(1){
  -webkit-transform: translateY(8px) rotate(45deg);
  -ms-transform: translateY(8px) rotate(45deg);
  -o-transform: translateY(8px) rotate(45deg);
  transform: translateY(8px) rotate(45deg);
}
#mobile-menu.is-active .bar:nth-child(3){
  -webkit-transform: translateY(-8px) rotate(-45deg);
  -ms-transform: translateY(-8px) rotate(-45deg);
  -o-transform: translateY(-8px) rotate(-45deg);
  transform: translateY(-8px) rotate(-45deg);
}
.nav-wrapper .navbar .nav li{
  padding: 0 10px;
  position: relative;
}
.nav-wrapper .navbar .nav li:after{
  content: '';
  position: absolute;
  width: 2px;
  height: 18px;
  background-color: #000;
  top: 2px;
  right: 0;
}
.nav-wrapper .navbar .nav li:last-child:after{
  display: none;
}
@media only screen and (max-width: 776px) {     
  .nav-wrapper .navbar ul {
    display: flex;
    flex-direction: column;
    position: fixed;
    justify-content: start;
    top: 0px;
    background-color: #fff;
    /*width: 100%;*/
    height: 100vh;
    transform: translate(-100%);
    text-align: center;
    overflow: hidden;
    left: 0;
    transition: transform 0.7s ease-in-out;
  }
  .nav-wrapper .navbar .nav li {
    padding: 4px 50px;
  }
  .nav-wrapper .navbar li:first-child {
    margin-top: 50px;
  }
  .nav-wrapper .menu-toggle, .bar {
    display: block;
    cursor: pointer;
  }
  .nav-wrapper .mobile-nav {
    transform: translate(0%)!important;
    transition: transform 0.7s ease-in-out;
  }
  .nav-wrapper.bgDark .mobile-nav .nav-item a{
    color: #000;
  }
  .nav-wrapper .mobile-nav .nav-item a.active, .nav-wrapper.bgDark .mobile-nav .nav-item a.active{
    color: #da3832;
  }
}
.hero_slider .carousel-item img{
  height: 100vh;
}
.hero_slider .carousel-indicators{
  left: auto;
  bottom: 40px;
  margin-bottom: 0;
  margin-right: 10%;
}
.hero_slider .carousel-indicators [data-bs-target]{
  width: 12px;
  height: 12px;
  border-radius: 100%;
}
.hero_slider .carousel-caption a{
  text-decoration: none;
  color: #fff;
}
.hero_slider .carousel-caption h3{
  font-size: 24px;
  margin: 0;
}
.hero_slider .carousel-caption p{
  margin: 0;
  font-size: 20px;
}
.text{
  padding: 30px 0;
}
.text p{
  margin: 0;
  color: #4e545b;
  padding-right: 40%;
  font-size: 22px;
}
.blog{
  margin-bottom: 20px;
}
.blog img{
  width: 100%;
  height: 220px;
  object-fit: cover;
  transition: .3s;
  overflow: hidden;
  transform: scale(1.0);
}
.blog img:hover{
  transition: .3s;
  transform: scale(1.2);
}
.blog img.large_blog_img{
  height: 490px;
}
.blog_content h5{
  padding-top: 10px;
  color: #4e545b;
  font-size: 16px;
  margin: 0;
}
.cust-btn a,.cust-btn span,.form_btn{
  cursor: pointer;
  text-decoration: none;
  font-size: 15px;
  color: #000;
  font-weight: 500;
  border: 1px solid #000;
  width: 260px;
  display: block;
  text-align: center;
  line-height: 30px;
  margin: 0 auto;
}
.blog_sec .cust-btn{
  margin-top: 40px;
  margin-bottom: 30px;
}
.blog a{
  overflow: hidden;
  display: block;
  text-decoration: none;
}
.blog_sec{
  padding-bottom: 40px;
}
.footer {
  border-top: 1px solid #535353;
  padding: 30px 0;
}
.social_icon{
  display: flex;
}
.social_icon a{
  color: #fff;
  background-color: #a7acb0;
  width: 40px;
  height: 40px;
  display: block;
  text-align: center;
  line-height: 40px;
  border-radius: 100%;
  font-size: 20px;
  margin-right: 10px;
}
.footer-address h1, .footer-address h2, .footer-address h3{
  color: #000;
  margin: 0;
  font-size: 18px;
}
.footer-address p{
  font-size: 15px;
  color: #4e545b;
  padding-right: 100px;
  margin: 0;
}
.footer-address p a{
  font-size: 15px;
  color: #4e545b;
  margin: 0;
  text-decoration: none;
}
.about_banner_sec{
  background-color: #000;
}
.about_content{
  height: auto;
  display: flex;
  padding: 120px 0px 40px 0px;
  flex-direction: column;
}
.about_content p{
  font-size: 18px;
  color: #fff;
}
.agent-info img{
  width: 100%;
}
.agent-text h5{
  color: #535353;
  margin: 0;
  font-size: 18px;
}
.agent-text p{
  color: #535353;
  margin: 0;
  font-size: 16px;
}
.agent-text{
  padding-top: 10px;
}
.team_sec,.services_sec{
  padding: 30px 0;
}
.team_sec h3,.services_sec h3{
  font-size: 30px;
  border-bottom: 1px solid #535353;
  margin-bottom: 34px;
  color: #535353;
}
.agent-info{
  margin-bottom: 20px;
}
.services_sec h6{
  margin: 0;
  color: #000;
}
.services_sec ul{
  padding: 0;
  margin: 0;
}
.services_sec li{
  list-style: none;
}
.services_sec li a{
  text-decoration: none;
  color: #535353;
}
.margin-top{
  margin-top: 80px;
}
.work_item img{
  aspect-ratio: 16/10;
  width: 100%;
  transition: .3s;
}
/* .work_item img:hover{
  transform: scale(1.2);
  transition: .3s;
} */
.work_item a{
  overflow: hidden;
  display: block;
  text-decoration: none;
}
.work_content h5{
  font-size: 15px;
  padding-top: 6px;
  color: #535353;
}
.work_sec{
  padding: 30px 0 60px;
}
.work_item{
  margin-bottom: 20px;
}
.work_sec h3{
  font-size: 30px;
  border-bottom: 1px solid #535353;
  color: #535353;
  padding-bottom: 10px;
}
.work_sec ul{
  display: flex;
  padding: 0;
  padding-bottom: 10px;
}
.work_sec li{
  list-style: none;
  padding-right: 20px;
}
.work_sec li:last-child{
  padding-right: 0;
}
.work_sec li a{
  text-decoration: none;
  font-size: 16px;
  color: darkgrey;
  font-weight: 500;
}
.work_sec li.active a,.work_row h4.active{
  color: #da3832;
}
.work_row h4{
  color: #535353;
  font-size: 20px;
}
.work_row a{
  text-decoration: none;
  font-size: 15px;
  color: #535353;
  font-weight: 500;
}
.work_item p{
  color: #535353;
  padding-top: 6px;
}
.work_sec .cust-btn{
  margin-top: 80px;
  margin-bottom: 30px;
}
.filter-work ul:last-child li{
  position: relative;
}
.filter-work ul:last-child li:before{
  content: '';
  position: absolute;
  height: 5px;
  width: 5px;
  background-color: #535353;
  border-radius: 100%;
  left: -12px;
  top: 8px;
}
.filter-work ul:last-child li.active:before{
  background-color: #00aae6;
}
.moretext{
  display: none;
}
.text span{
  font-size: 16px;
  font-weight: 500;
  padding-bottom: 20px;
  display: block;
  color: #535353;
}
.banner_img img{
  width: 100%;
}
.text-img-sec{
  padding: 30px 0;
}
.text-img-content p{
  font-size: 16px;
  color: #535353;
}
.text-img-content p b{
  display: block;
  color: #000;
}
.img-sec img{
  width: 100%;
}
.img-sec .cust-btn a{
  margin-left: 0;
  margin-top: 30px;
}
.img-sec span{
  color: #000;
  font-size: 20px;
  font-weight: 500;
  padding: 10px 70px 10px 0px;
  display: block;
}
.contact_info_sec{
  padding: 30px 0;
}
.contact_info_sec ul{
  padding: 0;
}
.contact_info_sec li,.contact_info_sec li a{
  list-style: none;
  text-decoration: none;
  font-size: 14px;
  color: #535353;
}
.contact_info_sec li b{
  color: #000;
  font-size: 15px;
}
.contact_content{
  padding-right: 160px;
}
.contact_form input,.contact_form textarea{
  border: 0;
  border-bottom: 1px solid darkgrey;
  border-radius: 0;
  padding-left: 0;
  font-size: 14px;
  color: darkgrey;
}
.contact_form textarea{
  resize: none;
  height: 150px;
}
.contact_form b{
  font-size: 14px;
}
.form-control:focus,.form-select:focus{
  box-shadow: none;
  border-color: #000;
}
.contact_form input::placeholder{
  font-size: 14px;
  color: darkgrey;
}
.form_btn{
  margin-left: 0;
  color: #fff;
  border: 0;
  background-color: #535353;
  font-size: 14px;
  margin-top: 40px;
  margin-bottom: 60px;
}
.contact_form select{
  width: 70px;
  color: #535353;
  border: 0;
  border-bottom: 1px solid darkgrey;
  border-radius: 0;
}
.contact_form option{
  color: #535353;
}
.work_row .owl-nav .owl-next{
  position: absolute;
  top: 100px;
  right: 10px;
}
.work_row .owl-nav .owl-prev{
  position: absolute;
  top: 100px;
  left: 10px;
}
.work_row .owl-dots{
  display: none;
}
.work_row .owl-nav button.owl-prev.disabled,.work_row .owl-nav button.owl-next.disabled{
  opacity: .4;
}
.work_row .owl-nav button.owl-prev,.work_row .owl-nav button.owl-next{
  background: #fff !important;
  color: #535353 !important;
  width: 30px;
  height: 30px;
  font-size: 20px;
  transition: .2s;
  display: none;
  opacity: 1;
  border-radius: 100%;
  text-align: center;
  line-height: 30px !important;
}
.work_row:hover .owl-nav button.owl-prev,.work_row:hover .owl-nav button.owl-next{
  transition: .2s;
  display: block;
}
.hero_slider .carousel-caption{
    display: block;
    margin: 0 auto;
    position: relative;
    left: 0;
    bottom: 130px;
    right: auto;
    text-align: left;
  }
  .hero_slider .owl-dots{
    display: flex;
    margin: 0 auto;
    position: relative;
    left: 0;
    bottom: 160px;
    justify-content: flex-end;
  }
@media (min-width: 576px){
  .hero_slider .carousel-caption{
    width: 530px;
  }
  .hero_slider .owl-dots{
    width: 530px;
  }
}
@media (min-width: 776px){
  .hero_slider .carousel-caption{
    width: 710px;
  }
  .hero_slider .owl-dots{
    width: 710px;
  }
}
@media (min-width: 992px){
  .hero_slider .carousel-caption{
    width: 950px;
  }
  .hero_slider .owl-dots{
    width: 950px;
  }
}
@media (min-width: 1200px){
  .hero_slider .carousel-caption{
    width: 1110px;
  }
  .hero_slider .owl-dots{
    width: 1110px;
  }
}
@media (min-width: 1400px){
  .hero_slider .carousel-caption{
    width: 1300px;
  }
  .hero_slider .owl-dots{
    width: 1300px;
  }
  .contact_content{
    padding-right: 100px;
  }
}
@media only screen and (max-width: 992px){
  .text p{
    padding-right: 10%;
  }
  .blog img{
    height: 125px;
  }
  .blog img.large_blog_img{
    height: 300px;
  }
  .contact_content{
    padding-right: 50px;
  }
  .about_content{
    padding-bottom: 0;
  }
}
@media only screen and (max-width: 776px) {
  .nav-wrapper .navbar .nav li:after{
    display: none;
  }
  .contact_content{
    padding-right: 0px;
  }
  .blog img{
    height: auto;
  }
  .blog img.large_blog_img{
    height: auto;
  }
  .text p,.img-sec span{
    font-size: 18px;
  }
  .social_icon{
    justify-content: center;
  }
  .footer-address{
    padding: 10px 0 0;
    text-align: center;
  }
  .footer-address p,.img-sec span{
    padding-right: 0;
  }
  .work_sec .owl-stage-outer{
    margin-right: -100%;
  }
  .owl-carousel{
    overflow: hidden;
  }
  .work_row .owl-nav .owl-prev,.work_row .owl-nav .owl-next{
    display: none;
  }
  .hero_slider .owl-carousel .owl-item img{
    object-fit: cover;
  }
}
@media only screen and (max-width: 576px){
  .slider-counter{
    display: block;
    position: absolute;
    bottom: 40px;
    right: 10%;
    z-index: 9;
    color: #fff;
    font-size: 14px;
  }
  .text p{
    padding-right: 0;
  }
  .hero_slider .carousel-caption{
    left: 15px;
  }
  .hero_slider .carousel-caption p{
    width: 80%;
  }
  .hero_slider .carousel-indicators,.nav-wrapper .menu-toggle, .bar{
    margin-right: 30px;
  }
  .nav-wrapper .navbar img{
    width: 120px;
  }
  .hero_slider .owl-carousel .owl-item img,.hero_slider{
    height: 500px;
  }
  .social_icon{
    justify-content: flex-start;
  }
  .footer-address{
    text-align: left;
  }
  .services_sec ul,.services_sec h6{
    text-align: center;
  }
  .about_content{
    padding-top: 120px;
    display: block;
    padding-bottom: 20px;
  }
  .about_content p{
    font-size: 16px;
  }
  .form_btn,.img-sec .cust-btn a{
    width: 50%;
  }
  .filter-work{
    flex-direction: column;
  }
  .filter-work ul:last-child li:before{
    left: 0;
  }
  .filter-work ul:last-child li{
    padding-left: 10px;
  }
  .hero_slider .carousel-caption h3{
    font-size: 20px;
  }
  .hero_slider .carousel-caption p{
    font-size: 14px;
  }
  .slider-counter{
    right: 15px;
  }
  .hero_slider .owl-dots{
    display: none;
  }
  .about_banner_sec,.about_content{
    height: 100%;
  }
  .contact_info_sec li,.footer-address p{
    padding-right: 70px;
  }
  .form_btn{
    margin-top: 50px;
    margin-bottom: 40px;
  }
}