/* Import Files CSS Start */
@import url("bootstrap.min.css");
@import url("all.min.css");
@import url("fontawesome.min.css");
@import url("owl.carousel.min.css");
@import url("owl.theme.default.min.css");
@import url("fonts.css");
@import url("variable.css");
/* Import Files CSS End */

/* Basic Style Start */
body, h1, h2, h3, h4, h5, h6, p, ul, ol {
  margin: 0px;
  padding: 0px;
}
html, body {
  font-family: var(--fontFamily-RobotoSlab-1);
  box-sizing: border-box;
  color: var(--primary-1);
  scroll-behavior: smooth;
  -webkit-scroll-behavior: smooth;
}
a {
  text-decoration: none;
  cursor: pointer;
}
a:-webkit-any-link:focus-visible {
  outline: none;
}
ul {
  list-style: none;
}
/* Basic Style End */

/* Comman Style CSS Start */
h1{
  font-size: var(--fontSize-1);
  line-height: 80px;
  font-family: var(--fontFamily-futuraPT-2);
}
h2{
  font-size: var(--fontSize-2);
  line-height: 64px;
  font-family: var(--fontFamily-futuraPT-2);
  position: relative;
  text-transform: uppercase;
  display: inline-block;
  padding: 0px 70px;
}
h3{
  font-size: var(--fontSize-3);
  line-height: 30px;
  font-family: var(--fontFamily-futuraPT-2);
}
.paragraph-text-1{
  font-size: var(--fontSize-4);
  line-height: 34px;
  font-family: var(--fontFamily-RobotoSlab-1);
}
.paragraph-text-2{
  font-size: 23px;
  line-height: 46px;
  font-family: var(--fontFamily-RobotoSlab-1);
}
.overlay-image{
  position: relative;
}
.overlay-image::after{
  position: absolute;
  content: "";
  top: 0px;
  left: 0px;
  right: 0px;
  bottom: 0px;
  background: rgb(0, 0, 0, var(--colorOpacity-1));
}
.mask-image{
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.dropdown-toggle::after{
  position: relative;
  content: "";
  right: -12px;
  top: 2px;
  display: inline-block;
  width: 12px;
  height: 12px;
  border-bottom-style: solid;
  border-bottom-width: 2px;
  border-right-style: solid;
  border-right-width: 2px;
  border-top: transparent;
  border-left: transparent;  
  border-color: var(--white);
  transform: rotate(45deg); 
}
.all-section-space{
  margin-bottom: 20px;
}
.cmn-section-padding{
  padding: 70px 0px 50px;
}
.cmn-section-space-fluid{
  padding: 0px 50px 0px;
}
h2::after{
  position: absolute;
  content: "";
  left: 0px;
  top: 32px;
  width: 50px;
  height: 2px;
  background: var(--primary-2);
}
.comman-section-heading{
  text-align: center;
}
.bg-image{
  position: absolute;
  top: 50%;
  left: 0px;
  width: 570px;
  transform: translateY(-50%);
  z-index: -1;
}
.img-fluid{
  width: 100%;
}
/* Circle Box Style CSS Start */
.cmn-circle-box{
  flex: 0 0 auto;
  border-radius: 100%;
}
.center-alignment{
  display: flex;
  align-items: center;
  justify-content: center;
}
.circle-60{
  width: 60px;
  height: 60px;
}
/* Circle Box Style CSS End */

.text-primary-2{
  color: var(--primary-2);
}
.text-white{
  color: var(--white);
}
/* Comman Style CSS End */

/* ************************************************************ Home Page Style CSS Start ************************************************************ */

/* Header Navigation Menu Style CSS Start */
.header-section{
  position: relative;
  box-shadow: 0px 0px 20px var(--boxShadow);
}
.header-section::after{
  position: absolute;
  content: "";
  top: 0px;
  left: 0px;
  right: 0px;
  bottom: 0px;
  background: rgb(0, 0, 0, var(--colorOpacity-1));
  z-index: -1;
}
.header-section.navbar-fixed-top{
  position: fixed;
  top: 0px;
  width: 100%;
  z-index: 100;
  backdrop-filter: blur(30px);
  -webkit-backdrop-filter: blur(30px);
  box-shadow: 0 2px 4px -1px rgba(0, 0, 0, var(--colorOpacity-2));
}
.header-section .navbar{
  height: 100px;
  align-items: center;
  padding: 0px;
}
.header-section .navbar .navbar-toggler:focus{
  box-shadow: none;
}
.header-section .navbar-light .navbar-toggler{
  border: none;
}
.header-section .navbar .navbar-brand{
  width: 180px;
  height: auto;
}
.header-section .navbar .navbar-brand img{
  width: 100%;
}
.header-section .navbar .navbar-collapse{
  justify-content: flex-end;
}
.header-section .navbar .navbar-collapse .menu .menu-with-button{
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.header-section .navbar .navbar-nav .nav-item{
  margin: 0px 25px;
}
.header-section .navbar .navbar-nav .nav-item:first-child{
  margin-left: 0px;
}
.header-section .navbar .navbar-nav .nav-item:last-child{
  margin-right: 0px;
}
.header-section .navbar .navbar-nav .nav-item .nav-link{
  font-size: var(--fontSize-5);
  line-height: 22px;
  font-family: var(--fontFamily-futuraPT-6);
  color: var(--white);
  padding: 8px 0px;
}
.header-section .navbar .navbar-nav .nav-item:hover .nav-link, .header-section .navbar .navbar-nav .nav-item.active .nav-link{
  color: var(--primary-2);
  border-bottom: 2px solid var(--primary-2);
}
.header-section .navbar .navbar-nav .nav-item.dropdown .nav-link{
  padding-right: 40px;
}
.header-section .navbar .navbar-nav .nav-item.dropdown .dropdown-menu{
  padding: 0px;
  margin: 0px;
  border-bottom: 4px solid var(--primary-2);
  background-color: var(--primary-1);
  border-radius: 0px;
}
.header-section .navbar .navbar-nav .nav-item.dropdown .dropdown-toggle::after{
  display: none;
}
.header-section .navbar .navbar-nav .nav-item.dropdown .dropdown-menu .dropdown-item .dropdown-item-link{
  font-size: var(--fontSize-6);
  line-height: 18px;
  font-family: var(--fontFamily-RobotoSlab-1);
  color: var(--white);
}
.header-section .navbar .navbar-nav .nav-item.dropdown .dropdown-menu .dropdown-item:hover, .header-section .navbar .navbar-nav .nav-item.dropdown .dropdown-menu .dropdown-item.active{
  background: var(--primary-2);
  color: var(--white);
}
.header-section .navbar .navbar-nav .nav-item .nav-link.dropdown-toggle{
  padding-right: 15px;
}
.header-section .navbar .navbar-nav .nav-item:hover .nav-link.dropdown-toggle::after, .header-section .navbar .navbar-nav .nav-item.active .nav-link.dropdown-toggle::after{
  border-color: var(--primary-2);
}
.header-section .navbar .navbar-nav .nav-item.dropdown svg{
  position: absolute;
  width: 20px;
  height: 20px;
  color: var(--white);
  background: var(--primary-2);
  border-radius: 100%;
  z-index: 9999;
  right: 8px;
  top: 10px;
  background: var(--transparent);
}
.header-section .navbar .navbar-nav .nav-item:hover svg{
  color: var(--primary-2);
}
/* Header Navigation Menu Style CSS End */

/* Owl carousel Slider Style CSS Start */
/* Banner Owl Slider */
.owl-carousel-container.banner-owl-slider{
  position: absolute;
  top: 0px;
  left: 0px;
  right: 0px;
  bottom: 0px;
}
.owl-carousel-container.banner-owl-slider .owl-carousel{
  height: 100%;
  z-index: unset;
}
.owl-carousel-container.banner-owl-slider .owl-carousel .owl-stage-outer{
  height: 100%;
}
.owl-carousel-container.banner-owl-slider .owl-carousel .owl-stage-outer .owl-stage{
  height: 100%;
}
.owl-carousel-container.banner-owl-slider .owl-carousel .owl-stage-outer .owl-stage .owl-item{
  height: 100%;
}
.owl-carousel-container.banner-owl-slider .owl-carousel .owl-nav .owl-prev,
.owl-carousel-container.banner-owl-slider .owl-carousel .owl-nav .owl-next{
  position: absolute;
  width: 70px;
  height: 70px;
  top: 50%;
  transform: translateY(-50%);
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--white);
  border: 1px solid var(--white);
  border-radius: 100%;
  z-index: 3;
}
.owl-carousel-container.banner-owl-slider .owl-carousel .owl-nav .owl-prev{
  left: 50px;
}
.owl-carousel-container.banner-owl-slider .owl-carousel .owl-nav .owl-next{
  right: 50px;
}
.owl-carousel-container.banner-owl-slider .owl-carousel .owl-nav button:hover{
  background: var(--primary-2);
  border: 1px solid var(--primary-2);
}
.owl-carousel-container.banner-owl-slider .owl-carousel .owl-nav button svg{
  width: 30px;
  height: 30px;
}
/* Builder Service Owl Slider */
.owl-carousel-container.builder-service-slider .owl-carousel .owl-stage-outer .owl-stage .owl-item .item .slide-image{
  height: 500px;
  margin-bottom: 6px;
}
.owl-carousel-container.builder-service-slider .owl-carousel .owl-stage-outer .owl-stage .owl-item .item .slide-image img{
  height: 100%;
  object-fit: cover;
}

/* Testimonials Owl Slider */
.owl-carousel-container.indicator-with-arrow-slider .owl-carousel .owl-nav .owl-prev,
.owl-carousel-container.indicator-with-arrow-slider .owl-carousel .owl-nav .owl-next{
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  color: var(--white);
  font-size: 48px;
}
.owl-carousel-container.indicator-with-arrow-slider .owl-carousel .owl-nav .owl-prev:hover,
.owl-carousel-container.indicator-with-arrow-slider .owl-carousel .owl-nav .owl-next:hover{
  background: var(--transparent);
}
.owl-carousel-container.indicator-with-arrow-slider .owl-carousel .owl-nav .owl-prev{
  left: 0px;
}
.owl-carousel-container.indicator-with-arrow-slider .owl-carousel .owl-nav .owl-next{
  right: 0px;
}
.owl-carousel-container.indicator-with-arrow-slider .owl-carousel .owl-stage-outer .owl-stage .owl-item .item{
  padding: 0px 200px;
  text-align: center;
}
.owl-carousel-container.indicator-with-arrow-slider .owl-carousel .owl-stage-outer .owl-stage .owl-item .item .paragraph-list .paragraph-text-2:not(:last-child){
  margin-bottom: 30px;
}
.owl-carousel-container.indicator-with-arrow-slider .owl-carousel .owl-stage-outer .owl-stage .owl-item .item .slider-image{
  width: 75px;
  height: 75px;
  display: block;
  margin: 0px auto 30px;
}
.owl-carousel-container.indicator-with-arrow-slider .owl-carousel .owl-dots .owl-dot span{
  width: 12px;
  height: 12px;
  background: var(--white);
}
.owl-carousel-container.indicator-with-arrow-slider .owl-carousel .owl-dots .owl-dot.active span{
  background: var(--primary-2);
}
/* Owl carousel Slider Style CSS Start */

/* Banner Section Style CSS Start */
.banner-section.home-banner-section{
  min-height: 100vh;
  padding: 0px;
}
.banner-section.home-banner-section .overlay-image{
  position: absolute;
  top: 0px;
  bottom: 0px;
  left: 0px;
  right: 0px;
}
.banner-section .banner-heading-box{
  position: relative;
  min-height: 100vh;
  z-index: 1;
}
.banner-section .banner-heading-box .banner-content{
  position: relative;
  display: flex;
  flex-direction: column;
  width: 70%;
  min-height: 100vh;
  padding: 140px 180px 70px;
  margin: 0px auto;
  z-index: 1;
}
.banner-section .banner-heading-box h1 + p{
  margin-top: 20px;
}
/* Banner Section Style CSS End */

/* Builder Service Style CSS Start */
.builder-service-section{
  position: relative;
  background: var(--primary-1);
  padding-top: 100px;
}
.builder-service-section .builder-service-slider{
  position: absolute;
  top: 0px;
  left: 0px;
  right: 0px;
  bottom: 0px;
}
.builder-service-section.overlay-image::after{
  background: rgb(0, 0, 0, var(--colorOpacity-3));
  z-index: 1;
}
.builder-service-section .builder-service-content{
  position: relative;
  overflow: hidden;
}
.builder-service-content .builder-service-heading-box{
  position: relative;
  min-height: 1006px;
  max-height: 1006px;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  padding: 40px 80px;
  overflow-y: auto;
  z-index: 2;
}
.builder-service-content .builder-service-heading-box h2{
  margin-bottom: 50px;
}
.builder-service-content .builder-service-heading-box .btn-container{
  margin-top: 50px;
}
/* Builder Service Style CSS End */

/* Blog Comman Section Style CSS Start */
.comman-blog-section{
  padding-top: 200px;
  background: var(--primary-1);
}
.comman-blog-section .all-section-space{
  margin-bottom: 200px;
}
.comman-blog-section .blog-heading-box{
  margin-bottom: 200px;
}
.comman-blog-section .blog-content-box{
  position: relative;
  width: 650px;
  height: 100%;
  display: flex;
  z-index: 1;
  padding-left: 100px;
}

/* Comman Arrow Image Style CSS Start */
.cross-arrow-image{
  position: relative;
  height: 570px;
  margin: 0px 100px;
  z-index: 1;
}
.cross-arrow-image::before,
.cross-arrow-image::after{
  position: absolute;
  content: "";
  display: block;
  z-index: -1;
}
.cross-arrow-image::before{
  left: -15px;
  bottom: -15px;
  border-left: 0px solid var(--transparent);
  border-right: 90px solid var(--transparent);
  border-bottom: 90px solid var(--primary-2);
}
.cross-arrow-image::after{
  right: -15px;
  top: -15px;
  border-right: 0px solid var(--transparent);
  border-left: 90px solid var(--transparent);
  border-top: 90px solid var(--primary-2);
}
/* Comman Arrow Image Style CSS End */

/* Blog Comman Section Style CSS End */

/* Home Builder Service Style CSS Start */
.home-builder-service-section .home-builder-service-content{
  position: relative;
  display: flex;
  height: 100%;
  background: var(--primary-2);
  padding: 60px 50px 60px 150px;
  z-index: 1;
}
.home-builder-service-section .home-builder-service-content h2::after{
  background: var(--primary-1);
}
.home-builder-service-section .home-builder-service-content .paragraph-text-2{
  margin: 30px 0px;
}
.home-builder-service-section .home-builder-service-content .home-builder-bg-image{
  position: absolute;
  bottom: 0px;
  left: -150px;
  z-index: -1;
}
.home-builder-service-section .home-builder-service-content .home-builder-bg-image::after{
  position: absolute;
  content: "";
  inset: 0px;
  background: rgb(255, 206, 53, var(--colorOpacity-5));
  z-index: 0;
}
/* Home Builder Service Style CSS End */

/* Testimonials Style CSS Start */
.testimonials-section{
  background: var(--primary-1);
}
.testimonials-section .comman-section-heading{
  padding: 200px 0px 100px;
}
.testimonials-section .testimonials-content-box{
  position: relative;
  padding: 190px 150px 150px;
}
.testimonials-section .overlay-image{
  position: absolute;
  top: 0px;
  left: 0px;
  bottom: 0px;
  right: 0px;
}
.testimonials-section .overlay-image::after{
  background: rgb(0, 0, 0, 0.8);
}
/* Testimonials Style CSS Start */

/* Button Comman Style CSS Start */
.btn-container .btn{
  min-width: 250px;
  transition: all 0.5s ease 0s;
  font-size: 20px;
  line-height: 26px;
  font-family: var(--fontFamily-RobotoSlab-1);
  min-height: 60px;
}
.btn-container .btn:hover{
  transition: all 0.5s ease 0s;
}
.btn-container .btn.outline-primary-1{
  border: 1px solid var(--primary-1);
  color: var(--primary-1);
  border-radius: 30px;
}
.btn-container .btn.outline-primary-1:hover{
  background: var(--primary-1);
  color: var(--white);
}
.btn-container .btn.outline-primary-2{
  border: 1px solid var(--primary-2);
  color: var(--primary-2);
  border-radius: 30px;
}
.btn-container .btn.outline-primary-2:hover{
  background: var(--primary-2);
  color: var(--white);
}
/* Button Comman Style CSS End */

/* Footer Style CSS Start */
.footer-section{
  position: relative;
  border-top: 8px solid var(--primary-2);
  background-color: var(--primary-1);
}
.footer-section .footer-images{
  position: absolute;
  left: 0px;
  right: 0px;
  bottom: 0px;
  top: 0px;
  z-index: 1;
}
.footer-section .footer-images::after{
  position: absolute;
  content: "";
  top: 0px;
  left: 0px;
  right: 0px;
  bottom: 0px;
  background: rgb(0, 0, 0, var(--colorOpacity-1));
  z-index: 1;
}
.footer-section .footer-images img:first-child{
  position: absolute;
  bottom: 0px;
  left: -100px;
}
.footer-section .footer-images img:last-child{
  position: absolute;
  top: 50%;
  right: 30px;
  height: 280px;
  transform: translateY(-50%);
}
.footer-section .footer-content{
  position: relative;
  z-index: 2;
}
.footer-section .footer-content .footer-header-heading{
  margin-bottom: 30px;
}
.footer-section .footer-content .logo-image{
  width: 200px;
  margin-bottom: 30px;
}
.footer-section .footer-content .footer-header-heading .logo-image img{
  width: 100%;
}
.footer-section .footer-content .footer-header-heading h3{
  text-transform: uppercase;
}
.footer-menu-list .footer-menu-list-item:not(:last-child){
  margin-bottom: 12px;
}
.footer-menu-list .footer-menu-list-item .footer-menu-list-item-link{
  font-size: var(--fontSize-5);
  line-height: 24px;
  font-family: var(--fontFamily-futuraPT-1);
  color: var(--white);
  text-transform: uppercase;
  border-bottom: 1px solid var(--transparent);
}
.footer-menu-list .footer-menu-list-item .footer-menu-list-item-link:hover{
  color: var(--primary-2);
  border-bottom: 1px solid var(--primary-2);
}
/* Social Icon Style CSS Start */
.social-icon-list{
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.social-icon-list .social-icon-list-item:not(:last-child){
  margin-right: 20px;
}
.social-icon-list .social-icon-list-item .circle-box{
  font-size: var(--fontSize-3);
  color: var(--white);
  background: var(--transparent);
  border: 1px solid var(--white);
  transition: all 0.5s ease 0s;
}
.social-icon-list .social-icon-list-item .circle-box:hover{
  background: var(--primary-2);
  border: 1px solid var(--primary-2);
  transition: all 0.5s ease 0s;
}
/* Social Icon Style CSS End */
.label-with-icon-list .lable-with-icon-list-item:not(:last-child){
  margin-bottom: 20px;
}
.label-with-icon-list .lable-with-icon-list-item .lable-with-icon-list-item-link{
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  font-size: var(--fontSize-5);
  line-height: 22px;
  font-family: var(--fontFamily-futuraPT-1);
  color: var(--white);
}
.label-with-icon-list .lable-with-icon-list-item .lable-with-icon-list-item-link img{
  width: 26px;
  height: 26px;
  margin-right: 10px;
}
.label-with-icon-list .lable-with-icon-list-item .lable-with-icon-list-item-link span{
  flex: 1;
}
/* Footer Style CSS End */

/* ************************************************************ Home Page Style CSS End ************************************************************ */

/* Scroll Stlye CSS Start */
::-webkit-scrollbar {
  width: 3px;
  height: 3px;
}
::-webkit-scrollbar-track {
  background: var(--secondary-1);
}
::-webkit-scrollbar-thumb {
  background: var(--primary-2);
  border-radius: 20px;
}
::-webkit-scrollbar-thumb:hover {
  background: var(--primary-4);
}
/* Scroll Stlye CSS End */

/* Responsive Media Query Start */
@media screen and (max-width: 1400px){
  /* Comman Style CSS Start */
  h1{
    font-size: 60px;
    line-height: 70px;
  }
  h2{
    font-size: 48px;
    line-height: 54px;
  }
  .paragraph-text-1{
    font-size: 26px;
  }
  .paragraph-text-2{
    font-size: 20px;
    line-height: 40px;
  }
  .bg-image{
    width: 500px;
  }
  h2::after{
    top: 27px;
  }
  /* Comman Style CSS End */
  /* Banner Section Style CSS Start */
  .banner-section .banner-heading-box .banner-content{
    width: 80%;
  }
  /* Banner Section Style CSS End */

  /* Blog Comman Section Style CSS Start */
  .comman-blog-section .blog-content-box{
    width: auto;
  }
  .comman-blog-section .blog-content-box{
    padding-left: 70px;
  }
  /* Blog Comman Section Style CSS End */

  /* Comman Arrow Image Style CSS Start */
  .cross-arrow-image{
    margin: 0px 70px;
  }
  /* Comman Arrow Image Style CSS End */
}
@media screen and (max-width: 1199px){
  /* Comman Style CSS Start */
  h1{
    font-size: 50px;
    line-height: 60px;
  }
  h2{
    font-size: 36px;
    line-height: 48px;
  }
  .paragraph-text-1{
    font-size: 26px;
  }
  .paragraph-text-2 {
    font-size: 18px;
    line-height: 36px;
  }
  .bg-image {
    width: 420px;
  }
  h2::after{
    top: 24px;
  }
  /* Comman Style CSS End */
  /* Banner Section Style CSS Start */
  .banner-section .banner-heading-box .banner-content{
    width: 90%;
  }
  /* Banner Section Style CSS End */

  /* Comman Arrow Image Style CSS Start */
  .cross-arrow-image{
    height: 420px;
  }
  /* Comman Arrow Image Style CSS End */

  /* Blog Comman Section Style CSS Start */
  .comman-blog-section .blog-heading-box{
    margin-bottom: 150px;
  }
  .comman-blog-section{
    padding-top: 150px;
  }
  .comman-blog-section .all-section-space{
    margin-bottom: 150px;
  }
  /* Blog Comman Section Style CSS End */
  .home-builder-service-section .home-builder-service-content{
    padding: 60px 50px 60px 60px;
  }
  .testimonials-section .comman-section-heading{
    padding: 150px 0px 90px;
  }
  .testimonials-section .testimonials-content-box{
    padding: 120px 50px;
  }
  .owl-carousel-container.indicator-with-arrow-slider .owl-carousel .owl-stage-outer .owl-stage .owl-item .item{
    padding: 0px 150px;
  }
}
@media screen and (max-width: 991px){
  /* Comman Style CSS Start */
  h1{
    font-size: 36px;
    line-height: 48px;
  }
  h2 {
    font-size: 32px;
    line-height: 36px;
  }
  .bg-image{
    width: 320px;
  }
  h2::after{
    top: 18px;
  }
  .cmn-section-padding {
    padding: 60px 50px 30px;
  }
  /* Comman Style CSS End */

  /* Header Navigation Style CSS Start */
  .header-section .navbar-brand{
    width: 150px;
  }
  .header-section .navbar-toggler{
    color: var(--white);
  }
  .header-section .navbar-toggler svg{
    width: 25px;
    height: 25px;
    color: var(--primary-2);
  }
  .header-section .menu .responsive-header-section{
    width: 100%;
    height: 100px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0px 30px;
    border-radius: 0px;
    border-bottom: 1px solid var(--primary-2);
    margin-bottom: 20px;
  }
  .header-section .navbar-collapse {
    position: fixed;
    top: 0px;
    left: 0px;
    bottom: 0px;
    width: 100%;
    height: 100vh;
    background: var(--primary-1);
  }
  .header-section .navbar-collapse.collapsing {
    left: -100%;
    transition: height 0s ease;
  }
  .header-section .navbar-collapse.show {
    left: 0;
    transition: left 300ms ease-in-out;
  }
  .header-section .navbar-toggler.collapsed ~ .navbar-collapse {
    transition: left 500ms ease-in-out;
  }
  .header-section .navbar .navbar-nav .nav-item.dropdown .dropdown-menu .dropdown-item{
    padding: 0px;
  }
  .header-section .navbar .navbar-nav .nav-item{
    margin: 0px;
  }
  .header-section .navbar .navbar-nav .nav-item{
    border-bottom: 1px solid var(--primary-2);
  }
  .header-section .navbar .navbar-nav .nav-item:hover .nav-link{
    color: var(--white);
  }
  .header-section .navbar .navbar-nav .nav-item.active .nav-link,
  .header-section .navbar .navbar-nav .nav-item:hover .nav-link{
    border-bottom: none;
  }
  .header-section .navbar .navbar-nav .nav-item .nav-link{
    display: inline-block;
    font-size: var(--fontSize-6);
    line-height: 22px;
    padding: 15px 25px;
    margin-bottom: 0px;
    border-bottom: none;
  }
  .header-section .navbar .navbar-nav .nav-item.dropdown .dropdown-menu{
    border-bottom: 0px solid var(--primary-2);
  }
  .header-section .navbar .navbar-nav .nav-item.dropdown .dropdown-menu .dropdown-item .dropdown-item-link{
    width: 100%;
    display: block;
    padding: 15px 60px;
    border-top: 1px solid var(--primary-2);
  }
  .header-section .navbar .navbar-nav .nav-item.dropdown svg{
    position: absolute;
    width: 20px;
    height: 20px;
    color: var(--white);
    background: var(--primary-2);
    border-radius: 100%;
    z-index: 9999;
    right: 20px;
    top: 12px;
    padding: 4px;
  }
  .header-section .menu-with-button{
    align-items: flex-start;
    flex-direction: column;
  }
  .header-section .menu-with-button .btn-container{
    display: none;
  }
  .header-section .menu-with-button .navbar-nav{
    width: 100%;
  }
  /* Header Navigation Style CSS End */

  /* Banner Section Style CSS Start */
  .banner-section .banner-heading-box .banner-content{
    width: 100%;
    padding: 140px 180px 70px;
  }
  .banner-section .banner-heading-box .banner-content{
    width: 100%;
  }
  /* Banner Section Style CSS End */

  /* Owl carousel Slider Style CSS Start */
  /* Banner Owl Slider */
  .owl-carousel-container.banner-owl-slider .owl-carousel .owl-nav .owl-prev, .owl-carousel-container.banner-owl-slider .owl-carousel .owl-nav .owl-next{
    width: 60px;
    height: 60px;
  }
  .owl-carousel-container.banner-owl-slider .owl-carousel .owl-nav button svg{
    width: 25px;
    height: 25px;
  }
  /* Owl carousel Slider Style CSS End */

  /* Builder Service Style CSS Start */
  .builder-service-section{
    padding-top: 70px;
  }
  .owl-carousel-container.builder-service-slider .owl-carousel .owl-stage-outer .owl-stage .owl-item .item .slide-image{
    height: 400px;
  }
  .builder-service-content .builder-service-heading-box{
    min-height: 806px;
    max-height: 806px;
  }
  /* Builder Service Style CSS End */

  /* Blog Comman Section Style CSS Start */
  .comman-blog-section .blog-content-box{
    padding-left: 0px;
  }
  .comman-blog-section .blog-heading-box{
    margin-bottom: 100px;
  }
  .comman-blog-section{
    padding-top: 100px;
  }
  .comman-blog-section .all-section-space{
    margin-bottom: 100px;
  }
  /* Blog Comman Section Style CSS End */

  /* Comman Arrow Image Style CSS Start */
  .cross-arrow-image{
    margin: 0px 15px;
  }
  /* Comman Arrow Image Style CSS End */

  /* Footer Style CSS Start */
  .footer-section .footer-content .all-section-space{
    margin-bottom: 40px;
  }
  /* Footer Style CSS End */
  .testimonials-section .comman-section-heading{
    padding: 100px 0px 80px;
  }
  .owl-carousel-container.indicator-with-arrow-slider .owl-carousel .owl-stage-outer .owl-stage .owl-item .item .slider-image{
    width: 60px;
    height: 60px;
  }
  .owl-carousel-container.indicator-with-arrow-slider .owl-carousel .owl-stage-outer .owl-stage .owl-item .item{
    padding: 0px 100px;
  }
}
@media screen and (max-width: 767px){
  /* Comman Style CSS Start */
  h1{
    font-size: 28px;
    line-height: 36px;
  }
  h2{
    font-size: 28px;
    padding: 0px 60px;
  }
  h3{
    font-size: 22px;
  }
  .paragraph-text-1{
    font-size: 20px;
  }
  .paragraph-text-2 {
    font-size: 16px;
    line-height: 32px;
  }
  .bg-image{
    display: none;
  }
  h2::after{
    width: 40px;
  }
  .circle-60{
    width: 50px;
    height: 50px;
  }
  /* Comman Style CSS End */

  /* Owl carousel Slider Style CSS Start */
  /* Banner Owl Slider */
  .owl-carousel-container.banner-owl-slider .owl-carousel .owl-nav{
    margin-top: -90px;
  }
  .owl-carousel-container.banner-owl-slider .owl-carousel .owl-nav button:not(:last-child){
    margin-right: 20px;
  }
  .owl-carousel-container.banner-owl-slider .owl-carousel .owl-nav .owl-prev, .owl-carousel-container.banner-owl-slider .owl-carousel .owl-nav .owl-next{
    position: relative;
    inset: unset;
    display: inline-block;
    transform: unset;
  }
  .owl-carousel-container.banner-owl-slider .owl-carousel .owl-nav .owl-prev, .owl-carousel-container.banner-owl-slider .owl-carousel .owl-nav .owl-next{
    width: 50px;
    height: 50px;
  }
  .owl-carousel-container.banner-owl-slider .owl-carousel .owl-nav button svg{
    width: 20px;
    height: 20px;
  }
  /* Owl carousel Slider Style CSS End */

  /* Banner Section Style CSS Start */
  .banner-section.home-banner-section, .banner-section .banner-heading-box, .banner-section .banner-heading-box .banner-content{
    min-height: auto;
  }
  .banner-section .banner-heading-box .banner-content{
    padding: 130px 60px 110px;
  }
  /* Banner Section Style CSS End */

  /* Builder Service Style CSS Start */
  .builder-service-content .builder-service-heading-box{
    padding: 40px 50px;
  }
  .builder-service-content .builder-service-heading-box h2{
    margin-bottom: 30px;
  }
  .builder-service-content .builder-service-heading-box .btn-container{
    margin-top: 30px;
  }
  /* Builder Service Style CSS End */

  /* Blog Comman Section Style CSS Start */
  .comman-blog-section .all-section-space{
    margin-bottom: 50px;
  }
  .comman-blog-section .blog-heading-box{
    margin-bottom: 60px;
  }
  .comman-blog-section{
    padding-top: 60px;
  }
  /* Blog Comman Section Style CSS End */

  /* Comman Arrow Image Style CSS Start */
  .cross-arrow-image{
    height: auto;
    margin: 0px;
  }
  .cross-arrow-image::before{
    left: -12px;
    bottom: -12px;
    border-right: 80px solid var(--transparent);
    border-bottom: 80px solid var(--primary-2);
  }
  .cross-arrow-image::after{
    right: -12px;
    top: -12px;
    border-left: 80px solid var(--transparent);
    border-top: 80px solid var(--primary-2);
  }
  /* Comman Arrow Image Style CSS End */

  .testimonials-section .comman-section-heading{
    padding: 60px 0px 40px;
  }

  /* Footer Style CSS Start */
  .footer-menu-list .footer-menu-list-item .footer-menu-list-item-link{
    font-size: 18px;
  }
  .label-with-icon-list .lable-with-icon-list-item .lable-with-icon-list-item-link{
    font-size: 18px;
  }
  .footer-section .footer-content .all-section-space{
    margin-bottom: 60px;
  }
  .footer-section .footer-content .footer-header-heading{
    margin-bottom: 25px;
  }
  .social-icon-list .social-icon-list-item .circle-box{
    font-size: var(--fontSize-5);
  }
  /* Footer Style CSS End */
  .owl-carousel-container.indicator-with-arrow-slider .owl-carousel .owl-stage-outer .owl-stage .owl-item .item .slider-image{
    width: 50px;
    height: 50px;
  }
  .owl-carousel-container.indicator-with-arrow-slider .owl-carousel .owl-nav .owl-prev, .owl-carousel-container.indicator-with-arrow-slider .owl-carousel .owl-nav .owl-next{
    position: initial;
    top: initial;
    transform: initial;
  }
  .testimonials-section .testimonials-content-box{
    padding: 80px 50px;
  }
  .owl-carousel-container.indicator-with-arrow-slider .owl-carousel .owl-stage-outer .owl-stage .owl-item .item{
    padding: 0px;
  }
}
@media screen and (max-width: 576px){
  /* Comman Style CSS Start */
  h1{
    font-size: 24px;
    line-height: 28px;
  }
  h2{
    font-size: 24px;
    padding: 0px 40px;
  }
  h3{
    font-size: 20px;
  }
  .paragraph-text-1{
    font-size: 18px;
    line-height: 24px;
  }
  h2::after{
    width: 25px;
  }
  /* Comman Style CSS End */

  /* Banner Section Style CSS Start */
  .banner-section .banner-heading-box .banner-content{
    padding: 120px 30px 120px;
  }
  /* Banner Section Style CSS End */
  .cross-arrow-image::before{
    left: -8px;
    bottom: -8px;
    border-right: 60px solid var(--transparent);
    border-bottom: 60px solid var(--primary-2);
  }
  .cross-arrow-image::after{
    right: -8px;
    top: -8px;
    border-left: 60px solid var(--transparent);
    border-top: 60px solid var(--primary-2);
  }
  .owl-carousel-container.indicator-with-arrow-slider .owl-carousel .owl-stage-outer .owl-stage .owl-item .item .slider-image{
    width: 40px;
    height: 40px;
  }

  /* Footer Style CSS Start */
  .footer-menu-list .footer-menu-list-item .footer-menu-list-item-link{
    font-size: 16px;
  }
  .label-with-icon-list .lable-with-icon-list-item .lable-with-icon-list-item-link{
    font-size: 16px;
  }
  .footer-section .footer-content .footer-header-heading{
    margin-bottom: 20px;
  }
  /* Footer Style CSS End */
}
@media screen and (max-width: 420px){}
@media screen and (max-width: 360px){}
@media screen and (max-width: 320px){}
/* Responsive Media Query End */