/*TABLE OF CONTENTS*/
/*=====================
01. dream-hub Header Top Menu Area Css
02. dream-hub Nav Menu Area Css 
03. dream-hub Slider Area Css
04. dream-hub Section Title Css
05. dream-hub Service Area css
06. dream-hub About Area Css
07. dream-hub Counter Area Css
08. dream-hub Case Study Area Css
09. dream-hub Testimonial Area Css
10. dream-hub Process Area Css
11. dream-hub Team Area Css
12. dream-hub Faq Area Css
13. dream-hub Brand Section Css
14. dream-hub Call Do Section Css
15. dream-hub Form Box Css
16. dream-hub Skill Area Css
17. dream-hub Blog Area Css
18. dream-hub footer Area Css
19. dream-hub Subscribe Area Css
20. dream-hub Lines CSS
21. dream-hub Prossess Ber Css
22. dream-hub Scrollup Section
23. dream-hub Bounce Animation Css 
24. dream-hub Animation Dance
25. dream-hub Breadcumb Area Css
26. dream-hub abouts_areas Css
27. dream-hub Feture-Area Css
28. dream-hub Pricing Section Css
29. dream-hub Web Development Section CSS
30. dream-hub Contact  US Css
31. dream-hub Blog Sidber Widget CSS
32. dream-hub Case Study Details Css
33. dream-hub Search Box Css
34. dream-hub Loader Css
=======================*/
@import url('https://fonts.googleapis.com/css2?family=Josefin+Sans:ital,wght@0,100..700;1,100..700&display=swap');


body {
  font-family: 'Josefin Sans', sans-serif !important;
}

h2{
        font-family: 'Josefin Sans', sans-serif !important;
}

.dream-hub_nav_manu {
    transition: .5s;
    z-index: 2;
    position: relative;
    padding: 0 70px 0;
    margin-bottom: -95px;
}

.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: #FFFFFF!important;
    transition: .5s !important;
    z-index: 922;
    -webkit-animation: 300ms running fadeInDown;
    animation: 500ms running fadeInUp;
    animation-name: slideInDown;
}

.sticky .dream-hub_menu>ul>li>a {
    color: #101210;
}

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

.sticky .header-button a i {
    color: #fff;
}

/* dream-hub Menu Css*/
nav.dream-hub_menu {
    text-align: center;
    position: relative;
    z-index: 1;
    margin-bottom: -3px;
    margin-left: 398px;
}

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

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

.dream-hub_menu>ul>li>a {
    display: inline-block;
    margin: 37px 17px;
    transition: .5s;
    color: #233253;
    position: relative;
    z-index: 1;
    font-size: 17px;
    font-weight: 500;
}

.dream-hub_menu>ul>li>a:hover {
    color: #c6a15f;
}

.dream-hub_menu>ul>li>a:before {
    position: absolute;
    content: "";
    bottom: 0px;
    right: 0px;
    height: 1px;
    width: 0;
    background: #c6a15f;
    transition: .5s;
}

.dream-hub_menu>ul>li>a:hover:before {
    width: 100%;
    left: 0;
}

ul.nav_scroll li.up a {
    color: #c6a15f;
}

nav.dream-hub_menu span {
    font-size: 11px;
    padding-left: 5px;
   
    opacity: .5;
}

.dream-hub_menu>ul>li>a:hover {
    color: #c6a15f;
}

/*menu button*/

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

.header-button a {
    font-size: 17px;
    padding: 14px 35px;
    font-weight: 500;
    color: #fff;
    background: #c6a15f;
    border-radius: 5px;
    display: inline-block;
    position: relative;
    z-index: 1;
    transition: .5s;
}

.header-button a:before {
    position: absolute;
    content: "";
    z-index: -1;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    border-radius: 5px;
    background: #101010;
    transform: scale(0);
    transition: .5s;
}

.header-button a i {
    padding-right: 5px;
    position: relative;
    top: 3px;
    color: #101010;
    transition: .5s;
}

.header-button a:hover:before {
    transform: scale(1);
}

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

/*Style Two Nav Menu*/

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

.style-two .dream-hub_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;
}

.bg{
      animation: pulse 1.2s ease infinite;
        background: #ff3466;
}

/*.plan-btn a{*/
/*       background: #c6a15f !important;*/
/*    border: 1px solid #c6a15f !important;*/
/*    color: #fff !important;*/
/*    padding: 7px 25px;*/
/*    display: inline-block;*/
/*    border-radius: 6px;*/
  
/*}*/

.bg,
.plan-btn {
    position: absolute;
    width: 124px;
    height: 41px;
    border-radius: 6px;
}

.plan-btn  {

  background: #ff3466;
padding:10px;
}

.plan-btn  a {
    position:absolute;
  color: #FFF;
  font-size: 17px;
}

@keyframes pulse {
  0% {
    transform: scale(1, 1);
  }
  50% {
    opacity: 0.3;
  }
  100% {
    transform: scale(1.4);
    opacity: 0;
  }
}


/*.plan-btn a:hover:before {*/
/*    transform: scale(1);*/
    
/*}*/

/*.plan-btn a:before {*/
/*    position: absolute;*/
/*    content: "";*/
/*    z-index: -1;*/
/*    left: 0;*/
/*    top: 0;*/
/*    right: 0;*/
/*    bottom: 0;*/
/*    border-radius: 5px;*/
/*    background:#151b41;*/
/*    transform: scale(0);*/
/*    transition: .5s;*/
/*}*/

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

.dream-hub_menu ul .sub-menu {
    position: absolute;
    left: 0;
    top: 130%;
    width: 217px;
    text-align: left;
    background: #fff;
    padding: 10px 0px;
    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 #c6a15f;
    opacity: 0;
}

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

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

.dream-hub_menu ul .sub-menu li a {
    display: block;
   padding: 9px 8px;
    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;
}

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

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

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

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

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

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

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

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

ul.sub-menu li a span {
    background: #c6a15f;
    padding: 5px 10px;
    color: #fff;
    opacity: 1;
 
    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 
====================*/

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


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

.dream-hub_menu li a:hover:before {
    width: 101%;
}

.dream-hub_nav_manu.sticky .logo_img {
    display: none;
}

.main_sticky {
    display: none;
}

.dream-hub_nav_manu.sticky .main_sticky {
    display: inherit;
}

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

/*
<!-- ============================================================== -->
<!-- Start dream-hub Slider Section Css -->
<!-- ============================================================== -->*/

.hero-section {
    background: url(../images/slider/bg.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    height: 1000px;
}

.hero-content h5 {
    display: inline-block;
    border-radius: 5px;
    margin-bottom: 18px;
    font-size: 15px;
    color: #c6a15f;
    font-weight: 400;
    /* font-family: "Sitka Display"; */
    font-family: 'Josefin Sans', sans-serif !important;
    position: relative;
    z-index: 1;
}

.hero-content h5:before {
    position: absolute;
    content: "";
    left: 105%;
    bottom: 6px;
    width: 63px;
    height: 1px;
    background: #c6a15f;
}

.hero-content h1 {
    font-size: 50px;
    line-height: 60px;
    color: #233253;
    font-weight: 800;
    /* font-family: "Sitka Display"; */
    font-family: 'Josefin Sans', sans-serif;
}

.hero-content p {
    margin: 5px 0 15px;
    font-size: 16px;
    line-height: 28px;
    color: #727272;
    font-weight: 400;
}
.hero-button a {
    padding: 14px 35px;
    background: #c6a15f;
    display: inline-block;
    border-radius: 5px;
    position: relative;
    z-index: 1;
    transition: .5s;
    font-size: 17px;
    line-height: 28px;
    color: #ffffff;
    font-weight: 500;
}

.hero-button a:before {
    position: absolute;
    content: "";
    z-index: -1;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    border-radius: 5px;
    background: #101210;
    transform: scale(0);
    transition: .5s;
}

.hero-button a:hover:before {
    transform: scale(1);
}

.slider-thumb img {
    width: 100%;
    height: 100%;
    border-radius: 50%;
    border: 1px dashed #233253;
    padding: 13px;
}

.slider-all-shape {
    position: relative;
    z-index: 1;
}

.slider-shape {
    position: absolute;
    top: -24rem;
    left: 44%;
    animation: movebounce1 4.00s infinite;
}

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

.slider-shape-two {
    position: absolute;
    right: -5%;
    top: -222px;
    animation: bounce1 5.4s infinite;
}

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

.slider-shape-three {
    position: absolute;
    right: 65px;
    bottom: 30rem;
    animation: movebounce 5.00s infinite;
}

@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);
    }
  }

  .slider-shape-four {
    position: absolute;
    left: 17%;
    top: -15rem;
    animation: bounce2 5.50s infinite;
}

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

/* section-title*/

.section-title {
    margin-bottom: 15px;
    margin-top:15px;
}

.section-title h5 {
    margin: 0 0 0px;
    position: relative;
    z-index: 1;
    font-size: 15px;
    font-weight: 400;
    line-height: 40px;
    color: #c6a15f;
    /* font-family: "Sitka Display"; */
    font-family: 'Josefin Sans', sans-serif;
}

.section-title h2 {
    font-size: 35px;
    color: #151a42;
    font-weight: 700;
    /* font-family: "Sitka Display"; */
    font-family: 'Josefin Sans', sans-serif;
    margin: 0;
    line-height: 45px;
}

.section-title p {
    padding-top: 10px;
    font-size: 16px;
    line-height: 28px;
    color: #727272;
}

.section-title h5:before {
    position: absolute;
    content: "";
    height: 1px;
    left: 42%;
    bottom: 17px;
    width: 40px;
    background: #c6a15f;
}

.section-title h5::after {
    position: absolute;
    content: "";
    height: 1px;
    right: 42%;
    bottom: 16px;
    width: 40px;
    background: #c6a15f;
}


/*
<!-- ============================================================== -->
<!-- End dream-hub Slider Section Css -->
<!-- ============================================================== -->*/




/*<!-- ============================================================== -->
<!-- Start dream-hub services Section Css -->
<!-- ============================================================== -->*/

.services-section {
    padding: 50px 0 50px;
      background: url(../images/slider/bg.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
}
.single-services-box {
    box-shadow: 0px 0px 24px -10px rgb(91 94 124 / 36%);
    text-align: center;
    height: 100%;
     padding: 15px 15px;
    border-radius: 5px;
    margin-bottom: 0;
    border: 1px solid #e7e7e7;
    background: #fff;
    /* border: 1px solid #8f8f8f80; */
    transition: .5s;
    /* height: 200px; */
}
.single-services-box:hover {
    transform: translateY(-15px);
}

.services-icon i {
    line-height: 75px;
    /* padding: 18px 20px 18px 20px; */
    background-image: linear-gradient(135deg, #b48e51, #151a40);
    color: #ffffff;
    border-radius: 50%;
    font-size: 36px;
    width: 80px;
    height: 80px;
}

.single-services-box.up .services-icon i {
    background-image: linear-gradient(to right, #ffc1aa , #fff) !important;
    color: #c6a15f;
}

.single-services-box.upper .services-icon i {
    background-image: linear-gradient(to right, #bbd2fc , #fff) !important;
    color: #7BA9F9;
}

.services-content h4 {
    color: #233253;
    padding-top: 12px;
    transition: .5s;
    font-size: 20px;
    line-height: 34px;
    text-transform: capitalize;
    font-weight: 600;
    /* font-family: "Sitka Display"; */
    font-family: 'Josefin Sans', sans-serif;
    text-align: center;
    margin: 0;
}

.services-content p {
    /* width: 73%; */
    /* margin: auto; */
    font-size: 16px;
    line-height: 25px;
    color: #a39e9e;
    text-align: center;
    margin-top: 0px;
    font-weight: 400;
}

.services-content h4:hover
 {
    color: #c5a15d;
}

.single-services-box.up .services-content h4:hover {
    color: #c6a15f;
}

.single-services-box.upper .services-content h4:hover {
    color: #7BA9F9;
}

/*<!-- ============================================================== -->
<!-- End dream-hub services Section Css -->
<!-- ============================================================== -->*/



/*<!-- ============================================================== -->
<!-- Start dream-hub about Section Css -->
<!-- ============================================================== -->*/

.about-section {
    padding: 50px 0;
  
}

.about-thumb {
    position: relative;
    z-index: 1;
    width:100%;
}

.about-thumb img {
    width: 100%;
    border-radius: 10px;
}

.about-shape {
    position: absolute;
    top: 45%;
    left: -15%;
    animation: bounce0 5.00s infinite;
}

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

.about-shape2 {
    position: absolute;
    top: 130px;
    right: 55px;
    animation: movebounce1 4.00s infinite;
}

p.up {
    float: left;
    width: 90%;
    font-size: 17px;
    line-height: 28px;
    color: #777777;
}

h5.up:before {
    display: none;
}

h5.up:after {
    right: 80%;
}

.about-box-list-items {
    padding-top: 18px;
}

.about-box-icon-list {
/*    padding: 0px 0 20px 0;*/
    display: flex;
    gap: 11px;
    align-items: start;
}

.about-box-icon-list i {
    color: #fff;
    display: inline-block;
    height: 20px;
    width: 20px;
    line-height: 24px;
    border-radius: 30px;
    background-color: #c6a15f;
    text-align: center;
    font-size: 15px;
    padding: 0 3px 0;
    margin-top: 5px;
}

.about-box-icon-list span {
    font-size: 20px;
    color: #233253;
    font-weight: bold;
  /*  font-family: "Sitka Display"; */  font-family: 'Josefin Sans', sans-serif;
    margin-left: 10px;
}

.about-button {
    padding-top: 25px;
}

.about-button a {
    font-size: 16px;
    padding: 5px 15px;
    background: #c6a15f;
    color: #fff;
    font-weight: 500;
    display: inline-block;
    border-radius: 5px;
    position: relative;
    z-index: 1;
    transition: .5s;
        margin-bottom: 10px;
}

.about-button a:before {
    position: absolute;
    content: "";
    z-index: -1;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    border-radius: 5px;
    background: #101210;
    transform: scale(0);
    transition: .5s;
}


.about-button a:hover:before {
    transform: scale(1);
}

/*<!-- ============================================================== -->
<!-- End dream-hub about Section Css -->
<!-- ============================================================== -->*/




/*<!-- ============================================================== -->
<!-- Start dream-hub feature Section Css -->
<!-- ============================================================== -->*/

.feature-section {
    padding: 50px 0 30px;
    background: url(../images/resource/services-bg.png);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}

h5.upper:after {
    left: 20%;
}

h5.upper:before {
    display: none;
}

p.feature {
    margin-left: 0;
    width: 90%;
    margin-top: 0px;
}

.feature-button {
    padding-top: 10px;
}

.feature-button a {
    padding: 8px 20px;
    background: #c6a15f;
    display: inline-block;
    border-radius: 5px;
    position: relative;
    z-index: 1;
    transition: .5s;
    font-size: 17px;
    line-height: 28px;
    color: #ffffff;
    font-weight: 500;
}

.feature-button a:before {
    position: absolute;
    content: "";
    z-index: -1;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    border-radius: 5px;
    background: #101210;
    transform: scale(0);
    transition: .5s;
}

.feature-button a:hover:before {
    transform: scale(1);
}

.single-feature-box {
    padding: 30px 22px 20px;
    border-radius: 5px;
    margin-bottom: 30px;
    transition: .5s;
    filter: drop-shadow(0px 10px 20px rgba(0,0,0,0.07));
    background-color: #ffffff;
}

.single-feature-box:hover {
    transform: translateY(-15px);
}

.single-feature-box.up {
    margin-top: -15px;
}

.single-feature-box.upper {
    margin-top: -15px;
}

.feature-box-icon i {
    font-size: 45px;
    color: #c6a15f;
    margin-bottom: 20px;
    transition: .4s;
    display: inline-block;
}

.single-feature-box.up .feature-box-icon i {
    color: #377CF6;
}

.single-feature-box.feature .feature-box-icon i {
    color: #377CF6;
}

.single-feature-box.upper .feature-box-icon i {
    color: #FFC309;
}

.featues-box-content h5 {
    color: #233253;
    padding: 10px 0 5px;
    transition: .5s;
    font-size: 18px;
    font-weight: 500;
    /* font-family: "Sitka Display"; */
    font-family: 'Josefin Sans', sans-serif;
    margin: 0;
    text-transform: capitalize;
}
.featues-box-content p {
    font-size: 16px;
    line-height: 28px;
    color: #727272;
    font-weight: 400;
}

.featues-box-content h5:hover {
    color: #c6a15f;
}

.single-feature-box.up .featues-box-content h5:hover {
    color: #377CF6;
}

.single-feature-box.feature .featues-box-content h5:hover {
    color: #377CF6;
}

.single-feature-box.upper .featues-box-content h5:hover {
    color: #FFC309;
}

/*<!-- ============================================================== -->
<!-- End dream-hub feature Section Css -->
<!-- ============================================================== -->*/



/*<!-- ============================================================== -->
<!-- Start dream-hub choose Section Css -->
<!-- ============================================================== -->*/

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

.choose-thumb {
    position: relative;
    z-index: 1;
    width: 430px;
    margin: auto;
}

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

.choose-shape {
    position: absolute;
    top: 30%;
    left: -15%;
    animation: bounce4 5.00s infinite;
}

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

.choose-item-box.up .choose-icon i {
    color: #47B978;
    background: #E2F0ED;
}

.choose-item-box.upper .choose-icon i {
    color: #3E80F6;
    background: #DCE7FB;
}

h5.choose:after {
    left: 22%;
}

h5.choose::before {
    display: none;
}

.section-title.choose {
    margin-bottom: 25px;
    margin-top: 10px;
}

p.choose {
    margin: 0;
    width: 85%;
}

.choose-icon {
    float: left;
    margin: 5px 15px 0 0;
}
.choose-icon i {
    display: inline-block;
    text-align: center;
    font-size: 28px;
    transition: .5s;
    color: #c6a15f;
    height: 50px;
    width: 50px;
    line-height: 52px;
    background-image: linear-gradient(to right, #ffc1aa , #fff);
    border-radius: 60px;
}

.choose-content {
    padding-bottom: 3px;
}

.choose-item-box{
        display: flex
;
    align-items: center;
    justify-content: start;
    gap: 0px;
}

.choose-content h4 {
    font-size: 20px;
    color: #1f1d30;
    font-weight: 500;
    /* font-family: "Sitka Display"; */
    font-family: 'Josefin Sans', sans-serif;
}
.testimonial-title{
    text-align:start;
}

.choose-content p {
    width: 100%;
    padding-top: 12px;
    font-size: 16px;
    line-height: 28px;
    color: #727272;
}

/*<!-- ============================================================== -->
<!-- End dream-hub choose Section Css -->
<!-- ============================================================== -->*/




/*<!-- ============================================================== -->
<!-- Start dream-hub testimonial Section Css -->
<!-- ============================================================== -->*/

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

.section-title.testi {
    margin-bottom: 15px;
}

h5.testi:before {
    display: none;
}

h5.testi:after {
    left: 56%;
}

.testimonial-desc {
    padding-bottom: 22px;
}

.testimonial-desc p {
    /* width: 100%; */
    font-size: 16px;
    line-height: 32px;
    color: #504f4f;
    font-style: normal;
}
.testimonial-thumb{
        margin: auto;
    width: 400px;
}

    .testimonial-thumb img {
        width: 100%;
        margin-top: 0px;
    }

.testi-thumb {
    float: left;
    margin: -10px 17px 0 0;
}

.testimonial-title h4 {
    font-size: 20px;
    color: #233253;
    font-weight: 500;
    /* font-family: "Sitka Display"; */
    font-family: 'Josefin Sans', sans-serif;
    margin-bottom: -5px;
    text-transform: capitalize;
}

.testimonial-title span {
    font-weight: 300;
    position: relative;
    z-index: 1;
    font-size: 15px;
    line-height: 35px;
    color: #c6a15f;
}

.testimonial-title span:before {
    position: absolute;
    content: "";
    left: 128px;
    bottom: 3px;
    height: 1px;
    width: 40px;
    background: #c6a15f;
}

.owl-dots {
    margin-top: 20px;
}

.owl-dot.active {
    position: relative;
    z-index: 1;
    width: 30px;
    height: 5px;
    border-radius: 2px;
    background-color: #c6a15f;
}

.owl-dot {
    line-height: 36px;
    display: inline-block;
    position: relative;
    z-index: 1;
    width: 40px;
    height: 5px;
    border-radius: 2px;
    background-color: #233253;
    margin: 0 10px 0 0;
}

/*<!-- ============================================================== -->
<!-- End dream-hub testimonial Section Css -->
<!-- ============================================================== -->*/




/*<!-- ============================================================== -->
<!-- Start dream-hub blog Section Css -->
<!-- ============================================================== -->*/

.blog-section {
    padding: 50px 0  35px;
}

h5.blog:before {
    left: 43%;
}

h5.blog:after {
    right: 43%;
}

.single-blog-box {
    border: 1px solid #ddd;
    padding: 10px 10px 5px;
    border-radius: 5px;
    transition: .5s;
    margin-bottom: 30px;
    background:#fff;
}

.single-blog-box:hover {
    border: 1px solid #ddd; 
    box-shadow: 0 3px 3px #0003;
}

.blog-thumb img {
     width: 100%;
    border-radius: 10px;
    height: 220px;
}

.blog-meta {
    background: #ffff;
    box-shadow: 0px 0px 18px 0px rgba(0, 0, 0, 0.1);
    padding: 10px 10px 10px;
    margin: -38px 130px 0 25px;
    border-radius: 5px;
    z-index: 1;
    position: relative;
}

.image {
    float: left;
    padding: 0 10px 0 8px;
}

.image img {
    border-radius: 50px;
    height: 45px;
}

.blog-content {
    padding: 4px 23px 15px;
}

.blog-name {
    margin-top: -3px;
}

.blog-name a {
    display: inherit;
    color: #151a41;
    font-size: 14px;
    font-weight: 500;
    margin-bottom: -3px;
    
}

.blog-name span {
    font-size: 14px;
    display: block;
}

.blog-content h3 a {
    display: inline-block;
    transition: .5s;
    font-size: 20px;
    line-height: 30px;
    color: #333c4e;
    font-weight: 500;
    /* font-family: "Sitka Display"; */
    font-family: 'Josefin Sans', sans-serif;
    margin-top: -10px;
    overflow: hidden;
text-overflow: ellipsis;
display: -webkit-box;
-webkit-line-clamp: 1;
-webkit-box-orient: vertical;
}

.blog-content h3 a:hover {
    color: #151a41;
}


ul.post-categories li {
    list-style: none;
    display: inline;
}

ul.post-categories li a {
    display: inline-block;
    color: #151a41;
    background-color: #ffece5;
    padding: 2px 22px;
    border-radius: 5px;
    font-size: 15px;
    transition: .5s;
    margin-right: 5px;
}

ul.post-categories li a:hover {
    background: #151a41;
    color: #ffff;
}

ul.post-categories li a.upper {
    background: #151a41;
}

ul.post-categories li a.upper {
    color: #27ae60;
    display: inline-block;
    background-color: #d9ffe9;
    padding: 2px 23px;
    transition: .5s;
}

ul.post-categories li a.upper:hover{
    background: #151a41;
    color: #fff;
}

/*<!-- ============================================================== -->
<!-- End dream-hub blog Section Css -->
<!-- ============================================================== -->*/




/*<!-- ============================================================== -->
<!-- Start dream-hub blog Section Css -->
<!-- ============================================================== -->*/

.call-to-action-section {
    padding: 120px 0;
}

.row.up {
    box-shadow: 0px 10px 25px rgba(10,81,200,0.05);
    padding: 56px 55px 60px;
    border-radius: 10px;
    background: #ffff;
    z-index: 1;
    position: relative;
}

.section-title.right {
    margin: 0;
}


.dreamhub-button {
    margin-top: 25px;
}

.dreamhub-button a {
    padding: 14px 33px;
    background: #c6a15f;
    display: inline-block;
    border-radius: 5px;
    position: relative;
    z-index: 1;
    transition: .5s;
    margin: 0 2px 0;
    font-size: 17px;
    color: #fefefe;
    font-weight: 500;
    border: 1px solid #c6a15f;
}

.dreamhub-button a:before {
    position: absolute;
    content: "";
    z-index: -1;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    border-radius: 5px;
    background: #101010;
    transform: scale(0);
    transition: .5s;
}

.dreamhub-button a:hover:before {
    transform: scale(1);
}

.dreamhub-button a span{}

.dreamhub-button a i {
    color: #ffff;
    font-size: 16px;
    padding-left: 10px;
}

.dreamhub-button a.button {
    background: #ffff;
    color: #c6a15f;
}

.dreamhub-button a.button.button:before {
    position: absolute;
    content: "";
    z-index: -1;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    border-radius: 5px;
    background: #101010;
    transform: scale(0);
    transition: .5s;
}

.dreamhub-button a.button.button:hover{
    color: #ffff;
}

.dreamhub-button a.button.button:hover:before {
    transform: scale(1);
}

/*<!-- ============================================================== -->
<!-- End dream-hub blog Section Css -->
<!-- ============================================================== -->*/



/*<!-- ============================================================== -->
<!-- Start dream-hub footer Section Css -->
<!-- ============================================================== -->*/

.footer-section {
    padding: 40px 0 0px;
 /*   margin-top: -292px;*/
    background-color: #151a40;
}

.row.upper {
    position: relative;
    z-index: 1;
}

.row.upper:before {
/*    position: absolute;
    content: "";
    left: 10px;
    top: 31%;
    width: 98%;
    height: 1px;
    background-color: rgba(255,72,2,0.10196078431372549);*/
}

.row.upper:after {
/*    position: absolute;
    content: "";
    left: 10px;
    bottom: -16%;
    width: 98%;
    height: 1px;
    background-color: rgba(255,72,2,0.10196078431372549);*/
}

.footer-widget-description p {
    padding: 20px 0 8px;
    /* width: 90%; */
    font-size: 15px;
    color: #dbdada;
}

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

.footer-social-icon ul li{
    display: inline-block;
}

.footer-social-icon ul li a {
    display: inline-block;
    color: #233253;
    font-size: 15px;
    height: 30px;
    line-height: 34px;
    width: 30px;
    border-radius: 30px;
    text-align: center;
    margin-right: 5px;
    transition: .5s;
    background-color: #ffffff;
}

.footer-social-icon ul li a:hover {
    background-color: #c6a15f;
    color: #fefefe;
}

.footer-widget-title h3 {
    font-size: 19px;
    color: #d8bd73;
    font-weight: 400;
    font-family: 'Josefin Sans', sans-serif !important;
}

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

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

.footer-widget-menu ul li a {
    display: inline-block;
    font-weight: 400;
    padding-bottom: 3px;
    transition: .5s;
    font-size: 15px;
    color: #dbdada;
}

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

.footer-widget-menu ul li span {
    padding: 0 0 12px;
    display: inline-block;
font-size: 15px;
    color: #dbdada;
}

.copyright-description {
    margin-top: 15px;
    border-top: 1px solid #60658d6b;
}

.copyright-description p {
    font-size: 15px;
    color: #e7e7e7;
    margin-top: 15px;
}

/*<!-- ============================================================== -->
<!-- End dream-hub footer Section Css -->
<!-- ============================================================== -->*/




/*<!-- ============================================================== -->
<!-- Start dream-hub breadcumb Section Css -->
<!-- ============================================================== -->*/

.breadcumb-area2 {
    position: relative; /* required for ::before positioning */
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    height: 350px;
    padding-top: 90px;
}

.breadcumb-area2::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(255, 255, 255, 0.5); /* white with 50% opacity */
    z-index: 1; /* ensure overlay is below text/content */
}

.breadcumb-area2 > * {
    position: relative;
    z-index: 1;
}

.breadcumb-title2 h1{
    font-size: 45px;
    font-weight: 700;
    color: #233253;
    padding: 0 0 20px;
      font-family: 'Josefin Sans', sans-serif !important; 
}

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

.breadcumb-container2 ul li {
    display: inline-block;
    color: #c6a15f;
    font-size: 15px;
}

.breadcumb-container2 ul li a {
    display: inline-block;
    color: #777777;
    font-size: 15px;
}

.breadcumb-area{
 background-image: url(../images/resource/breadcumb-bg.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
   height: 350px;
    padding-top: 90px;
}

.breadcumb-title h1{
    font-size: 45px;
    font-weight: 700;
    color: #233253;
    padding: 0 0 20px;
      font-family: 'Josefin Sans', sans-serif !important; 
}

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

.breadcumb-container ul li {
    display: inline-block;
    color: #c6a15f;
    font-size: 15px;
}

.breadcumb-container ul li a {
    display: inline-block;
    color: #777777;
    font-size: 15px;
}

/*<!-- ============================================================== -->
<!-- End dream-hub breadcumb Section Css -->
<!-- ============================================================== -->*/




/*<!-- ============================================================== -->
<!-- Start dream-hub breadcumb Section Css -->
<!-- ============================================================== -->*/

.contact-area{
    padding: 60px 0;
}

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

.form-box input {
    display: inline-block;
    width: 100%;
    height: 50px;
    border: 1px solid #ddd;
    margin-bottom: 20px;
    border-radius: 5px;
    padding: 0 20px 0;
}

.form-box textarea {
    border: 1px solid #dddd;
    width: 100%;
    height: auto;
    padding: 10px 20px 0;
    border-radius: 5px;
}

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

.submit-button button {
    color: #ffff;
    background: #c6a15f;
    display: inline-block;
    border-color: #c6a15f;
    border: 1px solid #c6a15f;
    padding: 7px 35px;
    border-radius: 5px;
    font-size: 16px;
}

/*<!-- ============================================================== -->
<!-- End dream-hub contact Section Css -->
<!-- ============================================================== -->*/




/*<!-- ============================================================== -->
<!-- Start dream-hub breadcumb Section Css -->
<!-- ============================================================== -->*/

.footer-review-img {
        display: inline-block;
    width: 130px;
}


.faq-area{
    padding: 50px 0;
}

.faq-area h4{
     color: #151a42 !important;
}

.tab_container {
    overflow: hidden;
    padding: 20px 0 0;
}

h2.accordion-title {
    font-size: 30px;
    padding: 0 0 37px;
}

.accordion li {
    list-style: none;
    padding: 0px 0px 0px;
    border-bottom: 2px solid #151a41 !important;
    border-radius: 10px;
    border-left: 2px solid #161b43 !important;
    background: #fbfbfb;
    box-shadow: 0px 0px 0px #c6a15f;
    margin-bottom: 15px;
    border: 1px solid #151a40;
}

.accordion li a {
    position: relative;
    width: 100%;
    display: block;
    cursor: pointer;
    font-weight: 500;
    font-size: 17px;
    color: #101210!important;
    /* border-bottom: 1px solid rgba(19,17,37,0.15); */
    padding: 10px 10px 10px 10px;
    z-index: 1;
}
.accordion li p {
    display: none;
    font-size: 15px;
    border-top: 1px solid #d9d9d9;
    padding: 6px 10px 10px 10px;
    margin: 0;
    color: #6a6a6a;
    border-bottom: 1px solid rgba(19,17,37,0.15);
}
.accordion li a i {
    float: right;
    transform: rotate(-90deg);
    transition: .5s;
    font-size: 18px;
}

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

.accordion a.active {
    border-bottom: 0;
    padding: 10px 10px 10px 10px;
    color: #c6a15f !important;
}

/*<!-- ============================================================== -->
<!-- End dream-hub contact Section Css -->
<!-- ============================================================== -->*/

/*<!-- ============================================================== -->
<!-- Start dream-hub blog details Section Css -->
<!-- ============================================================== -->*/

.blog-details-area{
    padding: 50px 0;
}

.blog-thumb-left img {
    width: 100%;
    border-radius: 5px 5px 0 0;
    height:300px;
}

.blog-box {
    /*border: 1px solid #dddd;*/
    transition: .5s;
    margin-bottom: 0;
    border-radius: 5px 5px 0 0;
/*    box-shadow: 0px 10px 25px rgba(10,81,200,0.05);*/
    background: #ffff;
}

p.blog {
    /*width: 50%;*/
    margin-top: 0px;
}

.blog-content {
    padding: 18px 5px 15px;
}

.blog-meta-left a {
    color: #616161;
    font-size: 15px;
    margin-right: 22px;
    transition: .5s;
    position: relative;
    z-index: 1;
}

.blog-meta-left a:before {
    position: absolute;
    content: "";
    right: -13px;
    height: 12px;
    top: 4px;
    width: 1px;
    background: #616161;
}

.blog-meta-left a:hover {
    color: #c6a15f;
}

.blog-meta-left span {
    font-size: 15px;
}

.meta-title {
    margin-top: 6px;
}

.meta-title a {
    color: #0a0a0a;
    font-size: 20px;
    font-weight: bold;
    transition: .5s;
}

.meta-title a:hover {
    color: #c6a15f;
}

.blog-box .blog-content-left h3{
       margin: 20px 0 7px;
    color: #151a42 !important;
    font-size:22px;
}

.blog-content-left {
    padding: 0px 0 10px 0px;
}

.blog-content-left h4 a {
    color: #141a40;
    font-size: 25px;
    font-weight: 600;
    padding-bottom: 5px;
    display: inline-block;
    font-family: 'Josefin Sans', sans-serif;
}

.blog-content-left p {
    font-size: 15px;
    line-height: 30px;
    width: 100%;
    margin-bottom: 0px;
}

.section-title.form {
    margin-bottom: 0px;
}

p.form {
    margin-left: 0;
    width: 57%;
    font-size: 15px;
}

/*Blog Social Share
=======================*/

.blogs-social-share {
    padding: 24px 25px 25px;
    margin: 40px 0 40px;
    border-top: 1px solid rgba(16,18,16,0.10196078431372549);
    border-bottom: 1px solid rgba(16,18,16,0.10196078431372549);
}

h4.social-text {
    font-size: 20px;
    font-weight: 500;
    color: #101210;
}

ul.social-share {

}

ul.social-share li {
    display: inline-block;
    list-style: none;
}

ul.social-share li a {
    height: 32px;
    width: 32px;
    line-height: 35px;
    background: #e5e5e5;
    text-align: center;
    display: inline-block;
    border-radius: 3px;
    font-size: 14px;
    color: #151a40;
    margin-right: 7px;
    position: relative;
    z-index: 1;
}

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

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

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

.blog-details-auther {
    margin: 35px 0;
}

.blog-details-author-inner {
    background: #FFFFFF;
    padding: 30px 30px 25px;
    box-shadow: 0px 10px 25px rgba(10,81,200,0.05);
}

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

.blog-details-auther-thumb img {
    border-radius: 100%;
}

.blog-details-auther-content h4 {
    color: #c6a15f;
    padding: 0 0 10px;
}

.blog-details-content {
    padding: 15px 0 5px;
   /* border-bottom: 1px solid #efefef;*/
  /*  margin-bottom: 15px;*/
}

.blog-details-content h3 {
    font-size: 25px;
    font-weight: 500;
    margin-bottom: 0;
    color: #151a41;
    margin-top: 0;
    font-family: 'Josefin Sans', sans-serif;
}

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

.blog-details-comment:last-child {
    border-bottom: none;
}

.blog-details-comment-reply {
    position: absolute;
    right: 0;
}

.blog-details-comment-reply a {
    background: #c6a15f;
    padding: 3px 20px;
    font-size: 14px;
    font-weight: 600;
    color: #fff;
    border-radius: 2px;
    display: inline-block;
    text-decoration: none;
}

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

.blog-details-comment-thumb img {
    border-radius: 100%;
}

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

.blog-details-comment-content span {
    font-size: 13px;
    margin-bottom: 1px;
    display: block;
    color: #9e9fa1;
}

.blog-details-comment-content h2 {
    font-size: 17px;
    margin-top: 0;
    color: #2c2c2c;
    font-family: 'Josefin Sans', sans-serif;
    font-weight: 500;
}

.blog-details-comment-content p{
    
    font-size:15px;
    margin-bottom:0px !important;
}

.widget_search {
    background: #f4f5fa;
    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 input::placeholder {
    color: #888f99;
}

.widget_search form input {
    display: inline-block;
    padding: 12px 75px;
    border: 1px dashed #ddd;
    border-radius: 30px;
    background: #ffff;
}

.widget_search form i {
    font-size: 17px;
    color: #c6a15f;
    position: absolute;
    left: 75px;
    top: 65px;
}

.widget-recent-post {
    border-bottom: 1px dashed rgb(106 106 106 / 10%);
    padding: 0 0 15px;
    margin-bottom: 15px;
}

.widget-recent-post:last-child {
    border-bottom: none;
     padding: 0 0 0px;
    margin-bottom: 10px;
}

.rpost-thumb {
    margin-right: 20px;
}


.rpost-thumb img {
    height: 75px;
    width: 90px;
    border-radius: 10px;
}
h4.sidebar-title {
    padding: 0 0 5px;
    font-size: 20px;
    font-weight: 500;
    font-family: 'Josefin Sans', sans-serif;
    margin-top: 0;
    border-bottom: 1px solid #dfdfdf;
    margin-bottom: 15px;
}
.rpost-title h4 {
    margin-top: 2px;
}

.rpost-content h4 a {
    font-size: 15px;
    font-weight: 500;
    line-height: 18px;
    color: #101010;
    display: inline-block;
    transition: .5s;
    font-family: 'Josefin Sans', sans-serif;
}
.rpost-title span {
    font-size: 13px;
    padding: 0px 0 0;
    display: inline-block;
}

.widget-sidebar-box {
    background: #ffffff;
    padding: 15px 15px 15px;
    border-radius: 5px;
    border-bottom: 30px;
    box-shadow: 0px 6px 15px rgba(7,76,190,0.05);
    margin-bottom: 30px;
    border: 1px solid #ebebebfa;
}

h4.sidebar-title.upp {
    padding: 0;
    margin: 0;
}
.sidebar-title {
    font-size: 24px;
    color: #01101e;
    font-weight: 700;
    padding: 40px 0 30px;
}

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

ul.sidebar-menu li a {
    font-size: 17px;
    color: #888f99;
    font-weight: 400;
    border: 1px dashed #888f99;
    display: inline-block;
    padding: 12px 0px 11px 0;
    border-radius: 30px;
    margin: 30px 0 0;
    width: 100%;
    transition: .5s;
}

ul.sidebar-menu li a i {
    color: #888f99;
    font-size: 10px;
    display: inline-block;
    height: 20px;
    width: 20px;
    line-height: 20px;
    border: 1px solid #888f99;
    border-radius: 15px;
    text-align: center;
    margin: 0 5px 0 22px;
    transition: .5s;
}

ul.sidebar-menu li a span {
    float: right;
    margin-right: 30px;
}

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

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

.blog-details-single-box {
    text-align: center;
    background: #fff;
    margin: 35px 0;
    padding: 35px 0 35px;
    border-radius: 5px;
    box-shadow: 10px 10px 57px rgba(16,84,200,0.05);
}

.blog-content.up {
    padding: 12px 0 0;
}

.blog-content.up a {
    font-size: 22px;
    font-weight: 600;
}

.blog-content p {
    font-size: 16px;
    line-height: 27px;
    color: #727272;
    font-weight: 400;
    padding: 0px 0 0px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.blog-details-icon a {
    font-size: 16px;
    color: #c6a15f;
    display: inline-block;
    border: 1px dashed #c6a15f;
    height: 40px;
    margin: 0 5px 0;
    transition: 0.5s;
    width: 40px;
    border-radius: 10px;
    line-height: 40px;
    text-align: center;
}

.blog-details-icon a:hover {
    background: #c6a15f;
    color: #fff;
}

.widget-sidebar-box.up {
    background: #ffff;
    padding: 30px 30px 45px;
    border-radius: 5px;
    border-bottom: 30px;
}

.sidebar-title-left {
    font-size: 22px;
    color: #01101e;
    font-weight: 700;
    margin-bottom: 25px;
}

.tag-item {
    text-align: center;
}

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

.tag-item ul li {
    display: inline-block;
    padding: 3px 10px;
    /* border: 1px dashed #c6a15f; */
    font-size: 15px;
    color: #151b41;
    font-weight: 400;
    border-radius: 26px;
    margin-bottom: 10px;
    transition: .5s;
    /* width: 100%; */
      background: #161b4305;
    border: 1px dashed #151b421c;
}

.tag-item ul li a {
    display: inline-block;
    padding: 5px 19px;
    /* border: 1px dashed #c6a15f; */
    font-size: 15px;
    color: #151b41;
    font-weight: 400;
    border-radius: 5px;
    margin-bottom: 10px;
    transition: .5s;
    width: 100%;
    background-image: -webkit-linear-gradient(90deg, rgb(240, 243, 247) 0%, rgb(255, 255, 255) 100%);
}

.tag-item ul li a:hover {
    color: #151b41;
    background-color: #c6a15f;
}

/*<!-- ============================================================== -->
<!-- End dream-hub blog details Section Css -->
<!-- ============================================================== -->*/




/*<!-- ============================================================== -->
<!-- Start dream-hub team Section Css -->
<!-- ============================================================== -->*/

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


.team-single-box {
    filter: drop-shadow(-2.27px -4.455px 30px rgba(242,242,242,0.5));
    background-color: #ffffff;
    text-align: center;
    padding: 15px 0;
    border-radius: 10px;
    margin-bottom: 30px;
    border: 1px solid #e5e2e4;
    box-shadow: 0px 0px 7px #d9d3d4;
}
.team-single-thumb {
    position: relative;
    z-index: 1;
    overflow: hidden;
    transition: 0.5s;
    width: 210px;
    margin: auto;
    height: 210px;
}

.team-single-thumb img {
    transition: 0.5s;
    width:100%;
}
/*
.team-single-thumb:hover {
    transform: scale(1.1);
}*/

.team-single-content {
    margin-top: 10px;
}
.team-single-content h4 {
    font-size: 19px;
    color: #01101e;
    font-weight: 500;
    text-align: center;
    transition: .5s;
    text-transform: capitalize;
    font-family: 'Josefin Sans', sans-serif;
}
.team-single-content h4:hover {
    color: #c6a15f;
}
.team-single-content p {
    opacity: 0.800;
    font-size: 15px;
    color: #a1a1a1;
    font-weight: 400;
    text-align: center;
    margin: 0px 0 10px;
}


.team-single-icon {
    position: absolute;
    top: 40px;
    right: 15px;
    display: inline-grid;
    gap: 5px;
    opacity: 0;                   /* initially hidden */
    z-index:9999;
    transform: translateX(20px);  /* start slightly to right */
    transition: opacity 0.5s ease, transform 0.5s ease;  /* smooth fade + slide */
}

.team-single-box:hover .team-single-icon {
    opacity: 1;                   /* fade in */
    transform: translateX(0);     /* slide to original position */
}

.team-single-icon a {
    font-size: 12px;
    text-align: center;
    display: inline-block;
    color: #ffffff;
    height: 25px;
    line-height: 25px;
    width: 25px;
    border: 1px solid #151b41;
    border-radius: 50%;
    margin: 0 3px 0;
    transition: .5s;
    background: #151b41;
}

.team-single-icon a:hover {
    background-color: #c6a15f;
     border: 1px solid #c6a15f;
    color: #ffffff;
}

/*<!-- ============================================================== -->
<!-- End dream-hub blog Section Css -->
<!-- ============================================================== -->*/



/*===========================
<-- dream-hub Loader Css -->
=============================*/
.loader-wrapper {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    transition: 0.8s 1s ease;
    z-index: 999;
}

.loader {
    position: relative;
    display: block;
    z-index: 201;
    top: 50%;
    left: 50%;
    width: 100px;
    height: 100px;
    margin: -50px 0 0 -50px;
    border-radius: 50%;
    transition: all 1s 1s ease;
    border: 2px solid #ffffff;
    border-top-color: #c6a15f;
    -webkit-animation: spin 1.5s linear infinite;
    -moz-animation: spin 1.5s linear #c6a15f;
    -o-animation: spin 1.5s linear infinite;
    animation: spin 1.5s linear #ffff;
}

.loader:before {
    position: absolute;
    content: '';
    top: 6px;
    left: 6px;
    right: 6px;
    bottom: 6px;
    border-radius: 50%;
    border: 2px solid #c6a15f;
    border-left-color: #ffffff;
    -webkit-animation: spin 2s linear #c6a15f;
    -moz-animation: spin 2s linear #FFFFFF;
    -o-animation: spin 2s linear #c6a15f;
    animation: spin 2s linear #FFFFFF;
}

.loader:after {
    position: absolute;
    content: '';
    top: 15px;
    left: 15px;
    right: 15px;
    bottom: 15px;
    border-radius: 50%;
    border: 2.5px solid #FFFFFF;
    border-right-color: #c6a15f;
    -webkit-animation: spin 2.5s linear #ffff;
    -moz-animation: spin 2.5s linear #c6a15f;
    -o-animation: spin 2.5s linear #ffffff;
    animation: spin 2.5s linear #c6a15f;
}

/*/ Here comes the Magic /*/

@-webkit-keyframes spin {
    0% {
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@-moz-keyframes spin {
    0% {
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@keyframes spin {
    0% {
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

.loader-wrapper .loder-section {
    position: fixed;
    top: 0;
    width: 50%;
    height: 100%;
    background: #111;
    z-index: 2;
}

.loader-wrapper .loder-section.left-section {
    left: 0;
    transition: 1s 1.4s ease;
}

.loader-wrapper .loder-section.right-section {
    right: 0;
    transition: 1s 1.4s ease;
}

/*/ When page loaded /*/

.loaded .loder-section.left-section {
    left: -100%;
}

.loaded .loder-section.right-section {
    right: -100%;
}

.loaded .loader-wrapper {
    visibility: hidden;
}

.loaded .loader {
    top: -100%;
    opacity: 0;
}

/*
<!-- ============================================================== -->
<!--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: "\f115";

    text-align: center;
    line-height: 46px;
    font-size: 18px;
    color: #c6a15f;
    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: "\f115";
 
  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: #c6a15f;
}

.prgoress_indicator:hover ::before {
  opacity: 1;
}

.prgoress_indicator svg path {
  fill: none;
}

.prgoress_indicator svg.progress-circle path {
    stroke: #c6a15f;
    stroke-width: 4;
    box-sizing: border-box;
    transition: all 200ms linear !important;
}

/*---gallery start----*/


 .gallery-card {
    transition: transform 0.3s ease, box-shadow 0.3s ease;
        border-radius: 10px;
  }

  .gallery-card:hover {
    transform: scale(1.05);
    box-shadow: 0 15px 35px rgba(0,0,0,0.2);
  }

 .gallery-img {
    width: 100%;
    height: 250px;
    display: block;
    border-radius: 10px;
    border: 1px solid #e9e8e8;
    /* padding: 4px; */
}

 .caption-overlay {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    background: linear-gradient(0deg, rgb(21 26 64), rgba(11, 61, 145, 0));
    opacity: 9;
    transition: opacity 0.3s ease;
    border-radius: 0 0 10px 10px;
}
  
  .caption-overlay h5{
      
    font-size: 20px;
    font-weight: 500;
    color: #fff;
    font-family: 'Josefin Sans', sans-serif;

  }

  .gallery-card:hover .caption-overlay {
    opacity:1;
  }
/*---gallery start----*/



.form_box{
    
    border: 2px solid #3f456e4d;
    border-radius: 10px;
    padding: 25px 0px;
    box-shadow: 0px 5px 10px #cfcfcf;

}



.contact-thumb img {
    width: 100%;
    border-radius: 10px;
}

.form-box input {
    display: inline-block;
    width: 100%;
    height: 40px;
    border: 1px solid #ddd;
    margin-bottom: 20px;
    border-radius: 5px;
    padding: 0 20px 0;
}


.blue-button a{
    padding: 7px 15px;
    background:#151b41;
    display: inline-block;
    border-radius: 5px;
    position: relative;
    z-index: 1;
    transition: .5s;
    font-size: 17px;
    line-height: 28px;
    color: #ffffff;
    font-weight: 500;
}

.blue-button a:before {
    position: absolute;
    content: "";
    z-index: -1;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    border-radius: 5px;
    background: #c6a15f;
    transform: scale(0);
    transition: .5s;
}

.blue-button a:hover:before {
    transform: scale(1);
}


.instagram-post-card {
    width: 100%;
    position: relative;
    box-shadow: 0 3px 10px rgb(0 0 0 / 18%);
    border: 1px solid #151b41;
    border-radius: 11px;
    transition: transform 0.3s ease-in-out;
}


.instagram-post-card img {
    width: 100%;
    border-radius: 10px;
    height: 100%;
    object-fit: cover;
}

.instagram-post-card:hover {
    transform: translateY(-5px);
}

.instagram-post-card .overlay-card p{
    font-size:17px;
    font-weight:600;
    color:#fff;
    margin:0;
}

.instagram-post-card .overlay-card {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    background: linear-gradient(0deg, #151a42, #151a42, #62668b, transparent);
    transition: opacity 0.3s 
ease-in-out;
    text-align: center;
    padding: 30px 10px 13px 10px;
    border-radius: 0px 0px 10px 10px;
}

.insta-section{
    position:relative;
}

.insta-section .owl-carousel .owl-nav.disabled {
    display: block !important;
}

.insta-section .owl-carousel .owl-nav .owl-prev{
        position: absolute;
    left: -48px;
    top: 42%;
}

.insta-section .owl-carousel .owl-nav .owl-prev i{ 
    background: #131b40;
    padding: 11px;
    border-radius: 50%;
    font-size: 16px;
    color: #fff;
}


.insta-section .owl-carousel .owl-nav .owl-next{
        position: absolute;
    right: -48px;
    top: 42%;
}

.insta-section .owl-carousel .owl-nav .owl-next i{ 
    background: #131b40;
    padding: 11px;
    border-radius: 50%;
    font-size: 16px;
    color: #fff;
}

.blog-section .owl-carousel .owl-nav.disabled {
    display: block !important;
}

.blog-section .owl-carousel .owl-nav .owl-prev{
        position: absolute;
    left: -48px;
    top: 42%;
}

.blog-section .owl-carousel .owl-nav .owl-prev i{ 
    background: #131b40;
    padding: 11px;
    border-radius: 50%;
    font-size: 16px;
    color: #fff;
}


.blog-section .owl-carousel .owl-nav .owl-next{
        position: absolute;
    right: -48px;
    top: 42%;
}

.blog-section .owl-carousel .owl-nav .owl-next i{ 
    background: #131b40;
    padding: 11px;
    border-radius: 50%;
    font-size: 16px;
    color: #fff;
}


.our-team {
  padding: 60px 20px;
  background-color: #f9f9f9;
  text-align: center;
}

.our-team .section-title {
  font-size: 32px;
  color: #151a41;
  margin-bottom: 40px;
}

.team-grid {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 30px;
}



.team-member .team-img {
  width: 160px;
  height: 160px;
  margin: 15px auto 15px;
  border-radius: 50%;
  overflow: hidden;
  border: 3px solid #c6a15f;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.team-member:hover .team-img {
  transform: scale(1.05);
}


.team-img img{
    width:100%;
}

/* Social icons below image and hidden initially */
.team-member .social-icons {
  display: flex;
  justify-content: center;
  gap: 10px;
  margin-top: 10px;
  opacity: 0;
  transform: translateY(10px);
  transition: opacity 0.3s ease, transform 0.3s ease;
}

.team-member:hover .social-icons {
  opacity: 1;
  transform: translateY(0);
}

.team-member .social-icons a {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #c6a15f;
  color: #fff;
  width: 35px;
  height: 35px;
  border-radius: 50%;
  font-size: 16px;
  transition: background-color 0.3s ease, transform 0.3s ease;
}

.team-member .social-icons a:hover {
  background-color: #151a41;
  transform: scale(1.2);
}

.member-name {
    font-size: 19px;
    font-weight: 600;
    color: #151a41;
    margin-bottom: 5px;
    text-transform: capitalize;
}

.member-designation {
  font-size: 14px;
  color: #555;
      padding: 0 !important;
    margin-bottom: 1px !important;
}

.insta-post-card-text h4{
    font-size: 18px;
    text-align: center;
    line-height: 122px;
    color: #fff;
}

.insta-post-card-text{
      position: absolute;
      bottom: 0;
      background: rgba(0, 0, 0, 0.6); /* black background with transparency */
      color: #fff;
      width: 100%;
      padding: 10px;
      text-align: center;
      opacity: 0;
      transition: opacity 0.3s ease;
          height: 100%;
    border-radius: 11px;
    top:0;
    left:0;

    }

    .instagram-post-card:hover .insta-post-card-text {
      opacity: 1;
    }

.review_btn{
        background-color: #151a42;
    color: #ffffff !important;
    font-weight: 600;
    padding: 10px 19px;
    border-radius: 6px;
}

.review_btn2{
background-color:transparent;  
border: 2px solid #151a42;
    color: #151a42 !important;
    font-weight: 600;
    padding: 5px 25px;
    border-radius: 6px;
}

.image_post{
    position: relative;
    z-index: -999;
  
}

.image_post img{
    width:100%;
 
}
.play-icon {
    position: absolute !important;
    z-index: 2;
    top: 42%;
    left: 45%;
    color: #151a40;
    /* margin: auto; */
    background: #ffffff;
    /* padding: 6px 12px; */
    border-radius: 50%;
    text-align: center;
    font-size: 12px;
    height: 60px;
    width: 60px;
    line-height: 70px;
    text-align: center;
    position: relative;
    overflow: visible;
}

.play-icon i::after {
  content: "";
  position: absolute;
  height: 100%;
  width: 100%;
  top: 50%; 
  left: 50%;
  z-index: -1;
  background-color: #ffffff;
  border-radius: 50%;
  animation: ripple-wave 1.5s linear infinite;
  transform: translate(-50%, -50%) scale(1);
  transition: all 0.5s ease-in-out;
  opacity: 0.6;
}

@keyframes ripple-wave {
  0% {
    opacity: 0.8;
    transform: translate(-50%, -50%) scale(0.9);
  }

  100% {
    opacity: 0;
    transform: translate(-50%, -50%) scale(2);
  }
}





  .checkpb-image-wrap{
    position: relative;
    width: 100%;

  }

  .checkpb-image{
    display: block;
    width: 100%;
    height: auto;
    object-fit: cover;
  }

.checkpb-overlay {
    position: absolute;
    inset: 0;
    background: rgb(2 2 2 / 44%);
}

  /* Text block on top of overlay */
  .checkpb-content{
    position: absolute;
    inset: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 30px;
    text-align: center;
  }

.checkpb-title {
    color: #fff;
    font-weight: 700;
    font-size: 40px;
    max-width: 850px;
    line-height: 1.4;
    text-shadow: 0 6px 22px rgba(0,0,0,0.45);
    margin-top: 55px;
    text-transform: capitalize;
}

  @media(max-width: 700px){
    .checkpb-title {
        font-size: 30px;
        padding: 10px;
    }
  }
  
  
      .play-icon2 {

    top: 25% !important;

}
