/*-- Hero Section --*/
#hero {
    width: 100%;
    position: relative;
    padding: 0px;
    background: url(../img/home/banner.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center right;
    overflow: hidden;
}
.webp #hero{
    background: url(../img/home/banner.webp);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center right;
}
#hero:before {
    content: "";
    position: absolute;
    top: 0px;
    left: 0px;
    display: block;
    /* background: url(../img/home/Ellipse.png); */
    background-size: 100% 100%;
    background-repeat: no-repeat;
    background-position: top left;
    width: 100%;
    height: 100%;
}
.webp #hero:before{
    /* background: url(../img/home/Ellipse.webp); */
    background-size: 100% 100%;
    background-repeat: no-repeat;
    background-position: top left;
    background: linear-gradient(90deg, #2d3545 14% , transparent 68%);
}
#hero .video {
    color: #dc5a41;
    font-size: 50px;
}

#hero .content {
    position: relative;
    z-index: 1;
    min-height: 85vh;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding-right: 35px;
}

.banner_img img {
    max-height: 400px;
}

.banner_md_txt {
    color: #fff;
}

.banner_img {
    text-align: center;
}

.banner_xs_txt {
    color: #fff;
    font-size: 19px;
    margin-bottom: 40px;
    font-weight: 400;
    position: relative;
    margin-top: 20px;
}
#hero h2 {
    font-size: 25px;
    color: #ffffff;
    font-weight: 600;
    margin-bottom: 0px;
    background: #2b3545;
    padding: 10px;
    /* border-radius: 5px; */
}
#hero .content .c_btn {
    max-width: 300px;
}
.tag-line {
    padding: 7px 10px;
    background: white;
    display: flex;
    max-width: 300px;
    justify-content: space-between;
    font-size: 18px;
    font-weight: 600;
    color: #dc5a41;
}

.tag-line span {
    text-transform: capitalize;
    color: #2b3545;
}
@media(max-width:1199px) {
    .banner_md_txt {
        font-size: 30px;
    }

    .banner_xs_txt {
        font-size: 16px;
    }
    #hero:before {
        top: 0%;
        width: 100%;
        height: 100%;
    }
    #hero h2 {
        font-size: 20px;
    }
    
    .tag-line {
        font-size: 16px;
    }
}

@media(max-width:992px) {
    #hero .content {
        min-height: auto;
        padding: 4rem 0;
    }

    #hero:before {
        top: -20%;
        width: 120%;
        height: 130%;
    }

    .banner_md_txt span {
        display: block;
    }

    .banner_md_txt {
        font-size: 28px;
    }

    .banner_xs_txt {
        margin-bottom: 10px;
    }
    .webp #hero:before {
        background: #2b3545a3;
    }
    .webp #hero {
        background-position: right;
    }
}

@media(max-width:767px) {
    .banner_xs_txt {
        font-size: 14px;
    }

    #hero .video {
        font-size: 35px;
    }
    .tag-line {
        font-size: 14px;
    }
    #hero h2 {
        font-size: 13px;
    }
}

@media(max-width:480px) {
    .banner_md_txt {
        font-size: 22px;
    }

    #hero .content {
        padding: 2.5rem 0;
    }
}



/* Work Tabs */
#book_tabs .tabs .tab_list {
    justify-content: space-between;
    overflow: hidden;
}

#book_tabs .tabs .tab_list li {
    padding: 8px 15px;
    line-height: 38px;
    background: #f5f5f5;
    margin-right: 20px;
}

#book_tabs .tabs .tab_list li.active {
    background: var(--red);
    color: #fff;
}

.book_box p {
    font-size: 18px;
    font-weight: 600;
    margin-top: 0px;
    text-align: center;
}
.book-cat {
    display: inline-block;
    padding: 5px 15px;
    border-radius: 10px;
    background: #dc5a41;
    color: white;
    margin-top: 10px;
    margin-bottom:10px;
    font-size: 13px;
}
.book_box {
    text-align: center;
}
.book_box p span {
    font-weight: 400;
    font-size: 16px;
}

.book_box {
    cursor: pointer;
    position: relative;
    transform: scale(0.9);
    transition: 0.5s all ease-in;
}

.book_box:hover {
    transform: scale(1);
    transition: 0.5s all ease-in;
}

.book_box:hover a {
    opacity: 1;
    top: 50%;
    transition: 0.5s all ease-in;
}

.book_box a {
    width: 70%;
    display: block;
    background: #ffffffab;
    color: #000;
    position: absolute;
    top: 70%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 1;
    text-align: center;
    padding: 10px 5px;
    border-radius: 31px;
    border: 2px solid #fff;
    text-transform: uppercase;
    font-weight: 500;
    font-size: 14px;
    opacity: 0;
    transition: 0.5s all ease-in;
}

div#book_tabs .tab_list {
    display: flex;
    overflow: hidden;

}

div#book_tabs .tab_list .owl-item {
    display: inline-block;
}

#book_tabs .tabs .tab_list li {
    padding: 8px 15px;
    line-height: 38px;
    background: #f5f5f5;
    margin: 0px 5px;
    min-width: 280px;
}

#book_tabs .tabs .tab_list li.active {
    background: #dc5a41;
    color: white;
}

div#book_tabs .owl-nav button {
    background: linear-gradient(91deg, #000000a6, transparent);
    border: none;
    width: 50px;
    height: 100%;
    position: absolute;
    top: 0px;
    left: 0px;
    font-size: 30px;
    color: white;
    opacity: 0;
}

#book_tabs .tabs .tab_list {
    position: relative;
}

div#book_tabs .owl-nav button.owl-next {
    right: 0px;
    left: auto;
    background: linear-gradient(91deg, transparent, #000000a6);
}

div#book_tabs .tabs:hover .owl-nav button {
    opacity: 1;
}

@media(max-width:992px) {
    .book_box a {
        width: 88%;
        font-size: 12px;
        padding: 7px 5px;
    }

    #book_tabs .tabs .tab_list li {
        font-size: 12px;
        line-height: 18px;
    }
}

@media(max-width:767px) {
    #book_tabs .tabs .tab_list li {
        min-width: 200px;
        padding: 12px 10px;
    }

    #book_tabs .tabs .tab_list {
        justify-content: start;
    }
}


/* service Tabs */
.workbox_slider .owl-nav button {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    color: #fff !important;
    width: 40px;
    height: 40px;
    background: var(--red) !important;
    border-radius: 20px;
}

.workbox_slider .owl-nav .owl-next {
    right: 0px;
}

.workbox_slider .owl-nav .owl-prev {
    left: 0px;
}

.workbox_slider .owl-dots {
    display: none;
}

div#service_tabs .tab_list {
    display: flex;
    overflow: hidden;
    flex-wrap: wrap;
}

div#service_tabs .tab_list .owl-item {
    display: inline-block;
}

#service_tabs .tabs .tab_list li {
    padding: 8px 15px;
    line-height: 38px;
    background: #f5f5f5;
    margin: 5px 5px;
    min-width: 235px;
}

#service_tabs .tabs .tab_list li.active {
    background: #dc5a41;
    color: white;
}

div#service_tabs .owl-nav button {
    background: linear-gradient(91deg, #000000a6, transparent);
    border: none;
    width: 50px;
    height: 100%;
    position: absolute;
    top: 0px;
    left: 0px;
    font-size: 30px;
    color: white;
    opacity: 0;
}

#service_tabs .tabs .tab_list {
    position: relative;
}

div#service_tabs .owl-nav button.owl-next {
    right: 0px;
    left: auto;
    background: linear-gradient(91deg, transparent, #000000a6);
}

div#service_tabs .tabs:hover .owl-nav button {
    opacity: 1;
}
section.section_five {
    background: whitesmoke;
}

@media(max-width: 992px) {
    .workbox_slider .owl-nav {
        display: none;
    }

    .workbox_slider .owl-dots {
        text-align: center;
        margin-top: 20px;
        display: block;
    }
}

@media(max-width: 767px) {
    .workbox {
        transform: scale(1);
    }
}



/* === Section Nine === */
/*.section_nine {
      background: #f5f5f5;
  }
  .f_logo_box {
      position: relative;
      height: 130px;
      display: inline-block;
      width: 100%;
  }
  .f_logo_box img {
      position: absolute;
      top: 50%;
      left: 50%;
      width: auto !important;
      margin: 0 auto;
      -webkit-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%);
  }
  @media(max-width:992px) {
    .f_logo_box {
        height: 90px;
    }
  }
  @media(max-width:767px) {
    .f_logo_box {
        height: 60px;
    }
    .f_logo_box img {
        width: 83px !important;
        height: auto;
    }
  }*/