:root {
    --color-1: rgb(29, 101, 176);
    --color-1-op: rgba(29, 101, 176, 0.7);
    --color-2: #ea2025;
    --color-2-op: rgba(234, 32, 37, 0.9);
    --color-3: #fff;
    --color-3-op: rgba(254, 251, 234, 0.5);
}


/*-------------------------------------------------------------------------------
  1. Global
-------------------------------------------------------------------------------*/


/* 1.1 General */

@font-face {
    font-family: brushscript;
    src: url(../fonts/BrushScriptOpti-Regular.ttf);
}

@font-face {
    font-family: "Font Awesome 6 Free";
    src: url(../fonts/fontawesome-webfont.woff2);
}

html {
    -webkit-font-smoothing: antialiased;
}

* {
    margin: 0;
    padding: 0;
}

body {
    font-family: "Outfit", serif;
    font-size: 18px;
    font-weight: 400;
    line-height: 1.7;
    position: relative;
}

* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

*:before,
*:after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: "Parkinsans", serif;
}

h1,
.h1 {
    margin: 0 0 20px 0;
    line-height: 1.5;
    font-weight: 800;
}

h2,
.h2 {
    position: relative;
    margin: 0 0 10px 0;
    line-height: 1.3;
    font-weight: 600;
}

h3,
.h3 {
    margin-top: 20px;
    margin-bottom: 10px;
    font-weight: 500;
    line-height: 1.4;
}

h4,
.h4 {
    margin: 0;
    font-weight: 400;
}

h5,
.h5 {
    line-height: 1.3;
    font-weight: 400;
}

.section-title h1,
h3.title {
    font-size: 2.5em;
    font-family: "Parkinsans", serif;
    font-weight: 400;
}

strong {
    font-weight: 600;
}

p {
    margin: 10px 0 0;
}

a {
    color: var(--color-1);
    -webkit-transition: color .3s ease-out;
    -o-transition: color .3s ease-out;
    transition: color .3s ease-out;
    text-decoration: none;
}

a:hover,
a.text-white:hover,
a:focus {
    color: var(--color-2) !important;
    outline: none;
}

a:focus {
    text-decoration: none;
}

.bg-clr-1 {
    background-color: var(--color-1) !important;
    color: #fff;
}

.bg-clr-2 {
    background-color: var(--color-2) !important;
    color: #fff;
}

.bg-clr-3 {
    background-color: var(--color-3) !important;
}

h1.sec-title {
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-bottom: 1rem;
}

.button {
    position: relative;
    font-size: 13px;
    line-height: 24px;
    padding: 15px 50px;
    font-weight: 700;
    letter-spacing: 0.1em;
    overflow: hidden;
    text-transform: uppercase;
    color: var(--color-3);
    background: var(--color-2);
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    align-items: center;
    text-align: center;
    white-space: nowrap;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    z-index: 0;
}

.button:before {
    position: absolute;
    left: 0;
    top: 0%;
    height: 100%;
    width: 100%;
    content: "";
    background-color: var(--color-3);
    -webkit-transform: scale(1, 0);
    transform: scale(1, 0);
    -webkit-transform-origin: bottom left;
    transform-origin: bottom left;
    transition: -webkit-transform 500ms cubic-bezier(0.86, 0, 0.07, 1);
    -webkit-transition: -webkit-transform 500ms cubic-bezier(0.86, 0, 0.07, 1);
    transition: transform 500ms cubic-bezier(0.86, 0, 0.07, 1);
    transition: transform 500ms cubic-bezier(0.86, 0, 0.07, 1), -webkit-transform 500ms cubic-bezier(0.86, 0, 0.07, 1);
    -webkit-transition-timing-function: cubic-bezier(0.86, 0, 0.07, 1);
    transition-timing-function: cubic-bezier(0.86, 0, 0.07, 1);
    z-index: -1;
}

.botton:hover {
    color: #ffffff;
    -webkit-box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
    z-index: 1;
}

.button:hover:before {
    color: #ffffff;
    -webkit-transform-origin: top right;
    transform-origin: top right;
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
}

.button.btn-sm {
    padding: 8px 15px;
    font-size: 0.7em;
}

.button i {
    line-height: 1;
    margin-left: 6px;
    font-size: 12px;
}

.btn-slide {
    font-size: 25px;
    font-weight: 600;
    line-height: 1.5em;
    padding: 20px 40px;
}

.img-left {
    width: 300px;
    height: auto;
    float: left;
    margin-right: 15px;
}

.img-right {
    width: 300px;
    height: auto;
    float: right;
    margin-left: 15px;
}

/*-------------------------------------------------------------------------------
  Header
-------------------------------------------------------------------------------*/


/* 
.social-icon {
  position: fixed;
  top: 10%;
  right: 0;
  z-index: 99;
}

.social-icon li {
  position: relative;
  background: #000;
  margin-bottom: 10px;
  transition: all .3s ease-in-out 0s;
  transform: translateX(100px);
}

.social-icon li:hover {
  transition: all .3s ease-in-out 0s;
  transform: translateX(0px);
  background: var(--color-1) ;
}

.social-icon li a {
  font-size: 18px;
  color: var(--color-1);
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
  padding: 10px 20px;
  display: flex;
  align-items: center;
}

.social-icon li a i {
  line-height: 0;
  margin-right: 8px;
}

.social-icon li a span {
  transition: all .3s ease-in-out 0s;
  opacity: 0;
}

.social-icon li:hover a {
  color: #000;
}

.social-icon li:hover a span {
  transition: all .3s ease-in-out 0s;
  opacity: 1;
}
 */

header {
    background-color: rgba(255, 255, 255, 1);
    backdrop-filter: blur(10px);
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 99;
}

header .logo {
    max-height: 60px;
}

.top-nav {
    margin: 0;
}

.top-nav li {
    display: inline-block;
    padding-right: 15px;
}

.top-nav li a {
    font-size: 15px;
    font-weight: 100;
    color: #000;
}


/*Nav*/

.navbar {
    height: 60px;
    background-color: rgba(0, 0, 0, 0.1);
    border-bottom: 1px solid rgba(255, 255, 255, 0.8);
    backdrop-filter: blur(10px);
}

.navbar-nav {
    justify-content: space-around;
    width: 100%;
}

.fixed-top .navbar {
    height: 70px;
}

.fixed-top .logo {
    height: 40px;
    overflow: hidden;
}

.navbar-nav li {
    padding: 5px;
    margin-left: 10px;
    margin-right: 10px;
}

.fixed-top .navbar-nav li a {
    color: #000;
}

.navbar-nav li a.nav-link {
    height: 60px;
}

.navbar-nav li a {
    color: var(--color-1);
    text-decoration: none;
    text-transform: uppercase;
    text-align: center;
    transition: all 0.25s ease;
    -webkit-transition: all 0.25s ease;
    -moz-transition: all 0.25s ease;
    font-size: 15px;
    font-weight: 600;
    display: inline-flex;
    align-items: center;
    padding-left: 10px;
    padding-right: 10px;
}

.navbar-nav li a:hover {
    color: var(--color-2);
    text-decoration: none;
    transition: all 0.25s ease;
    -webkit-transition: all 0.25s ease;
    -moz-transition: all 0.25s ease;
}

.navbar-nav li a.dropdown-toggle {
    transform: translateY(-50%);
    line-height: 0;
}

.dropdown-toggle::after {
    margin-left: .5em;
}

.navbar-nav li {
    margin: 0px;
}

.navbar-nav .dropdown-menu .dropdown-item {
    text-transform: none;
}

.navbar-nav .dropdown-menu {
    background-color: rgba(229, 229, 229, 1);
    border-radius: 0px;
    box-shadow: none;
    border: 0px;
}

.navbar-toggler {
    background: var(--color-1);
    border-radius: 0px;
    color: #fff;
}

.navbar-toggler i {
    vertical-align: middle;
}

.navbar-toggler:focus {
    box-shadow: none;
}

.fixed-top.navbar {
    height: 50px;
}

header {
    transition: all .5s ease-in-out 0s;
    -webkit-transition: all .5s ease-in-out 0s;
    -moz-transition: all .5s ease-in-out 0s;
    animation: .5s slideout;
    animation-timing-function: ease-in-out;
}

@keyframes slideout {
    0% {
        top: -110px;
    }

    100% {
        top: 0px;
    }
}

header.fixed-top {
    background: var(--color-3);
    transition: all .5s ease-in-out 0s;
    -webkit-transition: all .5s ease-in-out 0s;
    -moz-transition: all .5s ease-in-out 0s;
    animation-name: slidein;
    animation-duration: .5s;
    animation-timing-function: ease-in-out;
}

@keyframes slidein {
    0% {
        top: -110px;
    }

    100% {
        top: 0%;
    }
}

.tp-bannertimer {
    height: 80px !important;
    background-color: rgba(35, 37, 45, 0.1);
    z-index: 20;
}

.prog-bar {
    border-bottom: 80px solid #eef1f2 ;
}


#home_slide {
    height: 100vh;
}





/*-------------------------------------------------------------------------------
  About Section
-------------------------------------------------------------------------------*/

.about-home-left {
    position: relative;
    z-index: 1;
    padding: 30px;
    margin-bottom: 30px;
    border: 20px solid var(--color-1-op);
    height: calc(100% - 30px);
}

.about-home-img {
    position: relative;
    z-index: 1;
}

.about-home-img {
    width: 100%;
    width: 100%;
    height: calc(100% - 30px);
    overflow: hidden;
    object-fit: cover;
}

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

@media only screen and (max-width:640px) {
    .about-home-left .text-img {
        text-align: left !important;
    }

    .map-mt-mb-10{
        margin-top: 10px;
        margin-bottom: 10px;
    }
}

.about-home {
    max-width: 369px;
    width: 100%
}

.about-home img {
    width: 100%
}

@media only screen and (max-width:480px) {
    .about-home {
        max-width: 100%;
        width: 100%;
    }

    .about-home-img {
        padding-bottom: 50px;
    }
}


/*-------------------------------------------------------------------------------
  Projects Section
-------------------------------------------------------------------------------*/

.project-item {
    position: relative;
    overflow: hidden;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

.project-item img {
    width: 100%;
    height: 500px;
    object-fit: cover;
}

.item-shadow {
    position: relative;
}

.item-shadow:before {
    content: '';
    position: absolute;
    z-index: 1;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 46%, rgba(0, 0, 0, 0.6) 100%);
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 46%, rgba(0, 0, 0, 0.6) 100%);
}

.project-item .link-arrow {
    position: absolute;
    z-index: 2;
    color: #fff;
    left: 3rem;
    bottom: 2.3rem;
    -webkit-transition: none;
    -o-transition: none;
    transition: none;
    display: flex;
    align-items: center;
}

.project-hover {
    position: absolute;
    z-index: 2;
    left: 0;
    top: 0;
    width: 100.1%;
    height: 100%;
    padding: 4.85rem 3rem;
    -webkit-transition: 0.5s ease;
    -o-transition: 0.5s ease;
    transition: 0.5s ease;
}

.project-title {
    color: #fff;
    margin: 0;
}

.project-hover .project-title {
    position: absolute;
    bottom: 5.5rem;
}

.project-description {
    opacity: 0;
    margin-top: 12%;
    line-height: 1.71;
    color: #fff;
    -webkit-transform: translateX(-1rem);
    -ms-transform: translateX(-1rem);
    -o-transform: translateX(-1rem);
    transform: translateY(-1rem);
}

.project-item:hover .project-hover {
    background-color: var(--color-2-op);
}

.project-item:hover .project-hover .project-title {
    position: relative;
    color: #fff;
    bottom: 2rem;
    -webkit-transform: translateY(2rem);
    -ms-transform: translateY(2rem);
    -o-transform: translateY(2rem);
    transform: translateY(2rem);
    -webkit-transition: transform 0.5s ease;
    -o-transition: transform 0.5s ease;
    transition: transform 0.5s ease;
}

.project-item:hover .project-hover .project-description {
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateY(0);
    -webkit-transition: all 0.4s 0.2s ease;
    -o-transition: all 0.4s 0.2s ease;
    transition: all 0.4s 0.2s ease;
}

.project-item .link-arrow:hover {
    color: #000000 !important;
}

.link-arrow i {
    line-height: 0;
    margin-left: 6px;
}


.video-popup .modal-dialog {
    max-width: 800px;
    margin: 30px auto;
}

.video-popup .modal-body {
    position:relative;
    padding:0px;
}
.video-popup .btn-close {
    position:absolute;
    right:-30px;
    top:0;
}


/*-------------------------------------------------------------------------------
  Metal Roofing
-------------------------------------------------------------------------------*/

.metal-roofing-img {
    background-repeat: no-repeat;
    background-size: contain;
}

.accordion-button:focus {
    box-shadow: none;
}

#metal-roofing .accordion-button {
    background-color: var(--color-1);
    color: #fff;
    font-weight: 600;
}


/*-------------------------------------------------------------------------------
  Partners Section
-------------------------------------------------------------------------------*/

.partners-slide li {
    background: #fff;
}

.partners-slide li img {
    height: 150px;
    width: 100%;
    object-fit: contain;
    padding: 30px;
}


/*-------------------------------------------------------------------------------
  Gallery Section
-------------------------------------------------------------------------------*/

.gallery-bx {
    max-width: 350px;
}

.gallery-bx img {
    height: 350px;
    width: 350px;
    object-fit: cover;
}

.gallery-bx .figcaption {
    position: relative;
    -webkit-transition: all 0.5s linear;
    -moz-transition: all 0.5s linear;
    -ms-transition: all 0.5s linear;
    -o-transition: all 0.5s linear;
    transition: all 0.5s linear;
    color: var(--color-1);
}

.gallery-bx .figcaption:after {
    content: "";
    position: absolute;
    left: 50%;
    bottom: -24px;
    background-color: var(--color-2);
    width: 2px;
    height: 24px;
    -webkit-transition: all 0.5s linear;
    -moz-transition: all 0.5s linear;
    -ms-transition: all 0.5s linear;
    -o-transition: all 0.5s linear;
    transition: all 0.5s linear;
}

.gallery-bx .figcaption-number {
    overflow: hidden;
}

.gallery-bx .figcaption-number span {
    font-size: 42px;
    line-height: 42px;
    height: 42px;
    font-weight: 600;
    margin-top: 50px;
    display: block;
    color: var(--color-2);
}

.gallery-bx:hover .figcaption {
    -webkit-box-shadow: 0 10px 30px 0 rgba(50, 50, 50, .16);
    box-shadow: 0 10px 30px 0 rgba(50, 50, 50, .16);
}

.gallery-bx:hover .figcaption:after {
    height: 48px;
    bottom: -48px;
}

@media only screen and (max-width:640px) {
    .gallery-bx .figcaption-number span {
        font-size: 50px;
        line-height: 50px;
        height: 46px;
    }
}


/*----------------------------------
	Animation Top
-----------------------------------*/

.animate-in-to-top:hover .animate-in-to-top-content {
    -webkit-animation: animate-in-to-top-content 0.7s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;
    animation: animate-in-to-top-content 0.7s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;
}

@-webkit-keyframes animate-in-to-top-content {
    0% {
        -webkit-transform: translateY(-600px) rotateX(-30deg) scale(0);
        transform: translateY(-600px) rotateX(-30deg) scale(0);
        -webkit-transform-origin: 50% 100%;
        transform-origin: 50% 100%;
        opacity: 0;
    }

    100% {
        -webkit-transform: translateY(0) rotateX(0) scale(1);
        transform: translateY(0) rotateX(0) scale(1);
        -webkit-transform-origin: 50% 1400px;
        transform-origin: 50% 1400px;
        opacity: 1;
    }
}


/*-------------------------------------------------------------------------------
  CTA Section
-------------------------------------------------------------------------------*/

#Specials-sec {
    background: rgba(0, 0, 0, 0.7) url(../img/slider/slide01.jpeg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    background-attachment: fixed;
    background-blend-mode: color;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    overflow: hidden;
    z-index: 0;
}

#Specials-sec .overlay-4 {
    content: '';
    width: 300px;
    height: 650px;
    display: block;
    position: absolute;
    top: -29px;
    left: 20%;
    bottom: 0;
    background-size: cover;
    background: var(--color-1-op);
    z-index: -1;
    transform: skewX(-40deg);
    box-shadow: -300px 0px 0px rgb(255 255 255 / 20%);
}

.contact-form input,
.contact-form textarea {
    margin-bottom: 20px;
    background: rgba(255, 255, 255, .5);
}

.contact-form button {
    border: none;
}

.ftr-logo img {
    max-width: 150px;
}


/*-------------------------------------------------------------------------------
  Contact
-------------------------------------------------------------------------------*/

.contact-form input,
.contact-form textarea,
.contact-form select,
.get-q-form input[type="text"],
.get-q-form input[type="email"],
.get-q-form input[type="number"],
.get-q-form textarea,
.get-q-form select {
    border-radius: 0px;
    padding: 15px 18px;
    border: 0px;
}

.ftr-icon {
    display: flex;
    align-items: center;
    padding: 25px 20px;
    border: 0px solid;
    background: #fff;
}

.ftr-icon span {
    margin-right: 12px;
    line-height: 1.5;
    width: 50px;
    height: 50px;
    border-radius: 50px;
    padding: 0px;
    background: #5271ff;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
}


/*-------------------------------------------------------------------------------
  
           Inside Pages

-------------------------------------------------------------------------------*/

#page_header {
    background-color: rgba(0, 0, 0, 0.5);
    background-size: cover;
    padding-top: 100px;
    background-blend-mode: color;
    padding-bottom: 70px;
    height: 310px;
}

#page_header h1 {
    color: #fff;
    font-weight: 600;
}

.about-main-img {
    width: 100%;
    max-height: 450px;
    object-fit: cover;
    object-position: bottom;
}

#faq .accordion-item {
    background-color: var(--color-1-op);
    color: #fff;
}

#faq .accordion-button {
    background-color: var(--color-2);
    color: #fff;
    font-weight: 600;
}


/*-------------------------------------------------------------------------------
  Gallery
-------------------------------------------------------------------------------*/

.demo-gallery>ul {
    margin-bottom: 0;
}

.demo-gallery>ul>li {
    margin-top: 10px;
    margin-bottom: 10px;
    height: fit-content;
}

.demo-gallery>ul>li .agent-name {
    font-size: 18px;
    font-weight: 600;
    margin: 10px 0;
    cursor: pointer;
}

.demo-gallery>ul>li a {
    border: 2px solid var(--color-2);
    display: block;
    overflow: hidden;
    position: relative;
    width: 100%;
    height: 300px;
    border-radius: 5px;
}

.demo-gallery>ul>li a>img {
    -webkit-transition: -webkit-transform 0.5s ease 0s;
    -moz-transition: -moz-transform 0.5s ease 0s;
    -o-transition: -o-transform 0.5s ease 0s;
    transition: transform 0.5s ease 0s;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
    height: 100%;
    width: 100%;
    object-fit: cover;
}


/* .demo-gallery > ul > li a:hover > img {
    -webkit-transition: -webkit-transform 0.5s ease 0s;
    -moz-transition: -moz-transform 0.5s ease 0s;
    -o-transition: -o-transform 0.5s ease 0s;
    transition: transform 0.5s ease 0s;
    -webkit-transform: scale3d(1.2, 1.2, 1.2) rotate(5deg);
    transform: scale3d(1.2, 1.2, 1.2) rotate(5deg);
  } */

.demo-gallery>ul>li a:hover .demo-gallery-poster>img {
    opacity: 1;
}

.demo-gallery>ul>li a .demo-gallery-poster {
    background-color: rgba(0, 0, 0, 0.1);
    bottom: 0;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    -webkit-transition: background-color 0.15s ease 0s;
    -o-transition: background-color 0.15s ease 0s;
    transition: background-color 0.15s ease 0s;
}

.demo-gallery>ul>li a .demo-gallery-poster>img {
    left: 50%;
    margin-left: -10px;
    margin-top: -10px;
    opacity: 0;
    position: absolute;
    top: 50%;
    -webkit-transition: opacity 0.3s ease 0s;
    -o-transition: opacity 0.3s ease 0s;
    transition: opacity 0.3s ease 0s;
}

.demo-gallery>ul>li a:hover .demo-gallery-poster {
    background-color: rgba(0, 0, 0, 0.5);
}

.demo-gallery .justified-gallery>a>img {
    -webkit-transition: -webkit-transform 0.15s ease 0s;
    -moz-transition: -moz-transform 0.15s ease 0s;
    -o-transition: -o-transform 0.15s ease 0s;
    transition: transform 0.15s ease 0s;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
    height: 100%;
    width: 100%;
}

.demo-gallery .justified-gallery>a:hover>img {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
}

.demo-gallery .justified-gallery>a:hover .demo-gallery-poster>img {
    opacity: 1;
}

.demo-gallery .justified-gallery>a .demo-gallery-poster {
    background-color: rgba(0, 0, 0, 0.1);
    bottom: 0;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    -webkit-transition: background-color 0.15s ease 0s;
    -o-transition: background-color 0.15s ease 0s;
    transition: background-color 0.15s ease 0s;
}

.demo-gallery .justified-gallery>a .demo-gallery-poster>img {
    left: 50%;
    margin-left: -10px;
    margin-top: -10px;
    opacity: 0;
    position: absolute;
    top: 50%;
    -webkit-transition: opacity 0.3s ease 0s;
    -o-transition: opacity 0.3s ease 0s;
    transition: opacity 0.3s ease 0s;
}

.demo-gallery .justified-gallery>a:hover .demo-gallery-poster {
    background-color: rgba(0, 0, 0, 0.5);
}

.demo-gallery .video .demo-gallery-poster img {
    height: 48px;
    margin-left: -24px;
    margin-top: -24px;
    opacity: 0.8;
    width: 48px;
}

.demo-gallery.dark>ul>li a {
    border: 3px solid #04070a;
}


/*------------------------------------------*/
/*------------- Team  -----------------*/
/*------------------------------------------*/

.our-team-2 {
    position: relative;
    overflow: hidden;
    height: 100%;
    margin-top: 0;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.15);
    -webkit-transition: all 0.5s linear;
    -moz-transition: all 0.5s linear;
    -ms-transition: all 0.5s linear;
    -o-transition: all 0.5s linear;
    transition: all 0.5s linear;
    max-width: 340px;
}

.our-team-2:hover {
    margin-top: -10px;
    box-shadow: 0px 0px 40px rgba(0, 0, 0, 0.15);
}

.our-team-2 .profile-image {
    position: relative;
}

.our-team-2 .profile-image img {
    max-width: 100%;
    width: 100%;
    height: 350px;
    object-fit: cover;
}

.our-team-2 .figcaption {
    background-color: #fff;
    padding: 20px;
}

.our-team-2 .figcaption h4 {
    font-size: 1.1em;
    font-weight: 600;
    margin-bottom: 10px;
}

.our-team-2 .figcaption h5 {
    font-weight: 400;
    margin-bottom: 0px;
    
}

/* .our-team-2 .icons {
    position: absolute;
    top: -100%;
}

.our-team-2:hover .icons {
    left: 50%;
    top: 50%;
    width: 100%;
    text-align: center;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
} 

.our-team-2:hover .icons a i {
    -webkit-animation: slide-in-elliptic-top-fwd 1s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;
    animation: slide-in-elliptic-top-fwd 1s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;
}

@-webkit-keyframes slide-in-elliptic-top-fwd {
    0% {
        -webkit-transform: translateY(-600px) rotateX(-30deg) scale(0);
        transform: translateY(-600px) rotateX(-30deg) scale(0);
        -webkit-transform-origin: 50% 100%;
        transform-origin: 50% 100%;
        opacity: 0;
    }

    100% {
        -webkit-transform: translateY(0) rotateX(0) scale(1);
        transform: translateY(0) rotateX(0) scale(1);
        -webkit-transform-origin: 50% 1400px;
        transform-origin: 50% 1400px;
        opacity: 1;
    }
}

@keyframes slide-in-elliptic-top-fwd {
    0% {
        -webkit-transform: translateY(-600px) rotateX(-30deg) scale(0);
        transform: translateY(-600px) rotateX(-30deg) scale(0);
        -webkit-transform-origin: 50% 100%;
        transform-origin: 50% 100%;
        opacity: 0;
    }

    100% {
        -webkit-transform: translateY(0) rotateX(0) scale(1);
        transform: translateY(0) rotateX(0) scale(1);
        -webkit-transform-origin: 50% 1400px;
        transform-origin: 50% 1400px;
        opacity: 1;
    }
}
*/

.our-team-2 .icons {
    margin-top: 10px;
}

.our-team-2 .icons a {
    display: block;
    font-size: 16px;
}

.our-team-2 .icons i {
    color: var(--color-2);
    text-align: center;
    line-height: 1em;
    margin-right: 6px;
    vertical-align: middle;
}


.our-team-2 .icons i:hover {
    color: #fff;
    background-color: #222;
}

.our-team-2 .icons i a {
    text-decoration: none;
}

@media only screen and (max-width:991px) {
    .our-team-2:hover {
        margin-top: 10px;
    }
}

@media only screen and (max-width:767px) {
    .our-team-2 {
        margin-top: 0px;
        margin-left: auto;
        margin-right: auto;
    }

    .our-team-2 .figcaption h5 {
        font-size: 14px;
    }
}


/*------------------------------------------*/
/*------------- Advantage -----------------*/
/*------------------------------------------*/

#advantage ul li {
    list-style: square;
    margin-left: 20px;
}


/*------------------------------------------*/
/*------------- Testimonials -----------------*/
/*------------------------------------------*/

#testimonials .testimonial-main-img {
    height: 100%;
    object-fit: cover;
}

.testimonial {
    padding-bottom: 0 !important;
}

.testimonial-body {
    border: 1px solid var(--color-1);
    margin: 0 auto;
    max-width: 800px;
    padding: 20px 30px;
    position: relative;
    background-color: var(--color-1);
}

.testimonial-body:after {
    content: "";
    position: absolute;
    width: 28px;
    height: 28px;
    background-color: var(--color-1);
    border: 1px solid var(--color-1);
    transform: rotate(45deg);
    border-color: transparent var(--color-1) var(--color-1) transparent;
    left: 0;
    right: 0;
    margin: 0px auto;
    margin-top: 10px;
    bottom: -13px;
}

.testimonial-body p {
    font-size: 19px;
    font-weight: 400;
    line-height: 1.6;
    letter-spacing: .5px;
    margin: 0;
}

.testimonial-body .fa-quote-right {
    color: #333;
    font-size: 40px;
    float: right;
}

#testimonials .carousel-item {
    min-height: 250px !important;
}

.testimonial .testimonial-img img {
    width: 80px;
    height: 80px;
    object-fit: cover;
    border-radius: 50%;
}

#testimonials .carousel-control-next,
#testimonials .carousel-control-prev {
    align-items: center;
    background: #000;
    border-radius: 50%;
    display: flex;
    font-size: 35px;
    height: 50px;
    justify-content: center;
    position: absolute;
    top: 50%;
    width: 50px;
}

#testimonials .carousel-control-next i,
#testimonials .carousel-control-prev i {
    font-size: 18px;
    line-height: 0;
}


/*-------------------------------------------------------------------------------
    Inside Pages
-------------------------------------------------------------------------------*/

.border-r {
    border-right: 1px solid var(--color-1);
}

.border-b {
    border-bottom: 1px solid var(--color-1);
}


.border-t {
    border-top: 1px solid var(--color-1);
}

.border-l {
    border-left: 1px solid var(--color-1);
}

.product-img-list {
    display: flex;
    width: 100%;
    align-items: center;
    justify-content: center;
    margin-bottom: 20px;
}

.product-img-list li {
    display: inline-block;
    max-width: 50%;
    float: left;
}

.product-img-list li img {
    max-height: 200px;
}

.product-img-list h5 {
    width: 100%;
    display: block;
}

/* 
ul.list-inline {
    margin-left: 15px;
    margin-top: 15px;
}   

ul.list-inline li {
    list-style: disc;
} */


.access-images img {
    height: 180px;
    width: 100%;
    object-fit: cover;
    margin-bottom: 13px;
}

/*-------------------------------------------------------------------------------
  Media Query
-------------------------------------------------------------------------------*/

@media only screen and (max-width:1130px) {
    .navbar-nav li a {
        padding-left: 7px;
        padding-right: 7px;
    }

    .cta a {
        padding: 10px;
    }
}


@media only screen and (min-width: 992px) {
    .navbar .dropdown:hover>.dropdown-menu {
      display: block;
    }
  
    .navbar .dropdown>.dropdown-toggle:active {
      pointer-events: none;
    }
  }
  

@media only screen and (max-width:991px) {
    .navbar-collapse {
        position: absolute;
        top: 60px;
        left: 0;
        width: 100%;
        text-align: center;
        background: var(--color-3);
    }

    
  .navbar-nav li a.dropdown-toggle {
    position: absolute !important;
    top: 0px;
    right: 5px;
    transform: translateY(0%);
    height: 52px;
  }

  .navbar-nav li {
    text-align: start;
    }

}

@media only screen and (max-width: 767px) {
    .metal-roofing-img img {
        width: 100%;
        margin-bottom: 20px;
    }

    .border-b, .border-r {
        border: 1px solid var(--color-1);
    }

    .list-group-horizontal {
        flex-direction: column;
    }


    .prog-bar {
        border-bottom: 0px;
    }

    
}

@media only screen and (max-width: 600px) {

    .button.btn-sm {
        padding: 8px;
    }

    .carousel-control-prev {
        left: -50px;
    }

    .carousel-control-next {
        right: -50px;
    }

    .plr-100 {
        padding-left: 40px;
        padding-right: 40px;
    }

    .plr-50 {
        padding-left: 20px;
        padding-right: 20px;
    }

    .about-img .about-name {
        font-size: 20px;
    }

    .about-img .about-name {
        position: inherit;
    }

    #about .plr-50 {
        padding-left: 20px;
        padding-right: 20px;
    }

    #contact .p-60 {
        padding: 20px;
        text-align: center;
    }

    #contact h3 {
        text-align: center;
    }

    .contact-details div {
        text-align: center !important;
    }
    
}

@media only screen and (max-width: 575px) {

    .navbar button {
        display: none;
    }

    .navbar-collapse {
        top: 0px;
    }

    .section-title h1, h3.title {
        font-size: 1.7em;
    }


    .navbar {
        height: 0px;
        padding: 0;
    }

    .fixed-top .navbar {
        height: 0px;
        padding: 0;
    }
    
}

@media only screen and (max-width: 430px) {
    .navbar .navbar-brand img {
        max-width: 60px;
    }
}

@media only screen and (max-width: 320px) {
    #contact .justify-content-center:first-child {
        padding: 0 !important;
        padding-right: 0 !important;
        padding-left: 0 !important;
    }

    .h-captcha {
        transform: scale(.78);
        margin-left: -9vw;
    }

    h1 {
        font-size: 2.5rem !important;
    }
}

.drop-text {
    color: #fff !important;
}

.nav-item.dropdown:hover .dropdown-menu {
    margin-top: 0;
    /* Aligns dropdown properly */
}


/* Testimonial css */

.demo {
    background: #f8f8f8;
}

.testimonial {
    margin: 0 20px 40px;
}

.testimonial .testimonial-content {
    padding: 35px 25px 35px 50px;
    margin-bottom: 35px;
    background: #fff;
    border: 1px solid #f0f0f0;
    position: relative;
}

.testimonial .testimonial-content:after {
    content: "";
    display: inline-block;
    width: 20px;
    height: 20px;
    background: #fff;
    position: absolute;
    bottom: -10px;
    left: 22px;
    transform: rotate(45deg);
}

.testimonial-content .testimonial-icon {
    width: 50px;
    height: 45px;
    background: #ff4242;
    text-align: center;
    font-size: 22px;
    color: #fff;
    line-height: 42px;
    position: absolute;
    top: 37px;
    left: -19px;
}

.testimonial-content .testimonial-icon:before {
    content: "";
    border-bottom: 16px solid #e41212;
    border-left: 18px solid transparent;
    position: absolute;
    top: -16px;
    left: 1px;
}

.testimonial .description {
    font-size: 15px;
    font-style: italic;
    color: #8a8a8a;
    line-height: 23px;
    margin: 0;
}

.testimonial .title {
    display: block;
    font-size: 18px;
    font-weight: 700;
    color: #525252;
    text-transform: capitalize;
    letter-spacing: 1px;
    margin: 0 0 5px 0;
}

.testimonial .post {
    display: block;
    font-size: 14px;
    color: #ff4242;
}

.owl-theme .owl-controls {
    margin-top: 20px;
}

.owl-theme .owl-controls .owl-page span {
    background: #ccc;
    opacity: 1;
    transition: all 0.4s ease 0s;
}

.owl-theme .owl-controls .owl-page.active span,
.owl-theme .owl-controls.clickable .owl-page:hover span {
    background: #ff4242;
}


/* end Testimonial css */



#pills-tab li {
    margin: 10px;
    text-align: center;
    width: 100px;
}

#pills-tab li a.active span {
    border: 3px solid var(--color-2);
}

#pills-tab li a span {
    height: 50px;
    width: 50px;
    display: block;
    border-radius: 50px;
    margin: 0 auto;
}

#pills-tab li p {
    font-size: 14px;
}

.wall-colors {
    position: absolute;
    top: -7px;
    left: 0;
}

/* .nav.color-nav {
    flex-wrap: nowrap;
    display: inline-flex;
    overflow: scroll;
} */

span.resi-color-1,
span.comm-color-1,
span.agri-barn-color-1,
span.agri-wall-color-1 {
    background-color: #1b170f;
}

span.resi-color-2,
span.comm-color-2,
span.agri-barn-color-2,
span.agri-wall-color-2 {
    background-color: #55503d;
}

span.resi-color-3,
span.comm-color-3,
span.agri-barn-color-3,
span.agri-wall-color-3 {
    background-color: #67503b;
}

span.resi-color-4,
span.comm-color-4,
span.agri-barn-color-4,
span.agri-wall-color-4 {
    background-color: #686654;
}

span.resi-color-5,
span.comm-color-5,
span.agri-barn-color-5,
span.agri-wall-color-5 {
    background-color: #1d472e;
}

span.resi-color-6,
span.comm-color-6,
span.agri-barn-color-6,
span.agri-wall-color-6 {
    background-color: #3b563c;
}

span.resi-color-7,
span.comm-color-7,
span.agri-barn-color-7,
span.agri-wall-color-7 {
    background-color: #523129;
}

span.resi-color-8,
span.comm-color-8,
span.agri-barn-color-8,
span.agri-wall-color-8 {
    background-color: #8e3b2e;
}

span.resi-color-9,
span.comm-color-9,
span.agri-barn-color-9,
span.agri-wall-color-9 {
    background-color: #a51e22;
}

span.resi-color-10,
span.comm-color-10,
span.agri-barn-color-10,
span.agri-wall-color-10 {
    background-color: #7c1416;
}

span.resi-color-11,
span.comm-color-11,
span.agri-barn-color-11,
span.agri-wall-color-11 {
    background-color: #224965;
}

span.resi-color-12,
span.comm-color-12,
span.agri-barn-color-12,
span.agri-wall-color-12 {
    background-color: #547592;
}

span.resi-color-13,
span.comm-color-13,
span.agri-barn-color-13,
span.agri-wall-color-13 {
    background-color: #d39745;
}

span.resi-color-14,
span.comm-color-14,
span.agri-barn-color-14,
span.agri-wall-color-14 {
    background-color: #b8b2a6;
}

span.resi-color-15,
span.comm-color-15,
span.agri-barn-color-15,
span.agri-wall-color-15 {
    background-color: #c1a280;
}

span.resi-color-16,
span.comm-color-16,
span.agri-barn-color-16,
span.agri-wall-color-16 {
    background-color: #ded4b2;
}

span.resi-color-17,
span.comm-color-17,
span.agri-barn-color-17,
span.agri-wall-color-17 {
    background-color: #ecebe1;
}


