

/*==================================================
 <-- roofing service Header Top Menu Area Css-->
===================================================*/
a {
    text-decoration: none;
}
.roofing-topbar-section {
    padding: 0px 0px 0px 36px;
    background: #19142d;
    position: relative;
    left: -41px;
    top: 26px;
    border-radius: 0px 50px 0px 0px;
    width: 95%;
}

.roofing-top-menu ul {
    list-style: none;
}

.roofing-top-menu ul li {
    display: inline-block;
    margin-right: 36px;
    position: relative;
}

.roofing-top-menu ul li a::after {
    position: absolute;
    content: "";
    height: 30px;
    width: 1px;
    background: #ffffff38;
    left: -22px;
    top: -2px;
    opacity: 0.702;
}

.roofing-top-menu ul li.line a::after {
    display: none;
}

.roofing-top-menu ul li a {
    display: inline-block;
    text-decoration: none;
    color: #ffffff;
    font-size: 18px;
}


.roofing-top-menu ul li a i {
    color: #f8cc10;
    font-size: 15px;
    margin-right: 7px;
}

.roofing-top-content-menu {
    text-align: right;
}

.roofing-top-content {
    display: inline-block;
    margin-right: 25px;
    position: relative;
}

.roofing-top-content select#Language {
    background: no-repeat;
    border: none;
    font-size: 17px;
    color: #ffffff;
    font-weight: 400;
    outline: 0;
}

.roofing-top-content::before {
    position: absolute;
    content: "";
    height: 30px;
    width: 2px;
    opacity: 0.702;
    background: #3a3a42;
    right: -22px;
}

.roofing-top-content option {
    background: #19142d;
    font-size: 16px;
}

.roofing-top-social-icon {
    display: inline-block;
}

.roofing-top-social-icon ul li {
    display: inline-block;
    margin-left: 13px;
}

.roofing-top-social-icon ul li a i {
    font-size: 15px;
    transition: .5s;
}

.roofing-top-social-icon ul li a:hover i {
    color: #f8cc10;
}


/*==================================================
 <-- roofing service Header  Menu Area Css-->
===================================================*/

.roofing-header-section {
    background: #ffffff;
    position: relative;
    text-align: right;
    /* z-index: 999; */
    box-shadow: rgba(0, 0, 0, 0.15) 1.95px 1.95px 2.6px;
    border-right: 1px solid #f1f1f1;
    top: 26px;
    left: -6%;
    border-radius: 10px;
    margin-top: 18px;
}
.logo {
    padding: 0px;
    text-align: center;
    box-shadow: 0px 0px 20px 0px #0000003b;
    width: 175px;
    height: 175px;
    border-radius: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    z-index: 9;
    background-color: white;
    left: 40%;
    top: -43px;
}
.logo a {
    justify-content: flex-end;
}
.logo img {
    width: 75%;
}
/* .roofing-header-section::before {
    position: absolute;
    content: "";
    height: 100%;
    width: 30%;
    top: 0;
    left: 0px;
    background: #203F78;
    z-index: -1;
    box-shadow: 17px 2px 21px -16px #0000002e;
} */
.roofing-header-section .phone-number {
    display: flex;
    align-items: center;
    margin-left: 12px;
    /* border: 2px solid #203F78; */
    padding: 0 5px;
    border-radius: 5px;
}
.phone-number  a {
    text-align: left;
}
.phone-number p {
    font-size: 16px;
    text-transform: uppercase;
    font-weight: 600;
    padding-left: 10px;
    margin-bottom: 0;
}
.roofing-header-section .phone-number .header-phone {
    height: 45px;
    width: 45px;
    line-height: 45px;
    border-radius: 10px;
    text-align: center;
    background: linear-gradient(90deg,rgb(56 162 222 / 69%) 0%, #203F78 100%);
    transition: all 0.8s ease-in-out;
}
.roofing-header-section .roofing-search-button {
    display: flex;
    align-items: center;
    padding-right: 0;
    justify-content: space-around;
}
.roofing-header-section .phone-number .number {
    font-size: 18px;
    line-height: 20px;
    font-weight: 500;
    margin-left: 10px;
    color: var(--e-global-color-black);
    transition: all 0.8s ease-in-out;
}
/* 
.roofing-header-section::after {
    position: absolute;
    content: "";
    width: 51px;
    height: 79px;
    background: #203F78;
    right: 68%;
    top: 25px;
    clip-path: polygon(100% 43%, 100% 43%, -29% 100%, 8% 8%);
    z-index: -999;
} */

.roofing-menu {
  padding-left: 0;
}

.roofing-menu ul {
    list-style: none;
}

.roofing-menu ul li {
    display: inline-block;
    margin-right: 28px;
}

.roofing-menu ul li a {
    display: inline-block;
    color: #141422;
    font-size: 18px;
    font-weight: 600;
    padding: 31px 0;
    text-decoration: none;
    text-transform: uppercase;
    transition: .5s;
}
.roofing-top-social-icon {
    display: inline-block;
    /* background: linear-gradient(90deg, rgb(25 20 45 / 69%) 0%, #203F78 100%); */
    padding: 10px 20px;
    padding-right: 50px;
}
.roofing-top-menu {
    padding: 0;
    padding-left: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.roofing-menu ul li a:hover{
    color: #203F78;
}

.roofing-menu ul li a i {
    font-size: 12px;
    margin-left: 4px;
}

.roofing-search-button {
    text-align: right;
}

.roofing-social-menu {
    display: inline-block;
}

.roofing-social-menu ul li {
    display: inline-block;
    margin-left: 10px;
}

.roofing-social-menu ul li a i {
    color: #141422;
    font-size: 21px;
}

a.handbag {
    position: relative;
}

a.handbag:before {
    position: absolute;
    content: "0";
    font-size: 11px;
    color: #fff;
    font-weight: 500;
    background: #203F78;
    width: 15px;
    height: 15px;
    line-height: 15px;
    text-align: center;
    border-radius: 100%;
    left: 11px;
    top: -8px;
}

/* sticky css */

.sticky-nav {
    left: 0;
    margin: auto;
    top: 0;
    width: 100%;
    padding: 0 !important;
    position: fixed !important;
    box-shadow: 0 0 60px 0 rgba(0, 0, 0, 0.07);
    -webkit-animation: 300ms running fadeInDown;
    animation: 500ms running fadeInUp;
    -webkit-box-shadow: 0 10px 15px rgba(25, 25, 25, 0.1);
    transition: 0.5s !important;
    background: #fff!important;
    z-index: 99 !important;
    animation-name: slideInDown;
    padding: 0 30px;
  }
.sticky-nav .roofing-topbar-section {
    display: none;
}

.sticky-nav  .roofing-header-section {
    border: none;
    left: 0px;
    top: 0px;
    border-radius: 0px;
    margin: 0px;
    width: 99%;
    box-shadow: none;
    padding-right: 130px;
}

.sticky-nav .contact-info-cls a i {
    margin: 0px 5px;
    font-size: 15px;
}
.sticky-nav .logo img{
    width: 61%;
    padding-right: 30px;
    
    box-shadow: 17px 2px 21px -16px #0000002e;
}
/* sub menu area css */
.roofing-menu ul .sub-menu {
    background: #fff;
    position: absolute;
    top: 125%;
    border-radius: 5px;
    width: 350px;
    text-align: left;
    margin: 0;
    -webkit-box-shadow: 0px 1px 3px rgb(0 0 0 / 30%);
    transition: .5s;
    visibility: hidden;
    border-top: 2px solid #203F78;
    opacity: 0;
    z-index: 11;
  }

  .roofing-menu ul .sub-menu ul {
    height: 500px;
    overflow-x: hidden;
  }
  .roofing-menu ul .sub-menu ul li {
    display: inline-block;
    border-bottom: 1px dotted #203f786b;
    margin-left: 0;
    width: 100%;
  }
  .roofing-menu ul .sub-menu ul li a {
    padding: 12px 20px;
    text-align: left;
    width: 100%;
    display: inline-block;
    visibility: inherit !important;
    color: #202020;
    margin: 0;
    font-size: 16px;
    display: flex;
    align-items: center;
    gap: 5px;
    line-height: 20px;
  }
  .roofing-menu ul .sub-menu ul li a img {
    width: 20px;
  }
  .roofing-menu ul .sub-menu ul li a:hover {
    background: #203F78 !important;
    color: #fff;
    padding-left: 10px;
  }
    .roofing-menu ul .sub-menu ul li a:hover img {
        filter: brightness(0) saturate(100%) invert(100%) sepia(19%) saturate(0%) hue-rotate(236deg) brightness(114%) contrast(100%);
    }
  .roofing-menu ul li:hover .sub-menu {
    visibility: visible;
    opacity: 1;
    top: 99%;
  }
  


/* header style two */

.roofing-header-section.style-two::before {
    background: #1c1632;
    height: 100%;
}

.roofing-header-section.style-two::after {
    display: none;
}
.mobile-menu li {
    list-style: none;
    margin-bottom: 12px;
}

.mobile-menu a {
    text-decoration: none;
    color: #000;
    font-size: 16px;
    text-transform: uppercase;
    font-weight: 600;
}

.mobile-dropdown .sub-menu {
    display: none;
    padding-left: 15px;
}

.mobile-dropdown img {
    width: 20px;
    margin-right: 8px;
}

.mobile-header .sub-menu {
    display: none;
}

.mobile-header .sub-menu.open {
    display: block;
}
.mobile-header li {
    border-bottom: 1px dotted #f1f1f1;
}
.mobile-header .mobile-dropdown i{
    font-size: 12px;
}
.mobile-header .sub-menu ul li {
    margin: 8px 0;
}

.mobile-header .sub-menu img {
    width: 20px;
    margin-right: 8px;
}


/* roofing btn */

.roofing-btn {
    display: inline-block;
    margin-left: 32px;
}


.roofing-btn a {
    display: inline-block;
    text-decoration: none;
    font-size: 15px;
    font-weight: 500;
    letter-spacing: 1px;
    background: #38a2de;
    color: #fff;
    padding: 13px 18px;
    text-transform: uppercase;
    border-radius: 10px;
    position: relative;
    z-index: 1;
}
.roofing-btn.change-color a{
    background-color: #203F78;
    color: #fff;
}
.roofing-btn.change-color a::before {
    background-color: #35a4dd;
}
.roofing-btn a::before {
    position: absolute;
    content: "";
    background-color: #fccb01;
    width: 101%;
    height: 0%;
    left: 50%;
    top: 50%;
    border-radius: 10px;
    transform: translate(-50%, -50%) rotate(0deg);
    z-index: -1;
    transition: all 500ms ease;
}

.roofing-btn a:hover::before {
    height: 103%;
}

/* slider btn */

.roofing-btn.slider1 {
    margin: 0;
}

.roofing-btn.slider2 {
    margin-left: 14px;
}

.roofing-btn.slider2 a {
    background: #fff;
    color: #0f0f0f;
}

.roofing-btn.slider2 a:hover{
    color: #ffffff;
}

/* about btn */

.roofing-btn.about {
    margin: 0;
}

.roofing-btn.about a {
    padding: 16px 33px;
}

/* about style two btn */

.roofing-btn.about.about2 {
    margin-top: 50px;
}

/* offer btn */

.roofing-btn.offer {
    margin-left: 0;
}

/* get start btn */

.roofing-btn.get a {
    padding: 17px 36px;
    background: #ffffff;
    color: #203F78;
}

/* pricing btn */

.roofing-btn.pircing {
    margin: 0;
}

.roofing-btn.pircing a {
    padding: 19px 60px;
    font-size: 18px;
}

.roofing-btn.pircing a:hover{
    color: #203F78;
}


.roofing-btn.pircing a::before {
    background: #ffffff;
}


/*==================================================
 <-- roofing service Slider Section Css-->
===================================================*/
.banner-sec {
   /* background-color: #203d79; */
   border-top: 2px solid #203F78;
   /* background-image: url(../images/slider/slider-bg.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover; */
   position: relative;
   z-index: 1;
   background-image: url(../images/slider/banner-stripe.png), linear-gradient(
360deg, #38a2de -8%, #1f3e78 57%);
   background-size: 18%;
   background-repeat: repeat;
   min-height: 93vh;
   display: flex;
   align-items: center;
   justify-content: center;
   text-align: center;
   padding-top: 73px;
}
/* .banner-sec::before {
    position: absolute;
    content: '';
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(to right, #1f3a70 0%, transparent 100%);
    z-index: -1;
} */
.banner-sec .back-img {
    background-image: url(../images/slider/back-img.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.slider-section {
    background: url(../images/slider/slider-bg.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    height: 770px;
    position: relative;
    z-index: 1;
}
.slider-section::before {
    position: absolute;
    width: 100%;
    height: 100%;
    content: '';
    background: linear-gradient(to right, #203f77c4 0%, transparent 100%);
    z-index: -1;
}
.slider-section.style-three {
    background: url(../images/slider/slider3.jpg);
    position: relative;
        background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.slider-content {
    padding: 25px 0;
    padding-left: 60px;
    padding-right: 15px;
}
.slider-content h4 {
    font-size: 16px;
    letter-spacing: 0.5px;
    text-transform: uppercase;
    line-height: 0;
    color: #f9ca12;
    font-weight: 500;
    margin-bottom: 15px;
    margin-top: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 5px;
    text-decoration: underline;
    font-family: "Outfit", sans-serif;
}

.slider-content h1 {
    font-size: 63px;
    margin: 20px 0;
    line-height: 68px;
    color: #fff;
    font-weight: 700;
}
.banner-list {
    padding: 0px;
    display: inline-flex;
}
.banner-list li {
    display: flex;
    list-style: none;
    align-items: flex-start;
    position: relative;
    gap: 20px;
    padding-bottom: 20px;
    color: #fff;
    width: 34%;
}
.banner-list li:last-child::before {
    display: none;
}
.banner-list li::before {
    content: '';
    background-image: linear-gradient(178deg, transparent, #3dbafa, transparent);
    width: 2px;
    height: 100%;
    position: absolute;
    right: 13px;
    top: -13px;
}
.banner-list li .banneri-img {
    width: 19%;
}
.banner-list li .banneri-img img {
    width: 100%;
}

.banner-list li span h2 {
    font-size: 19px;
    padding-bottom: 5px;
    color: #000000;
    margin-top: 0px;
}
.banner-list li span p {
    font-size: 15px;
    margin: 0;
    color: #000000;
    font-family: "Montserrat", sans-serif;
    width: 90%;
    text-align: justify;
    line-height: 23px;
}

.slider-content p {
    font-size: 19px;
    line-height: 30px;
    color: #fff;
    font-weight: 400;
    margin: 15px 0 50px;
}
.slider-content h4 img {
    display: inline !important;
    width: 20px;
    filter: brightness(0) saturate(100%) invert(83%) sepia(16%) saturate(6467%) hue-rotate(1deg) brightness(106%) contrast(99%);
    /* filter: brightness(0) saturate(100%) invert(53%) sepia(95%) saturate(358%) hue-rotate(159deg) brightness(89%) contrast(95%); */
}

.modal.fade  {

    padding: 40px 35px;
    box-shadow: 0 4px 15px rgba(0,0,0,0.1);
}
.demand-form .form-wrapper h4{
    font-size: 25px;
    letter-spacing: 1px;
}
.demand-form .tag-box {
    position: absolute;
    top: -15px;
    left: -10px;
    background: #203F78;
    padding: 5px 25px;
    color: #fff;
    font-size: 18px;
    font-weight: 600;
    border-radius: 0;
    border-bottom-left-radius: 0;
}

.demand-form .tag-box:after {
    content: "";
    position: absolute;
    bottom: -10px;
    left: 0;
    border-width: 10px 10px 0 0;
    border-style: solid;
    border-color: #08364e transparent transparent transparent;
}

.demand-form .form-control {
    border-radius: 10px;
    padding-left: 45px;
    height: 45px;
    font-size: 16px;
}

.demand-form textarea.form-control {
    height: 80px;
    padding-top: 15px;
}

.demand-form .input-group-text {
    background: transparent;
    border: none;
    position: absolute;
    left: 3px;
    z-index: 10;
    font-size: 18px;
    color: #555;
    top: 5px;
}

.demand-form .btn-submit {
    background: #3aa1df;
    color: #fff;
    width: 100%;
    padding: 12px;
    text-transform: uppercase;
    border-radius: 8px;
    font-size: 18px;
    margin-top: 15px;
    font-weight: 500;
    letter-spacing: 1px;
}

.rating-section {
    padding: 70px 0;
}
.auto-bg {
    background-image: url(../images/resource/abstract-bg.jpg);
    background-repeat: repeat;
    background-size: 56%;
    position: relative;
    z-index: 1;
}
.auto-bg::before {
    position: absolute;
    width: 100%;
    height: 100%;
    content: '';
    top: 0;
    left: 0;
    z-index: -1;
    background-color: #ffffffcc;
}

.rating-section .abot-img {
    padding-right: 40px;
        position: relative;
    z-index: 1;
}
.rating-section .abot-img img {
    width: 100%;
    height: 550px;
    object-fit: cover;
    border-radius: 5px;

}

.rating-section .abot-img:after {
    content: '';
    position: absolute;
    bottom: -10px;
    left: -9px;
    width: 29%;
    height: 29%;
    background: #203F78;
    z-index: -1;
}

.rating-box {
    background: #ffffff;
    border-radius: 14px;
    padding: 10px 11px;
    box-shadow: 0px 0px 20px 0px #00000029;
}

.rating-section p {
    font-size: 18px;
    font-weight: 500;
    text-align: justify;
}

.section-badge {
    background: #e7f1ff;
    display: inline-block;
    padding: 8px 25px;
    color: #1c4d8a;
    border-radius: 30px;
    font-size: 14px;
    font-weight: 600;
}

.rating-card {
    background: #203F78;
    border-radius: 18px;
    border: 3px solid #fff;
    padding: 25px 15px;
    box-shadow: 0px 5px 15px rgba(0,0,0,0.12);
    text-align: center;
}

.rating-card img {
    background: #fff;
    padding: 6px 16px;
    border-radius: 10px;
    height: 38px;
    margin-bottom: 15px;
}

.rating-stars {
    color: #ffc107;
    font-size: 22px;
    letter-spacing: 3px;
}

.rating-value {
    background: #fff;
    display: inline-block;
    padding: 6px 15px;
    border-radius: 20px;
    font-size: 14px;
    font-weight: 600;
    margin-top: 10px;
}

.rating-section .ico img{width: 100%;}

/* ====== Highlight section styles ====== */
.highlight-section {
  display: flex;
  justify-content: center;
  padding: 0;
  margin-bottom: 20px;
  background: linear-gradient(90deg, #f6fbff 0%, #ffffff 100%);
}

.highlight-inner {
  display: inline-flex;
  align-items: center;
  gap: 18px;
  background: linear-gradient(180deg, #ffffff 0%, #f8fcff 100%);
  border-radius: 14px;
  padding: 14px 22px;
  box-shadow: 0 8px 30px rgba(15, 40, 70, 0.08);
  border: 1px solid rgba(18, 54, 91, 0.06);
  max-width: 980px;
  width: 100%;
  justify-content: space-between;
  gap: 24px;
}

/* badge on the left */
.highlight-badge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 42px;
  min-height: 42px;
  border-radius: 10px;
  background: #F5F5F5;
  box-shadow: 0 6px 18px rgba(255, 181, 3, 0.12);
  padding: 6px;
}
.highlight-badge img {
    width: 30px;
    filter: brightness(0) saturate(100%) invert(83%) sepia(16%) saturate(6467%) hue-rotate(1deg) brightness(106%) contrast(99%);
    /* filter: brightness(0) saturate(100%) invert(13%) sepia(92%) saturate(2139%) hue-rotate(212deg) brightness(92%) contrast(80%); */
}
/* The one-line highlight text */
.highlight-text {
  font-weight: 600;
  font-size: clamp(16px, 2.2vw, 20px);
  color: #073b4c;
  margin: 0;
  flex: 1 1 auto;
  line-height: 1.2;
  letter-spacing: 0.2px;
  padding-right: 12px;
}

/* Responsive tweaks */
@media (max-width: 640px) {
  .highlight-inner {
    flex-direction: column;
    align-items: stretch;
    text-align: center;
    gap: 12px;
    padding: 16px;
  }

  .highlight-cta { justify-content: center; width: auto; margin: 4px auto 0; }
}

/* owl nav css */

.slider-section .owl-carousel .owl-dots.disabled, .owl-carousel .owl-nav.disabled {
    display: block;
}

.owl-nav {
    position: absolute;
    bottom: 41%;
    right: 60px;
    display: none;
}

.owl-prev i {
    width: 62px;
    height: 62px;
    line-height: 62px;
    background: #203F78;
    text-align: center;
    display: inline-block;
    border-radius: 50%;
    color: #ffffff;
    font-size: 24px;
    transition: .5s;
    margin-bottom: 10px;
    position: relative;
    z-index: 1;
}

.owl-prev i:hover{
    color: #203F78;
 }

 .owl-prev i::after{
    position: absolute;
    top: 0;
    left: 0;
    content: "";
    right: 0;
    bottom: 0;
    background: #ffffff;
    transform: scale(0);
    border-radius: 50%;
    z-index: -1;
    transition: .5s;
}

.owl-prev i:hover::after{
    transform:scale(1);
}

 .owl-next i {
    width: 62px;
    height: 62px;
    line-height: 62px;
    background: #ffffff;
    text-align: center;
    display: inline-block;
    border-radius: 50%;
    color: #203F78;
    font-size: 24px;
    transition: .5s;
    position: relative;
    z-index: 1;
}

 .owl-next i:hover{
    color:#ffffff ;
 }

 .owl-next i::after{
    position: absolute;
    top: 0;
    left: 0;
    content: "";
    right: 0;
    bottom: 0;
    background: #203F78;
    transform: scale(0);
    border-radius: 50%;
    z-index: -1;
    transition: .5s;
}

.owl-next i:hover::after{
    transform:scale(1);
}


/* slider style two */

.slider-section.style-two {
    background: url(../images/slider/slider-bg2.jpg);
    height: 866px;
    background-position: center center;
}

.slider-content.style-two h4 {
    color: #1c1632;
    margin-bottom: 16px;
}

.slider-content.style-two h1 {
    color: #1c1632;
    font-size: 60px;
    line-height: 68px;
    margin-bottom: 54px;
}

/*==================================================
 <-- roofing Appointment section Css-->
===================================================*/

.appointment-area {
    background: #f6f6f6;
    padding: 60px 0 52px;
}

.appointment-contact-title h4 {
    font-size: 48px;
    line-height: 60px;
    color: #292930;
    font-weight: 600;
    margin-bottom: 25px;
}

.appointment-area .form-box input {
    background: #ffffff;
    border: 1px dashed #c9c6c6;
}

.appointment-area .form_box input::placeholder {
    color: #696969;
}

.appointment-area .form-box textarea {
    height: 50px;
    background: #ffffff;
    border: 1px dashed #c9c6c6;
}

.appointment-area .form-box i {
    color: #c9c6c6;
}

.appointment-area .form-box-button.inner button {
    width: 100%;
    height: 50px;
}




/* about style two */

.about-text.style-two {
    text-align: center;
    width: 147px;
    height: 151px;
    border-radius: 0px 0px 35px 0px;
    background-color: #203F78;
    padding: 10px 16px 0;
    left: 74%;
}

.about-text.style-two h5 {
    font-size: 40px;
    color: #ffffff;
    display: inline-block;
    background: none;
    padding: 0;
}
.home-about {
    background-image: url(../images/about/hero-bg.webp);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}
.about-section .about-1 {
    width: 100%;
    height: 300px;
    object-fit: cover;
}
.about-section .about-2,.about-section .about-3 {
    width: 49.2%;
    height: 250px;
    object-fit: cover;
}
.about-section .img-half {
    display: flex;
    gap: 10px;
    margin-top: 10px;
}
.about-section img {
    border-radius: 10px;
}
.about-text.style-two span {
    font-size: 40px;
    line-height: 62px;
    color: #ffffff;
    font-weight: 600;
}

.about-text.style-two p {
    font-size: 18px;
    line-height: 26px;
    color: #ffffff;
    font-weight: 400;
    font-family: "Jost";
}

.about-shape-two {
    position: absolute;
    top: 5px;
    right: 7px;
}

.about-shape-two img {
    width: auto;
}


/*==================================================
 <-- roofing form box Css-->
===================================================*/

.form-box {
    position: relative;
}

.form-box input{
    width: 100%;
    height: 50px;
    padding-left: 30px;
    background: #ffffff;
    border: 0;
    outline: 0;
    border-radius: 3px;
    color: #3e3e3f;
    margin-bottom: 23px;
}

.form_box input::placeholder {
    color: #6d6d6d;
}

.form-box select {
    width: 100%;
    height: 50px;
    padding-left: 30px;
    background: #ffffff;
    border-radius: 3px;
    border: 0;
    outline: 0;
    color: #3e3e3f;
    margin-bottom: 23px;
}


.form-box textarea {
    width: 100%;
    height: 186px;
    padding-left: 30px;
    background: #ffffff;
    border-radius: 3px;
    color: #3e3e3f;
    border: 0;
    outline: 0;
    margin-bottom: 23px;
}

.form-box textarea::placeholder {
    padding: 8px 0px 0;
}


.form-box i {
    position: absolute;
    right: 30px;
    top: 11px;
    color: #203F78;
}

.form-box-button button {
    width: 270px;
    height: 60px;
    border-radius: 3px;
    background-color: #38a2de;
    border: 0;
    outline: 0;
    font-size: 18px;
    text-transform: uppercase;
    font-weight: 500;
    color: #fff;
    letter-spacing: 0.5px;
    position: relative;
    z-index: 1;
    transition: .5s;
}
.form-box-button button:hover{
    color:#203F78 ;
}

.form-box-button button::before {
    position: absolute;
    content: "";
    height: 100%;
    width: 100%;
    left: 0;
    top: 0;
    bottom: 0;
    transform: scale(0.0, 1);
    opacity: 0;
    border-radius: 3px;
    z-index: -1;
    transition: .5s;
}

.form-box-button button:hover::before{
    background: #ffffff;
    opacity: 1;
    transform: scale(1,1);
}

/*==================================================
 <-- roofing service About Section Css-->
===================================================*/

.about-section {
    padding: 120px 0 120px;
    background-image: url(../images/about/about-bg.png) !important;
}

.about-thumb {
    position: relative;
}

.about-section .about-thumb {
    padding-left: 40px;
}

.about-thumb img {
    width: 100%;
    height: 620px;
    object-fit: cover;
    object-position: center);
    padding: 10px;
    border: 1px solid #203e77;
    border-radius: 0;
}

.about-text {
    position: absolute;
    top: 15px;
    left: -54px;
}

.about-text h5 {
    font-size: 26px;
    color: #f8f8f8;
    font-weight: 600;
    background: #203F78;
    padding: 14px 50px;
}

.about-shape {
    position: absolute;
    top: 82px;
    left: -54px;
}

.about-shape img {
    width: auto;
}

.about-list {
    margin-bottom: 0;
}

.about-list li {
    display: flex;
    gap: 10px;
    border-bottom: 1px dotted #000;
    width: 80%;
    box-shadow: 0px 12px 10px -8px rgba(0, 0, 0, 0.12941176470588237);
}
.about-list li.none {
    box-shadow: none!important;
    border-bottom: none !important;
}
.about-list li img {
    width: 50px;
    border-radius: 0;
}
.about-list li h5 {
    margin-top: 0;
    margin-bottom: 5px;
}
.about-list ul{
    list-style: none;
}

.about-list ul li {
    font-size: 18px;
    color: #1c1632;
    font-weight: 500;
    margin-bottom: 15px;
    align-items: center;
}

.about-list ul li i {
    color: #203F78;
    margin-right: 7px;
}

.about-info {
    display: inline-flex;
}


.about-us-icon {
    margin-left: 32px;
}

.about-us-icon i {
    width: 60px;
    height: 60px;
    border-radius: 32px;
    line-height: 60px;
    text-align: center;
    font-size: 24px;
    color: #203F78;
    background: rgba(245,161,139,0.322);
    display: inline-block;
}

.about-us-phone h5 {
    font-size: 18px;
    line-height: 24px;
    color: #1c1632;
    font-weight: 400;
}

.about-us-phone {
    margin-left: 30px;
}

.about-us-phone h5 {
    font-size: 18px;
    line-height: 24px;
    color: #1c1632;
    font-weight: 400;
    margin: 0;
}

.about-us-phone h5 span {
    display: block;
    line-height: 42px;
    font-weight: 500;
}

/* about style three */

.about-section.style-three {
    padding: 120px 0px 105px;
}


/* about counter */

.about-numbar {
    text-align: center;
    background: #292930;
    display: inline-block;
    padding: 9px 25px 0;
}

.about-numbar h4 {
    font-size: 32px;
    color: #ffffff;
    font-weight: 600;
    margin-bottom: 5px;
}

.about-numbar p {
    font-size: 15px;
    color: #ffffff;
    font-weight: 400;
}



/* about section title */

.about-section-sub-title h4 {
    font-size: 16px;
    color: #203F78;
    font-weight: 500;
    margin-bottom: 7px;
    position: relative;
    text-transform: uppercase;
    display: flex;
    align-items: center;
}
.about-section-sub-title h4 img {
        filter: brightness(0) saturate(100%) invert(69%) sepia(40%) saturate(645%) hue-rotate(8deg) brightness(91%) contrast(98%);
}
/* .about-section-sub-title h4::before {
    position: absolute;
    content: "";
    height: 2px;
    width: 35px;
    background: #203F78;
    top: 6px;
    right: -48px;
}

.about-section-sub-title h4::after {
    position: absolute;
    content: "";
    height: 2px;
    width: 35px;
    background: #203F78;
    top: 15px;
    right: -57px;
} */

.about-section-main-title h2 {
    font-size: 48px;
    line-height: 60px;
    color: #1c1632;
    font-weight: 600;
    margin-bottom: 17px;
}

.about-discription {
    margin-bottom: 20px;
}

.about-discription p {
    font-size: 18px;
    line-height: 30px;
    color: #000000;
    font-weight: 500;
}



/* about style two */

.about-video-icon {
    position: absolute;
    right: 95px;
    bottom: 16%;
    margin: auto;
    border-radius: 100%;
    -webkit-animation: ripple-white 1s linear infinite;
    animation: ripple-blue 1s linear infinite;
    -webkit-transition: .5s;
}

.about-video-icon a {
    height: 65px;
    width: 65px;
    background: #203F78;
    display: inline-block;
    line-height: 65px;
    text-align: center;
    border-radius: 50%;
    color: #fff;
    font-size: 32px;
}

.about-counter-two.style-two {
    width: 446px;
    height: 119px;
    border-radius: 3px;
    filter: drop-shadow(0px 1px 25.5px rgba(0,0,0,0.1));
    background-color: #ffffff;
    border: navajowhite;
    padding: 17px 33px 0;
    left: 30px;
    bottom: -22px;
}

.about-number-two.style-two {
    float: left;
    margin-right: 26px;
    position: relative;
}

.about-number-two.style-two::before {
    border-radius: 50%;
    position: absolute;
    content: "";
    height: 85px;
    width: 85px;
    border: 2px dotted #ffaa19;
    left: -10px;
    right: 0;
    margin: auto;
}

.about-number-two.style-two h4 {
    height: 65px;
    width: 65px;
    background: #203F78;
    color: #fff;
    line-height: 65px;
    font-size: 30px;
    text-align: center;
    border-radius: 50%;
}

.about-counter-content h5 {
    font-size: 24px;
    line-height: 34px;
    color: #1c1632;
    font-weight: 500;
}


/* about progress bar  */


.about-section.span.process-bar {
    font-size: 18px;
}

/* about section style two */

.about-section.style-two {
    padding: 110px 0 161px;
}

/*==================================================
 <-- roofing service Section title Css-->
===================================================*/

.call-now-btn {
    position: fixed;
    bottom: 0;
    right: -3%;
    color: #fff;
    padding: 12px 20px 12px 60px;
    border: none;
    border-radius: 50px;
    font-size: 16px;
    font-weight: 600;
    z-index: 1050;
    transition: all 0.3s ease;
    animation: vertical 2s 
ease infinite;
}

.call-now-btn img {
    width: 50%;
}
@keyframes vertical {
    0% {
        transform: translate(0,-3px)
    }

    4% {
        transform: translate(0,3px)
    }

    8% {
        transform: translate(0,-3px)
    }

    12% {
        transform: translate(0,3px)
    }

    16% {
        transform: translate(0,-3px)
    }

    20% {
        transform: translate(0,3px)
    }

    22% {
        transform: translate(0,0)
    }
}
.section-sub-title {
    position: relative;
    display: inline-block;
}

/* .section-sub-title::before {
    position: absolute;
    content: "";
    height: 2px;
    width: 35px;
    background: #203F78;
    left: 0;
    top: 19px;
}

.section-sub-title::after {
    position: absolute;
    content: "";
    height: 2px;
    width: 35px;
    background: #203F78;
    left: -12px;
    top: 28px;
} */

.section-sub-title h4 {
    font-size: 16px;
    color: #fccb01;
    letter-spacing:  0.5px;
    font-weight: 700;
    margin-bottom: 7px;
    position: relative;
    /* padding: 0 50px 0; */
    text-transform: uppercase;
    display: flex;
    align-items: center;
    gap: 5px;
     font-family: "Outfit", sans-serif;
    border-bottom: 2px solid;
}
.section-sub-title h4 img {
    width: 20px;
filter: brightness(0) saturate(100%) invert(83%) sepia(16%) saturate(6467%) hue-rotate(1deg) brightness(106%) contrast(99%);}

/* .section-sub-title h4::before {
    position: absolute;
    content: "";
    height: 2px;
    width: 35px;
    background: #203F78;
    right: 0;
    top: 9px;
}

.section-sub-title h4::after {
    position: absolute;
    content: "";
    height: 2px;
    width: 35px;
    background: #203F78;
    right: -12px;
    top: 17px;
} */

.section-main-title h2 {
    font-size: 35px;
    color: #000;
    font-weight: 700;
    margin-bottom: 20px;
}

/* service section title */

.service-section .section-main-title h2{
    color: #ffffff;
}


.section-main-title.service h2 {
    color: #292930;
}


/* offer section title */

.section-sub-title.offer::before {
    display: none;
}

.section-sub-title.offer::after {
    display: none;
}

.section-sub-title.offer h4 {
    padding-left: 0;
}

.section-main-title.offer {
    margin-bottom: 39px;
}

.section-main-title.offer h2 {
    margin-bottom: 0;
    line-height: 49px;
}

/* offer style two */

.section-main-title.offer.style-two h2 {
    color: #ffff;
}

/* project section title */

.section-sub-title.offer.project h4 {
    color: #ffffff;
}

.section-sub-title.offer.project h4::before {
    background: #ffffff;
}

.section-sub-title.offer.project h4::after {
    background: #ffffff;
}

.section-main-title.offer.project h2 {
    color: #ffffffff;
}

/* testimonial section title */

.section-sub-title.testmonial::before {
    display: none;
}

.section-sub-title.testmonial::after {
    display: none;
}

.section-sub-title.testmonial h4 {
    padding-left: 0;
}

.section-main-title.testmonial h2 {
    margin-bottom: 16px;
}

/* blog-section title */

.section-main-title.blog h2 {
    margin-bottom: 40px;
}

/* get quote section title */

.section-main-title.get h2 {
    color: #ffffffff;
    margin-bottom: 10px;
}

.section-main-title.get-quote h2 {
    color: #fff;
    margin-bottom: 10px;
}

/* faq section title */

.section-sub-title.faq::before {
    display: none;
}

.section-sub-title.faq::after {
    display: none;
}

.section-sub-title.faq h4 {
    margin-bottom: 0px;
    padding-left: 0;
}

.section-sub-title.faq h4::before {
    display: none;
}

.section-sub-title.faq h4::after {
    display: none;
}

.section-main-title.faq h2 {
    font-size: 40px;
    margin-bottom: 16px;
}


/*==================================================
 <-- roofing service Service Section Css-->
===================================================*/

.service-section {
    position: relative;
    padding: 106px 0 90px;
}
.shape-1 {
    position: absolute;
    width: 350px;
    height: 350px;
    top: 100px;
    left: -50px;
    border-radius: 33% 66% 70% 30%/49% 62% 38% 51%;
    background: #ff3c0042;
    opacity: .15;
}
.shape-2 {
    position: absolute;
    width: 400px;
    height: 400px;
    right: -120px;
    bottom: -120px;
    border-radius: 33% 66% 70% 30%/49% 62% 38% 51%;
    background: #ff3c0042;
    opacity: .15;
}
.service-box {
    overflow: hidden;
    margin-bottom: 30px;
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
    border-radius: 5px;
}

.service-thumb {
    position: relative;
}

.service-thumb img {
    width: 100%;
}


.service-icon-thumb img {
    position: relative;
    filter: brightness(0) saturate(100%) invert(100%) sepia(2%) saturate(7478%) hue-rotate(290deg) brightness(106%) contrast(102%);
}
.service-image {
    width: 100%;
    height: 400px;
    object-fit: cover;
}
.service-main-content {
    position: absolute;
    bottom: 18px;
    left: 0;
    right: 0;
    margin: auto;
    background: #ffffff;
    width: 280px;
    height: 54px;
    transition: .5s;
}

.service-box:hover .service-main-content {
    left: -50%;
    opacity: 0;
}

.service-icon-thumb {
    display: inline-block;
    height: 65px;
    width: 65px;
    background: #203F78;
    border-radius: 50px;
    text-align: center;
    line-height: 57px;
    position: absolute;
    top: -27px;
}

.service-icon-thumb img {
    width: 50px;
    padding: 5px;
}

.service-main-title {
    display: inline-block;
    margin-left: 80px;
}

.service-main-title h3 {
    font-size: 18px;
    color: #292930;
    font-weight: 600;
    line-height: 35px;
}

.service-text {
    position: absolute;
    bottom: -215%;
    text-align: center;
    background-color: #ffffff;
    border: 1px dashed #203F78;
    padding: 31px 0px 23px;
    width: 290px;
    height: 230px;
    left: 0;
    right: 0;
    top: 0;
    margin: auto;
    transition: .5s;
}

.service-box:hover .service-text{
    bottom:0;
}

.sevice-text-icon i {
    width: 54px;
    height: 54px;
    background: #f1f1f1;
    text-align: center;
    line-height: 54px;
    display: inline-block;
    border-radius: 50%;
    color: #203F78;
    font-size: 22px;
}

.sevice-text-icon i {
    width: 54px;
    height: 54px;
    background: #f1f1f1;
    text-align: center;
    line-height: 54px;
    display: inline-block;
    border-radius: 50%;
    color: #203F78;
    font-size: 22px;
}

.service-text-content h4 a {
    font-size: 18px;
    color: #292930;
    font-weight: 600;
    display: inline-block;
    text-decoration: none;
    margin: 12px 0 15px;
    transition: .5s;
}

.service-text-content h4 a:hover{
    color: #203F78;
}


/* .banner-sec {
    background-image: url(../images/banner-one-shape-bg-1.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    opacity: .10;
    mix-blend-mode: plus-lighter;
    z-index: -1;
} */

/* service style two */

.service-section.style-two {
    background: #f6f6f6;
}

.service-text-style-two {
    position: absolute;
    border-radius: 10px 10px 0 0;
    width: 100%;
    height: 90px;
    padding: 0 5px 0px;
    background: #ffffffe0;
    border: none;
    bottom: 0px;
    left: 0;
    right: 0;
    margin: auto;
    transition: .5s;
}

.service-box:hover .service-text-style-two{
    height: 220px;
}

.service-icon-thumb.style-two {
    right: 120px;
    top: -34px;
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
    border-bottom: 2px dotted #fff;
    padding-bottom: 20px;
}
.service-text-content.style-two h4 {
    text-align: center;
    margin-top: 35px;
    font-weight: 600;
    margin-bottom: 10px;
    font-size: 20px;
}
.service-text-content.style-two {
    text-align: center;
    padding: 0 10px;
}
.service-text-content.style-two h4 a {
    font-size: 22px;
    color: #292930;
    opacity: inherit;
    line-height: 22px;
    text-decoration: none;
}

.service-text-content.style-two a {
    font-size: 18px;
    line-height: 34px;
    text-decoration: underline;
    /* color: #ffffff; */
    font-weight: 500;
    opacity: 0;
    transition: .5s;
}

.service-box:hover .service-text-content.style-two a{
    opacity: 1;
}

.service-text-content.style-two p {
    font-size: 18px;
    line-height: 24px;
    font-weight: 400;
    margin: 0 0 9px;
    color: #000;
    border-bottom: 1px solid;
    padding: 0px 0 29px;
    text-align: center;
    opacity: 0;
    transition: .5s;
}

.service-box:hover .service-text-content.style-two p{
    opacity: 1;
}




/*==================================================
 <-- roofing service Offer Section Css-->
===================================================*/

.offer-section {
    padding: 120px 0 97px;
}

.offer-content h4 {
    font-size: 22px;
    line-height: 26px;
    color: #292930;
    font-weight: 600;
    padding: 10px 0 16px;
}

.offer-content p {
    font-size: 16px;
    line-height: 24px;
    color: #434141;
    font-weight: 400;
}

.offer-thumb img {
    width: 100%;
}


/* progressbar css */

.process-ber-plugin {
    padding: 24px 0 30px;
}

span.process-bar {
    font-size: 20px;
    color: #1c1632;
    font-weight: 500;
    position: relative;
}

.barfiller {
    width: 562px;
    height: 10px;
    position: relative;
    margin-bottom: 25px;
    margin-top: 11px;
    border-radius: 3px;
    background-color: #c9ccd2;
}

.barfiller .fill {
    display: block;
    position: relative;
    width: 0px;
    height: 100%;
    z-index: 1;
}

.barfiller .tipWrap {
    display: none;
}

.barfiller .tip {
    font-size: 18px;
    color: #1c1632;
    font-weight: 500;
    top: -37px;
    padding: 1px 6px;
    left: 0px;
    position: absolute;
}

.stat-bar:nth-of-type(1) .stat-bar-rating {
    animation-delay: 0.25s;
    -webkit-animation-delay: 0.25s;
}

span.fill {
    background: #c73828!important;
    border-radius: 3px;
}

.mission-vison {
    padding: 80px 0;
}
.mission-vison .mission {
    background-color: transparent;
    padding: 17px 15px 17px 40px;
    background-image: linear-gradient(90deg, #fff 24%, #38a2de 83%);
    /* background-image: linear-gradient(90deg, #FFFFFF 83%, #6099c5 24%); */
    border-radius: 0px 0px 0px 0px;
    box-shadow: 0px 0px 26px 0px rgba(0, 0, 0, 0.15);
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 20px 30px;
    gap: 30px;
    height: 100%;
}
.mission-vison .icon-hub {
    box-shadow: rgba(0, 0, 0, 0.05) 0px 6px 24px 0px, rgba(0, 0, 0, 0.08) 0px 0px 0px 1px;
    background: #fff;
    border-radius: 100px;
    padding: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.mission-vison .icon-hub img {
    max-width: 100%;
    height: auto;
    vertical-align: middle;
}
.mission-vison .mission-content {
    text-align: right;
    padding: 10px 30px;
    /* width: 550px; */
}

.mission-vison h3 {
    margin-bottom: 20px;
}
.mission-vison .vision{
    background-color: transparent;
    padding: 17px 15px 17px 40px;
    background-image: linear-gradient(90deg, #38a2de 24%, #FFFFFF 83%);
    border-radius: 0px 0px 0px 0px;
    box-shadow: 0px 0px 26px 0px rgba(0, 0, 0, 0.15);
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 20px 30px;
    gap: 30px;
    height: 100%;
}
/*==================================================
 <-- roofing service Counter Css-->
===================================================*/

.counter-section {
    padding: 24px 0 119px;
}

.counter-item-box {
    border: 1px dashed #c73828;
    padding: 23px 33px 5px;
    display: -webkit-inline-box;
}

.counter-icon {
    float: left;
    margin-top: 12px;
    margin-right: 19px;
}

.counter-number h2 {
    font-size: 48px;
    line-height: 26px;
    color: #292930;
    font-weight: 600;
    display: inline-block;
}

.counter-number span{
    font-size: 48px;
    line-height: 26px;
    color: #292930;
    font-weight: 600;
}

.counter-text p {
    font-size: 20px;
    line-height: 41px;
    color: #292930;
    font-weight: 500;
}

/* counter style two */

.counter-section.style-two {
    padding: 120px 0 104px;
    background-color: #203F78;
}



/*==================================================
 <-- roofing service Choose Us  Css-->
===================================================*/
.about-choose {
    background-color: #1f3e79 !important;
    border-bottom: 2px solid #38a2de;
}
.whycbout {
    padding: 0;
    margin-bottom: 20px;
    position: relative;
    z-index: 1;
}

.whycbout::before {
    content: '';
    background-image: linear-gradient(90deg, #00000000, #b5bbc6, transparent);
    width: 93%;
    height: 2px;
    position: absolute;
    left: 0;
    bottom: 0;
    transform: translateY(-50%);
    z-index: -1;
}
.whycbout .why-btn {
    border: 2px solid #203F78;
    padding: 10px;
    text-align: center;
}
.whycbout .why-btn h5 {
    color: #fff;
}

.whycbout .whycbout-icon-thumb{
    background: #fccb01;
    display: inline-flex;
    width: 60px;
    height: 60px;
    /* display: flex; */
    align-items: center;
    justify-content: center;
    border-radius: 50px;
    border-bottom: 2px solid #38a2de;
}
.whycbout .why-btn .whycbout-icon-thumb img {
    width: 35px;
}
.whycbout .whycbout-content p {
    font-size: 20px;
    text-transform: capitalize;
    margin-top: 20px;
    color: #fff;
    font-weight: 400;
    margin-top: 10px;
}
.choose-img {
    width: 100%;
    height: 650px;
    object-fit: cover;
}
.about-rx img {
    filter: brightness(0) saturate(100%) invert(100%) sepia(100%) saturate(0%) hue-rotate(286deg) brightness(104%) contrast(102%);
}
.choose-us-thumb.choose-img {
    background-image: url(../images/about/whyuss.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    z-index: 1;
}
.choose-us-thumb.choose-img::before {
    content: '';
    width: 100%;
    height: 100%;
    bottom: 0;
    left: 0;
    z-index: -1;
    position: absolute;
    background-image: linear-gradient(180deg, #0000005E 23%, #000 100%);
}
.menu-point {
    display: flex;
    align-items: center;
    height: 100%;
    width: 80%;
    margin-left: auto;
    margin-right: auto;
}
.menu-point h3 {
    font-size: 30px;
    text-align: center;
    color: #fff;
    margin-bottom: 10px;
}
.whycbout.headerissue::before {
    background-image: none;
}
.menu-point p {
    text-align: center;
    font-size: 20px;
}
.choose-us-thumb img {
    width: 100%;
    height: 800px;
    object-fit: cover;
}

.whyusti {filter: drop-shadow(0px 2px 2px rgba(28,22,50,0.08));margin-bottom: 20px;}
.use-shadow {
    box-shadow: 16px 0px 24px -23px rgba(0, 0, 0, 0.5);
}
.choose-content h4 {
    font-size: 22px;
    font-weight: 600;
    margin-bottom: 15px;
}
.choose-us-box {
    box-shadow: 0px 12px 27px -8px rgb(0 0 0 / 13%);
    padding: 20px 20px 1px;
    background-color: #fff;
    border-bottom: 1px dashed #000;
    margin-bottom: 15px;
}

.choose-icon-thumb {
    display: flex;
    gap: 15px;
    margin-right: 30px;
    margin-top: -10px;
    position: relative;
}
.choose-us-box {
    padding: 20px;
}
.choose-icon-thumb img {
    width: 30px;
    filter: brightness(0) saturate(100%) invert(83%) sepia(16%) saturate(6467%) hue-rotate(1deg) brightness(106%) contrast(99%);
}
.choose-us-box .why-ci {
    width: 55px;
    height: 55px;
    box-shadow: 0px 13px 20px -9px rgba(109.99999999999999, 192.99999999999994, 228, 0.48);
    border-radius: 50px;
    filter: drop-shadow(0px 2px 2px rgba(28, 22, 50, 0.08));
    background-color: #fff;
    border-bottom: 2px dotted #203f78;
    padding: 5px;
    display: flex;
    align-items: center;
    justify-content: center;
}

/* .choose-icon-thumb::before {
    position: absolute;
    content: "";
    height: 44px;
    width: 1px;
    background: #d9d9d9;
    right: -23px;
} */
.choose-us-section hr {
    margin: 10px 0;
    color: #000;
    height: 2px;
}
.choose-us-section{
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
}
.choose-content p {
    font-size: 18px;
    color: #000;
    font-weight: 400;
}
.why-box {
    gap: 30px;
    padding: 0;
}
.why-box p {
    font-size: 18px;
    margin: 0;
    font-weight: 600;
}

/*==================================================
 <-- Before and after Css-->
===================================================*/


    .before-after-slider {
      position: relative;
      width: 100%;
      height: 500px;
      overflow: hidden;
      cursor: ew-resize;
      margin: 2rem auto;
      border-radius: 15px;
      box-shadow: 0 4px 8px rgba(0,0,0,0.2);
    }
.before-after-slider img {
      position: absolute;
      top: 0;
      left: 0;
      height: 100%;
      width: 100%;
      object-fit: cover;
    }

    .before-after-slider .after {
      clip-path: inset(0 50% 0 0);
      transition: clip-path 0.2s ease-out;
    }

    .before-after-slider .slider-handle {
      position: absolute;
      top: 0;
      left: 50%;
      width: 4px;
      height: 100%;
      background-color: white;
      cursor: ew-resize;
      transform: translateX(-50%);
      z-index: 10;
    }

    .before-after-slider .slider-button {
      position: absolute;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%);
      z-index: 11;
      width: 70px;
      height: 70px;
      border-radius: 50%;
      background-color: #ff3c00;
      color: white;
      display: flex;
      align-items: center;
      justify-content: center;
      font-size: 1.5rem;
      box-shadow: 0 4px 8px rgba(0,0,0,0.3);
      pointer-events: none; /* Allows dragging without blocking */
    }

    .before-after-slider .label {
      position: absolute;
      background: rgba(0, 0, 0, 0.5);
      color: white;
      padding: 0.25rem 0.5rem;
      font-weight: bold;
      border-radius: 5px;
      z-index: 5;
    }

    .before-after-slider .label.before {
      top: 10px;
      left: 10px;
    }

    .before-after-slider .label.after {
      top: 10px;
      right: 10px;
    }
/*==================================================
 <-- roofing service Call Do Action Css-->
===================================================*/

.col-do-section {
    position: relative;
}

.col-do-section::before {
    position: absolute;
    content: "";
    background: url(../images/resource/call.jpg);
    background-repeat: no-repeat;
    height: 100%;
    width: 100%;
    right: -63%;
}

.col-do-section::after {
    position: absolute;
    content: "";
    background: url(../images/resource/call-do-shape.png);
    background-repeat: no-repeat;
    height: 100%;
    width: 100%;
    top: 35%;
    right: -19%;
}

.row.call-do {
    background: url(../images/resource/call-do-bg.png);
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    padding: 77px 0;
}

.call-do-title h4 {
    font-size: 34px;
    line-height: 35px;
    color: #ffffff;
    font-weight: 600;
}

.col-do-icon {
    margin-left: 29px;
}

.col-do-icon i {
    width: 86px;
    height: 86px;
    border-radius: 50%;
    background-color: #ffffff;
    line-height: 86px;
    display: inline-block;
    text-align: center;
    font-size: 30px;
    position: relative;
}

/*==================================================
 <-- roofing service Team Section Css-->
===================================================*/

.team-section {
    padding: 105px 0 136px;
}

.team-thumb {
    position: relative;
}

.team-thumb img {
    width: 100%;
}

.team-icon {
    position: absolute;
    bottom: 0;
    right: 0;
    transition: .5s;
    opacity: 0;
}

.team-items-box:hover .team-icon {
    bottom: 68px;
    opacity: 1;
}

.team-icon ul {
    list-style: none;
}

.team-icon ul li {
    display: block;
    margin-top: 3px;
}

.team-icon ul li a i {
    height: 64px;
    width: 64px;
    background: #fff;
    text-align: center;
    line-height: 64px;
    color: #203F78;
    font-size: 28px;
    position: relative;
    z-index: 1;
    transition: .5s;
}

.team-icon ul li a:hover i{
    color: #ffffff;
}

.team-icon ul li a i::after {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #203F78;
    transform: scale(0);
    z-index: -1;
    transition: .5s;
}

.team-icon ul li a i:hover::after{
    transform: scale(1);
}

.team-main-icon {
    position: absolute;
    bottom: 0px;
    right: 0;
    z-index: 999;
}

.team-main-icon a {
    height: 64px;
    width: 64px;
    background: #203F78;
    display: inline-block;
    text-align: center;
    line-height: 64px;
    color: #fff;
    font-size: 30px;
    position: relative;
    z-index: 1;
}

.team-main-icon a::before{
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #ffffff;
    transform: scale(0);
    z-index: -1;
    transition: .5s;
}

.team-items-box:hover .team-main-icon a::before{
    transform: scale(1);
}

.team-main-icon a i{
    transition: .5s;
}

.team-items-box:hover .team-main-icon a i{
    color: #203F78;
}

.team-content {
    background: #ffffff;
    position: absolute;
    bottom: -16px;
    left: 0;
    z-index: 1;
    width: 274px;
    height: 75px;
    padding: 6px 26px 0px;
    clip-path: polygon(0% 0%, 88% 0%, 100% 100%, 0% 100%);
}

.team-content h4 a {
    font-size: 25px;
    line-height: 30px;
    color: #292930;
    font-weight: 600;
    text-decoration: none;
    transition: .5s;
}

.team-items-box:hover .team-content h4 a{
    color: #203F78;
}

.team-content span {
    font-size: 16px;
    line-height: 38px;
    color: #4d4e4f;
    font-weight: 400;
    transition: .5s;
}

/* team style two */

.team-section.style-two {
    padding: 0 0 130px;
}


/* home page two team section css */

.team-icon.style-two {
    right: 40%;
}

.team-items-box:hover .team-icon.style-two{
    top: 8px;
}

.team-main-icon.style-twoa i {
    position: relative;
}

.team-main-icon.style-two a i::after {
    position: absolute;
    content: "";
    height: 14px;
    width: 2px;
    background: #ffffff;
    left: 0;
    right: 0;
    margin: auto;
    bottom: 15px;
    opacity: 0;
    transition: .5s;
}

.team-items-box:hover .team-main-icon.style-two a i::after{
    background: #203F78;
    opacity: 1;
}


/*==================================================
 <-- roofing service project Section Css-->
===================================================*/

.portfolio-section {
    background: url(../images/project/protfolio-bg.jpg);
    background-repeat: no-repeat;
    padding: 105px 0 108px;
}

.portfolio-itmes-box {
    position: relative;
}

.portfolio-content {
    position: absolute;
    bottom: 0;
    left: -40px;
    right: 0;
    margin: auto;
    opacity: 0;
    transition: .5s;
}

.portfolio-itmes-box:hover .portfolio-content{
    bottom: 96px;
    opacity: 1;
}

.portfolio-content-text {
    position: relative;
    text-align: center;
    width: 394px;
    height: 100px;
    background-color: #f9f9f9;
    padding: 10px 0 0;
    margin: auto;
    clip-path: polygon(12% 0%, 100% 0%, 87% 100%, 0% 100%);
}

.portfolio-content-text h4 a {
    font-size: 24px;
    color: #292930;
    font-weight: 600;
    text-decoration: none;
}

.portfolio-content-text span {
    font-size: 16px;
    line-height: 38px;
    color: #4d4e4f;
    font-weight: 400;
}


/* owlcarousel css */

.portfolio-section .owl-nav {
    position: inherit;
}

.portfolio-section .owl-prev {
    position: absolute;
    right: 8px;
}

.portfolio-section .owl-prev i {
    width: 40px;
    height: 40px;
    line-height: 44px;
    font-size: 20px;
}

.portfolio-section .owl-next {
    position: absolute;
    left: 87px;
}

.portfolio-section .owl-next i {
    width: 40px;
    height: 40px;
    line-height: 44px;
    font-size: 20px;
    border: 1px dashed #203F78;
}

.portfolio-section .no-js .owl-carousel, .owl-carousel.owl-loaded {
    display: block;
}



/*==================================================
 <-- roofing service Tedtimonial Section Css-->
===================================================*/

.testi-itmes-box {
    background: #fff;
    padding: 50px 35px 26px;
    position: relative;
    border-radius: 3px;
    z-index: 1;
    margin: 20px;
}

.testi-itmes-box::before {
    position: absolute;
    content: "";
    height: 35px;
    width: 40px; 
    background: #f2f2f2; 
    bottom: -20px;
    left: 47%;
    clip-path: polygon(82% 41%, 106% 40%, 50% 100%, 0% 42%); 
    z-index: -1;
    transition: .5s;
}

.testi-itmes-box:hover:before{
    background:#203F78;
} 

.testi-itmes-box:hover h4 {
    background-color: #38a2de;
}

.testi-itmes-box::after{
    position: absolute;
    content: "";
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background:#203f78;
    clip-path: polygon(50% 0,50% 0,50% 50%,50% 100%,50% 100%,50% 50%);
    border-radius: 3px;
    z-index: -1;
    transition: .5s;
}

.testi-itmes-box:hover::after{
    clip-path: polygon(25% -70%,75% -70%,120% 50%,75% 170%,25% 170%,-20% 50%);
}

.testi-content p {
    font-size: 19px;
    line-height: 32px;
    color: #000;
    font-weight: 400;
    margin-bottom: 25px;
    transition: .5s;
}

.testi-itmes-box:hover .testi-content p{
    color: #ffffff;
}

.testi-thumb {
    float: left;
    margin-right: 0;
    margin-top: 4px;
    left: 45%;
    position: relative;
    border-bottom: 2px dotted;
    border-radius: 100%;
}
.testi-thumb img {
    width: 65px;
}

.testi-title h4 {
    font-size: 19px;
    line-height: 28px;
    color: #fff;
    border-radius: 50px;
    padding: 5px 25px;
    font-weight: 600;
    display: inline;
    background-color: #203f78;
    transition: .5s;
}

.testi-itmes-box:hover .testi-title h4{
    color: #ffffff;
}

.testi-title span {
    font-size: 16px;
    line-height: 28px;
    color: #4d4e4f;
    font-weight: 400;
    transition: .5s;
}

.testi-itmes-box:hover .testi-title span{
    color: #d8d8d8;
}


.testi-icon {
    position: absolute;
    right: 30px;
    bottom: 24px;
}

.testi-icon i {
    font-size: 120px;
    color: #203F78;
    opacity: 0.1;
    transition: .5s;
}

.testi-itmes-box:hover .testi-icon i{
    color: #f2f2f2;
}

/* owl carousel */

.testimonial-section .owl-carousel .owl-dots.disabled, .owl-carousel .owl-nav.disabled {
    display: none;
}
.testimonial-section {
    padding: 40px 0;
    background: #ecf2f7;
}

/*==================================================
 <-- roofing service Blog Section Css-->
===================================================*/

.all-up {
    padding: 30px;
    filter: drop-shadow(0 0 45px rgba(0,0,0,0.1));
    background-color: #fff;
    border-radius: 10px;
}

.blog-section {
    padding: 103px 0 95px;
}

.blog-items-box {
    border: 1px solid #e2e2e2;
    padding: 0 0 0;
    border-radius: 3px;
    position: relative;
    overflow: hidden;
}

.blog-thumb img {
    width: 100%;
}

.blog-date {
    position: absolute;
    top: 38px;
    right: 21px;
}

.blog-date span {
    font-size: 20px;
    color: #fff;
    font-weight: 500;
    background: #203F78;
    padding: 16px 37px;
}

.blog-content {
    padding: 0 29px 0;
}

.blog-meta {
    margin: 18px 0 44px;
}

.blog-meta span {
    font-size: 16px;
    line-height: 34px;
    color: #203F78;
    font-weight: 400;
    padding-right: 50px;
}

.blog-meta span i {
    color: #203F78;
    font-size: 18px;
    margin-right: 6px;
}

.blog-title {
    margin-bottom: 12px;
    position: relative;
}
.blog-title h4 {
    padding-bottom: 20px;
    font-size: 25px;
}

.blog-title::before {
    position: absolute;
    content: "";
    height: 1px;
    width: 100%;
    bottom: 0;
    left: 0;
    background: #e2e2e2;
}

.blog-title h4 a {
    font-size: 24px;
    line-height: 34px;
    text-decoration: none;
    color: #1c1632;
    font-weight: 500;
    transition: .5s;
}

.blog-items-box:hover .blog-title h4 a {
    color: #203F78;
}

.blog-bottom-shape {
    display: inline-block;
    margin-right: 15px;
}

.blog-bottom-title {
    display: inline-block;
    margin-right: 100px;
}

.blog-bottom-title h5 {
    font-size: 16px;
    line-height: 34px;
    color: #1c1632;
    font-weight: 400;
}

.blog-btn {
    display: inline-block;
}

.blog-btn a {
    font-size: 18px;
    line-height: 34px;
    text-decoration: underline;
    color: #1c1632;
    font-weight: 500;
}

.blog-items-box:hover .blog-btn a{
    color: #203F78;
}

.blog-btn a i {
    margin-left: 8px;
}

/* style two css */

.blog-items-box.two {
    padding: 40px 0px 26px 12px;
    margin-bottom: 30px;
}

.blog-thumb.two {
    float: left;
    margin-top: -12px;
    margin-right: 17px;
}

.blog-thumb.two img {
    width: auto;
}

.blog-meta.two span {
    margin-right: -30px;
}

.blog-title.two::before {
    width: 300px;
    left: 44%;
}

.blog-bottom-shape.two {
    margin-right: 3px;
}

.blog-bottom-title.two {
    margin-right: 23px;
}


/* blog section style two  */

.blog-section.style-two {
    padding: 108px 0 110px;
}

/* blog section style three */

.blog-section.style-three {
    padding: 60px 0 40px;
}


/*==================================================
 <-- roofing service Get Start Section Css-->
===================================================*/

.get-strat-section {
    background: url(../images/resource/get-bg.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}

.get-strat-section .row.get {
    background: rgba(230,58,45,0.922);
    padding: 0px 0 65px;
    border-radius: 0px 150px 0px 150px;
}

.get-start-discription p {
    font-size: 16px;
    color: #f8f8f8;
    font-weight: 400;
    font-family: "Jost";
    padding-bottom: 46px;
    width: 44%;
    margin: auto;
}


/*==================================================
 <-- roofing service Home Page Two Css-->
===================================================*/

/* get qoute section css */

.row.get-quote {
    background: #203F78;
    padding: 60px 16px 60px;
}

.get-quote-discription p {
    font-size: 16px;
    line-height: 24px;
    color: #fefefe;
    font-weight: 400;
}

.get-quote-form {
    margin-top: 22px;
}

.get-quote-section .form-box input {
    width: 100%;
    height: 58px;
    padding-left: 22px;
}

.get-quote-section .form-box i {
    right: 20px;
    top: 14px;
}

.form-box-button.quote button {
    width: 190px;
    height: 58px;
}

.form-box-button.quote button i {
    margin-left: 9px;
}

/*==================================================
 <-- roofing service faq section Css-->
===================================================*/

.faq-section {
    padding: 108px 0 94px;
}
.faqsection {
    background-color: #fff;
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
    padding: 25px;
}
/* accrodion css */

.accordion li {
    list-style: none;
    position: relative;
    z-index: 1;
    background: #f3f3f3;
    margin-bottom: 27px;
    border-radius: 3px;
}

.accordion li a {
    display: block;
    cursor: pointer;
    font-weight: 500;
    font-size: 18px;
    color: inherit;
    padding: 11px 35px 11px;
    text-decoration: none;
    margin-bottom: 11px;
}
.accordion a.active {
    background: #203F78;
    color: #fff;
}
.accordion li p {
    display: none;
    font-size: 16px;
    line-height: 26px;
    color: #434141;
    padding: 0 38px 17px;
    margin: 0;
    width: 91%;
}

.accordion a:before {
    width: 2px;
    height: 16px;
    background: #203F78;
    position: absolute;
    right: 37px;
    content: " ";
    top: 18px;
    transform: rotate(0deg);
    transition: all 0.2s ease-in-out;
}

.accordion a:after {
    width: 16px;
    height: 2px;
    background: #203F78;
    position: absolute;
    right: 30px;
    content: " ";
    top: 25px;
    transition: all 0.2s ease-in-out;
}

.accordion a.active:after {
    transform: rotate(0deg);
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    background: #ffffff;
}

.accordion a.active:before {
    display: none;
}

a.active {
    color: #1c1632;
}

/* faq thumb */

.faq-thumb img {
    width: 100%;
}

/* owl carousel */

.faq-section .owl-dots {
    text-align: center;
}

.faq-section .owl-dot {
    margin-right: 9px;
    height: 12px;
    width: 12px;
    background:#a7a7a7;
    border-radius: 50%;
    display: inline-block;
}

.faq-section .owl-dot.active {
    height: 13px;
    width: 13px;
    background: #203F78;
    border-radius: 50%;
}


/*==================================================
 <-- roofing service portfolio section Css-->
===================================================*/

.portfolio-section.style-two {
    background: url(../images/project/portfolio-bg2.jpg);
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    padding: 110px 0 90px;
}

.portfolio-single-box {
    overflow: hidden;
    position: relative;
    z-index: 1;
    margin-bottom: 30px;
    border-radius: 5px;
    box-shadow: 0px 0px 20px 0px #0000001a;
}

.portfolio-single-box::before {
    content: "";
    height: 86%;
    width: 86%;
    background-color: rgba(8, 44, 75, 0.8);
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    transform: translateY(-50%) scale(1.2);
    margin: 0 auto;
    z-index: 1;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}

.portfolio-single-box:hover::before{
    visibility: visible;
    opacity: 1;
    transform: translateY(-50%) scale(1);
}

.portfolio-item-thumb a img {
    width: 100%;
    height: 350px;
    object-fit: cover;
    transition: .5s;
    box-shadow: 0px 0px 20px 0px black;
}

.portfolio-single-box:hover .portfolio-item-thumb a img {
    transform: scale(1.1);
}

.portfolio-icon {
    position: absolute;
    top: 50%;
    left: 43%;
    right: 58%;
    transform: translate(50%, -50%);
    margin: auto;
    transition: .5s;
    z-index: 1;
}

.portfolio-icon i {
    font-size: 27px;
    background: #38a2de;
    border: 1px solid #38a2de;
    height: 50px;
    color: #ffffff;
    width: 50px;
    display: inline-block;
    text-align: center;
    line-height: 50px;
    border-radius: 100%;
    opacity: 0;
    transition: .5s;
}

.portfolio-single-box:hover .portfolio-icon i {
    opacity: 1;
}

.portfolio-icon i:hover {
    border: 1px solid #203F78;
    background: inherit;
    color: #ffff;
}


/*==================================================
 <-- roofing service testimonial style two section Css-->
===================================================*/

.testimonial-section.style-two {
    border-bottom: 1px solid #e7e6e6;
    padding: 0 0 0px;
}

.testi-content-discripton p {
    font-size: 26px;
    line-height: 46px;
    color: #4d4e4f;
    font-weight: 400;
    margin-bottom: 18px;
}

.testi-content-title {
    position: relative;
    margin-left: 65px;
}

.testi-content-title::before {
    position: absolute;
    content: "";
    width: 55px;
    height: 2px;
    background-color: #203F78;
    top: 23px;
    left: -65px;
}

.testi-content-title h4 {
    font-size: 24px;
    line-height: 46px;
    color: #292930;
    font-weight: 500;
}

.testi-content-title span {
    font-size: 18px;
    color: #203F78;
    font-weight: 400;
}

.testimonial-thumb {
    position: relative;
    margin-left: 208px;
}

.testimonial-shape {
    position: absolute;
    top: 47px;
    left: -70%;
}


.testimonial-section.style-two .owl-dots {
    margin-top: 37px;
}

.testimonial-section.style-two .owl-dot {
    margin-right: 9px;
    height: 14px;
    width: 14px;
    border: 2px solid #203F78;
    border-radius: 50%;
    display: inline-block;
}

.testimonial-section.style-two .owl-dot.active {
    height: 14px;
    width: 14px;
    background: #203F78;
    border-radius: 50%;
}



/*==================================================
 <-- roofing service pricing  section Css-->
===================================================*/

.pricing-section {
    padding: 106px 0 118px;
}

.pricing-box {
    text-align: center;
    border: 1.5px solid #f6f6f6;
    background: #fff;
    border-radius: 3px;
    padding: 14px 0 40px;
    position: relative;
    z-index: 1;
}

.pricing-box::before {
    position: absolute;
    content: "";
    width: 100%;
    height: 0;
    background: #292930;
    left: 0;
    bottom: 0;
    border-radius: 3px;
    z-index: -1;
    transition: .5s;
}

.pricing-box:hover::before{
    height: 100%;
}

.pricing-content {
    position: relative;
}

.pricing-content::before {
    position: absolute;
    content: "";
    width: 100%;
    background: rgba(255, 238, 236);
    height: 125px;
    clip-path: ellipse(51% 86% at 50% 0%);
    left: 0;
    top: -31px;
    z-index: -1;
}

.pricing-content::after {
    position: absolute;
    content: "";
    width: 100%;
    background: #203F78;
    height: 0;
    clip-path: ellipse(51% 86% at 50% 0%);
    left: 0;
    top: -31px;
    z-index: -1;
    transition: .5s;
}

.pricing-box:hover .pricing-content::after{
    height: 126px;
}


.pricing-title h3 {
    font-size: 36px;
    color: #292930;
    font-weight: 500;
    margin-bottom: 52px;
    transition: .5s;
}

.pricing-box:hover .pricing-title h3{
    color: #ffffff;
}

.pricing-rate h3 {
    font-size: 40px;
    line-height: 100px;
    color: #203F78;
    font-weight: 600;
    margin-bottom: 6px;
    transition: .5s;
}

.pricing-box:hover .pricing-rate h3 {
    color: #ffffff;
}

.pricing-rate h3 span {
    color: #292930;
    font-size: 35px;
    transition: .5s;
}

.pricing-box:hover .pricing-rate h3 span {
    color: #ffffff;
}

.pricing-list {
    margin-bottom: 34px;
}

.pricing-list span {
    display: block;
    margin-bottom: 13px;
    font-size: 18px;
    color: #4d4e4f;
    font-weight: 400;
    transition: .5s;
}

.pricing-box:hover .pricing-list span {
    color: #ffffff;
}


/*==================================================
 <-- roofing service offer style two Section Css-->
===================================================*/

.offer-section.style-two {
    padding: 106px 0px 90px;
    background: url(../images/resource/offer-style-two.jpg);
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
}

.offer-content.style-two h4 {
    color: #fff;
}

.offer-content.style-two p {
    color: #fff;
}

span.process-bar.style-two {
    font-size: 21px;
    color: #ffffff;
}

.barfiller .tip.style-two {
    color: #ffffff;
}

.offer-email-icon {
    float: left;
    margin-right: 30px;
    margin-top: 5px;
}

.offer-email-icon i {
    border: 1px solid rgba(245,161,139,0.322);
    height: 60px;
    width: 60px;
    display: inline-block;
    line-height: 60px;
    text-align: center;
    border-radius: 50%;
    font-size: 21px;
    color: #203F78;
}

.offer-email h5 {
    font-size: 18px;
    line-height: 36px;
    color: #ffffff;
    font-weight: 400;
}

.offer-email span {
    font-size: 18px;
    color: #c1c2c3;
    font-weight: 500;
}

/* contact box */

.offer-contact-box {
    background: #f5f2f2;
    padding: 38px 75px 45px;
    border-radius: 3px;
    position: relative;
    z-index: 1;
}

.offer-contact-title {
    text-align: center;
    margin-bottom: 25px;
}

.offer-contact-title h4 {
    font-size: 30px;
    line-height: 40px;
    color: #292930;
    font-weight: 600;
}

.offer-contact-title span {
    font-size: 16px;
    line-height: 34px;
    color: #4d4e4f;
    font-weight: 400;
}

.offer-section.style-two .form-box textarea {
    height: 100px;
    margin-bottom: 22px;
}

.offer-section.style-two .form-box-button button {
    background-color: #203F78;
}

.offer-contact-shape {
    position: absolute;
    top: -33px;
    left: 0px;
    right: 0;
    margin: auto;
    z-index: -1;
}

.offer-contact-shape img {
    width: 100%;
}


/*==================================================
 <-- roofing service Blog style three Section Css-->
===================================================*/

.blog-items-box.style-three {
    background: #f6f6f6;
    border: none;
    padding: 22px 12px 33px;
}

.blog-meta.style-three {
    margin: 25px 0 8px;
}

.blog-meta.style-three span {
    padding-right: 27px;
}

.blog-title.style-three::before{
    display: none;
}

.blog-bottom-title.style-three {
    margin-right: 27px;
}


/*==================================================
 <-- roofing service subscribe Section Css-->
===================================================*/

.subscribe-section {
    background: url(../images/resource/subscribe-bg.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    padding: 100px 0 78px;
}

.sbuscribe-content h2 {
    font-size: 48px;
    line-height: 24px;
    color: #ffffff;
    font-weight: 600;
}

.sbuscribe-content p {
    font-size: 16px;
    color: #e4e4e4;
    font-weight: 400;
    margin: 28px 0 25px;
}


/* subscribe form */

.subscribe-section .form-box input {
    height: 80px;
}

.subscribe-section .form-box-button {
    position: absolute;
    top: 10px;
    right: -46px;
}

.subscribe-section .form-box-button button {
    width: 160px;
    height: 58px;
    background-color: #203F78;
}

.subscribe-section .form-box-button button:hover::before {
    background: #1c1632;
}


/*==================================================
 <-- roofing service Footer Section Css-->
===================================================*/
.footer-wiget-title h4 {
    font-family: "Outfit", sans-serif;
}

.footer-section {
position: relative;
    padding: 0;
    z-index: 1;
    position: relative;
    background-image: url(../images/resource/offer-style-two.jpg);
    /* opacity: 0.5; */
}
.footer-section .footer-wiget-log img {
    width: 33%;
    filter: brightness(0) saturate(100%) invert(92%) sepia(91%) saturate(2%) hue-rotate(225deg) brightness(107%) contrast(100%);
}
.footer-section::before {
    background: #131313b5;
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: -1;
    top: 0;
    left: 0;
    content: '';
}
.footer-section .cont-d {
    gap: 20px;
    align-items: center;
}
.footer-section .cont-d .iconb {
    width: 35px;
    height: 35px;
    line-height: 40px;
    border-radius: 100px;
    background-color: #38a2de;
    border-bottom: 2px dotted #fff;
    display: flex;
    align-items: center;
    justify-content: center;
}
.footer-section .cont-d .iconb i {
    color: #fff;
}
.footer-section .cont-d p {
    color: #fff;
    line-height: 1;
    text-transform: uppercase;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: 600;
    font-family: "Outfit", sans-serif;
}
.footer-section .cont-d h5, .footer-section .cont-d h5 a {
    color: #fff;
    font-size: 15px;
    margin-top: 5px;
    font-weight: 500;
    font-family: "Outfit", sans-serif;
     line-height: 23px;
}
.footer-section .cont-d h5 a:hover {
    color: #fff;

}
.footer-wiget-menu ul {
    padding-top: 15px;
}
.con-dd {
    width: 80%;
}
.footer-wiget-text p {
    font-size: 19px;
    line-height: 28px;
    color: #fff;
    font-weight: 400;
    margin: 15px 0 21px;
    text-align: justify;
}

.footer-wiget-social ul {
    list-style: none;
}

.footer-wiget-social ul li {
    display: inline-block;
    margin-right: 14px;
}

.footer-wiget-social ul li a i {
    color: #fff;
    font-size: 14px;
    transition: .5s;
}

.footer-wiget-social ul li a:hover i{
    color: #ffffff;
}

.footer-wiget-title {
    position: relative;
    padding-bottom: 14px;
    margin-bottom: 20px;
}
.footer-wiget-title h4 {
    font-size: 20px;
    line-height: 26px;
    position: relative;
    z-index: 1;
    color: #e2e2e2;
    font-weight: 700;

    transition: .5s;
    text-transform: uppercase;
}
.footer-wiget-title::before {
    position: absolute;
    content: '';
    /* z-index: -1; */
    width: 100%;
    height: 2px;
    border-radius: 50px;
    background: rgba(255, 255, 255, 0.2);
    bottom: 0;
    left: 0;
}
.footer-wiget-title::after {
    position: absolute;
    content: '';
    /* z-index: -1; */
    width: 30px;
    height: 2px;
    border-radius: 50px;
    background: #38a2de;
    bottom: 0;
    left: 18px;
}
.footer-section .footermenu i {
    margin-right: 20px;
    color: #38a2de;
}

.footer-section .footermenu a {
    color: #fff;
}
.footer-wiget-title h4:hover{
    color: #fff;
}

.footer-wiget-menu ul {
    list-style: none;
}

.footer-wiget-menu ul li {
    list-style: none;
    margin-top: 10px;
    margin-bottom: 0;
    padding-bottom: 15px;
}
.footer-wiget-menu ul li:last-child {
    margin-bottom: 0;
}
.table-brb {
    border: none !important;
}
.footer-section .footer-widt {
    padding: 60px 20px;
    padding-bottom: 0;
}
.footer-section .footer-wiget-social li a{
    background: #38a2de;
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.footer-section .padding-add {
    padding-left: 32px;
}
.footer-section .service-p {
    gap: 7px;
}
.footer-section .contactdetail {
    background-color: #000;
    padding: 0;
}
.footer-wiget-menu ul li a {
    display: inline-block;
    font-size: 18px;
    color: #e2e2e2;
    font-weight: 400;
    text-decoration: none;
    transition: .5s;
}

.footer-wiget-menu ul li a:hover{
    color:#203F78 ;
}

.footer-wiget-contact-menu ul {
    list-style: none;
}

.footer-wiget-contact-menu ul li {
    display: block;
    font-size: 18px;
    line-height: 32px;
    color: #fff;
    font-weight: 400;
    margin: 5px 0 12px;
    transition: .5s;
}

.footer-wiget-contact-menu ul li:hover{
    color: #203F78 ;
}

.footer-wiget-contact-menu ul li a{
    display: inline-block;
    color: #203F78;
    text-decoration: none;
    transition: .5s;
}

.footer-wiget-contact-menu ul li a:hover{
    color: #ffffff;
}

.company-work-hour {
    margin-top: 5px;
}

.company-work-hour ul li {
    display: block;
    list-style: none;
    padding: 0 0 6px;
    margin-bottom: 10px;
    font-size: 18px;
    line-height: 28px;
    color: #f8f8f8;
    font-weight: 400;
    border-bottom: 1px solid #f8f8f8;
}

.company-work-hour ul li.table-brb {
    border: inherit !important;
}

.company-work-hour ul li span {
    float: right;
    font-size: 16px;
    color: #f8f8f8;
    font-weight: 400;
}

.social-sticky {
    position: fixed;
    right: 0;
    bottom: 0;
    z-index: 9999;
    display: none;
    gap: 10px;
    background: #fccb01;
    width: 100%;
    justify-content: space-between;
    box-shadow: rgba(0, 0, 0, 0.05) 0px 6px 24px 0px, rgba(0, 0, 0, 0.08) 0px 0px 0px 1px;
}


.social-1 {
    display: flex;
    align-items: center;
    gap: 10px;
}
.social-1 span a {
    font-size: 14px;
    font-weight: 700;
    font-family: 'Montserrat';
    padding: 0px 10px;
    text-transform: uppercase;
}
.social-1 span a:hover {
    color: #000;
}
.social-sticky .new-quote {
    width: 45px;
    height: 45px;
    background: #e3b804;
    color: #ffffff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    transition: 0.3s;
    text-decoration: none;
    /* box-shadow: 10px 10px 19px #1c1e2247, -10px -10px 19px #262a2e33; */
    border-radius: 0px;
}

.social-2  a {
    border-radius: 0 5px 5px 0;
}
/* Individual Colors */
.social-sticky a.fb:hover {
    background: #203f78; /* Facebook blue */
    color: #fff;
    border-radius: 0;
}




/* copyrightext css */
.footer-lower {
    background-color: #203F78;
}
.footer-lower {
    margin-bottom: 0;
}
.row.footer-line {
    /* border-top: 1px solid rgba(111,111,111,0.271); */
    padding: 10px 0;
    margin: 0 0 0;
}

.copyright-text p {
    font-size: 18px;
    line-height: 27px;
    color: #fff;
    font-weight: 400;
    margin-bottom: 0;
}

.copyright-text p a {
    color: #38a2de;
    font-weight: 600;
    transition: .5s;
}

.copyright-text p a:hover{
    color: #ffffff;
}

.footer-condition {
    text-align: right;
}

.footer-condition ul {
    list-style: none;
}

.footer-condition ul li{
    display: inline-block;
}

.footer-condition ul li a {
    display: inline-block;
    margin-right: 50px;
    font-size: 18px;
    line-height: 34px;
    color: #ffffff;
    font-weight: 400;
    transition: .5s;
    text-decoration: none;
}

.footer-condition ul li a:hover{
    color: #203F78;
}



/*==================================================
 <-- roofing service Home Pages Two  Css-->
===================================================*/




/*==================================================
 <-- roofing service Home Pages Two Call Back  Css-->
===================================================*/

.call-back-section {
    background: url(../images/resource/call-back-bg.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    padding: 100px 0 100px;
}

.call-back-content {
    background: #1c1632;
    padding: 63px 0 77px;
}

.call-back-numbar h3 {
    font-size: 42px;
    line-height: 44px;
    color: #ffffff;
    font-weight: 600;
}

.call-back-discription p {
    font-size: 16px;
    line-height: 28px;
    color: #ffffff;
    font-weight: 400;
    padding: 20px 0 23px;
    width: 84%;
    margin: auto;
}







/*==================================================
 <-- roofing service Breatcame  Css-->
===================================================*/
.breatcome-section {
    background-size: cover;
    background-repeat: no-repeat;
    padding: 220px 0 95px;
    background-position: center;
    position: relative;
    z-index: 1;
}
.breatcome-section::before {
    position: absolute;
    width: 100%;
    height: 100%;
    background-image: linear-gradient(to right, rgb(0 0 0 / 80%), transparent);
    content: '';
    top: 0;
    left: 0;
    z-index: -1;
}

.breatcome-content {
    position: relative;
}

.breatcome-title h1 {
    color: #fff;
    font-size: 50px;
    font-weight: 700;
    margin-bottom: 19px;
}
.bratcome-text {
    background: #ffffff24;
    padding: 12px 30px;
    border-radius: 50px;
    background: transparent;
    display: inline-block;
    border: 1px solid rgba(255, 255, 255, 45%);
}

.bratcome-text ul {
    list-style: none;
}

.bratcome-text ul li {
    display: inline-block;
    margin-right: 15px;
    font-size: 17px;
    line-height: 27px;
    color: #fff;
    font-weight: 500;
}

.bratcome-text ul li a {
    display: inline-block;
    font-size: 17px;
    color: #38a2de;
    font-weight: 500;
    text-decoration: none;
    position: relative;
    transition: .5s;
}

.bratcome-text ul li a:hover{
    color: #fff;
}

.bratcome-text ul li a::before {
    position: absolute;
    content: "/";
    left: 50px;
}


/*==================================================
 <-- roofing service Blog  Css-->
===================================================*/

.blog-items-box.style-two {
    border: none;
    margin-bottom: 0;
}

.blog-thumb.style-two {
    margin: 0;
}

.blog-thumb.style-two img {
    width: 100%;
    height: 580px;
    object-fit: cover;
    border-radius: 10px;
}

.blog-content.style-two {
    background-color: #ffffff;
    filter: drop-shadow(0px 3px 12.5px rgba(0,0,0,0.1));
    padding: 27px 29px 34px;
    border-radius: 0px 0px 6px 6px;
}

.blog-meta.style-two {
    margin: 0;
}

.blog-disctiption p {
    font-size: 18px;
    line-height: 28px;
    color: #000;
    font-weight: 400;
}

/* pagination css */

.as-pagination {
    margin-top: 18px;
}

.as-pagination ul {
    list-style: none;
}

.as-pagination ul li {
    display: inline-block;
}

.as-pagination ul li a {
    display: inline-block;
    font-size: 16px;
    color: #292930;
    font-weight: 500;
    border: 1px solid #dddddd;
    height: 38px;
    width: 40px;
    line-height: 38px;
    text-align: center;
    border-radius: 3px;
    margin-left: 5px;
    transition: .5s;
    text-decoration: none;
    position: relative;
    transition: .5s;
}

.as-pagination ul li a:hover{
    color: #ffffff;
}

.as-pagination ul li a::before{
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #203F78;
    transform: scale(0);
    border-radius: 3px;
    z-index: -1;
    transition: .5s;
}

.as-pagination ul li a:hover::before{
    transform: scale(1);
}


/* sidebar css */

.widget_search form {
    position: relative;
}

.widget_search input {
    border-radius: 4px;
    padding-left: 20px;
    height: 60px;
    width: 100%;
    position: relative;
    color: #606060;
    font-weight: 400;
    border: 0;
    border: 1px solid #dddddd;
    outline: 0;
}

button.icons {
    border: 0;
    font-size: 18px;
    color: #fff;
    padding: 1px 15px;
    position: absolute;
    right: 0;
    top: 0;
    height: 60px;
    width: 60px;
    background: #203F78;
    border-radius: 0 3px 3px 0;
}

.categories-title h4 {
    font-size: 24px;
    margin-bottom: 25px;
}

.mean-container .mean-bar::before {
    content: "";
    background: url('../images/logo-trans.png') no-repeat center;
    width: 135px;
    height: 112px;
    display: inline-block;
    background-size: contain;
}

.mean-container .mean-bar {
    background: #fff;
    padding: 0;
}

.widget-categories-menu {
    margin-bottom: 45px;
}

.widget-categories-menu ul li {
    list-style: none;
    border-bottom: 1px solid #ddd;
    padding-bottom: 4px;
    position: relative;
    margin-bottom: 10px;
}

.widget-categories-menu ul li::after{
    position: absolute;
    right: 0;
    bottom: -1px;
    width: 0;
    height: 1px;
    transition: all 0.5s linear 0s;
    background-color:#203F78;
    content: "";
}

.widget-categories-menu ul li:hover::after{
    width: 100%;
    right: auto;
    left: 0;
}

.widget-categories-menu ul li a {
    display: block;
    overflow: hidden;
    text-decoration: none;
    transition: .5s;
}

.widget-categories-menu ul li a:hover{
    color:#203F78 ;
}
.widget-categories-menu ul li a span {
    float: right;
}

.sidber-widget-recent-post {
    margin: 44px 0 62px;
}

.recent-widget-thumb {
    float: left;
    margin-right: 16px;
    margin-top: -15px;
    transition: .5s;
}

.recent-widget-content a {
    font-size: 20px;
    line-height: 26px;
    color: #292930;
    font-weight: 600;
    display: block;
    text-decoration: none;
    margin-bottom: 6px;
    transition: .5s;
}

.recent-widget-content a:hover{
    color:#203F78 ;
}
.recent-widget-content span {
    font-size: 16px;
    line-height: 26px;
    color: #434141;
    font-weight: 400;
}

.recent-widget-content span i {
    font-size: 13px;
    margin-right: 4px;
}

.widget-tags a {
    display: inline-block;
    text-decoration: none;
    border: 1px solid #dddddd;
    padding: 3px 14px;
    margin: 11px 5px;
    border-radius: 2px;
    font-size: 16px;
    color: #434141;
    font-weight: 400;
    position: relative;
    transition: .5s;
    z-index: 1;
}

.widget-tags a:hover {
    color: #fff;
}

.widget-tags a:before {
    position: absolute;
    content: "";
    left: -2px;
    top: 0px;
    height: 102%;
    width: 0%;
    background: #203F78 ;
    z-index: -1;
    border-radius: 3px;
    transition: .5s;
}

.widget-tags a:hover:before {
    width: 104%;
}

.ba-blog-widget-title {
    font-size: 24px;
    margin: 27px 0 22px;
}

.ba-blog-widget-subscribe-form form {
    position: relative;
}

.ba-blog-widget-subscribe-form input {
    border: 0;
    width: 100%;
    padding-right: 30px;
    outline: 0;
    border-bottom: 1px solid #DDD;
    color: #434141;
    padding-bottom: 3px;
    transition: all 0.3s linear 0s;
}

.ba-blog-widget-subscribe-form input:focus {
    border-color: #203F78;
}

.ba-blog-widget-subscribe-form button[type=submit] {
    padding: 0;
    position: absolute;
    right: 0;
    bottom: 2px;
    background: transparent;
    border: 0;
    color: #203F78 ;
}


/*==================================================
 <-- roofing service Blog Details Css-->
===================================================*/

.blog-content.style-two.inner {
    background: none;
}

.blog-disctiption.inner {
    margin-bottom: 32px;
}

.blog-details-thumb img {
    width: 100%;
}

.blog-details-list {
    margin-bottom: 32px;
}

.blog-details-list ul li {
    list-style: none;
    margin-bottom: 12px;
    font-size: 18px;
    color: #292930;
    font-weight: 600;
}

.blog-details-list ul li i {
    font-size: 22px;
    padding-right: 8px;
}

.blog-details-list ul li.active{
    color: #203F78;
}

.blog-details-title h5 {
    font-size: 24px;
    line-height: 26px;
    color: #292930;
    font-weight: 600;
    margin-bottom: 15px;
}

blockquote {
    filter: drop-shadow(0 0 45px rgba(0,0,0,0.1));
    background-color: #ffffff;
    padding: 25px 34px 30px;
    text-align: center;
}

.blog-details-social-box {
    border-top: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
    padding: 4px 0;
    padding-bottom: 9px;
}

.ba-blog-details-social-icons h6 {
    display: inline-block;
    margin-right: 15px;
    color: #e6004a;
}

.ba-blog-details-social-icons a {
    margin-right: 10px;
    vertical-align: middle;
}

.ba-blog-details-social-icons a:hover {
    color: #203F78;
}

.ba-blog-details-social-icons a i{
    font-size: 20px;
    color: #292930;
    font-weight: 600;
}

.text-sm-end {
    text-align: right!important;
}

.ba-blog-details-comment-count i {
    font-size: 15px;
    color: #203F78;
}

.ba-blog-details-comment-count span {
    display: inline-block;
    margin-left: 10px;
}

.ba-section-title-2 {
    position: relative;
    padding-bottom: 16px;
}

.ba-section-title-2::after {
    position: absolute;
    bottom: 0;
    height: 2px;
    width: 90px;
    background: #203F78;
    content: "";
    left: 0;
}

.ba-blog-comment-list ul {
    list-style: none;
}

.ba-blog-comment-list ul li .ba-blog-comment-box {
    border-bottom: 1px solid #DDD;
    padding-bottom: 38px;
}

.ba-blog-comment-list ul li .ba-blog-comment-box.inner-2 {
    border-bottom: none;
}

.ba-blog-comment-list ul li .ba-blog-comment-box.inner {
    margin: 25px 67px 28px;
}

.ba-blog-comment-list ul li .image {
    float: left;
    margin-right: 30px;
}

.ba-blog-comment-list ul li .content {
    overflow: hidden;
}

.ba-blog-comment-list .title {
    margin-bottom: 5px;
}

.text-sm-end {
    text-align: right!important;
}

.ba-blog-comment-list ul li .replay-link {
    text-decoration: none;
}


/* comment box css */

.choose-contact-box.inner {
    background: 0;
    padding: 0;
}

.choose-contact-title.inner h4 {
    font-size: 24px;
    color: #292930;
    position: relative;
    margin-bottom: 50px;
}

.choose-contact-title.inner h4::before {
    position: absolute;
    content: "";
    height: 2px;
    width: 90px;
    background: #e6004a;
    bottom: -10px;
}

.form-box.inner textarea {
    width: 100%;
    height: 220px;
}

.form-box-button.inner button {
    width: 196px;
    height: 55px;
    border-radius: 5px;
    background-color: #203F78;
}


/*==================================================
 <-- roofing service Service Innerp Page Css-->
===================================================*/

.service-section.style-two {
    padding: 0px 0 90px;
    background: none;
}
.service-box.style-two {
    margin-bottom: 40px;
}

/* service style four */

.service-section.style-four {
    padding: 82px 0 80px;
    background: none;
    margin-bottom: 0;
}
.service-item {
    position: relative;
    margin-bottom: 25px;
    box-shadow: #00000008 0px 1px 6px;
    padding: 20px;
    border-radius: 10px;
    background: #fff;
    transition: all .5s ease-in-out;
}

.service-item .server-top {
    position: relative;
}
/* .service-item::before {
    content: "";
    position: absolute;
    width: 80px;
    height: 80px;
    left: 0px;
    top: 0px;
    opacity: 1;
    border-top: 2px solid #203F78;
    border-left: 2px solid #203F78;
    transition: all .5s ease-in-out;
} */
/* .service-item::after {
    content: "";
    position: absolute;
    width: 80px;
    height: 80px;
    right: 0px;
    bottom: 0px;
    opacity: 1;
    border-bottom: 2px solid #203F78;
    border-right: 2px solid #203F78;
    transition: all .5s ease-in-out;
} */
.service-item .service-img {
    width: 100%;
    object-fit: cover;
}
.service-item .serimg {
    width: 100%;
    height: 300px;
    object-fit: cover;
    border-radius: 10px;
}
/* .service-item .service-icon {
    width: 70px;
    height: 70px;
    font-size: 45px;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #FF5E14;
    color: #fff;
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
    border: 2px solid #fff;
    margin-top: -50px;
    float: right;
    position: relative;
 margin-right: 20px;
} */
.service-item .service-icon{
        position: absolute;
    top: -60px;
    left: calc(50% - 50px);
    width: 100px;
    height: 100px;
    line-height: 80px;
    border: 10px solid #fff;
    background-color: #35a4dd;
    border-radius: 50%;
    z-index: 9;
    -webkit-transition: 0.4s ease-in-out;
    transition: 0.4s ease-in-out;
}
.service-item:hover .service-icon:before {
    -webkit-transform: scaleX(1);
    -ms-transform: scaleX(1);
    transform: scaleX(1);
}
.service-item .service-icon:before {
    content: "";
    position: absolute;
    inset: 0;
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
    border-radius: 50%;
    background-color: #203f78;
    -webkit-transform-origin: center;
    -ms-transform-origin: center;
    transform-origin: center;
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
    -webkit-transition: all 0.5s cubic-bezier(0.62, 0.21, 0.45, 1.52);
    transition: all 0.5s cubic-bezier(0.62, 0.21, 0.45, 1.52);
    z-index: -1;
}
.service-item .service-title {
    margin-bottom: 0;
    margin-top: 0;
}
.service-item .service-bottom {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.service-item .service-icon .icoimg {
    width: 100%;
    filter: brightness(0) saturate(100%) invert(100%) sepia(2%) saturate(7478%) hue-rotate(290deg) brightness(106%) contrast(102%);
    padding: 15px;
}

.service-item:hover .service-icon .icoimg {
    filter: brightness(0) saturate(100%) invert(83%) sepia(16%) saturate(6467%) hue-rotate(1deg) brightness(106%) contrast(99%);;
}
.service-item  .service-title {
    font-weight: 700;
    font-size: 25px;
}
.service-item p {
    margin-top: 10px;
    font-weight: 400;
    font-size: 18px;
    line-height: 27px;
    color: #000;
    margin-bottom: 65px;
}

.service-item .servicepage a {
    color: #fff;
    font-weight: 600;
    width: 45px;
    height: 45px;
    z-index: 1;
    border-radius: 100%;
    padding: 5px 22px;
    box-shadow: 0px 0px 3px 0px rgba(0, 0, 0, 0.5);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: #203f78;
}
.service-item:hover {
    background: #38a2de;
}
.service-item:hover p,.service-item:hover h3 {
    color: #fff;
}
.service-item:hover .servicepage a {
    background: #fff;
    color: #fbca0b;
}

/*==================================================
 <-- roofing service Error Innerp Page Css-->
===================================================*/

.error-section {
    padding: 110px 0 110px;
}

/*==================================================
 <-- roofing service Contact Us Innerp Page Css-->
===================================================*/

.contact-section {
    padding: 50px 0 50px;
    background: #fff;
    position: relative;
    z-index: 1;
}

.contact-four__shape-1 {
    position: absolute;
    top: 0;
    left: 0;
    opacity: .16;
    z-index: -1;
}

.contact-four__shape-1 img {
    width: auto;
}
.img-bounce {
    -webkit-animation: ImgBounce 5s ease-in-out 0s infinite alternate;
    animation: ImgBounce 5s ease-in-out 0s infinite alternate;
}
@keyframes ImgBounce {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }

  100% {
    -webkit-transform: translateY(-30px);
    transform: translateY(-30px);
  }
}

.contact-sub-title h4 {
    font-size: 17px;
    color: #203F78;
    font-weight: 400;
}

.contact-main-title h2 {
    font-size: 40px;
    color: #0d1c37;
    font-weight: 700;
}

.contact-discription p {
    font-size: 15px;
    line-height: 46px;
    color: #383737;
    font-weight: 400;
    margin-bottom: 37px;
}

/* contact box item */

.contact-box-item {
    margin-bottom: 20px;
    padding: 20px;
    background: #fff;
    display: flex;
    align-items: center;
    box-shadow: 0px 26px 42px -35px rgba(1.0000000000000815, 0, 186, 0.34901960784313724);
}
.choose-contact-box {
    padding: 40px;
    background-color: #203f78;
}

.contact-icon {
    float: left;
    margin-right: 22px;
    margin-top: 0;
}

.contact-icon i {
    height: 60px;
    width: 60px;
    background: linear-gradient(90deg,rgb(56 162 222 / 69%) 0%, #203F78 100%);
    display: inline-block;
    line-height: 60px;
    text-align: center;
    border-radius: 5px;
    color: #fff;
    font-size: 27px;
    position: relative;
    z-index: 1;
}

.contact-icon i::after{
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    right:0;
    bottom: 0;
    background: #203F78;
    border-radius: 50%;
    transform: scale(0);
    transition: .5s;
    z-index: -1;
}

.contact-icon:hover i::after{
    transform: scale(1);
}

.contact-adress h5 {
    font-size: 22px;
    color: #0d1c37;
    font-weight: 600;
    margin-bottom: 5px;
    margin-top: 0;
}

.contact-adress span {
    font-size: 17px;
    line-height: 29px;
    color: #000;
    font-weight: 400;
}

/* contact-box */

.choose-contact-box .contact-inner {
    background: none;
    padding: 0;
}

.form-box .contact-inner select {
    width: 100%;
}

.form-box .contact-inner textarea {
    width: 100%;
    height: 186px;
}

.form-box-button .contact-inner button {
    width: 165px;
    height: 50px;
    border-radius: 4px;
}


/*==================================================
 <-- roofing service Faq Innerp Page Css-->
===================================================*/

.faq-section {
    padding: 120px 0 94px;
}

.faq-discription p {
    font-size: 16px;
    line-height: 28px;
    color: #434141;
    font-weight: 400;
    margin-bottom: 33px;
}

/* faq contact css */

.choose-contact-box.faq {
    background: #f8f8f8;
    padding: 46px 82px 60px;
}
.choose-contact-title.faq h4 {
    font-size: 30px;
    line-height: 34px;
    color: #292930;
    font-weight: 600;
    margin-bottom: 47px;
}

.form-box.faq input {
    height: 62px;
    background-color: #f2f2f2;
    border: 1px solid rgba(0,0,0,0.1);
    margin-bottom: 13px;
}

.form-box.faq textarea {
    width: 100%;
    height: 118px;
    border-radius: 5px;
    background-color: #f2f2f2;
    border: 1px solid rgba(0,0,0,0.1);
    margin-bottom: 45px;
}
.form-box-button.faq button {
    width: 216px;
    height: 62px;
    border-radius: 5px;
    background-color: #203F78;
}


/*==================================================
 <-- roofing service Service Details Innerp Page Css-->
===================================================*/

.service-details-section {
    padding: 110px 0 0px;
}

.service-details-thumb img {
    width: 100%;
}

.service-details-thumb-two img{
    width: 100%;
}

.service-details-title h4 {
    font-size: 26px;
    color: #0d1c37;
    font-weight: 700;
    padding: 13px 0;
}

.service-details-discription p {
    font-size: 16px;
    color: #434141;
    font-weight: 400;
    font-family: "Jost";
    padding: 4px 0 31px 0;
    margin: 0;
}

.widget_search.box {
    padding: 29px 22px 30px;
    border-radius: 4px;
    margin-bottom: 30px;
    background: #f5f5f5;
}
.widget-categories-box.two {
    padding: 47px 22px 5px;
    border-radius: 4px;
    margin-bottom: 30px;
    background: #f5f5f5;
}

.widget-categories-menu ul li {
    list-style: none;
    padding: 13px;
    position: relative;
    margin-bottom: 10px;
    background: #fff;
    position: relative;
    z-index: 1;
    transition: .5s;
}

.widget-categories-menu.asd ul li::after {
    position: absolute;
    left: 0;
    bottom: -1px;
    width: 2px;
    height: 53px;
    transition: all 0.5s linear 0s;
    background-color: #203F78;
    content: "";
     z-index: -1;
}

.widget-categories-menu.asd ul li:hover::after {
    width: 100%;
   
}

.widget-categories-menu.asd ul li a{
    transition: .5s;
}

.widget-categories-menu.asd ul li:hover a {
    color: #fff!important;
}

.widget-content {
    padding: 0 21px 31px;
    border-radius: 4px;
    margin-bottom: 30px;
    background: #fff;
    box-shadow: 0 3px 10px rgb(0 0 0 / 0.2);
}

.widget-content h4 {
    padding: 28px 0 15px;
    font-size: 24px;
    color: #292930;
    font-weight: 600;
}

.widget-content p {
    font-size: 16px;
    color: #434141;
    font-weight: 400;
    margin: 0;
}

.widget-info-social-link ul li {
    list-style: none;
    padding: 21px 0 0;
}

.widget-info-social-link ul li a {
    text-decoration: none;

}

.widget-info-social-link ul li span {
    font-size: 17px;
    color: #292930;
    font-weight: 500;
    transition:.3s;
}

.widget-info-social-link ul li a i {
    font-size: 24px;
    color: #203F78;
    font-weight: 400;
    padding-right: 9px;
}

.widget-info-social-link ul li span:hover {
    color: #203F78;
}

/* service style three */

.service-section.style-three {
    padding: 40px 0 40px;
    background: #edf5fd;
    margin-bottom: 0;
}



/*==================================================
 <-- roofing service Team Details Innerp Page Css-->
===================================================*/

.team-details-section {
    padding: 110px 0 110px;
}

.ba-team-details-author-skill-area {
    margin-bottom: 30px;
}

.team-details-author-img img {
    width: 100%;
}

.team-details-author-name {
    margin-bottom: 14px;
}

.team-details-author-name h4 {
    font-size: 24px;
    line-height: 60px;
    color: #292930;
    font-weight: 600;
}

.team-details-author-name span {
    font-size: 16px;
    line-height: 36px;
    color: #434141;
    font-weight: 400;
}

.team-details-author-experience ul li {
    list-style: none;
    margin-bottom: 12px;
}

.team-details-author-experience ul li .label {
    min-width: 152px;
    float: left;
    font-size: 16px;
    color: #434141;
    font-weight: 500;
}

.team-details-author-experience ul li .value {
    overflow: hidden;
    display: block;
}

.team-details-author-experience ul li .value {
    overflow: hidden;
    display: block;
    text-decoration: none;
    font-size: 16px;
    color: #434141;
}

.team-card-box-social a {
    display: inline-block;
    margin-right: 15px;
    height: 40px;
    width: 40px;
    background: #f3f3f3;
    line-height: 40px;
    text-align: center;
    border-radius: 50%;
    position: relative;
    z-index: 1;
}

.team-card-box-social a::before{
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #203F78;
    border-radius: 50%;
    transform: scale(0);
    transition: .5s;
    z-index: -1;
}

.team-card-box-social a:hover::before{
    transform: scale(1);
}

.team-card-box-social a i{
    transition: .5s;
}

.team-card-box-social a:hover i{
    color: #ffffff;
}

/* progress bar css */

span.process-bar.style-two {
    font-size: 16px;
}

.barfiller.style-two {
    width: 100%;
}

.team-details-title h4 {
    font-size: 24px;
    line-height: 60px;
    color: #292930;
    font-weight: 600;
}


/* form box css */

.choose-contact-title.inner.team h4::before {
    display: none;
}

.choose-contact-title.inner.team h4 {
    border-bottom: 1px solid  #dddddd;
    padding: 0px 0 13px;
    margin-bottom: 28px;
}

.form-box.inner.team input {
    border: 1px solid #dddddd;
    margin-bottom: 16px;
}

.form-box.inner.team textarea {
    border: 1px solid #dddddd;
    height: 135px;
}

.form-box-button.inner.team button:hover::before {
    background: #1c1632;
}


/*==================================================
 <-- roofing service Project Details Inner Page Css-->
===================================================*/

.project-details-section {
    padding: 110px 0 110px;
}

.project-details-section .info-area {
    padding-left: 60px;
}

.project-details-section .sub-title h5 {
    font-size: 25px;
    font-weight: 700;
    text-transform: capitalize;
}

.project-details-section .info li {
    display: flex;
    border-bottom: 1px solid #ddd;
    padding: 15px 0;
}

.project-details-section .info li h6 {
    font-weight: 700;
    text-transform: capitalize;
    width: 50%;
}

.project-details-section .info li p {
    width: 50%;
    text-transform: capitalize;
}

.project-details-section .info li ul li {
    border: 0;
    padding: 0;
    padding-right: 15px;
}

.project-details-section .title h4 {
    font-size: 29px;
    line-height: 44px;
    text-transform: capitalize;
    font-weight: 700;
}

.project-details-section .list-part {
    padding-top: 10px;
}

.project-details-section .desc-list {
    padding-top: 20px;
}

.project-details-section .desc-list li {
    position: relative;
    padding: 5px 0 5px 30px;
    list-style: none;
}

.project-details-section .desc-list li:before {
    content: '';
    position: absolute;
    top: 10px;
    left: 0;
    height: 15px;
    width: 15px;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    background: #203F78;
}



/*** 
====================================================================
    Search Popup
====================================================================
***/
.search-popup{
    position: fixed;
    left: 0;
    top: 0;
    height: 100vh;
    width: 100%;
    z-index: 99999;
    margin-top: -540px;
    transform: translateY(-100%);
    background-color: rgba(0,0,0,0.90);
    -webkit-transition: all 500ms cubic-bezier(0.860, 0.000, 0.070, 1.000);
    -moz-transition: all 500ms cubic-bezier(0.860, 0.000, 0.070, 1.000);
    -o-transition: all 500ms cubic-bezier(0.860, 0.000, 0.070, 1.000);
    transition: all 1500ms cubic-bezier(0.860, 0.000, 0.070, 1.000); /* easeInOutQuint */
    -webkit-transition-timing-function: cubic-bezier(0.860, 0.000, 0.070, 1.000);
    -moz-transition-timing-function: cubic-bezier(0.860, 0.000, 0.070, 1.000);
    -o-transition-timing-function: cubic-bezier(0.860, 0.000, 0.070, 1.000);
    transition-timing-function: cubic-bezier(0.860, 0.000, 0.070, 1.000); /* easeInOutQuint */
}
.search-popup{
    width: 100%;
}
.search-active .search-popup{
    transform: translateY(0%);
    margin-top: 0;
}
.search-popup .close-search {
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    margin-top: -200px;
    border-radius: 50%;
    text-align: center;
    background-color:#203F78;
    width: 70px;
    cursor: pointer;
    box-shadow: 0 0 10px rgba(0,0,0,0.05);
    border-bottom: 3px solid #ffffff;
    -webkit-transition: all 500ms ease;
    height: 70px;
    line-height: 70px;
    text-align: center;
}
.search-active .search-popup .close-search{
    visibility: visible;
    opacity: 1;
    top: 50%;
    -webkit-transition-delay: 1500ms;
    -moz-transition-delay: 1500ms;
    -ms-transition-delay: 1500ms;
    -o-transition-delay: 1500ms;
    transition-delay: 1500ms;
}
.search-popup form{
    position: absolute;
    max-width: 700px;
    top: 50%;
    left: 15px;
    right: 15px;
    margin:-35px auto 0;
    transform: scaleX(0);
    transform-origin: center;
    background-color: #111111;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}
.search-active .search-popup form{
    transform: scaleX(1);
    -webkit-transition-delay: 1200ms;
    -moz-transition-delay: 1200ms;
    -ms-transition-delay: 1200ms;
    -o-transition-delay: 1200ms;
    transition-delay: 1200ms;
}
.search-popup .form-group{
    position:relative;
    margin:0px; 
    overflow: hidden;
}
.search-popup .form-group input[type="text"],
.search-popup .form-group input[type="search"]{
    position:relative;
    display:block;
    font-size:18px;
    line-height: 50px;
    color:#000000;
    height:70px;
    width:100%;
    padding: 10px 30px;
    background-color: #ffffff;
    -webkit-transition:all 500ms ease;
    -moz-transition:all 500ms ease;
    -ms-transition:all 500ms ease;
    -o-transition:all 500ms ease;
    transition:all 500ms ease;
    font-weight:500;
    text-transform:capitalize;
}
.search-popup .form-group input[type="submit"], .search-popup .form-group button {
    position: absolute;
    right: 30px;
    top: 0px;
    height: 70px;
    line-height: 70px;
    background: transparent;
    text-align: center;
    font-size: 24px;
    color: #203F78;
    padding: 0;
    cursor: pointer;
    -webkit-transition: all 500ms ease;
    border: none;
}
.search-popup .form-group input[type="submit"]:hover,
.search-popup .form-group button:hover{
    color: #000000;
}

.search-popup input::placeholder,
.search-popup textarea::placeholder{
    color:#000000;
}
.search-popup .close-search.style-two{
    position: absolute;
    right: 25px;
    left: auto;
    color:#ffffff;
    width:auto;
    height:auto;
    top:25px;
    margin:0px;
    border:none;
    background:none !important;
    box-shadow:none !important;
    -webkit-transition:all 500ms ease;
    -moz-transition:all 500ms ease;
    -ms-transition:all 500ms ease;
    -o-transition:all 500ms ease;
    transition:all 500ms ease;
}

.flaticon-multiply:before {
    content: inherit;
}
button.close-search i {
    font-size: 25px;
    color: #fff;
    display: inline-block;
}
span.flaticon-multiply i {
    display: inline-block;
    color: #203F78;
}




/*
<!-- ============================================================== -->
<!-- roofing service Scrollup Section -->
<!-- ============================================================== -->*/
.scroll-area {
    position: relative;
    z-index: 999;
    display: none;
}

.scroll-area .go-top {
    position: fixed;
    cursor: pointer;
    top: 0;
    right: 30px;
    color: #ffffff;
    background-image: -moz-linear-gradient(0deg, #d1651a 0%, #c1282a 100%);
    background-image: -webkit-linear-gradient(0deg, #d1651a 0%, #c1282a 100%);
    z-index: 9999;
    width: 45px;
    text-align: center;
    height: 45px;
    line-height: 42px;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.9s ease-out 0s;
    -moz-transition: all 0.9s ease-out 0s;
    transition: all 0.9s ease-out 0s;
    border-radius: 10px;
}

.scroll-area .go-top i {
    position: absolute;
    top: 50%;
    left: -4px;
    right: 0;
    margin: 0 auto;
    font-size: 15px;
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-transition: all 0.5s ease-out 0s;
    -moz-transition: all 0.5s ease-out 0s;
    transition: all 0.5s ease-out 0s;
}

.scroll-area .go-top i:last-child {
    opacity: 0;
    visibility: hidden;
    top: 60%;
}

.scroll-area .go-top::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    background-image: linear-gradient(to right, #00132b 0%, #00132b 100%);
    background-image: -ms-linear-gradient(0deg, #d1651a 0%, #c1282a 100%);
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.5s ease-out 0s;
    -moz-transition: all 0.5s ease-out 0s;
    transition: all 0.5s ease-out 0s;
    ;
    border-radius: 100%;
}

.scroll-area .go-top:focus,
.scroll-area .go-top:hover {
    color: #fff;
}

.scroll-area .go-top:focus::before,
.scroll-area .go-top:hover::before {
    opacity: 1;
    visibility: visible;
}

.scroll-area .go-top:focus i:first-child,
.scroll-area .go-top:hover i:first-child {
    opacity: 0;
    top: 0;
    visibility: hidden;
}

.scroll-area .go-top:focus i:last-child,
.scroll-area .go-top:hover i:last-child {
    opacity: 1;
    visibility: visible;
    top: 50%;
}

.scroll-area .go-top.active {
    top: 95%;
    -webkit-transform: translateY(-98%);
    -moz-transform: translateY(-98%);
    transform: translateY(-98%);
    opacity: 1;
    visibility: visible;
    border-radius: 0;
    right: 30px;
    border-radius: 100%;
}

.top-wrap {
    position: relative;
}

.top-wrap .go-top-button {
    display: inline-block;
    width: 50px;
    height: 50px;
    line-height: 40px;
    text-align: center;
    color: #fff;
    top: 3px;
    z-index: 1;
    background: #203F78;
    border-bottom: 2px dotted #000;
}

.top-wrap .go-top-button i {
    font-size: 20px;
    font-weight: 700;
    padding-left: 4px;
    color: #fff;
}

.top-wrap .go-top-button::after {
    z-index: -1;
    content: "";
    position: absolute;
    left: 3px;
    top: 3px;
    width: 45px;
    height: 45px;
    -webkit-animation: ripple 1.6s ease-out infinite;
    -moz-animation: ripple 1.6s ease-out infinite;
    animation: ripple 1.6s ease-out infinite;
    opacity: 0;
    background-image: -moz-linear-gradient(0deg, #69DDCC 0%, #69DDCC 100%);
    background-image: -webkit-linear-gradient(0deg, #fb8a42 0%, #fb8a42 100%);
    border-radius: 100%;
}

.top-wrap .go-top-button:hover {
    background-color: #222;
    color: #fff;
}

@-webkit-keyframes ripple-blue {
    0% {
        -webkit-box-shadow: 0 0 0 0 rgba(255,255,255, 0.3), 0 0 0 10px rgba(255,255,255, 0.3), 0 0 0 20px rgba(255,255,255, 0.3);
        box-shadow: 0 0 0 0 rgba(255,255,255, 0.3), 0 0 0 10px rgba(255, 255, 255, 0.3), 0 0 0 20px rgba(255,255,255, 0.3)
    }
    100% {
        -webkit-box-shadow: 0 0 0 10px rgba(255,255,255, 0.3), 0 0 0 20px rgba(255, 255, 255, 0.3), 0 0 0 30px rgba(255, 255, 255, 0);
        box-shadow: 0 0 0 10px rgba(255, 255, 255, 0.3), 0 0 0 20px rgba(255, 255, 255, 0.3), 0 0 0 30px rgba(255, 255, 255, 0)
    }
}

@keyframes ripple-blue {
    0% {
        -webkit-box-shadow: 0 0 0 0 rgba(255,255,255, 0.3), 0 0 0 10px rgba(255,255,255, 0.3), 0 0 0 20px rgba(255,255,255, 0.3);
        box-shadow: 0 0 0 0 rgba(255,255,255, 0.3), 0 0 0 10px rgba(255,255,255, 0.3), 0 0 0 20px rgba(255,255,255, 0.3)
    }
    100% {
        -webkit-box-shadow: 0 0 0 10px rgba(255,255,255, 0.3), 0 0 0 20px rgba(255,255,255, 0.3), 0 0 0 30px rgba(255,255,255, 0);
        box-shadow: 0 0 0 10px rgba(255,255,255, 0.3), 0 0 0 20px rgba(255,255,255, 0.3), 0 0 0 30px rgba(255,255,255, 0)
    }
}

/*
<!-- ============================================================== -->
<!-- roofing service Bounce Animation Css -->
<!-- ============================================================== -->*/
/* bounce-animate */
.bounce-animate {
    animation-name: float-bob;
    animation-duration: 2s;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
    -moz-animation-name: float-bob;
    -moz-animation-duration: 2s;
    -moz-animation-iteration-count: infinite;
    -moz-animation-timing-function: linear;
    -ms-animation-name: float-bob;
    -ms-animation-duration: 2s;
    -ms-animation-iteration-count: infinite;
    -ms-animation-timing-function: linear;
    -o-animation-name: float-bob;
    -o-animation-duration: 2s;
    -o-animation-iteration-count: infinite;
    -o-animation-timing-function: linear;
}

.bounce-animate2 {
    animation-name: float-bob2;
    animation-duration: 3s;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
    -moz-animation-name: float-bob2;
    -moz-animation-duration: 3s;
    -moz-animation-iteration-count: infinite;
    -moz-animation-timing-function: linear;
    -ms-animation-name: float-bob2;
    -ms-animation-duration: 3s;
    -ms-animation-iteration-count: infinite;
    -ms-animation-timing-function: linear;
    -o-animation-name: float-bob2;
    -o-animation-duration: 3s;
    -o-animation-iteration-count: infinite;
    -o-animation-timing-function: linear;
}

.bounce-animate3 {
    animation-name: float-bob3;
    animation-duration: 3s;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
    -moz-animation-name: float-bob3;
    -moz-animation-duration: 3s;
    -moz-animation-iteration-count: infinite;
    -moz-animation-timing-function: linear;
    -ms-animation-name: float-bob3;
    -ms-animation-duration: 3s;
    -ms-animation-iteration-count: infinite;
    -ms-animation-timing-function: linear;
    -o-animation-name: float-bob3;
    -o-animation-duration: 3s;
    -o-animation-iteration-count: infinite;
    -o-animation-timing-function: linear;
}

.bounce-animate4 {
    animation-name: float-bob4;
    animation-duration: 5s;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
    -moz-animation-name: float-bob4;
    -moz-animation-duration: 5s;
    -moz-animation-iteration-count: infinite;
    -moz-animation-timing-function: linear;
    -ms-animation-name: float-bob4;
    -ms-animation-duration: 5s;
    -ms-animation-iteration-count: infinite;
    -ms-animation-timing-function: linear;
    -o-animation-name: float-bob4;
    -o-animation-duration: 5s;
    -o-animation-iteration-count: infinite;
    -o-animation-timing-function: linear;
}

.bounce-animate5 {
    animation-name: float-bob5;
    animation-duration: 6s;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
    -moz-animation-name: float-bob5;
    -moz-animation-duration: 6s;
    -moz-animation-iteration-count: infinite;
    -moz-animation-timing-function: linear;
    -ms-animation-name: float-bob5;
    -ms-animation-duration: 6s;
    -ms-animation-iteration-count: infinite;
    -ms-animation-timing-function: linear;
    -o-animation-name: float-bob5;
    -o-animation-duration: 6s;
    -o-animation-iteration-count: infinite;
    -o-animation-timing-function: linear;
}

.bounce-animate-slow {
    animation-name: float-bob5;
    animation-duration: 15s;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
    -moz-animation-name: float-bob5;
    -moz-animation-duration: 15s;
    -moz-animation-iteration-count: infinite;
    -moz-animation-timing-function: linear;
    -ms-animation-name: float-bob5;
    -ms-animation-duration: 15s;
    -ms-animation-iteration-count: infinite;
    -ms-animation-timing-function: linear;
    -o-animation-name: float-bob5;
    -o-animation-duration: 15s;
    -o-animation-iteration-count: infinite;
    -o-animation-timing-function: linear;
}

.bounce-animate-3 {
    animation-name: float-bob6;
    animation-duration: 6s;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
    -moz-animation-name: float-bob6;
    -moz-animation-duration: 6s;
    -moz-animation-iteration-count: infinite;
    -moz-animation-timing-function: linear;
    -ms-animation-name: float-bob6;
    -ms-animation-duration: 6s;
    -ms-animation-iteration-count: infinite;
    -ms-animation-timing-function: linear;
    -o-animation-name: float-bob6;
    -o-animation-duration: 6s;
    -o-animation-iteration-count: infinite;
    -o-animation-timing-function: linear;
}

@keyframes float-bob {
    0% {
        -webkit-transform: translateY(-30px);
        transform: translateY(-30px);
    }

    50% {
        -webkit-transform: translateY(-15px);
        transform: translateY(-15px);
    }

    100% {
        -webkit-transform: translateY(-30px);
        transform: translateY(-30px);
    }
}

@keyframes float-bob2 {
    0% {
        -webkit-transform: translateY(-60px);
        transform: translateY(-60px);
    }

    50% {
        -webkit-transform: translateY(-30px);
        transform: translateY(-30px);
    }

    100% {
        -webkit-transform: translateY(-60px);
        transform: translateY(-60px);
    }
}

@keyframes float-bob3 {
    0% {
        -webkit-transform: translateY(-50px);
        transform: translateY(-50px);
    }

    50% {
        -webkit-transform: translateY(-20px);
        transform: translateY(-20px);
    }

    100% {
        -webkit-transform: translateY(-50px);
        transform: translateY(-50px);
    }
}

@keyframes float-bob4 {
    0% {
        -webkit-transform: translateY(-50px);
        transform: translateY(-50px);
    }

    50% {
        -webkit-transform: translateY(-15px);
        transform: translateY(-15px);
    }

    100% {
        -webkit-transform: translateY(-50px);
        transform: translateY(-50px);
    }
}

@keyframes float-bob5 {
    0% {
        -webkit-transform: translateY(-50px);
        transform: translateY(-50px);
    }

    50% {
        -webkit-transform: translateY(-10px);
        transform: translateY(-10px);
    }

    100% {
        -webkit-transform: translateY(-50px);
        transform: translateY(-50px);
    }
}

@keyframes float-bob6 {
    0% {
        -webkit-transform: translateY(-40px);
        transform: translateY(-40px);
    }

    50% {
        -webkit-transform: translateY(-20px);
        transform: translateY(-20px);
    }

    100% {
        -webkit-transform: translateY(-40px);
        transform: translateY(-40px);
    }
}

@keyframes movebounce {
    0% {
        -webkit-transform: translateY(0px);
        transform: translateY(0px);
    }

    50% {
        -webkit-transform: translateY(20px);
        transform: translateY(20px);
    }

    100% {
        -webkit-transform: translateY(0px);
        transform: translateY(0px);
    }
}


@keyframes moveleftbounce {
    0% {
        -webkit-transform: translateX(0px);
        transform: translateX(0px);
    }

    50% {
        -webkit-transform: translateX(20px);
        transform: translateX(20px);
    }

    100% {
        -webkit-transform: translateX(0px);
        transform: translateX(0px);
    }
}



/*--==============================================->
  <!-- roofing service Animation Dance -->
 ==================================================-*/
/**/
.dance3 {
    -webkit-animation: dance3 8s alternate infinite;
    animation: dance3 8s alternate infinite;
}

@keyframes dance3 {
    0% {
        -webkit-transform: scale(0.5);
    }

    100% {
        -webkit-transform: scale(1);
    }
}

.dance {
    -webkit-animation: dance 2s alternate infinite;
    animation: dance 2s alternate infinite;
}

@keyframes dance {
    0% {
        -webkit-transform: scale(0.5);
    }

    100% {
        -webkit-transform: scale(1.2);
    }
}

.dance2 {
    -webkit-animation: dance2 4s alternate infinite;
    animation: dance2 4s alternate infinite;
}

@keyframes dance2 {
    0% {
        -webkit-transform: translate3d(0, 0, 0);
    }

    50% {
        -webkit-transform: translate3d(25px, -25px, 0);
    }

    100% {
        -webkit-transform: translate3d(0, -25px, 25px);
    }
}

.watermark-animate {
    -webkit-animation: watermark-animate 8s infinite;
    animation: watermark-animate 8s infinite;
    animation-direction: alternate-reverse;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
}

@keyframes watermark-animate {
    0% {
        left: 0;
    }

    100% {
        left: 100%;
    }
}




/*===========================
<-- roofing service Loader Css -->
=============================*/
.loader-wrapper {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    transition: 0.8s 1s ease;
    z-index: 666;
}

.loader {
    position: relative;
    display: block;
    z-index: 201;
    top: 50%;
    left: 50%;
    width: 100px;
    height: 100px;
    margin: -50px 0 0 -50px;
    border-radius: 50%;
    transition: all 1s 1s ease;
    border: 3px solid transparent;
    border-top-color: #203F78;
    -webkit-animation: spin 1.5s linear infinite;
    -moz-animation: spin 1.5s linear infinite;
    -o-animation: spin 1.5s linear infinite;
    animation: spin 1.5s linear infinite;
}

.loader:before {
    position: absolute;
    content: '';
    top: 6px;
    left: 6px;
    right: 6px;
    bottom: 6px;
    border-radius: 50%;
    border: 3px solid transparent;
    border-left-color: #1c1632;
    -webkit-animation: spin 2s linear infinite;
    -moz-animation: spin 2s linear infinite;
    -o-animation: spin 2s linear infinite;
    animation: spin 2s linear infinite;
}

.loader:after {
    position: absolute;
    content: '';
    top: 15px;
    left: 15px;
    right: 15px;
    bottom: 15px;
    border-radius: 50%;
    border: 3px solid transparent;
    border-right-color: #fff;
    -webkit-animation: spin 2.5s linear infinite;
    -moz-animation: spin 2.5s linear infinite;
    -o-animation: spin 2.5s linear infinite;
    animation: spin 2.5s linear infinite;
}

/*/ Here the Magic /*/

@-webkit-keyframes spin {
    0% {
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@-moz-keyframes spin {
    0% {
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@keyframes spin {
    0% {
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

.loader-wrapper .loder-section {
    position: fixed;
    top: 0;
    width: 50%;
    height: 100%;
    background: #111;
    z-index: 2;
}

.loader-wrapper .loder-section.left-section {
    left: 0;
    transition: 1s 1.4s ease;
}

.loader-wrapper .loder-section.right-section {
    right: 0;
    transition: 1s 1.4s ease;
}

/*/ When page loaded /*/
.loaded .loder-section.left-section {
    left: -100%;
}

.loaded .loder-section.right-section {
    right: -100%;
}

.loaded .loader-wrapper {
    visibility: hidden;
}

.loaded .loader {
    top: -100%;
    opacity: 0;
} 

.desktop-view {
    display: block;
}
.mobile-view {
    display: none;
}
.collage-section { 
  padding: 0;
  margin: 0 auto;
  box-sizing: border-box;
}

.collage-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 0;
}

/* Keep square tiles regardless of image ratio */
.collage-grid figure {
  margin: 0;
  position: relative;
  overflow: hidden;
  aspect-ratio: 1 / 1; /* keeps perfect square tiles */
  box-shadow: 0 6px 18px rgba(5,10,20,0.08);
}

/* Image fits and centers nicely */
.collage-grid img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform 260ms ease, filter 260ms ease;
  -webkit-backface-visibility: hidden;
}

/* Hover effect */
.collage-grid figure:hover img {
  transform: scale(1.06);
  filter: brightness(0.95);
}


section.banner-sec:after {
    content: '';
    width: 100%;
    height: 50%;
    position: absolute;
    bottom: -2px;
    left: 0px;
    background-image: url(../images/slider/banner-cloud.png);
    z-index: -1;
    background-size: 100%;
    background-position: bottom;
    background-repeat: no-repeat;
    opacity: 1;
}
section.banner-bottom {
    margin-top: -25px;
    z-index: 9;
    position: relative;
    padding-left: 20px;
}
section#sticky-header {
    position: fixed;
    top: 0px;
    left: 0px;
    z-index: 9;
    width: 100%;
}
.sticky-nav .logo {
    width: 270px;
    height: 112px;
    position: relative;
    box-shadow: none;
    background: white;
    top: 0px;
    left: 0px;
    border-radius: 0px;
}
.sticky-nav .roofing-menu ul li a {
    padding: 43px 0px;
}
.contact-info-cls {
    text-align: left;
}
.contact-info-cls a {
    /* font-family: 'Montserrat'; */
    font-size: 15px;
    font-weight: 700;
    color: black;
}
.contact-info-cls a i {
    margin: 0px 5px;
}
.sticky-nav a {
    display: flex;
}
.roofing-topbar-section {
    display: none;
}
/* .sticky-nav .logo-colmn {
    display: none;
} */
.sticky-nav .menu-column {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: white;
}
.sticky-nav .contact-info-cls ul {
    list-style: none;
    padding: 0px 0px 0px 14px;
}
.social-2 {
    background: #203f78;
}
.social-2 .new-quote {
    background: #163362;
    color: white;
}
.social-2 a {
    color: white;
}
.contact-info-cls ul {
    list-style: none;
}
.mobile-header .logo-img {
    height: 62px;    /* adjust size */
}
@media(max-width: 1399px){
    .roofing-menu ul li {
        margin-right: 25px;
    }
    .roofing-btn {
        margin-left: 0;
    }
    .roofing-menu ul li a {
        font-size: 16px;
    }
    .roofing-btn a {
        font-size: 14px;
        padding: 10px 12px;
    }
    .contact-info-cls a {
        font-size: 15px;
    }
    .sticky-nav  .roofing-header-section {
        width: 100%;
        padding-right: 0;
        text-align: center;
    }
    .sticky-nav .roofing-menu ul li{
        margin-left: 5px;
    }
    .contact-info-cls a i {
    margin: 0px 11px;
    font-size: 13px;
}
    .sticky-nav .roofing-menu ul li a {
        padding: 30px 0px;
    }
    .service-item  .service-title {
        font-size: 20px;
    }
    .service-item p {
        height: 90px;
    }
    .breatcome-title h1 {
        font-size: 45px;
    }
    .footer-section .footermenu i {
        margin-right: 5px;
    }
    .footer-wiget-contact-menu ul li {
        font-size: 17px;
        line-height: 30px;
    }
    .footer-wiget-title h4 {
        font-size: 16px;
    }
    .footer-wiget-text p {
        font-size: 18px;
        padding-left: 10px;
        padding-right: 10px;
        text-align: left;
    }
    .choose-content h4 {
        font-size: 20px;
    }
    .choose-us-box {
        padding: 0;
    }
    .use-shadow {
        padding: 7px;
    }
    .choose-content p {
        font-size: 16px;
    }
    .section-main-title.offer {
        margin-bottom: 10px;
    }
    .section-main-title h2 {
        font-size: 31px;
        line-height: 40px;
    }
    .testi-itmes-box {
        margin: 5px;
        height: 260px;
        padding: 20px;
    }
}

/* Responsive: 2 columns on small screens, 1 column on very small */
@media (max-width: 992px) {
    .mobile-menu {
        height: 300px;
        overflow-x: hidden;
    }
    .mobile-dropdown a {
        align-items: center;
        gap: 10px;
    }
    .mobile-header .sub-menu.open {
        height: 200px;
        overflow-x: scroll;
    }

  .collage-grid { 
      grid-template-columns: repeat(3, 1fr); 
  }
  .banner-sec .row {
    flex-direction: column-reverse;
  }
}
@media (max-width: 768px) {
  .collage-grid { grid-template-columns: repeat(3, 1fr); gap: 0;  }
  .img-hide { display: none;}
  .collage-section {
    max-width: 90%;
    margin-top: 20px;
  }
  ul.banner-list {
    display: block;
}
ul.banner-list li {
    width: 100%;
}
section.banner-bottom {
    margin: 0px;
}
section.banner-sec {
    display: block;
    padding-top: 100px !important;
    min-height: 55vh;
}

.blog-thumb.style-two img {
    height: 300px !important;
}
.banner-list li::before {
    width: 100%;
    height: 2px;
    top: auto;
    bottom: 8px;
}

}


@media(max-width: 991px){
   .footer-wiget-contact-menu ul li {
        font-size: 15px;
    }
    .footer-section .footer-widt {
        padding: 40px 15px;
        padding-bottom: 30px;
    }
    .desktop-view {
        display: none;
    }
    .mobile-view {
        display: block !important;
    }
    .social-sticky {
        display: flex;
    }
    .modal.fade {
        padding: 10px;
    }
    .rating-section p, p {
        text-align: left;
    }
    .whycbout .whycbout-content p {
        text-align:center;
    }
}