/* ====================================

01. Typography style
02. Preloader style
03. Owl-Theme & Custom style
04. Navbar style
05. Header style
06. Slider Fade & Slider style
07. Parallax Header style
08. Video Background style
09. Banner Header style
10. About style
11. Team style
12. Team-Single style
13. FAQs (Accordion) style
14. Gallery Scroll style
15. Video Gallery style
16. Video Popup style
17. Testimonials style
18. Clients style
19. Blog style
20. Post style
21. Contact style
22. Form style
23. Button style
24. Footer style
25. toTop Button style
26. Overlay Effect Bg Image style
27. Responsive style

==================================== */
@import url('page-css/navbar.css');
@import url('page-css/slider.css');
@import url('page-css/owl-common.css');
@import url('page-css/service-page.css');
@import url('page-css/team.css');
@import url('page-css/blog-page.css');
@import url('page-css/gallery.css');
@import url('page-css/faq.css');
@import url('page-css/contact.css');


:root {
    --theme-base-color:#d7110e;
/*  --theme-text-color-first: #1b8fe6;
  --color-secondary: #f4f5f6;
  --color-tertiary: #0d1013;
  --color-gray: #f6f6f6;
  --color-subtitle: #f9004d;
  --bg-color-primary: #0582c5;
  --background-color-white: #63b336;
  --color-dark: #4a4a4a;
  --color-text:#4a4a4a;
  --color-black:#000000;
  --color-white:#FFF;
  --theme-color-first: #1b8fe6;*/
  



}

/* ======= Typography style ======= */
html,
body {
    -moz-osx-font-smoothing: grayscale;
    word-break: break-word; 
    -webkit-font-smoothing: antialiased;
}
* {
    margin: 0;
    padding: 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    outline: none;
    list-style: none;
    word-wrap: break-word;
}
body {
   font-family: 'Oswald', sans-serif;
    font-size: 17px;
    font-weight: 400;
    line-height: 30px;
    color: #707070;
    overflow-x: hidden !important;
    letter-spacing: 0.03px;
}
p {
    font-family: 'Manrope', sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 28px;
    /*color: #707070;*/
    color: #2c2b2b;
    margin-bottom: 15px;
}
p b {
    color: #141414;
    font-weight: 400;
}
h1 {
    font-size: 45px;
}
h2 {
    font-size: 35px;
}
h3 {
    font-size: 30px;
}
h4 {
    font-size: 27px;
}
h5 {
    font-size: 24px;
}
h6 {
    font-size: 20px;
}
h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'Oswald', sans-serif;
    font-weight: 600;
    line-height: 1.25em;
    margin: 0 0 15px 0;
    color: #141414;
}

img {
    width: 100%;
    height: auto;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}
span,
a,
a:hover {
    display: inline-block;
    text-decoration: none;
    color: inherit;
}
b {
    font-weight: 600;
}
.text-dark {
    color: #141414;
}
.colr-white{
    color: #FFF !important;
}
.small,
small {
    font-size: 17px;
}
/* text field */
button,
input,
optgroup,
select,
textarea {
    font-family: 'Oswald', sans-serif;
}
input[type="password"]:focus,
input[type="email"]:focus,
input[type="number"]:focus,
input[type="text"]:focus,
input[type="file"]:focus,
input[type="radio"]:focus,
input[type="checkbox"]:focus,
textarea:focus {
    outline: none;
}
input[type="password"],
input[type="email"],
input[type="number"],
input[type="text"],
input[type="file"],
textarea {
    max-width: 100%;
    margin-bottom: 15px;
    padding: 14px 20px;
    height: auto;
    background-color: transparent;
    -webkit-box-shadow: none;
    box-shadow: none;
    display: block;
    width: 100%;
    line-height: 1.5em;
    font-family: 'Oswald', sans-serif;
    font-size: 17px;
    font-weight: 400;
    color: #707070;
    background-image: none;
    border: none;
    border-radius: 5px;
    border: 1px solid #f2f2f2;
}
.form-control {
    display: block;
    width: 100%;
    margin-bottom: 15px;
    padding: 15px 20px;
    font-size: 17px;
    font-family: 'Oswald', sans-serif;
    font-size: 17px;
    font-weight: 400;
    line-height: 1.5em;
    color: #707070;
    background-color: transparent;
    background-clip: padding-box;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-radius: 30px;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    outline: none;
}
input[type="submit"],
input[type="reset"],
input[type="button"],
button {
    text-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    line-height: 30px;
    -webkit-transition: background-color .15s ease-out;
    transition: background-color .15s ease-out;
    background: #fff;
    border: none;
}
input[type="submit"]:hover,
input[type="reset"]:hover,
input[type="button"]:hover,
button:hover {
    color: #707070;
    border: none;
}
select {
    padding: 10px;
    border-radius: 5px;
}
textarea:focus,
textarea:active,
textarea::placeholder {
    color: #707070;
}
table,
th,
tr,
td {
    border: 0px solid #707070;
}
th,
tr,
td {
    padding: 10px;
}
input[type="radio"],
input[type="checkbox"] {
    display: inline;
}
button[type="submit"],
input[type="submit"] {
    display: inline-block;
    height: auto;
    padding: 16px 27px;
    border: none;
    border-radius: 4px;
   /* color: #fff;*/
    line-height: 20px;
    font-weight: 400;
    text-align: center;
    font-size: 17px;
}
button[type="submit"] i,
input[type="submit"] i {
    color: #fff;
}
button[type="submit"]:hover i,
input[type="submit"]:hover i {
    color: #fff;
}
button[type="submit"]:hover,
input[type="submit"]:hover {
    border: none;
    
}
select {
    max-width: 100%;
}
.form-select {
    display: block;
    width: 100%;
    -moz-padding-start: calc(0.75rem - 3px);
    font-size: 17px;
    font-weight: 400;
    line-height: 1.5;
    background-image: url(data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23887bb6' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='m2 5 6 6 6-6'/%3e%3c/svg%3e);
    color: #707070;
    background-repeat: no-repeat;
    background-position: right 1.5rem center;
    background-size: 11px 20px;
    border: none;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-radius: 30px;
    padding-left: 20px;
    padding-top: 14px;
    padding-bottom: 14px;
    margin-bottom: 15px;
    border: 1px solid rgba(203, 157, 85, 0.3);
    outline: none;
}
.form-control:focus,
.form-select:focus,
select:focus {
    outline: none;
    outline-width: 0 !important;
    box-shadow: none;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    border: 1px solid rgba(203, 157, 85, 0.3);
}
input[type=checkbox] {
    position: relative;
    cursor: pointer;
    margin: 5px 30px 15px 0px;
    -moz-appearance: none;
    -webkit-appearance: none;
    width: 12px;
}
input[type=checkbox]:before {
    content: '';
    width: 22px;
    height: 22px;
    border: 1px solid rgba(203, 157, 85, 0.3);
    background-color: rgba(203, 157, 85, 0.3);
    position: absolute;
    top: 0px;
    margin-left: -1px;
    border-radius: 3px;
}
input[type=checkbox]:after {
    font-family: "Font Awesome 6 Brands";
    content: '\f00c';
    font-weight: normal;
    color: #000;
    background: transparent;
    position: absolute;
    top: 1px;
    margin-left: -1px;
    left: 0;
    width: 22px;
    height: 22px;
    border: none;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    opacity: 0;
    transition: opacity .3s cubic-bezier(.64, .09, .08, 1);
    will-change: opacity;
    font-size: 12px;
}
input[type=checkbox]:checked:after {
    opacity: 1
}
/* placeholder */
::-webkit-input-placeholder {
    color: #707070;
    font-family: "Urbanist", sans-serif;
    font-size: 17px;
    font-weight: 400;
}
:-moz-placeholder {
    color: #707070;
}
::-moz-placeholder {
    color: #707070;
    opacity: 1;
}
:-ms-input-placeholder {
    color: #707070;
}
/* important */
.o-hidden {
    overflow: hidden;}
.position-re {
    position: relative;
}
.full-width {
    width: 100%;
}
.bg-img {
    background-size: cover;
    background-repeat: no-repeat;
        background-position: center;
}
.bg-fixed {
    background-attachment: fixed;
}
.bg-lightgray {
    background-color: #f2f2f2;
}
.bg-white {
    background-color: #fff;
}
.bg-black {
    background-color: #000;
}
.pattern {
    background-repeat: repeat;
    background-size: auto;
}
.bold {
    font-weight: 400;
}
.count {
    font-family: "Manrope", sans-serif;
}
.valign {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.v-middle {
    position: absolute;
    width: 100%;
    top: 50%;
    /*    left: 0;*/
    -webkit-transform: translate(0%, -50%);
    transform: translate(0%, -50%);
    z-index: 9;
}
.v-middle2 {
    position: absolute;
    width: 100%;
    top: 50%;
    left: 0;
    -webkit-transform: translate(0%, -50%);
    transform: translate(0%, -50%);
}
.v-bottom {
    position: absolute;
    width: 100%;
    bottom: 12%;
    left: 0;
    -webkit-transform: translate(0%, -12%);
    transform: translate(0%, -12%);
    z-index: 9;
}
.rest {
    padding: 0 !important;
    margin: 0 !important;
}
.valign {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.js .animate-box {
    opacity: 0;
}
:root {
    scroll-behavior: auto;
}
.position-relative {
    position: relative !important;
}
.icon-bg {
    background: #fff !important;
}
hr {
    margin-top: 5px;
    margin-bottom: 15px;
    border: 0;
}
.br-5005 {
    border-radius: 5px 0 0 5px;
}
.br-0550 {
    border-radius: 0 5px 5px 0;
}
.br-5 {
    border-radius: 5px;
}
.mt-10 {
    margin-top: 10px !important;
}
.mt-15 {
    margin-top: 15px !important;
}
.mt-20 {
    margin-top: 20px !important;
}
.mt-30 {
    margin-top: 30px !important;
}
.mt-45 {
    margin-top: 45px !important;
}
.mt-60 {
    margin-top: 60px !important;
}
.mt-90 {
    margin-top: 90px !important;
}
.mt-120 {
    margin-top: 120px !important;
}
.mt--120 {
    margin-top: -120px !important;
}
.mt--180 {
    margin-top: -180px !important;
}

.mb-0 {
    margin-bottom: 0 !important;
}
.mb-15 {
    margin-bottom: 15px !important;
}
.mb-20 {
    margin-bottom: 15px !important;
}
.mb-25 {
    margin-bottom: 25px !important;
}
.mb-30 {
    margin-bottom: 30px !important;
}
.mb-40 {
    margin-bottom: 40px !important;
}
.mb-45 {
    margin-bottom: 45px !important;
}
.mb-60 {
    margin-bottom: 60px ;
}
.mb-90 {
    margin-bottom: 90px !important;
}
.mb-120 {
    margin-bottom: 120px !important;
}
.pl-0{
    padding-left: 0;
}
.pr-0{
    padding-right: 0;
}
.plr-0{
    padding-left: 0;
    padding-right: 0;
}
.pl-30{
    padding-left: 30px;
}
.pl-50{
    padding-left: 50px;
}
.pt-100{
    padding-top: 100px;
}
.pt-60 {
    padding-top: 60px !important;
}
.pb-0 {
    padding-bottom: 0 !important;
}
.pb-100 {
    padding-bottom: 100px !important;
}
.pb-120 {
    padding-bottom: 120px !important;
}
.no-padding {
    padding: 0 !important;
}
.ml-30 {
    margin-left: 30px !important;
}
.ml-5 {
    margin-left: 5px !important;
}
.mr-5 {
    margin-right: 5px !important;
}
.mr-10 {
    margin-right: 10px !important;
}
.mr-15 {
    margin-right: 15px !important;
}
.br-20 {
    border-radius: 20px;
}
.br-15 {
    border-radius: 15px;
}
/* list style */
.list {
    position: relative;
    display: block;
}
.list li {
    position: relative;
    display: flex;
    align-items: center;
    margin-bottom: 10px;
}
.list li + li {
    margin-top: 10px;
}
.list-icon {
    
}
.list-icon i {
    font-size: 17px;
    color: var(--theme-text-color-first);
}
.list-text {
    margin-left: 15px;
}
.list-text p {
    font-size: 17px;
    margin: 0;
    color: #141414;
}


/* ======= Preloader style ======= */
.preloader {
    background-color: #fff;
    width: 100%;
    height: 100%;
    position: fixed;
    z-index: 1000;
    overflow: hidden;
}
.preloader * {
    transition: all 0.3s;
}
.preloader .centered {
    position: absolute;
    width: 100%;
    height: 100%;
    text-align: center;
}
.preloader .centered:after {
    content: "";
    display: inline-block;
    height: 100%;
    vertical-align: middle;
    margin-right: -0.25em;
}
.preloader .centered .cont {
    box-sizing: border-box;
    display: inline-block;
    vertical-align: middle;
    text-align: left;
    font-size: 0;
}
.preloader .centered .cont .loader-circle {
    position: absolute;
    left: 50%;
    top: 50%;
    width: 90px;
    height: 90px;
    border-radius: 50%;
    box-shadow: inset 0 0 0 1px rgba(0, 0, 0, 0.1);
    margin-left: -45px;
    margin-top: -45px;
}
.preloader .centered .cont .loader-line-mask {
    position: absolute;
    left: 50%;
    top: 50%;
    width: 45px;
    height: 90px;
    margin-left: -45px;
    margin-top: -45px;
    overflow: hidden;
    transform-origin: 45px 45px;
    -webkit-mask-image: -webkit-linear-gradient(top, #000000, rgba(215, 17, 14, 0.5));
    animation: rotate 1.2s infinite linear;
}
.preloader .centered .cont .loader-line-mask .loader-line {
    width: 90px;
    height: 90px;
    border-radius: 50%;
    box-shadow: inset 0 0 0 1px rgba(215, 17, 14, 0.5);
}
.preloader .centered .cont img {
    width: 38px;
    max-width: 38px;
}
.preloader lesshat-selector {
    -lh-property: 0;
}
@keyframes rotate {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}
.preloader [not-existing] {
    zoom: 1;
}
.preloader lesshat-selector {
    -lh-property: 0;
}
@keyframes fade {
    0% {
        opacity: 1;
    }
    50% {
        opacity: 0.25;
    }
}
.preloader [not-existing] {
    zoom: 1;
}
.preloader lesshat-selector {
    -lh-property: 0;
}
@keyframes fade-in {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}
.preloader [not-existing] {
    zoom: 1;
}

/* ======= Section style ======= */
.section-padding {
    padding: 120px 0;
}
.section-title {
    position: relative;
   
}
.section-title h1{
    font-family: 'Oswald', sans-serif;
    font-weight: 600;
    font-size: 40px;
    line-height: 50px;
    /*color: #000;*/
    position: relative;
    margin-bottom: 0;
    text-transform: uppercase;
}
.section-title h3 {
    font-family: 'Oswald', sans-serif;
    font-weight: 400;
    margin-bottom: 10px;
    /*color: #000;*/
    font-size: 15px;
    align-items: center;
    text-transform: uppercase;
    letter-spacing: 3px;
}
.white-color {
    color: #fff;
}

/* ======= About style ======= */

.about .img-box{

}
.about {
    position: relative;
    overflow: hidden;
}
.about .container{

}
.about .left-img{
   
}
.about .cont{
    
    /*padding-right: 25%;*/
    padding: 0px 0 0px 50px;
}

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

    .about .cont{
        padding: 20px 0 0 0;
    }
}



/* ======= Start Plumber Service style ======= */

.service-area-bg{

    height: 1137px;
}
.service-area-bg-img{
    background: url(../img/resource/bg-service.jpg) no-repeat;
    background-size: cover;
    background-position: center;
   
}
.service-area{
    position: relative;
}
.service-area:after{
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    height: 90%;
    width: 100%;
    background: #f2f2f2;
    z-index: -1;
}
.services{

}
.services .item {
    position: relative;
    display: block;
    margin-bottom: 20px;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}
.services .item .img {
    position: relative;
}
.services .item .img:before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, .8)), to(transparent));
    /* background-image: linear-gradient(to top, rgba(0, 0, 0, .5) 0, transparent 100%); */
  
}
.services .item .img img {
    width: 100%;
}
.services .item .con {
    position: absolute;
    top: 90px;
    left: 30px;
    right: 30px;
    /*display: flex;*/
    align-items: center;
    justify-content: space-between;
    z-index: 2;
}
.services .item .con h2 {
    font-family: "Oswald", serif;
    font-size: 16px;
    font-weight: 400;
    color: #fff;
    text-transform: uppercase;
    display: inline;
    padding: 3px 10px;
    border-radius: 5px;
    background-color: #000;
}
.services .item .con h3{
    font-size: 35px;
    color: #fff;
}
.services .item .con p{
    color: #dfdede;
    opacity: 2;
}
.services .item .con a{
    color: #fff;
    font-size: 17px;
}
.services .item .con a.text-decoration-line-bottom {
    border-bottom: 3px solid #fff;
    transition: all 0.5s ease;
}
.services .item .con a:hover.text-decoration-line-bottom {
    border-bottom: 3px solid #d7110e;
    transition: all 0.5s ease;
    color: #d7110e;
}
.services .owl-theme .owl-nav [class*=owl-]:hover {
    background: #d7110e;
    border: 1px solid #d7110e;
    color: #fff;
}
.service-area .service-area-cont{

}
.service-area .service-area-cont p{
    color: #dfdede;
    padding-right: 50px;
}
.service-area .request-quote-form {
    width: 100%;
    float: left;
    padding: 30px 30px !important;
    background-color: #000;
    margin-top: 0px;
    border-radius: 15px;
  
}
.service-area .request-quote-form input[type="text"] {
    width: 100%;
    border: 1px solid #e5e5e5;
    padding: 12px 20px;
    font-size: 15px;
    border-radius: 5px;
    font-family: "Oswald", sans-serif;
    background-color: #f4f4f4;
}

.service-area .request-quote-form textarea{
    border: 1px solid #e5e5e5;
    box-shadow: none;
    padding: 14px 20px;
    border-radius: 5px;
    background-color: #f4f4f4;
}
.service-area .request-quote-form textarea:focus {
  border: 1px solid #e5e5e5;
  box-shadow: none;
}
.service-area .request-quote-form input:focus {
  border: 1px solid #e5e5e5;
  box-shadow: none;
  background-color: #FFF;
}
.service-area .phone {
    font-size: 21px;
    font-weight: 400;
    color: #fff;
    text-align: left;
    display: inline-block;
    margin-top: 20px;
    margin-left: 20px;
    margin-bottom: 15px;
}
.service-area .phone i {
    height: 55px;
    width: 55px;
    line-height: 55px;
    background: #d7110e;
    font-size: 20px;
    font-weight: 300;
    color: #fff;
    border-radius: 50%;
    text-align: center;
    margin-right: 10px;
}
/*.service-area .item .con a::before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    width: 11%;
    height: 3px;
    background: #b4b4b4;
    transition: all 0.5s ease;
}*/


/*-------------- Services 2 ------------------*/

.services2{

}
.services2 .item {
    position: relative;
    display: block;
    margin-bottom: 20px;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}
.services2 .item .img {
    position: relative;
}
.services2 .item .img:before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, .8)), to(transparent));
    /* background-image: linear-gradient(to top, rgba(0, 0, 0, .5) 0, transparent 100%); */
  
}
.services2 .item .img img {
    width: 100%;
}
.services2 .item .con {
    position: absolute;
    top: 90px;
    left: 30px;
    right: 30px;
    /*display: flex;*/
    align-items: center;
    justify-content: space-between;
    z-index: 2;
}
.services2 .item .con h2 {
    font-family: "Oswald", serif;
    font-size: 16px;
    font-weight: 400;
    color: #fff;
    text-transform: uppercase;
    display: inline;
    padding: 3px 10px;
    border-radius: 5px;
    background-color: #000;
}
.services2 .item .con h3{
    font-size: 35px;
    color: #fff;
}
.services2 .item .con p{
    color: #dfdede;
    opacity: 2;
}
.services2 .item .con a{
    color: #fff;
    font-size: 17px;
}
.services2 .item .con a.text-decoration-line-bottom {
    border-bottom: 3px solid #fff;
    transition: all 0.5s ease;
}
.services2 .item .con a:hover.text-decoration-line-bottom {
    border-bottom: 3px solid #d7110e;
    transition: all 0.5s ease;
    color: #d7110e;
}


/*-------------- Service 2 End- --------------*/

.black-bx{
    background-color: #000;
    padding: 60px 100px;
    width: 100%;
}
.black-bx h2{
    color: #fff;
    font-size: 32px;
    font-weight: 200;
    display: inline-block;
}

.why-choose{
    background-color: #e4e4df;
}
.why-choose .img-block{
    margin-left: 50px;
}
.why-choose .img-block img{

}
.why-choose .why-bx{
    background-color: #fff;
    padding: 20px;
    border-radius: 5px;
    margin-bottom: 20px;
}
.why-choose .why-bx .icon{
    margin-bottom: 10px;
}
.why-choose .why-bx .icon img{
    width: auto;
}
.why-choose .why-bx h3{
    font-size: 22px;
}
.why-choose .why-bx p{
    font-size: 15px;
    margin: 0;
}

/* ======= Rotatext style ======= */
.rotatex {
    position: relative;
    background-attachment: fixed;
    background-position: center;
    top: -252px;
}
.rotatex .rotate-box {
    position: absolute;
    width: 220px;
    height: 220px;
    -webkit-margin-start: auto;
    margin-inline-start: auto;
    -webkit-margin-end: 0;
    margin-inline-end: 0;
    right: 53%;
}
.rotatex .rotate-box .icon {
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    height: 120px;
    width: 120px;
    border-radius: 50%;
    background-color: #fff;
    font-size: 54px;
    font-weight: 500;
    color: #d7110e;
    border: 6px solid #000;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.rotatex .rotate-box .rotate-text {
    -webkit-animation: rotateText 20s linear infinite;
    animation: rotateText 20s linear infinite;
    font-weight: 400;
    text-transform: uppercase;
    position: absolute;
    left: 0;
    border-radius: 50%;
    color: #000;
    font-size: 45px;
}
.rotatex .rotate-box .rotate-circle svg {
    width: 220px;
    height: 220px;
    fill: #000;
    -webkit-transform: scale(1);
    transform: scale(1);
}
@-webkit-keyframes rotateText {
    0% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
    100% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
}
@keyframes rotateText {
    0% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
    100% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
}

}
@media screen and (max-width: 991px) {
    .rotatex {
       
    }
    .rotatex .rotate-box {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
}

/* =========== Start Testimonials Section =====*/


.testimonial-area{
  background-color: #1b1d1e;


}
.testimonial-area .testimonial-inner{
    width: 100%;
    height: 100%;
    padding: 0px 0 0px;
}
.testimonial-area .quoteshape {
    position: relative;
    text-align: center;
}
.testimonial-area .section-head{
    margin-bottom: 50px;
    border-top: 1px solid #f2f2f2;
    padding-top: 41px;
}
.testimonial-block-outer{
    padding: 15px;
    border-radius:0px;
     background-color: transparent;
    /*border-radius: 50px;*/
    border-radius: 12px;
    margin-bottom: 20px;     
}
.testimonial-block-outer .border-box{
    width: 346px;
    border-radius: 52px;
    background-color: transparent;
   /* border: 1px dashed #1b8fe6;*/
    padding: 8px;
    float: left;
}
.testimonial-block-outer .client-img{

    border-radius: 15px;
    margin: auto;
    background-color: transparent;
    overflow: hidden;
    padding: 0px;
  
}
.testimonial-block-outer .client-img img{
    border-radius: 15px;
}
.testimonial-block-outer .text-box{
    margin: auto;
    padding: 0px 30px 0px;
    color: #FFF;
    text-align: center;
    max-width: fit-content;
}
.testimonial-block-outer .text-box p{
    
    font-weight: 400;
    font-size: 17px;
    color: #FFF;
}
.testimonial-block-outer .quote-icon{
    margin: 0 auto 30px auto;
    background: url(../img/resource/quote-icon.png) no-repeat center;
    width: 76px;
    height: 76px;
    border-radius: 50%;
    background-color: var(--theme-base-color);
}
.testimonial-block-outer .quote-icon img{
    width: auto;

}
.testimonial-block-outer .name{
    font-size: 20px;
    line-height: 30px;
    padding-top: 0px;
    color: var(--color-primary);
    margin-top: 30px;
}
.testimonial-block-outer .name span{
    font-size: 16px;
    font-weight: 300;
}
.testimonial-block-outer .rating{
    margin: 20px auto 0 auto;
    text-align: center;
    display: table;
}
.testimonial-block-outer .rating img{
    width: auto !important;
}
.testimonial-area .owl-theme .owl-dots .owl-dot span {
    border: 1px solid rgba(255, 255, 255, 0.3);
    background: transparent;
}
.testimonial-area .owl-theme .owl-dots .owl-dot.active span{
    background: #fff;
    border: 1px solid #fff;
}

/* ======= Gallery Scroll style ======= */
.galleryscroll {
    position: relative;
}
.galleryscroll .item {
    overflow: hidden;
    position: relative;
    display: flex;
    flex-direction: column;
    cursor: pointer;
    border-radius: 0px;
    isolation: isolate;
}
.galleryscroll .item .img {
    position: relative;
    overflow: hidden;
    transition: 700ms cubic-bezier(0.17, 0.67, 0, 1.01);
    isolation: isolate;
}
.galleryscroll .item .img:after {
    content: " ";
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    transition: all 0.27s cubic-bezier(0.3, 0.1, 0.58, 1);
    overflow: hidden;
    -webkit-transition: all .5s;
    transition: all .5s;
}
.galleryscroll .item .img > img {
    transition: all 0.3s cubic-bezier(0.3, 0.1, 0.58, 1);
    border-radius: 0;
    -webkit-transition: all .5s;
    transition: all .5s;
}
.galleryscroll .item:hover .img > img {
    -webkit-filter: none;
    filter: none;
    -webkit-transform: scale(1.03, 1.03);
    transform: scale(1.03, 1.03);
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -o-transition: all 1s ease;
    -ms-transition: all 1s ease;
    transition: all 1s ease;
}
/* magnific popup custom */
.mfp-counter {
    display: none;
}
.mfp-figure button {
    border: 0px solid transparent;
}
button.mfp-close,
button.mfp-arrow {
    border: 0px solid transparent;
    background: transparent;
}
.mfp-bg,
body.mfp-zoom-out-cur {
    overflow: hidden !important;
    margin: 0 !important;
    padding: 0 !important;
    height: 100% !important;
}

/*=========== Start Video Section =============*/
.video-wrapper{
    
}
.video-wrapper .rotatex {
    position: relative;
    background-attachment: fixed;
    background-position: center;
}
.video-wrapper .video-box {
    position: relative;
    width: 220px;
    height: 220px;
    -webkit-margin-start: auto;
    margin-inline-start: auto;
    -webkit-margin-end: 0;
    margin-inline-end: 0;
}
.video-wrapper .video-box .icon {
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    height: 90px;
    width: 90px;
    border-radius: 50%;
    background-color: transparent;
    font-size: 17px;
    border: 1px solid rgba(255, 255, 255, 0.5);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
/* =========== Start Blog  Style Sheet =====*/

.blog-area{

}
.blog-area .item:hover {
 /*transform: translateY(-10px);*/
}
.blog-area .item {
  position: relative;
  border-radius: 5px;
  transition: all 0.4s ease;
  -webkit-transition: all 350ms cubic-bezier(.37,0,.63,1);
  transition: all 350ms cubic-bezier(.37,0,.63,1);
}
.blog-area .item .img {
  overflow: hidden;
    border-radius: 5px 5px 0 0;
}
.blog-area .item .img .cate {
    position: absolute;
    top: 20px;
    left: 20px;
    padding: 4px 20px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    margin-left: 5px;
    display: inline-block;
    font-size: 15px;
    background: rgba(255,255,255,0.8);
    color: #141414;
    font-weight: 400;
}
.blog-area .item:hover .img .cate { 
    background: #fff;
}
.blog-area .item .img .cate { 
    background: #fff;
}
.blog-area .item .content {
    padding: 40px 20px;
    position: relative;
    z-index: 2;
    border-radius: 0 0 5px 5px;
    box-shadow: 0 10px 60px rgb(0 0 0 / 10%);
}
.blog-area .item .content h4 {
    font-size: 21px;
    margin-bottom: 15px;
    color: #141414;
}
.blog-area .item .content h4 a:hover{

}
.blog-area .item .content h5 {
    font-size: 17px;
    font-weight: 400;
    
}
.blog-area .item .content h5 a.text-decoration-line-bottom {
    border-bottom: 1px solid #d7110e;
}
.blog-area .item .content h4 a {
    text-decoration: none;
    color: #141414;
}
.blog-area .item .content p {
    color: #707070;
    font-weight: 400;
    font-size: 17px;
    margin-bottom: 15px;
}

/* ======= Team style ======= */
.team {
    position: relative;
}
.team .item {
    position: relative;
    text-align: center;
    margin-bottom: 30px;
}
.team .item:hover .img::after {
    opacity: 1;
}
.team .item:hover .img .social-icons {
    opacity: 1;
    bottom: 15px;
}
.team .item .img {
    position: relative;
    overflow: hidden;
    transition: 700ms cubic-bezier(0.17, 0.67, 0, 1.01);
    border-radius: 5px;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
}
.team .item .img img {
    width: 100%;
    margin: 0;
    transition: 700ms cubic-bezier(0.17, 0.67, 0, 1.01);
    background-size: cover;
    border-radius: 5px;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
}
.team .item:hover .img {
    /*transform: scale(0.98);*/
}
.team .item .img::after {
    position: absolute;
    content: "";
    left: 0;
    bottom: -1px;
    width: 100%;
    height: 50%;
    opacity: 0;
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
}
.team .item .img .social-icons {
    position: absolute;
    bottom: -50px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    padding: 0 20px;
    border-radius: 5px;
    white-space: nowrap;
    opacity: 0;
    z-index: 20;
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
}
.team .item .img .social-icons a {
    font-size: 17px;
    margin: 15px 1px;
    line-height: 1;
    color: #000;
    padding: 12px 15px;
    background-color: #FFF;
    border-radius: 4px;
}
.team .item .img .social-icons a:hover {
    color: #000;
    opacity: 1;
}
.team .item .info {
    padding: 30px 15px;

}
.team .item .info h5 {
    font-size: 26px;
    color: var(--theme-base-color);
    margin-bottom: 5px;
}
.team .item .info p {
   
    font-size: 17px;
    font-weight: 400;
    line-height: 30px;
    color: #fff;
    margin-bottom: 0px;
}

/* ======= Video Gallery ======= */
.video-gallery {
    position: relative;
}

.video-gallery .video-gallery-carousel {
    position: relative;
    display: block;
    max-width: 80%;
    margin: 0 auto;
}
.video-gallery .video-gallery-carousel.owl-carousel .owl-stage-outer {
    overflow: visible;
    padding: 0px 0px 0px;
}
.video-gallery .item {
    position: relative;
    display: block;
    margin-bottom: 15px;
}
.video-gallery .item .img {
    position: relative;
    display: block;
    overflow: hidden;
    z-index: 1;
    border-radius: 3px;
 
}
.video-gallery .item .img img {
    width: 100%;
    transform: scale(1);
    transition: transform 500ms ease;
}
.video-gallery .video-box {
    position: relative;
    width: 220px;
    height: 220px;
    -webkit-margin-start: auto;
    margin-inline-start: auto;
    -webkit-margin-end: 0;
    margin-inline-end: 0;
    top: 30%;
    position: absolute;
    left: 36%;
    z-index: +1;
}
.video-gallery .video-box .icon {
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    height: 90px;
    width: 90px;
    border-radius: 50%;
    color: #fff;
    background-color: rgba(0,0,0,0.5);
    font-size: 17px;
    border: 1px solid rgba(255, 255, 255, 0.9);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

/* owl nav */
.video-gallery .owl-theme .owl-nav {
    position: absolute !important;
    top: 45% !important;
    bottom: auto !important;
    width: 100%
}
.video-gallery .owl-theme .owl-nav {
    position: relative;
    position: absolute;
    bottom: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
}
.video-gallery .owl-theme .owl-prev,
.video-gallery .owl-theme .owl-prev {
    left: 10px !important
}
.video-gallery .owl-theme .owl-next {
    right: 10px !important
}
.video-gallery .owl-theme .owl-prev,
.video-gallery .owl-theme .owl-next {
    color: #fff;
    position: absolute !important;
    top: 50%;
    padding: 0;
    height: 50px;
    width: 50px;
    border-radius: 0%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    line-height: 0;
    text-align: center;
    font-size: 15px
}
.video-gallery .owl-theme .owl-prev > span,
.video-gallery .owl-theme .owl-next > span {
    position: absolute;
    line-height: 0;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%)
}
.video-gallery .owl-carousel .owl-nav button.owl-next,
.video-gallery .owl-carousel .owl-nav button.owl-prev {
    outline: none;
}
.video-gallery .owl-theme .owl-nav [class*=owl-] {
    width: 45px;
    height: 45px;
    line-height: 44px;
    background: #fff;
    border-radius: 0;
    color: #1b1d1e;
    font-size: 12px;
    margin-right: 15px;
    margin-left: 15px;
    cursor: pointer;
    border: none;
    transition: all 0.2s ease-in-out;
    transform: scale(1.0);
    border-radius: 100%;
    border: 2px solid #fff;
}
.video-gallery .owl-theme .owl-nav [class*=owl-]:hover {
    background: var(--theme-base-color);
    border: 2px solid var(--theme-base-color);
    color: #fff;
}
.video-gallery .owl-theme .owl-nav {
    top: 40% !important;
}
.video-gallery .owl-theme .owl-nav [class*=owl-] {
    opacity: 0;
}
.video-gallery .owl-theme:hover .owl-nav [class*=owl-] {
    opacity: 1;
}
@media screen and (max-width: 991px) {
    .video-gallery .video-gallery-carousel {
        overflow: hidden;
    }
}
@media screen and (max-width: 768px) {

    .video-gallery .video-box{
        top: 20%;
        left: 30%;
    }
    .video-gallery .owl-theme .owl-nav {
        display: none;
    }
    .video-gallery .item .wrapper {
        margin-left: 15px;
        margin-right: 15px;
    }
}
/*======== Video-Gallery ==============*/

.events{
    background-color: #121214;
}
.events .ev-wrap{
    background-color: #fff;
    width: 100%;
    float: left;
}
.events .img-bx{
    display: inline-block;
    float: left;
    width: 33%;
    height: 263px;
    overflow: hidden;
}
.events .ev-wrap .content {
    padding: 20px 20px 20px 40px;
    position: relative;
    z-index: 2;
    border-radius: 0 0 5px 5px;
    width: 63%;
    display: inline-block;
    float: left;
}
.events .ev-wrap .content h5 {
    font-size: 17px;
    font-weight: 400;
    color: #707070;
}
.events .ev-wrap .content h3 {
    font-size: 30px;
    font-weight: 400;
    color: #141414;
    text-transform: uppercase;
}
.events .ev-wrap .content p{
    margin: 0;
}

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

   .events .img-bx {
        margin: 10px;
    }
}
@media only screen and (min-width: 320px) and (max-width: 735px){


    .events .img-bx{
        width: auto;
    }
    .events .ev-wrap .content {
        width: auto;
        padding: 20px 20px 20px 20px;
    }
}
/*======== End Events ==============*/


/* ======= Footer style ======= */
.footer {
    position: relative;
    background-color: #1b1d1e;
}
/* footer top */
.footer .top {
    padding: 100px 0 20px 0;
    border: none;
    border-bottom: 1px solid rgba(255,255,255, 0.1);
}
.footer .top .item .logo {
    width: 220px;
    margin-bottom: 15px;
}
.footer .top .item h2 {
    color: #fff;
    font-size: 30px;
    margin-bottom: 20px;
}
.footer .top .item h3 {
    color: #fff;
    font-size: 24px;
}
.footer .top .item .addres {
    font-size: 17px;
    color: rgba(255, 255, 255, 0.6);
    position: relative;
    font-weight: 400;
}
.footer .top .item p,
.footer .top .item p a {
    color: #fff;
}
.footer .top .item .icon{
    margin-right: 10px;
    color: #FFF;
    float: left;
}
.footer .top .item .phone {
    font-size: 16px;
    color: rgba(206, 224, 243, 0.6);
    position: relative;
    font-weight: 400;
}
.footer .top .item .phone a{
    color: #fff;
}
.footer .top .item .mail {
    font-size: 16px;
    font-weight: 400;
    line-height: 3em;
     color: #fff;
    position: relative;
    display: inline-block;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}
.footer .top .item .mail a{
    color: #fff;
}
/*.footer .top .item .mail:before {
    position: absolute;
    bottom: 10px;
    left: 0;
    right: 0;
    height: 1px;
    background-color: rgba(255,255,255, 0.1);
    content: "";
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}*/
/* newsletter */
.footer .top .item .newsletter {
    position: relative;
    margin-top: 30px;
}
.footer .top .item .newsletter input {
    height: 60px;
    width: 100%;
    border: none;
    background: transparent;
    font-size: 17px;
    font-weight: 400;
     color: rgba(206, 224, 243, 0.6);
    outline: none;
    padding: 0 90px 0 20px;
    border: 1px solid rgba(255,255,255, 0.1);
    border-radius: 5px;
}
.footer .top .item .newsletter button {
    height: 50px;
    width: 50px;
    border: none;
    background: #d7110e;
    font-size: 15px;
    font-weight: 400;
    color: #fff;
    outline: none;
    padding: 0px 16px;
    cursor: pointer;
    display: inline-block;
    position: absolute;
    top: 5px;
    right: 5px;
    border-radius: 1px;
    line-height: 50px;
    outline: none;
    transform: rotate(0);
    -webkit-transition: all 0.7s linear;
    -o-transition: all 0.7s linear;
    transition: all 0.7s linear;
}
.footer .top .item .newsletter input::placeholder {
   color: rgba(206, 224, 243, 0.6);
}
.footer .top .item .newsletter:hover button {
     background: #d7110e;
    outline: none;
/*    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);*/
    -webkit-transition: all 0.7s linear;
    -o-transition: all 0.7s linear;
    transition: all 0.7s linear;
    color: #FFF;
}
.footer .top .item .newsletter button[type="submit"] i {
    color: #fff;
}
.footer .top .item .newsletter:hover button[type="submit"] i {
    color: #FFF;
}
/* social icons */
.footer .top .social-icons{
    margin-top: 20px;
}
.footer .top .social-icons li {
    display: inline-block;
    border: none;
    z-index: 1;
    position: relative;
    width: 50px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    margin-right: 5px;
    -webkit-transition: all .4s;
    -o-transition: all .4s;
    transition: all .4s;
    border-radius: 100%;
    font-size: 15px;
    color: #fff;
    border: 1px solid rgba(255,255,255, 0.1);
}
.footer .top .social-icons li a{
    color: #fff;
}
.footer .top .social-icons .list-inline {
    margin: 0;
}
.footer .top .social-icons li:hover {
    background: #d7110e;
    color: #fff;
    -webkit-transition: all .7s;
    -o-transition: all .7s;
    transition: all .7s;
}
/* links */
.footer .top .links {}
.footer .top .links ul {
    margin: 0;
    padding: 0;
}
.footer .top .links ul li {
    
    margin: 10px;
    font-size: 16px;
    color:rgba(206, 224, 243, 0.6);
    line-height: 24px;
    display: table;
}
.footer .top .links ul li a {
    color: #fff;
    position: relative;
}
.footer .top .links ul li:hover,
.footer .top .links ul li:hover a {
    color: var(--theme-base-color);
}
/* footer bottom */
.footer .bottom {
    position: relative;
    display: block;
    padding: 10px 0;
}
.footer .bottom p {
    color: rgba(206, 224, 243, 0.6);
    font-size: 15px;
    margin: 10px;
}
.footer .bottom p a {
    background: linear-gradient(to bottom, rgba(255,255,255, 0.1) 0%, rgba(255,255,255, 0.1) 100%);
    background-position: 0 100%;
    background-repeat: repeat-x;
    background-size: 1px 1px;
    color: #fff;
    text-decoration: none;
    transition: background-size .2s;
    line-height: 1.75em;
}
.footer .bottom p a:hover {
    color: #b98e44;
}

/* ======= Button style ======= */
/* button 1 */
.button-1 {
    display: inline-block;
    height: auto;
    padding: 12px 20px;
    border: 1px solid #fff;
    border-radius: 1px;
    background-color: #fff;
    color: #141414;
    text-align: center;
    font-size: 17px;
    font-weight: 400;
    line-height: 30px;
     transition: border-color 300ms ease, transform 300ms ease, background-color 300ms ease, color 300ms ease;
    transform-style: preserve-3d;
    letter-spacing: 0.5px;
   
}
.button-1:hover {
    border: 1px solid var(--theme-base-color);
    background-color: var(--theme-base-color);
    color: #fff;
    /*transform: translate3d(0px, -6px, 0.01px);*/
}
/* button 2 */
.button-2 {
    display: inline-block;
    height: auto;
    padding: 12px 27px;
    border: 1px solid var(--theme-base-color);
    border-radius: 1px;
    background-color: var(--theme-base-color);
    color: #fff;
    text-align: center;
    font-size: 17px;
    font-weight: 400;
    line-height: 30px;
    transition: border-color 300ms ease, transform 300ms ease, background-color 300ms ease, color 300ms ease;
    transform-style: preserve-3d;
    text-transform: capitalize;
    letter-spacing: 0.5px;
}
.button-2:hover {
    border: 1px solid #fff;
    background-color: #fff;
    color: #141414;
   
}
/* button 3 */
.button-3 {
    display: inline-block;
    height: auto;
    padding: 12px 27px;
    border: 1px solid #d7110e;
    border-radius: 1px;
    background-color: #d7110e;
    color: #fff;
    text-align: center;
    font-size: 17px;
    font-weight: 400;
    line-height: 30px;
    letter-spacing: 1px;
    transition: border-color 300ms ease, transform 300ms ease, background-color 300ms ease, color 300ms ease;
    transform-style: preserve-3d;
}
.button-3 i {
    margin-right: 5px;
}
.button-3:hover {
    border: 1px solid #141414;
    background-color: #141414;
    color: #fff;
    /*transform: translate3d(0px, -6px, 0.01px);*/
}

/* ======= toTop Button style ======= */
.progress-wrap {
    position: fixed;
    bottom: 30px;
    right: 30px;
    height: 55px;
    width: 55px;
    cursor: pointer;
    display: block;
    border-radius: 50px;
    z-index: 100;
    opacity: 0;
    visibility: hidden;
    -webkit-transform: translateY(20px);
    -ms-transform: translateY(20px);
    transform: translateY(20px);
    -webkit-transition: all 400ms linear;
    -o-transition: all 400ms linear;
    transition: all 400ms linear;
    background-color: var(--theme-base-color);
}
.progress-wrap.active-progress {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
}
.progress-wrap::after {
    position: absolute;
    font-family: "Font Awesome 6 Pro";
    content: '\f062';
    font-weight: 400;
    text-align: center;
    line-height: 55px;
    font-size: 17px;
    left: 0;
    top: 0;
    height: 55px;
    width: 55px;
    cursor: pointer;
    display: block;
    z-index: 1;
    -webkit-transition: all 400ms linear;
    -o-transition: all 400ms linear;
    transition: all 400ms linear;
}
.progress-wrap svg path {
    fill: none;
}
.progress-wrap svg.progress-circle path {
    stroke: var(--theme-base-color);
    stroke-width: 2;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: all 400ms linear;
    -o-transition: all 400ms linear;
    transition: all 400ms linear;
}
.progress-wrap::after {
    color: #fff;
}
.progress-wrap svg.progress-circle path {
    stroke: var(--theme-base-color);
}


/* ======= Overlay Effect Bg Image style ======= */
[data-overlay-dark] {
    position: relative;
}
[data-overlay-dark] .container {
    position: relative;
    z-index: 2;
}
[data-overlay-dark]:before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 1;
}
[data-overlay-dark]:before {
    background: #000;
}
[data-overlay-dark] h1,
[data-overlay-dark] h2,
[data-overlay-dark] h3,
[data-overlay-dark] h4,
[data-overlay-dark] h5,
[data-overlay-dark] h6,
[data-overlay-dark] span {
    color: #fff;
}
[data-overlay-dark] p {
    color: #707070;
}
[data-overlay-dark="0"]:before {
    opacity: 0;
}
[data-overlay-dark="1"]:before {
    opacity: 0.1;
}
[data-overlay-dark="2"]:before {
    opacity: 0.2;
}
[data-overlay-dark="3"]:before {
    opacity: 0.3;
}
[data-overlay-dark="4"]:before {
    opacity: 0.4;
}
[data-overlay-dark="5"]:before {
    opacity: 0.5;
}
[data-overlay-dark="6"]:before {
    opacity: 0.6;
}
[data-overlay-dark="7"]:before {
    opacity: 0.7;
}
[data-overlay-dark="8"]:before {
    opacity: 0.8;
}
[data-overlay-dark="9"]:before {
    opacity: 0.9;
}
[data-overlay-dark="10"]:before {
    opacity: 1;
}


/* ======= Responsive style ======= */
@media (min-width: 1400px) {
    .container,
    .container-lg,
    .container-md,
    .container-sm,
    .container-xl,
    .container-xxl {
        max-width: 1220px;
    }
}
@media screen and (max-width: 991px) {
    .bg-fixed {
        background-attachment: scroll !important;
    }
    .contact .item {
        margin-bottom: 30px;
    }
    .contact .item .contents .title {
        font-size: 21px;
    }
}



