/*!
Theme Name: lowawindowdoor
Theme URI: http://underscores.me/
Author: Underscores.me
Author URI: http://underscores.me/
Description: Description
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: lowawindowdoor
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

*/


@font-face {
  font-family: 'Poppins-Bold';
  src: url("./fonts/Poppins-Bold.ttf") format("truetype");
}

@font-face {
  font-family: 'Poppins-ExtraBold';
  src: url("./fonts/Poppins-ExtraBold.ttf") format("truetype");
}

@font-face {
  font-family: 'Poppins-Medium';
  src: url("./fonts/Poppins-Medium.ttf") format("truetype");
}

@font-face {
  font-family: 'Poppins-Regular';
  src: url("./fonts/Poppins-Regular.ttf") format("truetype");
}

@font-face {
  font-family: 'Poppins-SemiBold';
  src: url("./fonts/Poppins-SemiBold.ttf") format("truetype");
}

@font-face {
  font-family: 'Poppins-Black';
  src: url("./fonts/Poppins-Black.ttf") format("truetype");
}


body{
	padding:0px;
	margin:0px;
	font-family: 'Poppins-Medium';
	background:#FFFFFF;
}


p, ul li, ol li, a{
    font-size: 16px;
    margin:0;
}

h1,h2,h3,h4,h5,h6{
    margin:0;
}

a{
    text-decoration:none;
}

img{
    max-width:100%;
}

p,a,li{
	font-family: 'Poppins-Regular';
}


/* header css */

section.header_bar {
    position: sticky;
    top: 0px;
    z-index: 999;
}

.announcement_section {
    background: #000000;
    padding: 5px 0px;
}

.announcement_row {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

.header_social {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    width: 32%;
}

ul.social_media {
    list-style: none;
    padding: 0px;
    margin: 0px;
    display: flex;
    flex-wrap: wrap;
}

ul.social_media li {
    margin-right: 8px;
}

ul.social_media li a {
    display: block;
}

ul.social_media li a img {
    height: 34px;
}

.header_social ul.social_media li a img {
    filter: invert(1);
    height: 24px;
}

.header_social p {
    color: #fff;
    font-size: 16px;
    margin-right: 6px;
}

.announcement_text p {
    color: #fff;
    font-family: 'Poppins-Medium';
    letter-spacing: 4px;
    font-size: 14px;
}

header.header_main {
    background: #0E345B;
}

.header_row {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
}

div#mega-menu-wrap-menu-1 {
    background: transparent !IMPORTANT;
}

.header-logo img {
    width: 140px;
}

.header-logo a {
    display: block;
}

#mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-item > a.mega-menu-link {
    line-height: 45px;
    height: auto;
}

#mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-item > a.mega-menu-link {
    font-family: 'Poppins-SemiBold';
    font-size: 15px;
    padding: 10px 15px;
}

#mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-item.mega-current-menu-item > a.mega-menu-link, #mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-item.mega-current-menu-ancestor > a.mega-menu-link, #mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-item.mega-current-page-ancestor > a.mega-menu-link {
    background: transparent;
	color:#0090B4;
}

#mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-item > a.mega-menu-link:hover, #mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-item > a.mega-menu-link:focus {
    background: transparent;
    color: #0090B4;
}

#mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-item.mega-toggle-on > a.mega-menu-link {
    background: transparent;
    color: #0090B4;
}

#mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-flyout ul.mega-sub-menu li.mega-menu-item a.mega-menu-link:hover, #mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-flyout ul.mega-sub-menu li.mega-menu-item a.mega-menu-link:focus {
    background: #0090B4;
    color: #fff;
}

#mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-flyout ul.mega-sub-menu li.mega-menu-item a.mega-menu-link {
    background: #fff;
    font-family: 'Poppins-Regular';
    font-size: 15px;
}

.proudly_block_inner {
    background: #0090B4;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    padding: 0px;
    margin-top: -9px;
    position: relative;
}

.proudly_block_inner p {
    color: #fff;
    font-size: 15px;
}

.proudly_block_inner a {
    color: #fff;
    font-family: 'Poppins-Bold';
    font-size: 27px;
}

.proudly_block_inner a:hover{
	color:#000000;
}

.proudly_block_inner:before {
    content: '';
    position: absolute;
    left: -10px;
    top: -1px;
    height: 10px;
    width: 10px;
    background: #005faf;
    clip-path: polygon(100% 0, 0 100%, 100% 100%);
}

.proudly_block_inner:after {
    content: '';
    position: absolute;
    right: -10px;
    top: -1px;
    height: 10px;
    width: 10px;
    background: #005faf;
    clip-path: polygon(0 0, 0 100%, 100% 100%);
}

/* header css */

/* hero css */

/* .hero_main_block {
    min-height: calc(100vh - 122px);
    padding: 100px 0px;
    padding-bottom: 150px;
} */


section.hero_section {
    position: relative;
}

/* .hero_new_overlay {
    position: absolute;
    top: 0px;
    left: 0px;
    z-index: 9;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 50px 0px;
} */

section.hero_section {
    padding-top: 100px;
    padding-bottom: 25px;
}

.hero_slider {
    position: absolute;
    left: 0px;
    top: 0px;
    height: 100%;
    width: 100%;
}

.hero_main_block {
    height: 100%;
}

.hero_new_overlay {
    position: relative;
    z-index: 9;
}

.hero_overlay {
    z-index: 9;
    position: relative;
    margin-top: 25px;
}

.hero_content h5 {
    background: #FFFFFF;
    display: inline-block;
    padding: 5px 15px;
    border-radius: 30px;
    font-size: 16px;
}

.hero_content h2, .hero_content h1 {
    color: #fff;
    font-family: 'Poppins-Bold';
    font-size: 50px;
    margin: 15px 0px;
}

.hero_content p {
    color: #fff;
    margin: 15px 0px;
}

.button_group a {
    height: 50px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    margin-right: 10px;
    padding: 5px 21px;
    border-radius: 30px;
    font-family: 'Poppins-SemiBold';
    font-size: 15px;
    min-width: 191px;
}

.button_group a:last-child {
    margin: 0px;
}

.button_group a img {
    height: 17px;
    margin: 0px 7px;
}

a.dark_color {
    background: #0090B4;
    color: #fff;
}

a.light_color {
    background: #FFFFFF;
    color: #000000;
}

a.light_color:hover {
    background: #0E345B;
    color: #fff;
}

a.light_color:hover img {
    filter: invert(1);
}

a.dark_color:hover {
    background: #0E345B;
}

.hero_form {
    background: rgba(229 243 255/90%);
    border-radius: 20px;
    overflow: hidden;
    margin-right: 0px;
    margin-left: 145px;
    border: 2px solid #103554;
}

.form_heading {
    text-align: center;
    padding: 20px;
    border-bottom: 5px solid #103554;
}

.form_heading h2 {
    font-family: 'Poppins-ExtraBold';
    font-size: 33px;
}

.form_heading h2 span {
    color: #0090B4;
}

.form_block_new {
    padding: 25px;
}

.form_block_new p {
    margin-bottom: 10px;
}

.form_block_new {}

.form_block_new p label {
    font-family: 'Poppins-Medium';
    font-size: 15px;
    width: 100%;
}

.form_block_new input,
.form_block_new textarea {
    width: 100%;
    height: 43px;
    padding: 5px 17px;
    border: none !IMPORTANT;
    outline: none !IMPORTANT;
    box-shadow: none !IMPORTANT;
    border-radius: 30px;
    font-size: 15px;
    font-family: 'Poppins-Regular';
}
.form_block_new textarea {
	height: 100px;
}

.form_block_new p label span {
    display: block;
    margin-top: 3px;
}

.form_block_new input[type="submit"] {
    background: #0090B4;
    color: #fff;
    font-family: 'Poppins-SemiBold';
}

.form_block_new input[type="submit"]:hover {
    background: #0E345B;
}

span.wpcf7-spinner {
    display: none !IMPORTANT;
}

p.confidental_text {
    text-align: center;
    font-family: 'Poppins-Medium';
    color: #000000;
}

/* .hero_overlay {
    position: absolute;
    left: 0px;
    bottom: 20px;
    width: 100%;
} */

.overlay_row {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: end;
}

.image_hero img {
    height: 82px;
}

.hero_ratting {
    color: #fff;
    font-family: 'Poppins-Medium';
    font-size: 14px;
}

.hero_ratting span {
    font-family: 'Poppins-Bold';
}

.hero_ratting img {
    margin-right: 8px;
}

.swiper-pagination span {
    border: 1px solid #fff;
    background: transparent;
    height: 15px;
    width: 15px;
    opacity: 1;
    position: relative;
}

.swiper-pagination span.swiper-pagination-bullet-active:before {
    content: '';
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    height: 65%;
    width: 65%;
    border-radius: 50%;
    background: #fff;
}

.border_top {
    position: relative;
    display: block;
    height: 10px;
    background: #0090B4;
}

.border_top:before {
    content: '';
    position: absolute;
    left: 0px;
    bottom: 0px;
    width: 100%;
    height: 5px;
    background: #0E345B;
}

/* hero css */


/* about css */

section.about_section {
    margin: 70px 0px;
}

.pd-50 {
    padding: 0px 65px;
}

.title_text h5 {
    display: inline-block;
    background: #F7F5F0;
    padding: 6px 15px;
    border-radius: 30px;
    font-size: 15px;
	letter-spacing:2px;
}

section.about_section .title_text h2{
	font-size:40px;
}

.title_text h2 {
    font-family: 'Poppins-SemiBold';
    font-size: 30px;
    margin: 11px 0px;
}

section.about_section .title_text h2 {
    padding: 0px 10%;
}

p {
    line-height: 30px;
}

/* .about_repeater {
    margin: 0px 15px;
} */

.about_repeater {
    display: block;
    border-radius: 15px;
    overflow: hidden;
    transition: 0.5s;
}

.about_repeater img.lg_image {
    height: 265px;
    width: 100%;
    object-fit: cover;
    border-bottom: 5px solid #fff;
}

.about_repeater_inner {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    background: #0E345B;
    padding: 20px 30px;
}

.about_repeater_inner p {
    color: #fff;
    font-family: 'Poppins-SemiBold';
    font-size: 22px;
}

.about_repeater_inner img {
    height: 40px;
}

section.about_section .col-md-6 {
    margin-bottom: 30px;
}

.about_footer h3 {
    margin-bottom: 20px;
    font-size: 25px;
    color: #000000;
}

.border_button a {
    border: 1px solid #000;
}

.border_button a.dark_color {
    border-color: #0090B4;
}

.about_repeater:hover {
    box-shadow: 0px 0px 20px rgba(0 0 0/41%);
}

/* about css */

/* why css */

.pd-40 {
    padding: 0px 40px;
}

.sections_why_block .row {
    background: #F7F5F0;
}

.sections_why_block {
    border-radius: 20px;
    overflow: hidden;
}

.why_block {
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 20px 53px;
    align-items: start;
}

.why_block h2 {
    font-size: 30px;
}

.title_text ul {
    list-style: none;
    padding: 0px;
    margin: 10px 0px;
    margin-bottom: 0px;
}

.title_text ul li {
    color: #000000;
    font-family: 'Poppins-SemiBold';
    font-size: 18px;
    padding: 7px;
    padding-left: 40px;
    background-repeat: no-repeat !IMPORTANT;
    background-size: 30px !IMPORTANT;
    background-position-y: 5px !IMPORTANT;
}

section.whyus_section {
    margin: 70px 0px;
}

.sections_why_block .row:nth-child(even) {
    flex-direction: row-reverse;
}

.why_image {
    height: 100%;
}

.why_image img {
    height: 100%;
    width: 100%;
    object-fit: cover;
}

.why_block h5 {
    background: #fff;
}

/* why css */


/* window and door css */

section.window-door-tab-section {
    padding: 70px 0px;
}

div#nav-tab {
    border: none !IMPORTANT;
    justify-content: center;
    margin-bottom: 35px;
}

div#nav-tab button {
    font-family: 'Poppins-SemiBold';
    font-size: 15px;
    min-width: 165px;
    margin-right: 10px;
    background: transparent;
    color: #fff;
    border-radius: 30px;
    border: 1px solid #fff;
}

div#nav-tab button.active {
    background: #fff;
    color: #000;
}

.window-door-slide-box {
    background: #fff;
    border-radius: 17px;
    overflow: hidden;
    text-align: center;
}

.window-door-slide-box h4 {
    background: #0090B4;
    border-top: 5px solid #fff;
    padding: 22px 17px;
    color: #fff;
    font-family: 'Poppins-SemiBold';
    font-size: 17px;
}

.window-door-slide-box img {
    width: 100%;
    height: 255px;
    object-fit: cover;
}

#window-door-inner-slider .swiper-pagination {
    position: static !IMPORTANT;
    margin-top: 40px;
}

div#nav-tab button:hover {
    background: #005faf;
    color: #fff;
}

/* window and door css */

/* gallery css */

section.container-fluid.gallery_section {
    background: #F7F5F0;
    padding: 70px 30px;
}

section.container-fluid.gallery_section .title_text h5 {
    background: #fff;
}

section.container-fluid.gallery_section .col-md-4 {
    margin-bottom: 30px;
}

.gallery-images img {
    width: 100%;
    height: 46vh;
    border-radius: 20px;
    object-fit: cover;
}

/* gallery css */


/* service css */

section.service_section {
    padding: 70px 0px;
}

.white_text h2, .white_text p {
    color: #fff;
}

section.service_section .title_text h2 {
    font-size: 30px;
}

.service_slider .swiper-pagination {
    position: static !IMPORTANT;
    margin-top: 40px;
}

.service_block_inner {
    height: 300px;
    border-radius: 188px 188px 0px 0px;
    margin: 0px 12px;
    position: relative;
    overflow: hidden;
}

.service_overlay {
    background: linear-gradient(180deg, #005FAF00, #103554cf, #103554);
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    text-align: center;
    display: flex;
    flex-direction: column;
    padding: 24px;
}

.service_block_inner a {
    display: block;
}

.service_overlay h2 {
    font-family: 'Poppins-SemiBold';
    color: #fff;
    font-size: 21px;
    margin-top: auto;
    text-shadow: 0 3px 6px #00000052;
    transition: 0.5s;
}

.service_overlay p {
    color: #fff;
    font-size: 15px;
    line-height: 25px;
    margin: 10px 0px;
    text-shadow: 0 3px 6px #00000052;
}

.service_overlay h5 {
    color: #0090B4;
    font-family: 'Poppins-SemiBold';
    font-size: 16px;
    text-shadow: 0 3px 6px #00000052;
}

.service_overlay h5:hover {
    color: #fff;
}

.service_overlay p, .service_overlay h5 {
    display: none;
}

.service_block_inner:hover .service_overlay p, .service_block_inner:hover .service_overlay h5 {
    display: block;
}

.service_block_inner {
    transition: 0.5s;
}

.service_block_inner:hover {
    border: 1px solid #005FAF;
    border-bottom: 6px solid #005FAF;
    transition: 0.5s;
}

/* service css */

/* our process css */

section.our_process_section {
    margin: 70px 0px;
}

section.our_process_section .col-md-4 {
    padding: 0px 46px;
    position: relative;
    margin-bottom: 10px;
}

section.our_process_section .col-md-4:after {
    content: '';
    position: absolute;
    right: 0px;
    top: 50%;
    transform: translateY(-50%);
    height: 60%;
    border-right: 1px solid #005FAF57;
}

.our_process_image {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    background: #f6f6f6;
    height: 100px;
    width: 100px;
    border-radius: 50%;
    margin-bottom: 16px;
	transition:0.5s;
}

.our_process_image img {
    height: 51px;
	transition:0.5s;
}

.our_process_block:hover .our_process_image {
    background: #0090B4;
}

.our_process_block:hover .our_process_image img {
    filter: brightness(0) invert(1);
}

.our_process_block h2 {
    color: #000000;
    font-family: 'Poppins-Bold';
    font-size: 20px;
    margin-bottom: 10px;
}

.our_process_block p {
    color: #000000;
}

section.our_process_section .col-md-4:last-child:after {
    display: none;
}

/* our process css */

/* faq css */

section.faq_section {
    margin: 70px 0px;
}

.accordion-item {
    background: #F6F6F6;
    margin-bottom: 15px;
    border: none !IMPORTANT;
    border-radius: 30px !IMPORTANT;
    overflow: hidden;
}

.accordion-item button {
    border: none !IMPORTANT;
    background: #F6F6F6 !IMPORTANT;
    font-family: 'Poppins-SemiBold';
    font-size: 17px;
    color: #000000 !IMPORTANT;
    padding: 13px 35px;
	outline:none !Important;
	box-shadow:none !Important;
}

.accordion-body p, .accordion-body li, .accordion-body p a {
    color: #000;
}

.accordion-body {
    padding-right: 5%;
	padding-left:34px;
}

.accordion-item button[aria-expanded="true"] {
    border-bottom: 1px solid #D8D8D8 !IMPORTANT;
}

/* faq css */


/* review css */

section.review_section {
    padding: 50px 0px;
    padding-left: 16vw;
}

.review_slider_nav {display: flex;flex-direction: row-reverse;justify-content: start;}

.review_slider_nav div {position: static ! IMPORTANT;transition: none ! IMPORTANT;}

.review_slider_nav div:hover{
	opacity:0.5;
}

.review_slider_nav div:after {
    display: none;
}

.review_slider_nav div {
    width: 50px;
    height: 50px;
    background-repeat: no-repeat ! IMPORTANT;
    background-position: center center ! IMPORTANT;
    background-size: 40px ! IMPORTANT;
    margin: 0px !IMPORTANT;
}

.review_block {
    background: #FFFFFF;
    border: 2px solid #78A22F33;
    border-radius: 20px;
    padding: 30px;
    min-height: 322px;
    transition: 0.5s;
}

.review_top {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    position: relative;
    margin-bottom: 20px;
}

.review_latter {
    background: #0090B4;
    color: #fff;
    font-family: 'Poppins-SemiBold';
    font-size: 17px;
    height: 50px;
    width: 50px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    border-radius: 50%;
}

.review_top img {
    position: absolute;
    right: 0px;
    height: 36px;
    top: -7px;
}

.review_name_block {
    flex: 1;
    padding-right: 47px;
    padding-left: 10px;
}

.review_name_block h2 {
    color: #000000;
    font-family: 'Poppins-SemiBold';
    font-size: 19px;
}

.review_name_block h5 {
    color: #9B9B9B;
    font-family: 'Poppins-Regular';
    font-size: 14px;
    margin-top: 4px;
}

.image_reviews img {
    height: 23px;
    margin-right: 5px;
}

.image_reviews {
    margin-bottom: 13px;
}

.review_content p {
    line-height: 25px;
    padding-right: 9px;
}

.review_block:hover {
    border-color: #0090B4;
}

.review_content_top {
    padding-right: 28px;
}

/* review css */


/* cta css */

.cta_inner {
    margin: 0px 50px;
    padding: 40px;
}

section.cta_section {
    margin: 70px 0px;
    margin-top: 110px;
}

.cta_inner {
    padding-right: 30%;
    position: relative;
    border-radius: 20px;
}

.cta_image {
    position: absolute;
    right: 45px;
    bottom: 0px;
    width: 230px;
}

/* cta css */


/* footer css */

footer {
    background: #F7F5F0;
    border-top: 10px solid #0090B4;
    padding: 50px 0px;
}

footer:before {
    content: '';
    position: absolute;
    left: 0px;
    top: -5px;
    height: 5px;
    width: 100%;
    background: #0E345B;
}

footer {
    position: relative;
}

.footer_row {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.widget1 {
    width: 413px;
}

.widget2 {
    width: 180px;
}

.widget3 {
    width: 130px;
}

.widget4 {
    width: 323px;
}

a.footer_logo {
    display: inline-block;
    margin-bottom: 10px;
}

a.footer_logo img {
    height: 78px;
}

.follow_us {
    margin-top: 15px;
}

.footer_widget h4 {
    color: #0090B4;
    font-family: 'Poppins-SemiBold';
    font-size: 18px;
    margin-bottom: 13px;
}

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

.footer_widget ul li a, .contact_info_deta a {
    display: inline-block;
    color: #000000;
    line-height: 36px;
}

.footer_widget p {
    color: #000000;
    line-height: 30px;
}

.contact_info_row {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    margin-bottom: 15px;
}

.contact_info_row img {
    height: 39px;
}

.contact_info_deta {
    width: calc(100% - 39px);
    padding-left: 10px;
}

.contact_info_deta a {
    display: inline-block;
}

.footer_widget ul li a:hover, .contact_info_deta a:hover {
    color: #0090B4;
}

.contact_info_row:last-child {
    align-items: start;
}

.contact_info_row:last-child a {
    line-height: 27px;
}

section.copyright_section {
    background: #0E345B;
    padding: 5px 0px;
}

.copyright_text p, .copyright_text p a {
    color: #fff;
    font-size: 14px;
}

/* .copyright_text p a {
    font-style: italic;
} */

.copyright_text p a:hover {
    color: #0090B4;
}

ul.social_media li a img:hover {
    opacity: 0.5;
}

/* footer css */

.common-hero-banner {
	padding: 100px 0px;
	position: relative;
	z-index: 0;
	background: #F7F5F0;
	font-family: 'Poppins-Bold';
	color: #000000;
}
.common-hero-banner h1 {
    font-size: 50px;
    margin: 0;
}

/* contact us css start */
.contact_page_block {
    text-align: center;
    border: 5px solid #0E345B;
    height: 100%;
    padding: 20px;
    background: #F7F5F0;
    border-radius: 20px;
    transition: 0.5s;
}
.contact_page_block_image {
    display: inline-flex;
    width: 100px;
    height: 100px;
    border-radius: 50%;
    background: #000;
    border: 2px solid #0E345B;
    justify-content: center;
    align-items: center;
    margin-bottom: 15px;
    transition: 0.5s;
}
.contact_page_block_image img {
    filter: invert(1);
    height: 52px;
}
.contact_page_block h4 {
	font-size: 25px;
	font-family: 'Poppins-Medium';
	margin: 0 0 10px 0;
}
.contact_page_block a {
    font-size: 18px;
    color: #000000;
}
.contact_page_block:hover {
    box-shadow: 0px 0px 20px rgba(0 0 0 / 50%);
}
.contact_page_block:hover .contact_page_block_image {
    transform: rotateY(360deg);
}
.contact_page_block:hover a {
    color: #0090B4;
}
section.contact_page_section {
    padding: 60px 0px;
}
.contact_page_form_data {
    background: #F7F5F0;
    padding: 30px;
    border-radius: 20px;
    border: 3px solid #0E345B;
}
.contact_iframe iframe {
	border-radius: 20px;
	height: 490px;
	width: 100%;
}
section.contact_page_location {
    padding: 40px 0 60px 0;
}
.contact_page_form_data h2 {
	font-size: 30px;
	color: #000000;
	margin: 0 0 12px 0;
	font-family: 'Poppins-SemiBold';
}
.contact_iframe p {
    margin: 0;
}
.contact_main_title {
    margin-bottom: 30px;
}
.checkbox_block label {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

.checkbox_block input {
    height: 18px !important;
    width: 18px;
    margin-right: 5px;
    border: none ! IMPORTANT;
}
/* contact us css end */

/* about us css start */
section.about-us-section {
	padding: 60px 0px;
	background: #ffffff;
}
.about-us-img-col img,
.what-we-do-img-col img {
	width: 100%;
	border-radius: 20px;
}
.our-vision-mission-box img {
    height: 65px;
    margin-bottom: 15px;
    transition: 0.5s;
}
section.our-vision-mission-section {
	padding: 60px 0px;
	background: #F7F5F0;
}
section.what-we-do-section {
    padding: 60px 0px;
    background: #ffffff;
}
.our-vision-mission-box {
    height: 100%;
    text-align: center;
    border: 2px solid #C9C9C97D;
    border-radius: 15px;
    padding: 30px 25px;
    background: #fff;
    transition: 0.5s;
}
.our-vision-mission-box h3 {
    font-size: 26px;
    font-family: 'Poppins-SemiBold';
    margin-bottom: 10px;
}
.our-vision-mission-box p {
    margin: 0;
}
.our-vision-mission-box:hover {
    background: #0E345B;
    box-shadow: 0px 0px 20px rgba(0 0 0 / 20%);
}
.our-vision-mission-box:hover h3, .our-vision-mission-box:hover p {
    color: #fff;
}
.our-vision-mission-box:hover img {
    filter: invert(1);
    transform: rotateY(360deg);
}
/* about us css end */

/* blog css start */
section.blog_page_section {
    padding: 50px 0px;
    background: #ffffff;
}
.blog_block {
    border: 1px solid #ddd;
}
.blog_block {
    background: #fff;
    padding: 10px;
    border-radius: 15px;
    overflow: hidden;
    height: 100%;
    transition: 0.5s;
}
.blog_image a {
    display: block;
}
.blog_image a img {
    height: 250px ! IMPORTANT;
    object-fit: cover;
    border-radius: 10px;
	width: 100%;
}
.blog_content {
    padding: 12px;
    display: flex;
    flex-direction: column;
    align-items: start;
}
a.blog_title_block, a.blog_title_block h2 {
    text-decoration: none;
    color: #000000;
    font-size: 20px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    font-family: 'Poppins-SemiBold';
    margin-bottom: 4px;
}
.blog_content p {
    color: #000000;
    margin: 0 0 18px 0;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
.blog_link {
    margin-top: auto;
    width: 100%;
}
.blog_link a {
    display: block;
    text-align: center;
    padding: 10px 30px;
    background-color: #0090B4;
    color: #ffffff;
    text-decoration: none;
    border-radius: 30px;
    transition: all 0.3s 
ease;
}
.blog_link a:hover {
	background: #0E345B;
}
.blog_content h5 {
    display: none;
}
.blog_block:hover {
    box-shadow: 0px 0px 20px rgba(0 0 0 / 20%);
}
/* blog css end */

/* blog detail css start */
section.post__detail {
    margin: 50px 0px;
}
.post__detail article.post p.post-meta {
    margin-bottom: 20px;
}
.post__detail article.post p.post-meta, .post__detail article.post p.post-meta a {
    color: #0E345B;
    text-decoration: none;
    font-size: 16px;
    font-family: 'Poppins-Bold';
}
.post__detail .post h2 {
    font-size: 30px;
    margin: 12px 0 12px 0;
    color: #000000;
    font-family: 'Poppins-Medium';
}
.post__detail .post h3 {
    font-size: 26px;
    color: #000000;
    margin: 12px 0 12px 0;
    font-family: 'Poppins-Medium';
}
.post__detail .post h4 {
	font-size: 22px;
	color: #000000;
	margin: 12px 0 12px 0;
	font-family: 'Poppins-Medium';
}
.post-navigation {
    display: none;
}
.single__post__sidebar {
    position: sticky;
    top: 140px;
}
.single__post__sidebar .sidebar__data {
    border: 2px solid #0E345B !important;
    padding: 25px;
    margin-bottom: 15px;
    border-radius: 15px;
    background: #ffffff !important;
    color: #000000;
}
.sidebar__data h4 {
    margin-bottom: 10px;
    color: #000000;
    font-size: 24px;
    font-family: 'Poppins-Medium';
}
.search__post__sidebar form {
    display: flex;
    align-items: center;
    position: relative;
}
.search__post__sidebar form input {
    width: 100%;
    height: 45px;
    padding: 10px;
    border-radius: 18px;
    border: 1px solid #0E345B !important;
    padding-right: 46px;
    font-size: 15px;
	outline: none;
}
.search__post__sidebar form button {
    position: absolute;
    right: 0px;
    top: 0px;
    height: 45px;
    background: transparent ! IMPORTANT;
    border: none ! IMPORTANT;
    outline: none ! IMPORTANT;
    color: #000000;
}
ul.category-list-items {
    margin: 0px;
    list-style: none;
    padding: 0;
}
ul.category-list-items li a {
    display: block;
    padding: 12px 0px;
    border-bottom: 1px solid #000000;
    color: #000000;
}
.post-content p {
    color: #000000;
}
.post-content ul {
    margin-top: 16px;
    display: flex;
    flex-direction: column;
    gap: 8px;
}
.blog-faq-main {
    margin-top: 30px;
}
.post-content-title h2 {
    margin-bottom: 15px;
}
/* blog detail css end */

/* category css start */
main#primary {
    display: block;
    padding: 50px 0px;
}
main#primary .blog_content p {
	margin: 0;
}
/* category css end */

/* privacy policy css start */
section.privacy-policy-content {
    padding: 50px 0px;
}
.privacy-policy-inn h3 {
	color: #000000;
	font-family: 'Poppins-Medium';
	margin: 20px 0 5px 0;
	font-size: 26px;
}
.privacy-policy-inn ul {
    margin-top: 8px;
    display: flex;
    flex-direction: column;
    grid-gap: 10px;
}
/* privacy policy css end */

/* recent project css start */
section.our-work-sec {
    padding: 50px 0px;
}
/* recent project css end */

/* service main css start */
section.service-main {
    padding: 50px 0px;
}
/* service main css end */

/* service detail css start */
section.what-is-complete,
section.eco-friendly {
    padding: 60px 0px;
}
section.our-services {
    padding: 60px 0px;
}
.what-is-img img,
.eco-friendly-img img {
    border-radius: 20px;
	width: 100%;
}
.title_text.what-is-content ul {
    margin-bottom: 12px;
}
.our-services-inn {
    border: 1px solid #103554;
    padding: 20px;
    border-radius: 20px;
    height: 100%;
    background: #ffffff;
}
.our-services-inn img {
    width: 60px;
    margin: 0 0 12px 0;
}
.our-services-inn h4 {
    color: #000000;
    font-family: 'Poppins-Medium';
    font-size: 22px;
    margin: 0 0 12px 0;
}
section.our-services .our-services-inn ul li {
    background-size: 18px !important;
    background-position-y: 9px ! IMPORTANT;
    padding-left: 25px !important;
    font-family: 'Poppins-Regular';
}
/* service detail css end */

.realwidget_button {
    background: transparent !important;
    width: 100% !important;
    padding: 10px 20px !important;
    min-width: auto !important;
    font-size: 20px !important;
    font-family: 'Poppins-Bold' !important;
	text-transform: capitalize !important;
	border:none !important;
	line-height: 28px !important;
}

@media(max-width:1691px){
	section.review_section{
		padding-left: 8vw;
	}
}

@media(max-width:1440px) {
	.common-hero-banner {
		padding: 80px 0px;
	}
}

@media(max-width:1400px){
	.announcement_text p {
		font-size: 12px;
	}

	.header_social p {
		font-size: 14px;
	}

	#mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-item > a.mega-menu-link {
		padding: 10px;
		font-size: 13px;
	}

	.header-logo img {
		width: 120px;
	}

	.proudly_block_inner p {
		font-size: 13px;
	}

	.proudly_block_inner a {
		font-size: 23px;
	}

	.form_heading h2 {
		font-size: 25px;
	}

	.hero_content h5 {
		font-size: 13px;
	}

	.hero_content h2, .hero_content h1 {
		font-size: 40px;
	}

	p, ul li, ol li, a {
		font-size: 14px;
	}

	p {
		line-height: 25px;
	}

/* 	.hero_main_block {
		padding-top: 65px;
		padding-bottom: 114px;
	} */

	.form_block_new p label {
		font-size: 14px;
	}

	.form_block_new input {
		font-size: 14px;
		height: 40px;
	}

	.button_group a {
		font-size: 14px;
		height: 44px;
	}

	.hero_ratting {
		font-size: 12px;
	}

	.hero_ratting img {
		height: 36px;
	}

	.image_hero img {
		height: 70px;
	}

	section.about_section .title_text h2 {
		font-size: 36px;
	}

	.title_text h5 {
		font-size: 13px;
	}

	.about_repeater_inner p {
		font-size: 19px;
	}

	.about_footer h3 {
		font-size: 22px;
	}

	.title_text h2, section.service_section .title_text h2, .why_block h2, .contact_page_form_data h2 {
		font-size: 26px;
	}

	.service_overlay h2 {
		font-size: 18px;
	}

	.service_overlay p {
		font-size: 14px;
	}

	.title_text ul li {
		font-size: 16px;
		background-size: 27px !IMPORTANT;
		padding-left: 32px;
	}

	div#nav-tab button {
		font-size: 14px;
	}

	.window-door-slide-box h4 {
		font-size: 16px;
	}

	.our_process_block h2 {
		font-size: 18px;
	}

	.gallery-images img {
		height: 260px;
	}

	section.review_section {
		padding-left: 10vw;
	}

	.review_top img {
		height: 29px;
	}

	.review_name_block h2 {
		font-size: 16px;
	}

	.review_name_block h5 {
		font-size: 12px;
	}

	.review_latter {
		height: 45px;
		width: 45px;
	}

	.image_reviews img {
		height: 20px;
	}

	.review_block {
		min-height: 300px;
	}

	.accordion-item button {
		font-size: 16px;
	}

	.cta_inner {
		padding-right: 20%;
	}

	.cta_image {
		right: 30px;
	}

	.widget1 {
		width: 320px;
	}

	.widget2 {
		width: 155px;
	}

	.widget3 {
		width: 120px;
	}

	.widget4 {
		width: 300px;
	}

	.copyright_text p, .copyright_text p a {
		font-size: 13px;
	}
	.contact_iframe iframe {
		height: 470px;
	}
	.realwidget_button {
		padding: 10px 15px !important;
		font-size: 18px !important;
	}
}
@media(max-width:1200px){
	
	section.hero_section {
		padding-top: 50px;
		padding-bottom: 50px;
	}
	
	.announcement_text p {
		letter-spacing: 3px;
	}

	.header_social ul.social_media li a img {
		height: 21px;
	}

	#mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-item > a.mega-menu-link {
		padding: 5px;
		font-size: 12px;
	}

	.header-logo img {
		width: 90px;
	}

	.proudly_block_inner {
		padding: 8px 14px;
	}

	.proudly_block_inner p {
		font-size: 11px;
	}

	.proudly_block_inner a {
		font-size: 20px;
	}

	.header_social {
		width: 27%;
	}

	.hero_content h2, .hero_content h1 {
		font-size: 34px;
	}

	.hero_form {
		margin-left: 100px;
	}

	section.about_section .title_text h2 {
		font-size: 30px;
	}

	section.about_section {
		margin: 50px 0px;
	}

	section.service_section {
		padding: 50px 0px;
	}

	.swiper-pagination span {
		height: 12px;
		width: 12px;
	}

	.why_block {
		padding: 20px;
	}

	section.whyus_section {
		margin: 50px 0px;
	}

	section.window-door-tab-section {
		padding: 50px 0px;
	}

	.title_text h2, section.service_section .title_text h2, .why_block h2, .contact_page_form_data h2 {
		font-size: 25px;
	}

	section.our_process_section {
		margin: 50px 0px;
	}

	section.our_process_section .col-md-4 {
		padding: 0px 30px;
	}

	.our_process_image {
		height: 80px;
		width: 80px;
	}

	.our_process_image img {
		height: 40px;
	}

	.button_group a {
		min-width: 160px;
	}

	section.container-fluid.gallery_section {
		padding: 50px 30px;
	}

	section.faq_section {
		margin: 50px 0px;
	}

	.cta_inner {
		padding: 27px;
		padding-right: 215px;
	}

	.cta_image {
		width: 207px;
		right: 10px;
	}

	section.cta_section {
		margin-bottom: 50px;
		margin-top: 88px;
	}

	.footer_widget h4 {
		font-size: 16px;
	}

	.contact_info_row img {
		height: 33px;
	}

	.contact_info_deta {
		width: calc(100% - 33px);
	}

	ul.social_media li a img {
		height: 32px;
	}

	a.footer_logo img {
		height: 66px;
	}
}

@media(max-width:1199px) {
	.common-hero-banner h1 {
		font-size: 40px;
	}
	.realwidget_button {
		padding: 10px 0px !important;
		font-size: 14px !important;
	}
	.proudly_block_inner {
		padding: 0;
	}
}

@media(max-width:993px){
	.header_row {
		position: relative;
	}

	.header-menu {
		position: absolute;
		right: 200px;
	}

	#mega-menu-wrap-menu-1 .mega-menu-toggle {
		background: transparent !IMPORTANT;
	}

	#mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-item > a.mega-menu-link {
		line-height: normal !IMPORTANT;
		font-size: 16px;
	}

	#mega-menu-wrap-menu-1 .mega-menu-toggle + #mega-menu-menu-1 {
		background: #000;
	}
}

@media(max-width:992px){
	.hero_form {
		margin: 0px;
	}

	.button_group a {
		margin: 0px;
	}

	.button_group {
		flex-wrap: wrap;
		gap: 12px;
	}

/* 	.hero_main_block {
		min-height: auto;
	} */

	.hero_content h2, .hero_content h1 {
		font-size: 28px;
	}

	section.about_section .title_text h2 {
		font-size: 26px;
		padding: 0px;
	}

	.about_repeater {
		margin: 0px;
	}

	.service_block_inner {
		margin: 0px;
	}

	section.service_section .col-md-7 {
		width: 100%;
	}

	.title_text h2, section.service_section .title_text h2, .why_block h2, .contact_page_form_data h2 {
		font-size: 23px;
	}

	.pd-40 {
		padding: 0px 15px;
	}

	section.review_section {
		padding-left: 20px;
	}

	.cta_inner {
		margin: 0px;
	}

	.pd-50 {
		padding: 0px;
	}

	section.cta_section {
		margin-top: 105px;
	}

	.footer_widget {
		width: 50%;
		margin-bottom: 19px;
	}

	.copyright_text p, .copyright_text p a {
		text-align: center;
	}

	footer {
		padding-bottom: 20px;
	}

	.announcement_text p {
		letter-spacing: 2px;
	}

	.header_social p {
		display: none;
	}

	.hero_ratting img {
		height: 26px;
	}

	.image_hero img {
		height: 52px;
	}

/* 	.hero_main_block {
		padding-bottom: 89px;
	} */
	
	.service_overlay h2 {
		font-size: 16px;
	}
	
	.service_block_inner {
		height: 250px;
	}
}

@media(max-width:991px) {
	.common-hero-banner h1 {
		font-size: 32px;
	}
	.our-vision-mission-box img {
        height: 60px;
    }
	.our-vision-mission-box h3 {
        font-size: 22px;
    }
}

@media(max-width:767px){
	ul.social_media li:last-child {
		margin: 0px;
	}

	.header_social {
		width: 100%;
	}

	ul.social_media {
		justify-content: center;
		width: 100%;
	}

	.announcement_text {
		width: 100%;
		text-align: center;
	}

	.header-logo img {
		width: 110px;
	}

	.proudly_block_inner {
		padding: 14px 8px;
		width: 100px !important;
	}

	.proudly_block_inner p {
		line-height: normal;
		font-size: 9px;
		margin-bottom: 7px;
	}

	.proudly_block_inner a {
		font-size: 16px;
		margin-top: -5px;
	}

	.proudly_block_inner:before {
		width: 6px;
		left: -5px;
	}

	.proudly_block_inner:after {
		width: 6px;
		right: -5px;
	}

	.header-menu {
		right: 120px;
	}

/* 	.hero_main_block {
		padding-top: 50px;
		padding-bottom: 60px;
	} */

	.hero_content {
		text-align: center;
	}

	.hero_content .button_group {
		justify-content: center;
	}

	.hero_form {
		margin-top: 25px;
	}

	.hero_overlay {
		display: none;
	}

	.title_text {
		text-align: center;
	}

	.title_text h5 {
		margin: 0 auto;
	}

	.title_text ul li {
		text-align: left;
	}

	.button_group {
		justify-content: center;
		width: 100%;
		margin-top: 10px !IMPORTANT;
	}

	.sections_why_block .row {
		flex-direction: column-reverse;
	}

	.sections_why_block .row:nth-child(even) {
		flex-direction: column-reverse;
	}

	section.our_process_section .col-md-4:after {
		display: none;
	}

	.gallery-images img {
		height: 250px;
	}

	section.container-fluid.gallery_section .col-md-4 {
		width: 50%;
	}

	.review_slider_nav {
		justify-content: center !IMPORTANT;
		margin-bottom: 25px;
	}

	.cta_inner {
		padding: 20px;
	}

	.cta_image {
		display: none;
	}

	section.cta_section {
		margin-top: 50px;
	}

	.follow_us ul.social_media {
		justify-content: start !IMPORTANT;
	}
	
	section.review_section {
		padding: 50px 25px;
	}
	
	.container.pd-50 {
		padding: 0px 15px;
	}
	
	.review_content_top {
		padding-right: 0px;
	}
	.common-hero-banner {
        padding: 50px 0px;
    }
	.common-hero-banner h1 {
        font-size: 28px;
    }
	.contact_page_section .col-md-4 {
        margin-bottom: 20px;
    }
	section.contact_page_section {
        padding: 50px 0px 10px 0;
    }
	section.contact_page_location {
        padding: 0px 0 50px 0;
    }
	section.contact_page_location .col-md-6:last-child {
        margin-top: 25px;
    }
	.contact_iframe iframe {
        height: 350px;
    }
	.checkbox_block label {
		flex-wrap: inherit;
		text-align: left;
		font-size: 13px !important;
	}
	.contact_page_block h4 {
		font-size: 22px;
	}
	section.about-us-section, section.our-vision-mission-section, section.what-we-do-section {
		padding: 50px 0px;
	}
	.about-us-img-col {
        margin-bottom: 20px;
    }
	.our-vision-mission-box img {
        height: 50px;
    }
	section.our-vision-mission-section .col-md-4 {
        margin-bottom: 15px;
    }
	section.what-we-do-section .row {
        flex-direction: column-reverse;
    }
	.what-we-do-img-col {
        margin-bottom: 25px;
    }
	.post__detail .post h2 {
        font-size: 26px;
    }
	.post__detail .post h3 {
        font-size: 23px;
    }
	.post__detail .post h4 {
		font-size: 21px;
	}
	.single__post__sidebar {
		position: inherit;
		margin-top: 30px;
	}
	.title_text ul li {
		font-size: 15px;
		background-size: 20px ! IMPORTANT;
		padding-left: 26px;
		background-position-y: 9px ! IMPORTANT;
	}
	section.what-is-complete, section.eco-friendly {
		padding: 50px 0px;
	}
	section.our-services {
		padding: 50px 0 35px 0;
	}
	.what-is-img img, .eco-friendly-img img {
		margin-bottom: 20px;
	}
	section.our-services .row .col-lg-4.col-md-6.col-12 {
		padding-bottom: 20px;
	}
	.eco-friendly-row {
		flex-direction: column-reverse;
	}
	.realwidget_button {
		padding: 0px !important;
	}
}

@media(max-width:575px) {
	.contact_page_block_image {
		height: 75px;
		width: 75px;
	}
	.contact_page_block a {
        font-size: 15px;
    }
	.contact_page_form_data {
        padding: 20px;
    }
	.contact_page_block_image img {
        height: 36px;
    }
}

@media(max-width:520px){
	section.container-fluid.gallery_section .col-md-4 {
		width: 100%;
		margin-bottom: 20px;
	}

	.footer_widget {
		width: 100%;
	}

	.contact_info_row {
		margin-bottom: 5px;
	}

	.button_group a {
		min-width: auto;
	}

	.accordion-body {
		padding-right: 20px;
		padding-left: 20px;
	}

	.accordion-item button {
		padding: 13px 20px;
	}

	.accordion-item button {
		font-size: 15px;
	}
	
	.review_block{
		min-height:390px;
	}
	div#nav-tab button {
		margin-bottom:10px;
	}
}
@media(max-width:360px){
	.header-menu {
		right: 100px;
	}
}







@media (min-width: 576px) {
    .container, .container-sm {
        max-width: 540px !important;
		width: 540px !important;
    }
}
@media (min-width: 768px) {
    .container, .container-md, .container-sm {
        max-width: 720px !important;
		width: 720px !important;
    }
}
@media (min-width: 992px) {
    .container, .container-lg, .container-md, .container-sm {
        max-width: 960px !important;
		width: 960px !important;
    }
}
@media (min-width: 1200px) {
    .container, .container-lg, .container-md, .container-sm, .container-xl {
        max-width: 1140px !important;
		width: 1140px !important;
    }
}
@media (min-width: 1400px) {
    .container, .container-lg, .container-md, .container-sm, .container-xl {
        max-width: 1360px !important;
		width: 1360px !important;
    }
}