/*!
Theme Name: Roofsie
Theme URI: http://bracketweb.com/roofsiewp
Author: Layerdrops
Author URI: https://themeforest.net/user/layerdrops
Description: Roofsie is the perfect WordPress Theme for your roofing business. It has a very modern and creative look. We designed this template, especially for metal roofing, industrial roofing, construction, roof installation, maintenance, renovation, repair service, roof repair, roofers, roofing services, and roofing companies related to any business website.
Version: 1.1
Tested up to: 5.8
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: roofsie
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned.

roofsie is based on Underscores https://underscores.me/, (C) 2012-2020 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Generic
	- Normalize
	- Box sizing
# Base
	- Typography
	- Elements
	- Links
	- Forms
## Layouts
# Components
	- Navigation
	- Posts and pages
	- Comments
	- Widgets
	- Media
	- Captions
	- Galleries
# plugins
	- Jetpack infinite scroll
# Utilities
	- Accessibility
	- Alignments
# Templates
	- Common
	- Navigations One
	- Navigations Two
	- Animations
	- Zoom Fade Css
	- Mobile Nav
	- Search Popup
	- Banner One
	- Main Slider Two
	- Welcome One
	- Counter One
	- We Change
	- We Make
	- Services One
	- Portfolio One
	- Brand One
	- Testimonials Two
	- Two Boxes
	- Video One
	- Reasons One
	- Blog One
	- CTA One
	- Site Footer
	- Areas Of Practice
	- Build Business
	- Web Solutions
	- Team One
	- Watch Video
	- Core Features
	- Blog Two
	- Google Map
	- Get In Touch
	- CTA Two
	- Portfolio Two
	- Page Header
	- Service Details
	- Blog Sidebar
	- Sidebar
	- Blog Details
		- Comments
	- Portfolio Page
	- Portfolio Details
	- Similar Work
	- Portfolio Details Full
	- Reasons
	- Error Page
	- Contact Page
	- Contact Page Google Map
--------------------------------------------------------------*/
:root {
  --roofsie-font: "Manrope", sans-serif;
  --roofsie-reey-font: "reeyregular";
  --roofsie-gray: #6c6b6f;
  --roofsie-gray-rgb: 108, 107, 111;
  --roofsie-white: #ffffff;
  --roofsie-white-rgb: 255, 255, 255;
  --roofsie-primary: #f4f1ee;
  --roofsie-primary-rgb: 244, 241, 238;
  --roofsie-black: #1c1b1f;
  --roofsie-black-rgb: 28, 27, 31;
  --roofsie-base: #ff4f47;
  --roofsie-base-rgb: 255, 79, 71;
  --roofsie-extra: #f6f6f6;
  --roofsie-extra-rgb: 246, 246, 246;
  --roofsie-bdr-color: #e3e3e3;
  --roofsie-bdr-color-rgb: 227, 227, 227;
  --roofsie-bdr-radius: 5px;
}

/*--------------------------------------------------------------
# Base
--------------------------------------------------------------*/
/* Typography
--------------------------------------------- */
body,
button,
input,
select,
optgroup,
textarea {
  color: var(--roofsie-gray, #6c6b6f);
  font-family: var(--roofsie-font, "Manrope", sans-serif);
  font-size: 1rem;
  line-height: 1.5;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  clear: both;
  font-weight: 500;
}

p {
  margin-bottom: 1.5em;
}

dfn,
cite,
em,
i {
  font-style: italic;
}

blockquote {
  margin: 0 1.5em;
}

address {
  margin: 0 0 1.5em;
}

pre {
  background: #eee;
  font-family: "Courier 10 Pitch", courier, monospace;
  line-height: 1.6;
  margin-bottom: 1.6em;
  max-width: 100%;
  overflow: auto;
  padding: 1.6em;
}

code,
kbd,
tt,
var {
  font-family: monaco, consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
}

abbr,
acronym {
  border-bottom: 1px dotted var(--roofsie-gray, #6c6b6f);
  cursor: help;
}

mark,
ins {
  background: var(--roofsie-bdr-color, #e3e3e3);
  text-decoration: none;
}

big {
  font-size: 125%;
}

b,
strong {
  color: var(--roofsie-black);
}

/* Elements
--------------------------------------------- */
body {
  background: #fff;
}

hr {
  background-color: var(--roofsie-bdr-color, #e3e3e3);
  border: 0;
  height: 1px;
  margin-bottom: 1.5em;
}

ul,
ol {
  margin: 0 0 0.5em 3em;
  padding-left: 1em;
}

ul {
  list-style: disc;
}

ol {
  list-style: decimal;
}

li > ul,
li > ol {
  margin-bottom: 0;
  margin-left: 1.5em;
}

dt {
  font-weight: 700;
}

dd {
  margin: 0 1.5em 1.5em;
}

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
  max-width: 100%;
}

img {
  height: auto;
  max-width: 100%;
}

figure {
  margin: 1em 0;
}

table {
  margin: 0 0 1.5em;
  width: 100%;
}

table {
  margin: 0 0 1.5em;
  width: 100%;
  max-width: 100%;
}

tr {
  display: table-row;
  vertical-align: inherit;
  border-color: inherit;
}

table > tbody > tr > td,
table > tbody > tr > th,
table > tfoot > tr > td,
table > tfoot > tr > th,
table > thead > tr > td,
table > thead > tr > th {
  padding: 8px;
  vertical-align: middle;
  border: 1px solid var(--roofsie-bdr-color, #e3e3e3);
  border-top: 1px solid var(--roofsie-bdr-color, #e3e3e3);
  font-size: 16px;
}

table > tbody > tr > td,
table > tbody > tr > th,
table > tfoot > tr > td,
table > tfoot > tr > th,
table > thead > tr > td,
table > thead > tr > th {
  padding: 8px;
  vertical-align: middle;
  border: 1px solid var(--roofsie-bdr-color, #e3e3e3);
  border-top: 1px solid var(--roofsie-bdr-color, #e3e3e3);
  font-size: 16px;
}

/* Links
--------------------------------------------- */
a {
  color: var(--roofsie-black);
}
a:hover, a:focus, a:active {
  color: var(--roofsie-base);
}
a:focus {
  outline: none;
}
a:hover, a:active {
  outline: none;
}

/* Forms
--------------------------------------------- */
button,
input[type=button],
input[type=reset],
input[type=submit] {
  border: 1px solid;
  border-color: var(--roofsie-bdr-color, #e3e3e3) var(--roofsie-bdr-color, #e3e3e3) var(--roofsie-bdr-color, #e3e3e3);
  background: var(--roofsie-bdr-color, #e3e3e3);
  color: rgba(0, 0, 0, 0.8);
  line-height: 1;
  padding: 0.6em 1em 0.4em;
}
button:hover,
input[type=button]:hover,
input[type=reset]:hover,
input[type=submit]:hover {
  border-color: var(--roofsie-bdr-color, #e3e3e3) var(--roofsie-bdr-color, #e3e3e3) var(--roofsie-bdr-color, #e3e3e3);
}
button:active, button:focus,
input[type=button]:active,
input[type=button]:focus,
input[type=reset]:active,
input[type=reset]:focus,
input[type=submit]:active,
input[type=submit]:focus {
  border-color: var(--roofsie-bdr-color, #e3e3e3) var(--roofsie-bdr-color, #e3e3e3) var(--roofsie-bdr-color, #e3e3e3);
}

.wp-block-button:not(.wp-block-button.align-left) {
  margin-bottom: 20px;
}

.blog-details__content .wp-block-button a:hover {
  background-color: var(--roofsie-base, #ff4f47);
  border-color: var(--roofsie-base, #ff4f47);
  color: var(--roofsie-white, #ffffff);
}

.blog-details__content .wp-block-button a {
  transition: all 500ms ease;
}

.blog-details__content .wp-block-button.is-style-squared a {
  border-radius: 0;
}

input[type=text],
input[type=email],
input[type=url],
input[type=password],
input[type=search],
input[type=number],
input[type=tel],
input[type=range],
input[type=date],
input[type=month],
input[type=week],
input[type=time],
input[type=datetime],
input[type=datetime-local],
input[type=color],
textarea {
  color: var(--roofsie-gray, #6c6b6f);
  border: 1px solid var(--roofsie-bdr-color, #e3e3e3);
  border-radius: 0px;
  padding: 3px;
}
input[type=text]:focus,
input[type=email]:focus,
input[type=url]:focus,
input[type=password]:focus,
input[type=search]:focus,
input[type=number]:focus,
input[type=tel]:focus,
input[type=range]:focus,
input[type=date]:focus,
input[type=month]:focus,
input[type=week]:focus,
input[type=time]:focus,
input[type=datetime]:focus,
input[type=datetime-local]:focus,
input[type=color]:focus,
textarea:focus {
  color: var(--roofsie-gray, #6c6b6f);
}

/* clears the ‘X’ from Internet Explorer */
input[type=search]::-ms-clear {
  display: none;
  width: 0;
  height: 0;
}

input[type=search]::-ms-reveal {
  display: none;
  width: 0;
  height: 0;
}

/* clears the ‘X’ from Chrome */
input[type=search]::-webkit-search-decoration,
input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-results-button,
input[type=search]::-webkit-search-results-decoration {
  display: none;
}

select {
  border: 1px solid var(--roofsie-bdr-color, #e3e3e3);
}

textarea {
  width: 100%;
}

/*--------------------------------------------------------------
# Layouts
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Components
--------------------------------------------------------------*/
/* Navigation
--------------------------------------------- */
.site-main .comment-navigation,
.site-main .posts-navigation,
.site-main .post-navigation {
  margin: 0 0 1.5em;
}
.comment-navigation .nav-links,
.posts-navigation .nav-links,
.post-navigation .nav-links {
  display: flex;
}
.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
  flex: 1 0 50%;
}
.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
  text-align: end;
  flex: 1 0 50%;
}

/* Posts and pages
--------------------------------------------- */
.sticky {
  display: block;
}

.post,
.page {
  margin: 0 0 0em;
}

.updated:not(.published) {
  display: none;
}

.page-content,
.entry-content,
.entry-summary {
  margin: 1.5em 0 0;
}

.page-links {
  clear: both;
  margin: 0 0 1.5em;
}

/* Comments
--------------------------------------------- */
.comment-content a {
  word-wrap: break-word;
}

.bypostauthor {
  display: block;
}

.comments-area {
  position: relative;
}

.comments-area .comment-list {
  margin: 0;
  padding: 0;
  list-style: none;
}

.comments-area .comment-list ul.children {
  margin: 0;
  list-style: none;
  padding-left: 3em;
}
@media (max-width: 575px) {
  .comments-area .comment-list ul.children {
    padding-left: 1em;
  }
}

.comments-area .comment-box {
  position: relative;
  margin-bottom: 60px;
  padding-bottom: 60px;
  border-bottom: 1px solid var(--roofsie-bdr-color, #e3e3e3);
}

.comments-area .comment {
  position: relative;
  min-height: 90px;
}

.comments-area .comment-box .author-thumb {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 90px;
  height: 90px;
  border-radius: 50%;
  margin-bottom: 20px;
  overflow: hidden;
}

.comments-area .comment-box .author-thumb img {
  width: 90px;
  height: 90px;
  display: block;
  border-radius: 50%;
}

.comments-area .comment-box .info {
  position: relative;
  margin-bottom: 25px;
  line-height: 24px;
}

.comments-area .comment-box .info .name {
  position: relative;
  display: block;
  font-size: 24px;
  line-height: 30px;
  font-weight: 800;
  color: var(--roofsie-black, #1c1b1f);
  text-transform: uppercase;
}

.comments-area .comment-box .info .date {
  position: relative;
  display: inline-block;
  font-size: 16px;
  line-height: 26px;
  font-weight: 600;
  color: var(--roofsie-primary, #f4f1ee);
}

.comments-area .comment-box .text {
  position: relative;
  display: block;
  color: var(--roofsie-gray, #6c6b6f);
  font-weight: 300;
  line-height: 1.5em;
  letter-spacing: 0.1em;
  margin-bottom: 30px;
}

.comments-area .comment-box .reply-btn {
  position: relative;
  display: block;
}

.comments-area .comment-box .theme-btn .btn-title {
  padding: 6px 30px 4px;
  line-height: 30px;
}

.comments-area .comment-body .says {
  display: none;
}

.comments-area .comment-body {
  position: relative;
  padding-left: 120px;
  margin-bottom: 60px;
  padding-bottom: 60px;
  border-bottom: 1px solid var(--roofsie-bdr-color, #e3e3e3);
}
@media (max-width: 767px) {
  .comments-area .comment-body {
    padding-left: 0;
  }
}

.comments-area .pingback .comment-body,
.comments-area .trackback .comment-body {
  padding-left: 0;
}

.comments-area .comment-body .avatar {
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 50%;
}
@media (max-width: 767px) {
  .comments-area .comment-body .avatar {
    position: relative;
    margin-bottom: 30px;
  }
}

.comments-area .fn a,
.comments-area .fn {
  position: relative;
  display: block;
  font-size: 20px;
  line-height: 30px;
  font-weight: 500;
  color: var(--roofsie-black, #1c1b1f);
  text-decoration: none;
  font-family: var(--roofsie-font, "Manrope", sans-serif);
}

.comments-area .comment-body .comment-metadata {
  margin-bottom: 25px;
}

.comments-area .comment-body .comment-metadata a {
  position: relative;
  display: inline-block;
  font-size: 14px;
  line-height: 26px;
  font-weight: 700;
  color: var(--roofsie-base, #ff4f47);
  text-decoration: none;
}

.comments-area .comment-body .comment-metadata a:hover {
  color: var(--roofsie-black, #1c1b1f);
}

.comments-area .comment-body .comment-metadata .edit-link a::before {
  content: ".";
  margin-left: 8px;
  margin-right: 10px;
}

.comments-area .comment-content p {
  position: relative;
  display: block;
  color: var(--roofsie-gray, #6c6b6f);
  font-weight: 300;
  line-height: 1.5em;
  margin-bottom: 1.5em;
  font-size: 16px;
  line-height: 2em;
  font-family: var(--roofsie-font, "Manrope", sans-serif);
  letter-spacing: 0;
  font-weight: 500;
}

.comments-area .comment-content table a {
  color: var(--roofsie-primary, #f4f1ee);
  text-decoration: none;
}

.comments-area .comment-content table a {
  color: var(--roofsie-black, #1c1b1f);
}

.comments-area .comment-content table a:hover {
  color: var(--roofsie-primary, #f4f1ee);
}

.comments-area .comment-content p:last-of-type {
  margin-bottom: 0;
}

.comments-area .reply a {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  -webkit-appearance: none;
  outline: none !important;
  background-color: var(--roofsie-base);
  color: var(--roofsie-white);
  font-size: 12px;
  font-weight: 700;
  padding: 5px 30px;
  transition: all 0.3s linear;
  overflow: hidden;
  z-index: 1;
  font-family: var(--roofsie-font-two);
  text-transform: uppercase;
  letter-spacing: 0.1em;
  border-radius: 5px;
  overflow: hidden;
  margin-top: 30px;
}

.comments-area .reply a:before {
  transition-duration: 800ms;
  position: absolute;
  width: 200%;
  height: 200%;
  content: "";
  top: 110%;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  border-radius: 50%;
  z-index: -1;
  background-color: var(--roofsie-black);
}

.comments-area .reply a:hover:before {
  top: -40%;
}

@media (min-width: 992px) {
  .comments-area .reply a {
    margin-top: 0;
    position: absolute;
    top: 0;
    right: 0;
  }
}
.comments-area .blog-pagination a,
.comments-area .blog-pagination span {
  margin-bottom: 54px;
}

.comment-respond .blog-details__content-title {
  margin-bottom: 50px;
}

.reply-form .logged-in-as {
  display: flex;
  color: var(--roofsie-base, #ff4f47);
  margin-left: -10px;
  margin-top: -40px;
  margin-bottom: 20px;
}

.reply-form .logged-in-as a:hover {
  color: var(--roofsie-base, #ff4f47);
}

.reply-form .logged-in-as a {
  text-decoration: none;
  margin-left: 10px;
  margin-right: 10px;
  margin-bottom: 2px;
}

.comment-form__title small {
  font-size: 20px;
}

.comment-form__title small a {
  text-decoration: none;
  color: var(--roofsie-base, #ff4f47);
  text-decoration: underline;
}

.comment-form__title small a:hover {
  color: var(--roofsie-black, #1c1b1f);
  opacity: 0.5;
}

.comment-list .comment-respond {
  margin-bottom: 30px;
}

.reply-form .form-submit {
  margin-bottom: 0;
}

.comment-list .reply-form .form-submit {
  margin-bottom: 30px;
}

.comments-area .comment-content ol,
.comments-area .comment-content ul {
  margin-bottom: 0.5em;
}

/* Widgets
--------------------------------------------- */
.widget {
  margin: 0 0 1.5em;
}
.widget select {
  max-width: 100%;
}

.sidebar .widget ul,
.sidebar__single ul {
  margin-left: 0;
  padding-left: 0;
  list-style: none;
}
.sidebar .widget ul ul,
.sidebar__single ul ul {
  padding-left: 0.5em;
  margin-top: 10px;
}

.widget-area .widget h2,
.widget .sidebar__title {
  font-size: 20px;
  margin-bottom: 30px;
  font-weight: 800;
}

.sidebar .widget select,
.sidebar__single select {
  width: 100%;
  height: 70px;
  background-color: var(--roofsie-white, #ffffff);
  border: 1px solid var(--roofsie-bdr-color, #e3e3e3);
  outline: none;
  color: var(--roofsie-gray, #6c6b6f);
  font-size: 16px;
  font-weight: 400;
  padding-left: 30px;
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  font-family: var(--roofsie-font, "Manrope", sans-serif);
  background-image: url('data:image/svg+xml;utf8,<svg version="1.1" xmlns="http://www.w3.org/2000/svg" width="1024" height="1024" viewBox="0 0 1024 1024"><path fill="currentColor" d="M540.1 776.847l472.32-473.63c15.466-15.518 15.44-40.642-0.080-56.134-15.518-15.48-40.656-15.44-56.134 0.080l-444.208 445.438-444.206-445.454c-15.48-15.518-40.602-15.558-56.122-0.080-7.78 7.766-11.67 17.94-11.67 28.114 0 10.148 3.864 20.282 11.59 28.034l472.308 473.632c7.436 7.474 17.556 11.668 28.1 11.668s20.652-4.206 28.102-11.668z"></path></svg>');
  background-repeat: no-repeat;
  background-position: right 30px top 50%;
  background-size: 0.65em auto;
  border-radius: var(--roofsie-bdr-radius, 0);
}

.sidebar .widget,
.sidebar__single {
  position: relative;
  display: block;
  padding: 45px 50px 50px;
  background-color: var(--roofsie-primary);
  border-radius: 10px;
}

.sidebar .widget ul li,
.sidebar__single ul li {
  position: relative;
}
.sidebar .widget ul li::after,
.sidebar__single ul li::after {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f105";
  position: absolute;
  top: 0px;
  right: 0;
}

.sidebar .widget.widget_rss,
.sidebar__single.widget_rss {
  padding-bottom: 40px;
}

.sidebar .widget.widget_rss ul,
.sidebar__single.widget_rss ul {
  list-style: none;
}

.sidebar .widget.widget_rss ul li,
.sidebar__single.widget_rss ul li {
  position: relative;
}
.sidebar .widget.widget_rss ul li ::after,
.sidebar__single.widget_rss ul li ::after {
  content: "";
}
.sidebar .widget.widget_rss ul li + li,
.sidebar__single.widget_rss ul li + li {
  margin-top: 10px;
}

.sidebar .widget.widget_rss li .rsswidget,
.sidebar__single.widget_rss li .rsswidget {
  color: var(--roofsie-black, #1c1b1f);
  line-height: 1.5em;
  font-weight: 500;
  font-size: 18px;
  display: block;
  font-family: var(--roofsie-font, "Manrope", sans-serif);
}

.sidebar .widget p,
.sidebar__single p,
.sidebar__single p,
.sidebar__single.widget_rss li .rssSummary {
  font-size: 16px;
  line-height: 32px;
}

.sidebar .widget.widget_rss li .rss-date,
.sidebar__single.widget_rss li .rss-date {
  display: flex;
  align-items: center;
  color: var(--roofsie-gray, #6c6b6f);
  font-size: 14px;
  font-weight: 500;
  margin-top: 12px;
  margin-bottom: 10px;
  line-height: 1;
  text-transform: capitalize;
}

.sidebar .widget.widget_rss li .rssSummary,
.sidebar__single.widget_rss li .rssSummary {
  font-size: 16px;
  line-height: 2em;
}

.sidebar .widget.widget_rss li .rss-date::before,
.sidebar__single.widget_rss li .rss-date::before {
  content: "\f017";
  font-family: "Font Awesome 5 Free";
  font-weight: 400;
  font-size: 14px;
  color: var(--roofsie-base, #ff4f47);
  margin-right: 10px;
}

.sidebar .widget.widget_rss cite,
.sidebar__single.widget_rss cite {
  color: var(--roofsie-black, #1c1b1f);
  font-size: 14px;
}

.sidebar .widget .tagcloud,
.sidebar .widget .wp-block-tag-cloud,
.sidebar__single .tagcloud {
  margin-bottom: -10px;
  display: flex;
  flex-wrap: wrap;
  margin-left: -10px;
}

.sidebar .widget .tagcloud a,
.sidebar .widget .wp-block-tag-cloud a,
.sidebar__single .tagcloud a,
.sidebar__single .wp-block-tag-cloud a {
  font-size: 12px !important;
  color: var(--roofsie-black);
  text-transform: uppercase;
  letter-spacing: 0.1em;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  background: var(--roofsie-white);
  display: inline-block;
  padding: 6px 28px 4px;
  margin-left: 5px;
  font-weight: 800;
  border-radius: var(--roofsie-bdr-radius);
  margin-bottom: 10px;
}
.sidebar .widget .tagcloud a:hover,
.sidebar .widget .wp-block-tag-cloud a:hover,
.sidebar__single .tagcloud a:hover,
.sidebar__single .wp-block-tag-cloud a:hover {
  color: var(--roofsie-white, #ffffff);
  background: var(--roofsie-base, #ff4f47);
}

.sidebar .widget .wp-block-search input[type=search],
.sidebar__single .wp-block-search input[type=search] {
  background-color: var(--roofsie-white, #ffffff);
  height: 70px;
  font-weight: 400;
  padding-left: 25px;
  padding-right: 15px;
  padding-top: 0;
  padding-bottom: 0;
  border-radius: 0;
}

.sidebar .widget .wp-block-search .wp-block-search__button,
.sidebar__single .wp-block-search .wp-block-search__button {
  padding: 15px 20px;
  text-transform: capitalize;
  color: var(--roofsie-white, #ffffff);
  background-color: var(--roofsie-black, #1c1b1f);
  line-height: 1;
  fill: var(--roofsie-white, #ffffff);
  border-radius: 0;
  margin-left: 0;
  transition: all 500ms ease;
}

.sidebar .widget .wp-block-search .wp-block-search__button:hover,
.sidebar__single .wp-block-search .wp-block-search__button:hover {
  background-color: var(--roofsie-base, #ff4f47);
  color: var(--roofsie-white, #ffffff);
  fill: var(--roofsie-white, #ffffff);
}

.sidebar .widget:last-child,
.sidebar__single.widget:last-child {
  margin-bottom: 0;
}

.wp-calendar-table {
  margin-bottom: 0;
}
.wp-calendar-table th,
.wp-calendar-table td {
  text-align: center;
}
.wp-calendar-table caption {
  padding: 0;
  text-align: center;
  color: var(--roofsie-black, #1c1b1f);
  padding-top: 5px;
  padding-bottom: 5px;
}

.wp-calendar-nav {
  line-height: 1;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.wp-calendar-nav a {
  color: var(--roofsie-black, #1c1b1f);
  transition: all 500ms ease;
}
.wp-calendar-nav a:hover {
  color: var(--roofsie-primary, #f4f1ee);
}

.sidebar .widget .calendar_wrap .wp-calendar-table thead th,
.sidebar__single .calendar_wrap .wp-calendar-table thead th {
  text-align: center;
  color: var(--roofsie-white, #ffffff);
  font-weight: 400;
  font-size: 18px;
  border: none;
  background-color: var(--roofsie-black, #1c1b1f);
}

.sidebar .widget .calendar_wrap .wp-calendar-table thead th:first-child,
.sidebar__single .calendar_wrap .wp-calendar-table thead th:first-child {
  border-top-left-radius: var(--roofsie-bdr-radius, 0);
}

.sidebar .widget .calendar_wrap .wp-calendar-table thead th:last-child,
.sidebar__single .calendar_wrap .wp-calendar-table thead th:last-child {
  border-top-right-radius: var(--roofsie-bdr-radius, 0);
}

.wp-block-calendar .wp-calendar-table caption {
  padding-bottom: 0;
  line-height: 1;
  text-align: center;
  font-size: 18px;
  margin-top: 10px;
}

.wp-block-calendar .wp-calendar-nav {
  margin-bottom: 0px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.wp-block-calendar .wp-calendar-nav a {
  text-decoration: none;
  line-height: 1;
  color: var(--roofsie-black, #1c1b1f);
  text-transform: uppercase;
  font-weight: 400;
  transition: all 500ms ease;
}

.sidebar .widget ul,
.sidebar__single ul {
  list-style: none;
}
.sidebar .widget .widget-title,
.sidebar__single .widget-title {
  display: flex;
  align-items: center;
}
.sidebar .widget .widget-title .rss-widget-icon,
.sidebar__single .widget-title .rss-widget-icon {
  position: relative;
  top: -2px;
  margin-right: 5px;
}
.sidebar .widget .widget-title a,
.sidebar__single .widget-title a {
  color: inherit;
  transition: all 500ms ease;
}
.sidebar .widget .widget-title a:hover,
.sidebar__single .widget-title a:hover {
  color: var(--roofsie-base, #ff4f47);
}
.sidebar .widget.widget_categories > ul, .sidebar .widget.widget_nav_menu > ul, .sidebar .widget.widget_meta > ul, .sidebar .widget.widget_pages > ul, .sidebar .widget.widget_archive > ul,
.sidebar__single.widget_categories > ul,
.sidebar__single.widget_nav_menu > ul,
.sidebar__single.widget_meta > ul,
.sidebar__single.widget_pages > ul,
.sidebar__single.widget_archive > ul {
  margin-top: -8px;
  padding-left: 0;
}
.sidebar .widget.widget_categories > ul ul, .sidebar .widget.widget_nav_menu > ul ul, .sidebar .widget.widget_meta > ul ul, .sidebar .widget.widget_pages > ul ul, .sidebar .widget.widget_archive > ul ul,
.sidebar__single.widget_categories > ul ul,
.sidebar__single.widget_nav_menu > ul ul,
.sidebar__single.widget_meta > ul ul,
.sidebar__single.widget_pages > ul ul,
.sidebar__single.widget_archive > ul ul {
  margin-top: 10px;
  padding-left: 0.7em;
}
.sidebar .widget.widget_categories li, .sidebar .widget.widget_nav_menu li, .sidebar .widget.widget_meta li, .sidebar .widget.widget_pages li, .sidebar .widget.widget_archive li,
.sidebar__single.widget_categories li,
.sidebar__single.widget_nav_menu li,
.sidebar__single.widget_meta li,
.sidebar__single.widget_pages li,
.sidebar__single.widget_archive li {
  font-size: 16px;
}
.sidebar .widget.widget_categories li + li, .sidebar .widget.widget_nav_menu li + li, .sidebar .widget.widget_meta li + li, .sidebar .widget.widget_pages li + li, .sidebar .widget.widget_archive li + li,
.sidebar__single.widget_categories li + li,
.sidebar__single.widget_nav_menu li + li,
.sidebar__single.widget_meta li + li,
.sidebar__single.widget_pages li + li,
.sidebar__single.widget_archive li + li {
  margin-top: 10px;
}
.sidebar .widget.widget_recent_entries ul, .sidebar .widget.widget_recent_comments ul,
.sidebar__single.widget_recent_entries ul,
.sidebar__single.widget_recent_comments ul {
  padding: 0;
}
.sidebar .widget.widget_recent_entries ul li ::after, .sidebar .widget.widget_recent_comments ul li ::after,
.sidebar__single.widget_recent_entries ul li ::after,
.sidebar__single.widget_recent_comments ul li ::after {
  display: none;
}
.sidebar .widget.widget_recent_entries ul li, .sidebar .widget.widget_recent_comments ul li,
.sidebar__single.widget_recent_entries ul li,
.sidebar__single.widget_recent_comments ul li {
  padding-left: 65px;
  font-size: 16px;
  margin: 0;
  line-height: 26px;
  color: var(--roofsie-gray, #6c6b6f);
}
.sidebar .widget.widget_recent_entries ul li + li, .sidebar .widget.widget_recent_comments ul li + li,
.sidebar__single.widget_recent_entries ul li + li,
.sidebar__single.widget_recent_comments ul li + li {
  margin-top: 23px;
}
.sidebar .widget.widget_recent_entries ul li a, .sidebar .widget.widget_recent_comments ul li a,
.sidebar__single.widget_recent_entries ul li a,
.sidebar__single.widget_recent_comments ul li a {
  color: inherit;
  transition: all 500ms ease;
}
.sidebar .widget.widget_recent_entries ul li a:hover, .sidebar .widget.widget_recent_comments ul li a:hover,
.sidebar__single.widget_recent_entries ul li a:hover,
.sidebar__single.widget_recent_comments ul li a:hover {
  color: var(--roofsie-black, #1c1b1f);
}
.sidebar .widget.widget_recent_entries ul li::before, .sidebar .widget.widget_recent_comments ul li::before,
.sidebar__single.widget_recent_entries ul li::before,
.sidebar__single.widget_recent_comments ul li::before {
  height: 45px;
  width: 45px;
  background-color: var(--roofsie-white, #ffffff);
  border-radius: 50%;
  font-size: 15px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 4px;
  left: 0;
  transition: all 0.4s ease;
  content: "\f075";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  color: var(--roofsie-black, #1c1b1f);
}
.sidebar .widget.widget_recent_entries ul:hover::before, .sidebar .widget.widget_recent_comments ul:hover::before,
.sidebar__single.widget_recent_entries ul:hover::before,
.sidebar__single.widget_recent_comments ul:hover::before {
  background-color: var(--roofsie-primary, #f4f1ee);
  color: var(--roofsie-white, #ffffff);
}
.sidebar .widget.widget_recent_entries li,
.sidebar__single.widget_recent_entries li {
  min-height: 45px;
  display: flex;
  align-items: center;
}
.sidebar .widget.widget_recent_entries ul li::before,
.sidebar__single.widget_recent_entries ul li::before {
  content: "\f044";
}
.sidebar .widget.widget_rss ul,
.sidebar__single.widget_rss ul {
  padding: 0;
  margin-top: -10px;
}
.sidebar .widget.recent-posts-widget-with-thumbnails ul,
.sidebar__single.recent-posts-widget-with-thumbnails ul {
  margin: -20px !important;
}
.sidebar .widget.recent-posts-widget-with-thumbnails ul li ::after,
.sidebar__single.recent-posts-widget-with-thumbnails ul li ::after {
  display: none;
}
.sidebar .widget.recent-posts-widget-with-thumbnails ul li,
.sidebar__single.recent-posts-widget-with-thumbnails ul li {
  display: flex;
  flex-direction: column-reverse;
  position: relative;
  padding: 20px;
  padding-left: 105px;
  position: relative;
  margin-bottom: 0;
  transition: all 500ms ease;
  border-radius: var(--roofsie-bdr-radius, 0);
}
.sidebar .widget.recent-posts-widget-with-thumbnails ul li:hover,
.sidebar__single.recent-posts-widget-with-thumbnails ul li:hover {
  background-color: #fff;
}
.sidebar .widget.recent-posts-widget-with-thumbnails ul li img,
.sidebar__single.recent-posts-widget-with-thumbnails ul li img {
  margin: 0;
  position: absolute;
  top: 21px;
  left: 20px;
  width: 70px;
  height: auto;
  background-color: var(--roofsie-black, #1c1b1f);
  border-radius: 10px;
}
.sidebar .widget.recent-posts-widget-with-thumbnails ul li .rpwwt-post-date::before,
.sidebar__single.recent-posts-widget-with-thumbnails ul li .rpwwt-post-date::before {
  content: "\f017";
  font-weight: 400;
  font-family: "Font Awesome 5 Free";
  margin-right: 5px;
  color: var(--roofsie-primary, #f4f1ee);
}
.sidebar .widget.recent-posts-widget-with-thumbnails ul li .rpwwt-post-author::before,
.sidebar__single.recent-posts-widget-with-thumbnails ul li .rpwwt-post-author::before {
  content: "\f2bd";
  font-weight: 400;
  font-family: "Font Awesome 5 Free";
  margin-right: 5px;
  color: var(--roofsie-base, #ff4f47);
}
.sidebar .widget.recent-posts-widget-with-thumbnails ul li .rpwwt-post-title,
.sidebar__single.recent-posts-widget-with-thumbnails ul li .rpwwt-post-title {
  color: var(--roofsie-black, #1c1b1f);
  transition: all 500ms ease;
  margin-top: 3px;
  display: block;
  font-family: var(--roofsie-font-two);
  font-weight: 700;
  font-size: 16px;
  line-height: 26px;
}
.sidebar .widget.recent-posts-widget-with-thumbnails ul li .rpwwt-post-title:hover,
.sidebar__single.recent-posts-widget-with-thumbnails ul li .rpwwt-post-title:hover {
  color: var(--roofsie-base);
}
.sidebar .widget.recent-posts-widget-with-thumbnails ul li .rpwwt-post-author,
.sidebar__single.recent-posts-widget-with-thumbnails ul li .rpwwt-post-author {
  font-size: 14px;
  font-weight: 500;
  color: #7b7d83;
  margin-top: -7px;
}
.sidebar .widget.recent-posts-widget-with-thumbnails ul li .rpwwt-post-date,
.sidebar__single.recent-posts-widget-with-thumbnails ul li .rpwwt-post-date {
  display: flex;
  align-items: center;
  font-size: 14px;
  font-weight: 400;
  color: var(--roofsie-gray, #6c6b6f);
  line-height: 1em;
}
.sidebar .widget.recent-posts-widget-with-thumbnails ul li .rpwwt-post-comments-number,
.sidebar__single.recent-posts-widget-with-thumbnails ul li .rpwwt-post-comments-number {
  display: flex;
  align-items: center;
  font-size: 14px;
  font-weight: 400;
  color: var(--roofsie-gray, #6c6b6f);
}
.sidebar .widget.recent-posts-widget-with-thumbnails ul li .rpwwt-post-comments-number::before,
.sidebar__single.recent-posts-widget-with-thumbnails ul li .rpwwt-post-comments-number::before {
  content: "\f086";
  font-weight: 400;
  font-family: "Font Awesome 5 Free";
  margin-right: 5px;
  color: var(--roofsie-primary, #3c72fc);
  font-size: 12px;
}

.news-one .blog-pagination {
  justify-content: center;
  margin-top: 30px;
}

.sidebar .widget .wp-block-categories,
.sidebar__single .wp-block-categories {
  padding-left: 0;
}

.sidebar .widget .wp-block-categories li,
.sidebar .widget_categories ul li,
.sidebar__single .widget_categories ul li,
.sidebar__single .wp-block-categories li {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.sidebar .widget .wp-block-categories li::after,
.sidebar .widget_categories ul li::after,
.sidebar__single .widget_categories ul li::after,
.sidebar__single .wp-block-categories li::after {
  display: none;
}

.sidebar .widget .wp-block-categories li ul.children,
.sidebar .widget_categories ul li ul.children,
.sidebar__single .widget_categories ul li ul.children,
.sidebar__single .wp-block-categories li ul.children {
  flex: 0 0 100%;
}

.sidebar__single .wp-block-archives.wp-block-archives-list {
  margin-bottom: 0;
}

.sidebar .widget .sidebar__single .wp-block-tag-cloud {
  margin-bottom: -10px;
}
.sidebar .widget .sidebar__single .wp-block-latest-comments__comment-meta {
  font-size: 16px;
  line-height: 26px;
  font-weight: 500;
  color: var(--roofsie-gray, #6c6b6f);
}
.sidebar .widget .sidebar__single .wp-block-categories {
  margin-top: -8px;
  margin-bottom: -8px;
}
.sidebar .widget .sidebar__single .wp-block-categories li + li {
  margin-top: 5px;
}
.sidebar .widget .sidebar__single ul li {
  font-size: 16px;
}
.sidebar .widget .sidebar__single.recent-posts-widget-with-thumbnails {
  padding-bottom: 45px;
}
.sidebar .widget .sidebar__single .wp-block-latest-comments:not(.has-avatar):not(.has-dates) li {
  margin-bottom: 0;
}
.sidebar .widget .sidebar__single .wp-block-latest-comments:not(.has-avatar):not(.has-dates) li + li {
  margin-top: 20px;
}

.widget_nav_menu ul.menu {
  margin-top: -10px;
  margin-bottom: -6px;
}

.widget_recent_entries > ul {
  margin-top: -7px;
}

.sidebar .widget #recentcomments,
.sidebar__single #recentcomments {
  margin-top: -5px;
}

.sidebar .widget.widget_recent_comments ul li:hover::before,
.sidebar__single.widget_recent_comments ul li:hover::before {
  background-color: var(--roofsie-base, #ff4f47);
  color: var(--roofsie-white, #ffffff);
}

.sidebar .widget input[type=email],
.sidebar .widget input[type=search],
.sidebar .widget input[type=password],
.sidebar .widget input[type=text] {
  width: 100%;
  display: block;
  height: 68px;
  background-color: #fff;
  border: 1px solid var(--roofsie-bdr-color, #e3e3e3);
  padding-left: 30px;
  padding-right: 30px;
  color: var(--roofsie-gray, #6c6b6f);
  outline: none;
  font-size: 16px;
}
.sidebar .widget .textwidget > p:first-child {
  margin-top: -10px;
}
.sidebar .widget .wp-block-tag-cloud {
  margin-bottom: -10px;
  margin-left: -10px;
}
.sidebar .widget .wp-block-tag-cloud a {
  font-size: 12px !important;
  color: var(--roofsie-black);
  text-transform: uppercase;
  letter-spacing: 0.1em;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  background: var(--roofsie-white);
  display: inline-block;
  padding: 6px 20px 6px;
  margin-left: 5px;
  font-weight: 800;
  border-radius: var(--roofsie-bdr-radius);
}
.sidebar .widget .wp-block-tag-cloud a:hover {
  color: var(--roofsie-white);
  background: var(--roofsie-base);
}
.sidebar .widget .wp-block-search.wp-block-search__button-inside .wp-block-search__inside-wrapper {
  border-color: var(--roofsie-black, #1c1b1f);
  border-radius: var(--roofsie-bdr-radius, 0);
}
.sidebar .widget .wp-block-search.wp-block-search__button-inside .wp-block-search__inside-wrapper .wp-block-search__button {
  border-radius: var(--roofsie-bdr-radius, 0);
}
.sidebar .widget .wp-calendar-table td {
  padding: 3px 0px;
  font-size: 14px;
}
.sidebar .widget .wp-block-calendar thead th {
  background-color: var(--roofsie-black, #1c1b1f);
  color: #fff;
  border: none;
  font-weight: 400;
}
.sidebar .widget .wp-block-calendar thead th:first-child {
  border-top-left-radius: var(--roofsie-bdr-radius, 0);
}
.sidebar .widget .wp-block-calendar thead th:last-child {
  border-top-right-radius: var(--roofsie-bdr-radius, 0);
}
.sidebar .widget .wp-calendar-table td {
  color: var(--roofsie-black, #1c1b1f);
}
.sidebar .widget .wp-block-archives {
  margin-top: -10px;
  margin-bottom: -10px;
}
.sidebar .widget .wp-block-archives li + li {
  margin-top: 10px;
}
.sidebar .widget .wp-block-archives li a::after {
  display: none;
}
.sidebar .widget .wp-block-categories-dropdown,
.sidebar .widget .wp-block-archives-dropdown {
  margin-bottom: 0;
}
.sidebar .widget .wp-block-calendar .wp-calendar-table caption {
  padding-top: 3px;
  padding-bottom: 15px;
  color: var(--roofsie-black, #1c1b1f);
  font-weight: 800;
}
.sidebar .widget .wp-block-calendar .wp-calendar-nav a {
  text-transform: capitalize;
  font-weight: 400;
}
.sidebar .widget .wp-block-latest-comments__comment-meta {
  font-family: var(--roofsie-font, "Manrope", sans-serif);
  color: var(--roofsie-black, #1c1b1f);
  font-size: 20px;
  font-weight: 500;
  line-height: 1.5em;
}
.sidebar .widget .wp-block-latest-comments__comment-meta a:hover {
  color: var(--roofsie-base, #ff4f47);
}
.sidebar .widget .wp-block-latest-comments__comment-date {
  display: flex;
  align-items: center;
  font-size: 14px;
  font-weight: 400;
  font-family: var(--roofsie-font, "Manrope", sans-serif);
  text-transform: capitalize;
}
.sidebar .widget .wp-block-latest-comments__comment-date::before {
  content: "\f017";
  margin-right: 5px;
  font-family: "Font Awesome 5 Free";
  font-weight: 400;
  color: var(--roofsie-base, #ff4f47);
}
.sidebar .widget .has-avatar .wp-block-latest-comments__comment-date {
  margin-left: 5px;
}
.sidebar .widget .wp-block-latest-comments__comment:last-child {
  margin-bottom: 0;
}
.sidebar .widget .wp-block-latest-comments__comment-excerpt p:last-child {
  margin-bottom: 0;
}
.sidebar .widget .has-excerpts.wp-block-latest-comments {
  margin-bottom: -7px;
}
.sidebar .widget .wp-block-latest-posts__list li a::after {
  display: none;
}
.sidebar .widget .wp-block-latest-posts__list li ::after {
  display: none;
}
.sidebar .widget .wp-block-latest-posts__list.has-dates li {
  padding-left: 0;
  display: flex;
  flex-wrap: wrap;
}
.sidebar .widget .wp-block-latest-posts__list.has-dates li::before {
  display: none;
}
.sidebar .widget .wp-block-latest-posts__list.has-dates li a::after {
  display: none;
}
.sidebar .widget .wp-block-latest-posts__list {
  margin-bottom: -8px;
}
.sidebar .widget .wp-block-latest-posts__list li > a,
.sidebar .widget .wp-block-latest-posts__list .wp-block-latest-posts__post-excerpt {
  flex: 0 0 100%;
}
.sidebar .widget .wp-block-latest-posts__list .wp-block-latest-posts__post-excerpt {
  font-weight: 500;
  margin-bottom: 0;
  color: var(--roofsie-gray, #6c6b6f);
  font-size: 16px;
  line-height: 32px;
}
.sidebar .widget .wp-block-latest-posts__list li + li {
  margin-top: 10px;
}
.sidebar .widget .wp-block-latest-posts__list li > a {
  font-family: var(--roofsie-font, "Manrope", sans-serif);
  color: var(--roofsie-black, #1c1b1f) !important;
  font-weight: 500;
  font-size: 18px;
}
.sidebar .widget .wp-block-latest-posts__list .wp-block-latest-posts__post-author {
  margin-right: 5px;
}
.sidebar .widget .wp-block-latest-posts__list .wp-block-latest-posts__post-author::before {
  color: var(--roofsie-base, #ff4f47);
  font-weight: 400;
  font-family: "Font Awesome 5 Free";
  content: "\f2bd";
  margin-right: 5px;
}
.sidebar .widget .wp-block-latest-posts__list .wp-block-latest-posts__post-date::before {
  content: "\f017";
  margin-right: 5px;
  font-family: "Font Awesome 5 Free";
  font-weight: 400;
  color: var(--roofsie-base, #ff4f47);
}
.sidebar .widget .wp-block-latest-posts__list .wp-block-latest-posts__post-author,
.sidebar .widget .wp-block-latest-posts__list .wp-block-latest-posts__post-date {
  font-weight: 400;
  font-size: 14px;
  color: var(--roofsie-gray, #6c6b6f);
}
.sidebar .widget .wp-block-archives-list,
.sidebar .widget .wp-block-categories-list,
.sidebar .widget .wp-block-page-list {
  margin-top: -10px;
  margin-bottom: -7px;
}
.sidebar .widget .wp-block-archives-list li,
.sidebar .widget .wp-block-categories-list li,
.sidebar .widget .wp-block-page-list li {
  font-size: 16px;
}
.sidebar .widget .wp-block-archives-list li + li,
.sidebar .widget .wp-block-categories-list li + li,
.sidebar .widget .wp-block-page-list li + li {
  margin-top: 10px;
}
.sidebar .widget .wp-block-rss__item {
  margin-bottom: -10px;
  padding-left: 0;
  display: flex;
  flex-wrap: wrap;
}
.sidebar .widget .wp-block-rss__item::before {
  display: none;
}
.sidebar .widget .wp-block-rss__item a::after {
  display: none;
}
.sidebar .widget .wp-block-rss__item .wp-block-rss__item-title,
.sidebar .widget .wp-block-rss__item .wp-block-rss__item-excerpt {
  flex: 0 0 100%;
}
.sidebar .widget .wp-block-rss__item .wp-block-rss__item-title,
.sidebar .widget .wp-block-rss__item .wp-block-rss__item-excerpt {
  flex: 0 0 100%;
}
.sidebar .widget .wp-block-rss__item .wp-block-rss__item-excerpt {
  font-weight: 400;
  margin-bottom: 0;
  color: var(--roofsie-gray, #6c6b6f);
}
.sidebar .widget .wp-block-rss__item li + li {
  margin-top: 15px;
}
.sidebar .widget .wp-block-rss__item .wp-block-rss__item-title {
  font-family: var(--roofsie-font, "Manrope", sans-serif);
  color: var(--roofsie-black, #1c1b1f);
  font-weight: 500;
  font-size: 20px;
}
.sidebar .widget .wp-block-rss__item .wp-block-rss__item-title::after {
  display: none;
}
.sidebar .widget .wp-block-rss__item .wp-block-rss__item-author {
  margin-right: 5px;
}
.sidebar .widget .wp-block-rss__item .wp-block-rss__item-author::before {
  color: var(--roofsie-base, #ff4f47);
  font-weight: 400;
  font-family: "Font Awesome 5 Free";
  content: "\f2bd";
  margin-right: 5px;
}
.sidebar .widget .wp-block-rss__item .wp-block-rss__item-publish-date::before {
  content: "\f017";
  margin-right: 5px;
  font-family: "Font Awesome 5 Free";
  font-weight: 400;
  color: var(--roofsie-base, #ff4f47);
}
.sidebar .widget .wp-block-rss__item .wp-block-rss__item-author,
.sidebar .widget .wp-block-rss__item .wp-block-rss__item-publish-date {
  font-weight: 400;
  font-size: 14px;
  text-transform: capitalize;
}
.sidebar .widget .wp-block-rss__item .wp-block-rss__item-author {
  margin-left: 10px;
}
.sidebar .widget .has-avatars .wp-block-latest-comments__comment .wp-block-latest-comments__comment-excerpt,
.sidebar .widget .has-avatars .wp-block-latest-comments__comment .wp-block-latest-comments__comment-meta {
  margin-left: 60px;
}
.sidebar .widget #loginform {
  margin-top: -10px;
}
.sidebar .widget #loginform input[type=text],
.sidebar .widget #loginform input[type=password] {
  margin-bottom: 10px;
}
.sidebar .widget #loginform p {
  margin: 0;
}
.sidebar .widget #loginform input[type=checkbox] {
  border: 1px solid var(--roofsie-bdr-color, #e3e3e3);
  width: 15px;
  height: 15px;
  margin-right: 5px;
}
.sidebar .widget #loginform .login-submit .button {
  padding: 25px 39px;
  color: #fff;
  font-size: 16px;
  background-color: var(--roofsie-black, #1c1b1f);
  text-transform: uppercase;
  font-family: var(--roofsie-font, "Manrope", sans-serif);
  transition: all 500ms ease;
  position: relative;
  display: inline-block;
  vertical-align: middle;
  -webkit-appearance: none;
  outline: none !important;
  background-color: var(--roofsie-black, #1c1b1f);
  border-color: var(--roofsie-black, #1c1b1f);
  color: var(--roofsie-white);
  font-size: 16px;
  font-weight: 600;
  text-transform: uppercase;
  z-index: 1;
  font-family: var(--roofsie-font-two);
  letter-spacing: 0.1em;
  border-radius: var(--roofsie-bdr-radius);
}
.sidebar .widget #loginform .login-submit .button:hover {
  color: #fff;
  background-color: var(--roofsie-primary, #f4f1ee);
  border-color: var(--roofsie-black, #1c1b1f);
}
.sidebar .widget .wp-block-latest-comments:not(.has-dates):not(.has-author) .wp-block-latest-comments__comment-meta {
  font-family: var(--roofsie-font, "Manrope", sans-serif);
  font-size: 16px;
  color: var(--roofsie-gray, #6c6b6f) !important;
  text-transform: capitalize;
}
.sidebar .widget .wp-block-latest-comments:not(.has-dates):not(.has-author) .wp-block-latest-comments__comment-meta a {
  color: inherit;
}
.sidebar .widget .wp-block-latest-comments:not(.has-dates):not(.has-author) .wp-block-latest-comments__comment-meta a:hover {
  color: var(--roofsie-primary, #f4f1ee);
}
.sidebar .widget.widget_recent_entries li::after, .sidebar .widget.widget_recent_comments li::after, .sidebar .widget.widget_rss li::after {
  display: none;
}
.sidebar .widget .wp-block-rss li::after {
  display: none;
}
.sidebar .widget .wp-block-rss {
  margin-top: -10px;
  margin-bottom: -7px;
}
.sidebar .widget .wp-block-loginout {
  margin-top: -10px;
  margin-bottom: -7px;
}
.sidebar .widget .wp-block-latest-posts__list {
  margin-top: -10px;
}
.sidebar .widget .wp-block-latest-posts__list li::after {
  display: none;
}
.sidebar .widget .has-dates.has-excerpts.wp-block-latest-comments {
  margin-top: -10px;
}
.sidebar .widget .wp-block-latest-comments .avatar,
.sidebar .widget .wp-block-latest-comments__comment-avatar {
  position: relative;
  top: 4px;
}
.sidebar .widget .has-avatars.has-dates.has-excerpts.wp-block-latest-comments {
  margin-top: -8px;
}
.sidebar .widget .wp-block-social-links li::after,
.sidebar .widget .wp-block-archives-list li::after {
  display: none;
}
.sidebar .widget .wp-block-latest-comments:not(.has-dates):not(.has-author) {
  margin-top: -10px;
  margin-bottom: -10px;
}
.sidebar .widget .wp-block-latest-comments:not(.has-dates):not(.has-author) .wp-block-latest-comments__comment-meta {
  font-family: var(--roofsie-font, "Manrope", sans-serif);
  font-size: 15px;
  line-height: 26px;
  color: var(--roofsie-gray, #6c6b6f) !important;
  text-transform: capitalize;
  font-weight: 500 !important;
}
.sidebar .widget .wp-block-latest-comments:not(.has-dates):not(.has-author) .wp-block-latest-comments__comment-meta a {
  color: inherit;
  font-size: 15px;
}
.sidebar .widget .wp-block-latest-comments:not(.has-dates):not(.has-author) .wp-block-latest-comments__comment-meta a:hover {
  color: var(--roofsie-base, #ff4f47);
}
.sidebar .widget .rpwwt-widget li::after {
  display: none;
}
.sidebar .widget .wp-block-search:not(.wp-block-search__button-inside) .wp-block-search__inside-wrapper {
  border-radius: var(--roofsie-bdr-radius, 0);
  overflow: hidden;
}
.sidebar .widget .wp-block-search:not(.wp-block-search__button-inside) .wp-block-search__inside-wrapper input[type=search] {
  border: none;
}

.sidebar .widget input[type=search]::placeholder,
.sidebar .sidebar__search-form button[type=submit] {
  color: var(--roofsie-gray, #81808c);
  font-weight: normal;
}

.sidebar .widget.widget_archive > ul,
.sidebar .widget.widget_categories > ul,
.sidebar .widget.widget_meta > ul,
.sidebar .widget #recentcomments {
  margin-bottom: -5px;
}

.sidebar .widget.widget_recent_entries ul {
  margin-bottom: 5px;
}

.widget.widget_archive ul li::after {
  content: "";
}

.sidebar .widget .wp-block-categories-list li + li,
.sidebar .widget .wp-block-page-list li + li,
.sidebar .widget.widget_categories li + li,
.sidebar .widget.widget_archive li + li {
  margin-top: 15px;
}

.sidebar .widget.widget_pages li + li,
.sidebar .widget.widget_nav_menu li + li {
  margin-top: 13px;
}

.sidebar .widget.widget_nav_menu ul ul {
  margin-top: 13px;
}

.sidebar .widget ul.wp-block-categories-list ul,
.widget.widget_categories ul ul.children {
  margin-top: 12px;
}

.sidebar .widget .wp-block-archives-list li + li {
  margin-top: 12px;
}

.sidebar .wp-block-tag-cloud span {
  margin-left: 0;
}

.sidebar .wp-calendar-table {
  background-color: #fff;
}

.sidebar .wp-block-calendar .wp-calendar-nav {
  margin-bottom: 0;
}

/* Media
--------------------------------------------- */
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
  border: none;
  margin-bottom: 0;
  margin-top: 0;
  padding: 0;
}

/* Make sure logo link wraps around logo image. */
.custom-logo-link {
  display: inline-block;
}

/* Captions
--------------------------------------------- */
.wp-caption {
  margin-bottom: 1.5em;
  max-width: 100%;
}
.wp-caption img[class*=wp-image-] {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.wp-caption .wp-caption-text {
  margin: 0.8075em 0;
}

.wp-caption-text {
  text-align: center;
}

/* Galleries
--------------------------------------------- */
.gallery {
  margin-bottom: 1.5em;
  display: grid;
  grid-gap: 1.5em;
}

.gallery-item {
  display: inline-block;
  text-align: center;
  width: 100%;
}

.gallery-columns-2 {
  grid-template-columns: repeat(2, 1fr);
}

.gallery-columns-3 {
  grid-template-columns: repeat(3, 1fr);
}

.gallery-columns-4 {
  grid-template-columns: repeat(4, 1fr);
}

.gallery-columns-5 {
  grid-template-columns: repeat(5, 1fr);
}

.gallery-columns-6 {
  grid-template-columns: repeat(6, 1fr);
}

.gallery-columns-7 {
  grid-template-columns: repeat(7, 1fr);
}

.gallery-columns-8 {
  grid-template-columns: repeat(8, 1fr);
}

.gallery-columns-9 {
  grid-template-columns: repeat(9, 1fr);
}

.gallery-caption {
  display: block;
}

/* Accessibility
--------------------------------------------- */
/* Text meant only for screen readers. */
.screen-reader-text {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute !important;
  width: 1px;
  word-wrap: normal !important;
}
.screen-reader-text:focus {
  background-color: #f1f1f1;
  border-radius: 3px;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  clip-path: none;
  color: var(--roofsie-primary, #f4f1ee);
  display: block;
  font-size: 0.875rem;
  font-weight: 700;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
}

/* Do not show the outline on the skip link target. */
#primary[tabindex="-1"]:focus {
  outline: 0;
}

/* Alignments
--------------------------------------------- */
.alignleft {
  /*rtl:ignore*/
  float: left;
  /*rtl:ignore*/
  margin-right: 1.5em;
  margin-bottom: 1.5em;
}

.alignright {
  /*rtl:ignore*/
  float: right;
  /*rtl:ignore*/
  margin-left: 1.5em;
  margin-bottom: 1.5em;
}

.aligncenter {
  clear: both;
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 1.5em;
}

/* Custom Animations
--------------------------------------------- */
@keyframes rotateme {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
@-webkit-keyframes rotateme {
  from {
    -webkit-transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
  }
}
@-moz-keyframes rotateme {
  from {
    -moz-transform: rotate(0deg);
  }
  to {
    -moz-transform: rotate(360deg);
  }
}
@-o-keyframes rotateme {
  from {
    -o-transform: rotate(0deg);
  }
  to {
    -o-transform: rotate(360deg);
  }
}
@-webkit-keyframes shine {
  100% {
    left: 125%;
  }
}
@keyframes shine {
  100% {
    left: 125%;
  }
}
.rotate-me {
  animation-name: rotateme;
  animation-duration: 24s;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
  -webkit-animation-name: rotateme;
  -webkit-animation-duration: 24s;
  -webkit-animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
  -moz-animation-name: rotateme;
  -moz-animation-duration: 24s;
  -moz-animation-iteration-count: infinite;
  -moz-animation-timing-function: linear;
  -ms-animation-name: rotateme;
  -ms-animation-duration: 24s;
  -ms-animation-iteration-count: infinite;
  -ms-animation-timing-function: linear;
  -o-animation-name: rotateme;
  -o-animation-duration: 24s;
  -o-animation-iteration-count: infinite;
  -o-animation-timing-function: linear;
}

@-webkit-keyframes float-bob {
  0% {
    -webkit-transform: translateX(-100px);
    transform: translateX(-100px);
  }
  50% {
    -webkit-transform: translateX(-10px);
    transform: translateX(-10px);
  }
  100% {
    -webkit-transform: translateX(-100px);
    transform: translateX(-100px);
  }
}
@keyframes float-bob {
  0% {
    -webkit-transform: translateX(-100px);
    transform: translateX(-100px);
  }
  50% {
    -webkit-transform: translateX(-10px);
    transform: translateX(-10px);
  }
  100% {
    -webkit-transform: translateX(-100px);
    transform: translateX(-100px);
  }
}
.float-bob {
  animation-name: float-bob;
  animation-duration: 7s;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
  -webkit-animation-name: float-bob;
  -webkit-animation-duration: 7s;
  -webkit-animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
  -moz-animation-name: float-bob;
  -moz-animation-duration: 7s;
  -moz-animation-iteration-count: infinite;
  -moz-animation-timing-function: linear;
  -ms-animation-name: float-bob;
  -ms-animation-duration: 7s;
  -ms-animation-iteration-count: infinite;
  -ms-animation-timing-function: linear;
  -o-animation-name: float-bob;
  -o-animation-duration: 7s;
  -o-animation-iteration-count: infinite;
  -o-animation-timing-function: linear;
}

/***
=============================================
    circle Css
=============================================
***/
@-webkit-keyframes circle {
  0% {
    opacity: 1;
  }
  40% {
    opacity: 1;
  }
  100% {
    width: 200%;
    height: 200%;
    opacity: 0;
  }
}
@keyframes circle {
  0% {
    opacity: 1;
  }
  40% {
    opacity: 1;
  }
  100% {
    width: 200%;
    height: 200%;
    opacity: 0;
  }
}
/***
=============================================
    Zoom Fade Css
=============================================
***/
.zoom-fade {
  animation-name: zoom-fade;
  animation-duration: 5s;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
  -webkit-animation-name: zoom-fade;
  -webkit-animation-duration: 5s;
  -webkit-animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
  -moz-animation-name: zoom-fade;
  -moz-animation-duration: 5s;
  -moz-animation-iteration-count: infinite;
  -moz-animation-timing-function: linear;
  -ms-animation-name: zoom-fade;
  -ms-animation-duration: 5s;
  -ms-animation-iteration-count: infinite;
  -ms-animation-timing-function: linear;
  -o-animation-name: zoom-fade;
  -o-animation-duration: 5s;
  -o-animation-iteration-count: infinite;
  -o-animation-timing-function: linear;
}

@-webkit-keyframes zoom-fade {
  0% {
    -webkit-transform: scale(0.9);
    transform: scale(0.9);
  }
  50% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  100% {
    -webkit-transform: scale(0.9);
    transform: scale(0.9);
  }
}
@keyframes zoom-fade {
  0% {
    -webkit-transform: scale(0.9);
    transform: scale(0.9);
  }
  50% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  100% {
    -webkit-transform: scale(0.9);
    transform: scale(0.9);
  }
}
/***
=============================================
    Zoom In Out Css
=============================================
***/
.zoominout {
  animation-name: zoomInOut;
  animation-duration: 3s;
  animation-iteration-count: infinite;
  animation-timing-function: ease-in-out;
  -webkit-animation-name: zoomInOut;
  -webkit-animation-duration: 3s;
  -webkit-animation-iteration-count: infinite;
  -webkit-animation-timing-function: ease-in-out;
  -moz-animation-name: zoomInOut;
  -moz-animation-duration: 3s;
  -moz-animation-iteration-count: infinite;
  -moz-animation-timing-function: ease-in-out;
  -ms-animation-name: zoomInOut;
  -ms-animation-duration: 3s;
  -ms-animation-iteration-count: infinite;
  -ms-animation-timing-function: ease-in-out;
  -o-animation-name: zoomInOut;
  -o-animation-duration: 3s;
  -o-animation-iteration-count: infinite;
  -o-animation-timing-function: ease-in-out;
}

@keyframes zoomInOut {
  0% {
    -webkit-transform: rotate(0deg) scale(0.7);
    transform: rotate(0deg) scale(0.7);
    opacity: 0;
  }
  50% {
    -webkit-transform: rotate(180deg) scale(1);
    transform: rotate(180deg) scale(1);
    opacity: 1;
  }
  100% {
    -webkit-transform: rotate(360deg) scale(0.7);
    transform: rotate(360deg) scale(0.7);
    opacity: 0;
  }
}
@-webkit-keyframes bgSlideReverse {
  0% {
    background-position: 0 0;
  }
  20% {
    background-position: 100px 0;
  }
  40% {
    background-position: 200px 0;
  }
  60% {
    background-position: 150px 0;
  }
  80% {
    background-position: 100px 0;
  }
  100% {
    background-position: 0px 0;
  }
}
@keyframes bgSlideReverse {
  0% {
    background-position: 0 0;
  }
  20% {
    background-position: 100px 0;
  }
  40% {
    background-position: 200px 0;
  }
  60% {
    background-position: 150px 0;
  }
  80% {
    background-position: 100px 0;
  }
  100% {
    background-position: 0px 0;
  }
}
@-webkit-keyframes bgSlideReverse2 {
  0% {
    background-position: 0 0;
  }
  20% {
    background-position: -100px 0;
  }
  40% {
    background-position: -200px 0;
  }
  60% {
    background-position: -150px 0;
  }
  80% {
    background-position: -100px 0;
  }
  100% {
    background-position: 0px 0;
  }
}
@keyframes bgSlideReverse2 {
  0% {
    background-position: 0 0;
  }
  20% {
    background-position: -100px 0;
  }
  40% {
    background-position: -200px 0;
  }
  60% {
    background-position: -150px 0;
  }
  80% {
    background-position: -100px 0;
  }
  100% {
    background-position: 0px 0;
  }
}
@-webkit-keyframes banner-animate {
  0% {
    -webkit-transform: translateX(-1000px);
    transform: translateX(-1000px);
  }
  50% {
    -webkit-transform: translateX(-10px);
    transform: translateX(-10px);
  }
  100% {
    -webkit-transform: translateX(-1000px);
    transform: translateX(-1000px);
  }
}
@keyframes banner-animate {
  0% {
    -webkit-transform: translateX(-1000px);
    transform: translateX(-1000px);
  }
  50% {
    -webkit-transform: translateX(-10px);
    transform: translateX(-10px);
  }
  100% {
    -webkit-transform: translateX(-1000px);
    transform: translateX(-1000px);
  }
}
.banner-animate {
  animation-name: banner-animate;
  animation-duration: 70s;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
  -webkit-animation-name: banner-animate;
  -webkit-animation-duration: 70s;
  -webkit-animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
  -moz-animation-name: banner-animate;
  -moz-animation-duration: 70s;
  -moz-animation-iteration-count: infinite;
  -moz-animation-timing-function: linear;
  -ms-animation-name: banner-animate;
  -ms-animation-duration: 70s;
  -ms-animation-iteration-count: infinite;
  -ms-animation-timing-function: linear;
  -o-animation-name: banner-animate;
  -o-animation-duration: 70s;
  -o-animation-iteration-count: infinite;
  -o-animation-timing-function: linear;
}

@-webkit-keyframes ripple {
  70% {
    box-shadow: 0 0 0 40px rgba(10, 165, 205, 0);
  }
  100% {
    box-shadow: 0 0 0 0 rgba(10, 165, 205, 0);
  }
}
@keyframes ripple {
  70% {
    box-shadow: 0 0 0 40px rgba(10, 165, 205, 0);
  }
  100% {
    box-shadow: 0 0 0 0 rgba(10, 165, 205, 0);
  }
}
/***
=============================================
    Animation1 Css
=============================================
***/
@-webkit-keyframes animation1 {
  0%, 100% {
    -webkit-transform: rotate(0deg) translateX(0);
    transform: rotate(0deg) translateX(0);
  }
  25%, 75% {
    -webkit-transform: rotate(5deg) translateX(15px);
    transform: rotate(5deg) translateX(15px);
  }
  50% {
    -webkit-transform: rotate(10deg) translateX(30px);
    transform: rotate(10deg) translateX(30px);
  }
}
@keyframes animation1 {
  0%, 100% {
    -webkit-transform: rotate(0deg) translateX(0);
    transform: rotate(0deg) translateX(0);
  }
  25%, 75% {
    -webkit-transform: rotate(5deg) translateX(15px);
    transform: rotate(5deg) translateX(15px);
  }
  50% {
    -webkit-transform: rotate(10deg) translateX(30px);
    transform: rotate(10deg) translateX(30px);
  }
}
/***
=============================================
    Animation2 Css
=============================================
***/
@keyframes animation2 {
  0% {
    -webkit-transform: rotateY(0deg);
    transform: rotateY(0deg);
  }
  100% {
    -webkit-transform: rotateY(360deg);
    transform: rotateY(360deg);
  }
}
@-moz-keyframes animation2 {
  0% {
    -moz-transform: rotateY(0deg);
    transform: rotateY(0deg);
  }
  100% {
    -moz-transform: rotateY(360deg);
    transform: rotateY(360deg);
  }
}
@-o-keyframes animation2 {
  0% {
    -o-transform: rotateY(0deg);
    transform: rotateY(0deg);
  }
  100% {
    -o-transform: rotateY(360deg);
    transform: rotateY(360deg);
  }
}
@keyframes animation2 {
  0% {
    -webkit-transform: rotateY(0deg);
    -moz-transform: rotateY(0deg);
    -o-transform: rotateY(0deg);
    transform: rotateY(0deg);
  }
  100% {
    -webkit-transform: rotateY(360deg);
    -moz-transform: rotateY(360deg);
    -o-transform: rotateY(360deg);
    transform: rotateY(360deg);
  }
}
@-webkit-keyframes bgSlide {
  0% {
    background-position: 0 0;
  }
  20% {
    background-position: -100px 0;
  }
  40% {
    background-position: -200px 0;
  }
  60% {
    background-position: -150px 0;
  }
  80% {
    background-position: -100px 0;
  }
  100% {
    background-position: 0px 0;
  }
}
@keyframes bgSlide {
  0% {
    background-position: 0 0;
  }
  20% {
    background-position: -100px 0;
  }
  40% {
    background-position: -200px 0;
  }
  60% {
    background-position: -150px 0;
  }
  80% {
    background-position: -100px 0;
  }
  100% {
    background-position: 0px 0;
  }
}
@-webkit-keyframes bgSlideReverse {
  0% {
    background-position: 0 0;
  }
  20% {
    background-position: 100px 0;
  }
  40% {
    background-position: 200px 0;
  }
  60% {
    background-position: 150px 0;
  }
  80% {
    background-position: 100px 0;
  }
  100% {
    background-position: 0px 0;
  }
}
@keyframes bgSlideReverse {
  0% {
    background-position: 0 0;
  }
  20% {
    background-position: 100px 0;
  }
  40% {
    background-position: 200px 0;
  }
  60% {
    background-position: 150px 0;
  }
  80% {
    background-position: 100px 0;
  }
  100% {
    background-position: 0px 0;
  }
}
@-webkit-keyframes ribbonRotate {
  0%, 100% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
  25%, 75% {
    -webkit-transform: rotate(15deg);
    transform: rotate(15deg);
  }
  50% {
    -webkit-transform: rotate(30deg);
    transform: rotate(30deg);
  }
}
@keyframes ribbonRotate {
  0%, 100% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
  25%, 75% {
    -webkit-transform: rotate(15deg);
    transform: rotate(15deg);
  }
  50% {
    -webkit-transform: rotate(30deg);
    transform: rotate(30deg);
  }
}
@-webkit-keyframes footerFish {
  0%, 100% {
    -webkit-transform: translateX(0) translateY(0) rotate(0);
    transform: translateX(0) translateY(0) rotate(0);
  }
  25%, 75% {
    -webkit-transform: translateX(20px) translateY(30px) rotate(25deg);
    transform: translateX(20px) translateY(30px) rotate(25deg);
  }
  50% {
    -webkit-transform: translateX(40px) translateY(60px) rotate(45deg);
    transform: translateX(40px) translateY(60px) rotate(45deg);
  }
}
@keyframes footerFish {
  0%, 100% {
    -webkit-transform: translateX(0) translateY(0) rotate(0);
    transform: translateX(0) translateY(0) rotate(0);
  }
  25%, 75% {
    -webkit-transform: translateX(20px) translateY(30px) rotate(25deg);
    transform: translateX(20px) translateY(30px) rotate(25deg);
  }
  50% {
    -webkit-transform: translateX(40px) translateY(60px) rotate(45deg);
    transform: translateX(40px) translateY(60px) rotate(45deg);
  }
}
@-webkit-keyframes contactSwimmer {
  0%, 100% {
    -webkit-transform: translateX(0) translateY(0) rotate(0);
    transform: translateX(0) translateY(0) rotate(0);
  }
  25%, 75% {
    -webkit-transform: translateX(15px) translateY(20px) rotate(10deg);
    transform: translateX(15px) translateY(20px) rotate(10deg);
  }
  50% {
    -webkit-transform: translateX(60px) translateY(35px) rotate(15deg);
    transform: translateX(60px) translateY(35px) rotate(15deg);
  }
}
@keyframes contactSwimmer {
  0%, 100% {
    -webkit-transform: translateX(0) translateY(0) rotate(0);
    transform: translateX(0) translateY(0) rotate(0);
  }
  25%, 75% {
    -webkit-transform: translateX(15px) translateY(20px) rotate(10deg);
    transform: translateX(15px) translateY(20px) rotate(10deg);
  }
  50% {
    -webkit-transform: translateX(60px) translateY(35px) rotate(15deg);
    transform: translateX(60px) translateY(35px) rotate(15deg);
  }
}
/***
=============================================
    Float Bob Y Animation Css
=============================================
***/
@-webkit-keyframes float-bob-y {
  0% {
    transform: translateY(-20px);
  }
  50% {
    transform: translateY(-10px);
  }
  100% {
    transform: translateY(-20px);
  }
}
@keyframes float-bob-y {
  0% {
    transform: translateY(-20px);
  }
  50% {
    transform: translateY(-10px);
  }
  100% {
    transform: translateY(-20px);
  }
}
.float-bob-y {
  -webkit-animation-name: float-bob-y;
  animation-name: float-bob-y;
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
}

@-webkit-keyframes footerTree {
  0%, 100% {
    -webkit-transform: rotate(0deg) translateX(0);
    transform: rotate(0deg) translateX(0);
  }
  25%, 75% {
    -webkit-transform: rotate(5deg) translateX(15px);
    transform: rotate(5deg) translateX(15px);
  }
  50% {
    -webkit-transform: rotate(10deg) translateX(30px);
    transform: rotate(10deg) translateX(30px);
  }
}
@keyframes footerTree {
  0%, 100% {
    -webkit-transform: rotate(0deg) translateX(0);
    transform: rotate(0deg) translateX(0);
  }
  25%, 75% {
    -webkit-transform: rotate(5deg) translateX(15px);
    transform: rotate(5deg) translateX(15px);
  }
  50% {
    -webkit-transform: rotate(10deg) translateX(30px);
    transform: rotate(10deg) translateX(30px);
  }
}
.footertree {
  -webkit-animation: footerTree 5s ease-in infinite;
  animation: footerTree 5s ease-in infinite;
}

@keyframes service_hexagon_2 {
  0% {
    -webkit-transform: rotateY(0deg);
    transform: rotateY(0deg);
  }
  100% {
    -webkit-transform: rotateY(360deg);
    transform: rotateY(360deg);
  }
}
@-moz-keyframes service_hexagon_2 {
  0% {
    -moz-transform: rotateY(0deg);
    transform: rotateY(0deg);
  }
  100% {
    -moz-transform: rotateY(360deg);
    transform: rotateY(360deg);
  }
}
@-o-keyframes service_hexagon_2 {
  0% {
    -o-transform: rotateY(0deg);
    transform: rotateY(0deg);
  }
  100% {
    -o-transform: rotateY(360deg);
    transform: rotateY(360deg);
  }
}
@keyframes service_hexagon_2 {
  0% {
    -webkit-transform: rotateY(0deg);
    -moz-transform: rotateY(0deg);
    -o-transform: rotateY(0deg);
    transform: rotateY(0deg);
  }
  100% {
    -webkit-transform: rotateY(360deg);
    -moz-transform: rotateY(360deg);
    -o-transform: rotateY(360deg);
    transform: rotateY(360deg);
  }
}
@keyframes bgSlide {
  0% {
    background-position: 0 0;
  }
  20% {
    background-position: -100px 0;
  }
  40% {
    background-position: -200px 0;
  }
  60% {
    background-position: -150px 0;
  }
  80% {
    background-position: -100px 0;
  }
  100% {
    background-position: 0px 0;
  }
}
@keyframes rotateScale {
  from {
    transform: rotate(0deg) scale(1);
  }
  to {
    transform: rotate(360deg);
  }
}
@-webkit-keyframes rotateScale {
  from {
    transform: rotate(0deg) scale(1);
  }
  to {
    transform: rotate(360deg);
  }
}
@-moz-keyframes rotateScale {
  from {
    transform: rotate(0deg) scale(1);
  }
  to {
    transform: rotate(360deg);
  }
}
@-o-keyframes rotateScale {
  from {
    transform: rotate(0deg) scale(1);
  }
  to {
    transform: rotate(360deg);
  }
}
.rotatescale {
  -webkit-animation-name: rotateScale;
  -webkit-animation-duration: 20s;
  -webkit-animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
  -moz-animation-name: rotateScale;
  -moz-animation-duration: 20s;
  -moz-animation-iteration-count: infinite;
  -moz-animation-timing-function: linear;
  -ms-animation-name: rotateScale;
  -ms-animation-duration: 20s;
  -ms-animation-iteration-count: infinite;
  -ms-animation-timing-function: linear;
  animation-name: rotateScale;
  animation-duration: 20s;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
}

/*--------------------------------------------------------------
# Animations
--------------------------------------------------------------*/
@-webkit-keyframes bubbleMover {
  0% {
    transform: translateY(0px) translateX(0) rotate(0);
  }
  30% {
    transform: translateY(30px) translateX(50px) rotate(15deg);
    transform-origin: center center;
  }
  50% {
    transform: translateY(50px) translateX(100px) rotate(45deg);
    transform-origin: right bottom;
  }
  80% {
    transform: translateY(30px) translateX(50px) rotate(15deg);
    transform-origin: left top;
  }
  100% {
    transform: translateY(0px) translateX(0) rotate(0);
    transform-origin: center center;
  }
}
@keyframes bubbleMover {
  0% {
    transform: translateY(0px) translateX(0) rotate(0);
  }
  30% {
    transform: translateY(30px) translateX(50px) rotate(15deg);
    transform-origin: center center;
  }
  50% {
    transform: translateY(50px) translateX(100px) rotate(45deg);
    transform-origin: right bottom;
  }
  80% {
    transform: translateY(30px) translateX(50px) rotate(15deg);
    transform-origin: left top;
  }
  100% {
    transform: translateY(0px) translateX(0) rotate(0);
    transform-origin: center center;
  }
}
@-webkit-keyframes shapeMover {
  0%, 100% {
    transform: perspective(400px) translateY(0) rotate(0deg) translateZ(0px) translateX(0);
  }
  50% {
    transform: perspective(400px) rotate(0deg) translateZ(20px) translateY(20px) translateX(20px);
  }
}
@keyframes shapeMover {
  0%, 100% {
    transform: perspective(400px) translateY(0) rotate(0deg) translateZ(0px) translateX(0);
  }
  50% {
    transform: perspective(400px) rotate(0deg) translateZ(20px) translateY(20px) translateX(20px);
  }
}
@-webkit-keyframes banner3Shake {
  0% {
    transform: rotate3d(0, 1, 0, 0deg);
  }
  30% {
    transform: rotate3d(0, 0, 1, 5deg);
  }
  60% {
    transform: rotate3d(1, 0, 0, 0deg);
  }
  80% {
    transform: rotate3d(0, 0, 1, 5deg);
  }
  100% {
    transform: rotate3d(0, 1, 0, 0deg);
  }
}
@keyframes banner3Shake {
  0% {
    transform: rotate3d(0, 1, 0, 0deg);
  }
  30% {
    transform: rotate3d(0, 0, 1, 5deg);
  }
  60% {
    transform: rotate3d(1, 0, 0, 0deg);
  }
  80% {
    transform: rotate3d(0, 0, 1, 5deg);
  }
  100% {
    transform: rotate3d(0, 1, 0, 0deg);
  }
}
@-webkit-keyframes squareMover {
  0%, 100% {
    transform: translate(0, 0) rotate(0);
  }
  20%, 60% {
    transform: translate(20px, 40px) rotate(180deg);
  }
  30%, 80% {
    transform: translate(40px, 60px) rotate(0deg);
  }
}
@keyframes squareMover {
  0%, 100% {
    transform: translate(0, 0) rotate(0);
  }
  20%, 60% {
    transform: translate(20px, 40px) rotate(180deg);
  }
  30%, 80% {
    transform: translate(40px, 60px) rotate(0deg);
  }
}
@-webkit-keyframes treeMove {
  0%, 100% {
    transform: rotate(0deg) translateX(0);
  }
  25%, 75% {
    transform: rotate(5deg) translateX(15px);
  }
  50% {
    transform: rotate(10deg) translateX(30px);
  }
}
@keyframes treeMove {
  0%, 100% {
    transform: rotate(0deg) translateX(0);
  }
  25%, 75% {
    transform: rotate(5deg) translateX(15px);
  }
  50% {
    transform: rotate(10deg) translateX(30px);
  }
}
/*--------------------------------------------------------------
#     Zoom Fade Css
--------------------------------------------------------------*/
.zoom-fade {
  animation-name: zoom-fade;
  animation-duration: 5s;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
  -webkit-animation-name: zoom-fade;
  -webkit-animation-duration: 5s;
  -webkit-animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
  -moz-animation-name: zoom-fade;
  -moz-animation-duration: 5s;
  -moz-animation-iteration-count: infinite;
  -moz-animation-timing-function: linear;
  -ms-animation-name: zoom-fade;
  -ms-animation-duration: 5s;
  -ms-animation-iteration-count: infinite;
  -ms-animation-timing-function: linear;
  -o-animation-name: zoom-fade;
  -o-animation-duration: 5s;
  -o-animation-iteration-count: infinite;
  -o-animation-timing-function: linear;
}

@-webkit-keyframes zoom-fade {
  0% {
    transform: scale(0.9);
  }
  50% {
    transform: scale(1);
  }
  100% {
    transform: scale(0.9);
  }
}
@keyframes zoom-fade {
  0% {
    transform: scale(0.9);
  }
  50% {
    transform: scale(1);
  }
  100% {
    transform: scale(0.9);
  }
}
/* custom animations */
@keyframes btnIconMove {
  0% {
    transform: rotate(0deg) translate(0px, 0px);
  }
  50% {
    transform: rotate(20deg) translate(10px, 0px);
  }
  100% {
    transform: rotate(0deg) translate(0px, 0px);
  }
}
@keyframes ImgBounce {
  0% {
    transform: translateY(0);
  }
  25% {
    transform: translateY(5px);
  }
  50% {
    transform: translateY(10px);
  }
  75% {
    transform: translateY(5px);
  }
  100% {
    transform: translateY(0px);
  }
}
/** squares **/
@keyframes squares {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 0;
  }
  20% {
    -webkit-transform: scale(1.24);
    transform: scale(1.24);
    opacity: 1;
  }
  100% {
    -webkit-transform: scale(2.1);
    transform: scale(2.1);
    opacity: 0;
  }
}
@-moz-keyframes squares {
  0% {
    -moz-transform: scale(1);
    transform: scale(1);
    opacity: 0;
  }
  20% {
    -moz-transform: scale(1.24);
    transform: scale(1.24);
    opacity: 1;
  }
  100% {
    -moz-transform: scale(2.1);
    transform: scale(2.1);
    opacity: 0;
  }
}
@-o-keyframes squares {
  0% {
    -o-transform: scale(1);
    transform: scale(1);
    opacity: 0;
  }
  20% {
    -o-transform: scale(1.24);
    transform: scale(1.24);
    opacity: 1;
  }
  100% {
    -o-transform: scale(2.1);
    transform: scale(2.1);
    opacity: 0;
  }
}
@keyframes squares {
  0% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    opacity: 0;
  }
  20% {
    -webkit-transform: scale(1.24);
    -moz-transform: scale(1.24);
    -o-transform: scale(1.24);
    transform: scale(1.24);
    opacity: 1;
  }
  100% {
    -webkit-transform: scale(2.1);
    -moz-transform: scale(2.1);
    -o-transform: scale(2.1);
    transform: scale(2.1);
    opacity: 0;
  }
}
/* Templates
--------------------------------------------- */
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Utility
# Cards
# Common
# Form
# Navigations
# Animations
# Mobile Nav
# Search Popup
# Page Header
# Google Map
# Client Carousel
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Common
--------------------------------------------------------------*/
:root {
  --roofsie-font: "Manrope", sans-serif;
  --roofsie-reey-font: "reeyregular";
  --roofsie-gray: #6c6b6f;
  --roofsie-gray-rgb: 108, 107, 111;
  --roofsie-white: #ffffff;
  --roofsie-white-rgb: 255, 255, 255;
  --roofsie-base: #ff4f47;
  --roofsie-base-rgb: 255, 79, 71;
  --roofsie-black: #1c1b1f;
  --roofsie-black-rgb: 28, 27, 31;
  --roofsie-primary: #f4f1ee;
  --roofsie-primary-rgb: 244, 241, 238;
  --roofsie-bdr-radius: 5px;
}

.row {
  --bs-gutter-x: 30px;
}

.gutter-y-30 {
  --bs-gutter-y: 30px;
}

body {
  font-family: var(--roofsie-font);
  color: var(--roofsie-gray);
  font-size: 16px;
  line-height: 30px;
  font-weight: 500;
}

body.locked {
  overflow: hidden;
}

a {
  color: var(--roofsie-gray);
}

a,
a:hover,
a:focus,
a:visited {
  text-decoration: none;
}

::-webkit-input-placeholder {
  color: inherit;
  opacity: 1;
}

:-ms-input-placeholder {
  color: inherit;
  opacity: 1;
}

::-ms-input-placeholder {
  color: inherit;
  opacity: 1;
}

::placeholder {
  color: inherit;
  opacity: 1;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  color: var(--roofsie-black, #1c1b1f);
  margin: 0;
  font-weight: 800;
}

p {
  margin: 0;
}

dl,
ol,
ul {
  margin-top: 0;
  margin-bottom: 0;
}

.ml-0 {
  margin-left: 0;
}

.icon-svg svg {
  width: 1em;
  height: 1em;
  fill: currentColor;
  color: currentColor;
  border-color: currentColor;
  z-index: 99;
}

.icon-svg-large svg {
  width: 65px;
  height: 65px;
  fill: currentColor;
  color: currentColor;
  border-color: currentColor;
  z-index: 9;
}

::-webkit-input-placeholder {
  color: inherit;
  opacity: 1;
}

:-ms-input-placeholder {
  color: inherit;
  opacity: 1;
}

::-ms-input-placeholder {
  color: inherit;
  opacity: 1;
}

::placeholder {
  color: inherit;
  opacity: 1;
}

.page-wrapper {
  position: relative;
  margin: 0 auto;
  width: 100%;
  min-width: 300px;
  overflow: hidden;
}

.container {
  padding-left: 15px;
  padding-right: 15px;
}

@media (min-width: 1200px) {
  .container {
    max-width: 1200px;
  }
}
::-webkit-input-placeholder {
  color: inherit;
  opacity: 1;
}

:-ms-input-placeholder {
  color: inherit;
  opacity: 1;
}

::-ms-input-placeholder {
  color: inherit;
  opacity: 1;
}

::placeholder {
  color: inherit;
  opacity: 1;
}

.section-separator {
  border-color: var(--roofsie-border);
  border-width: 1px;
  margin-top: 0;
  margin-bottom: 0;
}

#particles-js {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background-position: 50% 50%;
  opacity: 0.4;
  z-index: -1;
}

/*--------------------------------------------------------------
# Custom Cursor
--------------------------------------------------------------*/
.custom-cursor__cursor {
  width: 25px;
  height: 25px;
  border-radius: 100%;
  border: 1px solid var(--roofsie-base, #a47c68);
  -webkit-transition: all 200ms ease-out;
  transition: all 200ms ease-out;
  position: fixed;
  pointer-events: none;
  left: 0;
  top: 0;
  -webkit-transform: translate(calc(-50% + 5px), -50%);
  transform: translate(calc(-50% + 5px), -50%);
  z-index: 999991;
}

.custom-cursor__cursor-two {
  width: 10px;
  height: 10px;
  border-radius: 100%;
  background-color: var(--roofsie-base, #ff4f47);
  opacity: 0.3;
  position: fixed;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  pointer-events: none;
  -webkit-transition: width 0.3s, height 0.3s, opacity 0.3s;
  transition: width 0.3s, height 0.3s, opacity 0.3s;
  z-index: 999991;
}

.custom-cursor__hover {
  background-color: var(--roofsie-base, #ff4f47);
  opacity: 0.4;
}

.custom-cursor__innerhover {
  width: 25px;
  height: 25px;
  opacity: 0.4;
}

.thm-btn {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  -webkit-appearance: none;
  outline: none !important;
  background-color: var(--roofsie-base, #ff4f47);
  color: var(--roofsie-white);
  font-size: 12px;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  border-radius: 5px;
  padding: 15px 40px 15px;
  transition: all 0.5s linear;
  overflow: hidden;
  z-index: 1;
}

.thm-btn i {
  position: relative;
  display: inline-block;
  height: 13px;
  width: 13px;
  background-color: var(--roofsie-white);
  border-radius: 50%;
  color: var(--roofsie-base, #ff4f47);
  font-size: 7px;
  line-height: 13px;
  text-align: center;
  top: -2px;
  margin-right: 4px;
  padding-left: 2px;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.thm-btn:before {
  transition-duration: 800ms;
  position: absolute;
  width: 200%;
  height: 200%;
  content: "";
  top: 110%;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  border-radius: 50%;
  z-index: -1;
  background-color: var(--roofsie-black, #1c1b1f);
}

.thm-btn:hover {
  color: var(--roofsie-white);
}

.thm-btn:hover:before {
  top: -40%;
}

.section-title {
  position: relative;
  display: block;
  margin-top: -7px;
  margin-bottom: 49px;
}

.section-sub-title-box {
  position: relative;
  display: inline-block;
  margin-left: 40px;
}

.section-sub-title {
  font-size: 16px;
  color: var(--roofsie-base, #ff4f47);
  font-weight: 700;
  line-height: 26px;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  margin-bottom: 10px;
}

.section-title-shape-1 {
  position: absolute;
  top: -4px;
  left: -40px;
}

.section-title-shape-1 img {
  width: auto;
}

.section-title-shape-2 img {
  width: auto;
}

.section-title__title {
  margin: 0;
  color: var(--roofsie-black, #1c1b1f);
  font-size: 48px;
  line-height: 58px;
  font-weight: 800;
}

.bootstrap-select .btn-light:not(:disabled):not(.disabled).active,
.bootstrap-select .btn-light:not(:disabled):not(.disabled):active,
.bootstrap-select .show > .btn-light.dropdown-toggle {
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
  outline: none !important;
}

.bootstrap-select > .dropdown-toggle {
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
}

.bootstrap-select .dropdown-toggle:focus,
.bootstrap-select > select.mobile-device:focus + .dropdown-toggle {
  outline: none !important;
}

.bootstrap-select .dropdown-menu {
  border: 0;
  padding-top: 0;
  padding-bottom: 0;
  margin-top: 0;
  z-index: 991;
  border-radius: 0;
}

.bootstrap-select .dropdown-menu > li + li > a {
  border-top: 1px solid rgba(255, 255, 255, 0.2);
}

.bootstrap-select .dropdown-menu > li.selected > a {
  background: var(--roofsie-primary);
  color: #fff;
}

.bootstrap-select .dropdown-menu > li > a {
  font-size: 16px;
  font-weight: 500;
  padding: 4px 20px;
  color: #ffffff;
  background: var(--roofsie-base, #ff4f47);
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

.bootstrap-select .dropdown-menu > li > a:hover {
  background: var(--roofsie-white);
  color: var(--roofsie-base, #ff4f47);
  cursor: pointer;
}

.preloader {
  position: fixed;
  background-color: #fff;
  background-position: center center;
  background-repeat: no-repeat;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 99999;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
}

.preloader__image {
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-name: flipInY;
  animation-name: flipInY;
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  background-image: url(../images/loader.png);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 70px auto;
  width: 100%;
  height: 100%;
}

/* scroll to top */
.scroll-to-top {
  display: inline-block;
  width: 45px;
  height: 45px;
  background: var(--roofsie-base, #ff4f47);
  position: fixed;
  bottom: 40px;
  right: 40px;
  z-index: 99;
  text-align: center;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  display: none;
  border-radius: 50%;
  transition: all 0.4s ease;
}

.scroll-to-top i {
  color: #ffffff;
  font-size: 18px;
  line-height: 45px;
}

.scroll-to-top:hover {
  background-color: var(--roofsie-black, #1c1b1f);
}

.scroll-to-top:hover i {
  color: #fff;
}

/*--------------------------------------------------------------
# Navigations One
--------------------------------------------------------------*/
.main-header {
  position: relative;
  display: block;
  width: 100%;
  background: transparent;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  z-index: 99;
  position: relative;
}
.main-header.default {
  display: flex;
  align-items: center;
}

.main-header__logo {
  position: absolute;
  top: 0;
  left: 60px;
  z-index: 2;
  display: flex;
  justify-content: center;
  padding-top: 25px;
  width: 175px;
  height: 160px;
}
.main-header__logo__shape-1 {
  position: absolute;
  top: 0;
  left: 0;
  background-color: var(--roofsie-primary);
  width: 100%;
  height: 94px;
  z-index: 2;
}
.main-header__logo__shape-1::before {
  content: "";
  position: absolute;
  left: 0px;
  top: 100%;
  width: 100%;
  height: 63px;
  background-color: var(--roofsie-primary);
  clip-path: polygon(0 0, 50% 100%, 100% 0);
}
.main-header__logo__shape-2 {
  position: absolute;
  top: 53px;
  left: 10px;
  background-color: var(--roofsie-base);
  width: calc(100% - 20px);
  height: 57px;
  z-index: 1;
}
.main-header__logo__shape-2::before {
  content: "";
  position: absolute;
  left: 0px;
  top: 100%;
  width: 100%;
  height: 56px;
  background-color: var(--roofsie-base);
  clip-path: polygon(0 0, 50% 100%, 100% 0);
}
.main-header__logo a > img {
  image-rendering: -moz-crisp-edges;
  image-rendering: -o-crisp-edges;
  image-rendering: -webkit-optimize-contrast;
  image-rendering: crisp-edges;
  -ms-interpolation-mode: nearest-neighbor;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -ms-transform: translateZ(0);
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  position: relative;
  z-index: 3;
}

.default .main-header__logo {
  display: block;
  padding: 15px 0;
  float: left;
  position: relative;
  left: 0;
  width: auto;
  height: auto;
}

.default .main-header__logo h1 {
  text-transform: capitalize;
  font-size: 38px;
  font-weight: 800;
}

.main-header__top {
  position: relative;
  display: block;
  background-color: var(--roofsie-black, #1c1b1f);
  padding-left: 375px;
  padding-right: 60px;
  padding-top: 5px;
  padding-bottom: 5px;
}

.main-header__top-inner {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.main-header__top-address {
  position: relative;
  display: block;
}

.main-header__top-address-list {
  position: relative;
  display: flex;
  align-items: center;
}

.main-header__top-address-list li {
  position: relative;
  display: flex;
  align-items: center;
}

.main-header__top-address-list li + li {
  margin-left: 35px;
}

.main-header__top-address-list li .icon {
  position: relative;
  display: flex;
  align-items: center;
  position: relative;
  top: 2px;
}

.main-header__top-address-list li .icon span {
  font-size: 15px;
  color: var(--roofsie-base, #ff4f47);
}

.main-header__top-address-list li .text {
  margin-left: 10px;
}

.main-header__top-address-list li .text p {
  font-size: 14px;
  color: #86838c;
  font-weight: 400;
  line-height: 15px;
}

.main-header__top-address-list li .text p a {
  color: #86838c;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.main-header__top-address-list li .text p a:hover {
  color: var(--roofsie-base, #ff4f47);
}

.main-header__top-right {
  position: relative;
  display: flex;
  align-items: center;
}

.main-header__top-menu-box {
  position: relative;
  display: block;
}

.main-header__top-menu {
  position: relative;
  display: flex;
  align-items: center;
}

.main-header__top-menu li {
  position: relative;
  display: flex;
  align-items: center;
}

.main-header__top-menu li + li {
  margin-left: 30px;
}

.main-header__top-menu li:before {
  position: absolute;
  top: 10px;
  bottom: 8px;
  right: -14px;
  content: "";
  width: 1px;
  background-color: #86838c;
  transform: rotate(15deg);
}

.main-header__top-menu li:last-child:before {
  display: none;
}

.main-header__top-menu li a {
  font-size: 14px;
  color: #86838c;
  font-weight: 400;
  display: flex;
  align-items: center;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.main-header__top-menu li a:hover {
  color: var(--roofsie-base, #ff4f47);
}

.main-header__top-social-box {
  margin-left: 35px;
}

.main-header__top-social {
  position: relative;
  display: flex;
  align-items: center;
}

.main-header__top-social a {
  position: relative;
  display: flex;
  align-items: center;
  font-size: 15px;
  color: var(--roofsie-white);
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.main-header__top-social a:hover {
  color: var(--roofsie-base, #ff4f47);
}

.main-header__top-social a + a {
  margin-left: 35px;
}

.main-menu {
  position: relative;
  display: block;
}

.default .main-menu {
  margin-left: auto;
}

.main-menu__wrapper {
  position: relative;
  display: block;
}

.main-menu__wrapper-inner {
  display: block;
  padding-left: 375px;
  padding-right: 60px;
}

.default .main-menu__wrapper-inner {
  padding-right: 0;
  padding-left: 0;
}

.default .main-menu__left {
  float: right;
}

.main-menu__left {
  display: block;
  float: left;
}

.main-menu__main-menu-box {
  display: block;
}

.main-menu__right {
  position: relative;
  display: flex;
  float: right;
  align-items: center;
  padding: 20px 0;
}

.main-menu__call {
  position: relative;
  display: flex;
  align-items: center;
  margin-right: 60px;
  padding: 5px 0;
}

.main-menu__call-icon {
  position: relative;
  height: 50px;
  width: 50px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--roofsie-base, #ff4f47);
  background-color: var(--roofsie-primary);
  font-size: 20px;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.main-menu__call-icon:hover {
  background-color: var(--roofsie-base, #ff4f47);
  color: var(--roofsie-white);
}

.main-menu__call-content {
  position: relative;
  margin-left: 10px;
  top: 2px;
}

.main-menu__call-content a {
  font-size: 16px;
  font-weight: 700;
  color: var(--roofsie-black, #1c1b1f);
  display: inline-block;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.main-menu__call-content a:hover {
  color: var(--roofsie-base, #ff4f47);
}

.main-menu__call-content p {
  font-size: 13px;
  line-height: 13px;
}

.main-menu__search-box {
  position: relative;
  display: flex;
  align-items: center;
  padding: 18px 0;
}

.main-menu__search-box:before {
  position: absolute;
  content: "";
  top: 7px;
  bottom: 7px;
  left: -30px;
  width: 1px;
  background-color: rgba(var(--roofsie-black-rgb), 0.1);
}

.main-menu__search {
  font-size: 24px;
  color: var(--roofsie-black, #1c1b1f);
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.main-menu__search:hover {
  color: var(--roofsie-base, #ff4f47);
}

.main-menu__btn-box {
  position: relative;
  display: block;
  margin-left: 30px;
}

.stricky-header .main-menu__wrapper-inner {
  padding-left: 60px;
}

.main-menu .main-menu__list,
.main-menu .main-menu__list > li > ul,
.main-menu .main-menu__list > li > ul > li > ul,
.stricky-header .main-menu__list,
.stricky-header .main-menu__list > li > ul,
.stricky-header .main-menu__list > li > ul > li > ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: none;
}

@media (min-width: 1200px) {
  .main-menu .main-menu__list,
  .main-menu .main-menu__list > li > ul,
  .main-menu .main-menu__list > li > ul > li > ul,
  .stricky-header .main-menu__list,
  .stricky-header .main-menu__list > li > ul,
  .stricky-header .main-menu__list > li > ul > li > ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
.main-menu .main-menu__list > li,
.stricky-header .main-menu__list > li {
  padding-top: 35px;
  padding-bottom: 35px;
  position: relative;
}

.main-menu .main-menu__list > li + li,
.stricky-header .main-menu__list > li + li {
  margin-left: 60px;
}

.default .main-menu .main-menu__list > li + li,
.default .stricky-header .main-menu__list > li + li {
  margin-left: 40px;
}

.main-menu .main-menu__list > li > a,
.stricky-header .main-menu__list > li > a {
  font-size: 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: var(--roofsie-black, #1c1b1f);
  position: relative;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  font-weight: 600;
}

.main-menu .main-menu__list > li.current > a,
.main-menu .main-menu__list > li.current-menu-ancestor > a,
.main-menu .main-menu__list > li.current_page_item > a,
.main-menu .main-menu__list > li.current-menu-item > a,
.main-menu .main-menu__list > li.current-menu-parent > a,
.main-menu .main-menu__list > li:hover > a,
.stricky-header .main-menu__list > li.current > a,
.stricky-header .main-menu__list > li.current-menu-ancestor > a,
.stricky-header .main-menu__list > li.current_page_item > a,
.stricky-header .main-menu__list > li.current-menu-item > a,
.stricky-header .main-menu__list > li.current-menu-parent > a,
.stricky-header .main-menu__list > li:hover > a {
  color: var(--roofsie-base, #ff4f47);
}

.main-menu .main-menu__list > li > ul,
.main-menu .main-menu__list > li > ul > li > ul,
.stricky-header .main-menu__list > li > ul,
.stricky-header .main-menu__list > li > ul > li > ul {
  position: absolute;
  top: 100%;
  left: 0;
  min-width: 270px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  opacity: 0;
  visibility: hidden;
  -webkit-transform-origin: top center;
  transform-origin: top center;
  -webkit-transform: scaleY(0) translateZ(100px);
  transform: scaleY(0) translateZ(100px);
  -webkit-transition: opacity 500ms ease, visibility 500ms ease, -webkit-transform 700ms ease;
  transition: opacity 500ms ease, visibility 500ms ease, -webkit-transform 700ms ease;
  transition: opacity 500ms ease, visibility 500ms ease, transform 700ms ease;
  transition: opacity 500ms ease, visibility 500ms ease, transform 700ms ease, -webkit-transform 700ms ease;
  z-index: 99;
  background-color: rgb(255, 255, 255);
  box-shadow: 0px 10px 39.2px 0.8px rgba(0, 0, 0, 0.1);
  border-bottom-left-radius: 10px;
  padding: 31px 0px 31px;
  border-bottom-right-radius: 10px;
}

.border-top-2px {
  border-top: 2px solid var(--roofsie-base, #ff4f47);
}

.main-menu .main-menu__list > li > ul > li > ul > li > ul,
.stricky-header .main-menu__list > li > ul > li > ul > li > ul {
  display: none;
}

.main-menu .main-menu__list > li:hover > ul,
.main-menu .main-menu__list > li > ul > li:hover > ul,
.stricky-header .main-menu__list > li:hover > ul,
.stricky-header .main-menu__list > li > ul > li:hover > ul {
  opacity: 1;
  visibility: visible;
  -webkit-transform: scaleY(1) translateZ(0px);
  transform: scaleY(1) translateZ(0px);
}

.main-menu .main-menu__list > li > ul > li,
.main-menu .main-menu__list > li > ul > li > ul > li,
.stricky-header .main-menu__list > li > ul > li,
.stricky-header .main-menu__list > li > ul > li > ul > li {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 100%;
  flex: 1 1 100%;
  width: 100%;
  position: relative;
  padding-left: 20px;
  padding-right: 20px;
}

.main-menu .main-menu__list > li > ul > li + li,
.main-menu .main-menu__list > li > ul > li > ul > li + li,
.stricky-header .main-menu__list > li > ul > li + li,
.stricky-header .main-menu__list > li > ul > li > ul > li + li {
  border-top: none;
  margin-top: 10px;
}

.main-menu .main-menu__list > li > ul > li > a,
.main-menu .main-menu__list > li > ul > li > ul > li > a,
.stricky-header .main-menu__list > li > ul > li > a,
.stricky-header .main-menu__list > li > ul > li > ul > li > a {
  position: relative;
  font-size: 16px;
  line-height: 30px;
  color: var(--roofsie-gray);
  letter-spacing: 0;
  font-weight: 500;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 4px 20px 3px;
  -webkit-transition: 500ms;
  transition: 500ms;
  background-color: var(--roofsie-white);
  border-radius: var(--roofsie-bdr-radius);
}

.main-menu .main-menu__list > li > ul > li:hover > a,
.main-menu .main-menu__list > li > ul > li > ul > li:hover > a,
.stricky-header .main-menu__list > li > ul > li:hover > a,
.stricky-header .main-menu__list > li > ul > li > ul > li:hover > a {
  background-color: var(--roofsie-primary);
  color: var(--roofsie-black, #1c1b1f);
}

.main-menu .main-menu__list > li > ul > li > ul,
.stricky-header .main-menu__list > li > ul > li > ul {
  top: 0;
  left: 100%;
  border-top-left-radius: var(--roofsie-bdr-radius);
  border-top-right-radius: var(--roofsie-bdr-radius);
}
.main-menu .main-menu__list > li > ul > li > ul.right-align,
.stricky-header .main-menu__list > li > ul > li > ul.right-align {
  left: auto;
  right: 100%;
}

.main-menu .main-menu__list li ul li > ul.right-align,
.stricky-header .main-menu__list li ul li > ul.right-align {
  top: 0;
  left: auto;
  right: 100%;
}

.main-menu-three__main-menu-box .main-menu__list > .megamenu,
.main-menu-two__main-menu-box .main-menu__list > .megamenu,
.main-menu__wrapper .main-menu__list > .megamenu {
  position: static;
}

.main-menu-three__main-menu-box .main-menu__list > .megamenu > ul,
.main-menu-two__main-menu-box .main-menu__list > .megamenu > ul,
.main-menu__wrapper .main-menu__list > .megamenu > ul {
  top: 100% !important;
  left: 0 !important;
  right: 0 !important;
  background-color: transparent;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.main-menu-three__main-menu-box .main-menu__list > .megamenu > ul > li,
.main-menu-two__main-menu-box .main-menu__list > .megamenu > ul > li,
.main-menu__wrapper .main-menu__list > .megamenu > ul > li {
  padding: 0 !important;
}

.stricky-header {
  position: fixed;
  z-index: 991;
  top: 0;
  left: 0;
  background-color: #fff;
  width: 100%;
  visibility: hidden;
  -webkit-transform: translateY(-120%);
  transform: translateY(-120%);
  -webkit-transition: visibility 500ms ease, -webkit-transform 500ms ease;
  transition: visibility 500ms ease, -webkit-transform 500ms ease;
  transition: transform 500ms ease, visibility 500ms ease;
  transition: transform 500ms ease, visibility 500ms ease, -webkit-transform 500ms ease;
  -webkit-box-shadow: 0px 10px 60px 0px rgba(0, 0, 0, 0.05);
  box-shadow: 0px 10px 60px 0px rgba(0, 0, 0, 0.05);
}

@media (max-width: 1199px) {
  .stricky-header {
    display: none !important;
  }
}
.stricky-header.stricky-fixed {
  -webkit-transform: translateY(0);
  transform: translateY(0);
  visibility: visible;
}

.stricky-header .main-menu__inner {
  -webkit-box-shadow: none;
  box-shadow: none;
  padding-right: 0;
  max-width: 1170px;
  width: 100%;
  margin: 0 auto;
}

.mobile-nav__buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-left: auto;
  margin-right: 10px;
}

@media (min-width: 1200px) {
  .mobile-nav__buttons {
    display: none;
  }
}
.mobile-nav__buttons a {
  font-size: 20px;
  color: var(--roofsie-base, #ff4f47);
  cursor: pointer;
}

.mobile-nav__buttons a + a {
  margin-left: 10px;
}

.mobile-nav__buttons a:hover {
  color: var(--roofsie-base, #ff4f47);
}

.main-menu .mobile-nav__toggler {
  font-size: 20px;
  color: var(--roofsie-base, #ff4f47);
  cursor: pointer;
  -webkit-transition: 500ms;
  transition: 500ms;
}

.main-menu .mobile-nav__toggler:hover {
  color: var(--roofsie-black, #1c1b1f);
}

@media (min-width: 1200px) {
  .main-menu .mobile-nav__toggler {
    display: none;
  }
}
/*--------------------------------------------------------------
# Mobile Nav
--------------------------------------------------------------*/
.mobile-nav__wrapper {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  z-index: 999;
  -webkit-transform: translateX(-100%);
  transform: translateX(-100%);
  -webkit-transform-origin: left center;
  transform-origin: left center;
  -webkit-transition: visibility 500ms ease 500ms, -webkit-transform 500ms ease 500ms;
  transition: visibility 500ms ease 500ms, -webkit-transform 500ms ease 500ms;
  transition: transform 500ms ease 500ms, visibility 500ms ease 500ms;
  transition: transform 500ms ease 500ms, visibility 500ms ease 500ms, -webkit-transform 500ms ease 500ms;
  visibility: hidden;
}

.mobile-nav__wrapper .container {
  padding-left: 0;
  padding-right: 0;
}

.mobile-nav__wrapper.expanded {
  opacity: 1;
  -webkit-transform: translateX(0%);
  transform: translateX(0%);
  visibility: visible;
  -webkit-transition: visibility 500ms ease 0ms, -webkit-transform 500ms ease 0ms;
  transition: visibility 500ms ease 0ms, -webkit-transform 500ms ease 0ms;
  transition: transform 500ms ease 0ms, visibility 500ms ease 0ms;
  transition: transform 500ms ease 0ms, visibility 500ms ease 0ms, -webkit-transform 500ms ease 0ms;
}

.mobile-nav__overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #000000;
  opacity: 0.5;
  cursor: pointer;
}

.mobile-nav__content {
  width: 300px;
  background-color: var(--roofsie-black, #1c1b1f);
  z-index: 10;
  position: relative;
  height: 100%;
  overflow-y: auto;
  padding-top: 30px;
  padding-bottom: 30px;
  padding-left: 15px;
  padding-right: 15px;
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translateX(-100%);
  transform: translateX(-100%);
  -webkit-transition: opacity 500ms ease 0ms, visibility 500ms ease 0ms, -webkit-transform 500ms ease 0ms;
  transition: opacity 500ms ease 0ms, visibility 500ms ease 0ms, -webkit-transform 500ms ease 0ms;
  transition: opacity 500ms ease 0ms, visibility 500ms ease 0ms, transform 500ms ease 0ms;
  transition: opacity 500ms ease 0ms, visibility 500ms ease 0ms, transform 500ms ease 0ms, -webkit-transform 500ms ease 0ms;
}

.mobile-nav__wrapper.expanded .mobile-nav__content {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateX(0);
  transform: translateX(0);
  -webkit-transition: opacity 500ms ease 500ms, visibility 500ms ease 500ms, -webkit-transform 500ms ease 500ms;
  transition: opacity 500ms ease 500ms, visibility 500ms ease 500ms, -webkit-transform 500ms ease 500ms;
  transition: opacity 500ms ease 500ms, visibility 500ms ease 500ms, transform 500ms ease 500ms;
  transition: opacity 500ms ease 500ms, visibility 500ms ease 500ms, transform 500ms ease 500ms, -webkit-transform 500ms ease 500ms;
}

.mobile-nav__content .logo-box {
  margin-bottom: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.mobile-nav__close {
  position: absolute;
  top: 20px;
  right: 15px;
  font-size: 18px;
  color: var(--roofsie-white);
  cursor: pointer;
}

.mobile-nav__content .main-menu__list,
.mobile-nav__content .main-menu__list > li > ul,
.mobile-nav__content .main-menu__list > li > ul > li > ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}

.default .mobile-nav__content .logo-box h1 {
  color: #fff;
  text-transform: capitalize;
  margin-top: 30px;
}

.mobile-nav__content .main-menu__list > li > ul,
.mobile-nav__content .main-menu__list > li > ul > li > ul {
  display: none;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  margin-left: 0.5em;
}

.mobile-nav__content .main-menu__list > li:not(:last-child),
.mobile-nav__content .main-menu__list > li > ul > li:not(:last-child),
.mobile-nav__content .main-menu__list > li > ul > li > ul > li:not(:last-child) {
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.mobile-nav__content .main-menu__list > li > a > .main-menu-border {
  display: none !important;
}

.mobile-nav__content .main-menu__list > li > a,
.mobile-nav__content .main-menu__list > li > ul > li > a,
.mobile-nav__content .main-menu__list > li > ul > li > ul > li > a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  line-height: 30px;
  color: #ffffff;
  font-size: 14px;
  font-family: var(--roofsie-font, "Rubik", sans-serif);
  font-weight: 500;
  height: 46px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transition: 500ms;
  transition: 500ms;
}

.mobile-nav__content .main-menu__list > li > a.expanded .mobile-nav__content .main-menu__list > li > ul > li > a.expanded .mobile-nav__content .main-menu__list > li > ul > li > ul > li > a.expanded {
  color: var(--roofsie-base, #ff4f47);
}

.mobile-nav__content .main-menu__list > li > a > button,
.mobile-nav__content .main-menu__list > li > ul > li > a > button,
.mobile-nav__content .main-menu__list > li > ul > li > ul > li > a > button {
  width: 30px;
  height: 30px;
  background-color: var(--roofsie-base, #ff4f47);
  border: none;
  outline: none;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
  -webkit-transform: rotate(-90deg);
  transform: rotate(-90deg);
  -webkit-transition: -webkit-transform 500ms ease;
  transition: -webkit-transform 500ms ease;
  transition: transform 500ms ease;
  transition: transform 500ms ease, -webkit-transform 500ms ease;
  padding: 0;
}

.mobile-nav__content .main-menu__list > li > a > button.expanded,
.mobile-nav__content .main-menu__list > li > ul > li > a > button.expanded,
.mobile-nav__content .main-menu__list > li > ul > li > ul > li > a > button.expanded {
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
  background-color: #fff;
  color: var(--roofsie-base, #ff4f47);
}

/* no menu after 2rd level dropdown */
.mobile-nav__content .main-menu__list > li > ul > li > ul > li > a > button,
.mobile-nav__content .main-menu__list > li > ul > li > ul > li > ul {
  display: none !important;
}

.mobile-nav__content .main-menu__list li.cart-btn span {
  position: relative;
  top: auto;
  right: auto;
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0);
}

.mobile-nav__content .main-menu__list li.cart-btn i {
  font-size: 16px;
}

.mobile-nav__content .home-showcase {
  margin: 0;
}

.mobile-nav__top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 30px;
}

.mobile-nav__top .main-menu__login a {
  color: var(--roofsie-text-dark);
}

.mobile-nav__container {
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.mobile-nav__social {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.mobile-nav__social a {
  font-size: 16px;
  color: var(--roofsie-white);
  -webkit-transition: 500ms;
  transition: 500ms;
}

.mobile-nav__social a + a {
  margin-left: 30px;
}

.mobile-nav__social a:hover {
  color: var(--roofsie-base, #ff4f47);
}

.mobile-nav__contact {
  margin-bottom: 0;
  margin-top: 20px;
  margin-bottom: 20px;
}

.mobile-nav__contact li {
  color: var(--roofsie-text-dark);
  font-size: 14px;
  font-weight: 500;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.mobile-nav__contact li + li {
  margin-top: 15px;
}

.mobile-nav__contact li a {
  color: #ffffff;
  -webkit-transition: 500ms;
  transition: 500ms;
}

.mobile-nav__contact li a:hover {
  color: var(--roofsie-base, #ff4f47);
}

.mobile-nav__contact li > i {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background-color: var(--roofsie-base, #ff4f47);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
  font-size: 11px;
  margin-right: 10px;
  color: #fff;
}

.mobile-nav__container .main-logo,
.mobile-nav__container .topbar__buttons,
.mobile-nav__container .main-menu__language,
.mobile-nav__container .main-menu__login {
  display: none;
}

/*--------------------------------------------------------------
# Home Showcase
--------------------------------------------------------------*/
.home-showcase {
  margin-top: -31px;
  margin-bottom: -31px;
}

.home-showcase__inner {
  padding: 40px 40px 34px;
  background-color: rgb(255, 255, 255);
  box-shadow: 0px 10px 39.2px 0.8px rgba(0, 0, 0, 0.1);
  border-top: 2px solid var(--roofsie-base, #ff4f47);
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
}

.home-showcase .row {
  --bs-gutter-x: 42px;
  --bs-gutter-y: 20px;
}

.home-showcase__image {
  position: relative;
  background-color: var(--roofsie-base, #ff4f47);
  overflow: hidden;
  border-radius: 10px;
}

.home-showcase .home-showcase__image > img {
  width: 100%;
  border-radius: 10px;
  -webkit-transition: 500ms ease;
  transition: 500ms ease;
  -webkit-transform: scale(1);
  transform: scale(1);
}

.home-showcase__image:hover > img {
  opacity: 0.75;
}

.home-showcase__image:hover .home-showcase__buttons {
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  opacity: 1;
  visibility: visible;
}

.home-showcase__buttons {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-transform: scale(1, 0);
  transform: scale(1, 0);
  opacity: 0;
  visibility: hidden;
  -webkit-transform-origin: bottom center;
  transform-origin: bottom center;
  -webkit-transition: 500ms ease;
  transition: 500ms ease;
}

.home-showcase__buttons__item {
  padding: 10px 20px;
  width: 150px;
  text-align: center;
}

.home-showcase__buttons__item + .home-showcase__buttons__item {
  margin-top: 10px;
}

.home-showcase__title {
  margin: 0;
  text-align: center;
  font-size: 18px;
  font-weight: 600;
  color: var(--roofsie-black, #1c1b1f);
  margin-top: 16px;
}

.mobile-nav__wrapper .home-showcase .row [class*=col-] {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
}

.mobile-nav__wrapper .home-showcase__inner {
  padding: 15px 0px;
  background-color: rgba(0, 0, 0, 0);
}

.mobile-nav__wrapper .home-showcase__title {
  color: var(--roofsie-white, #ffffff);
}

.stricky-header .megamenu-left .container {
  margin: 0;
  margin-left: 25px;
}

/*--------------------------------------------------------------
# Navigations Two
--------------------------------------------------------------*/
.main-header-two {
  width: 100%;
  background: transparent;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  z-index: 99;
  position: relative;
}

.main-header-two__top {
  position: relative;
  display: block;
  background-color: var(--roofsie-white);
}

.main-header-two__top-inner {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-left: 480px;
  z-index: 1;
}

.main-header-two__top-inner:before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 418px;
  right: -1000000px;
  background-color: #f5f2ef;
  z-index: -1;
}

.main-header-two__top-inner:after {
  position: absolute;
  content: "";
  top: 0;
  left: 418px;
  border-left: 0px solid #fff;
  border-right: 40px solid transparent;
  border-top: 40px solid #fff;
  z-index: -1;
}

.main-header-two__top-left-text {
  font-size: 14px;
  font-weight: 600;
  line-height: 15px;
}

.main-header-two__top-social {
  position: relative;
  display: flex;
  align-items: center;
}

.main-header-two__top-social a {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 15px;
  color: var(--roofsie-black, #1c1b1f);
  height: 40px;
  width: 40px;
  background-color: transparent;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.main-header-two__top-social a:hover {
  background-color: var(--roofsie-white);
}

.main-header-two__middle {
  position: relative;
  display: block;
  background-color: var(--roofsie-white);
}

.main-header-two__middle-inner {
  position: relative;
  display: block;
}

.main-header-two__shape-1 {
  position: absolute;
  top: -40px;
  left: 122px;
  border-top: 144px solid #151518;
  border-left: 141px solid transparent;
  border-right: 141px solid transparent;
}

.main-header-two__shape-2 {
  position: absolute;
  top: -40px;
  left: 84px;
  border-top: 96px solid var(--roofsie-base, #ff4f47);
  border-left: 96px solid transparent;
  border-right: 96px solid transparent;
}

.main-header-two__shape-3 {
  position: absolute;
  bottom: -1px;
  left: 190px;
  border-bottom: 38px solid var(--roofsie-black, #1c1b1f);
  border-left: 37px solid transparent;
  border-right: 37px solid transparent;
}

.main-header-two__shape-4 {
  position: absolute;
  top: -40px;
  left: -375px;
  height: 233px;
  width: 415px;
  background-color: var(--roofsie-primary);
  clip-path: polygon(0 0, 100% 0%, 43% 100%, 0% 100%);
}

.main-header-two__shape-5 {
  position: absolute;
  bottom: -90px;
  left: -15px;
  border-bottom: 60px solid var(--roofsie-primary);
  border-left: 60px solid transparent;
  border-right: 60px solid transparent;
  z-index: 1;
}

.main-header-two__shape-6 {
  position: absolute;
  bottom: -90px;
  left: -142px;
  border-bottom: 93px solid var(--roofsie-base, #ff4f47);
  border-left: 93px solid transparent;
  border-right: 93px solid transparent;
}

.main-header-two__shape-7 {
  position: absolute;
  top: 103px;
  left: 105px;
  border-left: 0px solid #fff;
  border-right: 86px solid transparent;
  border-top: 90px solid #fff;
  z-index: 1;
}

.main-header-two__logo {
  position: relative;
  display: block;
  float: left;
  max-width: 175px;
  width: 100%;
}
.main-header-two__logo a > img {
  image-rendering: -moz-crisp-edges;
  image-rendering: -o-crisp-edges;
  image-rendering: -webkit-optimize-contrast;
  image-rendering: crisp-edges;
  -ms-interpolation-mode: nearest-neighbor;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -ms-transform: translateZ(0);
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
}

.main-header-two__address {
  position: relative;
  display: block;
  float: right;
  padding: 25px 0 24px;
}

.main-header-two__address-list {
  position: relative;
  display: flex;
  align-items: center;
}

.main-header-two__address-list li {
  position: relative;
  display: flex;
}

.main-header-two__address-list li:before {
  position: absolute;
  top: -6px;
  bottom: -4px;
  right: -33px;
  content: "";
  width: 2px;
  background-color: var(--roofsie-primary);
  transform: rotate(10deg);
}

.main-header-two__address-list li:last-child:before {
  display: none;
}

.main-header-two__address-list li + li {
  margin-left: 65px;
}

.main-header-two__address-list li .icon {
  position: relative;
  display: block;
  top: 2px;
}

.main-header-two__address-list li .icon span {
  font-size: 30px;
  color: var(--roofsie-base, #ff4f47);
  position: relative;
  display: inline-block;
}

.main-header-two__address-list li:last-child .icon span {
  font-size: 48px;
}

.main-header-two__address-list li:last-child .icon {
  top: 3px;
}

.main-header-two__address-list li .content {
  margin-left: 20px;
}

.main-header-two__address-list li:last-child .content {
  margin-left: 8px;
  top: 10px;
  position: relative;
}

.main-header-two__address-list li .content p {
  font-size: 13px;
  line-height: 13px;
}

.main-header-two__address-list li .content h5 {
  font-size: 16px;
  font-weight: 700;
  line-height: 20px;
  margin-top: 4px;
}

.main-header-two__address-list li .content h5 a {
  color: var(--roofsie-black, #1c1b1f);
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.main-header-two__address-list li .content h5 a:hover {
  color: var(--roofsie-base, #ff4f47);
}

.main-menu-two__wrapper {
  position: relative;
  display: block;
}

.main-menu-two__wrapper-inner {
  display: block;
  background-color: var(--roofsie-black, #1c1b1f);
  margin-left: 105px;
  padding-left: 107px;
}

.main-menu-two__wrapper-inner-bg {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 50%;
  background-color: var(--roofsie-black, #1c1b1f);
  z-index: -1;
}

.main-menu-two__left {
  display: block;
  float: left;
}

.main-menu-two__main-menu-box {
  display: block;
}

.main-menu-two__right {
  position: relative;
  display: flex;
  float: right;
  align-items: center;
}

.main-menu-two__search-box-get-quote {
  position: relative;
  display: flex;
  align-items: center;
}

.main-menu-two__search-box {
  position: relative;
  display: flex;
  align-items: center;
  margin-right: 30px;
  padding: 33px 0;
}

.main-menu-two__search-box:before {
  position: absolute;
  top: 25px;
  left: -30px;
  bottom: 25px;
  content: "";
  width: 1px;
  background-color: rgba(var(--roofsie-white-rgb), 0.1);
}

.main-menu-two__search {
  font-size: 24px;
  color: var(--roofsie-white);
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.main-menu-two__search:hover {
  color: var(--roofsie-base, #ff4f47);
}

.main-menu-two__btn:hover {
  color: var(--roofsie-base, #ff4f47);
}

.main-menu-two__btn:before {
  background-color: var(--roofsie-white);
}

.main-menu-two__btn:hover i {
  background-color: var(--roofsie-base, #ff4f47);
  color: var(--roofsie-white);
}

.main-menu-two .main-menu__list > li,
.stricky-header.main-menu-two .main-menu__list > li {
  padding-top: 30px;
  padding-bottom: 30px;
}

.main-menu-two .main-menu__list > li + li,
.stricky-header.main-menu-two .main-menu__list > li + li {
  margin-left: 45px;
}

.main-menu-two .main-menu__list > li > a,
.stricky-header.main-menu-two .main-menu__list > li > a {
  color: #86838c;
}

.main-menu-two .main-menu__list > li.current > a,
.main-menu-two .main-menu__list > li.current-menu-ancestor > a,
.main-menu-two .main-menu__list > li.current_page_item > a,
.main-menu-two .main-menu__list > li.current-menu-item > a,
.main-menu-two .main-menu__list > li.current-menu-parent > a,
.main-menu-two .main-menu__list > li:hover > a,
.stricky-header.main-menu-two .main-menu__list > li.current > a,
.stricky-header.main-menu-two .main-menu__list > li.current-menu-ancestor > a,
.stricky-header.main-menu-two .main-menu__list > li.current_page_item > a,
.stricky-header.main-menu-two .main-menu__list > li.current-menu-itemm > a,
.stricky-header.main-menu-two .main-menu__list > li.current-menu-parent > a,
.stricky-header.main-menu-two .main-menu__list > li:hover > a {
  color: var(--roofsie-base, #ff4f47);
}

.stricky-header .main-menu-two__wrapper-inner {
  margin-left: 0px;
  padding-left: 0px;
}

.stricky-header .main-menu-two__wrapper-inner-bg {
  left: 0;
}

/*--------------------------------------------------------------
# Navigations Three
--------------------------------------------------------------*/
.main-header-three {
  position: relative;
  display: block;
  background-color: var(--roofsie-black, #1c1b1f);
  z-index: 99;
}

.main-header-three-shape {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  opacity: 0.03;
  z-index: -1;
}

.main-header-three__top {
  position: relative;
  display: block;
}

.main-header-three__top-inner {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  background-color: #151417;
  margin-left: 200px;
  padding-top: 5px;
  padding-bottom: 5px;
  padding-left: 20px;
  border-bottom-left-radius: 10px;
}

.main-header-three__top-inner:before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: -1000000px;
  background-color: #151417;
  border-bottom-left-radius: 10px;
  z-index: -1;
}

.main-header-three__top-left-text {
  font-size: 14px;
  color: #86838c;
  font-weight: 400;
}

.main-header-three__top-menu {
  position: relative;
  display: flex;
  align-items: center;
}

.main-header-three__top-menu li {
  position: relative;
  display: flex;
  align-items: center;
}

.main-header-three__top-menu li + li {
  margin-left: 30px;
}

.main-header-three__top-menu li:before {
  position: absolute;
  top: 10px;
  bottom: 8px;
  right: -14px;
  content: "";
  width: 1px;
  background-color: #86838c;
  transform: rotate(15deg);
}

.main-header-three__top-menu li:last-child:before {
  display: none;
}

.main-header-three__top-menu li a {
  font-size: 14px;
  color: #86838c;
  font-weight: 400;
  display: flex;
  align-items: center;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.main-header-three__top-menu li a:hover {
  color: var(--roofsie-base, #ff4f47);
}

.main-menu-three__wrapper {
  position: relative;
  display: block;
}

.main-menu-three__wrapper-inner {
  display: block;
  padding-left: 200px;
}

.main-menu-three__logo {
  position: absolute;
  top: -20px;
  left: 0;
  right: 0;
  bottom: 0;
  max-width: 1170px;
  margin: 0 auto;
  width: 100%;
}
.main-menu-three__logo a > img {
  image-rendering: -moz-crisp-edges;
  image-rendering: -o-crisp-edges;
  image-rendering: -webkit-optimize-contrast;
  image-rendering: crisp-edges;
  -ms-interpolation-mode: nearest-neighbor;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -ms-transform: translateZ(0);
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
}

.main-menu-three__left {
  display: block;
  float: left;
}

.main-menu-three__main-menu-box {
  display: block;
}

.main-menu-three__right {
  position: relative;
  float: right;
  display: flex;
  align-items: center;
  padding-top: 20px;
}

.main-menu-three__search-box {
  position: relative;
  display: flex;
  align-items: center;
  margin-right: 30px;
}

.main-menu-three__search-box:before {
  position: absolute;
  top: -8px;
  left: -30px;
  bottom: -8px;
  content: "";
  width: 1px;
  background-color: rgba(var(--roofsie-white-rgb), 0.1);
}

.main-menu-three__search {
  font-size: 24px;
  color: var(--roofsie-white);
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.main-menu-three__search:hover {
  color: var(--roofsie-base, #ff4f47);
}

.main-menu-three__btn:hover {
  color: var(--roofsie-base, #ff4f47);
}

.main-menu-three__btn:before {
  background-color: var(--roofsie-white);
}

.main-menu-three__btn:hover i {
  background-color: var(--roofsie-base, #ff4f47);
  color: var(--roofsie-white);
}

.main-menu-three .main-menu__list > li > a,
.stricky-header.main-menu-three .main-menu__list > li > a {
  color: #86838c;
}

.main-menu-three .main-menu__list > li.current-menu-ancestor > a,
.main-menu-three.main-menu__list > li.current_page_item > a,
.main-menu-three .main-menu__list > li.current-menu-item > a,
.main-menu-three .main-menu__list > li.current-menu-parent > a,
.main-menu-three .main-menu__list > li.current > a,
.main-menu-three .main-menu__list > li:hover > a,
.stricky-header.main-menu-three .main-menu__list > li.current > a,
.stricky-header.main-menu-three .main-menu__list > li.current-menu-ancestor > a,
.stricky-header.main-menu-three .main-menu__list > li.current_page_item > a,
.stricky-header.main-menu-three .main-menu__list > li.current-menu-item > a,
.stricky-header.main-menu-three .main-menu__list > li.current-menu-parent > a,
.stricky-header.main-menu-three .main-menu__list > li:hover > a {
  color: var(--roofsie-base, #ff4f47);
}

.main-menu-three .main-menu__list > li {
  padding-top: 35px;
  padding-bottom: 85px;
}

.stricky-header.main-menu-three .main-menu__list > li {
  padding-top: 35px;
  padding-bottom: 35px;
}

.main-menu-three .main-menu__list > li + li,
.stricky-header.main-menu-three .main-menu__list > li + li {
  margin-left: 45px;
}

.stricky-header.main-menu-three {
  background-color: var(--roofsie-black, #1c1b1f);
}

.stricky-header .main-menu-three__logo {
  top: 8px;
}

.main-menu-three__bottom {
  position: absolute;
  bottom: -50px;
  left: 0;
  right: 0;
}

.main-menu-three__bottom-inner {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-radius: var(--roofsie-bdr-radius);
  padding: 23px 40px 23px;
  background-color: rgb(255, 255, 255);
  box-shadow: 0px 5px 30px 0px rgba(0, 0, 0, 0.1);
}

.main-header-three__address-list {
  position: relative;
  display: flex;
  align-items: center;
}

.main-header-three__address-list li {
  position: relative;
  display: flex;
}

.main-header-three__address-list li:before {
  position: absolute;
  top: -6px;
  bottom: -4px;
  right: -33px;
  content: "";
  width: 2px;
  background-color: var(--roofsie-primary);
  transform: rotate(10deg);
}

.main-header-three__address-list li:last-child:before {
  display: none;
}

.main-header-three__address-list li + li {
  margin-left: 65px;
}

.main-header-three__address-list li .icon {
  position: relative;
  display: block;
  top: 2px;
}

.main-header-three__address-list li .icon span {
  font-size: 30px;
  color: var(--roofsie-base, #ff4f47);
  position: relative;
  display: inline-block;
}

.main-header-three__address-list li:last-child .icon span {
  font-size: 48px;
}

.main-header-three__address-list li:last-child .icon {
  top: 3px;
}

.main-header-three__address-list li .content {
  margin-left: 20px;
}

.main-header-three__address-list li:last-child .content {
  margin-left: 8px;
  top: 10px;
  position: relative;
}

.main-header-three__address-list li .content p {
  font-size: 13px;
  line-height: 13px;
}

.main-header-three__address-list li .content h5 {
  font-size: 16px;
  font-weight: 700;
  line-height: 20px;
  margin-top: 4px;
}

.main-header-three__address-list li .content h5 a {
  color: var(--roofsie-black, #1c1b1f);
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.main-header-three__address-list li .content h5 a:hover {
  color: var(--roofsie-base, #ff4f47);
}

.main-menu-three__bottom-right {
  position: relative;
  display: block;
}

.main-menu-three__social {
  position: relative;
  display: flex;
  align-items: center;
}

.main-menu-three__social a {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 40px;
  width: 40px;
  background-color: var(--roofsie-primary);
  border-radius: 50%;
  font-size: 15px;
  color: var(--roofsie-black, #1c1b1f);
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.main-menu-three__social a:hover {
  background-color: var(--roofsie-base, #ff4f47);
  color: var(--roofsie-white);
}

.main-menu-three__social a + a {
  margin-left: 10px;
}

.main-menu-three__main-menu-box .main-menu__list > .megamenu > ul {
  top: 66% !important;
}

.stricky-header .main-menu-three__main-menu-box .main-menu__list > .megamenu > ul {
  top: 100% !important;
}

.main-menu-three .main-menu__list > li > ul,
.main-menu .main-menu__list > li > ul > li > ul {
  top: 66%;
}

.stricky-header.main-menu-three .main-menu__list > li > ul,
.main-menu .main-menu__list > li > ul > li > ul {
  top: 0%;
}

/*--------------------------------------------------------------
# Search Popup
--------------------------------------------------------------*/
.search-popup {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  z-index: 9999;
  padding-left: 20px;
  padding-right: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transform: translateY(-110%);
  transform: translateY(-110%);
  -webkit-transition: opacity 500ms ease, -webkit-transform 500ms ease;
  transition: opacity 500ms ease, -webkit-transform 500ms ease;
  transition: transform 500ms ease, opacity 500ms ease;
  transition: transform 500ms ease, opacity 500ms ease, -webkit-transform 500ms ease;
}

.search-popup.active {
  -webkit-transform: translateY(0%);
  transform: translateY(0%);
}

.search-popup__overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #000000;
  opacity: 0.9;
  cursor: pointer;
}

.search-popup__content {
  width: 100%;
  max-width: 560px;
}

.search-popup__content form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  position: relative;
  background-color: #fff;
  border-radius: 10px;
  overflow: hidden;
}

.search-popup__content form input[type=search],
.search-popup__content form input[type=text] {
  width: 100%;
  background-color: #fff;
  font-size: 16px;
  border: none;
  outline: none;
  height: 66px;
  padding-left: 30px;
}

.search-popup__content .thm-btn {
  padding: 0;
  width: 68px;
  height: 68px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
  position: absolute;
  top: 0;
  right: -1px;
  border-radius: 0;
  background-color: var(--roofsie-black, #1c1b1f);
  border: 0;
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
}

.search-popup__content .thm-btn:hover::before {
  background-color: var(--roofsie-base, #ff4f47);
}

.search-popup__content .thm-btn i {
  height: auto;
  width: auto;
  background-color: transparent;
  border-radius: 50%;
  color: var(--roofsie-white);
  font-size: 22px;
  line-height: inherit;
  text-align: center;
  top: 0;
  margin-right: 0;
  padding-left: 0;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.search-popup__content .thm-btn:hover i {
  color: var(--roofsie-white);
}

/*--------------------------------------------------------------
# Main Slider
--------------------------------------------------------------*/
.main-slider {
  position: relative;
  display: block;
  z-index: 91;
}

.main-slider .swiper-slide {
  position: relative;
  background-color: var(--roofsie-black, #1c1b1f);
}

.main-slider .container {
  position: relative;
  padding-top: 157px;
  padding-bottom: 155px;
  z-index: 30;
}

.main-slider .image-layer {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 150px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  -webkit-transform: scale(1);
  transform: scale(1);
  -webkit-transition: opacity 1500ms ease-in, -webkit-transform 7000ms ease;
  transition: opacity 1500ms ease-in, -webkit-transform 7000ms ease;
  transition: transform 7000ms ease, opacity 1500ms ease-in;
  transition: transform 7000ms ease, opacity 1500ms ease-in, -webkit-transform 7000ms ease;
  z-index: 1;
}

.main-slider .swiper-slide-active .image-layer {
  -webkit-transform: scale(1.15);
  transform: scale(1.15);
}

.main-slider .image-layer:before {
  position: absolute;
  left: -1px;
  top: 0px;
  bottom: 0;
  right: 0;
  content: "";
  background-image: -moz-linear-gradient(-1deg, rgb(28, 27, 31) 0%, rgba(28, 27, 31, 0) 100%);
  background-image: -webkit-linear-gradient(-1deg, rgb(28, 27, 31) 0%, rgba(28, 27, 31, 0) 100%);
  background-image: -ms-linear-gradient(-1deg, rgb(28, 27, 31) 0%, rgba(28, 27, 31, 0) 100%);
  z-index: -1;
}

.main-slider .image-layer:after {
  position: absolute;
  left: 0px;
  top: 0px;
  bottom: 0;
  right: 0;
  content: "";
  background-color: rgba(var(--roofsie-black-rgb), 0.3);
  z-index: -1;
}

.main-slider__content {
  position: relative;
  display: block;
  text-align: left;
}

.main-slider__sub-title {
  font-size: 24px;
  color: var(--roofsie-base, #ff4f47);
  font-weight: 800;
  line-height: 34px;
  margin-bottom: 6px;
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translateY(-120px);
  transform: translateY(-120px);
  -webkit-transition-delay: 1000ms;
  transition-delay: 1000ms;
  -webkit-transition: opacity 2000ms ease, -webkit-transform 2000ms ease;
  transition: opacity 2000ms ease, -webkit-transform 2000ms ease;
  transition: transform 2000ms ease, opacity 2000ms ease;
  transition: transform 2000ms ease, opacity 2000ms ease, -webkit-transform 2000ms ease;
}

.main-slider__title {
  position: relative;
  font-size: 70px;
  color: var(--roofsie-white);
  font-weight: 800;
  line-height: 80px;
  margin-bottom: 28px;
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translateY(-120px);
  transform: translateY(-120px);
  -webkit-transition-delay: 1000ms;
  transition-delay: 1000ms;
  -webkit-transition: opacity 2000ms ease, -webkit-transform 2000ms ease;
  transition: opacity 2000ms ease, -webkit-transform 2000ms ease;
  transition: transform 2000ms ease, opacity 2000ms ease;
  transition: transform 2000ms ease, opacity 2000ms ease, -webkit-transform 2000ms ease;
}

.main-slider__text {
  font-size: 18px;
  color: var(--roofsie-white);
  font-weight: 500;
  line-height: 30px;
  padding-bottom: 42px;
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translateY(120px);
  transform: translateY(120px);
  -webkit-transition-delay: 1000ms;
  transition-delay: 1000ms;
  -webkit-transition: opacity 2000ms ease, -webkit-transform 2000ms ease;
  transition: opacity 2000ms ease, -webkit-transform 2000ms ease;
  transition: transform 2000ms ease, opacity 2000ms ease;
  transition: transform 2000ms ease, opacity 2000ms ease, -webkit-transform 2000ms ease;
}

.main-slider .swiper-slide-active .main-slider__text {
  visibility: visible;
  opacity: 0.6;
  -webkit-transform: translateY(0) translateX(0);
  transform: translateY(0) translateX(0);
}

.main-slider__btn-box {
  position: relative;
  display: block;
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translateY(120px);
  transform: translateY(120px);
  -webkit-transition-delay: 1000ms;
  transition-delay: 1000ms;
  -webkit-transition: opacity 2000ms ease, -webkit-transform 2000ms ease;
  transition: opacity 2000ms ease, -webkit-transform 2000ms ease;
  transition: transform 2000ms ease, opacity 2000ms ease;
  transition: transform 2000ms ease, opacity 2000ms ease, -webkit-transform 2000ms ease;
}

.main-slider__btn:hover {
  color: var(--roofsie-base, #ff4f47);
}

.main-slider__btn:before {
  background-color: var(--roofsie-white);
}

.main-slider__btn:hover i {
  background-color: var(--roofsie-base, #ff4f47);
  color: var(--roofsie-white);
}

.main-slider .swiper-slide-active .main-slider__title,
.main-slider .swiper-slide-active .main-slider__sub-title,
.main-slider .swiper-slide-active .main-slider__btn-box {
  visibility: visible;
  opacity: 1;
  -webkit-transform: translateY(0) translateX(0);
  transform: translateY(0) translateX(0);
}

.main-slider__nav {
  position: absolute;
  top: 42%;
  left: 50%;
  z-index: 100;
  transform: translateY(-50%) translateX(-50%);
  display: flex;
  align-items: flex-end;
  flex-direction: column;
  max-width: 1200px;
  width: 100%;
  padding: 0 15px;
  height: 0;
  line-height: 0;
}

.main-slider__nav .swiper-button-next,
.main-slider__nav .swiper-button-prev {
  position: relative;
  top: auto;
  left: auto;
  right: auto;
  bottom: auto;
  z-index: 100;
  width: 50px;
  height: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 18px;
  color: rgba(var(--roofsie-white-rgb), 0.2);
  border: 2px solid rgba(var(--roofsie-white-rgb), 0.2);
  border-radius: 50%;
  margin: 0;
  text-align: center;
  transition: all 500ms ease;
  padding: 23px 0;
}

.main-slider__nav .swiper-button-next:hover,
.main-slider__nav .swiper-button-prev:hover {
  color: rgba(var(--roofsie-white-rgb), 1);
  border: 2px solid rgba(var(--roofsie-white-rgb), 1);
}

.main-slider__nav .swiper-button-next::after,
.main-slider__nav .swiper-button-prev::after {
  display: none;
}

.main-slider__nav .swiper-button-prev {
  margin-bottom: 10px;
}

/*--------------------------------------------------------------
# Main Slider Two
--------------------------------------------------------------*/
.main-slider-two {
  position: relative;
  display: block;
}

.main-slider-two .swiper-slide {
  position: relative;
}

.main-slider-two .container {
  position: relative;
  padding-top: 165px;
  padding-bottom: 165px;
  z-index: 30;
}

.image-layer-two {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  -webkit-transform: scale(1);
  transform: scale(1);
  -webkit-transition: opacity 1500ms ease-in, -webkit-transform 7000ms ease;
  transition: opacity 1500ms ease-in, -webkit-transform 7000ms ease;
  transition: transform 7000ms ease, opacity 1500ms ease-in;
  transition: transform 7000ms ease, opacity 1500ms ease-in, -webkit-transform 7000ms ease;
  z-index: 1;
}

.main-slider-two .swiper-slide-active .image-layer-two {
  -webkit-transform: scale(1.15);
  transform: scale(1.15);
}

.image-layer-two:before {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  content: "";
  background-color: rgba(var(--roofsie-black-rgb), 0.7);
  z-index: -1;
}

.main-slider-two__content {
  position: relative;
  display: block;
  text-align: center;
}

.main-slider-two__icon {
  position: relative;
  display: block;
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translateY(120px);
  transform: translateY(120px);
  -webkit-transition-delay: 1000ms;
  transition-delay: 1000ms;
  -webkit-transition: opacity 2000ms ease, -webkit-transform 2000ms ease;
  transition: opacity 2000ms ease, -webkit-transform 2000ms ease;
  transition: transform 2000ms ease, opacity 2000ms ease;
  transition: transform 2000ms ease, opacity 2000ms ease, -webkit-transform 2000ms ease;
}

.main-slider-two__icon img {
  width: auto;
}

.main-slider-two__title {
  position: relative;
  font-size: 80px;
  color: var(--roofsie-white);
  font-weight: 800;
  line-height: 95px;
  margin-top: 31px;
  margin-bottom: 33px;
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translateY(-120px);
  transform: translateY(-120px);
  -webkit-transition-delay: 1000ms;
  transition-delay: 1000ms;
  -webkit-transition: opacity 2000ms ease, -webkit-transform 2000ms ease;
  transition: opacity 2000ms ease, -webkit-transform 2000ms ease;
  transition: transform 2000ms ease, opacity 2000ms ease;
  transition: transform 2000ms ease, opacity 2000ms ease, -webkit-transform 2000ms ease;
}

.main-slider-two__btn-box {
  position: relative;
  display: block;
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translateY(120px);
  transform: translateY(120px);
  -webkit-transition-delay: 1000ms;
  transition-delay: 1000ms;
  -webkit-transition: opacity 2000ms ease, -webkit-transform 2000ms ease;
  transition: opacity 2000ms ease, -webkit-transform 2000ms ease;
  transition: transform 2000ms ease, opacity 2000ms ease;
  transition: transform 2000ms ease, opacity 2000ms ease, -webkit-transform 2000ms ease;
}

.main-slider-two__btn:hover {
  color: var(--roofsie-base, #ff4f47);
}

.main-slider-two__btn:before {
  background-color: var(--roofsie-white);
}

.main-slider-two__btn:hover i {
  background-color: var(--roofsie-base, #ff4f47);
  color: var(--roofsie-white);
}

.main-slider-two .swiper-slide-active .main-slider-two__title,
.main-slider-two .swiper-slide-active .main-slider-two__icon,
.main-slider-two .swiper-slide-active .main-slider-two__btn-box {
  visibility: visible;
  opacity: 1;
  -webkit-transform: translateY(0) translateX(0);
  transform: translateY(0) translateX(0);
}

.main-slider-two__nav {
  width: 100%;
  max-width: 1200px;
  padding-left: 15px;
  padding-right: 15px;
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 100;
  transform: translateY(-50%) translateX(-50%);
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 0;
  line-height: 0;
}

.main-slider-two__nav .swiper-button-next,
.main-slider-two__nav .swiper-button-prev {
  position: relative;
  top: auto;
  left: auto;
  right: auto;
  bottom: auto;
  z-index: 100;
  width: 50px;
  height: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 18px;
  color: rgba(var(--roofsie-white-rgb), 0.2);
  border: 2px solid rgba(var(--roofsie-white-rgb), 0.2);
  border-radius: 50%;
  margin: 0;
  text-align: center;
  transition: all 500ms ease;
}

.main-slider-two__nav .swiper-button-next:hover,
.main-slider-two__nav .swiper-button-prev:hover {
  color: rgba(var(--roofsie-white-rgb), 1);
  border: 2px solid rgba(var(--roofsie-white-rgb), 1);
}

.main-slider-two__nav .swiper-button-next {
  right: -110px;
}

.main-slider-two__nav .swiper-button-prev {
  left: -110px;
}

.main-slider-two__nav .swiper-button-next:hover,
.main-slider-two__nav .swiper-button-prev:hover {
  opacity: 1;
}

.main-slider-two__nav .swiper-button-next::after,
.main-slider-two__nav .swiper-button-prev::after {
  display: none;
}

/*--------------------------------------------------------------
# Main Slider Three
--------------------------------------------------------------*/
.main-slider-three {
  position: relative;
  display: block;
}

.main-slider-three .swiper-slide {
  position: relative;
}

.main-slider-three .container {
  position: relative;
  padding-top: 192px;
  padding-bottom: 160px;
  z-index: 30;
}

.image-layer-three {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  -webkit-transform: scale(1);
  transform: scale(1);
  -webkit-transition: opacity 1500ms ease-in, -webkit-transform 7000ms ease;
  transition: opacity 1500ms ease-in, -webkit-transform 7000ms ease;
  transition: transform 7000ms ease, opacity 1500ms ease-in;
  transition: transform 7000ms ease, opacity 1500ms ease-in, -webkit-transform 7000ms ease;
  z-index: 1;
}

.main-slider-three .swiper-slide-active .image-layer-three {
  -webkit-transform: scale(1.15);
  transform: scale(1.15);
}

.image-layer-three:before {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  content: "";
  background-color: rgba(21, 21, 24, 0.7);
  z-index: -1;
}

.main-slider-three__content {
  position: relative;
  display: block;
  text-align: center;
}

.main-slider-three__title {
  position: relative;
  font-size: 70px;
  color: var(--roofsie-white);
  font-weight: 800;
  line-height: 84px;
  margin-bottom: 26px;
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translateY(-120px);
  transform: translateY(-120px);
  -webkit-transition-delay: 1000ms;
  transition-delay: 1000ms;
  -webkit-transition: opacity 2000ms ease, -webkit-transform 2000ms ease;
  transition: opacity 2000ms ease, -webkit-transform 2000ms ease;
  transition: transform 2000ms ease, opacity 2000ms ease;
  transition: transform 2000ms ease, opacity 2000ms ease, -webkit-transform 2000ms ease;
}

.main-slider-three__text {
  font-size: 18px;
  color: var(--roofsie-white);
  font-weight: 500;
  line-height: 30px;
  padding-bottom: 41px;
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translateY(120px);
  transform: translateY(120px);
  -webkit-transition-delay: 1000ms;
  transition-delay: 1000ms;
  -webkit-transition: opacity 2000ms ease, -webkit-transform 2000ms ease;
  transition: opacity 2000ms ease, -webkit-transform 2000ms ease;
  transition: transform 2000ms ease, opacity 2000ms ease;
  transition: transform 2000ms ease, opacity 2000ms ease, -webkit-transform 2000ms ease;
}

.main-slider-three .swiper-slide-active .main-slider-three__text {
  visibility: visible;
  opacity: 0.6;
  -webkit-transform: translateY(0) translateX(0);
  transform: translateY(0) translateX(0);
}

.main-slider-three__btn-box {
  position: relative;
  display: block;
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translateY(120px);
  transform: translateY(120px);
  -webkit-transition-delay: 1000ms;
  transition-delay: 1000ms;
  -webkit-transition: opacity 2000ms ease, -webkit-transform 2000ms ease;
  transition: opacity 2000ms ease, -webkit-transform 2000ms ease;
  transition: transform 2000ms ease, opacity 2000ms ease;
  transition: transform 2000ms ease, opacity 2000ms ease, -webkit-transform 2000ms ease;
}

.main-slider-three .swiper-slide-active .main-slider-three__title,
.main-slider-three .swiper-slide-active .main-slider-three__btn-box {
  visibility: visible;
  opacity: 1;
  -webkit-transform: translateY(0) translateX(0);
  transform: translateY(0) translateX(0);
}

.main-slider-three__nav {
  position: absolute;
  top: 46%;
  left: 50%;
  z-index: 100;
  transform: translateY(-50%) translateX(-50%);
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  max-width: 1200px;
  width: 100%;
  padding: 0 15px;
  height: 0;
  line-height: 0;
}

.main-slider-three__nav .swiper-button-next,
.main-slider-three__nav .swiper-button-prev {
  position: relative;
  top: auto;
  left: auto;
  right: auto;
  bottom: auto;
  z-index: 100;
  width: 50px;
  height: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 18px;
  color: rgba(var(--roofsie-white-rgb), 0.2);
  border: 2px solid rgba(var(--roofsie-white-rgb), 0.2);
  border-radius: 50%;
  margin: 0;
  text-align: center;
  transition: all 500ms ease;
  padding: 23px 0;
}

.main-slider-three__nav .swiper-button-next:hover,
.main-slider-three__nav .swiper-button-prev:hover {
  color: rgba(var(--roofsie-white-rgb), 1);
  border: 2px solid rgba(var(--roofsie-white-rgb), 1);
}

.main-slider-three__nav .swiper-button-next::after,
.main-slider-three__nav .swiper-button-prev::after {
  display: none;
}

.main-slider-three__nav .swiper-button-prev {
  margin-bottom: 10px;
}

#main-slider-pagination {
  position: absolute;
  top: 50%;
  bottom: auto;
  left: auto;
  right: 50%;
  display: flex;
  text-align: right;
  align-items: flex-end;
  flex-direction: column;
  -webkit-transform: translate(50%, calc(-50% + 0px));
  transform: translate(50%, calc(-50% + 0px));
  max-width: 1200px;
  padding: 0 15px;
  height: 0;
  line-height: 0;
  z-index: 10;
}

#main-slider-pagination .swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  opacity: 0.3;
  background-color: #fff;
  margin-left: 0;
  margin-right: 0;
  padding: 5px 5px;
}

#main-slider-pagination .swiper-pagination-bullet + .swiper-pagination-bullet {
  margin-top: 6px;
}

#main-slider-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  opacity: 1;
}

/*--------------------------------------------------------------
# Feature One
--------------------------------------------------------------*/
.feature-one {
  position: relative;
  display: block;
  padding: 0 0 27px;
  margin-top: -3px;
  z-index: 92;
}

.feature-one__inner {
  position: relative;
  display: block;
}

.feature-one__dot {
  position: absolute;
  bottom: -30px;
  right: -144px;
  opacity: 0.2;
}

.feature-one__dot img {
  width: auto;
  -webkit-animation-duration: 9s;
  animation-duration: 9s;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-name: shapeMover;
  animation-name: shapeMover;
}

.feature-one__single {
  position: relative;
  display: block;
  background-color: rgb(255, 255, 255);
  box-shadow: 0px 10px 39.2px 0.8px rgba(0, 0, 0, 0.1);
  padding: 0 40px 30px;
  margin-bottom: 93px;
  z-index: 1;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
}

.feature-one__single:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 3px;
  background-color: var(--roofsie-base, #ff4f47);
}

.feature-one__single:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: var(--roofsie-black, #1c1b1f);
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  opacity: 0;
  visibility: hidden;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
  z-index: -1;
}

.feature-one__single:hover:after {
  opacity: 1;
  visibility: visible;
}

.feature-one__single-inner {
  position: relative;
  display: block;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
  overflow: hidden;
  z-index: 1;
}

.feature-one__top {
  display: flex;
  align-items: flex-end;
}

.feature-one__icon {
  position: relative;
  display: flex;
  background-color: var(--roofsie-base, #ff4f47);
  height: 82px;
  width: 96px;
  text-align: center;
  justify-content: center;
}

.feature-one__icon:before {
  content: "";
  position: absolute;
  top: -60px;
  left: 50%;
  transform: translateX(-50%);
  border-bottom: 60px solid var(--roofsie-base, #ff4f47);
  border-left: 69px solid transparent;
  border-right: 69px solid transparent;
}

.feature-one__icon span {
  position: relative;
  display: inline-block;
  font-size: 65px;
  color: var(--roofsie-white);
  -webkit-transition: all 500ms linear;
  transition: all 500ms linear;
  -webkit-transition-delay: 0.1s;
  transition-delay: 0.1s;
}

.feature-one__single:hover .feature-one__icon span {
  transform: scale(0.9);
}

.feature-one__title-box {
  position: relative;
  margin-left: 35px;
  top: 4px;
}

.feature-one__title {
  font-size: 20px;
  font-weight: 800;
  line-height: 24px;
}

.feature-one__title a {
  color: var(--roofsie-black, #1c1b1f);
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.feature-one__single:hover .feature-one__title a {
  color: var(--roofsie-white);
}

.feature-one__text {
  padding-top: 21px;
  padding-bottom: 11px;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.feature-one__single:hover .feature-one__text {
  color: #86838c;
}

.feature-one__read-more {
  position: relative;
  display: flex;
  align-items: center;
}

.feature-one__read-more a {
  font-size: 12px;
  font-weight: 700;
  color: var(--roofsie-black, #1c1b1f);
  text-transform: uppercase;
  letter-spacing: 0.1em;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.feature-one__single:hover .feature-one__read-more a {
  color: var(--roofsie-base, #ff4f47);
}

.feature-one__read-more a i {
  position: relative;
  display: inline-block;
  height: 13px;
  width: 13px;
  background-color: var(--roofsie-base, #ff4f47);
  border-radius: 50%;
  color: var(--roofsie-white);
  font-size: 7px;
  line-height: 13px;
  text-align: center;
  top: -2px;
  margin-left: 5px;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.feature-one__single:hover .feature-one__read-more a i {
  color: var(--roofsie-black, #1c1b1f);
}

/*--------------------------------------------------------------
# About One
--------------------------------------------------------------*/
.about-one {
  position: relative;
  display: block;
  padding: 0 0 120px;
}

.about-one__shape {
  position: absolute;
  bottom: 0;
  right: -40px;
  opacity: 0.3;
}

.about-one__shape img {
  width: auto;
}

.about-one__left {
  position: relative;
  display: block;
  margin-right: 70px;
}

.about-one__img-box {
  position: relative;
  display: block;
}

.about-one__img {
  position: relative;
  display: block;
}

.about-one .about-one__img > img {
  width: 100%;
  border-radius: 10px;
}

.about-one__line {
  position: absolute;
  top: 30px;
  right: -30px;
  opacity: 0.2;
  z-index: -1;
}

.about-one__line > img {
  width: auto;
}

.about-one__satisfied {
  position: absolute;
  bottom: 100px;
  left: -60px;
  z-index: 1;
}

.about-one__satisfied-inner {
  position: relative;
  display: block;
  z-index: 1;
}

.about-one__satisfied-shape {
  position: absolute;
  top: -59px;
  left: -69px;
}

.about-one__satisfied-shape img {
  width: auto;
  max-width: none !important;
}

.about-one__satisfied-content {
  position: relative;
  display: block;
  background-color: var(--roofsie-base, #ff4f47);
  padding: 21px 40px 28px;
  z-index: 1;
}

.about-one__satisfied-count-box {
  position: relative;
  display: flex;
  align-items: center;
}

.about-one__satisfied-count-box h3 {
  font-size: 55px;
  color: var(--roofsie-white);
  font-weight: 800;
  line-height: 55px !important;
  font-family: var(--roofsie-font) !important;
}

.about-one__satisfied-percent {
  font-size: 35px;
  color: var(--roofsie-white);
  font-weight: 800;
  line-height: 55px;
  font-family: var(--roofsie-font);
  position: relative;
  top: -9px;
}

.about-one__satisfied-text {
  font-size: 20px;
  color: var(--roofsie-white);
  font-weight: 400;
  line-height: 20px;
}

.about-one__big-text {
  font-size: 100px;
  color: #f4f1ee;
  text-transform: uppercase;
  line-height: 100px;
  letter-spacing: 0.18em;
  position: absolute;
  top: 231px;
  left: -366px;
  transform: rotate(-90deg);
  font-weight: 800;
}

.about-one__right {
  position: relative;
  display: block;
}

.about-one__right .section-title {
  margin-bottom: 31px;
}

.about-one__points {
  position: relative;
  display: flex;
  align-items: center;
  margin-top: 41px;
  margin-bottom: 41px;
}

.about-one__points li {
  position: relative;
  display: block;
}

.about-one__points li + li {
  margin-left: 13px;
}

.about-one__points li .icon-box {
  position: relative;
  display: flex;
  align-items: center;
  margin-bottom: 21px;
}

.about-one__points li .icon-box .icon {
  position: relative;
  display: flex;
  align-items: center;
  font-size: 26px;
  color: var(--roofsie-base, #ff4f47);
}

.about-one__points li .icon-box .text-box {
  margin-left: 10px;
}

.about-one__points li .icon-box .text-box p {
  font-size: 18px;
  font-weight: 700;
  color: var(--roofsie-black, #1c1b1f);
  font-family: var(--roofsie-font);
}

/*--------------------------------------------------------------
# Site Footer
--------------------------------------------------------------*/
.services-one {
  position: relative;
  display: block;
  padding: 120px 0 90px;
  z-index: 1;
}

.services-one:before {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  content: "";
  background-color: var(--roofsie-black, #1c1b1f);
  height: 505px;
  z-index: -1;
}

.services-one-shape-1 {
  position: absolute;
  top: 0;
  left: 0;
  mix-blend-mode: luminosity;
}

.services-one-shape-1 img {
  width: auto;
  opacity: 0.1;
}

.services-one-shape-2 {
  position: absolute;
  top: 0;
  left: 0;
  mix-blend-mode: luminosity;
}

.services-one-shape-2 img {
  width: auto;
  opacity: 0.02;
}

.services-one__top {
  position: relative;
  display: block;
  margin-bottom: 49px;
}

.services-one__top-left {
  position: relative;
  display: block;
}

.services-one__top-left .section-title {
  margin-bottom: 0;
}

.services-one__top-left .section-title__title {
  color: var(--roofsie-white);
}

.services-one__top-right {
  position: relative;
  display: block;
  margin-top: 26px;
}

.services-one__top-right-text {
  color: #817e87;
}

.services-one__bottom {
  position: relative;
  display: block;
}

.services-one__single {
  position: relative;
  display: block;
  margin-bottom: 30px;
}

.services-one__single .services-one__img {
  position: relative;
  display: block;
  overflow: hidden;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  z-index: 1;
}

.services-one__img:before {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  content: "";
  background-color: rgba(var(--roofsie-black-rgb), 0.3);
  opacity: 1;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  -webkit-transform: perspective(400px) rotateX(-90deg) scale(0.2);
  -ms-transform: perspective(400px) rotateX(-90deg) scale(0.2);
  transform: perspective(400px) rotateX(-90deg) scale(0.2);
  -webkit-transform-origin: top;
  -ms-transform-origin: top;
  transform-origin: top;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  z-index: 1;
}

.services-one__single:hover .services-one__img:before {
  opacity: 1;
  -webkit-transform: perspective(400px) rotateX(0deg) scale(1);
  -ms-transform: perspective(400px) rotateX(0deg) scale(1);
  transform: perspective(400px) rotateX(0deg) scale(1);
}

.services-one__single .services-one__img img {
  width: 100%;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  transition-delay: 0.1s;
  transition-timing-function: ease-in-out;
  transition-duration: 0.7s;
  transition-property: all;
}

.services-one__single:hover .services-one__img img {
  transform: scale(1.1) rotate(2deg);
}

.services-one__content {
  position: relative;
  display: block;
  background-color: rgb(255, 255, 255);
  box-shadow: 0px 10px 30px 0px rgba(0, 0, 0, 0.07);
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
  padding: 22px 30px 19px;
  z-index: 1;
}

.services-one__icon {
  position: absolute;
  top: -60px;
  right: 20px;
  background-color: var(--roofsie-base, #ff4f47);
  height: 80px;
  width: 80px;
  border-radius: var(--roofsie-bdr-radius);
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 2;
}

.services-one__icon span {
  position: relative;
  display: inline-block;
  font-size: 45px;
  color: var(--roofsie-white);
  -webkit-transition: all 500ms linear;
  transition: all 500ms linear;
  -webkit-transition-delay: 0.1s;
  transition-delay: 0.1s;
}

.services-one__single:hover .services-one__icon span {
  transform: scale(0.9);
}

.services-one__title {
  font-size: 24px;
  font-weight: 800;
  line-height: 34px;
  margin-bottom: 14px;
}

.services-one__title a {
  color: var(--roofsie-black, #1c1b1f);
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.services-one__title a:hover {
  color: var(--roofsie-base, #ff4f47);
}

.services-one__read-more {
  position: relative;
  display: flex;
  align-items: center;
  border-top: 2px solid var(--roofsie-primary);
  padding-top: 10px;
  margin-top: 21px;
}

.services-one__read-more a {
  font-size: 12px;
  font-weight: 700;
  color: var(--roofsie-black, #1c1b1f);
  text-transform: uppercase;
  letter-spacing: 0.1em;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.services-one__read-more:hover a {
  color: var(--roofsie-base, #ff4f47);
}

.services-one__read-more a i {
  position: relative;
  display: inline-block;
  height: 13px;
  width: 13px;
  background-color: var(--roofsie-base, #ff4f47);
  border-radius: 50%;
  color: var(--roofsie-white);
  font-size: 7px;
  line-height: 13px;
  text-align: center;
  top: -2px;
  margin-left: 5px;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

/*--------------------------------------------------------------
# Why Choose One
--------------------------------------------------------------*/
.why-choose-one {
  position: relative;
  display: block;
  background-color: var(--roofsie-primary);
  padding: 120px 0 90px;
  overflow: hidden;
  z-index: 1;
}

.why-choose-one-bg {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  mix-blend-mode: luminosity;
  opacity: 0.02;
  z-index: -1;
}

.why-choose-one-shape-3 {
  position: absolute;
  top: -335px;
  right: 309px;
  background-image: -moz-linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, rgb(255, 79, 71) 100%);
  background-image: -webkit-linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, rgb(255, 79, 71) 100%);
  background-image: -ms-linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, rgb(255, 79, 71) 100%);
  opacity: 0.502;
  width: 98px;
  height: 765px;
  transform: rotate(-45deg);
  z-index: 1;
}

.why-choose-one-shape-4 {
  position: absolute;
  top: 0;
  right: -30px;
}

.why-choose-one-shape-4 img {
  width: auto;
}

.why-choose-one__left {
  position: relative;
  display: block;
}

.why-choose-one__left .section-title {
  margin-bottom: 31px;
}

.why-choose-one__points-box {
  position: relative;
  display: block;
  margin-top: 41px;
}

.why-choose-one__points-single {
  position: relative;
  display: flex;
  align-items: center;
  background-color: rgb(255, 255, 255);
  box-shadow: 0.175px 9.998px 37.24px 0.76px rgba(0, 0, 0, 0.1);
  border-radius: var(--roofsie-bdr-radius);
  padding: 33px 35px 29px;
  margin-bottom: 30px;
  border-bottom: 4px solid #ede8e4;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.why-choose-one__points-single:hover {
  border-bottom: 4px solid var(--roofsie-base, #ff4f47);
}

.why-choose-one__points-icon {
  position: relative;
  display: flex;
  align-items: center;
}

.why-choose-one__points-icon span {
  position: relative;
  display: inline-block;
  font-size: 64px;
  color: var(--roofsie-base, #ff4f47);
  -webkit-transition: all 500ms linear;
  transition: all 500ms linear;
  -webkit-transition-delay: 0.1s;
  transition-delay: 0.1s;
}

.why-choose-one__points-single:hover .why-choose-one__points-icon span {
  transform: scale(0.9);
}

.why-choose-one__points-title-box {
  margin-left: 20px;
}

.why-choose-one__points-title {
  font-size: 20px;
  font-weight: 800;
  line-height: 24px;
}

.why-choose-one__right {
  position: relative;
  display: block;
  margin-left: 60px;
}

.why-choose-one__img-box {
  position: relative;
  display: block;
  z-index: 1;
}

.why-choose-one__img {
  position: absolute;
  top: -15px;
  left: 0;
  z-index: 2;
}

.why-choose-one__img img {
  width: 100%;
}

.why-choose-one__shape-1 {
  border-radius: 50%;
  background-color: rgb(237, 232, 228);
  width: 515px;
  height: 515px;
  position: absolute;
  top: -60px;
  left: 6px;
}

.why-choose-one__shape-2 {
  position: absolute;
  right: -83px;
  top: 241px;
  border-radius: 50%;
  background-color: rgb(255, 255, 255);
  width: 194px;
  height: 195px;
}

.why-choose-one__author-sign {
  position: absolute;
  top: 225px;
  left: 0;
}

.why-choose-one__author-sign p {
  font-size: 26px;
  color: var(--roofsie-base, #ff4f47);
  font-family: var(--roofsie-reey-font);
  line-height: 36px;
}

/*--------------------------------------------------------------
# Brand One
--------------------------------------------------------------*/
.brand-one {
  position: relative;
  display: block;
  background-color: rgb(255, 255, 255);
  box-shadow: 0px 10px 60px 0px rgba(0, 0, 0, 0.07);
}

.brand-one__inner {
  position: relative;
  display: block;
  padding: 45px 0 45px;
  overflow: hidden;
}

.brand-one__shape-1 {
  position: absolute;
  top: 0;
  left: 0;
}

.brand-one__shape-1 img {
  width: auto;
}

.brand-one__shape-2 {
  position: absolute;
  top: -50px;
  right: 0;
}

.brand-one__shape-2 img {
  width: auto;
}

.brand-one__carousel {
  position: relative;
  display: block;
}

.brand-one__single {
  position: relative;
  display: block;
  text-align: center;
  line-height: 0;
  z-index: 1;
}

.brand-one__single:before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #f3f0ed;
  border-radius: var(--roofsie-bdr-radius);
  opacity: 0;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  z-index: -1;
}

.brand-one__single:hover:before {
  opacity: 1;
}

.brand-one__img {
  position: relative;
  display: inline-block;
  z-index: 10;
}

.brand-one__img > img {
  position: relative;
  -webkit-transition: 500ms;
  transition: 500ms;
  opacity: 0.3;
}

.brand-one__single:hover .brand-one__img > img {
  opacity: 0.6;
}

/*--------------------------------------------------------------
# Site Footer
--------------------------------------------------------------*/
.project-one {
  position: relative;
  display: block;
  padding: 120px 0 165px;
}

.project-one__top {
  position: relative;
  display: block;
}

.project-one__bottom {
  position: relative;
  display: block;
}

.project-one__bottom-wrapper {
  position: relative;
  display: block;
  max-width: 1600px;
  width: 100%;
  padding: 0 15px;
  margin: 0 auto;
}

.project-one__carousel {
  position: relative;
  display: block;
}

.project-one__single {
  position: relative;
  display: block;
}

.project-one__img-box {
  position: relative;
  display: block;
  z-index: 1;
}

.project-one__img-box:before {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 30px;
  width: 3px;
  height: 0;
  content: "";
  background-image: -moz-linear-gradient(90deg, rgb(255, 255, 255) 0%, rgba(255, 255, 255, 0) 100%);
  background-image: -webkit-linear-gradient(90deg, rgb(255, 255, 255) 0%, rgba(255, 255, 255, 0) 100%);
  background-image: -ms-linear-gradient(90deg, rgb(255, 255, 255) 0%, rgba(255, 255, 255, 0) 100%);
  transition: all 500ms ease;
  z-index: 2;
}

.project-one__single:hover .project-one__img-box:before {
  height: 100%;
  transition-delay: 500ms;
}

.project-one__img-box:after {
  position: absolute;
  right: 0px;
  left: 0px;
  bottom: 30px;
  height: 3px;
  width: 0;
  content: "";
  background-image: -moz-linear-gradient(0deg, rgb(255, 255, 255) 0%, rgba(255, 255, 255, 0.01) 99%, rgb(255, 255, 255) 100%);
  background-image: -webkit-linear-gradient(0deg, rgb(255, 255, 255) 0%, rgba(255, 255, 255, 0.01) 99%, rgb(255, 255, 255) 100%);
  background-image: -ms-linear-gradient(0deg, rgb(255, 255, 255) 0%, rgba(255, 255, 255, 0.01) 99%, rgb(255, 255, 255) 100%);
  transition: all 700ms ease;
  z-index: 2;
}

.project-one__single:hover .project-one__img-box:after {
  width: 101%;
  transition-delay: 500ms;
}

.project-one__img {
  position: relative;
  display: block;
  border-radius: var(--roofsie-bdr-radius);
  overflow: hidden;
  z-index: 1;
}

.project-one__img:before {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  content: "";
  background-color: rgba(var(--roofsie-base-rgb), 0.9);
  border-radius: var(--roofsie-bdr-radius);
  -webkit-transform: perspective(400px) rotateX(90deg) scaleY(0.5);
  -ms-transform: perspective(400px) rotateX(90deg) scaleY(0.5);
  transform: perspective(400px) rotateX(90deg) scaleY(0.5);
  -webkit-transform-origin: center;
  -ms-transform-origin: center;
  transform-origin: center;
  transition-delay: 0.1s;
  transition-timing-function: ease-in-out;
  transition-duration: 0.5s;
  transition-property: all;
  z-index: 1;
}

.project-one__single:hover .project-one__img:before {
  -webkit-transform: perspective(400px) rotateX(0deg) scaleY(1);
  -ms-transform: perspective(400px) rotateX(0deg) scaleY(1);
  transform: perspective(400px) rotateX(0deg) scaleY(1);
  transition-delay: 0.1s;
  transition-timing-function: ease-in-out;
  transition-duration: 0.7s;
  transition-property: all;
}

.project-one__single .project-one__img img {
  width: 100%;
  border-radius: var(--roofsie-bdr-radius);
  -webkit-transform: scale(1);
  transform: scale(1);
  transition: all 500ms ease;
}

.project-one__single:hover .project-one__img img {
  transform: scale(1.05);
}

.project-one__content {
  position: absolute;
  left: 60px;
  bottom: 60px;
  opacity: 0;
  transform: translateY(-50px);
  transition: all 700ms ease;
  z-index: 2;
}

.project-one__single:hover .project-one__content {
  opacity: 1;
  transform: translateY(0%);
  transition-delay: 700ms;
}

.project-one__title {
  font-size: 24px;
  line-height: 28px;
  font-weight: 700;
}

.project-one__title a {
  color: var(--roofsie-white);
}

.project-one__link {
  position: absolute;
  top: 30px;
  right: 30px;
  height: 60px;
  width: 60px;
  background-color: var(--roofsie-black, #1c1b1f);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  transform: scale(0);
  transition: all 700ms ease;
  z-index: 2;
}

.project-one__single:hover .project-one__link {
  transform: scale(1);
  opacity: 1;
  transition-delay: 500ms;
}

.project-one__link a {
  font-size: 20px;
  color: var(--roofsie-white);
}

.project-one__carousel.owl-carousel .owl-dots {
  position: absolute;
  bottom: -48px;
  left: 0px;
  right: 0;
  text-align: center;
  margin: 0 !important;
  display: flex;
  align-items: center;
  justify-content: center;
}

.project-one__carousel.owl-carousel .owl-dots .owl-dot {
  position: relative;
  display: inline-block;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background-color: #f2efec;
  margin: 0px 5px;
  padding: 0px;
  transition: all 100ms linear;
  transition-delay: 0.1s;
}

.project-one__carousel.owl-carousel .owl-dot.active {
  width: 16px;
  height: 16px;
  background-color: var(--roofsie-base, #ff4f47);
}

.project-one__carousel.owl-carousel .owl-dot:focus {
  outline: none;
}

.project-one__carousel.owl-carousel .owl-dots .owl-dot span {
  display: none;
}

/*--------------------------------------------------------------
# Trust Company
--------------------------------------------------------------*/
.trust-company {
  position: relative;
  display: block;
  padding: 138px 0 120px;
  overflow: hidden;
}

.trust-company-bg {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: -1px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

.trust-company-bg:before {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  content: "";
  background-color: rgba(21, 21, 24, 0.8);
}

.trust-company-shape-1 {
  position: absolute;
  top: -2px;
  left: 0;
  z-index: 2;
}

.trust-company-shape-1 img {
  width: auto;
}

.trust-company-shape-2 {
  position: absolute;
  top: -95px;
  left: 195px;
  width: 5px;
  height: 616px;
  background-color: var(--roofsie-base, #ff4f47);
  z-index: 2;
  transform: rotate(45deg);
}

.trust-company-shape-3 {
  position: absolute;
  top: -63px;
  left: 317px;
  width: 5px;
  height: 400px;
  background-color: var(--roofsie-base, #ff4f47);
  z-index: 2;
  transform: rotate(45deg);
}

.trust-company-shape-4 {
  position: absolute;
  top: -184px;
  left: 310px;
  width: 105px;
  height: 812px;
  background-image: -moz-linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, rgb(255, 255, 255) 100%);
  background-image: -webkit-linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, rgb(255, 255, 255) 100%);
  background-image: -ms-linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, rgb(255, 255, 255) 100%);
  transform: rotate(45deg);
  mix-blend-mode: soft-light;
  z-index: 2;
}

.trust-company__left {
  position: relative;
  display: block;
  z-index: 3;
}

.trust-company__video-link {
  position: relative;
  display: block;
  margin-left: 16px;
  z-index: 3;
}

.trust-company__video-icon {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 65px;
  height: 65px;
  line-height: 65px;
  text-align: center;
  font-size: 15px;
  color: var(--roofsie-white);
  background-color: var(--roofsie-base, #ff4f47);
  border-radius: 50%;
  transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
}

.trust-company__video-icon:hover {
  background-color: var(--roofsie-white);
  color: var(--roofsie-base, #ff4f47);
}

.trust-company__video-icon:before {
  position: absolute;
  top: -16px;
  left: -16px;
  right: -16px;
  bottom: -16px;
  content: "";
  border-radius: 50%;
  border: 1px solid var(--roofsie-white);
  opacity: 0.1;
  z-index: 1;
}

.trust-company__video-link .ripple,
.trust-company__video-icon .ripple:before,
.trust-company__video-icon .ripple:after {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 98px;
  height: 98px;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -ms-box-shadow: 0 0 0 0 rgba(var(--roofsie-primary-rgb), 0.6);
  -o-box-shadow: 0 0 0 0 rgba(var(--roofsie-primary-rgb), 0.6);
  -webkit-box-shadow: 0 0 0 0 rgba(var(--roofsie-primary-rgb), 0.6);
  box-shadow: 0 0 0 0 rgba(var(--roofsie-primary-rgb), 0.6);
  -webkit-animation: ripple 3s infinite;
  animation: ripple 3s infinite;
  border-radius: 50%;
}

.trust-company__video-icon .ripple:before {
  -webkit-animation-delay: 0.9s;
  animation-delay: 0.9s;
  content: "";
  position: absolute;
}

.trust-company__video-icon .ripple:after {
  -webkit-animation-delay: 0.6s;
  animation-delay: 0.6s;
  content: "";
  position: absolute;
}

.trust-company__title {
  font-size: 48px;
  color: var(--roofsie-white);
  font-weight: 800;
  line-height: 58px;
  margin-top: 53px;
}

.trust-company__right {
  position: relative;
  display: block;
  margin-left: 170px;
  margin-top: 4px;
}

.trust-compay__points {
  position: relative;
  display: block;
}

.trust-compay__points li {
  position: relative;
  display: flex;
  align-items: center;
  padding: 15px 30px 15px;
  z-index: 1;
}

.trust-compay__points li:before {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  content: "";
  background-color: rgba(0, 0, 0, 0.2);
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  z-index: -1;
}

.trust-compay__points li:hover:before {
  background-color: rgba(255, 255, 255, 0.1);
}

.trust-compay__points li + li {
  margin-top: 10px;
}

.trust-compay__points li .icon {
  position: relative;
  display: flex;
  align-items: center;
}

.trust-compay__points li .icon span {
  font-size: 15px;
  color: var(--roofsie-base, #ff4f47);
  position: relative;
  display: inline-block;
}

.trust-compay__points li .text {
  margin-left: 20px;
}

.trust-compay__points li .text p {
  font-size: 16px;
  color: var(--roofsie-white);
  font-weight: 700;
}

/*--------------------------------------------------------------
# Testimonial One
--------------------------------------------------------------*/
.testimonial-one {
  position: relative;
  display: block;
  background-color: var(--roofsie-primary);
  overflow: hidden;
  padding: 120px 0 120px;
  z-index: 1;
}

.testimonial-one-shape {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  opacity: 0.03;
  z-index: -1;
}

.testimonial-one .container {
  max-width: 1080px;
}

.testimonial-one__carousel {
  position: relative;
  display: block;
}

.testimonial-one__single {
  position: relative;
  display: block;
  border: 1px solid #ede8e4;
  border-radius: var(--roofsie-bdr-radius);
  background-color: rgb(255, 255, 255);
  padding: 50px 50px 45px;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.testimonial-one__single:hover {
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.1);
  border: 1px solid transparent;
}

.testimonial-one__single:before {
  position: absolute;
  top: -1px;
  bottom: -1px;
  left: -1px;
  width: 9px;
  background-color: var(--roofsie-base, #ff4f47);
  content: "";
  border-top-left-radius: var(--roofsie-bdr-radius);
  border-bottom-left-radius: var(--roofsie-bdr-radius);
  transform: scaleY(0);
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.testimonial-one__single:hover:before {
  transform: scaleY(1);
}

.testimonial-one__client-info {
  position: relative;
  display: flex;
  align-items: center;
  margin-left: 10px;
}

.testimonial-one__client-img-box {
  position: relative;
  display: block;
  width: 85px;
  height: 85px;
  border-radius: 50%;
  background-image: -moz-linear-gradient(90deg, rgb(28, 27, 31) 0%, rgb(255, 79, 71) 100%);
  background-image: -webkit-linear-gradient(90deg, rgb(28, 27, 31) 0%, rgb(255, 79, 71) 100%);
  background-image: -ms-linear-gradient(90deg, rgb(28, 27, 31) 0%, rgb(255, 79, 71) 100%);
}

.testimonial-one__client-img {
  position: absolute;
  top: 0;
  left: -10px;
}

.testimonial-one__client-img-box .testimonial-one__client-img img {
  width: 100% !important;
  border-radius: 50%;
}

.testimonial-one__client-details {
  margin-left: 20px;
}

.testimonial-one__client-name {
  font-size: 20px;
  font-weight: 800;
  line-height: 30px;
}

.testimonial-one__client-sub-title {
  font-size: 14px;
  font-weight: 400;
  line-height: 24px;
}

.testimonial-one__text {
  padding-top: 20px;
}

.testimonial-one__rating {
  position: absolute;
  top: 65px;
  right: -20px;
  display: flex;
  align-items: center;
  background-color: var(--roofsie-primary);
  padding: 13px 20px 14px;
  border-top-left-radius: var(--roofsie-bdr-radius);
  border-bottom-left-radius: var(--roofsie-bdr-radius);
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.testimonial-one__single:hover .testimonial-one__rating {
  background-color: var(--roofsie-base, #ff4f47);
}

.testimonial-one__rating:after {
  position: absolute;
  bottom: -15px;
  right: 0;
  content: "";
  border-top: 0px solid transparent;
  border-left: 20px solid #ede8e4;
  border-bottom: 15px solid transparent;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.testimonial-one__single:hover .testimonial-one__rating:after {
  border-left: 20px solid #de372f;
}

.testimonial-one__rating i {
  font-size: 13px;
  color: var(--roofsie-base, #ff4f47);
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.testimonial-one__single:hover .testimonial-one__rating i {
  color: var(--roofsie-white);
}

.testimonial-one__rating i + i {
  margin-left: 3px;
}

.testimonial-one__carousel.owl-carousel .owl-stage-outer {
  overflow: visible;
}

.testimonial-one__carousel.owl-carousel .owl-item {
  opacity: 0;
  visibility: hidden;
  transition: opacity 500ms ease, visibility 500ms ease;
}

.testimonial-one__carousel.owl-carousel .owl-item.active {
  opacity: 1;
  visibility: visible;
}

/*--------------------------------------------------------------
# Blog One
--------------------------------------------------------------*/
.blog-one {
  position: relative;
  display: block;
  padding: 120px 0 130px;
}

@media (max-width: 1740px) {
  .blog-one {
    padding-bottom: 90px;
  }
}
.blog-one__single {
  position: relative;
  display: block;
  margin-bottom: 30px;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.blog-one__single:hover {
  transform: translateY(-10px);
}

.blog-one__img {
  position: relative;
  display: block;
  border-top-left-radius: var(--roofsie-bdr-radius);
  border-top-right-radius: var(--roofsie-bdr-radius);
  overflow: hidden;
}

.blog-one__img:before {
  position: absolute;
  content: "";
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  border-top-left-radius: var(--roofsie-bdr-radius);
  border-top-right-radius: var(--roofsie-bdr-radius);
  background-color: rgba(var(--roofsie-black-rgb), 0.5);
  -webkit-transition: opacity 500ms ease, visibility 500ms ease, -webkit-transform 500ms ease;
  transition: opacity 500ms ease, visibility 500ms ease, -webkit-transform 500ms ease;
  transition: opacity 500ms ease, visibility 500ms ease, transform 500ms ease;
  transition: opacity 500ms ease, visibility 500ms ease, transform 500ms ease, -webkit-transform 500ms ease;
  visibility: hidden;
  opacity: 0;
  -webkit-transform: translateY(-70%);
  transform: translateY(-70%);
  z-index: 1;
}

.blog-one__single:hover .blog-one__img:before {
  visibility: visible;
  -webkit-transform: translateY(0%);
  transform: translateY(0%);
  opacity: 1;
}

.blog-one__single .blog-one__img img {
  width: 100%;
  border-top-left-radius: var(--roofsie-bdr-radius);
  border-top-right-radius: var(--roofsie-bdr-radius);
  transition: transform 500ms ease;
  transform: scale(1);
}

.blog-one__single:hover .blog-one__img img {
  transform: scale(1.05);
}

.blog-one__content {
  position: relative;
  display: block;
  background-color: rgb(255, 255, 255);
  box-shadow: 0px 10px 30px 0px rgba(0, 0, 0, 0.07);
  padding: 28px 30px 20px;
  border-bottom-left-radius: var(--roofsie-bdr-radius);
  border-bottom-right-radius: var(--roofsie-bdr-radius);
  border-bottom: 5px solid transparent;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.blog-one__single:hover .blog-one__content {
  border-bottom: 5px solid var(--roofsie-base, #ff4f47);
}

.blog-one__user {
  position: relative;
  display: flex;
  align-items: center;
}

.blog-one__user-img {
  position: relative;
  display: block;
  width: 50px;
}

.blog-one__single .blog-one__user-img img {
  width: 100%;
  border-radius: 50%;
}

.blog-one__user-content {
  margin-left: 15px;
}

.blog-one__user-content p {
  font-size: 15px;
  color: var(--roofsie-base, #ff4f47);
  line-height: 27px;
}

.blog-one__user-content h5 {
  font-size: 14px;
  font-weight: 500;
  color: var(--roofsie-gray);
  line-height: 27px;
}

.blog-one__title {
  font-size: 24px;
  font-weight: 700;
  line-height: 36px;
  margin-top: 8px;
  margin-bottom: 12px;
}

.blog-one__title a {
  color: var(--roofsie-black, #1c1b1f);
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.blog-one__title a:hover {
  color: var(--roofsie-base, #ff4f47);
}

.blog-one__read-more {
  position: relative;
  display: flex;
  align-items: center;
  border-top: 2px solid var(--roofsie-primary);
  padding-top: 10px;
  margin-top: 21px;
}

.blog-one__read-more a {
  font-size: 12px;
  font-weight: 700;
  color: var(--roofsie-black, #1c1b1f);
  text-transform: uppercase;
  letter-spacing: 0.1em;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.blog-one__read-more:hover a {
  color: var(--roofsie-base, #ff4f47);
}

.blog-one__read-more a i {
  position: relative;
  display: inline-block;
  height: 13px;
  width: 13px;
  background-color: var(--roofsie-base, #ff4f47);
  border-radius: 50%;
  color: var(--roofsie-white);
  font-size: 7px;
  line-height: 13px;
  text-align: center;
  top: -2px;
  margin-left: 5px;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

/*--------------------------------------------------------------
# CTA One
--------------------------------------------------------------*/
.cta-one {
  position: relative;
  display: block;
  background-color: var(--roofsie-base, #ff4f47);
}

.cta-one__img-box {
  position: absolute;
  top: -40px;
  bottom: -1px;
  left: 0;
  max-width: 694px;
  width: 100%;
}

.cta-one__img-box:before {
  position: absolute;
  top: 0;
  right: -19px;
  content: "";
  border-left: 17px solid transparent;
  border-right: 18px solid transparent;
  border-bottom: 40px solid var(--roofsie-black, #1c1b1f);
  z-index: 2;
  transform: rotate(-1deg);
}

.cta-one__img {
  clip-path: polygon(0 0, 100% 0, 85% 100%, 0% 100%);
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
}

.cta-one__img img {
  width: 100%;
}

.cta-one__inner {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-left: 370px;
  padding-top: 77px;
  padding-bottom: 77px;
}

.cta-one__left {
  position: relative;
  display: block;
}

.cta-one__sub-title {
  font-size: 14px;
  color: var(--roofsie-white);
  text-transform: uppercase;
  letter-spacing: 0.2em;
  opacity: 0.7;
  line-height: 24px;
}

.cta-one__title {
  font-size: 40px;
  color: var(--roofsie-white);
  font-weight: 800;
  line-height: 50px;
  margin-top: 2px;
}

.cta-one__btn-box {
  position: relative;
  display: block;
}

.cta-one__btn {
  background-color: var(--roofsie-black, #1c1b1f);
}

.cta-one__btn i {
  color: var(--roofsie-black, #1c1b1f);
}

.cta-one__btn:before {
  background-color: var(--roofsie-white);
}

.cta-one__btn:hover {
  color: var(--roofsie-base, #ff4f47);
}

.cta-one__btn:hover i {
  background-color: var(--roofsie-base, #ff4f47);
  color: var(--roofsie-white);
}

/*--------------------------------------------------------------
# Site Footer
--------------------------------------------------------------*/
.site-footer {
  position: relative;
  display: block;
  background-color: var(--roofsie-black, #1c1b1f);
  z-index: 1;
}

.site-footer-img-1 {
  position: absolute;
  bottom: 0;
  left: 0;
  mix-blend-mode: luminosity;
  opacity: 0.08;
  z-index: -1;
}

.site-footer-img-1 img {
  width: auto;
  -webkit-animation-name: float-bob-x;
  animation-name: float-bob-x;
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
}

.site-footer-shape-1 {
  position: absolute;
  top: 0;
  right: 0;
  opacity: 0.05;
  z-index: -1;
}

.site-footer-shape-1 img {
  width: auto;
  -webkit-animation-name: float-bob-x;
  animation-name: float-bob-x;
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
}

.site-footer__top {
  position: relative;
  display: block;
  padding: 118px 0 120px;
}

.footer-widget__about {
  position: relative;
  display: block;
  margin-right: 45px;
  margin-top: -5px;
}

.footer-widget__about-text-box {
  position: relative;
  display: block;
}

.footer-widget__about-text {
  color: var(--roofsie-white);
  line-height: 30px;
  font-size: 20px;
  font-weight: 700;
}

.site-footer__social {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-top: 32px;
}

.site-footer__social a {
  position: relative;
  height: 40px;
  width: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
  color: var(--roofsie-white);
  background-color: #151518;
  font-size: 15px;
  border-radius: 50%;
  overflow: hidden;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  z-index: 1;
}

.site-footer__social a:hover {
  color: var(--roofsie-base, #ff4f47);
  background-color: var(--roofsie-white);
}

.site-footer__social a:after {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  right: 0;
  height: 100%;
  background-color: var(--roofsie-white);
  -webkit-transition-delay: 0.1s;
  transition-delay: 0.1s;
  -webkit-transition-timing-function: ease-in-out;
  transition-timing-function: ease-in-out;
  -webkit-transition-duration: 0.4s;
  transition-duration: 0.4s;
  -webkit-transition-property: all;
  transition-property: all;
  opacity: 1;
  -webkit-transform-origin: top;
  transform-origin: top;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
  -webkit-transform: scaleY(0);
  transform: scaleY(0);
  z-index: -1;
}

.site-footer__social a:hover:after {
  opacity: 1;
  -webkit-transform: scaleY(1);
  transform: scaleY(1);
}

.site-footer__social a + a {
  margin-left: 10px;
}

.footer-widget__title {
  font-size: 20px;
  color: var(--roofsie-white);
  font-weight: 800;
  line-height: 20px;
  margin-bottom: 30px;
}

.footer-widget__explore {
  position: relative;
  display: block;
}

.footer-widget__explore-list {
  position: relative;
  display: block;
  margin-top: -3px;
}

.footer-widget__explore-list li {
  position: relative;
  display: block;
}

.footer-widget__explore-list li + li {
  margin-top: 3px;
}

.footer-widget__explore-list li a {
  font-size: 15px;
  color: #86838c;
  font-weight: 400;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.footer-widget__explore-list li a:hover {
  color: var(--roofsie-white);
}

.footer-widget__newsletter {
  position: relative;
  display: block;
}

.footer-widget__newsletter-text {
  font-size: 15px;
  color: #86838c;
  font-weight: 400;
  line-height: 26px;
}

.footer-widget__newsletter-form {
  position: relative;
  display: block;
  margin-top: 22px;
}

.footer-widget__newsletter-input-box {
  position: relative;
  display: block;
}

.footer-widget__newsletter-input-box input[type=email] {
  height: 45px;
  width: 100%;
  background-color: transparent;
  border: 1px solid #333236;
  outline: none;
  border-radius: var(--roofsie-bdr-radius);
  font-size: 12px;
  color: #86838c;
  padding-left: 30px;
  font-weight: 500;
}

.footer-widget__newsletter-btn {
  border: none;
  padding: 8px 30px 7px;
  margin-top: 10px;
  line-height: 32px;
}

.footer-widget__newsletter-btn:hover {
  color: var(--roofsie-base, #ff4f47);
}

.footer-widget__newsletter-btn:hover i {
  color: var(--roofsie-white);
  background-color: var(--roofsie-base, #ff4f47);
}

.footer-widget__newsletter-btn:before {
  background-color: var(--roofsie-white);
}

.footer-widget__contact {
  position: relative;
  display: block;
}

.footer-widget__contact-text {
  font-size: 15px;
  color: #86838c;
  font-weight: 400;
  line-height: 26px;
  padding-bottom: 33px;
}

.footer-widget__contact-list {
  position: relative;
  display: block;
}

.footer-widget__contact-list li {
  position: relative;
  display: flex;
  align-items: center;
}

.footer-widget__contact-list li .icon {
  position: relative;
  display: flex;
  align-items: center;
}

.footer-widget__contact-list li .icon i {
  font-size: 13px;
  color: var(--roofsie-base, #ff4f47);
}

.footer-widget__contact-list li .text {
  margin-left: 10px;
}

.footer-widget__contact-list li .text p {
  font-size: 15px;
  font-weight: 700;
}

.footer-widget__contact-list li .text p a {
  color: var(--roofsie-white);
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.footer-widget__contact-list li .text p a:hover {
  color: var(--roofsie-base, #ff4f47);
}

.site-footer__bottom {
  position: relative;
  display: block;
}

.site-footer__bottom-inner {
  position: relative;
  display: block;
  text-align: center;
  border-top: 2px solid rgba(var(--roofsie-white-rgb), 0.1);
  padding: 32px 0;
}

.site-footer__bottom-text {
  font-size: 15px;
  color: #86838c;
  font-weight: 400;
}

.site-footer__bottom-text a {
  color: #86838c;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.site-footer__bottom-text a:hover {
  color: var(--roofsie-white);
}

/*--------------------------------------------------------------
# About Two
--------------------------------------------------------------*/
.about-two {
  position: relative;
  display: block;
  padding: 120px 0 120px;
}

.about-two__left {
  position: relative;
  display: block;
}

.about-two__left .section-title {
  margin-bottom: 32px;
}

.about-two__text-1 {
  font-size: 24px;
  color: var(--roofsie-base, #ff4f47);
  font-weight: 600;
}

.about-two__text-2 {
  padding-top: 15px;
}

.about-two__points {
  position: relative;
  display: block;
  margin-top: 33px;
  margin-bottom: 43px;
}

.about-two__points li {
  position: relative;
  display: flex;
  align-items: center;
}

.about-two__points li + li {
  margin-top: 27px;
}

.about-two__points li .icon {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 45px;
  width: 45px;
  background-color: var(--roofsie-primary);
  color: var(--roofsie-base, #ff4f47);
  border-radius: 50%;
  font-size: 25px;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.about-two__points li:hover .icon {
  background-color: var(--roofsie-base, #ff4f47);
  color: var(--roofsie-white);
}

.about-two__points li .text {
  margin-left: 20px;
}

.about-two__points li .text h4 {
  font-size: 18px;
  font-weight: 800;
  line-height: 30px;
}

.about-two__right {
  position: relative;
  display: block;
  margin-left: 130px;
}

.about-two__img-box {
  position: relative;
  display: block;
}

.about-two__img {
  position: relative;
  display: block;
  border-radius: 10px !important;
}

.about-two__right .about-two__img > img {
  width: 100%;
  border-radius: 10px;
}

.about-two__img-two {
  position: absolute;
  left: -140px;
  bottom: -100px;
  border-radius: 10px;
}

.about-two__img-two > img {
  width: auto;
  border-radius: 10px !important;
}

.about-two__line {
  position: absolute;
  top: 130px;
  left: -80px;
  opacity: 0.2;
  z-index: -1;
}

.about-two__line > img {
  width: auto;
}

.about-two__shape-1 {
  position: absolute;
  bottom: -50px;
  right: 120px;
  border-radius: 30px;
  background-color: rgb(255, 79, 71);
  width: 159px;
  height: 140px;
  z-index: -1;
}

.about-two__practice-year {
  position: absolute;
  left: -234px;
  bottom: -40px;
}

.about-two__practice-year-inner {
  position: relative;
  display: block;
}

.about-two__practice-year-shape {
  position: absolute;
  top: -36px;
  bottom: 0;
  left: -41px;
  right: 0;
}

.about-two__practice-year .about-two__practice-year-shape > img {
  width: auto;
  max-width: initial;
}

.about-two__practice-year-content {
  position: relative;
  display: flex;
  height: 175px;
  width: 185px;
  text-align: center;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}

.about-two__practice-year-content h3 {
  font-size: 45px;
  color: var(--roofsie-base, #ff4f47);
  font-weight: 700;
  line-height: 45px;
}

.about-two__practice-year-content p {
  font-size: 18px;
  color: var(--roofsie-black, #1c1b1f);
  font-weight: 700;
  line-height: 26px;
}

/*--------------------------------------------------------------
# Services Two
--------------------------------------------------------------*/
.services-two {
  position: relative;
  display: block;
  overflow: hidden;
  padding: 0 0 90px;
}

.services-two-shape-1 {
  position: absolute;
  bottom: -190px;
  right: -30px;
  opacity: 0.3;
  z-index: -1;
}

.services-two-shape-1 img {
  width: auto;
}

.services-two .row {
  --bs-gutter-x: 17px;
}

.services-two__single {
  position: relative;
  display: block;
  background-color: var(--roofsie-primary);
  border-radius: 10px;
  text-align: center;
  padding: 40px 0 40px;
  margin-bottom: 30px;
}

.services-two__icon {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 120px;
  width: 120px;
  background-color: var(--roofsie-white);
  border-radius: 50%;
  margin: 0 auto;
  z-index: 1;
}

.services-two__icon:before {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  content: "";
  border-radius: 50%;
  background-color: var(--roofsie-base, #ff4f47);
  transform: scale(0);
  transform-origin: center;
  transform-style: preserve-3d;
  transition: all 0.4s cubic-bezier(0.62, 0.21, 0.45, 1.52);
  z-index: -1;
}

.services-two__single:hover .services-two__icon:before {
  transform: scaleX(1);
}

.services-two__icon span {
  font-size: 45px;
  color: var(--roofsie-base, #ff4f47);
  position: relative;
  display: inline-block;
  transition: all 500ms linear;
  transition-delay: 0.1s;
  transform: scale(1);
}

.services-two__single:hover .services-two__icon span {
  transform: scale(0.9);
  color: var(--roofsie-white);
}

.services-two__title {
  font-size: 24px;
  font-weight: 800;
  line-height: 36px;
  margin-top: 21px;
  margin-bottom: 21px;
}

.services-two__title a {
  color: var(--roofsie-black, #1c1b1f);
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.services-two__title a:hover {
  color: var(--roofsie-base, #ff4f47);
}

.services-two__read-more {
  position: relative;
  display: block;
}

.services-two__read-more a {
  position: relative;
  display: inline-block;
  background-color: #ede8e4;
  border-radius: var(--roofsie-bdr-radius);
  padding: 8px 30px 7px;
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  color: var(--roofsie-black, #1c1b1f);
  font-weight: 800;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.services-two__read-more a:hover {
  background-color: var(--roofsie-base, #ff4f47);
  color: var(--roofsie-white);
}

.services-two__read-more a i {
  position: relative;
  display: inline-block;
  height: 13px;
  width: 13px;
  background-color: var(--roofsie-black, #1c1b1f);
  border-radius: 50%;
  color: var(--roofsie-white);
  font-size: 7px;
  line-height: 13px;
  text-align: center;
  top: -2px;
  margin-right: 4px;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.services-two__read-more a:hover i {
  background-color: var(--roofsie-white);
  color: var(--roofsie-base, #ff4f47);
}

/*--------------------------------------------------------------
# Why Choose Two
--------------------------------------------------------------*/
.why-choose-two {
  position: relative;
  display: block;
  background-color: var(--roofsie-black, #1c1b1f);
  overflow: hidden;
  padding: 120px 0 120px;
  z-index: 1;
}

.why-choose-two-bg {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  opacity: 0.08;
  z-index: -1;
}

.why-choose-two .section-title__title {
  color: var(--roofsie-white);
}

.why-choose-two__left {
  position: relative;
  display: block;
}

.why-choose-two__list-one {
  position: relative;
  display: block;
}

.why-choose-two__list-one li {
  position: relative;
  display: block;
  padding-left: 130px;
}

.why-choose-two__list-one li + li {
  margin-top: 43px;
}

.why-choose-two__list-one li .icon {
  height: 100px;
  width: 100px;
  background-color: var(--roofsie-base, #ff4f47);
  border-radius: var(--roofsie-bdr-radius);
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.why-choose-two__list-one li:hover .icon {
  background-color: var(--roofsie-white);
}

.why-choose-two__list-one li .icon:before {
  position: absolute;
  top: 50%;
  right: -10px;
  content: "";
  border-top: 18px solid transparent;
  border-left: 10px solid var(--roofsie-base, #ff4f47);
  border-bottom: 18px solid transparent;
  transform: translateY(-50%);
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.why-choose-two__list-one li:hover .icon:before {
  border-left: 10px solid var(--roofsie-white);
}

.why-choose-two__list-one li .icon span {
  font-size: 65px;
  color: var(--roofsie-white);
  position: relative;
  display: inline-block;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.why-choose-two__list-one li:hover .icon span {
  color: var(--roofsie-base, #ff4f47);
}

.why-choose-two__list-one li .content {
  position: relative;
  display: block;
  top: -8px;
}

.why-choose-two__list-one li .content h4 {
  font-size: 24px;
  color: var(--roofsie-white);
  font-weight: 700;
  line-height: 34px;
}

.why-choose-two__list-one li .content p {
  font-size: 15px;
  color: #817e87;
  line-height: 26px;
  padding-top: 16px;
  padding-bottom: 13px;
}

.why-choose-two__read-more {
  position: relative;
  display: flex;
  align-items: center;
}

.why-choose-two__read-more a {
  position: relative;
  display: inline-block;
  font-size: 16px;
  font-weight: 600;
  color: var(--roofsie-base, #ff4f47);
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.why-choose-two__read-more a:hover {
  color: var(--roofsie-white);
}

.why-choose-two__read-more a i {
  position: relative;
  display: inline-block;
  height: 13px;
  width: 13px;
  background-color: var(--roofsie-base, #ff4f47);
  border-radius: 50%;
  color: var(--roofsie-black, #1c1b1f);
  font-size: 7px;
  line-height: 13px;
  text-align: center;
  top: -2px;
  margin-left: 5px;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.why-choose-two__read-more a:hover i {
  background-color: var(--roofsie-white);
}

.why-choose-two__middle {
  position: relative;
  display: block;
  margin-left: -15px;
  margin-right: -15px;
}

.why-choose-two__img-box {
  position: relative;
  display: block;
}

.why-choose-two__img-box .why-choose-two__img-one {
  position: relative;
  display: block;
  border-radius: 50%;
}

.why-choose-two__img-box .why-choose-two__img-one > img {
  width: auto;
  max-width: none;
  margin-top: -15px;
}

.why-choose-two__img-two {
  position: absolute;
  top: 7px;
  left: -57px;
}

.why-choose-two__img-two > img {
  width: auto;
}

.why-choose-two__list-two {
  position: relative;
  display: block;
}

.why-choose-two__list-two li {
  position: relative;
  display: block;
  min-height: 156px;
  padding-left: 265px;
}

.why-choose-two__list-two li + li {
  margin-top: 60px;
}

.why-choose-two__list-two li .content {
  position: absolute;
  top: -8px;
  left: 0;
  max-width: 235px;
  width: 100%;
  text-align: right;
}

.why-choose-two__list-two li .content h4 {
  font-size: 24px;
  color: var(--roofsie-white);
  font-weight: 700;
  line-height: 34px;
}

.why-choose-two__list-two li .content p {
  font-size: 15px;
  color: #817e87;
  line-height: 26px;
  padding-top: 16px;
  padding-bottom: 13px;
}

.why-choose-two__list-two li .icon {
  height: 100px;
  width: 100px;
  background-color: var(--roofsie-base, #ff4f47);
  border-radius: var(--roofsie-bdr-radius);
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 0;
  right: 0;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.why-choose-two__list-two li:hover .icon {
  background-color: var(--roofsie-white);
}

.why-choose-two__list-two li .icon:before {
  position: absolute;
  top: 50%;
  left: -10px;
  content: "";
  border-top: 18px solid transparent;
  border-right: 10px solid var(--roofsie-base, #ff4f47);
  border-bottom: 18px solid transparent;
  transform: translateY(-50%);
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.why-choose-two__list-two li:hover .icon:before {
  border-right: 10px solid var(--roofsie-white);
}

.why-choose-two__list-two li .icon span {
  font-size: 65px;
  color: var(--roofsie-white);
  position: relative;
  display: inline-block;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.why-choose-two__list-two li:hover .icon span {
  color: var(--roofsie-base, #ff4f47);
}

.why-choose-two__read-more {
  position: relative;
  display: flex;
  align-items: center;
}

.why-choose-two__read-more a {
  position: relative;
  display: inline-block;
  font-size: 16px;
  font-weight: 600;
  color: var(--roofsie-base, #ff4f47);
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.why-choose-two__read-more a:hover {
  color: var(--roofsie-white);
}

.why-choose-two__read-more a i {
  position: relative;
  display: inline-block;
  height: 13px;
  width: 13px;
  background-color: var(--roofsie-base, #ff4f47);
  border-radius: 50%;
  color: var(--roofsie-black, #1c1b1f);
  font-size: 7px;
  line-height: 13px;
  text-align: center;
  top: -2px;
  margin-left: 5px;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.why-choose-two__read-more a:hover i {
  background-color: var(--roofsie-white);
}

.why-choose-two__list-two .why-choose-two__read-more {
  justify-content: flex-end;
}

/*--------------------------------------------------------------
# Testimonial TWo
--------------------------------------------------------------*/
.testimonial-two {
  position: relative;
  display: block;
  background-color: var(--roofsie-primary);
  padding: 120px 0 120px;
  z-index: 1;
}

.testimonial-two-shape {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  opacity: 0.03;
  z-index: -1;
}

.testimonial-two__left {
  position: relative;
  display: block;
  z-index: 5;
}

.testimonial-two__right {
  position: relative;
  display: block;
}

.testimonial-two__carousel {
  position: relative;
  display: block;
}

.testimonial-two__carousel.owl-carousel .owl-stage-outer {
  overflow: visible;
}

.testimonial-two__carousel.owl-carousel .owl-item {
  opacity: 0;
  visibility: hidden;
  transition: opacity 500ms ease, visibility 500ms ease;
}

.testimonial-two__carousel.owl-carousel .owl-item.active {
  opacity: 1;
  visibility: visible;
}

.testimonial-two__carousel.owl-carousel .owl-dots {
  position: absolute;
  bottom: 34px;
  left: -404px;
  right: 0;
  text-align: center;
  margin: 0 !important;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}

.testimonial-two__carousel.owl-carousel .owl-dots .owl-dot {
  position: relative;
  display: inline-block;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background-color: #fff;
  margin: 0px 5px;
  padding: 0px;
  transition: all 100ms linear;
  transition-delay: 0.1s;
}

.testimonial-two__carousel.owl-carousel .owl-dot.active {
  width: 16px;
  height: 16px;
  background-color: var(--roofsie-base, #ff4f47);
}

.testimonial-two__carousel.owl-carousel .owl-dot:focus {
  outline: none;
}

.testimonial-two__carousel.owl-carousel .owl-dots .owl-dot span {
  display: none;
}

/*--------------------------------------------------------------
# Project Two
--------------------------------------------------------------*/
.project-two {
  position: relative;
  display: block;
  padding: 120px 0 90px;
}

.project-two__container {
  position: relative;
  display: block;
  max-width: 1710px;
  width: 100%;
  padding: 0 15px;
  margin: 0 auto;
}

.project-filter {
  position: relative;
  display: flex;
  align-items: center;
  text-align: center;
  max-width: 630px;
  width: 100%;
  margin: 0 auto 60px;
  border: 1px solid #ede8e4;
  border-radius: var(--roofsie-bdr-radius);
}

.project-filter.style1 li {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}

.project-filter.style1 li .filter-text {
  color: var(--roofsie-black, #1c1b1f);
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  padding: 15px 37px 15px;
  cursor: pointer;
  transition: all 0.4s ease;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}

.project-filter.style1 li:first-child .filter-text {
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
}

.project-filter.style1 li:first-child .filter-text:before {
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
}

.project-filter.style1 li:last-child .filter-text {
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
}

.project-filter.style1 li:last-child .filter-text:before {
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
}

.project-filter.style1 li .filter-text:before {
  position: absolute;
  left: -1px;
  right: 0;
  bottom: -1px;
  top: -1px;
  content: "";
  background: var(--roofsie-base, #ff4f47);
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  border-radius: 0;
  transform: scale(0);
  z-index: -1;
}

.project-filter.style1 li .filter-text:hover:before,
.project-filter.style1 li.active .filter-text:before {
  transform: scale(1);
}

.project-filter.style1 li:hover .filter-text,
.project-filter.style1 li.active .filter-text {
  color: var(--roofsie-white);
}

.project-filter.style1 li .count {
  color: var(--roofsie-white);
  font-size: 12px;
  line-height: 20px;
  font-weight: 700;
  display: block;
  padding: 0 0;
  opacity: 0;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  height: 20px;
  width: 20px;
  background-color: var(--roofsie-black, #1c1b1f);
  position: absolute;
  bottom: -10px;
  left: 6px;
  margin: 0;
}

.project-filter.style1 li:hover .count,
.project-filter.style1 li.active .count {
  color: var(--roofsie-white);
  opacity: 1;
}

.project-filter.style1 li .count:before {
  position: absolute;
  bottom: 0;
  right: -10px;
  content: "";
  border-top: 0px solid transparent;
  border-left: 10px solid var(--roofsie-black, #1c1b1f);
  border-bottom: 10px solid transparent;
}

.project-two__bottom {
  position: relative;
  display: block;
}

.project-two__single {
  position: relative;
  display: block;
  margin-bottom: 30px;
}

.project-two__img-box {
  position: relative;
  display: block;
}

.project-two__img {
  position: relative;
  display: block;
  border-radius: var(--roofsie-bdr-radius);
  overflow: hidden;
  z-index: 1;
}

.project-two__img:before {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  content: "";
  background-color: rgba(var(--roofsie-base-rgb), 0.9);
  border-radius: var(--roofsie-bdr-radius);
  -webkit-transform: perspective(400px) rotateX(90deg) scaleY(0.5);
  -ms-transform: perspective(400px) rotateX(90deg) scaleY(0.5);
  transform: perspective(400px) rotateX(90deg) scaleY(0.5);
  -webkit-transform-origin: center;
  -ms-transform-origin: center;
  transform-origin: center;
  transition-delay: 0.1s;
  transition-timing-function: ease-in-out;
  transition-duration: 0.5s;
  transition-property: all;
  z-index: 1;
}

.project-two__single:hover .project-two__img:before {
  -webkit-transform: perspective(400px) rotateX(0deg) scaleY(1);
  -ms-transform: perspective(400px) rotateX(0deg) scaleY(1);
  transform: perspective(400px) rotateX(0deg) scaleY(1);
  transition-delay: 0.1s;
  transition-timing-function: ease-in-out;
  transition-duration: 0.7s;
  transition-property: all;
}

.project-two__single .project-two__img img {
  width: 100%;
  border-radius: var(--roofsie-bdr-radius);
  -webkit-transform: scale(1);
  transform: scale(1);
  transition: all 500ms ease;
}

.project-two__single:hover .project-two__img img {
  transform: scale(1.05);
}

.project-two__content {
  position: absolute;
  left: 50px;
  bottom: 47px;
  opacity: 0;
  transform: translateY(-50px);
  transition: all 700ms ease;
  z-index: 2;
}

.project-two__single:hover .project-two__content {
  opacity: 1;
  transform: translateY(0%);
  transition-delay: 700ms;
}

.project-two__icon {
  position: relative;
  display: block;
}

.project-two__icon img {
  width: auto;
}

.project-two__sub-title {
  font-size: 14px;
  color: var(--roofsie-white);
  line-height: 24px;
  padding-top: 10px;
  padding-bottom: 5px;
}

.project-two__title {
  font-size: 24px;
  line-height: 34px;
  font-weight: 700;
}

.project-two__title a {
  color: var(--roofsie-white);
}

.project-two__link {
  position: absolute;
  top: 50px;
  right: 50px;
  height: 55px;
  width: 55px;
  background-color: var(--roofsie-black, #1c1b1f);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  transform: scale(0);
  transition: all 700ms ease;
  z-index: 2;
}

.project-two__single:hover .project-two__link {
  transform: scale(1);
  opacity: 1;
  transition-delay: 900ms;
}

.project-two__link a {
  font-size: 20px;
  color: var(--roofsie-white);
}

/*--------------------------------------------------------------
# Pricing One
--------------------------------------------------------------*/
.pricing-one {
  position: relative;
  display: block;
  background-color: var(--roofsie-primary);
  padding: 120px 0 84px;
  z-index: 1;
}

.pricing-one:before {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 344px;
  background-color: var(--roofsie-white);
  content: "";
  z-index: -1;
}

.pricing-one-bg {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 473px;
  background-repeat: no-repeat;
  background-position: top center;
  background-size: cover;
  opacity: 0.03;
  z-index: -1;
}

.pricing-one__left {
  position: relative;
  display: block;
  margin-bottom: 30px;
}

.pricing-one__left .section-title {
  margin-bottom: 30px;
}

.pricing-one__contact {
  position: relative;
  display: block;
  margin-top: 161px;
  padding-left: 30px;
}

.pricing-one__contact:before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 3px;
  background-color: var(--roofsie-base, #ff4f47);
}

.pricing-one__contact-icon {
  position: relative;
  display: block;
}

.pricing-one__contact-icon span {
  position: relative;
  display: inline-block;
  font-size: 30px;
  color: var(--roofsie-base, #ff4f47);
}

.pricing-one__contact-number-box {
  position: relative;
  display: block;
}

.pricing-one__contact-number-box p {
  padding-top: 4px;
  padding-bottom: 1px;
}

.pricing-one__contact-number {
  font-size: 30px;
  font-weight: 700;
  line-height: 30px;
}

.pricing-one__contact-number a {
  color: var(--roofsie-black, #1c1b1f);
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.pricing-one__contact-number a:hover {
  color: var(--roofsie-base, #ff4f47);
}

.pricing-one__contact-email-box {
  position: relative;
  display: block;
  margin-top: 32px;
}

.pricing-one__contact-email-box p {
  padding-bottom: 4px;
}

.pricing-one__contact-email {
  font-size: 16px;
  font-weight: 800;
  line-height: 20px;
}

.pricing-one__contact-email a {
  color: var(--roofsie-base, #ff4f47);
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.pricing-one__contact-email a:hover {
  color: var(--roofsie-black, #1c1b1f);
}

.pricing-one__right {
  position: relative;
  display: block;
  margin-left: 40px;
}

.pricing-one__single {
  position: relative;
  display: block;
  border-radius: 10px;
  background-color: rgb(255, 255, 255);
  box-shadow: 0px 10px 60px 0px rgba(0, 0, 0, 0.07);
  margin-bottom: 30px;
}

.pricing-one__single-inner {
  position: relative;
  display: block;
  padding: 50px 50px 50px;
  overflow: hidden;
  border-radius: 10px;
}

.pricing-one__shape-1 {
  position: absolute;
  top: 0;
  left: 0;
  border-top: 100px solid var(--roofsie-base, #ff4f47);
  border-right: 100px solid transparent;
}

.pricing-one__shape-2 {
  position: absolute;
  top: -17px;
  left: 77px;
  width: 1px;
  height: 114px;
  background-color: var(--roofsie-base, #ff4f47);
  transform: rotate(45deg);
}

.pricing-one__shape-3 {
  position: absolute;
  top: -24px;
  left: 80px;
  width: 1px;
  height: 155px;
  background-color: var(--roofsie-base, #ff4f47);
  transform: rotate(45deg);
}

.pricing-one__shape-4 {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 185px;
  height: 11px;
  background-color: var(--roofsie-black, #1c1b1f);
  clip-path: polygon(0 0, 100% 0%, 100% 100%, 4% 100%);
}

.pricing-one__shape-4:before {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 2px;
  content: "";
  background-color: var(--roofsie-base, #ff4f47);
}

.pricing-one__shape-5 {
  position: absolute;
  bottom: -7px;
  left: 137px;
}

.pricing-one__shape-5 img {
  width: auto;
}

.pricing-one__shape-6 {
  position: absolute;
  bottom: -7px;
  left: 145px;
}

.pricing-one__shape-6 img {
  width: auto;
}

.pricing-one__single-top {
  position: relative;
  display: block;
  text-align: right;
  border-bottom: 2px solid #f1eeeb;
  padding-bottom: 41px;
  margin-bottom: 41px;
}

.pricing-one__rate {
  font-size: 60px;
  font-weight: 800;
  line-height: 60px;
}

.pricing-one__rate span {
  position: relative;
  display: inline-block;
  font-size: 30px;
  top: -23px;
}

.pricing-one__rate-change {
  padding-top: 3px;
  padding-bottom: 2px;
}

.pricing-one__title {
  font-size: 30px;
  color: var(--roofsie-base, #ff4f47);
  font-weight: 800;
  line-height: 40px;
}

.pricing-one__list-one {
  position: relative;
  display: block;
}

.pricing-one__list-one li {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.pricing-one__list-one li + li {
  margin-top: 6px;
}

.pricing-one__list-one li p {
  color: var(--roofsie-black, #1c1b1f);
  font-weight: 600;
}

.pricing-one__list-one li i {
  font-size: 15px;
  color: var(--roofsie-base, #ff4f47);
}

.pricing-one__list-two {
  position: relative;
  display: block;
}

.pricing-one__list-two li {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.pricing-one__list-two li + li {
  margin-top: 6px;
}

.pricing-one__list-two li p {
  font-weight: 400;
}

.pricing-one__list-two li i {
  font-size: 15px;
  color: var(--roofsie-gray);
}

.pricing-one__btn-box {
  position: relative;
  display: block;
  margin-top: 41px;
}

.pricing-one__btn {
  background-color: var(--roofsie-black, #1c1b1f);
  padding: 7px 30px 7px;
}

.pricing-one__btn i {
  color: var(--roofsie-black, #1c1b1f);
}

.pricing-one__btn:before {
  background-color: var(--roofsie-base, #ff4f47);
}

/*--------------------------------------------------------------
# Awards
--------------------------------------------------------------*/
.awards {
  position: relative;
  display: block;
  padding: 0 0 120px;
}

.awards .container {
  max-width: 840px;
}

.awards__title {
  font-size: 20px;
  font-weight: 600;
  text-align: center;
  margin-bottom: 40px;
}

.awards__carousel {
  position: relative;
  display: block;
}

.awards__single {
  position: relative;
  display: block;
}

.awards__img {
  position: relative;
  display: block;
  border-radius: var(--roofsie-bdr-radius);
}

.awards__single .awards__img img {
  width: 100%;
  border-radius: var(--roofsie-bdr-radius);
}

/*--------------------------------------------------------------
# Newsletter
--------------------------------------------------------------*/
.newsletter {
  position: relative;
  display: block;
  background-color: var(--roofsie-black, #1c1b1f);
  padding: 120px 0 120px;
  overflow: hidden;
  z-index: 1;
}

.newsletter-bg {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 1439px;
  mix-blend-mode: luminosity;
  opacity: 0.03;
  z-index: -1;
}

.newsletter-shape-1 {
  position: absolute;
  top: -180px;
  left: 0;
  height: 920px;
  width: 100px;
  background-color: var(--roofsie-base, #ff4f47);
  transform: rotate(45deg);
}

.newsletter-shape-2 {
  position: absolute;
  top: -124px;
  left: 1048px;
  background-image: -moz-linear-gradient(90deg, rgba(83, 83, 83, 0) 0%, rgb(116, 116, 116) 100%);
  background-image: -webkit-linear-gradient(90deg, rgba(83, 83, 83, 0) 0%, rgb(116, 116, 116) 100%);
  background-image: -ms-linear-gradient(90deg, rgba(83, 83, 83, 0) 0%, rgb(116, 116, 116) 100%);
  opacity: 0.502;
  width: 103px;
  height: 591px;
  transform: rotate(-45deg);
}

.newsletter-shape-3 {
  position: absolute;
  top: -110px;
  left: 1225px;
  background-image: -moz-linear-gradient(90deg, rgba(108, 108, 108, 0) 0%, rgb(116, 116, 116) 100%);
  background-image: -webkit-linear-gradient(90deg, rgba(108, 108, 108, 0) 0%, rgb(116, 116, 116) 100%);
  background-image: -ms-linear-gradient(90deg, rgba(108, 108, 108, 0) 0%, rgb(116, 116, 116) 100%);
  opacity: 0.502;
  width: 78px;
  height: 563px;
  transform: rotate(-45deg);
}

.newsletter-shape-4 {
  position: absolute;
  top: -53px;
  right: 615px;
  width: 3px;
  height: 360px;
  background-color: var(--roofsie-base, #ff4f47);
  transform: rotate(-45deg);
}

.newsletter-shape-5 {
  position: absolute;
  top: -97px;
  right: 493px;
  width: 3px;
  height: 626px;
  background-color: var(--roofsie-base, #ff4f47);
  transform: rotate(-45deg);
}

.newsletter-shape-6 {
  position: absolute;
  top: 0;
  right: 0;
}

.newsletter-shape-6 img {
  width: auto;
}

.newsletter-img {
  position: absolute;
  bottom: 0;
  right: 0;
}

.newsletter-img img {
  width: auto;
}

.newsletter__inner {
  position: relative;
  display: block;
}

.newsletter__inner .section-title__title {
  color: var(--roofsie-white);
}

.newsletter__form {
  position: relative;
  display: block;
}

.newsletter__input-box {
  position: relative;
  display: block;
}

.newsletter__input-box input[type=email] {
  height: 70px;
  width: 100%;
  border: none;
  outline: none;
  background-color: #28272d;
  border-radius: var(--roofsie-bdr-radius);
  padding-left: 40px;
  padding-right: 85px;
  color: #86838c;
  font-weight: 500;
  font-size: 16px;
}

.newsletter-btn {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  border: none;
  background-color: var(--roofsie-base, #ff4f47);
  width: 75px;
  border-top-right-radius: var(--roofsie-bdr-radius);
  border-bottom-right-radius: var(--roofsie-bdr-radius);
  font-size: 25px;
  color: var(--roofsie-white);
  margin: 0;
  padding: 0;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.newsletter-btn:hover {
  background-color: var(--roofsie-white);
  color: var(--roofsie-base, #ff4f47);
}

/*--------------------------------------------------------------
# Blog Two
--------------------------------------------------------------*/
.blog-two {
  position: relative;
  display: block;
  padding: 120px 0 70px;
}

.blog-two__single {
  position: relative;
  display: block;
  margin-bottom: 30px;
}

.blog-two__img {
  position: relative;
  display: block;
  border-top-left-radius: var(--roofsie-bdr-radius);
  border-top-right-radius: var(--roofsie-bdr-radius);
  overflow: hidden;
}

.blog-two__img:before {
  position: absolute;
  content: "";
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  border-top-left-radius: var(--roofsie-bdr-radius);
  border-top-right-radius: var(--roofsie-bdr-radius);
  background-color: rgba(var(--roofsie-black-rgb), 0.5);
  -webkit-transition: opacity 500ms ease, visibility 500ms ease, -webkit-transform 500ms ease;
  transition: opacity 500ms ease, visibility 500ms ease, -webkit-transform 500ms ease;
  transition: opacity 500ms ease, visibility 500ms ease, transform 500ms ease;
  transition: opacity 500ms ease, visibility 500ms ease, transform 500ms ease, -webkit-transform 500ms ease;
  visibility: hidden;
  opacity: 0;
  -webkit-transform: translateY(-70%);
  transform: translateY(-70%);
  z-index: 1;
}

.blog-two__single:hover .blog-two__img:before {
  visibility: visible;
  -webkit-transform: translateY(0%);
  transform: translateY(0%);
  opacity: 1;
}

.blog-two__single .blog-two__img img {
  width: 100%;
  border-top-left-radius: var(--roofsie-bdr-radius);
  border-top-right-radius: var(--roofsie-bdr-radius);
  transition: all 500ms ease;
}

.blog-two__single:hover .blog-two__img img {
  transform: scale(1.05);
}

.blog-two__content-box {
  position: relative;
  display: block;
  border: 1px solid #ede8e4;
  border-top: 0;
  border-bottom-left-radius: var(--roofsie-bdr-radius);
  border-bottom-right-radius: var(--roofsie-bdr-radius);
  background-color: var(--roofsie-white);
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.blog-two__single:hover .blog-two__content-box {
  box-shadow: 0px 10px 30px 0px rgba(0, 0, 0, 0.07);
}

.blog-two__content {
  position: relative;
  display: block;
  padding: 50px 30px 21px;
}

.blog-two__meta {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: rgb(255, 255, 255);
  box-shadow: 2.27px 4.455px 9px 0px rgba(0, 0, 0, 0.07);
  border-radius: var(--roofsie-bdr-radius);
  padding: 8px 0 8px;
  position: absolute;
  top: -23px;
  left: 30px;
  right: 30px;
  z-index: 2;
}

.blog-two__meta li + li {
  margin-left: 25px;
}

.blog-two__meta li a {
  font-size: 14px;
  color: var(--roofsie-gray);
  font-weight: 400;
}

.blog-two__meta li a i,
.blog-two__meta li span i {
  font-size: 16px;
  color: var(--roofsie-base, #ff4f47);
  padding-right: 4px;
}

.blog-two__title {
  font-size: 24px;
  font-weight: 700;
  line-height: 34px;
  margin-bottom: 13px;
}

.blog-two__title a {
  color: var(--roofsie-black, #1c1b1f);
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.blog-two__title a:hover {
  color: var(--roofsie-base, #ff4f47);
}

.blog-two__bottom {
  position: relative;
  display: flex;
  align-items: center;
  border-top: 1px solid #ede8e4;
}

.blog-two__comment {
  position: relative;
  display: block;
  background-color: var(--roofsie-primary);
  padding: 11px 0px 11px;
  max-width: 50%;
  width: 100%;
  text-align: center;
}

.blog-two__comment p {
  font-size: 14px;
  font-weight: 400;
}

.blog-two__comment p i {
  font-size: 16px;
  color: var(--roofsie-base, #ff4f47);
  position: relative;
  padding-right: 4px;
}

.blog-two__read-more {
  position: relative;
  display: block;
  max-width: 50%;
  width: 100%;
  text-align: center;
}

.blog-two__read-more a {
  position: relative;
  display: inline-block;
  width: 100%;
  color: var(--roofsie-black, #1c1b1f);
  font-size: 12px;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  padding: 11px 0px 11px;
  transition: all 0.5s linear;
  border-bottom-right-radius: var(--roofsie-bdr-radius);
}

.blog-two__single:hover .blog-two__read-more a {
  background-color: var(--roofsie-base, #ff4f47);
  color: var(--roofsie-white);
}

.blog-two__read-more a i {
  position: relative;
  display: inline-block;
  height: 13px;
  width: 13px;
  background-color: var(--roofsie-base, #ff4f47);
  border-radius: 50%;
  color: var(--roofsie-white);
  font-size: 7px;
  line-height: 13px;
  text-align: center;
  top: -2px;
  padding-left: 2px;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.blog-two__single:hover .blog-two__read-more a i {
  background-color: var(--roofsie-white);
  color: var(--roofsie-base, #ff4f47);
}

/*--------------------------------------------------------------
# Google Map
--------------------------------------------------------------*/
.google-map {
  position: relative;
  display: block;
  background-color: var(--roofsie-primary);
}

.google-map__one {
  position: relative;
  display: block;
  border: none;
  height: 470px;
  width: 100%;
  mix-blend-mode: luminosity;
}

/*--------------------------------------------------------------
# Appointment
--------------------------------------------------------------*/
.appointment {
  position: relative;
  display: block;
}

.appointment__left {
  position: relative;
  display: block;
  margin-left: -95px;
  margin-right: 60px;
  padding-top: 108px;
  padding-bottom: 95px;
}

.appointment__left:before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: -10000000px;
  right: -91px;
  background-color: #26252a;
  z-index: -1;
}

.appointment-shape-1 {
  position: absolute;
  top: 0;
  left: -313px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  width: 858px;
  height: 423px;
  z-index: 1;
  opacity: 0.03;
}

.appointment__left-content {
  position: relative;
  display: block;
  z-index: 2;
}

.appointment__title {
  font-size: 48px;
  color: var(--roofsie-white);
  font-weight: 800;
  line-height: 58px;
  margin-bottom: 31px;
}

.appointment__text {
  color: #86838c;
}

.appointment__right {
  position: relative;
  display: block;
  padding-top: 100px;
  padding-left: 100px;
  padding-bottom: 70px;
}

.appointment__right:before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: -100000000px;
  background-color: var(--roofsie-black, #1c1b1f);
}

.appointment__form {
  position: relative;
  display: block;
}

.appointment__input-box {
  position: relative;
  display: block;
  margin-bottom: 20px;
}

.appointment__input-box input[type=text] {
  height: 60px;
  width: 100%;
  background-color: #26252a;
  border: none;
  outline: none;
  padding-left: 30px;
  padding-right: 55px;
  color: #86838c;
  font-size: 16px;
  font-weight: 400;
  border-radius: var(--roofsie-bdr-radius);
}

.appointment__input-icon {
  position: absolute;
  top: 50%;
  right: 30px;
  transform: translateY(-50%);
}

.appointment__input-icon i {
  position: relative;
  display: inline-block;
  font-size: 17px;
  color: #86838c;
}

.appointment__btn {
  border: none;
  width: 100%;
  line-height: 30px;
}

.appointment__btn:hover {
  color: var(--roofsie-base, #ff4f47);
}

.appointment__btn:before {
  background-color: var(--roofsie-white);
}

.appointment__btn:hover i {
  background-color: var(--roofsie-base, #ff4f47);
  color: var(--roofsie-white);
}

#ui-datepicker-div.ui-widget-content {
  background: #fff none repeat scroll 0 0;
  border: 1px solid var(--roofsie-black, #1c1b1f);
  color: #252525;
  font-size: 14px;
  border-radius: 0px;
  width: 270px;
  padding: 5px;
}

#ui-datepicker-div.ui-datepicker .ui-datepicker-header {
  background: var(--roofsie-base, #ff4f47) none repeat scroll 0 0;
  border: 2px solid var(--roofsie-base, #ff4f47);
  border-radius: 0;
  color: var(--roofsie-white);
  font-weight: 700;
  padding: 5px 0;
  position: relative;
}

.ui-datepicker td a {
  color: var(--roofsie-black, #1c1b1f) !important;
  text-align: center;
  background-image: none !important;
  background: #f5f5f5 !important;
  border: 1px solid #f9f9f9 !important;
}

.ui-state-highlight,
.ui-widget-content .ui-state-highlight,
.ui-widget-header .ui-state-highlight {
  border: 1px solid var(--roofsie-black, #1c1b1f) !important;
  background: var(--roofsie-black, #1c1b1f) !important;
  color: var(--roofsie-white) !important;
}

.ui-datepicker .ui-datepicker-prev {
  left: 5px;
}

.ui-datepicker .ui-datepicker-prev,
.ui-datepicker .ui-datepicker-next {
  border-radius: 30%;
  height: 20px;
  position: absolute;
  top: 7px;
  width: 20px;
  transition: all 500ms ease;
  cursor: pointer;
}

.ui-datepicker .ui-datepicker-next {
  right: 5px;
}

.ui-datepicker .ui-datepicker-prev:hover,
.ui-datepicker .ui-datepicker-next:hover {
  top: 7px;
  background: var(--roofsie-white);
  border: none;
}

.ui-datepicker table {
  border-collapse: collapse;
  font-size: 13px;
  margin: 0 0 0.4em;
  width: 100%;
}

.ui-datepicker th {
  border: medium none;
  font-weight: 600;
  padding: 2px 3px;
  text-align: center;
}

.ui-datepicker-calendar .ui-state-default:hover,
.ui-datepicker-calendar .ui-state-default:active {
  background: var(--roofsie-black, #1c1b1f);
  color: var(--roofsie-white);
  border-color: var(--roofsie-black, #1c1b1f);
}

#ui-datepicker-div.ui-widget {
  font-family: var(--roofsie-font);
}

/*--------------------------------------------------------------
# Services Three
--------------------------------------------------------------*/
.services-three {
  position: relative;
  display: block;
  padding: 120px 0 25px;
  z-index: 1;
}

.services-three .section-title {
  margin-bottom: 116px;
}

.services-three__single {
  position: relative;
  display: block;
  margin-bottom: 95px;
  z-index: 1;
}

.services-three__img-box {
  position: relative;
  display: block;
  z-index: 1;
}

.services-three__border {
  position: absolute;
  top: -65px;
  left: 50%;
  height: 125px;
  width: 131px;
  border: 2px solid #ede8e4;
  border-radius: 50%;
  transform: translateX(-50%);
}

.services-three__icon {
  height: 100px;
  width: 100px;
  background-color: var(--roofsie-base, #ff4f47);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: -50px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 2;
}

.services-three__icon span {
  position: relative;
  display: inline-block;
  font-size: 45px;
  color: var(--roofsie-white);
  -webkit-transition: all 500ms linear;
  transition: all 500ms linear;
  -webkit-transition-delay: 0.1s;
  transition-delay: 0.1s;
}

.services-three__single:hover .services-three__icon span {
  transform: scale(0.9);
}

.services-three__img {
  position: relative;
  display: block;
  border-radius: var(--roofsie-bdr-radius);
  overflow: hidden;
}

.services-three__img:before {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  content: "";
  background-color: rgba(var(--roofsie-black-rgb), 0.3);
  opacity: 1;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  -webkit-transform: perspective(400px) rotateX(-90deg) scale(0.2);
  -ms-transform: perspective(400px) rotateX(-90deg) scale(0.2);
  transform: perspective(400px) rotateX(-90deg) scale(0.2);
  -webkit-transform-origin: top;
  -ms-transform-origin: top;
  transform-origin: top;
  border-radius: var(--roofsie-bdr-radius);
  z-index: 1;
}

.services-three__single:hover .services-three__img:before {
  opacity: 1;
  -webkit-transform: perspective(400px) rotateX(0deg) scale(1);
  -ms-transform: perspective(400px) rotateX(0deg) scale(1);
  transform: perspective(400px) rotateX(0deg) scale(1);
}

.services-three__single .services-three__img img {
  width: 100%;
  border-radius: var(--roofsie-bdr-radius);
  transition-delay: 0.1s;
  transition-timing-function: ease-in-out;
  transition-duration: 0.7s;
  transition-property: all;
}

.services-three__single:hover .services-three__img img {
  transform: scale(1.1) rotate(2deg);
}

.services-three__content {
  position: relative;
  display: block;
  background-color: rgb(255, 255, 255);
  box-shadow: 0px 10px 30px 0px rgba(0, 0, 0, 0.07);
  text-align: center;
  padding: 26px 0 30px;
  margin-left: 20px;
  margin-right: 20px;
  margin-top: -30px;
  border-radius: var(--roofsie-bdr-radius);
  z-index: 2;
}

.services-three__sub-title {
  color: var(--roofsie-base, #ff4f47);
  line-height: 20px;
}

.services-three__title {
  font-size: 24px;
  font-weight: 800;
  line-height: 30px;
}

.services-three__title a {
  color: var(--roofsie-black, #1c1b1f);
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.services-three__title a:hover {
  color: var(--roofsie-base, #ff4f47);
}

/*--------------------------------------------------------------
# About Three
--------------------------------------------------------------*/
.about-three {
  position: relative;
  display: block;
  padding: 120px 0 120px;
  background-color: var(--roofsie-primary);
  overflow: hidden;
  z-index: 1;
}

.about-three-shape-1 {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0.05;
  z-index: -1;
}

.about-three-shape-1 img {
  width: auto;
}

.about-three-img-3 {
  position: absolute;
  top: 0;
  right: -30px;
  mix-blend-mode: luminosity;
  opacity: 0.05;
  z-index: -1;
}

.about-three-img-3 img {
  width: auto;
}

.about-three__left {
  position: relative;
  display: block;
  margin-left: -52px;
  margin-right: 222px;
}

.about-three__img-box {
  position: relative;
  display: block;
  z-index: 1;
}

.about-three__img {
  position: relative;
  display: block;
  box-shadow: 0px 0px 60px 0px rgba(0, 0, 0, 0.08);
  border-radius: 10px;
  z-index: 2;
}

.about-three__left .about-three__img > img {
  width: 100%;
  border-radius: 10px;
}

.about-three__img-two {
  position: absolute;
  bottom: -180px;
  right: -180px;
  box-shadow: 0px 0px 60px 0px rgba(0, 0, 0, 0.08);
  border-radius: 10px;
  z-index: 1;
}

.about-three__left .about-three__img-two > img {
  width: auto;
  border-radius: 10px;
}

.about-three__border {
  position: absolute;
  left: 42px;
  top: 0;
  border-width: 100px;
  border-color: rgb(255, 79, 71);
  border-style: solid;
  border-radius: 50%;
  width: 494px;
  height: 494px;
}

.about-three__right {
  position: relative;
  display: block;
  margin-left: 70px;
}

.about-three__right .section-title {
  margin-bottom: 30px;
}

.about-three__point {
  position: relative;
  display: block;
  margin-top: 33px;
  margin-bottom: 43px;
}

.about-three__point li {
  position: relative;
  display: flex;
  align-items: center;
}

.about-three__point li + li {
  margin-top: 6px;
}

.about-three__point li .icon {
  position: relative;
  display: flex;
  align-items: center;
}

.about-three__point li .icon i {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 15px;
  width: 15px;
  background-color: var(--roofsie-base, #ff4f47);
  font-size: 9px;
  color: var(--roofsie-white);
  border-radius: 50%;
}

.about-three__point li .text {
  margin-left: 12px;
}

.about-three__point li .text p {
  color: var(--roofsie-black, #1c1b1f);
  font-weight: 600;
}

/*--------------------------------------------------------------
# Project Three
--------------------------------------------------------------*/
.project-three {
  position: relative;
  display: block;
  padding: 120px 0 170px;
  z-index: 1;
}

.project-three:before {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  content: "";
  height: 430px;
  background-color: var(--roofsie-black, #1c1b1f);
  z-index: -1;
}

.project-three .section-title__title {
  color: var(--roofsie-white);
}

.project-three__carousel {
  position: relative;
  display: block;
}

.project-three__carousel.owl-carousel .owl-stage-outer {
  overflow: visible;
  padding: 0px 0px 0px;
}

.project-three__carousel.owl-carousel .owl-dots {
  position: absolute;
  bottom: -48px;
  left: 0px;
  right: 0;
  text-align: center;
  margin: 0 !important;
  display: flex;
  align-items: center;
  justify-content: center;
}

.project-three__carousel.owl-carousel .owl-dots .owl-dot {
  position: relative;
  display: inline-block;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background-color: #f2efec;
  margin: 0px 5px;
  padding: 0px;
  transition: all 100ms linear;
  transition-delay: 0.1s;
}

.project-three__carousel.owl-carousel .owl-dot.active {
  width: 16px;
  height: 16px;
  background-color: var(--roofsie-base, #ff4f47);
}

.project-three__carousel.owl-carousel .owl-dot:focus {
  outline: none;
}

.project-three__carousel.owl-carousel .owl-dots .owl-dot span {
  display: none;
}

.project-three__single {
  position: relative;
  display: block;
}

.project-three__img {
  position: relative;
  display: block;
  border-radius: var(--roofsie-bdr-radius);
  overflow: hidden;
  z-index: 1;
}

.project-three__img:before {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  content: "";
  border-radius: var(--roofsie-bdr-radius);
  background: rgb(28, 27, 31);
  background: linear-gradient(180deg, rgba(28, 27, 31, 0) 32%, rgba(28, 27, 31, 0.9556197479) 91%);
  opacity: 1;
  -webkit-transition: all 700ms ease;
  -ms-transition: all 700ms ease;
  -o-transition: all 700ms ease;
  transition: all 700ms ease;
}

.project-three__single:hover .project-three__img:before {
  opacity: 0;
}

.project-three__img:after {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  content: "";
  border-radius: var(--roofsie-bdr-radius);
  background-image: -moz-linear-gradient(90deg, rgb(255, 79, 71) 0%, rgba(28, 27, 31, 0) 65%);
  background-image: -webkit-linear-gradient(90deg, rgb(255, 79, 71) 0%, rgba(28, 27, 31, 0) 65%);
  background-image: -ms-linear-gradient(90deg, rgb(255, 79, 71) 0%, rgba(28, 27, 31, 0) 65%);
  opacity: 0;
  -webkit-transition: all 700ms ease;
  -ms-transition: all 700ms ease;
  -o-transition: all 700ms ease;
  transition: all 700ms ease;
  -webkit-transform: translateY(-100%);
  -ms-transform: translateY(-100%);
  -o-transform: translateY(-100%);
  -moz-transform: translateY(-100%);
  transform: translateY(-100%);
}

.project-three__single:hover .project-three__img:after {
  opacity: 1;
  -webkit-transform: translateY(0%);
  -ms-transform: translateY(0%);
  -o-transform: translateY(0%);
  -moz-transform: translateY(0%);
  transform: translateY(0%);
}

.project-three__single .project-three__img img {
  width: 100%;
  border-radius: var(--roofsie-bdr-radius);
}

.project-three__content {
  position: absolute;
  bottom: 43px;
  left: 50px;
  right: 50px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  z-index: 2;
}

.project-three__content-left {
  position: relative;
  display: block;
}

.project-three__title {
  font-size: 24px;
  font-weight: 800;
  line-height: 34px;
  margin-bottom: 6px;
}

.project-three__title a {
  color: var(--roofsie-white);
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.project-three__title a:hover {
  color: var(--roofsie-black, #1c1b1f);
}

.project-three__sub-title {
  font-size: 12px;
  color: var(--roofsie-white);
  text-transform: uppercase;
  font-weight: 600;
  letter-spacing: 0.2em;
  line-height: 22px;
}

.project-three__arrow {
  position: relative;
  display: block;
  -webkit-transition: all 700ms ease;
  -ms-transition: all 700ms ease;
  -o-transition: all 700ms ease;
  transition: all 700ms ease;
  transform: scale(0);
}

.project-three__single:hover .project-three__arrow {
  transform: scale(1);
}

.project-three__arrow a {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 50px;
  width: 50px;
  border: 2px solid var(--roofsie-white);
  border-radius: 50%;
  font-size: 15px;
  color: var(--roofsie-white);
}

/*--------------------------------------------------------------
# Team One
--------------------------------------------------------------*/
.team-one {
  position: relative;
  display: block;
  padding: 0 0 90px;
}

.team-one__single {
  position: relative;
  display: block;
  margin-bottom: 30px;
}

.team-one__img-box {
  position: relative;
  display: block;
}

.team-one__img {
  position: relative;
  display: block;
  border-top-left-radius: var(--roofsie-bdr-radius);
  border-top-right-radius: var(--roofsie-bdr-radius);
  overflow: hidden;
}

.team-one__img:before {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  content: "";
  background-color: rgba(var(--roofsie-black-rgb), 0.3);
  width: 0%;
  transform: translateY(100%);
  border-top-left-radius: var(--roofsie-bdr-radius);
  border-top-right-radius: var(--roofsie-bdr-radius);
  transition: all 500ms ease;
  z-index: 1;
}

.team-one__single:hover .team-one__img:before {
  transform: translateY(0);
  width: 100%;
}

.team-one__single .team-one__img img {
  width: 100%;
  border-top-left-radius: var(--roofsie-bdr-radius);
  border-top-right-radius: var(--roofsie-bdr-radius);
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.team-one__single:hover .team-one__img img {
  transform: scale(1.05);
}

.team-one__social {
  position: absolute;
  right: 40px;
  bottom: -30px;
  background-color: rgb(255, 255, 255);
  box-shadow: 0px 5px 30px 0px rgba(0, 0, 0, 0.1);
  text-align: center;
  padding: 20px 12.5px;
  border-radius: var(--roofsie-bdr-radius);
  transform: scaleY(0);
  transform-origin: center;
  transform-style: preserve-3d;
  -webkit-transition: all 0.4s linear;
  -o-transition: all 0.4s linear;
  transition: all 0.4s linear;
  transform-origin: bottom center;
  z-index: 2;
}

.team-one__single:hover .team-one__social {
  transform: scaleY(1);
  -webkit-transition-delay: 500ms;
  -moz-transition-delay: 500ms;
  -ms-transition-delay: 500ms;
  -o-transition-delay: 500ms;
  transition-delay: 500ms;
}

.team-one__social li + li {
  margin-top: 20px;
}

.team-one__social li a {
  font-size: 15px;
  color: var(--roofsie-black, #1c1b1f);
  display: flex;
  align-items: center;
  justify-content: center;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.team-one__social li a:hover {
  color: var(--roofsie-base, #ff4f47);
}

.team-one__content-box {
  position: relative;
  display: block;
  border-bottom-left-radius: var(--roofsie-bdr-radius);
  border-bottom-right-radius: var(--roofsie-bdr-radius);
  background-color: rgb(255, 255, 255);
  box-shadow: 0px 10px 30px 0px rgba(0, 0, 0, 0.07);
}

.team-one__content {
  position: relative;
  display: block;
  padding: 35px 40px 31px;
  overflow: hidden;
}

.team-one__name {
  font-size: 22px;
  font-weight: 800;
  line-height: 26px;
}

.team-one__name a {
  color: var(--roofsie-black, #1c1b1f);
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.team-one__name a:hover {
  color: var(--roofsie-base, #ff4f47);
}

.team-one__social-two {
  position: absolute;
  right: 40px;
  top: 40px;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  z-index: 2;
}

.team-one__social-two li a {
  font-size: 15px;
  color: var(--roofsie-white);
  display: flex;
  align-items: center;
  justify-content: center;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  height: 40px;
  width: 40px;
  background-color: var(--roofsie-base, #ff4f47);
  border-radius: var(--roofsie-bdr-radius);
}

.team-one__social-two li a:hover {
  background-color: var(--roofsie-black, #1c1b1f);
}

.team-one__shape {
  position: absolute;
  top: 40px;
  right: 10px;
  mix-blend-mode: luminosity;
  opacity: 0.05;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  transform: translateY(100%);
}

.team-one__single:hover .team-one__shape {
  transform: translateY(0%);
}

.team-one__shape img {
  width: auto;
}

/*--------------------------------------------------------------
# Process
--------------------------------------------------------------*/
.process {
  position: relative;
  display: block;
  background-color: var(--roofsie-base, #ff4f47);
  padding: 117px 0 30px;
  counter-reset: count;
  z-index: 1;
}

.process-bg {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  opacity: 0.15;
  z-index: -1;
}

.process__single {
  position: relative;
  display: block;
  margin-bottom: 70px;
}

.process__content-box {
  position: relative;
  display: block;
  padding-left: 130px;
}

.process__icon-box {
  position: absolute;
  top: 50px;
  left: 0;
}

.process__icon-box:after {
  position: absolute;
  top: -168px;
  left: 50%;
  transform: translateX(-50%);
  content: "";
  background-image: -moz-linear-gradient(90deg, rgb(255, 255, 255) 0%, rgba(255, 255, 255, 0) 100%);
  background-image: -webkit-linear-gradient(90deg, rgb(255, 255, 255) 0%, rgba(255, 255, 255, 0) 100%);
  background-image: -ms-linear-gradient(90deg, rgb(255, 255, 255) 0%, rgba(255, 255, 255, 0) 100%);
  width: 4px;
  height: 120px;
}

.process__icon-box::before {
  position: absolute;
  bottom: -120px;
  left: 50%;
  transform: translateX(-50%);
  content: "";
  background-image: -moz-linear-gradient(270deg, rgb(255, 255, 255) 0%, rgba(255, 255, 255, 0) 100%);
  background-image: -webkit-linear-gradient(270deg, rgb(255, 255, 255) 0%, rgba(255, 255, 255, 0) 100%);
  background-image: -ms-linear-gradient(270deg, rgb(255, 255, 255) 0%, rgba(255, 255, 255, 0) 100%);
  width: 4px;
  height: 120px;
}

.process__icon {
  position: relative;
  height: 100px;
  width: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.process__icon span {
  position: relative;
  display: inline-block;
  font-size: 50px;
  color: var(--roofsie-white);
  -webkit-transition: all 500ms linear;
  transition: all 500ms linear;
  -webkit-transition-delay: 0.1s;
  transition-delay: 0.1s;
}

.process__single:hover .process__icon span {
  transform: scale(0.9);
}

.process__shape {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

.process__count {
  position: absolute;
  top: -50px;
  left: 50%;
  height: 40px;
  width: 40px;
  border-radius: 50%;
  background-color: var(--roofsie-black, #1c1b1f);
  z-index: 2;
  transform: translateX(-50%);
}

.process__count:before {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  font-size: 14px;
  line-height: 40px;
  font-weight: 700;
  counter-increment: count;
  content: "0" counter(count);
  transition: all 200ms linear;
  transition-delay: 0.1s;
  color: var(--roofsie-white);
  text-align: center;
  font-family: var(--roofsie-font);
}

.process__details {
  position: relative;
  display: block;
}

.process__title {
  font-size: 24px;
  font-weight: 800;
  line-height: 28px;
  color: var(--roofsie-white);
  margin-bottom: 24px;
}

.process__text {
  color: var(--roofsie-white);
}

/*--------------------------------------------------------------
# FAQ One
--------------------------------------------------------------*/
.faq-one {
  position: relative;
  display: block;
  padding: 120px 0 120px;
}

.faq-one__lef {
  position: relative;
  display: block;
}

.faq-one__img {
  position: relative;
  display: block;
}

.faq-one .faq-one__img img {
  width: 100%;
  border-radius: var(--roofsie-bdr-radius);
}

.faq-one__point {
  position: relative;
  display: block;
  margin-right: 70px;
  margin-top: 33px;
}

.faq-one__point li {
  position: relative;
  display: block;
  padding-left: 90px;
}

.faq-one__point li + li {
  margin-top: 24px;
}

.faq-one__point li .icon {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 58px;
  width: 58px;
  background-color: var(--roofsie-base, #ff4f47);
  border-radius: 50%;
  font-size: 20px;
  color: var(--roofsie-white);
  position: absolute;
  top: 7px;
  left: 0;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.faq-one__point li:hover .icon {
  background-color: var(--roofsie-black, #1c1b1f);
}

.faq-one__point li .content {
  position: relative;
  display: block;
}

.faq-one__point li .content h4 {
  font-size: 20px;
  font-weight: 800;
  line-height: 30px;
  margin-bottom: 7px;
}

.faq-one__right {
  position: relative;
  display: block;
}

.faq-one-accrodion .accrodion {
  position: relative;
  display: block;
  border: 2px solid var(--roofsie-primary);
  border-radius: 5px;
  background-color: var(--roofsie-white);
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.faq-one-accrodion .accrodion:before {
  position: absolute;
  top: 0px;
  left: -2px;
  bottom: 0px;
  width: 6px;
  content: "";
  background-color: var(--roofsie-base, #ff4f47);
  transform: scaleY(0);
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  z-index: 1;
}

.faq-one-accrodion .accrodion.active:before {
  transform: scaleY(1);
}

.faq-one-accrodion .accrodion-title {
  position: relative;
  display: block;
  cursor: pointer;
  padding: 23px 40px 23px;
  transition: all 200ms linear;
  transition-delay: 0.1s;
  border-radius: 5px;
}

.faq-one-accrodion .accrodion-title h4 {
  margin: 0;
  font-size: 18px;
  font-weight: 700;
  line-height: 28px;
  color: var(--roofsie-black, #1c1b1f);
  position: relative;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.faq-one-accrodion .accrodion + .accrodion {
  margin-top: 20px;
}

.faq-one-accrodion .accrodion.active .accrodion-title {
  color: var(--roofsie-base, #ff4f47);
}

.faq-one-accrodion .accrodion.active .accrodion-title h4 {
  color: var(--roofsie-base, #ff4f47);
}

.faq-one-accrodion .accrodion-title h4::before {
  content: "\f067";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  font-size: 8px;
  color: var(--roofsie-white);
  background-color: var(--roofsie-base, #ff4f47);
  position: absolute;
  top: 50%;
  right: 0;
  height: 15px;
  width: 15px;
  line-height: 15px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  text-align: center;
}

.faq-one-accrodion .accrodion.active .accrodion-title h4::before {
  content: "\f068";
  color: var(--roofsie-white);
  background-color: var(--roofsie-black, #1c1b1f);
  height: 15px;
  width: 15px;
  border-radius: 50%;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
}

.faq-one-accrodion .accrodion-content {
  position: relative;
  padding: 0px 40px 31px;
  margin-top: -9px;
}

.faq-one-accrodion .accrodion-content p {
  margin: 0;
}

/*--------------------------------------------------------------
# Counter One
--------------------------------------------------------------*/
.counter-one {
  position: relative;
  display: block;
  z-index: 2;
}

.counter-one__inner {
  position: relative;
  display: block;
  overflow: hidden;
}

.counter-one__left {
  position: relative;
  display: block;
  float: left;
  max-width: 280px;
  width: 100%;
  background-color: var(--roofsie-base, #ff4f47);
  border-top-left-radius: 10px;
  border-bottom-left-radius: 10px;
}

.counter-one__left-content {
  position: relative;
  display: block;
  padding: 40px 50px 121px;
}

.counter-one__sub-title {
  font-size: 14px;
  font-weight: 700;
  color: var(--roofsie-white);
  opacity: 0.6;
  text-transform: uppercase;
  letter-spacing: 0.1em;
}

.counter-one__title {
  font-size: 30px;
  color: var(--roofsie-white);
  font-weight: 800;
  line-height: 37px;
  margin-top: 2px;
  margin-bottom: 15px;
}

.counter-one__left-icon {
  position: relative;
  display: block;
}

.counter-one__left-icon img {
  width: auto;
}

.counter-one__right {
  position: relative;
  display: block;
  float: left;
  max-width: 890px;
  width: 100%;
  background-color: var(--roofsie-black, #1c1b1f);
  padding: 33px 50px 45px;
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
}

.counter-one__list {
  position: relative;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}

.counter-one__list li {
  position: relative;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
  width: 100%;
  z-index: 1;
}

.counter-one__list li:before {
  position: absolute;
  top: 17px;
  bottom: 5px;
  right: 7px;
  content: "";
  width: 1px;
  background-color: rgba(var(--roofsie-white-rgb), 0.1);
}

.counter-one__list li:nth-child(2) {
  padding-left: 56px;
}

.counter-one__list li:nth-child(3) {
  padding-left: 87px;
}

.counter-one__list li:nth-child(2):before {
  right: -27px;
}

.counter-one__list li:nth-child(3):before {
  display: none;
}

.counter-one__count-box {
  position: relative;
  display: flex;
  align-items: center;
  margin-bottom: 2px;
}

.counter-one__count-box h3 {
  font-size: 60px;
  color: var(--roofsie-white);
  font-weight: 800;
  font-family: var(--roofsie-font) !important;
  line-height: 70px !important;
}

.counter-one__plus {
  font-size: 60px;
  color: var(--roofsie-white);
  font-weight: 800;
  font-family: var(--roofsie-font) !important;
  line-height: 70px !important;
}

.counter-one__text {
  color: #817e87;
  font-size: 18px;
}

.counter-one__icon {
  position: relative;
  display: block;
  margin-top: 22px;
}

.counter-one__icon span {
  position: relative;
  display: inline-block;
  align-items: center;
  font-size: 65px;
  color: var(--roofsie-base, #ff4f47);
  -webkit-transition: all 500ms linear;
  transition: all 500ms linear;
  -webkit-transition-delay: 0.1s;
  transition-delay: 0.1s;
  -webkit-transform: scale(1) rotateY(0deg);
  transform: scale(1) rotateY(0deg);
}

.counter-one__list li:hover .counter-one__icon span {
  -webkit-transform: scale(0.9) rotateY(360deg);
  transform: scale(0.9) rotateY(360deg);
  color: var(--roofsie-white);
}

.counter-one__big-icon {
  position: absolute;
  bottom: -45px;
  left: 5px;
  opacity: 0.02;
  z-index: -1;
}

.counter-one__big-icon span {
  position: relative;
  display: inline-block;
  font-size: 205px;
  color: var(--roofsie-white);
}

/*--------------------------------------------------------------
# Blog Three
--------------------------------------------------------------*/
.blog-three {
  position: relative;
  display: block;
  padding: 240px 0 80px;
  margin-top: -120px;
  z-index: 1;
}

.blog-three__bg-box {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 682px;
  background-color: var(--roofsie-primary);
  z-index: -1;
}

.blog-three__bg {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  opacity: 0.03;
  z-index: -1;
}

/*--------------------------------------------------------------
# Page Header
--------------------------------------------------------------*/
.page-header {
  position: relative;
  display: block;
  padding: 131px 0 138px;
  z-index: 1;
}

.page-header-bg {
  background-color: #4C4B4E;
}

.page-header-bg {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top center;
  z-index: -1;
}

.page-header-bg:before {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 1200px;
  content: "";
  background-image: -moz-linear-gradient(-1deg, rgb(28, 27, 31) 0%, rgba(28, 27, 31, 0) 100%);
  background-image: -webkit-linear-gradient(-1deg, rgb(28, 27, 31) 0%, rgba(28, 27, 31, 0) 100%);
  background-image: -ms-linear-gradient(-1deg, rgb(28, 27, 31) 0%, rgba(28, 27, 31, 0) 100%);
}

.page-header__inner {
  position: relative;
  display: block;
  z-index: 15;
}

.page-header__inner h2 {
  font-size: 48px;
  color: var(--roofsie-white);
  font-weight: 800;
  line-height: 58px;
  margin-top: 9px;
  -ms-word-wrap: break-word;
  word-wrap: break-word;
}

.thm-breadcrumb {
  position: relative;
  display: block;
}

.thm-breadcrumb li {
  position: relative;
  display: inline-block;
  color: var(--roofsie-base, #ff4f47);
  font-size: 16px;
  font-weight: 600;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.thm-breadcrumb li + li {
  margin-left: 4px;
}

.thm-breadcrumb li a {
  position: relative;
  display: inline-block;
  color: var(--roofsie-base, #ff4f47);
  font-size: 16px;
  font-weight: 600;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  text-transform: capitalize;
}

.thm-breadcrumb li:hover a {
  color: var(--roofsie-white);
}

/*--------------------------------------------------------------
# Blog Page
--------------------------------------------------------------*/
.blog-page {
  position: relative;
  display: block;
  padding: 120px 0 90px;
}
.blog-page .blog-pagination {
  margin-top: 30px;
}

/*--------------------------------------------------------------
# Blog Sidebar
--------------------------------------------------------------*/
.blog-sidebar {
  position: relative;
  display: block;
  padding: 120px 0 120px;
}

.blog-sidebar__left {
  position: relative;
  display: block;
}

.blog-sidebar__content {
  position: relative;
  display: block;
}

.blog-sidebar__single {
  position: relative;
  display: block;
  margin-bottom: 60px;
}

.blog-sidebar__img {
  position: relative;
  display: block;
}

.blog-sidebar__single .blog-sidebar__img img {
  max-width: 100%;
  border-radius: var(--roofsie-bdr-radius);
  margin-bottom: 32px;
}

.blog-sidebar__content-box {
  position: relative;
  display: block;
  margin-top: -10px;
}

.blog-sidebar__meta {
  position: relative;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin-left: -6.5px !important;
  margin-right: -6.5px !important;
}

.blog-sidebar__meta li {
  padding-left: 6.5px;
  padding-right: 6.5px;
}

.blog-sidebar__meta li a {
  font-size: 16px;
  font-weight: 400;
  color: var(--roofsie-gray);
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.blog-sidebar__meta li a:hover {
  color: var(--roofsie-base, #ff4f47);
}

.blog-sidebar__meta li a i,
.blog-sidebar__meta li span i {
  color: var(--roofsie-base, #ff4f47);
  padding-right: 3px;
}

.blog-sidebar__title {
  font-size: 30px;
  font-weight: 800;
  line-height: 40px;
  margin-top: 4px;
  margin-bottom: 18px;
  -ms-word-wrap: break-word;
  word-wrap: break-word;
}

.blog-sidebar__title a {
  color: var(--roofsie-black, #1c1b1f);
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.blog-sidebar__title a:hover {
  color: var(--roofsie-base, #ff4f47);
}

.blog-sidebar__bottom-btn-box {
  margin-top: 21px;
}

.blog-sidebar__btn {
  padding: 7px 30px 7px;
  background-color: var(--roofsie-primary);
  color: var(--roofsie-black, #1c1b1f);
}

.blog-sidebar__btn i {
  background-color: var(--roofsie-black, #1c1b1f);
  color: var(--roofsie-white);
}

.blog-sidebar__btn:hover i {
  background-color: var(--roofsie-base, #ff4f47);
}

.blog-sidebar__video-link {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.blog-sidebar__video-icon {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 97px;
  height: 97px;
  line-height: 97px;
  text-align: center;
  font-size: 23px;
  color: var(--roofsie-white);
  background-color: var(--roofsie-base, #ff4f47);
  border-radius: 50%;
  transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
}

.blog-sidebar__video-icon:hover {
  background-color: var(--roofsie-white);
  color: var(--roofsie-base, #ff4f47);
}

.blog-sidebar__video-icon:before {
  position: absolute;
  top: -15px;
  left: -15px;
  right: -15px;
  bottom: -15px;
  content: "";
  border-radius: 50%;
  border: 1px solid var(--roofsie-white);
  opacity: 0.1;
  z-index: 1;
}

.blog-sidebar__video-link .ripple,
.blog-sidebar__video-icon .ripple:before,
.blog-sidebar__video-icon .ripple:after {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 125px;
  height: 125px;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -ms-box-shadow: 0 0 0 0 rgba(var(--roofsie-primary-rgb), 0.6);
  -o-box-shadow: 0 0 0 0 rgba(var(--roofsie-primary-rgb), 0.6);
  -webkit-box-shadow: 0 0 0 0 rgba(var(--roofsie-primary-rgb), 0.6);
  box-shadow: 0 0 0 0 rgba(var(--roofsie-primary-rgb), 0.6);
  -webkit-animation: ripple 3s infinite;
  animation: ripple 3s infinite;
  border-radius: 50%;
}

.blog-sidebar__video-icon .ripple:before {
  -webkit-animation-delay: 0.9s;
  animation-delay: 0.9s;
  content: "";
  position: absolute;
}

.blog-sidebar__video-icon .ripple:after {
  -webkit-animation-delay: 0.6s;
  animation-delay: 0.6s;
  content: "";
  position: absolute;
}

.blog-sidebar__bottom-box {
  position: relative;
  display: block;
  background-color: var(--roofsie-primary);
  padding: 50px 60px 45px;
  margin-top: 30px;
  border-radius: var(--roofsie-bdr-radius);
}

.blog-sidebar__bottom-box-icon {
  margin-bottom: 21px;
}

.blog-sidebar__delivering-services {
  position: relative;
  display: block;
  background-color: var(--roofsie-primary);
  padding: 50px 60px 51px;
  margin-top: 30px;
  margin-bottom: 30px;
  border-radius: var(--roofsie-bdr-radius);
}

.blog-sidebar__delivering-services-icon {
  margin-bottom: 21px;
}

.blog-sidebar__delivering-services-title {
  font-size: 30px;
  line-height: 40px;
  font-weight: 600;
}

.blog-sidebar__delivering-services-title a {
  color: var(--roofsie-black, #1c1b1f);
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.blog-sidebar__delivering-services-title a:hover {
  color: var(--roofsie-base, #ff4f47);
}

/*--------------------------------------------------------------
# Sidebar
--------------------------------------------------------------*/
@media (max-width: 991px) {
  .sidebar {
    margin-top: 50px;
  }
}
.sidebar__single + .sidebar__single {
  margin-top: 30px;
}

.sidebar__title {
  margin: 0;
  font-size: 20px;
  margin-bottom: 5px;
  font-weight: 800;
}

.sidebar__search {
  position: relative;
  display: block;
}

.sidebar__search-form {
  position: relative;
}

.sidebar__search-form input[type=search] {
  display: block;
  border: none;
  outline: none;
  background-color: var(--roofsie-base, #ff4f47);
  color: var(--roofsie-white);
  font-size: 18px;
  font-weight: 500;
  padding-left: 50px;
  height: 80px;
  width: 100%;
  padding-right: 80px;
  border-radius: var(--roofsie-bdr-radius);
}

.sidebar__search-form ::-webkit-input-placeholder {
  color: var(--roofsie-white);
  opacity: 1;
}

.sidebar__search-form :-ms-input-placeholder {
  color: var(--roofsie-white);
  opacity: 1;
}

.sidebar__search-form ::-ms-input-placeholder {
  color: var(--roofsie-white);
  opacity: 1;
}

.sidebar__search-form ::placeholder {
  color: var(--roofsie-white);
  opacity: 1;
}

.sidebar__search-form :-ms-input-placeholder {
  color: var(--roofsie-white);
}

.sidebar__search-form ::-ms-input-placeholder {
  color: var(--roofsie-white);
}

.sidebar__search-form button[type=submit] {
  background-color: transparent;
  color: var(--roofsie-white);
  font-size: 22px;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  width: 50px;
  outline: none;
  border: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 0;
}

.sidebar__post {
  position: relative;
  display: block;
  padding: 46px 30px 30px;
  background-color: var(--roofsie-primary);
  border-radius: var(--roofsie-bdr-radius);
}

.sidebar__post .sidebar__title {
  margin-left: 20px;
}

.sidebar__post-list {
  margin: 0;
}

.sidebar__post-list li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 15px 20px 16px;
  padding-right: 18px;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  border-radius: var(--roofsie-bdr-radius);
}

.sidebar__post-list li:hover {
  background-color: var(--roofsie-white);
}

.sidebar__post-list li + li {
  margin-top: 10px;
}

.sidebar__post-image {
  margin-right: 20px;
}

.sidebar__post-image > img {
  width: 70px;
  border-radius: var(--roofsie-bdr-radius);
}

.sidebar__post-content {
  position: relative;
}

.sidebar__post-content h3 {
  font-size: 16px;
  margin: 0;
  line-height: 26px;
}

.sidebar__post-content-meta {
  font-size: 14px;
  font-weight: 600;
  color: var(--roofsie-gray) !important;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.sidebar__post-content-meta i {
  color: var(--roofsie-base, #ff4f47);
  font-size: 14px;
  padding-right: 1px;
}

.sidebar__post-content h3 a {
  color: var(--roofsie-black, #1c1b1f);
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  display: block;
  font-size: 16px;
  font-weight: 700;
}

.sidebar__category {
  position: relative;
  display: block;
  background-color: var(--roofsie-primary);
  padding: 46px 30px 35px;
  border-radius: var(--roofsie-bdr-radius);
}

.sidebar__category .sidebar__title {
  padding-left: 20px;
  margin-bottom: 11px;
}

.sidebar__category-list {
  margin: 0;
}

.sidebar__category-list li + li {
  margin-top: 6px;
}

.sidebar__category-list li a {
  color: var(--roofsie-gray);
  font-size: 16px;
  position: relative;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  display: block;
  background: none;
  padding: 6px 20px 6px;
  border-radius: var(--roofsie-bdr-radius);
  font-weight: 500;
}

.sidebar__category-list li a:hover {
  background-color: white;
  -webkit-box-shadow: 0px 10px 60px 0px rgba(0, 0, 0, 0.05);
  box-shadow: 0px 10px 60px 0px rgba(0, 0, 0, 0.05);
  color: var(--roofsie-black, #1c1b1f);
}

.sidebar__category-list li.active a {
  background-color: white;
  -webkit-box-shadow: 0px 10px 60px 0px rgba(0, 0, 0, 0.05);
  box-shadow: 0px 10px 60px 0px rgba(0, 0, 0, 0.05);
  color: var(--roofsie-black, #1c1b1f);
}

.sidebar__category-list li a span {
  position: absolute;
  top: 50%;
  right: 30px;
  -webkit-transform: translateY(-50%) scale(0);
  transform: translateY(-50%) scale(0);
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  color: var(--roofsie-base, #ff4f47);
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-size: 15px;
}

.sidebar__category-list li a:hover span {
  color: var(--roofsie-base, #ff4f47);
  -webkit-transform: translateY(-50%) scale(1);
  transform: translateY(-50%) scale(1);
}

.sidebar__category-list li.active a span {
  -webkit-transform: translateY(-50%) scale(1);
  transform: translateY(-50%) scale(1);
  color: var(--roofsie-base, #ff4f47);
}

.sidebar__tags {
  position: relative;
  display: block;
  background: var(--roofsie-primary);
  padding: 46px 45px 50px;
  border-radius: var(--roofsie-bdr-radius);
}

.sidebar__tags .sidebar__title {
  margin-left: 5px;
  margin-bottom: 25px;
}

.sidebar__tags-list {
  margin-top: -10px;
}

.sidebar__tags-list a {
  font-size: 12px;
  color: var(--roofsie-black, #1c1b1f);
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  background: var(--roofsie-white);
  display: inline-block;
  padding: 6px 20px 6px;
  margin-left: 5px;
  font-weight: 800;
  border-radius: var(--roofsie-bdr-radius);
  text-transform: uppercase;
  letter-spacing: 0.1em;
}

.sidebar__tags-list a + a {
  margin-left: 5px;
  margin-top: 10px;
}

.sidebar__tags-list a:hover {
  color: var(--roofsie-white);
  background: var(--roofsie-base, #ff4f47);
}

.sidebar__comments {
  position: relative;
  display: block;
  background: var(--roofsie-primary);
  padding: 46px 50px 42px;
  border-radius: var(--roofsie-bdr-radius);
}

.sidebar__comments .sidebar__title {
  margin-bottom: 25px;
}

.sidebar__comments-list {
  position: relative;
  display: block;
}

.sidebar__comments-list li {
  position: relative;
  display: block;
  padding-left: 65px;
}

.sidebar__comments-list li + li {
  margin-top: 23px;
}

.sidebar__comments-icon {
  height: 45px;
  width: 45px;
  background-color: var(--roofsie-white);
  border-radius: 50%;
  font-size: 15px;
  color: var(--roofsie-black, #1c1b1f);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

.sidebar__comments-list li:hover .sidebar__comments-icon {
  background-color: var(--roofsie-base, #ff4f47);
  color: var(--roofsie-white);
}

.sidebar__comments-text-box p {
  font-size: 16px;
  margin: 0;
  line-height: 26px;
  font-weight: 500;
}

.sidebar__comments-text-box p span {
  color: var(--roofsie-base, #ff4f47);
}

.sidebar__comments-text-box h5 {
  font-size: 15px;
  margin: 0;
  line-height: 26px;
  color: var(--roofsie-gray);
  font-weight: 500;
}

/*--------------------------------------------------------------
# Blog Details
--------------------------------------------------------------*/
.blog-details {
  position: relative;
  display: block;
  padding: 120px 0 120px;
}

.blog-details__left {
  position: relative;
  display: block;
}

.blog-details__img {
  position: relative;
  display: block;
  border-radius: var(--roofsie-bdr-radius);
}

.blog-details__img img {
  max-width: 100%;
  border-radius: var(--roofsie-bdr-radius);
  margin-bottom: 32px;
}

.blog-details__content {
  position: relative;
  display: block;
  margin-top: -10px;
}

.blog-details__meta {
  position: relative;
  display: flex;
  align-items: center;
}

.blog-details__meta li + li {
  margin-left: 25px;
}

.blog-details__meta li a {
  font-size: 16px;
  font-weight: 400;
  color: var(--roofsie-gray);
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.blog-details__meta li a:hover {
  color: var(--roofsie-base, #ff4f47);
}

.blog-details__meta li a i,
.blog-details__meta li span i {
  color: var(--roofsie-base, #ff4f47);
  padding-right: 8px;
}

.blog-details__title {
  font-size: 30px;
  line-height: 40px;
  margin-bottom: 12px;
  margin-top: 4px;
  font-weight: 800;
}

.blog-details__text-2 {
  padding-top: 31px;
}

.blog-details__bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 30px 0 30px;
  margin-top: 41px;
  border-top: 1px solid var(--roofsie-primary);
}

.blog-details__bottom p {
  margin: 0;
}

.blog-details__tags span {
  color: var(--roofsie-black, #1c1b1f);
  font-size: 20px;
  margin-right: 5px;
  font-weight: 800;
}

.blog-details__tags a {
  position: relative;
  color: var(--roofsie-white);
  font-size: 12px;
  background-color: var(--roofsie-base, #ff4f47);
  display: inline-block;
  padding: 6px 20px 6px;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  border-radius: var(--roofsie-bdr-radius);
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  margin-bottom: 10px;
}

.blog-details__tags a:hover {
  background-color: var(--roofsie-black, #1c1b1f);
  color: var(--roofsie-white);
}

.blog-details__tags a + a {
  margin-left: 6px;
}

.blog-details__social-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.blog-details__social-list a {
  position: relative;
  height: 40px;
  width: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
  color: var(--roofsie-black, #1c1b1f);
  background-color: var(--roofsie-primary);
  font-size: 15px;
  border-radius: 50%;
  overflow: hidden;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  z-index: 1;
}

.blog-details__social-list a:hover {
  color: var(--roofsie-base, #ff4f47);
  color: var(--roofsie-white);
}

.blog-details__social-list a:after {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  right: 0;
  height: 100%;
  background-color: var(--roofsie-base, #ff4f47);
  -webkit-transition-delay: 0.1s;
  transition-delay: 0.1s;
  -webkit-transition-timing-function: ease-in-out;
  transition-timing-function: ease-in-out;
  -webkit-transition-duration: 0.4s;
  transition-duration: 0.4s;
  -webkit-transition-property: all;
  transition-property: all;
  opacity: 1;
  -webkit-transform-origin: top;
  transform-origin: top;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
  -webkit-transform: scaleY(0);
  transform: scaleY(0);
  z-index: -1;
}

.blog-details__social-list a:hover:after {
  opacity: 1;
  -webkit-transform: scaleY(1);
  transform: scaleY(1);
}

.blog-details__social-list a + a {
  margin-left: 10px;
}

.blgo-details__pagenation-box {
  position: relative;
  display: block;
  overflow: hidden;
  margin-bottom: 53px;
}

.blog-details__pagenation {
  position: relative;
  display: block;
}

.blog-details__pagenation li {
  position: relative;
  float: left;
  font-size: 20px;
  color: var(--roofsie-black, #1c1b1f);
  font-weight: 700;
  background-color: var(--roofsie-primary);
  line-height: 34px;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  max-width: 370px;
  width: 100%;
  padding-left: 60px;
  padding-right: 60px;
  padding-top: 50px;
  padding-bottom: 50px;
  border-radius: var(--roofsie-bdr-radius);
}

.blog-details__pagenation li + li {
  margin-left: 30px;
}

.blog-details__pagenation li:hover {
  background-color: var(--roofsie-base, #ff4f47);
  color: var(--roofsie-white);
}

/*--------------------------------------------------------------
## Comments
--------------------------------------------------------------*/
.comment-one__title,
.comment-form__title {
  margin: 0;
  color: var(--roofsie-black, #1c1b1f);
  font-size: 30px;
  margin-bottom: 52px;
  font-weight: 800;
}

.comment-one__single {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-bottom: 1px solid var(--roofsie-primary);
  padding-bottom: 60px;
  margin-bottom: 60px;
}

.comment-one__content {
  position: relative;
  margin-left: 45px;
}

.comment-one__content h3 {
  margin: 0;
  font-size: 20px;
  color: var(--roofsie-black, #1c1b1f);
  margin-bottom: 26px;
  font-weight: 800;
}

.comment-one__btn {
  padding: 7px 30px;
  position: absolute;
  top: 0;
  right: 0;
  background-color: var(--roofsie-base, #ff4f47);
  font-size: 12px;
  font-weight: 800;
  color: var(--roofsie-white);
}

.comment-one__btn:hover {
  color: var(--roofsie-black, #1c1b1f);
}

.comment-one__btn:before {
  background-color: var(--roofsie-primary);
}

.comment-one__image {
  position: relative;
  display: block;
  border-radius: 50%;
}

.comment-one__image img {
  border-radius: 50%;
}

.comment-form .comment-form__title {
  margin-top: -7px;
}

.comment-one__form .row {
  --bs-gutter-x: 20px;
}

.comment-form__input-box {
  position: relative;
  display: block;
  margin-bottom: 20px;
}

.comment-form__input-box input[type=text],
.comment-form__input-box input[type=email] {
  height: 60px;
  width: 100%;
  border: none;
  background-color: var(--roofsie-primary);
  padding-left: 30px;
  padding-right: 30px;
  outline: none;
  font-size: 14px;
  color: var(--roofsie-gray);
  display: block;
  border-radius: var(--roofsie-bdr-radius);
  font-weight: 500;
}

.comment-form__input-box textarea {
  font-size: 14px;
  color: var(--roofsie-gray);
  height: 190px;
  width: 100%;
  background-color: var(--roofsie-primary);
  padding: 15px 30px 30px;
  border: none;
  border-radius: var(--roofsie-bdr-radius);
  outline: none;
  margin-bottom: -5px;
  font-weight: 500;
}

.comment-form__btn {
  border: none;
  line-height: 32px;
}

.comment-form__input-box.text-message-box {
  height: 190px;
}

/*--------------------------------------------------------------
# Work Page
--------------------------------------------------------------*/
.work-page {
  position: relative;
  display: block;
  padding: 120px 0 90px;
}

.work-page__top {
  position: relative;
  display: block;
}

.work-page__bottom {
  position: relative;
  display: block;
}

.work-page .project-one__single {
  margin-bottom: 30px;
}

/*--------------------------------------------------------------
# Portfolio Details
--------------------------------------------------------------*/
.work-details {
  position: relative;
  display: block;
  padding: 120px 0 120px;
}

.work-details__img {
  position: relative;
  display: block;
  border-radius: 20px;
}

.work-details .work-details__img img {
  width: 100%;
  border-radius: 20px;
}

.work-details__content {
  position: relative;
  display: block;
  padding-top: 45px;
}

.work-details__content-left {
  position: relative;
  display: block;
  margin-top: -4px;
}

.work-details__title {
  font-size: 34px;
  font-weight: 800;
  line-height: 34px;
  margin-bottom: 27px;
}

.work-details__text-1 {
  padding-bottom: 32px;
}

.work-details__content-right {
  position: relative;
  display: block;
}

.work-details__details-box {
  position: relative;
  border-radius: 10px;
  background-color: var(--roofsie-primary);
  padding: 42px 50px 50px;
}

.work-details__details-list {
  position: relative;
  display: block;
}

.work-details__details-list li {
  position: relative;
  display: block;
}

.work-details__details-list li + li {
  margin-top: 32px;
}

.work-details__client {
  font-size: 16px;
  color: var(--roofsie-gray);
  font-weight: 600;
  line-height: 30px;
}

.work-details__name {
  font-size: 18px;
  font-weight: 600;
  line-height: 30px;
}

.work-details__social {
  position: relative;
  display: flex;
  align-items: center;
  margin-top: 9px;
}

.work-details__social a {
  position: relative;
  height: 40px;
  width: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
  color: var(--roofsie-black, #1c1b1f);
  background-color: var(--roofsie-white);
  font-size: 15px;
  border-radius: 50%;
  overflow: hidden;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  z-index: 1;
}

.work-details__social a:hover {
  background-color: var(--roofsie-base, #ff4f47);
  color: var(--roofsie-white);
}

.work-details__social a + a {
  margin-left: 10px;
}

.work-details__pagination-box {
  position: relative;
  display: block;
  text-align: center;
  border-top: 1px solid #ede8e4;
  border-bottom: 1px solid #ede8e4;
  padding: 30px 0;
  margin-top: 120px;
}

.work-details__pagination {
  position: relative;
  display: block;
}

.work-details__pagination li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.work-details__pagination li.next {
  float: left;
  position: relative;
}

.work-details__pagination li a {
  font-size: 14px;
  color: var(--roofsie-gray);
  font-weight: 400;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.work-details__pagination li a:hover {
  color: var(--roofsie-base, #ff4f47);
}

.work-details__pagination li p {
  color: var(--roofsie-black, #1c1b1f);
  font-weight: 800;
  line-height: 18px;
  margin-top: 3px;
}

.work-details__pagination li span {
  font-size: 14px;
  line-height: 14px;
  font-weight: 500;
}

.work-details__pagination li.next i {
  position: relative;
  height: 50px;
  width: 50px;
  border: 2px solid rgba(var(--roofsie-black-rgb), 0.2);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-radius: 50%;
  color: rgba(var(--roofsie-black-rgb), 0.2);
  font-size: 17px;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  margin-right: 20px;
  z-index: 1;
}

.work-details__pagination li.previous {
  position: relative;
  float: right;
}

.work-details__pagination li.previous i {
  position: relative;
  height: 50px;
  width: 50px;
  border: 2px solid rgba(var(--roofsie-black-rgb), 0.2);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-radius: 50%;
  color: rgba(var(--roofsie-black-rgb), 0.2);
  font-size: 17px;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  margin-left: 20px;
  z-index: 1;
}

.work-details__pagination li a:hover i {
  color: rgba(var(--roofsie-base-rgb), 1);
  border: 2px solid rgba(var(--roofsie-base-rgb), 1);
}

.work-details__pagination li .content {
  position: relative;
  display: block;
  top: -3px;
}

.work-details__pagination li.next .content {
  text-align: left;
}

.work-details__pagination li.previous .content {
  text-align: right;
}

/*--------------------------------------------------------------
# Similar Project
--------------------------------------------------------------*/
.similar-project {
  position: relative;
  display: block;
  overflow: hidden;
  padding: 0 0 90px;
}

.similar-project .project-one__single {
  margin-bottom: 30px;
}

/*--------------------------------------------------------------
# Services Page
--------------------------------------------------------------*/
.services-page {
  position: relative;
  display: block;
  padding: 120px 0 90px;
}

/*--------------------------------------------------------------
# Service Details
--------------------------------------------------------------*/
.service-details {
  position: relative;
  display: block;
  padding: 120px 0 90px;
}

.service-details__left {
  position: relative;
  display: block;
}

.service-details__category {
  position: relative;
  display: block;
}

.service-details__category-title {
  font-size: 20px;
  color: var(--roofsie-base, #ff4f47);
  line-height: 20px;
  display: block;
  background-color: #e4e5ea;
  padding: 20px 50px 20px;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}

.service-details__category-list {
  position: relative;
  display: block;
}

.service-details__category-list li {
  position: relative;
  display: block;
}

.service-details__category-list li + li {
  margin-top: 10px;
}

.service-details__category-list li a {
  color: var(--roofsie-black, #1c1b1f);
  font-size: 16px;
  font-weight: 800;
  position: relative;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  display: block;
  background: none;
  padding: 15px 40px 15px;
  border-radius: var(--roofsie-bdr-radius);
  background-color: var(--roofsie-primary);
  z-index: 1;
}

.service-details__category-list li:hover a {
  color: var(--roofsie-white);
}

.service-details__category-list li.current-menu-ancestor a,
.service-details__category-list li.current_page_item a,
.service-details__category-list li.active a {
  color: var(--roofsie-white);
}

.service-details__category-list li a:after {
  position: absolute;
  bottom: 0px;
  top: 0px;
  left: 0;
  right: 0px;
  content: "";
  background-color: var(--roofsie-base, #ff4f47);
  border-radius: var(--roofsie-bdr-radius);
  transform: scaleX(0);
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  z-index: -1;
}

.service-details__category-list li:hover a:after {
  transform: scaleX(1);
}

.service-details__category-list li.current_page_item a:after,
.service-details__category-list li.current-menu-ancestor a:after,
.service-details__category-list li.active a:after {
  transform: scaleX(1);
}

.service-details__category-list li a span {
  position: absolute;
  top: 50%;
  right: 40px;
  -webkit-transform: translateY(-50%) scale(1);
  transform: translateY(-50%) scale(1);
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  color: var(--roofsie-black, #1c1b1f);
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-size: 15px;
}

.service-details__category-list li a:hover span {
  color: var(--roofsie-white);
  -webkit-transform: translateY(-50%) scale(1);
  transform: translateY(-50%) scale(1);
}

.service-details__category-list li.current_page_item a span,
.service-details__category-list li.current-menu-ancestor a span,
.service-details__category-list li.active a span {
  -webkit-transform: translateY(-50%) scale(1);
  transform: translateY(-50%) scale(1);
  color: var(--roofsie-white);
}

.service-details__need-help {
  position: relative;
  display: block;
  padding: 50px 50px 45px;
  margin-bottom: 10px;
  text-align: center;
  z-index: 1;
  background-color: var(--roofsie-base, #ff4f47);
  border-radius: var(--roofsie-bdr-radius);
}

.service-details__need-help-bg {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  background-color: var(--roofsie-base, #ff4f47);
  opacity: 0.1;
  border-radius: 30px;
  z-index: -1;
}

.service-details__need-help-icon {
  height: 85px;
  width: 85px;
  background-color: var(--roofsie-white);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-radius: 50%;
  margin: 0 auto 24px;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.service-details__need-help-icon:hover {
  background-color: var(--roofsie-black, #1c1b1f);
}

.service-details__need-help-icon span {
  font-size: 30px;
  color: var(--roofsie-black, #1c1b1f);
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.service-details__need-help-icon:hover span {
  color: var(--roofsie-white);
}

.service-details__need-help-title {
  font-size: 26px;
  color: var(--roofsie-white);
  line-height: 32px;
  font-weight: 600;
}

.service-details__need-help-contact {
  position: relative;
  display: block;
  margin-top: 38px;
}

.service-details__need-help-contact p {
  font-size: 16px;
  color: #ffc5c2;
  margin: 0;
  line-height: 16px;
  font-weight: 600;
}

.service-details__need-help-contact a {
  font-size: 18px;
  color: var(--roofsie-white);
  font-weight: 700;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.service-details__need-help-contact a:hover {
  color: var(--roofsie-black, #1c1b1f);
}

.service-details__download {
  position: relative;
  display: block;
}

.service-details__btn {
  background-color: var(--roofsie-black, #1c1b1f);
  width: 100%;
  text-align: center;
}

.service-details__btn i {
  color: var(--roofsie-black, #1c1b1f);
}

.service-details__btn:before {
  background-color: var(--roofsie-base, #ff4f47);
}

.service-details__right {
  position: relative;
  display: block;
}

.service-details__img {
  position: relative;
  display: block;
}

.service-details__img img {
  width: 100%;
  border-radius: var(--roofsie-bdr-radius) !important;
}

.service-details__icon {
  position: absolute;
  bottom: -20px;
  right: 20px;
  height: 80px;
  width: 80px;
  background-color: var(--roofsie-base, #ff4f47);
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: var(--roofsie-bdr-radius);
}

.service-details__icon span {
  position: relative;
  display: inline-block;
  font-size: 45px;
  color: var(--roofsie-white);
}

.service-details__content {
  position: relative;
  display: block;
  margin-top: 20px;
}

.service-details__content-title {
  font-size: 36px;
  font-weight: 800;
  line-height: 46px;
  margin-bottom: 21px;
}

.service-details__text-2 {
  font-size: 24px;
  line-height: 36px;
  font-weight: 600;
  padding-top: 31px;
  padding-bottom: 32px;
  color: var(--roofsie-base, #ff4f47);
}

.service-details__points-box {
  position: relative;
  display: block;
  padding-top: 21px;
  padding-bottom: 20px;
}

.service-details__points {
  position: relative;
  display: grid;
  align-items: center;
  grid-template-columns: repeat(1, 1fr);
  grid-gap: 40px;
}
@media (min-width: 768px) {
  .service-details__points {
    grid-template-columns: repeat(2, 1fr);
  }
}

.service-details__points li {
  position: relative;
  display: flex;
  align-items: center;
}

.service-details__points-icon {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 80px;
  width: 80px;
  border: 2px solid var(--roofsie-base, #ff4f47);
  border-radius: 50%;
}

.service-details__points-icon span {
  position: relative;
  display: flex;
  font-size: 38px;
  color: var(--roofsie-base, #ff4f47);
  transition: all 500ms linear;
  transition-delay: 0.1s;
  transform: scale(1);
}

.service-details__points li:hover .service-details__points-icon span {
  transform: scale(0.9);
}

.service-details__points-content {
  margin-left: 25px;
}

.service-details__points-content p {
  font-size: 20px;
  color: var(--roofsie-black, #1c1b1f);
  font-weight: 700;
  line-height: 36px;
}

.service-details__benefits {
  position: relative;
  display: block;
  margin-top: 51px;
}

.service-details__benefits-single {
  position: relative;
  display: block;
  margin-bottom: 23px;
}

.service-details__benefits-img {
  position: relative;
  display: block;
}

.service-details .service-details__benefits-img img {
  width: 100%;
  border-radius: var(--roofsie-bdr-radius);
}

.service-details__benefits-content {
  position: relative;
  display: block;
  margin-top: 21px;
}

.service-details__benefits-title {
  font-size: 30px;
  font-weight: 800;
  line-height: 40px;
  margin-bottom: 20px;
}

.service-details__benefits-text {
  line-height: 34px;
}

.service-details__benefits-points {
  position: relative;
  display: block;
  padding-top: 61px;
}

.service-details__benefits-points li {
  position: relative;
  display: flex;
  align-items: center;
}

.service-details__benefits-points li + li {
  margin-top: 6px;
}

.service-details__benefits-points li .icon {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 15px;
  width: 15px;
  background-color: var(--roofsie-base, #ff4f47);
  border-radius: 50%;
}

.service-details__benefits-points li .icon i {
  font-size: 9px;
  color: var(--roofsie-white);
}

.service-details__benefits-points li .text {
  margin-left: 20px;
}

.service-details__benefits-points li .text p {
  font-size: 16px;
  color: var(--roofsie-black, #1c1b1f);
  font-weight: 600;
}

/*--------------------------------------------------------------
# Contact Details
--------------------------------------------------------------*/
.contact-details {
  position: relative;
  display: block;
  padding: 180px 0 120px;
}

.contact-details__list {
  position: relative;
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  grid-gap: 30px;
}
@media (min-width: 992px) {
  .contact-details__list {
    grid-template-columns: repeat(3, 1fr);
  }
}

.contact-details__list li {
  position: relative;
  text-align: center;
  background-color: #fff;
  box-shadow: 0px 10px 39.2px 0.8px rgba(0, 0, 0, 0.1);
  border-radius: var(--roofsie-bdr-radius, 0);
  border-top-right-radius: 0;
  border-top-left-radius: 0;
  border-top: 3px solid var(--roofsie-base, #ff4f47);
  transition: all 500ms ease;
}
.contact-details__list li:not(:first-of-type) {
  margin-top: 64px;
}
@media (min-width: 992px) {
  .contact-details__list li:not(:first-of-type) {
    margin-top: 0;
  }
}
.contact-details__list li::before {
  content: "";
  width: 144px;
  height: 64px;
  position: absolute;
  bottom: 100%;
  left: calc(50% - 72px);
  background-color: var(--roofsie-base, #ff4f47);
  clip-path: polygon(50% 0%, 0% 100%, 100% 100%);
  transition: all 500ms ease;
}
.contact-details__list li:hover {
  border-color: var(--roofsie-black, #1c1b1f);
}
.contact-details__list li:hover::before {
  background-color: var(--roofsie-black, #1c1b1f);
}

.contact-details__icon {
  position: relative;
  display: flex;
  justify-content: center;
  width: 96px;
  height: 78px;
  margin: 0 auto;
  background-color: var(--roofsie-base, #ff4f47);
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  text-align: center;
}

.contact-details__list li:hover .contact-details__icon {
  background-color: var(--roofsie-black, #1c1b1f);
}

.contact-details__icon span {
  position: relative;
  font-size: 55px;
  color: var(--roofsie-white, #ffffff);
  transform: scale(1);
  transition: color 500ms ease, transform 700ms ease;
}

.contact-details__list li:hover .contact-details__icon span {
  color: var(--roofsie-white, #ffffff);
  transform: scale(0.9);
}

.contact-details__content {
  position: relative;
  display: block;
  margin-top: 20px;
  padding-bottom: 20px;
}

.contact-details__content h4 {
  font-size: 20px;
  font-weight: 600;
  color: var(--roofsie-gray);
  line-height: 36px;
}

.contact-details__number-1 {
  position: relative;
  display: block;
  color: var(--roofsie-gray);
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.contact-details__number-1:hover {
  color: var(--roofsie-base, #ff4f47);
}

.contact-details__number-2 {
  position: relative;
  display: block;
  color: var(--roofsie-gray);
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.contact-details__number-2:hover {
  color: var(--roofsie-base, #ff4f47);
}

/*--------------------------------------------------------------
# Contact Page
--------------------------------------------------------------*/
.contact-page {
  position: relative;
  display: block;
  padding: 0 0 120px;
}

.contact-page-shape-1 {
  position: absolute;
  bottom: -150px;
  right: -15px;
  opacity: 0.3;
}

.contact-page-shape-1 img {
  width: auto;
}

.contact-page .container {
  max-width: 770px;
}

.contact-page__form {
  position: relative;
  display: block;
}

.contact-page__form .comment-form__btn {
  margin: 0 auto;
  display: block;
}

/*--------------------------------------------------------------
# Team Page
--------------------------------------------------------------*/
.team-page {
  position: relative;
  display: block;
  padding: 120px 0 90px;
}

/*--------------------------------------------------------------
# Team Details
--------------------------------------------------------------*/
.team-details {
  position: relative;
  display: block;
  padding: 120px 0 0;
}

.team-details__left {
  position: relative;
  display: block;
  margin-right: 20px;
}

.team-details__img {
  position: relative;
  display: block;
  border-radius: var(--roofsie-bdr-radius);
}

.team-details .team-details__img img {
  width: 100%;
  border-radius: var(--roofsie-bdr-radius);
}

.team-details__big-text {
  font-size: 80px;
  line-height: 80px;
  text-transform: uppercase;
  color: var(--roofsie-primary);
  letter-spacing: 0.35em;
  font-weight: 500;
  position: absolute;
  transform: rotate(-90deg);
  top: 235px;
  left: -325px;
}

.team-details__right {
  position: relative;
  display: block;
  margin-left: 70px;
}

.team-details__content {
  position: relative;
  display: block;
}

.team-details__content .section-title {
  margin-bottom: 0;
}

.team-details__name {
  font-size: 40px;
  font-weight: 800;
  line-height: 50px;
  margin-bottom: 3px;
}

.team-details__title {
  font-size: 16px;
  color: var(--roofsie-gray);
}

.team-details__social {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-top: 21px;
  margin-bottom: 18px;
}

.team-details__social a {
  position: relative;
  height: 40px;
  width: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
  background-color: var(--roofsie-primary);
  color: var(--roofsie-black, #1c1b1f);
  font-size: 15px;
  border-radius: 50%;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.team-details__social a:hover {
  background-color: var(--roofsie-base, #ff4f47);
  color: var(--roofsie-white);
}

.team-details__social a + a {
  margin-left: 10px;
}

.team-details__text-1 {
  font-size: 30px;
  color: var(--roofsie-base, #ff4f47);
  line-height: 45px;
  font-weight: 600;
}

.team-details__text-2 {
  font-size: 18px;
  line-height: 34px;
  padding-top: 33px;
  padding-bottom: 28px;
  font-weight: 400;
}

.team-details__text-3 {
  font-size: 18px;
  line-height: 34px;
  font-weight: 400;
}

.team-details__btn-box {
  position: relative;
  display: block;
  margin-top: 32px;
}

/*--------------------------------------------------------------
# Team Experience
--------------------------------------------------------------*/
.team-experience {
  position: relative;
  display: block;
  padding: 100px 0 98px;
}

.team-experience__top {
  position: relative;
  display: block;
  margin-bottom: 33px;
}

.team-experience__title {
  font-size: 36px;
  font-weight: 800;
  line-height: 46px;
  margin-bottom: 31px;
}

.team-experience__single {
  position: relative;
  display: block;
  margin-bottom: 22px;
}

.team-details__progress {
  position: relative;
  display: block;
  width: 100%;
}

.team-details__progress-single {
  position: relative;
  display: block;
}

.team-details__progress-title {
  font-size: 16px;
  font-weight: 700;
  line-height: 28px;
  color: var(--roofsie-black, #1c1b1f);
  margin-bottom: 6px;
}

.team-details__progress .bar {
  position: relative;
  width: 100%;
  height: 13px;
  background-color: var(--roofsie-primary);
  border-radius: 7px;
  margin-bottom: 22px;
}

.team-details__progress .bar-inner {
  position: relative;
  display: block;
  width: 0px;
  height: 13px;
  border-radius: 7px;
  background-color: var(--roofsie-base, #ff4f47);
  -webkit-transition: all 1500ms ease;
  transition: all 1500ms ease;
}

.team-details__progress .count-text {
  position: absolute;
  right: 0px;
  bottom: 21px;
  color: var(--roofsie-gray);
  line-height: 24px;
  font-size: 14px;
  text-align: center;
  font-weight: 500;
  opacity: 0;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.team-details__progress .bar-inner.counted .count-text {
  opacity: 1;
}

.team-details__progress .bar.marb-0 {
  margin-bottom: 0;
}

/*--------------------------------------------------------------
# Testimonials Page
--------------------------------------------------------------*/
.testimonials-page {
  position: relative;
  display: block;
  padding: 120px 0 90px;
}

.testimonials-page .container {
  max-width: 1080px;
}

.testimonials-page .row {
  --bs-gutter-x: 50px;
}

.testimonials-page .testimonial-one__single {
  margin-bottom: 30px;
}

/*--------------------------------------------------------------
# Gallery Page
--------------------------------------------------------------*/
.gallery-page {
  position: relative;
  display: block;
  padding: 120px 0 90px;
}

.gallery-page__single {
  position: relative;
  display: block;
  margin-bottom: 30px;
}

.gallery-page__img {
  position: relative;
  display: block;
  border-radius: var(--roofsie-bdr-radius);
  overflow: hidden;
  z-index: 1;
}

.gallery-page__img:before {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  content: "";
  background-color: rgba(var(--roofsie-base-rgb), 0.9);
  -webkit-transition: all 700ms ease;
  transition: all 700ms ease;
  -webkit-transform: translateY(-102%);
  transform: translateY(-102%);
  border-radius: var(--roofsie-bdr-radius);
  z-index: 1;
}

.gallery-page__single:hover .gallery-page__img:before {
  -webkit-transform: translateY(0%);
  transform: translateY(0%);
}

.gallery-page__single .gallery-page__img img {
  width: 100%;
  border-radius: var(--roofsie-bdr-radius);
  -webkit-transform: scale(1);
  transform: scale(1);
  -webkit-transition: -webkit-transform 500ms ease;
  transition: -webkit-transform 500ms ease;
  transition: transform 500ms ease;
  transition: transform 500ms ease, -webkit-transform 500ms ease;
}

.gallery-page__single:hover .gallery-page__img img {
  -webkit-transform: scale(1.05);
  transform: scale(1.05);
}

.gallery-page__icon {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  z-index: 2;
}

.gallery-page__icon a {
  height: 80px;
  width: 80px;
  background-color: var(--roofsie-black, #1c1b1f);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-radius: 50%;
  font-size: 22px;
  color: var(--roofsie-white);
  -webkit-transform: translateY(100px);
  transform: translateY(100px);
  opacity: 0;
  -webkit-transition: all 700ms ease;
  transition: all 700ms ease;
  z-index: 2;
}

.gallery-page__single:hover .gallery-page__icon a {
  -webkit-transform: translateY(0px);
  transform: translateY(0px);
  opacity: 1;
}

.gallery-page__icon a:hover {
  background-color: var(--roofsie-white);
  color: var(--roofsie-base, #ff4f47);
}

/*--------------------------------------------------------------
# FAQ Page
--------------------------------------------------------------*/
.faq-page {
  position: relative;
  display: block;
  padding: 120px 0 120px;
}

.faq-page__left {
  position: relative;
  display: block;
}

.faq-page__right {
  position: relative;
  display: block;
}

.faq-page__right .service-details__need-help {
  margin-top: 0;
}

/*--------------------------------------------------------------
# Contact Page Two
--------------------------------------------------------------*/
.contact-page-two {
  position: relative;
  display: block;
  padding: 120px 0 120px;
  background-color: var(--roofsie-primary);
  z-index: 1;
}

.contact-page-two-shape {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  opacity: 0.03;
  z-index: -1;
}

.contact-page-two .container {
  max-width: 770px;
}

.contact-page-two__form {
  position: relative;
  display: block;
}

.contact-page-two__form .comment-form__btn {
  margin: 0 auto;
  display: block;
}

.contact-page-two__form .comment-form__input-box input[type=text],
.contact-page-two__form .comment-form__input-box input[type=email] {
  background-color: var(--roofsie-white);
}

.contact-page-two__form .comment-form__input-box textarea {
  background-color: var(--roofsie-white);
}

/*--------------------------------------------------------------
## Error Page
--------------------------------------------------------------*/
.error-page {
  position: relative;
  display: block;
  padding: 80px 0 120px;
}

.error-page__inner {
  position: relative;
  display: block;
  text-align: center;
}

.error-page__title-box {
  position: relative;
  display: block;
  z-index: 2;
}

.error-page__title {
  position: relative;
  display: inline-block;
  font-size: 250px;
  line-height: 250px;
  font-weight: 600;
  margin-bottom: 3px;
  z-index: 2;
}

.error-page__title-2 {
  position: absolute;
  font-size: 250px;
  line-height: 250px;
  font-weight: 600;
  color: var(--roofsie-base, #ff4f47);
  top: 0;
  left: -4px;
  right: 0;
  bottom: 0;
  z-index: 1;
}

.error-page__tagline {
  font-size: 40px;
  line-height: 49px;
  margin-bottom: 25px;
  font-weight: 500;
  color: var(--roofsie-base, #ff4f47);
}

.error-page__text {
  margin: 0;
  font-size: 20px;
}

.error-page__form {
  position: relative;
  display: block;
  margin: 37px auto 20px;
}

.error-page__form-input {
  position: relative;
  display: block;
  max-width: 570px;
  width: 100%;
  margin: 0 auto;
}

.error-page__form input[type=search] {
  height: 60px;
  width: 100%;
  border: none;
  outline: none;
  background-color: var(--roofsie-primary);
  font-size: 18px;
  color: var(--roofsie-gray);
  font-weight: 500;
  padding-left: 50px;
  padding-right: 75px;
  border-radius: var(--roofsie-bdr-radius);
}

.error-page__form button[type=submit] {
  background-color: transparent;
  color: var(--roofsie-black, #1c1b1f);
  font-size: 22px;
  position: absolute;
  top: 0;
  right: 0px;
  bottom: 0;
  width: 70px;
  outline: none;
  border: none;
  display: flex;
  align-items: center;
  padding: 0;
}

/*--------------------------------------------------------------
# About Four
--------------------------------------------------------------*/
.about-four {
  background-color: var(--roofsie-white);
  padding: 120px 0 96px;
}

/*--------------------------------------------------------------
# Team Two
--------------------------------------------------------------*/
.team-two {
  padding: 120px 0 130px;
}

@media (max-width: 1740px) {
  .team-two {
    padding-bottom: 90px;
  }
}
/*--------------------------------------------------------------
# Blog Carousel Page
--------------------------------------------------------------*/
.blog-carousel-page {
  position: relative;
  display: block;
  padding: 120px 0 165px;
}

.blog-carousel-page .blog-one__single {
  margin-bottom: 0;
}

.carousel-dot-style.owl-carousel .owl-stage-outer {
  overflow: visible;
}

.carousel-dot-style.owl-carousel .owl-item {
  opacity: 0;
  visibility: hidden;
  transition: opacity 500ms ease, visibility 500ms ease;
}

.carousel-dot-style.owl-carousel .owl-item.active {
  opacity: 1;
  visibility: visible;
}

.carousel-dot-style.owl-carousel .owl-dots {
  position: absolute;
  bottom: -48px;
  left: 0px;
  right: 0;
  text-align: center;
  margin: 0 !important;
  display: flex;
  align-items: center;
  justify-content: center;
}

.carousel-dot-style.owl-carousel .owl-dots .owl-dot {
  position: relative;
  display: inline-block;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background-color: #f2efec;
  margin: 0px 5px;
  padding: 0px;
  transition: all 100ms linear;
  transition-delay: 0.1s;
}

.carousel-dot-style.owl-carousel .owl-dot.active {
  width: 16px;
  height: 16px;
  background-color: var(--roofsie-base, #ff4f47);
}

.carousel-dot-style.owl-carousel .owl-dot:focus {
  outline: none;
}

.carousel-dot-style.owl-carousel .owl-dots .owl-dot span {
  display: none;
}

/*--------------------------------------------------------------
# Gallery Carousel Page
--------------------------------------------------------------*/
.gallery-carousel-page {
  position: relative;
  display: block;
  padding: 120px 0 165px;
}

.gallery-carousel-page .gallery-page__single {
  margin-bottom: 0;
}

/*--------------------------------------------------------------
# Services Carousel Page
--------------------------------------------------------------*/
.services-carousel-page {
  position: relative;
  display: block;
  padding: 120px 0 165px;
}

.services-carousel-page .services-one__single {
  margin-bottom: 0;
}

/*--------------------------------------------------------------
# Team Carousel Page
--------------------------------------------------------------*/
.team-carousel-page {
  position: relative;
  display: block;
  padding: 120px 0 165px;
}

.team-carousel-page .team-one__single {
  margin-bottom: 0;
}

/*--------------------------------------------------------------
# Testimonials Carousel Page
--------------------------------------------------------------*/
.testimonials-carousel-page {
  position: relative;
  display: block;
  padding: 120px 0 165px;
}

.testimonials-carousel-page .container {
  max-width: 1080px;
}

/*--------------------------------------------------------------
# Work Carousel Page
--------------------------------------------------------------*/
.work-carousel-page {
  position: relative;
  display: block;
  padding: 120px 0 165px;
}

.work-carousel-page .project-one__single {
  margin-bottom: 0;
}

/*--------------------------------------------------------------
# Boxed Version
--------------------------------------------------------------*/
body.boxed-wrapper {
  background-color: #f4f1ee;
}

.boxed-wrapper .page-wrapper {
  max-width: 1530px;
  margin-left: auto;
  margin-right: auto;
  background-color: #fff;
  -webkit-box-shadow: 0px 0px 100px 0px rgba(0, 0, 0, 0.08);
  box-shadow: 0px 0px 100px 0px rgba(0, 0, 0, 0.08);
}

.boxed-wrapper .main-menu__call {
  display: none;
}

@media (min-width: 1531px) {
  .boxed-wrapper .cta-one__img-box {
    left: -140px;
  }
}
.swiper-button-prev,
.swiper-button-next {
  background-image: none !important;
}

.elementor-widget.elementor-widget-roofsie-shape {
  position: unset;
}

.blog-sidebar__content.tag-sticky-2 .blog-sidebar__content-box:before,
.blog-sidebar__content.sticky .blog-sidebar__content-box:before {
  position: absolute;
  right: 0px;
  content: "";
  width: 40px;
  height: 40px;
  background-color: var(--roofsie-base, #ff4f47);
  z-index: 10;
  clip-path: polygon(50% 0%, 100% 0, 100% 100%, 50% 50%, 0 100%, 0 0);
  top: 8px;
}

.wp-block-cover-image .wp-block-cover-image-text,
.blog-details__content .wp-block-cover-image .wp-block-cover-text,
.blog-details__content .wp-block-cover-image h2,
.blog-details__content .wp-block-cover .wp-block-cover-image-text,
.blog-details__content .wp-block-cover .wp-block-cover-text,
.blog-details__content .wp-block-cover h2 {
  color: #fff;
}

.blog-details__content > .wp-block-cover {
  margin-bottom: 32px;
}

.blog-details__content {
  font-size: 16px;
  line-height: 2;
}

.blog-details__content .wp-block-quote.has-text-align-right {
  border-right: 2px solid var(--roofsie-black, #1e1e22);
  border-left: 0;
}

.blog-details__content .wp-block-quote.has-text-align-right::before {
  right: auto;
  left: 30px;
  transform: rotateX(-180deg);
}

.blog-details__content .blocks-gallery-caption {
  margin-bottom: 24px;
}

.blog-details__content blockquote:not([class*=has-]),
.comment-content blockquote,
.blog-details__content .wp-block-quote {
  background-color: var(--roofsie-primary);
  border-left: 2px solid var(--roofsie-black, #1e1e22);
  padding-left: 30px;
  padding-right: 30px;
  padding-top: 20px;
  padding-bottom: 20px;
  position: relative;
  overflow: hidden;
  margin-bottom: 20px;
  margin-left: 0;
  margin-right: 0;
  border-radius: var(--roofsie-bdr-radius);
}

blockquote {
  margin: 0 1.5em;
}

.blog-details__content blockquote:not([class*=has-])::before,
.comment-content blockquote::before,
.blog-details__content .wp-block-quote::before {
  content: "\f10d";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  position: absolute;
  bottom: 0;
  transform: rotate(180deg);
  font-size: 100px;
  color: var(--roofsie-base, #ff4f47);
  opacity: 0.4;
  right: 30px;
  line-height: 0.9em;
  bottom: -25px;
}

.wp-block-quote.is-large p,
.wp-block-quote.is-style-large p {
  font-style: italic;
}

.comment-content strong,
.blog-details__content strong {
  color: var(--roofsie-black, #1e1e22);
}

.blog-details__content a:hover {
  color: var(--roofsie-base, #ff4f47);
  transition: all 500ms ease;
}

.wp-block-pullquote:not(.is-style-solid-color) {
  background: none;
}

.wp-block-pullquote {
  border-top: 4px solid #555d66;
  border-bottom: 4px solid #555d66;
  color: #40464d;
}

.wp-block-pullquote {
  margin: 0 0 1em;
  padding: 3em 0;
  text-align: center;
  border-radius: var(--roofsie-bdr-radius);
}

.post .blog-details__content p.has-large-font-size {
  font-size: 2.25em;
}

.post .blog-details__content p.has-small-font-size {
  font-size: 0.9125em;
}

.wp-block-group.has-background {
  padding: 30px;
}

.wp-block-columns {
  margin: 30px 0;
}

.post-password-form label {
  font-weight: 600;
}

label {
  display: inline-block;
  margin-bottom: 0.5rem;
}

.blog-details__content .post-password-form label {
  font-size: 18px;
  font-weight: 600;
  color: var(--roofsie-black, #1e1e22);
}

.comments-area h1,
.blog-details__content h1,
.comment-content h2,
.blog-details__content h2,
.comment-content h3,
.blog-details__content h3,
.comment-content h4,
.blog-details__content h4,
.comment-content h5,
.blog-details__content h5,
.comment-content h6,
.blog-details__content h6 {
  margin-bottom: 1rem;
  color: var(--roofsie-black, #1e1e22);
}

.blog-details__content .post-password-form label {
  font-size: 18px;
  font-weight: 600;
  color: var(--roofsie-black, #1e1e22);
}

.blog-details__content .post-password-form input[type=password] {
  width: 200px;
  height: 50px;
  background-color: var(--roofsie-primary);
  color: var(--roofsie-gray, #717178);
  padding-left: 30px;
  display: inline-block;
  vertical-align: middle;
  border-radius: var(--roofsie-bdr-radius);
}

.blog-details__content .post-password-form input[type=submit] {
  width: 120px;
  height: 50px;
  background-color: var(--roofsie-black, #1e1e22);
  color: var(--roofsie-white, #ffffff);
  padding: 0;
  text-align: center;
  text-transform: uppercase;
  display: inline-block;
  vertical-align: middle;
  transition: all 500ms ease;
  border-radius: var(--roofsie-bdr-radius);
}

.blog-details__content .post-password-form input[type=submit]:hover {
  background-color: var(--roofsie-base, #ff4f47);
  color: var(--roofsie-white, #ffffff);
}

.post .blog-details__content > p {
  line-height: 2em;
  font-size: 16px;
}

.wp-block-cover-text strong {
  color: inherit;
}

.blog-details__content ul,
.comments-area ul,
.comments-area ol,
.blog-details__content ol {
  margin: 0 0 0.5em 0.5em;
  margin-left: 0;
}

.wp-block-archives-list li {
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: var(--roofsie-gray, #717178);
  position: relative;
  line-height: 34px;
  font-size: 16px;
  text-transform: capitalize;
  color: var(--roofsie-gray, #717178);
  transition: all 0.3s ease;
  z-index: 1;
}

.wp-block-archives-list li a {
  color: inherit;
  transition: all 500ms ease;
}

.wp-block-archives.wp-block-archives-list {
  margin: 0;
  padding: 0;
  list-style: none;
  margin-bottom: 30px;
}

.wp-block-categories-dropdown select,
.wp-block-archives-dropdown select {
  width: 100%;
  height: 60px;
  background-color: var(--roofsie-primary);
  border: 1px solid var(--roofsie-primary);
  outline: none;
  color: var(--roofsie-gray, #717178);
  font-size: 16px;
  font-weight: 500;
  padding-left: 30px;
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  font-family: var(--roofsie-font, "Kumbh Sans", sans-serif);
  background-image: url('data:image/svg+xml;utf8,<svg version="1.1" xmlns="http://www.w3.org/2000/svg" width="1024" height="1024" viewBox="0 0 1024 1024"><path fill="rgb(34, 36, 41)" d="M540.1 776.847l472.32-473.63c15.466-15.518 15.44-40.642-0.080-56.134-15.518-15.48-40.656-15.44-56.134 0.080l-444.208 445.438-444.206-445.454c-15.48-15.518-40.602-15.558-56.122-0.080-7.78 7.766-11.67 17.94-11.67 28.114 0 10.148 3.864 20.282 11.59 28.034l472.308 473.632c7.436 7.474 17.556 11.668 28.1 11.668s20.652-4.206 28.102-11.668z"></path></svg>');
  background-repeat: no-repeat;
  background-position: right 30px top 50%;
  background-size: 0.65em auto;
  border-radius: var(--roofsie-bdr-radius);
}

.wp-block-categories-dropdown,
.wp-block-archives-dropdown {
  margin-bottom: 30px;
}

.has-avatars .wp-block-latest-comments__comment .wp-block-latest-comments__comment-excerpt,
.has-avatars .wp-block-latest-comments__comment .wp-block-latest-comments__comment-meta {
  margin-left: 3.25em;
}

.wp-block-latest-comments__comment-meta {
  font-size: 18px;
  line-height: 1.889;
  font-weight: 600;
  color: var(--roofsie-black, #1e1e22);
}

.wp-block-latest-comments__comment-date {
  font-weight: 500;
  color: var(--roofsie-gray, #717178);
}

.wp-block-latest-comments__comment-date {
  display: block;
  font-size: 0.75em;
}

.wp-block-latest-comments:not(.has-avatar):not(.has-dates) li {
  position: relative;
  padding-left: 68px;
  min-height: 44px;
}

.wp-block-latest-comments {
  padding-left: 0;
  margin-left: 0;
}

.wp-block-latest-comments:not(.has-avatar):not(.has-dates) li::before {
  content: "\f075";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  font-size: 16px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: var(--roofsie-white);
  width: 44px;
  height: 44px;
  color: var(--roofsie-black, #1c1b1f);
  margin-right: 20px;
  transition: all 500ms ease;
  position: absolute;
  top: 3px;
  left: 0;
}

.wp-block-latest-comments:not(.has-avatar):not(.has-dates) li:hover::before {
  background-color: var(--roofsie-base, #ff4f47);
  color: var(--roofsie-white, #ffffff);
}

.wp-block-latest-posts__list.has-dates li {
  position: relative;
  padding-left: 64px;
  font-size: 16px;
  line-height: 1.889;
  font-weight: 600;
  transition: all 500ms ease;
  color: var(--roofsie-gray, #717178);
}

.wp-block-latest-posts__list.has-dates {
  margin: 0;
  padding: 0;
  margin-bottom: 30px;
}

.wp-block-latest-posts__list.has-dates li::before {
  content: "\f302";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  font-size: 16px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: var(--roofsie-black, #1e1e22);
  width: 44px;
  height: 44px;
  color: var(--roofsie-white, #ffffff);
  transition: all 500ms ease;
  position: absolute;
  top: 10px;
  left: 0;
}

.wp-block-latest-posts__list.is-grid.has-dates li::before {
  position: relative;
  top: auto;
  left: 0;
  margin-bottom: 10px;
}

.wp-block-latest-posts__list.is-grid.has-dates li {
  padding-left: 0;
}

.wp-block-search label {
  font-size: 18px;
  color: var(--roofsie-black, #1e1e22);
  font-weight: 600;
}

.wp-block-search input[type=search] {
  display: block;
  border: none;
  outline: none;
  width: 100%;
  max-width: 300px;
  position: relative;
  line-height: 40px;
  padding: 19px 80px 19px 35px;
  background: var(--roofsie-primary);
  color: var(--roofsie-gray, #717178);
  display: block;
  font-size: 16px;
  font-weight: 500;
  font-family: var(--roofsie-font, "Kumbh Sans", sans-serif);
  width: 100%;
  height: 60px;
  border: 1px solid #f1f1f5;
  border-radius: 7px;
  transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
}

.wp-block-search .wp-block-search__button {
  display: inline-block;
  vertical-align: middle;
  border: none;
  outline: none;
  background-color: var(--roofsie-black, #1e1e22);
  text-align: center;
  border-radius: 5px;
  color: var(--roofsie-white, #ffffff);
  padding: 0 50px;
  font-size: 18px;
  font-weight: 700;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  letter-spacing: 0.01em;
}

.wp-block-tag-cloud a {
  font-size: 18px !important;
  color: var(--roofsie-gray, #717178);
  display: inline-block;
  vertical-align: middle;
  margin-left: 5px;
  transition: all 500ms ease;
}

.wp-block-rss li {
  position: relative;
  padding-left: 68px;
  font-size: 16px;
  font-weight: 600;
  color: var(--roofsie-black, #1e1e22);
  min-height: 44px;
}

.wp-block-rss li + li {
  margin-top: 20px;
}

.wp-block-rss {
  margin: 0;
  padding: 0;
  list-style: none;
}

.wp-block-rss li::before {
  content: "\f09e";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  font-size: 16px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: var(--roofsie-black, #1e1e22);
  width: 44px;
  height: 44px;
  color: var(--roofsie-white, #ffffff);
  transition: all 500ms ease;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}

.blog-details__content .page-links {
  color: var(--roofsie-black, #1e1e22);
  display: flex;
  align-items: center;
}

.page-links {
  clear: both;
  margin: 0 0 1.5em;
}

.blog-details__content .page-links span,
.blog-details__content .page-links a {
  display: flex;
  width: 40px;
  height: 40px;
  display: flex;
  color: var(--roofsie-black, #1e1e22);
  align-items: center;
  justify-content: center;
  text-align: center;
  background-color: #f1f1f5;
  margin-left: 10px;
  font-size: 14px;
  font-weight: 500;
  line-height: 1;
  transition: all 500ms ease;
  border-radius: var(--roofsie-bdr-radius);
}

.blog-details__content .page-links span {
  background-color: var(--roofsie-base, #651fd4);
  color: var(--roofsie-white, #ffffff);
}

.blog-details__content .page-links a:hover {
  background-color: var(--roofsie-base, #ff4f47);
  color: var(--roofsie-white, #ffffff);
}

.news-sidebar__left .blog-pagination {
  margin-top: 30px;
}

.blog-pagination {
  display: flex;
  align-items: center;
  line-height: 1;
}

.blog-widget-pagination {
  justify-content: center;
  margin-top: 30px;
}

.blog-pagination a,
.blog-pagination span {
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 1;
  border: 1px solid var(--roofsie-bdr-color, #e3e3e3);
  width: 50px;
  height: 50px;
  font-size: 16px;
  transition: all 500ms ease;
  border-radius: var(--roofsie-bdr-radius);
}

.blog-pagination a.current,
.blog-pagination a:hover,
.blog-pagination span.current,
.blog-pagination span:hover {
  background-color: var(--roofsie-base, #ff4f47);
  border-color: var(--roofsie-base, #ff4f47);
  color: var(--roofsie-white, #ffffff);
}

.blog-pagination span + span,
.blog-pagination a + span,
.blog-pagination span + a,
.blog-pagination a + a {
  margin-left: 10px;
}

.blog-details__content a,
.comment-content a,
.blog-details__content blockquote:not([class*=has-]) cite {
  color: var(--roofsie-black, #1c1b1f);
}

.wp-block-latest-comments a,
.wp-block-latest-posts__list.has-dates li a,
.wp-block-rss li a {
  color: var(--roofsie-black, #1c1b1f);
  font-size: 18px;
}

.sidebar .widget .wp-block-latest-posts__list li > a,
.wp-block-rss li a,
.sidebar .widget.widget_rss li .rsswidget,
.sidebar__single.widget_rss li .rsswidget,
.textwidget p strong {
  font-weight: 800;
}

a.wp-block-button__link {
  background-color: var(--roofsie-black, #1c1b1f);
  color: #fff;
}

.blog-details__content a.wp-block-file__button,
.wp-block-cover strong,
.wp-block-cover__inner-container a,
.blog-details__content .wp-block-cover-text a {
  color: #fff;
}

.post .blog-details__content p {
  margin-bottom: 1rem;
}

.wp-block-calendar table th {
  background: var(--roofsie-primary);
}

.comments-area ol ol,
.blog-details ol ol,
.blog-details ul ol,
.blog-details ol ul,
.blog-details ul ul,
.blog-details .comments-area ul ul {
  margin-bottom: 0;
}

.wp-block-archives-list li,
.sidebar .widget.widget_archive li {
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
}

.wp-block-gallery:not(.has-nested-images).alignleft {
  margin-right: 30px;
}

.page-header b {
  color: #fff;
}

.blog-details__left .wp-block-calendar .wp-calendar-table caption {
  margin-bottom: 10px;
}

.wp-block-calendar .wp-calendar-nav {
  margin-bottom: 5px;
}

.thm-breadcrumb li:not(:last-child)::after {
  content: "/";
  color: var(--roofsie-base, #ff4f47);
  font-size: 14px;
  margin-left: 10px;
  margin-right: 10px;
}

/* Responsive
--------------------------------------------- */
/* Medium screen  */
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .feature-one__single {
    padding: 0 17px 30px;
  }
  .about-one__left {
    max-width: 600px;
    margin: 0 auto 50px;
  }
  .about-one__right {
    max-width: 600px;
    margin: 0 auto 0;
  }
  .services-one__top-left .section-title__title {
    font-size: 39px;
  }
  .services-one__content {
    padding: 22px 25px 19px;
  }
  .why-choose-one__left {
    max-width: 600px;
    margin: 0 auto 0;
  }
  .why-choose-one__right {
    max-width: 600px;
    margin: 0 auto 0;
  }
  .why-choose-one__img {
    position: relative;
    top: 90px;
    left: 0;
  }
  .why-choose-one__shape-1 {
    top: 46px;
  }
  .brand-one__shape-1,
  .brand-one__shape-2 {
    display: none;
  }
  .trust-company__right {
    margin-left: 0;
  }
  .trust-company__title {
    font-size: 45px;
  }
  .trust-company-shape-1 {
    display: none;
  }
  .blog-one__content {
    padding: 28px 20px 20px;
  }
  .cta-one__img-box {
    display: none;
  }
  .cta-one__inner {
    padding-left: 0;
  }
  .footer-widget__contact {
    margin-top: 28px;
  }
  .footer-widget__newsletter {
    margin-top: 28px;
  }
  .about-two__left {
    max-width: 600px;
    margin: 0 auto 0;
  }
  .about-two__right {
    max-width: 600px;
    margin: 50px auto 0;
  }
  .about-two__practice-year {
    left: -180px;
  }
  .about-two__shape-1 {
    right: 275px;
  }
  .about-two {
    padding: 120px 0 220px;
  }
  .why-choose-two__left {
    max-width: 600px;
    margin: 0 auto;
  }
  .why-choose-two__middle {
    max-width: 600px;
    margin: 34px auto 50px;
  }
  .why-choose-two__right {
    max-width: 600px;
    margin: 0 auto 0;
  }
  .why-choose-two__list-two li .content {
    max-width: 100%;
    padding-right: 132px;
  }
  .why-choose-two__img-two {
    display: none;
  }
  .why-choose-two {
    padding: 120px 0 94px;
  }
  .testimonial-two__left .section-title__title {
    font-size: 44px;
  }
  .testimonial-two__carousel.owl-carousel .owl-dots {
    left: -322px;
  }
  .pricing-one__left {
    margin-bottom: 46px;
  }
  .pricing-one__contact {
    margin-top: 40px;
  }
  .pricing-one__right {
    margin-left: 0;
  }
  .newsletter-shape-1 {
    display: none;
  }
  .blog-two__content {
    padding: 50px 25px 21px;
  }
  .blog-two__meta {
    left: 10px;
    right: 10px;
  }
  .blog-two__meta li + li {
    margin-left: 15px;
  }
  .appointment__left {
    margin-left: 0;
    margin-right: 0;
  }
  .appointment__right {
    padding-left: 30px;
  }
  .about-three__left {
    max-width: 600px;
    margin: 0 auto 0;
  }
  .about-three__right {
    max-width: 600px;
    margin: 228px auto 0;
  }
  .counter-one__left {
    border-bottom-left-radius: 0;
  }
  .blog-details__pagenation li + li {
    margin-left: 0;
    margin-top: 30px;
  }
  .service-details__points li {
    flex-direction: column;
    align-items: baseline;
  }
  .service-details__points-content {
    margin-left: 0;
    margin-top: 20px;
  }
  .team-details__right {
    margin-left: 0;
  }
}
/* Tablet Layout: 768px. */
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .about-one__left {
    max-width: 600px;
    margin: 0 auto 50px;
  }
  .about-one__right {
    max-width: 600px;
    margin: 0 auto 0;
  }
  .services-one__top-right {
    margin-top: 30px;
  }
  .why-choose-one__left {
    max-width: 600px;
    margin: 0 auto 0;
  }
  .why-choose-one__right {
    max-width: 600px;
    margin: 0 auto 0;
  }
  .why-choose-one__img {
    position: relative;
    top: 90px;
    left: 0;
  }
  .why-choose-one__shape-1 {
    top: 46px;
  }
  .brand-one__shape-1,
  .brand-one__shape-2 {
    display: none;
  }
  .trust-company__right {
    margin-left: 0;
    margin-top: 40px;
  }
  .trust-company-shape-1 {
    display: none;
  }
  .testimonial-one__single {
    padding: 50px 20px 45px;
  }
  .testimonial-one__rating {
    top: 30px;
  }
  .cta-one__img-box {
    display: none;
  }
  .cta-one__inner {
    padding-left: 0;
  }
  .footer-widget__contact {
    margin-top: 28px;
  }
  .footer-widget__newsletter {
    margin-top: 28px;
  }
  .about-two__left {
    max-width: 600px;
    margin: 0 auto 0;
  }
  .about-two__right {
    max-width: 600px;
    margin: 50px auto 0;
  }
  .about-two__practice-year {
    left: -70px;
  }
  .about-two__shape-1 {
    right: 275px;
  }
  .about-two {
    padding: 120px 0 220px;
  }
  .why-choose-two__left {
    max-width: 600px;
    margin: 0 auto;
  }
  .why-choose-two__middle {
    max-width: 600px;
    margin: 34px auto 50px;
  }
  .why-choose-two__right {
    max-width: 600px;
    margin: 0 auto 0;
  }
  .why-choose-two__list-two li .content {
    max-width: 100%;
    padding-right: 132px;
  }
  .why-choose-two__img-two {
    display: none;
  }
  .why-choose-two {
    padding: 120px 0 94px;
  }
  .testimonial-two__carousel.owl-carousel .owl-dots {
    bottom: -62px;
    left: 0;
  }
  .testimonial-two {
    padding: 120px 0 180px;
  }
  .pricing-one__left {
    margin-bottom: 46px;
  }
  .pricing-one__contact {
    margin-top: 40px;
  }
  .pricing-one__right {
    margin-left: 0;
  }
  .newsletter-shape-1 {
    display: none;
  }
  .appointment__left {
    margin-left: 0;
    margin-right: 0;
  }
  .appointment__left:before {
    right: -1000000px;
  }
  .appointment__right:before {
    left: -10000000px;
  }
  .appointment__right {
    padding-left: 0;
  }
  .about-three__left {
    max-width: 600px;
    margin: 0 auto 0;
  }
  .about-three__right {
    max-width: 600px;
    margin: 228px auto 0;
  }
  .project-three__content {
    left: 20px;
    right: 20px;
  }
  .project-three__title {
    font-size: 23px;
  }
  .process__icon-box::before {
    display: none;
  }
  .process__icon-box::after {
    display: none;
  }
  .process {
    padding: 120px 0 90px;
  }
  .faq-one__lef {
    margin-bottom: 41px;
  }
  .counter-one__list li:nth-child(2) {
    padding-left: 23px;
  }
  .counter-one__list li:nth-child(3) {
    padding-left: 21px;
  }
  .counter-one__text {
    font-size: 17px;
  }
  .counter-one__list li:before {
    display: none;
  }
  .counter-one__left {
    border-bottom-left-radius: 0;
  }
  .blog-page .blog-one__content {
    padding: 28px 14px 20px;
  }
  .blog-details__pagenation li + li {
    margin-left: 0;
    margin-top: 30px;
  }
  .contact-details__content h4 {
    font-size: 18px;
  }
  .faq-page__left {
    margin-bottom: 50px;
  }
  .service-details__left {
    margin-bottom: 50px;
  }
  .service-details__points li {
    flex-direction: column;
    align-items: baseline;
  }
  .service-details__points-content {
    margin-left: 0;
    margin-top: 20px;
  }
  .team-details__left {
    margin-right: 0;
  }
  .team-details__right {
    margin-left: 0;
    margin-top: 50px;
  }
  .work-details__content-right {
    margin-top: 41px;
  }
  .blog-carousel-page .blog-one__title {
    font-size: 22px;
  }
  .blog-carousel-page .blog-one__content {
    padding: 28px 20px 20px;
  }
}
/* Mobile Layout: 320px. */
@media only screen and (max-width: 767px) {
  .section-title__title br {
    display: none;
  }
  .section-title__title {
    font-size: 30px;
    line-height: 40px;
  }
  .feature-one__single {
    padding: 0 17px 30px;
  }
  .about-one__left {
    margin-right: 0;
    margin-bottom: 50px;
  }
  .about-one__satisfied {
    display: none;
  }
  .about-one__line {
    display: none;
  }
  .services-one__top-right {
    margin-top: 30px;
  }
  .why-choose-one-shape-3,
  .why-choose-one-shape-4 {
    display: none;
  }
  .why-choose-one__img {
    position: relative;
    top: 90px;
    left: 0;
  }
  .why-choose-one__right {
    margin-left: 0;
  }
  .why-choose-one__shape-1,
  .why-choose-one__shape-2 {
    display: none;
  }
  .brand-one__shape-1,
  .brand-one__shape-2 {
    display: none;
  }
  .trust-company__right {
    margin-left: 0;
    margin-top: 40px;
  }
  .trust-company-shape-1 {
    display: none;
  }
  .testimonial-one__single {
    padding: 50px 20px 45px;
  }
  .testimonial-one__rating {
    top: 30px;
  }
  .testimonial-one__client-name {
    font-size: 18px;
  }
  .blog-one__content {
    padding: 28px 20px 20px;
  }
  .cta-one__img-box {
    display: none;
  }
  .cta-one__inner {
    padding-left: 0;
    flex-direction: column;
    text-align: center;
    align-items: center;
  }
  .cta-one__left {
    margin-bottom: 25px;
  }
  .footer-widget__about {
    margin-right: 0;
  }
  .footer-widget__explore {
    margin-top: 38px;
    margin-bottom: 28px;
  }
  .footer-widget__contact {
    margin-top: 38px;
  }
  .about-two__right {
    margin-left: 0;
    margin-top: 50px;
  }
  .about-two__img-two {
    display: none;
  }
  .about-two__line {
    display: none;
  }
  .about-two__shape-1 {
    display: none;
  }
  .about-two__practice-year {
    display: none;
  }
  .why-choose-two__middle {
    margin-left: 0;
    margin-right: 0;
    margin-top: 34px;
    margin-bottom: 50px;
  }
  .why-choose-two__img-two {
    display: none;
  }
  .why-choose-two__list-two li {
    padding-left: 0;
  }
  .why-choose-two__list-two li .content {
    max-width: 100%;
    padding-right: 0px;
  }
  .why-choose-two__list-two li {
    padding-right: 130px;
  }
  .why-choose-two__list-two li .content {
    position: relative;
  }
  .why-choose-two {
    padding: 120px 0 90px;
  }
  .testimonial-two__carousel.owl-carousel .owl-dots {
    bottom: -62px;
    left: 0;
  }
  .testimonial-two {
    padding: 120px 0 180px;
  }
  .pricing-one__left {
    margin-bottom: 46px;
  }
  .pricing-one__contact {
    margin-top: 40px;
  }
  .pricing-one__right {
    margin-left: 0;
  }
  .pricing-one__single-inner {
    padding: 50px 25px 50px;
  }
  .newsletter-shape-1,
  .newsletter-shape-2,
  .newsletter-shape-3,
  .newsletter-shape-4,
  .newsletter-shape-5,
  .newsletter-shape-6 {
    display: none;
  }
  .newsletter-img {
    display: none;
  }
  .blog-two__content {
    padding: 50px 25px 21px;
  }
  .blog-two__meta {
    left: 10px;
    right: 10px;
  }
  .blog-two__meta li + li {
    margin-left: 15px;
  }
  .appointment__left {
    margin-left: 0;
    margin-right: 0;
  }
  .appointment__left:before {
    right: -1000000px;
  }
  .appointment__right:before {
    left: -10000000px;
  }
  .appointment__right {
    padding-left: 0;
  }
  .appointment__title {
    font-size: 45px;
  }
  .about-three__left {
    margin-left: 0;
    margin-right: 0;
  }
  .about-three__right {
    margin-left: 0;
    margin-top: 50px;
  }
  .about-three__img-two {
    display: none;
  }
  .about-three__border {
    display: none;
  }
  .project-three__content {
    left: 15px;
    right: 15px;
  }
  .project-three__title {
    font-size: 20px;
  }
  .process__icon-box::before {
    display: none;
  }
  .process__icon-box::after {
    display: none;
  }
  .process {
    padding: 120px 0 60px;
  }
  .faq-one__lef {
    margin-bottom: 41px;
  }
  .faq-one__point {
    margin-right: 0;
  }
  .faq-one-accrodion .accrodion-title h4::before {
    right: -15px;
  }
  .counter-one__list li:nth-child(2) {
    padding-left: 0px;
  }
  .counter-one__list li:nth-child(3) {
    padding-left: 0px;
  }
  .counter-one__list li:before {
    display: none;
  }
  .counter-one__left {
    border-bottom-left-radius: 0;
  }
  .counter-one__right {
    padding: 40px 30px 25px;
  }
  .counter-one__list li {
    flex: 0 0 100%;
    max-width: 100%;
    margin-bottom: 30px;
  }
  .project-two__content {
    left: 20px;
    bottom: 27px;
  }
  .project-filter {
    flex-direction: column;
  }
  .project-filter.style1 li:first-child .filter-text {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
  }
  .project-filter.style1 li:first-child .filter-text:before {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
  }
  .project-filter.style1 li:last-child .filter-text {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
  }
  .project-filter.style1 li:last-child .filter-text:before {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
  }
  .project-filter.style1 li {
    width: 100%;
  }
  .project-filter {
    padding: 0 15px;
  }
  .error-page__title {
    font-size: 160px;
    line-height: 160px;
  }
  .error-page__title-2 {
    font-size: 160px;
    line-height: 160px;
  }
  .error-page {
    padding: 97px 0 120px;
  }
  .blog-details__meta li + li {
    margin-left: 20px;
  }
  .blog-details__bottom {
    flex-direction: column;
  }
  .blog-details__social-list {
    margin-top: 25px;
  }
  .blog-details__pagenation li + li {
    margin-left: 0;
    margin-top: 30px;
  }
  .blog-details__pagenation li {
    padding-left: 30px;
    padding-right: 30px;
  }
  .comment-one__single {
    flex-direction: column;
  }
  .comment-one__content {
    margin-left: 0;
    margin-top: 25px;
  }
  .sidebar__tags {
    padding: 46px 15px 50px;
  }
  .sidebar__comments {
    padding: 46px 15px 42px;
  }
  .blog-sidebar__meta li + li {
    margin-left: 20px;
  }
  .blog-sidebar__bottom-box {
    padding: 50px 20px 45px;
  }
  .blog-sidebar__delivering-services {
    padding: 50px 20px 51px;
  }
  .contact-details__list li {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .faq-page__left {
    margin-bottom: 50px;
  }
  .service-details__need-help {
    padding: 50px 45px 45px;
  }
  .service-details__points li {
    flex-direction: column;
    align-items: baseline;
  }
  .service-details__points-content {
    margin-left: 0;
    margin-top: 20px;
  }
  .service-details__points-content p br {
    display: none;
  }
  .team-details__left {
    margin-right: 0;
  }
  .team-details__right {
    margin-left: 0;
    margin-top: 50px;
  }
  .work-details__content-right {
    margin-top: 41px;
  }
  .work-details__pagination li {
    justify-content: center;
  }
  .work-details__pagination li.next {
    float: none;
    margin-bottom: 20px;
  }
  .work-details__pagination li.previous {
    float: none;
  }
  .home-showcase__inner {
    border-top: 2px solid transparent;
  }
  .counter-one__left {
    max-width: 100%;
  }
  .counter-one__left-content {
    padding-top: 50px;
    padding-bottom: 53px;
  }
  .counter-one__left {
    border-radius: 0;
    border-top-right-radius: 10px;
    border-top-left-radius: 10px;
  }
  .counter-one__right {
    border-radius: 0;
    border-bottom-right-radius: 10px;
    border-bottom-left-radius: 10px;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1740px) {
  .cta-one__img-box {
    display: none;
  }
  .cta-one__inner {
    padding-left: 0;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1750px) {
  .newsletter-shape-1 {
    display: none;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1410px) {
  .appointment__left {
    margin-left: -15px;
    margin-right: 0;
  }
}
/*--------------------------------------------------------------
# Slider All Responsice Css
--------------------------------------------------------------*/
@media only screen and (min-width: 1200px) and (max-width: 1400px) {
  .main-slider-two__nav .swiper-button-prev {
    left: 0;
  }
  .main-slider-two__nav .swiper-button-next {
    right: 0;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .main-slider-two__nav .swiper-button-prev {
    left: 0;
  }
  .main-slider-two__nav .swiper-button-next {
    right: 0;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .main-slider-two__nav .swiper-button-prev {
    left: 0;
  }
  .main-slider-two__nav .swiper-button-next {
    right: 0;
  }
  .main-slider-two__title {
    font-size: 60px;
    line-height: 75px;
  }
}
@media only screen and (max-width: 767px) {
  .main-slider__nav {
    display: none;
  }
  .main-slider__sub-title {
    font-size: 22px;
    margin-bottom: 8px;
  }
  .main-slider__title {
    font-size: 34px;
    line-height: 50px;
  }
  .main-slider__text br {
    display: none;
  }
  .main-slider-two__nav {
    display: none;
  }
  .main-slider-two__title br {
    display: none;
  }
  .main-slider-two__title {
    font-size: 40px;
    line-height: 55px;
  }
  .main-slider-three__nav {
    display: none;
  }
  #main-slider-pagination {
    display: none;
  }
  .main-slider-three__title {
    font-size: 35px;
    line-height: 50px;
  }
  .main-slider-three__title br {
    display: none;
  }
  .main-slider-three__text br {
    display: none;
  }
}
/*--------------------------------------------------------------
# Main Menu All Responsice Css
--------------------------------------------------------------*/
@media only screen and (min-width: 1400px) and (max-width: 1670px) {
  .main-menu__call {
    display: none;
  }
  .main-menu__wrapper-inner {
    padding-left: 300px;
  }
  .default .main-menu__wrapper-inner {
    padding-left: 150px;
  }
  .main-header__top {
    padding-left: 300px;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .main-menu__call {
    display: none;
  }
  .main-menu__wrapper-inner {
    padding-left: 235px;
    padding-right: 30px;
  }
  .main-header__top {
    padding-left: 235px;
    padding-right: 30px;
  }
  .main-header__logo {
    left: 30px;
  }
  .main-menu__search-box {
    display: none;
  }
  .main-menu__btn-box {
    margin-left: 0;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .main-header__top {
    padding-left: 235px;
    padding-right: 30px;
    padding-top: 12.5px;
    padding-bottom: 12.5px;
  }
  .main-header__top-menu-box {
    display: none;
  }
  .main-header__logo {
    left: 30px;
  }
  .main-menu__wrapper-inner {
    padding-left: 235px;
    padding-right: 30px;
  }
  .main-menu .mobile-nav__toggler {
    display: block;
    padding: 35px 0;
  }
  .main-header-two__top-inner {
    padding-left: 440px;
  }
  .main-header-two__top-inner:before {
    left: 400px;
  }
  .main-header-two__top-inner:after {
    left: 400px;
  }
  .main-header-two__address-list li:last-child {
    display: none;
  }
  .main-menu-two .mobile-nav__toggler {
    padding: 30px 0;
    color: var(--roofsie-white);
  }
  .main-menu-two .mobile-nav__toggler:hover {
    color: var(--roofsie-base);
  }
  .main-menu-three__bottom {
    display: none;
  }
  .main-menu-three__logo {
    top: -12px;
    left: 20px;
  }
  .main-menu-three .mobile-nav__toggler {
    position: relative;
    color: var(--roofsie-white);
  }
  .main-menu-three .mobile-nav__toggler:hover {
    color: var(--roofsie-base);
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .main-header__top {
    display: none;
  }
  .main-header__logo {
    left: 30px;
  }
  .main-menu__wrapper-inner {
    padding-left: 235px;
    padding-right: 30px;
  }
  .main-menu__call {
    display: none;
  }
  .main-menu .mobile-nav__toggler {
    display: block;
    padding: 35px 0;
  }
  .main-header-two__top {
    display: none;
  }
  .main-header-two__address {
    display: none;
  }
  .main-menu-two .mobile-nav__toggler {
    padding: 30px 0;
    color: var(--roofsie-white);
  }
  .main-menu-two .mobile-nav__toggler:hover {
    color: var(--roofsie-base);
  }
  .main-header-three__top {
    display: none;
  }
  .main-menu-three__bottom {
    display: none;
  }
  .main-menu-three__wrapper-inner {
    padding-left: 155px;
  }
  .main-menu-three__logo {
    top: 8px;
    left: 20px;
  }
  .main-menu-three .mobile-nav__toggler {
    position: relative;
    color: var(--roofsie-white);
  }
  .main-menu-three .mobile-nav__toggler:hover {
    color: var(--roofsie-base);
  }
}
@media (max-width: 767px) {
  .main-header__top {
    display: none;
  }
  .main-header__logo {
    left: 30px;
  }
  .main-menu__wrapper-inner {
    padding-left: 0;
    padding-right: 30px;
  }
  .main-menu__left {
    float: right;
  }
  .main-menu__right {
    display: none;
  }
  .main-menu .mobile-nav__toggler {
    display: block;
    padding: 35px 0;
  }
  .main-header-two__top {
    display: none;
  }
  .main-header-two__middle {
    margin-top: 30px;
    margin-bottom: 30px;
  }
  .main-header-two__address {
    display: none;
  }
  .main-header-two__shape-1,
  .main-header-two__shape-2,
  .main-header-two__shape-3,
  .main-header-two__shape-4,
  .main-header-two__shape-5,
  .main-header-two__shape-6,
  .main-header-two__shape-7 {
    display: none;
  }
  .main-header-two__logo {
    float: none;
    margin: 0 auto;
    text-align: center;
  }
  .main-menu-two__wrapper-inner-bg {
    left: 0;
  }
  .main-menu-two__wrapper-inner {
    margin-left: 0;
    padding-left: 0;
  }
  .main-menu-two__search-box {
    display: none;
  }
  .main-menu-two__right {
    padding: 15px 0;
  }
  .main-menu-two .mobile-nav__toggler {
    padding: 30px 0;
    color: var(--roofsie-white);
  }
  .main-menu-two .mobile-nav__toggler:hover {
    color: var(--roofsie-base);
  }
  .main-header-three__top {
    display: none;
  }
  .main-menu-three__bottom {
    display: none;
  }
  .main-menu-three__wrapper-inner {
    padding-left: 0;
  }
  .main-menu-three__logo {
    top: 8px;
    left: 15px;
  }
  .main-menu-three__left {
    float: right;
  }
  .main-menu-three__right {
    display: none;
  }
  .main-menu-three .mobile-nav__toggler {
    position: relative;
    color: var(--roofsie-white);
  }
  .main-menu-three .mobile-nav__toggler:hover {
    color: var(--roofsie-base);
  }
}

/*# sourceMappingURL=style.css.map */
