/* Global typography base: prefer Open Sans for text */
html,
body,
button,
input,
select,
textarea {
    font-family: 'Open Sans', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
}

/*TABLE OF CONTENTS*/
/*=====================
01.  Header Top Menu Area Css
2302.  Nav Menu Area Css 
03.  Slider Area Css
04.  Section Title Css
05.  Service Area css
06.  About Area Css
07.  Counter Area Css
08.  Case Study Area Css
09.  Testimonial Area Css
10.  Process Area Css
11.  Team Area Css
12.  Faq Area Css
13.  Brand Section Css
14.  Call Do Section Css
15.  Form Box Css
16.  Skill Area Css
17.  Blog Area Css
18.  footer Area Css
19.  Subscribe Area Css
20.  Lines CSS
21.  Prossess Ber Css
22.  Scrollup Section
23.  Bounce Animation Css 
24.  Animation Dance
25.  Breadcumb Area Css
26.  abouts_areas Css
27.  Feture-Area Css
28.  Pricing Section Css
29.  Web Development Section CSS
30.  Contact  US Css
31.  Blog Sidber Widget CSS
32.  Case Study Details Css
33.  Search Box Css
34.  Loader Css
=======================*/





/*================================
<!-- Start  header-top-menu  -->
==================================*/

.header-top-section {
    /*background-color: #F78115;*/
    background-color: #F78115;
    padding: 12px 0;
}

.header-too-menu-address ul{
    list-style: none;
}

.header-too-menu-address ul li {
    display: inline-block;
    color: #ffff;
    font-size: 14px;
    padding-right: 35px;
}

.header-too-menu-address ul li a {
    display: inline-block;
    font-size: 14px;
    color: #fff;
}

.header-too-menu-address ul li span {
    font-size: 14px;
    color: #ffffff;
    font-weight: 400;
    font-family: "Poppins";
    padding-left: 5px;
}

.header-top-info {
    text-align: center;
    position: relative;
    z-index: 1;
}

.header-top-info ul li {
    display: inline-block;
}

.header-top-info ul li {
    display: inline-block;
    padding: 0 13px 0;
    font-size: 14px;
    color: #9cb7bd;
    font-weight: 400;
    font-family: "Poppins";
}

.header-top-info:before {
    position: absolute;
    content: "";
    width: 104%;
    height: 50px;
    background: #001616;
    top: -12px;
    left: -60px;
    transform: skew(305deg, 0deg);
    z-index: -1;
}

.header-top-menu-social-icon {
    text-align: right;
}

.header-top-menu-social-icon ul{
    list-style: none;
}

.header-top-menu-social-icon ul li {
    display: inline-block;
    padding-left: 26px;
}

.header-top-menu-social-icon ul li a {
    display: inline-block;
    color: #ffffff;
    font-size: 14px;
    transition: .5s;
}

.header-top-menu-social-icon ul li a:hover {
    color: #001616;
}


/*--header-top-section.style2--*/

.header-top-section.style2 {
    background-color: #f4f4f4;
    padding: 12px 0;
}

.header-top-section.style2 .header-top-info:before {
    display: none;
}

.header-top-section.style2 .header-too-menu-address ul li a{
    display: inline-block;
    color: #F78115;
    font-size: 14px;
    display: inline-block;
}

.header-top-section.style2 .header-too-menu-address ul li span {
    font-size: 14px;
    color: #555555;
    font-weight: 400;
    font-family: "Poppins";
    padding-left: 5px;
}

.header-top-section.style2 .header-too-menu-address ul li i {
    color: #F78115;
} 

.header-top-section.style2 .header-too-menu-address ul li a {
    display: inline-block;
    font-size: 14px;
    color: #F78115;
} 

.header-top-section.style2 .header-top-info {
    text-align: right;
}

.header-top-section.style2 .header-top-info ul li {
    color: #555555;
    padding: 0 0 0 26px;
}

.header-top-section.style2 .header-top-info ul li a:hover{
    color: #F78115;
}

/*================================
<!-- End  header-top-menu  -->
==================================*/




/*================================
<--   Nav Menu Area Css -->
==================================*/

._nav_manu {
    transition: .5s;
    padding: 0 70px 0;
    background-color: #ffffff;
    z-index: 2;
    position: relative;
}

.sticky {
    left: 0;
    margin: auto;
    position: fixed !important;
    top: 0;
    width: 100%;
    -webkit-box-shadow: 0 2px 5px -2px rgba(0, 0, 0, 0.1);
    box-shadow: 0 2px 5px -2px rgba(0, 0, 0, 0.1);
    background: #ffff!important;
    transition: .5s !important;
    z-index: 922;
    -webkit-animation: 300ms running fadeInDown;
    animation: 500ms running fadeInUp;
    animation-name: slideInDown;
}

.sticky ._menu>ul>li>a {
    color: #222222;
}

.sticky .header-button a {
    background: #222222;
}


/*  Menu Css*/
nav._menu {
    text-align: center;
    position: relative;
    z-index: 1;
    margin-left: 62px;
}

._menu ul {
    list-style: none;
    display: inline-block;
}

._menu>ul>li {
    display: inline-block;
    position: relative;
    z-index: 1;
}

._menu>ul>li>a {
    display: inline-block;
    margin: 30px 16px;
    transition: .5s;
    font-size: 16px;
    line-height: 40px;
    color: #222222;
    font-weight: 400;
    font-family: "Poppins";
}

._menu>ul>li>a:hover {
    color: #F78115;
}

/*menu icon*/

.header-src-btn {
    display: inline-block;
    position: relative;
    z-index: 1;
    margin-left: 8px;
    color: #fffffe;
}

/*menu button*/

.header-button {
    display: inline-block;
    float: right;
    margin-top: 25px;
}

.header-button a {
    padding: 12px 32px;
    display: inline-block;
    position: relative;
    z-index: 1;
    transition: .5s;
    font-size: 16px;
    color: #ffffff;
    font-weight: 400;
    font-family: "Poppins";
    background-color: #222222;
}

.header-button a:before {
    position: absolute;
    content: "";
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    background: #F78115;
    z-index: -1;
    transition: .5s;
  }

  .header-button a:hover::before{
    transform: rotateX(90deg);
  }

  .header-button a:after {
    position: absolute;
    content: "";
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    background: #F78115;
    z-index: -1;
    transition: .5s;
  }

  .header-button a:hover::after{
    transform: rotateY(90deg);
  }

  .header-button a i {
    padding-left: 3px;
    font-size: 14px;
}

.header-button a:hover{
    color: #ffffff;
}

/*Style Two Nav Menu*/

.style-two._nav_manu {
    border-bottom: 1px solid rgba(255,255,255,0.10196078431372549);
}

.style-two ._menu>ul>li>a {
    color: #fff;
}

/*style two btn*/

.style-two .header-button a {
    background: rgba(16,18,16,0);
    border: 1px solid rgba(255,255,255,0.3);
}

.style-two .header-button a i {
    color: #bbf737;
}

/*** Sub Menu Style 
==========================***/

._menu ul .sub-menu {
    position: absolute;
    left: 0;
    top: 130%;
    width: 217px;
    text-align: left;
    background: #fff;
    margin: 0;
    z-index: 1;
    -webkit-box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.3);
    box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.3);
    transition: .5s;
    visibility: hidden;
    border-top: 2px solid #F78115;
    opacity: 0;
}

._menu ul li:hover>.sub-menu {
    visibility: visible;
    top: 100%;
    opacity: 1;
}

._menu ul .sub-menu li {
    position: relative;
}

._menu ul .sub-menu li a {
    display: block;
    padding: 12px 20px;
    margin: 0;
    line-height: 1.3;
    letter-spacing: normal;
    font-size: 16px;
    font-weight: 500;
    text-transform: capitalize;
    -webkit-transition: .1s;
    transition: .1s;
    visibility: inherit !important;
    color: #101210 !important;
}

._menu ul .sub-menu li:hover>a,
._menu ul .sub-menu .sub-menu li:hover>a,
._menu ul .sub-menu .sub-menu .sub-menu li:hover>a,
._menu ul .sub-menu .sub-menu .sub-menu .sub-menu li:hover>a {
    background: #F78115;
    color: #fff !important;
}

/* sub menu 2 
=================*/

._menu ul .sub-menu .sub-menu {
    left: 100%;
    top: 130%;
    opacity: 0;
    visibility: hidden;
}

._menu ul .sub-menu li:hover>.sub-menu {
    opacity: 1;
    visibility: visible;
    top: 0%;
}

/* sub menu 3 
==================*/

._menu ul .sub-menu .sub-menu li {
    position: relative;
}

._menu ul .sub-menu .sub-menu .sub-menu {
    right: 100%;
    left: auto;
    top: 130%;
    opacity: 0;
    visibility: hidden;
}

._menu ul .sub-menu .sub-menu li:hover>.sub-menu {
    opacity: 1;
    visibility: visible;
    top: 0%;
}

ul.sub-menu li a span {
    background: #F78115;
    padding: 5px 10px;
    color: #fff;
    opacity: 1;
    font-family: 'Fira Sans';
    border-radius: 2px;
    margin-left: 5px;
    transition: .5s;
}

ul.sub-menu li:hover a span{
    background: rgba(255,255,255, 0.20);
}

/* sub menu 4 
====================*/

._menu ul .sub-menu .sub-menu .sub-menu li {
    position: relative;
}


._menu ul .sub-menu .sub-menu .sub-menu li:hover>.sub-menu {
    opacity: 1;
    visibility: visible;
    top: 0%;
}

._menu li a:hover:before {
    width: 101%;
}

._nav_manu.sticky .logo_img {
    display: none;
}

.main_sticky {
    display: none;
}

._nav_manu.sticky .main_sticky {
    display: inherit;
}

.mobile-menu.mean-container {
    overflow: hidden;
}

._nav_manu.style2 {
    background-color: #f4f4f4;
}

._nav_manu.style2 nav._menu {
    background-color: #ffffff;
    border: 1px solid rgba(85,85,85,0.1);
    margin-left: 8px;
}

._nav_manu.style2 ._menu ul {
    list-style: none;
    display: inline-block;
    margin-right: 15px;
}

._nav_manu.style2 .header-button {
    display: inline-block;
    float: right;
    margin-top: 25px;
    margin-right: 40px;
}

/*
<!-- =========================================== -->
<!-- Start  slider Section  -->
<!-- ========================================= -->*/
 
.slider-section{
    background: url(../img/banner-bg.jpg);
    background-repeat: no-repeat !important;
    background-size: cover !important;
    background-position: center center !important;
    height: 600px;
}

@media (max-width: 767px) {
    .slider-section{
        height: 500px;
    }
}

.slider-section.style-two {
    background: url(../img/banner2.jpeg);
}

/* Slider arrow navigation - centered for 600px height */
.slider-list.owl-carousel {
    position: relative;
}

.slider-list.owl-carousel .owl-nav {
    position: absolute;
    width: 100%;
    top: 0;
    left: 0;
    height: 100%;
    pointer-events: none;
    margin: 0;
}

.slider-list.owl-carousel .owl-prev,
.slider-list.owl-carousel .owl-next {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    pointer-events: auto;
    height: 60px;
    line-height: 60px;
    width: 60px;
    border-radius: 30px;
    text-align: center;
    background-color: rgba(255,255,255,0.06);
    color: #fff;
    font-size: 20px;
    transition: .5s;
}

.slider-list.owl-carousel .owl-prev {
    left: 35px;
}

.slider-list.owl-carousel .owl-next {
    right: 35px;
    left: auto;
}

.slider-list.owl-carousel .owl-nav .owl-prev:hover,
.slider-list.owl-carousel .owl-nav .owl-next:hover {
    color: #F78115;
}

.slider-content h5 {
    font-size: 21px;
    color: #ffffff;
    font-weight: 500;
    font-family: "Poppins";
    text-align: center;
    padding-bottom: 20px;
}

.slider-content h1 {
    font-size: 75px;
    line-height: 90px;
    color: #ffffff;
    font-weight: 700;
    font-family: "Poppins";
    text-align: center;
    margin: 0;
}

.slider-button {
    text-align: center;
    padding-top: 39px;
}

.section-button {
    display: inline-block;
    padding-right: 15px;
}

.section-button a {
    display: inline-block;
    font-size: 16px;
    color: #ffffff;
    font-weight: 400;
    font-family: "Poppins";
    text-align: center;
    background-color: #222222;
    padding: 13px 30px;
    border: 1px solid #F78115;
    position: relative;
    z-index: 1;
    transition: .5s;
}
 
.section-button a i {
    color: #ffff;
    font-size: 14px;
    padding-left: 2px;
}


.section-button a:before {
    position: absolute;
    content: "";
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    background: #F78115;
    z-index: -1;
    transition: .5s;
  }

  .section-button a:hover::before{
    transform: rotateX(90deg);
  }

  .section-button a:after {
    position: absolute;
    content: "";
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    background: #F78115;
    z-index: -1;
    transition: .5s;
  }

  .section-button a:hover::after{
    transform: rotateY(90deg);
  }

  .section-button1 {
    display: inline-block;
    }

    .section-button1 a {
        display: inline-block;
        font-size: 16px;
        color: #ffffff;
        font-weight: 400;
        font-family: "Poppins";
        text-align: center;
        background-color: #F78115;
        padding: 13px 30px;
        border: 1px solid #F78115;
        position: relative;
        z-index: 1;
        transition: .5s;
    }

    .section-button1 a:before {
        position: absolute;
        content: "";
        height: 100%;
        width: 100%;
        top: 0;
        left: 0;
        background-color: #222222;
        z-index: -1;
        transition: .5s;
    }

    .section-button1 a:hover::before{
        transform: rotateX(90deg);
    }

    .section-button1 a:after {
        position: absolute;
        content: "";
        height: 100%;
        width: 100%;
        top: 0;
        left: 0;
        background-color: #222222;
        z-index: -1;
        transition: .5s;
    }

    .section-button1 a:hover::after{
        transform: rotateY(90deg);
    }
    

    /*--owl-nav --*/

    .owl-nav {
        position: relative;
        z-index: 1;
    }

    .owl-prev {
        position: absolute;
        left: 35px;
        top: -26rem;
        height: 60px;
        line-height: 60px;
        color: #ffff;
        width: 60px;
        border-radius: 30px;
        text-align: center;
        background-color: rgba(255,255,255,0.058823529411764705);
        font-size: 20px;
        transition: .5s;
    }

    .owl-nav .owl-prev:hover{
        color: #F78115;
    }

    .owl-next {
        position: absolute;
        right: 35px;
        top: -26rem;
        height: 60px;
        line-height: 60px;
        color: #ffff;
        width: 60px;
        border-radius: 30px;
        text-align: center;
        background-color: rgba(255,255,255,0.058823529411764705);
        font-size: 20px;
        transition: .5s;
    }

    .owl-nav .owl-next:hover{
        color: #F78115;
    } 


/*--hero-section--*/

.hero-section {
    padding: 75px 0;
    position: relative;
    z-index: 1;    
}

.hero-content h5 {
    font-size: 15px;
    color: #F78115;
    font-weight: 600;
    font-family: "Poppins";
    padding-bottom: 16px;
}

.hero-content h1 {
    font-size: 65px;
    line-height: 75px;
    color: #222222;
    font-weight: 700;
    font-family: "Poppins";
    margin: 0;
}

.hero-content p {
    font-size: 18px;
    line-height: 30px;
    color: #555555;
    font-weight: 400;
    font-family: "Poppins";
    width: 92%;
    margin: 18px 0 33px;
}

.hero-button a {
    padding: 15px 32px;
    display: inline-block;
    position: relative;
    z-index: 1;
    transition: .5s;
    font-size: 16px;
    color: #ffffff;
    font-weight: 400;
    font-family: "Poppins";
    background-color: #222222;
}

.hero-button a i {
    color: #ffff;
    font-size: 14px;
    padding-left: 2px;
}

.hero-button a:before {
    position: absolute;
    content: "";
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    background: #F78115;
    z-index: -1;
    transition: .5s;
  }

  .hero-button a:hover::before{
    transform: rotateX(90deg);
  }

  .hero-button a:after {
    position: absolute;
    content: "";
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    background: #F78115;
    z-index: -1;
    transition: .5s;
  }

  .hero-button a:hover::after{
    transform: rotateY(90deg);
  }


.hero-button {
    display: inline-block;
    margin-right: 36px;
}

.video-button {
    display: inline-block;
}

.video-button a {
    font-size: 18px;
    color: #222222;
    font-weight: 600;
    font-family: "Poppins";
    display: inline-block;
}

.video-button a i {
    display: inline-block;
    height: 55px;
    line-height: 55px;
    width: 55px;
    border-radius: 50px;
    text-align: center;
    font-size: 25px;
    color: #ffffff;
    background-color: #222222;
    margin-right: 22px;
    transition: .5s;
}

.video-button a i:hover {
    background: #F78115;
}

.video-button a span {
    font-size: 18px;
    color: #222222;
    font-weight: 600;
    font-family: "Poppins";
    display: inline-block;
    transition: .5s;
} 

.video-button a span:hover {
    color: #F78115;
}

.video-button a:hover i {
    background-color: #F78115;
}

.video-button a:hover span {
    color: #F78115;
}

.single-counter {
    margin-top: 95px;
}

.counter-content h3 {
    font-size: 28px;
    color: #222222;
    font-weight: 600;
    font-family: "Poppins";
    display: inline;
}

.counter-content span {
    font-size: 28px;
    color: #222222;
    font-weight: 600;
    font-family: "Poppins";
}

.counter-content p {
    font-size: 17px;
    color: #555555;
    font-weight: 400;
    font-family: "Poppins";
    margin: 0px;
}

.hero-icon{
    position: absolute;
    bottom: 36%;
    left: 52px;
}

.hero-social-icon ul{
    list-style: none;
}

.hero-social-icon ul li a {
    display: inline-block;
    font-size: 17px;
    color: #F78115;
    font-weight: 400;
    font-family: "Poppins";
    background: #E6F8F8;
    height: 40px;
    line-height: 40px;
    width: 40px;
    text-align: center;
    margin-bottom: 15px;
    transition: .5s;
}

.hero-social-icon ul li a:hover {
    background: #F78115;
    color: #ffff;
}

.hero-social-icon {
    position: relative;
    z-index: 1;
}

.hero-social-icon:before {
    position: absolute;
    content: "";
    left: 18px;
    top: -85%;
    width: 4px;
    height: 127px;
    background-image: linear-gradient(0deg, #03bdbd 0%, #ffffff 70%, #ffffff 100%);
}

.hero-social-icon:after {
    position: absolute;
    content: "";
    left: 18px;
    bottom: -79%;
    width: 4px;
    height: 127px;
    background-image: linear-gradient(180deg, #03bdbd 0%, #ffffff 70%, #ffffff 100%);
}

.hero-thumb {
    position: relative;
    z-index: 1;
}

.hero-shape {
    position: absolute;
    left: -41%;
    top: 52%;
    animation: 4s ease 0s infinite normal none running movebounce;
}

/*--owl-dot--*/

.owl-dots {
    text-align: center;
    padding: 6px 0 0;
    position: absolute;
    top: 93%;
    right: 27rem;
}

.owl-dot {
    height: 15px;
    width: 15px;
    border-radius: 30px;
    border: 1px solid #000;
    display: inline-block;
    margin: 0 5px 0;
}

.owl-dot.active {
    background: #F78115;
    border: 1px solid #F78115;
}

/*
<!-- =========================================== -->
<!-- End slider Section  -->
<!-- ========================================== -->*/
 



/*
<!-- =========================================== -->
<!-- Start  icon-box Section  -->
<!-- ========================================= -->*/

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

.single-box-icon {
    text-align: center;
    filter: drop-shadow(0px 10px 15px rgba(137,137,137,0.1));
    background-color: #ffffff;
    padding: 0px 0 52px;
    top: -42px;
    position: relative; 
    z-index: 1;
    transition: .5s;
    margin-bottom: 30px;
}

.single-box-icon:before {
    position: absolute;
    content: "";
    left: 0;
    bottom: 0;
    width: 100%;
    height: 0;
    transition: .5s;
    background: #F78115;
    z-index: -1;
}

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

.box-icon {
    display: inline-block;
    background: #fff;
    height: 140px;
    line-height: 140px;
    width: 140px;
    border-radius: 50%;
    text-align: center;
    filter: drop-shadow(0px 5px 15px rgba(121,121,121,0.1));
    background-color: #ffffff;
    position: relative;
    top: -42px;
    margin-bottom: -19px;
    overflow: hidden;
}
.box-icon i {
    color: #F78115;
}
.box-icon img {
    max-width: 100%;
    height: auto;
    display: block;
    margin: 0 auto;
}

.box-text h4 {
    font-size: 20px;
    line-height: 28px;
    color: #222222;
    font-weight: 500;
    font-family: "Poppins";
    text-align: center;
    margin: 0;
    transition: .5s;
}

.single-box-icon:hover .box-text h4, .single-box-icon:hover .box-text p{
    color: #fff9eb;
}
.box-text.menu-en {
    text-align: center;
}

@media (max-width: 767px) {
    .single-box-icon {
        padding: 10px 0 35px;
    }
    .box-text h4 {
        font-size: 16px;
        line-height: 22px;
    }
}

/* Quick menu section - below icon box */
.quick-menu-section {
    padding: 30px 0 40px;
    background: #f8f9fa;
}

.quick-menu-link {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 20px 15px;
    text-decoration: none;
    color: #222222;
    background: #ffffff;
    border-radius: 8px;
    transition: all 0.3s ease;
    box-shadow: 0 2px 10px rgba(0,0,0,0.06);
    min-height: 100px;
}

.quick-menu-link:hover {
    color: #F78115;
    background: #fff9f5;
    box-shadow: 0 5px 20px rgba(247,129,21,0.15);
}

.quick-menu-link i {
    font-size: 28px;
    margin-bottom: 10px;
    color: #F78115;
}

.quick-menu-link:hover i {
    color: #F78115;
}

.quick-menu-link span {
    font-size: 14px;
    font-weight: 500;
    text-align: center;
    line-height: 1.3;
}

@media (max-width: 767px) {
    .quick-menu-link {
        padding: 15px 10px;
        min-height: 85px;
    }
    .quick-menu-link i {
        font-size: 24px;
    }
    .quick-menu-link span {
        font-size: 12px;
    }
}

.row.up {
    margin-top: 28px;
}

.icon-desc p {
    font-size: 18px;
    color: #222222;
    font-weight: 500;
    font-family: "Poppins";
}

.icon-button{
    text-align: right;
}

.icon-button a {
    display: inline-block;
    font-size: 16px;
    color: #ffffff;
    font-weight: 400;
    font-family: "Poppins";
    text-align: center;
    background-color: #222222;
    padding: 15px 32px;
    position: relative;
    z-index: 1;
    transition: .5s;
}

.icon-button a i {
    color: #ffff;
    font-size: 14px;
    padding-left: 2px;
}

.icon-button a:before {
    position: absolute;
    content: "";
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    background: #F78115;
    z-index: -1;
    transition: .5s;
  }

  .icon-button a:hover::before{
    transform: rotateX(90deg);
  }

  .icon-button a:after {
    position: absolute;
    content: "";
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    background: #F78115;
    z-index: -1;
    transition: .5s;
  }

  .icon-button a:hover::after{
    transform: rotateY(90deg);
  }

/*
<!-- =========================================== -->
<!-- End  icon-box Section  -->
<!-- ========================================== -->*/




/*
<!-- =========================================== -->
<!-- Start  about Section  -->
<!-- ========================================= -->*/

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

.about-thumb img {
    position: relative;
    z-index: 1;
}

.about-all-shape{
    position: relative;
}

.about-shape {
    position: absolute;
    top: -39rem;
    left: 48%;
    animation: movebounce 4.50s infinite;
}
.about-shape1 {
    position: absolute;
    bottom: 20px;
    left: -25px;
    animation: movebounce 4.50s infinite;
}

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




.section-title {
    margin-bottom: 30px;
}

.section-title h5 {
    font-size: 15px;
    color: #F78115;
    font-weight: 600;
    font-family: "Poppins";
    margin-bottom: 18px;
}

.section-title h1 {
    font-size: 50px;
    line-height: 62px;
    color: #222222;
    font-weight: 700;
    font-family: "Poppins";
    margin: 0;
}

p.section-dsc-1 {
    font-size: 16px;
    line-height: 27px;
    color: #555555;
    font-weight: 400;
    font-family: "Poppins";
    width: 95%;
    margin-top: 26px;
}

.about-content p {
    font-size: 16px;
    line-height: 27px;
    color: #555555;
    font-weight: 400;
    font-family: "Poppins";
    margin: 0 0 42px;
    width: 95%;
}

.about-button {
    float: left;
    margin-right: 28px;
}

.about-button a{
    display: inline-block;
    font-size: 16px;
    color: #ffffff;
    font-weight: 400;
    font-family: "Poppins";
    text-align: center;
    background-color: #222222;
    padding: 15px 32px;
    position: relative;
    z-index: 1;
    transition: .5s;
}

.about-button a i {
    color: #ffff;
    font-size: 14px;
    padding-left: 2px;
}

.about-button a:before {
    position: absolute;
    content: "";
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    background: #F78115;
    z-index: -1;
    transition: .5s;
  }

  .about-button a:hover::before{
    transform: rotateX(90deg);
  }

  .about-button a:after {
    position: absolute;
    content: "";
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    background: #F78115;
    z-index: -1;
    transition: .5s;
  }

  .about-button a:hover::after{
    transform: rotateY(90deg);
  }

.img {
    display: inline-block;
}

.img img {
    display: inline-block;
    margin: -20px 15px 0 0;
}

.title {
    display: inline-block;
}

.title h5 {
    font-size: 16px;
    color: #222222;
    font-weight: 500;
    font-family: "Poppins";
    margin-top: 5px;
}

.title p {
    font-size: 16px;
    color: #555555;
    font-weight: 400;
    font-family: "Poppins";
    margin-top: -2px;
}

/*
<!-- =========================================== -->
<!-- End about Section  -->
<!-- ========================================== -->*/




/*
<!-- =========================================== -->
<!-- Start  feature Section  -->
<!-- ========================================= -->*/

.feature-section {
    padding: 50px 0 50px;
    /* background-color: #f8f8f8; */
}

.feature-section .section-title {
    margin-bottom: 24px;
}

.single-feature-box {
    text-align: center;
    background: #ffff;
    padding: 30px 16px 30px;
    border-top: 4px solid #F78115;
    margin-bottom: 0;
    position: relative;
    z-index: 1;
    transition: .5s;
    filter: drop-shadow(0px 5px 15px rgba(148,148,148,0.1));
    background-color: #ffffff;
}

.single-feature-box:before {
    position: absolute;
    content: "";
    left: 0;
    bottom: 0;
    width: 100%;
    height: 0;
    transition: .5s;
    background: url(../images/resource/icon-bg.png);
    z-index: -1;
}

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

.feature-icon img {
    transition: .5s;
}

.feature-content h4 {
    font-size: 18px;
    color: #222222;
    font-weight: 600;
    font-family: "Poppins";
    text-align: center;
    margin: 18px 0 10px;
    transition: .5s;
}

.feature-content p {
    font-size: 16px;
    line-height: 27px;
    color: #555555;
    font-weight: 400;
    font-family: "Poppins";
    text-align: center;
    width: 90%;
    margin: auto;
    transition: .5s;
}

.single-feature-box:hover .feature-icon img {
    filter: brightness(0) invert(1);
}

.single-feature-box:hover .feature-content h4 {
    color: #fff9eb;
}

.single-feature-box:hover .feature-content p {
    color: #fff9eb;
}

.feature-section.style2 {
    background: url(../images/resource/feature-box-bg.jpg);
    background-repeat: no-repeat;
}

/* Dignitary profile cards */
.dignitary-card {
    background: #ffffff;
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.10);
    text-align: center;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.dignitary-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.15);
}

.dignitary-card-header {
    background: linear-gradient(135deg, #1a3a6b, #2a5298);
    color: #ffffff;
    font-size: 16px;
    font-weight: 600;
    padding: 14px 20px;
    letter-spacing: 0.3px;
}

.dignitary-card-body {
    padding: 28px 20px 20px;
    background: #f9f9f9;
}

.dignitary-card-body img {
    width: 180px;
    height: 210px;
    object-fit: cover;
    object-position: top center;
    border-radius: 8px;
    border: 4px solid #ffffff;
    box-shadow: 0 3px 12px rgba(0, 0, 0, 0.12);
}

.dignitary-card-footer {
    background: #ffffff;
    color: #1a3a6b;
    font-size: 15px;
    font-weight: 700;
    padding: 16px 20px 20px;
    border-top: 2px solid #f0f0f0;
}

/* ============================================================
   Info Cards – Production Design System
   Type scale : header 17px | body 14px | meta 12px | badge 10px
   Spacing    : xs=4px  sm=8px  md=12px  lg=16px
   ============================================================ */

/* --- 2×2 grid: flex column wrapping so both rows share height equally --- */
.col-lg-8 > .row.g-2 {
    display: flex;
    flex-wrap: wrap;
    align-content: stretch;
    align-items: stretch;
}

.col-lg-8 > .row.g-2 > .col-6,
.col-lg-8 > .row.g-2 > .col-lg-6 {
    flex: 0 0 50%;
    max-width: 50%;
    display: flex;
}

/* --- Base card shell --- */
.info-card {
    display: flex;
    flex-direction: column;
    background: #ffffff;
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0 3px 18px rgba(0, 0, 0, 0.09);
    min-height: 440px;
    height: 440px;
    max-height: 440px;
    width: 100%;
}

/* --- Coloured header bar --- */
.info-card-header {
    color: #ffffff;
    font-size: 17px;
    font-weight: 700;
    padding: 13px 16px;
    letter-spacing: 0.3px;
    line-height: 1.3;
    flex-shrink: 0;
}

/* --- Card body --- */
.info-card-body {
    flex: 1;
    min-height: 0;              /* critical: allows flex child to shrink below content */
    padding: 12px 14px;
    display: flex;
    flex-direction: column;
    overflow: hidden;
}

/* --- Scrollable content area --- */
.info-card-scroll {
    flex: 1;
    min-height: 0;
    overflow-y: auto;
    overflow-x: hidden;
    padding-right: 4px;         /* space for scrollbar */
}

@media (max-width: 991.98px) {
    .col-lg-8 > .row.g-2 > .col-6,
    .col-lg-8 > .row.g-2 > .col-lg-6 {
        flex: 0 0 100%;
        max-width: 100%;
        display: block;
    }

    .info-card {
        min-height: 0;
        height: auto;
        max-height: none;
    }

    .info-card-scroll {
        max-height: 320px;
    }
}

/* Thin custom scrollbar */
.info-card-scroll::-webkit-scrollbar {
    width: 4px;
}
.info-card-scroll::-webkit-scrollbar-track {
    background: #f5f5f5;
    border-radius: 4px;
}
.info-card-scroll::-webkit-scrollbar-thumb {
    background: #ddd;
    border-radius: 4px;
}
.info-card-scroll::-webkit-scrollbar-thumb:hover {
    background: #F78115;
}

/* ---- Notice lists (Cards 1 & 3) ---- */
.info-card-list ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.info-card-list ul li {
    display: flex;
    align-items: baseline;
    justify-content: space-between;
    gap: 8px;
    padding: 7px 0;
    border-bottom: 1px dashed #e8e8e8;
    line-height: 1.45;
}

.info-card-list ul li:first-child {
    padding-top: 2px;
}

.info-card-list ul li:last-child {
    border-bottom: none;
    padding-bottom: 0;
}

.info-card-list ul li a {
    color: #2c2c2c;
    text-decoration: none;
    font-size: 16px;
    font-weight: 400;
    flex: 1;
    transition: color 0.2s;
}

.info-card-list ul li a:hover {
    color: #F78115;
}

/* --- Date stamp --- */
.info-date {
    font-size: 16px;
    color: #999;
    white-space: nowrap;
    flex-shrink: 0;
    line-height: 1.6;
}

/* --- "New" badge --- */
.info-new-badge {
    display: inline-block;
    background: #e63c3c;
    color: #fff;
    font-size: 10px;
    font-weight: 700;
    padding: 2px 6px;
    border-radius: 3px;
    margin-left: 4px;
    vertical-align: middle;
    text-transform: uppercase;
    letter-spacing: 0.4px;
    line-height: 1.5;
}

/* ---- Two-column menus (Cards 2 & 4) ---- */
.info-card-menu-col ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.info-card-menu-col ul li {
    padding: 6px 0;
    border-bottom: 1px dashed #e8e8e8;
    line-height: 1.4;
}

.info-card-menu-col ul li:first-child {
    padding-top: 2px;
}

.info-card-menu-col ul li:last-child {
    border-bottom: none;
    padding-bottom: 0;
}

.info-card-menu-col ul li a {
    color: #2c2c2c;
    text-decoration: none;
    font-size: 16px;
    font-weight: 400;
    display: block;
    transition: color 0.2s;
}

.info-card-menu-col ul li a:hover {
    color: #F78115;
}

.info-highlight-link {
    color: #F78115 !important;
    font-weight: 600;
}

/* --- Divider between two menu columns --- */
.info-card-menu-col + .info-card-menu-col {
    border-left: 1px solid #f0f0f0;
    padding-left: 12px;
}

/* ---- Action buttons — always pinned at bottom ---- */
.info-card-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    padding-top: 10px;
    border-top: 1px solid #efefef;
    margin-top: 10px;
    flex-shrink: 0;             /* never compressed */
}

.info-action-btn {
    display: inline-flex;
    align-items: center;
    gap: 5px;
    background: #f5f5f5;
    border: 1px solid #ddd;
    color: #333;
    font-size: 16px;
    font-weight: 600;
    padding: 7px 13px;
    border-radius: 5px;
    text-decoration: none;
    line-height: 1.3;
    transition: background 0.2s, color 0.2s, border-color 0.2s;
}

.info-action-btn:hover {
    background: #F78115;
    color: #fff;
    border-color: #F78115;
}

/* ---- Session links — always pinned at bottom ---- */
.info-card-session-links {
    margin-top: 10px;
    border-top: 1px solid #e8e8e8;
    padding-top: 8px;
    flex-shrink: 0;             /* never compressed */
}

.info-session-row {
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 16px;
    font-weight: 400;
    padding: 5px 0;
    color: #444;
    line-height: 1.35;
    border-bottom: 1px dashed #e8e8e8;
}

.info-session-row:last-of-type {
    border-bottom: none;
}

.info-session-row span:first-child {
    flex: 1;
}

.info-dl-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 24px;
    height: 24px;
    background: #2E7D32;
    color: #fff;
    border-radius: 4px;
    font-size: 12px;
    text-decoration: none;
    flex-shrink: 0;
    transition: background 0.2s;
}

.info-dl-btn:hover {
    background: #F78115;
}

/* --- Search links row --- */
.info-card-search-links {
    display: flex;
    gap: 12px;
    margin-top: 8px;
    flex-wrap: wrap;
}

.info-card-search-links a {
    color: #e63c3c;
    font-size: 16px;
    font-weight: 600;
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    gap: 4px;
    transition: color 0.2s;
}

.info-card-search-links a:hover {
    color: #F78115;
}

/* ============================================================
   Dignitary Cards – Side Columns (col-lg-2)
   ============================================================ */
.dignitary-card-sm {
    background: #ffffff;
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0 3px 18px rgba(0, 0, 0, 0.09);
    text-align: center;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    height: 100%;
    display: flex;
    flex-direction: column;
}

.dignitary-card-sm:hover {
    transform: translateY(-4px);
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.14);
}

.dignitary-card-sm-header {
    background: linear-gradient(135deg, #F78115, #e06a00);
    color: #ffffff;
    font-size: 17px;
    font-weight: 700;
    padding: 13px 12px;
    letter-spacing: 0.3px;
    line-height: 1.3;
    flex-shrink: 0;
}

.dignitary-card-sm-body {
    flex: 1;
    padding: 16px 12px 16px;
    background: #fafafa;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.dignitary-card-sm-body img {
    width: 140px;
    height: 165px;
    object-fit: cover;
    object-position: top center;
    border-radius: 8px;
    border: 3px solid #ffffff;
    box-shadow: 0 3px 12px rgba(0, 0, 0, 0.12);
    display: block;
}

.dignitary-card-sm-name {
    color: #F78115;
    font-size: 16px;
    font-weight: 700;
    margin-top: 14px;
    line-height: 1.5;
    padding: 0 8px;
    text-align: center;
}

/* Feature menu links (icon box menu) */
.feature-menu-link {
    display: block;
    text-decoration: none;
    color: inherit;
}

.feature-menu-link .feature-icon i {
    font-size: 44px;
    color: #F78115;
    display: block;
}

.feature-menu-link .feature-content h4 {
    margin-bottom: 0;
    font-size: 18px;
}

.feature-menu-link .feature-content p {
    display: none;
}

.feature-menu-link:hover .feature-icon i {
    color: #fff9eb;
}

/*
<!-- =========================================== -->
<!-- End feature Section  -->
<!-- ========================================== -->*/





/*
<!-- =========================================== -->
<!-- Start  counter Section   -->
<!-- ========================================= -->*/

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

.single-counter-box{
    text-align: center;
    margin-bottom: 30px;
}

.counter-text h1 {
    font-size: 50px;
    color: #ffffff;
    font-weight: 600;
    font-family: "Poppins";
    text-align: center;
    display: inline-block;
}

.counter-text span{
    font-size: 50px;
    color: #ffffff;
    font-weight: 600;
    font-family: "Poppins";
    text-align: center;
}

.counter-text p {
    font-size: 18px;
    line-height: 28px;
    color: #f0f0f0;
    font-weight: 400;
    font-family: "Poppins";
    text-align: center;
    width: 56%;
    margin: auto;
    padding-top: 12px;
}

/*
<!-- =========================================== -->
<!-- End  counter Section  -->
<!-- ========================================== -->*/





/*
<!-- =========================================== -->
<!-- Start  About2 Section  -->
<!-- ========================================= -->*/

.about-section2{
    padding: 120px 0;
}

.about-section2 .section-title {
    margin-bottom: 36px;
}

.about-section2 p.section-dsc-1 {
    font-size: 16px;
    line-height: 27px;
    color: #555555;
    font-weight: 400;
    font-family: "Poppins";
    width: 90%;
    margin-top: 26px;
}

.img2 {
    display: inline-block;
}

.img2 img {
    margin: -38px 16px 0 0;
}

.about-text2 {
    display: inline-block;
}

.about-text2 p {
    font-size: 20px;
    line-height: 32px;
    color: #222222;
    font-weight: 500;
    font-family: "Poppins";
    width: 99%;
}

.about-list {
    margin-top: 18px;
}

.about-list ul{
    list-style: none;
}

.about-list ul li {
    padding: 0 0 10px;
}

.about-list ul li i {
    margin-right: 8px;
    color: #ffff;
    background: #F78115;
    font-size: 18px;
    height: 18px;
    line-height: 18px;
    width: 18px;
    border-radius: 50px;
    display: inline-block;
    text-align: center;
}

.about-list ul li span{
    font-size: 16px;
    color: #555555;
    font-weight: 400;
    font-family: "Poppins";
    display: inline-block;
}

.about-thumb2{
    position: relative;
    z-index: 1;
}

.about-thumb2:before {
    position: absolute;
    content: "";
    left: 0;
    top: 0;
    width: 905px;
    height: 10px;
    background-color: #F78115;
}

.text h4 {
    font-size: 18px;
    color: #ffffff;
    font-weight: 500;
    font-family: "Poppins";
    background-color: #F78115;
    display: inline-block;
    padding: 16px 50px;
    transform: rotate(270deg);
    position: absolute;
    bottom: 45%;
    left: -145px;
}

.about-shape2 {
    position: absolute;
    bottom: -25px;
    left: -25px;
    z-index: -1;
    animation: bounce 5.0s infinite;
}

@keyframes bounce {
    0% {
        transform: translateX(0);
    }
    50% {
        transform: translateX(45px);
    }
    100% {
        transform: translateX(0);
    }
}

/*--about-section.style2--*/

.about-section.style2 {
    background: #ffff;
    padding: 30px 0 120px;
}

.about-section.style2 .about-shape1 {
    position: absolute;
    bottom: -20px;
    left: 52%;
    animation: movebounce 4.50s infinite;
}


.about-section.style2 .about-shape {
    position: absolute;
    top: -37rem;
    left: -3%;
    animation: movebounce 5.00s infinite;
}


.about-shape3 {
    position: absolute;
    bottom: -57px;
    left: -32px;
    z-index: 1;
}

.about-list2 {
    margin: 50px 0 57px;
}

li.up {
    margin-right: 42px;
}

.about-list2 ul{
    list-style: none;
}

.about-list2 ul li {
    filter: drop-shadow(0px 5px 15px rgba(75,75,75,0.1));
    background-color: #ffffff;
    display: inline;
    padding: 17px 52px 17px 30px;
}

.about-list2 ul li span {
    font-size: 19px;
    color: #222222;
    font-weight: 500;
    font-family: "Poppins";
}

.about-list2 ul li i {
    margin-right: 15px;
    color: #ffff;
    background: #F78115;
    font-size: 18px;
    height: 18px;
    line-height: 18px;
    width: 18px;
    border-radius: 50px;
    display: inline-block;
    text-align: center;
}

/*
<!-- =========================================== -->
<!-- End  about2 Section  -->
<!-- ========================================== -->*/





/*
<!-- =========================================== -->
<!-- Start  portfolio Section  -->
<!-- ========================================= -->*/

.portfolio-section {
    padding: 105px 0 0;
    background-color: #f8f8f8;
}

.portfolio-section .section-title {
    margin-bottom: 69px;
}

.single-portfolio-box {
    position: relative;
    z-index: 1;
    margin-bottom: 30px;
}

.single-portfolio-box:before {
    position: absolute;
    content: "";
    bottom: 0;
    left: 0;
    width: 100%;
    height: 0;
    transition: .5s;
    opacity: 0.000;
    background-image: linear-gradient(0deg, rgba(247,129,21,0.95) 0%, rgba(247,129,21,0) 100%);
}

.single-portfolio-box:hover:before {
    height: 100%;
    opacity: 1;
}

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

.portfolio-content {
    margin: -85px 30px 0;
    position: absolute;
}
 
.portfolio-content {
    position: absolute;
    visibility: hidden;
    opacity: 0;
    transition: .5s;
    left:0;
    bottom: -65px;
}

.single-portfolio-box:hover .portfolio-content {
    visibility: visible;
    opacity: 1;
    transition: .5s;
    bottom:30px ; 
}

.portfolio-content h5 {
    font-size: 16px;
    color: #ffffff;
    font-weight: 400;
    margin: 0;
    font-family: "Poppins";
}

.portfolio-content a {
    display: inline-block;
    font-size: 20px;
    color: #f7f9fd;
    font-weight: 500;
    margin-top: 10px;
    font-family: "Poppins";
}

.portfolio-area {
    padding: 110px 0 120px;
    background-color: #f8f8f8;
}

.portfolio-area .section-title {
    margin-bottom: 69px;
}

/*
<!-- =========================================== -->
<!-- End  portfolio Section  -->
<!-- ========================================== -->*/






/*
<!-- =========================================== -->
<!-- Start  portfolio Section  -->
<!-- ========================================= -->*/

.brand-section {
    padding: 112px 0 90px;
    background-color: rgb(248, 248, 248);
}

.brand-text {
    position: relative;
    z-index: 1;
}

.brand-text:before {
    position: absolute;
    content: "";
    left: 0;
    bottom: 12px;
    width: 40%;
    height: 2px;
    background: #F78115;
}

.brand-text:after {
    position: absolute;
    content: "";
    right: 0;
    bottom: 12px;
    width: 40%;
    height: 2px;
    background: #F78115;
}

.brand-text p {
    font-size: 16px;
    color: #232323;
    font-weight: 500;
    font-family: "Poppins";
}

.single-brand-box {
    background-color: transparent;
    padding: 0;
    margin: 20px 0 30px;
}

.brand-doc-card {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    padding: 20px 24px;
    border-radius: 14px;
    background-color: #ffffff;
    box-shadow: 0 8px 18px rgba(0, 0, 0, 0.06);
    border: 1px solid rgba(11, 60, 73, 0.08);
    text-decoration: none;
    color: #222222;
    min-height: 110px;
    transition: transform 0.25s ease, box-shadow 0.25s ease, border-color 0.25s ease, background-color 0.25s ease;
    position: relative;
}

.brand-doc-text {
    font-size: 16px;
    line-height: 1.5;
    font-weight: 500;
}

.brand-doc-arrow {
    flex: 0 0 auto;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background-color: #F78115;
    color: #ffffff;
    font-size: 18px;
    transition: background-color 0.25s ease, color 0.25s ease, transform 0.25s ease;
}

.brand-doc-badge {
    position: absolute;
    top: 10px;
    left: 12px;
    transform: none;
    background-color: #e60023;
    color: #ffffff;
    font-size: 11px;
    font-weight: 600;
    padding: 0 8px;
    border-radius: 999px;
    text-transform: uppercase;
    letter-spacing: 0.03em;
}

.brand-doc-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 14px 30px rgba(0, 0, 0, 0.16);
    border-color: rgba(247, 129, 21, 0.5);
    background-color: #fffdf8;
}

.brand-doc-card:hover .brand-doc-arrow {
    background-color: #ffffff;
    color: #F78115;
    transform: translateX(4px);
}

@media (max-width: 767.98px) {
    .brand-doc-card {
        padding: 16px 18px;
        min-height: 0;
    }

    .brand-doc-text {
        font-size: 15px;
    }
}

/*
<!-- =========================================== -->
<!-- End  portfolio Section  -->
<!-- ========================================== -->*/




/*
<!-- =========================================== -->
<!-- Start  testimonial Section  -->
<!-- ========================================== -->*/

.testimonial-section {
    padding: 105px 0 120px;
    background: url(../images/resource/testimonial-bg.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    background-attachment: fixed;
    position: relative;
}

.testimonial-section::before {
    content: "";
    position: absolute;
    inset: 0;
    background: rgba(247, 129, 21, 0.80);
    z-index: 0;
}

.testimonial-section .container,
.testimonial-section .container * {
    position: relative;
    z-index: 1;
}

.section-title.up h5 {
    color: #ffffff;
}

.section-title.up h1 {
    color: #ffffff;
}

.single-testimonial-box {
    text-align: center;
    margin-top: 0;
}

.testi-thumb{
    position: relative;
    z-index: 1;
    display: inline-block;
    text-align: center;
}

.testi-thumb img {
    width: 140px;
    height: 140px;
    border-radius: 50%;
    object-fit: cover;
    border: 4px solid #ffffff;
    box-shadow: 0 0 0 2px rgba(255, 255, 255, 0.4);
}

@media (max-width: 767.98px) {
    .testi-thumb img {
        width: 110px;
        height: 110px;
        border-width: 3px;
    }
}

.testi-shape {
    position: absolute;
    top: 52px;
    left: 0px;
}

.testi-content p {
    opacity: 1;
    font-size: 22px;
    line-height: 35px;
    color: #ffffff;
    font-weight: 500;
    font-family: Poppins;
    text-align: center;
    width: 76%;
    margin: auto;
    padding: 65px 0px 40px;
}

.testi-content h4 {
    font-size: 22px;
    color: #ffffff;
    font-weight: 500;
    font-family: "Poppins";
    text-align: center;
}

.testi-content h6 {
    font-size: 16px;
    color: #ffffff;
    font-weight: 400;
    font-family: "Poppins";
    text-align: center;
}


/*--owl-prev--*/

.testimonial-section .owl-prev {
    position: absolute;
    left: -65px;
    top: -13rem;
    height: 60px;
    line-height: 60px;
    color: #ffff;
    width: 60px;
    border-radius: 30px;
    text-align: center;
    font-size: 20px;
    transition: .5s;
    border: 1px solid;
}
.testimonial-section .owl-next {
    position: absolute;
    right: -65px;
    top: -13rem;
    height: 60px;
    line-height: 60px;
    color: #ffff;
    width: 60px;
    border-radius: 30px;
    text-align: center;
    font-size: 20px;
    transition: .5s;
    border: 1px solid;
}

.testimonial-section .owl-prev:hover,
.testimonial-section .owl-next:hover {
    color: #000000;
    background-color: #ffffff;
    border-color: #000000;
}


/*
<!-- =========================================== -->
<!-- End  testimonial Section  -->
<!-- ========================================== -->*/






/*
<!-- =========================================== -->
	<!-- Start  event Section  -->
<!-- ========================================== -->*/

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

.event-section .section-title {
    margin-bottom: 70px;
}

.single-event-box {
    filter: drop-shadow(0px 5px 10px rgba(111,111,111,0.08));
    background-color: #ffffff;
    border: 1px solid rgba(85,85,85,0.1);
    padding: 18px 0 30px 18px;
    margin-bottom: 30px;
}

.event-thumb {
    float: left;
    margin-right: 30px;
    position: relative;
    z-index: 1;
    overflow: hidden;
    transition: .5s;
}

.event-thumb img{
    transition: .5s;
}

.event-thumb img:hover {
    transform: scale(1.1);
}

.event-content a {
    font-size: 22px;
    line-height: 30px;
    color: rgb(34, 34, 34);
    font-weight: 500;
    font-family: Poppins;
    transition: all 0.5s ease 0s;
}

.single-event-box:hover .event-content a {
    color: #F78115;
}

table {
    margin-top: 13px;
}

table.tabel-tab td {
    padding: 3px 4px 3px 0;
    font-size: 16px;
    color: #222222;
    font-weight: 600;
    font-family: "Poppins";
}

table.tabel-tab td span {
    font-size: 15px;
    font-weight: 600;
    font-family: "Poppins";
    color: #979797;
}

/*
<!-- =========================================== -->
	<!-- End  event Section  -->
<!-- ========================================== -->*/




/*
<!-- =========================================== -->
	<!-- Start  blog Section  -->
<!-- ========================================== -->*/

.blog-section {
    padding: 105px 0px 0px;
    background-color: rgb(248, 248, 248);
}

.blog-section2 {
    padding: 105px 0px 90px;
    background-color: rgb(242 242 242);
}

.blog-section .section-title {
    margin-bottom: 56px;
}

.blog-description p {
    font-size: 16px;
    line-height: 27px;
    color: #555555;
    font-weight: 400;
    font-family: "Poppins";
    width: 100%;
    margin-top: 42px;
}

.blog-button {
    text-align: right;
    margin-top: 56px;
}

.blog-button a {
    display: inline-block;
    font-size: 16px;
    color: #ffffff;
    font-weight: 400;
    font-family: "Poppins";
    text-align: center;
    background-color: #222222;
    padding: 15px 34px;
    position: relative;
    z-index: 1;
    transition: .5s;
}

.blog-button a i {
    color: #ffff;
    font-size: 14px;
    padding-left: 2px;
}


.blog-button a:before {
    position: absolute;
    content: "";
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    background: #F78115;
    z-index: -1;
    transition: .5s;
  }

  .blog-button a:hover::before{
    transform: rotateX(90deg);
  }

  .blog-button a:after {
    position: absolute;
    content: "";
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    background: #F78115;
    z-index: -1;
    transition: .5s;
  }

  .blog-button a:hover::after{
    transform: rotateY(90deg);
  }

.single-blog-box {
    background-color: #ffffff;
    margin-bottom: 30px;
}

.blog-thumb {
    position: relative;
    overflow: hidden;
    transition: .5s;
}

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

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

.blog-content {
    padding: 0 20px 20px 25px;
}

.meta-blog-date p {
    font-size: 15px;
    color: #ffffff;
    font-weight: 500;
    font-family: "Poppins";
    background: #F78115;
    display: inline-block;
    padding: 3px 12px;
    position: relative;
    top: -16px;
    margin-bottom: 2px;
}

.meta-text h3 a{
    font-size: 24px;
    line-height: 32px;
    color: #222222;
    font-weight: 600;
    font-family: "Poppins";
    display: inline-block;
    transition: .5s;
}

.single-blog-box:hover .meta-text h3 a {
    color: #F78115;
}

.meta-text p {
    font-size: 16px;
    line-height: 27px;
    color: #555555;
    font-weight: 400;
    font-family: "Poppins";
    padding-top: 10px;
}

/*
<!-- =========================================== -->
	<!-- End  blog Section  -->
<!-- ========================================== -->*/





/*
<!-- =========================================== -->
<!-- Start subscribe  Section  -->
<!-- ========================================= -->*/

.subscribe-area {
    padding: 90px 0px 120px;
}

.row.upper {
    background: url(../images/resource/subscribe-bg.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    height: 200px;
    padding: 0 60px 0;
}

.subscribe-icon {
    float: left;
    margin: 6px 40px 0 0;
}

.subscribe-content h6 {
    font-size: 16px;
    color: #ffffff;
    font-weight: 400;
    font-family: "Poppins";
}

.subscribe-content h1 {
    font-size: 35px;
    color: #ffffff;
    font-weight: 600;
    font-family: "Poppins";
    margin-top: 10px;
}

.mail-address {
    display: inline-flex;
    float: right;
    margin-top: 15px;
}

.mail-address input {
    display: inline-block;
    padding: 17px 170px 17px 30px;
    border: none;
}

.mail-address input::placeholder {
    color: #858585;
}

.Subcribe-button {
    margin-left: 10px;
}

.Subcribe-button button {
    display: inline-block;
    padding: 17px 45px;
    border: none;
    background-color: #222222;
    color: #ffffff;
    font-weight: 400;
    font-size: 16px;
    transition: .5s;
}

.Subcribe-button button:hover{
    background: #fff9eb;
    color: #222222;
}

/*
<!-- =========================================== -->
<!-- End  subscribe  Section  -->
<!-- ========================================== -->*/




/*
<!-- =========================================== -->
<!-- Start footer Section  -->
<!-- ========================================= -->*/

.footer-section {
    background-image: url(../images/resource/footer-bg.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    background-color: #0B3C49;
    padding: 105px 0 15px;
    position: relative;
}

.footer-section::before {
    content: "";
    position: absolute;
    inset: 0;
    background: rgba(11, 60, 73, 0.90); /* #0B3C49 with opacity for overlay */
    z-index: 0;
}

.footer-section .container,
.footer-section .container * {
    position: relative;
    z-index: 1;
}

.footer-widget-description p {
    width: 95%;
    opacity: 0.800;
    font-size: 16px;
    line-height: 27px;
    color: #ffffff;
    font-weight: 400;
    font-family: "Poppins";
    margin: 30px 0 40px;
}

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

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

.footer-social-icon ul li a {
    display: inline-block;
    transition: .5s;
    width: 30px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    color: #fffffe;
    background-color: #2a3c3c;
    font-size: 16px;
    position: relative;
    z-index: 1;
}

.footer-social-icon ul li a::before{
    position: absolute;
    content: "";
    z-index: -1;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background: #F78115;
    transform: scale(0);
    transition: .5s;
}

.footer-social-icon ul li a:hover:before{
    transform: scale(1);
}

.footer-widget-content{}

.footer-widget-title h3{
    font-size: 20px;
    color: #ffffff;
    font-weight: 500;
    font-family: "Poppins";
}

.footer-widget-menu {
    padding-top: 50px;
}

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

.footer-widget-menu ul li {
    padding-bottom: 16px;
}

.footer-widget-menu ul li a {
    display: inline-block;
    opacity: 0.702;
    font-size: 16px;
    color: #ffffff;
    font-weight: 400;
    font-family: "Poppins";
    transition: .5s;
}

.footer-widget-menu ul li a:hover {
    color: #F78115;
}

.footer-widget-menu ul li span {
    opacity: 0.702;
    font-size: 16px;
    line-height: 27px;
    color: #ffffff;
    font-weight: 400;
    font-family: "Poppins";
    display: inline-block;
    width: 75%;
}

.footer-widget-menu ul li span i {
    margin-right: 10px;
}

/*--copyright-section--*/

.footer-bottom-area {
    border-top: 1px solid #0D4948;
    margin-top: 96px;
}

.copyright-description p {
    display: inline-block;
    opacity: 0.702;
    font-size: 16px;
    color: #ffffff;
    font-weight: 400;
    font-family: "Poppins";
    text-align: center;
    transition: .5s;
    padding-top: 30px;
}

.copyright-description p:hover{
    color: rgb(4, 190, 190);
}

/*
<!-- =========================================== -->
<!-- End  footer  Section  -->
<!-- ========================================== -->*/




/*
<!-- =========================================== -->
<!-- Start  call do action Section  -->
<!-- ========================================== -->*/

.call-do-action-area {
    padding: 112px 0px 120px;
    background: url("../images/resource/call-do-section-bg.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    background-attachment: fixed;
}
 
.call-do-action-area .section-title h1 {
    color: #ffffff;
}

.call-do-action-button a {
    display: inline-block;
    font-size: 16px;
    color: rgb(255, 255, 255);
    font-weight: 400;
    font-family: Poppins;
    text-align: center;
    background-color: rgb(34, 34, 34);
    padding: 15px 32px;
    position: relative;
    z-index: 1;
    transition: all 0.5s ease 0s;
}

.call-do-action-button a i {
    color: rgb(255, 255, 255);
    font-size: 14px;
    padding-left: 2px;
}

.call-do-action-button a::before {
    position: absolute;
    content: "";
    height: 100%;
    width: 100%;
    top: 0px;
    left: 0px;
    background: rgb(4, 190, 190);
    z-index: -1;
    transition: all 0.5s ease 0s;
}

.call-do-action-button a:hover::before {
    transform: rotateX(90deg);
}

.call-do-action-button a::after {
    position: absolute;
    content: "";
    height: 100%;
    width: 100%;
    top: 0px;
    left: 0px;
    background: rgb(4, 190, 190);
    z-index: -1;
    transition: all 0.5s ease 0s;
}

.call-do-action-button a:hover::after {
    transform: rotateY(90deg);
}

.video-play-button a {
    display: inline-block;
    font-size: 16px;
    color: #ffffff;
    font-weight: 400;
    font-family: "Poppins";
    width: 70px;
    height: 70px;
    line-height: 70px;
    border-radius: 35px;
    text-align: center;
    background: #3F7273;
    position: relative;
    z-index: 1;
}

.video-play-button a:before {
    position: absolute;
    content: "";
    left: -15px;
    top: -15px;
    height: 100px;
    line-height: 100px;
    width: 100px;
    border: 1px solid #ffff;
    border-radius: 50px;
}
 
/*
<!-- =========================================== -->
<!-- End  call do action Section  -->
<!-- ========================================== -->*/





/*
<!-- =========================================== -->
<!-- Start  offer Section  -->
<!-- ========================================== -->*/

.offer-section {
    padding: 105px 0 90px;
    background-color: #f8f8f8;
}

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

.single-offer-box {
    background-color: #ffffff;
    margin-bottom: 30px;
}

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

.offer-icon {
    width: 70px;
    height: 70px;
    line-height: 70px;
    border-radius: 35px;
    filter: drop-shadow(0px 5px 10px rgba(142,142,142,0.1));
    background-color: #ffffff;
    text-align: center;
    position: relative;
    z-index: 1;
    left: 88px;
    top: -20px;
    transition: .5s;
}

.offer-icon img {
    transition: .5s;
}

.single-offer-box:hover .offer-icon {
    background: #F78115;
}

.single-offer-box:hover .offer-icon img {
    filter: brightness(0)invert(1);
}

.offer-content {
    padding: 0 30px 35px;
    margin-top: -45px;
}

.offer-content a {
    display: inline-block;
    font-size: 21px;
    color: #222222;
    font-weight: 600;
    font-family: "Poppins";
    transition: .5s;
}

.offer-content a:hover {
    color: #F78115;
}

.offer-content p {
    font-size: 16px;
    line-height: 27px;
    color: #555555;
    font-weight: 400;
    font-family: "Poppins";
    margin: 12px 0 20px;
}

.offer-button a {
    display: inline-block;
    font-size: 16px;
    color: #555555;
    font-weight: 400;
    font-family: "Poppins";
    position: relative;
    border-bottom: 1px solid #ddd;
    z-index: 1;
}

.offer-button a:before {
    position: absolute;
    content: "";
    bottom: 0px;
    right: 0px;
    height: 1px;
    width: 0;
    background: #F78115;
    transition: .5s;
}

.single-offer-box:hover .offer-button a:before{
    width: 100%;
    left: 0;
}

/*
<!-- =========================================== -->
<!-- End  offer Section  -->
<!-- ========================================== -->*/





/*
<!-- =========================================== -->
<!-- Start  team Section  -->
<!-- ========================================== -->*/

.team-section {
    padding: 20px 0 20px;
}

.team-section .section-title {
    margin-bottom: 70px;
}

.team-button {
    text-align: right;
}

.team-button a {
    display: inline-block;
    font-size: 16px;
    color: #ffffff;
    font-weight: 400;
    font-family: "Poppins";
    text-align: center;
    background-color: #222222;
    padding: 15px 34px;
    position: relative;
    z-index: 1;
    transition: .5s;
}


.team-button a i {
    color: #ffff;
    font-size: 14px;
    padding-left: 2px;
}


.team-button a:before {
    position: absolute;
    content: "";
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    background: #F78115;
    z-index: -1;
    transition: .5s;
  }

  .team-button a:hover::before{
    transform: rotateX(90deg);
  }

  .team-button a:after {
    position: absolute;
    content: "";
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    background: #F78115;
    z-index: -1;
    transition: .5s;
  }

  .team-button a:hover::after{
    transform: rotateY(90deg);
  }

  .single-team-box {
    text-align: center;
    background: url("../images/resource/team-bg.jpg");
    padding: 42px 0px 40px;
    filter: drop-shadow(rgba(61, 61, 61, 0.05) 0px 6px 10px);
    border: 1px solid rgba(85, 85, 85, 0.1);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    margin-bottom: 30px;
    border-radius: 16px;
    overflow: hidden;
    transition: transform 0.3s ease, box-shadow 0.3s ease, border-color 0.3s ease;
}

.team-thumb{
    position: relative;
    z-index: 1;
    width: 180px;          /* contain shape + image */
    margin: 0 auto;        /* center inside card */
}

.team-thumb img {
    width: 140px;
    height: 140px;
    object-fit: cover;
    border-radius: 50%;
    display: block;
    margin: 0 auto;
    position: relative;
    z-index: 2;            /* keep image above shape */
}

.team-shape {
    position: absolute;
    top: -10px;
    left: -6% !important;
    transform: translate(-50%, -52%);  /* visually center ring around image */
    animation-name: rotateme;
    animation-duration: 15s;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
}

.team-shape img {
    width: 200px;          /* ring a bit larger than image */
    height: 200px;
    max-width: none;
}

@media (max-width: 767px) {
    .team-thumb {
        width: 150px;
    }

    .team-thumb img {
        width: 120px;
        height: 120px;
    }

    .team-shape img {
        width: 200px;
        height: 200px;
    }
}

.team-shape img {
    filter: grayscale(1)brightness(1.50);
    opacity: .5;
    transition: .5s;
}

.single-team-box:hover .team-shape img {
    filter: none;
    opacity: 1;
}

.single-team-box:hover {
    transform: translateY(-6px);
    box-shadow: 0 14px 30px rgba(0, 0, 0, 0.18);
    border-color: rgba(247, 129, 21, 0.4);
}

.team-content {
    padding-top: 25px;
}

.team-content h4 {
    font-size: 22px;
    color: #222222;
    font-weight: 600;
    font-family: "Poppins";
    text-align: center;
    transition: .5s;
}

.single-team-box:hover .team-content h4 {
    color: #F78115;
}

.team-content p {
    font-size: 16px;
    color: #555555;
    font-weight: 400;
    font-family: "Poppins";
    text-align: center;
    margin: 2px 0 22px;
}

.team-social-icon {
    border-top: 1px solid #ddd;
    padding-top: 30px;
}

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

.team-social-icon ul li {
    display: inline-block;
    padding: 0 10px 0;
}

.team-social-icon ul li a {
    display: inline-block;
    transition: .5s;
    width: 30px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    color: #F78115;
    background-color: #f8f8f8;
    font-size: 16px;
    position: relative;
    z-index: 1;
}

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

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

.team-social-icon ul li a:hover{
    color: #fffffe;
}

@keyframes rotateme {
    from {
    transform: rotate(0deg);
    }
    to {
    transform: rotate(360deg);
    }
    }
    @keyframes alltuchtopdown{
    0%{
    -webkit-transform:rotateX(0deg) translateY(0px);
    -ms-transform:rotateX(0deg) translateY(0px);
    transform:rotateX(0deg) translateY(0px)
    }
    50%{
    -webkit-transform:rotateX(0deg) translateY(-20px);
    -ms-transform:rotateX(0deg) translateY(-20px);
    transform:rotateX(0deg) translateY(-20px)
    }
    100%{
    -webkit-transform:rotateX(0deg) translateY(0px);
    -ms-transform:rotateX(0deg) translateY(0px);
    transform:rotateX(0deg) translateY(0px)
    }
}

/*
<!-- =========================================== -->
<!-- End  team Section  -->
<!-- ========================================== -->*/





/*
<!-- =========================================== -->
<!-- Start breadcumb Section  -->
<!-- ========================================== -->*/

.breadcumb-section {
    background: url(../images/resource/breadcumb-bg.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    height: 400px;
    background-attachment: fixed;
    position: relative;
}

.breadcumb-section::before {
    content: "";
    position: absolute;
    inset: 0;
    background: rgba(11, 60, 73, 0.90);
    z-index: 0;
}

.breadcumb-section .container,
.breadcumb-section .container * {
    position: relative;
    z-index: 1;
}

.breadcumb-title h1 {
    font-size: 55px;
    color: #ffffff;
    font-weight: 700;
    font-family: "Poppins";
    text-align: center;
    margin-top: 8px;
}

.breadcumb-container ul{
    list-style: none;
}

.breadcumb-container ul li{
    display: inline-block;
}

.breadcumb-container ul li span{
    font-size: 16px;
    color: #ffffff;
    font-weight: 400;
    font-family: "Poppins";
    text-align: center;
}

.breadcumb-container ul li a {
    display: inline-block;
    font-size: 16px;
    color: #ffffff;
    font-weight: 400;
    font-family: "Poppins";
    text-align: center;
    transition: .5s;
}

.breadcumb-container ul li a:hover {
    color: #F78115;
}

.breadcumb-container ul li i {
    color: #ffffff;
    font-size: 10px;
    padding: 0 10px 0;
}

/*
<!-- =========================================== -->
<!-- End breadcumb Section  -->
<!-- ========================================== -->*/






/*
<!-- =========================================== -->
<!-- Start  contact-ua Section  -->
<!-- ========================================== -->*/

.contact-us-section {
    padding: 105px 0px 90px;
    background-color: rgb(246, 246, 246);
}

.contact-us-section .section-title {
    margin-bottom: 55px;
}

.single-contact-us-box {
    background: #ffffff;
    padding: 55px 0 35px 44px;
    margin-bottom: 30px;
}

.contact-us-content h4 {
    font-size: 20px;
    color: #222222;
    font-weight: 600;
    font-family: "Poppins";
    margin: 25px 0 19px;
}

.contact-us-content p {
    font-size: 18px;
    color: #555555;
    font-weight: 400;
    font-family: "Poppins";
    margin-bottom: 7px;
    line-height: 28px;
    transition: .5s;
}

.contact-us-content p:hover{
    color: #F78115;
}

/*
<!-- =========================================== -->
<!-- End  contact-us Section  -->
<!-- ========================================== -->*/






/*
<!-- =========================================== -->
<!-- Start  contact Section  -->
<!-- ========================================== -->*/

.contact-from-section {
    padding: 75px 0 120px;
}

.contact-from-section p.section-dsc-1 {
    font-size: 16px;
    line-height: 27px;
    color: #555555;
    font-weight: 400;
    font-family: "Poppins";
    width: 80%;
    margin-top: 26px;
}

.row.form {
    padding-top: 40px;
}

.form-box input {
    display: inline-block;
    width: 100%;
    height: 55px;
    margin-bottom: 30px;
    padding: 0 20px 0;
    background-color: #f6f6f6;
    border: none;
}

.form-box textarea {
    background-color: #f6f6f6;
    border: 1px solid #F78115;
    width: 100%;
    height: 170px;
    padding: 20px 25px 0;
}

.submit-button {
    margin-top: 20px;
}

.submit-button button {
    color: #ffff;
    background: #F78115;
    display: inline-block;
    padding: 14px 36px;
    font-size: 16px;
    border: none;
    font-weight: 400;
}


/*
<!-- =========================================== -->
<!-- End  contact-us Section  -->
<!-- ========================================== -->*/






/*
<!-- =========================================== -->
<!-- Start google-map Section  -->
<!-- ========================================== -->*/

.goolg-map iframe {
    width: 100%;
    height: 655px;
}

/*
<!-- =========================================== -->
<!-- End  google-map Section  -->
<!-- ========================================== -->*/





/*
<!-- =========================================== -->
<!-- Start  blog details Section  -->
<!-- ========================================== -->*/

.blog-details-section {
    padding: 120px 0;
}

.blog-details-thumb {
    position: relative;
    z-index: 1;
    overflow: hidden;
}

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

.blog-details-thumb img:hover {
    transform: scale(1.1);
}

.blog-details-meta-text {
    margin: 65px 0 20px;
}

.blog-details-meta-text p {
    display: inline;
    font-size: 16px;
    color: #555555;
    font-weight: 400;
    font-family: "Poppins";
    padding-right: 15px;
}

.blog-details-meta-text p i {
    color: #F78115;
    padding-right:5px;
}

.blog-details-content a {
    font-size: 32px;
    color: #222222;
    font-weight: 600;
    font-family: "Poppins";
    margin: 4px 0 30px;
    display: inline-block;
}

.blog-details-content p {
    font-size: 16px;
    line-height: 27px;
    color: #555555;
    font-weight: 400;
    font-family: "Poppins";
    width: 100%;
}

p.blog-details {
    margin-top: 30px;
}

.blog-details-list {
    margin: 62px 0 17px;
}

.blog-details-list ul {
    list-style: none;
}

.blog-details-list ul li {
    padding-bottom: 10px;
}

.blog-details-list ul li i {
    margin-right: 10px;
    color: #ffff;
    background: #F78115;
    font-size: 18px;
    height: 18px;
    line-height: 18px;
    width: 18px;
    border-radius: 50px;
    display: inline-block;
    text-align: center;
}

.blog-details-list ul li span {
    font-size: 16px;
    color: #222222;
    font-weight: 500;
    font-family: "Poppins";
}

.blog-details-text p {
    font-size: 16px;
    line-height: 27px;
    color: #555555;
    font-weight: 400;
    font-family: "Poppins";
    width: 100%;
}

.post-title {
    display: inline-block;
}

.post-title h4 {
    font-size: 19px;
    color: #000025;
    font-weight: 600;
    font-family: "Poppins";
    display: inline-block;
    padding-right: 15px;
}

.post-list {
    display: inline-block;
}

.post-list ul {
    list-style: none;
}

.post-list ul li {
    display: inline-block;
}

.post-list ul li a{
    display: inline-block;
    font-size: 14px;
    color: #555555;
    font-weight: 400;
    font-family: "Poppins";
    background-color: #f8f8f8;
    padding: 7px 20px;
    margin-right: 5px;
    transition: .5s;
}

.post-list ul li a:hover{
    color: #fff;
    background-color: #F78115;
}

.post-title.up {
    margin-right: 25%;
    padding-top: 15px;
}

.blog-details-content h3 {
    font-size: 25px;
    color: #222222;
    font-weight: 600;
    font-family: "Poppins";
    margin: 70px 0 62px;
}

.blog-details-comment {
    position: relative;
    border-bottom: 1px solid #d9d8d8;
}

.blog-details-comment-reply {
    position: absolute;
    right: 25px;
    margin-top: 10px;
}

.blog-details-comment-reply a {
    background-color: #f8f8f8;
    padding: 5px 28px;
    font-size: 14px;
    color: #555555;
    font-weight: 400;
    font-family: "Poppins";
    display: inline-block;
    text-decoration: none;
}

.blog-details-comment-thumb {
    float: left;
    margin-right: 30px;
}

.blog-details-comment-content {
    overflow: hidden;
    margin-bottom: 40px;
}

.blog-details-comment-content h4 {
    font-size: 20px;
    color: #000025;
    font-weight: 600;
    font-family: "Poppins";
    margin: 0;
}

.blog-details-comment-content span {
    font-size: 14px;
    color: #F78115;
    font-weight: 400;
    font-family: "Poppins";
    margin: 8px 0 22px;
    display: inline-block;
}

.blog-details-comment-content p {
    font-size: 16px;
    line-height: 28px;
    color: #555555;
    font-weight: 400;
    font-family: "Poppins";
    width: 92%;
}

.blog-details-comment.up {
    margin-top: 65px;
}

.submit-button button i {
    font-size: 14px;
}

.contact-text h3 {
    font-size: 25px;
    color: #222222;
    font-weight: 600;
    font-family: "Poppins";
}

.contact-text {
    margin: 58px 0 -12px;
}

.submit-button.upper button {
    color: #ffff;
    background: #F78115;
    display: inline-block;
    padding: 14px 30px;
    font-size: 16px;
    border: none;
    font-weight: 400;
}

.widget_search {
    background-color: #f8f8f8;
    padding: 45px 35px;
    position: relative;
    z-index: 1;
    margin-bottom: 30px;
    border-radius: 5px;
    box-shadow: 0px 10px 57px rgba(7,76,190,0.05);
}

.widget_search form input {
    display: inline-block;
    padding: 15px 102px 15px 20px;
    background: #ffff;
    border: none;
}

.widget_search form i {
    font-size: 18px;
    color: #ffffff;
    position: absolute;
    right: 57px;
    top: 45px;
    background-color: #F78115;
    padding: 19px 19px;
}

form input::placeholder {
    font-size: 16px;
    color: #acacac;
    font-weight: 400;
    font-family: "Poppins";
    display: inline-block;
}

.widget-sidebar-box {
    background-color: #f8f8f8;
    padding: 35px 0 32px 30px;
}

.sidebar-title {
    font-size: 18px;
    color: #222222;
    font-weight: 500;
    font-family: "Poppins";
    padding-bottom: 28px;
}

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

ul.sidebar-menu li a {
    display: inline-block;
    transition: .5s;
    font-size: 16px;
    color: #555555;
    font-weight: 400;
    font-family: "Poppins";
    padding-bottom: 10px;
}

ul.sidebar-menu li a i {
    color: #555555;
    font-size: 16px;
    display: inline-block;
    transition: .5s;
}

ul.sidebar-menu li a:hover{
    color: #F78115;
}

ul.sidebar-menu li a:hover i{
    color: #F78115;
}

.widget-sidebar-box.up {
    background-color: #f8f8f8;
    margin-top: 30px;
    padding: 30px 30px 0px;
    display: inline-block;
}

.rpost-title {
    padding-left: 20px;
}

.rpost-title a {
    font-size: 18px;
    line-height: 27px;
    color: #222222;
    font-weight: 500;
    font-family: "Poppins";
    display: inline-block;
    width: 75%;
    transition: .5s;
}

.rpost-title a:hover {
    color: #F78115;
}

.rpost-title span i {
    margin-right: 5px;
    color: #ffff;
    background: #F78115;
    font-size: 16px;
    height: 16px;
    line-height: 16px;
    width: 16px;
    border-radius: 50px;
    display: inline-block;
    text-align: center;
}

.rpost-title span {
    font-size: 14px;
    color: #555555;
    font-weight: 400;
    font-family: "Poppins";
    display: inline-block;
    margin-top: 8px;
}

.widget-recent-post {
    margin-bottom: 40px;
}

.widget-recent-post.up{
    position: relative;
    z-index: 1;
}

.widget-recent-post.up:before {
    position: absolute;
    content: "";
    left: 0;
    bottom: -12px;
    width: 100%;
    height: 1px;
    background: #ddd;
}

.widget-sidebar-box.upper {
    margin-top: 30px;
}

.tag-item ul {
    list-style: none;
}

.tag-item ul li {
    display: inline-block;
}

.tag-item ul li a {
    display: inline-block;
    font-size: 15px;
    color: #555555;
    font-weight: 400;
    font-family: "Poppins";
    background: #F78115;
    padding: 5px 20px;
    margin: 0 5px 10px;
    transition: .5s;
    position: relative;
    z-index: 1;
}

 
.tag-item ul li a:before {
    position: absolute;
    content: "";
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    background: #fff;
    z-index: -1;
    transition: .5s;
  }

  .tag-item ul li a:hover::before{
    transform: rotateX(90deg);
  }

  .tag-item ul li a:after {
    position: absolute;
    content: "";
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    background: #fff;
    z-index: -1;
    transition: .5s;
  }

  .tag-item ul li a:hover::after{
    transform: rotateY(90deg);
  }

  .tag-item ul li a:hover{
    color: #fff;
  }

/*
<!-- =========================================== -->
<!-- End  blog details Section  -->
<!-- ========================================== -->*/




/*
<!-- =========================================== -->
 <!-- Start  event-details Section  -->
<!-- ========================================== -->*/

.event-details-section {
    padding: 120px 0;
}

.event-details-thumb{
    position: relative;
    z-index: 1;
    overflow: hidden;
}

.event-details-thumb img {
    transition: .5s;
    width: 100%;
}

.event-details-thumb img:hover{
    transform: scale(1.1);
}

.event-details-content a {
    font-size: 32px;
    color: #222222;
    font-weight: 600;
    font-family: "Poppins";
    margin: 35px 0 32px;
    display: inline-block;
}

.event-details-content p {
    font-size: 16px;
    line-height: 28px;
    color: #555555;
    font-weight: 400;
    font-family: "Poppins";
}

p.event-details {
    font-size: 16px;
    line-height: 28px;
    color: #222222;
    font-weight: 500;
    font-family: "Poppins";
    margin-top: 35px;
}

.event-details-text h4 {
    font-size: 24px;
    color: #222222;
    font-weight: 600;
    font-family: "Poppins";
    margin: 56px 0 25px;
}

.event-details-text p {
    font-size: 16px;
    line-height: 28px;
    color: #555555;
    font-weight: 400;
    font-family: "Poppins";
}

.event-details-list {
    margin: 30px 0 48px;
}

.event-details-list ul {
    list-style: none;
}

.event-details-list ul li {
    padding-bottom: 10px;
}

.event-details-list ul li i {
    margin-right: 10px;
    color: #ffff;
    background: #F78115;
    font-size: 18px;
    height: 18px;
    line-height: 18px;
    width: 18px;
    border-radius: 50px;
    display: inline-block;
    text-align: center;
}

.event-details-list ul li span {
    font-size: 16px;
    color: #222222;
    font-weight: 500;
    font-family: "Poppins";
}

.event-details-content h3 {
    font-size: 24px;
    color: #222222;
    font-weight: 600;
    font-family: "Poppins";
    margin-bottom: 40px;
}

.team-box {
    background-color: #f8f8f8;
    text-align: center;
    padding: 40px 0 15px;
    margin-bottom: 30px;
}

.team-title h4 {
    font-size: 21px;
    color: #222222;
    font-weight: 500;
    font-family: "Poppins";
    text-align: center;
    margin: 26px 0 5px;
    transition: .5s;
}

.team-title h4:hover{
    color: #F78115;
}

.team-title p {
    font-size: 16px;
    color: #555555;
    font-weight: 400;
    font-family: "Poppins";
    text-align: center;
}

.social-information-box {
    background-color: #f8f8f8;
    padding: 35px 0 52px 30px;
}

.social-info {
    margin-bottom: 28px;
}

.social-info h4 {
    font-size: 18px;
    color: #222222;
    font-weight: 500;
    font-family: "Poppins";
    margin-bottom: 4px;
}

.social-info p {
    font-size: 16px;
    color: #555555;
    font-weight: 400;
    font-family: "Poppins";
}

.social-icon {
    padding-top: 5px;
}

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

.social-icon ul li {
    display: inline-block;
    padding-right: 10px;
}

.social-icon ul li a {
    display: inline-block;
    transition: .5s;
    width: 30px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    color:#F78115;
    background: #ffffff;
    font-size: 16px;
    position: relative;
    z-index: 1;
}

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

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

.social-icon ul li a:hover {
    color: #fff;
}

.event-sidebar-box {
    background-color: #f8f8f8;
    padding: 35px 30px 35px;
    margin: 30px 0 30px;
}

.event-sidebar-post {
    margin-bottom: 28px;
}

.event-sidebar-thumb{
    position: relative;
    z-index: 1;
}

.event-sidebar-thumb img {
    margin-right: 20px;
    transition: .5s;
}

.event-sidebar-thumb img:hover{
    transform: scale(1.1);
}

h4.event-sidebar-title {
    font-size: 18px;
    color: #222222;
    font-weight: 500;
    font-family: "Poppins";
    margin-bottom: 40px;
}

.event-sidebar-title a {
    font-size: 16px;
    line-height: 26px;
    color: #222222;
    font-weight: 500;
    font-family: "Poppins";
    display: inline-block;
    margin-bottom: 7px;
    transition: .5s;
}

.event-sidebar-title a:hover{
    color: #F78115;
}

.event-sidebar-title p {
    font-size: 14px;
    color: #555555;
    font-weight: 400;
    font-family: "Poppins";
    margin: 0;
    line-height: 20px;
}

.event-button a {
    display: inline-block;
    font-size: 16px;
    color: #F78115;
    font-weight: 500;
    font-family: "Poppins";
    transition: .5s;
}

.event-button a:hover{
    color: #000;
}

.photo-widget-sidebar-box {
    background-color: #f8f8f8;
    padding: 35px 30px 30px;
}

.widget-sidebar-text h4 {
    font-size: 18px;
    color: #222222;
    font-weight: 500;
    font-family: "Poppins";
    margin-bottom: 35px;
}

.photo-thumb{
    position: relative;
    z-index: 1;
    overflow: hidden;
}

.photo-thumb img {
    width: 100%;
    margin-bottom: 20px;
    transition: .5s;
}

.photo-thumb img:hover{
    transform: scale(1.1);
}

/*
<!-- =========================================== -->
 <!-- End  event-details Section  -->
<!-- ========================================== -->*/





/*
<!-- =========================================== -->
<!-- Start  services-details Section  -->
<!-- ========================================== -->*/

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

.service-details-thumb {
    position: relative;
    z-index: 1;
    overflow: hidden;
}

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

.service-details-thumb img:hover {
    transform: scale(1.1);
}

.service-details-content a {
    font-size: 32px;
    color: #222222;
    font-weight: 600;
    font-family: "Poppins";
    margin: 35px 0 32px;
    display: inline-block;
}

.service-details-content p {
    font-size: 16px;
    line-height: 28px;
    color: #555555;
    font-weight: 400;
    font-family: "Poppins";
    width: 100%;
}

p.service-details {
    font-size: 16px;
    line-height: 28px;
    color: #222222;
    font-weight: 500;
    font-family: "Poppins";
    margin-top: 35px;
}

.service-details-text h4 {
    font-size: 24px;
    color: #222222;
    font-weight: 600;
    font-family: "Poppins";
    margin: 56px 0 27px;
}

.service-details-text p {
    font-size: 16px;
    line-height: 28px;
    color: #555555;
    font-weight: 400;
    font-family: "Poppins";
    width: 100%;
}

.row.service {
    margin-top: 45px;
}

.single-service-details-box {
    background-color: #f8f8f8;
    text-align: center;
    padding: 40px 0 15px;
    margin-bottom: 30px;
}

.service-details-content h4 {
    font-size: 22px;
    color: #222222;
    font-weight: 600;
    font-family: "Poppins";
    margin: 25px 0 13px;
    transition: .5s;
}

.service-details-content h4:hover {
    color: #F78115;
}

.service-details-content p {
    font-size: 16px;
    line-height: 27px;
    color: #555555;
    font-weight: 400;
    font-family: "Poppins";
}

.widget-sidebar-box {
    background-color: #f8f8f8;
    padding: 35px 0 32px 30px;
    margin-bottom: 30px;
}

.sidebar-text {
    font-size: 18px;
    color: #222222;
    font-weight: 500;
    font-family: "Poppins";
    padding-bottom: 22px;
}

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

ul.widgetsidebar-menu li a {
    display: inline-block;
    transition: .5s;
    font-size: 16px;
    color: #555555;
    font-weight: 400;
    font-family: "Poppins";
    padding-bottom: 25px;
    position: relative;
}

ul.widgetsidebar-menu li a:before {
    position: absolute;
    content: "";
    left: 0;
    bottom: 12px;
    width: 330px;
    height: 1px;
    background: #ddd;
}

ul.widgetsidebar-menu li a:hover{
    color: #F78115;
}

ul.widgetsidebar-menu li a i {
    color: #555555;
    font-size: 16px;
    display: inline-block;
    transition: .5s;
}

ul.widgetsidebar-menu li a:hover i{
    color: #F78115;
}

.widget-Company-update-box {
    background-color: #f8f8f8;
    padding: 50px 47px 50px 30px;
    margin-bottom: 30px;
}

.widget-company-content a {
    font-size: 18px;
    line-height: 28px;
    color: #222222;
    font-weight: 500;
    font-family: "Poppins";
    display: inline-block;
    margin: 20px 0 12px;
}

.download-button a {
    font-size: 15px;
    font-weight: 600;
    font-family: "Poppins";
    background: #f0f0f0;
    display: inline-block;
    color: #ffff;
    padding: 5px 20px;
    margin: 0;
    position: relative;
    z-index: 1;
    transition: .5s;
}

.download-button a:before {
    position: absolute;
    content: "";
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    background: #F78115;
    z-index: -1;
    transition: .5s;
  }

  .download-button a:hover::before{
    transform: rotateX(90deg);
  }

  .download-button a:after {
    position: absolute;
    content: "";
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    background: #F78115;
    z-index: -1;
    transition: .5s;
  }

  .download-button a:hover::after{
    transform: rotateY(90deg);
  }

  .download-button a:hover{
    color: #F78115;
  }

  .widget-address-box {
    background-color: #f8f8f8;
    padding: 35px 52px 40px 30px;
    margin-bottom: 30px;
}

.widget-address-content h5 {
    font-size: 18px;
    color: #222222;
    font-weight: 500;
    font-family: "Poppins";
}

.widget-address-content p {
    font-size: 16px;
    line-height: 28px;
    color: #555555;
    font-weight: 400;
    font-family: "Poppins";
    margin: 20px 0 18px;
}

p.phone {
    font-size: 16px;
    color: #222222;
    font-weight: 500;
    font-family: "Poppins";
    margin: 0;
}

p.phone span {
    color: #7a7777;
}

/*
<!-- =========================================== -->
<!-- End  services-details Section  -->
<!-- ========================================== -->*/







/*
<!-- =========================================== -->
<!-- Start  services-details Section  -->
<!-- ========================================== -->*/

.portfolio-details-section {
    padding: 120px 0 100px;
}

.portfolio-details-thumb {
    position: relative;
    z-index: 1;
    overflow: hidden;
}

.portfolio-details-thumb img {
    transition: .5s;
    width: 100%;
}

.portfolio-details-thumb img:hover {
    transform: scale(1.1);
}

.portfolio-details-content a {
    font-size: 32px;
    color: #222222;
    font-weight: 600;
    font-family: "Poppins";
    margin: 72px 0 25px;
    display: inline-block;
}

.portfolio-details-content p {
    font-size: 16px;
    line-height: 27px;
    color: #555555;
    font-weight: 400;
    font-family: "Poppins";
    width: 100%;
}

p.portfolio-details {
    font-size: 16px;
    line-height: 27px;
    color: #555555;
    font-weight: 400;
    font-family: "Poppins";
    margin-top: 30px;
    width: 100%;
}

.portfolio-category-box {
    background-color: #f8f8f8;
    padding: 26px 0 40px 30px;
    margin-bottom: 30px;
}

.portfolio-category h4 {
    font-size: 18px;
    color: #222222;
    font-weight: 500;
    font-family: "Poppins";
}

.portfolio-category p {
    font-size: 16px;
    color: #555555;
    font-weight: 400;
    font-family: "Poppins";
    margin-top: 5px;
}

.portfolio-social-info {
    margin-bottom: 28px;
}

.portfolio-social-info h4 {
    font-size: 18px;
    color: #222222;
    font-weight: 500;
    font-family: "Poppins";
}

.portfolio-social-info p {
    font-size: 16px;
    color: #555555;
    font-weight: 400;
    font-family: "Poppins";
    margin-top: 7px;
}

.social-text {
    margin: -17px 0 22px;
}

.social-text h4 {
    font-size: 18px;
    color: #222222;
    font-weight: 500;
    font-family: "Poppins";
}

.widget-portfolio-address-box {
    background-color: #f8f8f8;
    padding: 35px 52px 15px 30px;
    margin-bottom: 30px;
}

.widget-portfolio-address-content h5 {
    font-size: 18px;
    color: #222222;
    font-weight: 500;
    font-family: "Poppins";
    margin: 0;
}

.widget-portfolio-address-content p {
    font-size: 16px;
    line-height: 28px;
    color: #555555;
    font-weight: 400;
    font-family: "Poppins";
    margin: 18px 0 18px;
}

.widget-address-content p {
    font-size: 16px;
    line-height: 28px;
    color: #555555;
    font-weight: 500;
    font-family: "Poppins";
    margin: 20px 0 18px;
}

p.phone-number {
    color: #7a7777;
}

p.phone.up {
    margin-top: -18px;
}

/*
<!-- =========================================== -->
<!-- End  services-details Section  -->
<!-- ========================================== -->*/






/*
<!-- =========================================== -->
<!-- Start  department-details Section  -->
<!-- ========================================== -->*/

.department-details-section {
    padding: 120px 0px 40px;
}

.governor-item--hidden {
    display: none !important;
}

.row.department {
    margin: 55px 0 0;
}

.department-details-thumb {
    position: relative;
    z-index: 1;
    overflow: hidden;
}

.department-details-thumb img {
    transition: .5s;
    width: 100%;
}

.department-details-thumb img:hover {
    transform: scale(1.1);
}

.department-details-content a {
    font-size: 32px;
    color: #222222;
    font-weight: 600;
    font-family: "Poppins";
    margin: 35px 0 32px;
    display: inline-block;
}

.department-details-content p {
    font-size: 16px;
    line-height: 28px;
    color: #555555;
    font-weight: 500;
    font-family: "Poppins";
}

p.department-details {
    font-size: 16px;
    line-height: 28px;
    color: #222222;
    font-weight: 500;
    font-family: "Poppins";
    margin-top: 35px;
}

.department-details-title h4 {
    font-size: 24px;
    color: #222222;
    font-weight: 600;
    font-family: "Poppins";
    margin: 0 0 25px;
}

.department-details-title p {
    font-size: 18px;
    line-height: 28px;
    color: #F78115;
    font-weight: 500;
    font-family: "Poppins";
}

.department-details-list {
    margin: 30px 0 48px;
}

.department-details-list ul {
    list-style: none;
}

.department-details-list ul li {
    padding-bottom: 10px;
}

.department-details-list ul li i {
    margin-right: 10px;
    color: #ffff;
    background: #F78115;
    font-size: 18px;
    height: 18px;
    line-height: 18px;
    width: 18px;
    border-radius: 50px;
    display: inline-block;
    text-align: center;
}

.department-details-list ul li span {
    font-size: 16px;
    color:  #555555;
    font-weight: 400;
    font-family: "Poppins";
}

.department-thumb {
    position: relative;
    z-index: 1;
    overflow: hidden;
}

.department-thumb img {
    transition: .5s;
    width: 100%;
}

.department-thumb img:hover {
    transform: scale(1.1);
}

/*--faq--*/
.faq-content h3 {
    font-size: 24px;
    color: #222222;
    font-weight: 600;
    font-family: "Poppins";
    margin: 0;
}

.faq-content p {
    font-size: 16px;
    line-height: 28px;
    color: rgb(85, 85, 85);
    font-weight: 400;
    font-family: Poppins;
    width: 95%;
    margin: 25px 0 0;
}

ul.accordion {
    padding: 40px 10px 60px;
    border-radius: 10px;
}

.faqs-section .section-title {
    padding: 0 0 60px;
}

p.center {
    width: 65%;
    margin: auto;
    padding: 26px 0 0;
}

.accordion li {
    list-style: none;
    padding: 2px 0px 20px;
}

.accordion li a {
    position: relative;
    width: 100%;
    display: block;
    cursor: pointer;
    padding: 14px 20px 14px 30px;
    z-index: 1;
    background: #F78115;
    font-size: 17px;
    line-height: 27px;
    color: #ffffff !important;
    font-weight: 500;
    font-family: "Poppins";
}

.accordion li p {
    display: none;
    padding: 25px 20px 25px 30px;
    margin: 0;
    backdrop-filter: blur(1.9px);
    overflow: hidden;
    border-radius: 0 0 5px 5px;
    font-size: 17px;
    color: #525252;
    font-weight: 400;
}

/* Only legacy FAQ markup (ul.accordion); do not target Bootstrap 5 div.accordion links (e.g. Q&A PDFs) */
ul.accordion a:before {
    width: 2px;
    height: 15px;
    background: #ffff;
    position: absolute;
    right: 32px;
    content: " ";
    top: 22px;
    transform: rotate(0deg);
    transition: all 0.2s ease-in-out;
}

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

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

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

/*
<!-- =========================================== -->
<!-- End  services-details Section  -->
<!-- ========================================== -->*/






/*
<!-- =========================================== -->
<!-- Start  causes Section  -->
<!-- ========================================== -->*/

.causes-section {
    padding: 120px 0 90px;
    background: #f8f8f8;
}

.single-causes-box {
    background: #fff;
    margin-bottom: 30px;
}

.causes-thumb {
    position: relative;
    z-index: 1;
    overflow: hidden;
}

.causes-thumb img {
    transition: .5s;
}

.causes-thumb img:hover {
    transform: scale(1.1);
}

.causes-icon {
    position: absolute;
    right: 65px;
    top: 32px;
}

.causes-icon1 {
    position: absolute;
    right: 30px;
    top: 32px;
}

.causes-content {
    padding: 26px 20px 30px;
}

.causes-content a {
    display: inline-block;
    font-size: 20px;
    color: #222222;
    font-weight: 600;
    transition: .5s;
}

.causes-content a:hover{
    color: #F78115;
}

.causes-content p {
    font-size: 16px;
    line-height: 27px;
    color: #555555;
    font-weight: 400;
    margin: 8px 0 28px;
}

.causes-prich{}

.causes-prich ul{
    list-style: none;
}

.causes-prich ul li {
    display: inline-block;
    color: #222222;
}

li.upper {
    margin-right: 38px;
}

.causes-prich ul li span {
    display: inline-block;
    font-size: 15px;
    color: #767171;
    font-weight: 500;
}

.barfiller {
    width: 100%;
    height: 5px;
    position: relative;
    margin-bottom: 23px;
    margin-top: 12px;
    background-color: #ededed;
}

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

.barfiller .tip {
    background: #F78115;
    border-radius: 30px;
    font-size: 12px;
    left: 0px;
    position: absolute;
    z-index: 2;
    top: -10px;
    font-weight: 700;
    color: #ffff;
}


span.fill {
    background: #F78115 !important;
    border-radius: 5px;
}

.causes-button a {
    margin-top: 22px;
    display: inline-block;
    font-size: 14px;
    color: #ffffff;
    font-weight: 400;
    background-color: #222222;
    padding: 7px 18px;
    transition: .5s;
    position: relative;
    z-index: 1;
}

.causes-button a:before {
    position: absolute;
    content: "";
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    background: #F78115;
    z-index: -1;
    transition: .5s;
  }

  .causes-button a:hover::before{
    transform: rotateX(90deg);
  }

  .causes-button a:after {
    position: absolute;
    content: "";
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    background: #F78115;
    z-index: -1;
    transition: .5s;
  }

  .causes-button a:hover::after{
    transform: rotateY(90deg);
  }

/*
<!-- =========================================== -->
<!-- End  causes Section  -->
<!-- ========================================== -->*/





/*
<!-- =========================================== -->
<!-- Start  causes-details Section  -->
<!-- ========================================== -->*/

.causes-details-section {
    padding: 120px 0px;
}

.causes-details-thumb {
    position: relative;
    z-index: 1;
    overflow: hidden;
}

.causes-details-thumb img {
    transition: .5s;
    width: 100%;
}

.causes-details-thumb img:hover {
    transform: scale(1.1);
}

.causes-details-content a {
    font-size: 32px;
    color: #222222;
    font-weight: 600;
    font-family: "Poppins";
    margin: 35px 0 32px;
    display: inline-block;
}

.causes-details-content p {
    font-size: 16px;
    line-height: 28px;
    color: #555555;
    font-weight: 500;
    font-family: "Poppins";
}

.causes-details-content p {
    font-size: 16px;
    line-height: 28px;
    color: #555555;
    font-weight: 500;
    font-family: "Poppins";
}

.causes-details-list {
    margin: 54px 0px 15px;
}

.causes-details-list ul {
    list-style: none;
}

.causes-details-list ul li {
    padding-bottom: 10px;
}

.causes-details-list ul li i {
    margin-right: 10px;
    color: #ffff;
    background: #F78115;
    font-size: 18px;
    height: 18px;
    line-height: 18px;
    width: 18px;
    border-radius: 50px;
    display: inline-block;
    text-align: center;
}

.causes-details-list ul li span {
    font-size: 16px;
    line-height: 27px;
    color: #222222;
    font-weight: 500;
    display: inline-block;
}

.causes-disc p {
    font-size: 16px;
    line-height: 27px;
    color: #555555;
    font-weight: 400;
}

.causes-details-button {
    margin-top: 42px;
}

.causes-details-button a {
    padding: 15px 34px;
    display: inline-block;
    position: relative;
    z-index: 1;
    transition: all 0.5s ease 0s;
    font-size: 16px;
    color: rgb(255, 255, 255);
    font-weight: 400;
    font-family: Poppins;
    background-color: rgb(34, 34, 34);
}

.causes-details-button a i {
    padding-left: 3px;
    font-size: 14px;
}

.causes-details-button a:before {
    position: absolute;
    content: "";
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    background: #F78115;
    z-index: -1;
    transition: .5s;
  }

  .causes-details-button a:hover::before{
    transform: rotateX(90deg);
  }

  .causes-details-button a:after {
    position: absolute;
    content: "";
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    background: #F78115;
    z-index: -1;
    transition: .5s;
  }

  .causes-details-button a:hover::after{
    transform: rotateY(90deg);
  }

.causes-details-sidebar-box {
    background-color: #f8f8f8;
    padding: 35px 30px 35px;
    margin: 30px 0 30px;
}

.causes-details-sidebar-post.causes {
    position: relative;
    z-index: 1;
}

.causes-details-sidebar-post.causes:before {
    position: absolute;
    content: "";
    left: 0;
    top: 120px;
    width: 100%;
    height: 1px;
    background: #ddd;
}

h4.causes-details-sidebar-title {
    font-size: 18px;
    color: #222222;
    font-weight: 500;
    font-family: "Poppins";
    margin-bottom: 40px;
}

.causes-details-sidebar-post {
    margin-bottom: 35px;
}

.causes-details-sidebar-thumb img {
    margin-right: 20px;
}

.causes-details-sidebar-title a {
    font-size: 18px;
    line-height: 27px;
    color: #222222;
    font-weight: 500;
    display: inline-block;
    margin-bottom: 2px;
}

.causes-details-sidebar-title p {
    font-size: 12px;
    line-height: 27px;
    color: #555555;
    font-weight: 400;
    margin-bottom: 14px;
}

.Project-button a {
    padding: 2px 15px;
    display: inline-block;
    position: relative;
    z-index: 1;
    transition: all 0.5s ease 0s;
    font-size: 14px;
    color: #ffff;
    font-weight: 400;
    background-color: rgb(34, 34, 34);
}

.Project-button a:before {
    position: absolute;
    content: "";
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    background: #F78115;
    z-index: -1;
    transition: .5s;
  }

  .Project-button a:hover::before{
    transform: rotateX(90deg);
  }

  .Project-button a:after {
    position: absolute;
    content: "";
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    background: #F78115;
    z-index: -1;
    transition: .5s;
  }

  .Project-button a:hover::after{
    transform: rotateY(90deg);
  }

  .causes-button2 a {
    display: inline-block;
    font-size: 16px;
    color: rgb(4, 190, 190);
    font-weight: 500;
    font-family: Poppins;
    transition: all 0.5s ease 0s;
}

.causes-button2 a:hover {
    color: #000;
}

  /*Price Range
===========================*/

.wrapper-box {
    margin-top: 35px;
}

.categories-title.upp p {
    font-size: 16px;
    line-height: 27px;
    color: #555555;
    font-weight: 400;
    margin-bottom: 30px;
}


.slider-labels {
    margin-top: 25px;
}

.text-right.caption {
    display: inline-block;
    float: right;
}

.caption {
    display: inline-block;
}

span#slider-range-value1, span#slider-range-value2 {
    color: #101010;
    font-size: 15px;
    position: relative;
    z-index: 1;
}

span#slider-range-value1:before {
    position: absolute;
    content: "Raised";
    left: 45px;
    top: -2px;
    font-size: 15px;
    color: #7e7676;
    font-weight: 500;
}

span#slider-range-value2 {
    position: relative;
    z-index: 0;
    left: -35px;
}

span#slider-range-value2::before {
    position: absolute;
    content: "Goal";
    left: 52px;
    top: -2px;
    font-size: 15px;
    color: #7e7676;
    font-weight: 500;
}

.text-right.caption span {
    color: #101010;
}

.noUi-target {
  position: relative;
  direction: ltr;
}

.noUi-base {
  width: 100%;
  height: 100%;
  position: relative;
  z-index: 1;
}

.noUi-origin {
  position: absolute;
  right: 0;
  top: 0;
  left: 0;
  bottom: 0;
}

.noUi-handle {
  position: relative;
  z-index: 1;
}

.noUi-stacking .noUi-handle {
  z-index: 10;
}

.noUi-state-tap .noUi-origin {
  -webkit-transition: left 0.3s, top 0.3s;
  transition: left 0.3s, top 0.3s;
}

.noUi-state-drag * {
  cursor: inherit !important;
}

/* Painting and performance;
 */

.noUi-base,
.noUi-handle {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

/* Slider size and handle placement;
 */

.noUi-horizontal {
  height: 3px;
}

.noUi-horizontal .noUi-handle {
    width: 25px;
    height: 25px;
    border-radius: 50%;
    left: -10px;
    top: -11px;
    background-color: #F78115;
    border: 3px solid #ffff;
}

.noUi-background {
  background: #ececec;
}

.noUi-connect {
  background: #F78115;
  -webkit-transition: background 450ms;
  transition: background 450ms;
}

.noUi-origin {
  border-radius: 2px;
}

.noUi-target {
  border-radius: 2px;
}

/*
<!-- =========================================== -->
<!-- End  causes-details Section  -->
<!-- ========================================== -->*/





/*============================================
<!-- Loader Css (simplified & attractive) -->
==============================================*/

.loader-wrapper {
    position: fixed;
    inset: 0;
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 0.62);
    backdrop-filter: blur(8px);
    -webkit-backdrop-filter: blur(8px);
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 9999;
    transition: opacity 0.4s ease, visibility 0.4s ease;
}

.loader-visual {
    position: relative;
    width: 150px;
    height: 150px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.loader {
    width: 120px;
    height: 120px;
    border-radius: 50%;
    border: 4px solid rgba(247, 129, 21, 0.2);
    border-top-color: #F78115;
    border-right-color: #F78115;
    animation: upvp-spin 0.8s linear infinite;
    box-shadow: 0 0 0 4px rgba(247, 129, 21, 0.05);
}

.loader-logo {
    position: absolute;
    width: 100px;
    height: auto;
    display: block;
    object-fit: contain;
}

@keyframes upvp-spin {
    0%   { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}

.loader-wrapper .loder-section {
    display: none; /* hide legacy side panels for cleaner look */
}

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

/*
<!-- ============================================================== -->
<!--Scrollup Button Section -->
<!-- ============================================================== -->*/

/*------back-to-top------------*/

.prgoress_indicator {
    position: fixed;
    right: 50px;
    bottom: 20px;
    height: 46px;
    width: 46px;
    cursor: pointer;
    display: block;
    border-radius: 50px;
    box-shadow: inset 0 0 0 2px rgba(187, 247, 55, 0.2);
    z-index: 10000;
    opacity: 0;
    visibility: hidden;
    transform: translateY(15px);
    transform: translateY(15px) !important;
    transition: all 200ms linear !important;
}

.prgoress_indicator.active-progress {
  opacity: 1;
  visibility: visible;
  transform: translateY(0) !important;
}

.prgoress_indicator::after {
    position: absolute;
    content: "\f106";
    font-family: "Font Awesome 5 Free";
    text-align: center;
    line-height: 46px;
    font-size: 18px;
    color: #F78115;
    left: 0;
    top: 0;
    height: 46px;
    width: 46px;
    cursor: pointer;
    display: block;
    font-weight: 900;
    z-index: 1;
    transition: all 200ms linear !important;
}

.prgoress_indicator::before {
  position: absolute;
  content: "\f106";
  font-family: "Font Awesome 5 Free";
  text-align: center;
  line-height: 46px;
  font-size: 18px;
  font-weight: 900;
  opacity: 0;
  -webkit-background-clip: text;
          background-clip: text;
  -webkit-text-fill-color: transparent;
  left: 0;
  top: 0;
  height: 46px;
  width: 46px;
  cursor: pointer;
  display: block;
  z-index: 2;
  transition: all 200ms linear !important;
}

.prgoress_indicator:hover ::after {
  color: #F78115;
}

.prgoress_indicator:hover ::before {
  opacity: 1;
}

.prgoress_indicator svg path {
  fill: none;
}

.prgoress_indicator svg.progress-circle path {
    stroke: #F78115;
    stroke-width: 4;
    box-sizing: border-box;
    transition: all 200ms linear !important;
}

/*==========================================
    purify Search Popup Css
=========================================*/

.search-popup {
    position: fixed;
    left: 0;
    top: 0;
    height: 100vh;
    width: 100%;
    z-index: 99999;
    margin-top: -540px;
    transform: translateY(-100%);
    background-color: rgba(0,0,0,0.90);
    -webkit-transition: all 500ms cubic-bezier(0.860, 0.000, 0.070, 1.000);
    -moz-transition: all 500ms cubic-bezier(0.860, 0.000, 0.070, 1.000);
    -o-transition: all 500ms cubic-bezier(0.860, 0.000, 0.070, 1.000);
    transition: all 1500ms cubic-bezier(0.860, 0.000, 0.070, 1.000);
    -webkit-transition-timing-function: cubic-bezier(0.860, 0.000, 0.070, 1.000);
    -moz-transition-timing-function: cubic-bezier(0.860, 0.000, 0.070, 1.000);
    -o-transition-timing-function: cubic-bezier(0.860, 0.000, 0.070, 1.000);
    transition-timing-function: cubic-bezier(0.860, 0.000, 0.070, 1.000);
    opacity: 0.900;
}

.search-popup{
    width: 100%;
}

.search-active .search-popup{
    transform: translateY(0%);
    margin-top: 0;
}

.search-popup .close-search {
    position: absolute;
    left: 0;
    right: 0;
    top: 75%;
    margin: 0 auto;
    margin-top: -200px;
    border-radius: 50%;
    text-align: center;
    background: #F78115;
    width: 70px;
    cursor: pointer;
    box-shadow: 0 0 10px rgba(0,0,0,0.05);
    border-bottom: 3px solid #ffffff;
    -webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
    opacity: 0;
    visibility: hidden;
    height: 70px;
    line-height: 70px;
    text-align: center;
}

.search-popup .close-search i{
    position: relative;
    font-size: 30px;
    color: #ffffff;
}

.search-active .search-popup .close-search{
    visibility: visible;
    opacity: 1;
    top: 50%;
    -webkit-transition-delay: 1500ms;
    -moz-transition-delay: 1500ms;
    -ms-transition-delay: 1500ms;
    -o-transition-delay: 1500ms;
    transition-delay: 1500ms;
}

.search-popup form{
    position: absolute;
    max-width: 700px;
    top: 50%;
    left: 15px;
    right: 15px;
    margin:-35px auto 0;
    transform: scaleX(0);
    transform-origin: center;
    background-color: #111111;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}

.search-active .search-popup form{
    transform: scaleX(1);
    -webkit-transition-delay: 1200ms;
    -moz-transition-delay: 1200ms;
    -ms-transition-delay: 1200ms;
    -o-transition-delay: 1200ms;
    transition-delay: 1200ms;
}

.search-popup .form-group{
    position:relative;
    margin:0px; 
    overflow: hidden;
}

.search-popup .form-group input[type="text"],
.search-popup .form-group input[type="search"]{
    position:relative;
    display:block;
    font-size:18px;
    line-height: 50px;
    color:#000000;
    height:70px;
    width:100%;
    padding: 10px 30px;
    background-color: #ffffff;
    -webkit-transition:all 500ms ease;
    -moz-transition:all 500ms ease;
    -ms-transition:all 500ms ease;
    -o-transition:all 500ms ease;
    transition:all 500ms ease;
    font-weight:500;
    text-transform:capitalize;
}

.search-popup .form-group input[type="submit"], .search-popup .form-group button {
    position: absolute;
    right: 30px;
    top: 0px;
    height: 70px;
    line-height: 70px;
    background: transparent;
    text-align: center;
    font-size: 24px;
    color: #000000;
    padding: 0;
    cursor: pointer;
    -webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
    border: none;
}

.search-popup .form-group input[type="submit"]:hover,
.search-popup .form-group button:hover{
    color: #000000;
}

.search-popup input::placeholder,
.search-popup textarea::placeholder{
    color:#000000;
}

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

.search-popup .close-search.style-two i{
    font-size:20px;
    color:#ffffff;
}

.search-box-btn.search-box-outer i {
    font-size: 20px;
    display: inline-block;
    color: #222222;
    cursor: pointer;
}

.sticky .search-box-btn.search-box-outer i {
    color: #222222;
}


/*---------curser----------*/
/*.curser {
    position: fixed;
    mix-blend-mode: difference;
    top: 0;
    left: 0;
    width: 35px;
    height: 35px;
    border: 1px solid #F78115;
    border-radius: 50%;
    pointer-events: none;
    transform: translate(-50%, -50%);
    z-index: 9999;
    transition: .1s;
}

.curser2 {
    position: fixed;
    mix-blend-mode: difference;
    top: 0;
    left: 0;
    width: 5px;
    height: 5px;
    background:  #F78115;
    border-radius: 50%;
    pointer-events: none;
    transform: translate(-50%, -50%);
    z-index: 9999;
    transition: .15s;
    animation: Ripple 1.6s ease-in-out infinite;
    -webkit-animation: Ripple 1.6s ease-in-out infinite;
    -moz-animation: Ripple 1.6s ease-in-out infinite;
}



*/

/* Override template font stacks: use Open Sans for all text elements, but
   do not change icon fonts (Font Awesome, Bootstrap Icons, Flaticon, etc.) */
body,
body *:not(i):not(.fa):not(.fas):not(.far):not(.fal):not(.fab):not(.bi):not([class^="flaticon-"]):not([class*=" flaticon-"]) {
    font-family: 'Open Sans', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif !important;
}

/* =============================================================================
   Questions & Answers page (.qa-page): map Bootstrap primary/outline/badges/accordion
   to site brand orange (#F78115) used across style.css (headers, FAQ bars, hovers).
   ============================================================================= */
.qa-page .btn-primary {
    background-color: #F78115;
    border-color: #F78115;
    color: #fff;
}
.qa-page .btn-primary:hover,
.qa-page .btn-primary:focus {
    background-color: #e06a00;
    border-color: #e06a00;
    color: #fff;
}
.qa-page .btn-outline-primary {
    color: #F78115;
    border-color: #F78115;
    background-color: #fff;
}
.qa-page .btn-outline-primary:hover,
.qa-page .btn-outline-primary:focus {
    background-color: #F78115;
    border-color: #F78115;
    color: #fff;
}
.qa-page .text-primary {
    color: #F78115 !important;
}
.qa-page .border-primary {
    border-color: #F78115 !important;
}
.qa-page .badge.bg-primary {
    background-color: #F78115 !important;
}
.qa-page .accordion-button:not(.collapsed) {
    background-color: #F78115;
    color: #fff;
    box-shadow: none;
}
.qa-page .accordion-button:not(.collapsed)::after {
    filter: brightness(0) invert(1);
}
.qa-page .accordion-button:not(.collapsed) .text-dark,
.qa-page .accordion-button:not(.collapsed) .text-body-secondary,
.qa-page .accordion-button:not(.collapsed) .fw-semibold {
    color: #fff !important;
}
.qa-page .accordion-button:not(.collapsed) .link-primary {
    color: #fff !important;
}
.qa-page .accordion-button:not(.collapsed) .link-primary:hover {
    color: #fff !important;
    opacity: 0.88;
}
.qa-page .accordion-button:not(.collapsed) .border-light {
    border-color: rgba(255, 255, 255, 0.35) !important;
}
.qa-page .accordion-button.collapsed {
    background-color: #f8f8f8;
}
.qa-page .accordion-button:focus {
    box-shadow: 0 0 0 0.25rem rgba(247, 129, 21, 0.35);
    border-color: #F78115;
}
.qa-page .qa-filter-sidebar .select2-container--default.select2-container--focus .select2-selection--single,
.qa-page .qa-filter-sidebar .select2-container--default.select2-container--open .select2-selection--single {
    border-color: #F78115;
}
.qa-page .qa-filter-sidebar .form-select:focus,
.qa-page .qa-filter-sidebar .form-control:focus {
    border-color: #F78115;
    box-shadow: 0 0 0 0.2rem rgba(247, 129, 21, 0.2);
}
.qa-filter-sidebar .select2-container {
    width: 100% !important;
    display: block;
}
/* Select2 dropdown is appended inside #qa-filter-sidebar (not body) — small local z-index only */
.qa-page .qa-filter-col {
    position: relative;
    z-index: 6;
    overflow: visible;
}
.qa-page .qa-results-col {
    position: relative;
    z-index: 5;
}
.qa-page #qa-filter-sidebar .select2-container--open,
.qa-page #members-filter-sidebar .select2-container--open {
    z-index: 25 !important;
}
.qa-page #qa-filter-sidebar .select2-dropdown,
.qa-page #members-filter-sidebar .select2-dropdown {
    z-index: 26 !important;
}
.service-details-box.qa-results-wrap {
    overflow: visible;
}



.modal{
    z-index: 99999 !important;
    padding: 0 !important;
}