/*!
Theme Name: allphase
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: allphase
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: 'lemonmilk-Bold';
  src: url("./fonts/lemonmilk-Bold.otf") format("opentype");
}

@font-face {
  font-family: 'lemonmilk-Light';
  src: url("./fonts/lemonmilk-Light.otf") format("opentype");
}

@font-face {
  font-family: 'lemonmilk-Medium';
  src: url("./fonts/lemonmilk-Medium.otf") format("opentype");
}

@font-face {
  font-family: 'lemonmilk-Regular';
  src: url("./fonts/lemonmilk-Regular.otf") format("opentype");
}



body{
	margin:0px;
	padding:0px;
	font-family: 'Poppins-Regular';
	color:#000000;
}

h1,h2,h3{
	font-family: 'lemonmilk-Medium';
}

p,a,li{
	font-size:16px;
	line-height:30px;
}

img{
	max-width:100%;
}

/* header css */

.announcement_bar {
    background: #EFEFEF;
    padding: 8px 0px;
}

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

.announcement_row p {
    margin: 0px;
    font-family: 'lemonmilk-Medium';
    font-size: 14px;
}

.announcement_left {
    display: flex;
    align-items: center;
    gap: 6px;
}

.announcement_left p, .announcement_left p a {
    line-height: normal;
    font-family: 'lemonmilk-Light';
    font-size: 14px;
}

.announcement_left img {
    height: 18px;
}

.announcement_center p {
    color: #055B95;
    letter-spacing: 0.9px;
}

.announcement_left p span, .announcement_left p a {
    font-family: 'lemonmilk-Bold';
    color: #000000;
    text-decoration: none;
}

.announcement_right {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 10px;
}

.announcement_right ul {
    list-style: none;
    padding: 0px;
    margin: 0px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 5px;
}

.announcement_right ul li a {
    display: block;
}

.announcement_right ul li a img {
    height: 26px;
}

.announcement_right p {
    font-size: 13px;
    line-height: normal;
}

.announcement_left p a:hover {
    color: #055B95;
}

header.site_header {
    background: #FFFFFF;
    position: sticky;
    top: 0px;
    left: 0px;
    z-index: 999;
    box-shadow: 0px 3px 6px #00000029;
    padding: 14px 0px;
}

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

.header_logo a {
    display: block;
}

.header_logo a img {
    height: 49px;
}

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

#mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-item > a.mega-menu-link {
    color: #000000;
    text-transform: uppercase;
    font-family: 'lemonmilk-Regular';
    line-height: normal;
    height: auto;
    padding: 13px 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: #055B95;
}

#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: #055B95;
}

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

#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;
    text-transform: uppercase;
    font-family: 'lemonmilk-Regular';
    color: #000;
    padding: 7px 15px;
}

#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: #055B95;
    color: #fff;
}

.button_groups {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 14px;
}

.button_groups a {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    text-decoration: none;
    font-family: 'lemonmilk-Medium';
    font-size: 15px;
    text-transform: uppercase;
    height: 50px;
    padding: 0px 15px;
    border-radius: 8px;
    min-width: 184px;
}

a.black_button {
    background: #000000;
    color: #fff;
}

a.black_button:hover {
    background: #055B95;
}

a.blue_button {
    background: #055B95;
    color: #fff;
}

a.blue_button:hover {
    background: #000;
}

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

.header_row_block {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
	align-items:center;
}

/* header css */

/* hero css */

section.hero_section {
    position: relative;
}

.hero_repeater {
    padding: 50px 0px;
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: calc(100vh - 125px);
}

.hero_content h5 {
    color: #FFFFFF;
    font-family: 'Poppins-Regular';
    font-style: italic;
    font-size: 15px;
    position: relative;
    padding-left: 48px;
}

.hero_content h5:before {
    content: '';
    position: absolute;
    left: 0px;
    top: 8px;
    width: 40px;
    height: 2px;
    background: #FF9900;
}

.hero_content h1 {
    color: #fff;
    font-family: 'lemonmilk-Light';
    font-size: 50px;
    line-height: 70px;
    position: relative;
    margin-bottom: 14px;
    padding-bottom: 10px;
}

.hero_content h1 span {
    font-family: 'lemonmilk-Bold';
}

.hero_content h1:before {
    content: '';
    position: absolute;
    left: 0px;
    bottom: 0px;
    width: 160px;
    height: 4px;
    background: #FF9900;
}

.hero_content p {
    color: #fff;
}

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

a.white_button:hover {
    background: #000;
    color: #fff;
}

.hero_form_overlay {
    width: 400px;
    position: absolute;
    z-index: 99;
    right: 15%;
    top: 50%;
    transform: translateY(-50%);
    background: rgba(255 255 255/50%);
    border-radius: 18px;
    overflow: hidden;
}

.hero_form_title {
    text-align: center;
    color: #fff;
    background: #000000;
    padding: 21px 15px;
}

.hero_form_title h5 {
    font-family: 'lemonmilk-Light';
    font-size: 18px;
}

.hero_form_title h2 {
    font-family: 'lemonmilk-Bold';
    text-transform: uppercase;
    font-size: 24px;
    margin: 0px;
}

.hero_form_body {
    padding: 15px;
}

.form_row {
    display: flex;
    flex-wrap: wrap;
}

.fild_half {
    width: 50%;
    padding: 0px 5px;
}

.fild_full {
    width: 100%;
    padding: 0px 5px;
}

.input_field input, .input_field select, .input_field textarea {
    width: 100%;
    border: none !IMPORTANT;
    outline: none;
    color: #000;
    font-family: 'Poppins-Regular';
    font-size: 14px;
    height: 43px;
    padding: 5px 15px;
    border-radius: 10px;
    box-shadow: 0px 0px 6px #00000029;
    background: #fff;
}
.input_field textarea {
	height: 100px;
}

.input_field ::-webkit-input-placeholder {
  color: #000;
}
.input_field ::-moz-placeholder {
  color: #000;
}
.input_field :-ms-input-placeholder {
  color: #000;
}
.input_field :-moz-placeholder {
  color: #000;
}

.hero_form_body p {
    margin: 0px;
}

.input_field {
    margin-bottom: 9px;
}

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

.input_field input[type="submit"] {
    font-family: 'lemonmilk-Medium';
    text-transform: uppercase;
    background: #055B95;
    color: #fff;
}

.input_field input[type="submit"]:hover {
    background: #000;
}


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

.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;
}

/* hero css */

/* about css */

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

a.blue_button_border {
    border: 1px solid #055B95;
    color: #055B95;
}

a.blue_button_border:hover {
    background: #055B95;
    color: #fff;
}

.row.about_info_row {align-items: end;margin-top: -101px;}

.years_exp h2 {
    color: #fff;
    text-shadow: 3px 4px #055B95;
    font-size: 125px;
    -webkit-text-stroke: 1px #000;
    margin: 0px;
}

.years_exp p, .about_inner_content h4 {
    font-family: 'Poppins-SemiBold';
    font-size: 18px;
}

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

.about_icon {
    width: 65px;
    height: 65px;
    border-radius: 50%;
    background: #efefef;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    transition: 0.5s;
}

.about_icon img {
    height: 38px;
    transition: 0.5s;
}

.about_inner_content {
    width: calc(100% - 65px);
    padding-left: 11px;
}

.about_inner_content p {
    margin: 0px;
    color: #585858;
    font-size: 15px;
    line-height: 25px;
}

.row.about_info_row .col-md-12 {
    margin-bottom: 25px;
}

.image_sm {
    padding-right: 25px;
}

.about_inners:hover .about_icon {
    background: #055b95;
}

.about_inners:hover .about_icon img {
    filter: invert(1);
}

.button_groups a {
    transition: 0.5s;
}

/* about css */

/* before after css */

section.before_after_section {
    margin-top: 70px;
    padding-top: 60px;
}

.after_before_block {
    border-radius: 15px;
    overflow: hidden;
}

.after_before_slider .swiper-pagination {
    position: static !IMPORTANT;
    margin-top: 35px;
}

.after_before_slider .swiper-pagination span {
    border-color: #000000;
}

.after_before_slider .swiper-pagination span.swiper-pagination-bullet-active:before {
    background: #055b95;
}

.after_before_cta {
    background: #000;
    border: 4px solid #055B95;
    border-radius: 30px;
    padding: 50px;
    margin-bottom: -110px;
    position: relative;
}

.after_before_cta h2 {
    color: #fff;
    margin-bottom: 30px;
    font-family: 'lemonmilk-Regular';
    font-size: 26px;
}

.after_before_cta a.blue_button:hover {
    border: 1px solid #055b95;
}

/* before after css */

/* realty support css */

section.realty_support_section {
    margin: 70px 0px;
    margin-top: 165px;
}

.title_text p, .title_text li {
    color: #585858;
}

section.realty_support_section ul {
    list-style: none;
    padding: 0px;
}

section.realty_support_section ul li {
    padding: 2px 0px;
    padding-left: 35px;
    background-repeat: no-repeat !IMPORTANT;
    background-size: 27px !important;
}

.title_text h4, .title_text h4 a {
    color: #000000;
    text-decoration: none;
    font-family: 'Poppins-SemiBold';
    font-size: 20px;
}

.title_text h4 a {
    color: #055B95;
}

/* realty support css */

/* service css */

section.service_section {
    padding: 60px 0px;
    margin: 70px 0px;
    background: #032E4B;
}

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

.service_top .title_text h2 {
    margin: 0px;
}

.service_top .title_text.white_text {
    max-width: 615px;
}

.white_text h5 {
    background: #fff;
}

.white_text h2 {
    color: #fff;
}

.service_block a {
    text-decoration: none;
}

.service_block img {
    height: 390px;
    width: 100%;
    object-fit: cover;
}

.service_block {
    position: relative;
    border-radius: 20px;
    overflow: hidden;
}

.service_block_overlay {
    position: absolute;
    top: 0px;
    left: 0px;
    height: 100%;
    width: 100%;
    display: flex;
    flex-direction: column;
    padding: 25px;
    background: linear-gradient(180deg, #00000000, #00000033, #055B95);
}

.service_block_overlay h2 {
    margin-top: auto;
    color: #fff;
    text-decoration: none;
    font-family: 'Poppins-SemiBold';
    font-size: 20px;
    line-height: 30px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

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

.service_block_overlay p {
    color: #fff;
    display: none;
    transition: 0.5s;
}

.service_block_overlay {
    padding-right: 80px;
}

.service_arrow {
    position: absolute;
    background: #fff;
    right: 25px;
    height: 30px;
    width: 30px;
    bottom: 31px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    font-size: 25px;
    border-radius: 50%;
    color: #000;
}

.service_block:hover p {
    display: block;
    margin: 0px;
}

.white_text h2 {
    color: #fff !important;
}

/* service css */

/* why choose css */

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

section.why_choose_section .row {
    gap: 25px 0px;
}

.why_block {
    background: #EFEFEF;
    border-radius: 20px;
    overflow: hidden;
    padding: 45px 25px;
    height: 100%;
}

.why_image_icon {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    background: #055b95;
    border-radius: 50%;
    height: 70px;
    width: 70px;
    margin-bottom: 10px;
}

.why_image_icon img {
    height: 42px;
}

.why_image_block h2 {
    color: #000000;
    text-decoration: none;
    font-family: 'Poppins-SemiBold';
    font-size: 20px;
    line-height: 30px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    margin: 0px;
}

.why_image_block {
    border-bottom: 1px solid #585858;
    margin-bottom: 15px;
    padding-bottom: 15px;
}

.why_data p {
    margin: 0px;
    color: #585858;
}

/* why choose css */

/* blog css */

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

.title_text h5 {
    color: #000000;
    display: inline-block;
    background: #EFEFEF;
    padding: 5px 15px;
    font-size: 16px;
    border-radius: 5px;
}

.title_text h2 {
    color: #000000;
    font-size: 34px;
}
.about_us_title h1 {
	color: #000000;
	font-size: 34px;
}

.blog_block {
    background: #fff;
    box-shadow: 0px 0px 10px #00000029;
    border-radius: 20px;
    overflow: hidden;
    height: 100%;
    transition: 0.5s;
}

.blog_feature_image {
    position: relative;
}

.blog_feature_image img {
    height: 220px;
    width: 100%;
    object-fit: cover;
}

.blog_feature_image h5 {
    background: #055B95;
    display: inline-block;
    color: #fff;
    font-family: 'Poppins-Regular';
    font-size: 17px;
    text-transform: uppercase;
    padding: 5px 15px;
    border-radius: 30px;
    margin: 0px;
    position: absolute;
    bottom: -15px;
    left: 24px;
}

.blog_block_inner {
    padding: 23px;
    padding-top: 28px;
}

.blog_block_inner h2 {
    color: #000000;
    text-decoration: none;
    font-family: 'Poppins-SemiBold';
    font-size: 20px;
    line-height: 30px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.blog_block a {
    text-decoration: none;
}

.blog_block_inner p {
    color: #585858;
}

section.blog_section .row {
    gap: 25px 0px;
}

.blog_block:hover {
    box-shadow: 0px 0px 15px #055b9545;
}

.blog_block:hover .blog_block_inner h2 {
    color: #055b95;
}

/* blog css */

/* our process css */

section.our_process_section {
    background: #032E4B;
    margin-top: 70px;
    padding-top: 60px;
    padding-bottom: 170px;
}

img.process_main_image {
    border-radius: 17px;
}

.our_process_image {
    position: relative;
}

.processs_video_button {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 70px;
    cursor: pointer;
}

.processs_video_button svg {
    width: 100%;
    height: auto;
}

.process_repeater {
    display: flex;
    flex-direction: column;
    gap: 38px 0px;
    position: relative;
    z-index: 2;
}

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

.process_count {
    background: #055B95;
    height: 50px;
    width: 50px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    box-shadow: 2px 1px 0px #fff;
    color: #fff;
    font-family: 'lemonmilk-Regular';
    font-size: 18px;
}

.process_data {
    width: calc(100% - 50px);
    padding-left: 15px;
    color: #fff;
}

.process_data h4 {
    text-decoration: none;
    font-family: 'Poppins-SemiBold';
    font-size: 17px;
}

.process_data p {
    margin: 0px;
}

section.our_process_section .row {
    align-items: center;
}

.process_repeater:before {
    content: '';
    position: absolute;
    height: 84%;
    border-left: 2px dashed #fff;
    left: 25px;
    z-index: -1;
    top: 50%;
    transform: translateY(-50%);
}

/* our process css */

/* warranty css */

.home_warranty_block {
    background: #EFEFEF;
    border: 3px solid #055B95;
    border-radius: 20px;
    padding: 30px 50px;
}

section.home_warranty_section {
    position: relative;
/*     margin-top: -107px; */
}

/* warranty css */

/* gallery css */

section.gallery-section {
    margin: 70px 0px;
}

section.gallery-section .row {
    gap: 30px 0px;
}

div#fancybox__caption_1_0 {
    display: none !IMPORTANT;
}

/* gallery css */

/* testimonial css */

section.testimonial_section {
    margin: 70px 0px;
    padding: 60px 0px;
}

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

.tetimonail_arrow div {
    position: static !IMPORTANT;
    border: 2px solid #000;
    width: 40px;
    height: 40px;
    border-radius: 50%;
}

.tetimonail_arrow {
    display: flex;
    flex-direction: row-reverse;
    justify-content: end;
    gap: 10px;
}

.testimonial_row .title_text {
    max-width: 530px;
}

.tetimonail_arrow div:after {
    color: #000;
    font-size: 24px;
}

.testimonial_block {
    background: #fff;
    padding: 40px;
    border-radius: 20px;
    margin: 10px;
    box-shadow: 0px 0px 10px #0000003B;
}

.testimonial_block p {
    color: #585858;
}

.testimonial_block {
    display: flex;
    flex-direction: column;
    min-height: 260px;
}

.testiminial_name_ratting {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: auto;
}

.name_review h4 {
    margin: 0px;
    color: #000000;
    font-family: 'Poppins-SemiBold';
    font-size: 18px;
}

.image_gallery_review img {
    height: 21px;
}

.image_gallery_review {
    display: flex;
    gap: 10px;
}

/* testimonial css */



/* footer css */

footer.site_footer {
    background-position: top center !IMPORTANT;
    padding-top: 127px;
    padding-bottom: 60px;
}

.footer_row {
    justify-content: space-between;
    gap: 18px 0px;
}

.widget1 {
    width: 246px;
}

.widget2 {
    width: 170px;
}

.widget3 {
    width: 170px;
}

.widget4 {
    width: 220px;
}

.widget5 {
    width: 359px;
}

.footer_logo a {
    display: block;
}

.footer_logo a img {
    width: 218px;
}

.footer_logo {
    margin-bottom: 30px;
}

.footer_widget .button_groups {
    flex-direction: column;
    align-items: start;
}

.footer_widget h4 {
    color: #000000;
    font-family: 'lemonmilk-Bold';
    font-size: 19px;
    margin-bottom: 15px;
}

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

.footer_widget ul li a {
    text-decoration: none;
    color: #585858;
}

.footer_widget ul li a:hover, .contact_info_data a:hover {
    color: #055b95;
}

ul.footer_social_media {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
}

ul.footer_social_media li a {
    display: block;
}

ul.footer_social_media li a img {
    height: 40px;
}

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

.contact_info {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.contact_info_row {
    display: flex;
    /* flex-wrap: wrap; */
    align-items: center;
    gap: 10px;
}

.contact_info_icon {
    width: 44px;
}

.contact_info_data a {
    display: inline-block;
    text-decoration: none;
    color: #585858;
    word-break: break-all;
}

.contact_info_data p {
	margin: 0px;
	color: #585858;
}

.contact_info_data {width: calc(100% - 44px);}

.copyright_section {
    background: #000000;
    padding: 8px 0px;
}

.copyright_section p, .copyright_section p a {
    color: #fff;
    text-decoration: none;
    font-size: 14px;
    margin: 0px;
}

.copyright_section p a:hover {
    color: #055b95;
}

/* footer css */

/* services main page css start */
.common-hero-banner {
    padding: 70px 0px;
    position: relative;
    z-index: 0;
    background: #032E4B;
}
.about-hero-title h1 {
    font-family: 'lemonmilk-Bold';
    margin: 0px;
    font-size: 45px;
}
section.service_page_sec {
    padding: 60px 0px 30px 0;
}
/* services main page css end */

/* service detail page css start */
section.home_safe {
    padding: 60px 0px;
}
section.service_process {
    padding: 60px 0px;
    background: #032E4B;
}
.process_title {
    margin-bottom: 40px;
}

.process_title h2 {
    color: #ffffff;
}
.process_block_main {
    background: #ffffff;
    height: 100%;
    padding: 25px;
    border-radius: 20px;
}
.process_block_num h4 {
    background: #055B95;
    height: 50px;
    width: 50px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    box-shadow: 2px 1px 0px #032E4B;
    color: #fff;
    font-family: 'lemonmilk-Regular';
    font-size: 18px;
    margin: 0 0 15px 0;
}
.process_block_main h3 {
    font-size: 24px;
    font-family: 'Poppins-SemiBold';
    margin: 0 0 12px 0;
}
.process_block_main p {
    margin: 0;
}
section.benefit_sec {
    padding: 60px 0px;
}
.service_cta_row {
    background: #032E4B;
    padding: 40px;
    border-radius: 40px;
}
.service_cta_title h2 {
    color: #ffffff;
    margin: 0 0 20px 0;
}
.service_cta_title p {
    color: #ffffff;
}
section.service_faq {
    padding: 60px 0px 30px 0;
}
.accordion-item {
    border: 1px solid #C8F0EC ! IMPORTANT;
    margin-bottom: 10px;
    overflow: hidden;
    background: #032E4B;
    border-radius: 20px ! IMPORTANT;
    color: #ffffff;
}
button.accordion-button {
    background: #032E4B ! IMPORTANT;
    outline: none ! IMPORTANT;
    box-shadow: none ! IMPORTANT;
    color: #ffffff ! IMPORTANT;
    font-size: 18px;
    font-family: 'Poppins-SemiBold';
}
.accordion-button:not(.collapsed) {
    box-shadow: none;
    border-bottom: 1px solid #ffffff;
}
.accordion-button::after {
    filter: invert(1);
}
.service_faq_title {
    margin-bottom: 40px;
}
.home_safe_image img,
.benefit_image img {
    border-radius: 15px;
}
/* service detail page css end */

/* gallery page css start */
.image_gallery img {
    width: 100%;
    height: 250px;
    object-fit: cover;
}
section.project_sec {
    padding: 60px 0px 30px 0;
}
/* gallery page css end */

/* blog page css start */
section.blog_page_sec {
    padding: 60px 0px;
}
/* blog page css end */

/* blog detail 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: #000000;
	text-decoration: none;
	font-size: 16px;
}
.post-content img {
    border-radius: 20px;
}
.post__detail .post h2 {
	font-size: 30px;
	margin: 0 0 12px 0;
	color: #000000;
	font-family: 'Poppins-Medium';
}
.post__detail .post h3 {
	font-size: 26px;
	color: #000000;
	margin: 0 0 12px 0;
	font-family: 'Poppins-Medium';
}
.post__detail .post h4 {
	font-size: 22px;
	color: #000000;
	margin: 0 0 12px 0;
	font-family: 'Poppins-Medium';
}
.post-navigation {
    display: none;
}
.single__post__sidebar {
    position: sticky;
    top: 110px;
}
.single__post__sidebar .sidebar__data {
    border: 2px solid #032E4B !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: 2px solid #032E4B !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;
}
.recent-posts ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
    display: flex;
    flex-direction: column;
    grid-gap: 10px;
}
.recent-posts ul li a {
    color: #000000;
    text-decoration: none;
    font-family: 'Poppins-Regular';
}
.recent-posts ul li a:hover {
    color: #055B95;
}
.recent-posts ul li {
    border-bottom: 1px solid #000000;
}
.post__detail article.post p.post-meta a {
    color: #055B95;
}
/* blog detail end */
main#primary {
    padding: 60px 0px;
}

/* contact us page css start */
section.contact_page {
    padding: 60px 0px;
}
.contact_page_form_main {
    border-radius: 30px;
    padding: 30px;
    background: #032E4B;
}
.form_title h2 {
    color: #ffffff;
    margin: 0 0 20px 0;
	text-align: left;
}
.contact-page-info {
	border-radius: 30px;
	padding: 30px !important;
	background: #032E4B;
	min-height: 540px;
}
.footer_widget_inner ul {
    list-style: none;
    padding: 0px;
    margin: 0px;
}
ul.contact_footer li {
    margin-bottom: 15px;
}
.footer_widget_inner ul li a {
    text-decoration: none;
    display: block;
    color: #ffffff;
    font-family: 'Poppins-Medium';
}
ul.contact_footer li a {
    display: flex;
    flex-wrap: wrap;
}
.icon_footer {
    width: 40px;
    filter: invert(1);
}
.contact_info_deta {
    width: calc(100% - 40px);
    padding-left: 8px;
}
.contact_info_deta p {
    font-size: 18px;
    margin: 0 0 8px 0;
}
.contact_info_deta h5 {
    font-size: 15px;
}
ul.contact_social_media {
    display: flex;
    grid-gap: 10px;
}
ul.contact_social_media li a img {
    width: 45px;
}
.footer_inner_bt h2 {
    color: #ffffff;
    margin: 0 0 20px 0;
	text-align: left;
}
.footer_inner_bt {
    margin-top: 40px;
}
.footer_widget_inner ul li a:hover h5 {
    color: #055B95;
}
ul.contact_social_media li a img:hover {
    opacity: 0.5;
}
/* contact us page css end */

/* about us page css start */
section.innovation_sec {
    padding: 60px 0px;
}
section.mission_vission {
    padding: 60px 0px;
    background: #032E4B;
}
section.what_we_do {
    padding: 60px 0px;
}
.innovation_img img,
.what_we_do_img img {
    border-radius: 15px;
}
.mission_vission_block_main {
    background: #ffffff;
    padding: 20px;
    border-radius: 15px;
    height: 100%;
}
.mission_vission_block_main h4 {
    font-size: 26px;
    font-family: 'Poppins-SemiBold';
    margin: 0 0 12px 0;
}
.mission_vission_block_main p {
    margin: 0;
}
.mission_vission_icon {
    background: #055B95;
    height: 70px;
    width: 70px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    box-shadow: 2px 1px 0px #000;
    margin-bottom: 15px;
}
.mission_vission_icon img {
    width: 45px;
}
/* about us page css end */

/* privacy policy page css start */
.privacy-policy-inn h3 {
	font-size: 26px;
	margin: 25px 0 12px 0;
}
section.privacy-policy-content {
    padding: 60px 0px;
}
.privacy-policy-inn {
    text-align: left;
}
/* privacy policy page css end */

section.home_faq_sec {
    padding: 0 0 60px 0;
}
.home_faq_title h2 {
    margin: 0 0 30px 0;
}
.accordion-body p {
    margin: 0;
    color: #ffffff;
    text-align: left;
}
.accordion-body {
    background: #ffffff;
}
.accordion-body p {
    color: #000000;
}


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

.hero_section_overlay {
    position: relative;
    z-index: 2;
}

section.hero_section {
    min-height: calc(100vh - 119px);
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 50px 0px;
}

.hero_section_mobile {
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}


@media(max-width:1690px){
	.hero_form_overlay {
		right: 11%;
	}
}

@media(max-width:1500px){
	.hero_form_overlay {
		right: 7%;
	}
}

@media(max-width:1540px){
	.hero_form_overlay {
		right: 7%;
	}
}

@media(max-width:1440px){
	.hero_form_overlay {
		right: 5%;
	}
}


@media(max-width:1400px){
	p, a, li {
		font-size: 14px;
		line-height: 25px;
	}

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

	.announcement_left p, .announcement_left p a, .announcement_right p {
		font-size: 11px;
	}

	.announcement_left img {
		height: 14px;
	}

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

	.announcement_row p {
		font-size: 12px;
	}

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

	.button_groups a {
		font-size: 13px;
		min-width: 162px;
		height: 41px;
	}

	.header_logo a img {
		height: 45px;
	}

	.hero_content h2 {
		font-size: 41px;
		line-height: 56px;
	}

	.hero_content h2:before {
		width: 138px;
	}

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

	.hero_form_title h5 {
		font-size: 16px;
	}

	.hero_form_title h2 {
		font-size: 21px;
	}

	.hero_form_overlay {
		width: 340px;
		right: 10%;
	}

	.hero_repeater {
		min-height: calc(100vh - 115px);
	}

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

	.title_text h2 {
		font-size: 28px;
	}
	.about_us_title h1 {
		font-size: 28px;
	}

	.years_exp h2 {
		font-size: 112px;
	}

	.years_exp p, .about_inner_content h4 {
		font-size: 16px;
	}

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

	.about_icon img {
		height: 26px;
	}

	.about_inner_content {
		width: calc(100% - 45px);
	}

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

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

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

	.service_top .title_text.white_text {
		max-width: 510px;
	}

	.service_block_overlay h2 {
		font-size: 15px;
	}

	.service_arrow {
		height: 25px;
		width: 25px;
	}

	.service_block img {
		height: 337px;
	}

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

	.why_image_block h2 {
		font-size: 17px;
	}

	.why_image_icon {
		height: 60px;
		width: 60px;
	}

	.why_image_icon img {
		height: 34px;
	}

	section.before_after_section {
		margin: 50px 0px;
		padding: 50px 0px;
	}

	.after_before_cta h2 {
		font-size: 22px;
	}

	.after_before_cta {
		padding: 35px;
		margin-bottom: -140px;
	}

	section.realty_support_section {
		margin: 50px 0px;
		margin-top: 140px;
	}

	section.realty_support_section ul li {
		background-size: 24px !IMPORTANT;
		padding-left: 29px;
	}

	.title_text h4, .title_text h4 a {
		font-size: 17px;
	}

	section.our_process_section {
		margin: 50px 0px;
		padding: 50px 0px;
		padding-bottom: 155px;
	}

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

/* 	section.home_warranty_section {
		margin-top: -148px;
	}
 */
	section.gallery-section {
		margin: 50px 0px;
	}

	section.testimonial_section {
		margin: 50px 0px;
		padding: 50px 0px;
	}

	.tetimonail_arrow div:after {
		font-size: 15px;
	}

	.tetimonail_arrow div {
		height: 35px;
		width: 35px;
	}

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

	.blog_feature_image h5 {
		font-size: 14px;
	}

	.blog_block_inner h2 {
		font-size: 16px;
		line-height: 26px;
	}

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

	.footer_logo a img {
		width: 100%;
	}

	.widget1 {
		width: 209px;
	}

	.widget2 {
		width: 150px;
	}

	.widget4 {
		width: 193px;
	}

	.widget5 {
		width: 312px;
	}

	ul.footer_social_media li a img {
		height: 35px;
	}

	.contact_info_icon {
		width: 36px;
	}

	.contact_info_data {
		width: calc(100% - 36px);
	}

	.copyright_section p, .copyright_section p a {
		font-size: 12px;
	}
	button.accordion-button {
		font-size: 17px;
	}
	.process_block_main h3 {
		font-size: 22px;
	}
	.about-hero-title h1 {
		font-size: 40px;
	}
	.contact-page-info {
		min-height: 530px;
	}
	.mission_vission_block_main h4 {
		font-size: 24px;
	}
	.privacy-policy-inn h3 {
		font-size: 24px;
	}
}

@media(max-width:1281px){
	.hero_form_overlay {
		right: 6%;
	}
}

@media(max-width:1201px){
	.header_row_block {
		flex-direction: row-reverse;
		gap: 10px;
	}

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

	#mega-menu-wrap-menu-1 .mega-menu-toggle .mega-toggle-block-0 .mega-toggle-animated-inner, #mega-menu-wrap-menu-1 .mega-menu-toggle .mega-toggle-block-0 .mega-toggle-animated-inner::before, #mega-menu-wrap-menu-1 .mega-menu-toggle .mega-toggle-block-0 .mega-toggle-animated-inner::after {
		background: #055b95;
	}

	ul#mega-menu-menu-1 {
		background: #fff !important;
	}

	#mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-item > a.mega-menu-link {
		font-size: 14px;
	}
	
	#mega-menu-wrap-menu-1 .mega-menu-toggle ~ button.mega-close:before {
		visibility: hidden;
	}
}


@media(max-width:1200px){
	.announcement_center {
		display: none;
	}

	.hero_content h2 {
		font-size: 33px;
		line-height: 48px;
	}

	.hero_content h2:before {
		width: 114px;
	}

	.hero_form_title h5 {
		font-size: 15px;
	}

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

	.image_sm {
		padding: 0px;
	}

	.years_exp h2 {
		font-size: 96px;
	}

	.row.about_info_row {
		margin-top: -43px;
	}
	
	.hero_form_overlay {
		width: 300px;
	}
}

@media(max-width:992px){
	.hero_repeater {
		min-height: auto;
	}

	.hero_form_overlay {
		position: static;
		transform: translate(0px, 0px);
		width: 100%;
		max-width: 90%;
		margin: 25px auto;
		background: #f8f8f8;
	}

	.hero_repeater .col-md-8 {
		width: 100%;
	}

	.row.about_info_row {
		margin-top: 25px;
	}

	.row.about_info_row .row .col-md-4 {
		width: 50%;
	}

	.row.about_info_row .row {
		gap: 25px 0px;
	}

	.title_text h2 {
		font-size: 23px;
	}
	.about_us_title h1 {
		font-size: 23px;
	}

	.service_top .title_text.white_text {
		max-width: 409px;
	}

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

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

	.button_groups a {
		font-size: 12px;
	}

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

	.home_warranty_block .row .col-md-7, .home_warranty_block .row .col-md-5 {
		width: 100%;
	}

	.warranty_logo img {
		width: 208px;
		margin: 0 auto;
	}

	.warranty_logo {
		text-align: center;
		margin-bottom: 15px;
	}

	.home_warranty_block .row .col-md-7 .title_text {
		text-align: center;
	}

	.home_warranty_block .row .col-md-7 .title_text .button_groups {
		justify-content: center;
	}

	.testimonial_row .title_text {
		max-width: 370px;
	}

	section.blog_section .col-md-4 {
		width: 50%;
	}
	
	section.hero_section {
		flex-wrap: wrap;
	}

	.hero_section_mobile {
		position: relative;
		width: 100%;
		padding: 50px 0px;
	}

	section.hero_section {
		min-height: auto;
	}

	.hero_repeater {
		min-height: 100%;
	}

	section.hero_section {
		padding: 0px;
		margin: 0px !IMPORTANT;
	}
}

@media(max-width:991px) {
	section.mission_vission .row .col-lg-4.col-md-6.col-12 {
		padding-bottom: 25px;
	}
}

@media(max-width:767px){
	.header_button .button_groups {
		display: none;
	}

	.hero_content {
		text-align: center;
	}

	.hero_content h5 {
		padding: 0px;
	}

	.hero_content h5:before {
		display: none;
	}

	.hero_content h2:before {
		left: 50%;
		transform: translateX(-50%);
	}

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

	.hero_content h2 {
		font-size: 23px;
		line-height: 35px;
	}

	section.about_section .row {
		gap: 25px 0px;
	}

	.title_text {
		text-align: center;
	}

	.title_text .button_groups {
		justify-content: center;
	}

	.title_text h2 br {
		display: none;
	}

	.row.about_info_row .row .col-md-4 {
		width: 100%;
	}

	.service_top {
		justify-content: center;
		gap: 25px 0px;
	}

	.service_top .title_text.white_text {
		max-width: none;
		width: 100%;
	}

	section.realty_support_section .row {
		gap: 25px 0px;
	}

	.title_text li {
		text-align: left;
	}

	section.our_process_section .row {
		gap: 25px 0px;
	}

	.testimonial_row {
		flex-direction: column;
		gap: 25px 0px;
	}

	.testimonial_row .title_text {
		max-width: none;
		width: 100%;
	}

	.image_gallery_review img {
		height: 14px;
	}

	.name_review h4 {
		font-size: 14px;
	}

	.testiminial_name_ratting {
		flex-wrap: wrap;
		gap: 25px 0px;
	}

	.testimonial_block {
		padding: 20px;
		border-radius: 14px;
	}

	section.blog_section .col-md-4 {
		width: 100%;
	}

	.footer_widget {
		width: 100%;
	}

	.footer_logo a img {
		width: 220px;
	}

	.copyright_section p, .copyright_section p a {
		text-align: center;
	}
	.common-hero-banner {
        padding: 40px 0px;
    }
	.about-hero-title h1 {
        font-size: 28px;
    }
	.home_safe_image img, .benefit_image img {
		margin-bottom: 25px;
	}
	section.benefit_sec .row {
		flex-direction: column-reverse;
	}
	.service_cta_row {
		padding: 25px;
		margin: 0;
	}
	button.accordion-button {
        font-size: 16px;
    }
	.post__detail .post h2{
		    font-size: 24px;
	}
	
	.post__detail .post h3{
		font-size: 22px;
	}
	
	.post__detail .post h4{
		font-size: 20px;
	}
	
	.sidebar__data h4 {
		font-size: 20px;
	}
	.single__post__sidebar {
		position: inherit;
		margin-top: 30px;
	}
	.contact-page-info {
        min-height: 450px;
    }
	ul.contact_social_media li a img {
		width: 40px;
	}
	.footer_widget_inner {
		margin-top: 30px;
	}
	.innovation_img img, .what_we_do_img img {
		margin-bottom: 25px;
	}
	section.what_we_do .row {
		flex-direction: column-reverse;
	}
	section.what_we_do {
		padding: 60px 0px 0 0;
	}
	.privacy-policy-inn h3 {
        font-size: 19px;
    }
	section.privacy-policy-content {
		padding: 60px 0px 20px 0;
	}
	.privacy-policy-inn {
		text-align: left;
	}
}


@media(max-width:510px){
	.announcement_bar {
		display: none;
	}

	.hero_content h2 {
		font-size: 20px;
		line-height: 32px;
	}

	.button_groups a {
		min-width: auto;
	}

	.fild_half {
		width: 100%;
	}

	.title_text h2 {
		font-size: 20px;
	}
	.about_us_title h1 {
		font-size: 20px;
	}

	.processs_video_button {
		width: 50px;
	}

	section.gallery-section .row {
		gap: 10px 0px;
	}

	section.gallery-section .row .col-lg-4 {
		padding: 0px 5px;
	}
	
	.footer_widget h4 {
		font-size: 14px;
	}
	
	footer.site_footer {
		padding-top: 90px;
	}

	.home_warranty_block {
		padding: 25px 15px;
	}

	.years_exp h2 {
		font-size: 56px;
		text-shadow: 2px 2px #055B95;
	}
	
	.title_text h4 a {
		display: inline-block;
	}
	.about-hero-title h1 {
        font-size: 24px;
    }
}
.contact_info .contact_info_row:nth-child(3) {
    display: none;
}
ul.contact_footer li:nth-child(3) {
    display: none;
}
