@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&amp;display=swap');

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

h2,
h3,
h4,
h5,
h6,
a,
p,
li {
    word-break: break-word;
}
p{
	text-align:justify;
}
.text-inner p{
	text-align:center!important;;
}

.fw-300 {
    font-weight: 300;
}

.fw-400 {
    font-weight: 400;
}

.fw-500 {
    font-weight: 500;
}

.fw-600 {
    font-weight: 600;
}

.fw-bold {
    font-weight: bold;
}

.f9-size {
    font-size: 9px;
}

.f11-size {
    font-size: 11px;
}

.f12-size {
    font-size: 12px;
}

.f13-size {
    font-size: 13px;
}

.f14-size {
    font-size: 14px;
}

.f15-size {
    font-size: 15px;
}

.f17-size {
    font-size: 17px;
}

.f18-size {
    font-size: 18px;
}

.f19-size {
    font-size: 19px;
}

.f20-size {
    font-size: 20px;
}
.contact_mail{
	  width: 100%;
  border-top: 3px solid #8cc640;
  border-bottom: 3px solid #8cc640;
  padding: 30px;
  background: #fff;
  box-shadow: 0 0 24px 0 rgba(0, 0, 0, 0.12);
}

.contact_mail button{ 
 background: #8cc640;
 color:#fff;
 padding:8px 8px;
 margin-top:20px;
}
p.fw-300.f14-size.cursor-pointer a {
    color: #fff;
    text-decoration: none;
}

img {
    margin: 0.34rem;
    padding: 0px;
}

body {
    font-family: "Poppins", sans-serif;
    overflow-x: hidden;
}

header {
    background-color: #F5F5F5;
    color: #fff;
}

header .navbar-toggler:focus {
    text-decoration: none;
    outline: 0;
    box-shadow: none;
}

header .navbar-toggler i {
    font-size: 28px;
}

.banner-wraaper h1 {
    font-size: 40px;
    font-weight: 400;
    letter-spacing: 0.98px;
}

.combined {
    -webkit-text-stroke: 0px black;
    color: white;
    text-shadow:
        0px 0px 0 #000,
        -1px -1px 0 #000,
        1px -1px 0 #000,
        -1px 1px 0 #000,
        1px 1px 0 #000;
}

.owl-nav {
    position: absolute;
    top: 90px;
    width: 100%;
}

.owl-nav span {
    font-size: 65px;
}

.owl-next {
    position: absolute;
    right: 0;
}

.owl-prev {
    position: absolute;
    left: 0;
}

.info {
    color: #081F26;
    text-align: center;
}
.info p {
    
    text-align: center;
}
.footer-wrapper p{
	 text-align: center;
}

.price-info {
    font-size: 35px;
    color: #081F26;
}

.changebtn {
    background-color: #93DE00;
    color: white;
    border-radius: 50px;
    padding: 4px 29px;
    border: 0;
}

.green-inner {
    color: #327b3a;
}

.red-inner {
    color: #7d0f01;
}

.blue-inner {
    color: #007078;
}

.red-bg .text-inner {
    background: #081F26;
	color:#fff;
}

.blue-bg .text-inner {
    background: #93DE00;
}

.inner-main {
    width: 260px;
    height: 197px;
    object-fit: cover;
    border-radius: 23px;
}

.inner-main img {
    width: 260px;
    height: 197px;
    object-fit: cover;
    border-radius: 23px;
}

.text-inner {
    background: #93DE00;
    position: absolute;
   bottom: 10px;
    right: 0px;
    left: 4px;
    width: 105%;
    text-align: center;
    color: #000;
    border-radius: 0 0 23px 23px;
    padding: 5px 2px;
}

.extension-slider {
    display: flex;
    gap: 25px;
    width: 100%;
    overflow-x: auto;
}

footer {
    background-color: #081F26;
    color: #fff;
}

.cursor-pointer {
    cursor: pointer;
}

.owl-prev {
    left: -33px;
}

.owl-next {
    right: -33px;
}

::-webkit-scrollbar {
    width: 20px;
    display: block;
    height: 10px;
}



.position-item {
    position: relative;
}

.item {
    height: unset;
}

.roof-item {
    
    align-items: flex-end !important;
}

.base-item {
    height: 200px;
    align-items: flex-start !important;
}

.top-base {
    position: relative;
    bottom: -5px !important;
    z-index: 1000 !important;
}

.contain {
    margin: 0 auto;
    max-width: 1200px;
    width: 100%;
}

.item {
    align-items: center;
    display: flex;
    height: 350px;
    justify-content: center;
    margin-bottom: -1px;
}

div#owl-carouse {
    margin-top: -6px;
}

.form-control:focus {
    color: #212529;
    background-color: #fff;
    border-color: #ced4da;
    outline: 0;
    box-shadow: unset;
}

.owl-prev {
    width: 41px;
    height: 50px;
    border-radius: 100%;
    background-color: red;
}
.label-project label {
    font-size: 16px;
    padding-bottom: 3px;
}
::placeholder{
    font-size: 15px;
}
@media (max-width:1000px) {
    .roof-item {
      
        align-items: flex-end !important;
    }

    .base-item {
       
        align-items: flex-start !important;
    }
}
@media (max-width:767px) {
    .roof-item {
       
        align-items: flex-end !important;
    }

    .base-item {
      
        align-items: flex-start !important;
    }
    .banner-wraaper h1 {
        font-size: 29px;

    }
    .price-info {
        font-size: 26px;
    }
	.navbar-brand.text-white.fw-300 img {
  width: 55%!important;
}
}

@media (max-width:575px) {
    .owl-prev {
        left: 0px;
    }

    .owl-next {
        right: 0px;
    }

    .owl-nav {
        top: 20px;
    }
    .buttons{
        flex-wrap: wrap;
    }
	.navbar-brand.text-white.fw-300 img {
  width: 55%!important;
}
a.navbar-brand.text-white.fw-300 {
    width: 40% !important;
}
   
}
@media (max-width:1520px) {
    .navbar-brand.text-white.fw-300 img {
  width: 70%!important;
  padding:15px 0;
}
a.navbar-brand.text-white.fw-300 {
    width: 40% !important;
}
.heading.text-center.mb-4  h1{
	font-size:40px;
	padding:20px 0;

}
.inner-main {
    width: 249px;
        height: 215px;
    object-fit: cover;
    border-radius: 23px;
}

.inner-main img {
    width: 260px;
    height: 197px;
    object-fit: cover;
    border-radius: 23px;
}
.s_up .d-flex{
	display:flex!important;
}
  
}

@media (max-width:414px) {
   
	.navbar-brand.text-white.fw-300 img {
  width: 84%!important;
}
a.navbar-brand.text-white.fw-300 {
    width: 81% !important;
}
.item {
  
    height: 126px;
   
}
.d-flex {
    display: inline-block;
}
.heading.text-center.mb-4 h1{
	font-size:16px!important;
}
.inner-main {
    width: 150px;
    height: 150px;
    object-fit: cover;
    border-radius: 23px;
}

.inner-main img {
    width: 158px;
    height: 138px;
    object-fit: cover;
    border-radius: 23px;
}
.s_up .d-flex{
	display:inline-block!important;
}

  
}
@media (max-width:360px) {
   
	.navbar-brand.text-white.fw-300 img {
  width: 84%!important;
}
a.navbar-brand.text-white.fw-300 {
    width: 81% !important;
}
.item {
  
    height: 126px;
   
}
.heading.text-center.mb-4  h1{
	font-size:16px!important;
}
.inner-main {
    width: 150px;
    height: 150px;
    object-fit: cover;
    border-radius: 23px;
}
.d-flex {
    display: inline-block;
}

.inner-main img {
    width: 150px;
    height: 150px;
    object-fit: cover;
    border-radius: 23px;
}
.s_up .d-flex{
	display:inline-block!important;
}


   
}
p.price-info.mb-2 {
    color: #fff;
    font-weight: 600;
}
header .topbar {
  background-color: #363636;
  color: #fff;
  height: 80px;
  padding: 0;
  transition: all 0.5s;
  font-size:25px;
}
.red {
    color: #2BA506;
}
header {
  color: var(--default-color);
  background-color: var(--background-color);
  transition: all 0.5s;
  z-index: 997;
  box-shadow: 0px 0 18px rgba(0, 0, 0, 0.1);
}



header .branding {
  min-height: 60px;
  padding: 10px 0;
}

header .logo {
  line-height: 1;
}

header .logo img {
  max-height: 36px;
  margin-right: 8px;
}

header .logo h1 {
  font-size: 30px;
  margin: 0;
  font-weight: 700;
  color: var(--heading-color);
}

@media (min-width: 1200px) {
  .navmenu {
    padding: 0;
  }

  .navmenu ul {
    margin: 0;
    padding: 0;
    display: flex;
    list-style: none;
    align-items: center;
  }

  .navmenu li {
    position: relative;
  }

  .navmenu a,
  .navmenu a:focus {
    color: var(--nav-color);
    padding: 18px 15px;
    font-size: 16px;
    font-family: var(--nav-font);
    font-weight: 500;
    text-transform: uppercase;
    display: flex;
    align-items: center;
    justify-content: space-between;
    white-space: nowrap;
    transition: 0.3s;
  }

  .navmenu a i,
  .navmenu a:focus i {
    font-size: 12px;
    line-height: 0;
    margin-left: 5px;
    transition: 0.3s;
  }

  .navmenu li:last-child a {
    padding-right: 0;
  }

  .navmenu li:hover>a,
  .navmenu .active,
  .navmenu .active:focus {
    color: var(--nav-hover-color);
  }

  .navmenu .dropdown ul {
    margin: 0;
    padding: 10px 0;
    background: var(--nav-dropdown-background-color);
    display: block;
    position: absolute;
    visibility: hidden;
    left: 14px;
    top: 130%;
    opacity: 0;
    transition: 0.3s;
    border-radius: 4px;
    z-index: 99;
    box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.1);
  }

  .navmenu .dropdown ul li {
    min-width: 200px;
  }

  .navmenu .dropdown ul a {
    padding: 10px 20px;
    font-size: 15px;
    text-transform: none;
    color: var(--nav-dropdown-color);
  }

  .navmenu .dropdown ul a i {
    font-size: 12px;
  }

  .navmenu .dropdown ul a:hover,
  .navmenu .dropdown ul .active:hover,
  .navmenu .dropdown ul li:hover>a {
    color: var(--nav-dropdown-hover-color);
  }

  .navmenu .dropdown:hover>ul {
    opacity: 1;
    top: 100%;
    visibility: visible;
  }

  .navmenu .dropdown .dropdown ul {
    top: 0;
    left: -90%;
    visibility: hidden;
  }

  .navmenu .dropdown .dropdown:hover>ul {
    opacity: 1;
    top: 0;
    left: -100%;
    visibility: visible;
  }
}

/* Navmenu - Mobile */
@media (max-width: 1199px) {
  .mobile-nav-toggle {
    color: var(--nav-color);
    font-size: 28px;
    line-height: 0;
    margin-right: 10px;
    cursor: pointer;
    transition: color 0.3s;
  }

  .navmenu {
    padding: 0;
    z-index: 9997;
  }

  .navmenu ul {
    display: none;
    list-style: none;
    position: absolute;
    inset: 60px 20px 20px 20px;
    padding: 10px 0;
    margin: 0;
    border-radius: 6px;
    background-color: var(--nav-mobile-background-color);
    overflow-y: auto;
    transition: 0.3s;
    z-index: 9998;
    box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.1);
  }

  .navmenu a,
  .navmenu a:focus {
    color: var(--nav-dropdown-color);
    padding: 10px 20px;
    font-family: var(--nav-font);
    font-size: 17px;
    font-weight: 500;
    display: flex;
    align-items: center;
    justify-content: space-between;
    white-space: nowrap;
    transition: 0.3s;
  }

  .navmenu a i,
  .navmenu a:focus i {
    font-size: 12px;
    line-height: 0;
    margin-left: 5px;
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    transition: 0.3s;
    background-color: color-mix(in srgb, var(--accent-color), transparent 90%);
  }

  .navmenu a i:hover,
  .navmenu a:focus i:hover {
    background-color: var(--accent-color);
    color: var(--contrast-color);
  }

  .navmenu a:hover,
  .navmenu .active,
  .navmenu .active:focus {
    color: var(--nav-dropdown-hover-color);
  }

  .navmenu .active i,
  .navmenu .active:focus i {
    background-color: var(--accent-color);
    color: var(--contrast-color);
    transform: rotate(180deg);
  }

  .navmenu .dropdown ul {
    position: static;
    display: none;
    z-index: 99;
    padding: 10px 0;
    margin: 10px 20px;
    background-color: var(--nav-dropdown-background-color);
    border: 1px solid color-mix(in srgb, var(--default-color), transparent 90%);
    box-shadow: none;
    transition: all 0.5s ease-in-out;
  }

  .navmenu .dropdown ul ul {
    background-color: rgba(33, 37, 41, 0.1);
  }

  .navmenu .dropdown>.dropdown-active {
    display: block;
    background-color: rgba(33, 37, 41, 0.03);
  }

  .mobile-nav-active {
    overflow: hidden;
  }

  .mobile-nav-active .mobile-nav-toggle {
    color: #fff;
    position: absolute;
    font-size: 32px;
    top: 15px;
    right: 15px;
    margin-right: 0;
    z-index: 9999;
  }

  .mobile-nav-active .navmenu {
    position: fixed;
    overflow: hidden;
    inset: 0;
    background: rgba(33, 37, 41, 0.8);
    transition: 0.3s;
  }

  .mobile-nav-active .navmenu>ul {
    display: block;
  }
}
.page-title {
    background: #2d2d2d;
    padding: 30px 0;
    margin-bottom: 40px;
}
.page-title h1 {
    color: #fff;
    font-size: 30px;
    text-align: center;
}
.frames a{
    padding: 10px;
    background: #b6f71e;
    color: #000;
    text-decoration: none;
    margin: 20px 0;
    display: inline-block;
}
