@charset "utf-8";
/* CSS Document */

/* @font-face{ font-family:"Dutch801"; src:url("../fonts/Dutch801.ttf"); } */

/*===== Pre CSS =====*/
body{ margin: 0; padding: 0; font-size: 14px; font-weight: normal; color: #333; font-family: 'Gilda Display', serif; background: #fff; }
p, a, span, table, th, tr, td, h1, h2, h3, h4, h5, h6, img, ul, ol, li{ margin: 0; padding: 0; font-family: 'Gilda Display', serif; }

/*===== Go To Top Section =====*/
#back-top { display: block; position: fixed; bottom: 15px; right: 14px; text-align: center; z-index: 99999; }
#back-top a { display: block; text-decoration: none;  }
#back-top a .fa{ width: 40px; height: 40px; padding-top: 10px; font-size: 18px; border-radius: 5px; opacity: 1; color: #fff; background: #000; border: #fff solid 1px; transition: all linear 0.3s; }
#back-top a .fa:hover{ background: #fff; color: #000; border-color: #000; transform: scale(1.05,1.05);  }

/*===== Mobile Menu =====*/
.mobile_menu{ display: none; position: fixed; top: 0; left: 0; width: 100%; height: 100%; background: transparent; z-index: 9; }
.menu_icon_box{ position: fixed; top: 0; left: 0; z-index: 9999999999; display: block; width: 100%; background: #000; height: 57px; border-bottom: #fff solid 1px; }
.tab_button{ float: left; }
.tab_button a{ display: inline-block; padding: 7px 10px; margin-top: 14px; font-size: 10px; text-align: center; text-transform: uppercase; color: #fff; background: transparent; border: #fff solid 1px; border-radius: 5px; box-sizing: border-box; text-decoration: none; }
.tab_button a:hover{ background: #747474; border: #747474 solid 1px; }
.tab_button1{ margin-left: 15px; margin-right: 5px; }

.menu_icon{ position: fixed; top: 15px; right: 15px; width: 30px; height: 30px; padding: 1px 5px; background: transparent; box-sizing: border-box; cursor: pointer; z-index: 999; }
.menu_icon span{ width: 100%; height: 2px; display: block; background: #fff; margin: 5px 0; border-radius: 5px; transition: all linear 0.3s; }
.menu_icon.active{ color: #fff; padding: 8px 3px 0; }
.menu_icon.active span{ position: absolute;     width: 85%; }
.menu_icon.active span:nth-child(1){ transform: rotate(45deg); }
.menu_icon.active span:nth-child(3){ transform: rotate(-45deg); }
.menu_icon.active span:nth-child(2){ display: none; }

.mobile_slideLogo{ display: block; text-align: center; }
.mobile_slideLogo img{ display: inline-block; float: none; background: #fff; padding: 15px; margin-bottom: 15px; border-radius: 5px; width: 80%; height: auto; }
.sidebar{ padding: 65px 15px; position: fixed; top: 0; left: -100%; z-index: 99999; overflow-y: scroll; width: 100%; height: 100%; background: #000; text-align: center; box-sizing: border-box; z-index: 999999; transition: all linear 0.3s; }
.sidebar.active{ left: 0; }
.sidebar ul li{ list-style: none; }
.sidebar ul li a{ position: relative; display: block; padding: 10px 15px; border: #747474 solid 1px; text-align: left; color: #fff; margin-bottom: 1px; text-transform: uppercase; text-decoration: none; font-size: 12px; font-weight: 400; border-radius: 5px; }
.sidebar ul li a::before{ content: ""; position: absolute; top: 0; left: 0; z-index: -1; padding: 12px 0; height: 100%; width: 0%; background: #747474; transition: all linear 0.3s; }
.sidebar ul li a:hover::before{ width: 100%; }
.sidebar ul li.active{ background: #747474; border-radius: 5px; }

/*-- Modern Social Media Icon Display --*/
.social_media_block{ display: block; position: fixed; bottom: 15px; left: 15px; z-index: 999; }
.share_icon .fa-solid{ position: absolute; left: 0; bottom: 0; z-index: 2; cursor: pointer; width: 52px; height: 52px; border-radius: 50%; background: #000; color: #fff; font-size: 24px; text-align: center; padding: 14px 0 0 0; transition: all linear 0.3s; }
.share_icon .fa-solid:hover{ transform: rotate(360deg); color: #fff; background: #B72C00; }
.social_icon{ position: relative; overflow-y: hidden; border-bottom-left-radius: 52px; border-bottom-right-radius: 52px; transition: all linear 0.3s; }
.social_icon.active{ padding-top: 52px; }
.social_icon ul{ position: relative; display: block; text-align: center; transform: translateY(100%); transition: all linear 0.3s; }
.social_icon.active ul{ transform: translateY(-52px); }
.social_icon ul li{ list-style: none; }
.social_icon ul li .fa-brands{ width: 50px; height: 50px; border-radius: 50%; border: none; background: #0e59a9; color: #fff; font-size: 24px; text-align: center; padding: 13px 0px 0 0; transition: all linear 0.3s; }
.social_icon ul li .fa-brands:hover{ transform: rotate(360deg); }
.social_icon ul li:nth-child(1) .fa-brands{ background: #3d5a96; color: #fff; }
.social_icon ul li:nth-child(2) .fa-brands{ background-image: linear-gradient(#8221b3, #c22268, #db8a40); color: #fff; }
.social_icon ul li:nth-child(3) .fa-brands{ background: #000; color: #fff; }

/*-----------language translator---------------*/
.ct-topbar {text-align: right;background: #B72C00;padding: 2px 0;display: none;}
.ct-topbar__list { margin-bottom: 0px;}
.ct-language__dropdown{ padding-top: 8px; max-height: 0; overflow: hidden;  position: absolute; top: 110%;  left: -3px; -webkit-transition: all 0.25s ease-in-out; transition: all 0.25s ease-in-out;      width: 100px; text-align: center;  padding-top: 0;z-index:200;}
.ct-language__dropdown li{  background: #222;  padding: 5px; font-family: 'Nunito Sans';  font-weight: 400;}
.ct-language__dropdown li a{   display: block;  color: #fff;  font-family: 'Nunito Sans'; font-weight: 400;}
.ct-language__dropdown li:first-child{ padding-top: 10px;  border-radius: 3px 3px 0 0;}
.ct-language__dropdown li:last-child{   padding-bottom: 10px;   border-radius: 0 0 3px 3px;}
.ct-language__dropdown li:hover{  background: #444;}
.ct-language__dropdown:before{content: ''; position: absolute;  top: 0;  left: 0;  right: 0; margin: auto; width: 8px;   height: 0; border: 0 solid transparent;   border-right-width: 8px;    border-left-width: 8px;  border-bottom: 8px solid #222;}
.ct-language{   position: relative;background: #000;  color: #fff;  padding: 10px;display: inline-block;border-radius: 5px;}
.ct-language .fa-solid{margin-left: 20px;font-size: 22px;}
.ct-language:hover .ct-language__dropdown{ max-height: 200px; }
.list-unstyled { padding-left: 0; list-style: none;}
.navbar font{font-size: 13px;}

/* Wrapper */
.wrapper{ margin: 0; padding: 0; overflow: hidden; }
.transition{ transition: all linear 0.3s; }

/*===== Header Section =====*/
.header{ background: linear-gradient(180deg, rgba(11, 11, 11, 0.75) 0%, rgba(11, 11, 11, 0.00) 87.7%);position: absolute;width: 100%;top: 0;z-index: 3;}
.header-page{background: url('../imgs/banner_image_1.png') no-repeat top center; background-size: cover; border-bottom: #333 solid 1px;position:relative;z-index:1; }
.header-page::before{position: absolute;content: "";background: #000;opacity: 0.37;height: 100%;width: 100%;left: 0;top: 0;z-index: -1;}
.logo img{width: 78%;}

.mobile_button{display: none;}

.header-middle{ padding:53px 0; }
.header-middle .row{align-items: center;}
.header-middle ul{text-align:right;padding-right:25px; }
.header-middle ul li{ display: inline-block;margin:0 5px 0 25px; }
.header-middle ul li a{ display: inline-block;  color: #fff; font-size: 22px; border-radius: 50px; text-decoration: none; transition: all linear 0.3s; }

.header-middle-link ul li:first-child a{}
.header-middle-link ul li:first-child  {margin-right: 20px;}
.header-middle-link ul li:first-child  > a{padding: 12px 25px;font-size: 16px; background: #ECECEC; color: #000;border-radius: 4px;text-transform: uppercase;  }
.header-middle-link ul li:first-child  > a:hover{ background: #000; border-color: #000; color: #fff; }
.header-middle-link ul li:first-child  > a::before{display: none;}


.header-bottom{ background:transparent; }
.navbar{ padding: 0; }
.navbar .navbar-nav{ display: block; margin: 0; padding: 0; text-align: center; width: 100%; }
.navbar .navbar-nav > li{ display: inline-block; list-style: none; float: none; margin: 0 8px; padding: 0; }
.navbar .navbar-nav > li:first-child{margin-left: 0;}
.navbar .navbar-nav > li > a{ position: relative; display: inline-block; padding: 0; margin: 20px 0px; border: none; border-radius: 0;  background: transparent;  text-decoration: none;color: #FFF;font-size: 16px;font-weight: 600;text-transform: uppercase; font-family: 'Gilda Display', serif; transition: all linear 0.3s; }
.navbar .navbar-nav > li > a::before{ position: absolute;width:100%;height:1.5px;bottom:-10px;left:0;content:"";background:#fff;transition-delay: .08s;  transition-timing-function: ease-in-out;  transition-duration: .5s;  transition-property: all;  opacity: 1; transform-origin: center;  transform-style: preserve-3d;  transform: scalex(0);border-radius:10px; }

.navbar .navbar-nav > li:last-child {margin-right: 0;}
.navbar .navbar-nav > li:last-child > a{padding: 12px 25px;background: #ECECEC; color: #000;  }
.navbar .navbar-nav > li:last-child > a:hover{ background: #000; border-color: #000; color: #fff; }
.navbar .navbar-nav > li:last-child > a::before{display: none;}

.navbar .navbar-nav > li > a:hover,
.navbar .navbar-nav > li > a:focus,
.navbar .navbar-nav > .active > a,
.navbar .navbar-nav > .active > a:hover,
.navbar .navbar-nav > .active > a:focus,
.navbar .navbar-nav > .open > a:hover,
.navbar .navbar-nav > .open > a:focus,
.navbar .navbar-nav > .open > a{ color: #fff; background: transparent; }

.navbar .navbar-nav > li > a:hover:before,
.navbar .navbar-nav > li > a:focus:before,
.navbar .navbar-nav > .active > a:before,
.navbar .navbar-nav > .active > a:hover:before,
.navbar .navbar-nav > .active > a:focus:before,
.navbar .navbar-nav > .open > a:hover:before,
.navbar .navbar-nav > .open > a:focus:before,
.navbar .navbar-nav > li > a:active:before { transform: scalex(1.0);}

/* Dropdown Menu */
.navbar .navbar-nav > li .serv_dropdown_menu{ display: none; position: absolute; z-index: 999999; border-top: transparent solid 27px; background: transparent; top: 40px; margin-left: 0; width: 270px; overflow-x: hidden; transition: all linear 0.3s; }
.navbar .navbar-nav > li .serv_dropdown_menu li{ display: block; width: 100%; list-style: none; text-align: left; margin: 0; }
.navbar .navbar-nav > li .serv_dropdown_menu li a{ display: block; padding: 10px 15px; text-align: left; font-size: 16px; font-weight: 400; text-decoration: none; background: #B72C00; color: #fff; border-top: rgba(255, 255, 255, 0.2) solid 1px; border-radius: 0; transition: all linear 0.3s; }
.navbar .navbar-nav > li .serv_dropdown_menu li a:hover{ padding-left: 20px; color: #fff; background: #000; }
.navbar .navbar-nav > li .serv_dropdown_menu li a .fa{ float: none; margin-right: 5px; font-size: 14px; }

/* My Own Custom Dropdown Animation */
.navbar .navbar-nav > li:hover .serv_dropdown_menu{ display: block; animation: slide-up .5s ease-out; }
@keyframes slide-up {
      0% { opacity: 0; transform: translateY(15%); }   
    100% { opacity: 1; transform: translateY(0); }
}

/*===== Banners Section =====*/
.banner{ position: relative;}
.banner::before{position: absolute;content: "";background: #000;opacity: 0.37;height: 100%;width: 100%;left: 0;top: 0;z-index: 2;display:none;}
.banner img{ width: 100%; height: auto; }
.banner video{ width: 100%; height: auto; }
.banner-content{ position: absolute; top: 55%; left: 0; width: 100%; transform: translateY(-50%);z-index:2 ;padding: 0px 220px; }
.banner-content-box{text-align: center;position: relative;z-index: 3;}
.banner-content-box:before{position: absolute;content: "";background: transparent;height: 95%;width: 40%;top: 0;left: 0;border-bottom: 1px solid #FFF;border-left: 1px solid #FFF;z-index: -1}
.banner-content-box:after{position: absolute;content: "";background: transparent;height: 95%;width: 40%;top: 0;right: 0;border-bottom: 1px solid #FFF;border-right: 1px solid #FFF;z-index: -1;}
.banner-content-box h2{ color: #FFF;text-align: center;font-family: 'Gilda Display', serif;font-size: 64px;font-style: normal;font-weight: 800;line-height: normal;text-transform: capitalize;}
/*.banner-content-box h2 span{display: block;}*/
.banner-content-box p{ color: #FFF;text-align: center;font-family: 'Gilda Display', serif;font-size: 30px;font-style: italic;font-weight: 400;line-height: normal;margin:25px 0 45px; }
.banner-content-box p span{display: block;}
.banner-content-box a{ display: inline-block;color: #000;background: #f5f6f4;padding: 15px 30px; font-family: 'Gilda Display', serif;font-size: 16px;font-style: normal;font-weight: 700;line-height: normal;text-transform: uppercase;text-decoration: none; transition: all linear 0.3s; }
.banner-content-box a:hover{ transform: translateY(-5px); border-color: #fff; }
.banner .item{height: 120vh;overflow: hidden;}

.banner-bottom-shape{position: absolute;bottom: -40px;z-index: 2;width:100%;}
.banner-bottom-shape-inner img{}

/*===== Common Section =====*/
.section-title{ margin-bottom: 50px; text-align: center; }
.section-title h2{ color:  #3C3C3C;text-align: center;font-family: 'Gilda Display', serif;font-size: 36px;font-style: normal;font-weight: 700;line-height: normal; text-transform: capitalize; }
.section-title p{ margin: 20px auto 0; color: #4F4F4F;text-align: center;font-size: 16px;font-style: normal;font-weight: 600;line-height: 26px; font-family: 'Gilda Display', serif; }

/*========common button==========*/
.home-page-link a{color: #000;border: 1px solid #000;background: #f5f6f4;padding: 15px 25px; text-align: center;leading-trim: both;text-edge: cap;font-family: 'Gilda Display', serif;font-size: 18px;font-style: normal;font-weight: 600;text-decoration:none;line-height: normal;text-transform: uppercase;transition:  all linear 0.3s;}
.home-page-link a:hover{background: #fff;color:#222; }

/*===== Welcome Section =====*/
.welcome{ padding: 80px 0; background: #fff; }
.welcome-content-container{position: relative;z-index: 1;padding: 15px ;}
.welcome-content-container::before{position: absolute;content: "";background: transparent;z-index: -1;height: 95%;width: 100%;left: 50%;top: 50%;transform: translate(-50%,-50%);border: 1px solid #B3B3B3;}
.welcome-thumbnail{ position: relative; display: inline-block; z-index: 1;text-align:center; }
.welcome-thumbnail img{ width: 100%; height: auto;  }
.welcome-content{padding: 0 83px 0 40px;margin-top: 30px;}
.welcome-content h1{color: #3C3C3C;leading-trim: both;text-edge: cap;font-family: 'Gilda Display', serif;font-size: 36px;font-style: normal;font-weight: 800;line-height: normal;text-transform: capitalize; }
.welcome-content h1 span{color: #000;}
.welcome-content p{ color:  #4F4F4F;leading-trim: both;text-edge: cap;font-family: 'Gilda Display', serif;font-size: 16px;font-style: normal;font-weight: 600;line-height: 25px; margin:30px 0;}
.welcome-greeting p{line-height: 28px;}
.welcome-greeting p span{color: #000;display: block;}

/*===== Services Section =====*/
.services{ padding: 70px 0 80px;background: #F4F4F4;position: relative;}
.services-top-shape{position: absolute;top: -30px;left: 0; z-index: 2;width:100%;}
.services-top-shape-inner img{width: 100%;}
.services-card-image{height: 300px;}
.services .section-title {padding: 0 144px;margin-bottom: 0;}
.services .section-title-inner {padding: 0  80px;position: relative;padding-bottom: 40px;z-index: 1;}
.services .section-title-inner::before{position: absolute;content: "";background: transparent;height: 95%;width: 35%;bottom: -15px;left: 0;border-top: 1px solid #bbb;border-left: 1px solid #bbb;}
.services .section-title-inner::after{position: absolute;content: "";background: transparent;height: 95%;width: 35%;bottom: -15px;right: 0;border-top: 1px solid #bbb;border-right: 1px solid #bbb;}
.services .section-title h2{ text-transform: uppercase; }
.services .section-title p{ width: 91%; }
.services-card{position: relative;z-index: 2;background: #FFF;padding-bottom:75px;transition: all linear 0.3s;}
.services-card::before{position: absolute;content: "";background: transparent;border: 1px solid #E7E7E7;height: 90%;width: 90%;top: 50%;left: 50%;transform: translate(-50%,-50%);}
.services-card-image{overflow: hidden;}
.services-card-image img{width: 100%;transition: all linear 0.3s;}
.services-card-image video{width: 100%;top: -120px;position: relative;}
.services-card-content{padding: 35px 35px ;height: 400px;position: relative;z-index: 3;}
.services-card-content h4{color: #3C3C3C;text-align: center;font-family: 'Gilda Display', serif;font-size: 20px;font-style: normal;font-weight: 700;line-height: 32px;transition: all linear 0.3s;}
.services-card-content p{color: #4F4F4F;text-align: center;font-family: 'Gilda Display', serif;font-size: 16px;font-style: normal;font-weight: 600;line-height: 24px;margin: 25px 0 0;transition: all linear 0.3s;}
.services-section-link {text-align: center;position: relative;z-index: 3;}
.services-card:hover .services-card-image img{transform: scale(1.15);}



/*===== Payment Makeup Section =====*/
.payment-makeup{padding: 90px 0;background: url('../imgs/payment-makeup.png') no-repeat; background-size: cover;position: relative;}
.payment-makeup::before{position: absolute;content: "";height: 100%;width: 100%;top: 0;left: 0;background: rgba(12, 12, 12, 0.21);}
.payment-makeup .payment-makeup-content{padding: 0 120px;}
.payment-makeup .section-title{border: 1px solid #FFF;padding: 70px 65px; }
.payment-makeup .section-title h2{color: #FFF;text-align: center;font-family: 'Gilda Display', serif;font-size: 36px;font-style: normal;font-weight: 700;line-height: normal;text-transform: uppercase;}
.payment-makeup .section-title p{color: #FFF;text-align: center;font-family: 'Gilda Display', serif;font-size: 16px;font-style: normal;font-weight: 600;line-height: 28px;margin: 40px 0 65px;}
.payment-makeup-link a{padding: 5px 25px;}
.payment-bottom-shape{position: absolute;bottom: -30px;z-index: 2;width:100%;}
.payment-bottom-shape-inner img{width: 100%;}

/*===== Project Gallery Section =====*/
.project{ padding: 60px 0 50px; background: #fff; }
.project .section-title h2{color: #3C3C3C;text-align: center;leading-trim: both;text-edge: cap;font-family: 'Gilda Display', serif;font-size: 36px;font-style: normal;font-weight: 700;line-height: normal;text-transform: capitalize;}
.project ul{ display: flex; flex-wrap: wrap;padding:0 55px; }
.project ul li{ list-style: none; }
.project-content-item{ position: relative; overflow: hidden; margin-bottom: 30px; }
.project-content-item img{ width: 100%; height: auto; }
.project-content-item a{ position: absolute; top: 0; right: 0; bottom: 0; left: 0; display: flex; justify-content: center; align-items: center; text-transform: uppercase; color: #fff; background: transparent; text-decoration: none; font-size: 30px; font-weight: 700; cursor: pointer; transition: all linear 0.3s; }
.project-content-item a .fa{ position: relative; opacity: 0;  color: #fff;  }
.project-content-item a.overlayer-box{ background: rgba(0,0,0,0.5); }
.project-content-item a:hover{ background: rgba(0,0,0,0.5); }
.project-content-item a:hover .fa{ opacity: 1; }
.project-content-item a.overlayer-box:hover{ background: rgba(0,0,0,0.7); }
.project-content-item a.overlayer-box span{ display: inline-block; padding: 15px 40px 13px; border-radius: 5px; text-decoration: none; background: #B72C00; color: #fff; font-size: 16px; font-family: 'Gilda Display', serif; transition: all linear 0.3s; }
.project-content-item a.overlayer-box span:hover{ background: #B72C00; }
.project-section-link{text-align: center;margin-top:75px; }
.project-section-container{position: relative;z-index: 1}
.project-section-container::before{position: absolute;content: "";background: transparent;height: 97%;width: 32%;top:2.5%;left:10% ;border: 1px solid #bbb;border-right: none;border-top: none;z-index: -1}
.project-section-container::after{position: absolute;content: "";background: transparent;height: 97%;width: 32%;top: 2.5%;right:10% ;border: 1px solid #bbb;border-left: none;border-top: none;z-index: -1;}
.top-border-left{position: absolute;top: 2.5%;background: transparent;border-top: 1px solid #bbb;width:18%;left:10%; }
.top-border-right{position: absolute;top: 2.5%;background: transparent;border-top: 1px solid #bbb;width:18%;right:10%; }


/*===== Why Choose Us Section =====*/
.why-choose-us{ padding: 80px 0 30px; background: #F4F4F4;}
.why-choose-us .section-title h2{ color: #3C3C3C; }
.why-choose-us .section-title h2 span{display: block;}
.why-choose-us .section-title {padding: 0 144px;margin-bottom: 0;}
.why-choose-us .section-title-inner {padding: 0  80px;position: relative;padding-bottom: 40px;z-index: 1;}
.why-choose-us .section-title-inner::before{position: absolute;content: "";background: transparent;height: 95%;width: 35%;bottom: -15px;left: 0;border-top: 1px solid #bbb;border-left: 1px solid #bbb;}
.why-choose-us .section-title-inner::after{position: absolute;content: "";background: transparent;height: 95%;width: 35%;bottom: -15px;right: 0;border-top: 1px solid #bbb;border-right: 1px solid #bbb;}
.why-choose-us-content-container ul li{list-style: none;}
.why-choose-us-content-container ul li .why-choose-us-content {border-radius: 4px;height: 212px; padding: 27px 55px 30px 20px;background: transparent;list-style: none;}
.why-choose-us-content-container ul li span{ position: relative; padding-left: 50px; color: #a6a6a6;font-family: 'Gilda Display', serif;font-size: 24px;font-style: normal;font-weight: 700;line-height: 60px; /* 250% */margin-bottom: 23px; }
.why-choose-us-content-container ul li .why-choose-us-content span::before{ content:""; position: absolute; top: -4px; left: 0; }
.why-choose-us-content-container ul li:nth-child(1) .why-choose-us-content span::before{ content: url(../imgs/why-choose-us-1.png);}
.why-choose-us-content-container ul li:nth-child(2) .why-choose-us-content span::before{ content: url(../imgs/why-choose-us-2.png);}
.why-choose-us-content-container ul li:nth-child(3) .why-choose-us-content span::before{ content: url(../imgs/why-choose-us-3.png);}
.why-choose-us-content-container ul li:nth-child(4) .why-choose-us-content span::before{ content: url(../imgs/why-choose-us-4.png);}
.why-choose-us-content-container ul li p{display: block;color: #4F4F4F;padding-left: 50px; font-family: 'Gilda Display', serif;font-size: 16px;font-style: normal;font-weight: 600;line-height: 28px;margin-top: 5px;}

/*===== Testimonials Section =====*/
.testimonials{ position: relative; padding: 80px 0; background: url('../imgs/testimonial_bg.png') no-repeat bottom center; background-size: cover; }
.testimonials::before{position: absolute;content: "";width: 100%;height: 100%;top: 0;left: 0;background: rgba(0, 0, 0, 0.79);}
.testimonials .section-title {padding: 0 55px;margin: 15px;}
.testimonials .section-title-inner {padding: 0  80px;position: relative;padding-bottom: 40px;z-index: 1;}
.testimonials .section-title-inner::before{position: absolute;content: "";background: transparent;height: 95%;width: 35%;bottom: -15px;left: 0;border-top: 1px solid #bbb;border-left: 1px solid #bbb;}
.testimonials .section-title-inner::after{position: absolute;content: "";background: transparent;height: 95%;width: 35%;bottom: -15px;right: 0;border-top: 1px solid #bbb;border-right: 1px solid #bbb;}
.testimonials .section-title h4{color: #FFF;text-align: center;font-family: 'Gilda Display', serif;font-size: 24px;font-style: normal;font-weight: 400;line-height: normal;margin-top:15px; }
.testimonials .section-title h2{color: #fff;}
.testimonials-quotation{ text-align: center;position:relative;z-index:2; }
.testimonials-quotation img{ display: inline-block; }
.testimonials .item{ padding: 15px; }
.testimonials-content{ margin: 10px auto; max-width: 1000px; text-align: center;  }
.testimonials-content p{ color: #FFF;text-align: center;font-family: 'Gilda Display', serif;font-size: 16px;font-style: normal;font-weight: 500;line-height: 28px; /* 175% */ }
.testimonials-content h4{ color: #FFF;text-align: center;font-family: 'Gilda Display', serif;font-size: 20px;font-style: normal;font-weight: 600;line-height: 30px;  margin-top: 30px; }
.testimonials-content img{ display: block; margin: 5px auto 0; }
.testimonials-link{ margin-top: 15px; text-align: center; }
.testimonials-link a{padding: 15px 25px;}
.testimonials-top-shape{position: absolute;top: -30px;left:0;z-index: 2;width:100%;}
.testimonials-top-shape-inner img{width: 100%;}
.testimonials-bottom-shape{position: absolute;bottom: -30px;left: 0; z-index: 2;width:100%;}
.testimonials-bottom-shape-inner img{width: 100%;}


/*===== Home Free Estimate Section =====*/
.home-free-estimate{ padding: 80px 0; background:#fff;border-top:1px solid #0000; }
.home-free-estimate .section-title {padding: 0 65px;margin: 15px;}
.home-free-estimate .section-title-inner {padding: 0  80px;position: relative;padding-bottom: 40px;z-index: 1;}
.home-free-estimate .section-title-inner::before{position: absolute;content: "";background: transparent;height: 95%;width: 35%;bottom: -15px;left: 0;border-top: 1px solid #bbb;border-left: 1px solid #bbb;z-index: -1;}
.home-free-estimate .section-title-inner::after{position: absolute;content: "";background: transparent;height: 95%;width: 35%;bottom: -15px;right: 0;border-top: 1px solid #bbb;border-right: 1px solid #bbb;z-index: -1;}
.home-free-estimate .section-title h2{ color: #000; }
.home-free-estimate .section-title p{ margin: 15px auto 0; color: #000; font-size: 16px; font-family: 'Gilda Display', serif; line-height: 36px; }
.home-free-estimate .section-title p span{display: block;}
.home-free-estimate-form{padding: 63px 54px;border-radius: 5px;background: #FFF;box-shadow: 0px 4px 32px 12px rgba(0, 0, 0, 0.08);margin-left:-10px;position:relative;z-index:1; }
.home-free-estimate-form ul li{ list-style: none; }
.home-free-estimate-form ul li:last-child{ text-align: center; }
.home-free-estimate-form-control{ height: 58px;border-radius: 5px;border: 1px solid #D9D9D9;background: rgba(217, 217, 217, 0.00); margin-bottom: 30px; }
.home-free-estimate-form-control::placeholder{ color: #696969;font-family: 'Gilda Display', serif;font-size: 15px;font-style: normal;font-weight: 400;line-height: 36px;text-transform: capitalize; }
.btn-home-free-estimate-form-control{ display: block;  width: 100%; border-radius: 50px;padding: 12px; background: #f5f6f4;text-decoration: none;color: #000;font-family: 'Gilda Display', serif;font-size: 20px;font-style: normal;font-weight: 600;border: 1px solid #f5f6f4; line-height: 36px;transition: all linear 0.3s; }
.btn-home-free-estimate-form-control:hover{ background: transparent; }
.home-free-estimate .row .col-sm-5{padding-right: 0;}
.home-free-estimate .row .col-sm-7{padding-left: 0;}
.home-free-estimate-thumbnail {position: relative;z-index: 2;text-align: right;}
.home-free-estimate-thumbnail img{;}
.home-free-estimate-form textarea{min-height: 160px;}

/*===== Footer Section =====*/
.footer{ padding: 100px 0 0px; background: url('../imgs/footer_bg.png') no-repeat top center; background-size: cover;position:relative;z-index:1; }
.footer::before{position: absolute;content: "";height: 100%;width: 100%;top: 0;left: 0;background: rgba(0, 0, 0, 0.32);z-index: -1;}
.footer-top-shape{position: absolute;top: -15px;left:0;z-index: 2;width:100%;}
.footer-top-shape-inner img{width: 100%;}
.footer-about{ padding-right: 100px; }
.footer-content h2{ color: #FFF;text-align: justify;font-family: 'Gilda Display', serif;font-size: 36px;font-style: normal;font-weight: 700;line-height: 25px;margin-bottom: 18px; }
.footer-content h2 span{ display: block; font-family: 'Gilda Display', serif; margin: 10px 0; }
.footer-content h4{color: #FFF;text-align: justify;font-family: 'Gilda Display', serif;font-size: 24px;font-style: normal;font-weight: 400;line-height: 25px;text-transform: uppercase; margin-top: 50px; margin-bottom: 13px; }
.footer-content h4 span{ position: relative; display: inline-block; line-height: 0; }
.footer-content h4 span::before{ content: ''; position: absolute; top: 50%; left: calc(100% + 15px); transform: translateY(-50%); width: 61px; height: 2px; background: #fff; }
.footer-content p{color: #FFF;text-align: justify;font-family: 'Gilda Display', serif;font-size: 16px;font-style: normal;font-weight: 400;line-height: 28px; }
.footer-service-area{padding-left: 25px;}
.footer-business-hour,footer-service-area{padding-bottom: 20px;}
.footer-service-area ul li,
.footer-business-hour ul li{ list-style: none;color: #FFF;text-align: justify;font-family: 'Gilda Display', serif;font-size: 18px;font-style: normal;font-weight: 400;line-height: 32px;}
.footer-business-hour ul li span{ color: #A65A00; }
.footer-contact-info ul li{ position: relative; padding-left: 65px; list-style: none; color: #FFF;text-align: justify;font-family: 'Gilda Display', serif;font-size: 18px;font-style: normal;font-weight: 600;line-height: 25px; /* 138.889% */margin: 15px 0; }
.footer-contact-info ul li::before{ content: ''; position: absolute; top: 50%; left: 0; transform: translateY(-50%); color: #000; font-size: 18px; font-family: 'FontAwesome'; width: 40px; height: 40px; border-radius: 5px; background: #fff; display: flex; justify-content: center; align-items: center; }
.footer-contact-info ul li:nth-child(1)::before{ content: '\f095'; }
.footer-contact-info ul li:nth-child(2)::before{ content: '\f041'; }
.footer-contact-info ul li:nth-child(3)::before{ content: '\f0e0'; }
.footer-contact-info ul li span{ display: block; }
.footer-logo-gallery{ display: flex; justify-content: space-between; align-items: center; margin-top: 30px; }
.footer-contact-info h4{margin-top: 10px;}

/*===== Footer Section =====*/
.copyright{ padding: 20px 0; background:transparent; border-top: #fff solid 1px; }
.copyright p{ color: #fff; font-size: 18px; text-align: center; font-family: 'Gilda Display', serif; }
.copyright p a{ color: #B72C00; text-decoration: none; }

/*===== Slider Plugins =====*/
#banner-slider .owl-buttons{ display: none; }
#banner-slider .owl-dots { position: absolute; left: 50%; top: 90%; transform: translate(-50%,0); z-index: 9; }
#banner-slider .owl-dots .owl-dot span{ width: 15px; height: 15px; border-radius: 50%; background: #fff; border: none; opacity: 1; }
#banner-slider .owl-dots .active span{ background: #B72C00; }

#testimonials-slider .owl-dots{ display: none; }
#testimonials-slider .owl-nav{ display: none; }
#testimonials-slider .owl-nav .owl-prev{ position: absolute; top: 50%; left: -75px; transform: translateY(-50%); font-family: 'FontAwesome'; text-align: center; width: 50px; height: 50px; border: none; background: #fff; color: #000; font-size: 40px; border-radius: 50%; opacity: 1; display: flex; justify-content: center; align-items: center; z-index: 999; transition: all linear 0.3s; }
#testimonials-slider .owl-nav .owl-next{ position: absolute; top: 50%; right: -75px; transform: translateY(-50%); font-family: 'FontAwesome'; text-align: center; width: 50px; height: 50px; border: none; background: #fff; color: #000; font-size: 40px; border-radius: 50%; opacity: 1; display: flex; justify-content: center; align-items: center; z-index: 999; transition: all linear 0.3s; }
#testimonials-slider .owl-nav .owl-prev:hover,
#testimonials-slider .owl-nav .owl-next:hover{ background: #B72C00; color: #fff; }
#testimonials-slider .owl-nav .owl-prev span{ margin-right: 5px; margin-bottom: 5px; }
#testimonials-slider .owl-nav .owl-next span{ margin-left: 5px; margin-bottom: 5px; }

/*-- OWL-CAROUSEL CONFIGS --*/
#services-slider .owl-item img,
#testimonials-slider .owl-item img{ width: initial; }

/*===== Pages Breadcrumb =====*/
.content-banner{ padding: 30px 0; background: #fbf9ec; }
.breadcrumb{ padding: 10px 15px; margin: 0; margin-bottom: 0; color: #151515; background: #fff; border-radius: 0; font-family: 'Gilda Display', serif; text-transform: uppercase; font-weight: 700; font-size: 14px; }
.breadcrumb a{ color: #B72C00; text-decoration: none;font-weight:700; }
.breadcrumb .fa{  display: inline-block; margin: 0 10px; font-size: 11px; font-weight: 700; margin-top: 4px; }

/*===== Content Pages =====*/
.content{ width: 100%; padding: 50px 0; background: #eee; }
.content-block{ padding: 20px; background: #fff; }
.sectiontitleunderline{ display: block; width: 80px; height: 2px; margin: 0 0 30px; background: #333; }
.content h2{ text-transform: uppercase; font-size: 24px; color: #000; font-weight: 900; font-family: 'Gilda Display', serif; margin-bottom: 10px; }
.content h3{ text-transform: uppercase; font-size: 18px; color: #000; font-weight: 700; font-family: 'Gilda Display', serif; margin-bottom: 10px; }
.content h4{ text-transform: uppercase; font-size: 16px; color: #000; font-weight: 700; font-family: 'Gilda Display', serif; margin-bottom: 10px; }
.content p{ font-size: 16px; line-height: 30px; font-family: 'Gilda Display', serif; color: #666; margin-bottom: 15px; }
.content ol,
.content ul{ margin:0 ; padding: 0; margin-bottom: 15px; }
.content li{ margin-left: 18px; line-height: 30px; font-size: 16px; font-family: 'Gilda Display', serif; color: #666; }

/*===== 404 || Page Not Found =====*/
.content-banner .page-not-found-title{ color: #fff; }
.page_not_found{ display: block; text-align: center; padding: 50px; }
.page_not_found h2{ font-size: 120px; color: #34495e; }
.page_not_found p{ font-size: 18px; color: #34495e; text-align: center; }
.page_not_found a{ display: inline-block; padding: 10px 25px; background: #c0392b; color: #fff; border-radius: 3px; text-decoration: none; }
.page_not_found a:hover{ background: #e74c3c; }

/*===== Latest Testimonials and Form Page =====*/
.content .reviewsblock{ padding: 15px 0; background: #fbf9ec; width: 100%; text-align: center; }
.content .reviewsblock h4{ margin-bottom: 0; text-transform: uppercase; color: #000; font-size: 24px; font-weight: 700; }
.reviewsform{ padding: 15px; background: #eee; min-height: 150px; width: 100%; }
.reviewsformstyle{ height: 44px; border-radius: 0; border: #666 solid 1px; color: #666; margin-bottom: 15px; }
.reviewsform input::placeholder{ color: #666; }
.reviewsform textarea::placeholder{ color: #666; }
.btn-reviewsformstyle{ display: block; text-transform: uppercase; width: 100%; color: #fff; background: #000; border: none; padding: 10px 16px; font-size: 18px; border-radius: 0; transition: all linear 0.3s; }
.btn-reviewsformstyle:hover{ background: #2ecc71; }

/* Bootstrap(v5.2.3) Accordion */
.testimonials-page{ display: block; margin-top: 15px; }
 .testimonials-page .accordion-button:focus,
.testimonials-page .accordion-button:active,
.testimonials-page .accordion-button{ padding-bottom: 13px; background: #000; color: #fff; box-shadow: none; }
.testimonials-page .accordion-button.collapsed{ background: #fff; color: #000; }
.testimonials-page .accordion-button:not(.collapsed)::after{ content: '\f107'; font-family: 'fontawesome'; font-size: 18px; color: #fff; text-decoration: none; background-image: initial; }
.testimonials-page .accordion-button.collapsed::after{ content: '\f107'; font-family: 'fontawesome'; color: #000; text-decoration: none; background-image: initial; } 

/*===== Latest Contact Form =====*/
.contact-form-section .form-group{ position: relative; overflow: hidden; margin: 0; margin-bottom: 30px; }
.contact-form-section .form-group .fa{ position: absolute; top: 0; z-index: 999; height: 100%; width: 50px; background: #fbf9ec; text-align: center; padding-top: 15px; color: #000; font-size: 18px; }
.contact-form-section .form-group .sms{ height: 100%; }
.contact-form-section .contact-form-control{ padding-left: 65px; height: 50px; border-color: #666; border-radius: 0; }
.contact-form-section .contact-form-control::placeholder{ color: #666; }
.contact-form-section textarea.contact-form-control{ height: 200px; }
.contact-form-section .btn-contact-form-control{ width: 150px; color: #fff; background-color: #000; border: none; border-radius: 0; padding: 10px 16px; font-size: 18px; line-height: 1.3333333; transition: all linear 0.3s; }
.contact-form-section .btn-contact-form-control:hover{ background: #2ecc71; }
.contact-page-location-map .googlemap{ height: 400px; overflow: hidden; border: #eee solid 1px; }

/*===== Latest Free Estimate Form =====*/
.free-estimate-form .form-title{ padding: 10px 15px; background: #B72C00; color: #fff; }
.free-estimate-form .form-group{ position: relative; overflow: hidden; margin: 0; margin-bottom: 30px; }
.free-estimate-form .form-group .fa{ position: absolute; top: 22px; z-index: 999; height: 100%; width: 50px; background: #fbf9ec; text-align: center; padding-top: 15px; color: #000; font-size: 18px; }
.free-estimate-form .form-group .sms{ height: 100%; }
.free-estimate-form .free-estimate-form-control{ padding-left: 65px; height: 50px; border-color: #666; border-radius: 0; }
.free-estimate-form .free-estimate-form-control::placeholder{ color: #666; }
.free-estimate-form textarea.free-estimate-form-control{ height: 200px; }
.free-estimate-form .btn-free-estimate-form-control{ width: 150px; color: #fff; background-color: #000; border: none; border-radius: 0; padding: 10px 16px; font-size: 18px; line-height: 1.3333333; transition: all linear 0.3s; }
.free-estimate-form .btn-free-estimate-form-control:hover{ background: #2ecc71; }

/*===== Insurance Claim Page =====*/
.insurance-claim-assistance{ padding: 50px; }

/* Insurance Claim Form */
.insurance-claim-form .insurance-claim-form-control{ height: 50px; border-color: #666; border-radius: 50px; margin-bottom: 15px; padding-left: 30px; }
.insurance-claim-form .insurance-claim-form-control::placeholder{ color: #666; }
.insurance-claim-form textarea.insurance-claim-form-control{ height: 200px; border-radius: 30px; padding-top: 15px; }
.insurance-claim-form .btn-insurance-claim-form-control{ width: 150px; color: #fff; background-color: #000; border: none; border-radius: 50px; padding: 15px 30px; font-size: 18px; line-height: 1.3333333; transition: all linear 0.3s; }
.insurance-claim-form .btn-insurance-claim-form-control:hover{ background: #2ecc71; }

/* Insurance Claim Content */
.insurance-claim-form h4{ color: #000; font-size: 20px; }
.insurance-claim-form span{ display: block; margin-bottom: 10px; color: #E56221; font-size: 16px; }
.insurance-claim-form p{ color: #000; font-size: 16px; line-height: 30px; }
.insurance-claim-content{ padding-left: 50px; }
.insurance-claim-content h3{ color: #000; font-size: 50px; }
.insurance-claim-content h3 span{ display: block; }
.insurance-claim-content h3 span:first-child{ color: #E56221; margin-bottom: 15px; }
.insurance-claim-content p{ color: #E56221; font-size: 16px; line-height: 36px; }
.insurance-claim-content ul li{ color: #000; font-size: 16px; line-height: 36px; }

/*===== Free Roof Inspections Page =====*/
.free-roof-inspections-content{ background: transparent; border-top: #333 solid 1px; border-bottom: #333 solid 1px; }
.free-roof-inspections-content h2{ color: #000; font-size: 42px; border-bottom: #E56221 solid 1px; padding-bottom: 15px; text-align: center; margin-bottom: 50px; }
.free-roof-inspections-form-control{ padding-left: 15px; height: 50px; border-color: #666; border-radius: 0; margin-bottom: 30px; }
.free-roof-inspections-form .free-roof-inspections-form-control::placeholder{ color: #666; }
.free-roof-inspections-form textarea.free-roof-inspections-form-control{ padding-left: 15px; padding-top: 15px; height: 200px; }
.free-roof-inspections-form .btn-free-roof-inspections-form-control{ display: inline-block; color: #fff; background: #000; border: none; border-radius: 0; padding: 15px 30px; text-transform: uppercase; font-size: 18px; transition: all linear 0.3s; }
.free-roof-inspections-form .btn-free-roof-inspections-form-control:hover{ background: #000; }


/*========== Responsive ==========*/
@media (max-width: 1400px){
      .navbar .navbar-nav > li > a{font-size: 13px;}
      .navbar .navbar-nav > li {margin:0 8px;}
      .banner-content-box:before{width: 38%;}
      .banner-content-box:after{width: 38%;}

      .welcome-content h1 {font-size: 29px;}
       
      .services .section-title {padding: 0 89px;margin-bottom: 0;}
      .services .section-title p{ width:100%; }
      .services-card-content {  padding: 34px 23px;height: 450px;}

      .top-border-left,
      .top-border-right{width:15%; }


      .home-free-estimate-form{margin-left: 40px;}


}
@media (max-width: 992px){

      .header-middle .logo img{ width: 100%; height: auto; }
      .header-middle ul{ margin-top: 15px; }
      .header-middle ul li:last-child a{ margin-left: 15px; }
      .header-bottom .container{ width: 100%; }
      .navbar .navbar-nav > li {    margin: 0 1px;}
      .header-middle ul li:last-child a{margin: 0;}
      .navbar .navbar-nav > li > a {   margin: 20px 1px;   font-size: 12px;}

      .banner-content {top: 61%;}
      .banner-content-box h4{ font-size: 24px; }
      .banner-content-box h2{ font-size: 36px; }
      .banner-content-box p {font-size: 23px;  margin: 21px 0 23px;}
      .banner-content-box:before ,.banner-content-box:after{   width: 24%;}

      .welcome{padding: 40px 0 20px;}
      .welcome-thumbnail{ display: block; }

      .services{ padding: 50px 0 30px; }
      .services-top-shape{top: -15px;}
      .services-card-content{height: auto}
      .services .section-title-inner::before,.services .section-title-inner::after { width: 25%;}
      .services-card-content {   padding: 34px 30px;}
      .services-card-content h4 { font-size: 18px;}
      .services-card-content p {font-size: 15px;}

      .section-title h2 {font-size: 27px;}
      .section-title p {font-size: 15px;}

      .payment-makeup{padding: 40px 0;}
      .payment-makeup .payment-makeup-content {    padding: 0 32px;}
      .payment-bottom-shape {bottom: -15px;}

      .why-choose-us{ padding: 40px 0px; }
      .why-choose-us-item-content{ padding: 30px 0; }

      .home-free-estimate{padding: 40px 0;}
      .home-free-estimate-form{ margin-left: 0; }
      .home-free-estimate .section-title{ padding-top: 40px; margin-bottom: 30px; }
      .home-free-estimate .section-title-inner {padding: 0 30px;}
      .home-free-estimate .section-title {    padding: 0 25px;}
      .home-free-estimate-thumbnail img{width: 100%;}
      .home-free-estimate .section-title-inner::before,.home-free-estimate .section-title-inner::after{height: 100%;}

      .testimonials-top-shape {top: 0;}
      .testimonials-content{ padding: 0 50px; }

      .footer-about { padding-right: 0; }
      .footer-contact-info ul li {font-size: 15px;}
      .footer-content h4 {font-size: 21px;}
      .footer-service-area ul li, .footer-business-hour ul li {font-size: 16px;}

      #testimonials-slider .owl-nav .owl-prev{ left: -15px; }
      #testimonials-slider .owl-nav .owl-next{ right: -15px; }


/* Meduim Device */
@media (max-width: 769px){

      .header-middle ul li a,
      .header-middle ul li:last-child a{ font-size: 16px; }
      .header-bottom .container{ max-width: 100%; }
      .navbar .navbar-nav > li > a{ margin: 15px 10px; font-size: 14px; }
      .banner-content { top: 61%;    padding: 0px 105px;}
      .banner-content-box h4{ font-size: 18px; }
      .banner-content-box h2{ font-size: 24px; margin: 10px 0 15px; }
      .banner-content-box a{ padding: 13px 30px 10px; font-size: 16px; }
      .banner .item{height: 100%;}
      .welcome-thumbnail{ width: 95%; }
      .welcome-thumbnail::before{ width: 100%; }
      .welcome-thumbnail::after{ width: 100%; }
      .welcome-content h4{ font-size: 18px; }
      .welcome-content h1{ font-size: 30px; line-height: 36px; }
      .welcome-content {padding: 0 15px;}
      .section-title h2,
      .process .section-title h2{ font-size: 30px; }
      .welcome-content p{ line-height: 30px; }
      .welcome-content-link ul li a{ padding:13px 30px 10px; font-size: 16px; }

      ..services .section-title {padding: 0 15px;}
      .services .section-title p{ width: 100%; }
      .services .section-title-inner {  padding: 0 15px;}
      .services-card-content{height: auto;}
      .process ul li,
      .process ul li:nth-child(odd),
      .process ul li:nth-child(2),
      .process ul li:nth-child(4){ text-align: left; }

      .project ul {flex-direction: column}
   
}
@media (max-width: 767px){

      .process ul li:nth-child(2) .process-item,
      .process ul li:nth-child(4) .process-item,
      .process ul li:nth-child(1) .process-item,
      .process ul li:nth-child(3) .process-item{ margin-left: 80px; transform: translateX(45px); }

      /*===== Go To Top =====*/
      #back-top{ right: 15px; bottom: 25px; }
      #back-top a { width: 40px; height: 40px;  }
      #back-top a .fa{ font-size: 16px; margin-top: 10px; }

      /*=====Social Media =====*/
      .share_icon .fa{ width: 45px; height: 45px; font-size: 18px; }
      .social_icon ul li .fa{  width: 43px; height: 43px; font-size: 18px; }
      .social_icon.active ul li:nth-child(1) .fa{ bottom: 188px; }
      .social_icon.active ul li:nth-child(2) .fa{ bottom: 145px; }
      .social_icon.active ul li:nth-child(3) .fa{ bottom: 102px; }
      .social_icon.active ul li:nth-child(4) .fa{ bottom: 59px; }

      /*===== Enable Header Menu Default in Small Device =====*/
      .mobile_menu{ display: block; width: 0; }
      .mobile_menu.active{ width: 100%; }
      .serv_dropdown_menu{ padding-left: 30px; }

      .mobile_button{display: block;}
      .hidden-in-desktop > li > a{ position: relative; display: inline-block; padding: 0; margin: 20px 0px; border: none; border-radius: 0;  background: transparent;  text-decoration: none;color: #FFF;font-size: 16px;font-weight: 600;text-transform: uppercase; font-family: 'Gilda Display', serif; transition: all linear 0.3s; }
      
      .hidden-in-desktop > li {margin-right: 0;}
      .hidden-in-desktop > li > a{padding: 12px 25px;background: #ECECEC; color: #000;  }
      .hidden-in-desktop > li > a:hover{ background: #b72c00; border-color: #000; color: #fff; }

      /*========== Body Section ===============*/
      .header{ padding: 67px 0 5px;position:relative;background:transparent; }
      .header-page{ padding: 67px 0 5px;position:relative; }
      .header-middle{padding: 0;}
      .header-middle .logo{text-align: center;}
      .header-middle .logo img{width: 80%;}
      .header-middle ul{text-align: center;}
      .header-top ul li{ font-size: 14px; }
      .header-top ul li:first-child{ margin-right: 0; }
      .header-top ul li:last-child{ margin-top: 0; }
      .header-middle ul li{ display: inline-block; text-align: center;margin:0 15px; }
      .header-middle ul li a{border-radius: 0;}
      .header-middle ul li:first-child{ margin-bottom: 10px;display: block; }
      .header-middle ul li:last-child a{ margin-left: 0; }
      .header-middle ul li a{color: #000;}
      .header-bottom{ display: none; }


      .banner-content {  top: 50%;  padding: 0px 15px;}
      .banner-content-box p {    font-size: 15px;    margin: 0px 0 30px;}
      .banner-content-box h2{ font-size: 17px; margin: 9px 0 10px; }
      .banner-content-box a{ padding: 10px 20px 8px; font-size: 14px; }
      .banner-bottom-shape{bottom: -8px;}
      #banner-slider .owl-dots{ top: 80%; }

      .welcome{ padding: 40px 0; }
      .welcome-content{margin-top: 0;}
      .welcome-content h4{ margin-top: 50px; }
      .welcome-content h1{ font-size: 18px;line-height:normal; }
      .welcome-content p {    line-height: 26px;    font-size: 15px;}
      .welcome-content-link ul{ margin-top: 15px; }
      .welcome-content-link ul li:first-child{ margin-bottom: 15px; }
      .welcome-content-link ul li:first-child a{ padding: 0; }
      .welcome-content-container {padding-top: 25px}

      .section-title{ margin-bottom: 30px; }
      .section-title h4{ font-size: 16px; }
      .section-title h2,
      .services .section-title h2{ font-size: 24px; }
      .section-title p{ font-size: 14px; line-height: 22px; margin-top: 10px; }

      .services{ padding: 40px 0 30px; }
      .services-top-shape {top: -7px;}
      .services .section-title-inner::before, .services .section-title-inner::after {width: 20%; bottom: 0px;}
      .services .section-title {padding: 0 15px;}
      .services-item-content{ padding: 20px 0 0; }
      .services-item-content h4{ font-size: 20px; margin-bottom: 10px; }
      .services-card{margin-bottom: 1.5rem;box-shadow: 0px 4px 32px 12px rgba(0, 0, 0, 0.08);padding-bottom: 50px;}

      .payment-makeup{background-position: bottom;}
      .payment-makeup .section-title{padding: 25px 15px;}
      .payment-makeup .section-title h2 {font-size: 24px;}
      .payment-bottom-shape {  bottom: -6px;}

      .testimonials{ padding: 50px 0 70px; }
      .testimonials-top-shape {  top: -7px;}
      .testimonials-bottom-shape { bottom: -7px;}
      .testimonials .section-title{padding: 0 15px;}
      .testimonials .section-title-inner::before{width: 20%;   bottom: -6px;}
      .testimonials .section-title-inner::after {width: 10%;   bottom: -6px;}
      .testimonials .section-title-inner{padding: 0 25px;}
      .testimonials-content{ width: 100%; padding: 0 30px; }
      .testimonials-content p{ font-size: 16px; line-height: 30px; text-align: center; }
      .testimonials-content h4{ font-size: 18px; margin-top: 15px; }
      .testimonials-link a{ font-size: 14px; padding: 12px 20px; }

      .why-choose-us{ padding: 40px 0; }
      .why-choose-us .section-title{padding: 0 15px;}
      .why-choose-us .section-title-inner::before,.why-choose-us .section-title-inner::after {width: 21%;}
      .why-choose-us-content-container ul li .why-choose-us-content{height: auto}
      .why-choose-us-content-container ul li span {font-size: 20px;}
      .why-choose-us-content-container ul li .why-choose-us-content{padding: 15px ;}

      .project{ padding: 30px 0; }
      .project-content-item{ margin-bottom: 15px; }
      .project .section-title h2{font-size: 24px;}
      .project-section-container::before,.top-border-left {left:1%; }
      .project-section-container::after,.top-border-right {right:1%; }
      .project ul {padding: 0 40px;}

      .home-free-estimate{ padding: 40px 0; }
      .home-free-estimate .section-title{ padding: 0 10px 20px;margin-bottom:0; }
      .home-free-estimate .section-title-inner{ padding: 0 10px; }
      .home-free-estimate .section-title-inner::before,.home-free-estimate .section-title-inner::after{width: 20%;}
      .home-free-estimate .section-title p{ line-height: 30px; }
      .home-free-estimate-form{ padding: 30px 20px; margin-top: 1.5rem;}
      .home-free-estimate .row .col-sm-5{padding-right: calc(var(--bs-gutter-x) * .5);}
      .home-free-estimate .row .col-sm-7{padding-left: calc(var(--bs-gutter-x) * .5);}

      .footer{ padding: 50px 0 0; }
      .footer-top-shape {top: -7px;}
      .footer-content{padding: 15px;}

      .footer-content h2{ font-size: 24px; margin-bottom: 15px; }
      .footer-content h2 span{ display: inline; }
      .footer-content p{ text-align: left; }
      .footer-content h4{ font-size: 20px; margin-bottom: 15px;margin-top:0; }
      .footer-content h4 span::before{ width: 50px; height: 2px; }

      .copyright{ padding: 20px 30px; }
      .copyright p{ font-size: 14px; }

      /*===== ALL Slider Section =====*/ 
      #banner-slider .owl-pagination{ top: 80%; }

      /*===== Pages Section =====*/
      .content-banner{ padding: 20px 0; }
      .content h2{ font-size: 20px; }
      .sectiontitleunderline{ margin: 0 0 15px; }
      .breadcrumb .fa{ margin: 5px; }
      .content p{ font-size: 14px; line-height: 26px; margin-bottom: 10px; }

      .insurance-claim-assistance{ padding: 0; }
      .insurance-claim-content { padding-left: 0; }
      .insurance-claim-content h3{ font-size: 24px; margin-top: 30px; }
      .free-roof-inspections-content h2{ margin-bottom: 30px; }
      .free-roof-inspections-form-control { padding-left: 10px; height: 45px; margin-bottom: 10px; font-size: 14px; }
      .free-roof-inspections-form .btn-free-roof-inspections-form-control{ padding: 10px 15px;font-size: 14px; }

}