@import url('https://fonts.googleapis.com/css2?family=Barlow:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Gilda+Display&display=swap');

body {
    font-family: 'avenirbook';
    font-size: 16px;
    font-weight: 400;
    line-height: 1.75em;
    color: #666;
}

*,
ul,
ol {
    margin: 0;
    padding: 0;
}

ul,
ol {
    list-style-type: none;
}

a {
    color: inherit;
    text-decoration: none;
}

a:hover,
a:focus {
    color: #000;
    outline: none;
    text-decoration: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    color: #1F1F25;
    font-weight: 600;
    margin-top: 0;
    margin-bottom: 15px;
}

.bg-color1 {
    background-color: rgb(127, 29, 16);
}

.bg-color2 {
    background-color: #7f1d10;
}

.bg-color3 {
    background-color: #ECF0B3;
}

.text-color1 {
    color: rgb(127, 29, 16) !important;
}

.text-color2 {
    color: #000000 !important;
}

.txt-hover:hover,
.txt-hover:focus {
    color: #a9a9a9;
}

.width-30 {
    width: 30%;
}

.width-40 {
    width: 40%;
}

.width-50 {
    width: 50%;
}

.width-70 {
    width: 70%;
}

.width-60 {
    width: 60%;
}

.flexbox {
    display: -webkit-box;
    display: flex;
}

.flexbox .element {
    height: 100%;
}

/* .header-bottom {
    background-color: transparent;
    padding: 20px;
    position: relative;
} */


.parallax {
  position: relative;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}
.parallax .container,
.parallax .container-xxl,
.parallax .container-fluid,
.parallax .container-auto {
  position: relative;
  z-index: 1;
}

.parallax-window {
    height: 600px;
    background: transparent;
    display: table;
    width: 100%;
}

.home-slide {
    position: absolute;
    display: table-cell;
    vertical-align: middle;
    content: '';
    /* text-align: center; */
    width: 100%;
    top: 70%;

}

.parallax-fixed {
    background-attachment: fixed;
}

.home-parallax h1 {
    font-size: 48px;
    font-style: normal;
    margin-bottom: 20px;
    font-weight: 400;
    line-height: 1.25em;
}

/* .logo {
    display: inline-block;
    margin: 5px auto;
}

.logo .img-fluid {
    max-width: 70%;
}

.mobile-menu {
    display: none;
}

.cwdesign-header {
    padding: 5px 0;
    position: absolute;
    top: auto;
    z-index: 9999;
    width: 100%;
    background: transparent;
}

.cwdesign-header .cwdesign-logo {
    line-height: 0;
    padding: 10px 0;
    color: #fff;
    display: inline-block;
} */

/* .cwdesign-header .cwdesign-logo img {
    width: 180px;
} */

/* .cwdesign-header .social li {
    display: inline-block;
}

.cwdesign-header .social li a {
    color: #fff;
    padding: 0 10px;
}

.cwdesign-header .heading {
    color: #fff;
}

.cwdesign-header.scrolled {
    position: fixed;
    padding: 5px 0;
    top: 0;
    background: #fff;
    -webkit-transition: .0s all ease;
    -o-transition: .0s all ease;
    transition: .0s all ease;
    -webkit-transform: translateY(-100%);
    -ms-transform: translateY(-100%);
    transform: translateY(-100%);
    -webkit-box-shadow: 0px 5px 15px rgb(0 0 0 / 10%);
    box-shadow: 0px 5px 15px rgb(0 0 0 / 10%);
}

.cwdesign-header.scrolled .social {
    margin-top: 10px;
}

.cwdesign-header.scrolled .social li a {
    color: #fff;
}

.cwdesign-header.scrolled .cwdesign-logo {
    line-height: 1em;
    padding: 10px 0;
    color: #fff;
    font-size: 30px;
    display: inline-block;
    font-weight: 300;
}

.cwdesign-header.scrolled .cwdesign-logo img {
    width: 250px;
}

.cwdesign-header.scrolled .cwdesign-nav-toggle {
    top: -1px !important;
}

.cwdesign-header.awake,
.cwdesign-header.awake.sleep {
    -webkit-transition: .3s all ease;
    -o-transition: .3s all ease;
    transition: .3s all ease;
    -webkit-transform: translateY(0%);
    -ms-transform: translateY(0%);
    transform: translateY(0%);
}

.cwdesign-header.sleep {
    -webkit-transition: .3s all ease;
    -o-transition: .3s all ease;
    transition: .3s all ease;
    -webkit-transform: translateY(-100%);
    -ms-transform: translateY(-100%);
    transform: translateY(-100%);
}

.cwdesign-nav-toggle {
    top: -3px !important;
}

.cwdesign-nav-toggle i,
.cwdesign-nav-toggle i:before,
.cwdesign-nav-toggle i:after {
    background: #fff;
}

.cwdesign-wrap-burger-wrap {
    position: relative;
    z-index: 1022;
}

.cwdesign-nav-toggle {
    width: 102px;
    height: 30px;
    cursor: pointer;
    text-decoration: none;
    position: relative;
    top: -15px;
    z-index: 109;
    display: flex !important;
    align-items: center;
    gap: 10px;
    float: right;
    right: 0;   
    border-bottom: none !important;
}

.cwdesign-nav-toggle span {
    font-weight: 600;
    font-size: 19px;
    color: #fff;
    font-family: 'Gilda Display', serif;
}

.scrolled .cwdesign-nav-toggle span {
    color: rgb(127,29,16)
}

.cwdesign-nav-toggle:hover i:before {
    top: -7px;
}

.cwdesign-nav-toggle:hover i:after {
    bottom: -7px;
}

.cwdesign-nav-toggle.active i {
    background: transparent !important;
}

.cwdesign-nav-toggle.active i:before {
    top: 0px;
    -webkit-transform: rotateZ(45deg);
    -moz-transform: rotateZ(45deg);
    -ms-transform: rotateZ(45deg);
    -o-transform: rotateZ(45deg);
    transform: rotateZ(45deg);
}

.cwdesign-nav-toggle.active i:after {
    bottom: 0;
    -webkit-transform: rotateZ(-45deg);
    -moz-transform: rotateZ(-45deg);
    -ms-transform: rotateZ(-45deg);
    -o-transform: rotateZ(-45deg);
    transform: rotateZ(-45deg);
}

.cwdesign-nav-toggle:hover,
.cwdesign-nav-toggle:focus,
.cwdesign-nav-toggle:active {
    outline: none;
    border-bottom: none !important;
}

.cwdesign-nav-toggle i {
    position: relative;
    display: -moz-inline-stack;
    display: inline-block;
    zoom: 1;   
    width: 25px;
    height: 2px;
    font: bold 14px/.4 Helvetica;
    text-transform: uppercase;
    text-indent: -55px;
    background: #fff;
    -webkit-transition: all .2s ease-out;
    -o-transition: all .2s ease-out;
    transition: all .2s ease-out;
}

.scrolled .cwdesign-nav-toggle i {
    background: rgb(127,29,16)
}

.cwdesign-nav-toggle i:before,
.cwdesign-nav-toggle i:after {
    content: '';
    width: 25px;
    height: 2px;
    background: #fff;
    position: absolute;
    right: 0;
    -webkit-transition: 0.2s;
    -o-transition: 0.2s;
    transition: 0.2s;
}
.menu-open .cwdesign-nav-toggle i,
.menu-open .cwdesign-nav-toggle i:after,
.menu-open .cwdesign-nav-toggle i:before{
    background: rgb(127,29,16) 
}
.menu-open .cwdesign-nav-toggle span{
    color: rgb(127,29,16)
}
.scrolled .cwdesign-nav-toggle i:before,
.scrolled .cwdesign-nav-toggle i:after {
    background: rgb(127,29,16)
}

.cwdesign-nav-toggle i:before {
    top: -6px;
}

.cwdesign-nav-toggle i:after {
    bottom: -6px;
}

.cwdesign-wrap {
    display: block;
    background: #fff;
    right: 0;
    z-index: 101;
    position: fixed;
    width: 340px;
    -webkit-transform: translateX(100%);
    -ms-transform: translateX(100%);
    transform: translateX(100%);
    -webkit-transition: .3s all ease;
    -o-transition: .3s all ease;
    transition: .3s all ease;
    bottom: 0;
    top: 0;
    -webkit-box-shadow: 0 -20px 20px -5px rgba(0, 0, 0, 0.05);
    box-shadow: 0 -20px 20px -5px rgba(0, 0, 0, 0.05);
    min-height: 300px;
    overflow: auto;
    padding: 0 40px;
    border: none;
    border-left: 1px solid #f4f4f4
}

.cwdesign-wrap.cwdesign-wrap-show {
    -webkit-transform: translateX(0%);
    -ms-transform: translateX(0%);
    transform: translateX(0%);
}

.cwdesign-logo-wrap {
    position: relative;
    z-index: 1021;
}

.cwdesign-menu {}

.cwdesign-menu ul {
    position: relative;
    margin-top: 180px;
    margin-bottom: 30px;
    padding: 0;
}

.cwdesign-menu ul ul {
    position: relative;
    margin-top: 0;
    margin-bottom: 0;
    padding: 0;
}

.cwdesign-menu ul li,
.cwdesign-menu ul li a {
    margin: 0;
    padding: 0;
    border: 0;
    list-style: none;
    display: block;
    position: relative;
    -webkit-transition: .3s all ease;
    -o-transition: .3s all ease;
    transition: .3s all ease;
}

.cwdesign-menu ul li {
    margin: 10px 0 10px 0;
    padding: 0 0 10px 0;
    list-style: none;
    font-family: inherit;
    font-size: 15px;
    font-weight: 400;
    text-transform: uppercase;
    letter-spacing: 3px;
    line-height: 1.5em;
    border-bottom: 1px solid #dddddd;
}

.cwdesign-menu ul ul li {
    margin: 5px 0 0px 0;
    padding: 0 0 0px 0;
    list-style: none;
    text-transform: uppercase;
    letter-spacing: 0px;
    border-bottom: none;
}

.cwdesign-menu ul li a {
    color: #222;
    text-decoration: none;
    position: relative;
    padding: 0;
    font-family: inherit;
    font-size: 15px;
    font-weight: 400;
    text-transform: uppercase;
}

.cwdesign-menu ul li a {
    display: inline-block;
}

.cwdesign-menu ul li a:after {
    content: '';
    display: block;
    width: 0;
}

.cwdesign-menu ul li a:hover::after {
    width: 100%;
}

.cwdesign-menu ul li a.active {
    color: rgb(127,29,16);
}

.cwdesign-menu ul li a.active:after {
    height: 0px;
}

.cwdesign-menu ul ul {
    display: none;
}

.cwdesign-menu>ul>li>a {
    font-size: 15px;
    cursor: pointer;
    font-weight: 400;
    color: #222;
    text-decoration: none;
    position: relative;
    padding: 0;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    letter-spacing: 0.5px;
}

.cwdesign-menu>ul>li.open>a {
    font-size: 15px;
    font-weight: 400;
    color: rgb(127,29,16);
    text-decoration: none;
    position: relative;
    padding: 0;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    letter-spacing: 0.5px;
}

.cwdesign-menu ul ul li a {
    color: #222;
    text-decoration: none;
    position: relative;
    padding: 5px 0 5px 20px;
    font-size: 15px;
    font-weight: 400;
    line-height: 1.25em;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    margin-left: 12px;
    text-transform: none;
}

.cwdesign-menu ul li:hover>a,
.cwdesign-menu ul li.open>a,
.cwdesign-menu ul li.active>a,
.cwdesign-menu ul ul li:hover>a,
.cwdesign-menu ul ul li.open>a,
.cwdesign-menu ul ul li.active>a {
    color: rgb(127,29,16);
}

.cwdesign-menu ul ul ul li a {
    margin-left: 24px;
    padding-top: 0px;
}

.cwdesign-menu ul li a em,
.cwdesign-menu ul ul li a em {
    font-size: 10px;
    background-color: rgb(127,29,16);
    padding: 1px 6px;
    color: #fff;
    border-radius: 0px;
    position: absolute;
    margin-left: 10px;
    top: 5px;
    font-style: normal;
}

.cwdesign-menu i {
    padding-left: 16px;
    font-size: 13px;
    color: rgba(0, 0, 0, 0.5);
}

.cwdesign-menu-sub ul li a {
    position: relative;
}

.cwdesign-menu-sub ul li a:before {
    position: absolute;
    content: "\f135";
    left: 0;
    font-family: bootstrap-icons !important;
    font-size: 13px;
    color: #000;
}

.cwdesign-menu .active i {
    color: rgb(127,29,16);
}

.cwdesign-menu-footer {
    position: relative;
    bottom: 30px;
    left: 0;
    padding: 50px 0px 0px 0px;
    color: #999;
}

.cwdesign-menu-footer div.reservation {
    margin: 0;
    top: 0;
    left: 40px;
    height: 60%;
    z-index: 9;
}

.cwdesign-menu-footer a {
    color: rgb(127,29,16);
}

.cwdesign-menu-footer a {
    color: rgb(127,29,16);
}

.cwdesign-menu-footer div.reservation .icon {
    position: absolute;
    left: 0;   
    width: 50px;
    height: 50px;
    background-color: rgb(127,29,16);
    border: 1px solid rgb(127,29,16);
    -webkit-animation: pulse 2s infinite;
    animation: pulse 2s infinite;
    border-radius: 100%;
}

.cwdesign-menu-footer div.reservation a .icon i {
    color: #fff;
    font-size: 24px;
}

.cwdesign-menu-footer div.reservation .call {
    color: #222;
    font-weight: 400;
    font-size: 15px;
    margin-top: 0px;
    margin-left: 60px;
} */
.topheader {
    background-color: #7f1d10;
}
.header-top-right {
    text-align: right;
}
.top-contact-list, .social-link, .get-a-quote {
    display: inline-block;
    vertical-align: middle;
    margin: 7px 0 7px 0;
}
.top-contact-list li, .social-link li {
    display: inline-block;
    vertical-align: middle;
    position: relative;
}
.top-contact-list li:first-child {
    padding-left: 0;
}
.top-contact-list li {
    padding: 0 15px;
}
.top-contact-list li:before {
    position: absolute;
    right: 0;
    top: 50%;
    width: 2px;
    height: 15px;
    background-color: #fff;
    content: "";
    transition: all 0.4s;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    transform: translateY(-50%);
}
.top-contact-list li:last-child:before {
  display: none;
}
.top-contact-list li a {
    color: #fff;
    font-size: 16px;
    display: flex;
    gap: 10px;
    align-items: center;
    font-weight: bold;
}
.top-contact-list li i {
    font-size: 18px;
    vertical-align: middle;
}
.slider-wrapper {
    position: relative;
    z-index: 0;
}

.slider-wrapper .carousel-caption {
    position: absolute;
    right: 15%;
    bottom: auto;
    left: 15%;
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
    color: #fff;
    text-align: center;
    top: 50%;
    transform: translateY(-50%);
}

.fs-70 {
    font-size: 70px;
}

.boxshadow1 {
    box-shadow: rgba(50, 50, 93, 0.25) 0px 50px 100px -20px, rgba(0, 0, 0, 0.3) 0px 30px 60px -30px;
}

.list1 li,
.list2 li,
.areas-list li {
    padding: 0px 0 15px 26px;
    position: relative;
}

.list1 li:before,
.list2 li:before,
.areas-list li:before {
    position: absolute;
    top: 1px;
    left: 0;
    content: '\f26e';
    font-family: "bootstrap-icons";
    font-size: 24px;
    color: rgb(127, 29, 16);
}

.areas-list li:before {
    content: '\F3E7';
}

.list2 li:before {
    color: #fff;
}

.list3 {
    margin-left: 16px;
}

.list3 li {
    list-style-type: decimal;
    padding-bottom: 18px;
}

/*.new-areas-list{
  padding: 12px 25px;
  background: linear-gradient(to top right, #adb55e 12%, #d0da46 76%);
  border: 5px double #fff;
  box-shadow: rgba(0, 0, 0, 0.15) 0px 15px 25px, rgba(0, 0, 0, 0.05) 0px 5px 10px;
  border-radius: 0 50px 50px 0;
  color: #fff;
  margin-bottom: 20px;
}*/
.new-areas-list i {
    padding-right: 10px;
}

.new-areas-list a {
    color: #222;
}

.new-areas-list a:hover,
.new-areas-list a:focus {
    color: #000;
    text-decoration: underline;
}

.site-map-list li a {
    color: #000000;
}

.site-map-list li a:hover {
    color: #000000;
}

.site-map-list li {
    border-left: 1px solid #dfdfdf;
    padding: 10px 0 10px 30px;
    position: relative;
}

.site-map-list li:before {
    position: absolute;
    top: 20px;
    left: 0;
    width: 20px;
    height: 1px;
    background-color: #dfdfdf;
    content: "";
}

.site-map-list li>ul.child-menu {
    margin: 10px 0 10px 20px;
}

.border-box1 {
    padding: 30px;
    border-radius: 20px;
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
    min-height: 350px;
}

.border-box2 {
    padding: 30px;
    border-radius: 20px;
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
    min-height: 350px;
    background-color: #fff;
    border: 1px solid #b3b3b3;
}

.border-box3 {
    padding: 30px;
    border-radius: 20px;
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
    min-height: 300px;
    background-color: #fff;
    border: 1px solid #b3b3b3;
}

.border-box4 {
    padding: 30px;
    border-radius: 20px;
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
    min-height: 440px;
    background-color: #fff;
    border: 1px solid #b3b3b3;
}

.single-service-item {
    margin: 15px 0;
}

.single-service-item .img-holder {
    overflow: hidden;
    position: relative;
}

.single-service-item .img-holder .img-responsive {
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
    width: 100%;
    /*border: 5px solid #0009;
    border-radius: 5px;*/
}

.single-service-item:hover .img-holder .img-responsive {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}

.single-service-item .img-holder .overlay {
    background-color: rgba(0, 0, 0, 0.6);
    text-align: center;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    color: #fff;
    opacity: 0;
    filter: alpha(opacity=0);
    -webkit-transition: all 450ms ease-out 0s;
    transition: all 450ms ease-out 0s;
    -webkit-transform: rotateY(180deg) scale(0.5, 0.5);
    transform: rotateY(180deg) scale(0.5, 0.5);
}

.single-service-item:hover .img-holder .overlay {
    opacity: 1;
    filter: alpha(opacity=100);
    -webkit-transform: rotateY(0deg) scale(1, 1);
    transform: rotateY(0deg) scale(1, 1);
}

.single-service-item .img-holder .overlay .box {
    display: table;
    height: 100%;
    width: 100%;
}

.single-service-item .img-holder .overlay .box .content {
    display: table-cell;
    text-align: center;
    vertical-align: middle;
    font-size: 30px;
}

.single-service-item .img-holder .overlay .box .content a i {
    background: rgba(0, 0, 0, 0.6) none repeat scroll 0 0;
    border-radius: 50%;
    color: #ffffff;
    display: inline-block;
    font-size: 20px;
    height: 45px;
    line-height: 45px;
    transition: all 500ms ease 0s;
    width: 45px;
}

.single-service-item .img-holder .overlay .box .content a:hover i {
    background: #9a9a9a;
}

.single-service-item .text-holder h3 {
    color: #000;
    font-size: 20px;
    font-weight: 500;
    line-height: 28px;
    margin: 20px 0 6px;
    text-transform: capitalize;
}

.single-service-item .text-holder h3 span {
    color: #fff;
}

.contact-container {
    text-align: center;
}

.contact-icon {
    float: none;
    margin: auto;
    position: relative;
    z-index: 1;
    /* border-bottom: 5px solid #ffffff; */
    background-color: #11664e;
    box-sizing: border-box;
    color: #fff;
    width: 70px;
    height: 70px;
    line-height: 70px;
    font-size: 1.6em;
    border-radius: 10px;
    /*  clip-path: polygon(50% 0%, 100% 25%, 100% 75%, 50% 100%, 0% 75%, 0% 25%);*/
}

.contact-detail {
    background-color: #fff;
    padding: 60px 20px 20px;
    margin-top: -40px;
    /* min-height: 150px; */
    box-shadow: rgb(122 122 122) 0px 20px 30px -10px;
}



.parallax {
    position: relative;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
}

.parallax .container,
.parallax .container-xxl,
.parallax .container-fluid,
.parallax .container-auto {
    position: relative;
    z-index: 1;
}

.overlap {
    position: relative;
}

.overlap:before,
.overlap1:before,
.overlap2:before {
    background-color: rgb(9 9 9 / 65%);
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.overlap1:before {
    background-color: rgba(0, 0, 0, 0.7);
}

.overlap2:before {
    background-color: rgb(55 57 60 / 80%);
}

.widget-title {
    position: relative;
    font-size: 24px;
    font-weight: 600;
    color: #fff;
    margin-bottom: 20px;
    display: inline-block;
    background: transparent;
    padding-right: 5px;
}

.widget-title a:hover {
    color: #a9a9a9;
}

.footer-menu li a {
    position: relative;
    padding: 2px 0 2px 20px;
    display: inline-block;
    color: #fff;
}

.footer-menu li a:before {
    position: absolute;
    top: 2px;
    left: 0;
    content: '\F231';
    font-family: 'bootstrap-icons';
}

.footer-links {
    display: block;
    color: #fff;
}

.footer-menu li a:hover,
.footer-links a:hover {
    color: #a9a9a9;
}

.navigation li.dropdown>.dropdown-menu.child-dropdown {
    top: 0;
    left: 100%;
    padding: 15px;
}

.btn-1,
.btn-3 {
    position: relative;
    display: inline-block;
    overflow: hidden;
    padding: 12px 30px;
    margin: 1rem auto;
    text-transform: uppercase;
    border: 1px solid #7f1d10;
    color: #7f1d10;
    transition: all 0.5s;
}

.btn-3 {
    border: 1px solid rgb(127, 29, 16);
    color: #fff;
    transition: 0.5s ease-in-out;
}

.btn-1:hover {
    color: #fff !important
}

.btn-1:before,
.btn-3:before {
    content: "";
    position: absolute;
    top: 0;
    right: -50px;
    bottom: 0;
    left: 0;
    border-right: 50px solid transparent;
    border-bottom: 80px solid rgb(127, 29, 16);
    transform: translateX(-100%);
    box-sizing: border-box;
    transition: 0.5s ease-in-out;
}

.btn-3:before {
    transform: translateX(0);
    z-index: -1;
}

.btn-3:hover:before {
    color: #fff;
    border-right: 50px solid transparent;
    border-bottom: 80px solid rgb(127, 29, 16);
    transform: translateX(-100%);
}

.btn-3:hover {
    color: #fff;
}

.btn-1:hover:before {
    transform: translateX(0);
    z-index: -1;
}

.btn-2 {
    position: relative;
    display: inline-block;
    overflow: hidden;
    padding: 12px 30px;
    margin: 1rem auto;
    text-transform: uppercase;
    border: 1px solid #000;
    color: #000;
    transition: all 0.5s;
}

.btn-2:before {
    content: "";
    position: absolute;
    top: 0;
    right: -50px;
    bottom: 0;
    left: 0;
    border-right: 50px solid transparent;
    border-bottom: 80px solid #000;
    transform: translateX(-100%);
    box-sizing: border-box;
    transition: 0.5s ease-in-out;
}

.btn-2 span {
    color: 000;
    position: relative;
    transition: all 0.5s;
}

.btn-2:hover:before {
    transform: translateX(0);
    z-index: 0;
}

.btn-2:hover span {
    color: #fff;
}

.sliderbtn-wrap .btn-2:hover {
    background-color: transparent;
    color: #000;
    border-color: #000;
}

.subtitle {
    font-size: 15px;
    font-family: 'avenirbook';
    font-weight: 400;
    color: #666;
    text-transform: uppercase;
    position: relative;
    letter-spacing: 6px;
    margin-bottom: 5px;
}

.heading-h1,
.heading-h2 {
    font-size: 46px;
    font-weight: 400;
    color: #222;
    position: relative;
    margin-bottom: 20px;
    line-height: 1.25em;
}

.heading-h2 {
    font-size: 40px;
}

.reservations {
    display: flex;
    align-items: center;
    margin: 10px 0;
}

.reservations .text a {
    font-size: 27px;
    color: rgb(127, 29, 16);
    letter-spacing: -1px;
}

.form-section .reservations .text a {
    color: #fff !important
}

.form-section .reservations .icon span {
    color: #fff !important
}

.reservations .icon {
    position: relative;
    /*transform: rotate(32deg);*/
    top: 3px;
}

.reservations .text {
    padding-left: 15px;
}

.reservations .text p {
    font-size: 15px;
    margin: 0;
}

.reservations .icon span {
    font-size: 40px;
    color: rgb(127, 29, 16);
}

.imgboxshadow {
    box-shadow: rgba(50, 50, 93, 0.25) 0px 6px 12px -2px, rgba(0, 0, 0, 0.3) 0px 3px 7px -3px;
}

.section2 .item {
    position: relative;
    overflow: hidden;
    margin-bottom: 30px;
}

.section2 .item {
    position: relative;
    overflow: hidden;
    margin-bottom: 30px;
    border: 2px solid #fff;
    padding: 5px;
}

.section2 .item:hover img {
    -webkit-filter: none;
    filter: none;
    -webkit-transform: scale(1.09, 1.09);
    transform: scale(1.09, 1.09);
    -webkit-filter: brightness(70%);
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -o-transition: all 1s ease;
    -ms-transition: all 1s ease;
    transition: all 1s ease;
}

.section2 .item:hover .con {
    bottom: 0;
}

.section2 .item img {
    -webkit-transition: all .5s;
    transition: all .5s;
}

.section2 .item .category {
    position: absolute;
    top: 20px;
    right: 20px;
    z-index: 3;
    writing-mode: vertical-rl;
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
    text-orientation: mixed;
    text-transform: uppercase;
    color: #fff;
    font-size: 15px;
    font-weight: 400;
    letter-spacing: 3px;
    background: transparent;
    border: 1px solid rgba(255, 255, 255, 0.5);
    font-family: 'avenirbook';
    padding: 10px 3px;
    line-height: 1.5em;
}

.section2 .item .category a {
    color: #fff;
}

.section2 .item .category:hover {
    color: #fff;
}

.section2 .item .con {
    padding: 20px;
    position: absolute;
    bottom: -52px;
    left: 0;
    width: 100%;
    -webkit-transition: all .3s;
    transition: all .3s;
    text-align: left;
    z-index: 20;
    height: auto;
    box-sizing: border-box;
    background: -moz-linear-gradient(top, transparent 0, rgba(0, 0, 0, .1) 2%, rgba(0, 0, 0, .75) 90%);
    background: -webkit-linear-gradient(top, transparent 0, rgba(0, 0, 0, .01) 2%, rgba(0, 0, 0, .75) 90%);
    background: linear-gradient(to bottom, transparent 0, rgba(0, 0, 0, .01) 2%, rgba(0, 0, 0, .75) 90%);
}

.section2 .item .con h6,
.section2 .item .con h6 a {
    position: relative;
    color: #fff;
    font-size: 15px;
    font-family: 'avenirbook';
    display: inline;
    letter-spacing: 3px;
    text-transform: uppercase;
}

.section2 .item .con h6 i {
    font-size: 6px;
    margin-right: 2px;
}

.section2 .item .con h5,
.section2 .item .con h5 a {
    position: relative;
    color: #fff;
    font-size: 27px;
    font-weight: 400;
    margin-top: 5px;
    margin-bottom: 10px;
}

.section2 .item .con .permalink,
.section2 .item .con .permalink a {
    font-family: 'avenirbook';
    color: #fff;
    font-size: 15px;
    letter-spacing: 3px;
    text-transform: uppercase;
}

.section2 .item .con p {
    color: #fff;
}

.section2 .item .con i {
    color: #fff;
    font-size: 18px;
}

.section2 .item .con i:hover {
    color: #fff;
}

.section2 .item .con .butn-light {
    margin-left: 0;
    border-radius: 30px;
    border-color: #666;
    padding: 11px 30px;
}

.line {
    width: 60px;
    border-top: 1px solid rgba(255, 255, 255, 0.2) !important;
    margin-bottom: 10px;
}

.section2 .item:hover .line {
    width: 100%;
    transition-property: all;
    transition-duration: 0.8s;
    transition-timing-function: ease-in-out;
}

.section2 .item .con .butn-light:hover {
    border-color: rgb(127, 29, 16);
}

.contentli-img-wrap .list1 li {
    font-size: 22px;
    padding: 0px 0 15px 35px;
}

.contentli-img-wrap .list1 li:before {
    font-size: 32px;
    color: #000;
}

.contentli-img-wrap .content-div {
    padding: 22px 15px;
    background: #fff;
    color: #000;
}
/*services new*/
.services-box{
	position: relative;
	margin-bottom: 40px;
}
.services-box .services-box-img {
	overflow: hidden;
}
.services-box .services-box-img:before {
	left: -15px;
	width: 110%;
	content: "";
	height: 100px;
	bottom: -57px;
	position: absolute;
	background-color: transparent;
	-webkit-transform: rotate(-4deg);
	transform: rotate(-4deg);
}

.services-box .services-box-icon {
	right: 30px;
	top: -100px;
	z-index: 1;
	width: 95px;
	height: 95px;
	border-radius: 100%;
	background-color: #fff;
	border: 5px solid #e10508;
	-webkit-transition: 500ms all ease;
	transition: 500ms all ease;
	display: flex;
	justify-content: center;
	align-items: center;
	position: absolute;
}

.services-box .services-box-icon i {
	color: #141415;
	font-size: 40px;
	line-height: 0.75;
}

.services-box .services-box-content {
	top: -70px;
	max-width: 90%;
	margin: 0 auto;
	margin-bottom: -70px;
	padding: 35px 30px 75px;
	-webkit-transition: 500ms all ease;
	transition: 500ms all ease;
	background-color: white;
	-webkit-box-shadow: 0px 0px 29px 0px rgba(12, 12, 12, 0.07);
	box-shadow: 0px 0px 29px 0px rgba(12, 12, 12, 0.07);
}

.services-box .services-box-content:before {
	left: 0;
	top: -70px;
	content: "";
	position: absolute;
	-webkit-transition: 500ms all ease;
	transition: 500ms all ease;
	border-bottom: 70px solid #fff;
	border-left: 375px solid rgba(255, 255, 255, 0);
}

.services-box .services-box-content:after {
	top: -37px;
	left: -4px;
	width: 103%;
	content: "";
	height: 5px;
	position: absolute;
	background-color: #e10508;
	-webkit-transform: rotate(-12deg) skew(-15deg);
	transform: rotate(-11deg) skew(-15deg);
}

.services-box .para-content h3 {
	color: #121213;
	font-size: 18px;
	font-weight: 700;
	padding-bottom: 15px;
	border-bottom: 2px solid red;
}
.services-box .para-content p {
	color: #121213;
	-webkit-transition: 500ms all ease;
	transition: 500ms all ease;
}
.services-box .more-btn {
	right: 19px;
	bottom: 70px;
}
.services-box .more-btn a {
	color: #fff;
	font-size: 14px;
	font-weight: 700;
	position: relative;
	padding: 14px 26px;
	background-color: #e10508;
	-webkit-transition: 500ms all ease;
	transition: 500ms all ease;
}
/*.services-box .more-btn a:before {
	top: 0;
	width: 0;
	height: 0;
	content: "";
	left: -16px;
	position: absolute;
	-webkit-transition: 500ms all ease;
	transition: 500ms all ease;
	border-bottom: 52px solid #e10508;
	border-left: 16px solid transparent;
}*/
.services-box .more-btn a i {
	margin-left: 8px;
	-webkit-transition: 500ms all ease;
	transition: 500ms all ease;
}

.services-box .more-btn a:hover {
	background-color: #e60104;
}

.services-box .more-btn a:hover:before {
	border-bottom: 52px solid #e60104;
}

.services-box .more-btn a:hover i {
	margin-left: 12px;
}

.services-box:hover .services-box-icon {
	border: 10px solid #e60104;
}

.services-box:hover .services-box-content {
	background-color: #000;
}

.services-box:hover .services-box-content:before {
	border-bottom: 70px solid #000;
}

.services-box:hover .para-content h3,
.services-box:hover .para-content p {
	color: #fff;
}
.services-box .para-content a:hover{
	color: #fff;
}
.testimonials-box {
    position: relative;
    background: transparent;
    padding: 30px;
}

.testimonials-box .head-box h6 {
    font-family: 'avenirbook';
    color: #fff;
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: 6px;
    margin-bottom: 10px;
}

.testimonials-box .head-box h4 {
    font-size: 32px;
    font-weight: 400;
    color: #fff;
    margin-bottom: 10px;
}

.testimonials-box .head-box h4 span {
    color: #222;
}

.line {
    width: 60px;
    border-top: 1px solid rgba(255, 255, 255, 0.2) !important;
    margin-bottom: 10px;
}

.testimonials h5 {
    color: #fff;
    font-size: 24px;
    margin-bottom: 30px;
}

.news-section .item {
    position: relative;
    overflow: hidden;
}

.news-section .item:hover img {
    -webkit-filter: none;
    filter: none;
    -webkit-transform: scale(1.09, 1.09);
    transform: scale(1.09, 1.09);
    -webkit-filter: brightness(75%);
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -o-transition: all 1s ease;
    -ms-transition: all 1s ease;
    transition: all 1s ease;
}

.news-section .item:hover .con {
    bottom: 0;
}

.news-section .item img {
    -webkit-transition: all .5s;
    transition: all .5s;
    -webkit-filter: brightness(100%);
}

.news-section .item .date {
    display: inline-block;
    position: absolute;
    top: 20px;
    left: 20px;
    background: transparent;
    border: 1px solid rgba(255, 255, 255, 0.5);
    color: #fff;
    padding: 5px 10px;
    text-align: center;
}

.news-section .item .date span {
    font-family: 'avenirbook';
    display: block;
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: 3px;
    color: #fff;
}

.news-section .item .date i {
    font-family: 'avenirbook';
    display: block;
    font-size: 24px;
    font-style: normal;
    color: #fff;
}

.news-section .item .con {
    margin: -155px 20px 90px;
    padding: 20px;
    background-color: #f8f5f0 !important;
    border: 1px solid #f8f5f0;
    border-radius: 0;
    overflow: hidden;
    -webkit-transition: .2s cubic-bezier(.3, .58, .55, 1);
    transition: .2s cubic-bezier(.3, .58, .55, 1);
    bottom: -90px;
    position: relative;
}

.news-section .item .con .category {
    font-family: 'avenirbook';
    text-transform: uppercase;
    font-size: 19px;
    font-weight: 400;
    margin-bottom: 10px;
    letter-spacing: 1.3px;
    display: block;
    color: #000;
}

.news-section .item .con .category {
    margin-right: 5px;
    position: relative;
    color: #000;
}

.news-section .item .con .category :hover {
    color: #222;
}

.news-section .item .con .category :last-child {
    margin-right: 0;
}

.news-section .item .con .category :last-child:after {
    display: none;
}

.news-section .item .con h5,
.news-section .item .con h5 p {
    color: #000;
    font-size: 24px;
    ;
    font-weight: 400;
    margin-bottom: 0px;
}

.news-section .item .con h5:hover,
.news-section .item .con h5 a:hover {
    color: rgb(127, 29, 16);
}

.news-section .item .con p {
    color: #4f4f4f;
}

.news-section .item .con i {
    color: #fff;
    font-size: 20px;
}

.news-section .owl-theme .owl-nav {
    position: absolute;
    bottom: auto;
    top: 35%;
    left: 50%;
    width: 100%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
}

.news-section .owl-theme .owl-nav button {
    position: absolute !important;
    width: 40px;
    height: 40px;
    line-height: 34px;
    background: transparent;
    color: rgb(127, 29, 16);
    font-size: 11px;
    margin-right: 15px;
    margin-left: 15px;
    cursor: pointer;
    border: 1px solid rgb(127, 29, 16);
    border-radius: 100%;
    transition: all 0.2s ease-in-out;
    transform: scale(1.0);
}

.news-section .owl-theme .owl-nav button.owl-next {
    right: -40px;
}

.news-section .owl-theme .owl-nav button.owl-prev {
    left: -40px;
}

.news-section .owl-theme .owl-nav [class*="owl-"]:hover {
    background-color: transparent;
    color: #000
}

.third-box {
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
    padding: 50px;
}


@media screen and (max-width: 991px) {
    .testimonials-box {
        margin-bottom: 0;
        padding: 35px 20px;
    }
}

.testimonials .item {
    margin-bottom: 30px;
    position: relative;
}

.testimonials .item .quote {
    position: absolute;
    right: 20px;
    top: 90px;
    width: 70px;
    margin: 0 auto 30px;
    opacity: .1;
}

.testimonials .item p {
    color: #fff;
}

.testimonials .item .info {
    text-align: left;
    margin: 30px 0 15px 0;
}

.testimonials .item .info .author-img {
    width: 70px;
    height: 70px;
    padding-left: 20px;
    border-radius: 50%;
    float: left;
    overflow: hidden;
}

.testimonials .item .info .cont {
    margin-left: 65px;
}

.testimonials .item .info h6 {
    font-size: 15px;
    margin-bottom: 0px;
    padding-top: 0px;
    font-weight: 700;
    font-family: 'avenirbook';
    color: #fff;
    line-height: 1em;
    text-transform: uppercase;
    letter-spacing: 3px;
}

.testimonials .item .info span {
    font-size: 12px;
    color: #fff;
    line-height: 1em;
}

.testimonials .item .info .rate {
    float: right;
}

.testimonials .item .info i {
    color: #fff;
    font-size: 30px;
}

.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
    background: rgb(127, 29, 16);
}

.testimonials .overlap1::before {
    /* background: rgb(11, 10, 10); */
    background: linear-gradient(0deg, rgb(0 0 0 / 94%) 0%, rgb(0 0 0 / 42%) 100%);
}

.footermain {
    position: relative;
}

.footermain:before {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    background-color: #000;
    background-image: url(../images/bg2.jpg);
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-size: cover;
    left: 0;
    right: 0;
    bottom: 0;
    top: auto;
    z-index: -1;
}

.footermain:after {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    background-color: rgb(0 0 0 / 73%);
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-size: cover;
    left: 0;
    right: 0;
    bottom: 0;
    top: auto;
    z-index: -1;
}

.footer-top {
    position: relative;
    z-index: 0;
}

.footer-widget .user-links li {
    position: relative;
}

.footer-widget .user-links li a:before {
    content: "\f280";
    font-family: bootstrap-icons !important;
    position: absolute;
    color: #fff;
    font-size: 13px;
    left: 0;
    top: 2px;
    opacity: 0;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}

.footer-widget .user-links li a {
    color: #fff;
    position: relative;
    font-size: 16px;
    display: inline-block;
    padding: 0 0 15px 0;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}

.footer-widget .user-links li a:hover::before {
    opacity: 1;
}

.footer-widget .user-links li a:hover {
    color: #fff;
    padding-left: 18px;
}

.footer-logo a img {
    width: 250px;
    -webkit-filter: brightness(0) invert(1);
    filter: brightness(0) invert(1);
}

.footersocial a {
    display: inline-block;
    width: 45px;
    height: 45px;
    margin: 0 2px;
    line-height: 45px;
    text-align: center;
    border-radius: 50%;
    color: #fff;
    border: 1px solid #fff;
}

.footersocial a>i {
    font-size: 18px;
}

.new-inner-column {
    display: flex;
    justify-content: center;
    column-gap: 100px;
    padding: 20px 0;
    flex-wrap: wrap;
}

.footer-widget {
    position: relative;
    z-index: 1;
}

.footer-bottom {
    background-color: rgb(127, 29, 16);
}

.footer-bottom .footer-link a {
    color: #fff;
}

.linehere {
    display: inline-block;
    position: relative;
}

.linehere:after {
    position: absolute;
    content: '';
    left: 0;
    width: 60px;
    height: 1px;
    background: #ddd;
    top: -6px;
    opacity: 0.3;
    z-index: -1;
}

/* 
.footer-middle {
    background-color: #222;
} */

.phonewrap-footer .reservations .icon span {
    font-size: 30px;
    color: #fff;
    line-height: 30px;
}

.phonewrap-footer .reservations .icon {
    transform: rotate(2deg);
    padding-right: 10px;
}

.footemail a {
    color: #fff;
}

.footemail a:hover,
.footemail a:active,
.footemail a:focus {
    color: #fff;
}

.mb-30 {
    margin-bottom: 30px !important;
}

.form-section.overlap1:before {
    background: rgb(11, 10, 10);
    background: linear-gradient(0deg, rgb(8 8 8 / 20%) 0%, rgb(0 0 0 / 71%) 100%);
}

.addresscontact {
    position: relative;
    background: rgb(127, 29, 16);
    padding: 45px;
    margin-bottom: -75px;
}

.addresscontact .btn-2 {
    display: flex;
    margin: 1rem 0;
}

.submit-icon {
    display: none;
}

.rotating i {
    color: #7f1d10;
}

.submit-icon.rotating-show {
    display: inline-block !important;
    vertical-align: middle;
}

.rotating {
    -webkit-animation: rotating 2s linear infinite;
    -moz-animation: rotating 2s linear infinite;
    -ms-animation: rotating 2s linear infinite;
    -o-animation: rotating 2s linear infinite;
    animation: rotating 2s linear infinite;
}


@-webkit-keyframes rotating

/* Safari and Chrome */
    {
    from {
        -webkit-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    to {
        -webkit-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@keyframes rotating {
    from {
        -ms-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -webkit-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    to {
        -ms-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -webkit-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

.card1 {
    background: #fff;
    display: block;
    border: none;
    margin: 15px;
    box-shadow: rgb(122 122 122) 0px 20px 30px -10px;
}

.card-body {
    padding: 20px 0 10px 0;
    padding-left: 30px;
}

.card-body .heading-h2 {
    font-size: 25px;
    color: #000
}

.card-body p,
.card-body a {
    font-size: 18px
}

.card1:hover {
    background: #ededed;
}

.card-icon {
    padding: 0;
}

.card1 h3 {
    position: relative;
    padding-left: 10px;
    margin-bottom: 10px;
}

.card1 h3:before {
    content: '';
    position: absolute;
    left: 0;
    width: 3px;
    height: 30px;
    top: 50%;
    transform: translateY(-50%);
    background: #d0da46;
}

.card1:hover h3:before {
    background: #000;
}

.card1:hover .card-icon {
    padding: 35px 35px 0;
    transition: .3s linear;
}

.card1:hover .card-icon>div {
    background: #d0da46;
    width: 60px;
    height: 60px;
    border-radius: 10px;
    padding: 6px;
    transition: .3s linear;
    display: flex;
    justify-content: center;
    align-items: center;
}

.card1:hover .card-icon>div>img:nth-child(2) {
    display: none;
    transition: .3s linear;
}

.card1 .card-icon>div>img:nth-child(1) {
    display: none;

}

.card1 .card-icon div {
    background: #d0da46;
    border-top-right-radius: 0px;
    border-bottom-left-radius: 0px;
    border-bottom-right-radius: 20px;
    width: 90px;
    height: 90px;
    line-height: 90px;
    text-align: center;

}

.card1 .card-icon div>img:nth-child(2) {
    display: block;
    transition: .3s linear;
}

.card1 span {
    text-align: right;
    display: block;
    color: #d0da46;
    margin-top: 0px;
    margin-bottom: -10px;
    visibility: hidden;

}

.card1 span {
    font-weight: 600;
    transition: .3s linear;
}

.card1:hover span {
    visibility: visible;
    transition: .3s linear;
}

.card1:hover h3 {
    color: #000
}

.contact-icon1 {
    margin: 0 !important;
}

.contact-icon i {
    color: #fff
}

.contact-form {
    background-color: #fff !important;
}

.contact-form .form-control {
    height: 50px !important
}

.contact-form textarea.form-control {
    height: 150px !important
}

.breaker-section::before,
.breaker-section1:before {
    position: absolute;
    content: "";
    right: 0;
    top: 0;
    height: 100%;
    width: 70%;
    background: #f5f7da;
    ;
}

.breaker-section1:before {
    left: 0
}

.btn-5 {
    position: relative;
    display: inline-block;
    overflow: hidden;
    padding: 12px 30px;
    margin: 1rem auto;
    text-transform: uppercase;
    border: 1px solid #000;
    color: #000;
    transition: all 0.5s;
}

.btn-5:before {
    content: "";
    position: absolute;
    top: 0;
    right: -50px;
    bottom: 0;
    left: 0;
    border-right: 50px solid transparent;
    border-bottom: 80px solid #d0da46;
    transform: translateX(-100%);
    box-sizing: border-box;
    transition: 0.5s ease-in-out;
}

.btn-5 span {
    color: 000;
    position: relative;
    transition: all 0.5s;
}

.btn-5:hover:before {
    transform: translateX(0);
    z-index: 0;
}

.btn-5:hover span {
    color: #000;
}



.header-contact-list {
    display: flex;
    gap: 20px;
}

.header-contact-list {
    display: flex;
    gap: 30px;
}

.header-contact-list .reservations .text a {
    font-size: 22px;
    color: rgb(127, 29, 16);
    letter-spacing: -1px;
}

.gallery-service-sec .owl-theme .owl-nav {
    position: absolute;
    bottom: auto;
    top: 45%;
    left: 50%;
    width: 100%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
}

.gallery-service-sec .owl-theme .owl-nav button {
    position: absolute !important;
    width: 40px;
    height: 40px;
    line-height: 34px;
    background: #000;
    color: #fff;
    font-size: 11px;
    margin-right: 15px;
    margin-left: 15px;
    cursor: pointer;
    border: 1px solid rgba(255, 255, 255, 0.7);
    border-radius: 100%;
    transition: all 0.2s ease-in-out;
    transform: scale(1.0);
}

.gallery-service-sec .owl-theme .owl-nav button.owl-next {
    right: -40px;
}

.gallery-service-sec .owl-theme .owl-nav button.owl-prev {
    left: -40px;
}

.gallery-service-sec .owl-theme .owl-nav [class*="owl-"]:hover {
    background-color: #000;
}

.gallery-service-sec .services-slider {
    margin: -155px 20px 90px;
    padding: 20px;
    background-color: rgb(127, 29, 16) !important;
    border: 1px solid rgb(127, 29, 16);
    border-radius: 0;
    overflow: hidden;
    -webkit-transition: .2scubic-bezier(.3, .58, .55, 1);
    transition: .2scubic-bezier(.3, .58, .55, 1);
    bottom: -90px;
    position: relative;
}

.qode_left_side_fixed {
    left: auto;
    top: 42%;
    right: 0;
    transform-origin: bottom right 0;
    background-color: rgb(127, 29, 16);
    padding: 9px 9px;
    position: fixed;
    z-index: 999;
}

.qode_left_side_fixed img {
    margin-right: 10px;
    width: 20px;
    height: auto;
}

.qode_left_side_fixed a {
    color: #000;
    font-size: 20px;
    display: block;
    padding: 8px;
    border-bottom: 1px solid #fff;
}

.qode_left_side_fixed a:last-child {
    border-bottom: 0px;
}

.gallery-service-sec .inner-service .owl-nav button.owl-prev {
    left: 0px;
}

.gallery-service-sec .inner-service .owl-nav button.owl-next {
    right: 0px;
}

.gallery-tittle h5 {
    margin-bottom: 0;
    padding: 20px 10px;
    background-color: rgb(127, 29, 16);
    height: 100%;
    height: 80px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.qualities-section {
    /* margin-top: -80px; */
    position: relative;
    z-index: 11;
}

.quality-box {
    background: #ffffff;
    padding: 40px 30px;
    border-radius: 16px;
    transition: all 0.4s ease;
    position: relative;
    overflow: hidden;
    outline: 2px solid rgb(127, 29, 16);
    outline-offset: -15px;
    /* height: 100%; */
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}

.quality-box::before {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(135deg, rgb(127, 29, 16), rgb(127, 29, 16));
    opacity: 0;
    transition: 0.4s;
    z-index: -1;
}

.quality-box * {
    position: relative;
    z-index: 2;
}

.quality-box:hover::before,
.quality-box.active::before {
    opacity: 1;
}

.quality-box:hover {
    transform: translateY(-10px);
    color: #fff;
    outline: 2px solid #fff;
}

.quality-box:hover a {
    color: #fff;
}

.quality-box.active .icon-box {
    transform: none;
    outline: 2px solid #fff;
    outline-offset: 5px;
}

.icon-box {
    width: 70px;
    height: 70px;
    background: rgb(127, 29, 16);
    color: #fff;
    border-radius: 50%;
    display: grid;
    place-items: center;
    font-size: 30px;
    margin: 0 auto 20px;
    transition: 0.4s;
    outline: 2px solid rgb(127, 29, 16);
    outline-offset: 5px;
}

.quality-box:hover .icon-box,
.quality-box.active .icon-box {
    background: #fff;
    color: rgb(127, 29, 16);
    outline: 2px solid #fff;
}

.quality-box h4 {
    margin-bottom: 10px;
}

.quality-box:hover.quality-box h4 {
    color: #fff
}

.quality-box .line {
    width: 50px;
    height: 3px;
    background: rgb(127, 29, 16);
    margin: 15px auto;
    transition: 0.4s;
}

.quality-box:hover.quality-box .line,
.quality-box.active.quality-box .line {
    background: #fff;
}

.quality-box p {
    font-size: 15px;
    line-height: 1.7;
}

.jLKkbH,
.iCcBam {
    z-index: 0 !important;
}


/* header sec start  */

.call-us-icon {
    display: flex;
    align-items: center;
    justify-content: center;
}

.mail-us-icon {
    display: flex;
    align-items: center;
    justify-content: center;
}

.scroll {
    background-color: #fff;
    color: #000 !important;
    box-shadow: rgba(0, 0, 0, 0.45) 0px 25px 20px -20px;
}

.home-page .header {
    background-color: #ffffffc2;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 9999;
}

.header {
    position: relative;
    box-shadow: rgba(0, 0, 0, 0.45) 0px 25px 20px -20px;
}

.headerpart2 {
    display: none;
}

.logo {
    display: inline-block;
    width: 200px;
    margin: 5px 0;
    transition: 0.6s;
}

.scroll .logo {
    width: 200px;
    margin: 10px 0;
}

.text-right {
    text-align: end;
}

.text-left {
    text-align: start;
}


.mobile-menu {
    display: none;
}

.navigation {
    /* display: block;
	text-align: center; */
    display: flex;
    justify-content: center;
    align-items: center;
}

.navigation>li {
    display: inline-block;
    vertical-align: top;
    position: relative;
}

.navigation li.dropdown>.dropdown-menu {
    opacity: 0;
    position: absolute;
    top: 130%;
    left: 0;
    width: 250px;
    z-index: 999;
    background-color: #000000;
    visibility: hidden;
    border-radius: 0;
    box-shadow: none;
    border: 0;
    padding: 0;
    margin: 0;
    border-bottom: 3px solid #9a9a9a;
    transition: all 500ms ease;
    display: block;
}

.navigation li.dropdown>.dropdown-menu li {
    border-bottom: 1px solid #e6e6e6;
    margin-right: 0;
}

.navigation li.dropdown>.dropdown-menu li:last-child {
    border-bottom: none;
}

.navigation li.dropdown>.dropdown-menu li a {
    background-color: #ffffff;
    padding: 8px 10px;
    color: #000;
    border-radius: 0;
}

.navigation li.dropdown:hover>.dropdown-menu {
    top: 100%;
    opacity: 1;
    visibility: visible;
}

/* .navigation>li:first-child {
	display: none;
} */

.navigation a {
    text-transform: uppercase;
    letter-spacing: 1px;
    overflow: hidden;
    position: relative;
    display: block;
    font-size: 16px;
    font-weight: 300;
    color: #000;
    padding: 8px 25px;
    transition: all 500ms ease 0s;
}

.navigation>li.dropdown>a:after {
    font-family: "bootstrap-icons";
    content: "\F282";
    position: absolute;
    top: 18%;
    right: 4px;
    font-size: 14px;
    transition: all 500ms ease 0s;
}

.navigation li:hover a,
.navigation li:focus a,
.navigation li.active a {
    color: #fff;
    background-color: rgb(127, 29, 16);
}

.navigation li.dropdown>.dropdown-menu li a:hover,
.navigation li.dropdown>.dropdown-menu li a:focus,
.navigation li.dropdown>.dropdown-menu li.active a {
    color: #fff;
    background-color: rgb(127, 29, 16);
    /* background: -webkit-linear-gradient(top, #8f6B29, #FDE08D, #DF9F28);
    background: linear-gradient(top, #8f6B29, #FDE08D, #DF9F28);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent; */
}

.curved-bottom {
    position: absolute;
    bottom: 0px;
    width: 100%;
}

.logo-container {
    position: absolute;
    bottom: -1px;
    right: 80px;
    transform: translateX(-50%);
    display: flex;
}

.logo-container img {
    width: 140px;
    margin-right: 15px;
}

.logo-container img:last-child {
    margin-right: 0;
}

.home-parallax1 {
    position: relative;
    overflow: hidden;
}

.home-parallax1 .container-fluid {
    position: relative;
    z-index: 9;
}

.sub-banner-overlay {
    background: rgb(32, 32, 32);
    background: linear-gradient(180deg, rgba(32, 32, 32, 0.40379901960784315) 29%, rgb(11, 38, 31) 98%);
    width: 100%;
    height: 100%;
    position: absolute;
}

.home-slide1 {
    position: relative;
    display: table-cell;
    height: 100%;
    vertical-align: middle;
}

.btn-grad {
    background-image: linear-gradient(135deg, #117865, #0f5b4f, #ffffff);
}

.btn-grad {
    margin: 10px 0;
    padding: 15px 45px;
    text-align: center;
    text-transform: uppercase;
    transition: 0.5s;
    background-size: 200% auto;
    color: white;
    border-radius: 10px;
    display: inline-block;
}

.btn-grad:hover {
    background-position: right center;
    /* change the direction of the change here */
    color: #fff;
    text-decoration: none;
}

.triangle-section::before {
    position: absolute;
    content: '';
    background-color: #f3942833;
    clip-path: polygon(0 0, 0% 100%, 100% 100%);
    height: 260px;
    width: 210px;
    bottom: 0;
    left: 0;
    background-attachment: fixed;
    -webkit-animation: upNdown 5s infinite linear;
    animation: upNdown 5s infinite linear;
}

.br-20 {
    border-radius: 20px;
}

@-webkit-keyframes upNdown {
    0% {}

    50% {
        transform: translate(-50px);
    }

    100% {}
}

@keyframes upNdown {
    0% {}

    50% {
        transform: translate(-50px);
    }

    100% {}
}

.divider {
    max-width: 150px;
    height: 4px;
    background-color: #f39428;
    margin-bottom: 15px;
}

.divider.white-border {
    background-color: #fff;
}

.kVxVdh {
    z-index: 9 !important;
}

@keyframes rotate {
    from {
        transform: rotate(150deg);
    }

    to {
        transform: rotate(360deg);
    }
}

/* Jab visible ho tab animation chale */
#box.animate {
    animation: rotate 2s linear;
}

.brand-img{
    outline: 2px solid #7f1d10;
    outline-offset: -10px;
    padding: 25px;
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;      
}


/* ============================================================== */
.home-parallax {
  position: relative;
  overflow: hidden;
  /*padding: 300px 0;*/
}

.home-parallax .container-fluid {
  position: relative;
  z-index: 9;
}

.sub-banner-overlay {
  background: rgb(0 0 0 / 61%); 
  width: 100%;
  height: 100%;
  position: absolute;
}

.parallax-window {
  height: 500px;
  background: transparent;
  display: table;
  width: 100%;
}

.home-slide {
  text-align: center;
  position: relative;
  display: table-cell;
  height: 100%;
  vertical-align: middle;
}

.parallax-fixed {
  background-attachment: fixed;
}

.home-parallax h1 {
  font-size: 48px;
  font-style: normal;
  font-weight: 700;
  line-height: 60px;
  margin-bottom: 20px;
  padding-bottom: 20px;
  font-family: "DM Sans", sans-serif;
  
}
.home-parallax span{
    font-size: 18px;
    border-radius: 50px;
    color: #fff;
    padding: 10px 20px;
    border: 1px solid #fff;
    background: linear-gradient(to bottom right, #7F1D10 0%, #E1331C 100%);
}

.heading-h3{
    text-align: center;
    margin-bottom: 0;
}

.heading-h3 a{
    display: inline-block;
    color: #555555;
}

.heading-h3 a:hover{
    color: #000;
}

.info-box {
    position: relative;
    padding: 30px;
    border: 3px double #e70205;
}

.info-box:before {
    content: '';
    position: absolute;
    left: -14px;
    top: 12px;
    right: -14px;
    bottom: 12px;
    border: 3px double #e70205;
    z-index: -1;
}

.contact-box {
    position: relative;
    margin-top: 25px;
}

.contact-box:hover .left-circle-icon i {
    font-size: 50px;
}

.contact-box:hover .top-box {
    width: 67%;
}

.contact-box .left-circle-icon i {
    border: 8px solid #e70205;
    border-radius: 50%;
    display: flex;
    height: 115px;
    width: 115px;
    align-items: center;
    justify-content: center;
    font-size: 45px;
    position: absolute;
    background: #fff;
    left: -12px;
    top: 50%;
    transform: translate(0%, -50%);
    transition: all 200ms ease;
}

.contact-box .top-box {
    background-color: #000;
    color: #fff;
    padding: 6px 25px 6px 0;
    width: 63%;
    text-align: center;
    border-radius: 50px 50px 0 0;
    transition: all 200ms ease;
}

.contact-box .top-box h5 {
    margin-bottom: 0;
    color: #fff;
}

.contact-box .down-box {
    background-color: #e70205;
    color: #fff;
    padding: 10px 10px 10px 110px;
    border-radius: 50px;
}

.contact-box .down-box p a {
    color: #fff;
}

.contact-box .down-box p a:hover {
    color: #dadadaff;
}
.img-style-new{
    position: relative;
}
.img-style-new::after{
    content: "";
    position: absolute;
    width: 50%;
    height: 95%;
    background: #7f1d10bf;
    bottom: -15px;
    right: -15px;
    z-index: -1;
}

    /* FORM WRAPPER */
    #hire-form {
        background: #f5f5f5;
        padding: 40px;
        font-family: 'Georgia', serif;
    }

    /* HEADINGS */
    #hire-form h3 {
        font-size: 32px;
        font-weight: 600;
        margin-bottom: 25px;
        color: #111;
    }

    /* LABELS */
    #hire-form label {
        display: block;
        font-size: 14px;
        margin-bottom: 6px;
        color: #222;
        /*cursor: pointer;*/
    }
    #hire-form .checkbox-group label{
        cursor: pointer;
    }

    /* INPUT FIELDS */
    #hire-form .form-control {
        width: 100%;
        border: 1px solid #999;
        border-radius: 0;
        padding: 12px;
        font-size: 14px;
        background: #fff;
        box-shadow: none;
    }

    /* INPUT FOCUS */
    #hire-form .form-control:focus {
        border-color: #000;
        outline: none;
    }

    /* CHECKBOX SECTION */
    #hire-form input[type="checkbox"] {
        margin-right: 6px;
    }

    #hire-form .checkbox-group {
        display: grid;
        grid-template-columns: auto auto auto auto;
        gap: 8px 30px;
        margin-top: 10px;
    }

    /* FILE UPLOAD */
    #hire-form input[type="file"] {
        border: 1px solid #999;
        padding: 8px;
        background: #fff;
    }

    /* SMALL TEXT */
    #hire-form small {
        display: block;
        margin-top: 8px;
        font-size: 12px;
        color: #444;
        line-height: 1.5;
    }

    /* NOTE TEXT */
    #hire-form p {
        font-size: 13px;
        margin-top: 10px;
    }

    /* BUTTON */
    #hire-form .btn-2 {
        background: #111;
        color: #fff;
        border: none;
        padding: 14px;
        width: 100%;
        font-size: 16px;
        cursor: pointer;
        position: relative;
    }

    /* BUTTON HOVER */
    #hire-form .btn-2:hover {
        background: #000;
    }

    #hire-form .mb-3 {
        margin-bottom: 18px;
    }

   /* hide initially */
.hire-form-btn .submit-icon {
    display: none;
}

/* show when loading */
.hire-form-btn.loading .submit-icon {
    display: inline-block;
}

/* 🔥 APPLY ROTATION ON PARENT (IMPORTANT) */
.hire-form-btn.loading .submit-icon {
    animation: hireSpin 1s linear infinite;
}

/* rotation */
@keyframes hireSpin {
    100% {
        transform: rotate(360deg);
    }
}

@media (min-width:576px) and (max-width:991px) {
    .contact-box .left-circle-icon i {
        height: 105px;
        width: 105px;
        font-size: 40px;
    }
}

@media (min-width: 220px) and (max-width: 567px) {
  .parallax-window {
    height: 200px;
  }
}

@media (max-width: 1680px) {
    .logo-container {
        right: -20px;
    }

    .logo-container img {
        width: 120px;
    }
}

@media(min-width: 1441px) and (max-width: 1500px) {

    .scroll .logo {
        width: 150px;
    }

    .triangle-section::before {
        height: 260PX;
        width: 140px;
    }
}

@media(min-width: 1301px) and (max-width: 1440px) {
    .navigation a {
        padding: 10px 30px;
        /* font-size: 15px; */
    }

    .scroll .logo {
        width: 150px;
    }

    .triangle-section::before {
        height: 260PX;
        width: 130px;
    }

    .section2 .item .con h5,
    .section2 .item .con h5 a {
        font-size: 21px;
    }
}

@media(min-width: 1301px) and (max-width: 1400px) {
    .section2 .item .con {
        bottom: -75px;
    }

    .section2 .item .con h5,
    .section2 .item .con h5 a {
        font-size: 21px;
        margin-bottom: 20px;
    }
}

@media(min-width: 1200px) and (max-width: 1300px) {
    .navigation a {
        padding: 10px 25px;
        /* font-size: 15px; */
    }

    .scroll .logo {
        width: 150px;
    }

    .logo-container {
        right: -20px;
    }

    .logo-container img {
        width: 100px;
    }

    .triangle-section::before {
        height: 283PX;
        width: 120px;
    }

    .section2 .item .con h5,
    .section2 .item .con h5 a {
        font-size: 21px;
    }

    .section2 .item .con {
        bottom: -80px;
    }
}

@media(min-width: 320px) and (max-width:1199px) {

    .header {
        position: relative;
    }

    .home-page .header {
        position: relative;
    }

    .navigation li.dropdown>.dropdown-menu li a {
        color: #000 !important;
        /*background-color: #000;*/
    }

    .navigation li.dropdown>.dropdown-menu li a:hover,
    .navigation li.dropdown>.dropdown-menu li a:focus,
    .navigation li.dropdown>.dropdown-menu li.active a {
        color: #fff !important;
        background-color: #7f1d10;
    }

    .headerpart1 {
        display: none;
    }


    .headerpart2 {
        display: block;
    }

    .header-right {
        text-align: center;
    }

    .mobile-menu {
        display: inline-block;
        vertical-align: middle;
        font-size: 20px;
        background: #7f1d10;
        padding: 8px 14px;
        color: #fff;
        cursor: pointer;
        margin: 10px auto;
    }

    .small-menu {
        text-align: center;
    }

    /*.logo-sec {
        text-align: center;
    }*/

    .nav-wrapper {
        position: fixed;
        top: 0;
        right: -300px;
        width: 255px;
        height: 100%;
        overflow-x: scroll;
        z-index: 999999;
        border-radius: 0;
        -webkit-transition: all 0.5s;
        -o-transition: all 0.5s;
        transition: all 0.5s;
        background-color: #000;
        padding-top: 0;
    }

    .navigation {
        display: block;
        text-align: left;
    }

    .nav-wrapper.open {
        right: 0;
    }

    .navigation>li {
        display: block;
        margin: 0;
        border-bottom: 1px solid #333;
    }

    .navigation>li:first-child a {
        display: block;
        background-color: #01000f;
    }

    .navigation li a {
        background-color: #000;
        padding: 10px 20px;
        color: #fff !important;
    }

    .navigation a {
        border-radius: 0;
    }

    .navigation li:hover>a,
    .navigation li:focus>a,
    .navigation li.active>a {
        background-color: #7f1d10;
        color: #fff !important;
    }

    .navigation>li:first-child {
        display: block;
        background-color: #01000f;
    }

    .navigation>li.dropdown>a:after {
        right: 20px;
    }

    .navigation li.dropdown>.dropdown-menu,
    .navigation li.dropdown:hover>.dropdown-menu {
        position: static;
        top: 0;
        visibility: visible;
        opacity: 1;
        width: 100%;
        float: none;
    }

    .navigation li.dropdown>.dropdown-menu li a {
        padding: 10px 10px 10px 30px;
    }

    .logo-container {
        display: none;
    }

    .triangle-section::before {
        display: none;
    }
}


/* header sec end  */


.page-banner {
    height: 480px;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}

.page-banner1 {
    height: 670px;
}

.inner-box {
    padding: 30px;
    background-color: #7f1d10;
    color: #fff;
    width: 100%;
}

.inner-box1 {
    padding: 30px;
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
    width: 100%;
}

.inner-box2 {
    padding: 30px;
    background-color: #7f1d10;
    outline: 2px solid #fff;
    outline-offset: -10px;
    color: #fff;
    width: 100%;
}

.inner-box3 {
    padding: 30px;
    border: 1px solid #7f1d10;
    width: 100%;
}

.inner-box4 {
    padding: 30px;
    border: 4px double #7f1d10;
}

.inner-box5 {
    padding: 30px;
    border: 2px dashed #7f1d10;
}

.area-box {
    padding: 15px 25px;
    background-color: #7f1d10;
    color: #fff;
    display: block;
    text-align: center;
    margin-bottom: 15px;
}

.area-box:hover,
.area-box:focus {
    color: #fff !important;
}

.bg-left-red{
    position: relative;
}
.bg-left-red::before{
    position: absolute;
    top: 0;
    right: 0;
    width: 67%;
    height: 100%;
    background-color: #7f1d10;
    content: '';
    z-index: -1;   
}

.frame-sec2 {
    position: relative;
}
.frame-sec2-box {
    position: relative;
    padding: 50px;
    background-color: #7f1d10;
    color: #fff;
    margin-right: -100px;
    z-index: 2;
}
.frame-sec2 img {
    position: absolute;
    top: 0;
    right: 0;
    width: 50%;
    height: 100%;
    z-index: 1;
}
.inner-box6 {
    padding: 30px;
    color: #fff;
    width: 100%;
}
.inner-box7{
    padding: 30px;
    width: 100%;
    border: 20px solid #7f1d10;
}

.wwd-sec-bg-right-red{
     position: relative; 
}

.wwd-sec-bg-right-red::before{
    position: absolute;
    top: 0;
    right: 0;
    width: 65%;
    height: 100%;
    background-color: #751132;
    content: '';
    clip-path: polygon(10% 0, 100% 1%, 100% 100%, 10% 100%, 0% 50%);
    
}

.service-box {
    padding: 20px;
    background-color: #efecec;
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
    margin: 0 0px 30px;
    width: 100%;
    display: flex;
    flex-direction: column;
    /* justify-content: space-between; */
    flex: 1;
}

.service-box-img {
    width: 100%;
    /* height: 230px; */
    margin-bottom: 20px;
    overflow: hidden;
}

.service-box-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: 0.4s;
}

.service-box-content h3 {
    font-size: 24px;
}

.service-box:hover img {
    transform: scale(1.15);
}

@media screen and (max-width: 767px) {
    .testimonials-box {
        padding: 0px;
    }

    .btn-grad {
        padding: 15px 25px;
    }
}

/* col-xxl */

/* col-xl */
@media (min-width: 1300px) and (max-width:1400px) {
    .new-areas-list {
        padding: 12px 18px;
    }

    .border-box1 {
        min-height: 401px;
    }

    .border-box3 {
        min-height: 420px;
    }

    .border-box4 {
        min-height: 460px;
    }

    .border-box3.mh-auto {
        min-height: 300px;
    }

    .slide-text {
        top: 60% !important;
    }
    .services-box .services-box-content:before {
        left: -6px;
        border-left: 361px solid rgba(255, 255, 255, 0);
    }
    .services-box .services-box-content:after {
        width: 102%;
    }
}

@media (min-width: 1200px) and (max-width:1299px) {
    .new-areas-list {
        padding: 12px 7px;
    }

    .border-box1 {
        min-height: 430px;
    }

    .border-box2 {
        min-height: 420px;
    }

    .border-box2 {
        min-height: 420px;
    }

    .border-box4 {
        min-height: 530px;
    }

    .border-box3.mh-auto {
        min-height: 300px;
    }

    .slide-text {
        top: 60% !important;
    }
    .services-box .services-box-content {
        padding: 59px 30px 75px;
    }

}

/* col-lg */
@media (min-width: 992px) and (max-width:1200px) {
    .section2 .item .con {
        bottom: -70px;
    }

    .addresscontact {
        padding: 20px;
    }
    .services-box .services-box-content:before,
    .services-box .services-box-content:after{
        display: none;
    }
    .services-box .services-box-icon{
        top: -70px;
    }
}

/*for mobile to small tab */
@media (min-width: 220px) and (max-width:991px) {

    .headerpart2 {
        display: block;
        position: relative;
    }

    .logo {
        width: 50%;
    }
    

    /* .cwdesign-wrap-inner {
        position: relative;
        top: 215px;
    }

    .cwdesign-logo-wrap{
        display: flex;
        justify-content: center;
    } */

    /* .cwdesign-menu ul {
        margin-top: 100px;
    }    */

    /* .mobile-menu {
        display: block;
        font-size: 20px;
        background: #fff;
        padding: 8px 20px;
        color: #292a60;
        cursor: pointer;
        margin: 0 auto;
        text-align: left;
    }

    .mobile-menu i {
        float: right;
    } */

    .cwdesign-header {
        position: relative;
        padding-top: 8px;
        top: auto;
        padding-bottom: 8px;
        background: rgb(255 255 255 / 60%);
    }

    .addresscontact {
        margin-bottom: 0;
    }

    .footer-widget {
        margin-bottom: 15px;
    }

    .m-parallax-bg {
        background-image: none !important;
        min-height: auto !important;
    }

    .cwdesign-header .cwdesign-logo img {
        width: 210px;
        padding: 0 10px;
    }

    .cwdesign-header.scrolled .cwdesign-logo img {
        width: 180px;
    }

    .border-box1 {
        min-height: auto;
        margin-bottom: 30px;
        padding: 20px;
    }

    .border-box2 {
        min-height: auto;
        margin-bottom: 30px;
        padding: 20px;
    }

    .border-box3 {
        min-height: auto;
        margin-bottom: 30px;
        padding: 20px;
    }

    .border-box4 {
        min-height: auto;
        margin-bottom: 30px;
        padding: 20px;
    }

    .contact-detail {
        margin-bottom: 30px;
    }

    .home-slide {
        position: relative !important;
    }

    .cwdesign-header {
        position: relative;
        padding-top: 8px;
        top: auto;
        padding-bottom: 8px;
        background: rgb(127, 29, 16);
        /* border-bottom: 0.5px solid #dfdfdf; */
    }

    .gallery-service-sec .owl-theme .owl-nav.disabled+.owl-dots {
        display: none;
    }

    .gallery-service-sec .owl-carousel .owl-dots.disabled,
    .owl-carousel .owl-nav.disabled {
        display: block;
    }

    .qualities-section {
        margin-top: 0;
    }

    .brand-img{
        margin: 10px;
    }
    .services-box .services-box-content:before,
    .services-box .services-box-content:after{
        display: none;
    }
    .services-box .services-box-icon{
        top: -70px;
    }
    .services-box .services-box-content{
        padding: 35px 25px 75px;
    }
    .bg-left-red::before {
        width: 100%;
    }
    .frame-sec2-box {
        margin-right: 0;
        padding: 20px;
    }
    .frame-sec2 img {
        position: relative;
        width: 100%;
    }
    .inner-box7{
        padding: 20px;
        border: 10px solid #7f1d10;
    }
}

/* col-md */
@media (min-width: 768px) and (max-width:991px) {
    .iCcBam {
        /*z-index: 9999999 !important;*/
    }
    #hire-form .checkbox-group {
        gap: 8px 20px;
    }
}

/* for all mobile */
@media (min-width: 220px) and (max-width:767px) {

    /* .cwdesign-header .cwdesign-logo img {
	    width: 100%;
	    max-width: 120px;
	}
	.cwdesign-wrap-burger-wrap{
        display: flex;
        justify-content: center;
    } */
    .section2 .item .con {
        position: relative;
        bottom: 0;
        background: rgb(127, 29, 16);
    }

    .third-box {
        padding: 30px;
    }

    .home-parallax h1 {
        font-size: 28px;
        line-height: 35px;
    }

    .header-contact-list {
        justify-content: center;
    }

    .parallax-window {
        /* background: #f39428 !important; */
        height: 350px;
    }
    .top-contact-list li:before{
        display: none;
    }
}

/* col-sm  */
@media (min-width: 576px) and (max-width:767px) {
    .logo {
        width: 60%;
    }

    .iCcBam {
        /*z-index: 9999999 !important;*/
    }
    #hire-form .checkbox-group {
        grid-template-columns: 1fr 1fr;
    }
}

/* col-xs */
@media (min-width: 220px) and (max-width:575px) {
    .mobile-icons {
        display: block;
        text-align: center;
    }
    .top-contact-list, .social-link, .get-a-quote{
        text-align: center;
    }
    .mobile-icons i {
        font-size: 25px;
        margin: 5px;
    }

    .logo {
        width: 100%;
        text-align:center;
    }
    .mobile-menu{
        display: block;
        text-align: center;
    }
    .header-bottom{
        padding: 0 10px !important;
    }

    .addresscontact {
        padding: 15px;
    }

    .heading-h2 {
        font-size: 30px;
    }

    .news-section .item .con {
        margin: 0 10px;
        padding: 20px;
        bottom: 13px;
    }

    .btn-3 {
        font-size: 14px;
        padding: 6px 16px;
    }

    .header-contact-list {
        display: block;
        ;
        gap: 30px;
    }

    .cwdesign-logo-wrap {
        display: flex;
        justify-content: center;
    }

    .quality-box {
        background: #ffffff;
        padding: 30px 20px;
    }

    .cwdesign-header .cwdesign-logo img {
        width: 170px;
        padding: 0 10px;
    }

    .cwdesign-header.scrolled .cwdesign-logo img {
        width: 160px;
    }

    .reservations .text a {
        font-size: 17px;
    }

    .reservations .text {
        padding-left: 8px;
    }

    .reservations .text p {
        font-size: 14px;
    }

    .reservations .icon span {
        font-size: 20px;
    }

    .btn-1,
    .btn-3 {
        margin-bottom: 0px;
    }

    .page-banner {
        height: 300px;
    }

    .slider-text {
        font-size: 22px;
        line-height: 30px;
    }

    .inner-box {
        padding: 15px;
    }

    .inner-box1 {
        padding: 15px;
    }

    .inner-box2 {
        padding: 20px;
    }

    .inner-box3 {
        padding: 15px;
    }

    .inner-box4 {
        padding: 15px;
    }

     .inner-box5 {
        padding: 15px;
    }

    .contact-detail {
        padding: 60px 6px 20px;
    }

    .section2 .con img {
        display: none;
    }

    .section2 .item .con {
        text-align: center;
    }

    .text-end {
        text-align: center !important;
    }

    .section2 .item .con h5 a {
        font-size: 20px;
    }

    .heading-h1 {
        font-size: 30px;
    }
    
    .brand-img {
        padding: 10px;
    }
    .services-box .services-box-content {
        top: -50px;
    }
    .services-box .services-box-content {
        padding: 50px 20px 60px;
    }
    .services-box .more-btn a {
        padding: 7px 18px;
    }
    .services-box .more-btn {
        bottom: 60px;
    }
    .info-box {
        padding: 30px 15px;
    }
    
    #hire-form .checkbox-group {
        grid-template-columns: 1fr;
    }
    .contact-box .left-circle-icon i {
        position: relative;
        transform: translate(0%, 0%);
        left: unset;
        top: unset;
        height: 90px;
        width: 90px;
        font-size: 35px;
        border: 6px solid #e70205;
        margin-bottom: 10px;
    }

    .contact-box:hover .left-circle-icon i {
        font-size: 40px;
    }

    .contact-box {
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    .contact-box .down-box {
        width: 100%;
        padding: 20px 10px;
        border-radius: 10px;
        text-align: center;
    }

    .contact-box .top-box {
        text-align: center;
        padding: 10px;
    }
}