@import url("https://fonts.googleapis.com/css2?family=Montserrat:wght@100;300;400;500;700&family=Open+Sans:wght@400;500&family=Satisfy&display=swap");
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: "Montserrat", sans-serif;
}

ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

a {
  text-decoration: none;
}

.bt-primary {
  background: #069999;
  color: #fff;
  padding: 0.75rem 1rem;
  text-align: center;
  display: inline-block;
  transition: all 0.2s ease;
}
.bt-primary:hover {
  background: #79227D;
  color: #fff;
}

.text-gray {
  color: #a6a49a;
}

.font-sm {
  font-size: 0.9rem;
}

.font-nr {
  font-size: 1rem;
}

.font-md {
  font-size: 1.25rem !important;
}

.ff-satisfy {
  font-family: "Satisfy", cursive;
}

.bg-yellow-light {
  background-color: #069999 !important;
}

.bg-gray-light {
  background-color: #f5f4f0 !important;
}

.text-yellow {
  color: #069999;
}

.hover-yellow:hover {
  transition: all 0.2s ease;
  color: #069999 !important;
}

.section-py {
  padding: 4rem 0rem;
}

.sc_item_title.sc_item_title_style_2:not(.sc_item_title_tag) {
  font-size: 3.5em;
  font-weight: 400;
  line-height: 1.05em;
}

.sc_item_subtitle.sc_item_title_style_2 + .sc_item_title {
  margin-top: 0.28em;
}

h2 {
  font-family: "Montserrat", sans-serif;
  font-size: 4.375em;
  font-weight: 400;
  font-style: normal;
  line-height: 1.15em;
  text-decoration: none;
  text-transform: none;
  letter-spacing: -2.2px;
  margin-top: 0.77em;
  margin-bottom: 0.77em;
}

h4 {
  font-family: "Montserrat", sans-serif;
  font-size: 2.813em;
  font-weight: 400;
  font-style: normal;
  line-height: 1.12em;
  text-decoration: none;
  text-transform: none;
  letter-spacing: -1.75px;
  margin-top: 0.87em;
  margin-bottom: 0.87em;
}

.sc_item_subtitle.sc_item_title_style_2 {
  font-size: 1.563em;
  font-weight: 400;
}

body {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 16px;
  line-height: 1.5;
  color: #545454;
}

.top-header {
  color: #a6a49a;
  background-color: #f5f4f0;
}
.top-header .always {
  font-family: "Open Sans", sans-serif;
  font-family: "Satisfy", cursive;
  font-size: 1.734em;
  font-weight: 400;
  letter-spacing: 0.15px;
  color: #069999;
}
.top-header .menu .menu-item {
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
  font-style: normal;
  text-decoration: none;
  text-transform: none;
  letter-spacing: -0.45px;
  color: #a6a49a;
  margin-left: 0.75rem;
  transition: all 0.2s ease;
}
.top-header .menu .menu-item:hover {
  color: #069999;
}

header {
  position: -webkit-sticky;
  position: sticky;
  top: 0px;
  background: #fff;
  z-index: 99999;
  box-shadow: 0px 10px 10px rgba(0, 0, 0, 0.025);
}
header .menu-menu-1-container {
  width: 100%;
}
header .menu-menu-1-container ul.menu {
  width: 100%;
  list-style: none;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
header .menu-menu-1-container ul.menu li a {
  display: block;
  padding: 1rem;
  color: #5b5551;
  transition: all 0.2s ease;
  font-weight: 700;
}
header .menu-menu-1-container ul.menu li a:hover {
  color: #a6a49a;
}
header .menu-menu-1-container ul.menu li.current_page_item > a:first-of-type {
  color: #a6a49a;
}
header .menu-menu-1-container ul.menu li.menu-item-has-children {
  position: relative;
  transition: all 0.2s ease;
}
header .menu-menu-1-container ul.menu li.menu-item-has-children .sub-menu {
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translateX(-50%);
  width: 204px;
  background: #069999;
  padding: 1rem 0rem;
  opacity: 0;
  visibility: hidden;
  transition: all 0.2s ease;
  box-shadow: 0px 10px 10px rgba(0, 0, 0, 0.1);
  z-index: 99;
}
header .menu-menu-1-container ul.menu li.menu-item-has-children .sub-menu::before {
  content: "";
  position: absolute;
  width: 8px;
  height: 8px;
  background: #069999;
  top: 0px;
  left: 50%;
  transform: translate(-50%, -50%) rotate(45deg);
}
header .menu-menu-1-container ul.menu li.menu-item-has-children .sub-menu li a {
  color: #fff;
  padding: 0.5rem 1rem;
  transition: all 0.2s ease;
}
header .menu-menu-1-container ul.menu li.menu-item-has-children .sub-menu li a:hover {
  background: #79227D;
}
header .menu-menu-1-container ul.menu li.menu-item-has-children:hover .sub-menu {
  opacity: 1;
  visibility: visible;
}
header .logo img {
  max-width: 240px; 
	margin-right: 1.2rem;
/* 	320px; */
}
header .contact-number {
  min-width: 200px;
/*   margin-left: 2.5rem; */
}
header .contact-number .icon {
  font-size: 1.2em;
  font-weight: 400;
  border: 2px solid #069999;
  width: 1.823em;
  min-width: 1.823em;
  height: 1.823em;
  line-height: 1.823em;
  text-align: center;
  position: relative;
  top: 1px;
  border-radius: 50%;
  display: block;
  margin-right: 0.5rem;
}
header .contact-number .icon .bx {
  color: #069999;
}
header .contact-number .text {
  font-size: 0.8em;
  color: #a6a49a;
  font-weight: 500;
}
header .contact-number .phone {
  font-size: 1.15em;
  font-weight: 700;
  letter-spacing: -0.9px;
  margin-top: 4px;
  color: #069999;
  transition: all 0.2s ease;
}
header .contact-number .phone:hover {
  color: #5b5551;
}

.home-consultation {
  width: 100%;
}
.home-consultation .row {
  width: 100%;
  margin: 0px !important;
}
.home-consultation .inner-content {
  width: 75%;
  margin-left: auto;
  max-width: 600px;
}
.home-consultation .inner-content.content-2 {
  margin-right: auto;
  margin-left: 0px;
}
.home-consultation .title {
  font-family: "Montserrat", sans-serif;
  font-size: 2.813em;
  font-weight: 400;
  font-style: normal;
  line-height: 1.12em;
  text-decoration: none;
  text-transform: none;
  letter-spacing: -1.75px;
  margin-bottom: 0.85em;
}
.home-consultation .input-area {
  color: #a6a49a;
  border-color: #5b5551;
  display: flex;
  justify-content: space-between;
}
.home-consultation .input-area input {
  width: 100%;
  border: 1px solid #f5f4f0;
  outline: none;
  background-color: #f5f4f0;
  transition: all 0.2s ease;
  padding: 0.75rem 2rem;
  border-right: none;
  height: 50px;
}
.home-consultation .input-area input:hover {
  border-color: #069999;
}
.home-consultation .input-area input:active, .home-consultation .input-area input:focus {
  border-color: #79227D;
}
.home-consultation .input-area button {
  border: none;
  background: #069999;
  width: 260px;
  color: #fff;
  text-align: center;
  transition: all 0.2s ease;
  cursor: pointer;
  height: 50px;
}
.home-consultation .input-area button:hover {
  background: #79227D;
}
.home-consultation .text-1 {
    font-weight: 400;
    text-transform: none;
    letter-spacing: 0;
    font-size: 2.875em;
    line-height: 1.25em;
    font-style: normal;
    margin-bottom: 0px;
    width: 100%;
}
.home-consultation .text-2 {
  line-height: 1.12em;
  letter-spacing: -1.4px;
  font-family: "Montserrat", sans-serif;
  font-size: 2.813em;
  font-weight: 400;
  font-style: normal;
  text-decoration: none;
  text-transform: none;
  margin: 0px;
  margin-bottom: 0.5rem;
  position: relative;
}
.home-consultation .text-2 sup {
  vertical-align: super;
  font-size: 1rem;
}
.home-consultation .view-all {
  font-style: normal;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  transition: all 0.2s ease;
}
.home-consultation .view-all:hover {
  color: #5b5551;
}
.home-consultation .view-all:hover .icon {
  border-color: #5b5551;
  color: #5b5551;
}
.home-consultation .view-all .icon {
  width: 40px;
  min-width: 40px;
  height: 40px;
  border: 1px solid #fff;
  border-radius: 50%;
  display: inline-block;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-left: 1rem;
}
.home-consultation .view-all .icon .bx {
  font-size: 1.5rem;
}

.welcome {
  padding: 6rem 0rem 2rem 0rem;
}
.welcome h6 {
  margin-bottom: 0rem;
}
.welcome h2 {
  margin: 0;
  margin-top: 0.28em;
  padding: 0rem 1rem;
  font-size: 3.25em !important;
}
.welcome .posts .item {
  position: relative;
}
.welcome .posts .item:hover .item-title {
  height: 100%;
}
.welcome .posts .item img {
  width: 100%;
}
.welcome .posts .item .item-title {
  background: rgba(0, 0, 0, 0.5);
  position: absolute;
  left: 0;
  bottom: 0px;
  width: 100%;
  text-align: center;
  height: 75px;
  transition: all 0.2s ease;
}
.welcome .posts .item .item-title a {
  font-size: 1.2rem;
  color: #fff;
  display: block;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.welcome .more-categories-btn {
  background: #069999;
  color: #fff;
  padding: 0.7em 1.9em 0.808em;
  letter-spacing: -0.7px;
  font-family: "Montserrat", sans-serif;
  font-size: 18px;
  font-weight: 700;
  font-style: normal;
  line-height: 1.5em;
  text-decoration: none;
  text-transform: none;
  letter-spacing: -1px;
  transition: all 0.2s ease;
}
.welcome .more-categories-btn:hover {
  background-color: #79227D;
}

.carousel-section {
  padding: 6rem 0rem;
}
.carousel-section .owl-nav {
  display: none;
}
.carousel-section .owl-dots {
  margin: 0rem 3rem;
  display: flex;
}
.carousel-section .owl-dots .owl-dot.active span {
  background: #069999;
}
.carousel-section .owl-carousel .item {
  margin: 0rem 3rem 1rem;
  position: relative;
}
.carousel-section .owl-carousel .item .quote-icon {
  position: absolute;
  top: -10px;
  left: -34px;
  z-index: -1;
}
.carousel-section .owl-carousel .item .quote-icon i {
  font-size: 4rem;
  color: #E5E4DF;
}
.carousel-section .owl-carousel .item .quote {
  font-size: 1.25rem;
  padding-top: 1.5rem;
}
.carousel-section .owl-carousel .item .user-img {
  max-width: 60px;
}
.carousel-section .owl-carousel .item .name {
  font-weight: 600;
  color: #a6a49a;
}
.carousel-section .inner-content {
  padding: 4rem;
}
.carousel-section .text-2 ,
.center-form-section .text-2 {
  line-height: 1.12em;
  letter-spacing: -1.4px;
  font-family: "Montserrat", sans-serif;
  font-size: 2.813em;
  font-weight: 400;
  font-style: normal;
  text-decoration: none;
  text-transform: none;
  margin: 0px;
  margin-bottom: 1.5rem;
  position: relative;
}
.carousel-section .view-all {
  font-style: normal;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  transition: all 0.2s ease;
}
.carousel-section .view-all:hover {
  color: #5b5551;
}
.carousel-section .view-all:hover .icon {
  border-color: #5b5551;
  color: #5b5551;
}
.carousel-section .view-all .icon {
  width: 40px;
  min-width: 40px;
  height: 40px;
  border: 1px solid #fff;
  border-radius: 50%;
  display: inline-block;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-left: 1rem;
}
.carousel-section .view-all .icon .bx {
  font-size: 1.5rem;
}

footer {
  padding: 3rem 0rem;
  position: relative;
  color: #a6a49a;
}
footer::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #393533 url(https://dragonflooring.flydux.com/wp-content/uploads/2022/08/1.jpg) !important;
  background-position: center !important;
  background-repeat: no-repeat !important;
  background-size: cover !important;
  z-index: -2;
}
footer::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.75);
  z-index: -1;
}
footer ul li {
  margin-bottom: 0.25rem;
}
footer ul li a {
  color: #a6a49a;
  transition: all 0.2s ease;
}
footer ul li a:hover {
  color: #069999;
}
footer .row {
  z-index: 11;
}

.icon-grid .icon {
  font-size: 1.2em;
  font-weight: 400;
  border: 2px solid #069999;
  width: 1.823em;
  min-width: 1.823em;
  height: 1.823em;
  line-height: 1.823em;
  text-align: center;
  position: relative;
  top: 1px;
  border-radius: 50%;
  display: block;
  margin-right: 0.5rem;
}
.icon-grid .icon .bx {
  color: #069999;
}
.icon-grid .text-1 {
  font-size: 0.8em;
  color: #a6a49a;
  font-weight: 500;
}
.icon-grid .text-2 {
  font-size: 0.8em;
  font-weight: 700;
  letter-spacing: -0.9px;
  margin-top: 4px;
  color: #a6a49a;
  transition: all 0.2s ease;
}
.icon-grid .text-2.yellow {
  font-size: 1.15em;
  color: #069999;
}
.icon-grid .text-2.yellow:hover {
  color: #fff;
}
.icon-grid .text-2.hover-white:hover {
  color: #fff;
}

.footer {
  background-color: #2D2928 !important;
}
.footer .text-yellow {
  transition: all 0.2s ease;
}
.footer .text-yellow:hover {
  color: #a6a49a;
}
.footer p {
  margin: 0px !important;
}
.footer .social-links {
  margin-left: 1rem;
}
.footer .social-links a {
  width: 40px;
  height: 40px;
  background: #353231;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  margin-left: 1rem;
  transition: all 0.2s ease;
}
.footer .social-links a:hover {
  background: #069999;
}
.footer .social-links a i {
  color: #fff;
}

.hero-section {
  position: relative;
  width: 100%;
  height: 378px;
}
.hero-section .hero-img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  z-index: -2;
}
.hero-section .hero-title {
  margin: 1.25rem 0rem !important;
  letter-spacing: -3.85px;
  font-size: 5em;
  font-weight: 400;
  font-style: normal;
  line-height: 1em;
  text-decoration: none;
  text-transform: none;
}
.hero-section .breadcrumb a, .hero-section .breadcrumb span {
  font-weight: 600;
  font-size: 0.8rem;
}
.hero-section .breadcrumb .bx {
  font-size: 1.5rem;
}
.hero-section::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.45);
  z-index: -1;
}

.services-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-template-rows: 1fr 1fr;
  gap: 2rem;
}
.services-grid p {
  margin-bottom: 0px !important;
  letter-spacing: -0.55px;
  color: #5b5551;
  font-weight: 500;
}
.services-grid .service-item:nth-child(even) > div > div {
  text-align: left;
  margin-left: 2rem;
}
.services-grid .service-item:nth-child(odd) > div > div {
	margin-right: 2rem;
    text-align: right;
}
.services-grid .service-item {
  transition: all 0.2s ease;
  position: relative;
}
.services-grid .service-item:hover .sc_services_item_number {
  color: #5b5551;
  border-color: #5b5551;
}
.services-grid .service-item .service-link {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.services-grid .sc_services_item_number {
  font-size: 3.125em;
  font-weight: 400;
  letter-spacing: -3px;
  width: 1.72em;
  min-width: 1.72em;
  height: 1.72em;
  line-height: 1.72em;
  margin-top: 0;
  border-radius: 50%;
  border: 2px solid #069999;
  color: #069999;
  transition: all 0.2s ease;
  display: flex;
  align-items: center;
  justify-content: center;
}

.section-contact {
  width: 100%;
  background-image: linear-gradient(to right, #069999 50%, #fff 50%);
}
.section-contact .sc_item_title {
  font-size: 2.5em !important;
}
.section-contact .contact-information {
  padding-right: 3rem;
  margin-left: 25%;
}
.section-contact .get-in-touch {
  padding: 0rem 4rem;
}
.section-contact .font-md {
  font-size: 1.45rem !important;
}
.section-contact .form-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-template-rows: auto 1fr;
  gap: 1rem;
  margin-bottom: 1rem;
}
.section-contact .form-grid input,
.section-contact .form-grid textarea {
  width: 100%;
  border: 1px solid #f5f4f0;
  outline: none;
  background: #f5f4f0;
  transition: all 0.2s ease;
  padding: 0.75rem 2rem;
}
.section-contact .form-grid input:hover,
.section-contact .form-grid textarea:hover {
  border-color: #069999;
}
.section-contact .form-grid input:active, .section-contact .form-grid input:focus,
.section-contact .form-grid textarea:active,
.section-contact .form-grid textarea:focus {
  border-color: #5b5551;
}
.section-contact .form-grid span:nth-child(3) {  
  grid-column: 1/span 2;
}


.section-contact .form-grid span:nth-child(1){  
  grid-column: 1/span 1;
}

.section-contact .form-grid span:nth-child(2){  
  grid-column: 2/span 1;
}

.section-contact .form-grid textarea {
  resize: none;
  height: 160px;  
}

.section-contact .bt-primary {
  border: none;
  width: 180px;
}
.section-contact .link {
  text-decoration: underline;
}
.section-contact .icon-grid {
  width: 215px;
}
.section-contact .icon-grid:hover .hover-black {
  color: #5b5551 !important;
}
.section-contact .icon-grid .icon {
  border-color: #fff;
}
.section-contact .icon-grid .icon .bx {
  color: #fff;
}

.services-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-template-rows: 1fr 1fr;
  gap: 1rem;
}
.services-grid img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.services-grid img:nth-child(1) {
  grid-row: 1/span 1;
  grid-col: 1/span 1;
}
.services-grid img:nth-child(2) {
  grid-row: 1/span 2;
  grid-col: 2/span 1;
}

.map-section {
  width: 100%;
  height: 500px;
}/*# sourceMappingURL=style.css.map */



.center-form-section{
  background-color: #069999;	
}

.center-form-section .form-container-1{
	max-width: 600px;
	width: 100%;	
}


.center-form-section .form-container-1 label{
	display: block !important;
	width: 100%;	
}


.center-form-section .form-container-1 label input,
.center-form-section .form-container-1 label textarea{
	display: block !important;
	width: 100%;	
}

.center-form-section .form-container-1 label br{
	display: none !important;
}

.center-form-section .form-container-1 input,
.center-form-section .form-container-1 textarea {
  width: 100%;
  border: 1px solid #f5f4f0;
  outline: none;
  background: #f5f4f0;
  transition: all 0.2s ease;
  padding: 0.75rem 2rem;
  resize: none;
}
.center-form-section .form-container-1 textarea {
height: 160px;	
}


.center-form-section .form-container-1 input:hover,
.center-form-section .form-container-1 textarea:hover {
  border-color: #069999;
}
.center-form-section .form-container-1 input:active, 
.center-form-section .form-container-1 input:focus,
.center-form-section .form-container-1 textarea:active,
.center-form-section .form-container-1 textarea:focus {
  border-color: #5b5551;
}

.center-form-section .form-container-1 .bt-primary {
    background: #038787;
    color: #fff;
    border-color: #007676;
    padding: 0.75rem 1rem;
    text-align: center;
    display: inline-block;
    transition: all 0.2s ease;
    max-width: 180px;
    font-weight: bold;
	float: right;
}
.center-form-section .form-container-1 .bt-primary:hover {
  background: #069999;
  color: #fff;
	border-color: #fff;
}

.wpcf7-response-output{
	border: none !important;
	margin: 0px !important;	
	padding: 0px !important;
}



form.sent .wpcf7-response-output{	
	color: #a6a49a !important;
}
.center-form-section .form-container-1 form.sent .wpcf7-response-output{	
	color: #fff !important;
}


 form.invalid .wpcf7-response-output{
	color: #000 !important;
}
.wpcf7-not-valid-tip {
    color: #000000;
}
.wpcf7-spinner{
	position: absolute;
}




/* About Section */
.section-1-about-us .sc_item_title{
    font-size: 2.5rem !important;
}

.section-1-about-us .owl-carousel .item{
    height: 500px;
    position: relative;
}

.section-1-about-us .owl-carousel .owl-nav button{
    position: absolute;
    top: 50%;
    line-height: 1rem;
    cursor: pointer;
    transform: translateY(calc(-50% - .3rem));
    font-size: 3rem;
    color: #fff;
    padding: 1rem !important;    
	height: 100%;
}

.section-1-about-us .owl-carousel .owl-nav button:hover{
	background: none !important;
}

.section-1-about-us .owl-carousel .owl-nav button.owl-prev{
    left: 0.5rem;
}

.section-1-about-us .owl-carousel .owl-nav button.owl-next{
    right: 0.5rem;
}

.section-1-about-us .owl-carousel .owl-dots{
    position: absolute;
    left: 50%;
    bottom: 0px;
    transform: translateX(-50%);    
}

.section-1-about-us .owl-carousel .owl-dots button {
    padding: 0px  !important;
    margin: 0px !important;
    width: 14px;
}

.section-1-about-us .owl-carousel .owl-dots button span{
    background: #fff;
}

.section-1-about-us .owl-carousel .owl-dots button.active span{
    background: #dee2e6;
}



/* our-benefits-section-2 */
.our-benefits-section-2 .col-img{
    width: 100%;
    height: 600px;
    object-fit: cover;
}

.our-benefits-section-2 .services-grid{
    grid-template-columns: 1fr; 
}